From b6d6f59f006590b4a162f8c0124038e199c03379 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 02:56:04 +0000 Subject: [PATCH 1/3] build(deps): bump the npm group across 1 directory with 2 updates Bumps the npm group with 2 updates in the / directory: [node-addon-api](https://github.com/nodejs/node-addon-api) and [node-gyp-build](https://github.com/prebuild/node-gyp-build). Updates `node-addon-api` from 8.2.2 to 8.3.0 - [Release notes](https://github.com/nodejs/node-addon-api/releases) - [Changelog](https://github.com/nodejs/node-addon-api/blob/main/CHANGELOG.md) - [Commits](https://github.com/nodejs/node-addon-api/compare/v8.2.2...v8.3.0) Updates `node-gyp-build` from 4.8.3 to 4.8.4 - [Commits](https://github.com/prebuild/node-gyp-build/compare/v4.8.3...v4.8.4) --- updated-dependencies: - dependency-name: node-addon-api dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm - dependency-name: node-gyp-build dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm ... Signed-off-by: dependabot[bot] --- package-lock.json | 18 ++++++++++-------- package.json | 4 ++-- 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 34fa8eb..dddd885 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,8 +10,8 @@ "hasInstallScript": true, "license": "MIT", "dependencies": { - "node-addon-api": "^8.2.2", - "node-gyp-build": "^4.8.3" + "node-addon-api": "^8.3.0", + "node-gyp-build": "^4.8.4" }, "devDependencies": { "prebuildify": "^6.0.1", @@ -167,17 +167,19 @@ } }, "node_modules/node-addon-api": { - "version": "8.2.2", - "resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-8.2.2.tgz", - "integrity": "sha512-9emqXAKhVoNrQ792nLI/wpzPpJ/bj/YXxW0CvAau1+RdGBcCRF1Dmz7719zgVsQNrzHl9Tzn3ImZ4qWFarWL0A==", + "version": "8.3.0", + "resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-8.3.0.tgz", + "integrity": "sha512-8VOpLHFrOQlAH+qA0ZzuGRlALRA6/LVh8QJldbrC4DY0hXoMP0l4Acq8TzFC018HztWiRqyCEj2aTWY2UvnJUg==", + "license": "MIT", "engines": { "node": "^18 || ^20 || >= 21" } }, "node_modules/node-gyp-build": { - "version": "4.8.3", - "resolved": "https://registry.npmjs.org/node-gyp-build/-/node-gyp-build-4.8.3.tgz", - "integrity": "sha512-EMS95CMJzdoSKoIiXo8pxKoL8DYxwIZXYlLmgPb8KUv794abpnLK6ynsCAWNliOjREKruYKdzbh76HHYUHX7nw==", + "version": "4.8.4", + "resolved": "https://registry.npmjs.org/node-gyp-build/-/node-gyp-build-4.8.4.tgz", + "integrity": "sha512-LA4ZjwlnUblHVgq0oBF3Jl/6h/Nvs5fzBLwdEF4nuxnFdsfajde4WfxtJr3CaiH+F6ewcIB/q4jQ4UzPyid+CQ==", + "license": "MIT", "bin": { "node-gyp-build": "bin.js", "node-gyp-build-optional": "optional.js", diff --git a/package.json b/package.json index 5cab72d..efacbf7 100644 --- a/package.json +++ b/package.json @@ -22,8 +22,8 @@ "src/**" ], "dependencies": { - "node-addon-api": "^8.2.2", - "node-gyp-build": "^4.8.3" + "node-addon-api": "^8.3.0", + "node-gyp-build": "^4.8.4" }, "devDependencies": { "prebuildify": "^6.0.1", From 5d3bc495266b880a2e425f6bc9a4651cbaad37d5 Mon Sep 17 00:00:00 2001 From: John-Philip Taylor Date: Tue, 3 Dec 2024 08:00:15 +0200 Subject: [PATCH 2/3] Regenerated and fixed the breaking changes from the version update --- bindings/go/go.mod | 5 + package.json | 16 +- src/grammar.json | 1 - src/node-types.json | 1 - src/parser.c | 251014 ++++++++++++++++++------------------ src/tree_sitter/alloc.h | 8 +- src/tree_sitter/parser.h | 1 - 7 files changed, 125530 insertions(+), 125516 deletions(-) create mode 100644 bindings/go/go.mod diff --git a/bindings/go/go.mod b/bindings/go/go.mod new file mode 100644 index 0000000..c829a50 --- /dev/null +++ b/bindings/go/go.mod @@ -0,0 +1,5 @@ +module github.com/tree-sitter/tree-sitter-vhdl + +go 1.22 + +require github.com/smacker/go-tree-sitter v0.0.0-20230720070738-0d0a9f78d8f8 diff --git a/package.json b/package.json index efacbf7..d20db66 100644 --- a/package.json +++ b/package.json @@ -41,6 +41,18 @@ "install": "node-gyp-build", "prestart": "tree-sitter build --wasm", "start": "tree-sitter playground", - "test": "node --test bindings/node/*_test.js" - } + "test": "node --test bindings/node/*_test.js", + "prebuildify": "prebuildify --napi --strip" + }, + "tree-sitter": [ + { + "scope": "source.vhdl", + "injection-regex": "^vhdl$", + "file-types": [ + "vhd", + "vhdl" + ], + "highlights": "queries/Neovim/highlights.scm" + } + ] } diff --git a/src/grammar.json b/src/grammar.json index 8e7c7d5..e5a380c 100644 --- a/src/grammar.json +++ b/src/grammar.json @@ -1,5 +1,4 @@ { - "$schema": "https://tree-sitter.github.io/tree-sitter/assets/schemas/grammar.schema.json", "name": "vhdl", "rules": { "design_file": { diff --git a/src/node-types.json b/src/node-types.json index 8869851..340701b 100644 --- a/src/node-types.json +++ b/src/node-types.json @@ -2121,7 +2121,6 @@ { "type": "design_file", "named": true, - "root": true, "fields": {}, "children": { "multiple": true, diff --git a/src/parser.c b/src/parser.c index f8f1c8a..d7c0f2a 100644 --- a/src/parser.c +++ b/src/parser.c @@ -4590,157 +4590,157 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [12] = 12, [13] = 13, [14] = 14, - [15] = 15, - [16] = 12, + [15] = 11, + [16] = 16, [17] = 17, - [18] = 18, + [18] = 17, [19] = 19, [20] = 20, - [21] = 21, - [22] = 22, + [21] = 17, + [22] = 11, [23] = 23, - [24] = 24, - [25] = 25, + [24] = 23, + [25] = 20, [26] = 26, - [27] = 27, - [28] = 11, + [27] = 17, + [28] = 28, [29] = 29, [30] = 17, [31] = 17, [32] = 17, [33] = 17, [34] = 17, - [35] = 17, + [35] = 35, [36] = 17, - [37] = 17, - [38] = 17, + [37] = 29, + [38] = 28, [39] = 17, [40] = 17, [41] = 17, [42] = 17, - [43] = 17, + [43] = 43, [44] = 17, - [45] = 17, + [45] = 29, [46] = 17, - [47] = 17, + [47] = 35, [48] = 17, - [49] = 17, + [49] = 49, [50] = 17, [51] = 17, - [52] = 17, + [52] = 52, [53] = 17, - [54] = 17, - [55] = 17, - [56] = 17, - [57] = 17, + [54] = 26, + [55] = 23, + [56] = 20, + [57] = 26, [58] = 17, [59] = 17, - [60] = 17, - [61] = 12, - [62] = 17, - [63] = 17, - [64] = 17, + [60] = 60, + [61] = 17, + [62] = 12, + [63] = 63, + [64] = 64, [65] = 17, - [66] = 17, - [67] = 17, + [66] = 43, + [67] = 28, [68] = 17, [69] = 17, [70] = 17, - [71] = 17, + [71] = 43, [72] = 17, - [73] = 17, + [73] = 35, [74] = 17, [75] = 17, [76] = 17, [77] = 17, [78] = 17, - [79] = 17, - [80] = 25, - [81] = 27, - [82] = 82, - [83] = 18, - [84] = 19, - [85] = 20, - [86] = 22, - [87] = 25, - [88] = 27, - [89] = 82, - [90] = 18, - [91] = 19, - [92] = 20, - [93] = 22, - [94] = 94, - [95] = 25, - [96] = 27, - [97] = 20, - [98] = 82, + [79] = 29, + [80] = 17, + [81] = 17, + [82] = 43, + [83] = 17, + [84] = 17, + [85] = 17, + [86] = 17, + [87] = 17, + [88] = 26, + [89] = 17, + [90] = 17, + [91] = 17, + [92] = 17, + [93] = 17, + [94] = 17, + [95] = 17, + [96] = 17, + [97] = 17, + [98] = 17, [99] = 17, [100] = 100, [101] = 101, - [102] = 102, - [103] = 100, - [104] = 102, - [105] = 100, - [106] = 102, - [107] = 101, + [102] = 101, + [103] = 103, + [104] = 100, + [105] = 105, + [106] = 106, + [107] = 103, [108] = 108, - [109] = 109, - [110] = 108, - [111] = 111, - [112] = 101, - [113] = 108, - [114] = 114, - [115] = 102, - [116] = 109, - [117] = 100, - [118] = 109, - [119] = 101, - [120] = 108, - [121] = 109, - [122] = 114, - [123] = 114, - [124] = 124, - [125] = 114, + [109] = 106, + [110] = 110, + [111] = 106, + [112] = 108, + [113] = 105, + [114] = 106, + [115] = 115, + [116] = 105, + [117] = 108, + [118] = 100, + [119] = 103, + [120] = 103, + [121] = 108, + [122] = 101, + [123] = 101, + [124] = 100, + [125] = 105, [126] = 126, [127] = 126, [128] = 128, - [129] = 129, - [130] = 130, - [131] = 131, + [129] = 126, + [130] = 126, + [131] = 126, [132] = 126, - [133] = 130, - [134] = 128, - [135] = 129, - [136] = 130, - [137] = 126, - [138] = 128, - [139] = 128, + [133] = 133, + [134] = 126, + [135] = 135, + [136] = 126, + [137] = 133, + [138] = 126, + [139] = 126, [140] = 126, - [141] = 130, - [142] = 129, - [143] = 129, + [141] = 126, + [142] = 126, + [143] = 128, [144] = 126, [145] = 126, [146] = 126, [147] = 126, [148] = 126, - [149] = 126, + [149] = 135, [150] = 126, - [151] = 126, + [151] = 133, [152] = 126, [153] = 126, [154] = 126, [155] = 126, - [156] = 126, + [156] = 135, [157] = 126, [158] = 126, [159] = 126, [160] = 126, [161] = 126, - [162] = 126, + [162] = 128, [163] = 126, [164] = 126, - [165] = 126, + [165] = 165, [166] = 126, [167] = 126, [168] = 126, @@ -4771,10 +4771,10 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [193] = 126, [194] = 126, [195] = 126, - [196] = 126, + [196] = 133, [197] = 126, [198] = 126, - [199] = 126, + [199] = 135, [200] = 126, [201] = 126, [202] = 126, @@ -4784,7 +4784,7 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [206] = 126, [207] = 126, [208] = 126, - [209] = 126, + [209] = 128, [210] = 126, [211] = 126, [212] = 126, @@ -4807,1692 +4807,1692 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [229] = 229, [230] = 227, [231] = 231, - [232] = 231, - [233] = 231, - [234] = 227, - [235] = 229, - [236] = 229, - [237] = 226, + [232] = 227, + [233] = 229, + [234] = 229, + [235] = 231, + [236] = 226, + [237] = 231, [238] = 238, [239] = 239, - [240] = 240, - [241] = 241, - [242] = 242, - [243] = 240, - [244] = 241, - [245] = 245, - [246] = 238, - [247] = 247, - [248] = 247, - [249] = 249, - [250] = 241, + [240] = 239, + [241] = 239, + [242] = 239, + [243] = 239, + [244] = 239, + [245] = 239, + [246] = 239, + [247] = 239, + [248] = 239, + [249] = 239, + [250] = 239, [251] = 238, - [252] = 252, - [253] = 238, - [254] = 238, - [255] = 238, - [256] = 238, - [257] = 238, - [258] = 238, - [259] = 238, - [260] = 238, - [261] = 238, - [262] = 238, - [263] = 238, - [264] = 238, - [265] = 238, - [266] = 238, - [267] = 238, - [268] = 238, - [269] = 245, - [270] = 238, - [271] = 238, - [272] = 238, - [273] = 238, - [274] = 238, - [275] = 238, - [276] = 247, + [252] = 239, + [253] = 239, + [254] = 239, + [255] = 239, + [256] = 239, + [257] = 239, + [258] = 239, + [259] = 239, + [260] = 260, + [261] = 239, + [262] = 262, + [263] = 239, + [264] = 239, + [265] = 239, + [266] = 266, + [267] = 239, + [268] = 239, + [269] = 269, + [270] = 239, + [271] = 260, + [272] = 266, + [273] = 239, + [274] = 266, + [275] = 239, + [276] = 239, [277] = 238, - [278] = 238, - [279] = 238, - [280] = 238, - [281] = 238, - [282] = 238, - [283] = 238, - [284] = 238, - [285] = 238, - [286] = 238, - [287] = 249, - [288] = 238, - [289] = 289, - [290] = 238, - [291] = 239, - [292] = 238, - [293] = 238, - [294] = 238, - [295] = 295, - [296] = 238, - [297] = 249, - [298] = 238, - [299] = 238, - [300] = 245, - [301] = 238, - [302] = 238, - [303] = 238, - [304] = 242, - [305] = 238, - [306] = 240, - [307] = 238, - [308] = 238, - [309] = 241, - [310] = 238, - [311] = 238, - [312] = 238, - [313] = 238, + [278] = 239, + [279] = 279, + [280] = 280, + [281] = 239, + [282] = 239, + [283] = 260, + [284] = 239, + [285] = 285, + [286] = 239, + [287] = 287, + [288] = 239, + [289] = 239, + [290] = 239, + [291] = 262, + [292] = 239, + [293] = 239, + [294] = 239, + [295] = 262, + [296] = 279, + [297] = 280, + [298] = 287, + [299] = 285, + [300] = 239, + [301] = 301, + [302] = 239, + [303] = 239, + [304] = 239, + [305] = 239, + [306] = 239, + [307] = 239, + [308] = 239, + [309] = 239, + [310] = 239, + [311] = 239, + [312] = 312, + [313] = 313, [314] = 238, - [315] = 289, - [316] = 238, - [317] = 239, - [318] = 245, - [319] = 238, - [320] = 247, - [321] = 321, - [322] = 322, - [323] = 249, - [324] = 289, - [325] = 242, + [315] = 262, + [316] = 239, + [317] = 280, + [318] = 239, + [319] = 279, + [320] = 285, + [321] = 266, + [322] = 239, + [323] = 287, + [324] = 260, + [325] = 239, [326] = 326, [327] = 327, [328] = 328, [329] = 329, [330] = 330, - [331] = 329, + [331] = 331, [332] = 328, - [333] = 327, + [333] = 329, [334] = 334, - [335] = 329, + [335] = 327, [336] = 330, - [337] = 328, - [338] = 326, - [339] = 339, - [340] = 326, - [341] = 330, + [337] = 330, + [338] = 334, + [339] = 328, + [340] = 330, + [341] = 341, [342] = 329, [343] = 343, [344] = 328, - [345] = 345, + [345] = 327, [346] = 334, - [347] = 326, - [348] = 327, - [349] = 330, - [350] = 334, + [347] = 327, + [348] = 329, + [349] = 343, + [350] = 343, [351] = 351, [352] = 352, [353] = 353, [354] = 354, - [355] = 353, + [355] = 355, [356] = 356, - [357] = 352, - [358] = 356, - [359] = 359, - [360] = 359, - [361] = 354, + [357] = 355, + [358] = 353, + [359] = 352, + [360] = 353, + [361] = 352, [362] = 356, - [363] = 353, - [364] = 354, - [365] = 359, + [363] = 354, + [364] = 356, + [365] = 354, [366] = 366, [367] = 367, [368] = 368, [369] = 369, - [370] = 370, + [370] = 369, [371] = 371, - [372] = 372, - [373] = 369, - [374] = 370, - [375] = 370, - [376] = 367, - [377] = 370, - [378] = 378, - [379] = 367, - [380] = 369, - [381] = 381, + [372] = 366, + [373] = 373, + [374] = 374, + [375] = 375, + [376] = 376, + [377] = 366, + [378] = 374, + [379] = 368, + [380] = 366, + [381] = 367, [382] = 382, - [383] = 378, - [384] = 378, - [385] = 382, - [386] = 370, - [387] = 370, - [388] = 368, - [389] = 368, - [390] = 370, - [391] = 366, + [383] = 376, + [384] = 366, + [385] = 366, + [386] = 366, + [387] = 373, + [388] = 369, + [389] = 373, + [390] = 367, + [391] = 368, [392] = 392, [393] = 393, - [394] = 393, + [394] = 394, [395] = 395, - [396] = 396, - [397] = 397, + [396] = 395, + [397] = 395, [398] = 398, - [399] = 393, - [400] = 400, - [401] = 401, + [399] = 395, + [400] = 395, + [401] = 395, [402] = 402, - [403] = 393, + [403] = 403, [404] = 404, - [405] = 405, - [406] = 393, - [407] = 393, - [408] = 393, - [409] = 401, - [410] = 393, - [411] = 401, - [412] = 401, + [405] = 395, + [406] = 406, + [407] = 395, + [408] = 403, + [409] = 409, + [410] = 403, + [411] = 403, + [412] = 412, [413] = 413, [414] = 414, [415] = 415, [416] = 416, [417] = 417, - [418] = 413, - [419] = 414, - [420] = 415, - [421] = 416, - [422] = 417, - [423] = 413, - [424] = 414, - [425] = 415, - [426] = 416, - [427] = 417, - [428] = 413, - [429] = 414, - [430] = 415, - [431] = 416, - [432] = 417, - [433] = 413, - [434] = 414, - [435] = 415, - [436] = 416, - [437] = 417, + [418] = 418, + [419] = 415, + [420] = 417, + [421] = 417, + [422] = 422, + [423] = 422, + [424] = 422, + [425] = 422, + [426] = 415, + [427] = 427, + [428] = 428, + [429] = 422, + [430] = 430, + [431] = 431, + [432] = 422, + [433] = 417, + [434] = 415, + [435] = 428, + [436] = 422, + [437] = 415, [438] = 438, - [439] = 414, - [440] = 415, - [441] = 416, - [442] = 417, - [443] = 413, - [444] = 414, - [445] = 415, - [446] = 416, + [439] = 431, + [440] = 417, + [441] = 441, + [442] = 418, + [443] = 443, + [444] = 444, + [445] = 422, + [446] = 443, [447] = 417, - [448] = 413, - [449] = 414, + [448] = 448, + [449] = 415, [450] = 415, - [451] = 416, - [452] = 417, - [453] = 413, - [454] = 414, - [455] = 415, - [456] = 416, - [457] = 417, - [458] = 413, - [459] = 414, + [451] = 451, + [452] = 452, + [453] = 443, + [454] = 454, + [455] = 417, + [456] = 414, + [457] = 418, + [458] = 418, + [459] = 417, [460] = 415, - [461] = 416, - [462] = 417, - [463] = 413, - [464] = 414, + [461] = 422, + [462] = 462, + [463] = 443, + [464] = 443, [465] = 415, - [466] = 416, - [467] = 417, - [468] = 413, - [469] = 414, - [470] = 415, - [471] = 416, - [472] = 417, - [473] = 413, - [474] = 414, - [475] = 415, - [476] = 416, - [477] = 417, - [478] = 413, - [479] = 414, - [480] = 415, - [481] = 416, - [482] = 417, - [483] = 413, - [484] = 414, - [485] = 415, - [486] = 416, - [487] = 417, + [466] = 443, + [467] = 418, + [468] = 418, + [469] = 418, + [470] = 443, + [471] = 431, + [472] = 454, + [473] = 414, + [474] = 462, + [475] = 413, + [476] = 418, + [477] = 454, + [478] = 414, + [479] = 462, + [480] = 418, + [481] = 413, + [482] = 454, + [483] = 417, + [484] = 454, + [485] = 422, + [486] = 414, + [487] = 462, [488] = 413, - [489] = 414, - [490] = 415, - [491] = 416, - [492] = 417, + [489] = 415, + [490] = 454, + [491] = 414, + [492] = 462, [493] = 413, - [494] = 414, - [495] = 438, - [496] = 415, - [497] = 416, - [498] = 417, - [499] = 413, + [494] = 431, + [495] = 454, + [496] = 414, + [497] = 462, + [498] = 422, + [499] = 417, [500] = 414, - [501] = 415, - [502] = 416, - [503] = 417, - [504] = 413, - [505] = 414, - [506] = 415, - [507] = 416, - [508] = 417, - [509] = 413, - [510] = 414, - [511] = 415, - [512] = 416, - [513] = 417, - [514] = 413, - [515] = 414, - [516] = 415, - [517] = 416, - [518] = 417, - [519] = 413, - [520] = 414, - [521] = 415, - [522] = 416, - [523] = 417, + [501] = 454, + [502] = 417, + [503] = 414, + [504] = 418, + [505] = 443, + [506] = 418, + [507] = 462, + [508] = 413, + [509] = 417, + [510] = 454, + [511] = 414, + [512] = 462, + [513] = 413, + [514] = 415, + [515] = 454, + [516] = 414, + [517] = 462, + [518] = 413, + [519] = 417, + [520] = 443, + [521] = 454, + [522] = 414, + [523] = 462, [524] = 413, - [525] = 414, - [526] = 415, - [527] = 416, - [528] = 417, - [529] = 529, - [530] = 530, - [531] = 531, - [532] = 532, - [533] = 533, - [534] = 534, - [535] = 535, - [536] = 536, - [537] = 537, - [538] = 531, - [539] = 534, - [540] = 535, - [541] = 536, - [542] = 537, - [543] = 543, - [544] = 531, - [545] = 534, - [546] = 535, - [547] = 536, - [548] = 537, - [549] = 531, - [550] = 534, - [551] = 535, - [552] = 536, - [553] = 537, - [554] = 531, - [555] = 534, - [556] = 535, - [557] = 536, - [558] = 537, - [559] = 531, - [560] = 534, - [561] = 535, - [562] = 536, - [563] = 537, - [564] = 531, - [565] = 534, - [566] = 535, - [567] = 536, - [568] = 537, - [569] = 531, - [570] = 534, - [571] = 535, - [572] = 536, - [573] = 537, - [574] = 531, - [575] = 534, - [576] = 535, - [577] = 536, - [578] = 537, - [579] = 534, - [580] = 535, - [581] = 536, - [582] = 537, - [583] = 534, - [584] = 535, - [585] = 536, - [586] = 537, - [587] = 534, - [588] = 535, - [589] = 536, - [590] = 537, - [591] = 591, - [592] = 534, - [593] = 535, - [594] = 536, - [595] = 537, - [596] = 534, - [597] = 535, - [598] = 536, - [599] = 537, - [600] = 534, - [601] = 535, - [602] = 536, - [603] = 537, - [604] = 534, - [605] = 535, - [606] = 536, - [607] = 537, - [608] = 534, - [609] = 535, - [610] = 536, - [611] = 537, - [612] = 612, - [613] = 534, - [614] = 535, - [615] = 536, - [616] = 537, - [617] = 534, - [618] = 535, - [619] = 536, - [620] = 537, - [621] = 534, - [622] = 535, - [623] = 536, - [624] = 537, - [625] = 534, - [626] = 535, - [627] = 536, - [628] = 537, - [629] = 534, - [630] = 535, - [631] = 536, - [632] = 537, - [633] = 633, - [634] = 534, - [635] = 535, - [636] = 536, - [637] = 537, - [638] = 534, - [639] = 535, - [640] = 536, - [641] = 537, - [642] = 534, - [643] = 535, - [644] = 536, - [645] = 537, - [646] = 530, - [647] = 534, - [648] = 535, - [649] = 536, - [650] = 537, - [651] = 531, - [652] = 652, - [653] = 534, - [654] = 438, - [655] = 655, - [656] = 656, - [657] = 657, + [525] = 462, + [526] = 454, + [527] = 443, + [528] = 414, + [529] = 415, + [530] = 462, + [531] = 413, + [532] = 417, + [533] = 454, + [534] = 414, + [535] = 462, + [536] = 413, + [537] = 443, + [538] = 454, + [539] = 414, + [540] = 462, + [541] = 413, + [542] = 422, + [543] = 454, + [544] = 414, + [545] = 462, + [546] = 413, + [547] = 415, + [548] = 454, + [549] = 414, + [550] = 462, + [551] = 413, + [552] = 454, + [553] = 454, + [554] = 414, + [555] = 462, + [556] = 413, + [557] = 422, + [558] = 414, + [559] = 454, + [560] = 414, + [561] = 462, + [562] = 413, + [563] = 418, + [564] = 462, + [565] = 454, + [566] = 417, + [567] = 414, + [568] = 462, + [569] = 413, + [570] = 417, + [571] = 454, + [572] = 415, + [573] = 462, + [574] = 414, + [575] = 462, + [576] = 576, + [577] = 413, + [578] = 443, + [579] = 418, + [580] = 441, + [581] = 422, + [582] = 422, + [583] = 583, + [584] = 417, + [585] = 454, + [586] = 414, + [587] = 462, + [588] = 415, + [589] = 589, + [590] = 413, + [591] = 422, + [592] = 441, + [593] = 422, + [594] = 454, + [595] = 414, + [596] = 462, + [597] = 415, + [598] = 413, + [599] = 599, + [600] = 415, + [601] = 601, + [602] = 441, + [603] = 418, + [604] = 454, + [605] = 415, + [606] = 417, + [607] = 462, + [608] = 413, + [609] = 422, + [610] = 418, + [611] = 441, + [612] = 443, + [613] = 454, + [614] = 414, + [615] = 462, + [616] = 413, + [617] = 417, + [618] = 422, + [619] = 422, + [620] = 413, + [621] = 415, + [622] = 441, + [623] = 428, + [624] = 454, + [625] = 443, + [626] = 414, + [627] = 462, + [628] = 413, + [629] = 417, + [630] = 418, + [631] = 441, + [632] = 417, + [633] = 454, + [634] = 414, + [635] = 418, + [636] = 462, + [637] = 413, + [638] = 443, + [639] = 422, + [640] = 443, + [641] = 415, + [642] = 441, + [643] = 415, + [644] = 454, + [645] = 422, + [646] = 414, + [647] = 462, + [648] = 413, + [649] = 443, + [650] = 418, + [651] = 417, + [652] = 418, + [653] = 415, + [654] = 443, + [655] = 413, + [656] = 441, + [657] = 443, [658] = 658, - [659] = 533, + [659] = 414, [660] = 660, - [661] = 414, - [662] = 662, - [663] = 663, - [664] = 664, - [665] = 665, - [666] = 415, - [667] = 667, - [668] = 668, - [669] = 535, - [670] = 536, - [671] = 533, - [672] = 534, - [673] = 413, - [674] = 414, - [675] = 415, - [676] = 535, - [677] = 536, - [678] = 537, - [679] = 416, - [680] = 417, - [681] = 537, - [682] = 416, - [683] = 533, - [684] = 417, - [685] = 534, - [686] = 413, - [687] = 414, - [688] = 415, - [689] = 535, - [690] = 536, - [691] = 537, - [692] = 416, - [693] = 417, - [694] = 534, - [695] = 413, - [696] = 414, + [661] = 418, + [662] = 422, + [663] = 418, + [664] = 454, + [665] = 414, + [666] = 462, + [667] = 418, + [668] = 443, + [669] = 413, + [670] = 422, + [671] = 443, + [672] = 415, + [673] = 673, + [674] = 417, + [675] = 418, + [676] = 443, + [677] = 422, + [678] = 415, + [679] = 441, + [680] = 444, + [681] = 443, + [682] = 417, + [683] = 417, + [684] = 428, + [685] = 443, + [686] = 422, + [687] = 413, + [688] = 418, + [689] = 417, + [690] = 415, + [691] = 422, + [692] = 417, + [693] = 418, + [694] = 694, + [695] = 443, + [696] = 422, [697] = 415, - [698] = 535, - [699] = 536, - [700] = 537, - [701] = 416, - [702] = 417, - [703] = 438, - [704] = 413, - [705] = 414, - [706] = 415, - [707] = 416, - [708] = 417, - [709] = 413, - [710] = 414, - [711] = 415, - [712] = 416, - [713] = 417, - [714] = 413, - [715] = 414, - [716] = 415, - [717] = 416, - [718] = 417, - [719] = 413, - [720] = 413, + [698] = 415, + [699] = 443, + [700] = 418, + [701] = 418, + [702] = 443, + [703] = 422, + [704] = 422, + [705] = 415, + [706] = 706, + [707] = 413, + [708] = 415, + [709] = 417, + [710] = 418, + [711] = 454, + [712] = 443, + [713] = 418, + [714] = 443, + [715] = 715, + [716] = 417, + [717] = 418, + [718] = 415, + [719] = 417, + [720] = 443, [721] = 721, [722] = 722, [723] = 723, - [724] = 722, - [725] = 725, - [726] = 722, - [727] = 722, - [728] = 725, - [729] = 723, - [730] = 721, - [731] = 725, - [732] = 723, - [733] = 721, - [734] = 721, - [735] = 723, - [736] = 725, + [724] = 721, + [725] = 721, + [726] = 726, + [727] = 721, + [728] = 723, + [729] = 722, + [730] = 726, + [731] = 726, + [732] = 722, + [733] = 723, + [734] = 722, + [735] = 726, + [736] = 723, [737] = 737, - [738] = 725, - [739] = 725, - [740] = 740, + [738] = 726, + [739] = 739, + [740] = 726, [741] = 723, - [742] = 725, - [743] = 721, - [744] = 744, - [745] = 745, - [746] = 721, - [747] = 723, - [748] = 721, - [749] = 723, - [750] = 721, + [742] = 722, + [743] = 723, + [744] = 723, + [745] = 722, + [746] = 726, + [747] = 747, + [748] = 722, + [749] = 749, + [750] = 722, [751] = 723, - [752] = 721, - [753] = 725, - [754] = 725, + [752] = 722, + [753] = 726, + [754] = 726, [755] = 723, [756] = 723, - [757] = 757, - [758] = 725, - [759] = 725, - [760] = 725, - [761] = 761, - [762] = 762, - [763] = 721, + [757] = 723, + [758] = 726, + [759] = 722, + [760] = 760, + [761] = 722, + [762] = 726, + [763] = 726, [764] = 723, - [765] = 765, - [766] = 725, - [767] = 721, - [768] = 723, - [769] = 721, - [770] = 723, - [771] = 723, - [772] = 721, + [765] = 723, + [766] = 723, + [767] = 767, + [768] = 768, + [769] = 769, + [770] = 770, + [771] = 726, + [772] = 723, [773] = 773, - [774] = 725, - [775] = 775, - [776] = 776, - [777] = 721, - [778] = 723, - [779] = 721, - [780] = 721, - [781] = 723, - [782] = 725, - [783] = 725, - [784] = 784, - [785] = 725, - [786] = 721, - [787] = 725, - [788] = 721, - [789] = 723, - [790] = 723, - [791] = 725, + [774] = 726, + [775] = 722, + [776] = 726, + [777] = 722, + [778] = 778, + [779] = 722, + [780] = 726, + [781] = 726, + [782] = 722, + [783] = 722, + [784] = 726, + [785] = 722, + [786] = 723, + [787] = 723, + [788] = 723, + [789] = 722, + [790] = 790, + [791] = 722, [792] = 723, - [793] = 721, + [793] = 726, [794] = 723, - [795] = 721, - [796] = 796, - [797] = 725, - [798] = 725, - [799] = 725, - [800] = 725, + [795] = 726, + [796] = 723, + [797] = 797, + [798] = 798, + [799] = 722, + [800] = 800, [801] = 801, [802] = 802, - [803] = 721, - [804] = 804, - [805] = 805, - [806] = 723, - [807] = 807, - [808] = 721, - [809] = 723, - [810] = 810, - [811] = 811, - [812] = 721, - [813] = 723, + [803] = 803, + [804] = 726, + [805] = 722, + [806] = 806, + [807] = 803, + [808] = 808, + [809] = 809, + [810] = 49, + [811] = 722, + [812] = 723, + [813] = 726, [814] = 814, - [815] = 815, + [815] = 723, [816] = 816, - [817] = 817, - [818] = 818, - [819] = 819, - [820] = 721, - [821] = 821, - [822] = 721, + [817] = 726, + [818] = 726, + [819] = 803, + [820] = 723, + [821] = 723, + [822] = 822, [823] = 723, - [824] = 21, - [825] = 825, - [826] = 723, - [827] = 816, - [828] = 725, + [824] = 824, + [825] = 726, + [826] = 826, + [827] = 803, + [828] = 828, [829] = 829, - [830] = 721, - [831] = 816, - [832] = 723, - [833] = 816, - [834] = 816, - [835] = 816, - [836] = 836, - [837] = 721, + [830] = 830, + [831] = 726, + [832] = 832, + [833] = 722, + [834] = 803, + [835] = 722, + [836] = 803, + [837] = 837, [838] = 838, [839] = 839, - [840] = 840, - [841] = 725, - [842] = 721, - [843] = 723, + [840] = 726, + [841] = 841, + [842] = 726, + [843] = 722, [844] = 844, [845] = 723, [846] = 846, - [847] = 847, - [848] = 848, - [849] = 723, - [850] = 805, - [851] = 725, - [852] = 852, - [853] = 721, + [847] = 722, + [848] = 726, + [849] = 849, + [850] = 850, + [851] = 851, + [852] = 722, + [853] = 853, [854] = 854, [855] = 855, [856] = 856, - [857] = 723, + [857] = 857, [858] = 858, - [859] = 859, + [859] = 722, [860] = 860, [861] = 861, - [862] = 725, + [862] = 862, [863] = 863, [864] = 864, [865] = 865, [866] = 866, - [867] = 867, - [868] = 721, - [869] = 869, - [870] = 723, + [867] = 723, + [868] = 868, + [869] = 726, + [870] = 726, [871] = 871, - [872] = 725, - [873] = 721, + [872] = 722, + [873] = 873, [874] = 874, - [875] = 875, - [876] = 725, + [875] = 722, + [876] = 876, [877] = 877, [878] = 878, [879] = 879, - [880] = 880, + [880] = 822, [881] = 881, - [882] = 725, - [883] = 721, - [884] = 723, - [885] = 885, - [886] = 886, - [887] = 858, - [888] = 805, - [889] = 805, - [890] = 859, - [891] = 852, - [892] = 854, - [893] = 893, - [894] = 839, + [882] = 723, + [883] = 723, + [884] = 726, + [885] = 723, + [886] = 723, + [887] = 887, + [888] = 888, + [889] = 879, + [890] = 890, + [891] = 891, + [892] = 881, + [893] = 864, + [894] = 855, [895] = 895, - [896] = 881, - [897] = 877, - [898] = 898, - [899] = 886, - [900] = 860, - [901] = 901, - [902] = 902, - [903] = 838, - [904] = 863, - [905] = 878, - [906] = 864, - [907] = 844, - [908] = 879, + [896] = 877, + [897] = 837, + [898] = 857, + [899] = 856, + [900] = 878, + [901] = 854, + [902] = 853, + [903] = 839, + [904] = 822, + [905] = 905, + [906] = 858, + [907] = 860, + [908] = 861, [909] = 909, - [910] = 875, - [911] = 866, - [912] = 855, - [913] = 856, - [914] = 880, - [915] = 840, - [916] = 916, - [917] = 867, + [910] = 862, + [911] = 911, + [912] = 863, + [913] = 849, + [914] = 865, + [915] = 844, + [916] = 868, + [917] = 873, [918] = 918, - [919] = 919, - [920] = 920, + [919] = 822, + [920] = 846, [921] = 871, - [922] = 885, - [923] = 869, - [924] = 847, - [925] = 874, - [926] = 848, + [922] = 876, + [923] = 874, + [924] = 841, + [925] = 851, + [926] = 926, [927] = 927, - [928] = 865, - [929] = 856, - [930] = 852, - [931] = 854, - [932] = 855, - [933] = 874, - [934] = 839, - [935] = 856, - [936] = 858, - [937] = 875, - [938] = 859, - [939] = 838, - [940] = 840, - [941] = 941, - [942] = 886, - [943] = 860, - [944] = 944, - [945] = 945, - [946] = 863, - [947] = 877, - [948] = 878, - [949] = 879, - [950] = 864, - [951] = 865, - [952] = 866, - [953] = 867, - [954] = 880, - [955] = 881, - [956] = 805, - [957] = 886, - [958] = 958, - [959] = 869, - [960] = 960, - [961] = 961, - [962] = 847, - [963] = 848, - [964] = 839, - [965] = 846, - [966] = 838, - [967] = 840, - [968] = 847, - [969] = 848, - [970] = 852, - [971] = 854, - [972] = 855, - [973] = 874, - [974] = 858, - [975] = 875, - [976] = 859, - [977] = 860, - [978] = 863, - [979] = 877, - [980] = 878, - [981] = 879, - [982] = 864, - [983] = 865, - [984] = 866, - [985] = 867, - [986] = 880, - [987] = 881, - [988] = 869, - [989] = 871, - [990] = 885, - [991] = 871, - [992] = 805, - [993] = 885, - [994] = 844, - [995] = 805, - [996] = 844, - [997] = 846, - [998] = 918, - [999] = 867, - [1000] = 840, - [1001] = 847, - [1002] = 848, - [1003] = 886, - [1004] = 852, - [1005] = 854, - [1006] = 855, - [1007] = 856, - [1008] = 858, - [1009] = 859, - [1010] = 920, - [1011] = 860, - [1012] = 863, - [1013] = 864, - [1014] = 865, - [1015] = 866, - [1016] = 867, - [1017] = 869, - [1018] = 805, - [1019] = 1019, - [1020] = 874, - [1021] = 875, - [1022] = 895, - [1023] = 877, - [1024] = 886, - [1025] = 1025, - [1026] = 1026, - [1027] = 875, - [1028] = 877, - [1029] = 878, - [1030] = 879, - [1031] = 880, - [1032] = 881, - [1033] = 871, - [1034] = 885, - [1035] = 844, - [1036] = 878, - [1037] = 879, - [1038] = 880, - [1039] = 898, - [1040] = 919, - [1041] = 1041, - [1042] = 886, - [1043] = 1043, - [1044] = 902, - [1045] = 839, - [1046] = 839, - [1047] = 881, - [1048] = 893, - [1049] = 805, - [1050] = 1050, - [1051] = 916, - [1052] = 920, - [1053] = 918, - [1054] = 909, - [1055] = 901, - [1056] = 846, - [1057] = 927, - [1058] = 895, - [1059] = 909, - [1060] = 846, - [1061] = 869, - [1062] = 874, - [1063] = 871, - [1064] = 901, - [1065] = 898, - [1066] = 919, - [1067] = 927, - [1068] = 885, - [1069] = 844, - [1070] = 893, - [1071] = 846, - [1072] = 1072, - [1073] = 839, - [1074] = 885, - [1075] = 1075, - [1076] = 916, - [1077] = 838, - [1078] = 840, - [1079] = 847, - [1080] = 848, - [1081] = 838, - [1082] = 840, - [1083] = 852, - [1084] = 854, - [1085] = 855, - [1086] = 874, - [1087] = 856, - [1088] = 858, - [1089] = 875, - [1090] = 859, - [1091] = 847, - [1092] = 860, - [1093] = 863, - [1094] = 877, - [1095] = 878, - [1096] = 879, - [1097] = 864, - [1098] = 865, - [1099] = 866, - [1100] = 867, - [1101] = 880, - [1102] = 1102, - [1103] = 881, - [1104] = 848, - [1105] = 869, - [1106] = 852, - [1107] = 854, - [1108] = 871, - [1109] = 855, - [1110] = 902, - [1111] = 856, - [1112] = 858, - [1113] = 859, - [1114] = 860, - [1115] = 863, - [1116] = 838, - [1117] = 864, - [1118] = 865, - [1119] = 866, - [1120] = 844, - [1121] = 805, - [1122] = 840, - [1123] = 898, - [1124] = 919, - [1125] = 856, - [1126] = 860, - [1127] = 893, - [1128] = 920, - [1129] = 863, - [1130] = 864, - [1131] = 865, - [1132] = 866, - [1133] = 867, - [1134] = 919, - [1135] = 916, - [1136] = 920, - [1137] = 927, - [1138] = 846, - [1139] = 927, - [1140] = 846, - [1141] = 869, - [1142] = 875, - [1143] = 885, - [1144] = 877, - [1145] = 878, - [1146] = 918, - [1147] = 1147, - [1148] = 879, - [1149] = 880, - [1150] = 909, - [1151] = 901, - [1152] = 881, + [928] = 850, + [929] = 881, + [930] = 855, + [931] = 876, + [932] = 932, + [933] = 862, + [934] = 837, + [935] = 858, + [936] = 863, + [937] = 876, + [938] = 868, + [939] = 854, + [940] = 940, + [941] = 868, + [942] = 942, + [943] = 838, + [944] = 879, + [945] = 878, + [946] = 861, + [947] = 822, + [948] = 948, + [949] = 837, + [950] = 881, + [951] = 851, + [952] = 874, + [953] = 864, + [954] = 879, + [955] = 873, + [956] = 878, + [957] = 860, + [958] = 865, + [959] = 850, + [960] = 864, + [961] = 857, + [962] = 856, + [963] = 849, + [964] = 838, + [965] = 855, + [966] = 839, + [967] = 844, + [968] = 849, + [969] = 841, + [970] = 871, + [971] = 874, + [972] = 877, + [973] = 858, + [974] = 877, + [975] = 839, + [976] = 854, + [977] = 850, + [978] = 860, + [979] = 844, + [980] = 851, + [981] = 861, + [982] = 846, + [983] = 871, + [984] = 853, + [985] = 857, + [986] = 862, + [987] = 863, + [988] = 841, + [989] = 822, + [990] = 990, + [991] = 873, + [992] = 822, + [993] = 853, + [994] = 846, + [995] = 865, + [996] = 856, + [997] = 997, + [998] = 822, + [999] = 881, + [1000] = 865, + [1001] = 874, + [1002] = 877, + [1003] = 874, + [1004] = 846, + [1005] = 841, + [1006] = 838, + [1007] = 844, + [1008] = 822, + [1009] = 849, + [1010] = 851, + [1011] = 877, + [1012] = 890, + [1013] = 878, + [1014] = 863, + [1015] = 871, + [1016] = 873, + [1017] = 1017, + [1018] = 876, + [1019] = 871, + [1020] = 850, + [1021] = 868, + [1022] = 844, + [1023] = 860, + [1024] = 888, + [1025] = 879, + [1026] = 858, + [1027] = 879, + [1028] = 881, + [1029] = 895, + [1030] = 864, + [1031] = 887, + [1032] = 1032, + [1033] = 1033, + [1034] = 1034, + [1035] = 855, + [1036] = 837, + [1037] = 876, + [1038] = 857, + [1039] = 856, + [1040] = 871, + [1041] = 868, + [1042] = 862, + [1043] = 905, + [1044] = 909, + [1045] = 1045, + [1046] = 911, + [1047] = 854, + [1048] = 878, + [1049] = 926, + [1050] = 891, + [1051] = 926, + [1052] = 839, + [1053] = 891, + [1054] = 846, + [1055] = 911, + [1056] = 909, + [1057] = 905, + [1058] = 878, + [1059] = 877, + [1060] = 887, + [1061] = 853, + [1062] = 839, + [1063] = 838, + [1064] = 851, + [1065] = 849, + [1066] = 844, + [1067] = 853, + [1068] = 927, + [1069] = 895, + [1070] = 854, + [1071] = 849, + [1072] = 888, + [1073] = 918, + [1074] = 841, + [1075] = 846, + [1076] = 865, + [1077] = 856, + [1078] = 1078, + [1079] = 857, + [1080] = 837, + [1081] = 890, + [1082] = 927, + [1083] = 876, + [1084] = 858, + [1085] = 860, + [1086] = 861, + [1087] = 881, + [1088] = 862, + [1089] = 863, + [1090] = 863, + [1091] = 862, + [1092] = 1092, + [1093] = 1093, + [1094] = 861, + [1095] = 860, + [1096] = 865, + [1097] = 868, + [1098] = 918, + [1099] = 858, + [1100] = 839, + [1101] = 864, + [1102] = 838, + [1103] = 1103, + [1104] = 853, + [1105] = 851, + [1106] = 873, + [1107] = 855, + [1108] = 850, + [1109] = 854, + [1110] = 861, + [1111] = 850, + [1112] = 856, + [1113] = 873, + [1114] = 857, + [1115] = 837, + [1116] = 879, + [1117] = 855, + [1118] = 874, + [1119] = 841, + [1120] = 864, + [1121] = 887, + [1122] = 854, + [1123] = 874, + [1124] = 868, + [1125] = 850, + [1126] = 895, + [1127] = 891, + [1128] = 888, + [1129] = 881, + [1130] = 850, + [1131] = 927, + [1132] = 871, + [1133] = 1133, + [1134] = 926, + [1135] = 876, + [1136] = 871, + [1137] = 876, + [1138] = 868, + [1139] = 1139, + [1140] = 918, + [1141] = 918, + [1142] = 887, + [1143] = 822, + [1144] = 926, + [1145] = 891, + [1146] = 911, + [1147] = 874, + [1148] = 909, + [1149] = 905, + [1150] = 822, + [1151] = 1151, + [1152] = 890, [1153] = 1153, - [1154] = 902, - [1155] = 844, - [1156] = 858, - [1157] = 859, - [1158] = 893, - [1159] = 847, - [1160] = 916, - [1161] = 805, + [1154] = 879, + [1155] = 890, + [1156] = 890, + [1157] = 926, + [1158] = 891, + [1159] = 887, + [1160] = 1160, + [1161] = 911, [1162] = 895, - [1163] = 874, - [1164] = 918, - [1165] = 916, - [1166] = 871, - [1167] = 875, - [1168] = 920, - [1169] = 885, - [1170] = 844, - [1171] = 877, - [1172] = 805, - [1173] = 878, - [1174] = 879, - [1175] = 860, - [1176] = 863, - [1177] = 886, - [1178] = 880, - [1179] = 881, - [1180] = 901, - [1181] = 859, - [1182] = 1182, - [1183] = 1183, - [1184] = 838, - [1185] = 865, - [1186] = 848, - [1187] = 866, - [1188] = 886, - [1189] = 1189, - [1190] = 839, - [1191] = 867, - [1192] = 838, - [1193] = 840, - [1194] = 869, - [1195] = 805, - [1196] = 839, - [1197] = 874, - [1198] = 895, - [1199] = 847, - [1200] = 805, - [1201] = 1201, - [1202] = 848, - [1203] = 871, - [1204] = 893, - [1205] = 918, - [1206] = 852, - [1207] = 852, - [1208] = 1208, - [1209] = 854, - [1210] = 854, - [1211] = 898, - [1212] = 1182, - [1213] = 1208, - [1214] = 898, - [1215] = 919, - [1216] = 927, - [1217] = 1183, - [1218] = 895, - [1219] = 1182, - [1220] = 1208, - [1221] = 909, - [1222] = 855, - [1223] = 909, - [1224] = 1183, - [1225] = 1182, - [1226] = 1208, - [1227] = 855, - [1228] = 901, - [1229] = 902, - [1230] = 1183, - [1231] = 1182, - [1232] = 1208, - [1233] = 856, - [1234] = 1183, - [1235] = 858, - [1236] = 902, - [1237] = 864, - [1238] = 886, - [1239] = 848, - [1240] = 838, - [1241] = 840, - [1242] = 864, - [1243] = 847, - [1244] = 848, - [1245] = 852, - [1246] = 854, - [1247] = 855, - [1248] = 856, - [1249] = 858, - [1250] = 859, - [1251] = 860, - [1252] = 863, - [1253] = 864, - [1254] = 865, - [1255] = 866, - [1256] = 867, - [1257] = 902, - [1258] = 869, - [1259] = 885, - [1260] = 893, - [1261] = 895, - [1262] = 874, - [1263] = 916, - [1264] = 920, - [1265] = 839, - [1266] = 918, - [1267] = 898, - [1268] = 919, - [1269] = 927, - [1270] = 909, - [1271] = 901, - [1272] = 844, - [1273] = 865, - [1274] = 875, - [1275] = 877, - [1276] = 878, - [1277] = 879, - [1278] = 880, - [1279] = 881, - [1280] = 838, - [1281] = 840, - [1282] = 847, - [1283] = 848, - [1284] = 852, - [1285] = 854, + [1163] = 888, + [1164] = 905, + [1165] = 909, + [1166] = 905, + [1167] = 1167, + [1168] = 909, + [1169] = 895, + [1170] = 888, + [1171] = 878, + [1172] = 911, + [1173] = 927, + [1174] = 877, + [1175] = 878, + [1176] = 1176, + [1177] = 877, + [1178] = 1167, + [1179] = 822, + [1180] = 864, + [1181] = 855, + [1182] = 851, + [1183] = 849, + [1184] = 844, + [1185] = 851, + [1186] = 849, + [1187] = 844, + [1188] = 846, + [1189] = 838, + [1190] = 1153, + [1191] = 1176, + [1192] = 1167, + [1193] = 846, + [1194] = 927, + [1195] = 838, + [1196] = 822, + [1197] = 1153, + [1198] = 1176, + [1199] = 837, + [1200] = 1167, + [1201] = 857, + [1202] = 856, + [1203] = 1176, + [1204] = 1153, + [1205] = 854, + [1206] = 918, + [1207] = 853, + [1208] = 841, + [1209] = 1176, + [1210] = 822, + [1211] = 873, + [1212] = 1167, + [1213] = 865, + [1214] = 863, + [1215] = 879, + [1216] = 881, + [1217] = 839, + [1218] = 864, + [1219] = 862, + [1220] = 855, + [1221] = 860, + [1222] = 858, + [1223] = 858, + [1224] = 841, + [1225] = 860, + [1226] = 1153, + [1227] = 873, + [1228] = 856, + [1229] = 857, + [1230] = 837, + [1231] = 839, + [1232] = 861, + [1233] = 865, + [1234] = 863, + [1235] = 862, + [1236] = 861, + [1237] = 853, + [1238] = 863, + [1239] = 850, + [1240] = 868, + [1241] = 822, + [1242] = 844, + [1243] = 918, + [1244] = 876, + [1245] = 876, + [1246] = 871, + [1247] = 871, + [1248] = 822, + [1249] = 927, + [1250] = 868, + [1251] = 849, + [1252] = 851, + [1253] = 874, + [1254] = 890, + [1255] = 888, + [1256] = 846, + [1257] = 895, + [1258] = 874, + [1259] = 850, + [1260] = 871, + [1261] = 878, + [1262] = 877, + [1263] = 887, + [1264] = 905, + [1265] = 909, + [1266] = 911, + [1267] = 891, + [1268] = 887, + [1269] = 877, + [1270] = 851, + [1271] = 878, + [1272] = 849, + [1273] = 879, + [1274] = 844, + [1275] = 881, + [1276] = 926, + [1277] = 868, + [1278] = 876, + [1279] = 1279, + [1280] = 846, + [1281] = 1045, + [1282] = 873, + [1283] = 864, + [1284] = 878, + [1285] = 860, [1286] = 855, - [1287] = 856, - [1288] = 858, - [1289] = 846, - [1290] = 859, - [1291] = 860, - [1292] = 863, - [1293] = 864, - [1294] = 865, - [1295] = 866, - [1296] = 867, - [1297] = 866, - [1298] = 869, - [1299] = 874, - [1300] = 871, - [1301] = 885, - [1302] = 844, - [1303] = 875, - [1304] = 867, - [1305] = 877, - [1306] = 878, - [1307] = 879, - [1308] = 859, - [1309] = 880, - [1310] = 881, - [1311] = 895, - [1312] = 880, - [1313] = 871, - [1314] = 885, - [1315] = 844, - [1316] = 898, - [1317] = 919, - [1318] = 927, - [1319] = 886, + [1287] = 877, + [1288] = 865, + [1289] = 863, + [1290] = 862, + [1291] = 841, + [1292] = 822, + [1293] = 861, + [1294] = 851, + [1295] = 857, + [1296] = 849, + [1297] = 844, + [1298] = 860, + [1299] = 856, + [1300] = 1300, + [1301] = 878, + [1302] = 839, + [1303] = 846, + [1304] = 877, + [1305] = 854, + [1306] = 853, + [1307] = 854, + [1308] = 841, + [1309] = 856, + [1310] = 851, + [1311] = 849, + [1312] = 844, + [1313] = 838, + [1314] = 857, + [1315] = 895, + [1316] = 853, + [1317] = 858, + [1318] = 888, + [1319] = 837, [1320] = 839, - [1321] = 839, - [1322] = 886, - [1323] = 852, - [1324] = 839, - [1325] = 839, - [1326] = 902, - [1327] = 1327, - [1328] = 881, - [1329] = 854, - [1330] = 893, - [1331] = 846, - [1332] = 916, - [1333] = 920, - [1334] = 847, - [1335] = 1041, - [1336] = 838, - [1337] = 840, - [1338] = 918, - [1339] = 847, - [1340] = 848, - [1341] = 852, - [1342] = 854, - [1343] = 855, - [1344] = 856, - [1345] = 858, - [1346] = 859, - [1347] = 860, - [1348] = 863, - [1349] = 864, - [1350] = 865, - [1351] = 866, - [1352] = 867, - [1353] = 838, - [1354] = 840, - [1355] = 869, - [1356] = 847, - [1357] = 848, - [1358] = 852, - [1359] = 854, - [1360] = 855, - [1361] = 874, - [1362] = 856, - [1363] = 858, - [1364] = 859, - [1365] = 909, - [1366] = 901, - [1367] = 860, + [1321] = 846, + [1322] = 891, + [1323] = 1323, + [1324] = 879, + [1325] = 841, + [1326] = 881, + [1327] = 864, + [1328] = 855, + [1329] = 822, + [1330] = 855, + [1331] = 838, + [1332] = 873, + [1333] = 864, + [1334] = 890, + [1335] = 865, + [1336] = 837, + [1337] = 862, + [1338] = 861, + [1339] = 860, + [1340] = 858, + [1341] = 858, + [1342] = 860, + [1343] = 822, + [1344] = 839, + [1345] = 853, + [1346] = 854, + [1347] = 841, + [1348] = 856, + [1349] = 857, + [1350] = 837, + [1351] = 881, + [1352] = 879, + [1353] = 855, + [1354] = 864, + [1355] = 873, + [1356] = 857, + [1357] = 881, + [1358] = 879, + [1359] = 861, + [1360] = 862, + [1361] = 863, + [1362] = 865, + [1363] = 905, + [1364] = 909, + [1365] = 911, + [1366] = 874, + [1367] = 865, [1368] = 863, - [1369] = 864, - [1370] = 865, - [1371] = 866, - [1372] = 867, - [1373] = 869, - [1374] = 805, - [1375] = 874, - [1376] = 875, - [1377] = 874, - [1378] = 877, - [1379] = 878, - [1380] = 879, - [1381] = 880, - [1382] = 881, - [1383] = 805, - [1384] = 869, - [1385] = 875, - [1386] = 1386, - [1387] = 877, - [1388] = 878, - [1389] = 879, - [1390] = 880, - [1391] = 881, - [1392] = 1043, - [1393] = 871, - [1394] = 885, - [1395] = 844, - [1396] = 871, - [1397] = 885, - [1398] = 844, - [1399] = 805, - [1400] = 805, - [1401] = 1401, - [1402] = 111, - [1403] = 856, - [1404] = 858, - [1405] = 875, - [1406] = 860, - [1407] = 846, - [1408] = 846, - [1409] = 871, - [1410] = 863, - [1411] = 838, - [1412] = 840, - [1413] = 846, - [1414] = 886, - [1415] = 877, - [1416] = 878, - [1417] = 886, - [1418] = 805, - [1419] = 879, - [1420] = 855, - [1421] = 881, - [1422] = 886, - [1423] = 839, - [1424] = 875, - [1425] = 839, - [1426] = 839, - [1427] = 885, - [1428] = 839, - [1429] = 898, - [1430] = 839, - [1431] = 844, - [1432] = 919, - [1433] = 877, - [1434] = 805, - [1435] = 927, - [1436] = 895, - [1437] = 878, - [1438] = 886, - [1439] = 879, - [1440] = 898, - [1441] = 919, - [1442] = 927, - [1443] = 1443, - [1444] = 1444, - [1445] = 902, + [1369] = 862, + [1370] = 873, + [1371] = 861, + [1372] = 927, + [1373] = 856, + [1374] = 838, + [1375] = 854, + [1376] = 860, + [1377] = 858, + [1378] = 868, + [1379] = 853, + [1380] = 839, + [1381] = 850, + [1382] = 858, + [1383] = 839, + [1384] = 871, + [1385] = 853, + [1386] = 854, + [1387] = 856, + [1388] = 857, + [1389] = 837, + [1390] = 861, + [1391] = 855, + [1392] = 864, + [1393] = 850, + [1394] = 881, + [1395] = 879, + [1396] = 862, + [1397] = 863, + [1398] = 876, + [1399] = 838, + [1400] = 874, + [1401] = 846, + [1402] = 865, + [1403] = 873, + [1404] = 841, + [1405] = 850, + [1406] = 874, + [1407] = 926, + [1408] = 918, + [1409] = 837, + [1410] = 1078, + [1411] = 876, + [1412] = 844, + [1413] = 871, + [1414] = 868, + [1415] = 849, + [1416] = 838, + [1417] = 851, + [1418] = 115, + [1419] = 878, + [1420] = 877, + [1421] = 888, + [1422] = 871, + [1423] = 927, + [1424] = 841, + [1425] = 890, + [1426] = 868, + [1427] = 895, + [1428] = 871, + [1429] = 1429, + [1430] = 888, + [1431] = 918, + [1432] = 876, + [1433] = 888, + [1434] = 911, + [1435] = 895, + [1436] = 887, + [1437] = 909, + [1438] = 905, + [1439] = 905, + [1440] = 1440, + [1441] = 868, + [1442] = 909, + [1443] = 888, + [1444] = 909, + [1445] = 874, [1446] = 1446, - [1447] = 893, - [1448] = 895, - [1449] = 805, - [1450] = 1450, - [1451] = 916, - [1452] = 920, - [1453] = 918, - [1454] = 1454, - [1455] = 846, - [1456] = 909, - [1457] = 901, + [1447] = 1447, + [1448] = 911, + [1449] = 905, + [1450] = 891, + [1451] = 887, + [1452] = 890, + [1453] = 927, + [1454] = 873, + [1455] = 844, + [1456] = 846, + [1457] = 876, [1458] = 1458, - [1459] = 898, - [1460] = 880, - [1461] = 919, - [1462] = 856, - [1463] = 858, - [1464] = 918, - [1465] = 859, - [1466] = 927, - [1467] = 902, - [1468] = 1468, - [1469] = 916, - [1470] = 1470, - [1471] = 860, - [1472] = 863, - [1473] = 1473, - [1474] = 864, - [1475] = 838, - [1476] = 840, - [1477] = 893, - [1478] = 847, - [1479] = 848, - [1480] = 852, - [1481] = 854, - [1482] = 855, - [1483] = 1483, - [1484] = 856, - [1485] = 858, - [1486] = 865, - [1487] = 859, - [1488] = 866, - [1489] = 860, - [1490] = 863, - [1491] = 867, - [1492] = 920, - [1493] = 864, - [1494] = 865, - [1495] = 866, - [1496] = 867, - [1497] = 846, - [1498] = 916, - [1499] = 838, - [1500] = 1500, - [1501] = 840, - [1502] = 869, - [1503] = 847, - [1504] = 848, - [1505] = 920, - [1506] = 852, - [1507] = 854, - [1508] = 855, - [1509] = 874, - [1510] = 856, - [1511] = 858, - [1512] = 918, - [1513] = 859, - [1514] = 860, - [1515] = 863, - [1516] = 839, - [1517] = 1517, - [1518] = 909, - [1519] = 1519, - [1520] = 864, - [1521] = 865, - [1522] = 866, - [1523] = 867, - [1524] = 895, - [1525] = 909, - [1526] = 846, - [1527] = 869, - [1528] = 895, - [1529] = 1500, - [1530] = 874, - [1531] = 846, - [1532] = 875, - [1533] = 898, - [1534] = 919, - [1535] = 901, - [1536] = 927, - [1537] = 877, - [1538] = 878, - [1539] = 879, - [1540] = 880, - [1541] = 881, - [1542] = 875, - [1543] = 877, - [1544] = 878, - [1545] = 879, - [1546] = 901, - [1547] = 1500, - [1548] = 880, - [1549] = 1549, - [1550] = 838, - [1551] = 840, - [1552] = 881, - [1553] = 838, - [1554] = 847, - [1555] = 848, - [1556] = 1050, - [1557] = 854, - [1558] = 847, - [1559] = 848, - [1560] = 886, - [1561] = 852, - [1562] = 854, - [1563] = 855, - [1564] = 852, - [1565] = 854, - [1566] = 855, - [1567] = 874, - [1568] = 856, - [1569] = 858, - [1570] = 875, - [1571] = 859, - [1572] = 856, - [1573] = 858, - [1574] = 805, - [1575] = 871, - [1576] = 860, - [1577] = 863, - [1578] = 877, - [1579] = 859, - [1580] = 869, - [1581] = 878, - [1582] = 879, - [1583] = 864, - [1584] = 871, - [1585] = 860, - [1586] = 865, - [1587] = 866, - [1588] = 867, - [1589] = 885, - [1590] = 880, - [1591] = 844, - [1592] = 881, - [1593] = 863, - [1594] = 864, - [1595] = 865, - [1596] = 866, - [1597] = 869, - [1598] = 867, - [1599] = 885, - [1600] = 844, - [1601] = 869, - [1602] = 874, - [1603] = 1401, - [1604] = 871, - [1605] = 886, - [1606] = 885, - [1607] = 844, - [1608] = 111, - [1609] = 846, - [1610] = 846, - [1611] = 874, - [1612] = 1612, - [1613] = 1050, - [1614] = 875, - [1615] = 902, - [1616] = 893, - [1617] = 877, - [1618] = 878, - [1619] = 879, - [1620] = 1620, - [1621] = 1621, - [1622] = 1622, - [1623] = 880, - [1624] = 916, - [1625] = 881, - [1626] = 920, - [1627] = 902, - [1628] = 805, - [1629] = 893, - [1630] = 895, - [1631] = 916, - [1632] = 920, - [1633] = 918, - [1634] = 898, - [1635] = 919, - [1636] = 927, - [1637] = 909, - [1638] = 901, - [1639] = 918, - [1640] = 909, - [1641] = 901, - [1642] = 902, - [1643] = 805, - [1644] = 1644, - [1645] = 871, - [1646] = 885, - [1647] = 1473, - [1648] = 844, - [1649] = 893, - [1650] = 1443, - [1651] = 1454, - [1652] = 855, - [1653] = 1549, - [1654] = 1450, - [1655] = 1473, - [1656] = 1443, - [1657] = 1454, - [1658] = 1549, - [1659] = 1450, - [1660] = 1473, - [1661] = 838, - [1662] = 1443, - [1663] = 840, - [1664] = 1450, - [1665] = 847, - [1666] = 1473, - [1667] = 848, - [1668] = 1443, - [1669] = 886, - [1670] = 1450, - [1671] = 871, - [1672] = 852, - [1673] = 840, - [1674] = 871, - [1675] = 902, - [1676] = 886, - [1677] = 901, - [1678] = 846, - [1679] = 847, - [1680] = 902, - [1681] = 918, - [1682] = 1682, - [1683] = 902, - [1684] = 1684, - [1685] = 869, - [1686] = 111, - [1687] = 840, - [1688] = 909, - [1689] = 848, - [1690] = 847, - [1691] = 848, - [1692] = 901, - [1693] = 920, - [1694] = 871, - [1695] = 838, - [1696] = 840, - [1697] = 874, - [1698] = 895, - [1699] = 880, - [1700] = 852, - [1701] = 916, - [1702] = 920, - [1703] = 854, - [1704] = 885, - [1705] = 855, - [1706] = 844, - [1707] = 1707, - [1708] = 856, - [1709] = 902, - [1710] = 893, - [1711] = 895, - [1712] = 918, - [1713] = 863, - [1714] = 898, - [1715] = 885, - [1716] = 1716, - [1717] = 839, - [1718] = 898, - [1719] = 919, - [1720] = 916, - [1721] = 920, - [1722] = 918, - [1723] = 898, - [1724] = 877, - [1725] = 895, - [1726] = 878, - [1727] = 1401, - [1728] = 875, - [1729] = 858, - [1730] = 902, - [1731] = 805, - [1732] = 852, - [1733] = 927, - [1734] = 859, - [1735] = 879, - [1736] = 839, - [1737] = 864, + [1459] = 874, + [1460] = 890, + [1461] = 850, + [1462] = 850, + [1463] = 871, + [1464] = 891, + [1465] = 850, + [1466] = 918, + [1467] = 926, + [1468] = 844, + [1469] = 849, + [1470] = 850, + [1471] = 865, + [1472] = 851, + [1473] = 890, + [1474] = 863, + [1475] = 862, + [1476] = 861, + [1477] = 918, + [1478] = 822, + [1479] = 839, + [1480] = 873, + [1481] = 926, + [1482] = 846, + [1483] = 860, + [1484] = 858, + [1485] = 868, + [1486] = 927, + [1487] = 877, + [1488] = 878, + [1489] = 868, + [1490] = 839, + [1491] = 905, + [1492] = 853, + [1493] = 854, + [1494] = 841, + [1495] = 838, + [1496] = 890, + [1497] = 1497, + [1498] = 853, + [1499] = 854, + [1500] = 856, + [1501] = 888, + [1502] = 895, + [1503] = 909, + [1504] = 911, + [1505] = 856, + [1506] = 857, + [1507] = 837, + [1508] = 858, + [1509] = 887, + [1510] = 891, + [1511] = 857, + [1512] = 837, + [1513] = 860, + [1514] = 822, + [1515] = 861, + [1516] = 862, + [1517] = 879, + [1518] = 926, + [1519] = 863, + [1520] = 918, + [1521] = 1521, + [1522] = 838, + [1523] = 881, + [1524] = 865, + [1525] = 864, + [1526] = 871, + [1527] = 877, + [1528] = 927, + [1529] = 844, + [1530] = 855, + [1531] = 837, + [1532] = 926, + [1533] = 891, + [1534] = 822, + [1535] = 857, + [1536] = 856, + [1537] = 887, + [1538] = 905, + [1539] = 854, + [1540] = 909, + [1541] = 1541, + [1542] = 911, + [1543] = 1543, + [1544] = 853, + [1545] = 878, + [1546] = 895, + [1547] = 876, + [1548] = 871, + [1549] = 911, + [1550] = 1550, + [1551] = 895, + [1552] = 850, + [1553] = 1553, + [1554] = 1323, + [1555] = 887, + [1556] = 927, + [1557] = 855, + [1558] = 858, + [1559] = 860, + [1560] = 861, + [1561] = 862, + [1562] = 891, + [1563] = 1541, + [1564] = 863, + [1565] = 926, + [1566] = 918, + [1567] = 865, + [1568] = 864, + [1569] = 881, + [1570] = 877, + [1571] = 1571, + [1572] = 1541, + [1573] = 1573, + [1574] = 851, + [1575] = 849, + [1576] = 1576, + [1577] = 844, + [1578] = 1578, + [1579] = 1103, + [1580] = 822, + [1581] = 846, + [1582] = 1582, + [1583] = 874, + [1584] = 879, + [1585] = 1585, + [1586] = 1586, + [1587] = 881, + [1588] = 873, + [1589] = 864, + [1590] = 841, + [1591] = 855, + [1592] = 878, + [1593] = 876, + [1594] = 873, + [1595] = 837, + [1596] = 874, + [1597] = 838, + [1598] = 857, + [1599] = 856, + [1600] = 865, + [1601] = 879, + [1602] = 863, + [1603] = 862, + [1604] = 841, + [1605] = 854, + [1606] = 868, + [1607] = 878, + [1608] = 1608, + [1609] = 1447, + [1610] = 853, + [1611] = 838, + [1612] = 839, + [1613] = 838, + [1614] = 838, + [1615] = 858, + [1616] = 839, + [1617] = 822, + [1618] = 860, + [1619] = 861, + [1620] = 877, + [1621] = 862, + [1622] = 863, + [1623] = 876, + [1624] = 865, + [1625] = 851, + [1626] = 873, + [1627] = 849, + [1628] = 1585, + [1629] = 1576, + [1630] = 1573, + [1631] = 879, + [1632] = 849, + [1633] = 874, + [1634] = 1497, + [1635] = 1447, + [1636] = 881, + [1637] = 841, + [1638] = 846, + [1639] = 879, + [1640] = 864, + [1641] = 844, + [1642] = 855, + [1643] = 850, + [1644] = 115, + [1645] = 849, + [1646] = 1103, + [1647] = 881, + [1648] = 851, + [1649] = 877, + [1650] = 1585, + [1651] = 1576, + [1652] = 1573, + [1653] = 837, + [1654] = 1497, + [1655] = 1447, + [1656] = 857, + [1657] = 856, + [1658] = 854, + [1659] = 853, + [1660] = 1585, + [1661] = 1576, + [1662] = 851, + [1663] = 1447, + [1664] = 878, + [1665] = 839, + [1666] = 858, + [1667] = 864, + [1668] = 855, + [1669] = 846, + [1670] = 860, + [1671] = 1585, + [1672] = 1576, + [1673] = 861, + [1674] = 878, + [1675] = 890, + [1676] = 876, + [1677] = 115, + [1678] = 871, + [1679] = 1679, + [1680] = 1139, + [1681] = 927, + [1682] = 822, + [1683] = 881, + [1684] = 918, + [1685] = 927, + [1686] = 890, + [1687] = 888, + [1688] = 895, + [1689] = 887, + [1690] = 905, + [1691] = 888, + [1692] = 895, + [1693] = 909, + [1694] = 887, + [1695] = 905, + [1696] = 909, + [1697] = 911, + [1698] = 911, + [1699] = 891, + [1700] = 926, + [1701] = 891, + [1702] = 926, + [1703] = 868, + [1704] = 874, + [1705] = 918, + [1706] = 918, + [1707] = 918, + [1708] = 911, + [1709] = 909, + [1710] = 927, + [1711] = 888, + [1712] = 895, + [1713] = 887, + [1714] = 822, + [1715] = 891, + [1716] = 926, + [1717] = 879, + [1718] = 868, + [1719] = 864, + [1720] = 855, + [1721] = 905, + [1722] = 927, + [1723] = 837, + [1724] = 857, + [1725] = 856, + [1726] = 854, + [1727] = 853, + [1728] = 839, + [1729] = 888, + [1730] = 895, + [1731] = 858, + [1732] = 887, + [1733] = 860, + [1734] = 861, + [1735] = 862, + [1736] = 863, + [1737] = 891, [1738] = 865, - [1739] = 871, - [1740] = 844, - [1741] = 852, - [1742] = 854, - [1743] = 855, - [1744] = 856, - [1745] = 858, - [1746] = 859, - [1747] = 805, - [1748] = 885, - [1749] = 844, - [1750] = 898, - [1751] = 916, - [1752] = 839, - [1753] = 919, - [1754] = 877, - [1755] = 927, - [1756] = 1756, - [1757] = 866, - [1758] = 867, - [1759] = 860, - [1760] = 863, - [1761] = 864, - [1762] = 878, - [1763] = 893, - [1764] = 865, - [1765] = 866, - [1766] = 879, - [1767] = 867, - [1768] = 880, - [1769] = 846, - [1770] = 881, - [1771] = 919, - [1772] = 846, - [1773] = 869, - [1774] = 927, - [1775] = 909, - [1776] = 1776, - [1777] = 895, - [1778] = 901, - [1779] = 880, - [1780] = 881, - [1781] = 886, - [1782] = 1050, - [1783] = 893, + [1739] = 926, + [1740] = 874, + [1741] = 873, + [1742] = 838, + [1743] = 841, + [1744] = 846, + [1745] = 850, + [1746] = 822, + [1747] = 844, + [1748] = 849, + [1749] = 851, + [1750] = 876, + [1751] = 871, + [1752] = 877, + [1753] = 876, + [1754] = 878, + [1755] = 1755, + [1756] = 868, + [1757] = 871, + [1758] = 1758, + [1759] = 873, + [1760] = 879, + [1761] = 881, + [1762] = 874, + [1763] = 864, + [1764] = 855, + [1765] = 837, + [1766] = 890, + [1767] = 857, + [1768] = 856, + [1769] = 1769, + [1770] = 854, + [1771] = 822, + [1772] = 853, + [1773] = 1773, + [1774] = 839, + [1775] = 858, + [1776] = 838, + [1777] = 860, + [1778] = 861, + [1779] = 862, + [1780] = 863, + [1781] = 865, + [1782] = 918, + [1783] = 879, [1784] = 881, - [1785] = 854, - [1786] = 1786, - [1787] = 871, - [1788] = 874, - [1789] = 893, - [1790] = 871, - [1791] = 875, - [1792] = 855, - [1793] = 874, - [1794] = 875, - [1795] = 856, - [1796] = 838, - [1797] = 916, - [1798] = 840, - [1799] = 886, - [1800] = 898, - [1801] = 847, - [1802] = 844, - [1803] = 909, - [1804] = 920, - [1805] = 919, - [1806] = 805, - [1807] = 852, - [1808] = 927, - [1809] = 918, - [1810] = 854, - [1811] = 855, - [1812] = 927, - [1813] = 898, - [1814] = 919, - [1815] = 927, - [1816] = 909, - [1817] = 1817, - [1818] = 901, - [1819] = 918, - [1820] = 847, - [1821] = 856, - [1822] = 858, - [1823] = 893, - [1824] = 859, - [1825] = 838, - [1826] = 860, - [1827] = 863, - [1828] = 877, - [1829] = 878, - [1830] = 879, - [1831] = 864, - [1832] = 865, - [1833] = 866, - [1834] = 867, - [1835] = 848, - [1836] = 805, - [1837] = 1837, - [1838] = 838, - [1839] = 909, - [1840] = 840, - [1841] = 869, - [1842] = 847, - [1843] = 848, - [1844] = 1050, - [1845] = 909, - [1846] = 885, - [1847] = 852, - [1848] = 854, - [1849] = 855, - [1850] = 874, - [1851] = 856, - [1852] = 858, - [1853] = 880, - [1854] = 859, - [1855] = 881, - [1856] = 1856, - [1857] = 860, - [1858] = 863, - [1859] = 869, - [1860] = 846, - [1861] = 916, - [1862] = 846, - [1863] = 864, - [1864] = 865, - [1865] = 866, - [1866] = 920, - [1867] = 867, - [1868] = 916, - [1869] = 860, - [1870] = 920, - [1871] = 1871, - [1872] = 863, - [1873] = 893, - [1874] = 895, - [1875] = 901, - [1876] = 838, - [1877] = 869, - [1878] = 858, - [1879] = 874, - [1880] = 840, - [1881] = 875, - [1882] = 805, - [1883] = 919, - [1884] = 877, - [1885] = 878, - [1886] = 901, - [1887] = 902, - [1888] = 879, - [1889] = 895, - [1890] = 1890, - [1891] = 875, - [1892] = 880, - [1893] = 885, - [1894] = 859, - [1895] = 881, - [1896] = 805, - [1897] = 860, - [1898] = 839, - [1899] = 877, - [1900] = 886, - [1901] = 918, - [1902] = 878, - [1903] = 879, - [1904] = 886, - [1905] = 864, - [1906] = 865, - [1907] = 844, - [1908] = 866, - [1909] = 839, - [1910] = 1189, - [1911] = 867, - [1912] = 848, - [1913] = 847, - [1914] = 1684, - [1915] = 1915, + [1785] = 878, + [1786] = 864, + [1787] = 878, + [1788] = 877, + [1789] = 855, + [1790] = 837, + [1791] = 857, + [1792] = 856, + [1793] = 851, + [1794] = 849, + [1795] = 844, + [1796] = 841, + [1797] = 854, + [1798] = 853, + [1799] = 839, + [1800] = 858, + [1801] = 860, + [1802] = 1103, + [1803] = 861, + [1804] = 862, + [1805] = 927, + [1806] = 863, + [1807] = 865, + [1808] = 873, + [1809] = 841, + [1810] = 911, + [1811] = 909, + [1812] = 905, + [1813] = 846, + [1814] = 844, + [1815] = 849, + [1816] = 851, + [1817] = 877, + [1818] = 1818, + [1819] = 850, + [1820] = 846, + [1821] = 846, + [1822] = 844, + [1823] = 849, + [1824] = 841, + [1825] = 851, + [1826] = 877, + [1827] = 890, + [1828] = 868, + [1829] = 871, + [1830] = 876, + [1831] = 868, + [1832] = 871, + [1833] = 876, + [1834] = 850, + [1835] = 1835, + [1836] = 873, + [1837] = 890, + [1838] = 874, + [1839] = 874, + [1840] = 822, + [1841] = 1323, + [1842] = 837, + [1843] = 838, + [1844] = 1844, + [1845] = 873, + [1846] = 838, + [1847] = 878, + [1848] = 850, + [1849] = 888, + [1850] = 850, + [1851] = 877, + [1852] = 865, + [1853] = 863, + [1854] = 862, + [1855] = 861, + [1856] = 851, + [1857] = 849, + [1858] = 844, + [1859] = 860, + [1860] = 895, + [1861] = 858, + [1862] = 839, + [1863] = 887, + [1864] = 846, + [1865] = 853, + [1866] = 854, + [1867] = 841, + [1868] = 891, + [1869] = 926, + [1870] = 879, + [1871] = 856, + [1872] = 881, + [1873] = 857, + [1874] = 905, + [1875] = 865, + [1876] = 1876, + [1877] = 855, + [1878] = 864, + [1879] = 926, + [1880] = 891, + [1881] = 863, + [1882] = 862, + [1883] = 861, + [1884] = 860, + [1885] = 858, + [1886] = 911, + [1887] = 909, + [1888] = 838, + [1889] = 911, + [1890] = 909, + [1891] = 905, + [1892] = 887, + [1893] = 1893, + [1894] = 864, + [1895] = 927, + [1896] = 839, + [1897] = 853, + [1898] = 854, + [1899] = 856, + [1900] = 857, + [1901] = 837, + [1902] = 1902, + [1903] = 895, + [1904] = 855, + [1905] = 888, + [1906] = 890, + [1907] = 879, + [1908] = 822, + [1909] = 1909, + [1910] = 1103, + [1911] = 918, + [1912] = 881, + [1913] = 846, + [1914] = 1914, + [1915] = 1773, [1916] = 1916, - [1917] = 1917, + [1917] = 838, [1918] = 1918, [1919] = 1919, [1920] = 1920, @@ -6502,887 +6502,887 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [1924] = 1924, [1925] = 1925, [1926] = 1926, - [1927] = 902, - [1928] = 1928, - [1929] = 1929, - [1930] = 893, - [1931] = 895, - [1932] = 1932, - [1933] = 916, - [1934] = 920, + [1927] = 1927, + [1928] = 868, + [1929] = 871, + [1930] = 876, + [1931] = 873, + [1932] = 838, + [1933] = 874, + [1934] = 878, [1935] = 918, - [1936] = 898, - [1937] = 919, - [1938] = 927, - [1939] = 909, - [1940] = 901, - [1941] = 1941, - [1942] = 1942, - [1943] = 1612, - [1944] = 1644, - [1945] = 886, - [1946] = 1620, - [1947] = 1621, - [1948] = 1622, - [1949] = 1468, - [1950] = 1470, - [1951] = 1951, - [1952] = 1952, - [1953] = 1953, - [1954] = 1446, - [1955] = 1458, - [1956] = 1483, - [1957] = 1957, - [1958] = 1958, - [1959] = 1959, - [1960] = 1960, - [1961] = 1961, - [1962] = 1962, - [1963] = 1963, - [1964] = 1444, - [1965] = 1965, - [1966] = 1966, - [1967] = 1967, + [1936] = 877, + [1937] = 865, + [1938] = 868, + [1939] = 863, + [1940] = 862, + [1941] = 861, + [1942] = 871, + [1943] = 876, + [1944] = 851, + [1945] = 878, + [1946] = 876, + [1947] = 877, + [1948] = 871, + [1949] = 849, + [1950] = 844, + [1951] = 860, + [1952] = 858, + [1953] = 850, + [1954] = 839, + [1955] = 846, + [1956] = 853, + [1957] = 854, + [1958] = 851, + [1959] = 849, + [1960] = 844, + [1961] = 868, + [1962] = 841, + [1963] = 926, + [1964] = 1773, + [1965] = 856, + [1966] = 857, + [1967] = 837, [1968] = 1968, [1969] = 1969, - [1970] = 1970, - [1971] = 1971, + [1970] = 855, + [1971] = 864, [1972] = 1972, - [1973] = 1973, - [1974] = 1974, - [1975] = 838, - [1976] = 840, - [1977] = 1977, - [1978] = 846, - [1979] = 1979, - [1980] = 847, - [1981] = 848, - [1982] = 1982, + [1973] = 838, + [1974] = 846, + [1975] = 1679, + [1976] = 1976, + [1977] = 881, + [1978] = 879, + [1979] = 879, + [1980] = 1980, + [1981] = 1981, + [1982] = 881, [1983] = 1983, - [1984] = 1984, + [1984] = 1458, [1985] = 1985, - [1986] = 852, - [1987] = 854, - [1988] = 855, - [1989] = 1837, - [1990] = 874, - [1991] = 856, - [1992] = 858, - [1993] = 875, - [1994] = 859, - [1995] = 839, - [1996] = 860, - [1997] = 863, - [1998] = 877, - [1999] = 878, - [2000] = 879, - [2001] = 864, - [2002] = 865, - [2003] = 866, - [2004] = 867, - [2005] = 880, - [2006] = 881, - [2007] = 886, - [2008] = 846, - [2009] = 869, - [2010] = 2010, - [2011] = 2011, - [2012] = 2012, - [2013] = 839, - [2014] = 846, - [2015] = 1837, - [2016] = 871, - [2017] = 885, - [2018] = 844, - [2019] = 902, - [2020] = 846, - [2021] = 1716, - [2022] = 2022, - [2023] = 893, - [2024] = 895, - [2025] = 2025, - [2026] = 2026, - [2027] = 916, - [2028] = 920, - [2029] = 2029, - [2030] = 2030, - [2031] = 2031, - [2032] = 839, - [2033] = 2033, - [2034] = 918, - [2035] = 898, - [2036] = 919, - [2037] = 927, - [2038] = 909, - [2039] = 901, - [2040] = 2040, - [2041] = 2041, - [2042] = 839, - [2043] = 2043, - [2044] = 2044, - [2045] = 2045, - [2046] = 2046, - [2047] = 2047, - [2048] = 1050, - [2049] = 2049, - [2050] = 2050, + [1986] = 1608, + [1987] = 1987, + [1988] = 1988, + [1989] = 1582, + [1990] = 1446, + [1991] = 1440, + [1992] = 1429, + [1993] = 1578, + [1994] = 918, + [1995] = 1571, + [1996] = 1996, + [1997] = 1997, + [1998] = 1586, + [1999] = 864, + [2000] = 855, + [2001] = 1543, + [2002] = 2002, + [2003] = 2003, + [2004] = 927, + [2005] = 1679, + [2006] = 1429, + [2007] = 1543, + [2008] = 888, + [2009] = 1586, + [2010] = 895, + [2011] = 1440, + [2012] = 1446, + [2013] = 1521, + [2014] = 1458, + [2015] = 887, + [2016] = 927, + [2017] = 890, + [2018] = 2018, + [2019] = 1571, + [2020] = 1578, + [2021] = 1582, + [2022] = 888, + [2023] = 895, + [2024] = 2024, + [2025] = 887, + [2026] = 873, + [2027] = 905, + [2028] = 909, + [2029] = 837, + [2030] = 857, + [2031] = 856, + [2032] = 911, + [2033] = 841, + [2034] = 854, + [2035] = 853, + [2036] = 846, + [2037] = 839, + [2038] = 891, + [2039] = 926, + [2040] = 891, + [2041] = 1608, + [2042] = 850, + [2043] = 911, + [2044] = 909, + [2045] = 905, + [2046] = 891, + [2047] = 887, + [2048] = 879, + [2049] = 881, + [2050] = 926, [2051] = 2051, - [2052] = 2052, + [2052] = 918, [2053] = 2053, - [2054] = 846, - [2055] = 895, - [2056] = 839, - [2057] = 898, - [2058] = 919, - [2059] = 927, - [2060] = 2060, - [2061] = 902, - [2062] = 893, - [2063] = 895, - [2064] = 916, - [2065] = 920, - [2066] = 918, - [2067] = 898, - [2068] = 919, - [2069] = 927, - [2070] = 909, - [2071] = 901, - [2072] = 886, - [2073] = 2073, - [2074] = 2074, - [2075] = 2075, - [2076] = 895, - [2077] = 898, - [2078] = 919, - [2079] = 927, - [2080] = 839, + [2054] = 895, + [2055] = 878, + [2056] = 876, + [2057] = 877, + [2058] = 871, + [2059] = 865, + [2060] = 888, + [2061] = 863, + [2062] = 890, + [2063] = 1103, + [2064] = 862, + [2065] = 858, + [2066] = 860, + [2067] = 844, + [2068] = 861, + [2069] = 851, + [2070] = 849, + [2071] = 844, + [2072] = 860, + [2073] = 858, + [2074] = 868, + [2075] = 927, + [2076] = 2076, + [2077] = 864, + [2078] = 855, + [2079] = 2079, + [2080] = 927, [2081] = 2081, - [2082] = 838, - [2083] = 840, - [2084] = 847, - [2085] = 848, - [2086] = 2086, - [2087] = 838, - [2088] = 840, - [2089] = 1612, - [2090] = 852, - [2091] = 854, - [2092] = 855, - [2093] = 874, - [2094] = 856, - [2095] = 858, - [2096] = 859, - [2097] = 1620, - [2098] = 1621, - [2099] = 1622, - [2100] = 860, - [2101] = 863, - [2102] = 864, - [2103] = 865, - [2104] = 866, - [2105] = 867, - [2106] = 838, - [2107] = 840, - [2108] = 847, - [2109] = 848, + [2082] = 2082, + [2083] = 918, + [2084] = 1103, + [2085] = 839, + [2086] = 846, + [2087] = 853, + [2088] = 854, + [2089] = 841, + [2090] = 856, + [2091] = 857, + [2092] = 2092, + [2093] = 837, + [2094] = 2094, + [2095] = 2095, + [2096] = 2096, + [2097] = 2097, + [2098] = 888, + [2099] = 895, + [2100] = 2100, + [2101] = 2101, + [2102] = 2102, + [2103] = 2103, + [2104] = 2104, + [2105] = 2105, + [2106] = 850, + [2107] = 849, + [2108] = 851, + [2109] = 861, [2110] = 2110, - [2111] = 869, - [2112] = 847, - [2113] = 848, - [2114] = 1684, - [2115] = 1468, + [2111] = 855, + [2112] = 864, + [2113] = 873, + [2114] = 2114, + [2115] = 2115, [2116] = 2116, [2117] = 2117, - [2118] = 852, - [2119] = 854, - [2120] = 855, - [2121] = 874, - [2122] = 856, - [2123] = 858, - [2124] = 875, - [2125] = 859, - [2126] = 860, - [2127] = 863, + [2118] = 2118, + [2119] = 2119, + [2120] = 2120, + [2121] = 2121, + [2122] = 2122, + [2123] = 2123, + [2124] = 881, + [2125] = 837, + [2126] = 879, + [2127] = 878, [2128] = 877, - [2129] = 878, - [2130] = 879, - [2131] = 864, - [2132] = 865, - [2133] = 866, - [2134] = 867, - [2135] = 880, - [2136] = 881, - [2137] = 838, - [2138] = 1446, - [2139] = 840, - [2140] = 1458, - [2141] = 1483, - [2142] = 852, - [2143] = 869, - [2144] = 847, - [2145] = 848, - [2146] = 854, - [2147] = 855, - [2148] = 874, - [2149] = 856, - [2150] = 858, - [2151] = 875, - [2152] = 859, - [2153] = 852, + [2129] = 865, + [2130] = 863, + [2131] = 862, + [2132] = 861, + [2133] = 851, + [2134] = 849, + [2135] = 844, + [2136] = 860, + [2137] = 858, + [2138] = 857, + [2139] = 2139, + [2140] = 856, + [2141] = 854, + [2142] = 853, + [2143] = 839, + [2144] = 2144, + [2145] = 2145, + [2146] = 2146, + [2147] = 839, + [2148] = 862, + [2149] = 863, + [2150] = 865, + [2151] = 2151, + [2152] = 877, + [2153] = 853, [2154] = 854, - [2155] = 855, - [2156] = 874, - [2157] = 856, - [2158] = 858, - [2159] = 875, - [2160] = 859, - [2161] = 1444, - [2162] = 839, + [2155] = 841, + [2156] = 856, + [2157] = 857, + [2158] = 837, + [2159] = 2159, + [2160] = 850, + [2161] = 2161, + [2162] = 850, [2163] = 2163, [2164] = 2164, [2165] = 2165, [2166] = 2166, - [2167] = 871, - [2168] = 860, - [2169] = 863, - [2170] = 877, - [2171] = 878, - [2172] = 879, + [2167] = 2167, + [2168] = 2168, + [2169] = 2169, + [2170] = 838, + [2171] = 887, + [2172] = 855, [2173] = 864, - [2174] = 865, - [2175] = 866, - [2176] = 867, - [2177] = 885, - [2178] = 880, - [2179] = 844, - [2180] = 881, + [2174] = 873, + [2175] = 2175, + [2176] = 2176, + [2177] = 2177, + [2178] = 850, + [2179] = 2179, + [2180] = 891, [2181] = 2181, - [2182] = 869, + [2182] = 2182, [2183] = 2183, - [2184] = 1050, - [2185] = 860, - [2186] = 875, - [2187] = 863, - [2188] = 877, - [2189] = 871, - [2190] = 877, - [2191] = 878, - [2192] = 879, - [2193] = 885, - [2194] = 880, - [2195] = 844, - [2196] = 881, - [2197] = 878, - [2198] = 879, - [2199] = 864, - [2200] = 865, - [2201] = 866, - [2202] = 867, - [2203] = 880, - [2204] = 871, - [2205] = 885, - [2206] = 844, - [2207] = 902, - [2208] = 881, - [2209] = 893, - [2210] = 916, - [2211] = 920, + [2184] = 876, + [2185] = 881, + [2186] = 879, + [2187] = 865, + [2188] = 878, + [2189] = 863, + [2190] = 862, + [2191] = 861, + [2192] = 860, + [2193] = 858, + [2194] = 926, + [2195] = 858, + [2196] = 860, + [2197] = 861, + [2198] = 862, + [2199] = 863, + [2200] = 2200, + [2201] = 2201, + [2202] = 2202, + [2203] = 839, + [2204] = 853, + [2205] = 854, + [2206] = 841, + [2207] = 856, + [2208] = 857, + [2209] = 837, + [2210] = 2210, + [2211] = 2211, [2212] = 2212, - [2213] = 2213, - [2214] = 918, + [2213] = 871, + [2214] = 838, [2215] = 2215, - [2216] = 1644, - [2217] = 909, - [2218] = 901, - [2219] = 869, + [2216] = 874, + [2217] = 865, + [2218] = 890, + [2219] = 2219, [2220] = 2220, [2221] = 2221, - [2222] = 838, - [2223] = 840, - [2224] = 902, - [2225] = 2225, - [2226] = 848, - [2227] = 893, + [2222] = 850, + [2223] = 905, + [2224] = 1521, + [2225] = 1909, + [2226] = 909, + [2227] = 911, [2228] = 2228, [2229] = 2229, [2230] = 2230, - [2231] = 916, - [2232] = 920, - [2233] = 852, - [2234] = 854, - [2235] = 855, - [2236] = 856, - [2237] = 858, - [2238] = 859, - [2239] = 918, - [2240] = 909, - [2241] = 901, + [2231] = 873, + [2232] = 838, + [2233] = 2233, + [2234] = 918, + [2235] = 2235, + [2236] = 2236, + [2237] = 2237, + [2238] = 927, + [2239] = 890, + [2240] = 2240, + [2241] = 2241, [2242] = 2242, - [2243] = 860, - [2244] = 863, - [2245] = 864, - [2246] = 865, - [2247] = 866, - [2248] = 867, - [2249] = 2249, - [2250] = 2250, - [2251] = 2251, - [2252] = 2252, - [2253] = 869, - [2254] = 871, - [2255] = 874, - [2256] = 875, - [2257] = 2257, - [2258] = 2258, - [2259] = 2259, - [2260] = 2260, + [2243] = 888, + [2244] = 873, + [2245] = 895, + [2246] = 887, + [2247] = 905, + [2248] = 2248, + [2249] = 909, + [2250] = 911, + [2251] = 841, + [2252] = 846, + [2253] = 891, + [2254] = 844, + [2255] = 926, + [2256] = 2256, + [2257] = 874, + [2258] = 855, + [2259] = 864, + [2260] = 849, [2261] = 2261, - [2262] = 2262, - [2263] = 2263, - [2264] = 2264, - [2265] = 877, - [2266] = 878, - [2267] = 879, - [2268] = 880, - [2269] = 881, + [2262] = 851, + [2263] = 877, + [2264] = 878, + [2265] = 2265, + [2266] = 874, + [2267] = 890, + [2268] = 2268, + [2269] = 2269, [2270] = 2270, - [2271] = 886, - [2272] = 2272, - [2273] = 839, + [2271] = 905, + [2272] = 909, + [2273] = 911, [2274] = 2274, - [2275] = 2275, - [2276] = 871, - [2277] = 885, - [2278] = 844, - [2279] = 886, - [2280] = 885, - [2281] = 844, - [2282] = 886, - [2283] = 846, - [2284] = 2284, - [2285] = 2285, - [2286] = 2286, - [2287] = 2287, - [2288] = 1470, - [2289] = 1446, - [2290] = 1620, - [2291] = 1951, - [2292] = 898, - [2293] = 919, - [2294] = 927, - [2295] = 2295, - [2296] = 902, - [2297] = 2297, - [2298] = 893, - [2299] = 916, - [2300] = 920, - [2301] = 1621, - [2302] = 909, - [2303] = 901, - [2304] = 902, - [2305] = 2305, - [2306] = 1468, - [2307] = 893, - [2308] = 895, - [2309] = 2309, - [2310] = 916, - [2311] = 920, + [2275] = 874, + [2276] = 2276, + [2277] = 2277, + [2278] = 2278, + [2279] = 2279, + [2280] = 2280, + [2281] = 879, + [2282] = 881, + [2283] = 874, + [2284] = 876, + [2285] = 868, + [2286] = 850, + [2287] = 868, + [2288] = 871, + [2289] = 2289, + [2290] = 1578, + [2291] = 905, + [2292] = 887, + [2293] = 895, + [2294] = 888, + [2295] = 891, + [2296] = 1521, + [2297] = 911, + [2298] = 909, + [2299] = 905, + [2300] = 887, + [2301] = 911, + [2302] = 2302, + [2303] = 2289, + [2304] = 850, + [2305] = 891, + [2306] = 2306, + [2307] = 2306, + [2308] = 890, + [2309] = 926, + [2310] = 911, + [2311] = 927, [2312] = 2312, - [2313] = 1644, - [2314] = 2314, - [2315] = 1837, - [2316] = 918, - [2317] = 1444, - [2318] = 839, - [2319] = 898, - [2320] = 918, - [2321] = 898, - [2322] = 2322, - [2323] = 919, - [2324] = 927, + [2313] = 909, + [2314] = 918, + [2315] = 850, + [2316] = 2316, + [2317] = 2317, + [2318] = 926, + [2319] = 1773, + [2320] = 905, + [2321] = 887, + [2322] = 926, + [2323] = 891, + [2324] = 911, [2325] = 909, - [2326] = 2326, - [2327] = 901, - [2328] = 919, - [2329] = 927, - [2330] = 2326, - [2331] = 909, - [2332] = 1050, - [2333] = 2326, - [2334] = 901, - [2335] = 2335, - [2336] = 2336, - [2337] = 902, - [2338] = 2338, - [2339] = 2339, - [2340] = 1470, - [2341] = 893, - [2342] = 895, - [2343] = 916, - [2344] = 920, - [2345] = 1837, + [2326] = 1608, + [2327] = 2327, + [2328] = 905, + [2329] = 887, + [2330] = 1586, + [2331] = 1773, + [2332] = 895, + [2333] = 888, + [2334] = 1543, + [2335] = 890, + [2336] = 927, + [2337] = 891, + [2338] = 926, + [2339] = 1571, + [2340] = 2340, + [2341] = 1578, + [2342] = 2342, + [2343] = 895, + [2344] = 888, + [2345] = 1582, [2346] = 918, - [2347] = 898, - [2348] = 919, - [2349] = 927, - [2350] = 909, - [2351] = 901, - [2352] = 1837, - [2353] = 2353, - [2354] = 902, - [2355] = 893, - [2356] = 895, - [2357] = 902, - [2358] = 2358, - [2359] = 916, - [2360] = 920, - [2361] = 918, - [2362] = 898, - [2363] = 919, - [2364] = 927, - [2365] = 909, - [2366] = 1612, - [2367] = 1620, - [2368] = 1621, - [2369] = 1622, - [2370] = 901, - [2371] = 1468, - [2372] = 1470, - [2373] = 1446, - [2374] = 1458, - [2375] = 1483, - [2376] = 1444, + [2347] = 2347, + [2348] = 1608, + [2349] = 1458, + [2350] = 1429, + [2351] = 909, + [2352] = 1103, + [2353] = 890, + [2354] = 1446, + [2355] = 2289, + [2356] = 1440, + [2357] = 890, + [2358] = 918, + [2359] = 1429, + [2360] = 927, + [2361] = 1440, + [2362] = 1446, + [2363] = 2363, + [2364] = 1582, + [2365] = 1578, + [2366] = 1543, + [2367] = 1586, + [2368] = 1571, + [2369] = 2369, + [2370] = 2370, + [2371] = 2371, + [2372] = 905, + [2373] = 909, + [2374] = 2374, + [2375] = 2375, + [2376] = 1571, [2377] = 2377, - [2378] = 920, - [2379] = 2379, - [2380] = 1612, - [2381] = 2326, - [2382] = 2382, - [2383] = 1620, - [2384] = 1621, - [2385] = 1622, - [2386] = 2386, - [2387] = 1644, - [2388] = 2388, - [2389] = 1468, - [2390] = 1470, - [2391] = 2391, - [2392] = 2392, - [2393] = 893, - [2394] = 895, - [2395] = 1446, - [2396] = 1458, - [2397] = 1483, - [2398] = 2398, - [2399] = 1622, - [2400] = 2400, - [2401] = 2401, - [2402] = 916, - [2403] = 920, - [2404] = 1444, - [2405] = 839, + [2378] = 895, + [2379] = 911, + [2380] = 888, + [2381] = 1582, + [2382] = 927, + [2383] = 2383, + [2384] = 890, + [2385] = 1458, + [2386] = 926, + [2387] = 891, + [2388] = 911, + [2389] = 1586, + [2390] = 909, + [2391] = 1543, + [2392] = 1103, + [2393] = 905, + [2394] = 2051, + [2395] = 2395, + [2396] = 1608, + [2397] = 927, + [2398] = 887, + [2399] = 1458, + [2400] = 1521, + [2401] = 888, + [2402] = 895, + [2403] = 2289, + [2404] = 2404, + [2405] = 918, [2406] = 2406, - [2407] = 1050, - [2408] = 1458, - [2409] = 1483, - [2410] = 2410, + [2407] = 895, + [2408] = 888, + [2409] = 918, + [2410] = 2306, [2411] = 2411, - [2412] = 916, + [2412] = 850, [2413] = 2413, - [2414] = 918, - [2415] = 898, - [2416] = 2416, - [2417] = 1644, - [2418] = 1050, - [2419] = 895, - [2420] = 919, - [2421] = 839, - [2422] = 902, - [2423] = 927, - [2424] = 909, - [2425] = 901, - [2426] = 2426, - [2427] = 893, - [2428] = 895, - [2429] = 1612, - [2430] = 2295, - [2431] = 2295, - [2432] = 2295, - [2433] = 918, - [2434] = 2434, - [2435] = 2434, - [2436] = 1612, - [2437] = 2434, - [2438] = 1620, - [2439] = 1621, - [2440] = 1622, - [2441] = 2434, - [2442] = 1468, - [2443] = 1837, - [2444] = 1470, - [2445] = 1446, - [2446] = 1458, - [2447] = 1483, - [2448] = 1444, - [2449] = 2434, - [2450] = 2434, - [2451] = 839, - [2452] = 1612, - [2453] = 1644, - [2454] = 1620, - [2455] = 1621, - [2456] = 1622, - [2457] = 1468, - [2458] = 1470, - [2459] = 1446, - [2460] = 1458, - [2461] = 1483, - [2462] = 1444, - [2463] = 1837, - [2464] = 2434, - [2465] = 2434, - [2466] = 2434, - [2467] = 1644, - [2468] = 2434, - [2469] = 1817, - [2470] = 839, - [2471] = 1468, - [2472] = 1444, - [2473] = 1458, - [2474] = 1483, - [2475] = 839, - [2476] = 839, - [2477] = 1612, - [2478] = 839, - [2479] = 1446, - [2480] = 1622, - [2481] = 1644, - [2482] = 1620, - [2483] = 1483, - [2484] = 1621, - [2485] = 1622, - [2486] = 1837, - [2487] = 839, - [2488] = 1468, - [2489] = 1837, - [2490] = 1470, - [2491] = 1644, - [2492] = 1470, - [2493] = 1446, - [2494] = 1458, - [2495] = 1444, - [2496] = 1612, - [2497] = 1620, - [2498] = 1958, - [2499] = 1468, - [2500] = 1621, - [2501] = 1622, - [2502] = 1468, - [2503] = 1470, - [2504] = 2353, - [2505] = 1446, - [2506] = 1612, - [2507] = 1621, - [2508] = 1620, - [2509] = 1621, - [2510] = 1622, - [2511] = 1468, - [2512] = 1470, - [2513] = 1612, - [2514] = 1446, - [2515] = 1458, - [2516] = 1620, - [2517] = 1621, - [2518] = 1622, - [2519] = 1483, - [2520] = 1837, - [2521] = 1644, - [2522] = 1444, - [2523] = 1470, - [2524] = 1446, - [2525] = 1458, - [2526] = 1483, - [2527] = 1444, - [2528] = 1458, - [2529] = 1483, - [2530] = 1612, - [2531] = 1444, - [2532] = 839, - [2533] = 1644, - [2534] = 1958, - [2535] = 1620, - [2536] = 1644, - [2537] = 1468, - [2538] = 2538, - [2539] = 1444, - [2540] = 1444, - [2541] = 1620, - [2542] = 2542, - [2543] = 1621, - [2544] = 1644, - [2545] = 839, - [2546] = 1622, - [2547] = 1644, - [2548] = 1468, - [2549] = 1470, - [2550] = 1458, - [2551] = 1446, - [2552] = 1458, - [2553] = 1483, - [2554] = 1612, - [2555] = 1444, - [2556] = 1483, - [2557] = 1620, - [2558] = 1621, - [2559] = 1612, - [2560] = 1644, - [2561] = 1620, - [2562] = 1621, - [2563] = 1622, - [2564] = 1622, - [2565] = 1644, - [2566] = 1468, - [2567] = 1620, - [2568] = 1470, - [2569] = 839, - [2570] = 1612, - [2571] = 1644, - [2572] = 1612, - [2573] = 1621, - [2574] = 1622, - [2575] = 1958, - [2576] = 1468, - [2577] = 1470, - [2578] = 839, - [2579] = 2579, - [2580] = 1446, - [2581] = 1458, - [2582] = 1483, - [2583] = 1444, - [2584] = 1621, - [2585] = 1468, - [2586] = 1446, - [2587] = 1470, - [2588] = 839, - [2589] = 1458, - [2590] = 1470, - [2591] = 1483, - [2592] = 1644, - [2593] = 2593, - [2594] = 839, - [2595] = 1446, - [2596] = 1458, - [2597] = 1483, - [2598] = 1612, - [2599] = 1620, - [2600] = 1621, - [2601] = 1622, - [2602] = 1468, - [2603] = 1470, - [2604] = 1446, - [2605] = 1458, - [2606] = 1483, - [2607] = 1444, - [2608] = 839, - [2609] = 1958, - [2610] = 1612, - [2611] = 1444, - [2612] = 1622, - [2613] = 2613, - [2614] = 1446, - [2615] = 1620, - [2616] = 1622, - [2617] = 2617, - [2618] = 1483, - [2619] = 2619, - [2620] = 2593, - [2621] = 1644, - [2622] = 1620, - [2623] = 1444, - [2624] = 1444, - [2625] = 1621, - [2626] = 2626, - [2627] = 1622, - [2628] = 1468, - [2629] = 2629, - [2630] = 2579, - [2631] = 1612, - [2632] = 1468, - [2633] = 839, - [2634] = 1444, - [2635] = 1468, - [2636] = 2626, - [2637] = 2637, - [2638] = 2638, - [2639] = 1446, - [2640] = 1612, - [2641] = 1483, - [2642] = 1444, - [2643] = 1621, - [2644] = 839, - [2645] = 2645, - [2646] = 1470, - [2647] = 1470, - [2648] = 1612, - [2649] = 1620, - [2650] = 1644, - [2651] = 1612, - [2652] = 1622, - [2653] = 1620, - [2654] = 1621, - [2655] = 839, - [2656] = 1458, - [2657] = 1468, - [2658] = 2626, - [2659] = 1620, - [2660] = 1470, - [2661] = 1621, - [2662] = 1621, - [2663] = 1622, - [2664] = 1458, - [2665] = 1458, - [2666] = 1468, - [2667] = 1622, - [2668] = 1483, - [2669] = 1470, - [2670] = 1483, - [2671] = 839, - [2672] = 1446, - [2673] = 1644, - [2674] = 1446, - [2675] = 1958, - [2676] = 2676, - [2677] = 1620, + [2414] = 2414, + [2415] = 890, + [2416] = 927, + [2417] = 2417, + [2418] = 918, + [2419] = 2419, + [2420] = 2420, + [2421] = 1103, + [2422] = 2422, + [2423] = 1521, + [2424] = 2424, + [2425] = 1773, + [2426] = 2306, + [2427] = 1429, + [2428] = 1440, + [2429] = 926, + [2430] = 891, + [2431] = 1446, + [2432] = 2432, + [2433] = 887, + [2434] = 1578, + [2435] = 1582, + [2436] = 1446, + [2437] = 1773, + [2438] = 1608, + [2439] = 2439, + [2440] = 1578, + [2441] = 1571, + [2442] = 1440, + [2443] = 1429, + [2444] = 1758, + [2445] = 1543, + [2446] = 1586, + [2447] = 2439, + [2448] = 2439, + [2449] = 1586, + [2450] = 1571, + [2451] = 1543, + [2452] = 1521, + [2453] = 1458, + [2454] = 1582, + [2455] = 2439, + [2456] = 1608, + [2457] = 2439, + [2458] = 1429, + [2459] = 2439, + [2460] = 2439, + [2461] = 2439, + [2462] = 1440, + [2463] = 1773, + [2464] = 1446, + [2465] = 1458, + [2466] = 2439, + [2467] = 850, + [2468] = 1521, + [2469] = 2439, + [2470] = 850, + [2471] = 1586, + [2472] = 1608, + [2473] = 1582, + [2474] = 1773, + [2475] = 2053, + [2476] = 1521, + [2477] = 1586, + [2478] = 1571, + [2479] = 1578, + [2480] = 1582, + [2481] = 1608, + [2482] = 1521, + [2483] = 850, + [2484] = 1458, + [2485] = 1543, + [2486] = 1608, + [2487] = 1571, + [2488] = 1429, + [2489] = 1440, + [2490] = 850, + [2491] = 2432, + [2492] = 1446, + [2493] = 1582, + [2494] = 1578, + [2495] = 1571, + [2496] = 1458, + [2497] = 1586, + [2498] = 1543, + [2499] = 850, + [2500] = 1429, + [2501] = 1440, + [2502] = 1446, + [2503] = 1521, + [2504] = 850, + [2505] = 1458, + [2506] = 1458, + [2507] = 1773, + [2508] = 1446, + [2509] = 1440, + [2510] = 1429, + [2511] = 1543, + [2512] = 1521, + [2513] = 1773, + [2514] = 1578, + [2515] = 1582, + [2516] = 1608, + [2517] = 1521, + [2518] = 1458, + [2519] = 1446, + [2520] = 1440, + [2521] = 1429, + [2522] = 1543, + [2523] = 2053, + [2524] = 1608, + [2525] = 1586, + [2526] = 1578, + [2527] = 1571, + [2528] = 1571, + [2529] = 1578, + [2530] = 1582, + [2531] = 850, + [2532] = 1586, + [2533] = 1543, + [2534] = 1429, + [2535] = 1440, + [2536] = 1446, + [2537] = 850, + [2538] = 1571, + [2539] = 1521, + [2540] = 1578, + [2541] = 1521, + [2542] = 2053, + [2543] = 1582, + [2544] = 1458, + [2545] = 1608, + [2546] = 2546, + [2547] = 1608, + [2548] = 1446, + [2549] = 1571, + [2550] = 2053, + [2551] = 2551, + [2552] = 1543, + [2553] = 1440, + [2554] = 1429, + [2555] = 1521, + [2556] = 1608, + [2557] = 1429, + [2558] = 1582, + [2559] = 1543, + [2560] = 1578, + [2561] = 1586, + [2562] = 1571, + [2563] = 1578, + [2564] = 1582, + [2565] = 1586, + [2566] = 1458, + [2567] = 1571, + [2568] = 1458, + [2569] = 1582, + [2570] = 1578, + [2571] = 1571, + [2572] = 1521, + [2573] = 1586, + [2574] = 1543, + [2575] = 850, + [2576] = 2576, + [2577] = 850, + [2578] = 1521, + [2579] = 1446, + [2580] = 850, + [2581] = 1586, + [2582] = 1608, + [2583] = 1543, + [2584] = 850, + [2585] = 1608, + [2586] = 1440, + [2587] = 1582, + [2588] = 1578, + [2589] = 1571, + [2590] = 1429, + [2591] = 1586, + [2592] = 1586, + [2593] = 1458, + [2594] = 1446, + [2595] = 1458, + [2596] = 850, + [2597] = 1429, + [2598] = 1458, + [2599] = 2599, + [2600] = 1608, + [2601] = 1446, + [2602] = 1440, + [2603] = 1429, + [2604] = 1578, + [2605] = 1440, + [2606] = 1543, + [2607] = 1446, + [2608] = 1440, + [2609] = 2609, + [2610] = 1429, + [2611] = 1521, + [2612] = 1543, + [2613] = 1446, + [2614] = 1440, + [2615] = 1582, + [2616] = 1578, + [2617] = 1458, + [2618] = 1440, + [2619] = 1429, + [2620] = 850, + [2621] = 1543, + [2622] = 1429, + [2623] = 1608, + [2624] = 1582, + [2625] = 1543, + [2626] = 1440, + [2627] = 1586, + [2628] = 2053, + [2629] = 2609, + [2630] = 1446, + [2631] = 1571, + [2632] = 1578, + [2633] = 1582, + [2634] = 1582, + [2635] = 1578, + [2636] = 1571, + [2637] = 850, + [2638] = 850, + [2639] = 1458, + [2640] = 1608, + [2641] = 1578, + [2642] = 2053, + [2643] = 1586, + [2644] = 1543, + [2645] = 1429, + [2646] = 1440, + [2647] = 1608, + [2648] = 1446, + [2649] = 1521, + [2650] = 1571, + [2651] = 1446, + [2652] = 1521, + [2653] = 1582, + [2654] = 1521, + [2655] = 1571, + [2656] = 1446, + [2657] = 1521, + [2658] = 1586, + [2659] = 2659, + [2660] = 850, + [2661] = 1521, + [2662] = 1586, + [2663] = 1440, + [2664] = 1543, + [2665] = 2665, + [2666] = 2666, + [2667] = 2667, + [2668] = 2668, + [2669] = 1608, + [2670] = 1458, + [2671] = 1582, + [2672] = 2672, + [2673] = 1429, + [2674] = 1578, + [2675] = 1571, + [2676] = 1586, + [2677] = 1458, [2678] = 2678, - [2679] = 839, + [2679] = 2551, [2680] = 1458, - [2681] = 1644, - [2682] = 1458, - [2683] = 1612, - [2684] = 1483, - [2685] = 1958, - [2686] = 1446, - [2687] = 1444, - [2688] = 1644, - [2689] = 2626, + [2681] = 850, + [2682] = 2682, + [2683] = 1543, + [2684] = 2684, + [2685] = 2678, + [2686] = 1429, + [2687] = 2687, + [2688] = 2678, + [2689] = 1440, [2690] = 1446, - [2691] = 2691, - [2692] = 1470, - [2693] = 1444, - [2694] = 1620, - [2695] = 1444, - [2696] = 1470, - [2697] = 1621, - [2698] = 1622, - [2699] = 1458, - [2700] = 1620, - [2701] = 1621, + [2691] = 1608, + [2692] = 2678, + [2693] = 1571, + [2694] = 1578, + [2695] = 1429, + [2696] = 1578, + [2697] = 850, + [2698] = 1440, + [2699] = 1582, + [2700] = 1446, + [2701] = 1608, [2702] = 1446, - [2703] = 1458, - [2704] = 1483, - [2705] = 1622, - [2706] = 1444, - [2707] = 1958, - [2708] = 1483, - [2709] = 1612, - [2710] = 1644, - [2711] = 1468, - [2712] = 1470, - [2713] = 1620, + [2703] = 1608, + [2704] = 2704, + [2705] = 1429, + [2706] = 1521, + [2707] = 1521, + [2708] = 1571, + [2709] = 1586, + [2710] = 1586, + [2711] = 1429, + [2712] = 1458, + [2713] = 1543, [2714] = 2714, - [2715] = 839, - [2716] = 1621, - [2717] = 1622, - [2718] = 1468, - [2719] = 1446, - [2720] = 1470, - [2721] = 1468, - [2722] = 2722, - [2723] = 1446, + [2715] = 2053, + [2716] = 1543, + [2717] = 1543, + [2718] = 1586, + [2719] = 1586, + [2720] = 1571, + [2721] = 1586, + [2722] = 1578, + [2723] = 2723, [2724] = 2724, - [2725] = 1446, - [2726] = 2726, - [2727] = 1468, - [2728] = 1458, - [2729] = 1458, - [2730] = 1483, - [2731] = 1483, - [2732] = 1444, - [2733] = 1470, - [2734] = 1644, - [2735] = 1612, - [2736] = 1444, - [2737] = 1612, - [2738] = 1644, - [2739] = 1612, - [2740] = 1620, - [2741] = 1621, - [2742] = 1622, - [2743] = 1468, - [2744] = 839, - [2745] = 1470, - [2746] = 1620, - [2747] = 1446, - [2748] = 1458, - [2749] = 1483, - [2750] = 1644, - [2751] = 1958, - [2752] = 1621, - [2753] = 1622, - [2754] = 2754, - [2755] = 1446, - [2756] = 1612, - [2757] = 839, - [2758] = 1612, - [2759] = 1458, - [2760] = 1483, - [2761] = 1644, - [2762] = 1620, - [2763] = 1621, - [2764] = 1622, - [2765] = 1444, - [2766] = 839, - [2767] = 839, - [2768] = 1644, - [2769] = 1468, - [2770] = 1470, - [2771] = 839, - [2772] = 1958, + [2725] = 1543, + [2726] = 1571, + [2727] = 1429, + [2728] = 1440, + [2729] = 1446, + [2730] = 1440, + [2731] = 1571, + [2732] = 1543, + [2733] = 1582, + [2734] = 1578, + [2735] = 2053, + [2736] = 1458, + [2737] = 1440, + [2738] = 1521, + [2739] = 2739, + [2740] = 1582, + [2741] = 1446, + [2742] = 1440, + [2743] = 1429, + [2744] = 1458, + [2745] = 1521, + [2746] = 1578, + [2747] = 1543, + [2748] = 850, + [2749] = 1586, + [2750] = 1582, + [2751] = 1582, + [2752] = 850, + [2753] = 1608, + [2754] = 850, + [2755] = 1571, + [2756] = 1578, + [2757] = 1582, + [2758] = 2053, + [2759] = 850, + [2760] = 1608, + [2761] = 1458, + [2762] = 1608, + [2763] = 1458, + [2764] = 1521, + [2765] = 1446, + [2766] = 1446, + [2767] = 1440, + [2768] = 850, + [2769] = 1429, + [2770] = 1458, + [2771] = 1608, + [2772] = 1521, [2773] = 2773, [2774] = 2774, - [2775] = 2775, - [2776] = 2774, - [2777] = 2774, - [2778] = 2778, - [2779] = 2779, - [2780] = 2779, - [2781] = 2773, - [2782] = 2775, - [2783] = 2774, - [2784] = 2774, - [2785] = 2775, - [2786] = 2779, - [2787] = 2773, - [2788] = 2778, - [2789] = 2778, + [2775] = 2774, + [2776] = 2773, + [2777] = 2777, + [2778] = 2773, + [2779] = 2773, + [2780] = 2774, + [2781] = 2781, + [2782] = 2777, + [2783] = 2783, + [2784] = 2781, + [2785] = 2773, + [2786] = 2777, + [2787] = 2783, + [2788] = 2781, + [2789] = 2783, [2790] = 2790, [2791] = 2791, [2792] = 2792, [2793] = 2793, - [2794] = 721, + [2794] = 2794, [2795] = 2795, - [2796] = 2796, - [2797] = 725, + [2796] = 722, + [2797] = 726, [2798] = 723, - [2799] = 721, - [2800] = 2800, + [2799] = 722, + [2800] = 722, [2801] = 723, - [2802] = 725, + [2802] = 2802, [2803] = 2803, - [2804] = 723, - [2805] = 2805, - [2806] = 721, - [2807] = 725, + [2804] = 2804, + [2805] = 726, + [2806] = 726, + [2807] = 723, [2808] = 2808, [2809] = 2809, [2810] = 2810, @@ -7393,7 +7393,7 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [2815] = 2815, [2816] = 2816, [2817] = 2817, - [2818] = 2818, + [2818] = 722, [2819] = 2819, [2820] = 2820, [2821] = 2821, @@ -7409,11 +7409,11 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [2831] = 2831, [2832] = 2832, [2833] = 2833, - [2834] = 2834, + [2834] = 723, [2835] = 2835, [2836] = 2836, - [2837] = 725, - [2838] = 2838, + [2837] = 2837, + [2838] = 726, [2839] = 2839, [2840] = 2840, [2841] = 2841, @@ -7424,7 +7424,7 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [2846] = 2846, [2847] = 2847, [2848] = 2848, - [2849] = 721, + [2849] = 2849, [2850] = 2850, [2851] = 2851, [2852] = 2852, @@ -7434,7 +7434,7 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [2856] = 2856, [2857] = 2857, [2858] = 2858, - [2859] = 723, + [2859] = 2859, [2860] = 2860, [2861] = 2861, [2862] = 2862, @@ -7445,3153 +7445,3153 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [2867] = 2867, [2868] = 2868, [2869] = 2869, - [2870] = 2854, - [2871] = 2833, - [2872] = 2815, - [2873] = 2845, - [2874] = 721, - [2875] = 2836, - [2876] = 2850, - [2877] = 2825, - [2878] = 2868, - [2879] = 2866, - [2880] = 2867, - [2881] = 2856, - [2882] = 2818, - [2883] = 2820, - [2884] = 2834, - [2885] = 2832, - [2886] = 2838, - [2887] = 2887, - [2888] = 2840, - [2889] = 2821, - [2890] = 2853, - [2891] = 2839, - [2892] = 2864, - [2893] = 2822, - [2894] = 2823, - [2895] = 2851, - [2896] = 2852, - [2897] = 2824, - [2898] = 2844, - [2899] = 2865, - [2900] = 723, - [2901] = 2817, - [2902] = 2848, - [2903] = 2819, - [2904] = 2858, - [2905] = 2814, - [2906] = 2861, - [2907] = 2869, - [2908] = 2863, - [2909] = 2827, - [2910] = 2828, - [2911] = 2809, - [2912] = 2813, - [2913] = 2860, - [2914] = 2862, - [2915] = 2831, - [2916] = 2835, - [2917] = 2810, - [2918] = 2811, - [2919] = 2841, - [2920] = 2846, + [2870] = 2836, + [2871] = 2858, + [2872] = 2864, + [2873] = 2868, + [2874] = 2821, + [2875] = 2820, + [2876] = 2819, + [2877] = 2833, + [2878] = 2850, + [2879] = 2823, + [2880] = 2852, + [2881] = 2857, + [2882] = 2861, + [2883] = 2863, + [2884] = 2812, + [2885] = 2813, + [2886] = 2814, + [2887] = 2815, + [2888] = 2816, + [2889] = 2817, + [2890] = 2890, + [2891] = 2808, + [2892] = 2824, + [2893] = 2826, + [2894] = 2827, + [2895] = 2830, + [2896] = 2831, + [2897] = 2832, + [2898] = 2835, + [2899] = 2837, + [2900] = 2853, + [2901] = 2854, + [2902] = 2855, + [2903] = 2847, + [2904] = 2856, + [2905] = 2811, + [2906] = 2869, + [2907] = 2859, + [2908] = 2866, + [2909] = 2810, + [2910] = 2860, + [2911] = 2862, + [2912] = 2865, + [2913] = 2867, + [2914] = 2844, + [2915] = 2851, + [2916] = 2846, + [2917] = 2842, + [2918] = 2841, + [2919] = 2840, + [2920] = 2809, [2921] = 2829, [2922] = 2843, - [2923] = 2842, - [2924] = 2855, - [2925] = 2830, - [2926] = 2857, - [2927] = 2812, - [2928] = 2808, - [2929] = 2816, - [2930] = 2826, - [2931] = 2847, - [2932] = 2865, - [2933] = 2825, - [2934] = 2854, - [2935] = 723, - [2936] = 2838, - [2937] = 2831, - [2938] = 2835, - [2939] = 2852, - [2940] = 2836, - [2941] = 2811, - [2942] = 2822, - [2943] = 2866, - [2944] = 2816, + [2923] = 2845, + [2924] = 723, + [2925] = 2848, + [2926] = 726, + [2927] = 2849, + [2928] = 2822, + [2929] = 2839, + [2930] = 2828, + [2931] = 2825, + [2932] = 723, + [2933] = 2844, + [2934] = 1300, + [2935] = 2815, + [2936] = 2814, + [2937] = 2937, + [2938] = 2813, + [2939] = 2811, + [2940] = 2812, + [2941] = 2863, + [2942] = 2861, + [2943] = 2808, + [2944] = 2824, [2945] = 2826, - [2946] = 2832, - [2947] = 2813, - [2948] = 2850, - [2949] = 2857, - [2950] = 2843, - [2951] = 2823, - [2952] = 2808, - [2953] = 2812, - [2954] = 2846, - [2955] = 2847, - [2956] = 2848, - [2957] = 2814, - [2958] = 2817, - [2959] = 2959, - [2960] = 2821, - [2961] = 2863, - [2962] = 725, - [2963] = 1327, - [2964] = 2869, - [2965] = 2842, - [2966] = 2868, - [2967] = 2833, - [2968] = 2841, - [2969] = 2829, - [2970] = 2855, - [2971] = 2867, - [2972] = 2809, - [2973] = 2818, - [2974] = 2861, - [2975] = 2851, - [2976] = 2864, - [2977] = 2856, - [2978] = 2834, - [2979] = 2839, - [2980] = 2853, - [2981] = 2858, - [2982] = 2845, - [2983] = 2860, - [2984] = 2820, - [2985] = 2824, - [2986] = 2827, - [2987] = 2844, - [2988] = 2815, - [2989] = 2830, - [2990] = 721, - [2991] = 2819, - [2992] = 2810, - [2993] = 2828, - [2994] = 2862, + [2946] = 2827, + [2947] = 2857, + [2948] = 2852, + [2949] = 2823, + [2950] = 2830, + [2951] = 2831, + [2952] = 2832, + [2953] = 2850, + [2954] = 2835, + [2955] = 2836, + [2956] = 2837, + [2957] = 2833, + [2958] = 2865, + [2959] = 2862, + [2960] = 2869, + [2961] = 2866, + [2962] = 2816, + [2963] = 2810, + [2964] = 2829, + [2965] = 2860, + [2966] = 2867, + [2967] = 2819, + [2968] = 2859, + [2969] = 2820, + [2970] = 2858, + [2971] = 2821, + [2972] = 2817, + [2973] = 2853, + [2974] = 2828, + [2975] = 2825, + [2976] = 2868, + [2977] = 2839, + [2978] = 2822, + [2979] = 2849, + [2980] = 2848, + [2981] = 2845, + [2982] = 2843, + [2983] = 2864, + [2984] = 2856, + [2985] = 2851, + [2986] = 726, + [2987] = 2855, + [2988] = 2854, + [2989] = 2847, + [2990] = 2846, + [2991] = 2842, + [2992] = 2841, + [2993] = 722, + [2994] = 2809, [2995] = 2840, [2996] = 2996, [2997] = 2997, - [2998] = 2998, - [2999] = 2999, - [3000] = 2997, - [3001] = 2997, - [3002] = 2996, + [2998] = 2997, + [2999] = 2997, + [3000] = 3000, + [3001] = 3000, + [3002] = 3002, [3003] = 3003, - [3004] = 2996, - [3005] = 2999, - [3006] = 2999, + [3004] = 2997, + [3005] = 2996, + [3006] = 3006, [3007] = 2996, - [3008] = 2997, - [3009] = 2997, - [3010] = 2579, - [3011] = 2999, - [3012] = 2997, - [3013] = 3013, - [3014] = 1871, - [3015] = 3015, - [3016] = 1682, + [3008] = 3000, + [3009] = 2996, + [3010] = 2996, + [3011] = 2551, + [3012] = 3000, + [3013] = 2996, + [3014] = 722, + [3015] = 723, + [3016] = 3016, [3017] = 3017, - [3018] = 1786, - [3019] = 1707, - [3020] = 1856, - [3021] = 723, - [3022] = 3022, - [3023] = 721, - [3024] = 3024, - [3025] = 725, - [3026] = 3026, - [3027] = 3026, + [3018] = 1902, + [3019] = 1876, + [3020] = 1835, + [3021] = 3021, + [3022] = 1769, + [3023] = 3023, + [3024] = 1755, + [3025] = 726, + [3026] = 2161, + [3027] = 1924, [3028] = 3028, - [3029] = 3026, - [3030] = 2287, + [3029] = 3029, + [3030] = 3030, [3031] = 3031, - [3032] = 1959, - [3033] = 1961, + [3032] = 3032, + [3033] = 3033, [3034] = 3034, - [3035] = 2041, - [3036] = 2043, - [3037] = 2045, - [3038] = 2051, - [3039] = 2074, - [3040] = 2164, - [3041] = 2181, - [3042] = 2183, - [3043] = 2213, - [3044] = 3003, - [3045] = 2242, - [3046] = 2250, - [3047] = 2252, - [3048] = 2257, - [3049] = 2258, - [3050] = 2264, - [3051] = 3051, - [3052] = 2286, - [3053] = 1918, - [3054] = 1919, - [3055] = 2998, - [3056] = 1921, - [3057] = 1922, - [3058] = 1923, - [3059] = 805, - [3060] = 1929, - [3061] = 1953, - [3062] = 1969, - [3063] = 1970, - [3064] = 1972, - [3065] = 1977, - [3066] = 3066, - [3067] = 3067, - [3068] = 3003, - [3069] = 2998, - [3070] = 2029, - [3071] = 2040, - [3072] = 3034, - [3073] = 3066, - [3074] = 3074, - [3075] = 3075, - [3076] = 2215, - [3077] = 3077, - [3078] = 2044, - [3079] = 3079, - [3080] = 3028, - [3081] = 3026, - [3082] = 2047, - [3083] = 2053, - [3084] = 3079, - [3085] = 3028, - [3086] = 3026, - [3087] = 2163, - [3088] = 3079, - [3089] = 3028, - [3090] = 3026, - [3091] = 3079, - [3092] = 3028, - [3093] = 3026, - [3094] = 3079, - [3095] = 3028, - [3096] = 3026, - [3097] = 3079, - [3098] = 3028, - [3099] = 3026, - [3100] = 3079, - [3101] = 3028, - [3102] = 3026, - [3103] = 3079, - [3104] = 3028, - [3105] = 3026, - [3106] = 3079, - [3107] = 3028, - [3108] = 3026, - [3109] = 3079, - [3110] = 3028, - [3111] = 3026, - [3112] = 3112, - [3113] = 3079, - [3114] = 3028, - [3115] = 3026, - [3116] = 2285, - [3117] = 3079, - [3118] = 3028, - [3119] = 3026, - [3120] = 3079, - [3121] = 3028, - [3122] = 3026, - [3123] = 3079, - [3124] = 3028, - [3125] = 3026, - [3126] = 3079, + [3035] = 3032, + [3036] = 3033, + [3037] = 3034, + [3038] = 3032, + [3039] = 3033, + [3040] = 3034, + [3041] = 3032, + [3042] = 3033, + [3043] = 3034, + [3044] = 3032, + [3045] = 3033, + [3046] = 3034, + [3047] = 3032, + [3048] = 3033, + [3049] = 3034, + [3050] = 3032, + [3051] = 1925, + [3052] = 3033, + [3053] = 3034, + [3054] = 3032, + [3055] = 3033, + [3056] = 3034, + [3057] = 3057, + [3058] = 3032, + [3059] = 3033, + [3060] = 3034, + [3061] = 3032, + [3062] = 3033, + [3063] = 3034, + [3064] = 3032, + [3065] = 3033, + [3066] = 3034, + [3067] = 822, + [3068] = 3032, + [3069] = 3033, + [3070] = 3034, + [3071] = 2003, + [3072] = 3032, + [3073] = 3033, + [3074] = 3034, + [3075] = 3032, + [3076] = 3033, + [3077] = 3034, + [3078] = 3032, + [3079] = 3033, + [3080] = 3034, + [3081] = 3032, + [3082] = 3033, + [3083] = 3034, + [3084] = 3032, + [3085] = 3033, + [3086] = 3034, + [3087] = 3032, + [3088] = 2119, + [3089] = 2103, + [3090] = 2110, + [3091] = 3033, + [3092] = 3034, + [3093] = 3032, + [3094] = 3033, + [3095] = 3034, + [3096] = 3032, + [3097] = 2120, + [3098] = 3033, + [3099] = 3034, + [3100] = 3100, + [3101] = 3101, + [3102] = 3032, + [3103] = 3033, + [3104] = 3034, + [3105] = 3032, + [3106] = 3033, + [3107] = 3034, + [3108] = 3032, + [3109] = 3033, + [3110] = 2181, + [3111] = 3034, + [3112] = 3032, + [3113] = 2211, + [3114] = 3033, + [3115] = 3034, + [3116] = 3034, + [3117] = 3033, + [3118] = 3032, + [3119] = 3032, + [3120] = 3033, + [3121] = 3034, + [3122] = 2240, + [3123] = 3032, + [3124] = 3033, + [3125] = 2261, + [3126] = 3034, [3127] = 3028, - [3128] = 3026, - [3129] = 3079, - [3130] = 3028, - [3131] = 3079, - [3132] = 3028, - [3133] = 3026, - [3134] = 3079, - [3135] = 3028, - [3136] = 3026, - [3137] = 3079, - [3138] = 3028, - [3139] = 3026, - [3140] = 3079, - [3141] = 3028, - [3142] = 3026, - [3143] = 3079, - [3144] = 3028, - [3145] = 3026, - [3146] = 3079, - [3147] = 3028, - [3148] = 3026, - [3149] = 1920, - [3150] = 3079, - [3151] = 3028, - [3152] = 3026, - [3153] = 3079, - [3154] = 3028, - [3155] = 3026, - [3156] = 3079, - [3157] = 3028, - [3158] = 3026, - [3159] = 3079, - [3160] = 3028, - [3161] = 3026, - [3162] = 3079, - [3163] = 3028, - [3164] = 3026, - [3165] = 3079, - [3166] = 3028, - [3167] = 3026, - [3168] = 3079, - [3169] = 3028, - [3170] = 3026, - [3171] = 3079, - [3172] = 3028, - [3173] = 3026, - [3174] = 3079, - [3175] = 3028, - [3176] = 3026, - [3177] = 3079, - [3178] = 3028, - [3179] = 3026, - [3180] = 3079, - [3181] = 3028, - [3182] = 3026, - [3183] = 3079, - [3184] = 3028, - [3185] = 3026, - [3186] = 3079, - [3187] = 3028, - [3188] = 3026, - [3189] = 3079, - [3190] = 3028, - [3191] = 3026, - [3192] = 3079, - [3193] = 3028, - [3194] = 3026, - [3195] = 3079, - [3196] = 3028, - [3197] = 3026, - [3198] = 3079, - [3199] = 3028, - [3200] = 3026, - [3201] = 3079, - [3202] = 3028, - [3203] = 3026, - [3204] = 3079, - [3205] = 3028, - [3206] = 3026, - [3207] = 3079, - [3208] = 3028, - [3209] = 3026, - [3210] = 3079, - [3211] = 3028, - [3212] = 3026, - [3213] = 1952, - [3214] = 3079, - [3215] = 3028, - [3216] = 3026, - [3217] = 1957, - [3218] = 3079, - [3219] = 3028, - [3220] = 3026, - [3221] = 3079, - [3222] = 3028, - [3223] = 3026, - [3224] = 1968, - [3225] = 3079, - [3226] = 3028, - [3227] = 3026, - [3228] = 3079, - [3229] = 3028, - [3230] = 3026, - [3231] = 3079, - [3232] = 3028, - [3233] = 3026, - [3234] = 3079, - [3235] = 3028, - [3236] = 3079, - [3237] = 1952, - [3238] = 1972, - [3239] = 1977, - [3240] = 2287, - [3241] = 3241, - [3242] = 1959, - [3243] = 1961, + [3128] = 3032, + [3129] = 3033, + [3130] = 3034, + [3131] = 3032, + [3132] = 3033, + [3133] = 3034, + [3134] = 3032, + [3135] = 3033, + [3136] = 3034, + [3137] = 3032, + [3138] = 1972, + [3139] = 3033, + [3140] = 1985, + [3141] = 1987, + [3142] = 2235, + [3143] = 3030, + [3144] = 3034, + [3145] = 2097, + [3146] = 3032, + [3147] = 3034, + [3148] = 3033, + [3149] = 3032, + [3150] = 2100, + [3151] = 2101, + [3152] = 2105, + [3153] = 3033, + [3154] = 2114, + [3155] = 3034, + [3156] = 2121, + [3157] = 2123, + [3158] = 2139, + [3159] = 3006, + [3160] = 2164, + [3161] = 2165, + [3162] = 2166, + [3163] = 2167, + [3164] = 3032, + [3165] = 3033, + [3166] = 2177, + [3167] = 3034, + [3168] = 3168, + [3169] = 2182, + [3170] = 2237, + [3171] = 3034, + [3172] = 2210, + [3173] = 3033, + [3174] = 3002, + [3175] = 3032, + [3176] = 2212, + [3177] = 2215, + [3178] = 2219, + [3179] = 3032, + [3180] = 2230, + [3181] = 2145, + [3182] = 2236, + [3183] = 3033, + [3184] = 3034, + [3185] = 2265, + [3186] = 3032, + [3187] = 3033, + [3188] = 3034, + [3189] = 2268, + [3190] = 2269, + [3191] = 3032, + [3192] = 2274, + [3193] = 3034, + [3194] = 3033, + [3195] = 3033, + [3196] = 3034, + [3197] = 3032, + [3198] = 3033, + [3199] = 3002, + [3200] = 3034, + [3201] = 3032, + [3202] = 3033, + [3203] = 3034, + [3204] = 3032, + [3205] = 3033, + [3206] = 3032, + [3207] = 3034, + [3208] = 3032, + [3209] = 3033, + [3210] = 3034, + [3211] = 3211, + [3212] = 3032, + [3213] = 3033, + [3214] = 3034, + [3215] = 3032, + [3216] = 3033, + [3217] = 3032, + [3218] = 3033, + [3219] = 3034, + [3220] = 3032, + [3221] = 3033, + [3222] = 3034, + [3223] = 3032, + [3224] = 3033, + [3225] = 3034, + [3226] = 3032, + [3227] = 3033, + [3228] = 3034, + [3229] = 3034, + [3230] = 3033, + [3231] = 3032, + [3232] = 3034, + [3233] = 3032, + [3234] = 3033, + [3235] = 3034, + [3236] = 3006, + [3237] = 2235, + [3238] = 2165, + [3239] = 2164, + [3240] = 2161, + [3241] = 2167, + [3242] = 3242, + [3243] = 2274, [3244] = 3244, - [3245] = 2041, - [3246] = 2043, - [3247] = 2045, - [3248] = 2051, - [3249] = 2074, - [3250] = 2164, - [3251] = 2181, - [3252] = 2183, - [3253] = 2242, - [3254] = 2250, - [3255] = 2252, - [3256] = 2258, - [3257] = 2264, - [3258] = 2286, - [3259] = 1918, - [3260] = 1919, - [3261] = 1921, - [3262] = 886, - [3263] = 1922, - [3264] = 1923, - [3265] = 1929, - [3266] = 1953, - [3267] = 1969, - [3268] = 1970, - [3269] = 1972, - [3270] = 805, - [3271] = 1977, - [3272] = 1961, - [3273] = 3273, - [3274] = 3274, - [3275] = 3275, - [3276] = 2215, - [3277] = 2285, - [3278] = 838, - [3279] = 805, - [3280] = 840, - [3281] = 721, - [3282] = 3017, - [3283] = 839, - [3284] = 2044, - [3285] = 847, - [3286] = 848, - [3287] = 723, - [3288] = 2047, - [3289] = 852, - [3290] = 854, - [3291] = 855, - [3292] = 874, - [3293] = 856, - [3294] = 858, - [3295] = 859, - [3296] = 1969, - [3297] = 1970, - [3298] = 1957, - [3299] = 2163, - [3300] = 860, - [3301] = 863, + [3245] = 2097, + [3246] = 876, + [3247] = 871, + [3248] = 3248, + [3249] = 865, + [3250] = 3250, + [3251] = 2145, + [3252] = 863, + [3253] = 2139, + [3254] = 2123, + [3255] = 862, + [3256] = 2121, + [3257] = 2120, + [3258] = 861, + [3259] = 873, + [3260] = 2551, + [3261] = 860, + [3262] = 858, + [3263] = 2100, + [3264] = 868, + [3265] = 2101, + [3266] = 2105, + [3267] = 2114, + [3268] = 2177, + [3269] = 2121, + [3270] = 2114, + [3271] = 2105, + [3272] = 2103, + [3273] = 2101, + [3274] = 2100, + [3275] = 2181, + [3276] = 2182, + [3277] = 2097, + [3278] = 2123, + [3279] = 839, + [3280] = 2237, + [3281] = 1987, + [3282] = 853, + [3283] = 1985, + [3284] = 2210, + [3285] = 854, + [3286] = 841, + [3287] = 856, + [3288] = 857, + [3289] = 837, + [3290] = 2139, + [3291] = 2161, + [3292] = 2164, + [3293] = 1972, + [3294] = 2165, + [3295] = 822, + [3296] = 2167, + [3297] = 723, + [3298] = 2003, + [3299] = 874, + [3300] = 2212, + [3301] = 855, [3302] = 864, - [3303] = 865, - [3304] = 866, - [3305] = 867, - [3306] = 725, - [3307] = 869, - [3308] = 2579, - [3309] = 3309, - [3310] = 875, - [3311] = 877, - [3312] = 878, - [3313] = 879, - [3314] = 880, - [3315] = 881, - [3316] = 2287, - [3317] = 3275, - [3318] = 1959, - [3319] = 871, - [3320] = 885, - [3321] = 3321, - [3322] = 844, - [3323] = 2041, - [3324] = 2043, - [3325] = 2045, - [3326] = 2047, - [3327] = 2051, - [3328] = 2074, - [3329] = 2163, - [3330] = 2164, - [3331] = 2181, - [3332] = 2183, - [3333] = 2213, - [3334] = 2242, - [3335] = 2250, - [3336] = 2252, - [3337] = 2257, - [3338] = 2258, - [3339] = 2264, - [3340] = 2285, - [3341] = 2286, - [3342] = 1918, - [3343] = 1919, - [3344] = 3024, - [3345] = 1921, - [3346] = 1922, - [3347] = 1923, - [3348] = 1929, - [3349] = 1952, - [3350] = 1953, - [3351] = 1957, - [3352] = 3352, - [3353] = 886, - [3354] = 877, - [3355] = 878, - [3356] = 879, - [3357] = 880, - [3358] = 881, - [3359] = 871, - [3360] = 885, - [3361] = 844, - [3362] = 3362, - [3363] = 3363, - [3364] = 838, - [3365] = 3362, - [3366] = 3366, - [3367] = 840, - [3368] = 847, - [3369] = 848, - [3370] = 3362, - [3371] = 852, - [3372] = 854, - [3373] = 3362, - [3374] = 855, - [3375] = 856, - [3376] = 3362, - [3377] = 858, - [3378] = 859, - [3379] = 860, - [3380] = 863, - [3381] = 721, - [3382] = 864, - [3383] = 865, - [3384] = 866, - [3385] = 867, - [3386] = 721, - [3387] = 869, - [3388] = 838, - [3389] = 723, - [3390] = 874, - [3391] = 840, - [3392] = 839, - [3393] = 3363, - [3394] = 721, - [3395] = 847, - [3396] = 848, - [3397] = 723, - [3398] = 875, - [3399] = 877, - [3400] = 878, - [3401] = 879, - [3402] = 880, - [3403] = 881, - [3404] = 852, - [3405] = 3405, - [3406] = 854, - [3407] = 855, - [3408] = 874, - [3409] = 856, - [3410] = 858, - [3411] = 871, - [3412] = 885, - [3413] = 844, - [3414] = 859, - [3415] = 805, - [3416] = 725, - [3417] = 860, - [3418] = 863, - [3419] = 839, - [3420] = 725, - [3421] = 864, - [3422] = 865, - [3423] = 866, - [3424] = 867, - [3425] = 886, - [3426] = 869, - [3427] = 875, - [3428] = 723, - [3429] = 3362, - [3430] = 3363, - [3431] = 3363, - [3432] = 725, + [3303] = 2177, + [3304] = 2215, + [3305] = 2182, + [3306] = 1985, + [3307] = 726, + [3308] = 846, + [3309] = 2119, + [3310] = 1972, + [3311] = 2219, + [3312] = 2103, + [3313] = 2237, + [3314] = 2210, + [3315] = 2212, + [3316] = 2215, + [3317] = 3317, + [3318] = 881, + [3319] = 2219, + [3320] = 879, + [3321] = 2120, + [3322] = 2230, + [3323] = 2236, + [3324] = 844, + [3325] = 3021, + [3326] = 849, + [3327] = 2265, + [3328] = 2230, + [3329] = 3329, + [3330] = 851, + [3331] = 3331, + [3332] = 2166, + [3333] = 2268, + [3334] = 850, + [3335] = 2269, + [3336] = 2274, + [3337] = 877, + [3338] = 2235, + [3339] = 2181, + [3340] = 878, + [3341] = 2236, + [3342] = 2240, + [3343] = 722, + [3344] = 3023, + [3345] = 2269, + [3346] = 2268, + [3347] = 2265, + [3348] = 3348, + [3349] = 3244, + [3350] = 1987, + [3351] = 2240, + [3352] = 822, + [3353] = 876, + [3354] = 726, + [3355] = 851, + [3356] = 849, + [3357] = 879, + [3358] = 3358, + [3359] = 3358, + [3360] = 881, + [3361] = 864, + [3362] = 855, + [3363] = 837, + [3364] = 877, + [3365] = 857, + [3366] = 856, + [3367] = 854, + [3368] = 853, + [3369] = 878, + [3370] = 726, + [3371] = 839, + [3372] = 874, + [3373] = 846, + [3374] = 858, + [3375] = 860, + [3376] = 722, + [3377] = 722, + [3378] = 3358, + [3379] = 873, + [3380] = 861, + [3381] = 862, + [3382] = 723, + [3383] = 863, + [3384] = 868, + [3385] = 850, + [3386] = 871, + [3387] = 876, + [3388] = 865, + [3389] = 822, + [3390] = 865, + [3391] = 863, + [3392] = 726, + [3393] = 862, + [3394] = 861, + [3395] = 860, + [3396] = 858, + [3397] = 873, + [3398] = 839, + [3399] = 853, + [3400] = 854, + [3401] = 841, + [3402] = 841, + [3403] = 856, + [3404] = 723, + [3405] = 857, + [3406] = 837, + [3407] = 874, + [3408] = 844, + [3409] = 3409, + [3410] = 3358, + [3411] = 3358, + [3412] = 722, + [3413] = 871, + [3414] = 3414, + [3415] = 855, + [3416] = 864, + [3417] = 3358, + [3418] = 868, + [3419] = 3409, + [3420] = 881, + [3421] = 879, + [3422] = 850, + [3423] = 851, + [3424] = 3409, + [3425] = 877, + [3426] = 3409, + [3427] = 846, + [3428] = 878, + [3429] = 3429, + [3430] = 723, + [3431] = 844, + [3432] = 849, [3433] = 3433, - [3434] = 3434, - [3435] = 3435, - [3436] = 3436, - [3437] = 3433, - [3438] = 3438, - [3439] = 3439, + [3434] = 868, + [3435] = 723, + [3436] = 723, + [3437] = 3437, + [3438] = 3433, + [3439] = 3433, [3440] = 3440, - [3441] = 3434, - [3442] = 3442, - [3443] = 3435, - [3444] = 725, + [3441] = 3441, + [3442] = 3433, + [3443] = 3433, + [3444] = 3444, [3445] = 3445, - [3446] = 3435, - [3447] = 3436, - [3448] = 3438, - [3449] = 3439, - [3450] = 886, - [3451] = 3440, - [3452] = 3433, - [3453] = 3442, - [3454] = 721, - [3455] = 3440, - [3456] = 3456, - [3457] = 3433, - [3458] = 3433, - [3459] = 3435, - [3460] = 3436, - [3461] = 3438, - [3462] = 3439, - [3463] = 3440, - [3464] = 3442, - [3465] = 3445, - [3466] = 3433, - [3467] = 3435, - [3468] = 3436, - [3469] = 3439, - [3470] = 3440, - [3471] = 3442, - [3472] = 3472, - [3473] = 3473, - [3474] = 3436, - [3475] = 3435, - [3476] = 3436, - [3477] = 3439, - [3478] = 3433, - [3479] = 3440, - [3480] = 3442, - [3481] = 721, + [3446] = 3433, + [3447] = 3433, + [3448] = 3433, + [3449] = 3449, + [3450] = 3433, + [3451] = 722, + [3452] = 726, + [3453] = 3437, + [3454] = 3433, + [3455] = 3437, + [3456] = 3433, + [3457] = 3457, + [3458] = 3444, + [3459] = 3459, + [3460] = 3440, + [3461] = 3441, + [3462] = 3462, + [3463] = 3444, + [3464] = 3464, + [3465] = 3433, + [3466] = 3466, + [3467] = 722, + [3468] = 726, + [3469] = 3433, + [3470] = 3470, + [3471] = 3433, + [3472] = 3433, + [3473] = 876, + [3474] = 3433, + [3475] = 3444, + [3476] = 3476, + [3477] = 3477, + [3478] = 3437, + [3479] = 3433, + [3480] = 3433, + [3481] = 3433, [3482] = 3433, - [3483] = 3483, - [3484] = 3440, - [3485] = 3442, - [3486] = 723, - [3487] = 839, - [3488] = 3488, + [3483] = 726, + [3484] = 837, + [3485] = 3485, + [3486] = 3437, + [3487] = 3487, + [3488] = 3440, [3489] = 3433, - [3490] = 723, - [3491] = 3433, - [3492] = 3433, - [3493] = 721, - [3494] = 3433, - [3495] = 3433, - [3496] = 3433, + [3490] = 3490, + [3491] = 857, + [3492] = 3492, + [3493] = 3433, + [3494] = 3487, + [3495] = 3495, + [3496] = 3470, [3497] = 3433, - [3498] = 3433, - [3499] = 3433, - [3500] = 3500, - [3501] = 3433, - [3502] = 3433, - [3503] = 3433, + [3498] = 3470, + [3499] = 871, + [3500] = 3433, + [3501] = 856, + [3502] = 3487, + [3503] = 841, [3504] = 3433, - [3505] = 3473, - [3506] = 3433, + [3505] = 3433, + [3506] = 722, [3507] = 3433, - [3508] = 3508, + [3508] = 3433, [3509] = 3433, [3510] = 3433, - [3511] = 723, + [3511] = 3433, [3512] = 3433, - [3513] = 3433, - [3514] = 3514, - [3515] = 3515, - [3516] = 3433, - [3517] = 3433, - [3518] = 838, + [3513] = 3495, + [3514] = 878, + [3515] = 854, + [3516] = 877, + [3517] = 853, + [3518] = 839, [3519] = 3433, - [3520] = 840, - [3521] = 3433, - [3522] = 847, - [3523] = 848, + [3520] = 3490, + [3521] = 3437, + [3522] = 851, + [3523] = 3433, [3524] = 3433, - [3525] = 3433, - [3526] = 852, - [3527] = 854, - [3528] = 855, - [3529] = 874, - [3530] = 856, - [3531] = 858, - [3532] = 859, + [3525] = 849, + [3526] = 3433, + [3527] = 844, + [3528] = 3433, + [3529] = 3433, + [3530] = 3444, + [3531] = 3487, + [3532] = 3441, [3533] = 3433, - [3534] = 860, - [3535] = 863, - [3536] = 864, - [3537] = 865, - [3538] = 866, - [3539] = 867, - [3540] = 3433, - [3541] = 3541, - [3542] = 869, - [3543] = 3543, - [3544] = 875, + [3534] = 3441, + [3535] = 3437, + [3536] = 3433, + [3537] = 3457, + [3538] = 879, + [3539] = 881, + [3540] = 3440, + [3541] = 846, + [3542] = 3542, + [3543] = 3490, + [3544] = 3544, [3545] = 3433, - [3546] = 877, - [3547] = 878, - [3548] = 879, - [3549] = 880, - [3550] = 881, - [3551] = 3433, - [3552] = 3433, - [3553] = 3433, - [3554] = 3433, - [3555] = 3433, + [3546] = 3495, + [3547] = 3470, + [3548] = 858, + [3549] = 855, + [3550] = 3433, + [3551] = 860, + [3552] = 3459, + [3553] = 3542, + [3554] = 3487, + [3555] = 3444, [3556] = 3433, - [3557] = 3433, - [3558] = 3433, + [3557] = 723, + [3558] = 3490, [3559] = 3433, - [3560] = 3442, - [3561] = 3433, - [3562] = 3562, - [3563] = 871, - [3564] = 3433, + [3560] = 861, + [3561] = 862, + [3562] = 863, + [3563] = 865, + [3564] = 3441, [3565] = 3433, - [3566] = 885, - [3567] = 844, + [3566] = 3433, + [3567] = 3490, [3568] = 3433, - [3569] = 3433, - [3570] = 725, - [3571] = 3514, + [3569] = 3495, + [3570] = 874, + [3571] = 3470, [3572] = 3572, - [3573] = 3573, - [3574] = 3438, - [3575] = 3439, - [3576] = 725, - [3577] = 3434, - [3578] = 3472, - [3579] = 3434, - [3580] = 3472, - [3581] = 3434, - [3582] = 3472, - [3583] = 3434, - [3584] = 3434, + [3573] = 3444, + [3574] = 3487, + [3575] = 850, + [3576] = 3441, + [3577] = 3433, + [3578] = 3487, + [3579] = 3433, + [3580] = 3490, + [3581] = 873, + [3582] = 3433, + [3583] = 3470, + [3584] = 864, [3585] = 3433, [3586] = 3586, - [3587] = 725, + [3587] = 3586, [3588] = 3588, - [3589] = 3586, - [3590] = 3586, + [3589] = 3588, + [3590] = 722, [3591] = 3586, - [3592] = 3586, - [3593] = 725, - [3594] = 3586, - [3595] = 725, + [3592] = 726, + [3593] = 723, + [3594] = 726, + [3595] = 3588, [3596] = 3586, [3597] = 3586, [3598] = 3586, - [3599] = 3586, + [3599] = 3588, [3600] = 3586, [3601] = 3586, [3602] = 3586, - [3603] = 721, - [3604] = 3586, + [3603] = 3586, + [3604] = 3588, [3605] = 3586, - [3606] = 3586, + [3606] = 3588, [3607] = 3586, - [3608] = 3586, - [3609] = 721, + [3608] = 722, + [3609] = 3586, [3610] = 3610, [3611] = 3586, - [3612] = 3586, + [3612] = 3612, [3613] = 3586, - [3614] = 3586, - [3615] = 723, + [3614] = 723, + [3615] = 3586, [3616] = 3586, - [3617] = 3617, - [3618] = 3586, - [3619] = 3586, + [3617] = 722, + [3618] = 822, + [3619] = 726, [3620] = 3586, - [3621] = 723, + [3621] = 3586, [3622] = 3586, - [3623] = 723, - [3624] = 3586, - [3625] = 721, + [3623] = 3586, + [3624] = 726, + [3625] = 3586, [3626] = 3586, - [3627] = 723, + [3627] = 3586, [3628] = 3586, [3629] = 3586, [3630] = 3586, - [3631] = 3586, + [3631] = 726, [3632] = 3586, - [3633] = 3586, - [3634] = 3586, + [3633] = 722, + [3634] = 723, [3635] = 3586, - [3636] = 721, - [3637] = 3637, + [3636] = 3586, + [3637] = 3586, [3638] = 3586, - [3639] = 725, + [3639] = 726, [3640] = 723, - [3641] = 721, - [3642] = 721, + [3641] = 723, + [3642] = 3586, [3643] = 3586, [3644] = 3586, - [3645] = 3586, - [3646] = 723, - [3647] = 805, + [3645] = 722, + [3646] = 3586, + [3647] = 723, [3648] = 3586, [3649] = 3586, [3650] = 3586, - [3651] = 3617, - [3652] = 3586, + [3651] = 3586, + [3652] = 3652, [3653] = 3586, [3654] = 3586, - [3655] = 3617, + [3655] = 723, [3656] = 3586, [3657] = 3586, [3658] = 3586, - [3659] = 3617, - [3660] = 725, + [3659] = 722, + [3660] = 3586, [3661] = 3586, - [3662] = 725, - [3663] = 3617, - [3664] = 3586, - [3665] = 3617, + [3662] = 3586, + [3663] = 3586, + [3664] = 726, + [3665] = 3586, [3666] = 3586, - [3667] = 723, - [3668] = 721, - [3669] = 2242, - [3670] = 880, - [3671] = 2030, - [3672] = 2031, - [3673] = 2033, - [3674] = 871, - [3675] = 2259, - [3676] = 881, - [3677] = 875, - [3678] = 885, - [3679] = 1924, - [3680] = 2081, - [3681] = 844, - [3682] = 2086, - [3683] = 1983, - [3684] = 839, - [3685] = 2212, - [3686] = 3686, - [3687] = 3687, - [3688] = 2221, - [3689] = 2228, - [3690] = 2229, - [3691] = 2230, - [3692] = 3692, - [3693] = 2287, - [3694] = 869, - [3695] = 2213, - [3696] = 2261, - [3697] = 2262, - [3698] = 2257, - [3699] = 2263, - [3700] = 3700, - [3701] = 859, - [3702] = 1915, - [3703] = 858, - [3704] = 3704, - [3705] = 2287, - [3706] = 1959, - [3707] = 1959, - [3708] = 1925, - [3709] = 1926, - [3710] = 1961, - [3711] = 1928, - [3712] = 3712, - [3713] = 2041, - [3714] = 2043, - [3715] = 2045, - [3716] = 2051, - [3717] = 2074, - [3718] = 2164, - [3719] = 2181, - [3720] = 2183, - [3721] = 2250, - [3722] = 2252, - [3723] = 2258, - [3724] = 2264, - [3725] = 2052, - [3726] = 2286, - [3727] = 860, - [3728] = 863, - [3729] = 1918, - [3730] = 1919, - [3731] = 1921, - [3732] = 1922, - [3733] = 1960, - [3734] = 1923, - [3735] = 1929, - [3736] = 1953, - [3737] = 1962, - [3738] = 1969, - [3739] = 1970, - [3740] = 1972, - [3741] = 1977, - [3742] = 3742, - [3743] = 1971, - [3744] = 3744, - [3745] = 877, - [3746] = 1984, - [3747] = 1985, - [3748] = 2010, - [3749] = 1961, - [3750] = 2041, - [3751] = 2043, - [3752] = 2045, - [3753] = 2051, - [3754] = 2074, - [3755] = 878, - [3756] = 3756, - [3757] = 2225, - [3758] = 2260, - [3759] = 2164, - [3760] = 2181, - [3761] = 2183, - [3762] = 2213, - [3763] = 2242, - [3764] = 2250, - [3765] = 2252, - [3766] = 725, - [3767] = 2257, - [3768] = 2258, - [3769] = 2264, - [3770] = 3770, - [3771] = 2073, - [3772] = 3772, - [3773] = 879, - [3774] = 864, - [3775] = 865, - [3776] = 3776, - [3777] = 2272, - [3778] = 2274, - [3779] = 3779, - [3780] = 2286, - [3781] = 866, - [3782] = 856, - [3783] = 1918, - [3784] = 1919, - [3785] = 3785, - [3786] = 3786, - [3787] = 1921, - [3788] = 1922, - [3789] = 3789, - [3790] = 1932, - [3791] = 1923, - [3792] = 3792, - [3793] = 3793, - [3794] = 1929, - [3795] = 2025, - [3796] = 2026, - [3797] = 1953, - [3798] = 867, - [3799] = 1969, - [3800] = 838, - [3801] = 721, - [3802] = 840, - [3803] = 721, - [3804] = 1970, - [3805] = 1972, - [3806] = 886, - [3807] = 723, - [3808] = 847, - [3809] = 848, - [3810] = 723, - [3811] = 3770, - [3812] = 1977, - [3813] = 3770, - [3814] = 2060, - [3815] = 852, - [3816] = 854, - [3817] = 855, - [3818] = 3770, - [3819] = 3819, - [3820] = 3770, - [3821] = 3770, - [3822] = 3770, - [3823] = 3712, - [3824] = 3742, - [3825] = 3744, - [3826] = 2075, - [3827] = 3712, - [3828] = 3742, - [3829] = 3744, - [3830] = 3712, - [3831] = 3742, - [3832] = 3744, - [3833] = 3712, - [3834] = 3742, - [3835] = 3744, - [3836] = 3712, - [3837] = 3742, - [3838] = 3744, - [3839] = 2011, - [3840] = 3712, - [3841] = 3742, - [3842] = 3744, - [3843] = 2012, - [3844] = 3712, - [3845] = 3742, - [3846] = 3744, - [3847] = 3712, - [3848] = 3742, - [3849] = 3744, - [3850] = 3712, - [3851] = 3742, - [3852] = 3744, - [3853] = 3712, - [3854] = 3742, - [3855] = 3744, - [3856] = 3712, - [3857] = 3742, - [3858] = 3744, - [3859] = 3712, - [3860] = 3742, - [3861] = 3744, - [3862] = 3712, - [3863] = 3742, - [3864] = 3744, - [3865] = 3712, - [3866] = 3742, - [3867] = 3744, - [3868] = 3712, - [3869] = 3742, - [3870] = 3744, - [3871] = 3712, - [3872] = 3742, - [3873] = 3744, - [3874] = 3712, - [3875] = 3742, - [3876] = 3744, - [3877] = 3712, - [3878] = 3742, - [3879] = 3744, - [3880] = 3712, - [3881] = 3742, - [3882] = 3744, - [3883] = 3712, - [3884] = 3742, - [3885] = 3744, - [3886] = 3712, - [3887] = 3742, - [3888] = 3744, - [3889] = 3712, - [3890] = 3742, - [3891] = 3744, - [3892] = 3712, - [3893] = 3742, - [3894] = 3744, - [3895] = 3712, - [3896] = 3742, - [3897] = 3744, - [3898] = 3712, - [3899] = 3742, - [3900] = 3744, - [3901] = 3712, - [3902] = 3742, - [3903] = 3744, - [3904] = 3712, - [3905] = 3742, - [3906] = 3744, - [3907] = 3712, - [3908] = 3742, - [3909] = 3744, - [3910] = 3712, - [3911] = 3742, - [3912] = 3744, - [3913] = 3712, - [3914] = 3742, - [3915] = 3744, - [3916] = 3712, - [3917] = 3742, - [3918] = 3744, - [3919] = 3712, - [3920] = 3742, - [3921] = 3744, - [3922] = 3712, - [3923] = 3742, - [3924] = 3744, - [3925] = 3712, - [3926] = 3742, - [3927] = 3744, - [3928] = 3712, - [3929] = 3742, - [3930] = 3744, - [3931] = 3712, - [3932] = 3742, - [3933] = 3744, - [3934] = 3712, - [3935] = 3742, - [3936] = 3744, - [3937] = 3712, - [3938] = 3742, - [3939] = 3744, - [3940] = 3712, - [3941] = 3742, - [3942] = 3744, - [3943] = 3712, - [3944] = 3742, - [3945] = 3744, - [3946] = 3712, - [3947] = 3742, - [3948] = 3744, - [3949] = 3712, - [3950] = 3742, - [3951] = 3744, - [3952] = 3712, - [3953] = 3742, - [3954] = 3744, - [3955] = 3712, - [3956] = 3742, - [3957] = 3744, - [3958] = 3712, - [3959] = 3742, - [3960] = 3744, - [3961] = 3712, - [3962] = 3742, - [3963] = 3744, - [3964] = 3712, - [3965] = 3742, - [3966] = 3744, - [3967] = 3712, - [3968] = 3742, - [3969] = 3744, - [3970] = 3712, - [3971] = 3742, - [3972] = 3744, - [3973] = 3712, - [3974] = 3742, - [3975] = 3744, - [3976] = 874, - [3977] = 3704, + [3667] = 3586, + [3668] = 3586, + [3669] = 3669, + [3670] = 3669, + [3671] = 2121, + [3672] = 3672, + [3673] = 3669, + [3674] = 3669, + [3675] = 3675, + [3676] = 3675, + [3677] = 2167, + [3678] = 2268, + [3679] = 3679, + [3680] = 2105, + [3681] = 2269, + [3682] = 2101, + [3683] = 2274, + [3684] = 2100, + [3685] = 3685, + [3686] = 2097, + [3687] = 3675, + [3688] = 3679, + [3689] = 3669, + [3690] = 3690, + [3691] = 3679, + [3692] = 2145, + [3693] = 3669, + [3694] = 3675, + [3695] = 3675, + [3696] = 1926, + [3697] = 3679, + [3698] = 1927, + [3699] = 3669, + [3700] = 3679, + [3701] = 2096, + [3702] = 3675, + [3703] = 2166, + [3704] = 1997, + [3705] = 3669, + [3706] = 3669, + [3707] = 1987, + [3708] = 1985, + [3709] = 3675, + [3710] = 3710, + [3711] = 3711, + [3712] = 855, + [3713] = 3679, + [3714] = 2076, + [3715] = 2079, + [3716] = 2094, + [3717] = 2095, + [3718] = 1972, + [3719] = 3679, + [3720] = 3669, + [3721] = 3675, + [3722] = 3722, + [3723] = 3675, + [3724] = 3669, + [3725] = 3679, + [3726] = 2100, + [3727] = 879, + [3728] = 3669, + [3729] = 3729, + [3730] = 3679, + [3731] = 3675, + [3732] = 2101, + [3733] = 3733, + [3734] = 2116, + [3735] = 2117, + [3736] = 2114, + [3737] = 868, + [3738] = 2265, + [3739] = 3679, + [3740] = 2105, + [3741] = 3679, + [3742] = 3669, + [3743] = 3675, + [3744] = 3679, + [3745] = 3669, + [3746] = 3675, + [3747] = 3679, + [3748] = 3669, + [3749] = 3675, + [3750] = 3679, + [3751] = 2114, + [3752] = 3675, + [3753] = 2144, + [3754] = 723, + [3755] = 3679, + [3756] = 3675, + [3757] = 722, + [3758] = 3669, + [3759] = 3675, + [3760] = 2146, + [3761] = 3679, + [3762] = 3669, + [3763] = 2151, + [3764] = 3675, + [3765] = 3679, + [3766] = 3669, + [3767] = 2179, + [3768] = 881, + [3769] = 3675, + [3770] = 3679, + [3771] = 3669, + [3772] = 2121, + [3773] = 2159, + [3774] = 3669, + [3775] = 3679, + [3776] = 3675, + [3777] = 3679, + [3778] = 2123, + [3779] = 3669, + [3780] = 2139, + [3781] = 2145, + [3782] = 864, + [3783] = 3669, + [3784] = 3679, + [3785] = 3675, + [3786] = 3679, + [3787] = 3669, + [3788] = 3675, + [3789] = 3675, + [3790] = 3675, + [3791] = 3679, + [3792] = 3669, + [3793] = 2169, + [3794] = 2175, + [3795] = 2176, + [3796] = 3669, + [3797] = 3669, + [3798] = 3675, + [3799] = 3679, + [3800] = 3675, + [3801] = 3669, + [3802] = 3669, + [3803] = 2236, + [3804] = 3675, + [3805] = 871, + [3806] = 3806, + [3807] = 3679, + [3808] = 3669, + [3809] = 3675, + [3810] = 1987, + [3811] = 2230, + [3812] = 876, + [3813] = 3679, + [3814] = 3814, + [3815] = 3815, + [3816] = 3816, + [3817] = 2161, + [3818] = 3679, + [3819] = 2202, + [3820] = 3675, + [3821] = 2164, + [3822] = 3679, + [3823] = 726, + [3824] = 3669, + [3825] = 2278, + [3826] = 3675, + [3827] = 3679, + [3828] = 3669, + [3829] = 3679, + [3830] = 3816, + [3831] = 3675, + [3832] = 2221, + [3833] = 3833, + [3834] = 2228, + [3835] = 3835, + [3836] = 2229, + [3837] = 3669, + [3838] = 1972, + [3839] = 3675, + [3840] = 2268, + [3841] = 2165, + [3842] = 3679, + [3843] = 3675, + [3844] = 2274, + [3845] = 3669, + [3846] = 2269, + [3847] = 2168, + [3848] = 2210, + [3849] = 3675, + [3850] = 3679, + [3851] = 3669, + [3852] = 3675, + [3853] = 3679, + [3854] = 2236, + [3855] = 1985, + [3856] = 2230, + [3857] = 2219, + [3858] = 3669, + [3859] = 2215, + [3860] = 2241, + [3861] = 3669, + [3862] = 3675, + [3863] = 853, + [3864] = 3679, + [3865] = 3669, + [3866] = 2242, + [3867] = 3675, + [3868] = 3679, + [3869] = 3669, + [3870] = 3675, + [3871] = 3679, + [3872] = 2277, + [3873] = 846, + [3874] = 854, + [3875] = 3672, + [3876] = 841, + [3877] = 3672, + [3878] = 856, + [3879] = 2212, + [3880] = 3679, + [3881] = 3669, + [3882] = 3675, + [3883] = 3679, + [3884] = 3669, + [3885] = 3675, + [3886] = 3679, + [3887] = 3669, + [3888] = 3679, + [3889] = 2219, + [3890] = 3672, + [3891] = 2210, + [3892] = 3675, + [3893] = 2237, + [3894] = 3672, + [3895] = 2182, + [3896] = 3672, + [3897] = 3672, + [3898] = 3679, + [3899] = 2177, + [3900] = 2165, + [3901] = 2164, + [3902] = 2161, + [3903] = 723, + [3904] = 3675, + [3905] = 3905, + [3906] = 3669, + [3907] = 3675, + [3908] = 2166, + [3909] = 3679, + [3910] = 2279, + [3911] = 2280, + [3912] = 2167, + [3913] = 3679, + [3914] = 3669, + [3915] = 2215, + [3916] = 3669, + [3917] = 3675, + [3918] = 3918, + [3919] = 726, + [3920] = 2097, + [3921] = 2177, + [3922] = 2139, + [3923] = 878, + [3924] = 3675, + [3925] = 857, + [3926] = 877, + [3927] = 837, + [3928] = 865, + [3929] = 863, + [3930] = 862, + [3931] = 861, + [3932] = 2123, + [3933] = 851, + [3934] = 849, + [3935] = 844, + [3936] = 860, + [3937] = 3669, + [3938] = 873, + [3939] = 858, + [3940] = 2276, + [3941] = 2265, + [3942] = 3679, + [3943] = 3669, + [3944] = 3675, + [3945] = 2220, + [3946] = 3675, + [3947] = 3669, + [3948] = 3679, + [3949] = 3675, + [3950] = 3669, + [3951] = 839, + [3952] = 1968, + [3953] = 2212, + [3954] = 1969, + [3955] = 2182, + [3956] = 3675, + [3957] = 3669, + [3958] = 3675, + [3959] = 1981, + [3960] = 850, + [3961] = 1983, + [3962] = 3679, + [3963] = 2024, + [3964] = 2082, + [3965] = 2092, + [3966] = 874, + [3967] = 3669, + [3968] = 3679, + [3969] = 3675, + [3970] = 3679, + [3971] = 3675, + [3972] = 2115, + [3973] = 3669, + [3974] = 3679, + [3975] = 2237, + [3976] = 3679, + [3977] = 3679, [3978] = 3978, - [3979] = 1926, + [3979] = 1927, [3980] = 3980, - [3981] = 1928, - [3982] = 3982, + [3981] = 3981, + [3982] = 3978, [3983] = 3983, - [3984] = 3980, - [3985] = 3982, - [3986] = 3983, - [3987] = 3980, - [3988] = 1932, - [3989] = 3982, - [3990] = 3983, - [3991] = 3980, - [3992] = 2263, - [3993] = 3982, - [3994] = 3983, - [3995] = 3980, - [3996] = 3982, - [3997] = 3983, - [3998] = 3980, - [3999] = 2073, - [4000] = 4000, - [4001] = 3982, - [4002] = 3983, - [4003] = 3980, - [4004] = 3982, - [4005] = 3983, - [4006] = 4006, - [4007] = 3980, + [3984] = 3981, + [3985] = 3978, + [3986] = 3981, + [3987] = 3981, + [3988] = 3988, + [3989] = 3981, + [3990] = 3981, + [3991] = 3991, + [3992] = 3981, + [3993] = 3993, + [3994] = 3981, + [3995] = 3995, + [3996] = 3981, + [3997] = 3997, + [3998] = 3983, + [3999] = 3981, + [4000] = 3981, + [4001] = 3981, + [4002] = 3981, + [4003] = 3978, + [4004] = 4004, + [4005] = 3981, + [4006] = 3981, + [4007] = 4007, [4008] = 4008, - [4009] = 3982, - [4010] = 3983, - [4011] = 2025, - [4012] = 3980, + [4009] = 3981, + [4010] = 3981, + [4011] = 3981, + [4012] = 3981, [4013] = 4013, - [4014] = 2026, - [4015] = 3978, - [4016] = 3982, + [4014] = 3981, + [4015] = 3981, + [4016] = 3980, [4017] = 3983, - [4018] = 3980, - [4019] = 4019, - [4020] = 4020, - [4021] = 4006, - [4022] = 3982, - [4023] = 3983, - [4024] = 3980, - [4025] = 2075, - [4026] = 1960, - [4027] = 3982, - [4028] = 3983, - [4029] = 3980, - [4030] = 3982, - [4031] = 3983, - [4032] = 3980, - [4033] = 3982, - [4034] = 3983, - [4035] = 3980, - [4036] = 3982, - [4037] = 3983, - [4038] = 3980, - [4039] = 3982, - [4040] = 3983, - [4041] = 3980, - [4042] = 3982, - [4043] = 3983, - [4044] = 3980, - [4045] = 4045, - [4046] = 3982, - [4047] = 3983, - [4048] = 3980, - [4049] = 3982, - [4050] = 3983, + [4018] = 3981, + [4019] = 3997, + [4020] = 3981, + [4021] = 3981, + [4022] = 3981, + [4023] = 3981, + [4024] = 3983, + [4025] = 3978, + [4026] = 4013, + [4027] = 3980, + [4028] = 2278, + [4029] = 2082, + [4030] = 2168, + [4031] = 4031, + [4032] = 2115, + [4033] = 4031, + [4034] = 4031, + [4035] = 2220, + [4036] = 4036, + [4037] = 4037, + [4038] = 2092, + [4039] = 4031, + [4040] = 4013, + [4041] = 3983, + [4042] = 3980, + [4043] = 4004, + [4044] = 3993, + [4045] = 3988, + [4046] = 2024, + [4047] = 4013, + [4048] = 3978, + [4049] = 3978, + [4050] = 4050, [4051] = 3980, - [4052] = 4006, - [4053] = 3982, - [4054] = 3983, + [4052] = 4013, + [4053] = 3980, + [4054] = 4013, [4055] = 3980, - [4056] = 3982, - [4057] = 3983, - [4058] = 3980, - [4059] = 4006, - [4060] = 3982, - [4061] = 3983, - [4062] = 3980, - [4063] = 3982, - [4064] = 3983, - [4065] = 3980, - [4066] = 3982, - [4067] = 3983, + [4056] = 4013, + [4057] = 3981, + [4058] = 3978, + [4059] = 3980, + [4060] = 4060, + [4061] = 3980, + [4062] = 4036, + [4063] = 4013, + [4064] = 4037, + [4065] = 4031, + [4066] = 3978, + [4067] = 1981, [4068] = 3980, - [4069] = 3982, - [4070] = 3983, - [4071] = 3980, - [4072] = 2011, - [4073] = 3982, - [4074] = 3983, - [4075] = 3980, - [4076] = 3982, - [4077] = 3983, - [4078] = 3980, - [4079] = 2012, - [4080] = 3982, - [4081] = 3983, - [4082] = 3980, - [4083] = 4083, - [4084] = 4006, - [4085] = 3982, - [4086] = 3983, - [4087] = 1962, - [4088] = 3980, - [4089] = 2030, - [4090] = 2031, - [4091] = 2033, - [4092] = 3982, - [4093] = 3983, - [4094] = 3980, - [4095] = 3982, - [4096] = 3983, - [4097] = 3980, - [4098] = 3982, - [4099] = 3983, - [4100] = 1971, - [4101] = 3980, - [4102] = 3982, - [4103] = 3983, - [4104] = 3980, - [4105] = 3982, - [4106] = 3983, - [4107] = 3980, - [4108] = 4108, - [4109] = 3982, - [4110] = 3983, - [4111] = 3980, - [4112] = 3982, - [4113] = 3983, - [4114] = 3980, - [4115] = 3982, - [4116] = 3983, - [4117] = 3980, - [4118] = 4006, - [4119] = 3982, - [4120] = 3983, - [4121] = 4121, - [4122] = 4122, - [4123] = 4006, + [4069] = 4004, + [4070] = 3993, + [4071] = 3988, + [4072] = 722, + [4073] = 1969, + [4074] = 1968, + [4075] = 3978, + [4076] = 4050, + [4077] = 4013, + [4078] = 4031, + [4079] = 4036, + [4080] = 4037, + [4081] = 4081, + [4082] = 1983, + [4083] = 2280, + [4084] = 3980, + [4085] = 4085, + [4086] = 723, + [4087] = 4087, + [4088] = 4004, + [4089] = 3993, + [4090] = 3988, + [4091] = 723, + [4092] = 2279, + [4093] = 2117, + [4094] = 726, + [4095] = 2277, + [4096] = 3978, + [4097] = 2242, + [4098] = 4050, + [4099] = 4099, + [4100] = 4013, + [4101] = 4101, + [4102] = 4036, + [4103] = 4037, + [4104] = 2241, + [4105] = 4105, + [4106] = 4031, + [4107] = 726, + [4108] = 2229, + [4109] = 3980, + [4110] = 4110, + [4111] = 4004, + [4112] = 3993, + [4113] = 3988, + [4114] = 2228, + [4115] = 2221, + [4116] = 2202, + [4117] = 3978, + [4118] = 4050, + [4119] = 4013, + [4120] = 4036, + [4121] = 723, + [4122] = 4037, + [4123] = 4123, [4124] = 4124, - [4125] = 3980, - [4126] = 4126, - [4127] = 2228, - [4128] = 4128, - [4129] = 1984, - [4130] = 2259, - [4131] = 4006, - [4132] = 1985, - [4133] = 4006, - [4134] = 4134, - [4135] = 4124, - [4136] = 4136, - [4137] = 4006, - [4138] = 4138, - [4139] = 4139, - [4140] = 1924, - [4141] = 4141, - [4142] = 4006, - [4143] = 4124, - [4144] = 4006, - [4145] = 4006, - [4146] = 1983, - [4147] = 4008, - [4148] = 4006, - [4149] = 4006, - [4150] = 2010, - [4151] = 886, - [4152] = 4006, - [4153] = 4153, - [4154] = 4006, - [4155] = 4006, - [4156] = 2081, - [4157] = 2086, - [4158] = 721, - [4159] = 4083, - [4160] = 4160, - [4161] = 4161, + [4125] = 4125, + [4126] = 2176, + [4127] = 2175, + [4128] = 726, + [4129] = 3980, + [4130] = 4130, + [4131] = 4004, + [4132] = 3993, + [4133] = 3988, + [4134] = 2169, + [4135] = 3978, + [4136] = 4050, + [4137] = 4137, + [4138] = 4013, + [4139] = 4036, + [4140] = 3980, + [4141] = 4004, + [4142] = 3988, + [4143] = 2159, + [4144] = 3978, + [4145] = 4050, + [4146] = 4013, + [4147] = 3980, + [4148] = 2179, + [4149] = 2151, + [4150] = 3978, + [4151] = 4013, + [4152] = 3995, + [4153] = 3980, + [4154] = 3978, + [4155] = 2146, + [4156] = 874, + [4157] = 2144, + [4158] = 4013, + [4159] = 4159, + [4160] = 1997, + [4161] = 4037, [4162] = 4162, - [4163] = 4124, - [4164] = 4164, - [4165] = 2212, - [4166] = 3983, - [4167] = 4006, - [4168] = 4168, - [4169] = 2052, - [4170] = 2060, - [4171] = 725, - [4172] = 4172, - [4173] = 4134, - [4174] = 4174, - [4175] = 4126, + [4163] = 4163, + [4164] = 3978, + [4165] = 3983, + [4166] = 4013, + [4167] = 3980, + [4168] = 2276, + [4169] = 3978, + [4170] = 4013, + [4171] = 3980, + [4172] = 2116, + [4173] = 4173, + [4174] = 3978, + [4175] = 4013, [4176] = 3980, - [4177] = 4124, - [4178] = 4168, - [4179] = 4020, - [4180] = 4174, - [4181] = 4162, - [4182] = 4006, - [4183] = 3982, - [4184] = 4136, - [4185] = 3983, - [4186] = 4186, - [4187] = 4187, - [4188] = 4188, - [4189] = 4189, - [4190] = 4134, - [4191] = 4174, - [4192] = 4192, - [4193] = 3982, - [4194] = 2225, - [4195] = 721, - [4196] = 4196, - [4197] = 2260, - [4198] = 4006, - [4199] = 3980, - [4200] = 4168, - [4201] = 4020, - [4202] = 1915, - [4203] = 4162, - [4204] = 4204, - [4205] = 3982, - [4206] = 4136, - [4207] = 4207, - [4208] = 4164, - [4209] = 4006, - [4210] = 4160, - [4211] = 3983, - [4212] = 4006, - [4213] = 4213, - [4214] = 2229, - [4215] = 4134, - [4216] = 4174, - [4217] = 4188, - [4218] = 4006, - [4219] = 2272, + [4177] = 4177, + [4178] = 3978, + [4179] = 4013, + [4180] = 3980, + [4181] = 4085, + [4182] = 3980, + [4183] = 4036, + [4184] = 3981, + [4185] = 3980, + [4186] = 4013, + [4187] = 3980, + [4188] = 2096, + [4189] = 3978, + [4190] = 4013, + [4191] = 3980, + [4192] = 3981, + [4193] = 2095, + [4194] = 2094, + [4195] = 2079, + [4196] = 3978, + [4197] = 4081, + [4198] = 3978, + [4199] = 4013, + [4200] = 4013, + [4201] = 3980, + [4202] = 2076, + [4203] = 4013, + [4204] = 3978, + [4205] = 4205, + [4206] = 3978, + [4207] = 4101, + [4208] = 3978, + [4209] = 4013, + [4210] = 3980, + [4211] = 3980, + [4212] = 4013, + [4213] = 1926, + [4214] = 3980, + [4215] = 4215, + [4216] = 3978, + [4217] = 4013, + [4218] = 4218, + [4219] = 4013, [4220] = 3980, - [4221] = 4221, - [4222] = 4168, - [4223] = 4020, - [4224] = 4224, - [4225] = 4225, - [4226] = 4162, - [4227] = 723, - [4228] = 2274, - [4229] = 2230, - [4230] = 3982, - [4231] = 4136, - [4232] = 3983, - [4233] = 4006, - [4234] = 4134, - [4235] = 4174, - [4236] = 4124, - [4237] = 4189, - [4238] = 4006, - [4239] = 3980, - [4240] = 4168, - [4241] = 4020, - [4242] = 4162, - [4243] = 2221, - [4244] = 3982, - [4245] = 4136, - [4246] = 3983, - [4247] = 3983, - [4248] = 4134, - [4249] = 4174, - [4250] = 4006, - [4251] = 721, - [4252] = 4252, - [4253] = 3980, - [4254] = 4168, - [4255] = 4020, - [4256] = 4162, - [4257] = 4006, - [4258] = 3982, - [4259] = 4136, - [4260] = 3983, + [4221] = 3978, + [4222] = 3978, + [4223] = 3978, + [4224] = 4013, + [4225] = 4013, + [4226] = 4050, + [4227] = 3980, + [4228] = 3981, + [4229] = 3980, + [4230] = 3980, + [4231] = 4231, + [4232] = 4013, + [4233] = 3978, + [4234] = 3978, + [4235] = 4013, + [4236] = 3978, + [4237] = 3978, + [4238] = 3980, + [4239] = 4013, + [4240] = 4013, + [4241] = 3980, + [4242] = 3978, + [4243] = 4243, + [4244] = 3980, + [4245] = 4243, + [4246] = 4013, + [4247] = 4013, + [4248] = 3980, + [4249] = 3980, + [4250] = 3978, + [4251] = 4013, + [4252] = 3980, + [4253] = 3978, + [4254] = 4254, + [4255] = 3978, + [4256] = 4013, + [4257] = 4254, + [4258] = 4013, + [4259] = 3978, + [4260] = 3980, [4261] = 4261, - [4262] = 4134, - [4263] = 4121, - [4264] = 3980, - [4265] = 4168, - [4266] = 4162, - [4267] = 2261, - [4268] = 4006, - [4269] = 3982, - [4270] = 4136, - [4271] = 3983, - [4272] = 805, - [4273] = 3980, - [4274] = 4192, - [4275] = 3982, - [4276] = 3983, - [4277] = 4122, + [4262] = 3978, + [4263] = 4013, + [4264] = 4261, + [4265] = 3980, + [4266] = 3980, + [4267] = 3978, + [4268] = 3978, + [4269] = 4013, + [4270] = 3980, + [4271] = 4013, + [4272] = 3978, + [4273] = 4013, + [4274] = 3980, + [4275] = 3980, + [4276] = 4013, + [4277] = 3978, [4278] = 3980, - [4279] = 3982, - [4280] = 3983, - [4281] = 3980, - [4282] = 723, - [4283] = 3982, - [4284] = 3983, - [4285] = 3980, - [4286] = 3982, - [4287] = 3983, - [4288] = 3980, - [4289] = 3982, - [4290] = 3983, - [4291] = 2262, - [4292] = 3980, - [4293] = 4221, - [4294] = 3982, - [4295] = 3983, + [4279] = 822, + [4280] = 4013, + [4281] = 3978, + [4282] = 4124, + [4283] = 3980, + [4284] = 4013, + [4285] = 3978, + [4286] = 3978, + [4287] = 3980, + [4288] = 4130, + [4289] = 4123, + [4290] = 4013, + [4291] = 3978, + [4292] = 3978, + [4293] = 4013, + [4294] = 3980, + [4295] = 3980, [4296] = 3980, - [4297] = 1925, - [4298] = 4006, - [4299] = 3982, - [4300] = 3983, - [4301] = 4224, - [4302] = 3980, - [4303] = 3982, - [4304] = 3983, - [4305] = 4225, - [4306] = 4187, - [4307] = 3980, - [4308] = 4187, - [4309] = 3982, - [4310] = 4187, - [4311] = 4187, - [4312] = 4187, - [4313] = 4187, - [4314] = 723, - [4315] = 854, - [4316] = 2031, - [4317] = 2033, - [4318] = 863, - [4319] = 2075, - [4320] = 839, - [4321] = 2225, - [4322] = 2081, - [4323] = 2086, - [4324] = 2260, - [4325] = 2212, - [4326] = 2221, + [4297] = 4013, + [4298] = 4298, + [4299] = 4013, + [4300] = 4125, + [4301] = 4013, + [4302] = 3978, + [4303] = 3980, + [4304] = 3978, + [4305] = 4087, + [4306] = 3980, + [4307] = 4307, + [4308] = 4013, + [4309] = 3978, + [4310] = 4173, + [4311] = 3980, + [4312] = 4312, + [4313] = 4013, + [4314] = 3978, + [4315] = 2169, + [4316] = 2168, + [4317] = 2079, + [4318] = 2276, + [4319] = 2076, + [4320] = 2024, + [4321] = 2242, + [4322] = 2241, + [4323] = 2175, + [4324] = 851, + [4325] = 2094, + [4326] = 2229, [4327] = 2228, - [4328] = 2229, - [4329] = 877, - [4330] = 2230, - [4331] = 847, - [4332] = 2259, - [4333] = 2261, - [4334] = 2262, - [4335] = 2263, - [4336] = 721, - [4337] = 848, - [4338] = 874, - [4339] = 852, - [4340] = 1915, - [4341] = 856, - [4342] = 855, - [4343] = 858, - [4344] = 4252, - [4345] = 723, - [4346] = 875, - [4347] = 1924, - [4348] = 1925, - [4349] = 1926, - [4350] = 1928, - [4351] = 840, - [4352] = 859, - [4353] = 2030, - [4354] = 2060, - [4355] = 865, - [4356] = 866, - [4357] = 867, - [4358] = 2272, - [4359] = 2274, - [4360] = 1960, - [4361] = 1962, - [4362] = 838, - [4363] = 871, - [4364] = 1971, - [4365] = 4252, - [4366] = 878, - [4367] = 2073, - [4368] = 879, - [4369] = 1983, - [4370] = 1984, - [4371] = 1985, - [4372] = 864, - [4373] = 2010, - [4374] = 860, - [4375] = 885, + [4328] = 2221, + [4329] = 2220, + [4330] = 2278, + [4331] = 878, + [4332] = 876, + [4333] = 2279, + [4334] = 2096, + [4335] = 2280, + [4336] = 1968, + [4337] = 874, + [4338] = 4060, + [4339] = 2202, + [4340] = 4060, + [4341] = 861, + [4342] = 2092, + [4343] = 864, + [4344] = 2095, + [4345] = 850, + [4346] = 839, + [4347] = 846, + [4348] = 2176, + [4349] = 2277, + [4350] = 849, + [4351] = 855, + [4352] = 1926, + [4353] = 2082, + [4354] = 853, + [4355] = 854, + [4356] = 841, + [4357] = 856, + [4358] = 857, + [4359] = 837, + [4360] = 1997, + [4361] = 2117, + [4362] = 1927, + [4363] = 1983, + [4364] = 1981, + [4365] = 873, + [4366] = 2115, + [4367] = 868, + [4368] = 858, + [4369] = 726, + [4370] = 860, + [4371] = 723, + [4372] = 862, + [4373] = 863, + [4374] = 1969, + [4375] = 2159, [4376] = 844, - [4377] = 881, - [4378] = 880, - [4379] = 886, - [4380] = 869, - [4381] = 1932, - [4382] = 2011, - [4383] = 2012, - [4384] = 2025, - [4385] = 2026, - [4386] = 2052, + [4377] = 865, + [4378] = 2179, + [4379] = 871, + [4380] = 2151, + [4381] = 877, + [4382] = 2146, + [4383] = 881, + [4384] = 2144, + [4385] = 2116, + [4386] = 879, [4387] = 4387, - [4388] = 4388, - [4389] = 4252, - [4390] = 886, - [4391] = 4252, + [4388] = 4387, + [4389] = 822, + [4390] = 4387, + [4391] = 4387, [4392] = 4387, - [4393] = 4387, - [4394] = 4387, - [4395] = 4387, + [4393] = 874, + [4394] = 4060, + [4395] = 4060, [4396] = 4387, [4397] = 4387, [4398] = 4387, - [4399] = 805, - [4400] = 852, - [4401] = 880, - [4402] = 881, - [4403] = 860, - [4404] = 2075, - [4405] = 863, - [4406] = 856, - [4407] = 864, - [4408] = 865, - [4409] = 866, - [4410] = 867, - [4411] = 859, - [4412] = 847, - [4413] = 871, - [4414] = 1932, - [4415] = 885, - [4416] = 2225, - [4417] = 2259, - [4418] = 1924, - [4419] = 844, - [4420] = 2025, - [4421] = 875, - [4422] = 858, - [4423] = 877, - [4424] = 2260, - [4425] = 848, - [4426] = 878, - [4427] = 2272, - [4428] = 2274, - [4429] = 886, - [4430] = 2026, - [4431] = 805, - [4432] = 805, - [4433] = 839, - [4434] = 838, - [4435] = 840, - [4436] = 869, - [4437] = 4437, - [4438] = 4438, - [4439] = 1983, + [4399] = 4399, + [4400] = 1983, + [4401] = 822, + [4402] = 2168, + [4403] = 822, + [4404] = 844, + [4405] = 849, + [4406] = 851, + [4407] = 878, + [4408] = 2115, + [4409] = 877, + [4410] = 2092, + [4411] = 868, + [4412] = 864, + [4413] = 2082, + [4414] = 873, + [4415] = 2024, + [4416] = 874, + [4417] = 4417, + [4418] = 4418, + [4419] = 1981, + [4420] = 1969, + [4421] = 2278, + [4422] = 1968, + [4423] = 850, + [4424] = 865, + [4425] = 863, + [4426] = 862, + [4427] = 2220, + [4428] = 861, + [4429] = 860, + [4430] = 822, + [4431] = 858, + [4432] = 839, + [4433] = 853, + [4434] = 854, + [4435] = 846, + [4436] = 855, + [4437] = 856, + [4438] = 857, + [4439] = 837, [4440] = 879, - [4441] = 805, - [4442] = 854, - [4443] = 855, - [4444] = 874, - [4445] = 869, - [4446] = 885, - [4447] = 847, - [4448] = 4448, + [4441] = 876, + [4442] = 881, + [4443] = 871, + [4444] = 841, + [4445] = 860, + [4446] = 874, + [4447] = 851, + [4448] = 849, [4449] = 844, - [4450] = 848, + [4450] = 874, [4451] = 877, - [4452] = 838, + [4452] = 846, [4453] = 878, - [4454] = 840, - [4455] = 847, - [4456] = 848, - [4457] = 839, - [4458] = 877, - [4459] = 885, - [4460] = 852, - [4461] = 805, - [4462] = 1189, - [4463] = 854, - [4464] = 855, - [4465] = 856, - [4466] = 4466, - [4467] = 858, - [4468] = 859, - [4469] = 844, - [4470] = 879, - [4471] = 860, - [4472] = 839, - [4473] = 863, - [4474] = 864, - [4475] = 865, - [4476] = 866, - [4477] = 867, - [4478] = 852, - [4479] = 880, - [4480] = 880, - [4481] = 805, - [4482] = 874, - [4483] = 854, - [4484] = 855, - [4485] = 871, - [4486] = 4486, - [4487] = 4486, - [4488] = 856, - [4489] = 875, - [4490] = 839, - [4491] = 805, - [4492] = 881, - [4493] = 881, - [4494] = 858, - [4495] = 4495, - [4496] = 875, - [4497] = 871, - [4498] = 885, - [4499] = 838, - [4500] = 844, - [4501] = 4501, - [4502] = 874, - [4503] = 886, - [4504] = 878, - [4505] = 4505, - [4506] = 4252, - [4507] = 2579, - [4508] = 840, - [4509] = 879, - [4510] = 859, - [4511] = 838, - [4512] = 840, - [4513] = 875, - [4514] = 4514, - [4515] = 847, - [4516] = 877, - [4517] = 848, - [4518] = 852, - [4519] = 854, - [4520] = 855, - [4521] = 856, - [4522] = 858, - [4523] = 860, - [4524] = 859, - [4525] = 4525, - [4526] = 860, - [4527] = 863, - [4528] = 863, - [4529] = 864, - [4530] = 878, - [4531] = 864, - [4532] = 865, - [4533] = 865, - [4534] = 866, - [4535] = 867, - [4536] = 866, - [4537] = 867, - [4538] = 879, - [4539] = 880, - [4540] = 869, - [4541] = 874, - [4542] = 881, - [4543] = 4525, - [4544] = 869, - [4545] = 886, - [4546] = 886, - [4547] = 871, - [4548] = 886, + [4454] = 822, + [4455] = 841, + [4456] = 873, + [4457] = 865, + [4458] = 863, + [4459] = 862, + [4460] = 861, + [4461] = 850, + [4462] = 860, + [4463] = 858, + [4464] = 850, + [4465] = 868, + [4466] = 874, + [4467] = 2551, + [4468] = 1139, + [4469] = 871, + [4470] = 839, + [4471] = 876, + [4472] = 871, + [4473] = 868, + [4474] = 850, + [4475] = 876, + [4476] = 4476, + [4477] = 853, + [4478] = 878, + [4479] = 854, + [4480] = 877, + [4481] = 4481, + [4482] = 851, + [4483] = 849, + [4484] = 844, + [4485] = 846, + [4486] = 841, + [4487] = 856, + [4488] = 873, + [4489] = 857, + [4490] = 837, + [4491] = 4491, + [4492] = 865, + [4493] = 863, + [4494] = 862, + [4495] = 861, + [4496] = 858, + [4497] = 839, + [4498] = 853, + [4499] = 854, + [4500] = 4500, + [4501] = 856, + [4502] = 857, + [4503] = 837, + [4504] = 855, + [4505] = 864, + [4506] = 881, + [4507] = 879, + [4508] = 822, + [4509] = 4509, + [4510] = 822, + [4511] = 4511, + [4512] = 881, + [4513] = 876, + [4514] = 871, + [4515] = 855, + [4516] = 864, + [4517] = 4491, + [4518] = 868, + [4519] = 4511, + [4520] = 4520, + [4521] = 879, + [4522] = 4060, + [4523] = 878, + [4524] = 877, + [4525] = 851, + [4526] = 849, + [4527] = 844, + [4528] = 846, + [4529] = 841, + [4530] = 873, + [4531] = 865, + [4532] = 863, + [4533] = 862, + [4534] = 861, + [4535] = 860, + [4536] = 858, + [4537] = 839, + [4538] = 853, + [4539] = 854, + [4540] = 856, + [4541] = 857, + [4542] = 837, + [4543] = 855, + [4544] = 864, + [4545] = 881, + [4546] = 879, + [4547] = 4547, + [4548] = 881, [4549] = 4549, - [4550] = 844, - [4551] = 2998, - [4552] = 1189, - [4553] = 852, - [4554] = 854, - [4555] = 855, - [4556] = 874, - [4557] = 856, - [4558] = 858, - [4559] = 875, - [4560] = 859, - [4561] = 805, - [4562] = 840, - [4563] = 839, - [4564] = 856, - [4565] = 852, - [4566] = 860, - [4567] = 863, - [4568] = 877, - [4569] = 878, - [4570] = 879, - [4571] = 864, - [4572] = 865, - [4573] = 866, - [4574] = 858, - [4575] = 859, - [4576] = 4576, - [4577] = 867, - [4578] = 3003, - [4579] = 875, - [4580] = 854, - [4581] = 878, - [4582] = 860, - [4583] = 880, - [4584] = 863, - [4585] = 855, - [4586] = 4586, - [4587] = 805, - [4588] = 847, - [4589] = 864, - [4590] = 865, - [4591] = 848, - [4592] = 866, - [4593] = 867, - [4594] = 856, - [4595] = 858, - [4596] = 885, + [4550] = 868, + [4551] = 822, + [4552] = 871, + [4553] = 822, + [4554] = 876, + [4555] = 878, + [4556] = 879, + [4557] = 1139, + [4558] = 873, + [4559] = 864, + [4560] = 855, + [4561] = 865, + [4562] = 4562, + [4563] = 863, + [4564] = 854, + [4565] = 862, + [4566] = 877, + [4567] = 861, + [4568] = 4568, + [4569] = 837, + [4570] = 4570, + [4571] = 857, + [4572] = 856, + [4573] = 841, + [4574] = 841, + [4575] = 853, + [4576] = 846, + [4577] = 839, + [4578] = 878, + [4579] = 877, + [4580] = 860, + [4581] = 858, + [4582] = 851, + [4583] = 849, + [4584] = 844, + [4585] = 850, + [4586] = 839, + [4587] = 822, + [4588] = 858, + [4589] = 4589, + [4590] = 874, + [4591] = 4591, + [4592] = 874, + [4593] = 853, + [4594] = 4594, + [4595] = 854, + [4596] = 4570, [4597] = 4597, - [4598] = 4597, - [4599] = 879, - [4600] = 874, - [4601] = 839, + [4598] = 860, + [4599] = 868, + [4600] = 822, + [4601] = 876, [4602] = 871, - [4603] = 869, - [4604] = 838, - [4605] = 859, - [4606] = 871, - [4607] = 880, - [4608] = 840, - [4609] = 869, - [4610] = 886, - [4611] = 871, - [4612] = 844, - [4613] = 860, - [4614] = 874, - [4615] = 863, - [4616] = 4616, - [4617] = 885, - [4618] = 805, - [4619] = 864, - [4620] = 865, - [4621] = 866, - [4622] = 867, - [4623] = 838, - [4624] = 877, - [4625] = 878, - [4626] = 879, - [4627] = 881, - [4628] = 838, - [4629] = 847, - [4630] = 840, - [4631] = 852, - [4632] = 4632, - [4633] = 848, - [4634] = 4634, - [4635] = 880, - [4636] = 854, - [4637] = 869, - [4638] = 881, - [4639] = 805, - [4640] = 847, - [4641] = 848, - [4642] = 4634, - [4643] = 855, - [4644] = 875, - [4645] = 4586, - [4646] = 805, - [4647] = 885, - [4648] = 844, - [4649] = 4649, - [4650] = 881, - [4651] = 4651, - [4652] = 839, - [4653] = 877, - [4654] = 886, - [4655] = 805, - [4656] = 856, - [4657] = 855, - [4658] = 4658, - [4659] = 856, - [4660] = 4660, - [4661] = 858, - [4662] = 2041, - [4663] = 859, - [4664] = 866, - [4665] = 867, - [4666] = 1019, - [4667] = 880, - [4668] = 860, - [4669] = 863, - [4670] = 886, + [4603] = 868, + [4604] = 846, + [4605] = 856, + [4606] = 850, + [4607] = 844, + [4608] = 857, + [4609] = 878, + [4610] = 837, + [4611] = 877, + [4612] = 851, + [4613] = 849, + [4614] = 844, + [4615] = 850, + [4616] = 846, + [4617] = 865, + [4618] = 849, + [4619] = 873, + [4620] = 841, + [4621] = 873, + [4622] = 851, + [4623] = 865, + [4624] = 863, + [4625] = 862, + [4626] = 861, + [4627] = 861, + [4628] = 874, + [4629] = 871, + [4630] = 855, + [4631] = 860, + [4632] = 858, + [4633] = 876, + [4634] = 864, + [4635] = 839, + [4636] = 853, + [4637] = 854, + [4638] = 856, + [4639] = 857, + [4640] = 837, + [4641] = 855, + [4642] = 864, + [4643] = 881, + [4644] = 879, + [4645] = 4591, + [4646] = 862, + [4647] = 822, + [4648] = 4648, + [4649] = 881, + [4650] = 822, + [4651] = 879, + [4652] = 3006, + [4653] = 863, + [4654] = 3002, + [4655] = 4562, + [4656] = 1972, + [4657] = 4657, + [4658] = 881, + [4659] = 879, + [4660] = 855, + [4661] = 868, + [4662] = 4662, + [4663] = 864, + [4664] = 4664, + [4665] = 868, + [4666] = 873, + [4667] = 4667, + [4668] = 850, + [4669] = 868, + [4670] = 4670, [4671] = 4671, - [4672] = 4672, - [4673] = 2183, + [4672] = 878, + [4673] = 871, [4674] = 864, - [4675] = 865, - [4676] = 866, - [4677] = 4677, - [4678] = 878, - [4679] = 871, - [4680] = 867, - [4681] = 879, - [4682] = 864, - [4683] = 2252, - [4684] = 2264, - [4685] = 2286, - [4686] = 865, - [4687] = 838, - [4688] = 866, - [4689] = 867, - [4690] = 869, - [4691] = 840, - [4692] = 874, - [4693] = 885, - [4694] = 880, - [4695] = 1918, - [4696] = 1919, - [4697] = 1921, - [4698] = 4698, + [4675] = 876, + [4676] = 4676, + [4677] = 871, + [4678] = 855, + [4679] = 876, + [4680] = 877, + [4681] = 865, + [4682] = 863, + [4683] = 855, + [4684] = 4684, + [4685] = 862, + [4686] = 864, + [4687] = 4687, + [4688] = 874, + [4689] = 861, + [4690] = 851, + [4691] = 849, + [4692] = 855, + [4693] = 4657, + [4694] = 850, + [4695] = 4695, + [4696] = 4657, + [4697] = 4657, + [4698] = 881, [4699] = 4699, - [4700] = 874, - [4701] = 881, - [4702] = 1929, - [4703] = 1953, - [4704] = 4704, - [4705] = 885, - [4706] = 847, - [4707] = 844, - [4708] = 848, - [4709] = 881, - [4710] = 1969, - [4711] = 1972, - [4712] = 844, - [4713] = 1977, - [4714] = 854, - [4715] = 838, - [4716] = 4660, - [4717] = 838, - [4718] = 856, - [4719] = 838, - [4720] = 840, - [4721] = 852, - [4722] = 854, - [4723] = 847, - [4724] = 839, - [4725] = 840, - [4726] = 848, - [4727] = 855, - [4728] = 852, - [4729] = 854, - [4730] = 855, + [4700] = 881, + [4701] = 873, + [4702] = 865, + [4703] = 863, + [4704] = 873, + [4705] = 837, + [4706] = 868, + [4707] = 2274, + [4708] = 879, + [4709] = 878, + [4710] = 868, + [4711] = 837, + [4712] = 874, + [4713] = 857, + [4714] = 4714, + [4715] = 844, + [4716] = 856, + [4717] = 860, + [4718] = 871, + [4719] = 841, + [4720] = 854, + [4721] = 876, + [4722] = 858, + [4723] = 853, + [4724] = 2269, + [4725] = 837, + [4726] = 4726, + [4727] = 857, + [4728] = 856, + [4729] = 874, + [4730] = 879, [4731] = 4731, - [4732] = 874, - [4733] = 856, - [4734] = 858, - [4735] = 4735, - [4736] = 875, - [4737] = 859, - [4738] = 858, - [4739] = 4739, - [4740] = 856, + [4732] = 4657, + [4733] = 4733, + [4734] = 4657, + [4735] = 846, + [4736] = 4736, + [4737] = 1034, + [4738] = 862, + [4739] = 839, + [4740] = 861, [4741] = 858, [4742] = 860, - [4743] = 875, + [4743] = 844, [4744] = 4744, - [4745] = 863, - [4746] = 877, + [4745] = 839, + [4746] = 851, [4747] = 878, - [4748] = 859, - [4749] = 879, - [4750] = 864, - [4751] = 865, - [4752] = 866, - [4753] = 855, - [4754] = 881, - [4755] = 867, - [4756] = 880, - [4757] = 4757, - [4758] = 869, - [4759] = 859, - [4760] = 881, - [4761] = 4735, - [4762] = 864, - [4763] = 886, - [4764] = 869, - [4765] = 869, - [4766] = 874, - [4767] = 886, - [4768] = 4768, - [4769] = 856, + [4748] = 841, + [4749] = 877, + [4750] = 849, + [4751] = 4657, + [4752] = 1987, + [4753] = 4671, + [4754] = 846, + [4755] = 853, + [4756] = 850, + [4757] = 844, + [4758] = 865, + [4759] = 2097, + [4760] = 863, + [4761] = 2139, + [4762] = 874, + [4763] = 862, + [4764] = 4764, + [4765] = 849, + [4766] = 876, + [4767] = 874, + [4768] = 851, + [4769] = 871, [4770] = 4770, - [4771] = 865, - [4772] = 4772, - [4773] = 874, - [4774] = 4774, - [4775] = 852, - [4776] = 854, - [4777] = 855, - [4778] = 874, - [4779] = 865, - [4780] = 875, - [4781] = 859, - [4782] = 886, - [4783] = 858, - [4784] = 871, - [4785] = 1961, - [4786] = 4735, - [4787] = 860, - [4788] = 863, - [4789] = 886, - [4790] = 4790, - [4791] = 864, - [4792] = 805, - [4793] = 875, - [4794] = 859, - [4795] = 865, - [4796] = 866, - [4797] = 847, - [4798] = 866, - [4799] = 867, - [4800] = 880, - [4801] = 4801, - [4802] = 4735, - [4803] = 885, - [4804] = 844, - [4805] = 848, - [4806] = 4806, - [4807] = 860, - [4808] = 893, - [4809] = 879, - [4810] = 863, - [4811] = 4811, - [4812] = 877, - [4813] = 871, - [4814] = 881, - [4815] = 875, - [4816] = 852, - [4817] = 839, - [4818] = 867, - [4819] = 852, - [4820] = 4774, - [4821] = 871, - [4822] = 839, - [4823] = 4823, - [4824] = 4735, - [4825] = 878, - [4826] = 4826, - [4827] = 847, - [4828] = 4672, - [4829] = 878, - [4830] = 871, - [4831] = 839, - [4832] = 877, - [4833] = 840, - [4834] = 878, - [4835] = 879, - [4836] = 886, - [4837] = 875, - [4838] = 885, - [4839] = 880, - [4840] = 844, - [4841] = 881, - [4842] = 4842, - [4843] = 879, - [4844] = 869, - [4845] = 4735, - [4846] = 4846, - [4847] = 848, - [4848] = 854, + [4771] = 868, + [4772] = 841, + [4773] = 861, + [4774] = 851, + [4775] = 849, + [4776] = 4776, + [4777] = 873, + [4778] = 4778, + [4779] = 844, + [4780] = 4780, + [4781] = 4687, + [4782] = 4782, + [4783] = 860, + [4784] = 858, + [4785] = 861, + [4786] = 860, + [4787] = 841, + [4788] = 837, + [4789] = 878, + [4790] = 876, + [4791] = 857, + [4792] = 877, + [4793] = 871, + [4794] = 2165, + [4795] = 2265, + [4796] = 874, + [4797] = 878, + [4798] = 865, + [4799] = 4714, + [4800] = 858, + [4801] = 863, + [4802] = 862, + [4803] = 861, + [4804] = 881, + [4805] = 839, + [4806] = 860, + [4807] = 858, + [4808] = 4782, + [4809] = 874, + [4810] = 846, + [4811] = 2177, + [4812] = 854, + [4813] = 877, + [4814] = 851, + [4815] = 849, + [4816] = 839, + [4817] = 851, + [4818] = 849, + [4819] = 844, + [4820] = 856, + [4821] = 4821, + [4822] = 853, + [4823] = 874, + [4824] = 844, + [4825] = 854, + [4826] = 856, + [4827] = 857, + [4828] = 837, + [4829] = 877, + [4830] = 857, + [4831] = 854, + [4832] = 4832, + [4833] = 846, + [4834] = 846, + [4835] = 855, + [4836] = 864, + [4837] = 822, + [4838] = 841, + [4839] = 878, + [4840] = 853, + [4841] = 854, + [4842] = 2182, + [4843] = 856, + [4844] = 857, + [4845] = 4845, + [4846] = 4657, + [4847] = 881, + [4848] = 873, [4849] = 839, - [4850] = 869, - [4851] = 871, - [4852] = 4852, - [4853] = 864, - [4854] = 839, - [4855] = 885, - [4856] = 886, - [4857] = 4735, - [4858] = 4811, - [4859] = 855, - [4860] = 844, - [4861] = 838, - [4862] = 838, - [4863] = 840, - [4864] = 4735, - [4865] = 886, - [4866] = 840, - [4867] = 4867, - [4868] = 4735, - [4869] = 847, - [4870] = 885, - [4871] = 848, + [4850] = 4657, + [4851] = 837, + [4852] = 850, + [4853] = 862, + [4854] = 4854, + [4855] = 853, + [4856] = 850, + [4857] = 855, + [4858] = 850, + [4859] = 879, + [4860] = 4657, + [4861] = 876, + [4862] = 854, + [4863] = 863, + [4864] = 2236, + [4865] = 853, + [4866] = 873, + [4867] = 864, + [4868] = 839, + [4869] = 865, + [4870] = 871, + [4871] = 927, [4872] = 877, - [4873] = 844, - [4874] = 2287, - [4875] = 847, - [4876] = 860, - [4877] = 863, - [4878] = 848, - [4879] = 902, - [4880] = 880, - [4881] = 877, - [4882] = 878, - [4883] = 4735, - [4884] = 879, - [4885] = 852, - [4886] = 854, - [4887] = 860, - [4888] = 863, - [4889] = 877, - [4890] = 4772, - [4891] = 858, - [4892] = 864, - [4893] = 871, - [4894] = 858, + [4873] = 841, + [4874] = 879, + [4875] = 846, + [4876] = 881, + [4877] = 879, + [4878] = 858, + [4879] = 2230, + [4880] = 4695, + [4881] = 2237, + [4882] = 864, + [4883] = 860, + [4884] = 861, + [4885] = 865, + [4886] = 863, + [4887] = 2210, + [4888] = 2212, + [4889] = 918, + [4890] = 856, + [4891] = 862, + [4892] = 822, + [4893] = 839, + [4894] = 4894, [4895] = 4895, - [4896] = 4896, - [4897] = 886, - [4898] = 859, - [4899] = 4895, + [4896] = 874, + [4897] = 4897, + [4898] = 868, + [4899] = 4667, [4900] = 4900, - [4901] = 885, - [4902] = 844, - [4903] = 4895, + [4901] = 4895, + [4902] = 4902, + [4903] = 4736, [4904] = 4904, [4905] = 4905, - [4906] = 4906, - [4907] = 875, - [4908] = 877, - [4909] = 4671, - [4910] = 4910, + [4906] = 864, + [4907] = 4907, + [4908] = 4908, + [4909] = 4845, + [4910] = 855, [4911] = 4911, - [4912] = 4896, - [4913] = 4757, - [4914] = 4914, - [4915] = 4896, - [4916] = 4916, - [4917] = 4677, - [4918] = 4895, - [4919] = 860, - [4920] = 847, - [4921] = 863, - [4922] = 4911, - [4923] = 4900, - [4924] = 4924, - [4925] = 4904, - [4926] = 848, - [4927] = 856, - [4928] = 4826, - [4929] = 865, - [4930] = 866, - [4931] = 4931, - [4932] = 880, - [4933] = 867, - [4934] = 4924, - [4935] = 4935, - [4936] = 878, - [4937] = 879, - [4938] = 4906, - [4939] = 4904, - [4940] = 881, - [4941] = 4906, - [4942] = 874, - [4943] = 4699, - [4944] = 4895, - [4945] = 852, - [4946] = 854, - [4947] = 838, - [4948] = 4911, - [4949] = 869, - [4950] = 855, - [4951] = 805, - [4952] = 840, - [4953] = 4895, - [4954] = 4924, - [4955] = 839, - [4956] = 4895, - [4957] = 4867, - [4958] = 4958, + [4912] = 879, + [4913] = 837, + [4914] = 4894, + [4915] = 857, + [4916] = 856, + [4917] = 4902, + [4918] = 854, + [4919] = 853, + [4920] = 4908, + [4921] = 4902, + [4922] = 4902, + [4923] = 4923, + [4924] = 4900, + [4925] = 4925, + [4926] = 4895, + [4927] = 4902, + [4928] = 871, + [4929] = 4902, + [4930] = 844, + [4931] = 876, + [4932] = 4900, + [4933] = 4670, + [4934] = 858, + [4935] = 860, + [4936] = 4733, + [4937] = 862, + [4938] = 863, + [4939] = 4939, + [4940] = 850, + [4941] = 4662, + [4942] = 865, + [4943] = 878, + [4944] = 877, + [4945] = 4908, + [4946] = 851, + [4947] = 849, + [4948] = 861, + [4949] = 881, + [4950] = 4897, + [4951] = 4894, + [4952] = 4911, + [4953] = 4902, + [4954] = 4911, + [4955] = 846, + [4956] = 841, + [4957] = 873, + [4958] = 846, [4959] = 4959, [4960] = 4960, [4961] = 4961, [4962] = 4962, - [4963] = 885, + [4963] = 4963, [4964] = 4964, - [4965] = 844, - [4966] = 4966, - [4967] = 881, - [4968] = 4968, - [4969] = 4961, + [4965] = 4965, + [4966] = 881, + [4967] = 879, + [4968] = 864, + [4969] = 855, [4970] = 4970, [4971] = 4971, - [4972] = 879, - [4973] = 4958, - [4974] = 4974, - [4975] = 869, + [4972] = 2659, + [4973] = 4973, + [4974] = 4965, + [4975] = 4975, [4976] = 4976, - [4977] = 860, - [4978] = 4978, - [4979] = 863, + [4977] = 878, + [4978] = 877, + [4979] = 4973, [4980] = 4980, - [4981] = 856, + [4981] = 4981, [4982] = 4982, - [4983] = 858, - [4984] = 878, - [4985] = 4985, - [4986] = 4986, - [4987] = 4987, - [4988] = 855, - [4989] = 859, + [4983] = 4970, + [4984] = 851, + [4985] = 849, + [4986] = 844, + [4987] = 4965, + [4988] = 4975, + [4989] = 4989, [4990] = 4990, - [4991] = 4970, - [4992] = 864, - [4993] = 4993, + [4991] = 4991, + [4992] = 4992, + [4993] = 4965, [4994] = 4994, - [4995] = 4993, - [4996] = 4990, + [4995] = 4995, + [4996] = 4994, [4997] = 4997, - [4998] = 874, - [4999] = 4990, - [5000] = 4994, - [5001] = 4990, + [4998] = 4961, + [4999] = 4963, + [5000] = 4963, + [5001] = 5001, [5002] = 5002, - [5003] = 4990, - [5004] = 4990, - [5005] = 4997, - [5006] = 5006, - [5007] = 5007, + [5003] = 5003, + [5004] = 5004, + [5005] = 4970, + [5006] = 4965, + [5007] = 850, [5008] = 5008, [5009] = 5009, - [5010] = 875, - [5011] = 4961, - [5012] = 852, - [5013] = 5013, - [5014] = 5002, - [5015] = 865, - [5016] = 854, - [5017] = 866, - [5018] = 4997, - [5019] = 5019, - [5020] = 877, - [5021] = 4970, - [5022] = 5022, - [5023] = 5023, - [5024] = 5024, - [5025] = 867, - [5026] = 2637, - [5027] = 4982, - [5028] = 5028, - [5029] = 838, - [5030] = 840, - [5031] = 4990, - [5032] = 4960, - [5033] = 4993, - [5034] = 4966, - [5035] = 880, - [5036] = 839, - [5037] = 5037, - [5038] = 871, - [5039] = 4962, - [5040] = 5040, - [5041] = 886, - [5042] = 847, - [5043] = 848, - [5044] = 4997, - [5045] = 4997, - [5046] = 4997, - [5047] = 4997, - [5048] = 4985, - [5049] = 4994, - [5050] = 5040, - [5051] = 5051, + [5010] = 873, + [5011] = 4980, + [5012] = 837, + [5013] = 874, + [5014] = 857, + [5015] = 856, + [5016] = 5016, + [5017] = 841, + [5018] = 854, + [5019] = 4970, + [5020] = 853, + [5021] = 5021, + [5022] = 4970, + [5023] = 839, + [5024] = 868, + [5025] = 5004, + [5026] = 5004, + [5027] = 4962, + [5028] = 4959, + [5029] = 5003, + [5030] = 4965, + [5031] = 5031, + [5032] = 4981, + [5033] = 5033, + [5034] = 4970, + [5035] = 5003, + [5036] = 876, + [5037] = 5033, + [5038] = 5038, + [5039] = 4965, + [5040] = 4962, + [5041] = 871, + [5042] = 5042, + [5043] = 858, + [5044] = 865, + [5045] = 863, + [5046] = 5046, + [5047] = 862, + [5048] = 860, + [5049] = 861, + [5050] = 4970, + [5051] = 874, [5052] = 5052, [5053] = 5053, - [5054] = 5054, + [5054] = 5053, [5055] = 5055, - [5056] = 5056, + [5056] = 5052, [5057] = 5057, [5058] = 5058, [5059] = 5059, - [5060] = 5055, + [5060] = 5060, [5061] = 5061, - [5062] = 5052, - [5063] = 5059, - [5064] = 5054, - [5065] = 886, - [5066] = 5066, + [5062] = 5062, + [5063] = 5063, + [5064] = 5064, + [5065] = 5065, + [5066] = 5057, [5067] = 5067, - [5068] = 5059, - [5069] = 5055, - [5070] = 5052, - [5071] = 5054, - [5072] = 5072, - [5073] = 5052, - [5074] = 5052, - [5075] = 5054, - [5076] = 5076, - [5077] = 5054, - [5078] = 5057, + [5068] = 5064, + [5069] = 5065, + [5070] = 5070, + [5071] = 5071, + [5072] = 5064, + [5073] = 5062, + [5074] = 5074, + [5075] = 5075, + [5076] = 5063, + [5077] = 4989, + [5078] = 5052, [5079] = 5079, - [5080] = 5080, + [5080] = 5065, [5081] = 5081, - [5082] = 5058, - [5083] = 5083, + [5082] = 5082, + [5083] = 5053, [5084] = 5084, - [5085] = 5085, + [5085] = 5053, [5086] = 5086, [5087] = 5087, - [5088] = 5088, + [5088] = 5087, [5089] = 5089, - [5090] = 5081, + [5090] = 4989, [5091] = 5091, - [5092] = 5092, - [5093] = 5093, - [5094] = 5094, - [5095] = 5095, + [5092] = 5052, + [5093] = 5063, + [5094] = 5053, + [5095] = 5087, [5096] = 5096, - [5097] = 5097, + [5097] = 5052, [5098] = 5098, - [5099] = 5059, - [5100] = 5100, - [5101] = 5101, - [5102] = 5061, - [5103] = 5100, + [5099] = 5099, + [5100] = 5087, + [5101] = 5071, + [5102] = 5063, + [5103] = 5087, [5104] = 5104, - [5105] = 5055, - [5106] = 5061, - [5107] = 5100, + [5105] = 5105, + [5106] = 5106, + [5107] = 5107, [5108] = 5108, - [5109] = 5094, - [5110] = 5052, - [5111] = 5111, - [5112] = 5007, - [5113] = 5054, + [5109] = 5109, + [5110] = 5110, + [5111] = 5058, + [5112] = 5112, + [5113] = 5113, [5114] = 5114, - [5115] = 5061, - [5116] = 5094, + [5115] = 5096, + [5116] = 5053, [5117] = 5117, - [5118] = 5118, + [5118] = 5096, [5119] = 5119, - [5120] = 5081, + [5120] = 5065, [5121] = 5121, - [5122] = 5081, + [5122] = 5122, [5123] = 5123, [5124] = 5124, [5125] = 5125, [5126] = 5126, - [5127] = 5059, - [5128] = 5128, - [5129] = 5129, - [5130] = 5089, + [5127] = 5062, + [5128] = 5052, + [5129] = 5058, + [5130] = 5053, [5131] = 5131, - [5132] = 5055, - [5133] = 5133, - [5134] = 5061, - [5135] = 5100, - [5136] = 5052, + [5132] = 5063, + [5133] = 5096, + [5134] = 5134, + [5135] = 5135, + [5136] = 5136, [5137] = 5137, - [5138] = 5094, - [5139] = 5054, - [5140] = 5007, + [5138] = 5052, + [5139] = 5139, + [5140] = 5058, [5141] = 5141, [5142] = 5142, - [5143] = 5089, - [5144] = 5059, + [5143] = 5087, + [5144] = 5062, [5145] = 5145, - [5146] = 5055, - [5147] = 5147, + [5146] = 5063, + [5147] = 5065, [5148] = 5148, [5149] = 5149, - [5150] = 5149, + [5150] = 5150, [5151] = 5151, - [5152] = 5152, + [5152] = 4989, [5153] = 5153, - [5154] = 5154, - [5155] = 5121, + [5154] = 5125, + [5155] = 5148, [5156] = 5156, [5157] = 5157, [5158] = 5158, - [5159] = 5148, + [5159] = 5159, [5160] = 5160, - [5161] = 5149, + [5161] = 5161, [5162] = 5162, - [5163] = 5149, - [5164] = 5160, - [5165] = 5149, - [5166] = 5166, - [5167] = 5160, - [5168] = 5151, + [5163] = 5081, + [5164] = 5164, + [5165] = 5165, + [5166] = 5148, + [5167] = 5167, + [5168] = 5168, [5169] = 5169, [5170] = 5170, [5171] = 5171, [5172] = 5172, - [5173] = 5007, - [5174] = 5174, - [5175] = 5175, + [5173] = 5173, + [5174] = 5148, + [5175] = 5148, [5176] = 5176, - [5177] = 5149, - [5178] = 5178, + [5177] = 5177, + [5178] = 5172, [5179] = 5179, - [5180] = 5180, - [5181] = 5181, - [5182] = 5182, - [5183] = 5172, - [5184] = 5151, - [5185] = 5151, + [5180] = 5167, + [5181] = 5164, + [5182] = 5171, + [5183] = 5081, + [5184] = 5184, + [5185] = 5148, [5186] = 5186, - [5187] = 5149, - [5188] = 5188, - [5189] = 5189, - [5190] = 5149, - [5191] = 5148, - [5192] = 5192, - [5193] = 5172, + [5187] = 5187, + [5188] = 5187, + [5189] = 5148, + [5190] = 4989, + [5191] = 5191, + [5192] = 5148, + [5193] = 5173, [5194] = 5194, - [5195] = 5195, - [5196] = 5149, - [5197] = 5197, - [5198] = 5197, - [5199] = 5169, - [5200] = 5137, - [5201] = 5149, - [5202] = 5151, - [5203] = 5149, + [5195] = 5148, + [5196] = 5196, + [5197] = 5167, + [5198] = 5198, + [5199] = 5199, + [5200] = 5148, + [5201] = 5148, + [5202] = 5202, + [5203] = 5148, [5204] = 5204, - [5205] = 5149, - [5206] = 5169, - [5207] = 5178, - [5208] = 5172, - [5209] = 5172, - [5210] = 5149, - [5211] = 5211, - [5212] = 5178, - [5213] = 5149, - [5214] = 5149, - [5215] = 5215, - [5216] = 5153, - [5217] = 5175, - [5218] = 5007, - [5219] = 5137, - [5220] = 5151, - [5221] = 886, - [5222] = 5222, - [5223] = 5149, - [5224] = 5149, - [5225] = 5225, - [5226] = 5153, - [5227] = 5149, - [5228] = 5228, - [5229] = 5229, - [5230] = 5230, + [5205] = 5160, + [5206] = 5148, + [5207] = 5194, + [5208] = 5148, + [5209] = 5125, + [5210] = 5164, + [5211] = 5148, + [5212] = 5148, + [5213] = 874, + [5214] = 5196, + [5215] = 5162, + [5216] = 5173, + [5217] = 5162, + [5218] = 5148, + [5219] = 5191, + [5220] = 5220, + [5221] = 5186, + [5222] = 5171, + [5223] = 5161, + [5224] = 5224, + [5225] = 5148, + [5226] = 5226, + [5227] = 5196, + [5228] = 5148, + [5229] = 5148, + [5230] = 5148, [5231] = 5231, - [5232] = 5149, - [5233] = 5233, + [5232] = 5173, + [5233] = 5148, [5234] = 5234, - [5235] = 5228, - [5236] = 5188, - [5237] = 5237, + [5235] = 5196, + [5236] = 5148, + [5237] = 5148, [5238] = 5238, - [5239] = 5197, - [5240] = 5169, - [5241] = 5149, - [5242] = 5148, - [5243] = 5243, - [5244] = 5195, - [5245] = 5245, - [5246] = 5121, - [5247] = 5231, - [5248] = 5195, - [5249] = 5249, - [5250] = 5149, - [5251] = 5251, - [5252] = 5169, - [5253] = 5160, + [5239] = 5239, + [5240] = 5191, + [5241] = 5241, + [5242] = 5186, + [5243] = 5159, + [5244] = 5148, + [5245] = 5148, + [5246] = 5179, + [5247] = 5247, + [5248] = 5248, + [5249] = 5226, + [5250] = 5148, + [5251] = 5165, + [5252] = 5186, + [5253] = 5253, [5254] = 5254, - [5255] = 5149, - [5256] = 5237, - [5257] = 5178, - [5258] = 5149, - [5259] = 5149, - [5260] = 5160, - [5261] = 5149, - [5262] = 5262, - [5263] = 5263, - [5264] = 5149, - [5265] = 5149, - [5266] = 886, - [5267] = 5237, - [5268] = 5154, - [5269] = 5149, - [5270] = 5160, - [5271] = 5271, - [5272] = 5154, - [5273] = 5149, - [5274] = 5149, - [5275] = 5169, - [5276] = 5276, - [5277] = 5149, - [5278] = 5148, - [5279] = 5154, - [5280] = 5195, - [5281] = 5149, - [5282] = 5231, - [5283] = 5149, - [5284] = 5149, - [5285] = 5149, - [5286] = 5195, - [5287] = 5287, - [5288] = 5288, - [5289] = 5149, - [5290] = 5151, - [5291] = 5169, - [5292] = 5171, - [5293] = 5149, - [5294] = 5294, - [5295] = 5149, - [5296] = 5149, - [5297] = 5149, - [5298] = 5298, - [5299] = 5299, - [5300] = 5160, - [5301] = 5149, - [5302] = 5302, - [5303] = 5171, - [5304] = 5149, - [5305] = 5149, - [5306] = 5172, - [5307] = 5181, - [5308] = 5149, + [5255] = 5159, + [5256] = 5148, + [5257] = 5186, + [5258] = 5148, + [5259] = 5167, + [5260] = 5260, + [5261] = 5148, + [5262] = 5159, + [5263] = 5173, + [5264] = 5187, + [5265] = 5196, + [5266] = 5148, + [5267] = 5148, + [5268] = 5238, + [5269] = 5148, + [5270] = 5226, + [5271] = 5148, + [5272] = 5159, + [5273] = 5273, + [5274] = 5274, + [5275] = 5275, + [5276] = 5148, + [5277] = 5161, + [5278] = 5161, + [5279] = 5187, + [5280] = 5148, + [5281] = 5281, + [5282] = 5148, + [5283] = 5165, + [5284] = 5162, + [5285] = 5191, + [5286] = 5159, + [5287] = 5162, + [5288] = 5148, + [5289] = 5275, + [5290] = 5161, + [5291] = 5291, + [5292] = 5196, + [5293] = 5148, + [5294] = 5148, + [5295] = 5162, + [5296] = 5238, + [5297] = 5173, + [5298] = 5159, + [5299] = 5148, + [5300] = 5148, + [5301] = 5301, + [5302] = 5167, + [5303] = 5161, + [5304] = 5304, + [5305] = 5148, + [5306] = 5162, + [5307] = 5148, + [5308] = 874, [5309] = 5309, - [5310] = 5149, - [5311] = 5172, - [5312] = 5149, - [5313] = 5149, - [5314] = 5154, - [5315] = 5149, - [5316] = 5149, - [5317] = 5148, - [5318] = 5149, - [5319] = 5319, - [5320] = 5154, - [5321] = 5157, - [5322] = 5211, + [5310] = 5148, + [5311] = 5311, + [5312] = 5167, + [5313] = 5191, + [5314] = 5148, + [5315] = 5315, + [5316] = 5316, + [5317] = 5161, + [5318] = 5148, + [5319] = 5148, + [5320] = 5167, + [5321] = 5321, + [5322] = 5164, [5323] = 5323, - [5324] = 5157, - [5325] = 5211, - [5326] = 5157, - [5327] = 5211, - [5328] = 5157, - [5329] = 5157, - [5330] = 5149, + [5324] = 5324, + [5325] = 5148, + [5326] = 5179, + [5327] = 5327, + [5328] = 5148, + [5329] = 5186, + [5330] = 5148, [5331] = 5331, [5332] = 5332, [5333] = 5333, [5334] = 5334, - [5335] = 5332, - [5336] = 5333, - [5337] = 5337, - [5338] = 5334, - [5339] = 5332, - [5340] = 5340, + [5335] = 5335, + [5336] = 5332, + [5337] = 5333, + [5338] = 5338, + [5339] = 5158, + [5340] = 5332, [5341] = 5333, [5342] = 5342, - [5343] = 5334, - [5344] = 5332, - [5345] = 5334, + [5343] = 5333, + [5344] = 5344, + [5345] = 5345, [5346] = 5346, - [5347] = 5332, - [5348] = 5334, - [5349] = 5349, - [5350] = 5233, - [5351] = 5332, - [5352] = 5334, - [5353] = 5332, - [5354] = 5334, - [5355] = 871, - [5356] = 5332, - [5357] = 5334, - [5358] = 885, - [5359] = 5359, - [5360] = 844, + [5347] = 5347, + [5348] = 5332, + [5349] = 5333, + [5350] = 5350, + [5351] = 5351, + [5352] = 5352, + [5353] = 5346, + [5354] = 5169, + [5355] = 5332, + [5356] = 5333, + [5357] = 5357, + [5358] = 5358, + [5359] = 5333, + [5360] = 5360, [5361] = 5332, - [5362] = 5334, + [5362] = 5333, [5363] = 5363, - [5364] = 5364, - [5365] = 5332, - [5366] = 5334, - [5367] = 5367, - [5368] = 5332, - [5369] = 5334, - [5370] = 1961, - [5371] = 5334, - [5372] = 5332, - [5373] = 5334, - [5374] = 5332, - [5375] = 5334, + [5364] = 5332, + [5365] = 5365, + [5366] = 5366, + [5367] = 5333, + [5368] = 1918, + [5369] = 5332, + [5370] = 5332, + [5371] = 5333, + [5372] = 1919, + [5373] = 5332, + [5374] = 5333, + [5375] = 5332, [5376] = 5376, [5377] = 5377, - [5378] = 5332, - [5379] = 5334, + [5378] = 5333, + [5379] = 5332, [5380] = 5332, - [5381] = 5332, - [5382] = 5334, - [5383] = 5186, + [5381] = 5333, + [5382] = 5382, + [5383] = 5333, [5384] = 5332, - [5385] = 5334, - [5386] = 5386, - [5387] = 5332, - [5388] = 5334, - [5389] = 5389, - [5390] = 5332, - [5391] = 5334, - [5392] = 5249, + [5385] = 5385, + [5386] = 5234, + [5387] = 5333, + [5388] = 5332, + [5389] = 5177, + [5390] = 5333, + [5391] = 5332, + [5392] = 5333, [5393] = 5332, - [5394] = 5334, - [5395] = 5332, - [5396] = 5334, - [5397] = 5397, - [5398] = 5398, - [5399] = 5332, - [5400] = 5334, - [5401] = 5332, - [5402] = 5334, - [5403] = 5332, - [5404] = 5334, - [5405] = 886, - [5406] = 5332, - [5407] = 5334, - [5408] = 5332, - [5409] = 5334, - [5410] = 5332, - [5411] = 5334, + [5394] = 5394, + [5395] = 5333, + [5396] = 5332, + [5397] = 5357, + [5398] = 5332, + [5399] = 5333, + [5400] = 5400, + [5401] = 5333, + [5402] = 5332, + [5403] = 5333, + [5404] = 5332, + [5405] = 5405, + [5406] = 5333, + [5407] = 5332, + [5408] = 5333, + [5409] = 5332, + [5410] = 5385, + [5411] = 5333, [5412] = 5332, - [5413] = 5334, - [5414] = 5332, - [5415] = 5334, + [5413] = 5332, + [5414] = 5333, + [5415] = 5415, [5416] = 5416, - [5417] = 5417, - [5418] = 5332, - [5419] = 5334, + [5417] = 5089, + [5418] = 5333, + [5419] = 5332, [5420] = 5420, - [5421] = 5332, - [5422] = 5334, - [5423] = 5423, - [5424] = 5332, - [5425] = 5334, + [5421] = 5333, + [5422] = 5363, + [5423] = 5332, + [5424] = 5333, + [5425] = 2268, [5426] = 5426, [5427] = 5332, - [5428] = 5334, - [5429] = 5332, - [5430] = 5334, - [5431] = 5332, - [5432] = 5334, - [5433] = 5332, - [5434] = 5334, - [5435] = 5332, - [5436] = 5334, - [5437] = 5332, - [5438] = 5334, - [5439] = 5332, - [5440] = 5334, - [5441] = 5441, - [5442] = 5442, - [5443] = 5332, - [5444] = 5334, - [5445] = 5332, - [5446] = 5334, - [5447] = 5152, - [5448] = 5332, - [5449] = 5334, - [5450] = 5332, - [5451] = 5334, - [5452] = 5332, - [5453] = 5334, + [5428] = 5428, + [5429] = 5429, + [5430] = 5430, + [5431] = 5333, + [5432] = 5332, + [5433] = 5333, + [5434] = 5332, + [5435] = 5333, + [5436] = 5332, + [5437] = 5437, + [5438] = 5438, + [5439] = 5333, + [5440] = 5332, + [5441] = 5333, + [5442] = 5332, + [5443] = 5333, + [5444] = 4995, + [5445] = 5445, + [5446] = 5332, + [5447] = 5332, + [5448] = 5333, + [5449] = 5332, + [5450] = 2210, + [5451] = 5158, + [5452] = 5333, + [5453] = 5333, [5454] = 5332, - [5455] = 5455, + [5455] = 5333, [5456] = 5332, - [5457] = 5334, - [5458] = 5332, - [5459] = 5334, + [5457] = 1988, + [5458] = 5333, + [5459] = 5357, [5460] = 5332, - [5461] = 5334, - [5462] = 5332, - [5463] = 5334, - [5464] = 5332, - [5465] = 5334, + [5461] = 5415, + [5462] = 5366, + [5463] = 1987, + [5464] = 5333, + [5465] = 5332, [5466] = 5332, - [5467] = 5334, - [5468] = 5468, - [5469] = 5469, - [5470] = 5470, + [5467] = 5333, + [5468] = 5332, + [5469] = 5333, + [5470] = 5332, [5471] = 5471, - [5472] = 5472, + [5472] = 5226, [5473] = 5473, - [5474] = 5474, - [5475] = 5475, - [5476] = 5476, - [5477] = 5186, - [5478] = 2270, - [5479] = 5249, - [5480] = 1917, + [5474] = 5357, + [5475] = 5332, + [5476] = 5333, + [5477] = 1980, + [5478] = 5428, + [5479] = 5430, + [5480] = 4995, [5481] = 5481, [5482] = 5482, [5483] = 5483, - [5484] = 2165, - [5485] = 2251, - [5486] = 5271, + [5484] = 5345, + [5485] = 5416, + [5486] = 5231, [5487] = 5487, - [5488] = 5488, - [5489] = 5152, + [5488] = 5332, + [5489] = 5333, [5490] = 5490, [5491] = 5491, - [5492] = 5492, + [5492] = 5333, [5493] = 5493, - [5494] = 5493, - [5495] = 1970, - [5496] = 5473, - [5497] = 5022, - [5498] = 5333, - [5499] = 1919, - [5500] = 5088, - [5501] = 5501, - [5502] = 5502, - [5503] = 5503, + [5494] = 5494, + [5495] = 5332, + [5496] = 5333, + [5497] = 5497, + [5498] = 5347, + [5499] = 5333, + [5500] = 5437, + [5501] = 5376, + [5502] = 5332, + [5503] = 5333, [5504] = 5504, - [5505] = 5505, + [5505] = 5437, [5506] = 5506, - [5507] = 1961, - [5508] = 5508, + [5507] = 5507, + [5508] = 5382, [5509] = 5509, [5510] = 5510, - [5511] = 5511, - [5512] = 5512, - [5513] = 5022, - [5514] = 5233, - [5515] = 5515, - [5516] = 5359, - [5517] = 5363, - [5518] = 5364, - [5519] = 5519, - [5520] = 5520, - [5521] = 5521, - [5522] = 5389, - [5523] = 5398, + [5511] = 1987, + [5512] = 5332, + [5513] = 5333, + [5514] = 5514, + [5515] = 5332, + [5516] = 5516, + [5517] = 5517, + [5518] = 5518, + [5519] = 5234, + [5520] = 874, + [5521] = 5394, + [5522] = 5385, + [5523] = 5523, [5524] = 5524, - [5525] = 5416, - [5526] = 5417, - [5527] = 5420, - [5528] = 5468, - [5529] = 5469, - [5530] = 5470, - [5531] = 5471, - [5532] = 5472, - [5533] = 5476, - [5534] = 5534, - [5535] = 5237, + [5525] = 5525, + [5526] = 5333, + [5527] = 5332, + [5528] = 5528, + [5529] = 5437, + [5530] = 5333, + [5531] = 5357, + [5532] = 5532, + [5533] = 5482, + [5534] = 5532, + [5535] = 5535, [5536] = 5536, - [5537] = 5537, - [5538] = 5538, - [5539] = 5502, - [5540] = 5332, - [5541] = 5333, - [5542] = 5511, - [5543] = 5334, - [5544] = 5492, - [5545] = 5545, - [5546] = 5386, - [5547] = 5386, - [5548] = 5545, - [5549] = 5386, - [5550] = 5332, - [5551] = 5333, - [5552] = 5334, - [5553] = 5492, - [5554] = 5545, - [5555] = 5334, + [5537] = 5177, + [5538] = 5169, + [5539] = 5332, + [5540] = 5333, + [5541] = 868, + [5542] = 5363, + [5543] = 5357, + [5544] = 871, + [5545] = 5377, + [5546] = 876, + [5547] = 5350, + [5548] = 5471, + [5549] = 5332, + [5550] = 5550, + [5551] = 5551, + [5552] = 5333, + [5553] = 5332, + [5554] = 5342, + [5555] = 5338, [5556] = 5556, [5557] = 5557, - [5558] = 5558, - [5559] = 5559, - [5560] = 5557, - [5561] = 5561, - [5562] = 5562, - [5563] = 5562, - [5564] = 5559, - [5565] = 5557, - [5566] = 5559, - [5567] = 886, - [5568] = 5557, - [5569] = 5237, - [5570] = 5559, - [5571] = 5557, - [5572] = 5572, + [5558] = 1987, + [5559] = 4995, + [5560] = 5560, + [5561] = 868, + [5562] = 4995, + [5563] = 5563, + [5564] = 5557, + [5565] = 5234, + [5566] = 5557, + [5567] = 5567, + [5568] = 5567, + [5569] = 5567, + [5570] = 5570, + [5571] = 5567, + [5572] = 5567, [5573] = 5573, - [5574] = 5574, - [5575] = 1871, - [5576] = 5559, - [5577] = 5557, + [5574] = 5557, + [5575] = 5573, + [5576] = 5567, + [5577] = 5567, [5578] = 5578, - [5579] = 5515, - [5580] = 5559, - [5581] = 5557, - [5582] = 5582, - [5583] = 5559, - [5584] = 5557, - [5585] = 5559, - [5586] = 5557, - [5587] = 5587, - [5588] = 5588, - [5589] = 5589, - [5590] = 5559, - [5591] = 5557, - [5592] = 5592, - [5593] = 5559, - [5594] = 5559, - [5595] = 5557, - [5596] = 5596, - [5597] = 5559, - [5598] = 5559, - [5599] = 5557, - [5600] = 5600, - [5601] = 5557, - [5602] = 5602, - [5603] = 5559, - [5604] = 5557, - [5605] = 5605, - [5606] = 5606, - [5607] = 5607, - [5608] = 5608, - [5609] = 5559, - [5610] = 5557, - [5611] = 5186, - [5612] = 5612, - [5613] = 5557, - [5614] = 5559, - [5615] = 5557, - [5616] = 5559, - [5617] = 5557, - [5618] = 5618, - [5619] = 5559, + [5579] = 5567, + [5580] = 5567, + [5581] = 5567, + [5582] = 5567, + [5583] = 5567, + [5584] = 5567, + [5585] = 5585, + [5586] = 5586, + [5587] = 5567, + [5588] = 5567, + [5589] = 5567, + [5590] = 5557, + [5591] = 5573, + [5592] = 5567, + [5593] = 5567, + [5594] = 5567, + [5595] = 5573, + [5596] = 5567, + [5597] = 5597, + [5598] = 5567, + [5599] = 5567, + [5600] = 5597, + [5601] = 5567, + [5602] = 5567, + [5603] = 5567, + [5604] = 5573, + [5605] = 5567, + [5606] = 5567, + [5607] = 5567, + [5608] = 5578, + [5609] = 5567, + [5610] = 5560, + [5611] = 5567, + [5612] = 5567, + [5613] = 5563, + [5614] = 5557, + [5615] = 5567, + [5616] = 5567, + [5617] = 5567, + [5618] = 5567, + [5619] = 5567, [5620] = 5557, [5621] = 5621, - [5622] = 5622, - [5623] = 5559, - [5624] = 5557, - [5625] = 5249, - [5626] = 5626, - [5627] = 5588, - [5628] = 5559, - [5629] = 5557, - [5630] = 5626, - [5631] = 5559, - [5632] = 5557, - [5633] = 5559, - [5634] = 5557, - [5635] = 5635, - [5636] = 5636, - [5637] = 5562, - [5638] = 5559, - [5639] = 5557, - [5640] = 5640, - [5641] = 5559, - [5642] = 5559, - [5643] = 5557, - [5644] = 5557, - [5645] = 5645, - [5646] = 5559, - [5647] = 5557, - [5648] = 5648, - [5649] = 5649, - [5650] = 5650, - [5651] = 5559, - [5652] = 5557, - [5653] = 5588, - [5654] = 5654, - [5655] = 5559, - [5656] = 5557, - [5657] = 5559, - [5658] = 5557, - [5659] = 5559, - [5660] = 5557, - [5661] = 5559, - [5662] = 5557, - [5663] = 5559, - [5664] = 5557, - [5665] = 5559, + [5622] = 5567, + [5623] = 5567, + [5624] = 5567, + [5625] = 5573, + [5626] = 5567, + [5627] = 5567, + [5628] = 5557, + [5629] = 5629, + [5630] = 5567, + [5631] = 5567, + [5632] = 5567, + [5633] = 5177, + [5634] = 5567, + [5635] = 5573, + [5636] = 5573, + [5637] = 5557, + [5638] = 5573, + [5639] = 5639, + [5640] = 5567, + [5641] = 5557, + [5642] = 5629, + [5643] = 5573, + [5644] = 5567, + [5645] = 5557, + [5646] = 5573, + [5647] = 5647, + [5648] = 5573, + [5649] = 5557, + [5650] = 5567, + [5651] = 5557, + [5652] = 5158, + [5653] = 5557, + [5654] = 5573, + [5655] = 5655, + [5656] = 5656, + [5657] = 5567, + [5658] = 876, + [5659] = 871, + [5660] = 5660, + [5661] = 5639, + [5662] = 5567, + [5663] = 5158, + [5664] = 5226, + [5665] = 5621, [5666] = 5557, - [5667] = 5589, - [5668] = 5559, - [5669] = 5596, - [5670] = 5559, - [5671] = 5671, - [5672] = 5672, - [5673] = 5557, - [5674] = 5602, - [5675] = 5022, - [5676] = 5612, - [5677] = 5677, - [5678] = 5557, - [5679] = 5679, - [5680] = 5680, - [5681] = 5559, + [5667] = 5573, + [5668] = 5660, + [5669] = 5669, + [5670] = 5670, + [5671] = 5351, + [5672] = 1755, + [5673] = 5673, + [5674] = 5674, + [5675] = 5557, + [5676] = 5400, + [5677] = 5573, + [5678] = 1769, + [5679] = 5557, + [5680] = 5234, + [5681] = 1876, [5682] = 5682, - [5683] = 5683, - [5684] = 5557, - [5685] = 5152, - [5686] = 5557, + [5683] = 5655, + [5684] = 1835, + [5685] = 5177, + [5686] = 5573, [5687] = 5687, - [5688] = 5589, - [5689] = 5559, - [5690] = 5690, + [5688] = 1902, + [5689] = 5689, + [5690] = 5585, [5691] = 5691, [5692] = 5692, - [5693] = 5559, - [5694] = 5694, - [5695] = 5695, + [5693] = 5673, + [5694] = 5557, + [5695] = 5573, [5696] = 5696, [5697] = 5697, [5698] = 5698, [5699] = 5699, - [5700] = 5588, + [5700] = 5700, [5701] = 5701, [5702] = 5702, - [5703] = 5640, - [5704] = 5704, + [5703] = 5557, + [5704] = 5573, [5705] = 5705, - [5706] = 5557, - [5707] = 5152, + [5706] = 5706, + [5707] = 5573, [5708] = 5708, - [5709] = 5709, - [5710] = 5589, + [5709] = 5557, + [5710] = 5710, [5711] = 5711, [5712] = 5712, - [5713] = 5559, - [5714] = 5714, - [5715] = 5596, + [5713] = 5713, + [5714] = 5656, + [5715] = 5715, [5716] = 5716, [5717] = 5717, - [5718] = 5559, - [5719] = 5562, + [5718] = 5718, + [5719] = 5597, [5720] = 5557, - [5721] = 5721, + [5721] = 5563, [5722] = 5722, [5723] = 5723, - [5724] = 5602, - [5725] = 5725, + [5724] = 5557, + [5725] = 5573, [5726] = 5726, [5727] = 5727, - [5728] = 5728, - [5729] = 5612, - [5730] = 5730, - [5731] = 5557, + [5728] = 5573, + [5729] = 5557, + [5730] = 5573, + [5731] = 5731, [5732] = 5732, - [5733] = 5733, - [5734] = 5559, - [5735] = 5557, - [5736] = 5650, - [5737] = 5737, - [5738] = 5738, - [5739] = 5739, + [5733] = 5557, + [5734] = 5573, + [5735] = 5573, + [5736] = 5557, + [5737] = 5557, + [5738] = 5323, + [5739] = 5578, [5740] = 5740, - [5741] = 5672, + [5741] = 5560, [5742] = 5742, - [5743] = 5743, - [5744] = 5744, - [5745] = 5745, - [5746] = 5746, - [5747] = 5747, + [5743] = 5691, + [5744] = 5557, + [5745] = 5573, + [5746] = 5692, + [5747] = 5563, [5748] = 5748, - [5749] = 5589, - [5750] = 5750, - [5751] = 871, - [5752] = 5739, - [5753] = 5559, - [5754] = 5559, + [5749] = 5749, + [5750] = 5560, + [5751] = 5557, + [5752] = 5573, + [5753] = 5753, + [5754] = 5578, [5755] = 5755, [5756] = 5756, - [5757] = 5022, - [5758] = 5557, - [5759] = 5574, + [5757] = 5757, + [5758] = 5560, + [5759] = 5749, [5760] = 5760, - [5761] = 5761, + [5761] = 5573, [5762] = 5762, - [5763] = 885, - [5764] = 5764, - [5765] = 5765, - [5766] = 5766, - [5767] = 5767, - [5768] = 5768, + [5763] = 5557, + [5764] = 5557, + [5765] = 5573, + [5766] = 5578, + [5767] = 5697, + [5768] = 5573, [5769] = 5769, - [5770] = 5596, - [5771] = 5559, - [5772] = 5772, + [5770] = 5770, + [5771] = 5757, + [5772] = 5573, [5773] = 5773, - [5774] = 5774, + [5774] = 5597, [5775] = 5775, [5776] = 5557, - [5777] = 5777, - [5778] = 5778, + [5777] = 5597, + [5778] = 5573, [5779] = 5779, [5780] = 5780, [5781] = 5781, [5782] = 5782, - [5783] = 5559, - [5784] = 5559, - [5785] = 5557, - [5786] = 844, + [5783] = 5621, + [5784] = 5755, + [5785] = 5785, + [5786] = 5716, [5787] = 5787, - [5788] = 1961, - [5789] = 5789, - [5790] = 5790, + [5788] = 5573, + [5789] = 5726, + [5790] = 5557, [5791] = 5791, - [5792] = 5557, + [5792] = 5702, [5793] = 5793, - [5794] = 5559, - [5795] = 871, - [5796] = 5557, - [5797] = 5721, + [5794] = 5700, + [5795] = 5557, + [5796] = 5573, + [5797] = 5696, [5798] = 5798, - [5799] = 5799, - [5800] = 885, - [5801] = 5801, + [5799] = 5689, + [5800] = 5563, + [5801] = 5669, [5802] = 5802, - [5803] = 5803, - [5804] = 844, - [5805] = 5602, - [5806] = 5559, - [5807] = 5807, - [5808] = 5808, - [5809] = 5578, - [5810] = 5810, - [5811] = 5506, + [5803] = 5621, + [5804] = 5557, + [5805] = 5647, + [5806] = 5557, + [5807] = 5573, + [5808] = 5711, + [5809] = 5809, + [5810] = 5586, + [5811] = 5585, [5812] = 5812, - [5813] = 5596, - [5814] = 5557, - [5815] = 5815, - [5816] = 5816, - [5817] = 5612, - [5818] = 5557, - [5819] = 871, - [5820] = 5559, - [5821] = 885, - [5822] = 5557, - [5823] = 844, - [5824] = 5824, - [5825] = 5825, - [5826] = 5826, + [5813] = 5629, + [5814] = 5670, + [5815] = 5573, + [5816] = 5701, + [5817] = 5557, + [5818] = 5655, + [5819] = 5656, + [5820] = 5820, + [5821] = 5639, + [5822] = 5822, + [5823] = 5660, + [5824] = 5557, + [5825] = 5731, + [5826] = 868, [5827] = 5827, - [5828] = 5007, - [5829] = 5829, - [5830] = 5830, - [5831] = 5831, - [5832] = 5832, - [5833] = 5833, - [5834] = 1707, - [5835] = 5835, - [5836] = 5781, - [5837] = 5837, - [5838] = 5602, - [5839] = 5799, + [5828] = 871, + [5829] = 5639, + [5830] = 876, + [5831] = 5573, + [5832] = 5673, + [5833] = 5691, + [5834] = 5692, + [5835] = 5697, + [5836] = 5836, + [5837] = 5557, + [5838] = 5573, + [5839] = 5711, [5840] = 5840, - [5841] = 5559, - [5842] = 5559, - [5843] = 1856, - [5844] = 5708, + [5841] = 5841, + [5842] = 5573, + [5843] = 5731, + [5844] = 5557, [5845] = 5845, - [5846] = 5309, - [5847] = 5737, + [5846] = 5846, + [5847] = 5847, [5848] = 5848, - [5849] = 5557, - [5850] = 5829, - [5851] = 5833, - [5852] = 5852, - [5853] = 5574, - [5854] = 5626, - [5855] = 5855, - [5856] = 5856, - [5857] = 5562, - [5858] = 5557, - [5859] = 5859, - [5860] = 5578, - [5861] = 5827, - [5862] = 5832, - [5863] = 5186, - [5864] = 5837, + [5849] = 5849, + [5850] = 5850, + [5851] = 5851, + [5852] = 5557, + [5853] = 5573, + [5854] = 5854, + [5855] = 876, + [5856] = 871, + [5857] = 868, + [5858] = 4989, + [5859] = 5726, + [5860] = 5860, + [5861] = 5861, + [5862] = 5862, + [5863] = 5557, + [5864] = 5864, [5865] = 5865, - [5866] = 5855, + [5866] = 5573, [5867] = 5867, - [5868] = 1682, - [5869] = 5559, - [5870] = 5867, - [5871] = 5680, - [5872] = 5588, - [5873] = 5640, + [5868] = 5868, + [5869] = 5573, + [5870] = 5870, + [5871] = 5557, + [5872] = 5351, + [5873] = 5873, [5874] = 5874, - [5875] = 5716, - [5876] = 5557, - [5877] = 5725, - [5878] = 5727, - [5879] = 5728, + [5875] = 5647, + [5876] = 5876, + [5877] = 5586, + [5878] = 5878, + [5879] = 5879, [5880] = 5880, - [5881] = 5650, - [5882] = 5882, - [5883] = 5589, - [5884] = 5559, - [5885] = 5835, - [5886] = 5845, - [5887] = 5874, - [5888] = 5596, - [5889] = 5889, - [5890] = 5732, - [5891] = 5781, - [5892] = 5602, - [5893] = 5835, - [5894] = 5845, - [5895] = 5874, - [5896] = 5896, - [5897] = 5856, - [5898] = 5732, - [5899] = 5865, - [5900] = 5515, - [5901] = 5708, - [5902] = 5612, - [5903] = 5254, - [5904] = 5557, - [5905] = 5687, - [5906] = 5799, - [5907] = 5612, - [5908] = 5908, - [5909] = 5708, - [5910] = 5910, - [5911] = 5775, - [5912] = 5737, - [5913] = 5829, - [5914] = 5833, - [5915] = 5559, - [5916] = 5574, - [5917] = 5626, - [5918] = 5249, - [5919] = 5562, - [5920] = 5557, - [5921] = 5578, - [5922] = 5827, - [5923] = 5832, - [5924] = 1786, - [5925] = 5837, - [5926] = 5506, - [5927] = 5927, - [5928] = 5855, - [5929] = 5867, + [5881] = 5881, + [5882] = 5621, + [5883] = 5669, + [5884] = 5557, + [5885] = 5573, + [5886] = 5886, + [5887] = 5887, + [5888] = 5689, + [5889] = 5696, + [5890] = 5711, + [5891] = 5700, + [5892] = 5702, + [5893] = 5893, + [5894] = 5894, + [5895] = 5716, + [5896] = 5573, + [5897] = 5897, + [5898] = 5557, + [5899] = 5557, + [5900] = 5715, + [5901] = 5573, + [5902] = 5902, + [5903] = 5903, + [5904] = 5260, + [5905] = 5905, + [5906] = 5906, + [5907] = 5907, + [5908] = 5597, + [5909] = 5909, + [5910] = 5726, + [5911] = 5573, + [5912] = 5912, + [5913] = 5557, + [5914] = 5914, + [5915] = 5915, + [5916] = 5573, + [5917] = 5917, + [5918] = 5918, + [5919] = 5919, + [5920] = 5920, + [5921] = 5673, + [5922] = 5660, + [5923] = 5573, + [5924] = 5924, + [5925] = 5557, + [5926] = 5926, + [5927] = 5557, + [5928] = 5573, + [5929] = 5929, [5930] = 5930, [5931] = 5931, - [5932] = 5680, - [5933] = 5588, - [5934] = 5640, - [5935] = 5935, - [5936] = 5716, - [5937] = 5559, - [5938] = 5725, - [5939] = 5727, - [5940] = 5728, - [5941] = 5650, - [5942] = 5589, - [5943] = 5559, - [5944] = 5944, - [5945] = 5596, - [5946] = 5781, - [5947] = 5602, - [5948] = 5856, - [5949] = 5865, - [5950] = 5950, - [5951] = 5612, + [5932] = 5932, + [5933] = 5933, + [5934] = 5400, + [5935] = 5894, + [5936] = 5578, + [5937] = 5557, + [5938] = 5938, + [5939] = 5639, + [5940] = 5940, + [5941] = 5639, + [5942] = 5557, + [5943] = 5943, + [5944] = 5903, + [5945] = 5563, + [5946] = 5573, + [5947] = 5947, + [5948] = 5656, + [5949] = 5949, + [5950] = 5573, + [5951] = 5570, [5952] = 5557, - [5953] = 5687, - [5954] = 5799, - [5955] = 5672, - [5956] = 5672, - [5957] = 5672, - [5958] = 5672, - [5959] = 5672, - [5960] = 5672, - [5961] = 5708, - [5962] = 5672, - [5963] = 5672, - [5964] = 5672, - [5965] = 5672, - [5966] = 5672, - [5967] = 5672, - [5968] = 5672, - [5969] = 5672, - [5970] = 5672, - [5971] = 5672, - [5972] = 5672, - [5973] = 5672, - [5974] = 5672, - [5975] = 5672, - [5976] = 5672, - [5977] = 5672, - [5978] = 5672, - [5979] = 5672, - [5980] = 5672, - [5981] = 5672, - [5982] = 5672, - [5983] = 5672, - [5984] = 5672, - [5985] = 5672, - [5986] = 5672, - [5987] = 5672, - [5988] = 5672, - [5989] = 5672, - [5990] = 5672, - [5991] = 5672, - [5992] = 5672, - [5993] = 5672, - [5994] = 5672, - [5995] = 5672, - [5996] = 5672, - [5997] = 5672, - [5998] = 5672, - [5999] = 5672, - [6000] = 5672, - [6001] = 5672, - [6002] = 5672, - [6003] = 5672, - [6004] = 5672, - [6005] = 6005, + [5953] = 5953, + [5954] = 5749, + [5955] = 5560, + [5956] = 5956, + [5957] = 5957, + [5958] = 5740, + [5959] = 5959, + [5960] = 5557, + [5961] = 5961, + [5962] = 5573, + [5963] = 5757, + [5964] = 5560, + [5965] = 5567, + [5966] = 5670, + [5967] = 5755, + [5968] = 5563, + [5969] = 874, + [5970] = 5970, + [5971] = 5971, + [5972] = 5749, + [5973] = 5557, + [5974] = 5974, + [5975] = 5708, + [5976] = 5716, + [5977] = 5573, + [5978] = 5711, + [5979] = 5557, + [5980] = 5573, + [5981] = 5573, + [5982] = 5982, + [5983] = 5740, + [5984] = 5984, + [5985] = 5894, + [5986] = 5557, + [5987] = 5669, + [5988] = 5988, + [5989] = 5989, + [5990] = 5578, + [5991] = 5991, + [5992] = 5992, + [5993] = 5993, + [5994] = 5994, + [5995] = 5597, + [5996] = 5996, + [5997] = 5997, + [5998] = 5903, + [5999] = 5621, + [6000] = 6000, + [6001] = 5573, + [6002] = 5570, + [6003] = 6003, + [6004] = 5573, + [6005] = 5557, [6006] = 6006, [6007] = 6007, [6008] = 6008, [6009] = 6009, - [6010] = 6010, + [6010] = 6006, [6011] = 6011, - [6012] = 6009, - [6013] = 5777, + [6012] = 6012, + [6013] = 6013, [6014] = 6014, - [6015] = 875, - [6016] = 6014, + [6015] = 6015, + [6016] = 6016, [6017] = 6017, [6018] = 6018, [6019] = 6019, @@ -10601,2342 +10601,2342 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [6023] = 6023, [6024] = 6024, [6025] = 6025, - [6026] = 6026, + [6026] = 6007, [6027] = 6027, [6028] = 6028, [6029] = 6029, - [6030] = 6030, - [6031] = 877, + [6030] = 6006, + [6031] = 6031, [6032] = 6032, - [6033] = 5882, - [6034] = 6009, + [6033] = 6033, + [6034] = 6034, [6035] = 6035, - [6036] = 6028, + [6036] = 6036, [6037] = 6037, - [6038] = 5022, - [6039] = 6028, - [6040] = 6018, + [6038] = 6038, + [6039] = 6019, + [6040] = 6040, [6041] = 6041, [6042] = 6042, - [6043] = 6043, - [6044] = 6044, - [6045] = 6045, + [6043] = 6016, + [6044] = 6025, + [6045] = 6007, [6046] = 6046, - [6047] = 6014, + [6047] = 6047, [6048] = 6048, - [6049] = 6049, - [6050] = 6050, + [6049] = 6006, + [6050] = 874, [6051] = 6051, [6052] = 6052, - [6053] = 6053, - [6054] = 6054, - [6055] = 6055, + [6053] = 6008, + [6054] = 6009, + [6055] = 6011, [6056] = 6056, - [6057] = 6057, - [6058] = 6058, - [6059] = 6056, - [6060] = 6060, - [6061] = 6061, - [6062] = 6028, - [6063] = 6028, + [6057] = 6012, + [6058] = 6019, + [6059] = 6059, + [6060] = 6014, + [6061] = 6015, + [6062] = 6016, + [6063] = 6063, [6064] = 6064, - [6065] = 6065, - [6066] = 6061, + [6065] = 6025, + [6066] = 6007, [6067] = 6067, - [6068] = 6068, - [6069] = 6069, - [6070] = 6070, + [6068] = 6006, + [6069] = 6015, + [6070] = 6019, [6071] = 6071, [6072] = 6072, - [6073] = 6032, + [6073] = 6019, [6074] = 6074, - [6075] = 6009, - [6076] = 6028, - [6077] = 6077, - [6078] = 6007, - [6079] = 6014, - [6080] = 6080, - [6081] = 878, + [6075] = 6075, + [6076] = 6025, + [6077] = 6007, + [6078] = 6033, + [6079] = 6007, + [6080] = 6006, + [6081] = 6025, [6082] = 6082, - [6083] = 6028, + [6083] = 6051, [6084] = 6084, - [6085] = 6085, - [6086] = 6086, - [6087] = 6032, - [6088] = 6017, - [6089] = 6019, - [6090] = 6032, - [6091] = 6009, - [6092] = 6009, - [6093] = 6026, - [6094] = 6027, - [6095] = 879, + [6085] = 6047, + [6086] = 6046, + [6087] = 6042, + [6088] = 6088, + [6089] = 6041, + [6090] = 6019, + [6091] = 6091, + [6092] = 6038, + [6093] = 6034, + [6094] = 6019, + [6095] = 6014, [6096] = 6096, - [6097] = 6014, - [6098] = 6098, - [6099] = 2998, - [6100] = 6014, - [6101] = 6037, - [6102] = 6028, - [6103] = 6018, - [6104] = 6041, - [6105] = 6042, - [6106] = 6106, - [6107] = 6044, - [6108] = 6108, - [6109] = 6046, + [6097] = 6032, + [6098] = 5674, + [6099] = 6099, + [6100] = 6031, + [6101] = 6072, + [6102] = 6025, + [6103] = 6007, + [6104] = 6104, + [6105] = 6105, + [6106] = 6012, + [6107] = 6031, + [6108] = 6006, + [6109] = 6109, [6110] = 6110, - [6111] = 6032, - [6112] = 6009, - [6113] = 6032, - [6114] = 6114, + [6111] = 6111, + [6112] = 6029, + [6113] = 6006, + [6114] = 6028, [6115] = 6115, - [6116] = 6064, - [6117] = 6057, - [6118] = 6065, - [6119] = 6014, - [6120] = 6056, - [6121] = 6009, - [6122] = 6068, - [6123] = 6028, - [6124] = 6070, - [6125] = 6071, - [6126] = 6126, - [6127] = 6007, - [6128] = 6028, - [6129] = 6129, - [6130] = 6032, - [6131] = 6131, - [6132] = 6017, - [6133] = 6014, - [6134] = 6134, - [6135] = 6026, - [6136] = 6027, - [6137] = 6032, - [6138] = 6138, - [6139] = 6037, - [6140] = 6009, - [6141] = 6032, - [6142] = 6044, - [6143] = 6009, - [6144] = 6046, - [6145] = 6014, - [6146] = 6146, - [6147] = 6014, - [6148] = 6148, - [6149] = 5152, - [6150] = 6056, - [6151] = 6007, - [6152] = 6152, + [6116] = 6027, + [6117] = 6007, + [6118] = 6118, + [6119] = 6119, + [6120] = 6025, + [6121] = 6019, + [6122] = 6122, + [6123] = 6123, + [6124] = 6022, + [6125] = 6020, + [6126] = 6018, + [6127] = 6127, + [6128] = 6016, + [6129] = 6025, + [6130] = 6007, + [6131] = 6011, + [6132] = 6132, + [6133] = 6133, + [6134] = 6019, + [6135] = 6006, + [6136] = 6015, + [6137] = 3006, + [6138] = 6014, + [6139] = 6139, + [6140] = 6140, + [6141] = 6012, + [6142] = 6142, + [6143] = 6011, + [6144] = 6144, + [6145] = 6009, + [6146] = 6008, + [6147] = 6147, + [6148] = 6019, + [6149] = 5426, + [6150] = 6150, + [6151] = 6018, + [6152] = 6052, [6153] = 6153, - [6154] = 6009, - [6155] = 6014, - [6156] = 6156, - [6157] = 6026, - [6158] = 6032, - [6159] = 6068, - [6160] = 6160, - [6161] = 6009, - [6162] = 6162, - [6163] = 6163, - [6164] = 6032, - [6165] = 6009, - [6166] = 6166, - [6167] = 6167, - [6168] = 6028, + [6154] = 6154, + [6155] = 6155, + [6156] = 6025, + [6157] = 6007, + [6158] = 6051, + [6159] = 6007, + [6160] = 5358, + [6161] = 6025, + [6162] = 6006, + [6163] = 6006, + [6164] = 6164, + [6165] = 6165, + [6166] = 6047, + [6167] = 6046, + [6168] = 6007, [6169] = 6169, - [6170] = 6014, + [6170] = 6025, [6171] = 6171, - [6172] = 6172, - [6173] = 6032, - [6174] = 6032, - [6175] = 6009, - [6176] = 6009, + [6172] = 6038, + [6173] = 6034, + [6174] = 6174, + [6175] = 6019, + [6176] = 6176, [6177] = 6177, - [6178] = 4910, - [6179] = 886, - [6180] = 6180, - [6181] = 6014, - [6182] = 878, - [6183] = 6014, - [6184] = 6184, - [6185] = 6028, - [6186] = 5572, - [6187] = 6187, - [6188] = 6188, - [6189] = 6189, - [6190] = 6070, - [6191] = 6191, + [6178] = 6178, + [6179] = 6033, + [6180] = 6028, + [6181] = 6181, + [6182] = 6182, + [6183] = 6025, + [6184] = 6007, + [6185] = 6185, + [6186] = 6009, + [6187] = 5158, + [6188] = 6140, + [6189] = 6006, + [6190] = 6190, + [6191] = 6027, [6192] = 6192, - [6193] = 6071, - [6194] = 6032, - [6195] = 6009, - [6196] = 6196, + [6193] = 6019, + [6194] = 6022, + [6195] = 3002, + [6196] = 6018, [6197] = 6197, - [6198] = 6014, + [6198] = 6019, [6199] = 6199, - [6200] = 6026, - [6201] = 6027, - [6202] = 880, - [6203] = 5504, - [6204] = 879, - [6205] = 6028, - [6206] = 6206, - [6207] = 6207, - [6208] = 6208, - [6209] = 6032, - [6210] = 6009, - [6211] = 6032, - [6212] = 6212, - [6213] = 5572, - [6214] = 6032, - [6215] = 6014, - [6216] = 6216, - [6217] = 6009, - [6218] = 6009, - [6219] = 6219, - [6220] = 6220, - [6221] = 6032, - [6222] = 6222, - [6223] = 6009, - [6224] = 3003, - [6225] = 6044, - [6226] = 6226, - [6227] = 6014, + [6200] = 6015, + [6201] = 6201, + [6202] = 6202, + [6203] = 6019, + [6204] = 6014, + [6205] = 6006, + [6206] = 6025, + [6207] = 6007, + [6208] = 6020, + [6209] = 6209, + [6210] = 6011, + [6211] = 6211, + [6212] = 6006, + [6213] = 6019, + [6214] = 6008, + [6215] = 6007, + [6216] = 6025, + [6217] = 6217, + [6218] = 6051, + [6219] = 6047, + [6220] = 6017, + [6221] = 6019, + [6222] = 6008, + [6223] = 6223, + [6224] = 6224, + [6225] = 6225, + [6226] = 6033, + [6227] = 6140, [6228] = 6228, - [6229] = 6014, - [6230] = 6014, - [6231] = 6231, - [6232] = 6014, - [6233] = 6233, - [6234] = 6234, - [6235] = 6235, + [6229] = 6025, + [6230] = 6007, + [6231] = 6018, + [6232] = 6019, + [6233] = 6015, + [6234] = 6014, + [6235] = 6006, [6236] = 6236, [6237] = 6237, - [6238] = 6238, - [6239] = 881, - [6240] = 6032, - [6241] = 6009, - [6242] = 6028, - [6243] = 6243, - [6244] = 6014, - [6245] = 6245, - [6246] = 6032, - [6247] = 6009, - [6248] = 6032, - [6249] = 6046, - [6250] = 6250, - [6251] = 6009, - [6252] = 6014, + [6238] = 6015, + [6239] = 6239, + [6240] = 6240, + [6241] = 6006, + [6242] = 6242, + [6243] = 6019, + [6244] = 6244, + [6245] = 6013, + [6246] = 6246, + [6247] = 6247, + [6248] = 6248, + [6249] = 6025, + [6250] = 6007, + [6251] = 6251, + [6252] = 6007, [6253] = 6253, - [6254] = 6014, - [6255] = 6014, + [6254] = 6025, + [6255] = 6006, [6256] = 6256, - [6257] = 6032, - [6258] = 6258, - [6259] = 6009, - [6260] = 6028, - [6261] = 6057, - [6262] = 6014, - [6263] = 6263, - [6264] = 6264, - [6265] = 6028, - [6266] = 6049, + [6257] = 6182, + [6258] = 6025, + [6259] = 6007, + [6260] = 6260, + [6261] = 6261, + [6262] = 6262, + [6263] = 6022, + [6264] = 6019, + [6265] = 6027, + [6266] = 6266, [6267] = 6267, - [6268] = 6268, - [6269] = 6269, + [6268] = 6025, + [6269] = 6007, [6270] = 6270, - [6271] = 6058, - [6272] = 6032, - [6273] = 6009, - [6274] = 6274, + [6271] = 6006, + [6272] = 6224, + [6273] = 6273, + [6274] = 6006, [6275] = 6275, - [6276] = 6276, + [6276] = 6017, [6277] = 6277, - [6278] = 6032, - [6279] = 6014, - [6280] = 6280, + [6278] = 6247, + [6279] = 6019, + [6280] = 6006, [6281] = 6281, - [6282] = 6009, - [6283] = 6283, + [6282] = 6072, + [6283] = 6140, [6284] = 6284, [6285] = 6285, [6286] = 6286, - [6287] = 5022, - [6288] = 6288, - [6289] = 6032, + [6287] = 6025, + [6288] = 6007, + [6289] = 6289, [6290] = 6290, - [6291] = 6032, - [6292] = 6009, - [6293] = 6293, - [6294] = 6294, - [6295] = 6295, - [6296] = 6029, - [6297] = 6297, - [6298] = 6030, - [6299] = 6299, - [6300] = 6014, - [6301] = 6032, - [6302] = 6014, - [6303] = 6019, - [6304] = 6009, - [6305] = 6009, - [6306] = 6306, - [6307] = 6307, + [6291] = 6025, + [6292] = 6007, + [6293] = 6006, + [6294] = 6052, + [6295] = 6007, + [6296] = 6147, + [6297] = 6025, + [6298] = 6013, + [6299] = 6182, + [6300] = 6019, + [6301] = 6029, + [6302] = 6006, + [6303] = 6277, + [6304] = 6247, + [6305] = 6305, + [6306] = 6025, + [6307] = 6052, [6308] = 6308, [6309] = 6309, - [6310] = 6050, - [6311] = 6311, - [6312] = 6028, - [6313] = 6032, - [6314] = 6009, + [6310] = 6013, + [6311] = 6006, + [6312] = 6006, + [6313] = 6313, + [6314] = 6182, [6315] = 6006, - [6316] = 6316, + [6316] = 846, [6317] = 6317, - [6318] = 6037, - [6319] = 6028, - [6320] = 6014, - [6321] = 6245, - [6322] = 6058, - [6323] = 6032, - [6324] = 6324, - [6325] = 6009, - [6326] = 6014, - [6327] = 6032, - [6328] = 871, - [6329] = 6009, - [6330] = 6014, - [6331] = 6032, - [6332] = 6009, - [6333] = 6014, - [6334] = 6014, - [6335] = 6226, - [6336] = 885, + [6318] = 878, + [6319] = 6007, + [6320] = 6290, + [6321] = 6223, + [6322] = 6025, + [6323] = 877, + [6324] = 851, + [6325] = 6025, + [6326] = 6007, + [6327] = 6277, + [6328] = 849, + [6329] = 6329, + [6330] = 6330, + [6331] = 6006, + [6332] = 844, + [6333] = 6333, + [6334] = 6334, + [6335] = 6019, + [6336] = 6336, [6337] = 6337, - [6338] = 6338, + [6338] = 6317, [6339] = 6339, - [6340] = 6074, - [6341] = 6032, + [6340] = 6340, + [6341] = 6127, [6342] = 6342, - [6343] = 6009, - [6344] = 6344, - [6345] = 6028, + [6343] = 6330, + [6344] = 6025, + [6345] = 6007, [6346] = 6346, [6347] = 6347, - [6348] = 6348, + [6348] = 6290, [6349] = 6349, - [6350] = 6053, - [6351] = 6351, - [6352] = 6226, - [6353] = 6032, - [6354] = 6009, - [6355] = 6355, - [6356] = 6238, - [6357] = 6014, - [6358] = 6032, - [6359] = 6014, - [6360] = 6009, - [6361] = 6028, - [6362] = 6362, - [6363] = 6032, - [6364] = 6032, - [6365] = 6009, - [6366] = 6014, - [6367] = 6009, - [6368] = 6014, - [6369] = 6369, - [6370] = 6032, - [6371] = 6009, + [6350] = 6006, + [6351] = 6019, + [6352] = 6153, + [6353] = 6154, + [6354] = 6007, + [6355] = 6025, + [6356] = 6356, + [6357] = 6178, + [6358] = 6223, + [6359] = 6359, + [6360] = 6360, + [6361] = 6361, + [6362] = 6244, + [6363] = 6025, + [6364] = 6007, + [6365] = 6365, + [6366] = 6019, + [6367] = 6329, + [6368] = 6368, + [6369] = 6006, + [6370] = 6330, + [6371] = 6371, [6372] = 6372, - [6373] = 6080, + [6373] = 6373, [6374] = 6374, - [6375] = 6172, - [6376] = 6309, + [6375] = 6375, + [6376] = 6333, [6377] = 6377, - [6378] = 6115, - [6379] = 6231, - [6380] = 6308, - [6381] = 6189, - [6382] = 6216, - [6383] = 6228, - [6384] = 6294, - [6385] = 6297, - [6386] = 6386, - [6387] = 6020, - [6388] = 6362, - [6389] = 6250, - [6390] = 6275, - [6391] = 6032, - [6392] = 6342, - [6393] = 6351, - [6394] = 6009, - [6395] = 6028, - [6396] = 6051, - [6397] = 6268, - [6398] = 6028, + [6378] = 6336, + [6379] = 6317, + [6380] = 6380, + [6381] = 6236, + [6382] = 6025, + [6383] = 6007, + [6384] = 6127, + [6385] = 6385, + [6386] = 6006, + [6387] = 6387, + [6388] = 6006, + [6389] = 6051, + [6390] = 6317, + [6391] = 6336, + [6392] = 6392, + [6393] = 6047, + [6394] = 6007, + [6395] = 6046, + [6396] = 6025, + [6397] = 6290, + [6398] = 6398, [6399] = 6399, - [6400] = 6108, - [6401] = 6014, - [6402] = 6199, - [6403] = 6080, - [6404] = 6374, - [6405] = 6172, - [6406] = 6309, - [6407] = 6399, - [6408] = 6377, - [6409] = 6115, - [6410] = 6231, - [6411] = 6308, - [6412] = 6189, - [6413] = 6032, - [6414] = 6216, - [6415] = 6228, - [6416] = 6294, - [6417] = 6297, - [6418] = 6009, - [6419] = 6020, - [6420] = 6362, - [6421] = 6250, - [6422] = 6275, - [6423] = 6032, - [6424] = 6342, - [6425] = 6351, - [6426] = 6009, - [6427] = 6051, - [6428] = 6268, - [6429] = 6007, - [6430] = 6399, - [6431] = 6014, - [6432] = 6108, - [6433] = 6014, - [6434] = 6199, - [6435] = 6080, - [6436] = 6374, - [6437] = 6172, - [6438] = 6309, - [6439] = 6377, - [6440] = 6115, - [6441] = 6231, - [6442] = 6014, - [6443] = 6308, - [6444] = 6189, - [6445] = 6216, - [6446] = 6228, - [6447] = 6020, - [6448] = 6032, - [6449] = 6362, - [6450] = 6250, - [6451] = 6051, - [6452] = 6268, - [6453] = 6032, - [6454] = 6399, - [6455] = 6009, - [6456] = 6199, - [6457] = 6009, - [6458] = 6374, - [6459] = 6172, - [6460] = 6377, - [6461] = 6231, - [6462] = 6189, + [6400] = 6082, + [6401] = 6025, + [6402] = 6007, + [6403] = 6403, + [6404] = 6404, + [6405] = 6153, + [6406] = 6154, + [6407] = 6006, + [6408] = 6178, + [6409] = 6042, + [6410] = 6410, + [6411] = 6411, + [6412] = 6201, + [6413] = 6413, + [6414] = 6202, + [6415] = 6041, + [6416] = 6416, + [6417] = 6224, + [6418] = 6418, + [6419] = 6217, + [6420] = 6025, + [6421] = 6007, + [6422] = 6019, + [6423] = 6423, + [6424] = 6223, + [6425] = 6425, + [6426] = 6006, + [6427] = 6244, + [6428] = 6428, + [6429] = 6429, + [6430] = 6430, + [6431] = 6305, + [6432] = 6432, + [6433] = 6433, + [6434] = 6434, + [6435] = 6435, + [6436] = 6329, + [6437] = 6330, + [6438] = 6438, + [6439] = 6025, + [6440] = 6007, + [6441] = 6371, + [6442] = 6372, + [6443] = 6374, + [6444] = 6444, + [6445] = 6006, + [6446] = 6446, + [6447] = 6333, + [6448] = 6448, + [6449] = 6449, + [6450] = 6416, + [6451] = 6006, + [6452] = 6410, + [6453] = 6336, + [6454] = 6317, + [6455] = 6455, + [6456] = 6456, + [6457] = 6313, + [6458] = 6025, + [6459] = 6007, + [6460] = 6460, + [6461] = 6236, + [6462] = 6127, [6463] = 6463, - [6464] = 6216, - [6465] = 6250, - [6466] = 6199, - [6467] = 6374, - [6468] = 6172, - [6469] = 6374, - [6470] = 6470, - [6471] = 6243, - [6472] = 6014, + [6464] = 6006, + [6465] = 6465, + [6466] = 6025, + [6467] = 6290, + [6468] = 5971, + [6469] = 6007, + [6470] = 6007, + [6471] = 6025, + [6472] = 4995, [6473] = 6473, - [6474] = 6299, - [6475] = 6338, - [6476] = 6355, - [6477] = 6477, - [6478] = 6478, - [6479] = 6041, - [6480] = 6470, - [6481] = 6317, - [6482] = 6243, - [6483] = 6032, - [6484] = 6028, - [6485] = 6299, - [6486] = 6245, - [6487] = 6058, - [6488] = 6338, - [6489] = 6355, - [6490] = 6009, - [6491] = 6470, - [6492] = 6028, - [6493] = 6470, - [6494] = 6032, - [6495] = 6243, - [6496] = 6496, - [6497] = 6338, - [6498] = 6014, - [6499] = 6009, - [6500] = 6032, - [6501] = 6009, - [6502] = 6502, - [6503] = 6028, - [6504] = 6226, - [6505] = 6032, - [6506] = 6009, - [6507] = 6014, - [6508] = 844, - [6509] = 6014, - [6510] = 5512, - [6511] = 880, - [6512] = 6032, - [6513] = 6032, - [6514] = 6009, - [6515] = 6014, - [6516] = 6028, - [6517] = 6517, - [6518] = 6518, - [6519] = 6032, - [6520] = 6374, - [6521] = 6014, - [6522] = 6522, - [6523] = 6032, - [6524] = 6009, - [6525] = 6032, - [6526] = 6014, - [6527] = 5802, - [6528] = 6032, - [6529] = 6014, - [6530] = 877, - [6531] = 6032, - [6532] = 6532, - [6533] = 881, - [6534] = 6534, - [6535] = 6535, - [6536] = 6536, - [6537] = 6028, - [6538] = 6538, - [6539] = 6017, - [6540] = 6317, - [6541] = 6541, - [6542] = 6542, - [6543] = 6543, - [6544] = 6017, - [6545] = 6019, - [6546] = 6042, - [6547] = 6369, - [6548] = 6032, - [6549] = 6369, - [6550] = 875, - [6551] = 6022, - [6552] = 6369, - [6553] = 6009, - [6554] = 6369, - [6555] = 6317, - [6556] = 6028, - [6557] = 6369, - [6558] = 6026, - [6559] = 6027, - [6560] = 6029, - [6561] = 6030, - [6562] = 6028, - [6563] = 6037, - [6564] = 6014, - [6565] = 6018, - [6566] = 6041, - [6567] = 6042, - [6568] = 6568, - [6569] = 6569, - [6570] = 6570, - [6571] = 6058, - [6572] = 6044, - [6573] = 6573, - [6574] = 6046, - [6575] = 6575, - [6576] = 6049, - [6577] = 6050, + [6474] = 6082, + [6475] = 6033, + [6476] = 6017, + [6477] = 6025, + [6478] = 6007, + [6479] = 6479, + [6480] = 4925, + [6481] = 6481, + [6482] = 6019, + [6483] = 6006, + [6484] = 6153, + [6485] = 6154, + [6486] = 6178, + [6487] = 6487, + [6488] = 6072, + [6489] = 5674, + [6490] = 6201, + [6491] = 6202, + [6492] = 6140, + [6493] = 6006, + [6494] = 6308, + [6495] = 6495, + [6496] = 6025, + [6497] = 6007, + [6498] = 6217, + [6499] = 6223, + [6500] = 6435, + [6501] = 6007, + [6502] = 6006, + [6503] = 6503, + [6504] = 6333, + [6505] = 6244, + [6506] = 6025, + [6507] = 6507, + [6508] = 6032, + [6509] = 846, + [6510] = 5706, + [6511] = 6511, + [6512] = 6025, + [6513] = 6305, + [6514] = 6374, + [6515] = 6025, + [6516] = 6007, + [6517] = 6433, + [6518] = 6434, + [6519] = 6435, + [6520] = 6520, + [6521] = 6006, + [6522] = 6007, + [6523] = 6523, + [6524] = 4995, + [6525] = 868, + [6526] = 6019, + [6527] = 6006, + [6528] = 6329, + [6529] = 6330, + [6530] = 871, + [6531] = 6147, + [6532] = 6371, + [6533] = 6372, + [6534] = 6025, + [6535] = 6007, + [6536] = 6374, + [6537] = 6006, + [6538] = 6333, + [6539] = 6140, + [6540] = 6006, + [6541] = 6277, + [6542] = 6416, + [6543] = 6410, + [6544] = 876, + [6545] = 6147, + [6546] = 6007, + [6547] = 6336, + [6548] = 6317, + [6549] = 6025, + [6550] = 6034, + [6551] = 5699, + [6552] = 6313, + [6553] = 6025, + [6554] = 6007, + [6555] = 6028, + [6556] = 6236, + [6557] = 6084, + [6558] = 6127, + [6559] = 6006, + [6560] = 6560, + [6561] = 6038, + [6562] = 6019, + [6563] = 6025, + [6564] = 6007, + [6565] = 6084, + [6566] = 878, + [6567] = 6084, + [6568] = 6371, + [6569] = 6025, + [6570] = 877, + [6571] = 851, + [6572] = 6025, + [6573] = 6007, + [6574] = 6025, + [6575] = 6084, + [6576] = 6006, + [6577] = 849, [6578] = 6006, - [6579] = 6579, - [6580] = 6053, - [6581] = 6022, - [6582] = 6582, - [6583] = 6028, - [6584] = 6057, - [6585] = 6056, - [6586] = 6586, - [6587] = 6061, - [6588] = 6032, - [6589] = 6589, - [6590] = 6590, - [6591] = 6064, - [6592] = 6065, - [6593] = 6068, - [6594] = 6070, - [6595] = 6071, - [6596] = 6596, - [6597] = 6377, - [6598] = 6598, - [6599] = 6599, + [6579] = 6025, + [6580] = 6084, + [6581] = 844, + [6582] = 6007, + [6583] = 6025, + [6584] = 6025, + [6585] = 6007, + [6586] = 6006, + [6587] = 6006, + [6588] = 6019, + [6589] = 6006, + [6590] = 6372, + [6591] = 6025, + [6592] = 6007, + [6593] = 6006, + [6594] = 6329, + [6595] = 6006, + [6596] = 6434, + [6597] = 6007, + [6598] = 6025, + [6599] = 6007, [6600] = 6600, - [6601] = 6074, - [6602] = 6032, - [6603] = 6603, - [6604] = 6028, - [6605] = 6245, - [6606] = 6058, - [6607] = 6014, + [6601] = 6006, + [6602] = 6025, + [6603] = 6019, + [6604] = 6025, + [6605] = 6019, + [6606] = 6433, + [6607] = 6025, [6608] = 6608, [6609] = 6609, [6610] = 6610, [6611] = 6611, [6612] = 6612, [6613] = 6613, - [6614] = 6611, - [6615] = 5778, - [6616] = 6616, + [6614] = 6609, + [6615] = 6615, + [6616] = 6612, [6617] = 6617, [6618] = 6618, - [6619] = 6613, + [6619] = 6619, [6620] = 6620, - [6621] = 6621, - [6622] = 6622, - [6623] = 6623, + [6621] = 6610, + [6622] = 6609, + [6623] = 6611, [6624] = 6624, [6625] = 6625, - [6626] = 6613, - [6627] = 6609, - [6628] = 6616, + [6626] = 6626, + [6627] = 6627, + [6628] = 6628, [6629] = 6617, - [6630] = 6611, - [6631] = 6618, - [6632] = 6613, - [6633] = 6622, - [6634] = 6620, - [6635] = 6616, + [6630] = 6618, + [6631] = 6612, + [6632] = 6632, + [6633] = 6609, + [6634] = 6619, + [6635] = 6635, [6636] = 6617, [6637] = 6618, - [6638] = 6638, - [6639] = 6620, - [6640] = 6622, - [6641] = 6622, - [6642] = 6642, - [6643] = 6609, - [6644] = 6644, - [6645] = 6645, - [6646] = 6613, - [6647] = 6647, + [6638] = 6619, + [6639] = 6610, + [6640] = 6610, + [6641] = 6641, + [6642] = 6611, + [6643] = 6643, + [6644] = 6628, + [6645] = 6611, + [6646] = 6646, + [6647] = 6609, [6648] = 6648, - [6649] = 6620, - [6650] = 6650, - [6651] = 6622, - [6652] = 6613, - [6653] = 6609, - [6654] = 6654, - [6655] = 6655, - [6656] = 6613, - [6657] = 6657, + [6649] = 6649, + [6650] = 6610, + [6651] = 6628, + [6652] = 6611, + [6653] = 6653, + [6654] = 6628, + [6655] = 6609, + [6656] = 6656, + [6657] = 6609, [6658] = 6658, - [6659] = 6620, - [6660] = 886, - [6661] = 6622, - [6662] = 6609, - [6663] = 6663, - [6664] = 6609, - [6665] = 6610, - [6666] = 6609, - [6667] = 6616, - [6668] = 6611, - [6669] = 6617, - [6670] = 6609, - [6671] = 6613, - [6672] = 6618, - [6673] = 6654, - [6674] = 6609, - [6675] = 6609, - [6676] = 6609, - [6677] = 6609, - [6678] = 6609, - [6679] = 6609, - [6680] = 6609, - [6681] = 6609, - [6682] = 6609, - [6683] = 6609, - [6684] = 6609, - [6685] = 6609, - [6686] = 6609, - [6687] = 6609, - [6688] = 6609, - [6689] = 6609, - [6690] = 6609, - [6691] = 6609, - [6692] = 6609, - [6693] = 6609, - [6694] = 6609, - [6695] = 6609, - [6696] = 6609, - [6697] = 6609, - [6698] = 6609, - [6699] = 6616, - [6700] = 6617, - [6701] = 6618, - [6702] = 6620, - [6703] = 6703, - [6704] = 6620, + [6659] = 6610, + [6660] = 6610, + [6661] = 6619, + [6662] = 6611, + [6663] = 6628, + [6664] = 6618, + [6665] = 6617, + [6666] = 6666, + [6667] = 6628, + [6668] = 6609, + [6669] = 6612, + [6670] = 6628, + [6671] = 6628, + [6672] = 6672, + [6673] = 6673, + [6674] = 6611, + [6675] = 6628, + [6676] = 6628, + [6677] = 6628, + [6678] = 6628, + [6679] = 6628, + [6680] = 6628, + [6681] = 6628, + [6682] = 6628, + [6683] = 6628, + [6684] = 6628, + [6685] = 6628, + [6686] = 6628, + [6687] = 6628, + [6688] = 6628, + [6689] = 6628, + [6690] = 6628, + [6691] = 6628, + [6692] = 6628, + [6693] = 6628, + [6694] = 6628, + [6695] = 6628, + [6696] = 6628, + [6697] = 6628, + [6698] = 6628, + [6699] = 6628, + [6700] = 6700, + [6701] = 6701, + [6702] = 6702, + [6703] = 6617, + [6704] = 6704, [6705] = 6705, - [6706] = 6706, - [6707] = 6622, + [6706] = 6619, + [6707] = 6707, [6708] = 6708, - [6709] = 6709, + [6709] = 6618, [6710] = 6710, [6711] = 6711, - [6712] = 6712, + [6712] = 6617, [6713] = 6713, [6714] = 6714, [6715] = 6715, [6716] = 6716, - [6717] = 6717, + [6717] = 6609, [6718] = 6718, - [6719] = 6719, - [6720] = 6654, + [6719] = 6613, + [6720] = 6720, [6721] = 6721, - [6722] = 6722, - [6723] = 6723, + [6722] = 6612, + [6723] = 6628, [6724] = 6724, [6725] = 6725, [6726] = 6726, [6727] = 6727, [6728] = 6728, [6729] = 6729, - [6730] = 6663, - [6731] = 6609, - [6732] = 6732, - [6733] = 5237, - [6734] = 6734, + [6730] = 6730, + [6731] = 6611, + [6732] = 6610, + [6733] = 6619, + [6734] = 6618, [6735] = 6735, - [6736] = 6736, - [6737] = 6737, - [6738] = 6738, + [6736] = 6635, + [6737] = 6625, + [6738] = 6708, [6739] = 6739, - [6740] = 6740, - [6741] = 2579, - [6742] = 6611, - [6743] = 6647, + [6740] = 6617, + [6741] = 6741, + [6742] = 6742, + [6743] = 6743, [6744] = 6744, - [6745] = 6613, - [6746] = 6622, - [6747] = 6747, - [6748] = 6616, - [6749] = 6617, - [6750] = 6750, - [6751] = 6618, + [6745] = 6609, + [6746] = 6744, + [6747] = 6612, + [6748] = 6628, + [6749] = 6749, + [6750] = 6739, + [6751] = 6751, [6752] = 6752, - [6753] = 6620, + [6753] = 6753, [6754] = 6754, - [6755] = 6622, + [6755] = 6612, [6756] = 6756, - [6757] = 6757, - [6758] = 6758, - [6759] = 6759, - [6760] = 6760, - [6761] = 6759, - [6762] = 6762, + [6757] = 6611, + [6758] = 6610, + [6759] = 6619, + [6760] = 6618, + [6761] = 6617, + [6762] = 6609, [6763] = 6763, - [6764] = 6764, - [6765] = 6765, - [6766] = 6766, - [6767] = 6267, + [6764] = 6612, + [6765] = 6751, + [6766] = 6628, + [6767] = 6767, [6768] = 6768, - [6769] = 6654, + [6769] = 6769, [6770] = 6770, [6771] = 6771, [6772] = 6772, - [6773] = 6773, + [6773] = 6611, [6774] = 6774, - [6775] = 6775, - [6776] = 6776, - [6777] = 6777, + [6775] = 6610, + [6776] = 6619, + [6777] = 6618, [6778] = 6778, [6779] = 6779, [6780] = 6780, - [6781] = 6781, + [6781] = 6617, [6782] = 6782, - [6783] = 6783, + [6783] = 6609, [6784] = 6784, - [6785] = 6663, - [6786] = 6609, + [6785] = 6628, + [6786] = 6786, [6787] = 6787, - [6788] = 6663, - [6789] = 6654, - [6790] = 6611, - [6791] = 6740, - [6792] = 5746, - [6793] = 6270, - [6794] = 6794, - [6795] = 6613, + [6788] = 6741, + [6789] = 6612, + [6790] = 6790, + [6791] = 6628, + [6792] = 6792, + [6793] = 6793, + [6794] = 6611, + [6795] = 6795, [6796] = 6796, - [6797] = 6797, - [6798] = 6609, + [6797] = 6610, + [6798] = 6798, [6799] = 6799, - [6800] = 6616, - [6801] = 6617, - [6802] = 6802, + [6800] = 6619, + [6801] = 6618, + [6802] = 6617, [6803] = 6803, - [6804] = 6618, + [6804] = 6609, [6805] = 6805, [6806] = 6806, - [6807] = 6620, - [6808] = 6808, - [6809] = 6622, - [6810] = 6810, + [6807] = 6807, + [6808] = 6612, + [6809] = 6612, + [6810] = 6628, [6811] = 6811, - [6812] = 6663, + [6812] = 6812, [6813] = 6813, - [6814] = 6814, - [6815] = 6815, - [6816] = 6609, - [6817] = 6817, - [6818] = 6818, - [6819] = 6611, + [6814] = 6611, + [6815] = 6610, + [6816] = 6619, + [6817] = 6618, + [6818] = 6617, + [6819] = 6819, [6820] = 6820, [6821] = 6821, - [6822] = 6762, - [6823] = 6654, + [6822] = 6822, + [6823] = 6823, [6824] = 6824, - [6825] = 6736, + [6825] = 6825, [6826] = 6826, - [6827] = 6610, + [6827] = 6827, [6828] = 6828, [6829] = 6829, [6830] = 6830, [6831] = 6831, - [6832] = 6706, - [6833] = 6069, - [6834] = 6834, - [6835] = 6663, - [6836] = 6712, - [6837] = 6713, - [6838] = 6838, - [6839] = 6609, - [6840] = 6611, + [6832] = 6832, + [6833] = 6833, + [6834] = 6707, + [6835] = 6835, + [6836] = 6836, + [6837] = 6610, + [6838] = 6713, + [6839] = 6714, + [6840] = 6840, [6841] = 6841, - [6842] = 6611, - [6843] = 6843, - [6844] = 6613, - [6845] = 6613, - [6846] = 6610, - [6847] = 6725, - [6848] = 6726, - [6849] = 6616, - [6850] = 6617, - [6851] = 6618, - [6852] = 6852, - [6853] = 6620, - [6854] = 6780, - [6855] = 6616, - [6856] = 6622, + [6842] = 6609, + [6843] = 6618, + [6844] = 6844, + [6845] = 6612, + [6846] = 6846, + [6847] = 6628, + [6848] = 6848, + [6849] = 6727, + [6850] = 6728, + [6851] = 6619, + [6852] = 6829, + [6853] = 6853, + [6854] = 6854, + [6855] = 6611, + [6856] = 6610, [6857] = 6857, - [6858] = 6617, + [6858] = 6858, [6859] = 6859, - [6860] = 6618, - [6861] = 6739, + [6860] = 6860, + [6861] = 6861, [6862] = 6862, - [6863] = 6620, - [6864] = 6654, - [6865] = 6865, - [6866] = 6866, + [6863] = 6741, + [6864] = 6619, + [6865] = 6618, + [6866] = 6617, [6867] = 6867, - [6868] = 6868, + [6868] = 6609, [6869] = 6869, - [6870] = 6706, - [6871] = 6663, - [6872] = 6609, - [6873] = 6710, + [6870] = 6870, + [6871] = 6612, + [6872] = 6872, + [6873] = 6628, [6874] = 6874, [6875] = 6875, - [6876] = 6875, - [6877] = 6611, - [6878] = 6622, - [6879] = 6613, - [6880] = 6611, + [6876] = 6876, + [6877] = 6877, + [6878] = 6878, + [6879] = 6879, + [6880] = 6880, [6881] = 6881, [6882] = 6882, - [6883] = 6616, - [6884] = 6617, - [6885] = 6885, - [6886] = 5022, - [6887] = 6654, - [6888] = 6618, + [6883] = 6883, + [6884] = 6884, + [6885] = 6611, + [6886] = 6886, + [6887] = 6887, + [6888] = 6888, [6889] = 6889, - [6890] = 6890, - [6891] = 6862, - [6892] = 6620, - [6893] = 6893, - [6894] = 6894, + [6890] = 6611, + [6891] = 6768, + [6892] = 6610, + [6893] = 6619, + [6894] = 6618, [6895] = 6895, - [6896] = 6777, - [6897] = 6778, - [6898] = 6780, - [6899] = 6622, - [6900] = 6900, - [6901] = 3017, + [6896] = 6896, + [6897] = 6617, + [6898] = 6779, + [6899] = 6780, + [6900] = 6782, + [6901] = 6901, [6902] = 6902, - [6903] = 6889, + [6903] = 6609, [6904] = 6904, - [6905] = 6654, - [6906] = 6770, + [6905] = 6612, + [6906] = 6628, [6907] = 6907, - [6908] = 6740, + [6908] = 6908, [6909] = 6909, - [6910] = 6654, - [6911] = 6911, - [6912] = 6781, - [6913] = 6913, - [6914] = 6914, - [6915] = 6663, - [6916] = 6916, + [6910] = 6910, + [6911] = 6611, + [6912] = 6610, + [6913] = 6619, + [6914] = 6618, + [6915] = 6915, + [6916] = 6617, [6917] = 6917, - [6918] = 6803, - [6919] = 6609, - [6920] = 6893, - [6921] = 6921, + [6918] = 6609, + [6919] = 6771, + [6920] = 6805, + [6921] = 6608, [6922] = 6922, - [6923] = 6663, - [6924] = 6611, - [6925] = 6233, - [6926] = 6609, - [6927] = 6613, - [6928] = 6862, - [6929] = 6613, - [6930] = 6616, - [6931] = 6617, - [6932] = 6932, - [6933] = 6618, - [6934] = 6900, - [6935] = 6935, - [6936] = 6620, - [6937] = 874, - [6938] = 6611, - [6939] = 6622, + [6923] = 6923, + [6924] = 6774, + [6925] = 6612, + [6926] = 6926, + [6927] = 6927, + [6928] = 6628, + [6929] = 6929, + [6930] = 6930, + [6931] = 6931, + [6932] = 6611, + [6933] = 6610, + [6934] = 6619, + [6935] = 6618, + [6936] = 6617, + [6937] = 6937, + [6938] = 6938, + [6939] = 6939, [6940] = 6940, - [6941] = 6706, + [6941] = 6609, [6942] = 6942, - [6943] = 6799, - [6944] = 6712, - [6945] = 6713, - [6946] = 6946, - [6947] = 6947, + [6943] = 6707, + [6944] = 6944, + [6945] = 6945, + [6946] = 6713, + [6947] = 6714, [6948] = 6948, [6949] = 6949, - [6950] = 6950, - [6951] = 6613, - [6952] = 6952, - [6953] = 6654, - [6954] = 6724, - [6955] = 5556, - [6956] = 6808, - [6957] = 6616, - [6958] = 6663, - [6959] = 6608, - [6960] = 6609, - [6961] = 6617, - [6962] = 6739, - [6963] = 6618, - [6964] = 6611, - [6965] = 6965, - [6966] = 6818, - [6967] = 6613, - [6968] = 6620, - [6969] = 6969, - [6970] = 6736, - [6971] = 6616, - [6972] = 6617, - [6973] = 6618, - [6974] = 6622, - [6975] = 6620, - [6976] = 6177, - [6977] = 6977, - [6978] = 6622, - [6979] = 6805, - [6980] = 6980, - [6981] = 6981, - [6982] = 6264, - [6983] = 6983, - [6984] = 6984, + [6950] = 6612, + [6951] = 6951, + [6952] = 6628, + [6953] = 6953, + [6954] = 6945, + [6955] = 6937, + [6956] = 6953, + [6957] = 6612, + [6958] = 6624, + [6959] = 6930, + [6960] = 6960, + [6961] = 6907, + [6962] = 6917, + [6963] = 6728, + [6964] = 6910, + [6965] = 6741, + [6966] = 6951, + [6967] = 6967, + [6968] = 6727, + [6969] = 6611, + [6970] = 6610, + [6971] = 6619, + [6972] = 6908, + [6973] = 6907, + [6974] = 6618, + [6975] = 6617, + [6976] = 6949, + [6977] = 6778, + [6978] = 6609, + [6979] = 6979, + [6980] = 6901, + [6981] = 6882, + [6982] = 6880, + [6983] = 6875, + [6984] = 6869, [6985] = 6985, - [6986] = 6986, - [6987] = 6987, + [6986] = 6942, + [6987] = 6867, [6988] = 6988, - [6989] = 6875, - [6990] = 6777, - [6991] = 6780, - [6992] = 6654, - [6993] = 6993, - [6994] = 6994, - [6995] = 6995, - [6996] = 6996, - [6997] = 6997, - [6998] = 6998, - [6999] = 6663, - [7000] = 7000, - [7001] = 6609, - [7002] = 6803, - [7003] = 7003, - [7004] = 6654, - [7005] = 6740, - [7006] = 6611, - [7007] = 6996, - [7008] = 6621, - [7009] = 7009, - [7010] = 6706, - [7011] = 6613, - [7012] = 6889, - [7013] = 6712, - [7014] = 6713, - [7015] = 6712, - [7016] = 6794, - [7017] = 6911, - [7018] = 6616, - [7019] = 6617, - [7020] = 6618, - [7021] = 7021, - [7022] = 7022, - [7023] = 6620, - [7024] = 7024, - [7025] = 6739, - [7026] = 6663, - [7027] = 6622, - [7028] = 6609, - [7029] = 7029, - [7030] = 7030, - [7031] = 7031, - [7032] = 6657, - [7033] = 6657, - [7034] = 7034, - [7035] = 6654, - [7036] = 7036, - [7037] = 5802, - [7038] = 7038, - [7039] = 7039, - [7040] = 7040, - [7041] = 6777, - [7042] = 6780, - [7043] = 5803, - [7044] = 6713, - [7045] = 6803, - [7046] = 6611, - [7047] = 6725, - [7048] = 6663, - [7049] = 6706, - [7050] = 6609, - [7051] = 6712, - [7052] = 6713, - [7053] = 6616, - [7054] = 6023, - [7055] = 6611, - [7056] = 6613, - [7057] = 7057, - [7058] = 5694, - [7059] = 6035, - [7060] = 6726, - [7061] = 6739, - [7062] = 6657, - [7063] = 6613, + [6989] = 6612, + [6990] = 6610, + [6991] = 6628, + [6992] = 6940, + [6993] = 6779, + [6994] = 6782, + [6995] = 6735, + [6996] = 6619, + [6997] = 6618, + [6998] = 6617, + [6999] = 6939, + [7000] = 6611, + [7001] = 6610, + [7002] = 6619, + [7003] = 6618, + [7004] = 6813, + [7005] = 6805, + [7006] = 6617, + [7007] = 6938, + [7008] = 6811, + [7009] = 6609, + [7010] = 6612, + [7011] = 6807, + [7012] = 6803, + [7013] = 6707, + [7014] = 6628, + [7015] = 6929, + [7016] = 6713, + [7017] = 6714, + [7018] = 6793, + [7019] = 6927, + [7020] = 6926, + [7021] = 6787, + [7022] = 6923, + [7023] = 6611, + [7024] = 6610, + [7025] = 6772, + [7026] = 6769, + [7027] = 6767, + [7028] = 6741, + [7029] = 6619, + [7030] = 6763, + [7031] = 6618, + [7032] = 6617, + [7033] = 6756, + [7034] = 6922, + [7035] = 6754, + [7036] = 6753, + [7037] = 6749, + [7038] = 6609, + [7039] = 6742, + [7040] = 6617, + [7041] = 6730, + [7042] = 6628, + [7043] = 6729, + [7044] = 6779, + [7045] = 6782, + [7046] = 6896, + [7047] = 7047, + [7048] = 6805, + [7049] = 7049, + [7050] = 6724, + [7051] = 6721, + [7052] = 6707, + [7053] = 6628, + [7054] = 6713, + [7055] = 6714, + [7056] = 6715, + [7057] = 6988, + [7058] = 6673, + [7059] = 6672, + [7060] = 6611, + [7061] = 6854, + [7062] = 6666, + [7063] = 7063, [7064] = 7064, - [7065] = 6617, - [7066] = 7066, + [7065] = 6741, + [7066] = 6627, [7067] = 7067, - [7068] = 7068, - [7069] = 6796, - [7070] = 6616, - [7071] = 5501, - [7072] = 6618, - [7073] = 6780, - [7074] = 6617, - [7075] = 6803, - [7076] = 6616, - [7077] = 6706, - [7078] = 6618, - [7079] = 6712, - [7080] = 6713, - [7081] = 7081, - [7082] = 6617, - [7083] = 6618, - [7084] = 6739, - [7085] = 6616, - [7086] = 6620, - [7087] = 5152, - [7088] = 6617, - [7089] = 6622, + [7068] = 6641, + [7069] = 6649, + [7070] = 6620, + [7071] = 6626, + [7072] = 6610, + [7073] = 6619, + [7074] = 6609, + [7075] = 6658, + [7076] = 6784, + [7077] = 6782, + [7078] = 6613, + [7079] = 6805, + [7080] = 7080, + [7081] = 6707, + [7082] = 6618, + [7083] = 6713, + [7084] = 6714, + [7085] = 6960, + [7086] = 6612, + [7087] = 6889, + [7088] = 6741, + [7089] = 6632, [7090] = 7090, - [7091] = 7091, - [7092] = 7092, - [7093] = 7093, - [7094] = 6620, - [7095] = 6618, - [7096] = 6803, - [7097] = 7097, - [7098] = 6706, - [7099] = 6882, - [7100] = 6712, - [7101] = 6713, - [7102] = 7102, - [7103] = 6739, - [7104] = 6620, - [7105] = 6654, - [7106] = 6620, - [7107] = 6622, - [7108] = 6747, - [7109] = 7109, - [7110] = 7110, + [7091] = 6643, + [7092] = 6646, + [7093] = 6648, + [7094] = 6653, + [7095] = 7095, + [7096] = 6656, + [7097] = 6609, + [7098] = 7098, + [7099] = 6700, + [7100] = 6805, + [7101] = 6888, + [7102] = 6707, + [7103] = 6702, + [7104] = 6713, + [7105] = 6714, + [7106] = 6612, + [7107] = 6741, + [7108] = 6704, + [7109] = 6705, + [7110] = 6628, [7111] = 7111, - [7112] = 6706, - [7113] = 7113, - [7114] = 6712, - [7115] = 6713, - [7116] = 7116, - [7117] = 6739, - [7118] = 6663, - [7119] = 7119, - [7120] = 6609, - [7121] = 6705, - [7122] = 6710, - [7123] = 6611, - [7124] = 7124, - [7125] = 6706, - [7126] = 6613, - [7127] = 6712, - [7128] = 6713, - [7129] = 6616, - [7130] = 6739, - [7131] = 6263, - [7132] = 4616, - [7133] = 7133, - [7134] = 7134, - [7135] = 6719, - [7136] = 6293, - [7137] = 6706, - [7138] = 7138, - [7139] = 6712, - [7140] = 6713, - [7141] = 6616, - [7142] = 6739, - [7143] = 6617, - [7144] = 869, - [7145] = 5730, - [7146] = 7146, - [7147] = 6618, - [7148] = 6654, - [7149] = 6706, - [7150] = 7150, - [7151] = 6712, - [7152] = 6713, - [7153] = 6620, - [7154] = 6739, - [7155] = 7155, - [7156] = 6622, - [7157] = 7157, - [7158] = 7158, - [7159] = 7102, - [7160] = 7160, - [7161] = 6706, - [7162] = 6654, - [7163] = 6712, - [7164] = 6713, - [7165] = 2593, - [7166] = 6739, - [7167] = 7167, - [7168] = 7168, - [7169] = 6648, - [7170] = 5022, - [7171] = 7171, - [7172] = 7172, - [7173] = 6706, - [7174] = 7174, - [7175] = 6712, - [7176] = 6713, - [7177] = 7177, - [7178] = 6739, - [7179] = 7179, - [7180] = 6663, - [7181] = 7181, - [7182] = 6609, - [7183] = 5761, - [7184] = 7184, - [7185] = 6706, - [7186] = 7186, - [7187] = 6712, - [7188] = 6713, - [7189] = 7189, - [7190] = 6739, - [7191] = 6663, - [7192] = 6611, - [7193] = 6609, - [7194] = 6613, - [7195] = 6617, - [7196] = 6728, - [7197] = 6706, - [7198] = 6616, - [7199] = 6712, - [7200] = 6713, - [7201] = 6617, - [7202] = 6739, - [7203] = 6618, - [7204] = 6611, - [7205] = 6705, - [7206] = 5249, - [7207] = 6620, - [7208] = 6734, - [7209] = 6706, - [7210] = 6622, - [7211] = 6712, - [7212] = 6713, - [7213] = 5186, - [7214] = 6739, - [7215] = 6613, - [7216] = 6055, - [7217] = 6654, - [7218] = 6710, - [7219] = 6114, - [7220] = 7220, - [7221] = 6706, + [7112] = 6711, + [7113] = 6716, + [7114] = 7114, + [7115] = 7115, + [7116] = 6707, + [7117] = 7117, + [7118] = 6713, + [7119] = 6714, + [7120] = 6718, + [7121] = 6741, + [7122] = 6887, + [7123] = 7123, + [7124] = 6720, + [7125] = 6883, + [7126] = 6725, + [7127] = 6726, + [7128] = 6735, + [7129] = 6707, + [7130] = 7130, + [7131] = 6713, + [7132] = 6714, + [7133] = 6909, + [7134] = 6741, + [7135] = 7135, + [7136] = 6635, + [7137] = 6625, + [7138] = 6876, + [7139] = 6708, + [7140] = 6874, + [7141] = 6707, + [7142] = 6611, + [7143] = 6713, + [7144] = 6714, + [7145] = 6610, + [7146] = 6741, + [7147] = 6739, + [7148] = 6751, + [7149] = 6619, + [7150] = 6618, + [7151] = 6612, + [7152] = 6617, + [7153] = 6707, + [7154] = 6786, + [7155] = 6713, + [7156] = 6714, + [7157] = 6872, + [7158] = 6741, + [7159] = 6768, + [7160] = 6609, + [7161] = 6870, + [7162] = 6771, + [7163] = 6612, + [7164] = 6774, + [7165] = 6707, + [7166] = 6948, + [7167] = 6713, + [7168] = 6714, + [7169] = 6658, + [7170] = 6741, + [7171] = 6778, + [7172] = 6628, + [7173] = 6784, + [7174] = 6628, + [7175] = 6786, + [7176] = 6862, + [7177] = 6707, + [7178] = 6910, + [7179] = 6713, + [7180] = 6714, + [7181] = 6790, + [7182] = 6741, + [7183] = 6861, + [7184] = 6860, + [7185] = 6795, + [7186] = 6937, + [7187] = 7187, + [7188] = 7188, + [7189] = 6707, + [7190] = 6859, + [7191] = 6713, + [7192] = 6714, + [7193] = 6799, + [7194] = 6741, + [7195] = 6611, + [7196] = 6610, + [7197] = 6806, + [7198] = 7198, + [7199] = 6619, + [7200] = 6812, + [7201] = 6707, + [7202] = 6618, + [7203] = 6713, + [7204] = 6714, + [7205] = 6617, + [7206] = 6741, + [7207] = 6858, + [7208] = 6609, + [7209] = 6609, + [7210] = 6857, + [7211] = 6626, + [7212] = 7212, + [7213] = 6707, + [7214] = 7214, + [7215] = 6713, + [7216] = 6714, + [7217] = 6610, + [7218] = 6741, + [7219] = 6620, + [7220] = 6628, + [7221] = 7221, [7222] = 7222, - [7223] = 6712, - [7224] = 6713, - [7225] = 6618, - [7226] = 6739, - [7227] = 7227, - [7228] = 6890, - [7229] = 6663, - [7230] = 6609, - [7231] = 7124, - [7232] = 7232, - [7233] = 6706, - [7234] = 6616, - [7235] = 6712, - [7236] = 6713, - [7237] = 6617, - [7238] = 6739, - [7239] = 3024, - [7240] = 7240, - [7241] = 6638, - [7242] = 7242, - [7243] = 6611, - [7244] = 6618, - [7245] = 6706, + [7223] = 6848, + [7224] = 6649, + [7225] = 6707, + [7226] = 7226, + [7227] = 6713, + [7228] = 6714, + [7229] = 6641, + [7230] = 6741, + [7231] = 7067, + [7232] = 5718, + [7233] = 6627, + [7234] = 7064, + [7235] = 7235, + [7236] = 7063, + [7237] = 6707, + [7238] = 6846, + [7239] = 6713, + [7240] = 6714, + [7241] = 6611, + [7242] = 6741, + [7243] = 6610, + [7244] = 6619, + [7245] = 6618, [7246] = 7246, - [7247] = 6712, - [7248] = 6713, - [7249] = 6613, - [7250] = 6739, - [7251] = 6622, - [7252] = 6620, - [7253] = 6616, - [7254] = 6617, - [7255] = 6618, - [7256] = 7256, - [7257] = 6706, - [7258] = 6747, - [7259] = 6712, - [7260] = 6713, - [7261] = 6620, - [7262] = 6739, - [7263] = 6622, - [7264] = 6622, - [7265] = 6752, - [7266] = 6754, - [7267] = 7267, - [7268] = 5022, - [7269] = 6706, + [7247] = 6617, + [7248] = 5177, + [7249] = 6707, + [7250] = 6611, + [7251] = 6713, + [7252] = 6714, + [7253] = 6609, + [7254] = 6741, + [7255] = 6612, + [7256] = 6628, + [7257] = 6841, + [7258] = 7258, + [7259] = 6831, + [7260] = 6830, + [7261] = 6707, + [7262] = 7262, + [7263] = 6713, + [7264] = 6714, + [7265] = 6611, + [7266] = 6741, + [7267] = 6779, + [7268] = 6610, + [7269] = 7269, [7270] = 7270, - [7271] = 6712, - [7272] = 6713, - [7273] = 7273, - [7274] = 6739, - [7275] = 7275, - [7276] = 7276, - [7277] = 6882, - [7278] = 6609, - [7279] = 6759, - [7280] = 7280, - [7281] = 6706, - [7282] = 6890, - [7283] = 6712, - [7284] = 6713, - [7285] = 6654, - [7286] = 6739, - [7287] = 6188, - [7288] = 6611, - [7289] = 6206, - [7290] = 7290, - [7291] = 7030, - [7292] = 6613, - [7293] = 6706, - [7294] = 6620, - [7295] = 6712, - [7296] = 6713, - [7297] = 7146, - [7298] = 6739, - [7299] = 7299, - [7300] = 6616, + [7271] = 7271, + [7272] = 6854, + [7273] = 6707, + [7274] = 6780, + [7275] = 6713, + [7276] = 6714, + [7277] = 6619, + [7278] = 6741, + [7279] = 6672, + [7280] = 6666, + [7281] = 7281, + [7282] = 7282, + [7283] = 7283, + [7284] = 6673, + [7285] = 6707, + [7286] = 6618, + [7287] = 6713, + [7288] = 6714, + [7289] = 7289, + [7290] = 6741, + [7291] = 6617, + [7292] = 6701, + [7293] = 6715, + [7294] = 7294, + [7295] = 6721, + [7296] = 5717, + [7297] = 6707, + [7298] = 6724, + [7299] = 6713, + [7300] = 6714, [7301] = 7301, - [7302] = 7302, + [7302] = 6741, [7303] = 7303, - [7304] = 6617, - [7305] = 6706, - [7306] = 7306, - [7307] = 6712, - [7308] = 6713, - [7309] = 6618, - [7310] = 6739, - [7311] = 7311, - [7312] = 6719, - [7313] = 5768, - [7314] = 6620, - [7315] = 6663, - [7316] = 6622, - [7317] = 6706, - [7318] = 6609, - [7319] = 6712, - [7320] = 6713, - [7321] = 7321, - [7322] = 6739, - [7323] = 6543, - [7324] = 7324, - [7325] = 6611, - [7326] = 7326, - [7327] = 6609, - [7328] = 6648, - [7329] = 6706, - [7330] = 6613, - [7331] = 6712, - [7332] = 6713, - [7333] = 6611, - [7334] = 6739, - [7335] = 6705, - [7336] = 7336, - [7337] = 6613, - [7338] = 6710, - [7339] = 6616, - [7340] = 6616, - [7341] = 6706, - [7342] = 7342, - [7343] = 6712, - [7344] = 6713, - [7345] = 6617, - [7346] = 6739, - [7347] = 6618, - [7348] = 6617, - [7349] = 7349, - [7350] = 886, - [7351] = 6620, - [7352] = 6618, - [7353] = 6706, - [7354] = 6622, - [7355] = 6712, - [7356] = 6713, - [7357] = 6654, - [7358] = 6739, - [7359] = 7359, - [7360] = 7360, - [7361] = 7361, - [7362] = 7362, - [7363] = 7363, - [7364] = 6609, - [7365] = 6706, - [7366] = 6620, - [7367] = 6712, - [7368] = 6713, - [7369] = 7124, - [7370] = 6739, - [7371] = 6611, - [7372] = 7372, - [7373] = 7373, - [7374] = 6622, - [7375] = 7155, - [7376] = 7376, - [7377] = 6613, - [7378] = 6712, - [7379] = 6713, - [7380] = 7380, - [7381] = 6739, - [7382] = 6740, - [7383] = 6803, - [7384] = 6616, - [7385] = 6617, - [7386] = 6618, - [7387] = 6817, - [7388] = 6620, - [7389] = 6712, - [7390] = 6713, - [7391] = 7391, - [7392] = 6739, - [7393] = 7393, - [7394] = 7394, - [7395] = 6841, - [7396] = 7160, - [7397] = 6622, + [7304] = 7304, + [7305] = 7305, + [7306] = 6609, + [7307] = 7307, + [7308] = 6827, + [7309] = 6707, + [7310] = 6756, + [7311] = 6713, + [7312] = 6714, + [7313] = 6612, + [7314] = 6741, + [7315] = 6782, + [7316] = 6628, + [7317] = 6786, + [7318] = 6823, + [7319] = 7047, + [7320] = 6729, + [7321] = 6707, + [7322] = 7322, + [7323] = 6713, + [7324] = 6714, + [7325] = 7325, + [7326] = 6741, + [7327] = 7327, + [7328] = 6730, + [7329] = 7329, + [7330] = 6812, + [7331] = 6742, + [7332] = 6799, + [7333] = 6707, + [7334] = 6749, + [7335] = 6713, + [7336] = 6714, + [7337] = 6753, + [7338] = 6741, + [7339] = 6611, + [7340] = 6754, + [7341] = 7341, + [7342] = 6799, + [7343] = 6619, + [7344] = 6618, + [7345] = 6707, + [7346] = 6763, + [7347] = 6713, + [7348] = 6714, + [7349] = 6617, + [7350] = 6741, + [7351] = 7351, + [7352] = 7352, + [7353] = 7353, + [7354] = 6769, + [7355] = 6772, + [7356] = 6806, + [7357] = 6707, + [7358] = 6787, + [7359] = 6713, + [7360] = 6714, + [7361] = 6609, + [7362] = 6741, + [7363] = 6612, + [7364] = 6628, + [7365] = 6793, + [7366] = 6803, + [7367] = 6786, + [7368] = 6807, + [7369] = 6707, + [7370] = 6799, + [7371] = 6713, + [7372] = 6714, + [7373] = 6726, + [7374] = 6741, + [7375] = 6767, + [7376] = 6795, + [7377] = 6610, + [7378] = 6811, + [7379] = 6844, + [7380] = 6796, + [7381] = 6714, + [7382] = 6713, + [7383] = 6714, + [7384] = 6611, + [7385] = 6741, + [7386] = 6610, + [7387] = 7387, + [7388] = 6619, + [7389] = 6713, + [7390] = 6618, + [7391] = 6617, + [7392] = 6609, + [7393] = 6713, + [7394] = 6714, + [7395] = 7395, + [7396] = 6741, + [7397] = 7397, [7398] = 7398, - [7399] = 6719, - [7400] = 6712, - [7401] = 6713, - [7402] = 7186, - [7403] = 6739, - [7404] = 7404, - [7405] = 7405, - [7406] = 6654, - [7407] = 7407, - [7408] = 7408, - [7409] = 6609, - [7410] = 6663, - [7411] = 6712, - [7412] = 6713, - [7413] = 7413, - [7414] = 6739, - [7415] = 7415, - [7416] = 6611, - [7417] = 6728, - [7418] = 7418, - [7419] = 7419, - [7420] = 6609, - [7421] = 6613, - [7422] = 6712, - [7423] = 6713, - [7424] = 7424, - [7425] = 6739, - [7426] = 7426, - [7427] = 7427, - [7428] = 7428, - [7429] = 6663, - [7430] = 6609, - [7431] = 7431, - [7432] = 6616, - [7433] = 6712, - [7434] = 6713, - [7435] = 6617, - [7436] = 6739, - [7437] = 6618, - [7438] = 7438, - [7439] = 7439, - [7440] = 7155, - [7441] = 6620, + [7399] = 6790, + [7400] = 6612, + [7401] = 6628, + [7402] = 6786, + [7403] = 6813, + [7404] = 6713, + [7405] = 6714, + [7406] = 6786, + [7407] = 6741, + [7408] = 6628, + [7409] = 6798, + [7410] = 6617, + [7411] = 5445, + [7412] = 7412, + [7413] = 6618, + [7414] = 6619, + [7415] = 6713, + [7416] = 6714, + [7417] = 6768, + [7418] = 6741, + [7419] = 6799, + [7420] = 6624, + [7421] = 7421, + [7422] = 7422, + [7423] = 6611, + [7424] = 6610, + [7425] = 6610, + [7426] = 6713, + [7427] = 6714, + [7428] = 6619, + [7429] = 6741, + [7430] = 7430, + [7431] = 6618, + [7432] = 6617, + [7433] = 6609, + [7434] = 7434, + [7435] = 7435, + [7436] = 6612, + [7437] = 6713, + [7438] = 6714, + [7439] = 6988, + [7440] = 6741, + [7441] = 6628, [7442] = 7442, - [7443] = 7160, - [7444] = 6712, - [7445] = 6713, - [7446] = 5730, - [7447] = 6739, - [7448] = 6638, - [7449] = 6622, - [7450] = 6648, - [7451] = 6611, - [7452] = 7452, - [7453] = 7186, - [7454] = 6654, - [7455] = 6712, - [7456] = 6713, - [7457] = 7306, - [7458] = 6739, - [7459] = 6613, - [7460] = 7460, - [7461] = 7415, - [7462] = 6711, - [7463] = 7463, - [7464] = 6609, - [7465] = 6740, - [7466] = 6712, - [7467] = 6713, - [7468] = 6611, - [7469] = 6739, - [7470] = 7470, - [7471] = 7471, - [7472] = 7472, - [7473] = 7404, - [7474] = 6799, - [7475] = 7475, - [7476] = 6663, - [7477] = 6712, - [7478] = 6713, - [7479] = 6609, - [7480] = 6739, - [7481] = 6829, - [7482] = 6611, - [7483] = 7009, - [7484] = 7484, - [7485] = 6616, - [7486] = 6613, - [7487] = 7109, - [7488] = 6712, - [7489] = 6713, - [7490] = 6617, - [7491] = 6739, - [7492] = 7492, - [7493] = 7493, - [7494] = 7326, - [7495] = 7495, + [7443] = 6786, + [7444] = 7444, + [7445] = 7445, + [7446] = 7446, + [7447] = 7447, + [7448] = 6713, + [7449] = 6714, + [7450] = 7450, + [7451] = 6741, + [7452] = 6612, + [7453] = 6751, + [7454] = 6739, + [7455] = 7455, + [7456] = 5713, + [7457] = 6799, + [7458] = 6790, + [7459] = 6713, + [7460] = 6714, + [7461] = 7461, + [7462] = 6741, + [7463] = 6867, + [7464] = 5234, + [7465] = 7465, + [7466] = 6611, + [7467] = 6869, + [7468] = 7468, + [7469] = 7469, + [7470] = 6713, + [7471] = 6714, + [7472] = 6882, + [7473] = 6741, + [7474] = 6628, + [7475] = 6619, + [7476] = 6618, + [7477] = 6875, + [7478] = 6617, + [7479] = 3021, + [7480] = 7480, + [7481] = 6713, + [7482] = 6714, + [7483] = 6880, + [7484] = 6741, + [7485] = 7485, + [7486] = 6708, + [7487] = 6628, + [7488] = 6625, + [7489] = 6612, + [7490] = 7490, + [7491] = 6628, + [7492] = 6713, + [7493] = 6714, + [7494] = 7494, + [7495] = 6741, [7496] = 7496, - [7497] = 7373, - [7498] = 6618, - [7499] = 6712, - [7500] = 6713, - [7501] = 6616, - [7502] = 6739, - [7503] = 6799, - [7504] = 7504, - [7505] = 7505, - [7506] = 6617, - [7507] = 6618, - [7508] = 6611, - [7509] = 6610, - [7510] = 6712, - [7511] = 6713, - [7512] = 6620, - [7513] = 6739, - [7514] = 6911, - [7515] = 6841, - [7516] = 6620, - [7517] = 6622, - [7518] = 7518, - [7519] = 6612, - [7520] = 6655, - [7521] = 6712, - [7522] = 6713, - [7523] = 7303, - [7524] = 6739, - [7525] = 6735, - [7526] = 7526, - [7527] = 6774, - [7528] = 6610, - [7529] = 7529, - [7530] = 6862, - [7531] = 6932, - [7532] = 6712, - [7533] = 6713, - [7534] = 6808, - [7535] = 6739, - [7536] = 7536, - [7537] = 6609, + [7497] = 7497, + [7498] = 6901, + [7499] = 6786, + [7500] = 7500, + [7501] = 6979, + [7502] = 6635, + [7503] = 6713, + [7504] = 6714, + [7505] = 6735, + [7506] = 6741, + [7507] = 6907, + [7508] = 5710, + [7509] = 6725, + [7510] = 7510, + [7511] = 7511, + [7512] = 6726, + [7513] = 6799, + [7514] = 6713, + [7515] = 6714, + [7516] = 6611, + [7517] = 6741, + [7518] = 6610, + [7519] = 6619, + [7520] = 6618, + [7521] = 6617, + [7522] = 6609, + [7523] = 6716, + [7524] = 6612, + [7525] = 6713, + [7526] = 6714, + [7527] = 6908, + [7528] = 6741, + [7529] = 6628, + [7530] = 6786, + [7531] = 6711, + [7532] = 6805, + [7533] = 6705, + [7534] = 7534, + [7535] = 6795, + [7536] = 6713, + [7537] = 6714, [7538] = 7538, - [7539] = 7064, - [7540] = 7068, + [7539] = 6741, + [7540] = 6910, [7541] = 7541, - [7542] = 6622, - [7543] = 6712, - [7544] = 6713, - [7545] = 7150, - [7546] = 6739, - [7547] = 7174, - [7548] = 6862, - [7549] = 7189, - [7550] = 7256, - [7551] = 6882, - [7552] = 6890, - [7553] = 6611, - [7554] = 6712, - [7555] = 6713, - [7556] = 7303, - [7557] = 6739, - [7558] = 7361, - [7559] = 7413, - [7560] = 7376, - [7561] = 6613, - [7562] = 7394, - [7563] = 6663, - [7564] = 6882, - [7565] = 6712, - [7566] = 6713, - [7567] = 7418, - [7568] = 6739, - [7569] = 7428, - [7570] = 7438, - [7571] = 7452, - [7572] = 6616, - [7573] = 6617, - [7574] = 7492, - [7575] = 7575, - [7576] = 6712, - [7577] = 6713, - [7578] = 6618, - [7579] = 6739, - [7580] = 7505, - [7581] = 6895, - [7582] = 6620, - [7583] = 7583, - [7584] = 6895, - [7585] = 7585, - [7586] = 6913, - [7587] = 6712, - [7588] = 6713, - [7589] = 6622, - [7590] = 6739, - [7591] = 5746, - [7592] = 6621, - [7593] = 6613, - [7594] = 6654, - [7595] = 6913, - [7596] = 6724, - [7597] = 6647, - [7598] = 6712, - [7599] = 6713, - [7600] = 6728, - [7601] = 6609, - [7602] = 6770, - [7603] = 6781, - [7604] = 6950, - [7605] = 6805, - [7606] = 6986, - [7607] = 7092, - [7608] = 6808, - [7609] = 6712, + [7542] = 6917, + [7543] = 6624, + [7544] = 6608, + [7545] = 6799, + [7546] = 7546, + [7547] = 6713, + [7548] = 6714, + [7549] = 6930, + [7550] = 6741, + [7551] = 6613, + [7552] = 6937, + [7553] = 6945, + [7554] = 6658, + [7555] = 7555, + [7556] = 7556, + [7557] = 7187, + [7558] = 6713, + [7559] = 6714, + [7560] = 6609, + [7561] = 6741, + [7562] = 6611, + [7563] = 7563, + [7564] = 7564, + [7565] = 7565, + [7566] = 6829, + [7567] = 6951, + [7568] = 6610, + [7569] = 6713, + [7570] = 6714, + [7571] = 6949, + [7572] = 6741, + [7573] = 6942, + [7574] = 6619, + [7575] = 6940, + [7576] = 6618, + [7577] = 6939, + [7578] = 6938, + [7579] = 6617, + [7580] = 6713, + [7581] = 6714, + [7582] = 6929, + [7583] = 6741, + [7584] = 6927, + [7585] = 6926, + [7586] = 7586, + [7587] = 6710, + [7588] = 6923, + [7589] = 6922, + [7590] = 6609, + [7591] = 6713, + [7592] = 6714, + [7593] = 6626, + [7594] = 6741, + [7595] = 7595, + [7596] = 6612, + [7597] = 6641, + [7598] = 6786, + [7599] = 7599, + [7600] = 6620, + [7601] = 7601, + [7602] = 6713, + [7603] = 6714, + [7604] = 7604, + [7605] = 6741, + [7606] = 7606, + [7607] = 7607, + [7608] = 7608, + [7609] = 6649, [7610] = 7610, - [7611] = 6818, - [7612] = 6736, - [7613] = 7613, - [7614] = 6757, - [7615] = 6712, - [7616] = 6775, + [7611] = 7611, + [7612] = 7612, + [7613] = 6713, + [7614] = 7614, + [7615] = 6608, + [7616] = 7616, [7617] = 7617, - [7618] = 6797, - [7619] = 6868, - [7620] = 6875, - [7621] = 6712, - [7622] = 6609, - [7623] = 6889, - [7624] = 6712, - [7625] = 6893, - [7626] = 7626, - [7627] = 6712, - [7628] = 6900, - [7629] = 6613, - [7630] = 6907, - [7631] = 6917, - [7632] = 6922, - [7633] = 6611, - [7634] = 6935, - [7635] = 6947, - [7636] = 6952, - [7637] = 6608, - [7638] = 6663, - [7639] = 6613, - [7640] = 6965, - [7641] = 6609, - [7642] = 6734, - [7643] = 6980, - [7644] = 6616, - [7645] = 6984, - [7646] = 6987, - [7647] = 6617, - [7648] = 6996, - [7649] = 6618, - [7650] = 6657, - [7651] = 6895, - [7652] = 6616, - [7653] = 6617, - [7654] = 6618, - [7655] = 7097, - [7656] = 6620, - [7657] = 6611, - [7658] = 6622, - [7659] = 7184, - [7660] = 7276, - [7661] = 7360, - [7662] = 7496, - [7663] = 6777, - [7664] = 6620, - [7665] = 6818, - [7666] = 7146, - [7667] = 7667, - [7668] = 7157, - [7669] = 7227, - [7670] = 7670, - [7671] = 7671, - [7672] = 6609, - [7673] = 7673, - [7674] = 6613, + [7618] = 6627, + [7619] = 6713, + [7620] = 6799, + [7621] = 7621, + [7622] = 7622, + [7623] = 7623, + [7624] = 7624, + [7625] = 6713, + [7626] = 6666, + [7627] = 7627, + [7628] = 6713, + [7629] = 6896, + [7630] = 7630, + [7631] = 6713, + [7632] = 7188, + [7633] = 6672, + [7634] = 7634, + [7635] = 7635, + [7636] = 6611, + [7637] = 7637, + [7638] = 7638, + [7639] = 7639, + [7640] = 7640, + [7641] = 873, + [7642] = 6610, + [7643] = 6799, + [7644] = 6707, + [7645] = 6619, + [7646] = 7646, + [7647] = 7647, + [7648] = 6618, + [7649] = 6617, + [7650] = 7650, + [7651] = 4995, + [7652] = 7652, + [7653] = 7653, + [7654] = 6729, + [7655] = 7655, + [7656] = 6609, + [7657] = 7657, + [7658] = 6612, + [7659] = 7659, + [7660] = 6628, + [7661] = 6786, + [7662] = 6730, + [7663] = 7640, + [7664] = 7635, + [7665] = 7624, + [7666] = 7612, + [7667] = 6742, + [7668] = 6749, + [7669] = 6799, + [7670] = 6811, + [7671] = 6813, + [7672] = 7480, + [7673] = 7469, + [7674] = 7455, [7675] = 7675, - [7676] = 6623, - [7677] = 6721, - [7678] = 7057, - [7679] = 6736, - [7680] = 6705, - [7681] = 6710, - [7682] = 6611, - [7683] = 7683, - [7684] = 7124, - [7685] = 6613, - [7686] = 6616, + [7676] = 6611, + [7677] = 7677, + [7678] = 6610, + [7679] = 7262, + [7680] = 7111, + [7681] = 7098, + [7682] = 6967, + [7683] = 6619, + [7684] = 6618, + [7685] = 6617, + [7686] = 6609, [7687] = 6617, - [7688] = 7493, - [7689] = 7324, - [7690] = 6843, - [7691] = 6914, - [7692] = 7240, - [7693] = 6616, - [7694] = 7246, - [7695] = 6617, - [7696] = 6838, - [7697] = 6902, - [7698] = 7081, - [7699] = 7299, - [7700] = 6618, - [7701] = 6618, - [7702] = 6620, - [7703] = 7302, - [7704] = 6609, - [7705] = 6622, - [7706] = 7610, - [7707] = 6778, - [7708] = 6744, - [7709] = 7709, - [7710] = 6609, - [7711] = 6719, - [7712] = 6620, - [7713] = 7155, - [7714] = 7714, - [7715] = 6611, - [7716] = 6622, - [7717] = 7717, - [7718] = 7160, - [7719] = 7186, - [7720] = 6613, - [7721] = 6752, - [7722] = 7184, - [7723] = 7276, - [7724] = 7360, - [7725] = 7496, - [7726] = 6622, - [7727] = 7404, - [7728] = 6616, - [7729] = 6617, - [7730] = 6618, - [7731] = 7157, - [7732] = 7227, - [7733] = 7670, - [7734] = 6613, - [7735] = 6620, - [7736] = 7413, - [7737] = 6657, - [7738] = 6623, - [7739] = 6721, - [7740] = 7057, - [7741] = 6622, - [7742] = 7742, - [7743] = 6728, - [7744] = 6949, - [7745] = 6663, - [7746] = 7419, - [7747] = 7405, - [7748] = 6609, - [7749] = 6654, - [7750] = 7493, - [7751] = 7324, - [7752] = 6843, - [7753] = 6914, - [7754] = 7439, - [7755] = 6616, - [7756] = 7472, - [7757] = 6611, - [7758] = 6838, - [7759] = 6902, - [7760] = 7475, - [7761] = 6611, - [7762] = 6613, - [7763] = 6617, - [7764] = 7495, - [7765] = 6618, - [7766] = 6616, - [7767] = 6617, - [7768] = 6618, - [7769] = 6663, - [7770] = 6620, - [7771] = 7504, + [7688] = 6612, + [7689] = 6628, + [7690] = 6786, + [7691] = 6618, + [7692] = 6884, + [7693] = 6840, + [7694] = 6822, + [7695] = 6821, + [7696] = 6619, + [7697] = 6799, + [7698] = 6610, + [7699] = 6988, + [7700] = 7049, + [7701] = 7421, + [7702] = 7702, + [7703] = 6611, + [7704] = 6611, + [7705] = 6610, + [7706] = 6619, + [7707] = 7707, + [7708] = 6618, + [7709] = 6617, + [7710] = 6867, + [7711] = 6806, + [7712] = 6609, + [7713] = 6869, + [7714] = 6612, + [7715] = 6628, + [7716] = 6786, + [7717] = 6875, + [7718] = 6907, + [7719] = 6799, + [7720] = 6908, + [7721] = 7485, + [7722] = 7722, + [7723] = 6910, + [7724] = 6917, + [7725] = 6612, + [7726] = 7640, + [7727] = 7635, + [7728] = 7624, + [7729] = 7612, + [7730] = 6611, + [7731] = 6610, + [7732] = 6619, + [7733] = 6812, + [7734] = 6618, + [7735] = 7480, + [7736] = 7469, + [7737] = 7455, + [7738] = 6617, + [7739] = 6609, + [7740] = 7740, + [7741] = 6930, + [7742] = 7111, + [7743] = 7098, + [7744] = 6967, + [7745] = 6612, + [7746] = 6628, + [7747] = 7747, + [7748] = 6786, + [7749] = 6937, + [7750] = 7750, + [7751] = 6720, + [7752] = 6923, + [7753] = 6799, + [7754] = 6884, + [7755] = 6840, + [7756] = 6822, + [7757] = 6821, + [7758] = 6889, + [7759] = 6922, + [7760] = 7760, + [7761] = 7761, + [7762] = 7049, + [7763] = 7421, + [7764] = 6888, + [7765] = 7123, + [7766] = 7702, + [7767] = 6611, + [7768] = 6610, + [7769] = 6619, + [7770] = 6618, + [7771] = 6617, [7772] = 6609, - [7773] = 6622, - [7774] = 6740, - [7775] = 6818, - [7776] = 7585, - [7777] = 7529, - [7778] = 6620, - [7779] = 6609, - [7780] = 7184, - [7781] = 7276, - [7782] = 7360, - [7783] = 7496, - [7784] = 6611, - [7785] = 7538, - [7786] = 6705, - [7787] = 7541, - [7788] = 6611, - [7789] = 7157, - [7790] = 7227, - [7791] = 7670, - [7792] = 6613, - [7793] = 6613, - [7794] = 6710, - [7795] = 6747, - [7796] = 6623, - [7797] = 7057, - [7798] = 6616, - [7799] = 7575, - [7800] = 7583, - [7801] = 6617, - [7802] = 6618, - [7803] = 7493, - [7804] = 7324, - [7805] = 6843, - [7806] = 6914, - [7807] = 7617, - [7808] = 6616, - [7809] = 6620, - [7810] = 6617, - [7811] = 6838, - [7812] = 6902, - [7813] = 7626, - [7814] = 6622, - [7815] = 6618, - [7816] = 7670, - [7817] = 6719, - [7818] = 6734, - [7819] = 6620, - [7820] = 6609, - [7821] = 7155, - [7822] = 6622, - [7823] = 6611, - [7824] = 7184, - [7825] = 7276, - [7826] = 7496, - [7827] = 7827, - [7828] = 7626, - [7829] = 7683, - [7830] = 6613, - [7831] = 7227, - [7832] = 7670, - [7833] = 7160, - [7834] = 6623, - [7835] = 7057, - [7836] = 6752, - [7837] = 7837, - [7838] = 6616, - [7839] = 6617, - [7840] = 7840, - [7841] = 7493, - [7842] = 7324, - [7843] = 6843, - [7844] = 6914, - [7845] = 6622, - [7846] = 6838, - [7847] = 6902, - [7848] = 7405, - [7849] = 6618, - [7850] = 7585, - [7851] = 7851, - [7852] = 6724, - [7853] = 6620, - [7854] = 7184, - [7855] = 7276, - [7856] = 7496, - [7857] = 6754, - [7858] = 7227, - [7859] = 7670, - [7860] = 7057, - [7861] = 7021, - [7862] = 7493, - [7863] = 7324, - [7864] = 6843, - [7865] = 6914, - [7866] = 6838, - [7867] = 6902, - [7868] = 6747, - [7869] = 6734, - [7870] = 6622, - [7871] = 7670, - [7872] = 7057, - [7873] = 7840, - [7874] = 7493, - [7875] = 7324, - [7876] = 6843, - [7877] = 6914, - [7878] = 6838, - [7879] = 6902, - [7880] = 7275, - [7881] = 7324, - [7882] = 6843, - [7883] = 6914, - [7884] = 6902, - [7885] = 7324, - [7886] = 6843, - [7887] = 6914, - [7888] = 7324, - [7889] = 6843, - [7890] = 6914, - [7891] = 7324, - [7892] = 6843, - [7893] = 6914, - [7894] = 7324, - [7895] = 6843, - [7896] = 6914, - [7897] = 7324, - [7898] = 6843, - [7899] = 6914, - [7900] = 7324, - [7901] = 6843, - [7902] = 6914, - [7903] = 7324, - [7904] = 6843, - [7905] = 6914, - [7906] = 7324, - [7907] = 6843, - [7908] = 6914, - [7909] = 7324, - [7910] = 6843, - [7911] = 6914, - [7912] = 7324, - [7913] = 6843, - [7914] = 6914, - [7915] = 7324, - [7916] = 6843, - [7917] = 6914, - [7918] = 7324, - [7919] = 6843, - [7920] = 6914, - [7921] = 7324, - [7922] = 6843, - [7923] = 6914, - [7924] = 7324, - [7925] = 6843, - [7926] = 6914, - [7927] = 7324, - [7928] = 6843, - [7929] = 6914, - [7930] = 7324, - [7931] = 6843, - [7932] = 6914, - [7933] = 7324, - [7934] = 6843, - [7935] = 6914, - [7936] = 7324, - [7937] = 6843, - [7938] = 6914, - [7939] = 7324, - [7940] = 6843, - [7941] = 6914, - [7942] = 7324, - [7943] = 6843, - [7944] = 6914, - [7945] = 7324, - [7946] = 6843, - [7947] = 6914, - [7948] = 7324, - [7949] = 6843, - [7950] = 6914, - [7951] = 7324, - [7952] = 6843, - [7953] = 6914, - [7954] = 7324, - [7955] = 6843, - [7956] = 6914, - [7957] = 7324, - [7958] = 6843, - [7959] = 6914, - [7960] = 7324, - [7961] = 6843, - [7962] = 6914, - [7963] = 7324, - [7964] = 6843, - [7965] = 6914, - [7966] = 7324, - [7967] = 6843, - [7968] = 6914, - [7969] = 7324, - [7970] = 6843, - [7971] = 6914, - [7972] = 7324, - [7973] = 6843, - [7974] = 6914, - [7975] = 7324, - [7976] = 6843, - [7977] = 6914, - [7978] = 7324, - [7979] = 6843, - [7980] = 6914, - [7981] = 7324, - [7982] = 6843, - [7983] = 6914, - [7984] = 7324, - [7985] = 6843, - [7986] = 6914, - [7987] = 7324, - [7988] = 6843, - [7989] = 6914, - [7990] = 7324, - [7991] = 6843, - [7992] = 6914, - [7993] = 7324, - [7994] = 6843, - [7995] = 6914, - [7996] = 7324, - [7997] = 6843, - [7998] = 6914, - [7999] = 7324, - [8000] = 6843, - [8001] = 6914, - [8002] = 7324, - [8003] = 6843, - [8004] = 6914, - [8005] = 7324, - [8006] = 6843, - [8007] = 6914, - [8008] = 7324, - [8009] = 6843, - [8010] = 6914, - [8011] = 7324, - [8012] = 6843, - [8013] = 6914, - [8014] = 7311, - [8015] = 7380, - [8016] = 6752, - [8017] = 7827, - [8018] = 6754, - [8019] = 8019, - [8020] = 8020, + [7773] = 6896, + [7774] = 7774, + [7775] = 6799, + [7776] = 6628, + [7777] = 6953, + [7778] = 6786, + [7779] = 6611, + [7780] = 6889, + [7781] = 7781, + [7782] = 6673, + [7783] = 6799, + [7784] = 7640, + [7785] = 7635, + [7786] = 7624, + [7787] = 7612, + [7788] = 6883, + [7789] = 5706, + [7790] = 6876, + [7791] = 6887, + [7792] = 6874, + [7793] = 7480, + [7794] = 7469, + [7795] = 7455, + [7796] = 6872, + [7797] = 6611, + [7798] = 5705, + [7799] = 6610, + [7800] = 7111, + [7801] = 6967, + [7802] = 6619, + [7803] = 6618, + [7804] = 6617, + [7805] = 6846, + [7806] = 6609, + [7807] = 6884, + [7808] = 6840, + [7809] = 6822, + [7810] = 6821, + [7811] = 6844, + [7812] = 6612, + [7813] = 7659, + [7814] = 6628, + [7815] = 7049, + [7816] = 7421, + [7817] = 7817, + [7818] = 6786, + [7819] = 6841, + [7820] = 6827, + [7821] = 7821, + [7822] = 6799, + [7823] = 7823, + [7824] = 6812, + [7825] = 6806, + [7826] = 6611, + [7827] = 6610, + [7828] = 7640, + [7829] = 7635, + [7830] = 7612, + [7831] = 6619, + [7832] = 6618, + [7833] = 6617, + [7834] = 6888, + [7835] = 7469, + [7836] = 7455, + [7837] = 6609, + [7838] = 7111, + [7839] = 6967, + [7840] = 6612, + [7841] = 3023, + [7842] = 7842, + [7843] = 6628, + [7844] = 7844, + [7845] = 6884, + [7846] = 6840, + [7847] = 6822, + [7848] = 6821, + [7849] = 6786, + [7850] = 7049, + [7851] = 7421, + [7852] = 7852, + [7853] = 6610, + [7854] = 6795, + [7855] = 7855, + [7856] = 6790, + [7857] = 6799, + [7858] = 7640, + [7859] = 7635, + [7860] = 7612, + [7861] = 6786, + [7862] = 7469, + [7863] = 7455, + [7864] = 6967, + [7865] = 6628, + [7866] = 6884, + [7867] = 6840, + [7868] = 6822, + [7869] = 6821, + [7870] = 7049, + [7871] = 7421, + [7872] = 6886, + [7873] = 5722, + [7874] = 6611, + [7875] = 7455, + [7876] = 6967, + [7877] = 7844, + [7878] = 6884, + [7879] = 6840, + [7880] = 6822, + [7881] = 6821, + [7882] = 7049, + [7883] = 7421, + [7884] = 6883, + [7885] = 6840, + [7886] = 6822, + [7887] = 6821, + [7888] = 7421, + [7889] = 6840, + [7890] = 6822, + [7891] = 6821, + [7892] = 6840, + [7893] = 6822, + [7894] = 6821, + [7895] = 6840, + [7896] = 6822, + [7897] = 6821, + [7898] = 6840, + [7899] = 6822, + [7900] = 6821, + [7901] = 6840, + [7902] = 6822, + [7903] = 6821, + [7904] = 6840, + [7905] = 6822, + [7906] = 6821, + [7907] = 6840, + [7908] = 6822, + [7909] = 6821, + [7910] = 6840, + [7911] = 6822, + [7912] = 6821, + [7913] = 6840, + [7914] = 6822, + [7915] = 6821, + [7916] = 6840, + [7917] = 6822, + [7918] = 6821, + [7919] = 6840, + [7920] = 6822, + [7921] = 6821, + [7922] = 6840, + [7923] = 6822, + [7924] = 6821, + [7925] = 6840, + [7926] = 6822, + [7927] = 6821, + [7928] = 6840, + [7929] = 6822, + [7930] = 6821, + [7931] = 6840, + [7932] = 6822, + [7933] = 6821, + [7934] = 6840, + [7935] = 6822, + [7936] = 6821, + [7937] = 6840, + [7938] = 6822, + [7939] = 6821, + [7940] = 6840, + [7941] = 6822, + [7942] = 6821, + [7943] = 6840, + [7944] = 6822, + [7945] = 6821, + [7946] = 6840, + [7947] = 6822, + [7948] = 6821, + [7949] = 6840, + [7950] = 6822, + [7951] = 6821, + [7952] = 6840, + [7953] = 6822, + [7954] = 6821, + [7955] = 6840, + [7956] = 6822, + [7957] = 6821, + [7958] = 6840, + [7959] = 6822, + [7960] = 6821, + [7961] = 6840, + [7962] = 6822, + [7963] = 6821, + [7964] = 6840, + [7965] = 6822, + [7966] = 6821, + [7967] = 6840, + [7968] = 6822, + [7969] = 6821, + [7970] = 6840, + [7971] = 6822, + [7972] = 6821, + [7973] = 6840, + [7974] = 6822, + [7975] = 6821, + [7976] = 6840, + [7977] = 6822, + [7978] = 6821, + [7979] = 6840, + [7980] = 6822, + [7981] = 6821, + [7982] = 6840, + [7983] = 6822, + [7984] = 6821, + [7985] = 6840, + [7986] = 6822, + [7987] = 6821, + [7988] = 6840, + [7989] = 6822, + [7990] = 6821, + [7991] = 6840, + [7992] = 6822, + [7993] = 6821, + [7994] = 6840, + [7995] = 6822, + [7996] = 6821, + [7997] = 6840, + [7998] = 6822, + [7999] = 6821, + [8000] = 6840, + [8001] = 6822, + [8002] = 6821, + [8003] = 6840, + [8004] = 6822, + [8005] = 6821, + [8006] = 6840, + [8007] = 6822, + [8008] = 6821, + [8009] = 6840, + [8010] = 6822, + [8011] = 6821, + [8012] = 6840, + [8013] = 6822, + [8014] = 6821, + [8015] = 6840, + [8016] = 6822, + [8017] = 6821, + [8018] = 6879, + [8019] = 6619, + [8020] = 6619, [8021] = 8021, - [8022] = 6645, - [8023] = 6728, - [8024] = 6650, - [8025] = 6708, - [8026] = 6841, - [8027] = 6722, - [8028] = 8028, - [8029] = 6727, - [8030] = 6759, - [8031] = 7030, - [8032] = 8032, - [8033] = 7113, - [8034] = 6609, - [8035] = 7036, - [8036] = 7111, - [8037] = 6654, - [8038] = 7181, - [8039] = 6734, - [8040] = 7359, - [8041] = 7613, - [8042] = 7709, - [8043] = 7742, - [8044] = 6611, - [8045] = 8045, + [8022] = 6618, + [8023] = 6617, + [8024] = 6878, + [8025] = 6877, + [8026] = 6819, + [8027] = 6768, + [8028] = 6609, + [8029] = 6612, + [8030] = 6628, + [8031] = 6786, + [8032] = 6718, + [8033] = 6612, + [8034] = 6799, + [8035] = 6739, + [8036] = 8036, + [8037] = 6944, + [8038] = 6611, + [8039] = 6876, + [8040] = 6610, + [8041] = 6619, + [8042] = 8042, + [8043] = 6618, + [8044] = 6874, + [8045] = 6872, [8046] = 8046, - [8047] = 6703, - [8048] = 6718, - [8049] = 6768, + [8047] = 8047, + [8048] = 6617, + [8049] = 6735, [8050] = 8050, - [8051] = 8051, - [8052] = 7717, - [8053] = 6613, - [8054] = 7827, - [8055] = 6638, - [8056] = 8056, - [8057] = 6616, - [8058] = 6648, - [8059] = 6617, - [8060] = 8060, - [8061] = 6618, - [8062] = 6654, - [8063] = 6711, - [8064] = 7113, - [8065] = 6663, - [8066] = 6620, - [8067] = 6609, - [8068] = 6622, - [8069] = 7181, - [8070] = 6754, - [8071] = 6740, - [8072] = 8072, - [8073] = 7675, - [8074] = 8074, - [8075] = 6622, - [8076] = 8076, + [8051] = 6609, + [8052] = 6870, + [8053] = 6862, + [8054] = 6861, + [8055] = 6860, + [8056] = 6859, + [8057] = 6726, + [8058] = 6612, + [8059] = 6628, + [8060] = 6786, + [8061] = 6716, + [8062] = 6711, + [8063] = 6858, + [8064] = 6857, + [8065] = 6624, + [8066] = 6848, + [8067] = 6846, + [8068] = 6944, + [8069] = 6799, + [8070] = 6824, + [8071] = 8071, + [8072] = 7117, + [8073] = 8042, + [8074] = 6613, + [8075] = 8042, + [8076] = 6611, [8077] = 8077, - [8078] = 6663, - [8079] = 6609, - [8080] = 6609, - [8081] = 6829, - [8082] = 6611, - [8083] = 6747, - [8084] = 7009, + [8078] = 8078, + [8079] = 8079, + [8080] = 8080, + [8081] = 8081, + [8082] = 8082, + [8083] = 6610, + [8084] = 6611, [8085] = 8085, - [8086] = 6709, - [8087] = 6895, - [8088] = 7326, + [8086] = 6618, + [8087] = 6617, + [8088] = 8088, [8089] = 8089, - [8090] = 7113, - [8091] = 6611, - [8092] = 7373, - [8093] = 6613, - [8094] = 7181, - [8095] = 6613, - [8096] = 6752, - [8097] = 6799, - [8098] = 8098, - [8099] = 6754, - [8100] = 6616, - [8101] = 6611, - [8102] = 6617, - [8103] = 6618, - [8104] = 6911, - [8105] = 6841, - [8106] = 6616, - [8107] = 6620, - [8108] = 7518, - [8109] = 6612, - [8110] = 7113, - [8111] = 7181, - [8112] = 6655, - [8113] = 6610, - [8114] = 6617, - [8115] = 6862, - [8116] = 6932, - [8117] = 6622, - [8118] = 8118, - [8119] = 8119, - [8120] = 8120, - [8121] = 7064, + [8090] = 8090, + [8091] = 6609, + [8092] = 6609, + [8093] = 6612, + [8094] = 6944, + [8095] = 8095, + [8096] = 6628, + [8097] = 6786, + [8098] = 8042, + [8099] = 6626, + [8100] = 6666, + [8101] = 6672, + [8102] = 6673, + [8103] = 6799, + [8104] = 8104, + [8105] = 6729, + [8106] = 7115, + [8107] = 8107, + [8108] = 8108, + [8109] = 8109, + [8110] = 6844, + [8111] = 6617, + [8112] = 6841, + [8113] = 5699, + [8114] = 6944, + [8115] = 8042, + [8116] = 5698, + [8117] = 8117, + [8118] = 6610, + [8119] = 6619, + [8120] = 6618, + [8121] = 6836, [8122] = 8122, [8123] = 8123, - [8124] = 7113, - [8125] = 7181, - [8126] = 7150, - [8127] = 6882, - [8128] = 6890, - [8129] = 8129, - [8130] = 7303, - [8131] = 7361, - [8132] = 6618, - [8133] = 7376, - [8134] = 7181, - [8135] = 6759, - [8136] = 7394, - [8137] = 6609, - [8138] = 6620, - [8139] = 7418, - [8140] = 7428, - [8141] = 7438, - [8142] = 7452, - [8143] = 8143, - [8144] = 6611, - [8145] = 7492, + [8124] = 6617, + [8125] = 6609, + [8126] = 6730, + [8127] = 6832, + [8128] = 6944, + [8129] = 8042, + [8130] = 8130, + [8131] = 6612, + [8132] = 6628, + [8133] = 6786, + [8134] = 8134, + [8135] = 6813, + [8136] = 6617, + [8137] = 6831, + [8138] = 8042, + [8139] = 6830, + [8140] = 6701, + [8141] = 6618, + [8142] = 6799, + [8143] = 6619, + [8144] = 8144, + [8145] = 8145, [8146] = 8146, - [8147] = 5768, - [8148] = 7505, - [8149] = 6622, - [8150] = 6613, - [8151] = 6759, - [8152] = 6895, - [8153] = 8153, - [8154] = 6913, - [8155] = 8155, + [8147] = 8147, + [8148] = 8148, + [8149] = 6610, + [8150] = 8150, + [8151] = 8151, + [8152] = 8152, + [8153] = 6867, + [8154] = 6869, + [8155] = 6611, [8156] = 8156, - [8157] = 6621, - [8158] = 6613, - [8159] = 6616, - [8160] = 6617, - [8161] = 6724, - [8162] = 6647, - [8163] = 6770, - [8164] = 6781, - [8165] = 6805, - [8166] = 6808, - [8167] = 7610, - [8168] = 6818, - [8169] = 6736, - [8170] = 6618, - [8171] = 6757, - [8172] = 6775, - [8173] = 8173, - [8174] = 6797, - [8175] = 6875, - [8176] = 6609, - [8177] = 6889, - [8178] = 6893, - [8179] = 6620, - [8180] = 6900, + [8157] = 6827, + [8158] = 8158, + [8159] = 6479, + [8160] = 6826, + [8161] = 8161, + [8162] = 6610, + [8163] = 8163, + [8164] = 6619, + [8165] = 6618, + [8166] = 6825, + [8167] = 6617, + [8168] = 6875, + [8169] = 6609, + [8170] = 6612, + [8171] = 8171, + [8172] = 8172, + [8173] = 6823, + [8174] = 8174, + [8175] = 8175, + [8176] = 8176, + [8177] = 8177, + [8178] = 6628, + [8179] = 6786, + [8180] = 6907, [8181] = 8181, - [8182] = 6907, - [8183] = 6917, - [8184] = 6922, - [8185] = 6622, - [8186] = 6935, - [8187] = 6947, - [8188] = 6952, + [8182] = 6908, + [8183] = 8183, + [8184] = 6511, + [8185] = 6820, + [8186] = 7114, + [8187] = 8187, + [8188] = 8188, [8189] = 8189, - [8190] = 8190, - [8191] = 8191, - [8192] = 6965, - [8193] = 7030, - [8194] = 8194, - [8195] = 6980, - [8196] = 8196, - [8197] = 6984, - [8198] = 6987, - [8199] = 6609, - [8200] = 6996, - [8201] = 6654, - [8202] = 6657, + [8190] = 6225, + [8191] = 6910, + [8192] = 6799, + [8193] = 8193, + [8194] = 6917, + [8195] = 6716, + [8196] = 6520, + [8197] = 6711, + [8198] = 8198, + [8199] = 6611, + [8200] = 6610, + [8201] = 8201, + [8202] = 6619, [8203] = 8203, - [8204] = 6616, - [8205] = 6617, - [8206] = 6618, - [8207] = 6611, - [8208] = 6620, - [8209] = 7146, - [8210] = 6654, - [8211] = 6705, - [8212] = 6710, - [8213] = 7124, - [8214] = 7240, - [8215] = 7246, - [8216] = 7299, - [8217] = 6613, - [8218] = 6719, - [8219] = 7155, - [8220] = 7160, - [8221] = 7186, - [8222] = 7404, - [8223] = 6740, - [8224] = 7413, - [8225] = 8225, - [8226] = 6728, - [8227] = 7419, - [8228] = 7439, - [8229] = 7472, - [8230] = 7475, - [8231] = 7495, - [8232] = 7504, - [8233] = 6616, - [8234] = 7529, - [8235] = 7538, - [8236] = 7541, - [8237] = 6617, - [8238] = 7575, - [8239] = 7583, - [8240] = 7617, - [8241] = 6618, - [8242] = 7626, - [8243] = 6734, - [8244] = 6663, - [8245] = 7683, - [8246] = 6620, - [8247] = 6622, - [8248] = 7405, - [8249] = 7585, - [8250] = 7851, - [8251] = 6747, - [8252] = 6752, - [8253] = 7827, - [8254] = 6754, - [8255] = 8019, - [8256] = 8020, - [8257] = 8021, - [8258] = 6645, - [8259] = 6650, - [8260] = 6708, - [8261] = 6722, - [8262] = 6609, - [8263] = 6727, - [8264] = 6759, - [8265] = 7030, - [8266] = 6622, - [8267] = 7036, - [8268] = 7613, - [8269] = 7029, - [8270] = 6913, - [8271] = 7232, - [8272] = 8272, - [8273] = 8194, - [8274] = 7709, - [8275] = 7742, - [8276] = 8045, - [8277] = 7029, - [8278] = 8278, - [8279] = 7232, - [8280] = 6611, - [8281] = 8194, - [8282] = 6718, - [8283] = 6913, - [8284] = 6609, - [8285] = 7029, + [8204] = 8204, + [8205] = 6618, + [8206] = 8206, + [8207] = 6617, + [8208] = 6937, + [8209] = 6609, + [8210] = 6037, + [8211] = 6922, + [8212] = 6612, + [8213] = 6398, + [8214] = 6743, + [8215] = 6139, + [8216] = 6628, + [8217] = 6487, + [8218] = 6786, + [8219] = 6611, + [8220] = 6260, + [8221] = 5879, + [8222] = 6262, + [8223] = 6799, + [8224] = 5158, + [8225] = 7445, + [8226] = 6883, + [8227] = 6705, + [8228] = 6876, + [8229] = 6123, + [8230] = 4568, + [8231] = 6096, + [8232] = 2609, + [8233] = 6611, + [8234] = 6610, + [8235] = 6619, + [8236] = 6618, + [8237] = 6399, + [8238] = 841, + [8239] = 6275, + [8240] = 6799, + [8241] = 6872, + [8242] = 6609, + [8243] = 6846, + [8244] = 6359, + [8245] = 6360, + [8246] = 6612, + [8247] = 6628, + [8248] = 6786, + [8249] = 6844, + [8250] = 874, + [8251] = 6653, + [8252] = 6632, + [8253] = 5722, + [8254] = 6790, + [8255] = 6908, + [8256] = 6806, + [8257] = 5717, + [8258] = 6704, + [8259] = 6702, + [8260] = 6611, + [8261] = 6610, + [8262] = 5710, + [8263] = 6619, + [8264] = 4995, + [8265] = 6618, + [8266] = 6617, + [8267] = 6799, + [8268] = 6609, + [8269] = 6612, + [8270] = 6790, + [8271] = 4995, + [8272] = 6628, + [8273] = 7655, + [8274] = 6786, + [8275] = 7639, + [8276] = 6643, + [8277] = 7447, + [8278] = 874, + [8279] = 6786, + [8280] = 6628, + [8281] = 7655, + [8282] = 6790, + [8283] = 7639, + [8284] = 6799, + [8285] = 7447, [8286] = 8286, - [8287] = 7232, - [8288] = 6613, - [8289] = 8194, - [8290] = 8290, - [8291] = 8291, - [8292] = 6638, - [8293] = 7029, - [8294] = 6611, - [8295] = 7232, - [8296] = 5777, - [8297] = 6613, - [8298] = 7029, - [8299] = 6663, - [8300] = 7232, - [8301] = 6616, - [8302] = 6648, - [8303] = 7029, - [8304] = 6616, - [8305] = 7232, - [8306] = 6617, - [8307] = 6618, - [8308] = 7232, - [8309] = 6617, - [8310] = 6620, - [8311] = 6618, - [8312] = 6622, - [8313] = 6609, - [8314] = 8314, - [8315] = 7518, - [8316] = 8316, - [8317] = 6609, - [8318] = 6620, - [8319] = 7851, - [8320] = 6611, - [8321] = 6622, - [8322] = 6613, - [8323] = 6711, - [8324] = 7036, - [8325] = 6616, - [8326] = 6617, - [8327] = 6618, - [8328] = 8019, - [8329] = 6620, - [8330] = 6739, - [8331] = 6622, - [8332] = 8045, - [8333] = 6612, - [8334] = 8334, - [8335] = 8335, - [8336] = 6609, - [8337] = 8020, - [8338] = 8045, - [8339] = 6611, - [8340] = 6654, - [8341] = 6613, - [8342] = 8021, - [8343] = 6611, - [8344] = 6616, - [8345] = 6617, - [8346] = 6618, - [8347] = 7518, - [8348] = 6620, - [8349] = 8349, - [8350] = 6622, - [8351] = 6663, + [8287] = 6700, + [8288] = 6612, + [8289] = 7655, + [8290] = 6735, + [8291] = 7639, + [8292] = 6611, + [8293] = 7447, + [8294] = 8294, + [8295] = 6869, + [8296] = 6610, + [8297] = 7655, + [8298] = 6619, + [8299] = 7639, + [8300] = 6618, + [8301] = 6617, + [8302] = 7655, + [8303] = 6726, + [8304] = 7639, + [8305] = 6609, + [8306] = 6716, + [8307] = 7655, + [8308] = 6612, + [8309] = 7639, + [8310] = 6624, + [8311] = 6628, + [8312] = 7639, + [8313] = 6786, + [8314] = 6613, + [8315] = 6609, + [8316] = 6790, + [8317] = 6799, + [8318] = 6672, + [8319] = 6656, + [8320] = 6673, + [8321] = 6846, + [8322] = 6872, + [8323] = 6876, + [8324] = 6883, + [8325] = 6611, + [8326] = 6922, + [8327] = 6937, + [8328] = 6907, + [8329] = 6869, + [8330] = 6867, + [8331] = 6610, + [8332] = 6619, + [8333] = 6618, + [8334] = 6617, + [8335] = 6813, + [8336] = 6813, + [8337] = 6617, + [8338] = 6618, + [8339] = 6609, + [8340] = 6619, + [8341] = 6735, + [8342] = 6610, + [8343] = 6612, + [8344] = 8344, + [8345] = 6628, + [8346] = 6786, + [8347] = 6867, + [8348] = 6869, + [8349] = 6648, + [8350] = 6790, + [8351] = 6799, [8352] = 8352, - [8353] = 6258, - [8354] = 6654, - [8355] = 6711, - [8356] = 8046, - [8357] = 6655, - [8358] = 6740, - [8359] = 7683, - [8360] = 8360, - [8361] = 6739, + [8353] = 6646, + [8354] = 6846, + [8355] = 6872, + [8356] = 6876, + [8357] = 6883, + [8358] = 5226, + [8359] = 6611, + [8360] = 2551, + [8361] = 6922, [8362] = 8362, [8363] = 8363, [8364] = 8364, @@ -13195,158 +13195,158 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [11] = {.lex_state = 2, .external_lex_state = 6}, [12] = {.lex_state = 2, .external_lex_state = 6}, [13] = {.lex_state = 2, .external_lex_state = 8}, - [14] = {.lex_state = 2, .external_lex_state = 9}, + [14] = {.lex_state = 2, .external_lex_state = 8}, [15] = {.lex_state = 2, .external_lex_state = 8}, - [16] = {.lex_state = 2, .external_lex_state = 8}, + [16] = {.lex_state = 2, .external_lex_state = 9}, [17] = {.lex_state = 2, .external_lex_state = 10}, - [18] = {.lex_state = 2, .external_lex_state = 11}, - [19] = {.lex_state = 2, .external_lex_state = 12}, - [20] = {.lex_state = 2, .external_lex_state = 13}, - [21] = {.lex_state = 2, .external_lex_state = 2}, - [22] = {.lex_state = 2, .external_lex_state = 11}, - [23] = {.lex_state = 2, .external_lex_state = 9}, - [24] = {.lex_state = 2, .external_lex_state = 9}, - [25] = {.lex_state = 2, .external_lex_state = 13}, - [26] = {.lex_state = 2, .external_lex_state = 9}, - [27] = {.lex_state = 2, .external_lex_state = 13}, - [28] = {.lex_state = 2, .external_lex_state = 9}, - [29] = {.lex_state = 2, .external_lex_state = 9}, + [18] = {.lex_state = 2, .external_lex_state = 10}, + [19] = {.lex_state = 2, .external_lex_state = 9}, + [20] = {.lex_state = 2, .external_lex_state = 11}, + [21] = {.lex_state = 2, .external_lex_state = 10}, + [22] = {.lex_state = 2, .external_lex_state = 9}, + [23] = {.lex_state = 2, .external_lex_state = 12}, + [24] = {.lex_state = 2, .external_lex_state = 12}, + [25] = {.lex_state = 2, .external_lex_state = 11}, + [26] = {.lex_state = 2, .external_lex_state = 13}, + [27] = {.lex_state = 2, .external_lex_state = 10}, + [28] = {.lex_state = 2, .external_lex_state = 12}, + [29] = {.lex_state = 2, .external_lex_state = 13}, [30] = {.lex_state = 2, .external_lex_state = 10}, [31] = {.lex_state = 2, .external_lex_state = 10}, [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}, + [35] = {.lex_state = 2, .external_lex_state = 11}, [36] = {.lex_state = 2, .external_lex_state = 10}, - [37] = {.lex_state = 2, .external_lex_state = 10}, - [38] = {.lex_state = 2, .external_lex_state = 10}, + [37] = {.lex_state = 2, .external_lex_state = 13}, + [38] = {.lex_state = 2, .external_lex_state = 12}, [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}, + [43] = {.lex_state = 2, .external_lex_state = 13}, [44] = {.lex_state = 2, .external_lex_state = 10}, - [45] = {.lex_state = 2, .external_lex_state = 10}, + [45] = {.lex_state = 2, .external_lex_state = 13}, [46] = {.lex_state = 2, .external_lex_state = 10}, - [47] = {.lex_state = 2, .external_lex_state = 10}, + [47] = {.lex_state = 2, .external_lex_state = 11}, [48] = {.lex_state = 2, .external_lex_state = 10}, - [49] = {.lex_state = 2, .external_lex_state = 10}, + [49] = {.lex_state = 2, .external_lex_state = 2}, [50] = {.lex_state = 2, .external_lex_state = 10}, [51] = {.lex_state = 2, .external_lex_state = 10}, - [52] = {.lex_state = 2, .external_lex_state = 10}, + [52] = {.lex_state = 2, .external_lex_state = 9}, [53] = {.lex_state = 2, .external_lex_state = 10}, - [54] = {.lex_state = 2, .external_lex_state = 10}, - [55] = {.lex_state = 2, .external_lex_state = 10}, - [56] = {.lex_state = 2, .external_lex_state = 10}, - [57] = {.lex_state = 2, .external_lex_state = 10}, + [54] = {.lex_state = 2, .external_lex_state = 13}, + [55] = {.lex_state = 2, .external_lex_state = 12}, + [56] = {.lex_state = 2, .external_lex_state = 11}, + [57] = {.lex_state = 2, .external_lex_state = 13}, [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 = 9}, - [62] = {.lex_state = 2, .external_lex_state = 10}, - [63] = {.lex_state = 2, .external_lex_state = 10}, - [64] = {.lex_state = 2, .external_lex_state = 10}, + [60] = {.lex_state = 2, .external_lex_state = 9}, + [61] = {.lex_state = 2, .external_lex_state = 10}, + [62] = {.lex_state = 2, .external_lex_state = 9}, + [63] = {.lex_state = 2, .external_lex_state = 2}, + [64] = {.lex_state = 2, .external_lex_state = 9}, [65] = {.lex_state = 2, .external_lex_state = 10}, - [66] = {.lex_state = 2, .external_lex_state = 10}, - [67] = {.lex_state = 2, .external_lex_state = 10}, + [66] = {.lex_state = 2, .external_lex_state = 13}, + [67] = {.lex_state = 2, .external_lex_state = 12}, [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}, + [71] = {.lex_state = 2, .external_lex_state = 13}, [72] = {.lex_state = 2, .external_lex_state = 10}, - [73] = {.lex_state = 2, .external_lex_state = 10}, + [73] = {.lex_state = 2, .external_lex_state = 11}, [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 = 10}, - [80] = {.lex_state = 2, .external_lex_state = 13}, - [81] = {.lex_state = 2, .external_lex_state = 13}, - [82] = {.lex_state = 2, .external_lex_state = 12}, - [83] = {.lex_state = 2, .external_lex_state = 11}, - [84] = {.lex_state = 2, .external_lex_state = 12}, - [85] = {.lex_state = 2, .external_lex_state = 13}, - [86] = {.lex_state = 2, .external_lex_state = 11}, - [87] = {.lex_state = 2, .external_lex_state = 13}, + [79] = {.lex_state = 2, .external_lex_state = 13}, + [80] = {.lex_state = 2, .external_lex_state = 10}, + [81] = {.lex_state = 2, .external_lex_state = 10}, + [82] = {.lex_state = 2, .external_lex_state = 13}, + [83] = {.lex_state = 2, .external_lex_state = 10}, + [84] = {.lex_state = 2, .external_lex_state = 10}, + [85] = {.lex_state = 2, .external_lex_state = 10}, + [86] = {.lex_state = 2, .external_lex_state = 10}, + [87] = {.lex_state = 2, .external_lex_state = 10}, [88] = {.lex_state = 2, .external_lex_state = 13}, - [89] = {.lex_state = 2, .external_lex_state = 12}, - [90] = {.lex_state = 2, .external_lex_state = 11}, - [91] = {.lex_state = 2, .external_lex_state = 12}, - [92] = {.lex_state = 2, .external_lex_state = 13}, - [93] = {.lex_state = 2, .external_lex_state = 11}, - [94] = {.lex_state = 2, .external_lex_state = 2}, - [95] = {.lex_state = 2, .external_lex_state = 13}, - [96] = {.lex_state = 2, .external_lex_state = 13}, - [97] = {.lex_state = 2, .external_lex_state = 13}, - [98] = {.lex_state = 2, .external_lex_state = 12}, + [89] = {.lex_state = 2, .external_lex_state = 10}, + [90] = {.lex_state = 2, .external_lex_state = 10}, + [91] = {.lex_state = 2, .external_lex_state = 10}, + [92] = {.lex_state = 2, .external_lex_state = 10}, + [93] = {.lex_state = 2, .external_lex_state = 10}, + [94] = {.lex_state = 2, .external_lex_state = 10}, + [95] = {.lex_state = 2, .external_lex_state = 10}, + [96] = {.lex_state = 2, .external_lex_state = 10}, + [97] = {.lex_state = 2, .external_lex_state = 10}, + [98] = {.lex_state = 2, .external_lex_state = 10}, [99] = {.lex_state = 2, .external_lex_state = 10}, [100] = {.lex_state = 2, .external_lex_state = 13}, [101] = {.lex_state = 2, .external_lex_state = 14}, - [102] = {.lex_state = 2, .external_lex_state = 13}, + [102] = {.lex_state = 2, .external_lex_state = 14}, [103] = {.lex_state = 2, .external_lex_state = 13}, [104] = {.lex_state = 2, .external_lex_state = 13}, - [105] = {.lex_state = 2, .external_lex_state = 13}, + [105] = {.lex_state = 2, .external_lex_state = 14}, [106] = {.lex_state = 2, .external_lex_state = 13}, - [107] = {.lex_state = 2, .external_lex_state = 14}, - [108] = {.lex_state = 2, .external_lex_state = 13}, - [109] = {.lex_state = 2, .external_lex_state = 14}, - [110] = {.lex_state = 2, .external_lex_state = 13}, - [111] = {.lex_state = 2, .external_lex_state = 2}, + [107] = {.lex_state = 2, .external_lex_state = 13}, + [108] = {.lex_state = 2, .external_lex_state = 14}, + [109] = {.lex_state = 2, .external_lex_state = 13}, + [110] = {.lex_state = 2, .external_lex_state = 2}, + [111] = {.lex_state = 2, .external_lex_state = 13}, [112] = {.lex_state = 2, .external_lex_state = 14}, - [113] = {.lex_state = 2, .external_lex_state = 13}, - [114] = {.lex_state = 2, .external_lex_state = 14}, - [115] = {.lex_state = 2, .external_lex_state = 13}, + [113] = {.lex_state = 2, .external_lex_state = 14}, + [114] = {.lex_state = 2, .external_lex_state = 13}, + [115] = {.lex_state = 2, .external_lex_state = 2}, [116] = {.lex_state = 2, .external_lex_state = 14}, - [117] = {.lex_state = 2, .external_lex_state = 13}, - [118] = {.lex_state = 2, .external_lex_state = 14}, - [119] = {.lex_state = 2, .external_lex_state = 14}, + [117] = {.lex_state = 2, .external_lex_state = 14}, + [118] = {.lex_state = 2, .external_lex_state = 13}, + [119] = {.lex_state = 2, .external_lex_state = 13}, [120] = {.lex_state = 2, .external_lex_state = 13}, [121] = {.lex_state = 2, .external_lex_state = 14}, [122] = {.lex_state = 2, .external_lex_state = 14}, [123] = {.lex_state = 2, .external_lex_state = 14}, - [124] = {.lex_state = 2, .external_lex_state = 2}, + [124] = {.lex_state = 2, .external_lex_state = 13}, [125] = {.lex_state = 2, .external_lex_state = 14}, [126] = {.lex_state = 2, .external_lex_state = 15}, [127] = {.lex_state = 2, .external_lex_state = 15}, [128] = {.lex_state = 2, .external_lex_state = 14}, - [129] = {.lex_state = 2, .external_lex_state = 14}, - [130] = {.lex_state = 2, .external_lex_state = 14}, - [131] = {.lex_state = 2, .external_lex_state = 10}, + [129] = {.lex_state = 2, .external_lex_state = 15}, + [130] = {.lex_state = 2, .external_lex_state = 15}, + [131] = {.lex_state = 2, .external_lex_state = 15}, [132] = {.lex_state = 2, .external_lex_state = 15}, [133] = {.lex_state = 2, .external_lex_state = 14}, - [134] = {.lex_state = 2, .external_lex_state = 14}, + [134] = {.lex_state = 2, .external_lex_state = 15}, [135] = {.lex_state = 2, .external_lex_state = 14}, - [136] = {.lex_state = 2, .external_lex_state = 14}, - [137] = {.lex_state = 2, .external_lex_state = 15}, - [138] = {.lex_state = 2, .external_lex_state = 14}, - [139] = {.lex_state = 2, .external_lex_state = 14}, + [136] = {.lex_state = 2, .external_lex_state = 15}, + [137] = {.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 = 14}, - [142] = {.lex_state = 2, .external_lex_state = 14}, + [141] = {.lex_state = 2, .external_lex_state = 15}, + [142] = {.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}, [147] = {.lex_state = 2, .external_lex_state = 15}, [148] = {.lex_state = 2, .external_lex_state = 15}, - [149] = {.lex_state = 2, .external_lex_state = 15}, + [149] = {.lex_state = 2, .external_lex_state = 14}, [150] = {.lex_state = 2, .external_lex_state = 15}, - [151] = {.lex_state = 2, .external_lex_state = 15}, + [151] = {.lex_state = 2, .external_lex_state = 14}, [152] = {.lex_state = 2, .external_lex_state = 15}, [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 = 15}, + [156] = {.lex_state = 2, .external_lex_state = 14}, [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 = 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}, + [165] = {.lex_state = 2, .external_lex_state = 10}, [166] = {.lex_state = 2, .external_lex_state = 15}, [167] = {.lex_state = 2, .external_lex_state = 15}, [168] = {.lex_state = 2, .external_lex_state = 15}, @@ -13377,10 +13377,10 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [193] = {.lex_state = 2, .external_lex_state = 15}, [194] = {.lex_state = 2, .external_lex_state = 15}, [195] = {.lex_state = 2, .external_lex_state = 15}, - [196] = {.lex_state = 2, .external_lex_state = 15}, + [196] = {.lex_state = 2, .external_lex_state = 14}, [197] = {.lex_state = 2, .external_lex_state = 15}, [198] = {.lex_state = 2, .external_lex_state = 15}, - [199] = {.lex_state = 2, .external_lex_state = 15}, + [199] = {.lex_state = 2, .external_lex_state = 14}, [200] = {.lex_state = 2, .external_lex_state = 15}, [201] = {.lex_state = 2, .external_lex_state = 15}, [202] = {.lex_state = 2, .external_lex_state = 15}, @@ -13390,7 +13390,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [206] = {.lex_state = 2, .external_lex_state = 15}, [207] = {.lex_state = 2, .external_lex_state = 15}, [208] = {.lex_state = 2, .external_lex_state = 15}, - [209] = {.lex_state = 2, .external_lex_state = 15}, + [209] = {.lex_state = 2, .external_lex_state = 14}, [210] = {.lex_state = 2, .external_lex_state = 15}, [211] = {.lex_state = 2, .external_lex_state = 15}, [212] = {.lex_state = 2, .external_lex_state = 15}, @@ -13401,39 +13401,39 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [217] = {.lex_state = 2, .external_lex_state = 15}, [218] = {.lex_state = 2, .external_lex_state = 15}, [219] = {.lex_state = 2, .external_lex_state = 15}, - [220] = {.lex_state = 2, .external_lex_state = 16}, - [221] = {.lex_state = 2, .external_lex_state = 15}, - [222] = {.lex_state = 2, .external_lex_state = 15}, + [220] = {.lex_state = 2, .external_lex_state = 15}, + [221] = {.lex_state = 2, .external_lex_state = 16}, + [222] = {.lex_state = 2, .external_lex_state = 17}, [223] = {.lex_state = 2, .external_lex_state = 15}, [224] = {.lex_state = 2, .external_lex_state = 15}, - [225] = {.lex_state = 2, .external_lex_state = 17}, + [225] = {.lex_state = 2, .external_lex_state = 15}, [226] = {.lex_state = 2, .external_lex_state = 18}, [227] = {.lex_state = 2, .external_lex_state = 18}, [228] = {.lex_state = 2, .external_lex_state = 18}, [229] = {.lex_state = 2, .external_lex_state = 19}, [230] = {.lex_state = 2, .external_lex_state = 18}, [231] = {.lex_state = 2, .external_lex_state = 19}, - [232] = {.lex_state = 2, .external_lex_state = 19}, + [232] = {.lex_state = 2, .external_lex_state = 18}, [233] = {.lex_state = 2, .external_lex_state = 19}, - [234] = {.lex_state = 2, .external_lex_state = 18}, + [234] = {.lex_state = 2, .external_lex_state = 19}, [235] = {.lex_state = 2, .external_lex_state = 19}, - [236] = {.lex_state = 2, .external_lex_state = 19}, - [237] = {.lex_state = 2, .external_lex_state = 18}, - [238] = {.lex_state = 2, .external_lex_state = 10}, - [239] = {.lex_state = 2, .external_lex_state = 20}, - [240] = {.lex_state = 2, .external_lex_state = 20}, - [241] = {.lex_state = 2, .external_lex_state = 20}, - [242] = {.lex_state = 2, .external_lex_state = 21}, - [243] = {.lex_state = 2, .external_lex_state = 20}, - [244] = {.lex_state = 2, .external_lex_state = 20}, - [245] = {.lex_state = 2, .external_lex_state = 20}, + [236] = {.lex_state = 2, .external_lex_state = 18}, + [237] = {.lex_state = 2, .external_lex_state = 19}, + [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 = 20}, - [248] = {.lex_state = 2, .external_lex_state = 20}, - [249] = {.lex_state = 2, .external_lex_state = 20}, - [250] = {.lex_state = 2, .external_lex_state = 20}, - [251] = {.lex_state = 2, .external_lex_state = 10}, - [252] = {.lex_state = 2, .external_lex_state = 15}, + [247] = {.lex_state = 2, .external_lex_state = 10}, + [248] = {.lex_state = 2, .external_lex_state = 10}, + [249] = {.lex_state = 2, .external_lex_state = 10}, + [250] = {.lex_state = 2, .external_lex_state = 10}, + [251] = {.lex_state = 2, .external_lex_state = 20}, + [252] = {.lex_state = 2, .external_lex_state = 10}, [253] = {.lex_state = 2, .external_lex_state = 10}, [254] = {.lex_state = 2, .external_lex_state = 10}, [255] = {.lex_state = 2, .external_lex_state = 10}, @@ -13441,72 +13441,72 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [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}, + [260] = {.lex_state = 2, .external_lex_state = 20}, [261] = {.lex_state = 2, .external_lex_state = 10}, - [262] = {.lex_state = 2, .external_lex_state = 10}, + [262] = {.lex_state = 2, .external_lex_state = 20}, [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}, + [266] = {.lex_state = 2, .external_lex_state = 20}, [267] = {.lex_state = 2, .external_lex_state = 10}, [268] = {.lex_state = 2, .external_lex_state = 10}, - [269] = {.lex_state = 2, .external_lex_state = 20}, + [269] = {.lex_state = 2, .external_lex_state = 15}, [270] = {.lex_state = 2, .external_lex_state = 10}, - [271] = {.lex_state = 2, .external_lex_state = 10}, - [272] = {.lex_state = 2, .external_lex_state = 10}, + [271] = {.lex_state = 2, .external_lex_state = 20}, + [272] = {.lex_state = 2, .external_lex_state = 20}, [273] = {.lex_state = 2, .external_lex_state = 10}, - [274] = {.lex_state = 2, .external_lex_state = 10}, + [274] = {.lex_state = 2, .external_lex_state = 20}, [275] = {.lex_state = 2, .external_lex_state = 10}, - [276] = {.lex_state = 2, .external_lex_state = 20}, - [277] = {.lex_state = 2, .external_lex_state = 10}, + [276] = {.lex_state = 2, .external_lex_state = 10}, + [277] = {.lex_state = 2, .external_lex_state = 20}, [278] = {.lex_state = 2, .external_lex_state = 10}, - [279] = {.lex_state = 2, .external_lex_state = 10}, - [280] = {.lex_state = 2, .external_lex_state = 10}, + [279] = {.lex_state = 2, .external_lex_state = 21}, + [280] = {.lex_state = 2, .external_lex_state = 20}, [281] = {.lex_state = 2, .external_lex_state = 10}, [282] = {.lex_state = 2, .external_lex_state = 10}, - [283] = {.lex_state = 2, .external_lex_state = 10}, + [283] = {.lex_state = 2, .external_lex_state = 20}, [284] = {.lex_state = 2, .external_lex_state = 10}, - [285] = {.lex_state = 2, .external_lex_state = 10}, + [285] = {.lex_state = 2, .external_lex_state = 21}, [286] = {.lex_state = 2, .external_lex_state = 10}, [287] = {.lex_state = 2, .external_lex_state = 20}, [288] = {.lex_state = 2, .external_lex_state = 10}, - [289] = {.lex_state = 2, .external_lex_state = 21}, + [289] = {.lex_state = 2, .external_lex_state = 10}, [290] = {.lex_state = 2, .external_lex_state = 10}, [291] = {.lex_state = 2, .external_lex_state = 20}, [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 = 15}, - [296] = {.lex_state = 2, .external_lex_state = 10}, + [295] = {.lex_state = 2, .external_lex_state = 20}, + [296] = {.lex_state = 2, .external_lex_state = 21}, [297] = {.lex_state = 2, .external_lex_state = 20}, - [298] = {.lex_state = 2, .external_lex_state = 10}, - [299] = {.lex_state = 2, .external_lex_state = 10}, - [300] = {.lex_state = 2, .external_lex_state = 20}, - [301] = {.lex_state = 2, .external_lex_state = 10}, + [298] = {.lex_state = 2, .external_lex_state = 20}, + [299] = {.lex_state = 2, .external_lex_state = 21}, + [300] = {.lex_state = 2, .external_lex_state = 10}, + [301] = {.lex_state = 2, .external_lex_state = 15}, [302] = {.lex_state = 2, .external_lex_state = 10}, [303] = {.lex_state = 2, .external_lex_state = 10}, - [304] = {.lex_state = 2, .external_lex_state = 21}, + [304] = {.lex_state = 2, .external_lex_state = 10}, [305] = {.lex_state = 2, .external_lex_state = 10}, - [306] = {.lex_state = 2, .external_lex_state = 20}, + [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 = 20}, + [309] = {.lex_state = 2, .external_lex_state = 10}, [310] = {.lex_state = 2, .external_lex_state = 10}, [311] = {.lex_state = 2, .external_lex_state = 10}, [312] = {.lex_state = 2, .external_lex_state = 10}, - [313] = {.lex_state = 2, .external_lex_state = 10}, - [314] = {.lex_state = 2, .external_lex_state = 10}, - [315] = {.lex_state = 2, .external_lex_state = 21}, + [313] = {.lex_state = 2, .external_lex_state = 15}, + [314] = {.lex_state = 2, .external_lex_state = 20}, + [315] = {.lex_state = 2, .external_lex_state = 20}, [316] = {.lex_state = 2, .external_lex_state = 10}, [317] = {.lex_state = 2, .external_lex_state = 20}, - [318] = {.lex_state = 2, .external_lex_state = 20}, - [319] = {.lex_state = 2, .external_lex_state = 10}, - [320] = {.lex_state = 2, .external_lex_state = 20}, - [321] = {.lex_state = 2, .external_lex_state = 10}, - [322] = {.lex_state = 2, .external_lex_state = 15}, + [318] = {.lex_state = 2, .external_lex_state = 10}, + [319] = {.lex_state = 2, .external_lex_state = 21}, + [320] = {.lex_state = 2, .external_lex_state = 21}, + [321] = {.lex_state = 2, .external_lex_state = 20}, + [322] = {.lex_state = 2, .external_lex_state = 10}, [323] = {.lex_state = 2, .external_lex_state = 20}, - [324] = {.lex_state = 2, .external_lex_state = 21}, - [325] = {.lex_state = 2, .external_lex_state = 21}, + [324] = {.lex_state = 2, .external_lex_state = 20}, + [325] = {.lex_state = 2, .external_lex_state = 10}, [326] = {.lex_state = 2, .external_lex_state = 20}, [327] = {.lex_state = 2, .external_lex_state = 20}, [328] = {.lex_state = 2, .external_lex_state = 20}, @@ -13522,21 +13522,21 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [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}, + [341] = {.lex_state = 2, .external_lex_state = 10}, [342] = {.lex_state = 2, .external_lex_state = 20}, [343] = {.lex_state = 2, .external_lex_state = 20}, [344] = {.lex_state = 2, .external_lex_state = 20}, - [345] = {.lex_state = 2, .external_lex_state = 10}, + [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 = 22}, + [352] = {.lex_state = 2, .external_lex_state = 20}, [353] = {.lex_state = 2, .external_lex_state = 20}, [354] = {.lex_state = 2, .external_lex_state = 20}, - [355] = {.lex_state = 2, .external_lex_state = 20}, + [355] = {.lex_state = 2, .external_lex_state = 22}, [356] = {.lex_state = 2, .external_lex_state = 20}, [357] = {.lex_state = 2, .external_lex_state = 22}, [358] = {.lex_state = 2, .external_lex_state = 20}, @@ -13553,10 +13553,10 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [369] = {.lex_state = 2, .external_lex_state = 22}, [370] = {.lex_state = 2, .external_lex_state = 22}, [371] = {.lex_state = 2, .external_lex_state = 22}, - [372] = {.lex_state = 2, .external_lex_state = 20}, + [372] = {.lex_state = 2, .external_lex_state = 22}, [373] = {.lex_state = 2, .external_lex_state = 22}, [374] = {.lex_state = 2, .external_lex_state = 22}, - [375] = {.lex_state = 2, .external_lex_state = 22}, + [375] = {.lex_state = 2, .external_lex_state = 20}, [376] = {.lex_state = 2, .external_lex_state = 22}, [377] = {.lex_state = 2, .external_lex_state = 22}, [378] = {.lex_state = 2, .external_lex_state = 22}, @@ -13582,18 +13582,18 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [398] = {.lex_state = 2, .external_lex_state = 22}, [399] = {.lex_state = 2, .external_lex_state = 22}, [400] = {.lex_state = 2, .external_lex_state = 22}, - [401] = {.lex_state = 0, .external_lex_state = 23}, + [401] = {.lex_state = 2, .external_lex_state = 22}, [402] = {.lex_state = 2, .external_lex_state = 22}, - [403] = {.lex_state = 2, .external_lex_state = 22}, + [403] = {.lex_state = 0, .external_lex_state = 23}, [404] = {.lex_state = 2, .external_lex_state = 22}, [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 = 2, .external_lex_state = 22}, - [409] = {.lex_state = 0, .external_lex_state = 23}, - [410] = {.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 = 0, .external_lex_state = 23}, [411] = {.lex_state = 0, .external_lex_state = 23}, - [412] = {.lex_state = 0, .external_lex_state = 23}, + [412] = {.lex_state = 2, .external_lex_state = 22}, [413] = {.lex_state = 2, .external_lex_state = 22}, [414] = {.lex_state = 2, .external_lex_state = 22}, [415] = {.lex_state = 2, .external_lex_state = 22}, @@ -13902,1203 +13902,1203 @@ 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 = 1, .external_lex_state = 24}, - [722] = {.lex_state = 0, .external_lex_state = 23}, + [721] = {.lex_state = 0, .external_lex_state = 23}, + [722] = {.lex_state = 1, .external_lex_state = 24}, [723] = {.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}, + [725] = {.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 = 26}, + [732] = {.lex_state = 1, .external_lex_state = 27}, [733] = {.lex_state = 1, .external_lex_state = 26}, - [734] = {.lex_state = 1, .external_lex_state = 27}, + [734] = {.lex_state = 1, .external_lex_state = 26}, [735] = {.lex_state = 1, .external_lex_state = 27}, [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 = 1, .external_lex_state = 30}, - [740] = {.lex_state = 2, .external_lex_state = 2}, + [737] = {.lex_state = 2, .external_lex_state = 2}, + [738] = {.lex_state = 1, .external_lex_state = 28}, + [739] = {.lex_state = 0, .external_lex_state = 29}, + [740] = {.lex_state = 1, .external_lex_state = 30}, [741] = {.lex_state = 1, .external_lex_state = 30}, - [742] = {.lex_state = 1, .external_lex_state = 31}, - [743] = {.lex_state = 1, .external_lex_state = 30}, - [744] = {.lex_state = 0, .external_lex_state = 28}, - [745] = {.lex_state = 0, .external_lex_state = 28}, + [742] = {.lex_state = 1, .external_lex_state = 28}, + [743] = {.lex_state = 1, .external_lex_state = 31}, + [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 = 31}, - [748] = {.lex_state = 1, .external_lex_state = 29}, - [749] = {.lex_state = 1, .external_lex_state = 29}, + [747] = {.lex_state = 0, .external_lex_state = 29}, + [748] = {.lex_state = 1, .external_lex_state = 30}, + [749] = {.lex_state = 0, .external_lex_state = 29}, [750] = {.lex_state = 1, .external_lex_state = 32}, - [751] = {.lex_state = 1, .external_lex_state = 32}, + [751] = {.lex_state = 1, .external_lex_state = 33}, [752] = {.lex_state = 1, .external_lex_state = 33}, - [753] = {.lex_state = 1, .external_lex_state = 32}, - [754] = {.lex_state = 1, .external_lex_state = 33}, - [755] = {.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 = 32}, [756] = {.lex_state = 1, .external_lex_state = 24}, - [757] = {.lex_state = 0, .external_lex_state = 34}, - [758] = {.lex_state = 1, .external_lex_state = 35}, - [759] = {.lex_state = 1, .external_lex_state = 36}, - [760] = {.lex_state = 1, .external_lex_state = 37}, - [761] = {.lex_state = 0, .external_lex_state = 34}, - [762] = {.lex_state = 0, .external_lex_state = 34}, - [763] = {.lex_state = 1, .external_lex_state = 24}, - [764] = {.lex_state = 1, .external_lex_state = 37}, - [765] = {.lex_state = 0, .external_lex_state = 34}, - [766] = {.lex_state = 1, .external_lex_state = 38}, - [767] = {.lex_state = 1, .external_lex_state = 36}, - [768] = {.lex_state = 1, .external_lex_state = 36}, - [769] = {.lex_state = 1, .external_lex_state = 38}, - [770] = {.lex_state = 1, .external_lex_state = 38}, - [771] = {.lex_state = 1, .external_lex_state = 39}, - [772] = {.lex_state = 1, .external_lex_state = 35}, - [773] = {.lex_state = 0, .external_lex_state = 34}, - [774] = {.lex_state = 1, .external_lex_state = 39}, - [775] = {.lex_state = 0, .external_lex_state = 34}, - [776] = {.lex_state = 0, .external_lex_state = 34}, - [777] = {.lex_state = 1, .external_lex_state = 39}, - [778] = {.lex_state = 1, .external_lex_state = 35}, - [779] = {.lex_state = 1, .external_lex_state = 37}, + [757] = {.lex_state = 1, .external_lex_state = 34}, + [758] = {.lex_state = 1, .external_lex_state = 34}, + [759] = {.lex_state = 1, .external_lex_state = 34}, + [760] = {.lex_state = 0, .external_lex_state = 35}, + [761] = {.lex_state = 1, .external_lex_state = 36}, + [762] = {.lex_state = 1, .external_lex_state = 37}, + [763] = {.lex_state = 1, .external_lex_state = 36}, + [764] = {.lex_state = 1, .external_lex_state = 38}, + [765] = {.lex_state = 1, .external_lex_state = 37}, + [766] = {.lex_state = 1, .external_lex_state = 36}, + [767] = {.lex_state = 0, .external_lex_state = 35}, + [768] = {.lex_state = 0, .external_lex_state = 35}, + [769] = {.lex_state = 0, .external_lex_state = 35}, + [770] = {.lex_state = 0, .external_lex_state = 35}, + [771] = {.lex_state = 1, .external_lex_state = 24}, + [772] = {.lex_state = 1, .external_lex_state = 39}, + [773] = {.lex_state = 0, .external_lex_state = 35}, + [774] = {.lex_state = 1, .external_lex_state = 38}, + [775] = {.lex_state = 1, .external_lex_state = 39}, + [776] = {.lex_state = 1, .external_lex_state = 39}, + [777] = {.lex_state = 1, .external_lex_state = 37}, + [778] = {.lex_state = 0, .external_lex_state = 35}, + [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 = 1, .external_lex_state = 40}, + [782] = {.lex_state = 1, .external_lex_state = 41}, [783] = {.lex_state = 1, .external_lex_state = 42}, - [784] = {.lex_state = 0, .external_lex_state = 43}, - [785] = {.lex_state = 1, .external_lex_state = 44}, - [786] = {.lex_state = 1, .external_lex_state = 42}, - [787] = {.lex_state = 1, .external_lex_state = 45}, - [788] = {.lex_state = 1, .external_lex_state = 45}, - [789] = {.lex_state = 1, .external_lex_state = 40}, - [790] = {.lex_state = 1, .external_lex_state = 45}, - [791] = {.lex_state = 1, .external_lex_state = 41}, - [792] = {.lex_state = 1, .external_lex_state = 42}, - [793] = {.lex_state = 1, .external_lex_state = 44}, - [794] = {.lex_state = 1, .external_lex_state = 44}, - [795] = {.lex_state = 1, .external_lex_state = 41}, - [796] = {.lex_state = 0, .external_lex_state = 46}, - [797] = {.lex_state = 1, .external_lex_state = 47}, - [798] = {.lex_state = 1, .external_lex_state = 48}, - [799] = {.lex_state = 1, .external_lex_state = 49}, - [800] = {.lex_state = 1, .external_lex_state = 50}, - [801] = {.lex_state = 0, .external_lex_state = 46}, - [802] = {.lex_state = 0, .external_lex_state = 46}, - [803] = {.lex_state = 1, .external_lex_state = 47}, - [804] = {.lex_state = 0, .external_lex_state = 46}, - [805] = {.lex_state = 1, .external_lex_state = 24}, - [806] = {.lex_state = 1, .external_lex_state = 47}, - [807] = {.lex_state = 0, .external_lex_state = 46}, - [808] = {.lex_state = 1, .external_lex_state = 48}, - [809] = {.lex_state = 1, .external_lex_state = 48}, - [810] = {.lex_state = 0, .external_lex_state = 46}, - [811] = {.lex_state = 0, .external_lex_state = 46}, - [812] = {.lex_state = 1, .external_lex_state = 50}, - [813] = {.lex_state = 1, .external_lex_state = 50}, - [814] = {.lex_state = 0, .external_lex_state = 46}, - [815] = {.lex_state = 0, .external_lex_state = 46}, - [816] = {.lex_state = 0, .external_lex_state = 51}, - [817] = {.lex_state = 0, .external_lex_state = 46}, - [818] = {.lex_state = 0, .external_lex_state = 46}, - [819] = {.lex_state = 0, .external_lex_state = 46}, - [820] = {.lex_state = 1, .external_lex_state = 52}, - [821] = {.lex_state = 0, .external_lex_state = 46}, - [822] = {.lex_state = 1, .external_lex_state = 26}, + [784] = {.lex_state = 1, .external_lex_state = 42}, + [785] = {.lex_state = 1, .external_lex_state = 40}, + [786] = {.lex_state = 1, .external_lex_state = 41}, + [787] = {.lex_state = 1, .external_lex_state = 42}, + [788] = {.lex_state = 1, .external_lex_state = 43}, + [789] = {.lex_state = 1, .external_lex_state = 43}, + [790] = {.lex_state = 0, .external_lex_state = 44}, + [791] = {.lex_state = 1, .external_lex_state = 45}, + [792] = {.lex_state = 1, .external_lex_state = 40}, + [793] = {.lex_state = 1, .external_lex_state = 45}, + [794] = {.lex_state = 1, .external_lex_state = 45}, + [795] = {.lex_state = 1, .external_lex_state = 43}, + [796] = {.lex_state = 1, .external_lex_state = 46}, + [797] = {.lex_state = 0, .external_lex_state = 47}, + [798] = {.lex_state = 0, .external_lex_state = 47}, + [799] = {.lex_state = 1, .external_lex_state = 48}, + [800] = {.lex_state = 0, .external_lex_state = 47}, + [801] = {.lex_state = 0, .external_lex_state = 47}, + [802] = {.lex_state = 0, .external_lex_state = 47}, + [803] = {.lex_state = 0, .external_lex_state = 49}, + [804] = {.lex_state = 1, .external_lex_state = 46}, + [805] = {.lex_state = 1, .external_lex_state = 50}, + [806] = {.lex_state = 0, .external_lex_state = 47}, + [807] = {.lex_state = 0, .external_lex_state = 49}, + [808] = {.lex_state = 0, .external_lex_state = 47}, + [809] = {.lex_state = 0, .external_lex_state = 47}, + [810] = {.lex_state = 0, .external_lex_state = 47}, + [811] = {.lex_state = 1, .external_lex_state = 51}, + [812] = {.lex_state = 1, .external_lex_state = 51}, + [813] = {.lex_state = 1, .external_lex_state = 48}, + [814] = {.lex_state = 0, .external_lex_state = 47}, + [815] = {.lex_state = 1, .external_lex_state = 52}, + [816] = {.lex_state = 0, .external_lex_state = 47}, + [817] = {.lex_state = 1, .external_lex_state = 51}, + [818] = {.lex_state = 1, .external_lex_state = 52}, + [819] = {.lex_state = 0, .external_lex_state = 49}, + [820] = {.lex_state = 1, .external_lex_state = 48}, + [821] = {.lex_state = 1, .external_lex_state = 50}, + [822] = {.lex_state = 1, .external_lex_state = 24}, [823] = {.lex_state = 1, .external_lex_state = 26}, - [824] = {.lex_state = 0, .external_lex_state = 46}, - [825] = {.lex_state = 0, .external_lex_state = 46}, - [826] = {.lex_state = 1, .external_lex_state = 52}, - [827] = {.lex_state = 0, .external_lex_state = 51}, - [828] = {.lex_state = 1, .external_lex_state = 52}, - [829] = {.lex_state = 0, .external_lex_state = 46}, - [830] = {.lex_state = 1, .external_lex_state = 49}, - [831] = {.lex_state = 0, .external_lex_state = 51}, - [832] = {.lex_state = 1, .external_lex_state = 49}, - [833] = {.lex_state = 0, .external_lex_state = 51}, - [834] = {.lex_state = 0, .external_lex_state = 51}, - [835] = {.lex_state = 0, .external_lex_state = 51}, - [836] = {.lex_state = 0, .external_lex_state = 46}, - [837] = {.lex_state = 1, .external_lex_state = 53}, - [838] = {.lex_state = 1, .external_lex_state = 24}, + [824] = {.lex_state = 0, .external_lex_state = 47}, + [825] = {.lex_state = 1, .external_lex_state = 26}, + [826] = {.lex_state = 0, .external_lex_state = 47}, + [827] = {.lex_state = 0, .external_lex_state = 49}, + [828] = {.lex_state = 0, .external_lex_state = 47}, + [829] = {.lex_state = 0, .external_lex_state = 47}, + [830] = {.lex_state = 0, .external_lex_state = 47}, + [831] = {.lex_state = 1, .external_lex_state = 50}, + [832] = {.lex_state = 0, .external_lex_state = 47}, + [833] = {.lex_state = 1, .external_lex_state = 46}, + [834] = {.lex_state = 0, .external_lex_state = 49}, + [835] = {.lex_state = 1, .external_lex_state = 52}, + [836] = {.lex_state = 0, .external_lex_state = 49}, + [837] = {.lex_state = 1, .external_lex_state = 24}, + [838] = {.lex_state = 1, .external_lex_state = 53}, [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 = 1, .external_lex_state = 54}, + [840] = {.lex_state = 1, .external_lex_state = 54}, + [841] = {.lex_state = 1, .external_lex_state = 24}, + [842] = {.lex_state = 1, .external_lex_state = 55}, [843] = {.lex_state = 1, .external_lex_state = 55}, [844] = {.lex_state = 1, .external_lex_state = 24}, [845] = {.lex_state = 1, .external_lex_state = 54}, - [846] = {.lex_state = 1, .external_lex_state = 56}, - [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 = 25}, - [851] = {.lex_state = 1, .external_lex_state = 57}, - [852] = {.lex_state = 1, .external_lex_state = 24}, - [853] = {.lex_state = 1, .external_lex_state = 58}, + [846] = {.lex_state = 1, .external_lex_state = 24}, + [847] = {.lex_state = 1, .external_lex_state = 56}, + [848] = {.lex_state = 1, .external_lex_state = 56}, + [849] = {.lex_state = 1, .external_lex_state = 24}, + [850] = {.lex_state = 1, .external_lex_state = 24}, + [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 = 24}, [856] = {.lex_state = 1, .external_lex_state = 24}, - [857] = {.lex_state = 1, .external_lex_state = 58}, + [857] = {.lex_state = 1, .external_lex_state = 24}, [858] = {.lex_state = 1, .external_lex_state = 24}, - [859] = {.lex_state = 1, .external_lex_state = 24}, + [859] = {.lex_state = 1, .external_lex_state = 54}, [860] = {.lex_state = 1, .external_lex_state = 24}, - [861] = {.lex_state = 0, .external_lex_state = 59}, - [862] = {.lex_state = 1, .external_lex_state = 58}, + [861] = {.lex_state = 1, .external_lex_state = 24}, + [862] = {.lex_state = 1, .external_lex_state = 24}, [863] = {.lex_state = 1, .external_lex_state = 24}, [864] = {.lex_state = 1, .external_lex_state = 24}, [865] = {.lex_state = 1, .external_lex_state = 24}, - [866] = {.lex_state = 1, .external_lex_state = 24}, - [867] = {.lex_state = 1, .external_lex_state = 24}, - [868] = {.lex_state = 1, .external_lex_state = 60}, - [869] = {.lex_state = 1, .external_lex_state = 24}, - [870] = {.lex_state = 1, .external_lex_state = 60}, + [866] = {.lex_state = 0, .external_lex_state = 58}, + [867] = {.lex_state = 1, .external_lex_state = 56}, + [868] = {.lex_state = 1, .external_lex_state = 24}, + [869] = {.lex_state = 1, .external_lex_state = 59}, + [870] = {.lex_state = 1, .external_lex_state = 57}, [871] = {.lex_state = 1, .external_lex_state = 24}, - [872] = {.lex_state = 1, .external_lex_state = 55}, - [873] = {.lex_state = 1, .external_lex_state = 57}, + [872] = {.lex_state = 1, .external_lex_state = 60}, + [873] = {.lex_state = 1, .external_lex_state = 24}, [874] = {.lex_state = 1, .external_lex_state = 24}, - [875] = {.lex_state = 1, .external_lex_state = 24}, - [876] = {.lex_state = 1, .external_lex_state = 54}, + [875] = {.lex_state = 1, .external_lex_state = 59}, + [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 = 24}, - [880] = {.lex_state = 1, .external_lex_state = 24}, + [880] = {.lex_state = 1, .external_lex_state = 25}, [881] = {.lex_state = 1, .external_lex_state = 24}, [882] = {.lex_state = 1, .external_lex_state = 60}, - [883] = {.lex_state = 1, .external_lex_state = 55}, - [884] = {.lex_state = 1, .external_lex_state = 53}, - [885] = {.lex_state = 1, .external_lex_state = 24}, - [886] = {.lex_state = 1, .external_lex_state = 24}, - [887] = {.lex_state = 1, .external_lex_state = 25}, - [888] = {.lex_state = 1, .external_lex_state = 26}, - [889] = {.lex_state = 1, .external_lex_state = 27}, - [890] = {.lex_state = 1, .external_lex_state = 25}, - [891] = {.lex_state = 1, .external_lex_state = 25}, + [883] = {.lex_state = 1, .external_lex_state = 57}, + [884] = {.lex_state = 1, .external_lex_state = 60}, + [885] = {.lex_state = 1, .external_lex_state = 55}, + [886] = {.lex_state = 1, .external_lex_state = 59}, + [887] = {.lex_state = 1, .external_lex_state = 61}, + [888] = {.lex_state = 1, .external_lex_state = 61}, + [889] = {.lex_state = 1, .external_lex_state = 25}, + [890] = {.lex_state = 1, .external_lex_state = 61}, + [891] = {.lex_state = 1, .external_lex_state = 61}, [892] = {.lex_state = 1, .external_lex_state = 25}, - [893] = {.lex_state = 1, .external_lex_state = 56}, + [893] = {.lex_state = 1, .external_lex_state = 25}, [894] = {.lex_state = 1, .external_lex_state = 25}, [895] = {.lex_state = 1, .external_lex_state = 61}, [896] = {.lex_state = 1, .external_lex_state = 25}, [897] = {.lex_state = 1, .external_lex_state = 25}, - [898] = {.lex_state = 1, .external_lex_state = 61}, + [898] = {.lex_state = 1, .external_lex_state = 25}, [899] = {.lex_state = 1, .external_lex_state = 25}, [900] = {.lex_state = 1, .external_lex_state = 25}, - [901] = {.lex_state = 1, .external_lex_state = 61}, - [902] = {.lex_state = 1, .external_lex_state = 56}, + [901] = {.lex_state = 1, .external_lex_state = 25}, + [902] = {.lex_state = 1, .external_lex_state = 25}, [903] = {.lex_state = 1, .external_lex_state = 25}, - [904] = {.lex_state = 1, .external_lex_state = 25}, - [905] = {.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}, [909] = {.lex_state = 1, .external_lex_state = 61}, [910] = {.lex_state = 1, .external_lex_state = 25}, - [911] = {.lex_state = 1, .external_lex_state = 25}, + [911] = {.lex_state = 1, .external_lex_state = 61}, [912] = {.lex_state = 1, .external_lex_state = 25}, [913] = {.lex_state = 1, .external_lex_state = 25}, [914] = {.lex_state = 1, .external_lex_state = 25}, [915] = {.lex_state = 1, .external_lex_state = 25}, - [916] = {.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 = 61}, - [919] = {.lex_state = 1, .external_lex_state = 61}, - [920] = {.lex_state = 1, .external_lex_state = 61}, + [918] = {.lex_state = 1, .external_lex_state = 53}, + [919] = {.lex_state = 1, .external_lex_state = 27}, + [920] = {.lex_state = 1, .external_lex_state = 25}, [921] = {.lex_state = 1, .external_lex_state = 25}, [922] = {.lex_state = 1, .external_lex_state = 25}, [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 = 61}, + [926] = {.lex_state = 1, .external_lex_state = 61}, + [927] = {.lex_state = 1, .external_lex_state = 53}, [928] = {.lex_state = 1, .external_lex_state = 25}, [929] = {.lex_state = 1, .external_lex_state = 27}, [930] = {.lex_state = 1, .external_lex_state = 26}, [931] = {.lex_state = 1, .external_lex_state = 26}, - [932] = {.lex_state = 1, .external_lex_state = 26}, - [933] = {.lex_state = 1, .external_lex_state = 26}, + [932] = {.lex_state = 0, .external_lex_state = 62}, + [933] = {.lex_state = 1, .external_lex_state = 27}, [934] = {.lex_state = 1, .external_lex_state = 27}, [935] = {.lex_state = 1, .external_lex_state = 26}, - [936] = {.lex_state = 1, .external_lex_state = 26}, - [937] = {.lex_state = 1, .external_lex_state = 26}, - [938] = {.lex_state = 1, .external_lex_state = 26}, - [939] = {.lex_state = 1, .external_lex_state = 26}, - [940] = {.lex_state = 1, .external_lex_state = 26}, - [941] = {.lex_state = 0, .external_lex_state = 62}, - [942] = {.lex_state = 1, .external_lex_state = 27}, - [943] = {.lex_state = 1, .external_lex_state = 26}, - [944] = {.lex_state = 0, .external_lex_state = 62}, - [945] = {.lex_state = 0, .external_lex_state = 62}, - [946] = {.lex_state = 1, .external_lex_state = 26}, - [947] = {.lex_state = 1, .external_lex_state = 26}, - [948] = {.lex_state = 1, .external_lex_state = 26}, + [936] = {.lex_state = 1, .external_lex_state = 27}, + [937] = {.lex_state = 1, .external_lex_state = 27}, + [938] = {.lex_state = 1, .external_lex_state = 27}, + [939] = {.lex_state = 1, .external_lex_state = 27}, + [940] = {.lex_state = 0, .external_lex_state = 62}, + [941] = {.lex_state = 1, .external_lex_state = 26}, + [942] = {.lex_state = 0, .external_lex_state = 62}, + [943] = {.lex_state = 1, .external_lex_state = 63}, + [944] = {.lex_state = 1, .external_lex_state = 26}, + [945] = {.lex_state = 1, .external_lex_state = 27}, + [946] = {.lex_state = 1, .external_lex_state = 27}, + [947] = {.lex_state = 1, .external_lex_state = 28}, + [948] = {.lex_state = 0, .external_lex_state = 62}, [949] = {.lex_state = 1, .external_lex_state = 26}, [950] = {.lex_state = 1, .external_lex_state = 26}, - [951] = {.lex_state = 1, .external_lex_state = 26}, - [952] = {.lex_state = 1, .external_lex_state = 26}, - [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 = 31}, + [951] = {.lex_state = 1, .external_lex_state = 27}, + [952] = {.lex_state = 1, .external_lex_state = 27}, + [953] = {.lex_state = 1, .external_lex_state = 27}, + [954] = {.lex_state = 1, .external_lex_state = 27}, + [955] = {.lex_state = 1, .external_lex_state = 27}, + [956] = {.lex_state = 1, .external_lex_state = 26}, [957] = {.lex_state = 1, .external_lex_state = 26}, - [958] = {.lex_state = 0, .external_lex_state = 62}, - [959] = {.lex_state = 1, .external_lex_state = 26}, - [960] = {.lex_state = 0, .external_lex_state = 62}, - [961] = {.lex_state = 0, .external_lex_state = 62}, + [958] = {.lex_state = 1, .external_lex_state = 27}, + [959] = {.lex_state = 1, .external_lex_state = 27}, + [960] = {.lex_state = 1, .external_lex_state = 26}, + [961] = {.lex_state = 1, .external_lex_state = 26}, [962] = {.lex_state = 1, .external_lex_state = 26}, - [963] = {.lex_state = 1, .external_lex_state = 26}, - [964] = {.lex_state = 1, .external_lex_state = 26}, - [965] = {.lex_state = 1, .external_lex_state = 63}, + [963] = {.lex_state = 1, .external_lex_state = 27}, + [964] = {.lex_state = 1, .external_lex_state = 64}, + [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}, - [969] = {.lex_state = 1, .external_lex_state = 27}, - [970] = {.lex_state = 1, .external_lex_state = 27}, - [971] = {.lex_state = 1, .external_lex_state = 27}, - [972] = {.lex_state = 1, .external_lex_state = 27}, + [967] = {.lex_state = 1, .external_lex_state = 26}, + [968] = {.lex_state = 1, .external_lex_state = 26}, + [969] = {.lex_state = 1, .external_lex_state = 26}, + [970] = {.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 = 27}, - [975] = {.lex_state = 1, .external_lex_state = 27}, - [976] = {.lex_state = 1, .external_lex_state = 27}, - [977] = {.lex_state = 1, .external_lex_state = 27}, + [975] = {.lex_state = 1, .external_lex_state = 26}, + [976] = {.lex_state = 1, .external_lex_state = 26}, + [977] = {.lex_state = 1, .external_lex_state = 26}, [978] = {.lex_state = 1, .external_lex_state = 27}, [979] = {.lex_state = 1, .external_lex_state = 27}, - [980] = {.lex_state = 1, .external_lex_state = 27}, - [981] = {.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 = 27}, [983] = {.lex_state = 1, .external_lex_state = 27}, [984] = {.lex_state = 1, .external_lex_state = 27}, [985] = {.lex_state = 1, .external_lex_state = 27}, - [986] = {.lex_state = 1, .external_lex_state = 27}, - [987] = {.lex_state = 1, .external_lex_state = 27}, + [986] = {.lex_state = 1, .external_lex_state = 26}, + [987] = {.lex_state = 1, .external_lex_state = 26}, [988] = {.lex_state = 1, .external_lex_state = 27}, - [989] = {.lex_state = 1, .external_lex_state = 26}, - [990] = {.lex_state = 1, .external_lex_state = 26}, - [991] = {.lex_state = 1, .external_lex_state = 27}, - [992] = {.lex_state = 1, .external_lex_state = 29}, - [993] = {.lex_state = 1, .external_lex_state = 27}, - [994] = {.lex_state = 1, .external_lex_state = 27}, - [995] = {.lex_state = 1, .external_lex_state = 30}, - [996] = {.lex_state = 1, .external_lex_state = 26}, - [997] = {.lex_state = 1, .external_lex_state = 64}, - [998] = {.lex_state = 1, .external_lex_state = 65}, + [989] = {.lex_state = 1, .external_lex_state = 31}, + [990] = {.lex_state = 0, .external_lex_state = 62}, + [991] = {.lex_state = 1, .external_lex_state = 26}, + [992] = {.lex_state = 1, .external_lex_state = 30}, + [993] = {.lex_state = 1, .external_lex_state = 26}, + [994] = {.lex_state = 1, .external_lex_state = 26}, + [995] = {.lex_state = 1, .external_lex_state = 26}, + [996] = {.lex_state = 1, .external_lex_state = 27}, + [997] = {.lex_state = 0, .external_lex_state = 62}, + [998] = {.lex_state = 1, .external_lex_state = 33}, [999] = {.lex_state = 1, .external_lex_state = 30}, [1000] = {.lex_state = 1, .external_lex_state = 31}, - [1001] = {.lex_state = 1, .external_lex_state = 31}, + [1001] = {.lex_state = 1, .external_lex_state = 28}, [1002] = {.lex_state = 1, .external_lex_state = 31}, - [1003] = {.lex_state = 1, .external_lex_state = 29}, - [1004] = {.lex_state = 1, .external_lex_state = 31}, - [1005] = {.lex_state = 1, .external_lex_state = 31}, - [1006] = {.lex_state = 1, .external_lex_state = 31}, - [1007] = {.lex_state = 1, .external_lex_state = 31}, - [1008] = {.lex_state = 1, .external_lex_state = 31}, - [1009] = {.lex_state = 1, .external_lex_state = 31}, - [1010] = {.lex_state = 1, .external_lex_state = 65}, - [1011] = {.lex_state = 1, .external_lex_state = 31}, - [1012] = {.lex_state = 1, .external_lex_state = 31}, - [1013] = {.lex_state = 1, .external_lex_state = 31}, + [1003] = {.lex_state = 1, .external_lex_state = 31}, + [1004] = {.lex_state = 1, .external_lex_state = 30}, + [1005] = {.lex_state = 1, .external_lex_state = 30}, + [1006] = {.lex_state = 1, .external_lex_state = 65}, + [1007] = {.lex_state = 1, .external_lex_state = 30}, + [1008] = {.lex_state = 1, .external_lex_state = 32}, + [1009] = {.lex_state = 1, .external_lex_state = 30}, + [1010] = {.lex_state = 1, .external_lex_state = 30}, + [1011] = {.lex_state = 1, .external_lex_state = 30}, + [1012] = {.lex_state = 1, .external_lex_state = 66}, + [1013] = {.lex_state = 1, .external_lex_state = 30}, [1014] = {.lex_state = 1, .external_lex_state = 31}, - [1015] = {.lex_state = 1, .external_lex_state = 31}, - [1016] = {.lex_state = 1, .external_lex_state = 31}, - [1017] = {.lex_state = 1, .external_lex_state = 31}, - [1018] = {.lex_state = 1, .external_lex_state = 33}, - [1019] = {.lex_state = 2, .external_lex_state = 2}, + [1015] = {.lex_state = 1, .external_lex_state = 30}, + [1016] = {.lex_state = 1, .external_lex_state = 30}, + [1017] = {.lex_state = 0, .external_lex_state = 67}, + [1018] = {.lex_state = 1, .external_lex_state = 28}, + [1019] = {.lex_state = 1, .external_lex_state = 28}, [1020] = {.lex_state = 1, .external_lex_state = 31}, - [1021] = {.lex_state = 1, .external_lex_state = 30}, - [1022] = {.lex_state = 1, .external_lex_state = 65}, - [1023] = {.lex_state = 1, .external_lex_state = 30}, - [1024] = {.lex_state = 1, .external_lex_state = 30}, - [1025] = {.lex_state = 0, .external_lex_state = 66}, - [1026] = {.lex_state = 0, .external_lex_state = 66}, - [1027] = {.lex_state = 1, .external_lex_state = 31}, - [1028] = {.lex_state = 1, .external_lex_state = 31}, - [1029] = {.lex_state = 1, .external_lex_state = 31}, - [1030] = {.lex_state = 1, .external_lex_state = 31}, - [1031] = {.lex_state = 1, .external_lex_state = 31}, - [1032] = {.lex_state = 1, .external_lex_state = 31}, - [1033] = {.lex_state = 1, .external_lex_state = 31}, - [1034] = {.lex_state = 1, .external_lex_state = 31}, - [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 = 65}, - [1040] = {.lex_state = 1, .external_lex_state = 65}, - [1041] = {.lex_state = 2, .external_lex_state = 67}, + [1021] = {.lex_state = 1, .external_lex_state = 28}, + [1022] = {.lex_state = 1, .external_lex_state = 31}, + [1023] = {.lex_state = 1, .external_lex_state = 31}, + [1024] = {.lex_state = 1, .external_lex_state = 66}, + [1025] = {.lex_state = 1, .external_lex_state = 31}, + [1026] = {.lex_state = 1, .external_lex_state = 31}, + [1027] = {.lex_state = 1, .external_lex_state = 28}, + [1028] = {.lex_state = 1, .external_lex_state = 28}, + [1029] = {.lex_state = 1, .external_lex_state = 66}, + [1030] = {.lex_state = 1, .external_lex_state = 28}, + [1031] = {.lex_state = 1, .external_lex_state = 66}, + [1032] = {.lex_state = 0, .external_lex_state = 67}, + [1033] = {.lex_state = 1, .external_lex_state = 68}, + [1034] = {.lex_state = 2, .external_lex_state = 2}, + [1035] = {.lex_state = 1, .external_lex_state = 28}, + [1036] = {.lex_state = 1, .external_lex_state = 28}, + [1037] = {.lex_state = 1, .external_lex_state = 31}, + [1038] = {.lex_state = 1, .external_lex_state = 28}, + [1039] = {.lex_state = 1, .external_lex_state = 28}, + [1040] = {.lex_state = 1, .external_lex_state = 31}, + [1041] = {.lex_state = 1, .external_lex_state = 30}, [1042] = {.lex_state = 1, .external_lex_state = 31}, - [1043] = {.lex_state = 2, .external_lex_state = 67}, - [1044] = {.lex_state = 1, .external_lex_state = 64}, - [1045] = {.lex_state = 1, .external_lex_state = 30}, - [1046] = {.lex_state = 1, .external_lex_state = 31}, - [1047] = {.lex_state = 1, .external_lex_state = 30}, - [1048] = {.lex_state = 1, .external_lex_state = 64}, - [1049] = {.lex_state = 1, .external_lex_state = 32}, - [1050] = {.lex_state = 1, .external_lex_state = 65}, - [1051] = {.lex_state = 1, .external_lex_state = 68}, - [1052] = {.lex_state = 1, .external_lex_state = 68}, - [1053] = {.lex_state = 1, .external_lex_state = 68}, - [1054] = {.lex_state = 1, .external_lex_state = 68}, - [1055] = {.lex_state = 1, .external_lex_state = 68}, - [1056] = {.lex_state = 1, .external_lex_state = 69}, - [1057] = {.lex_state = 1, .external_lex_state = 65}, - [1058] = {.lex_state = 1, .external_lex_state = 68}, - [1059] = {.lex_state = 1, .external_lex_state = 65}, + [1043] = {.lex_state = 1, .external_lex_state = 66}, + [1044] = {.lex_state = 1, .external_lex_state = 66}, + [1045] = {.lex_state = 2, .external_lex_state = 69}, + [1046] = {.lex_state = 1, .external_lex_state = 66}, + [1047] = {.lex_state = 1, .external_lex_state = 28}, + [1048] = {.lex_state = 1, .external_lex_state = 31}, + [1049] = {.lex_state = 1, .external_lex_state = 70}, + [1050] = {.lex_state = 1, .external_lex_state = 66}, + [1051] = {.lex_state = 1, .external_lex_state = 66}, + [1052] = {.lex_state = 1, .external_lex_state = 31}, + [1053] = {.lex_state = 1, .external_lex_state = 70}, + [1054] = {.lex_state = 1, .external_lex_state = 31}, + [1055] = {.lex_state = 1, .external_lex_state = 70}, + [1056] = {.lex_state = 1, .external_lex_state = 70}, + [1057] = {.lex_state = 1, .external_lex_state = 70}, + [1058] = {.lex_state = 1, .external_lex_state = 28}, + [1059] = {.lex_state = 1, .external_lex_state = 28}, [1060] = {.lex_state = 1, .external_lex_state = 70}, - [1061] = {.lex_state = 1, .external_lex_state = 30}, - [1062] = {.lex_state = 1, .external_lex_state = 30}, - [1063] = {.lex_state = 1, .external_lex_state = 30}, - [1064] = {.lex_state = 1, .external_lex_state = 65}, - [1065] = {.lex_state = 1, .external_lex_state = 68}, - [1066] = {.lex_state = 1, .external_lex_state = 68}, - [1067] = {.lex_state = 1, .external_lex_state = 68}, - [1068] = {.lex_state = 1, .external_lex_state = 30}, - [1069] = {.lex_state = 1, .external_lex_state = 30}, - [1070] = {.lex_state = 1, .external_lex_state = 63}, - [1071] = {.lex_state = 1, .external_lex_state = 71}, - [1072] = {.lex_state = 0, .external_lex_state = 66}, - [1073] = {.lex_state = 1, .external_lex_state = 29}, - [1074] = {.lex_state = 1, .external_lex_state = 29}, - [1075] = {.lex_state = 0, .external_lex_state = 66}, - [1076] = {.lex_state = 1, .external_lex_state = 65}, - [1077] = {.lex_state = 1, .external_lex_state = 29}, - [1078] = {.lex_state = 1, .external_lex_state = 29}, - [1079] = {.lex_state = 1, .external_lex_state = 29}, - [1080] = {.lex_state = 1, .external_lex_state = 29}, - [1081] = {.lex_state = 1, .external_lex_state = 30}, - [1082] = {.lex_state = 1, .external_lex_state = 30}, - [1083] = {.lex_state = 1, .external_lex_state = 29}, - [1084] = {.lex_state = 1, .external_lex_state = 29}, - [1085] = {.lex_state = 1, .external_lex_state = 29}, - [1086] = {.lex_state = 1, .external_lex_state = 29}, - [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 = 29}, + [1061] = {.lex_state = 1, .external_lex_state = 28}, + [1062] = {.lex_state = 1, .external_lex_state = 28}, + [1063] = {.lex_state = 1, .external_lex_state = 71}, + [1064] = {.lex_state = 1, .external_lex_state = 28}, + [1065] = {.lex_state = 1, .external_lex_state = 28}, + [1066] = {.lex_state = 1, .external_lex_state = 28}, + [1067] = {.lex_state = 1, .external_lex_state = 31}, + [1068] = {.lex_state = 1, .external_lex_state = 64}, + [1069] = {.lex_state = 1, .external_lex_state = 70}, + [1070] = {.lex_state = 1, .external_lex_state = 31}, + [1071] = {.lex_state = 1, .external_lex_state = 31}, + [1072] = {.lex_state = 1, .external_lex_state = 70}, + [1073] = {.lex_state = 1, .external_lex_state = 64}, + [1074] = {.lex_state = 1, .external_lex_state = 31}, + [1075] = {.lex_state = 1, .external_lex_state = 28}, + [1076] = {.lex_state = 1, .external_lex_state = 30}, + [1077] = {.lex_state = 1, .external_lex_state = 31}, + [1078] = {.lex_state = 2, .external_lex_state = 69}, + [1079] = {.lex_state = 1, .external_lex_state = 31}, + [1080] = {.lex_state = 1, .external_lex_state = 31}, + [1081] = {.lex_state = 1, .external_lex_state = 70}, + [1082] = {.lex_state = 1, .external_lex_state = 63}, + [1083] = {.lex_state = 1, .external_lex_state = 30}, + [1084] = {.lex_state = 1, .external_lex_state = 28}, + [1085] = {.lex_state = 1, .external_lex_state = 28}, + [1086] = {.lex_state = 1, .external_lex_state = 28}, + [1087] = {.lex_state = 1, .external_lex_state = 31}, + [1088] = {.lex_state = 1, .external_lex_state = 28}, + [1089] = {.lex_state = 1, .external_lex_state = 28}, + [1090] = {.lex_state = 1, .external_lex_state = 30}, [1091] = {.lex_state = 1, .external_lex_state = 30}, - [1092] = {.lex_state = 1, .external_lex_state = 29}, - [1093] = {.lex_state = 1, .external_lex_state = 29}, - [1094] = {.lex_state = 1, .external_lex_state = 29}, - [1095] = {.lex_state = 1, .external_lex_state = 29}, - [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 = 29}, - [1100] = {.lex_state = 1, .external_lex_state = 29}, - [1101] = {.lex_state = 1, .external_lex_state = 29}, + [1092] = {.lex_state = 0, .external_lex_state = 67}, + [1093] = {.lex_state = 0, .external_lex_state = 67}, + [1094] = {.lex_state = 1, .external_lex_state = 30}, + [1095] = {.lex_state = 1, .external_lex_state = 30}, + [1096] = {.lex_state = 1, .external_lex_state = 28}, + [1097] = {.lex_state = 1, .external_lex_state = 31}, + [1098] = {.lex_state = 1, .external_lex_state = 63}, + [1099] = {.lex_state = 1, .external_lex_state = 30}, + [1100] = {.lex_state = 1, .external_lex_state = 30}, + [1101] = {.lex_state = 1, .external_lex_state = 31}, [1102] = {.lex_state = 1, .external_lex_state = 72}, - [1103] = {.lex_state = 1, .external_lex_state = 29}, + [1103] = {.lex_state = 1, .external_lex_state = 70}, [1104] = {.lex_state = 1, .external_lex_state = 30}, - [1105] = {.lex_state = 1, .external_lex_state = 29}, - [1106] = {.lex_state = 1, .external_lex_state = 30}, - [1107] = {.lex_state = 1, .external_lex_state = 30}, - [1108] = {.lex_state = 1, .external_lex_state = 29}, + [1105] = {.lex_state = 1, .external_lex_state = 31}, + [1106] = {.lex_state = 1, .external_lex_state = 28}, + [1107] = {.lex_state = 1, .external_lex_state = 31}, + [1108] = {.lex_state = 1, .external_lex_state = 30}, [1109] = {.lex_state = 1, .external_lex_state = 30}, - [1110] = {.lex_state = 1, .external_lex_state = 63}, - [1111] = {.lex_state = 1, .external_lex_state = 30}, + [1110] = {.lex_state = 1, .external_lex_state = 31}, + [1111] = {.lex_state = 1, .external_lex_state = 28}, [1112] = {.lex_state = 1, .external_lex_state = 30}, - [1113] = {.lex_state = 1, .external_lex_state = 30}, + [1113] = {.lex_state = 1, .external_lex_state = 31}, [1114] = {.lex_state = 1, .external_lex_state = 30}, [1115] = {.lex_state = 1, .external_lex_state = 30}, - [1116] = {.lex_state = 1, .external_lex_state = 31}, + [1116] = {.lex_state = 1, .external_lex_state = 30}, [1117] = {.lex_state = 1, .external_lex_state = 30}, [1118] = {.lex_state = 1, .external_lex_state = 30}, - [1119] = {.lex_state = 1, .external_lex_state = 30}, - [1120] = {.lex_state = 1, .external_lex_state = 29}, - [1121] = {.lex_state = 1, .external_lex_state = 39}, + [1119] = {.lex_state = 1, .external_lex_state = 28}, + [1120] = {.lex_state = 1, .external_lex_state = 30}, + [1121] = {.lex_state = 1, .external_lex_state = 73}, [1122] = {.lex_state = 1, .external_lex_state = 33}, - [1123] = {.lex_state = 1, .external_lex_state = 73}, - [1124] = {.lex_state = 1, .external_lex_state = 73}, + [1123] = {.lex_state = 1, .external_lex_state = 32}, + [1124] = {.lex_state = 1, .external_lex_state = 33}, [1125] = {.lex_state = 1, .external_lex_state = 33}, - [1126] = {.lex_state = 1, .external_lex_state = 32}, - [1127] = {.lex_state = 1, .external_lex_state = 69}, + [1126] = {.lex_state = 1, .external_lex_state = 73}, + [1127] = {.lex_state = 1, .external_lex_state = 73}, [1128] = {.lex_state = 1, .external_lex_state = 73}, [1129] = {.lex_state = 1, .external_lex_state = 32}, [1130] = {.lex_state = 1, .external_lex_state = 32}, - [1131] = {.lex_state = 1, .external_lex_state = 32}, - [1132] = {.lex_state = 1, .external_lex_state = 32}, - [1133] = {.lex_state = 1, .external_lex_state = 32}, - [1134] = {.lex_state = 1, .external_lex_state = 74}, - [1135] = {.lex_state = 1, .external_lex_state = 72}, - [1136] = {.lex_state = 1, .external_lex_state = 72}, - [1137] = {.lex_state = 1, .external_lex_state = 73}, - [1138] = {.lex_state = 1, .external_lex_state = 75}, - [1139] = {.lex_state = 1, .external_lex_state = 74}, - [1140] = {.lex_state = 1, .external_lex_state = 76}, - [1141] = {.lex_state = 1, .external_lex_state = 32}, - [1142] = {.lex_state = 1, .external_lex_state = 33}, - [1143] = {.lex_state = 1, .external_lex_state = 32}, - [1144] = {.lex_state = 1, .external_lex_state = 33}, - [1145] = {.lex_state = 1, .external_lex_state = 33}, - [1146] = {.lex_state = 1, .external_lex_state = 72}, - [1147] = {.lex_state = 2, .external_lex_state = 77}, - [1148] = {.lex_state = 1, .external_lex_state = 33}, - [1149] = {.lex_state = 1, .external_lex_state = 33}, - [1150] = {.lex_state = 1, .external_lex_state = 72}, - [1151] = {.lex_state = 1, .external_lex_state = 72}, - [1152] = {.lex_state = 1, .external_lex_state = 33}, - [1153] = {.lex_state = 2, .external_lex_state = 77}, - [1154] = {.lex_state = 1, .external_lex_state = 71}, - [1155] = {.lex_state = 1, .external_lex_state = 32}, - [1156] = {.lex_state = 1, .external_lex_state = 33}, - [1157] = {.lex_state = 1, .external_lex_state = 33}, - [1158] = {.lex_state = 1, .external_lex_state = 71}, - [1159] = {.lex_state = 1, .external_lex_state = 33}, - [1160] = {.lex_state = 1, .external_lex_state = 73}, - [1161] = {.lex_state = 1, .external_lex_state = 35}, - [1162] = {.lex_state = 1, .external_lex_state = 73}, - [1163] = {.lex_state = 1, .external_lex_state = 32}, + [1131] = {.lex_state = 1, .external_lex_state = 72}, + [1132] = {.lex_state = 1, .external_lex_state = 33}, + [1133] = {.lex_state = 1, .external_lex_state = 68}, + [1134] = {.lex_state = 1, .external_lex_state = 73}, + [1135] = {.lex_state = 1, .external_lex_state = 32}, + [1136] = {.lex_state = 1, .external_lex_state = 32}, + [1137] = {.lex_state = 1, .external_lex_state = 33}, + [1138] = {.lex_state = 1, .external_lex_state = 32}, + [1139] = {.lex_state = 1, .external_lex_state = 24}, + [1140] = {.lex_state = 1, .external_lex_state = 72}, + [1141] = {.lex_state = 1, .external_lex_state = 71}, + [1142] = {.lex_state = 1, .external_lex_state = 74}, + [1143] = {.lex_state = 1, .external_lex_state = 36}, + [1144] = {.lex_state = 1, .external_lex_state = 74}, + [1145] = {.lex_state = 1, .external_lex_state = 74}, + [1146] = {.lex_state = 1, .external_lex_state = 74}, + [1147] = {.lex_state = 1, .external_lex_state = 33}, + [1148] = {.lex_state = 1, .external_lex_state = 74}, + [1149] = {.lex_state = 1, .external_lex_state = 74}, + [1150] = {.lex_state = 1, .external_lex_state = 38}, + [1151] = {.lex_state = 2, .external_lex_state = 75}, + [1152] = {.lex_state = 1, .external_lex_state = 73}, + [1153] = {.lex_state = 0, .external_lex_state = 76}, + [1154] = {.lex_state = 1, .external_lex_state = 32}, + [1155] = {.lex_state = 1, .external_lex_state = 74}, + [1156] = {.lex_state = 1, .external_lex_state = 68}, + [1157] = {.lex_state = 1, .external_lex_state = 68}, + [1158] = {.lex_state = 1, .external_lex_state = 68}, + [1159] = {.lex_state = 1, .external_lex_state = 68}, + [1160] = {.lex_state = 2, .external_lex_state = 75}, + [1161] = {.lex_state = 1, .external_lex_state = 68}, + [1162] = {.lex_state = 1, .external_lex_state = 74}, + [1163] = {.lex_state = 1, .external_lex_state = 74}, [1164] = {.lex_state = 1, .external_lex_state = 73}, - [1165] = {.lex_state = 1, .external_lex_state = 74}, - [1166] = {.lex_state = 1, .external_lex_state = 33}, - [1167] = {.lex_state = 1, .external_lex_state = 32}, - [1168] = {.lex_state = 1, .external_lex_state = 74}, - [1169] = {.lex_state = 1, .external_lex_state = 33}, - [1170] = {.lex_state = 1, .external_lex_state = 33}, - [1171] = {.lex_state = 1, .external_lex_state = 32}, - [1172] = {.lex_state = 1, .external_lex_state = 37}, - [1173] = {.lex_state = 1, .external_lex_state = 32}, - [1174] = {.lex_state = 1, .external_lex_state = 32}, - [1175] = {.lex_state = 1, .external_lex_state = 33}, - [1176] = {.lex_state = 1, .external_lex_state = 33}, + [1165] = {.lex_state = 1, .external_lex_state = 68}, + [1166] = {.lex_state = 1, .external_lex_state = 68}, + [1167] = {.lex_state = 0, .external_lex_state = 76}, + [1168] = {.lex_state = 1, .external_lex_state = 73}, + [1169] = {.lex_state = 1, .external_lex_state = 68}, + [1170] = {.lex_state = 1, .external_lex_state = 68}, + [1171] = {.lex_state = 1, .external_lex_state = 33}, + [1172] = {.lex_state = 1, .external_lex_state = 73}, + [1173] = {.lex_state = 1, .external_lex_state = 71}, + [1174] = {.lex_state = 1, .external_lex_state = 33}, + [1175] = {.lex_state = 1, .external_lex_state = 32}, + [1176] = {.lex_state = 0, .external_lex_state = 76}, [1177] = {.lex_state = 1, .external_lex_state = 32}, - [1178] = {.lex_state = 1, .external_lex_state = 32}, - [1179] = {.lex_state = 1, .external_lex_state = 32}, - [1180] = {.lex_state = 1, .external_lex_state = 74}, + [1178] = {.lex_state = 0, .external_lex_state = 76}, + [1179] = {.lex_state = 1, .external_lex_state = 39}, + [1180] = {.lex_state = 1, .external_lex_state = 32}, [1181] = {.lex_state = 1, .external_lex_state = 32}, - [1182] = {.lex_state = 0, .external_lex_state = 78}, - [1183] = {.lex_state = 0, .external_lex_state = 78}, + [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 = 33}, [1186] = {.lex_state = 1, .external_lex_state = 33}, [1187] = {.lex_state = 1, .external_lex_state = 33}, - [1188] = {.lex_state = 1, .external_lex_state = 33}, - [1189] = {.lex_state = 1, .external_lex_state = 24}, - [1190] = {.lex_state = 1, .external_lex_state = 32}, - [1191] = {.lex_state = 1, .external_lex_state = 33}, - [1192] = {.lex_state = 1, .external_lex_state = 33}, - [1193] = {.lex_state = 1, .external_lex_state = 32}, - [1194] = {.lex_state = 1, .external_lex_state = 33}, - [1195] = {.lex_state = 1, .external_lex_state = 38}, - [1196] = {.lex_state = 1, .external_lex_state = 33}, - [1197] = {.lex_state = 1, .external_lex_state = 33}, - [1198] = {.lex_state = 1, .external_lex_state = 72}, + [1188] = {.lex_state = 1, .external_lex_state = 32}, + [1189] = {.lex_state = 1, .external_lex_state = 77}, + [1190] = {.lex_state = 0, .external_lex_state = 76}, + [1191] = {.lex_state = 0, .external_lex_state = 76}, + [1192] = {.lex_state = 0, .external_lex_state = 76}, + [1193] = {.lex_state = 1, .external_lex_state = 33}, + [1194] = {.lex_state = 1, .external_lex_state = 65}, + [1195] = {.lex_state = 1, .external_lex_state = 78}, + [1196] = {.lex_state = 1, .external_lex_state = 34}, + [1197] = {.lex_state = 0, .external_lex_state = 76}, + [1198] = {.lex_state = 0, .external_lex_state = 76}, [1199] = {.lex_state = 1, .external_lex_state = 32}, - [1200] = {.lex_state = 1, .external_lex_state = 36}, - [1201] = {.lex_state = 1, .external_lex_state = 72}, + [1200] = {.lex_state = 0, .external_lex_state = 76}, + [1201] = {.lex_state = 1, .external_lex_state = 32}, [1202] = {.lex_state = 1, .external_lex_state = 32}, - [1203] = {.lex_state = 1, .external_lex_state = 32}, - [1204] = {.lex_state = 1, .external_lex_state = 70}, - [1205] = {.lex_state = 1, .external_lex_state = 74}, - [1206] = {.lex_state = 1, .external_lex_state = 32}, - [1207] = {.lex_state = 1, .external_lex_state = 33}, - [1208] = {.lex_state = 0, .external_lex_state = 78}, - [1209] = {.lex_state = 1, .external_lex_state = 33}, - [1210] = {.lex_state = 1, .external_lex_state = 32}, - [1211] = {.lex_state = 1, .external_lex_state = 74}, - [1212] = {.lex_state = 0, .external_lex_state = 78}, - [1213] = {.lex_state = 0, .external_lex_state = 78}, - [1214] = {.lex_state = 1, .external_lex_state = 72}, - [1215] = {.lex_state = 1, .external_lex_state = 72}, - [1216] = {.lex_state = 1, .external_lex_state = 72}, - [1217] = {.lex_state = 0, .external_lex_state = 78}, - [1218] = {.lex_state = 1, .external_lex_state = 74}, - [1219] = {.lex_state = 0, .external_lex_state = 78}, - [1220] = {.lex_state = 0, .external_lex_state = 78}, - [1221] = {.lex_state = 1, .external_lex_state = 74}, - [1222] = {.lex_state = 1, .external_lex_state = 33}, - [1223] = {.lex_state = 1, .external_lex_state = 73}, - [1224] = {.lex_state = 0, .external_lex_state = 78}, - [1225] = {.lex_state = 0, .external_lex_state = 78}, - [1226] = {.lex_state = 0, .external_lex_state = 78}, - [1227] = {.lex_state = 1, .external_lex_state = 32}, - [1228] = {.lex_state = 1, .external_lex_state = 73}, - [1229] = {.lex_state = 1, .external_lex_state = 69}, - [1230] = {.lex_state = 0, .external_lex_state = 78}, - [1231] = {.lex_state = 0, .external_lex_state = 78}, - [1232] = {.lex_state = 0, .external_lex_state = 78}, - [1233] = {.lex_state = 1, .external_lex_state = 32}, - [1234] = {.lex_state = 0, .external_lex_state = 78}, - [1235] = {.lex_state = 1, .external_lex_state = 32}, - [1236] = {.lex_state = 1, .external_lex_state = 70}, + [1203] = {.lex_state = 0, .external_lex_state = 76}, + [1204] = {.lex_state = 0, .external_lex_state = 76}, + [1205] = {.lex_state = 1, .external_lex_state = 32}, + [1206] = {.lex_state = 1, .external_lex_state = 65}, + [1207] = {.lex_state = 1, .external_lex_state = 32}, + [1208] = {.lex_state = 1, .external_lex_state = 32}, + [1209] = {.lex_state = 0, .external_lex_state = 76}, + [1210] = {.lex_state = 1, .external_lex_state = 37}, + [1211] = {.lex_state = 1, .external_lex_state = 32}, + [1212] = {.lex_state = 0, .external_lex_state = 76}, + [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 = 33}, + [1217] = {.lex_state = 1, .external_lex_state = 32}, + [1218] = {.lex_state = 1, .external_lex_state = 33}, + [1219] = {.lex_state = 1, .external_lex_state = 32}, + [1220] = {.lex_state = 1, .external_lex_state = 33}, + [1221] = {.lex_state = 1, .external_lex_state = 33}, + [1222] = {.lex_state = 1, .external_lex_state = 32}, + [1223] = {.lex_state = 1, .external_lex_state = 33}, + [1224] = {.lex_state = 1, .external_lex_state = 33}, + [1225] = {.lex_state = 1, .external_lex_state = 32}, + [1226] = {.lex_state = 0, .external_lex_state = 76}, + [1227] = {.lex_state = 1, .external_lex_state = 33}, + [1228] = {.lex_state = 1, .external_lex_state = 33}, + [1229] = {.lex_state = 1, .external_lex_state = 33}, + [1230] = {.lex_state = 1, .external_lex_state = 33}, + [1231] = {.lex_state = 1, .external_lex_state = 33}, + [1232] = {.lex_state = 1, .external_lex_state = 32}, + [1233] = {.lex_state = 1, .external_lex_state = 33}, + [1234] = {.lex_state = 1, .external_lex_state = 33}, + [1235] = {.lex_state = 1, .external_lex_state = 33}, + [1236] = {.lex_state = 1, .external_lex_state = 33}, [1237] = {.lex_state = 1, .external_lex_state = 33}, - [1238] = {.lex_state = 1, .external_lex_state = 39}, - [1239] = {.lex_state = 1, .external_lex_state = 39}, - [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 = 36}, - [1244] = {.lex_state = 1, .external_lex_state = 36}, - [1245] = {.lex_state = 1, .external_lex_state = 36}, - [1246] = {.lex_state = 1, .external_lex_state = 36}, - [1247] = {.lex_state = 1, .external_lex_state = 36}, - [1248] = {.lex_state = 1, .external_lex_state = 36}, - [1249] = {.lex_state = 1, .external_lex_state = 36}, - [1250] = {.lex_state = 1, .external_lex_state = 36}, + [1238] = {.lex_state = 1, .external_lex_state = 34}, + [1239] = {.lex_state = 1, .external_lex_state = 34}, + [1240] = {.lex_state = 1, .external_lex_state = 34}, + [1241] = {.lex_state = 1, .external_lex_state = 43}, + [1242] = {.lex_state = 1, .external_lex_state = 36}, + [1243] = {.lex_state = 1, .external_lex_state = 78}, + [1244] = {.lex_state = 1, .external_lex_state = 39}, + [1245] = {.lex_state = 1, .external_lex_state = 38}, + [1246] = {.lex_state = 1, .external_lex_state = 39}, + [1247] = {.lex_state = 1, .external_lex_state = 38}, + [1248] = {.lex_state = 1, .external_lex_state = 41}, + [1249] = {.lex_state = 1, .external_lex_state = 78}, + [1250] = {.lex_state = 1, .external_lex_state = 39}, [1251] = {.lex_state = 1, .external_lex_state = 36}, [1252] = {.lex_state = 1, .external_lex_state = 36}, - [1253] = {.lex_state = 1, .external_lex_state = 36}, - [1254] = {.lex_state = 1, .external_lex_state = 36}, - [1255] = {.lex_state = 1, .external_lex_state = 36}, + [1253] = {.lex_state = 1, .external_lex_state = 34}, + [1254] = {.lex_state = 1, .external_lex_state = 79}, + [1255] = {.lex_state = 1, .external_lex_state = 80}, [1256] = {.lex_state = 1, .external_lex_state = 36}, - [1257] = {.lex_state = 1, .external_lex_state = 75}, - [1258] = {.lex_state = 1, .external_lex_state = 36}, - [1259] = {.lex_state = 1, .external_lex_state = 39}, - [1260] = {.lex_state = 1, .external_lex_state = 75}, - [1261] = {.lex_state = 1, .external_lex_state = 79}, - [1262] = {.lex_state = 1, .external_lex_state = 36}, + [1257] = {.lex_state = 1, .external_lex_state = 80}, + [1258] = {.lex_state = 1, .external_lex_state = 39}, + [1259] = {.lex_state = 1, .external_lex_state = 38}, + [1260] = {.lex_state = 1, .external_lex_state = 34}, + [1261] = {.lex_state = 1, .external_lex_state = 34}, + [1262] = {.lex_state = 1, .external_lex_state = 34}, [1263] = {.lex_state = 1, .external_lex_state = 80}, - [1264] = {.lex_state = 1, .external_lex_state = 80}, - [1265] = {.lex_state = 1, .external_lex_state = 39}, - [1266] = {.lex_state = 1, .external_lex_state = 80}, - [1267] = {.lex_state = 1, .external_lex_state = 79}, + [1264] = {.lex_state = 1, .external_lex_state = 79}, + [1265] = {.lex_state = 1, .external_lex_state = 79}, + [1266] = {.lex_state = 1, .external_lex_state = 79}, + [1267] = {.lex_state = 1, .external_lex_state = 80}, [1268] = {.lex_state = 1, .external_lex_state = 79}, - [1269] = {.lex_state = 1, .external_lex_state = 79}, - [1270] = {.lex_state = 1, .external_lex_state = 80}, - [1271] = {.lex_state = 1, .external_lex_state = 80}, - [1272] = {.lex_state = 1, .external_lex_state = 39}, - [1273] = {.lex_state = 1, .external_lex_state = 39}, - [1274] = {.lex_state = 1, .external_lex_state = 36}, - [1275] = {.lex_state = 1, .external_lex_state = 36}, - [1276] = {.lex_state = 1, .external_lex_state = 36}, - [1277] = {.lex_state = 1, .external_lex_state = 36}, - [1278] = {.lex_state = 1, .external_lex_state = 36}, - [1279] = {.lex_state = 1, .external_lex_state = 36}, - [1280] = {.lex_state = 1, .external_lex_state = 38}, - [1281] = {.lex_state = 1, .external_lex_state = 38}, + [1269] = {.lex_state = 1, .external_lex_state = 36}, + [1270] = {.lex_state = 1, .external_lex_state = 34}, + [1271] = {.lex_state = 1, .external_lex_state = 36}, + [1272] = {.lex_state = 1, .external_lex_state = 34}, + [1273] = {.lex_state = 1, .external_lex_state = 37}, + [1274] = {.lex_state = 1, .external_lex_state = 34}, + [1275] = {.lex_state = 1, .external_lex_state = 37}, + [1276] = {.lex_state = 1, .external_lex_state = 80}, + [1277] = {.lex_state = 1, .external_lex_state = 38}, + [1278] = {.lex_state = 1, .external_lex_state = 34}, + [1279] = {.lex_state = 1, .external_lex_state = 81}, + [1280] = {.lex_state = 1, .external_lex_state = 34}, + [1281] = {.lex_state = 2, .external_lex_state = 82}, [1282] = {.lex_state = 1, .external_lex_state = 38}, - [1283] = {.lex_state = 1, .external_lex_state = 38}, + [1283] = {.lex_state = 1, .external_lex_state = 37}, [1284] = {.lex_state = 1, .external_lex_state = 38}, - [1285] = {.lex_state = 1, .external_lex_state = 38}, - [1286] = {.lex_state = 1, .external_lex_state = 38}, + [1285] = {.lex_state = 1, .external_lex_state = 36}, + [1286] = {.lex_state = 1, .external_lex_state = 37}, [1287] = {.lex_state = 1, .external_lex_state = 38}, [1288] = {.lex_state = 1, .external_lex_state = 38}, - [1289] = {.lex_state = 1, .external_lex_state = 81}, + [1289] = {.lex_state = 1, .external_lex_state = 38}, [1290] = {.lex_state = 1, .external_lex_state = 38}, - [1291] = {.lex_state = 1, .external_lex_state = 38}, - [1292] = {.lex_state = 1, .external_lex_state = 38}, + [1291] = {.lex_state = 1, .external_lex_state = 37}, + [1292] = {.lex_state = 1, .external_lex_state = 45}, [1293] = {.lex_state = 1, .external_lex_state = 38}, [1294] = {.lex_state = 1, .external_lex_state = 38}, - [1295] = {.lex_state = 1, .external_lex_state = 38}, + [1295] = {.lex_state = 1, .external_lex_state = 37}, [1296] = {.lex_state = 1, .external_lex_state = 38}, - [1297] = {.lex_state = 1, .external_lex_state = 39}, + [1297] = {.lex_state = 1, .external_lex_state = 38}, [1298] = {.lex_state = 1, .external_lex_state = 38}, - [1299] = {.lex_state = 1, .external_lex_state = 38}, - [1300] = {.lex_state = 1, .external_lex_state = 36}, - [1301] = {.lex_state = 1, .external_lex_state = 36}, - [1302] = {.lex_state = 1, .external_lex_state = 36}, + [1299] = {.lex_state = 1, .external_lex_state = 37}, + [1300] = {.lex_state = 2, .external_lex_state = 83}, + [1301] = {.lex_state = 1, .external_lex_state = 39}, + [1302] = {.lex_state = 1, .external_lex_state = 38}, [1303] = {.lex_state = 1, .external_lex_state = 38}, [1304] = {.lex_state = 1, .external_lex_state = 39}, - [1305] = {.lex_state = 1, .external_lex_state = 38}, + [1305] = {.lex_state = 1, .external_lex_state = 37}, [1306] = {.lex_state = 1, .external_lex_state = 38}, [1307] = {.lex_state = 1, .external_lex_state = 38}, - [1308] = {.lex_state = 1, .external_lex_state = 39}, + [1308] = {.lex_state = 1, .external_lex_state = 38}, [1309] = {.lex_state = 1, .external_lex_state = 38}, - [1310] = {.lex_state = 1, .external_lex_state = 38}, - [1311] = {.lex_state = 1, .external_lex_state = 80}, + [1310] = {.lex_state = 1, .external_lex_state = 39}, + [1311] = {.lex_state = 1, .external_lex_state = 39}, [1312] = {.lex_state = 1, .external_lex_state = 39}, - [1313] = {.lex_state = 1, .external_lex_state = 38}, + [1313] = {.lex_state = 1, .external_lex_state = 84}, [1314] = {.lex_state = 1, .external_lex_state = 38}, - [1315] = {.lex_state = 1, .external_lex_state = 38}, - [1316] = {.lex_state = 1, .external_lex_state = 80}, - [1317] = {.lex_state = 1, .external_lex_state = 80}, - [1318] = {.lex_state = 1, .external_lex_state = 80}, - [1319] = {.lex_state = 1, .external_lex_state = 36}, - [1320] = {.lex_state = 1, .external_lex_state = 35}, - [1321] = {.lex_state = 1, .external_lex_state = 37}, - [1322] = {.lex_state = 1, .external_lex_state = 38}, - [1323] = {.lex_state = 1, .external_lex_state = 39}, + [1315] = {.lex_state = 1, .external_lex_state = 79}, + [1316] = {.lex_state = 1, .external_lex_state = 37}, + [1317] = {.lex_state = 1, .external_lex_state = 38}, + [1318] = {.lex_state = 1, .external_lex_state = 79}, + [1319] = {.lex_state = 1, .external_lex_state = 38}, + [1320] = {.lex_state = 1, .external_lex_state = 37}, + [1321] = {.lex_state = 1, .external_lex_state = 39}, + [1322] = {.lex_state = 1, .external_lex_state = 79}, + [1323] = {.lex_state = 2, .external_lex_state = 69}, [1324] = {.lex_state = 1, .external_lex_state = 36}, - [1325] = {.lex_state = 1, .external_lex_state = 38}, - [1326] = {.lex_state = 1, .external_lex_state = 76}, - [1327] = {.lex_state = 2, .external_lex_state = 82}, - [1328] = {.lex_state = 1, .external_lex_state = 39}, - [1329] = {.lex_state = 1, .external_lex_state = 39}, - [1330] = {.lex_state = 1, .external_lex_state = 76}, - [1331] = {.lex_state = 1, .external_lex_state = 83}, - [1332] = {.lex_state = 1, .external_lex_state = 79}, - [1333] = {.lex_state = 1, .external_lex_state = 79}, - [1334] = {.lex_state = 1, .external_lex_state = 39}, - [1335] = {.lex_state = 2, .external_lex_state = 84}, - [1336] = {.lex_state = 1, .external_lex_state = 35}, - [1337] = {.lex_state = 1, .external_lex_state = 35}, - [1338] = {.lex_state = 1, .external_lex_state = 79}, - [1339] = {.lex_state = 1, .external_lex_state = 35}, - [1340] = {.lex_state = 1, .external_lex_state = 35}, - [1341] = {.lex_state = 1, .external_lex_state = 35}, - [1342] = {.lex_state = 1, .external_lex_state = 35}, - [1343] = {.lex_state = 1, .external_lex_state = 35}, - [1344] = {.lex_state = 1, .external_lex_state = 35}, - [1345] = {.lex_state = 1, .external_lex_state = 35}, - [1346] = {.lex_state = 1, .external_lex_state = 35}, - [1347] = {.lex_state = 1, .external_lex_state = 35}, - [1348] = {.lex_state = 1, .external_lex_state = 35}, - [1349] = {.lex_state = 1, .external_lex_state = 35}, - [1350] = {.lex_state = 1, .external_lex_state = 35}, - [1351] = {.lex_state = 1, .external_lex_state = 35}, - [1352] = {.lex_state = 1, .external_lex_state = 35}, - [1353] = {.lex_state = 1, .external_lex_state = 37}, - [1354] = {.lex_state = 1, .external_lex_state = 37}, - [1355] = {.lex_state = 1, .external_lex_state = 35}, - [1356] = {.lex_state = 1, .external_lex_state = 37}, - [1357] = {.lex_state = 1, .external_lex_state = 37}, - [1358] = {.lex_state = 1, .external_lex_state = 37}, + [1325] = {.lex_state = 1, .external_lex_state = 34}, + [1326] = {.lex_state = 1, .external_lex_state = 36}, + [1327] = {.lex_state = 1, .external_lex_state = 36}, + [1328] = {.lex_state = 1, .external_lex_state = 38}, + [1329] = {.lex_state = 1, .external_lex_state = 40}, + [1330] = {.lex_state = 1, .external_lex_state = 36}, + [1331] = {.lex_state = 1, .external_lex_state = 85}, + [1332] = {.lex_state = 1, .external_lex_state = 34}, + [1333] = {.lex_state = 1, .external_lex_state = 38}, + [1334] = {.lex_state = 1, .external_lex_state = 80}, + [1335] = {.lex_state = 1, .external_lex_state = 34}, + [1336] = {.lex_state = 1, .external_lex_state = 36}, + [1337] = {.lex_state = 1, .external_lex_state = 34}, + [1338] = {.lex_state = 1, .external_lex_state = 34}, + [1339] = {.lex_state = 1, .external_lex_state = 34}, + [1340] = {.lex_state = 1, .external_lex_state = 34}, + [1341] = {.lex_state = 1, .external_lex_state = 37}, + [1342] = {.lex_state = 1, .external_lex_state = 37}, + [1343] = {.lex_state = 1, .external_lex_state = 42}, + [1344] = {.lex_state = 1, .external_lex_state = 34}, + [1345] = {.lex_state = 1, .external_lex_state = 34}, + [1346] = {.lex_state = 1, .external_lex_state = 34}, + [1347] = {.lex_state = 1, .external_lex_state = 39}, + [1348] = {.lex_state = 1, .external_lex_state = 34}, + [1349] = {.lex_state = 1, .external_lex_state = 34}, + [1350] = {.lex_state = 1, .external_lex_state = 34}, + [1351] = {.lex_state = 1, .external_lex_state = 38}, + [1352] = {.lex_state = 1, .external_lex_state = 38}, + [1353] = {.lex_state = 1, .external_lex_state = 34}, + [1354] = {.lex_state = 1, .external_lex_state = 34}, + [1355] = {.lex_state = 1, .external_lex_state = 39}, + [1356] = {.lex_state = 1, .external_lex_state = 36}, + [1357] = {.lex_state = 1, .external_lex_state = 34}, + [1358] = {.lex_state = 1, .external_lex_state = 34}, [1359] = {.lex_state = 1, .external_lex_state = 37}, [1360] = {.lex_state = 1, .external_lex_state = 37}, - [1361] = {.lex_state = 1, .external_lex_state = 35}, + [1361] = {.lex_state = 1, .external_lex_state = 37}, [1362] = {.lex_state = 1, .external_lex_state = 37}, - [1363] = {.lex_state = 1, .external_lex_state = 37}, - [1364] = {.lex_state = 1, .external_lex_state = 37}, - [1365] = {.lex_state = 1, .external_lex_state = 79}, - [1366] = {.lex_state = 1, .external_lex_state = 79}, - [1367] = {.lex_state = 1, .external_lex_state = 37}, - [1368] = {.lex_state = 1, .external_lex_state = 37}, - [1369] = {.lex_state = 1, .external_lex_state = 37}, + [1363] = {.lex_state = 1, .external_lex_state = 80}, + [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 = 39}, + [1368] = {.lex_state = 1, .external_lex_state = 39}, + [1369] = {.lex_state = 1, .external_lex_state = 39}, [1370] = {.lex_state = 1, .external_lex_state = 37}, - [1371] = {.lex_state = 1, .external_lex_state = 37}, - [1372] = {.lex_state = 1, .external_lex_state = 37}, - [1373] = {.lex_state = 1, .external_lex_state = 37}, - [1374] = {.lex_state = 1, .external_lex_state = 42}, - [1375] = {.lex_state = 1, .external_lex_state = 37}, - [1376] = {.lex_state = 1, .external_lex_state = 35}, + [1371] = {.lex_state = 1, .external_lex_state = 39}, + [1372] = {.lex_state = 1, .external_lex_state = 77}, + [1373] = {.lex_state = 1, .external_lex_state = 36}, + [1374] = {.lex_state = 1, .external_lex_state = 86}, + [1375] = {.lex_state = 1, .external_lex_state = 36}, + [1376] = {.lex_state = 1, .external_lex_state = 39}, [1377] = {.lex_state = 1, .external_lex_state = 39}, - [1378] = {.lex_state = 1, .external_lex_state = 35}, - [1379] = {.lex_state = 1, .external_lex_state = 35}, - [1380] = {.lex_state = 1, .external_lex_state = 35}, - [1381] = {.lex_state = 1, .external_lex_state = 35}, - [1382] = {.lex_state = 1, .external_lex_state = 35}, - [1383] = {.lex_state = 1, .external_lex_state = 44}, - [1384] = {.lex_state = 1, .external_lex_state = 39}, - [1385] = {.lex_state = 1, .external_lex_state = 37}, - [1386] = {.lex_state = 1, .external_lex_state = 85}, - [1387] = {.lex_state = 1, .external_lex_state = 37}, - [1388] = {.lex_state = 1, .external_lex_state = 37}, - [1389] = {.lex_state = 1, .external_lex_state = 37}, - [1390] = {.lex_state = 1, .external_lex_state = 37}, - [1391] = {.lex_state = 1, .external_lex_state = 37}, - [1392] = {.lex_state = 2, .external_lex_state = 84}, - [1393] = {.lex_state = 1, .external_lex_state = 35}, - [1394] = {.lex_state = 1, .external_lex_state = 35}, - [1395] = {.lex_state = 1, .external_lex_state = 35}, - [1396] = {.lex_state = 1, .external_lex_state = 37}, - [1397] = {.lex_state = 1, .external_lex_state = 37}, - [1398] = {.lex_state = 1, .external_lex_state = 37}, - [1399] = {.lex_state = 1, .external_lex_state = 40}, - [1400] = {.lex_state = 1, .external_lex_state = 45}, - [1401] = {.lex_state = 2, .external_lex_state = 67}, - [1402] = {.lex_state = 2, .external_lex_state = 67}, - [1403] = {.lex_state = 1, .external_lex_state = 39}, - [1404] = {.lex_state = 1, .external_lex_state = 39}, + [1378] = {.lex_state = 1, .external_lex_state = 36}, + [1379] = {.lex_state = 1, .external_lex_state = 36}, + [1380] = {.lex_state = 1, .external_lex_state = 36}, + [1381] = {.lex_state = 1, .external_lex_state = 37}, + [1382] = {.lex_state = 1, .external_lex_state = 36}, + [1383] = {.lex_state = 1, .external_lex_state = 39}, + [1384] = {.lex_state = 1, .external_lex_state = 36}, + [1385] = {.lex_state = 1, .external_lex_state = 39}, + [1386] = {.lex_state = 1, .external_lex_state = 39}, + [1387] = {.lex_state = 1, .external_lex_state = 39}, + [1388] = {.lex_state = 1, .external_lex_state = 39}, + [1389] = {.lex_state = 1, .external_lex_state = 39}, + [1390] = {.lex_state = 1, .external_lex_state = 36}, + [1391] = {.lex_state = 1, .external_lex_state = 39}, + [1392] = {.lex_state = 1, .external_lex_state = 39}, + [1393] = {.lex_state = 1, .external_lex_state = 36}, + [1394] = {.lex_state = 1, .external_lex_state = 39}, + [1395] = {.lex_state = 1, .external_lex_state = 39}, + [1396] = {.lex_state = 1, .external_lex_state = 36}, + [1397] = {.lex_state = 1, .external_lex_state = 36}, + [1398] = {.lex_state = 1, .external_lex_state = 36}, + [1399] = {.lex_state = 1, .external_lex_state = 87}, + [1400] = {.lex_state = 1, .external_lex_state = 37}, + [1401] = {.lex_state = 1, .external_lex_state = 37}, + [1402] = {.lex_state = 1, .external_lex_state = 36}, + [1403] = {.lex_state = 1, .external_lex_state = 36}, + [1404] = {.lex_state = 1, .external_lex_state = 36}, [1405] = {.lex_state = 1, .external_lex_state = 39}, - [1406] = {.lex_state = 1, .external_lex_state = 39}, - [1407] = {.lex_state = 1, .external_lex_state = 86}, - [1408] = {.lex_state = 1, .external_lex_state = 87}, - [1409] = {.lex_state = 1, .external_lex_state = 39}, - [1410] = {.lex_state = 1, .external_lex_state = 39}, - [1411] = {.lex_state = 1, .external_lex_state = 39}, - [1412] = {.lex_state = 1, .external_lex_state = 39}, - [1413] = {.lex_state = 1, .external_lex_state = 88}, - [1414] = {.lex_state = 1, .external_lex_state = 35}, - [1415] = {.lex_state = 1, .external_lex_state = 39}, - [1416] = {.lex_state = 1, .external_lex_state = 39}, + [1406] = {.lex_state = 1, .external_lex_state = 36}, + [1407] = {.lex_state = 1, .external_lex_state = 79}, + [1408] = {.lex_state = 1, .external_lex_state = 77}, + [1409] = {.lex_state = 1, .external_lex_state = 37}, + [1410] = {.lex_state = 2, .external_lex_state = 82}, + [1411] = {.lex_state = 1, .external_lex_state = 37}, + [1412] = {.lex_state = 1, .external_lex_state = 37}, + [1413] = {.lex_state = 1, .external_lex_state = 37}, + [1414] = {.lex_state = 1, .external_lex_state = 37}, + [1415] = {.lex_state = 1, .external_lex_state = 37}, + [1416] = {.lex_state = 1, .external_lex_state = 88}, [1417] = {.lex_state = 1, .external_lex_state = 37}, - [1418] = {.lex_state = 1, .external_lex_state = 41}, - [1419] = {.lex_state = 1, .external_lex_state = 39}, - [1420] = {.lex_state = 1, .external_lex_state = 39}, - [1421] = {.lex_state = 1, .external_lex_state = 41}, - [1422] = {.lex_state = 1, .external_lex_state = 44}, - [1423] = {.lex_state = 1, .external_lex_state = 61}, - [1424] = {.lex_state = 1, .external_lex_state = 41}, - [1425] = {.lex_state = 1, .external_lex_state = 42}, - [1426] = {.lex_state = 1, .external_lex_state = 44}, - [1427] = {.lex_state = 1, .external_lex_state = 41}, + [1418] = {.lex_state = 2, .external_lex_state = 69}, + [1419] = {.lex_state = 1, .external_lex_state = 37}, + [1420] = {.lex_state = 1, .external_lex_state = 37}, + [1421] = {.lex_state = 1, .external_lex_state = 89}, + [1422] = {.lex_state = 1, .external_lex_state = 42}, + [1423] = {.lex_state = 1, .external_lex_state = 88}, + [1424] = {.lex_state = 1, .external_lex_state = 42}, + [1425] = {.lex_state = 1, .external_lex_state = 90}, + [1426] = {.lex_state = 1, .external_lex_state = 45}, + [1427] = {.lex_state = 1, .external_lex_state = 91}, [1428] = {.lex_state = 1, .external_lex_state = 45}, - [1429] = {.lex_state = 1, .external_lex_state = 89}, - [1430] = {.lex_state = 1, .external_lex_state = 41}, - [1431] = {.lex_state = 1, .external_lex_state = 41}, - [1432] = {.lex_state = 1, .external_lex_state = 89}, - [1433] = {.lex_state = 1, .external_lex_state = 41}, - [1434] = {.lex_state = 1, .external_lex_state = 50}, - [1435] = {.lex_state = 1, .external_lex_state = 89}, - [1436] = {.lex_state = 1, .external_lex_state = 90}, - [1437] = {.lex_state = 1, .external_lex_state = 41}, - [1438] = {.lex_state = 1, .external_lex_state = 45}, - [1439] = {.lex_state = 1, .external_lex_state = 41}, - [1440] = {.lex_state = 1, .external_lex_state = 90}, - [1441] = {.lex_state = 1, .external_lex_state = 90}, - [1442] = {.lex_state = 1, .external_lex_state = 90}, - [1443] = {.lex_state = 0, .external_lex_state = 78}, - [1444] = {.lex_state = 1, .external_lex_state = 61}, - [1445] = {.lex_state = 1, .external_lex_state = 83}, + [1429] = {.lex_state = 1, .external_lex_state = 61}, + [1430] = {.lex_state = 1, .external_lex_state = 91}, + [1431] = {.lex_state = 1, .external_lex_state = 88}, + [1432] = {.lex_state = 1, .external_lex_state = 45}, + [1433] = {.lex_state = 1, .external_lex_state = 92}, + [1434] = {.lex_state = 1, .external_lex_state = 89}, + [1435] = {.lex_state = 1, .external_lex_state = 92}, + [1436] = {.lex_state = 1, .external_lex_state = 91}, + [1437] = {.lex_state = 1, .external_lex_state = 89}, + [1438] = {.lex_state = 1, .external_lex_state = 89}, + [1439] = {.lex_state = 1, .external_lex_state = 91}, + [1440] = {.lex_state = 1, .external_lex_state = 61}, + [1441] = {.lex_state = 1, .external_lex_state = 41}, + [1442] = {.lex_state = 1, .external_lex_state = 91}, + [1443] = {.lex_state = 1, .external_lex_state = 90}, + [1444] = {.lex_state = 1, .external_lex_state = 92}, + [1445] = {.lex_state = 1, .external_lex_state = 41}, [1446] = {.lex_state = 1, .external_lex_state = 61}, - [1447] = {.lex_state = 1, .external_lex_state = 83}, + [1447] = {.lex_state = 0, .external_lex_state = 76}, [1448] = {.lex_state = 1, .external_lex_state = 91}, - [1449] = {.lex_state = 1, .external_lex_state = 52}, - [1450] = {.lex_state = 0, .external_lex_state = 78}, - [1451] = {.lex_state = 1, .external_lex_state = 90}, - [1452] = {.lex_state = 1, .external_lex_state = 90}, - [1453] = {.lex_state = 1, .external_lex_state = 90}, - [1454] = {.lex_state = 0, .external_lex_state = 78}, - [1455] = {.lex_state = 1, .external_lex_state = 92}, - [1456] = {.lex_state = 1, .external_lex_state = 90}, - [1457] = {.lex_state = 1, .external_lex_state = 90}, + [1449] = {.lex_state = 1, .external_lex_state = 92}, + [1450] = {.lex_state = 1, .external_lex_state = 91}, + [1451] = {.lex_state = 1, .external_lex_state = 92}, + [1452] = {.lex_state = 1, .external_lex_state = 91}, + [1453] = {.lex_state = 1, .external_lex_state = 87}, + [1454] = {.lex_state = 1, .external_lex_state = 42}, + [1455] = {.lex_state = 1, .external_lex_state = 45}, + [1456] = {.lex_state = 1, .external_lex_state = 42}, + [1457] = {.lex_state = 1, .external_lex_state = 40}, [1458] = {.lex_state = 1, .external_lex_state = 61}, - [1459] = {.lex_state = 1, .external_lex_state = 91}, - [1460] = {.lex_state = 1, .external_lex_state = 41}, - [1461] = {.lex_state = 1, .external_lex_state = 91}, - [1462] = {.lex_state = 1, .external_lex_state = 41}, - [1463] = {.lex_state = 1, .external_lex_state = 41}, - [1464] = {.lex_state = 1, .external_lex_state = 93}, - [1465] = {.lex_state = 1, .external_lex_state = 41}, - [1466] = {.lex_state = 1, .external_lex_state = 91}, - [1467] = {.lex_state = 1, .external_lex_state = 81}, - [1468] = {.lex_state = 1, .external_lex_state = 61}, - [1469] = {.lex_state = 1, .external_lex_state = 93}, - [1470] = {.lex_state = 1, .external_lex_state = 61}, - [1471] = {.lex_state = 1, .external_lex_state = 41}, - [1472] = {.lex_state = 1, .external_lex_state = 41}, - [1473] = {.lex_state = 0, .external_lex_state = 78}, - [1474] = {.lex_state = 1, .external_lex_state = 41}, + [1459] = {.lex_state = 1, .external_lex_state = 42}, + [1460] = {.lex_state = 1, .external_lex_state = 89}, + [1461] = {.lex_state = 1, .external_lex_state = 40}, + [1462] = {.lex_state = 1, .external_lex_state = 45}, + [1463] = {.lex_state = 1, .external_lex_state = 40}, + [1464] = {.lex_state = 1, .external_lex_state = 92}, + [1465] = {.lex_state = 1, .external_lex_state = 42}, + [1466] = {.lex_state = 1, .external_lex_state = 87}, + [1467] = {.lex_state = 1, .external_lex_state = 92}, + [1468] = {.lex_state = 1, .external_lex_state = 42}, + [1469] = {.lex_state = 1, .external_lex_state = 42}, + [1470] = {.lex_state = 1, .external_lex_state = 41}, + [1471] = {.lex_state = 1, .external_lex_state = 42}, + [1472] = {.lex_state = 1, .external_lex_state = 42}, + [1473] = {.lex_state = 1, .external_lex_state = 92}, + [1474] = {.lex_state = 1, .external_lex_state = 42}, [1475] = {.lex_state = 1, .external_lex_state = 42}, [1476] = {.lex_state = 1, .external_lex_state = 42}, - [1477] = {.lex_state = 1, .external_lex_state = 81}, - [1478] = {.lex_state = 1, .external_lex_state = 42}, - [1479] = {.lex_state = 1, .external_lex_state = 42}, - [1480] = {.lex_state = 1, .external_lex_state = 42}, - [1481] = {.lex_state = 1, .external_lex_state = 42}, - [1482] = {.lex_state = 1, .external_lex_state = 42}, - [1483] = {.lex_state = 1, .external_lex_state = 61}, + [1477] = {.lex_state = 1, .external_lex_state = 86}, + [1478] = {.lex_state = 1, .external_lex_state = 52}, + [1479] = {.lex_state = 1, .external_lex_state = 43}, + [1480] = {.lex_state = 1, .external_lex_state = 43}, + [1481] = {.lex_state = 1, .external_lex_state = 91}, + [1482] = {.lex_state = 1, .external_lex_state = 43}, + [1483] = {.lex_state = 1, .external_lex_state = 42}, [1484] = {.lex_state = 1, .external_lex_state = 42}, - [1485] = {.lex_state = 1, .external_lex_state = 42}, - [1486] = {.lex_state = 1, .external_lex_state = 41}, + [1485] = {.lex_state = 1, .external_lex_state = 40}, + [1486] = {.lex_state = 1, .external_lex_state = 86}, [1487] = {.lex_state = 1, .external_lex_state = 42}, - [1488] = {.lex_state = 1, .external_lex_state = 41}, - [1489] = {.lex_state = 1, .external_lex_state = 42}, + [1488] = {.lex_state = 1, .external_lex_state = 42}, + [1489] = {.lex_state = 1, .external_lex_state = 43}, [1490] = {.lex_state = 1, .external_lex_state = 42}, - [1491] = {.lex_state = 1, .external_lex_state = 41}, - [1492] = {.lex_state = 1, .external_lex_state = 93}, - [1493] = {.lex_state = 1, .external_lex_state = 42}, - [1494] = {.lex_state = 1, .external_lex_state = 42}, - [1495] = {.lex_state = 1, .external_lex_state = 42}, - [1496] = {.lex_state = 1, .external_lex_state = 42}, - [1497] = {.lex_state = 1, .external_lex_state = 94}, - [1498] = {.lex_state = 1, .external_lex_state = 89}, - [1499] = {.lex_state = 1, .external_lex_state = 44}, - [1500] = {.lex_state = 2, .external_lex_state = 95}, - [1501] = {.lex_state = 1, .external_lex_state = 44}, - [1502] = {.lex_state = 1, .external_lex_state = 42}, - [1503] = {.lex_state = 1, .external_lex_state = 44}, - [1504] = {.lex_state = 1, .external_lex_state = 44}, - [1505] = {.lex_state = 1, .external_lex_state = 89}, - [1506] = {.lex_state = 1, .external_lex_state = 44}, - [1507] = {.lex_state = 1, .external_lex_state = 44}, - [1508] = {.lex_state = 1, .external_lex_state = 44}, - [1509] = {.lex_state = 1, .external_lex_state = 42}, - [1510] = {.lex_state = 1, .external_lex_state = 44}, - [1511] = {.lex_state = 1, .external_lex_state = 44}, - [1512] = {.lex_state = 1, .external_lex_state = 89}, - [1513] = {.lex_state = 1, .external_lex_state = 44}, - [1514] = {.lex_state = 1, .external_lex_state = 44}, - [1515] = {.lex_state = 1, .external_lex_state = 44}, - [1516] = {.lex_state = 1, .external_lex_state = 40}, - [1517] = {.lex_state = 1, .external_lex_state = 72}, - [1518] = {.lex_state = 1, .external_lex_state = 93}, - [1519] = {.lex_state = 1, .external_lex_state = 96}, - [1520] = {.lex_state = 1, .external_lex_state = 44}, - [1521] = {.lex_state = 1, .external_lex_state = 44}, - [1522] = {.lex_state = 1, .external_lex_state = 44}, - [1523] = {.lex_state = 1, .external_lex_state = 44}, - [1524] = {.lex_state = 1, .external_lex_state = 89}, - [1525] = {.lex_state = 1, .external_lex_state = 89}, - [1526] = {.lex_state = 1, .external_lex_state = 97}, - [1527] = {.lex_state = 1, .external_lex_state = 44}, - [1528] = {.lex_state = 1, .external_lex_state = 93}, - [1529] = {.lex_state = 2, .external_lex_state = 95}, - [1530] = {.lex_state = 1, .external_lex_state = 44}, - [1531] = {.lex_state = 1, .external_lex_state = 98}, - [1532] = {.lex_state = 1, .external_lex_state = 42}, - [1533] = {.lex_state = 1, .external_lex_state = 93}, - [1534] = {.lex_state = 1, .external_lex_state = 93}, - [1535] = {.lex_state = 1, .external_lex_state = 89}, - [1536] = {.lex_state = 1, .external_lex_state = 93}, - [1537] = {.lex_state = 1, .external_lex_state = 42}, - [1538] = {.lex_state = 1, .external_lex_state = 42}, - [1539] = {.lex_state = 1, .external_lex_state = 42}, - [1540] = {.lex_state = 1, .external_lex_state = 42}, - [1541] = {.lex_state = 1, .external_lex_state = 42}, - [1542] = {.lex_state = 1, .external_lex_state = 44}, - [1543] = {.lex_state = 1, .external_lex_state = 44}, - [1544] = {.lex_state = 1, .external_lex_state = 44}, - [1545] = {.lex_state = 1, .external_lex_state = 44}, - [1546] = {.lex_state = 1, .external_lex_state = 93}, - [1547] = {.lex_state = 2, .external_lex_state = 95}, - [1548] = {.lex_state = 1, .external_lex_state = 44}, - [1549] = {.lex_state = 0, .external_lex_state = 78}, - [1550] = {.lex_state = 1, .external_lex_state = 40}, - [1551] = {.lex_state = 1, .external_lex_state = 40}, - [1552] = {.lex_state = 1, .external_lex_state = 44}, - [1553] = {.lex_state = 1, .external_lex_state = 45}, - [1554] = {.lex_state = 1, .external_lex_state = 40}, - [1555] = {.lex_state = 1, .external_lex_state = 40}, - [1556] = {.lex_state = 1, .external_lex_state = 90}, - [1557] = {.lex_state = 1, .external_lex_state = 41}, - [1558] = {.lex_state = 1, .external_lex_state = 45}, - [1559] = {.lex_state = 1, .external_lex_state = 45}, - [1560] = {.lex_state = 1, .external_lex_state = 42}, - [1561] = {.lex_state = 1, .external_lex_state = 45}, - [1562] = {.lex_state = 1, .external_lex_state = 45}, - [1563] = {.lex_state = 1, .external_lex_state = 45}, + [1491] = {.lex_state = 1, .external_lex_state = 90}, + [1492] = {.lex_state = 1, .external_lex_state = 43}, + [1493] = {.lex_state = 1, .external_lex_state = 43}, + [1494] = {.lex_state = 1, .external_lex_state = 43}, + [1495] = {.lex_state = 1, .external_lex_state = 93}, + [1496] = {.lex_state = 1, .external_lex_state = 94}, + [1497] = {.lex_state = 0, .external_lex_state = 76}, + [1498] = {.lex_state = 1, .external_lex_state = 42}, + [1499] = {.lex_state = 1, .external_lex_state = 42}, + [1500] = {.lex_state = 1, .external_lex_state = 43}, + [1501] = {.lex_state = 1, .external_lex_state = 94}, + [1502] = {.lex_state = 1, .external_lex_state = 94}, + [1503] = {.lex_state = 1, .external_lex_state = 90}, + [1504] = {.lex_state = 1, .external_lex_state = 90}, + [1505] = {.lex_state = 1, .external_lex_state = 42}, + [1506] = {.lex_state = 1, .external_lex_state = 42}, + [1507] = {.lex_state = 1, .external_lex_state = 42}, + [1508] = {.lex_state = 1, .external_lex_state = 43}, + [1509] = {.lex_state = 1, .external_lex_state = 94}, + [1510] = {.lex_state = 1, .external_lex_state = 94}, + [1511] = {.lex_state = 1, .external_lex_state = 43}, + [1512] = {.lex_state = 1, .external_lex_state = 43}, + [1513] = {.lex_state = 1, .external_lex_state = 43}, + [1514] = {.lex_state = 1, .external_lex_state = 46}, + [1515] = {.lex_state = 1, .external_lex_state = 41}, + [1516] = {.lex_state = 1, .external_lex_state = 43}, + [1517] = {.lex_state = 1, .external_lex_state = 40}, + [1518] = {.lex_state = 1, .external_lex_state = 94}, + [1519] = {.lex_state = 1, .external_lex_state = 43}, + [1520] = {.lex_state = 1, .external_lex_state = 85}, + [1521] = {.lex_state = 1, .external_lex_state = 61}, + [1522] = {.lex_state = 1, .external_lex_state = 95}, + [1523] = {.lex_state = 1, .external_lex_state = 40}, + [1524] = {.lex_state = 1, .external_lex_state = 43}, + [1525] = {.lex_state = 1, .external_lex_state = 40}, + [1526] = {.lex_state = 1, .external_lex_state = 43}, + [1527] = {.lex_state = 1, .external_lex_state = 43}, + [1528] = {.lex_state = 1, .external_lex_state = 85}, + [1529] = {.lex_state = 1, .external_lex_state = 43}, + [1530] = {.lex_state = 1, .external_lex_state = 40}, + [1531] = {.lex_state = 1, .external_lex_state = 40}, + [1532] = {.lex_state = 1, .external_lex_state = 89}, + [1533] = {.lex_state = 1, .external_lex_state = 89}, + [1534] = {.lex_state = 1, .external_lex_state = 51}, + [1535] = {.lex_state = 1, .external_lex_state = 40}, + [1536] = {.lex_state = 1, .external_lex_state = 40}, + [1537] = {.lex_state = 1, .external_lex_state = 89}, + [1538] = {.lex_state = 1, .external_lex_state = 94}, + [1539] = {.lex_state = 1, .external_lex_state = 40}, + [1540] = {.lex_state = 1, .external_lex_state = 94}, + [1541] = {.lex_state = 2, .external_lex_state = 96}, + [1542] = {.lex_state = 1, .external_lex_state = 94}, + [1543] = {.lex_state = 1, .external_lex_state = 61}, + [1544] = {.lex_state = 1, .external_lex_state = 40}, + [1545] = {.lex_state = 1, .external_lex_state = 41}, + [1546] = {.lex_state = 1, .external_lex_state = 89}, + [1547] = {.lex_state = 1, .external_lex_state = 41}, + [1548] = {.lex_state = 1, .external_lex_state = 41}, + [1549] = {.lex_state = 1, .external_lex_state = 92}, + [1550] = {.lex_state = 1, .external_lex_state = 91}, + [1551] = {.lex_state = 1, .external_lex_state = 90}, + [1552] = {.lex_state = 1, .external_lex_state = 61}, + [1553] = {.lex_state = 1, .external_lex_state = 68}, + [1554] = {.lex_state = 2, .external_lex_state = 75}, + [1555] = {.lex_state = 1, .external_lex_state = 90}, + [1556] = {.lex_state = 1, .external_lex_state = 84}, + [1557] = {.lex_state = 1, .external_lex_state = 42}, + [1558] = {.lex_state = 1, .external_lex_state = 40}, + [1559] = {.lex_state = 1, .external_lex_state = 40}, + [1560] = {.lex_state = 1, .external_lex_state = 40}, + [1561] = {.lex_state = 1, .external_lex_state = 40}, + [1562] = {.lex_state = 1, .external_lex_state = 90}, + [1563] = {.lex_state = 2, .external_lex_state = 96}, [1564] = {.lex_state = 1, .external_lex_state = 40}, - [1565] = {.lex_state = 1, .external_lex_state = 40}, - [1566] = {.lex_state = 1, .external_lex_state = 40}, + [1565] = {.lex_state = 1, .external_lex_state = 90}, + [1566] = {.lex_state = 1, .external_lex_state = 84}, [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 = 45}, - [1573] = {.lex_state = 1, .external_lex_state = 45}, - [1574] = {.lex_state = 1, .external_lex_state = 49}, - [1575] = {.lex_state = 1, .external_lex_state = 40}, - [1576] = {.lex_state = 1, .external_lex_state = 40}, - [1577] = {.lex_state = 1, .external_lex_state = 40}, - [1578] = {.lex_state = 1, .external_lex_state = 40}, - [1579] = {.lex_state = 1, .external_lex_state = 45}, - [1580] = {.lex_state = 1, .external_lex_state = 41}, - [1581] = {.lex_state = 1, .external_lex_state = 40}, - [1582] = {.lex_state = 1, .external_lex_state = 40}, - [1583] = {.lex_state = 1, .external_lex_state = 40}, - [1584] = {.lex_state = 1, .external_lex_state = 42}, - [1585] = {.lex_state = 1, .external_lex_state = 45}, - [1586] = {.lex_state = 1, .external_lex_state = 40}, - [1587] = {.lex_state = 1, .external_lex_state = 40}, + [1568] = {.lex_state = 1, .external_lex_state = 42}, + [1569] = {.lex_state = 1, .external_lex_state = 42}, + [1570] = {.lex_state = 1, .external_lex_state = 41}, + [1571] = {.lex_state = 1, .external_lex_state = 61}, + [1572] = {.lex_state = 2, .external_lex_state = 96}, + [1573] = {.lex_state = 0, .external_lex_state = 76}, + [1574] = {.lex_state = 1, .external_lex_state = 41}, + [1575] = {.lex_state = 1, .external_lex_state = 41}, + [1576] = {.lex_state = 0, .external_lex_state = 76}, + [1577] = {.lex_state = 1, .external_lex_state = 41}, + [1578] = {.lex_state = 1, .external_lex_state = 61}, + [1579] = {.lex_state = 1, .external_lex_state = 89}, + [1580] = {.lex_state = 1, .external_lex_state = 50}, + [1581] = {.lex_state = 1, .external_lex_state = 41}, + [1582] = {.lex_state = 1, .external_lex_state = 61}, + [1583] = {.lex_state = 1, .external_lex_state = 45}, + [1584] = {.lex_state = 1, .external_lex_state = 45}, + [1585] = {.lex_state = 0, .external_lex_state = 76}, + [1586] = {.lex_state = 1, .external_lex_state = 61}, + [1587] = {.lex_state = 1, .external_lex_state = 45}, [1588] = {.lex_state = 1, .external_lex_state = 40}, - [1589] = {.lex_state = 1, .external_lex_state = 40}, - [1590] = {.lex_state = 1, .external_lex_state = 40}, - [1591] = {.lex_state = 1, .external_lex_state = 40}, - [1592] = {.lex_state = 1, .external_lex_state = 40}, - [1593] = {.lex_state = 1, .external_lex_state = 45}, - [1594] = {.lex_state = 1, .external_lex_state = 45}, + [1589] = {.lex_state = 1, .external_lex_state = 45}, + [1590] = {.lex_state = 1, .external_lex_state = 41}, + [1591] = {.lex_state = 1, .external_lex_state = 45}, + [1592] = {.lex_state = 1, .external_lex_state = 43}, + [1593] = {.lex_state = 1, .external_lex_state = 43}, + [1594] = {.lex_state = 1, .external_lex_state = 41}, [1595] = {.lex_state = 1, .external_lex_state = 45}, - [1596] = {.lex_state = 1, .external_lex_state = 45}, - [1597] = {.lex_state = 1, .external_lex_state = 40}, + [1596] = {.lex_state = 1, .external_lex_state = 40}, + [1597] = {.lex_state = 1, .external_lex_state = 97}, [1598] = {.lex_state = 1, .external_lex_state = 45}, - [1599] = {.lex_state = 1, .external_lex_state = 42}, - [1600] = {.lex_state = 1, .external_lex_state = 42}, - [1601] = {.lex_state = 1, .external_lex_state = 45}, - [1602] = {.lex_state = 1, .external_lex_state = 45}, - [1603] = {.lex_state = 2, .external_lex_state = 77}, - [1604] = {.lex_state = 1, .external_lex_state = 44}, - [1605] = {.lex_state = 1, .external_lex_state = 40}, - [1606] = {.lex_state = 1, .external_lex_state = 44}, - [1607] = {.lex_state = 1, .external_lex_state = 44}, - [1608] = {.lex_state = 2, .external_lex_state = 77}, - [1609] = {.lex_state = 1, .external_lex_state = 99}, - [1610] = {.lex_state = 1, .external_lex_state = 100}, - [1611] = {.lex_state = 1, .external_lex_state = 41}, - [1612] = {.lex_state = 1, .external_lex_state = 61}, - [1613] = {.lex_state = 1, .external_lex_state = 89}, - [1614] = {.lex_state = 1, .external_lex_state = 45}, - [1615] = {.lex_state = 1, .external_lex_state = 86}, - [1616] = {.lex_state = 1, .external_lex_state = 86}, - [1617] = {.lex_state = 1, .external_lex_state = 45}, + [1599] = {.lex_state = 1, .external_lex_state = 45}, + [1600] = {.lex_state = 1, .external_lex_state = 41}, + [1601] = {.lex_state = 1, .external_lex_state = 42}, + [1602] = {.lex_state = 1, .external_lex_state = 41}, + [1603] = {.lex_state = 1, .external_lex_state = 41}, + [1604] = {.lex_state = 1, .external_lex_state = 40}, + [1605] = {.lex_state = 1, .external_lex_state = 45}, + [1606] = {.lex_state = 1, .external_lex_state = 42}, + [1607] = {.lex_state = 1, .external_lex_state = 45}, + [1608] = {.lex_state = 1, .external_lex_state = 61}, + [1609] = {.lex_state = 0, .external_lex_state = 76}, + [1610] = {.lex_state = 1, .external_lex_state = 45}, + [1611] = {.lex_state = 1, .external_lex_state = 98}, + [1612] = {.lex_state = 1, .external_lex_state = 45}, + [1613] = {.lex_state = 1, .external_lex_state = 99}, + [1614] = {.lex_state = 1, .external_lex_state = 100}, + [1615] = {.lex_state = 1, .external_lex_state = 45}, + [1616] = {.lex_state = 1, .external_lex_state = 40}, + [1617] = {.lex_state = 1, .external_lex_state = 48}, [1618] = {.lex_state = 1, .external_lex_state = 45}, [1619] = {.lex_state = 1, .external_lex_state = 45}, - [1620] = {.lex_state = 1, .external_lex_state = 61}, - [1621] = {.lex_state = 1, .external_lex_state = 61}, - [1622] = {.lex_state = 1, .external_lex_state = 61}, - [1623] = {.lex_state = 1, .external_lex_state = 45}, - [1624] = {.lex_state = 1, .external_lex_state = 91}, + [1620] = {.lex_state = 1, .external_lex_state = 45}, + [1621] = {.lex_state = 1, .external_lex_state = 45}, + [1622] = {.lex_state = 1, .external_lex_state = 45}, + [1623] = {.lex_state = 1, .external_lex_state = 42}, + [1624] = {.lex_state = 1, .external_lex_state = 45}, [1625] = {.lex_state = 1, .external_lex_state = 45}, - [1626] = {.lex_state = 1, .external_lex_state = 91}, - [1627] = {.lex_state = 1, .external_lex_state = 87}, - [1628] = {.lex_state = 1, .external_lex_state = 47}, - [1629] = {.lex_state = 1, .external_lex_state = 87}, - [1630] = {.lex_state = 1, .external_lex_state = 96}, - [1631] = {.lex_state = 1, .external_lex_state = 96}, - [1632] = {.lex_state = 1, .external_lex_state = 96}, - [1633] = {.lex_state = 1, .external_lex_state = 96}, - [1634] = {.lex_state = 1, .external_lex_state = 96}, - [1635] = {.lex_state = 1, .external_lex_state = 96}, - [1636] = {.lex_state = 1, .external_lex_state = 96}, - [1637] = {.lex_state = 1, .external_lex_state = 96}, - [1638] = {.lex_state = 1, .external_lex_state = 96}, - [1639] = {.lex_state = 1, .external_lex_state = 91}, - [1640] = {.lex_state = 1, .external_lex_state = 91}, - [1641] = {.lex_state = 1, .external_lex_state = 91}, - [1642] = {.lex_state = 1, .external_lex_state = 88}, - [1643] = {.lex_state = 1, .external_lex_state = 48}, - [1644] = {.lex_state = 1, .external_lex_state = 61}, - [1645] = {.lex_state = 1, .external_lex_state = 45}, - [1646] = {.lex_state = 1, .external_lex_state = 45}, - [1647] = {.lex_state = 0, .external_lex_state = 78}, - [1648] = {.lex_state = 1, .external_lex_state = 45}, - [1649] = {.lex_state = 1, .external_lex_state = 88}, - [1650] = {.lex_state = 0, .external_lex_state = 78}, - [1651] = {.lex_state = 0, .external_lex_state = 78}, - [1652] = {.lex_state = 1, .external_lex_state = 41}, - [1653] = {.lex_state = 0, .external_lex_state = 78}, - [1654] = {.lex_state = 0, .external_lex_state = 78}, - [1655] = {.lex_state = 0, .external_lex_state = 78}, - [1656] = {.lex_state = 0, .external_lex_state = 78}, - [1657] = {.lex_state = 0, .external_lex_state = 78}, - [1658] = {.lex_state = 0, .external_lex_state = 78}, - [1659] = {.lex_state = 0, .external_lex_state = 78}, - [1660] = {.lex_state = 0, .external_lex_state = 78}, - [1661] = {.lex_state = 1, .external_lex_state = 41}, - [1662] = {.lex_state = 0, .external_lex_state = 78}, - [1663] = {.lex_state = 1, .external_lex_state = 41}, - [1664] = {.lex_state = 0, .external_lex_state = 78}, + [1626] = {.lex_state = 1, .external_lex_state = 45}, + [1627] = {.lex_state = 1, .external_lex_state = 43}, + [1628] = {.lex_state = 0, .external_lex_state = 76}, + [1629] = {.lex_state = 0, .external_lex_state = 76}, + [1630] = {.lex_state = 0, .external_lex_state = 76}, + [1631] = {.lex_state = 1, .external_lex_state = 41}, + [1632] = {.lex_state = 1, .external_lex_state = 45}, + [1633] = {.lex_state = 1, .external_lex_state = 43}, + [1634] = {.lex_state = 0, .external_lex_state = 76}, + [1635] = {.lex_state = 0, .external_lex_state = 76}, + [1636] = {.lex_state = 1, .external_lex_state = 41}, + [1637] = {.lex_state = 1, .external_lex_state = 45}, + [1638] = {.lex_state = 1, .external_lex_state = 40}, + [1639] = {.lex_state = 1, .external_lex_state = 43}, + [1640] = {.lex_state = 1, .external_lex_state = 41}, + [1641] = {.lex_state = 1, .external_lex_state = 40}, + [1642] = {.lex_state = 1, .external_lex_state = 41}, + [1643] = {.lex_state = 1, .external_lex_state = 43}, + [1644] = {.lex_state = 2, .external_lex_state = 75}, + [1645] = {.lex_state = 1, .external_lex_state = 40}, + [1646] = {.lex_state = 1, .external_lex_state = 92}, + [1647] = {.lex_state = 1, .external_lex_state = 43}, + [1648] = {.lex_state = 1, .external_lex_state = 40}, + [1649] = {.lex_state = 1, .external_lex_state = 40}, + [1650] = {.lex_state = 0, .external_lex_state = 76}, + [1651] = {.lex_state = 0, .external_lex_state = 76}, + [1652] = {.lex_state = 0, .external_lex_state = 76}, + [1653] = {.lex_state = 1, .external_lex_state = 41}, + [1654] = {.lex_state = 0, .external_lex_state = 76}, + [1655] = {.lex_state = 0, .external_lex_state = 76}, + [1656] = {.lex_state = 1, .external_lex_state = 41}, + [1657] = {.lex_state = 1, .external_lex_state = 41}, + [1658] = {.lex_state = 1, .external_lex_state = 41}, + [1659] = {.lex_state = 1, .external_lex_state = 41}, + [1660] = {.lex_state = 0, .external_lex_state = 76}, + [1661] = {.lex_state = 0, .external_lex_state = 76}, + [1662] = {.lex_state = 1, .external_lex_state = 43}, + [1663] = {.lex_state = 0, .external_lex_state = 76}, + [1664] = {.lex_state = 1, .external_lex_state = 40}, [1665] = {.lex_state = 1, .external_lex_state = 41}, - [1666] = {.lex_state = 0, .external_lex_state = 78}, - [1667] = {.lex_state = 1, .external_lex_state = 41}, - [1668] = {.lex_state = 0, .external_lex_state = 78}, - [1669] = {.lex_state = 1, .external_lex_state = 41}, - [1670] = {.lex_state = 0, .external_lex_state = 78}, - [1671] = {.lex_state = 1, .external_lex_state = 41}, - [1672] = {.lex_state = 1, .external_lex_state = 41}, - [1673] = {.lex_state = 1, .external_lex_state = 45}, - [1674] = {.lex_state = 1, .external_lex_state = 47}, - [1675] = {.lex_state = 1, .external_lex_state = 99}, - [1676] = {.lex_state = 1, .external_lex_state = 49}, - [1677] = {.lex_state = 1, .external_lex_state = 101}, - [1678] = {.lex_state = 1, .external_lex_state = 102}, - [1679] = {.lex_state = 1, .external_lex_state = 49}, - [1680] = {.lex_state = 1, .external_lex_state = 94}, - [1681] = {.lex_state = 1, .external_lex_state = 103}, - [1682] = {.lex_state = 2, .external_lex_state = 82}, - [1683] = {.lex_state = 1, .external_lex_state = 92}, - [1684] = {.lex_state = 2, .external_lex_state = 12}, - [1685] = {.lex_state = 1, .external_lex_state = 50}, - [1686] = {.lex_state = 2, .external_lex_state = 84}, - [1687] = {.lex_state = 1, .external_lex_state = 50}, - [1688] = {.lex_state = 1, .external_lex_state = 103}, - [1689] = {.lex_state = 1, .external_lex_state = 49}, - [1690] = {.lex_state = 1, .external_lex_state = 52}, - [1691] = {.lex_state = 1, .external_lex_state = 52}, + [1666] = {.lex_state = 1, .external_lex_state = 41}, + [1667] = {.lex_state = 1, .external_lex_state = 43}, + [1668] = {.lex_state = 1, .external_lex_state = 43}, + [1669] = {.lex_state = 1, .external_lex_state = 45}, + [1670] = {.lex_state = 1, .external_lex_state = 41}, + [1671] = {.lex_state = 0, .external_lex_state = 76}, + [1672] = {.lex_state = 0, .external_lex_state = 76}, + [1673] = {.lex_state = 1, .external_lex_state = 43}, + [1674] = {.lex_state = 1, .external_lex_state = 50}, + [1675] = {.lex_state = 1, .external_lex_state = 101}, + [1676] = {.lex_state = 1, .external_lex_state = 48}, + [1677] = {.lex_state = 2, .external_lex_state = 82}, + [1678] = {.lex_state = 1, .external_lex_state = 48}, + [1679] = {.lex_state = 2, .external_lex_state = 11}, + [1680] = {.lex_state = 1, .external_lex_state = 60}, + [1681] = {.lex_state = 1, .external_lex_state = 99}, + [1682] = {.lex_state = 1, .external_lex_state = 57}, + [1683] = {.lex_state = 1, .external_lex_state = 52}, + [1684] = {.lex_state = 1, .external_lex_state = 97}, + [1685] = {.lex_state = 1, .external_lex_state = 97}, + [1686] = {.lex_state = 1, .external_lex_state = 102}, + [1687] = {.lex_state = 1, .external_lex_state = 101}, + [1688] = {.lex_state = 1, .external_lex_state = 101}, + [1689] = {.lex_state = 1, .external_lex_state = 101}, + [1690] = {.lex_state = 1, .external_lex_state = 102}, + [1691] = {.lex_state = 1, .external_lex_state = 103}, [1692] = {.lex_state = 1, .external_lex_state = 103}, - [1693] = {.lex_state = 1, .external_lex_state = 85}, - [1694] = {.lex_state = 1, .external_lex_state = 50}, - [1695] = {.lex_state = 1, .external_lex_state = 52}, - [1696] = {.lex_state = 1, .external_lex_state = 52}, - [1697] = {.lex_state = 1, .external_lex_state = 50}, - [1698] = {.lex_state = 1, .external_lex_state = 104}, - [1699] = {.lex_state = 1, .external_lex_state = 48}, - [1700] = {.lex_state = 1, .external_lex_state = 50}, - [1701] = {.lex_state = 1, .external_lex_state = 105}, - [1702] = {.lex_state = 1, .external_lex_state = 105}, - [1703] = {.lex_state = 1, .external_lex_state = 50}, - [1704] = {.lex_state = 1, .external_lex_state = 50}, - [1705] = {.lex_state = 1, .external_lex_state = 50}, - [1706] = {.lex_state = 1, .external_lex_state = 50}, - [1707] = {.lex_state = 2, .external_lex_state = 82}, - [1708] = {.lex_state = 1, .external_lex_state = 50}, - [1709] = {.lex_state = 1, .external_lex_state = 97}, - [1710] = {.lex_state = 1, .external_lex_state = 92}, - [1711] = {.lex_state = 1, .external_lex_state = 106}, + [1693] = {.lex_state = 1, .external_lex_state = 102}, + [1694] = {.lex_state = 1, .external_lex_state = 103}, + [1695] = {.lex_state = 1, .external_lex_state = 101}, + [1696] = {.lex_state = 1, .external_lex_state = 101}, + [1697] = {.lex_state = 1, .external_lex_state = 101}, + [1698] = {.lex_state = 1, .external_lex_state = 102}, + [1699] = {.lex_state = 1, .external_lex_state = 101}, + [1700] = {.lex_state = 1, .external_lex_state = 101}, + [1701] = {.lex_state = 1, .external_lex_state = 103}, + [1702] = {.lex_state = 1, .external_lex_state = 103}, + [1703] = {.lex_state = 1, .external_lex_state = 48}, + [1704] = {.lex_state = 1, .external_lex_state = 46}, + [1705] = {.lex_state = 1, .external_lex_state = 93}, + [1706] = {.lex_state = 1, .external_lex_state = 99}, + [1707] = {.lex_state = 1, .external_lex_state = 95}, + [1708] = {.lex_state = 1, .external_lex_state = 104}, + [1709] = {.lex_state = 1, .external_lex_state = 104}, + [1710] = {.lex_state = 1, .external_lex_state = 95}, + [1711] = {.lex_state = 1, .external_lex_state = 105}, [1712] = {.lex_state = 1, .external_lex_state = 105}, - [1713] = {.lex_state = 1, .external_lex_state = 52}, - [1714] = {.lex_state = 1, .external_lex_state = 104}, - [1715] = {.lex_state = 1, .external_lex_state = 48}, - [1716] = {.lex_state = 1, .external_lex_state = 68}, - [1717] = {.lex_state = 1, .external_lex_state = 47}, - [1718] = {.lex_state = 1, .external_lex_state = 103}, - [1719] = {.lex_state = 1, .external_lex_state = 104}, - [1720] = {.lex_state = 1, .external_lex_state = 104}, + [1713] = {.lex_state = 1, .external_lex_state = 105}, + [1714] = {.lex_state = 1, .external_lex_state = 56}, + [1715] = {.lex_state = 1, .external_lex_state = 105}, + [1716] = {.lex_state = 1, .external_lex_state = 105}, + [1717] = {.lex_state = 1, .external_lex_state = 52}, + [1718] = {.lex_state = 1, .external_lex_state = 46}, + [1719] = {.lex_state = 1, .external_lex_state = 52}, + [1720] = {.lex_state = 1, .external_lex_state = 52}, [1721] = {.lex_state = 1, .external_lex_state = 104}, - [1722] = {.lex_state = 1, .external_lex_state = 104}, - [1723] = {.lex_state = 1, .external_lex_state = 106}, + [1722] = {.lex_state = 1, .external_lex_state = 93}, + [1723] = {.lex_state = 1, .external_lex_state = 52}, [1724] = {.lex_state = 1, .external_lex_state = 52}, - [1725] = {.lex_state = 1, .external_lex_state = 101}, + [1725] = {.lex_state = 1, .external_lex_state = 52}, [1726] = {.lex_state = 1, .external_lex_state = 52}, - [1727] = {.lex_state = 2, .external_lex_state = 84}, - [1728] = {.lex_state = 1, .external_lex_state = 50}, - [1729] = {.lex_state = 1, .external_lex_state = 50}, - [1730] = {.lex_state = 1, .external_lex_state = 98}, - [1731] = {.lex_state = 1, .external_lex_state = 58}, - [1732] = {.lex_state = 1, .external_lex_state = 52}, - [1733] = {.lex_state = 1, .external_lex_state = 103}, - [1734] = {.lex_state = 1, .external_lex_state = 50}, + [1727] = {.lex_state = 1, .external_lex_state = 52}, + [1728] = {.lex_state = 1, .external_lex_state = 52}, + [1729] = {.lex_state = 1, .external_lex_state = 104}, + [1730] = {.lex_state = 1, .external_lex_state = 104}, + [1731] = {.lex_state = 1, .external_lex_state = 52}, + [1732] = {.lex_state = 1, .external_lex_state = 104}, + [1733] = {.lex_state = 1, .external_lex_state = 52}, + [1734] = {.lex_state = 1, .external_lex_state = 52}, [1735] = {.lex_state = 1, .external_lex_state = 52}, [1736] = {.lex_state = 1, .external_lex_state = 52}, - [1737] = {.lex_state = 1, .external_lex_state = 52}, + [1737] = {.lex_state = 1, .external_lex_state = 104}, [1738] = {.lex_state = 1, .external_lex_state = 52}, - [1739] = {.lex_state = 1, .external_lex_state = 52}, + [1739] = {.lex_state = 1, .external_lex_state = 104}, [1740] = {.lex_state = 1, .external_lex_state = 48}, - [1741] = {.lex_state = 1, .external_lex_state = 49}, - [1742] = {.lex_state = 1, .external_lex_state = 49}, - [1743] = {.lex_state = 1, .external_lex_state = 49}, - [1744] = {.lex_state = 1, .external_lex_state = 49}, - [1745] = {.lex_state = 1, .external_lex_state = 49}, - [1746] = {.lex_state = 1, .external_lex_state = 49}, - [1747] = {.lex_state = 1, .external_lex_state = 55}, + [1741] = {.lex_state = 1, .external_lex_state = 52}, + [1742] = {.lex_state = 1, .external_lex_state = 106}, + [1743] = {.lex_state = 1, .external_lex_state = 52}, + [1744] = {.lex_state = 1, .external_lex_state = 52}, + [1745] = {.lex_state = 1, .external_lex_state = 46}, + [1746] = {.lex_state = 1, .external_lex_state = 59}, + [1747] = {.lex_state = 1, .external_lex_state = 52}, [1748] = {.lex_state = 1, .external_lex_state = 52}, [1749] = {.lex_state = 1, .external_lex_state = 52}, - [1750] = {.lex_state = 1, .external_lex_state = 101}, - [1751] = {.lex_state = 1, .external_lex_state = 85}, - [1752] = {.lex_state = 1, .external_lex_state = 48}, - [1753] = {.lex_state = 1, .external_lex_state = 101}, - [1754] = {.lex_state = 1, .external_lex_state = 50}, - [1755] = {.lex_state = 1, .external_lex_state = 101}, - [1756] = {.lex_state = 1, .external_lex_state = 72}, + [1750] = {.lex_state = 1, .external_lex_state = 46}, + [1751] = {.lex_state = 1, .external_lex_state = 46}, + [1752] = {.lex_state = 1, .external_lex_state = 52}, + [1753] = {.lex_state = 1, .external_lex_state = 52}, + [1754] = {.lex_state = 1, .external_lex_state = 52}, + [1755] = {.lex_state = 2, .external_lex_state = 83}, + [1756] = {.lex_state = 1, .external_lex_state = 52}, [1757] = {.lex_state = 1, .external_lex_state = 52}, - [1758] = {.lex_state = 1, .external_lex_state = 52}, - [1759] = {.lex_state = 1, .external_lex_state = 49}, - [1760] = {.lex_state = 1, .external_lex_state = 49}, - [1761] = {.lex_state = 1, .external_lex_state = 49}, - [1762] = {.lex_state = 1, .external_lex_state = 50}, - [1763] = {.lex_state = 1, .external_lex_state = 94}, - [1764] = {.lex_state = 1, .external_lex_state = 49}, - [1765] = {.lex_state = 1, .external_lex_state = 49}, - [1766] = {.lex_state = 1, .external_lex_state = 50}, - [1767] = {.lex_state = 1, .external_lex_state = 49}, - [1768] = {.lex_state = 1, .external_lex_state = 52}, - [1769] = {.lex_state = 1, .external_lex_state = 107}, - [1770] = {.lex_state = 1, .external_lex_state = 52}, - [1771] = {.lex_state = 1, .external_lex_state = 106}, - [1772] = {.lex_state = 1, .external_lex_state = 108}, - [1773] = {.lex_state = 1, .external_lex_state = 49}, - [1774] = {.lex_state = 1, .external_lex_state = 106}, - [1775] = {.lex_state = 1, .external_lex_state = 104}, - [1776] = {.lex_state = 2, .external_lex_state = 84}, - [1777] = {.lex_state = 1, .external_lex_state = 105}, - [1778] = {.lex_state = 1, .external_lex_state = 104}, - [1779] = {.lex_state = 1, .external_lex_state = 50}, - [1780] = {.lex_state = 1, .external_lex_state = 48}, - [1781] = {.lex_state = 1, .external_lex_state = 48}, - [1782] = {.lex_state = 1, .external_lex_state = 101}, - [1783] = {.lex_state = 1, .external_lex_state = 100}, + [1758] = {.lex_state = 1, .external_lex_state = 107}, + [1759] = {.lex_state = 1, .external_lex_state = 51}, + [1760] = {.lex_state = 1, .external_lex_state = 51}, + [1761] = {.lex_state = 1, .external_lex_state = 51}, + [1762] = {.lex_state = 1, .external_lex_state = 52}, + [1763] = {.lex_state = 1, .external_lex_state = 51}, + [1764] = {.lex_state = 1, .external_lex_state = 51}, + [1765] = {.lex_state = 1, .external_lex_state = 51}, + [1766] = {.lex_state = 1, .external_lex_state = 104}, + [1767] = {.lex_state = 1, .external_lex_state = 51}, + [1768] = {.lex_state = 1, .external_lex_state = 51}, + [1769] = {.lex_state = 2, .external_lex_state = 83}, + [1770] = {.lex_state = 1, .external_lex_state = 51}, + [1771] = {.lex_state = 1, .external_lex_state = 54}, + [1772] = {.lex_state = 1, .external_lex_state = 51}, + [1773] = {.lex_state = 1, .external_lex_state = 61}, + [1774] = {.lex_state = 1, .external_lex_state = 51}, + [1775] = {.lex_state = 1, .external_lex_state = 51}, + [1776] = {.lex_state = 1, .external_lex_state = 108}, + [1777] = {.lex_state = 1, .external_lex_state = 51}, + [1778] = {.lex_state = 1, .external_lex_state = 51}, + [1779] = {.lex_state = 1, .external_lex_state = 51}, + [1780] = {.lex_state = 1, .external_lex_state = 51}, + [1781] = {.lex_state = 1, .external_lex_state = 51}, + [1782] = {.lex_state = 1, .external_lex_state = 100}, + [1783] = {.lex_state = 1, .external_lex_state = 50}, [1784] = {.lex_state = 1, .external_lex_state = 50}, - [1785] = {.lex_state = 1, .external_lex_state = 52}, - [1786] = {.lex_state = 2, .external_lex_state = 82}, + [1785] = {.lex_state = 1, .external_lex_state = 51}, + [1786] = {.lex_state = 1, .external_lex_state = 50}, [1787] = {.lex_state = 1, .external_lex_state = 48}, - [1788] = {.lex_state = 1, .external_lex_state = 49}, - [1789] = {.lex_state = 1, .external_lex_state = 97}, - [1790] = {.lex_state = 1, .external_lex_state = 49}, - [1791] = {.lex_state = 1, .external_lex_state = 49}, - [1792] = {.lex_state = 1, .external_lex_state = 52}, - [1793] = {.lex_state = 1, .external_lex_state = 52}, + [1788] = {.lex_state = 1, .external_lex_state = 48}, + [1789] = {.lex_state = 1, .external_lex_state = 50}, + [1790] = {.lex_state = 1, .external_lex_state = 50}, + [1791] = {.lex_state = 1, .external_lex_state = 50}, + [1792] = {.lex_state = 1, .external_lex_state = 50}, + [1793] = {.lex_state = 1, .external_lex_state = 48}, [1794] = {.lex_state = 1, .external_lex_state = 48}, - [1795] = {.lex_state = 1, .external_lex_state = 52}, - [1796] = {.lex_state = 1, .external_lex_state = 47}, - [1797] = {.lex_state = 1, .external_lex_state = 106}, - [1798] = {.lex_state = 1, .external_lex_state = 47}, + [1795] = {.lex_state = 1, .external_lex_state = 48}, + [1796] = {.lex_state = 1, .external_lex_state = 51}, + [1797] = {.lex_state = 1, .external_lex_state = 50}, + [1798] = {.lex_state = 1, .external_lex_state = 50}, [1799] = {.lex_state = 1, .external_lex_state = 50}, - [1800] = {.lex_state = 1, .external_lex_state = 105}, - [1801] = {.lex_state = 1, .external_lex_state = 47}, - [1802] = {.lex_state = 1, .external_lex_state = 47}, - [1803] = {.lex_state = 1, .external_lex_state = 101}, - [1804] = {.lex_state = 1, .external_lex_state = 106}, - [1805] = {.lex_state = 1, .external_lex_state = 105}, - [1806] = {.lex_state = 1, .external_lex_state = 57}, - [1807] = {.lex_state = 1, .external_lex_state = 47}, - [1808] = {.lex_state = 1, .external_lex_state = 104}, - [1809] = {.lex_state = 1, .external_lex_state = 85}, - [1810] = {.lex_state = 1, .external_lex_state = 47}, - [1811] = {.lex_state = 1, .external_lex_state = 47}, - [1812] = {.lex_state = 1, .external_lex_state = 105}, - [1813] = {.lex_state = 1, .external_lex_state = 85}, - [1814] = {.lex_state = 1, .external_lex_state = 85}, - [1815] = {.lex_state = 1, .external_lex_state = 85}, - [1816] = {.lex_state = 1, .external_lex_state = 85}, - [1817] = {.lex_state = 1, .external_lex_state = 109}, - [1818] = {.lex_state = 1, .external_lex_state = 85}, - [1819] = {.lex_state = 1, .external_lex_state = 106}, + [1800] = {.lex_state = 1, .external_lex_state = 50}, + [1801] = {.lex_state = 1, .external_lex_state = 50}, + [1802] = {.lex_state = 1, .external_lex_state = 101}, + [1803] = {.lex_state = 1, .external_lex_state = 50}, + [1804] = {.lex_state = 1, .external_lex_state = 50}, + [1805] = {.lex_state = 1, .external_lex_state = 100}, + [1806] = {.lex_state = 1, .external_lex_state = 50}, + [1807] = {.lex_state = 1, .external_lex_state = 50}, + [1808] = {.lex_state = 1, .external_lex_state = 50}, + [1809] = {.lex_state = 1, .external_lex_state = 50}, + [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 = 51}, + [1814] = {.lex_state = 1, .external_lex_state = 51}, + [1815] = {.lex_state = 1, .external_lex_state = 51}, + [1816] = {.lex_state = 1, .external_lex_state = 51}, + [1817] = {.lex_state = 1, .external_lex_state = 51}, + [1818] = {.lex_state = 1, .external_lex_state = 68}, + [1819] = {.lex_state = 1, .external_lex_state = 48}, [1820] = {.lex_state = 1, .external_lex_state = 50}, - [1821] = {.lex_state = 1, .external_lex_state = 47}, - [1822] = {.lex_state = 1, .external_lex_state = 47}, - [1823] = {.lex_state = 1, .external_lex_state = 99}, - [1824] = {.lex_state = 1, .external_lex_state = 47}, + [1821] = {.lex_state = 1, .external_lex_state = 48}, + [1822] = {.lex_state = 1, .external_lex_state = 50}, + [1823] = {.lex_state = 1, .external_lex_state = 50}, + [1824] = {.lex_state = 1, .external_lex_state = 48}, [1825] = {.lex_state = 1, .external_lex_state = 50}, - [1826] = {.lex_state = 1, .external_lex_state = 47}, - [1827] = {.lex_state = 1, .external_lex_state = 47}, - [1828] = {.lex_state = 1, .external_lex_state = 49}, - [1829] = {.lex_state = 1, .external_lex_state = 49}, - [1830] = {.lex_state = 1, .external_lex_state = 49}, - [1831] = {.lex_state = 1, .external_lex_state = 47}, - [1832] = {.lex_state = 1, .external_lex_state = 47}, - [1833] = {.lex_state = 1, .external_lex_state = 47}, - [1834] = {.lex_state = 1, .external_lex_state = 47}, - [1835] = {.lex_state = 1, .external_lex_state = 50}, - [1836] = {.lex_state = 1, .external_lex_state = 53}, - [1837] = {.lex_state = 1, .external_lex_state = 61}, - [1838] = {.lex_state = 1, .external_lex_state = 48}, - [1839] = {.lex_state = 1, .external_lex_state = 105}, - [1840] = {.lex_state = 1, .external_lex_state = 48}, - [1841] = {.lex_state = 1, .external_lex_state = 47}, - [1842] = {.lex_state = 1, .external_lex_state = 48}, - [1843] = {.lex_state = 1, .external_lex_state = 48}, - [1844] = {.lex_state = 1, .external_lex_state = 104}, - [1845] = {.lex_state = 1, .external_lex_state = 106}, - [1846] = {.lex_state = 1, .external_lex_state = 49}, - [1847] = {.lex_state = 1, .external_lex_state = 48}, - [1848] = {.lex_state = 1, .external_lex_state = 48}, - [1849] = {.lex_state = 1, .external_lex_state = 48}, - [1850] = {.lex_state = 1, .external_lex_state = 47}, - [1851] = {.lex_state = 1, .external_lex_state = 48}, - [1852] = {.lex_state = 1, .external_lex_state = 48}, - [1853] = {.lex_state = 1, .external_lex_state = 49}, - [1854] = {.lex_state = 1, .external_lex_state = 48}, - [1855] = {.lex_state = 1, .external_lex_state = 49}, - [1856] = {.lex_state = 2, .external_lex_state = 82}, - [1857] = {.lex_state = 1, .external_lex_state = 48}, - [1858] = {.lex_state = 1, .external_lex_state = 48}, - [1859] = {.lex_state = 1, .external_lex_state = 52}, - [1860] = {.lex_state = 1, .external_lex_state = 110}, - [1861] = {.lex_state = 1, .external_lex_state = 103}, - [1862] = {.lex_state = 1, .external_lex_state = 111}, - [1863] = {.lex_state = 1, .external_lex_state = 48}, - [1864] = {.lex_state = 1, .external_lex_state = 48}, - [1865] = {.lex_state = 1, .external_lex_state = 48}, - [1866] = {.lex_state = 1, .external_lex_state = 103}, - [1867] = {.lex_state = 1, .external_lex_state = 48}, - [1868] = {.lex_state = 1, .external_lex_state = 101}, - [1869] = {.lex_state = 1, .external_lex_state = 50}, - [1870] = {.lex_state = 1, .external_lex_state = 101}, - [1871] = {.lex_state = 2, .external_lex_state = 82}, - [1872] = {.lex_state = 1, .external_lex_state = 50}, - [1873] = {.lex_state = 1, .external_lex_state = 98}, - [1874] = {.lex_state = 1, .external_lex_state = 85}, - [1875] = {.lex_state = 1, .external_lex_state = 106}, - [1876] = {.lex_state = 1, .external_lex_state = 49}, - [1877] = {.lex_state = 1, .external_lex_state = 48}, - [1878] = {.lex_state = 1, .external_lex_state = 52}, - [1879] = {.lex_state = 1, .external_lex_state = 48}, - [1880] = {.lex_state = 1, .external_lex_state = 49}, - [1881] = {.lex_state = 1, .external_lex_state = 47}, - [1882] = {.lex_state = 1, .external_lex_state = 54}, - [1883] = {.lex_state = 1, .external_lex_state = 103}, - [1884] = {.lex_state = 1, .external_lex_state = 47}, - [1885] = {.lex_state = 1, .external_lex_state = 47}, - [1886] = {.lex_state = 1, .external_lex_state = 105}, - [1887] = {.lex_state = 1, .external_lex_state = 100}, - [1888] = {.lex_state = 1, .external_lex_state = 47}, - [1889] = {.lex_state = 1, .external_lex_state = 103}, - [1890] = {.lex_state = 2, .external_lex_state = 84}, - [1891] = {.lex_state = 1, .external_lex_state = 52}, - [1892] = {.lex_state = 1, .external_lex_state = 47}, - [1893] = {.lex_state = 1, .external_lex_state = 47}, - [1894] = {.lex_state = 1, .external_lex_state = 52}, - [1895] = {.lex_state = 1, .external_lex_state = 47}, - [1896] = {.lex_state = 1, .external_lex_state = 60}, - [1897] = {.lex_state = 1, .external_lex_state = 52}, - [1898] = {.lex_state = 1, .external_lex_state = 49}, + [1826] = {.lex_state = 1, .external_lex_state = 50}, + [1827] = {.lex_state = 1, .external_lex_state = 105}, + [1828] = {.lex_state = 1, .external_lex_state = 51}, + [1829] = {.lex_state = 1, .external_lex_state = 51}, + [1830] = {.lex_state = 1, .external_lex_state = 51}, + [1831] = {.lex_state = 1, .external_lex_state = 50}, + [1832] = {.lex_state = 1, .external_lex_state = 50}, + [1833] = {.lex_state = 1, .external_lex_state = 50}, + [1834] = {.lex_state = 1, .external_lex_state = 52}, + [1835] = {.lex_state = 2, .external_lex_state = 83}, + [1836] = {.lex_state = 1, .external_lex_state = 46}, + [1837] = {.lex_state = 1, .external_lex_state = 103}, + [1838] = {.lex_state = 1, .external_lex_state = 51}, + [1839] = {.lex_state = 1, .external_lex_state = 50}, + [1840] = {.lex_state = 1, .external_lex_state = 55}, + [1841] = {.lex_state = 2, .external_lex_state = 82}, + [1842] = {.lex_state = 1, .external_lex_state = 46}, + [1843] = {.lex_state = 1, .external_lex_state = 109}, + [1844] = {.lex_state = 2, .external_lex_state = 82}, + [1845] = {.lex_state = 1, .external_lex_state = 48}, + [1846] = {.lex_state = 1, .external_lex_state = 110}, + [1847] = {.lex_state = 1, .external_lex_state = 46}, + [1848] = {.lex_state = 1, .external_lex_state = 51}, + [1849] = {.lex_state = 1, .external_lex_state = 102}, + [1850] = {.lex_state = 1, .external_lex_state = 50}, + [1851] = {.lex_state = 1, .external_lex_state = 46}, + [1852] = {.lex_state = 1, .external_lex_state = 46}, + [1853] = {.lex_state = 1, .external_lex_state = 46}, + [1854] = {.lex_state = 1, .external_lex_state = 46}, + [1855] = {.lex_state = 1, .external_lex_state = 46}, + [1856] = {.lex_state = 1, .external_lex_state = 46}, + [1857] = {.lex_state = 1, .external_lex_state = 46}, + [1858] = {.lex_state = 1, .external_lex_state = 46}, + [1859] = {.lex_state = 1, .external_lex_state = 46}, + [1860] = {.lex_state = 1, .external_lex_state = 102}, + [1861] = {.lex_state = 1, .external_lex_state = 46}, + [1862] = {.lex_state = 1, .external_lex_state = 46}, + [1863] = {.lex_state = 1, .external_lex_state = 102}, + [1864] = {.lex_state = 1, .external_lex_state = 46}, + [1865] = {.lex_state = 1, .external_lex_state = 46}, + [1866] = {.lex_state = 1, .external_lex_state = 46}, + [1867] = {.lex_state = 1, .external_lex_state = 46}, + [1868] = {.lex_state = 1, .external_lex_state = 102}, + [1869] = {.lex_state = 1, .external_lex_state = 102}, + [1870] = {.lex_state = 1, .external_lex_state = 48}, + [1871] = {.lex_state = 1, .external_lex_state = 46}, + [1872] = {.lex_state = 1, .external_lex_state = 48}, + [1873] = {.lex_state = 1, .external_lex_state = 46}, + [1874] = {.lex_state = 1, .external_lex_state = 81}, + [1875] = {.lex_state = 1, .external_lex_state = 48}, + [1876] = {.lex_state = 2, .external_lex_state = 83}, + [1877] = {.lex_state = 1, .external_lex_state = 46}, + [1878] = {.lex_state = 1, .external_lex_state = 46}, + [1879] = {.lex_state = 1, .external_lex_state = 81}, + [1880] = {.lex_state = 1, .external_lex_state = 81}, + [1881] = {.lex_state = 1, .external_lex_state = 48}, + [1882] = {.lex_state = 1, .external_lex_state = 48}, + [1883] = {.lex_state = 1, .external_lex_state = 48}, + [1884] = {.lex_state = 1, .external_lex_state = 48}, + [1885] = {.lex_state = 1, .external_lex_state = 48}, + [1886] = {.lex_state = 1, .external_lex_state = 81}, + [1887] = {.lex_state = 1, .external_lex_state = 81}, + [1888] = {.lex_state = 1, .external_lex_state = 111}, + [1889] = {.lex_state = 1, .external_lex_state = 105}, + [1890] = {.lex_state = 1, .external_lex_state = 105}, + [1891] = {.lex_state = 1, .external_lex_state = 105}, + [1892] = {.lex_state = 1, .external_lex_state = 81}, + [1893] = {.lex_state = 2, .external_lex_state = 82}, + [1894] = {.lex_state = 1, .external_lex_state = 48}, + [1895] = {.lex_state = 1, .external_lex_state = 98}, + [1896] = {.lex_state = 1, .external_lex_state = 48}, + [1897] = {.lex_state = 1, .external_lex_state = 48}, + [1898] = {.lex_state = 1, .external_lex_state = 48}, [1899] = {.lex_state = 1, .external_lex_state = 48}, - [1900] = {.lex_state = 1, .external_lex_state = 47}, - [1901] = {.lex_state = 1, .external_lex_state = 101}, - [1902] = {.lex_state = 1, .external_lex_state = 48}, - [1903] = {.lex_state = 1, .external_lex_state = 48}, - [1904] = {.lex_state = 1, .external_lex_state = 52}, - [1905] = {.lex_state = 1, .external_lex_state = 50}, - [1906] = {.lex_state = 1, .external_lex_state = 50}, - [1907] = {.lex_state = 1, .external_lex_state = 49}, - [1908] = {.lex_state = 1, .external_lex_state = 50}, - [1909] = {.lex_state = 1, .external_lex_state = 50}, - [1910] = {.lex_state = 1, .external_lex_state = 60}, - [1911] = {.lex_state = 1, .external_lex_state = 50}, - [1912] = {.lex_state = 1, .external_lex_state = 47}, - [1913] = {.lex_state = 1, .external_lex_state = 54}, - [1914] = {.lex_state = 2, .external_lex_state = 13}, - [1915] = {.lex_state = 2, .external_lex_state = 2}, - [1916] = {.lex_state = 1, .external_lex_state = 112}, - [1917] = {.lex_state = 2, .external_lex_state = 2}, + [1900] = {.lex_state = 1, .external_lex_state = 48}, + [1901] = {.lex_state = 1, .external_lex_state = 48}, + [1902] = {.lex_state = 2, .external_lex_state = 83}, + [1903] = {.lex_state = 1, .external_lex_state = 81}, + [1904] = {.lex_state = 1, .external_lex_state = 48}, + [1905] = {.lex_state = 1, .external_lex_state = 81}, + [1906] = {.lex_state = 1, .external_lex_state = 81}, + [1907] = {.lex_state = 1, .external_lex_state = 46}, + [1908] = {.lex_state = 1, .external_lex_state = 60}, + [1909] = {.lex_state = 1, .external_lex_state = 66}, + [1910] = {.lex_state = 1, .external_lex_state = 105}, + [1911] = {.lex_state = 1, .external_lex_state = 98}, + [1912] = {.lex_state = 1, .external_lex_state = 46}, + [1913] = {.lex_state = 1, .external_lex_state = 57}, + [1914] = {.lex_state = 1, .external_lex_state = 112}, + [1915] = {.lex_state = 1, .external_lex_state = 73}, + [1916] = {.lex_state = 2, .external_lex_state = 2}, + [1917] = {.lex_state = 1, .external_lex_state = 113}, [1918] = {.lex_state = 2, .external_lex_state = 2}, [1919] = {.lex_state = 2, .external_lex_state = 2}, [1920] = {.lex_state = 2, .external_lex_state = 2}, @@ -15108,849 +15108,849 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1924] = {.lex_state = 2, .external_lex_state = 2}, [1925] = {.lex_state = 2, .external_lex_state = 2}, [1926] = {.lex_state = 2, .external_lex_state = 2}, - [1927] = {.lex_state = 1, .external_lex_state = 110}, - [1928] = {.lex_state = 2, .external_lex_state = 2}, - [1929] = {.lex_state = 2, .external_lex_state = 2}, - [1930] = {.lex_state = 1, .external_lex_state = 110}, - [1931] = {.lex_state = 1, .external_lex_state = 113}, - [1932] = {.lex_state = 2, .external_lex_state = 2}, - [1933] = {.lex_state = 1, .external_lex_state = 113}, - [1934] = {.lex_state = 1, .external_lex_state = 113}, - [1935] = {.lex_state = 1, .external_lex_state = 113}, - [1936] = {.lex_state = 1, .external_lex_state = 113}, - [1937] = {.lex_state = 1, .external_lex_state = 113}, - [1938] = {.lex_state = 1, .external_lex_state = 113}, - [1939] = {.lex_state = 1, .external_lex_state = 113}, - [1940] = {.lex_state = 1, .external_lex_state = 113}, - [1941] = {.lex_state = 1, .external_lex_state = 72}, - [1942] = {.lex_state = 2, .external_lex_state = 2}, - [1943] = {.lex_state = 1, .external_lex_state = 65}, - [1944] = {.lex_state = 1, .external_lex_state = 65}, - [1945] = {.lex_state = 1, .external_lex_state = 54}, - [1946] = {.lex_state = 1, .external_lex_state = 65}, - [1947] = {.lex_state = 1, .external_lex_state = 65}, - [1948] = {.lex_state = 1, .external_lex_state = 65}, - [1949] = {.lex_state = 1, .external_lex_state = 65}, - [1950] = {.lex_state = 1, .external_lex_state = 65}, - [1951] = {.lex_state = 1, .external_lex_state = 114}, - [1952] = {.lex_state = 2, .external_lex_state = 2}, - [1953] = {.lex_state = 2, .external_lex_state = 2}, - [1954] = {.lex_state = 1, .external_lex_state = 65}, - [1955] = {.lex_state = 1, .external_lex_state = 65}, - [1956] = {.lex_state = 1, .external_lex_state = 65}, - [1957] = {.lex_state = 2, .external_lex_state = 2}, - [1958] = {.lex_state = 1, .external_lex_state = 65}, - [1959] = {.lex_state = 2, .external_lex_state = 2}, - [1960] = {.lex_state = 2, .external_lex_state = 2}, - [1961] = {.lex_state = 2, .external_lex_state = 2}, - [1962] = {.lex_state = 2, .external_lex_state = 2}, - [1963] = {.lex_state = 1, .external_lex_state = 112}, - [1964] = {.lex_state = 1, .external_lex_state = 65}, - [1965] = {.lex_state = 2, .external_lex_state = 2}, - [1966] = {.lex_state = 2, .external_lex_state = 2}, - [1967] = {.lex_state = 2, .external_lex_state = 2}, + [1927] = {.lex_state = 2, .external_lex_state = 2}, + [1928] = {.lex_state = 1, .external_lex_state = 60}, + [1929] = {.lex_state = 1, .external_lex_state = 60}, + [1930] = {.lex_state = 1, .external_lex_state = 60}, + [1931] = {.lex_state = 1, .external_lex_state = 60}, + [1932] = {.lex_state = 1, .external_lex_state = 114}, + [1933] = {.lex_state = 1, .external_lex_state = 55}, + [1934] = {.lex_state = 1, .external_lex_state = 60}, + [1935] = {.lex_state = 1, .external_lex_state = 111}, + [1936] = {.lex_state = 1, .external_lex_state = 60}, + [1937] = {.lex_state = 1, .external_lex_state = 60}, + [1938] = {.lex_state = 1, .external_lex_state = 59}, + [1939] = {.lex_state = 1, .external_lex_state = 60}, + [1940] = {.lex_state = 1, .external_lex_state = 60}, + [1941] = {.lex_state = 1, .external_lex_state = 60}, + [1942] = {.lex_state = 1, .external_lex_state = 59}, + [1943] = {.lex_state = 1, .external_lex_state = 59}, + [1944] = {.lex_state = 1, .external_lex_state = 60}, + [1945] = {.lex_state = 1, .external_lex_state = 59}, + [1946] = {.lex_state = 1, .external_lex_state = 56}, + [1947] = {.lex_state = 1, .external_lex_state = 59}, + [1948] = {.lex_state = 1, .external_lex_state = 56}, + [1949] = {.lex_state = 1, .external_lex_state = 60}, + [1950] = {.lex_state = 1, .external_lex_state = 60}, + [1951] = {.lex_state = 1, .external_lex_state = 60}, + [1952] = {.lex_state = 1, .external_lex_state = 60}, + [1953] = {.lex_state = 1, .external_lex_state = 70}, + [1954] = {.lex_state = 1, .external_lex_state = 60}, + [1955] = {.lex_state = 1, .external_lex_state = 60}, + [1956] = {.lex_state = 1, .external_lex_state = 60}, + [1957] = {.lex_state = 1, .external_lex_state = 60}, + [1958] = {.lex_state = 1, .external_lex_state = 59}, + [1959] = {.lex_state = 1, .external_lex_state = 59}, + [1960] = {.lex_state = 1, .external_lex_state = 59}, + [1961] = {.lex_state = 1, .external_lex_state = 56}, + [1962] = {.lex_state = 1, .external_lex_state = 60}, + [1963] = {.lex_state = 1, .external_lex_state = 115}, + [1964] = {.lex_state = 1, .external_lex_state = 74}, + [1965] = {.lex_state = 1, .external_lex_state = 60}, + [1966] = {.lex_state = 1, .external_lex_state = 60}, + [1967] = {.lex_state = 1, .external_lex_state = 60}, [1968] = {.lex_state = 2, .external_lex_state = 2}, [1969] = {.lex_state = 2, .external_lex_state = 2}, - [1970] = {.lex_state = 2, .external_lex_state = 2}, - [1971] = {.lex_state = 2, .external_lex_state = 2}, + [1970] = {.lex_state = 1, .external_lex_state = 60}, + [1971] = {.lex_state = 1, .external_lex_state = 60}, [1972] = {.lex_state = 2, .external_lex_state = 2}, - [1973] = {.lex_state = 1, .external_lex_state = 72}, - [1974] = {.lex_state = 2, .external_lex_state = 2}, - [1975] = {.lex_state = 1, .external_lex_state = 60}, - [1976] = {.lex_state = 1, .external_lex_state = 60}, - [1977] = {.lex_state = 2, .external_lex_state = 2}, - [1978] = {.lex_state = 1, .external_lex_state = 115}, - [1979] = {.lex_state = 2, .external_lex_state = 2}, - [1980] = {.lex_state = 1, .external_lex_state = 60}, - [1981] = {.lex_state = 1, .external_lex_state = 60}, - [1982] = {.lex_state = 2, .external_lex_state = 2}, + [1973] = {.lex_state = 1, .external_lex_state = 116}, + [1974] = {.lex_state = 1, .external_lex_state = 59}, + [1975] = {.lex_state = 2, .external_lex_state = 13}, + [1976] = {.lex_state = 2, .external_lex_state = 2}, + [1977] = {.lex_state = 1, .external_lex_state = 60}, + [1978] = {.lex_state = 1, .external_lex_state = 55}, + [1979] = {.lex_state = 1, .external_lex_state = 60}, + [1980] = {.lex_state = 2, .external_lex_state = 2}, + [1981] = {.lex_state = 2, .external_lex_state = 2}, + [1982] = {.lex_state = 1, .external_lex_state = 55}, [1983] = {.lex_state = 2, .external_lex_state = 2}, - [1984] = {.lex_state = 2, .external_lex_state = 2}, + [1984] = {.lex_state = 1, .external_lex_state = 66}, [1985] = {.lex_state = 2, .external_lex_state = 2}, - [1986] = {.lex_state = 1, .external_lex_state = 60}, - [1987] = {.lex_state = 1, .external_lex_state = 60}, - [1988] = {.lex_state = 1, .external_lex_state = 60}, - [1989] = {.lex_state = 1, .external_lex_state = 73}, - [1990] = {.lex_state = 1, .external_lex_state = 60}, - [1991] = {.lex_state = 1, .external_lex_state = 60}, - [1992] = {.lex_state = 1, .external_lex_state = 60}, - [1993] = {.lex_state = 1, .external_lex_state = 60}, - [1994] = {.lex_state = 1, .external_lex_state = 60}, - [1995] = {.lex_state = 1, .external_lex_state = 65}, - [1996] = {.lex_state = 1, .external_lex_state = 60}, - [1997] = {.lex_state = 1, .external_lex_state = 60}, - [1998] = {.lex_state = 1, .external_lex_state = 60}, - [1999] = {.lex_state = 1, .external_lex_state = 60}, - [2000] = {.lex_state = 1, .external_lex_state = 60}, - [2001] = {.lex_state = 1, .external_lex_state = 60}, - [2002] = {.lex_state = 1, .external_lex_state = 60}, - [2003] = {.lex_state = 1, .external_lex_state = 60}, - [2004] = {.lex_state = 1, .external_lex_state = 60}, - [2005] = {.lex_state = 1, .external_lex_state = 60}, - [2006] = {.lex_state = 1, .external_lex_state = 60}, - [2007] = {.lex_state = 1, .external_lex_state = 58}, - [2008] = {.lex_state = 1, .external_lex_state = 116}, - [2009] = {.lex_state = 1, .external_lex_state = 60}, - [2010] = {.lex_state = 2, .external_lex_state = 2}, - [2011] = {.lex_state = 2, .external_lex_state = 2}, - [2012] = {.lex_state = 2, .external_lex_state = 2}, - [2013] = {.lex_state = 1, .external_lex_state = 57}, - [2014] = {.lex_state = 1, .external_lex_state = 117}, - [2015] = {.lex_state = 1, .external_lex_state = 74}, - [2016] = {.lex_state = 1, .external_lex_state = 60}, - [2017] = {.lex_state = 1, .external_lex_state = 60}, - [2018] = {.lex_state = 1, .external_lex_state = 60}, - [2019] = {.lex_state = 1, .external_lex_state = 102}, - [2020] = {.lex_state = 1, .external_lex_state = 118}, - [2021] = {.lex_state = 1, .external_lex_state = 61}, - [2022] = {.lex_state = 1, .external_lex_state = 112}, - [2023] = {.lex_state = 1, .external_lex_state = 102}, - [2024] = {.lex_state = 1, .external_lex_state = 114}, - [2025] = {.lex_state = 2, .external_lex_state = 2}, - [2026] = {.lex_state = 2, .external_lex_state = 2}, - [2027] = {.lex_state = 1, .external_lex_state = 114}, - [2028] = {.lex_state = 1, .external_lex_state = 114}, - [2029] = {.lex_state = 2, .external_lex_state = 2}, - [2030] = {.lex_state = 2, .external_lex_state = 2}, - [2031] = {.lex_state = 2, .external_lex_state = 2}, - [2032] = {.lex_state = 1, .external_lex_state = 55}, - [2033] = {.lex_state = 2, .external_lex_state = 2}, - [2034] = {.lex_state = 1, .external_lex_state = 114}, - [2035] = {.lex_state = 1, .external_lex_state = 114}, - [2036] = {.lex_state = 1, .external_lex_state = 114}, - [2037] = {.lex_state = 1, .external_lex_state = 114}, - [2038] = {.lex_state = 1, .external_lex_state = 114}, - [2039] = {.lex_state = 1, .external_lex_state = 114}, - [2040] = {.lex_state = 2, .external_lex_state = 2}, - [2041] = {.lex_state = 2, .external_lex_state = 2}, - [2042] = {.lex_state = 1, .external_lex_state = 53}, - [2043] = {.lex_state = 2, .external_lex_state = 2}, - [2044] = {.lex_state = 2, .external_lex_state = 2}, - [2045] = {.lex_state = 2, .external_lex_state = 2}, - [2046] = {.lex_state = 2, .external_lex_state = 2}, - [2047] = {.lex_state = 2, .external_lex_state = 2}, - [2048] = {.lex_state = 1, .external_lex_state = 119}, - [2049] = {.lex_state = 2, .external_lex_state = 2}, - [2050] = {.lex_state = 1, .external_lex_state = 112}, - [2051] = {.lex_state = 2, .external_lex_state = 2}, - [2052] = {.lex_state = 2, .external_lex_state = 2}, - [2053] = {.lex_state = 2, .external_lex_state = 2}, - [2054] = {.lex_state = 1, .external_lex_state = 120}, - [2055] = {.lex_state = 1, .external_lex_state = 121}, - [2056] = {.lex_state = 1, .external_lex_state = 58}, - [2057] = {.lex_state = 1, .external_lex_state = 121}, - [2058] = {.lex_state = 1, .external_lex_state = 121}, - [2059] = {.lex_state = 1, .external_lex_state = 121}, - [2060] = {.lex_state = 2, .external_lex_state = 2}, - [2061] = {.lex_state = 1, .external_lex_state = 107}, - [2062] = {.lex_state = 1, .external_lex_state = 107}, + [1986] = {.lex_state = 1, .external_lex_state = 70}, + [1987] = {.lex_state = 2, .external_lex_state = 2}, + [1988] = {.lex_state = 2, .external_lex_state = 2}, + [1989] = {.lex_state = 1, .external_lex_state = 70}, + [1990] = {.lex_state = 1, .external_lex_state = 66}, + [1991] = {.lex_state = 1, .external_lex_state = 66}, + [1992] = {.lex_state = 1, .external_lex_state = 66}, + [1993] = {.lex_state = 1, .external_lex_state = 70}, + [1994] = {.lex_state = 1, .external_lex_state = 110}, + [1995] = {.lex_state = 1, .external_lex_state = 70}, + [1996] = {.lex_state = 1, .external_lex_state = 112}, + [1997] = {.lex_state = 2, .external_lex_state = 2}, + [1998] = {.lex_state = 1, .external_lex_state = 70}, + [1999] = {.lex_state = 1, .external_lex_state = 55}, + [2000] = {.lex_state = 1, .external_lex_state = 55}, + [2001] = {.lex_state = 1, .external_lex_state = 70}, + [2002] = {.lex_state = 1, .external_lex_state = 117}, + [2003] = {.lex_state = 2, .external_lex_state = 2}, + [2004] = {.lex_state = 1, .external_lex_state = 110}, + [2005] = {.lex_state = 2, .external_lex_state = 12}, + [2006] = {.lex_state = 1, .external_lex_state = 70}, + [2007] = {.lex_state = 1, .external_lex_state = 66}, + [2008] = {.lex_state = 1, .external_lex_state = 115}, + [2009] = {.lex_state = 1, .external_lex_state = 66}, + [2010] = {.lex_state = 1, .external_lex_state = 115}, + [2011] = {.lex_state = 1, .external_lex_state = 70}, + [2012] = {.lex_state = 1, .external_lex_state = 70}, + [2013] = {.lex_state = 1, .external_lex_state = 70}, + [2014] = {.lex_state = 1, .external_lex_state = 70}, + [2015] = {.lex_state = 1, .external_lex_state = 115}, + [2016] = {.lex_state = 1, .external_lex_state = 111}, + [2017] = {.lex_state = 1, .external_lex_state = 118}, + [2018] = {.lex_state = 1, .external_lex_state = 68}, + [2019] = {.lex_state = 1, .external_lex_state = 66}, + [2020] = {.lex_state = 1, .external_lex_state = 66}, + [2021] = {.lex_state = 1, .external_lex_state = 66}, + [2022] = {.lex_state = 1, .external_lex_state = 118}, + [2023] = {.lex_state = 1, .external_lex_state = 118}, + [2024] = {.lex_state = 2, .external_lex_state = 2}, + [2025] = {.lex_state = 1, .external_lex_state = 118}, + [2026] = {.lex_state = 1, .external_lex_state = 59}, + [2027] = {.lex_state = 1, .external_lex_state = 118}, + [2028] = {.lex_state = 1, .external_lex_state = 118}, + [2029] = {.lex_state = 1, .external_lex_state = 55}, + [2030] = {.lex_state = 1, .external_lex_state = 55}, + [2031] = {.lex_state = 1, .external_lex_state = 55}, + [2032] = {.lex_state = 1, .external_lex_state = 118}, + [2033] = {.lex_state = 1, .external_lex_state = 55}, + [2034] = {.lex_state = 1, .external_lex_state = 55}, + [2035] = {.lex_state = 1, .external_lex_state = 55}, + [2036] = {.lex_state = 1, .external_lex_state = 55}, + [2037] = {.lex_state = 1, .external_lex_state = 55}, + [2038] = {.lex_state = 1, .external_lex_state = 118}, + [2039] = {.lex_state = 1, .external_lex_state = 117}, + [2040] = {.lex_state = 1, .external_lex_state = 117}, + [2041] = {.lex_state = 1, .external_lex_state = 66}, + [2042] = {.lex_state = 1, .external_lex_state = 66}, + [2043] = {.lex_state = 1, .external_lex_state = 117}, + [2044] = {.lex_state = 1, .external_lex_state = 117}, + [2045] = {.lex_state = 1, .external_lex_state = 117}, + [2046] = {.lex_state = 1, .external_lex_state = 115}, + [2047] = {.lex_state = 1, .external_lex_state = 117}, + [2048] = {.lex_state = 1, .external_lex_state = 54}, + [2049] = {.lex_state = 1, .external_lex_state = 54}, + [2050] = {.lex_state = 1, .external_lex_state = 118}, + [2051] = {.lex_state = 1, .external_lex_state = 118}, + [2052] = {.lex_state = 1, .external_lex_state = 108}, + [2053] = {.lex_state = 1, .external_lex_state = 70}, + [2054] = {.lex_state = 1, .external_lex_state = 117}, + [2055] = {.lex_state = 1, .external_lex_state = 56}, + [2056] = {.lex_state = 1, .external_lex_state = 57}, + [2057] = {.lex_state = 1, .external_lex_state = 56}, + [2058] = {.lex_state = 1, .external_lex_state = 57}, + [2059] = {.lex_state = 1, .external_lex_state = 59}, + [2060] = {.lex_state = 1, .external_lex_state = 117}, + [2061] = {.lex_state = 1, .external_lex_state = 59}, + [2062] = {.lex_state = 1, .external_lex_state = 117}, [2063] = {.lex_state = 1, .external_lex_state = 119}, - [2064] = {.lex_state = 1, .external_lex_state = 121}, - [2065] = {.lex_state = 1, .external_lex_state = 121}, - [2066] = {.lex_state = 1, .external_lex_state = 121}, - [2067] = {.lex_state = 1, .external_lex_state = 119}, - [2068] = {.lex_state = 1, .external_lex_state = 119}, - [2069] = {.lex_state = 1, .external_lex_state = 119}, - [2070] = {.lex_state = 1, .external_lex_state = 121}, - [2071] = {.lex_state = 1, .external_lex_state = 121}, - [2072] = {.lex_state = 1, .external_lex_state = 60}, - [2073] = {.lex_state = 2, .external_lex_state = 2}, - [2074] = {.lex_state = 2, .external_lex_state = 2}, - [2075] = {.lex_state = 2, .external_lex_state = 2}, - [2076] = {.lex_state = 1, .external_lex_state = 122}, - [2077] = {.lex_state = 1, .external_lex_state = 122}, - [2078] = {.lex_state = 1, .external_lex_state = 122}, - [2079] = {.lex_state = 1, .external_lex_state = 122}, - [2080] = {.lex_state = 1, .external_lex_state = 54}, - [2081] = {.lex_state = 2, .external_lex_state = 2}, - [2082] = {.lex_state = 1, .external_lex_state = 57}, - [2083] = {.lex_state = 1, .external_lex_state = 57}, - [2084] = {.lex_state = 1, .external_lex_state = 57}, - [2085] = {.lex_state = 1, .external_lex_state = 57}, - [2086] = {.lex_state = 2, .external_lex_state = 2}, - [2087] = {.lex_state = 1, .external_lex_state = 58}, - [2088] = {.lex_state = 1, .external_lex_state = 58}, - [2089] = {.lex_state = 1, .external_lex_state = 68}, - [2090] = {.lex_state = 1, .external_lex_state = 57}, - [2091] = {.lex_state = 1, .external_lex_state = 57}, - [2092] = {.lex_state = 1, .external_lex_state = 57}, - [2093] = {.lex_state = 1, .external_lex_state = 57}, - [2094] = {.lex_state = 1, .external_lex_state = 57}, - [2095] = {.lex_state = 1, .external_lex_state = 57}, - [2096] = {.lex_state = 1, .external_lex_state = 57}, - [2097] = {.lex_state = 1, .external_lex_state = 68}, - [2098] = {.lex_state = 1, .external_lex_state = 68}, - [2099] = {.lex_state = 1, .external_lex_state = 68}, - [2100] = {.lex_state = 1, .external_lex_state = 57}, - [2101] = {.lex_state = 1, .external_lex_state = 57}, - [2102] = {.lex_state = 1, .external_lex_state = 57}, - [2103] = {.lex_state = 1, .external_lex_state = 57}, - [2104] = {.lex_state = 1, .external_lex_state = 57}, - [2105] = {.lex_state = 1, .external_lex_state = 57}, - [2106] = {.lex_state = 1, .external_lex_state = 55}, + [2064] = {.lex_state = 1, .external_lex_state = 59}, + [2065] = {.lex_state = 1, .external_lex_state = 55}, + [2066] = {.lex_state = 1, .external_lex_state = 55}, + [2067] = {.lex_state = 1, .external_lex_state = 55}, + [2068] = {.lex_state = 1, .external_lex_state = 59}, + [2069] = {.lex_state = 1, .external_lex_state = 56}, + [2070] = {.lex_state = 1, .external_lex_state = 56}, + [2071] = {.lex_state = 1, .external_lex_state = 56}, + [2072] = {.lex_state = 1, .external_lex_state = 59}, + [2073] = {.lex_state = 1, .external_lex_state = 59}, + [2074] = {.lex_state = 1, .external_lex_state = 57}, + [2075] = {.lex_state = 1, .external_lex_state = 109}, + [2076] = {.lex_state = 2, .external_lex_state = 2}, + [2077] = {.lex_state = 1, .external_lex_state = 54}, + [2078] = {.lex_state = 1, .external_lex_state = 54}, + [2079] = {.lex_state = 2, .external_lex_state = 2}, + [2080] = {.lex_state = 1, .external_lex_state = 108}, + [2081] = {.lex_state = 1, .external_lex_state = 112}, + [2082] = {.lex_state = 2, .external_lex_state = 2}, + [2083] = {.lex_state = 1, .external_lex_state = 109}, + [2084] = {.lex_state = 1, .external_lex_state = 115}, + [2085] = {.lex_state = 1, .external_lex_state = 59}, + [2086] = {.lex_state = 1, .external_lex_state = 56}, + [2087] = {.lex_state = 1, .external_lex_state = 59}, + [2088] = {.lex_state = 1, .external_lex_state = 59}, + [2089] = {.lex_state = 1, .external_lex_state = 59}, + [2090] = {.lex_state = 1, .external_lex_state = 59}, + [2091] = {.lex_state = 1, .external_lex_state = 59}, + [2092] = {.lex_state = 2, .external_lex_state = 2}, + [2093] = {.lex_state = 1, .external_lex_state = 59}, + [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 = 2, .external_lex_state = 2}, + [2101] = {.lex_state = 2, .external_lex_state = 2}, + [2102] = {.lex_state = 2, .external_lex_state = 2}, + [2103] = {.lex_state = 2, .external_lex_state = 2}, + [2104] = {.lex_state = 2, .external_lex_state = 2}, + [2105] = {.lex_state = 2, .external_lex_state = 2}, + [2106] = {.lex_state = 1, .external_lex_state = 54}, [2107] = {.lex_state = 1, .external_lex_state = 55}, - [2108] = {.lex_state = 1, .external_lex_state = 58}, - [2109] = {.lex_state = 1, .external_lex_state = 58}, - [2110] = {.lex_state = 1, .external_lex_state = 121}, - [2111] = {.lex_state = 1, .external_lex_state = 57}, - [2112] = {.lex_state = 1, .external_lex_state = 55}, - [2113] = {.lex_state = 1, .external_lex_state = 55}, - [2114] = {.lex_state = 2, .external_lex_state = 11}, - [2115] = {.lex_state = 1, .external_lex_state = 68}, - [2116] = {.lex_state = 1, .external_lex_state = 113}, - [2117] = {.lex_state = 0, .external_lex_state = 123}, - [2118] = {.lex_state = 1, .external_lex_state = 55}, - [2119] = {.lex_state = 1, .external_lex_state = 55}, - [2120] = {.lex_state = 1, .external_lex_state = 55}, - [2121] = {.lex_state = 1, .external_lex_state = 55}, - [2122] = {.lex_state = 1, .external_lex_state = 55}, - [2123] = {.lex_state = 1, .external_lex_state = 55}, - [2124] = {.lex_state = 1, .external_lex_state = 57}, - [2125] = {.lex_state = 1, .external_lex_state = 55}, - [2126] = {.lex_state = 1, .external_lex_state = 55}, - [2127] = {.lex_state = 1, .external_lex_state = 55}, + [2108] = {.lex_state = 1, .external_lex_state = 55}, + [2109] = {.lex_state = 1, .external_lex_state = 55}, + [2110] = {.lex_state = 2, .external_lex_state = 2}, + [2111] = {.lex_state = 1, .external_lex_state = 59}, + [2112] = {.lex_state = 1, .external_lex_state = 59}, + [2113] = {.lex_state = 1, .external_lex_state = 56}, + [2114] = {.lex_state = 2, .external_lex_state = 2}, + [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 = 1, .external_lex_state = 120}, + [2119] = {.lex_state = 2, .external_lex_state = 2}, + [2120] = {.lex_state = 2, .external_lex_state = 2}, + [2121] = {.lex_state = 2, .external_lex_state = 2}, + [2122] = {.lex_state = 0, .external_lex_state = 121}, + [2123] = {.lex_state = 2, .external_lex_state = 2}, + [2124] = {.lex_state = 1, .external_lex_state = 59}, + [2125] = {.lex_state = 1, .external_lex_state = 54}, + [2126] = {.lex_state = 1, .external_lex_state = 59}, + [2127] = {.lex_state = 1, .external_lex_state = 57}, [2128] = {.lex_state = 1, .external_lex_state = 57}, - [2129] = {.lex_state = 1, .external_lex_state = 57}, - [2130] = {.lex_state = 1, .external_lex_state = 57}, - [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 = 55}, + [2129] = {.lex_state = 1, .external_lex_state = 56}, + [2130] = {.lex_state = 1, .external_lex_state = 56}, + [2131] = {.lex_state = 1, .external_lex_state = 56}, + [2132] = {.lex_state = 1, .external_lex_state = 56}, + [2133] = {.lex_state = 1, .external_lex_state = 57}, + [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 = 53}, - [2138] = {.lex_state = 1, .external_lex_state = 68}, - [2139] = {.lex_state = 1, .external_lex_state = 53}, - [2140] = {.lex_state = 1, .external_lex_state = 68}, - [2141] = {.lex_state = 1, .external_lex_state = 68}, - [2142] = {.lex_state = 1, .external_lex_state = 58}, - [2143] = {.lex_state = 1, .external_lex_state = 55}, - [2144] = {.lex_state = 1, .external_lex_state = 53}, - [2145] = {.lex_state = 1, .external_lex_state = 53}, - [2146] = {.lex_state = 1, .external_lex_state = 58}, - [2147] = {.lex_state = 1, .external_lex_state = 58}, - [2148] = {.lex_state = 1, .external_lex_state = 58}, - [2149] = {.lex_state = 1, .external_lex_state = 58}, - [2150] = {.lex_state = 1, .external_lex_state = 58}, - [2151] = {.lex_state = 1, .external_lex_state = 58}, - [2152] = {.lex_state = 1, .external_lex_state = 58}, - [2153] = {.lex_state = 1, .external_lex_state = 53}, - [2154] = {.lex_state = 1, .external_lex_state = 53}, - [2155] = {.lex_state = 1, .external_lex_state = 53}, - [2156] = {.lex_state = 1, .external_lex_state = 53}, - [2157] = {.lex_state = 1, .external_lex_state = 53}, - [2158] = {.lex_state = 1, .external_lex_state = 53}, - [2159] = {.lex_state = 1, .external_lex_state = 55}, - [2160] = {.lex_state = 1, .external_lex_state = 53}, - [2161] = {.lex_state = 1, .external_lex_state = 68}, - [2162] = {.lex_state = 1, .external_lex_state = 68}, + [2136] = {.lex_state = 1, .external_lex_state = 56}, + [2137] = {.lex_state = 1, .external_lex_state = 56}, + [2138] = {.lex_state = 1, .external_lex_state = 54}, + [2139] = {.lex_state = 2, .external_lex_state = 2}, + [2140] = {.lex_state = 1, .external_lex_state = 54}, + [2141] = {.lex_state = 1, .external_lex_state = 54}, + [2142] = {.lex_state = 1, .external_lex_state = 54}, + [2143] = {.lex_state = 1, .external_lex_state = 54}, + [2144] = {.lex_state = 2, .external_lex_state = 2}, + [2145] = {.lex_state = 2, .external_lex_state = 2}, + [2146] = {.lex_state = 2, .external_lex_state = 2}, + [2147] = {.lex_state = 1, .external_lex_state = 56}, + [2148] = {.lex_state = 1, .external_lex_state = 55}, + [2149] = {.lex_state = 1, .external_lex_state = 55}, + [2150] = {.lex_state = 1, .external_lex_state = 55}, + [2151] = {.lex_state = 2, .external_lex_state = 2}, + [2152] = {.lex_state = 1, .external_lex_state = 55}, + [2153] = {.lex_state = 1, .external_lex_state = 56}, + [2154] = {.lex_state = 1, .external_lex_state = 56}, + [2155] = {.lex_state = 1, .external_lex_state = 56}, + [2156] = {.lex_state = 1, .external_lex_state = 56}, + [2157] = {.lex_state = 1, .external_lex_state = 56}, + [2158] = {.lex_state = 1, .external_lex_state = 56}, + [2159] = {.lex_state = 2, .external_lex_state = 2}, + [2160] = {.lex_state = 1, .external_lex_state = 59}, + [2161] = {.lex_state = 2, .external_lex_state = 2}, + [2162] = {.lex_state = 1, .external_lex_state = 56}, [2163] = {.lex_state = 2, .external_lex_state = 2}, [2164] = {.lex_state = 2, .external_lex_state = 2}, [2165] = {.lex_state = 2, .external_lex_state = 2}, - [2166] = {.lex_state = 0, .external_lex_state = 123}, - [2167] = {.lex_state = 1, .external_lex_state = 57}, - [2168] = {.lex_state = 1, .external_lex_state = 53}, - [2169] = {.lex_state = 1, .external_lex_state = 53}, - [2170] = {.lex_state = 1, .external_lex_state = 55}, - [2171] = {.lex_state = 1, .external_lex_state = 55}, - [2172] = {.lex_state = 1, .external_lex_state = 55}, - [2173] = {.lex_state = 1, .external_lex_state = 53}, - [2174] = {.lex_state = 1, .external_lex_state = 53}, - [2175] = {.lex_state = 1, .external_lex_state = 53}, - [2176] = {.lex_state = 1, .external_lex_state = 53}, - [2177] = {.lex_state = 1, .external_lex_state = 57}, - [2178] = {.lex_state = 1, .external_lex_state = 55}, - [2179] = {.lex_state = 1, .external_lex_state = 57}, - [2180] = {.lex_state = 1, .external_lex_state = 55}, + [2166] = {.lex_state = 2, .external_lex_state = 2}, + [2167] = {.lex_state = 2, .external_lex_state = 2}, + [2168] = {.lex_state = 2, .external_lex_state = 2}, + [2169] = {.lex_state = 2, .external_lex_state = 2}, + [2170] = {.lex_state = 1, .external_lex_state = 122}, + [2171] = {.lex_state = 1, .external_lex_state = 119}, + [2172] = {.lex_state = 1, .external_lex_state = 56}, + [2173] = {.lex_state = 1, .external_lex_state = 56}, + [2174] = {.lex_state = 1, .external_lex_state = 57}, + [2175] = {.lex_state = 2, .external_lex_state = 2}, + [2176] = {.lex_state = 2, .external_lex_state = 2}, + [2177] = {.lex_state = 2, .external_lex_state = 2}, + [2178] = {.lex_state = 1, .external_lex_state = 57}, + [2179] = {.lex_state = 2, .external_lex_state = 2}, + [2180] = {.lex_state = 1, .external_lex_state = 119}, [2181] = {.lex_state = 2, .external_lex_state = 2}, - [2182] = {.lex_state = 1, .external_lex_state = 53}, - [2183] = {.lex_state = 2, .external_lex_state = 2}, - [2184] = {.lex_state = 1, .external_lex_state = 122}, - [2185] = {.lex_state = 1, .external_lex_state = 58}, - [2186] = {.lex_state = 1, .external_lex_state = 53}, - [2187] = {.lex_state = 1, .external_lex_state = 58}, - [2188] = {.lex_state = 1, .external_lex_state = 58}, - [2189] = {.lex_state = 1, .external_lex_state = 55}, - [2190] = {.lex_state = 1, .external_lex_state = 53}, - [2191] = {.lex_state = 1, .external_lex_state = 53}, - [2192] = {.lex_state = 1, .external_lex_state = 53}, - [2193] = {.lex_state = 1, .external_lex_state = 55}, - [2194] = {.lex_state = 1, .external_lex_state = 53}, - [2195] = {.lex_state = 1, .external_lex_state = 55}, - [2196] = {.lex_state = 1, .external_lex_state = 53}, - [2197] = {.lex_state = 1, .external_lex_state = 58}, - [2198] = {.lex_state = 1, .external_lex_state = 58}, - [2199] = {.lex_state = 1, .external_lex_state = 58}, - [2200] = {.lex_state = 1, .external_lex_state = 58}, - [2201] = {.lex_state = 1, .external_lex_state = 58}, - [2202] = {.lex_state = 1, .external_lex_state = 58}, - [2203] = {.lex_state = 1, .external_lex_state = 58}, - [2204] = {.lex_state = 1, .external_lex_state = 53}, - [2205] = {.lex_state = 1, .external_lex_state = 53}, - [2206] = {.lex_state = 1, .external_lex_state = 53}, - [2207] = {.lex_state = 1, .external_lex_state = 108}, - [2208] = {.lex_state = 1, .external_lex_state = 58}, - [2209] = {.lex_state = 1, .external_lex_state = 108}, - [2210] = {.lex_state = 1, .external_lex_state = 119}, - [2211] = {.lex_state = 1, .external_lex_state = 119}, + [2182] = {.lex_state = 2, .external_lex_state = 2}, + [2183] = {.lex_state = 0, .external_lex_state = 121}, + [2184] = {.lex_state = 1, .external_lex_state = 55}, + [2185] = {.lex_state = 1, .external_lex_state = 56}, + [2186] = {.lex_state = 1, .external_lex_state = 56}, + [2187] = {.lex_state = 1, .external_lex_state = 57}, + [2188] = {.lex_state = 1, .external_lex_state = 55}, + [2189] = {.lex_state = 1, .external_lex_state = 57}, + [2190] = {.lex_state = 1, .external_lex_state = 57}, + [2191] = {.lex_state = 1, .external_lex_state = 57}, + [2192] = {.lex_state = 1, .external_lex_state = 57}, + [2193] = {.lex_state = 1, .external_lex_state = 57}, + [2194] = {.lex_state = 1, .external_lex_state = 119}, + [2195] = {.lex_state = 1, .external_lex_state = 54}, + [2196] = {.lex_state = 1, .external_lex_state = 54}, + [2197] = {.lex_state = 1, .external_lex_state = 54}, + [2198] = {.lex_state = 1, .external_lex_state = 54}, + [2199] = {.lex_state = 1, .external_lex_state = 54}, + [2200] = {.lex_state = 1, .external_lex_state = 68}, + [2201] = {.lex_state = 1, .external_lex_state = 112}, + [2202] = {.lex_state = 2, .external_lex_state = 2}, + [2203] = {.lex_state = 1, .external_lex_state = 57}, + [2204] = {.lex_state = 1, .external_lex_state = 57}, + [2205] = {.lex_state = 1, .external_lex_state = 57}, + [2206] = {.lex_state = 1, .external_lex_state = 57}, + [2207] = {.lex_state = 1, .external_lex_state = 57}, + [2208] = {.lex_state = 1, .external_lex_state = 57}, + [2209] = {.lex_state = 1, .external_lex_state = 57}, + [2210] = {.lex_state = 2, .external_lex_state = 2}, + [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 = 1, .external_lex_state = 119}, + [2213] = {.lex_state = 1, .external_lex_state = 55}, + [2214] = {.lex_state = 1, .external_lex_state = 123}, [2215] = {.lex_state = 2, .external_lex_state = 2}, - [2216] = {.lex_state = 1, .external_lex_state = 68}, - [2217] = {.lex_state = 1, .external_lex_state = 119}, - [2218] = {.lex_state = 1, .external_lex_state = 119}, - [2219] = {.lex_state = 1, .external_lex_state = 58}, + [2216] = {.lex_state = 1, .external_lex_state = 54}, + [2217] = {.lex_state = 1, .external_lex_state = 54}, + [2218] = {.lex_state = 1, .external_lex_state = 120}, + [2219] = {.lex_state = 2, .external_lex_state = 2}, [2220] = {.lex_state = 2, .external_lex_state = 2}, [2221] = {.lex_state = 2, .external_lex_state = 2}, - [2222] = {.lex_state = 1, .external_lex_state = 54}, - [2223] = {.lex_state = 1, .external_lex_state = 54}, - [2224] = {.lex_state = 1, .external_lex_state = 111}, - [2225] = {.lex_state = 2, .external_lex_state = 2}, - [2226] = {.lex_state = 1, .external_lex_state = 54}, - [2227] = {.lex_state = 1, .external_lex_state = 111}, + [2222] = {.lex_state = 1, .external_lex_state = 55}, + [2223] = {.lex_state = 1, .external_lex_state = 120}, + [2224] = {.lex_state = 1, .external_lex_state = 66}, + [2225] = {.lex_state = 1, .external_lex_state = 61}, + [2226] = {.lex_state = 1, .external_lex_state = 120}, + [2227] = {.lex_state = 1, .external_lex_state = 120}, [2228] = {.lex_state = 2, .external_lex_state = 2}, [2229] = {.lex_state = 2, .external_lex_state = 2}, [2230] = {.lex_state = 2, .external_lex_state = 2}, - [2231] = {.lex_state = 1, .external_lex_state = 122}, - [2232] = {.lex_state = 1, .external_lex_state = 122}, - [2233] = {.lex_state = 1, .external_lex_state = 54}, - [2234] = {.lex_state = 1, .external_lex_state = 54}, - [2235] = {.lex_state = 1, .external_lex_state = 54}, - [2236] = {.lex_state = 1, .external_lex_state = 54}, - [2237] = {.lex_state = 1, .external_lex_state = 54}, - [2238] = {.lex_state = 1, .external_lex_state = 54}, - [2239] = {.lex_state = 1, .external_lex_state = 122}, - [2240] = {.lex_state = 1, .external_lex_state = 122}, - [2241] = {.lex_state = 1, .external_lex_state = 122}, + [2231] = {.lex_state = 1, .external_lex_state = 55}, + [2232] = {.lex_state = 1, .external_lex_state = 124}, + [2233] = {.lex_state = 1, .external_lex_state = 68}, + [2234] = {.lex_state = 1, .external_lex_state = 106}, + [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 = 106}, + [2239] = {.lex_state = 1, .external_lex_state = 115}, + [2240] = {.lex_state = 2, .external_lex_state = 2}, + [2241] = {.lex_state = 2, .external_lex_state = 2}, [2242] = {.lex_state = 2, .external_lex_state = 2}, - [2243] = {.lex_state = 1, .external_lex_state = 54}, + [2243] = {.lex_state = 1, .external_lex_state = 120}, [2244] = {.lex_state = 1, .external_lex_state = 54}, - [2245] = {.lex_state = 1, .external_lex_state = 54}, - [2246] = {.lex_state = 1, .external_lex_state = 54}, - [2247] = {.lex_state = 1, .external_lex_state = 54}, - [2248] = {.lex_state = 1, .external_lex_state = 54}, - [2249] = {.lex_state = 2, .external_lex_state = 2}, - [2250] = {.lex_state = 2, .external_lex_state = 2}, - [2251] = {.lex_state = 2, .external_lex_state = 2}, - [2252] = {.lex_state = 2, .external_lex_state = 2}, - [2253] = {.lex_state = 1, .external_lex_state = 54}, - [2254] = {.lex_state = 1, .external_lex_state = 58}, - [2255] = {.lex_state = 1, .external_lex_state = 54}, - [2256] = {.lex_state = 1, .external_lex_state = 54}, - [2257] = {.lex_state = 2, .external_lex_state = 2}, - [2258] = {.lex_state = 2, .external_lex_state = 2}, - [2259] = {.lex_state = 2, .external_lex_state = 2}, - [2260] = {.lex_state = 2, .external_lex_state = 2}, + [2245] = {.lex_state = 1, .external_lex_state = 120}, + [2246] = {.lex_state = 1, .external_lex_state = 120}, + [2247] = {.lex_state = 1, .external_lex_state = 115}, + [2248] = {.lex_state = 2, .external_lex_state = 2}, + [2249] = {.lex_state = 1, .external_lex_state = 115}, + [2250] = {.lex_state = 1, .external_lex_state = 115}, + [2251] = {.lex_state = 1, .external_lex_state = 54}, + [2252] = {.lex_state = 1, .external_lex_state = 54}, + [2253] = {.lex_state = 1, .external_lex_state = 120}, + [2254] = {.lex_state = 1, .external_lex_state = 54}, + [2255] = {.lex_state = 1, .external_lex_state = 120}, + [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 = 54}, [2261] = {.lex_state = 2, .external_lex_state = 2}, - [2262] = {.lex_state = 2, .external_lex_state = 2}, - [2263] = {.lex_state = 2, .external_lex_state = 2}, - [2264] = {.lex_state = 2, .external_lex_state = 2}, - [2265] = {.lex_state = 1, .external_lex_state = 54}, - [2266] = {.lex_state = 1, .external_lex_state = 54}, - [2267] = {.lex_state = 1, .external_lex_state = 54}, - [2268] = {.lex_state = 1, .external_lex_state = 54}, - [2269] = {.lex_state = 1, .external_lex_state = 54}, - [2270] = {.lex_state = 2, .external_lex_state = 2}, - [2271] = {.lex_state = 1, .external_lex_state = 57}, - [2272] = {.lex_state = 2, .external_lex_state = 2}, - [2273] = {.lex_state = 1, .external_lex_state = 60}, + [2262] = {.lex_state = 1, .external_lex_state = 54}, + [2263] = {.lex_state = 1, .external_lex_state = 54}, + [2264] = {.lex_state = 1, .external_lex_state = 54}, + [2265] = {.lex_state = 2, .external_lex_state = 2}, + [2266] = {.lex_state = 1, .external_lex_state = 57}, + [2267] = {.lex_state = 1, .external_lex_state = 119}, + [2268] = {.lex_state = 2, .external_lex_state = 2}, + [2269] = {.lex_state = 2, .external_lex_state = 2}, + [2270] = {.lex_state = 1, .external_lex_state = 68}, + [2271] = {.lex_state = 1, .external_lex_state = 119}, + [2272] = {.lex_state = 1, .external_lex_state = 119}, + [2273] = {.lex_state = 1, .external_lex_state = 119}, [2274] = {.lex_state = 2, .external_lex_state = 2}, - [2275] = {.lex_state = 1, .external_lex_state = 72}, - [2276] = {.lex_state = 1, .external_lex_state = 54}, - [2277] = {.lex_state = 1, .external_lex_state = 54}, - [2278] = {.lex_state = 1, .external_lex_state = 54}, - [2279] = {.lex_state = 1, .external_lex_state = 55}, - [2280] = {.lex_state = 1, .external_lex_state = 58}, - [2281] = {.lex_state = 1, .external_lex_state = 58}, - [2282] = {.lex_state = 1, .external_lex_state = 53}, - [2283] = {.lex_state = 1, .external_lex_state = 124}, - [2284] = {.lex_state = 1, .external_lex_state = 72}, - [2285] = {.lex_state = 2, .external_lex_state = 2}, - [2286] = {.lex_state = 2, .external_lex_state = 2}, - [2287] = {.lex_state = 2, .external_lex_state = 2}, - [2288] = {.lex_state = 1, .external_lex_state = 68}, - [2289] = {.lex_state = 1, .external_lex_state = 74}, - [2290] = {.lex_state = 1, .external_lex_state = 74}, - [2291] = {.lex_state = 1, .external_lex_state = 65}, + [2275] = {.lex_state = 1, .external_lex_state = 59}, + [2276] = {.lex_state = 2, .external_lex_state = 2}, + [2277] = {.lex_state = 2, .external_lex_state = 2}, + [2278] = {.lex_state = 2, .external_lex_state = 2}, + [2279] = {.lex_state = 2, .external_lex_state = 2}, + [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 = 56}, + [2284] = {.lex_state = 1, .external_lex_state = 54}, + [2285] = {.lex_state = 1, .external_lex_state = 55}, + [2286] = {.lex_state = 1, .external_lex_state = 60}, + [2287] = {.lex_state = 1, .external_lex_state = 54}, + [2288] = {.lex_state = 1, .external_lex_state = 54}, + [2289] = {.lex_state = 1, .external_lex_state = 70}, + [2290] = {.lex_state = 1, .external_lex_state = 73}, + [2291] = {.lex_state = 1, .external_lex_state = 125}, [2292] = {.lex_state = 1, .external_lex_state = 125}, [2293] = {.lex_state = 1, .external_lex_state = 125}, [2294] = {.lex_state = 1, .external_lex_state = 125}, [2295] = {.lex_state = 1, .external_lex_state = 112}, - [2296] = {.lex_state = 1, .external_lex_state = 120}, - [2297] = {.lex_state = 0, .external_lex_state = 123}, - [2298] = {.lex_state = 1, .external_lex_state = 120}, - [2299] = {.lex_state = 1, .external_lex_state = 125}, - [2300] = {.lex_state = 1, .external_lex_state = 125}, - [2301] = {.lex_state = 1, .external_lex_state = 74}, - [2302] = {.lex_state = 1, .external_lex_state = 125}, - [2303] = {.lex_state = 1, .external_lex_state = 125}, - [2304] = {.lex_state = 1, .external_lex_state = 115}, - [2305] = {.lex_state = 1, .external_lex_state = 126}, - [2306] = {.lex_state = 1, .external_lex_state = 74}, - [2307] = {.lex_state = 1, .external_lex_state = 115}, - [2308] = {.lex_state = 1, .external_lex_state = 127}, - [2309] = {.lex_state = 0, .external_lex_state = 128}, + [2296] = {.lex_state = 1, .external_lex_state = 74}, + [2297] = {.lex_state = 1, .external_lex_state = 112}, + [2298] = {.lex_state = 1, .external_lex_state = 112}, + [2299] = {.lex_state = 1, .external_lex_state = 112}, + [2300] = {.lex_state = 1, .external_lex_state = 112}, + [2301] = {.lex_state = 1, .external_lex_state = 125}, + [2302] = {.lex_state = 0, .external_lex_state = 126}, + [2303] = {.lex_state = 1, .external_lex_state = 70}, + [2304] = {.lex_state = 1, .external_lex_state = 74}, + [2305] = {.lex_state = 1, .external_lex_state = 127}, + [2306] = {.lex_state = 1, .external_lex_state = 112}, + [2307] = {.lex_state = 1, .external_lex_state = 112}, + [2308] = {.lex_state = 1, .external_lex_state = 125}, + [2309] = {.lex_state = 1, .external_lex_state = 127}, [2310] = {.lex_state = 1, .external_lex_state = 127}, - [2311] = {.lex_state = 1, .external_lex_state = 127}, - [2312] = {.lex_state = 1, .external_lex_state = 127}, - [2313] = {.lex_state = 1, .external_lex_state = 72}, - [2314] = {.lex_state = 0, .external_lex_state = 128}, - [2315] = {.lex_state = 1, .external_lex_state = 79}, - [2316] = {.lex_state = 1, .external_lex_state = 112}, - [2317] = {.lex_state = 1, .external_lex_state = 74}, - [2318] = {.lex_state = 1, .external_lex_state = 74}, - [2319] = {.lex_state = 1, .external_lex_state = 112}, + [2311] = {.lex_state = 1, .external_lex_state = 113}, + [2312] = {.lex_state = 1, .external_lex_state = 70}, + [2313] = {.lex_state = 1, .external_lex_state = 127}, + [2314] = {.lex_state = 1, .external_lex_state = 113}, + [2315] = {.lex_state = 1, .external_lex_state = 68}, + [2316] = {.lex_state = 1, .external_lex_state = 70}, + [2317] = {.lex_state = 1, .external_lex_state = 128}, + [2318] = {.lex_state = 1, .external_lex_state = 129}, + [2319] = {.lex_state = 1, .external_lex_state = 79}, [2320] = {.lex_state = 1, .external_lex_state = 127}, [2321] = {.lex_state = 1, .external_lex_state = 127}, - [2322] = {.lex_state = 1, .external_lex_state = 65}, - [2323] = {.lex_state = 1, .external_lex_state = 127}, - [2324] = {.lex_state = 1, .external_lex_state = 127}, - [2325] = {.lex_state = 1, .external_lex_state = 127}, - [2326] = {.lex_state = 1, .external_lex_state = 65}, - [2327] = {.lex_state = 1, .external_lex_state = 127}, - [2328] = {.lex_state = 1, .external_lex_state = 112}, - [2329] = {.lex_state = 1, .external_lex_state = 112}, - [2330] = {.lex_state = 1, .external_lex_state = 65}, - [2331] = {.lex_state = 1, .external_lex_state = 112}, + [2322] = {.lex_state = 1, .external_lex_state = 112}, + [2323] = {.lex_state = 1, .external_lex_state = 129}, + [2324] = {.lex_state = 1, .external_lex_state = 129}, + [2325] = {.lex_state = 1, .external_lex_state = 129}, + [2326] = {.lex_state = 1, .external_lex_state = 68}, + [2327] = {.lex_state = 1, .external_lex_state = 70}, + [2328] = {.lex_state = 1, .external_lex_state = 129}, + [2329] = {.lex_state = 1, .external_lex_state = 129}, + [2330] = {.lex_state = 1, .external_lex_state = 74}, + [2331] = {.lex_state = 1, .external_lex_state = 80}, [2332] = {.lex_state = 1, .external_lex_state = 129}, - [2333] = {.lex_state = 1, .external_lex_state = 65}, - [2334] = {.lex_state = 1, .external_lex_state = 112}, - [2335] = {.lex_state = 1, .external_lex_state = 65}, - [2336] = {.lex_state = 0, .external_lex_state = 128}, - [2337] = {.lex_state = 1, .external_lex_state = 116}, - [2338] = {.lex_state = 0, .external_lex_state = 128}, - [2339] = {.lex_state = 1, .external_lex_state = 125}, - [2340] = {.lex_state = 1, .external_lex_state = 74}, - [2341] = {.lex_state = 1, .external_lex_state = 116}, - [2342] = {.lex_state = 1, .external_lex_state = 126}, - [2343] = {.lex_state = 1, .external_lex_state = 126}, - [2344] = {.lex_state = 1, .external_lex_state = 126}, - [2345] = {.lex_state = 1, .external_lex_state = 80}, - [2346] = {.lex_state = 1, .external_lex_state = 126}, - [2347] = {.lex_state = 1, .external_lex_state = 126}, - [2348] = {.lex_state = 1, .external_lex_state = 126}, - [2349] = {.lex_state = 1, .external_lex_state = 126}, - [2350] = {.lex_state = 1, .external_lex_state = 126}, - [2351] = {.lex_state = 1, .external_lex_state = 126}, - [2352] = {.lex_state = 1, .external_lex_state = 68}, - [2353] = {.lex_state = 1, .external_lex_state = 68}, - [2354] = {.lex_state = 1, .external_lex_state = 117}, - [2355] = {.lex_state = 1, .external_lex_state = 117}, - [2356] = {.lex_state = 1, .external_lex_state = 129}, - [2357] = {.lex_state = 1, .external_lex_state = 118}, - [2358] = {.lex_state = 0, .external_lex_state = 128}, - [2359] = {.lex_state = 1, .external_lex_state = 129}, - [2360] = {.lex_state = 1, .external_lex_state = 129}, - [2361] = {.lex_state = 1, .external_lex_state = 129}, - [2362] = {.lex_state = 1, .external_lex_state = 129}, - [2363] = {.lex_state = 1, .external_lex_state = 129}, - [2364] = {.lex_state = 1, .external_lex_state = 129}, - [2365] = {.lex_state = 1, .external_lex_state = 129}, + [2333] = {.lex_state = 1, .external_lex_state = 129}, + [2334] = {.lex_state = 1, .external_lex_state = 74}, + [2335] = {.lex_state = 1, .external_lex_state = 129}, + [2336] = {.lex_state = 1, .external_lex_state = 114}, + [2337] = {.lex_state = 1, .external_lex_state = 125}, + [2338] = {.lex_state = 1, .external_lex_state = 125}, + [2339] = {.lex_state = 1, .external_lex_state = 74}, + [2340] = {.lex_state = 1, .external_lex_state = 128}, + [2341] = {.lex_state = 1, .external_lex_state = 74}, + [2342] = {.lex_state = 0, .external_lex_state = 126}, + [2343] = {.lex_state = 1, .external_lex_state = 112}, + [2344] = {.lex_state = 1, .external_lex_state = 112}, + [2345] = {.lex_state = 1, .external_lex_state = 74}, + [2346] = {.lex_state = 1, .external_lex_state = 114}, + [2347] = {.lex_state = 0, .external_lex_state = 121}, + [2348] = {.lex_state = 1, .external_lex_state = 74}, + [2349] = {.lex_state = 1, .external_lex_state = 73}, + [2350] = {.lex_state = 1, .external_lex_state = 74}, + [2351] = {.lex_state = 1, .external_lex_state = 125}, + [2352] = {.lex_state = 1, .external_lex_state = 125}, + [2353] = {.lex_state = 1, .external_lex_state = 130}, + [2354] = {.lex_state = 1, .external_lex_state = 73}, + [2355] = {.lex_state = 1, .external_lex_state = 70}, + [2356] = {.lex_state = 1, .external_lex_state = 73}, + [2357] = {.lex_state = 1, .external_lex_state = 112}, + [2358] = {.lex_state = 1, .external_lex_state = 123}, + [2359] = {.lex_state = 1, .external_lex_state = 73}, + [2360] = {.lex_state = 1, .external_lex_state = 122}, + [2361] = {.lex_state = 1, .external_lex_state = 74}, + [2362] = {.lex_state = 1, .external_lex_state = 74}, + [2363] = {.lex_state = 0, .external_lex_state = 121}, + [2364] = {.lex_state = 1, .external_lex_state = 68}, + [2365] = {.lex_state = 1, .external_lex_state = 68}, [2366] = {.lex_state = 1, .external_lex_state = 73}, [2367] = {.lex_state = 1, .external_lex_state = 73}, - [2368] = {.lex_state = 1, .external_lex_state = 73}, - [2369] = {.lex_state = 1, .external_lex_state = 73}, + [2368] = {.lex_state = 1, .external_lex_state = 68}, + [2369] = {.lex_state = 1, .external_lex_state = 125}, [2370] = {.lex_state = 1, .external_lex_state = 129}, - [2371] = {.lex_state = 1, .external_lex_state = 73}, - [2372] = {.lex_state = 1, .external_lex_state = 73}, - [2373] = {.lex_state = 1, .external_lex_state = 73}, - [2374] = {.lex_state = 1, .external_lex_state = 73}, - [2375] = {.lex_state = 1, .external_lex_state = 73}, + [2371] = {.lex_state = 1, .external_lex_state = 128}, + [2372] = {.lex_state = 1, .external_lex_state = 130}, + [2373] = {.lex_state = 1, .external_lex_state = 130}, + [2374] = {.lex_state = 0, .external_lex_state = 126}, + [2375] = {.lex_state = 0, .external_lex_state = 126}, [2376] = {.lex_state = 1, .external_lex_state = 73}, - [2377] = {.lex_state = 1, .external_lex_state = 65}, - [2378] = {.lex_state = 1, .external_lex_state = 112}, - [2379] = {.lex_state = 1, .external_lex_state = 65}, - [2380] = {.lex_state = 1, .external_lex_state = 72}, - [2381] = {.lex_state = 1, .external_lex_state = 65}, - [2382] = {.lex_state = 1, .external_lex_state = 130}, - [2383] = {.lex_state = 1, .external_lex_state = 72}, - [2384] = {.lex_state = 1, .external_lex_state = 72}, - [2385] = {.lex_state = 1, .external_lex_state = 72}, - [2386] = {.lex_state = 0, .external_lex_state = 128}, - [2387] = {.lex_state = 1, .external_lex_state = 74}, - [2388] = {.lex_state = 1, .external_lex_state = 129}, - [2389] = {.lex_state = 1, .external_lex_state = 72}, - [2390] = {.lex_state = 1, .external_lex_state = 72}, - [2391] = {.lex_state = 0, .external_lex_state = 123}, - [2392] = {.lex_state = 0, .external_lex_state = 123}, - [2393] = {.lex_state = 1, .external_lex_state = 118}, - [2394] = {.lex_state = 1, .external_lex_state = 130}, - [2395] = {.lex_state = 1, .external_lex_state = 72}, - [2396] = {.lex_state = 1, .external_lex_state = 72}, - [2397] = {.lex_state = 1, .external_lex_state = 72}, - [2398] = {.lex_state = 0, .external_lex_state = 128}, - [2399] = {.lex_state = 1, .external_lex_state = 74}, - [2400] = {.lex_state = 1, .external_lex_state = 65}, - [2401] = {.lex_state = 1, .external_lex_state = 127}, + [2377] = {.lex_state = 0, .external_lex_state = 121}, + [2378] = {.lex_state = 1, .external_lex_state = 127}, + [2379] = {.lex_state = 1, .external_lex_state = 130}, + [2380] = {.lex_state = 1, .external_lex_state = 127}, + [2381] = {.lex_state = 1, .external_lex_state = 73}, + [2382] = {.lex_state = 1, .external_lex_state = 123}, + [2383] = {.lex_state = 0, .external_lex_state = 121}, + [2384] = {.lex_state = 1, .external_lex_state = 127}, + [2385] = {.lex_state = 1, .external_lex_state = 74}, + [2386] = {.lex_state = 1, .external_lex_state = 128}, + [2387] = {.lex_state = 1, .external_lex_state = 128}, + [2388] = {.lex_state = 1, .external_lex_state = 128}, + [2389] = {.lex_state = 1, .external_lex_state = 68}, + [2390] = {.lex_state = 1, .external_lex_state = 128}, + [2391] = {.lex_state = 1, .external_lex_state = 68}, + [2392] = {.lex_state = 1, .external_lex_state = 112}, + [2393] = {.lex_state = 1, .external_lex_state = 128}, + [2394] = {.lex_state = 1, .external_lex_state = 70}, + [2395] = {.lex_state = 0, .external_lex_state = 126}, + [2396] = {.lex_state = 1, .external_lex_state = 73}, + [2397] = {.lex_state = 1, .external_lex_state = 124}, + [2398] = {.lex_state = 1, .external_lex_state = 128}, + [2399] = {.lex_state = 1, .external_lex_state = 68}, + [2400] = {.lex_state = 1, .external_lex_state = 73}, + [2401] = {.lex_state = 1, .external_lex_state = 130}, [2402] = {.lex_state = 1, .external_lex_state = 130}, - [2403] = {.lex_state = 1, .external_lex_state = 130}, - [2404] = {.lex_state = 1, .external_lex_state = 72}, - [2405] = {.lex_state = 1, .external_lex_state = 72}, - [2406] = {.lex_state = 0, .external_lex_state = 123}, - [2407] = {.lex_state = 1, .external_lex_state = 112}, - [2408] = {.lex_state = 1, .external_lex_state = 74}, - [2409] = {.lex_state = 1, .external_lex_state = 74}, - [2410] = {.lex_state = 0, .external_lex_state = 128}, - [2411] = {.lex_state = 0, .external_lex_state = 128}, - [2412] = {.lex_state = 1, .external_lex_state = 112}, - [2413] = {.lex_state = 1, .external_lex_state = 127}, - [2414] = {.lex_state = 1, .external_lex_state = 130}, - [2415] = {.lex_state = 1, .external_lex_state = 130}, - [2416] = {.lex_state = 1, .external_lex_state = 126}, - [2417] = {.lex_state = 1, .external_lex_state = 73}, - [2418] = {.lex_state = 1, .external_lex_state = 127}, - [2419] = {.lex_state = 1, .external_lex_state = 125}, - [2420] = {.lex_state = 1, .external_lex_state = 130}, - [2421] = {.lex_state = 1, .external_lex_state = 73}, - [2422] = {.lex_state = 1, .external_lex_state = 124}, - [2423] = {.lex_state = 1, .external_lex_state = 130}, - [2424] = {.lex_state = 1, .external_lex_state = 130}, - [2425] = {.lex_state = 1, .external_lex_state = 130}, - [2426] = {.lex_state = 0, .external_lex_state = 128}, - [2427] = {.lex_state = 1, .external_lex_state = 124}, - [2428] = {.lex_state = 1, .external_lex_state = 112}, - [2429] = {.lex_state = 1, .external_lex_state = 74}, - [2430] = {.lex_state = 1, .external_lex_state = 112}, - [2431] = {.lex_state = 1, .external_lex_state = 112}, - [2432] = {.lex_state = 1, .external_lex_state = 112}, - [2433] = {.lex_state = 1, .external_lex_state = 125}, - [2434] = {.lex_state = 1, .external_lex_state = 65}, - [2435] = {.lex_state = 1, .external_lex_state = 65}, - [2436] = {.lex_state = 1, .external_lex_state = 79}, - [2437] = {.lex_state = 1, .external_lex_state = 65}, + [2403] = {.lex_state = 1, .external_lex_state = 70}, + [2404] = {.lex_state = 1, .external_lex_state = 70}, + [2405] = {.lex_state = 1, .external_lex_state = 122}, + [2406] = {.lex_state = 1, .external_lex_state = 130}, + [2407] = {.lex_state = 1, .external_lex_state = 128}, + [2408] = {.lex_state = 1, .external_lex_state = 128}, + [2409] = {.lex_state = 1, .external_lex_state = 124}, + [2410] = {.lex_state = 1, .external_lex_state = 112}, + [2411] = {.lex_state = 0, .external_lex_state = 126}, + [2412] = {.lex_state = 1, .external_lex_state = 73}, + [2413] = {.lex_state = 1, .external_lex_state = 70}, + [2414] = {.lex_state = 1, .external_lex_state = 127}, + [2415] = {.lex_state = 1, .external_lex_state = 128}, + [2416] = {.lex_state = 1, .external_lex_state = 116}, + [2417] = {.lex_state = 0, .external_lex_state = 126}, + [2418] = {.lex_state = 1, .external_lex_state = 116}, + [2419] = {.lex_state = 0, .external_lex_state = 126}, + [2420] = {.lex_state = 0, .external_lex_state = 126}, + [2421] = {.lex_state = 1, .external_lex_state = 128}, + [2422] = {.lex_state = 0, .external_lex_state = 126}, + [2423] = {.lex_state = 1, .external_lex_state = 68}, + [2424] = {.lex_state = 1, .external_lex_state = 129}, + [2425] = {.lex_state = 1, .external_lex_state = 66}, + [2426] = {.lex_state = 1, .external_lex_state = 112}, + [2427] = {.lex_state = 1, .external_lex_state = 68}, + [2428] = {.lex_state = 1, .external_lex_state = 68}, + [2429] = {.lex_state = 1, .external_lex_state = 130}, + [2430] = {.lex_state = 1, .external_lex_state = 130}, + [2431] = {.lex_state = 1, .external_lex_state = 68}, + [2432] = {.lex_state = 1, .external_lex_state = 66}, + [2433] = {.lex_state = 1, .external_lex_state = 130}, + [2434] = {.lex_state = 1, .external_lex_state = 80}, + [2435] = {.lex_state = 1, .external_lex_state = 80}, + [2436] = {.lex_state = 1, .external_lex_state = 80}, + [2437] = {.lex_state = 1, .external_lex_state = 94}, [2438] = {.lex_state = 1, .external_lex_state = 79}, - [2439] = {.lex_state = 1, .external_lex_state = 79}, + [2439] = {.lex_state = 1, .external_lex_state = 70}, [2440] = {.lex_state = 1, .external_lex_state = 79}, - [2441] = {.lex_state = 1, .external_lex_state = 65}, - [2442] = {.lex_state = 1, .external_lex_state = 79}, - [2443] = {.lex_state = 1, .external_lex_state = 93}, - [2444] = {.lex_state = 1, .external_lex_state = 79}, - [2445] = {.lex_state = 1, .external_lex_state = 79}, - [2446] = {.lex_state = 1, .external_lex_state = 79}, - [2447] = {.lex_state = 1, .external_lex_state = 79}, - [2448] = {.lex_state = 1, .external_lex_state = 79}, - [2449] = {.lex_state = 1, .external_lex_state = 65}, - [2450] = {.lex_state = 1, .external_lex_state = 65}, - [2451] = {.lex_state = 1, .external_lex_state = 80}, - [2452] = {.lex_state = 1, .external_lex_state = 80}, - [2453] = {.lex_state = 1, .external_lex_state = 79}, - [2454] = {.lex_state = 1, .external_lex_state = 80}, - [2455] = {.lex_state = 1, .external_lex_state = 80}, + [2441] = {.lex_state = 1, .external_lex_state = 79}, + [2442] = {.lex_state = 1, .external_lex_state = 80}, + [2443] = {.lex_state = 1, .external_lex_state = 80}, + [2444] = {.lex_state = 1, .external_lex_state = 131}, + [2445] = {.lex_state = 1, .external_lex_state = 80}, + [2446] = {.lex_state = 1, .external_lex_state = 80}, + [2447] = {.lex_state = 1, .external_lex_state = 70}, + [2448] = {.lex_state = 1, .external_lex_state = 70}, + [2449] = {.lex_state = 1, .external_lex_state = 79}, + [2450] = {.lex_state = 1, .external_lex_state = 80}, + [2451] = {.lex_state = 1, .external_lex_state = 79}, + [2452] = {.lex_state = 1, .external_lex_state = 79}, + [2453] = {.lex_state = 1, .external_lex_state = 80}, + [2454] = {.lex_state = 1, .external_lex_state = 79}, + [2455] = {.lex_state = 1, .external_lex_state = 70}, [2456] = {.lex_state = 1, .external_lex_state = 80}, - [2457] = {.lex_state = 1, .external_lex_state = 80}, - [2458] = {.lex_state = 1, .external_lex_state = 80}, - [2459] = {.lex_state = 1, .external_lex_state = 80}, - [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 = 91}, - [2464] = {.lex_state = 1, .external_lex_state = 65}, - [2465] = {.lex_state = 1, .external_lex_state = 65}, - [2466] = {.lex_state = 1, .external_lex_state = 65}, - [2467] = {.lex_state = 1, .external_lex_state = 80}, - [2468] = {.lex_state = 1, .external_lex_state = 65}, - [2469] = {.lex_state = 1, .external_lex_state = 131}, - [2470] = {.lex_state = 1, .external_lex_state = 79}, - [2471] = {.lex_state = 1, .external_lex_state = 89}, - [2472] = {.lex_state = 1, .external_lex_state = 90}, - [2473] = {.lex_state = 1, .external_lex_state = 90}, - [2474] = {.lex_state = 1, .external_lex_state = 90}, - [2475] = {.lex_state = 1, .external_lex_state = 93}, - [2476] = {.lex_state = 1, .external_lex_state = 96}, - [2477] = {.lex_state = 1, .external_lex_state = 90}, - [2478] = {.lex_state = 1, .external_lex_state = 89}, - [2479] = {.lex_state = 1, .external_lex_state = 90}, - [2480] = {.lex_state = 1, .external_lex_state = 91}, - [2481] = {.lex_state = 1, .external_lex_state = 91}, - [2482] = {.lex_state = 1, .external_lex_state = 90}, - [2483] = {.lex_state = 1, .external_lex_state = 91}, - [2484] = {.lex_state = 1, .external_lex_state = 90}, - [2485] = {.lex_state = 1, .external_lex_state = 90}, - [2486] = {.lex_state = 1, .external_lex_state = 106}, - [2487] = {.lex_state = 1, .external_lex_state = 90}, - [2488] = {.lex_state = 1, .external_lex_state = 90}, - [2489] = {.lex_state = 1, .external_lex_state = 105}, - [2490] = {.lex_state = 1, .external_lex_state = 90}, - [2491] = {.lex_state = 1, .external_lex_state = 89}, - [2492] = {.lex_state = 1, .external_lex_state = 91}, + [2457] = {.lex_state = 1, .external_lex_state = 70}, + [2458] = {.lex_state = 1, .external_lex_state = 79}, + [2459] = {.lex_state = 1, .external_lex_state = 70}, + [2460] = {.lex_state = 1, .external_lex_state = 70}, + [2461] = {.lex_state = 1, .external_lex_state = 70}, + [2462] = {.lex_state = 1, .external_lex_state = 79}, + [2463] = {.lex_state = 1, .external_lex_state = 90}, + [2464] = {.lex_state = 1, .external_lex_state = 79}, + [2465] = {.lex_state = 1, .external_lex_state = 79}, + [2466] = {.lex_state = 1, .external_lex_state = 70}, + [2467] = {.lex_state = 1, .external_lex_state = 79}, + [2468] = {.lex_state = 1, .external_lex_state = 80}, + [2469] = {.lex_state = 1, .external_lex_state = 70}, + [2470] = {.lex_state = 1, .external_lex_state = 80}, + [2471] = {.lex_state = 1, .external_lex_state = 94}, + [2472] = {.lex_state = 1, .external_lex_state = 91}, + [2473] = {.lex_state = 1, .external_lex_state = 89}, + [2474] = {.lex_state = 1, .external_lex_state = 102}, + [2475] = {.lex_state = 1, .external_lex_state = 89}, + [2476] = {.lex_state = 1, .external_lex_state = 90}, + [2477] = {.lex_state = 1, .external_lex_state = 92}, + [2478] = {.lex_state = 1, .external_lex_state = 92}, + [2479] = {.lex_state = 1, .external_lex_state = 92}, + [2480] = {.lex_state = 1, .external_lex_state = 92}, + [2481] = {.lex_state = 1, .external_lex_state = 92}, + [2482] = {.lex_state = 1, .external_lex_state = 89}, + [2483] = {.lex_state = 1, .external_lex_state = 94}, + [2484] = {.lex_state = 1, .external_lex_state = 89}, + [2485] = {.lex_state = 1, .external_lex_state = 91}, + [2486] = {.lex_state = 1, .external_lex_state = 90}, + [2487] = {.lex_state = 1, .external_lex_state = 94}, + [2488] = {.lex_state = 1, .external_lex_state = 92}, + [2489] = {.lex_state = 1, .external_lex_state = 92}, + [2490] = {.lex_state = 1, .external_lex_state = 89}, + [2491] = {.lex_state = 1, .external_lex_state = 68}, + [2492] = {.lex_state = 1, .external_lex_state = 92}, [2493] = {.lex_state = 1, .external_lex_state = 91}, [2494] = {.lex_state = 1, .external_lex_state = 91}, [2495] = {.lex_state = 1, .external_lex_state = 91}, - [2496] = {.lex_state = 1, .external_lex_state = 93}, - [2497] = {.lex_state = 1, .external_lex_state = 93}, - [2498] = {.lex_state = 1, .external_lex_state = 90}, - [2499] = {.lex_state = 1, .external_lex_state = 91}, - [2500] = {.lex_state = 1, .external_lex_state = 93}, - [2501] = {.lex_state = 1, .external_lex_state = 93}, - [2502] = {.lex_state = 1, .external_lex_state = 93}, - [2503] = {.lex_state = 1, .external_lex_state = 93}, - [2504] = {.lex_state = 1, .external_lex_state = 72}, - [2505] = {.lex_state = 1, .external_lex_state = 93}, - [2506] = {.lex_state = 1, .external_lex_state = 96}, - [2507] = {.lex_state = 1, .external_lex_state = 91}, - [2508] = {.lex_state = 1, .external_lex_state = 96}, - [2509] = {.lex_state = 1, .external_lex_state = 96}, - [2510] = {.lex_state = 1, .external_lex_state = 96}, - [2511] = {.lex_state = 1, .external_lex_state = 96}, - [2512] = {.lex_state = 1, .external_lex_state = 96}, - [2513] = {.lex_state = 1, .external_lex_state = 89}, - [2514] = {.lex_state = 1, .external_lex_state = 96}, - [2515] = {.lex_state = 1, .external_lex_state = 96}, - [2516] = {.lex_state = 1, .external_lex_state = 89}, - [2517] = {.lex_state = 1, .external_lex_state = 89}, - [2518] = {.lex_state = 1, .external_lex_state = 89}, - [2519] = {.lex_state = 1, .external_lex_state = 96}, - [2520] = {.lex_state = 1, .external_lex_state = 103}, - [2521] = {.lex_state = 1, .external_lex_state = 93}, - [2522] = {.lex_state = 1, .external_lex_state = 96}, - [2523] = {.lex_state = 1, .external_lex_state = 89}, + [2496] = {.lex_state = 1, .external_lex_state = 92}, + [2497] = {.lex_state = 1, .external_lex_state = 91}, + [2498] = {.lex_state = 1, .external_lex_state = 92}, + [2499] = {.lex_state = 1, .external_lex_state = 92}, + [2500] = {.lex_state = 1, .external_lex_state = 91}, + [2501] = {.lex_state = 1, .external_lex_state = 91}, + [2502] = {.lex_state = 1, .external_lex_state = 91}, + [2503] = {.lex_state = 1, .external_lex_state = 91}, + [2504] = {.lex_state = 1, .external_lex_state = 90}, + [2505] = {.lex_state = 1, .external_lex_state = 91}, + [2506] = {.lex_state = 1, .external_lex_state = 94}, + [2507] = {.lex_state = 1, .external_lex_state = 103}, + [2508] = {.lex_state = 1, .external_lex_state = 94}, + [2509] = {.lex_state = 1, .external_lex_state = 94}, + [2510] = {.lex_state = 1, .external_lex_state = 94}, + [2511] = {.lex_state = 1, .external_lex_state = 94}, + [2512] = {.lex_state = 1, .external_lex_state = 92}, + [2513] = {.lex_state = 1, .external_lex_state = 104}, + [2514] = {.lex_state = 1, .external_lex_state = 94}, + [2515] = {.lex_state = 1, .external_lex_state = 94}, + [2516] = {.lex_state = 1, .external_lex_state = 94}, + [2517] = {.lex_state = 1, .external_lex_state = 94}, + [2518] = {.lex_state = 1, .external_lex_state = 90}, + [2519] = {.lex_state = 1, .external_lex_state = 90}, + [2520] = {.lex_state = 1, .external_lex_state = 90}, + [2521] = {.lex_state = 1, .external_lex_state = 90}, + [2522] = {.lex_state = 1, .external_lex_state = 90}, + [2523] = {.lex_state = 1, .external_lex_state = 92}, [2524] = {.lex_state = 1, .external_lex_state = 89}, - [2525] = {.lex_state = 1, .external_lex_state = 89}, + [2525] = {.lex_state = 1, .external_lex_state = 90}, [2526] = {.lex_state = 1, .external_lex_state = 89}, [2527] = {.lex_state = 1, .external_lex_state = 89}, - [2528] = {.lex_state = 1, .external_lex_state = 93}, - [2529] = {.lex_state = 1, .external_lex_state = 93}, - [2530] = {.lex_state = 1, .external_lex_state = 91}, - [2531] = {.lex_state = 1, .external_lex_state = 93}, - [2532] = {.lex_state = 1, .external_lex_state = 91}, - [2533] = {.lex_state = 1, .external_lex_state = 90}, + [2528] = {.lex_state = 1, .external_lex_state = 90}, + [2529] = {.lex_state = 1, .external_lex_state = 90}, + [2530] = {.lex_state = 1, .external_lex_state = 90}, + [2531] = {.lex_state = 1, .external_lex_state = 91}, + [2532] = {.lex_state = 1, .external_lex_state = 89}, + [2533] = {.lex_state = 1, .external_lex_state = 89}, [2534] = {.lex_state = 1, .external_lex_state = 89}, - [2535] = {.lex_state = 1, .external_lex_state = 91}, - [2536] = {.lex_state = 1, .external_lex_state = 96}, - [2537] = {.lex_state = 1, .external_lex_state = 85}, - [2538] = {.lex_state = 2, .external_lex_state = 20}, + [2535] = {.lex_state = 1, .external_lex_state = 89}, + [2536] = {.lex_state = 1, .external_lex_state = 89}, + [2537] = {.lex_state = 1, .external_lex_state = 101}, + [2538] = {.lex_state = 1, .external_lex_state = 103}, [2539] = {.lex_state = 1, .external_lex_state = 105}, - [2540] = {.lex_state = 1, .external_lex_state = 85}, - [2541] = {.lex_state = 1, .external_lex_state = 106}, - [2542] = {.lex_state = 2, .external_lex_state = 20}, - [2543] = {.lex_state = 1, .external_lex_state = 106}, + [2540] = {.lex_state = 1, .external_lex_state = 104}, + [2541] = {.lex_state = 1, .external_lex_state = 81}, + [2542] = {.lex_state = 1, .external_lex_state = 101}, + [2543] = {.lex_state = 1, .external_lex_state = 104}, [2544] = {.lex_state = 1, .external_lex_state = 103}, [2545] = {.lex_state = 1, .external_lex_state = 101}, - [2546] = {.lex_state = 1, .external_lex_state = 106}, - [2547] = {.lex_state = 1, .external_lex_state = 85}, - [2548] = {.lex_state = 1, .external_lex_state = 106}, - [2549] = {.lex_state = 1, .external_lex_state = 106}, - [2550] = {.lex_state = 1, .external_lex_state = 85}, - [2551] = {.lex_state = 1, .external_lex_state = 106}, - [2552] = {.lex_state = 1, .external_lex_state = 106}, - [2553] = {.lex_state = 1, .external_lex_state = 106}, - [2554] = {.lex_state = 1, .external_lex_state = 103}, - [2555] = {.lex_state = 1, .external_lex_state = 106}, - [2556] = {.lex_state = 1, .external_lex_state = 85}, + [2546] = {.lex_state = 2, .external_lex_state = 20}, + [2547] = {.lex_state = 1, .external_lex_state = 104}, + [2548] = {.lex_state = 1, .external_lex_state = 81}, + [2549] = {.lex_state = 1, .external_lex_state = 104}, + [2550] = {.lex_state = 1, .external_lex_state = 105}, + [2551] = {.lex_state = 2, .external_lex_state = 15}, + [2552] = {.lex_state = 1, .external_lex_state = 103}, + [2553] = {.lex_state = 1, .external_lex_state = 81}, + [2554] = {.lex_state = 1, .external_lex_state = 81}, + [2555] = {.lex_state = 1, .external_lex_state = 101}, + [2556] = {.lex_state = 1, .external_lex_state = 102}, [2557] = {.lex_state = 1, .external_lex_state = 103}, - [2558] = {.lex_state = 1, .external_lex_state = 103}, - [2559] = {.lex_state = 1, .external_lex_state = 105}, - [2560] = {.lex_state = 1, .external_lex_state = 104}, - [2561] = {.lex_state = 1, .external_lex_state = 105}, - [2562] = {.lex_state = 1, .external_lex_state = 105}, - [2563] = {.lex_state = 1, .external_lex_state = 105}, - [2564] = {.lex_state = 1, .external_lex_state = 103}, - [2565] = {.lex_state = 1, .external_lex_state = 101}, - [2566] = {.lex_state = 1, .external_lex_state = 105}, - [2567] = {.lex_state = 1, .external_lex_state = 85}, - [2568] = {.lex_state = 1, .external_lex_state = 105}, - [2569] = {.lex_state = 1, .external_lex_state = 106}, - [2570] = {.lex_state = 1, .external_lex_state = 104}, - [2571] = {.lex_state = 1, .external_lex_state = 106}, - [2572] = {.lex_state = 1, .external_lex_state = 106}, - [2573] = {.lex_state = 1, .external_lex_state = 104}, - [2574] = {.lex_state = 1, .external_lex_state = 104}, - [2575] = {.lex_state = 1, .external_lex_state = 101}, - [2576] = {.lex_state = 1, .external_lex_state = 104}, - [2577] = {.lex_state = 1, .external_lex_state = 104}, - [2578] = {.lex_state = 1, .external_lex_state = 104}, - [2579] = {.lex_state = 2, .external_lex_state = 15}, + [2558] = {.lex_state = 1, .external_lex_state = 102}, + [2559] = {.lex_state = 1, .external_lex_state = 81}, + [2560] = {.lex_state = 1, .external_lex_state = 102}, + [2561] = {.lex_state = 1, .external_lex_state = 103}, + [2562] = {.lex_state = 1, .external_lex_state = 81}, + [2563] = {.lex_state = 1, .external_lex_state = 81}, + [2564] = {.lex_state = 1, .external_lex_state = 81}, + [2565] = {.lex_state = 1, .external_lex_state = 81}, + [2566] = {.lex_state = 1, .external_lex_state = 81}, + [2567] = {.lex_state = 1, .external_lex_state = 102}, + [2568] = {.lex_state = 1, .external_lex_state = 101}, + [2569] = {.lex_state = 1, .external_lex_state = 101}, + [2570] = {.lex_state = 1, .external_lex_state = 101}, + [2571] = {.lex_state = 1, .external_lex_state = 101}, + [2572] = {.lex_state = 1, .external_lex_state = 102}, + [2573] = {.lex_state = 1, .external_lex_state = 101}, + [2574] = {.lex_state = 1, .external_lex_state = 101}, + [2575] = {.lex_state = 1, .external_lex_state = 102}, + [2576] = {.lex_state = 2, .external_lex_state = 20}, + [2577] = {.lex_state = 1, .external_lex_state = 103}, + [2578] = {.lex_state = 1, .external_lex_state = 103}, + [2579] = {.lex_state = 1, .external_lex_state = 101}, [2580] = {.lex_state = 1, .external_lex_state = 104}, [2581] = {.lex_state = 1, .external_lex_state = 104}, - [2582] = {.lex_state = 1, .external_lex_state = 104}, + [2582] = {.lex_state = 1, .external_lex_state = 81}, [2583] = {.lex_state = 1, .external_lex_state = 104}, - [2584] = {.lex_state = 1, .external_lex_state = 85}, - [2585] = {.lex_state = 1, .external_lex_state = 103}, - [2586] = {.lex_state = 1, .external_lex_state = 105}, - [2587] = {.lex_state = 1, .external_lex_state = 103}, - [2588] = {.lex_state = 1, .external_lex_state = 85}, + [2584] = {.lex_state = 1, .external_lex_state = 81}, + [2585] = {.lex_state = 1, .external_lex_state = 105}, + [2586] = {.lex_state = 1, .external_lex_state = 101}, + [2587] = {.lex_state = 1, .external_lex_state = 105}, + [2588] = {.lex_state = 1, .external_lex_state = 105}, [2589] = {.lex_state = 1, .external_lex_state = 105}, - [2590] = {.lex_state = 1, .external_lex_state = 85}, - [2591] = {.lex_state = 1, .external_lex_state = 105}, + [2590] = {.lex_state = 1, .external_lex_state = 101}, + [2591] = {.lex_state = 1, .external_lex_state = 102}, [2592] = {.lex_state = 1, .external_lex_state = 105}, - [2593] = {.lex_state = 2, .external_lex_state = 20}, - [2594] = {.lex_state = 1, .external_lex_state = 105}, - [2595] = {.lex_state = 1, .external_lex_state = 103}, - [2596] = {.lex_state = 1, .external_lex_state = 103}, - [2597] = {.lex_state = 1, .external_lex_state = 103}, - [2598] = {.lex_state = 1, .external_lex_state = 101}, - [2599] = {.lex_state = 1, .external_lex_state = 101}, - [2600] = {.lex_state = 1, .external_lex_state = 101}, - [2601] = {.lex_state = 1, .external_lex_state = 101}, - [2602] = {.lex_state = 1, .external_lex_state = 101}, - [2603] = {.lex_state = 1, .external_lex_state = 101}, - [2604] = {.lex_state = 1, .external_lex_state = 101}, - [2605] = {.lex_state = 1, .external_lex_state = 101}, - [2606] = {.lex_state = 1, .external_lex_state = 101}, - [2607] = {.lex_state = 1, .external_lex_state = 101}, - [2608] = {.lex_state = 1, .external_lex_state = 103}, - [2609] = {.lex_state = 1, .external_lex_state = 104}, - [2610] = {.lex_state = 1, .external_lex_state = 85}, - [2611] = {.lex_state = 1, .external_lex_state = 103}, - [2612] = {.lex_state = 1, .external_lex_state = 85}, - [2613] = {.lex_state = 2, .external_lex_state = 20}, - [2614] = {.lex_state = 1, .external_lex_state = 85}, - [2615] = {.lex_state = 1, .external_lex_state = 104}, - [2616] = {.lex_state = 1, .external_lex_state = 119}, - [2617] = {.lex_state = 2, .external_lex_state = 22}, - [2618] = {.lex_state = 1, .external_lex_state = 122}, - [2619] = {.lex_state = 2, .external_lex_state = 22}, - [2620] = {.lex_state = 2, .external_lex_state = 22}, + [2593] = {.lex_state = 1, .external_lex_state = 102}, + [2594] = {.lex_state = 1, .external_lex_state = 103}, + [2595] = {.lex_state = 1, .external_lex_state = 104}, + [2596] = {.lex_state = 1, .external_lex_state = 105}, + [2597] = {.lex_state = 1, .external_lex_state = 104}, + [2598] = {.lex_state = 1, .external_lex_state = 105}, + [2599] = {.lex_state = 2, .external_lex_state = 20}, + [2600] = {.lex_state = 1, .external_lex_state = 103}, + [2601] = {.lex_state = 1, .external_lex_state = 105}, + [2602] = {.lex_state = 1, .external_lex_state = 104}, + [2603] = {.lex_state = 1, .external_lex_state = 102}, + [2604] = {.lex_state = 1, .external_lex_state = 103}, + [2605] = {.lex_state = 1, .external_lex_state = 103}, + [2606] = {.lex_state = 1, .external_lex_state = 102}, + [2607] = {.lex_state = 1, .external_lex_state = 104}, + [2608] = {.lex_state = 1, .external_lex_state = 105}, + [2609] = {.lex_state = 2, .external_lex_state = 20}, + [2610] = {.lex_state = 1, .external_lex_state = 105}, + [2611] = {.lex_state = 1, .external_lex_state = 104}, + [2612] = {.lex_state = 1, .external_lex_state = 105}, + [2613] = {.lex_state = 1, .external_lex_state = 102}, + [2614] = {.lex_state = 1, .external_lex_state = 102}, + [2615] = {.lex_state = 1, .external_lex_state = 103}, + [2616] = {.lex_state = 1, .external_lex_state = 118}, + [2617] = {.lex_state = 1, .external_lex_state = 115}, + [2618] = {.lex_state = 1, .external_lex_state = 117}, + [2619] = {.lex_state = 1, .external_lex_state = 117}, + [2620] = {.lex_state = 1, .external_lex_state = 118}, [2621] = {.lex_state = 1, .external_lex_state = 119}, - [2622] = {.lex_state = 1, .external_lex_state = 121}, - [2623] = {.lex_state = 1, .external_lex_state = 114}, - [2624] = {.lex_state = 1, .external_lex_state = 122}, - [2625] = {.lex_state = 1, .external_lex_state = 121}, - [2626] = {.lex_state = 2, .external_lex_state = 132}, - [2627] = {.lex_state = 1, .external_lex_state = 121}, - [2628] = {.lex_state = 1, .external_lex_state = 121}, + [2622] = {.lex_state = 1, .external_lex_state = 119}, + [2623] = {.lex_state = 1, .external_lex_state = 120}, + [2624] = {.lex_state = 1, .external_lex_state = 120}, + [2625] = {.lex_state = 1, .external_lex_state = 117}, + [2626] = {.lex_state = 1, .external_lex_state = 119}, + [2627] = {.lex_state = 1, .external_lex_state = 117}, + [2628] = {.lex_state = 1, .external_lex_state = 119}, [2629] = {.lex_state = 2, .external_lex_state = 22}, - [2630] = {.lex_state = 2, .external_lex_state = 22}, - [2631] = {.lex_state = 1, .external_lex_state = 122}, - [2632] = {.lex_state = 1, .external_lex_state = 113}, - [2633] = {.lex_state = 1, .external_lex_state = 121}, - [2634] = {.lex_state = 1, .external_lex_state = 113}, - [2635] = {.lex_state = 1, .external_lex_state = 114}, - [2636] = {.lex_state = 2, .external_lex_state = 132}, - [2637] = {.lex_state = 2, .external_lex_state = 22}, - [2638] = {.lex_state = 2, .external_lex_state = 22}, - [2639] = {.lex_state = 1, .external_lex_state = 114}, - [2640] = {.lex_state = 1, .external_lex_state = 113}, - [2641] = {.lex_state = 1, .external_lex_state = 121}, - [2642] = {.lex_state = 1, .external_lex_state = 121}, - [2643] = {.lex_state = 1, .external_lex_state = 113}, - [2644] = {.lex_state = 1, .external_lex_state = 114}, - [2645] = {.lex_state = 2, .external_lex_state = 22}, - [2646] = {.lex_state = 1, .external_lex_state = 114}, - [2647] = {.lex_state = 1, .external_lex_state = 121}, - [2648] = {.lex_state = 1, .external_lex_state = 114}, - [2649] = {.lex_state = 1, .external_lex_state = 122}, - [2650] = {.lex_state = 1, .external_lex_state = 114}, - [2651] = {.lex_state = 1, .external_lex_state = 119}, - [2652] = {.lex_state = 1, .external_lex_state = 113}, - [2653] = {.lex_state = 1, .external_lex_state = 119}, - [2654] = {.lex_state = 1, .external_lex_state = 119}, - [2655] = {.lex_state = 1, .external_lex_state = 122}, - [2656] = {.lex_state = 1, .external_lex_state = 122}, + [2630] = {.lex_state = 1, .external_lex_state = 119}, + [2631] = {.lex_state = 1, .external_lex_state = 117}, + [2632] = {.lex_state = 1, .external_lex_state = 117}, + [2633] = {.lex_state = 1, .external_lex_state = 117}, + [2634] = {.lex_state = 1, .external_lex_state = 119}, + [2635] = {.lex_state = 1, .external_lex_state = 120}, + [2636] = {.lex_state = 1, .external_lex_state = 120}, + [2637] = {.lex_state = 1, .external_lex_state = 115}, + [2638] = {.lex_state = 1, .external_lex_state = 119}, + [2639] = {.lex_state = 1, .external_lex_state = 119}, + [2640] = {.lex_state = 1, .external_lex_state = 117}, + [2641] = {.lex_state = 1, .external_lex_state = 119}, + [2642] = {.lex_state = 1, .external_lex_state = 115}, + [2643] = {.lex_state = 1, .external_lex_state = 120}, + [2644] = {.lex_state = 1, .external_lex_state = 120}, + [2645] = {.lex_state = 1, .external_lex_state = 120}, + [2646] = {.lex_state = 1, .external_lex_state = 120}, + [2647] = {.lex_state = 1, .external_lex_state = 118}, + [2648] = {.lex_state = 1, .external_lex_state = 120}, + [2649] = {.lex_state = 1, .external_lex_state = 115}, + [2650] = {.lex_state = 1, .external_lex_state = 119}, + [2651] = {.lex_state = 1, .external_lex_state = 118}, + [2652] = {.lex_state = 1, .external_lex_state = 120}, + [2653] = {.lex_state = 1, .external_lex_state = 118}, + [2654] = {.lex_state = 1, .external_lex_state = 118}, + [2655] = {.lex_state = 1, .external_lex_state = 118}, + [2656] = {.lex_state = 1, .external_lex_state = 117}, [2657] = {.lex_state = 1, .external_lex_state = 119}, - [2658] = {.lex_state = 2, .external_lex_state = 132}, - [2659] = {.lex_state = 1, .external_lex_state = 114}, - [2660] = {.lex_state = 1, .external_lex_state = 119}, - [2661] = {.lex_state = 1, .external_lex_state = 122}, - [2662] = {.lex_state = 1, .external_lex_state = 114}, - [2663] = {.lex_state = 1, .external_lex_state = 122}, - [2664] = {.lex_state = 1, .external_lex_state = 113}, - [2665] = {.lex_state = 1, .external_lex_state = 114}, - [2666] = {.lex_state = 1, .external_lex_state = 122}, - [2667] = {.lex_state = 1, .external_lex_state = 114}, - [2668] = {.lex_state = 1, .external_lex_state = 114}, - [2669] = {.lex_state = 1, .external_lex_state = 122}, - [2670] = {.lex_state = 1, .external_lex_state = 113}, - [2671] = {.lex_state = 1, .external_lex_state = 119}, - [2672] = {.lex_state = 1, .external_lex_state = 121}, - [2673] = {.lex_state = 1, .external_lex_state = 121}, - [2674] = {.lex_state = 1, .external_lex_state = 119}, - [2675] = {.lex_state = 1, .external_lex_state = 119}, - [2676] = {.lex_state = 2, .external_lex_state = 22}, - [2677] = {.lex_state = 1, .external_lex_state = 113}, - [2678] = {.lex_state = 2, .external_lex_state = 22}, - [2679] = {.lex_state = 1, .external_lex_state = 113}, - [2680] = {.lex_state = 1, .external_lex_state = 119}, - [2681] = {.lex_state = 1, .external_lex_state = 122}, - [2682] = {.lex_state = 1, .external_lex_state = 121}, - [2683] = {.lex_state = 1, .external_lex_state = 121}, - [2684] = {.lex_state = 1, .external_lex_state = 119}, - [2685] = {.lex_state = 1, .external_lex_state = 122}, - [2686] = {.lex_state = 1, .external_lex_state = 122}, - [2687] = {.lex_state = 1, .external_lex_state = 119}, - [2688] = {.lex_state = 1, .external_lex_state = 113}, - [2689] = {.lex_state = 2, .external_lex_state = 132}, - [2690] = {.lex_state = 1, .external_lex_state = 113}, - [2691] = {.lex_state = 2, .external_lex_state = 22}, - [2692] = {.lex_state = 1, .external_lex_state = 113}, - [2693] = {.lex_state = 1, .external_lex_state = 130}, - [2694] = {.lex_state = 1, .external_lex_state = 127}, - [2695] = {.lex_state = 1, .external_lex_state = 127}, - [2696] = {.lex_state = 1, .external_lex_state = 125}, + [2658] = {.lex_state = 1, .external_lex_state = 119}, + [2659] = {.lex_state = 2, .external_lex_state = 22}, + [2660] = {.lex_state = 1, .external_lex_state = 120}, + [2661] = {.lex_state = 1, .external_lex_state = 117}, + [2662] = {.lex_state = 1, .external_lex_state = 118}, + [2663] = {.lex_state = 1, .external_lex_state = 118}, + [2664] = {.lex_state = 1, .external_lex_state = 118}, + [2665] = {.lex_state = 2, .external_lex_state = 22}, + [2666] = {.lex_state = 2, .external_lex_state = 22}, + [2667] = {.lex_state = 2, .external_lex_state = 22}, + [2668] = {.lex_state = 2, .external_lex_state = 22}, + [2669] = {.lex_state = 1, .external_lex_state = 115}, + [2670] = {.lex_state = 1, .external_lex_state = 118}, + [2671] = {.lex_state = 1, .external_lex_state = 115}, + [2672] = {.lex_state = 2, .external_lex_state = 22}, + [2673] = {.lex_state = 1, .external_lex_state = 118}, + [2674] = {.lex_state = 1, .external_lex_state = 115}, + [2675] = {.lex_state = 1, .external_lex_state = 115}, + [2676] = {.lex_state = 1, .external_lex_state = 115}, + [2677] = {.lex_state = 1, .external_lex_state = 117}, + [2678] = {.lex_state = 2, .external_lex_state = 132}, + [2679] = {.lex_state = 2, .external_lex_state = 22}, + [2680] = {.lex_state = 1, .external_lex_state = 120}, + [2681] = {.lex_state = 1, .external_lex_state = 117}, + [2682] = {.lex_state = 2, .external_lex_state = 22}, + [2683] = {.lex_state = 1, .external_lex_state = 115}, + [2684] = {.lex_state = 2, .external_lex_state = 22}, + [2685] = {.lex_state = 2, .external_lex_state = 132}, + [2686] = {.lex_state = 1, .external_lex_state = 115}, + [2687] = {.lex_state = 2, .external_lex_state = 22}, + [2688] = {.lex_state = 2, .external_lex_state = 132}, + [2689] = {.lex_state = 1, .external_lex_state = 115}, + [2690] = {.lex_state = 1, .external_lex_state = 115}, + [2691] = {.lex_state = 1, .external_lex_state = 119}, + [2692] = {.lex_state = 2, .external_lex_state = 132}, + [2693] = {.lex_state = 1, .external_lex_state = 129}, + [2694] = {.lex_state = 1, .external_lex_state = 112}, + [2695] = {.lex_state = 1, .external_lex_state = 129}, + [2696] = {.lex_state = 1, .external_lex_state = 130}, [2697] = {.lex_state = 1, .external_lex_state = 127}, - [2698] = {.lex_state = 1, .external_lex_state = 127}, - [2699] = {.lex_state = 1, .external_lex_state = 112}, - [2700] = {.lex_state = 1, .external_lex_state = 130}, + [2698] = {.lex_state = 1, .external_lex_state = 129}, + [2699] = {.lex_state = 1, .external_lex_state = 130}, + [2700] = {.lex_state = 1, .external_lex_state = 129}, [2701] = {.lex_state = 1, .external_lex_state = 130}, - [2702] = {.lex_state = 1, .external_lex_state = 125}, - [2703] = {.lex_state = 1, .external_lex_state = 125}, - [2704] = {.lex_state = 1, .external_lex_state = 125}, - [2705] = {.lex_state = 1, .external_lex_state = 130}, - [2706] = {.lex_state = 1, .external_lex_state = 125}, + [2702] = {.lex_state = 1, .external_lex_state = 112}, + [2703] = {.lex_state = 1, .external_lex_state = 127}, + [2704] = {.lex_state = 2, .external_lex_state = 133}, + [2705] = {.lex_state = 1, .external_lex_state = 112}, + [2706] = {.lex_state = 1, .external_lex_state = 130}, [2707] = {.lex_state = 1, .external_lex_state = 129}, - [2708] = {.lex_state = 1, .external_lex_state = 112}, - [2709] = {.lex_state = 1, .external_lex_state = 126}, - [2710] = {.lex_state = 1, .external_lex_state = 126}, - [2711] = {.lex_state = 1, .external_lex_state = 130}, - [2712] = {.lex_state = 1, .external_lex_state = 130}, - [2713] = {.lex_state = 1, .external_lex_state = 126}, + [2708] = {.lex_state = 1, .external_lex_state = 130}, + [2709] = {.lex_state = 1, .external_lex_state = 125}, + [2710] = {.lex_state = 1, .external_lex_state = 127}, + [2711] = {.lex_state = 1, .external_lex_state = 127}, + [2712] = {.lex_state = 1, .external_lex_state = 129}, + [2713] = {.lex_state = 1, .external_lex_state = 112}, [2714] = {.lex_state = 2, .external_lex_state = 133}, - [2715] = {.lex_state = 1, .external_lex_state = 126}, - [2716] = {.lex_state = 1, .external_lex_state = 126}, - [2717] = {.lex_state = 1, .external_lex_state = 126}, - [2718] = {.lex_state = 1, .external_lex_state = 126}, - [2719] = {.lex_state = 1, .external_lex_state = 112}, - [2720] = {.lex_state = 1, .external_lex_state = 126}, - [2721] = {.lex_state = 1, .external_lex_state = 127}, - [2722] = {.lex_state = 2, .external_lex_state = 133}, - [2723] = {.lex_state = 1, .external_lex_state = 130}, + [2715] = {.lex_state = 1, .external_lex_state = 128}, + [2716] = {.lex_state = 1, .external_lex_state = 129}, + [2717] = {.lex_state = 1, .external_lex_state = 127}, + [2718] = {.lex_state = 1, .external_lex_state = 112}, + [2719] = {.lex_state = 1, .external_lex_state = 130}, + [2720] = {.lex_state = 1, .external_lex_state = 125}, + [2721] = {.lex_state = 1, .external_lex_state = 129}, + [2722] = {.lex_state = 1, .external_lex_state = 125}, + [2723] = {.lex_state = 2, .external_lex_state = 133}, [2724] = {.lex_state = 2, .external_lex_state = 133}, - [2725] = {.lex_state = 1, .external_lex_state = 126}, - [2726] = {.lex_state = 2, .external_lex_state = 133}, - [2727] = {.lex_state = 1, .external_lex_state = 125}, + [2725] = {.lex_state = 1, .external_lex_state = 130}, + [2726] = {.lex_state = 1, .external_lex_state = 127}, + [2727] = {.lex_state = 1, .external_lex_state = 130}, [2728] = {.lex_state = 1, .external_lex_state = 130}, - [2729] = {.lex_state = 1, .external_lex_state = 126}, - [2730] = {.lex_state = 1, .external_lex_state = 126}, - [2731] = {.lex_state = 1, .external_lex_state = 130}, - [2732] = {.lex_state = 1, .external_lex_state = 126}, - [2733] = {.lex_state = 1, .external_lex_state = 127}, - [2734] = {.lex_state = 1, .external_lex_state = 125}, - [2735] = {.lex_state = 1, .external_lex_state = 125}, - [2736] = {.lex_state = 1, .external_lex_state = 112}, - [2737] = {.lex_state = 1, .external_lex_state = 129}, - [2738] = {.lex_state = 1, .external_lex_state = 129}, - [2739] = {.lex_state = 1, .external_lex_state = 130}, - [2740] = {.lex_state = 1, .external_lex_state = 129}, - [2741] = {.lex_state = 1, .external_lex_state = 129}, - [2742] = {.lex_state = 1, .external_lex_state = 129}, - [2743] = {.lex_state = 1, .external_lex_state = 129}, + [2729] = {.lex_state = 1, .external_lex_state = 130}, + [2730] = {.lex_state = 1, .external_lex_state = 112}, + [2731] = {.lex_state = 1, .external_lex_state = 112}, + [2732] = {.lex_state = 1, .external_lex_state = 125}, + [2733] = {.lex_state = 1, .external_lex_state = 112}, + [2734] = {.lex_state = 1, .external_lex_state = 127}, + [2735] = {.lex_state = 1, .external_lex_state = 112}, + [2736] = {.lex_state = 1, .external_lex_state = 128}, + [2737] = {.lex_state = 1, .external_lex_state = 127}, + [2738] = {.lex_state = 1, .external_lex_state = 128}, + [2739] = {.lex_state = 2, .external_lex_state = 133}, + [2740] = {.lex_state = 1, .external_lex_state = 125}, + [2741] = {.lex_state = 1, .external_lex_state = 128}, + [2742] = {.lex_state = 1, .external_lex_state = 128}, + [2743] = {.lex_state = 1, .external_lex_state = 128}, [2744] = {.lex_state = 1, .external_lex_state = 130}, - [2745] = {.lex_state = 1, .external_lex_state = 129}, - [2746] = {.lex_state = 1, .external_lex_state = 125}, - [2747] = {.lex_state = 1, .external_lex_state = 127}, - [2748] = {.lex_state = 1, .external_lex_state = 127}, - [2749] = {.lex_state = 1, .external_lex_state = 127}, - [2750] = {.lex_state = 1, .external_lex_state = 130}, - [2751] = {.lex_state = 1, .external_lex_state = 127}, - [2752] = {.lex_state = 1, .external_lex_state = 125}, - [2753] = {.lex_state = 1, .external_lex_state = 125}, - [2754] = {.lex_state = 2, .external_lex_state = 133}, - [2755] = {.lex_state = 1, .external_lex_state = 129}, - [2756] = {.lex_state = 1, .external_lex_state = 112}, - [2757] = {.lex_state = 1, .external_lex_state = 125}, - [2758] = {.lex_state = 1, .external_lex_state = 127}, - [2759] = {.lex_state = 1, .external_lex_state = 129}, - [2760] = {.lex_state = 1, .external_lex_state = 129}, - [2761] = {.lex_state = 1, .external_lex_state = 112}, - [2762] = {.lex_state = 1, .external_lex_state = 112}, - [2763] = {.lex_state = 1, .external_lex_state = 112}, - [2764] = {.lex_state = 1, .external_lex_state = 112}, - [2765] = {.lex_state = 1, .external_lex_state = 129}, - [2766] = {.lex_state = 1, .external_lex_state = 127}, - [2767] = {.lex_state = 1, .external_lex_state = 129}, - [2768] = {.lex_state = 1, .external_lex_state = 127}, - [2769] = {.lex_state = 1, .external_lex_state = 112}, + [2745] = {.lex_state = 1, .external_lex_state = 127}, + [2746] = {.lex_state = 1, .external_lex_state = 129}, + [2747] = {.lex_state = 1, .external_lex_state = 128}, + [2748] = {.lex_state = 1, .external_lex_state = 125}, + [2749] = {.lex_state = 1, .external_lex_state = 128}, + [2750] = {.lex_state = 1, .external_lex_state = 127}, + [2751] = {.lex_state = 1, .external_lex_state = 129}, + [2752] = {.lex_state = 1, .external_lex_state = 129}, + [2753] = {.lex_state = 1, .external_lex_state = 129}, + [2754] = {.lex_state = 1, .external_lex_state = 130}, + [2755] = {.lex_state = 1, .external_lex_state = 128}, + [2756] = {.lex_state = 1, .external_lex_state = 128}, + [2757] = {.lex_state = 1, .external_lex_state = 128}, + [2758] = {.lex_state = 1, .external_lex_state = 125}, + [2759] = {.lex_state = 1, .external_lex_state = 112}, + [2760] = {.lex_state = 1, .external_lex_state = 128}, + [2761] = {.lex_state = 1, .external_lex_state = 127}, + [2762] = {.lex_state = 1, .external_lex_state = 125}, + [2763] = {.lex_state = 1, .external_lex_state = 125}, + [2764] = {.lex_state = 1, .external_lex_state = 125}, + [2765] = {.lex_state = 1, .external_lex_state = 127}, + [2766] = {.lex_state = 1, .external_lex_state = 125}, + [2767] = {.lex_state = 1, .external_lex_state = 125}, + [2768] = {.lex_state = 1, .external_lex_state = 128}, + [2769] = {.lex_state = 1, .external_lex_state = 125}, [2770] = {.lex_state = 1, .external_lex_state = 112}, [2771] = {.lex_state = 1, .external_lex_state = 112}, [2772] = {.lex_state = 1, .external_lex_state = 112}, @@ -15975,20 +15975,20 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2791] = {.lex_state = 0, .external_lex_state = 134}, [2792] = {.lex_state = 0, .external_lex_state = 134}, [2793] = {.lex_state = 0, .external_lex_state = 134}, - [2794] = {.lex_state = 2, .external_lex_state = 135}, + [2794] = {.lex_state = 0, .external_lex_state = 134}, [2795] = {.lex_state = 0, .external_lex_state = 134}, - [2796] = {.lex_state = 0, .external_lex_state = 134}, + [2796] = {.lex_state = 2, .external_lex_state = 135}, [2797] = {.lex_state = 2, .external_lex_state = 135}, [2798] = {.lex_state = 2, .external_lex_state = 135}, [2799] = {.lex_state = 2, .external_lex_state = 136}, [2800] = {.lex_state = 2, .external_lex_state = 137}, - [2801] = {.lex_state = 2, .external_lex_state = 138}, + [2801] = {.lex_state = 2, .external_lex_state = 136}, [2802] = {.lex_state = 2, .external_lex_state = 138}, - [2803] = {.lex_state = 2, .external_lex_state = 137}, - [2804] = {.lex_state = 2, .external_lex_state = 136}, + [2803] = {.lex_state = 2, .external_lex_state = 138}, + [2804] = {.lex_state = 2, .external_lex_state = 138}, [2805] = {.lex_state = 2, .external_lex_state = 137}, - [2806] = {.lex_state = 2, .external_lex_state = 138}, - [2807] = {.lex_state = 2, .external_lex_state = 136}, + [2806] = {.lex_state = 2, .external_lex_state = 136}, + [2807] = {.lex_state = 2, .external_lex_state = 137}, [2808] = {.lex_state = 2, .external_lex_state = 6}, [2809] = {.lex_state = 2, .external_lex_state = 6}, [2810] = {.lex_state = 2, .external_lex_state = 6}, @@ -15999,7 +15999,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2815] = {.lex_state = 2, .external_lex_state = 6}, [2816] = {.lex_state = 2, .external_lex_state = 6}, [2817] = {.lex_state = 2, .external_lex_state = 6}, - [2818] = {.lex_state = 2, .external_lex_state = 6}, + [2818] = {.lex_state = 2, .external_lex_state = 139}, [2819] = {.lex_state = 2, .external_lex_state = 6}, [2820] = {.lex_state = 2, .external_lex_state = 6}, [2821] = {.lex_state = 2, .external_lex_state = 6}, @@ -16015,11 +16015,11 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2831] = {.lex_state = 2, .external_lex_state = 6}, [2832] = {.lex_state = 2, .external_lex_state = 6}, [2833] = {.lex_state = 2, .external_lex_state = 6}, - [2834] = {.lex_state = 2, .external_lex_state = 6}, + [2834] = {.lex_state = 2, .external_lex_state = 139}, [2835] = {.lex_state = 2, .external_lex_state = 6}, [2836] = {.lex_state = 2, .external_lex_state = 6}, - [2837] = {.lex_state = 2, .external_lex_state = 139}, - [2838] = {.lex_state = 2, .external_lex_state = 6}, + [2837] = {.lex_state = 2, .external_lex_state = 6}, + [2838] = {.lex_state = 2, .external_lex_state = 139}, [2839] = {.lex_state = 2, .external_lex_state = 6}, [2840] = {.lex_state = 2, .external_lex_state = 6}, [2841] = {.lex_state = 2, .external_lex_state = 6}, @@ -16030,7 +16030,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2846] = {.lex_state = 2, .external_lex_state = 6}, [2847] = {.lex_state = 2, .external_lex_state = 6}, [2848] = {.lex_state = 2, .external_lex_state = 6}, - [2849] = {.lex_state = 2, .external_lex_state = 139}, + [2849] = {.lex_state = 2, .external_lex_state = 6}, [2850] = {.lex_state = 2, .external_lex_state = 6}, [2851] = {.lex_state = 2, .external_lex_state = 6}, [2852] = {.lex_state = 2, .external_lex_state = 6}, @@ -16040,7 +16040,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2856] = {.lex_state = 2, .external_lex_state = 6}, [2857] = {.lex_state = 2, .external_lex_state = 6}, [2858] = {.lex_state = 2, .external_lex_state = 6}, - [2859] = {.lex_state = 2, .external_lex_state = 139}, + [2859] = {.lex_state = 2, .external_lex_state = 6}, [2860] = {.lex_state = 2, .external_lex_state = 6}, [2861] = {.lex_state = 2, .external_lex_state = 6}, [2862] = {.lex_state = 2, .external_lex_state = 6}, @@ -16055,7 +16055,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2871] = {.lex_state = 2, .external_lex_state = 8}, [2872] = {.lex_state = 2, .external_lex_state = 8}, [2873] = {.lex_state = 2, .external_lex_state = 8}, - [2874] = {.lex_state = 2, .external_lex_state = 135}, + [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}, @@ -16068,10 +16068,10 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2884] = {.lex_state = 2, .external_lex_state = 8}, [2885] = {.lex_state = 2, .external_lex_state = 8}, [2886] = {.lex_state = 2, .external_lex_state = 8}, - [2887] = {.lex_state = 0, .external_lex_state = 140}, + [2887] = {.lex_state = 2, .external_lex_state = 8}, [2888] = {.lex_state = 2, .external_lex_state = 8}, [2889] = {.lex_state = 2, .external_lex_state = 8}, - [2890] = {.lex_state = 2, .external_lex_state = 8}, + [2890] = {.lex_state = 0, .external_lex_state = 140}, [2891] = {.lex_state = 2, .external_lex_state = 8}, [2892] = {.lex_state = 2, .external_lex_state = 8}, [2893] = {.lex_state = 2, .external_lex_state = 8}, @@ -16081,7 +16081,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2897] = {.lex_state = 2, .external_lex_state = 8}, [2898] = {.lex_state = 2, .external_lex_state = 8}, [2899] = {.lex_state = 2, .external_lex_state = 8}, - [2900] = {.lex_state = 2, .external_lex_state = 135}, + [2900] = {.lex_state = 2, .external_lex_state = 8}, [2901] = {.lex_state = 2, .external_lex_state = 8}, [2902] = {.lex_state = 2, .external_lex_state = 8}, [2903] = {.lex_state = 2, .external_lex_state = 8}, @@ -16105,20 +16105,20 @@ 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}, + [2926] = {.lex_state = 2, .external_lex_state = 135}, [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 = 8}, [2931] = {.lex_state = 2, .external_lex_state = 8}, - [2932] = {.lex_state = 2, .external_lex_state = 9}, + [2932] = {.lex_state = 2, .external_lex_state = 141}, [2933] = {.lex_state = 2, .external_lex_state = 9}, - [2934] = {.lex_state = 2, .external_lex_state = 9}, - [2935] = {.lex_state = 2, .external_lex_state = 141}, + [2934] = {.lex_state = 0, .external_lex_state = 142}, + [2935] = {.lex_state = 2, .external_lex_state = 9}, [2936] = {.lex_state = 2, .external_lex_state = 9}, - [2937] = {.lex_state = 2, .external_lex_state = 9}, + [2937] = {.lex_state = 0, .external_lex_state = 23}, [2938] = {.lex_state = 2, .external_lex_state = 9}, [2939] = {.lex_state = 2, .external_lex_state = 9}, [2940] = {.lex_state = 2, .external_lex_state = 9}, @@ -16140,11 +16140,11 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2956] = {.lex_state = 2, .external_lex_state = 9}, [2957] = {.lex_state = 2, .external_lex_state = 9}, [2958] = {.lex_state = 2, .external_lex_state = 9}, - [2959] = {.lex_state = 0, .external_lex_state = 23}, + [2959] = {.lex_state = 2, .external_lex_state = 9}, [2960] = {.lex_state = 2, .external_lex_state = 9}, [2961] = {.lex_state = 2, .external_lex_state = 9}, - [2962] = {.lex_state = 2, .external_lex_state = 141}, - [2963] = {.lex_state = 0, .external_lex_state = 142}, + [2962] = {.lex_state = 2, .external_lex_state = 9}, + [2963] = {.lex_state = 2, .external_lex_state = 9}, [2964] = {.lex_state = 2, .external_lex_state = 9}, [2965] = {.lex_state = 2, .external_lex_state = 9}, [2966] = {.lex_state = 2, .external_lex_state = 9}, @@ -16167,122 +16167,122 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2983] = {.lex_state = 2, .external_lex_state = 9}, [2984] = {.lex_state = 2, .external_lex_state = 9}, [2985] = {.lex_state = 2, .external_lex_state = 9}, - [2986] = {.lex_state = 2, .external_lex_state = 9}, + [2986] = {.lex_state = 2, .external_lex_state = 141}, [2987] = {.lex_state = 2, .external_lex_state = 9}, [2988] = {.lex_state = 2, .external_lex_state = 9}, [2989] = {.lex_state = 2, .external_lex_state = 9}, - [2990] = {.lex_state = 2, .external_lex_state = 141}, + [2990] = {.lex_state = 2, .external_lex_state = 9}, [2991] = {.lex_state = 2, .external_lex_state = 9}, [2992] = {.lex_state = 2, .external_lex_state = 9}, - [2993] = {.lex_state = 2, .external_lex_state = 9}, + [2993] = {.lex_state = 2, .external_lex_state = 141}, [2994] = {.lex_state = 2, .external_lex_state = 9}, [2995] = {.lex_state = 2, .external_lex_state = 9}, - [2996] = {.lex_state = 2, .external_lex_state = 143}, - [2997] = {.lex_state = 0, .external_lex_state = 144}, - [2998] = {.lex_state = 0, .external_lex_state = 28}, - [2999] = {.lex_state = 2, .external_lex_state = 143}, - [3000] = {.lex_state = 0, .external_lex_state = 144}, - [3001] = {.lex_state = 0, .external_lex_state = 144}, - [3002] = {.lex_state = 2, .external_lex_state = 143}, - [3003] = {.lex_state = 0, .external_lex_state = 28}, - [3004] = {.lex_state = 2, .external_lex_state = 143}, - [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 = 0, .external_lex_state = 144}, - [3010] = {.lex_state = 2, .external_lex_state = 95}, - [3011] = {.lex_state = 2, .external_lex_state = 143}, - [3012] = {.lex_state = 0, .external_lex_state = 144}, - [3013] = {.lex_state = 2, .external_lex_state = 145}, - [3014] = {.lex_state = 0, .external_lex_state = 142}, + [2996] = {.lex_state = 0, .external_lex_state = 143}, + [2997] = {.lex_state = 2, .external_lex_state = 144}, + [2998] = {.lex_state = 2, .external_lex_state = 144}, + [2999] = {.lex_state = 2, .external_lex_state = 144}, + [3000] = {.lex_state = 2, .external_lex_state = 144}, + [3001] = {.lex_state = 2, .external_lex_state = 144}, + [3002] = {.lex_state = 0, .external_lex_state = 29}, + [3003] = {.lex_state = 2, .external_lex_state = 145}, + [3004] = {.lex_state = 2, .external_lex_state = 144}, + [3005] = {.lex_state = 0, .external_lex_state = 143}, + [3006] = {.lex_state = 0, .external_lex_state = 29}, + [3007] = {.lex_state = 0, .external_lex_state = 143}, + [3008] = {.lex_state = 2, .external_lex_state = 144}, + [3009] = {.lex_state = 0, .external_lex_state = 143}, + [3010] = {.lex_state = 0, .external_lex_state = 143}, + [3011] = {.lex_state = 2, .external_lex_state = 96}, + [3012] = {.lex_state = 2, .external_lex_state = 144}, + [3013] = {.lex_state = 0, .external_lex_state = 143}, + [3014] = {.lex_state = 0, .external_lex_state = 146}, [3015] = {.lex_state = 0, .external_lex_state = 146}, - [3016] = {.lex_state = 0, .external_lex_state = 142}, - [3017] = {.lex_state = 0, .external_lex_state = 34}, + [3016] = {.lex_state = 0, .external_lex_state = 147}, + [3017] = {.lex_state = 0, .external_lex_state = 143}, [3018] = {.lex_state = 0, .external_lex_state = 142}, [3019] = {.lex_state = 0, .external_lex_state = 142}, [3020] = {.lex_state = 0, .external_lex_state = 142}, - [3021] = {.lex_state = 0, .external_lex_state = 147}, - [3022] = {.lex_state = 0, .external_lex_state = 144}, - [3023] = {.lex_state = 0, .external_lex_state = 147}, - [3024] = {.lex_state = 0, .external_lex_state = 34}, - [3025] = {.lex_state = 0, .external_lex_state = 147}, - [3026] = {.lex_state = 2, .external_lex_state = 148}, - [3027] = {.lex_state = 2, .external_lex_state = 148}, + [3021] = {.lex_state = 0, .external_lex_state = 35}, + [3022] = {.lex_state = 0, .external_lex_state = 142}, + [3023] = {.lex_state = 0, .external_lex_state = 35}, + [3024] = {.lex_state = 0, .external_lex_state = 142}, + [3025] = {.lex_state = 0, .external_lex_state = 146}, + [3026] = {.lex_state = 0, .external_lex_state = 47}, + [3027] = {.lex_state = 0, .external_lex_state = 47}, [3028] = {.lex_state = 2, .external_lex_state = 148}, - [3029] = {.lex_state = 2, .external_lex_state = 148}, - [3030] = {.lex_state = 0, .external_lex_state = 46}, - [3031] = {.lex_state = 0, .external_lex_state = 149}, - [3032] = {.lex_state = 0, .external_lex_state = 46}, - [3033] = {.lex_state = 0, .external_lex_state = 46}, + [3029] = {.lex_state = 2, .external_lex_state = 149}, + [3030] = {.lex_state = 2, .external_lex_state = 148}, + [3031] = {.lex_state = 0, .external_lex_state = 150}, + [3032] = {.lex_state = 2, .external_lex_state = 148}, + [3033] = {.lex_state = 2, .external_lex_state = 148}, [3034] = {.lex_state = 2, .external_lex_state = 148}, - [3035] = {.lex_state = 0, .external_lex_state = 46}, - [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}, - [3040] = {.lex_state = 0, .external_lex_state = 46}, - [3041] = {.lex_state = 0, .external_lex_state = 46}, - [3042] = {.lex_state = 0, .external_lex_state = 46}, - [3043] = {.lex_state = 0, .external_lex_state = 46}, - [3044] = {.lex_state = 0, .external_lex_state = 59}, - [3045] = {.lex_state = 0, .external_lex_state = 46}, - [3046] = {.lex_state = 0, .external_lex_state = 46}, - [3047] = {.lex_state = 0, .external_lex_state = 46}, - [3048] = {.lex_state = 0, .external_lex_state = 46}, - [3049] = {.lex_state = 0, .external_lex_state = 46}, - [3050] = {.lex_state = 0, .external_lex_state = 46}, - [3051] = {.lex_state = 0, .external_lex_state = 144}, - [3052] = {.lex_state = 0, .external_lex_state = 46}, - [3053] = {.lex_state = 0, .external_lex_state = 46}, - [3054] = {.lex_state = 0, .external_lex_state = 46}, - [3055] = {.lex_state = 0, .external_lex_state = 59}, - [3056] = {.lex_state = 0, .external_lex_state = 46}, - [3057] = {.lex_state = 0, .external_lex_state = 46}, - [3058] = {.lex_state = 0, .external_lex_state = 46}, - [3059] = {.lex_state = 2, .external_lex_state = 135}, - [3060] = {.lex_state = 0, .external_lex_state = 46}, - [3061] = {.lex_state = 0, .external_lex_state = 46}, - [3062] = {.lex_state = 0, .external_lex_state = 46}, - [3063] = {.lex_state = 0, .external_lex_state = 46}, - [3064] = {.lex_state = 0, .external_lex_state = 46}, - [3065] = {.lex_state = 0, .external_lex_state = 46}, + [3035] = {.lex_state = 2, .external_lex_state = 148}, + [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 = 148}, + [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 = 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 = 0, .external_lex_state = 47}, + [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 = 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}, + [3062] = {.lex_state = 2, .external_lex_state = 148}, + [3063] = {.lex_state = 2, .external_lex_state = 148}, + [3064] = {.lex_state = 2, .external_lex_state = 148}, + [3065] = {.lex_state = 2, .external_lex_state = 148}, [3066] = {.lex_state = 2, .external_lex_state = 148}, - [3067] = {.lex_state = 2, .external_lex_state = 150}, - [3068] = {.lex_state = 0, .external_lex_state = 146}, - [3069] = {.lex_state = 0, .external_lex_state = 146}, - [3070] = {.lex_state = 0, .external_lex_state = 46}, - [3071] = {.lex_state = 0, .external_lex_state = 46}, + [3067] = {.lex_state = 2, .external_lex_state = 135}, + [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 = 0, .external_lex_state = 47}, [3072] = {.lex_state = 2, .external_lex_state = 148}, [3073] = {.lex_state = 2, .external_lex_state = 148}, - [3074] = {.lex_state = 0, .external_lex_state = 149}, - [3075] = {.lex_state = 0, .external_lex_state = 149}, - [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 = 2, .external_lex_state = 148}, + [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}, [3081] = {.lex_state = 2, .external_lex_state = 148}, - [3082] = {.lex_state = 0, .external_lex_state = 46}, - [3083] = {.lex_state = 0, .external_lex_state = 46}, + [3082] = {.lex_state = 2, .external_lex_state = 148}, + [3083] = {.lex_state = 2, .external_lex_state = 148}, [3084] = {.lex_state = 2, .external_lex_state = 148}, [3085] = {.lex_state = 2, .external_lex_state = 148}, [3086] = {.lex_state = 2, .external_lex_state = 148}, - [3087] = {.lex_state = 0, .external_lex_state = 46}, - [3088] = {.lex_state = 2, .external_lex_state = 148}, - [3089] = {.lex_state = 2, .external_lex_state = 148}, - [3090] = {.lex_state = 2, .external_lex_state = 148}, + [3087] = {.lex_state = 2, .external_lex_state = 148}, + [3088] = {.lex_state = 0, .external_lex_state = 47}, + [3089] = {.lex_state = 0, .external_lex_state = 47}, + [3090] = {.lex_state = 0, .external_lex_state = 47}, [3091] = {.lex_state = 2, .external_lex_state = 148}, [3092] = {.lex_state = 2, .external_lex_state = 148}, [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}, + [3097] = {.lex_state = 0, .external_lex_state = 47}, [3098] = {.lex_state = 2, .external_lex_state = 148}, [3099] = {.lex_state = 2, .external_lex_state = 148}, - [3100] = {.lex_state = 2, .external_lex_state = 148}, - [3101] = {.lex_state = 2, .external_lex_state = 148}, + [3100] = {.lex_state = 0, .external_lex_state = 150}, + [3101] = {.lex_state = 0, .external_lex_state = 150}, [3102] = {.lex_state = 2, .external_lex_state = 148}, [3103] = {.lex_state = 2, .external_lex_state = 148}, [3104] = {.lex_state = 2, .external_lex_state = 148}, @@ -16291,22 +16291,22 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [3107] = {.lex_state = 2, .external_lex_state = 148}, [3108] = {.lex_state = 2, .external_lex_state = 148}, [3109] = {.lex_state = 2, .external_lex_state = 148}, - [3110] = {.lex_state = 2, .external_lex_state = 148}, + [3110] = {.lex_state = 0, .external_lex_state = 47}, [3111] = {.lex_state = 2, .external_lex_state = 148}, [3112] = {.lex_state = 2, .external_lex_state = 148}, - [3113] = {.lex_state = 2, .external_lex_state = 148}, + [3113] = {.lex_state = 0, .external_lex_state = 47}, [3114] = {.lex_state = 2, .external_lex_state = 148}, [3115] = {.lex_state = 2, .external_lex_state = 148}, - [3116] = {.lex_state = 0, .external_lex_state = 46}, + [3116] = {.lex_state = 2, .external_lex_state = 148}, [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}, [3121] = {.lex_state = 2, .external_lex_state = 148}, - [3122] = {.lex_state = 2, .external_lex_state = 148}, + [3122] = {.lex_state = 0, .external_lex_state = 47}, [3123] = {.lex_state = 2, .external_lex_state = 148}, [3124] = {.lex_state = 2, .external_lex_state = 148}, - [3125] = {.lex_state = 2, .external_lex_state = 148}, + [3125] = {.lex_state = 0, .external_lex_state = 47}, [3126] = {.lex_state = 2, .external_lex_state = 148}, [3127] = {.lex_state = 2, .external_lex_state = 148}, [3128] = {.lex_state = 2, .external_lex_state = 148}, @@ -16319,68 +16319,68 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [3135] = {.lex_state = 2, .external_lex_state = 148}, [3136] = {.lex_state = 2, .external_lex_state = 148}, [3137] = {.lex_state = 2, .external_lex_state = 148}, - [3138] = {.lex_state = 2, .external_lex_state = 148}, + [3138] = {.lex_state = 0, .external_lex_state = 47}, [3139] = {.lex_state = 2, .external_lex_state = 148}, - [3140] = {.lex_state = 2, .external_lex_state = 148}, - [3141] = {.lex_state = 2, .external_lex_state = 148}, - [3142] = {.lex_state = 2, .external_lex_state = 148}, + [3140] = {.lex_state = 0, .external_lex_state = 47}, + [3141] = {.lex_state = 0, .external_lex_state = 47}, + [3142] = {.lex_state = 0, .external_lex_state = 47}, [3143] = {.lex_state = 2, .external_lex_state = 148}, [3144] = {.lex_state = 2, .external_lex_state = 148}, - [3145] = {.lex_state = 2, .external_lex_state = 148}, + [3145] = {.lex_state = 0, .external_lex_state = 47}, [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 = 2, .external_lex_state = 148}, - [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 = 0, .external_lex_state = 47}, + [3151] = {.lex_state = 0, .external_lex_state = 47}, + [3152] = {.lex_state = 0, .external_lex_state = 47}, [3153] = {.lex_state = 2, .external_lex_state = 148}, - [3154] = {.lex_state = 2, .external_lex_state = 148}, + [3154] = {.lex_state = 0, .external_lex_state = 47}, [3155] = {.lex_state = 2, .external_lex_state = 148}, - [3156] = {.lex_state = 2, .external_lex_state = 148}, - [3157] = {.lex_state = 2, .external_lex_state = 148}, - [3158] = {.lex_state = 2, .external_lex_state = 148}, - [3159] = {.lex_state = 2, .external_lex_state = 148}, - [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}, + [3156] = {.lex_state = 0, .external_lex_state = 47}, + [3157] = {.lex_state = 0, .external_lex_state = 47}, + [3158] = {.lex_state = 0, .external_lex_state = 47}, + [3159] = {.lex_state = 0, .external_lex_state = 58}, + [3160] = {.lex_state = 0, .external_lex_state = 47}, + [3161] = {.lex_state = 0, .external_lex_state = 47}, + [3162] = {.lex_state = 0, .external_lex_state = 47}, + [3163] = {.lex_state = 0, .external_lex_state = 47}, [3164] = {.lex_state = 2, .external_lex_state = 148}, [3165] = {.lex_state = 2, .external_lex_state = 148}, - [3166] = {.lex_state = 2, .external_lex_state = 148}, + [3166] = {.lex_state = 0, .external_lex_state = 47}, [3167] = {.lex_state = 2, .external_lex_state = 148}, - [3168] = {.lex_state = 2, .external_lex_state = 148}, - [3169] = {.lex_state = 2, .external_lex_state = 148}, - [3170] = {.lex_state = 2, .external_lex_state = 148}, + [3168] = {.lex_state = 0, .external_lex_state = 143}, + [3169] = {.lex_state = 0, .external_lex_state = 47}, + [3170] = {.lex_state = 0, .external_lex_state = 47}, [3171] = {.lex_state = 2, .external_lex_state = 148}, - [3172] = {.lex_state = 2, .external_lex_state = 148}, + [3172] = {.lex_state = 0, .external_lex_state = 47}, [3173] = {.lex_state = 2, .external_lex_state = 148}, - [3174] = {.lex_state = 2, .external_lex_state = 148}, + [3174] = {.lex_state = 0, .external_lex_state = 58}, [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}, + [3176] = {.lex_state = 0, .external_lex_state = 47}, + [3177] = {.lex_state = 0, .external_lex_state = 47}, + [3178] = {.lex_state = 0, .external_lex_state = 47}, [3179] = {.lex_state = 2, .external_lex_state = 148}, - [3180] = {.lex_state = 2, .external_lex_state = 148}, - [3181] = {.lex_state = 2, .external_lex_state = 148}, - [3182] = {.lex_state = 2, .external_lex_state = 148}, + [3180] = {.lex_state = 0, .external_lex_state = 47}, + [3181] = {.lex_state = 0, .external_lex_state = 47}, + [3182] = {.lex_state = 0, .external_lex_state = 47}, [3183] = {.lex_state = 2, .external_lex_state = 148}, [3184] = {.lex_state = 2, .external_lex_state = 148}, - [3185] = {.lex_state = 2, .external_lex_state = 148}, + [3185] = {.lex_state = 0, .external_lex_state = 47}, [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 = 2, .external_lex_state = 148}, - [3190] = {.lex_state = 2, .external_lex_state = 148}, + [3189] = {.lex_state = 0, .external_lex_state = 47}, + [3190] = {.lex_state = 0, .external_lex_state = 47}, [3191] = {.lex_state = 2, .external_lex_state = 148}, - [3192] = {.lex_state = 2, .external_lex_state = 148}, + [3192] = {.lex_state = 0, .external_lex_state = 47}, [3193] = {.lex_state = 2, .external_lex_state = 148}, [3194] = {.lex_state = 2, .external_lex_state = 148}, [3195] = {.lex_state = 2, .external_lex_state = 148}, [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 = 2, .external_lex_state = 148}, + [3199] = {.lex_state = 0, .external_lex_state = 147}, [3200] = {.lex_state = 2, .external_lex_state = 148}, [3201] = {.lex_state = 2, .external_lex_state = 148}, [3202] = {.lex_state = 2, .external_lex_state = 148}, @@ -16392,20 +16392,20 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [3208] = {.lex_state = 2, .external_lex_state = 148}, [3209] = {.lex_state = 2, .external_lex_state = 148}, [3210] = {.lex_state = 2, .external_lex_state = 148}, - [3211] = {.lex_state = 2, .external_lex_state = 148}, + [3211] = {.lex_state = 0, .external_lex_state = 151}, [3212] = {.lex_state = 2, .external_lex_state = 148}, - [3213] = {.lex_state = 0, .external_lex_state = 46}, + [3213] = {.lex_state = 2, .external_lex_state = 148}, [3214] = {.lex_state = 2, .external_lex_state = 148}, [3215] = {.lex_state = 2, .external_lex_state = 148}, [3216] = {.lex_state = 2, .external_lex_state = 148}, - [3217] = {.lex_state = 0, .external_lex_state = 46}, + [3217] = {.lex_state = 2, .external_lex_state = 148}, [3218] = {.lex_state = 2, .external_lex_state = 148}, [3219] = {.lex_state = 2, .external_lex_state = 148}, [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 = 2, .external_lex_state = 148}, - [3224] = {.lex_state = 0, .external_lex_state = 46}, + [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}, @@ -16417,650 +16417,650 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [3233] = {.lex_state = 2, .external_lex_state = 148}, [3234] = {.lex_state = 2, .external_lex_state = 148}, [3235] = {.lex_state = 2, .external_lex_state = 148}, - [3236] = {.lex_state = 2, .external_lex_state = 148}, + [3236] = {.lex_state = 0, .external_lex_state = 147}, [3237] = {.lex_state = 0, .external_lex_state = 62}, [3238] = {.lex_state = 0, .external_lex_state = 62}, [3239] = {.lex_state = 0, .external_lex_state = 62}, - [3240] = {.lex_state = 0, .external_lex_state = 66}, + [3240] = {.lex_state = 0, .external_lex_state = 62}, [3241] = {.lex_state = 0, .external_lex_state = 62}, - [3242] = {.lex_state = 0, .external_lex_state = 66}, + [3242] = {.lex_state = 2, .external_lex_state = 152}, [3243] = {.lex_state = 0, .external_lex_state = 62}, - [3244] = {.lex_state = 0, .external_lex_state = 62}, - [3245] = {.lex_state = 0, .external_lex_state = 66}, - [3246] = {.lex_state = 0, .external_lex_state = 66}, - [3247] = {.lex_state = 0, .external_lex_state = 66}, - [3248] = {.lex_state = 0, .external_lex_state = 66}, - [3249] = {.lex_state = 0, .external_lex_state = 66}, - [3250] = {.lex_state = 0, .external_lex_state = 66}, - [3251] = {.lex_state = 0, .external_lex_state = 66}, - [3252] = {.lex_state = 0, .external_lex_state = 66}, - [3253] = {.lex_state = 0, .external_lex_state = 66}, - [3254] = {.lex_state = 0, .external_lex_state = 66}, - [3255] = {.lex_state = 0, .external_lex_state = 66}, - [3256] = {.lex_state = 0, .external_lex_state = 66}, - [3257] = {.lex_state = 0, .external_lex_state = 66}, - [3258] = {.lex_state = 0, .external_lex_state = 66}, - [3259] = {.lex_state = 0, .external_lex_state = 66}, - [3260] = {.lex_state = 0, .external_lex_state = 66}, - [3261] = {.lex_state = 0, .external_lex_state = 66}, + [3244] = {.lex_state = 2, .external_lex_state = 153}, + [3245] = {.lex_state = 0, .external_lex_state = 67}, + [3246] = {.lex_state = 2, .external_lex_state = 135}, + [3247] = {.lex_state = 2, .external_lex_state = 135}, + [3248] = {.lex_state = 0, .external_lex_state = 62}, + [3249] = {.lex_state = 2, .external_lex_state = 135}, + [3250] = {.lex_state = 0, .external_lex_state = 62}, + [3251] = {.lex_state = 0, .external_lex_state = 62}, + [3252] = {.lex_state = 2, .external_lex_state = 135}, + [3253] = {.lex_state = 0, .external_lex_state = 62}, + [3254] = {.lex_state = 0, .external_lex_state = 62}, + [3255] = {.lex_state = 2, .external_lex_state = 135}, + [3256] = {.lex_state = 0, .external_lex_state = 62}, + [3257] = {.lex_state = 0, .external_lex_state = 67}, + [3258] = {.lex_state = 2, .external_lex_state = 135}, + [3259] = {.lex_state = 2, .external_lex_state = 135}, + [3260] = {.lex_state = 2, .external_lex_state = 132}, + [3261] = {.lex_state = 2, .external_lex_state = 135}, [3262] = {.lex_state = 2, .external_lex_state = 135}, - [3263] = {.lex_state = 0, .external_lex_state = 66}, - [3264] = {.lex_state = 0, .external_lex_state = 66}, - [3265] = {.lex_state = 0, .external_lex_state = 66}, - [3266] = {.lex_state = 0, .external_lex_state = 66}, - [3267] = {.lex_state = 0, .external_lex_state = 66}, - [3268] = {.lex_state = 0, .external_lex_state = 66}, - [3269] = {.lex_state = 0, .external_lex_state = 66}, - [3270] = {.lex_state = 2, .external_lex_state = 136}, - [3271] = {.lex_state = 0, .external_lex_state = 66}, - [3272] = {.lex_state = 0, .external_lex_state = 66}, - [3273] = {.lex_state = 0, .external_lex_state = 66}, - [3274] = {.lex_state = 0, .external_lex_state = 66}, - [3275] = {.lex_state = 2, .external_lex_state = 152}, - [3276] = {.lex_state = 0, .external_lex_state = 66}, + [3263] = {.lex_state = 0, .external_lex_state = 67}, + [3264] = {.lex_state = 2, .external_lex_state = 135}, + [3265] = {.lex_state = 0, .external_lex_state = 67}, + [3266] = {.lex_state = 0, .external_lex_state = 67}, + [3267] = {.lex_state = 0, .external_lex_state = 67}, + [3268] = {.lex_state = 0, .external_lex_state = 62}, + [3269] = {.lex_state = 0, .external_lex_state = 67}, + [3270] = {.lex_state = 0, .external_lex_state = 62}, + [3271] = {.lex_state = 0, .external_lex_state = 62}, + [3272] = {.lex_state = 0, .external_lex_state = 67}, + [3273] = {.lex_state = 0, .external_lex_state = 62}, + [3274] = {.lex_state = 0, .external_lex_state = 62}, + [3275] = {.lex_state = 0, .external_lex_state = 67}, + [3276] = {.lex_state = 0, .external_lex_state = 62}, [3277] = {.lex_state = 0, .external_lex_state = 62}, - [3278] = {.lex_state = 2, .external_lex_state = 135}, - [3279] = {.lex_state = 2, .external_lex_state = 138}, - [3280] = {.lex_state = 2, .external_lex_state = 135}, - [3281] = {.lex_state = 0, .external_lex_state = 153}, - [3282] = {.lex_state = 0, .external_lex_state = 62}, - [3283] = {.lex_state = 2, .external_lex_state = 135}, - [3284] = {.lex_state = 0, .external_lex_state = 66}, + [3278] = {.lex_state = 0, .external_lex_state = 67}, + [3279] = {.lex_state = 2, .external_lex_state = 135}, + [3280] = {.lex_state = 0, .external_lex_state = 62}, + [3281] = {.lex_state = 0, .external_lex_state = 62}, + [3282] = {.lex_state = 2, .external_lex_state = 135}, + [3283] = {.lex_state = 0, .external_lex_state = 67}, + [3284] = {.lex_state = 0, .external_lex_state = 62}, [3285] = {.lex_state = 2, .external_lex_state = 135}, [3286] = {.lex_state = 2, .external_lex_state = 135}, - [3287] = {.lex_state = 0, .external_lex_state = 153}, - [3288] = {.lex_state = 0, .external_lex_state = 62}, + [3287] = {.lex_state = 2, .external_lex_state = 135}, + [3288] = {.lex_state = 2, .external_lex_state = 135}, [3289] = {.lex_state = 2, .external_lex_state = 135}, - [3290] = {.lex_state = 2, .external_lex_state = 135}, - [3291] = {.lex_state = 2, .external_lex_state = 135}, - [3292] = {.lex_state = 2, .external_lex_state = 135}, - [3293] = {.lex_state = 2, .external_lex_state = 135}, - [3294] = {.lex_state = 2, .external_lex_state = 135}, - [3295] = {.lex_state = 2, .external_lex_state = 135}, - [3296] = {.lex_state = 0, .external_lex_state = 62}, - [3297] = {.lex_state = 0, .external_lex_state = 62}, - [3298] = {.lex_state = 0, .external_lex_state = 62}, - [3299] = {.lex_state = 0, .external_lex_state = 62}, - [3300] = {.lex_state = 2, .external_lex_state = 135}, + [3290] = {.lex_state = 0, .external_lex_state = 67}, + [3291] = {.lex_state = 0, .external_lex_state = 67}, + [3292] = {.lex_state = 0, .external_lex_state = 67}, + [3293] = {.lex_state = 0, .external_lex_state = 67}, + [3294] = {.lex_state = 0, .external_lex_state = 67}, + [3295] = {.lex_state = 2, .external_lex_state = 136}, + [3296] = {.lex_state = 0, .external_lex_state = 67}, + [3297] = {.lex_state = 0, .external_lex_state = 154}, + [3298] = {.lex_state = 0, .external_lex_state = 67}, + [3299] = {.lex_state = 2, .external_lex_state = 135}, + [3300] = {.lex_state = 0, .external_lex_state = 62}, [3301] = {.lex_state = 2, .external_lex_state = 135}, [3302] = {.lex_state = 2, .external_lex_state = 135}, - [3303] = {.lex_state = 2, .external_lex_state = 135}, - [3304] = {.lex_state = 2, .external_lex_state = 135}, - [3305] = {.lex_state = 2, .external_lex_state = 135}, - [3306] = {.lex_state = 0, .external_lex_state = 153}, - [3307] = {.lex_state = 2, .external_lex_state = 135}, - [3308] = {.lex_state = 2, .external_lex_state = 132}, - [3309] = {.lex_state = 2, .external_lex_state = 154}, - [3310] = {.lex_state = 2, .external_lex_state = 135}, - [3311] = {.lex_state = 2, .external_lex_state = 135}, - [3312] = {.lex_state = 2, .external_lex_state = 135}, - [3313] = {.lex_state = 2, .external_lex_state = 135}, - [3314] = {.lex_state = 2, .external_lex_state = 135}, - [3315] = {.lex_state = 2, .external_lex_state = 135}, - [3316] = {.lex_state = 0, .external_lex_state = 62}, - [3317] = {.lex_state = 2, .external_lex_state = 152}, - [3318] = {.lex_state = 0, .external_lex_state = 62}, - [3319] = {.lex_state = 2, .external_lex_state = 135}, + [3303] = {.lex_state = 0, .external_lex_state = 67}, + [3304] = {.lex_state = 0, .external_lex_state = 62}, + [3305] = {.lex_state = 0, .external_lex_state = 67}, + [3306] = {.lex_state = 0, .external_lex_state = 62}, + [3307] = {.lex_state = 0, .external_lex_state = 154}, + [3308] = {.lex_state = 2, .external_lex_state = 135}, + [3309] = {.lex_state = 0, .external_lex_state = 67}, + [3310] = {.lex_state = 0, .external_lex_state = 62}, + [3311] = {.lex_state = 0, .external_lex_state = 62}, + [3312] = {.lex_state = 0, .external_lex_state = 62}, + [3313] = {.lex_state = 0, .external_lex_state = 67}, + [3314] = {.lex_state = 0, .external_lex_state = 67}, + [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 = 2, .external_lex_state = 135}, + [3319] = {.lex_state = 0, .external_lex_state = 67}, [3320] = {.lex_state = 2, .external_lex_state = 135}, - [3321] = {.lex_state = 0, .external_lex_state = 66}, - [3322] = {.lex_state = 2, .external_lex_state = 135}, - [3323] = {.lex_state = 0, .external_lex_state = 62}, - [3324] = {.lex_state = 0, .external_lex_state = 62}, + [3321] = {.lex_state = 0, .external_lex_state = 62}, + [3322] = {.lex_state = 0, .external_lex_state = 67}, + [3323] = {.lex_state = 0, .external_lex_state = 67}, + [3324] = {.lex_state = 2, .external_lex_state = 135}, [3325] = {.lex_state = 0, .external_lex_state = 62}, - [3326] = {.lex_state = 0, .external_lex_state = 66}, - [3327] = {.lex_state = 0, .external_lex_state = 62}, + [3326] = {.lex_state = 2, .external_lex_state = 135}, + [3327] = {.lex_state = 0, .external_lex_state = 67}, [3328] = {.lex_state = 0, .external_lex_state = 62}, - [3329] = {.lex_state = 0, .external_lex_state = 66}, - [3330] = {.lex_state = 0, .external_lex_state = 62}, - [3331] = {.lex_state = 0, .external_lex_state = 62}, + [3329] = {.lex_state = 0, .external_lex_state = 67}, + [3330] = {.lex_state = 2, .external_lex_state = 135}, + [3331] = {.lex_state = 0, .external_lex_state = 67}, [3332] = {.lex_state = 0, .external_lex_state = 62}, - [3333] = {.lex_state = 0, .external_lex_state = 62}, - [3334] = {.lex_state = 0, .external_lex_state = 62}, - [3335] = {.lex_state = 0, .external_lex_state = 62}, - [3336] = {.lex_state = 0, .external_lex_state = 62}, - [3337] = {.lex_state = 0, .external_lex_state = 62}, - [3338] = {.lex_state = 0, .external_lex_state = 62}, + [3333] = {.lex_state = 0, .external_lex_state = 67}, + [3334] = {.lex_state = 2, .external_lex_state = 135}, + [3335] = {.lex_state = 0, .external_lex_state = 67}, + [3336] = {.lex_state = 0, .external_lex_state = 67}, + [3337] = {.lex_state = 2, .external_lex_state = 135}, + [3338] = {.lex_state = 0, .external_lex_state = 67}, [3339] = {.lex_state = 0, .external_lex_state = 62}, - [3340] = {.lex_state = 0, .external_lex_state = 66}, + [3340] = {.lex_state = 2, .external_lex_state = 135}, [3341] = {.lex_state = 0, .external_lex_state = 62}, - [3342] = {.lex_state = 0, .external_lex_state = 62}, - [3343] = {.lex_state = 0, .external_lex_state = 62}, + [3342] = {.lex_state = 0, .external_lex_state = 67}, + [3343] = {.lex_state = 0, .external_lex_state = 154}, [3344] = {.lex_state = 0, .external_lex_state = 62}, [3345] = {.lex_state = 0, .external_lex_state = 62}, [3346] = {.lex_state = 0, .external_lex_state = 62}, [3347] = {.lex_state = 0, .external_lex_state = 62}, - [3348] = {.lex_state = 0, .external_lex_state = 62}, - [3349] = {.lex_state = 0, .external_lex_state = 66}, - [3350] = {.lex_state = 0, .external_lex_state = 62}, - [3351] = {.lex_state = 0, .external_lex_state = 66}, - [3352] = {.lex_state = 0, .external_lex_state = 149}, - [3353] = {.lex_state = 2, .external_lex_state = 136}, - [3354] = {.lex_state = 2, .external_lex_state = 136}, + [3348] = {.lex_state = 0, .external_lex_state = 150}, + [3349] = {.lex_state = 2, .external_lex_state = 153}, + [3350] = {.lex_state = 0, .external_lex_state = 67}, + [3351] = {.lex_state = 0, .external_lex_state = 62}, + [3352] = {.lex_state = 2, .external_lex_state = 137}, + [3353] = {.lex_state = 2, .external_lex_state = 137}, + [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 = 136}, - [3358] = {.lex_state = 2, .external_lex_state = 136}, - [3359] = {.lex_state = 2, .external_lex_state = 136}, - [3360] = {.lex_state = 2, .external_lex_state = 136}, - [3361] = {.lex_state = 2, .external_lex_state = 136}, - [3362] = {.lex_state = 0, .external_lex_state = 155}, - [3363] = {.lex_state = 2, .external_lex_state = 154}, - [3364] = {.lex_state = 2, .external_lex_state = 138}, - [3365] = {.lex_state = 0, .external_lex_state = 155}, - [3366] = {.lex_state = 3, .external_lex_state = 152}, - [3367] = {.lex_state = 2, .external_lex_state = 138}, - [3368] = {.lex_state = 2, .external_lex_state = 138}, - [3369] = {.lex_state = 2, .external_lex_state = 138}, - [3370] = {.lex_state = 0, .external_lex_state = 155}, - [3371] = {.lex_state = 2, .external_lex_state = 138}, - [3372] = {.lex_state = 2, .external_lex_state = 138}, - [3373] = {.lex_state = 0, .external_lex_state = 155}, - [3374] = {.lex_state = 2, .external_lex_state = 138}, - [3375] = {.lex_state = 2, .external_lex_state = 138}, - [3376] = {.lex_state = 0, .external_lex_state = 155}, - [3377] = {.lex_state = 2, .external_lex_state = 138}, - [3378] = {.lex_state = 2, .external_lex_state = 138}, - [3379] = {.lex_state = 2, .external_lex_state = 138}, - [3380] = {.lex_state = 2, .external_lex_state = 138}, - [3381] = {.lex_state = 0, .external_lex_state = 156}, - [3382] = {.lex_state = 2, .external_lex_state = 138}, - [3383] = {.lex_state = 2, .external_lex_state = 138}, - [3384] = {.lex_state = 2, .external_lex_state = 138}, - [3385] = {.lex_state = 2, .external_lex_state = 138}, - [3386] = {.lex_state = 0, .external_lex_state = 157}, - [3387] = {.lex_state = 2, .external_lex_state = 138}, - [3388] = {.lex_state = 2, .external_lex_state = 136}, - [3389] = {.lex_state = 0, .external_lex_state = 157}, - [3390] = {.lex_state = 2, .external_lex_state = 138}, + [3357] = {.lex_state = 2, .external_lex_state = 137}, + [3358] = {.lex_state = 0, .external_lex_state = 156}, + [3359] = {.lex_state = 0, .external_lex_state = 156}, + [3360] = {.lex_state = 2, .external_lex_state = 137}, + [3361] = {.lex_state = 2, .external_lex_state = 137}, + [3362] = {.lex_state = 2, .external_lex_state = 137}, + [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 = 137}, + [3367] = {.lex_state = 2, .external_lex_state = 137}, + [3368] = {.lex_state = 2, .external_lex_state = 137}, + [3369] = {.lex_state = 2, .external_lex_state = 136}, + [3370] = {.lex_state = 0, .external_lex_state = 157}, + [3371] = {.lex_state = 2, .external_lex_state = 137}, + [3372] = {.lex_state = 2, .external_lex_state = 137}, + [3373] = {.lex_state = 2, .external_lex_state = 136}, + [3374] = {.lex_state = 2, .external_lex_state = 137}, + [3375] = {.lex_state = 2, .external_lex_state = 137}, + [3376] = {.lex_state = 0, .external_lex_state = 158}, + [3377] = {.lex_state = 0, .external_lex_state = 157}, + [3378] = {.lex_state = 0, .external_lex_state = 156}, + [3379] = {.lex_state = 2, .external_lex_state = 136}, + [3380] = {.lex_state = 2, .external_lex_state = 137}, + [3381] = {.lex_state = 2, .external_lex_state = 137}, + [3382] = {.lex_state = 0, .external_lex_state = 157}, + [3383] = {.lex_state = 2, .external_lex_state = 137}, + [3384] = {.lex_state = 2, .external_lex_state = 136}, + [3385] = {.lex_state = 2, .external_lex_state = 136}, + [3386] = {.lex_state = 2, .external_lex_state = 136}, + [3387] = {.lex_state = 2, .external_lex_state = 136}, + [3388] = {.lex_state = 2, .external_lex_state = 137}, + [3389] = {.lex_state = 2, .external_lex_state = 139}, + [3390] = {.lex_state = 2, .external_lex_state = 136}, [3391] = {.lex_state = 2, .external_lex_state = 136}, - [3392] = {.lex_state = 2, .external_lex_state = 138}, - [3393] = {.lex_state = 2, .external_lex_state = 154}, - [3394] = {.lex_state = 0, .external_lex_state = 158}, + [3392] = {.lex_state = 0, .external_lex_state = 158}, + [3393] = {.lex_state = 2, .external_lex_state = 136}, + [3394] = {.lex_state = 2, .external_lex_state = 136}, [3395] = {.lex_state = 2, .external_lex_state = 136}, [3396] = {.lex_state = 2, .external_lex_state = 136}, - [3397] = {.lex_state = 0, .external_lex_state = 158}, - [3398] = {.lex_state = 2, .external_lex_state = 138}, - [3399] = {.lex_state = 2, .external_lex_state = 138}, - [3400] = {.lex_state = 2, .external_lex_state = 138}, - [3401] = {.lex_state = 2, .external_lex_state = 138}, - [3402] = {.lex_state = 2, .external_lex_state = 138}, - [3403] = {.lex_state = 2, .external_lex_state = 138}, - [3404] = {.lex_state = 2, .external_lex_state = 136}, - [3405] = {.lex_state = 2, .external_lex_state = 159}, + [3397] = {.lex_state = 2, .external_lex_state = 137}, + [3398] = {.lex_state = 2, .external_lex_state = 136}, + [3399] = {.lex_state = 2, .external_lex_state = 136}, + [3400] = {.lex_state = 2, .external_lex_state = 136}, + [3401] = {.lex_state = 2, .external_lex_state = 136}, + [3402] = {.lex_state = 2, .external_lex_state = 137}, + [3403] = {.lex_state = 2, .external_lex_state = 136}, + [3404] = {.lex_state = 0, .external_lex_state = 158}, + [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}, - [3411] = {.lex_state = 2, .external_lex_state = 138}, - [3412] = {.lex_state = 2, .external_lex_state = 138}, - [3413] = {.lex_state = 2, .external_lex_state = 138}, - [3414] = {.lex_state = 2, .external_lex_state = 136}, - [3415] = {.lex_state = 2, .external_lex_state = 139}, - [3416] = {.lex_state = 0, .external_lex_state = 156}, - [3417] = {.lex_state = 2, .external_lex_state = 136}, - [3418] = {.lex_state = 2, .external_lex_state = 136}, - [3419] = {.lex_state = 2, .external_lex_state = 136}, - [3420] = {.lex_state = 0, .external_lex_state = 158}, + [3409] = {.lex_state = 2, .external_lex_state = 152}, + [3410] = {.lex_state = 0, .external_lex_state = 156}, + [3411] = {.lex_state = 0, .external_lex_state = 156}, + [3412] = {.lex_state = 0, .external_lex_state = 155}, + [3413] = {.lex_state = 2, .external_lex_state = 137}, + [3414] = {.lex_state = 2, .external_lex_state = 159}, + [3415] = {.lex_state = 2, .external_lex_state = 136}, + [3416] = {.lex_state = 2, .external_lex_state = 136}, + [3417] = {.lex_state = 0, .external_lex_state = 156}, + [3418] = {.lex_state = 2, .external_lex_state = 137}, + [3419] = {.lex_state = 2, .external_lex_state = 152}, + [3420] = {.lex_state = 2, .external_lex_state = 136}, [3421] = {.lex_state = 2, .external_lex_state = 136}, - [3422] = {.lex_state = 2, .external_lex_state = 136}, - [3423] = {.lex_state = 2, .external_lex_state = 136}, - [3424] = {.lex_state = 2, .external_lex_state = 136}, - [3425] = {.lex_state = 2, .external_lex_state = 138}, - [3426] = {.lex_state = 2, .external_lex_state = 136}, - [3427] = {.lex_state = 2, .external_lex_state = 136}, - [3428] = {.lex_state = 0, .external_lex_state = 156}, - [3429] = {.lex_state = 0, .external_lex_state = 155}, - [3430] = {.lex_state = 2, .external_lex_state = 154}, - [3431] = {.lex_state = 2, .external_lex_state = 154}, - [3432] = {.lex_state = 0, .external_lex_state = 157}, + [3422] = {.lex_state = 2, .external_lex_state = 137}, + [3423] = {.lex_state = 2, .external_lex_state = 137}, + [3424] = {.lex_state = 2, .external_lex_state = 152}, + [3425] = {.lex_state = 2, .external_lex_state = 137}, + [3426] = {.lex_state = 2, .external_lex_state = 152}, + [3427] = {.lex_state = 2, .external_lex_state = 137}, + [3428] = {.lex_state = 2, .external_lex_state = 137}, + [3429] = {.lex_state = 3, .external_lex_state = 153}, + [3430] = {.lex_state = 0, .external_lex_state = 155}, + [3431] = {.lex_state = 2, .external_lex_state = 137}, + [3432] = {.lex_state = 2, .external_lex_state = 137}, [3433] = {.lex_state = 0, .external_lex_state = 160}, - [3434] = {.lex_state = 2, .external_lex_state = 152}, - [3435] = {.lex_state = 2, .external_lex_state = 152}, - [3436] = {.lex_state = 2, .external_lex_state = 152}, - [3437] = {.lex_state = 0, .external_lex_state = 160}, - [3438] = {.lex_state = 2, .external_lex_state = 152}, - [3439] = {.lex_state = 2, .external_lex_state = 152}, - [3440] = {.lex_state = 2, .external_lex_state = 152}, - [3441] = {.lex_state = 2, .external_lex_state = 152}, - [3442] = {.lex_state = 2, .external_lex_state = 152}, - [3443] = {.lex_state = 2, .external_lex_state = 152}, - [3444] = {.lex_state = 0, .external_lex_state = 161}, - [3445] = {.lex_state = 2, .external_lex_state = 152}, - [3446] = {.lex_state = 2, .external_lex_state = 152}, - [3447] = {.lex_state = 2, .external_lex_state = 152}, - [3448] = {.lex_state = 2, .external_lex_state = 152}, - [3449] = {.lex_state = 2, .external_lex_state = 152}, - [3450] = {.lex_state = 2, .external_lex_state = 139}, - [3451] = {.lex_state = 2, .external_lex_state = 152}, - [3452] = {.lex_state = 0, .external_lex_state = 160}, - [3453] = {.lex_state = 2, .external_lex_state = 152}, - [3454] = {.lex_state = 0, .external_lex_state = 161}, - [3455] = {.lex_state = 2, .external_lex_state = 152}, - [3456] = {.lex_state = 2, .external_lex_state = 162}, - [3457] = {.lex_state = 0, .external_lex_state = 160}, - [3458] = {.lex_state = 0, .external_lex_state = 160}, - [3459] = {.lex_state = 2, .external_lex_state = 152}, - [3460] = {.lex_state = 2, .external_lex_state = 152}, - [3461] = {.lex_state = 2, .external_lex_state = 152}, - [3462] = {.lex_state = 2, .external_lex_state = 152}, - [3463] = {.lex_state = 2, .external_lex_state = 152}, - [3464] = {.lex_state = 2, .external_lex_state = 152}, - [3465] = {.lex_state = 2, .external_lex_state = 152}, - [3466] = {.lex_state = 0, .external_lex_state = 160}, - [3467] = {.lex_state = 2, .external_lex_state = 152}, - [3468] = {.lex_state = 2, .external_lex_state = 152}, - [3469] = {.lex_state = 2, .external_lex_state = 152}, - [3470] = {.lex_state = 2, .external_lex_state = 152}, - [3471] = {.lex_state = 2, .external_lex_state = 152}, - [3472] = {.lex_state = 2, .external_lex_state = 152}, - [3473] = {.lex_state = 0, .external_lex_state = 163}, - [3474] = {.lex_state = 2, .external_lex_state = 152}, - [3475] = {.lex_state = 2, .external_lex_state = 152}, - [3476] = {.lex_state = 2, .external_lex_state = 152}, - [3477] = {.lex_state = 2, .external_lex_state = 152}, - [3478] = {.lex_state = 0, .external_lex_state = 160}, - [3479] = {.lex_state = 2, .external_lex_state = 152}, - [3480] = {.lex_state = 2, .external_lex_state = 152}, - [3481] = {.lex_state = 0, .external_lex_state = 164}, + [3434] = {.lex_state = 2, .external_lex_state = 139}, + [3435] = {.lex_state = 0, .external_lex_state = 161}, + [3436] = {.lex_state = 0, .external_lex_state = 162}, + [3437] = {.lex_state = 2, .external_lex_state = 153}, + [3438] = {.lex_state = 0, .external_lex_state = 160}, + [3439] = {.lex_state = 0, .external_lex_state = 160}, + [3440] = {.lex_state = 2, .external_lex_state = 153}, + [3441] = {.lex_state = 2, .external_lex_state = 153}, + [3442] = {.lex_state = 0, .external_lex_state = 160}, + [3443] = {.lex_state = 0, .external_lex_state = 160}, + [3444] = {.lex_state = 2, .external_lex_state = 153}, + [3445] = {.lex_state = 2, .external_lex_state = 153}, + [3446] = {.lex_state = 0, .external_lex_state = 160}, + [3447] = {.lex_state = 0, .external_lex_state = 160}, + [3448] = {.lex_state = 0, .external_lex_state = 160}, + [3449] = {.lex_state = 2, .external_lex_state = 153}, + [3450] = {.lex_state = 0, .external_lex_state = 160}, + [3451] = {.lex_state = 0, .external_lex_state = 162}, + [3452] = {.lex_state = 0, .external_lex_state = 161}, + [3453] = {.lex_state = 2, .external_lex_state = 153}, + [3454] = {.lex_state = 0, .external_lex_state = 160}, + [3455] = {.lex_state = 2, .external_lex_state = 153}, + [3456] = {.lex_state = 0, .external_lex_state = 160}, + [3457] = {.lex_state = 2, .external_lex_state = 153}, + [3458] = {.lex_state = 2, .external_lex_state = 153}, + [3459] = {.lex_state = 0, .external_lex_state = 163}, + [3460] = {.lex_state = 2, .external_lex_state = 153}, + [3461] = {.lex_state = 2, .external_lex_state = 153}, + [3462] = {.lex_state = 0, .external_lex_state = 163}, + [3463] = {.lex_state = 2, .external_lex_state = 153}, + [3464] = {.lex_state = 2, .external_lex_state = 164}, + [3465] = {.lex_state = 0, .external_lex_state = 160}, + [3466] = {.lex_state = 2, .external_lex_state = 153}, + [3467] = {.lex_state = 0, .external_lex_state = 161}, + [3468] = {.lex_state = 0, .external_lex_state = 165}, + [3469] = {.lex_state = 0, .external_lex_state = 160}, + [3470] = {.lex_state = 2, .external_lex_state = 153}, + [3471] = {.lex_state = 0, .external_lex_state = 160}, + [3472] = {.lex_state = 0, .external_lex_state = 160}, + [3473] = {.lex_state = 2, .external_lex_state = 139}, + [3474] = {.lex_state = 0, .external_lex_state = 160}, + [3475] = {.lex_state = 2, .external_lex_state = 153}, + [3476] = {.lex_state = 2, .external_lex_state = 166}, + [3477] = {.lex_state = 2, .external_lex_state = 153}, + [3478] = {.lex_state = 2, .external_lex_state = 153}, + [3479] = {.lex_state = 0, .external_lex_state = 160}, + [3480] = {.lex_state = 0, .external_lex_state = 160}, + [3481] = {.lex_state = 0, .external_lex_state = 160}, [3482] = {.lex_state = 0, .external_lex_state = 160}, - [3483] = {.lex_state = 2, .external_lex_state = 152}, - [3484] = {.lex_state = 2, .external_lex_state = 152}, - [3485] = {.lex_state = 2, .external_lex_state = 152}, - [3486] = {.lex_state = 0, .external_lex_state = 164}, - [3487] = {.lex_state = 2, .external_lex_state = 139}, - [3488] = {.lex_state = 0, .external_lex_state = 163}, + [3483] = {.lex_state = 0, .external_lex_state = 162}, + [3484] = {.lex_state = 2, .external_lex_state = 139}, + [3485] = {.lex_state = 2, .external_lex_state = 166}, + [3486] = {.lex_state = 2, .external_lex_state = 153}, + [3487] = {.lex_state = 2, .external_lex_state = 153}, + [3488] = {.lex_state = 2, .external_lex_state = 153}, [3489] = {.lex_state = 0, .external_lex_state = 160}, - [3490] = {.lex_state = 0, .external_lex_state = 161}, - [3491] = {.lex_state = 0, .external_lex_state = 160}, - [3492] = {.lex_state = 0, .external_lex_state = 160}, - [3493] = {.lex_state = 0, .external_lex_state = 165}, - [3494] = {.lex_state = 0, .external_lex_state = 160}, - [3495] = {.lex_state = 0, .external_lex_state = 160}, - [3496] = {.lex_state = 0, .external_lex_state = 160}, + [3490] = {.lex_state = 2, .external_lex_state = 153}, + [3491] = {.lex_state = 2, .external_lex_state = 139}, + [3492] = {.lex_state = 2, .external_lex_state = 153}, + [3493] = {.lex_state = 0, .external_lex_state = 160}, + [3494] = {.lex_state = 2, .external_lex_state = 153}, + [3495] = {.lex_state = 2, .external_lex_state = 153}, + [3496] = {.lex_state = 2, .external_lex_state = 153}, [3497] = {.lex_state = 0, .external_lex_state = 160}, - [3498] = {.lex_state = 0, .external_lex_state = 160}, - [3499] = {.lex_state = 0, .external_lex_state = 160}, - [3500] = {.lex_state = 2, .external_lex_state = 152}, - [3501] = {.lex_state = 0, .external_lex_state = 160}, - [3502] = {.lex_state = 0, .external_lex_state = 160}, - [3503] = {.lex_state = 0, .external_lex_state = 160}, + [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 = 139}, + [3502] = {.lex_state = 2, .external_lex_state = 153}, + [3503] = {.lex_state = 2, .external_lex_state = 139}, [3504] = {.lex_state = 0, .external_lex_state = 160}, - [3505] = {.lex_state = 0, .external_lex_state = 163}, - [3506] = {.lex_state = 0, .external_lex_state = 160}, + [3505] = {.lex_state = 0, .external_lex_state = 160}, + [3506] = {.lex_state = 0, .external_lex_state = 165}, [3507] = {.lex_state = 0, .external_lex_state = 160}, - [3508] = {.lex_state = 2, .external_lex_state = 162}, + [3508] = {.lex_state = 0, .external_lex_state = 160}, [3509] = {.lex_state = 0, .external_lex_state = 160}, [3510] = {.lex_state = 0, .external_lex_state = 160}, - [3511] = {.lex_state = 0, .external_lex_state = 165}, + [3511] = {.lex_state = 0, .external_lex_state = 160}, [3512] = {.lex_state = 0, .external_lex_state = 160}, - [3513] = {.lex_state = 0, .external_lex_state = 160}, - [3514] = {.lex_state = 2, .external_lex_state = 148}, - [3515] = {.lex_state = 2, .external_lex_state = 152}, - [3516] = {.lex_state = 0, .external_lex_state = 160}, - [3517] = {.lex_state = 0, .external_lex_state = 160}, + [3513] = {.lex_state = 2, .external_lex_state = 153}, + [3514] = {.lex_state = 2, .external_lex_state = 139}, + [3515] = {.lex_state = 2, .external_lex_state = 139}, + [3516] = {.lex_state = 2, .external_lex_state = 139}, + [3517] = {.lex_state = 2, .external_lex_state = 139}, [3518] = {.lex_state = 2, .external_lex_state = 139}, [3519] = {.lex_state = 0, .external_lex_state = 160}, - [3520] = {.lex_state = 2, .external_lex_state = 139}, - [3521] = {.lex_state = 0, .external_lex_state = 160}, + [3520] = {.lex_state = 2, .external_lex_state = 153}, + [3521] = {.lex_state = 2, .external_lex_state = 153}, [3522] = {.lex_state = 2, .external_lex_state = 139}, - [3523] = {.lex_state = 2, .external_lex_state = 139}, + [3523] = {.lex_state = 0, .external_lex_state = 160}, [3524] = {.lex_state = 0, .external_lex_state = 160}, - [3525] = {.lex_state = 0, .external_lex_state = 160}, - [3526] = {.lex_state = 2, .external_lex_state = 139}, + [3525] = {.lex_state = 2, .external_lex_state = 139}, + [3526] = {.lex_state = 0, .external_lex_state = 160}, [3527] = {.lex_state = 2, .external_lex_state = 139}, - [3528] = {.lex_state = 2, .external_lex_state = 139}, - [3529] = {.lex_state = 2, .external_lex_state = 139}, - [3530] = {.lex_state = 2, .external_lex_state = 139}, - [3531] = {.lex_state = 2, .external_lex_state = 139}, - [3532] = {.lex_state = 2, .external_lex_state = 139}, + [3528] = {.lex_state = 0, .external_lex_state = 160}, + [3529] = {.lex_state = 0, .external_lex_state = 160}, + [3530] = {.lex_state = 2, .external_lex_state = 153}, + [3531] = {.lex_state = 2, .external_lex_state = 153}, + [3532] = {.lex_state = 2, .external_lex_state = 153}, [3533] = {.lex_state = 0, .external_lex_state = 160}, - [3534] = {.lex_state = 2, .external_lex_state = 139}, - [3535] = {.lex_state = 2, .external_lex_state = 139}, - [3536] = {.lex_state = 2, .external_lex_state = 139}, - [3537] = {.lex_state = 2, .external_lex_state = 139}, + [3534] = {.lex_state = 2, .external_lex_state = 153}, + [3535] = {.lex_state = 2, .external_lex_state = 153}, + [3536] = {.lex_state = 0, .external_lex_state = 160}, + [3537] = {.lex_state = 2, .external_lex_state = 153}, [3538] = {.lex_state = 2, .external_lex_state = 139}, [3539] = {.lex_state = 2, .external_lex_state = 139}, - [3540] = {.lex_state = 0, .external_lex_state = 160}, - [3541] = {.lex_state = 2, .external_lex_state = 152}, - [3542] = {.lex_state = 2, .external_lex_state = 139}, - [3543] = {.lex_state = 2, .external_lex_state = 166}, - [3544] = {.lex_state = 2, .external_lex_state = 139}, + [3540] = {.lex_state = 2, .external_lex_state = 153}, + [3541] = {.lex_state = 2, .external_lex_state = 139}, + [3542] = {.lex_state = 2, .external_lex_state = 148}, + [3543] = {.lex_state = 2, .external_lex_state = 153}, + [3544] = {.lex_state = 2, .external_lex_state = 153}, [3545] = {.lex_state = 0, .external_lex_state = 160}, - [3546] = {.lex_state = 2, .external_lex_state = 139}, - [3547] = {.lex_state = 2, .external_lex_state = 139}, + [3546] = {.lex_state = 2, .external_lex_state = 153}, + [3547] = {.lex_state = 2, .external_lex_state = 153}, [3548] = {.lex_state = 2, .external_lex_state = 139}, [3549] = {.lex_state = 2, .external_lex_state = 139}, - [3550] = {.lex_state = 2, .external_lex_state = 139}, - [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 = 0, .external_lex_state = 160}, + [3550] = {.lex_state = 0, .external_lex_state = 160}, + [3551] = {.lex_state = 2, .external_lex_state = 139}, + [3552] = {.lex_state = 0, .external_lex_state = 163}, + [3553] = {.lex_state = 2, .external_lex_state = 148}, + [3554] = {.lex_state = 2, .external_lex_state = 153}, + [3555] = {.lex_state = 2, .external_lex_state = 153}, [3556] = {.lex_state = 0, .external_lex_state = 160}, - [3557] = {.lex_state = 0, .external_lex_state = 160}, - [3558] = {.lex_state = 0, .external_lex_state = 160}, + [3557] = {.lex_state = 0, .external_lex_state = 165}, + [3558] = {.lex_state = 2, .external_lex_state = 153}, [3559] = {.lex_state = 0, .external_lex_state = 160}, - [3560] = {.lex_state = 2, .external_lex_state = 152}, - [3561] = {.lex_state = 0, .external_lex_state = 160}, - [3562] = {.lex_state = 2, .external_lex_state = 152}, + [3560] = {.lex_state = 2, .external_lex_state = 139}, + [3561] = {.lex_state = 2, .external_lex_state = 139}, + [3562] = {.lex_state = 2, .external_lex_state = 139}, [3563] = {.lex_state = 2, .external_lex_state = 139}, - [3564] = {.lex_state = 0, .external_lex_state = 160}, + [3564] = {.lex_state = 2, .external_lex_state = 153}, [3565] = {.lex_state = 0, .external_lex_state = 160}, - [3566] = {.lex_state = 2, .external_lex_state = 139}, - [3567] = {.lex_state = 2, .external_lex_state = 139}, + [3566] = {.lex_state = 0, .external_lex_state = 160}, + [3567] = {.lex_state = 2, .external_lex_state = 153}, [3568] = {.lex_state = 0, .external_lex_state = 160}, - [3569] = {.lex_state = 0, .external_lex_state = 160}, - [3570] = {.lex_state = 0, .external_lex_state = 165}, - [3571] = {.lex_state = 2, .external_lex_state = 148}, - [3572] = {.lex_state = 2, .external_lex_state = 152}, - [3573] = {.lex_state = 2, .external_lex_state = 152}, - [3574] = {.lex_state = 2, .external_lex_state = 152}, - [3575] = {.lex_state = 2, .external_lex_state = 152}, - [3576] = {.lex_state = 0, .external_lex_state = 164}, - [3577] = {.lex_state = 2, .external_lex_state = 152}, - [3578] = {.lex_state = 2, .external_lex_state = 152}, - [3579] = {.lex_state = 2, .external_lex_state = 152}, - [3580] = {.lex_state = 2, .external_lex_state = 152}, - [3581] = {.lex_state = 2, .external_lex_state = 152}, - [3582] = {.lex_state = 2, .external_lex_state = 152}, - [3583] = {.lex_state = 2, .external_lex_state = 152}, - [3584] = {.lex_state = 2, .external_lex_state = 152}, + [3569] = {.lex_state = 2, .external_lex_state = 153}, + [3570] = {.lex_state = 2, .external_lex_state = 139}, + [3571] = {.lex_state = 2, .external_lex_state = 153}, + [3572] = {.lex_state = 2, .external_lex_state = 153}, + [3573] = {.lex_state = 2, .external_lex_state = 153}, + [3574] = {.lex_state = 2, .external_lex_state = 153}, + [3575] = {.lex_state = 2, .external_lex_state = 139}, + [3576] = {.lex_state = 2, .external_lex_state = 153}, + [3577] = {.lex_state = 0, .external_lex_state = 160}, + [3578] = {.lex_state = 2, .external_lex_state = 153}, + [3579] = {.lex_state = 0, .external_lex_state = 160}, + [3580] = {.lex_state = 2, .external_lex_state = 153}, + [3581] = {.lex_state = 2, .external_lex_state = 139}, + [3582] = {.lex_state = 0, .external_lex_state = 160}, + [3583] = {.lex_state = 2, .external_lex_state = 153}, + [3584] = {.lex_state = 2, .external_lex_state = 139}, [3585] = {.lex_state = 0, .external_lex_state = 160}, [3586] = {.lex_state = 2, .external_lex_state = 167}, - [3587] = {.lex_state = 0, .external_lex_state = 168}, - [3588] = {.lex_state = 2, .external_lex_state = 152}, - [3589] = {.lex_state = 2, .external_lex_state = 167}, - [3590] = {.lex_state = 2, .external_lex_state = 167}, + [3587] = {.lex_state = 2, .external_lex_state = 167}, + [3588] = {.lex_state = 0, .external_lex_state = 160}, + [3589] = {.lex_state = 0, .external_lex_state = 160}, + [3590] = {.lex_state = 0, .external_lex_state = 168}, [3591] = {.lex_state = 2, .external_lex_state = 167}, - [3592] = {.lex_state = 2, .external_lex_state = 167}, - [3593] = {.lex_state = 0, .external_lex_state = 169}, - [3594] = {.lex_state = 2, .external_lex_state = 167}, - [3595] = {.lex_state = 0, .external_lex_state = 170}, + [3592] = {.lex_state = 0, .external_lex_state = 169}, + [3593] = {.lex_state = 0, .external_lex_state = 168}, + [3594] = {.lex_state = 0, .external_lex_state = 168}, + [3595] = {.lex_state = 0, .external_lex_state = 160}, [3596] = {.lex_state = 2, .external_lex_state = 167}, [3597] = {.lex_state = 2, .external_lex_state = 167}, [3598] = {.lex_state = 2, .external_lex_state = 167}, - [3599] = {.lex_state = 2, .external_lex_state = 167}, + [3599] = {.lex_state = 0, .external_lex_state = 160}, [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 = 0, .external_lex_state = 170}, - [3604] = {.lex_state = 2, .external_lex_state = 167}, + [3603] = {.lex_state = 2, .external_lex_state = 167}, + [3604] = {.lex_state = 0, .external_lex_state = 160}, [3605] = {.lex_state = 2, .external_lex_state = 167}, - [3606] = {.lex_state = 2, .external_lex_state = 167}, + [3606] = {.lex_state = 0, .external_lex_state = 160}, [3607] = {.lex_state = 2, .external_lex_state = 167}, - [3608] = {.lex_state = 2, .external_lex_state = 167}, - [3609] = {.lex_state = 0, .external_lex_state = 171}, - [3610] = {.lex_state = 0, .external_lex_state = 78}, + [3608] = {.lex_state = 0, .external_lex_state = 170}, + [3609] = {.lex_state = 2, .external_lex_state = 167}, + [3610] = {.lex_state = 0, .external_lex_state = 76}, [3611] = {.lex_state = 2, .external_lex_state = 167}, - [3612] = {.lex_state = 2, .external_lex_state = 167}, + [3612] = {.lex_state = 2, .external_lex_state = 153}, [3613] = {.lex_state = 2, .external_lex_state = 167}, - [3614] = {.lex_state = 2, .external_lex_state = 167}, - [3615] = {.lex_state = 0, .external_lex_state = 170}, + [3614] = {.lex_state = 0, .external_lex_state = 171}, + [3615] = {.lex_state = 2, .external_lex_state = 167}, [3616] = {.lex_state = 2, .external_lex_state = 167}, - [3617] = {.lex_state = 0, .external_lex_state = 160}, - [3618] = {.lex_state = 2, .external_lex_state = 167}, - [3619] = {.lex_state = 2, .external_lex_state = 167}, + [3617] = {.lex_state = 0, .external_lex_state = 169}, + [3618] = {.lex_state = 2, .external_lex_state = 141}, + [3619] = {.lex_state = 0, .external_lex_state = 170}, [3620] = {.lex_state = 2, .external_lex_state = 167}, - [3621] = {.lex_state = 0, .external_lex_state = 168}, + [3621] = {.lex_state = 2, .external_lex_state = 167}, [3622] = {.lex_state = 2, .external_lex_state = 167}, - [3623] = {.lex_state = 0, .external_lex_state = 172}, - [3624] = {.lex_state = 2, .external_lex_state = 167}, - [3625] = {.lex_state = 0, .external_lex_state = 169}, + [3623] = {.lex_state = 2, .external_lex_state = 167}, + [3624] = {.lex_state = 0, .external_lex_state = 171}, + [3625] = {.lex_state = 2, .external_lex_state = 167}, [3626] = {.lex_state = 2, .external_lex_state = 167}, - [3627] = {.lex_state = 0, .external_lex_state = 169}, + [3627] = {.lex_state = 2, .external_lex_state = 167}, [3628] = {.lex_state = 2, .external_lex_state = 167}, [3629] = {.lex_state = 2, .external_lex_state = 167}, [3630] = {.lex_state = 2, .external_lex_state = 167}, - [3631] = {.lex_state = 2, .external_lex_state = 167}, + [3631] = {.lex_state = 0, .external_lex_state = 172}, [3632] = {.lex_state = 2, .external_lex_state = 167}, - [3633] = {.lex_state = 2, .external_lex_state = 167}, - [3634] = {.lex_state = 2, .external_lex_state = 167}, + [3633] = {.lex_state = 0, .external_lex_state = 172}, + [3634] = {.lex_state = 0, .external_lex_state = 154}, [3635] = {.lex_state = 2, .external_lex_state = 167}, - [3636] = {.lex_state = 0, .external_lex_state = 168}, - [3637] = {.lex_state = 2, .external_lex_state = 173}, + [3636] = {.lex_state = 2, .external_lex_state = 167}, + [3637] = {.lex_state = 2, .external_lex_state = 167}, [3638] = {.lex_state = 2, .external_lex_state = 167}, - [3639] = {.lex_state = 0, .external_lex_state = 174}, - [3640] = {.lex_state = 0, .external_lex_state = 174}, + [3639] = {.lex_state = 0, .external_lex_state = 154}, + [3640] = {.lex_state = 0, .external_lex_state = 170}, [3641] = {.lex_state = 0, .external_lex_state = 172}, - [3642] = {.lex_state = 0, .external_lex_state = 153}, + [3642] = {.lex_state = 2, .external_lex_state = 167}, [3643] = {.lex_state = 2, .external_lex_state = 167}, [3644] = {.lex_state = 2, .external_lex_state = 167}, - [3645] = {.lex_state = 2, .external_lex_state = 167}, - [3646] = {.lex_state = 0, .external_lex_state = 153}, - [3647] = {.lex_state = 2, .external_lex_state = 141}, + [3645] = {.lex_state = 0, .external_lex_state = 171}, + [3646] = {.lex_state = 2, .external_lex_state = 167}, + [3647] = {.lex_state = 0, .external_lex_state = 169}, [3648] = {.lex_state = 2, .external_lex_state = 167}, [3649] = {.lex_state = 2, .external_lex_state = 167}, [3650] = {.lex_state = 2, .external_lex_state = 167}, - [3651] = {.lex_state = 0, .external_lex_state = 160}, - [3652] = {.lex_state = 2, .external_lex_state = 167}, + [3651] = {.lex_state = 2, .external_lex_state = 167}, + [3652] = {.lex_state = 2, .external_lex_state = 173}, [3653] = {.lex_state = 2, .external_lex_state = 167}, [3654] = {.lex_state = 2, .external_lex_state = 167}, - [3655] = {.lex_state = 0, .external_lex_state = 160}, + [3655] = {.lex_state = 0, .external_lex_state = 174}, [3656] = {.lex_state = 2, .external_lex_state = 167}, [3657] = {.lex_state = 2, .external_lex_state = 167}, [3658] = {.lex_state = 2, .external_lex_state = 167}, - [3659] = {.lex_state = 0, .external_lex_state = 160}, - [3660] = {.lex_state = 0, .external_lex_state = 171}, + [3659] = {.lex_state = 0, .external_lex_state = 174}, + [3660] = {.lex_state = 2, .external_lex_state = 167}, [3661] = {.lex_state = 2, .external_lex_state = 167}, - [3662] = {.lex_state = 0, .external_lex_state = 172}, - [3663] = {.lex_state = 0, .external_lex_state = 160}, - [3664] = {.lex_state = 2, .external_lex_state = 167}, - [3665] = {.lex_state = 0, .external_lex_state = 160}, + [3662] = {.lex_state = 2, .external_lex_state = 167}, + [3663] = {.lex_state = 2, .external_lex_state = 167}, + [3664] = {.lex_state = 0, .external_lex_state = 174}, + [3665] = {.lex_state = 2, .external_lex_state = 167}, [3666] = {.lex_state = 2, .external_lex_state = 167}, - [3667] = {.lex_state = 0, .external_lex_state = 171}, - [3668] = {.lex_state = 0, .external_lex_state = 174}, - [3669] = {.lex_state = 0, .external_lex_state = 123}, - [3670] = {.lex_state = 2, .external_lex_state = 141}, - [3671] = {.lex_state = 2, .external_lex_state = 67}, - [3672] = {.lex_state = 2, .external_lex_state = 67}, - [3673] = {.lex_state = 2, .external_lex_state = 67}, - [3674] = {.lex_state = 2, .external_lex_state = 141}, - [3675] = {.lex_state = 2, .external_lex_state = 67}, - [3676] = {.lex_state = 2, .external_lex_state = 141}, - [3677] = {.lex_state = 2, .external_lex_state = 141}, - [3678] = {.lex_state = 2, .external_lex_state = 141}, - [3679] = {.lex_state = 2, .external_lex_state = 67}, - [3680] = {.lex_state = 2, .external_lex_state = 67}, - [3681] = {.lex_state = 2, .external_lex_state = 141}, - [3682] = {.lex_state = 2, .external_lex_state = 67}, - [3683] = {.lex_state = 2, .external_lex_state = 67}, - [3684] = {.lex_state = 2, .external_lex_state = 141}, - [3685] = {.lex_state = 2, .external_lex_state = 67}, - [3686] = {.lex_state = 0, .external_lex_state = 128}, - [3687] = {.lex_state = 0, .external_lex_state = 123}, - [3688] = {.lex_state = 2, .external_lex_state = 67}, - [3689] = {.lex_state = 2, .external_lex_state = 67}, - [3690] = {.lex_state = 2, .external_lex_state = 67}, - [3691] = {.lex_state = 2, .external_lex_state = 67}, - [3692] = {.lex_state = 0, .external_lex_state = 123}, - [3693] = {.lex_state = 0, .external_lex_state = 128}, - [3694] = {.lex_state = 2, .external_lex_state = 141}, - [3695] = {.lex_state = 0, .external_lex_state = 123}, - [3696] = {.lex_state = 2, .external_lex_state = 67}, - [3697] = {.lex_state = 2, .external_lex_state = 67}, - [3698] = {.lex_state = 0, .external_lex_state = 123}, - [3699] = {.lex_state = 2, .external_lex_state = 67}, - [3700] = {.lex_state = 0, .external_lex_state = 128}, - [3701] = {.lex_state = 2, .external_lex_state = 141}, - [3702] = {.lex_state = 2, .external_lex_state = 67}, - [3703] = {.lex_state = 2, .external_lex_state = 141}, - [3704] = {.lex_state = 0, .external_lex_state = 160}, - [3705] = {.lex_state = 0, .external_lex_state = 123}, - [3706] = {.lex_state = 0, .external_lex_state = 128}, - [3707] = {.lex_state = 0, .external_lex_state = 123}, - [3708] = {.lex_state = 2, .external_lex_state = 67}, - [3709] = {.lex_state = 2, .external_lex_state = 67}, - [3710] = {.lex_state = 0, .external_lex_state = 128}, - [3711] = {.lex_state = 2, .external_lex_state = 67}, - [3712] = {.lex_state = 0, .external_lex_state = 175}, - [3713] = {.lex_state = 0, .external_lex_state = 123}, - [3714] = {.lex_state = 0, .external_lex_state = 123}, - [3715] = {.lex_state = 0, .external_lex_state = 123}, - [3716] = {.lex_state = 0, .external_lex_state = 123}, - [3717] = {.lex_state = 0, .external_lex_state = 123}, - [3718] = {.lex_state = 0, .external_lex_state = 123}, - [3719] = {.lex_state = 0, .external_lex_state = 123}, - [3720] = {.lex_state = 0, .external_lex_state = 123}, - [3721] = {.lex_state = 0, .external_lex_state = 123}, - [3722] = {.lex_state = 0, .external_lex_state = 123}, - [3723] = {.lex_state = 0, .external_lex_state = 123}, - [3724] = {.lex_state = 0, .external_lex_state = 123}, - [3725] = {.lex_state = 2, .external_lex_state = 67}, - [3726] = {.lex_state = 0, .external_lex_state = 123}, + [3667] = {.lex_state = 2, .external_lex_state = 167}, + [3668] = {.lex_state = 2, .external_lex_state = 167}, + [3669] = {.lex_state = 0, .external_lex_state = 175}, + [3670] = {.lex_state = 0, .external_lex_state = 175}, + [3671] = {.lex_state = 0, .external_lex_state = 121}, + [3672] = {.lex_state = 2, .external_lex_state = 153}, + [3673] = {.lex_state = 0, .external_lex_state = 175}, + [3674] = {.lex_state = 0, .external_lex_state = 175}, + [3675] = {.lex_state = 0, .external_lex_state = 175}, + [3676] = {.lex_state = 0, .external_lex_state = 175}, + [3677] = {.lex_state = 0, .external_lex_state = 121}, + [3678] = {.lex_state = 0, .external_lex_state = 126}, + [3679] = {.lex_state = 0, .external_lex_state = 175}, + [3680] = {.lex_state = 0, .external_lex_state = 126}, + [3681] = {.lex_state = 0, .external_lex_state = 126}, + [3682] = {.lex_state = 0, .external_lex_state = 126}, + [3683] = {.lex_state = 0, .external_lex_state = 126}, + [3684] = {.lex_state = 0, .external_lex_state = 126}, + [3685] = {.lex_state = 2, .external_lex_state = 176}, + [3686] = {.lex_state = 0, .external_lex_state = 126}, + [3687] = {.lex_state = 0, .external_lex_state = 175}, + [3688] = {.lex_state = 0, .external_lex_state = 175}, + [3689] = {.lex_state = 0, .external_lex_state = 175}, + [3690] = {.lex_state = 2, .external_lex_state = 153}, + [3691] = {.lex_state = 0, .external_lex_state = 175}, + [3692] = {.lex_state = 0, .external_lex_state = 121}, + [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 = 2, .external_lex_state = 69}, + [3697] = {.lex_state = 0, .external_lex_state = 175}, + [3698] = {.lex_state = 2, .external_lex_state = 69}, + [3699] = {.lex_state = 0, .external_lex_state = 175}, + [3700] = {.lex_state = 0, .external_lex_state = 175}, + [3701] = {.lex_state = 2, .external_lex_state = 69}, + [3702] = {.lex_state = 0, .external_lex_state = 175}, + [3703] = {.lex_state = 0, .external_lex_state = 121}, + [3704] = {.lex_state = 2, .external_lex_state = 69}, + [3705] = {.lex_state = 0, .external_lex_state = 175}, + [3706] = {.lex_state = 0, .external_lex_state = 175}, + [3707] = {.lex_state = 0, .external_lex_state = 126}, + [3708] = {.lex_state = 0, .external_lex_state = 126}, + [3709] = {.lex_state = 0, .external_lex_state = 175}, + [3710] = {.lex_state = 0, .external_lex_state = 126}, + [3711] = {.lex_state = 0, .external_lex_state = 126}, + [3712] = {.lex_state = 2, .external_lex_state = 141}, + [3713] = {.lex_state = 0, .external_lex_state = 175}, + [3714] = {.lex_state = 2, .external_lex_state = 69}, + [3715] = {.lex_state = 2, .external_lex_state = 69}, + [3716] = {.lex_state = 2, .external_lex_state = 69}, + [3717] = {.lex_state = 2, .external_lex_state = 69}, + [3718] = {.lex_state = 0, .external_lex_state = 126}, + [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 = 2, .external_lex_state = 153}, + [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 = 121}, [3727] = {.lex_state = 2, .external_lex_state = 141}, - [3728] = {.lex_state = 2, .external_lex_state = 141}, - [3729] = {.lex_state = 0, .external_lex_state = 123}, - [3730] = {.lex_state = 0, .external_lex_state = 123}, - [3731] = {.lex_state = 0, .external_lex_state = 123}, - [3732] = {.lex_state = 0, .external_lex_state = 123}, - [3733] = {.lex_state = 2, .external_lex_state = 67}, - [3734] = {.lex_state = 0, .external_lex_state = 123}, - [3735] = {.lex_state = 0, .external_lex_state = 123}, - [3736] = {.lex_state = 0, .external_lex_state = 123}, - [3737] = {.lex_state = 2, .external_lex_state = 67}, - [3738] = {.lex_state = 0, .external_lex_state = 123}, - [3739] = {.lex_state = 0, .external_lex_state = 123}, - [3740] = {.lex_state = 0, .external_lex_state = 123}, - [3741] = {.lex_state = 0, .external_lex_state = 123}, + [3728] = {.lex_state = 0, .external_lex_state = 175}, + [3729] = {.lex_state = 0, .external_lex_state = 121}, + [3730] = {.lex_state = 0, .external_lex_state = 175}, + [3731] = {.lex_state = 0, .external_lex_state = 175}, + [3732] = {.lex_state = 0, .external_lex_state = 121}, + [3733] = {.lex_state = 0, .external_lex_state = 121}, + [3734] = {.lex_state = 2, .external_lex_state = 69}, + [3735] = {.lex_state = 2, .external_lex_state = 69}, + [3736] = {.lex_state = 0, .external_lex_state = 126}, + [3737] = {.lex_state = 2, .external_lex_state = 141}, + [3738] = {.lex_state = 0, .external_lex_state = 126}, + [3739] = {.lex_state = 0, .external_lex_state = 175}, + [3740] = {.lex_state = 0, .external_lex_state = 121}, + [3741] = {.lex_state = 0, .external_lex_state = 175}, [3742] = {.lex_state = 0, .external_lex_state = 175}, - [3743] = {.lex_state = 2, .external_lex_state = 67}, + [3743] = {.lex_state = 0, .external_lex_state = 175}, [3744] = {.lex_state = 0, .external_lex_state = 175}, - [3745] = {.lex_state = 2, .external_lex_state = 141}, - [3746] = {.lex_state = 2, .external_lex_state = 67}, - [3747] = {.lex_state = 2, .external_lex_state = 67}, - [3748] = {.lex_state = 2, .external_lex_state = 67}, - [3749] = {.lex_state = 0, .external_lex_state = 123}, - [3750] = {.lex_state = 0, .external_lex_state = 128}, - [3751] = {.lex_state = 0, .external_lex_state = 128}, - [3752] = {.lex_state = 0, .external_lex_state = 128}, - [3753] = {.lex_state = 0, .external_lex_state = 128}, - [3754] = {.lex_state = 0, .external_lex_state = 128}, - [3755] = {.lex_state = 2, .external_lex_state = 141}, - [3756] = {.lex_state = 2, .external_lex_state = 152}, - [3757] = {.lex_state = 2, .external_lex_state = 67}, - [3758] = {.lex_state = 2, .external_lex_state = 67}, - [3759] = {.lex_state = 0, .external_lex_state = 128}, - [3760] = {.lex_state = 0, .external_lex_state = 128}, - [3761] = {.lex_state = 0, .external_lex_state = 128}, - [3762] = {.lex_state = 0, .external_lex_state = 128}, - [3763] = {.lex_state = 0, .external_lex_state = 128}, - [3764] = {.lex_state = 0, .external_lex_state = 128}, - [3765] = {.lex_state = 0, .external_lex_state = 128}, - [3766] = {.lex_state = 0, .external_lex_state = 176}, - [3767] = {.lex_state = 0, .external_lex_state = 128}, - [3768] = {.lex_state = 0, .external_lex_state = 128}, - [3769] = {.lex_state = 0, .external_lex_state = 128}, - [3770] = {.lex_state = 2, .external_lex_state = 152}, - [3771] = {.lex_state = 2, .external_lex_state = 67}, - [3772] = {.lex_state = 2, .external_lex_state = 152}, - [3773] = {.lex_state = 2, .external_lex_state = 141}, - [3774] = {.lex_state = 2, .external_lex_state = 141}, - [3775] = {.lex_state = 2, .external_lex_state = 141}, - [3776] = {.lex_state = 2, .external_lex_state = 152}, - [3777] = {.lex_state = 2, .external_lex_state = 67}, - [3778] = {.lex_state = 2, .external_lex_state = 67}, - [3779] = {.lex_state = 2, .external_lex_state = 152}, - [3780] = {.lex_state = 0, .external_lex_state = 128}, - [3781] = {.lex_state = 2, .external_lex_state = 141}, + [3745] = {.lex_state = 0, .external_lex_state = 175}, + [3746] = {.lex_state = 0, .external_lex_state = 175}, + [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 = 0, .external_lex_state = 175}, + [3751] = {.lex_state = 0, .external_lex_state = 121}, + [3752] = {.lex_state = 0, .external_lex_state = 175}, + [3753] = {.lex_state = 2, .external_lex_state = 69}, + [3754] = {.lex_state = 0, .external_lex_state = 169}, + [3755] = {.lex_state = 0, .external_lex_state = 175}, + [3756] = {.lex_state = 0, .external_lex_state = 175}, + [3757] = {.lex_state = 0, .external_lex_state = 177}, + [3758] = {.lex_state = 0, .external_lex_state = 175}, + [3759] = {.lex_state = 0, .external_lex_state = 175}, + [3760] = {.lex_state = 2, .external_lex_state = 69}, + [3761] = {.lex_state = 0, .external_lex_state = 175}, + [3762] = {.lex_state = 0, .external_lex_state = 175}, + [3763] = {.lex_state = 2, .external_lex_state = 69}, + [3764] = {.lex_state = 0, .external_lex_state = 175}, + [3765] = {.lex_state = 0, .external_lex_state = 175}, + [3766] = {.lex_state = 0, .external_lex_state = 175}, + [3767] = {.lex_state = 2, .external_lex_state = 69}, + [3768] = {.lex_state = 2, .external_lex_state = 141}, + [3769] = {.lex_state = 0, .external_lex_state = 175}, + [3770] = {.lex_state = 0, .external_lex_state = 175}, + [3771] = {.lex_state = 0, .external_lex_state = 175}, + [3772] = {.lex_state = 0, .external_lex_state = 126}, + [3773] = {.lex_state = 2, .external_lex_state = 69}, + [3774] = {.lex_state = 0, .external_lex_state = 175}, + [3775] = {.lex_state = 0, .external_lex_state = 175}, + [3776] = {.lex_state = 0, .external_lex_state = 175}, + [3777] = {.lex_state = 0, .external_lex_state = 175}, + [3778] = {.lex_state = 0, .external_lex_state = 126}, + [3779] = {.lex_state = 0, .external_lex_state = 175}, + [3780] = {.lex_state = 0, .external_lex_state = 126}, + [3781] = {.lex_state = 0, .external_lex_state = 126}, [3782] = {.lex_state = 2, .external_lex_state = 141}, - [3783] = {.lex_state = 0, .external_lex_state = 128}, - [3784] = {.lex_state = 0, .external_lex_state = 128}, - [3785] = {.lex_state = 0, .external_lex_state = 123}, - [3786] = {.lex_state = 0, .external_lex_state = 123}, - [3787] = {.lex_state = 0, .external_lex_state = 128}, - [3788] = {.lex_state = 0, .external_lex_state = 128}, - [3789] = {.lex_state = 2, .external_lex_state = 177}, - [3790] = {.lex_state = 2, .external_lex_state = 67}, - [3791] = {.lex_state = 0, .external_lex_state = 128}, - [3792] = {.lex_state = 0, .external_lex_state = 128}, - [3793] = {.lex_state = 0, .external_lex_state = 128}, - [3794] = {.lex_state = 0, .external_lex_state = 128}, - [3795] = {.lex_state = 2, .external_lex_state = 67}, - [3796] = {.lex_state = 2, .external_lex_state = 67}, - [3797] = {.lex_state = 0, .external_lex_state = 128}, - [3798] = {.lex_state = 2, .external_lex_state = 141}, - [3799] = {.lex_state = 0, .external_lex_state = 128}, - [3800] = {.lex_state = 2, .external_lex_state = 141}, - [3801] = {.lex_state = 0, .external_lex_state = 168}, - [3802] = {.lex_state = 2, .external_lex_state = 141}, - [3803] = {.lex_state = 0, .external_lex_state = 176}, - [3804] = {.lex_state = 0, .external_lex_state = 128}, - [3805] = {.lex_state = 0, .external_lex_state = 128}, - [3806] = {.lex_state = 2, .external_lex_state = 141}, - [3807] = {.lex_state = 0, .external_lex_state = 176}, - [3808] = {.lex_state = 2, .external_lex_state = 141}, - [3809] = {.lex_state = 2, .external_lex_state = 141}, - [3810] = {.lex_state = 0, .external_lex_state = 168}, - [3811] = {.lex_state = 2, .external_lex_state = 152}, - [3812] = {.lex_state = 0, .external_lex_state = 128}, - [3813] = {.lex_state = 2, .external_lex_state = 152}, - [3814] = {.lex_state = 2, .external_lex_state = 67}, - [3815] = {.lex_state = 2, .external_lex_state = 141}, - [3816] = {.lex_state = 2, .external_lex_state = 141}, - [3817] = {.lex_state = 2, .external_lex_state = 141}, - [3818] = {.lex_state = 2, .external_lex_state = 152}, - [3819] = {.lex_state = 2, .external_lex_state = 178}, - [3820] = {.lex_state = 2, .external_lex_state = 152}, - [3821] = {.lex_state = 2, .external_lex_state = 152}, - [3822] = {.lex_state = 2, .external_lex_state = 152}, - [3823] = {.lex_state = 0, .external_lex_state = 175}, + [3783] = {.lex_state = 0, .external_lex_state = 175}, + [3784] = {.lex_state = 0, .external_lex_state = 175}, + [3785] = {.lex_state = 0, .external_lex_state = 175}, + [3786] = {.lex_state = 0, .external_lex_state = 175}, + [3787] = {.lex_state = 0, .external_lex_state = 175}, + [3788] = {.lex_state = 0, .external_lex_state = 175}, + [3789] = {.lex_state = 0, .external_lex_state = 175}, + [3790] = {.lex_state = 0, .external_lex_state = 175}, + [3791] = {.lex_state = 0, .external_lex_state = 175}, + [3792] = {.lex_state = 0, .external_lex_state = 175}, + [3793] = {.lex_state = 2, .external_lex_state = 69}, + [3794] = {.lex_state = 2, .external_lex_state = 69}, + [3795] = {.lex_state = 2, .external_lex_state = 69}, + [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 = 126}, + [3804] = {.lex_state = 0, .external_lex_state = 175}, + [3805] = {.lex_state = 2, .external_lex_state = 141}, + [3806] = {.lex_state = 2, .external_lex_state = 178}, + [3807] = {.lex_state = 0, .external_lex_state = 175}, + [3808] = {.lex_state = 0, .external_lex_state = 175}, + [3809] = {.lex_state = 0, .external_lex_state = 175}, + [3810] = {.lex_state = 0, .external_lex_state = 121}, + [3811] = {.lex_state = 0, .external_lex_state = 126}, + [3812] = {.lex_state = 2, .external_lex_state = 141}, + [3813] = {.lex_state = 0, .external_lex_state = 175}, + [3814] = {.lex_state = 0, .external_lex_state = 126}, + [3815] = {.lex_state = 0, .external_lex_state = 126}, + [3816] = {.lex_state = 0, .external_lex_state = 160}, + [3817] = {.lex_state = 0, .external_lex_state = 126}, + [3818] = {.lex_state = 0, .external_lex_state = 175}, + [3819] = {.lex_state = 2, .external_lex_state = 69}, + [3820] = {.lex_state = 0, .external_lex_state = 175}, + [3821] = {.lex_state = 0, .external_lex_state = 126}, + [3822] = {.lex_state = 0, .external_lex_state = 175}, + [3823] = {.lex_state = 0, .external_lex_state = 169}, [3824] = {.lex_state = 0, .external_lex_state = 175}, - [3825] = {.lex_state = 0, .external_lex_state = 175}, - [3826] = {.lex_state = 2, .external_lex_state = 67}, + [3825] = {.lex_state = 2, .external_lex_state = 69}, + [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}, + [3830] = {.lex_state = 0, .external_lex_state = 160}, [3831] = {.lex_state = 0, .external_lex_state = 175}, - [3832] = {.lex_state = 0, .external_lex_state = 175}, - [3833] = {.lex_state = 0, .external_lex_state = 175}, - [3834] = {.lex_state = 0, .external_lex_state = 175}, - [3835] = {.lex_state = 0, .external_lex_state = 175}, - [3836] = {.lex_state = 0, .external_lex_state = 175}, + [3832] = {.lex_state = 2, .external_lex_state = 69}, + [3833] = {.lex_state = 0, .external_lex_state = 121}, + [3834] = {.lex_state = 2, .external_lex_state = 69}, + [3835] = {.lex_state = 0, .external_lex_state = 121}, + [3836] = {.lex_state = 2, .external_lex_state = 69}, [3837] = {.lex_state = 0, .external_lex_state = 175}, - [3838] = {.lex_state = 0, .external_lex_state = 175}, - [3839] = {.lex_state = 2, .external_lex_state = 67}, - [3840] = {.lex_state = 0, .external_lex_state = 175}, - [3841] = {.lex_state = 0, .external_lex_state = 175}, + [3838] = {.lex_state = 0, .external_lex_state = 121}, + [3839] = {.lex_state = 0, .external_lex_state = 175}, + [3840] = {.lex_state = 0, .external_lex_state = 121}, + [3841] = {.lex_state = 0, .external_lex_state = 126}, [3842] = {.lex_state = 0, .external_lex_state = 175}, - [3843] = {.lex_state = 2, .external_lex_state = 67}, - [3844] = {.lex_state = 0, .external_lex_state = 175}, + [3843] = {.lex_state = 0, .external_lex_state = 175}, + [3844] = {.lex_state = 0, .external_lex_state = 121}, [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 = 175}, + [3846] = {.lex_state = 0, .external_lex_state = 121}, + [3847] = {.lex_state = 2, .external_lex_state = 69}, + [3848] = {.lex_state = 0, .external_lex_state = 126}, [3849] = {.lex_state = 0, .external_lex_state = 175}, [3850] = {.lex_state = 0, .external_lex_state = 175}, [3851] = {.lex_state = 0, .external_lex_state = 175}, [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 = 175}, - [3857] = {.lex_state = 0, .external_lex_state = 175}, + [3854] = {.lex_state = 0, .external_lex_state = 121}, + [3855] = {.lex_state = 0, .external_lex_state = 121}, + [3856] = {.lex_state = 0, .external_lex_state = 121}, + [3857] = {.lex_state = 0, .external_lex_state = 121}, [3858] = {.lex_state = 0, .external_lex_state = 175}, - [3859] = {.lex_state = 0, .external_lex_state = 175}, - [3860] = {.lex_state = 0, .external_lex_state = 175}, + [3859] = {.lex_state = 0, .external_lex_state = 121}, + [3860] = {.lex_state = 2, .external_lex_state = 69}, [3861] = {.lex_state = 0, .external_lex_state = 175}, [3862] = {.lex_state = 0, .external_lex_state = 175}, - [3863] = {.lex_state = 0, .external_lex_state = 175}, + [3863] = {.lex_state = 2, .external_lex_state = 141}, [3864] = {.lex_state = 0, .external_lex_state = 175}, [3865] = {.lex_state = 0, .external_lex_state = 175}, - [3866] = {.lex_state = 0, .external_lex_state = 175}, + [3866] = {.lex_state = 2, .external_lex_state = 69}, [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}, [3871] = {.lex_state = 0, .external_lex_state = 175}, - [3872] = {.lex_state = 0, .external_lex_state = 175}, - [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 = 175}, - [3879] = {.lex_state = 0, .external_lex_state = 175}, + [3872] = {.lex_state = 2, .external_lex_state = 69}, + [3873] = {.lex_state = 2, .external_lex_state = 141}, + [3874] = {.lex_state = 2, .external_lex_state = 141}, + [3875] = {.lex_state = 2, .external_lex_state = 153}, + [3876] = {.lex_state = 2, .external_lex_state = 141}, + [3877] = {.lex_state = 2, .external_lex_state = 153}, + [3878] = {.lex_state = 2, .external_lex_state = 141}, + [3879] = {.lex_state = 0, .external_lex_state = 121}, [3880] = {.lex_state = 0, .external_lex_state = 175}, [3881] = {.lex_state = 0, .external_lex_state = 175}, [3882] = {.lex_state = 0, .external_lex_state = 175}, @@ -17070,653 +17070,653 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [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 = 0, .external_lex_state = 175}, - [3891] = {.lex_state = 0, .external_lex_state = 175}, + [3889] = {.lex_state = 0, .external_lex_state = 126}, + [3890] = {.lex_state = 2, .external_lex_state = 153}, + [3891] = {.lex_state = 0, .external_lex_state = 121}, [3892] = {.lex_state = 0, .external_lex_state = 175}, - [3893] = {.lex_state = 0, .external_lex_state = 175}, - [3894] = {.lex_state = 0, .external_lex_state = 175}, - [3895] = {.lex_state = 0, .external_lex_state = 175}, - [3896] = {.lex_state = 0, .external_lex_state = 175}, - [3897] = {.lex_state = 0, .external_lex_state = 175}, + [3893] = {.lex_state = 0, .external_lex_state = 121}, + [3894] = {.lex_state = 2, .external_lex_state = 153}, + [3895] = {.lex_state = 0, .external_lex_state = 121}, + [3896] = {.lex_state = 2, .external_lex_state = 153}, + [3897] = {.lex_state = 2, .external_lex_state = 153}, [3898] = {.lex_state = 0, .external_lex_state = 175}, - [3899] = {.lex_state = 0, .external_lex_state = 175}, - [3900] = {.lex_state = 0, .external_lex_state = 175}, - [3901] = {.lex_state = 0, .external_lex_state = 175}, - [3902] = {.lex_state = 0, .external_lex_state = 175}, - [3903] = {.lex_state = 0, .external_lex_state = 175}, + [3899] = {.lex_state = 0, .external_lex_state = 121}, + [3900] = {.lex_state = 0, .external_lex_state = 121}, + [3901] = {.lex_state = 0, .external_lex_state = 121}, + [3902] = {.lex_state = 0, .external_lex_state = 121}, + [3903] = {.lex_state = 0, .external_lex_state = 177}, [3904] = {.lex_state = 0, .external_lex_state = 175}, - [3905] = {.lex_state = 0, .external_lex_state = 175}, + [3905] = {.lex_state = 2, .external_lex_state = 153}, [3906] = {.lex_state = 0, .external_lex_state = 175}, [3907] = {.lex_state = 0, .external_lex_state = 175}, - [3908] = {.lex_state = 0, .external_lex_state = 175}, + [3908] = {.lex_state = 0, .external_lex_state = 126}, [3909] = {.lex_state = 0, .external_lex_state = 175}, - [3910] = {.lex_state = 0, .external_lex_state = 175}, - [3911] = {.lex_state = 0, .external_lex_state = 175}, - [3912] = {.lex_state = 0, .external_lex_state = 175}, + [3910] = {.lex_state = 2, .external_lex_state = 69}, + [3911] = {.lex_state = 2, .external_lex_state = 69}, + [3912] = {.lex_state = 0, .external_lex_state = 126}, [3913] = {.lex_state = 0, .external_lex_state = 175}, [3914] = {.lex_state = 0, .external_lex_state = 175}, - [3915] = {.lex_state = 0, .external_lex_state = 175}, + [3915] = {.lex_state = 0, .external_lex_state = 126}, [3916] = {.lex_state = 0, .external_lex_state = 175}, [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 = 0, .external_lex_state = 175}, - [3921] = {.lex_state = 0, .external_lex_state = 175}, - [3922] = {.lex_state = 0, .external_lex_state = 175}, - [3923] = {.lex_state = 0, .external_lex_state = 175}, + [3918] = {.lex_state = 2, .external_lex_state = 153}, + [3919] = {.lex_state = 0, .external_lex_state = 177}, + [3920] = {.lex_state = 0, .external_lex_state = 121}, + [3921] = {.lex_state = 0, .external_lex_state = 126}, + [3922] = {.lex_state = 0, .external_lex_state = 121}, + [3923] = {.lex_state = 2, .external_lex_state = 141}, [3924] = {.lex_state = 0, .external_lex_state = 175}, - [3925] = {.lex_state = 0, .external_lex_state = 175}, - [3926] = {.lex_state = 0, .external_lex_state = 175}, - [3927] = {.lex_state = 0, .external_lex_state = 175}, - [3928] = {.lex_state = 0, .external_lex_state = 175}, - [3929] = {.lex_state = 0, .external_lex_state = 175}, - [3930] = {.lex_state = 0, .external_lex_state = 175}, - [3931] = {.lex_state = 0, .external_lex_state = 175}, - [3932] = {.lex_state = 0, .external_lex_state = 175}, - [3933] = {.lex_state = 0, .external_lex_state = 175}, - [3934] = {.lex_state = 0, .external_lex_state = 175}, - [3935] = {.lex_state = 0, .external_lex_state = 175}, - [3936] = {.lex_state = 0, .external_lex_state = 175}, + [3925] = {.lex_state = 2, .external_lex_state = 141}, + [3926] = {.lex_state = 2, .external_lex_state = 141}, + [3927] = {.lex_state = 2, .external_lex_state = 141}, + [3928] = {.lex_state = 2, .external_lex_state = 141}, + [3929] = {.lex_state = 2, .external_lex_state = 141}, + [3930] = {.lex_state = 2, .external_lex_state = 141}, + [3931] = {.lex_state = 2, .external_lex_state = 141}, + [3932] = {.lex_state = 0, .external_lex_state = 121}, + [3933] = {.lex_state = 2, .external_lex_state = 141}, + [3934] = {.lex_state = 2, .external_lex_state = 141}, + [3935] = {.lex_state = 2, .external_lex_state = 141}, + [3936] = {.lex_state = 2, .external_lex_state = 141}, [3937] = {.lex_state = 0, .external_lex_state = 175}, - [3938] = {.lex_state = 0, .external_lex_state = 175}, - [3939] = {.lex_state = 0, .external_lex_state = 175}, - [3940] = {.lex_state = 0, .external_lex_state = 175}, - [3941] = {.lex_state = 0, .external_lex_state = 175}, + [3938] = {.lex_state = 2, .external_lex_state = 141}, + [3939] = {.lex_state = 2, .external_lex_state = 141}, + [3940] = {.lex_state = 2, .external_lex_state = 69}, + [3941] = {.lex_state = 0, .external_lex_state = 121}, [3942] = {.lex_state = 0, .external_lex_state = 175}, [3943] = {.lex_state = 0, .external_lex_state = 175}, [3944] = {.lex_state = 0, .external_lex_state = 175}, - [3945] = {.lex_state = 0, .external_lex_state = 175}, + [3945] = {.lex_state = 2, .external_lex_state = 69}, [3946] = {.lex_state = 0, .external_lex_state = 175}, [3947] = {.lex_state = 0, .external_lex_state = 175}, [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 = 175}, - [3953] = {.lex_state = 0, .external_lex_state = 175}, - [3954] = {.lex_state = 0, .external_lex_state = 175}, - [3955] = {.lex_state = 0, .external_lex_state = 175}, + [3951] = {.lex_state = 2, .external_lex_state = 141}, + [3952] = {.lex_state = 2, .external_lex_state = 69}, + [3953] = {.lex_state = 0, .external_lex_state = 126}, + [3954] = {.lex_state = 2, .external_lex_state = 69}, + [3955] = {.lex_state = 0, .external_lex_state = 126}, [3956] = {.lex_state = 0, .external_lex_state = 175}, [3957] = {.lex_state = 0, .external_lex_state = 175}, [3958] = {.lex_state = 0, .external_lex_state = 175}, - [3959] = {.lex_state = 0, .external_lex_state = 175}, - [3960] = {.lex_state = 0, .external_lex_state = 175}, - [3961] = {.lex_state = 0, .external_lex_state = 175}, + [3959] = {.lex_state = 2, .external_lex_state = 69}, + [3960] = {.lex_state = 2, .external_lex_state = 141}, + [3961] = {.lex_state = 2, .external_lex_state = 69}, [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 = 0, .external_lex_state = 175}, + [3963] = {.lex_state = 2, .external_lex_state = 69}, + [3964] = {.lex_state = 2, .external_lex_state = 69}, + [3965] = {.lex_state = 2, .external_lex_state = 69}, + [3966] = {.lex_state = 2, .external_lex_state = 141}, [3967] = {.lex_state = 0, .external_lex_state = 175}, [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}, + [3972] = {.lex_state = 2, .external_lex_state = 69}, [3973] = {.lex_state = 0, .external_lex_state = 175}, [3974] = {.lex_state = 0, .external_lex_state = 175}, - [3975] = {.lex_state = 0, .external_lex_state = 175}, - [3976] = {.lex_state = 2, .external_lex_state = 141}, - [3977] = {.lex_state = 0, .external_lex_state = 160}, - [3978] = {.lex_state = 2, .external_lex_state = 152}, - [3979] = {.lex_state = 2, .external_lex_state = 77}, - [3980] = {.lex_state = 2, .external_lex_state = 152}, - [3981] = {.lex_state = 2, .external_lex_state = 77}, - [3982] = {.lex_state = 2, .external_lex_state = 152}, - [3983] = {.lex_state = 2, .external_lex_state = 152}, - [3984] = {.lex_state = 2, .external_lex_state = 152}, - [3985] = {.lex_state = 2, .external_lex_state = 152}, - [3986] = {.lex_state = 2, .external_lex_state = 152}, - [3987] = {.lex_state = 2, .external_lex_state = 152}, - [3988] = {.lex_state = 2, .external_lex_state = 77}, - [3989] = {.lex_state = 2, .external_lex_state = 152}, - [3990] = {.lex_state = 2, .external_lex_state = 152}, - [3991] = {.lex_state = 2, .external_lex_state = 152}, - [3992] = {.lex_state = 2, .external_lex_state = 77}, - [3993] = {.lex_state = 2, .external_lex_state = 152}, - [3994] = {.lex_state = 2, .external_lex_state = 152}, - [3995] = {.lex_state = 2, .external_lex_state = 152}, - [3996] = {.lex_state = 2, .external_lex_state = 152}, - [3997] = {.lex_state = 2, .external_lex_state = 152}, - [3998] = {.lex_state = 2, .external_lex_state = 152}, - [3999] = {.lex_state = 2, .external_lex_state = 77}, - [4000] = {.lex_state = 2, .external_lex_state = 152}, - [4001] = {.lex_state = 2, .external_lex_state = 152}, - [4002] = {.lex_state = 2, .external_lex_state = 152}, - [4003] = {.lex_state = 2, .external_lex_state = 152}, - [4004] = {.lex_state = 2, .external_lex_state = 152}, - [4005] = {.lex_state = 2, .external_lex_state = 152}, - [4006] = {.lex_state = 2, .external_lex_state = 152}, - [4007] = {.lex_state = 2, .external_lex_state = 152}, - [4008] = {.lex_state = 2, .external_lex_state = 152}, - [4009] = {.lex_state = 2, .external_lex_state = 152}, - [4010] = {.lex_state = 2, .external_lex_state = 152}, - [4011] = {.lex_state = 2, .external_lex_state = 77}, - [4012] = {.lex_state = 2, .external_lex_state = 152}, - [4013] = {.lex_state = 2, .external_lex_state = 152}, - [4014] = {.lex_state = 2, .external_lex_state = 77}, - [4015] = {.lex_state = 2, .external_lex_state = 152}, - [4016] = {.lex_state = 2, .external_lex_state = 152}, - [4017] = {.lex_state = 2, .external_lex_state = 152}, - [4018] = {.lex_state = 2, .external_lex_state = 152}, - [4019] = {.lex_state = 2, .external_lex_state = 152}, - [4020] = {.lex_state = 2, .external_lex_state = 152}, - [4021] = {.lex_state = 2, .external_lex_state = 152}, - [4022] = {.lex_state = 2, .external_lex_state = 152}, - [4023] = {.lex_state = 2, .external_lex_state = 152}, - [4024] = {.lex_state = 2, .external_lex_state = 152}, - [4025] = {.lex_state = 2, .external_lex_state = 77}, - [4026] = {.lex_state = 2, .external_lex_state = 77}, - [4027] = {.lex_state = 2, .external_lex_state = 152}, - [4028] = {.lex_state = 2, .external_lex_state = 152}, - [4029] = {.lex_state = 2, .external_lex_state = 152}, - [4030] = {.lex_state = 2, .external_lex_state = 152}, - [4031] = {.lex_state = 2, .external_lex_state = 152}, - [4032] = {.lex_state = 2, .external_lex_state = 152}, - [4033] = {.lex_state = 2, .external_lex_state = 152}, - [4034] = {.lex_state = 2, .external_lex_state = 152}, - [4035] = {.lex_state = 2, .external_lex_state = 152}, - [4036] = {.lex_state = 2, .external_lex_state = 152}, - [4037] = {.lex_state = 2, .external_lex_state = 152}, - [4038] = {.lex_state = 2, .external_lex_state = 152}, - [4039] = {.lex_state = 2, .external_lex_state = 152}, - [4040] = {.lex_state = 2, .external_lex_state = 152}, - [4041] = {.lex_state = 2, .external_lex_state = 152}, - [4042] = {.lex_state = 2, .external_lex_state = 152}, - [4043] = {.lex_state = 2, .external_lex_state = 152}, - [4044] = {.lex_state = 2, .external_lex_state = 152}, - [4045] = {.lex_state = 2, .external_lex_state = 152}, - [4046] = {.lex_state = 2, .external_lex_state = 152}, - [4047] = {.lex_state = 2, .external_lex_state = 152}, - [4048] = {.lex_state = 2, .external_lex_state = 152}, - [4049] = {.lex_state = 2, .external_lex_state = 152}, - [4050] = {.lex_state = 2, .external_lex_state = 152}, - [4051] = {.lex_state = 2, .external_lex_state = 152}, - [4052] = {.lex_state = 2, .external_lex_state = 152}, - [4053] = {.lex_state = 2, .external_lex_state = 152}, - [4054] = {.lex_state = 2, .external_lex_state = 152}, - [4055] = {.lex_state = 2, .external_lex_state = 152}, - [4056] = {.lex_state = 2, .external_lex_state = 152}, - [4057] = {.lex_state = 2, .external_lex_state = 152}, - [4058] = {.lex_state = 2, .external_lex_state = 152}, - [4059] = {.lex_state = 2, .external_lex_state = 152}, - [4060] = {.lex_state = 2, .external_lex_state = 152}, - [4061] = {.lex_state = 2, .external_lex_state = 152}, - [4062] = {.lex_state = 2, .external_lex_state = 152}, - [4063] = {.lex_state = 2, .external_lex_state = 152}, - [4064] = {.lex_state = 2, .external_lex_state = 152}, - [4065] = {.lex_state = 2, .external_lex_state = 152}, - [4066] = {.lex_state = 2, .external_lex_state = 152}, - [4067] = {.lex_state = 2, .external_lex_state = 152}, - [4068] = {.lex_state = 2, .external_lex_state = 152}, - [4069] = {.lex_state = 2, .external_lex_state = 152}, - [4070] = {.lex_state = 2, .external_lex_state = 152}, - [4071] = {.lex_state = 2, .external_lex_state = 152}, - [4072] = {.lex_state = 2, .external_lex_state = 77}, - [4073] = {.lex_state = 2, .external_lex_state = 152}, - [4074] = {.lex_state = 2, .external_lex_state = 152}, - [4075] = {.lex_state = 2, .external_lex_state = 152}, - [4076] = {.lex_state = 2, .external_lex_state = 152}, - [4077] = {.lex_state = 2, .external_lex_state = 152}, - [4078] = {.lex_state = 2, .external_lex_state = 152}, - [4079] = {.lex_state = 2, .external_lex_state = 77}, - [4080] = {.lex_state = 2, .external_lex_state = 152}, - [4081] = {.lex_state = 2, .external_lex_state = 152}, - [4082] = {.lex_state = 2, .external_lex_state = 152}, - [4083] = {.lex_state = 2, .external_lex_state = 152}, - [4084] = {.lex_state = 2, .external_lex_state = 152}, - [4085] = {.lex_state = 2, .external_lex_state = 152}, - [4086] = {.lex_state = 2, .external_lex_state = 152}, - [4087] = {.lex_state = 2, .external_lex_state = 77}, - [4088] = {.lex_state = 2, .external_lex_state = 152}, - [4089] = {.lex_state = 2, .external_lex_state = 77}, - [4090] = {.lex_state = 2, .external_lex_state = 77}, - [4091] = {.lex_state = 2, .external_lex_state = 77}, - [4092] = {.lex_state = 2, .external_lex_state = 152}, - [4093] = {.lex_state = 2, .external_lex_state = 152}, - [4094] = {.lex_state = 2, .external_lex_state = 152}, - [4095] = {.lex_state = 2, .external_lex_state = 152}, - [4096] = {.lex_state = 2, .external_lex_state = 152}, - [4097] = {.lex_state = 2, .external_lex_state = 152}, - [4098] = {.lex_state = 2, .external_lex_state = 152}, - [4099] = {.lex_state = 2, .external_lex_state = 152}, - [4100] = {.lex_state = 2, .external_lex_state = 77}, - [4101] = {.lex_state = 2, .external_lex_state = 152}, - [4102] = {.lex_state = 2, .external_lex_state = 152}, - [4103] = {.lex_state = 2, .external_lex_state = 152}, - [4104] = {.lex_state = 2, .external_lex_state = 152}, - [4105] = {.lex_state = 2, .external_lex_state = 152}, - [4106] = {.lex_state = 2, .external_lex_state = 152}, - [4107] = {.lex_state = 2, .external_lex_state = 152}, - [4108] = {.lex_state = 2, .external_lex_state = 152}, - [4109] = {.lex_state = 2, .external_lex_state = 152}, - [4110] = {.lex_state = 2, .external_lex_state = 152}, - [4111] = {.lex_state = 2, .external_lex_state = 152}, - [4112] = {.lex_state = 2, .external_lex_state = 152}, - [4113] = {.lex_state = 2, .external_lex_state = 152}, - [4114] = {.lex_state = 2, .external_lex_state = 152}, - [4115] = {.lex_state = 2, .external_lex_state = 152}, - [4116] = {.lex_state = 2, .external_lex_state = 152}, - [4117] = {.lex_state = 2, .external_lex_state = 152}, - [4118] = {.lex_state = 2, .external_lex_state = 152}, - [4119] = {.lex_state = 2, .external_lex_state = 152}, - [4120] = {.lex_state = 2, .external_lex_state = 152}, - [4121] = {.lex_state = 2, .external_lex_state = 152}, - [4122] = {.lex_state = 2, .external_lex_state = 152}, - [4123] = {.lex_state = 2, .external_lex_state = 152}, - [4124] = {.lex_state = 2, .external_lex_state = 152}, - [4125] = {.lex_state = 2, .external_lex_state = 152}, - [4126] = {.lex_state = 2, .external_lex_state = 152}, - [4127] = {.lex_state = 2, .external_lex_state = 77}, - [4128] = {.lex_state = 2, .external_lex_state = 152}, - [4129] = {.lex_state = 2, .external_lex_state = 77}, - [4130] = {.lex_state = 2, .external_lex_state = 77}, - [4131] = {.lex_state = 2, .external_lex_state = 152}, - [4132] = {.lex_state = 2, .external_lex_state = 77}, - [4133] = {.lex_state = 2, .external_lex_state = 152}, - [4134] = {.lex_state = 2, .external_lex_state = 152}, - [4135] = {.lex_state = 2, .external_lex_state = 152}, - [4136] = {.lex_state = 2, .external_lex_state = 152}, - [4137] = {.lex_state = 2, .external_lex_state = 152}, - [4138] = {.lex_state = 2, .external_lex_state = 152}, - [4139] = {.lex_state = 2, .external_lex_state = 152}, - [4140] = {.lex_state = 2, .external_lex_state = 77}, - [4141] = {.lex_state = 2, .external_lex_state = 152}, - [4142] = {.lex_state = 2, .external_lex_state = 152}, - [4143] = {.lex_state = 2, .external_lex_state = 152}, - [4144] = {.lex_state = 2, .external_lex_state = 152}, - [4145] = {.lex_state = 2, .external_lex_state = 152}, - [4146] = {.lex_state = 2, .external_lex_state = 77}, - [4147] = {.lex_state = 2, .external_lex_state = 152}, - [4148] = {.lex_state = 2, .external_lex_state = 152}, - [4149] = {.lex_state = 2, .external_lex_state = 152}, - [4150] = {.lex_state = 2, .external_lex_state = 77}, - [4151] = {.lex_state = 2, .external_lex_state = 145}, - [4152] = {.lex_state = 2, .external_lex_state = 152}, - [4153] = {.lex_state = 2, .external_lex_state = 152}, - [4154] = {.lex_state = 2, .external_lex_state = 152}, - [4155] = {.lex_state = 2, .external_lex_state = 152}, - [4156] = {.lex_state = 2, .external_lex_state = 77}, - [4157] = {.lex_state = 2, .external_lex_state = 77}, - [4158] = {.lex_state = 0, .external_lex_state = 147}, - [4159] = {.lex_state = 2, .external_lex_state = 152}, - [4160] = {.lex_state = 2, .external_lex_state = 152}, - [4161] = {.lex_state = 2, .external_lex_state = 152}, - [4162] = {.lex_state = 2, .external_lex_state = 152}, - [4163] = {.lex_state = 2, .external_lex_state = 152}, - [4164] = {.lex_state = 2, .external_lex_state = 152}, - [4165] = {.lex_state = 2, .external_lex_state = 77}, - [4166] = {.lex_state = 2, .external_lex_state = 152}, - [4167] = {.lex_state = 2, .external_lex_state = 152}, - [4168] = {.lex_state = 2, .external_lex_state = 152}, - [4169] = {.lex_state = 2, .external_lex_state = 77}, - [4170] = {.lex_state = 2, .external_lex_state = 77}, - [4171] = {.lex_state = 0, .external_lex_state = 179}, - [4172] = {.lex_state = 2, .external_lex_state = 152}, - [4173] = {.lex_state = 2, .external_lex_state = 152}, - [4174] = {.lex_state = 2, .external_lex_state = 152}, - [4175] = {.lex_state = 2, .external_lex_state = 152}, - [4176] = {.lex_state = 2, .external_lex_state = 152}, - [4177] = {.lex_state = 2, .external_lex_state = 152}, - [4178] = {.lex_state = 2, .external_lex_state = 152}, - [4179] = {.lex_state = 2, .external_lex_state = 152}, - [4180] = {.lex_state = 2, .external_lex_state = 152}, - [4181] = {.lex_state = 2, .external_lex_state = 152}, - [4182] = {.lex_state = 2, .external_lex_state = 152}, - [4183] = {.lex_state = 2, .external_lex_state = 152}, - [4184] = {.lex_state = 2, .external_lex_state = 152}, - [4185] = {.lex_state = 2, .external_lex_state = 152}, - [4186] = {.lex_state = 2, .external_lex_state = 152}, - [4187] = {.lex_state = 2, .external_lex_state = 152}, - [4188] = {.lex_state = 2, .external_lex_state = 152}, - [4189] = {.lex_state = 2, .external_lex_state = 152}, - [4190] = {.lex_state = 2, .external_lex_state = 152}, - [4191] = {.lex_state = 2, .external_lex_state = 152}, - [4192] = {.lex_state = 2, .external_lex_state = 152}, - [4193] = {.lex_state = 2, .external_lex_state = 152}, - [4194] = {.lex_state = 2, .external_lex_state = 77}, - [4195] = {.lex_state = 0, .external_lex_state = 179}, - [4196] = {.lex_state = 2, .external_lex_state = 152}, - [4197] = {.lex_state = 2, .external_lex_state = 77}, - [4198] = {.lex_state = 2, .external_lex_state = 152}, - [4199] = {.lex_state = 2, .external_lex_state = 152}, - [4200] = {.lex_state = 2, .external_lex_state = 152}, - [4201] = {.lex_state = 2, .external_lex_state = 152}, - [4202] = {.lex_state = 2, .external_lex_state = 77}, - [4203] = {.lex_state = 2, .external_lex_state = 152}, - [4204] = {.lex_state = 2, .external_lex_state = 152}, - [4205] = {.lex_state = 2, .external_lex_state = 152}, - [4206] = {.lex_state = 2, .external_lex_state = 152}, - [4207] = {.lex_state = 2, .external_lex_state = 152}, - [4208] = {.lex_state = 2, .external_lex_state = 152}, - [4209] = {.lex_state = 2, .external_lex_state = 152}, - [4210] = {.lex_state = 2, .external_lex_state = 152}, - [4211] = {.lex_state = 2, .external_lex_state = 152}, - [4212] = {.lex_state = 2, .external_lex_state = 152}, - [4213] = {.lex_state = 2, .external_lex_state = 152}, - [4214] = {.lex_state = 2, .external_lex_state = 77}, - [4215] = {.lex_state = 2, .external_lex_state = 152}, - [4216] = {.lex_state = 2, .external_lex_state = 152}, - [4217] = {.lex_state = 2, .external_lex_state = 152}, - [4218] = {.lex_state = 2, .external_lex_state = 152}, - [4219] = {.lex_state = 2, .external_lex_state = 77}, - [4220] = {.lex_state = 2, .external_lex_state = 152}, - [4221] = {.lex_state = 2, .external_lex_state = 152}, - [4222] = {.lex_state = 2, .external_lex_state = 152}, - [4223] = {.lex_state = 2, .external_lex_state = 152}, - [4224] = {.lex_state = 2, .external_lex_state = 152}, - [4225] = {.lex_state = 2, .external_lex_state = 152}, - [4226] = {.lex_state = 2, .external_lex_state = 152}, - [4227] = {.lex_state = 0, .external_lex_state = 179}, - [4228] = {.lex_state = 2, .external_lex_state = 77}, - [4229] = {.lex_state = 2, .external_lex_state = 77}, - [4230] = {.lex_state = 2, .external_lex_state = 152}, - [4231] = {.lex_state = 2, .external_lex_state = 152}, - [4232] = {.lex_state = 2, .external_lex_state = 152}, - [4233] = {.lex_state = 2, .external_lex_state = 152}, - [4234] = {.lex_state = 2, .external_lex_state = 152}, - [4235] = {.lex_state = 2, .external_lex_state = 152}, - [4236] = {.lex_state = 2, .external_lex_state = 152}, - [4237] = {.lex_state = 2, .external_lex_state = 152}, - [4238] = {.lex_state = 2, .external_lex_state = 152}, - [4239] = {.lex_state = 2, .external_lex_state = 152}, - [4240] = {.lex_state = 2, .external_lex_state = 152}, - [4241] = {.lex_state = 2, .external_lex_state = 152}, - [4242] = {.lex_state = 2, .external_lex_state = 152}, - [4243] = {.lex_state = 2, .external_lex_state = 77}, - [4244] = {.lex_state = 2, .external_lex_state = 152}, - [4245] = {.lex_state = 2, .external_lex_state = 152}, - [4246] = {.lex_state = 2, .external_lex_state = 152}, - [4247] = {.lex_state = 2, .external_lex_state = 152}, - [4248] = {.lex_state = 2, .external_lex_state = 152}, - [4249] = {.lex_state = 2, .external_lex_state = 152}, - [4250] = {.lex_state = 2, .external_lex_state = 152}, - [4251] = {.lex_state = 0, .external_lex_state = 147}, - [4252] = {.lex_state = 2, .external_lex_state = 180}, - [4253] = {.lex_state = 2, .external_lex_state = 152}, - [4254] = {.lex_state = 2, .external_lex_state = 152}, - [4255] = {.lex_state = 2, .external_lex_state = 152}, - [4256] = {.lex_state = 2, .external_lex_state = 152}, - [4257] = {.lex_state = 2, .external_lex_state = 152}, - [4258] = {.lex_state = 2, .external_lex_state = 152}, - [4259] = {.lex_state = 2, .external_lex_state = 152}, - [4260] = {.lex_state = 2, .external_lex_state = 152}, - [4261] = {.lex_state = 2, .external_lex_state = 152}, - [4262] = {.lex_state = 2, .external_lex_state = 152}, - [4263] = {.lex_state = 2, .external_lex_state = 152}, - [4264] = {.lex_state = 2, .external_lex_state = 152}, - [4265] = {.lex_state = 2, .external_lex_state = 152}, - [4266] = {.lex_state = 2, .external_lex_state = 152}, - [4267] = {.lex_state = 2, .external_lex_state = 77}, - [4268] = {.lex_state = 2, .external_lex_state = 152}, - [4269] = {.lex_state = 2, .external_lex_state = 152}, - [4270] = {.lex_state = 2, .external_lex_state = 152}, - [4271] = {.lex_state = 2, .external_lex_state = 152}, - [4272] = {.lex_state = 0, .external_lex_state = 147}, - [4273] = {.lex_state = 2, .external_lex_state = 152}, - [4274] = {.lex_state = 2, .external_lex_state = 152}, - [4275] = {.lex_state = 2, .external_lex_state = 152}, - [4276] = {.lex_state = 2, .external_lex_state = 152}, - [4277] = {.lex_state = 2, .external_lex_state = 152}, - [4278] = {.lex_state = 2, .external_lex_state = 152}, - [4279] = {.lex_state = 2, .external_lex_state = 152}, - [4280] = {.lex_state = 2, .external_lex_state = 152}, - [4281] = {.lex_state = 2, .external_lex_state = 152}, - [4282] = {.lex_state = 0, .external_lex_state = 147}, - [4283] = {.lex_state = 2, .external_lex_state = 152}, - [4284] = {.lex_state = 2, .external_lex_state = 152}, - [4285] = {.lex_state = 2, .external_lex_state = 152}, - [4286] = {.lex_state = 2, .external_lex_state = 152}, - [4287] = {.lex_state = 2, .external_lex_state = 152}, - [4288] = {.lex_state = 2, .external_lex_state = 152}, - [4289] = {.lex_state = 2, .external_lex_state = 152}, - [4290] = {.lex_state = 2, .external_lex_state = 152}, - [4291] = {.lex_state = 2, .external_lex_state = 77}, - [4292] = {.lex_state = 2, .external_lex_state = 152}, - [4293] = {.lex_state = 2, .external_lex_state = 152}, - [4294] = {.lex_state = 2, .external_lex_state = 152}, - [4295] = {.lex_state = 2, .external_lex_state = 152}, - [4296] = {.lex_state = 2, .external_lex_state = 152}, - [4297] = {.lex_state = 2, .external_lex_state = 77}, - [4298] = {.lex_state = 2, .external_lex_state = 152}, - [4299] = {.lex_state = 2, .external_lex_state = 152}, - [4300] = {.lex_state = 2, .external_lex_state = 152}, - [4301] = {.lex_state = 2, .external_lex_state = 152}, - [4302] = {.lex_state = 2, .external_lex_state = 152}, - [4303] = {.lex_state = 2, .external_lex_state = 152}, - [4304] = {.lex_state = 2, .external_lex_state = 152}, - [4305] = {.lex_state = 2, .external_lex_state = 152}, - [4306] = {.lex_state = 2, .external_lex_state = 152}, - [4307] = {.lex_state = 2, .external_lex_state = 152}, - [4308] = {.lex_state = 2, .external_lex_state = 152}, - [4309] = {.lex_state = 2, .external_lex_state = 152}, - [4310] = {.lex_state = 2, .external_lex_state = 152}, - [4311] = {.lex_state = 2, .external_lex_state = 152}, - [4312] = {.lex_state = 2, .external_lex_state = 152}, - [4313] = {.lex_state = 2, .external_lex_state = 152}, - [4314] = {.lex_state = 0, .external_lex_state = 147}, - [4315] = {.lex_state = 0, .external_lex_state = 147}, - [4316] = {.lex_state = 2, .external_lex_state = 84}, - [4317] = {.lex_state = 2, .external_lex_state = 84}, - [4318] = {.lex_state = 0, .external_lex_state = 147}, - [4319] = {.lex_state = 2, .external_lex_state = 84}, - [4320] = {.lex_state = 0, .external_lex_state = 147}, - [4321] = {.lex_state = 2, .external_lex_state = 84}, - [4322] = {.lex_state = 2, .external_lex_state = 84}, - [4323] = {.lex_state = 2, .external_lex_state = 84}, - [4324] = {.lex_state = 2, .external_lex_state = 84}, - [4325] = {.lex_state = 2, .external_lex_state = 84}, - [4326] = {.lex_state = 2, .external_lex_state = 84}, - [4327] = {.lex_state = 2, .external_lex_state = 84}, - [4328] = {.lex_state = 2, .external_lex_state = 84}, - [4329] = {.lex_state = 0, .external_lex_state = 147}, - [4330] = {.lex_state = 2, .external_lex_state = 84}, - [4331] = {.lex_state = 0, .external_lex_state = 147}, - [4332] = {.lex_state = 2, .external_lex_state = 84}, - [4333] = {.lex_state = 2, .external_lex_state = 84}, - [4334] = {.lex_state = 2, .external_lex_state = 84}, - [4335] = {.lex_state = 2, .external_lex_state = 84}, - [4336] = {.lex_state = 0, .external_lex_state = 147}, - [4337] = {.lex_state = 0, .external_lex_state = 147}, - [4338] = {.lex_state = 0, .external_lex_state = 147}, - [4339] = {.lex_state = 0, .external_lex_state = 147}, - [4340] = {.lex_state = 2, .external_lex_state = 84}, - [4341] = {.lex_state = 0, .external_lex_state = 147}, - [4342] = {.lex_state = 0, .external_lex_state = 147}, - [4343] = {.lex_state = 0, .external_lex_state = 147}, - [4344] = {.lex_state = 2, .external_lex_state = 181}, - [4345] = {.lex_state = 0, .external_lex_state = 147}, - [4346] = {.lex_state = 0, .external_lex_state = 147}, - [4347] = {.lex_state = 2, .external_lex_state = 84}, - [4348] = {.lex_state = 2, .external_lex_state = 84}, - [4349] = {.lex_state = 2, .external_lex_state = 84}, - [4350] = {.lex_state = 2, .external_lex_state = 84}, - [4351] = {.lex_state = 0, .external_lex_state = 147}, - [4352] = {.lex_state = 0, .external_lex_state = 147}, - [4353] = {.lex_state = 2, .external_lex_state = 84}, - [4354] = {.lex_state = 2, .external_lex_state = 84}, - [4355] = {.lex_state = 0, .external_lex_state = 147}, - [4356] = {.lex_state = 0, .external_lex_state = 147}, - [4357] = {.lex_state = 0, .external_lex_state = 147}, - [4358] = {.lex_state = 2, .external_lex_state = 84}, - [4359] = {.lex_state = 2, .external_lex_state = 84}, - [4360] = {.lex_state = 2, .external_lex_state = 84}, - [4361] = {.lex_state = 2, .external_lex_state = 84}, - [4362] = {.lex_state = 0, .external_lex_state = 147}, - [4363] = {.lex_state = 0, .external_lex_state = 147}, - [4364] = {.lex_state = 2, .external_lex_state = 84}, - [4365] = {.lex_state = 2, .external_lex_state = 182}, - [4366] = {.lex_state = 0, .external_lex_state = 147}, - [4367] = {.lex_state = 2, .external_lex_state = 84}, - [4368] = {.lex_state = 0, .external_lex_state = 147}, - [4369] = {.lex_state = 2, .external_lex_state = 84}, - [4370] = {.lex_state = 2, .external_lex_state = 84}, - [4371] = {.lex_state = 2, .external_lex_state = 84}, - [4372] = {.lex_state = 0, .external_lex_state = 147}, - [4373] = {.lex_state = 2, .external_lex_state = 84}, - [4374] = {.lex_state = 0, .external_lex_state = 147}, - [4375] = {.lex_state = 0, .external_lex_state = 147}, - [4376] = {.lex_state = 0, .external_lex_state = 147}, - [4377] = {.lex_state = 0, .external_lex_state = 147}, - [4378] = {.lex_state = 0, .external_lex_state = 147}, - [4379] = {.lex_state = 0, .external_lex_state = 147}, - [4380] = {.lex_state = 0, .external_lex_state = 147}, - [4381] = {.lex_state = 2, .external_lex_state = 84}, - [4382] = {.lex_state = 2, .external_lex_state = 84}, - [4383] = {.lex_state = 2, .external_lex_state = 84}, - [4384] = {.lex_state = 2, .external_lex_state = 84}, - [4385] = {.lex_state = 2, .external_lex_state = 84}, - [4386] = {.lex_state = 2, .external_lex_state = 84}, + [3975] = {.lex_state = 0, .external_lex_state = 126}, + [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 = 75}, + [3980] = {.lex_state = 2, .external_lex_state = 153}, + [3981] = {.lex_state = 2, .external_lex_state = 153}, + [3982] = {.lex_state = 2, .external_lex_state = 153}, + [3983] = {.lex_state = 2, .external_lex_state = 153}, + [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}, + [3988] = {.lex_state = 2, .external_lex_state = 153}, + [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 = 153}, + [3993] = {.lex_state = 2, .external_lex_state = 153}, + [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}, + [3998] = {.lex_state = 2, .external_lex_state = 153}, + [3999] = {.lex_state = 2, .external_lex_state = 153}, + [4000] = {.lex_state = 2, .external_lex_state = 153}, + [4001] = {.lex_state = 2, .external_lex_state = 153}, + [4002] = {.lex_state = 2, .external_lex_state = 153}, + [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 = 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}, + [4010] = {.lex_state = 2, .external_lex_state = 153}, + [4011] = {.lex_state = 2, .external_lex_state = 153}, + [4012] = {.lex_state = 2, .external_lex_state = 153}, + [4013] = {.lex_state = 2, .external_lex_state = 153}, + [4014] = {.lex_state = 2, .external_lex_state = 153}, + [4015] = {.lex_state = 2, .external_lex_state = 153}, + [4016] = {.lex_state = 2, .external_lex_state = 153}, + [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}, + [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 = 153}, + [4025] = {.lex_state = 2, .external_lex_state = 153}, + [4026] = {.lex_state = 2, .external_lex_state = 153}, + [4027] = {.lex_state = 2, .external_lex_state = 153}, + [4028] = {.lex_state = 2, .external_lex_state = 75}, + [4029] = {.lex_state = 2, .external_lex_state = 75}, + [4030] = {.lex_state = 2, .external_lex_state = 75}, + [4031] = {.lex_state = 2, .external_lex_state = 153}, + [4032] = {.lex_state = 2, .external_lex_state = 75}, + [4033] = {.lex_state = 2, .external_lex_state = 153}, + [4034] = {.lex_state = 2, .external_lex_state = 153}, + [4035] = {.lex_state = 2, .external_lex_state = 75}, + [4036] = {.lex_state = 2, .external_lex_state = 153}, + [4037] = {.lex_state = 2, .external_lex_state = 153}, + [4038] = {.lex_state = 2, .external_lex_state = 75}, + [4039] = {.lex_state = 2, .external_lex_state = 153}, + [4040] = {.lex_state = 2, .external_lex_state = 153}, + [4041] = {.lex_state = 2, .external_lex_state = 153}, + [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 = 75}, + [4047] = {.lex_state = 2, .external_lex_state = 153}, + [4048] = {.lex_state = 2, .external_lex_state = 153}, + [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 = 153}, + [4053] = {.lex_state = 2, .external_lex_state = 153}, + [4054] = {.lex_state = 2, .external_lex_state = 153}, + [4055] = {.lex_state = 2, .external_lex_state = 153}, + [4056] = {.lex_state = 2, .external_lex_state = 153}, + [4057] = {.lex_state = 2, .external_lex_state = 153}, + [4058] = {.lex_state = 2, .external_lex_state = 153}, + [4059] = {.lex_state = 2, .external_lex_state = 153}, + [4060] = {.lex_state = 2, .external_lex_state = 179}, + [4061] = {.lex_state = 2, .external_lex_state = 153}, + [4062] = {.lex_state = 2, .external_lex_state = 153}, + [4063] = {.lex_state = 2, .external_lex_state = 153}, + [4064] = {.lex_state = 2, .external_lex_state = 153}, + [4065] = {.lex_state = 2, .external_lex_state = 153}, + [4066] = {.lex_state = 2, .external_lex_state = 153}, + [4067] = {.lex_state = 2, .external_lex_state = 75}, + [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 = 153}, + [4072] = {.lex_state = 0, .external_lex_state = 180}, + [4073] = {.lex_state = 2, .external_lex_state = 75}, + [4074] = {.lex_state = 2, .external_lex_state = 75}, + [4075] = {.lex_state = 2, .external_lex_state = 153}, + [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 = 153}, + [4080] = {.lex_state = 2, .external_lex_state = 153}, + [4081] = {.lex_state = 2, .external_lex_state = 153}, + [4082] = {.lex_state = 2, .external_lex_state = 75}, + [4083] = {.lex_state = 2, .external_lex_state = 75}, + [4084] = {.lex_state = 2, .external_lex_state = 153}, + [4085] = {.lex_state = 2, .external_lex_state = 153}, + [4086] = {.lex_state = 0, .external_lex_state = 146}, + [4087] = {.lex_state = 2, .external_lex_state = 153}, + [4088] = {.lex_state = 2, .external_lex_state = 153}, + [4089] = {.lex_state = 2, .external_lex_state = 153}, + [4090] = {.lex_state = 2, .external_lex_state = 153}, + [4091] = {.lex_state = 0, .external_lex_state = 180}, + [4092] = {.lex_state = 2, .external_lex_state = 75}, + [4093] = {.lex_state = 2, .external_lex_state = 75}, + [4094] = {.lex_state = 0, .external_lex_state = 146}, + [4095] = {.lex_state = 2, .external_lex_state = 75}, + [4096] = {.lex_state = 2, .external_lex_state = 153}, + [4097] = {.lex_state = 2, .external_lex_state = 75}, + [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}, + [4104] = {.lex_state = 2, .external_lex_state = 75}, + [4105] = {.lex_state = 2, .external_lex_state = 153}, + [4106] = {.lex_state = 2, .external_lex_state = 153}, + [4107] = {.lex_state = 0, .external_lex_state = 180}, + [4108] = {.lex_state = 2, .external_lex_state = 75}, + [4109] = {.lex_state = 2, .external_lex_state = 153}, + [4110] = {.lex_state = 2, .external_lex_state = 153}, + [4111] = {.lex_state = 2, .external_lex_state = 153}, + [4112] = {.lex_state = 2, .external_lex_state = 153}, + [4113] = {.lex_state = 2, .external_lex_state = 153}, + [4114] = {.lex_state = 2, .external_lex_state = 75}, + [4115] = {.lex_state = 2, .external_lex_state = 75}, + [4116] = {.lex_state = 2, .external_lex_state = 75}, + [4117] = {.lex_state = 2, .external_lex_state = 153}, + [4118] = {.lex_state = 2, .external_lex_state = 153}, + [4119] = {.lex_state = 2, .external_lex_state = 153}, + [4120] = {.lex_state = 2, .external_lex_state = 153}, + [4121] = {.lex_state = 0, .external_lex_state = 146}, + [4122] = {.lex_state = 2, .external_lex_state = 153}, + [4123] = {.lex_state = 2, .external_lex_state = 153}, + [4124] = {.lex_state = 2, .external_lex_state = 153}, + [4125] = {.lex_state = 2, .external_lex_state = 153}, + [4126] = {.lex_state = 2, .external_lex_state = 75}, + [4127] = {.lex_state = 2, .external_lex_state = 75}, + [4128] = {.lex_state = 0, .external_lex_state = 146}, + [4129] = {.lex_state = 2, .external_lex_state = 153}, + [4130] = {.lex_state = 2, .external_lex_state = 153}, + [4131] = {.lex_state = 2, .external_lex_state = 153}, + [4132] = {.lex_state = 2, .external_lex_state = 153}, + [4133] = {.lex_state = 2, .external_lex_state = 153}, + [4134] = {.lex_state = 2, .external_lex_state = 75}, + [4135] = {.lex_state = 2, .external_lex_state = 153}, + [4136] = {.lex_state = 2, .external_lex_state = 153}, + [4137] = {.lex_state = 2, .external_lex_state = 153}, + [4138] = {.lex_state = 2, .external_lex_state = 153}, + [4139] = {.lex_state = 2, .external_lex_state = 153}, + [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 = 75}, + [4144] = {.lex_state = 2, .external_lex_state = 153}, + [4145] = {.lex_state = 2, .external_lex_state = 153}, + [4146] = {.lex_state = 2, .external_lex_state = 153}, + [4147] = {.lex_state = 2, .external_lex_state = 153}, + [4148] = {.lex_state = 2, .external_lex_state = 75}, + [4149] = {.lex_state = 2, .external_lex_state = 75}, + [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}, + [4154] = {.lex_state = 2, .external_lex_state = 153}, + [4155] = {.lex_state = 2, .external_lex_state = 75}, + [4156] = {.lex_state = 2, .external_lex_state = 145}, + [4157] = {.lex_state = 2, .external_lex_state = 75}, + [4158] = {.lex_state = 2, .external_lex_state = 153}, + [4159] = {.lex_state = 2, .external_lex_state = 153}, + [4160] = {.lex_state = 2, .external_lex_state = 75}, + [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}, + [4165] = {.lex_state = 2, .external_lex_state = 153}, + [4166] = {.lex_state = 2, .external_lex_state = 153}, + [4167] = {.lex_state = 2, .external_lex_state = 153}, + [4168] = {.lex_state = 2, .external_lex_state = 75}, + [4169] = {.lex_state = 2, .external_lex_state = 153}, + [4170] = {.lex_state = 2, .external_lex_state = 153}, + [4171] = {.lex_state = 2, .external_lex_state = 153}, + [4172] = {.lex_state = 2, .external_lex_state = 75}, + [4173] = {.lex_state = 2, .external_lex_state = 153}, + [4174] = {.lex_state = 2, .external_lex_state = 153}, + [4175] = {.lex_state = 2, .external_lex_state = 153}, + [4176] = {.lex_state = 2, .external_lex_state = 153}, + [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 = 153}, + [4181] = {.lex_state = 2, .external_lex_state = 153}, + [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}, + [4188] = {.lex_state = 2, .external_lex_state = 75}, + [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 = 153}, + [4193] = {.lex_state = 2, .external_lex_state = 75}, + [4194] = {.lex_state = 2, .external_lex_state = 75}, + [4195] = {.lex_state = 2, .external_lex_state = 75}, + [4196] = {.lex_state = 2, .external_lex_state = 153}, + [4197] = {.lex_state = 2, .external_lex_state = 153}, + [4198] = {.lex_state = 2, .external_lex_state = 153}, + [4199] = {.lex_state = 2, .external_lex_state = 153}, + [4200] = {.lex_state = 2, .external_lex_state = 153}, + [4201] = {.lex_state = 2, .external_lex_state = 153}, + [4202] = {.lex_state = 2, .external_lex_state = 75}, + [4203] = {.lex_state = 2, .external_lex_state = 153}, + [4204] = {.lex_state = 2, .external_lex_state = 153}, + [4205] = {.lex_state = 2, .external_lex_state = 153}, + [4206] = {.lex_state = 2, .external_lex_state = 153}, + [4207] = {.lex_state = 2, .external_lex_state = 153}, + [4208] = {.lex_state = 2, .external_lex_state = 153}, + [4209] = {.lex_state = 2, .external_lex_state = 153}, + [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 = 75}, + [4214] = {.lex_state = 2, .external_lex_state = 153}, + [4215] = {.lex_state = 2, .external_lex_state = 153}, + [4216] = {.lex_state = 2, .external_lex_state = 153}, + [4217] = {.lex_state = 2, .external_lex_state = 153}, + [4218] = {.lex_state = 2, .external_lex_state = 153}, + [4219] = {.lex_state = 2, .external_lex_state = 153}, + [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}, + [4224] = {.lex_state = 2, .external_lex_state = 153}, + [4225] = {.lex_state = 2, .external_lex_state = 153}, + [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 = 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}, + [4233] = {.lex_state = 2, .external_lex_state = 153}, + [4234] = {.lex_state = 2, .external_lex_state = 153}, + [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 = 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 = 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}, + [4251] = {.lex_state = 2, .external_lex_state = 153}, + [4252] = {.lex_state = 2, .external_lex_state = 153}, + [4253] = {.lex_state = 2, .external_lex_state = 153}, + [4254] = {.lex_state = 2, .external_lex_state = 153}, + [4255] = {.lex_state = 2, .external_lex_state = 153}, + [4256] = {.lex_state = 2, .external_lex_state = 153}, + [4257] = {.lex_state = 2, .external_lex_state = 153}, + [4258] = {.lex_state = 2, .external_lex_state = 153}, + [4259] = {.lex_state = 2, .external_lex_state = 153}, + [4260] = {.lex_state = 2, .external_lex_state = 153}, + [4261] = {.lex_state = 2, .external_lex_state = 153}, + [4262] = {.lex_state = 2, .external_lex_state = 153}, + [4263] = {.lex_state = 2, .external_lex_state = 153}, + [4264] = {.lex_state = 2, .external_lex_state = 153}, + [4265] = {.lex_state = 2, .external_lex_state = 153}, + [4266] = {.lex_state = 2, .external_lex_state = 153}, + [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 = 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 = 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}, + [4279] = {.lex_state = 0, .external_lex_state = 146}, + [4280] = {.lex_state = 2, .external_lex_state = 153}, + [4281] = {.lex_state = 2, .external_lex_state = 153}, + [4282] = {.lex_state = 2, .external_lex_state = 153}, + [4283] = {.lex_state = 2, .external_lex_state = 153}, + [4284] = {.lex_state = 2, .external_lex_state = 153}, + [4285] = {.lex_state = 2, .external_lex_state = 153}, + [4286] = {.lex_state = 2, .external_lex_state = 153}, + [4287] = {.lex_state = 2, .external_lex_state = 153}, + [4288] = {.lex_state = 2, .external_lex_state = 153}, + [4289] = {.lex_state = 2, .external_lex_state = 153}, + [4290] = {.lex_state = 2, .external_lex_state = 153}, + [4291] = {.lex_state = 2, .external_lex_state = 153}, + [4292] = {.lex_state = 2, .external_lex_state = 153}, + [4293] = {.lex_state = 2, .external_lex_state = 153}, + [4294] = {.lex_state = 2, .external_lex_state = 153}, + [4295] = {.lex_state = 2, .external_lex_state = 153}, + [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 = 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 = 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}, + [4308] = {.lex_state = 2, .external_lex_state = 153}, + [4309] = {.lex_state = 2, .external_lex_state = 153}, + [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 = 153}, + [4314] = {.lex_state = 2, .external_lex_state = 153}, + [4315] = {.lex_state = 2, .external_lex_state = 82}, + [4316] = {.lex_state = 2, .external_lex_state = 82}, + [4317] = {.lex_state = 2, .external_lex_state = 82}, + [4318] = {.lex_state = 2, .external_lex_state = 82}, + [4319] = {.lex_state = 2, .external_lex_state = 82}, + [4320] = {.lex_state = 2, .external_lex_state = 82}, + [4321] = {.lex_state = 2, .external_lex_state = 82}, + [4322] = {.lex_state = 2, .external_lex_state = 82}, + [4323] = {.lex_state = 2, .external_lex_state = 82}, + [4324] = {.lex_state = 0, .external_lex_state = 146}, + [4325] = {.lex_state = 2, .external_lex_state = 82}, + [4326] = {.lex_state = 2, .external_lex_state = 82}, + [4327] = {.lex_state = 2, .external_lex_state = 82}, + [4328] = {.lex_state = 2, .external_lex_state = 82}, + [4329] = {.lex_state = 2, .external_lex_state = 82}, + [4330] = {.lex_state = 2, .external_lex_state = 82}, + [4331] = {.lex_state = 0, .external_lex_state = 146}, + [4332] = {.lex_state = 0, .external_lex_state = 146}, + [4333] = {.lex_state = 2, .external_lex_state = 82}, + [4334] = {.lex_state = 2, .external_lex_state = 82}, + [4335] = {.lex_state = 2, .external_lex_state = 82}, + [4336] = {.lex_state = 2, .external_lex_state = 82}, + [4337] = {.lex_state = 0, .external_lex_state = 146}, + [4338] = {.lex_state = 2, .external_lex_state = 181}, + [4339] = {.lex_state = 2, .external_lex_state = 82}, + [4340] = {.lex_state = 2, .external_lex_state = 182}, + [4341] = {.lex_state = 0, .external_lex_state = 146}, + [4342] = {.lex_state = 2, .external_lex_state = 82}, + [4343] = {.lex_state = 0, .external_lex_state = 146}, + [4344] = {.lex_state = 2, .external_lex_state = 82}, + [4345] = {.lex_state = 0, .external_lex_state = 146}, + [4346] = {.lex_state = 0, .external_lex_state = 146}, + [4347] = {.lex_state = 0, .external_lex_state = 146}, + [4348] = {.lex_state = 2, .external_lex_state = 82}, + [4349] = {.lex_state = 2, .external_lex_state = 82}, + [4350] = {.lex_state = 0, .external_lex_state = 146}, + [4351] = {.lex_state = 0, .external_lex_state = 146}, + [4352] = {.lex_state = 2, .external_lex_state = 82}, + [4353] = {.lex_state = 2, .external_lex_state = 82}, + [4354] = {.lex_state = 0, .external_lex_state = 146}, + [4355] = {.lex_state = 0, .external_lex_state = 146}, + [4356] = {.lex_state = 0, .external_lex_state = 146}, + [4357] = {.lex_state = 0, .external_lex_state = 146}, + [4358] = {.lex_state = 0, .external_lex_state = 146}, + [4359] = {.lex_state = 0, .external_lex_state = 146}, + [4360] = {.lex_state = 2, .external_lex_state = 82}, + [4361] = {.lex_state = 2, .external_lex_state = 82}, + [4362] = {.lex_state = 2, .external_lex_state = 82}, + [4363] = {.lex_state = 2, .external_lex_state = 82}, + [4364] = {.lex_state = 2, .external_lex_state = 82}, + [4365] = {.lex_state = 0, .external_lex_state = 146}, + [4366] = {.lex_state = 2, .external_lex_state = 82}, + [4367] = {.lex_state = 0, .external_lex_state = 146}, + [4368] = {.lex_state = 0, .external_lex_state = 146}, + [4369] = {.lex_state = 0, .external_lex_state = 146}, + [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 = 82}, + [4375] = {.lex_state = 2, .external_lex_state = 82}, + [4376] = {.lex_state = 0, .external_lex_state = 146}, + [4377] = {.lex_state = 0, .external_lex_state = 146}, + [4378] = {.lex_state = 2, .external_lex_state = 82}, + [4379] = {.lex_state = 0, .external_lex_state = 146}, + [4380] = {.lex_state = 2, .external_lex_state = 82}, + [4381] = {.lex_state = 0, .external_lex_state = 146}, + [4382] = {.lex_state = 2, .external_lex_state = 82}, + [4383] = {.lex_state = 0, .external_lex_state = 146}, + [4384] = {.lex_state = 2, .external_lex_state = 82}, + [4385] = {.lex_state = 2, .external_lex_state = 82}, + [4386] = {.lex_state = 0, .external_lex_state = 146}, [4387] = {.lex_state = 0, .external_lex_state = 183}, - [4388] = {.lex_state = 0, .external_lex_state = 184}, - [4389] = {.lex_state = 2, .external_lex_state = 185}, - [4390] = {.lex_state = 0, .external_lex_state = 186}, - [4391] = {.lex_state = 2, .external_lex_state = 187}, + [4388] = {.lex_state = 0, .external_lex_state = 183}, + [4389] = {.lex_state = 0, .external_lex_state = 154}, + [4390] = {.lex_state = 0, .external_lex_state = 183}, + [4391] = {.lex_state = 0, .external_lex_state = 183}, [4392] = {.lex_state = 0, .external_lex_state = 183}, - [4393] = {.lex_state = 0, .external_lex_state = 183}, - [4394] = {.lex_state = 0, .external_lex_state = 183}, - [4395] = {.lex_state = 0, .external_lex_state = 183}, + [4393] = {.lex_state = 0, .external_lex_state = 184}, + [4394] = {.lex_state = 2, .external_lex_state = 185}, + [4395] = {.lex_state = 2, .external_lex_state = 186}, [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 = 153}, - [4400] = {.lex_state = 0, .external_lex_state = 153}, - [4401] = {.lex_state = 0, .external_lex_state = 153}, - [4402] = {.lex_state = 0, .external_lex_state = 153}, - [4403] = {.lex_state = 0, .external_lex_state = 153}, - [4404] = {.lex_state = 2, .external_lex_state = 137}, - [4405] = {.lex_state = 0, .external_lex_state = 153}, - [4406] = {.lex_state = 0, .external_lex_state = 153}, - [4407] = {.lex_state = 0, .external_lex_state = 153}, - [4408] = {.lex_state = 0, .external_lex_state = 153}, - [4409] = {.lex_state = 0, .external_lex_state = 153}, - [4410] = {.lex_state = 0, .external_lex_state = 153}, - [4411] = {.lex_state = 0, .external_lex_state = 153}, - [4412] = {.lex_state = 0, .external_lex_state = 153}, - [4413] = {.lex_state = 0, .external_lex_state = 153}, - [4414] = {.lex_state = 2, .external_lex_state = 137}, - [4415] = {.lex_state = 0, .external_lex_state = 153}, - [4416] = {.lex_state = 2, .external_lex_state = 137}, - [4417] = {.lex_state = 2, .external_lex_state = 137}, - [4418] = {.lex_state = 2, .external_lex_state = 137}, - [4419] = {.lex_state = 0, .external_lex_state = 153}, - [4420] = {.lex_state = 2, .external_lex_state = 137}, - [4421] = {.lex_state = 0, .external_lex_state = 153}, - [4422] = {.lex_state = 0, .external_lex_state = 153}, - [4423] = {.lex_state = 0, .external_lex_state = 153}, - [4424] = {.lex_state = 2, .external_lex_state = 137}, - [4425] = {.lex_state = 0, .external_lex_state = 153}, - [4426] = {.lex_state = 0, .external_lex_state = 153}, - [4427] = {.lex_state = 2, .external_lex_state = 137}, - [4428] = {.lex_state = 2, .external_lex_state = 137}, - [4429] = {.lex_state = 0, .external_lex_state = 153}, - [4430] = {.lex_state = 2, .external_lex_state = 137}, - [4431] = {.lex_state = 0, .external_lex_state = 157}, - [4432] = {.lex_state = 0, .external_lex_state = 156}, - [4433] = {.lex_state = 0, .external_lex_state = 153}, - [4434] = {.lex_state = 0, .external_lex_state = 153}, - [4435] = {.lex_state = 0, .external_lex_state = 153}, - [4436] = {.lex_state = 0, .external_lex_state = 153}, - [4437] = {.lex_state = 2, .external_lex_state = 137}, - [4438] = {.lex_state = 2, .external_lex_state = 137}, - [4439] = {.lex_state = 2, .external_lex_state = 137}, - [4440] = {.lex_state = 0, .external_lex_state = 153}, - [4441] = {.lex_state = 0, .external_lex_state = 158}, - [4442] = {.lex_state = 0, .external_lex_state = 153}, - [4443] = {.lex_state = 0, .external_lex_state = 153}, - [4444] = {.lex_state = 0, .external_lex_state = 153}, - [4445] = {.lex_state = 0, .external_lex_state = 158}, - [4446] = {.lex_state = 0, .external_lex_state = 156}, - [4447] = {.lex_state = 0, .external_lex_state = 156}, - [4448] = {.lex_state = 0, .external_lex_state = 188}, - [4449] = {.lex_state = 0, .external_lex_state = 156}, - [4450] = {.lex_state = 0, .external_lex_state = 156}, - [4451] = {.lex_state = 0, .external_lex_state = 156}, + [4399] = {.lex_state = 0, .external_lex_state = 187}, + [4400] = {.lex_state = 2, .external_lex_state = 138}, + [4401] = {.lex_state = 0, .external_lex_state = 158}, + [4402] = {.lex_state = 2, .external_lex_state = 138}, + [4403] = {.lex_state = 0, .external_lex_state = 155}, + [4404] = {.lex_state = 0, .external_lex_state = 154}, + [4405] = {.lex_state = 0, .external_lex_state = 154}, + [4406] = {.lex_state = 0, .external_lex_state = 154}, + [4407] = {.lex_state = 0, .external_lex_state = 154}, + [4408] = {.lex_state = 2, .external_lex_state = 138}, + [4409] = {.lex_state = 0, .external_lex_state = 154}, + [4410] = {.lex_state = 2, .external_lex_state = 138}, + [4411] = {.lex_state = 0, .external_lex_state = 154}, + [4412] = {.lex_state = 0, .external_lex_state = 154}, + [4413] = {.lex_state = 2, .external_lex_state = 138}, + [4414] = {.lex_state = 0, .external_lex_state = 154}, + [4415] = {.lex_state = 2, .external_lex_state = 138}, + [4416] = {.lex_state = 0, .external_lex_state = 154}, + [4417] = {.lex_state = 2, .external_lex_state = 138}, + [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 = 2, .external_lex_state = 138}, + [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 = 0, .external_lex_state = 154}, + [4426] = {.lex_state = 0, .external_lex_state = 154}, + [4427] = {.lex_state = 2, .external_lex_state = 138}, + [4428] = {.lex_state = 0, .external_lex_state = 154}, + [4429] = {.lex_state = 0, .external_lex_state = 154}, + [4430] = {.lex_state = 0, .external_lex_state = 157}, + [4431] = {.lex_state = 0, .external_lex_state = 154}, + [4432] = {.lex_state = 0, .external_lex_state = 154}, + [4433] = {.lex_state = 0, .external_lex_state = 154}, + [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 = 0, .external_lex_state = 154}, + [4443] = {.lex_state = 0, .external_lex_state = 154}, + [4444] = {.lex_state = 0, .external_lex_state = 154}, + [4445] = {.lex_state = 0, .external_lex_state = 155}, + [4446] = {.lex_state = 0, .external_lex_state = 157}, + [4447] = {.lex_state = 0, .external_lex_state = 158}, + [4448] = {.lex_state = 0, .external_lex_state = 158}, + [4449] = {.lex_state = 0, .external_lex_state = 158}, + [4450] = {.lex_state = 0, .external_lex_state = 158}, + [4451] = {.lex_state = 0, .external_lex_state = 158}, [4452] = {.lex_state = 0, .external_lex_state = 158}, - [4453] = {.lex_state = 0, .external_lex_state = 156}, - [4454] = {.lex_state = 0, .external_lex_state = 158}, + [4453] = {.lex_state = 0, .external_lex_state = 158}, + [4454] = {.lex_state = 0, .external_lex_state = 162}, [4455] = {.lex_state = 0, .external_lex_state = 158}, [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 = 158}, - [4461] = {.lex_state = 0, .external_lex_state = 165}, - [4462] = {.lex_state = 0, .external_lex_state = 172}, + [4461] = {.lex_state = 0, .external_lex_state = 155}, + [4462] = {.lex_state = 0, .external_lex_state = 158}, [4463] = {.lex_state = 0, .external_lex_state = 158}, - [4464] = {.lex_state = 0, .external_lex_state = 158}, + [4464] = {.lex_state = 0, .external_lex_state = 157}, [4465] = {.lex_state = 0, .external_lex_state = 158}, - [4466] = {.lex_state = 0, .external_lex_state = 189}, - [4467] = {.lex_state = 0, .external_lex_state = 158}, - [4468] = {.lex_state = 0, .external_lex_state = 158}, + [4466] = {.lex_state = 0, .external_lex_state = 155}, + [4467] = {.lex_state = 2, .external_lex_state = 159}, + [4468] = {.lex_state = 0, .external_lex_state = 174}, [4469] = {.lex_state = 0, .external_lex_state = 158}, - [4470] = {.lex_state = 0, .external_lex_state = 156}, - [4471] = {.lex_state = 0, .external_lex_state = 158}, - [4472] = {.lex_state = 0, .external_lex_state = 157}, - [4473] = {.lex_state = 0, .external_lex_state = 158}, + [4470] = {.lex_state = 0, .external_lex_state = 158}, + [4471] = {.lex_state = 0, .external_lex_state = 155}, + [4472] = {.lex_state = 0, .external_lex_state = 155}, + [4473] = {.lex_state = 0, .external_lex_state = 155}, [4474] = {.lex_state = 0, .external_lex_state = 158}, [4475] = {.lex_state = 0, .external_lex_state = 158}, - [4476] = {.lex_state = 0, .external_lex_state = 158}, + [4476] = {.lex_state = 0, .external_lex_state = 188}, [4477] = {.lex_state = 0, .external_lex_state = 158}, - [4478] = {.lex_state = 0, .external_lex_state = 156}, + [4478] = {.lex_state = 0, .external_lex_state = 155}, [4479] = {.lex_state = 0, .external_lex_state = 158}, - [4480] = {.lex_state = 0, .external_lex_state = 156}, - [4481] = {.lex_state = 0, .external_lex_state = 161}, - [4482] = {.lex_state = 0, .external_lex_state = 158}, - [4483] = {.lex_state = 0, .external_lex_state = 156}, - [4484] = {.lex_state = 0, .external_lex_state = 156}, - [4485] = {.lex_state = 0, .external_lex_state = 156}, - [4486] = {.lex_state = 0, .external_lex_state = 188}, - [4487] = {.lex_state = 0, .external_lex_state = 188}, - [4488] = {.lex_state = 0, .external_lex_state = 156}, - [4489] = {.lex_state = 0, .external_lex_state = 157}, - [4490] = {.lex_state = 0, .external_lex_state = 156}, - [4491] = {.lex_state = 0, .external_lex_state = 164}, - [4492] = {.lex_state = 0, .external_lex_state = 158}, - [4493] = {.lex_state = 0, .external_lex_state = 156}, - [4494] = {.lex_state = 0, .external_lex_state = 156}, - [4495] = {.lex_state = 0, .external_lex_state = 188}, - [4496] = {.lex_state = 0, .external_lex_state = 156}, - [4497] = {.lex_state = 0, .external_lex_state = 158}, - [4498] = {.lex_state = 0, .external_lex_state = 157}, - [4499] = {.lex_state = 0, .external_lex_state = 156}, - [4500] = {.lex_state = 0, .external_lex_state = 157}, - [4501] = {.lex_state = 0, .external_lex_state = 190}, - [4502] = {.lex_state = 0, .external_lex_state = 156}, - [4503] = {.lex_state = 0, .external_lex_state = 158}, - [4504] = {.lex_state = 0, .external_lex_state = 158}, - [4505] = {.lex_state = 0, .external_lex_state = 191}, - [4506] = {.lex_state = 2, .external_lex_state = 192}, - [4507] = {.lex_state = 2, .external_lex_state = 159}, - [4508] = {.lex_state = 0, .external_lex_state = 156}, - [4509] = {.lex_state = 0, .external_lex_state = 158}, - [4510] = {.lex_state = 0, .external_lex_state = 156}, - [4511] = {.lex_state = 0, .external_lex_state = 157}, - [4512] = {.lex_state = 0, .external_lex_state = 157}, - [4513] = {.lex_state = 0, .external_lex_state = 158}, - [4514] = {.lex_state = 0, .external_lex_state = 190}, - [4515] = {.lex_state = 0, .external_lex_state = 157}, - [4516] = {.lex_state = 0, .external_lex_state = 157}, - [4517] = {.lex_state = 0, .external_lex_state = 157}, + [4480] = {.lex_state = 0, .external_lex_state = 155}, + [4481] = {.lex_state = 0, .external_lex_state = 188}, + [4482] = {.lex_state = 0, .external_lex_state = 155}, + [4483] = {.lex_state = 0, .external_lex_state = 155}, + [4484] = {.lex_state = 0, .external_lex_state = 155}, + [4485] = {.lex_state = 0, .external_lex_state = 155}, + [4486] = {.lex_state = 0, .external_lex_state = 155}, + [4487] = {.lex_state = 0, .external_lex_state = 158}, + [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 = 188}, + [4492] = {.lex_state = 0, .external_lex_state = 155}, + [4493] = {.lex_state = 0, .external_lex_state = 155}, + [4494] = {.lex_state = 0, .external_lex_state = 155}, + [4495] = {.lex_state = 0, .external_lex_state = 155}, + [4496] = {.lex_state = 0, .external_lex_state = 155}, + [4497] = {.lex_state = 0, .external_lex_state = 155}, + [4498] = {.lex_state = 0, .external_lex_state = 155}, + [4499] = {.lex_state = 0, .external_lex_state = 155}, + [4500] = {.lex_state = 0, .external_lex_state = 189}, + [4501] = {.lex_state = 0, .external_lex_state = 155}, + [4502] = {.lex_state = 0, .external_lex_state = 155}, + [4503] = {.lex_state = 0, .external_lex_state = 155}, + [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 = 155}, + [4508] = {.lex_state = 0, .external_lex_state = 165}, + [4509] = {.lex_state = 0, .external_lex_state = 189}, + [4510] = {.lex_state = 0, .external_lex_state = 161}, + [4511] = {.lex_state = 0, .external_lex_state = 188}, + [4512] = {.lex_state = 0, .external_lex_state = 158}, + [4513] = {.lex_state = 0, .external_lex_state = 157}, + [4514] = {.lex_state = 0, .external_lex_state = 157}, + [4515] = {.lex_state = 0, .external_lex_state = 158}, + [4516] = {.lex_state = 0, .external_lex_state = 158}, + [4517] = {.lex_state = 0, .external_lex_state = 188}, [4518] = {.lex_state = 0, .external_lex_state = 157}, - [4519] = {.lex_state = 0, .external_lex_state = 157}, - [4520] = {.lex_state = 0, .external_lex_state = 157}, - [4521] = {.lex_state = 0, .external_lex_state = 157}, - [4522] = {.lex_state = 0, .external_lex_state = 157}, - [4523] = {.lex_state = 0, .external_lex_state = 156}, + [4519] = {.lex_state = 0, .external_lex_state = 188}, + [4520] = {.lex_state = 0, .external_lex_state = 190}, + [4521] = {.lex_state = 0, .external_lex_state = 158}, + [4522] = {.lex_state = 2, .external_lex_state = 191}, + [4523] = {.lex_state = 0, .external_lex_state = 157}, [4524] = {.lex_state = 0, .external_lex_state = 157}, - [4525] = {.lex_state = 0, .external_lex_state = 188}, + [4525] = {.lex_state = 0, .external_lex_state = 157}, [4526] = {.lex_state = 0, .external_lex_state = 157}, - [4527] = {.lex_state = 0, .external_lex_state = 156}, + [4527] = {.lex_state = 0, .external_lex_state = 157}, [4528] = {.lex_state = 0, .external_lex_state = 157}, [4529] = {.lex_state = 0, .external_lex_state = 157}, [4530] = {.lex_state = 0, .external_lex_state = 157}, - [4531] = {.lex_state = 0, .external_lex_state = 156}, + [4531] = {.lex_state = 0, .external_lex_state = 157}, [4532] = {.lex_state = 0, .external_lex_state = 157}, - [4533] = {.lex_state = 0, .external_lex_state = 156}, - [4534] = {.lex_state = 0, .external_lex_state = 156}, - [4535] = {.lex_state = 0, .external_lex_state = 156}, + [4533] = {.lex_state = 0, .external_lex_state = 157}, + [4534] = {.lex_state = 0, .external_lex_state = 157}, + [4535] = {.lex_state = 0, .external_lex_state = 157}, [4536] = {.lex_state = 0, .external_lex_state = 157}, [4537] = {.lex_state = 0, .external_lex_state = 157}, [4538] = {.lex_state = 0, .external_lex_state = 157}, @@ -17724,3825 +17724,3825 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [4540] = {.lex_state = 0, .external_lex_state = 157}, [4541] = {.lex_state = 0, .external_lex_state = 157}, [4542] = {.lex_state = 0, .external_lex_state = 157}, - [4543] = {.lex_state = 0, .external_lex_state = 188}, - [4544] = {.lex_state = 0, .external_lex_state = 156}, - [4545] = {.lex_state = 0, .external_lex_state = 156}, + [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 = 164}, + [4547] = {.lex_state = 0, .external_lex_state = 192}, + [4548] = {.lex_state = 0, .external_lex_state = 162}, [4549] = {.lex_state = 0, .external_lex_state = 193}, - [4550] = {.lex_state = 0, .external_lex_state = 165}, - [4551] = {.lex_state = 0, .external_lex_state = 189}, - [4552] = {.lex_state = 0, .external_lex_state = 147}, - [4553] = {.lex_state = 0, .external_lex_state = 164}, - [4554] = {.lex_state = 0, .external_lex_state = 164}, - [4555] = {.lex_state = 0, .external_lex_state = 164}, - [4556] = {.lex_state = 0, .external_lex_state = 165}, - [4557] = {.lex_state = 0, .external_lex_state = 164}, - [4558] = {.lex_state = 0, .external_lex_state = 164}, - [4559] = {.lex_state = 0, .external_lex_state = 165}, - [4560] = {.lex_state = 0, .external_lex_state = 164}, - [4561] = {.lex_state = 0, .external_lex_state = 168}, - [4562] = {.lex_state = 0, .external_lex_state = 161}, - [4563] = {.lex_state = 0, .external_lex_state = 164}, - [4564] = {.lex_state = 0, .external_lex_state = 161}, + [4550] = {.lex_state = 0, .external_lex_state = 162}, + [4551] = {.lex_state = 0, .external_lex_state = 168}, + [4552] = {.lex_state = 0, .external_lex_state = 162}, + [4553] = {.lex_state = 0, .external_lex_state = 170}, + [4554] = {.lex_state = 0, .external_lex_state = 162}, + [4555] = {.lex_state = 0, .external_lex_state = 165}, + [4556] = {.lex_state = 0, .external_lex_state = 162}, + [4557] = {.lex_state = 0, .external_lex_state = 146}, + [4558] = {.lex_state = 0, .external_lex_state = 165}, + [4559] = {.lex_state = 0, .external_lex_state = 162}, + [4560] = {.lex_state = 0, .external_lex_state = 162}, + [4561] = {.lex_state = 0, .external_lex_state = 165}, + [4562] = {.lex_state = 0, .external_lex_state = 188}, + [4563] = {.lex_state = 0, .external_lex_state = 165}, + [4564] = {.lex_state = 0, .external_lex_state = 162}, [4565] = {.lex_state = 0, .external_lex_state = 165}, - [4566] = {.lex_state = 0, .external_lex_state = 164}, - [4567] = {.lex_state = 0, .external_lex_state = 164}, - [4568] = {.lex_state = 0, .external_lex_state = 165}, - [4569] = {.lex_state = 0, .external_lex_state = 165}, - [4570] = {.lex_state = 0, .external_lex_state = 165}, - [4571] = {.lex_state = 0, .external_lex_state = 164}, - [4572] = {.lex_state = 0, .external_lex_state = 164}, - [4573] = {.lex_state = 0, .external_lex_state = 164}, - [4574] = {.lex_state = 0, .external_lex_state = 161}, - [4575] = {.lex_state = 0, .external_lex_state = 161}, - [4576] = {.lex_state = 0, .external_lex_state = 194}, - [4577] = {.lex_state = 0, .external_lex_state = 164}, - [4578] = {.lex_state = 0, .external_lex_state = 189}, - [4579] = {.lex_state = 0, .external_lex_state = 164}, + [4566] = {.lex_state = 0, .external_lex_state = 165}, + [4567] = {.lex_state = 0, .external_lex_state = 165}, + [4568] = {.lex_state = 2, .external_lex_state = 148}, + [4569] = {.lex_state = 0, .external_lex_state = 162}, + [4570] = {.lex_state = 0, .external_lex_state = 194}, + [4571] = {.lex_state = 0, .external_lex_state = 162}, + [4572] = {.lex_state = 0, .external_lex_state = 162}, + [4573] = {.lex_state = 0, .external_lex_state = 165}, + [4574] = {.lex_state = 0, .external_lex_state = 162}, + [4575] = {.lex_state = 0, .external_lex_state = 162}, + [4576] = {.lex_state = 0, .external_lex_state = 165}, + [4577] = {.lex_state = 0, .external_lex_state = 162}, + [4578] = {.lex_state = 0, .external_lex_state = 162}, + [4579] = {.lex_state = 0, .external_lex_state = 162}, [4580] = {.lex_state = 0, .external_lex_state = 165}, - [4581] = {.lex_state = 0, .external_lex_state = 161}, - [4582] = {.lex_state = 0, .external_lex_state = 161}, - [4583] = {.lex_state = 0, .external_lex_state = 165}, - [4584] = {.lex_state = 0, .external_lex_state = 161}, - [4585] = {.lex_state = 0, .external_lex_state = 165}, - [4586] = {.lex_state = 0, .external_lex_state = 188}, - [4587] = {.lex_state = 0, .external_lex_state = 174}, - [4588] = {.lex_state = 0, .external_lex_state = 161}, - [4589] = {.lex_state = 0, .external_lex_state = 161}, + [4581] = {.lex_state = 0, .external_lex_state = 165}, + [4582] = {.lex_state = 0, .external_lex_state = 162}, + [4583] = {.lex_state = 0, .external_lex_state = 162}, + [4584] = {.lex_state = 0, .external_lex_state = 162}, + [4585] = {.lex_state = 0, .external_lex_state = 161}, + [4586] = {.lex_state = 0, .external_lex_state = 165}, + [4587] = {.lex_state = 0, .external_lex_state = 169}, + [4588] = {.lex_state = 0, .external_lex_state = 162}, + [4589] = {.lex_state = 0, .external_lex_state = 195}, [4590] = {.lex_state = 0, .external_lex_state = 161}, - [4591] = {.lex_state = 0, .external_lex_state = 161}, - [4592] = {.lex_state = 0, .external_lex_state = 161}, - [4593] = {.lex_state = 0, .external_lex_state = 161}, - [4594] = {.lex_state = 0, .external_lex_state = 165}, + [4591] = {.lex_state = 0, .external_lex_state = 194}, + [4592] = {.lex_state = 0, .external_lex_state = 162}, + [4593] = {.lex_state = 0, .external_lex_state = 165}, + [4594] = {.lex_state = 0, .external_lex_state = 175}, [4595] = {.lex_state = 0, .external_lex_state = 165}, - [4596] = {.lex_state = 0, .external_lex_state = 164}, - [4597] = {.lex_state = 0, .external_lex_state = 195}, - [4598] = {.lex_state = 0, .external_lex_state = 195}, - [4599] = {.lex_state = 0, .external_lex_state = 161}, - [4600] = {.lex_state = 0, .external_lex_state = 164}, + [4596] = {.lex_state = 0, .external_lex_state = 194}, + [4597] = {.lex_state = 0, .external_lex_state = 196}, + [4598] = {.lex_state = 0, .external_lex_state = 162}, + [4599] = {.lex_state = 0, .external_lex_state = 165}, + [4600] = {.lex_state = 0, .external_lex_state = 174}, [4601] = {.lex_state = 0, .external_lex_state = 161}, - [4602] = {.lex_state = 0, .external_lex_state = 164}, + [4602] = {.lex_state = 0, .external_lex_state = 161}, [4603] = {.lex_state = 0, .external_lex_state = 161}, - [4604] = {.lex_state = 0, .external_lex_state = 165}, + [4604] = {.lex_state = 0, .external_lex_state = 162}, [4605] = {.lex_state = 0, .external_lex_state = 165}, - [4606] = {.lex_state = 0, .external_lex_state = 165}, - [4607] = {.lex_state = 0, .external_lex_state = 161}, + [4606] = {.lex_state = 0, .external_lex_state = 162}, + [4607] = {.lex_state = 0, .external_lex_state = 165}, [4608] = {.lex_state = 0, .external_lex_state = 165}, - [4609] = {.lex_state = 0, .external_lex_state = 164}, + [4609] = {.lex_state = 0, .external_lex_state = 161}, [4610] = {.lex_state = 0, .external_lex_state = 165}, [4611] = {.lex_state = 0, .external_lex_state = 161}, - [4612] = {.lex_state = 0, .external_lex_state = 164}, - [4613] = {.lex_state = 0, .external_lex_state = 165}, + [4612] = {.lex_state = 0, .external_lex_state = 161}, + [4613] = {.lex_state = 0, .external_lex_state = 161}, [4614] = {.lex_state = 0, .external_lex_state = 161}, [4615] = {.lex_state = 0, .external_lex_state = 165}, - [4616] = {.lex_state = 2, .external_lex_state = 148}, - [4617] = {.lex_state = 0, .external_lex_state = 165}, - [4618] = {.lex_state = 0, .external_lex_state = 172}, - [4619] = {.lex_state = 0, .external_lex_state = 165}, - [4620] = {.lex_state = 0, .external_lex_state = 165}, - [4621] = {.lex_state = 0, .external_lex_state = 165}, + [4616] = {.lex_state = 0, .external_lex_state = 161}, + [4617] = {.lex_state = 0, .external_lex_state = 162}, + [4618] = {.lex_state = 0, .external_lex_state = 165}, + [4619] = {.lex_state = 0, .external_lex_state = 162}, + [4620] = {.lex_state = 0, .external_lex_state = 161}, + [4621] = {.lex_state = 0, .external_lex_state = 161}, [4622] = {.lex_state = 0, .external_lex_state = 165}, [4623] = {.lex_state = 0, .external_lex_state = 161}, - [4624] = {.lex_state = 0, .external_lex_state = 164}, - [4625] = {.lex_state = 0, .external_lex_state = 164}, - [4626] = {.lex_state = 0, .external_lex_state = 164}, - [4627] = {.lex_state = 0, .external_lex_state = 161}, - [4628] = {.lex_state = 0, .external_lex_state = 164}, + [4624] = {.lex_state = 0, .external_lex_state = 161}, + [4625] = {.lex_state = 0, .external_lex_state = 161}, + [4626] = {.lex_state = 0, .external_lex_state = 161}, + [4627] = {.lex_state = 0, .external_lex_state = 162}, + [4628] = {.lex_state = 0, .external_lex_state = 165}, [4629] = {.lex_state = 0, .external_lex_state = 165}, - [4630] = {.lex_state = 0, .external_lex_state = 164}, + [4630] = {.lex_state = 0, .external_lex_state = 165}, [4631] = {.lex_state = 0, .external_lex_state = 161}, - [4632] = {.lex_state = 0, .external_lex_state = 175}, + [4632] = {.lex_state = 0, .external_lex_state = 161}, [4633] = {.lex_state = 0, .external_lex_state = 165}, - [4634] = {.lex_state = 0, .external_lex_state = 195}, - [4635] = {.lex_state = 0, .external_lex_state = 164}, + [4634] = {.lex_state = 0, .external_lex_state = 165}, + [4635] = {.lex_state = 0, .external_lex_state = 161}, [4636] = {.lex_state = 0, .external_lex_state = 161}, - [4637] = {.lex_state = 0, .external_lex_state = 165}, - [4638] = {.lex_state = 0, .external_lex_state = 164}, - [4639] = {.lex_state = 0, .external_lex_state = 171}, - [4640] = {.lex_state = 0, .external_lex_state = 164}, - [4641] = {.lex_state = 0, .external_lex_state = 164}, - [4642] = {.lex_state = 0, .external_lex_state = 195}, + [4637] = {.lex_state = 0, .external_lex_state = 161}, + [4638] = {.lex_state = 0, .external_lex_state = 161}, + [4639] = {.lex_state = 0, .external_lex_state = 161}, + [4640] = {.lex_state = 0, .external_lex_state = 161}, + [4641] = {.lex_state = 0, .external_lex_state = 161}, + [4642] = {.lex_state = 0, .external_lex_state = 161}, [4643] = {.lex_state = 0, .external_lex_state = 161}, [4644] = {.lex_state = 0, .external_lex_state = 161}, - [4645] = {.lex_state = 0, .external_lex_state = 188}, - [4646] = {.lex_state = 0, .external_lex_state = 169}, - [4647] = {.lex_state = 0, .external_lex_state = 161}, - [4648] = {.lex_state = 0, .external_lex_state = 161}, - [4649] = {.lex_state = 0, .external_lex_state = 193}, - [4650] = {.lex_state = 0, .external_lex_state = 165}, - [4651] = {.lex_state = 0, .external_lex_state = 196}, - [4652] = {.lex_state = 0, .external_lex_state = 165}, - [4653] = {.lex_state = 0, .external_lex_state = 161}, - [4654] = {.lex_state = 0, .external_lex_state = 161}, - [4655] = {.lex_state = 0, .external_lex_state = 170}, - [4656] = {.lex_state = 0, .external_lex_state = 174}, - [4657] = {.lex_state = 0, .external_lex_state = 172}, - [4658] = {.lex_state = 0, .external_lex_state = 190}, - [4659] = {.lex_state = 0, .external_lex_state = 172}, - [4660] = {.lex_state = 0, .external_lex_state = 197}, - [4661] = {.lex_state = 0, .external_lex_state = 172}, - [4662] = {.lex_state = 0, .external_lex_state = 149}, - [4663] = {.lex_state = 0, .external_lex_state = 172}, - [4664] = {.lex_state = 0, .external_lex_state = 168}, - [4665] = {.lex_state = 0, .external_lex_state = 168}, - [4666] = {.lex_state = 0, .external_lex_state = 198}, - [4667] = {.lex_state = 0, .external_lex_state = 168}, - [4668] = {.lex_state = 0, .external_lex_state = 172}, + [4645] = {.lex_state = 0, .external_lex_state = 194}, + [4646] = {.lex_state = 0, .external_lex_state = 162}, + [4647] = {.lex_state = 0, .external_lex_state = 172}, + [4648] = {.lex_state = 0, .external_lex_state = 196}, + [4649] = {.lex_state = 0, .external_lex_state = 165}, + [4650] = {.lex_state = 0, .external_lex_state = 171}, + [4651] = {.lex_state = 0, .external_lex_state = 165}, + [4652] = {.lex_state = 0, .external_lex_state = 192}, + [4653] = {.lex_state = 0, .external_lex_state = 162}, + [4654] = {.lex_state = 0, .external_lex_state = 192}, + [4655] = {.lex_state = 0, .external_lex_state = 188}, + [4656] = {.lex_state = 0, .external_lex_state = 150}, + [4657] = {.lex_state = 0, .external_lex_state = 197}, + [4658] = {.lex_state = 0, .external_lex_state = 171}, + [4659] = {.lex_state = 0, .external_lex_state = 171}, + [4660] = {.lex_state = 0, .external_lex_state = 171}, + [4661] = {.lex_state = 0, .external_lex_state = 169}, + [4662] = {.lex_state = 0, .external_lex_state = 198}, + [4663] = {.lex_state = 0, .external_lex_state = 170}, + [4664] = {.lex_state = 0, .external_lex_state = 196}, + [4665] = {.lex_state = 0, .external_lex_state = 170}, + [4666] = {.lex_state = 0, .external_lex_state = 169}, + [4667] = {.lex_state = 0, .external_lex_state = 198}, + [4668] = {.lex_state = 0, .external_lex_state = 168}, [4669] = {.lex_state = 0, .external_lex_state = 172}, - [4670] = {.lex_state = 0, .external_lex_state = 172}, + [4670] = {.lex_state = 0, .external_lex_state = 198}, [4671] = {.lex_state = 0, .external_lex_state = 199}, - [4672] = {.lex_state = 0, .external_lex_state = 197}, - [4673] = {.lex_state = 0, .external_lex_state = 149}, - [4674] = {.lex_state = 0, .external_lex_state = 172}, - [4675] = {.lex_state = 0, .external_lex_state = 172}, - [4676] = {.lex_state = 0, .external_lex_state = 172}, - [4677] = {.lex_state = 0, .external_lex_state = 199}, - [4678] = {.lex_state = 0, .external_lex_state = 171}, - [4679] = {.lex_state = 0, .external_lex_state = 174}, - [4680] = {.lex_state = 0, .external_lex_state = 172}, - [4681] = {.lex_state = 0, .external_lex_state = 171}, - [4682] = {.lex_state = 0, .external_lex_state = 171}, - [4683] = {.lex_state = 0, .external_lex_state = 149}, - [4684] = {.lex_state = 0, .external_lex_state = 149}, - [4685] = {.lex_state = 0, .external_lex_state = 149}, + [4672] = {.lex_state = 0, .external_lex_state = 169}, + [4673] = {.lex_state = 0, .external_lex_state = 170}, + [4674] = {.lex_state = 0, .external_lex_state = 168}, + [4675] = {.lex_state = 0, .external_lex_state = 170}, + [4676] = {.lex_state = 0, .external_lex_state = 196}, + [4677] = {.lex_state = 0, .external_lex_state = 172}, + [4678] = {.lex_state = 0, .external_lex_state = 172}, + [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 = 168}, + [4684] = {.lex_state = 0, .external_lex_state = 150}, + [4685] = {.lex_state = 0, .external_lex_state = 169}, [4686] = {.lex_state = 0, .external_lex_state = 171}, - [4687] = {.lex_state = 0, .external_lex_state = 170}, + [4687] = {.lex_state = 0, .external_lex_state = 197}, [4688] = {.lex_state = 0, .external_lex_state = 171}, - [4689] = {.lex_state = 0, .external_lex_state = 171}, - [4690] = {.lex_state = 0, .external_lex_state = 172}, - [4691] = {.lex_state = 0, .external_lex_state = 170}, - [4692] = {.lex_state = 0, .external_lex_state = 168}, - [4693] = {.lex_state = 0, .external_lex_state = 168}, - [4694] = {.lex_state = 0, .external_lex_state = 171}, - [4695] = {.lex_state = 0, .external_lex_state = 149}, - [4696] = {.lex_state = 0, .external_lex_state = 149}, - [4697] = {.lex_state = 0, .external_lex_state = 149}, - [4698] = {.lex_state = 0, .external_lex_state = 149}, - [4699] = {.lex_state = 0, .external_lex_state = 199}, + [4689] = {.lex_state = 0, .external_lex_state = 169}, + [4690] = {.lex_state = 0, .external_lex_state = 169}, + [4691] = {.lex_state = 0, .external_lex_state = 169}, + [4692] = {.lex_state = 0, .external_lex_state = 170}, + [4693] = {.lex_state = 0, .external_lex_state = 197}, + [4694] = {.lex_state = 0, .external_lex_state = 169}, + [4695] = {.lex_state = 0, .external_lex_state = 200}, + [4696] = {.lex_state = 0, .external_lex_state = 197}, + [4697] = {.lex_state = 0, .external_lex_state = 197}, + [4698] = {.lex_state = 0, .external_lex_state = 168}, + [4699] = {.lex_state = 0, .external_lex_state = 150}, [4700] = {.lex_state = 0, .external_lex_state = 172}, - [4701] = {.lex_state = 0, .external_lex_state = 168}, - [4702] = {.lex_state = 0, .external_lex_state = 149}, - [4703] = {.lex_state = 0, .external_lex_state = 149}, - [4704] = {.lex_state = 0, .external_lex_state = 200}, - [4705] = {.lex_state = 0, .external_lex_state = 174}, - [4706] = {.lex_state = 0, .external_lex_state = 170}, - [4707] = {.lex_state = 0, .external_lex_state = 168}, - [4708] = {.lex_state = 0, .external_lex_state = 170}, - [4709] = {.lex_state = 0, .external_lex_state = 171}, - [4710] = {.lex_state = 0, .external_lex_state = 149}, - [4711] = {.lex_state = 0, .external_lex_state = 149}, - [4712] = {.lex_state = 0, .external_lex_state = 174}, - [4713] = {.lex_state = 0, .external_lex_state = 149}, - [4714] = {.lex_state = 0, .external_lex_state = 171}, - [4715] = {.lex_state = 0, .external_lex_state = 174}, - [4716] = {.lex_state = 0, .external_lex_state = 201}, - [4717] = {.lex_state = 0, .external_lex_state = 168}, - [4718] = {.lex_state = 0, .external_lex_state = 168}, - [4719] = {.lex_state = 0, .external_lex_state = 169}, - [4720] = {.lex_state = 0, .external_lex_state = 169}, - [4721] = {.lex_state = 0, .external_lex_state = 170}, - [4722] = {.lex_state = 0, .external_lex_state = 170}, - [4723] = {.lex_state = 0, .external_lex_state = 169}, - [4724] = {.lex_state = 0, .external_lex_state = 171}, - [4725] = {.lex_state = 0, .external_lex_state = 168}, - [4726] = {.lex_state = 0, .external_lex_state = 169}, - [4727] = {.lex_state = 0, .external_lex_state = 170}, - [4728] = {.lex_state = 0, .external_lex_state = 169}, + [4701] = {.lex_state = 0, .external_lex_state = 172}, + [4702] = {.lex_state = 0, .external_lex_state = 172}, + [4703] = {.lex_state = 0, .external_lex_state = 172}, + [4704] = {.lex_state = 0, .external_lex_state = 170}, + [4705] = {.lex_state = 0, .external_lex_state = 170}, + [4706] = {.lex_state = 0, .external_lex_state = 174}, + [4707] = {.lex_state = 0, .external_lex_state = 150}, + [4708] = {.lex_state = 0, .external_lex_state = 172}, + [4709] = {.lex_state = 0, .external_lex_state = 174}, + [4710] = {.lex_state = 0, .external_lex_state = 171}, + [4711] = {.lex_state = 0, .external_lex_state = 171}, + [4712] = {.lex_state = 0, .external_lex_state = 170}, + [4713] = {.lex_state = 0, .external_lex_state = 171}, + [4714] = {.lex_state = 0, .external_lex_state = 201}, + [4715] = {.lex_state = 0, .external_lex_state = 169}, + [4716] = {.lex_state = 0, .external_lex_state = 171}, + [4717] = {.lex_state = 0, .external_lex_state = 169}, + [4718] = {.lex_state = 0, .external_lex_state = 171}, + [4719] = {.lex_state = 0, .external_lex_state = 171}, + [4720] = {.lex_state = 0, .external_lex_state = 171}, + [4721] = {.lex_state = 0, .external_lex_state = 171}, + [4722] = {.lex_state = 0, .external_lex_state = 169}, + [4723] = {.lex_state = 0, .external_lex_state = 171}, + [4724] = {.lex_state = 0, .external_lex_state = 150}, + [4725] = {.lex_state = 0, .external_lex_state = 172}, + [4726] = {.lex_state = 0, .external_lex_state = 150}, + [4727] = {.lex_state = 0, .external_lex_state = 172}, + [4728] = {.lex_state = 0, .external_lex_state = 172}, [4729] = {.lex_state = 0, .external_lex_state = 169}, - [4730] = {.lex_state = 0, .external_lex_state = 169}, - [4731] = {.lex_state = 0, .external_lex_state = 193}, - [4732] = {.lex_state = 0, .external_lex_state = 170}, - [4733] = {.lex_state = 0, .external_lex_state = 169}, - [4734] = {.lex_state = 0, .external_lex_state = 169}, - [4735] = {.lex_state = 0, .external_lex_state = 202}, - [4736] = {.lex_state = 0, .external_lex_state = 172}, - [4737] = {.lex_state = 0, .external_lex_state = 169}, - [4738] = {.lex_state = 0, .external_lex_state = 168}, - [4739] = {.lex_state = 0, .external_lex_state = 193}, - [4740] = {.lex_state = 0, .external_lex_state = 170}, - [4741] = {.lex_state = 0, .external_lex_state = 170}, - [4742] = {.lex_state = 0, .external_lex_state = 169}, - [4743] = {.lex_state = 0, .external_lex_state = 168}, - [4744] = {.lex_state = 0, .external_lex_state = 193}, + [4730] = {.lex_state = 0, .external_lex_state = 168}, + [4731] = {.lex_state = 0, .external_lex_state = 150}, + [4732] = {.lex_state = 0, .external_lex_state = 197}, + [4733] = {.lex_state = 0, .external_lex_state = 198}, + [4734] = {.lex_state = 0, .external_lex_state = 197}, + [4735] = {.lex_state = 0, .external_lex_state = 171}, + [4736] = {.lex_state = 0, .external_lex_state = 198}, + [4737] = {.lex_state = 0, .external_lex_state = 202}, + [4738] = {.lex_state = 0, .external_lex_state = 172}, + [4739] = {.lex_state = 0, .external_lex_state = 171}, + [4740] = {.lex_state = 0, .external_lex_state = 172}, + [4741] = {.lex_state = 0, .external_lex_state = 171}, + [4742] = {.lex_state = 0, .external_lex_state = 171}, + [4743] = {.lex_state = 0, .external_lex_state = 171}, + [4744] = {.lex_state = 0, .external_lex_state = 196}, [4745] = {.lex_state = 0, .external_lex_state = 169}, - [4746] = {.lex_state = 0, .external_lex_state = 172}, - [4747] = {.lex_state = 0, .external_lex_state = 172}, - [4748] = {.lex_state = 0, .external_lex_state = 168}, - [4749] = {.lex_state = 0, .external_lex_state = 172}, - [4750] = {.lex_state = 0, .external_lex_state = 169}, - [4751] = {.lex_state = 0, .external_lex_state = 169}, - [4752] = {.lex_state = 0, .external_lex_state = 169}, - [4753] = {.lex_state = 0, .external_lex_state = 171}, - [4754] = {.lex_state = 0, .external_lex_state = 174}, + [4746] = {.lex_state = 0, .external_lex_state = 174}, + [4747] = {.lex_state = 0, .external_lex_state = 170}, + [4748] = {.lex_state = 0, .external_lex_state = 172}, + [4749] = {.lex_state = 0, .external_lex_state = 170}, + [4750] = {.lex_state = 0, .external_lex_state = 174}, + [4751] = {.lex_state = 0, .external_lex_state = 197}, + [4752] = {.lex_state = 0, .external_lex_state = 150}, + [4753] = {.lex_state = 0, .external_lex_state = 201}, + [4754] = {.lex_state = 0, .external_lex_state = 169}, [4755] = {.lex_state = 0, .external_lex_state = 169}, - [4756] = {.lex_state = 0, .external_lex_state = 172}, - [4757] = {.lex_state = 0, .external_lex_state = 199}, - [4758] = {.lex_state = 0, .external_lex_state = 168}, - [4759] = {.lex_state = 0, .external_lex_state = 170}, - [4760] = {.lex_state = 0, .external_lex_state = 172}, - [4761] = {.lex_state = 0, .external_lex_state = 202}, - [4762] = {.lex_state = 0, .external_lex_state = 174}, - [4763] = {.lex_state = 0, .external_lex_state = 169}, - [4764] = {.lex_state = 0, .external_lex_state = 171}, - [4765] = {.lex_state = 0, .external_lex_state = 169}, - [4766] = {.lex_state = 0, .external_lex_state = 171}, - [4767] = {.lex_state = 2, .external_lex_state = 152}, - [4768] = {.lex_state = 0, .external_lex_state = 149}, - [4769] = {.lex_state = 0, .external_lex_state = 171}, - [4770] = {.lex_state = 0, .external_lex_state = 149}, - [4771] = {.lex_state = 0, .external_lex_state = 174}, - [4772] = {.lex_state = 0, .external_lex_state = 203}, - [4773] = {.lex_state = 0, .external_lex_state = 169}, - [4774] = {.lex_state = 0, .external_lex_state = 197}, - [4775] = {.lex_state = 0, .external_lex_state = 174}, - [4776] = {.lex_state = 0, .external_lex_state = 174}, + [4756] = {.lex_state = 0, .external_lex_state = 171}, + [4757] = {.lex_state = 0, .external_lex_state = 174}, + [4758] = {.lex_state = 0, .external_lex_state = 170}, + [4759] = {.lex_state = 0, .external_lex_state = 150}, + [4760] = {.lex_state = 0, .external_lex_state = 170}, + [4761] = {.lex_state = 0, .external_lex_state = 150}, + [4762] = {.lex_state = 0, .external_lex_state = 198}, + [4763] = {.lex_state = 0, .external_lex_state = 170}, + [4764] = {.lex_state = 0, .external_lex_state = 196}, + [4765] = {.lex_state = 0, .external_lex_state = 171}, + [4766] = {.lex_state = 0, .external_lex_state = 168}, + [4767] = {.lex_state = 0, .external_lex_state = 168}, + [4768] = {.lex_state = 0, .external_lex_state = 171}, + [4769] = {.lex_state = 0, .external_lex_state = 168}, + [4770] = {.lex_state = 0, .external_lex_state = 203}, + [4771] = {.lex_state = 0, .external_lex_state = 168}, + [4772] = {.lex_state = 0, .external_lex_state = 174}, + [4773] = {.lex_state = 0, .external_lex_state = 170}, + [4774] = {.lex_state = 0, .external_lex_state = 170}, + [4775] = {.lex_state = 0, .external_lex_state = 170}, + [4776] = {.lex_state = 0, .external_lex_state = 196}, [4777] = {.lex_state = 0, .external_lex_state = 174}, - [4778] = {.lex_state = 0, .external_lex_state = 174}, - [4779] = {.lex_state = 0, .external_lex_state = 168}, - [4780] = {.lex_state = 0, .external_lex_state = 174}, - [4781] = {.lex_state = 0, .external_lex_state = 174}, - [4782] = {.lex_state = 0, .external_lex_state = 199}, - [4783] = {.lex_state = 0, .external_lex_state = 171}, - [4784] = {.lex_state = 0, .external_lex_state = 169}, - [4785] = {.lex_state = 0, .external_lex_state = 149}, - [4786] = {.lex_state = 0, .external_lex_state = 202}, - [4787] = {.lex_state = 0, .external_lex_state = 170}, - [4788] = {.lex_state = 0, .external_lex_state = 170}, - [4789] = {.lex_state = 0, .external_lex_state = 168}, - [4790] = {.lex_state = 0, .external_lex_state = 202}, - [4791] = {.lex_state = 0, .external_lex_state = 170}, - [4792] = {.lex_state = 0, .external_lex_state = 176}, - [4793] = {.lex_state = 0, .external_lex_state = 171}, - [4794] = {.lex_state = 0, .external_lex_state = 171}, - [4795] = {.lex_state = 0, .external_lex_state = 170}, - [4796] = {.lex_state = 0, .external_lex_state = 170}, + [4778] = {.lex_state = 0, .external_lex_state = 196}, + [4779] = {.lex_state = 0, .external_lex_state = 170}, + [4780] = {.lex_state = 0, .external_lex_state = 189}, + [4781] = {.lex_state = 0, .external_lex_state = 197}, + [4782] = {.lex_state = 0, .external_lex_state = 201}, + [4783] = {.lex_state = 0, .external_lex_state = 170}, + [4784] = {.lex_state = 0, .external_lex_state = 170}, + [4785] = {.lex_state = 0, .external_lex_state = 171}, + [4786] = {.lex_state = 0, .external_lex_state = 172}, + [4787] = {.lex_state = 0, .external_lex_state = 168}, + [4788] = {.lex_state = 0, .external_lex_state = 168}, + [4789] = {.lex_state = 0, .external_lex_state = 172}, + [4790] = {.lex_state = 0, .external_lex_state = 174}, + [4791] = {.lex_state = 0, .external_lex_state = 168}, + [4792] = {.lex_state = 0, .external_lex_state = 172}, + [4793] = {.lex_state = 0, .external_lex_state = 174}, + [4794] = {.lex_state = 0, .external_lex_state = 150}, + [4795] = {.lex_state = 0, .external_lex_state = 150}, + [4796] = {.lex_state = 2, .external_lex_state = 153}, [4797] = {.lex_state = 0, .external_lex_state = 168}, [4798] = {.lex_state = 0, .external_lex_state = 174}, - [4799] = {.lex_state = 0, .external_lex_state = 170}, - [4800] = {.lex_state = 0, .external_lex_state = 170}, - [4801] = {.lex_state = 0, .external_lex_state = 193}, - [4802] = {.lex_state = 0, .external_lex_state = 202}, - [4803] = {.lex_state = 0, .external_lex_state = 171}, - [4804] = {.lex_state = 0, .external_lex_state = 171}, - [4805] = {.lex_state = 0, .external_lex_state = 168}, - [4806] = {.lex_state = 0, .external_lex_state = 198}, - [4807] = {.lex_state = 0, .external_lex_state = 168}, - [4808] = {.lex_state = 2, .external_lex_state = 177}, - [4809] = {.lex_state = 0, .external_lex_state = 170}, - [4810] = {.lex_state = 0, .external_lex_state = 168}, - [4811] = {.lex_state = 0, .external_lex_state = 202}, - [4812] = {.lex_state = 0, .external_lex_state = 168}, - [4813] = {.lex_state = 0, .external_lex_state = 171}, - [4814] = {.lex_state = 0, .external_lex_state = 170}, - [4815] = {.lex_state = 0, .external_lex_state = 169}, - [4816] = {.lex_state = 0, .external_lex_state = 168}, + [4799] = {.lex_state = 0, .external_lex_state = 199}, + [4800] = {.lex_state = 0, .external_lex_state = 172}, + [4801] = {.lex_state = 0, .external_lex_state = 174}, + [4802] = {.lex_state = 0, .external_lex_state = 174}, + [4803] = {.lex_state = 0, .external_lex_state = 174}, + [4804] = {.lex_state = 0, .external_lex_state = 170}, + [4805] = {.lex_state = 0, .external_lex_state = 170}, + [4806] = {.lex_state = 0, .external_lex_state = 174}, + [4807] = {.lex_state = 0, .external_lex_state = 174}, + [4808] = {.lex_state = 0, .external_lex_state = 199}, + [4809] = {.lex_state = 0, .external_lex_state = 174}, + [4810] = {.lex_state = 0, .external_lex_state = 170}, + [4811] = {.lex_state = 0, .external_lex_state = 150}, + [4812] = {.lex_state = 0, .external_lex_state = 169}, + [4813] = {.lex_state = 0, .external_lex_state = 168}, + [4814] = {.lex_state = 0, .external_lex_state = 168}, + [4815] = {.lex_state = 0, .external_lex_state = 168}, + [4816] = {.lex_state = 0, .external_lex_state = 174}, [4817] = {.lex_state = 0, .external_lex_state = 172}, - [4818] = {.lex_state = 0, .external_lex_state = 174}, - [4819] = {.lex_state = 0, .external_lex_state = 171}, - [4820] = {.lex_state = 0, .external_lex_state = 201}, - [4821] = {.lex_state = 0, .external_lex_state = 172}, - [4822] = {.lex_state = 0, .external_lex_state = 169}, - [4823] = {.lex_state = 0, .external_lex_state = 149}, - [4824] = {.lex_state = 0, .external_lex_state = 202}, - [4825] = {.lex_state = 0, .external_lex_state = 170}, - [4826] = {.lex_state = 0, .external_lex_state = 199}, + [4818] = {.lex_state = 0, .external_lex_state = 172}, + [4819] = {.lex_state = 0, .external_lex_state = 172}, + [4820] = {.lex_state = 0, .external_lex_state = 168}, + [4821] = {.lex_state = 0, .external_lex_state = 197}, + [4822] = {.lex_state = 0, .external_lex_state = 174}, + [4823] = {.lex_state = 0, .external_lex_state = 172}, + [4824] = {.lex_state = 0, .external_lex_state = 168}, + [4825] = {.lex_state = 0, .external_lex_state = 174}, + [4826] = {.lex_state = 0, .external_lex_state = 174}, [4827] = {.lex_state = 0, .external_lex_state = 174}, - [4828] = {.lex_state = 0, .external_lex_state = 201}, - [4829] = {.lex_state = 0, .external_lex_state = 168}, - [4830] = {.lex_state = 0, .external_lex_state = 168}, + [4828] = {.lex_state = 0, .external_lex_state = 174}, + [4829] = {.lex_state = 0, .external_lex_state = 174}, + [4830] = {.lex_state = 0, .external_lex_state = 170}, [4831] = {.lex_state = 0, .external_lex_state = 168}, - [4832] = {.lex_state = 0, .external_lex_state = 169}, - [4833] = {.lex_state = 0, .external_lex_state = 174}, - [4834] = {.lex_state = 0, .external_lex_state = 169}, - [4835] = {.lex_state = 0, .external_lex_state = 169}, - [4836] = {.lex_state = 0, .external_lex_state = 170}, - [4837] = {.lex_state = 0, .external_lex_state = 170}, - [4838] = {.lex_state = 0, .external_lex_state = 172}, - [4839] = {.lex_state = 0, .external_lex_state = 169}, - [4840] = {.lex_state = 0, .external_lex_state = 172}, - [4841] = {.lex_state = 0, .external_lex_state = 169}, - [4842] = {.lex_state = 0, .external_lex_state = 193}, - [4843] = {.lex_state = 0, .external_lex_state = 168}, - [4844] = {.lex_state = 0, .external_lex_state = 170}, - [4845] = {.lex_state = 0, .external_lex_state = 202}, - [4846] = {.lex_state = 0, .external_lex_state = 193}, + [4832] = {.lex_state = 0, .external_lex_state = 202}, + [4833] = {.lex_state = 0, .external_lex_state = 168}, + [4834] = {.lex_state = 0, .external_lex_state = 172}, + [4835] = {.lex_state = 0, .external_lex_state = 174}, + [4836] = {.lex_state = 0, .external_lex_state = 174}, + [4837] = {.lex_state = 0, .external_lex_state = 177}, + [4838] = {.lex_state = 0, .external_lex_state = 169}, + [4839] = {.lex_state = 0, .external_lex_state = 171}, + [4840] = {.lex_state = 0, .external_lex_state = 168}, + [4841] = {.lex_state = 0, .external_lex_state = 172}, + [4842] = {.lex_state = 0, .external_lex_state = 150}, + [4843] = {.lex_state = 0, .external_lex_state = 169}, + [4844] = {.lex_state = 0, .external_lex_state = 169}, + [4845] = {.lex_state = 0, .external_lex_state = 198}, + [4846] = {.lex_state = 0, .external_lex_state = 197}, [4847] = {.lex_state = 0, .external_lex_state = 174}, [4848] = {.lex_state = 0, .external_lex_state = 168}, - [4849] = {.lex_state = 0, .external_lex_state = 170}, - [4850] = {.lex_state = 0, .external_lex_state = 174}, - [4851] = {.lex_state = 0, .external_lex_state = 170}, - [4852] = {.lex_state = 0, .external_lex_state = 198}, - [4853] = {.lex_state = 0, .external_lex_state = 168}, - [4854] = {.lex_state = 0, .external_lex_state = 174}, - [4855] = {.lex_state = 0, .external_lex_state = 169}, + [4849] = {.lex_state = 0, .external_lex_state = 168}, + [4850] = {.lex_state = 0, .external_lex_state = 197}, + [4851] = {.lex_state = 0, .external_lex_state = 169}, + [4852] = {.lex_state = 0, .external_lex_state = 170}, + [4853] = {.lex_state = 0, .external_lex_state = 171}, + [4854] = {.lex_state = 0, .external_lex_state = 202}, + [4855] = {.lex_state = 0, .external_lex_state = 170}, [4856] = {.lex_state = 0, .external_lex_state = 174}, - [4857] = {.lex_state = 0, .external_lex_state = 202}, - [4858] = {.lex_state = 0, .external_lex_state = 202}, - [4859] = {.lex_state = 0, .external_lex_state = 168}, - [4860] = {.lex_state = 0, .external_lex_state = 169}, - [4861] = {.lex_state = 0, .external_lex_state = 172}, - [4862] = {.lex_state = 0, .external_lex_state = 171}, + [4857] = {.lex_state = 0, .external_lex_state = 169}, + [4858] = {.lex_state = 0, .external_lex_state = 172}, + [4859] = {.lex_state = 0, .external_lex_state = 174}, + [4860] = {.lex_state = 0, .external_lex_state = 197}, + [4861] = {.lex_state = 0, .external_lex_state = 169}, + [4862] = {.lex_state = 0, .external_lex_state = 170}, [4863] = {.lex_state = 0, .external_lex_state = 171}, - [4864] = {.lex_state = 0, .external_lex_state = 202}, - [4865] = {.lex_state = 0, .external_lex_state = 171}, - [4866] = {.lex_state = 0, .external_lex_state = 172}, - [4867] = {.lex_state = 0, .external_lex_state = 199}, - [4868] = {.lex_state = 0, .external_lex_state = 202}, + [4864] = {.lex_state = 0, .external_lex_state = 150}, + [4865] = {.lex_state = 0, .external_lex_state = 172}, + [4866] = {.lex_state = 0, .external_lex_state = 171}, + [4867] = {.lex_state = 0, .external_lex_state = 169}, + [4868] = {.lex_state = 0, .external_lex_state = 172}, [4869] = {.lex_state = 0, .external_lex_state = 171}, - [4870] = {.lex_state = 0, .external_lex_state = 170}, - [4871] = {.lex_state = 0, .external_lex_state = 171}, - [4872] = {.lex_state = 0, .external_lex_state = 170}, + [4870] = {.lex_state = 0, .external_lex_state = 169}, + [4871] = {.lex_state = 2, .external_lex_state = 178}, + [4872] = {.lex_state = 0, .external_lex_state = 171}, [4873] = {.lex_state = 0, .external_lex_state = 170}, - [4874] = {.lex_state = 0, .external_lex_state = 149}, - [4875] = {.lex_state = 0, .external_lex_state = 172}, - [4876] = {.lex_state = 0, .external_lex_state = 174}, - [4877] = {.lex_state = 0, .external_lex_state = 174}, - [4878] = {.lex_state = 0, .external_lex_state = 172}, - [4879] = {.lex_state = 2, .external_lex_state = 177}, - [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 = 202}, - [4884] = {.lex_state = 0, .external_lex_state = 174}, - [4885] = {.lex_state = 0, .external_lex_state = 172}, - [4886] = {.lex_state = 0, .external_lex_state = 172}, - [4887] = {.lex_state = 0, .external_lex_state = 171}, - [4888] = {.lex_state = 0, .external_lex_state = 171}, - [4889] = {.lex_state = 0, .external_lex_state = 171}, - [4890] = {.lex_state = 0, .external_lex_state = 203}, - [4891] = {.lex_state = 0, .external_lex_state = 174}, - [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 = 200}, - [4896] = {.lex_state = 0, .external_lex_state = 204}, - [4897] = {.lex_state = 0, .external_lex_state = 176}, - [4898] = {.lex_state = 0, .external_lex_state = 176}, - [4899] = {.lex_state = 0, .external_lex_state = 200}, - [4900] = {.lex_state = 0, .external_lex_state = 202}, - [4901] = {.lex_state = 0, .external_lex_state = 176}, - [4902] = {.lex_state = 0, .external_lex_state = 176}, - [4903] = {.lex_state = 0, .external_lex_state = 200}, - [4904] = {.lex_state = 0, .external_lex_state = 204}, + [4874] = {.lex_state = 0, .external_lex_state = 170}, + [4875] = {.lex_state = 0, .external_lex_state = 174}, + [4876] = {.lex_state = 0, .external_lex_state = 169}, + [4877] = {.lex_state = 0, .external_lex_state = 169}, + [4878] = {.lex_state = 0, .external_lex_state = 168}, + [4879] = {.lex_state = 0, .external_lex_state = 150}, + [4880] = {.lex_state = 0, .external_lex_state = 200}, + [4881] = {.lex_state = 0, .external_lex_state = 150}, + [4882] = {.lex_state = 0, .external_lex_state = 172}, + [4883] = {.lex_state = 0, .external_lex_state = 168}, + [4884] = {.lex_state = 0, .external_lex_state = 168}, + [4885] = {.lex_state = 0, .external_lex_state = 168}, + [4886] = {.lex_state = 0, .external_lex_state = 168}, + [4887] = {.lex_state = 0, .external_lex_state = 150}, + [4888] = {.lex_state = 0, .external_lex_state = 150}, + [4889] = {.lex_state = 2, .external_lex_state = 178}, + [4890] = {.lex_state = 0, .external_lex_state = 170}, + [4891] = {.lex_state = 0, .external_lex_state = 168}, + [4892] = {.lex_state = 0, .external_lex_state = 180}, + [4893] = {.lex_state = 0, .external_lex_state = 177}, + [4894] = {.lex_state = 0, .external_lex_state = 204}, + [4895] = {.lex_state = 0, .external_lex_state = 204}, + [4896] = {.lex_state = 0, .external_lex_state = 177}, + [4897] = {.lex_state = 0, .external_lex_state = 197}, + [4898] = {.lex_state = 0, .external_lex_state = 177}, + [4899] = {.lex_state = 0, .external_lex_state = 172}, + [4900] = {.lex_state = 0, .external_lex_state = 204}, + [4901] = {.lex_state = 0, .external_lex_state = 204}, + [4902] = {.lex_state = 0, .external_lex_state = 203}, + [4903] = {.lex_state = 0, .external_lex_state = 172}, + [4904] = {.lex_state = 0, .external_lex_state = 205}, [4905] = {.lex_state = 0, .external_lex_state = 175}, - [4906] = {.lex_state = 0, .external_lex_state = 205}, - [4907] = {.lex_state = 0, .external_lex_state = 176}, - [4908] = {.lex_state = 0, .external_lex_state = 176}, - [4909] = {.lex_state = 0, .external_lex_state = 169}, - [4910] = {.lex_state = 2, .external_lex_state = 152}, + [4906] = {.lex_state = 0, .external_lex_state = 177}, + [4907] = {.lex_state = 0, .external_lex_state = 197}, + [4908] = {.lex_state = 0, .external_lex_state = 206}, + [4909] = {.lex_state = 0, .external_lex_state = 172}, + [4910] = {.lex_state = 0, .external_lex_state = 177}, [4911] = {.lex_state = 0, .external_lex_state = 204}, - [4912] = {.lex_state = 0, .external_lex_state = 204}, - [4913] = {.lex_state = 0, .external_lex_state = 169}, - [4914] = {.lex_state = 0, .external_lex_state = 193}, - [4915] = {.lex_state = 0, .external_lex_state = 204}, - [4916] = {.lex_state = 0, .external_lex_state = 202}, - [4917] = {.lex_state = 0, .external_lex_state = 169}, - [4918] = {.lex_state = 0, .external_lex_state = 200}, - [4919] = {.lex_state = 0, .external_lex_state = 176}, - [4920] = {.lex_state = 0, .external_lex_state = 176}, - [4921] = {.lex_state = 0, .external_lex_state = 176}, - [4922] = {.lex_state = 0, .external_lex_state = 204}, - [4923] = {.lex_state = 0, .external_lex_state = 202}, + [4912] = {.lex_state = 0, .external_lex_state = 177}, + [4913] = {.lex_state = 0, .external_lex_state = 177}, + [4914] = {.lex_state = 0, .external_lex_state = 204}, + [4915] = {.lex_state = 0, .external_lex_state = 177}, + [4916] = {.lex_state = 0, .external_lex_state = 177}, + [4917] = {.lex_state = 0, .external_lex_state = 203}, + [4918] = {.lex_state = 0, .external_lex_state = 177}, + [4919] = {.lex_state = 0, .external_lex_state = 177}, + [4920] = {.lex_state = 0, .external_lex_state = 206}, + [4921] = {.lex_state = 0, .external_lex_state = 203}, + [4922] = {.lex_state = 0, .external_lex_state = 203}, + [4923] = {.lex_state = 0, .external_lex_state = 207}, [4924] = {.lex_state = 0, .external_lex_state = 204}, - [4925] = {.lex_state = 0, .external_lex_state = 204}, - [4926] = {.lex_state = 0, .external_lex_state = 176}, - [4927] = {.lex_state = 0, .external_lex_state = 176}, - [4928] = {.lex_state = 0, .external_lex_state = 169}, - [4929] = {.lex_state = 0, .external_lex_state = 176}, - [4930] = {.lex_state = 0, .external_lex_state = 176}, - [4931] = {.lex_state = 0, .external_lex_state = 206}, - [4932] = {.lex_state = 0, .external_lex_state = 176}, - [4933] = {.lex_state = 0, .external_lex_state = 176}, - [4934] = {.lex_state = 0, .external_lex_state = 204}, - [4935] = {.lex_state = 0, .external_lex_state = 207}, - [4936] = {.lex_state = 0, .external_lex_state = 176}, - [4937] = {.lex_state = 0, .external_lex_state = 176}, - [4938] = {.lex_state = 0, .external_lex_state = 205}, - [4939] = {.lex_state = 0, .external_lex_state = 204}, - [4940] = {.lex_state = 0, .external_lex_state = 176}, - [4941] = {.lex_state = 0, .external_lex_state = 205}, - [4942] = {.lex_state = 0, .external_lex_state = 176}, - [4943] = {.lex_state = 0, .external_lex_state = 169}, - [4944] = {.lex_state = 0, .external_lex_state = 200}, - [4945] = {.lex_state = 0, .external_lex_state = 176}, - [4946] = {.lex_state = 0, .external_lex_state = 176}, - [4947] = {.lex_state = 0, .external_lex_state = 176}, - [4948] = {.lex_state = 0, .external_lex_state = 204}, - [4949] = {.lex_state = 0, .external_lex_state = 176}, - [4950] = {.lex_state = 0, .external_lex_state = 176}, - [4951] = {.lex_state = 0, .external_lex_state = 179}, - [4952] = {.lex_state = 0, .external_lex_state = 176}, - [4953] = {.lex_state = 0, .external_lex_state = 200}, + [4925] = {.lex_state = 2, .external_lex_state = 153}, + [4926] = {.lex_state = 0, .external_lex_state = 204}, + [4927] = {.lex_state = 0, .external_lex_state = 203}, + [4928] = {.lex_state = 0, .external_lex_state = 177}, + [4929] = {.lex_state = 0, .external_lex_state = 203}, + [4930] = {.lex_state = 0, .external_lex_state = 177}, + [4931] = {.lex_state = 0, .external_lex_state = 177}, + [4932] = {.lex_state = 0, .external_lex_state = 204}, + [4933] = {.lex_state = 0, .external_lex_state = 172}, + [4934] = {.lex_state = 0, .external_lex_state = 177}, + [4935] = {.lex_state = 0, .external_lex_state = 177}, + [4936] = {.lex_state = 0, .external_lex_state = 172}, + [4937] = {.lex_state = 0, .external_lex_state = 177}, + [4938] = {.lex_state = 0, .external_lex_state = 177}, + [4939] = {.lex_state = 0, .external_lex_state = 196}, + [4940] = {.lex_state = 0, .external_lex_state = 177}, + [4941] = {.lex_state = 0, .external_lex_state = 172}, + [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 = 206}, + [4946] = {.lex_state = 0, .external_lex_state = 177}, + [4947] = {.lex_state = 0, .external_lex_state = 177}, + [4948] = {.lex_state = 0, .external_lex_state = 177}, + [4949] = {.lex_state = 0, .external_lex_state = 177}, + [4950] = {.lex_state = 0, .external_lex_state = 197}, + [4951] = {.lex_state = 0, .external_lex_state = 204}, + [4952] = {.lex_state = 0, .external_lex_state = 204}, + [4953] = {.lex_state = 0, .external_lex_state = 203}, [4954] = {.lex_state = 0, .external_lex_state = 204}, - [4955] = {.lex_state = 0, .external_lex_state = 176}, - [4956] = {.lex_state = 0, .external_lex_state = 200}, - [4957] = {.lex_state = 0, .external_lex_state = 169}, - [4958] = {.lex_state = 0, .external_lex_state = 186}, - [4959] = {.lex_state = 0, .external_lex_state = 208}, - [4960] = {.lex_state = 0, .external_lex_state = 207}, - [4961] = {.lex_state = 0, .external_lex_state = 209}, - [4962] = {.lex_state = 0, .external_lex_state = 201}, - [4963] = {.lex_state = 0, .external_lex_state = 179}, - [4964] = {.lex_state = 0, .external_lex_state = 207}, - [4965] = {.lex_state = 0, .external_lex_state = 179}, - [4966] = {.lex_state = 0, .external_lex_state = 210}, - [4967] = {.lex_state = 0, .external_lex_state = 179}, - [4968] = {.lex_state = 0, .external_lex_state = 211}, - [4969] = {.lex_state = 0, .external_lex_state = 209}, - [4970] = {.lex_state = 0, .external_lex_state = 209}, - [4971] = {.lex_state = 0, .external_lex_state = 207}, - [4972] = {.lex_state = 0, .external_lex_state = 179}, - [4973] = {.lex_state = 0, .external_lex_state = 186}, - [4974] = {.lex_state = 0, .external_lex_state = 212}, - [4975] = {.lex_state = 0, .external_lex_state = 179}, - [4976] = {.lex_state = 3, .external_lex_state = 175}, - [4977] = {.lex_state = 0, .external_lex_state = 179}, - [4978] = {.lex_state = 0, .external_lex_state = 207}, - [4979] = {.lex_state = 0, .external_lex_state = 179}, - [4980] = {.lex_state = 0, .external_lex_state = 208}, - [4981] = {.lex_state = 0, .external_lex_state = 179}, - [4982] = {.lex_state = 0, .external_lex_state = 201}, - [4983] = {.lex_state = 0, .external_lex_state = 179}, - [4984] = {.lex_state = 0, .external_lex_state = 179}, - [4985] = {.lex_state = 0, .external_lex_state = 201}, - [4986] = {.lex_state = 0, .external_lex_state = 175}, - [4987] = {.lex_state = 0, .external_lex_state = 195}, - [4988] = {.lex_state = 0, .external_lex_state = 179}, - [4989] = {.lex_state = 0, .external_lex_state = 179}, - [4990] = {.lex_state = 0, .external_lex_state = 213}, - [4991] = {.lex_state = 0, .external_lex_state = 209}, - [4992] = {.lex_state = 0, .external_lex_state = 179}, + [4955] = {.lex_state = 0, .external_lex_state = 177}, + [4956] = {.lex_state = 0, .external_lex_state = 177}, + [4957] = {.lex_state = 0, .external_lex_state = 177}, + [4958] = {.lex_state = 0, .external_lex_state = 180}, + [4959] = {.lex_state = 0, .external_lex_state = 201}, + [4960] = {.lex_state = 0, .external_lex_state = 194}, + [4961] = {.lex_state = 0, .external_lex_state = 208}, + [4962] = {.lex_state = 0, .external_lex_state = 209}, + [4963] = {.lex_state = 0, .external_lex_state = 209}, + [4964] = {.lex_state = 0, .external_lex_state = 210}, + [4965] = {.lex_state = 0, .external_lex_state = 207}, + [4966] = {.lex_state = 0, .external_lex_state = 180}, + [4967] = {.lex_state = 0, .external_lex_state = 180}, + [4968] = {.lex_state = 0, .external_lex_state = 180}, + [4969] = {.lex_state = 0, .external_lex_state = 180}, + [4970] = {.lex_state = 0, .external_lex_state = 211}, + [4971] = {.lex_state = 0, .external_lex_state = 212}, + [4972] = {.lex_state = 0, .external_lex_state = 188}, + [4973] = {.lex_state = 0, .external_lex_state = 184}, + [4974] = {.lex_state = 0, .external_lex_state = 207}, + [4975] = {.lex_state = 0, .external_lex_state = 207}, + [4976] = {.lex_state = 0, .external_lex_state = 213}, + [4977] = {.lex_state = 0, .external_lex_state = 180}, + [4978] = {.lex_state = 0, .external_lex_state = 180}, + [4979] = {.lex_state = 0, .external_lex_state = 184}, + [4980] = {.lex_state = 0, .external_lex_state = 199}, + [4981] = {.lex_state = 0, .external_lex_state = 199}, + [4982] = {.lex_state = 0, .external_lex_state = 194}, + [4983] = {.lex_state = 0, .external_lex_state = 211}, + [4984] = {.lex_state = 0, .external_lex_state = 180}, + [4985] = {.lex_state = 0, .external_lex_state = 180}, + [4986] = {.lex_state = 0, .external_lex_state = 180}, + [4987] = {.lex_state = 0, .external_lex_state = 207}, + [4988] = {.lex_state = 0, .external_lex_state = 207}, + [4989] = {.lex_state = 0, .external_lex_state = 214}, + [4990] = {.lex_state = 0, .external_lex_state = 210}, + [4991] = {.lex_state = 0, .external_lex_state = 175}, + [4992] = {.lex_state = 0, .external_lex_state = 215}, [4993] = {.lex_state = 0, .external_lex_state = 207}, - [4994] = {.lex_state = 0, .external_lex_state = 174}, - [4995] = {.lex_state = 0, .external_lex_state = 207}, - [4996] = {.lex_state = 0, .external_lex_state = 213}, - [4997] = {.lex_state = 0, .external_lex_state = 207}, - [4998] = {.lex_state = 0, .external_lex_state = 179}, - [4999] = {.lex_state = 0, .external_lex_state = 213}, - [5000] = {.lex_state = 0, .external_lex_state = 174}, - [5001] = {.lex_state = 0, .external_lex_state = 213}, - [5002] = {.lex_state = 0, .external_lex_state = 214}, - [5003] = {.lex_state = 0, .external_lex_state = 213}, - [5004] = {.lex_state = 0, .external_lex_state = 213}, - [5005] = {.lex_state = 0, .external_lex_state = 207}, - [5006] = {.lex_state = 0, .external_lex_state = 215}, - [5007] = {.lex_state = 0, .external_lex_state = 216}, - [5008] = {.lex_state = 0, .external_lex_state = 217}, - [5009] = {.lex_state = 0, .external_lex_state = 218}, - [5010] = {.lex_state = 0, .external_lex_state = 179}, - [5011] = {.lex_state = 0, .external_lex_state = 209}, - [5012] = {.lex_state = 0, .external_lex_state = 179}, - [5013] = {.lex_state = 0, .external_lex_state = 202}, - [5014] = {.lex_state = 0, .external_lex_state = 214}, - [5015] = {.lex_state = 0, .external_lex_state = 179}, - [5016] = {.lex_state = 0, .external_lex_state = 179}, - [5017] = {.lex_state = 0, .external_lex_state = 179}, - [5018] = {.lex_state = 0, .external_lex_state = 207}, - [5019] = {.lex_state = 0, .external_lex_state = 219}, - [5020] = {.lex_state = 0, .external_lex_state = 179}, - [5021] = {.lex_state = 0, .external_lex_state = 209}, - [5022] = {.lex_state = 0, .external_lex_state = 186}, - [5023] = {.lex_state = 0, .external_lex_state = 195}, - [5024] = {.lex_state = 0, .external_lex_state = 219}, - [5025] = {.lex_state = 0, .external_lex_state = 179}, - [5026] = {.lex_state = 0, .external_lex_state = 188}, - [5027] = {.lex_state = 0, .external_lex_state = 197}, - [5028] = {.lex_state = 0, .external_lex_state = 195}, - [5029] = {.lex_state = 0, .external_lex_state = 179}, - [5030] = {.lex_state = 0, .external_lex_state = 179}, - [5031] = {.lex_state = 0, .external_lex_state = 213}, - [5032] = {.lex_state = 0, .external_lex_state = 207}, - [5033] = {.lex_state = 0, .external_lex_state = 207}, - [5034] = {.lex_state = 0, .external_lex_state = 210}, - [5035] = {.lex_state = 0, .external_lex_state = 179}, - [5036] = {.lex_state = 0, .external_lex_state = 179}, - [5037] = {.lex_state = 0, .external_lex_state = 175}, - [5038] = {.lex_state = 0, .external_lex_state = 179}, - [5039] = {.lex_state = 0, .external_lex_state = 197}, - [5040] = {.lex_state = 0, .external_lex_state = 210}, - [5041] = {.lex_state = 0, .external_lex_state = 179}, - [5042] = {.lex_state = 0, .external_lex_state = 179}, - [5043] = {.lex_state = 0, .external_lex_state = 179}, - [5044] = {.lex_state = 0, .external_lex_state = 207}, - [5045] = {.lex_state = 0, .external_lex_state = 207}, + [4994] = {.lex_state = 0, .external_lex_state = 208}, + [4995] = {.lex_state = 0, .external_lex_state = 184}, + [4996] = {.lex_state = 0, .external_lex_state = 208}, + [4997] = {.lex_state = 0, .external_lex_state = 194}, + [4998] = {.lex_state = 0, .external_lex_state = 208}, + [4999] = {.lex_state = 0, .external_lex_state = 209}, + [5000] = {.lex_state = 0, .external_lex_state = 209}, + [5001] = {.lex_state = 0, .external_lex_state = 212}, + [5002] = {.lex_state = 3, .external_lex_state = 175}, + [5003] = {.lex_state = 0, .external_lex_state = 170}, + [5004] = {.lex_state = 0, .external_lex_state = 207}, + [5005] = {.lex_state = 0, .external_lex_state = 211}, + [5006] = {.lex_state = 0, .external_lex_state = 207}, + [5007] = {.lex_state = 0, .external_lex_state = 180}, + [5008] = {.lex_state = 0, .external_lex_state = 175}, + [5009] = {.lex_state = 0, .external_lex_state = 216}, + [5010] = {.lex_state = 0, .external_lex_state = 180}, + [5011] = {.lex_state = 0, .external_lex_state = 201}, + [5012] = {.lex_state = 0, .external_lex_state = 180}, + [5013] = {.lex_state = 0, .external_lex_state = 180}, + [5014] = {.lex_state = 0, .external_lex_state = 180}, + [5015] = {.lex_state = 0, .external_lex_state = 180}, + [5016] = {.lex_state = 0, .external_lex_state = 217}, + [5017] = {.lex_state = 0, .external_lex_state = 180}, + [5018] = {.lex_state = 0, .external_lex_state = 180}, + [5019] = {.lex_state = 0, .external_lex_state = 211}, + [5020] = {.lex_state = 0, .external_lex_state = 180}, + [5021] = {.lex_state = 0, .external_lex_state = 207}, + [5022] = {.lex_state = 0, .external_lex_state = 211}, + [5023] = {.lex_state = 0, .external_lex_state = 180}, + [5024] = {.lex_state = 0, .external_lex_state = 180}, + [5025] = {.lex_state = 0, .external_lex_state = 207}, + [5026] = {.lex_state = 0, .external_lex_state = 207}, + [5027] = {.lex_state = 0, .external_lex_state = 209}, + [5028] = {.lex_state = 0, .external_lex_state = 199}, + [5029] = {.lex_state = 0, .external_lex_state = 170}, + [5030] = {.lex_state = 0, .external_lex_state = 207}, + [5031] = {.lex_state = 0, .external_lex_state = 218}, + [5032] = {.lex_state = 0, .external_lex_state = 201}, + [5033] = {.lex_state = 0, .external_lex_state = 219}, + [5034] = {.lex_state = 0, .external_lex_state = 211}, + [5035] = {.lex_state = 0, .external_lex_state = 170}, + [5036] = {.lex_state = 0, .external_lex_state = 180}, + [5037] = {.lex_state = 0, .external_lex_state = 219}, + [5038] = {.lex_state = 0, .external_lex_state = 207}, + [5039] = {.lex_state = 0, .external_lex_state = 207}, + [5040] = {.lex_state = 0, .external_lex_state = 209}, + [5041] = {.lex_state = 0, .external_lex_state = 180}, + [5042] = {.lex_state = 0, .external_lex_state = 197}, + [5043] = {.lex_state = 0, .external_lex_state = 180}, + [5044] = {.lex_state = 0, .external_lex_state = 180}, + [5045] = {.lex_state = 0, .external_lex_state = 180}, [5046] = {.lex_state = 0, .external_lex_state = 207}, - [5047] = {.lex_state = 0, .external_lex_state = 207}, - [5048] = {.lex_state = 0, .external_lex_state = 197}, - [5049] = {.lex_state = 0, .external_lex_state = 174}, - [5050] = {.lex_state = 0, .external_lex_state = 210}, - [5051] = {.lex_state = 0, .external_lex_state = 175}, + [5047] = {.lex_state = 0, .external_lex_state = 180}, + [5048] = {.lex_state = 0, .external_lex_state = 180}, + [5049] = {.lex_state = 0, .external_lex_state = 180}, + [5050] = {.lex_state = 0, .external_lex_state = 211}, + [5051] = {.lex_state = 0, .external_lex_state = 220}, [5052] = {.lex_state = 0, .external_lex_state = 175}, [5053] = {.lex_state = 0, .external_lex_state = 175}, [5054] = {.lex_state = 0, .external_lex_state = 175}, [5055] = {.lex_state = 0, .external_lex_state = 175}, - [5056] = {.lex_state = 0, .external_lex_state = 220}, - [5057] = {.lex_state = 0, .external_lex_state = 175}, - [5058] = {.lex_state = 0, .external_lex_state = 171}, + [5056] = {.lex_state = 0, .external_lex_state = 175}, + [5057] = {.lex_state = 0, .external_lex_state = 171}, + [5058] = {.lex_state = 0, .external_lex_state = 221}, [5059] = {.lex_state = 0, .external_lex_state = 175}, [5060] = {.lex_state = 0, .external_lex_state = 175}, - [5061] = {.lex_state = 0, .external_lex_state = 221}, + [5061] = {.lex_state = 0, .external_lex_state = 222}, [5062] = {.lex_state = 0, .external_lex_state = 175}, [5063] = {.lex_state = 0, .external_lex_state = 175}, [5064] = {.lex_state = 0, .external_lex_state = 175}, - [5065] = {.lex_state = 0, .external_lex_state = 222}, - [5066] = {.lex_state = 0, .external_lex_state = 210}, - [5067] = {.lex_state = 0, .external_lex_state = 186}, + [5065] = {.lex_state = 0, .external_lex_state = 223}, + [5066] = {.lex_state = 0, .external_lex_state = 171}, + [5067] = {.lex_state = 0, .external_lex_state = 175}, [5068] = {.lex_state = 0, .external_lex_state = 175}, - [5069] = {.lex_state = 0, .external_lex_state = 175}, + [5069] = {.lex_state = 0, .external_lex_state = 223}, [5070] = {.lex_state = 0, .external_lex_state = 175}, [5071] = {.lex_state = 0, .external_lex_state = 175}, [5072] = {.lex_state = 0, .external_lex_state = 175}, [5073] = {.lex_state = 0, .external_lex_state = 175}, - [5074] = {.lex_state = 0, .external_lex_state = 175}, + [5074] = {.lex_state = 0, .external_lex_state = 224}, [5075] = {.lex_state = 0, .external_lex_state = 175}, [5076] = {.lex_state = 0, .external_lex_state = 175}, - [5077] = {.lex_state = 0, .external_lex_state = 175}, + [5077] = {.lex_state = 0, .external_lex_state = 225}, [5078] = {.lex_state = 0, .external_lex_state = 175}, [5079] = {.lex_state = 0, .external_lex_state = 175}, - [5080] = {.lex_state = 0, .external_lex_state = 175}, - [5081] = {.lex_state = 0, .external_lex_state = 223}, - [5082] = {.lex_state = 0, .external_lex_state = 171}, + [5080] = {.lex_state = 0, .external_lex_state = 223}, + [5081] = {.lex_state = 0, .external_lex_state = 170}, + [5082] = {.lex_state = 0, .external_lex_state = 175}, [5083] = {.lex_state = 0, .external_lex_state = 175}, - [5084] = {.lex_state = 0, .external_lex_state = 175}, - [5085] = {.lex_state = 0, .external_lex_state = 224}, - [5086] = {.lex_state = 0, .external_lex_state = 225}, + [5084] = {.lex_state = 0, .external_lex_state = 226}, + [5085] = {.lex_state = 0, .external_lex_state = 175}, + [5086] = {.lex_state = 0, .external_lex_state = 175}, [5087] = {.lex_state = 0, .external_lex_state = 175}, - [5088] = {.lex_state = 0, .external_lex_state = 184}, - [5089] = {.lex_state = 0, .external_lex_state = 175}, - [5090] = {.lex_state = 0, .external_lex_state = 223}, - [5091] = {.lex_state = 0, .external_lex_state = 220}, - [5092] = {.lex_state = 0, .external_lex_state = 220}, + [5088] = {.lex_state = 0, .external_lex_state = 175}, + [5089] = {.lex_state = 0, .external_lex_state = 187}, + [5090] = {.lex_state = 0, .external_lex_state = 227}, + [5091] = {.lex_state = 0, .external_lex_state = 175}, + [5092] = {.lex_state = 0, .external_lex_state = 175}, [5093] = {.lex_state = 0, .external_lex_state = 175}, - [5094] = {.lex_state = 0, .external_lex_state = 226}, + [5094] = {.lex_state = 0, .external_lex_state = 175}, [5095] = {.lex_state = 0, .external_lex_state = 175}, - [5096] = {.lex_state = 0, .external_lex_state = 175}, + [5096] = {.lex_state = 0, .external_lex_state = 228}, [5097] = {.lex_state = 0, .external_lex_state = 175}, [5098] = {.lex_state = 0, .external_lex_state = 175}, - [5099] = {.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 = 221}, + [5102] = {.lex_state = 0, .external_lex_state = 175}, [5103] = {.lex_state = 0, .external_lex_state = 175}, [5104] = {.lex_state = 0, .external_lex_state = 175}, - [5105] = {.lex_state = 0, .external_lex_state = 175}, - [5106] = {.lex_state = 0, .external_lex_state = 221}, + [5105] = {.lex_state = 0, .external_lex_state = 224}, + [5106] = {.lex_state = 0, .external_lex_state = 175}, [5107] = {.lex_state = 0, .external_lex_state = 175}, [5108] = {.lex_state = 0, .external_lex_state = 175}, - [5109] = {.lex_state = 0, .external_lex_state = 226}, + [5109] = {.lex_state = 0, .external_lex_state = 175}, [5110] = {.lex_state = 0, .external_lex_state = 175}, - [5111] = {.lex_state = 0, .external_lex_state = 220}, - [5112] = {.lex_state = 0, .external_lex_state = 227}, - [5113] = {.lex_state = 0, .external_lex_state = 175}, + [5111] = {.lex_state = 0, .external_lex_state = 221}, + [5112] = {.lex_state = 0, .external_lex_state = 175}, + [5113] = {.lex_state = 0, .external_lex_state = 224}, [5114] = {.lex_state = 0, .external_lex_state = 175}, - [5115] = {.lex_state = 0, .external_lex_state = 221}, - [5116] = {.lex_state = 0, .external_lex_state = 226}, + [5115] = {.lex_state = 0, .external_lex_state = 228}, + [5116] = {.lex_state = 0, .external_lex_state = 175}, [5117] = {.lex_state = 0, .external_lex_state = 175}, - [5118] = {.lex_state = 0, .external_lex_state = 175}, + [5118] = {.lex_state = 0, .external_lex_state = 228}, [5119] = {.lex_state = 0, .external_lex_state = 175}, [5120] = {.lex_state = 0, .external_lex_state = 223}, - [5121] = {.lex_state = 0, .external_lex_state = 174}, - [5122] = {.lex_state = 0, .external_lex_state = 223}, - [5123] = {.lex_state = 0, .external_lex_state = 228}, + [5121] = {.lex_state = 0, .external_lex_state = 175}, + [5122] = {.lex_state = 0, .external_lex_state = 175}, + [5123] = {.lex_state = 0, .external_lex_state = 224}, [5124] = {.lex_state = 0, .external_lex_state = 175}, - [5125] = {.lex_state = 0, .external_lex_state = 175}, + [5125] = {.lex_state = 0, .external_lex_state = 170}, [5126] = {.lex_state = 0, .external_lex_state = 175}, [5127] = {.lex_state = 0, .external_lex_state = 175}, [5128] = {.lex_state = 0, .external_lex_state = 175}, - [5129] = {.lex_state = 0, .external_lex_state = 220}, + [5129] = {.lex_state = 0, .external_lex_state = 221}, [5130] = {.lex_state = 0, .external_lex_state = 175}, [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 = 221}, + [5133] = {.lex_state = 0, .external_lex_state = 228}, + [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 = 174}, - [5138] = {.lex_state = 0, .external_lex_state = 226}, - [5139] = {.lex_state = 0, .external_lex_state = 175}, - [5140] = {.lex_state = 0, .external_lex_state = 229}, + [5136] = {.lex_state = 0, .external_lex_state = 184}, + [5137] = {.lex_state = 0, .external_lex_state = 229}, + [5138] = {.lex_state = 0, .external_lex_state = 175}, + [5139] = {.lex_state = 0, .external_lex_state = 226}, + [5140] = {.lex_state = 0, .external_lex_state = 221}, [5141] = {.lex_state = 0, .external_lex_state = 175}, - [5142] = {.lex_state = 0, .external_lex_state = 175}, + [5142] = {.lex_state = 0, .external_lex_state = 208}, [5143] = {.lex_state = 0, .external_lex_state = 175}, [5144] = {.lex_state = 0, .external_lex_state = 175}, [5145] = {.lex_state = 0, .external_lex_state = 224}, [5146] = {.lex_state = 0, .external_lex_state = 175}, - [5147] = {.lex_state = 0, .external_lex_state = 220}, - [5148] = {.lex_state = 0, .external_lex_state = 175}, - [5149] = {.lex_state = 0, .external_lex_state = 230}, - [5150] = {.lex_state = 0, .external_lex_state = 230}, - [5151] = {.lex_state = 0, .external_lex_state = 231}, - [5152] = {.lex_state = 0, .external_lex_state = 186}, - [5153] = {.lex_state = 0, .external_lex_state = 223}, - [5154] = {.lex_state = 0, .external_lex_state = 175}, - [5155] = {.lex_state = 0, .external_lex_state = 171}, - [5156] = {.lex_state = 0, .external_lex_state = 175}, + [5147] = {.lex_state = 0, .external_lex_state = 223}, + [5148] = {.lex_state = 0, .external_lex_state = 230}, + [5149] = {.lex_state = 0, .external_lex_state = 175}, + [5150] = {.lex_state = 0, .external_lex_state = 175}, + [5151] = {.lex_state = 0, .external_lex_state = 175}, + [5152] = {.lex_state = 0, .external_lex_state = 231}, + [5153] = {.lex_state = 0, .external_lex_state = 175}, + [5154] = {.lex_state = 0, .external_lex_state = 146}, + [5155] = {.lex_state = 0, .external_lex_state = 230}, + [5156] = {.lex_state = 0, .external_lex_state = 194}, [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 = 231}, - [5161] = {.lex_state = 0, .external_lex_state = 230}, - [5162] = {.lex_state = 0, .external_lex_state = 175}, - [5163] = {.lex_state = 0, .external_lex_state = 230}, - [5164] = {.lex_state = 0, .external_lex_state = 231}, - [5165] = {.lex_state = 0, .external_lex_state = 230}, - [5166] = {.lex_state = 0, .external_lex_state = 231}, - [5167] = {.lex_state = 0, .external_lex_state = 231}, - [5168] = {.lex_state = 0, .external_lex_state = 231}, - [5169] = {.lex_state = 0, .external_lex_state = 231}, - [5170] = {.lex_state = 0, .external_lex_state = 193}, - [5171] = {.lex_state = 0, .external_lex_state = 232}, - [5172] = {.lex_state = 0, .external_lex_state = 231}, - [5173] = {.lex_state = 0, .external_lex_state = 233}, - [5174] = {.lex_state = 0, .external_lex_state = 175}, - [5175] = {.lex_state = 0, .external_lex_state = 232}, - [5176] = {.lex_state = 0, .external_lex_state = 234}, - [5177] = {.lex_state = 0, .external_lex_state = 230}, - [5178] = {.lex_state = 0, .external_lex_state = 223}, - [5179] = {.lex_state = 0, .external_lex_state = 175}, - [5180] = {.lex_state = 0, .external_lex_state = 175}, - [5181] = {.lex_state = 0, .external_lex_state = 235}, - [5182] = {.lex_state = 0, .external_lex_state = 186}, - [5183] = {.lex_state = 0, .external_lex_state = 231}, - [5184] = {.lex_state = 0, .external_lex_state = 231}, - [5185] = {.lex_state = 0, .external_lex_state = 231}, - [5186] = {.lex_state = 0, .external_lex_state = 186}, - [5187] = {.lex_state = 0, .external_lex_state = 230}, - [5188] = {.lex_state = 0, .external_lex_state = 235}, - [5189] = {.lex_state = 0, .external_lex_state = 175}, - [5190] = {.lex_state = 0, .external_lex_state = 230}, + [5158] = {.lex_state = 0, .external_lex_state = 184}, + [5159] = {.lex_state = 0, .external_lex_state = 232}, + [5160] = {.lex_state = 0, .external_lex_state = 233}, + [5161] = {.lex_state = 0, .external_lex_state = 232}, + [5162] = {.lex_state = 0, .external_lex_state = 232}, + [5163] = {.lex_state = 0, .external_lex_state = 146}, + [5164] = {.lex_state = 0, .external_lex_state = 221}, + [5165] = {.lex_state = 0, .external_lex_state = 221}, + [5166] = {.lex_state = 0, .external_lex_state = 230}, + [5167] = {.lex_state = 0, .external_lex_state = 232}, + [5168] = {.lex_state = 0, .external_lex_state = 196}, + [5169] = {.lex_state = 0, .external_lex_state = 194}, + [5170] = {.lex_state = 0, .external_lex_state = 220}, + [5171] = {.lex_state = 0, .external_lex_state = 175}, + [5172] = {.lex_state = 0, .external_lex_state = 233}, + [5173] = {.lex_state = 0, .external_lex_state = 175}, + [5174] = {.lex_state = 0, .external_lex_state = 230}, + [5175] = {.lex_state = 0, .external_lex_state = 230}, + [5176] = {.lex_state = 0, .external_lex_state = 232}, + [5177] = {.lex_state = 0, .external_lex_state = 184}, + [5178] = {.lex_state = 0, .external_lex_state = 233}, + [5179] = {.lex_state = 0, .external_lex_state = 234}, + [5180] = {.lex_state = 0, .external_lex_state = 232}, + [5181] = {.lex_state = 0, .external_lex_state = 221}, + [5182] = {.lex_state = 0, .external_lex_state = 175}, + [5183] = {.lex_state = 0, .external_lex_state = 171}, + [5184] = {.lex_state = 0, .external_lex_state = 196}, + [5185] = {.lex_state = 0, .external_lex_state = 230}, + [5186] = {.lex_state = 0, .external_lex_state = 175}, + [5187] = {.lex_state = 0, .external_lex_state = 175}, + [5188] = {.lex_state = 0, .external_lex_state = 175}, + [5189] = {.lex_state = 0, .external_lex_state = 230}, + [5190] = {.lex_state = 0, .external_lex_state = 235}, [5191] = {.lex_state = 0, .external_lex_state = 175}, - [5192] = {.lex_state = 0, .external_lex_state = 236}, - [5193] = {.lex_state = 0, .external_lex_state = 231}, - [5194] = {.lex_state = 0, .external_lex_state = 175}, - [5195] = {.lex_state = 0, .external_lex_state = 175}, - [5196] = {.lex_state = 0, .external_lex_state = 230}, - [5197] = {.lex_state = 0, .external_lex_state = 175}, + [5192] = {.lex_state = 0, .external_lex_state = 230}, + [5193] = {.lex_state = 0, .external_lex_state = 175}, + [5194] = {.lex_state = 0, .external_lex_state = 184}, + [5195] = {.lex_state = 0, .external_lex_state = 230}, + [5196] = {.lex_state = 0, .external_lex_state = 175}, + [5197] = {.lex_state = 0, .external_lex_state = 232}, [5198] = {.lex_state = 0, .external_lex_state = 175}, - [5199] = {.lex_state = 0, .external_lex_state = 231}, - [5200] = {.lex_state = 0, .external_lex_state = 171}, + [5199] = {.lex_state = 0, .external_lex_state = 196}, + [5200] = {.lex_state = 0, .external_lex_state = 230}, [5201] = {.lex_state = 0, .external_lex_state = 230}, - [5202] = {.lex_state = 0, .external_lex_state = 231}, + [5202] = {.lex_state = 0, .external_lex_state = 175}, [5203] = {.lex_state = 0, .external_lex_state = 230}, - [5204] = {.lex_state = 0, .external_lex_state = 237}, - [5205] = {.lex_state = 0, .external_lex_state = 230}, - [5206] = {.lex_state = 0, .external_lex_state = 231}, - [5207] = {.lex_state = 0, .external_lex_state = 223}, - [5208] = {.lex_state = 0, .external_lex_state = 231}, - [5209] = {.lex_state = 0, .external_lex_state = 231}, - [5210] = {.lex_state = 0, .external_lex_state = 230}, - [5211] = {.lex_state = 0, .external_lex_state = 175}, - [5212] = {.lex_state = 0, .external_lex_state = 223}, - [5213] = {.lex_state = 0, .external_lex_state = 230}, - [5214] = {.lex_state = 0, .external_lex_state = 230}, - [5215] = {.lex_state = 0, .external_lex_state = 175}, - [5216] = {.lex_state = 0, .external_lex_state = 223}, - [5217] = {.lex_state = 0, .external_lex_state = 186}, - [5218] = {.lex_state = 0, .external_lex_state = 238}, - [5219] = {.lex_state = 0, .external_lex_state = 147}, - [5220] = {.lex_state = 0, .external_lex_state = 231}, - [5221] = {.lex_state = 0, .external_lex_state = 228}, + [5204] = {.lex_state = 0, .external_lex_state = 196}, + [5205] = {.lex_state = 0, .external_lex_state = 233}, + [5206] = {.lex_state = 0, .external_lex_state = 230}, + [5207] = {.lex_state = 0, .external_lex_state = 236}, + [5208] = {.lex_state = 0, .external_lex_state = 230}, + [5209] = {.lex_state = 0, .external_lex_state = 171}, + [5210] = {.lex_state = 0, .external_lex_state = 221}, + [5211] = {.lex_state = 0, .external_lex_state = 230}, + [5212] = {.lex_state = 0, .external_lex_state = 230}, + [5213] = {.lex_state = 0, .external_lex_state = 211}, + [5214] = {.lex_state = 0, .external_lex_state = 175}, + [5215] = {.lex_state = 0, .external_lex_state = 232}, + [5216] = {.lex_state = 0, .external_lex_state = 175}, + [5217] = {.lex_state = 0, .external_lex_state = 232}, + [5218] = {.lex_state = 0, .external_lex_state = 230}, + [5219] = {.lex_state = 0, .external_lex_state = 175}, + [5220] = {.lex_state = 0, .external_lex_state = 175}, + [5221] = {.lex_state = 0, .external_lex_state = 175}, [5222] = {.lex_state = 0, .external_lex_state = 175}, - [5223] = {.lex_state = 0, .external_lex_state = 230}, - [5224] = {.lex_state = 0, .external_lex_state = 230}, - [5225] = {.lex_state = 0, .external_lex_state = 193}, - [5226] = {.lex_state = 0, .external_lex_state = 223}, - [5227] = {.lex_state = 0, .external_lex_state = 230}, - [5228] = {.lex_state = 0, .external_lex_state = 186}, - [5229] = {.lex_state = 0, .external_lex_state = 236}, - [5230] = {.lex_state = 0, .external_lex_state = 193}, - [5231] = {.lex_state = 0, .external_lex_state = 232}, - [5232] = {.lex_state = 0, .external_lex_state = 230}, - [5233] = {.lex_state = 0, .external_lex_state = 195}, - [5234] = {.lex_state = 0, .external_lex_state = 239}, - [5235] = {.lex_state = 0, .external_lex_state = 239}, - [5236] = {.lex_state = 0, .external_lex_state = 235}, - [5237] = {.lex_state = 0, .external_lex_state = 228}, - [5238] = {.lex_state = 0, .external_lex_state = 222}, - [5239] = {.lex_state = 0, .external_lex_state = 175}, - [5240] = {.lex_state = 0, .external_lex_state = 231}, - [5241] = {.lex_state = 0, .external_lex_state = 230}, + [5223] = {.lex_state = 0, .external_lex_state = 232}, + [5224] = {.lex_state = 0, .external_lex_state = 184}, + [5225] = {.lex_state = 0, .external_lex_state = 230}, + [5226] = {.lex_state = 0, .external_lex_state = 222}, + [5227] = {.lex_state = 0, .external_lex_state = 175}, + [5228] = {.lex_state = 0, .external_lex_state = 230}, + [5229] = {.lex_state = 0, .external_lex_state = 230}, + [5230] = {.lex_state = 0, .external_lex_state = 230}, + [5231] = {.lex_state = 0, .external_lex_state = 222}, + [5232] = {.lex_state = 0, .external_lex_state = 175}, + [5233] = {.lex_state = 0, .external_lex_state = 230}, + [5234] = {.lex_state = 0, .external_lex_state = 184}, + [5235] = {.lex_state = 0, .external_lex_state = 175}, + [5236] = {.lex_state = 0, .external_lex_state = 230}, + [5237] = {.lex_state = 0, .external_lex_state = 230}, + [5238] = {.lex_state = 0, .external_lex_state = 234}, + [5239] = {.lex_state = 0, .external_lex_state = 236}, + [5240] = {.lex_state = 0, .external_lex_state = 175}, + [5241] = {.lex_state = 0, .external_lex_state = 175}, [5242] = {.lex_state = 0, .external_lex_state = 175}, - [5243] = {.lex_state = 0, .external_lex_state = 195}, - [5244] = {.lex_state = 0, .external_lex_state = 175}, - [5245] = {.lex_state = 0, .external_lex_state = 175}, - [5246] = {.lex_state = 0, .external_lex_state = 147}, - [5247] = {.lex_state = 0, .external_lex_state = 232}, + [5243] = {.lex_state = 0, .external_lex_state = 232}, + [5244] = {.lex_state = 0, .external_lex_state = 230}, + [5245] = {.lex_state = 0, .external_lex_state = 230}, + [5246] = {.lex_state = 0, .external_lex_state = 234}, + [5247] = {.lex_state = 0, .external_lex_state = 175}, [5248] = {.lex_state = 0, .external_lex_state = 175}, - [5249] = {.lex_state = 0, .external_lex_state = 186}, + [5249] = {.lex_state = 0, .external_lex_state = 211}, [5250] = {.lex_state = 0, .external_lex_state = 230}, - [5251] = {.lex_state = 0, .external_lex_state = 175}, - [5252] = {.lex_state = 0, .external_lex_state = 231}, - [5253] = {.lex_state = 0, .external_lex_state = 231}, - [5254] = {.lex_state = 0, .external_lex_state = 232}, - [5255] = {.lex_state = 0, .external_lex_state = 230}, - [5256] = {.lex_state = 0, .external_lex_state = 174}, - [5257] = {.lex_state = 0, .external_lex_state = 223}, + [5251] = {.lex_state = 0, .external_lex_state = 221}, + [5252] = {.lex_state = 0, .external_lex_state = 175}, + [5253] = {.lex_state = 0, .external_lex_state = 175}, + [5254] = {.lex_state = 0, .external_lex_state = 196}, + [5255] = {.lex_state = 0, .external_lex_state = 232}, + [5256] = {.lex_state = 0, .external_lex_state = 230}, + [5257] = {.lex_state = 0, .external_lex_state = 175}, [5258] = {.lex_state = 0, .external_lex_state = 230}, - [5259] = {.lex_state = 0, .external_lex_state = 230}, - [5260] = {.lex_state = 0, .external_lex_state = 231}, + [5259] = {.lex_state = 0, .external_lex_state = 232}, + [5260] = {.lex_state = 0, .external_lex_state = 234}, [5261] = {.lex_state = 0, .external_lex_state = 230}, - [5262] = {.lex_state = 0, .external_lex_state = 193}, + [5262] = {.lex_state = 0, .external_lex_state = 232}, [5263] = {.lex_state = 0, .external_lex_state = 175}, - [5264] = {.lex_state = 0, .external_lex_state = 230}, - [5265] = {.lex_state = 0, .external_lex_state = 230}, - [5266] = {.lex_state = 0, .external_lex_state = 213}, - [5267] = {.lex_state = 0, .external_lex_state = 213}, - [5268] = {.lex_state = 0, .external_lex_state = 175}, + [5264] = {.lex_state = 0, .external_lex_state = 175}, + [5265] = {.lex_state = 0, .external_lex_state = 175}, + [5266] = {.lex_state = 0, .external_lex_state = 230}, + [5267] = {.lex_state = 0, .external_lex_state = 230}, + [5268] = {.lex_state = 0, .external_lex_state = 234}, [5269] = {.lex_state = 0, .external_lex_state = 230}, - [5270] = {.lex_state = 0, .external_lex_state = 231}, - [5271] = {.lex_state = 0, .external_lex_state = 228}, - [5272] = {.lex_state = 0, .external_lex_state = 175}, - [5273] = {.lex_state = 0, .external_lex_state = 230}, - [5274] = {.lex_state = 0, .external_lex_state = 230}, - [5275] = {.lex_state = 0, .external_lex_state = 231}, - [5276] = {.lex_state = 0, .external_lex_state = 175}, - [5277] = {.lex_state = 0, .external_lex_state = 230}, - [5278] = {.lex_state = 0, .external_lex_state = 175}, + [5270] = {.lex_state = 0, .external_lex_state = 170}, + [5271] = {.lex_state = 0, .external_lex_state = 230}, + [5272] = {.lex_state = 0, .external_lex_state = 232}, + [5273] = {.lex_state = 0, .external_lex_state = 175}, + [5274] = {.lex_state = 0, .external_lex_state = 175}, + [5275] = {.lex_state = 0, .external_lex_state = 234}, + [5276] = {.lex_state = 0, .external_lex_state = 230}, + [5277] = {.lex_state = 0, .external_lex_state = 232}, + [5278] = {.lex_state = 0, .external_lex_state = 232}, [5279] = {.lex_state = 0, .external_lex_state = 175}, - [5280] = {.lex_state = 0, .external_lex_state = 175}, - [5281] = {.lex_state = 0, .external_lex_state = 230}, - [5282] = {.lex_state = 0, .external_lex_state = 232}, - [5283] = {.lex_state = 0, .external_lex_state = 230}, - [5284] = {.lex_state = 0, .external_lex_state = 230}, - [5285] = {.lex_state = 0, .external_lex_state = 230}, - [5286] = {.lex_state = 0, .external_lex_state = 175}, - [5287] = {.lex_state = 0, .external_lex_state = 193}, - [5288] = {.lex_state = 0, .external_lex_state = 239}, - [5289] = {.lex_state = 0, .external_lex_state = 230}, - [5290] = {.lex_state = 0, .external_lex_state = 231}, - [5291] = {.lex_state = 0, .external_lex_state = 231}, - [5292] = {.lex_state = 0, .external_lex_state = 232}, + [5280] = {.lex_state = 0, .external_lex_state = 230}, + [5281] = {.lex_state = 0, .external_lex_state = 237}, + [5282] = {.lex_state = 0, .external_lex_state = 230}, + [5283] = {.lex_state = 0, .external_lex_state = 221}, + [5284] = {.lex_state = 0, .external_lex_state = 232}, + [5285] = {.lex_state = 0, .external_lex_state = 175}, + [5286] = {.lex_state = 0, .external_lex_state = 232}, + [5287] = {.lex_state = 0, .external_lex_state = 232}, + [5288] = {.lex_state = 0, .external_lex_state = 230}, + [5289] = {.lex_state = 0, .external_lex_state = 184}, + [5290] = {.lex_state = 0, .external_lex_state = 232}, + [5291] = {.lex_state = 0, .external_lex_state = 175}, + [5292] = {.lex_state = 0, .external_lex_state = 175}, [5293] = {.lex_state = 0, .external_lex_state = 230}, - [5294] = {.lex_state = 0, .external_lex_state = 175}, - [5295] = {.lex_state = 0, .external_lex_state = 230}, - [5296] = {.lex_state = 0, .external_lex_state = 230}, - [5297] = {.lex_state = 0, .external_lex_state = 230}, - [5298] = {.lex_state = 0, .external_lex_state = 193}, - [5299] = {.lex_state = 0, .external_lex_state = 175}, - [5300] = {.lex_state = 0, .external_lex_state = 231}, - [5301] = {.lex_state = 0, .external_lex_state = 230}, - [5302] = {.lex_state = 0, .external_lex_state = 175}, + [5294] = {.lex_state = 0, .external_lex_state = 230}, + [5295] = {.lex_state = 0, .external_lex_state = 232}, + [5296] = {.lex_state = 0, .external_lex_state = 234}, + [5297] = {.lex_state = 0, .external_lex_state = 175}, + [5298] = {.lex_state = 0, .external_lex_state = 232}, + [5299] = {.lex_state = 0, .external_lex_state = 230}, + [5300] = {.lex_state = 0, .external_lex_state = 230}, + [5301] = {.lex_state = 0, .external_lex_state = 196}, + [5302] = {.lex_state = 0, .external_lex_state = 232}, [5303] = {.lex_state = 0, .external_lex_state = 232}, - [5304] = {.lex_state = 0, .external_lex_state = 230}, + [5304] = {.lex_state = 0, .external_lex_state = 236}, [5305] = {.lex_state = 0, .external_lex_state = 230}, - [5306] = {.lex_state = 0, .external_lex_state = 231}, - [5307] = {.lex_state = 0, .external_lex_state = 235}, - [5308] = {.lex_state = 0, .external_lex_state = 230}, - [5309] = {.lex_state = 0, .external_lex_state = 232}, + [5306] = {.lex_state = 0, .external_lex_state = 232}, + [5307] = {.lex_state = 0, .external_lex_state = 230}, + [5308] = {.lex_state = 0, .external_lex_state = 222}, + [5309] = {.lex_state = 0, .external_lex_state = 196}, [5310] = {.lex_state = 0, .external_lex_state = 230}, - [5311] = {.lex_state = 0, .external_lex_state = 231}, - [5312] = {.lex_state = 0, .external_lex_state = 230}, - [5313] = {.lex_state = 0, .external_lex_state = 230}, - [5314] = {.lex_state = 0, .external_lex_state = 175}, - [5315] = {.lex_state = 0, .external_lex_state = 230}, - [5316] = {.lex_state = 0, .external_lex_state = 230}, - [5317] = {.lex_state = 0, .external_lex_state = 175}, + [5311] = {.lex_state = 0, .external_lex_state = 175}, + [5312] = {.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 = 238}, + [5316] = {.lex_state = 0, .external_lex_state = 239}, + [5317] = {.lex_state = 0, .external_lex_state = 232}, [5318] = {.lex_state = 0, .external_lex_state = 230}, - [5319] = {.lex_state = 0, .external_lex_state = 193}, - [5320] = {.lex_state = 0, .external_lex_state = 175}, - [5321] = {.lex_state = 0, .external_lex_state = 175}, - [5322] = {.lex_state = 0, .external_lex_state = 175}, - [5323] = {.lex_state = 0, .external_lex_state = 193}, + [5319] = {.lex_state = 0, .external_lex_state = 230}, + [5320] = {.lex_state = 0, .external_lex_state = 232}, + [5321] = {.lex_state = 0, .external_lex_state = 196}, + [5322] = {.lex_state = 0, .external_lex_state = 221}, + [5323] = {.lex_state = 0, .external_lex_state = 234}, [5324] = {.lex_state = 0, .external_lex_state = 175}, - [5325] = {.lex_state = 0, .external_lex_state = 175}, - [5326] = {.lex_state = 0, .external_lex_state = 175}, - [5327] = {.lex_state = 0, .external_lex_state = 175}, - [5328] = {.lex_state = 0, .external_lex_state = 175}, + [5325] = {.lex_state = 0, .external_lex_state = 230}, + [5326] = {.lex_state = 0, .external_lex_state = 234}, + [5327] = {.lex_state = 0, .external_lex_state = 238}, + [5328] = {.lex_state = 0, .external_lex_state = 230}, [5329] = {.lex_state = 0, .external_lex_state = 175}, [5330] = {.lex_state = 0, .external_lex_state = 230}, - [5331] = {.lex_state = 0, .external_lex_state = 224}, - [5332] = {.lex_state = 0, .external_lex_state = 240}, + [5331] = {.lex_state = 0, .external_lex_state = 240}, + [5332] = {.lex_state = 0, .external_lex_state = 241}, [5333] = {.lex_state = 0, .external_lex_state = 241}, - [5334] = {.lex_state = 0, .external_lex_state = 240}, - [5335] = {.lex_state = 0, .external_lex_state = 240}, + [5334] = {.lex_state = 0, .external_lex_state = 226}, + [5335] = {.lex_state = 0, .external_lex_state = 226}, [5336] = {.lex_state = 0, .external_lex_state = 241}, - [5337] = {.lex_state = 0, .external_lex_state = 242}, - [5338] = {.lex_state = 0, .external_lex_state = 240}, - [5339] = {.lex_state = 0, .external_lex_state = 240}, - [5340] = {.lex_state = 0, .external_lex_state = 186}, + [5337] = {.lex_state = 0, .external_lex_state = 241}, + [5338] = {.lex_state = 0, .external_lex_state = 236}, + [5339] = {.lex_state = 0, .external_lex_state = 236}, + [5340] = {.lex_state = 0, .external_lex_state = 241}, [5341] = {.lex_state = 0, .external_lex_state = 241}, [5342] = {.lex_state = 0, .external_lex_state = 236}, - [5343] = {.lex_state = 0, .external_lex_state = 240}, - [5344] = {.lex_state = 0, .external_lex_state = 240}, - [5345] = {.lex_state = 0, .external_lex_state = 240}, - [5346] = {.lex_state = 0, .external_lex_state = 175}, - [5347] = {.lex_state = 0, .external_lex_state = 240}, - [5348] = {.lex_state = 0, .external_lex_state = 240}, - [5349] = {.lex_state = 0, .external_lex_state = 243}, - [5350] = {.lex_state = 0, .external_lex_state = 243}, - [5351] = {.lex_state = 0, .external_lex_state = 240}, - [5352] = {.lex_state = 0, .external_lex_state = 240}, - [5353] = {.lex_state = 0, .external_lex_state = 240}, - [5354] = {.lex_state = 0, .external_lex_state = 240}, - [5355] = {.lex_state = 0, .external_lex_state = 228}, - [5356] = {.lex_state = 0, .external_lex_state = 240}, - [5357] = {.lex_state = 0, .external_lex_state = 240}, - [5358] = {.lex_state = 0, .external_lex_state = 228}, - [5359] = {.lex_state = 0, .external_lex_state = 186}, - [5360] = {.lex_state = 0, .external_lex_state = 228}, - [5361] = {.lex_state = 0, .external_lex_state = 240}, - [5362] = {.lex_state = 0, .external_lex_state = 240}, - [5363] = {.lex_state = 0, .external_lex_state = 186}, - [5364] = {.lex_state = 0, .external_lex_state = 186}, - [5365] = {.lex_state = 0, .external_lex_state = 240}, - [5366] = {.lex_state = 0, .external_lex_state = 240}, - [5367] = {.lex_state = 0, .external_lex_state = 186}, - [5368] = {.lex_state = 0, .external_lex_state = 240}, - [5369] = {.lex_state = 0, .external_lex_state = 240}, - [5370] = {.lex_state = 0, .external_lex_state = 198}, - [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 = 240}, - [5376] = {.lex_state = 0, .external_lex_state = 242}, - [5377] = {.lex_state = 0, .external_lex_state = 224}, - [5378] = {.lex_state = 0, .external_lex_state = 240}, - [5379] = {.lex_state = 0, .external_lex_state = 240}, - [5380] = {.lex_state = 0, .external_lex_state = 240}, - [5381] = {.lex_state = 0, .external_lex_state = 240}, - [5382] = {.lex_state = 0, .external_lex_state = 240}, - [5383] = {.lex_state = 0, .external_lex_state = 226}, - [5384] = {.lex_state = 0, .external_lex_state = 240}, - [5385] = {.lex_state = 0, .external_lex_state = 240}, - [5386] = {.lex_state = 0, .external_lex_state = 224}, - [5387] = {.lex_state = 0, .external_lex_state = 240}, - [5388] = {.lex_state = 0, .external_lex_state = 240}, - [5389] = {.lex_state = 0, .external_lex_state = 186}, - [5390] = {.lex_state = 0, .external_lex_state = 240}, - [5391] = {.lex_state = 0, .external_lex_state = 240}, - [5392] = {.lex_state = 0, .external_lex_state = 226}, - [5393] = {.lex_state = 0, .external_lex_state = 240}, - [5394] = {.lex_state = 0, .external_lex_state = 240}, - [5395] = {.lex_state = 0, .external_lex_state = 240}, - [5396] = {.lex_state = 0, .external_lex_state = 240}, - [5397] = {.lex_state = 0, .external_lex_state = 224}, - [5398] = {.lex_state = 0, .external_lex_state = 186}, - [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 = 240}, - [5403] = {.lex_state = 0, .external_lex_state = 240}, - [5404] = {.lex_state = 0, .external_lex_state = 240}, - [5405] = {.lex_state = 0, .external_lex_state = 205}, - [5406] = {.lex_state = 0, .external_lex_state = 240}, - [5407] = {.lex_state = 0, .external_lex_state = 240}, - [5408] = {.lex_state = 0, .external_lex_state = 240}, - [5409] = {.lex_state = 0, .external_lex_state = 240}, - [5410] = {.lex_state = 0, .external_lex_state = 240}, - [5411] = {.lex_state = 0, .external_lex_state = 240}, - [5412] = {.lex_state = 0, .external_lex_state = 240}, - [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 = 186}, - [5417] = {.lex_state = 0, .external_lex_state = 186}, - [5418] = {.lex_state = 0, .external_lex_state = 240}, - [5419] = {.lex_state = 0, .external_lex_state = 240}, - [5420] = {.lex_state = 0, .external_lex_state = 186}, - [5421] = {.lex_state = 0, .external_lex_state = 240}, - [5422] = {.lex_state = 0, .external_lex_state = 240}, - [5423] = {.lex_state = 0, .external_lex_state = 186}, - [5424] = {.lex_state = 0, .external_lex_state = 240}, - [5425] = {.lex_state = 0, .external_lex_state = 240}, - [5426] = {.lex_state = 0, .external_lex_state = 223}, - [5427] = {.lex_state = 0, .external_lex_state = 240}, - [5428] = {.lex_state = 0, .external_lex_state = 240}, - [5429] = {.lex_state = 0, .external_lex_state = 240}, - [5430] = {.lex_state = 0, .external_lex_state = 240}, - [5431] = {.lex_state = 0, .external_lex_state = 240}, - [5432] = {.lex_state = 0, .external_lex_state = 240}, - [5433] = {.lex_state = 0, .external_lex_state = 240}, - [5434] = {.lex_state = 0, .external_lex_state = 240}, - [5435] = {.lex_state = 0, .external_lex_state = 240}, - [5436] = {.lex_state = 0, .external_lex_state = 240}, - [5437] = {.lex_state = 0, .external_lex_state = 240}, - [5438] = {.lex_state = 0, .external_lex_state = 240}, - [5439] = {.lex_state = 0, .external_lex_state = 240}, - [5440] = {.lex_state = 0, .external_lex_state = 240}, - [5441] = {.lex_state = 0, .external_lex_state = 186}, - [5442] = {.lex_state = 0, .external_lex_state = 186}, - [5443] = {.lex_state = 0, .external_lex_state = 240}, - [5444] = {.lex_state = 0, .external_lex_state = 240}, - [5445] = {.lex_state = 0, .external_lex_state = 240}, - [5446] = {.lex_state = 0, .external_lex_state = 240}, - [5447] = {.lex_state = 0, .external_lex_state = 226}, - [5448] = {.lex_state = 0, .external_lex_state = 240}, - [5449] = {.lex_state = 0, .external_lex_state = 240}, - [5450] = {.lex_state = 0, .external_lex_state = 240}, - [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 = 224}, - [5456] = {.lex_state = 0, .external_lex_state = 240}, - [5457] = {.lex_state = 0, .external_lex_state = 240}, - [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 = 240}, - [5462] = {.lex_state = 0, .external_lex_state = 240}, - [5463] = {.lex_state = 0, .external_lex_state = 240}, - [5464] = {.lex_state = 0, .external_lex_state = 240}, - [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 = 186}, - [5469] = {.lex_state = 0, .external_lex_state = 186}, - [5470] = {.lex_state = 0, .external_lex_state = 186}, - [5471] = {.lex_state = 0, .external_lex_state = 186}, - [5472] = {.lex_state = 0, .external_lex_state = 186}, - [5473] = {.lex_state = 0, .external_lex_state = 244}, - [5474] = {.lex_state = 0, .external_lex_state = 175}, - [5475] = {.lex_state = 0, .external_lex_state = 223}, - [5476] = {.lex_state = 0, .external_lex_state = 186}, - [5477] = {.lex_state = 0, .external_lex_state = 239}, - [5478] = {.lex_state = 0, .external_lex_state = 198}, - [5479] = {.lex_state = 0, .external_lex_state = 239}, - [5480] = {.lex_state = 0, .external_lex_state = 198}, - [5481] = {.lex_state = 0, .external_lex_state = 245}, - [5482] = {.lex_state = 0, .external_lex_state = 186}, - [5483] = {.lex_state = 0, .external_lex_state = 186}, - [5484] = {.lex_state = 0, .external_lex_state = 198}, - [5485] = {.lex_state = 0, .external_lex_state = 198}, + [5343] = {.lex_state = 0, .external_lex_state = 241}, + [5344] = {.lex_state = 0, .external_lex_state = 184}, + [5345] = {.lex_state = 0, .external_lex_state = 236}, + [5346] = {.lex_state = 0, .external_lex_state = 184}, + [5347] = {.lex_state = 0, .external_lex_state = 236}, + [5348] = {.lex_state = 0, .external_lex_state = 241}, + [5349] = {.lex_state = 0, .external_lex_state = 241}, + [5350] = {.lex_state = 0, .external_lex_state = 236}, + [5351] = {.lex_state = 0, .external_lex_state = 222}, + [5352] = {.lex_state = 0, .external_lex_state = 184}, + [5353] = {.lex_state = 0, .external_lex_state = 236}, + [5354] = {.lex_state = 0, .external_lex_state = 233}, + [5355] = {.lex_state = 0, .external_lex_state = 241}, + [5356] = {.lex_state = 0, .external_lex_state = 241}, + [5357] = {.lex_state = 0, .external_lex_state = 242}, + [5358] = {.lex_state = 0, .external_lex_state = 224}, + [5359] = {.lex_state = 0, .external_lex_state = 241}, + [5360] = {.lex_state = 0, .external_lex_state = 184}, + [5361] = {.lex_state = 0, .external_lex_state = 241}, + [5362] = {.lex_state = 0, .external_lex_state = 241}, + [5363] = {.lex_state = 0, .external_lex_state = 243}, + [5364] = {.lex_state = 0, .external_lex_state = 241}, + [5365] = {.lex_state = 0, .external_lex_state = 184}, + [5366] = {.lex_state = 0, .external_lex_state = 184}, + [5367] = {.lex_state = 0, .external_lex_state = 241}, + [5368] = {.lex_state = 0, .external_lex_state = 202}, + [5369] = {.lex_state = 0, .external_lex_state = 241}, + [5370] = {.lex_state = 0, .external_lex_state = 241}, + [5371] = {.lex_state = 0, .external_lex_state = 241}, + [5372] = {.lex_state = 0, .external_lex_state = 202}, + [5373] = {.lex_state = 0, .external_lex_state = 241}, + [5374] = {.lex_state = 0, .external_lex_state = 241}, + [5375] = {.lex_state = 0, .external_lex_state = 241}, + [5376] = {.lex_state = 0, .external_lex_state = 236}, + [5377] = {.lex_state = 0, .external_lex_state = 184}, + [5378] = {.lex_state = 0, .external_lex_state = 241}, + [5379] = {.lex_state = 0, .external_lex_state = 241}, + [5380] = {.lex_state = 0, .external_lex_state = 241}, + [5381] = {.lex_state = 0, .external_lex_state = 241}, + [5382] = {.lex_state = 0, .external_lex_state = 236}, + [5383] = {.lex_state = 0, .external_lex_state = 241}, + [5384] = {.lex_state = 0, .external_lex_state = 241}, + [5385] = {.lex_state = 0, .external_lex_state = 243}, + [5386] = {.lex_state = 0, .external_lex_state = 236}, + [5387] = {.lex_state = 0, .external_lex_state = 241}, + [5388] = {.lex_state = 0, .external_lex_state = 241}, + [5389] = {.lex_state = 0, .external_lex_state = 236}, + [5390] = {.lex_state = 0, .external_lex_state = 241}, + [5391] = {.lex_state = 0, .external_lex_state = 241}, + [5392] = {.lex_state = 0, .external_lex_state = 241}, + [5393] = {.lex_state = 0, .external_lex_state = 241}, + [5394] = {.lex_state = 0, .external_lex_state = 236}, + [5395] = {.lex_state = 0, .external_lex_state = 241}, + [5396] = {.lex_state = 0, .external_lex_state = 241}, + [5397] = {.lex_state = 0, .external_lex_state = 242}, + [5398] = {.lex_state = 0, .external_lex_state = 241}, + [5399] = {.lex_state = 0, .external_lex_state = 241}, + [5400] = {.lex_state = 0, .external_lex_state = 222}, + [5401] = {.lex_state = 0, .external_lex_state = 241}, + [5402] = {.lex_state = 0, .external_lex_state = 241}, + [5403] = {.lex_state = 0, .external_lex_state = 241}, + [5404] = {.lex_state = 0, .external_lex_state = 241}, + [5405] = {.lex_state = 0, .external_lex_state = 175}, + [5406] = {.lex_state = 0, .external_lex_state = 241}, + [5407] = {.lex_state = 0, .external_lex_state = 241}, + [5408] = {.lex_state = 0, .external_lex_state = 241}, + [5409] = {.lex_state = 0, .external_lex_state = 241}, + [5410] = {.lex_state = 0, .external_lex_state = 243}, + [5411] = {.lex_state = 0, .external_lex_state = 241}, + [5412] = {.lex_state = 0, .external_lex_state = 241}, + [5413] = {.lex_state = 0, .external_lex_state = 241}, + [5414] = {.lex_state = 0, .external_lex_state = 241}, + [5415] = {.lex_state = 0, .external_lex_state = 184}, + [5416] = {.lex_state = 0, .external_lex_state = 236}, + [5417] = {.lex_state = 0, .external_lex_state = 219}, + [5418] = {.lex_state = 0, .external_lex_state = 241}, + [5419] = {.lex_state = 0, .external_lex_state = 241}, + [5420] = {.lex_state = 0, .external_lex_state = 244}, + [5421] = {.lex_state = 0, .external_lex_state = 241}, + [5422] = {.lex_state = 0, .external_lex_state = 243}, + [5423] = {.lex_state = 0, .external_lex_state = 241}, + [5424] = {.lex_state = 0, .external_lex_state = 241}, + [5425] = {.lex_state = 0, .external_lex_state = 189}, + [5426] = {.lex_state = 0, .external_lex_state = 224}, + [5427] = {.lex_state = 0, .external_lex_state = 241}, + [5428] = {.lex_state = 0, .external_lex_state = 236}, + [5429] = {.lex_state = 0, .external_lex_state = 189}, + [5430] = {.lex_state = 0, .external_lex_state = 236}, + [5431] = {.lex_state = 0, .external_lex_state = 241}, + [5432] = {.lex_state = 0, .external_lex_state = 241}, + [5433] = {.lex_state = 0, .external_lex_state = 241}, + [5434] = {.lex_state = 0, .external_lex_state = 241}, + [5435] = {.lex_state = 0, .external_lex_state = 241}, + [5436] = {.lex_state = 0, .external_lex_state = 241}, + [5437] = {.lex_state = 0, .external_lex_state = 226}, + [5438] = {.lex_state = 0, .external_lex_state = 244}, + [5439] = {.lex_state = 0, .external_lex_state = 241}, + [5440] = {.lex_state = 0, .external_lex_state = 241}, + [5441] = {.lex_state = 0, .external_lex_state = 241}, + [5442] = {.lex_state = 0, .external_lex_state = 241}, + [5443] = {.lex_state = 0, .external_lex_state = 241}, + [5444] = {.lex_state = 0, .external_lex_state = 228}, + [5445] = {.lex_state = 0, .external_lex_state = 236}, + [5446] = {.lex_state = 0, .external_lex_state = 241}, + [5447] = {.lex_state = 0, .external_lex_state = 241}, + [5448] = {.lex_state = 0, .external_lex_state = 241}, + [5449] = {.lex_state = 0, .external_lex_state = 241}, + [5450] = {.lex_state = 0, .external_lex_state = 189}, + [5451] = {.lex_state = 0, .external_lex_state = 228}, + [5452] = {.lex_state = 0, .external_lex_state = 241}, + [5453] = {.lex_state = 0, .external_lex_state = 241}, + [5454] = {.lex_state = 0, .external_lex_state = 241}, + [5455] = {.lex_state = 0, .external_lex_state = 241}, + [5456] = {.lex_state = 0, .external_lex_state = 241}, + [5457] = {.lex_state = 0, .external_lex_state = 202}, + [5458] = {.lex_state = 0, .external_lex_state = 241}, + [5459] = {.lex_state = 0, .external_lex_state = 242}, + [5460] = {.lex_state = 0, .external_lex_state = 241}, + [5461] = {.lex_state = 0, .external_lex_state = 236}, + [5462] = {.lex_state = 0, .external_lex_state = 236}, + [5463] = {.lex_state = 0, .external_lex_state = 189}, + [5464] = {.lex_state = 0, .external_lex_state = 241}, + [5465] = {.lex_state = 0, .external_lex_state = 241}, + [5466] = {.lex_state = 0, .external_lex_state = 241}, + [5467] = {.lex_state = 0, .external_lex_state = 241}, + [5468] = {.lex_state = 0, .external_lex_state = 241}, + [5469] = {.lex_state = 0, .external_lex_state = 241}, + [5470] = {.lex_state = 0, .external_lex_state = 241}, + [5471] = {.lex_state = 0, .external_lex_state = 244}, + [5472] = {.lex_state = 0, .external_lex_state = 171}, + [5473] = {.lex_state = 0, .external_lex_state = 221}, + [5474] = {.lex_state = 0, .external_lex_state = 242}, + [5475] = {.lex_state = 0, .external_lex_state = 241}, + [5476] = {.lex_state = 0, .external_lex_state = 241}, + [5477] = {.lex_state = 0, .external_lex_state = 202}, + [5478] = {.lex_state = 0, .external_lex_state = 184}, + [5479] = {.lex_state = 0, .external_lex_state = 184}, + [5480] = {.lex_state = 0, .external_lex_state = 236}, + [5481] = {.lex_state = 0, .external_lex_state = 184}, + [5482] = {.lex_state = 0, .external_lex_state = 245}, + [5483] = {.lex_state = 0, .external_lex_state = 184}, + [5484] = {.lex_state = 0, .external_lex_state = 184}, + [5485] = {.lex_state = 0, .external_lex_state = 184}, [5486] = {.lex_state = 0, .external_lex_state = 246}, - [5487] = {.lex_state = 0, .external_lex_state = 224}, - [5488] = {.lex_state = 0, .external_lex_state = 247}, - [5489] = {.lex_state = 0, .external_lex_state = 239}, - [5490] = {.lex_state = 0, .external_lex_state = 186}, - [5491] = {.lex_state = 0, .external_lex_state = 186}, - [5492] = {.lex_state = 0, .external_lex_state = 248}, - [5493] = {.lex_state = 0, .external_lex_state = 232}, - [5494] = {.lex_state = 0, .external_lex_state = 186}, - [5495] = {.lex_state = 0, .external_lex_state = 190}, - [5496] = {.lex_state = 0, .external_lex_state = 244}, + [5487] = {.lex_state = 0, .external_lex_state = 221}, + [5488] = {.lex_state = 0, .external_lex_state = 241}, + [5489] = {.lex_state = 0, .external_lex_state = 241}, + [5490] = {.lex_state = 0, .external_lex_state = 184}, + [5491] = {.lex_state = 0, .external_lex_state = 247}, + [5492] = {.lex_state = 0, .external_lex_state = 241}, + [5493] = {.lex_state = 0, .external_lex_state = 189}, + [5494] = {.lex_state = 0, .external_lex_state = 226}, + [5495] = {.lex_state = 0, .external_lex_state = 241}, + [5496] = {.lex_state = 0, .external_lex_state = 241}, [5497] = {.lex_state = 0, .external_lex_state = 226}, - [5498] = {.lex_state = 0, .external_lex_state = 241}, - [5499] = {.lex_state = 0, .external_lex_state = 190}, - [5500] = {.lex_state = 0, .external_lex_state = 214}, - [5501] = {.lex_state = 0, .external_lex_state = 239}, - [5502] = {.lex_state = 0, .external_lex_state = 245}, - [5503] = {.lex_state = 0, .external_lex_state = 240}, - [5504] = {.lex_state = 0, .external_lex_state = 220}, - [5505] = {.lex_state = 0, .external_lex_state = 242}, - [5506] = {.lex_state = 0, .external_lex_state = 228}, - [5507] = {.lex_state = 0, .external_lex_state = 190}, - [5508] = {.lex_state = 0, .external_lex_state = 224}, - [5509] = {.lex_state = 0, .external_lex_state = 236}, - [5510] = {.lex_state = 0, .external_lex_state = 223}, - [5511] = {.lex_state = 0, .external_lex_state = 245}, - [5512] = {.lex_state = 0, .external_lex_state = 220}, - [5513] = {.lex_state = 0, .external_lex_state = 239}, - [5514] = {.lex_state = 0, .external_lex_state = 235}, - [5515] = {.lex_state = 0, .external_lex_state = 228}, - [5516] = {.lex_state = 0, .external_lex_state = 239}, - [5517] = {.lex_state = 0, .external_lex_state = 239}, - [5518] = {.lex_state = 0, .external_lex_state = 239}, - [5519] = {.lex_state = 0, .external_lex_state = 190}, - [5520] = {.lex_state = 0, .external_lex_state = 190}, - [5521] = {.lex_state = 0, .external_lex_state = 243}, - [5522] = {.lex_state = 0, .external_lex_state = 239}, - [5523] = {.lex_state = 0, .external_lex_state = 239}, - [5524] = {.lex_state = 0, .external_lex_state = 186}, - [5525] = {.lex_state = 0, .external_lex_state = 239}, - [5526] = {.lex_state = 0, .external_lex_state = 239}, - [5527] = {.lex_state = 0, .external_lex_state = 239}, - [5528] = {.lex_state = 0, .external_lex_state = 239}, - [5529] = {.lex_state = 0, .external_lex_state = 239}, - [5530] = {.lex_state = 0, .external_lex_state = 239}, - [5531] = {.lex_state = 0, .external_lex_state = 239}, - [5532] = {.lex_state = 0, .external_lex_state = 239}, - [5533] = {.lex_state = 0, .external_lex_state = 239}, - [5534] = {.lex_state = 0, .external_lex_state = 245}, - [5535] = {.lex_state = 0, .external_lex_state = 171}, - [5536] = {.lex_state = 0, .external_lex_state = 224}, - [5537] = {.lex_state = 0, .external_lex_state = 224}, - [5538] = {.lex_state = 0, .external_lex_state = 186}, - [5539] = {.lex_state = 0, .external_lex_state = 245}, - [5540] = {.lex_state = 0, .external_lex_state = 240}, - [5541] = {.lex_state = 0, .external_lex_state = 241}, - [5542] = {.lex_state = 0, .external_lex_state = 245}, - [5543] = {.lex_state = 0, .external_lex_state = 240}, - [5544] = {.lex_state = 0, .external_lex_state = 248}, - [5545] = {.lex_state = 0, .external_lex_state = 248}, - [5546] = {.lex_state = 0, .external_lex_state = 224}, - [5547] = {.lex_state = 0, .external_lex_state = 224}, - [5548] = {.lex_state = 0, .external_lex_state = 248}, - [5549] = {.lex_state = 0, .external_lex_state = 224}, - [5550] = {.lex_state = 0, .external_lex_state = 240}, - [5551] = {.lex_state = 0, .external_lex_state = 241}, - [5552] = {.lex_state = 0, .external_lex_state = 240}, - [5553] = {.lex_state = 0, .external_lex_state = 248}, - [5554] = {.lex_state = 0, .external_lex_state = 248}, - [5555] = {.lex_state = 0, .external_lex_state = 240}, - [5556] = {.lex_state = 0, .external_lex_state = 220}, - [5557] = {.lex_state = 0, .external_lex_state = 186}, - [5558] = {.lex_state = 0, .external_lex_state = 222}, - [5559] = {.lex_state = 0, .external_lex_state = 186}, - [5560] = {.lex_state = 0, .external_lex_state = 186}, - [5561] = {.lex_state = 0, .external_lex_state = 224}, - [5562] = {.lex_state = 0, .external_lex_state = 186}, - [5563] = {.lex_state = 0, .external_lex_state = 186}, - [5564] = {.lex_state = 0, .external_lex_state = 186}, - [5565] = {.lex_state = 0, .external_lex_state = 186}, - [5566] = {.lex_state = 0, .external_lex_state = 186}, - [5567] = {.lex_state = 0, .external_lex_state = 245}, - [5568] = {.lex_state = 0, .external_lex_state = 186}, - [5569] = {.lex_state = 0, .external_lex_state = 245}, - [5570] = {.lex_state = 0, .external_lex_state = 186}, - [5571] = {.lex_state = 0, .external_lex_state = 186}, - [5572] = {.lex_state = 0, .external_lex_state = 195}, - [5573] = {.lex_state = 0, .external_lex_state = 186}, - [5574] = {.lex_state = 0, .external_lex_state = 224}, - [5575] = {.lex_state = 0, .external_lex_state = 195}, - [5576] = {.lex_state = 0, .external_lex_state = 186}, - [5577] = {.lex_state = 0, .external_lex_state = 186}, - [5578] = {.lex_state = 0, .external_lex_state = 224}, - [5579] = {.lex_state = 0, .external_lex_state = 246}, - [5580] = {.lex_state = 0, .external_lex_state = 186}, - [5581] = {.lex_state = 0, .external_lex_state = 186}, - [5582] = {.lex_state = 0, .external_lex_state = 186}, - [5583] = {.lex_state = 0, .external_lex_state = 186}, - [5584] = {.lex_state = 0, .external_lex_state = 186}, - [5585] = {.lex_state = 0, .external_lex_state = 186}, - [5586] = {.lex_state = 0, .external_lex_state = 186}, - [5587] = {.lex_state = 0, .external_lex_state = 186}, - [5588] = {.lex_state = 0, .external_lex_state = 231}, - [5589] = {.lex_state = 0, .external_lex_state = 186}, - [5590] = {.lex_state = 0, .external_lex_state = 186}, - [5591] = {.lex_state = 0, .external_lex_state = 186}, + [5498] = {.lex_state = 0, .external_lex_state = 184}, + [5499] = {.lex_state = 0, .external_lex_state = 241}, + [5500] = {.lex_state = 0, .external_lex_state = 226}, + [5501] = {.lex_state = 0, .external_lex_state = 184}, + [5502] = {.lex_state = 0, .external_lex_state = 241}, + [5503] = {.lex_state = 0, .external_lex_state = 241}, + [5504] = {.lex_state = 0, .external_lex_state = 184}, + [5505] = {.lex_state = 0, .external_lex_state = 226}, + [5506] = {.lex_state = 0, .external_lex_state = 175}, + [5507] = {.lex_state = 0, .external_lex_state = 226}, + [5508] = {.lex_state = 0, .external_lex_state = 184}, + [5509] = {.lex_state = 0, .external_lex_state = 240}, + [5510] = {.lex_state = 0, .external_lex_state = 241}, + [5511] = {.lex_state = 0, .external_lex_state = 202}, + [5512] = {.lex_state = 0, .external_lex_state = 241}, + [5513] = {.lex_state = 0, .external_lex_state = 241}, + [5514] = {.lex_state = 0, .external_lex_state = 240}, + [5515] = {.lex_state = 0, .external_lex_state = 241}, + [5516] = {.lex_state = 0, .external_lex_state = 238}, + [5517] = {.lex_state = 0, .external_lex_state = 184}, + [5518] = {.lex_state = 0, .external_lex_state = 226}, + [5519] = {.lex_state = 0, .external_lex_state = 228}, + [5520] = {.lex_state = 0, .external_lex_state = 206}, + [5521] = {.lex_state = 0, .external_lex_state = 184}, + [5522] = {.lex_state = 0, .external_lex_state = 243}, + [5523] = {.lex_state = 0, .external_lex_state = 238}, + [5524] = {.lex_state = 0, .external_lex_state = 226}, + [5525] = {.lex_state = 0, .external_lex_state = 221}, + [5526] = {.lex_state = 0, .external_lex_state = 241}, + [5527] = {.lex_state = 0, .external_lex_state = 241}, + [5528] = {.lex_state = 0, .external_lex_state = 184}, + [5529] = {.lex_state = 0, .external_lex_state = 226}, + [5530] = {.lex_state = 0, .external_lex_state = 241}, + [5531] = {.lex_state = 0, .external_lex_state = 242}, + [5532] = {.lex_state = 0, .external_lex_state = 244}, + [5533] = {.lex_state = 0, .external_lex_state = 245}, + [5534] = {.lex_state = 0, .external_lex_state = 244}, + [5535] = {.lex_state = 0, .external_lex_state = 247}, + [5536] = {.lex_state = 0, .external_lex_state = 248}, + [5537] = {.lex_state = 0, .external_lex_state = 228}, + [5538] = {.lex_state = 0, .external_lex_state = 247}, + [5539] = {.lex_state = 0, .external_lex_state = 241}, + [5540] = {.lex_state = 0, .external_lex_state = 241}, + [5541] = {.lex_state = 0, .external_lex_state = 222}, + [5542] = {.lex_state = 0, .external_lex_state = 243}, + [5543] = {.lex_state = 0, .external_lex_state = 242}, + [5544] = {.lex_state = 0, .external_lex_state = 222}, + [5545] = {.lex_state = 0, .external_lex_state = 234}, + [5546] = {.lex_state = 0, .external_lex_state = 222}, + [5547] = {.lex_state = 0, .external_lex_state = 184}, + [5548] = {.lex_state = 0, .external_lex_state = 244}, + [5549] = {.lex_state = 0, .external_lex_state = 241}, + [5550] = {.lex_state = 0, .external_lex_state = 226}, + [5551] = {.lex_state = 0, .external_lex_state = 184}, + [5552] = {.lex_state = 0, .external_lex_state = 241}, + [5553] = {.lex_state = 0, .external_lex_state = 241}, + [5554] = {.lex_state = 0, .external_lex_state = 184}, + [5555] = {.lex_state = 0, .external_lex_state = 184}, + [5556] = {.lex_state = 0, .external_lex_state = 184}, + [5557] = {.lex_state = 0, .external_lex_state = 184}, + [5558] = {.lex_state = 0, .external_lex_state = 194}, + [5559] = {.lex_state = 0, .external_lex_state = 232}, + [5560] = {.lex_state = 0, .external_lex_state = 232}, + [5561] = {.lex_state = 0, .external_lex_state = 184}, + [5562] = {.lex_state = 0, .external_lex_state = 242}, + [5563] = {.lex_state = 0, .external_lex_state = 184}, + [5564] = {.lex_state = 0, .external_lex_state = 184}, + [5565] = {.lex_state = 0, .external_lex_state = 232}, + [5566] = {.lex_state = 0, .external_lex_state = 184}, + [5567] = {.lex_state = 0, .external_lex_state = 249}, + [5568] = {.lex_state = 0, .external_lex_state = 249}, + [5569] = {.lex_state = 0, .external_lex_state = 249}, + [5570] = {.lex_state = 0, .external_lex_state = 184}, + [5571] = {.lex_state = 0, .external_lex_state = 249}, + [5572] = {.lex_state = 0, .external_lex_state = 249}, + [5573] = {.lex_state = 0, .external_lex_state = 184}, + [5574] = {.lex_state = 0, .external_lex_state = 184}, + [5575] = {.lex_state = 0, .external_lex_state = 184}, + [5576] = {.lex_state = 0, .external_lex_state = 249}, + [5577] = {.lex_state = 0, .external_lex_state = 249}, + [5578] = {.lex_state = 0, .external_lex_state = 232}, + [5579] = {.lex_state = 0, .external_lex_state = 249}, + [5580] = {.lex_state = 0, .external_lex_state = 249}, + [5581] = {.lex_state = 0, .external_lex_state = 249}, + [5582] = {.lex_state = 0, .external_lex_state = 249}, + [5583] = {.lex_state = 0, .external_lex_state = 249}, + [5584] = {.lex_state = 0, .external_lex_state = 249}, + [5585] = {.lex_state = 0, .external_lex_state = 250}, + [5586] = {.lex_state = 0, .external_lex_state = 184}, + [5587] = {.lex_state = 0, .external_lex_state = 249}, + [5588] = {.lex_state = 0, .external_lex_state = 249}, + [5589] = {.lex_state = 0, .external_lex_state = 249}, + [5590] = {.lex_state = 0, .external_lex_state = 184}, + [5591] = {.lex_state = 0, .external_lex_state = 184}, [5592] = {.lex_state = 0, .external_lex_state = 249}, - [5593] = {.lex_state = 0, .external_lex_state = 186}, - [5594] = {.lex_state = 0, .external_lex_state = 186}, - [5595] = {.lex_state = 0, .external_lex_state = 186}, - [5596] = {.lex_state = 0, .external_lex_state = 231}, - [5597] = {.lex_state = 0, .external_lex_state = 186}, - [5598] = {.lex_state = 0, .external_lex_state = 186}, - [5599] = {.lex_state = 0, .external_lex_state = 186}, - [5600] = {.lex_state = 0, .external_lex_state = 186}, - [5601] = {.lex_state = 0, .external_lex_state = 186}, - [5602] = {.lex_state = 0, .external_lex_state = 231}, - [5603] = {.lex_state = 0, .external_lex_state = 186}, - [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 = 186}, - [5608] = {.lex_state = 0, .external_lex_state = 186}, - [5609] = {.lex_state = 0, .external_lex_state = 186}, - [5610] = {.lex_state = 0, .external_lex_state = 186}, - [5611] = {.lex_state = 0, .external_lex_state = 231}, - [5612] = {.lex_state = 0, .external_lex_state = 186}, - [5613] = {.lex_state = 0, .external_lex_state = 186}, - [5614] = {.lex_state = 0, .external_lex_state = 186}, - [5615] = {.lex_state = 0, .external_lex_state = 186}, - [5616] = {.lex_state = 0, .external_lex_state = 186}, - [5617] = {.lex_state = 0, .external_lex_state = 186}, - [5618] = {.lex_state = 0, .external_lex_state = 250}, - [5619] = {.lex_state = 0, .external_lex_state = 186}, - [5620] = {.lex_state = 0, .external_lex_state = 186}, - [5621] = {.lex_state = 0, .external_lex_state = 186}, - [5622] = {.lex_state = 0, .external_lex_state = 186}, - [5623] = {.lex_state = 0, .external_lex_state = 186}, - [5624] = {.lex_state = 0, .external_lex_state = 186}, - [5625] = {.lex_state = 0, .external_lex_state = 231}, - [5626] = {.lex_state = 0, .external_lex_state = 251}, - [5627] = {.lex_state = 0, .external_lex_state = 231}, - [5628] = {.lex_state = 0, .external_lex_state = 186}, - [5629] = {.lex_state = 0, .external_lex_state = 186}, - [5630] = {.lex_state = 0, .external_lex_state = 251}, - [5631] = {.lex_state = 0, .external_lex_state = 186}, - [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 = 223}, - [5636] = {.lex_state = 0, .external_lex_state = 186}, - [5637] = {.lex_state = 0, .external_lex_state = 186}, - [5638] = {.lex_state = 0, .external_lex_state = 186}, - [5639] = {.lex_state = 0, .external_lex_state = 186}, - [5640] = {.lex_state = 0, .external_lex_state = 224}, - [5641] = {.lex_state = 0, .external_lex_state = 186}, - [5642] = {.lex_state = 0, .external_lex_state = 186}, - [5643] = {.lex_state = 0, .external_lex_state = 186}, - [5644] = {.lex_state = 0, .external_lex_state = 186}, - [5645] = {.lex_state = 0, .external_lex_state = 186}, - [5646] = {.lex_state = 0, .external_lex_state = 186}, - [5647] = {.lex_state = 0, .external_lex_state = 186}, - [5648] = {.lex_state = 0, .external_lex_state = 222}, - [5649] = {.lex_state = 0, .external_lex_state = 186}, - [5650] = {.lex_state = 0, .external_lex_state = 186}, - [5651] = {.lex_state = 0, .external_lex_state = 186}, - [5652] = {.lex_state = 0, .external_lex_state = 186}, - [5653] = {.lex_state = 0, .external_lex_state = 231}, - [5654] = {.lex_state = 0, .external_lex_state = 223}, - [5655] = {.lex_state = 0, .external_lex_state = 186}, - [5656] = {.lex_state = 0, .external_lex_state = 186}, - [5657] = {.lex_state = 0, .external_lex_state = 186}, - [5658] = {.lex_state = 0, .external_lex_state = 186}, - [5659] = {.lex_state = 0, .external_lex_state = 186}, - [5660] = {.lex_state = 0, .external_lex_state = 186}, - [5661] = {.lex_state = 0, .external_lex_state = 186}, - [5662] = {.lex_state = 0, .external_lex_state = 186}, - [5663] = {.lex_state = 0, .external_lex_state = 186}, - [5664] = {.lex_state = 0, .external_lex_state = 186}, - [5665] = {.lex_state = 0, .external_lex_state = 186}, - [5666] = {.lex_state = 0, .external_lex_state = 186}, - [5667] = {.lex_state = 0, .external_lex_state = 186}, - [5668] = {.lex_state = 0, .external_lex_state = 186}, - [5669] = {.lex_state = 0, .external_lex_state = 231}, - [5670] = {.lex_state = 0, .external_lex_state = 186}, - [5671] = {.lex_state = 0, .external_lex_state = 249}, - [5672] = {.lex_state = 0, .external_lex_state = 252}, - [5673] = {.lex_state = 0, .external_lex_state = 186}, - [5674] = {.lex_state = 0, .external_lex_state = 231}, - [5675] = {.lex_state = 0, .external_lex_state = 241}, - [5676] = {.lex_state = 0, .external_lex_state = 186}, - [5677] = {.lex_state = 0, .external_lex_state = 223}, - [5678] = {.lex_state = 0, .external_lex_state = 186}, - [5679] = {.lex_state = 0, .external_lex_state = 236}, - [5680] = {.lex_state = 0, .external_lex_state = 251}, - [5681] = {.lex_state = 0, .external_lex_state = 186}, - [5682] = {.lex_state = 0, .external_lex_state = 236}, - [5683] = {.lex_state = 0, .external_lex_state = 250}, - [5684] = {.lex_state = 0, .external_lex_state = 186}, - [5685] = {.lex_state = 0, .external_lex_state = 231}, - [5686] = {.lex_state = 0, .external_lex_state = 186}, - [5687] = {.lex_state = 0, .external_lex_state = 224}, - [5688] = {.lex_state = 0, .external_lex_state = 186}, - [5689] = {.lex_state = 0, .external_lex_state = 186}, - [5690] = {.lex_state = 0, .external_lex_state = 222}, - [5691] = {.lex_state = 0, .external_lex_state = 186}, - [5692] = {.lex_state = 0, .external_lex_state = 253}, - [5693] = {.lex_state = 0, .external_lex_state = 186}, - [5694] = {.lex_state = 0, .external_lex_state = 254}, - [5695] = {.lex_state = 0, .external_lex_state = 186}, - [5696] = {.lex_state = 0, .external_lex_state = 254}, - [5697] = {.lex_state = 0, .external_lex_state = 186}, - [5698] = {.lex_state = 0, .external_lex_state = 186}, - [5699] = {.lex_state = 0, .external_lex_state = 186}, - [5700] = {.lex_state = 0, .external_lex_state = 231}, - [5701] = {.lex_state = 0, .external_lex_state = 186}, - [5702] = {.lex_state = 0, .external_lex_state = 186}, - [5703] = {.lex_state = 0, .external_lex_state = 224}, - [5704] = {.lex_state = 0, .external_lex_state = 186}, - [5705] = {.lex_state = 0, .external_lex_state = 186}, - [5706] = {.lex_state = 0, .external_lex_state = 186}, - [5707] = {.lex_state = 0, .external_lex_state = 241}, - [5708] = {.lex_state = 0, .external_lex_state = 222}, - [5709] = {.lex_state = 0, .external_lex_state = 186}, - [5710] = {.lex_state = 0, .external_lex_state = 186}, - [5711] = {.lex_state = 0, .external_lex_state = 253}, - [5712] = {.lex_state = 0, .external_lex_state = 242}, - [5713] = {.lex_state = 0, .external_lex_state = 186}, - [5714] = {.lex_state = 0, .external_lex_state = 232}, - [5715] = {.lex_state = 0, .external_lex_state = 231}, - [5716] = {.lex_state = 0, .external_lex_state = 255}, - [5717] = {.lex_state = 0, .external_lex_state = 186}, - [5718] = {.lex_state = 0, .external_lex_state = 186}, - [5719] = {.lex_state = 0, .external_lex_state = 186}, - [5720] = {.lex_state = 0, .external_lex_state = 186}, - [5721] = {.lex_state = 0, .external_lex_state = 249}, - [5722] = {.lex_state = 0, .external_lex_state = 186}, - [5723] = {.lex_state = 0, .external_lex_state = 186}, - [5724] = {.lex_state = 0, .external_lex_state = 231}, - [5725] = {.lex_state = 0, .external_lex_state = 224}, - [5726] = {.lex_state = 0, .external_lex_state = 256}, - [5727] = {.lex_state = 0, .external_lex_state = 224}, - [5728] = {.lex_state = 0, .external_lex_state = 224}, - [5729] = {.lex_state = 0, .external_lex_state = 186}, - [5730] = {.lex_state = 0, .external_lex_state = 222}, - [5731] = {.lex_state = 0, .external_lex_state = 186}, - [5732] = {.lex_state = 0, .external_lex_state = 186}, - [5733] = {.lex_state = 0, .external_lex_state = 186}, - [5734] = {.lex_state = 0, .external_lex_state = 186}, - [5735] = {.lex_state = 0, .external_lex_state = 186}, - [5736] = {.lex_state = 0, .external_lex_state = 186}, - [5737] = {.lex_state = 0, .external_lex_state = 251}, - [5738] = {.lex_state = 0, .external_lex_state = 231}, - [5739] = {.lex_state = 0, .external_lex_state = 249}, - [5740] = {.lex_state = 0, .external_lex_state = 231}, - [5741] = {.lex_state = 0, .external_lex_state = 252}, - [5742] = {.lex_state = 0, .external_lex_state = 257}, - [5743] = {.lex_state = 0, .external_lex_state = 186}, - [5744] = {.lex_state = 0, .external_lex_state = 186}, - [5745] = {.lex_state = 0, .external_lex_state = 186}, - [5746] = {.lex_state = 0, .external_lex_state = 222}, - [5747] = {.lex_state = 0, .external_lex_state = 186}, - [5748] = {.lex_state = 0, .external_lex_state = 223}, - [5749] = {.lex_state = 0, .external_lex_state = 186}, - [5750] = {.lex_state = 0, .external_lex_state = 186}, - [5751] = {.lex_state = 0, .external_lex_state = 245}, - [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 = 240}, - [5757] = {.lex_state = 0, .external_lex_state = 231}, - [5758] = {.lex_state = 0, .external_lex_state = 186}, - [5759] = {.lex_state = 0, .external_lex_state = 224}, - [5760] = {.lex_state = 0, .external_lex_state = 186}, - [5761] = {.lex_state = 0, .external_lex_state = 220}, - [5762] = {.lex_state = 0, .external_lex_state = 224}, - [5763] = {.lex_state = 0, .external_lex_state = 186}, - [5764] = {.lex_state = 0, .external_lex_state = 250}, - [5765] = {.lex_state = 0, .external_lex_state = 186}, - [5766] = {.lex_state = 0, .external_lex_state = 224}, - [5767] = {.lex_state = 0, .external_lex_state = 186}, - [5768] = {.lex_state = 0, .external_lex_state = 222}, - [5769] = {.lex_state = 0, .external_lex_state = 186}, - [5770] = {.lex_state = 0, .external_lex_state = 231}, - [5771] = {.lex_state = 0, .external_lex_state = 186}, - [5772] = {.lex_state = 0, .external_lex_state = 186}, - [5773] = {.lex_state = 0, .external_lex_state = 222}, - [5774] = {.lex_state = 0, .external_lex_state = 222}, - [5775] = {.lex_state = 0, .external_lex_state = 186}, - [5776] = {.lex_state = 0, .external_lex_state = 186}, - [5777] = {.lex_state = 0, .external_lex_state = 220}, - [5778] = {.lex_state = 0, .external_lex_state = 220}, - [5779] = {.lex_state = 0, .external_lex_state = 186}, - [5780] = {.lex_state = 0, .external_lex_state = 186}, - [5781] = {.lex_state = 0, .external_lex_state = 224}, - [5782] = {.lex_state = 0, .external_lex_state = 186}, - [5783] = {.lex_state = 0, .external_lex_state = 186}, - [5784] = {.lex_state = 0, .external_lex_state = 186}, - [5785] = {.lex_state = 0, .external_lex_state = 186}, - [5786] = {.lex_state = 0, .external_lex_state = 186}, - [5787] = {.lex_state = 0, .external_lex_state = 186}, - [5788] = {.lex_state = 0, .external_lex_state = 195}, - [5789] = {.lex_state = 0, .external_lex_state = 186}, - [5790] = {.lex_state = 0, .external_lex_state = 186}, - [5791] = {.lex_state = 0, .external_lex_state = 186}, - [5792] = {.lex_state = 0, .external_lex_state = 186}, - [5793] = {.lex_state = 0, .external_lex_state = 186}, - [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 = 224}, - [5800] = {.lex_state = 0, .external_lex_state = 245}, - [5801] = {.lex_state = 0, .external_lex_state = 186}, - [5802] = {.lex_state = 0, .external_lex_state = 220}, - [5803] = {.lex_state = 0, .external_lex_state = 220}, - [5804] = {.lex_state = 0, .external_lex_state = 245}, - [5805] = {.lex_state = 0, .external_lex_state = 231}, - [5806] = {.lex_state = 0, .external_lex_state = 186}, - [5807] = {.lex_state = 0, .external_lex_state = 186}, - [5808] = {.lex_state = 0, .external_lex_state = 223}, - [5809] = {.lex_state = 0, .external_lex_state = 224}, - [5810] = {.lex_state = 0, .external_lex_state = 186}, - [5811] = {.lex_state = 0, .external_lex_state = 245}, - [5812] = {.lex_state = 0, .external_lex_state = 186}, - [5813] = {.lex_state = 0, .external_lex_state = 231}, - [5814] = {.lex_state = 0, .external_lex_state = 186}, - [5815] = {.lex_state = 0, .external_lex_state = 186}, - [5816] = {.lex_state = 0, .external_lex_state = 195}, - [5817] = {.lex_state = 0, .external_lex_state = 186}, - [5818] = {.lex_state = 0, .external_lex_state = 186}, - [5819] = {.lex_state = 0, .external_lex_state = 246}, - [5820] = {.lex_state = 0, .external_lex_state = 186}, - [5821] = {.lex_state = 0, .external_lex_state = 246}, - [5822] = {.lex_state = 0, .external_lex_state = 186}, - [5823] = {.lex_state = 0, .external_lex_state = 246}, - [5824] = {.lex_state = 0, .external_lex_state = 222}, - [5825] = {.lex_state = 0, .external_lex_state = 186}, - [5826] = {.lex_state = 0, .external_lex_state = 186}, - [5827] = {.lex_state = 0, .external_lex_state = 224}, - [5828] = {.lex_state = 0, .external_lex_state = 258}, - [5829] = {.lex_state = 0, .external_lex_state = 256}, - [5830] = {.lex_state = 0, .external_lex_state = 186}, - [5831] = {.lex_state = 0, .external_lex_state = 186}, - [5832] = {.lex_state = 0, .external_lex_state = 224}, - [5833] = {.lex_state = 0, .external_lex_state = 186}, - [5834] = {.lex_state = 0, .external_lex_state = 195}, - [5835] = {.lex_state = 0, .external_lex_state = 186}, - [5836] = {.lex_state = 0, .external_lex_state = 224}, - [5837] = {.lex_state = 0, .external_lex_state = 255}, - [5838] = {.lex_state = 0, .external_lex_state = 231}, - [5839] = {.lex_state = 0, .external_lex_state = 224}, - [5840] = {.lex_state = 0, .external_lex_state = 242}, - [5841] = {.lex_state = 0, .external_lex_state = 186}, - [5842] = {.lex_state = 0, .external_lex_state = 186}, - [5843] = {.lex_state = 0, .external_lex_state = 195}, - [5844] = {.lex_state = 0, .external_lex_state = 222}, - [5845] = {.lex_state = 0, .external_lex_state = 186}, - [5846] = {.lex_state = 0, .external_lex_state = 186}, - [5847] = {.lex_state = 0, .external_lex_state = 251}, - [5848] = {.lex_state = 0, .external_lex_state = 186}, - [5849] = {.lex_state = 0, .external_lex_state = 186}, - [5850] = {.lex_state = 0, .external_lex_state = 256}, - [5851] = {.lex_state = 0, .external_lex_state = 186}, - [5852] = {.lex_state = 0, .external_lex_state = 223}, - [5853] = {.lex_state = 0, .external_lex_state = 224}, - [5854] = {.lex_state = 0, .external_lex_state = 251}, - [5855] = {.lex_state = 0, .external_lex_state = 256}, - [5856] = {.lex_state = 0, .external_lex_state = 224}, - [5857] = {.lex_state = 0, .external_lex_state = 186}, - [5858] = {.lex_state = 0, .external_lex_state = 186}, - [5859] = {.lex_state = 0, .external_lex_state = 186}, - [5860] = {.lex_state = 0, .external_lex_state = 224}, - [5861] = {.lex_state = 0, .external_lex_state = 224}, - [5862] = {.lex_state = 0, .external_lex_state = 224}, - [5863] = {.lex_state = 0, .external_lex_state = 241}, - [5864] = {.lex_state = 0, .external_lex_state = 255}, - [5865] = {.lex_state = 0, .external_lex_state = 255}, - [5866] = {.lex_state = 0, .external_lex_state = 256}, - [5867] = {.lex_state = 0, .external_lex_state = 186}, - [5868] = {.lex_state = 0, .external_lex_state = 195}, - [5869] = {.lex_state = 0, .external_lex_state = 186}, - [5870] = {.lex_state = 0, .external_lex_state = 186}, - [5871] = {.lex_state = 0, .external_lex_state = 251}, - [5872] = {.lex_state = 0, .external_lex_state = 231}, - [5873] = {.lex_state = 0, .external_lex_state = 224}, - [5874] = {.lex_state = 0, .external_lex_state = 186}, - [5875] = {.lex_state = 0, .external_lex_state = 255}, - [5876] = {.lex_state = 0, .external_lex_state = 186}, - [5877] = {.lex_state = 0, .external_lex_state = 224}, - [5878] = {.lex_state = 0, .external_lex_state = 224}, - [5879] = {.lex_state = 0, .external_lex_state = 224}, - [5880] = {.lex_state = 0, .external_lex_state = 222}, - [5881] = {.lex_state = 0, .external_lex_state = 186}, - [5882] = {.lex_state = 0, .external_lex_state = 186}, - [5883] = {.lex_state = 0, .external_lex_state = 186}, - [5884] = {.lex_state = 0, .external_lex_state = 186}, - [5885] = {.lex_state = 0, .external_lex_state = 186}, - [5886] = {.lex_state = 0, .external_lex_state = 186}, - [5887] = {.lex_state = 0, .external_lex_state = 186}, - [5888] = {.lex_state = 0, .external_lex_state = 231}, - [5889] = {.lex_state = 0, .external_lex_state = 222}, - [5890] = {.lex_state = 0, .external_lex_state = 186}, - [5891] = {.lex_state = 0, .external_lex_state = 224}, - [5892] = {.lex_state = 0, .external_lex_state = 231}, - [5893] = {.lex_state = 0, .external_lex_state = 186}, - [5894] = {.lex_state = 0, .external_lex_state = 186}, - [5895] = {.lex_state = 0, .external_lex_state = 186}, - [5896] = {.lex_state = 0, .external_lex_state = 186}, - [5897] = {.lex_state = 0, .external_lex_state = 224}, - [5898] = {.lex_state = 0, .external_lex_state = 186}, - [5899] = {.lex_state = 0, .external_lex_state = 255}, - [5900] = {.lex_state = 0, .external_lex_state = 245}, - [5901] = {.lex_state = 0, .external_lex_state = 222}, - [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 = 224}, - [5906] = {.lex_state = 0, .external_lex_state = 224}, - [5907] = {.lex_state = 0, .external_lex_state = 186}, - [5908] = {.lex_state = 0, .external_lex_state = 186}, - [5909] = {.lex_state = 0, .external_lex_state = 222}, - [5910] = {.lex_state = 0, .external_lex_state = 186}, - [5911] = {.lex_state = 0, .external_lex_state = 249}, - [5912] = {.lex_state = 0, .external_lex_state = 251}, - [5913] = {.lex_state = 0, .external_lex_state = 256}, - [5914] = {.lex_state = 0, .external_lex_state = 186}, - [5915] = {.lex_state = 0, .external_lex_state = 186}, - [5916] = {.lex_state = 0, .external_lex_state = 224}, - [5917] = {.lex_state = 0, .external_lex_state = 251}, - [5918] = {.lex_state = 0, .external_lex_state = 241}, - [5919] = {.lex_state = 0, .external_lex_state = 186}, - [5920] = {.lex_state = 0, .external_lex_state = 186}, - [5921] = {.lex_state = 0, .external_lex_state = 224}, - [5922] = {.lex_state = 0, .external_lex_state = 224}, - [5923] = {.lex_state = 0, .external_lex_state = 224}, - [5924] = {.lex_state = 0, .external_lex_state = 195}, - [5925] = {.lex_state = 0, .external_lex_state = 255}, - [5926] = {.lex_state = 0, .external_lex_state = 246}, - [5927] = {.lex_state = 0, .external_lex_state = 250}, - [5928] = {.lex_state = 0, .external_lex_state = 256}, - [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 = 251}, - [5933] = {.lex_state = 0, .external_lex_state = 231}, - [5934] = {.lex_state = 0, .external_lex_state = 224}, - [5935] = {.lex_state = 0, .external_lex_state = 186}, - [5936] = {.lex_state = 0, .external_lex_state = 255}, - [5937] = {.lex_state = 0, .external_lex_state = 186}, - [5938] = {.lex_state = 0, .external_lex_state = 224}, - [5939] = {.lex_state = 0, .external_lex_state = 224}, - [5940] = {.lex_state = 0, .external_lex_state = 224}, - [5941] = {.lex_state = 0, .external_lex_state = 186}, - [5942] = {.lex_state = 0, .external_lex_state = 186}, - [5943] = {.lex_state = 0, .external_lex_state = 186}, - [5944] = {.lex_state = 0, .external_lex_state = 186}, - [5945] = {.lex_state = 0, .external_lex_state = 231}, - [5946] = {.lex_state = 0, .external_lex_state = 224}, - [5947] = {.lex_state = 0, .external_lex_state = 231}, - [5948] = {.lex_state = 0, .external_lex_state = 224}, - [5949] = {.lex_state = 0, .external_lex_state = 255}, - [5950] = {.lex_state = 0, .external_lex_state = 223}, - [5951] = {.lex_state = 0, .external_lex_state = 186}, - [5952] = {.lex_state = 0, .external_lex_state = 186}, - [5953] = {.lex_state = 0, .external_lex_state = 224}, - [5954] = {.lex_state = 0, .external_lex_state = 224}, - [5955] = {.lex_state = 0, .external_lex_state = 252}, - [5956] = {.lex_state = 0, .external_lex_state = 252}, - [5957] = {.lex_state = 0, .external_lex_state = 252}, - [5958] = {.lex_state = 0, .external_lex_state = 252}, - [5959] = {.lex_state = 0, .external_lex_state = 252}, - [5960] = {.lex_state = 0, .external_lex_state = 252}, - [5961] = {.lex_state = 0, .external_lex_state = 222}, - [5962] = {.lex_state = 0, .external_lex_state = 252}, - [5963] = {.lex_state = 0, .external_lex_state = 252}, - [5964] = {.lex_state = 0, .external_lex_state = 252}, - [5965] = {.lex_state = 0, .external_lex_state = 252}, - [5966] = {.lex_state = 0, .external_lex_state = 252}, - [5967] = {.lex_state = 0, .external_lex_state = 252}, - [5968] = {.lex_state = 0, .external_lex_state = 252}, - [5969] = {.lex_state = 0, .external_lex_state = 252}, - [5970] = {.lex_state = 0, .external_lex_state = 252}, - [5971] = {.lex_state = 0, .external_lex_state = 252}, - [5972] = {.lex_state = 0, .external_lex_state = 252}, - [5973] = {.lex_state = 0, .external_lex_state = 252}, - [5974] = {.lex_state = 0, .external_lex_state = 252}, - [5975] = {.lex_state = 0, .external_lex_state = 252}, - [5976] = {.lex_state = 0, .external_lex_state = 252}, - [5977] = {.lex_state = 0, .external_lex_state = 252}, - [5978] = {.lex_state = 0, .external_lex_state = 252}, - [5979] = {.lex_state = 0, .external_lex_state = 252}, - [5980] = {.lex_state = 0, .external_lex_state = 252}, - [5981] = {.lex_state = 0, .external_lex_state = 252}, - [5982] = {.lex_state = 0, .external_lex_state = 252}, - [5983] = {.lex_state = 0, .external_lex_state = 252}, - [5984] = {.lex_state = 0, .external_lex_state = 252}, - [5985] = {.lex_state = 0, .external_lex_state = 252}, - [5986] = {.lex_state = 0, .external_lex_state = 252}, - [5987] = {.lex_state = 0, .external_lex_state = 252}, - [5988] = {.lex_state = 0, .external_lex_state = 252}, - [5989] = {.lex_state = 0, .external_lex_state = 252}, - [5990] = {.lex_state = 0, .external_lex_state = 252}, - [5991] = {.lex_state = 0, .external_lex_state = 252}, - [5992] = {.lex_state = 0, .external_lex_state = 252}, - [5993] = {.lex_state = 0, .external_lex_state = 252}, - [5994] = {.lex_state = 0, .external_lex_state = 252}, - [5995] = {.lex_state = 0, .external_lex_state = 252}, - [5996] = {.lex_state = 0, .external_lex_state = 252}, - [5997] = {.lex_state = 0, .external_lex_state = 252}, - [5998] = {.lex_state = 0, .external_lex_state = 252}, - [5999] = {.lex_state = 0, .external_lex_state = 252}, - [6000] = {.lex_state = 0, .external_lex_state = 252}, - [6001] = {.lex_state = 0, .external_lex_state = 252}, - [6002] = {.lex_state = 0, .external_lex_state = 252}, - [6003] = {.lex_state = 0, .external_lex_state = 252}, - [6004] = {.lex_state = 0, .external_lex_state = 252}, - [6005] = {.lex_state = 0, .external_lex_state = 186}, - [6006] = {.lex_state = 0, .external_lex_state = 259}, - [6007] = {.lex_state = 0, .external_lex_state = 259}, - [6008] = {.lex_state = 0, .external_lex_state = 186}, - [6009] = {.lex_state = 0, .external_lex_state = 186}, - [6010] = {.lex_state = 0, .external_lex_state = 186}, - [6011] = {.lex_state = 0, .external_lex_state = 210}, - [6012] = {.lex_state = 0, .external_lex_state = 186}, - [6013] = {.lex_state = 0, .external_lex_state = 236}, - [6014] = {.lex_state = 0, .external_lex_state = 186}, - [6015] = {.lex_state = 0, .external_lex_state = 186}, - [6016] = {.lex_state = 0, .external_lex_state = 186}, - [6017] = {.lex_state = 0, .external_lex_state = 259}, + [5593] = {.lex_state = 0, .external_lex_state = 249}, + [5594] = {.lex_state = 0, .external_lex_state = 249}, + [5595] = {.lex_state = 0, .external_lex_state = 184}, + [5596] = {.lex_state = 0, .external_lex_state = 249}, + [5597] = {.lex_state = 0, .external_lex_state = 184}, + [5598] = {.lex_state = 0, .external_lex_state = 249}, + [5599] = {.lex_state = 0, .external_lex_state = 249}, + [5600] = {.lex_state = 0, .external_lex_state = 184}, + [5601] = {.lex_state = 0, .external_lex_state = 249}, + [5602] = {.lex_state = 0, .external_lex_state = 249}, + [5603] = {.lex_state = 0, .external_lex_state = 249}, + [5604] = {.lex_state = 0, .external_lex_state = 184}, + [5605] = {.lex_state = 0, .external_lex_state = 249}, + [5606] = {.lex_state = 0, .external_lex_state = 249}, + [5607] = {.lex_state = 0, .external_lex_state = 249}, + [5608] = {.lex_state = 0, .external_lex_state = 232}, + [5609] = {.lex_state = 0, .external_lex_state = 249}, + [5610] = {.lex_state = 0, .external_lex_state = 232}, + [5611] = {.lex_state = 0, .external_lex_state = 249}, + [5612] = {.lex_state = 0, .external_lex_state = 249}, + [5613] = {.lex_state = 0, .external_lex_state = 184}, + [5614] = {.lex_state = 0, .external_lex_state = 184}, + [5615] = {.lex_state = 0, .external_lex_state = 249}, + [5616] = {.lex_state = 0, .external_lex_state = 249}, + [5617] = {.lex_state = 0, .external_lex_state = 249}, + [5618] = {.lex_state = 0, .external_lex_state = 249}, + [5619] = {.lex_state = 0, .external_lex_state = 249}, + [5620] = {.lex_state = 0, .external_lex_state = 184}, + [5621] = {.lex_state = 0, .external_lex_state = 232}, + [5622] = {.lex_state = 0, .external_lex_state = 249}, + [5623] = {.lex_state = 0, .external_lex_state = 249}, + [5624] = {.lex_state = 0, .external_lex_state = 249}, + [5625] = {.lex_state = 0, .external_lex_state = 184}, + [5626] = {.lex_state = 0, .external_lex_state = 249}, + [5627] = {.lex_state = 0, .external_lex_state = 249}, + [5628] = {.lex_state = 0, .external_lex_state = 184}, + [5629] = {.lex_state = 0, .external_lex_state = 251}, + [5630] = {.lex_state = 0, .external_lex_state = 249}, + [5631] = {.lex_state = 0, .external_lex_state = 249}, + [5632] = {.lex_state = 0, .external_lex_state = 249}, + [5633] = {.lex_state = 0, .external_lex_state = 232}, + [5634] = {.lex_state = 0, .external_lex_state = 249}, + [5635] = {.lex_state = 0, .external_lex_state = 184}, + [5636] = {.lex_state = 0, .external_lex_state = 184}, + [5637] = {.lex_state = 0, .external_lex_state = 184}, + [5638] = {.lex_state = 0, .external_lex_state = 184}, + [5639] = {.lex_state = 0, .external_lex_state = 184}, + [5640] = {.lex_state = 0, .external_lex_state = 249}, + [5641] = {.lex_state = 0, .external_lex_state = 184}, + [5642] = {.lex_state = 0, .external_lex_state = 251}, + [5643] = {.lex_state = 0, .external_lex_state = 184}, + [5644] = {.lex_state = 0, .external_lex_state = 249}, + [5645] = {.lex_state = 0, .external_lex_state = 184}, + [5646] = {.lex_state = 0, .external_lex_state = 184}, + [5647] = {.lex_state = 0, .external_lex_state = 252}, + [5648] = {.lex_state = 0, .external_lex_state = 184}, + [5649] = {.lex_state = 0, .external_lex_state = 184}, + [5650] = {.lex_state = 0, .external_lex_state = 249}, + [5651] = {.lex_state = 0, .external_lex_state = 184}, + [5652] = {.lex_state = 0, .external_lex_state = 232}, + [5653] = {.lex_state = 0, .external_lex_state = 184}, + [5654] = {.lex_state = 0, .external_lex_state = 184}, + [5655] = {.lex_state = 0, .external_lex_state = 226}, + [5656] = {.lex_state = 0, .external_lex_state = 226}, + [5657] = {.lex_state = 0, .external_lex_state = 249}, + [5658] = {.lex_state = 0, .external_lex_state = 184}, + [5659] = {.lex_state = 0, .external_lex_state = 184}, + [5660] = {.lex_state = 0, .external_lex_state = 252}, + [5661] = {.lex_state = 0, .external_lex_state = 184}, + [5662] = {.lex_state = 0, .external_lex_state = 249}, + [5663] = {.lex_state = 0, .external_lex_state = 242}, + [5664] = {.lex_state = 0, .external_lex_state = 244}, + [5665] = {.lex_state = 0, .external_lex_state = 232}, + [5666] = {.lex_state = 0, .external_lex_state = 184}, + [5667] = {.lex_state = 0, .external_lex_state = 184}, + [5668] = {.lex_state = 0, .external_lex_state = 252}, + [5669] = {.lex_state = 0, .external_lex_state = 226}, + [5670] = {.lex_state = 0, .external_lex_state = 226}, + [5671] = {.lex_state = 0, .external_lex_state = 246}, + [5672] = {.lex_state = 0, .external_lex_state = 194}, + [5673] = {.lex_state = 0, .external_lex_state = 226}, + [5674] = {.lex_state = 0, .external_lex_state = 194}, + [5675] = {.lex_state = 0, .external_lex_state = 184}, + [5676] = {.lex_state = 0, .external_lex_state = 246}, + [5677] = {.lex_state = 0, .external_lex_state = 184}, + [5678] = {.lex_state = 0, .external_lex_state = 194}, + [5679] = {.lex_state = 0, .external_lex_state = 184}, + [5680] = {.lex_state = 0, .external_lex_state = 242}, + [5681] = {.lex_state = 0, .external_lex_state = 194}, + [5682] = {.lex_state = 0, .external_lex_state = 221}, + [5683] = {.lex_state = 0, .external_lex_state = 226}, + [5684] = {.lex_state = 0, .external_lex_state = 194}, + [5685] = {.lex_state = 0, .external_lex_state = 242}, + [5686] = {.lex_state = 0, .external_lex_state = 184}, + [5687] = {.lex_state = 0, .external_lex_state = 221}, + [5688] = {.lex_state = 0, .external_lex_state = 194}, + [5689] = {.lex_state = 0, .external_lex_state = 251}, + [5690] = {.lex_state = 0, .external_lex_state = 250}, + [5691] = {.lex_state = 0, .external_lex_state = 184}, + [5692] = {.lex_state = 0, .external_lex_state = 250}, + [5693] = {.lex_state = 0, .external_lex_state = 226}, + [5694] = {.lex_state = 0, .external_lex_state = 184}, + [5695] = {.lex_state = 0, .external_lex_state = 184}, + [5696] = {.lex_state = 0, .external_lex_state = 226}, + [5697] = {.lex_state = 0, .external_lex_state = 252}, + [5698] = {.lex_state = 0, .external_lex_state = 224}, + [5699] = {.lex_state = 0, .external_lex_state = 224}, + [5700] = {.lex_state = 0, .external_lex_state = 226}, + [5701] = {.lex_state = 0, .external_lex_state = 184}, + [5702] = {.lex_state = 0, .external_lex_state = 226}, + [5703] = {.lex_state = 0, .external_lex_state = 184}, + [5704] = {.lex_state = 0, .external_lex_state = 184}, + [5705] = {.lex_state = 0, .external_lex_state = 224}, + [5706] = {.lex_state = 0, .external_lex_state = 224}, + [5707] = {.lex_state = 0, .external_lex_state = 184}, + [5708] = {.lex_state = 0, .external_lex_state = 184}, + [5709] = {.lex_state = 0, .external_lex_state = 184}, + [5710] = {.lex_state = 0, .external_lex_state = 220}, + [5711] = {.lex_state = 0, .external_lex_state = 220}, + [5712] = {.lex_state = 0, .external_lex_state = 184}, + [5713] = {.lex_state = 0, .external_lex_state = 224}, + [5714] = {.lex_state = 0, .external_lex_state = 226}, + [5715] = {.lex_state = 0, .external_lex_state = 184}, + [5716] = {.lex_state = 0, .external_lex_state = 184}, + [5717] = {.lex_state = 0, .external_lex_state = 220}, + [5718] = {.lex_state = 0, .external_lex_state = 224}, + [5719] = {.lex_state = 0, .external_lex_state = 184}, + [5720] = {.lex_state = 0, .external_lex_state = 184}, + [5721] = {.lex_state = 0, .external_lex_state = 184}, + [5722] = {.lex_state = 0, .external_lex_state = 220}, + [5723] = {.lex_state = 0, .external_lex_state = 184}, + [5724] = {.lex_state = 0, .external_lex_state = 184}, + [5725] = {.lex_state = 0, .external_lex_state = 184}, + [5726] = {.lex_state = 0, .external_lex_state = 226}, + [5727] = {.lex_state = 0, .external_lex_state = 184}, + [5728] = {.lex_state = 0, .external_lex_state = 184}, + [5729] = {.lex_state = 0, .external_lex_state = 184}, + [5730] = {.lex_state = 0, .external_lex_state = 184}, + [5731] = {.lex_state = 0, .external_lex_state = 226}, + [5732] = {.lex_state = 0, .external_lex_state = 184}, + [5733] = {.lex_state = 0, .external_lex_state = 184}, + [5734] = {.lex_state = 0, .external_lex_state = 184}, + [5735] = {.lex_state = 0, .external_lex_state = 184}, + [5736] = {.lex_state = 0, .external_lex_state = 184}, + [5737] = {.lex_state = 0, .external_lex_state = 184}, + [5738] = {.lex_state = 0, .external_lex_state = 184}, + [5739] = {.lex_state = 0, .external_lex_state = 232}, + [5740] = {.lex_state = 0, .external_lex_state = 184}, + [5741] = {.lex_state = 0, .external_lex_state = 232}, + [5742] = {.lex_state = 0, .external_lex_state = 238}, + [5743] = {.lex_state = 0, .external_lex_state = 184}, + [5744] = {.lex_state = 0, .external_lex_state = 184}, + [5745] = {.lex_state = 0, .external_lex_state = 184}, + [5746] = {.lex_state = 0, .external_lex_state = 250}, + [5747] = {.lex_state = 0, .external_lex_state = 184}, + [5748] = {.lex_state = 0, .external_lex_state = 238}, + [5749] = {.lex_state = 0, .external_lex_state = 226}, + [5750] = {.lex_state = 0, .external_lex_state = 232}, + [5751] = {.lex_state = 0, .external_lex_state = 184}, + [5752] = {.lex_state = 0, .external_lex_state = 184}, + [5753] = {.lex_state = 0, .external_lex_state = 184}, + [5754] = {.lex_state = 0, .external_lex_state = 232}, + [5755] = {.lex_state = 0, .external_lex_state = 251}, + [5756] = {.lex_state = 0, .external_lex_state = 253}, + [5757] = {.lex_state = 0, .external_lex_state = 226}, + [5758] = {.lex_state = 0, .external_lex_state = 232}, + [5759] = {.lex_state = 0, .external_lex_state = 226}, + [5760] = {.lex_state = 0, .external_lex_state = 220}, + [5761] = {.lex_state = 0, .external_lex_state = 184}, + [5762] = {.lex_state = 0, .external_lex_state = 221}, + [5763] = {.lex_state = 0, .external_lex_state = 184}, + [5764] = {.lex_state = 0, .external_lex_state = 184}, + [5765] = {.lex_state = 0, .external_lex_state = 184}, + [5766] = {.lex_state = 0, .external_lex_state = 232}, + [5767] = {.lex_state = 0, .external_lex_state = 252}, + [5768] = {.lex_state = 0, .external_lex_state = 184}, + [5769] = {.lex_state = 0, .external_lex_state = 184}, + [5770] = {.lex_state = 0, .external_lex_state = 184}, + [5771] = {.lex_state = 0, .external_lex_state = 226}, + [5772] = {.lex_state = 0, .external_lex_state = 184}, + [5773] = {.lex_state = 0, .external_lex_state = 184}, + [5774] = {.lex_state = 0, .external_lex_state = 184}, + [5775] = {.lex_state = 0, .external_lex_state = 184}, + [5776] = {.lex_state = 0, .external_lex_state = 184}, + [5777] = {.lex_state = 0, .external_lex_state = 184}, + [5778] = {.lex_state = 0, .external_lex_state = 184}, + [5779] = {.lex_state = 0, .external_lex_state = 184}, + [5780] = {.lex_state = 0, .external_lex_state = 220}, + [5781] = {.lex_state = 0, .external_lex_state = 220}, + [5782] = {.lex_state = 0, .external_lex_state = 221}, + [5783] = {.lex_state = 0, .external_lex_state = 232}, + [5784] = {.lex_state = 0, .external_lex_state = 251}, + [5785] = {.lex_state = 0, .external_lex_state = 184}, + [5786] = {.lex_state = 0, .external_lex_state = 184}, + [5787] = {.lex_state = 0, .external_lex_state = 194}, + [5788] = {.lex_state = 0, .external_lex_state = 184}, + [5789] = {.lex_state = 0, .external_lex_state = 226}, + [5790] = {.lex_state = 0, .external_lex_state = 184}, + [5791] = {.lex_state = 0, .external_lex_state = 184}, + [5792] = {.lex_state = 0, .external_lex_state = 226}, + [5793] = {.lex_state = 0, .external_lex_state = 184}, + [5794] = {.lex_state = 0, .external_lex_state = 226}, + [5795] = {.lex_state = 0, .external_lex_state = 184}, + [5796] = {.lex_state = 0, .external_lex_state = 184}, + [5797] = {.lex_state = 0, .external_lex_state = 226}, + [5798] = {.lex_state = 0, .external_lex_state = 184}, + [5799] = {.lex_state = 0, .external_lex_state = 251}, + [5800] = {.lex_state = 0, .external_lex_state = 184}, + [5801] = {.lex_state = 0, .external_lex_state = 226}, + [5802] = {.lex_state = 0, .external_lex_state = 184}, + [5803] = {.lex_state = 0, .external_lex_state = 232}, + [5804] = {.lex_state = 0, .external_lex_state = 184}, + [5805] = {.lex_state = 0, .external_lex_state = 252}, + [5806] = {.lex_state = 0, .external_lex_state = 184}, + [5807] = {.lex_state = 0, .external_lex_state = 184}, + [5808] = {.lex_state = 0, .external_lex_state = 220}, + [5809] = {.lex_state = 0, .external_lex_state = 254}, + [5810] = {.lex_state = 0, .external_lex_state = 184}, + [5811] = {.lex_state = 0, .external_lex_state = 250}, + [5812] = {.lex_state = 0, .external_lex_state = 184}, + [5813] = {.lex_state = 0, .external_lex_state = 251}, + [5814] = {.lex_state = 0, .external_lex_state = 226}, + [5815] = {.lex_state = 0, .external_lex_state = 184}, + [5816] = {.lex_state = 0, .external_lex_state = 253}, + [5817] = {.lex_state = 0, .external_lex_state = 184}, + [5818] = {.lex_state = 0, .external_lex_state = 226}, + [5819] = {.lex_state = 0, .external_lex_state = 226}, + [5820] = {.lex_state = 0, .external_lex_state = 184}, + [5821] = {.lex_state = 0, .external_lex_state = 184}, + [5822] = {.lex_state = 0, .external_lex_state = 250}, + [5823] = {.lex_state = 0, .external_lex_state = 252}, + [5824] = {.lex_state = 0, .external_lex_state = 184}, + [5825] = {.lex_state = 0, .external_lex_state = 226}, + [5826] = {.lex_state = 0, .external_lex_state = 244}, + [5827] = {.lex_state = 0, .external_lex_state = 184}, + [5828] = {.lex_state = 0, .external_lex_state = 244}, + [5829] = {.lex_state = 0, .external_lex_state = 184}, + [5830] = {.lex_state = 0, .external_lex_state = 244}, + [5831] = {.lex_state = 0, .external_lex_state = 184}, + [5832] = {.lex_state = 0, .external_lex_state = 226}, + [5833] = {.lex_state = 0, .external_lex_state = 184}, + [5834] = {.lex_state = 0, .external_lex_state = 250}, + [5835] = {.lex_state = 0, .external_lex_state = 252}, + [5836] = {.lex_state = 0, .external_lex_state = 255}, + [5837] = {.lex_state = 0, .external_lex_state = 184}, + [5838] = {.lex_state = 0, .external_lex_state = 184}, + [5839] = {.lex_state = 0, .external_lex_state = 220}, + [5840] = {.lex_state = 0, .external_lex_state = 255}, + [5841] = {.lex_state = 0, .external_lex_state = 184}, + [5842] = {.lex_state = 0, .external_lex_state = 184}, + [5843] = {.lex_state = 0, .external_lex_state = 226}, + [5844] = {.lex_state = 0, .external_lex_state = 184}, + [5845] = {.lex_state = 0, .external_lex_state = 184}, + [5846] = {.lex_state = 0, .external_lex_state = 184}, + [5847] = {.lex_state = 0, .external_lex_state = 220}, + [5848] = {.lex_state = 0, .external_lex_state = 220}, + [5849] = {.lex_state = 0, .external_lex_state = 184}, + [5850] = {.lex_state = 0, .external_lex_state = 255}, + [5851] = {.lex_state = 0, .external_lex_state = 184}, + [5852] = {.lex_state = 0, .external_lex_state = 184}, + [5853] = {.lex_state = 0, .external_lex_state = 184}, + [5854] = {.lex_state = 0, .external_lex_state = 253}, + [5855] = {.lex_state = 0, .external_lex_state = 246}, + [5856] = {.lex_state = 0, .external_lex_state = 246}, + [5857] = {.lex_state = 0, .external_lex_state = 246}, + [5858] = {.lex_state = 0, .external_lex_state = 256}, + [5859] = {.lex_state = 0, .external_lex_state = 226}, + [5860] = {.lex_state = 0, .external_lex_state = 184}, + [5861] = {.lex_state = 0, .external_lex_state = 184}, + [5862] = {.lex_state = 0, .external_lex_state = 184}, + [5863] = {.lex_state = 0, .external_lex_state = 184}, + [5864] = {.lex_state = 0, .external_lex_state = 184}, + [5865] = {.lex_state = 0, .external_lex_state = 184}, + [5866] = {.lex_state = 0, .external_lex_state = 184}, + [5867] = {.lex_state = 0, .external_lex_state = 220}, + [5868] = {.lex_state = 0, .external_lex_state = 184}, + [5869] = {.lex_state = 0, .external_lex_state = 184}, + [5870] = {.lex_state = 0, .external_lex_state = 221}, + [5871] = {.lex_state = 0, .external_lex_state = 184}, + [5872] = {.lex_state = 0, .external_lex_state = 244}, + [5873] = {.lex_state = 0, .external_lex_state = 184}, + [5874] = {.lex_state = 0, .external_lex_state = 184}, + [5875] = {.lex_state = 0, .external_lex_state = 252}, + [5876] = {.lex_state = 0, .external_lex_state = 220}, + [5877] = {.lex_state = 0, .external_lex_state = 184}, + [5878] = {.lex_state = 0, .external_lex_state = 184}, + [5879] = {.lex_state = 0, .external_lex_state = 257}, + [5880] = {.lex_state = 0, .external_lex_state = 184}, + [5881] = {.lex_state = 0, .external_lex_state = 257}, + [5882] = {.lex_state = 0, .external_lex_state = 232}, + [5883] = {.lex_state = 0, .external_lex_state = 226}, + [5884] = {.lex_state = 0, .external_lex_state = 184}, + [5885] = {.lex_state = 0, .external_lex_state = 184}, + [5886] = {.lex_state = 0, .external_lex_state = 240}, + [5887] = {.lex_state = 0, .external_lex_state = 234}, + [5888] = {.lex_state = 0, .external_lex_state = 251}, + [5889] = {.lex_state = 0, .external_lex_state = 226}, + [5890] = {.lex_state = 0, .external_lex_state = 220}, + [5891] = {.lex_state = 0, .external_lex_state = 226}, + [5892] = {.lex_state = 0, .external_lex_state = 226}, + [5893] = {.lex_state = 0, .external_lex_state = 184}, + [5894] = {.lex_state = 0, .external_lex_state = 184}, + [5895] = {.lex_state = 0, .external_lex_state = 184}, + [5896] = {.lex_state = 0, .external_lex_state = 184}, + [5897] = {.lex_state = 0, .external_lex_state = 232}, + [5898] = {.lex_state = 0, .external_lex_state = 184}, + [5899] = {.lex_state = 0, .external_lex_state = 184}, + [5900] = {.lex_state = 0, .external_lex_state = 253}, + [5901] = {.lex_state = 0, .external_lex_state = 184}, + [5902] = {.lex_state = 0, .external_lex_state = 184}, + [5903] = {.lex_state = 0, .external_lex_state = 184}, + [5904] = {.lex_state = 0, .external_lex_state = 184}, + [5905] = {.lex_state = 0, .external_lex_state = 232}, + [5906] = {.lex_state = 0, .external_lex_state = 258}, + [5907] = {.lex_state = 0, .external_lex_state = 184}, + [5908] = {.lex_state = 0, .external_lex_state = 184}, + [5909] = {.lex_state = 0, .external_lex_state = 184}, + [5910] = {.lex_state = 0, .external_lex_state = 226}, + [5911] = {.lex_state = 0, .external_lex_state = 184}, + [5912] = {.lex_state = 0, .external_lex_state = 184}, + [5913] = {.lex_state = 0, .external_lex_state = 184}, + [5914] = {.lex_state = 0, .external_lex_state = 184}, + [5915] = {.lex_state = 0, .external_lex_state = 184}, + [5916] = {.lex_state = 0, .external_lex_state = 184}, + [5917] = {.lex_state = 0, .external_lex_state = 241}, + [5918] = {.lex_state = 0, .external_lex_state = 226}, + [5919] = {.lex_state = 0, .external_lex_state = 226}, + [5920] = {.lex_state = 0, .external_lex_state = 184}, + [5921] = {.lex_state = 0, .external_lex_state = 226}, + [5922] = {.lex_state = 0, .external_lex_state = 252}, + [5923] = {.lex_state = 0, .external_lex_state = 184}, + [5924] = {.lex_state = 0, .external_lex_state = 184}, + [5925] = {.lex_state = 0, .external_lex_state = 184}, + [5926] = {.lex_state = 0, .external_lex_state = 254}, + [5927] = {.lex_state = 0, .external_lex_state = 184}, + [5928] = {.lex_state = 0, .external_lex_state = 184}, + [5929] = {.lex_state = 0, .external_lex_state = 184}, + [5930] = {.lex_state = 0, .external_lex_state = 184}, + [5931] = {.lex_state = 0, .external_lex_state = 184}, + [5932] = {.lex_state = 0, .external_lex_state = 184}, + [5933] = {.lex_state = 0, .external_lex_state = 184}, + [5934] = {.lex_state = 0, .external_lex_state = 244}, + [5935] = {.lex_state = 0, .external_lex_state = 184}, + [5936] = {.lex_state = 0, .external_lex_state = 232}, + [5937] = {.lex_state = 0, .external_lex_state = 184}, + [5938] = {.lex_state = 0, .external_lex_state = 220}, + [5939] = {.lex_state = 0, .external_lex_state = 184}, + [5940] = {.lex_state = 0, .external_lex_state = 184}, + [5941] = {.lex_state = 0, .external_lex_state = 184}, + [5942] = {.lex_state = 0, .external_lex_state = 184}, + [5943] = {.lex_state = 0, .external_lex_state = 184}, + [5944] = {.lex_state = 0, .external_lex_state = 184}, + [5945] = {.lex_state = 0, .external_lex_state = 184}, + [5946] = {.lex_state = 0, .external_lex_state = 184}, + [5947] = {.lex_state = 0, .external_lex_state = 184}, + [5948] = {.lex_state = 0, .external_lex_state = 226}, + [5949] = {.lex_state = 0, .external_lex_state = 221}, + [5950] = {.lex_state = 0, .external_lex_state = 184}, + [5951] = {.lex_state = 0, .external_lex_state = 184}, + [5952] = {.lex_state = 0, .external_lex_state = 184}, + [5953] = {.lex_state = 0, .external_lex_state = 184}, + [5954] = {.lex_state = 0, .external_lex_state = 226}, + [5955] = {.lex_state = 0, .external_lex_state = 232}, + [5956] = {.lex_state = 0, .external_lex_state = 184}, + [5957] = {.lex_state = 0, .external_lex_state = 184}, + [5958] = {.lex_state = 0, .external_lex_state = 184}, + [5959] = {.lex_state = 0, .external_lex_state = 184}, + [5960] = {.lex_state = 0, .external_lex_state = 184}, + [5961] = {.lex_state = 0, .external_lex_state = 240}, + [5962] = {.lex_state = 0, .external_lex_state = 184}, + [5963] = {.lex_state = 0, .external_lex_state = 226}, + [5964] = {.lex_state = 0, .external_lex_state = 232}, + [5965] = {.lex_state = 0, .external_lex_state = 249}, + [5966] = {.lex_state = 0, .external_lex_state = 226}, + [5967] = {.lex_state = 0, .external_lex_state = 251}, + [5968] = {.lex_state = 0, .external_lex_state = 184}, + [5969] = {.lex_state = 0, .external_lex_state = 244}, + [5970] = {.lex_state = 0, .external_lex_state = 184}, + [5971] = {.lex_state = 0, .external_lex_state = 184}, + [5972] = {.lex_state = 0, .external_lex_state = 226}, + [5973] = {.lex_state = 0, .external_lex_state = 184}, + [5974] = {.lex_state = 0, .external_lex_state = 184}, + [5975] = {.lex_state = 0, .external_lex_state = 253}, + [5976] = {.lex_state = 0, .external_lex_state = 184}, + [5977] = {.lex_state = 0, .external_lex_state = 184}, + [5978] = {.lex_state = 0, .external_lex_state = 220}, + [5979] = {.lex_state = 0, .external_lex_state = 184}, + [5980] = {.lex_state = 0, .external_lex_state = 184}, + [5981] = {.lex_state = 0, .external_lex_state = 184}, + [5982] = {.lex_state = 0, .external_lex_state = 221}, + [5983] = {.lex_state = 0, .external_lex_state = 184}, + [5984] = {.lex_state = 0, .external_lex_state = 184}, + [5985] = {.lex_state = 0, .external_lex_state = 184}, + [5986] = {.lex_state = 0, .external_lex_state = 184}, + [5987] = {.lex_state = 0, .external_lex_state = 226}, + [5988] = {.lex_state = 0, .external_lex_state = 226}, + [5989] = {.lex_state = 0, .external_lex_state = 184}, + [5990] = {.lex_state = 0, .external_lex_state = 232}, + [5991] = {.lex_state = 0, .external_lex_state = 184}, + [5992] = {.lex_state = 0, .external_lex_state = 184}, + [5993] = {.lex_state = 0, .external_lex_state = 184}, + [5994] = {.lex_state = 0, .external_lex_state = 184}, + [5995] = {.lex_state = 0, .external_lex_state = 184}, + [5996] = {.lex_state = 0, .external_lex_state = 184}, + [5997] = {.lex_state = 0, .external_lex_state = 255}, + [5998] = {.lex_state = 0, .external_lex_state = 184}, + [5999] = {.lex_state = 0, .external_lex_state = 232}, + [6000] = {.lex_state = 0, .external_lex_state = 255}, + [6001] = {.lex_state = 0, .external_lex_state = 184}, + [6002] = {.lex_state = 0, .external_lex_state = 184}, + [6003] = {.lex_state = 0, .external_lex_state = 184}, + [6004] = {.lex_state = 0, .external_lex_state = 184}, + [6005] = {.lex_state = 0, .external_lex_state = 184}, + [6006] = {.lex_state = 0, .external_lex_state = 184}, + [6007] = {.lex_state = 0, .external_lex_state = 184}, + [6008] = {.lex_state = 0, .external_lex_state = 259}, + [6009] = {.lex_state = 0, .external_lex_state = 184}, + [6010] = {.lex_state = 0, .external_lex_state = 184}, + [6011] = {.lex_state = 0, .external_lex_state = 259}, + [6012] = {.lex_state = 0, .external_lex_state = 184}, + [6013] = {.lex_state = 0, .external_lex_state = 260}, + [6014] = {.lex_state = 0, .external_lex_state = 220}, + [6015] = {.lex_state = 0, .external_lex_state = 220}, + [6016] = {.lex_state = 0, .external_lex_state = 184}, + [6017] = {.lex_state = 0, .external_lex_state = 184}, [6018] = {.lex_state = 0, .external_lex_state = 259}, - [6019] = {.lex_state = 0, .external_lex_state = 259}, - [6020] = {.lex_state = 0, .external_lex_state = 260}, - [6021] = {.lex_state = 0, .external_lex_state = 186}, - [6022] = {.lex_state = 0, .external_lex_state = 259}, - [6023] = {.lex_state = 0, .external_lex_state = 222}, - [6024] = {.lex_state = 0, .external_lex_state = 222}, - [6025] = {.lex_state = 0, .external_lex_state = 186}, - [6026] = {.lex_state = 0, .external_lex_state = 259}, + [6019] = {.lex_state = 0, .external_lex_state = 261}, + [6020] = {.lex_state = 0, .external_lex_state = 259}, + [6021] = {.lex_state = 0, .external_lex_state = 184}, + [6022] = {.lex_state = 0, .external_lex_state = 184}, + [6023] = {.lex_state = 0, .external_lex_state = 240}, + [6024] = {.lex_state = 0, .external_lex_state = 226}, + [6025] = {.lex_state = 0, .external_lex_state = 184}, + [6026] = {.lex_state = 0, .external_lex_state = 184}, [6027] = {.lex_state = 0, .external_lex_state = 259}, - [6028] = {.lex_state = 0, .external_lex_state = 261}, - [6029] = {.lex_state = 0, .external_lex_state = 259}, - [6030] = {.lex_state = 0, .external_lex_state = 259}, - [6031] = {.lex_state = 0, .external_lex_state = 186}, - [6032] = {.lex_state = 0, .external_lex_state = 186}, - [6033] = {.lex_state = 0, .external_lex_state = 224}, - [6034] = {.lex_state = 0, .external_lex_state = 186}, - [6035] = {.lex_state = 0, .external_lex_state = 222}, - [6036] = {.lex_state = 0, .external_lex_state = 261}, - [6037] = {.lex_state = 0, .external_lex_state = 259}, - [6038] = {.lex_state = 0, .external_lex_state = 249}, + [6028] = {.lex_state = 0, .external_lex_state = 220}, + [6029] = {.lex_state = 0, .external_lex_state = 262}, + [6030] = {.lex_state = 0, .external_lex_state = 184}, + [6031] = {.lex_state = 0, .external_lex_state = 220}, + [6032] = {.lex_state = 0, .external_lex_state = 259}, + [6033] = {.lex_state = 0, .external_lex_state = 259}, + [6034] = {.lex_state = 0, .external_lex_state = 184}, + [6035] = {.lex_state = 0, .external_lex_state = 220}, + [6036] = {.lex_state = 0, .external_lex_state = 184}, + [6037] = {.lex_state = 0, .external_lex_state = 220}, + [6038] = {.lex_state = 0, .external_lex_state = 259}, [6039] = {.lex_state = 0, .external_lex_state = 261}, - [6040] = {.lex_state = 0, .external_lex_state = 259}, - [6041] = {.lex_state = 0, .external_lex_state = 251}, - [6042] = {.lex_state = 0, .external_lex_state = 259}, - [6043] = {.lex_state = 0, .external_lex_state = 262}, - [6044] = {.lex_state = 0, .external_lex_state = 259}, - [6045] = {.lex_state = 0, .external_lex_state = 186}, - [6046] = {.lex_state = 0, .external_lex_state = 259}, - [6047] = {.lex_state = 0, .external_lex_state = 186}, - [6048] = {.lex_state = 0, .external_lex_state = 186}, - [6049] = {.lex_state = 0, .external_lex_state = 259}, - [6050] = {.lex_state = 0, .external_lex_state = 259}, - [6051] = {.lex_state = 0, .external_lex_state = 222}, - [6052] = {.lex_state = 0, .external_lex_state = 186}, + [6040] = {.lex_state = 0, .external_lex_state = 184}, + [6041] = {.lex_state = 0, .external_lex_state = 262}, + [6042] = {.lex_state = 0, .external_lex_state = 220}, + [6043] = {.lex_state = 0, .external_lex_state = 184}, + [6044] = {.lex_state = 0, .external_lex_state = 184}, + [6045] = {.lex_state = 0, .external_lex_state = 184}, + [6046] = {.lex_state = 0, .external_lex_state = 184}, + [6047] = {.lex_state = 0, .external_lex_state = 259}, + [6048] = {.lex_state = 0, .external_lex_state = 184}, + [6049] = {.lex_state = 0, .external_lex_state = 184}, + [6050] = {.lex_state = 0, .external_lex_state = 255}, + [6051] = {.lex_state = 0, .external_lex_state = 220}, + [6052] = {.lex_state = 0, .external_lex_state = 263}, [6053] = {.lex_state = 0, .external_lex_state = 259}, - [6054] = {.lex_state = 0, .external_lex_state = 259}, - [6055] = {.lex_state = 0, .external_lex_state = 222}, - [6056] = {.lex_state = 0, .external_lex_state = 259}, - [6057] = {.lex_state = 0, .external_lex_state = 259}, - [6058] = {.lex_state = 0, .external_lex_state = 222}, - [6059] = {.lex_state = 0, .external_lex_state = 259}, - [6060] = {.lex_state = 0, .external_lex_state = 186}, - [6061] = {.lex_state = 0, .external_lex_state = 259}, - [6062] = {.lex_state = 0, .external_lex_state = 261}, - [6063] = {.lex_state = 0, .external_lex_state = 261}, - [6064] = {.lex_state = 0, .external_lex_state = 259}, - [6065] = {.lex_state = 0, .external_lex_state = 259}, - [6066] = {.lex_state = 0, .external_lex_state = 259}, - [6067] = {.lex_state = 0, .external_lex_state = 210}, - [6068] = {.lex_state = 0, .external_lex_state = 259}, - [6069] = {.lex_state = 0, .external_lex_state = 222}, - [6070] = {.lex_state = 0, .external_lex_state = 259}, - [6071] = {.lex_state = 0, .external_lex_state = 259}, - [6072] = {.lex_state = 0, .external_lex_state = 210}, - [6073] = {.lex_state = 0, .external_lex_state = 186}, - [6074] = {.lex_state = 0, .external_lex_state = 259}, - [6075] = {.lex_state = 0, .external_lex_state = 186}, - [6076] = {.lex_state = 0, .external_lex_state = 261}, - [6077] = {.lex_state = 0, .external_lex_state = 186}, + [6054] = {.lex_state = 0, .external_lex_state = 184}, + [6055] = {.lex_state = 0, .external_lex_state = 259}, + [6056] = {.lex_state = 0, .external_lex_state = 264}, + [6057] = {.lex_state = 0, .external_lex_state = 184}, + [6058] = {.lex_state = 0, .external_lex_state = 261}, + [6059] = {.lex_state = 0, .external_lex_state = 265}, + [6060] = {.lex_state = 0, .external_lex_state = 220}, + [6061] = {.lex_state = 0, .external_lex_state = 220}, + [6062] = {.lex_state = 0, .external_lex_state = 184}, + [6063] = {.lex_state = 0, .external_lex_state = 226}, + [6064] = {.lex_state = 0, .external_lex_state = 184}, + [6065] = {.lex_state = 0, .external_lex_state = 184}, + [6066] = {.lex_state = 0, .external_lex_state = 184}, + [6067] = {.lex_state = 0, .external_lex_state = 220}, + [6068] = {.lex_state = 0, .external_lex_state = 184}, + [6069] = {.lex_state = 0, .external_lex_state = 220}, + [6070] = {.lex_state = 0, .external_lex_state = 261}, + [6071] = {.lex_state = 0, .external_lex_state = 253}, + [6072] = {.lex_state = 0, .external_lex_state = 184}, + [6073] = {.lex_state = 0, .external_lex_state = 261}, + [6074] = {.lex_state = 0, .external_lex_state = 220}, + [6075] = {.lex_state = 0, .external_lex_state = 184}, + [6076] = {.lex_state = 0, .external_lex_state = 184}, + [6077] = {.lex_state = 0, .external_lex_state = 184}, [6078] = {.lex_state = 0, .external_lex_state = 259}, - [6079] = {.lex_state = 0, .external_lex_state = 186}, - [6080] = {.lex_state = 0, .external_lex_state = 186}, - [6081] = {.lex_state = 0, .external_lex_state = 186}, - [6082] = {.lex_state = 0, .external_lex_state = 186}, - [6083] = {.lex_state = 0, .external_lex_state = 261}, - [6084] = {.lex_state = 0, .external_lex_state = 222}, - [6085] = {.lex_state = 0, .external_lex_state = 186}, - [6086] = {.lex_state = 0, .external_lex_state = 236}, - [6087] = {.lex_state = 0, .external_lex_state = 186}, - [6088] = {.lex_state = 0, .external_lex_state = 259}, - [6089] = {.lex_state = 0, .external_lex_state = 259}, - [6090] = {.lex_state = 0, .external_lex_state = 186}, - [6091] = {.lex_state = 0, .external_lex_state = 186}, - [6092] = {.lex_state = 0, .external_lex_state = 186}, - [6093] = {.lex_state = 0, .external_lex_state = 259}, - [6094] = {.lex_state = 0, .external_lex_state = 259}, - [6095] = {.lex_state = 0, .external_lex_state = 186}, - [6096] = {.lex_state = 0, .external_lex_state = 186}, - [6097] = {.lex_state = 0, .external_lex_state = 186}, - [6098] = {.lex_state = 0, .external_lex_state = 186}, - [6099] = {.lex_state = 0, .external_lex_state = 253}, - [6100] = {.lex_state = 0, .external_lex_state = 186}, - [6101] = {.lex_state = 0, .external_lex_state = 259}, - [6102] = {.lex_state = 0, .external_lex_state = 261}, - [6103] = {.lex_state = 0, .external_lex_state = 259}, - [6104] = {.lex_state = 0, .external_lex_state = 251}, - [6105] = {.lex_state = 0, .external_lex_state = 259}, - [6106] = {.lex_state = 0, .external_lex_state = 186}, - [6107] = {.lex_state = 0, .external_lex_state = 259}, - [6108] = {.lex_state = 0, .external_lex_state = 260}, - [6109] = {.lex_state = 0, .external_lex_state = 259}, - [6110] = {.lex_state = 0, .external_lex_state = 260}, - [6111] = {.lex_state = 0, .external_lex_state = 186}, - [6112] = {.lex_state = 0, .external_lex_state = 186}, - [6113] = {.lex_state = 0, .external_lex_state = 186}, - [6114] = {.lex_state = 0, .external_lex_state = 222}, - [6115] = {.lex_state = 0, .external_lex_state = 186}, + [6079] = {.lex_state = 0, .external_lex_state = 184}, + [6080] = {.lex_state = 0, .external_lex_state = 184}, + [6081] = {.lex_state = 0, .external_lex_state = 184}, + [6082] = {.lex_state = 0, .external_lex_state = 264}, + [6083] = {.lex_state = 0, .external_lex_state = 220}, + [6084] = {.lex_state = 0, .external_lex_state = 220}, + [6085] = {.lex_state = 0, .external_lex_state = 259}, + [6086] = {.lex_state = 0, .external_lex_state = 184}, + [6087] = {.lex_state = 0, .external_lex_state = 220}, + [6088] = {.lex_state = 0, .external_lex_state = 226}, + [6089] = {.lex_state = 0, .external_lex_state = 262}, + [6090] = {.lex_state = 0, .external_lex_state = 261}, + [6091] = {.lex_state = 0, .external_lex_state = 184}, + [6092] = {.lex_state = 0, .external_lex_state = 259}, + [6093] = {.lex_state = 0, .external_lex_state = 184}, + [6094] = {.lex_state = 0, .external_lex_state = 261}, + [6095] = {.lex_state = 0, .external_lex_state = 220}, + [6096] = {.lex_state = 0, .external_lex_state = 220}, + [6097] = {.lex_state = 0, .external_lex_state = 259}, + [6098] = {.lex_state = 0, .external_lex_state = 247}, + [6099] = {.lex_state = 0, .external_lex_state = 184}, + [6100] = {.lex_state = 0, .external_lex_state = 220}, + [6101] = {.lex_state = 0, .external_lex_state = 184}, + [6102] = {.lex_state = 0, .external_lex_state = 184}, + [6103] = {.lex_state = 0, .external_lex_state = 184}, + [6104] = {.lex_state = 0, .external_lex_state = 184}, + [6105] = {.lex_state = 0, .external_lex_state = 184}, + [6106] = {.lex_state = 0, .external_lex_state = 184}, + [6107] = {.lex_state = 0, .external_lex_state = 220}, + [6108] = {.lex_state = 0, .external_lex_state = 184}, + [6109] = {.lex_state = 0, .external_lex_state = 184}, + [6110] = {.lex_state = 0, .external_lex_state = 184}, + [6111] = {.lex_state = 0, .external_lex_state = 184}, + [6112] = {.lex_state = 0, .external_lex_state = 262}, + [6113] = {.lex_state = 0, .external_lex_state = 184}, + [6114] = {.lex_state = 0, .external_lex_state = 220}, + [6115] = {.lex_state = 0, .external_lex_state = 184}, [6116] = {.lex_state = 0, .external_lex_state = 259}, - [6117] = {.lex_state = 0, .external_lex_state = 259}, - [6118] = {.lex_state = 0, .external_lex_state = 259}, - [6119] = {.lex_state = 0, .external_lex_state = 186}, - [6120] = {.lex_state = 0, .external_lex_state = 259}, - [6121] = {.lex_state = 0, .external_lex_state = 186}, - [6122] = {.lex_state = 0, .external_lex_state = 259}, - [6123] = {.lex_state = 0, .external_lex_state = 261}, - [6124] = {.lex_state = 0, .external_lex_state = 259}, + [6117] = {.lex_state = 0, .external_lex_state = 184}, + [6118] = {.lex_state = 0, .external_lex_state = 184}, + [6119] = {.lex_state = 0, .external_lex_state = 220}, + [6120] = {.lex_state = 0, .external_lex_state = 184}, + [6121] = {.lex_state = 0, .external_lex_state = 261}, + [6122] = {.lex_state = 0, .external_lex_state = 263}, + [6123] = {.lex_state = 0, .external_lex_state = 220}, + [6124] = {.lex_state = 0, .external_lex_state = 184}, [6125] = {.lex_state = 0, .external_lex_state = 259}, - [6126] = {.lex_state = 0, .external_lex_state = 186}, - [6127] = {.lex_state = 0, .external_lex_state = 259}, - [6128] = {.lex_state = 0, .external_lex_state = 261}, - [6129] = {.lex_state = 0, .external_lex_state = 224}, - [6130] = {.lex_state = 0, .external_lex_state = 186}, - [6131] = {.lex_state = 0, .external_lex_state = 186}, - [6132] = {.lex_state = 0, .external_lex_state = 259}, - [6133] = {.lex_state = 0, .external_lex_state = 186}, - [6134] = {.lex_state = 0, .external_lex_state = 259}, - [6135] = {.lex_state = 0, .external_lex_state = 259}, - [6136] = {.lex_state = 0, .external_lex_state = 259}, - [6137] = {.lex_state = 0, .external_lex_state = 186}, - [6138] = {.lex_state = 0, .external_lex_state = 186}, - [6139] = {.lex_state = 0, .external_lex_state = 259}, - [6140] = {.lex_state = 0, .external_lex_state = 186}, - [6141] = {.lex_state = 0, .external_lex_state = 186}, - [6142] = {.lex_state = 0, .external_lex_state = 259}, - [6143] = {.lex_state = 0, .external_lex_state = 186}, - [6144] = {.lex_state = 0, .external_lex_state = 259}, - [6145] = {.lex_state = 0, .external_lex_state = 186}, - [6146] = {.lex_state = 0, .external_lex_state = 186}, - [6147] = {.lex_state = 0, .external_lex_state = 186}, - [6148] = {.lex_state = 0, .external_lex_state = 186}, - [6149] = {.lex_state = 0, .external_lex_state = 263}, - [6150] = {.lex_state = 0, .external_lex_state = 259}, + [6126] = {.lex_state = 0, .external_lex_state = 259}, + [6127] = {.lex_state = 0, .external_lex_state = 264}, + [6128] = {.lex_state = 0, .external_lex_state = 184}, + [6129] = {.lex_state = 0, .external_lex_state = 184}, + [6130] = {.lex_state = 0, .external_lex_state = 184}, + [6131] = {.lex_state = 0, .external_lex_state = 259}, + [6132] = {.lex_state = 0, .external_lex_state = 184}, + [6133] = {.lex_state = 0, .external_lex_state = 264}, + [6134] = {.lex_state = 0, .external_lex_state = 261}, + [6135] = {.lex_state = 0, .external_lex_state = 184}, + [6136] = {.lex_state = 0, .external_lex_state = 220}, + [6137] = {.lex_state = 0, .external_lex_state = 254}, + [6138] = {.lex_state = 0, .external_lex_state = 220}, + [6139] = {.lex_state = 0, .external_lex_state = 220}, + [6140] = {.lex_state = 0, .external_lex_state = 220}, + [6141] = {.lex_state = 0, .external_lex_state = 184}, + [6142] = {.lex_state = 0, .external_lex_state = 264}, + [6143] = {.lex_state = 0, .external_lex_state = 259}, + [6144] = {.lex_state = 0, .external_lex_state = 184}, + [6145] = {.lex_state = 0, .external_lex_state = 184}, + [6146] = {.lex_state = 0, .external_lex_state = 259}, + [6147] = {.lex_state = 0, .external_lex_state = 184}, + [6148] = {.lex_state = 0, .external_lex_state = 261}, + [6149] = {.lex_state = 0, .external_lex_state = 264}, + [6150] = {.lex_state = 0, .external_lex_state = 238}, [6151] = {.lex_state = 0, .external_lex_state = 259}, - [6152] = {.lex_state = 0, .external_lex_state = 186}, - [6153] = {.lex_state = 0, .external_lex_state = 186}, - [6154] = {.lex_state = 0, .external_lex_state = 186}, - [6155] = {.lex_state = 0, .external_lex_state = 186}, - [6156] = {.lex_state = 0, .external_lex_state = 242}, - [6157] = {.lex_state = 0, .external_lex_state = 259}, - [6158] = {.lex_state = 0, .external_lex_state = 186}, - [6159] = {.lex_state = 0, .external_lex_state = 259}, - [6160] = {.lex_state = 0, .external_lex_state = 186}, - [6161] = {.lex_state = 0, .external_lex_state = 186}, - [6162] = {.lex_state = 0, .external_lex_state = 186}, - [6163] = {.lex_state = 0, .external_lex_state = 224}, - [6164] = {.lex_state = 0, .external_lex_state = 186}, - [6165] = {.lex_state = 0, .external_lex_state = 186}, - [6166] = {.lex_state = 0, .external_lex_state = 186}, - [6167] = {.lex_state = 0, .external_lex_state = 186}, - [6168] = {.lex_state = 0, .external_lex_state = 261}, - [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 = 222}, - [6173] = {.lex_state = 0, .external_lex_state = 186}, - [6174] = {.lex_state = 0, .external_lex_state = 186}, - [6175] = {.lex_state = 0, .external_lex_state = 186}, - [6176] = {.lex_state = 0, .external_lex_state = 186}, - [6177] = {.lex_state = 0, .external_lex_state = 222}, - [6178] = {.lex_state = 0, .external_lex_state = 186}, - [6179] = {.lex_state = 0, .external_lex_state = 250}, - [6180] = {.lex_state = 0, .external_lex_state = 186}, - [6181] = {.lex_state = 0, .external_lex_state = 186}, - [6182] = {.lex_state = 0, .external_lex_state = 231}, - [6183] = {.lex_state = 0, .external_lex_state = 186}, - [6184] = {.lex_state = 0, .external_lex_state = 186}, - [6185] = {.lex_state = 0, .external_lex_state = 261}, - [6186] = {.lex_state = 0, .external_lex_state = 243}, - [6187] = {.lex_state = 0, .external_lex_state = 249}, - [6188] = {.lex_state = 0, .external_lex_state = 222}, - [6189] = {.lex_state = 0, .external_lex_state = 222}, - [6190] = {.lex_state = 0, .external_lex_state = 259}, - [6191] = {.lex_state = 0, .external_lex_state = 186}, - [6192] = {.lex_state = 0, .external_lex_state = 236}, - [6193] = {.lex_state = 0, .external_lex_state = 259}, - [6194] = {.lex_state = 0, .external_lex_state = 186}, - [6195] = {.lex_state = 0, .external_lex_state = 186}, - [6196] = {.lex_state = 0, .external_lex_state = 224}, - [6197] = {.lex_state = 0, .external_lex_state = 242}, - [6198] = {.lex_state = 0, .external_lex_state = 186}, - [6199] = {.lex_state = 0, .external_lex_state = 260}, - [6200] = {.lex_state = 0, .external_lex_state = 259}, - [6201] = {.lex_state = 0, .external_lex_state = 259}, - [6202] = {.lex_state = 0, .external_lex_state = 186}, - [6203] = {.lex_state = 0, .external_lex_state = 259}, - [6204] = {.lex_state = 0, .external_lex_state = 231}, - [6205] = {.lex_state = 0, .external_lex_state = 261}, - [6206] = {.lex_state = 0, .external_lex_state = 222}, - [6207] = {.lex_state = 0, .external_lex_state = 186}, - [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 = 235}, - [6214] = {.lex_state = 0, .external_lex_state = 186}, - [6215] = {.lex_state = 0, .external_lex_state = 186}, - [6216] = {.lex_state = 0, .external_lex_state = 260}, - [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 = 259}, - [6221] = {.lex_state = 0, .external_lex_state = 186}, - [6222] = {.lex_state = 0, .external_lex_state = 186}, - [6223] = {.lex_state = 0, .external_lex_state = 186}, - [6224] = {.lex_state = 0, .external_lex_state = 253}, - [6225] = {.lex_state = 0, .external_lex_state = 259}, - [6226] = {.lex_state = 0, .external_lex_state = 186}, - [6227] = {.lex_state = 0, .external_lex_state = 186}, - [6228] = {.lex_state = 0, .external_lex_state = 186}, - [6229] = {.lex_state = 0, .external_lex_state = 186}, - [6230] = {.lex_state = 0, .external_lex_state = 186}, - [6231] = {.lex_state = 0, .external_lex_state = 260}, - [6232] = {.lex_state = 0, .external_lex_state = 186}, - [6233] = {.lex_state = 0, .external_lex_state = 222}, - [6234] = {.lex_state = 0, .external_lex_state = 259}, - [6235] = {.lex_state = 0, .external_lex_state = 186}, - [6236] = {.lex_state = 0, .external_lex_state = 186}, - [6237] = {.lex_state = 0, .external_lex_state = 186}, - [6238] = {.lex_state = 0, .external_lex_state = 186}, - [6239] = {.lex_state = 0, .external_lex_state = 186}, - [6240] = {.lex_state = 0, .external_lex_state = 186}, - [6241] = {.lex_state = 0, .external_lex_state = 186}, - [6242] = {.lex_state = 0, .external_lex_state = 261}, - [6243] = {.lex_state = 0, .external_lex_state = 264}, - [6244] = {.lex_state = 0, .external_lex_state = 186}, - [6245] = {.lex_state = 0, .external_lex_state = 186}, - [6246] = {.lex_state = 0, .external_lex_state = 186}, - [6247] = {.lex_state = 0, .external_lex_state = 186}, - [6248] = {.lex_state = 0, .external_lex_state = 186}, - [6249] = {.lex_state = 0, .external_lex_state = 259}, - [6250] = {.lex_state = 0, .external_lex_state = 260}, - [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 = 186}, - [6257] = {.lex_state = 0, .external_lex_state = 186}, - [6258] = {.lex_state = 0, .external_lex_state = 210}, - [6259] = {.lex_state = 0, .external_lex_state = 186}, - [6260] = {.lex_state = 0, .external_lex_state = 261}, - [6261] = {.lex_state = 0, .external_lex_state = 259}, - [6262] = {.lex_state = 0, .external_lex_state = 186}, - [6263] = {.lex_state = 0, .external_lex_state = 222}, - [6264] = {.lex_state = 0, .external_lex_state = 222}, - [6265] = {.lex_state = 0, .external_lex_state = 261}, - [6266] = {.lex_state = 0, .external_lex_state = 259}, - [6267] = {.lex_state = 0, .external_lex_state = 210}, - [6268] = {.lex_state = 0, .external_lex_state = 260}, - [6269] = {.lex_state = 0, .external_lex_state = 255}, - [6270] = {.lex_state = 0, .external_lex_state = 210}, - [6271] = {.lex_state = 0, .external_lex_state = 222}, - [6272] = {.lex_state = 0, .external_lex_state = 186}, - [6273] = {.lex_state = 0, .external_lex_state = 186}, - [6274] = {.lex_state = 0, .external_lex_state = 186}, - [6275] = {.lex_state = 0, .external_lex_state = 260}, - [6276] = {.lex_state = 0, .external_lex_state = 265}, - [6277] = {.lex_state = 0, .external_lex_state = 186}, - [6278] = {.lex_state = 0, .external_lex_state = 186}, - [6279] = {.lex_state = 0, .external_lex_state = 186}, - [6280] = {.lex_state = 0, .external_lex_state = 186}, - [6281] = {.lex_state = 0, .external_lex_state = 186}, - [6282] = {.lex_state = 0, .external_lex_state = 186}, - [6283] = {.lex_state = 0, .external_lex_state = 186}, - [6284] = {.lex_state = 0, .external_lex_state = 186}, - [6285] = {.lex_state = 0, .external_lex_state = 186}, - [6286] = {.lex_state = 0, .external_lex_state = 224}, - [6287] = {.lex_state = 0, .external_lex_state = 263}, - [6288] = {.lex_state = 0, .external_lex_state = 186}, - [6289] = {.lex_state = 0, .external_lex_state = 186}, - [6290] = {.lex_state = 0, .external_lex_state = 186}, - [6291] = {.lex_state = 0, .external_lex_state = 186}, - [6292] = {.lex_state = 0, .external_lex_state = 186}, - [6293] = {.lex_state = 0, .external_lex_state = 222}, - [6294] = {.lex_state = 0, .external_lex_state = 222}, - [6295] = {.lex_state = 0, .external_lex_state = 224}, - [6296] = {.lex_state = 0, .external_lex_state = 259}, - [6297] = {.lex_state = 0, .external_lex_state = 266}, - [6298] = {.lex_state = 0, .external_lex_state = 259}, - [6299] = {.lex_state = 0, .external_lex_state = 264}, - [6300] = {.lex_state = 0, .external_lex_state = 186}, - [6301] = {.lex_state = 0, .external_lex_state = 186}, - [6302] = {.lex_state = 0, .external_lex_state = 186}, - [6303] = {.lex_state = 0, .external_lex_state = 259}, - [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 = 222}, - [6308] = {.lex_state = 0, .external_lex_state = 267}, - [6309] = {.lex_state = 0, .external_lex_state = 186}, - [6310] = {.lex_state = 0, .external_lex_state = 259}, - [6311] = {.lex_state = 0, .external_lex_state = 224}, - [6312] = {.lex_state = 0, .external_lex_state = 261}, - [6313] = {.lex_state = 0, .external_lex_state = 186}, - [6314] = {.lex_state = 0, .external_lex_state = 186}, - [6315] = {.lex_state = 0, .external_lex_state = 259}, - [6316] = {.lex_state = 0, .external_lex_state = 224}, - [6317] = {.lex_state = 0, .external_lex_state = 186}, - [6318] = {.lex_state = 0, .external_lex_state = 259}, - [6319] = {.lex_state = 0, .external_lex_state = 261}, - [6320] = {.lex_state = 0, .external_lex_state = 186}, - [6321] = {.lex_state = 0, .external_lex_state = 186}, - [6322] = {.lex_state = 0, .external_lex_state = 222}, - [6323] = {.lex_state = 0, .external_lex_state = 186}, - [6324] = {.lex_state = 0, .external_lex_state = 268}, - [6325] = {.lex_state = 0, .external_lex_state = 186}, - [6326] = {.lex_state = 0, .external_lex_state = 186}, - [6327] = {.lex_state = 0, .external_lex_state = 186}, - [6328] = {.lex_state = 0, .external_lex_state = 251}, - [6329] = {.lex_state = 0, .external_lex_state = 186}, - [6330] = {.lex_state = 0, .external_lex_state = 186}, - [6331] = {.lex_state = 0, .external_lex_state = 186}, - [6332] = {.lex_state = 0, .external_lex_state = 186}, - [6333] = {.lex_state = 0, .external_lex_state = 186}, - [6334] = {.lex_state = 0, .external_lex_state = 186}, - [6335] = {.lex_state = 0, .external_lex_state = 186}, - [6336] = {.lex_state = 0, .external_lex_state = 251}, - [6337] = {.lex_state = 0, .external_lex_state = 186}, + [6152] = {.lex_state = 0, .external_lex_state = 263}, + [6153] = {.lex_state = 0, .external_lex_state = 264}, + [6154] = {.lex_state = 0, .external_lex_state = 264}, + [6155] = {.lex_state = 0, .external_lex_state = 184}, + [6156] = {.lex_state = 0, .external_lex_state = 184}, + [6157] = {.lex_state = 0, .external_lex_state = 184}, + [6158] = {.lex_state = 0, .external_lex_state = 220}, + [6159] = {.lex_state = 0, .external_lex_state = 184}, + [6160] = {.lex_state = 0, .external_lex_state = 264}, + [6161] = {.lex_state = 0, .external_lex_state = 184}, + [6162] = {.lex_state = 0, .external_lex_state = 184}, + [6163] = {.lex_state = 0, .external_lex_state = 184}, + [6164] = {.lex_state = 0, .external_lex_state = 184}, + [6165] = {.lex_state = 0, .external_lex_state = 184}, + [6166] = {.lex_state = 0, .external_lex_state = 259}, + [6167] = {.lex_state = 0, .external_lex_state = 184}, + [6168] = {.lex_state = 0, .external_lex_state = 184}, + [6169] = {.lex_state = 0, .external_lex_state = 184}, + [6170] = {.lex_state = 0, .external_lex_state = 184}, + [6171] = {.lex_state = 0, .external_lex_state = 184}, + [6172] = {.lex_state = 0, .external_lex_state = 259}, + [6173] = {.lex_state = 0, .external_lex_state = 184}, + [6174] = {.lex_state = 0, .external_lex_state = 226}, + [6175] = {.lex_state = 0, .external_lex_state = 261}, + [6176] = {.lex_state = 0, .external_lex_state = 184}, + [6177] = {.lex_state = 0, .external_lex_state = 184}, + [6178] = {.lex_state = 0, .external_lex_state = 264}, + [6179] = {.lex_state = 0, .external_lex_state = 259}, + [6180] = {.lex_state = 0, .external_lex_state = 220}, + [6181] = {.lex_state = 0, .external_lex_state = 184}, + [6182] = {.lex_state = 0, .external_lex_state = 260}, + [6183] = {.lex_state = 0, .external_lex_state = 184}, + [6184] = {.lex_state = 0, .external_lex_state = 184}, + [6185] = {.lex_state = 0, .external_lex_state = 184}, + [6186] = {.lex_state = 0, .external_lex_state = 184}, + [6187] = {.lex_state = 0, .external_lex_state = 266}, + [6188] = {.lex_state = 0, .external_lex_state = 220}, + [6189] = {.lex_state = 0, .external_lex_state = 184}, + [6190] = {.lex_state = 0, .external_lex_state = 184}, + [6191] = {.lex_state = 0, .external_lex_state = 259}, + [6192] = {.lex_state = 0, .external_lex_state = 184}, + [6193] = {.lex_state = 0, .external_lex_state = 261}, + [6194] = {.lex_state = 0, .external_lex_state = 184}, + [6195] = {.lex_state = 0, .external_lex_state = 254}, + [6196] = {.lex_state = 0, .external_lex_state = 259}, + [6197] = {.lex_state = 0, .external_lex_state = 184}, + [6198] = {.lex_state = 0, .external_lex_state = 261}, + [6199] = {.lex_state = 0, .external_lex_state = 184}, + [6200] = {.lex_state = 0, .external_lex_state = 220}, + [6201] = {.lex_state = 0, .external_lex_state = 264}, + [6202] = {.lex_state = 0, .external_lex_state = 264}, + [6203] = {.lex_state = 0, .external_lex_state = 261}, + [6204] = {.lex_state = 0, .external_lex_state = 220}, + [6205] = {.lex_state = 0, .external_lex_state = 184}, + [6206] = {.lex_state = 0, .external_lex_state = 184}, + [6207] = {.lex_state = 0, .external_lex_state = 184}, + [6208] = {.lex_state = 0, .external_lex_state = 259}, + [6209] = {.lex_state = 0, .external_lex_state = 184}, + [6210] = {.lex_state = 0, .external_lex_state = 259}, + [6211] = {.lex_state = 0, .external_lex_state = 238}, + [6212] = {.lex_state = 0, .external_lex_state = 184}, + [6213] = {.lex_state = 0, .external_lex_state = 261}, + [6214] = {.lex_state = 0, .external_lex_state = 259}, + [6215] = {.lex_state = 0, .external_lex_state = 184}, + [6216] = {.lex_state = 0, .external_lex_state = 184}, + [6217] = {.lex_state = 0, .external_lex_state = 264}, + [6218] = {.lex_state = 0, .external_lex_state = 220}, + [6219] = {.lex_state = 0, .external_lex_state = 259}, + [6220] = {.lex_state = 0, .external_lex_state = 184}, + [6221] = {.lex_state = 0, .external_lex_state = 261}, + [6222] = {.lex_state = 0, .external_lex_state = 259}, + [6223] = {.lex_state = 0, .external_lex_state = 264}, + [6224] = {.lex_state = 0, .external_lex_state = 260}, + [6225] = {.lex_state = 0, .external_lex_state = 220}, + [6226] = {.lex_state = 0, .external_lex_state = 259}, + [6227] = {.lex_state = 0, .external_lex_state = 220}, + [6228] = {.lex_state = 0, .external_lex_state = 184}, + [6229] = {.lex_state = 0, .external_lex_state = 184}, + [6230] = {.lex_state = 0, .external_lex_state = 184}, + [6231] = {.lex_state = 0, .external_lex_state = 259}, + [6232] = {.lex_state = 0, .external_lex_state = 261}, + [6233] = {.lex_state = 0, .external_lex_state = 220}, + [6234] = {.lex_state = 0, .external_lex_state = 220}, + [6235] = {.lex_state = 0, .external_lex_state = 184}, + [6236] = {.lex_state = 0, .external_lex_state = 264}, + [6237] = {.lex_state = 0, .external_lex_state = 251}, + [6238] = {.lex_state = 0, .external_lex_state = 220}, + [6239] = {.lex_state = 0, .external_lex_state = 184}, + [6240] = {.lex_state = 0, .external_lex_state = 184}, + [6241] = {.lex_state = 0, .external_lex_state = 184}, + [6242] = {.lex_state = 0, .external_lex_state = 184}, + [6243] = {.lex_state = 0, .external_lex_state = 261}, + [6244] = {.lex_state = 0, .external_lex_state = 264}, + [6245] = {.lex_state = 0, .external_lex_state = 260}, + [6246] = {.lex_state = 0, .external_lex_state = 184}, + [6247] = {.lex_state = 0, .external_lex_state = 260}, + [6248] = {.lex_state = 0, .external_lex_state = 184}, + [6249] = {.lex_state = 0, .external_lex_state = 184}, + [6250] = {.lex_state = 0, .external_lex_state = 184}, + [6251] = {.lex_state = 0, .external_lex_state = 184}, + [6252] = {.lex_state = 0, .external_lex_state = 184}, + [6253] = {.lex_state = 0, .external_lex_state = 259}, + [6254] = {.lex_state = 0, .external_lex_state = 184}, + [6255] = {.lex_state = 0, .external_lex_state = 184}, + [6256] = {.lex_state = 0, .external_lex_state = 184}, + [6257] = {.lex_state = 0, .external_lex_state = 260}, + [6258] = {.lex_state = 0, .external_lex_state = 184}, + [6259] = {.lex_state = 0, .external_lex_state = 184}, + [6260] = {.lex_state = 0, .external_lex_state = 220}, + [6261] = {.lex_state = 0, .external_lex_state = 184}, + [6262] = {.lex_state = 0, .external_lex_state = 220}, + [6263] = {.lex_state = 0, .external_lex_state = 184}, + [6264] = {.lex_state = 0, .external_lex_state = 261}, + [6265] = {.lex_state = 0, .external_lex_state = 259}, + [6266] = {.lex_state = 0, .external_lex_state = 184}, + [6267] = {.lex_state = 0, .external_lex_state = 184}, + [6268] = {.lex_state = 0, .external_lex_state = 184}, + [6269] = {.lex_state = 0, .external_lex_state = 184}, + [6270] = {.lex_state = 0, .external_lex_state = 255}, + [6271] = {.lex_state = 0, .external_lex_state = 184}, + [6272] = {.lex_state = 0, .external_lex_state = 260}, + [6273] = {.lex_state = 0, .external_lex_state = 184}, + [6274] = {.lex_state = 0, .external_lex_state = 184}, + [6275] = {.lex_state = 0, .external_lex_state = 220}, + [6276] = {.lex_state = 0, .external_lex_state = 184}, + [6277] = {.lex_state = 0, .external_lex_state = 260}, + [6278] = {.lex_state = 0, .external_lex_state = 260}, + [6279] = {.lex_state = 0, .external_lex_state = 261}, + [6280] = {.lex_state = 0, .external_lex_state = 184}, + [6281] = {.lex_state = 0, .external_lex_state = 226}, + [6282] = {.lex_state = 0, .external_lex_state = 184}, + [6283] = {.lex_state = 0, .external_lex_state = 220}, + [6284] = {.lex_state = 0, .external_lex_state = 226}, + [6285] = {.lex_state = 0, .external_lex_state = 240}, + [6286] = {.lex_state = 0, .external_lex_state = 184}, + [6287] = {.lex_state = 0, .external_lex_state = 184}, + [6288] = {.lex_state = 0, .external_lex_state = 184}, + [6289] = {.lex_state = 0, .external_lex_state = 184}, + [6290] = {.lex_state = 0, .external_lex_state = 264}, + [6291] = {.lex_state = 0, .external_lex_state = 184}, + [6292] = {.lex_state = 0, .external_lex_state = 184}, + [6293] = {.lex_state = 0, .external_lex_state = 184}, + [6294] = {.lex_state = 0, .external_lex_state = 263}, + [6295] = {.lex_state = 0, .external_lex_state = 184}, + [6296] = {.lex_state = 0, .external_lex_state = 184}, + [6297] = {.lex_state = 0, .external_lex_state = 184}, + [6298] = {.lex_state = 0, .external_lex_state = 260}, + [6299] = {.lex_state = 0, .external_lex_state = 260}, + [6300] = {.lex_state = 0, .external_lex_state = 261}, + [6301] = {.lex_state = 0, .external_lex_state = 262}, + [6302] = {.lex_state = 0, .external_lex_state = 184}, + [6303] = {.lex_state = 0, .external_lex_state = 260}, + [6304] = {.lex_state = 0, .external_lex_state = 260}, + [6305] = {.lex_state = 0, .external_lex_state = 264}, + [6306] = {.lex_state = 0, .external_lex_state = 184}, + [6307] = {.lex_state = 0, .external_lex_state = 263}, + [6308] = {.lex_state = 0, .external_lex_state = 253}, + [6309] = {.lex_state = 0, .external_lex_state = 184}, + [6310] = {.lex_state = 0, .external_lex_state = 260}, + [6311] = {.lex_state = 0, .external_lex_state = 184}, + [6312] = {.lex_state = 0, .external_lex_state = 184}, + [6313] = {.lex_state = 0, .external_lex_state = 264}, + [6314] = {.lex_state = 0, .external_lex_state = 260}, + [6315] = {.lex_state = 0, .external_lex_state = 184}, + [6316] = {.lex_state = 0, .external_lex_state = 232}, + [6317] = {.lex_state = 0, .external_lex_state = 264}, + [6318] = {.lex_state = 0, .external_lex_state = 232}, + [6319] = {.lex_state = 0, .external_lex_state = 184}, + [6320] = {.lex_state = 0, .external_lex_state = 264}, + [6321] = {.lex_state = 0, .external_lex_state = 264}, + [6322] = {.lex_state = 0, .external_lex_state = 184}, + [6323] = {.lex_state = 0, .external_lex_state = 232}, + [6324] = {.lex_state = 0, .external_lex_state = 232}, + [6325] = {.lex_state = 0, .external_lex_state = 184}, + [6326] = {.lex_state = 0, .external_lex_state = 184}, + [6327] = {.lex_state = 0, .external_lex_state = 260}, + [6328] = {.lex_state = 0, .external_lex_state = 232}, + [6329] = {.lex_state = 0, .external_lex_state = 264}, + [6330] = {.lex_state = 0, .external_lex_state = 264}, + [6331] = {.lex_state = 0, .external_lex_state = 184}, + [6332] = {.lex_state = 0, .external_lex_state = 232}, + [6333] = {.lex_state = 0, .external_lex_state = 264}, + [6334] = {.lex_state = 0, .external_lex_state = 184}, + [6335] = {.lex_state = 0, .external_lex_state = 261}, + [6336] = {.lex_state = 0, .external_lex_state = 264}, + [6337] = {.lex_state = 0, .external_lex_state = 226}, [6338] = {.lex_state = 0, .external_lex_state = 264}, - [6339] = {.lex_state = 0, .external_lex_state = 186}, - [6340] = {.lex_state = 0, .external_lex_state = 259}, - [6341] = {.lex_state = 0, .external_lex_state = 186}, - [6342] = {.lex_state = 0, .external_lex_state = 222}, - [6343] = {.lex_state = 0, .external_lex_state = 186}, - [6344] = {.lex_state = 0, .external_lex_state = 222}, - [6345] = {.lex_state = 0, .external_lex_state = 261}, - [6346] = {.lex_state = 0, .external_lex_state = 250}, - [6347] = {.lex_state = 0, .external_lex_state = 186}, - [6348] = {.lex_state = 0, .external_lex_state = 267}, - [6349] = {.lex_state = 0, .external_lex_state = 186}, - [6350] = {.lex_state = 0, .external_lex_state = 259}, - [6351] = {.lex_state = 0, .external_lex_state = 266}, - [6352] = {.lex_state = 0, .external_lex_state = 186}, - [6353] = {.lex_state = 0, .external_lex_state = 186}, - [6354] = {.lex_state = 0, .external_lex_state = 186}, - [6355] = {.lex_state = 0, .external_lex_state = 264}, - [6356] = {.lex_state = 0, .external_lex_state = 249}, - [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 = 261}, - [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 = 186}, - [6366] = {.lex_state = 0, .external_lex_state = 186}, - [6367] = {.lex_state = 0, .external_lex_state = 186}, - [6368] = {.lex_state = 0, .external_lex_state = 186}, - [6369] = {.lex_state = 0, .external_lex_state = 222}, - [6370] = {.lex_state = 0, .external_lex_state = 186}, - [6371] = {.lex_state = 0, .external_lex_state = 186}, - [6372] = {.lex_state = 0, .external_lex_state = 236}, - [6373] = {.lex_state = 0, .external_lex_state = 186}, - [6374] = {.lex_state = 0, .external_lex_state = 222}, - [6375] = {.lex_state = 0, .external_lex_state = 222}, - [6376] = {.lex_state = 0, .external_lex_state = 186}, - [6377] = {.lex_state = 0, .external_lex_state = 260}, - [6378] = {.lex_state = 0, .external_lex_state = 186}, - [6379] = {.lex_state = 0, .external_lex_state = 260}, - [6380] = {.lex_state = 0, .external_lex_state = 267}, - [6381] = {.lex_state = 0, .external_lex_state = 222}, - [6382] = {.lex_state = 0, .external_lex_state = 260}, - [6383] = {.lex_state = 0, .external_lex_state = 186}, - [6384] = {.lex_state = 0, .external_lex_state = 222}, - [6385] = {.lex_state = 0, .external_lex_state = 266}, - [6386] = {.lex_state = 0, .external_lex_state = 236}, - [6387] = {.lex_state = 0, .external_lex_state = 260}, - [6388] = {.lex_state = 0, .external_lex_state = 186}, - [6389] = {.lex_state = 0, .external_lex_state = 260}, - [6390] = {.lex_state = 0, .external_lex_state = 260}, - [6391] = {.lex_state = 0, .external_lex_state = 186}, - [6392] = {.lex_state = 0, .external_lex_state = 222}, - [6393] = {.lex_state = 0, .external_lex_state = 266}, - [6394] = {.lex_state = 0, .external_lex_state = 186}, - [6395] = {.lex_state = 0, .external_lex_state = 261}, - [6396] = {.lex_state = 0, .external_lex_state = 222}, - [6397] = {.lex_state = 0, .external_lex_state = 260}, - [6398] = {.lex_state = 0, .external_lex_state = 261}, - [6399] = {.lex_state = 0, .external_lex_state = 186}, - [6400] = {.lex_state = 0, .external_lex_state = 260}, - [6401] = {.lex_state = 0, .external_lex_state = 186}, - [6402] = {.lex_state = 0, .external_lex_state = 260}, - [6403] = {.lex_state = 0, .external_lex_state = 186}, - [6404] = {.lex_state = 0, .external_lex_state = 222}, - [6405] = {.lex_state = 0, .external_lex_state = 222}, - [6406] = {.lex_state = 0, .external_lex_state = 186}, - [6407] = {.lex_state = 0, .external_lex_state = 186}, - [6408] = {.lex_state = 0, .external_lex_state = 260}, - [6409] = {.lex_state = 0, .external_lex_state = 186}, - [6410] = {.lex_state = 0, .external_lex_state = 260}, - [6411] = {.lex_state = 0, .external_lex_state = 267}, - [6412] = {.lex_state = 0, .external_lex_state = 222}, - [6413] = {.lex_state = 0, .external_lex_state = 186}, - [6414] = {.lex_state = 0, .external_lex_state = 260}, - [6415] = {.lex_state = 0, .external_lex_state = 186}, - [6416] = {.lex_state = 0, .external_lex_state = 222}, - [6417] = {.lex_state = 0, .external_lex_state = 266}, - [6418] = {.lex_state = 0, .external_lex_state = 186}, - [6419] = {.lex_state = 0, .external_lex_state = 260}, - [6420] = {.lex_state = 0, .external_lex_state = 186}, - [6421] = {.lex_state = 0, .external_lex_state = 260}, - [6422] = {.lex_state = 0, .external_lex_state = 260}, - [6423] = {.lex_state = 0, .external_lex_state = 186}, - [6424] = {.lex_state = 0, .external_lex_state = 222}, - [6425] = {.lex_state = 0, .external_lex_state = 266}, - [6426] = {.lex_state = 0, .external_lex_state = 186}, - [6427] = {.lex_state = 0, .external_lex_state = 222}, - [6428] = {.lex_state = 0, .external_lex_state = 260}, - [6429] = {.lex_state = 0, .external_lex_state = 259}, - [6430] = {.lex_state = 0, .external_lex_state = 186}, - [6431] = {.lex_state = 0, .external_lex_state = 186}, - [6432] = {.lex_state = 0, .external_lex_state = 260}, - [6433] = {.lex_state = 0, .external_lex_state = 186}, - [6434] = {.lex_state = 0, .external_lex_state = 260}, - [6435] = {.lex_state = 0, .external_lex_state = 186}, - [6436] = {.lex_state = 0, .external_lex_state = 222}, - [6437] = {.lex_state = 0, .external_lex_state = 222}, - [6438] = {.lex_state = 0, .external_lex_state = 186}, - [6439] = {.lex_state = 0, .external_lex_state = 260}, - [6440] = {.lex_state = 0, .external_lex_state = 186}, - [6441] = {.lex_state = 0, .external_lex_state = 260}, - [6442] = {.lex_state = 0, .external_lex_state = 186}, - [6443] = {.lex_state = 0, .external_lex_state = 267}, - [6444] = {.lex_state = 0, .external_lex_state = 222}, - [6445] = {.lex_state = 0, .external_lex_state = 260}, - [6446] = {.lex_state = 0, .external_lex_state = 186}, - [6447] = {.lex_state = 0, .external_lex_state = 260}, - [6448] = {.lex_state = 0, .external_lex_state = 186}, - [6449] = {.lex_state = 0, .external_lex_state = 186}, - [6450] = {.lex_state = 0, .external_lex_state = 260}, - [6451] = {.lex_state = 0, .external_lex_state = 222}, - [6452] = {.lex_state = 0, .external_lex_state = 260}, - [6453] = {.lex_state = 0, .external_lex_state = 186}, - [6454] = {.lex_state = 0, .external_lex_state = 186}, - [6455] = {.lex_state = 0, .external_lex_state = 186}, - [6456] = {.lex_state = 0, .external_lex_state = 260}, - [6457] = {.lex_state = 0, .external_lex_state = 186}, - [6458] = {.lex_state = 0, .external_lex_state = 222}, - [6459] = {.lex_state = 0, .external_lex_state = 222}, - [6460] = {.lex_state = 0, .external_lex_state = 260}, - [6461] = {.lex_state = 0, .external_lex_state = 260}, - [6462] = {.lex_state = 0, .external_lex_state = 222}, - [6463] = {.lex_state = 0, .external_lex_state = 186}, - [6464] = {.lex_state = 0, .external_lex_state = 260}, - [6465] = {.lex_state = 0, .external_lex_state = 260}, - [6466] = {.lex_state = 0, .external_lex_state = 260}, - [6467] = {.lex_state = 0, .external_lex_state = 222}, - [6468] = {.lex_state = 0, .external_lex_state = 222}, - [6469] = {.lex_state = 0, .external_lex_state = 222}, - [6470] = {.lex_state = 0, .external_lex_state = 264}, - [6471] = {.lex_state = 0, .external_lex_state = 264}, - [6472] = {.lex_state = 0, .external_lex_state = 186}, - [6473] = {.lex_state = 0, .external_lex_state = 186}, + [6339] = {.lex_state = 0, .external_lex_state = 238}, + [6340] = {.lex_state = 0, .external_lex_state = 184}, + [6341] = {.lex_state = 0, .external_lex_state = 264}, + [6342] = {.lex_state = 0, .external_lex_state = 267}, + [6343] = {.lex_state = 0, .external_lex_state = 264}, + [6344] = {.lex_state = 0, .external_lex_state = 184}, + [6345] = {.lex_state = 0, .external_lex_state = 184}, + [6346] = {.lex_state = 0, .external_lex_state = 208}, + [6347] = {.lex_state = 0, .external_lex_state = 208}, + [6348] = {.lex_state = 0, .external_lex_state = 264}, + [6349] = {.lex_state = 0, .external_lex_state = 264}, + [6350] = {.lex_state = 0, .external_lex_state = 184}, + [6351] = {.lex_state = 0, .external_lex_state = 261}, + [6352] = {.lex_state = 0, .external_lex_state = 264}, + [6353] = {.lex_state = 0, .external_lex_state = 264}, + [6354] = {.lex_state = 0, .external_lex_state = 184}, + [6355] = {.lex_state = 0, .external_lex_state = 184}, + [6356] = {.lex_state = 0, .external_lex_state = 184}, + [6357] = {.lex_state = 0, .external_lex_state = 264}, + [6358] = {.lex_state = 0, .external_lex_state = 264}, + [6359] = {.lex_state = 0, .external_lex_state = 220}, + [6360] = {.lex_state = 0, .external_lex_state = 220}, + [6361] = {.lex_state = 0, .external_lex_state = 184}, + [6362] = {.lex_state = 0, .external_lex_state = 264}, + [6363] = {.lex_state = 0, .external_lex_state = 184}, + [6364] = {.lex_state = 0, .external_lex_state = 184}, + [6365] = {.lex_state = 0, .external_lex_state = 184}, + [6366] = {.lex_state = 0, .external_lex_state = 261}, + [6367] = {.lex_state = 0, .external_lex_state = 264}, + [6368] = {.lex_state = 0, .external_lex_state = 184}, + [6369] = {.lex_state = 0, .external_lex_state = 184}, + [6370] = {.lex_state = 0, .external_lex_state = 264}, + [6371] = {.lex_state = 0, .external_lex_state = 264}, + [6372] = {.lex_state = 0, .external_lex_state = 252}, + [6373] = {.lex_state = 0, .external_lex_state = 184}, + [6374] = {.lex_state = 0, .external_lex_state = 264}, + [6375] = {.lex_state = 0, .external_lex_state = 238}, + [6376] = {.lex_state = 0, .external_lex_state = 264}, + [6377] = {.lex_state = 0, .external_lex_state = 238}, + [6378] = {.lex_state = 0, .external_lex_state = 264}, + [6379] = {.lex_state = 0, .external_lex_state = 264}, + [6380] = {.lex_state = 0, .external_lex_state = 184}, + [6381] = {.lex_state = 0, .external_lex_state = 264}, + [6382] = {.lex_state = 0, .external_lex_state = 184}, + [6383] = {.lex_state = 0, .external_lex_state = 184}, + [6384] = {.lex_state = 0, .external_lex_state = 264}, + [6385] = {.lex_state = 0, .external_lex_state = 184}, + [6386] = {.lex_state = 0, .external_lex_state = 184}, + [6387] = {.lex_state = 0, .external_lex_state = 184}, + [6388] = {.lex_state = 0, .external_lex_state = 184}, + [6389] = {.lex_state = 0, .external_lex_state = 220}, + [6390] = {.lex_state = 0, .external_lex_state = 264}, + [6391] = {.lex_state = 0, .external_lex_state = 264}, + [6392] = {.lex_state = 0, .external_lex_state = 184}, + [6393] = {.lex_state = 0, .external_lex_state = 259}, + [6394] = {.lex_state = 0, .external_lex_state = 184}, + [6395] = {.lex_state = 0, .external_lex_state = 184}, + [6396] = {.lex_state = 0, .external_lex_state = 184}, + [6397] = {.lex_state = 0, .external_lex_state = 264}, + [6398] = {.lex_state = 0, .external_lex_state = 220}, + [6399] = {.lex_state = 0, .external_lex_state = 220}, + [6400] = {.lex_state = 0, .external_lex_state = 264}, + [6401] = {.lex_state = 0, .external_lex_state = 184}, + [6402] = {.lex_state = 0, .external_lex_state = 184}, + [6403] = {.lex_state = 0, .external_lex_state = 184}, + [6404] = {.lex_state = 0, .external_lex_state = 238}, + [6405] = {.lex_state = 0, .external_lex_state = 264}, + [6406] = {.lex_state = 0, .external_lex_state = 264}, + [6407] = {.lex_state = 0, .external_lex_state = 184}, + [6408] = {.lex_state = 0, .external_lex_state = 264}, + [6409] = {.lex_state = 0, .external_lex_state = 220}, + [6410] = {.lex_state = 0, .external_lex_state = 264}, + [6411] = {.lex_state = 0, .external_lex_state = 264}, + [6412] = {.lex_state = 0, .external_lex_state = 264}, + [6413] = {.lex_state = 0, .external_lex_state = 184}, + [6414] = {.lex_state = 0, .external_lex_state = 264}, + [6415] = {.lex_state = 0, .external_lex_state = 262}, + [6416] = {.lex_state = 0, .external_lex_state = 264}, + [6417] = {.lex_state = 0, .external_lex_state = 260}, + [6418] = {.lex_state = 0, .external_lex_state = 238}, + [6419] = {.lex_state = 0, .external_lex_state = 264}, + [6420] = {.lex_state = 0, .external_lex_state = 184}, + [6421] = {.lex_state = 0, .external_lex_state = 184}, + [6422] = {.lex_state = 0, .external_lex_state = 261}, + [6423] = {.lex_state = 0, .external_lex_state = 208}, + [6424] = {.lex_state = 0, .external_lex_state = 264}, + [6425] = {.lex_state = 0, .external_lex_state = 264}, + [6426] = {.lex_state = 0, .external_lex_state = 184}, + [6427] = {.lex_state = 0, .external_lex_state = 264}, + [6428] = {.lex_state = 0, .external_lex_state = 184}, + [6429] = {.lex_state = 0, .external_lex_state = 268}, + [6430] = {.lex_state = 0, .external_lex_state = 184}, + [6431] = {.lex_state = 0, .external_lex_state = 264}, + [6432] = {.lex_state = 0, .external_lex_state = 238}, + [6433] = {.lex_state = 0, .external_lex_state = 264}, + [6434] = {.lex_state = 0, .external_lex_state = 264}, + [6435] = {.lex_state = 0, .external_lex_state = 264}, + [6436] = {.lex_state = 0, .external_lex_state = 264}, + [6437] = {.lex_state = 0, .external_lex_state = 264}, + [6438] = {.lex_state = 0, .external_lex_state = 240}, + [6439] = {.lex_state = 0, .external_lex_state = 184}, + [6440] = {.lex_state = 0, .external_lex_state = 184}, + [6441] = {.lex_state = 0, .external_lex_state = 264}, + [6442] = {.lex_state = 0, .external_lex_state = 252}, + [6443] = {.lex_state = 0, .external_lex_state = 264}, + [6444] = {.lex_state = 0, .external_lex_state = 184}, + [6445] = {.lex_state = 0, .external_lex_state = 184}, + [6446] = {.lex_state = 0, .external_lex_state = 208}, + [6447] = {.lex_state = 0, .external_lex_state = 264}, + [6448] = {.lex_state = 0, .external_lex_state = 264}, + [6449] = {.lex_state = 0, .external_lex_state = 208}, + [6450] = {.lex_state = 0, .external_lex_state = 264}, + [6451] = {.lex_state = 0, .external_lex_state = 184}, + [6452] = {.lex_state = 0, .external_lex_state = 264}, + [6453] = {.lex_state = 0, .external_lex_state = 264}, + [6454] = {.lex_state = 0, .external_lex_state = 264}, + [6455] = {.lex_state = 0, .external_lex_state = 184}, + [6456] = {.lex_state = 0, .external_lex_state = 184}, + [6457] = {.lex_state = 0, .external_lex_state = 264}, + [6458] = {.lex_state = 0, .external_lex_state = 184}, + [6459] = {.lex_state = 0, .external_lex_state = 184}, + [6460] = {.lex_state = 0, .external_lex_state = 208}, + [6461] = {.lex_state = 0, .external_lex_state = 264}, + [6462] = {.lex_state = 0, .external_lex_state = 264}, + [6463] = {.lex_state = 0, .external_lex_state = 184}, + [6464] = {.lex_state = 0, .external_lex_state = 184}, + [6465] = {.lex_state = 0, .external_lex_state = 184}, + [6466] = {.lex_state = 0, .external_lex_state = 184}, + [6467] = {.lex_state = 0, .external_lex_state = 264}, + [6468] = {.lex_state = 0, .external_lex_state = 226}, + [6469] = {.lex_state = 0, .external_lex_state = 184}, + [6470] = {.lex_state = 0, .external_lex_state = 184}, + [6471] = {.lex_state = 0, .external_lex_state = 184}, + [6472] = {.lex_state = 0, .external_lex_state = 253}, + [6473] = {.lex_state = 0, .external_lex_state = 184}, [6474] = {.lex_state = 0, .external_lex_state = 264}, - [6475] = {.lex_state = 0, .external_lex_state = 264}, - [6476] = {.lex_state = 0, .external_lex_state = 264}, - [6477] = {.lex_state = 0, .external_lex_state = 224}, - [6478] = {.lex_state = 0, .external_lex_state = 186}, - [6479] = {.lex_state = 0, .external_lex_state = 251}, - [6480] = {.lex_state = 0, .external_lex_state = 264}, - [6481] = {.lex_state = 0, .external_lex_state = 186}, - [6482] = {.lex_state = 0, .external_lex_state = 264}, - [6483] = {.lex_state = 0, .external_lex_state = 186}, - [6484] = {.lex_state = 0, .external_lex_state = 261}, + [6475] = {.lex_state = 0, .external_lex_state = 259}, + [6476] = {.lex_state = 0, .external_lex_state = 184}, + [6477] = {.lex_state = 0, .external_lex_state = 184}, + [6478] = {.lex_state = 0, .external_lex_state = 184}, + [6479] = {.lex_state = 0, .external_lex_state = 208}, + [6480] = {.lex_state = 0, .external_lex_state = 184}, + [6481] = {.lex_state = 0, .external_lex_state = 184}, + [6482] = {.lex_state = 0, .external_lex_state = 261}, + [6483] = {.lex_state = 0, .external_lex_state = 184}, + [6484] = {.lex_state = 0, .external_lex_state = 264}, [6485] = {.lex_state = 0, .external_lex_state = 264}, - [6486] = {.lex_state = 0, .external_lex_state = 186}, - [6487] = {.lex_state = 0, .external_lex_state = 222}, - [6488] = {.lex_state = 0, .external_lex_state = 264}, - [6489] = {.lex_state = 0, .external_lex_state = 264}, - [6490] = {.lex_state = 0, .external_lex_state = 186}, + [6486] = {.lex_state = 0, .external_lex_state = 264}, + [6487] = {.lex_state = 0, .external_lex_state = 220}, + [6488] = {.lex_state = 0, .external_lex_state = 184}, + [6489] = {.lex_state = 0, .external_lex_state = 233}, + [6490] = {.lex_state = 0, .external_lex_state = 264}, [6491] = {.lex_state = 0, .external_lex_state = 264}, - [6492] = {.lex_state = 0, .external_lex_state = 261}, - [6493] = {.lex_state = 0, .external_lex_state = 264}, - [6494] = {.lex_state = 0, .external_lex_state = 186}, - [6495] = {.lex_state = 0, .external_lex_state = 264}, - [6496] = {.lex_state = 0, .external_lex_state = 242}, - [6497] = {.lex_state = 0, .external_lex_state = 264}, - [6498] = {.lex_state = 0, .external_lex_state = 186}, - [6499] = {.lex_state = 0, .external_lex_state = 186}, - [6500] = {.lex_state = 0, .external_lex_state = 186}, - [6501] = {.lex_state = 0, .external_lex_state = 186}, - [6502] = {.lex_state = 0, .external_lex_state = 186}, - [6503] = {.lex_state = 0, .external_lex_state = 261}, - [6504] = {.lex_state = 0, .external_lex_state = 186}, - [6505] = {.lex_state = 0, .external_lex_state = 186}, - [6506] = {.lex_state = 0, .external_lex_state = 186}, - [6507] = {.lex_state = 0, .external_lex_state = 186}, - [6508] = {.lex_state = 0, .external_lex_state = 251}, - [6509] = {.lex_state = 0, .external_lex_state = 186}, - [6510] = {.lex_state = 0, .external_lex_state = 259}, - [6511] = {.lex_state = 0, .external_lex_state = 231}, - [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 = 261}, - [6517] = {.lex_state = 0, .external_lex_state = 186}, - [6518] = {.lex_state = 0, .external_lex_state = 186}, - [6519] = {.lex_state = 0, .external_lex_state = 186}, - [6520] = {.lex_state = 0, .external_lex_state = 222}, - [6521] = {.lex_state = 0, .external_lex_state = 186}, - [6522] = {.lex_state = 0, .external_lex_state = 186}, - [6523] = {.lex_state = 0, .external_lex_state = 186}, - [6524] = {.lex_state = 0, .external_lex_state = 186}, - [6525] = {.lex_state = 0, .external_lex_state = 186}, - [6526] = {.lex_state = 0, .external_lex_state = 186}, - [6527] = {.lex_state = 0, .external_lex_state = 236}, - [6528] = {.lex_state = 0, .external_lex_state = 186}, - [6529] = {.lex_state = 0, .external_lex_state = 186}, - [6530] = {.lex_state = 0, .external_lex_state = 231}, - [6531] = {.lex_state = 0, .external_lex_state = 186}, - [6532] = {.lex_state = 0, .external_lex_state = 263}, - [6533] = {.lex_state = 0, .external_lex_state = 231}, - [6534] = {.lex_state = 0, .external_lex_state = 186}, - [6535] = {.lex_state = 0, .external_lex_state = 186}, - [6536] = {.lex_state = 0, .external_lex_state = 186}, - [6537] = {.lex_state = 0, .external_lex_state = 261}, - [6538] = {.lex_state = 0, .external_lex_state = 224}, - [6539] = {.lex_state = 0, .external_lex_state = 259}, - [6540] = {.lex_state = 0, .external_lex_state = 186}, - [6541] = {.lex_state = 0, .external_lex_state = 186}, - [6542] = {.lex_state = 0, .external_lex_state = 186}, - [6543] = {.lex_state = 0, .external_lex_state = 222}, - [6544] = {.lex_state = 0, .external_lex_state = 259}, - [6545] = {.lex_state = 0, .external_lex_state = 259}, - [6546] = {.lex_state = 0, .external_lex_state = 259}, - [6547] = {.lex_state = 0, .external_lex_state = 222}, - [6548] = {.lex_state = 0, .external_lex_state = 186}, - [6549] = {.lex_state = 0, .external_lex_state = 222}, - [6550] = {.lex_state = 0, .external_lex_state = 231}, - [6551] = {.lex_state = 0, .external_lex_state = 259}, - [6552] = {.lex_state = 0, .external_lex_state = 222}, - [6553] = {.lex_state = 0, .external_lex_state = 186}, - [6554] = {.lex_state = 0, .external_lex_state = 222}, - [6555] = {.lex_state = 0, .external_lex_state = 186}, - [6556] = {.lex_state = 0, .external_lex_state = 261}, - [6557] = {.lex_state = 0, .external_lex_state = 222}, - [6558] = {.lex_state = 0, .external_lex_state = 259}, - [6559] = {.lex_state = 0, .external_lex_state = 259}, - [6560] = {.lex_state = 0, .external_lex_state = 259}, + [6492] = {.lex_state = 0, .external_lex_state = 220}, + [6493] = {.lex_state = 0, .external_lex_state = 184}, + [6494] = {.lex_state = 0, .external_lex_state = 184}, + [6495] = {.lex_state = 0, .external_lex_state = 184}, + [6496] = {.lex_state = 0, .external_lex_state = 184}, + [6497] = {.lex_state = 0, .external_lex_state = 184}, + [6498] = {.lex_state = 0, .external_lex_state = 264}, + [6499] = {.lex_state = 0, .external_lex_state = 264}, + [6500] = {.lex_state = 0, .external_lex_state = 264}, + [6501] = {.lex_state = 0, .external_lex_state = 184}, + [6502] = {.lex_state = 0, .external_lex_state = 184}, + [6503] = {.lex_state = 0, .external_lex_state = 184}, + [6504] = {.lex_state = 0, .external_lex_state = 264}, + [6505] = {.lex_state = 0, .external_lex_state = 264}, + [6506] = {.lex_state = 0, .external_lex_state = 184}, + [6507] = {.lex_state = 0, .external_lex_state = 226}, + [6508] = {.lex_state = 0, .external_lex_state = 259}, + [6509] = {.lex_state = 0, .external_lex_state = 184}, + [6510] = {.lex_state = 0, .external_lex_state = 238}, + [6511] = {.lex_state = 0, .external_lex_state = 208}, + [6512] = {.lex_state = 0, .external_lex_state = 184}, + [6513] = {.lex_state = 0, .external_lex_state = 264}, + [6514] = {.lex_state = 0, .external_lex_state = 264}, + [6515] = {.lex_state = 0, .external_lex_state = 184}, + [6516] = {.lex_state = 0, .external_lex_state = 184}, + [6517] = {.lex_state = 0, .external_lex_state = 264}, + [6518] = {.lex_state = 0, .external_lex_state = 264}, + [6519] = {.lex_state = 0, .external_lex_state = 264}, + [6520] = {.lex_state = 0, .external_lex_state = 208}, + [6521] = {.lex_state = 0, .external_lex_state = 184}, + [6522] = {.lex_state = 0, .external_lex_state = 184}, + [6523] = {.lex_state = 0, .external_lex_state = 184}, + [6524] = {.lex_state = 0, .external_lex_state = 266}, + [6525] = {.lex_state = 0, .external_lex_state = 252}, + [6526] = {.lex_state = 0, .external_lex_state = 261}, + [6527] = {.lex_state = 0, .external_lex_state = 184}, + [6528] = {.lex_state = 0, .external_lex_state = 264}, + [6529] = {.lex_state = 0, .external_lex_state = 264}, + [6530] = {.lex_state = 0, .external_lex_state = 252}, + [6531] = {.lex_state = 0, .external_lex_state = 184}, + [6532] = {.lex_state = 0, .external_lex_state = 264}, + [6533] = {.lex_state = 0, .external_lex_state = 252}, + [6534] = {.lex_state = 0, .external_lex_state = 184}, + [6535] = {.lex_state = 0, .external_lex_state = 184}, + [6536] = {.lex_state = 0, .external_lex_state = 264}, + [6537] = {.lex_state = 0, .external_lex_state = 184}, + [6538] = {.lex_state = 0, .external_lex_state = 264}, + [6539] = {.lex_state = 0, .external_lex_state = 220}, + [6540] = {.lex_state = 0, .external_lex_state = 184}, + [6541] = {.lex_state = 0, .external_lex_state = 260}, + [6542] = {.lex_state = 0, .external_lex_state = 264}, + [6543] = {.lex_state = 0, .external_lex_state = 264}, + [6544] = {.lex_state = 0, .external_lex_state = 252}, + [6545] = {.lex_state = 0, .external_lex_state = 184}, + [6546] = {.lex_state = 0, .external_lex_state = 184}, + [6547] = {.lex_state = 0, .external_lex_state = 264}, + [6548] = {.lex_state = 0, .external_lex_state = 264}, + [6549] = {.lex_state = 0, .external_lex_state = 184}, + [6550] = {.lex_state = 0, .external_lex_state = 184}, + [6551] = {.lex_state = 0, .external_lex_state = 238}, + [6552] = {.lex_state = 0, .external_lex_state = 264}, + [6553] = {.lex_state = 0, .external_lex_state = 184}, + [6554] = {.lex_state = 0, .external_lex_state = 184}, + [6555] = {.lex_state = 0, .external_lex_state = 220}, + [6556] = {.lex_state = 0, .external_lex_state = 264}, + [6557] = {.lex_state = 0, .external_lex_state = 220}, + [6558] = {.lex_state = 0, .external_lex_state = 264}, + [6559] = {.lex_state = 0, .external_lex_state = 184}, + [6560] = {.lex_state = 0, .external_lex_state = 226}, [6561] = {.lex_state = 0, .external_lex_state = 259}, [6562] = {.lex_state = 0, .external_lex_state = 261}, - [6563] = {.lex_state = 0, .external_lex_state = 259}, - [6564] = {.lex_state = 0, .external_lex_state = 186}, - [6565] = {.lex_state = 0, .external_lex_state = 259}, - [6566] = {.lex_state = 0, .external_lex_state = 251}, - [6567] = {.lex_state = 0, .external_lex_state = 259}, - [6568] = {.lex_state = 0, .external_lex_state = 186}, - [6569] = {.lex_state = 0, .external_lex_state = 186}, - [6570] = {.lex_state = 0, .external_lex_state = 186}, - [6571] = {.lex_state = 0, .external_lex_state = 222}, - [6572] = {.lex_state = 0, .external_lex_state = 259}, - [6573] = {.lex_state = 0, .external_lex_state = 236}, - [6574] = {.lex_state = 0, .external_lex_state = 259}, - [6575] = {.lex_state = 0, .external_lex_state = 236}, - [6576] = {.lex_state = 0, .external_lex_state = 259}, - [6577] = {.lex_state = 0, .external_lex_state = 259}, - [6578] = {.lex_state = 0, .external_lex_state = 259}, - [6579] = {.lex_state = 0, .external_lex_state = 259}, - [6580] = {.lex_state = 0, .external_lex_state = 259}, - [6581] = {.lex_state = 0, .external_lex_state = 259}, - [6582] = {.lex_state = 0, .external_lex_state = 186}, - [6583] = {.lex_state = 0, .external_lex_state = 261}, - [6584] = {.lex_state = 0, .external_lex_state = 259}, - [6585] = {.lex_state = 0, .external_lex_state = 259}, - [6586] = {.lex_state = 0, .external_lex_state = 236}, - [6587] = {.lex_state = 0, .external_lex_state = 259}, - [6588] = {.lex_state = 0, .external_lex_state = 186}, - [6589] = {.lex_state = 0, .external_lex_state = 210}, - [6590] = {.lex_state = 0, .external_lex_state = 259}, - [6591] = {.lex_state = 0, .external_lex_state = 259}, - [6592] = {.lex_state = 0, .external_lex_state = 259}, - [6593] = {.lex_state = 0, .external_lex_state = 259}, - [6594] = {.lex_state = 0, .external_lex_state = 259}, - [6595] = {.lex_state = 0, .external_lex_state = 259}, - [6596] = {.lex_state = 0, .external_lex_state = 186}, - [6597] = {.lex_state = 0, .external_lex_state = 260}, - [6598] = {.lex_state = 0, .external_lex_state = 236}, - [6599] = {.lex_state = 0, .external_lex_state = 210}, - [6600] = {.lex_state = 0, .external_lex_state = 259}, - [6601] = {.lex_state = 0, .external_lex_state = 259}, - [6602] = {.lex_state = 0, .external_lex_state = 186}, - [6603] = {.lex_state = 0, .external_lex_state = 210}, - [6604] = {.lex_state = 0, .external_lex_state = 261}, - [6605] = {.lex_state = 0, .external_lex_state = 186}, - [6606] = {.lex_state = 0, .external_lex_state = 222}, - [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 = 186}, - [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 = 259}, - [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 = 186}, - [6628] = {.lex_state = 0, .external_lex_state = 186}, - [6629] = {.lex_state = 0, .external_lex_state = 186}, - [6630] = {.lex_state = 0, .external_lex_state = 186}, - [6631] = {.lex_state = 0, .external_lex_state = 186}, - [6632] = {.lex_state = 0, .external_lex_state = 186}, - [6633] = {.lex_state = 0, .external_lex_state = 186}, - [6634] = {.lex_state = 0, .external_lex_state = 186}, - [6635] = {.lex_state = 0, .external_lex_state = 186}, - [6636] = {.lex_state = 0, .external_lex_state = 186}, - [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 = 269}, - [6643] = {.lex_state = 0, .external_lex_state = 186}, - [6644] = {.lex_state = 0, .external_lex_state = 270}, - [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 = 271}, - [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 = 272}, - [6661] = {.lex_state = 0, .external_lex_state = 186}, - [6662] = {.lex_state = 0, .external_lex_state = 186}, - [6663] = {.lex_state = 0, .external_lex_state = 271}, - [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 = 271}, - [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 = 186}, - [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 = 186}, - [6694] = {.lex_state = 0, .external_lex_state = 186}, - [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 = 186}, - [6701] = {.lex_state = 0, .external_lex_state = 186}, - [6702] = {.lex_state = 0, .external_lex_state = 186}, - [6703] = {.lex_state = 0, .external_lex_state = 254}, - [6704] = {.lex_state = 0, .external_lex_state = 186}, - [6705] = {.lex_state = 0, .external_lex_state = 186}, - [6706] = {.lex_state = 0, .external_lex_state = 273}, - [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 = 186}, - [6712] = {.lex_state = 0, .external_lex_state = 269}, - [6713] = {.lex_state = 0, .external_lex_state = 269}, - [6714] = {.lex_state = 0, .external_lex_state = 259}, - [6715] = {.lex_state = 0, .external_lex_state = 186}, - [6716] = {.lex_state = 0, .external_lex_state = 274}, - [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 = 271}, - [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 = 186}, - [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 = 271}, - [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 = 269}, - [6740] = {.lex_state = 0, .external_lex_state = 186}, - [6741] = {.lex_state = 0, .external_lex_state = 267}, - [6742] = {.lex_state = 0, .external_lex_state = 186}, - [6743] = {.lex_state = 0, .external_lex_state = 186}, - [6744] = {.lex_state = 0, .external_lex_state = 272}, - [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 = 274}, - [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 = 186}, - [6755] = {.lex_state = 0, .external_lex_state = 186}, - [6756] = {.lex_state = 0, .external_lex_state = 259}, - [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 = 275}, - [6761] = {.lex_state = 0, .external_lex_state = 186}, - [6762] = {.lex_state = 0, .external_lex_state = 249}, - [6763] = {.lex_state = 0, .external_lex_state = 186}, - [6764] = {.lex_state = 0, .external_lex_state = 186}, - [6765] = {.lex_state = 0, .external_lex_state = 259}, - [6766] = {.lex_state = 0, .external_lex_state = 186}, - [6767] = {.lex_state = 0, .external_lex_state = 259}, - [6768] = {.lex_state = 0, .external_lex_state = 186}, - [6769] = {.lex_state = 0, .external_lex_state = 271}, - [6770] = {.lex_state = 0, .external_lex_state = 186}, - [6771] = {.lex_state = 0, .external_lex_state = 276}, - [6772] = {.lex_state = 0, .external_lex_state = 259}, - [6773] = {.lex_state = 0, .external_lex_state = 254}, - [6774] = {.lex_state = 0, .external_lex_state = 276}, - [6775] = {.lex_state = 0, .external_lex_state = 186}, - [6776] = {.lex_state = 0, .external_lex_state = 186}, - [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 = 274}, - [6784] = {.lex_state = 0, .external_lex_state = 186}, - [6785] = {.lex_state = 0, .external_lex_state = 271}, - [6786] = {.lex_state = 0, .external_lex_state = 186}, - [6787] = {.lex_state = 0, .external_lex_state = 186}, - [6788] = {.lex_state = 0, .external_lex_state = 271}, - [6789] = {.lex_state = 0, .external_lex_state = 271}, - [6790] = {.lex_state = 0, .external_lex_state = 186}, - [6791] = {.lex_state = 0, .external_lex_state = 186}, - [6792] = {.lex_state = 0, .external_lex_state = 240}, - [6793] = {.lex_state = 0, .external_lex_state = 259}, - [6794] = {.lex_state = 0, .external_lex_state = 249}, - [6795] = {.lex_state = 0, .external_lex_state = 186}, - [6796] = {.lex_state = 0, .external_lex_state = 222}, - [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 = 186}, - [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 = 186}, - [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 = 271}, - [6813] = {.lex_state = 0, .external_lex_state = 277}, - [6814] = {.lex_state = 0, .external_lex_state = 186}, - [6815] = {.lex_state = 0, .external_lex_state = 186}, - [6816] = {.lex_state = 0, .external_lex_state = 186}, - [6817] = {.lex_state = 0, .external_lex_state = 254}, - [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 = 249}, - [6823] = {.lex_state = 0, .external_lex_state = 271}, - [6824] = {.lex_state = 0, .external_lex_state = 186}, - [6825] = {.lex_state = 0, .external_lex_state = 186}, - [6826] = {.lex_state = 0, .external_lex_state = 186}, - [6827] = {.lex_state = 0, .external_lex_state = 186}, - [6828] = {.lex_state = 0, .external_lex_state = 222}, - [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 = 273}, - [6833] = {.lex_state = 0, .external_lex_state = 186}, - [6834] = {.lex_state = 0, .external_lex_state = 186}, - [6835] = {.lex_state = 0, .external_lex_state = 271}, - [6836] = {.lex_state = 0, .external_lex_state = 269}, - [6837] = {.lex_state = 0, .external_lex_state = 269}, - [6838] = {.lex_state = 0, .external_lex_state = 222}, - [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 = 186}, - [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 = 186}, - [6861] = {.lex_state = 0, .external_lex_state = 269}, - [6862] = {.lex_state = 0, .external_lex_state = 186}, - [6863] = {.lex_state = 0, .external_lex_state = 186}, - [6864] = {.lex_state = 0, .external_lex_state = 271}, - [6865] = {.lex_state = 0, .external_lex_state = 263}, - [6866] = {.lex_state = 0, .external_lex_state = 186}, - [6867] = {.lex_state = 0, .external_lex_state = 186}, - [6868] = {.lex_state = 0, .external_lex_state = 240}, - [6869] = {.lex_state = 0, .external_lex_state = 186}, - [6870] = {.lex_state = 0, .external_lex_state = 273}, - [6871] = {.lex_state = 0, .external_lex_state = 271}, - [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 = 186}, - [6884] = {.lex_state = 0, .external_lex_state = 186}, - [6885] = {.lex_state = 0, .external_lex_state = 186}, - [6886] = {.lex_state = 0, .external_lex_state = 266}, - [6887] = {.lex_state = 0, .external_lex_state = 271}, - [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 = 186}, - [6897] = {.lex_state = 0, .external_lex_state = 186}, - [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 = 259}, - [6902] = {.lex_state = 0, .external_lex_state = 222}, - [6903] = {.lex_state = 0, .external_lex_state = 186}, - [6904] = {.lex_state = 0, .external_lex_state = 186}, - [6905] = {.lex_state = 0, .external_lex_state = 271}, - [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 = 271}, - [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 = 271}, - [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 = 259}, - [6922] = {.lex_state = 0, .external_lex_state = 186}, - [6923] = {.lex_state = 0, .external_lex_state = 271}, - [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 = 186}, - [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 = 249}, - [6938] = {.lex_state = 0, .external_lex_state = 186}, - [6939] = {.lex_state = 0, .external_lex_state = 186}, - [6940] = {.lex_state = 0, .external_lex_state = 186}, - [6941] = {.lex_state = 0, .external_lex_state = 273}, - [6942] = {.lex_state = 0, .external_lex_state = 186}, - [6943] = {.lex_state = 0, .external_lex_state = 186}, - [6944] = {.lex_state = 0, .external_lex_state = 269}, - [6945] = {.lex_state = 0, .external_lex_state = 269}, - [6946] = {.lex_state = 0, .external_lex_state = 278}, - [6947] = {.lex_state = 0, .external_lex_state = 186}, - [6948] = {.lex_state = 0, .external_lex_state = 249}, - [6949] = {.lex_state = 0, .external_lex_state = 266}, - [6950] = {.lex_state = 0, .external_lex_state = 260}, - [6951] = {.lex_state = 0, .external_lex_state = 186}, - [6952] = {.lex_state = 0, .external_lex_state = 186}, - [6953] = {.lex_state = 0, .external_lex_state = 271}, - [6954] = {.lex_state = 0, .external_lex_state = 186}, - [6955] = {.lex_state = 0, .external_lex_state = 259}, - [6956] = {.lex_state = 0, .external_lex_state = 186}, - [6957] = {.lex_state = 0, .external_lex_state = 186}, - [6958] = {.lex_state = 0, .external_lex_state = 271}, - [6959] = {.lex_state = 0, .external_lex_state = 186}, - [6960] = {.lex_state = 0, .external_lex_state = 186}, - [6961] = {.lex_state = 0, .external_lex_state = 186}, - [6962] = {.lex_state = 0, .external_lex_state = 269}, - [6963] = {.lex_state = 0, .external_lex_state = 186}, - [6964] = {.lex_state = 0, .external_lex_state = 186}, - [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 = 274}, - [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 = 271}, - [6993] = {.lex_state = 0, .external_lex_state = 279}, - [6994] = {.lex_state = 0, .external_lex_state = 186}, - [6995] = {.lex_state = 0, .external_lex_state = 269}, - [6996] = {.lex_state = 0, .external_lex_state = 186}, - [6997] = {.lex_state = 0, .external_lex_state = 186}, - [6998] = {.lex_state = 0, .external_lex_state = 259}, - [6999] = {.lex_state = 0, .external_lex_state = 271}, - [7000] = {.lex_state = 0, .external_lex_state = 186}, - [7001] = {.lex_state = 0, .external_lex_state = 186}, - [7002] = {.lex_state = 0, .external_lex_state = 186}, - [7003] = {.lex_state = 0, .external_lex_state = 280}, - [7004] = {.lex_state = 0, .external_lex_state = 271}, - [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 = 273}, - [7011] = {.lex_state = 0, .external_lex_state = 186}, - [7012] = {.lex_state = 0, .external_lex_state = 186}, + [6563] = {.lex_state = 0, .external_lex_state = 184}, + [6564] = {.lex_state = 0, .external_lex_state = 184}, + [6565] = {.lex_state = 0, .external_lex_state = 220}, + [6566] = {.lex_state = 0, .external_lex_state = 184}, + [6567] = {.lex_state = 0, .external_lex_state = 220}, + [6568] = {.lex_state = 0, .external_lex_state = 264}, + [6569] = {.lex_state = 0, .external_lex_state = 184}, + [6570] = {.lex_state = 0, .external_lex_state = 184}, + [6571] = {.lex_state = 0, .external_lex_state = 184}, + [6572] = {.lex_state = 0, .external_lex_state = 184}, + [6573] = {.lex_state = 0, .external_lex_state = 184}, + [6574] = {.lex_state = 0, .external_lex_state = 184}, + [6575] = {.lex_state = 0, .external_lex_state = 220}, + [6576] = {.lex_state = 0, .external_lex_state = 184}, + [6577] = {.lex_state = 0, .external_lex_state = 184}, + [6578] = {.lex_state = 0, .external_lex_state = 184}, + [6579] = {.lex_state = 0, .external_lex_state = 184}, + [6580] = {.lex_state = 0, .external_lex_state = 220}, + [6581] = {.lex_state = 0, .external_lex_state = 184}, + [6582] = {.lex_state = 0, .external_lex_state = 184}, + [6583] = {.lex_state = 0, .external_lex_state = 184}, + [6584] = {.lex_state = 0, .external_lex_state = 184}, + [6585] = {.lex_state = 0, .external_lex_state = 184}, + [6586] = {.lex_state = 0, .external_lex_state = 184}, + [6587] = {.lex_state = 0, .external_lex_state = 184}, + [6588] = {.lex_state = 0, .external_lex_state = 261}, + [6589] = {.lex_state = 0, .external_lex_state = 184}, + [6590] = {.lex_state = 0, .external_lex_state = 252}, + [6591] = {.lex_state = 0, .external_lex_state = 184}, + [6592] = {.lex_state = 0, .external_lex_state = 184}, + [6593] = {.lex_state = 0, .external_lex_state = 184}, + [6594] = {.lex_state = 0, .external_lex_state = 264}, + [6595] = {.lex_state = 0, .external_lex_state = 184}, + [6596] = {.lex_state = 0, .external_lex_state = 264}, + [6597] = {.lex_state = 0, .external_lex_state = 184}, + [6598] = {.lex_state = 0, .external_lex_state = 184}, + [6599] = {.lex_state = 0, .external_lex_state = 184}, + [6600] = {.lex_state = 0, .external_lex_state = 266}, + [6601] = {.lex_state = 0, .external_lex_state = 184}, + [6602] = {.lex_state = 0, .external_lex_state = 184}, + [6603] = {.lex_state = 0, .external_lex_state = 261}, + [6604] = {.lex_state = 0, .external_lex_state = 184}, + [6605] = {.lex_state = 0, .external_lex_state = 261}, + [6606] = {.lex_state = 0, .external_lex_state = 264}, + [6607] = {.lex_state = 0, .external_lex_state = 184}, + [6608] = {.lex_state = 0, .external_lex_state = 184}, + [6609] = {.lex_state = 0, .external_lex_state = 184}, + [6610] = {.lex_state = 0, .external_lex_state = 184}, + [6611] = {.lex_state = 0, .external_lex_state = 184}, + [6612] = {.lex_state = 0, .external_lex_state = 184}, + [6613] = {.lex_state = 0, .external_lex_state = 184}, + [6614] = {.lex_state = 0, .external_lex_state = 184}, + [6615] = {.lex_state = 0, .external_lex_state = 184}, + [6616] = {.lex_state = 0, .external_lex_state = 184}, + [6617] = {.lex_state = 0, .external_lex_state = 184}, + [6618] = {.lex_state = 0, .external_lex_state = 184}, + [6619] = {.lex_state = 0, .external_lex_state = 184}, + [6620] = {.lex_state = 0, .external_lex_state = 184}, + [6621] = {.lex_state = 0, .external_lex_state = 184}, + [6622] = {.lex_state = 0, .external_lex_state = 184}, + [6623] = {.lex_state = 0, .external_lex_state = 184}, + [6624] = {.lex_state = 0, .external_lex_state = 184}, + [6625] = {.lex_state = 0, .external_lex_state = 184}, + [6626] = {.lex_state = 0, .external_lex_state = 184}, + [6627] = {.lex_state = 0, .external_lex_state = 184}, + [6628] = {.lex_state = 0, .external_lex_state = 184}, + [6629] = {.lex_state = 0, .external_lex_state = 184}, + [6630] = {.lex_state = 0, .external_lex_state = 184}, + [6631] = {.lex_state = 0, .external_lex_state = 184}, + [6632] = {.lex_state = 0, .external_lex_state = 184}, + [6633] = {.lex_state = 0, .external_lex_state = 184}, + [6634] = {.lex_state = 0, .external_lex_state = 184}, + [6635] = {.lex_state = 0, .external_lex_state = 184}, + [6636] = {.lex_state = 0, .external_lex_state = 184}, + [6637] = {.lex_state = 0, .external_lex_state = 184}, + [6638] = {.lex_state = 0, .external_lex_state = 184}, + [6639] = {.lex_state = 0, .external_lex_state = 184}, + [6640] = {.lex_state = 0, .external_lex_state = 184}, + [6641] = {.lex_state = 0, .external_lex_state = 184}, + [6642] = {.lex_state = 0, .external_lex_state = 184}, + [6643] = {.lex_state = 0, .external_lex_state = 184}, + [6644] = {.lex_state = 0, .external_lex_state = 184}, + [6645] = {.lex_state = 0, .external_lex_state = 184}, + [6646] = {.lex_state = 0, .external_lex_state = 184}, + [6647] = {.lex_state = 0, .external_lex_state = 184}, + [6648] = {.lex_state = 0, .external_lex_state = 184}, + [6649] = {.lex_state = 0, .external_lex_state = 184}, + [6650] = {.lex_state = 0, .external_lex_state = 184}, + [6651] = {.lex_state = 0, .external_lex_state = 184}, + [6652] = {.lex_state = 0, .external_lex_state = 184}, + [6653] = {.lex_state = 0, .external_lex_state = 184}, + [6654] = {.lex_state = 0, .external_lex_state = 184}, + [6655] = {.lex_state = 0, .external_lex_state = 184}, + [6656] = {.lex_state = 0, .external_lex_state = 184}, + [6657] = {.lex_state = 0, .external_lex_state = 184}, + [6658] = {.lex_state = 0, .external_lex_state = 184}, + [6659] = {.lex_state = 0, .external_lex_state = 184}, + [6660] = {.lex_state = 0, .external_lex_state = 184}, + [6661] = {.lex_state = 0, .external_lex_state = 184}, + [6662] = {.lex_state = 0, .external_lex_state = 184}, + [6663] = {.lex_state = 0, .external_lex_state = 184}, + [6664] = {.lex_state = 0, .external_lex_state = 184}, + [6665] = {.lex_state = 0, .external_lex_state = 184}, + [6666] = {.lex_state = 0, .external_lex_state = 184}, + [6667] = {.lex_state = 0, .external_lex_state = 184}, + [6668] = {.lex_state = 0, .external_lex_state = 184}, + [6669] = {.lex_state = 0, .external_lex_state = 184}, + [6670] = {.lex_state = 0, .external_lex_state = 184}, + [6671] = {.lex_state = 0, .external_lex_state = 184}, + [6672] = {.lex_state = 0, .external_lex_state = 184}, + [6673] = {.lex_state = 0, .external_lex_state = 184}, + [6674] = {.lex_state = 0, .external_lex_state = 184}, + [6675] = {.lex_state = 0, .external_lex_state = 184}, + [6676] = {.lex_state = 0, .external_lex_state = 184}, + [6677] = {.lex_state = 0, .external_lex_state = 184}, + [6678] = {.lex_state = 0, .external_lex_state = 184}, + [6679] = {.lex_state = 0, .external_lex_state = 184}, + [6680] = {.lex_state = 0, .external_lex_state = 184}, + [6681] = {.lex_state = 0, .external_lex_state = 184}, + [6682] = {.lex_state = 0, .external_lex_state = 184}, + [6683] = {.lex_state = 0, .external_lex_state = 184}, + [6684] = {.lex_state = 0, .external_lex_state = 184}, + [6685] = {.lex_state = 0, .external_lex_state = 184}, + [6686] = {.lex_state = 0, .external_lex_state = 184}, + [6687] = {.lex_state = 0, .external_lex_state = 184}, + [6688] = {.lex_state = 0, .external_lex_state = 184}, + [6689] = {.lex_state = 0, .external_lex_state = 184}, + [6690] = {.lex_state = 0, .external_lex_state = 184}, + [6691] = {.lex_state = 0, .external_lex_state = 184}, + [6692] = {.lex_state = 0, .external_lex_state = 184}, + [6693] = {.lex_state = 0, .external_lex_state = 184}, + [6694] = {.lex_state = 0, .external_lex_state = 184}, + [6695] = {.lex_state = 0, .external_lex_state = 184}, + [6696] = {.lex_state = 0, .external_lex_state = 184}, + [6697] = {.lex_state = 0, .external_lex_state = 184}, + [6698] = {.lex_state = 0, .external_lex_state = 184}, + [6699] = {.lex_state = 0, .external_lex_state = 184}, + [6700] = {.lex_state = 0, .external_lex_state = 184}, + [6701] = {.lex_state = 0, .external_lex_state = 184}, + [6702] = {.lex_state = 0, .external_lex_state = 184}, + [6703] = {.lex_state = 0, .external_lex_state = 184}, + [6704] = {.lex_state = 0, .external_lex_state = 184}, + [6705] = {.lex_state = 0, .external_lex_state = 184}, + [6706] = {.lex_state = 0, .external_lex_state = 184}, + [6707] = {.lex_state = 0, .external_lex_state = 269}, + [6708] = {.lex_state = 0, .external_lex_state = 184}, + [6709] = {.lex_state = 0, .external_lex_state = 184}, + [6710] = {.lex_state = 0, .external_lex_state = 184}, + [6711] = {.lex_state = 0, .external_lex_state = 184}, + [6712] = {.lex_state = 0, .external_lex_state = 184}, + [6713] = {.lex_state = 0, .external_lex_state = 270}, + [6714] = {.lex_state = 0, .external_lex_state = 270}, + [6715] = {.lex_state = 0, .external_lex_state = 184}, + [6716] = {.lex_state = 0, .external_lex_state = 184}, + [6717] = {.lex_state = 0, .external_lex_state = 184}, + [6718] = {.lex_state = 0, .external_lex_state = 184}, + [6719] = {.lex_state = 0, .external_lex_state = 184}, + [6720] = {.lex_state = 0, .external_lex_state = 184}, + [6721] = {.lex_state = 0, .external_lex_state = 184}, + [6722] = {.lex_state = 0, .external_lex_state = 184}, + [6723] = {.lex_state = 0, .external_lex_state = 184}, + [6724] = {.lex_state = 0, .external_lex_state = 184}, + [6725] = {.lex_state = 0, .external_lex_state = 184}, + [6726] = {.lex_state = 0, .external_lex_state = 184}, + [6727] = {.lex_state = 0, .external_lex_state = 184}, + [6728] = {.lex_state = 0, .external_lex_state = 184}, + [6729] = {.lex_state = 0, .external_lex_state = 184}, + [6730] = {.lex_state = 0, .external_lex_state = 184}, + [6731] = {.lex_state = 0, .external_lex_state = 184}, + [6732] = {.lex_state = 0, .external_lex_state = 184}, + [6733] = {.lex_state = 0, .external_lex_state = 184}, + [6734] = {.lex_state = 0, .external_lex_state = 184}, + [6735] = {.lex_state = 0, .external_lex_state = 184}, + [6736] = {.lex_state = 0, .external_lex_state = 184}, + [6737] = {.lex_state = 0, .external_lex_state = 184}, + [6738] = {.lex_state = 0, .external_lex_state = 184}, + [6739] = {.lex_state = 0, .external_lex_state = 184}, + [6740] = {.lex_state = 0, .external_lex_state = 184}, + [6741] = {.lex_state = 0, .external_lex_state = 270}, + [6742] = {.lex_state = 0, .external_lex_state = 184}, + [6743] = {.lex_state = 0, .external_lex_state = 263}, + [6744] = {.lex_state = 0, .external_lex_state = 271}, + [6745] = {.lex_state = 0, .external_lex_state = 184}, + [6746] = {.lex_state = 0, .external_lex_state = 271}, + [6747] = {.lex_state = 0, .external_lex_state = 184}, + [6748] = {.lex_state = 0, .external_lex_state = 184}, + [6749] = {.lex_state = 0, .external_lex_state = 184}, + [6750] = {.lex_state = 0, .external_lex_state = 184}, + [6751] = {.lex_state = 0, .external_lex_state = 184}, + [6752] = {.lex_state = 0, .external_lex_state = 184}, + [6753] = {.lex_state = 0, .external_lex_state = 184}, + [6754] = {.lex_state = 0, .external_lex_state = 184}, + [6755] = {.lex_state = 0, .external_lex_state = 184}, + [6756] = {.lex_state = 0, .external_lex_state = 184}, + [6757] = {.lex_state = 0, .external_lex_state = 184}, + [6758] = {.lex_state = 0, .external_lex_state = 184}, + [6759] = {.lex_state = 0, .external_lex_state = 184}, + [6760] = {.lex_state = 0, .external_lex_state = 184}, + [6761] = {.lex_state = 0, .external_lex_state = 184}, + [6762] = {.lex_state = 0, .external_lex_state = 184}, + [6763] = {.lex_state = 0, .external_lex_state = 184}, + [6764] = {.lex_state = 0, .external_lex_state = 184}, + [6765] = {.lex_state = 0, .external_lex_state = 184}, + [6766] = {.lex_state = 0, .external_lex_state = 184}, + [6767] = {.lex_state = 0, .external_lex_state = 184}, + [6768] = {.lex_state = 0, .external_lex_state = 184}, + [6769] = {.lex_state = 0, .external_lex_state = 184}, + [6770] = {.lex_state = 0, .external_lex_state = 263}, + [6771] = {.lex_state = 0, .external_lex_state = 184}, + [6772] = {.lex_state = 0, .external_lex_state = 184}, + [6773] = {.lex_state = 0, .external_lex_state = 184}, + [6774] = {.lex_state = 0, .external_lex_state = 184}, + [6775] = {.lex_state = 0, .external_lex_state = 184}, + [6776] = {.lex_state = 0, .external_lex_state = 184}, + [6777] = {.lex_state = 0, .external_lex_state = 184}, + [6778] = {.lex_state = 0, .external_lex_state = 184}, + [6779] = {.lex_state = 0, .external_lex_state = 184}, + [6780] = {.lex_state = 0, .external_lex_state = 184}, + [6781] = {.lex_state = 0, .external_lex_state = 184}, + [6782] = {.lex_state = 0, .external_lex_state = 184}, + [6783] = {.lex_state = 0, .external_lex_state = 184}, + [6784] = {.lex_state = 0, .external_lex_state = 184}, + [6785] = {.lex_state = 0, .external_lex_state = 184}, + [6786] = {.lex_state = 0, .external_lex_state = 272}, + [6787] = {.lex_state = 0, .external_lex_state = 184}, + [6788] = {.lex_state = 0, .external_lex_state = 270}, + [6789] = {.lex_state = 0, .external_lex_state = 184}, + [6790] = {.lex_state = 0, .external_lex_state = 184}, + [6791] = {.lex_state = 0, .external_lex_state = 184}, + [6792] = {.lex_state = 0, .external_lex_state = 273}, + [6793] = {.lex_state = 0, .external_lex_state = 184}, + [6794] = {.lex_state = 0, .external_lex_state = 184}, + [6795] = {.lex_state = 0, .external_lex_state = 184}, + [6796] = {.lex_state = 0, .external_lex_state = 253}, + [6797] = {.lex_state = 0, .external_lex_state = 184}, + [6798] = {.lex_state = 0, .external_lex_state = 220}, + [6799] = {.lex_state = 0, .external_lex_state = 272}, + [6800] = {.lex_state = 0, .external_lex_state = 184}, + [6801] = {.lex_state = 0, .external_lex_state = 184}, + [6802] = {.lex_state = 0, .external_lex_state = 184}, + [6803] = {.lex_state = 0, .external_lex_state = 184}, + [6804] = {.lex_state = 0, .external_lex_state = 184}, + [6805] = {.lex_state = 0, .external_lex_state = 184}, + [6806] = {.lex_state = 0, .external_lex_state = 184}, + [6807] = {.lex_state = 0, .external_lex_state = 184}, + [6808] = {.lex_state = 0, .external_lex_state = 184}, + [6809] = {.lex_state = 0, .external_lex_state = 184}, + [6810] = {.lex_state = 0, .external_lex_state = 184}, + [6811] = {.lex_state = 0, .external_lex_state = 184}, + [6812] = {.lex_state = 0, .external_lex_state = 184}, + [6813] = {.lex_state = 0, .external_lex_state = 184}, + [6814] = {.lex_state = 0, .external_lex_state = 184}, + [6815] = {.lex_state = 0, .external_lex_state = 184}, + [6816] = {.lex_state = 0, .external_lex_state = 184}, + [6817] = {.lex_state = 0, .external_lex_state = 184}, + [6818] = {.lex_state = 0, .external_lex_state = 184}, + [6819] = {.lex_state = 0, .external_lex_state = 257}, + [6820] = {.lex_state = 0, .external_lex_state = 184}, + [6821] = {.lex_state = 0, .external_lex_state = 184}, + [6822] = {.lex_state = 0, .external_lex_state = 184}, + [6823] = {.lex_state = 0, .external_lex_state = 184}, + [6824] = {.lex_state = 0, .external_lex_state = 253}, + [6825] = {.lex_state = 0, .external_lex_state = 257}, + [6826] = {.lex_state = 0, .external_lex_state = 184}, + [6827] = {.lex_state = 0, .external_lex_state = 184}, + [6828] = {.lex_state = 0, .external_lex_state = 184}, + [6829] = {.lex_state = 0, .external_lex_state = 184}, + [6830] = {.lex_state = 0, .external_lex_state = 184}, + [6831] = {.lex_state = 0, .external_lex_state = 184}, + [6832] = {.lex_state = 0, .external_lex_state = 184}, + [6833] = {.lex_state = 0, .external_lex_state = 184}, + [6834] = {.lex_state = 0, .external_lex_state = 269}, + [6835] = {.lex_state = 0, .external_lex_state = 184}, + [6836] = {.lex_state = 0, .external_lex_state = 184}, + [6837] = {.lex_state = 0, .external_lex_state = 184}, + [6838] = {.lex_state = 0, .external_lex_state = 270}, + [6839] = {.lex_state = 0, .external_lex_state = 270}, + [6840] = {.lex_state = 0, .external_lex_state = 184}, + [6841] = {.lex_state = 0, .external_lex_state = 184}, + [6842] = {.lex_state = 0, .external_lex_state = 184}, + [6843] = {.lex_state = 0, .external_lex_state = 184}, + [6844] = {.lex_state = 0, .external_lex_state = 184}, + [6845] = {.lex_state = 0, .external_lex_state = 184}, + [6846] = {.lex_state = 0, .external_lex_state = 184}, + [6847] = {.lex_state = 0, .external_lex_state = 184}, + [6848] = {.lex_state = 0, .external_lex_state = 184}, + [6849] = {.lex_state = 0, .external_lex_state = 184}, + [6850] = {.lex_state = 0, .external_lex_state = 184}, + [6851] = {.lex_state = 0, .external_lex_state = 184}, + [6852] = {.lex_state = 0, .external_lex_state = 184}, + [6853] = {.lex_state = 0, .external_lex_state = 184}, + [6854] = {.lex_state = 0, .external_lex_state = 184}, + [6855] = {.lex_state = 0, .external_lex_state = 184}, + [6856] = {.lex_state = 0, .external_lex_state = 184}, + [6857] = {.lex_state = 0, .external_lex_state = 184}, + [6858] = {.lex_state = 0, .external_lex_state = 184}, + [6859] = {.lex_state = 0, .external_lex_state = 184}, + [6860] = {.lex_state = 0, .external_lex_state = 184}, + [6861] = {.lex_state = 0, .external_lex_state = 184}, + [6862] = {.lex_state = 0, .external_lex_state = 184}, + [6863] = {.lex_state = 0, .external_lex_state = 270}, + [6864] = {.lex_state = 0, .external_lex_state = 184}, + [6865] = {.lex_state = 0, .external_lex_state = 184}, + [6866] = {.lex_state = 0, .external_lex_state = 184}, + [6867] = {.lex_state = 0, .external_lex_state = 184}, + [6868] = {.lex_state = 0, .external_lex_state = 184}, + [6869] = {.lex_state = 0, .external_lex_state = 184}, + [6870] = {.lex_state = 0, .external_lex_state = 184}, + [6871] = {.lex_state = 0, .external_lex_state = 184}, + [6872] = {.lex_state = 0, .external_lex_state = 184}, + [6873] = {.lex_state = 0, .external_lex_state = 184}, + [6874] = {.lex_state = 0, .external_lex_state = 184}, + [6875] = {.lex_state = 0, .external_lex_state = 184}, + [6876] = {.lex_state = 0, .external_lex_state = 184}, + [6877] = {.lex_state = 0, .external_lex_state = 257}, + [6878] = {.lex_state = 0, .external_lex_state = 257}, + [6879] = {.lex_state = 0, .external_lex_state = 253}, + [6880] = {.lex_state = 0, .external_lex_state = 184}, + [6881] = {.lex_state = 0, .external_lex_state = 274}, + [6882] = {.lex_state = 0, .external_lex_state = 184}, + [6883] = {.lex_state = 0, .external_lex_state = 184}, + [6884] = {.lex_state = 0, .external_lex_state = 184}, + [6885] = {.lex_state = 0, .external_lex_state = 184}, + [6886] = {.lex_state = 0, .external_lex_state = 184}, + [6887] = {.lex_state = 0, .external_lex_state = 184}, + [6888] = {.lex_state = 0, .external_lex_state = 184}, + [6889] = {.lex_state = 0, .external_lex_state = 184}, + [6890] = {.lex_state = 0, .external_lex_state = 184}, + [6891] = {.lex_state = 0, .external_lex_state = 184}, + [6892] = {.lex_state = 0, .external_lex_state = 184}, + [6893] = {.lex_state = 0, .external_lex_state = 184}, + [6894] = {.lex_state = 0, .external_lex_state = 184}, + [6895] = {.lex_state = 0, .external_lex_state = 184}, + [6896] = {.lex_state = 0, .external_lex_state = 184}, + [6897] = {.lex_state = 0, .external_lex_state = 184}, + [6898] = {.lex_state = 0, .external_lex_state = 184}, + [6899] = {.lex_state = 0, .external_lex_state = 184}, + [6900] = {.lex_state = 0, .external_lex_state = 184}, + [6901] = {.lex_state = 0, .external_lex_state = 184}, + [6902] = {.lex_state = 0, .external_lex_state = 184}, + [6903] = {.lex_state = 0, .external_lex_state = 184}, + [6904] = {.lex_state = 0, .external_lex_state = 262}, + [6905] = {.lex_state = 0, .external_lex_state = 184}, + [6906] = {.lex_state = 0, .external_lex_state = 184}, + [6907] = {.lex_state = 0, .external_lex_state = 184}, + [6908] = {.lex_state = 0, .external_lex_state = 184}, + [6909] = {.lex_state = 0, .external_lex_state = 274}, + [6910] = {.lex_state = 0, .external_lex_state = 184}, + [6911] = {.lex_state = 0, .external_lex_state = 184}, + [6912] = {.lex_state = 0, .external_lex_state = 184}, + [6913] = {.lex_state = 0, .external_lex_state = 184}, + [6914] = {.lex_state = 0, .external_lex_state = 184}, + [6915] = {.lex_state = 0, .external_lex_state = 184}, + [6916] = {.lex_state = 0, .external_lex_state = 184}, + [6917] = {.lex_state = 0, .external_lex_state = 184}, + [6918] = {.lex_state = 0, .external_lex_state = 184}, + [6919] = {.lex_state = 0, .external_lex_state = 184}, + [6920] = {.lex_state = 0, .external_lex_state = 184}, + [6921] = {.lex_state = 0, .external_lex_state = 184}, + [6922] = {.lex_state = 0, .external_lex_state = 184}, + [6923] = {.lex_state = 0, .external_lex_state = 184}, + [6924] = {.lex_state = 0, .external_lex_state = 184}, + [6925] = {.lex_state = 0, .external_lex_state = 184}, + [6926] = {.lex_state = 0, .external_lex_state = 184}, + [6927] = {.lex_state = 0, .external_lex_state = 184}, + [6928] = {.lex_state = 0, .external_lex_state = 184}, + [6929] = {.lex_state = 0, .external_lex_state = 184}, + [6930] = {.lex_state = 0, .external_lex_state = 184}, + [6931] = {.lex_state = 0, .external_lex_state = 273}, + [6932] = {.lex_state = 0, .external_lex_state = 184}, + [6933] = {.lex_state = 0, .external_lex_state = 184}, + [6934] = {.lex_state = 0, .external_lex_state = 184}, + [6935] = {.lex_state = 0, .external_lex_state = 184}, + [6936] = {.lex_state = 0, .external_lex_state = 184}, + [6937] = {.lex_state = 0, .external_lex_state = 184}, + [6938] = {.lex_state = 0, .external_lex_state = 184}, + [6939] = {.lex_state = 0, .external_lex_state = 184}, + [6940] = {.lex_state = 0, .external_lex_state = 184}, + [6941] = {.lex_state = 0, .external_lex_state = 184}, + [6942] = {.lex_state = 0, .external_lex_state = 184}, + [6943] = {.lex_state = 0, .external_lex_state = 269}, + [6944] = {.lex_state = 0, .external_lex_state = 184}, + [6945] = {.lex_state = 0, .external_lex_state = 184}, + [6946] = {.lex_state = 0, .external_lex_state = 270}, + [6947] = {.lex_state = 0, .external_lex_state = 270}, + [6948] = {.lex_state = 0, .external_lex_state = 241}, + [6949] = {.lex_state = 0, .external_lex_state = 184}, + [6950] = {.lex_state = 0, .external_lex_state = 184}, + [6951] = {.lex_state = 0, .external_lex_state = 184}, + [6952] = {.lex_state = 0, .external_lex_state = 184}, + [6953] = {.lex_state = 0, .external_lex_state = 184}, + [6954] = {.lex_state = 0, .external_lex_state = 184}, + [6955] = {.lex_state = 0, .external_lex_state = 184}, + [6956] = {.lex_state = 0, .external_lex_state = 184}, + [6957] = {.lex_state = 0, .external_lex_state = 184}, + [6958] = {.lex_state = 0, .external_lex_state = 184}, + [6959] = {.lex_state = 0, .external_lex_state = 184}, + [6960] = {.lex_state = 0, .external_lex_state = 184}, + [6961] = {.lex_state = 0, .external_lex_state = 184}, + [6962] = {.lex_state = 0, .external_lex_state = 184}, + [6963] = {.lex_state = 0, .external_lex_state = 184}, + [6964] = {.lex_state = 0, .external_lex_state = 184}, + [6965] = {.lex_state = 0, .external_lex_state = 270}, + [6966] = {.lex_state = 0, .external_lex_state = 184}, + [6967] = {.lex_state = 0, .external_lex_state = 275}, + [6968] = {.lex_state = 0, .external_lex_state = 184}, + [6969] = {.lex_state = 0, .external_lex_state = 184}, + [6970] = {.lex_state = 0, .external_lex_state = 184}, + [6971] = {.lex_state = 0, .external_lex_state = 184}, + [6972] = {.lex_state = 0, .external_lex_state = 184}, + [6973] = {.lex_state = 0, .external_lex_state = 184}, + [6974] = {.lex_state = 0, .external_lex_state = 184}, + [6975] = {.lex_state = 0, .external_lex_state = 184}, + [6976] = {.lex_state = 0, .external_lex_state = 184}, + [6977] = {.lex_state = 0, .external_lex_state = 184}, + [6978] = {.lex_state = 0, .external_lex_state = 184}, + [6979] = {.lex_state = 0, .external_lex_state = 184}, + [6980] = {.lex_state = 0, .external_lex_state = 184}, + [6981] = {.lex_state = 0, .external_lex_state = 184}, + [6982] = {.lex_state = 0, .external_lex_state = 184}, + [6983] = {.lex_state = 0, .external_lex_state = 184}, + [6984] = {.lex_state = 0, .external_lex_state = 184}, + [6985] = {.lex_state = 0, .external_lex_state = 270}, + [6986] = {.lex_state = 0, .external_lex_state = 184}, + [6987] = {.lex_state = 0, .external_lex_state = 184}, + [6988] = {.lex_state = 0, .external_lex_state = 184}, + [6989] = {.lex_state = 0, .external_lex_state = 184}, + [6990] = {.lex_state = 0, .external_lex_state = 184}, + [6991] = {.lex_state = 0, .external_lex_state = 184}, + [6992] = {.lex_state = 0, .external_lex_state = 184}, + [6993] = {.lex_state = 0, .external_lex_state = 184}, + [6994] = {.lex_state = 0, .external_lex_state = 184}, + [6995] = {.lex_state = 0, .external_lex_state = 184}, + [6996] = {.lex_state = 0, .external_lex_state = 184}, + [6997] = {.lex_state = 0, .external_lex_state = 184}, + [6998] = {.lex_state = 0, .external_lex_state = 184}, + [6999] = {.lex_state = 0, .external_lex_state = 184}, + [7000] = {.lex_state = 0, .external_lex_state = 184}, + [7001] = {.lex_state = 0, .external_lex_state = 184}, + [7002] = {.lex_state = 0, .external_lex_state = 184}, + [7003] = {.lex_state = 0, .external_lex_state = 184}, + [7004] = {.lex_state = 0, .external_lex_state = 184}, + [7005] = {.lex_state = 0, .external_lex_state = 184}, + [7006] = {.lex_state = 0, .external_lex_state = 184}, + [7007] = {.lex_state = 0, .external_lex_state = 184}, + [7008] = {.lex_state = 0, .external_lex_state = 184}, + [7009] = {.lex_state = 0, .external_lex_state = 184}, + [7010] = {.lex_state = 0, .external_lex_state = 184}, + [7011] = {.lex_state = 0, .external_lex_state = 184}, + [7012] = {.lex_state = 0, .external_lex_state = 184}, [7013] = {.lex_state = 0, .external_lex_state = 269}, - [7014] = {.lex_state = 0, .external_lex_state = 269}, - [7015] = {.lex_state = 0, .external_lex_state = 269}, - [7016] = {.lex_state = 0, .external_lex_state = 249}, - [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 = 281}, - [7025] = {.lex_state = 0, .external_lex_state = 269}, - [7026] = {.lex_state = 0, .external_lex_state = 271}, - [7027] = {.lex_state = 0, .external_lex_state = 186}, - [7028] = {.lex_state = 0, .external_lex_state = 186}, - [7029] = {.lex_state = 0, .external_lex_state = 282}, - [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 = 186}, - [7035] = {.lex_state = 0, .external_lex_state = 271}, - [7036] = {.lex_state = 0, .external_lex_state = 186}, - [7037] = {.lex_state = 0, .external_lex_state = 259}, - [7038] = {.lex_state = 0, .external_lex_state = 283}, - [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 = 259}, - [7044] = {.lex_state = 0, .external_lex_state = 269}, - [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 = 271}, - [7049] = {.lex_state = 0, .external_lex_state = 273}, - [7050] = {.lex_state = 0, .external_lex_state = 186}, - [7051] = {.lex_state = 0, .external_lex_state = 269}, + [7014] = {.lex_state = 0, .external_lex_state = 184}, + [7015] = {.lex_state = 0, .external_lex_state = 184}, + [7016] = {.lex_state = 0, .external_lex_state = 270}, + [7017] = {.lex_state = 0, .external_lex_state = 270}, + [7018] = {.lex_state = 0, .external_lex_state = 184}, + [7019] = {.lex_state = 0, .external_lex_state = 184}, + [7020] = {.lex_state = 0, .external_lex_state = 184}, + [7021] = {.lex_state = 0, .external_lex_state = 184}, + [7022] = {.lex_state = 0, .external_lex_state = 184}, + [7023] = {.lex_state = 0, .external_lex_state = 184}, + [7024] = {.lex_state = 0, .external_lex_state = 184}, + [7025] = {.lex_state = 0, .external_lex_state = 184}, + [7026] = {.lex_state = 0, .external_lex_state = 184}, + [7027] = {.lex_state = 0, .external_lex_state = 184}, + [7028] = {.lex_state = 0, .external_lex_state = 270}, + [7029] = {.lex_state = 0, .external_lex_state = 184}, + [7030] = {.lex_state = 0, .external_lex_state = 184}, + [7031] = {.lex_state = 0, .external_lex_state = 184}, + [7032] = {.lex_state = 0, .external_lex_state = 184}, + [7033] = {.lex_state = 0, .external_lex_state = 184}, + [7034] = {.lex_state = 0, .external_lex_state = 184}, + [7035] = {.lex_state = 0, .external_lex_state = 184}, + [7036] = {.lex_state = 0, .external_lex_state = 184}, + [7037] = {.lex_state = 0, .external_lex_state = 184}, + [7038] = {.lex_state = 0, .external_lex_state = 184}, + [7039] = {.lex_state = 0, .external_lex_state = 184}, + [7040] = {.lex_state = 0, .external_lex_state = 184}, + [7041] = {.lex_state = 0, .external_lex_state = 184}, + [7042] = {.lex_state = 0, .external_lex_state = 184}, + [7043] = {.lex_state = 0, .external_lex_state = 184}, + [7044] = {.lex_state = 0, .external_lex_state = 184}, + [7045] = {.lex_state = 0, .external_lex_state = 184}, + [7046] = {.lex_state = 0, .external_lex_state = 184}, + [7047] = {.lex_state = 0, .external_lex_state = 241}, + [7048] = {.lex_state = 0, .external_lex_state = 184}, + [7049] = {.lex_state = 0, .external_lex_state = 220}, + [7050] = {.lex_state = 0, .external_lex_state = 184}, + [7051] = {.lex_state = 0, .external_lex_state = 184}, [7052] = {.lex_state = 0, .external_lex_state = 269}, - [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 = 284}, - [7058] = {.lex_state = 0, .external_lex_state = 222}, - [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 = 186}, - [7063] = {.lex_state = 0, .external_lex_state = 186}, - [7064] = {.lex_state = 0, .external_lex_state = 186}, - [7065] = {.lex_state = 0, .external_lex_state = 186}, - [7066] = {.lex_state = 0, .external_lex_state = 255}, - [7067] = {.lex_state = 0, .external_lex_state = 285}, - [7068] = {.lex_state = 0, .external_lex_state = 186}, - [7069] = {.lex_state = 0, .external_lex_state = 222}, - [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 = 273}, - [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 = 222}, - [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 = 280}, - [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 = 286}, - [7098] = {.lex_state = 0, .external_lex_state = 273}, - [7099] = {.lex_state = 0, .external_lex_state = 186}, - [7100] = {.lex_state = 0, .external_lex_state = 269}, - [7101] = {.lex_state = 0, .external_lex_state = 269}, - [7102] = {.lex_state = 0, .external_lex_state = 266}, - [7103] = {.lex_state = 0, .external_lex_state = 269}, - [7104] = {.lex_state = 0, .external_lex_state = 186}, - [7105] = {.lex_state = 0, .external_lex_state = 271}, - [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 = 240}, - [7110] = {.lex_state = 0, .external_lex_state = 186}, - [7111] = {.lex_state = 0, .external_lex_state = 186}, - [7112] = {.lex_state = 0, .external_lex_state = 273}, - [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 = 271}, - [7119] = {.lex_state = 0, .external_lex_state = 286}, - [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 = 273}, - [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 = 274}, - [7135] = {.lex_state = 0, .external_lex_state = 186}, - [7136] = {.lex_state = 0, .external_lex_state = 186}, - [7137] = {.lex_state = 0, .external_lex_state = 273}, - [7138] = {.lex_state = 0, .external_lex_state = 186}, - [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 = 249}, - [7145] = {.lex_state = 0, .external_lex_state = 240}, - [7146] = {.lex_state = 0, .external_lex_state = 186}, - [7147] = {.lex_state = 0, .external_lex_state = 186}, - [7148] = {.lex_state = 0, .external_lex_state = 271}, - [7149] = {.lex_state = 0, .external_lex_state = 273}, - [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 = 186}, - [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 = 267}, - [7160] = {.lex_state = 0, .external_lex_state = 186}, - [7161] = {.lex_state = 0, .external_lex_state = 273}, - [7162] = {.lex_state = 0, .external_lex_state = 271}, - [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 = 259}, - [7168] = {.lex_state = 0, .external_lex_state = 259}, - [7169] = {.lex_state = 0, .external_lex_state = 186}, - [7170] = {.lex_state = 0, .external_lex_state = 222}, - [7171] = {.lex_state = 0, .external_lex_state = 186}, - [7172] = {.lex_state = 0, .external_lex_state = 240}, - [7173] = {.lex_state = 0, .external_lex_state = 273}, - [7174] = {.lex_state = 0, .external_lex_state = 240}, - [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 = 271}, - [7181] = {.lex_state = 0, .external_lex_state = 186}, - [7182] = {.lex_state = 0, .external_lex_state = 186}, - [7183] = {.lex_state = 0, .external_lex_state = 259}, - [7184] = {.lex_state = 0, .external_lex_state = 186}, - [7185] = {.lex_state = 0, .external_lex_state = 273}, - [7186] = {.lex_state = 0, .external_lex_state = 186}, - [7187] = {.lex_state = 0, .external_lex_state = 269}, - [7188] = {.lex_state = 0, .external_lex_state = 269}, - [7189] = {.lex_state = 0, .external_lex_state = 240}, - [7190] = {.lex_state = 0, .external_lex_state = 269}, - [7191] = {.lex_state = 0, .external_lex_state = 271}, - [7192] = {.lex_state = 0, .external_lex_state = 186}, - [7193] = {.lex_state = 0, .external_lex_state = 186}, - [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 = 273}, - [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 = 186}, - [7205] = {.lex_state = 0, .external_lex_state = 186}, - [7206] = {.lex_state = 0, .external_lex_state = 222}, - [7207] = {.lex_state = 0, .external_lex_state = 186}, - [7208] = {.lex_state = 0, .external_lex_state = 186}, - [7209] = {.lex_state = 0, .external_lex_state = 273}, - [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 = 222}, - [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 = 271}, - [7218] = {.lex_state = 0, .external_lex_state = 186}, - [7219] = {.lex_state = 0, .external_lex_state = 186}, - [7220] = {.lex_state = 0, .external_lex_state = 222}, - [7221] = {.lex_state = 0, .external_lex_state = 273}, - [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 = 186}, - [7226] = {.lex_state = 0, .external_lex_state = 269}, - [7227] = {.lex_state = 0, .external_lex_state = 222}, - [7228] = {.lex_state = 0, .external_lex_state = 186}, - [7229] = {.lex_state = 0, .external_lex_state = 271}, - [7230] = {.lex_state = 0, .external_lex_state = 186}, - [7231] = {.lex_state = 0, .external_lex_state = 186}, - [7232] = {.lex_state = 0, .external_lex_state = 249}, - [7233] = {.lex_state = 0, .external_lex_state = 273}, - [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 = 259}, - [7240] = {.lex_state = 0, .external_lex_state = 186}, - [7241] = {.lex_state = 0, .external_lex_state = 186}, - [7242] = {.lex_state = 0, .external_lex_state = 249}, - [7243] = {.lex_state = 0, .external_lex_state = 186}, - [7244] = {.lex_state = 0, .external_lex_state = 186}, - [7245] = {.lex_state = 0, .external_lex_state = 273}, - [7246] = {.lex_state = 0, .external_lex_state = 186}, - [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 = 186}, - [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 = 273}, - [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 = 267}, - [7269] = {.lex_state = 0, .external_lex_state = 273}, - [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 = 276}, - [7274] = {.lex_state = 0, .external_lex_state = 269}, - [7275] = {.lex_state = 0, .external_lex_state = 249}, - [7276] = {.lex_state = 0, .external_lex_state = 186}, - [7277] = {.lex_state = 0, .external_lex_state = 186}, - [7278] = {.lex_state = 0, .external_lex_state = 186}, - [7279] = {.lex_state = 0, .external_lex_state = 186}, - [7280] = {.lex_state = 0, .external_lex_state = 186}, - [7281] = {.lex_state = 0, .external_lex_state = 273}, - [7282] = {.lex_state = 0, .external_lex_state = 186}, - [7283] = {.lex_state = 0, .external_lex_state = 269}, - [7284] = {.lex_state = 0, .external_lex_state = 269}, - [7285] = {.lex_state = 0, .external_lex_state = 271}, - [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 = 273}, - [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 = 273}, - [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 = 254}, - [7312] = {.lex_state = 0, .external_lex_state = 186}, - [7313] = {.lex_state = 0, .external_lex_state = 240}, - [7314] = {.lex_state = 0, .external_lex_state = 186}, - [7315] = {.lex_state = 0, .external_lex_state = 271}, - [7316] = {.lex_state = 0, .external_lex_state = 186}, - [7317] = {.lex_state = 0, .external_lex_state = 273}, - [7318] = {.lex_state = 0, .external_lex_state = 186}, - [7319] = {.lex_state = 0, .external_lex_state = 269}, - [7320] = {.lex_state = 0, .external_lex_state = 269}, - [7321] = {.lex_state = 0, .external_lex_state = 186}, - [7322] = {.lex_state = 0, .external_lex_state = 269}, - [7323] = {.lex_state = 0, .external_lex_state = 186}, - [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 = 273}, - [7330] = {.lex_state = 0, .external_lex_state = 186}, - [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 = 240}, - [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 = 273}, - [7342] = {.lex_state = 0, .external_lex_state = 284}, - [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 = 249}, - [7351] = {.lex_state = 0, .external_lex_state = 186}, - [7352] = {.lex_state = 0, .external_lex_state = 186}, - [7353] = {.lex_state = 0, .external_lex_state = 273}, - [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 = 271}, - [7358] = {.lex_state = 0, .external_lex_state = 269}, - [7359] = {.lex_state = 0, .external_lex_state = 186}, - [7360] = {.lex_state = 0, .external_lex_state = 279}, - [7361] = {.lex_state = 0, .external_lex_state = 186}, - [7362] = {.lex_state = 0, .external_lex_state = 186}, - [7363] = {.lex_state = 0, .external_lex_state = 186}, - [7364] = {.lex_state = 0, .external_lex_state = 186}, - [7365] = {.lex_state = 0, .external_lex_state = 273}, - [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 = 186}, - [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 = 254}, - [7381] = {.lex_state = 0, .external_lex_state = 269}, - [7382] = {.lex_state = 0, .external_lex_state = 186}, - [7383] = {.lex_state = 0, .external_lex_state = 186}, - [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 = 277}, - [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 = 186}, - [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 = 271}, - [7407] = {.lex_state = 0, .external_lex_state = 266}, - [7408] = {.lex_state = 0, .external_lex_state = 186}, - [7409] = {.lex_state = 0, .external_lex_state = 186}, - [7410] = {.lex_state = 0, .external_lex_state = 271}, - [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 = 259}, - [7427] = {.lex_state = 0, .external_lex_state = 259}, - [7428] = {.lex_state = 0, .external_lex_state = 186}, - [7429] = {.lex_state = 0, .external_lex_state = 271}, - [7430] = {.lex_state = 0, .external_lex_state = 186}, - [7431] = {.lex_state = 0, .external_lex_state = 287}, - [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 = 186}, - [7439] = {.lex_state = 0, .external_lex_state = 186}, - [7440] = {.lex_state = 0, .external_lex_state = 186}, - [7441] = {.lex_state = 0, .external_lex_state = 186}, - [7442] = {.lex_state = 0, .external_lex_state = 266}, - [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 = 186}, - [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 = 271}, - [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 = 186}, - [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 = 186}, - [7471] = {.lex_state = 0, .external_lex_state = 186}, - [7472] = {.lex_state = 0, .external_lex_state = 186}, - [7473] = {.lex_state = 0, .external_lex_state = 186}, - [7474] = {.lex_state = 0, .external_lex_state = 186}, - [7475] = {.lex_state = 0, .external_lex_state = 186}, - [7476] = {.lex_state = 0, .external_lex_state = 271}, - [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 = 186}, - [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 = 240}, - [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 = 186}, - [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 = 186}, - [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 = 186}, - [7527] = {.lex_state = 0, .external_lex_state = 276}, - [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 = 186}, - [7537] = {.lex_state = 0, .external_lex_state = 186}, - [7538] = {.lex_state = 0, .external_lex_state = 186}, - [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 = 240}, - [7548] = {.lex_state = 0, .external_lex_state = 186}, - [7549] = {.lex_state = 0, .external_lex_state = 240}, - [7550] = {.lex_state = 0, .external_lex_state = 186}, - [7551] = {.lex_state = 0, .external_lex_state = 186}, - [7552] = {.lex_state = 0, .external_lex_state = 186}, - [7553] = {.lex_state = 0, .external_lex_state = 186}, - [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 = 186}, - [7559] = {.lex_state = 0, .external_lex_state = 186}, - [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 = 271}, - [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 = 186}, - [7574] = {.lex_state = 0, .external_lex_state = 186}, - [7575] = {.lex_state = 0, .external_lex_state = 186}, - [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 = 186}, - [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 = 186}, - [7592] = {.lex_state = 0, .external_lex_state = 186}, - [7593] = {.lex_state = 0, .external_lex_state = 186}, - [7594] = {.lex_state = 0, .external_lex_state = 271}, - [7595] = {.lex_state = 0, .external_lex_state = 186}, - [7596] = {.lex_state = 0, .external_lex_state = 186}, - [7597] = {.lex_state = 0, .external_lex_state = 186}, - [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 = 186}, - [7602] = {.lex_state = 0, .external_lex_state = 186}, - [7603] = {.lex_state = 0, .external_lex_state = 186}, - [7604] = {.lex_state = 0, .external_lex_state = 260}, - [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 = 186}, - [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 = 240}, - [7620] = {.lex_state = 0, .external_lex_state = 186}, - [7621] = {.lex_state = 0, .external_lex_state = 269}, - [7622] = {.lex_state = 0, .external_lex_state = 186}, - [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 = 186}, - [7627] = {.lex_state = 0, .external_lex_state = 269}, - [7628] = {.lex_state = 0, .external_lex_state = 186}, - [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 = 186}, - [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 = 271}, - [7639] = {.lex_state = 0, .external_lex_state = 186}, - [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 = 286}, - [7656] = {.lex_state = 0, .external_lex_state = 186}, - [7657] = {.lex_state = 0, .external_lex_state = 186}, - [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 = 279}, - [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 = 186}, - [7667] = {.lex_state = 0, .external_lex_state = 186}, - [7668] = {.lex_state = 0, .external_lex_state = 186}, - [7669] = {.lex_state = 0, .external_lex_state = 222}, - [7670] = {.lex_state = 0, .external_lex_state = 186}, - [7671] = {.lex_state = 0, .external_lex_state = 259}, - [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 = 186}, - [7678] = {.lex_state = 0, .external_lex_state = 284}, - [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 = 186}, - [7696] = {.lex_state = 0, .external_lex_state = 222}, - [7697] = {.lex_state = 0, .external_lex_state = 222}, - [7698] = {.lex_state = 0, .external_lex_state = 186}, - [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 = 186}, - [7703] = {.lex_state = 0, .external_lex_state = 186}, - [7704] = {.lex_state = 0, .external_lex_state = 186}, - [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 = 272}, - [7709] = {.lex_state = 0, .external_lex_state = 186}, - [7710] = {.lex_state = 0, .external_lex_state = 186}, - [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 = 186}, - [7722] = {.lex_state = 0, .external_lex_state = 186}, - [7723] = {.lex_state = 0, .external_lex_state = 186}, - [7724] = {.lex_state = 0, .external_lex_state = 279}, - [7725] = {.lex_state = 0, .external_lex_state = 186}, - [7726] = {.lex_state = 0, .external_lex_state = 186}, - [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 = 186}, - [7731] = {.lex_state = 0, .external_lex_state = 186}, - [7732] = {.lex_state = 0, .external_lex_state = 222}, - [7733] = {.lex_state = 0, .external_lex_state = 186}, - [7734] = {.lex_state = 0, .external_lex_state = 186}, - [7735] = {.lex_state = 0, .external_lex_state = 186}, - [7736] = {.lex_state = 0, .external_lex_state = 186}, - [7737] = {.lex_state = 0, .external_lex_state = 186}, - [7738] = {.lex_state = 0, .external_lex_state = 186}, - [7739] = {.lex_state = 0, .external_lex_state = 186}, - [7740] = {.lex_state = 0, .external_lex_state = 284}, - [7741] = {.lex_state = 0, .external_lex_state = 186}, - [7742] = {.lex_state = 0, .external_lex_state = 186}, - [7743] = {.lex_state = 0, .external_lex_state = 186}, - [7744] = {.lex_state = 0, .external_lex_state = 267}, - [7745] = {.lex_state = 0, .external_lex_state = 271}, - [7746] = {.lex_state = 0, .external_lex_state = 186}, - [7747] = {.lex_state = 0, .external_lex_state = 186}, - [7748] = {.lex_state = 0, .external_lex_state = 186}, - [7749] = {.lex_state = 0, .external_lex_state = 271}, - [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 = 222}, - [7759] = {.lex_state = 0, .external_lex_state = 222}, - [7760] = {.lex_state = 0, .external_lex_state = 186}, - [7761] = {.lex_state = 0, .external_lex_state = 186}, - [7762] = {.lex_state = 0, .external_lex_state = 186}, - [7763] = {.lex_state = 0, .external_lex_state = 186}, - [7764] = {.lex_state = 0, .external_lex_state = 186}, - [7765] = {.lex_state = 0, .external_lex_state = 186}, - [7766] = {.lex_state = 0, .external_lex_state = 186}, - [7767] = {.lex_state = 0, .external_lex_state = 186}, - [7768] = {.lex_state = 0, .external_lex_state = 186}, - [7769] = {.lex_state = 0, .external_lex_state = 271}, - [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 = 186}, - [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 = 279}, - [7783] = {.lex_state = 0, .external_lex_state = 186}, - [7784] = {.lex_state = 0, .external_lex_state = 186}, - [7785] = {.lex_state = 0, .external_lex_state = 186}, - [7786] = {.lex_state = 0, .external_lex_state = 186}, - [7787] = {.lex_state = 0, .external_lex_state = 186}, - [7788] = {.lex_state = 0, .external_lex_state = 186}, - [7789] = {.lex_state = 0, .external_lex_state = 186}, - [7790] = {.lex_state = 0, .external_lex_state = 222}, - [7791] = {.lex_state = 0, .external_lex_state = 186}, - [7792] = {.lex_state = 0, .external_lex_state = 186}, - [7793] = {.lex_state = 0, .external_lex_state = 186}, - [7794] = {.lex_state = 0, .external_lex_state = 186}, - [7795] = {.lex_state = 0, .external_lex_state = 186}, - [7796] = {.lex_state = 0, .external_lex_state = 186}, - [7797] = {.lex_state = 0, .external_lex_state = 284}, - [7798] = {.lex_state = 0, .external_lex_state = 186}, - [7799] = {.lex_state = 0, .external_lex_state = 186}, - [7800] = {.lex_state = 0, .external_lex_state = 186}, - [7801] = {.lex_state = 0, .external_lex_state = 186}, - [7802] = {.lex_state = 0, .external_lex_state = 186}, - [7803] = {.lex_state = 0, .external_lex_state = 186}, - [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 = 222}, - [7812] = {.lex_state = 0, .external_lex_state = 222}, - [7813] = {.lex_state = 0, .external_lex_state = 186}, - [7814] = {.lex_state = 0, .external_lex_state = 186}, - [7815] = {.lex_state = 0, .external_lex_state = 186}, - [7816] = {.lex_state = 0, .external_lex_state = 186}, - [7817] = {.lex_state = 0, .external_lex_state = 186}, - [7818] = {.lex_state = 0, .external_lex_state = 186}, - [7819] = {.lex_state = 0, .external_lex_state = 186}, - [7820] = {.lex_state = 0, .external_lex_state = 186}, - [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 = 222}, - [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 = 284}, - [7836] = {.lex_state = 0, .external_lex_state = 186}, - [7837] = {.lex_state = 0, .external_lex_state = 186}, - [7838] = {.lex_state = 0, .external_lex_state = 186}, - [7839] = {.lex_state = 0, .external_lex_state = 186}, - [7840] = {.lex_state = 0, .external_lex_state = 284}, - [7841] = {.lex_state = 0, .external_lex_state = 186}, - [7842] = {.lex_state = 0, .external_lex_state = 186}, - [7843] = {.lex_state = 0, .external_lex_state = 186}, - [7844] = {.lex_state = 0, .external_lex_state = 186}, - [7845] = {.lex_state = 0, .external_lex_state = 186}, - [7846] = {.lex_state = 0, .external_lex_state = 222}, - [7847] = {.lex_state = 0, .external_lex_state = 222}, - [7848] = {.lex_state = 0, .external_lex_state = 186}, - [7849] = {.lex_state = 0, .external_lex_state = 186}, - [7850] = {.lex_state = 0, .external_lex_state = 186}, - [7851] = {.lex_state = 0, .external_lex_state = 186}, - [7852] = {.lex_state = 0, .external_lex_state = 186}, - [7853] = {.lex_state = 0, .external_lex_state = 186}, - [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 = 186}, - [7858] = {.lex_state = 0, .external_lex_state = 222}, - [7859] = {.lex_state = 0, .external_lex_state = 186}, - [7860] = {.lex_state = 0, .external_lex_state = 284}, - [7861] = {.lex_state = 0, .external_lex_state = 186}, - [7862] = {.lex_state = 0, .external_lex_state = 186}, - [7863] = {.lex_state = 0, .external_lex_state = 186}, - [7864] = {.lex_state = 0, .external_lex_state = 186}, - [7865] = {.lex_state = 0, .external_lex_state = 186}, - [7866] = {.lex_state = 0, .external_lex_state = 222}, - [7867] = {.lex_state = 0, .external_lex_state = 222}, - [7868] = {.lex_state = 0, .external_lex_state = 186}, - [7869] = {.lex_state = 0, .external_lex_state = 186}, - [7870] = {.lex_state = 0, .external_lex_state = 186}, - [7871] = {.lex_state = 0, .external_lex_state = 186}, - [7872] = {.lex_state = 0, .external_lex_state = 284}, - [7873] = {.lex_state = 0, .external_lex_state = 284}, - [7874] = {.lex_state = 0, .external_lex_state = 186}, - [7875] = {.lex_state = 0, .external_lex_state = 186}, - [7876] = {.lex_state = 0, .external_lex_state = 186}, - [7877] = {.lex_state = 0, .external_lex_state = 186}, - [7878] = {.lex_state = 0, .external_lex_state = 222}, - [7879] = {.lex_state = 0, .external_lex_state = 222}, - [7880] = {.lex_state = 0, .external_lex_state = 249}, - [7881] = {.lex_state = 0, .external_lex_state = 186}, - [7882] = {.lex_state = 0, .external_lex_state = 186}, - [7883] = {.lex_state = 0, .external_lex_state = 186}, - [7884] = {.lex_state = 0, .external_lex_state = 222}, - [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 = 186}, - [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 = 254}, - [8015] = {.lex_state = 0, .external_lex_state = 254}, - [8016] = {.lex_state = 0, .external_lex_state = 186}, - [8017] = {.lex_state = 0, .external_lex_state = 186}, - [8018] = {.lex_state = 0, .external_lex_state = 186}, - [8019] = {.lex_state = 0, .external_lex_state = 186}, - [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 = 186}, - [8036] = {.lex_state = 0, .external_lex_state = 186}, - [8037] = {.lex_state = 0, .external_lex_state = 271}, - [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 = 186}, - [8047] = {.lex_state = 0, .external_lex_state = 254}, - [8048] = {.lex_state = 0, .external_lex_state = 186}, - [8049] = {.lex_state = 0, .external_lex_state = 186}, - [8050] = {.lex_state = 0, .external_lex_state = 186}, - [8051] = {.lex_state = 0, .external_lex_state = 259}, - [8052] = {.lex_state = 0, .external_lex_state = 186}, - [8053] = {.lex_state = 0, .external_lex_state = 186}, - [8054] = {.lex_state = 0, .external_lex_state = 186}, - [8055] = {.lex_state = 0, .external_lex_state = 186}, - [8056] = {.lex_state = 0, .external_lex_state = 259}, - [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 = 288}, - [8061] = {.lex_state = 0, .external_lex_state = 186}, - [8062] = {.lex_state = 0, .external_lex_state = 271}, - [8063] = {.lex_state = 0, .external_lex_state = 186}, - [8064] = {.lex_state = 0, .external_lex_state = 186}, - [8065] = {.lex_state = 0, .external_lex_state = 271}, - [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 = 271}, - [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 = 281}, - [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 = 289}, - [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 = 186}, - [8106] = {.lex_state = 0, .external_lex_state = 186}, - [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 = 186}, - [8116] = {.lex_state = 0, .external_lex_state = 186}, - [8117] = {.lex_state = 0, .external_lex_state = 186}, - [8118] = {.lex_state = 0, .external_lex_state = 249}, - [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 = 276}, - [8124] = {.lex_state = 0, .external_lex_state = 186}, - [8125] = {.lex_state = 0, .external_lex_state = 186}, - [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 = 186}, - [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 = 186}, - [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 = 186}, - [8143] = {.lex_state = 0, .external_lex_state = 259}, - [8144] = {.lex_state = 0, .external_lex_state = 186}, - [8145] = {.lex_state = 0, .external_lex_state = 186}, - [8146] = {.lex_state = 0, .external_lex_state = 274}, - [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 = 186}, - [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 = 186}, - [8161] = {.lex_state = 0, .external_lex_state = 186}, - [8162] = {.lex_state = 0, .external_lex_state = 186}, - [8163] = {.lex_state = 0, .external_lex_state = 186}, - [8164] = {.lex_state = 0, .external_lex_state = 186}, - [8165] = {.lex_state = 0, .external_lex_state = 186}, - [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 = 186}, - [8170] = {.lex_state = 0, .external_lex_state = 186}, - [8171] = {.lex_state = 0, .external_lex_state = 186}, - [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 = 259}, - [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 = 249}, - [8195] = {.lex_state = 0, .external_lex_state = 186}, - [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 = 186}, - [8200] = {.lex_state = 0, .external_lex_state = 186}, - [8201] = {.lex_state = 0, .external_lex_state = 271}, - [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 = 186}, - [8208] = {.lex_state = 0, .external_lex_state = 186}, - [8209] = {.lex_state = 0, .external_lex_state = 186}, - [8210] = {.lex_state = 0, .external_lex_state = 271}, - [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 = 186}, - [8224] = {.lex_state = 0, .external_lex_state = 186}, - [8225] = {.lex_state = 0, .external_lex_state = 274}, - [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 = 186}, - [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 = 186}, - [8239] = {.lex_state = 0, .external_lex_state = 186}, - [8240] = {.lex_state = 0, .external_lex_state = 186}, - [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 = 271}, - [8245] = {.lex_state = 0, .external_lex_state = 186}, - [8246] = {.lex_state = 0, .external_lex_state = 186}, - [8247] = {.lex_state = 0, .external_lex_state = 186}, - [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 = 186}, - [8252] = {.lex_state = 0, .external_lex_state = 186}, - [8253] = {.lex_state = 0, .external_lex_state = 186}, - [8254] = {.lex_state = 0, .external_lex_state = 186}, - [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 = 186}, - [8259] = {.lex_state = 0, .external_lex_state = 186}, - [8260] = {.lex_state = 0, .external_lex_state = 186}, - [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 = 186}, - [8265] = {.lex_state = 0, .external_lex_state = 186}, - [8266] = {.lex_state = 0, .external_lex_state = 186}, - [8267] = {.lex_state = 0, .external_lex_state = 186}, - [8268] = {.lex_state = 0, .external_lex_state = 186}, - [8269] = {.lex_state = 0, .external_lex_state = 282}, - [8270] = {.lex_state = 0, .external_lex_state = 186}, - [8271] = {.lex_state = 0, .external_lex_state = 249}, - [8272] = {.lex_state = 0, .external_lex_state = 260}, - [8273] = {.lex_state = 0, .external_lex_state = 249}, - [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 = 282}, - [8278] = {.lex_state = 0, .external_lex_state = 186}, - [8279] = {.lex_state = 0, .external_lex_state = 249}, - [8280] = {.lex_state = 0, .external_lex_state = 186}, - [8281] = {.lex_state = 0, .external_lex_state = 249}, - [8282] = {.lex_state = 0, .external_lex_state = 186}, - [8283] = {.lex_state = 0, .external_lex_state = 186}, - [8284] = {.lex_state = 0, .external_lex_state = 186}, - [8285] = {.lex_state = 0, .external_lex_state = 282}, - [8286] = {.lex_state = 0, .external_lex_state = 274}, - [8287] = {.lex_state = 0, .external_lex_state = 249}, - [8288] = {.lex_state = 0, .external_lex_state = 186}, - [8289] = {.lex_state = 0, .external_lex_state = 249}, - [8290] = {.lex_state = 0, .external_lex_state = 186}, - [8291] = {.lex_state = 0, .external_lex_state = 289}, - [8292] = {.lex_state = 0, .external_lex_state = 186}, - [8293] = {.lex_state = 0, .external_lex_state = 282}, - [8294] = {.lex_state = 0, .external_lex_state = 186}, - [8295] = {.lex_state = 0, .external_lex_state = 249}, - [8296] = {.lex_state = 0, .external_lex_state = 259}, - [8297] = {.lex_state = 0, .external_lex_state = 186}, - [8298] = {.lex_state = 0, .external_lex_state = 282}, - [8299] = {.lex_state = 0, .external_lex_state = 271}, - [8300] = {.lex_state = 0, .external_lex_state = 249}, - [8301] = {.lex_state = 0, .external_lex_state = 186}, - [8302] = {.lex_state = 0, .external_lex_state = 186}, - [8303] = {.lex_state = 0, .external_lex_state = 282}, - [8304] = {.lex_state = 0, .external_lex_state = 186}, - [8305] = {.lex_state = 0, .external_lex_state = 249}, - [8306] = {.lex_state = 0, .external_lex_state = 186}, - [8307] = {.lex_state = 0, .external_lex_state = 186}, - [8308] = {.lex_state = 0, .external_lex_state = 249}, - [8309] = {.lex_state = 0, .external_lex_state = 186}, - [8310] = {.lex_state = 0, .external_lex_state = 186}, - [8311] = {.lex_state = 0, .external_lex_state = 186}, - [8312] = {.lex_state = 0, .external_lex_state = 186}, - [8313] = {.lex_state = 0, .external_lex_state = 186}, - [8314] = {.lex_state = 0, .external_lex_state = 259}, - [8315] = {.lex_state = 0, .external_lex_state = 186}, - [8316] = {.lex_state = 0, .external_lex_state = 267}, - [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 = 186}, - [8324] = {.lex_state = 0, .external_lex_state = 186}, - [8325] = {.lex_state = 0, .external_lex_state = 186}, - [8326] = {.lex_state = 0, .external_lex_state = 186}, - [8327] = {.lex_state = 0, .external_lex_state = 186}, - [8328] = {.lex_state = 0, .external_lex_state = 186}, - [8329] = {.lex_state = 0, .external_lex_state = 186}, - [8330] = {.lex_state = 0, .external_lex_state = 269}, - [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 = 271}, - [8341] = {.lex_state = 0, .external_lex_state = 186}, - [8342] = {.lex_state = 0, .external_lex_state = 186}, - [8343] = {.lex_state = 0, .external_lex_state = 186}, - [8344] = {.lex_state = 0, .external_lex_state = 186}, - [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 = 271}, - [8352] = {.lex_state = 0, .external_lex_state = 290}, - [8353] = {.lex_state = 0, .external_lex_state = 259}, - [8354] = {.lex_state = 0, .external_lex_state = 271}, - [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 = 269}, + [7053] = {.lex_state = 0, .external_lex_state = 184}, + [7054] = {.lex_state = 0, .external_lex_state = 270}, + [7055] = {.lex_state = 0, .external_lex_state = 270}, + [7056] = {.lex_state = 0, .external_lex_state = 184}, + [7057] = {.lex_state = 0, .external_lex_state = 184}, + [7058] = {.lex_state = 0, .external_lex_state = 184}, + [7059] = {.lex_state = 0, .external_lex_state = 184}, + [7060] = {.lex_state = 0, .external_lex_state = 184}, + [7061] = {.lex_state = 0, .external_lex_state = 184}, + [7062] = {.lex_state = 0, .external_lex_state = 184}, + [7063] = {.lex_state = 0, .external_lex_state = 184}, + [7064] = {.lex_state = 0, .external_lex_state = 184}, + [7065] = {.lex_state = 0, .external_lex_state = 270}, + [7066] = {.lex_state = 0, .external_lex_state = 184}, + [7067] = {.lex_state = 0, .external_lex_state = 259}, + [7068] = {.lex_state = 0, .external_lex_state = 184}, + [7069] = {.lex_state = 0, .external_lex_state = 184}, + [7070] = {.lex_state = 0, .external_lex_state = 184}, + [7071] = {.lex_state = 0, .external_lex_state = 184}, + [7072] = {.lex_state = 0, .external_lex_state = 184}, + [7073] = {.lex_state = 0, .external_lex_state = 184}, + [7074] = {.lex_state = 0, .external_lex_state = 184}, + [7075] = {.lex_state = 0, .external_lex_state = 184}, + [7076] = {.lex_state = 0, .external_lex_state = 184}, + [7077] = {.lex_state = 0, .external_lex_state = 184}, + [7078] = {.lex_state = 0, .external_lex_state = 184}, + [7079] = {.lex_state = 0, .external_lex_state = 184}, + [7080] = {.lex_state = 0, .external_lex_state = 184}, + [7081] = {.lex_state = 0, .external_lex_state = 269}, + [7082] = {.lex_state = 0, .external_lex_state = 184}, + [7083] = {.lex_state = 0, .external_lex_state = 270}, + [7084] = {.lex_state = 0, .external_lex_state = 270}, + [7085] = {.lex_state = 0, .external_lex_state = 184}, + [7086] = {.lex_state = 0, .external_lex_state = 184}, + [7087] = {.lex_state = 0, .external_lex_state = 184}, + [7088] = {.lex_state = 0, .external_lex_state = 270}, + [7089] = {.lex_state = 0, .external_lex_state = 184}, + [7090] = {.lex_state = 0, .external_lex_state = 184}, + [7091] = {.lex_state = 0, .external_lex_state = 184}, + [7092] = {.lex_state = 0, .external_lex_state = 184}, + [7093] = {.lex_state = 0, .external_lex_state = 184}, + [7094] = {.lex_state = 0, .external_lex_state = 184}, + [7095] = {.lex_state = 0, .external_lex_state = 264}, + [7096] = {.lex_state = 0, .external_lex_state = 184}, + [7097] = {.lex_state = 0, .external_lex_state = 184}, + [7098] = {.lex_state = 0, .external_lex_state = 184}, + [7099] = {.lex_state = 0, .external_lex_state = 184}, + [7100] = {.lex_state = 0, .external_lex_state = 184}, + [7101] = {.lex_state = 0, .external_lex_state = 184}, + [7102] = {.lex_state = 0, .external_lex_state = 269}, + [7103] = {.lex_state = 0, .external_lex_state = 184}, + [7104] = {.lex_state = 0, .external_lex_state = 270}, + [7105] = {.lex_state = 0, .external_lex_state = 270}, + [7106] = {.lex_state = 0, .external_lex_state = 184}, + [7107] = {.lex_state = 0, .external_lex_state = 270}, + [7108] = {.lex_state = 0, .external_lex_state = 184}, + [7109] = {.lex_state = 0, .external_lex_state = 184}, + [7110] = {.lex_state = 0, .external_lex_state = 184}, + [7111] = {.lex_state = 0, .external_lex_state = 184}, + [7112] = {.lex_state = 0, .external_lex_state = 184}, + [7113] = {.lex_state = 0, .external_lex_state = 184}, + [7114] = {.lex_state = 0, .external_lex_state = 184}, + [7115] = {.lex_state = 0, .external_lex_state = 241}, + [7116] = {.lex_state = 0, .external_lex_state = 269}, + [7117] = {.lex_state = 0, .external_lex_state = 241}, + [7118] = {.lex_state = 0, .external_lex_state = 270}, + [7119] = {.lex_state = 0, .external_lex_state = 270}, + [7120] = {.lex_state = 0, .external_lex_state = 184}, + [7121] = {.lex_state = 0, .external_lex_state = 270}, + [7122] = {.lex_state = 0, .external_lex_state = 184}, + [7123] = {.lex_state = 0, .external_lex_state = 184}, + [7124] = {.lex_state = 0, .external_lex_state = 184}, + [7125] = {.lex_state = 0, .external_lex_state = 184}, + [7126] = {.lex_state = 0, .external_lex_state = 184}, + [7127] = {.lex_state = 0, .external_lex_state = 184}, + [7128] = {.lex_state = 0, .external_lex_state = 184}, + [7129] = {.lex_state = 0, .external_lex_state = 269}, + [7130] = {.lex_state = 0, .external_lex_state = 184}, + [7131] = {.lex_state = 0, .external_lex_state = 270}, + [7132] = {.lex_state = 0, .external_lex_state = 270}, + [7133] = {.lex_state = 0, .external_lex_state = 274}, + [7134] = {.lex_state = 0, .external_lex_state = 270}, + [7135] = {.lex_state = 0, .external_lex_state = 276}, + [7136] = {.lex_state = 0, .external_lex_state = 184}, + [7137] = {.lex_state = 0, .external_lex_state = 184}, + [7138] = {.lex_state = 0, .external_lex_state = 184}, + [7139] = {.lex_state = 0, .external_lex_state = 184}, + [7140] = {.lex_state = 0, .external_lex_state = 184}, + [7141] = {.lex_state = 0, .external_lex_state = 269}, + [7142] = {.lex_state = 0, .external_lex_state = 184}, + [7143] = {.lex_state = 0, .external_lex_state = 270}, + [7144] = {.lex_state = 0, .external_lex_state = 270}, + [7145] = {.lex_state = 0, .external_lex_state = 184}, + [7146] = {.lex_state = 0, .external_lex_state = 270}, + [7147] = {.lex_state = 0, .external_lex_state = 184}, + [7148] = {.lex_state = 0, .external_lex_state = 184}, + [7149] = {.lex_state = 0, .external_lex_state = 184}, + [7150] = {.lex_state = 0, .external_lex_state = 184}, + [7151] = {.lex_state = 0, .external_lex_state = 184}, + [7152] = {.lex_state = 0, .external_lex_state = 184}, + [7153] = {.lex_state = 0, .external_lex_state = 269}, + [7154] = {.lex_state = 0, .external_lex_state = 272}, + [7155] = {.lex_state = 0, .external_lex_state = 270}, + [7156] = {.lex_state = 0, .external_lex_state = 270}, + [7157] = {.lex_state = 0, .external_lex_state = 184}, + [7158] = {.lex_state = 0, .external_lex_state = 270}, + [7159] = {.lex_state = 0, .external_lex_state = 184}, + [7160] = {.lex_state = 0, .external_lex_state = 184}, + [7161] = {.lex_state = 0, .external_lex_state = 184}, + [7162] = {.lex_state = 0, .external_lex_state = 184}, + [7163] = {.lex_state = 0, .external_lex_state = 184}, + [7164] = {.lex_state = 0, .external_lex_state = 184}, + [7165] = {.lex_state = 0, .external_lex_state = 269}, + [7166] = {.lex_state = 0, .external_lex_state = 241}, + [7167] = {.lex_state = 0, .external_lex_state = 270}, + [7168] = {.lex_state = 0, .external_lex_state = 270}, + [7169] = {.lex_state = 0, .external_lex_state = 184}, + [7170] = {.lex_state = 0, .external_lex_state = 270}, + [7171] = {.lex_state = 0, .external_lex_state = 184}, + [7172] = {.lex_state = 0, .external_lex_state = 184}, + [7173] = {.lex_state = 0, .external_lex_state = 184}, + [7174] = {.lex_state = 0, .external_lex_state = 184}, + [7175] = {.lex_state = 0, .external_lex_state = 272}, + [7176] = {.lex_state = 0, .external_lex_state = 184}, + [7177] = {.lex_state = 0, .external_lex_state = 269}, + [7178] = {.lex_state = 0, .external_lex_state = 184}, + [7179] = {.lex_state = 0, .external_lex_state = 270}, + [7180] = {.lex_state = 0, .external_lex_state = 270}, + [7181] = {.lex_state = 0, .external_lex_state = 184}, + [7182] = {.lex_state = 0, .external_lex_state = 270}, + [7183] = {.lex_state = 0, .external_lex_state = 184}, + [7184] = {.lex_state = 0, .external_lex_state = 184}, + [7185] = {.lex_state = 0, .external_lex_state = 184}, + [7186] = {.lex_state = 0, .external_lex_state = 184}, + [7187] = {.lex_state = 0, .external_lex_state = 184}, + [7188] = {.lex_state = 0, .external_lex_state = 184}, + [7189] = {.lex_state = 0, .external_lex_state = 269}, + [7190] = {.lex_state = 0, .external_lex_state = 184}, + [7191] = {.lex_state = 0, .external_lex_state = 270}, + [7192] = {.lex_state = 0, .external_lex_state = 270}, + [7193] = {.lex_state = 0, .external_lex_state = 272}, + [7194] = {.lex_state = 0, .external_lex_state = 270}, + [7195] = {.lex_state = 0, .external_lex_state = 184}, + [7196] = {.lex_state = 0, .external_lex_state = 184}, + [7197] = {.lex_state = 0, .external_lex_state = 184}, + [7198] = {.lex_state = 0, .external_lex_state = 273}, + [7199] = {.lex_state = 0, .external_lex_state = 184}, + [7200] = {.lex_state = 0, .external_lex_state = 184}, + [7201] = {.lex_state = 0, .external_lex_state = 269}, + [7202] = {.lex_state = 0, .external_lex_state = 184}, + [7203] = {.lex_state = 0, .external_lex_state = 270}, + [7204] = {.lex_state = 0, .external_lex_state = 270}, + [7205] = {.lex_state = 0, .external_lex_state = 184}, + [7206] = {.lex_state = 0, .external_lex_state = 270}, + [7207] = {.lex_state = 0, .external_lex_state = 184}, + [7208] = {.lex_state = 0, .external_lex_state = 184}, + [7209] = {.lex_state = 0, .external_lex_state = 184}, + [7210] = {.lex_state = 0, .external_lex_state = 184}, + [7211] = {.lex_state = 0, .external_lex_state = 184}, + [7212] = {.lex_state = 0, .external_lex_state = 184}, + [7213] = {.lex_state = 0, .external_lex_state = 269}, + [7214] = {.lex_state = 0, .external_lex_state = 273}, + [7215] = {.lex_state = 0, .external_lex_state = 270}, + [7216] = {.lex_state = 0, .external_lex_state = 270}, + [7217] = {.lex_state = 0, .external_lex_state = 184}, + [7218] = {.lex_state = 0, .external_lex_state = 270}, + [7219] = {.lex_state = 0, .external_lex_state = 184}, + [7220] = {.lex_state = 0, .external_lex_state = 184}, + [7221] = {.lex_state = 0, .external_lex_state = 184}, + [7222] = {.lex_state = 0, .external_lex_state = 277}, + [7223] = {.lex_state = 0, .external_lex_state = 184}, + [7224] = {.lex_state = 0, .external_lex_state = 184}, + [7225] = {.lex_state = 0, .external_lex_state = 269}, + [7226] = {.lex_state = 0, .external_lex_state = 273}, + [7227] = {.lex_state = 0, .external_lex_state = 270}, + [7228] = {.lex_state = 0, .external_lex_state = 270}, + [7229] = {.lex_state = 0, .external_lex_state = 184}, + [7230] = {.lex_state = 0, .external_lex_state = 270}, + [7231] = {.lex_state = 0, .external_lex_state = 259}, + [7232] = {.lex_state = 0, .external_lex_state = 264}, + [7233] = {.lex_state = 0, .external_lex_state = 184}, + [7234] = {.lex_state = 0, .external_lex_state = 184}, + [7235] = {.lex_state = 0, .external_lex_state = 184}, + [7236] = {.lex_state = 0, .external_lex_state = 184}, + [7237] = {.lex_state = 0, .external_lex_state = 269}, + [7238] = {.lex_state = 0, .external_lex_state = 184}, + [7239] = {.lex_state = 0, .external_lex_state = 270}, + [7240] = {.lex_state = 0, .external_lex_state = 270}, + [7241] = {.lex_state = 0, .external_lex_state = 184}, + [7242] = {.lex_state = 0, .external_lex_state = 270}, + [7243] = {.lex_state = 0, .external_lex_state = 184}, + [7244] = {.lex_state = 0, .external_lex_state = 184}, + [7245] = {.lex_state = 0, .external_lex_state = 184}, + [7246] = {.lex_state = 0, .external_lex_state = 277}, + [7247] = {.lex_state = 0, .external_lex_state = 184}, + [7248] = {.lex_state = 0, .external_lex_state = 220}, + [7249] = {.lex_state = 0, .external_lex_state = 269}, + [7250] = {.lex_state = 0, .external_lex_state = 184}, + [7251] = {.lex_state = 0, .external_lex_state = 270}, + [7252] = {.lex_state = 0, .external_lex_state = 270}, + [7253] = {.lex_state = 0, .external_lex_state = 184}, + [7254] = {.lex_state = 0, .external_lex_state = 270}, + [7255] = {.lex_state = 0, .external_lex_state = 184}, + [7256] = {.lex_state = 0, .external_lex_state = 184}, + [7257] = {.lex_state = 0, .external_lex_state = 184}, + [7258] = {.lex_state = 0, .external_lex_state = 184}, + [7259] = {.lex_state = 0, .external_lex_state = 184}, + [7260] = {.lex_state = 0, .external_lex_state = 184}, + [7261] = {.lex_state = 0, .external_lex_state = 269}, + [7262] = {.lex_state = 0, .external_lex_state = 184}, + [7263] = {.lex_state = 0, .external_lex_state = 270}, + [7264] = {.lex_state = 0, .external_lex_state = 270}, + [7265] = {.lex_state = 0, .external_lex_state = 184}, + [7266] = {.lex_state = 0, .external_lex_state = 270}, + [7267] = {.lex_state = 0, .external_lex_state = 184}, + [7268] = {.lex_state = 0, .external_lex_state = 184}, + [7269] = {.lex_state = 0, .external_lex_state = 184}, + [7270] = {.lex_state = 0, .external_lex_state = 184}, + [7271] = {.lex_state = 0, .external_lex_state = 264}, + [7272] = {.lex_state = 0, .external_lex_state = 184}, + [7273] = {.lex_state = 0, .external_lex_state = 269}, + [7274] = {.lex_state = 0, .external_lex_state = 184}, + [7275] = {.lex_state = 0, .external_lex_state = 270}, + [7276] = {.lex_state = 0, .external_lex_state = 270}, + [7277] = {.lex_state = 0, .external_lex_state = 184}, + [7278] = {.lex_state = 0, .external_lex_state = 270}, + [7279] = {.lex_state = 0, .external_lex_state = 184}, + [7280] = {.lex_state = 0, .external_lex_state = 184}, + [7281] = {.lex_state = 0, .external_lex_state = 184}, + [7282] = {.lex_state = 0, .external_lex_state = 184}, + [7283] = {.lex_state = 0, .external_lex_state = 184}, + [7284] = {.lex_state = 0, .external_lex_state = 184}, + [7285] = {.lex_state = 0, .external_lex_state = 269}, + [7286] = {.lex_state = 0, .external_lex_state = 184}, + [7287] = {.lex_state = 0, .external_lex_state = 270}, + [7288] = {.lex_state = 0, .external_lex_state = 270}, + [7289] = {.lex_state = 0, .external_lex_state = 184}, + [7290] = {.lex_state = 0, .external_lex_state = 270}, + [7291] = {.lex_state = 0, .external_lex_state = 184}, + [7292] = {.lex_state = 0, .external_lex_state = 184}, + [7293] = {.lex_state = 0, .external_lex_state = 184}, + [7294] = {.lex_state = 0, .external_lex_state = 184}, + [7295] = {.lex_state = 0, .external_lex_state = 184}, + [7296] = {.lex_state = 0, .external_lex_state = 241}, + [7297] = {.lex_state = 0, .external_lex_state = 269}, + [7298] = {.lex_state = 0, .external_lex_state = 184}, + [7299] = {.lex_state = 0, .external_lex_state = 270}, + [7300] = {.lex_state = 0, .external_lex_state = 270}, + [7301] = {.lex_state = 0, .external_lex_state = 184}, + [7302] = {.lex_state = 0, .external_lex_state = 270}, + [7303] = {.lex_state = 0, .external_lex_state = 184}, + [7304] = {.lex_state = 0, .external_lex_state = 220}, + [7305] = {.lex_state = 0, .external_lex_state = 184}, + [7306] = {.lex_state = 0, .external_lex_state = 184}, + [7307] = {.lex_state = 0, .external_lex_state = 184}, + [7308] = {.lex_state = 0, .external_lex_state = 184}, + [7309] = {.lex_state = 0, .external_lex_state = 269}, + [7310] = {.lex_state = 0, .external_lex_state = 184}, + [7311] = {.lex_state = 0, .external_lex_state = 270}, + [7312] = {.lex_state = 0, .external_lex_state = 270}, + [7313] = {.lex_state = 0, .external_lex_state = 184}, + [7314] = {.lex_state = 0, .external_lex_state = 270}, + [7315] = {.lex_state = 0, .external_lex_state = 184}, + [7316] = {.lex_state = 0, .external_lex_state = 184}, + [7317] = {.lex_state = 0, .external_lex_state = 272}, + [7318] = {.lex_state = 0, .external_lex_state = 184}, + [7319] = {.lex_state = 0, .external_lex_state = 241}, + [7320] = {.lex_state = 0, .external_lex_state = 184}, + [7321] = {.lex_state = 0, .external_lex_state = 269}, + [7322] = {.lex_state = 0, .external_lex_state = 253}, + [7323] = {.lex_state = 0, .external_lex_state = 270}, + [7324] = {.lex_state = 0, .external_lex_state = 270}, + [7325] = {.lex_state = 0, .external_lex_state = 184}, + [7326] = {.lex_state = 0, .external_lex_state = 270}, + [7327] = {.lex_state = 0, .external_lex_state = 184}, + [7328] = {.lex_state = 0, .external_lex_state = 184}, + [7329] = {.lex_state = 0, .external_lex_state = 184}, + [7330] = {.lex_state = 0, .external_lex_state = 184}, + [7331] = {.lex_state = 0, .external_lex_state = 184}, + [7332] = {.lex_state = 0, .external_lex_state = 272}, + [7333] = {.lex_state = 0, .external_lex_state = 269}, + [7334] = {.lex_state = 0, .external_lex_state = 184}, + [7335] = {.lex_state = 0, .external_lex_state = 270}, + [7336] = {.lex_state = 0, .external_lex_state = 270}, + [7337] = {.lex_state = 0, .external_lex_state = 184}, + [7338] = {.lex_state = 0, .external_lex_state = 270}, + [7339] = {.lex_state = 0, .external_lex_state = 184}, + [7340] = {.lex_state = 0, .external_lex_state = 184}, + [7341] = {.lex_state = 0, .external_lex_state = 184}, + [7342] = {.lex_state = 0, .external_lex_state = 272}, + [7343] = {.lex_state = 0, .external_lex_state = 184}, + [7344] = {.lex_state = 0, .external_lex_state = 184}, + [7345] = {.lex_state = 0, .external_lex_state = 269}, + [7346] = {.lex_state = 0, .external_lex_state = 184}, + [7347] = {.lex_state = 0, .external_lex_state = 270}, + [7348] = {.lex_state = 0, .external_lex_state = 270}, + [7349] = {.lex_state = 0, .external_lex_state = 184}, + [7350] = {.lex_state = 0, .external_lex_state = 270}, + [7351] = {.lex_state = 0, .external_lex_state = 184}, + [7352] = {.lex_state = 0, .external_lex_state = 278}, + [7353] = {.lex_state = 0, .external_lex_state = 184}, + [7354] = {.lex_state = 0, .external_lex_state = 184}, + [7355] = {.lex_state = 0, .external_lex_state = 184}, + [7356] = {.lex_state = 0, .external_lex_state = 184}, + [7357] = {.lex_state = 0, .external_lex_state = 269}, + [7358] = {.lex_state = 0, .external_lex_state = 184}, + [7359] = {.lex_state = 0, .external_lex_state = 270}, + [7360] = {.lex_state = 0, .external_lex_state = 270}, + [7361] = {.lex_state = 0, .external_lex_state = 184}, + [7362] = {.lex_state = 0, .external_lex_state = 270}, + [7363] = {.lex_state = 0, .external_lex_state = 184}, + [7364] = {.lex_state = 0, .external_lex_state = 184}, + [7365] = {.lex_state = 0, .external_lex_state = 184}, + [7366] = {.lex_state = 0, .external_lex_state = 184}, + [7367] = {.lex_state = 0, .external_lex_state = 272}, + [7368] = {.lex_state = 0, .external_lex_state = 184}, + [7369] = {.lex_state = 0, .external_lex_state = 269}, + [7370] = {.lex_state = 0, .external_lex_state = 272}, + [7371] = {.lex_state = 0, .external_lex_state = 270}, + [7372] = {.lex_state = 0, .external_lex_state = 270}, + [7373] = {.lex_state = 0, .external_lex_state = 184}, + [7374] = {.lex_state = 0, .external_lex_state = 270}, + [7375] = {.lex_state = 0, .external_lex_state = 184}, + [7376] = {.lex_state = 0, .external_lex_state = 184}, + [7377] = {.lex_state = 0, .external_lex_state = 184}, + [7378] = {.lex_state = 0, .external_lex_state = 184}, + [7379] = {.lex_state = 0, .external_lex_state = 184}, + [7380] = {.lex_state = 0, .external_lex_state = 253}, + [7381] = {.lex_state = 0, .external_lex_state = 270}, + [7382] = {.lex_state = 0, .external_lex_state = 270}, + [7383] = {.lex_state = 0, .external_lex_state = 270}, + [7384] = {.lex_state = 0, .external_lex_state = 184}, + [7385] = {.lex_state = 0, .external_lex_state = 270}, + [7386] = {.lex_state = 0, .external_lex_state = 184}, + [7387] = {.lex_state = 0, .external_lex_state = 279}, + [7388] = {.lex_state = 0, .external_lex_state = 184}, + [7389] = {.lex_state = 0, .external_lex_state = 270}, + [7390] = {.lex_state = 0, .external_lex_state = 184}, + [7391] = {.lex_state = 0, .external_lex_state = 184}, + [7392] = {.lex_state = 0, .external_lex_state = 184}, + [7393] = {.lex_state = 0, .external_lex_state = 270}, + [7394] = {.lex_state = 0, .external_lex_state = 270}, + [7395] = {.lex_state = 0, .external_lex_state = 280}, + [7396] = {.lex_state = 0, .external_lex_state = 270}, + [7397] = {.lex_state = 0, .external_lex_state = 184}, + [7398] = {.lex_state = 0, .external_lex_state = 184}, + [7399] = {.lex_state = 0, .external_lex_state = 184}, + [7400] = {.lex_state = 0, .external_lex_state = 184}, + [7401] = {.lex_state = 0, .external_lex_state = 184}, + [7402] = {.lex_state = 0, .external_lex_state = 272}, + [7403] = {.lex_state = 0, .external_lex_state = 184}, + [7404] = {.lex_state = 0, .external_lex_state = 270}, + [7405] = {.lex_state = 0, .external_lex_state = 270}, + [7406] = {.lex_state = 0, .external_lex_state = 272}, + [7407] = {.lex_state = 0, .external_lex_state = 270}, + [7408] = {.lex_state = 0, .external_lex_state = 184}, + [7409] = {.lex_state = 0, .external_lex_state = 220}, + [7410] = {.lex_state = 0, .external_lex_state = 184}, + [7411] = {.lex_state = 0, .external_lex_state = 184}, + [7412] = {.lex_state = 0, .external_lex_state = 184}, + [7413] = {.lex_state = 0, .external_lex_state = 184}, + [7414] = {.lex_state = 0, .external_lex_state = 184}, + [7415] = {.lex_state = 0, .external_lex_state = 270}, + [7416] = {.lex_state = 0, .external_lex_state = 270}, + [7417] = {.lex_state = 0, .external_lex_state = 184}, + [7418] = {.lex_state = 0, .external_lex_state = 270}, + [7419] = {.lex_state = 0, .external_lex_state = 272}, + [7420] = {.lex_state = 0, .external_lex_state = 184}, + [7421] = {.lex_state = 0, .external_lex_state = 220}, + [7422] = {.lex_state = 0, .external_lex_state = 184}, + [7423] = {.lex_state = 0, .external_lex_state = 184}, + [7424] = {.lex_state = 0, .external_lex_state = 184}, + [7425] = {.lex_state = 0, .external_lex_state = 184}, + [7426] = {.lex_state = 0, .external_lex_state = 270}, + [7427] = {.lex_state = 0, .external_lex_state = 270}, + [7428] = {.lex_state = 0, .external_lex_state = 184}, + [7429] = {.lex_state = 0, .external_lex_state = 270}, + [7430] = {.lex_state = 0, .external_lex_state = 184}, + [7431] = {.lex_state = 0, .external_lex_state = 184}, + [7432] = {.lex_state = 0, .external_lex_state = 184}, + [7433] = {.lex_state = 0, .external_lex_state = 184}, + [7434] = {.lex_state = 0, .external_lex_state = 184}, + [7435] = {.lex_state = 0, .external_lex_state = 184}, + [7436] = {.lex_state = 0, .external_lex_state = 184}, + [7437] = {.lex_state = 0, .external_lex_state = 270}, + [7438] = {.lex_state = 0, .external_lex_state = 270}, + [7439] = {.lex_state = 0, .external_lex_state = 184}, + [7440] = {.lex_state = 0, .external_lex_state = 270}, + [7441] = {.lex_state = 0, .external_lex_state = 184}, + [7442] = {.lex_state = 0, .external_lex_state = 184}, + [7443] = {.lex_state = 0, .external_lex_state = 272}, + [7444] = {.lex_state = 0, .external_lex_state = 184}, + [7445] = {.lex_state = 0, .external_lex_state = 263}, + [7446] = {.lex_state = 0, .external_lex_state = 264}, + [7447] = {.lex_state = 0, .external_lex_state = 253}, + [7448] = {.lex_state = 0, .external_lex_state = 270}, + [7449] = {.lex_state = 0, .external_lex_state = 270}, + [7450] = {.lex_state = 0, .external_lex_state = 264}, + [7451] = {.lex_state = 0, .external_lex_state = 270}, + [7452] = {.lex_state = 0, .external_lex_state = 184}, + [7453] = {.lex_state = 0, .external_lex_state = 184}, + [7454] = {.lex_state = 0, .external_lex_state = 184}, + [7455] = {.lex_state = 0, .external_lex_state = 184}, + [7456] = {.lex_state = 0, .external_lex_state = 264}, + [7457] = {.lex_state = 0, .external_lex_state = 272}, + [7458] = {.lex_state = 0, .external_lex_state = 184}, + [7459] = {.lex_state = 0, .external_lex_state = 270}, + [7460] = {.lex_state = 0, .external_lex_state = 270}, + [7461] = {.lex_state = 0, .external_lex_state = 184}, + [7462] = {.lex_state = 0, .external_lex_state = 270}, + [7463] = {.lex_state = 0, .external_lex_state = 184}, + [7464] = {.lex_state = 0, .external_lex_state = 220}, + [7465] = {.lex_state = 0, .external_lex_state = 264}, + [7466] = {.lex_state = 0, .external_lex_state = 184}, + [7467] = {.lex_state = 0, .external_lex_state = 184}, + [7468] = {.lex_state = 0, .external_lex_state = 220}, + [7469] = {.lex_state = 0, .external_lex_state = 220}, + [7470] = {.lex_state = 0, .external_lex_state = 270}, + [7471] = {.lex_state = 0, .external_lex_state = 270}, + [7472] = {.lex_state = 0, .external_lex_state = 184}, + [7473] = {.lex_state = 0, .external_lex_state = 270}, + [7474] = {.lex_state = 0, .external_lex_state = 184}, + [7475] = {.lex_state = 0, .external_lex_state = 184}, + [7476] = {.lex_state = 0, .external_lex_state = 184}, + [7477] = {.lex_state = 0, .external_lex_state = 184}, + [7478] = {.lex_state = 0, .external_lex_state = 184}, + [7479] = {.lex_state = 0, .external_lex_state = 264}, + [7480] = {.lex_state = 0, .external_lex_state = 184}, + [7481] = {.lex_state = 0, .external_lex_state = 270}, + [7482] = {.lex_state = 0, .external_lex_state = 270}, + [7483] = {.lex_state = 0, .external_lex_state = 184}, + [7484] = {.lex_state = 0, .external_lex_state = 270}, + [7485] = {.lex_state = 0, .external_lex_state = 184}, + [7486] = {.lex_state = 0, .external_lex_state = 184}, + [7487] = {.lex_state = 0, .external_lex_state = 184}, + [7488] = {.lex_state = 0, .external_lex_state = 184}, + [7489] = {.lex_state = 0, .external_lex_state = 184}, + [7490] = {.lex_state = 0, .external_lex_state = 184}, + [7491] = {.lex_state = 0, .external_lex_state = 184}, + [7492] = {.lex_state = 0, .external_lex_state = 270}, + [7493] = {.lex_state = 0, .external_lex_state = 270}, + [7494] = {.lex_state = 0, .external_lex_state = 184}, + [7495] = {.lex_state = 0, .external_lex_state = 270}, + [7496] = {.lex_state = 0, .external_lex_state = 184}, + [7497] = {.lex_state = 0, .external_lex_state = 184}, + [7498] = {.lex_state = 0, .external_lex_state = 184}, + [7499] = {.lex_state = 0, .external_lex_state = 272}, + [7500] = {.lex_state = 0, .external_lex_state = 184}, + [7501] = {.lex_state = 0, .external_lex_state = 184}, + [7502] = {.lex_state = 0, .external_lex_state = 184}, + [7503] = {.lex_state = 0, .external_lex_state = 270}, + [7504] = {.lex_state = 0, .external_lex_state = 270}, + [7505] = {.lex_state = 0, .external_lex_state = 184}, + [7506] = {.lex_state = 0, .external_lex_state = 270}, + [7507] = {.lex_state = 0, .external_lex_state = 184}, + [7508] = {.lex_state = 0, .external_lex_state = 241}, + [7509] = {.lex_state = 0, .external_lex_state = 184}, + [7510] = {.lex_state = 0, .external_lex_state = 241}, + [7511] = {.lex_state = 0, .external_lex_state = 275}, + [7512] = {.lex_state = 0, .external_lex_state = 184}, + [7513] = {.lex_state = 0, .external_lex_state = 272}, + [7514] = {.lex_state = 0, .external_lex_state = 270}, + [7515] = {.lex_state = 0, .external_lex_state = 270}, + [7516] = {.lex_state = 0, .external_lex_state = 184}, + [7517] = {.lex_state = 0, .external_lex_state = 270}, + [7518] = {.lex_state = 0, .external_lex_state = 184}, + [7519] = {.lex_state = 0, .external_lex_state = 184}, + [7520] = {.lex_state = 0, .external_lex_state = 184}, + [7521] = {.lex_state = 0, .external_lex_state = 184}, + [7522] = {.lex_state = 0, .external_lex_state = 184}, + [7523] = {.lex_state = 0, .external_lex_state = 184}, + [7524] = {.lex_state = 0, .external_lex_state = 184}, + [7525] = {.lex_state = 0, .external_lex_state = 270}, + [7526] = {.lex_state = 0, .external_lex_state = 270}, + [7527] = {.lex_state = 0, .external_lex_state = 184}, + [7528] = {.lex_state = 0, .external_lex_state = 270}, + [7529] = {.lex_state = 0, .external_lex_state = 184}, + [7530] = {.lex_state = 0, .external_lex_state = 272}, + [7531] = {.lex_state = 0, .external_lex_state = 184}, + [7532] = {.lex_state = 0, .external_lex_state = 184}, + [7533] = {.lex_state = 0, .external_lex_state = 184}, + [7534] = {.lex_state = 0, .external_lex_state = 281}, + [7535] = {.lex_state = 0, .external_lex_state = 184}, + [7536] = {.lex_state = 0, .external_lex_state = 270}, + [7537] = {.lex_state = 0, .external_lex_state = 270}, + [7538] = {.lex_state = 0, .external_lex_state = 184}, + [7539] = {.lex_state = 0, .external_lex_state = 270}, + [7540] = {.lex_state = 0, .external_lex_state = 184}, + [7541] = {.lex_state = 0, .external_lex_state = 184}, + [7542] = {.lex_state = 0, .external_lex_state = 184}, + [7543] = {.lex_state = 0, .external_lex_state = 184}, + [7544] = {.lex_state = 0, .external_lex_state = 184}, + [7545] = {.lex_state = 0, .external_lex_state = 272}, + [7546] = {.lex_state = 0, .external_lex_state = 274}, + [7547] = {.lex_state = 0, .external_lex_state = 270}, + [7548] = {.lex_state = 0, .external_lex_state = 270}, + [7549] = {.lex_state = 0, .external_lex_state = 184}, + [7550] = {.lex_state = 0, .external_lex_state = 270}, + [7551] = {.lex_state = 0, .external_lex_state = 184}, + [7552] = {.lex_state = 0, .external_lex_state = 184}, + [7553] = {.lex_state = 0, .external_lex_state = 184}, + [7554] = {.lex_state = 0, .external_lex_state = 184}, + [7555] = {.lex_state = 0, .external_lex_state = 184}, + [7556] = {.lex_state = 0, .external_lex_state = 264}, + [7557] = {.lex_state = 0, .external_lex_state = 184}, + [7558] = {.lex_state = 0, .external_lex_state = 270}, + [7559] = {.lex_state = 0, .external_lex_state = 270}, + [7560] = {.lex_state = 0, .external_lex_state = 184}, + [7561] = {.lex_state = 0, .external_lex_state = 270}, + [7562] = {.lex_state = 0, .external_lex_state = 184}, + [7563] = {.lex_state = 0, .external_lex_state = 264}, + [7564] = {.lex_state = 0, .external_lex_state = 184}, + [7565] = {.lex_state = 0, .external_lex_state = 184}, + [7566] = {.lex_state = 0, .external_lex_state = 184}, + [7567] = {.lex_state = 0, .external_lex_state = 184}, + [7568] = {.lex_state = 0, .external_lex_state = 184}, + [7569] = {.lex_state = 0, .external_lex_state = 270}, + [7570] = {.lex_state = 0, .external_lex_state = 270}, + [7571] = {.lex_state = 0, .external_lex_state = 184}, + [7572] = {.lex_state = 0, .external_lex_state = 270}, + [7573] = {.lex_state = 0, .external_lex_state = 184}, + [7574] = {.lex_state = 0, .external_lex_state = 184}, + [7575] = {.lex_state = 0, .external_lex_state = 184}, + [7576] = {.lex_state = 0, .external_lex_state = 184}, + [7577] = {.lex_state = 0, .external_lex_state = 184}, + [7578] = {.lex_state = 0, .external_lex_state = 184}, + [7579] = {.lex_state = 0, .external_lex_state = 184}, + [7580] = {.lex_state = 0, .external_lex_state = 270}, + [7581] = {.lex_state = 0, .external_lex_state = 270}, + [7582] = {.lex_state = 0, .external_lex_state = 184}, + [7583] = {.lex_state = 0, .external_lex_state = 270}, + [7584] = {.lex_state = 0, .external_lex_state = 184}, + [7585] = {.lex_state = 0, .external_lex_state = 184}, + [7586] = {.lex_state = 0, .external_lex_state = 184}, + [7587] = {.lex_state = 0, .external_lex_state = 184}, + [7588] = {.lex_state = 0, .external_lex_state = 184}, + [7589] = {.lex_state = 0, .external_lex_state = 184}, + [7590] = {.lex_state = 0, .external_lex_state = 184}, + [7591] = {.lex_state = 0, .external_lex_state = 270}, + [7592] = {.lex_state = 0, .external_lex_state = 270}, + [7593] = {.lex_state = 0, .external_lex_state = 184}, + [7594] = {.lex_state = 0, .external_lex_state = 270}, + [7595] = {.lex_state = 0, .external_lex_state = 184}, + [7596] = {.lex_state = 0, .external_lex_state = 184}, + [7597] = {.lex_state = 0, .external_lex_state = 184}, + [7598] = {.lex_state = 0, .external_lex_state = 272}, + [7599] = {.lex_state = 0, .external_lex_state = 184}, + [7600] = {.lex_state = 0, .external_lex_state = 184}, + [7601] = {.lex_state = 0, .external_lex_state = 184}, + [7602] = {.lex_state = 0, .external_lex_state = 270}, + [7603] = {.lex_state = 0, .external_lex_state = 270}, + [7604] = {.lex_state = 0, .external_lex_state = 184}, + [7605] = {.lex_state = 0, .external_lex_state = 270}, + [7606] = {.lex_state = 0, .external_lex_state = 184}, + [7607] = {.lex_state = 0, .external_lex_state = 279}, + [7608] = {.lex_state = 0, .external_lex_state = 184}, + [7609] = {.lex_state = 0, .external_lex_state = 184}, + [7610] = {.lex_state = 0, .external_lex_state = 184}, + [7611] = {.lex_state = 0, .external_lex_state = 184}, + [7612] = {.lex_state = 0, .external_lex_state = 184}, + [7613] = {.lex_state = 0, .external_lex_state = 270}, + [7614] = {.lex_state = 0, .external_lex_state = 184}, + [7615] = {.lex_state = 0, .external_lex_state = 184}, + [7616] = {.lex_state = 0, .external_lex_state = 184}, + [7617] = {.lex_state = 0, .external_lex_state = 184}, + [7618] = {.lex_state = 0, .external_lex_state = 184}, + [7619] = {.lex_state = 0, .external_lex_state = 270}, + [7620] = {.lex_state = 0, .external_lex_state = 272}, + [7621] = {.lex_state = 0, .external_lex_state = 184}, + [7622] = {.lex_state = 0, .external_lex_state = 184}, + [7623] = {.lex_state = 0, .external_lex_state = 282}, + [7624] = {.lex_state = 0, .external_lex_state = 283}, + [7625] = {.lex_state = 0, .external_lex_state = 270}, + [7626] = {.lex_state = 0, .external_lex_state = 184}, + [7627] = {.lex_state = 0, .external_lex_state = 184}, + [7628] = {.lex_state = 0, .external_lex_state = 270}, + [7629] = {.lex_state = 0, .external_lex_state = 184}, + [7630] = {.lex_state = 0, .external_lex_state = 184}, + [7631] = {.lex_state = 0, .external_lex_state = 270}, + [7632] = {.lex_state = 0, .external_lex_state = 184}, + [7633] = {.lex_state = 0, .external_lex_state = 184}, + [7634] = {.lex_state = 0, .external_lex_state = 283}, + [7635] = {.lex_state = 0, .external_lex_state = 184}, + [7636] = {.lex_state = 0, .external_lex_state = 184}, + [7637] = {.lex_state = 0, .external_lex_state = 253}, + [7638] = {.lex_state = 0, .external_lex_state = 184}, + [7639] = {.lex_state = 0, .external_lex_state = 253}, + [7640] = {.lex_state = 0, .external_lex_state = 184}, + [7641] = {.lex_state = 0, .external_lex_state = 253}, + [7642] = {.lex_state = 0, .external_lex_state = 184}, + [7643] = {.lex_state = 0, .external_lex_state = 272}, + [7644] = {.lex_state = 0, .external_lex_state = 269}, + [7645] = {.lex_state = 0, .external_lex_state = 184}, + [7646] = {.lex_state = 0, .external_lex_state = 184}, + [7647] = {.lex_state = 0, .external_lex_state = 253}, + [7648] = {.lex_state = 0, .external_lex_state = 184}, + [7649] = {.lex_state = 0, .external_lex_state = 184}, + [7650] = {.lex_state = 0, .external_lex_state = 284}, + [7651] = {.lex_state = 0, .external_lex_state = 262}, + [7652] = {.lex_state = 0, .external_lex_state = 273}, + [7653] = {.lex_state = 0, .external_lex_state = 273}, + [7654] = {.lex_state = 0, .external_lex_state = 184}, + [7655] = {.lex_state = 0, .external_lex_state = 285}, + [7656] = {.lex_state = 0, .external_lex_state = 184}, + [7657] = {.lex_state = 0, .external_lex_state = 274}, + [7658] = {.lex_state = 0, .external_lex_state = 184}, + [7659] = {.lex_state = 0, .external_lex_state = 286}, + [7660] = {.lex_state = 0, .external_lex_state = 184}, + [7661] = {.lex_state = 0, .external_lex_state = 272}, + [7662] = {.lex_state = 0, .external_lex_state = 184}, + [7663] = {.lex_state = 0, .external_lex_state = 184}, + [7664] = {.lex_state = 0, .external_lex_state = 184}, + [7665] = {.lex_state = 0, .external_lex_state = 283}, + [7666] = {.lex_state = 0, .external_lex_state = 184}, + [7667] = {.lex_state = 0, .external_lex_state = 184}, + [7668] = {.lex_state = 0, .external_lex_state = 184}, + [7669] = {.lex_state = 0, .external_lex_state = 272}, + [7670] = {.lex_state = 0, .external_lex_state = 184}, + [7671] = {.lex_state = 0, .external_lex_state = 184}, + [7672] = {.lex_state = 0, .external_lex_state = 184}, + [7673] = {.lex_state = 0, .external_lex_state = 220}, + [7674] = {.lex_state = 0, .external_lex_state = 184}, + [7675] = {.lex_state = 0, .external_lex_state = 184}, + [7676] = {.lex_state = 0, .external_lex_state = 184}, + [7677] = {.lex_state = 0, .external_lex_state = 273}, + [7678] = {.lex_state = 0, .external_lex_state = 184}, + [7679] = {.lex_state = 0, .external_lex_state = 184}, + [7680] = {.lex_state = 0, .external_lex_state = 184}, + [7681] = {.lex_state = 0, .external_lex_state = 184}, + [7682] = {.lex_state = 0, .external_lex_state = 275}, + [7683] = {.lex_state = 0, .external_lex_state = 184}, + [7684] = {.lex_state = 0, .external_lex_state = 184}, + [7685] = {.lex_state = 0, .external_lex_state = 184}, + [7686] = {.lex_state = 0, .external_lex_state = 184}, + [7687] = {.lex_state = 0, .external_lex_state = 184}, + [7688] = {.lex_state = 0, .external_lex_state = 184}, + [7689] = {.lex_state = 0, .external_lex_state = 184}, + [7690] = {.lex_state = 0, .external_lex_state = 272}, + [7691] = {.lex_state = 0, .external_lex_state = 184}, + [7692] = {.lex_state = 0, .external_lex_state = 184}, + [7693] = {.lex_state = 0, .external_lex_state = 184}, + [7694] = {.lex_state = 0, .external_lex_state = 184}, + [7695] = {.lex_state = 0, .external_lex_state = 184}, + [7696] = {.lex_state = 0, .external_lex_state = 184}, + [7697] = {.lex_state = 0, .external_lex_state = 272}, + [7698] = {.lex_state = 0, .external_lex_state = 184}, + [7699] = {.lex_state = 0, .external_lex_state = 184}, + [7700] = {.lex_state = 0, .external_lex_state = 220}, + [7701] = {.lex_state = 0, .external_lex_state = 220}, + [7702] = {.lex_state = 0, .external_lex_state = 184}, + [7703] = {.lex_state = 0, .external_lex_state = 184}, + [7704] = {.lex_state = 0, .external_lex_state = 184}, + [7705] = {.lex_state = 0, .external_lex_state = 184}, + [7706] = {.lex_state = 0, .external_lex_state = 184}, + [7707] = {.lex_state = 0, .external_lex_state = 184}, + [7708] = {.lex_state = 0, .external_lex_state = 184}, + [7709] = {.lex_state = 0, .external_lex_state = 184}, + [7710] = {.lex_state = 0, .external_lex_state = 184}, + [7711] = {.lex_state = 0, .external_lex_state = 184}, + [7712] = {.lex_state = 0, .external_lex_state = 184}, + [7713] = {.lex_state = 0, .external_lex_state = 184}, + [7714] = {.lex_state = 0, .external_lex_state = 184}, + [7715] = {.lex_state = 0, .external_lex_state = 184}, + [7716] = {.lex_state = 0, .external_lex_state = 272}, + [7717] = {.lex_state = 0, .external_lex_state = 184}, + [7718] = {.lex_state = 0, .external_lex_state = 184}, + [7719] = {.lex_state = 0, .external_lex_state = 272}, + [7720] = {.lex_state = 0, .external_lex_state = 184}, + [7721] = {.lex_state = 0, .external_lex_state = 184}, + [7722] = {.lex_state = 0, .external_lex_state = 184}, + [7723] = {.lex_state = 0, .external_lex_state = 184}, + [7724] = {.lex_state = 0, .external_lex_state = 184}, + [7725] = {.lex_state = 0, .external_lex_state = 184}, + [7726] = {.lex_state = 0, .external_lex_state = 184}, + [7727] = {.lex_state = 0, .external_lex_state = 184}, + [7728] = {.lex_state = 0, .external_lex_state = 283}, + [7729] = {.lex_state = 0, .external_lex_state = 184}, + [7730] = {.lex_state = 0, .external_lex_state = 184}, + [7731] = {.lex_state = 0, .external_lex_state = 184}, + [7732] = {.lex_state = 0, .external_lex_state = 184}, + [7733] = {.lex_state = 0, .external_lex_state = 184}, + [7734] = {.lex_state = 0, .external_lex_state = 184}, + [7735] = {.lex_state = 0, .external_lex_state = 184}, + [7736] = {.lex_state = 0, .external_lex_state = 220}, + [7737] = {.lex_state = 0, .external_lex_state = 184}, + [7738] = {.lex_state = 0, .external_lex_state = 184}, + [7739] = {.lex_state = 0, .external_lex_state = 184}, + [7740] = {.lex_state = 0, .external_lex_state = 184}, + [7741] = {.lex_state = 0, .external_lex_state = 184}, + [7742] = {.lex_state = 0, .external_lex_state = 184}, + [7743] = {.lex_state = 0, .external_lex_state = 184}, + [7744] = {.lex_state = 0, .external_lex_state = 275}, + [7745] = {.lex_state = 0, .external_lex_state = 184}, + [7746] = {.lex_state = 0, .external_lex_state = 184}, + [7747] = {.lex_state = 0, .external_lex_state = 184}, + [7748] = {.lex_state = 0, .external_lex_state = 272}, + [7749] = {.lex_state = 0, .external_lex_state = 184}, + [7750] = {.lex_state = 0, .external_lex_state = 184}, + [7751] = {.lex_state = 0, .external_lex_state = 184}, + [7752] = {.lex_state = 0, .external_lex_state = 184}, + [7753] = {.lex_state = 0, .external_lex_state = 272}, + [7754] = {.lex_state = 0, .external_lex_state = 184}, + [7755] = {.lex_state = 0, .external_lex_state = 184}, + [7756] = {.lex_state = 0, .external_lex_state = 184}, + [7757] = {.lex_state = 0, .external_lex_state = 184}, + [7758] = {.lex_state = 0, .external_lex_state = 184}, + [7759] = {.lex_state = 0, .external_lex_state = 184}, + [7760] = {.lex_state = 0, .external_lex_state = 251}, + [7761] = {.lex_state = 0, .external_lex_state = 287}, + [7762] = {.lex_state = 0, .external_lex_state = 220}, + [7763] = {.lex_state = 0, .external_lex_state = 220}, + [7764] = {.lex_state = 0, .external_lex_state = 184}, + [7765] = {.lex_state = 0, .external_lex_state = 184}, + [7766] = {.lex_state = 0, .external_lex_state = 184}, + [7767] = {.lex_state = 0, .external_lex_state = 184}, + [7768] = {.lex_state = 0, .external_lex_state = 184}, + [7769] = {.lex_state = 0, .external_lex_state = 184}, + [7770] = {.lex_state = 0, .external_lex_state = 184}, + [7771] = {.lex_state = 0, .external_lex_state = 184}, + [7772] = {.lex_state = 0, .external_lex_state = 184}, + [7773] = {.lex_state = 0, .external_lex_state = 184}, + [7774] = {.lex_state = 0, .external_lex_state = 264}, + [7775] = {.lex_state = 0, .external_lex_state = 272}, + [7776] = {.lex_state = 0, .external_lex_state = 184}, + [7777] = {.lex_state = 0, .external_lex_state = 184}, + [7778] = {.lex_state = 0, .external_lex_state = 272}, + [7779] = {.lex_state = 0, .external_lex_state = 184}, + [7780] = {.lex_state = 0, .external_lex_state = 184}, + [7781] = {.lex_state = 0, .external_lex_state = 264}, + [7782] = {.lex_state = 0, .external_lex_state = 184}, + [7783] = {.lex_state = 0, .external_lex_state = 272}, + [7784] = {.lex_state = 0, .external_lex_state = 184}, + [7785] = {.lex_state = 0, .external_lex_state = 184}, + [7786] = {.lex_state = 0, .external_lex_state = 283}, + [7787] = {.lex_state = 0, .external_lex_state = 184}, + [7788] = {.lex_state = 0, .external_lex_state = 184}, + [7789] = {.lex_state = 0, .external_lex_state = 264}, + [7790] = {.lex_state = 0, .external_lex_state = 184}, + [7791] = {.lex_state = 0, .external_lex_state = 184}, + [7792] = {.lex_state = 0, .external_lex_state = 184}, + [7793] = {.lex_state = 0, .external_lex_state = 184}, + [7794] = {.lex_state = 0, .external_lex_state = 220}, + [7795] = {.lex_state = 0, .external_lex_state = 184}, + [7796] = {.lex_state = 0, .external_lex_state = 184}, + [7797] = {.lex_state = 0, .external_lex_state = 184}, + [7798] = {.lex_state = 0, .external_lex_state = 264}, + [7799] = {.lex_state = 0, .external_lex_state = 184}, + [7800] = {.lex_state = 0, .external_lex_state = 184}, + [7801] = {.lex_state = 0, .external_lex_state = 275}, + [7802] = {.lex_state = 0, .external_lex_state = 184}, + [7803] = {.lex_state = 0, .external_lex_state = 184}, + [7804] = {.lex_state = 0, .external_lex_state = 184}, + [7805] = {.lex_state = 0, .external_lex_state = 184}, + [7806] = {.lex_state = 0, .external_lex_state = 184}, + [7807] = {.lex_state = 0, .external_lex_state = 184}, + [7808] = {.lex_state = 0, .external_lex_state = 184}, + [7809] = {.lex_state = 0, .external_lex_state = 184}, + [7810] = {.lex_state = 0, .external_lex_state = 184}, + [7811] = {.lex_state = 0, .external_lex_state = 184}, + [7812] = {.lex_state = 0, .external_lex_state = 184}, + [7813] = {.lex_state = 0, .external_lex_state = 286}, + [7814] = {.lex_state = 0, .external_lex_state = 184}, + [7815] = {.lex_state = 0, .external_lex_state = 220}, + [7816] = {.lex_state = 0, .external_lex_state = 220}, + [7817] = {.lex_state = 0, .external_lex_state = 184}, + [7818] = {.lex_state = 0, .external_lex_state = 272}, + [7819] = {.lex_state = 0, .external_lex_state = 184}, + [7820] = {.lex_state = 0, .external_lex_state = 184}, + [7821] = {.lex_state = 0, .external_lex_state = 288}, + [7822] = {.lex_state = 0, .external_lex_state = 272}, + [7823] = {.lex_state = 0, .external_lex_state = 286}, + [7824] = {.lex_state = 0, .external_lex_state = 184}, + [7825] = {.lex_state = 0, .external_lex_state = 184}, + [7826] = {.lex_state = 0, .external_lex_state = 184}, + [7827] = {.lex_state = 0, .external_lex_state = 184}, + [7828] = {.lex_state = 0, .external_lex_state = 184}, + [7829] = {.lex_state = 0, .external_lex_state = 184}, + [7830] = {.lex_state = 0, .external_lex_state = 184}, + [7831] = {.lex_state = 0, .external_lex_state = 184}, + [7832] = {.lex_state = 0, .external_lex_state = 184}, + [7833] = {.lex_state = 0, .external_lex_state = 184}, + [7834] = {.lex_state = 0, .external_lex_state = 184}, + [7835] = {.lex_state = 0, .external_lex_state = 220}, + [7836] = {.lex_state = 0, .external_lex_state = 184}, + [7837] = {.lex_state = 0, .external_lex_state = 184}, + [7838] = {.lex_state = 0, .external_lex_state = 184}, + [7839] = {.lex_state = 0, .external_lex_state = 275}, + [7840] = {.lex_state = 0, .external_lex_state = 184}, + [7841] = {.lex_state = 0, .external_lex_state = 264}, + [7842] = {.lex_state = 0, .external_lex_state = 184}, + [7843] = {.lex_state = 0, .external_lex_state = 184}, + [7844] = {.lex_state = 0, .external_lex_state = 275}, + [7845] = {.lex_state = 0, .external_lex_state = 184}, + [7846] = {.lex_state = 0, .external_lex_state = 184}, + [7847] = {.lex_state = 0, .external_lex_state = 184}, + [7848] = {.lex_state = 0, .external_lex_state = 184}, + [7849] = {.lex_state = 0, .external_lex_state = 272}, + [7850] = {.lex_state = 0, .external_lex_state = 220}, + [7851] = {.lex_state = 0, .external_lex_state = 220}, + [7852] = {.lex_state = 0, .external_lex_state = 184}, + [7853] = {.lex_state = 0, .external_lex_state = 184}, + [7854] = {.lex_state = 0, .external_lex_state = 184}, + [7855] = {.lex_state = 0, .external_lex_state = 184}, + [7856] = {.lex_state = 0, .external_lex_state = 184}, + [7857] = {.lex_state = 0, .external_lex_state = 272}, + [7858] = {.lex_state = 0, .external_lex_state = 184}, + [7859] = {.lex_state = 0, .external_lex_state = 184}, + [7860] = {.lex_state = 0, .external_lex_state = 184}, + [7861] = {.lex_state = 0, .external_lex_state = 272}, + [7862] = {.lex_state = 0, .external_lex_state = 220}, + [7863] = {.lex_state = 0, .external_lex_state = 184}, + [7864] = {.lex_state = 0, .external_lex_state = 275}, + [7865] = {.lex_state = 0, .external_lex_state = 184}, + [7866] = {.lex_state = 0, .external_lex_state = 184}, + [7867] = {.lex_state = 0, .external_lex_state = 184}, + [7868] = {.lex_state = 0, .external_lex_state = 184}, + [7869] = {.lex_state = 0, .external_lex_state = 184}, + [7870] = {.lex_state = 0, .external_lex_state = 220}, + [7871] = {.lex_state = 0, .external_lex_state = 220}, + [7872] = {.lex_state = 0, .external_lex_state = 184}, + [7873] = {.lex_state = 0, .external_lex_state = 241}, + [7874] = {.lex_state = 0, .external_lex_state = 184}, + [7875] = {.lex_state = 0, .external_lex_state = 184}, + [7876] = {.lex_state = 0, .external_lex_state = 275}, + [7877] = {.lex_state = 0, .external_lex_state = 275}, + [7878] = {.lex_state = 0, .external_lex_state = 184}, + [7879] = {.lex_state = 0, .external_lex_state = 184}, + [7880] = {.lex_state = 0, .external_lex_state = 184}, + [7881] = {.lex_state = 0, .external_lex_state = 184}, + [7882] = {.lex_state = 0, .external_lex_state = 220}, + [7883] = {.lex_state = 0, .external_lex_state = 220}, + [7884] = {.lex_state = 0, .external_lex_state = 184}, + [7885] = {.lex_state = 0, .external_lex_state = 184}, + [7886] = {.lex_state = 0, .external_lex_state = 184}, + [7887] = {.lex_state = 0, .external_lex_state = 184}, + [7888] = {.lex_state = 0, .external_lex_state = 220}, + [7889] = {.lex_state = 0, .external_lex_state = 184}, + [7890] = {.lex_state = 0, .external_lex_state = 184}, + [7891] = {.lex_state = 0, .external_lex_state = 184}, + [7892] = {.lex_state = 0, .external_lex_state = 184}, + [7893] = {.lex_state = 0, .external_lex_state = 184}, + [7894] = {.lex_state = 0, .external_lex_state = 184}, + [7895] = {.lex_state = 0, .external_lex_state = 184}, + [7896] = {.lex_state = 0, .external_lex_state = 184}, + [7897] = {.lex_state = 0, .external_lex_state = 184}, + [7898] = {.lex_state = 0, .external_lex_state = 184}, + [7899] = {.lex_state = 0, .external_lex_state = 184}, + [7900] = {.lex_state = 0, .external_lex_state = 184}, + [7901] = {.lex_state = 0, .external_lex_state = 184}, + [7902] = {.lex_state = 0, .external_lex_state = 184}, + [7903] = {.lex_state = 0, .external_lex_state = 184}, + [7904] = {.lex_state = 0, .external_lex_state = 184}, + [7905] = {.lex_state = 0, .external_lex_state = 184}, + [7906] = {.lex_state = 0, .external_lex_state = 184}, + [7907] = {.lex_state = 0, .external_lex_state = 184}, + [7908] = {.lex_state = 0, .external_lex_state = 184}, + [7909] = {.lex_state = 0, .external_lex_state = 184}, + [7910] = {.lex_state = 0, .external_lex_state = 184}, + [7911] = {.lex_state = 0, .external_lex_state = 184}, + [7912] = {.lex_state = 0, .external_lex_state = 184}, + [7913] = {.lex_state = 0, .external_lex_state = 184}, + [7914] = {.lex_state = 0, .external_lex_state = 184}, + [7915] = {.lex_state = 0, .external_lex_state = 184}, + [7916] = {.lex_state = 0, .external_lex_state = 184}, + [7917] = {.lex_state = 0, .external_lex_state = 184}, + [7918] = {.lex_state = 0, .external_lex_state = 184}, + [7919] = {.lex_state = 0, .external_lex_state = 184}, + [7920] = {.lex_state = 0, .external_lex_state = 184}, + [7921] = {.lex_state = 0, .external_lex_state = 184}, + [7922] = {.lex_state = 0, .external_lex_state = 184}, + [7923] = {.lex_state = 0, .external_lex_state = 184}, + [7924] = {.lex_state = 0, .external_lex_state = 184}, + [7925] = {.lex_state = 0, .external_lex_state = 184}, + [7926] = {.lex_state = 0, .external_lex_state = 184}, + [7927] = {.lex_state = 0, .external_lex_state = 184}, + [7928] = {.lex_state = 0, .external_lex_state = 184}, + [7929] = {.lex_state = 0, .external_lex_state = 184}, + [7930] = {.lex_state = 0, .external_lex_state = 184}, + [7931] = {.lex_state = 0, .external_lex_state = 184}, + [7932] = {.lex_state = 0, .external_lex_state = 184}, + [7933] = {.lex_state = 0, .external_lex_state = 184}, + [7934] = {.lex_state = 0, .external_lex_state = 184}, + [7935] = {.lex_state = 0, .external_lex_state = 184}, + [7936] = {.lex_state = 0, .external_lex_state = 184}, + [7937] = {.lex_state = 0, .external_lex_state = 184}, + [7938] = {.lex_state = 0, .external_lex_state = 184}, + [7939] = {.lex_state = 0, .external_lex_state = 184}, + [7940] = {.lex_state = 0, .external_lex_state = 184}, + [7941] = {.lex_state = 0, .external_lex_state = 184}, + [7942] = {.lex_state = 0, .external_lex_state = 184}, + [7943] = {.lex_state = 0, .external_lex_state = 184}, + [7944] = {.lex_state = 0, .external_lex_state = 184}, + [7945] = {.lex_state = 0, .external_lex_state = 184}, + [7946] = {.lex_state = 0, .external_lex_state = 184}, + [7947] = {.lex_state = 0, .external_lex_state = 184}, + [7948] = {.lex_state = 0, .external_lex_state = 184}, + [7949] = {.lex_state = 0, .external_lex_state = 184}, + [7950] = {.lex_state = 0, .external_lex_state = 184}, + [7951] = {.lex_state = 0, .external_lex_state = 184}, + [7952] = {.lex_state = 0, .external_lex_state = 184}, + [7953] = {.lex_state = 0, .external_lex_state = 184}, + [7954] = {.lex_state = 0, .external_lex_state = 184}, + [7955] = {.lex_state = 0, .external_lex_state = 184}, + [7956] = {.lex_state = 0, .external_lex_state = 184}, + [7957] = {.lex_state = 0, .external_lex_state = 184}, + [7958] = {.lex_state = 0, .external_lex_state = 184}, + [7959] = {.lex_state = 0, .external_lex_state = 184}, + [7960] = {.lex_state = 0, .external_lex_state = 184}, + [7961] = {.lex_state = 0, .external_lex_state = 184}, + [7962] = {.lex_state = 0, .external_lex_state = 184}, + [7963] = {.lex_state = 0, .external_lex_state = 184}, + [7964] = {.lex_state = 0, .external_lex_state = 184}, + [7965] = {.lex_state = 0, .external_lex_state = 184}, + [7966] = {.lex_state = 0, .external_lex_state = 184}, + [7967] = {.lex_state = 0, .external_lex_state = 184}, + [7968] = {.lex_state = 0, .external_lex_state = 184}, + [7969] = {.lex_state = 0, .external_lex_state = 184}, + [7970] = {.lex_state = 0, .external_lex_state = 184}, + [7971] = {.lex_state = 0, .external_lex_state = 184}, + [7972] = {.lex_state = 0, .external_lex_state = 184}, + [7973] = {.lex_state = 0, .external_lex_state = 184}, + [7974] = {.lex_state = 0, .external_lex_state = 184}, + [7975] = {.lex_state = 0, .external_lex_state = 184}, + [7976] = {.lex_state = 0, .external_lex_state = 184}, + [7977] = {.lex_state = 0, .external_lex_state = 184}, + [7978] = {.lex_state = 0, .external_lex_state = 184}, + [7979] = {.lex_state = 0, .external_lex_state = 184}, + [7980] = {.lex_state = 0, .external_lex_state = 184}, + [7981] = {.lex_state = 0, .external_lex_state = 184}, + [7982] = {.lex_state = 0, .external_lex_state = 184}, + [7983] = {.lex_state = 0, .external_lex_state = 184}, + [7984] = {.lex_state = 0, .external_lex_state = 184}, + [7985] = {.lex_state = 0, .external_lex_state = 184}, + [7986] = {.lex_state = 0, .external_lex_state = 184}, + [7987] = {.lex_state = 0, .external_lex_state = 184}, + [7988] = {.lex_state = 0, .external_lex_state = 184}, + [7989] = {.lex_state = 0, .external_lex_state = 184}, + [7990] = {.lex_state = 0, .external_lex_state = 184}, + [7991] = {.lex_state = 0, .external_lex_state = 184}, + [7992] = {.lex_state = 0, .external_lex_state = 184}, + [7993] = {.lex_state = 0, .external_lex_state = 184}, + [7994] = {.lex_state = 0, .external_lex_state = 184}, + [7995] = {.lex_state = 0, .external_lex_state = 184}, + [7996] = {.lex_state = 0, .external_lex_state = 184}, + [7997] = {.lex_state = 0, .external_lex_state = 184}, + [7998] = {.lex_state = 0, .external_lex_state = 184}, + [7999] = {.lex_state = 0, .external_lex_state = 184}, + [8000] = {.lex_state = 0, .external_lex_state = 184}, + [8001] = {.lex_state = 0, .external_lex_state = 184}, + [8002] = {.lex_state = 0, .external_lex_state = 184}, + [8003] = {.lex_state = 0, .external_lex_state = 184}, + [8004] = {.lex_state = 0, .external_lex_state = 184}, + [8005] = {.lex_state = 0, .external_lex_state = 184}, + [8006] = {.lex_state = 0, .external_lex_state = 184}, + [8007] = {.lex_state = 0, .external_lex_state = 184}, + [8008] = {.lex_state = 0, .external_lex_state = 184}, + [8009] = {.lex_state = 0, .external_lex_state = 184}, + [8010] = {.lex_state = 0, .external_lex_state = 184}, + [8011] = {.lex_state = 0, .external_lex_state = 184}, + [8012] = {.lex_state = 0, .external_lex_state = 184}, + [8013] = {.lex_state = 0, .external_lex_state = 184}, + [8014] = {.lex_state = 0, .external_lex_state = 184}, + [8015] = {.lex_state = 0, .external_lex_state = 184}, + [8016] = {.lex_state = 0, .external_lex_state = 184}, + [8017] = {.lex_state = 0, .external_lex_state = 184}, + [8018] = {.lex_state = 0, .external_lex_state = 253}, + [8019] = {.lex_state = 0, .external_lex_state = 184}, + [8020] = {.lex_state = 0, .external_lex_state = 184}, + [8021] = {.lex_state = 0, .external_lex_state = 241}, + [8022] = {.lex_state = 0, .external_lex_state = 184}, + [8023] = {.lex_state = 0, .external_lex_state = 184}, + [8024] = {.lex_state = 0, .external_lex_state = 257}, + [8025] = {.lex_state = 0, .external_lex_state = 257}, + [8026] = {.lex_state = 0, .external_lex_state = 257}, + [8027] = {.lex_state = 0, .external_lex_state = 184}, + [8028] = {.lex_state = 0, .external_lex_state = 184}, + [8029] = {.lex_state = 0, .external_lex_state = 184}, + [8030] = {.lex_state = 0, .external_lex_state = 184}, + [8031] = {.lex_state = 0, .external_lex_state = 272}, + [8032] = {.lex_state = 0, .external_lex_state = 184}, + [8033] = {.lex_state = 0, .external_lex_state = 184}, + [8034] = {.lex_state = 0, .external_lex_state = 272}, + [8035] = {.lex_state = 0, .external_lex_state = 184}, + [8036] = {.lex_state = 0, .external_lex_state = 184}, + [8037] = {.lex_state = 0, .external_lex_state = 184}, + [8038] = {.lex_state = 0, .external_lex_state = 184}, + [8039] = {.lex_state = 0, .external_lex_state = 184}, + [8040] = {.lex_state = 0, .external_lex_state = 184}, + [8041] = {.lex_state = 0, .external_lex_state = 184}, + [8042] = {.lex_state = 0, .external_lex_state = 184}, + [8043] = {.lex_state = 0, .external_lex_state = 184}, + [8044] = {.lex_state = 0, .external_lex_state = 184}, + [8045] = {.lex_state = 0, .external_lex_state = 184}, + [8046] = {.lex_state = 0, .external_lex_state = 264}, + [8047] = {.lex_state = 0, .external_lex_state = 264}, + [8048] = {.lex_state = 0, .external_lex_state = 184}, + [8049] = {.lex_state = 0, .external_lex_state = 184}, + [8050] = {.lex_state = 0, .external_lex_state = 184}, + [8051] = {.lex_state = 0, .external_lex_state = 184}, + [8052] = {.lex_state = 0, .external_lex_state = 184}, + [8053] = {.lex_state = 0, .external_lex_state = 184}, + [8054] = {.lex_state = 0, .external_lex_state = 184}, + [8055] = {.lex_state = 0, .external_lex_state = 184}, + [8056] = {.lex_state = 0, .external_lex_state = 184}, + [8057] = {.lex_state = 0, .external_lex_state = 184}, + [8058] = {.lex_state = 0, .external_lex_state = 184}, + [8059] = {.lex_state = 0, .external_lex_state = 184}, + [8060] = {.lex_state = 0, .external_lex_state = 272}, + [8061] = {.lex_state = 0, .external_lex_state = 184}, + [8062] = {.lex_state = 0, .external_lex_state = 184}, + [8063] = {.lex_state = 0, .external_lex_state = 184}, + [8064] = {.lex_state = 0, .external_lex_state = 184}, + [8065] = {.lex_state = 0, .external_lex_state = 184}, + [8066] = {.lex_state = 0, .external_lex_state = 184}, + [8067] = {.lex_state = 0, .external_lex_state = 184}, + [8068] = {.lex_state = 0, .external_lex_state = 184}, + [8069] = {.lex_state = 0, .external_lex_state = 272}, + [8070] = {.lex_state = 0, .external_lex_state = 253}, + [8071] = {.lex_state = 0, .external_lex_state = 257}, + [8072] = {.lex_state = 0, .external_lex_state = 241}, + [8073] = {.lex_state = 0, .external_lex_state = 184}, + [8074] = {.lex_state = 0, .external_lex_state = 184}, + [8075] = {.lex_state = 0, .external_lex_state = 184}, + [8076] = {.lex_state = 0, .external_lex_state = 184}, + [8077] = {.lex_state = 0, .external_lex_state = 281}, + [8078] = {.lex_state = 0, .external_lex_state = 184}, + [8079] = {.lex_state = 0, .external_lex_state = 184}, + [8080] = {.lex_state = 0, .external_lex_state = 184}, + [8081] = {.lex_state = 0, .external_lex_state = 184}, + [8082] = {.lex_state = 0, .external_lex_state = 184}, + [8083] = {.lex_state = 0, .external_lex_state = 184}, + [8084] = {.lex_state = 0, .external_lex_state = 184}, + [8085] = {.lex_state = 0, .external_lex_state = 184}, + [8086] = {.lex_state = 0, .external_lex_state = 184}, + [8087] = {.lex_state = 0, .external_lex_state = 184}, + [8088] = {.lex_state = 0, .external_lex_state = 266}, + [8089] = {.lex_state = 0, .external_lex_state = 184}, + [8090] = {.lex_state = 0, .external_lex_state = 184}, + [8091] = {.lex_state = 0, .external_lex_state = 184}, + [8092] = {.lex_state = 0, .external_lex_state = 184}, + [8093] = {.lex_state = 0, .external_lex_state = 184}, + [8094] = {.lex_state = 0, .external_lex_state = 184}, + [8095] = {.lex_state = 0, .external_lex_state = 184}, + [8096] = {.lex_state = 0, .external_lex_state = 184}, + [8097] = {.lex_state = 0, .external_lex_state = 272}, + [8098] = {.lex_state = 0, .external_lex_state = 184}, + [8099] = {.lex_state = 0, .external_lex_state = 184}, + [8100] = {.lex_state = 0, .external_lex_state = 184}, + [8101] = {.lex_state = 0, .external_lex_state = 184}, + [8102] = {.lex_state = 0, .external_lex_state = 184}, + [8103] = {.lex_state = 0, .external_lex_state = 272}, + [8104] = {.lex_state = 0, .external_lex_state = 184}, + [8105] = {.lex_state = 0, .external_lex_state = 184}, + [8106] = {.lex_state = 0, .external_lex_state = 241}, + [8107] = {.lex_state = 0, .external_lex_state = 184}, + [8108] = {.lex_state = 0, .external_lex_state = 264}, + [8109] = {.lex_state = 0, .external_lex_state = 184}, + [8110] = {.lex_state = 0, .external_lex_state = 184}, + [8111] = {.lex_state = 0, .external_lex_state = 184}, + [8112] = {.lex_state = 0, .external_lex_state = 184}, + [8113] = {.lex_state = 0, .external_lex_state = 264}, + [8114] = {.lex_state = 0, .external_lex_state = 184}, + [8115] = {.lex_state = 0, .external_lex_state = 184}, + [8116] = {.lex_state = 0, .external_lex_state = 264}, + [8117] = {.lex_state = 0, .external_lex_state = 184}, + [8118] = {.lex_state = 0, .external_lex_state = 184}, + [8119] = {.lex_state = 0, .external_lex_state = 184}, + [8120] = {.lex_state = 0, .external_lex_state = 184}, + [8121] = {.lex_state = 0, .external_lex_state = 184}, + [8122] = {.lex_state = 0, .external_lex_state = 184}, + [8123] = {.lex_state = 0, .external_lex_state = 184}, + [8124] = {.lex_state = 0, .external_lex_state = 184}, + [8125] = {.lex_state = 0, .external_lex_state = 184}, + [8126] = {.lex_state = 0, .external_lex_state = 184}, + [8127] = {.lex_state = 0, .external_lex_state = 184}, + [8128] = {.lex_state = 0, .external_lex_state = 184}, + [8129] = {.lex_state = 0, .external_lex_state = 184}, + [8130] = {.lex_state = 0, .external_lex_state = 184}, + [8131] = {.lex_state = 0, .external_lex_state = 184}, + [8132] = {.lex_state = 0, .external_lex_state = 184}, + [8133] = {.lex_state = 0, .external_lex_state = 272}, + [8134] = {.lex_state = 0, .external_lex_state = 184}, + [8135] = {.lex_state = 0, .external_lex_state = 184}, + [8136] = {.lex_state = 0, .external_lex_state = 184}, + [8137] = {.lex_state = 0, .external_lex_state = 184}, + [8138] = {.lex_state = 0, .external_lex_state = 184}, + [8139] = {.lex_state = 0, .external_lex_state = 184}, + [8140] = {.lex_state = 0, .external_lex_state = 184}, + [8141] = {.lex_state = 0, .external_lex_state = 184}, + [8142] = {.lex_state = 0, .external_lex_state = 272}, + [8143] = {.lex_state = 0, .external_lex_state = 184}, + [8144] = {.lex_state = 0, .external_lex_state = 184}, + [8145] = {.lex_state = 0, .external_lex_state = 184}, + [8146] = {.lex_state = 0, .external_lex_state = 184}, + [8147] = {.lex_state = 0, .external_lex_state = 184}, + [8148] = {.lex_state = 0, .external_lex_state = 184}, + [8149] = {.lex_state = 0, .external_lex_state = 184}, + [8150] = {.lex_state = 0, .external_lex_state = 184}, + [8151] = {.lex_state = 0, .external_lex_state = 184}, + [8152] = {.lex_state = 0, .external_lex_state = 259}, + [8153] = {.lex_state = 0, .external_lex_state = 184}, + [8154] = {.lex_state = 0, .external_lex_state = 184}, + [8155] = {.lex_state = 0, .external_lex_state = 184}, + [8156] = {.lex_state = 0, .external_lex_state = 264}, + [8157] = {.lex_state = 0, .external_lex_state = 184}, + [8158] = {.lex_state = 0, .external_lex_state = 184}, + [8159] = {.lex_state = 0, .external_lex_state = 264}, + [8160] = {.lex_state = 0, .external_lex_state = 184}, + [8161] = {.lex_state = 0, .external_lex_state = 184}, + [8162] = {.lex_state = 0, .external_lex_state = 184}, + [8163] = {.lex_state = 0, .external_lex_state = 270}, + [8164] = {.lex_state = 0, .external_lex_state = 184}, + [8165] = {.lex_state = 0, .external_lex_state = 184}, + [8166] = {.lex_state = 0, .external_lex_state = 257}, + [8167] = {.lex_state = 0, .external_lex_state = 184}, + [8168] = {.lex_state = 0, .external_lex_state = 184}, + [8169] = {.lex_state = 0, .external_lex_state = 184}, + [8170] = {.lex_state = 0, .external_lex_state = 184}, + [8171] = {.lex_state = 0, .external_lex_state = 264}, + [8172] = {.lex_state = 0, .external_lex_state = 184}, + [8173] = {.lex_state = 0, .external_lex_state = 184}, + [8174] = {.lex_state = 0, .external_lex_state = 184}, + [8175] = {.lex_state = 0, .external_lex_state = 184}, + [8176] = {.lex_state = 0, .external_lex_state = 184}, + [8177] = {.lex_state = 0, .external_lex_state = 184}, + [8178] = {.lex_state = 0, .external_lex_state = 184}, + [8179] = {.lex_state = 0, .external_lex_state = 272}, + [8180] = {.lex_state = 0, .external_lex_state = 184}, + [8181] = {.lex_state = 0, .external_lex_state = 264}, + [8182] = {.lex_state = 0, .external_lex_state = 184}, + [8183] = {.lex_state = 0, .external_lex_state = 184}, + [8184] = {.lex_state = 0, .external_lex_state = 264}, + [8185] = {.lex_state = 0, .external_lex_state = 184}, + [8186] = {.lex_state = 0, .external_lex_state = 184}, + [8187] = {.lex_state = 0, .external_lex_state = 264}, + [8188] = {.lex_state = 0, .external_lex_state = 184}, + [8189] = {.lex_state = 0, .external_lex_state = 184}, + [8190] = {.lex_state = 0, .external_lex_state = 184}, + [8191] = {.lex_state = 0, .external_lex_state = 184}, + [8192] = {.lex_state = 0, .external_lex_state = 272}, + [8193] = {.lex_state = 0, .external_lex_state = 184}, + [8194] = {.lex_state = 0, .external_lex_state = 184}, + [8195] = {.lex_state = 0, .external_lex_state = 184}, + [8196] = {.lex_state = 0, .external_lex_state = 264}, + [8197] = {.lex_state = 0, .external_lex_state = 184}, + [8198] = {.lex_state = 0, .external_lex_state = 184}, + [8199] = {.lex_state = 0, .external_lex_state = 184}, + [8200] = {.lex_state = 0, .external_lex_state = 184}, + [8201] = {.lex_state = 0, .external_lex_state = 184}, + [8202] = {.lex_state = 0, .external_lex_state = 184}, + [8203] = {.lex_state = 0, .external_lex_state = 184}, + [8204] = {.lex_state = 0, .external_lex_state = 184}, + [8205] = {.lex_state = 0, .external_lex_state = 184}, + [8206] = {.lex_state = 0, .external_lex_state = 184}, + [8207] = {.lex_state = 0, .external_lex_state = 184}, + [8208] = {.lex_state = 0, .external_lex_state = 184}, + [8209] = {.lex_state = 0, .external_lex_state = 184}, + [8210] = {.lex_state = 0, .external_lex_state = 184}, + [8211] = {.lex_state = 0, .external_lex_state = 184}, + [8212] = {.lex_state = 0, .external_lex_state = 184}, + [8213] = {.lex_state = 0, .external_lex_state = 184}, + [8214] = {.lex_state = 0, .external_lex_state = 262}, + [8215] = {.lex_state = 0, .external_lex_state = 184}, + [8216] = {.lex_state = 0, .external_lex_state = 184}, + [8217] = {.lex_state = 0, .external_lex_state = 184}, + [8218] = {.lex_state = 0, .external_lex_state = 272}, + [8219] = {.lex_state = 0, .external_lex_state = 184}, + [8220] = {.lex_state = 0, .external_lex_state = 184}, + [8221] = {.lex_state = 0, .external_lex_state = 220}, + [8222] = {.lex_state = 0, .external_lex_state = 184}, + [8223] = {.lex_state = 0, .external_lex_state = 272}, + [8224] = {.lex_state = 0, .external_lex_state = 220}, + [8225] = {.lex_state = 0, .external_lex_state = 262}, + [8226] = {.lex_state = 0, .external_lex_state = 184}, + [8227] = {.lex_state = 0, .external_lex_state = 184}, + [8228] = {.lex_state = 0, .external_lex_state = 184}, + [8229] = {.lex_state = 0, .external_lex_state = 184}, + [8230] = {.lex_state = 0, .external_lex_state = 184}, + [8231] = {.lex_state = 0, .external_lex_state = 184}, + [8232] = {.lex_state = 0, .external_lex_state = 184}, + [8233] = {.lex_state = 0, .external_lex_state = 184}, + [8234] = {.lex_state = 0, .external_lex_state = 184}, + [8235] = {.lex_state = 0, .external_lex_state = 184}, + [8236] = {.lex_state = 0, .external_lex_state = 184}, + [8237] = {.lex_state = 0, .external_lex_state = 184}, + [8238] = {.lex_state = 0, .external_lex_state = 253}, + [8239] = {.lex_state = 0, .external_lex_state = 184}, + [8240] = {.lex_state = 0, .external_lex_state = 272}, + [8241] = {.lex_state = 0, .external_lex_state = 184}, + [8242] = {.lex_state = 0, .external_lex_state = 184}, + [8243] = {.lex_state = 0, .external_lex_state = 184}, + [8244] = {.lex_state = 0, .external_lex_state = 184}, + [8245] = {.lex_state = 0, .external_lex_state = 184}, + [8246] = {.lex_state = 0, .external_lex_state = 184}, + [8247] = {.lex_state = 0, .external_lex_state = 184}, + [8248] = {.lex_state = 0, .external_lex_state = 272}, + [8249] = {.lex_state = 0, .external_lex_state = 184}, + [8250] = {.lex_state = 0, .external_lex_state = 253}, + [8251] = {.lex_state = 0, .external_lex_state = 184}, + [8252] = {.lex_state = 0, .external_lex_state = 184}, + [8253] = {.lex_state = 0, .external_lex_state = 184}, + [8254] = {.lex_state = 0, .external_lex_state = 184}, + [8255] = {.lex_state = 0, .external_lex_state = 184}, + [8256] = {.lex_state = 0, .external_lex_state = 184}, + [8257] = {.lex_state = 0, .external_lex_state = 184}, + [8258] = {.lex_state = 0, .external_lex_state = 184}, + [8259] = {.lex_state = 0, .external_lex_state = 184}, + [8260] = {.lex_state = 0, .external_lex_state = 184}, + [8261] = {.lex_state = 0, .external_lex_state = 184}, + [8262] = {.lex_state = 0, .external_lex_state = 184}, + [8263] = {.lex_state = 0, .external_lex_state = 184}, + [8264] = {.lex_state = 0, .external_lex_state = 263}, + [8265] = {.lex_state = 0, .external_lex_state = 184}, + [8266] = {.lex_state = 0, .external_lex_state = 184}, + [8267] = {.lex_state = 0, .external_lex_state = 272}, + [8268] = {.lex_state = 0, .external_lex_state = 184}, + [8269] = {.lex_state = 0, .external_lex_state = 184}, + [8270] = {.lex_state = 0, .external_lex_state = 184}, + [8271] = {.lex_state = 0, .external_lex_state = 220}, + [8272] = {.lex_state = 0, .external_lex_state = 184}, + [8273] = {.lex_state = 0, .external_lex_state = 285}, + [8274] = {.lex_state = 0, .external_lex_state = 272}, + [8275] = {.lex_state = 0, .external_lex_state = 253}, + [8276] = {.lex_state = 0, .external_lex_state = 184}, + [8277] = {.lex_state = 0, .external_lex_state = 253}, + [8278] = {.lex_state = 0, .external_lex_state = 271}, + [8279] = {.lex_state = 0, .external_lex_state = 272}, + [8280] = {.lex_state = 0, .external_lex_state = 184}, + [8281] = {.lex_state = 0, .external_lex_state = 285}, + [8282] = {.lex_state = 0, .external_lex_state = 184}, + [8283] = {.lex_state = 0, .external_lex_state = 253}, + [8284] = {.lex_state = 0, .external_lex_state = 272}, + [8285] = {.lex_state = 0, .external_lex_state = 253}, + [8286] = {.lex_state = 0, .external_lex_state = 289}, + [8287] = {.lex_state = 0, .external_lex_state = 184}, + [8288] = {.lex_state = 0, .external_lex_state = 184}, + [8289] = {.lex_state = 0, .external_lex_state = 285}, + [8290] = {.lex_state = 0, .external_lex_state = 184}, + [8291] = {.lex_state = 0, .external_lex_state = 253}, + [8292] = {.lex_state = 0, .external_lex_state = 184}, + [8293] = {.lex_state = 0, .external_lex_state = 253}, + [8294] = {.lex_state = 0, .external_lex_state = 289}, + [8295] = {.lex_state = 0, .external_lex_state = 184}, + [8296] = {.lex_state = 0, .external_lex_state = 184}, + [8297] = {.lex_state = 0, .external_lex_state = 285}, + [8298] = {.lex_state = 0, .external_lex_state = 184}, + [8299] = {.lex_state = 0, .external_lex_state = 253}, + [8300] = {.lex_state = 0, .external_lex_state = 184}, + [8301] = {.lex_state = 0, .external_lex_state = 184}, + [8302] = {.lex_state = 0, .external_lex_state = 285}, + [8303] = {.lex_state = 0, .external_lex_state = 184}, + [8304] = {.lex_state = 0, .external_lex_state = 253}, + [8305] = {.lex_state = 0, .external_lex_state = 184}, + [8306] = {.lex_state = 0, .external_lex_state = 184}, + [8307] = {.lex_state = 0, .external_lex_state = 285}, + [8308] = {.lex_state = 0, .external_lex_state = 184}, + [8309] = {.lex_state = 0, .external_lex_state = 253}, + [8310] = {.lex_state = 0, .external_lex_state = 184}, + [8311] = {.lex_state = 0, .external_lex_state = 184}, + [8312] = {.lex_state = 0, .external_lex_state = 253}, + [8313] = {.lex_state = 0, .external_lex_state = 272}, + [8314] = {.lex_state = 0, .external_lex_state = 184}, + [8315] = {.lex_state = 0, .external_lex_state = 184}, + [8316] = {.lex_state = 0, .external_lex_state = 184}, + [8317] = {.lex_state = 0, .external_lex_state = 272}, + [8318] = {.lex_state = 0, .external_lex_state = 184}, + [8319] = {.lex_state = 0, .external_lex_state = 184}, + [8320] = {.lex_state = 0, .external_lex_state = 184}, + [8321] = {.lex_state = 0, .external_lex_state = 184}, + [8322] = {.lex_state = 0, .external_lex_state = 184}, + [8323] = {.lex_state = 0, .external_lex_state = 184}, + [8324] = {.lex_state = 0, .external_lex_state = 184}, + [8325] = {.lex_state = 0, .external_lex_state = 184}, + [8326] = {.lex_state = 0, .external_lex_state = 184}, + [8327] = {.lex_state = 0, .external_lex_state = 184}, + [8328] = {.lex_state = 0, .external_lex_state = 184}, + [8329] = {.lex_state = 0, .external_lex_state = 184}, + [8330] = {.lex_state = 0, .external_lex_state = 184}, + [8331] = {.lex_state = 0, .external_lex_state = 184}, + [8332] = {.lex_state = 0, .external_lex_state = 184}, + [8333] = {.lex_state = 0, .external_lex_state = 184}, + [8334] = {.lex_state = 0, .external_lex_state = 184}, + [8335] = {.lex_state = 0, .external_lex_state = 184}, + [8336] = {.lex_state = 0, .external_lex_state = 184}, + [8337] = {.lex_state = 0, .external_lex_state = 184}, + [8338] = {.lex_state = 0, .external_lex_state = 184}, + [8339] = {.lex_state = 0, .external_lex_state = 184}, + [8340] = {.lex_state = 0, .external_lex_state = 184}, + [8341] = {.lex_state = 0, .external_lex_state = 184}, + [8342] = {.lex_state = 0, .external_lex_state = 184}, + [8343] = {.lex_state = 0, .external_lex_state = 184}, + [8344] = {.lex_state = 0, .external_lex_state = 290}, + [8345] = {.lex_state = 0, .external_lex_state = 184}, + [8346] = {.lex_state = 0, .external_lex_state = 272}, + [8347] = {.lex_state = 0, .external_lex_state = 184}, + [8348] = {.lex_state = 0, .external_lex_state = 184}, + [8349] = {.lex_state = 0, .external_lex_state = 184}, + [8350] = {.lex_state = 0, .external_lex_state = 184}, + [8351] = {.lex_state = 0, .external_lex_state = 272}, + [8352] = {.lex_state = 0, .external_lex_state = 262}, + [8353] = {.lex_state = 0, .external_lex_state = 184}, + [8354] = {.lex_state = 0, .external_lex_state = 184}, + [8355] = {.lex_state = 0, .external_lex_state = 184}, + [8356] = {.lex_state = 0, .external_lex_state = 184}, + [8357] = {.lex_state = 0, .external_lex_state = 184}, + [8358] = {.lex_state = 0, .external_lex_state = 184}, + [8359] = {.lex_state = 0, .external_lex_state = 184}, + [8360] = {.lex_state = 0, .external_lex_state = 263}, + [8361] = {.lex_state = 0, .external_lex_state = 184}, [8362] = {(TSStateId)(-1)}, [8363] = {(TSStateId)(-1)}, [8364] = {(TSStateId)(-1)}, @@ -21756,74 +21756,74 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_error_sentinel] = ACTIONS(1), }, [1] = { - [sym_design_file] = STATE(6981), - [sym_design_unit] = STATE(2220), - [sym__context_item] = STATE(2270), - [sym_library_clause] = STATE(1917), - [sym_use_clause] = STATE(1942), - [sym_context_reference] = STATE(1917), - [sym__library_unit] = STATE(1965), - [sym_entity_declaration] = STATE(1979), - [sym_configuration_declaration] = STATE(1979), - [sym_package_declaration] = STATE(1982), - [sym_package_instantiation_declaration] = STATE(1982), - [sym_context_declaration] = STATE(1979), - [sym_architecture_definition] = STATE(1979), - [sym_package_definition] = STATE(1982), - [sym__block_declarative_item] = STATE(2029), - [sym_subprogram_declaration] = STATE(2040), - [sym_subprogram_definition] = STATE(2040), - [sym_subprogram_instantiation_declaration] = STATE(2040), - [sym_type_declaration] = STATE(2040), - [sym_subtype_declaration] = STATE(2040), - [sym_mode_view_declaration] = STATE(2040), - [sym_constant_declaration] = STATE(2040), - [sym_signal_declaration] = STATE(2040), - [sym_variable_declaration] = STATE(2040), - [sym_file_declaration] = STATE(2040), - [sym_alias_declaration] = STATE(2040), - [sym_component_declaration] = STATE(2040), - [sym_attribute_declaration] = STATE(2040), - [sym_attribute_specification] = STATE(2040), - [sym_disconnection_specification] = STATE(2040), - [sym_group_template_declaration] = STATE(2040), - [sym_group_declaration] = STATE(2040), - [sym__concurrent_statement] = STATE(2052), - [sym_block_statement] = STATE(2060), - [sym_component_instantiation_statement] = STATE(2060), - [sym_process_statement] = STATE(2060), - [sym_case_generate_statement] = STATE(2060), - [sym_for_generate_statement] = STATE(2060), - [sym_if_generate_statement] = STATE(2060), - [sym_concurrent_assertion_statement] = STATE(2060), - [sym_assertion] = STATE(7241), - [sym_concurrent_procedure_call_statement] = STATE(2060), - [sym_concurrent_simple_signal_assignment] = STATE(2060), - [sym_concurrent_conditional_signal_assignment] = STATE(2060), - [sym_concurrent_selected_signal_assignment] = STATE(2060), - [sym_with_expression] = STATE(6491), - [sym_name] = STATE(6540), - [sym__direct_name] = STATE(3023), - [sym__label] = STATE(7169), - [sym__identifier] = STATE(4362), - [sym__external_name] = STATE(4362), - [sym_external_constant_name] = STATE(4351), - [sym_external_signal_name] = STATE(4351), - [sym_external_variable_name] = STATE(4351), + [sym_design_file] = STATE(7740), + [sym_design_unit] = STATE(1916), + [sym__context_item] = STATE(1918), + [sym_library_clause] = STATE(1919), + [sym_use_clause] = STATE(1920), + [sym_context_reference] = STATE(1919), + [sym__library_unit] = STATE(1921), + [sym_entity_declaration] = STATE(1922), + [sym_configuration_declaration] = STATE(1922), + [sym_package_declaration] = STATE(1923), + [sym_package_instantiation_declaration] = STATE(1923), + [sym_context_declaration] = STATE(1922), + [sym_architecture_definition] = STATE(1922), + [sym_package_definition] = STATE(1923), + [sym__block_declarative_item] = STATE(1924), + [sym_subprogram_declaration] = STATE(1925), + [sym_subprogram_definition] = STATE(1925), + [sym_subprogram_instantiation_declaration] = STATE(1925), + [sym_type_declaration] = STATE(1925), + [sym_subtype_declaration] = STATE(1925), + [sym_mode_view_declaration] = STATE(1925), + [sym_constant_declaration] = STATE(1925), + [sym_signal_declaration] = STATE(1925), + [sym_variable_declaration] = STATE(1925), + [sym_file_declaration] = STATE(1925), + [sym_alias_declaration] = STATE(1925), + [sym_component_declaration] = STATE(1925), + [sym_attribute_declaration] = STATE(1925), + [sym_attribute_specification] = STATE(1925), + [sym_disconnection_specification] = STATE(1925), + [sym_group_template_declaration] = STATE(1925), + [sym_group_declaration] = STATE(1925), + [sym__concurrent_statement] = STATE(1926), + [sym_block_statement] = STATE(1927), + [sym_component_instantiation_statement] = STATE(1927), + [sym_process_statement] = STATE(1927), + [sym_case_generate_statement] = STATE(1927), + [sym_for_generate_statement] = STATE(1927), + [sym_if_generate_statement] = STATE(1927), + [sym_concurrent_assertion_statement] = STATE(1927), + [sym_assertion] = STATE(7733), + [sym_concurrent_procedure_call_statement] = STATE(1927), + [sym_concurrent_simple_signal_assignment] = STATE(1927), + [sym_concurrent_conditional_signal_assignment] = STATE(1927), + [sym_concurrent_selected_signal_assignment] = STATE(1927), + [sym_with_expression] = STATE(6013), + [sym_name] = STATE(6017), + [sym__direct_name] = STATE(3015), + [sym__label] = STATE(7711), + [sym__identifier] = STATE(4386), + [sym__external_name] = STATE(4386), + [sym_external_constant_name] = STATE(4383), + [sym_external_signal_name] = STATE(4383), + [sym_external_variable_name] = STATE(4383), [sym__tool_directive] = STATE(1), - [sym_procedure_specification] = STATE(6069), - [sym_function_specification] = STATE(6069), - [sym__subprogram_specification] = STATE(5708), - [sym__target] = STATE(6080), - [sym_aggregate] = STATE(6098), - [sym_label_declaration] = STATE(2689), - [sym_configuration_specification] = STATE(2040), + [sym_procedure_specification] = STATE(6037), + [sym_function_specification] = STATE(6037), + [sym__subprogram_specification] = STATE(5978), + [sym__target] = STATE(6043), + [sym_aggregate] = STATE(6048), + [sym_label_declaration] = STATE(2685), + [sym_configuration_specification] = STATE(1925), [sym_line_comment] = STATE(1), [sym_block_comment] = STATE(1), [aux_sym_design_file_repeat1] = STATE(3), - [aux_sym_design_unit_repeat1] = STATE(740), - [aux_sym_design_unit_repeat2] = STATE(94), - [aux_sym_design_unit_repeat3] = STATE(124), + [aux_sym_design_unit_repeat1] = STATE(737), + [aux_sym_design_unit_repeat2] = STATE(63), + [aux_sym_design_unit_repeat3] = STATE(110), [anon_sym_LPAREN] = ACTIONS(9), [anon_sym_LT_LT] = ACTIONS(11), [sym_identifier] = ACTIONS(13), @@ -21868,73 +21868,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__end_of_file] = ACTIONS(73), }, [2] = { - [sym_design_unit] = STATE(2220), - [sym__context_item] = STATE(2270), - [sym_library_clause] = STATE(1917), - [sym_use_clause] = STATE(1942), - [sym_context_reference] = STATE(1917), - [sym__library_unit] = STATE(1965), - [sym_entity_declaration] = STATE(1979), - [sym_configuration_declaration] = STATE(1979), - [sym_package_declaration] = STATE(1982), - [sym_package_instantiation_declaration] = STATE(1982), - [sym_context_declaration] = STATE(1979), - [sym_architecture_definition] = STATE(1979), - [sym_package_definition] = STATE(1982), - [sym__block_declarative_item] = STATE(2029), - [sym_subprogram_declaration] = STATE(2040), - [sym_subprogram_definition] = STATE(2040), - [sym_subprogram_instantiation_declaration] = STATE(2040), - [sym_type_declaration] = STATE(2040), - [sym_subtype_declaration] = STATE(2040), - [sym_mode_view_declaration] = STATE(2040), - [sym_constant_declaration] = STATE(2040), - [sym_signal_declaration] = STATE(2040), - [sym_variable_declaration] = STATE(2040), - [sym_file_declaration] = STATE(2040), - [sym_alias_declaration] = STATE(2040), - [sym_component_declaration] = STATE(2040), - [sym_attribute_declaration] = STATE(2040), - [sym_attribute_specification] = STATE(2040), - [sym_disconnection_specification] = STATE(2040), - [sym_group_template_declaration] = STATE(2040), - [sym_group_declaration] = STATE(2040), - [sym__concurrent_statement] = STATE(2052), - [sym_block_statement] = STATE(2060), - [sym_component_instantiation_statement] = STATE(2060), - [sym_process_statement] = STATE(2060), - [sym_case_generate_statement] = STATE(2060), - [sym_for_generate_statement] = STATE(2060), - [sym_if_generate_statement] = STATE(2060), - [sym_concurrent_assertion_statement] = STATE(2060), - [sym_assertion] = STATE(7241), - [sym_concurrent_procedure_call_statement] = STATE(2060), - [sym_concurrent_simple_signal_assignment] = STATE(2060), - [sym_concurrent_conditional_signal_assignment] = STATE(2060), - [sym_concurrent_selected_signal_assignment] = STATE(2060), - [sym_with_expression] = STATE(6491), - [sym_name] = STATE(6540), - [sym__direct_name] = STATE(3023), - [sym__label] = STATE(7169), - [sym__identifier] = STATE(4362), - [sym__external_name] = STATE(4362), - [sym_external_constant_name] = STATE(4351), - [sym_external_signal_name] = STATE(4351), - [sym_external_variable_name] = STATE(4351), + [sym_design_unit] = STATE(1916), + [sym__context_item] = STATE(1918), + [sym_library_clause] = STATE(1919), + [sym_use_clause] = STATE(1920), + [sym_context_reference] = STATE(1919), + [sym__library_unit] = STATE(1921), + [sym_entity_declaration] = STATE(1922), + [sym_configuration_declaration] = STATE(1922), + [sym_package_declaration] = STATE(1923), + [sym_package_instantiation_declaration] = STATE(1923), + [sym_context_declaration] = STATE(1922), + [sym_architecture_definition] = STATE(1922), + [sym_package_definition] = STATE(1923), + [sym__block_declarative_item] = STATE(1924), + [sym_subprogram_declaration] = STATE(1925), + [sym_subprogram_definition] = STATE(1925), + [sym_subprogram_instantiation_declaration] = STATE(1925), + [sym_type_declaration] = STATE(1925), + [sym_subtype_declaration] = STATE(1925), + [sym_mode_view_declaration] = STATE(1925), + [sym_constant_declaration] = STATE(1925), + [sym_signal_declaration] = STATE(1925), + [sym_variable_declaration] = STATE(1925), + [sym_file_declaration] = STATE(1925), + [sym_alias_declaration] = STATE(1925), + [sym_component_declaration] = STATE(1925), + [sym_attribute_declaration] = STATE(1925), + [sym_attribute_specification] = STATE(1925), + [sym_disconnection_specification] = STATE(1925), + [sym_group_template_declaration] = STATE(1925), + [sym_group_declaration] = STATE(1925), + [sym__concurrent_statement] = STATE(1926), + [sym_block_statement] = STATE(1927), + [sym_component_instantiation_statement] = STATE(1927), + [sym_process_statement] = STATE(1927), + [sym_case_generate_statement] = STATE(1927), + [sym_for_generate_statement] = STATE(1927), + [sym_if_generate_statement] = STATE(1927), + [sym_concurrent_assertion_statement] = STATE(1927), + [sym_assertion] = STATE(7733), + [sym_concurrent_procedure_call_statement] = STATE(1927), + [sym_concurrent_simple_signal_assignment] = STATE(1927), + [sym_concurrent_conditional_signal_assignment] = STATE(1927), + [sym_concurrent_selected_signal_assignment] = STATE(1927), + [sym_with_expression] = STATE(6013), + [sym_name] = STATE(6017), + [sym__direct_name] = STATE(3015), + [sym__label] = STATE(7711), + [sym__identifier] = STATE(4386), + [sym__external_name] = STATE(4386), + [sym_external_constant_name] = STATE(4383), + [sym_external_signal_name] = STATE(4383), + [sym_external_variable_name] = STATE(4383), [sym__tool_directive] = STATE(2), - [sym_procedure_specification] = STATE(6069), - [sym_function_specification] = STATE(6069), - [sym__subprogram_specification] = STATE(5708), - [sym__target] = STATE(6080), - [sym_aggregate] = STATE(6098), - [sym_label_declaration] = STATE(2689), - [sym_configuration_specification] = STATE(2040), + [sym_procedure_specification] = STATE(6037), + [sym_function_specification] = STATE(6037), + [sym__subprogram_specification] = STATE(5978), + [sym__target] = STATE(6043), + [sym_aggregate] = STATE(6048), + [sym_label_declaration] = STATE(2685), + [sym_configuration_specification] = STATE(1925), [sym_line_comment] = STATE(2), [sym_block_comment] = STATE(2), [aux_sym_design_file_repeat1] = STATE(2), - [aux_sym_design_unit_repeat1] = STATE(740), - [aux_sym_design_unit_repeat2] = STATE(94), - [aux_sym_design_unit_repeat3] = STATE(124), + [aux_sym_design_unit_repeat1] = STATE(737), + [aux_sym_design_unit_repeat2] = STATE(63), + [aux_sym_design_unit_repeat3] = STATE(110), [anon_sym_LPAREN] = ACTIONS(75), [anon_sym_LT_LT] = ACTIONS(78), [sym_identifier] = ACTIONS(81), @@ -21979,73 +21979,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__end_of_file] = ACTIONS(171), }, [3] = { - [sym_design_unit] = STATE(2220), - [sym__context_item] = STATE(2270), - [sym_library_clause] = STATE(1917), - [sym_use_clause] = STATE(1942), - [sym_context_reference] = STATE(1917), - [sym__library_unit] = STATE(1965), - [sym_entity_declaration] = STATE(1979), - [sym_configuration_declaration] = STATE(1979), - [sym_package_declaration] = STATE(1982), - [sym_package_instantiation_declaration] = STATE(1982), - [sym_context_declaration] = STATE(1979), - [sym_architecture_definition] = STATE(1979), - [sym_package_definition] = STATE(1982), - [sym__block_declarative_item] = STATE(2029), - [sym_subprogram_declaration] = STATE(2040), - [sym_subprogram_definition] = STATE(2040), - [sym_subprogram_instantiation_declaration] = STATE(2040), - [sym_type_declaration] = STATE(2040), - [sym_subtype_declaration] = STATE(2040), - [sym_mode_view_declaration] = STATE(2040), - [sym_constant_declaration] = STATE(2040), - [sym_signal_declaration] = STATE(2040), - [sym_variable_declaration] = STATE(2040), - [sym_file_declaration] = STATE(2040), - [sym_alias_declaration] = STATE(2040), - [sym_component_declaration] = STATE(2040), - [sym_attribute_declaration] = STATE(2040), - [sym_attribute_specification] = STATE(2040), - [sym_disconnection_specification] = STATE(2040), - [sym_group_template_declaration] = STATE(2040), - [sym_group_declaration] = STATE(2040), - [sym__concurrent_statement] = STATE(2052), - [sym_block_statement] = STATE(2060), - [sym_component_instantiation_statement] = STATE(2060), - [sym_process_statement] = STATE(2060), - [sym_case_generate_statement] = STATE(2060), - [sym_for_generate_statement] = STATE(2060), - [sym_if_generate_statement] = STATE(2060), - [sym_concurrent_assertion_statement] = STATE(2060), - [sym_assertion] = STATE(7241), - [sym_concurrent_procedure_call_statement] = STATE(2060), - [sym_concurrent_simple_signal_assignment] = STATE(2060), - [sym_concurrent_conditional_signal_assignment] = STATE(2060), - [sym_concurrent_selected_signal_assignment] = STATE(2060), - [sym_with_expression] = STATE(6491), - [sym_name] = STATE(6540), - [sym__direct_name] = STATE(3023), - [sym__label] = STATE(7169), - [sym__identifier] = STATE(4362), - [sym__external_name] = STATE(4362), - [sym_external_constant_name] = STATE(4351), - [sym_external_signal_name] = STATE(4351), - [sym_external_variable_name] = STATE(4351), + [sym_design_unit] = STATE(1916), + [sym__context_item] = STATE(1918), + [sym_library_clause] = STATE(1919), + [sym_use_clause] = STATE(1920), + [sym_context_reference] = STATE(1919), + [sym__library_unit] = STATE(1921), + [sym_entity_declaration] = STATE(1922), + [sym_configuration_declaration] = STATE(1922), + [sym_package_declaration] = STATE(1923), + [sym_package_instantiation_declaration] = STATE(1923), + [sym_context_declaration] = STATE(1922), + [sym_architecture_definition] = STATE(1922), + [sym_package_definition] = STATE(1923), + [sym__block_declarative_item] = STATE(1924), + [sym_subprogram_declaration] = STATE(1925), + [sym_subprogram_definition] = STATE(1925), + [sym_subprogram_instantiation_declaration] = STATE(1925), + [sym_type_declaration] = STATE(1925), + [sym_subtype_declaration] = STATE(1925), + [sym_mode_view_declaration] = STATE(1925), + [sym_constant_declaration] = STATE(1925), + [sym_signal_declaration] = STATE(1925), + [sym_variable_declaration] = STATE(1925), + [sym_file_declaration] = STATE(1925), + [sym_alias_declaration] = STATE(1925), + [sym_component_declaration] = STATE(1925), + [sym_attribute_declaration] = STATE(1925), + [sym_attribute_specification] = STATE(1925), + [sym_disconnection_specification] = STATE(1925), + [sym_group_template_declaration] = STATE(1925), + [sym_group_declaration] = STATE(1925), + [sym__concurrent_statement] = STATE(1926), + [sym_block_statement] = STATE(1927), + [sym_component_instantiation_statement] = STATE(1927), + [sym_process_statement] = STATE(1927), + [sym_case_generate_statement] = STATE(1927), + [sym_for_generate_statement] = STATE(1927), + [sym_if_generate_statement] = STATE(1927), + [sym_concurrent_assertion_statement] = STATE(1927), + [sym_assertion] = STATE(7733), + [sym_concurrent_procedure_call_statement] = STATE(1927), + [sym_concurrent_simple_signal_assignment] = STATE(1927), + [sym_concurrent_conditional_signal_assignment] = STATE(1927), + [sym_concurrent_selected_signal_assignment] = STATE(1927), + [sym_with_expression] = STATE(6013), + [sym_name] = STATE(6017), + [sym__direct_name] = STATE(3015), + [sym__label] = STATE(7711), + [sym__identifier] = STATE(4386), + [sym__external_name] = STATE(4386), + [sym_external_constant_name] = STATE(4383), + [sym_external_signal_name] = STATE(4383), + [sym_external_variable_name] = STATE(4383), [sym__tool_directive] = STATE(3), - [sym_procedure_specification] = STATE(6069), - [sym_function_specification] = STATE(6069), - [sym__subprogram_specification] = STATE(5708), - [sym__target] = STATE(6080), - [sym_aggregate] = STATE(6098), - [sym_label_declaration] = STATE(2689), - [sym_configuration_specification] = STATE(2040), + [sym_procedure_specification] = STATE(6037), + [sym_function_specification] = STATE(6037), + [sym__subprogram_specification] = STATE(5978), + [sym__target] = STATE(6043), + [sym_aggregate] = STATE(6048), + [sym_label_declaration] = STATE(2685), + [sym_configuration_specification] = STATE(1925), [sym_line_comment] = STATE(3), [sym_block_comment] = STATE(3), [aux_sym_design_file_repeat1] = STATE(2), - [aux_sym_design_unit_repeat1] = STATE(740), - [aux_sym_design_unit_repeat2] = STATE(94), - [aux_sym_design_unit_repeat3] = STATE(124), + [aux_sym_design_unit_repeat1] = STATE(737), + [aux_sym_design_unit_repeat2] = STATE(63), + [aux_sym_design_unit_repeat3] = STATE(110), [anon_sym_LPAREN] = ACTIONS(9), [anon_sym_LT_LT] = ACTIONS(11), [sym_identifier] = ACTIONS(13), @@ -22090,64 +22090,64 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__end_of_file] = ACTIONS(173), }, [4] = { - [sym_use_clause] = STATE(3071), - [sym_package_declaration] = STATE(3071), - [sym_package_instantiation_declaration] = STATE(3071), - [sym_package_definition] = STATE(3071), - [sym__block_declarative_item] = STATE(3070), - [sym_subprogram_declaration] = STATE(3071), - [sym_subprogram_definition] = STATE(3071), - [sym_subprogram_instantiation_declaration] = STATE(3071), - [sym_type_declaration] = STATE(3071), - [sym_subtype_declaration] = STATE(3071), - [sym_mode_view_declaration] = STATE(3071), - [sym_constant_declaration] = STATE(3071), - [sym_signal_declaration] = STATE(3071), - [sym_variable_declaration] = STATE(3071), - [sym_file_declaration] = STATE(3071), - [sym_alias_declaration] = STATE(3071), - [sym_component_declaration] = STATE(3071), - [sym_attribute_declaration] = STATE(3071), - [sym_attribute_specification] = STATE(3071), - [sym_disconnection_specification] = STATE(3071), - [sym_group_template_declaration] = STATE(3071), - [sym_group_declaration] = STATE(3071), - [sym_generate_head] = STATE(7604), - [sym_generate_block] = STATE(5556), - [sym__concurrent_statement] = STATE(3725), - [sym_block_statement] = STATE(3814), - [sym_component_instantiation_statement] = STATE(3814), - [sym_process_statement] = STATE(3814), - [sym_case_generate_statement] = STATE(3814), - [sym_for_generate_statement] = STATE(3814), - [sym_if_generate_statement] = STATE(3814), - [sym_concurrent_assertion_statement] = STATE(3814), - [sym_assertion] = STATE(8292), - [sym_concurrent_procedure_call_statement] = STATE(3814), - [sym_concurrent_simple_signal_assignment] = STATE(3814), - [sym_concurrent_conditional_signal_assignment] = STATE(3814), - [sym_concurrent_selected_signal_assignment] = STATE(3814), - [sym_with_expression] = STATE(6480), - [sym_name] = STATE(6481), - [sym__direct_name] = STATE(3023), - [sym__label] = STATE(7169), - [sym__identifier] = STATE(4362), - [sym__external_name] = STATE(4362), - [sym_external_constant_name] = STATE(4351), - [sym_external_signal_name] = STATE(4351), - [sym_external_variable_name] = STATE(4351), + [sym_use_clause] = STATE(3051), + [sym_package_declaration] = STATE(3051), + [sym_package_instantiation_declaration] = STATE(3051), + [sym_package_definition] = STATE(3051), + [sym__block_declarative_item] = STATE(3027), + [sym_subprogram_declaration] = STATE(3051), + [sym_subprogram_definition] = STATE(3051), + [sym_subprogram_instantiation_declaration] = STATE(3051), + [sym_type_declaration] = STATE(3051), + [sym_subtype_declaration] = STATE(3051), + [sym_mode_view_declaration] = STATE(3051), + [sym_constant_declaration] = STATE(3051), + [sym_signal_declaration] = STATE(3051), + [sym_variable_declaration] = STATE(3051), + [sym_file_declaration] = STATE(3051), + [sym_alias_declaration] = STATE(3051), + [sym_component_declaration] = STATE(3051), + [sym_attribute_declaration] = STATE(3051), + [sym_attribute_specification] = STATE(3051), + [sym_disconnection_specification] = STATE(3051), + [sym_group_template_declaration] = STATE(3051), + [sym_group_declaration] = STATE(3051), + [sym_generate_head] = STATE(7067), + [sym_generate_block] = STATE(5718), + [sym__concurrent_statement] = STATE(3696), + [sym_block_statement] = STATE(3698), + [sym_component_instantiation_statement] = STATE(3698), + [sym_process_statement] = STATE(3698), + [sym_case_generate_statement] = STATE(3698), + [sym_for_generate_statement] = STATE(3698), + [sym_if_generate_statement] = STATE(3698), + [sym_concurrent_assertion_statement] = STATE(3698), + [sym_assertion] = STATE(7330), + [sym_concurrent_procedure_call_statement] = STATE(3698), + [sym_concurrent_simple_signal_assignment] = STATE(3698), + [sym_concurrent_conditional_signal_assignment] = STATE(3698), + [sym_concurrent_selected_signal_assignment] = STATE(3698), + [sym_with_expression] = STATE(6298), + [sym_name] = STATE(6476), + [sym__direct_name] = STATE(3015), + [sym__label] = STATE(7711), + [sym__identifier] = STATE(4386), + [sym__external_name] = STATE(4386), + [sym_external_constant_name] = STATE(4383), + [sym_external_signal_name] = STATE(4383), + [sym_external_variable_name] = STATE(4383), [sym__tool_directive] = STATE(4), - [sym_procedure_specification] = STATE(6069), - [sym_function_specification] = STATE(6069), - [sym__subprogram_specification] = STATE(5909), - [sym__target] = STATE(6403), - [sym_aggregate] = STATE(6098), - [sym_label_declaration] = STATE(2658), - [sym_configuration_specification] = STATE(3071), + [sym_procedure_specification] = STATE(6037), + [sym_function_specification] = STATE(6037), + [sym__subprogram_specification] = STATE(5711), + [sym__target] = STATE(6016), + [sym_aggregate] = STATE(6048), + [sym_label_declaration] = STATE(2692), + [sym_configuration_specification] = STATE(3051), [sym_line_comment] = STATE(4), [sym_block_comment] = STATE(4), - [aux_sym_design_unit_repeat2] = STATE(796), - [aux_sym_design_unit_repeat3] = STATE(1401), + [aux_sym_design_unit_repeat2] = STATE(832), + [aux_sym_design_unit_repeat3] = STATE(1323), [anon_sym_LPAREN] = ACTIONS(9), [anon_sym_LT_LT] = ACTIONS(11), [sym_identifier] = ACTIONS(13), @@ -22190,64 +22190,64 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_type] = ACTIONS(13), }, [5] = { - [sym_use_clause] = STATE(3071), - [sym_package_declaration] = STATE(3071), - [sym_package_instantiation_declaration] = STATE(3071), - [sym_package_definition] = STATE(3071), - [sym__block_declarative_item] = STATE(3070), - [sym_subprogram_declaration] = STATE(3071), - [sym_subprogram_definition] = STATE(3071), - [sym_subprogram_instantiation_declaration] = STATE(3071), - [sym_type_declaration] = STATE(3071), - [sym_subtype_declaration] = STATE(3071), - [sym_mode_view_declaration] = STATE(3071), - [sym_constant_declaration] = STATE(3071), - [sym_signal_declaration] = STATE(3071), - [sym_variable_declaration] = STATE(3071), - [sym_file_declaration] = STATE(3071), - [sym_alias_declaration] = STATE(3071), - [sym_component_declaration] = STATE(3071), - [sym_attribute_declaration] = STATE(3071), - [sym_attribute_specification] = STATE(3071), - [sym_disconnection_specification] = STATE(3071), - [sym_group_template_declaration] = STATE(3071), - [sym_group_declaration] = STATE(3071), - [sym_generate_head] = STATE(8272), - [sym_generate_block] = STATE(6372), - [sym__concurrent_statement] = STATE(4169), - [sym_block_statement] = STATE(4170), - [sym_component_instantiation_statement] = STATE(4170), - [sym_process_statement] = STATE(4170), - [sym_case_generate_statement] = STATE(4170), - [sym_for_generate_statement] = STATE(4170), - [sym_if_generate_statement] = STATE(4170), - [sym_concurrent_assertion_statement] = STATE(4170), - [sym_assertion] = STATE(6638), - [sym_concurrent_procedure_call_statement] = STATE(4170), - [sym_concurrent_simple_signal_assignment] = STATE(4170), - [sym_concurrent_conditional_signal_assignment] = STATE(4170), - [sym_concurrent_selected_signal_assignment] = STATE(4170), - [sym_with_expression] = STATE(6493), - [sym_name] = STATE(6555), - [sym__direct_name] = STATE(3023), - [sym__label] = STATE(7169), - [sym__identifier] = STATE(4362), - [sym__external_name] = STATE(4362), - [sym_external_constant_name] = STATE(4351), - [sym_external_signal_name] = STATE(4351), - [sym_external_variable_name] = STATE(4351), + [sym_use_clause] = STATE(3051), + [sym_package_declaration] = STATE(3051), + [sym_package_instantiation_declaration] = STATE(3051), + [sym_package_definition] = STATE(3051), + [sym__block_declarative_item] = STATE(3027), + [sym_subprogram_declaration] = STATE(3051), + [sym_subprogram_definition] = STATE(3051), + [sym_subprogram_instantiation_declaration] = STATE(3051), + [sym_type_declaration] = STATE(3051), + [sym_subtype_declaration] = STATE(3051), + [sym_mode_view_declaration] = STATE(3051), + [sym_constant_declaration] = STATE(3051), + [sym_signal_declaration] = STATE(3051), + [sym_variable_declaration] = STATE(3051), + [sym_file_declaration] = STATE(3051), + [sym_alias_declaration] = STATE(3051), + [sym_component_declaration] = STATE(3051), + [sym_attribute_declaration] = STATE(3051), + [sym_attribute_specification] = STATE(3051), + [sym_disconnection_specification] = STATE(3051), + [sym_group_template_declaration] = STATE(3051), + [sym_group_declaration] = STATE(3051), + [sym_generate_head] = STATE(8152), + [sym_generate_block] = STATE(6375), + [sym__concurrent_statement] = STATE(4213), + [sym_block_statement] = STATE(3979), + [sym_component_instantiation_statement] = STATE(3979), + [sym_process_statement] = STATE(3979), + [sym_case_generate_statement] = STATE(3979), + [sym_for_generate_statement] = STATE(3979), + [sym_if_generate_statement] = STATE(3979), + [sym_concurrent_assertion_statement] = STATE(3979), + [sym_assertion] = STATE(7824), + [sym_concurrent_procedure_call_statement] = STATE(3979), + [sym_concurrent_simple_signal_assignment] = STATE(3979), + [sym_concurrent_conditional_signal_assignment] = STATE(3979), + [sym_concurrent_selected_signal_assignment] = STATE(3979), + [sym_with_expression] = STATE(6310), + [sym_name] = STATE(6220), + [sym__direct_name] = STATE(3015), + [sym__label] = STATE(7711), + [sym__identifier] = STATE(4386), + [sym__external_name] = STATE(4386), + [sym_external_constant_name] = STATE(4383), + [sym_external_signal_name] = STATE(4383), + [sym_external_variable_name] = STATE(4383), [sym__tool_directive] = STATE(5), - [sym_procedure_specification] = STATE(6069), - [sym_function_specification] = STATE(6069), - [sym__subprogram_specification] = STATE(5909), - [sym__target] = STATE(6435), - [sym_aggregate] = STATE(6098), - [sym_label_declaration] = STATE(2636), - [sym_configuration_specification] = STATE(3071), + [sym_procedure_specification] = STATE(6037), + [sym_function_specification] = STATE(6037), + [sym__subprogram_specification] = STATE(5711), + [sym__target] = STATE(6128), + [sym_aggregate] = STATE(6048), + [sym_label_declaration] = STATE(2678), + [sym_configuration_specification] = STATE(3051), [sym_line_comment] = STATE(5), [sym_block_comment] = STATE(5), - [aux_sym_design_unit_repeat2] = STATE(796), - [aux_sym_design_unit_repeat3] = STATE(1603), + [aux_sym_design_unit_repeat2] = STATE(832), + [aux_sym_design_unit_repeat3] = STATE(1554), [anon_sym_LPAREN] = ACTIONS(9), [anon_sym_LT_LT] = ACTIONS(11), [sym_identifier] = ACTIONS(13), @@ -22289,64 +22289,64 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_type] = ACTIONS(13), }, [6] = { - [sym_use_clause] = STATE(3071), - [sym_package_declaration] = STATE(3071), - [sym_package_instantiation_declaration] = STATE(3071), - [sym_package_definition] = STATE(3071), - [sym__block_declarative_item] = STATE(3070), - [sym_subprogram_declaration] = STATE(3071), - [sym_subprogram_definition] = STATE(3071), - [sym_subprogram_instantiation_declaration] = STATE(3071), - [sym_type_declaration] = STATE(3071), - [sym_subtype_declaration] = STATE(3071), - [sym_mode_view_declaration] = STATE(3071), - [sym_constant_declaration] = STATE(3071), - [sym_signal_declaration] = STATE(3071), - [sym_variable_declaration] = STATE(3071), - [sym_file_declaration] = STATE(3071), - [sym_alias_declaration] = STATE(3071), - [sym_component_declaration] = STATE(3071), - [sym_attribute_declaration] = STATE(3071), - [sym_attribute_specification] = STATE(3071), - [sym_disconnection_specification] = STATE(3071), - [sym_group_template_declaration] = STATE(3071), - [sym_group_declaration] = STATE(3071), - [sym_generate_head] = STATE(6950), - [sym_generate_block] = STATE(6955), - [sym__concurrent_statement] = STATE(4386), - [sym_block_statement] = STATE(4354), - [sym_component_instantiation_statement] = STATE(4354), - [sym_process_statement] = STATE(4354), - [sym_case_generate_statement] = STATE(4354), - [sym_for_generate_statement] = STATE(4354), - [sym_if_generate_statement] = STATE(4354), - [sym_concurrent_assertion_statement] = STATE(4354), - [sym_assertion] = STATE(7448), - [sym_concurrent_procedure_call_statement] = STATE(4354), - [sym_concurrent_simple_signal_assignment] = STATE(4354), - [sym_concurrent_conditional_signal_assignment] = STATE(4354), - [sym_concurrent_selected_signal_assignment] = STATE(4354), - [sym_with_expression] = STATE(6470), - [sym_name] = STATE(6317), - [sym__direct_name] = STATE(3023), - [sym__label] = STATE(7169), - [sym__identifier] = STATE(4362), - [sym__external_name] = STATE(4362), - [sym_external_constant_name] = STATE(4351), - [sym_external_signal_name] = STATE(4351), - [sym_external_variable_name] = STATE(4351), + [sym_use_clause] = STATE(3051), + [sym_package_declaration] = STATE(3051), + [sym_package_instantiation_declaration] = STATE(3051), + [sym_package_definition] = STATE(3051), + [sym__block_declarative_item] = STATE(3027), + [sym_subprogram_declaration] = STATE(3051), + [sym_subprogram_definition] = STATE(3051), + [sym_subprogram_instantiation_declaration] = STATE(3051), + [sym_type_declaration] = STATE(3051), + [sym_subtype_declaration] = STATE(3051), + [sym_mode_view_declaration] = STATE(3051), + [sym_constant_declaration] = STATE(3051), + [sym_signal_declaration] = STATE(3051), + [sym_variable_declaration] = STATE(3051), + [sym_file_declaration] = STATE(3051), + [sym_alias_declaration] = STATE(3051), + [sym_component_declaration] = STATE(3051), + [sym_attribute_declaration] = STATE(3051), + [sym_attribute_specification] = STATE(3051), + [sym_disconnection_specification] = STATE(3051), + [sym_group_template_declaration] = STATE(3051), + [sym_group_declaration] = STATE(3051), + [sym_generate_head] = STATE(7231), + [sym_generate_block] = STATE(7232), + [sym__concurrent_statement] = STATE(4352), + [sym_block_statement] = STATE(4362), + [sym_component_instantiation_statement] = STATE(4362), + [sym_process_statement] = STATE(4362), + [sym_case_generate_statement] = STATE(4362), + [sym_for_generate_statement] = STATE(4362), + [sym_if_generate_statement] = STATE(4362), + [sym_concurrent_assertion_statement] = STATE(4362), + [sym_assertion] = STATE(7200), + [sym_concurrent_procedure_call_statement] = STATE(4362), + [sym_concurrent_simple_signal_assignment] = STATE(4362), + [sym_concurrent_conditional_signal_assignment] = STATE(4362), + [sym_concurrent_selected_signal_assignment] = STATE(4362), + [sym_with_expression] = STATE(6245), + [sym_name] = STATE(6276), + [sym__direct_name] = STATE(3015), + [sym__label] = STATE(7711), + [sym__identifier] = STATE(4386), + [sym__external_name] = STATE(4386), + [sym_external_constant_name] = STATE(4383), + [sym_external_signal_name] = STATE(4383), + [sym_external_variable_name] = STATE(4383), [sym__tool_directive] = STATE(6), - [sym_procedure_specification] = STATE(6069), - [sym_function_specification] = STATE(6069), - [sym__subprogram_specification] = STATE(5909), - [sym__target] = STATE(6373), - [sym_aggregate] = STATE(6098), - [sym_label_declaration] = STATE(2626), - [sym_configuration_specification] = STATE(3071), + [sym_procedure_specification] = STATE(6037), + [sym_function_specification] = STATE(6037), + [sym__subprogram_specification] = STATE(5711), + [sym__target] = STATE(6062), + [sym_aggregate] = STATE(6048), + [sym_label_declaration] = STATE(2688), + [sym_configuration_specification] = STATE(3051), [sym_line_comment] = STATE(6), [sym_block_comment] = STATE(6), - [aux_sym_design_unit_repeat2] = STATE(796), - [aux_sym_design_unit_repeat3] = STATE(1727), + [aux_sym_design_unit_repeat2] = STATE(832), + [aux_sym_design_unit_repeat3] = STATE(1841), [anon_sym_LPAREN] = ACTIONS(9), [anon_sym_LT_LT] = ACTIONS(11), [sym_identifier] = ACTIONS(13), @@ -22387,55 +22387,55 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_type] = ACTIONS(13), }, [7] = { - [sym__sequential_statement] = STATE(2824), - [sym_sequential_block_statement] = STATE(2825), - [sym_assertion_statement] = STATE(2825), - [sym_assertion] = STATE(7497), - [sym_report_expression] = STATE(5850), - [sym_case_statement] = STATE(2825), - [sym_case_expression] = STATE(6384), - [sym_exit_statement] = STATE(2825), - [sym_if_statement_block] = STATE(2825), - [sym_if_statement] = STATE(6560), - [sym__elsif_else_statement] = STATE(6714), - [sym_elsif_statement] = STATE(7427), - [sym_else_statement] = STATE(7427), - [sym_if_statement_body] = STATE(5092), - [sym_loop_statement] = STATE(2825), - [sym__iteration_scheme] = STATE(6385), - [sym_loop_body] = STATE(6561), - [sym_next_statement] = STATE(2825), - [sym_null_statement] = STATE(2825), - [sym_procedure_call_statement] = STATE(2825), - [sym_report_statement] = STATE(2825), - [sym_return_statement] = STATE(2825), - [sym_simple_waveform_assignment] = STATE(2825), - [sym_simple_variable_assignment] = STATE(2825), - [sym_simple_force_assignment] = STATE(2825), - [sym_simple_release_assignment] = STATE(2825), - [sym_conditional_signal_assignment] = STATE(2825), - [sym_selected_waveform_assignment] = STATE(2825), - [sym_selected_force_assignment] = STATE(2825), - [sym_selected_variable_assignment] = STATE(2825), - [sym_with_expression] = STATE(6474), - [sym_wait_statement] = STATE(2825), - [sym_name] = STATE(5851), - [sym__direct_name] = STATE(3023), - [sym__label] = STATE(7450), - [sym__identifier] = STATE(4362), - [sym__external_name] = STATE(4362), - [sym_external_constant_name] = STATE(4351), - [sym_external_signal_name] = STATE(4351), - [sym_external_variable_name] = STATE(4351), + [sym__sequential_statement] = STATE(2844), + [sym_sequential_block_statement] = STATE(2867), + [sym_assertion_statement] = STATE(2867), + [sym_assertion] = STATE(7162), + [sym_report_expression] = STATE(5834), + [sym_case_statement] = STATE(2867), + [sym_case_expression] = STATE(6042), + [sym_exit_statement] = STATE(2867), + [sym_if_statement_block] = STATE(2867), + [sym_if_statement] = STATE(6543), + [sym__elsif_else_statement] = STATE(8171), + [sym_elsif_statement] = STATE(7556), + [sym_else_statement] = STATE(7556), + [sym_if_statement_body] = STATE(5074), + [sym_loop_statement] = STATE(2867), + [sym__iteration_scheme] = STATE(6041), + [sym_loop_body] = STATE(6542), + [sym_next_statement] = STATE(2867), + [sym_null_statement] = STATE(2867), + [sym_procedure_call_statement] = STATE(2867), + [sym_report_statement] = STATE(2867), + [sym_return_statement] = STATE(2867), + [sym_simple_waveform_assignment] = STATE(2867), + [sym_simple_variable_assignment] = STATE(2867), + [sym_simple_force_assignment] = STATE(2867), + [sym_simple_release_assignment] = STATE(2867), + [sym_conditional_signal_assignment] = STATE(2867), + [sym_selected_waveform_assignment] = STATE(2867), + [sym_selected_force_assignment] = STATE(2867), + [sym_selected_variable_assignment] = STATE(2867), + [sym_with_expression] = STATE(6272), + [sym_wait_statement] = STATE(2867), + [sym_name] = STATE(5833), + [sym__direct_name] = STATE(3015), + [sym__label] = STATE(7197), + [sym__identifier] = STATE(4386), + [sym__external_name] = STATE(4386), + [sym_external_constant_name] = STATE(4383), + [sym_external_signal_name] = STATE(4383), + [sym_external_variable_name] = STATE(4383), [sym__tool_directive] = STATE(7), - [sym_while_loop] = STATE(7407), - [sym_for_loop] = STATE(7407), - [sym__target] = STATE(5885), - [sym_aggregate] = STATE(6098), - [sym_label_declaration] = STATE(1529), + [sym_while_loop] = STATE(6904), + [sym_for_loop] = STATE(6904), + [sym__target] = STATE(5983), + [sym_aggregate] = STATE(6048), + [sym_label_declaration] = STATE(1541), [sym_line_comment] = STATE(7), [sym_block_comment] = STATE(7), - [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), @@ -22467,55 +22467,55 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_type] = ACTIONS(13), }, [8] = { - [sym__sequential_statement] = STATE(2824), - [sym_sequential_block_statement] = STATE(2825), - [sym_assertion_statement] = STATE(2825), - [sym_assertion] = STATE(7497), - [sym_report_expression] = STATE(5850), - [sym_case_statement] = STATE(2825), - [sym_case_expression] = STATE(6384), - [sym_exit_statement] = STATE(2825), - [sym_if_statement_block] = STATE(2825), - [sym_if_statement] = STATE(6560), - [sym__elsif_else_statement] = STATE(7426), - [sym_elsif_statement] = STATE(7427), - [sym_else_statement] = STATE(7427), - [sym_if_statement_body] = STATE(5091), - [sym_loop_statement] = STATE(2825), - [sym__iteration_scheme] = STATE(6385), - [sym_loop_body] = STATE(6561), - [sym_next_statement] = STATE(2825), - [sym_null_statement] = STATE(2825), - [sym_procedure_call_statement] = STATE(2825), - [sym_report_statement] = STATE(2825), - [sym_return_statement] = STATE(2825), - [sym_simple_waveform_assignment] = STATE(2825), - [sym_simple_variable_assignment] = STATE(2825), - [sym_simple_force_assignment] = STATE(2825), - [sym_simple_release_assignment] = STATE(2825), - [sym_conditional_signal_assignment] = STATE(2825), - [sym_selected_waveform_assignment] = STATE(2825), - [sym_selected_force_assignment] = STATE(2825), - [sym_selected_variable_assignment] = STATE(2825), - [sym_with_expression] = STATE(6474), - [sym_wait_statement] = STATE(2825), - [sym_name] = STATE(5851), - [sym__direct_name] = STATE(3023), - [sym__label] = STATE(7450), - [sym__identifier] = STATE(4362), - [sym__external_name] = STATE(4362), - [sym_external_constant_name] = STATE(4351), - [sym_external_signal_name] = STATE(4351), - [sym_external_variable_name] = STATE(4351), + [sym__sequential_statement] = STATE(2844), + [sym_sequential_block_statement] = STATE(2867), + [sym_assertion_statement] = STATE(2867), + [sym_assertion] = STATE(7162), + [sym_report_expression] = STATE(5834), + [sym_case_statement] = STATE(2867), + [sym_case_expression] = STATE(6042), + [sym_exit_statement] = STATE(2867), + [sym_if_statement_block] = STATE(2867), + [sym_if_statement] = STATE(6543), + [sym__elsif_else_statement] = STATE(7563), + [sym_elsif_statement] = STATE(7556), + [sym_else_statement] = STATE(7556), + [sym_if_statement_body] = STATE(5145), + [sym_loop_statement] = STATE(2867), + [sym__iteration_scheme] = STATE(6041), + [sym_loop_body] = STATE(6542), + [sym_next_statement] = STATE(2867), + [sym_null_statement] = STATE(2867), + [sym_procedure_call_statement] = STATE(2867), + [sym_report_statement] = STATE(2867), + [sym_return_statement] = STATE(2867), + [sym_simple_waveform_assignment] = STATE(2867), + [sym_simple_variable_assignment] = STATE(2867), + [sym_simple_force_assignment] = STATE(2867), + [sym_simple_release_assignment] = STATE(2867), + [sym_conditional_signal_assignment] = STATE(2867), + [sym_selected_waveform_assignment] = STATE(2867), + [sym_selected_force_assignment] = STATE(2867), + [sym_selected_variable_assignment] = STATE(2867), + [sym_with_expression] = STATE(6272), + [sym_wait_statement] = STATE(2867), + [sym_name] = STATE(5833), + [sym__direct_name] = STATE(3015), + [sym__label] = STATE(7197), + [sym__identifier] = STATE(4386), + [sym__external_name] = STATE(4386), + [sym_external_constant_name] = STATE(4383), + [sym_external_signal_name] = STATE(4383), + [sym_external_variable_name] = STATE(4383), [sym__tool_directive] = STATE(8), - [sym_while_loop] = STATE(7407), - [sym_for_loop] = STATE(7407), - [sym__target] = STATE(5885), - [sym_aggregate] = STATE(6098), - [sym_label_declaration] = STATE(1529), + [sym_while_loop] = STATE(6904), + [sym_for_loop] = STATE(6904), + [sym__target] = STATE(5983), + [sym_aggregate] = STATE(6048), + [sym_label_declaration] = STATE(1541), [sym_line_comment] = STATE(8), [sym_block_comment] = STATE(8), - [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), @@ -22547,40 +22547,40 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_type] = ACTIONS(13), }, [9] = { - [sym_unspecified_type_indication] = STATE(6478), - [sym_array_index_incomplete_type_list] = STATE(7717), - [sym__array_index_incomplete_type] = STATE(5908), - [sym_index_constraint] = STATE(6478), - [sym_index_subtype_definition] = STATE(6478), - [sym_conditional_expression] = STATE(6025), - [sym__expression] = STATE(1102), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(1716), - [sym_unary_operator] = STATE(686), - [sym_sign] = STATE(687), - [sym__primary] = STATE(2097), - [sym_name] = STATE(1817), - [sym__direct_name] = STATE(730), - [sym__identifier] = STATE(903), - [sym__external_name] = STATE(903), - [sym_external_constant_name] = STATE(915), - [sym_external_signal_name] = STATE(915), - [sym_external_variable_name] = STATE(915), - [sym__literal] = STATE(2099), - [sym_bit_string_literal] = STATE(2089), - [sym__abstract_literal] = STATE(997), - [sym_based_literal] = STATE(1044), - [sym_allocator] = STATE(2098), - [sym_parenthesis_expression] = STATE(2098), - [sym_element_association_list] = STATE(6786), - [sym_element_association] = STATE(5649), - [sym__element] = STATE(6052), - [sym_choices] = STATE(5482), - [sym__range] = STATE(5182), - [sym_simple_range] = STATE(5022), + [sym_unspecified_type_indication] = STATE(6075), + [sym_array_index_incomplete_type_list] = STATE(7721), + [sym__array_index_incomplete_type] = STATE(6003), + [sym_index_constraint] = STATE(6075), + [sym_index_subtype_definition] = STATE(6075), + [sym_conditional_expression] = STATE(6155), + [sym__expression] = STATE(1033), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(1909), + [sym_unary_operator] = STATE(657), + [sym_sign] = STATE(661), + [sym__primary] = STATE(1990), + [sym_name] = STATE(1758), + [sym__direct_name] = STATE(728), + [sym__identifier] = STATE(889), + [sym__external_name] = STATE(889), + [sym_external_constant_name] = STATE(892), + [sym_external_signal_name] = STATE(892), + [sym_external_variable_name] = STATE(892), + [sym__literal] = STATE(1992), + [sym_bit_string_literal] = STATE(1984), + [sym__abstract_literal] = STATE(964), + [sym_based_literal] = STATE(1073), + [sym_allocator] = STATE(1991), + [sym_parenthesis_expression] = STATE(1991), + [sym_element_association_list] = STATE(7715), + [sym_element_association] = STATE(5827), + [sym__element] = STATE(6165), + [sym_choices] = STATE(5528), + [sym__range] = STATE(5224), + [sym_simple_range] = STATE(4995), [sym__tool_directive] = STATE(9), [sym_line_comment] = STATE(9), [sym_block_comment] = STATE(9), @@ -22625,40 +22625,40 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_type] = ACTIONS(271), }, [10] = { - [sym_unspecified_type_indication] = STATE(6478), - [sym_array_index_incomplete_type_list] = STATE(8052), - [sym__array_index_incomplete_type] = STATE(5908), - [sym_index_constraint] = STATE(6478), - [sym_index_subtype_definition] = STATE(6478), - [sym_conditional_expression] = STATE(6025), - [sym__expression] = STATE(1102), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(1716), - [sym_unary_operator] = STATE(686), - [sym_sign] = STATE(687), - [sym__primary] = STATE(2097), - [sym_name] = STATE(1817), - [sym__direct_name] = STATE(730), - [sym__identifier] = STATE(903), - [sym__external_name] = STATE(903), - [sym_external_constant_name] = STATE(915), - [sym_external_signal_name] = STATE(915), - [sym_external_variable_name] = STATE(915), - [sym__literal] = STATE(2099), - [sym_bit_string_literal] = STATE(2089), - [sym__abstract_literal] = STATE(997), - [sym_based_literal] = STATE(1044), - [sym_allocator] = STATE(2098), - [sym_parenthesis_expression] = STATE(2098), - [sym_element_association_list] = STATE(6786), - [sym_element_association] = STATE(5649), - [sym__element] = STATE(6052), - [sym_choices] = STATE(5482), - [sym__range] = STATE(5182), - [sym_simple_range] = STATE(5022), + [sym_unspecified_type_indication] = STATE(6075), + [sym_array_index_incomplete_type_list] = STATE(7485), + [sym__array_index_incomplete_type] = STATE(6003), + [sym_index_constraint] = STATE(6075), + [sym_index_subtype_definition] = STATE(6075), + [sym_conditional_expression] = STATE(6155), + [sym__expression] = STATE(1033), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(1909), + [sym_unary_operator] = STATE(657), + [sym_sign] = STATE(661), + [sym__primary] = STATE(1990), + [sym_name] = STATE(1758), + [sym__direct_name] = STATE(728), + [sym__identifier] = STATE(889), + [sym__external_name] = STATE(889), + [sym_external_constant_name] = STATE(892), + [sym_external_signal_name] = STATE(892), + [sym_external_variable_name] = STATE(892), + [sym__literal] = STATE(1992), + [sym_bit_string_literal] = STATE(1984), + [sym__abstract_literal] = STATE(964), + [sym_based_literal] = STATE(1073), + [sym_allocator] = STATE(1991), + [sym_parenthesis_expression] = STATE(1991), + [sym_element_association_list] = STATE(7715), + [sym_element_association] = STATE(5827), + [sym__element] = STATE(6165), + [sym_choices] = STATE(5528), + [sym__range] = STATE(5224), + [sym_simple_range] = STATE(4995), [sym__tool_directive] = STATE(10), [sym_line_comment] = STATE(10), [sym_block_comment] = STATE(10), @@ -22703,60 +22703,136 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_type] = ACTIONS(271), }, [11] = { - [sym__sequential_statement] = STATE(2824), - [sym_sequential_block_statement] = STATE(2825), - [sym_assertion_statement] = STATE(2825), - [sym_assertion] = STATE(7497), - [sym_report_expression] = STATE(5850), - [sym_case_statement] = STATE(2825), - [sym_case_expression] = STATE(6384), - [sym_exit_statement] = STATE(2825), - [sym_if_statement_block] = STATE(2825), - [sym_if_statement] = STATE(6560), - [sym_loop_statement] = STATE(2825), - [sym__iteration_scheme] = STATE(6385), - [sym_loop_body] = STATE(6561), - [sym_next_statement] = STATE(2825), - [sym_null_statement] = STATE(2825), - [sym_procedure_call_statement] = STATE(2825), - [sym_report_statement] = STATE(2825), - [sym_return_statement] = STATE(2825), - [sym_simple_waveform_assignment] = STATE(2825), - [sym_simple_variable_assignment] = STATE(2825), - [sym_simple_force_assignment] = STATE(2825), - [sym_simple_release_assignment] = STATE(2825), - [sym_conditional_signal_assignment] = STATE(2825), - [sym_selected_waveform_assignment] = STATE(2825), - [sym_selected_force_assignment] = STATE(2825), - [sym_selected_variable_assignment] = STATE(2825), - [sym_with_expression] = STATE(6474), - [sym_wait_statement] = STATE(2825), - [sym_name] = STATE(5851), - [sym__direct_name] = STATE(3023), - [sym__label] = STATE(7450), - [sym__identifier] = STATE(4362), - [sym__external_name] = STATE(4362), - [sym_external_constant_name] = STATE(4351), - [sym_external_signal_name] = STATE(4351), - [sym_external_variable_name] = STATE(4351), + [sym__sequential_statement] = STATE(2844), + [sym_sequential_block_statement] = STATE(2867), + [sym_assertion_statement] = STATE(2867), + [sym_assertion] = STATE(7162), + [sym_report_expression] = STATE(5834), + [sym_case_statement] = STATE(2867), + [sym_case_expression] = STATE(6042), + [sym_exit_statement] = STATE(2867), + [sym_if_statement_block] = STATE(2867), + [sym_if_statement] = STATE(6543), + [sym_loop_statement] = STATE(2867), + [sym__iteration_scheme] = STATE(6041), + [sym_loop_body] = STATE(6542), + [sym_next_statement] = STATE(2867), + [sym_null_statement] = STATE(2867), + [sym_procedure_call_statement] = STATE(2867), + [sym_report_statement] = STATE(2867), + [sym_return_statement] = STATE(2867), + [sym_simple_waveform_assignment] = STATE(2867), + [sym_simple_variable_assignment] = STATE(2867), + [sym_simple_force_assignment] = STATE(2867), + [sym_simple_release_assignment] = STATE(2867), + [sym_conditional_signal_assignment] = STATE(2867), + [sym_selected_waveform_assignment] = STATE(2867), + [sym_selected_force_assignment] = STATE(2867), + [sym_selected_variable_assignment] = STATE(2867), + [sym_with_expression] = STATE(6272), + [sym_wait_statement] = STATE(2867), + [sym_name] = STATE(5833), + [sym__direct_name] = STATE(3015), + [sym__label] = STATE(7197), + [sym__identifier] = STATE(4386), + [sym__external_name] = STATE(4386), + [sym_external_constant_name] = STATE(4383), + [sym_external_signal_name] = STATE(4383), + [sym_external_variable_name] = STATE(4383), [sym__tool_directive] = STATE(11), - [sym_while_loop] = STATE(7407), - [sym_for_loop] = STATE(7407), - [sym__target] = STATE(5885), - [sym_aggregate] = STATE(6098), - [sym_label_declaration] = STATE(1529), + [sym_while_loop] = STATE(6904), + [sym_for_loop] = STATE(6904), + [sym__target] = STATE(5983), + [sym_aggregate] = STATE(6048), + [sym_label_declaration] = STATE(1541), [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(293), + [anon_sym_LT_LT] = ACTIONS(296), + [sym_identifier] = ACTIONS(299), + [sym_ASSERT] = ACTIONS(302), + [sym_BLOCK] = ACTIONS(305), + [sym_CASE] = ACTIONS(308), + [sym_ELSE] = ACTIONS(311), + [sym_ELSIF] = ACTIONS(311), + [sym_END] = ACTIONS(311), + [sym_EXIT] = ACTIONS(313), + [sym_FOR] = ACTIONS(316), + [sym_IF] = ACTIONS(319), + [sym_LOOP] = ACTIONS(322), + [sym_NEXT] = ACTIONS(325), + [sym_NULL] = ACTIONS(328), + [sym_REPORT] = ACTIONS(331), + [sym_RETURN] = ACTIONS(334), + [sym_WAIT] = ACTIONS(337), + [sym_WHILE] = ACTIONS(340), + [sym_WITH] = ACTIONS(343), + [sym__grave_accent] = ACTIONS(3), + [sym_character_literal] = ACTIONS(346), + [sym_operator_symbol] = ACTIONS(346), + [sym__line_comment_start] = ACTIONS(5), + [sym__block_comment_start] = ACTIONS(7), + [sym_library_constant] = ACTIONS(299), + [sym_library_constant_std_logic] = ACTIONS(346), + [sym_library_function] = ACTIONS(299), + [sym_library_type] = ACTIONS(299), + }, + [12] = { + [sym__sequential_statement] = STATE(2844), + [sym_sequential_block_statement] = STATE(2867), + [sym_assertion_statement] = STATE(2867), + [sym_assertion] = STATE(7162), + [sym_report_expression] = STATE(5834), + [sym_case_statement] = STATE(2867), + [sym_case_expression] = STATE(6042), + [sym_exit_statement] = STATE(2867), + [sym_if_statement_block] = STATE(2867), + [sym_if_statement] = STATE(6543), + [sym_loop_statement] = STATE(2867), + [sym__iteration_scheme] = STATE(6041), + [sym_loop_body] = STATE(6542), + [sym_next_statement] = STATE(2867), + [sym_null_statement] = STATE(2867), + [sym_procedure_call_statement] = STATE(2867), + [sym_report_statement] = STATE(2867), + [sym_return_statement] = STATE(2867), + [sym_simple_waveform_assignment] = STATE(2867), + [sym_simple_variable_assignment] = STATE(2867), + [sym_simple_force_assignment] = STATE(2867), + [sym_simple_release_assignment] = STATE(2867), + [sym_conditional_signal_assignment] = STATE(2867), + [sym_selected_waveform_assignment] = STATE(2867), + [sym_selected_force_assignment] = STATE(2867), + [sym_selected_variable_assignment] = STATE(2867), + [sym_with_expression] = STATE(6272), + [sym_wait_statement] = STATE(2867), + [sym_name] = STATE(5833), + [sym__direct_name] = STATE(3015), + [sym__label] = STATE(7197), + [sym__identifier] = STATE(4386), + [sym__external_name] = STATE(4386), + [sym_external_constant_name] = STATE(4383), + [sym_external_signal_name] = STATE(4383), + [sym_external_variable_name] = STATE(4383), + [sym__tool_directive] = STATE(12), + [sym_while_loop] = STATE(6904), + [sym_for_loop] = STATE(6904), + [sym__target] = STATE(5983), + [sym_aggregate] = STATE(6048), + [sym_label_declaration] = STATE(1541), + [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(231), [sym_CASE] = ACTIONS(233), - [sym_ELSE] = ACTIONS(293), - [sym_ELSIF] = ACTIONS(293), - [sym_END] = ACTIONS(293), + [sym_ELSE] = ACTIONS(349), + [sym_ELSIF] = ACTIONS(349), + [sym_END] = ACTIONS(349), [sym_EXIT] = ACTIONS(241), [sym_FOR] = ACTIONS(243), [sym_IF] = ACTIONS(245), @@ -22778,128 +22854,52 @@ 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(2824), - [sym_sequential_block_statement] = STATE(2825), - [sym_assertion_statement] = STATE(2825), - [sym_assertion] = STATE(7497), - [sym_report_expression] = STATE(5850), - [sym_case_statement] = STATE(2825), - [sym_case_expression] = STATE(6384), - [sym_exit_statement] = STATE(2825), - [sym_if_statement_block] = STATE(2825), - [sym_if_statement] = STATE(6560), - [sym_loop_statement] = STATE(2825), - [sym__iteration_scheme] = STATE(6385), - [sym_loop_body] = STATE(6561), - [sym_next_statement] = STATE(2825), - [sym_null_statement] = STATE(2825), - [sym_procedure_call_statement] = STATE(2825), - [sym_report_statement] = STATE(2825), - [sym_return_statement] = STATE(2825), - [sym_simple_waveform_assignment] = STATE(2825), - [sym_simple_variable_assignment] = STATE(2825), - [sym_simple_force_assignment] = STATE(2825), - [sym_simple_release_assignment] = STATE(2825), - [sym_conditional_signal_assignment] = STATE(2825), - [sym_selected_waveform_assignment] = STATE(2825), - [sym_selected_force_assignment] = STATE(2825), - [sym_selected_variable_assignment] = STATE(2825), - [sym_with_expression] = STATE(6474), - [sym_wait_statement] = STATE(2825), - [sym_name] = STATE(5851), - [sym__direct_name] = STATE(3023), - [sym__label] = STATE(7450), - [sym__identifier] = STATE(4362), - [sym__external_name] = STATE(4362), - [sym_external_constant_name] = STATE(4351), - [sym_external_signal_name] = STATE(4351), - [sym_external_variable_name] = STATE(4351), - [sym__tool_directive] = STATE(12), - [sym_while_loop] = STATE(7407), - [sym_for_loop] = STATE(7407), - [sym__target] = STATE(5885), - [sym_aggregate] = STATE(6098), - [sym_label_declaration] = STATE(1529), - [sym_line_comment] = STATE(12), - [sym_block_comment] = STATE(12), - [aux_sym_sequential_block_repeat1] = STATE(12), - [anon_sym_LPAREN] = ACTIONS(295), - [anon_sym_LT_LT] = ACTIONS(298), - [sym_identifier] = ACTIONS(301), - [sym_ASSERT] = ACTIONS(304), - [sym_BLOCK] = ACTIONS(307), - [sym_CASE] = ACTIONS(310), - [sym_ELSE] = ACTIONS(313), - [sym_ELSIF] = ACTIONS(313), - [sym_END] = ACTIONS(313), - [sym_EXIT] = ACTIONS(315), - [sym_FOR] = ACTIONS(318), - [sym_IF] = ACTIONS(321), - [sym_LOOP] = ACTIONS(324), - [sym_NEXT] = ACTIONS(327), - [sym_NULL] = ACTIONS(330), - [sym_REPORT] = ACTIONS(333), - [sym_RETURN] = ACTIONS(336), - [sym_WAIT] = ACTIONS(339), - [sym_WHILE] = ACTIONS(342), - [sym_WITH] = ACTIONS(345), - [sym__grave_accent] = ACTIONS(3), - [sym_character_literal] = ACTIONS(348), - [sym_operator_symbol] = ACTIONS(348), - [sym__line_comment_start] = ACTIONS(5), - [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(301), - [sym_library_constant_std_logic] = ACTIONS(348), - [sym_library_function] = ACTIONS(301), - [sym_library_type] = ACTIONS(301), - }, [13] = { - [sym__sequential_statement] = STATE(2897), - [sym_sequential_block_statement] = STATE(2877), - [sym_assertion_statement] = STATE(2877), - [sym_assertion] = STATE(8092), - [sym_report_expression] = STATE(5913), - [sym_case_statement] = STATE(2877), - [sym_case_expression] = STATE(6416), - [sym_exit_statement] = STATE(2877), - [sym_if_statement_block] = STATE(2877), - [sym_if_statement] = STATE(6029), - [sym_loop_statement] = STATE(2877), - [sym__iteration_scheme] = STATE(6417), - [sym_loop_body] = STATE(6030), - [sym_next_statement] = STATE(2877), - [sym_null_statement] = STATE(2877), - [sym_procedure_call_statement] = STATE(2877), - [sym_report_statement] = STATE(2877), - [sym_return_statement] = STATE(2877), - [sym_simple_waveform_assignment] = STATE(2877), - [sym_simple_variable_assignment] = STATE(2877), - [sym_simple_force_assignment] = STATE(2877), - [sym_simple_release_assignment] = STATE(2877), - [sym_conditional_signal_assignment] = STATE(2877), - [sym_selected_waveform_assignment] = STATE(2877), - [sym_selected_force_assignment] = STATE(2877), - [sym_selected_variable_assignment] = STATE(2877), - [sym_with_expression] = STATE(6485), - [sym_wait_statement] = STATE(2877), - [sym_name] = STATE(5914), - [sym__direct_name] = STATE(3023), - [sym__label] = STATE(7450), - [sym__identifier] = STATE(4362), - [sym__external_name] = STATE(4362), - [sym_external_constant_name] = STATE(4351), - [sym_external_signal_name] = STATE(4351), - [sym_external_variable_name] = STATE(4351), + [sym__sequential_statement] = STATE(2914), + [sym_sequential_block_statement] = STATE(2913), + [sym_assertion_statement] = STATE(2913), + [sym_assertion] = STATE(6771), + [sym_report_expression] = STATE(5692), + [sym_case_statement] = STATE(2913), + [sym_case_expression] = STATE(6087), + [sym_exit_statement] = STATE(2913), + [sym_if_statement_block] = STATE(2913), + [sym_if_statement] = STATE(6452), + [sym_loop_statement] = STATE(2913), + [sym__iteration_scheme] = STATE(6089), + [sym_loop_body] = STATE(6450), + [sym_next_statement] = STATE(2913), + [sym_null_statement] = STATE(2913), + [sym_procedure_call_statement] = STATE(2913), + [sym_report_statement] = STATE(2913), + [sym_return_statement] = STATE(2913), + [sym_simple_waveform_assignment] = STATE(2913), + [sym_simple_variable_assignment] = STATE(2913), + [sym_simple_force_assignment] = STATE(2913), + [sym_simple_release_assignment] = STATE(2913), + [sym_conditional_signal_assignment] = STATE(2913), + [sym_selected_waveform_assignment] = STATE(2913), + [sym_selected_force_assignment] = STATE(2913), + [sym_selected_variable_assignment] = STATE(2913), + [sym_with_expression] = STATE(6224), + [sym_wait_statement] = STATE(2913), + [sym_name] = STATE(5691), + [sym__direct_name] = STATE(3015), + [sym__label] = STATE(7197), + [sym__identifier] = STATE(4386), + [sym__external_name] = STATE(4386), + [sym_external_constant_name] = STATE(4383), + [sym_external_signal_name] = STATE(4383), + [sym_external_variable_name] = STATE(4383), [sym__tool_directive] = STATE(13), - [sym_while_loop] = STATE(7407), - [sym_for_loop] = STATE(7407), - [sym__target] = STATE(5893), - [sym_aggregate] = STATE(6098), - [sym_label_declaration] = STATE(1547), + [sym_while_loop] = STATE(6904), + [sym_for_loop] = STATE(6904), + [sym__target] = STATE(5958), + [sym_aggregate] = STATE(6048), + [sym_label_declaration] = STATE(1563), [sym_line_comment] = STATE(13), [sym_block_comment] = STATE(13), - [aux_sym_sequential_block_repeat1] = STATE(16), + [aux_sym_sequential_block_repeat1] = STATE(15), [anon_sym_LPAREN] = ACTIONS(9), [anon_sym_LT_LT] = ACTIONS(11), [sym_identifier] = ACTIONS(13), @@ -22930,68 +22930,68 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_type] = ACTIONS(13), }, [14] = { - [sym__sequential_statement] = STATE(2985), - [sym_sequential_block_statement] = STATE(2933), - [sym_assertion_statement] = STATE(2933), - [sym_assertion] = STATE(7373), - [sym_report_expression] = STATE(5829), - [sym_case_statement] = STATE(2933), - [sym_case_expression] = STATE(6294), - [sym_exit_statement] = STATE(2933), - [sym_if_statement_block] = STATE(2933), - [sym_if_statement] = STATE(6296), - [sym_if_statement_body] = STATE(8051), - [sym_loop_statement] = STATE(2933), - [sym__iteration_scheme] = STATE(6297), - [sym_loop_body] = STATE(6298), - [sym_next_statement] = STATE(2933), - [sym_null_statement] = STATE(2933), - [sym_procedure_call_statement] = STATE(2933), - [sym_report_statement] = STATE(2933), - [sym_return_statement] = STATE(2933), - [sym_simple_waveform_assignment] = STATE(2933), - [sym_simple_variable_assignment] = STATE(2933), - [sym_simple_force_assignment] = STATE(2933), - [sym_simple_release_assignment] = STATE(2933), - [sym_conditional_signal_assignment] = STATE(2933), - [sym_selected_waveform_assignment] = STATE(2933), - [sym_selected_force_assignment] = STATE(2933), - [sym_selected_variable_assignment] = STATE(2933), - [sym_with_expression] = STATE(6299), - [sym_wait_statement] = STATE(2933), - [sym_name] = STATE(5833), - [sym__direct_name] = STATE(3023), - [sym__label] = STATE(7450), - [sym__identifier] = STATE(4362), - [sym__external_name] = STATE(4362), - [sym_external_constant_name] = STATE(4351), - [sym_external_signal_name] = STATE(4351), - [sym_external_variable_name] = STATE(4351), + [sym__sequential_statement] = STATE(2914), + [sym_sequential_block_statement] = STATE(2913), + [sym_assertion_statement] = STATE(2913), + [sym_assertion] = STATE(6771), + [sym_report_expression] = STATE(5692), + [sym_case_statement] = STATE(2913), + [sym_case_expression] = STATE(6087), + [sym_exit_statement] = STATE(2913), + [sym_if_statement_block] = STATE(2913), + [sym_if_statement] = STATE(6452), + [sym_loop_statement] = STATE(2913), + [sym__iteration_scheme] = STATE(6089), + [sym_loop_body] = STATE(6450), + [sym_next_statement] = STATE(2913), + [sym_null_statement] = STATE(2913), + [sym_procedure_call_statement] = STATE(2913), + [sym_report_statement] = STATE(2913), + [sym_return_statement] = STATE(2913), + [sym_simple_waveform_assignment] = STATE(2913), + [sym_simple_variable_assignment] = STATE(2913), + [sym_simple_force_assignment] = STATE(2913), + [sym_simple_release_assignment] = STATE(2913), + [sym_conditional_signal_assignment] = STATE(2913), + [sym_selected_waveform_assignment] = STATE(2913), + [sym_selected_force_assignment] = STATE(2913), + [sym_selected_variable_assignment] = STATE(2913), + [sym_with_expression] = STATE(6224), + [sym_wait_statement] = STATE(2913), + [sym_name] = STATE(5691), + [sym__direct_name] = STATE(3015), + [sym__label] = STATE(7197), + [sym__identifier] = STATE(4386), + [sym__external_name] = STATE(4386), + [sym_external_constant_name] = STATE(4383), + [sym_external_signal_name] = STATE(4383), + [sym_external_variable_name] = STATE(4383), [sym__tool_directive] = STATE(14), - [sym_while_loop] = STATE(7407), - [sym_for_loop] = STATE(7407), - [sym__target] = STATE(5835), - [sym_aggregate] = STATE(6098), - [sym_label_declaration] = STATE(1500), + [sym_while_loop] = STATE(6904), + [sym_for_loop] = STATE(6904), + [sym__target] = STATE(5958), + [sym_aggregate] = STATE(6048), + [sym_label_declaration] = STATE(1563), [sym_line_comment] = STATE(14), [sym_block_comment] = STATE(14), - [aux_sym_sequential_block_repeat1] = STATE(28), + [aux_sym_sequential_block_repeat1] = STATE(13), [anon_sym_LPAREN] = ACTIONS(9), [anon_sym_LT_LT] = ACTIONS(11), [sym_identifier] = ACTIONS(13), [sym_ASSERT] = ACTIONS(19), - [sym_BLOCK] = ACTIONS(365), + [sym_BLOCK] = ACTIONS(351), [sym_CASE] = ACTIONS(233), - [sym_END] = ACTIONS(367), - [sym_EXIT] = ACTIONS(369), + [sym_END] = ACTIONS(365), + [sym_EXIT] = ACTIONS(355), [sym_FOR] = ACTIONS(243), [sym_IF] = ACTIONS(245), [sym_LOOP] = ACTIONS(247), - [sym_NEXT] = ACTIONS(371), - [sym_NULL] = ACTIONS(373), + [sym_NEXT] = ACTIONS(357), + [sym_NULL] = ACTIONS(359), [sym_REPORT] = ACTIONS(253), - [sym_RETURN] = ACTIONS(375), - [sym_WAIT] = ACTIONS(377), + [sym_RETURN] = ACTIONS(361), + [sym_WAIT] = ACTIONS(363), + [sym_WHEN] = ACTIONS(365), [sym_WHILE] = ACTIONS(259), [sym_WITH] = ACTIONS(69), [sym__grave_accent] = ACTIONS(3), @@ -23005,68 +23005,143 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_type] = ACTIONS(13), }, [15] = { - [sym__sequential_statement] = STATE(2897), - [sym_sequential_block_statement] = STATE(2877), - [sym_assertion_statement] = STATE(2877), - [sym_assertion] = STATE(8092), - [sym_report_expression] = STATE(5913), - [sym_case_statement] = STATE(2877), - [sym_case_expression] = STATE(6416), - [sym_exit_statement] = STATE(2877), - [sym_if_statement_block] = STATE(2877), - [sym_if_statement] = STATE(6029), - [sym_loop_statement] = STATE(2877), - [sym__iteration_scheme] = STATE(6417), - [sym_loop_body] = STATE(6030), - [sym_next_statement] = STATE(2877), - [sym_null_statement] = STATE(2877), - [sym_procedure_call_statement] = STATE(2877), - [sym_report_statement] = STATE(2877), - [sym_return_statement] = STATE(2877), - [sym_simple_waveform_assignment] = STATE(2877), - [sym_simple_variable_assignment] = STATE(2877), - [sym_simple_force_assignment] = STATE(2877), - [sym_simple_release_assignment] = STATE(2877), - [sym_conditional_signal_assignment] = STATE(2877), - [sym_selected_waveform_assignment] = STATE(2877), - [sym_selected_force_assignment] = STATE(2877), - [sym_selected_variable_assignment] = STATE(2877), - [sym_with_expression] = STATE(6485), - [sym_wait_statement] = STATE(2877), - [sym_name] = STATE(5914), - [sym__direct_name] = STATE(3023), - [sym__label] = STATE(7450), - [sym__identifier] = STATE(4362), - [sym__external_name] = STATE(4362), - [sym_external_constant_name] = STATE(4351), - [sym_external_signal_name] = STATE(4351), - [sym_external_variable_name] = STATE(4351), + [sym__sequential_statement] = STATE(2914), + [sym_sequential_block_statement] = STATE(2913), + [sym_assertion_statement] = STATE(2913), + [sym_assertion] = STATE(6771), + [sym_report_expression] = STATE(5692), + [sym_case_statement] = STATE(2913), + [sym_case_expression] = STATE(6087), + [sym_exit_statement] = STATE(2913), + [sym_if_statement_block] = STATE(2913), + [sym_if_statement] = STATE(6452), + [sym_loop_statement] = STATE(2913), + [sym__iteration_scheme] = STATE(6089), + [sym_loop_body] = STATE(6450), + [sym_next_statement] = STATE(2913), + [sym_null_statement] = STATE(2913), + [sym_procedure_call_statement] = STATE(2913), + [sym_report_statement] = STATE(2913), + [sym_return_statement] = STATE(2913), + [sym_simple_waveform_assignment] = STATE(2913), + [sym_simple_variable_assignment] = STATE(2913), + [sym_simple_force_assignment] = STATE(2913), + [sym_simple_release_assignment] = STATE(2913), + [sym_conditional_signal_assignment] = STATE(2913), + [sym_selected_waveform_assignment] = STATE(2913), + [sym_selected_force_assignment] = STATE(2913), + [sym_selected_variable_assignment] = STATE(2913), + [sym_with_expression] = STATE(6224), + [sym_wait_statement] = STATE(2913), + [sym_name] = STATE(5691), + [sym__direct_name] = STATE(3015), + [sym__label] = STATE(7197), + [sym__identifier] = STATE(4386), + [sym__external_name] = STATE(4386), + [sym_external_constant_name] = STATE(4383), + [sym_external_signal_name] = STATE(4383), + [sym_external_variable_name] = STATE(4383), [sym__tool_directive] = STATE(15), - [sym_while_loop] = STATE(7407), - [sym_for_loop] = STATE(7407), - [sym__target] = STATE(5893), - [sym_aggregate] = STATE(6098), - [sym_label_declaration] = STATE(1547), + [sym_while_loop] = STATE(6904), + [sym_for_loop] = STATE(6904), + [sym__target] = STATE(5958), + [sym_aggregate] = STATE(6048), + [sym_label_declaration] = STATE(1563), [sym_line_comment] = STATE(15), [sym_block_comment] = STATE(15), - [aux_sym_sequential_block_repeat1] = STATE(13), + [aux_sym_sequential_block_repeat1] = STATE(15), + [anon_sym_LPAREN] = ACTIONS(293), + [anon_sym_LT_LT] = ACTIONS(296), + [sym_identifier] = ACTIONS(299), + [sym_ASSERT] = ACTIONS(302), + [sym_BLOCK] = ACTIONS(367), + [sym_CASE] = ACTIONS(308), + [sym_END] = ACTIONS(311), + [sym_EXIT] = ACTIONS(370), + [sym_FOR] = ACTIONS(316), + [sym_IF] = ACTIONS(319), + [sym_LOOP] = ACTIONS(322), + [sym_NEXT] = ACTIONS(373), + [sym_NULL] = ACTIONS(376), + [sym_REPORT] = ACTIONS(331), + [sym_RETURN] = ACTIONS(379), + [sym_WAIT] = ACTIONS(382), + [sym_WHEN] = ACTIONS(311), + [sym_WHILE] = ACTIONS(340), + [sym_WITH] = ACTIONS(343), + [sym__grave_accent] = ACTIONS(3), + [sym_character_literal] = ACTIONS(346), + [sym_operator_symbol] = ACTIONS(346), + [sym__line_comment_start] = ACTIONS(5), + [sym__block_comment_start] = ACTIONS(7), + [sym_library_constant] = ACTIONS(299), + [sym_library_constant_std_logic] = ACTIONS(346), + [sym_library_function] = ACTIONS(299), + [sym_library_type] = ACTIONS(299), + }, + [16] = { + [sym__sequential_statement] = STATE(2933), + [sym_sequential_block_statement] = STATE(2966), + [sym_assertion_statement] = STATE(2966), + [sym_assertion] = STATE(6919), + [sym_report_expression] = STATE(5746), + [sym_case_statement] = STATE(2966), + [sym_case_expression] = STATE(6409), + [sym_exit_statement] = STATE(2966), + [sym_if_statement_block] = STATE(2966), + [sym_if_statement] = STATE(6410), + [sym_if_statement_body] = STATE(8046), + [sym_loop_statement] = STATE(2966), + [sym__iteration_scheme] = STATE(6415), + [sym_loop_body] = STATE(6416), + [sym_next_statement] = STATE(2966), + [sym_null_statement] = STATE(2966), + [sym_procedure_call_statement] = STATE(2966), + [sym_report_statement] = STATE(2966), + [sym_return_statement] = STATE(2966), + [sym_simple_waveform_assignment] = STATE(2966), + [sym_simple_variable_assignment] = STATE(2966), + [sym_simple_force_assignment] = STATE(2966), + [sym_simple_release_assignment] = STATE(2966), + [sym_conditional_signal_assignment] = STATE(2966), + [sym_selected_waveform_assignment] = STATE(2966), + [sym_selected_force_assignment] = STATE(2966), + [sym_selected_variable_assignment] = STATE(2966), + [sym_with_expression] = STATE(6417), + [sym_wait_statement] = STATE(2966), + [sym_name] = STATE(5743), + [sym__direct_name] = STATE(3015), + [sym__label] = STATE(7197), + [sym__identifier] = STATE(4386), + [sym__external_name] = STATE(4386), + [sym_external_constant_name] = STATE(4383), + [sym_external_signal_name] = STATE(4383), + [sym_external_variable_name] = STATE(4383), + [sym__tool_directive] = STATE(16), + [sym_while_loop] = STATE(6904), + [sym_for_loop] = STATE(6904), + [sym__target] = STATE(5740), + [sym_aggregate] = STATE(6048), + [sym_label_declaration] = STATE(1572), + [sym_line_comment] = STATE(16), + [sym_block_comment] = STATE(16), + [aux_sym_sequential_block_repeat1] = STATE(62), [anon_sym_LPAREN] = ACTIONS(9), [anon_sym_LT_LT] = ACTIONS(11), [sym_identifier] = ACTIONS(13), [sym_ASSERT] = ACTIONS(19), - [sym_BLOCK] = ACTIONS(351), + [sym_BLOCK] = ACTIONS(385), [sym_CASE] = ACTIONS(233), - [sym_END] = ACTIONS(379), - [sym_EXIT] = ACTIONS(355), + [sym_END] = ACTIONS(387), + [sym_EXIT] = ACTIONS(389), [sym_FOR] = ACTIONS(243), [sym_IF] = ACTIONS(245), [sym_LOOP] = ACTIONS(247), - [sym_NEXT] = ACTIONS(357), - [sym_NULL] = ACTIONS(359), + [sym_NEXT] = ACTIONS(391), + [sym_NULL] = ACTIONS(393), [sym_REPORT] = ACTIONS(253), - [sym_RETURN] = ACTIONS(361), - [sym_WAIT] = ACTIONS(363), - [sym_WHEN] = ACTIONS(379), + [sym_RETURN] = ACTIONS(395), + [sym_WAIT] = ACTIONS(397), [sym_WHILE] = ACTIONS(259), [sym_WITH] = ACTIONS(69), [sym__grave_accent] = ACTIONS(3), @@ -23079,111 +23154,36 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_function] = ACTIONS(13), [sym_library_type] = ACTIONS(13), }, - [16] = { - [sym__sequential_statement] = STATE(2897), - [sym_sequential_block_statement] = STATE(2877), - [sym_assertion_statement] = STATE(2877), - [sym_assertion] = STATE(8092), - [sym_report_expression] = STATE(5913), - [sym_case_statement] = STATE(2877), - [sym_case_expression] = STATE(6416), - [sym_exit_statement] = STATE(2877), - [sym_if_statement_block] = STATE(2877), - [sym_if_statement] = STATE(6029), - [sym_loop_statement] = STATE(2877), - [sym__iteration_scheme] = STATE(6417), - [sym_loop_body] = STATE(6030), - [sym_next_statement] = STATE(2877), - [sym_null_statement] = STATE(2877), - [sym_procedure_call_statement] = STATE(2877), - [sym_report_statement] = STATE(2877), - [sym_return_statement] = STATE(2877), - [sym_simple_waveform_assignment] = STATE(2877), - [sym_simple_variable_assignment] = STATE(2877), - [sym_simple_force_assignment] = STATE(2877), - [sym_simple_release_assignment] = STATE(2877), - [sym_conditional_signal_assignment] = STATE(2877), - [sym_selected_waveform_assignment] = STATE(2877), - [sym_selected_force_assignment] = STATE(2877), - [sym_selected_variable_assignment] = STATE(2877), - [sym_with_expression] = STATE(6485), - [sym_wait_statement] = STATE(2877), - [sym_name] = STATE(5914), - [sym__direct_name] = STATE(3023), - [sym__label] = STATE(7450), - [sym__identifier] = STATE(4362), - [sym__external_name] = STATE(4362), - [sym_external_constant_name] = STATE(4351), - [sym_external_signal_name] = STATE(4351), - [sym_external_variable_name] = STATE(4351), - [sym__tool_directive] = STATE(16), - [sym_while_loop] = STATE(7407), - [sym_for_loop] = STATE(7407), - [sym__target] = STATE(5893), - [sym_aggregate] = STATE(6098), - [sym_label_declaration] = STATE(1547), - [sym_line_comment] = STATE(16), - [sym_block_comment] = STATE(16), - [aux_sym_sequential_block_repeat1] = STATE(16), - [anon_sym_LPAREN] = ACTIONS(295), - [anon_sym_LT_LT] = ACTIONS(298), - [sym_identifier] = ACTIONS(301), - [sym_ASSERT] = ACTIONS(304), - [sym_BLOCK] = ACTIONS(381), - [sym_CASE] = ACTIONS(310), - [sym_END] = ACTIONS(313), - [sym_EXIT] = ACTIONS(384), - [sym_FOR] = ACTIONS(318), - [sym_IF] = ACTIONS(321), - [sym_LOOP] = ACTIONS(324), - [sym_NEXT] = ACTIONS(387), - [sym_NULL] = ACTIONS(390), - [sym_REPORT] = ACTIONS(333), - [sym_RETURN] = ACTIONS(393), - [sym_WAIT] = ACTIONS(396), - [sym_WHEN] = ACTIONS(313), - [sym_WHILE] = ACTIONS(342), - [sym_WITH] = ACTIONS(345), - [sym__grave_accent] = ACTIONS(3), - [sym_character_literal] = ACTIONS(348), - [sym_operator_symbol] = ACTIONS(348), - [sym__line_comment_start] = ACTIONS(5), - [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(301), - [sym_library_constant_std_logic] = ACTIONS(348), - [sym_library_function] = ACTIONS(301), - [sym_library_type] = ACTIONS(301), - }, [17] = { - [sym_conditional_expression] = STATE(6048), - [sym__expression] = STATE(1102), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(2352), - [sym_unary_operator] = STATE(686), - [sym_sign] = STATE(687), - [sym__primary] = STATE(2097), - [sym_name] = STATE(2353), - [sym__direct_name] = STATE(734), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(967), - [sym_external_signal_name] = STATE(967), - [sym_external_variable_name] = STATE(967), - [sym_association_or_range_list] = STATE(7055), - [sym__association_or_range] = STATE(5636), - [sym_association_element] = STATE(6166), - [sym__actual_part] = STATE(6171), - [sym__literal] = STATE(2099), - [sym_bit_string_literal] = STATE(2089), - [sym__abstract_literal] = STATE(997), - [sym_based_literal] = STATE(1044), - [sym_allocator] = STATE(2098), - [sym_parenthesis_expression] = STATE(2098), - [sym__range] = STATE(6166), - [sym_simple_range] = STATE(5022), + [sym_conditional_expression] = STATE(6473), + [sym__expression] = STATE(1033), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(2425), + [sym_unary_operator] = STATE(657), + [sym_sign] = STATE(661), + [sym__primary] = STATE(1990), + [sym_name] = STATE(2432), + [sym__direct_name] = STATE(736), + [sym__identifier] = STATE(954), + [sym__external_name] = STATE(954), + [sym_external_constant_name] = STATE(929), + [sym_external_signal_name] = STATE(929), + [sym_external_variable_name] = STATE(929), + [sym_association_or_range_list] = STATE(6989), + [sym__association_or_range] = STATE(5712), + [sym_association_element] = STATE(6523), + [sym__actual_part] = STATE(6481), + [sym__literal] = STATE(1992), + [sym_bit_string_literal] = STATE(1984), + [sym__abstract_literal] = STATE(964), + [sym_based_literal] = STATE(1073), + [sym_allocator] = STATE(1991), + [sym_parenthesis_expression] = STATE(1991), + [sym__range] = STATE(6523), + [sym_simple_range] = STATE(4995), [sym__tool_directive] = STATE(17), [sym_line_comment] = STATE(17), [sym_block_comment] = STATE(17), @@ -23229,928 +23229,928 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_type] = ACTIONS(403), }, [18] = { - [sym__expression] = STATE(1519), - [sym_condition_expression] = STATE(2536), - [sym_logical_expression] = STATE(2536), - [sym_relational_expression] = STATE(2536), - [sym_shift_expression] = STATE(2536), - [sym_simple_expression] = STATE(2536), - [sym_unary_operator] = STATE(704), - [sym_sign] = STATE(705), - [sym__primary] = STATE(2508), - [sym_name] = STATE(2509), - [sym__direct_name] = STATE(777), - [sym__identifier] = STATE(1411), - [sym__external_name] = STATE(1411), - [sym_external_constant_name] = STATE(1412), - [sym_external_signal_name] = STATE(1412), - [sym_external_variable_name] = STATE(1412), - [sym__literal] = STATE(2510), - [sym_bit_string_literal] = STATE(2506), - [sym__abstract_literal] = STATE(1408), - [sym_based_literal] = STATE(1627), - [sym_allocator] = STATE(2509), - [sym_parenthesis_expression] = STATE(2509), + [sym_conditional_expression] = STATE(6473), + [sym__expression] = STATE(1033), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(2425), + [sym_unary_operator] = STATE(657), + [sym_sign] = STATE(661), + [sym__primary] = STATE(1990), + [sym_name] = STATE(2432), + [sym__direct_name] = STATE(736), + [sym__identifier] = STATE(954), + [sym__external_name] = STATE(954), + [sym_external_constant_name] = STATE(929), + [sym_external_signal_name] = STATE(929), + [sym_external_variable_name] = STATE(929), + [sym_association_or_range_list] = STATE(7086), + [sym__association_or_range] = STATE(5712), + [sym_association_element] = STATE(6523), + [sym__actual_part] = STATE(6481), + [sym__literal] = STATE(1992), + [sym_bit_string_literal] = STATE(1984), + [sym__abstract_literal] = STATE(964), + [sym_based_literal] = STATE(1073), + [sym_allocator] = STATE(1991), + [sym_parenthesis_expression] = STATE(1991), + [sym__range] = STATE(6523), + [sym_simple_range] = STATE(4995), [sym__tool_directive] = STATE(18), - [sym_selected_waveforms] = STATE(7475), - [sym_waveform] = STATE(6286), - [sym_waveform_element] = STATE(5397), - [sym_delay_mechanism] = STATE(317), [sym_line_comment] = STATE(18), [sym_block_comment] = STATE(18), - [aux_sym_selected_waveforms_repeat1] = STATE(339), - [anon_sym_LPAREN] = ACTIONS(411), - [sym_condition_conversion] = ACTIONS(413), + [anon_sym_LPAREN] = ACTIONS(263), + [anon_sym_RPAREN] = ACTIONS(411), + [sym_condition_conversion] = ACTIONS(265), [anon_sym_PLUS] = ACTIONS(267), [anon_sym_DASH] = ACTIONS(267), - [anon_sym_LT_LT] = ACTIONS(415), - [sym_identifier] = ACTIONS(417), + [anon_sym_LT_LT] = ACTIONS(401), + [sym_identifier] = ACTIONS(403), [sym_ABS] = ACTIONS(273), [sym_AND] = ACTIONS(273), - [sym_FORCE] = ACTIONS(419), - [sym_INERTIAL] = ACTIONS(421), + [sym_INERTIAL] = ACTIONS(405), [sym_NAND] = ACTIONS(273), - [sym_NEW] = ACTIONS(423), + [sym_NEW] = ACTIONS(275), [sym_NOR] = ACTIONS(273), [sym_NOT] = ACTIONS(273), - [sym_NULL] = ACTIONS(425), + [sym_NULL] = ACTIONS(277), + [sym_OPEN] = ACTIONS(407), [sym_OR] = ACTIONS(273), - [sym_REJECT] = ACTIONS(427), - [sym_TRANSPORT] = ACTIONS(421), - [sym_UNAFFECTED] = ACTIONS(429), [sym_XNOR] = ACTIONS(273), [sym_XOR] = ACTIONS(273), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(431), - [sym_decimal_float] = ACTIONS(431), - [sym_based_base] = ACTIONS(433), - [sym_character_literal] = ACTIONS(435), - [sym_string_literal] = ACTIONS(425), - [sym_string_literal_std_logic] = ACTIONS(425), - [sym_bit_string_length] = ACTIONS(437), - [sym_bit_string_base] = ACTIONS(439), - [sym_operator_symbol] = ACTIONS(435), + [sym_decimal_integer] = ACTIONS(283), + [sym_decimal_float] = ACTIONS(283), + [sym_based_base] = ACTIONS(285), + [sym_character_literal] = ACTIONS(409), + [sym_string_literal] = ACTIONS(277), + [sym_string_literal_std_logic] = ACTIONS(277), + [sym_bit_string_length] = ACTIONS(289), + [sym_bit_string_base] = ACTIONS(291), + [sym_operator_symbol] = ACTIONS(409), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(417), - [sym_library_constant_boolean] = ACTIONS(425), - [sym_library_constant_character] = ACTIONS(425), - [sym_library_constant_debug] = ACTIONS(425), - [sym_library_constant_env] = ACTIONS(425), - [sym_library_constant_standard] = ACTIONS(425), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(417), - [sym_library_type] = ACTIONS(417), + [sym_library_constant] = ACTIONS(403), + [sym_library_constant_boolean] = ACTIONS(277), + [sym_library_constant_character] = ACTIONS(277), + [sym_library_constant_debug] = ACTIONS(277), + [sym_library_constant_env] = ACTIONS(277), + [sym_library_constant_standard] = ACTIONS(277), + [sym_library_constant_std_logic] = ACTIONS(409), + [sym_library_function] = ACTIONS(403), + [sym_library_type] = ACTIONS(403), }, [19] = { - [sym__expression] = STATE(1519), - [sym_condition_expression] = STATE(2536), - [sym_logical_expression] = STATE(2536), - [sym_relational_expression] = STATE(2536), - [sym_shift_expression] = STATE(2536), - [sym_simple_expression] = STATE(2536), - [sym_unary_operator] = STATE(704), - [sym_sign] = STATE(705), - [sym__primary] = STATE(2508), - [sym_name] = STATE(2509), - [sym__direct_name] = STATE(777), - [sym__identifier] = STATE(1411), - [sym__external_name] = STATE(1411), - [sym_external_constant_name] = STATE(1412), - [sym_external_signal_name] = STATE(1412), - [sym_external_variable_name] = STATE(1412), - [sym__literal] = STATE(2510), - [sym_bit_string_literal] = STATE(2506), - [sym__abstract_literal] = STATE(1408), - [sym_based_literal] = STATE(1627), - [sym_allocator] = STATE(2509), - [sym_parenthesis_expression] = STATE(2509), + [sym__sequential_statement] = STATE(2933), + [sym_sequential_block_statement] = STATE(2966), + [sym_assertion_statement] = STATE(2966), + [sym_assertion] = STATE(6919), + [sym_report_expression] = STATE(5746), + [sym_case_statement] = STATE(2966), + [sym_case_expression] = STATE(6409), + [sym_exit_statement] = STATE(2966), + [sym_if_statement_block] = STATE(2966), + [sym_if_statement] = STATE(6410), + [sym_loop_statement] = STATE(2966), + [sym__iteration_scheme] = STATE(6415), + [sym_loop_body] = STATE(6416), + [sym_next_statement] = STATE(2966), + [sym_null_statement] = STATE(2966), + [sym_procedure_call_statement] = STATE(2966), + [sym_report_statement] = STATE(2966), + [sym_return_statement] = STATE(2966), + [sym_simple_waveform_assignment] = STATE(2966), + [sym_simple_variable_assignment] = STATE(2966), + [sym_simple_force_assignment] = STATE(2966), + [sym_simple_release_assignment] = STATE(2966), + [sym_conditional_signal_assignment] = STATE(2966), + [sym_selected_waveform_assignment] = STATE(2966), + [sym_selected_force_assignment] = STATE(2966), + [sym_selected_variable_assignment] = STATE(2966), + [sym_with_expression] = STATE(6417), + [sym_wait_statement] = STATE(2966), + [sym_name] = STATE(5743), + [sym__direct_name] = STATE(3015), + [sym__label] = STATE(7197), + [sym__identifier] = STATE(4386), + [sym__external_name] = STATE(4386), + [sym_external_constant_name] = STATE(4383), + [sym_external_signal_name] = STATE(4383), + [sym_external_variable_name] = STATE(4383), [sym__tool_directive] = STATE(19), - [sym_waveform] = STATE(5856), - [sym_waveform_element] = STATE(5397), - [sym_conditional_waveforms] = STATE(7529), - [sym_delay_mechanism] = STATE(346), + [sym_while_loop] = STATE(6904), + [sym_for_loop] = STATE(6904), + [sym__target] = STATE(5740), + [sym_aggregate] = STATE(6048), + [sym_label_declaration] = STATE(1572), [sym_line_comment] = STATE(19), [sym_block_comment] = STATE(19), - [anon_sym_LPAREN] = ACTIONS(411), - [sym_condition_conversion] = ACTIONS(413), - [anon_sym_PLUS] = ACTIONS(267), - [anon_sym_DASH] = ACTIONS(267), - [anon_sym_LT_LT] = ACTIONS(415), - [sym_identifier] = ACTIONS(417), - [sym_ABS] = ACTIONS(273), - [sym_AND] = ACTIONS(273), - [sym_FORCE] = ACTIONS(441), - [sym_INERTIAL] = ACTIONS(421), - [sym_NAND] = ACTIONS(273), - [sym_NEW] = ACTIONS(423), - [sym_NOR] = ACTIONS(273), - [sym_NOT] = ACTIONS(273), - [sym_NULL] = ACTIONS(425), - [sym_OR] = ACTIONS(273), - [sym_REJECT] = ACTIONS(427), - [sym_RELEASE] = ACTIONS(443), - [sym_TRANSPORT] = ACTIONS(421), - [sym_UNAFFECTED] = ACTIONS(429), - [sym_XNOR] = ACTIONS(273), - [sym_XOR] = ACTIONS(273), + [aux_sym_sequential_block_repeat1] = STATE(52), + [anon_sym_LPAREN] = ACTIONS(9), + [anon_sym_LT_LT] = ACTIONS(11), + [sym_identifier] = ACTIONS(13), + [sym_ASSERT] = ACTIONS(19), + [sym_BLOCK] = ACTIONS(385), + [sym_CASE] = ACTIONS(233), + [sym_END] = ACTIONS(413), + [sym_EXIT] = ACTIONS(389), + [sym_FOR] = ACTIONS(243), + [sym_IF] = ACTIONS(245), + [sym_LOOP] = ACTIONS(247), + [sym_NEXT] = ACTIONS(391), + [sym_NULL] = ACTIONS(393), + [sym_REPORT] = ACTIONS(253), + [sym_RETURN] = ACTIONS(395), + [sym_WAIT] = ACTIONS(397), + [sym_WHILE] = ACTIONS(259), + [sym_WITH] = ACTIONS(69), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(431), - [sym_decimal_float] = ACTIONS(431), - [sym_based_base] = ACTIONS(433), - [sym_character_literal] = ACTIONS(435), - [sym_string_literal] = ACTIONS(425), - [sym_string_literal_std_logic] = ACTIONS(425), - [sym_bit_string_length] = ACTIONS(437), - [sym_bit_string_base] = ACTIONS(439), - [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(417), - [sym_library_constant_boolean] = ACTIONS(425), - [sym_library_constant_character] = ACTIONS(425), - [sym_library_constant_debug] = ACTIONS(425), - [sym_library_constant_env] = ACTIONS(425), - [sym_library_constant_standard] = ACTIONS(425), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(417), - [sym_library_type] = ACTIONS(417), + [sym_library_constant] = ACTIONS(13), + [sym_library_constant_std_logic] = ACTIONS(71), + [sym_library_function] = ACTIONS(13), + [sym_library_type] = ACTIONS(13), }, [20] = { - [sym__expression] = STATE(1519), - [sym_condition_expression] = STATE(2536), - [sym_logical_expression] = STATE(2536), - [sym_relational_expression] = STATE(2536), - [sym_shift_expression] = STATE(2536), - [sym_simple_expression] = STATE(2536), - [sym_unary_operator] = STATE(704), - [sym_sign] = STATE(705), - [sym__primary] = STATE(2508), - [sym_name] = STATE(2509), - [sym__direct_name] = STATE(777), - [sym__identifier] = STATE(1411), - [sym__external_name] = STATE(1411), - [sym_external_constant_name] = STATE(1412), - [sym_external_signal_name] = STATE(1412), - [sym_external_variable_name] = STATE(1412), - [sym__literal] = STATE(2510), - [sym_bit_string_literal] = STATE(2506), - [sym__abstract_literal] = STATE(1408), - [sym_based_literal] = STATE(1627), - [sym_allocator] = STATE(2509), - [sym_parenthesis_expression] = STATE(2509), + [sym__expression] = STATE(1550), + [sym_condition_expression] = STATE(2503), + [sym_logical_expression] = STATE(2503), + [sym_relational_expression] = STATE(2503), + [sym_shift_expression] = STATE(2503), + [sym_simple_expression] = STATE(2503), + [sym_unary_operator] = STATE(699), + [sym_sign] = STATE(700), + [sym__primary] = STATE(2502), + [sym_name] = STATE(2501), + [sym__direct_name] = STATE(764), + [sym__identifier] = STATE(1352), + [sym__external_name] = STATE(1352), + [sym_external_constant_name] = STATE(1351), + [sym_external_signal_name] = STATE(1351), + [sym_external_variable_name] = STATE(1351), + [sym__literal] = STATE(2500), + [sym_bit_string_literal] = STATE(2505), + [sym__abstract_literal] = STATE(1399), + [sym_based_literal] = STATE(1466), + [sym_allocator] = STATE(2501), + [sym_parenthesis_expression] = STATE(2501), [sym__tool_directive] = STATE(20), - [sym_selected_waveforms] = STATE(7404), - [sym_waveform] = STATE(6286), - [sym_waveform_element] = STATE(5397), - [sym_delay_mechanism] = STATE(297), + [sym_waveform] = STATE(5963), + [sym_waveform_element] = STATE(5497), + [sym_conditional_waveforms] = STATE(7575), + [sym_delay_mechanism] = STATE(350), [sym_line_comment] = STATE(20), [sym_block_comment] = STATE(20), - [aux_sym_selected_waveforms_repeat1] = STATE(339), - [anon_sym_LPAREN] = ACTIONS(411), - [sym_condition_conversion] = ACTIONS(413), + [anon_sym_LPAREN] = ACTIONS(415), + [sym_condition_conversion] = ACTIONS(417), [anon_sym_PLUS] = ACTIONS(267), [anon_sym_DASH] = ACTIONS(267), - [anon_sym_LT_LT] = ACTIONS(415), - [sym_identifier] = ACTIONS(417), + [anon_sym_LT_LT] = ACTIONS(419), + [sym_identifier] = ACTIONS(421), [sym_ABS] = ACTIONS(273), [sym_AND] = ACTIONS(273), - [sym_GUARDED] = ACTIONS(445), - [sym_INERTIAL] = ACTIONS(421), + [sym_FORCE] = ACTIONS(423), + [sym_INERTIAL] = ACTIONS(425), [sym_NAND] = ACTIONS(273), - [sym_NEW] = ACTIONS(423), + [sym_NEW] = ACTIONS(427), [sym_NOR] = ACTIONS(273), [sym_NOT] = ACTIONS(273), - [sym_NULL] = ACTIONS(425), + [sym_NULL] = ACTIONS(429), [sym_OR] = ACTIONS(273), - [sym_REJECT] = ACTIONS(427), - [sym_TRANSPORT] = ACTIONS(421), - [sym_UNAFFECTED] = ACTIONS(429), + [sym_REJECT] = ACTIONS(431), + [sym_RELEASE] = ACTIONS(433), + [sym_TRANSPORT] = ACTIONS(425), + [sym_UNAFFECTED] = ACTIONS(435), [sym_XNOR] = ACTIONS(273), [sym_XOR] = ACTIONS(273), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(431), - [sym_decimal_float] = ACTIONS(431), - [sym_based_base] = ACTIONS(433), - [sym_character_literal] = ACTIONS(435), - [sym_string_literal] = ACTIONS(425), - [sym_string_literal_std_logic] = ACTIONS(425), - [sym_bit_string_length] = ACTIONS(437), - [sym_bit_string_base] = ACTIONS(439), - [sym_operator_symbol] = ACTIONS(435), + [sym_decimal_integer] = ACTIONS(437), + [sym_decimal_float] = ACTIONS(437), + [sym_based_base] = ACTIONS(439), + [sym_character_literal] = ACTIONS(441), + [sym_string_literal] = ACTIONS(429), + [sym_string_literal_std_logic] = ACTIONS(429), + [sym_bit_string_length] = ACTIONS(443), + [sym_bit_string_base] = ACTIONS(445), + [sym_operator_symbol] = ACTIONS(441), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(417), - [sym_library_constant_boolean] = ACTIONS(425), - [sym_library_constant_character] = ACTIONS(425), - [sym_library_constant_debug] = ACTIONS(425), - [sym_library_constant_env] = ACTIONS(425), - [sym_library_constant_standard] = ACTIONS(425), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(417), - [sym_library_type] = ACTIONS(417), + [sym_library_constant] = ACTIONS(421), + [sym_library_constant_boolean] = ACTIONS(429), + [sym_library_constant_character] = ACTIONS(429), + [sym_library_constant_debug] = ACTIONS(429), + [sym_library_constant_env] = ACTIONS(429), + [sym_library_constant_standard] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(441), + [sym_library_function] = ACTIONS(421), + [sym_library_type] = ACTIONS(421), }, [21] = { - [sym_use_clause] = STATE(2040), - [sym_package_declaration] = STATE(2040), - [sym_package_instantiation_declaration] = STATE(2040), - [sym_package_definition] = STATE(2040), - [sym__block_declarative_item] = STATE(2029), - [sym_subprogram_declaration] = STATE(2040), - [sym_subprogram_definition] = STATE(2040), - [sym_subprogram_instantiation_declaration] = STATE(2040), - [sym_type_declaration] = STATE(2040), - [sym_subtype_declaration] = STATE(2040), - [sym_mode_view_declaration] = STATE(2040), - [sym_constant_declaration] = STATE(2040), - [sym_signal_declaration] = STATE(2040), - [sym_variable_declaration] = STATE(2040), - [sym_file_declaration] = STATE(2040), - [sym_alias_declaration] = STATE(2040), - [sym_component_declaration] = STATE(2040), - [sym_attribute_declaration] = STATE(2040), - [sym_attribute_specification] = STATE(2040), - [sym_disconnection_specification] = STATE(2040), - [sym_group_template_declaration] = STATE(2040), - [sym_group_declaration] = STATE(2040), + [sym_conditional_expression] = STATE(6473), + [sym__expression] = STATE(1033), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(2425), + [sym_unary_operator] = STATE(657), + [sym_sign] = STATE(661), + [sym__primary] = STATE(1990), + [sym_name] = STATE(2432), + [sym__direct_name] = STATE(736), + [sym__identifier] = STATE(954), + [sym__external_name] = STATE(954), + [sym_external_constant_name] = STATE(929), + [sym_external_signal_name] = STATE(929), + [sym_external_variable_name] = STATE(929), + [sym_association_or_range_list] = STATE(7452), + [sym__association_or_range] = STATE(5712), + [sym_association_element] = STATE(6523), + [sym__actual_part] = STATE(6481), + [sym__literal] = STATE(1992), + [sym_bit_string_literal] = STATE(1984), + [sym__abstract_literal] = STATE(964), + [sym_based_literal] = STATE(1073), + [sym_allocator] = STATE(1991), + [sym_parenthesis_expression] = STATE(1991), + [sym__range] = STATE(6523), + [sym_simple_range] = STATE(4995), [sym__tool_directive] = STATE(21), - [sym_procedure_specification] = STATE(6069), - [sym_function_specification] = STATE(6069), - [sym__subprogram_specification] = STATE(5708), - [sym_configuration_specification] = STATE(2040), [sym_line_comment] = STATE(21), [sym_block_comment] = STATE(21), - [aux_sym_design_unit_repeat2] = STATE(21), - [anon_sym_LPAREN] = ACTIONS(447), - [anon_sym_LT_LT] = ACTIONS(447), - [sym_identifier] = ACTIONS(447), - [sym_ALIAS] = ACTIONS(449), - [sym_ARCHITECTURE] = ACTIONS(447), - [sym_ASSERT] = ACTIONS(447), - [sym_ATTRIBUTE] = ACTIONS(452), - [sym_COMPONENT] = ACTIONS(455), - [sym_CONFIGURATION] = ACTIONS(447), - [sym_CONSTANT] = ACTIONS(458), - [sym_CONTEXT] = ACTIONS(447), - [sym_DISCONNECT] = ACTIONS(461), - [sym_ENTITY] = ACTIONS(447), - [sym_FILE] = ACTIONS(464), - [sym_FOR] = ACTIONS(467), - [sym_FUNCTION] = ACTIONS(470), - [sym_GROUP] = ACTIONS(473), - [sym_IMPURE] = ACTIONS(476), - [sym_LIBRARY] = ACTIONS(447), - [sym_PACKAGE] = ACTIONS(479), - [sym_POSTPONED] = ACTIONS(447), - [sym_PROCEDURE] = ACTIONS(482), - [sym_PROCESS] = ACTIONS(447), - [sym_PURE] = ACTIONS(476), - [sym_SIGNAL] = ACTIONS(485), - [sym_SHARED] = ACTIONS(488), - [sym_SUBTYPE] = ACTIONS(491), - [sym_TYPE] = ACTIONS(494), - [sym_USE] = ACTIONS(497), - [sym_VARIABLE] = ACTIONS(500), - [sym_VIEW] = ACTIONS(503), - [sym_WITH] = ACTIONS(447), - [sym__grave_accent] = ACTIONS(3), - [sym_character_literal] = ACTIONS(447), - [sym_operator_symbol] = ACTIONS(447), - [sym__line_comment_start] = ACTIONS(5), - [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(447), - [sym_library_constant_std_logic] = ACTIONS(447), - [sym_library_function] = ACTIONS(447), - [sym_library_type] = ACTIONS(447), - [sym__end_of_file] = ACTIONS(447), - }, - [22] = { - [sym__expression] = STATE(1519), - [sym_condition_expression] = STATE(2536), - [sym_logical_expression] = STATE(2536), - [sym_relational_expression] = STATE(2536), - [sym_shift_expression] = STATE(2536), - [sym_simple_expression] = STATE(2536), - [sym_unary_operator] = STATE(704), - [sym_sign] = STATE(705), - [sym__primary] = STATE(2508), - [sym_name] = STATE(2509), - [sym__direct_name] = STATE(777), - [sym__identifier] = STATE(1411), - [sym__external_name] = STATE(1411), - [sym_external_constant_name] = STATE(1412), - [sym_external_signal_name] = STATE(1412), - [sym_external_variable_name] = STATE(1412), - [sym__literal] = STATE(2510), - [sym_bit_string_literal] = STATE(2506), - [sym__abstract_literal] = STATE(1408), - [sym_based_literal] = STATE(1627), - [sym_allocator] = STATE(2509), - [sym_parenthesis_expression] = STATE(2509), - [sym__tool_directive] = STATE(22), - [sym_selected_waveforms] = STATE(8337), - [sym_waveform] = STATE(6286), - [sym_waveform_element] = STATE(5397), - [sym_delay_mechanism] = STATE(243), - [sym_line_comment] = STATE(22), - [sym_block_comment] = STATE(22), - [aux_sym_selected_waveforms_repeat1] = STATE(339), - [anon_sym_LPAREN] = ACTIONS(411), - [sym_condition_conversion] = ACTIONS(413), + [anon_sym_LPAREN] = ACTIONS(263), + [anon_sym_RPAREN] = ACTIONS(447), + [sym_condition_conversion] = ACTIONS(265), [anon_sym_PLUS] = ACTIONS(267), [anon_sym_DASH] = ACTIONS(267), - [anon_sym_LT_LT] = ACTIONS(415), - [sym_identifier] = ACTIONS(417), + [anon_sym_LT_LT] = ACTIONS(401), + [sym_identifier] = ACTIONS(403), [sym_ABS] = ACTIONS(273), [sym_AND] = ACTIONS(273), - [sym_FORCE] = ACTIONS(506), - [sym_INERTIAL] = ACTIONS(421), + [sym_INERTIAL] = ACTIONS(405), [sym_NAND] = ACTIONS(273), - [sym_NEW] = ACTIONS(423), + [sym_NEW] = ACTIONS(275), [sym_NOR] = ACTIONS(273), [sym_NOT] = ACTIONS(273), - [sym_NULL] = ACTIONS(425), + [sym_NULL] = ACTIONS(277), + [sym_OPEN] = ACTIONS(407), [sym_OR] = ACTIONS(273), - [sym_REJECT] = ACTIONS(427), - [sym_TRANSPORT] = ACTIONS(421), - [sym_UNAFFECTED] = ACTIONS(429), [sym_XNOR] = ACTIONS(273), [sym_XOR] = ACTIONS(273), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(431), - [sym_decimal_float] = ACTIONS(431), - [sym_based_base] = ACTIONS(433), - [sym_character_literal] = ACTIONS(435), - [sym_string_literal] = ACTIONS(425), - [sym_string_literal_std_logic] = ACTIONS(425), - [sym_bit_string_length] = ACTIONS(437), - [sym_bit_string_base] = ACTIONS(439), - [sym_operator_symbol] = ACTIONS(435), + [sym_decimal_integer] = ACTIONS(283), + [sym_decimal_float] = ACTIONS(283), + [sym_based_base] = ACTIONS(285), + [sym_character_literal] = ACTIONS(409), + [sym_string_literal] = ACTIONS(277), + [sym_string_literal_std_logic] = ACTIONS(277), + [sym_bit_string_length] = ACTIONS(289), + [sym_bit_string_base] = ACTIONS(291), + [sym_operator_symbol] = ACTIONS(409), + [sym__line_comment_start] = ACTIONS(5), + [sym__block_comment_start] = ACTIONS(7), + [sym_library_constant] = ACTIONS(403), + [sym_library_constant_boolean] = ACTIONS(277), + [sym_library_constant_character] = ACTIONS(277), + [sym_library_constant_debug] = ACTIONS(277), + [sym_library_constant_env] = ACTIONS(277), + [sym_library_constant_standard] = ACTIONS(277), + [sym_library_constant_std_logic] = ACTIONS(409), + [sym_library_function] = ACTIONS(403), + [sym_library_type] = ACTIONS(403), + }, + [22] = { + [sym__sequential_statement] = STATE(2933), + [sym_sequential_block_statement] = STATE(2966), + [sym_assertion_statement] = STATE(2966), + [sym_assertion] = STATE(6919), + [sym_report_expression] = STATE(5746), + [sym_case_statement] = STATE(2966), + [sym_case_expression] = STATE(6409), + [sym_exit_statement] = STATE(2966), + [sym_if_statement_block] = STATE(2966), + [sym_if_statement] = STATE(6410), + [sym_loop_statement] = STATE(2966), + [sym__iteration_scheme] = STATE(6415), + [sym_loop_body] = STATE(6416), + [sym_next_statement] = STATE(2966), + [sym_null_statement] = STATE(2966), + [sym_procedure_call_statement] = STATE(2966), + [sym_report_statement] = STATE(2966), + [sym_return_statement] = STATE(2966), + [sym_simple_waveform_assignment] = STATE(2966), + [sym_simple_variable_assignment] = STATE(2966), + [sym_simple_force_assignment] = STATE(2966), + [sym_simple_release_assignment] = STATE(2966), + [sym_conditional_signal_assignment] = STATE(2966), + [sym_selected_waveform_assignment] = STATE(2966), + [sym_selected_force_assignment] = STATE(2966), + [sym_selected_variable_assignment] = STATE(2966), + [sym_with_expression] = STATE(6417), + [sym_wait_statement] = STATE(2966), + [sym_name] = STATE(5743), + [sym__direct_name] = STATE(3015), + [sym__label] = STATE(7197), + [sym__identifier] = STATE(4386), + [sym__external_name] = STATE(4386), + [sym_external_constant_name] = STATE(4383), + [sym_external_signal_name] = STATE(4383), + [sym_external_variable_name] = STATE(4383), + [sym__tool_directive] = STATE(22), + [sym_while_loop] = STATE(6904), + [sym_for_loop] = STATE(6904), + [sym__target] = STATE(5740), + [sym_aggregate] = STATE(6048), + [sym_label_declaration] = STATE(1572), + [sym_line_comment] = STATE(22), + [sym_block_comment] = STATE(22), + [aux_sym_sequential_block_repeat1] = STATE(22), + [anon_sym_LPAREN] = ACTIONS(293), + [anon_sym_LT_LT] = ACTIONS(296), + [sym_identifier] = ACTIONS(299), + [sym_ASSERT] = ACTIONS(302), + [sym_BLOCK] = ACTIONS(449), + [sym_CASE] = ACTIONS(308), + [sym_END] = ACTIONS(311), + [sym_EXIT] = ACTIONS(452), + [sym_FOR] = ACTIONS(316), + [sym_IF] = ACTIONS(319), + [sym_LOOP] = ACTIONS(322), + [sym_NEXT] = ACTIONS(455), + [sym_NULL] = ACTIONS(458), + [sym_REPORT] = ACTIONS(331), + [sym_RETURN] = ACTIONS(461), + [sym_WAIT] = ACTIONS(464), + [sym_WHILE] = ACTIONS(340), + [sym_WITH] = ACTIONS(343), + [sym__grave_accent] = ACTIONS(3), + [sym_character_literal] = ACTIONS(346), + [sym_operator_symbol] = ACTIONS(346), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(417), - [sym_library_constant_boolean] = ACTIONS(425), - [sym_library_constant_character] = ACTIONS(425), - [sym_library_constant_debug] = ACTIONS(425), - [sym_library_constant_env] = ACTIONS(425), - [sym_library_constant_standard] = ACTIONS(425), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(417), - [sym_library_type] = ACTIONS(417), + [sym_library_constant] = ACTIONS(299), + [sym_library_constant_std_logic] = ACTIONS(346), + [sym_library_function] = ACTIONS(299), + [sym_library_type] = ACTIONS(299), }, [23] = { - [sym__sequential_statement] = STATE(2985), - [sym_sequential_block_statement] = STATE(2933), - [sym_assertion_statement] = STATE(2933), - [sym_assertion] = STATE(7373), - [sym_report_expression] = STATE(5829), - [sym_case_statement] = STATE(2933), - [sym_case_expression] = STATE(6294), - [sym_exit_statement] = STATE(2933), - [sym_if_statement_block] = STATE(2933), - [sym_if_statement] = STATE(6296), - [sym_loop_statement] = STATE(2933), - [sym__iteration_scheme] = STATE(6297), - [sym_loop_body] = STATE(6298), - [sym_next_statement] = STATE(2933), - [sym_null_statement] = STATE(2933), - [sym_procedure_call_statement] = STATE(2933), - [sym_report_statement] = STATE(2933), - [sym_return_statement] = STATE(2933), - [sym_simple_waveform_assignment] = STATE(2933), - [sym_simple_variable_assignment] = STATE(2933), - [sym_simple_force_assignment] = STATE(2933), - [sym_simple_release_assignment] = STATE(2933), - [sym_conditional_signal_assignment] = STATE(2933), - [sym_selected_waveform_assignment] = STATE(2933), - [sym_selected_force_assignment] = STATE(2933), - [sym_selected_variable_assignment] = STATE(2933), - [sym_with_expression] = STATE(6299), - [sym_wait_statement] = STATE(2933), - [sym_name] = STATE(5833), - [sym__direct_name] = STATE(3023), - [sym__label] = STATE(7450), - [sym__identifier] = STATE(4362), - [sym__external_name] = STATE(4362), - [sym_external_constant_name] = STATE(4351), - [sym_external_signal_name] = STATE(4351), - [sym_external_variable_name] = STATE(4351), + [sym__expression] = STATE(1550), + [sym_condition_expression] = STATE(2503), + [sym_logical_expression] = STATE(2503), + [sym_relational_expression] = STATE(2503), + [sym_shift_expression] = STATE(2503), + [sym_simple_expression] = STATE(2503), + [sym_unary_operator] = STATE(699), + [sym_sign] = STATE(700), + [sym__primary] = STATE(2502), + [sym_name] = STATE(2501), + [sym__direct_name] = STATE(764), + [sym__identifier] = STATE(1352), + [sym__external_name] = STATE(1352), + [sym_external_constant_name] = STATE(1351), + [sym_external_signal_name] = STATE(1351), + [sym_external_variable_name] = STATE(1351), + [sym__literal] = STATE(2500), + [sym_bit_string_literal] = STATE(2505), + [sym__abstract_literal] = STATE(1399), + [sym_based_literal] = STATE(1466), + [sym_allocator] = STATE(2501), + [sym_parenthesis_expression] = STATE(2501), [sym__tool_directive] = STATE(23), - [sym_while_loop] = STATE(7407), - [sym_for_loop] = STATE(7407), - [sym__target] = STATE(5835), - [sym_aggregate] = STATE(6098), - [sym_label_declaration] = STATE(1500), + [sym_selected_waveforms] = STATE(6951), + [sym_waveform] = STATE(6284), + [sym_waveform_element] = STATE(5497), + [sym_delay_mechanism] = STATE(280), [sym_line_comment] = STATE(23), [sym_block_comment] = STATE(23), - [aux_sym_sequential_block_repeat1] = STATE(29), - [anon_sym_LPAREN] = ACTIONS(9), - [anon_sym_LT_LT] = ACTIONS(11), - [sym_identifier] = ACTIONS(13), - [sym_ASSERT] = ACTIONS(19), - [sym_BLOCK] = ACTIONS(365), - [sym_CASE] = ACTIONS(233), - [sym_END] = ACTIONS(508), - [sym_EXIT] = ACTIONS(369), - [sym_FOR] = ACTIONS(243), - [sym_IF] = ACTIONS(245), - [sym_LOOP] = ACTIONS(247), - [sym_NEXT] = ACTIONS(371), - [sym_NULL] = ACTIONS(373), - [sym_REPORT] = ACTIONS(253), - [sym_RETURN] = ACTIONS(375), - [sym_WAIT] = ACTIONS(377), - [sym_WHILE] = ACTIONS(259), - [sym_WITH] = ACTIONS(69), + [aux_sym_selected_waveforms_repeat1] = STATE(326), + [anon_sym_LPAREN] = ACTIONS(415), + [sym_condition_conversion] = ACTIONS(417), + [anon_sym_PLUS] = ACTIONS(267), + [anon_sym_DASH] = ACTIONS(267), + [anon_sym_LT_LT] = ACTIONS(419), + [sym_identifier] = ACTIONS(421), + [sym_ABS] = ACTIONS(273), + [sym_AND] = ACTIONS(273), + [sym_FORCE] = ACTIONS(467), + [sym_INERTIAL] = ACTIONS(425), + [sym_NAND] = ACTIONS(273), + [sym_NEW] = ACTIONS(427), + [sym_NOR] = ACTIONS(273), + [sym_NOT] = ACTIONS(273), + [sym_NULL] = ACTIONS(429), + [sym_OR] = ACTIONS(273), + [sym_REJECT] = ACTIONS(431), + [sym_TRANSPORT] = ACTIONS(425), + [sym_UNAFFECTED] = ACTIONS(435), + [sym_XNOR] = ACTIONS(273), + [sym_XOR] = ACTIONS(273), [sym__grave_accent] = ACTIONS(3), - [sym_character_literal] = ACTIONS(71), - [sym_operator_symbol] = ACTIONS(71), + [sym_decimal_integer] = ACTIONS(437), + [sym_decimal_float] = ACTIONS(437), + [sym_based_base] = ACTIONS(439), + [sym_character_literal] = ACTIONS(441), + [sym_string_literal] = ACTIONS(429), + [sym_string_literal_std_logic] = ACTIONS(429), + [sym_bit_string_length] = ACTIONS(443), + [sym_bit_string_base] = ACTIONS(445), + [sym_operator_symbol] = ACTIONS(441), [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(421), + [sym_library_constant_boolean] = ACTIONS(429), + [sym_library_constant_character] = ACTIONS(429), + [sym_library_constant_debug] = ACTIONS(429), + [sym_library_constant_env] = ACTIONS(429), + [sym_library_constant_standard] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(441), + [sym_library_function] = ACTIONS(421), + [sym_library_type] = ACTIONS(421), }, [24] = { - [sym__sequential_statement] = STATE(2985), - [sym_sequential_block_statement] = STATE(2933), - [sym_assertion_statement] = STATE(2933), - [sym_assertion] = STATE(7373), - [sym_report_expression] = STATE(5829), - [sym_case_statement] = STATE(2933), - [sym_case_expression] = STATE(6294), - [sym_exit_statement] = STATE(2933), - [sym_if_statement_block] = STATE(2933), - [sym_if_statement] = STATE(6296), - [sym_loop_statement] = STATE(2933), - [sym__iteration_scheme] = STATE(6297), - [sym_loop_body] = STATE(6298), - [sym_next_statement] = STATE(2933), - [sym_null_statement] = STATE(2933), - [sym_procedure_call_statement] = STATE(2933), - [sym_report_statement] = STATE(2933), - [sym_return_statement] = STATE(2933), - [sym_simple_waveform_assignment] = STATE(2933), - [sym_simple_variable_assignment] = STATE(2933), - [sym_simple_force_assignment] = STATE(2933), - [sym_simple_release_assignment] = STATE(2933), - [sym_conditional_signal_assignment] = STATE(2933), - [sym_selected_waveform_assignment] = STATE(2933), - [sym_selected_force_assignment] = STATE(2933), - [sym_selected_variable_assignment] = STATE(2933), - [sym_with_expression] = STATE(6299), - [sym_wait_statement] = STATE(2933), - [sym_name] = STATE(5833), - [sym__direct_name] = STATE(3023), - [sym__label] = STATE(7450), - [sym__identifier] = STATE(4362), - [sym__external_name] = STATE(4362), - [sym_external_constant_name] = STATE(4351), - [sym_external_signal_name] = STATE(4351), - [sym_external_variable_name] = STATE(4351), + [sym__expression] = STATE(1550), + [sym_condition_expression] = STATE(2503), + [sym_logical_expression] = STATE(2503), + [sym_relational_expression] = STATE(2503), + [sym_shift_expression] = STATE(2503), + [sym_simple_expression] = STATE(2503), + [sym_unary_operator] = STATE(699), + [sym_sign] = STATE(700), + [sym__primary] = STATE(2502), + [sym_name] = STATE(2501), + [sym__direct_name] = STATE(764), + [sym__identifier] = STATE(1352), + [sym__external_name] = STATE(1352), + [sym_external_constant_name] = STATE(1351), + [sym_external_signal_name] = STATE(1351), + [sym_external_variable_name] = STATE(1351), + [sym__literal] = STATE(2500), + [sym_bit_string_literal] = STATE(2505), + [sym__abstract_literal] = STATE(1399), + [sym_based_literal] = STATE(1466), + [sym_allocator] = STATE(2501), + [sym_parenthesis_expression] = STATE(2501), [sym__tool_directive] = STATE(24), - [sym_while_loop] = STATE(7407), - [sym_for_loop] = STATE(7407), - [sym__target] = STATE(5835), - [sym_aggregate] = STATE(6098), - [sym_label_declaration] = STATE(1500), + [sym_selected_waveforms] = STATE(7567), + [sym_waveform] = STATE(6284), + [sym_waveform_element] = STATE(5497), + [sym_delay_mechanism] = STATE(297), [sym_line_comment] = STATE(24), [sym_block_comment] = STATE(24), - [aux_sym_sequential_block_repeat1] = STATE(61), - [anon_sym_LPAREN] = ACTIONS(9), - [anon_sym_LT_LT] = ACTIONS(11), - [sym_identifier] = ACTIONS(13), - [sym_ASSERT] = ACTIONS(19), - [sym_BLOCK] = ACTIONS(365), - [sym_CASE] = ACTIONS(233), - [sym_END] = ACTIONS(510), - [sym_EXIT] = ACTIONS(369), - [sym_FOR] = ACTIONS(243), - [sym_IF] = ACTIONS(245), - [sym_LOOP] = ACTIONS(247), - [sym_NEXT] = ACTIONS(371), - [sym_NULL] = ACTIONS(373), - [sym_REPORT] = ACTIONS(253), - [sym_RETURN] = ACTIONS(375), - [sym_WAIT] = ACTIONS(377), - [sym_WHILE] = ACTIONS(259), - [sym_WITH] = ACTIONS(69), + [aux_sym_selected_waveforms_repeat1] = STATE(326), + [anon_sym_LPAREN] = ACTIONS(415), + [sym_condition_conversion] = ACTIONS(417), + [anon_sym_PLUS] = ACTIONS(267), + [anon_sym_DASH] = ACTIONS(267), + [anon_sym_LT_LT] = ACTIONS(419), + [sym_identifier] = ACTIONS(421), + [sym_ABS] = ACTIONS(273), + [sym_AND] = ACTIONS(273), + [sym_FORCE] = ACTIONS(469), + [sym_INERTIAL] = ACTIONS(425), + [sym_NAND] = ACTIONS(273), + [sym_NEW] = ACTIONS(427), + [sym_NOR] = ACTIONS(273), + [sym_NOT] = ACTIONS(273), + [sym_NULL] = ACTIONS(429), + [sym_OR] = ACTIONS(273), + [sym_REJECT] = ACTIONS(431), + [sym_TRANSPORT] = ACTIONS(425), + [sym_UNAFFECTED] = ACTIONS(435), + [sym_XNOR] = ACTIONS(273), + [sym_XOR] = ACTIONS(273), [sym__grave_accent] = ACTIONS(3), - [sym_character_literal] = ACTIONS(71), - [sym_operator_symbol] = ACTIONS(71), + [sym_decimal_integer] = ACTIONS(437), + [sym_decimal_float] = ACTIONS(437), + [sym_based_base] = ACTIONS(439), + [sym_character_literal] = ACTIONS(441), + [sym_string_literal] = ACTIONS(429), + [sym_string_literal_std_logic] = ACTIONS(429), + [sym_bit_string_length] = ACTIONS(443), + [sym_bit_string_base] = ACTIONS(445), + [sym_operator_symbol] = ACTIONS(441), [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(421), + [sym_library_constant_boolean] = ACTIONS(429), + [sym_library_constant_character] = ACTIONS(429), + [sym_library_constant_debug] = ACTIONS(429), + [sym_library_constant_env] = ACTIONS(429), + [sym_library_constant_standard] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(441), + [sym_library_function] = ACTIONS(421), + [sym_library_type] = ACTIONS(421), }, [25] = { - [sym__expression] = STATE(1519), - [sym_condition_expression] = STATE(2536), - [sym_logical_expression] = STATE(2536), - [sym_relational_expression] = STATE(2536), - [sym_shift_expression] = STATE(2536), - [sym_simple_expression] = STATE(2536), - [sym_unary_operator] = STATE(704), - [sym_sign] = STATE(705), - [sym__primary] = STATE(2508), - [sym_name] = STATE(2509), - [sym__direct_name] = STATE(777), - [sym__identifier] = STATE(1411), - [sym__external_name] = STATE(1411), - [sym_external_constant_name] = STATE(1412), - [sym_external_signal_name] = STATE(1412), - [sym_external_variable_name] = STATE(1412), - [sym__literal] = STATE(2510), - [sym_bit_string_literal] = STATE(2506), - [sym__abstract_literal] = STATE(1408), - [sym_based_literal] = STATE(1627), - [sym_allocator] = STATE(2509), - [sym_parenthesis_expression] = STATE(2509), + [sym__expression] = STATE(1550), + [sym_condition_expression] = STATE(2503), + [sym_logical_expression] = STATE(2503), + [sym_relational_expression] = STATE(2503), + [sym_shift_expression] = STATE(2503), + [sym_simple_expression] = STATE(2503), + [sym_unary_operator] = STATE(699), + [sym_sign] = STATE(700), + [sym__primary] = STATE(2502), + [sym_name] = STATE(2501), + [sym__direct_name] = STATE(764), + [sym__identifier] = STATE(1352), + [sym__external_name] = STATE(1352), + [sym_external_constant_name] = STATE(1351), + [sym_external_signal_name] = STATE(1351), + [sym_external_variable_name] = STATE(1351), + [sym__literal] = STATE(2500), + [sym_bit_string_literal] = STATE(2505), + [sym__abstract_literal] = STATE(1399), + [sym_based_literal] = STATE(1466), + [sym_allocator] = STATE(2501), + [sym_parenthesis_expression] = STATE(2501), [sym__tool_directive] = STATE(25), - [sym_selected_waveforms] = STATE(7008), - [sym_waveform] = STATE(6286), - [sym_waveform_element] = STATE(5397), - [sym_delay_mechanism] = STATE(300), + [sym_waveform] = STATE(5757), + [sym_waveform_element] = STATE(5497), + [sym_conditional_waveforms] = STATE(6940), + [sym_delay_mechanism] = STATE(343), [sym_line_comment] = STATE(25), [sym_block_comment] = STATE(25), - [aux_sym_selected_waveforms_repeat1] = STATE(339), - [anon_sym_LPAREN] = ACTIONS(411), - [sym_condition_conversion] = ACTIONS(413), + [anon_sym_LPAREN] = ACTIONS(415), + [sym_condition_conversion] = ACTIONS(417), [anon_sym_PLUS] = ACTIONS(267), [anon_sym_DASH] = ACTIONS(267), - [anon_sym_LT_LT] = ACTIONS(415), - [sym_identifier] = ACTIONS(417), + [anon_sym_LT_LT] = ACTIONS(419), + [sym_identifier] = ACTIONS(421), [sym_ABS] = ACTIONS(273), [sym_AND] = ACTIONS(273), - [sym_GUARDED] = ACTIONS(512), - [sym_INERTIAL] = ACTIONS(421), + [sym_FORCE] = ACTIONS(471), + [sym_INERTIAL] = ACTIONS(425), [sym_NAND] = ACTIONS(273), - [sym_NEW] = ACTIONS(423), + [sym_NEW] = ACTIONS(427), [sym_NOR] = ACTIONS(273), [sym_NOT] = ACTIONS(273), - [sym_NULL] = ACTIONS(425), + [sym_NULL] = ACTIONS(429), [sym_OR] = ACTIONS(273), - [sym_REJECT] = ACTIONS(427), - [sym_TRANSPORT] = ACTIONS(421), - [sym_UNAFFECTED] = ACTIONS(429), + [sym_REJECT] = ACTIONS(431), + [sym_RELEASE] = ACTIONS(473), + [sym_TRANSPORT] = ACTIONS(425), + [sym_UNAFFECTED] = ACTIONS(435), [sym_XNOR] = ACTIONS(273), [sym_XOR] = ACTIONS(273), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(431), - [sym_decimal_float] = ACTIONS(431), - [sym_based_base] = ACTIONS(433), - [sym_character_literal] = ACTIONS(435), - [sym_string_literal] = ACTIONS(425), - [sym_string_literal_std_logic] = ACTIONS(425), - [sym_bit_string_length] = ACTIONS(437), - [sym_bit_string_base] = ACTIONS(439), - [sym_operator_symbol] = ACTIONS(435), + [sym_decimal_integer] = ACTIONS(437), + [sym_decimal_float] = ACTIONS(437), + [sym_based_base] = ACTIONS(439), + [sym_character_literal] = ACTIONS(441), + [sym_string_literal] = ACTIONS(429), + [sym_string_literal_std_logic] = ACTIONS(429), + [sym_bit_string_length] = ACTIONS(443), + [sym_bit_string_base] = ACTIONS(445), + [sym_operator_symbol] = ACTIONS(441), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(417), - [sym_library_constant_boolean] = ACTIONS(425), - [sym_library_constant_character] = ACTIONS(425), - [sym_library_constant_debug] = ACTIONS(425), - [sym_library_constant_env] = ACTIONS(425), - [sym_library_constant_standard] = ACTIONS(425), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(417), - [sym_library_type] = ACTIONS(417), + [sym_library_constant] = ACTIONS(421), + [sym_library_constant_boolean] = ACTIONS(429), + [sym_library_constant_character] = ACTIONS(429), + [sym_library_constant_debug] = ACTIONS(429), + [sym_library_constant_env] = ACTIONS(429), + [sym_library_constant_standard] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(441), + [sym_library_function] = ACTIONS(421), + [sym_library_type] = ACTIONS(421), }, [26] = { - [sym__sequential_statement] = STATE(2985), - [sym_sequential_block_statement] = STATE(2933), - [sym_assertion_statement] = STATE(2933), - [sym_assertion] = STATE(7373), - [sym_report_expression] = STATE(5829), - [sym_case_statement] = STATE(2933), - [sym_case_expression] = STATE(6294), - [sym_exit_statement] = STATE(2933), - [sym_if_statement_block] = STATE(2933), - [sym_if_statement] = STATE(6296), - [sym_loop_statement] = STATE(2933), - [sym__iteration_scheme] = STATE(6297), - [sym_loop_body] = STATE(6298), - [sym_next_statement] = STATE(2933), - [sym_null_statement] = STATE(2933), - [sym_procedure_call_statement] = STATE(2933), - [sym_report_statement] = STATE(2933), - [sym_return_statement] = STATE(2933), - [sym_simple_waveform_assignment] = STATE(2933), - [sym_simple_variable_assignment] = STATE(2933), - [sym_simple_force_assignment] = STATE(2933), - [sym_simple_release_assignment] = STATE(2933), - [sym_conditional_signal_assignment] = STATE(2933), - [sym_selected_waveform_assignment] = STATE(2933), - [sym_selected_force_assignment] = STATE(2933), - [sym_selected_variable_assignment] = STATE(2933), - [sym_with_expression] = STATE(6299), - [sym_wait_statement] = STATE(2933), - [sym_name] = STATE(5833), - [sym__direct_name] = STATE(3023), - [sym__label] = STATE(7450), - [sym__identifier] = STATE(4362), - [sym__external_name] = STATE(4362), - [sym_external_constant_name] = STATE(4351), - [sym_external_signal_name] = STATE(4351), - [sym_external_variable_name] = STATE(4351), + [sym__expression] = STATE(1550), + [sym_condition_expression] = STATE(2503), + [sym_logical_expression] = STATE(2503), + [sym_relational_expression] = STATE(2503), + [sym_shift_expression] = STATE(2503), + [sym_simple_expression] = STATE(2503), + [sym_unary_operator] = STATE(699), + [sym_sign] = STATE(700), + [sym__primary] = STATE(2502), + [sym_name] = STATE(2501), + [sym__direct_name] = STATE(764), + [sym__identifier] = STATE(1352), + [sym__external_name] = STATE(1352), + [sym_external_constant_name] = STATE(1351), + [sym_external_signal_name] = STATE(1351), + [sym_external_variable_name] = STATE(1351), + [sym__literal] = STATE(2500), + [sym_bit_string_literal] = STATE(2505), + [sym__abstract_literal] = STATE(1399), + [sym_based_literal] = STATE(1466), + [sym_allocator] = STATE(2501), + [sym_parenthesis_expression] = STATE(2501), [sym__tool_directive] = STATE(26), - [sym_while_loop] = STATE(7407), - [sym_for_loop] = STATE(7407), - [sym__target] = STATE(5835), - [sym_aggregate] = STATE(6098), - [sym_label_declaration] = STATE(1500), + [sym_selected_waveforms] = STATE(6608), + [sym_waveform] = STATE(6284), + [sym_waveform_element] = STATE(5497), + [sym_delay_mechanism] = STATE(274), [sym_line_comment] = STATE(26), [sym_block_comment] = STATE(26), - [aux_sym_sequential_block_repeat1] = STATE(24), - [anon_sym_LPAREN] = ACTIONS(9), - [anon_sym_LT_LT] = ACTIONS(11), - [sym_identifier] = ACTIONS(13), - [sym_ASSERT] = ACTIONS(19), - [sym_BLOCK] = ACTIONS(365), - [sym_CASE] = ACTIONS(233), - [sym_END] = ACTIONS(514), - [sym_EXIT] = ACTIONS(369), - [sym_FOR] = ACTIONS(243), - [sym_IF] = ACTIONS(245), - [sym_LOOP] = ACTIONS(247), - [sym_NEXT] = ACTIONS(371), - [sym_NULL] = ACTIONS(373), - [sym_REPORT] = ACTIONS(253), - [sym_RETURN] = ACTIONS(375), - [sym_WAIT] = ACTIONS(377), - [sym_WHILE] = ACTIONS(259), - [sym_WITH] = ACTIONS(69), + [aux_sym_selected_waveforms_repeat1] = STATE(326), + [anon_sym_LPAREN] = ACTIONS(415), + [sym_condition_conversion] = ACTIONS(417), + [anon_sym_PLUS] = ACTIONS(267), + [anon_sym_DASH] = ACTIONS(267), + [anon_sym_LT_LT] = ACTIONS(419), + [sym_identifier] = ACTIONS(421), + [sym_ABS] = ACTIONS(273), + [sym_AND] = ACTIONS(273), + [sym_GUARDED] = ACTIONS(475), + [sym_INERTIAL] = ACTIONS(425), + [sym_NAND] = ACTIONS(273), + [sym_NEW] = ACTIONS(427), + [sym_NOR] = ACTIONS(273), + [sym_NOT] = ACTIONS(273), + [sym_NULL] = ACTIONS(429), + [sym_OR] = ACTIONS(273), + [sym_REJECT] = ACTIONS(431), + [sym_TRANSPORT] = ACTIONS(425), + [sym_UNAFFECTED] = ACTIONS(435), + [sym_XNOR] = ACTIONS(273), + [sym_XOR] = ACTIONS(273), [sym__grave_accent] = ACTIONS(3), - [sym_character_literal] = ACTIONS(71), - [sym_operator_symbol] = ACTIONS(71), + [sym_decimal_integer] = ACTIONS(437), + [sym_decimal_float] = ACTIONS(437), + [sym_based_base] = ACTIONS(439), + [sym_character_literal] = ACTIONS(441), + [sym_string_literal] = ACTIONS(429), + [sym_string_literal_std_logic] = ACTIONS(429), + [sym_bit_string_length] = ACTIONS(443), + [sym_bit_string_base] = ACTIONS(445), + [sym_operator_symbol] = ACTIONS(441), [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(421), + [sym_library_constant_boolean] = ACTIONS(429), + [sym_library_constant_character] = ACTIONS(429), + [sym_library_constant_debug] = ACTIONS(429), + [sym_library_constant_env] = ACTIONS(429), + [sym_library_constant_standard] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(441), + [sym_library_function] = ACTIONS(421), + [sym_library_type] = ACTIONS(421), }, [27] = { - [sym__expression] = STATE(1519), - [sym_condition_expression] = STATE(2536), - [sym_logical_expression] = STATE(2536), - [sym_relational_expression] = STATE(2536), - [sym_shift_expression] = STATE(2536), - [sym_simple_expression] = STATE(2536), - [sym_unary_operator] = STATE(704), - [sym_sign] = STATE(705), - [sym__primary] = STATE(2508), - [sym_name] = STATE(2509), - [sym__direct_name] = STATE(777), - [sym__identifier] = STATE(1411), - [sym__external_name] = STATE(1411), - [sym_external_constant_name] = STATE(1412), - [sym_external_signal_name] = STATE(1412), - [sym_external_variable_name] = STATE(1412), - [sym__literal] = STATE(2510), - [sym_bit_string_literal] = STATE(2506), - [sym__abstract_literal] = STATE(1408), - [sym_based_literal] = STATE(1627), - [sym_allocator] = STATE(2509), - [sym_parenthesis_expression] = STATE(2509), + [sym_conditional_expression] = STATE(6473), + [sym__expression] = STATE(1033), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(2425), + [sym_unary_operator] = STATE(657), + [sym_sign] = STATE(661), + [sym__primary] = STATE(1990), + [sym_name] = STATE(2432), + [sym__direct_name] = STATE(736), + [sym__identifier] = STATE(954), + [sym__external_name] = STATE(954), + [sym_external_constant_name] = STATE(929), + [sym_external_signal_name] = STATE(929), + [sym_external_variable_name] = STATE(929), + [sym_association_or_range_list] = STATE(6631), + [sym__association_or_range] = STATE(5712), + [sym_association_element] = STATE(6523), + [sym__actual_part] = STATE(6481), + [sym__literal] = STATE(1992), + [sym_bit_string_literal] = STATE(1984), + [sym__abstract_literal] = STATE(964), + [sym_based_literal] = STATE(1073), + [sym_allocator] = STATE(1991), + [sym_parenthesis_expression] = STATE(1991), + [sym__range] = STATE(6523), + [sym_simple_range] = STATE(4995), [sym__tool_directive] = STATE(27), - [sym_selected_waveforms] = STATE(6893), - [sym_waveform] = STATE(6286), - [sym_waveform_element] = STATE(5397), - [sym_delay_mechanism] = STATE(248), [sym_line_comment] = STATE(27), [sym_block_comment] = STATE(27), - [aux_sym_selected_waveforms_repeat1] = STATE(339), - [anon_sym_LPAREN] = ACTIONS(411), - [sym_condition_conversion] = ACTIONS(413), + [anon_sym_LPAREN] = ACTIONS(263), + [anon_sym_RPAREN] = ACTIONS(477), + [sym_condition_conversion] = ACTIONS(265), [anon_sym_PLUS] = ACTIONS(267), [anon_sym_DASH] = ACTIONS(267), - [anon_sym_LT_LT] = ACTIONS(415), - [sym_identifier] = ACTIONS(417), + [anon_sym_LT_LT] = ACTIONS(401), + [sym_identifier] = ACTIONS(403), [sym_ABS] = ACTIONS(273), [sym_AND] = ACTIONS(273), - [sym_GUARDED] = ACTIONS(516), - [sym_INERTIAL] = ACTIONS(421), + [sym_INERTIAL] = ACTIONS(405), [sym_NAND] = ACTIONS(273), - [sym_NEW] = ACTIONS(423), + [sym_NEW] = ACTIONS(275), [sym_NOR] = ACTIONS(273), [sym_NOT] = ACTIONS(273), - [sym_NULL] = ACTIONS(425), + [sym_NULL] = ACTIONS(277), + [sym_OPEN] = ACTIONS(407), [sym_OR] = ACTIONS(273), - [sym_REJECT] = ACTIONS(427), - [sym_TRANSPORT] = ACTIONS(421), - [sym_UNAFFECTED] = ACTIONS(429), [sym_XNOR] = ACTIONS(273), [sym_XOR] = ACTIONS(273), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(431), - [sym_decimal_float] = ACTIONS(431), - [sym_based_base] = ACTIONS(433), - [sym_character_literal] = ACTIONS(435), - [sym_string_literal] = ACTIONS(425), - [sym_string_literal_std_logic] = ACTIONS(425), - [sym_bit_string_length] = ACTIONS(437), - [sym_bit_string_base] = ACTIONS(439), - [sym_operator_symbol] = ACTIONS(435), + [sym_decimal_integer] = ACTIONS(283), + [sym_decimal_float] = ACTIONS(283), + [sym_based_base] = ACTIONS(285), + [sym_character_literal] = ACTIONS(409), + [sym_string_literal] = ACTIONS(277), + [sym_string_literal_std_logic] = ACTIONS(277), + [sym_bit_string_length] = ACTIONS(289), + [sym_bit_string_base] = ACTIONS(291), + [sym_operator_symbol] = ACTIONS(409), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(417), - [sym_library_constant_boolean] = ACTIONS(425), - [sym_library_constant_character] = ACTIONS(425), - [sym_library_constant_debug] = ACTIONS(425), - [sym_library_constant_env] = ACTIONS(425), - [sym_library_constant_standard] = ACTIONS(425), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(417), - [sym_library_type] = ACTIONS(417), + [sym_library_constant] = ACTIONS(403), + [sym_library_constant_boolean] = ACTIONS(277), + [sym_library_constant_character] = ACTIONS(277), + [sym_library_constant_debug] = ACTIONS(277), + [sym_library_constant_env] = ACTIONS(277), + [sym_library_constant_standard] = ACTIONS(277), + [sym_library_constant_std_logic] = ACTIONS(409), + [sym_library_function] = ACTIONS(403), + [sym_library_type] = ACTIONS(403), }, [28] = { - [sym__sequential_statement] = STATE(2985), - [sym_sequential_block_statement] = STATE(2933), - [sym_assertion_statement] = STATE(2933), - [sym_assertion] = STATE(7373), - [sym_report_expression] = STATE(5829), - [sym_case_statement] = STATE(2933), - [sym_case_expression] = STATE(6294), - [sym_exit_statement] = STATE(2933), - [sym_if_statement_block] = STATE(2933), - [sym_if_statement] = STATE(6296), - [sym_loop_statement] = STATE(2933), - [sym__iteration_scheme] = STATE(6297), - [sym_loop_body] = STATE(6298), - [sym_next_statement] = STATE(2933), - [sym_null_statement] = STATE(2933), - [sym_procedure_call_statement] = STATE(2933), - [sym_report_statement] = STATE(2933), - [sym_return_statement] = STATE(2933), - [sym_simple_waveform_assignment] = STATE(2933), - [sym_simple_variable_assignment] = STATE(2933), - [sym_simple_force_assignment] = STATE(2933), - [sym_simple_release_assignment] = STATE(2933), - [sym_conditional_signal_assignment] = STATE(2933), - [sym_selected_waveform_assignment] = STATE(2933), - [sym_selected_force_assignment] = STATE(2933), - [sym_selected_variable_assignment] = STATE(2933), - [sym_with_expression] = STATE(6299), - [sym_wait_statement] = STATE(2933), - [sym_name] = STATE(5833), - [sym__direct_name] = STATE(3023), - [sym__label] = STATE(7450), - [sym__identifier] = STATE(4362), - [sym__external_name] = STATE(4362), - [sym_external_constant_name] = STATE(4351), - [sym_external_signal_name] = STATE(4351), - [sym_external_variable_name] = STATE(4351), + [sym__expression] = STATE(1550), + [sym_condition_expression] = STATE(2503), + [sym_logical_expression] = STATE(2503), + [sym_relational_expression] = STATE(2503), + [sym_shift_expression] = STATE(2503), + [sym_simple_expression] = STATE(2503), + [sym_unary_operator] = STATE(699), + [sym_sign] = STATE(700), + [sym__primary] = STATE(2502), + [sym_name] = STATE(2501), + [sym__direct_name] = STATE(764), + [sym__identifier] = STATE(1352), + [sym__external_name] = STATE(1352), + [sym_external_constant_name] = STATE(1351), + [sym_external_signal_name] = STATE(1351), + [sym_external_variable_name] = STATE(1351), + [sym__literal] = STATE(2500), + [sym_bit_string_literal] = STATE(2505), + [sym__abstract_literal] = STATE(1399), + [sym_based_literal] = STATE(1466), + [sym_allocator] = STATE(2501), + [sym_parenthesis_expression] = STATE(2501), [sym__tool_directive] = STATE(28), - [sym_while_loop] = STATE(7407), - [sym_for_loop] = STATE(7407), - [sym__target] = STATE(5835), - [sym_aggregate] = STATE(6098), - [sym_label_declaration] = STATE(1500), + [sym_selected_waveforms] = STATE(6862), + [sym_waveform] = STATE(6284), + [sym_waveform_element] = STATE(5497), + [sym_delay_mechanism] = STATE(287), [sym_line_comment] = STATE(28), [sym_block_comment] = STATE(28), - [aux_sym_sequential_block_repeat1] = STATE(61), - [anon_sym_LPAREN] = ACTIONS(9), - [anon_sym_LT_LT] = ACTIONS(11), - [sym_identifier] = ACTIONS(13), - [sym_ASSERT] = ACTIONS(19), - [sym_BLOCK] = ACTIONS(365), - [sym_CASE] = ACTIONS(233), - [sym_END] = ACTIONS(293), - [sym_EXIT] = ACTIONS(369), - [sym_FOR] = ACTIONS(243), - [sym_IF] = ACTIONS(245), - [sym_LOOP] = ACTIONS(247), - [sym_NEXT] = ACTIONS(371), - [sym_NULL] = ACTIONS(373), - [sym_REPORT] = ACTIONS(253), - [sym_RETURN] = ACTIONS(375), - [sym_WAIT] = ACTIONS(377), - [sym_WHILE] = ACTIONS(259), - [sym_WITH] = ACTIONS(69), + [aux_sym_selected_waveforms_repeat1] = STATE(326), + [anon_sym_LPAREN] = ACTIONS(415), + [sym_condition_conversion] = ACTIONS(417), + [anon_sym_PLUS] = ACTIONS(267), + [anon_sym_DASH] = ACTIONS(267), + [anon_sym_LT_LT] = ACTIONS(419), + [sym_identifier] = ACTIONS(421), + [sym_ABS] = ACTIONS(273), + [sym_AND] = ACTIONS(273), + [sym_FORCE] = ACTIONS(479), + [sym_INERTIAL] = ACTIONS(425), + [sym_NAND] = ACTIONS(273), + [sym_NEW] = ACTIONS(427), + [sym_NOR] = ACTIONS(273), + [sym_NOT] = ACTIONS(273), + [sym_NULL] = ACTIONS(429), + [sym_OR] = ACTIONS(273), + [sym_REJECT] = ACTIONS(431), + [sym_TRANSPORT] = ACTIONS(425), + [sym_UNAFFECTED] = ACTIONS(435), + [sym_XNOR] = ACTIONS(273), + [sym_XOR] = ACTIONS(273), [sym__grave_accent] = ACTIONS(3), - [sym_character_literal] = ACTIONS(71), - [sym_operator_symbol] = ACTIONS(71), + [sym_decimal_integer] = ACTIONS(437), + [sym_decimal_float] = ACTIONS(437), + [sym_based_base] = ACTIONS(439), + [sym_character_literal] = ACTIONS(441), + [sym_string_literal] = ACTIONS(429), + [sym_string_literal_std_logic] = ACTIONS(429), + [sym_bit_string_length] = ACTIONS(443), + [sym_bit_string_base] = ACTIONS(445), + [sym_operator_symbol] = ACTIONS(441), [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(421), + [sym_library_constant_boolean] = ACTIONS(429), + [sym_library_constant_character] = ACTIONS(429), + [sym_library_constant_debug] = ACTIONS(429), + [sym_library_constant_env] = ACTIONS(429), + [sym_library_constant_standard] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(441), + [sym_library_function] = ACTIONS(421), + [sym_library_type] = ACTIONS(421), }, [29] = { - [sym__sequential_statement] = STATE(2985), - [sym_sequential_block_statement] = STATE(2933), - [sym_assertion_statement] = STATE(2933), - [sym_assertion] = STATE(7373), - [sym_report_expression] = STATE(5829), - [sym_case_statement] = STATE(2933), - [sym_case_expression] = STATE(6294), - [sym_exit_statement] = STATE(2933), - [sym_if_statement_block] = STATE(2933), - [sym_if_statement] = STATE(6296), - [sym_loop_statement] = STATE(2933), - [sym__iteration_scheme] = STATE(6297), - [sym_loop_body] = STATE(6298), - [sym_next_statement] = STATE(2933), - [sym_null_statement] = STATE(2933), - [sym_procedure_call_statement] = STATE(2933), - [sym_report_statement] = STATE(2933), - [sym_return_statement] = STATE(2933), - [sym_simple_waveform_assignment] = STATE(2933), - [sym_simple_variable_assignment] = STATE(2933), - [sym_simple_force_assignment] = STATE(2933), - [sym_simple_release_assignment] = STATE(2933), - [sym_conditional_signal_assignment] = STATE(2933), - [sym_selected_waveform_assignment] = STATE(2933), - [sym_selected_force_assignment] = STATE(2933), - [sym_selected_variable_assignment] = STATE(2933), - [sym_with_expression] = STATE(6299), - [sym_wait_statement] = STATE(2933), - [sym_name] = STATE(5833), - [sym__direct_name] = STATE(3023), - [sym__label] = STATE(7450), - [sym__identifier] = STATE(4362), - [sym__external_name] = STATE(4362), - [sym_external_constant_name] = STATE(4351), - [sym_external_signal_name] = STATE(4351), - [sym_external_variable_name] = STATE(4351), + [sym__expression] = STATE(1550), + [sym_condition_expression] = STATE(2503), + [sym_logical_expression] = STATE(2503), + [sym_relational_expression] = STATE(2503), + [sym_shift_expression] = STATE(2503), + [sym_simple_expression] = STATE(2503), + [sym_unary_operator] = STATE(699), + [sym_sign] = STATE(700), + [sym__primary] = STATE(2502), + [sym_name] = STATE(2501), + [sym__direct_name] = STATE(764), + [sym__identifier] = STATE(1352), + [sym__external_name] = STATE(1352), + [sym_external_constant_name] = STATE(1351), + [sym_external_signal_name] = STATE(1351), + [sym_external_variable_name] = STATE(1351), + [sym__literal] = STATE(2500), + [sym_bit_string_literal] = STATE(2505), + [sym__abstract_literal] = STATE(1399), + [sym_based_literal] = STATE(1466), + [sym_allocator] = STATE(2501), + [sym_parenthesis_expression] = STATE(2501), [sym__tool_directive] = STATE(29), - [sym_while_loop] = STATE(7407), - [sym_for_loop] = STATE(7407), - [sym__target] = STATE(5835), - [sym_aggregate] = STATE(6098), - [sym_label_declaration] = STATE(1500), + [sym_selected_waveforms] = STATE(7169), + [sym_waveform] = STATE(6284), + [sym_waveform_element] = STATE(5497), + [sym_delay_mechanism] = STATE(238), [sym_line_comment] = STATE(29), [sym_block_comment] = STATE(29), - [aux_sym_sequential_block_repeat1] = STATE(61), - [anon_sym_LPAREN] = ACTIONS(9), - [anon_sym_LT_LT] = ACTIONS(11), - [sym_identifier] = ACTIONS(13), - [sym_ASSERT] = ACTIONS(19), - [sym_BLOCK] = ACTIONS(365), - [sym_CASE] = ACTIONS(233), - [sym_END] = ACTIONS(518), - [sym_EXIT] = ACTIONS(369), - [sym_FOR] = ACTIONS(243), - [sym_IF] = ACTIONS(245), - [sym_LOOP] = ACTIONS(247), - [sym_NEXT] = ACTIONS(371), - [sym_NULL] = ACTIONS(373), - [sym_REPORT] = ACTIONS(253), - [sym_RETURN] = ACTIONS(375), - [sym_WAIT] = ACTIONS(377), - [sym_WHILE] = ACTIONS(259), - [sym_WITH] = ACTIONS(69), + [aux_sym_selected_waveforms_repeat1] = STATE(326), + [anon_sym_LPAREN] = ACTIONS(415), + [sym_condition_conversion] = ACTIONS(417), + [anon_sym_PLUS] = ACTIONS(267), + [anon_sym_DASH] = ACTIONS(267), + [anon_sym_LT_LT] = ACTIONS(419), + [sym_identifier] = ACTIONS(421), + [sym_ABS] = ACTIONS(273), + [sym_AND] = ACTIONS(273), + [sym_GUARDED] = ACTIONS(481), + [sym_INERTIAL] = ACTIONS(425), + [sym_NAND] = ACTIONS(273), + [sym_NEW] = ACTIONS(427), + [sym_NOR] = ACTIONS(273), + [sym_NOT] = ACTIONS(273), + [sym_NULL] = ACTIONS(429), + [sym_OR] = ACTIONS(273), + [sym_REJECT] = ACTIONS(431), + [sym_TRANSPORT] = ACTIONS(425), + [sym_UNAFFECTED] = ACTIONS(435), + [sym_XNOR] = ACTIONS(273), + [sym_XOR] = ACTIONS(273), [sym__grave_accent] = ACTIONS(3), - [sym_character_literal] = ACTIONS(71), - [sym_operator_symbol] = ACTIONS(71), + [sym_decimal_integer] = ACTIONS(437), + [sym_decimal_float] = ACTIONS(437), + [sym_based_base] = ACTIONS(439), + [sym_character_literal] = ACTIONS(441), + [sym_string_literal] = ACTIONS(429), + [sym_string_literal_std_logic] = ACTIONS(429), + [sym_bit_string_length] = ACTIONS(443), + [sym_bit_string_base] = ACTIONS(445), + [sym_operator_symbol] = ACTIONS(441), [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(421), + [sym_library_constant_boolean] = ACTIONS(429), + [sym_library_constant_character] = ACTIONS(429), + [sym_library_constant_debug] = ACTIONS(429), + [sym_library_constant_env] = ACTIONS(429), + [sym_library_constant_standard] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(441), + [sym_library_function] = ACTIONS(421), + [sym_library_type] = ACTIONS(421), }, [30] = { - [sym_conditional_expression] = STATE(6048), - [sym__expression] = STATE(1102), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(2352), - [sym_unary_operator] = STATE(686), - [sym_sign] = STATE(687), - [sym__primary] = STATE(2097), - [sym_name] = STATE(2353), - [sym__direct_name] = STATE(734), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(967), - [sym_external_signal_name] = STATE(967), - [sym_external_variable_name] = STATE(967), - [sym_association_or_range_list] = STATE(7508), - [sym__association_or_range] = STATE(5636), - [sym_association_element] = STATE(6166), - [sym__actual_part] = STATE(6171), - [sym__literal] = STATE(2099), - [sym_bit_string_literal] = STATE(2089), - [sym__abstract_literal] = STATE(997), - [sym_based_literal] = STATE(1044), - [sym_allocator] = STATE(2098), - [sym_parenthesis_expression] = STATE(2098), - [sym__range] = STATE(6166), - [sym_simple_range] = STATE(5022), + [sym_conditional_expression] = STATE(6473), + [sym__expression] = STATE(1033), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(2425), + [sym_unary_operator] = STATE(657), + [sym_sign] = STATE(661), + [sym__primary] = STATE(1990), + [sym_name] = STATE(2432), + [sym__direct_name] = STATE(736), + [sym__identifier] = STATE(954), + [sym__external_name] = STATE(954), + [sym_external_constant_name] = STATE(929), + [sym_external_signal_name] = STATE(929), + [sym_external_variable_name] = STATE(929), + [sym_association_or_range_list] = STATE(8033), + [sym__association_or_range] = STATE(5712), + [sym_association_element] = STATE(6523), + [sym__actual_part] = STATE(6481), + [sym__literal] = STATE(1992), + [sym_bit_string_literal] = STATE(1984), + [sym__abstract_literal] = STATE(964), + [sym_based_literal] = STATE(1073), + [sym_allocator] = STATE(1991), + [sym_parenthesis_expression] = STATE(1991), + [sym__range] = STATE(6523), + [sym_simple_range] = STATE(4995), [sym__tool_directive] = STATE(30), [sym_line_comment] = STATE(30), [sym_block_comment] = STATE(30), [anon_sym_LPAREN] = ACTIONS(263), - [anon_sym_RPAREN] = ACTIONS(520), + [anon_sym_RPAREN] = ACTIONS(483), [sym_condition_conversion] = ACTIONS(265), [anon_sym_PLUS] = ACTIONS(267), [anon_sym_DASH] = ACTIONS(267), @@ -24191,40 +24191,40 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_type] = ACTIONS(403), }, [31] = { - [sym_conditional_expression] = STATE(6048), - [sym__expression] = STATE(1102), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(2352), - [sym_unary_operator] = STATE(686), - [sym_sign] = STATE(687), - [sym__primary] = STATE(2097), - [sym_name] = STATE(2353), - [sym__direct_name] = STATE(734), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(967), - [sym_external_signal_name] = STATE(967), - [sym_external_variable_name] = STATE(967), - [sym_association_or_range_list] = STATE(8101), - [sym__association_or_range] = STATE(5636), - [sym_association_element] = STATE(6166), - [sym__actual_part] = STATE(6171), - [sym__literal] = STATE(2099), - [sym_bit_string_literal] = STATE(2089), - [sym__abstract_literal] = STATE(997), - [sym_based_literal] = STATE(1044), - [sym_allocator] = STATE(2098), - [sym_parenthesis_expression] = STATE(2098), - [sym__range] = STATE(6166), - [sym_simple_range] = STATE(5022), + [sym_conditional_expression] = STATE(6473), + [sym__expression] = STATE(1033), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(2425), + [sym_unary_operator] = STATE(657), + [sym_sign] = STATE(661), + [sym__primary] = STATE(1990), + [sym_name] = STATE(2432), + [sym__direct_name] = STATE(736), + [sym__identifier] = STATE(954), + [sym__external_name] = STATE(954), + [sym_external_constant_name] = STATE(929), + [sym_external_signal_name] = STATE(929), + [sym_external_variable_name] = STATE(929), + [sym_association_or_range_list] = STATE(6808), + [sym__association_or_range] = STATE(5712), + [sym_association_element] = STATE(6523), + [sym__actual_part] = STATE(6481), + [sym__literal] = STATE(1992), + [sym_bit_string_literal] = STATE(1984), + [sym__abstract_literal] = STATE(964), + [sym_based_literal] = STATE(1073), + [sym_allocator] = STATE(1991), + [sym_parenthesis_expression] = STATE(1991), + [sym__range] = STATE(6523), + [sym_simple_range] = STATE(4995), [sym__tool_directive] = STATE(31), [sym_line_comment] = STATE(31), [sym_block_comment] = STATE(31), [anon_sym_LPAREN] = ACTIONS(263), - [anon_sym_RPAREN] = ACTIONS(522), + [anon_sym_RPAREN] = ACTIONS(485), [sym_condition_conversion] = ACTIONS(265), [anon_sym_PLUS] = ACTIONS(267), [anon_sym_DASH] = ACTIONS(267), @@ -24265,40 +24265,40 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_type] = ACTIONS(403), }, [32] = { - [sym_conditional_expression] = STATE(6048), - [sym__expression] = STATE(1102), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(2352), - [sym_unary_operator] = STATE(686), - [sym_sign] = STATE(687), - [sym__primary] = STATE(2097), - [sym_name] = STATE(2353), - [sym__direct_name] = STATE(734), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(967), - [sym_external_signal_name] = STATE(967), - [sym_external_variable_name] = STATE(967), - [sym_association_or_range_list] = STATE(6880), - [sym__association_or_range] = STATE(5636), - [sym_association_element] = STATE(6166), - [sym__actual_part] = STATE(6171), - [sym__literal] = STATE(2099), - [sym_bit_string_literal] = STATE(2089), - [sym__abstract_literal] = STATE(997), - [sym_based_literal] = STATE(1044), - [sym_allocator] = STATE(2098), - [sym_parenthesis_expression] = STATE(2098), - [sym__range] = STATE(6166), - [sym_simple_range] = STATE(5022), + [sym_conditional_expression] = STATE(6473), + [sym__expression] = STATE(1033), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(2425), + [sym_unary_operator] = STATE(657), + [sym_sign] = STATE(661), + [sym__primary] = STATE(1990), + [sym_name] = STATE(2432), + [sym__direct_name] = STATE(736), + [sym__identifier] = STATE(954), + [sym__external_name] = STATE(954), + [sym_external_constant_name] = STATE(929), + [sym_external_signal_name] = STATE(929), + [sym_external_variable_name] = STATE(929), + [sym_association_or_range_list] = STATE(6612), + [sym__association_or_range] = STATE(5712), + [sym_association_element] = STATE(6523), + [sym__actual_part] = STATE(6481), + [sym__literal] = STATE(1992), + [sym_bit_string_literal] = STATE(1984), + [sym__abstract_literal] = STATE(964), + [sym_based_literal] = STATE(1073), + [sym_allocator] = STATE(1991), + [sym_parenthesis_expression] = STATE(1991), + [sym__range] = STATE(6523), + [sym_simple_range] = STATE(4995), [sym__tool_directive] = STATE(32), [sym_line_comment] = STATE(32), [sym_block_comment] = STATE(32), [anon_sym_LPAREN] = ACTIONS(263), - [anon_sym_RPAREN] = ACTIONS(524), + [anon_sym_RPAREN] = ACTIONS(487), [sym_condition_conversion] = ACTIONS(265), [anon_sym_PLUS] = ACTIONS(267), [anon_sym_DASH] = ACTIONS(267), @@ -24339,40 +24339,40 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_type] = ACTIONS(403), }, [33] = { - [sym_conditional_expression] = STATE(6048), - [sym__expression] = STATE(1102), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(2352), - [sym_unary_operator] = STATE(686), - [sym_sign] = STATE(687), - [sym__primary] = STATE(2097), - [sym_name] = STATE(2353), - [sym__direct_name] = STATE(734), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(967), - [sym_external_signal_name] = STATE(967), - [sym_external_variable_name] = STATE(967), - [sym_association_or_range_list] = STATE(6819), - [sym__association_or_range] = STATE(5636), - [sym_association_element] = STATE(6166), - [sym__actual_part] = STATE(6171), - [sym__literal] = STATE(2099), - [sym_bit_string_literal] = STATE(2089), - [sym__abstract_literal] = STATE(997), - [sym_based_literal] = STATE(1044), - [sym_allocator] = STATE(2098), - [sym_parenthesis_expression] = STATE(2098), - [sym__range] = STATE(6166), - [sym_simple_range] = STATE(5022), + [sym_conditional_expression] = STATE(6473), + [sym__expression] = STATE(1033), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(2425), + [sym_unary_operator] = STATE(657), + [sym_sign] = STATE(661), + [sym__primary] = STATE(1990), + [sym_name] = STATE(2432), + [sym__direct_name] = STATE(736), + [sym__identifier] = STATE(954), + [sym__external_name] = STATE(954), + [sym_external_constant_name] = STATE(929), + [sym_external_signal_name] = STATE(929), + [sym_external_variable_name] = STATE(929), + [sym_association_or_range_list] = STATE(8288), + [sym__association_or_range] = STATE(5712), + [sym_association_element] = STATE(6523), + [sym__actual_part] = STATE(6481), + [sym__literal] = STATE(1992), + [sym_bit_string_literal] = STATE(1984), + [sym__abstract_literal] = STATE(964), + [sym_based_literal] = STATE(1073), + [sym_allocator] = STATE(1991), + [sym_parenthesis_expression] = STATE(1991), + [sym__range] = STATE(6523), + [sym_simple_range] = STATE(4995), [sym__tool_directive] = STATE(33), [sym_line_comment] = STATE(33), [sym_block_comment] = STATE(33), [anon_sym_LPAREN] = ACTIONS(263), - [anon_sym_RPAREN] = ACTIONS(526), + [anon_sym_RPAREN] = ACTIONS(489), [sym_condition_conversion] = ACTIONS(265), [anon_sym_PLUS] = ACTIONS(267), [anon_sym_DASH] = ACTIONS(267), @@ -24413,40 +24413,40 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_type] = ACTIONS(403), }, [34] = { - [sym_conditional_expression] = STATE(6048), - [sym__expression] = STATE(1102), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(2352), - [sym_unary_operator] = STATE(686), - [sym_sign] = STATE(687), - [sym__primary] = STATE(2097), - [sym_name] = STATE(2353), - [sym__direct_name] = STATE(734), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(967), - [sym_external_signal_name] = STATE(967), - [sym_external_variable_name] = STATE(967), - [sym_association_or_range_list] = STATE(7468), - [sym__association_or_range] = STATE(5636), - [sym_association_element] = STATE(6166), - [sym__actual_part] = STATE(6171), - [sym__literal] = STATE(2099), - [sym_bit_string_literal] = STATE(2089), - [sym__abstract_literal] = STATE(997), - [sym_based_literal] = STATE(1044), - [sym_allocator] = STATE(2098), - [sym_parenthesis_expression] = STATE(2098), - [sym__range] = STATE(6166), - [sym_simple_range] = STATE(5022), + [sym_conditional_expression] = STATE(6473), + [sym__expression] = STATE(1033), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(2425), + [sym_unary_operator] = STATE(657), + [sym_sign] = STATE(661), + [sym__primary] = STATE(1990), + [sym_name] = STATE(2432), + [sym__direct_name] = STATE(736), + [sym__identifier] = STATE(954), + [sym__external_name] = STATE(954), + [sym_external_constant_name] = STATE(929), + [sym_external_signal_name] = STATE(929), + [sym_external_variable_name] = STATE(929), + [sym_association_or_range_list] = STATE(6616), + [sym__association_or_range] = STATE(5712), + [sym_association_element] = STATE(6523), + [sym__actual_part] = STATE(6481), + [sym__literal] = STATE(1992), + [sym_bit_string_literal] = STATE(1984), + [sym__abstract_literal] = STATE(964), + [sym_based_literal] = STATE(1073), + [sym_allocator] = STATE(1991), + [sym_parenthesis_expression] = STATE(1991), + [sym__range] = STATE(6523), + [sym_simple_range] = STATE(4995), [sym__tool_directive] = STATE(34), [sym_line_comment] = STATE(34), [sym_block_comment] = STATE(34), [anon_sym_LPAREN] = ACTIONS(263), - [anon_sym_RPAREN] = ACTIONS(528), + [anon_sym_RPAREN] = ACTIONS(491), [sym_condition_conversion] = ACTIONS(265), [anon_sym_PLUS] = ACTIONS(267), [anon_sym_DASH] = ACTIONS(267), @@ -24487,114 +24487,114 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_type] = ACTIONS(403), }, [35] = { - [sym_conditional_expression] = STATE(6048), - [sym__expression] = STATE(1102), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(2352), - [sym_unary_operator] = STATE(686), - [sym_sign] = STATE(687), - [sym__primary] = STATE(2097), - [sym_name] = STATE(2353), - [sym__direct_name] = STATE(734), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(967), - [sym_external_signal_name] = STATE(967), - [sym_external_variable_name] = STATE(967), - [sym_association_or_range_list] = STATE(8343), - [sym__association_or_range] = STATE(5636), - [sym_association_element] = STATE(6166), - [sym__actual_part] = STATE(6171), - [sym__literal] = STATE(2099), - [sym_bit_string_literal] = STATE(2089), - [sym__abstract_literal] = STATE(997), - [sym_based_literal] = STATE(1044), - [sym_allocator] = STATE(2098), - [sym_parenthesis_expression] = STATE(2098), - [sym__range] = STATE(6166), - [sym_simple_range] = STATE(5022), + [sym__expression] = STATE(1550), + [sym_condition_expression] = STATE(2503), + [sym_logical_expression] = STATE(2503), + [sym_relational_expression] = STATE(2503), + [sym_shift_expression] = STATE(2503), + [sym_simple_expression] = STATE(2503), + [sym_unary_operator] = STATE(699), + [sym_sign] = STATE(700), + [sym__primary] = STATE(2502), + [sym_name] = STATE(2501), + [sym__direct_name] = STATE(764), + [sym__identifier] = STATE(1352), + [sym__external_name] = STATE(1352), + [sym_external_constant_name] = STATE(1351), + [sym_external_signal_name] = STATE(1351), + [sym_external_variable_name] = STATE(1351), + [sym__literal] = STATE(2500), + [sym_bit_string_literal] = STATE(2505), + [sym__abstract_literal] = STATE(1399), + [sym_based_literal] = STATE(1466), + [sym_allocator] = STATE(2501), + [sym_parenthesis_expression] = STATE(2501), [sym__tool_directive] = STATE(35), + [sym_waveform] = STATE(5889), + [sym_waveform_element] = STATE(5497), + [sym_conditional_waveforms] = STATE(7358), + [sym_delay_mechanism] = STATE(334), [sym_line_comment] = STATE(35), [sym_block_comment] = STATE(35), - [anon_sym_LPAREN] = ACTIONS(263), - [anon_sym_RPAREN] = ACTIONS(530), - [sym_condition_conversion] = ACTIONS(265), + [anon_sym_LPAREN] = ACTIONS(415), + [sym_condition_conversion] = ACTIONS(417), [anon_sym_PLUS] = ACTIONS(267), [anon_sym_DASH] = ACTIONS(267), - [anon_sym_LT_LT] = ACTIONS(401), - [sym_identifier] = ACTIONS(403), + [anon_sym_LT_LT] = ACTIONS(419), + [sym_identifier] = ACTIONS(421), [sym_ABS] = ACTIONS(273), [sym_AND] = ACTIONS(273), - [sym_INERTIAL] = ACTIONS(405), + [sym_FORCE] = ACTIONS(493), + [sym_INERTIAL] = ACTIONS(425), [sym_NAND] = ACTIONS(273), - [sym_NEW] = ACTIONS(275), + [sym_NEW] = ACTIONS(427), [sym_NOR] = ACTIONS(273), [sym_NOT] = ACTIONS(273), - [sym_NULL] = ACTIONS(277), - [sym_OPEN] = ACTIONS(407), + [sym_NULL] = ACTIONS(429), [sym_OR] = ACTIONS(273), + [sym_REJECT] = ACTIONS(431), + [sym_RELEASE] = ACTIONS(495), + [sym_TRANSPORT] = ACTIONS(425), + [sym_UNAFFECTED] = ACTIONS(435), [sym_XNOR] = ACTIONS(273), [sym_XOR] = ACTIONS(273), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(283), - [sym_decimal_float] = ACTIONS(283), - [sym_based_base] = ACTIONS(285), - [sym_character_literal] = ACTIONS(409), - [sym_string_literal] = ACTIONS(277), - [sym_string_literal_std_logic] = ACTIONS(277), - [sym_bit_string_length] = ACTIONS(289), - [sym_bit_string_base] = ACTIONS(291), - [sym_operator_symbol] = ACTIONS(409), + [sym_decimal_integer] = ACTIONS(437), + [sym_decimal_float] = ACTIONS(437), + [sym_based_base] = ACTIONS(439), + [sym_character_literal] = ACTIONS(441), + [sym_string_literal] = ACTIONS(429), + [sym_string_literal_std_logic] = ACTIONS(429), + [sym_bit_string_length] = ACTIONS(443), + [sym_bit_string_base] = ACTIONS(445), + [sym_operator_symbol] = ACTIONS(441), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(403), - [sym_library_constant_boolean] = ACTIONS(277), - [sym_library_constant_character] = ACTIONS(277), - [sym_library_constant_debug] = ACTIONS(277), - [sym_library_constant_env] = ACTIONS(277), - [sym_library_constant_standard] = ACTIONS(277), - [sym_library_constant_std_logic] = ACTIONS(409), - [sym_library_function] = ACTIONS(403), - [sym_library_type] = ACTIONS(403), + [sym_library_constant] = ACTIONS(421), + [sym_library_constant_boolean] = ACTIONS(429), + [sym_library_constant_character] = ACTIONS(429), + [sym_library_constant_debug] = ACTIONS(429), + [sym_library_constant_env] = ACTIONS(429), + [sym_library_constant_standard] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(441), + [sym_library_function] = ACTIONS(421), + [sym_library_type] = ACTIONS(421), }, [36] = { - [sym_conditional_expression] = STATE(6048), - [sym__expression] = STATE(1102), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(2352), - [sym_unary_operator] = STATE(686), - [sym_sign] = STATE(687), - [sym__primary] = STATE(2097), - [sym_name] = STATE(2353), - [sym__direct_name] = STATE(734), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(967), - [sym_external_signal_name] = STATE(967), - [sym_external_variable_name] = STATE(967), - [sym_association_or_range_list] = STATE(6840), - [sym__association_or_range] = STATE(5636), - [sym_association_element] = STATE(6166), - [sym__actual_part] = STATE(6171), - [sym__literal] = STATE(2099), - [sym_bit_string_literal] = STATE(2089), - [sym__abstract_literal] = STATE(997), - [sym_based_literal] = STATE(1044), - [sym_allocator] = STATE(2098), - [sym_parenthesis_expression] = STATE(2098), - [sym__range] = STATE(6166), - [sym_simple_range] = STATE(5022), + [sym_conditional_expression] = STATE(6473), + [sym__expression] = STATE(1033), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(2425), + [sym_unary_operator] = STATE(657), + [sym_sign] = STATE(661), + [sym__primary] = STATE(1990), + [sym_name] = STATE(2432), + [sym__direct_name] = STATE(736), + [sym__identifier] = STATE(954), + [sym__external_name] = STATE(954), + [sym_external_constant_name] = STATE(929), + [sym_external_signal_name] = STATE(929), + [sym_external_variable_name] = STATE(929), + [sym_association_or_range_list] = STATE(6669), + [sym__association_or_range] = STATE(5712), + [sym_association_element] = STATE(6523), + [sym__actual_part] = STATE(6481), + [sym__literal] = STATE(1992), + [sym_bit_string_literal] = STATE(1984), + [sym__abstract_literal] = STATE(964), + [sym_based_literal] = STATE(1073), + [sym_allocator] = STATE(1991), + [sym_parenthesis_expression] = STATE(1991), + [sym__range] = STATE(6523), + [sym_simple_range] = STATE(4995), [sym__tool_directive] = STATE(36), [sym_line_comment] = STATE(36), [sym_block_comment] = STATE(36), [anon_sym_LPAREN] = ACTIONS(263), - [anon_sym_RPAREN] = ACTIONS(532), + [anon_sym_RPAREN] = ACTIONS(497), [sym_condition_conversion] = ACTIONS(265), [anon_sym_PLUS] = ACTIONS(267), [anon_sym_DASH] = ACTIONS(267), @@ -24635,188 +24635,188 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_type] = ACTIONS(403), }, [37] = { - [sym_conditional_expression] = STATE(6048), - [sym__expression] = STATE(1102), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(2352), - [sym_unary_operator] = STATE(686), - [sym_sign] = STATE(687), - [sym__primary] = STATE(2097), - [sym_name] = STATE(2353), - [sym__direct_name] = STATE(734), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(967), - [sym_external_signal_name] = STATE(967), - [sym_external_variable_name] = STATE(967), - [sym_association_or_range_list] = STATE(6938), - [sym__association_or_range] = STATE(5636), - [sym_association_element] = STATE(6166), - [sym__actual_part] = STATE(6171), - [sym__literal] = STATE(2099), - [sym_bit_string_literal] = STATE(2089), - [sym__abstract_literal] = STATE(997), - [sym_based_literal] = STATE(1044), - [sym_allocator] = STATE(2098), - [sym_parenthesis_expression] = STATE(2098), - [sym__range] = STATE(6166), - [sym_simple_range] = STATE(5022), + [sym__expression] = STATE(1550), + [sym_condition_expression] = STATE(2503), + [sym_logical_expression] = STATE(2503), + [sym_relational_expression] = STATE(2503), + [sym_shift_expression] = STATE(2503), + [sym_simple_expression] = STATE(2503), + [sym_unary_operator] = STATE(699), + [sym_sign] = STATE(700), + [sym__primary] = STATE(2502), + [sym_name] = STATE(2501), + [sym__direct_name] = STATE(764), + [sym__identifier] = STATE(1352), + [sym__external_name] = STATE(1352), + [sym_external_constant_name] = STATE(1351), + [sym_external_signal_name] = STATE(1351), + [sym_external_variable_name] = STATE(1351), + [sym__literal] = STATE(2500), + [sym_bit_string_literal] = STATE(2505), + [sym__abstract_literal] = STATE(1399), + [sym_based_literal] = STATE(1466), + [sym_allocator] = STATE(2501), + [sym_parenthesis_expression] = STATE(2501), [sym__tool_directive] = STATE(37), + [sym_selected_waveforms] = STATE(6658), + [sym_waveform] = STATE(6284), + [sym_waveform_element] = STATE(5497), + [sym_delay_mechanism] = STATE(314), [sym_line_comment] = STATE(37), [sym_block_comment] = STATE(37), - [anon_sym_LPAREN] = ACTIONS(263), - [anon_sym_RPAREN] = ACTIONS(534), - [sym_condition_conversion] = ACTIONS(265), + [aux_sym_selected_waveforms_repeat1] = STATE(326), + [anon_sym_LPAREN] = ACTIONS(415), + [sym_condition_conversion] = ACTIONS(417), [anon_sym_PLUS] = ACTIONS(267), [anon_sym_DASH] = ACTIONS(267), - [anon_sym_LT_LT] = ACTIONS(401), - [sym_identifier] = ACTIONS(403), + [anon_sym_LT_LT] = ACTIONS(419), + [sym_identifier] = ACTIONS(421), [sym_ABS] = ACTIONS(273), [sym_AND] = ACTIONS(273), - [sym_INERTIAL] = ACTIONS(405), + [sym_GUARDED] = ACTIONS(499), + [sym_INERTIAL] = ACTIONS(425), [sym_NAND] = ACTIONS(273), - [sym_NEW] = ACTIONS(275), + [sym_NEW] = ACTIONS(427), [sym_NOR] = ACTIONS(273), [sym_NOT] = ACTIONS(273), - [sym_NULL] = ACTIONS(277), - [sym_OPEN] = ACTIONS(407), + [sym_NULL] = ACTIONS(429), [sym_OR] = ACTIONS(273), + [sym_REJECT] = ACTIONS(431), + [sym_TRANSPORT] = ACTIONS(425), + [sym_UNAFFECTED] = ACTIONS(435), [sym_XNOR] = ACTIONS(273), [sym_XOR] = ACTIONS(273), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(283), - [sym_decimal_float] = ACTIONS(283), - [sym_based_base] = ACTIONS(285), - [sym_character_literal] = ACTIONS(409), - [sym_string_literal] = ACTIONS(277), - [sym_string_literal_std_logic] = ACTIONS(277), - [sym_bit_string_length] = ACTIONS(289), - [sym_bit_string_base] = ACTIONS(291), - [sym_operator_symbol] = ACTIONS(409), + [sym_decimal_integer] = ACTIONS(437), + [sym_decimal_float] = ACTIONS(437), + [sym_based_base] = ACTIONS(439), + [sym_character_literal] = ACTIONS(441), + [sym_string_literal] = ACTIONS(429), + [sym_string_literal_std_logic] = ACTIONS(429), + [sym_bit_string_length] = ACTIONS(443), + [sym_bit_string_base] = ACTIONS(445), + [sym_operator_symbol] = ACTIONS(441), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(403), - [sym_library_constant_boolean] = ACTIONS(277), - [sym_library_constant_character] = ACTIONS(277), - [sym_library_constant_debug] = ACTIONS(277), - [sym_library_constant_env] = ACTIONS(277), - [sym_library_constant_standard] = ACTIONS(277), - [sym_library_constant_std_logic] = ACTIONS(409), - [sym_library_function] = ACTIONS(403), - [sym_library_type] = ACTIONS(403), + [sym_library_constant] = ACTIONS(421), + [sym_library_constant_boolean] = ACTIONS(429), + [sym_library_constant_character] = ACTIONS(429), + [sym_library_constant_debug] = ACTIONS(429), + [sym_library_constant_env] = ACTIONS(429), + [sym_library_constant_standard] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(441), + [sym_library_function] = ACTIONS(421), + [sym_library_type] = ACTIONS(421), }, [38] = { - [sym_conditional_expression] = STATE(6048), - [sym__expression] = STATE(1102), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(2352), - [sym_unary_operator] = STATE(686), - [sym_sign] = STATE(687), - [sym__primary] = STATE(2097), - [sym_name] = STATE(2353), - [sym__direct_name] = STATE(734), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(967), - [sym_external_signal_name] = STATE(967), - [sym_external_variable_name] = STATE(967), - [sym_association_or_range_list] = STATE(7046), - [sym__association_or_range] = STATE(5636), - [sym_association_element] = STATE(6166), - [sym__actual_part] = STATE(6171), - [sym__literal] = STATE(2099), - [sym_bit_string_literal] = STATE(2089), - [sym__abstract_literal] = STATE(997), - [sym_based_literal] = STATE(1044), - [sym_allocator] = STATE(2098), - [sym_parenthesis_expression] = STATE(2098), - [sym__range] = STATE(6166), - [sym_simple_range] = STATE(5022), + [sym__expression] = STATE(1550), + [sym_condition_expression] = STATE(2503), + [sym_logical_expression] = STATE(2503), + [sym_relational_expression] = STATE(2503), + [sym_shift_expression] = STATE(2503), + [sym_simple_expression] = STATE(2503), + [sym_unary_operator] = STATE(699), + [sym_sign] = STATE(700), + [sym__primary] = STATE(2502), + [sym_name] = STATE(2501), + [sym__direct_name] = STATE(764), + [sym__identifier] = STATE(1352), + [sym__external_name] = STATE(1352), + [sym_external_constant_name] = STATE(1351), + [sym_external_signal_name] = STATE(1351), + [sym_external_variable_name] = STATE(1351), + [sym__literal] = STATE(2500), + [sym_bit_string_literal] = STATE(2505), + [sym__abstract_literal] = STATE(1399), + [sym_based_literal] = STATE(1466), + [sym_allocator] = STATE(2501), + [sym_parenthesis_expression] = STATE(2501), [sym__tool_directive] = STATE(38), + [sym_selected_waveforms] = STATE(8053), + [sym_waveform] = STATE(6284), + [sym_waveform_element] = STATE(5497), + [sym_delay_mechanism] = STATE(323), [sym_line_comment] = STATE(38), [sym_block_comment] = STATE(38), - [anon_sym_LPAREN] = ACTIONS(263), - [anon_sym_RPAREN] = ACTIONS(536), - [sym_condition_conversion] = ACTIONS(265), + [aux_sym_selected_waveforms_repeat1] = STATE(326), + [anon_sym_LPAREN] = ACTIONS(415), + [sym_condition_conversion] = ACTIONS(417), [anon_sym_PLUS] = ACTIONS(267), [anon_sym_DASH] = ACTIONS(267), - [anon_sym_LT_LT] = ACTIONS(401), - [sym_identifier] = ACTIONS(403), + [anon_sym_LT_LT] = ACTIONS(419), + [sym_identifier] = ACTIONS(421), [sym_ABS] = ACTIONS(273), [sym_AND] = ACTIONS(273), - [sym_INERTIAL] = ACTIONS(405), + [sym_FORCE] = ACTIONS(501), + [sym_INERTIAL] = ACTIONS(425), [sym_NAND] = ACTIONS(273), - [sym_NEW] = ACTIONS(275), + [sym_NEW] = ACTIONS(427), [sym_NOR] = ACTIONS(273), [sym_NOT] = ACTIONS(273), - [sym_NULL] = ACTIONS(277), - [sym_OPEN] = ACTIONS(407), + [sym_NULL] = ACTIONS(429), [sym_OR] = ACTIONS(273), + [sym_REJECT] = ACTIONS(431), + [sym_TRANSPORT] = ACTIONS(425), + [sym_UNAFFECTED] = ACTIONS(435), [sym_XNOR] = ACTIONS(273), [sym_XOR] = ACTIONS(273), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(283), - [sym_decimal_float] = ACTIONS(283), - [sym_based_base] = ACTIONS(285), - [sym_character_literal] = ACTIONS(409), - [sym_string_literal] = ACTIONS(277), - [sym_string_literal_std_logic] = ACTIONS(277), - [sym_bit_string_length] = ACTIONS(289), - [sym_bit_string_base] = ACTIONS(291), - [sym_operator_symbol] = ACTIONS(409), + [sym_decimal_integer] = ACTIONS(437), + [sym_decimal_float] = ACTIONS(437), + [sym_based_base] = ACTIONS(439), + [sym_character_literal] = ACTIONS(441), + [sym_string_literal] = ACTIONS(429), + [sym_string_literal_std_logic] = ACTIONS(429), + [sym_bit_string_length] = ACTIONS(443), + [sym_bit_string_base] = ACTIONS(445), + [sym_operator_symbol] = ACTIONS(441), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(403), - [sym_library_constant_boolean] = ACTIONS(277), - [sym_library_constant_character] = ACTIONS(277), - [sym_library_constant_debug] = ACTIONS(277), - [sym_library_constant_env] = ACTIONS(277), - [sym_library_constant_standard] = ACTIONS(277), - [sym_library_constant_std_logic] = ACTIONS(409), - [sym_library_function] = ACTIONS(403), - [sym_library_type] = ACTIONS(403), + [sym_library_constant] = ACTIONS(421), + [sym_library_constant_boolean] = ACTIONS(429), + [sym_library_constant_character] = ACTIONS(429), + [sym_library_constant_debug] = ACTIONS(429), + [sym_library_constant_env] = ACTIONS(429), + [sym_library_constant_standard] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(441), + [sym_library_function] = ACTIONS(421), + [sym_library_type] = ACTIONS(421), }, [39] = { - [sym_conditional_expression] = STATE(6048), - [sym__expression] = STATE(1102), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(2352), - [sym_unary_operator] = STATE(686), - [sym_sign] = STATE(687), - [sym__primary] = STATE(2097), - [sym_name] = STATE(2353), - [sym__direct_name] = STATE(734), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(967), - [sym_external_signal_name] = STATE(967), - [sym_external_variable_name] = STATE(967), - [sym_association_or_range_list] = STATE(7204), - [sym__association_or_range] = STATE(5636), - [sym_association_element] = STATE(6166), - [sym__actual_part] = STATE(6171), - [sym__literal] = STATE(2099), - [sym_bit_string_literal] = STATE(2089), - [sym__abstract_literal] = STATE(997), - [sym_based_literal] = STATE(1044), - [sym_allocator] = STATE(2098), - [sym_parenthesis_expression] = STATE(2098), - [sym__range] = STATE(6166), - [sym_simple_range] = STATE(5022), + [sym_conditional_expression] = STATE(6473), + [sym__expression] = STATE(1033), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(2425), + [sym_unary_operator] = STATE(657), + [sym_sign] = STATE(661), + [sym__primary] = STATE(1990), + [sym_name] = STATE(2432), + [sym__direct_name] = STATE(736), + [sym__identifier] = STATE(954), + [sym__external_name] = STATE(954), + [sym_external_constant_name] = STATE(929), + [sym_external_signal_name] = STATE(929), + [sym_external_variable_name] = STATE(929), + [sym_association_or_range_list] = STATE(6722), + [sym__association_or_range] = STATE(5712), + [sym_association_element] = STATE(6523), + [sym__actual_part] = STATE(6481), + [sym__literal] = STATE(1992), + [sym_bit_string_literal] = STATE(1984), + [sym__abstract_literal] = STATE(964), + [sym_based_literal] = STATE(1073), + [sym_allocator] = STATE(1991), + [sym_parenthesis_expression] = STATE(1991), + [sym__range] = STATE(6523), + [sym_simple_range] = STATE(4995), [sym__tool_directive] = STATE(39), [sym_line_comment] = STATE(39), [sym_block_comment] = STATE(39), [anon_sym_LPAREN] = ACTIONS(263), - [anon_sym_RPAREN] = ACTIONS(538), + [anon_sym_RPAREN] = ACTIONS(503), [sym_condition_conversion] = ACTIONS(265), [anon_sym_PLUS] = ACTIONS(267), [anon_sym_DASH] = ACTIONS(267), @@ -24857,40 +24857,40 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_type] = ACTIONS(403), }, [40] = { - [sym_conditional_expression] = STATE(6048), - [sym__expression] = STATE(1102), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(2352), - [sym_unary_operator] = STATE(686), - [sym_sign] = STATE(687), - [sym__primary] = STATE(2097), - [sym_name] = STATE(2353), - [sym__direct_name] = STATE(734), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(967), - [sym_external_signal_name] = STATE(967), - [sym_external_variable_name] = STATE(967), - [sym_association_or_range_list] = STATE(7325), - [sym__association_or_range] = STATE(5636), - [sym_association_element] = STATE(6166), - [sym__actual_part] = STATE(6171), - [sym__literal] = STATE(2099), - [sym_bit_string_literal] = STATE(2089), - [sym__abstract_literal] = STATE(997), - [sym_based_literal] = STATE(1044), - [sym_allocator] = STATE(2098), - [sym_parenthesis_expression] = STATE(2098), - [sym__range] = STATE(6166), - [sym_simple_range] = STATE(5022), + [sym_conditional_expression] = STATE(6473), + [sym__expression] = STATE(1033), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(2425), + [sym_unary_operator] = STATE(657), + [sym_sign] = STATE(661), + [sym__primary] = STATE(1990), + [sym_name] = STATE(2432), + [sym__direct_name] = STATE(736), + [sym__identifier] = STATE(954), + [sym__external_name] = STATE(954), + [sym_external_constant_name] = STATE(929), + [sym_external_signal_name] = STATE(929), + [sym_external_variable_name] = STATE(929), + [sym_association_or_range_list] = STATE(6747), + [sym__association_or_range] = STATE(5712), + [sym_association_element] = STATE(6523), + [sym__actual_part] = STATE(6481), + [sym__literal] = STATE(1992), + [sym_bit_string_literal] = STATE(1984), + [sym__abstract_literal] = STATE(964), + [sym_based_literal] = STATE(1073), + [sym_allocator] = STATE(1991), + [sym_parenthesis_expression] = STATE(1991), + [sym__range] = STATE(6523), + [sym_simple_range] = STATE(4995), [sym__tool_directive] = STATE(40), [sym_line_comment] = STATE(40), [sym_block_comment] = STATE(40), [anon_sym_LPAREN] = ACTIONS(263), - [anon_sym_RPAREN] = ACTIONS(540), + [anon_sym_RPAREN] = ACTIONS(505), [sym_condition_conversion] = ACTIONS(265), [anon_sym_PLUS] = ACTIONS(267), [anon_sym_DASH] = ACTIONS(267), @@ -24931,40 +24931,40 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_type] = ACTIONS(403), }, [41] = { - [sym_conditional_expression] = STATE(6048), - [sym__expression] = STATE(1102), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(2352), - [sym_unary_operator] = STATE(686), - [sym_sign] = STATE(687), - [sym__primary] = STATE(2097), - [sym_name] = STATE(2353), - [sym__direct_name] = STATE(734), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(967), - [sym_external_signal_name] = STATE(967), - [sym_external_variable_name] = STATE(967), - [sym_association_or_range_list] = STATE(7451), - [sym__association_or_range] = STATE(5636), - [sym_association_element] = STATE(6166), - [sym__actual_part] = STATE(6171), - [sym__literal] = STATE(2099), - [sym_bit_string_literal] = STATE(2089), - [sym__abstract_literal] = STATE(997), - [sym_based_literal] = STATE(1044), - [sym_allocator] = STATE(2098), - [sym_parenthesis_expression] = STATE(2098), - [sym__range] = STATE(6166), - [sym_simple_range] = STATE(5022), + [sym_conditional_expression] = STATE(6473), + [sym__expression] = STATE(1033), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(2425), + [sym_unary_operator] = STATE(657), + [sym_sign] = STATE(661), + [sym__primary] = STATE(1990), + [sym_name] = STATE(2432), + [sym__direct_name] = STATE(736), + [sym__identifier] = STATE(954), + [sym__external_name] = STATE(954), + [sym_external_constant_name] = STATE(929), + [sym_external_signal_name] = STATE(929), + [sym_external_variable_name] = STATE(929), + [sym_association_or_range_list] = STATE(6764), + [sym__association_or_range] = STATE(5712), + [sym_association_element] = STATE(6523), + [sym__actual_part] = STATE(6481), + [sym__literal] = STATE(1992), + [sym_bit_string_literal] = STATE(1984), + [sym__abstract_literal] = STATE(964), + [sym_based_literal] = STATE(1073), + [sym_allocator] = STATE(1991), + [sym_parenthesis_expression] = STATE(1991), + [sym__range] = STATE(6523), + [sym_simple_range] = STATE(4995), [sym__tool_directive] = STATE(41), [sym_line_comment] = STATE(41), [sym_block_comment] = STATE(41), [anon_sym_LPAREN] = ACTIONS(263), - [anon_sym_RPAREN] = ACTIONS(542), + [anon_sym_RPAREN] = ACTIONS(507), [sym_condition_conversion] = ACTIONS(265), [anon_sym_PLUS] = ACTIONS(267), [anon_sym_DASH] = ACTIONS(267), @@ -25005,40 +25005,40 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_type] = ACTIONS(403), }, [42] = { - [sym_conditional_expression] = STATE(6048), - [sym__expression] = STATE(1102), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(2352), - [sym_unary_operator] = STATE(686), - [sym_sign] = STATE(687), - [sym__primary] = STATE(2097), - [sym_name] = STATE(2353), - [sym__direct_name] = STATE(734), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(967), - [sym_external_signal_name] = STATE(967), - [sym_external_variable_name] = STATE(967), - [sym_association_or_range_list] = STATE(7657), - [sym__association_or_range] = STATE(5636), - [sym_association_element] = STATE(6166), - [sym__actual_part] = STATE(6171), - [sym__literal] = STATE(2099), - [sym_bit_string_literal] = STATE(2089), - [sym__abstract_literal] = STATE(997), - [sym_based_literal] = STATE(1044), - [sym_allocator] = STATE(2098), - [sym_parenthesis_expression] = STATE(2098), - [sym__range] = STATE(6166), - [sym_simple_range] = STATE(5022), + [sym_conditional_expression] = STATE(6473), + [sym__expression] = STATE(1033), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(2425), + [sym_unary_operator] = STATE(657), + [sym_sign] = STATE(661), + [sym__primary] = STATE(1990), + [sym_name] = STATE(2432), + [sym__direct_name] = STATE(736), + [sym__identifier] = STATE(954), + [sym__external_name] = STATE(954), + [sym_external_constant_name] = STATE(929), + [sym_external_signal_name] = STATE(929), + [sym_external_variable_name] = STATE(929), + [sym_association_or_range_list] = STATE(6789), + [sym__association_or_range] = STATE(5712), + [sym_association_element] = STATE(6523), + [sym__actual_part] = STATE(6481), + [sym__literal] = STATE(1992), + [sym_bit_string_literal] = STATE(1984), + [sym__abstract_literal] = STATE(964), + [sym_based_literal] = STATE(1073), + [sym_allocator] = STATE(1991), + [sym_parenthesis_expression] = STATE(1991), + [sym__range] = STATE(6523), + [sym_simple_range] = STATE(4995), [sym__tool_directive] = STATE(42), [sym_line_comment] = STATE(42), [sym_block_comment] = STATE(42), [anon_sym_LPAREN] = ACTIONS(263), - [anon_sym_RPAREN] = ACTIONS(544), + [anon_sym_RPAREN] = ACTIONS(509), [sym_condition_conversion] = ACTIONS(265), [anon_sym_PLUS] = ACTIONS(267), [anon_sym_DASH] = ACTIONS(267), @@ -25079,114 +25079,114 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_type] = ACTIONS(403), }, [43] = { - [sym_conditional_expression] = STATE(6048), - [sym__expression] = STATE(1102), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(2352), - [sym_unary_operator] = STATE(686), - [sym_sign] = STATE(687), - [sym__primary] = STATE(2097), - [sym_name] = STATE(2353), - [sym__direct_name] = STATE(734), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(967), - [sym_external_signal_name] = STATE(967), - [sym_external_variable_name] = STATE(967), - [sym_association_or_range_list] = STATE(7784), - [sym__association_or_range] = STATE(5636), - [sym_association_element] = STATE(6166), - [sym__actual_part] = STATE(6171), - [sym__literal] = STATE(2099), - [sym_bit_string_literal] = STATE(2089), - [sym__abstract_literal] = STATE(997), - [sym_based_literal] = STATE(1044), - [sym_allocator] = STATE(2098), - [sym_parenthesis_expression] = STATE(2098), - [sym__range] = STATE(6166), - [sym_simple_range] = STATE(5022), + [sym__expression] = STATE(1550), + [sym_condition_expression] = STATE(2503), + [sym_logical_expression] = STATE(2503), + [sym_relational_expression] = STATE(2503), + [sym_shift_expression] = STATE(2503), + [sym_simple_expression] = STATE(2503), + [sym_unary_operator] = STATE(699), + [sym_sign] = STATE(700), + [sym__primary] = STATE(2502), + [sym_name] = STATE(2501), + [sym__direct_name] = STATE(764), + [sym__identifier] = STATE(1352), + [sym__external_name] = STATE(1352), + [sym_external_constant_name] = STATE(1351), + [sym_external_signal_name] = STATE(1351), + [sym_external_variable_name] = STATE(1351), + [sym__literal] = STATE(2500), + [sym_bit_string_literal] = STATE(2505), + [sym__abstract_literal] = STATE(1399), + [sym_based_literal] = STATE(1466), + [sym_allocator] = STATE(2501), + [sym_parenthesis_expression] = STATE(2501), [sym__tool_directive] = STATE(43), + [sym_selected_waveforms] = STATE(6742), + [sym_waveform] = STATE(6284), + [sym_waveform_element] = STATE(5497), + [sym_delay_mechanism] = STATE(324), [sym_line_comment] = STATE(43), [sym_block_comment] = STATE(43), - [anon_sym_LPAREN] = ACTIONS(263), - [anon_sym_RPAREN] = ACTIONS(546), - [sym_condition_conversion] = ACTIONS(265), + [aux_sym_selected_waveforms_repeat1] = STATE(326), + [anon_sym_LPAREN] = ACTIONS(415), + [sym_condition_conversion] = ACTIONS(417), [anon_sym_PLUS] = ACTIONS(267), [anon_sym_DASH] = ACTIONS(267), - [anon_sym_LT_LT] = ACTIONS(401), - [sym_identifier] = ACTIONS(403), + [anon_sym_LT_LT] = ACTIONS(419), + [sym_identifier] = ACTIONS(421), [sym_ABS] = ACTIONS(273), [sym_AND] = ACTIONS(273), - [sym_INERTIAL] = ACTIONS(405), + [sym_GUARDED] = ACTIONS(511), + [sym_INERTIAL] = ACTIONS(425), [sym_NAND] = ACTIONS(273), - [sym_NEW] = ACTIONS(275), + [sym_NEW] = ACTIONS(427), [sym_NOR] = ACTIONS(273), [sym_NOT] = ACTIONS(273), - [sym_NULL] = ACTIONS(277), - [sym_OPEN] = ACTIONS(407), + [sym_NULL] = ACTIONS(429), [sym_OR] = ACTIONS(273), + [sym_REJECT] = ACTIONS(431), + [sym_TRANSPORT] = ACTIONS(425), + [sym_UNAFFECTED] = ACTIONS(435), [sym_XNOR] = ACTIONS(273), [sym_XOR] = ACTIONS(273), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(283), - [sym_decimal_float] = ACTIONS(283), - [sym_based_base] = ACTIONS(285), - [sym_character_literal] = ACTIONS(409), - [sym_string_literal] = ACTIONS(277), - [sym_string_literal_std_logic] = ACTIONS(277), - [sym_bit_string_length] = ACTIONS(289), - [sym_bit_string_base] = ACTIONS(291), - [sym_operator_symbol] = ACTIONS(409), + [sym_decimal_integer] = ACTIONS(437), + [sym_decimal_float] = ACTIONS(437), + [sym_based_base] = ACTIONS(439), + [sym_character_literal] = ACTIONS(441), + [sym_string_literal] = ACTIONS(429), + [sym_string_literal_std_logic] = ACTIONS(429), + [sym_bit_string_length] = ACTIONS(443), + [sym_bit_string_base] = ACTIONS(445), + [sym_operator_symbol] = ACTIONS(441), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(403), - [sym_library_constant_boolean] = ACTIONS(277), - [sym_library_constant_character] = ACTIONS(277), - [sym_library_constant_debug] = ACTIONS(277), - [sym_library_constant_env] = ACTIONS(277), - [sym_library_constant_standard] = ACTIONS(277), - [sym_library_constant_std_logic] = ACTIONS(409), - [sym_library_function] = ACTIONS(403), - [sym_library_type] = ACTIONS(403), + [sym_library_constant] = ACTIONS(421), + [sym_library_constant_boolean] = ACTIONS(429), + [sym_library_constant_character] = ACTIONS(429), + [sym_library_constant_debug] = ACTIONS(429), + [sym_library_constant_env] = ACTIONS(429), + [sym_library_constant_standard] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(441), + [sym_library_function] = ACTIONS(421), + [sym_library_type] = ACTIONS(421), }, [44] = { - [sym_conditional_expression] = STATE(6048), - [sym__expression] = STATE(1102), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(2352), - [sym_unary_operator] = STATE(686), - [sym_sign] = STATE(687), - [sym__primary] = STATE(2097), - [sym_name] = STATE(2353), - [sym__direct_name] = STATE(734), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(967), - [sym_external_signal_name] = STATE(967), - [sym_external_variable_name] = STATE(967), - [sym_association_or_range_list] = STATE(8082), - [sym__association_or_range] = STATE(5636), - [sym_association_element] = STATE(6166), - [sym__actual_part] = STATE(6171), - [sym__literal] = STATE(2099), - [sym_bit_string_literal] = STATE(2089), - [sym__abstract_literal] = STATE(997), - [sym_based_literal] = STATE(1044), - [sym_allocator] = STATE(2098), - [sym_parenthesis_expression] = STATE(2098), - [sym__range] = STATE(6166), - [sym_simple_range] = STATE(5022), + [sym_conditional_expression] = STATE(6473), + [sym__expression] = STATE(1033), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(2425), + [sym_unary_operator] = STATE(657), + [sym_sign] = STATE(661), + [sym__primary] = STATE(1990), + [sym_name] = STATE(2432), + [sym__direct_name] = STATE(736), + [sym__identifier] = STATE(954), + [sym__external_name] = STATE(954), + [sym_external_constant_name] = STATE(929), + [sym_external_signal_name] = STATE(929), + [sym_external_variable_name] = STATE(929), + [sym_association_or_range_list] = STATE(6809), + [sym__association_or_range] = STATE(5712), + [sym_association_element] = STATE(6523), + [sym__actual_part] = STATE(6481), + [sym__literal] = STATE(1992), + [sym_bit_string_literal] = STATE(1984), + [sym__abstract_literal] = STATE(964), + [sym_based_literal] = STATE(1073), + [sym_allocator] = STATE(1991), + [sym_parenthesis_expression] = STATE(1991), + [sym__range] = STATE(6523), + [sym_simple_range] = STATE(4995), [sym__tool_directive] = STATE(44), [sym_line_comment] = STATE(44), [sym_block_comment] = STATE(44), [anon_sym_LPAREN] = ACTIONS(263), - [anon_sym_RPAREN] = ACTIONS(548), + [anon_sym_RPAREN] = ACTIONS(513), [sym_condition_conversion] = ACTIONS(265), [anon_sym_PLUS] = ACTIONS(267), [anon_sym_DASH] = ACTIONS(267), @@ -25227,114 +25227,114 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_type] = ACTIONS(403), }, [45] = { - [sym_conditional_expression] = STATE(6048), - [sym__expression] = STATE(1102), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(2352), - [sym_unary_operator] = STATE(686), - [sym_sign] = STATE(687), - [sym__primary] = STATE(2097), - [sym_name] = STATE(2353), - [sym__direct_name] = STATE(734), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(967), - [sym_external_signal_name] = STATE(967), - [sym_external_variable_name] = STATE(967), - [sym_association_or_range_list] = STATE(8280), - [sym__association_or_range] = STATE(5636), - [sym_association_element] = STATE(6166), - [sym__actual_part] = STATE(6171), - [sym__literal] = STATE(2099), - [sym_bit_string_literal] = STATE(2089), - [sym__abstract_literal] = STATE(997), - [sym_based_literal] = STATE(1044), - [sym_allocator] = STATE(2098), - [sym_parenthesis_expression] = STATE(2098), - [sym__range] = STATE(6166), - [sym_simple_range] = STATE(5022), + [sym__expression] = STATE(1550), + [sym_condition_expression] = STATE(2503), + [sym_logical_expression] = STATE(2503), + [sym_relational_expression] = STATE(2503), + [sym_shift_expression] = STATE(2503), + [sym_simple_expression] = STATE(2503), + [sym_unary_operator] = STATE(699), + [sym_sign] = STATE(700), + [sym__primary] = STATE(2502), + [sym_name] = STATE(2501), + [sym__direct_name] = STATE(764), + [sym__identifier] = STATE(1352), + [sym__external_name] = STATE(1352), + [sym_external_constant_name] = STATE(1351), + [sym_external_signal_name] = STATE(1351), + [sym_external_variable_name] = STATE(1351), + [sym__literal] = STATE(2500), + [sym_bit_string_literal] = STATE(2505), + [sym__abstract_literal] = STATE(1399), + [sym_based_literal] = STATE(1466), + [sym_allocator] = STATE(2501), + [sym_parenthesis_expression] = STATE(2501), [sym__tool_directive] = STATE(45), + [sym_selected_waveforms] = STATE(7075), + [sym_waveform] = STATE(6284), + [sym_waveform_element] = STATE(5497), + [sym_delay_mechanism] = STATE(251), [sym_line_comment] = STATE(45), [sym_block_comment] = STATE(45), - [anon_sym_LPAREN] = ACTIONS(263), - [anon_sym_RPAREN] = ACTIONS(550), - [sym_condition_conversion] = ACTIONS(265), + [aux_sym_selected_waveforms_repeat1] = STATE(326), + [anon_sym_LPAREN] = ACTIONS(415), + [sym_condition_conversion] = ACTIONS(417), [anon_sym_PLUS] = ACTIONS(267), [anon_sym_DASH] = ACTIONS(267), - [anon_sym_LT_LT] = ACTIONS(401), - [sym_identifier] = ACTIONS(403), + [anon_sym_LT_LT] = ACTIONS(419), + [sym_identifier] = ACTIONS(421), [sym_ABS] = ACTIONS(273), [sym_AND] = ACTIONS(273), - [sym_INERTIAL] = ACTIONS(405), + [sym_GUARDED] = ACTIONS(515), + [sym_INERTIAL] = ACTIONS(425), [sym_NAND] = ACTIONS(273), - [sym_NEW] = ACTIONS(275), + [sym_NEW] = ACTIONS(427), [sym_NOR] = ACTIONS(273), [sym_NOT] = ACTIONS(273), - [sym_NULL] = ACTIONS(277), - [sym_OPEN] = ACTIONS(407), + [sym_NULL] = ACTIONS(429), [sym_OR] = ACTIONS(273), + [sym_REJECT] = ACTIONS(431), + [sym_TRANSPORT] = ACTIONS(425), + [sym_UNAFFECTED] = ACTIONS(435), [sym_XNOR] = ACTIONS(273), [sym_XOR] = ACTIONS(273), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(283), - [sym_decimal_float] = ACTIONS(283), - [sym_based_base] = ACTIONS(285), - [sym_character_literal] = ACTIONS(409), - [sym_string_literal] = ACTIONS(277), - [sym_string_literal_std_logic] = ACTIONS(277), - [sym_bit_string_length] = ACTIONS(289), - [sym_bit_string_base] = ACTIONS(291), - [sym_operator_symbol] = ACTIONS(409), + [sym_decimal_integer] = ACTIONS(437), + [sym_decimal_float] = ACTIONS(437), + [sym_based_base] = ACTIONS(439), + [sym_character_literal] = ACTIONS(441), + [sym_string_literal] = ACTIONS(429), + [sym_string_literal_std_logic] = ACTIONS(429), + [sym_bit_string_length] = ACTIONS(443), + [sym_bit_string_base] = ACTIONS(445), + [sym_operator_symbol] = ACTIONS(441), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(403), - [sym_library_constant_boolean] = ACTIONS(277), - [sym_library_constant_character] = ACTIONS(277), - [sym_library_constant_debug] = ACTIONS(277), - [sym_library_constant_env] = ACTIONS(277), - [sym_library_constant_standard] = ACTIONS(277), - [sym_library_constant_std_logic] = ACTIONS(409), - [sym_library_function] = ACTIONS(403), - [sym_library_type] = ACTIONS(403), + [sym_library_constant] = ACTIONS(421), + [sym_library_constant_boolean] = ACTIONS(429), + [sym_library_constant_character] = ACTIONS(429), + [sym_library_constant_debug] = ACTIONS(429), + [sym_library_constant_env] = ACTIONS(429), + [sym_library_constant_standard] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(441), + [sym_library_function] = ACTIONS(421), + [sym_library_type] = ACTIONS(421), }, [46] = { - [sym_conditional_expression] = STATE(6048), - [sym__expression] = STATE(1102), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(2352), - [sym_unary_operator] = STATE(686), - [sym_sign] = STATE(687), - [sym__primary] = STATE(2097), - [sym_name] = STATE(2353), - [sym__direct_name] = STATE(734), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(967), - [sym_external_signal_name] = STATE(967), - [sym_external_variable_name] = STATE(967), - [sym_association_or_range_list] = STATE(6614), - [sym__association_or_range] = STATE(5636), - [sym_association_element] = STATE(6166), - [sym__actual_part] = STATE(6171), - [sym__literal] = STATE(2099), - [sym_bit_string_literal] = STATE(2089), - [sym__abstract_literal] = STATE(997), - [sym_based_literal] = STATE(1044), - [sym_allocator] = STATE(2098), - [sym_parenthesis_expression] = STATE(2098), - [sym__range] = STATE(6166), - [sym_simple_range] = STATE(5022), + [sym_conditional_expression] = STATE(6473), + [sym__expression] = STATE(1033), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(2425), + [sym_unary_operator] = STATE(657), + [sym_sign] = STATE(661), + [sym__primary] = STATE(1990), + [sym_name] = STATE(2432), + [sym__direct_name] = STATE(736), + [sym__identifier] = STATE(954), + [sym__external_name] = STATE(954), + [sym_external_constant_name] = STATE(929), + [sym_external_signal_name] = STATE(929), + [sym_external_variable_name] = STATE(929), + [sym_association_or_range_list] = STATE(6845), + [sym__association_or_range] = STATE(5712), + [sym_association_element] = STATE(6523), + [sym__actual_part] = STATE(6481), + [sym__literal] = STATE(1992), + [sym_bit_string_literal] = STATE(1984), + [sym__abstract_literal] = STATE(964), + [sym_based_literal] = STATE(1073), + [sym_allocator] = STATE(1991), + [sym_parenthesis_expression] = STATE(1991), + [sym__range] = STATE(6523), + [sym_simple_range] = STATE(4995), [sym__tool_directive] = STATE(46), [sym_line_comment] = STATE(46), [sym_block_comment] = STATE(46), [anon_sym_LPAREN] = ACTIONS(263), - [anon_sym_RPAREN] = ACTIONS(552), + [anon_sym_RPAREN] = ACTIONS(517), [sym_condition_conversion] = ACTIONS(265), [anon_sym_PLUS] = ACTIONS(267), [anon_sym_DASH] = ACTIONS(267), @@ -25375,114 +25375,114 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_type] = ACTIONS(403), }, [47] = { - [sym_conditional_expression] = STATE(6048), - [sym__expression] = STATE(1102), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(2352), - [sym_unary_operator] = STATE(686), - [sym_sign] = STATE(687), - [sym__primary] = STATE(2097), - [sym_name] = STATE(2353), - [sym__direct_name] = STATE(734), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(967), - [sym_external_signal_name] = STATE(967), - [sym_external_variable_name] = STATE(967), - [sym_association_or_range_list] = STATE(6668), - [sym__association_or_range] = STATE(5636), - [sym_association_element] = STATE(6166), - [sym__actual_part] = STATE(6171), - [sym__literal] = STATE(2099), - [sym_bit_string_literal] = STATE(2089), - [sym__abstract_literal] = STATE(997), - [sym_based_literal] = STATE(1044), - [sym_allocator] = STATE(2098), - [sym_parenthesis_expression] = STATE(2098), - [sym__range] = STATE(6166), - [sym_simple_range] = STATE(5022), + [sym__expression] = STATE(1550), + [sym_condition_expression] = STATE(2503), + [sym_logical_expression] = STATE(2503), + [sym_relational_expression] = STATE(2503), + [sym_shift_expression] = STATE(2503), + [sym_simple_expression] = STATE(2503), + [sym_unary_operator] = STATE(699), + [sym_sign] = STATE(700), + [sym__primary] = STATE(2502), + [sym_name] = STATE(2501), + [sym__direct_name] = STATE(764), + [sym__identifier] = STATE(1352), + [sym__external_name] = STATE(1352), + [sym_external_constant_name] = STATE(1351), + [sym_external_signal_name] = STATE(1351), + [sym_external_variable_name] = STATE(1351), + [sym__literal] = STATE(2500), + [sym_bit_string_literal] = STATE(2505), + [sym__abstract_literal] = STATE(1399), + [sym_based_literal] = STATE(1466), + [sym_allocator] = STATE(2501), + [sym_parenthesis_expression] = STATE(2501), [sym__tool_directive] = STATE(47), + [sym_waveform] = STATE(5696), + [sym_waveform_element] = STATE(5497), + [sym_conditional_waveforms] = STATE(6787), + [sym_delay_mechanism] = STATE(346), [sym_line_comment] = STATE(47), [sym_block_comment] = STATE(47), - [anon_sym_LPAREN] = ACTIONS(263), - [anon_sym_RPAREN] = ACTIONS(554), - [sym_condition_conversion] = ACTIONS(265), + [anon_sym_LPAREN] = ACTIONS(415), + [sym_condition_conversion] = ACTIONS(417), [anon_sym_PLUS] = ACTIONS(267), [anon_sym_DASH] = ACTIONS(267), - [anon_sym_LT_LT] = ACTIONS(401), - [sym_identifier] = ACTIONS(403), + [anon_sym_LT_LT] = ACTIONS(419), + [sym_identifier] = ACTIONS(421), [sym_ABS] = ACTIONS(273), [sym_AND] = ACTIONS(273), - [sym_INERTIAL] = ACTIONS(405), + [sym_FORCE] = ACTIONS(519), + [sym_INERTIAL] = ACTIONS(425), [sym_NAND] = ACTIONS(273), - [sym_NEW] = ACTIONS(275), + [sym_NEW] = ACTIONS(427), [sym_NOR] = ACTIONS(273), [sym_NOT] = ACTIONS(273), - [sym_NULL] = ACTIONS(277), - [sym_OPEN] = ACTIONS(407), + [sym_NULL] = ACTIONS(429), [sym_OR] = ACTIONS(273), + [sym_REJECT] = ACTIONS(431), + [sym_RELEASE] = ACTIONS(521), + [sym_TRANSPORT] = ACTIONS(425), + [sym_UNAFFECTED] = ACTIONS(435), [sym_XNOR] = ACTIONS(273), [sym_XOR] = ACTIONS(273), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(283), - [sym_decimal_float] = ACTIONS(283), - [sym_based_base] = ACTIONS(285), - [sym_character_literal] = ACTIONS(409), - [sym_string_literal] = ACTIONS(277), - [sym_string_literal_std_logic] = ACTIONS(277), - [sym_bit_string_length] = ACTIONS(289), - [sym_bit_string_base] = ACTIONS(291), - [sym_operator_symbol] = ACTIONS(409), + [sym_decimal_integer] = ACTIONS(437), + [sym_decimal_float] = ACTIONS(437), + [sym_based_base] = ACTIONS(439), + [sym_character_literal] = ACTIONS(441), + [sym_string_literal] = ACTIONS(429), + [sym_string_literal_std_logic] = ACTIONS(429), + [sym_bit_string_length] = ACTIONS(443), + [sym_bit_string_base] = ACTIONS(445), + [sym_operator_symbol] = ACTIONS(441), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(403), - [sym_library_constant_boolean] = ACTIONS(277), - [sym_library_constant_character] = ACTIONS(277), - [sym_library_constant_debug] = ACTIONS(277), - [sym_library_constant_env] = ACTIONS(277), - [sym_library_constant_standard] = ACTIONS(277), - [sym_library_constant_std_logic] = ACTIONS(409), - [sym_library_function] = ACTIONS(403), - [sym_library_type] = ACTIONS(403), + [sym_library_constant] = ACTIONS(421), + [sym_library_constant_boolean] = ACTIONS(429), + [sym_library_constant_character] = ACTIONS(429), + [sym_library_constant_debug] = ACTIONS(429), + [sym_library_constant_env] = ACTIONS(429), + [sym_library_constant_standard] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(441), + [sym_library_function] = ACTIONS(421), + [sym_library_type] = ACTIONS(421), }, [48] = { - [sym_conditional_expression] = STATE(6048), - [sym__expression] = STATE(1102), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(2352), - [sym_unary_operator] = STATE(686), - [sym_sign] = STATE(687), - [sym__primary] = STATE(2097), - [sym_name] = STATE(2353), - [sym__direct_name] = STATE(734), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(967), - [sym_external_signal_name] = STATE(967), - [sym_external_variable_name] = STATE(967), - [sym_association_or_range_list] = STATE(6742), - [sym__association_or_range] = STATE(5636), - [sym_association_element] = STATE(6166), - [sym__actual_part] = STATE(6171), - [sym__literal] = STATE(2099), - [sym_bit_string_literal] = STATE(2089), - [sym__abstract_literal] = STATE(997), - [sym_based_literal] = STATE(1044), - [sym_allocator] = STATE(2098), - [sym_parenthesis_expression] = STATE(2098), - [sym__range] = STATE(6166), - [sym_simple_range] = STATE(5022), + [sym_conditional_expression] = STATE(6473), + [sym__expression] = STATE(1033), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(2425), + [sym_unary_operator] = STATE(657), + [sym_sign] = STATE(661), + [sym__primary] = STATE(1990), + [sym_name] = STATE(2432), + [sym__direct_name] = STATE(736), + [sym__identifier] = STATE(954), + [sym__external_name] = STATE(954), + [sym_external_constant_name] = STATE(929), + [sym_external_signal_name] = STATE(929), + [sym_external_variable_name] = STATE(929), + [sym_association_or_range_list] = STATE(6871), + [sym__association_or_range] = STATE(5712), + [sym_association_element] = STATE(6523), + [sym__actual_part] = STATE(6481), + [sym__literal] = STATE(1992), + [sym_bit_string_literal] = STATE(1984), + [sym__abstract_literal] = STATE(964), + [sym_based_literal] = STATE(1073), + [sym_allocator] = STATE(1991), + [sym_parenthesis_expression] = STATE(1991), + [sym__range] = STATE(6523), + [sym_simple_range] = STATE(4995), [sym__tool_directive] = STATE(48), [sym_line_comment] = STATE(48), [sym_block_comment] = STATE(48), [anon_sym_LPAREN] = ACTIONS(263), - [anon_sym_RPAREN] = ACTIONS(556), + [anon_sym_RPAREN] = ACTIONS(523), [sym_condition_conversion] = ACTIONS(265), [anon_sym_PLUS] = ACTIONS(267), [anon_sym_DASH] = ACTIONS(267), @@ -25523,114 +25523,114 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_type] = ACTIONS(403), }, [49] = { - [sym_conditional_expression] = STATE(6048), - [sym__expression] = STATE(1102), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(2352), - [sym_unary_operator] = STATE(686), - [sym_sign] = STATE(687), - [sym__primary] = STATE(2097), - [sym_name] = STATE(2353), - [sym__direct_name] = STATE(734), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(967), - [sym_external_signal_name] = STATE(967), - [sym_external_variable_name] = STATE(967), - [sym_association_or_range_list] = STATE(6790), - [sym__association_or_range] = STATE(5636), - [sym_association_element] = STATE(6166), - [sym__actual_part] = STATE(6171), - [sym__literal] = STATE(2099), - [sym_bit_string_literal] = STATE(2089), - [sym__abstract_literal] = STATE(997), - [sym_based_literal] = STATE(1044), - [sym_allocator] = STATE(2098), - [sym_parenthesis_expression] = STATE(2098), - [sym__range] = STATE(6166), - [sym_simple_range] = STATE(5022), + [sym_use_clause] = STATE(1925), + [sym_package_declaration] = STATE(1925), + [sym_package_instantiation_declaration] = STATE(1925), + [sym_package_definition] = STATE(1925), + [sym__block_declarative_item] = STATE(1924), + [sym_subprogram_declaration] = STATE(1925), + [sym_subprogram_definition] = STATE(1925), + [sym_subprogram_instantiation_declaration] = STATE(1925), + [sym_type_declaration] = STATE(1925), + [sym_subtype_declaration] = STATE(1925), + [sym_mode_view_declaration] = STATE(1925), + [sym_constant_declaration] = STATE(1925), + [sym_signal_declaration] = STATE(1925), + [sym_variable_declaration] = STATE(1925), + [sym_file_declaration] = STATE(1925), + [sym_alias_declaration] = STATE(1925), + [sym_component_declaration] = STATE(1925), + [sym_attribute_declaration] = STATE(1925), + [sym_attribute_specification] = STATE(1925), + [sym_disconnection_specification] = STATE(1925), + [sym_group_template_declaration] = STATE(1925), + [sym_group_declaration] = STATE(1925), [sym__tool_directive] = STATE(49), + [sym_procedure_specification] = STATE(6037), + [sym_function_specification] = STATE(6037), + [sym__subprogram_specification] = STATE(5978), + [sym_configuration_specification] = STATE(1925), [sym_line_comment] = STATE(49), [sym_block_comment] = STATE(49), - [anon_sym_LPAREN] = ACTIONS(263), - [anon_sym_RPAREN] = ACTIONS(558), - [sym_condition_conversion] = ACTIONS(265), - [anon_sym_PLUS] = ACTIONS(267), - [anon_sym_DASH] = ACTIONS(267), - [anon_sym_LT_LT] = ACTIONS(401), - [sym_identifier] = ACTIONS(403), - [sym_ABS] = ACTIONS(273), - [sym_AND] = ACTIONS(273), - [sym_INERTIAL] = ACTIONS(405), - [sym_NAND] = ACTIONS(273), - [sym_NEW] = ACTIONS(275), - [sym_NOR] = ACTIONS(273), - [sym_NOT] = ACTIONS(273), - [sym_NULL] = ACTIONS(277), - [sym_OPEN] = ACTIONS(407), - [sym_OR] = ACTIONS(273), - [sym_XNOR] = ACTIONS(273), - [sym_XOR] = ACTIONS(273), + [aux_sym_design_unit_repeat2] = STATE(49), + [anon_sym_LPAREN] = ACTIONS(525), + [anon_sym_LT_LT] = ACTIONS(525), + [sym_identifier] = ACTIONS(525), + [sym_ALIAS] = ACTIONS(527), + [sym_ARCHITECTURE] = ACTIONS(525), + [sym_ASSERT] = ACTIONS(525), + [sym_ATTRIBUTE] = ACTIONS(530), + [sym_COMPONENT] = ACTIONS(533), + [sym_CONFIGURATION] = ACTIONS(525), + [sym_CONSTANT] = ACTIONS(536), + [sym_CONTEXT] = ACTIONS(525), + [sym_DISCONNECT] = ACTIONS(539), + [sym_ENTITY] = ACTIONS(525), + [sym_FILE] = ACTIONS(542), + [sym_FOR] = ACTIONS(545), + [sym_FUNCTION] = ACTIONS(548), + [sym_GROUP] = ACTIONS(551), + [sym_IMPURE] = ACTIONS(554), + [sym_LIBRARY] = ACTIONS(525), + [sym_PACKAGE] = ACTIONS(557), + [sym_POSTPONED] = ACTIONS(525), + [sym_PROCEDURE] = ACTIONS(560), + [sym_PROCESS] = ACTIONS(525), + [sym_PURE] = ACTIONS(554), + [sym_SIGNAL] = ACTIONS(563), + [sym_SHARED] = ACTIONS(566), + [sym_SUBTYPE] = ACTIONS(569), + [sym_TYPE] = ACTIONS(572), + [sym_USE] = ACTIONS(575), + [sym_VARIABLE] = ACTIONS(578), + [sym_VIEW] = ACTIONS(581), + [sym_WITH] = ACTIONS(525), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(283), - [sym_decimal_float] = ACTIONS(283), - [sym_based_base] = ACTIONS(285), - [sym_character_literal] = ACTIONS(409), - [sym_string_literal] = ACTIONS(277), - [sym_string_literal_std_logic] = ACTIONS(277), - [sym_bit_string_length] = ACTIONS(289), - [sym_bit_string_base] = ACTIONS(291), - [sym_operator_symbol] = ACTIONS(409), + [sym_character_literal] = ACTIONS(525), + [sym_operator_symbol] = ACTIONS(525), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(403), - [sym_library_constant_boolean] = ACTIONS(277), - [sym_library_constant_character] = ACTIONS(277), - [sym_library_constant_debug] = ACTIONS(277), - [sym_library_constant_env] = ACTIONS(277), - [sym_library_constant_standard] = ACTIONS(277), - [sym_library_constant_std_logic] = ACTIONS(409), - [sym_library_function] = ACTIONS(403), - [sym_library_type] = ACTIONS(403), + [sym_library_constant] = ACTIONS(525), + [sym_library_constant_std_logic] = ACTIONS(525), + [sym_library_function] = ACTIONS(525), + [sym_library_type] = ACTIONS(525), + [sym__end_of_file] = ACTIONS(525), }, [50] = { - [sym_conditional_expression] = STATE(6048), - [sym__expression] = STATE(1102), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(2352), - [sym_unary_operator] = STATE(686), - [sym_sign] = STATE(687), - [sym__primary] = STATE(2097), - [sym_name] = STATE(2353), - [sym__direct_name] = STATE(734), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(967), - [sym_external_signal_name] = STATE(967), - [sym_external_variable_name] = STATE(967), - [sym_association_or_range_list] = STATE(6842), - [sym__association_or_range] = STATE(5636), - [sym_association_element] = STATE(6166), - [sym__actual_part] = STATE(6171), - [sym__literal] = STATE(2099), - [sym_bit_string_literal] = STATE(2089), - [sym__abstract_literal] = STATE(997), - [sym_based_literal] = STATE(1044), - [sym_allocator] = STATE(2098), - [sym_parenthesis_expression] = STATE(2098), - [sym__range] = STATE(6166), - [sym_simple_range] = STATE(5022), + [sym_conditional_expression] = STATE(6473), + [sym__expression] = STATE(1033), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(2425), + [sym_unary_operator] = STATE(657), + [sym_sign] = STATE(661), + [sym__primary] = STATE(1990), + [sym_name] = STATE(2432), + [sym__direct_name] = STATE(736), + [sym__identifier] = STATE(954), + [sym__external_name] = STATE(954), + [sym_external_constant_name] = STATE(929), + [sym_external_signal_name] = STATE(929), + [sym_external_variable_name] = STATE(929), + [sym_association_or_range_list] = STATE(8343), + [sym__association_or_range] = STATE(5712), + [sym_association_element] = STATE(6523), + [sym__actual_part] = STATE(6481), + [sym__literal] = STATE(1992), + [sym_bit_string_literal] = STATE(1984), + [sym__abstract_literal] = STATE(964), + [sym_based_literal] = STATE(1073), + [sym_allocator] = STATE(1991), + [sym_parenthesis_expression] = STATE(1991), + [sym__range] = STATE(6523), + [sym_simple_range] = STATE(4995), [sym__tool_directive] = STATE(50), [sym_line_comment] = STATE(50), [sym_block_comment] = STATE(50), [anon_sym_LPAREN] = ACTIONS(263), - [anon_sym_RPAREN] = ACTIONS(560), + [anon_sym_RPAREN] = ACTIONS(584), [sym_condition_conversion] = ACTIONS(265), [anon_sym_PLUS] = ACTIONS(267), [anon_sym_DASH] = ACTIONS(267), @@ -25671,40 +25671,40 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_type] = ACTIONS(403), }, [51] = { - [sym_conditional_expression] = STATE(6048), - [sym__expression] = STATE(1102), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(2352), - [sym_unary_operator] = STATE(686), - [sym_sign] = STATE(687), - [sym__primary] = STATE(2097), - [sym_name] = STATE(2353), - [sym__direct_name] = STATE(734), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(967), - [sym_external_signal_name] = STATE(967), - [sym_external_variable_name] = STATE(967), - [sym_association_or_range_list] = STATE(6877), - [sym__association_or_range] = STATE(5636), - [sym_association_element] = STATE(6166), - [sym__actual_part] = STATE(6171), - [sym__literal] = STATE(2099), - [sym_bit_string_literal] = STATE(2089), - [sym__abstract_literal] = STATE(997), - [sym_based_literal] = STATE(1044), - [sym_allocator] = STATE(2098), - [sym_parenthesis_expression] = STATE(2098), - [sym__range] = STATE(6166), - [sym_simple_range] = STATE(5022), + [sym_conditional_expression] = STATE(6473), + [sym__expression] = STATE(1033), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(2425), + [sym_unary_operator] = STATE(657), + [sym_sign] = STATE(661), + [sym__primary] = STATE(1990), + [sym_name] = STATE(2432), + [sym__direct_name] = STATE(736), + [sym__identifier] = STATE(954), + [sym__external_name] = STATE(954), + [sym_external_constant_name] = STATE(929), + [sym_external_signal_name] = STATE(929), + [sym_external_variable_name] = STATE(929), + [sym_association_or_range_list] = STATE(6905), + [sym__association_or_range] = STATE(5712), + [sym_association_element] = STATE(6523), + [sym__actual_part] = STATE(6481), + [sym__literal] = STATE(1992), + [sym_bit_string_literal] = STATE(1984), + [sym__abstract_literal] = STATE(964), + [sym_based_literal] = STATE(1073), + [sym_allocator] = STATE(1991), + [sym_parenthesis_expression] = STATE(1991), + [sym__range] = STATE(6523), + [sym_simple_range] = STATE(4995), [sym__tool_directive] = STATE(51), [sym_line_comment] = STATE(51), [sym_block_comment] = STATE(51), [anon_sym_LPAREN] = ACTIONS(263), - [anon_sym_RPAREN] = ACTIONS(562), + [anon_sym_RPAREN] = ACTIONS(586), [sym_condition_conversion] = ACTIONS(265), [anon_sym_PLUS] = ACTIONS(267), [anon_sym_DASH] = ACTIONS(267), @@ -25745,114 +25745,114 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_type] = ACTIONS(403), }, [52] = { - [sym_conditional_expression] = STATE(6048), - [sym__expression] = STATE(1102), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(2352), - [sym_unary_operator] = STATE(686), - [sym_sign] = STATE(687), - [sym__primary] = STATE(2097), - [sym_name] = STATE(2353), - [sym__direct_name] = STATE(734), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(967), - [sym_external_signal_name] = STATE(967), - [sym_external_variable_name] = STATE(967), - [sym_association_or_range_list] = STATE(6924), - [sym__association_or_range] = STATE(5636), - [sym_association_element] = STATE(6166), - [sym__actual_part] = STATE(6171), - [sym__literal] = STATE(2099), - [sym_bit_string_literal] = STATE(2089), - [sym__abstract_literal] = STATE(997), - [sym_based_literal] = STATE(1044), - [sym_allocator] = STATE(2098), - [sym_parenthesis_expression] = STATE(2098), - [sym__range] = STATE(6166), - [sym_simple_range] = STATE(5022), + [sym__sequential_statement] = STATE(2933), + [sym_sequential_block_statement] = STATE(2966), + [sym_assertion_statement] = STATE(2966), + [sym_assertion] = STATE(6919), + [sym_report_expression] = STATE(5746), + [sym_case_statement] = STATE(2966), + [sym_case_expression] = STATE(6409), + [sym_exit_statement] = STATE(2966), + [sym_if_statement_block] = STATE(2966), + [sym_if_statement] = STATE(6410), + [sym_loop_statement] = STATE(2966), + [sym__iteration_scheme] = STATE(6415), + [sym_loop_body] = STATE(6416), + [sym_next_statement] = STATE(2966), + [sym_null_statement] = STATE(2966), + [sym_procedure_call_statement] = STATE(2966), + [sym_report_statement] = STATE(2966), + [sym_return_statement] = STATE(2966), + [sym_simple_waveform_assignment] = STATE(2966), + [sym_simple_variable_assignment] = STATE(2966), + [sym_simple_force_assignment] = STATE(2966), + [sym_simple_release_assignment] = STATE(2966), + [sym_conditional_signal_assignment] = STATE(2966), + [sym_selected_waveform_assignment] = STATE(2966), + [sym_selected_force_assignment] = STATE(2966), + [sym_selected_variable_assignment] = STATE(2966), + [sym_with_expression] = STATE(6417), + [sym_wait_statement] = STATE(2966), + [sym_name] = STATE(5743), + [sym__direct_name] = STATE(3015), + [sym__label] = STATE(7197), + [sym__identifier] = STATE(4386), + [sym__external_name] = STATE(4386), + [sym_external_constant_name] = STATE(4383), + [sym_external_signal_name] = STATE(4383), + [sym_external_variable_name] = STATE(4383), [sym__tool_directive] = STATE(52), + [sym_while_loop] = STATE(6904), + [sym_for_loop] = STATE(6904), + [sym__target] = STATE(5740), + [sym_aggregate] = STATE(6048), + [sym_label_declaration] = STATE(1572), [sym_line_comment] = STATE(52), [sym_block_comment] = STATE(52), - [anon_sym_LPAREN] = ACTIONS(263), - [anon_sym_RPAREN] = ACTIONS(564), - [sym_condition_conversion] = ACTIONS(265), - [anon_sym_PLUS] = ACTIONS(267), - [anon_sym_DASH] = ACTIONS(267), - [anon_sym_LT_LT] = ACTIONS(401), - [sym_identifier] = ACTIONS(403), - [sym_ABS] = ACTIONS(273), - [sym_AND] = ACTIONS(273), - [sym_INERTIAL] = ACTIONS(405), - [sym_NAND] = ACTIONS(273), - [sym_NEW] = ACTIONS(275), - [sym_NOR] = ACTIONS(273), - [sym_NOT] = ACTIONS(273), - [sym_NULL] = ACTIONS(277), - [sym_OPEN] = ACTIONS(407), - [sym_OR] = ACTIONS(273), - [sym_XNOR] = ACTIONS(273), - [sym_XOR] = ACTIONS(273), + [aux_sym_sequential_block_repeat1] = STATE(22), + [anon_sym_LPAREN] = ACTIONS(9), + [anon_sym_LT_LT] = ACTIONS(11), + [sym_identifier] = ACTIONS(13), + [sym_ASSERT] = ACTIONS(19), + [sym_BLOCK] = ACTIONS(385), + [sym_CASE] = ACTIONS(233), + [sym_END] = ACTIONS(588), + [sym_EXIT] = ACTIONS(389), + [sym_FOR] = ACTIONS(243), + [sym_IF] = ACTIONS(245), + [sym_LOOP] = ACTIONS(247), + [sym_NEXT] = ACTIONS(391), + [sym_NULL] = ACTIONS(393), + [sym_REPORT] = ACTIONS(253), + [sym_RETURN] = ACTIONS(395), + [sym_WAIT] = ACTIONS(397), + [sym_WHILE] = ACTIONS(259), + [sym_WITH] = ACTIONS(69), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(283), - [sym_decimal_float] = ACTIONS(283), - [sym_based_base] = ACTIONS(285), - [sym_character_literal] = ACTIONS(409), - [sym_string_literal] = ACTIONS(277), - [sym_string_literal_std_logic] = ACTIONS(277), - [sym_bit_string_length] = ACTIONS(289), - [sym_bit_string_base] = ACTIONS(291), - [sym_operator_symbol] = ACTIONS(409), + [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(403), - [sym_library_constant_boolean] = ACTIONS(277), - [sym_library_constant_character] = ACTIONS(277), - [sym_library_constant_debug] = ACTIONS(277), - [sym_library_constant_env] = ACTIONS(277), - [sym_library_constant_standard] = ACTIONS(277), - [sym_library_constant_std_logic] = ACTIONS(409), - [sym_library_function] = ACTIONS(403), - [sym_library_type] = ACTIONS(403), + [sym_library_constant] = ACTIONS(13), + [sym_library_constant_std_logic] = ACTIONS(71), + [sym_library_function] = ACTIONS(13), + [sym_library_type] = ACTIONS(13), }, [53] = { - [sym_conditional_expression] = STATE(6048), - [sym__expression] = STATE(1102), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(2352), - [sym_unary_operator] = STATE(686), - [sym_sign] = STATE(687), - [sym__primary] = STATE(2097), - [sym_name] = STATE(2353), - [sym__direct_name] = STATE(734), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(967), - [sym_external_signal_name] = STATE(967), - [sym_external_variable_name] = STATE(967), - [sym_association_or_range_list] = STATE(6964), - [sym__association_or_range] = STATE(5636), - [sym_association_element] = STATE(6166), - [sym__actual_part] = STATE(6171), - [sym__literal] = STATE(2099), - [sym_bit_string_literal] = STATE(2089), - [sym__abstract_literal] = STATE(997), - [sym_based_literal] = STATE(1044), - [sym_allocator] = STATE(2098), - [sym_parenthesis_expression] = STATE(2098), - [sym__range] = STATE(6166), - [sym_simple_range] = STATE(5022), + [sym_conditional_expression] = STATE(6473), + [sym__expression] = STATE(1033), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(2425), + [sym_unary_operator] = STATE(657), + [sym_sign] = STATE(661), + [sym__primary] = STATE(1990), + [sym_name] = STATE(2432), + [sym__direct_name] = STATE(736), + [sym__identifier] = STATE(954), + [sym__external_name] = STATE(954), + [sym_external_constant_name] = STATE(929), + [sym_external_signal_name] = STATE(929), + [sym_external_variable_name] = STATE(929), + [sym_association_or_range_list] = STATE(6925), + [sym__association_or_range] = STATE(5712), + [sym_association_element] = STATE(6523), + [sym__actual_part] = STATE(6481), + [sym__literal] = STATE(1992), + [sym_bit_string_literal] = STATE(1984), + [sym__abstract_literal] = STATE(964), + [sym_based_literal] = STATE(1073), + [sym_allocator] = STATE(1991), + [sym_parenthesis_expression] = STATE(1991), + [sym__range] = STATE(6523), + [sym_simple_range] = STATE(4995), [sym__tool_directive] = STATE(53), [sym_line_comment] = STATE(53), [sym_block_comment] = STATE(53), [anon_sym_LPAREN] = ACTIONS(263), - [anon_sym_RPAREN] = ACTIONS(566), + [anon_sym_RPAREN] = ACTIONS(590), [sym_condition_conversion] = ACTIONS(265), [anon_sym_PLUS] = ACTIONS(267), [anon_sym_DASH] = ACTIONS(267), @@ -25893,336 +25893,336 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_type] = ACTIONS(403), }, [54] = { - [sym_conditional_expression] = STATE(6048), - [sym__expression] = STATE(1102), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(2352), - [sym_unary_operator] = STATE(686), - [sym_sign] = STATE(687), - [sym__primary] = STATE(2097), - [sym_name] = STATE(2353), - [sym__direct_name] = STATE(734), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(967), - [sym_external_signal_name] = STATE(967), - [sym_external_variable_name] = STATE(967), - [sym_association_or_range_list] = STATE(7006), - [sym__association_or_range] = STATE(5636), - [sym_association_element] = STATE(6166), - [sym__actual_part] = STATE(6171), - [sym__literal] = STATE(2099), - [sym_bit_string_literal] = STATE(2089), - [sym__abstract_literal] = STATE(997), - [sym_based_literal] = STATE(1044), - [sym_allocator] = STATE(2098), - [sym_parenthesis_expression] = STATE(2098), - [sym__range] = STATE(6166), - [sym_simple_range] = STATE(5022), + [sym__expression] = STATE(1550), + [sym_condition_expression] = STATE(2503), + [sym_logical_expression] = STATE(2503), + [sym_relational_expression] = STATE(2503), + [sym_shift_expression] = STATE(2503), + [sym_simple_expression] = STATE(2503), + [sym_unary_operator] = STATE(699), + [sym_sign] = STATE(700), + [sym__primary] = STATE(2502), + [sym_name] = STATE(2501), + [sym__direct_name] = STATE(764), + [sym__identifier] = STATE(1352), + [sym__external_name] = STATE(1352), + [sym_external_constant_name] = STATE(1351), + [sym_external_signal_name] = STATE(1351), + [sym_external_variable_name] = STATE(1351), + [sym__literal] = STATE(2500), + [sym_bit_string_literal] = STATE(2505), + [sym__abstract_literal] = STATE(1399), + [sym_based_literal] = STATE(1466), + [sym_allocator] = STATE(2501), + [sym_parenthesis_expression] = STATE(2501), [sym__tool_directive] = STATE(54), + [sym_selected_waveforms] = STATE(7544), + [sym_waveform] = STATE(6284), + [sym_waveform_element] = STATE(5497), + [sym_delay_mechanism] = STATE(272), [sym_line_comment] = STATE(54), [sym_block_comment] = STATE(54), - [anon_sym_LPAREN] = ACTIONS(263), - [anon_sym_RPAREN] = ACTIONS(568), - [sym_condition_conversion] = ACTIONS(265), + [aux_sym_selected_waveforms_repeat1] = STATE(326), + [anon_sym_LPAREN] = ACTIONS(415), + [sym_condition_conversion] = ACTIONS(417), [anon_sym_PLUS] = ACTIONS(267), [anon_sym_DASH] = ACTIONS(267), - [anon_sym_LT_LT] = ACTIONS(401), - [sym_identifier] = ACTIONS(403), + [anon_sym_LT_LT] = ACTIONS(419), + [sym_identifier] = ACTIONS(421), [sym_ABS] = ACTIONS(273), [sym_AND] = ACTIONS(273), - [sym_INERTIAL] = ACTIONS(405), + [sym_GUARDED] = ACTIONS(592), + [sym_INERTIAL] = ACTIONS(425), [sym_NAND] = ACTIONS(273), - [sym_NEW] = ACTIONS(275), + [sym_NEW] = ACTIONS(427), [sym_NOR] = ACTIONS(273), [sym_NOT] = ACTIONS(273), - [sym_NULL] = ACTIONS(277), - [sym_OPEN] = ACTIONS(407), + [sym_NULL] = ACTIONS(429), [sym_OR] = ACTIONS(273), + [sym_REJECT] = ACTIONS(431), + [sym_TRANSPORT] = ACTIONS(425), + [sym_UNAFFECTED] = ACTIONS(435), [sym_XNOR] = ACTIONS(273), [sym_XOR] = ACTIONS(273), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(283), - [sym_decimal_float] = ACTIONS(283), - [sym_based_base] = ACTIONS(285), - [sym_character_literal] = ACTIONS(409), - [sym_string_literal] = ACTIONS(277), - [sym_string_literal_std_logic] = ACTIONS(277), - [sym_bit_string_length] = ACTIONS(289), - [sym_bit_string_base] = ACTIONS(291), - [sym_operator_symbol] = ACTIONS(409), + [sym_decimal_integer] = ACTIONS(437), + [sym_decimal_float] = ACTIONS(437), + [sym_based_base] = ACTIONS(439), + [sym_character_literal] = ACTIONS(441), + [sym_string_literal] = ACTIONS(429), + [sym_string_literal_std_logic] = ACTIONS(429), + [sym_bit_string_length] = ACTIONS(443), + [sym_bit_string_base] = ACTIONS(445), + [sym_operator_symbol] = ACTIONS(441), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(403), - [sym_library_constant_boolean] = ACTIONS(277), - [sym_library_constant_character] = ACTIONS(277), - [sym_library_constant_debug] = ACTIONS(277), - [sym_library_constant_env] = ACTIONS(277), - [sym_library_constant_standard] = ACTIONS(277), - [sym_library_constant_std_logic] = ACTIONS(409), - [sym_library_function] = ACTIONS(403), - [sym_library_type] = ACTIONS(403), + [sym_library_constant] = ACTIONS(421), + [sym_library_constant_boolean] = ACTIONS(429), + [sym_library_constant_character] = ACTIONS(429), + [sym_library_constant_debug] = ACTIONS(429), + [sym_library_constant_env] = ACTIONS(429), + [sym_library_constant_standard] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(441), + [sym_library_function] = ACTIONS(421), + [sym_library_type] = ACTIONS(421), }, [55] = { - [sym_conditional_expression] = STATE(6048), - [sym__expression] = STATE(1102), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(2352), - [sym_unary_operator] = STATE(686), - [sym_sign] = STATE(687), - [sym__primary] = STATE(2097), - [sym_name] = STATE(2353), - [sym__direct_name] = STATE(734), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(967), - [sym_external_signal_name] = STATE(967), - [sym_external_variable_name] = STATE(967), - [sym_association_or_range_list] = STATE(7761), - [sym__association_or_range] = STATE(5636), - [sym_association_element] = STATE(6166), - [sym__actual_part] = STATE(6171), - [sym__literal] = STATE(2099), - [sym_bit_string_literal] = STATE(2089), - [sym__abstract_literal] = STATE(997), - [sym_based_literal] = STATE(1044), - [sym_allocator] = STATE(2098), - [sym_parenthesis_expression] = STATE(2098), - [sym__range] = STATE(6166), - [sym_simple_range] = STATE(5022), + [sym__expression] = STATE(1550), + [sym_condition_expression] = STATE(2503), + [sym_logical_expression] = STATE(2503), + [sym_relational_expression] = STATE(2503), + [sym_shift_expression] = STATE(2503), + [sym_simple_expression] = STATE(2503), + [sym_unary_operator] = STATE(699), + [sym_sign] = STATE(700), + [sym__primary] = STATE(2502), + [sym_name] = STATE(2501), + [sym__direct_name] = STATE(764), + [sym__identifier] = STATE(1352), + [sym__external_name] = STATE(1352), + [sym_external_constant_name] = STATE(1351), + [sym_external_signal_name] = STATE(1351), + [sym_external_variable_name] = STATE(1351), + [sym__literal] = STATE(2500), + [sym_bit_string_literal] = STATE(2505), + [sym__abstract_literal] = STATE(1399), + [sym_based_literal] = STATE(1466), + [sym_allocator] = STATE(2501), + [sym_parenthesis_expression] = STATE(2501), [sym__tool_directive] = STATE(55), + [sym_selected_waveforms] = STATE(6966), + [sym_waveform] = STATE(6284), + [sym_waveform_element] = STATE(5497), + [sym_delay_mechanism] = STATE(317), [sym_line_comment] = STATE(55), [sym_block_comment] = STATE(55), - [anon_sym_LPAREN] = ACTIONS(263), - [anon_sym_RPAREN] = ACTIONS(570), - [sym_condition_conversion] = ACTIONS(265), + [aux_sym_selected_waveforms_repeat1] = STATE(326), + [anon_sym_LPAREN] = ACTIONS(415), + [sym_condition_conversion] = ACTIONS(417), [anon_sym_PLUS] = ACTIONS(267), [anon_sym_DASH] = ACTIONS(267), - [anon_sym_LT_LT] = ACTIONS(401), - [sym_identifier] = ACTIONS(403), + [anon_sym_LT_LT] = ACTIONS(419), + [sym_identifier] = ACTIONS(421), [sym_ABS] = ACTIONS(273), [sym_AND] = ACTIONS(273), - [sym_INERTIAL] = ACTIONS(405), + [sym_FORCE] = ACTIONS(594), + [sym_INERTIAL] = ACTIONS(425), [sym_NAND] = ACTIONS(273), - [sym_NEW] = ACTIONS(275), + [sym_NEW] = ACTIONS(427), [sym_NOR] = ACTIONS(273), [sym_NOT] = ACTIONS(273), - [sym_NULL] = ACTIONS(277), - [sym_OPEN] = ACTIONS(407), + [sym_NULL] = ACTIONS(429), [sym_OR] = ACTIONS(273), + [sym_REJECT] = ACTIONS(431), + [sym_TRANSPORT] = ACTIONS(425), + [sym_UNAFFECTED] = ACTIONS(435), [sym_XNOR] = ACTIONS(273), [sym_XOR] = ACTIONS(273), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(283), - [sym_decimal_float] = ACTIONS(283), - [sym_based_base] = ACTIONS(285), - [sym_character_literal] = ACTIONS(409), - [sym_string_literal] = ACTIONS(277), - [sym_string_literal_std_logic] = ACTIONS(277), - [sym_bit_string_length] = ACTIONS(289), - [sym_bit_string_base] = ACTIONS(291), - [sym_operator_symbol] = ACTIONS(409), + [sym_decimal_integer] = ACTIONS(437), + [sym_decimal_float] = ACTIONS(437), + [sym_based_base] = ACTIONS(439), + [sym_character_literal] = ACTIONS(441), + [sym_string_literal] = ACTIONS(429), + [sym_string_literal_std_logic] = ACTIONS(429), + [sym_bit_string_length] = ACTIONS(443), + [sym_bit_string_base] = ACTIONS(445), + [sym_operator_symbol] = ACTIONS(441), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(403), - [sym_library_constant_boolean] = ACTIONS(277), - [sym_library_constant_character] = ACTIONS(277), - [sym_library_constant_debug] = ACTIONS(277), - [sym_library_constant_env] = ACTIONS(277), - [sym_library_constant_standard] = ACTIONS(277), - [sym_library_constant_std_logic] = ACTIONS(409), - [sym_library_function] = ACTIONS(403), - [sym_library_type] = ACTIONS(403), + [sym_library_constant] = ACTIONS(421), + [sym_library_constant_boolean] = ACTIONS(429), + [sym_library_constant_character] = ACTIONS(429), + [sym_library_constant_debug] = ACTIONS(429), + [sym_library_constant_env] = ACTIONS(429), + [sym_library_constant_standard] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(441), + [sym_library_function] = ACTIONS(421), + [sym_library_type] = ACTIONS(421), }, [56] = { - [sym_conditional_expression] = STATE(6048), - [sym__expression] = STATE(1102), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(2352), - [sym_unary_operator] = STATE(686), - [sym_sign] = STATE(687), - [sym__primary] = STATE(2097), - [sym_name] = STATE(2353), - [sym__direct_name] = STATE(734), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(967), - [sym_external_signal_name] = STATE(967), - [sym_external_variable_name] = STATE(967), - [sym_association_or_range_list] = STATE(7123), - [sym__association_or_range] = STATE(5636), - [sym_association_element] = STATE(6166), - [sym__actual_part] = STATE(6171), - [sym__literal] = STATE(2099), - [sym_bit_string_literal] = STATE(2089), - [sym__abstract_literal] = STATE(997), - [sym_based_literal] = STATE(1044), - [sym_allocator] = STATE(2098), - [sym_parenthesis_expression] = STATE(2098), - [sym__range] = STATE(6166), - [sym_simple_range] = STATE(5022), + [sym__expression] = STATE(1550), + [sym_condition_expression] = STATE(2503), + [sym_logical_expression] = STATE(2503), + [sym_relational_expression] = STATE(2503), + [sym_shift_expression] = STATE(2503), + [sym_simple_expression] = STATE(2503), + [sym_unary_operator] = STATE(699), + [sym_sign] = STATE(700), + [sym__primary] = STATE(2502), + [sym_name] = STATE(2501), + [sym__direct_name] = STATE(764), + [sym__identifier] = STATE(1352), + [sym__external_name] = STATE(1352), + [sym_external_constant_name] = STATE(1351), + [sym_external_signal_name] = STATE(1351), + [sym_external_variable_name] = STATE(1351), + [sym__literal] = STATE(2500), + [sym_bit_string_literal] = STATE(2505), + [sym__abstract_literal] = STATE(1399), + [sym_based_literal] = STATE(1466), + [sym_allocator] = STATE(2501), + [sym_parenthesis_expression] = STATE(2501), [sym__tool_directive] = STATE(56), + [sym_waveform] = STATE(5771), + [sym_waveform_element] = STATE(5497), + [sym_conditional_waveforms] = STATE(6992), + [sym_delay_mechanism] = STATE(349), [sym_line_comment] = STATE(56), [sym_block_comment] = STATE(56), - [anon_sym_LPAREN] = ACTIONS(263), - [anon_sym_RPAREN] = ACTIONS(572), - [sym_condition_conversion] = ACTIONS(265), + [anon_sym_LPAREN] = ACTIONS(415), + [sym_condition_conversion] = ACTIONS(417), [anon_sym_PLUS] = ACTIONS(267), [anon_sym_DASH] = ACTIONS(267), - [anon_sym_LT_LT] = ACTIONS(401), - [sym_identifier] = ACTIONS(403), + [anon_sym_LT_LT] = ACTIONS(419), + [sym_identifier] = ACTIONS(421), [sym_ABS] = ACTIONS(273), [sym_AND] = ACTIONS(273), - [sym_INERTIAL] = ACTIONS(405), + [sym_FORCE] = ACTIONS(596), + [sym_INERTIAL] = ACTIONS(425), [sym_NAND] = ACTIONS(273), - [sym_NEW] = ACTIONS(275), + [sym_NEW] = ACTIONS(427), [sym_NOR] = ACTIONS(273), [sym_NOT] = ACTIONS(273), - [sym_NULL] = ACTIONS(277), - [sym_OPEN] = ACTIONS(407), + [sym_NULL] = ACTIONS(429), [sym_OR] = ACTIONS(273), + [sym_REJECT] = ACTIONS(431), + [sym_RELEASE] = ACTIONS(598), + [sym_TRANSPORT] = ACTIONS(425), + [sym_UNAFFECTED] = ACTIONS(435), [sym_XNOR] = ACTIONS(273), [sym_XOR] = ACTIONS(273), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(283), - [sym_decimal_float] = ACTIONS(283), - [sym_based_base] = ACTIONS(285), - [sym_character_literal] = ACTIONS(409), - [sym_string_literal] = ACTIONS(277), - [sym_string_literal_std_logic] = ACTIONS(277), - [sym_bit_string_length] = ACTIONS(289), - [sym_bit_string_base] = ACTIONS(291), - [sym_operator_symbol] = ACTIONS(409), + [sym_decimal_integer] = ACTIONS(437), + [sym_decimal_float] = ACTIONS(437), + [sym_based_base] = ACTIONS(439), + [sym_character_literal] = ACTIONS(441), + [sym_string_literal] = ACTIONS(429), + [sym_string_literal_std_logic] = ACTIONS(429), + [sym_bit_string_length] = ACTIONS(443), + [sym_bit_string_base] = ACTIONS(445), + [sym_operator_symbol] = ACTIONS(441), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(403), - [sym_library_constant_boolean] = ACTIONS(277), - [sym_library_constant_character] = ACTIONS(277), - [sym_library_constant_debug] = ACTIONS(277), - [sym_library_constant_env] = ACTIONS(277), - [sym_library_constant_standard] = ACTIONS(277), - [sym_library_constant_std_logic] = ACTIONS(409), - [sym_library_function] = ACTIONS(403), - [sym_library_type] = ACTIONS(403), + [sym_library_constant] = ACTIONS(421), + [sym_library_constant_boolean] = ACTIONS(429), + [sym_library_constant_character] = ACTIONS(429), + [sym_library_constant_debug] = ACTIONS(429), + [sym_library_constant_env] = ACTIONS(429), + [sym_library_constant_standard] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(441), + [sym_library_function] = ACTIONS(421), + [sym_library_type] = ACTIONS(421), }, [57] = { - [sym_conditional_expression] = STATE(6048), - [sym__expression] = STATE(1102), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(2352), - [sym_unary_operator] = STATE(686), - [sym_sign] = STATE(687), - [sym__primary] = STATE(2097), - [sym_name] = STATE(2353), - [sym__direct_name] = STATE(734), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(967), - [sym_external_signal_name] = STATE(967), - [sym_external_variable_name] = STATE(967), - [sym_association_or_range_list] = STATE(7192), - [sym__association_or_range] = STATE(5636), - [sym_association_element] = STATE(6166), - [sym__actual_part] = STATE(6171), - [sym__literal] = STATE(2099), - [sym_bit_string_literal] = STATE(2089), - [sym__abstract_literal] = STATE(997), - [sym_based_literal] = STATE(1044), - [sym_allocator] = STATE(2098), - [sym_parenthesis_expression] = STATE(2098), - [sym__range] = STATE(6166), - [sym_simple_range] = STATE(5022), + [sym__expression] = STATE(1550), + [sym_condition_expression] = STATE(2503), + [sym_logical_expression] = STATE(2503), + [sym_relational_expression] = STATE(2503), + [sym_shift_expression] = STATE(2503), + [sym_simple_expression] = STATE(2503), + [sym_unary_operator] = STATE(699), + [sym_sign] = STATE(700), + [sym__primary] = STATE(2502), + [sym_name] = STATE(2501), + [sym__direct_name] = STATE(764), + [sym__identifier] = STATE(1352), + [sym__external_name] = STATE(1352), + [sym_external_constant_name] = STATE(1351), + [sym_external_signal_name] = STATE(1351), + [sym_external_variable_name] = STATE(1351), + [sym__literal] = STATE(2500), + [sym_bit_string_literal] = STATE(2505), + [sym__abstract_literal] = STATE(1399), + [sym_based_literal] = STATE(1466), + [sym_allocator] = STATE(2501), + [sym_parenthesis_expression] = STATE(2501), [sym__tool_directive] = STATE(57), + [sym_selected_waveforms] = STATE(6921), + [sym_waveform] = STATE(6284), + [sym_waveform_element] = STATE(5497), + [sym_delay_mechanism] = STATE(321), [sym_line_comment] = STATE(57), [sym_block_comment] = STATE(57), - [anon_sym_LPAREN] = ACTIONS(263), - [anon_sym_RPAREN] = ACTIONS(574), - [sym_condition_conversion] = ACTIONS(265), + [aux_sym_selected_waveforms_repeat1] = STATE(326), + [anon_sym_LPAREN] = ACTIONS(415), + [sym_condition_conversion] = ACTIONS(417), [anon_sym_PLUS] = ACTIONS(267), [anon_sym_DASH] = ACTIONS(267), - [anon_sym_LT_LT] = ACTIONS(401), - [sym_identifier] = ACTIONS(403), + [anon_sym_LT_LT] = ACTIONS(419), + [sym_identifier] = ACTIONS(421), [sym_ABS] = ACTIONS(273), [sym_AND] = ACTIONS(273), - [sym_INERTIAL] = ACTIONS(405), + [sym_GUARDED] = ACTIONS(600), + [sym_INERTIAL] = ACTIONS(425), [sym_NAND] = ACTIONS(273), - [sym_NEW] = ACTIONS(275), + [sym_NEW] = ACTIONS(427), [sym_NOR] = ACTIONS(273), [sym_NOT] = ACTIONS(273), - [sym_NULL] = ACTIONS(277), - [sym_OPEN] = ACTIONS(407), + [sym_NULL] = ACTIONS(429), [sym_OR] = ACTIONS(273), + [sym_REJECT] = ACTIONS(431), + [sym_TRANSPORT] = ACTIONS(425), + [sym_UNAFFECTED] = ACTIONS(435), [sym_XNOR] = ACTIONS(273), [sym_XOR] = ACTIONS(273), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(283), - [sym_decimal_float] = ACTIONS(283), - [sym_based_base] = ACTIONS(285), - [sym_character_literal] = ACTIONS(409), - [sym_string_literal] = ACTIONS(277), - [sym_string_literal_std_logic] = ACTIONS(277), - [sym_bit_string_length] = ACTIONS(289), - [sym_bit_string_base] = ACTIONS(291), - [sym_operator_symbol] = ACTIONS(409), + [sym_decimal_integer] = ACTIONS(437), + [sym_decimal_float] = ACTIONS(437), + [sym_based_base] = ACTIONS(439), + [sym_character_literal] = ACTIONS(441), + [sym_string_literal] = ACTIONS(429), + [sym_string_literal_std_logic] = ACTIONS(429), + [sym_bit_string_length] = ACTIONS(443), + [sym_bit_string_base] = ACTIONS(445), + [sym_operator_symbol] = ACTIONS(441), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(403), - [sym_library_constant_boolean] = ACTIONS(277), - [sym_library_constant_character] = ACTIONS(277), - [sym_library_constant_debug] = ACTIONS(277), - [sym_library_constant_env] = ACTIONS(277), - [sym_library_constant_standard] = ACTIONS(277), - [sym_library_constant_std_logic] = ACTIONS(409), - [sym_library_function] = ACTIONS(403), - [sym_library_type] = ACTIONS(403), + [sym_library_constant] = ACTIONS(421), + [sym_library_constant_boolean] = ACTIONS(429), + [sym_library_constant_character] = ACTIONS(429), + [sym_library_constant_debug] = ACTIONS(429), + [sym_library_constant_env] = ACTIONS(429), + [sym_library_constant_standard] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(441), + [sym_library_function] = ACTIONS(421), + [sym_library_type] = ACTIONS(421), }, [58] = { - [sym_conditional_expression] = STATE(6048), - [sym__expression] = STATE(1102), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(2352), - [sym_unary_operator] = STATE(686), - [sym_sign] = STATE(687), - [sym__primary] = STATE(2097), - [sym_name] = STATE(2353), - [sym__direct_name] = STATE(734), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(967), - [sym_external_signal_name] = STATE(967), - [sym_external_variable_name] = STATE(967), - [sym_association_or_range_list] = STATE(7243), - [sym__association_or_range] = STATE(5636), - [sym_association_element] = STATE(6166), - [sym__actual_part] = STATE(6171), - [sym__literal] = STATE(2099), - [sym_bit_string_literal] = STATE(2089), - [sym__abstract_literal] = STATE(997), - [sym_based_literal] = STATE(1044), - [sym_allocator] = STATE(2098), - [sym_parenthesis_expression] = STATE(2098), - [sym__range] = STATE(6166), - [sym_simple_range] = STATE(5022), + [sym_conditional_expression] = STATE(6473), + [sym__expression] = STATE(1033), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(2425), + [sym_unary_operator] = STATE(657), + [sym_sign] = STATE(661), + [sym__primary] = STATE(1990), + [sym_name] = STATE(2432), + [sym__direct_name] = STATE(736), + [sym__identifier] = STATE(954), + [sym__external_name] = STATE(954), + [sym_external_constant_name] = STATE(929), + [sym_external_signal_name] = STATE(929), + [sym_external_variable_name] = STATE(929), + [sym_association_or_range_list] = STATE(8308), + [sym__association_or_range] = STATE(5712), + [sym_association_element] = STATE(6523), + [sym__actual_part] = STATE(6481), + [sym__literal] = STATE(1992), + [sym_bit_string_literal] = STATE(1984), + [sym__abstract_literal] = STATE(964), + [sym_based_literal] = STATE(1073), + [sym_allocator] = STATE(1991), + [sym_parenthesis_expression] = STATE(1991), + [sym__range] = STATE(6523), + [sym_simple_range] = STATE(4995), [sym__tool_directive] = STATE(58), [sym_line_comment] = STATE(58), [sym_block_comment] = STATE(58), [anon_sym_LPAREN] = ACTIONS(263), - [anon_sym_RPAREN] = ACTIONS(576), + [anon_sym_RPAREN] = ACTIONS(602), [sym_condition_conversion] = ACTIONS(265), [anon_sym_PLUS] = ACTIONS(267), [anon_sym_DASH] = ACTIONS(267), @@ -26263,40 +26263,40 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_type] = ACTIONS(403), }, [59] = { - [sym_conditional_expression] = STATE(6048), - [sym__expression] = STATE(1102), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(2352), - [sym_unary_operator] = STATE(686), - [sym_sign] = STATE(687), - [sym__primary] = STATE(2097), - [sym_name] = STATE(2353), - [sym__direct_name] = STATE(734), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(967), - [sym_external_signal_name] = STATE(967), - [sym_external_variable_name] = STATE(967), - [sym_association_or_range_list] = STATE(7288), - [sym__association_or_range] = STATE(5636), - [sym_association_element] = STATE(6166), - [sym__actual_part] = STATE(6171), - [sym__literal] = STATE(2099), - [sym_bit_string_literal] = STATE(2089), - [sym__abstract_literal] = STATE(997), - [sym_based_literal] = STATE(1044), - [sym_allocator] = STATE(2098), - [sym_parenthesis_expression] = STATE(2098), - [sym__range] = STATE(6166), - [sym_simple_range] = STATE(5022), + [sym_conditional_expression] = STATE(6473), + [sym__expression] = STATE(1033), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(2425), + [sym_unary_operator] = STATE(657), + [sym_sign] = STATE(661), + [sym__primary] = STATE(1990), + [sym_name] = STATE(2432), + [sym__direct_name] = STATE(736), + [sym__identifier] = STATE(954), + [sym__external_name] = STATE(954), + [sym_external_constant_name] = STATE(929), + [sym_external_signal_name] = STATE(929), + [sym_external_variable_name] = STATE(929), + [sym_association_or_range_list] = STATE(6950), + [sym__association_or_range] = STATE(5712), + [sym_association_element] = STATE(6523), + [sym__actual_part] = STATE(6481), + [sym__literal] = STATE(1992), + [sym_bit_string_literal] = STATE(1984), + [sym__abstract_literal] = STATE(964), + [sym_based_literal] = STATE(1073), + [sym_allocator] = STATE(1991), + [sym_parenthesis_expression] = STATE(1991), + [sym__range] = STATE(6523), + [sym_simple_range] = STATE(4995), [sym__tool_directive] = STATE(59), [sym_line_comment] = STATE(59), [sym_block_comment] = STATE(59), [anon_sym_LPAREN] = ACTIONS(263), - [anon_sym_RPAREN] = ACTIONS(578), + [anon_sym_RPAREN] = ACTIONS(604), [sym_condition_conversion] = ACTIONS(265), [anon_sym_PLUS] = ACTIONS(267), [anon_sym_DASH] = ACTIONS(267), @@ -26337,40 +26337,114 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_type] = ACTIONS(403), }, [60] = { - [sym_conditional_expression] = STATE(6048), - [sym__expression] = STATE(1102), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(2352), - [sym_unary_operator] = STATE(686), - [sym_sign] = STATE(687), - [sym__primary] = STATE(2097), - [sym_name] = STATE(2353), - [sym__direct_name] = STATE(734), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(967), - [sym_external_signal_name] = STATE(967), - [sym_external_variable_name] = STATE(967), - [sym_association_or_range_list] = STATE(7333), - [sym__association_or_range] = STATE(5636), - [sym_association_element] = STATE(6166), - [sym__actual_part] = STATE(6171), - [sym__literal] = STATE(2099), - [sym_bit_string_literal] = STATE(2089), - [sym__abstract_literal] = STATE(997), - [sym_based_literal] = STATE(1044), - [sym_allocator] = STATE(2098), - [sym_parenthesis_expression] = STATE(2098), - [sym__range] = STATE(6166), - [sym_simple_range] = STATE(5022), + [sym__sequential_statement] = STATE(2933), + [sym_sequential_block_statement] = STATE(2966), + [sym_assertion_statement] = STATE(2966), + [sym_assertion] = STATE(6919), + [sym_report_expression] = STATE(5746), + [sym_case_statement] = STATE(2966), + [sym_case_expression] = STATE(6409), + [sym_exit_statement] = STATE(2966), + [sym_if_statement_block] = STATE(2966), + [sym_if_statement] = STATE(6410), + [sym_loop_statement] = STATE(2966), + [sym__iteration_scheme] = STATE(6415), + [sym_loop_body] = STATE(6416), + [sym_next_statement] = STATE(2966), + [sym_null_statement] = STATE(2966), + [sym_procedure_call_statement] = STATE(2966), + [sym_report_statement] = STATE(2966), + [sym_return_statement] = STATE(2966), + [sym_simple_waveform_assignment] = STATE(2966), + [sym_simple_variable_assignment] = STATE(2966), + [sym_simple_force_assignment] = STATE(2966), + [sym_simple_release_assignment] = STATE(2966), + [sym_conditional_signal_assignment] = STATE(2966), + [sym_selected_waveform_assignment] = STATE(2966), + [sym_selected_force_assignment] = STATE(2966), + [sym_selected_variable_assignment] = STATE(2966), + [sym_with_expression] = STATE(6417), + [sym_wait_statement] = STATE(2966), + [sym_name] = STATE(5743), + [sym__direct_name] = STATE(3015), + [sym__label] = STATE(7197), + [sym__identifier] = STATE(4386), + [sym__external_name] = STATE(4386), + [sym_external_constant_name] = STATE(4383), + [sym_external_signal_name] = STATE(4383), + [sym_external_variable_name] = STATE(4383), [sym__tool_directive] = STATE(60), + [sym_while_loop] = STATE(6904), + [sym_for_loop] = STATE(6904), + [sym__target] = STATE(5740), + [sym_aggregate] = STATE(6048), + [sym_label_declaration] = STATE(1572), [sym_line_comment] = STATE(60), [sym_block_comment] = STATE(60), + [aux_sym_sequential_block_repeat1] = STATE(64), + [anon_sym_LPAREN] = ACTIONS(9), + [anon_sym_LT_LT] = ACTIONS(11), + [sym_identifier] = ACTIONS(13), + [sym_ASSERT] = ACTIONS(19), + [sym_BLOCK] = ACTIONS(385), + [sym_CASE] = ACTIONS(233), + [sym_END] = ACTIONS(606), + [sym_EXIT] = ACTIONS(389), + [sym_FOR] = ACTIONS(243), + [sym_IF] = ACTIONS(245), + [sym_LOOP] = ACTIONS(247), + [sym_NEXT] = ACTIONS(391), + [sym_NULL] = ACTIONS(393), + [sym_REPORT] = ACTIONS(253), + [sym_RETURN] = ACTIONS(395), + [sym_WAIT] = ACTIONS(397), + [sym_WHILE] = ACTIONS(259), + [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), + }, + [61] = { + [sym_conditional_expression] = STATE(6473), + [sym__expression] = STATE(1033), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(2425), + [sym_unary_operator] = STATE(657), + [sym_sign] = STATE(661), + [sym__primary] = STATE(1990), + [sym_name] = STATE(2432), + [sym__direct_name] = STATE(736), + [sym__identifier] = STATE(954), + [sym__external_name] = STATE(954), + [sym_external_constant_name] = STATE(929), + [sym_external_signal_name] = STATE(929), + [sym_external_variable_name] = STATE(929), + [sym_association_or_range_list] = STATE(8269), + [sym__association_or_range] = STATE(5712), + [sym_association_element] = STATE(6523), + [sym__actual_part] = STATE(6481), + [sym__literal] = STATE(1992), + [sym_bit_string_literal] = STATE(1984), + [sym__abstract_literal] = STATE(964), + [sym_based_literal] = STATE(1073), + [sym_allocator] = STATE(1991), + [sym_parenthesis_expression] = STATE(1991), + [sym__range] = STATE(6523), + [sym_simple_range] = STATE(4995), + [sym__tool_directive] = STATE(61), + [sym_line_comment] = STATE(61), + [sym_block_comment] = STATE(61), [anon_sym_LPAREN] = ACTIONS(263), - [anon_sym_RPAREN] = ACTIONS(580), + [anon_sym_RPAREN] = ACTIONS(608), [sym_condition_conversion] = ACTIONS(265), [anon_sym_PLUS] = ACTIONS(267), [anon_sym_DASH] = ACTIONS(267), @@ -26410,115 +26484,263 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_function] = ACTIONS(403), [sym_library_type] = ACTIONS(403), }, - [61] = { - [sym__sequential_statement] = STATE(2985), - [sym_sequential_block_statement] = STATE(2933), - [sym_assertion_statement] = STATE(2933), - [sym_assertion] = STATE(7373), - [sym_report_expression] = STATE(5829), - [sym_case_statement] = STATE(2933), - [sym_case_expression] = STATE(6294), - [sym_exit_statement] = STATE(2933), - [sym_if_statement_block] = STATE(2933), - [sym_if_statement] = STATE(6296), - [sym_loop_statement] = STATE(2933), - [sym__iteration_scheme] = STATE(6297), - [sym_loop_body] = STATE(6298), - [sym_next_statement] = STATE(2933), - [sym_null_statement] = STATE(2933), - [sym_procedure_call_statement] = STATE(2933), - [sym_report_statement] = STATE(2933), - [sym_return_statement] = STATE(2933), - [sym_simple_waveform_assignment] = STATE(2933), - [sym_simple_variable_assignment] = STATE(2933), - [sym_simple_force_assignment] = STATE(2933), - [sym_simple_release_assignment] = STATE(2933), - [sym_conditional_signal_assignment] = STATE(2933), - [sym_selected_waveform_assignment] = STATE(2933), - [sym_selected_force_assignment] = STATE(2933), - [sym_selected_variable_assignment] = STATE(2933), - [sym_with_expression] = STATE(6299), - [sym_wait_statement] = STATE(2933), - [sym_name] = STATE(5833), - [sym__direct_name] = STATE(3023), - [sym__label] = STATE(7450), - [sym__identifier] = STATE(4362), - [sym__external_name] = STATE(4362), - [sym_external_constant_name] = STATE(4351), - [sym_external_signal_name] = STATE(4351), - [sym_external_variable_name] = STATE(4351), - [sym__tool_directive] = STATE(61), - [sym_while_loop] = STATE(7407), - [sym_for_loop] = STATE(7407), - [sym__target] = STATE(5835), - [sym_aggregate] = STATE(6098), - [sym_label_declaration] = STATE(1500), - [sym_line_comment] = STATE(61), - [sym_block_comment] = STATE(61), - [aux_sym_sequential_block_repeat1] = STATE(61), - [anon_sym_LPAREN] = ACTIONS(295), - [anon_sym_LT_LT] = ACTIONS(298), - [sym_identifier] = ACTIONS(301), - [sym_ASSERT] = ACTIONS(304), - [sym_BLOCK] = ACTIONS(582), - [sym_CASE] = ACTIONS(310), - [sym_END] = ACTIONS(313), - [sym_EXIT] = ACTIONS(585), - [sym_FOR] = ACTIONS(318), - [sym_IF] = ACTIONS(321), - [sym_LOOP] = ACTIONS(324), - [sym_NEXT] = ACTIONS(588), - [sym_NULL] = ACTIONS(591), - [sym_REPORT] = ACTIONS(333), - [sym_RETURN] = ACTIONS(594), - [sym_WAIT] = ACTIONS(597), - [sym_WHILE] = ACTIONS(342), - [sym_WITH] = ACTIONS(345), - [sym__grave_accent] = ACTIONS(3), - [sym_character_literal] = ACTIONS(348), - [sym_operator_symbol] = ACTIONS(348), - [sym__line_comment_start] = ACTIONS(5), - [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(301), - [sym_library_constant_std_logic] = ACTIONS(348), - [sym_library_function] = ACTIONS(301), - [sym_library_type] = ACTIONS(301), - }, [62] = { - [sym_conditional_expression] = STATE(6048), - [sym__expression] = STATE(1102), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(2352), - [sym_unary_operator] = STATE(686), - [sym_sign] = STATE(687), - [sym__primary] = STATE(2097), - [sym_name] = STATE(2353), - [sym__direct_name] = STATE(734), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(967), - [sym_external_signal_name] = STATE(967), - [sym_external_variable_name] = STATE(967), - [sym_association_or_range_list] = STATE(7416), - [sym__association_or_range] = STATE(5636), - [sym_association_element] = STATE(6166), - [sym__actual_part] = STATE(6171), - [sym__literal] = STATE(2099), - [sym_bit_string_literal] = STATE(2089), - [sym__abstract_literal] = STATE(997), - [sym_based_literal] = STATE(1044), - [sym_allocator] = STATE(2098), - [sym_parenthesis_expression] = STATE(2098), - [sym__range] = STATE(6166), - [sym_simple_range] = STATE(5022), + [sym__sequential_statement] = STATE(2933), + [sym_sequential_block_statement] = STATE(2966), + [sym_assertion_statement] = STATE(2966), + [sym_assertion] = STATE(6919), + [sym_report_expression] = STATE(5746), + [sym_case_statement] = STATE(2966), + [sym_case_expression] = STATE(6409), + [sym_exit_statement] = STATE(2966), + [sym_if_statement_block] = STATE(2966), + [sym_if_statement] = STATE(6410), + [sym_loop_statement] = STATE(2966), + [sym__iteration_scheme] = STATE(6415), + [sym_loop_body] = STATE(6416), + [sym_next_statement] = STATE(2966), + [sym_null_statement] = STATE(2966), + [sym_procedure_call_statement] = STATE(2966), + [sym_report_statement] = STATE(2966), + [sym_return_statement] = STATE(2966), + [sym_simple_waveform_assignment] = STATE(2966), + [sym_simple_variable_assignment] = STATE(2966), + [sym_simple_force_assignment] = STATE(2966), + [sym_simple_release_assignment] = STATE(2966), + [sym_conditional_signal_assignment] = STATE(2966), + [sym_selected_waveform_assignment] = STATE(2966), + [sym_selected_force_assignment] = STATE(2966), + [sym_selected_variable_assignment] = STATE(2966), + [sym_with_expression] = STATE(6417), + [sym_wait_statement] = STATE(2966), + [sym_name] = STATE(5743), + [sym__direct_name] = STATE(3015), + [sym__label] = STATE(7197), + [sym__identifier] = STATE(4386), + [sym__external_name] = STATE(4386), + [sym_external_constant_name] = STATE(4383), + [sym_external_signal_name] = STATE(4383), + [sym_external_variable_name] = STATE(4383), [sym__tool_directive] = STATE(62), + [sym_while_loop] = STATE(6904), + [sym_for_loop] = STATE(6904), + [sym__target] = STATE(5740), + [sym_aggregate] = STATE(6048), + [sym_label_declaration] = STATE(1572), [sym_line_comment] = STATE(62), [sym_block_comment] = STATE(62), + [aux_sym_sequential_block_repeat1] = STATE(22), + [anon_sym_LPAREN] = ACTIONS(9), + [anon_sym_LT_LT] = ACTIONS(11), + [sym_identifier] = ACTIONS(13), + [sym_ASSERT] = ACTIONS(19), + [sym_BLOCK] = ACTIONS(385), + [sym_CASE] = ACTIONS(233), + [sym_END] = ACTIONS(349), + [sym_EXIT] = ACTIONS(389), + [sym_FOR] = ACTIONS(243), + [sym_IF] = ACTIONS(245), + [sym_LOOP] = ACTIONS(247), + [sym_NEXT] = ACTIONS(391), + [sym_NULL] = ACTIONS(393), + [sym_REPORT] = ACTIONS(253), + [sym_RETURN] = ACTIONS(395), + [sym_WAIT] = ACTIONS(397), + [sym_WHILE] = ACTIONS(259), + [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), + }, + [63] = { + [sym_use_clause] = STATE(1925), + [sym_package_declaration] = STATE(1925), + [sym_package_instantiation_declaration] = STATE(1925), + [sym_package_definition] = STATE(1925), + [sym__block_declarative_item] = STATE(1924), + [sym_subprogram_declaration] = STATE(1925), + [sym_subprogram_definition] = STATE(1925), + [sym_subprogram_instantiation_declaration] = STATE(1925), + [sym_type_declaration] = STATE(1925), + [sym_subtype_declaration] = STATE(1925), + [sym_mode_view_declaration] = STATE(1925), + [sym_constant_declaration] = STATE(1925), + [sym_signal_declaration] = STATE(1925), + [sym_variable_declaration] = STATE(1925), + [sym_file_declaration] = STATE(1925), + [sym_alias_declaration] = STATE(1925), + [sym_component_declaration] = STATE(1925), + [sym_attribute_declaration] = STATE(1925), + [sym_attribute_specification] = STATE(1925), + [sym_disconnection_specification] = STATE(1925), + [sym_group_template_declaration] = STATE(1925), + [sym_group_declaration] = STATE(1925), + [sym__tool_directive] = STATE(63), + [sym_procedure_specification] = STATE(6037), + [sym_function_specification] = STATE(6037), + [sym__subprogram_specification] = STATE(5978), + [sym_configuration_specification] = STATE(1925), + [sym_line_comment] = STATE(63), + [sym_block_comment] = STATE(63), + [aux_sym_design_unit_repeat2] = STATE(49), + [anon_sym_LPAREN] = ACTIONS(610), + [anon_sym_LT_LT] = ACTIONS(610), + [sym_identifier] = ACTIONS(610), + [sym_ALIAS] = ACTIONS(15), + [sym_ARCHITECTURE] = ACTIONS(610), + [sym_ASSERT] = ACTIONS(610), + [sym_ATTRIBUTE] = ACTIONS(21), + [sym_COMPONENT] = ACTIONS(23), + [sym_CONFIGURATION] = ACTIONS(610), + [sym_CONSTANT] = ACTIONS(27), + [sym_CONTEXT] = ACTIONS(610), + [sym_DISCONNECT] = ACTIONS(31), + [sym_ENTITY] = ACTIONS(610), + [sym_FILE] = ACTIONS(35), + [sym_FOR] = ACTIONS(37), + [sym_FUNCTION] = ACTIONS(39), + [sym_GROUP] = ACTIONS(41), + [sym_IMPURE] = ACTIONS(43), + [sym_LIBRARY] = ACTIONS(610), + [sym_PACKAGE] = ACTIONS(47), + [sym_POSTPONED] = ACTIONS(610), + [sym_PROCEDURE] = ACTIONS(51), + [sym_PROCESS] = ACTIONS(610), + [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(610), + [sym__grave_accent] = ACTIONS(3), + [sym_character_literal] = ACTIONS(610), + [sym_operator_symbol] = ACTIONS(610), + [sym__line_comment_start] = ACTIONS(5), + [sym__block_comment_start] = ACTIONS(7), + [sym_library_constant] = ACTIONS(610), + [sym_library_constant_std_logic] = ACTIONS(610), + [sym_library_function] = ACTIONS(610), + [sym_library_type] = ACTIONS(610), + [sym__end_of_file] = ACTIONS(610), + }, + [64] = { + [sym__sequential_statement] = STATE(2933), + [sym_sequential_block_statement] = STATE(2966), + [sym_assertion_statement] = STATE(2966), + [sym_assertion] = STATE(6919), + [sym_report_expression] = STATE(5746), + [sym_case_statement] = STATE(2966), + [sym_case_expression] = STATE(6409), + [sym_exit_statement] = STATE(2966), + [sym_if_statement_block] = STATE(2966), + [sym_if_statement] = STATE(6410), + [sym_loop_statement] = STATE(2966), + [sym__iteration_scheme] = STATE(6415), + [sym_loop_body] = STATE(6416), + [sym_next_statement] = STATE(2966), + [sym_null_statement] = STATE(2966), + [sym_procedure_call_statement] = STATE(2966), + [sym_report_statement] = STATE(2966), + [sym_return_statement] = STATE(2966), + [sym_simple_waveform_assignment] = STATE(2966), + [sym_simple_variable_assignment] = STATE(2966), + [sym_simple_force_assignment] = STATE(2966), + [sym_simple_release_assignment] = STATE(2966), + [sym_conditional_signal_assignment] = STATE(2966), + [sym_selected_waveform_assignment] = STATE(2966), + [sym_selected_force_assignment] = STATE(2966), + [sym_selected_variable_assignment] = STATE(2966), + [sym_with_expression] = STATE(6417), + [sym_wait_statement] = STATE(2966), + [sym_name] = STATE(5743), + [sym__direct_name] = STATE(3015), + [sym__label] = STATE(7197), + [sym__identifier] = STATE(4386), + [sym__external_name] = STATE(4386), + [sym_external_constant_name] = STATE(4383), + [sym_external_signal_name] = STATE(4383), + [sym_external_variable_name] = STATE(4383), + [sym__tool_directive] = STATE(64), + [sym_while_loop] = STATE(6904), + [sym_for_loop] = STATE(6904), + [sym__target] = STATE(5740), + [sym_aggregate] = STATE(6048), + [sym_label_declaration] = STATE(1572), + [sym_line_comment] = STATE(64), + [sym_block_comment] = STATE(64), + [aux_sym_sequential_block_repeat1] = STATE(22), + [anon_sym_LPAREN] = ACTIONS(9), + [anon_sym_LT_LT] = ACTIONS(11), + [sym_identifier] = ACTIONS(13), + [sym_ASSERT] = ACTIONS(19), + [sym_BLOCK] = ACTIONS(385), + [sym_CASE] = ACTIONS(233), + [sym_END] = ACTIONS(612), + [sym_EXIT] = ACTIONS(389), + [sym_FOR] = ACTIONS(243), + [sym_IF] = ACTIONS(245), + [sym_LOOP] = ACTIONS(247), + [sym_NEXT] = ACTIONS(391), + [sym_NULL] = ACTIONS(393), + [sym_REPORT] = ACTIONS(253), + [sym_RETURN] = ACTIONS(395), + [sym_WAIT] = ACTIONS(397), + [sym_WHILE] = ACTIONS(259), + [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), + }, + [65] = { + [sym_conditional_expression] = STATE(6473), + [sym__expression] = STATE(1033), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(2425), + [sym_unary_operator] = STATE(657), + [sym_sign] = STATE(661), + [sym__primary] = STATE(1990), + [sym_name] = STATE(2432), + [sym__direct_name] = STATE(736), + [sym__identifier] = STATE(954), + [sym__external_name] = STATE(954), + [sym_external_constant_name] = STATE(929), + [sym_external_signal_name] = STATE(929), + [sym_external_variable_name] = STATE(929), + [sym_association_or_range_list] = STATE(7010), + [sym__association_or_range] = STATE(5712), + [sym_association_element] = STATE(6523), + [sym__actual_part] = STATE(6481), + [sym__literal] = STATE(1992), + [sym_bit_string_literal] = STATE(1984), + [sym__abstract_literal] = STATE(964), + [sym_based_literal] = STATE(1073), + [sym_allocator] = STATE(1991), + [sym_parenthesis_expression] = STATE(1991), + [sym__range] = STATE(6523), + [sym_simple_range] = STATE(4995), + [sym__tool_directive] = STATE(65), + [sym_line_comment] = STATE(65), + [sym_block_comment] = STATE(65), [anon_sym_LPAREN] = ACTIONS(263), - [anon_sym_RPAREN] = ACTIONS(600), + [anon_sym_RPAREN] = ACTIONS(614), [sym_condition_conversion] = ACTIONS(265), [anon_sym_PLUS] = ACTIONS(267), [anon_sym_DASH] = ACTIONS(267), @@ -26558,115 +26780,189 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_function] = ACTIONS(403), [sym_library_type] = ACTIONS(403), }, - [63] = { - [sym_conditional_expression] = STATE(6048), - [sym__expression] = STATE(1102), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(2352), - [sym_unary_operator] = STATE(686), - [sym_sign] = STATE(687), - [sym__primary] = STATE(2097), - [sym_name] = STATE(2353), - [sym__direct_name] = STATE(734), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(967), - [sym_external_signal_name] = STATE(967), - [sym_external_variable_name] = STATE(967), - [sym_association_or_range_list] = STATE(7482), - [sym__association_or_range] = STATE(5636), - [sym_association_element] = STATE(6166), - [sym__actual_part] = STATE(6171), - [sym__literal] = STATE(2099), - [sym_bit_string_literal] = STATE(2089), - [sym__abstract_literal] = STATE(997), - [sym_based_literal] = STATE(1044), - [sym_allocator] = STATE(2098), - [sym_parenthesis_expression] = STATE(2098), - [sym__range] = STATE(6166), - [sym_simple_range] = STATE(5022), - [sym__tool_directive] = STATE(63), - [sym_line_comment] = STATE(63), - [sym_block_comment] = STATE(63), - [anon_sym_LPAREN] = ACTIONS(263), - [anon_sym_RPAREN] = ACTIONS(602), - [sym_condition_conversion] = ACTIONS(265), + [66] = { + [sym__expression] = STATE(1550), + [sym_condition_expression] = STATE(2503), + [sym_logical_expression] = STATE(2503), + [sym_relational_expression] = STATE(2503), + [sym_shift_expression] = STATE(2503), + [sym_simple_expression] = STATE(2503), + [sym_unary_operator] = STATE(699), + [sym_sign] = STATE(700), + [sym__primary] = STATE(2502), + [sym_name] = STATE(2501), + [sym__direct_name] = STATE(764), + [sym__identifier] = STATE(1352), + [sym__external_name] = STATE(1352), + [sym_external_constant_name] = STATE(1351), + [sym_external_signal_name] = STATE(1351), + [sym_external_variable_name] = STATE(1351), + [sym__literal] = STATE(2500), + [sym_bit_string_literal] = STATE(2505), + [sym__abstract_literal] = STATE(1399), + [sym_based_literal] = STATE(1466), + [sym_allocator] = STATE(2501), + [sym_parenthesis_expression] = STATE(2501), + [sym__tool_directive] = STATE(66), + [sym_selected_waveforms] = STATE(7039), + [sym_waveform] = STATE(6284), + [sym_waveform_element] = STATE(5497), + [sym_delay_mechanism] = STATE(260), + [sym_line_comment] = STATE(66), + [sym_block_comment] = STATE(66), + [aux_sym_selected_waveforms_repeat1] = STATE(326), + [anon_sym_LPAREN] = ACTIONS(415), + [sym_condition_conversion] = ACTIONS(417), [anon_sym_PLUS] = ACTIONS(267), [anon_sym_DASH] = ACTIONS(267), - [anon_sym_LT_LT] = ACTIONS(401), - [sym_identifier] = ACTIONS(403), + [anon_sym_LT_LT] = ACTIONS(419), + [sym_identifier] = ACTIONS(421), [sym_ABS] = ACTIONS(273), [sym_AND] = ACTIONS(273), - [sym_INERTIAL] = ACTIONS(405), + [sym_GUARDED] = ACTIONS(616), + [sym_INERTIAL] = ACTIONS(425), [sym_NAND] = ACTIONS(273), - [sym_NEW] = ACTIONS(275), + [sym_NEW] = ACTIONS(427), [sym_NOR] = ACTIONS(273), [sym_NOT] = ACTIONS(273), - [sym_NULL] = ACTIONS(277), - [sym_OPEN] = ACTIONS(407), + [sym_NULL] = ACTIONS(429), [sym_OR] = ACTIONS(273), + [sym_REJECT] = ACTIONS(431), + [sym_TRANSPORT] = ACTIONS(425), + [sym_UNAFFECTED] = ACTIONS(435), [sym_XNOR] = ACTIONS(273), [sym_XOR] = ACTIONS(273), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(283), - [sym_decimal_float] = ACTIONS(283), - [sym_based_base] = ACTIONS(285), - [sym_character_literal] = ACTIONS(409), - [sym_string_literal] = ACTIONS(277), - [sym_string_literal_std_logic] = ACTIONS(277), - [sym_bit_string_length] = ACTIONS(289), - [sym_bit_string_base] = ACTIONS(291), - [sym_operator_symbol] = ACTIONS(409), + [sym_decimal_integer] = ACTIONS(437), + [sym_decimal_float] = ACTIONS(437), + [sym_based_base] = ACTIONS(439), + [sym_character_literal] = ACTIONS(441), + [sym_string_literal] = ACTIONS(429), + [sym_string_literal_std_logic] = ACTIONS(429), + [sym_bit_string_length] = ACTIONS(443), + [sym_bit_string_base] = ACTIONS(445), + [sym_operator_symbol] = ACTIONS(441), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(403), - [sym_library_constant_boolean] = ACTIONS(277), - [sym_library_constant_character] = ACTIONS(277), - [sym_library_constant_debug] = ACTIONS(277), - [sym_library_constant_env] = ACTIONS(277), - [sym_library_constant_standard] = ACTIONS(277), - [sym_library_constant_std_logic] = ACTIONS(409), - [sym_library_function] = ACTIONS(403), - [sym_library_type] = ACTIONS(403), + [sym_library_constant] = ACTIONS(421), + [sym_library_constant_boolean] = ACTIONS(429), + [sym_library_constant_character] = ACTIONS(429), + [sym_library_constant_debug] = ACTIONS(429), + [sym_library_constant_env] = ACTIONS(429), + [sym_library_constant_standard] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(441), + [sym_library_function] = ACTIONS(421), + [sym_library_type] = ACTIONS(421), }, - [64] = { - [sym_conditional_expression] = STATE(6048), - [sym__expression] = STATE(1102), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(2352), - [sym_unary_operator] = STATE(686), - [sym_sign] = STATE(687), - [sym__primary] = STATE(2097), - [sym_name] = STATE(2353), - [sym__direct_name] = STATE(734), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(967), - [sym_external_signal_name] = STATE(967), - [sym_external_variable_name] = STATE(967), - [sym_association_or_range_list] = STATE(7553), - [sym__association_or_range] = STATE(5636), - [sym_association_element] = STATE(6166), - [sym__actual_part] = STATE(6171), - [sym__literal] = STATE(2099), - [sym_bit_string_literal] = STATE(2089), - [sym__abstract_literal] = STATE(997), - [sym_based_literal] = STATE(1044), - [sym_allocator] = STATE(2098), - [sym_parenthesis_expression] = STATE(2098), - [sym__range] = STATE(6166), - [sym_simple_range] = STATE(5022), - [sym__tool_directive] = STATE(64), - [sym_line_comment] = STATE(64), - [sym_block_comment] = STATE(64), + [67] = { + [sym__expression] = STATE(1550), + [sym_condition_expression] = STATE(2503), + [sym_logical_expression] = STATE(2503), + [sym_relational_expression] = STATE(2503), + [sym_shift_expression] = STATE(2503), + [sym_simple_expression] = STATE(2503), + [sym_unary_operator] = STATE(699), + [sym_sign] = STATE(700), + [sym__primary] = STATE(2502), + [sym_name] = STATE(2501), + [sym__direct_name] = STATE(764), + [sym__identifier] = STATE(1352), + [sym__external_name] = STATE(1352), + [sym_external_constant_name] = STATE(1351), + [sym_external_signal_name] = STATE(1351), + [sym_external_variable_name] = STATE(1351), + [sym__literal] = STATE(2500), + [sym_bit_string_literal] = STATE(2505), + [sym__abstract_literal] = STATE(1399), + [sym_based_literal] = STATE(1466), + [sym_allocator] = STATE(2501), + [sym_parenthesis_expression] = STATE(2501), + [sym__tool_directive] = STATE(67), + [sym_selected_waveforms] = STATE(7176), + [sym_waveform] = STATE(6284), + [sym_waveform_element] = STATE(5497), + [sym_delay_mechanism] = STATE(298), + [sym_line_comment] = STATE(67), + [sym_block_comment] = STATE(67), + [aux_sym_selected_waveforms_repeat1] = STATE(326), + [anon_sym_LPAREN] = ACTIONS(415), + [sym_condition_conversion] = ACTIONS(417), + [anon_sym_PLUS] = ACTIONS(267), + [anon_sym_DASH] = ACTIONS(267), + [anon_sym_LT_LT] = ACTIONS(419), + [sym_identifier] = ACTIONS(421), + [sym_ABS] = ACTIONS(273), + [sym_AND] = ACTIONS(273), + [sym_FORCE] = ACTIONS(618), + [sym_INERTIAL] = ACTIONS(425), + [sym_NAND] = ACTIONS(273), + [sym_NEW] = ACTIONS(427), + [sym_NOR] = ACTIONS(273), + [sym_NOT] = ACTIONS(273), + [sym_NULL] = ACTIONS(429), + [sym_OR] = ACTIONS(273), + [sym_REJECT] = ACTIONS(431), + [sym_TRANSPORT] = ACTIONS(425), + [sym_UNAFFECTED] = ACTIONS(435), + [sym_XNOR] = ACTIONS(273), + [sym_XOR] = ACTIONS(273), + [sym__grave_accent] = ACTIONS(3), + [sym_decimal_integer] = ACTIONS(437), + [sym_decimal_float] = ACTIONS(437), + [sym_based_base] = ACTIONS(439), + [sym_character_literal] = ACTIONS(441), + [sym_string_literal] = ACTIONS(429), + [sym_string_literal_std_logic] = ACTIONS(429), + [sym_bit_string_length] = ACTIONS(443), + [sym_bit_string_base] = ACTIONS(445), + [sym_operator_symbol] = ACTIONS(441), + [sym__line_comment_start] = ACTIONS(5), + [sym__block_comment_start] = ACTIONS(7), + [sym_library_constant] = ACTIONS(421), + [sym_library_constant_boolean] = ACTIONS(429), + [sym_library_constant_character] = ACTIONS(429), + [sym_library_constant_debug] = ACTIONS(429), + [sym_library_constant_env] = ACTIONS(429), + [sym_library_constant_standard] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(441), + [sym_library_function] = ACTIONS(421), + [sym_library_type] = ACTIONS(421), + }, + [68] = { + [sym_conditional_expression] = STATE(6473), + [sym__expression] = STATE(1033), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(2425), + [sym_unary_operator] = STATE(657), + [sym_sign] = STATE(661), + [sym__primary] = STATE(1990), + [sym_name] = STATE(2432), + [sym__direct_name] = STATE(736), + [sym__identifier] = STATE(954), + [sym__external_name] = STATE(954), + [sym_external_constant_name] = STATE(929), + [sym_external_signal_name] = STATE(929), + [sym_external_variable_name] = STATE(929), + [sym_association_or_range_list] = STATE(8246), + [sym__association_or_range] = STATE(5712), + [sym_association_element] = STATE(6523), + [sym__actual_part] = STATE(6481), + [sym__literal] = STATE(1992), + [sym_bit_string_literal] = STATE(1984), + [sym__abstract_literal] = STATE(964), + [sym_based_literal] = STATE(1073), + [sym_allocator] = STATE(1991), + [sym_parenthesis_expression] = STATE(1991), + [sym__range] = STATE(6523), + [sym_simple_range] = STATE(4995), + [sym__tool_directive] = STATE(68), + [sym_line_comment] = STATE(68), + [sym_block_comment] = STATE(68), [anon_sym_LPAREN] = ACTIONS(263), - [anon_sym_RPAREN] = ACTIONS(604), + [anon_sym_RPAREN] = ACTIONS(620), [sym_condition_conversion] = ACTIONS(265), [anon_sym_PLUS] = ACTIONS(267), [anon_sym_DASH] = ACTIONS(267), @@ -26706,41 +27002,41 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_function] = ACTIONS(403), [sym_library_type] = ACTIONS(403), }, - [65] = { - [sym_conditional_expression] = STATE(6048), - [sym__expression] = STATE(1102), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(2352), - [sym_unary_operator] = STATE(686), - [sym_sign] = STATE(687), - [sym__primary] = STATE(2097), - [sym_name] = STATE(2353), - [sym__direct_name] = STATE(734), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(967), - [sym_external_signal_name] = STATE(967), - [sym_external_variable_name] = STATE(967), - [sym_association_or_range_list] = STATE(7633), - [sym__association_or_range] = STATE(5636), - [sym_association_element] = STATE(6166), - [sym__actual_part] = STATE(6171), - [sym__literal] = STATE(2099), - [sym_bit_string_literal] = STATE(2089), - [sym__abstract_literal] = STATE(997), - [sym_based_literal] = STATE(1044), - [sym_allocator] = STATE(2098), - [sym_parenthesis_expression] = STATE(2098), - [sym__range] = STATE(6166), - [sym_simple_range] = STATE(5022), - [sym__tool_directive] = STATE(65), - [sym_line_comment] = STATE(65), - [sym_block_comment] = STATE(65), + [69] = { + [sym_conditional_expression] = STATE(6473), + [sym__expression] = STATE(1033), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(2425), + [sym_unary_operator] = STATE(657), + [sym_sign] = STATE(661), + [sym__primary] = STATE(1990), + [sym_name] = STATE(2432), + [sym__direct_name] = STATE(736), + [sym__identifier] = STATE(954), + [sym__external_name] = STATE(954), + [sym_external_constant_name] = STATE(929), + [sym_external_signal_name] = STATE(929), + [sym_external_variable_name] = STATE(929), + [sym_association_or_range_list] = STATE(6957), + [sym__association_or_range] = STATE(5712), + [sym_association_element] = STATE(6523), + [sym__actual_part] = STATE(6481), + [sym__literal] = STATE(1992), + [sym_bit_string_literal] = STATE(1984), + [sym__abstract_literal] = STATE(964), + [sym_based_literal] = STATE(1073), + [sym_allocator] = STATE(1991), + [sym_parenthesis_expression] = STATE(1991), + [sym__range] = STATE(6523), + [sym_simple_range] = STATE(4995), + [sym__tool_directive] = STATE(69), + [sym_line_comment] = STATE(69), + [sym_block_comment] = STATE(69), [anon_sym_LPAREN] = ACTIONS(263), - [anon_sym_RPAREN] = ACTIONS(606), + [anon_sym_RPAREN] = ACTIONS(622), [sym_condition_conversion] = ACTIONS(265), [anon_sym_PLUS] = ACTIONS(267), [anon_sym_DASH] = ACTIONS(267), @@ -26780,41 +27076,41 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_function] = ACTIONS(403), [sym_library_type] = ACTIONS(403), }, - [66] = { - [sym_conditional_expression] = STATE(6048), - [sym__expression] = STATE(1102), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(2352), - [sym_unary_operator] = STATE(686), - [sym_sign] = STATE(687), - [sym__primary] = STATE(2097), - [sym_name] = STATE(2353), - [sym__direct_name] = STATE(734), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(967), - [sym_external_signal_name] = STATE(967), - [sym_external_variable_name] = STATE(967), - [sym_association_or_range_list] = STATE(7682), - [sym__association_or_range] = STATE(5636), - [sym_association_element] = STATE(6166), - [sym__actual_part] = STATE(6171), - [sym__literal] = STATE(2099), - [sym_bit_string_literal] = STATE(2089), - [sym__abstract_literal] = STATE(997), - [sym_based_literal] = STATE(1044), - [sym_allocator] = STATE(2098), - [sym_parenthesis_expression] = STATE(2098), - [sym__range] = STATE(6166), - [sym_simple_range] = STATE(5022), - [sym__tool_directive] = STATE(66), - [sym_line_comment] = STATE(66), - [sym_block_comment] = STATE(66), + [70] = { + [sym_conditional_expression] = STATE(6473), + [sym__expression] = STATE(1033), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(2425), + [sym_unary_operator] = STATE(657), + [sym_sign] = STATE(661), + [sym__primary] = STATE(1990), + [sym_name] = STATE(2432), + [sym__direct_name] = STATE(736), + [sym__identifier] = STATE(954), + [sym__external_name] = STATE(954), + [sym_external_constant_name] = STATE(929), + [sym_external_signal_name] = STATE(929), + [sym_external_variable_name] = STATE(929), + [sym_association_or_range_list] = STATE(7106), + [sym__association_or_range] = STATE(5712), + [sym_association_element] = STATE(6523), + [sym__actual_part] = STATE(6481), + [sym__literal] = STATE(1992), + [sym_bit_string_literal] = STATE(1984), + [sym__abstract_literal] = STATE(964), + [sym_based_literal] = STATE(1073), + [sym_allocator] = STATE(1991), + [sym_parenthesis_expression] = STATE(1991), + [sym__range] = STATE(6523), + [sym_simple_range] = STATE(4995), + [sym__tool_directive] = STATE(70), + [sym_line_comment] = STATE(70), + [sym_block_comment] = STATE(70), [anon_sym_LPAREN] = ACTIONS(263), - [anon_sym_RPAREN] = ACTIONS(608), + [anon_sym_RPAREN] = ACTIONS(624), [sym_condition_conversion] = ACTIONS(265), [anon_sym_PLUS] = ACTIONS(267), [anon_sym_DASH] = ACTIONS(267), @@ -26854,41 +27150,115 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_function] = ACTIONS(403), [sym_library_type] = ACTIONS(403), }, - [67] = { - [sym_conditional_expression] = STATE(6048), - [sym__expression] = STATE(1102), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(2352), - [sym_unary_operator] = STATE(686), - [sym_sign] = STATE(687), - [sym__primary] = STATE(2097), - [sym_name] = STATE(2353), - [sym__direct_name] = STATE(734), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(967), - [sym_external_signal_name] = STATE(967), - [sym_external_variable_name] = STATE(967), - [sym_association_or_range_list] = STATE(7715), - [sym__association_or_range] = STATE(5636), - [sym_association_element] = STATE(6166), - [sym__actual_part] = STATE(6171), - [sym__literal] = STATE(2099), - [sym_bit_string_literal] = STATE(2089), - [sym__abstract_literal] = STATE(997), - [sym_based_literal] = STATE(1044), - [sym_allocator] = STATE(2098), - [sym_parenthesis_expression] = STATE(2098), - [sym__range] = STATE(6166), - [sym_simple_range] = STATE(5022), - [sym__tool_directive] = STATE(67), - [sym_line_comment] = STATE(67), - [sym_block_comment] = STATE(67), + [71] = { + [sym__expression] = STATE(1550), + [sym_condition_expression] = STATE(2503), + [sym_logical_expression] = STATE(2503), + [sym_relational_expression] = STATE(2503), + [sym_shift_expression] = STATE(2503), + [sym_simple_expression] = STATE(2503), + [sym_unary_operator] = STATE(699), + [sym_sign] = STATE(700), + [sym__primary] = STATE(2502), + [sym_name] = STATE(2501), + [sym__direct_name] = STATE(764), + [sym__identifier] = STATE(1352), + [sym__external_name] = STATE(1352), + [sym_external_constant_name] = STATE(1351), + [sym_external_signal_name] = STATE(1351), + [sym_external_variable_name] = STATE(1351), + [sym__literal] = STATE(2500), + [sym_bit_string_literal] = STATE(2505), + [sym__abstract_literal] = STATE(1399), + [sym_based_literal] = STATE(1466), + [sym_allocator] = STATE(2501), + [sym_parenthesis_expression] = STATE(2501), + [sym__tool_directive] = STATE(71), + [sym_selected_waveforms] = STATE(7331), + [sym_waveform] = STATE(6284), + [sym_waveform_element] = STATE(5497), + [sym_delay_mechanism] = STATE(283), + [sym_line_comment] = STATE(71), + [sym_block_comment] = STATE(71), + [aux_sym_selected_waveforms_repeat1] = STATE(326), + [anon_sym_LPAREN] = ACTIONS(415), + [sym_condition_conversion] = ACTIONS(417), + [anon_sym_PLUS] = ACTIONS(267), + [anon_sym_DASH] = ACTIONS(267), + [anon_sym_LT_LT] = ACTIONS(419), + [sym_identifier] = ACTIONS(421), + [sym_ABS] = ACTIONS(273), + [sym_AND] = ACTIONS(273), + [sym_GUARDED] = ACTIONS(626), + [sym_INERTIAL] = ACTIONS(425), + [sym_NAND] = ACTIONS(273), + [sym_NEW] = ACTIONS(427), + [sym_NOR] = ACTIONS(273), + [sym_NOT] = ACTIONS(273), + [sym_NULL] = ACTIONS(429), + [sym_OR] = ACTIONS(273), + [sym_REJECT] = ACTIONS(431), + [sym_TRANSPORT] = ACTIONS(425), + [sym_UNAFFECTED] = ACTIONS(435), + [sym_XNOR] = ACTIONS(273), + [sym_XOR] = ACTIONS(273), + [sym__grave_accent] = ACTIONS(3), + [sym_decimal_integer] = ACTIONS(437), + [sym_decimal_float] = ACTIONS(437), + [sym_based_base] = ACTIONS(439), + [sym_character_literal] = ACTIONS(441), + [sym_string_literal] = ACTIONS(429), + [sym_string_literal_std_logic] = ACTIONS(429), + [sym_bit_string_length] = ACTIONS(443), + [sym_bit_string_base] = ACTIONS(445), + [sym_operator_symbol] = ACTIONS(441), + [sym__line_comment_start] = ACTIONS(5), + [sym__block_comment_start] = ACTIONS(7), + [sym_library_constant] = ACTIONS(421), + [sym_library_constant_boolean] = ACTIONS(429), + [sym_library_constant_character] = ACTIONS(429), + [sym_library_constant_debug] = ACTIONS(429), + [sym_library_constant_env] = ACTIONS(429), + [sym_library_constant_standard] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(441), + [sym_library_function] = ACTIONS(421), + [sym_library_type] = ACTIONS(421), + }, + [72] = { + [sym_conditional_expression] = STATE(6473), + [sym__expression] = STATE(1033), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(2425), + [sym_unary_operator] = STATE(657), + [sym_sign] = STATE(661), + [sym__primary] = STATE(1990), + [sym_name] = STATE(2432), + [sym__direct_name] = STATE(736), + [sym__identifier] = STATE(954), + [sym__external_name] = STATE(954), + [sym_external_constant_name] = STATE(929), + [sym_external_signal_name] = STATE(929), + [sym_external_variable_name] = STATE(929), + [sym_association_or_range_list] = STATE(7163), + [sym__association_or_range] = STATE(5712), + [sym_association_element] = STATE(6523), + [sym__actual_part] = STATE(6481), + [sym__literal] = STATE(1992), + [sym_bit_string_literal] = STATE(1984), + [sym__abstract_literal] = STATE(964), + [sym_based_literal] = STATE(1073), + [sym_allocator] = STATE(1991), + [sym_parenthesis_expression] = STATE(1991), + [sym__range] = STATE(6523), + [sym_simple_range] = STATE(4995), + [sym__tool_directive] = STATE(72), + [sym_line_comment] = STATE(72), + [sym_block_comment] = STATE(72), [anon_sym_LPAREN] = ACTIONS(263), - [anon_sym_RPAREN] = ACTIONS(610), + [anon_sym_RPAREN] = ACTIONS(628), [sym_condition_conversion] = ACTIONS(265), [anon_sym_PLUS] = ACTIONS(267), [anon_sym_DASH] = ACTIONS(267), @@ -26928,41 +27298,115 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_function] = ACTIONS(403), [sym_library_type] = ACTIONS(403), }, - [68] = { - [sym_conditional_expression] = STATE(6048), - [sym__expression] = STATE(1102), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(2352), - [sym_unary_operator] = STATE(686), - [sym_sign] = STATE(687), - [sym__primary] = STATE(2097), - [sym_name] = STATE(2353), - [sym__direct_name] = STATE(734), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(967), - [sym_external_signal_name] = STATE(967), - [sym_external_variable_name] = STATE(967), - [sym_association_or_range_list] = STATE(7757), - [sym__association_or_range] = STATE(5636), - [sym_association_element] = STATE(6166), - [sym__actual_part] = STATE(6171), - [sym__literal] = STATE(2099), - [sym_bit_string_literal] = STATE(2089), - [sym__abstract_literal] = STATE(997), - [sym_based_literal] = STATE(1044), - [sym_allocator] = STATE(2098), - [sym_parenthesis_expression] = STATE(2098), - [sym__range] = STATE(6166), - [sym_simple_range] = STATE(5022), - [sym__tool_directive] = STATE(68), - [sym_line_comment] = STATE(68), - [sym_block_comment] = STATE(68), + [73] = { + [sym__expression] = STATE(1550), + [sym_condition_expression] = STATE(2503), + [sym_logical_expression] = STATE(2503), + [sym_relational_expression] = STATE(2503), + [sym_shift_expression] = STATE(2503), + [sym_simple_expression] = STATE(2503), + [sym_unary_operator] = STATE(699), + [sym_sign] = STATE(700), + [sym__primary] = STATE(2502), + [sym_name] = STATE(2501), + [sym__direct_name] = STATE(764), + [sym__identifier] = STATE(1352), + [sym__external_name] = STATE(1352), + [sym_external_constant_name] = STATE(1351), + [sym_external_signal_name] = STATE(1351), + [sym_external_variable_name] = STATE(1351), + [sym__literal] = STATE(2500), + [sym_bit_string_literal] = STATE(2505), + [sym__abstract_literal] = STATE(1399), + [sym_based_literal] = STATE(1466), + [sym_allocator] = STATE(2501), + [sym_parenthesis_expression] = STATE(2501), + [sym__tool_directive] = STATE(73), + [sym_waveform] = STATE(5797), + [sym_waveform_element] = STATE(5497), + [sym_conditional_waveforms] = STATE(7021), + [sym_delay_mechanism] = STATE(338), + [sym_line_comment] = STATE(73), + [sym_block_comment] = STATE(73), + [anon_sym_LPAREN] = ACTIONS(415), + [sym_condition_conversion] = ACTIONS(417), + [anon_sym_PLUS] = ACTIONS(267), + [anon_sym_DASH] = ACTIONS(267), + [anon_sym_LT_LT] = ACTIONS(419), + [sym_identifier] = ACTIONS(421), + [sym_ABS] = ACTIONS(273), + [sym_AND] = ACTIONS(273), + [sym_FORCE] = ACTIONS(630), + [sym_INERTIAL] = ACTIONS(425), + [sym_NAND] = ACTIONS(273), + [sym_NEW] = ACTIONS(427), + [sym_NOR] = ACTIONS(273), + [sym_NOT] = ACTIONS(273), + [sym_NULL] = ACTIONS(429), + [sym_OR] = ACTIONS(273), + [sym_REJECT] = ACTIONS(431), + [sym_RELEASE] = ACTIONS(632), + [sym_TRANSPORT] = ACTIONS(425), + [sym_UNAFFECTED] = ACTIONS(435), + [sym_XNOR] = ACTIONS(273), + [sym_XOR] = ACTIONS(273), + [sym__grave_accent] = ACTIONS(3), + [sym_decimal_integer] = ACTIONS(437), + [sym_decimal_float] = ACTIONS(437), + [sym_based_base] = ACTIONS(439), + [sym_character_literal] = ACTIONS(441), + [sym_string_literal] = ACTIONS(429), + [sym_string_literal_std_logic] = ACTIONS(429), + [sym_bit_string_length] = ACTIONS(443), + [sym_bit_string_base] = ACTIONS(445), + [sym_operator_symbol] = ACTIONS(441), + [sym__line_comment_start] = ACTIONS(5), + [sym__block_comment_start] = ACTIONS(7), + [sym_library_constant] = ACTIONS(421), + [sym_library_constant_boolean] = ACTIONS(429), + [sym_library_constant_character] = ACTIONS(429), + [sym_library_constant_debug] = ACTIONS(429), + [sym_library_constant_env] = ACTIONS(429), + [sym_library_constant_standard] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(441), + [sym_library_function] = ACTIONS(421), + [sym_library_type] = ACTIONS(421), + }, + [74] = { + [sym_conditional_expression] = STATE(6473), + [sym__expression] = STATE(1033), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(2425), + [sym_unary_operator] = STATE(657), + [sym_sign] = STATE(661), + [sym__primary] = STATE(1990), + [sym_name] = STATE(2432), + [sym__direct_name] = STATE(736), + [sym__identifier] = STATE(954), + [sym__external_name] = STATE(954), + [sym_external_constant_name] = STATE(929), + [sym_external_signal_name] = STATE(929), + [sym_external_variable_name] = STATE(929), + [sym_association_or_range_list] = STATE(7255), + [sym__association_or_range] = STATE(5712), + [sym_association_element] = STATE(6523), + [sym__actual_part] = STATE(6481), + [sym__literal] = STATE(1992), + [sym_bit_string_literal] = STATE(1984), + [sym__abstract_literal] = STATE(964), + [sym_based_literal] = STATE(1073), + [sym_allocator] = STATE(1991), + [sym_parenthesis_expression] = STATE(1991), + [sym__range] = STATE(6523), + [sym_simple_range] = STATE(4995), + [sym__tool_directive] = STATE(74), + [sym_line_comment] = STATE(74), + [sym_block_comment] = STATE(74), [anon_sym_LPAREN] = ACTIONS(263), - [anon_sym_RPAREN] = ACTIONS(612), + [anon_sym_RPAREN] = ACTIONS(634), [sym_condition_conversion] = ACTIONS(265), [anon_sym_PLUS] = ACTIONS(267), [anon_sym_DASH] = ACTIONS(267), @@ -27002,41 +27446,41 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_function] = ACTIONS(403), [sym_library_type] = ACTIONS(403), }, - [69] = { - [sym_conditional_expression] = STATE(6048), - [sym__expression] = STATE(1102), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(2352), - [sym_unary_operator] = STATE(686), - [sym_sign] = STATE(687), - [sym__primary] = STATE(2097), - [sym_name] = STATE(2353), - [sym__direct_name] = STATE(734), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(967), - [sym_external_signal_name] = STATE(967), - [sym_external_variable_name] = STATE(967), - [sym_association_or_range_list] = STATE(7788), - [sym__association_or_range] = STATE(5636), - [sym_association_element] = STATE(6166), - [sym__actual_part] = STATE(6171), - [sym__literal] = STATE(2099), - [sym_bit_string_literal] = STATE(2089), - [sym__abstract_literal] = STATE(997), - [sym_based_literal] = STATE(1044), - [sym_allocator] = STATE(2098), - [sym_parenthesis_expression] = STATE(2098), - [sym__range] = STATE(6166), - [sym_simple_range] = STATE(5022), - [sym__tool_directive] = STATE(69), - [sym_line_comment] = STATE(69), - [sym_block_comment] = STATE(69), + [75] = { + [sym_conditional_expression] = STATE(6473), + [sym__expression] = STATE(1033), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(2425), + [sym_unary_operator] = STATE(657), + [sym_sign] = STATE(661), + [sym__primary] = STATE(1990), + [sym_name] = STATE(2432), + [sym__direct_name] = STATE(736), + [sym__identifier] = STATE(954), + [sym__external_name] = STATE(954), + [sym_external_constant_name] = STATE(929), + [sym_external_signal_name] = STATE(929), + [sym_external_variable_name] = STATE(929), + [sym_association_or_range_list] = STATE(8212), + [sym__association_or_range] = STATE(5712), + [sym_association_element] = STATE(6523), + [sym__actual_part] = STATE(6481), + [sym__literal] = STATE(1992), + [sym_bit_string_literal] = STATE(1984), + [sym__abstract_literal] = STATE(964), + [sym_based_literal] = STATE(1073), + [sym_allocator] = STATE(1991), + [sym_parenthesis_expression] = STATE(1991), + [sym__range] = STATE(6523), + [sym_simple_range] = STATE(4995), + [sym__tool_directive] = STATE(75), + [sym_line_comment] = STATE(75), + [sym_block_comment] = STATE(75), [anon_sym_LPAREN] = ACTIONS(263), - [anon_sym_RPAREN] = ACTIONS(614), + [anon_sym_RPAREN] = ACTIONS(636), [sym_condition_conversion] = ACTIONS(265), [anon_sym_PLUS] = ACTIONS(267), [anon_sym_DASH] = ACTIONS(267), @@ -27076,41 +27520,41 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_function] = ACTIONS(403), [sym_library_type] = ACTIONS(403), }, - [70] = { - [sym_conditional_expression] = STATE(6048), - [sym__expression] = STATE(1102), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(2352), - [sym_unary_operator] = STATE(686), - [sym_sign] = STATE(687), - [sym__primary] = STATE(2097), - [sym_name] = STATE(2353), - [sym__direct_name] = STATE(734), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(967), - [sym_external_signal_name] = STATE(967), - [sym_external_variable_name] = STATE(967), - [sym_association_or_range_list] = STATE(7823), - [sym__association_or_range] = STATE(5636), - [sym_association_element] = STATE(6166), - [sym__actual_part] = STATE(6171), - [sym__literal] = STATE(2099), - [sym_bit_string_literal] = STATE(2089), - [sym__abstract_literal] = STATE(997), - [sym_based_literal] = STATE(1044), - [sym_allocator] = STATE(2098), - [sym_parenthesis_expression] = STATE(2098), - [sym__range] = STATE(6166), - [sym_simple_range] = STATE(5022), - [sym__tool_directive] = STATE(70), - [sym_line_comment] = STATE(70), - [sym_block_comment] = STATE(70), + [76] = { + [sym_conditional_expression] = STATE(6473), + [sym__expression] = STATE(1033), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(2425), + [sym_unary_operator] = STATE(657), + [sym_sign] = STATE(661), + [sym__primary] = STATE(1990), + [sym_name] = STATE(2432), + [sym__direct_name] = STATE(736), + [sym__identifier] = STATE(954), + [sym__external_name] = STATE(954), + [sym_external_constant_name] = STATE(929), + [sym_external_signal_name] = STATE(929), + [sym_external_variable_name] = STATE(929), + [sym_association_or_range_list] = STATE(7313), + [sym__association_or_range] = STATE(5712), + [sym_association_element] = STATE(6523), + [sym__actual_part] = STATE(6481), + [sym__literal] = STATE(1992), + [sym_bit_string_literal] = STATE(1984), + [sym__abstract_literal] = STATE(964), + [sym_based_literal] = STATE(1073), + [sym_allocator] = STATE(1991), + [sym_parenthesis_expression] = STATE(1991), + [sym__range] = STATE(6523), + [sym_simple_range] = STATE(4995), + [sym__tool_directive] = STATE(76), + [sym_line_comment] = STATE(76), + [sym_block_comment] = STATE(76), [anon_sym_LPAREN] = ACTIONS(263), - [anon_sym_RPAREN] = ACTIONS(616), + [anon_sym_RPAREN] = ACTIONS(638), [sym_condition_conversion] = ACTIONS(265), [anon_sym_PLUS] = ACTIONS(267), [anon_sym_DASH] = ACTIONS(267), @@ -27150,41 +27594,41 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_function] = ACTIONS(403), [sym_library_type] = ACTIONS(403), }, - [71] = { - [sym_conditional_expression] = STATE(6048), - [sym__expression] = STATE(1102), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(2352), - [sym_unary_operator] = STATE(686), - [sym_sign] = STATE(687), - [sym__primary] = STATE(2097), - [sym_name] = STATE(2353), - [sym__direct_name] = STATE(734), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(967), - [sym_external_signal_name] = STATE(967), - [sym_external_variable_name] = STATE(967), - [sym_association_or_range_list] = STATE(8044), - [sym__association_or_range] = STATE(5636), - [sym_association_element] = STATE(6166), - [sym__actual_part] = STATE(6171), - [sym__literal] = STATE(2099), - [sym_bit_string_literal] = STATE(2089), - [sym__abstract_literal] = STATE(997), - [sym_based_literal] = STATE(1044), - [sym_allocator] = STATE(2098), - [sym_parenthesis_expression] = STATE(2098), - [sym__range] = STATE(6166), - [sym_simple_range] = STATE(5022), - [sym__tool_directive] = STATE(71), - [sym_line_comment] = STATE(71), - [sym_block_comment] = STATE(71), + [77] = { + [sym_conditional_expression] = STATE(6473), + [sym__expression] = STATE(1033), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(2425), + [sym_unary_operator] = STATE(657), + [sym_sign] = STATE(661), + [sym__primary] = STATE(1990), + [sym_name] = STATE(2432), + [sym__direct_name] = STATE(736), + [sym__identifier] = STATE(954), + [sym__external_name] = STATE(954), + [sym_external_constant_name] = STATE(929), + [sym_external_signal_name] = STATE(929), + [sym_external_variable_name] = STATE(929), + [sym_association_or_range_list] = STATE(7363), + [sym__association_or_range] = STATE(5712), + [sym_association_element] = STATE(6523), + [sym__actual_part] = STATE(6481), + [sym__literal] = STATE(1992), + [sym_bit_string_literal] = STATE(1984), + [sym__abstract_literal] = STATE(964), + [sym_based_literal] = STATE(1073), + [sym_allocator] = STATE(1991), + [sym_parenthesis_expression] = STATE(1991), + [sym__range] = STATE(6523), + [sym_simple_range] = STATE(4995), + [sym__tool_directive] = STATE(77), + [sym_line_comment] = STATE(77), + [sym_block_comment] = STATE(77), [anon_sym_LPAREN] = ACTIONS(263), - [anon_sym_RPAREN] = ACTIONS(618), + [anon_sym_RPAREN] = ACTIONS(640), [sym_condition_conversion] = ACTIONS(265), [anon_sym_PLUS] = ACTIONS(267), [anon_sym_DASH] = ACTIONS(267), @@ -27224,41 +27668,41 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_function] = ACTIONS(403), [sym_library_type] = ACTIONS(403), }, - [72] = { - [sym_conditional_expression] = STATE(6048), - [sym__expression] = STATE(1102), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(2352), - [sym_unary_operator] = STATE(686), - [sym_sign] = STATE(687), - [sym__primary] = STATE(2097), - [sym_name] = STATE(2353), - [sym__direct_name] = STATE(734), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(967), - [sym_external_signal_name] = STATE(967), - [sym_external_variable_name] = STATE(967), - [sym_association_or_range_list] = STATE(8091), - [sym__association_or_range] = STATE(5636), - [sym_association_element] = STATE(6166), - [sym__actual_part] = STATE(6171), - [sym__literal] = STATE(2099), - [sym_bit_string_literal] = STATE(2089), - [sym__abstract_literal] = STATE(997), - [sym_based_literal] = STATE(1044), - [sym_allocator] = STATE(2098), - [sym_parenthesis_expression] = STATE(2098), - [sym__range] = STATE(6166), - [sym_simple_range] = STATE(5022), - [sym__tool_directive] = STATE(72), - [sym_line_comment] = STATE(72), - [sym_block_comment] = STATE(72), + [78] = { + [sym_conditional_expression] = STATE(6473), + [sym__expression] = STATE(1033), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(2425), + [sym_unary_operator] = STATE(657), + [sym_sign] = STATE(661), + [sym__primary] = STATE(1990), + [sym_name] = STATE(2432), + [sym__direct_name] = STATE(736), + [sym__identifier] = STATE(954), + [sym__external_name] = STATE(954), + [sym_external_constant_name] = STATE(929), + [sym_external_signal_name] = STATE(929), + [sym_external_variable_name] = STATE(929), + [sym_association_or_range_list] = STATE(8170), + [sym__association_or_range] = STATE(5712), + [sym_association_element] = STATE(6523), + [sym__actual_part] = STATE(6481), + [sym__literal] = STATE(1992), + [sym_bit_string_literal] = STATE(1984), + [sym__abstract_literal] = STATE(964), + [sym_based_literal] = STATE(1073), + [sym_allocator] = STATE(1991), + [sym_parenthesis_expression] = STATE(1991), + [sym__range] = STATE(6523), + [sym_simple_range] = STATE(4995), + [sym__tool_directive] = STATE(78), + [sym_line_comment] = STATE(78), + [sym_block_comment] = STATE(78), [anon_sym_LPAREN] = ACTIONS(263), - [anon_sym_RPAREN] = ACTIONS(620), + [anon_sym_RPAREN] = ACTIONS(642), [sym_condition_conversion] = ACTIONS(265), [anon_sym_PLUS] = ACTIONS(267), [anon_sym_DASH] = ACTIONS(267), @@ -27298,41 +27742,115 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_function] = ACTIONS(403), [sym_library_type] = ACTIONS(403), }, - [73] = { - [sym_conditional_expression] = STATE(6048), - [sym__expression] = STATE(1102), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(2352), - [sym_unary_operator] = STATE(686), - [sym_sign] = STATE(687), - [sym__primary] = STATE(2097), - [sym_name] = STATE(2353), - [sym__direct_name] = STATE(734), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(967), - [sym_external_signal_name] = STATE(967), - [sym_external_variable_name] = STATE(967), - [sym_association_or_range_list] = STATE(8144), - [sym__association_or_range] = STATE(5636), - [sym_association_element] = STATE(6166), - [sym__actual_part] = STATE(6171), - [sym__literal] = STATE(2099), - [sym_bit_string_literal] = STATE(2089), - [sym__abstract_literal] = STATE(997), - [sym_based_literal] = STATE(1044), - [sym_allocator] = STATE(2098), - [sym_parenthesis_expression] = STATE(2098), - [sym__range] = STATE(6166), - [sym_simple_range] = STATE(5022), - [sym__tool_directive] = STATE(73), - [sym_line_comment] = STATE(73), - [sym_block_comment] = STATE(73), + [79] = { + [sym__expression] = STATE(1550), + [sym_condition_expression] = STATE(2503), + [sym_logical_expression] = STATE(2503), + [sym_relational_expression] = STATE(2503), + [sym_shift_expression] = STATE(2503), + [sym_simple_expression] = STATE(2503), + [sym_unary_operator] = STATE(699), + [sym_sign] = STATE(700), + [sym__primary] = STATE(2502), + [sym_name] = STATE(2501), + [sym__direct_name] = STATE(764), + [sym__identifier] = STATE(1352), + [sym__external_name] = STATE(1352), + [sym_external_constant_name] = STATE(1351), + [sym_external_signal_name] = STATE(1351), + [sym_external_variable_name] = STATE(1351), + [sym__literal] = STATE(2500), + [sym_bit_string_literal] = STATE(2505), + [sym__abstract_literal] = STATE(1399), + [sym_based_literal] = STATE(1466), + [sym_allocator] = STATE(2501), + [sym_parenthesis_expression] = STATE(2501), + [sym__tool_directive] = STATE(79), + [sym_selected_waveforms] = STATE(7554), + [sym_waveform] = STATE(6284), + [sym_waveform_element] = STATE(5497), + [sym_delay_mechanism] = STATE(277), + [sym_line_comment] = STATE(79), + [sym_block_comment] = STATE(79), + [aux_sym_selected_waveforms_repeat1] = STATE(326), + [anon_sym_LPAREN] = ACTIONS(415), + [sym_condition_conversion] = ACTIONS(417), + [anon_sym_PLUS] = ACTIONS(267), + [anon_sym_DASH] = ACTIONS(267), + [anon_sym_LT_LT] = ACTIONS(419), + [sym_identifier] = ACTIONS(421), + [sym_ABS] = ACTIONS(273), + [sym_AND] = ACTIONS(273), + [sym_GUARDED] = ACTIONS(644), + [sym_INERTIAL] = ACTIONS(425), + [sym_NAND] = ACTIONS(273), + [sym_NEW] = ACTIONS(427), + [sym_NOR] = ACTIONS(273), + [sym_NOT] = ACTIONS(273), + [sym_NULL] = ACTIONS(429), + [sym_OR] = ACTIONS(273), + [sym_REJECT] = ACTIONS(431), + [sym_TRANSPORT] = ACTIONS(425), + [sym_UNAFFECTED] = ACTIONS(435), + [sym_XNOR] = ACTIONS(273), + [sym_XOR] = ACTIONS(273), + [sym__grave_accent] = ACTIONS(3), + [sym_decimal_integer] = ACTIONS(437), + [sym_decimal_float] = ACTIONS(437), + [sym_based_base] = ACTIONS(439), + [sym_character_literal] = ACTIONS(441), + [sym_string_literal] = ACTIONS(429), + [sym_string_literal_std_logic] = ACTIONS(429), + [sym_bit_string_length] = ACTIONS(443), + [sym_bit_string_base] = ACTIONS(445), + [sym_operator_symbol] = ACTIONS(441), + [sym__line_comment_start] = ACTIONS(5), + [sym__block_comment_start] = ACTIONS(7), + [sym_library_constant] = ACTIONS(421), + [sym_library_constant_boolean] = ACTIONS(429), + [sym_library_constant_character] = ACTIONS(429), + [sym_library_constant_debug] = ACTIONS(429), + [sym_library_constant_env] = ACTIONS(429), + [sym_library_constant_standard] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(441), + [sym_library_function] = ACTIONS(421), + [sym_library_type] = ACTIONS(421), + }, + [80] = { + [sym_conditional_expression] = STATE(6473), + [sym__expression] = STATE(1033), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(2425), + [sym_unary_operator] = STATE(657), + [sym_sign] = STATE(661), + [sym__primary] = STATE(1990), + [sym_name] = STATE(2432), + [sym__direct_name] = STATE(736), + [sym__identifier] = STATE(954), + [sym__external_name] = STATE(954), + [sym_external_constant_name] = STATE(929), + [sym_external_signal_name] = STATE(929), + [sym_external_variable_name] = STATE(929), + [sym_association_or_range_list] = STATE(7400), + [sym__association_or_range] = STATE(5712), + [sym_association_element] = STATE(6523), + [sym__actual_part] = STATE(6481), + [sym__literal] = STATE(1992), + [sym_bit_string_literal] = STATE(1984), + [sym__abstract_literal] = STATE(964), + [sym_based_literal] = STATE(1073), + [sym_allocator] = STATE(1991), + [sym_parenthesis_expression] = STATE(1991), + [sym__range] = STATE(6523), + [sym_simple_range] = STATE(4995), + [sym__tool_directive] = STATE(80), + [sym_line_comment] = STATE(80), + [sym_block_comment] = STATE(80), [anon_sym_LPAREN] = ACTIONS(263), - [anon_sym_RPAREN] = ACTIONS(622), + [anon_sym_RPAREN] = ACTIONS(646), [sym_condition_conversion] = ACTIONS(265), [anon_sym_PLUS] = ACTIONS(267), [anon_sym_DASH] = ACTIONS(267), @@ -27372,41 +27890,41 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_function] = ACTIONS(403), [sym_library_type] = ACTIONS(403), }, - [74] = { - [sym_conditional_expression] = STATE(6048), - [sym__expression] = STATE(1102), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(2352), - [sym_unary_operator] = STATE(686), - [sym_sign] = STATE(687), - [sym__primary] = STATE(2097), - [sym_name] = STATE(2353), - [sym__direct_name] = STATE(734), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(967), - [sym_external_signal_name] = STATE(967), - [sym_external_variable_name] = STATE(967), - [sym_association_or_range_list] = STATE(8207), - [sym__association_or_range] = STATE(5636), - [sym_association_element] = STATE(6166), - [sym__actual_part] = STATE(6171), - [sym__literal] = STATE(2099), - [sym_bit_string_literal] = STATE(2089), - [sym__abstract_literal] = STATE(997), - [sym_based_literal] = STATE(1044), - [sym_allocator] = STATE(2098), - [sym_parenthesis_expression] = STATE(2098), - [sym__range] = STATE(6166), - [sym_simple_range] = STATE(5022), - [sym__tool_directive] = STATE(74), - [sym_line_comment] = STATE(74), - [sym_block_comment] = STATE(74), + [81] = { + [sym_conditional_expression] = STATE(6473), + [sym__expression] = STATE(1033), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(2425), + [sym_unary_operator] = STATE(657), + [sym_sign] = STATE(661), + [sym__primary] = STATE(1990), + [sym_name] = STATE(2432), + [sym__direct_name] = STATE(736), + [sym__identifier] = STATE(954), + [sym__external_name] = STATE(954), + [sym_external_constant_name] = STATE(929), + [sym_external_signal_name] = STATE(929), + [sym_external_variable_name] = STATE(929), + [sym_association_or_range_list] = STATE(7436), + [sym__association_or_range] = STATE(5712), + [sym_association_element] = STATE(6523), + [sym__actual_part] = STATE(6481), + [sym__literal] = STATE(1992), + [sym_bit_string_literal] = STATE(1984), + [sym__abstract_literal] = STATE(964), + [sym_based_literal] = STATE(1073), + [sym_allocator] = STATE(1991), + [sym_parenthesis_expression] = STATE(1991), + [sym__range] = STATE(6523), + [sym_simple_range] = STATE(4995), + [sym__tool_directive] = STATE(81), + [sym_line_comment] = STATE(81), + [sym_block_comment] = STATE(81), [anon_sym_LPAREN] = ACTIONS(263), - [anon_sym_RPAREN] = ACTIONS(624), + [anon_sym_RPAREN] = ACTIONS(648), [sym_condition_conversion] = ACTIONS(265), [anon_sym_PLUS] = ACTIONS(267), [anon_sym_DASH] = ACTIONS(267), @@ -27446,41 +27964,115 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_function] = ACTIONS(403), [sym_library_type] = ACTIONS(403), }, - [75] = { - [sym_conditional_expression] = STATE(6048), - [sym__expression] = STATE(1102), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(2352), - [sym_unary_operator] = STATE(686), - [sym_sign] = STATE(687), - [sym__primary] = STATE(2097), - [sym_name] = STATE(2353), - [sym__direct_name] = STATE(734), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(967), - [sym_external_signal_name] = STATE(967), - [sym_external_variable_name] = STATE(967), - [sym_association_or_range_list] = STATE(8294), - [sym__association_or_range] = STATE(5636), - [sym_association_element] = STATE(6166), - [sym__actual_part] = STATE(6171), - [sym__literal] = STATE(2099), - [sym_bit_string_literal] = STATE(2089), - [sym__abstract_literal] = STATE(997), - [sym_based_literal] = STATE(1044), - [sym_allocator] = STATE(2098), - [sym_parenthesis_expression] = STATE(2098), - [sym__range] = STATE(6166), - [sym_simple_range] = STATE(5022), - [sym__tool_directive] = STATE(75), - [sym_line_comment] = STATE(75), - [sym_block_comment] = STATE(75), + [82] = { + [sym__expression] = STATE(1550), + [sym_condition_expression] = STATE(2503), + [sym_logical_expression] = STATE(2503), + [sym_relational_expression] = STATE(2503), + [sym_shift_expression] = STATE(2503), + [sym_simple_expression] = STATE(2503), + [sym_unary_operator] = STATE(699), + [sym_sign] = STATE(700), + [sym__primary] = STATE(2502), + [sym_name] = STATE(2501), + [sym__direct_name] = STATE(764), + [sym__identifier] = STATE(1352), + [sym__external_name] = STATE(1352), + [sym_external_constant_name] = STATE(1351), + [sym_external_signal_name] = STATE(1351), + [sym_external_variable_name] = STATE(1351), + [sym__literal] = STATE(2500), + [sym_bit_string_literal] = STATE(2505), + [sym__abstract_literal] = STATE(1399), + [sym_based_literal] = STATE(1466), + [sym_allocator] = STATE(2501), + [sym_parenthesis_expression] = STATE(2501), + [sym__tool_directive] = STATE(82), + [sym_selected_waveforms] = STATE(7667), + [sym_waveform] = STATE(6284), + [sym_waveform_element] = STATE(5497), + [sym_delay_mechanism] = STATE(271), + [sym_line_comment] = STATE(82), + [sym_block_comment] = STATE(82), + [aux_sym_selected_waveforms_repeat1] = STATE(326), + [anon_sym_LPAREN] = ACTIONS(415), + [sym_condition_conversion] = ACTIONS(417), + [anon_sym_PLUS] = ACTIONS(267), + [anon_sym_DASH] = ACTIONS(267), + [anon_sym_LT_LT] = ACTIONS(419), + [sym_identifier] = ACTIONS(421), + [sym_ABS] = ACTIONS(273), + [sym_AND] = ACTIONS(273), + [sym_GUARDED] = ACTIONS(650), + [sym_INERTIAL] = ACTIONS(425), + [sym_NAND] = ACTIONS(273), + [sym_NEW] = ACTIONS(427), + [sym_NOR] = ACTIONS(273), + [sym_NOT] = ACTIONS(273), + [sym_NULL] = ACTIONS(429), + [sym_OR] = ACTIONS(273), + [sym_REJECT] = ACTIONS(431), + [sym_TRANSPORT] = ACTIONS(425), + [sym_UNAFFECTED] = ACTIONS(435), + [sym_XNOR] = ACTIONS(273), + [sym_XOR] = ACTIONS(273), + [sym__grave_accent] = ACTIONS(3), + [sym_decimal_integer] = ACTIONS(437), + [sym_decimal_float] = ACTIONS(437), + [sym_based_base] = ACTIONS(439), + [sym_character_literal] = ACTIONS(441), + [sym_string_literal] = ACTIONS(429), + [sym_string_literal_std_logic] = ACTIONS(429), + [sym_bit_string_length] = ACTIONS(443), + [sym_bit_string_base] = ACTIONS(445), + [sym_operator_symbol] = ACTIONS(441), + [sym__line_comment_start] = ACTIONS(5), + [sym__block_comment_start] = ACTIONS(7), + [sym_library_constant] = ACTIONS(421), + [sym_library_constant_boolean] = ACTIONS(429), + [sym_library_constant_character] = ACTIONS(429), + [sym_library_constant_debug] = ACTIONS(429), + [sym_library_constant_env] = ACTIONS(429), + [sym_library_constant_standard] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(441), + [sym_library_function] = ACTIONS(421), + [sym_library_type] = ACTIONS(421), + }, + [83] = { + [sym_conditional_expression] = STATE(6473), + [sym__expression] = STATE(1033), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(2425), + [sym_unary_operator] = STATE(657), + [sym_sign] = STATE(661), + [sym__primary] = STATE(1990), + [sym_name] = STATE(2432), + [sym__direct_name] = STATE(736), + [sym__identifier] = STATE(954), + [sym__external_name] = STATE(954), + [sym_external_constant_name] = STATE(929), + [sym_external_signal_name] = STATE(929), + [sym_external_variable_name] = STATE(929), + [sym_association_or_range_list] = STATE(7489), + [sym__association_or_range] = STATE(5712), + [sym_association_element] = STATE(6523), + [sym__actual_part] = STATE(6481), + [sym__literal] = STATE(1992), + [sym_bit_string_literal] = STATE(1984), + [sym__abstract_literal] = STATE(964), + [sym_based_literal] = STATE(1073), + [sym_allocator] = STATE(1991), + [sym_parenthesis_expression] = STATE(1991), + [sym__range] = STATE(6523), + [sym_simple_range] = STATE(4995), + [sym__tool_directive] = STATE(83), + [sym_line_comment] = STATE(83), + [sym_block_comment] = STATE(83), [anon_sym_LPAREN] = ACTIONS(263), - [anon_sym_RPAREN] = ACTIONS(626), + [anon_sym_RPAREN] = ACTIONS(652), [sym_condition_conversion] = ACTIONS(265), [anon_sym_PLUS] = ACTIONS(267), [anon_sym_DASH] = ACTIONS(267), @@ -27520,41 +28112,41 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_function] = ACTIONS(403), [sym_library_type] = ACTIONS(403), }, - [76] = { - [sym_conditional_expression] = STATE(6048), - [sym__expression] = STATE(1102), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(2352), - [sym_unary_operator] = STATE(686), - [sym_sign] = STATE(687), - [sym__primary] = STATE(2097), - [sym_name] = STATE(2353), - [sym__direct_name] = STATE(734), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(967), - [sym_external_signal_name] = STATE(967), - [sym_external_variable_name] = STATE(967), - [sym_association_or_range_list] = STATE(8320), - [sym__association_or_range] = STATE(5636), - [sym_association_element] = STATE(6166), - [sym__actual_part] = STATE(6171), - [sym__literal] = STATE(2099), - [sym_bit_string_literal] = STATE(2089), - [sym__abstract_literal] = STATE(997), - [sym_based_literal] = STATE(1044), - [sym_allocator] = STATE(2098), - [sym_parenthesis_expression] = STATE(2098), - [sym__range] = STATE(6166), - [sym_simple_range] = STATE(5022), - [sym__tool_directive] = STATE(76), - [sym_line_comment] = STATE(76), - [sym_block_comment] = STATE(76), + [84] = { + [sym_conditional_expression] = STATE(6473), + [sym__expression] = STATE(1033), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(2425), + [sym_unary_operator] = STATE(657), + [sym_sign] = STATE(661), + [sym__primary] = STATE(1990), + [sym_name] = STATE(2432), + [sym__direct_name] = STATE(736), + [sym__identifier] = STATE(954), + [sym__external_name] = STATE(954), + [sym_external_constant_name] = STATE(929), + [sym_external_signal_name] = STATE(929), + [sym_external_variable_name] = STATE(929), + [sym_association_or_range_list] = STATE(8131), + [sym__association_or_range] = STATE(5712), + [sym_association_element] = STATE(6523), + [sym__actual_part] = STATE(6481), + [sym__literal] = STATE(1992), + [sym_bit_string_literal] = STATE(1984), + [sym__abstract_literal] = STATE(964), + [sym_based_literal] = STATE(1073), + [sym_allocator] = STATE(1991), + [sym_parenthesis_expression] = STATE(1991), + [sym__range] = STATE(6523), + [sym_simple_range] = STATE(4995), + [sym__tool_directive] = STATE(84), + [sym_line_comment] = STATE(84), + [sym_block_comment] = STATE(84), [anon_sym_LPAREN] = ACTIONS(263), - [anon_sym_RPAREN] = ACTIONS(628), + [anon_sym_RPAREN] = ACTIONS(654), [sym_condition_conversion] = ACTIONS(265), [anon_sym_PLUS] = ACTIONS(267), [anon_sym_DASH] = ACTIONS(267), @@ -27594,41 +28186,41 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_function] = ACTIONS(403), [sym_library_type] = ACTIONS(403), }, - [77] = { - [sym_conditional_expression] = STATE(6048), - [sym__expression] = STATE(1102), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(2352), - [sym_unary_operator] = STATE(686), - [sym_sign] = STATE(687), - [sym__primary] = STATE(2097), - [sym_name] = STATE(2353), - [sym__direct_name] = STATE(734), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(967), - [sym_external_signal_name] = STATE(967), - [sym_external_variable_name] = STATE(967), - [sym_association_or_range_list] = STATE(8339), - [sym__association_or_range] = STATE(5636), - [sym_association_element] = STATE(6166), - [sym__actual_part] = STATE(6171), - [sym__literal] = STATE(2099), - [sym_bit_string_literal] = STATE(2089), - [sym__abstract_literal] = STATE(997), - [sym_based_literal] = STATE(1044), - [sym_allocator] = STATE(2098), - [sym_parenthesis_expression] = STATE(2098), - [sym__range] = STATE(6166), - [sym_simple_range] = STATE(5022), - [sym__tool_directive] = STATE(77), - [sym_line_comment] = STATE(77), - [sym_block_comment] = STATE(77), + [85] = { + [sym_conditional_expression] = STATE(6473), + [sym__expression] = STATE(1033), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(2425), + [sym_unary_operator] = STATE(657), + [sym_sign] = STATE(661), + [sym__primary] = STATE(1990), + [sym_name] = STATE(2432), + [sym__direct_name] = STATE(736), + [sym__identifier] = STATE(954), + [sym__external_name] = STATE(954), + [sym_external_constant_name] = STATE(929), + [sym_external_signal_name] = STATE(929), + [sym_external_variable_name] = STATE(929), + [sym_association_or_range_list] = STATE(8093), + [sym__association_or_range] = STATE(5712), + [sym_association_element] = STATE(6523), + [sym__actual_part] = STATE(6481), + [sym__literal] = STATE(1992), + [sym_bit_string_literal] = STATE(1984), + [sym__abstract_literal] = STATE(964), + [sym_based_literal] = STATE(1073), + [sym_allocator] = STATE(1991), + [sym_parenthesis_expression] = STATE(1991), + [sym__range] = STATE(6523), + [sym_simple_range] = STATE(4995), + [sym__tool_directive] = STATE(85), + [sym_line_comment] = STATE(85), + [sym_block_comment] = STATE(85), [anon_sym_LPAREN] = ACTIONS(263), - [anon_sym_RPAREN] = ACTIONS(630), + [anon_sym_RPAREN] = ACTIONS(656), [sym_condition_conversion] = ACTIONS(265), [anon_sym_PLUS] = ACTIONS(267), [anon_sym_DASH] = ACTIONS(267), @@ -27668,41 +28260,41 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_function] = ACTIONS(403), [sym_library_type] = ACTIONS(403), }, - [78] = { - [sym_conditional_expression] = STATE(6048), - [sym__expression] = STATE(1102), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(2352), - [sym_unary_operator] = STATE(686), - [sym_sign] = STATE(687), - [sym__primary] = STATE(2097), - [sym_name] = STATE(2353), - [sym__direct_name] = STATE(734), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(967), - [sym_external_signal_name] = STATE(967), - [sym_external_variable_name] = STATE(967), - [sym_association_or_range_list] = STATE(6611), - [sym__association_or_range] = STATE(5636), - [sym_association_element] = STATE(6166), - [sym__actual_part] = STATE(6171), - [sym__literal] = STATE(2099), - [sym_bit_string_literal] = STATE(2089), - [sym__abstract_literal] = STATE(997), - [sym_based_literal] = STATE(1044), - [sym_allocator] = STATE(2098), - [sym_parenthesis_expression] = STATE(2098), - [sym__range] = STATE(6166), - [sym_simple_range] = STATE(5022), - [sym__tool_directive] = STATE(78), - [sym_line_comment] = STATE(78), - [sym_block_comment] = STATE(78), + [86] = { + [sym_conditional_expression] = STATE(6473), + [sym__expression] = STATE(1033), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(2425), + [sym_unary_operator] = STATE(657), + [sym_sign] = STATE(661), + [sym__primary] = STATE(1990), + [sym_name] = STATE(2432), + [sym__direct_name] = STATE(736), + [sym__identifier] = STATE(954), + [sym__external_name] = STATE(954), + [sym_external_constant_name] = STATE(929), + [sym_external_signal_name] = STATE(929), + [sym_external_variable_name] = STATE(929), + [sym_association_or_range_list] = STATE(8058), + [sym__association_or_range] = STATE(5712), + [sym_association_element] = STATE(6523), + [sym__actual_part] = STATE(6481), + [sym__literal] = STATE(1992), + [sym_bit_string_literal] = STATE(1984), + [sym__abstract_literal] = STATE(964), + [sym_based_literal] = STATE(1073), + [sym_allocator] = STATE(1991), + [sym_parenthesis_expression] = STATE(1991), + [sym__range] = STATE(6523), + [sym_simple_range] = STATE(4995), + [sym__tool_directive] = STATE(86), + [sym_line_comment] = STATE(86), + [sym_block_comment] = STATE(86), [anon_sym_LPAREN] = ACTIONS(263), - [anon_sym_RPAREN] = ACTIONS(632), + [anon_sym_RPAREN] = ACTIONS(658), [sym_condition_conversion] = ACTIONS(265), [anon_sym_PLUS] = ACTIONS(267), [anon_sym_DASH] = ACTIONS(267), @@ -27742,41 +28334,41 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_function] = ACTIONS(403), [sym_library_type] = ACTIONS(403), }, - [79] = { - [sym_conditional_expression] = STATE(6048), - [sym__expression] = STATE(1102), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(2352), - [sym_unary_operator] = STATE(686), - [sym_sign] = STATE(687), - [sym__primary] = STATE(2097), - [sym_name] = STATE(2353), - [sym__direct_name] = STATE(734), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(967), - [sym_external_signal_name] = STATE(967), - [sym_external_variable_name] = STATE(967), - [sym_association_or_range_list] = STATE(6630), - [sym__association_or_range] = STATE(5636), - [sym_association_element] = STATE(6166), - [sym__actual_part] = STATE(6171), - [sym__literal] = STATE(2099), - [sym_bit_string_literal] = STATE(2089), - [sym__abstract_literal] = STATE(997), - [sym_based_literal] = STATE(1044), - [sym_allocator] = STATE(2098), - [sym_parenthesis_expression] = STATE(2098), - [sym__range] = STATE(6166), - [sym_simple_range] = STATE(5022), - [sym__tool_directive] = STATE(79), - [sym_line_comment] = STATE(79), - [sym_block_comment] = STATE(79), + [87] = { + [sym_conditional_expression] = STATE(6473), + [sym__expression] = STATE(1033), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(2425), + [sym_unary_operator] = STATE(657), + [sym_sign] = STATE(661), + [sym__primary] = STATE(1990), + [sym_name] = STATE(2432), + [sym__direct_name] = STATE(736), + [sym__identifier] = STATE(954), + [sym__external_name] = STATE(954), + [sym_external_constant_name] = STATE(929), + [sym_external_signal_name] = STATE(929), + [sym_external_variable_name] = STATE(929), + [sym_association_or_range_list] = STATE(7524), + [sym__association_or_range] = STATE(5712), + [sym_association_element] = STATE(6523), + [sym__actual_part] = STATE(6481), + [sym__literal] = STATE(1992), + [sym_bit_string_literal] = STATE(1984), + [sym__abstract_literal] = STATE(964), + [sym_based_literal] = STATE(1073), + [sym_allocator] = STATE(1991), + [sym_parenthesis_expression] = STATE(1991), + [sym__range] = STATE(6523), + [sym_simple_range] = STATE(4995), + [sym__tool_directive] = STATE(87), + [sym_line_comment] = STATE(87), + [sym_block_comment] = STATE(87), [anon_sym_LPAREN] = ACTIONS(263), - [anon_sym_RPAREN] = ACTIONS(634), + [anon_sym_RPAREN] = ACTIONS(660), [sym_condition_conversion] = ACTIONS(265), [anon_sym_PLUS] = ACTIONS(267), [anon_sym_DASH] = ACTIONS(267), @@ -27816,1442 +28408,850 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_function] = ACTIONS(403), [sym_library_type] = ACTIONS(403), }, - [80] = { - [sym__expression] = STATE(1519), - [sym_condition_expression] = STATE(2536), - [sym_logical_expression] = STATE(2536), - [sym_relational_expression] = STATE(2536), - [sym_shift_expression] = STATE(2536), - [sym_simple_expression] = STATE(2536), - [sym_unary_operator] = STATE(704), - [sym_sign] = STATE(705), - [sym__primary] = STATE(2508), - [sym_name] = STATE(2509), - [sym__direct_name] = STATE(777), - [sym__identifier] = STATE(1411), - [sym__external_name] = STATE(1411), - [sym_external_constant_name] = STATE(1412), - [sym_external_signal_name] = STATE(1412), - [sym_external_variable_name] = STATE(1412), - [sym__literal] = STATE(2510), - [sym_bit_string_literal] = STATE(2506), - [sym__abstract_literal] = STATE(1408), - [sym_based_literal] = STATE(1627), - [sym_allocator] = STATE(2509), - [sym_parenthesis_expression] = STATE(2509), - [sym__tool_directive] = STATE(80), - [sym_selected_waveforms] = STATE(7592), - [sym_waveform] = STATE(6286), - [sym_waveform_element] = STATE(5397), - [sym_delay_mechanism] = STATE(269), - [sym_line_comment] = STATE(80), - [sym_block_comment] = STATE(80), - [aux_sym_selected_waveforms_repeat1] = STATE(339), - [anon_sym_LPAREN] = ACTIONS(411), - [sym_condition_conversion] = ACTIONS(413), - [anon_sym_PLUS] = ACTIONS(267), - [anon_sym_DASH] = ACTIONS(267), - [anon_sym_LT_LT] = ACTIONS(415), - [sym_identifier] = ACTIONS(417), - [sym_ABS] = ACTIONS(273), - [sym_AND] = ACTIONS(273), - [sym_GUARDED] = ACTIONS(636), - [sym_INERTIAL] = ACTIONS(421), - [sym_NAND] = ACTIONS(273), - [sym_NEW] = ACTIONS(423), - [sym_NOR] = ACTIONS(273), - [sym_NOT] = ACTIONS(273), - [sym_NULL] = ACTIONS(425), - [sym_OR] = ACTIONS(273), - [sym_REJECT] = ACTIONS(427), - [sym_TRANSPORT] = ACTIONS(421), - [sym_UNAFFECTED] = ACTIONS(429), - [sym_XNOR] = ACTIONS(273), - [sym_XOR] = ACTIONS(273), - [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(431), - [sym_decimal_float] = ACTIONS(431), - [sym_based_base] = ACTIONS(433), - [sym_character_literal] = ACTIONS(435), - [sym_string_literal] = ACTIONS(425), - [sym_string_literal_std_logic] = ACTIONS(425), - [sym_bit_string_length] = ACTIONS(437), - [sym_bit_string_base] = ACTIONS(439), - [sym_operator_symbol] = ACTIONS(435), - [sym__line_comment_start] = ACTIONS(5), - [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(417), - [sym_library_constant_boolean] = ACTIONS(425), - [sym_library_constant_character] = ACTIONS(425), - [sym_library_constant_debug] = ACTIONS(425), - [sym_library_constant_env] = ACTIONS(425), - [sym_library_constant_standard] = ACTIONS(425), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(417), - [sym_library_type] = ACTIONS(417), - }, - [81] = { - [sym__expression] = STATE(1519), - [sym_condition_expression] = STATE(2536), - [sym_logical_expression] = STATE(2536), - [sym_relational_expression] = STATE(2536), - [sym_shift_expression] = STATE(2536), - [sym_simple_expression] = STATE(2536), - [sym_unary_operator] = STATE(704), - [sym_sign] = STATE(705), - [sym__primary] = STATE(2508), - [sym_name] = STATE(2509), - [sym__direct_name] = STATE(777), - [sym__identifier] = STATE(1411), - [sym__external_name] = STATE(1411), - [sym_external_constant_name] = STATE(1412), - [sym_external_signal_name] = STATE(1412), - [sym_external_variable_name] = STATE(1412), - [sym__literal] = STATE(2510), - [sym_bit_string_literal] = STATE(2506), - [sym__abstract_literal] = STATE(1408), - [sym_based_literal] = STATE(1627), - [sym_allocator] = STATE(2509), - [sym_parenthesis_expression] = STATE(2509), - [sym__tool_directive] = STATE(81), - [sym_selected_waveforms] = STATE(7625), - [sym_waveform] = STATE(6286), - [sym_waveform_element] = STATE(5397), - [sym_delay_mechanism] = STATE(276), - [sym_line_comment] = STATE(81), - [sym_block_comment] = STATE(81), - [aux_sym_selected_waveforms_repeat1] = STATE(339), - [anon_sym_LPAREN] = ACTIONS(411), - [sym_condition_conversion] = ACTIONS(413), - [anon_sym_PLUS] = ACTIONS(267), - [anon_sym_DASH] = ACTIONS(267), - [anon_sym_LT_LT] = ACTIONS(415), - [sym_identifier] = ACTIONS(417), - [sym_ABS] = ACTIONS(273), - [sym_AND] = ACTIONS(273), - [sym_GUARDED] = ACTIONS(638), - [sym_INERTIAL] = ACTIONS(421), - [sym_NAND] = ACTIONS(273), - [sym_NEW] = ACTIONS(423), - [sym_NOR] = ACTIONS(273), - [sym_NOT] = ACTIONS(273), - [sym_NULL] = ACTIONS(425), - [sym_OR] = ACTIONS(273), - [sym_REJECT] = ACTIONS(427), - [sym_TRANSPORT] = ACTIONS(421), - [sym_UNAFFECTED] = ACTIONS(429), - [sym_XNOR] = ACTIONS(273), - [sym_XOR] = ACTIONS(273), - [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(431), - [sym_decimal_float] = ACTIONS(431), - [sym_based_base] = ACTIONS(433), - [sym_character_literal] = ACTIONS(435), - [sym_string_literal] = ACTIONS(425), - [sym_string_literal_std_logic] = ACTIONS(425), - [sym_bit_string_length] = ACTIONS(437), - [sym_bit_string_base] = ACTIONS(439), - [sym_operator_symbol] = ACTIONS(435), - [sym__line_comment_start] = ACTIONS(5), - [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(417), - [sym_library_constant_boolean] = ACTIONS(425), - [sym_library_constant_character] = ACTIONS(425), - [sym_library_constant_debug] = ACTIONS(425), - [sym_library_constant_env] = ACTIONS(425), - [sym_library_constant_standard] = ACTIONS(425), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(417), - [sym_library_type] = ACTIONS(417), - }, - [82] = { - [sym__expression] = STATE(1519), - [sym_condition_expression] = STATE(2536), - [sym_logical_expression] = STATE(2536), - [sym_relational_expression] = STATE(2536), - [sym_shift_expression] = STATE(2536), - [sym_simple_expression] = STATE(2536), - [sym_unary_operator] = STATE(704), - [sym_sign] = STATE(705), - [sym__primary] = STATE(2508), - [sym_name] = STATE(2509), - [sym__direct_name] = STATE(777), - [sym__identifier] = STATE(1411), - [sym__external_name] = STATE(1411), - [sym_external_constant_name] = STATE(1412), - [sym_external_signal_name] = STATE(1412), - [sym_external_variable_name] = STATE(1412), - [sym__literal] = STATE(2510), - [sym_bit_string_literal] = STATE(2506), - [sym__abstract_literal] = STATE(1408), - [sym_based_literal] = STATE(1627), - [sym_allocator] = STATE(2509), - [sym_parenthesis_expression] = STATE(2509), - [sym__tool_directive] = STATE(82), - [sym_waveform] = STATE(5877), - [sym_waveform_element] = STATE(5397), - [sym_conditional_waveforms] = STATE(7640), - [sym_delay_mechanism] = STATE(327), - [sym_line_comment] = STATE(82), - [sym_block_comment] = STATE(82), - [anon_sym_LPAREN] = ACTIONS(411), - [sym_condition_conversion] = ACTIONS(413), - [anon_sym_PLUS] = ACTIONS(267), - [anon_sym_DASH] = ACTIONS(267), - [anon_sym_LT_LT] = ACTIONS(415), - [sym_identifier] = ACTIONS(417), - [sym_ABS] = ACTIONS(273), - [sym_AND] = ACTIONS(273), - [sym_FORCE] = ACTIONS(640), - [sym_INERTIAL] = ACTIONS(421), - [sym_NAND] = ACTIONS(273), - [sym_NEW] = ACTIONS(423), - [sym_NOR] = ACTIONS(273), - [sym_NOT] = ACTIONS(273), - [sym_NULL] = ACTIONS(425), - [sym_OR] = ACTIONS(273), - [sym_REJECT] = ACTIONS(427), - [sym_RELEASE] = ACTIONS(642), - [sym_TRANSPORT] = ACTIONS(421), - [sym_UNAFFECTED] = ACTIONS(429), - [sym_XNOR] = ACTIONS(273), - [sym_XOR] = ACTIONS(273), - [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(431), - [sym_decimal_float] = ACTIONS(431), - [sym_based_base] = ACTIONS(433), - [sym_character_literal] = ACTIONS(435), - [sym_string_literal] = ACTIONS(425), - [sym_string_literal_std_logic] = ACTIONS(425), - [sym_bit_string_length] = ACTIONS(437), - [sym_bit_string_base] = ACTIONS(439), - [sym_operator_symbol] = ACTIONS(435), - [sym__line_comment_start] = ACTIONS(5), - [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(417), - [sym_library_constant_boolean] = ACTIONS(425), - [sym_library_constant_character] = ACTIONS(425), - [sym_library_constant_debug] = ACTIONS(425), - [sym_library_constant_env] = ACTIONS(425), - [sym_library_constant_standard] = ACTIONS(425), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(417), - [sym_library_type] = ACTIONS(417), - }, - [83] = { - [sym__expression] = STATE(1519), - [sym_condition_expression] = STATE(2536), - [sym_logical_expression] = STATE(2536), - [sym_relational_expression] = STATE(2536), - [sym_shift_expression] = STATE(2536), - [sym_simple_expression] = STATE(2536), - [sym_unary_operator] = STATE(704), - [sym_sign] = STATE(705), - [sym__primary] = STATE(2508), - [sym_name] = STATE(2509), - [sym__direct_name] = STATE(777), - [sym__identifier] = STATE(1411), - [sym__external_name] = STATE(1411), - [sym_external_constant_name] = STATE(1412), - [sym_external_signal_name] = STATE(1412), - [sym_external_variable_name] = STATE(1412), - [sym__literal] = STATE(2510), - [sym_bit_string_literal] = STATE(2506), - [sym__abstract_literal] = STATE(1408), - [sym_based_literal] = STATE(1627), - [sym_allocator] = STATE(2509), - [sym_parenthesis_expression] = STATE(2509), - [sym__tool_directive] = STATE(83), - [sym_selected_waveforms] = STATE(7760), - [sym_waveform] = STATE(6286), - [sym_waveform_element] = STATE(5397), - [sym_delay_mechanism] = STATE(291), - [sym_line_comment] = STATE(83), - [sym_block_comment] = STATE(83), - [aux_sym_selected_waveforms_repeat1] = STATE(339), - [anon_sym_LPAREN] = ACTIONS(411), - [sym_condition_conversion] = ACTIONS(413), - [anon_sym_PLUS] = ACTIONS(267), - [anon_sym_DASH] = ACTIONS(267), - [anon_sym_LT_LT] = ACTIONS(415), - [sym_identifier] = ACTIONS(417), - [sym_ABS] = ACTIONS(273), - [sym_AND] = ACTIONS(273), - [sym_FORCE] = ACTIONS(644), - [sym_INERTIAL] = ACTIONS(421), - [sym_NAND] = ACTIONS(273), - [sym_NEW] = ACTIONS(423), - [sym_NOR] = ACTIONS(273), - [sym_NOT] = ACTIONS(273), - [sym_NULL] = ACTIONS(425), - [sym_OR] = ACTIONS(273), - [sym_REJECT] = ACTIONS(427), - [sym_TRANSPORT] = ACTIONS(421), - [sym_UNAFFECTED] = ACTIONS(429), - [sym_XNOR] = ACTIONS(273), - [sym_XOR] = ACTIONS(273), - [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(431), - [sym_decimal_float] = ACTIONS(431), - [sym_based_base] = ACTIONS(433), - [sym_character_literal] = ACTIONS(435), - [sym_string_literal] = ACTIONS(425), - [sym_string_literal_std_logic] = ACTIONS(425), - [sym_bit_string_length] = ACTIONS(437), - [sym_bit_string_base] = ACTIONS(439), - [sym_operator_symbol] = ACTIONS(435), - [sym__line_comment_start] = ACTIONS(5), - [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(417), - [sym_library_constant_boolean] = ACTIONS(425), - [sym_library_constant_character] = ACTIONS(425), - [sym_library_constant_debug] = ACTIONS(425), - [sym_library_constant_env] = ACTIONS(425), - [sym_library_constant_standard] = ACTIONS(425), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(417), - [sym_library_type] = ACTIONS(417), - }, - [84] = { - [sym__expression] = STATE(1519), - [sym_condition_expression] = STATE(2536), - [sym_logical_expression] = STATE(2536), - [sym_relational_expression] = STATE(2536), - [sym_shift_expression] = STATE(2536), - [sym_simple_expression] = STATE(2536), - [sym_unary_operator] = STATE(704), - [sym_sign] = STATE(705), - [sym__primary] = STATE(2508), - [sym_name] = STATE(2509), - [sym__direct_name] = STATE(777), - [sym__identifier] = STATE(1411), - [sym__external_name] = STATE(1411), - [sym_external_constant_name] = STATE(1412), - [sym_external_signal_name] = STATE(1412), - [sym_external_variable_name] = STATE(1412), - [sym__literal] = STATE(2510), - [sym_bit_string_literal] = STATE(2506), - [sym__abstract_literal] = STATE(1408), - [sym_based_literal] = STATE(1627), - [sym_allocator] = STATE(2509), - [sym_parenthesis_expression] = STATE(2509), - [sym__tool_directive] = STATE(84), - [sym_waveform] = STATE(5897), - [sym_waveform_element] = STATE(5397), - [sym_conditional_waveforms] = STATE(7777), - [sym_delay_mechanism] = STATE(334), - [sym_line_comment] = STATE(84), - [sym_block_comment] = STATE(84), - [anon_sym_LPAREN] = ACTIONS(411), - [sym_condition_conversion] = ACTIONS(413), - [anon_sym_PLUS] = ACTIONS(267), - [anon_sym_DASH] = ACTIONS(267), - [anon_sym_LT_LT] = ACTIONS(415), - [sym_identifier] = ACTIONS(417), - [sym_ABS] = ACTIONS(273), - [sym_AND] = ACTIONS(273), - [sym_FORCE] = ACTIONS(646), - [sym_INERTIAL] = ACTIONS(421), - [sym_NAND] = ACTIONS(273), - [sym_NEW] = ACTIONS(423), - [sym_NOR] = ACTIONS(273), - [sym_NOT] = ACTIONS(273), - [sym_NULL] = ACTIONS(425), - [sym_OR] = ACTIONS(273), - [sym_REJECT] = ACTIONS(427), - [sym_RELEASE] = ACTIONS(648), - [sym_TRANSPORT] = ACTIONS(421), - [sym_UNAFFECTED] = ACTIONS(429), - [sym_XNOR] = ACTIONS(273), - [sym_XOR] = ACTIONS(273), - [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(431), - [sym_decimal_float] = ACTIONS(431), - [sym_based_base] = ACTIONS(433), - [sym_character_literal] = ACTIONS(435), - [sym_string_literal] = ACTIONS(425), - [sym_string_literal_std_logic] = ACTIONS(425), - [sym_bit_string_length] = ACTIONS(437), - [sym_bit_string_base] = ACTIONS(439), - [sym_operator_symbol] = ACTIONS(435), - [sym__line_comment_start] = ACTIONS(5), - [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(417), - [sym_library_constant_boolean] = ACTIONS(425), - [sym_library_constant_character] = ACTIONS(425), - [sym_library_constant_debug] = ACTIONS(425), - [sym_library_constant_env] = ACTIONS(425), - [sym_library_constant_standard] = ACTIONS(425), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(417), - [sym_library_type] = ACTIONS(417), - }, - [85] = { - [sym__expression] = STATE(1519), - [sym_condition_expression] = STATE(2536), - [sym_logical_expression] = STATE(2536), - [sym_relational_expression] = STATE(2536), - [sym_shift_expression] = STATE(2536), - [sym_simple_expression] = STATE(2536), - [sym_unary_operator] = STATE(704), - [sym_sign] = STATE(705), - [sym__primary] = STATE(2508), - [sym_name] = STATE(2509), - [sym__direct_name] = STATE(777), - [sym__identifier] = STATE(1411), - [sym__external_name] = STATE(1411), - [sym_external_constant_name] = STATE(1412), - [sym_external_signal_name] = STATE(1412), - [sym_external_variable_name] = STATE(1412), - [sym__literal] = STATE(2510), - [sym_bit_string_literal] = STATE(2506), - [sym__abstract_literal] = STATE(1408), - [sym_based_literal] = STATE(1627), - [sym_allocator] = STATE(2509), - [sym_parenthesis_expression] = STATE(2509), - [sym__tool_directive] = STATE(85), - [sym_selected_waveforms] = STATE(7727), - [sym_waveform] = STATE(6286), - [sym_waveform_element] = STATE(5397), - [sym_delay_mechanism] = STATE(287), - [sym_line_comment] = STATE(85), - [sym_block_comment] = STATE(85), - [aux_sym_selected_waveforms_repeat1] = STATE(339), - [anon_sym_LPAREN] = ACTIONS(411), - [sym_condition_conversion] = ACTIONS(413), - [anon_sym_PLUS] = ACTIONS(267), - [anon_sym_DASH] = ACTIONS(267), - [anon_sym_LT_LT] = ACTIONS(415), - [sym_identifier] = ACTIONS(417), - [sym_ABS] = ACTIONS(273), - [sym_AND] = ACTIONS(273), - [sym_GUARDED] = ACTIONS(650), - [sym_INERTIAL] = ACTIONS(421), - [sym_NAND] = ACTIONS(273), - [sym_NEW] = ACTIONS(423), - [sym_NOR] = ACTIONS(273), - [sym_NOT] = ACTIONS(273), - [sym_NULL] = ACTIONS(425), - [sym_OR] = ACTIONS(273), - [sym_REJECT] = ACTIONS(427), - [sym_TRANSPORT] = ACTIONS(421), - [sym_UNAFFECTED] = ACTIONS(429), - [sym_XNOR] = ACTIONS(273), - [sym_XOR] = ACTIONS(273), - [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(431), - [sym_decimal_float] = ACTIONS(431), - [sym_based_base] = ACTIONS(433), - [sym_character_literal] = ACTIONS(435), - [sym_string_literal] = ACTIONS(425), - [sym_string_literal_std_logic] = ACTIONS(425), - [sym_bit_string_length] = ACTIONS(437), - [sym_bit_string_base] = ACTIONS(439), - [sym_operator_symbol] = ACTIONS(435), - [sym__line_comment_start] = ACTIONS(5), - [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(417), - [sym_library_constant_boolean] = ACTIONS(425), - [sym_library_constant_character] = ACTIONS(425), - [sym_library_constant_debug] = ACTIONS(425), - [sym_library_constant_env] = ACTIONS(425), - [sym_library_constant_standard] = ACTIONS(425), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(417), - [sym_library_type] = ACTIONS(417), - }, - [86] = { - [sym__expression] = STATE(1519), - [sym_condition_expression] = STATE(2536), - [sym_logical_expression] = STATE(2536), - [sym_relational_expression] = STATE(2536), - [sym_shift_expression] = STATE(2536), - [sym_simple_expression] = STATE(2536), - [sym_unary_operator] = STATE(704), - [sym_sign] = STATE(705), - [sym__primary] = STATE(2508), - [sym_name] = STATE(2509), - [sym__direct_name] = STATE(777), - [sym__identifier] = STATE(1411), - [sym__external_name] = STATE(1411), - [sym_external_constant_name] = STATE(1412), - [sym_external_signal_name] = STATE(1412), - [sym_external_variable_name] = STATE(1412), - [sym__literal] = STATE(2510), - [sym_bit_string_literal] = STATE(2506), - [sym__abstract_literal] = STATE(1408), - [sym_based_literal] = STATE(1627), - [sym_allocator] = STATE(2509), - [sym_parenthesis_expression] = STATE(2509), - [sym__tool_directive] = STATE(86), - [sym_selected_waveforms] = STATE(8020), - [sym_waveform] = STATE(6286), - [sym_waveform_element] = STATE(5397), - [sym_delay_mechanism] = STATE(306), - [sym_line_comment] = STATE(86), - [sym_block_comment] = STATE(86), - [aux_sym_selected_waveforms_repeat1] = STATE(339), - [anon_sym_LPAREN] = ACTIONS(411), - [sym_condition_conversion] = ACTIONS(413), - [anon_sym_PLUS] = ACTIONS(267), - [anon_sym_DASH] = ACTIONS(267), - [anon_sym_LT_LT] = ACTIONS(415), - [sym_identifier] = ACTIONS(417), - [sym_ABS] = ACTIONS(273), - [sym_AND] = ACTIONS(273), - [sym_FORCE] = ACTIONS(652), - [sym_INERTIAL] = ACTIONS(421), - [sym_NAND] = ACTIONS(273), - [sym_NEW] = ACTIONS(423), - [sym_NOR] = ACTIONS(273), - [sym_NOT] = ACTIONS(273), - [sym_NULL] = ACTIONS(425), - [sym_OR] = ACTIONS(273), - [sym_REJECT] = ACTIONS(427), - [sym_TRANSPORT] = ACTIONS(421), - [sym_UNAFFECTED] = ACTIONS(429), - [sym_XNOR] = ACTIONS(273), - [sym_XOR] = ACTIONS(273), - [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(431), - [sym_decimal_float] = ACTIONS(431), - [sym_based_base] = ACTIONS(433), - [sym_character_literal] = ACTIONS(435), - [sym_string_literal] = ACTIONS(425), - [sym_string_literal_std_logic] = ACTIONS(425), - [sym_bit_string_length] = ACTIONS(437), - [sym_bit_string_base] = ACTIONS(439), - [sym_operator_symbol] = ACTIONS(435), - [sym__line_comment_start] = ACTIONS(5), - [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(417), - [sym_library_constant_boolean] = ACTIONS(425), - [sym_library_constant_character] = ACTIONS(425), - [sym_library_constant_debug] = ACTIONS(425), - [sym_library_constant_env] = ACTIONS(425), - [sym_library_constant_standard] = ACTIONS(425), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(417), - [sym_library_type] = ACTIONS(417), - }, - [87] = { - [sym__expression] = STATE(1519), - [sym_condition_expression] = STATE(2536), - [sym_logical_expression] = STATE(2536), - [sym_relational_expression] = STATE(2536), - [sym_shift_expression] = STATE(2536), - [sym_simple_expression] = STATE(2536), - [sym_unary_operator] = STATE(704), - [sym_sign] = STATE(705), - [sym__primary] = STATE(2508), - [sym_name] = STATE(2509), - [sym__direct_name] = STATE(777), - [sym__identifier] = STATE(1411), - [sym__external_name] = STATE(1411), - [sym_external_constant_name] = STATE(1412), - [sym_external_signal_name] = STATE(1412), - [sym_external_variable_name] = STATE(1412), - [sym__literal] = STATE(2510), - [sym_bit_string_literal] = STATE(2506), - [sym__abstract_literal] = STATE(1408), - [sym_based_literal] = STATE(1627), - [sym_allocator] = STATE(2509), - [sym_parenthesis_expression] = STATE(2509), - [sym__tool_directive] = STATE(87), - [sym_selected_waveforms] = STATE(8157), - [sym_waveform] = STATE(6286), - [sym_waveform_element] = STATE(5397), - [sym_delay_mechanism] = STATE(318), - [sym_line_comment] = STATE(87), - [sym_block_comment] = STATE(87), - [aux_sym_selected_waveforms_repeat1] = STATE(339), - [anon_sym_LPAREN] = ACTIONS(411), - [sym_condition_conversion] = ACTIONS(413), - [anon_sym_PLUS] = ACTIONS(267), - [anon_sym_DASH] = ACTIONS(267), - [anon_sym_LT_LT] = ACTIONS(415), - [sym_identifier] = ACTIONS(417), - [sym_ABS] = ACTIONS(273), - [sym_AND] = ACTIONS(273), - [sym_GUARDED] = ACTIONS(654), - [sym_INERTIAL] = ACTIONS(421), - [sym_NAND] = ACTIONS(273), - [sym_NEW] = ACTIONS(423), - [sym_NOR] = ACTIONS(273), - [sym_NOT] = ACTIONS(273), - [sym_NULL] = ACTIONS(425), - [sym_OR] = ACTIONS(273), - [sym_REJECT] = ACTIONS(427), - [sym_TRANSPORT] = ACTIONS(421), - [sym_UNAFFECTED] = ACTIONS(429), - [sym_XNOR] = ACTIONS(273), - [sym_XOR] = ACTIONS(273), - [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(431), - [sym_decimal_float] = ACTIONS(431), - [sym_based_base] = ACTIONS(433), - [sym_character_literal] = ACTIONS(435), - [sym_string_literal] = ACTIONS(425), - [sym_string_literal_std_logic] = ACTIONS(425), - [sym_bit_string_length] = ACTIONS(437), - [sym_bit_string_base] = ACTIONS(439), - [sym_operator_symbol] = ACTIONS(435), - [sym__line_comment_start] = ACTIONS(5), - [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(417), - [sym_library_constant_boolean] = ACTIONS(425), - [sym_library_constant_character] = ACTIONS(425), - [sym_library_constant_debug] = ACTIONS(425), - [sym_library_constant_env] = ACTIONS(425), - [sym_library_constant_standard] = ACTIONS(425), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(417), - [sym_library_type] = ACTIONS(417), - }, [88] = { - [sym__expression] = STATE(1519), - [sym_condition_expression] = STATE(2536), - [sym_logical_expression] = STATE(2536), - [sym_relational_expression] = STATE(2536), - [sym_shift_expression] = STATE(2536), - [sym_simple_expression] = STATE(2536), - [sym_unary_operator] = STATE(704), - [sym_sign] = STATE(705), - [sym__primary] = STATE(2508), - [sym_name] = STATE(2509), - [sym__direct_name] = STATE(777), - [sym__identifier] = STATE(1411), - [sym__external_name] = STATE(1411), - [sym_external_constant_name] = STATE(1412), - [sym_external_signal_name] = STATE(1412), - [sym_external_variable_name] = STATE(1412), - [sym__literal] = STATE(2510), - [sym_bit_string_literal] = STATE(2506), - [sym__abstract_literal] = STATE(1408), - [sym_based_literal] = STATE(1627), - [sym_allocator] = STATE(2509), - [sym_parenthesis_expression] = STATE(2509), + [sym__expression] = STATE(1550), + [sym_condition_expression] = STATE(2503), + [sym_logical_expression] = STATE(2503), + [sym_relational_expression] = STATE(2503), + [sym_shift_expression] = STATE(2503), + [sym_simple_expression] = STATE(2503), + [sym_unary_operator] = STATE(699), + [sym_sign] = STATE(700), + [sym__primary] = STATE(2502), + [sym_name] = STATE(2501), + [sym__direct_name] = STATE(764), + [sym__identifier] = STATE(1352), + [sym__external_name] = STATE(1352), + [sym_external_constant_name] = STATE(1351), + [sym_external_signal_name] = STATE(1351), + [sym_external_variable_name] = STATE(1351), + [sym__literal] = STATE(2500), + [sym_bit_string_literal] = STATE(2505), + [sym__abstract_literal] = STATE(1399), + [sym_based_literal] = STATE(1466), + [sym_allocator] = STATE(2501), + [sym_parenthesis_expression] = STATE(2501), [sym__tool_directive] = STATE(88), - [sym_selected_waveforms] = STATE(8178), - [sym_waveform] = STATE(6286), - [sym_waveform_element] = STATE(5397), - [sym_delay_mechanism] = STATE(320), + [sym_selected_waveforms] = STATE(7615), + [sym_waveform] = STATE(6284), + [sym_waveform_element] = STATE(5497), + [sym_delay_mechanism] = STATE(266), [sym_line_comment] = STATE(88), [sym_block_comment] = STATE(88), - [aux_sym_selected_waveforms_repeat1] = STATE(339), - [anon_sym_LPAREN] = ACTIONS(411), - [sym_condition_conversion] = ACTIONS(413), + [aux_sym_selected_waveforms_repeat1] = STATE(326), + [anon_sym_LPAREN] = ACTIONS(415), + [sym_condition_conversion] = ACTIONS(417), [anon_sym_PLUS] = ACTIONS(267), [anon_sym_DASH] = ACTIONS(267), - [anon_sym_LT_LT] = ACTIONS(415), - [sym_identifier] = ACTIONS(417), + [anon_sym_LT_LT] = ACTIONS(419), + [sym_identifier] = ACTIONS(421), [sym_ABS] = ACTIONS(273), [sym_AND] = ACTIONS(273), - [sym_GUARDED] = ACTIONS(656), - [sym_INERTIAL] = ACTIONS(421), + [sym_GUARDED] = ACTIONS(662), + [sym_INERTIAL] = ACTIONS(425), [sym_NAND] = ACTIONS(273), - [sym_NEW] = ACTIONS(423), + [sym_NEW] = ACTIONS(427), [sym_NOR] = ACTIONS(273), [sym_NOT] = ACTIONS(273), - [sym_NULL] = ACTIONS(425), + [sym_NULL] = ACTIONS(429), [sym_OR] = ACTIONS(273), - [sym_REJECT] = ACTIONS(427), - [sym_TRANSPORT] = ACTIONS(421), - [sym_UNAFFECTED] = ACTIONS(429), + [sym_REJECT] = ACTIONS(431), + [sym_TRANSPORT] = ACTIONS(425), + [sym_UNAFFECTED] = ACTIONS(435), [sym_XNOR] = ACTIONS(273), [sym_XOR] = ACTIONS(273), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(431), - [sym_decimal_float] = ACTIONS(431), - [sym_based_base] = ACTIONS(433), - [sym_character_literal] = ACTIONS(435), - [sym_string_literal] = ACTIONS(425), - [sym_string_literal_std_logic] = ACTIONS(425), - [sym_bit_string_length] = ACTIONS(437), - [sym_bit_string_base] = ACTIONS(439), - [sym_operator_symbol] = ACTIONS(435), + [sym_decimal_integer] = ACTIONS(437), + [sym_decimal_float] = ACTIONS(437), + [sym_based_base] = ACTIONS(439), + [sym_character_literal] = ACTIONS(441), + [sym_string_literal] = ACTIONS(429), + [sym_string_literal_std_logic] = ACTIONS(429), + [sym_bit_string_length] = ACTIONS(443), + [sym_bit_string_base] = ACTIONS(445), + [sym_operator_symbol] = ACTIONS(441), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(417), - [sym_library_constant_boolean] = ACTIONS(425), - [sym_library_constant_character] = ACTIONS(425), - [sym_library_constant_debug] = ACTIONS(425), - [sym_library_constant_env] = ACTIONS(425), - [sym_library_constant_standard] = ACTIONS(425), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(417), - [sym_library_type] = ACTIONS(417), + [sym_library_constant] = ACTIONS(421), + [sym_library_constant_boolean] = ACTIONS(429), + [sym_library_constant_character] = ACTIONS(429), + [sym_library_constant_debug] = ACTIONS(429), + [sym_library_constant_env] = ACTIONS(429), + [sym_library_constant_standard] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(441), + [sym_library_function] = ACTIONS(421), + [sym_library_type] = ACTIONS(421), }, [89] = { - [sym__expression] = STATE(1519), - [sym_condition_expression] = STATE(2536), - [sym_logical_expression] = STATE(2536), - [sym_relational_expression] = STATE(2536), - [sym_shift_expression] = STATE(2536), - [sym_simple_expression] = STATE(2536), - [sym_unary_operator] = STATE(704), - [sym_sign] = STATE(705), - [sym__primary] = STATE(2508), - [sym_name] = STATE(2509), - [sym__direct_name] = STATE(777), - [sym__identifier] = STATE(1411), - [sym__external_name] = STATE(1411), - [sym_external_constant_name] = STATE(1412), - [sym_external_signal_name] = STATE(1412), - [sym_external_variable_name] = STATE(1412), - [sym__literal] = STATE(2510), - [sym_bit_string_literal] = STATE(2506), - [sym__abstract_literal] = STATE(1408), - [sym_based_literal] = STATE(1627), - [sym_allocator] = STATE(2509), - [sym_parenthesis_expression] = STATE(2509), + [sym_conditional_expression] = STATE(6473), + [sym__expression] = STATE(1033), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(2425), + [sym_unary_operator] = STATE(657), + [sym_sign] = STATE(661), + [sym__primary] = STATE(1990), + [sym_name] = STATE(2432), + [sym__direct_name] = STATE(736), + [sym__identifier] = STATE(954), + [sym__external_name] = STATE(954), + [sym_external_constant_name] = STATE(929), + [sym_external_signal_name] = STATE(929), + [sym_external_variable_name] = STATE(929), + [sym_association_or_range_list] = STATE(8029), + [sym__association_or_range] = STATE(5712), + [sym_association_element] = STATE(6523), + [sym__actual_part] = STATE(6481), + [sym__literal] = STATE(1992), + [sym_bit_string_literal] = STATE(1984), + [sym__abstract_literal] = STATE(964), + [sym_based_literal] = STATE(1073), + [sym_allocator] = STATE(1991), + [sym_parenthesis_expression] = STATE(1991), + [sym__range] = STATE(6523), + [sym_simple_range] = STATE(4995), [sym__tool_directive] = STATE(89), - [sym_waveform] = STATE(5938), - [sym_waveform_element] = STATE(5397), - [sym_conditional_waveforms] = STATE(8192), - [sym_delay_mechanism] = STATE(348), [sym_line_comment] = STATE(89), [sym_block_comment] = STATE(89), - [anon_sym_LPAREN] = ACTIONS(411), - [sym_condition_conversion] = ACTIONS(413), + [anon_sym_LPAREN] = ACTIONS(263), + [anon_sym_RPAREN] = ACTIONS(664), + [sym_condition_conversion] = ACTIONS(265), [anon_sym_PLUS] = ACTIONS(267), [anon_sym_DASH] = ACTIONS(267), - [anon_sym_LT_LT] = ACTIONS(415), - [sym_identifier] = ACTIONS(417), + [anon_sym_LT_LT] = ACTIONS(401), + [sym_identifier] = ACTIONS(403), [sym_ABS] = ACTIONS(273), [sym_AND] = ACTIONS(273), - [sym_FORCE] = ACTIONS(658), - [sym_INERTIAL] = ACTIONS(421), + [sym_INERTIAL] = ACTIONS(405), [sym_NAND] = ACTIONS(273), - [sym_NEW] = ACTIONS(423), + [sym_NEW] = ACTIONS(275), [sym_NOR] = ACTIONS(273), [sym_NOT] = ACTIONS(273), - [sym_NULL] = ACTIONS(425), + [sym_NULL] = ACTIONS(277), + [sym_OPEN] = ACTIONS(407), [sym_OR] = ACTIONS(273), - [sym_REJECT] = ACTIONS(427), - [sym_RELEASE] = ACTIONS(660), - [sym_TRANSPORT] = ACTIONS(421), - [sym_UNAFFECTED] = ACTIONS(429), [sym_XNOR] = ACTIONS(273), [sym_XOR] = ACTIONS(273), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(431), - [sym_decimal_float] = ACTIONS(431), - [sym_based_base] = ACTIONS(433), - [sym_character_literal] = ACTIONS(435), - [sym_string_literal] = ACTIONS(425), - [sym_string_literal_std_logic] = ACTIONS(425), - [sym_bit_string_length] = ACTIONS(437), - [sym_bit_string_base] = ACTIONS(439), - [sym_operator_symbol] = ACTIONS(435), + [sym_decimal_integer] = ACTIONS(283), + [sym_decimal_float] = ACTIONS(283), + [sym_based_base] = ACTIONS(285), + [sym_character_literal] = ACTIONS(409), + [sym_string_literal] = ACTIONS(277), + [sym_string_literal_std_logic] = ACTIONS(277), + [sym_bit_string_length] = ACTIONS(289), + [sym_bit_string_base] = ACTIONS(291), + [sym_operator_symbol] = ACTIONS(409), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(417), - [sym_library_constant_boolean] = ACTIONS(425), - [sym_library_constant_character] = ACTIONS(425), - [sym_library_constant_debug] = ACTIONS(425), - [sym_library_constant_env] = ACTIONS(425), - [sym_library_constant_standard] = ACTIONS(425), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(417), - [sym_library_type] = ACTIONS(417), + [sym_library_constant] = ACTIONS(403), + [sym_library_constant_boolean] = ACTIONS(277), + [sym_library_constant_character] = ACTIONS(277), + [sym_library_constant_debug] = ACTIONS(277), + [sym_library_constant_env] = ACTIONS(277), + [sym_library_constant_standard] = ACTIONS(277), + [sym_library_constant_std_logic] = ACTIONS(409), + [sym_library_function] = ACTIONS(403), + [sym_library_type] = ACTIONS(403), }, [90] = { - [sym__expression] = STATE(1519), - [sym_condition_expression] = STATE(2536), - [sym_logical_expression] = STATE(2536), - [sym_relational_expression] = STATE(2536), - [sym_shift_expression] = STATE(2536), - [sym_simple_expression] = STATE(2536), - [sym_unary_operator] = STATE(704), - [sym_sign] = STATE(705), - [sym__primary] = STATE(2508), - [sym_name] = STATE(2509), - [sym__direct_name] = STATE(777), - [sym__identifier] = STATE(1411), - [sym__external_name] = STATE(1411), - [sym_external_constant_name] = STATE(1412), - [sym_external_signal_name] = STATE(1412), - [sym_external_variable_name] = STATE(1412), - [sym__literal] = STATE(2510), - [sym_bit_string_literal] = STATE(2506), - [sym__abstract_literal] = STATE(1408), - [sym_based_literal] = STATE(1627), - [sym_allocator] = STATE(2509), - [sym_parenthesis_expression] = STATE(2509), + [sym_conditional_expression] = STATE(6473), + [sym__expression] = STATE(1033), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(2425), + [sym_unary_operator] = STATE(657), + [sym_sign] = STATE(661), + [sym__primary] = STATE(1990), + [sym_name] = STATE(2432), + [sym__direct_name] = STATE(736), + [sym__identifier] = STATE(954), + [sym__external_name] = STATE(954), + [sym_external_constant_name] = STATE(929), + [sym_external_signal_name] = STATE(929), + [sym_external_variable_name] = STATE(929), + [sym_association_or_range_list] = STATE(7151), + [sym__association_or_range] = STATE(5712), + [sym_association_element] = STATE(6523), + [sym__actual_part] = STATE(6481), + [sym__literal] = STATE(1992), + [sym_bit_string_literal] = STATE(1984), + [sym__abstract_literal] = STATE(964), + [sym_based_literal] = STATE(1073), + [sym_allocator] = STATE(1991), + [sym_parenthesis_expression] = STATE(1991), + [sym__range] = STATE(6523), + [sym_simple_range] = STATE(4995), [sym__tool_directive] = STATE(90), - [sym_selected_waveforms] = STATE(8230), - [sym_waveform] = STATE(6286), - [sym_waveform_element] = STATE(5397), - [sym_delay_mechanism] = STATE(239), [sym_line_comment] = STATE(90), [sym_block_comment] = STATE(90), - [aux_sym_selected_waveforms_repeat1] = STATE(339), - [anon_sym_LPAREN] = ACTIONS(411), - [sym_condition_conversion] = ACTIONS(413), + [anon_sym_LPAREN] = ACTIONS(263), + [anon_sym_RPAREN] = ACTIONS(666), + [sym_condition_conversion] = ACTIONS(265), [anon_sym_PLUS] = ACTIONS(267), [anon_sym_DASH] = ACTIONS(267), - [anon_sym_LT_LT] = ACTIONS(415), - [sym_identifier] = ACTIONS(417), + [anon_sym_LT_LT] = ACTIONS(401), + [sym_identifier] = ACTIONS(403), [sym_ABS] = ACTIONS(273), [sym_AND] = ACTIONS(273), - [sym_FORCE] = ACTIONS(662), - [sym_INERTIAL] = ACTIONS(421), + [sym_INERTIAL] = ACTIONS(405), [sym_NAND] = ACTIONS(273), - [sym_NEW] = ACTIONS(423), + [sym_NEW] = ACTIONS(275), [sym_NOR] = ACTIONS(273), [sym_NOT] = ACTIONS(273), - [sym_NULL] = ACTIONS(425), + [sym_NULL] = ACTIONS(277), + [sym_OPEN] = ACTIONS(407), [sym_OR] = ACTIONS(273), - [sym_REJECT] = ACTIONS(427), - [sym_TRANSPORT] = ACTIONS(421), - [sym_UNAFFECTED] = ACTIONS(429), [sym_XNOR] = ACTIONS(273), [sym_XOR] = ACTIONS(273), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(431), - [sym_decimal_float] = ACTIONS(431), - [sym_based_base] = ACTIONS(433), - [sym_character_literal] = ACTIONS(435), - [sym_string_literal] = ACTIONS(425), - [sym_string_literal_std_logic] = ACTIONS(425), - [sym_bit_string_length] = ACTIONS(437), - [sym_bit_string_base] = ACTIONS(439), - [sym_operator_symbol] = ACTIONS(435), + [sym_decimal_integer] = ACTIONS(283), + [sym_decimal_float] = ACTIONS(283), + [sym_based_base] = ACTIONS(285), + [sym_character_literal] = ACTIONS(409), + [sym_string_literal] = ACTIONS(277), + [sym_string_literal_std_logic] = ACTIONS(277), + [sym_bit_string_length] = ACTIONS(289), + [sym_bit_string_base] = ACTIONS(291), + [sym_operator_symbol] = ACTIONS(409), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(417), - [sym_library_constant_boolean] = ACTIONS(425), - [sym_library_constant_character] = ACTIONS(425), - [sym_library_constant_debug] = ACTIONS(425), - [sym_library_constant_env] = ACTIONS(425), - [sym_library_constant_standard] = ACTIONS(425), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(417), - [sym_library_type] = ACTIONS(417), + [sym_library_constant] = ACTIONS(403), + [sym_library_constant_boolean] = ACTIONS(277), + [sym_library_constant_character] = ACTIONS(277), + [sym_library_constant_debug] = ACTIONS(277), + [sym_library_constant_env] = ACTIONS(277), + [sym_library_constant_standard] = ACTIONS(277), + [sym_library_constant_std_logic] = ACTIONS(409), + [sym_library_function] = ACTIONS(403), + [sym_library_type] = ACTIONS(403), }, [91] = { - [sym__expression] = STATE(1519), - [sym_condition_expression] = STATE(2536), - [sym_logical_expression] = STATE(2536), - [sym_relational_expression] = STATE(2536), - [sym_shift_expression] = STATE(2536), - [sym_simple_expression] = STATE(2536), - [sym_unary_operator] = STATE(704), - [sym_sign] = STATE(705), - [sym__primary] = STATE(2508), - [sym_name] = STATE(2509), - [sym__direct_name] = STATE(777), - [sym__identifier] = STATE(1411), - [sym__external_name] = STATE(1411), - [sym_external_constant_name] = STATE(1412), - [sym_external_signal_name] = STATE(1412), - [sym_external_variable_name] = STATE(1412), - [sym__literal] = STATE(2510), - [sym_bit_string_literal] = STATE(2506), - [sym__abstract_literal] = STATE(1408), - [sym_based_literal] = STATE(1627), - [sym_allocator] = STATE(2509), - [sym_parenthesis_expression] = STATE(2509), + [sym_conditional_expression] = STATE(6473), + [sym__expression] = STATE(1033), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(2425), + [sym_unary_operator] = STATE(657), + [sym_sign] = STATE(661), + [sym__primary] = STATE(1990), + [sym_name] = STATE(2432), + [sym__direct_name] = STATE(736), + [sym__identifier] = STATE(954), + [sym__external_name] = STATE(954), + [sym_external_constant_name] = STATE(929), + [sym_external_signal_name] = STATE(929), + [sym_external_variable_name] = STATE(929), + [sym_association_or_range_list] = STATE(7840), + [sym__association_or_range] = STATE(5712), + [sym_association_element] = STATE(6523), + [sym__actual_part] = STATE(6481), + [sym__literal] = STATE(1992), + [sym_bit_string_literal] = STATE(1984), + [sym__abstract_literal] = STATE(964), + [sym_based_literal] = STATE(1073), + [sym_allocator] = STATE(1991), + [sym_parenthesis_expression] = STATE(1991), + [sym__range] = STATE(6523), + [sym_simple_range] = STATE(4995), [sym__tool_directive] = STATE(91), - [sym_waveform] = STATE(5948), - [sym_waveform_element] = STATE(5397), - [sym_conditional_waveforms] = STATE(8234), - [sym_delay_mechanism] = STATE(350), [sym_line_comment] = STATE(91), [sym_block_comment] = STATE(91), - [anon_sym_LPAREN] = ACTIONS(411), - [sym_condition_conversion] = ACTIONS(413), + [anon_sym_LPAREN] = ACTIONS(263), + [anon_sym_RPAREN] = ACTIONS(668), + [sym_condition_conversion] = ACTIONS(265), [anon_sym_PLUS] = ACTIONS(267), [anon_sym_DASH] = ACTIONS(267), - [anon_sym_LT_LT] = ACTIONS(415), - [sym_identifier] = ACTIONS(417), + [anon_sym_LT_LT] = ACTIONS(401), + [sym_identifier] = ACTIONS(403), [sym_ABS] = ACTIONS(273), [sym_AND] = ACTIONS(273), - [sym_FORCE] = ACTIONS(664), - [sym_INERTIAL] = ACTIONS(421), + [sym_INERTIAL] = ACTIONS(405), [sym_NAND] = ACTIONS(273), - [sym_NEW] = ACTIONS(423), + [sym_NEW] = ACTIONS(275), [sym_NOR] = ACTIONS(273), [sym_NOT] = ACTIONS(273), - [sym_NULL] = ACTIONS(425), + [sym_NULL] = ACTIONS(277), + [sym_OPEN] = ACTIONS(407), [sym_OR] = ACTIONS(273), - [sym_REJECT] = ACTIONS(427), - [sym_RELEASE] = ACTIONS(666), - [sym_TRANSPORT] = ACTIONS(421), - [sym_UNAFFECTED] = ACTIONS(429), [sym_XNOR] = ACTIONS(273), [sym_XOR] = ACTIONS(273), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(431), - [sym_decimal_float] = ACTIONS(431), - [sym_based_base] = ACTIONS(433), - [sym_character_literal] = ACTIONS(435), - [sym_string_literal] = ACTIONS(425), - [sym_string_literal_std_logic] = ACTIONS(425), - [sym_bit_string_length] = ACTIONS(437), - [sym_bit_string_base] = ACTIONS(439), - [sym_operator_symbol] = ACTIONS(435), + [sym_decimal_integer] = ACTIONS(283), + [sym_decimal_float] = ACTIONS(283), + [sym_based_base] = ACTIONS(285), + [sym_character_literal] = ACTIONS(409), + [sym_string_literal] = ACTIONS(277), + [sym_string_literal_std_logic] = ACTIONS(277), + [sym_bit_string_length] = ACTIONS(289), + [sym_bit_string_base] = ACTIONS(291), + [sym_operator_symbol] = ACTIONS(409), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(417), - [sym_library_constant_boolean] = ACTIONS(425), - [sym_library_constant_character] = ACTIONS(425), - [sym_library_constant_debug] = ACTIONS(425), - [sym_library_constant_env] = ACTIONS(425), - [sym_library_constant_standard] = ACTIONS(425), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(417), - [sym_library_type] = ACTIONS(417), + [sym_library_constant] = ACTIONS(403), + [sym_library_constant_boolean] = ACTIONS(277), + [sym_library_constant_character] = ACTIONS(277), + [sym_library_constant_debug] = ACTIONS(277), + [sym_library_constant_env] = ACTIONS(277), + [sym_library_constant_standard] = ACTIONS(277), + [sym_library_constant_std_logic] = ACTIONS(409), + [sym_library_function] = ACTIONS(403), + [sym_library_type] = ACTIONS(403), }, [92] = { - [sym__expression] = STATE(1519), - [sym_condition_expression] = STATE(2536), - [sym_logical_expression] = STATE(2536), - [sym_relational_expression] = STATE(2536), - [sym_shift_expression] = STATE(2536), - [sym_simple_expression] = STATE(2536), - [sym_unary_operator] = STATE(704), - [sym_sign] = STATE(705), - [sym__primary] = STATE(2508), - [sym_name] = STATE(2509), - [sym__direct_name] = STATE(777), - [sym__identifier] = STATE(1411), - [sym__external_name] = STATE(1411), - [sym_external_constant_name] = STATE(1412), - [sym_external_signal_name] = STATE(1412), - [sym_external_variable_name] = STATE(1412), - [sym__literal] = STATE(2510), - [sym_bit_string_literal] = STATE(2506), - [sym__abstract_literal] = STATE(1408), - [sym_based_literal] = STATE(1627), - [sym_allocator] = STATE(2509), - [sym_parenthesis_expression] = STATE(2509), + [sym_conditional_expression] = STATE(6473), + [sym__expression] = STATE(1033), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(2425), + [sym_unary_operator] = STATE(657), + [sym_sign] = STATE(661), + [sym__primary] = STATE(1990), + [sym_name] = STATE(2432), + [sym__direct_name] = STATE(736), + [sym__identifier] = STATE(954), + [sym__external_name] = STATE(954), + [sym_external_constant_name] = STATE(929), + [sym_external_signal_name] = STATE(929), + [sym_external_variable_name] = STATE(929), + [sym_association_or_range_list] = STATE(7596), + [sym__association_or_range] = STATE(5712), + [sym_association_element] = STATE(6523), + [sym__actual_part] = STATE(6481), + [sym__literal] = STATE(1992), + [sym_bit_string_literal] = STATE(1984), + [sym__abstract_literal] = STATE(964), + [sym_based_literal] = STATE(1073), + [sym_allocator] = STATE(1991), + [sym_parenthesis_expression] = STATE(1991), + [sym__range] = STATE(6523), + [sym_simple_range] = STATE(4995), [sym__tool_directive] = STATE(92), - [sym_selected_waveforms] = STATE(8222), - [sym_waveform] = STATE(6286), - [sym_waveform_element] = STATE(5397), - [sym_delay_mechanism] = STATE(323), [sym_line_comment] = STATE(92), [sym_block_comment] = STATE(92), - [aux_sym_selected_waveforms_repeat1] = STATE(339), - [anon_sym_LPAREN] = ACTIONS(411), - [sym_condition_conversion] = ACTIONS(413), + [anon_sym_LPAREN] = ACTIONS(263), + [anon_sym_RPAREN] = ACTIONS(670), + [sym_condition_conversion] = ACTIONS(265), [anon_sym_PLUS] = ACTIONS(267), [anon_sym_DASH] = ACTIONS(267), - [anon_sym_LT_LT] = ACTIONS(415), - [sym_identifier] = ACTIONS(417), + [anon_sym_LT_LT] = ACTIONS(401), + [sym_identifier] = ACTIONS(403), [sym_ABS] = ACTIONS(273), [sym_AND] = ACTIONS(273), - [sym_GUARDED] = ACTIONS(668), - [sym_INERTIAL] = ACTIONS(421), + [sym_INERTIAL] = ACTIONS(405), [sym_NAND] = ACTIONS(273), - [sym_NEW] = ACTIONS(423), + [sym_NEW] = ACTIONS(275), [sym_NOR] = ACTIONS(273), [sym_NOT] = ACTIONS(273), - [sym_NULL] = ACTIONS(425), + [sym_NULL] = ACTIONS(277), + [sym_OPEN] = ACTIONS(407), [sym_OR] = ACTIONS(273), - [sym_REJECT] = ACTIONS(427), - [sym_TRANSPORT] = ACTIONS(421), - [sym_UNAFFECTED] = ACTIONS(429), [sym_XNOR] = ACTIONS(273), [sym_XOR] = ACTIONS(273), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(431), - [sym_decimal_float] = ACTIONS(431), - [sym_based_base] = ACTIONS(433), - [sym_character_literal] = ACTIONS(435), - [sym_string_literal] = ACTIONS(425), - [sym_string_literal_std_logic] = ACTIONS(425), - [sym_bit_string_length] = ACTIONS(437), - [sym_bit_string_base] = ACTIONS(439), - [sym_operator_symbol] = ACTIONS(435), + [sym_decimal_integer] = ACTIONS(283), + [sym_decimal_float] = ACTIONS(283), + [sym_based_base] = ACTIONS(285), + [sym_character_literal] = ACTIONS(409), + [sym_string_literal] = ACTIONS(277), + [sym_string_literal_std_logic] = ACTIONS(277), + [sym_bit_string_length] = ACTIONS(289), + [sym_bit_string_base] = ACTIONS(291), + [sym_operator_symbol] = ACTIONS(409), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(417), - [sym_library_constant_boolean] = ACTIONS(425), - [sym_library_constant_character] = ACTIONS(425), - [sym_library_constant_debug] = ACTIONS(425), - [sym_library_constant_env] = ACTIONS(425), - [sym_library_constant_standard] = ACTIONS(425), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(417), - [sym_library_type] = ACTIONS(417), + [sym_library_constant] = ACTIONS(403), + [sym_library_constant_boolean] = ACTIONS(277), + [sym_library_constant_character] = ACTIONS(277), + [sym_library_constant_debug] = ACTIONS(277), + [sym_library_constant_env] = ACTIONS(277), + [sym_library_constant_standard] = ACTIONS(277), + [sym_library_constant_std_logic] = ACTIONS(409), + [sym_library_function] = ACTIONS(403), + [sym_library_type] = ACTIONS(403), }, [93] = { - [sym__expression] = STATE(1519), - [sym_condition_expression] = STATE(2536), - [sym_logical_expression] = STATE(2536), - [sym_relational_expression] = STATE(2536), - [sym_shift_expression] = STATE(2536), - [sym_simple_expression] = STATE(2536), - [sym_unary_operator] = STATE(704), - [sym_sign] = STATE(705), - [sym__primary] = STATE(2508), - [sym_name] = STATE(2509), - [sym__direct_name] = STATE(777), - [sym__identifier] = STATE(1411), - [sym__external_name] = STATE(1411), - [sym_external_constant_name] = STATE(1412), - [sym_external_signal_name] = STATE(1412), - [sym_external_variable_name] = STATE(1412), - [sym__literal] = STATE(2510), - [sym_bit_string_literal] = STATE(2506), - [sym__abstract_literal] = STATE(1408), - [sym_based_literal] = STATE(1627), - [sym_allocator] = STATE(2509), - [sym_parenthesis_expression] = STATE(2509), + [sym_conditional_expression] = STATE(6473), + [sym__expression] = STATE(1033), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(2425), + [sym_unary_operator] = STATE(657), + [sym_sign] = STATE(661), + [sym__primary] = STATE(1990), + [sym_name] = STATE(2432), + [sym__direct_name] = STATE(736), + [sym__identifier] = STATE(954), + [sym__external_name] = STATE(954), + [sym_external_constant_name] = STATE(929), + [sym_external_signal_name] = STATE(929), + [sym_external_variable_name] = STATE(929), + [sym_association_or_range_list] = STATE(7658), + [sym__association_or_range] = STATE(5712), + [sym_association_element] = STATE(6523), + [sym__actual_part] = STATE(6481), + [sym__literal] = STATE(1992), + [sym_bit_string_literal] = STATE(1984), + [sym__abstract_literal] = STATE(964), + [sym_based_literal] = STATE(1073), + [sym_allocator] = STATE(1991), + [sym_parenthesis_expression] = STATE(1991), + [sym__range] = STATE(6523), + [sym_simple_range] = STATE(4995), [sym__tool_directive] = STATE(93), - [sym_selected_waveforms] = STATE(8256), - [sym_waveform] = STATE(6286), - [sym_waveform_element] = STATE(5397), - [sym_delay_mechanism] = STATE(240), [sym_line_comment] = STATE(93), [sym_block_comment] = STATE(93), - [aux_sym_selected_waveforms_repeat1] = STATE(339), - [anon_sym_LPAREN] = ACTIONS(411), - [sym_condition_conversion] = ACTIONS(413), + [anon_sym_LPAREN] = ACTIONS(263), + [anon_sym_RPAREN] = ACTIONS(672), + [sym_condition_conversion] = ACTIONS(265), [anon_sym_PLUS] = ACTIONS(267), [anon_sym_DASH] = ACTIONS(267), - [anon_sym_LT_LT] = ACTIONS(415), - [sym_identifier] = ACTIONS(417), + [anon_sym_LT_LT] = ACTIONS(401), + [sym_identifier] = ACTIONS(403), [sym_ABS] = ACTIONS(273), [sym_AND] = ACTIONS(273), - [sym_FORCE] = ACTIONS(670), - [sym_INERTIAL] = ACTIONS(421), + [sym_INERTIAL] = ACTIONS(405), [sym_NAND] = ACTIONS(273), - [sym_NEW] = ACTIONS(423), + [sym_NEW] = ACTIONS(275), [sym_NOR] = ACTIONS(273), [sym_NOT] = ACTIONS(273), - [sym_NULL] = ACTIONS(425), + [sym_NULL] = ACTIONS(277), + [sym_OPEN] = ACTIONS(407), [sym_OR] = ACTIONS(273), - [sym_REJECT] = ACTIONS(427), - [sym_TRANSPORT] = ACTIONS(421), - [sym_UNAFFECTED] = ACTIONS(429), [sym_XNOR] = ACTIONS(273), [sym_XOR] = ACTIONS(273), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(431), - [sym_decimal_float] = ACTIONS(431), - [sym_based_base] = ACTIONS(433), - [sym_character_literal] = ACTIONS(435), - [sym_string_literal] = ACTIONS(425), - [sym_string_literal_std_logic] = ACTIONS(425), - [sym_bit_string_length] = ACTIONS(437), - [sym_bit_string_base] = ACTIONS(439), - [sym_operator_symbol] = ACTIONS(435), + [sym_decimal_integer] = ACTIONS(283), + [sym_decimal_float] = ACTIONS(283), + [sym_based_base] = ACTIONS(285), + [sym_character_literal] = ACTIONS(409), + [sym_string_literal] = ACTIONS(277), + [sym_string_literal_std_logic] = ACTIONS(277), + [sym_bit_string_length] = ACTIONS(289), + [sym_bit_string_base] = ACTIONS(291), + [sym_operator_symbol] = ACTIONS(409), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(417), - [sym_library_constant_boolean] = ACTIONS(425), - [sym_library_constant_character] = ACTIONS(425), - [sym_library_constant_debug] = ACTIONS(425), - [sym_library_constant_env] = ACTIONS(425), - [sym_library_constant_standard] = ACTIONS(425), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(417), - [sym_library_type] = ACTIONS(417), + [sym_library_constant] = ACTIONS(403), + [sym_library_constant_boolean] = ACTIONS(277), + [sym_library_constant_character] = ACTIONS(277), + [sym_library_constant_debug] = ACTIONS(277), + [sym_library_constant_env] = ACTIONS(277), + [sym_library_constant_standard] = ACTIONS(277), + [sym_library_constant_std_logic] = ACTIONS(409), + [sym_library_function] = ACTIONS(403), + [sym_library_type] = ACTIONS(403), }, [94] = { - [sym_use_clause] = STATE(2040), - [sym_package_declaration] = STATE(2040), - [sym_package_instantiation_declaration] = STATE(2040), - [sym_package_definition] = STATE(2040), - [sym__block_declarative_item] = STATE(2029), - [sym_subprogram_declaration] = STATE(2040), - [sym_subprogram_definition] = STATE(2040), - [sym_subprogram_instantiation_declaration] = STATE(2040), - [sym_type_declaration] = STATE(2040), - [sym_subtype_declaration] = STATE(2040), - [sym_mode_view_declaration] = STATE(2040), - [sym_constant_declaration] = STATE(2040), - [sym_signal_declaration] = STATE(2040), - [sym_variable_declaration] = STATE(2040), - [sym_file_declaration] = STATE(2040), - [sym_alias_declaration] = STATE(2040), - [sym_component_declaration] = STATE(2040), - [sym_attribute_declaration] = STATE(2040), - [sym_attribute_specification] = STATE(2040), - [sym_disconnection_specification] = STATE(2040), - [sym_group_template_declaration] = STATE(2040), - [sym_group_declaration] = STATE(2040), + [sym_conditional_expression] = STATE(6473), + [sym__expression] = STATE(1033), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(2425), + [sym_unary_operator] = STATE(657), + [sym_sign] = STATE(661), + [sym__primary] = STATE(1990), + [sym_name] = STATE(2432), + [sym__direct_name] = STATE(736), + [sym__identifier] = STATE(954), + [sym__external_name] = STATE(954), + [sym_external_constant_name] = STATE(929), + [sym_external_signal_name] = STATE(929), + [sym_external_variable_name] = STATE(929), + [sym_association_or_range_list] = STATE(7688), + [sym__association_or_range] = STATE(5712), + [sym_association_element] = STATE(6523), + [sym__actual_part] = STATE(6481), + [sym__literal] = STATE(1992), + [sym_bit_string_literal] = STATE(1984), + [sym__abstract_literal] = STATE(964), + [sym_based_literal] = STATE(1073), + [sym_allocator] = STATE(1991), + [sym_parenthesis_expression] = STATE(1991), + [sym__range] = STATE(6523), + [sym_simple_range] = STATE(4995), [sym__tool_directive] = STATE(94), - [sym_procedure_specification] = STATE(6069), - [sym_function_specification] = STATE(6069), - [sym__subprogram_specification] = STATE(5708), - [sym_configuration_specification] = STATE(2040), [sym_line_comment] = STATE(94), [sym_block_comment] = STATE(94), - [aux_sym_design_unit_repeat2] = STATE(21), - [anon_sym_LPAREN] = ACTIONS(672), - [anon_sym_LT_LT] = ACTIONS(672), - [sym_identifier] = ACTIONS(672), - [sym_ALIAS] = ACTIONS(15), - [sym_ARCHITECTURE] = ACTIONS(672), - [sym_ASSERT] = ACTIONS(672), - [sym_ATTRIBUTE] = ACTIONS(21), - [sym_COMPONENT] = ACTIONS(23), - [sym_CONFIGURATION] = ACTIONS(672), - [sym_CONSTANT] = ACTIONS(27), - [sym_CONTEXT] = ACTIONS(672), - [sym_DISCONNECT] = ACTIONS(31), - [sym_ENTITY] = ACTIONS(672), - [sym_FILE] = ACTIONS(35), - [sym_FOR] = ACTIONS(37), - [sym_FUNCTION] = ACTIONS(39), - [sym_GROUP] = ACTIONS(41), - [sym_IMPURE] = ACTIONS(43), - [sym_LIBRARY] = ACTIONS(672), - [sym_PACKAGE] = ACTIONS(47), - [sym_POSTPONED] = ACTIONS(672), - [sym_PROCEDURE] = ACTIONS(51), - [sym_PROCESS] = ACTIONS(672), - [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(672), + [anon_sym_LPAREN] = ACTIONS(263), + [anon_sym_RPAREN] = ACTIONS(674), + [sym_condition_conversion] = ACTIONS(265), + [anon_sym_PLUS] = ACTIONS(267), + [anon_sym_DASH] = ACTIONS(267), + [anon_sym_LT_LT] = ACTIONS(401), + [sym_identifier] = ACTIONS(403), + [sym_ABS] = ACTIONS(273), + [sym_AND] = ACTIONS(273), + [sym_INERTIAL] = ACTIONS(405), + [sym_NAND] = ACTIONS(273), + [sym_NEW] = ACTIONS(275), + [sym_NOR] = ACTIONS(273), + [sym_NOT] = ACTIONS(273), + [sym_NULL] = ACTIONS(277), + [sym_OPEN] = ACTIONS(407), + [sym_OR] = ACTIONS(273), + [sym_XNOR] = ACTIONS(273), + [sym_XOR] = ACTIONS(273), [sym__grave_accent] = ACTIONS(3), - [sym_character_literal] = ACTIONS(672), - [sym_operator_symbol] = ACTIONS(672), + [sym_decimal_integer] = ACTIONS(283), + [sym_decimal_float] = ACTIONS(283), + [sym_based_base] = ACTIONS(285), + [sym_character_literal] = ACTIONS(409), + [sym_string_literal] = ACTIONS(277), + [sym_string_literal_std_logic] = ACTIONS(277), + [sym_bit_string_length] = ACTIONS(289), + [sym_bit_string_base] = ACTIONS(291), + [sym_operator_symbol] = ACTIONS(409), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(672), - [sym_library_constant_std_logic] = ACTIONS(672), - [sym_library_function] = ACTIONS(672), - [sym_library_type] = ACTIONS(672), - [sym__end_of_file] = ACTIONS(672), + [sym_library_constant] = ACTIONS(403), + [sym_library_constant_boolean] = ACTIONS(277), + [sym_library_constant_character] = ACTIONS(277), + [sym_library_constant_debug] = ACTIONS(277), + [sym_library_constant_env] = ACTIONS(277), + [sym_library_constant_standard] = ACTIONS(277), + [sym_library_constant_std_logic] = ACTIONS(409), + [sym_library_function] = ACTIONS(403), + [sym_library_type] = ACTIONS(403), }, [95] = { - [sym__expression] = STATE(1519), - [sym_condition_expression] = STATE(2536), - [sym_logical_expression] = STATE(2536), - [sym_relational_expression] = STATE(2536), - [sym_shift_expression] = STATE(2536), - [sym_simple_expression] = STATE(2536), - [sym_unary_operator] = STATE(704), - [sym_sign] = STATE(705), - [sym__primary] = STATE(2508), - [sym_name] = STATE(2509), - [sym__direct_name] = STATE(777), - [sym__identifier] = STATE(1411), - [sym__external_name] = STATE(1411), - [sym_external_constant_name] = STATE(1412), - [sym_external_signal_name] = STATE(1412), - [sym_external_variable_name] = STATE(1412), - [sym__literal] = STATE(2510), - [sym_bit_string_literal] = STATE(2506), - [sym__abstract_literal] = STATE(1408), - [sym_based_literal] = STATE(1627), - [sym_allocator] = STATE(2509), - [sym_parenthesis_expression] = STATE(2509), + [sym_conditional_expression] = STATE(6473), + [sym__expression] = STATE(1033), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(2425), + [sym_unary_operator] = STATE(657), + [sym_sign] = STATE(661), + [sym__primary] = STATE(1990), + [sym_name] = STATE(2432), + [sym__direct_name] = STATE(736), + [sym__identifier] = STATE(954), + [sym__external_name] = STATE(954), + [sym_external_constant_name] = STATE(929), + [sym_external_signal_name] = STATE(929), + [sym_external_variable_name] = STATE(929), + [sym_association_or_range_list] = STATE(7714), + [sym__association_or_range] = STATE(5712), + [sym_association_element] = STATE(6523), + [sym__actual_part] = STATE(6481), + [sym__literal] = STATE(1992), + [sym_bit_string_literal] = STATE(1984), + [sym__abstract_literal] = STATE(964), + [sym_based_literal] = STATE(1073), + [sym_allocator] = STATE(1991), + [sym_parenthesis_expression] = STATE(1991), + [sym__range] = STATE(6523), + [sym_simple_range] = STATE(4995), [sym__tool_directive] = STATE(95), - [sym_selected_waveforms] = STATE(6621), - [sym_waveform] = STATE(6286), - [sym_waveform_element] = STATE(5397), - [sym_delay_mechanism] = STATE(245), [sym_line_comment] = STATE(95), [sym_block_comment] = STATE(95), - [aux_sym_selected_waveforms_repeat1] = STATE(339), - [anon_sym_LPAREN] = ACTIONS(411), - [sym_condition_conversion] = ACTIONS(413), + [anon_sym_LPAREN] = ACTIONS(263), + [anon_sym_RPAREN] = ACTIONS(676), + [sym_condition_conversion] = ACTIONS(265), [anon_sym_PLUS] = ACTIONS(267), [anon_sym_DASH] = ACTIONS(267), - [anon_sym_LT_LT] = ACTIONS(415), - [sym_identifier] = ACTIONS(417), + [anon_sym_LT_LT] = ACTIONS(401), + [sym_identifier] = ACTIONS(403), [sym_ABS] = ACTIONS(273), [sym_AND] = ACTIONS(273), - [sym_GUARDED] = ACTIONS(674), - [sym_INERTIAL] = ACTIONS(421), + [sym_INERTIAL] = ACTIONS(405), [sym_NAND] = ACTIONS(273), - [sym_NEW] = ACTIONS(423), + [sym_NEW] = ACTIONS(275), [sym_NOR] = ACTIONS(273), [sym_NOT] = ACTIONS(273), - [sym_NULL] = ACTIONS(425), + [sym_NULL] = ACTIONS(277), + [sym_OPEN] = ACTIONS(407), [sym_OR] = ACTIONS(273), - [sym_REJECT] = ACTIONS(427), - [sym_TRANSPORT] = ACTIONS(421), - [sym_UNAFFECTED] = ACTIONS(429), [sym_XNOR] = ACTIONS(273), [sym_XOR] = ACTIONS(273), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(431), - [sym_decimal_float] = ACTIONS(431), - [sym_based_base] = ACTIONS(433), - [sym_character_literal] = ACTIONS(435), - [sym_string_literal] = ACTIONS(425), - [sym_string_literal_std_logic] = ACTIONS(425), - [sym_bit_string_length] = ACTIONS(437), - [sym_bit_string_base] = ACTIONS(439), - [sym_operator_symbol] = ACTIONS(435), + [sym_decimal_integer] = ACTIONS(283), + [sym_decimal_float] = ACTIONS(283), + [sym_based_base] = ACTIONS(285), + [sym_character_literal] = ACTIONS(409), + [sym_string_literal] = ACTIONS(277), + [sym_string_literal_std_logic] = ACTIONS(277), + [sym_bit_string_length] = ACTIONS(289), + [sym_bit_string_base] = ACTIONS(291), + [sym_operator_symbol] = ACTIONS(409), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(417), - [sym_library_constant_boolean] = ACTIONS(425), - [sym_library_constant_character] = ACTIONS(425), - [sym_library_constant_debug] = ACTIONS(425), - [sym_library_constant_env] = ACTIONS(425), - [sym_library_constant_standard] = ACTIONS(425), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(417), - [sym_library_type] = ACTIONS(417), + [sym_library_constant] = ACTIONS(403), + [sym_library_constant_boolean] = ACTIONS(277), + [sym_library_constant_character] = ACTIONS(277), + [sym_library_constant_debug] = ACTIONS(277), + [sym_library_constant_env] = ACTIONS(277), + [sym_library_constant_standard] = ACTIONS(277), + [sym_library_constant_std_logic] = ACTIONS(409), + [sym_library_function] = ACTIONS(403), + [sym_library_type] = ACTIONS(403), }, [96] = { - [sym__expression] = STATE(1519), - [sym_condition_expression] = STATE(2536), - [sym_logical_expression] = STATE(2536), - [sym_relational_expression] = STATE(2536), - [sym_shift_expression] = STATE(2536), - [sym_simple_expression] = STATE(2536), - [sym_unary_operator] = STATE(704), - [sym_sign] = STATE(705), - [sym__primary] = STATE(2508), - [sym_name] = STATE(2509), - [sym__direct_name] = STATE(777), - [sym__identifier] = STATE(1411), - [sym__external_name] = STATE(1411), - [sym_external_constant_name] = STATE(1412), - [sym_external_signal_name] = STATE(1412), - [sym_external_variable_name] = STATE(1412), - [sym__literal] = STATE(2510), - [sym_bit_string_literal] = STATE(2506), - [sym__abstract_literal] = STATE(1408), - [sym_based_literal] = STATE(1627), - [sym_allocator] = STATE(2509), - [sym_parenthesis_expression] = STATE(2509), + [sym_conditional_expression] = STATE(6473), + [sym__expression] = STATE(1033), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(2425), + [sym_unary_operator] = STATE(657), + [sym_sign] = STATE(661), + [sym__primary] = STATE(1990), + [sym_name] = STATE(2432), + [sym__direct_name] = STATE(736), + [sym__identifier] = STATE(954), + [sym__external_name] = STATE(954), + [sym_external_constant_name] = STATE(929), + [sym_external_signal_name] = STATE(929), + [sym_external_variable_name] = STATE(929), + [sym_association_or_range_list] = STATE(7745), + [sym__association_or_range] = STATE(5712), + [sym_association_element] = STATE(6523), + [sym__actual_part] = STATE(6481), + [sym__literal] = STATE(1992), + [sym_bit_string_literal] = STATE(1984), + [sym__abstract_literal] = STATE(964), + [sym_based_literal] = STATE(1073), + [sym_allocator] = STATE(1991), + [sym_parenthesis_expression] = STATE(1991), + [sym__range] = STATE(6523), + [sym_simple_range] = STATE(4995), [sym__tool_directive] = STATE(96), - [sym_selected_waveforms] = STATE(6920), - [sym_waveform] = STATE(6286), - [sym_waveform_element] = STATE(5397), - [sym_delay_mechanism] = STATE(247), [sym_line_comment] = STATE(96), [sym_block_comment] = STATE(96), - [aux_sym_selected_waveforms_repeat1] = STATE(339), - [anon_sym_LPAREN] = ACTIONS(411), - [sym_condition_conversion] = ACTIONS(413), + [anon_sym_LPAREN] = ACTIONS(263), + [anon_sym_RPAREN] = ACTIONS(678), + [sym_condition_conversion] = ACTIONS(265), [anon_sym_PLUS] = ACTIONS(267), [anon_sym_DASH] = ACTIONS(267), - [anon_sym_LT_LT] = ACTIONS(415), - [sym_identifier] = ACTIONS(417), + [anon_sym_LT_LT] = ACTIONS(401), + [sym_identifier] = ACTIONS(403), [sym_ABS] = ACTIONS(273), [sym_AND] = ACTIONS(273), - [sym_GUARDED] = ACTIONS(676), - [sym_INERTIAL] = ACTIONS(421), + [sym_INERTIAL] = ACTIONS(405), [sym_NAND] = ACTIONS(273), - [sym_NEW] = ACTIONS(423), + [sym_NEW] = ACTIONS(275), [sym_NOR] = ACTIONS(273), [sym_NOT] = ACTIONS(273), - [sym_NULL] = ACTIONS(425), + [sym_NULL] = ACTIONS(277), + [sym_OPEN] = ACTIONS(407), [sym_OR] = ACTIONS(273), - [sym_REJECT] = ACTIONS(427), - [sym_TRANSPORT] = ACTIONS(421), - [sym_UNAFFECTED] = ACTIONS(429), [sym_XNOR] = ACTIONS(273), [sym_XOR] = ACTIONS(273), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(431), - [sym_decimal_float] = ACTIONS(431), - [sym_based_base] = ACTIONS(433), - [sym_character_literal] = ACTIONS(435), - [sym_string_literal] = ACTIONS(425), - [sym_string_literal_std_logic] = ACTIONS(425), - [sym_bit_string_length] = ACTIONS(437), - [sym_bit_string_base] = ACTIONS(439), - [sym_operator_symbol] = ACTIONS(435), + [sym_decimal_integer] = ACTIONS(283), + [sym_decimal_float] = ACTIONS(283), + [sym_based_base] = ACTIONS(285), + [sym_character_literal] = ACTIONS(409), + [sym_string_literal] = ACTIONS(277), + [sym_string_literal_std_logic] = ACTIONS(277), + [sym_bit_string_length] = ACTIONS(289), + [sym_bit_string_base] = ACTIONS(291), + [sym_operator_symbol] = ACTIONS(409), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(417), - [sym_library_constant_boolean] = ACTIONS(425), - [sym_library_constant_character] = ACTIONS(425), - [sym_library_constant_debug] = ACTIONS(425), - [sym_library_constant_env] = ACTIONS(425), - [sym_library_constant_standard] = ACTIONS(425), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(417), - [sym_library_type] = ACTIONS(417), + [sym_library_constant] = ACTIONS(403), + [sym_library_constant_boolean] = ACTIONS(277), + [sym_library_constant_character] = ACTIONS(277), + [sym_library_constant_debug] = ACTIONS(277), + [sym_library_constant_env] = ACTIONS(277), + [sym_library_constant_standard] = ACTIONS(277), + [sym_library_constant_std_logic] = ACTIONS(409), + [sym_library_function] = ACTIONS(403), + [sym_library_type] = ACTIONS(403), }, [97] = { - [sym__expression] = STATE(1519), - [sym_condition_expression] = STATE(2536), - [sym_logical_expression] = STATE(2536), - [sym_relational_expression] = STATE(2536), - [sym_shift_expression] = STATE(2536), - [sym_simple_expression] = STATE(2536), - [sym_unary_operator] = STATE(704), - [sym_sign] = STATE(705), - [sym__primary] = STATE(2508), - [sym_name] = STATE(2509), - [sym__direct_name] = STATE(777), - [sym__identifier] = STATE(1411), - [sym__external_name] = STATE(1411), - [sym_external_constant_name] = STATE(1412), - [sym_external_signal_name] = STATE(1412), - [sym_external_variable_name] = STATE(1412), - [sym__literal] = STATE(2510), - [sym_bit_string_literal] = STATE(2506), - [sym__abstract_literal] = STATE(1408), - [sym_based_literal] = STATE(1627), - [sym_allocator] = STATE(2509), - [sym_parenthesis_expression] = STATE(2509), + [sym_conditional_expression] = STATE(6473), + [sym__expression] = STATE(1033), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(2425), + [sym_unary_operator] = STATE(657), + [sym_sign] = STATE(661), + [sym__primary] = STATE(1990), + [sym_name] = STATE(2432), + [sym__direct_name] = STATE(736), + [sym__identifier] = STATE(954), + [sym__external_name] = STATE(954), + [sym_external_constant_name] = STATE(929), + [sym_external_signal_name] = STATE(929), + [sym_external_variable_name] = STATE(929), + [sym_association_or_range_list] = STATE(6755), + [sym__association_or_range] = STATE(5712), + [sym_association_element] = STATE(6523), + [sym__actual_part] = STATE(6481), + [sym__literal] = STATE(1992), + [sym_bit_string_literal] = STATE(1984), + [sym__abstract_literal] = STATE(964), + [sym_based_literal] = STATE(1073), + [sym_allocator] = STATE(1991), + [sym_parenthesis_expression] = STATE(1991), + [sym__range] = STATE(6523), + [sym_simple_range] = STATE(4995), [sym__tool_directive] = STATE(97), - [sym_selected_waveforms] = STATE(7473), - [sym_waveform] = STATE(6286), - [sym_waveform_element] = STATE(5397), - [sym_delay_mechanism] = STATE(249), [sym_line_comment] = STATE(97), [sym_block_comment] = STATE(97), - [aux_sym_selected_waveforms_repeat1] = STATE(339), - [anon_sym_LPAREN] = ACTIONS(411), - [sym_condition_conversion] = ACTIONS(413), + [anon_sym_LPAREN] = ACTIONS(263), + [anon_sym_RPAREN] = ACTIONS(680), + [sym_condition_conversion] = ACTIONS(265), [anon_sym_PLUS] = ACTIONS(267), [anon_sym_DASH] = ACTIONS(267), - [anon_sym_LT_LT] = ACTIONS(415), - [sym_identifier] = ACTIONS(417), + [anon_sym_LT_LT] = ACTIONS(401), + [sym_identifier] = ACTIONS(403), [sym_ABS] = ACTIONS(273), [sym_AND] = ACTIONS(273), - [sym_GUARDED] = ACTIONS(678), - [sym_INERTIAL] = ACTIONS(421), + [sym_INERTIAL] = ACTIONS(405), [sym_NAND] = ACTIONS(273), - [sym_NEW] = ACTIONS(423), + [sym_NEW] = ACTIONS(275), [sym_NOR] = ACTIONS(273), [sym_NOT] = ACTIONS(273), - [sym_NULL] = ACTIONS(425), + [sym_NULL] = ACTIONS(277), + [sym_OPEN] = ACTIONS(407), [sym_OR] = ACTIONS(273), - [sym_REJECT] = ACTIONS(427), - [sym_TRANSPORT] = ACTIONS(421), - [sym_UNAFFECTED] = ACTIONS(429), [sym_XNOR] = ACTIONS(273), [sym_XOR] = ACTIONS(273), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(431), - [sym_decimal_float] = ACTIONS(431), - [sym_based_base] = ACTIONS(433), - [sym_character_literal] = ACTIONS(435), - [sym_string_literal] = ACTIONS(425), - [sym_string_literal_std_logic] = ACTIONS(425), - [sym_bit_string_length] = ACTIONS(437), - [sym_bit_string_base] = ACTIONS(439), - [sym_operator_symbol] = ACTIONS(435), + [sym_decimal_integer] = ACTIONS(283), + [sym_decimal_float] = ACTIONS(283), + [sym_based_base] = ACTIONS(285), + [sym_character_literal] = ACTIONS(409), + [sym_string_literal] = ACTIONS(277), + [sym_string_literal_std_logic] = ACTIONS(277), + [sym_bit_string_length] = ACTIONS(289), + [sym_bit_string_base] = ACTIONS(291), + [sym_operator_symbol] = ACTIONS(409), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(417), - [sym_library_constant_boolean] = ACTIONS(425), - [sym_library_constant_character] = ACTIONS(425), - [sym_library_constant_debug] = ACTIONS(425), - [sym_library_constant_env] = ACTIONS(425), - [sym_library_constant_standard] = ACTIONS(425), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(417), - [sym_library_type] = ACTIONS(417), + [sym_library_constant] = ACTIONS(403), + [sym_library_constant_boolean] = ACTIONS(277), + [sym_library_constant_character] = ACTIONS(277), + [sym_library_constant_debug] = ACTIONS(277), + [sym_library_constant_env] = ACTIONS(277), + [sym_library_constant_standard] = ACTIONS(277), + [sym_library_constant_std_logic] = ACTIONS(409), + [sym_library_function] = ACTIONS(403), + [sym_library_type] = ACTIONS(403), }, [98] = { - [sym__expression] = STATE(1519), - [sym_condition_expression] = STATE(2536), - [sym_logical_expression] = STATE(2536), - [sym_relational_expression] = STATE(2536), - [sym_shift_expression] = STATE(2536), - [sym_simple_expression] = STATE(2536), - [sym_unary_operator] = STATE(704), - [sym_sign] = STATE(705), - [sym__primary] = STATE(2508), - [sym_name] = STATE(2509), - [sym__direct_name] = STATE(777), - [sym__identifier] = STATE(1411), - [sym__external_name] = STATE(1411), - [sym_external_constant_name] = STATE(1412), - [sym_external_signal_name] = STATE(1412), - [sym_external_variable_name] = STATE(1412), - [sym__literal] = STATE(2510), - [sym_bit_string_literal] = STATE(2506), - [sym__abstract_literal] = STATE(1408), - [sym_based_literal] = STATE(1627), - [sym_allocator] = STATE(2509), - [sym_parenthesis_expression] = STATE(2509), + [sym_conditional_expression] = STATE(6473), + [sym__expression] = STATE(1033), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(2425), + [sym_unary_operator] = STATE(657), + [sym_sign] = STATE(661), + [sym__primary] = STATE(1990), + [sym_name] = STATE(2432), + [sym__direct_name] = STATE(736), + [sym__identifier] = STATE(954), + [sym__external_name] = STATE(954), + [sym_external_constant_name] = STATE(929), + [sym_external_signal_name] = STATE(929), + [sym_external_variable_name] = STATE(929), + [sym_association_or_range_list] = STATE(7725), + [sym__association_or_range] = STATE(5712), + [sym_association_element] = STATE(6523), + [sym__actual_part] = STATE(6481), + [sym__literal] = STATE(1992), + [sym_bit_string_literal] = STATE(1984), + [sym__abstract_literal] = STATE(964), + [sym_based_literal] = STATE(1073), + [sym_allocator] = STATE(1991), + [sym_parenthesis_expression] = STATE(1991), + [sym__range] = STATE(6523), + [sym_simple_range] = STATE(4995), [sym__tool_directive] = STATE(98), - [sym_waveform] = STATE(5725), - [sym_waveform_element] = STATE(5397), - [sym_conditional_waveforms] = STATE(6965), - [sym_delay_mechanism] = STATE(333), [sym_line_comment] = STATE(98), [sym_block_comment] = STATE(98), - [anon_sym_LPAREN] = ACTIONS(411), - [sym_condition_conversion] = ACTIONS(413), + [anon_sym_LPAREN] = ACTIONS(263), + [anon_sym_RPAREN] = ACTIONS(682), + [sym_condition_conversion] = ACTIONS(265), [anon_sym_PLUS] = ACTIONS(267), [anon_sym_DASH] = ACTIONS(267), - [anon_sym_LT_LT] = ACTIONS(415), - [sym_identifier] = ACTIONS(417), + [anon_sym_LT_LT] = ACTIONS(401), + [sym_identifier] = ACTIONS(403), [sym_ABS] = ACTIONS(273), [sym_AND] = ACTIONS(273), - [sym_FORCE] = ACTIONS(680), - [sym_INERTIAL] = ACTIONS(421), + [sym_INERTIAL] = ACTIONS(405), [sym_NAND] = ACTIONS(273), - [sym_NEW] = ACTIONS(423), + [sym_NEW] = ACTIONS(275), [sym_NOR] = ACTIONS(273), [sym_NOT] = ACTIONS(273), - [sym_NULL] = ACTIONS(425), + [sym_NULL] = ACTIONS(277), + [sym_OPEN] = ACTIONS(407), [sym_OR] = ACTIONS(273), - [sym_REJECT] = ACTIONS(427), - [sym_RELEASE] = ACTIONS(682), - [sym_TRANSPORT] = ACTIONS(421), - [sym_UNAFFECTED] = ACTIONS(429), [sym_XNOR] = ACTIONS(273), [sym_XOR] = ACTIONS(273), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(431), - [sym_decimal_float] = ACTIONS(431), - [sym_based_base] = ACTIONS(433), - [sym_character_literal] = ACTIONS(435), - [sym_string_literal] = ACTIONS(425), - [sym_string_literal_std_logic] = ACTIONS(425), - [sym_bit_string_length] = ACTIONS(437), - [sym_bit_string_base] = ACTIONS(439), - [sym_operator_symbol] = ACTIONS(435), + [sym_decimal_integer] = ACTIONS(283), + [sym_decimal_float] = ACTIONS(283), + [sym_based_base] = ACTIONS(285), + [sym_character_literal] = ACTIONS(409), + [sym_string_literal] = ACTIONS(277), + [sym_string_literal_std_logic] = ACTIONS(277), + [sym_bit_string_length] = ACTIONS(289), + [sym_bit_string_base] = ACTIONS(291), + [sym_operator_symbol] = ACTIONS(409), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(417), - [sym_library_constant_boolean] = ACTIONS(425), - [sym_library_constant_character] = ACTIONS(425), - [sym_library_constant_debug] = ACTIONS(425), - [sym_library_constant_env] = ACTIONS(425), - [sym_library_constant_standard] = ACTIONS(425), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(417), - [sym_library_type] = ACTIONS(417), + [sym_library_constant] = ACTIONS(403), + [sym_library_constant_boolean] = ACTIONS(277), + [sym_library_constant_character] = ACTIONS(277), + [sym_library_constant_debug] = ACTIONS(277), + [sym_library_constant_env] = ACTIONS(277), + [sym_library_constant_standard] = ACTIONS(277), + [sym_library_constant_std_logic] = ACTIONS(409), + [sym_library_function] = ACTIONS(403), + [sym_library_type] = ACTIONS(403), }, [99] = { - [sym_conditional_expression] = STATE(6048), - [sym__expression] = STATE(1102), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(2352), - [sym_unary_operator] = STATE(686), - [sym_sign] = STATE(687), - [sym__primary] = STATE(2097), - [sym_name] = STATE(2353), - [sym__direct_name] = STATE(734), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(967), - [sym_external_signal_name] = STATE(967), - [sym_external_variable_name] = STATE(967), - [sym_association_or_range_list] = STATE(7371), - [sym__association_or_range] = STATE(5636), - [sym_association_element] = STATE(6166), - [sym__actual_part] = STATE(6171), - [sym__literal] = STATE(2099), - [sym_bit_string_literal] = STATE(2089), - [sym__abstract_literal] = STATE(997), - [sym_based_literal] = STATE(1044), - [sym_allocator] = STATE(2098), - [sym_parenthesis_expression] = STATE(2098), - [sym__range] = STATE(6166), - [sym_simple_range] = STATE(5022), + [sym_conditional_expression] = STATE(6473), + [sym__expression] = STATE(1033), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(2425), + [sym_unary_operator] = STATE(657), + [sym_sign] = STATE(661), + [sym__primary] = STATE(1990), + [sym_name] = STATE(2432), + [sym__direct_name] = STATE(736), + [sym__identifier] = STATE(954), + [sym__external_name] = STATE(954), + [sym_external_constant_name] = STATE(929), + [sym_external_signal_name] = STATE(929), + [sym_external_variable_name] = STATE(929), + [sym_association_or_range_list] = STATE(7812), + [sym__association_or_range] = STATE(5712), + [sym_association_element] = STATE(6523), + [sym__actual_part] = STATE(6481), + [sym__literal] = STATE(1992), + [sym_bit_string_literal] = STATE(1984), + [sym__abstract_literal] = STATE(964), + [sym_based_literal] = STATE(1073), + [sym_allocator] = STATE(1991), + [sym_parenthesis_expression] = STATE(1991), + [sym__range] = STATE(6523), + [sym_simple_range] = STATE(4995), [sym__tool_directive] = STATE(99), [sym_line_comment] = STATE(99), [sym_block_comment] = STATE(99), @@ -29297,1933 +29297,1933 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_type] = ACTIONS(403), }, [100] = { - [sym__expression] = STATE(1519), - [sym_condition_expression] = STATE(2536), - [sym_logical_expression] = STATE(2536), - [sym_relational_expression] = STATE(2536), - [sym_shift_expression] = STATE(2536), - [sym_simple_expression] = STATE(2536), - [sym_unary_operator] = STATE(704), - [sym_sign] = STATE(705), - [sym__primary] = STATE(2508), - [sym_name] = STATE(2509), - [sym__direct_name] = STATE(777), - [sym__identifier] = STATE(1411), - [sym__external_name] = STATE(1411), - [sym_external_constant_name] = STATE(1412), - [sym_external_signal_name] = STATE(1412), - [sym_external_variable_name] = STATE(1412), - [sym__literal] = STATE(2510), - [sym_bit_string_literal] = STATE(2506), - [sym__abstract_literal] = STATE(1408), - [sym_based_literal] = STATE(1627), - [sym_allocator] = STATE(2509), - [sym_parenthesis_expression] = STATE(2509), + [sym__expression] = STATE(1550), + [sym_condition_expression] = STATE(2503), + [sym_logical_expression] = STATE(2503), + [sym_relational_expression] = STATE(2503), + [sym_shift_expression] = STATE(2503), + [sym_simple_expression] = STATE(2503), + [sym_unary_operator] = STATE(699), + [sym_sign] = STATE(700), + [sym__primary] = STATE(2502), + [sym_name] = STATE(2501), + [sym__direct_name] = STATE(764), + [sym__identifier] = STATE(1352), + [sym__external_name] = STATE(1352), + [sym_external_constant_name] = STATE(1351), + [sym_external_signal_name] = STATE(1351), + [sym_external_variable_name] = STATE(1351), + [sym__literal] = STATE(2500), + [sym_bit_string_literal] = STATE(2505), + [sym__abstract_literal] = STATE(1399), + [sym_based_literal] = STATE(1466), + [sym_allocator] = STATE(2501), + [sym_parenthesis_expression] = STATE(2501), [sym__tool_directive] = STATE(100), - [sym_waveform] = STATE(5578), - [sym_waveform_element] = STATE(5397), - [sym_conditional_waveforms] = STATE(7523), - [sym_delay_mechanism] = STATE(332), + [sym_waveform] = STATE(5883), + [sym_waveform_element] = STATE(5497), + [sym_conditional_waveforms] = STATE(7334), + [sym_delay_mechanism] = STATE(340), [sym_line_comment] = STATE(100), [sym_block_comment] = STATE(100), - [anon_sym_LPAREN] = ACTIONS(411), - [sym_condition_conversion] = ACTIONS(413), + [anon_sym_LPAREN] = ACTIONS(415), + [sym_condition_conversion] = ACTIONS(417), [anon_sym_PLUS] = ACTIONS(267), [anon_sym_DASH] = ACTIONS(267), - [anon_sym_LT_LT] = ACTIONS(415), - [sym_identifier] = ACTIONS(417), + [anon_sym_LT_LT] = ACTIONS(419), + [sym_identifier] = ACTIONS(421), [sym_ABS] = ACTIONS(273), [sym_AND] = ACTIONS(273), [sym_GUARDED] = ACTIONS(686), - [sym_INERTIAL] = ACTIONS(421), + [sym_INERTIAL] = ACTIONS(425), [sym_NAND] = ACTIONS(273), - [sym_NEW] = ACTIONS(423), + [sym_NEW] = ACTIONS(427), [sym_NOR] = ACTIONS(273), [sym_NOT] = ACTIONS(273), - [sym_NULL] = ACTIONS(425), + [sym_NULL] = ACTIONS(429), [sym_OR] = ACTIONS(273), - [sym_REJECT] = ACTIONS(427), - [sym_TRANSPORT] = ACTIONS(421), - [sym_UNAFFECTED] = ACTIONS(429), + [sym_REJECT] = ACTIONS(431), + [sym_TRANSPORT] = ACTIONS(425), + [sym_UNAFFECTED] = ACTIONS(435), [sym_XNOR] = ACTIONS(273), [sym_XOR] = ACTIONS(273), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(431), - [sym_decimal_float] = ACTIONS(431), - [sym_based_base] = ACTIONS(433), - [sym_character_literal] = ACTIONS(435), - [sym_string_literal] = ACTIONS(425), - [sym_string_literal_std_logic] = ACTIONS(425), - [sym_bit_string_length] = ACTIONS(437), - [sym_bit_string_base] = ACTIONS(439), - [sym_operator_symbol] = ACTIONS(435), + [sym_decimal_integer] = ACTIONS(437), + [sym_decimal_float] = ACTIONS(437), + [sym_based_base] = ACTIONS(439), + [sym_character_literal] = ACTIONS(441), + [sym_string_literal] = ACTIONS(429), + [sym_string_literal_std_logic] = ACTIONS(429), + [sym_bit_string_length] = ACTIONS(443), + [sym_bit_string_base] = ACTIONS(445), + [sym_operator_symbol] = ACTIONS(441), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(417), - [sym_library_constant_boolean] = ACTIONS(425), - [sym_library_constant_character] = ACTIONS(425), - [sym_library_constant_debug] = ACTIONS(425), - [sym_library_constant_env] = ACTIONS(425), - [sym_library_constant_standard] = ACTIONS(425), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(417), - [sym_library_type] = ACTIONS(417), + [sym_library_constant] = ACTIONS(421), + [sym_library_constant_boolean] = ACTIONS(429), + [sym_library_constant_character] = ACTIONS(429), + [sym_library_constant_debug] = ACTIONS(429), + [sym_library_constant_env] = ACTIONS(429), + [sym_library_constant_standard] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(441), + [sym_library_function] = ACTIONS(421), + [sym_library_type] = ACTIONS(421), }, [101] = { - [sym__expression] = STATE(1519), - [sym_condition_expression] = STATE(2536), - [sym_logical_expression] = STATE(2536), - [sym_relational_expression] = STATE(2536), - [sym_shift_expression] = STATE(2536), - [sym_simple_expression] = STATE(2536), - [sym_unary_operator] = STATE(704), - [sym_sign] = STATE(705), - [sym__primary] = STATE(2508), - [sym_name] = STATE(2509), - [sym__direct_name] = STATE(777), - [sym__identifier] = STATE(1411), - [sym__external_name] = STATE(1411), - [sym_external_constant_name] = STATE(1412), - [sym_external_signal_name] = STATE(1412), - [sym_external_variable_name] = STATE(1412), - [sym__literal] = STATE(2510), - [sym_bit_string_literal] = STATE(2506), - [sym__abstract_literal] = STATE(1408), - [sym_based_literal] = STATE(1627), - [sym_allocator] = STATE(2509), - [sym_parenthesis_expression] = STATE(2509), + [sym__expression] = STATE(1550), + [sym_condition_expression] = STATE(2503), + [sym_logical_expression] = STATE(2503), + [sym_relational_expression] = STATE(2503), + [sym_shift_expression] = STATE(2503), + [sym_simple_expression] = STATE(2503), + [sym_unary_operator] = STATE(699), + [sym_sign] = STATE(700), + [sym__primary] = STATE(2502), + [sym_name] = STATE(2501), + [sym__direct_name] = STATE(764), + [sym__identifier] = STATE(1352), + [sym__external_name] = STATE(1352), + [sym_external_constant_name] = STATE(1351), + [sym_external_signal_name] = STATE(1351), + [sym_external_variable_name] = STATE(1351), + [sym__literal] = STATE(2500), + [sym_bit_string_literal] = STATE(2505), + [sym__abstract_literal] = STATE(1399), + [sym_based_literal] = STATE(1466), + [sym_allocator] = STATE(2501), + [sym_parenthesis_expression] = STATE(2501), [sym__tool_directive] = STATE(101), - [sym_selected_waveforms] = STATE(6893), - [sym_waveform] = STATE(6286), - [sym_waveform_element] = STATE(5397), - [sym_delay_mechanism] = STATE(248), + [sym_selected_waveforms] = STATE(7544), + [sym_waveform] = STATE(6284), + [sym_waveform_element] = STATE(5497), + [sym_delay_mechanism] = STATE(272), [sym_line_comment] = STATE(101), [sym_block_comment] = STATE(101), - [aux_sym_selected_waveforms_repeat1] = STATE(339), - [anon_sym_LPAREN] = ACTIONS(411), - [sym_condition_conversion] = ACTIONS(413), + [aux_sym_selected_waveforms_repeat1] = STATE(326), + [anon_sym_LPAREN] = ACTIONS(415), + [sym_condition_conversion] = ACTIONS(417), [anon_sym_PLUS] = ACTIONS(267), [anon_sym_DASH] = ACTIONS(267), - [anon_sym_LT_LT] = ACTIONS(415), - [sym_identifier] = ACTIONS(417), + [anon_sym_LT_LT] = ACTIONS(419), + [sym_identifier] = ACTIONS(421), [sym_ABS] = ACTIONS(273), [sym_AND] = ACTIONS(273), - [sym_INERTIAL] = ACTIONS(421), + [sym_INERTIAL] = ACTIONS(425), [sym_NAND] = ACTIONS(273), - [sym_NEW] = ACTIONS(423), + [sym_NEW] = ACTIONS(427), [sym_NOR] = ACTIONS(273), [sym_NOT] = ACTIONS(273), - [sym_NULL] = ACTIONS(425), + [sym_NULL] = ACTIONS(429), [sym_OR] = ACTIONS(273), - [sym_REJECT] = ACTIONS(427), - [sym_TRANSPORT] = ACTIONS(421), - [sym_UNAFFECTED] = ACTIONS(429), + [sym_REJECT] = ACTIONS(431), + [sym_TRANSPORT] = ACTIONS(425), + [sym_UNAFFECTED] = ACTIONS(435), [sym_XNOR] = ACTIONS(273), [sym_XOR] = ACTIONS(273), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(431), - [sym_decimal_float] = ACTIONS(431), - [sym_based_base] = ACTIONS(433), - [sym_character_literal] = ACTIONS(435), - [sym_string_literal] = ACTIONS(425), - [sym_string_literal_std_logic] = ACTIONS(425), - [sym_bit_string_length] = ACTIONS(437), - [sym_bit_string_base] = ACTIONS(439), - [sym_operator_symbol] = ACTIONS(435), + [sym_decimal_integer] = ACTIONS(437), + [sym_decimal_float] = ACTIONS(437), + [sym_based_base] = ACTIONS(439), + [sym_character_literal] = ACTIONS(441), + [sym_string_literal] = ACTIONS(429), + [sym_string_literal_std_logic] = ACTIONS(429), + [sym_bit_string_length] = ACTIONS(443), + [sym_bit_string_base] = ACTIONS(445), + [sym_operator_symbol] = ACTIONS(441), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(417), - [sym_library_constant_boolean] = ACTIONS(425), - [sym_library_constant_character] = ACTIONS(425), - [sym_library_constant_debug] = ACTIONS(425), - [sym_library_constant_env] = ACTIONS(425), - [sym_library_constant_standard] = ACTIONS(425), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(417), - [sym_library_type] = ACTIONS(417), + [sym_library_constant] = ACTIONS(421), + [sym_library_constant_boolean] = ACTIONS(429), + [sym_library_constant_character] = ACTIONS(429), + [sym_library_constant_debug] = ACTIONS(429), + [sym_library_constant_env] = ACTIONS(429), + [sym_library_constant_standard] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(441), + [sym_library_function] = ACTIONS(421), + [sym_library_type] = ACTIONS(421), }, [102] = { - [sym__expression] = STATE(1519), - [sym_condition_expression] = STATE(2536), - [sym_logical_expression] = STATE(2536), - [sym_relational_expression] = STATE(2536), - [sym_shift_expression] = STATE(2536), - [sym_simple_expression] = STATE(2536), - [sym_unary_operator] = STATE(704), - [sym_sign] = STATE(705), - [sym__primary] = STATE(2508), - [sym_name] = STATE(2509), - [sym__direct_name] = STATE(777), - [sym__identifier] = STATE(1411), - [sym__external_name] = STATE(1411), - [sym_external_constant_name] = STATE(1412), - [sym_external_signal_name] = STATE(1412), - [sym_external_variable_name] = STATE(1412), - [sym__literal] = STATE(2510), - [sym_bit_string_literal] = STATE(2506), - [sym__abstract_literal] = STATE(1408), - [sym_based_literal] = STATE(1627), - [sym_allocator] = STATE(2509), - [sym_parenthesis_expression] = STATE(2509), + [sym__expression] = STATE(1550), + [sym_condition_expression] = STATE(2503), + [sym_logical_expression] = STATE(2503), + [sym_relational_expression] = STATE(2503), + [sym_shift_expression] = STATE(2503), + [sym_simple_expression] = STATE(2503), + [sym_unary_operator] = STATE(699), + [sym_sign] = STATE(700), + [sym__primary] = STATE(2502), + [sym_name] = STATE(2501), + [sym__direct_name] = STATE(764), + [sym__identifier] = STATE(1352), + [sym__external_name] = STATE(1352), + [sym_external_constant_name] = STATE(1351), + [sym_external_signal_name] = STATE(1351), + [sym_external_variable_name] = STATE(1351), + [sym__literal] = STATE(2500), + [sym_bit_string_literal] = STATE(2505), + [sym__abstract_literal] = STATE(1399), + [sym_based_literal] = STATE(1466), + [sym_allocator] = STATE(2501), + [sym_parenthesis_expression] = STATE(2501), [sym__tool_directive] = STATE(102), - [sym_waveform] = STATE(5916), - [sym_waveform_element] = STATE(5397), - [sym_conditional_waveforms] = STATE(8104), - [sym_delay_mechanism] = STATE(342), + [sym_selected_waveforms] = STATE(7615), + [sym_waveform] = STATE(6284), + [sym_waveform_element] = STATE(5497), + [sym_delay_mechanism] = STATE(266), [sym_line_comment] = STATE(102), [sym_block_comment] = STATE(102), - [anon_sym_LPAREN] = ACTIONS(411), - [sym_condition_conversion] = ACTIONS(413), + [aux_sym_selected_waveforms_repeat1] = STATE(326), + [anon_sym_LPAREN] = ACTIONS(415), + [sym_condition_conversion] = ACTIONS(417), [anon_sym_PLUS] = ACTIONS(267), [anon_sym_DASH] = ACTIONS(267), - [anon_sym_LT_LT] = ACTIONS(415), - [sym_identifier] = ACTIONS(417), + [anon_sym_LT_LT] = ACTIONS(419), + [sym_identifier] = ACTIONS(421), [sym_ABS] = ACTIONS(273), [sym_AND] = ACTIONS(273), - [sym_GUARDED] = ACTIONS(688), - [sym_INERTIAL] = ACTIONS(421), + [sym_INERTIAL] = ACTIONS(425), [sym_NAND] = ACTIONS(273), - [sym_NEW] = ACTIONS(423), + [sym_NEW] = ACTIONS(427), [sym_NOR] = ACTIONS(273), [sym_NOT] = ACTIONS(273), - [sym_NULL] = ACTIONS(425), + [sym_NULL] = ACTIONS(429), [sym_OR] = ACTIONS(273), - [sym_REJECT] = ACTIONS(427), - [sym_TRANSPORT] = ACTIONS(421), - [sym_UNAFFECTED] = ACTIONS(429), + [sym_REJECT] = ACTIONS(431), + [sym_TRANSPORT] = ACTIONS(425), + [sym_UNAFFECTED] = ACTIONS(435), [sym_XNOR] = ACTIONS(273), [sym_XOR] = ACTIONS(273), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(431), - [sym_decimal_float] = ACTIONS(431), - [sym_based_base] = ACTIONS(433), - [sym_character_literal] = ACTIONS(435), - [sym_string_literal] = ACTIONS(425), - [sym_string_literal_std_logic] = ACTIONS(425), - [sym_bit_string_length] = ACTIONS(437), - [sym_bit_string_base] = ACTIONS(439), - [sym_operator_symbol] = ACTIONS(435), + [sym_decimal_integer] = ACTIONS(437), + [sym_decimal_float] = ACTIONS(437), + [sym_based_base] = ACTIONS(439), + [sym_character_literal] = ACTIONS(441), + [sym_string_literal] = ACTIONS(429), + [sym_string_literal_std_logic] = ACTIONS(429), + [sym_bit_string_length] = ACTIONS(443), + [sym_bit_string_base] = ACTIONS(445), + [sym_operator_symbol] = ACTIONS(441), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(417), - [sym_library_constant_boolean] = ACTIONS(425), - [sym_library_constant_character] = ACTIONS(425), - [sym_library_constant_debug] = ACTIONS(425), - [sym_library_constant_env] = ACTIONS(425), - [sym_library_constant_standard] = ACTIONS(425), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(417), - [sym_library_type] = ACTIONS(417), + [sym_library_constant] = ACTIONS(421), + [sym_library_constant_boolean] = ACTIONS(429), + [sym_library_constant_character] = ACTIONS(429), + [sym_library_constant_debug] = ACTIONS(429), + [sym_library_constant_env] = ACTIONS(429), + [sym_library_constant_standard] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(441), + [sym_library_function] = ACTIONS(421), + [sym_library_type] = ACTIONS(421), }, [103] = { - [sym__expression] = STATE(1519), - [sym_condition_expression] = STATE(2536), - [sym_logical_expression] = STATE(2536), - [sym_relational_expression] = STATE(2536), - [sym_shift_expression] = STATE(2536), - [sym_simple_expression] = STATE(2536), - [sym_unary_operator] = STATE(704), - [sym_sign] = STATE(705), - [sym__primary] = STATE(2508), - [sym_name] = STATE(2509), - [sym__direct_name] = STATE(777), - [sym__identifier] = STATE(1411), - [sym__external_name] = STATE(1411), - [sym_external_constant_name] = STATE(1412), - [sym_external_signal_name] = STATE(1412), - [sym_external_variable_name] = STATE(1412), - [sym__literal] = STATE(2510), - [sym_bit_string_literal] = STATE(2506), - [sym__abstract_literal] = STATE(1408), - [sym_based_literal] = STATE(1627), - [sym_allocator] = STATE(2509), - [sym_parenthesis_expression] = STATE(2509), + [sym__expression] = STATE(1550), + [sym_condition_expression] = STATE(2503), + [sym_logical_expression] = STATE(2503), + [sym_relational_expression] = STATE(2503), + [sym_shift_expression] = STATE(2503), + [sym_simple_expression] = STATE(2503), + [sym_unary_operator] = STATE(699), + [sym_sign] = STATE(700), + [sym__primary] = STATE(2502), + [sym_name] = STATE(2501), + [sym__direct_name] = STATE(764), + [sym__identifier] = STATE(1352), + [sym__external_name] = STATE(1352), + [sym_external_constant_name] = STATE(1351), + [sym_external_signal_name] = STATE(1351), + [sym_external_variable_name] = STATE(1351), + [sym__literal] = STATE(2500), + [sym_bit_string_literal] = STATE(2505), + [sym__abstract_literal] = STATE(1399), + [sym_based_literal] = STATE(1466), + [sym_allocator] = STATE(2501), + [sym_parenthesis_expression] = STATE(2501), [sym__tool_directive] = STATE(103), - [sym_waveform] = STATE(5921), - [sym_waveform_element] = STATE(5397), - [sym_conditional_waveforms] = STATE(8130), - [sym_delay_mechanism] = STATE(344), + [sym_waveform] = STATE(5832), + [sym_waveform_element] = STATE(5497), + [sym_conditional_waveforms] = STATE(7148), + [sym_delay_mechanism] = STATE(329), [sym_line_comment] = STATE(103), [sym_block_comment] = STATE(103), - [anon_sym_LPAREN] = ACTIONS(411), - [sym_condition_conversion] = ACTIONS(413), + [anon_sym_LPAREN] = ACTIONS(415), + [sym_condition_conversion] = ACTIONS(417), [anon_sym_PLUS] = ACTIONS(267), [anon_sym_DASH] = ACTIONS(267), - [anon_sym_LT_LT] = ACTIONS(415), - [sym_identifier] = ACTIONS(417), + [anon_sym_LT_LT] = ACTIONS(419), + [sym_identifier] = ACTIONS(421), [sym_ABS] = ACTIONS(273), [sym_AND] = ACTIONS(273), - [sym_GUARDED] = ACTIONS(690), - [sym_INERTIAL] = ACTIONS(421), + [sym_GUARDED] = ACTIONS(688), + [sym_INERTIAL] = ACTIONS(425), [sym_NAND] = ACTIONS(273), - [sym_NEW] = ACTIONS(423), + [sym_NEW] = ACTIONS(427), [sym_NOR] = ACTIONS(273), [sym_NOT] = ACTIONS(273), - [sym_NULL] = ACTIONS(425), + [sym_NULL] = ACTIONS(429), [sym_OR] = ACTIONS(273), - [sym_REJECT] = ACTIONS(427), - [sym_TRANSPORT] = ACTIONS(421), - [sym_UNAFFECTED] = ACTIONS(429), + [sym_REJECT] = ACTIONS(431), + [sym_TRANSPORT] = ACTIONS(425), + [sym_UNAFFECTED] = ACTIONS(435), [sym_XNOR] = ACTIONS(273), [sym_XOR] = ACTIONS(273), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(431), - [sym_decimal_float] = ACTIONS(431), - [sym_based_base] = ACTIONS(433), - [sym_character_literal] = ACTIONS(435), - [sym_string_literal] = ACTIONS(425), - [sym_string_literal_std_logic] = ACTIONS(425), - [sym_bit_string_length] = ACTIONS(437), - [sym_bit_string_base] = ACTIONS(439), - [sym_operator_symbol] = ACTIONS(435), + [sym_decimal_integer] = ACTIONS(437), + [sym_decimal_float] = ACTIONS(437), + [sym_based_base] = ACTIONS(439), + [sym_character_literal] = ACTIONS(441), + [sym_string_literal] = ACTIONS(429), + [sym_string_literal_std_logic] = ACTIONS(429), + [sym_bit_string_length] = ACTIONS(443), + [sym_bit_string_base] = ACTIONS(445), + [sym_operator_symbol] = ACTIONS(441), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(417), - [sym_library_constant_boolean] = ACTIONS(425), - [sym_library_constant_character] = ACTIONS(425), - [sym_library_constant_debug] = ACTIONS(425), - [sym_library_constant_env] = ACTIONS(425), - [sym_library_constant_standard] = ACTIONS(425), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(417), - [sym_library_type] = ACTIONS(417), + [sym_library_constant] = ACTIONS(421), + [sym_library_constant_boolean] = ACTIONS(429), + [sym_library_constant_character] = ACTIONS(429), + [sym_library_constant_debug] = ACTIONS(429), + [sym_library_constant_env] = ACTIONS(429), + [sym_library_constant_standard] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(441), + [sym_library_function] = ACTIONS(421), + [sym_library_type] = ACTIONS(421), }, [104] = { - [sym__expression] = STATE(1519), - [sym_condition_expression] = STATE(2536), - [sym_logical_expression] = STATE(2536), - [sym_relational_expression] = STATE(2536), - [sym_shift_expression] = STATE(2536), - [sym_simple_expression] = STATE(2536), - [sym_unary_operator] = STATE(704), - [sym_sign] = STATE(705), - [sym__primary] = STATE(2508), - [sym_name] = STATE(2509), - [sym__direct_name] = STATE(777), - [sym__identifier] = STATE(1411), - [sym__external_name] = STATE(1411), - [sym_external_constant_name] = STATE(1412), - [sym_external_signal_name] = STATE(1412), - [sym_external_variable_name] = STATE(1412), - [sym__literal] = STATE(2510), - [sym_bit_string_literal] = STATE(2506), - [sym__abstract_literal] = STATE(1408), - [sym_based_literal] = STATE(1627), - [sym_allocator] = STATE(2509), - [sym_parenthesis_expression] = STATE(2509), + [sym__expression] = STATE(1550), + [sym_condition_expression] = STATE(2503), + [sym_logical_expression] = STATE(2503), + [sym_relational_expression] = STATE(2503), + [sym_shift_expression] = STATE(2503), + [sym_simple_expression] = STATE(2503), + [sym_unary_operator] = STATE(699), + [sym_sign] = STATE(700), + [sym__primary] = STATE(2502), + [sym_name] = STATE(2501), + [sym__direct_name] = STATE(764), + [sym__identifier] = STATE(1352), + [sym__external_name] = STATE(1352), + [sym_external_constant_name] = STATE(1351), + [sym_external_signal_name] = STATE(1351), + [sym_external_variable_name] = STATE(1351), + [sym__literal] = STATE(2500), + [sym_bit_string_literal] = STATE(2505), + [sym__abstract_literal] = STATE(1399), + [sym_based_literal] = STATE(1466), + [sym_allocator] = STATE(2501), + [sym_parenthesis_expression] = STATE(2501), [sym__tool_directive] = STATE(104), - [sym_waveform] = STATE(5853), - [sym_waveform_element] = STATE(5397), - [sym_conditional_waveforms] = STATE(7514), - [sym_delay_mechanism] = STATE(335), + [sym_waveform] = STATE(5987), + [sym_waveform_element] = STATE(5497), + [sym_conditional_waveforms] = STATE(7668), + [sym_delay_mechanism] = STATE(337), [sym_line_comment] = STATE(104), [sym_block_comment] = STATE(104), - [anon_sym_LPAREN] = ACTIONS(411), - [sym_condition_conversion] = ACTIONS(413), + [anon_sym_LPAREN] = ACTIONS(415), + [sym_condition_conversion] = ACTIONS(417), [anon_sym_PLUS] = ACTIONS(267), [anon_sym_DASH] = ACTIONS(267), - [anon_sym_LT_LT] = ACTIONS(415), - [sym_identifier] = ACTIONS(417), + [anon_sym_LT_LT] = ACTIONS(419), + [sym_identifier] = ACTIONS(421), [sym_ABS] = ACTIONS(273), [sym_AND] = ACTIONS(273), - [sym_GUARDED] = ACTIONS(692), - [sym_INERTIAL] = ACTIONS(421), + [sym_GUARDED] = ACTIONS(690), + [sym_INERTIAL] = ACTIONS(425), [sym_NAND] = ACTIONS(273), - [sym_NEW] = ACTIONS(423), + [sym_NEW] = ACTIONS(427), [sym_NOR] = ACTIONS(273), [sym_NOT] = ACTIONS(273), - [sym_NULL] = ACTIONS(425), + [sym_NULL] = ACTIONS(429), [sym_OR] = ACTIONS(273), - [sym_REJECT] = ACTIONS(427), - [sym_TRANSPORT] = ACTIONS(421), - [sym_UNAFFECTED] = ACTIONS(429), + [sym_REJECT] = ACTIONS(431), + [sym_TRANSPORT] = ACTIONS(425), + [sym_UNAFFECTED] = ACTIONS(435), [sym_XNOR] = ACTIONS(273), [sym_XOR] = ACTIONS(273), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(431), - [sym_decimal_float] = ACTIONS(431), - [sym_based_base] = ACTIONS(433), - [sym_character_literal] = ACTIONS(435), - [sym_string_literal] = ACTIONS(425), - [sym_string_literal_std_logic] = ACTIONS(425), - [sym_bit_string_length] = ACTIONS(437), - [sym_bit_string_base] = ACTIONS(439), - [sym_operator_symbol] = ACTIONS(435), + [sym_decimal_integer] = ACTIONS(437), + [sym_decimal_float] = ACTIONS(437), + [sym_based_base] = ACTIONS(439), + [sym_character_literal] = ACTIONS(441), + [sym_string_literal] = ACTIONS(429), + [sym_string_literal_std_logic] = ACTIONS(429), + [sym_bit_string_length] = ACTIONS(443), + [sym_bit_string_base] = ACTIONS(445), + [sym_operator_symbol] = ACTIONS(441), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(417), - [sym_library_constant_boolean] = ACTIONS(425), - [sym_library_constant_character] = ACTIONS(425), - [sym_library_constant_debug] = ACTIONS(425), - [sym_library_constant_env] = ACTIONS(425), - [sym_library_constant_standard] = ACTIONS(425), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(417), - [sym_library_type] = ACTIONS(417), + [sym_library_constant] = ACTIONS(421), + [sym_library_constant_boolean] = ACTIONS(429), + [sym_library_constant_character] = ACTIONS(429), + [sym_library_constant_debug] = ACTIONS(429), + [sym_library_constant_env] = ACTIONS(429), + [sym_library_constant_standard] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(441), + [sym_library_function] = ACTIONS(421), + [sym_library_type] = ACTIONS(421), }, [105] = { - [sym__expression] = STATE(1519), - [sym_condition_expression] = STATE(2536), - [sym_logical_expression] = STATE(2536), - [sym_relational_expression] = STATE(2536), - [sym_shift_expression] = STATE(2536), - [sym_simple_expression] = STATE(2536), - [sym_unary_operator] = STATE(704), - [sym_sign] = STATE(705), - [sym__primary] = STATE(2508), - [sym_name] = STATE(2509), - [sym__direct_name] = STATE(777), - [sym__identifier] = STATE(1411), - [sym__external_name] = STATE(1411), - [sym_external_constant_name] = STATE(1412), - [sym_external_signal_name] = STATE(1412), - [sym_external_variable_name] = STATE(1412), - [sym__literal] = STATE(2510), - [sym_bit_string_literal] = STATE(2506), - [sym__abstract_literal] = STATE(1408), - [sym_based_literal] = STATE(1627), - [sym_allocator] = STATE(2509), - [sym_parenthesis_expression] = STATE(2509), + [sym__expression] = STATE(1550), + [sym_condition_expression] = STATE(2503), + [sym_logical_expression] = STATE(2503), + [sym_relational_expression] = STATE(2503), + [sym_shift_expression] = STATE(2503), + [sym_simple_expression] = STATE(2503), + [sym_unary_operator] = STATE(699), + [sym_sign] = STATE(700), + [sym__primary] = STATE(2502), + [sym_name] = STATE(2501), + [sym__direct_name] = STATE(764), + [sym__identifier] = STATE(1352), + [sym__external_name] = STATE(1352), + [sym_external_constant_name] = STATE(1351), + [sym_external_signal_name] = STATE(1351), + [sym_external_variable_name] = STATE(1351), + [sym__literal] = STATE(2500), + [sym_bit_string_literal] = STATE(2505), + [sym__abstract_literal] = STATE(1399), + [sym_based_literal] = STATE(1466), + [sym_allocator] = STATE(2501), + [sym_parenthesis_expression] = STATE(2501), [sym__tool_directive] = STATE(105), - [sym_waveform] = STATE(5860), - [sym_waveform_element] = STATE(5397), - [sym_conditional_waveforms] = STATE(7556), - [sym_delay_mechanism] = STATE(337), + [sym_selected_waveforms] = STATE(7667), + [sym_waveform] = STATE(6284), + [sym_waveform_element] = STATE(5497), + [sym_delay_mechanism] = STATE(271), [sym_line_comment] = STATE(105), [sym_block_comment] = STATE(105), - [anon_sym_LPAREN] = ACTIONS(411), - [sym_condition_conversion] = ACTIONS(413), + [aux_sym_selected_waveforms_repeat1] = STATE(326), + [anon_sym_LPAREN] = ACTIONS(415), + [sym_condition_conversion] = ACTIONS(417), [anon_sym_PLUS] = ACTIONS(267), [anon_sym_DASH] = ACTIONS(267), - [anon_sym_LT_LT] = ACTIONS(415), - [sym_identifier] = ACTIONS(417), + [anon_sym_LT_LT] = ACTIONS(419), + [sym_identifier] = ACTIONS(421), [sym_ABS] = ACTIONS(273), [sym_AND] = ACTIONS(273), - [sym_GUARDED] = ACTIONS(694), - [sym_INERTIAL] = ACTIONS(421), + [sym_INERTIAL] = ACTIONS(425), [sym_NAND] = ACTIONS(273), - [sym_NEW] = ACTIONS(423), + [sym_NEW] = ACTIONS(427), [sym_NOR] = ACTIONS(273), [sym_NOT] = ACTIONS(273), - [sym_NULL] = ACTIONS(425), + [sym_NULL] = ACTIONS(429), [sym_OR] = ACTIONS(273), - [sym_REJECT] = ACTIONS(427), - [sym_TRANSPORT] = ACTIONS(421), - [sym_UNAFFECTED] = ACTIONS(429), + [sym_REJECT] = ACTIONS(431), + [sym_TRANSPORT] = ACTIONS(425), + [sym_UNAFFECTED] = ACTIONS(435), [sym_XNOR] = ACTIONS(273), [sym_XOR] = ACTIONS(273), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(431), - [sym_decimal_float] = ACTIONS(431), - [sym_based_base] = ACTIONS(433), - [sym_character_literal] = ACTIONS(435), - [sym_string_literal] = ACTIONS(425), - [sym_string_literal_std_logic] = ACTIONS(425), - [sym_bit_string_length] = ACTIONS(437), - [sym_bit_string_base] = ACTIONS(439), - [sym_operator_symbol] = ACTIONS(435), + [sym_decimal_integer] = ACTIONS(437), + [sym_decimal_float] = ACTIONS(437), + [sym_based_base] = ACTIONS(439), + [sym_character_literal] = ACTIONS(441), + [sym_string_literal] = ACTIONS(429), + [sym_string_literal_std_logic] = ACTIONS(429), + [sym_bit_string_length] = ACTIONS(443), + [sym_bit_string_base] = ACTIONS(445), + [sym_operator_symbol] = ACTIONS(441), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(417), - [sym_library_constant_boolean] = ACTIONS(425), - [sym_library_constant_character] = ACTIONS(425), - [sym_library_constant_debug] = ACTIONS(425), - [sym_library_constant_env] = ACTIONS(425), - [sym_library_constant_standard] = ACTIONS(425), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(417), - [sym_library_type] = ACTIONS(417), + [sym_library_constant] = ACTIONS(421), + [sym_library_constant_boolean] = ACTIONS(429), + [sym_library_constant_character] = ACTIONS(429), + [sym_library_constant_debug] = ACTIONS(429), + [sym_library_constant_env] = ACTIONS(429), + [sym_library_constant_standard] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(441), + [sym_library_function] = ACTIONS(421), + [sym_library_type] = ACTIONS(421), }, [106] = { - [sym__expression] = STATE(1519), - [sym_condition_expression] = STATE(2536), - [sym_logical_expression] = STATE(2536), - [sym_relational_expression] = STATE(2536), - [sym_shift_expression] = STATE(2536), - [sym_simple_expression] = STATE(2536), - [sym_unary_operator] = STATE(704), - [sym_sign] = STATE(705), - [sym__primary] = STATE(2508), - [sym_name] = STATE(2509), - [sym__direct_name] = STATE(777), - [sym__identifier] = STATE(1411), - [sym__external_name] = STATE(1411), - [sym_external_constant_name] = STATE(1412), - [sym_external_signal_name] = STATE(1412), - [sym_external_variable_name] = STATE(1412), - [sym__literal] = STATE(2510), - [sym_bit_string_literal] = STATE(2506), - [sym__abstract_literal] = STATE(1408), - [sym_based_literal] = STATE(1627), - [sym_allocator] = STATE(2509), - [sym_parenthesis_expression] = STATE(2509), + [sym__expression] = STATE(1550), + [sym_condition_expression] = STATE(2503), + [sym_logical_expression] = STATE(2503), + [sym_relational_expression] = STATE(2503), + [sym_shift_expression] = STATE(2503), + [sym_simple_expression] = STATE(2503), + [sym_unary_operator] = STATE(699), + [sym_sign] = STATE(700), + [sym__primary] = STATE(2502), + [sym_name] = STATE(2501), + [sym__direct_name] = STATE(764), + [sym__identifier] = STATE(1352), + [sym__external_name] = STATE(1352), + [sym_external_constant_name] = STATE(1351), + [sym_external_signal_name] = STATE(1351), + [sym_external_variable_name] = STATE(1351), + [sym__literal] = STATE(2500), + [sym_bit_string_literal] = STATE(2505), + [sym__abstract_literal] = STATE(1399), + [sym_based_literal] = STATE(1466), + [sym_allocator] = STATE(2501), + [sym_parenthesis_expression] = STATE(2501), [sym__tool_directive] = STATE(106), - [sym_waveform] = STATE(5759), - [sym_waveform_element] = STATE(5397), - [sym_conditional_waveforms] = STATE(6911), - [sym_delay_mechanism] = STATE(331), + [sym_waveform] = STATE(5948), + [sym_waveform_element] = STATE(5497), + [sym_conditional_waveforms] = STATE(7533), + [sym_delay_mechanism] = STATE(339), [sym_line_comment] = STATE(106), [sym_block_comment] = STATE(106), - [anon_sym_LPAREN] = ACTIONS(411), - [sym_condition_conversion] = ACTIONS(413), + [anon_sym_LPAREN] = ACTIONS(415), + [sym_condition_conversion] = ACTIONS(417), [anon_sym_PLUS] = ACTIONS(267), [anon_sym_DASH] = ACTIONS(267), - [anon_sym_LT_LT] = ACTIONS(415), - [sym_identifier] = ACTIONS(417), + [anon_sym_LT_LT] = ACTIONS(419), + [sym_identifier] = ACTIONS(421), [sym_ABS] = ACTIONS(273), [sym_AND] = ACTIONS(273), - [sym_GUARDED] = ACTIONS(696), - [sym_INERTIAL] = ACTIONS(421), + [sym_GUARDED] = ACTIONS(692), + [sym_INERTIAL] = ACTIONS(425), [sym_NAND] = ACTIONS(273), - [sym_NEW] = ACTIONS(423), + [sym_NEW] = ACTIONS(427), [sym_NOR] = ACTIONS(273), [sym_NOT] = ACTIONS(273), - [sym_NULL] = ACTIONS(425), + [sym_NULL] = ACTIONS(429), [sym_OR] = ACTIONS(273), - [sym_REJECT] = ACTIONS(427), - [sym_TRANSPORT] = ACTIONS(421), - [sym_UNAFFECTED] = ACTIONS(429), + [sym_REJECT] = ACTIONS(431), + [sym_TRANSPORT] = ACTIONS(425), + [sym_UNAFFECTED] = ACTIONS(435), [sym_XNOR] = ACTIONS(273), [sym_XOR] = ACTIONS(273), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(431), - [sym_decimal_float] = ACTIONS(431), - [sym_based_base] = ACTIONS(433), - [sym_character_literal] = ACTIONS(435), - [sym_string_literal] = ACTIONS(425), - [sym_string_literal_std_logic] = ACTIONS(425), - [sym_bit_string_length] = ACTIONS(437), - [sym_bit_string_base] = ACTIONS(439), - [sym_operator_symbol] = ACTIONS(435), + [sym_decimal_integer] = ACTIONS(437), + [sym_decimal_float] = ACTIONS(437), + [sym_based_base] = ACTIONS(439), + [sym_character_literal] = ACTIONS(441), + [sym_string_literal] = ACTIONS(429), + [sym_string_literal_std_logic] = ACTIONS(429), + [sym_bit_string_length] = ACTIONS(443), + [sym_bit_string_base] = ACTIONS(445), + [sym_operator_symbol] = ACTIONS(441), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(417), - [sym_library_constant_boolean] = ACTIONS(425), - [sym_library_constant_character] = ACTIONS(425), - [sym_library_constant_debug] = ACTIONS(425), - [sym_library_constant_env] = ACTIONS(425), - [sym_library_constant_standard] = ACTIONS(425), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(417), - [sym_library_type] = ACTIONS(417), + [sym_library_constant] = ACTIONS(421), + [sym_library_constant_boolean] = ACTIONS(429), + [sym_library_constant_character] = ACTIONS(429), + [sym_library_constant_debug] = ACTIONS(429), + [sym_library_constant_env] = ACTIONS(429), + [sym_library_constant_standard] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(441), + [sym_library_function] = ACTIONS(421), + [sym_library_type] = ACTIONS(421), }, [107] = { - [sym__expression] = STATE(1519), - [sym_condition_expression] = STATE(2536), - [sym_logical_expression] = STATE(2536), - [sym_relational_expression] = STATE(2536), - [sym_shift_expression] = STATE(2536), - [sym_simple_expression] = STATE(2536), - [sym_unary_operator] = STATE(704), - [sym_sign] = STATE(705), - [sym__primary] = STATE(2508), - [sym_name] = STATE(2509), - [sym__direct_name] = STATE(777), - [sym__identifier] = STATE(1411), - [sym__external_name] = STATE(1411), - [sym_external_constant_name] = STATE(1412), - [sym_external_signal_name] = STATE(1412), - [sym_external_variable_name] = STATE(1412), - [sym__literal] = STATE(2510), - [sym_bit_string_literal] = STATE(2506), - [sym__abstract_literal] = STATE(1408), - [sym_based_literal] = STATE(1627), - [sym_allocator] = STATE(2509), - [sym_parenthesis_expression] = STATE(2509), + [sym__expression] = STATE(1550), + [sym_condition_expression] = STATE(2503), + [sym_logical_expression] = STATE(2503), + [sym_relational_expression] = STATE(2503), + [sym_shift_expression] = STATE(2503), + [sym_simple_expression] = STATE(2503), + [sym_unary_operator] = STATE(699), + [sym_sign] = STATE(700), + [sym__primary] = STATE(2502), + [sym_name] = STATE(2501), + [sym__direct_name] = STATE(764), + [sym__identifier] = STATE(1352), + [sym__external_name] = STATE(1352), + [sym_external_constant_name] = STATE(1351), + [sym_external_signal_name] = STATE(1351), + [sym_external_variable_name] = STATE(1351), + [sym__literal] = STATE(2500), + [sym_bit_string_literal] = STATE(2505), + [sym__abstract_literal] = STATE(1399), + [sym_based_literal] = STATE(1466), + [sym_allocator] = STATE(2501), + [sym_parenthesis_expression] = STATE(2501), [sym__tool_directive] = STATE(107), - [sym_selected_waveforms] = STATE(8178), - [sym_waveform] = STATE(6286), - [sym_waveform_element] = STATE(5397), - [sym_delay_mechanism] = STATE(320), + [sym_waveform] = STATE(5921), + [sym_waveform_element] = STATE(5497), + [sym_conditional_waveforms] = STATE(7453), + [sym_delay_mechanism] = STATE(342), [sym_line_comment] = STATE(107), [sym_block_comment] = STATE(107), - [aux_sym_selected_waveforms_repeat1] = STATE(339), - [anon_sym_LPAREN] = ACTIONS(411), - [sym_condition_conversion] = ACTIONS(413), + [anon_sym_LPAREN] = ACTIONS(415), + [sym_condition_conversion] = ACTIONS(417), [anon_sym_PLUS] = ACTIONS(267), [anon_sym_DASH] = ACTIONS(267), - [anon_sym_LT_LT] = ACTIONS(415), - [sym_identifier] = ACTIONS(417), + [anon_sym_LT_LT] = ACTIONS(419), + [sym_identifier] = ACTIONS(421), [sym_ABS] = ACTIONS(273), [sym_AND] = ACTIONS(273), - [sym_INERTIAL] = ACTIONS(421), + [sym_GUARDED] = ACTIONS(694), + [sym_INERTIAL] = ACTIONS(425), [sym_NAND] = ACTIONS(273), - [sym_NEW] = ACTIONS(423), + [sym_NEW] = ACTIONS(427), [sym_NOR] = ACTIONS(273), [sym_NOT] = ACTIONS(273), - [sym_NULL] = ACTIONS(425), + [sym_NULL] = ACTIONS(429), [sym_OR] = ACTIONS(273), - [sym_REJECT] = ACTIONS(427), - [sym_TRANSPORT] = ACTIONS(421), - [sym_UNAFFECTED] = ACTIONS(429), + [sym_REJECT] = ACTIONS(431), + [sym_TRANSPORT] = ACTIONS(425), + [sym_UNAFFECTED] = ACTIONS(435), [sym_XNOR] = ACTIONS(273), [sym_XOR] = ACTIONS(273), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(431), - [sym_decimal_float] = ACTIONS(431), - [sym_based_base] = ACTIONS(433), - [sym_character_literal] = ACTIONS(435), - [sym_string_literal] = ACTIONS(425), - [sym_string_literal_std_logic] = ACTIONS(425), - [sym_bit_string_length] = ACTIONS(437), - [sym_bit_string_base] = ACTIONS(439), - [sym_operator_symbol] = ACTIONS(435), + [sym_decimal_integer] = ACTIONS(437), + [sym_decimal_float] = ACTIONS(437), + [sym_based_base] = ACTIONS(439), + [sym_character_literal] = ACTIONS(441), + [sym_string_literal] = ACTIONS(429), + [sym_string_literal_std_logic] = ACTIONS(429), + [sym_bit_string_length] = ACTIONS(443), + [sym_bit_string_base] = ACTIONS(445), + [sym_operator_symbol] = ACTIONS(441), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(417), - [sym_library_constant_boolean] = ACTIONS(425), - [sym_library_constant_character] = ACTIONS(425), - [sym_library_constant_debug] = ACTIONS(425), - [sym_library_constant_env] = ACTIONS(425), - [sym_library_constant_standard] = ACTIONS(425), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(417), - [sym_library_type] = ACTIONS(417), + [sym_library_constant] = ACTIONS(421), + [sym_library_constant_boolean] = ACTIONS(429), + [sym_library_constant_character] = ACTIONS(429), + [sym_library_constant_debug] = ACTIONS(429), + [sym_library_constant_env] = ACTIONS(429), + [sym_library_constant_standard] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(441), + [sym_library_function] = ACTIONS(421), + [sym_library_type] = ACTIONS(421), }, [108] = { - [sym__expression] = STATE(1519), - [sym_condition_expression] = STATE(2536), - [sym_logical_expression] = STATE(2536), - [sym_relational_expression] = STATE(2536), - [sym_shift_expression] = STATE(2536), - [sym_simple_expression] = STATE(2536), - [sym_unary_operator] = STATE(704), - [sym_sign] = STATE(705), - [sym__primary] = STATE(2508), - [sym_name] = STATE(2509), - [sym__direct_name] = STATE(777), - [sym__identifier] = STATE(1411), - [sym__external_name] = STATE(1411), - [sym_external_constant_name] = STATE(1412), - [sym_external_signal_name] = STATE(1412), - [sym_external_variable_name] = STATE(1412), - [sym__literal] = STATE(2510), - [sym_bit_string_literal] = STATE(2506), - [sym__abstract_literal] = STATE(1408), - [sym_based_literal] = STATE(1627), - [sym_allocator] = STATE(2509), - [sym_parenthesis_expression] = STATE(2509), + [sym__expression] = STATE(1550), + [sym_condition_expression] = STATE(2503), + [sym_logical_expression] = STATE(2503), + [sym_relational_expression] = STATE(2503), + [sym_shift_expression] = STATE(2503), + [sym_simple_expression] = STATE(2503), + [sym_unary_operator] = STATE(699), + [sym_sign] = STATE(700), + [sym__primary] = STATE(2502), + [sym_name] = STATE(2501), + [sym__direct_name] = STATE(764), + [sym__identifier] = STATE(1352), + [sym__external_name] = STATE(1352), + [sym_external_constant_name] = STATE(1351), + [sym_external_signal_name] = STATE(1351), + [sym_external_variable_name] = STATE(1351), + [sym__literal] = STATE(2500), + [sym_bit_string_literal] = STATE(2505), + [sym__abstract_literal] = STATE(1399), + [sym_based_literal] = STATE(1466), + [sym_allocator] = STATE(2501), + [sym_parenthesis_expression] = STATE(2501), [sym__tool_directive] = STATE(108), - [sym_waveform] = STATE(5934), - [sym_waveform_element] = STATE(5397), - [sym_conditional_waveforms] = STATE(8180), - [sym_delay_mechanism] = STATE(347), + [sym_selected_waveforms] = STATE(7140), + [sym_waveform] = STATE(6284), + [sym_waveform_element] = STATE(5497), + [sym_delay_mechanism] = STATE(295), [sym_line_comment] = STATE(108), [sym_block_comment] = STATE(108), - [anon_sym_LPAREN] = ACTIONS(411), - [sym_condition_conversion] = ACTIONS(413), + [aux_sym_selected_waveforms_repeat1] = STATE(326), + [anon_sym_LPAREN] = ACTIONS(415), + [sym_condition_conversion] = ACTIONS(417), [anon_sym_PLUS] = ACTIONS(267), [anon_sym_DASH] = ACTIONS(267), - [anon_sym_LT_LT] = ACTIONS(415), - [sym_identifier] = ACTIONS(417), + [anon_sym_LT_LT] = ACTIONS(419), + [sym_identifier] = ACTIONS(421), [sym_ABS] = ACTIONS(273), [sym_AND] = ACTIONS(273), - [sym_GUARDED] = ACTIONS(698), - [sym_INERTIAL] = ACTIONS(421), + [sym_INERTIAL] = ACTIONS(425), [sym_NAND] = ACTIONS(273), - [sym_NEW] = ACTIONS(423), + [sym_NEW] = ACTIONS(427), [sym_NOR] = ACTIONS(273), [sym_NOT] = ACTIONS(273), - [sym_NULL] = ACTIONS(425), + [sym_NULL] = ACTIONS(429), [sym_OR] = ACTIONS(273), - [sym_REJECT] = ACTIONS(427), - [sym_TRANSPORT] = ACTIONS(421), - [sym_UNAFFECTED] = ACTIONS(429), + [sym_REJECT] = ACTIONS(431), + [sym_TRANSPORT] = ACTIONS(425), + [sym_UNAFFECTED] = ACTIONS(435), [sym_XNOR] = ACTIONS(273), [sym_XOR] = ACTIONS(273), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(431), - [sym_decimal_float] = ACTIONS(431), - [sym_based_base] = ACTIONS(433), - [sym_character_literal] = ACTIONS(435), - [sym_string_literal] = ACTIONS(425), - [sym_string_literal_std_logic] = ACTIONS(425), - [sym_bit_string_length] = ACTIONS(437), - [sym_bit_string_base] = ACTIONS(439), - [sym_operator_symbol] = ACTIONS(435), + [sym_decimal_integer] = ACTIONS(437), + [sym_decimal_float] = ACTIONS(437), + [sym_based_base] = ACTIONS(439), + [sym_character_literal] = ACTIONS(441), + [sym_string_literal] = ACTIONS(429), + [sym_string_literal_std_logic] = ACTIONS(429), + [sym_bit_string_length] = ACTIONS(443), + [sym_bit_string_base] = ACTIONS(445), + [sym_operator_symbol] = ACTIONS(441), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(417), - [sym_library_constant_boolean] = ACTIONS(425), - [sym_library_constant_character] = ACTIONS(425), - [sym_library_constant_debug] = ACTIONS(425), - [sym_library_constant_env] = ACTIONS(425), - [sym_library_constant_standard] = ACTIONS(425), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(417), - [sym_library_type] = ACTIONS(417), + [sym_library_constant] = ACTIONS(421), + [sym_library_constant_boolean] = ACTIONS(429), + [sym_library_constant_character] = ACTIONS(429), + [sym_library_constant_debug] = ACTIONS(429), + [sym_library_constant_env] = ACTIONS(429), + [sym_library_constant_standard] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(441), + [sym_library_function] = ACTIONS(421), + [sym_library_type] = ACTIONS(421), }, [109] = { - [sym__expression] = STATE(1519), - [sym_condition_expression] = STATE(2536), - [sym_logical_expression] = STATE(2536), - [sym_relational_expression] = STATE(2536), - [sym_shift_expression] = STATE(2536), - [sym_simple_expression] = STATE(2536), - [sym_unary_operator] = STATE(704), - [sym_sign] = STATE(705), - [sym__primary] = STATE(2508), - [sym_name] = STATE(2509), - [sym__direct_name] = STATE(777), - [sym__identifier] = STATE(1411), - [sym__external_name] = STATE(1411), - [sym_external_constant_name] = STATE(1412), - [sym_external_signal_name] = STATE(1412), - [sym_external_variable_name] = STATE(1412), - [sym__literal] = STATE(2510), - [sym_bit_string_literal] = STATE(2506), - [sym__abstract_literal] = STATE(1408), - [sym_based_literal] = STATE(1627), - [sym_allocator] = STATE(2509), - [sym_parenthesis_expression] = STATE(2509), + [sym__expression] = STATE(1550), + [sym_condition_expression] = STATE(2503), + [sym_logical_expression] = STATE(2503), + [sym_relational_expression] = STATE(2503), + [sym_shift_expression] = STATE(2503), + [sym_simple_expression] = STATE(2503), + [sym_unary_operator] = STATE(699), + [sym_sign] = STATE(700), + [sym__primary] = STATE(2502), + [sym_name] = STATE(2501), + [sym__direct_name] = STATE(764), + [sym__identifier] = STATE(1352), + [sym__external_name] = STATE(1352), + [sym_external_constant_name] = STATE(1351), + [sym_external_signal_name] = STATE(1351), + [sym_external_variable_name] = STATE(1351), + [sym__literal] = STATE(2500), + [sym_bit_string_literal] = STATE(2505), + [sym__abstract_literal] = STATE(1399), + [sym_based_literal] = STATE(1466), + [sym_allocator] = STATE(2501), + [sym_parenthesis_expression] = STATE(2501), [sym__tool_directive] = STATE(109), - [sym_selected_waveforms] = STATE(8222), - [sym_waveform] = STATE(6286), - [sym_waveform_element] = STATE(5397), - [sym_delay_mechanism] = STATE(323), + [sym_waveform] = STATE(5714), + [sym_waveform_element] = STATE(5497), + [sym_conditional_waveforms] = STATE(8227), + [sym_delay_mechanism] = STATE(328), [sym_line_comment] = STATE(109), [sym_block_comment] = STATE(109), - [aux_sym_selected_waveforms_repeat1] = STATE(339), - [anon_sym_LPAREN] = ACTIONS(411), - [sym_condition_conversion] = ACTIONS(413), + [anon_sym_LPAREN] = ACTIONS(415), + [sym_condition_conversion] = ACTIONS(417), [anon_sym_PLUS] = ACTIONS(267), [anon_sym_DASH] = ACTIONS(267), - [anon_sym_LT_LT] = ACTIONS(415), - [sym_identifier] = ACTIONS(417), + [anon_sym_LT_LT] = ACTIONS(419), + [sym_identifier] = ACTIONS(421), [sym_ABS] = ACTIONS(273), [sym_AND] = ACTIONS(273), - [sym_INERTIAL] = ACTIONS(421), + [sym_GUARDED] = ACTIONS(696), + [sym_INERTIAL] = ACTIONS(425), [sym_NAND] = ACTIONS(273), - [sym_NEW] = ACTIONS(423), + [sym_NEW] = ACTIONS(427), [sym_NOR] = ACTIONS(273), [sym_NOT] = ACTIONS(273), - [sym_NULL] = ACTIONS(425), + [sym_NULL] = ACTIONS(429), [sym_OR] = ACTIONS(273), - [sym_REJECT] = ACTIONS(427), - [sym_TRANSPORT] = ACTIONS(421), - [sym_UNAFFECTED] = ACTIONS(429), + [sym_REJECT] = ACTIONS(431), + [sym_TRANSPORT] = ACTIONS(425), + [sym_UNAFFECTED] = ACTIONS(435), [sym_XNOR] = ACTIONS(273), [sym_XOR] = ACTIONS(273), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(431), - [sym_decimal_float] = ACTIONS(431), - [sym_based_base] = ACTIONS(433), - [sym_character_literal] = ACTIONS(435), - [sym_string_literal] = ACTIONS(425), - [sym_string_literal_std_logic] = ACTIONS(425), - [sym_bit_string_length] = ACTIONS(437), - [sym_bit_string_base] = ACTIONS(439), - [sym_operator_symbol] = ACTIONS(435), + [sym_decimal_integer] = ACTIONS(437), + [sym_decimal_float] = ACTIONS(437), + [sym_based_base] = ACTIONS(439), + [sym_character_literal] = ACTIONS(441), + [sym_string_literal] = ACTIONS(429), + [sym_string_literal_std_logic] = ACTIONS(429), + [sym_bit_string_length] = ACTIONS(443), + [sym_bit_string_base] = ACTIONS(445), + [sym_operator_symbol] = ACTIONS(441), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(417), - [sym_library_constant_boolean] = ACTIONS(425), - [sym_library_constant_character] = ACTIONS(425), - [sym_library_constant_debug] = ACTIONS(425), - [sym_library_constant_env] = ACTIONS(425), - [sym_library_constant_standard] = ACTIONS(425), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(417), - [sym_library_type] = ACTIONS(417), + [sym_library_constant] = ACTIONS(421), + [sym_library_constant_boolean] = ACTIONS(429), + [sym_library_constant_character] = ACTIONS(429), + [sym_library_constant_debug] = ACTIONS(429), + [sym_library_constant_env] = ACTIONS(429), + [sym_library_constant_standard] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(441), + [sym_library_function] = ACTIONS(421), + [sym_library_type] = ACTIONS(421), }, [110] = { - [sym__expression] = STATE(1519), - [sym_condition_expression] = STATE(2536), - [sym_logical_expression] = STATE(2536), - [sym_relational_expression] = STATE(2536), - [sym_shift_expression] = STATE(2536), - [sym_simple_expression] = STATE(2536), - [sym_unary_operator] = STATE(704), - [sym_sign] = STATE(705), - [sym__primary] = STATE(2508), - [sym_name] = STATE(2509), - [sym__direct_name] = STATE(777), - [sym__identifier] = STATE(1411), - [sym__external_name] = STATE(1411), - [sym_external_constant_name] = STATE(1412), - [sym_external_signal_name] = STATE(1412), - [sym_external_variable_name] = STATE(1412), - [sym__literal] = STATE(2510), - [sym_bit_string_literal] = STATE(2506), - [sym__abstract_literal] = STATE(1408), - [sym_based_literal] = STATE(1627), - [sym_allocator] = STATE(2509), - [sym_parenthesis_expression] = STATE(2509), + [sym__concurrent_statement] = STATE(1926), + [sym_block_statement] = STATE(1927), + [sym_component_instantiation_statement] = STATE(1927), + [sym_process_statement] = STATE(1927), + [sym_case_generate_statement] = STATE(1927), + [sym_for_generate_statement] = STATE(1927), + [sym_if_generate_statement] = STATE(1927), + [sym_concurrent_assertion_statement] = STATE(1927), + [sym_assertion] = STATE(7733), + [sym_concurrent_procedure_call_statement] = STATE(1927), + [sym_concurrent_simple_signal_assignment] = STATE(1927), + [sym_concurrent_conditional_signal_assignment] = STATE(1927), + [sym_concurrent_selected_signal_assignment] = STATE(1927), + [sym_with_expression] = STATE(6013), + [sym_name] = STATE(6017), + [sym__direct_name] = STATE(3015), + [sym__label] = STATE(7711), + [sym__identifier] = STATE(4386), + [sym__external_name] = STATE(4386), + [sym_external_constant_name] = STATE(4383), + [sym_external_signal_name] = STATE(4383), + [sym_external_variable_name] = STATE(4383), [sym__tool_directive] = STATE(110), - [sym_waveform] = STATE(5703), - [sym_waveform_element] = STATE(5397), - [sym_conditional_waveforms] = STATE(6900), - [sym_delay_mechanism] = STATE(340), + [sym__target] = STATE(6043), + [sym_aggregate] = STATE(6048), + [sym_label_declaration] = STATE(2685), [sym_line_comment] = STATE(110), [sym_block_comment] = STATE(110), - [anon_sym_LPAREN] = ACTIONS(411), - [sym_condition_conversion] = ACTIONS(413), + [aux_sym_design_unit_repeat3] = STATE(115), + [anon_sym_LPAREN] = ACTIONS(9), + [anon_sym_LT_LT] = ACTIONS(11), + [sym_identifier] = ACTIONS(13), + [sym_ALIAS] = ACTIONS(610), + [sym_ARCHITECTURE] = ACTIONS(610), + [sym_ASSERT] = ACTIONS(19), + [sym_ATTRIBUTE] = ACTIONS(610), + [sym_COMPONENT] = ACTIONS(610), + [sym_CONFIGURATION] = ACTIONS(610), + [sym_CONSTANT] = ACTIONS(610), + [sym_CONTEXT] = ACTIONS(610), + [sym_DISCONNECT] = ACTIONS(610), + [sym_ENTITY] = ACTIONS(610), + [sym_FILE] = ACTIONS(610), + [sym_FOR] = ACTIONS(610), + [sym_FUNCTION] = ACTIONS(610), + [sym_GROUP] = ACTIONS(610), + [sym_IMPURE] = ACTIONS(610), + [sym_LIBRARY] = ACTIONS(610), + [sym_PACKAGE] = ACTIONS(610), + [sym_POSTPONED] = ACTIONS(49), + [sym_PROCEDURE] = ACTIONS(610), + [sym_PROCESS] = ACTIONS(53), + [sym_PURE] = ACTIONS(610), + [sym_SIGNAL] = ACTIONS(610), + [sym_SHARED] = ACTIONS(610), + [sym_SUBTYPE] = ACTIONS(610), + [sym_TYPE] = ACTIONS(610), + [sym_USE] = ACTIONS(610), + [sym_VARIABLE] = ACTIONS(610), + [sym_VIEW] = ACTIONS(610), + [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__end_of_file] = ACTIONS(610), + }, + [111] = { + [sym__expression] = STATE(1550), + [sym_condition_expression] = STATE(2503), + [sym_logical_expression] = STATE(2503), + [sym_relational_expression] = STATE(2503), + [sym_shift_expression] = STATE(2503), + [sym_simple_expression] = STATE(2503), + [sym_unary_operator] = STATE(699), + [sym_sign] = STATE(700), + [sym__primary] = STATE(2502), + [sym_name] = STATE(2501), + [sym__direct_name] = STATE(764), + [sym__identifier] = STATE(1352), + [sym__external_name] = STATE(1352), + [sym_external_constant_name] = STATE(1351), + [sym_external_signal_name] = STATE(1351), + [sym_external_variable_name] = STATE(1351), + [sym__literal] = STATE(2500), + [sym_bit_string_literal] = STATE(2505), + [sym__abstract_literal] = STATE(1399), + [sym_based_literal] = STATE(1466), + [sym_allocator] = STATE(2501), + [sym_parenthesis_expression] = STATE(2501), + [sym__tool_directive] = STATE(111), + [sym_waveform] = STATE(5819), + [sym_waveform_element] = STATE(5497), + [sym_conditional_waveforms] = STATE(7109), + [sym_delay_mechanism] = STATE(332), + [sym_line_comment] = STATE(111), + [sym_block_comment] = STATE(111), + [anon_sym_LPAREN] = ACTIONS(415), + [sym_condition_conversion] = ACTIONS(417), [anon_sym_PLUS] = ACTIONS(267), [anon_sym_DASH] = ACTIONS(267), - [anon_sym_LT_LT] = ACTIONS(415), - [sym_identifier] = ACTIONS(417), + [anon_sym_LT_LT] = ACTIONS(419), + [sym_identifier] = ACTIONS(421), [sym_ABS] = ACTIONS(273), [sym_AND] = ACTIONS(273), - [sym_GUARDED] = ACTIONS(700), - [sym_INERTIAL] = ACTIONS(421), + [sym_GUARDED] = ACTIONS(698), + [sym_INERTIAL] = ACTIONS(425), [sym_NAND] = ACTIONS(273), - [sym_NEW] = ACTIONS(423), + [sym_NEW] = ACTIONS(427), [sym_NOR] = ACTIONS(273), [sym_NOT] = ACTIONS(273), - [sym_NULL] = ACTIONS(425), + [sym_NULL] = ACTIONS(429), [sym_OR] = ACTIONS(273), - [sym_REJECT] = ACTIONS(427), - [sym_TRANSPORT] = ACTIONS(421), - [sym_UNAFFECTED] = ACTIONS(429), + [sym_REJECT] = ACTIONS(431), + [sym_TRANSPORT] = ACTIONS(425), + [sym_UNAFFECTED] = ACTIONS(435), [sym_XNOR] = ACTIONS(273), [sym_XOR] = ACTIONS(273), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(431), - [sym_decimal_float] = ACTIONS(431), - [sym_based_base] = ACTIONS(433), - [sym_character_literal] = ACTIONS(435), - [sym_string_literal] = ACTIONS(425), - [sym_string_literal_std_logic] = ACTIONS(425), - [sym_bit_string_length] = ACTIONS(437), - [sym_bit_string_base] = ACTIONS(439), - [sym_operator_symbol] = ACTIONS(435), - [sym__line_comment_start] = ACTIONS(5), - [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(417), - [sym_library_constant_boolean] = ACTIONS(425), - [sym_library_constant_character] = ACTIONS(425), - [sym_library_constant_debug] = ACTIONS(425), - [sym_library_constant_env] = ACTIONS(425), - [sym_library_constant_standard] = ACTIONS(425), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(417), - [sym_library_type] = ACTIONS(417), - }, - [111] = { - [sym__concurrent_statement] = STATE(2052), - [sym_block_statement] = STATE(2060), - [sym_component_instantiation_statement] = STATE(2060), - [sym_process_statement] = STATE(2060), - [sym_case_generate_statement] = STATE(2060), - [sym_for_generate_statement] = STATE(2060), - [sym_if_generate_statement] = STATE(2060), - [sym_concurrent_assertion_statement] = STATE(2060), - [sym_assertion] = STATE(7241), - [sym_concurrent_procedure_call_statement] = STATE(2060), - [sym_concurrent_simple_signal_assignment] = STATE(2060), - [sym_concurrent_conditional_signal_assignment] = STATE(2060), - [sym_concurrent_selected_signal_assignment] = STATE(2060), - [sym_with_expression] = STATE(6491), - [sym_name] = STATE(6540), - [sym__direct_name] = STATE(3023), - [sym__label] = STATE(7169), - [sym__identifier] = STATE(4362), - [sym__external_name] = STATE(4362), - [sym_external_constant_name] = STATE(4351), - [sym_external_signal_name] = STATE(4351), - [sym_external_variable_name] = STATE(4351), - [sym__tool_directive] = STATE(111), - [sym__target] = STATE(6080), - [sym_aggregate] = STATE(6098), - [sym_label_declaration] = STATE(2689), - [sym_line_comment] = STATE(111), - [sym_block_comment] = STATE(111), - [aux_sym_design_unit_repeat3] = STATE(111), - [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_character_literal] = ACTIONS(725), - [sym_operator_symbol] = ACTIONS(725), + [sym_decimal_integer] = ACTIONS(437), + [sym_decimal_float] = ACTIONS(437), + [sym_based_base] = ACTIONS(439), + [sym_character_literal] = ACTIONS(441), + [sym_string_literal] = ACTIONS(429), + [sym_string_literal_std_logic] = ACTIONS(429), + [sym_bit_string_length] = ACTIONS(443), + [sym_bit_string_base] = ACTIONS(445), + [sym_operator_symbol] = ACTIONS(441), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [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), + [sym_library_constant] = ACTIONS(421), + [sym_library_constant_boolean] = ACTIONS(429), + [sym_library_constant_character] = ACTIONS(429), + [sym_library_constant_debug] = ACTIONS(429), + [sym_library_constant_env] = ACTIONS(429), + [sym_library_constant_standard] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(441), + [sym_library_function] = ACTIONS(421), + [sym_library_type] = ACTIONS(421), }, [112] = { - [sym__expression] = STATE(1519), - [sym_condition_expression] = STATE(2536), - [sym_logical_expression] = STATE(2536), - [sym_relational_expression] = STATE(2536), - [sym_shift_expression] = STATE(2536), - [sym_simple_expression] = STATE(2536), - [sym_unary_operator] = STATE(704), - [sym_sign] = STATE(705), - [sym__primary] = STATE(2508), - [sym_name] = STATE(2509), - [sym__direct_name] = STATE(777), - [sym__identifier] = STATE(1411), - [sym__external_name] = STATE(1411), - [sym_external_constant_name] = STATE(1412), - [sym_external_signal_name] = STATE(1412), - [sym_external_variable_name] = STATE(1412), - [sym__literal] = STATE(2510), - [sym_bit_string_literal] = STATE(2506), - [sym__abstract_literal] = STATE(1408), - [sym_based_literal] = STATE(1627), - [sym_allocator] = STATE(2509), - [sym_parenthesis_expression] = STATE(2509), + [sym__expression] = STATE(1550), + [sym_condition_expression] = STATE(2503), + [sym_logical_expression] = STATE(2503), + [sym_relational_expression] = STATE(2503), + [sym_shift_expression] = STATE(2503), + [sym_simple_expression] = STATE(2503), + [sym_unary_operator] = STATE(699), + [sym_sign] = STATE(700), + [sym__primary] = STATE(2502), + [sym_name] = STATE(2501), + [sym__direct_name] = STATE(764), + [sym__identifier] = STATE(1352), + [sym__external_name] = STATE(1352), + [sym_external_constant_name] = STATE(1351), + [sym_external_signal_name] = STATE(1351), + [sym_external_variable_name] = STATE(1351), + [sym__literal] = STATE(2500), + [sym_bit_string_literal] = STATE(2505), + [sym__abstract_literal] = STATE(1399), + [sym_based_literal] = STATE(1466), + [sym_allocator] = STATE(2501), + [sym_parenthesis_expression] = STATE(2501), [sym__tool_directive] = STATE(112), - [sym_selected_waveforms] = STATE(7625), - [sym_waveform] = STATE(6286), - [sym_waveform_element] = STATE(5397), - [sym_delay_mechanism] = STATE(276), + [sym_selected_waveforms] = STATE(7792), + [sym_waveform] = STATE(6284), + [sym_waveform_element] = STATE(5497), + [sym_delay_mechanism] = STATE(262), [sym_line_comment] = STATE(112), [sym_block_comment] = STATE(112), - [aux_sym_selected_waveforms_repeat1] = STATE(339), - [anon_sym_LPAREN] = ACTIONS(411), - [sym_condition_conversion] = ACTIONS(413), + [aux_sym_selected_waveforms_repeat1] = STATE(326), + [anon_sym_LPAREN] = ACTIONS(415), + [sym_condition_conversion] = ACTIONS(417), [anon_sym_PLUS] = ACTIONS(267), [anon_sym_DASH] = ACTIONS(267), - [anon_sym_LT_LT] = ACTIONS(415), - [sym_identifier] = ACTIONS(417), + [anon_sym_LT_LT] = ACTIONS(419), + [sym_identifier] = ACTIONS(421), [sym_ABS] = ACTIONS(273), [sym_AND] = ACTIONS(273), - [sym_INERTIAL] = ACTIONS(421), + [sym_INERTIAL] = ACTIONS(425), [sym_NAND] = ACTIONS(273), - [sym_NEW] = ACTIONS(423), + [sym_NEW] = ACTIONS(427), [sym_NOR] = ACTIONS(273), [sym_NOT] = ACTIONS(273), - [sym_NULL] = ACTIONS(425), + [sym_NULL] = ACTIONS(429), [sym_OR] = ACTIONS(273), - [sym_REJECT] = ACTIONS(427), - [sym_TRANSPORT] = ACTIONS(421), - [sym_UNAFFECTED] = ACTIONS(429), + [sym_REJECT] = ACTIONS(431), + [sym_TRANSPORT] = ACTIONS(425), + [sym_UNAFFECTED] = ACTIONS(435), [sym_XNOR] = ACTIONS(273), [sym_XOR] = ACTIONS(273), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(431), - [sym_decimal_float] = ACTIONS(431), - [sym_based_base] = ACTIONS(433), - [sym_character_literal] = ACTIONS(435), - [sym_string_literal] = ACTIONS(425), - [sym_string_literal_std_logic] = ACTIONS(425), - [sym_bit_string_length] = ACTIONS(437), - [sym_bit_string_base] = ACTIONS(439), - [sym_operator_symbol] = ACTIONS(435), + [sym_decimal_integer] = ACTIONS(437), + [sym_decimal_float] = ACTIONS(437), + [sym_based_base] = ACTIONS(439), + [sym_character_literal] = ACTIONS(441), + [sym_string_literal] = ACTIONS(429), + [sym_string_literal_std_logic] = ACTIONS(429), + [sym_bit_string_length] = ACTIONS(443), + [sym_bit_string_base] = ACTIONS(445), + [sym_operator_symbol] = ACTIONS(441), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(417), - [sym_library_constant_boolean] = ACTIONS(425), - [sym_library_constant_character] = ACTIONS(425), - [sym_library_constant_debug] = ACTIONS(425), - [sym_library_constant_env] = ACTIONS(425), - [sym_library_constant_standard] = ACTIONS(425), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(417), - [sym_library_type] = ACTIONS(417), + [sym_library_constant] = ACTIONS(421), + [sym_library_constant_boolean] = ACTIONS(429), + [sym_library_constant_character] = ACTIONS(429), + [sym_library_constant_debug] = ACTIONS(429), + [sym_library_constant_env] = ACTIONS(429), + [sym_library_constant_standard] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(441), + [sym_library_function] = ACTIONS(421), + [sym_library_type] = ACTIONS(421), }, [113] = { - [sym__expression] = STATE(1519), - [sym_condition_expression] = STATE(2536), - [sym_logical_expression] = STATE(2536), - [sym_relational_expression] = STATE(2536), - [sym_shift_expression] = STATE(2536), - [sym_simple_expression] = STATE(2536), - [sym_unary_operator] = STATE(704), - [sym_sign] = STATE(705), - [sym__primary] = STATE(2508), - [sym_name] = STATE(2509), - [sym__direct_name] = STATE(777), - [sym__identifier] = STATE(1411), - [sym__external_name] = STATE(1411), - [sym_external_constant_name] = STATE(1412), - [sym_external_signal_name] = STATE(1412), - [sym_external_variable_name] = STATE(1412), - [sym__literal] = STATE(2510), - [sym_bit_string_literal] = STATE(2506), - [sym__abstract_literal] = STATE(1408), - [sym_based_literal] = STATE(1627), - [sym_allocator] = STATE(2509), - [sym_parenthesis_expression] = STATE(2509), + [sym__expression] = STATE(1550), + [sym_condition_expression] = STATE(2503), + [sym_logical_expression] = STATE(2503), + [sym_relational_expression] = STATE(2503), + [sym_shift_expression] = STATE(2503), + [sym_simple_expression] = STATE(2503), + [sym_unary_operator] = STATE(699), + [sym_sign] = STATE(700), + [sym__primary] = STATE(2502), + [sym_name] = STATE(2501), + [sym__direct_name] = STATE(764), + [sym__identifier] = STATE(1352), + [sym__external_name] = STATE(1352), + [sym_external_constant_name] = STATE(1351), + [sym_external_signal_name] = STATE(1351), + [sym_external_variable_name] = STATE(1351), + [sym__literal] = STATE(2500), + [sym_bit_string_literal] = STATE(2505), + [sym__abstract_literal] = STATE(1399), + [sym_based_literal] = STATE(1466), + [sym_allocator] = STATE(2501), + [sym_parenthesis_expression] = STATE(2501), [sym__tool_directive] = STATE(113), - [sym_waveform] = STATE(5873), - [sym_waveform_element] = STATE(5397), - [sym_conditional_waveforms] = STATE(7628), - [sym_delay_mechanism] = STATE(326), + [sym_selected_waveforms] = STATE(7331), + [sym_waveform] = STATE(6284), + [sym_waveform_element] = STATE(5497), + [sym_delay_mechanism] = STATE(283), [sym_line_comment] = STATE(113), [sym_block_comment] = STATE(113), - [anon_sym_LPAREN] = ACTIONS(411), - [sym_condition_conversion] = ACTIONS(413), + [aux_sym_selected_waveforms_repeat1] = STATE(326), + [anon_sym_LPAREN] = ACTIONS(415), + [sym_condition_conversion] = ACTIONS(417), [anon_sym_PLUS] = ACTIONS(267), [anon_sym_DASH] = ACTIONS(267), - [anon_sym_LT_LT] = ACTIONS(415), - [sym_identifier] = ACTIONS(417), + [anon_sym_LT_LT] = ACTIONS(419), + [sym_identifier] = ACTIONS(421), [sym_ABS] = ACTIONS(273), [sym_AND] = ACTIONS(273), - [sym_GUARDED] = ACTIONS(728), - [sym_INERTIAL] = ACTIONS(421), + [sym_INERTIAL] = ACTIONS(425), [sym_NAND] = ACTIONS(273), - [sym_NEW] = ACTIONS(423), + [sym_NEW] = ACTIONS(427), [sym_NOR] = ACTIONS(273), [sym_NOT] = ACTIONS(273), - [sym_NULL] = ACTIONS(425), + [sym_NULL] = ACTIONS(429), [sym_OR] = ACTIONS(273), - [sym_REJECT] = ACTIONS(427), - [sym_TRANSPORT] = ACTIONS(421), - [sym_UNAFFECTED] = ACTIONS(429), + [sym_REJECT] = ACTIONS(431), + [sym_TRANSPORT] = ACTIONS(425), + [sym_UNAFFECTED] = ACTIONS(435), [sym_XNOR] = ACTIONS(273), [sym_XOR] = ACTIONS(273), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(431), - [sym_decimal_float] = ACTIONS(431), - [sym_based_base] = ACTIONS(433), - [sym_character_literal] = ACTIONS(435), - [sym_string_literal] = ACTIONS(425), - [sym_string_literal_std_logic] = ACTIONS(425), - [sym_bit_string_length] = ACTIONS(437), - [sym_bit_string_base] = ACTIONS(439), - [sym_operator_symbol] = ACTIONS(435), + [sym_decimal_integer] = ACTIONS(437), + [sym_decimal_float] = ACTIONS(437), + [sym_based_base] = ACTIONS(439), + [sym_character_literal] = ACTIONS(441), + [sym_string_literal] = ACTIONS(429), + [sym_string_literal_std_logic] = ACTIONS(429), + [sym_bit_string_length] = ACTIONS(443), + [sym_bit_string_base] = ACTIONS(445), + [sym_operator_symbol] = ACTIONS(441), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(417), - [sym_library_constant_boolean] = ACTIONS(425), - [sym_library_constant_character] = ACTIONS(425), - [sym_library_constant_debug] = ACTIONS(425), - [sym_library_constant_env] = ACTIONS(425), - [sym_library_constant_standard] = ACTIONS(425), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(417), - [sym_library_type] = ACTIONS(417), + [sym_library_constant] = ACTIONS(421), + [sym_library_constant_boolean] = ACTIONS(429), + [sym_library_constant_character] = ACTIONS(429), + [sym_library_constant_debug] = ACTIONS(429), + [sym_library_constant_env] = ACTIONS(429), + [sym_library_constant_standard] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(441), + [sym_library_function] = ACTIONS(421), + [sym_library_type] = ACTIONS(421), }, [114] = { - [sym__expression] = STATE(1519), - [sym_condition_expression] = STATE(2536), - [sym_logical_expression] = STATE(2536), - [sym_relational_expression] = STATE(2536), - [sym_shift_expression] = STATE(2536), - [sym_simple_expression] = STATE(2536), - [sym_unary_operator] = STATE(704), - [sym_sign] = STATE(705), - [sym__primary] = STATE(2508), - [sym_name] = STATE(2509), - [sym__direct_name] = STATE(777), - [sym__identifier] = STATE(1411), - [sym__external_name] = STATE(1411), - [sym_external_constant_name] = STATE(1412), - [sym_external_signal_name] = STATE(1412), - [sym_external_variable_name] = STATE(1412), - [sym__literal] = STATE(2510), - [sym_bit_string_literal] = STATE(2506), - [sym__abstract_literal] = STATE(1408), - [sym_based_literal] = STATE(1627), - [sym_allocator] = STATE(2509), - [sym_parenthesis_expression] = STATE(2509), + [sym__expression] = STATE(1550), + [sym_condition_expression] = STATE(2503), + [sym_logical_expression] = STATE(2503), + [sym_relational_expression] = STATE(2503), + [sym_shift_expression] = STATE(2503), + [sym_simple_expression] = STATE(2503), + [sym_unary_operator] = STATE(699), + [sym_sign] = STATE(700), + [sym__primary] = STATE(2502), + [sym_name] = STATE(2501), + [sym__direct_name] = STATE(764), + [sym__identifier] = STATE(1352), + [sym__external_name] = STATE(1352), + [sym_external_constant_name] = STATE(1351), + [sym_external_signal_name] = STATE(1351), + [sym_external_variable_name] = STATE(1351), + [sym__literal] = STATE(2500), + [sym_bit_string_literal] = STATE(2505), + [sym__abstract_literal] = STATE(1399), + [sym_based_literal] = STATE(1466), + [sym_allocator] = STATE(2501), + [sym_parenthesis_expression] = STATE(2501), [sym__tool_directive] = STATE(114), - [sym_selected_waveforms] = STATE(8253), - [sym_waveform] = STATE(6286), - [sym_waveform_element] = STATE(5397), - [sym_delay_mechanism] = STATE(241), + [sym_waveform] = STATE(5656), + [sym_waveform_element] = STATE(5497), + [sym_conditional_waveforms] = STATE(6705), + [sym_delay_mechanism] = STATE(344), [sym_line_comment] = STATE(114), [sym_block_comment] = STATE(114), - [aux_sym_selected_waveforms_repeat1] = STATE(339), - [anon_sym_LPAREN] = ACTIONS(411), - [sym_condition_conversion] = ACTIONS(413), + [anon_sym_LPAREN] = ACTIONS(415), + [sym_condition_conversion] = ACTIONS(417), [anon_sym_PLUS] = ACTIONS(267), [anon_sym_DASH] = ACTIONS(267), - [anon_sym_LT_LT] = ACTIONS(415), - [sym_identifier] = ACTIONS(417), + [anon_sym_LT_LT] = ACTIONS(419), + [sym_identifier] = ACTIONS(421), [sym_ABS] = ACTIONS(273), [sym_AND] = ACTIONS(273), - [sym_INERTIAL] = ACTIONS(421), + [sym_GUARDED] = ACTIONS(700), + [sym_INERTIAL] = ACTIONS(425), [sym_NAND] = ACTIONS(273), - [sym_NEW] = ACTIONS(423), + [sym_NEW] = ACTIONS(427), [sym_NOR] = ACTIONS(273), [sym_NOT] = ACTIONS(273), - [sym_NULL] = ACTIONS(425), + [sym_NULL] = ACTIONS(429), [sym_OR] = ACTIONS(273), - [sym_REJECT] = ACTIONS(427), - [sym_TRANSPORT] = ACTIONS(421), - [sym_UNAFFECTED] = ACTIONS(429), + [sym_REJECT] = ACTIONS(431), + [sym_TRANSPORT] = ACTIONS(425), + [sym_UNAFFECTED] = ACTIONS(435), [sym_XNOR] = ACTIONS(273), [sym_XOR] = ACTIONS(273), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(431), - [sym_decimal_float] = ACTIONS(431), - [sym_based_base] = ACTIONS(433), - [sym_character_literal] = ACTIONS(435), - [sym_string_literal] = ACTIONS(425), - [sym_string_literal_std_logic] = ACTIONS(425), - [sym_bit_string_length] = ACTIONS(437), - [sym_bit_string_base] = ACTIONS(439), - [sym_operator_symbol] = ACTIONS(435), + [sym_decimal_integer] = ACTIONS(437), + [sym_decimal_float] = ACTIONS(437), + [sym_based_base] = ACTIONS(439), + [sym_character_literal] = ACTIONS(441), + [sym_string_literal] = ACTIONS(429), + [sym_string_literal_std_logic] = ACTIONS(429), + [sym_bit_string_length] = ACTIONS(443), + [sym_bit_string_base] = ACTIONS(445), + [sym_operator_symbol] = ACTIONS(441), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(417), - [sym_library_constant_boolean] = ACTIONS(425), - [sym_library_constant_character] = ACTIONS(425), - [sym_library_constant_debug] = ACTIONS(425), - [sym_library_constant_env] = ACTIONS(425), - [sym_library_constant_standard] = ACTIONS(425), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(417), - [sym_library_type] = ACTIONS(417), + [sym_library_constant] = ACTIONS(421), + [sym_library_constant_boolean] = ACTIONS(429), + [sym_library_constant_character] = ACTIONS(429), + [sym_library_constant_debug] = ACTIONS(429), + [sym_library_constant_env] = ACTIONS(429), + [sym_library_constant_standard] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(441), + [sym_library_function] = ACTIONS(421), + [sym_library_type] = ACTIONS(421), }, [115] = { - [sym__expression] = STATE(1519), - [sym_condition_expression] = STATE(2536), - [sym_logical_expression] = STATE(2536), - [sym_relational_expression] = STATE(2536), - [sym_shift_expression] = STATE(2536), - [sym_simple_expression] = STATE(2536), - [sym_unary_operator] = STATE(704), - [sym_sign] = STATE(705), - [sym__primary] = STATE(2508), - [sym_name] = STATE(2509), - [sym__direct_name] = STATE(777), - [sym__identifier] = STATE(1411), - [sym__external_name] = STATE(1411), - [sym_external_constant_name] = STATE(1412), - [sym_external_signal_name] = STATE(1412), - [sym_external_variable_name] = STATE(1412), - [sym__literal] = STATE(2510), - [sym_bit_string_literal] = STATE(2506), - [sym__abstract_literal] = STATE(1408), - [sym_based_literal] = STATE(1627), - [sym_allocator] = STATE(2509), - [sym_parenthesis_expression] = STATE(2509), + [sym__concurrent_statement] = STATE(1926), + [sym_block_statement] = STATE(1927), + [sym_component_instantiation_statement] = STATE(1927), + [sym_process_statement] = STATE(1927), + [sym_case_generate_statement] = STATE(1927), + [sym_for_generate_statement] = STATE(1927), + [sym_if_generate_statement] = STATE(1927), + [sym_concurrent_assertion_statement] = STATE(1927), + [sym_assertion] = STATE(7733), + [sym_concurrent_procedure_call_statement] = STATE(1927), + [sym_concurrent_simple_signal_assignment] = STATE(1927), + [sym_concurrent_conditional_signal_assignment] = STATE(1927), + [sym_concurrent_selected_signal_assignment] = STATE(1927), + [sym_with_expression] = STATE(6013), + [sym_name] = STATE(6017), + [sym__direct_name] = STATE(3015), + [sym__label] = STATE(7711), + [sym__identifier] = STATE(4386), + [sym__external_name] = STATE(4386), + [sym_external_constant_name] = STATE(4383), + [sym_external_signal_name] = STATE(4383), + [sym_external_variable_name] = STATE(4383), [sym__tool_directive] = STATE(115), - [sym_waveform] = STATE(5574), - [sym_waveform_element] = STATE(5397), - [sym_conditional_waveforms] = STATE(7017), - [sym_delay_mechanism] = STATE(329), + [sym__target] = STATE(6043), + [sym_aggregate] = STATE(6048), + [sym_label_declaration] = STATE(2685), [sym_line_comment] = STATE(115), [sym_block_comment] = STATE(115), - [anon_sym_LPAREN] = ACTIONS(411), - [sym_condition_conversion] = ACTIONS(413), - [anon_sym_PLUS] = ACTIONS(267), - [anon_sym_DASH] = ACTIONS(267), - [anon_sym_LT_LT] = ACTIONS(415), - [sym_identifier] = ACTIONS(417), - [sym_ABS] = ACTIONS(273), - [sym_AND] = ACTIONS(273), - [sym_GUARDED] = ACTIONS(730), - [sym_INERTIAL] = ACTIONS(421), - [sym_NAND] = ACTIONS(273), - [sym_NEW] = ACTIONS(423), - [sym_NOR] = ACTIONS(273), - [sym_NOT] = ACTIONS(273), - [sym_NULL] = ACTIONS(425), - [sym_OR] = ACTIONS(273), - [sym_REJECT] = ACTIONS(427), - [sym_TRANSPORT] = ACTIONS(421), - [sym_UNAFFECTED] = ACTIONS(429), - [sym_XNOR] = ACTIONS(273), - [sym_XOR] = ACTIONS(273), + [aux_sym_design_unit_repeat3] = STATE(115), + [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(431), - [sym_decimal_float] = ACTIONS(431), - [sym_based_base] = ACTIONS(433), - [sym_character_literal] = ACTIONS(435), - [sym_string_literal] = ACTIONS(425), - [sym_string_literal_std_logic] = ACTIONS(425), - [sym_bit_string_length] = ACTIONS(437), - [sym_bit_string_base] = ACTIONS(439), - [sym_operator_symbol] = ACTIONS(435), + [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(417), - [sym_library_constant_boolean] = ACTIONS(425), - [sym_library_constant_character] = ACTIONS(425), - [sym_library_constant_debug] = ACTIONS(425), - [sym_library_constant_env] = ACTIONS(425), - [sym_library_constant_standard] = ACTIONS(425), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(417), - [sym_library_type] = ACTIONS(417), + [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), }, [116] = { - [sym__expression] = STATE(1519), - [sym_condition_expression] = STATE(2536), - [sym_logical_expression] = STATE(2536), - [sym_relational_expression] = STATE(2536), - [sym_shift_expression] = STATE(2536), - [sym_simple_expression] = STATE(2536), - [sym_unary_operator] = STATE(704), - [sym_sign] = STATE(705), - [sym__primary] = STATE(2508), - [sym_name] = STATE(2509), - [sym__direct_name] = STATE(777), - [sym__identifier] = STATE(1411), - [sym__external_name] = STATE(1411), - [sym_external_constant_name] = STATE(1412), - [sym_external_signal_name] = STATE(1412), - [sym_external_variable_name] = STATE(1412), - [sym__literal] = STATE(2510), - [sym_bit_string_literal] = STATE(2506), - [sym__abstract_literal] = STATE(1408), - [sym_based_literal] = STATE(1627), - [sym_allocator] = STATE(2509), - [sym_parenthesis_expression] = STATE(2509), + [sym__expression] = STATE(1550), + [sym_condition_expression] = STATE(2503), + [sym_logical_expression] = STATE(2503), + [sym_relational_expression] = STATE(2503), + [sym_shift_expression] = STATE(2503), + [sym_simple_expression] = STATE(2503), + [sym_unary_operator] = STATE(699), + [sym_sign] = STATE(700), + [sym__primary] = STATE(2502), + [sym_name] = STATE(2501), + [sym__direct_name] = STATE(764), + [sym__identifier] = STATE(1352), + [sym__external_name] = STATE(1352), + [sym_external_constant_name] = STATE(1351), + [sym_external_signal_name] = STATE(1351), + [sym_external_variable_name] = STATE(1351), + [sym__literal] = STATE(2500), + [sym_bit_string_literal] = STATE(2505), + [sym__abstract_literal] = STATE(1399), + [sym_based_literal] = STATE(1466), + [sym_allocator] = STATE(2501), + [sym_parenthesis_expression] = STATE(2501), [sym__tool_directive] = STATE(116), - [sym_selected_waveforms] = STATE(7727), - [sym_waveform] = STATE(6286), - [sym_waveform_element] = STATE(5397), - [sym_delay_mechanism] = STATE(287), + [sym_selected_waveforms] = STATE(6742), + [sym_waveform] = STATE(6284), + [sym_waveform_element] = STATE(5497), + [sym_delay_mechanism] = STATE(324), [sym_line_comment] = STATE(116), [sym_block_comment] = STATE(116), - [aux_sym_selected_waveforms_repeat1] = STATE(339), - [anon_sym_LPAREN] = ACTIONS(411), - [sym_condition_conversion] = ACTIONS(413), + [aux_sym_selected_waveforms_repeat1] = STATE(326), + [anon_sym_LPAREN] = ACTIONS(415), + [sym_condition_conversion] = ACTIONS(417), [anon_sym_PLUS] = ACTIONS(267), [anon_sym_DASH] = ACTIONS(267), - [anon_sym_LT_LT] = ACTIONS(415), - [sym_identifier] = ACTIONS(417), + [anon_sym_LT_LT] = ACTIONS(419), + [sym_identifier] = ACTIONS(421), [sym_ABS] = ACTIONS(273), [sym_AND] = ACTIONS(273), - [sym_INERTIAL] = ACTIONS(421), + [sym_INERTIAL] = ACTIONS(425), [sym_NAND] = ACTIONS(273), - [sym_NEW] = ACTIONS(423), + [sym_NEW] = ACTIONS(427), [sym_NOR] = ACTIONS(273), [sym_NOT] = ACTIONS(273), - [sym_NULL] = ACTIONS(425), + [sym_NULL] = ACTIONS(429), [sym_OR] = ACTIONS(273), - [sym_REJECT] = ACTIONS(427), - [sym_TRANSPORT] = ACTIONS(421), - [sym_UNAFFECTED] = ACTIONS(429), + [sym_REJECT] = ACTIONS(431), + [sym_TRANSPORT] = ACTIONS(425), + [sym_UNAFFECTED] = ACTIONS(435), [sym_XNOR] = ACTIONS(273), [sym_XOR] = ACTIONS(273), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(431), - [sym_decimal_float] = ACTIONS(431), - [sym_based_base] = ACTIONS(433), - [sym_character_literal] = ACTIONS(435), - [sym_string_literal] = ACTIONS(425), - [sym_string_literal_std_logic] = ACTIONS(425), - [sym_bit_string_length] = ACTIONS(437), - [sym_bit_string_base] = ACTIONS(439), - [sym_operator_symbol] = ACTIONS(435), + [sym_decimal_integer] = ACTIONS(437), + [sym_decimal_float] = ACTIONS(437), + [sym_based_base] = ACTIONS(439), + [sym_character_literal] = ACTIONS(441), + [sym_string_literal] = ACTIONS(429), + [sym_string_literal_std_logic] = ACTIONS(429), + [sym_bit_string_length] = ACTIONS(443), + [sym_bit_string_base] = ACTIONS(445), + [sym_operator_symbol] = ACTIONS(441), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(417), - [sym_library_constant_boolean] = ACTIONS(425), - [sym_library_constant_character] = ACTIONS(425), - [sym_library_constant_debug] = ACTIONS(425), - [sym_library_constant_env] = ACTIONS(425), - [sym_library_constant_standard] = ACTIONS(425), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(417), - [sym_library_type] = ACTIONS(417), + [sym_library_constant] = ACTIONS(421), + [sym_library_constant_boolean] = ACTIONS(429), + [sym_library_constant_character] = ACTIONS(429), + [sym_library_constant_debug] = ACTIONS(429), + [sym_library_constant_env] = ACTIONS(429), + [sym_library_constant_standard] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(441), + [sym_library_function] = ACTIONS(421), + [sym_library_type] = ACTIONS(421), }, [117] = { - [sym__expression] = STATE(1519), - [sym_condition_expression] = STATE(2536), - [sym_logical_expression] = STATE(2536), - [sym_relational_expression] = STATE(2536), - [sym_shift_expression] = STATE(2536), - [sym_simple_expression] = STATE(2536), - [sym_unary_operator] = STATE(704), - [sym_sign] = STATE(705), - [sym__primary] = STATE(2508), - [sym_name] = STATE(2509), - [sym__direct_name] = STATE(777), - [sym__identifier] = STATE(1411), - [sym__external_name] = STATE(1411), - [sym_external_constant_name] = STATE(1412), - [sym_external_signal_name] = STATE(1412), - [sym_external_variable_name] = STATE(1412), - [sym__literal] = STATE(2510), - [sym_bit_string_literal] = STATE(2506), - [sym__abstract_literal] = STATE(1408), - [sym_based_literal] = STATE(1627), - [sym_allocator] = STATE(2509), - [sym_parenthesis_expression] = STATE(2509), + [sym__expression] = STATE(1550), + [sym_condition_expression] = STATE(2503), + [sym_logical_expression] = STATE(2503), + [sym_relational_expression] = STATE(2503), + [sym_shift_expression] = STATE(2503), + [sym_simple_expression] = STATE(2503), + [sym_unary_operator] = STATE(699), + [sym_sign] = STATE(700), + [sym__primary] = STATE(2502), + [sym_name] = STATE(2501), + [sym__direct_name] = STATE(764), + [sym__identifier] = STATE(1352), + [sym__external_name] = STATE(1352), + [sym_external_constant_name] = STATE(1351), + [sym_external_signal_name] = STATE(1351), + [sym_external_variable_name] = STATE(1351), + [sym__literal] = STATE(2500), + [sym_bit_string_literal] = STATE(2505), + [sym__abstract_literal] = STATE(1399), + [sym_based_literal] = STATE(1466), + [sym_allocator] = STATE(2501), + [sym_parenthesis_expression] = STATE(2501), [sym__tool_directive] = STATE(117), - [sym_waveform] = STATE(5809), - [sym_waveform_element] = STATE(5397), - [sym_conditional_waveforms] = STATE(7303), - [sym_delay_mechanism] = STATE(328), + [sym_selected_waveforms] = STATE(8044), + [sym_waveform] = STATE(6284), + [sym_waveform_element] = STATE(5497), + [sym_delay_mechanism] = STATE(315), [sym_line_comment] = STATE(117), [sym_block_comment] = STATE(117), - [anon_sym_LPAREN] = ACTIONS(411), - [sym_condition_conversion] = ACTIONS(413), + [aux_sym_selected_waveforms_repeat1] = STATE(326), + [anon_sym_LPAREN] = ACTIONS(415), + [sym_condition_conversion] = ACTIONS(417), [anon_sym_PLUS] = ACTIONS(267), [anon_sym_DASH] = ACTIONS(267), - [anon_sym_LT_LT] = ACTIONS(415), - [sym_identifier] = ACTIONS(417), + [anon_sym_LT_LT] = ACTIONS(419), + [sym_identifier] = ACTIONS(421), [sym_ABS] = ACTIONS(273), [sym_AND] = ACTIONS(273), - [sym_GUARDED] = ACTIONS(732), - [sym_INERTIAL] = ACTIONS(421), + [sym_INERTIAL] = ACTIONS(425), [sym_NAND] = ACTIONS(273), - [sym_NEW] = ACTIONS(423), + [sym_NEW] = ACTIONS(427), [sym_NOR] = ACTIONS(273), [sym_NOT] = ACTIONS(273), - [sym_NULL] = ACTIONS(425), + [sym_NULL] = ACTIONS(429), [sym_OR] = ACTIONS(273), - [sym_REJECT] = ACTIONS(427), - [sym_TRANSPORT] = ACTIONS(421), - [sym_UNAFFECTED] = ACTIONS(429), + [sym_REJECT] = ACTIONS(431), + [sym_TRANSPORT] = ACTIONS(425), + [sym_UNAFFECTED] = ACTIONS(435), [sym_XNOR] = ACTIONS(273), [sym_XOR] = ACTIONS(273), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(431), - [sym_decimal_float] = ACTIONS(431), - [sym_based_base] = ACTIONS(433), - [sym_character_literal] = ACTIONS(435), - [sym_string_literal] = ACTIONS(425), - [sym_string_literal_std_logic] = ACTIONS(425), - [sym_bit_string_length] = ACTIONS(437), - [sym_bit_string_base] = ACTIONS(439), - [sym_operator_symbol] = ACTIONS(435), + [sym_decimal_integer] = ACTIONS(437), + [sym_decimal_float] = ACTIONS(437), + [sym_based_base] = ACTIONS(439), + [sym_character_literal] = ACTIONS(441), + [sym_string_literal] = ACTIONS(429), + [sym_string_literal_std_logic] = ACTIONS(429), + [sym_bit_string_length] = ACTIONS(443), + [sym_bit_string_base] = ACTIONS(445), + [sym_operator_symbol] = ACTIONS(441), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(417), - [sym_library_constant_boolean] = ACTIONS(425), - [sym_library_constant_character] = ACTIONS(425), - [sym_library_constant_debug] = ACTIONS(425), - [sym_library_constant_env] = ACTIONS(425), - [sym_library_constant_standard] = ACTIONS(425), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(417), - [sym_library_type] = ACTIONS(417), + [sym_library_constant] = ACTIONS(421), + [sym_library_constant_boolean] = ACTIONS(429), + [sym_library_constant_character] = ACTIONS(429), + [sym_library_constant_debug] = ACTIONS(429), + [sym_library_constant_env] = ACTIONS(429), + [sym_library_constant_standard] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(441), + [sym_library_function] = ACTIONS(421), + [sym_library_type] = ACTIONS(421), }, [118] = { - [sym__expression] = STATE(1519), - [sym_condition_expression] = STATE(2536), - [sym_logical_expression] = STATE(2536), - [sym_relational_expression] = STATE(2536), - [sym_shift_expression] = STATE(2536), - [sym_simple_expression] = STATE(2536), - [sym_unary_operator] = STATE(704), - [sym_sign] = STATE(705), - [sym__primary] = STATE(2508), - [sym_name] = STATE(2509), - [sym__direct_name] = STATE(777), - [sym__identifier] = STATE(1411), - [sym__external_name] = STATE(1411), - [sym_external_constant_name] = STATE(1412), - [sym_external_signal_name] = STATE(1412), - [sym_external_variable_name] = STATE(1412), - [sym__literal] = STATE(2510), - [sym_bit_string_literal] = STATE(2506), - [sym__abstract_literal] = STATE(1408), - [sym_based_literal] = STATE(1627), - [sym_allocator] = STATE(2509), - [sym_parenthesis_expression] = STATE(2509), + [sym__expression] = STATE(1550), + [sym_condition_expression] = STATE(2503), + [sym_logical_expression] = STATE(2503), + [sym_relational_expression] = STATE(2503), + [sym_shift_expression] = STATE(2503), + [sym_simple_expression] = STATE(2503), + [sym_unary_operator] = STATE(699), + [sym_sign] = STATE(700), + [sym__primary] = STATE(2502), + [sym_name] = STATE(2501), + [sym__direct_name] = STATE(764), + [sym__identifier] = STATE(1352), + [sym__external_name] = STATE(1352), + [sym_external_constant_name] = STATE(1351), + [sym_external_signal_name] = STATE(1351), + [sym_external_variable_name] = STATE(1351), + [sym__literal] = STATE(2500), + [sym_bit_string_literal] = STATE(2505), + [sym__abstract_literal] = STATE(1399), + [sym_based_literal] = STATE(1466), + [sym_allocator] = STATE(2501), + [sym_parenthesis_expression] = STATE(2501), [sym__tool_directive] = STATE(118), - [sym_selected_waveforms] = STATE(7404), - [sym_waveform] = STATE(6286), - [sym_waveform_element] = STATE(5397), - [sym_delay_mechanism] = STATE(297), + [sym_waveform] = STATE(5669), + [sym_waveform_element] = STATE(5497), + [sym_conditional_waveforms] = STATE(6749), + [sym_delay_mechanism] = STATE(330), [sym_line_comment] = STATE(118), [sym_block_comment] = STATE(118), - [aux_sym_selected_waveforms_repeat1] = STATE(339), - [anon_sym_LPAREN] = ACTIONS(411), - [sym_condition_conversion] = ACTIONS(413), + [anon_sym_LPAREN] = ACTIONS(415), + [sym_condition_conversion] = ACTIONS(417), [anon_sym_PLUS] = ACTIONS(267), [anon_sym_DASH] = ACTIONS(267), - [anon_sym_LT_LT] = ACTIONS(415), - [sym_identifier] = ACTIONS(417), + [anon_sym_LT_LT] = ACTIONS(419), + [sym_identifier] = ACTIONS(421), [sym_ABS] = ACTIONS(273), [sym_AND] = ACTIONS(273), - [sym_INERTIAL] = ACTIONS(421), + [sym_GUARDED] = ACTIONS(728), + [sym_INERTIAL] = ACTIONS(425), [sym_NAND] = ACTIONS(273), - [sym_NEW] = ACTIONS(423), + [sym_NEW] = ACTIONS(427), [sym_NOR] = ACTIONS(273), [sym_NOT] = ACTIONS(273), - [sym_NULL] = ACTIONS(425), + [sym_NULL] = ACTIONS(429), [sym_OR] = ACTIONS(273), - [sym_REJECT] = ACTIONS(427), - [sym_TRANSPORT] = ACTIONS(421), - [sym_UNAFFECTED] = ACTIONS(429), + [sym_REJECT] = ACTIONS(431), + [sym_TRANSPORT] = ACTIONS(425), + [sym_UNAFFECTED] = ACTIONS(435), [sym_XNOR] = ACTIONS(273), [sym_XOR] = ACTIONS(273), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(431), - [sym_decimal_float] = ACTIONS(431), - [sym_based_base] = ACTIONS(433), - [sym_character_literal] = ACTIONS(435), - [sym_string_literal] = ACTIONS(425), - [sym_string_literal_std_logic] = ACTIONS(425), - [sym_bit_string_length] = ACTIONS(437), - [sym_bit_string_base] = ACTIONS(439), - [sym_operator_symbol] = ACTIONS(435), + [sym_decimal_integer] = ACTIONS(437), + [sym_decimal_float] = ACTIONS(437), + [sym_based_base] = ACTIONS(439), + [sym_character_literal] = ACTIONS(441), + [sym_string_literal] = ACTIONS(429), + [sym_string_literal_std_logic] = ACTIONS(429), + [sym_bit_string_length] = ACTIONS(443), + [sym_bit_string_base] = ACTIONS(445), + [sym_operator_symbol] = ACTIONS(441), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(417), - [sym_library_constant_boolean] = ACTIONS(425), - [sym_library_constant_character] = ACTIONS(425), - [sym_library_constant_debug] = ACTIONS(425), - [sym_library_constant_env] = ACTIONS(425), - [sym_library_constant_standard] = ACTIONS(425), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(417), - [sym_library_type] = ACTIONS(417), + [sym_library_constant] = ACTIONS(421), + [sym_library_constant_boolean] = ACTIONS(429), + [sym_library_constant_character] = ACTIONS(429), + [sym_library_constant_debug] = ACTIONS(429), + [sym_library_constant_env] = ACTIONS(429), + [sym_library_constant_standard] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(441), + [sym_library_function] = ACTIONS(421), + [sym_library_type] = ACTIONS(421), }, [119] = { - [sym__expression] = STATE(1519), - [sym_condition_expression] = STATE(2536), - [sym_logical_expression] = STATE(2536), - [sym_relational_expression] = STATE(2536), - [sym_shift_expression] = STATE(2536), - [sym_simple_expression] = STATE(2536), - [sym_unary_operator] = STATE(704), - [sym_sign] = STATE(705), - [sym__primary] = STATE(2508), - [sym_name] = STATE(2509), - [sym__direct_name] = STATE(777), - [sym__identifier] = STATE(1411), - [sym__external_name] = STATE(1411), - [sym_external_constant_name] = STATE(1412), - [sym_external_signal_name] = STATE(1412), - [sym_external_variable_name] = STATE(1412), - [sym__literal] = STATE(2510), - [sym_bit_string_literal] = STATE(2506), - [sym__abstract_literal] = STATE(1408), - [sym_based_literal] = STATE(1627), - [sym_allocator] = STATE(2509), - [sym_parenthesis_expression] = STATE(2509), + [sym__expression] = STATE(1550), + [sym_condition_expression] = STATE(2503), + [sym_logical_expression] = STATE(2503), + [sym_relational_expression] = STATE(2503), + [sym_shift_expression] = STATE(2503), + [sym_simple_expression] = STATE(2503), + [sym_unary_operator] = STATE(699), + [sym_sign] = STATE(700), + [sym__primary] = STATE(2502), + [sym_name] = STATE(2501), + [sym__direct_name] = STATE(764), + [sym__identifier] = STATE(1352), + [sym__external_name] = STATE(1352), + [sym_external_constant_name] = STATE(1351), + [sym_external_signal_name] = STATE(1351), + [sym_external_variable_name] = STATE(1351), + [sym__literal] = STATE(2500), + [sym_bit_string_literal] = STATE(2505), + [sym__abstract_literal] = STATE(1399), + [sym_based_literal] = STATE(1466), + [sym_allocator] = STATE(2501), + [sym_parenthesis_expression] = STATE(2501), [sym__tool_directive] = STATE(119), - [sym_selected_waveforms] = STATE(6920), - [sym_waveform] = STATE(6286), - [sym_waveform_element] = STATE(5397), - [sym_delay_mechanism] = STATE(247), + [sym_waveform] = STATE(5693), + [sym_waveform_element] = STATE(5497), + [sym_conditional_waveforms] = STATE(6765), + [sym_delay_mechanism] = STATE(333), [sym_line_comment] = STATE(119), [sym_block_comment] = STATE(119), - [aux_sym_selected_waveforms_repeat1] = STATE(339), - [anon_sym_LPAREN] = ACTIONS(411), - [sym_condition_conversion] = ACTIONS(413), + [anon_sym_LPAREN] = ACTIONS(415), + [sym_condition_conversion] = ACTIONS(417), [anon_sym_PLUS] = ACTIONS(267), [anon_sym_DASH] = ACTIONS(267), - [anon_sym_LT_LT] = ACTIONS(415), - [sym_identifier] = ACTIONS(417), + [anon_sym_LT_LT] = ACTIONS(419), + [sym_identifier] = ACTIONS(421), [sym_ABS] = ACTIONS(273), [sym_AND] = ACTIONS(273), - [sym_INERTIAL] = ACTIONS(421), + [sym_GUARDED] = ACTIONS(730), + [sym_INERTIAL] = ACTIONS(425), [sym_NAND] = ACTIONS(273), - [sym_NEW] = ACTIONS(423), + [sym_NEW] = ACTIONS(427), [sym_NOR] = ACTIONS(273), [sym_NOT] = ACTIONS(273), - [sym_NULL] = ACTIONS(425), + [sym_NULL] = ACTIONS(429), [sym_OR] = ACTIONS(273), - [sym_REJECT] = ACTIONS(427), - [sym_TRANSPORT] = ACTIONS(421), - [sym_UNAFFECTED] = ACTIONS(429), + [sym_REJECT] = ACTIONS(431), + [sym_TRANSPORT] = ACTIONS(425), + [sym_UNAFFECTED] = ACTIONS(435), [sym_XNOR] = ACTIONS(273), [sym_XOR] = ACTIONS(273), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(431), - [sym_decimal_float] = ACTIONS(431), - [sym_based_base] = ACTIONS(433), - [sym_character_literal] = ACTIONS(435), - [sym_string_literal] = ACTIONS(425), - [sym_string_literal_std_logic] = ACTIONS(425), - [sym_bit_string_length] = ACTIONS(437), - [sym_bit_string_base] = ACTIONS(439), - [sym_operator_symbol] = ACTIONS(435), + [sym_decimal_integer] = ACTIONS(437), + [sym_decimal_float] = ACTIONS(437), + [sym_based_base] = ACTIONS(439), + [sym_character_literal] = ACTIONS(441), + [sym_string_literal] = ACTIONS(429), + [sym_string_literal_std_logic] = ACTIONS(429), + [sym_bit_string_length] = ACTIONS(443), + [sym_bit_string_base] = ACTIONS(445), + [sym_operator_symbol] = ACTIONS(441), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(417), - [sym_library_constant_boolean] = ACTIONS(425), - [sym_library_constant_character] = ACTIONS(425), - [sym_library_constant_debug] = ACTIONS(425), - [sym_library_constant_env] = ACTIONS(425), - [sym_library_constant_standard] = ACTIONS(425), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(417), - [sym_library_type] = ACTIONS(417), + [sym_library_constant] = ACTIONS(421), + [sym_library_constant_boolean] = ACTIONS(429), + [sym_library_constant_character] = ACTIONS(429), + [sym_library_constant_debug] = ACTIONS(429), + [sym_library_constant_env] = ACTIONS(429), + [sym_library_constant_standard] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(441), + [sym_library_function] = ACTIONS(421), + [sym_library_type] = ACTIONS(421), }, [120] = { - [sym__expression] = STATE(1519), - [sym_condition_expression] = STATE(2536), - [sym_logical_expression] = STATE(2536), - [sym_relational_expression] = STATE(2536), - [sym_shift_expression] = STATE(2536), - [sym_simple_expression] = STATE(2536), - [sym_unary_operator] = STATE(704), - [sym_sign] = STATE(705), - [sym__primary] = STATE(2508), - [sym_name] = STATE(2509), - [sym__direct_name] = STATE(777), - [sym__identifier] = STATE(1411), - [sym__external_name] = STATE(1411), - [sym_external_constant_name] = STATE(1412), - [sym_external_signal_name] = STATE(1412), - [sym_external_variable_name] = STATE(1412), - [sym__literal] = STATE(2510), - [sym_bit_string_literal] = STATE(2506), - [sym__abstract_literal] = STATE(1408), - [sym_based_literal] = STATE(1627), - [sym_allocator] = STATE(2509), - [sym_parenthesis_expression] = STATE(2509), + [sym__expression] = STATE(1550), + [sym_condition_expression] = STATE(2503), + [sym_logical_expression] = STATE(2503), + [sym_relational_expression] = STATE(2503), + [sym_shift_expression] = STATE(2503), + [sym_simple_expression] = STATE(2503), + [sym_unary_operator] = STATE(699), + [sym_sign] = STATE(700), + [sym__primary] = STATE(2502), + [sym_name] = STATE(2501), + [sym__direct_name] = STATE(764), + [sym__identifier] = STATE(1352), + [sym__external_name] = STATE(1352), + [sym_external_constant_name] = STATE(1351), + [sym_external_signal_name] = STATE(1351), + [sym_external_variable_name] = STATE(1351), + [sym__literal] = STATE(2500), + [sym_bit_string_literal] = STATE(2505), + [sym__abstract_literal] = STATE(1399), + [sym_based_literal] = STATE(1466), + [sym_allocator] = STATE(2501), + [sym_parenthesis_expression] = STATE(2501), [sym__tool_directive] = STATE(120), - [sym_waveform] = STATE(5640), - [sym_waveform_element] = STATE(5397), - [sym_conditional_waveforms] = STATE(6934), - [sym_delay_mechanism] = STATE(338), + [sym_waveform] = STATE(5673), + [sym_waveform_element] = STATE(5497), + [sym_conditional_waveforms] = STATE(6751), + [sym_delay_mechanism] = STATE(348), [sym_line_comment] = STATE(120), [sym_block_comment] = STATE(120), - [anon_sym_LPAREN] = ACTIONS(411), - [sym_condition_conversion] = ACTIONS(413), + [anon_sym_LPAREN] = ACTIONS(415), + [sym_condition_conversion] = ACTIONS(417), [anon_sym_PLUS] = ACTIONS(267), [anon_sym_DASH] = ACTIONS(267), - [anon_sym_LT_LT] = ACTIONS(415), - [sym_identifier] = ACTIONS(417), + [anon_sym_LT_LT] = ACTIONS(419), + [sym_identifier] = ACTIONS(421), [sym_ABS] = ACTIONS(273), [sym_AND] = ACTIONS(273), - [sym_GUARDED] = ACTIONS(734), - [sym_INERTIAL] = ACTIONS(421), + [sym_GUARDED] = ACTIONS(732), + [sym_INERTIAL] = ACTIONS(425), [sym_NAND] = ACTIONS(273), - [sym_NEW] = ACTIONS(423), + [sym_NEW] = ACTIONS(427), [sym_NOR] = ACTIONS(273), [sym_NOT] = ACTIONS(273), - [sym_NULL] = ACTIONS(425), + [sym_NULL] = ACTIONS(429), [sym_OR] = ACTIONS(273), - [sym_REJECT] = ACTIONS(427), - [sym_TRANSPORT] = ACTIONS(421), - [sym_UNAFFECTED] = ACTIONS(429), + [sym_REJECT] = ACTIONS(431), + [sym_TRANSPORT] = ACTIONS(425), + [sym_UNAFFECTED] = ACTIONS(435), [sym_XNOR] = ACTIONS(273), [sym_XOR] = ACTIONS(273), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(431), - [sym_decimal_float] = ACTIONS(431), - [sym_based_base] = ACTIONS(433), - [sym_character_literal] = ACTIONS(435), - [sym_string_literal] = ACTIONS(425), - [sym_string_literal_std_logic] = ACTIONS(425), - [sym_bit_string_length] = ACTIONS(437), - [sym_bit_string_base] = ACTIONS(439), - [sym_operator_symbol] = ACTIONS(435), + [sym_decimal_integer] = ACTIONS(437), + [sym_decimal_float] = ACTIONS(437), + [sym_based_base] = ACTIONS(439), + [sym_character_literal] = ACTIONS(441), + [sym_string_literal] = ACTIONS(429), + [sym_string_literal_std_logic] = ACTIONS(429), + [sym_bit_string_length] = ACTIONS(443), + [sym_bit_string_base] = ACTIONS(445), + [sym_operator_symbol] = ACTIONS(441), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(417), - [sym_library_constant_boolean] = ACTIONS(425), - [sym_library_constant_character] = ACTIONS(425), - [sym_library_constant_debug] = ACTIONS(425), - [sym_library_constant_env] = ACTIONS(425), - [sym_library_constant_standard] = ACTIONS(425), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(417), - [sym_library_type] = ACTIONS(417), + [sym_library_constant] = ACTIONS(421), + [sym_library_constant_boolean] = ACTIONS(429), + [sym_library_constant_character] = ACTIONS(429), + [sym_library_constant_debug] = ACTIONS(429), + [sym_library_constant_env] = ACTIONS(429), + [sym_library_constant_standard] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(441), + [sym_library_function] = ACTIONS(421), + [sym_library_type] = ACTIONS(421), }, [121] = { - [sym__expression] = STATE(1519), - [sym_condition_expression] = STATE(2536), - [sym_logical_expression] = STATE(2536), - [sym_relational_expression] = STATE(2536), - [sym_shift_expression] = STATE(2536), - [sym_simple_expression] = STATE(2536), - [sym_unary_operator] = STATE(704), - [sym_sign] = STATE(705), - [sym__primary] = STATE(2508), - [sym_name] = STATE(2509), - [sym__direct_name] = STATE(777), - [sym__identifier] = STATE(1411), - [sym__external_name] = STATE(1411), - [sym_external_constant_name] = STATE(1412), - [sym_external_signal_name] = STATE(1412), - [sym_external_variable_name] = STATE(1412), - [sym__literal] = STATE(2510), - [sym_bit_string_literal] = STATE(2506), - [sym__abstract_literal] = STATE(1408), - [sym_based_literal] = STATE(1627), - [sym_allocator] = STATE(2509), - [sym_parenthesis_expression] = STATE(2509), + [sym__expression] = STATE(1550), + [sym_condition_expression] = STATE(2503), + [sym_logical_expression] = STATE(2503), + [sym_relational_expression] = STATE(2503), + [sym_shift_expression] = STATE(2503), + [sym_simple_expression] = STATE(2503), + [sym_unary_operator] = STATE(699), + [sym_sign] = STATE(700), + [sym__primary] = STATE(2502), + [sym_name] = STATE(2501), + [sym__direct_name] = STATE(764), + [sym__identifier] = STATE(1352), + [sym__external_name] = STATE(1352), + [sym_external_constant_name] = STATE(1351), + [sym_external_signal_name] = STATE(1351), + [sym_external_variable_name] = STATE(1351), + [sym__literal] = STATE(2500), + [sym_bit_string_literal] = STATE(2505), + [sym__abstract_literal] = STATE(1399), + [sym_based_literal] = STATE(1466), + [sym_allocator] = STATE(2501), + [sym_parenthesis_expression] = STATE(2501), [sym__tool_directive] = STATE(121), - [sym_selected_waveforms] = STATE(7473), - [sym_waveform] = STATE(6286), - [sym_waveform_element] = STATE(5397), - [sym_delay_mechanism] = STATE(249), + [sym_selected_waveforms] = STATE(6874), + [sym_waveform] = STATE(6284), + [sym_waveform_element] = STATE(5497), + [sym_delay_mechanism] = STATE(291), [sym_line_comment] = STATE(121), [sym_block_comment] = STATE(121), - [aux_sym_selected_waveforms_repeat1] = STATE(339), - [anon_sym_LPAREN] = ACTIONS(411), - [sym_condition_conversion] = ACTIONS(413), + [aux_sym_selected_waveforms_repeat1] = STATE(326), + [anon_sym_LPAREN] = ACTIONS(415), + [sym_condition_conversion] = ACTIONS(417), [anon_sym_PLUS] = ACTIONS(267), [anon_sym_DASH] = ACTIONS(267), - [anon_sym_LT_LT] = ACTIONS(415), - [sym_identifier] = ACTIONS(417), + [anon_sym_LT_LT] = ACTIONS(419), + [sym_identifier] = ACTIONS(421), [sym_ABS] = ACTIONS(273), [sym_AND] = ACTIONS(273), - [sym_INERTIAL] = ACTIONS(421), + [sym_INERTIAL] = ACTIONS(425), [sym_NAND] = ACTIONS(273), - [sym_NEW] = ACTIONS(423), + [sym_NEW] = ACTIONS(427), [sym_NOR] = ACTIONS(273), [sym_NOT] = ACTIONS(273), - [sym_NULL] = ACTIONS(425), + [sym_NULL] = ACTIONS(429), [sym_OR] = ACTIONS(273), - [sym_REJECT] = ACTIONS(427), - [sym_TRANSPORT] = ACTIONS(421), - [sym_UNAFFECTED] = ACTIONS(429), + [sym_REJECT] = ACTIONS(431), + [sym_TRANSPORT] = ACTIONS(425), + [sym_UNAFFECTED] = ACTIONS(435), [sym_XNOR] = ACTIONS(273), [sym_XOR] = ACTIONS(273), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(431), - [sym_decimal_float] = ACTIONS(431), - [sym_based_base] = ACTIONS(433), - [sym_character_literal] = ACTIONS(435), - [sym_string_literal] = ACTIONS(425), - [sym_string_literal_std_logic] = ACTIONS(425), - [sym_bit_string_length] = ACTIONS(437), - [sym_bit_string_base] = ACTIONS(439), - [sym_operator_symbol] = ACTIONS(435), + [sym_decimal_integer] = ACTIONS(437), + [sym_decimal_float] = ACTIONS(437), + [sym_based_base] = ACTIONS(439), + [sym_character_literal] = ACTIONS(441), + [sym_string_literal] = ACTIONS(429), + [sym_string_literal_std_logic] = ACTIONS(429), + [sym_bit_string_length] = ACTIONS(443), + [sym_bit_string_base] = ACTIONS(445), + [sym_operator_symbol] = ACTIONS(441), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(417), - [sym_library_constant_boolean] = ACTIONS(425), - [sym_library_constant_character] = ACTIONS(425), - [sym_library_constant_debug] = ACTIONS(425), - [sym_library_constant_env] = ACTIONS(425), - [sym_library_constant_standard] = ACTIONS(425), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(417), - [sym_library_type] = ACTIONS(417), + [sym_library_constant] = ACTIONS(421), + [sym_library_constant_boolean] = ACTIONS(429), + [sym_library_constant_character] = ACTIONS(429), + [sym_library_constant_debug] = ACTIONS(429), + [sym_library_constant_env] = ACTIONS(429), + [sym_library_constant_standard] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(441), + [sym_library_function] = ACTIONS(421), + [sym_library_type] = ACTIONS(421), }, [122] = { - [sym__expression] = STATE(1519), - [sym_condition_expression] = STATE(2536), - [sym_logical_expression] = STATE(2536), - [sym_relational_expression] = STATE(2536), - [sym_shift_expression] = STATE(2536), - [sym_simple_expression] = STATE(2536), - [sym_unary_operator] = STATE(704), - [sym_sign] = STATE(705), - [sym__primary] = STATE(2508), - [sym_name] = STATE(2509), - [sym__direct_name] = STATE(777), - [sym__identifier] = STATE(1411), - [sym__external_name] = STATE(1411), - [sym_external_constant_name] = STATE(1412), - [sym_external_signal_name] = STATE(1412), - [sym_external_variable_name] = STATE(1412), - [sym__literal] = STATE(2510), - [sym_bit_string_literal] = STATE(2506), - [sym__abstract_literal] = STATE(1408), - [sym_based_literal] = STATE(1627), - [sym_allocator] = STATE(2509), - [sym_parenthesis_expression] = STATE(2509), + [sym__expression] = STATE(1550), + [sym_condition_expression] = STATE(2503), + [sym_logical_expression] = STATE(2503), + [sym_relational_expression] = STATE(2503), + [sym_shift_expression] = STATE(2503), + [sym_simple_expression] = STATE(2503), + [sym_unary_operator] = STATE(699), + [sym_sign] = STATE(700), + [sym__primary] = STATE(2502), + [sym_name] = STATE(2501), + [sym__direct_name] = STATE(764), + [sym__identifier] = STATE(1352), + [sym__external_name] = STATE(1352), + [sym_external_constant_name] = STATE(1351), + [sym_external_signal_name] = STATE(1351), + [sym_external_variable_name] = STATE(1351), + [sym__literal] = STATE(2500), + [sym_bit_string_literal] = STATE(2505), + [sym__abstract_literal] = STATE(1399), + [sym_based_literal] = STATE(1466), + [sym_allocator] = STATE(2501), + [sym_parenthesis_expression] = STATE(2501), [sym__tool_directive] = STATE(122), - [sym_selected_waveforms] = STATE(7827), - [sym_waveform] = STATE(6286), - [sym_waveform_element] = STATE(5397), - [sym_delay_mechanism] = STATE(244), + [sym_selected_waveforms] = STATE(6921), + [sym_waveform] = STATE(6284), + [sym_waveform_element] = STATE(5497), + [sym_delay_mechanism] = STATE(321), [sym_line_comment] = STATE(122), [sym_block_comment] = STATE(122), - [aux_sym_selected_waveforms_repeat1] = STATE(339), - [anon_sym_LPAREN] = ACTIONS(411), - [sym_condition_conversion] = ACTIONS(413), + [aux_sym_selected_waveforms_repeat1] = STATE(326), + [anon_sym_LPAREN] = ACTIONS(415), + [sym_condition_conversion] = ACTIONS(417), [anon_sym_PLUS] = ACTIONS(267), [anon_sym_DASH] = ACTIONS(267), - [anon_sym_LT_LT] = ACTIONS(415), - [sym_identifier] = ACTIONS(417), + [anon_sym_LT_LT] = ACTIONS(419), + [sym_identifier] = ACTIONS(421), [sym_ABS] = ACTIONS(273), [sym_AND] = ACTIONS(273), - [sym_INERTIAL] = ACTIONS(421), + [sym_INERTIAL] = ACTIONS(425), [sym_NAND] = ACTIONS(273), - [sym_NEW] = ACTIONS(423), + [sym_NEW] = ACTIONS(427), [sym_NOR] = ACTIONS(273), [sym_NOT] = ACTIONS(273), - [sym_NULL] = ACTIONS(425), + [sym_NULL] = ACTIONS(429), [sym_OR] = ACTIONS(273), - [sym_REJECT] = ACTIONS(427), - [sym_TRANSPORT] = ACTIONS(421), - [sym_UNAFFECTED] = ACTIONS(429), + [sym_REJECT] = ACTIONS(431), + [sym_TRANSPORT] = ACTIONS(425), + [sym_UNAFFECTED] = ACTIONS(435), [sym_XNOR] = ACTIONS(273), [sym_XOR] = ACTIONS(273), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(431), - [sym_decimal_float] = ACTIONS(431), - [sym_based_base] = ACTIONS(433), - [sym_character_literal] = ACTIONS(435), - [sym_string_literal] = ACTIONS(425), - [sym_string_literal_std_logic] = ACTIONS(425), - [sym_bit_string_length] = ACTIONS(437), - [sym_bit_string_base] = ACTIONS(439), - [sym_operator_symbol] = ACTIONS(435), + [sym_decimal_integer] = ACTIONS(437), + [sym_decimal_float] = ACTIONS(437), + [sym_based_base] = ACTIONS(439), + [sym_character_literal] = ACTIONS(441), + [sym_string_literal] = ACTIONS(429), + [sym_string_literal_std_logic] = ACTIONS(429), + [sym_bit_string_length] = ACTIONS(443), + [sym_bit_string_base] = ACTIONS(445), + [sym_operator_symbol] = ACTIONS(441), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(417), - [sym_library_constant_boolean] = ACTIONS(425), - [sym_library_constant_character] = ACTIONS(425), - [sym_library_constant_debug] = ACTIONS(425), - [sym_library_constant_env] = ACTIONS(425), - [sym_library_constant_standard] = ACTIONS(425), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(417), - [sym_library_type] = ACTIONS(417), + [sym_library_constant] = ACTIONS(421), + [sym_library_constant_boolean] = ACTIONS(429), + [sym_library_constant_character] = ACTIONS(429), + [sym_library_constant_debug] = ACTIONS(429), + [sym_library_constant_env] = ACTIONS(429), + [sym_library_constant_standard] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(441), + [sym_library_function] = ACTIONS(421), + [sym_library_type] = ACTIONS(421), }, [123] = { - [sym__expression] = STATE(1519), - [sym_condition_expression] = STATE(2536), - [sym_logical_expression] = STATE(2536), - [sym_relational_expression] = STATE(2536), - [sym_shift_expression] = STATE(2536), - [sym_simple_expression] = STATE(2536), - [sym_unary_operator] = STATE(704), - [sym_sign] = STATE(705), - [sym__primary] = STATE(2508), - [sym_name] = STATE(2509), - [sym__direct_name] = STATE(777), - [sym__identifier] = STATE(1411), - [sym__external_name] = STATE(1411), - [sym_external_constant_name] = STATE(1412), - [sym_external_signal_name] = STATE(1412), - [sym_external_variable_name] = STATE(1412), - [sym__literal] = STATE(2510), - [sym_bit_string_literal] = STATE(2506), - [sym__abstract_literal] = STATE(1408), - [sym_based_literal] = STATE(1627), - [sym_allocator] = STATE(2509), - [sym_parenthesis_expression] = STATE(2509), + [sym__expression] = STATE(1550), + [sym_condition_expression] = STATE(2503), + [sym_logical_expression] = STATE(2503), + [sym_relational_expression] = STATE(2503), + [sym_shift_expression] = STATE(2503), + [sym_simple_expression] = STATE(2503), + [sym_unary_operator] = STATE(699), + [sym_sign] = STATE(700), + [sym__primary] = STATE(2502), + [sym_name] = STATE(2501), + [sym__direct_name] = STATE(764), + [sym__identifier] = STATE(1352), + [sym__external_name] = STATE(1352), + [sym_external_constant_name] = STATE(1351), + [sym_external_signal_name] = STATE(1351), + [sym_external_variable_name] = STATE(1351), + [sym__literal] = STATE(2500), + [sym_bit_string_literal] = STATE(2505), + [sym__abstract_literal] = STATE(1399), + [sym_based_literal] = STATE(1466), + [sym_allocator] = STATE(2501), + [sym_parenthesis_expression] = STATE(2501), [sym__tool_directive] = STATE(123), - [sym_selected_waveforms] = STATE(8054), - [sym_waveform] = STATE(6286), - [sym_waveform_element] = STATE(5397), - [sym_delay_mechanism] = STATE(250), + [sym_selected_waveforms] = STATE(6608), + [sym_waveform] = STATE(6284), + [sym_waveform_element] = STATE(5497), + [sym_delay_mechanism] = STATE(274), [sym_line_comment] = STATE(123), [sym_block_comment] = STATE(123), - [aux_sym_selected_waveforms_repeat1] = STATE(339), - [anon_sym_LPAREN] = ACTIONS(411), - [sym_condition_conversion] = ACTIONS(413), + [aux_sym_selected_waveforms_repeat1] = STATE(326), + [anon_sym_LPAREN] = ACTIONS(415), + [sym_condition_conversion] = ACTIONS(417), [anon_sym_PLUS] = ACTIONS(267), [anon_sym_DASH] = ACTIONS(267), - [anon_sym_LT_LT] = ACTIONS(415), - [sym_identifier] = ACTIONS(417), + [anon_sym_LT_LT] = ACTIONS(419), + [sym_identifier] = ACTIONS(421), [sym_ABS] = ACTIONS(273), [sym_AND] = ACTIONS(273), - [sym_INERTIAL] = ACTIONS(421), + [sym_INERTIAL] = ACTIONS(425), [sym_NAND] = ACTIONS(273), - [sym_NEW] = ACTIONS(423), + [sym_NEW] = ACTIONS(427), [sym_NOR] = ACTIONS(273), [sym_NOT] = ACTIONS(273), - [sym_NULL] = ACTIONS(425), + [sym_NULL] = ACTIONS(429), [sym_OR] = ACTIONS(273), - [sym_REJECT] = ACTIONS(427), - [sym_TRANSPORT] = ACTIONS(421), - [sym_UNAFFECTED] = ACTIONS(429), + [sym_REJECT] = ACTIONS(431), + [sym_TRANSPORT] = ACTIONS(425), + [sym_UNAFFECTED] = ACTIONS(435), [sym_XNOR] = ACTIONS(273), [sym_XOR] = ACTIONS(273), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(431), - [sym_decimal_float] = ACTIONS(431), - [sym_based_base] = ACTIONS(433), - [sym_character_literal] = ACTIONS(435), - [sym_string_literal] = ACTIONS(425), - [sym_string_literal_std_logic] = ACTIONS(425), - [sym_bit_string_length] = ACTIONS(437), - [sym_bit_string_base] = ACTIONS(439), - [sym_operator_symbol] = ACTIONS(435), + [sym_decimal_integer] = ACTIONS(437), + [sym_decimal_float] = ACTIONS(437), + [sym_based_base] = ACTIONS(439), + [sym_character_literal] = ACTIONS(441), + [sym_string_literal] = ACTIONS(429), + [sym_string_literal_std_logic] = ACTIONS(429), + [sym_bit_string_length] = ACTIONS(443), + [sym_bit_string_base] = ACTIONS(445), + [sym_operator_symbol] = ACTIONS(441), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(417), - [sym_library_constant_boolean] = ACTIONS(425), - [sym_library_constant_character] = ACTIONS(425), - [sym_library_constant_debug] = ACTIONS(425), - [sym_library_constant_env] = ACTIONS(425), - [sym_library_constant_standard] = ACTIONS(425), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(417), - [sym_library_type] = ACTIONS(417), + [sym_library_constant] = ACTIONS(421), + [sym_library_constant_boolean] = ACTIONS(429), + [sym_library_constant_character] = ACTIONS(429), + [sym_library_constant_debug] = ACTIONS(429), + [sym_library_constant_env] = ACTIONS(429), + [sym_library_constant_standard] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(441), + [sym_library_function] = ACTIONS(421), + [sym_library_type] = ACTIONS(421), }, [124] = { - [sym__concurrent_statement] = STATE(2052), - [sym_block_statement] = STATE(2060), - [sym_component_instantiation_statement] = STATE(2060), - [sym_process_statement] = STATE(2060), - [sym_case_generate_statement] = STATE(2060), - [sym_for_generate_statement] = STATE(2060), - [sym_if_generate_statement] = STATE(2060), - [sym_concurrent_assertion_statement] = STATE(2060), - [sym_assertion] = STATE(7241), - [sym_concurrent_procedure_call_statement] = STATE(2060), - [sym_concurrent_simple_signal_assignment] = STATE(2060), - [sym_concurrent_conditional_signal_assignment] = STATE(2060), - [sym_concurrent_selected_signal_assignment] = STATE(2060), - [sym_with_expression] = STATE(6491), - [sym_name] = STATE(6540), - [sym__direct_name] = STATE(3023), - [sym__label] = STATE(7169), - [sym__identifier] = STATE(4362), - [sym__external_name] = STATE(4362), - [sym_external_constant_name] = STATE(4351), - [sym_external_signal_name] = STATE(4351), - [sym_external_variable_name] = STATE(4351), + [sym__expression] = STATE(1550), + [sym_condition_expression] = STATE(2503), + [sym_logical_expression] = STATE(2503), + [sym_relational_expression] = STATE(2503), + [sym_shift_expression] = STATE(2503), + [sym_simple_expression] = STATE(2503), + [sym_unary_operator] = STATE(699), + [sym_sign] = STATE(700), + [sym__primary] = STATE(2502), + [sym_name] = STATE(2501), + [sym__direct_name] = STATE(764), + [sym__identifier] = STATE(1352), + [sym__external_name] = STATE(1352), + [sym_external_constant_name] = STATE(1351), + [sym_external_signal_name] = STATE(1351), + [sym_external_variable_name] = STATE(1351), + [sym__literal] = STATE(2500), + [sym_bit_string_literal] = STATE(2505), + [sym__abstract_literal] = STATE(1399), + [sym_based_literal] = STATE(1466), + [sym_allocator] = STATE(2501), + [sym_parenthesis_expression] = STATE(2501), [sym__tool_directive] = STATE(124), - [sym__target] = STATE(6080), - [sym_aggregate] = STATE(6098), - [sym_label_declaration] = STATE(2689), + [sym_waveform] = STATE(5801), + [sym_waveform_element] = STATE(5497), + [sym_conditional_waveforms] = STATE(7037), + [sym_delay_mechanism] = STATE(336), [sym_line_comment] = STATE(124), [sym_block_comment] = STATE(124), - [aux_sym_design_unit_repeat3] = STATE(111), - [anon_sym_LPAREN] = ACTIONS(9), - [anon_sym_LT_LT] = ACTIONS(11), - [sym_identifier] = ACTIONS(13), - [sym_ALIAS] = ACTIONS(672), - [sym_ARCHITECTURE] = ACTIONS(672), - [sym_ASSERT] = ACTIONS(19), - [sym_ATTRIBUTE] = ACTIONS(672), - [sym_COMPONENT] = ACTIONS(672), - [sym_CONFIGURATION] = ACTIONS(672), - [sym_CONSTANT] = ACTIONS(672), - [sym_CONTEXT] = ACTIONS(672), - [sym_DISCONNECT] = ACTIONS(672), - [sym_ENTITY] = ACTIONS(672), - [sym_FILE] = ACTIONS(672), - [sym_FOR] = ACTIONS(672), - [sym_FUNCTION] = ACTIONS(672), - [sym_GROUP] = ACTIONS(672), - [sym_IMPURE] = ACTIONS(672), - [sym_LIBRARY] = ACTIONS(672), - [sym_PACKAGE] = ACTIONS(672), - [sym_POSTPONED] = ACTIONS(49), - [sym_PROCEDURE] = ACTIONS(672), - [sym_PROCESS] = ACTIONS(53), - [sym_PURE] = ACTIONS(672), - [sym_SIGNAL] = ACTIONS(672), - [sym_SHARED] = ACTIONS(672), - [sym_SUBTYPE] = ACTIONS(672), - [sym_TYPE] = ACTIONS(672), - [sym_USE] = ACTIONS(672), - [sym_VARIABLE] = ACTIONS(672), - [sym_VIEW] = ACTIONS(672), - [sym_WITH] = ACTIONS(69), + [anon_sym_LPAREN] = ACTIONS(415), + [sym_condition_conversion] = ACTIONS(417), + [anon_sym_PLUS] = ACTIONS(267), + [anon_sym_DASH] = ACTIONS(267), + [anon_sym_LT_LT] = ACTIONS(419), + [sym_identifier] = ACTIONS(421), + [sym_ABS] = ACTIONS(273), + [sym_AND] = ACTIONS(273), + [sym_GUARDED] = ACTIONS(734), + [sym_INERTIAL] = ACTIONS(425), + [sym_NAND] = ACTIONS(273), + [sym_NEW] = ACTIONS(427), + [sym_NOR] = ACTIONS(273), + [sym_NOT] = ACTIONS(273), + [sym_NULL] = ACTIONS(429), + [sym_OR] = ACTIONS(273), + [sym_REJECT] = ACTIONS(431), + [sym_TRANSPORT] = ACTIONS(425), + [sym_UNAFFECTED] = ACTIONS(435), + [sym_XNOR] = ACTIONS(273), + [sym_XOR] = ACTIONS(273), [sym__grave_accent] = ACTIONS(3), - [sym_character_literal] = ACTIONS(71), - [sym_operator_symbol] = ACTIONS(71), + [sym_decimal_integer] = ACTIONS(437), + [sym_decimal_float] = ACTIONS(437), + [sym_based_base] = ACTIONS(439), + [sym_character_literal] = ACTIONS(441), + [sym_string_literal] = ACTIONS(429), + [sym_string_literal_std_logic] = ACTIONS(429), + [sym_bit_string_length] = ACTIONS(443), + [sym_bit_string_base] = ACTIONS(445), + [sym_operator_symbol] = ACTIONS(441), [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(672), + [sym_library_constant] = ACTIONS(421), + [sym_library_constant_boolean] = ACTIONS(429), + [sym_library_constant_character] = ACTIONS(429), + [sym_library_constant_debug] = ACTIONS(429), + [sym_library_constant_env] = ACTIONS(429), + [sym_library_constant_standard] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(441), + [sym_library_function] = ACTIONS(421), + [sym_library_type] = ACTIONS(421), }, [125] = { - [sym__expression] = STATE(1519), - [sym_condition_expression] = STATE(2536), - [sym_logical_expression] = STATE(2536), - [sym_relational_expression] = STATE(2536), - [sym_shift_expression] = STATE(2536), - [sym_simple_expression] = STATE(2536), - [sym_unary_operator] = STATE(704), - [sym_sign] = STATE(705), - [sym__primary] = STATE(2508), - [sym_name] = STATE(2509), - [sym__direct_name] = STATE(777), - [sym__identifier] = STATE(1411), - [sym__external_name] = STATE(1411), - [sym_external_constant_name] = STATE(1412), - [sym_external_signal_name] = STATE(1412), - [sym_external_variable_name] = STATE(1412), - [sym__literal] = STATE(2510), - [sym_bit_string_literal] = STATE(2506), - [sym__abstract_literal] = STATE(1408), - [sym_based_literal] = STATE(1627), - [sym_allocator] = STATE(2509), - [sym_parenthesis_expression] = STATE(2509), + [sym__expression] = STATE(1550), + [sym_condition_expression] = STATE(2503), + [sym_logical_expression] = STATE(2503), + [sym_relational_expression] = STATE(2503), + [sym_shift_expression] = STATE(2503), + [sym_simple_expression] = STATE(2503), + [sym_unary_operator] = STATE(699), + [sym_sign] = STATE(700), + [sym__primary] = STATE(2502), + [sym_name] = STATE(2501), + [sym__direct_name] = STATE(764), + [sym__identifier] = STATE(1352), + [sym__external_name] = STATE(1352), + [sym_external_constant_name] = STATE(1351), + [sym_external_signal_name] = STATE(1351), + [sym_external_variable_name] = STATE(1351), + [sym__literal] = STATE(2500), + [sym_bit_string_literal] = STATE(2505), + [sym__abstract_literal] = STATE(1399), + [sym_based_literal] = STATE(1466), + [sym_allocator] = STATE(2501), + [sym_parenthesis_expression] = STATE(2501), [sym__tool_directive] = STATE(125), - [sym_selected_waveforms] = STATE(8017), - [sym_waveform] = STATE(6286), - [sym_waveform_element] = STATE(5397), - [sym_delay_mechanism] = STATE(309), + [sym_selected_waveforms] = STATE(7039), + [sym_waveform] = STATE(6284), + [sym_waveform_element] = STATE(5497), + [sym_delay_mechanism] = STATE(260), [sym_line_comment] = STATE(125), [sym_block_comment] = STATE(125), - [aux_sym_selected_waveforms_repeat1] = STATE(339), - [anon_sym_LPAREN] = ACTIONS(411), - [sym_condition_conversion] = ACTIONS(413), + [aux_sym_selected_waveforms_repeat1] = STATE(326), + [anon_sym_LPAREN] = ACTIONS(415), + [sym_condition_conversion] = ACTIONS(417), [anon_sym_PLUS] = ACTIONS(267), [anon_sym_DASH] = ACTIONS(267), - [anon_sym_LT_LT] = ACTIONS(415), - [sym_identifier] = ACTIONS(417), + [anon_sym_LT_LT] = ACTIONS(419), + [sym_identifier] = ACTIONS(421), [sym_ABS] = ACTIONS(273), [sym_AND] = ACTIONS(273), - [sym_INERTIAL] = ACTIONS(421), + [sym_INERTIAL] = ACTIONS(425), [sym_NAND] = ACTIONS(273), - [sym_NEW] = ACTIONS(423), + [sym_NEW] = ACTIONS(427), [sym_NOR] = ACTIONS(273), [sym_NOT] = ACTIONS(273), - [sym_NULL] = ACTIONS(425), + [sym_NULL] = ACTIONS(429), [sym_OR] = ACTIONS(273), - [sym_REJECT] = ACTIONS(427), - [sym_TRANSPORT] = ACTIONS(421), - [sym_UNAFFECTED] = ACTIONS(429), + [sym_REJECT] = ACTIONS(431), + [sym_TRANSPORT] = ACTIONS(425), + [sym_UNAFFECTED] = ACTIONS(435), [sym_XNOR] = ACTIONS(273), [sym_XOR] = ACTIONS(273), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(431), - [sym_decimal_float] = ACTIONS(431), - [sym_based_base] = ACTIONS(433), - [sym_character_literal] = ACTIONS(435), - [sym_string_literal] = ACTIONS(425), - [sym_string_literal_std_logic] = ACTIONS(425), - [sym_bit_string_length] = ACTIONS(437), - [sym_bit_string_base] = ACTIONS(439), - [sym_operator_symbol] = ACTIONS(435), + [sym_decimal_integer] = ACTIONS(437), + [sym_decimal_float] = ACTIONS(437), + [sym_based_base] = ACTIONS(439), + [sym_character_literal] = ACTIONS(441), + [sym_string_literal] = ACTIONS(429), + [sym_string_literal_std_logic] = ACTIONS(429), + [sym_bit_string_length] = ACTIONS(443), + [sym_bit_string_base] = ACTIONS(445), + [sym_operator_symbol] = ACTIONS(441), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(417), - [sym_library_constant_boolean] = ACTIONS(425), - [sym_library_constant_character] = ACTIONS(425), - [sym_library_constant_debug] = ACTIONS(425), - [sym_library_constant_env] = ACTIONS(425), - [sym_library_constant_standard] = ACTIONS(425), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(417), - [sym_library_type] = ACTIONS(417), + [sym_library_constant] = ACTIONS(421), + [sym_library_constant_boolean] = ACTIONS(429), + [sym_library_constant_character] = ACTIONS(429), + [sym_library_constant_debug] = ACTIONS(429), + [sym_library_constant_env] = ACTIONS(429), + [sym_library_constant_standard] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(441), + [sym_library_function] = ACTIONS(421), + [sym_library_type] = ACTIONS(421), }, [126] = { - [sym_conditional_expression] = STATE(6025), - [sym__expression] = STATE(1102), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(1716), - [sym_unary_operator] = STATE(686), - [sym_sign] = STATE(687), - [sym__primary] = STATE(2097), - [sym_name] = STATE(2098), - [sym__direct_name] = STATE(734), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(967), - [sym_external_signal_name] = STATE(967), - [sym_external_variable_name] = STATE(967), - [sym__literal] = STATE(2099), - [sym_bit_string_literal] = STATE(2089), - [sym__abstract_literal] = STATE(997), - [sym_based_literal] = STATE(1044), - [sym_allocator] = STATE(2098), - [sym_parenthesis_expression] = STATE(2098), - [sym_element_association_list] = STATE(6676), - [sym_element_association] = STATE(5649), - [sym__element] = STATE(6052), - [sym_choices] = STATE(5482), - [sym__range] = STATE(5482), - [sym_simple_range] = STATE(5022), + [sym_conditional_expression] = STATE(6155), + [sym__expression] = STATE(1033), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(1909), + [sym_unary_operator] = STATE(657), + [sym_sign] = STATE(661), + [sym__primary] = STATE(1990), + [sym_name] = STATE(1991), + [sym__direct_name] = STATE(736), + [sym__identifier] = STATE(954), + [sym__external_name] = STATE(954), + [sym_external_constant_name] = STATE(929), + [sym_external_signal_name] = STATE(929), + [sym_external_variable_name] = STATE(929), + [sym__literal] = STATE(1992), + [sym_bit_string_literal] = STATE(1984), + [sym__abstract_literal] = STATE(964), + [sym_based_literal] = STATE(1073), + [sym_allocator] = STATE(1991), + [sym_parenthesis_expression] = STATE(1991), + [sym_element_association_list] = STATE(6679), + [sym_element_association] = STATE(5827), + [sym__element] = STATE(6165), + [sym_choices] = STATE(5528), + [sym__range] = STATE(5528), + [sym_simple_range] = STATE(4995), [sym__tool_directive] = STATE(126), [sym_line_comment] = STATE(126), [sym_block_comment] = STATE(126), @@ -31267,35 +31267,35 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_type] = ACTIONS(403), }, [127] = { - [sym_conditional_expression] = STATE(6025), - [sym__expression] = STATE(1102), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(1716), - [sym_unary_operator] = STATE(686), - [sym_sign] = STATE(687), - [sym__primary] = STATE(2097), - [sym_name] = STATE(2098), - [sym__direct_name] = STATE(734), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(967), - [sym_external_signal_name] = STATE(967), - [sym_external_variable_name] = STATE(967), - [sym__literal] = STATE(2099), - [sym_bit_string_literal] = STATE(2089), - [sym__abstract_literal] = STATE(997), - [sym_based_literal] = STATE(1044), - [sym_allocator] = STATE(2098), - [sym_parenthesis_expression] = STATE(2098), - [sym_element_association_list] = STATE(6698), - [sym_element_association] = STATE(5649), - [sym__element] = STATE(6052), - [sym_choices] = STATE(5482), - [sym__range] = STATE(5482), - [sym_simple_range] = STATE(5022), + [sym_conditional_expression] = STATE(6155), + [sym__expression] = STATE(1033), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(1909), + [sym_unary_operator] = STATE(657), + [sym_sign] = STATE(661), + [sym__primary] = STATE(1990), + [sym_name] = STATE(1991), + [sym__direct_name] = STATE(736), + [sym__identifier] = STATE(954), + [sym__external_name] = STATE(954), + [sym_external_constant_name] = STATE(929), + [sym_external_signal_name] = STATE(929), + [sym_external_variable_name] = STATE(929), + [sym__literal] = STATE(1992), + [sym_bit_string_literal] = STATE(1984), + [sym__abstract_literal] = STATE(964), + [sym_based_literal] = STATE(1073), + [sym_allocator] = STATE(1991), + [sym_parenthesis_expression] = STATE(1991), + [sym_element_association_list] = STATE(7814), + [sym_element_association] = STATE(5827), + [sym__element] = STATE(6165), + [sym_choices] = STATE(5528), + [sym__range] = STATE(5528), + [sym_simple_range] = STATE(4995), [sym__tool_directive] = STATE(127), [sym_line_comment] = STATE(127), [sym_block_comment] = STATE(127), @@ -31339,250 +31339,251 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_type] = ACTIONS(403), }, [128] = { - [sym__expression] = STATE(1519), - [sym_condition_expression] = STATE(2536), - [sym_logical_expression] = STATE(2536), - [sym_relational_expression] = STATE(2536), - [sym_shift_expression] = STATE(2536), - [sym_simple_expression] = STATE(2536), - [sym_unary_operator] = STATE(704), - [sym_sign] = STATE(705), - [sym__primary] = STATE(2508), - [sym_name] = STATE(2509), - [sym__direct_name] = STATE(777), - [sym__identifier] = STATE(1411), - [sym__external_name] = STATE(1411), - [sym_external_constant_name] = STATE(1412), - [sym_external_signal_name] = STATE(1412), - [sym_external_variable_name] = STATE(1412), - [sym__literal] = STATE(2510), - [sym_bit_string_literal] = STATE(2506), - [sym__abstract_literal] = STATE(1408), - [sym_based_literal] = STATE(1627), - [sym_allocator] = STATE(2509), - [sym_parenthesis_expression] = STATE(2509), + [sym__expression] = STATE(1550), + [sym_condition_expression] = STATE(2503), + [sym_logical_expression] = STATE(2503), + [sym_relational_expression] = STATE(2503), + [sym_shift_expression] = STATE(2503), + [sym_simple_expression] = STATE(2503), + [sym_unary_operator] = STATE(699), + [sym_sign] = STATE(700), + [sym__primary] = STATE(2502), + [sym_name] = STATE(2501), + [sym__direct_name] = STATE(764), + [sym__identifier] = STATE(1352), + [sym__external_name] = STATE(1352), + [sym_external_constant_name] = STATE(1351), + [sym_external_signal_name] = STATE(1351), + [sym_external_variable_name] = STATE(1351), + [sym__literal] = STATE(2500), + [sym_bit_string_literal] = STATE(2505), + [sym__abstract_literal] = STATE(1399), + [sym_based_literal] = STATE(1466), + [sym_allocator] = STATE(2501), + [sym_parenthesis_expression] = STATE(2501), [sym__tool_directive] = STATE(128), - [sym_waveform] = STATE(5921), - [sym_waveform_element] = STATE(5397), - [sym_conditional_waveforms] = STATE(8130), - [sym_delay_mechanism] = STATE(344), + [sym_waveform] = STATE(5954), + [sym_waveform_element] = STATE(5497), + [sym_conditional_waveforms] = STATE(7549), + [sym_delay_mechanism] = STATE(347), [sym_line_comment] = STATE(128), [sym_block_comment] = STATE(128), - [anon_sym_LPAREN] = ACTIONS(411), - [sym_condition_conversion] = ACTIONS(413), + [anon_sym_LPAREN] = ACTIONS(415), + [sym_condition_conversion] = ACTIONS(417), [anon_sym_PLUS] = ACTIONS(267), [anon_sym_DASH] = ACTIONS(267), - [anon_sym_LT_LT] = ACTIONS(415), - [sym_identifier] = ACTIONS(417), + [anon_sym_LT_LT] = ACTIONS(419), + [sym_identifier] = ACTIONS(421), [sym_ABS] = ACTIONS(273), [sym_AND] = ACTIONS(273), - [sym_INERTIAL] = ACTIONS(421), + [sym_INERTIAL] = ACTIONS(425), [sym_NAND] = ACTIONS(273), - [sym_NEW] = ACTIONS(423), + [sym_NEW] = ACTIONS(427), [sym_NOR] = ACTIONS(273), [sym_NOT] = ACTIONS(273), - [sym_NULL] = ACTIONS(425), + [sym_NULL] = ACTIONS(429), [sym_OR] = ACTIONS(273), - [sym_REJECT] = ACTIONS(427), - [sym_TRANSPORT] = ACTIONS(421), - [sym_UNAFFECTED] = ACTIONS(429), + [sym_REJECT] = ACTIONS(431), + [sym_TRANSPORT] = ACTIONS(425), + [sym_UNAFFECTED] = ACTIONS(435), [sym_XNOR] = ACTIONS(273), [sym_XOR] = ACTIONS(273), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(431), - [sym_decimal_float] = ACTIONS(431), - [sym_based_base] = ACTIONS(433), - [sym_character_literal] = ACTIONS(435), - [sym_string_literal] = ACTIONS(425), - [sym_string_literal_std_logic] = ACTIONS(425), - [sym_bit_string_length] = ACTIONS(437), - [sym_bit_string_base] = ACTIONS(439), - [sym_operator_symbol] = ACTIONS(435), + [sym_decimal_integer] = ACTIONS(437), + [sym_decimal_float] = ACTIONS(437), + [sym_based_base] = ACTIONS(439), + [sym_character_literal] = ACTIONS(441), + [sym_string_literal] = ACTIONS(429), + [sym_string_literal_std_logic] = ACTIONS(429), + [sym_bit_string_length] = ACTIONS(443), + [sym_bit_string_base] = ACTIONS(445), + [sym_operator_symbol] = ACTIONS(441), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(417), - [sym_library_constant_boolean] = ACTIONS(425), - [sym_library_constant_character] = ACTIONS(425), - [sym_library_constant_debug] = ACTIONS(425), - [sym_library_constant_env] = ACTIONS(425), - [sym_library_constant_standard] = ACTIONS(425), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(417), - [sym_library_type] = ACTIONS(417), + [sym_library_constant] = ACTIONS(421), + [sym_library_constant_boolean] = ACTIONS(429), + [sym_library_constant_character] = ACTIONS(429), + [sym_library_constant_debug] = ACTIONS(429), + [sym_library_constant_env] = ACTIONS(429), + [sym_library_constant_standard] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(441), + [sym_library_function] = ACTIONS(421), + [sym_library_type] = ACTIONS(421), }, [129] = { - [sym__expression] = STATE(1519), - [sym_condition_expression] = STATE(2536), - [sym_logical_expression] = STATE(2536), - [sym_relational_expression] = STATE(2536), - [sym_shift_expression] = STATE(2536), - [sym_simple_expression] = STATE(2536), - [sym_unary_operator] = STATE(704), - [sym_sign] = STATE(705), - [sym__primary] = STATE(2508), - [sym_name] = STATE(2509), - [sym__direct_name] = STATE(777), - [sym__identifier] = STATE(1411), - [sym__external_name] = STATE(1411), - [sym_external_constant_name] = STATE(1412), - [sym_external_signal_name] = STATE(1412), - [sym_external_variable_name] = STATE(1412), - [sym__literal] = STATE(2510), - [sym_bit_string_literal] = STATE(2506), - [sym__abstract_literal] = STATE(1408), - [sym_based_literal] = STATE(1627), - [sym_allocator] = STATE(2509), - [sym_parenthesis_expression] = STATE(2509), + [sym_conditional_expression] = STATE(6155), + [sym__expression] = STATE(1033), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(1909), + [sym_unary_operator] = STATE(657), + [sym_sign] = STATE(661), + [sym__primary] = STATE(1990), + [sym_name] = STATE(1991), + [sym__direct_name] = STATE(736), + [sym__identifier] = STATE(954), + [sym__external_name] = STATE(954), + [sym_external_constant_name] = STATE(929), + [sym_external_signal_name] = STATE(929), + [sym_external_variable_name] = STATE(929), + [sym__literal] = STATE(1992), + [sym_bit_string_literal] = STATE(1984), + [sym__abstract_literal] = STATE(964), + [sym_based_literal] = STATE(1073), + [sym_allocator] = STATE(1991), + [sym_parenthesis_expression] = STATE(1991), + [sym_element_association_list] = STATE(6748), + [sym_element_association] = STATE(5827), + [sym__element] = STATE(6165), + [sym_choices] = STATE(5528), + [sym__range] = STATE(5528), + [sym_simple_range] = STATE(4995), [sym__tool_directive] = STATE(129), - [sym_waveform] = STATE(5836), - [sym_waveform_element] = STATE(5397), - [sym_conditional_waveforms] = STATE(7413), - [sym_delay_mechanism] = STATE(349), [sym_line_comment] = STATE(129), [sym_block_comment] = STATE(129), - [anon_sym_LPAREN] = ACTIONS(411), - [sym_condition_conversion] = ACTIONS(413), + [anon_sym_LPAREN] = ACTIONS(263), + [sym_condition_conversion] = ACTIONS(265), [anon_sym_PLUS] = ACTIONS(267), [anon_sym_DASH] = ACTIONS(267), - [anon_sym_LT_LT] = ACTIONS(415), - [sym_identifier] = ACTIONS(417), + [anon_sym_LT_LT] = ACTIONS(401), + [sym_identifier] = ACTIONS(403), [sym_ABS] = ACTIONS(273), [sym_AND] = ACTIONS(273), - [sym_INERTIAL] = ACTIONS(421), [sym_NAND] = ACTIONS(273), - [sym_NEW] = ACTIONS(423), + [sym_NEW] = ACTIONS(275), [sym_NOR] = ACTIONS(273), [sym_NOT] = ACTIONS(273), - [sym_NULL] = ACTIONS(425), + [sym_NULL] = ACTIONS(277), [sym_OR] = ACTIONS(273), - [sym_REJECT] = ACTIONS(427), - [sym_TRANSPORT] = ACTIONS(421), - [sym_UNAFFECTED] = ACTIONS(429), + [sym_OTHERS] = ACTIONS(279), [sym_XNOR] = ACTIONS(273), [sym_XOR] = ACTIONS(273), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(431), - [sym_decimal_float] = ACTIONS(431), - [sym_based_base] = ACTIONS(433), - [sym_character_literal] = ACTIONS(435), - [sym_string_literal] = ACTIONS(425), - [sym_string_literal_std_logic] = ACTIONS(425), - [sym_bit_string_length] = ACTIONS(437), - [sym_bit_string_base] = ACTIONS(439), - [sym_operator_symbol] = ACTIONS(435), - [sym__line_comment_start] = ACTIONS(5), - [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(417), - [sym_library_constant_boolean] = ACTIONS(425), - [sym_library_constant_character] = ACTIONS(425), - [sym_library_constant_debug] = ACTIONS(425), - [sym_library_constant_env] = ACTIONS(425), - [sym_library_constant_standard] = ACTIONS(425), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(417), - [sym_library_type] = ACTIONS(417), - }, - [130] = { - [sym__expression] = STATE(1519), - [sym_condition_expression] = STATE(2536), - [sym_logical_expression] = STATE(2536), - [sym_relational_expression] = STATE(2536), - [sym_shift_expression] = STATE(2536), - [sym_simple_expression] = STATE(2536), - [sym_unary_operator] = STATE(704), - [sym_sign] = STATE(705), - [sym__primary] = STATE(2508), - [sym_name] = STATE(2509), - [sym__direct_name] = STATE(777), - [sym__identifier] = STATE(1411), - [sym__external_name] = STATE(1411), - [sym_external_constant_name] = STATE(1412), - [sym_external_signal_name] = STATE(1412), - [sym_external_variable_name] = STATE(1412), - [sym__literal] = STATE(2510), - [sym_bit_string_literal] = STATE(2506), - [sym__abstract_literal] = STATE(1408), - [sym_based_literal] = STATE(1627), - [sym_allocator] = STATE(2509), - [sym_parenthesis_expression] = STATE(2509), + [sym_decimal_integer] = ACTIONS(283), + [sym_decimal_float] = ACTIONS(283), + [sym_based_base] = ACTIONS(285), + [sym_character_literal] = ACTIONS(409), + [sym_string_literal] = ACTIONS(277), + [sym_string_literal_std_logic] = ACTIONS(277), + [sym_bit_string_length] = ACTIONS(289), + [sym_bit_string_base] = ACTIONS(291), + [sym_operator_symbol] = ACTIONS(409), + [sym__line_comment_start] = ACTIONS(5), + [sym__block_comment_start] = ACTIONS(7), + [sym_library_constant] = ACTIONS(403), + [sym_library_constant_boolean] = ACTIONS(277), + [sym_library_constant_character] = ACTIONS(277), + [sym_library_constant_debug] = ACTIONS(277), + [sym_library_constant_env] = ACTIONS(277), + [sym_library_constant_standard] = ACTIONS(277), + [sym_library_constant_std_logic] = ACTIONS(409), + [sym_library_function] = ACTIONS(403), + [sym_library_type] = ACTIONS(403), + }, + [130] = { + [sym_conditional_expression] = STATE(6155), + [sym__expression] = STATE(1033), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(1909), + [sym_unary_operator] = STATE(657), + [sym_sign] = STATE(661), + [sym__primary] = STATE(1990), + [sym_name] = STATE(1991), + [sym__direct_name] = STATE(736), + [sym__identifier] = STATE(954), + [sym__external_name] = STATE(954), + [sym_external_constant_name] = STATE(929), + [sym_external_signal_name] = STATE(929), + [sym_external_variable_name] = STATE(929), + [sym__literal] = STATE(1992), + [sym_bit_string_literal] = STATE(1984), + [sym__abstract_literal] = STATE(964), + [sym_based_literal] = STATE(1073), + [sym_allocator] = STATE(1991), + [sym_parenthesis_expression] = STATE(1991), + [sym_element_association_list] = STATE(8272), + [sym_element_association] = STATE(5827), + [sym__element] = STATE(6165), + [sym_choices] = STATE(5528), + [sym__range] = STATE(5528), + [sym_simple_range] = STATE(4995), [sym__tool_directive] = STATE(130), - [sym_waveform] = STATE(5934), - [sym_waveform_element] = STATE(5397), - [sym_conditional_waveforms] = STATE(8180), - [sym_delay_mechanism] = STATE(347), [sym_line_comment] = STATE(130), [sym_block_comment] = STATE(130), - [anon_sym_LPAREN] = ACTIONS(411), - [sym_condition_conversion] = ACTIONS(413), + [anon_sym_LPAREN] = ACTIONS(263), + [sym_condition_conversion] = ACTIONS(265), [anon_sym_PLUS] = ACTIONS(267), [anon_sym_DASH] = ACTIONS(267), - [anon_sym_LT_LT] = ACTIONS(415), - [sym_identifier] = ACTIONS(417), + [anon_sym_LT_LT] = ACTIONS(401), + [sym_identifier] = ACTIONS(403), [sym_ABS] = ACTIONS(273), [sym_AND] = ACTIONS(273), - [sym_INERTIAL] = ACTIONS(421), [sym_NAND] = ACTIONS(273), - [sym_NEW] = ACTIONS(423), + [sym_NEW] = ACTIONS(275), [sym_NOR] = ACTIONS(273), [sym_NOT] = ACTIONS(273), - [sym_NULL] = ACTIONS(425), + [sym_NULL] = ACTIONS(277), [sym_OR] = ACTIONS(273), - [sym_REJECT] = ACTIONS(427), - [sym_TRANSPORT] = ACTIONS(421), - [sym_UNAFFECTED] = ACTIONS(429), + [sym_OTHERS] = ACTIONS(279), [sym_XNOR] = ACTIONS(273), [sym_XOR] = ACTIONS(273), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(431), - [sym_decimal_float] = ACTIONS(431), - [sym_based_base] = ACTIONS(433), - [sym_character_literal] = ACTIONS(435), - [sym_string_literal] = ACTIONS(425), - [sym_string_literal_std_logic] = ACTIONS(425), - [sym_bit_string_length] = ACTIONS(437), - [sym_bit_string_base] = ACTIONS(439), - [sym_operator_symbol] = ACTIONS(435), + [sym_decimal_integer] = ACTIONS(283), + [sym_decimal_float] = ACTIONS(283), + [sym_based_base] = ACTIONS(285), + [sym_character_literal] = ACTIONS(409), + [sym_string_literal] = ACTIONS(277), + [sym_string_literal_std_logic] = ACTIONS(277), + [sym_bit_string_length] = ACTIONS(289), + [sym_bit_string_base] = ACTIONS(291), + [sym_operator_symbol] = ACTIONS(409), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(417), - [sym_library_constant_boolean] = ACTIONS(425), - [sym_library_constant_character] = ACTIONS(425), - [sym_library_constant_debug] = ACTIONS(425), - [sym_library_constant_env] = ACTIONS(425), - [sym_library_constant_standard] = ACTIONS(425), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(417), - [sym_library_type] = ACTIONS(417), + [sym_library_constant] = ACTIONS(403), + [sym_library_constant_boolean] = ACTIONS(277), + [sym_library_constant_character] = ACTIONS(277), + [sym_library_constant_debug] = ACTIONS(277), + [sym_library_constant_env] = ACTIONS(277), + [sym_library_constant_standard] = ACTIONS(277), + [sym_library_constant_std_logic] = ACTIONS(409), + [sym_library_function] = ACTIONS(403), + [sym_library_type] = ACTIONS(403), }, [131] = { - [sym_conditional_expression] = STATE(6048), - [sym__expression] = STATE(1102), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(2352), - [sym_unary_operator] = STATE(686), - [sym_sign] = STATE(687), - [sym__primary] = STATE(2097), - [sym_name] = STATE(2353), - [sym__direct_name] = STATE(734), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(967), - [sym_external_signal_name] = STATE(967), - [sym_external_variable_name] = STATE(967), - [sym__association_or_range] = STATE(6169), - [sym_association_element] = STATE(6166), - [sym__actual_part] = STATE(6171), - [sym__literal] = STATE(2099), - [sym_bit_string_literal] = STATE(2089), - [sym__abstract_literal] = STATE(997), - [sym_based_literal] = STATE(1044), - [sym_allocator] = STATE(2098), - [sym_parenthesis_expression] = STATE(2098), - [sym__range] = STATE(6166), - [sym_simple_range] = STATE(5022), + [sym_conditional_expression] = STATE(6155), + [sym__expression] = STATE(1033), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(1909), + [sym_unary_operator] = STATE(657), + [sym_sign] = STATE(661), + [sym__primary] = STATE(1990), + [sym_name] = STATE(1991), + [sym__direct_name] = STATE(736), + [sym__identifier] = STATE(954), + [sym__external_name] = STATE(954), + [sym_external_constant_name] = STATE(929), + [sym_external_signal_name] = STATE(929), + [sym_external_variable_name] = STATE(929), + [sym__literal] = STATE(1992), + [sym_bit_string_literal] = STATE(1984), + [sym__abstract_literal] = STATE(964), + [sym_based_literal] = STATE(1073), + [sym_allocator] = STATE(1991), + [sym_parenthesis_expression] = STATE(1991), + [sym_element_association_list] = STATE(6766), + [sym_element_association] = STATE(5827), + [sym__element] = STATE(6165), + [sym_choices] = STATE(5528), + [sym__range] = STATE(5528), + [sym_simple_range] = STATE(4995), [sym__tool_directive] = STATE(131), [sym_line_comment] = STATE(131), [sym_block_comment] = STATE(131), @@ -31594,14 +31595,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_identifier] = ACTIONS(403), [sym_ABS] = ACTIONS(273), [sym_AND] = ACTIONS(273), - [sym_INERTIAL] = ACTIONS(405), [sym_NAND] = ACTIONS(273), [sym_NEW] = ACTIONS(275), [sym_NOR] = ACTIONS(273), [sym_NOT] = ACTIONS(273), [sym_NULL] = ACTIONS(277), - [sym_OPEN] = ACTIONS(407), [sym_OR] = ACTIONS(273), + [sym_OTHERS] = ACTIONS(279), [sym_XNOR] = ACTIONS(273), [sym_XOR] = ACTIONS(273), [sym__grave_accent] = ACTIONS(3), @@ -31627,35 +31627,35 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_type] = ACTIONS(403), }, [132] = { - [sym_conditional_expression] = STATE(6025), - [sym__expression] = STATE(1102), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(1716), - [sym_unary_operator] = STATE(686), - [sym_sign] = STATE(687), - [sym__primary] = STATE(2097), - [sym_name] = STATE(2098), - [sym__direct_name] = STATE(734), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(967), - [sym_external_signal_name] = STATE(967), - [sym_external_variable_name] = STATE(967), - [sym__literal] = STATE(2099), - [sym_bit_string_literal] = STATE(2089), - [sym__abstract_literal] = STATE(997), - [sym_based_literal] = STATE(1044), - [sym_allocator] = STATE(2098), - [sym_parenthesis_expression] = STATE(2098), - [sym_element_association_list] = STATE(7479), - [sym_element_association] = STATE(5649), - [sym__element] = STATE(6052), - [sym_choices] = STATE(5482), - [sym__range] = STATE(5482), - [sym_simple_range] = STATE(5022), + [sym_conditional_expression] = STATE(6155), + [sym__expression] = STATE(1033), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(1909), + [sym_unary_operator] = STATE(657), + [sym_sign] = STATE(661), + [sym__primary] = STATE(1990), + [sym_name] = STATE(1991), + [sym__direct_name] = STATE(736), + [sym__identifier] = STATE(954), + [sym__external_name] = STATE(954), + [sym_external_constant_name] = STATE(929), + [sym_external_signal_name] = STATE(929), + [sym_external_variable_name] = STATE(929), + [sym__literal] = STATE(1992), + [sym_bit_string_literal] = STATE(1984), + [sym__abstract_literal] = STATE(964), + [sym_based_literal] = STATE(1073), + [sym_allocator] = STATE(1991), + [sym_parenthesis_expression] = STATE(1991), + [sym_element_association_list] = STATE(6670), + [sym_element_association] = STATE(5827), + [sym__element] = STATE(6165), + [sym_choices] = STATE(5528), + [sym__range] = STATE(5528), + [sym_simple_range] = STATE(4995), [sym__tool_directive] = STATE(132), [sym_line_comment] = STATE(132), [sym_block_comment] = STATE(132), @@ -31699,326 +31699,254 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_type] = ACTIONS(403), }, [133] = { - [sym__expression] = STATE(1519), - [sym_condition_expression] = STATE(2536), - [sym_logical_expression] = STATE(2536), - [sym_relational_expression] = STATE(2536), - [sym_shift_expression] = STATE(2536), - [sym_simple_expression] = STATE(2536), - [sym_unary_operator] = STATE(704), - [sym_sign] = STATE(705), - [sym__primary] = STATE(2508), - [sym_name] = STATE(2509), - [sym__direct_name] = STATE(777), - [sym__identifier] = STATE(1411), - [sym__external_name] = STATE(1411), - [sym_external_constant_name] = STATE(1412), - [sym_external_signal_name] = STATE(1412), - [sym_external_variable_name] = STATE(1412), - [sym__literal] = STATE(2510), - [sym_bit_string_literal] = STATE(2506), - [sym__abstract_literal] = STATE(1408), - [sym_based_literal] = STATE(1627), - [sym_allocator] = STATE(2509), - [sym_parenthesis_expression] = STATE(2509), + [sym__expression] = STATE(1550), + [sym_condition_expression] = STATE(2503), + [sym_logical_expression] = STATE(2503), + [sym_relational_expression] = STATE(2503), + [sym_shift_expression] = STATE(2503), + [sym_simple_expression] = STATE(2503), + [sym_unary_operator] = STATE(699), + [sym_sign] = STATE(700), + [sym__primary] = STATE(2502), + [sym_name] = STATE(2501), + [sym__direct_name] = STATE(764), + [sym__identifier] = STATE(1352), + [sym__external_name] = STATE(1352), + [sym_external_constant_name] = STATE(1351), + [sym_external_signal_name] = STATE(1351), + [sym_external_variable_name] = STATE(1351), + [sym__literal] = STATE(2500), + [sym_bit_string_literal] = STATE(2505), + [sym__abstract_literal] = STATE(1399), + [sym_based_literal] = STATE(1466), + [sym_allocator] = STATE(2501), + [sym_parenthesis_expression] = STATE(2501), [sym__tool_directive] = STATE(133), - [sym_waveform] = STATE(5703), - [sym_waveform_element] = STATE(5397), - [sym_conditional_waveforms] = STATE(6900), - [sym_delay_mechanism] = STATE(340), + [sym_waveform] = STATE(5819), + [sym_waveform_element] = STATE(5497), + [sym_conditional_waveforms] = STATE(7109), + [sym_delay_mechanism] = STATE(332), [sym_line_comment] = STATE(133), [sym_block_comment] = STATE(133), - [anon_sym_LPAREN] = ACTIONS(411), - [sym_condition_conversion] = ACTIONS(413), + [anon_sym_LPAREN] = ACTIONS(415), + [sym_condition_conversion] = ACTIONS(417), [anon_sym_PLUS] = ACTIONS(267), [anon_sym_DASH] = ACTIONS(267), - [anon_sym_LT_LT] = ACTIONS(415), - [sym_identifier] = ACTIONS(417), + [anon_sym_LT_LT] = ACTIONS(419), + [sym_identifier] = ACTIONS(421), [sym_ABS] = ACTIONS(273), [sym_AND] = ACTIONS(273), - [sym_INERTIAL] = ACTIONS(421), + [sym_INERTIAL] = ACTIONS(425), [sym_NAND] = ACTIONS(273), - [sym_NEW] = ACTIONS(423), + [sym_NEW] = ACTIONS(427), [sym_NOR] = ACTIONS(273), [sym_NOT] = ACTIONS(273), - [sym_NULL] = ACTIONS(425), + [sym_NULL] = ACTIONS(429), [sym_OR] = ACTIONS(273), - [sym_REJECT] = ACTIONS(427), - [sym_TRANSPORT] = ACTIONS(421), - [sym_UNAFFECTED] = ACTIONS(429), + [sym_REJECT] = ACTIONS(431), + [sym_TRANSPORT] = ACTIONS(425), + [sym_UNAFFECTED] = ACTIONS(435), [sym_XNOR] = ACTIONS(273), [sym_XOR] = ACTIONS(273), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(431), - [sym_decimal_float] = ACTIONS(431), - [sym_based_base] = ACTIONS(433), - [sym_character_literal] = ACTIONS(435), - [sym_string_literal] = ACTIONS(425), - [sym_string_literal_std_logic] = ACTIONS(425), - [sym_bit_string_length] = ACTIONS(437), - [sym_bit_string_base] = ACTIONS(439), - [sym_operator_symbol] = ACTIONS(435), + [sym_decimal_integer] = ACTIONS(437), + [sym_decimal_float] = ACTIONS(437), + [sym_based_base] = ACTIONS(439), + [sym_character_literal] = ACTIONS(441), + [sym_string_literal] = ACTIONS(429), + [sym_string_literal_std_logic] = ACTIONS(429), + [sym_bit_string_length] = ACTIONS(443), + [sym_bit_string_base] = ACTIONS(445), + [sym_operator_symbol] = ACTIONS(441), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(417), - [sym_library_constant_boolean] = ACTIONS(425), - [sym_library_constant_character] = ACTIONS(425), - [sym_library_constant_debug] = ACTIONS(425), - [sym_library_constant_env] = ACTIONS(425), - [sym_library_constant_standard] = ACTIONS(425), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(417), - [sym_library_type] = ACTIONS(417), + [sym_library_constant] = ACTIONS(421), + [sym_library_constant_boolean] = ACTIONS(429), + [sym_library_constant_character] = ACTIONS(429), + [sym_library_constant_debug] = ACTIONS(429), + [sym_library_constant_env] = ACTIONS(429), + [sym_library_constant_standard] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(441), + [sym_library_function] = ACTIONS(421), + [sym_library_type] = ACTIONS(421), }, [134] = { - [sym__expression] = STATE(1519), - [sym_condition_expression] = STATE(2536), - [sym_logical_expression] = STATE(2536), - [sym_relational_expression] = STATE(2536), - [sym_shift_expression] = STATE(2536), - [sym_simple_expression] = STATE(2536), - [sym_unary_operator] = STATE(704), - [sym_sign] = STATE(705), - [sym__primary] = STATE(2508), - [sym_name] = STATE(2509), - [sym__direct_name] = STATE(777), - [sym__identifier] = STATE(1411), - [sym__external_name] = STATE(1411), - [sym_external_constant_name] = STATE(1412), - [sym_external_signal_name] = STATE(1412), - [sym_external_variable_name] = STATE(1412), - [sym__literal] = STATE(2510), - [sym_bit_string_literal] = STATE(2506), - [sym__abstract_literal] = STATE(1408), - [sym_based_literal] = STATE(1627), - [sym_allocator] = STATE(2509), - [sym_parenthesis_expression] = STATE(2509), + [sym_conditional_expression] = STATE(6155), + [sym__expression] = STATE(1033), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(1909), + [sym_unary_operator] = STATE(657), + [sym_sign] = STATE(661), + [sym__primary] = STATE(1990), + [sym_name] = STATE(1991), + [sym__direct_name] = STATE(736), + [sym__identifier] = STATE(954), + [sym__external_name] = STATE(954), + [sym_external_constant_name] = STATE(929), + [sym_external_signal_name] = STATE(929), + [sym_external_variable_name] = STATE(929), + [sym__literal] = STATE(1992), + [sym_bit_string_literal] = STATE(1984), + [sym__abstract_literal] = STATE(964), + [sym_based_literal] = STATE(1073), + [sym_allocator] = STATE(1991), + [sym_parenthesis_expression] = STATE(1991), + [sym_element_association_list] = STATE(7715), + [sym_element_association] = STATE(5827), + [sym__element] = STATE(6165), + [sym_choices] = STATE(5528), + [sym__range] = STATE(5528), + [sym_simple_range] = STATE(4995), [sym__tool_directive] = STATE(134), - [sym_waveform] = STATE(5860), - [sym_waveform_element] = STATE(5397), - [sym_conditional_waveforms] = STATE(7556), - [sym_delay_mechanism] = STATE(337), [sym_line_comment] = STATE(134), [sym_block_comment] = STATE(134), - [anon_sym_LPAREN] = ACTIONS(411), - [sym_condition_conversion] = ACTIONS(413), + [anon_sym_LPAREN] = ACTIONS(263), + [sym_condition_conversion] = ACTIONS(265), [anon_sym_PLUS] = ACTIONS(267), [anon_sym_DASH] = ACTIONS(267), - [anon_sym_LT_LT] = ACTIONS(415), - [sym_identifier] = ACTIONS(417), + [anon_sym_LT_LT] = ACTIONS(401), + [sym_identifier] = ACTIONS(403), [sym_ABS] = ACTIONS(273), [sym_AND] = ACTIONS(273), - [sym_INERTIAL] = ACTIONS(421), [sym_NAND] = ACTIONS(273), - [sym_NEW] = ACTIONS(423), + [sym_NEW] = ACTIONS(275), [sym_NOR] = ACTIONS(273), [sym_NOT] = ACTIONS(273), - [sym_NULL] = ACTIONS(425), + [sym_NULL] = ACTIONS(277), [sym_OR] = ACTIONS(273), - [sym_REJECT] = ACTIONS(427), - [sym_TRANSPORT] = ACTIONS(421), - [sym_UNAFFECTED] = ACTIONS(429), + [sym_OTHERS] = ACTIONS(279), [sym_XNOR] = ACTIONS(273), [sym_XOR] = ACTIONS(273), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(431), - [sym_decimal_float] = ACTIONS(431), - [sym_based_base] = ACTIONS(433), - [sym_character_literal] = ACTIONS(435), - [sym_string_literal] = ACTIONS(425), - [sym_string_literal_std_logic] = ACTIONS(425), - [sym_bit_string_length] = ACTIONS(437), - [sym_bit_string_base] = ACTIONS(439), - [sym_operator_symbol] = ACTIONS(435), + [sym_decimal_integer] = ACTIONS(283), + [sym_decimal_float] = ACTIONS(283), + [sym_based_base] = ACTIONS(285), + [sym_character_literal] = ACTIONS(409), + [sym_string_literal] = ACTIONS(277), + [sym_string_literal_std_logic] = ACTIONS(277), + [sym_bit_string_length] = ACTIONS(289), + [sym_bit_string_base] = ACTIONS(291), + [sym_operator_symbol] = ACTIONS(409), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(417), - [sym_library_constant_boolean] = ACTIONS(425), - [sym_library_constant_character] = ACTIONS(425), - [sym_library_constant_debug] = ACTIONS(425), - [sym_library_constant_env] = ACTIONS(425), - [sym_library_constant_standard] = ACTIONS(425), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(417), - [sym_library_type] = ACTIONS(417), + [sym_library_constant] = ACTIONS(403), + [sym_library_constant_boolean] = ACTIONS(277), + [sym_library_constant_character] = ACTIONS(277), + [sym_library_constant_debug] = ACTIONS(277), + [sym_library_constant_env] = ACTIONS(277), + [sym_library_constant_standard] = ACTIONS(277), + [sym_library_constant_std_logic] = ACTIONS(409), + [sym_library_function] = ACTIONS(403), + [sym_library_type] = ACTIONS(403), }, [135] = { - [sym__expression] = STATE(1519), - [sym_condition_expression] = STATE(2536), - [sym_logical_expression] = STATE(2536), - [sym_relational_expression] = STATE(2536), - [sym_shift_expression] = STATE(2536), - [sym_simple_expression] = STATE(2536), - [sym_unary_operator] = STATE(704), - [sym_sign] = STATE(705), - [sym__primary] = STATE(2508), - [sym_name] = STATE(2509), - [sym__direct_name] = STATE(777), - [sym__identifier] = STATE(1411), - [sym__external_name] = STATE(1411), - [sym_external_constant_name] = STATE(1412), - [sym_external_signal_name] = STATE(1412), - [sym_external_variable_name] = STATE(1412), - [sym__literal] = STATE(2510), - [sym_bit_string_literal] = STATE(2506), - [sym__abstract_literal] = STATE(1408), - [sym_based_literal] = STATE(1627), - [sym_allocator] = STATE(2509), - [sym_parenthesis_expression] = STATE(2509), + [sym__expression] = STATE(1550), + [sym_condition_expression] = STATE(2503), + [sym_logical_expression] = STATE(2503), + [sym_relational_expression] = STATE(2503), + [sym_shift_expression] = STATE(2503), + [sym_simple_expression] = STATE(2503), + [sym_unary_operator] = STATE(699), + [sym_sign] = STATE(700), + [sym__primary] = STATE(2502), + [sym_name] = STATE(2501), + [sym__direct_name] = STATE(764), + [sym__identifier] = STATE(1352), + [sym__external_name] = STATE(1352), + [sym_external_constant_name] = STATE(1351), + [sym_external_signal_name] = STATE(1351), + [sym_external_variable_name] = STATE(1351), + [sym__literal] = STATE(2500), + [sym_bit_string_literal] = STATE(2505), + [sym__abstract_literal] = STATE(1399), + [sym_based_literal] = STATE(1466), + [sym_allocator] = STATE(2501), + [sym_parenthesis_expression] = STATE(2501), [sym__tool_directive] = STATE(135), - [sym_waveform] = STATE(5946), - [sym_waveform_element] = STATE(5397), - [sym_conditional_waveforms] = STATE(8224), - [sym_delay_mechanism] = STATE(330), + [sym_waveform] = STATE(5801), + [sym_waveform_element] = STATE(5497), + [sym_conditional_waveforms] = STATE(7037), + [sym_delay_mechanism] = STATE(336), [sym_line_comment] = STATE(135), [sym_block_comment] = STATE(135), - [anon_sym_LPAREN] = ACTIONS(411), - [sym_condition_conversion] = ACTIONS(413), + [anon_sym_LPAREN] = ACTIONS(415), + [sym_condition_conversion] = ACTIONS(417), [anon_sym_PLUS] = ACTIONS(267), [anon_sym_DASH] = ACTIONS(267), - [anon_sym_LT_LT] = ACTIONS(415), - [sym_identifier] = ACTIONS(417), + [anon_sym_LT_LT] = ACTIONS(419), + [sym_identifier] = ACTIONS(421), [sym_ABS] = ACTIONS(273), [sym_AND] = ACTIONS(273), - [sym_INERTIAL] = ACTIONS(421), + [sym_INERTIAL] = ACTIONS(425), [sym_NAND] = ACTIONS(273), - [sym_NEW] = ACTIONS(423), + [sym_NEW] = ACTIONS(427), [sym_NOR] = ACTIONS(273), [sym_NOT] = ACTIONS(273), - [sym_NULL] = ACTIONS(425), + [sym_NULL] = ACTIONS(429), [sym_OR] = ACTIONS(273), - [sym_REJECT] = ACTIONS(427), - [sym_TRANSPORT] = ACTIONS(421), - [sym_UNAFFECTED] = ACTIONS(429), + [sym_REJECT] = ACTIONS(431), + [sym_TRANSPORT] = ACTIONS(425), + [sym_UNAFFECTED] = ACTIONS(435), [sym_XNOR] = ACTIONS(273), [sym_XOR] = ACTIONS(273), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(431), - [sym_decimal_float] = ACTIONS(431), - [sym_based_base] = ACTIONS(433), - [sym_character_literal] = ACTIONS(435), - [sym_string_literal] = ACTIONS(425), - [sym_string_literal_std_logic] = ACTIONS(425), - [sym_bit_string_length] = ACTIONS(437), - [sym_bit_string_base] = ACTIONS(439), - [sym_operator_symbol] = ACTIONS(435), + [sym_decimal_integer] = ACTIONS(437), + [sym_decimal_float] = ACTIONS(437), + [sym_based_base] = ACTIONS(439), + [sym_character_literal] = ACTIONS(441), + [sym_string_literal] = ACTIONS(429), + [sym_string_literal_std_logic] = ACTIONS(429), + [sym_bit_string_length] = ACTIONS(443), + [sym_bit_string_base] = ACTIONS(445), + [sym_operator_symbol] = ACTIONS(441), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(417), - [sym_library_constant_boolean] = ACTIONS(425), - [sym_library_constant_character] = ACTIONS(425), - [sym_library_constant_debug] = ACTIONS(425), - [sym_library_constant_env] = ACTIONS(425), - [sym_library_constant_standard] = ACTIONS(425), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(417), - [sym_library_type] = ACTIONS(417), + [sym_library_constant] = ACTIONS(421), + [sym_library_constant_boolean] = ACTIONS(429), + [sym_library_constant_character] = ACTIONS(429), + [sym_library_constant_debug] = ACTIONS(429), + [sym_library_constant_env] = ACTIONS(429), + [sym_library_constant_standard] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(441), + [sym_library_function] = ACTIONS(421), + [sym_library_type] = ACTIONS(421), }, [136] = { - [sym__expression] = STATE(1519), - [sym_condition_expression] = STATE(2536), - [sym_logical_expression] = STATE(2536), - [sym_relational_expression] = STATE(2536), - [sym_shift_expression] = STATE(2536), - [sym_simple_expression] = STATE(2536), - [sym_unary_operator] = STATE(704), - [sym_sign] = STATE(705), - [sym__primary] = STATE(2508), - [sym_name] = STATE(2509), - [sym__direct_name] = STATE(777), - [sym__identifier] = STATE(1411), - [sym__external_name] = STATE(1411), - [sym_external_constant_name] = STATE(1412), - [sym_external_signal_name] = STATE(1412), - [sym_external_variable_name] = STATE(1412), - [sym__literal] = STATE(2510), - [sym_bit_string_literal] = STATE(2506), - [sym__abstract_literal] = STATE(1408), - [sym_based_literal] = STATE(1627), - [sym_allocator] = STATE(2509), - [sym_parenthesis_expression] = STATE(2509), + [sym_conditional_expression] = STATE(6155), + [sym__expression] = STATE(1033), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(1909), + [sym_unary_operator] = STATE(657), + [sym_sign] = STATE(661), + [sym__primary] = STATE(1990), + [sym_name] = STATE(1991), + [sym__direct_name] = STATE(736), + [sym__identifier] = STATE(954), + [sym__external_name] = STATE(954), + [sym_external_constant_name] = STATE(929), + [sym_external_signal_name] = STATE(929), + [sym_external_variable_name] = STATE(929), + [sym__literal] = STATE(1992), + [sym_bit_string_literal] = STATE(1984), + [sym__abstract_literal] = STATE(964), + [sym_based_literal] = STATE(1073), + [sym_allocator] = STATE(1991), + [sym_parenthesis_expression] = STATE(1991), + [sym_element_association_list] = STATE(6791), + [sym_element_association] = STATE(5827), + [sym__element] = STATE(6165), + [sym_choices] = STATE(5528), + [sym__range] = STATE(5528), + [sym_simple_range] = STATE(4995), [sym__tool_directive] = STATE(136), - [sym_waveform] = STATE(5873), - [sym_waveform_element] = STATE(5397), - [sym_conditional_waveforms] = STATE(7628), - [sym_delay_mechanism] = STATE(326), [sym_line_comment] = STATE(136), [sym_block_comment] = STATE(136), - [anon_sym_LPAREN] = ACTIONS(411), - [sym_condition_conversion] = ACTIONS(413), - [anon_sym_PLUS] = ACTIONS(267), - [anon_sym_DASH] = ACTIONS(267), - [anon_sym_LT_LT] = ACTIONS(415), - [sym_identifier] = ACTIONS(417), - [sym_ABS] = ACTIONS(273), - [sym_AND] = ACTIONS(273), - [sym_INERTIAL] = ACTIONS(421), - [sym_NAND] = ACTIONS(273), - [sym_NEW] = ACTIONS(423), - [sym_NOR] = ACTIONS(273), - [sym_NOT] = ACTIONS(273), - [sym_NULL] = ACTIONS(425), - [sym_OR] = ACTIONS(273), - [sym_REJECT] = ACTIONS(427), - [sym_TRANSPORT] = ACTIONS(421), - [sym_UNAFFECTED] = ACTIONS(429), - [sym_XNOR] = ACTIONS(273), - [sym_XOR] = ACTIONS(273), - [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(431), - [sym_decimal_float] = ACTIONS(431), - [sym_based_base] = ACTIONS(433), - [sym_character_literal] = ACTIONS(435), - [sym_string_literal] = ACTIONS(425), - [sym_string_literal_std_logic] = ACTIONS(425), - [sym_bit_string_length] = ACTIONS(437), - [sym_bit_string_base] = ACTIONS(439), - [sym_operator_symbol] = ACTIONS(435), - [sym__line_comment_start] = ACTIONS(5), - [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(417), - [sym_library_constant_boolean] = ACTIONS(425), - [sym_library_constant_character] = ACTIONS(425), - [sym_library_constant_debug] = ACTIONS(425), - [sym_library_constant_env] = ACTIONS(425), - [sym_library_constant_standard] = ACTIONS(425), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(417), - [sym_library_type] = ACTIONS(417), - }, - [137] = { - [sym_conditional_expression] = STATE(6025), - [sym__expression] = STATE(1102), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(1716), - [sym_unary_operator] = STATE(686), - [sym_sign] = STATE(687), - [sym__primary] = STATE(2097), - [sym_name] = STATE(2098), - [sym__direct_name] = STATE(734), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(967), - [sym_external_signal_name] = STATE(967), - [sym_external_variable_name] = STATE(967), - [sym__literal] = STATE(2099), - [sym_bit_string_literal] = STATE(2089), - [sym__abstract_literal] = STATE(997), - [sym_based_literal] = STATE(1044), - [sym_allocator] = STATE(2098), - [sym_parenthesis_expression] = STATE(2098), - [sym_element_association_list] = STATE(7704), - [sym_element_association] = STATE(5649), - [sym__element] = STATE(6052), - [sym_choices] = STATE(5482), - [sym__range] = STATE(5482), - [sym_simple_range] = STATE(5022), - [sym__tool_directive] = STATE(137), - [sym_line_comment] = STATE(137), - [sym_block_comment] = STATE(137), [anon_sym_LPAREN] = ACTIONS(263), [sym_condition_conversion] = ACTIONS(265), [anon_sym_PLUS] = ACTIONS(267), @@ -32058,180 +31986,252 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_function] = ACTIONS(403), [sym_library_type] = ACTIONS(403), }, + [137] = { + [sym__expression] = STATE(1550), + [sym_condition_expression] = STATE(2503), + [sym_logical_expression] = STATE(2503), + [sym_relational_expression] = STATE(2503), + [sym_shift_expression] = STATE(2503), + [sym_simple_expression] = STATE(2503), + [sym_unary_operator] = STATE(699), + [sym_sign] = STATE(700), + [sym__primary] = STATE(2502), + [sym_name] = STATE(2501), + [sym__direct_name] = STATE(764), + [sym__identifier] = STATE(1352), + [sym__external_name] = STATE(1352), + [sym_external_constant_name] = STATE(1351), + [sym_external_signal_name] = STATE(1351), + [sym_external_variable_name] = STATE(1351), + [sym__literal] = STATE(2500), + [sym_bit_string_literal] = STATE(2505), + [sym__abstract_literal] = STATE(1399), + [sym_based_literal] = STATE(1466), + [sym_allocator] = STATE(2501), + [sym_parenthesis_expression] = STATE(2501), + [sym__tool_directive] = STATE(137), + [sym_waveform] = STATE(5714), + [sym_waveform_element] = STATE(5497), + [sym_conditional_waveforms] = STATE(8227), + [sym_delay_mechanism] = STATE(328), + [sym_line_comment] = STATE(137), + [sym_block_comment] = STATE(137), + [anon_sym_LPAREN] = ACTIONS(415), + [sym_condition_conversion] = ACTIONS(417), + [anon_sym_PLUS] = ACTIONS(267), + [anon_sym_DASH] = ACTIONS(267), + [anon_sym_LT_LT] = ACTIONS(419), + [sym_identifier] = ACTIONS(421), + [sym_ABS] = ACTIONS(273), + [sym_AND] = ACTIONS(273), + [sym_INERTIAL] = ACTIONS(425), + [sym_NAND] = ACTIONS(273), + [sym_NEW] = ACTIONS(427), + [sym_NOR] = ACTIONS(273), + [sym_NOT] = ACTIONS(273), + [sym_NULL] = ACTIONS(429), + [sym_OR] = ACTIONS(273), + [sym_REJECT] = ACTIONS(431), + [sym_TRANSPORT] = ACTIONS(425), + [sym_UNAFFECTED] = ACTIONS(435), + [sym_XNOR] = ACTIONS(273), + [sym_XOR] = ACTIONS(273), + [sym__grave_accent] = ACTIONS(3), + [sym_decimal_integer] = ACTIONS(437), + [sym_decimal_float] = ACTIONS(437), + [sym_based_base] = ACTIONS(439), + [sym_character_literal] = ACTIONS(441), + [sym_string_literal] = ACTIONS(429), + [sym_string_literal_std_logic] = ACTIONS(429), + [sym_bit_string_length] = ACTIONS(443), + [sym_bit_string_base] = ACTIONS(445), + [sym_operator_symbol] = ACTIONS(441), + [sym__line_comment_start] = ACTIONS(5), + [sym__block_comment_start] = ACTIONS(7), + [sym_library_constant] = ACTIONS(421), + [sym_library_constant_boolean] = ACTIONS(429), + [sym_library_constant_character] = ACTIONS(429), + [sym_library_constant_debug] = ACTIONS(429), + [sym_library_constant_env] = ACTIONS(429), + [sym_library_constant_standard] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(441), + [sym_library_function] = ACTIONS(421), + [sym_library_type] = ACTIONS(421), + }, [138] = { - [sym__expression] = STATE(1519), - [sym_condition_expression] = STATE(2536), - [sym_logical_expression] = STATE(2536), - [sym_relational_expression] = STATE(2536), - [sym_shift_expression] = STATE(2536), - [sym_simple_expression] = STATE(2536), - [sym_unary_operator] = STATE(704), - [sym_sign] = STATE(705), - [sym__primary] = STATE(2508), - [sym_name] = STATE(2509), - [sym__direct_name] = STATE(777), - [sym__identifier] = STATE(1411), - [sym__external_name] = STATE(1411), - [sym_external_constant_name] = STATE(1412), - [sym_external_signal_name] = STATE(1412), - [sym_external_variable_name] = STATE(1412), - [sym__literal] = STATE(2510), - [sym_bit_string_literal] = STATE(2506), - [sym__abstract_literal] = STATE(1408), - [sym_based_literal] = STATE(1627), - [sym_allocator] = STATE(2509), - [sym_parenthesis_expression] = STATE(2509), + [sym_conditional_expression] = STATE(6155), + [sym__expression] = STATE(1033), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(1909), + [sym_unary_operator] = STATE(657), + [sym_sign] = STATE(661), + [sym__primary] = STATE(1990), + [sym_name] = STATE(1991), + [sym__direct_name] = STATE(736), + [sym__identifier] = STATE(954), + [sym__external_name] = STATE(954), + [sym_external_constant_name] = STATE(929), + [sym_external_signal_name] = STATE(929), + [sym_external_variable_name] = STATE(929), + [sym__literal] = STATE(1992), + [sym_bit_string_literal] = STATE(1984), + [sym__abstract_literal] = STATE(964), + [sym_based_literal] = STATE(1073), + [sym_allocator] = STATE(1991), + [sym_parenthesis_expression] = STATE(1991), + [sym_element_association_list] = STATE(8247), + [sym_element_association] = STATE(5827), + [sym__element] = STATE(6165), + [sym_choices] = STATE(5528), + [sym__range] = STATE(5528), + [sym_simple_range] = STATE(4995), [sym__tool_directive] = STATE(138), - [sym_waveform] = STATE(5809), - [sym_waveform_element] = STATE(5397), - [sym_conditional_waveforms] = STATE(7303), - [sym_delay_mechanism] = STATE(328), [sym_line_comment] = STATE(138), [sym_block_comment] = STATE(138), - [anon_sym_LPAREN] = ACTIONS(411), - [sym_condition_conversion] = ACTIONS(413), + [anon_sym_LPAREN] = ACTIONS(263), + [sym_condition_conversion] = ACTIONS(265), [anon_sym_PLUS] = ACTIONS(267), [anon_sym_DASH] = ACTIONS(267), - [anon_sym_LT_LT] = ACTIONS(415), - [sym_identifier] = ACTIONS(417), + [anon_sym_LT_LT] = ACTIONS(401), + [sym_identifier] = ACTIONS(403), [sym_ABS] = ACTIONS(273), [sym_AND] = ACTIONS(273), - [sym_INERTIAL] = ACTIONS(421), [sym_NAND] = ACTIONS(273), - [sym_NEW] = ACTIONS(423), + [sym_NEW] = ACTIONS(275), [sym_NOR] = ACTIONS(273), [sym_NOT] = ACTIONS(273), - [sym_NULL] = ACTIONS(425), + [sym_NULL] = ACTIONS(277), [sym_OR] = ACTIONS(273), - [sym_REJECT] = ACTIONS(427), - [sym_TRANSPORT] = ACTIONS(421), - [sym_UNAFFECTED] = ACTIONS(429), + [sym_OTHERS] = ACTIONS(279), [sym_XNOR] = ACTIONS(273), [sym_XOR] = ACTIONS(273), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(431), - [sym_decimal_float] = ACTIONS(431), - [sym_based_base] = ACTIONS(433), - [sym_character_literal] = ACTIONS(435), - [sym_string_literal] = ACTIONS(425), - [sym_string_literal_std_logic] = ACTIONS(425), - [sym_bit_string_length] = ACTIONS(437), - [sym_bit_string_base] = ACTIONS(439), - [sym_operator_symbol] = ACTIONS(435), + [sym_decimal_integer] = ACTIONS(283), + [sym_decimal_float] = ACTIONS(283), + [sym_based_base] = ACTIONS(285), + [sym_character_literal] = ACTIONS(409), + [sym_string_literal] = ACTIONS(277), + [sym_string_literal_std_logic] = ACTIONS(277), + [sym_bit_string_length] = ACTIONS(289), + [sym_bit_string_base] = ACTIONS(291), + [sym_operator_symbol] = ACTIONS(409), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(417), - [sym_library_constant_boolean] = ACTIONS(425), - [sym_library_constant_character] = ACTIONS(425), - [sym_library_constant_debug] = ACTIONS(425), - [sym_library_constant_env] = ACTIONS(425), - [sym_library_constant_standard] = ACTIONS(425), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(417), - [sym_library_type] = ACTIONS(417), + [sym_library_constant] = ACTIONS(403), + [sym_library_constant_boolean] = ACTIONS(277), + [sym_library_constant_character] = ACTIONS(277), + [sym_library_constant_debug] = ACTIONS(277), + [sym_library_constant_env] = ACTIONS(277), + [sym_library_constant_standard] = ACTIONS(277), + [sym_library_constant_std_logic] = ACTIONS(409), + [sym_library_function] = ACTIONS(403), + [sym_library_type] = ACTIONS(403), }, [139] = { - [sym__expression] = STATE(1519), - [sym_condition_expression] = STATE(2536), - [sym_logical_expression] = STATE(2536), - [sym_relational_expression] = STATE(2536), - [sym_shift_expression] = STATE(2536), - [sym_simple_expression] = STATE(2536), - [sym_unary_operator] = STATE(704), - [sym_sign] = STATE(705), - [sym__primary] = STATE(2508), - [sym_name] = STATE(2509), - [sym__direct_name] = STATE(777), - [sym__identifier] = STATE(1411), - [sym__external_name] = STATE(1411), - [sym_external_constant_name] = STATE(1412), - [sym_external_signal_name] = STATE(1412), - [sym_external_variable_name] = STATE(1412), - [sym__literal] = STATE(2510), - [sym_bit_string_literal] = STATE(2506), - [sym__abstract_literal] = STATE(1408), - [sym_based_literal] = STATE(1627), - [sym_allocator] = STATE(2509), - [sym_parenthesis_expression] = STATE(2509), + [sym_conditional_expression] = STATE(6155), + [sym__expression] = STATE(1033), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(1909), + [sym_unary_operator] = STATE(657), + [sym_sign] = STATE(661), + [sym__primary] = STATE(1990), + [sym_name] = STATE(1991), + [sym__direct_name] = STATE(736), + [sym__identifier] = STATE(954), + [sym__external_name] = STATE(954), + [sym_external_constant_name] = STATE(929), + [sym_external_signal_name] = STATE(929), + [sym_external_variable_name] = STATE(929), + [sym__literal] = STATE(1992), + [sym_bit_string_literal] = STATE(1984), + [sym__abstract_literal] = STATE(964), + [sym_based_literal] = STATE(1073), + [sym_allocator] = STATE(1991), + [sym_parenthesis_expression] = STATE(1991), + [sym_element_association_list] = STATE(6675), + [sym_element_association] = STATE(5827), + [sym__element] = STATE(6165), + [sym_choices] = STATE(5528), + [sym__range] = STATE(5528), + [sym_simple_range] = STATE(4995), [sym__tool_directive] = STATE(139), - [sym_waveform] = STATE(5578), - [sym_waveform_element] = STATE(5397), - [sym_conditional_waveforms] = STATE(7523), - [sym_delay_mechanism] = STATE(332), [sym_line_comment] = STATE(139), [sym_block_comment] = STATE(139), - [anon_sym_LPAREN] = ACTIONS(411), - [sym_condition_conversion] = ACTIONS(413), + [anon_sym_LPAREN] = ACTIONS(263), + [sym_condition_conversion] = ACTIONS(265), [anon_sym_PLUS] = ACTIONS(267), [anon_sym_DASH] = ACTIONS(267), - [anon_sym_LT_LT] = ACTIONS(415), - [sym_identifier] = ACTIONS(417), + [anon_sym_LT_LT] = ACTIONS(401), + [sym_identifier] = ACTIONS(403), [sym_ABS] = ACTIONS(273), [sym_AND] = ACTIONS(273), - [sym_INERTIAL] = ACTIONS(421), [sym_NAND] = ACTIONS(273), - [sym_NEW] = ACTIONS(423), + [sym_NEW] = ACTIONS(275), [sym_NOR] = ACTIONS(273), [sym_NOT] = ACTIONS(273), - [sym_NULL] = ACTIONS(425), + [sym_NULL] = ACTIONS(277), [sym_OR] = ACTIONS(273), - [sym_REJECT] = ACTIONS(427), - [sym_TRANSPORT] = ACTIONS(421), - [sym_UNAFFECTED] = ACTIONS(429), + [sym_OTHERS] = ACTIONS(279), [sym_XNOR] = ACTIONS(273), [sym_XOR] = ACTIONS(273), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(431), - [sym_decimal_float] = ACTIONS(431), - [sym_based_base] = ACTIONS(433), - [sym_character_literal] = ACTIONS(435), - [sym_string_literal] = ACTIONS(425), - [sym_string_literal_std_logic] = ACTIONS(425), - [sym_bit_string_length] = ACTIONS(437), - [sym_bit_string_base] = ACTIONS(439), - [sym_operator_symbol] = ACTIONS(435), + [sym_decimal_integer] = ACTIONS(283), + [sym_decimal_float] = ACTIONS(283), + [sym_based_base] = ACTIONS(285), + [sym_character_literal] = ACTIONS(409), + [sym_string_literal] = ACTIONS(277), + [sym_string_literal_std_logic] = ACTIONS(277), + [sym_bit_string_length] = ACTIONS(289), + [sym_bit_string_base] = ACTIONS(291), + [sym_operator_symbol] = ACTIONS(409), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(417), - [sym_library_constant_boolean] = ACTIONS(425), - [sym_library_constant_character] = ACTIONS(425), - [sym_library_constant_debug] = ACTIONS(425), - [sym_library_constant_env] = ACTIONS(425), - [sym_library_constant_standard] = ACTIONS(425), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(417), - [sym_library_type] = ACTIONS(417), + [sym_library_constant] = ACTIONS(403), + [sym_library_constant_boolean] = ACTIONS(277), + [sym_library_constant_character] = ACTIONS(277), + [sym_library_constant_debug] = ACTIONS(277), + [sym_library_constant_env] = ACTIONS(277), + [sym_library_constant_standard] = ACTIONS(277), + [sym_library_constant_std_logic] = ACTIONS(409), + [sym_library_function] = ACTIONS(403), + [sym_library_type] = ACTIONS(403), }, [140] = { - [sym_conditional_expression] = STATE(6025), - [sym__expression] = STATE(1102), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(1716), - [sym_unary_operator] = STATE(686), - [sym_sign] = STATE(687), - [sym__primary] = STATE(2097), - [sym_name] = STATE(2098), - [sym__direct_name] = STATE(734), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(967), - [sym_external_signal_name] = STATE(967), - [sym_external_variable_name] = STATE(967), - [sym__literal] = STATE(2099), - [sym_bit_string_literal] = STATE(2089), - [sym__abstract_literal] = STATE(997), - [sym_based_literal] = STATE(1044), - [sym_allocator] = STATE(2098), - [sym_parenthesis_expression] = STATE(2098), - [sym_element_association_list] = STATE(8176), - [sym_element_association] = STATE(5649), - [sym__element] = STATE(6052), - [sym_choices] = STATE(5482), - [sym__range] = STATE(5482), - [sym_simple_range] = STATE(5022), + [sym_conditional_expression] = STATE(6155), + [sym__expression] = STATE(1033), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(1909), + [sym_unary_operator] = STATE(657), + [sym_sign] = STATE(661), + [sym__primary] = STATE(1990), + [sym_name] = STATE(1991), + [sym__direct_name] = STATE(736), + [sym__identifier] = STATE(954), + [sym__external_name] = STATE(954), + [sym_external_constant_name] = STATE(929), + [sym_external_signal_name] = STATE(929), + [sym_external_variable_name] = STATE(929), + [sym__literal] = STATE(1992), + [sym_bit_string_literal] = STATE(1984), + [sym__abstract_literal] = STATE(964), + [sym_based_literal] = STATE(1073), + [sym_allocator] = STATE(1991), + [sym_parenthesis_expression] = STATE(1991), + [sym_element_association_list] = STATE(6810), + [sym_element_association] = STATE(5827), + [sym__element] = STATE(6165), + [sym_choices] = STATE(5528), + [sym__range] = STATE(5528), + [sym_simple_range] = STATE(4995), [sym__tool_directive] = STATE(140), [sym_line_comment] = STATE(140), [sym_block_comment] = STATE(140), @@ -32275,251 +32275,251 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_type] = ACTIONS(403), }, [141] = { - [sym__expression] = STATE(1519), - [sym_condition_expression] = STATE(2536), - [sym_logical_expression] = STATE(2536), - [sym_relational_expression] = STATE(2536), - [sym_shift_expression] = STATE(2536), - [sym_simple_expression] = STATE(2536), - [sym_unary_operator] = STATE(704), - [sym_sign] = STATE(705), - [sym__primary] = STATE(2508), - [sym_name] = STATE(2509), - [sym__direct_name] = STATE(777), - [sym__identifier] = STATE(1411), - [sym__external_name] = STATE(1411), - [sym_external_constant_name] = STATE(1412), - [sym_external_signal_name] = STATE(1412), - [sym_external_variable_name] = STATE(1412), - [sym__literal] = STATE(2510), - [sym_bit_string_literal] = STATE(2506), - [sym__abstract_literal] = STATE(1408), - [sym_based_literal] = STATE(1627), - [sym_allocator] = STATE(2509), - [sym_parenthesis_expression] = STATE(2509), + [sym_conditional_expression] = STATE(6155), + [sym__expression] = STATE(1033), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(1909), + [sym_unary_operator] = STATE(657), + [sym_sign] = STATE(661), + [sym__primary] = STATE(1990), + [sym_name] = STATE(1991), + [sym__direct_name] = STATE(736), + [sym__identifier] = STATE(954), + [sym__external_name] = STATE(954), + [sym_external_constant_name] = STATE(929), + [sym_external_signal_name] = STATE(929), + [sym_external_variable_name] = STATE(929), + [sym__literal] = STATE(1992), + [sym_bit_string_literal] = STATE(1984), + [sym__abstract_literal] = STATE(964), + [sym_based_literal] = STATE(1073), + [sym_allocator] = STATE(1991), + [sym_parenthesis_expression] = STATE(1991), + [sym_element_association_list] = STATE(8345), + [sym_element_association] = STATE(5827), + [sym__element] = STATE(6165), + [sym_choices] = STATE(5528), + [sym__range] = STATE(5528), + [sym_simple_range] = STATE(4995), [sym__tool_directive] = STATE(141), - [sym_waveform] = STATE(5640), - [sym_waveform_element] = STATE(5397), - [sym_conditional_waveforms] = STATE(6934), - [sym_delay_mechanism] = STATE(338), [sym_line_comment] = STATE(141), [sym_block_comment] = STATE(141), - [anon_sym_LPAREN] = ACTIONS(411), - [sym_condition_conversion] = ACTIONS(413), + [anon_sym_LPAREN] = ACTIONS(263), + [sym_condition_conversion] = ACTIONS(265), [anon_sym_PLUS] = ACTIONS(267), [anon_sym_DASH] = ACTIONS(267), - [anon_sym_LT_LT] = ACTIONS(415), - [sym_identifier] = ACTIONS(417), + [anon_sym_LT_LT] = ACTIONS(401), + [sym_identifier] = ACTIONS(403), [sym_ABS] = ACTIONS(273), [sym_AND] = ACTIONS(273), - [sym_INERTIAL] = ACTIONS(421), [sym_NAND] = ACTIONS(273), - [sym_NEW] = ACTIONS(423), + [sym_NEW] = ACTIONS(275), [sym_NOR] = ACTIONS(273), [sym_NOT] = ACTIONS(273), - [sym_NULL] = ACTIONS(425), + [sym_NULL] = ACTIONS(277), [sym_OR] = ACTIONS(273), - [sym_REJECT] = ACTIONS(427), - [sym_TRANSPORT] = ACTIONS(421), - [sym_UNAFFECTED] = ACTIONS(429), + [sym_OTHERS] = ACTIONS(279), [sym_XNOR] = ACTIONS(273), [sym_XOR] = ACTIONS(273), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(431), - [sym_decimal_float] = ACTIONS(431), - [sym_based_base] = ACTIONS(433), - [sym_character_literal] = ACTIONS(435), - [sym_string_literal] = ACTIONS(425), - [sym_string_literal_std_logic] = ACTIONS(425), - [sym_bit_string_length] = ACTIONS(437), - [sym_bit_string_base] = ACTIONS(439), - [sym_operator_symbol] = ACTIONS(435), + [sym_decimal_integer] = ACTIONS(283), + [sym_decimal_float] = ACTIONS(283), + [sym_based_base] = ACTIONS(285), + [sym_character_literal] = ACTIONS(409), + [sym_string_literal] = ACTIONS(277), + [sym_string_literal_std_logic] = ACTIONS(277), + [sym_bit_string_length] = ACTIONS(289), + [sym_bit_string_base] = ACTIONS(291), + [sym_operator_symbol] = ACTIONS(409), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(417), - [sym_library_constant_boolean] = ACTIONS(425), - [sym_library_constant_character] = ACTIONS(425), - [sym_library_constant_debug] = ACTIONS(425), - [sym_library_constant_env] = ACTIONS(425), - [sym_library_constant_standard] = ACTIONS(425), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(417), - [sym_library_type] = ACTIONS(417), + [sym_library_constant] = ACTIONS(403), + [sym_library_constant_boolean] = ACTIONS(277), + [sym_library_constant_character] = ACTIONS(277), + [sym_library_constant_debug] = ACTIONS(277), + [sym_library_constant_env] = ACTIONS(277), + [sym_library_constant_standard] = ACTIONS(277), + [sym_library_constant_std_logic] = ACTIONS(409), + [sym_library_function] = ACTIONS(403), + [sym_library_type] = ACTIONS(403), }, [142] = { - [sym__expression] = STATE(1519), - [sym_condition_expression] = STATE(2536), - [sym_logical_expression] = STATE(2536), - [sym_relational_expression] = STATE(2536), - [sym_shift_expression] = STATE(2536), - [sym_simple_expression] = STATE(2536), - [sym_unary_operator] = STATE(704), - [sym_sign] = STATE(705), - [sym__primary] = STATE(2508), - [sym_name] = STATE(2509), - [sym__direct_name] = STATE(777), - [sym__identifier] = STATE(1411), - [sym__external_name] = STATE(1411), - [sym_external_constant_name] = STATE(1412), - [sym_external_signal_name] = STATE(1412), - [sym_external_variable_name] = STATE(1412), - [sym__literal] = STATE(2510), - [sym_bit_string_literal] = STATE(2506), - [sym__abstract_literal] = STATE(1408), - [sym_based_literal] = STATE(1627), - [sym_allocator] = STATE(2509), - [sym_parenthesis_expression] = STATE(2509), + [sym_conditional_expression] = STATE(6155), + [sym__expression] = STATE(1033), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(1909), + [sym_unary_operator] = STATE(657), + [sym_sign] = STATE(661), + [sym__primary] = STATE(1990), + [sym_name] = STATE(1991), + [sym__direct_name] = STATE(736), + [sym__identifier] = STATE(954), + [sym__external_name] = STATE(954), + [sym_external_constant_name] = STATE(929), + [sym_external_signal_name] = STATE(929), + [sym_external_variable_name] = STATE(929), + [sym__literal] = STATE(1992), + [sym_bit_string_literal] = STATE(1984), + [sym__abstract_literal] = STATE(964), + [sym_based_literal] = STATE(1073), + [sym_allocator] = STATE(1991), + [sym_parenthesis_expression] = STATE(1991), + [sym_element_association_list] = STATE(6847), + [sym_element_association] = STATE(5827), + [sym__element] = STATE(6165), + [sym_choices] = STATE(5528), + [sym__range] = STATE(5528), + [sym_simple_range] = STATE(4995), [sym__tool_directive] = STATE(142), - [sym_waveform] = STATE(5891), - [sym_waveform_element] = STATE(5397), - [sym_conditional_waveforms] = STATE(7736), - [sym_delay_mechanism] = STATE(336), [sym_line_comment] = STATE(142), [sym_block_comment] = STATE(142), - [anon_sym_LPAREN] = ACTIONS(411), - [sym_condition_conversion] = ACTIONS(413), + [anon_sym_LPAREN] = ACTIONS(263), + [sym_condition_conversion] = ACTIONS(265), [anon_sym_PLUS] = ACTIONS(267), [anon_sym_DASH] = ACTIONS(267), - [anon_sym_LT_LT] = ACTIONS(415), - [sym_identifier] = ACTIONS(417), + [anon_sym_LT_LT] = ACTIONS(401), + [sym_identifier] = ACTIONS(403), [sym_ABS] = ACTIONS(273), [sym_AND] = ACTIONS(273), - [sym_INERTIAL] = ACTIONS(421), [sym_NAND] = ACTIONS(273), - [sym_NEW] = ACTIONS(423), + [sym_NEW] = ACTIONS(275), [sym_NOR] = ACTIONS(273), [sym_NOT] = ACTIONS(273), - [sym_NULL] = ACTIONS(425), + [sym_NULL] = ACTIONS(277), [sym_OR] = ACTIONS(273), - [sym_REJECT] = ACTIONS(427), - [sym_TRANSPORT] = ACTIONS(421), - [sym_UNAFFECTED] = ACTIONS(429), + [sym_OTHERS] = ACTIONS(279), [sym_XNOR] = ACTIONS(273), [sym_XOR] = ACTIONS(273), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(431), - [sym_decimal_float] = ACTIONS(431), - [sym_based_base] = ACTIONS(433), - [sym_character_literal] = ACTIONS(435), - [sym_string_literal] = ACTIONS(425), - [sym_string_literal_std_logic] = ACTIONS(425), - [sym_bit_string_length] = ACTIONS(437), - [sym_bit_string_base] = ACTIONS(439), - [sym_operator_symbol] = ACTIONS(435), + [sym_decimal_integer] = ACTIONS(283), + [sym_decimal_float] = ACTIONS(283), + [sym_based_base] = ACTIONS(285), + [sym_character_literal] = ACTIONS(409), + [sym_string_literal] = ACTIONS(277), + [sym_string_literal_std_logic] = ACTIONS(277), + [sym_bit_string_length] = ACTIONS(289), + [sym_bit_string_base] = ACTIONS(291), + [sym_operator_symbol] = ACTIONS(409), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(417), - [sym_library_constant_boolean] = ACTIONS(425), - [sym_library_constant_character] = ACTIONS(425), - [sym_library_constant_debug] = ACTIONS(425), - [sym_library_constant_env] = ACTIONS(425), - [sym_library_constant_standard] = ACTIONS(425), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(417), - [sym_library_type] = ACTIONS(417), + [sym_library_constant] = ACTIONS(403), + [sym_library_constant_boolean] = ACTIONS(277), + [sym_library_constant_character] = ACTIONS(277), + [sym_library_constant_debug] = ACTIONS(277), + [sym_library_constant_env] = ACTIONS(277), + [sym_library_constant_standard] = ACTIONS(277), + [sym_library_constant_std_logic] = ACTIONS(409), + [sym_library_function] = ACTIONS(403), + [sym_library_type] = ACTIONS(403), }, [143] = { - [sym__expression] = STATE(1519), - [sym_condition_expression] = STATE(2536), - [sym_logical_expression] = STATE(2536), - [sym_relational_expression] = STATE(2536), - [sym_shift_expression] = STATE(2536), - [sym_simple_expression] = STATE(2536), - [sym_unary_operator] = STATE(704), - [sym_sign] = STATE(705), - [sym__primary] = STATE(2508), - [sym_name] = STATE(2509), - [sym__direct_name] = STATE(777), - [sym__identifier] = STATE(1411), - [sym__external_name] = STATE(1411), - [sym_external_constant_name] = STATE(1412), - [sym_external_signal_name] = STATE(1412), - [sym_external_variable_name] = STATE(1412), - [sym__literal] = STATE(2510), - [sym_bit_string_literal] = STATE(2506), - [sym__abstract_literal] = STATE(1408), - [sym_based_literal] = STATE(1627), - [sym_allocator] = STATE(2509), - [sym_parenthesis_expression] = STATE(2509), + [sym__expression] = STATE(1550), + [sym_condition_expression] = STATE(2503), + [sym_logical_expression] = STATE(2503), + [sym_relational_expression] = STATE(2503), + [sym_shift_expression] = STATE(2503), + [sym_simple_expression] = STATE(2503), + [sym_unary_operator] = STATE(699), + [sym_sign] = STATE(700), + [sym__primary] = STATE(2502), + [sym_name] = STATE(2501), + [sym__direct_name] = STATE(764), + [sym__identifier] = STATE(1352), + [sym__external_name] = STATE(1352), + [sym_external_constant_name] = STATE(1351), + [sym_external_signal_name] = STATE(1351), + [sym_external_variable_name] = STATE(1351), + [sym__literal] = STATE(2500), + [sym_bit_string_literal] = STATE(2505), + [sym__abstract_literal] = STATE(1399), + [sym_based_literal] = STATE(1466), + [sym_allocator] = STATE(2501), + [sym_parenthesis_expression] = STATE(2501), [sym__tool_directive] = STATE(143), - [sym_waveform] = STATE(5781), - [sym_waveform_element] = STATE(5397), - [sym_conditional_waveforms] = STATE(7559), - [sym_delay_mechanism] = STATE(341), + [sym_waveform] = STATE(5759), + [sym_waveform_element] = STATE(5497), + [sym_conditional_waveforms] = STATE(6959), + [sym_delay_mechanism] = STATE(345), [sym_line_comment] = STATE(143), [sym_block_comment] = STATE(143), - [anon_sym_LPAREN] = ACTIONS(411), - [sym_condition_conversion] = ACTIONS(413), + [anon_sym_LPAREN] = ACTIONS(415), + [sym_condition_conversion] = ACTIONS(417), [anon_sym_PLUS] = ACTIONS(267), [anon_sym_DASH] = ACTIONS(267), - [anon_sym_LT_LT] = ACTIONS(415), - [sym_identifier] = ACTIONS(417), + [anon_sym_LT_LT] = ACTIONS(419), + [sym_identifier] = ACTIONS(421), [sym_ABS] = ACTIONS(273), [sym_AND] = ACTIONS(273), - [sym_INERTIAL] = ACTIONS(421), + [sym_INERTIAL] = ACTIONS(425), [sym_NAND] = ACTIONS(273), - [sym_NEW] = ACTIONS(423), + [sym_NEW] = ACTIONS(427), [sym_NOR] = ACTIONS(273), [sym_NOT] = ACTIONS(273), - [sym_NULL] = ACTIONS(425), + [sym_NULL] = ACTIONS(429), [sym_OR] = ACTIONS(273), - [sym_REJECT] = ACTIONS(427), - [sym_TRANSPORT] = ACTIONS(421), - [sym_UNAFFECTED] = ACTIONS(429), + [sym_REJECT] = ACTIONS(431), + [sym_TRANSPORT] = ACTIONS(425), + [sym_UNAFFECTED] = ACTIONS(435), [sym_XNOR] = ACTIONS(273), [sym_XOR] = ACTIONS(273), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(431), - [sym_decimal_float] = ACTIONS(431), - [sym_based_base] = ACTIONS(433), - [sym_character_literal] = ACTIONS(435), - [sym_string_literal] = ACTIONS(425), - [sym_string_literal_std_logic] = ACTIONS(425), - [sym_bit_string_length] = ACTIONS(437), - [sym_bit_string_base] = ACTIONS(439), - [sym_operator_symbol] = ACTIONS(435), + [sym_decimal_integer] = ACTIONS(437), + [sym_decimal_float] = ACTIONS(437), + [sym_based_base] = ACTIONS(439), + [sym_character_literal] = ACTIONS(441), + [sym_string_literal] = ACTIONS(429), + [sym_string_literal_std_logic] = ACTIONS(429), + [sym_bit_string_length] = ACTIONS(443), + [sym_bit_string_base] = ACTIONS(445), + [sym_operator_symbol] = ACTIONS(441), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(417), - [sym_library_constant_boolean] = ACTIONS(425), - [sym_library_constant_character] = ACTIONS(425), - [sym_library_constant_debug] = ACTIONS(425), - [sym_library_constant_env] = ACTIONS(425), - [sym_library_constant_standard] = ACTIONS(425), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(417), - [sym_library_type] = ACTIONS(417), + [sym_library_constant] = ACTIONS(421), + [sym_library_constant_boolean] = ACTIONS(429), + [sym_library_constant_character] = ACTIONS(429), + [sym_library_constant_debug] = ACTIONS(429), + [sym_library_constant_env] = ACTIONS(429), + [sym_library_constant_standard] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(441), + [sym_library_function] = ACTIONS(421), + [sym_library_type] = ACTIONS(421), }, [144] = { - [sym_conditional_expression] = STATE(6025), - [sym__expression] = STATE(1102), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(1716), - [sym_unary_operator] = STATE(686), - [sym_sign] = STATE(687), - [sym__primary] = STATE(2097), - [sym_name] = STATE(2098), - [sym__direct_name] = STATE(734), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(967), - [sym_external_signal_name] = STATE(967), - [sym_external_variable_name] = STATE(967), - [sym__literal] = STATE(2099), - [sym_bit_string_literal] = STATE(2089), - [sym__abstract_literal] = STATE(997), - [sym_based_literal] = STATE(1044), - [sym_allocator] = STATE(2098), - [sym_parenthesis_expression] = STATE(2098), - [sym_element_association_list] = STATE(6798), - [sym_element_association] = STATE(5649), - [sym__element] = STATE(6052), - [sym_choices] = STATE(5482), - [sym__range] = STATE(5482), - [sym_simple_range] = STATE(5022), + [sym_conditional_expression] = STATE(6155), + [sym__expression] = STATE(1033), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(1909), + [sym_unary_operator] = STATE(657), + [sym_sign] = STATE(661), + [sym__primary] = STATE(1990), + [sym_name] = STATE(1991), + [sym__direct_name] = STATE(736), + [sym__identifier] = STATE(954), + [sym__external_name] = STATE(954), + [sym_external_constant_name] = STATE(929), + [sym_external_signal_name] = STATE(929), + [sym_external_variable_name] = STATE(929), + [sym__literal] = STATE(1992), + [sym_bit_string_literal] = STATE(1984), + [sym__abstract_literal] = STATE(964), + [sym_based_literal] = STATE(1073), + [sym_allocator] = STATE(1991), + [sym_parenthesis_expression] = STATE(1991), + [sym_element_association_list] = STATE(7174), + [sym_element_association] = STATE(5827), + [sym__element] = STATE(6165), + [sym_choices] = STATE(5528), + [sym__range] = STATE(5528), + [sym_simple_range] = STATE(4995), [sym__tool_directive] = STATE(144), [sym_line_comment] = STATE(144), [sym_block_comment] = STATE(144), @@ -32563,35 +32563,35 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_type] = ACTIONS(403), }, [145] = { - [sym_conditional_expression] = STATE(6025), - [sym__expression] = STATE(1102), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(1716), - [sym_unary_operator] = STATE(686), - [sym_sign] = STATE(687), - [sym__primary] = STATE(2097), - [sym_name] = STATE(2098), - [sym__direct_name] = STATE(734), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(967), - [sym_external_signal_name] = STATE(967), - [sym_external_variable_name] = STATE(967), - [sym__literal] = STATE(2099), - [sym_bit_string_literal] = STATE(2089), - [sym__abstract_literal] = STATE(997), - [sym_based_literal] = STATE(1044), - [sym_allocator] = STATE(2098), - [sym_parenthesis_expression] = STATE(2098), - [sym_element_association_list] = STATE(7420), - [sym_element_association] = STATE(5649), - [sym__element] = STATE(6052), - [sym_choices] = STATE(5482), - [sym__range] = STATE(5482), - [sym_simple_range] = STATE(5022), + [sym_conditional_expression] = STATE(6155), + [sym__expression] = STATE(1033), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(1909), + [sym_unary_operator] = STATE(657), + [sym_sign] = STATE(661), + [sym__primary] = STATE(1990), + [sym_name] = STATE(1991), + [sym__direct_name] = STATE(736), + [sym__identifier] = STATE(954), + [sym__external_name] = STATE(954), + [sym_external_constant_name] = STATE(929), + [sym_external_signal_name] = STATE(929), + [sym_external_variable_name] = STATE(929), + [sym__literal] = STATE(1992), + [sym_bit_string_literal] = STATE(1984), + [sym__abstract_literal] = STATE(964), + [sym_based_literal] = STATE(1073), + [sym_allocator] = STATE(1991), + [sym_parenthesis_expression] = STATE(1991), + [sym_element_association_list] = STATE(6873), + [sym_element_association] = STATE(5827), + [sym__element] = STATE(6165), + [sym_choices] = STATE(5528), + [sym__range] = STATE(5528), + [sym_simple_range] = STATE(4995), [sym__tool_directive] = STATE(145), [sym_line_comment] = STATE(145), [sym_block_comment] = STATE(145), @@ -32635,35 +32635,35 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_type] = ACTIONS(403), }, [146] = { - [sym_conditional_expression] = STATE(6025), - [sym__expression] = STATE(1102), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(1716), - [sym_unary_operator] = STATE(686), - [sym_sign] = STATE(687), - [sym__primary] = STATE(2097), - [sym_name] = STATE(2098), - [sym__direct_name] = STATE(734), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(967), - [sym_external_signal_name] = STATE(967), - [sym_external_variable_name] = STATE(967), - [sym__literal] = STATE(2099), - [sym_bit_string_literal] = STATE(2089), - [sym__abstract_literal] = STATE(997), - [sym_based_literal] = STATE(1044), - [sym_allocator] = STATE(2098), - [sym_parenthesis_expression] = STATE(2098), - [sym_element_association_list] = STATE(8313), - [sym_element_association] = STATE(5649), - [sym__element] = STATE(6052), - [sym_choices] = STATE(5482), - [sym__range] = STATE(5482), - [sym_simple_range] = STATE(5022), + [sym_conditional_expression] = STATE(6155), + [sym__expression] = STATE(1033), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(1909), + [sym_unary_operator] = STATE(657), + [sym_sign] = STATE(661), + [sym__primary] = STATE(1990), + [sym_name] = STATE(1991), + [sym__direct_name] = STATE(736), + [sym__identifier] = STATE(954), + [sym__external_name] = STATE(954), + [sym_external_constant_name] = STATE(929), + [sym_external_signal_name] = STATE(929), + [sym_external_variable_name] = STATE(929), + [sym__literal] = STATE(1992), + [sym_bit_string_literal] = STATE(1984), + [sym__abstract_literal] = STATE(964), + [sym_based_literal] = STATE(1073), + [sym_allocator] = STATE(1991), + [sym_parenthesis_expression] = STATE(1991), + [sym_element_association_list] = STATE(6671), + [sym_element_association] = STATE(5827), + [sym__element] = STATE(6165), + [sym_choices] = STATE(5528), + [sym__range] = STATE(5528), + [sym_simple_range] = STATE(4995), [sym__tool_directive] = STATE(146), [sym_line_comment] = STATE(146), [sym_block_comment] = STATE(146), @@ -32707,35 +32707,35 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_type] = ACTIONS(403), }, [147] = { - [sym_conditional_expression] = STATE(6025), - [sym__expression] = STATE(1102), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(1716), - [sym_unary_operator] = STATE(686), - [sym_sign] = STATE(687), - [sym__primary] = STATE(2097), - [sym_name] = STATE(2098), - [sym__direct_name] = STATE(734), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(967), - [sym_external_signal_name] = STATE(967), - [sym_external_variable_name] = STATE(967), - [sym__literal] = STATE(2099), - [sym_bit_string_literal] = STATE(2089), - [sym__abstract_literal] = STATE(997), - [sym_based_literal] = STATE(1044), - [sym_allocator] = STATE(2098), - [sym_parenthesis_expression] = STATE(2098), - [sym_element_association_list] = STATE(6816), - [sym_element_association] = STATE(5649), - [sym__element] = STATE(6052), - [sym_choices] = STATE(5482), - [sym__range] = STATE(5482), - [sym_simple_range] = STATE(5022), + [sym_conditional_expression] = STATE(6155), + [sym__expression] = STATE(1033), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(1909), + [sym_unary_operator] = STATE(657), + [sym_sign] = STATE(661), + [sym__primary] = STATE(1990), + [sym_name] = STATE(1991), + [sym__direct_name] = STATE(736), + [sym__identifier] = STATE(954), + [sym__external_name] = STATE(954), + [sym_external_constant_name] = STATE(929), + [sym_external_signal_name] = STATE(929), + [sym_external_variable_name] = STATE(929), + [sym__literal] = STATE(1992), + [sym_bit_string_literal] = STATE(1984), + [sym__abstract_literal] = STATE(964), + [sym_based_literal] = STATE(1073), + [sym_allocator] = STATE(1991), + [sym_parenthesis_expression] = STATE(1991), + [sym_element_association_list] = STATE(6785), + [sym_element_association] = STATE(5827), + [sym__element] = STATE(6165), + [sym_choices] = STATE(5528), + [sym__range] = STATE(5528), + [sym_simple_range] = STATE(4995), [sym__tool_directive] = STATE(147), [sym_line_comment] = STATE(147), [sym_block_comment] = STATE(147), @@ -32779,35 +32779,35 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_type] = ACTIONS(403), }, [148] = { - [sym_conditional_expression] = STATE(6025), - [sym__expression] = STATE(1102), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(1716), - [sym_unary_operator] = STATE(686), - [sym_sign] = STATE(687), - [sym__primary] = STATE(2097), - [sym_name] = STATE(2098), - [sym__direct_name] = STATE(734), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(967), - [sym_external_signal_name] = STATE(967), - [sym_external_variable_name] = STATE(967), - [sym__literal] = STATE(2099), - [sym_bit_string_literal] = STATE(2089), - [sym__abstract_literal] = STATE(997), - [sym_based_literal] = STATE(1044), - [sym_allocator] = STATE(2098), - [sym_parenthesis_expression] = STATE(2098), - [sym_element_association_list] = STATE(6926), - [sym_element_association] = STATE(5649), - [sym__element] = STATE(6052), - [sym_choices] = STATE(5482), - [sym__range] = STATE(5482), - [sym_simple_range] = STATE(5022), + [sym_conditional_expression] = STATE(6155), + [sym__expression] = STATE(1033), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(1909), + [sym_unary_operator] = STATE(657), + [sym_sign] = STATE(661), + [sym__primary] = STATE(1990), + [sym_name] = STATE(1991), + [sym__direct_name] = STATE(736), + [sym__identifier] = STATE(954), + [sym__external_name] = STATE(954), + [sym_external_constant_name] = STATE(929), + [sym_external_signal_name] = STATE(929), + [sym_external_variable_name] = STATE(929), + [sym__literal] = STATE(1992), + [sym_bit_string_literal] = STATE(1984), + [sym__abstract_literal] = STATE(964), + [sym_based_literal] = STATE(1073), + [sym_allocator] = STATE(1991), + [sym_parenthesis_expression] = STATE(1991), + [sym_element_association_list] = STATE(6906), + [sym_element_association] = STATE(5827), + [sym__element] = STATE(6165), + [sym_choices] = STATE(5528), + [sym__range] = STATE(5528), + [sym_simple_range] = STATE(4995), [sym__tool_directive] = STATE(148), [sym_line_comment] = STATE(148), [sym_block_comment] = STATE(148), @@ -32851,107 +32851,107 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_type] = ACTIONS(403), }, [149] = { - [sym_conditional_expression] = STATE(6025), - [sym__expression] = STATE(1102), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(1716), - [sym_unary_operator] = STATE(686), - [sym_sign] = STATE(687), - [sym__primary] = STATE(2097), - [sym_name] = STATE(2098), - [sym__direct_name] = STATE(734), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(967), - [sym_external_signal_name] = STATE(967), - [sym_external_variable_name] = STATE(967), - [sym__literal] = STATE(2099), - [sym_bit_string_literal] = STATE(2089), - [sym__abstract_literal] = STATE(997), - [sym_based_literal] = STATE(1044), - [sym_allocator] = STATE(2098), - [sym_parenthesis_expression] = STATE(2098), - [sym_element_association_list] = STATE(7028), - [sym_element_association] = STATE(5649), - [sym__element] = STATE(6052), - [sym_choices] = STATE(5482), - [sym__range] = STATE(5482), - [sym_simple_range] = STATE(5022), + [sym__expression] = STATE(1550), + [sym_condition_expression] = STATE(2503), + [sym_logical_expression] = STATE(2503), + [sym_relational_expression] = STATE(2503), + [sym_shift_expression] = STATE(2503), + [sym_simple_expression] = STATE(2503), + [sym_unary_operator] = STATE(699), + [sym_sign] = STATE(700), + [sym__primary] = STATE(2502), + [sym_name] = STATE(2501), + [sym__direct_name] = STATE(764), + [sym__identifier] = STATE(1352), + [sym__external_name] = STATE(1352), + [sym_external_constant_name] = STATE(1351), + [sym_external_signal_name] = STATE(1351), + [sym_external_variable_name] = STATE(1351), + [sym__literal] = STATE(2500), + [sym_bit_string_literal] = STATE(2505), + [sym__abstract_literal] = STATE(1399), + [sym_based_literal] = STATE(1466), + [sym_allocator] = STATE(2501), + [sym_parenthesis_expression] = STATE(2501), [sym__tool_directive] = STATE(149), + [sym_waveform] = STATE(5883), + [sym_waveform_element] = STATE(5497), + [sym_conditional_waveforms] = STATE(7334), + [sym_delay_mechanism] = STATE(340), [sym_line_comment] = STATE(149), [sym_block_comment] = STATE(149), - [anon_sym_LPAREN] = ACTIONS(263), - [sym_condition_conversion] = ACTIONS(265), + [anon_sym_LPAREN] = ACTIONS(415), + [sym_condition_conversion] = ACTIONS(417), [anon_sym_PLUS] = ACTIONS(267), [anon_sym_DASH] = ACTIONS(267), - [anon_sym_LT_LT] = ACTIONS(401), - [sym_identifier] = ACTIONS(403), + [anon_sym_LT_LT] = ACTIONS(419), + [sym_identifier] = ACTIONS(421), [sym_ABS] = ACTIONS(273), [sym_AND] = ACTIONS(273), + [sym_INERTIAL] = ACTIONS(425), [sym_NAND] = ACTIONS(273), - [sym_NEW] = ACTIONS(275), + [sym_NEW] = ACTIONS(427), [sym_NOR] = ACTIONS(273), [sym_NOT] = ACTIONS(273), - [sym_NULL] = ACTIONS(277), + [sym_NULL] = ACTIONS(429), [sym_OR] = ACTIONS(273), - [sym_OTHERS] = ACTIONS(279), + [sym_REJECT] = ACTIONS(431), + [sym_TRANSPORT] = ACTIONS(425), + [sym_UNAFFECTED] = ACTIONS(435), [sym_XNOR] = ACTIONS(273), [sym_XOR] = ACTIONS(273), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(283), - [sym_decimal_float] = ACTIONS(283), - [sym_based_base] = ACTIONS(285), - [sym_character_literal] = ACTIONS(409), - [sym_string_literal] = ACTIONS(277), - [sym_string_literal_std_logic] = ACTIONS(277), - [sym_bit_string_length] = ACTIONS(289), - [sym_bit_string_base] = ACTIONS(291), - [sym_operator_symbol] = ACTIONS(409), + [sym_decimal_integer] = ACTIONS(437), + [sym_decimal_float] = ACTIONS(437), + [sym_based_base] = ACTIONS(439), + [sym_character_literal] = ACTIONS(441), + [sym_string_literal] = ACTIONS(429), + [sym_string_literal_std_logic] = ACTIONS(429), + [sym_bit_string_length] = ACTIONS(443), + [sym_bit_string_base] = ACTIONS(445), + [sym_operator_symbol] = ACTIONS(441), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(403), - [sym_library_constant_boolean] = ACTIONS(277), - [sym_library_constant_character] = ACTIONS(277), - [sym_library_constant_debug] = ACTIONS(277), - [sym_library_constant_env] = ACTIONS(277), - [sym_library_constant_standard] = ACTIONS(277), - [sym_library_constant_std_logic] = ACTIONS(409), - [sym_library_function] = ACTIONS(403), - [sym_library_type] = ACTIONS(403), + [sym_library_constant] = ACTIONS(421), + [sym_library_constant_boolean] = ACTIONS(429), + [sym_library_constant_character] = ACTIONS(429), + [sym_library_constant_debug] = ACTIONS(429), + [sym_library_constant_env] = ACTIONS(429), + [sym_library_constant_standard] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(441), + [sym_library_function] = ACTIONS(421), + [sym_library_type] = ACTIONS(421), }, [150] = { - [sym_conditional_expression] = STATE(6025), - [sym__expression] = STATE(1102), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(1716), - [sym_unary_operator] = STATE(686), - [sym_sign] = STATE(687), - [sym__primary] = STATE(2097), - [sym_name] = STATE(2098), - [sym__direct_name] = STATE(734), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(967), - [sym_external_signal_name] = STATE(967), - [sym_external_variable_name] = STATE(967), - [sym__literal] = STATE(2099), - [sym_bit_string_literal] = STATE(2089), - [sym__abstract_literal] = STATE(997), - [sym_based_literal] = STATE(1044), - [sym_allocator] = STATE(2098), - [sym_parenthesis_expression] = STATE(2098), - [sym_element_association_list] = STATE(7193), - [sym_element_association] = STATE(5649), - [sym__element] = STATE(6052), - [sym_choices] = STATE(5482), - [sym__range] = STATE(5482), - [sym_simple_range] = STATE(5022), + [sym_conditional_expression] = STATE(6155), + [sym__expression] = STATE(1033), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(1909), + [sym_unary_operator] = STATE(657), + [sym_sign] = STATE(661), + [sym__primary] = STATE(1990), + [sym_name] = STATE(1991), + [sym__direct_name] = STATE(736), + [sym__identifier] = STATE(954), + [sym__external_name] = STATE(954), + [sym_external_constant_name] = STATE(929), + [sym_external_signal_name] = STATE(929), + [sym_external_variable_name] = STATE(929), + [sym__literal] = STATE(1992), + [sym_bit_string_literal] = STATE(1984), + [sym__abstract_literal] = STATE(964), + [sym_based_literal] = STATE(1073), + [sym_allocator] = STATE(1991), + [sym_parenthesis_expression] = STATE(1991), + [sym_element_association_list] = STATE(6928), + [sym_element_association] = STATE(5827), + [sym__element] = STATE(6165), + [sym_choices] = STATE(5528), + [sym__range] = STATE(5528), + [sym_simple_range] = STATE(4995), [sym__tool_directive] = STATE(150), [sym_line_comment] = STATE(150), [sym_block_comment] = STATE(150), @@ -32995,107 +32995,107 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_type] = ACTIONS(403), }, [151] = { - [sym_conditional_expression] = STATE(6025), - [sym__expression] = STATE(1102), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(1716), - [sym_unary_operator] = STATE(686), - [sym_sign] = STATE(687), - [sym__primary] = STATE(2097), - [sym_name] = STATE(2098), - [sym__direct_name] = STATE(734), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(967), - [sym_external_signal_name] = STATE(967), - [sym_external_variable_name] = STATE(967), - [sym__literal] = STATE(2099), - [sym_bit_string_literal] = STATE(2089), - [sym__abstract_literal] = STATE(997), - [sym_based_literal] = STATE(1044), - [sym_allocator] = STATE(2098), - [sym_parenthesis_expression] = STATE(2098), - [sym_element_association_list] = STATE(7318), - [sym_element_association] = STATE(5649), - [sym__element] = STATE(6052), - [sym_choices] = STATE(5482), - [sym__range] = STATE(5482), - [sym_simple_range] = STATE(5022), + [sym__expression] = STATE(1550), + [sym_condition_expression] = STATE(2503), + [sym_logical_expression] = STATE(2503), + [sym_relational_expression] = STATE(2503), + [sym_shift_expression] = STATE(2503), + [sym_simple_expression] = STATE(2503), + [sym_unary_operator] = STATE(699), + [sym_sign] = STATE(700), + [sym__primary] = STATE(2502), + [sym_name] = STATE(2501), + [sym__direct_name] = STATE(764), + [sym__identifier] = STATE(1352), + [sym__external_name] = STATE(1352), + [sym_external_constant_name] = STATE(1351), + [sym_external_signal_name] = STATE(1351), + [sym_external_variable_name] = STATE(1351), + [sym__literal] = STATE(2500), + [sym_bit_string_literal] = STATE(2505), + [sym__abstract_literal] = STATE(1399), + [sym_based_literal] = STATE(1466), + [sym_allocator] = STATE(2501), + [sym_parenthesis_expression] = STATE(2501), [sym__tool_directive] = STATE(151), + [sym_waveform] = STATE(5656), + [sym_waveform_element] = STATE(5497), + [sym_conditional_waveforms] = STATE(6705), + [sym_delay_mechanism] = STATE(344), [sym_line_comment] = STATE(151), [sym_block_comment] = STATE(151), - [anon_sym_LPAREN] = ACTIONS(263), - [sym_condition_conversion] = ACTIONS(265), + [anon_sym_LPAREN] = ACTIONS(415), + [sym_condition_conversion] = ACTIONS(417), [anon_sym_PLUS] = ACTIONS(267), [anon_sym_DASH] = ACTIONS(267), - [anon_sym_LT_LT] = ACTIONS(401), - [sym_identifier] = ACTIONS(403), + [anon_sym_LT_LT] = ACTIONS(419), + [sym_identifier] = ACTIONS(421), [sym_ABS] = ACTIONS(273), [sym_AND] = ACTIONS(273), + [sym_INERTIAL] = ACTIONS(425), [sym_NAND] = ACTIONS(273), - [sym_NEW] = ACTIONS(275), + [sym_NEW] = ACTIONS(427), [sym_NOR] = ACTIONS(273), [sym_NOT] = ACTIONS(273), - [sym_NULL] = ACTIONS(277), + [sym_NULL] = ACTIONS(429), [sym_OR] = ACTIONS(273), - [sym_OTHERS] = ACTIONS(279), + [sym_REJECT] = ACTIONS(431), + [sym_TRANSPORT] = ACTIONS(425), + [sym_UNAFFECTED] = ACTIONS(435), [sym_XNOR] = ACTIONS(273), [sym_XOR] = ACTIONS(273), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(283), - [sym_decimal_float] = ACTIONS(283), - [sym_based_base] = ACTIONS(285), - [sym_character_literal] = ACTIONS(409), - [sym_string_literal] = ACTIONS(277), - [sym_string_literal_std_logic] = ACTIONS(277), - [sym_bit_string_length] = ACTIONS(289), - [sym_bit_string_base] = ACTIONS(291), - [sym_operator_symbol] = ACTIONS(409), + [sym_decimal_integer] = ACTIONS(437), + [sym_decimal_float] = ACTIONS(437), + [sym_based_base] = ACTIONS(439), + [sym_character_literal] = ACTIONS(441), + [sym_string_literal] = ACTIONS(429), + [sym_string_literal_std_logic] = ACTIONS(429), + [sym_bit_string_length] = ACTIONS(443), + [sym_bit_string_base] = ACTIONS(445), + [sym_operator_symbol] = ACTIONS(441), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(403), - [sym_library_constant_boolean] = ACTIONS(277), - [sym_library_constant_character] = ACTIONS(277), - [sym_library_constant_debug] = ACTIONS(277), - [sym_library_constant_env] = ACTIONS(277), - [sym_library_constant_standard] = ACTIONS(277), - [sym_library_constant_std_logic] = ACTIONS(409), - [sym_library_function] = ACTIONS(403), - [sym_library_type] = ACTIONS(403), + [sym_library_constant] = ACTIONS(421), + [sym_library_constant_boolean] = ACTIONS(429), + [sym_library_constant_character] = ACTIONS(429), + [sym_library_constant_debug] = ACTIONS(429), + [sym_library_constant_env] = ACTIONS(429), + [sym_library_constant_standard] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(441), + [sym_library_function] = ACTIONS(421), + [sym_library_type] = ACTIONS(421), }, [152] = { - [sym_conditional_expression] = STATE(6025), - [sym__expression] = STATE(1102), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(1716), - [sym_unary_operator] = STATE(686), - [sym_sign] = STATE(687), - [sym__primary] = STATE(2097), - [sym_name] = STATE(2098), - [sym__direct_name] = STATE(734), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(967), - [sym_external_signal_name] = STATE(967), - [sym_external_variable_name] = STATE(967), - [sym__literal] = STATE(2099), - [sym_bit_string_literal] = STATE(2089), - [sym__abstract_literal] = STATE(997), - [sym_based_literal] = STATE(1044), - [sym_allocator] = STATE(2098), - [sym_parenthesis_expression] = STATE(2098), - [sym_element_association_list] = STATE(7430), - [sym_element_association] = STATE(5649), - [sym__element] = STATE(6052), - [sym_choices] = STATE(5482), - [sym__range] = STATE(5482), - [sym_simple_range] = STATE(5022), + [sym_conditional_expression] = STATE(6155), + [sym__expression] = STATE(1033), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(1909), + [sym_unary_operator] = STATE(657), + [sym_sign] = STATE(661), + [sym__primary] = STATE(1990), + [sym_name] = STATE(1991), + [sym__direct_name] = STATE(736), + [sym__identifier] = STATE(954), + [sym__external_name] = STATE(954), + [sym_external_constant_name] = STATE(929), + [sym_external_signal_name] = STATE(929), + [sym_external_variable_name] = STATE(929), + [sym__literal] = STATE(1992), + [sym_bit_string_literal] = STATE(1984), + [sym__abstract_literal] = STATE(964), + [sym_based_literal] = STATE(1073), + [sym_allocator] = STATE(1991), + [sym_parenthesis_expression] = STATE(1991), + [sym_element_association_list] = STATE(6952), + [sym_element_association] = STATE(5827), + [sym__element] = STATE(6165), + [sym_choices] = STATE(5528), + [sym__range] = STATE(5528), + [sym_simple_range] = STATE(4995), [sym__tool_directive] = STATE(152), [sym_line_comment] = STATE(152), [sym_block_comment] = STATE(152), @@ -33139,35 +33139,35 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_type] = ACTIONS(403), }, [153] = { - [sym_conditional_expression] = STATE(6025), - [sym__expression] = STATE(1102), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(1716), - [sym_unary_operator] = STATE(686), - [sym_sign] = STATE(687), - [sym__primary] = STATE(2097), - [sym_name] = STATE(2098), - [sym__direct_name] = STATE(734), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(967), - [sym_external_signal_name] = STATE(967), - [sym_external_variable_name] = STATE(967), - [sym__literal] = STATE(2099), - [sym_bit_string_literal] = STATE(2089), - [sym__abstract_literal] = STATE(997), - [sym_based_literal] = STATE(1044), - [sym_allocator] = STATE(2098), - [sym_parenthesis_expression] = STATE(2098), - [sym_element_association_list] = STATE(7641), - [sym_element_association] = STATE(5649), - [sym__element] = STATE(6052), - [sym_choices] = STATE(5482), - [sym__range] = STATE(5482), - [sym_simple_range] = STATE(5022), + [sym_conditional_expression] = STATE(6155), + [sym__expression] = STATE(1033), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(1909), + [sym_unary_operator] = STATE(657), + [sym_sign] = STATE(661), + [sym__primary] = STATE(1990), + [sym_name] = STATE(1991), + [sym__direct_name] = STATE(736), + [sym__identifier] = STATE(954), + [sym__external_name] = STATE(954), + [sym_external_constant_name] = STATE(929), + [sym_external_signal_name] = STATE(929), + [sym_external_variable_name] = STATE(929), + [sym__literal] = STATE(1992), + [sym_bit_string_literal] = STATE(1984), + [sym__abstract_literal] = STATE(964), + [sym_based_literal] = STATE(1073), + [sym_allocator] = STATE(1991), + [sym_parenthesis_expression] = STATE(1991), + [sym_element_association_list] = STATE(8311), + [sym_element_association] = STATE(5827), + [sym__element] = STATE(6165), + [sym_choices] = STATE(5528), + [sym__range] = STATE(5528), + [sym_simple_range] = STATE(4995), [sym__tool_directive] = STATE(153), [sym_line_comment] = STATE(153), [sym_block_comment] = STATE(153), @@ -33211,35 +33211,35 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_type] = ACTIONS(403), }, [154] = { - [sym_conditional_expression] = STATE(6025), - [sym__expression] = STATE(1102), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(1716), - [sym_unary_operator] = STATE(686), - [sym_sign] = STATE(687), - [sym__primary] = STATE(2097), - [sym_name] = STATE(2098), - [sym__direct_name] = STATE(734), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(967), - [sym_external_signal_name] = STATE(967), - [sym_external_variable_name] = STATE(967), - [sym__literal] = STATE(2099), - [sym_bit_string_literal] = STATE(2089), - [sym__abstract_literal] = STATE(997), - [sym_based_literal] = STATE(1044), - [sym_allocator] = STATE(2098), - [sym_parenthesis_expression] = STATE(2098), - [sym_element_association_list] = STATE(7772), - [sym_element_association] = STATE(5649), - [sym__element] = STATE(6052), - [sym_choices] = STATE(5482), - [sym__range] = STATE(5482), - [sym_simple_range] = STATE(5022), + [sym_conditional_expression] = STATE(6155), + [sym__expression] = STATE(1033), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(1909), + [sym_unary_operator] = STATE(657), + [sym_sign] = STATE(661), + [sym__primary] = STATE(1990), + [sym_name] = STATE(1991), + [sym__direct_name] = STATE(736), + [sym__identifier] = STATE(954), + [sym__external_name] = STATE(954), + [sym_external_constant_name] = STATE(929), + [sym_external_signal_name] = STATE(929), + [sym_external_variable_name] = STATE(929), + [sym__literal] = STATE(1992), + [sym_bit_string_literal] = STATE(1984), + [sym__abstract_literal] = STATE(964), + [sym_based_literal] = STATE(1073), + [sym_allocator] = STATE(1991), + [sym_parenthesis_expression] = STATE(1991), + [sym_element_association_list] = STATE(6667), + [sym_element_association] = STATE(5827), + [sym__element] = STATE(6165), + [sym_choices] = STATE(5528), + [sym__range] = STATE(5528), + [sym_simple_range] = STATE(4995), [sym__tool_directive] = STATE(154), [sym_line_comment] = STATE(154), [sym_block_comment] = STATE(154), @@ -33283,35 +33283,35 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_type] = ACTIONS(403), }, [155] = { - [sym_conditional_expression] = STATE(6025), - [sym__expression] = STATE(1102), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(1716), - [sym_unary_operator] = STATE(686), - [sym_sign] = STATE(687), - [sym__primary] = STATE(2097), - [sym_name] = STATE(2098), - [sym__direct_name] = STATE(734), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(967), - [sym_external_signal_name] = STATE(967), - [sym_external_variable_name] = STATE(967), - [sym__literal] = STATE(2099), - [sym_bit_string_literal] = STATE(2089), - [sym__abstract_literal] = STATE(997), - [sym_based_literal] = STATE(1044), - [sym_allocator] = STATE(2098), - [sym_parenthesis_expression] = STATE(2098), - [sym_element_association_list] = STATE(8067), - [sym_element_association] = STATE(5649), - [sym__element] = STATE(6052), - [sym_choices] = STATE(5482), - [sym__range] = STATE(5482), - [sym_simple_range] = STATE(5022), + [sym_conditional_expression] = STATE(6155), + [sym__expression] = STATE(1033), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(1909), + [sym_unary_operator] = STATE(657), + [sym_sign] = STATE(661), + [sym__primary] = STATE(1990), + [sym_name] = STATE(1991), + [sym__direct_name] = STATE(736), + [sym__identifier] = STATE(954), + [sym__external_name] = STATE(954), + [sym_external_constant_name] = STATE(929), + [sym_external_signal_name] = STATE(929), + [sym_external_variable_name] = STATE(929), + [sym__literal] = STATE(1992), + [sym_bit_string_literal] = STATE(1984), + [sym__abstract_literal] = STATE(964), + [sym_based_literal] = STATE(1073), + [sym_allocator] = STATE(1991), + [sym_parenthesis_expression] = STATE(1991), + [sym_element_association_list] = STATE(6991), + [sym_element_association] = STATE(5827), + [sym__element] = STATE(6165), + [sym_choices] = STATE(5528), + [sym__range] = STATE(5528), + [sym_simple_range] = STATE(4995), [sym__tool_directive] = STATE(155), [sym_line_comment] = STATE(155), [sym_block_comment] = STATE(155), @@ -33355,107 +33355,107 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_type] = ACTIONS(403), }, [156] = { - [sym_conditional_expression] = STATE(6025), - [sym__expression] = STATE(1102), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(1716), - [sym_unary_operator] = STATE(686), - [sym_sign] = STATE(687), - [sym__primary] = STATE(2097), - [sym_name] = STATE(2098), - [sym__direct_name] = STATE(734), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(967), - [sym_external_signal_name] = STATE(967), - [sym_external_variable_name] = STATE(967), - [sym__literal] = STATE(2099), - [sym_bit_string_literal] = STATE(2089), - [sym__abstract_literal] = STATE(997), - [sym_based_literal] = STATE(1044), - [sym_allocator] = STATE(2098), - [sym_parenthesis_expression] = STATE(2098), - [sym_element_association_list] = STATE(8262), - [sym_element_association] = STATE(5649), - [sym__element] = STATE(6052), - [sym_choices] = STATE(5482), - [sym__range] = STATE(5482), - [sym_simple_range] = STATE(5022), + [sym__expression] = STATE(1550), + [sym_condition_expression] = STATE(2503), + [sym_logical_expression] = STATE(2503), + [sym_relational_expression] = STATE(2503), + [sym_shift_expression] = STATE(2503), + [sym_simple_expression] = STATE(2503), + [sym_unary_operator] = STATE(699), + [sym_sign] = STATE(700), + [sym__primary] = STATE(2502), + [sym_name] = STATE(2501), + [sym__direct_name] = STATE(764), + [sym__identifier] = STATE(1352), + [sym__external_name] = STATE(1352), + [sym_external_constant_name] = STATE(1351), + [sym_external_signal_name] = STATE(1351), + [sym_external_variable_name] = STATE(1351), + [sym__literal] = STATE(2500), + [sym_bit_string_literal] = STATE(2505), + [sym__abstract_literal] = STATE(1399), + [sym_based_literal] = STATE(1466), + [sym_allocator] = STATE(2501), + [sym_parenthesis_expression] = STATE(2501), [sym__tool_directive] = STATE(156), + [sym_waveform] = STATE(5669), + [sym_waveform_element] = STATE(5497), + [sym_conditional_waveforms] = STATE(6749), + [sym_delay_mechanism] = STATE(330), [sym_line_comment] = STATE(156), [sym_block_comment] = STATE(156), - [anon_sym_LPAREN] = ACTIONS(263), - [sym_condition_conversion] = ACTIONS(265), + [anon_sym_LPAREN] = ACTIONS(415), + [sym_condition_conversion] = ACTIONS(417), [anon_sym_PLUS] = ACTIONS(267), [anon_sym_DASH] = ACTIONS(267), - [anon_sym_LT_LT] = ACTIONS(401), - [sym_identifier] = ACTIONS(403), + [anon_sym_LT_LT] = ACTIONS(419), + [sym_identifier] = ACTIONS(421), [sym_ABS] = ACTIONS(273), [sym_AND] = ACTIONS(273), + [sym_INERTIAL] = ACTIONS(425), [sym_NAND] = ACTIONS(273), - [sym_NEW] = ACTIONS(275), + [sym_NEW] = ACTIONS(427), [sym_NOR] = ACTIONS(273), [sym_NOT] = ACTIONS(273), - [sym_NULL] = ACTIONS(277), + [sym_NULL] = ACTIONS(429), [sym_OR] = ACTIONS(273), - [sym_OTHERS] = ACTIONS(279), + [sym_REJECT] = ACTIONS(431), + [sym_TRANSPORT] = ACTIONS(425), + [sym_UNAFFECTED] = ACTIONS(435), [sym_XNOR] = ACTIONS(273), [sym_XOR] = ACTIONS(273), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(283), - [sym_decimal_float] = ACTIONS(283), - [sym_based_base] = ACTIONS(285), - [sym_character_literal] = ACTIONS(409), - [sym_string_literal] = ACTIONS(277), - [sym_string_literal_std_logic] = ACTIONS(277), - [sym_bit_string_length] = ACTIONS(289), - [sym_bit_string_base] = ACTIONS(291), - [sym_operator_symbol] = ACTIONS(409), + [sym_decimal_integer] = ACTIONS(437), + [sym_decimal_float] = ACTIONS(437), + [sym_based_base] = ACTIONS(439), + [sym_character_literal] = ACTIONS(441), + [sym_string_literal] = ACTIONS(429), + [sym_string_literal_std_logic] = ACTIONS(429), + [sym_bit_string_length] = ACTIONS(443), + [sym_bit_string_base] = ACTIONS(445), + [sym_operator_symbol] = ACTIONS(441), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(403), - [sym_library_constant_boolean] = ACTIONS(277), - [sym_library_constant_character] = ACTIONS(277), - [sym_library_constant_debug] = ACTIONS(277), - [sym_library_constant_env] = ACTIONS(277), - [sym_library_constant_standard] = ACTIONS(277), - [sym_library_constant_std_logic] = ACTIONS(409), - [sym_library_function] = ACTIONS(403), - [sym_library_type] = ACTIONS(403), + [sym_library_constant] = ACTIONS(421), + [sym_library_constant_boolean] = ACTIONS(429), + [sym_library_constant_character] = ACTIONS(429), + [sym_library_constant_debug] = ACTIONS(429), + [sym_library_constant_env] = ACTIONS(429), + [sym_library_constant_standard] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(441), + [sym_library_function] = ACTIONS(421), + [sym_library_type] = ACTIONS(421), }, [157] = { - [sym_conditional_expression] = STATE(6025), - [sym__expression] = STATE(1102), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(1716), - [sym_unary_operator] = STATE(686), - [sym_sign] = STATE(687), - [sym__primary] = STATE(2097), - [sym_name] = STATE(2098), - [sym__direct_name] = STATE(734), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(967), - [sym_external_signal_name] = STATE(967), - [sym_external_variable_name] = STATE(967), - [sym__literal] = STATE(2099), - [sym_bit_string_literal] = STATE(2089), - [sym__abstract_literal] = STATE(997), - [sym_based_literal] = STATE(1044), - [sym_allocator] = STATE(2098), - [sym_parenthesis_expression] = STATE(2098), - [sym_element_association_list] = STATE(6609), - [sym_element_association] = STATE(5649), - [sym__element] = STATE(6052), - [sym_choices] = STATE(5482), - [sym__range] = STATE(5482), - [sym_simple_range] = STATE(5022), + [sym_conditional_expression] = STATE(6155), + [sym__expression] = STATE(1033), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(1909), + [sym_unary_operator] = STATE(657), + [sym_sign] = STATE(661), + [sym__primary] = STATE(1990), + [sym_name] = STATE(1991), + [sym__direct_name] = STATE(736), + [sym__identifier] = STATE(954), + [sym__external_name] = STATE(954), + [sym_external_constant_name] = STATE(929), + [sym_external_signal_name] = STATE(929), + [sym_external_variable_name] = STATE(929), + [sym__literal] = STATE(1992), + [sym_bit_string_literal] = STATE(1984), + [sym__abstract_literal] = STATE(964), + [sym_based_literal] = STATE(1073), + [sym_allocator] = STATE(1991), + [sym_parenthesis_expression] = STATE(1991), + [sym_element_association_list] = STATE(6688), + [sym_element_association] = STATE(5827), + [sym__element] = STATE(6165), + [sym_choices] = STATE(5528), + [sym__range] = STATE(5528), + [sym_simple_range] = STATE(4995), [sym__tool_directive] = STATE(157), [sym_line_comment] = STATE(157), [sym_block_comment] = STATE(157), @@ -33499,35 +33499,35 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_type] = ACTIONS(403), }, [158] = { - [sym_conditional_expression] = STATE(6025), - [sym__expression] = STATE(1102), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(1716), - [sym_unary_operator] = STATE(686), - [sym_sign] = STATE(687), - [sym__primary] = STATE(2097), - [sym_name] = STATE(2098), - [sym__direct_name] = STATE(734), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(967), - [sym_external_signal_name] = STATE(967), - [sym_external_variable_name] = STATE(967), - [sym__literal] = STATE(2099), - [sym_bit_string_literal] = STATE(2089), - [sym__abstract_literal] = STATE(997), - [sym_based_literal] = STATE(1044), - [sym_allocator] = STATE(2098), - [sym_parenthesis_expression] = STATE(2098), - [sym_element_association_list] = STATE(6664), - [sym_element_association] = STATE(5649), - [sym__element] = STATE(6052), - [sym_choices] = STATE(5482), - [sym__range] = STATE(5482), - [sym_simple_range] = STATE(5022), + [sym_conditional_expression] = STATE(6155), + [sym__expression] = STATE(1033), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(1909), + [sym_unary_operator] = STATE(657), + [sym_sign] = STATE(661), + [sym__primary] = STATE(1990), + [sym_name] = STATE(1991), + [sym__direct_name] = STATE(736), + [sym__identifier] = STATE(954), + [sym__external_name] = STATE(954), + [sym_external_constant_name] = STATE(929), + [sym_external_signal_name] = STATE(929), + [sym_external_variable_name] = STATE(929), + [sym__literal] = STATE(1992), + [sym_bit_string_literal] = STATE(1984), + [sym__abstract_literal] = STATE(964), + [sym_based_literal] = STATE(1073), + [sym_allocator] = STATE(1991), + [sym_parenthesis_expression] = STATE(1991), + [sym_element_association_list] = STATE(6683), + [sym_element_association] = STATE(5827), + [sym__element] = STATE(6165), + [sym_choices] = STATE(5528), + [sym__range] = STATE(5528), + [sym_simple_range] = STATE(4995), [sym__tool_directive] = STATE(158), [sym_line_comment] = STATE(158), [sym_block_comment] = STATE(158), @@ -33571,35 +33571,35 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_type] = ACTIONS(403), }, [159] = { - [sym_conditional_expression] = STATE(6025), - [sym__expression] = STATE(1102), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(1716), - [sym_unary_operator] = STATE(686), - [sym_sign] = STATE(687), - [sym__primary] = STATE(2097), - [sym_name] = STATE(2098), - [sym__direct_name] = STATE(734), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(967), - [sym_external_signal_name] = STATE(967), - [sym_external_variable_name] = STATE(967), - [sym__literal] = STATE(2099), - [sym_bit_string_literal] = STATE(2089), - [sym__abstract_literal] = STATE(997), - [sym_based_literal] = STATE(1044), - [sym_allocator] = STATE(2098), - [sym_parenthesis_expression] = STATE(2098), - [sym_element_association_list] = STATE(6731), - [sym_element_association] = STATE(5649), - [sym__element] = STATE(6052), - [sym_choices] = STATE(5482), - [sym__range] = STATE(5482), - [sym_simple_range] = STATE(5022), + [sym_conditional_expression] = STATE(6155), + [sym__expression] = STATE(1033), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(1909), + [sym_unary_operator] = STATE(657), + [sym_sign] = STATE(661), + [sym__primary] = STATE(1990), + [sym_name] = STATE(1991), + [sym__direct_name] = STATE(736), + [sym__identifier] = STATE(954), + [sym__external_name] = STATE(954), + [sym_external_constant_name] = STATE(929), + [sym_external_signal_name] = STATE(929), + [sym_external_variable_name] = STATE(929), + [sym__literal] = STATE(1992), + [sym_bit_string_literal] = STATE(1984), + [sym__abstract_literal] = STATE(964), + [sym_based_literal] = STATE(1073), + [sym_allocator] = STATE(1991), + [sym_parenthesis_expression] = STATE(1991), + [sym_element_association_list] = STATE(7014), + [sym_element_association] = STATE(5827), + [sym__element] = STATE(6165), + [sym_choices] = STATE(5528), + [sym__range] = STATE(5528), + [sym_simple_range] = STATE(4995), [sym__tool_directive] = STATE(159), [sym_line_comment] = STATE(159), [sym_block_comment] = STATE(159), @@ -33643,35 +33643,35 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_type] = ACTIONS(403), }, [160] = { - [sym_conditional_expression] = STATE(6025), - [sym__expression] = STATE(1102), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(1716), - [sym_unary_operator] = STATE(686), - [sym_sign] = STATE(687), - [sym__primary] = STATE(2097), - [sym_name] = STATE(2098), - [sym__direct_name] = STATE(734), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(967), - [sym_external_signal_name] = STATE(967), - [sym_external_variable_name] = STATE(967), - [sym__literal] = STATE(2099), - [sym_bit_string_literal] = STATE(2089), - [sym__abstract_literal] = STATE(997), - [sym_based_literal] = STATE(1044), - [sym_allocator] = STATE(2098), - [sym_parenthesis_expression] = STATE(2098), - [sym_element_association_list] = STATE(6839), - [sym_element_association] = STATE(5649), - [sym__element] = STATE(6052), - [sym_choices] = STATE(5482), - [sym__range] = STATE(5482), - [sym_simple_range] = STATE(5022), + [sym_conditional_expression] = STATE(6155), + [sym__expression] = STATE(1033), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(1909), + [sym_unary_operator] = STATE(657), + [sym_sign] = STATE(661), + [sym__primary] = STATE(1990), + [sym_name] = STATE(1991), + [sym__direct_name] = STATE(736), + [sym__identifier] = STATE(954), + [sym__external_name] = STATE(954), + [sym_external_constant_name] = STATE(929), + [sym_external_signal_name] = STATE(929), + [sym_external_variable_name] = STATE(929), + [sym__literal] = STATE(1992), + [sym_bit_string_literal] = STATE(1984), + [sym__abstract_literal] = STATE(964), + [sym_based_literal] = STATE(1073), + [sym_allocator] = STATE(1991), + [sym_parenthesis_expression] = STATE(1991), + [sym_element_association_list] = STATE(6663), + [sym_element_association] = STATE(5827), + [sym__element] = STATE(6165), + [sym_choices] = STATE(5528), + [sym__range] = STATE(5528), + [sym_simple_range] = STATE(4995), [sym__tool_directive] = STATE(160), [sym_line_comment] = STATE(160), [sym_block_comment] = STATE(160), @@ -33715,35 +33715,35 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_type] = ACTIONS(403), }, [161] = { - [sym_conditional_expression] = STATE(6025), - [sym__expression] = STATE(1102), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(1716), - [sym_unary_operator] = STATE(686), - [sym_sign] = STATE(687), - [sym__primary] = STATE(2097), - [sym_name] = STATE(2098), - [sym__direct_name] = STATE(734), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(967), - [sym_external_signal_name] = STATE(967), - [sym_external_variable_name] = STATE(967), - [sym__literal] = STATE(2099), - [sym_bit_string_literal] = STATE(2089), - [sym__abstract_literal] = STATE(997), - [sym_based_literal] = STATE(1044), - [sym_allocator] = STATE(2098), - [sym_parenthesis_expression] = STATE(2098), - [sym_element_association_list] = STATE(6872), - [sym_element_association] = STATE(5649), - [sym__element] = STATE(6052), - [sym_choices] = STATE(5482), - [sym__range] = STATE(5482), - [sym_simple_range] = STATE(5022), + [sym_conditional_expression] = STATE(6155), + [sym__expression] = STATE(1033), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(1909), + [sym_unary_operator] = STATE(657), + [sym_sign] = STATE(661), + [sym__primary] = STATE(1990), + [sym_name] = STATE(1991), + [sym__direct_name] = STATE(736), + [sym__identifier] = STATE(954), + [sym__external_name] = STATE(954), + [sym_external_constant_name] = STATE(929), + [sym_external_signal_name] = STATE(929), + [sym_external_variable_name] = STATE(929), + [sym__literal] = STATE(1992), + [sym_bit_string_literal] = STATE(1984), + [sym__abstract_literal] = STATE(964), + [sym_based_literal] = STATE(1073), + [sym_allocator] = STATE(1991), + [sym_parenthesis_expression] = STATE(1991), + [sym_element_association_list] = STATE(7042), + [sym_element_association] = STATE(5827), + [sym__element] = STATE(6165), + [sym_choices] = STATE(5528), + [sym__range] = STATE(5528), + [sym_simple_range] = STATE(4995), [sym__tool_directive] = STATE(161), [sym_line_comment] = STATE(161), [sym_block_comment] = STATE(161), @@ -33787,107 +33787,107 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_type] = ACTIONS(403), }, [162] = { - [sym_conditional_expression] = STATE(6025), - [sym__expression] = STATE(1102), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(1716), - [sym_unary_operator] = STATE(686), - [sym_sign] = STATE(687), - [sym__primary] = STATE(2097), - [sym_name] = STATE(2098), - [sym__direct_name] = STATE(734), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(967), - [sym_external_signal_name] = STATE(967), - [sym_external_variable_name] = STATE(967), - [sym__literal] = STATE(2099), - [sym_bit_string_literal] = STATE(2089), - [sym__abstract_literal] = STATE(997), - [sym_based_literal] = STATE(1044), - [sym_allocator] = STATE(2098), - [sym_parenthesis_expression] = STATE(2098), - [sym_element_association_list] = STATE(6919), - [sym_element_association] = STATE(5649), - [sym__element] = STATE(6052), - [sym_choices] = STATE(5482), - [sym__range] = STATE(5482), - [sym_simple_range] = STATE(5022), + [sym__expression] = STATE(1550), + [sym_condition_expression] = STATE(2503), + [sym_logical_expression] = STATE(2503), + [sym_relational_expression] = STATE(2503), + [sym_shift_expression] = STATE(2503), + [sym_simple_expression] = STATE(2503), + [sym_unary_operator] = STATE(699), + [sym_sign] = STATE(700), + [sym__primary] = STATE(2502), + [sym_name] = STATE(2501), + [sym__direct_name] = STATE(764), + [sym__identifier] = STATE(1352), + [sym__external_name] = STATE(1352), + [sym_external_constant_name] = STATE(1351), + [sym_external_signal_name] = STATE(1351), + [sym_external_variable_name] = STATE(1351), + [sym__literal] = STATE(2500), + [sym_bit_string_literal] = STATE(2505), + [sym__abstract_literal] = STATE(1399), + [sym_based_literal] = STATE(1466), + [sym_allocator] = STATE(2501), + [sym_parenthesis_expression] = STATE(2501), [sym__tool_directive] = STATE(162), + [sym_waveform] = STATE(5749), + [sym_waveform_element] = STATE(5497), + [sym_conditional_waveforms] = STATE(6930), + [sym_delay_mechanism] = STATE(327), [sym_line_comment] = STATE(162), [sym_block_comment] = STATE(162), - [anon_sym_LPAREN] = ACTIONS(263), - [sym_condition_conversion] = ACTIONS(265), + [anon_sym_LPAREN] = ACTIONS(415), + [sym_condition_conversion] = ACTIONS(417), [anon_sym_PLUS] = ACTIONS(267), [anon_sym_DASH] = ACTIONS(267), - [anon_sym_LT_LT] = ACTIONS(401), - [sym_identifier] = ACTIONS(403), + [anon_sym_LT_LT] = ACTIONS(419), + [sym_identifier] = ACTIONS(421), [sym_ABS] = ACTIONS(273), [sym_AND] = ACTIONS(273), + [sym_INERTIAL] = ACTIONS(425), [sym_NAND] = ACTIONS(273), - [sym_NEW] = ACTIONS(275), + [sym_NEW] = ACTIONS(427), [sym_NOR] = ACTIONS(273), [sym_NOT] = ACTIONS(273), - [sym_NULL] = ACTIONS(277), + [sym_NULL] = ACTIONS(429), [sym_OR] = ACTIONS(273), - [sym_OTHERS] = ACTIONS(279), + [sym_REJECT] = ACTIONS(431), + [sym_TRANSPORT] = ACTIONS(425), + [sym_UNAFFECTED] = ACTIONS(435), [sym_XNOR] = ACTIONS(273), [sym_XOR] = ACTIONS(273), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(283), - [sym_decimal_float] = ACTIONS(283), - [sym_based_base] = ACTIONS(285), - [sym_character_literal] = ACTIONS(409), - [sym_string_literal] = ACTIONS(277), - [sym_string_literal_std_logic] = ACTIONS(277), - [sym_bit_string_length] = ACTIONS(289), - [sym_bit_string_base] = ACTIONS(291), - [sym_operator_symbol] = ACTIONS(409), + [sym_decimal_integer] = ACTIONS(437), + [sym_decimal_float] = ACTIONS(437), + [sym_based_base] = ACTIONS(439), + [sym_character_literal] = ACTIONS(441), + [sym_string_literal] = ACTIONS(429), + [sym_string_literal_std_logic] = ACTIONS(429), + [sym_bit_string_length] = ACTIONS(443), + [sym_bit_string_base] = ACTIONS(445), + [sym_operator_symbol] = ACTIONS(441), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(403), - [sym_library_constant_boolean] = ACTIONS(277), - [sym_library_constant_character] = ACTIONS(277), - [sym_library_constant_debug] = ACTIONS(277), - [sym_library_constant_env] = ACTIONS(277), - [sym_library_constant_standard] = ACTIONS(277), - [sym_library_constant_std_logic] = ACTIONS(409), - [sym_library_function] = ACTIONS(403), - [sym_library_type] = ACTIONS(403), + [sym_library_constant] = ACTIONS(421), + [sym_library_constant_boolean] = ACTIONS(429), + [sym_library_constant_character] = ACTIONS(429), + [sym_library_constant_debug] = ACTIONS(429), + [sym_library_constant_env] = ACTIONS(429), + [sym_library_constant_standard] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(441), + [sym_library_function] = ACTIONS(421), + [sym_library_type] = ACTIONS(421), }, [163] = { - [sym_conditional_expression] = STATE(6025), - [sym__expression] = STATE(1102), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(1716), - [sym_unary_operator] = STATE(686), - [sym_sign] = STATE(687), - [sym__primary] = STATE(2097), - [sym_name] = STATE(2098), - [sym__direct_name] = STATE(734), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(967), - [sym_external_signal_name] = STATE(967), - [sym_external_variable_name] = STATE(967), - [sym__literal] = STATE(2099), - [sym_bit_string_literal] = STATE(2089), - [sym__abstract_literal] = STATE(997), - [sym_based_literal] = STATE(1044), - [sym_allocator] = STATE(2098), - [sym_parenthesis_expression] = STATE(2098), - [sym_element_association_list] = STATE(6960), - [sym_element_association] = STATE(5649), - [sym__element] = STATE(6052), - [sym_choices] = STATE(5482), - [sym__range] = STATE(5482), - [sym_simple_range] = STATE(5022), + [sym_conditional_expression] = STATE(6155), + [sym__expression] = STATE(1033), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(1909), + [sym_unary_operator] = STATE(657), + [sym_sign] = STATE(661), + [sym__primary] = STATE(1990), + [sym_name] = STATE(1991), + [sym__direct_name] = STATE(736), + [sym__identifier] = STATE(954), + [sym__external_name] = STATE(954), + [sym_external_constant_name] = STATE(929), + [sym_external_signal_name] = STATE(929), + [sym_external_variable_name] = STATE(929), + [sym__literal] = STATE(1992), + [sym_bit_string_literal] = STATE(1984), + [sym__abstract_literal] = STATE(964), + [sym_based_literal] = STATE(1073), + [sym_allocator] = STATE(1991), + [sym_parenthesis_expression] = STATE(1991), + [sym_element_association_list] = STATE(7110), + [sym_element_association] = STATE(5827), + [sym__element] = STATE(6165), + [sym_choices] = STATE(5528), + [sym__range] = STATE(5528), + [sym_simple_range] = STATE(4995), [sym__tool_directive] = STATE(163), [sym_line_comment] = STATE(163), [sym_block_comment] = STATE(163), @@ -33931,35 +33931,35 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_type] = ACTIONS(403), }, [164] = { - [sym_conditional_expression] = STATE(6025), - [sym__expression] = STATE(1102), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(1716), - [sym_unary_operator] = STATE(686), - [sym_sign] = STATE(687), - [sym__primary] = STATE(2097), - [sym_name] = STATE(2098), - [sym__direct_name] = STATE(734), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(967), - [sym_external_signal_name] = STATE(967), - [sym_external_variable_name] = STATE(967), - [sym__literal] = STATE(2099), - [sym_bit_string_literal] = STATE(2089), - [sym__abstract_literal] = STATE(997), - [sym_based_literal] = STATE(1044), - [sym_allocator] = STATE(2098), - [sym_parenthesis_expression] = STATE(2098), - [sym_element_association_list] = STATE(7001), - [sym_element_association] = STATE(5649), - [sym__element] = STATE(6052), - [sym_choices] = STATE(5482), - [sym__range] = STATE(5482), - [sym_simple_range] = STATE(5022), + [sym_conditional_expression] = STATE(6155), + [sym__expression] = STATE(1033), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(1909), + [sym_unary_operator] = STATE(657), + [sym_sign] = STATE(661), + [sym__primary] = STATE(1990), + [sym_name] = STATE(1991), + [sym__direct_name] = STATE(736), + [sym__identifier] = STATE(954), + [sym__external_name] = STATE(954), + [sym_external_constant_name] = STATE(929), + [sym_external_signal_name] = STATE(929), + [sym_external_variable_name] = STATE(929), + [sym__literal] = STATE(1992), + [sym_bit_string_literal] = STATE(1984), + [sym__abstract_literal] = STATE(964), + [sym_based_literal] = STATE(1073), + [sym_allocator] = STATE(1991), + [sym_parenthesis_expression] = STATE(1991), + [sym_element_association_list] = STATE(6682), + [sym_element_association] = STATE(5827), + [sym__element] = STATE(6165), + [sym_choices] = STATE(5528), + [sym__range] = STATE(5528), + [sym_simple_range] = STATE(4995), [sym__tool_directive] = STATE(164), [sym_line_comment] = STATE(164), [sym_block_comment] = STATE(164), @@ -34003,35 +34003,34 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_type] = ACTIONS(403), }, [165] = { - [sym_conditional_expression] = STATE(6025), - [sym__expression] = STATE(1102), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(1716), - [sym_unary_operator] = STATE(686), - [sym_sign] = STATE(687), - [sym__primary] = STATE(2097), - [sym_name] = STATE(2098), - [sym__direct_name] = STATE(734), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(967), - [sym_external_signal_name] = STATE(967), - [sym_external_variable_name] = STATE(967), - [sym__literal] = STATE(2099), - [sym_bit_string_literal] = STATE(2089), - [sym__abstract_literal] = STATE(997), - [sym_based_literal] = STATE(1044), - [sym_allocator] = STATE(2098), - [sym_parenthesis_expression] = STATE(2098), - [sym_element_association_list] = STATE(7050), - [sym_element_association] = STATE(5649), - [sym__element] = STATE(6052), - [sym_choices] = STATE(5482), - [sym__range] = STATE(5482), - [sym_simple_range] = STATE(5022), + [sym_conditional_expression] = STATE(6473), + [sym__expression] = STATE(1033), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(2425), + [sym_unary_operator] = STATE(657), + [sym_sign] = STATE(661), + [sym__primary] = STATE(1990), + [sym_name] = STATE(2432), + [sym__direct_name] = STATE(736), + [sym__identifier] = STATE(954), + [sym__external_name] = STATE(954), + [sym_external_constant_name] = STATE(929), + [sym_external_signal_name] = STATE(929), + [sym_external_variable_name] = STATE(929), + [sym__association_or_range] = STATE(6169), + [sym_association_element] = STATE(6523), + [sym__actual_part] = STATE(6481), + [sym__literal] = STATE(1992), + [sym_bit_string_literal] = STATE(1984), + [sym__abstract_literal] = STATE(964), + [sym_based_literal] = STATE(1073), + [sym_allocator] = STATE(1991), + [sym_parenthesis_expression] = STATE(1991), + [sym__range] = STATE(6523), + [sym_simple_range] = STATE(4995), [sym__tool_directive] = STATE(165), [sym_line_comment] = STATE(165), [sym_block_comment] = STATE(165), @@ -34043,13 +34042,14 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_identifier] = ACTIONS(403), [sym_ABS] = ACTIONS(273), [sym_AND] = ACTIONS(273), + [sym_INERTIAL] = ACTIONS(405), [sym_NAND] = ACTIONS(273), [sym_NEW] = ACTIONS(275), [sym_NOR] = ACTIONS(273), [sym_NOT] = ACTIONS(273), [sym_NULL] = ACTIONS(277), + [sym_OPEN] = ACTIONS(407), [sym_OR] = ACTIONS(273), - [sym_OTHERS] = ACTIONS(279), [sym_XNOR] = ACTIONS(273), [sym_XOR] = ACTIONS(273), [sym__grave_accent] = ACTIONS(3), @@ -34075,35 +34075,35 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_type] = ACTIONS(403), }, [166] = { - [sym_conditional_expression] = STATE(6025), - [sym__expression] = STATE(1102), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(1716), - [sym_unary_operator] = STATE(686), - [sym_sign] = STATE(687), - [sym__primary] = STATE(2097), - [sym_name] = STATE(2098), - [sym__direct_name] = STATE(734), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(967), - [sym_external_signal_name] = STATE(967), - [sym_external_variable_name] = STATE(967), - [sym__literal] = STATE(2099), - [sym_bit_string_literal] = STATE(2089), - [sym__abstract_literal] = STATE(997), - [sym_based_literal] = STATE(1044), - [sym_allocator] = STATE(2098), - [sym_parenthesis_expression] = STATE(2098), - [sym_element_association_list] = STATE(7120), - [sym_element_association] = STATE(5649), - [sym__element] = STATE(6052), - [sym_choices] = STATE(5482), - [sym__range] = STATE(5482), - [sym_simple_range] = STATE(5022), + [sym_conditional_expression] = STATE(6155), + [sym__expression] = STATE(1033), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(1909), + [sym_unary_operator] = STATE(657), + [sym_sign] = STATE(661), + [sym__primary] = STATE(1990), + [sym_name] = STATE(1991), + [sym__direct_name] = STATE(736), + [sym__identifier] = STATE(954), + [sym__external_name] = STATE(954), + [sym_external_constant_name] = STATE(929), + [sym_external_signal_name] = STATE(929), + [sym_external_variable_name] = STATE(929), + [sym__literal] = STATE(1992), + [sym_bit_string_literal] = STATE(1984), + [sym__abstract_literal] = STATE(964), + [sym_based_literal] = STATE(1073), + [sym_allocator] = STATE(1991), + [sym_parenthesis_expression] = STATE(1991), + [sym_element_association_list] = STATE(7172), + [sym_element_association] = STATE(5827), + [sym__element] = STATE(6165), + [sym_choices] = STATE(5528), + [sym__range] = STATE(5528), + [sym_simple_range] = STATE(4995), [sym__tool_directive] = STATE(166), [sym_line_comment] = STATE(166), [sym_block_comment] = STATE(166), @@ -34147,35 +34147,35 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_type] = ACTIONS(403), }, [167] = { - [sym_conditional_expression] = STATE(6025), - [sym__expression] = STATE(1102), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(1716), - [sym_unary_operator] = STATE(686), - [sym_sign] = STATE(687), - [sym__primary] = STATE(2097), - [sym_name] = STATE(2098), - [sym__direct_name] = STATE(734), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(967), - [sym_external_signal_name] = STATE(967), - [sym_external_variable_name] = STATE(967), - [sym__literal] = STATE(2099), - [sym_bit_string_literal] = STATE(2089), - [sym__abstract_literal] = STATE(997), - [sym_based_literal] = STATE(1044), - [sym_allocator] = STATE(2098), - [sym_parenthesis_expression] = STATE(2098), - [sym_element_association_list] = STATE(8079), - [sym_element_association] = STATE(5649), - [sym__element] = STATE(6052), - [sym_choices] = STATE(5482), - [sym__range] = STATE(5482), - [sym_simple_range] = STATE(5022), + [sym_conditional_expression] = STATE(6155), + [sym__expression] = STATE(1033), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(1909), + [sym_unary_operator] = STATE(657), + [sym_sign] = STATE(661), + [sym__primary] = STATE(1990), + [sym_name] = STATE(1991), + [sym__direct_name] = STATE(736), + [sym__identifier] = STATE(954), + [sym__external_name] = STATE(954), + [sym_external_constant_name] = STATE(929), + [sym_external_signal_name] = STATE(929), + [sym_external_variable_name] = STATE(929), + [sym__literal] = STATE(1992), + [sym_bit_string_literal] = STATE(1984), + [sym__abstract_literal] = STATE(964), + [sym_based_literal] = STATE(1073), + [sym_allocator] = STATE(1991), + [sym_parenthesis_expression] = STATE(1991), + [sym_element_association_list] = STATE(8216), + [sym_element_association] = STATE(5827), + [sym__element] = STATE(6165), + [sym_choices] = STATE(5528), + [sym__range] = STATE(5528), + [sym_simple_range] = STATE(4995), [sym__tool_directive] = STATE(167), [sym_line_comment] = STATE(167), [sym_block_comment] = STATE(167), @@ -34219,35 +34219,35 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_type] = ACTIONS(403), }, [168] = { - [sym_conditional_expression] = STATE(6025), - [sym__expression] = STATE(1102), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(1716), - [sym_unary_operator] = STATE(686), - [sym_sign] = STATE(687), - [sym__primary] = STATE(2097), - [sym_name] = STATE(2098), - [sym__direct_name] = STATE(734), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(967), - [sym_external_signal_name] = STATE(967), - [sym_external_variable_name] = STATE(967), - [sym__literal] = STATE(2099), - [sym_bit_string_literal] = STATE(2089), - [sym__abstract_literal] = STATE(997), - [sym_based_literal] = STATE(1044), - [sym_allocator] = STATE(2098), - [sym_parenthesis_expression] = STATE(2098), - [sym_element_association_list] = STATE(7230), - [sym_element_association] = STATE(5649), - [sym__element] = STATE(6052), - [sym_choices] = STATE(5482), - [sym__range] = STATE(5482), - [sym_simple_range] = STATE(5022), + [sym_conditional_expression] = STATE(6155), + [sym__expression] = STATE(1033), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(1909), + [sym_unary_operator] = STATE(657), + [sym_sign] = STATE(661), + [sym__primary] = STATE(1990), + [sym_name] = STATE(1991), + [sym__direct_name] = STATE(736), + [sym__identifier] = STATE(954), + [sym__external_name] = STATE(954), + [sym_external_constant_name] = STATE(929), + [sym_external_signal_name] = STATE(929), + [sym_external_variable_name] = STATE(929), + [sym__literal] = STATE(1992), + [sym_bit_string_literal] = STATE(1984), + [sym__abstract_literal] = STATE(964), + [sym_based_literal] = STATE(1073), + [sym_allocator] = STATE(1991), + [sym_parenthesis_expression] = STATE(1991), + [sym_element_association_list] = STATE(6651), + [sym_element_association] = STATE(5827), + [sym__element] = STATE(6165), + [sym_choices] = STATE(5528), + [sym__range] = STATE(5528), + [sym_simple_range] = STATE(4995), [sym__tool_directive] = STATE(168), [sym_line_comment] = STATE(168), [sym_block_comment] = STATE(168), @@ -34291,35 +34291,35 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_type] = ACTIONS(403), }, [169] = { - [sym_conditional_expression] = STATE(6025), - [sym__expression] = STATE(1102), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(1716), - [sym_unary_operator] = STATE(686), - [sym_sign] = STATE(687), - [sym__primary] = STATE(2097), - [sym_name] = STATE(2098), - [sym__direct_name] = STATE(734), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(967), - [sym_external_signal_name] = STATE(967), - [sym_external_variable_name] = STATE(967), - [sym__literal] = STATE(2099), - [sym_bit_string_literal] = STATE(2089), - [sym__abstract_literal] = STATE(997), - [sym_based_literal] = STATE(1044), - [sym_allocator] = STATE(2098), - [sym_parenthesis_expression] = STATE(2098), - [sym_element_association_list] = STATE(7278), - [sym_element_association] = STATE(5649), - [sym__element] = STATE(6052), - [sym_choices] = STATE(5482), - [sym__range] = STATE(5482), - [sym_simple_range] = STATE(5022), + [sym_conditional_expression] = STATE(6155), + [sym__expression] = STATE(1033), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(1909), + [sym_unary_operator] = STATE(657), + [sym_sign] = STATE(661), + [sym__primary] = STATE(1990), + [sym_name] = STATE(1991), + [sym__direct_name] = STATE(736), + [sym__identifier] = STATE(954), + [sym__external_name] = STATE(954), + [sym_external_constant_name] = STATE(929), + [sym_external_signal_name] = STATE(929), + [sym_external_variable_name] = STATE(929), + [sym__literal] = STATE(1992), + [sym_bit_string_literal] = STATE(1984), + [sym__abstract_literal] = STATE(964), + [sym_based_literal] = STATE(1073), + [sym_allocator] = STATE(1991), + [sym_parenthesis_expression] = STATE(1991), + [sym_element_association_list] = STATE(7220), + [sym_element_association] = STATE(5827), + [sym__element] = STATE(6165), + [sym_choices] = STATE(5528), + [sym__range] = STATE(5528), + [sym_simple_range] = STATE(4995), [sym__tool_directive] = STATE(169), [sym_line_comment] = STATE(169), [sym_block_comment] = STATE(169), @@ -34363,35 +34363,35 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_type] = ACTIONS(403), }, [170] = { - [sym_conditional_expression] = STATE(6025), - [sym__expression] = STATE(1102), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(1716), - [sym_unary_operator] = STATE(686), - [sym_sign] = STATE(687), - [sym__primary] = STATE(2097), - [sym_name] = STATE(2098), - [sym__direct_name] = STATE(734), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(967), - [sym_external_signal_name] = STATE(967), - [sym_external_variable_name] = STATE(967), - [sym__literal] = STATE(2099), - [sym_bit_string_literal] = STATE(2089), - [sym__abstract_literal] = STATE(997), - [sym_based_literal] = STATE(1044), - [sym_allocator] = STATE(2098), - [sym_parenthesis_expression] = STATE(2098), - [sym_element_association_list] = STATE(7327), - [sym_element_association] = STATE(5649), - [sym__element] = STATE(6052), - [sym_choices] = STATE(5482), - [sym__range] = STATE(5482), - [sym_simple_range] = STATE(5022), + [sym_conditional_expression] = STATE(6155), + [sym__expression] = STATE(1033), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(1909), + [sym_unary_operator] = STATE(657), + [sym_sign] = STATE(661), + [sym__primary] = STATE(1990), + [sym_name] = STATE(1991), + [sym__direct_name] = STATE(736), + [sym__identifier] = STATE(954), + [sym__external_name] = STATE(954), + [sym_external_constant_name] = STATE(929), + [sym_external_signal_name] = STATE(929), + [sym_external_variable_name] = STATE(929), + [sym__literal] = STATE(1992), + [sym_bit_string_literal] = STATE(1984), + [sym__abstract_literal] = STATE(964), + [sym_based_literal] = STATE(1073), + [sym_allocator] = STATE(1991), + [sym_parenthesis_expression] = STATE(1991), + [sym_element_association_list] = STATE(6681), + [sym_element_association] = STATE(5827), + [sym__element] = STATE(6165), + [sym_choices] = STATE(5528), + [sym__range] = STATE(5528), + [sym_simple_range] = STATE(4995), [sym__tool_directive] = STATE(170), [sym_line_comment] = STATE(170), [sym_block_comment] = STATE(170), @@ -34435,35 +34435,35 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_type] = ACTIONS(403), }, [171] = { - [sym_conditional_expression] = STATE(6025), - [sym__expression] = STATE(1102), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(1716), - [sym_unary_operator] = STATE(686), - [sym_sign] = STATE(687), - [sym__primary] = STATE(2097), - [sym_name] = STATE(2098), - [sym__direct_name] = STATE(734), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(967), - [sym_external_signal_name] = STATE(967), - [sym_external_variable_name] = STATE(967), - [sym__literal] = STATE(2099), - [sym_bit_string_literal] = STATE(2089), - [sym__abstract_literal] = STATE(997), - [sym_based_literal] = STATE(1044), - [sym_allocator] = STATE(2098), - [sym_parenthesis_expression] = STATE(2098), - [sym_element_association_list] = STATE(7364), - [sym_element_association] = STATE(5649), - [sym__element] = STATE(6052), - [sym_choices] = STATE(5482), - [sym__range] = STATE(5482), - [sym_simple_range] = STATE(5022), + [sym_conditional_expression] = STATE(6155), + [sym__expression] = STATE(1033), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(1909), + [sym_unary_operator] = STATE(657), + [sym_sign] = STATE(661), + [sym__primary] = STATE(1990), + [sym_name] = STATE(1991), + [sym__direct_name] = STATE(736), + [sym__identifier] = STATE(954), + [sym__external_name] = STATE(954), + [sym_external_constant_name] = STATE(929), + [sym_external_signal_name] = STATE(929), + [sym_external_variable_name] = STATE(929), + [sym__literal] = STATE(1992), + [sym_bit_string_literal] = STATE(1984), + [sym__abstract_literal] = STATE(964), + [sym_based_literal] = STATE(1073), + [sym_allocator] = STATE(1991), + [sym_parenthesis_expression] = STATE(1991), + [sym_element_association_list] = STATE(7256), + [sym_element_association] = STATE(5827), + [sym__element] = STATE(6165), + [sym_choices] = STATE(5528), + [sym__range] = STATE(5528), + [sym_simple_range] = STATE(4995), [sym__tool_directive] = STATE(171), [sym_line_comment] = STATE(171), [sym_block_comment] = STATE(171), @@ -34507,35 +34507,35 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_type] = ACTIONS(403), }, [172] = { - [sym_conditional_expression] = STATE(6025), - [sym__expression] = STATE(1102), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(1716), - [sym_unary_operator] = STATE(686), - [sym_sign] = STATE(687), - [sym__primary] = STATE(2097), - [sym_name] = STATE(2098), - [sym__direct_name] = STATE(734), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(967), - [sym_external_signal_name] = STATE(967), - [sym_external_variable_name] = STATE(967), - [sym__literal] = STATE(2099), - [sym_bit_string_literal] = STATE(2089), - [sym__abstract_literal] = STATE(997), - [sym_based_literal] = STATE(1044), - [sym_allocator] = STATE(2098), - [sym_parenthesis_expression] = STATE(2098), - [sym_element_association_list] = STATE(7409), - [sym_element_association] = STATE(5649), - [sym__element] = STATE(6052), - [sym_choices] = STATE(5482), - [sym__range] = STATE(5482), - [sym_simple_range] = STATE(5022), + [sym_conditional_expression] = STATE(6155), + [sym__expression] = STATE(1033), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(1909), + [sym_unary_operator] = STATE(657), + [sym_sign] = STATE(661), + [sym__primary] = STATE(1990), + [sym_name] = STATE(1991), + [sym__direct_name] = STATE(736), + [sym__identifier] = STATE(954), + [sym__external_name] = STATE(954), + [sym_external_constant_name] = STATE(929), + [sym_external_signal_name] = STATE(929), + [sym_external_variable_name] = STATE(929), + [sym__literal] = STATE(1992), + [sym_bit_string_literal] = STATE(1984), + [sym__abstract_literal] = STATE(964), + [sym_based_literal] = STATE(1073), + [sym_allocator] = STATE(1991), + [sym_parenthesis_expression] = STATE(1991), + [sym_element_association_list] = STATE(6699), + [sym_element_association] = STATE(5827), + [sym__element] = STATE(6165), + [sym_choices] = STATE(5528), + [sym__range] = STATE(5528), + [sym_simple_range] = STATE(4995), [sym__tool_directive] = STATE(172), [sym_line_comment] = STATE(172), [sym_block_comment] = STATE(172), @@ -34579,35 +34579,35 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_type] = ACTIONS(403), }, [173] = { - [sym_conditional_expression] = STATE(6025), - [sym__expression] = STATE(1102), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(1716), - [sym_unary_operator] = STATE(686), - [sym_sign] = STATE(687), - [sym__primary] = STATE(2097), - [sym_name] = STATE(2098), - [sym__direct_name] = STATE(734), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(967), - [sym_external_signal_name] = STATE(967), - [sym_external_variable_name] = STATE(967), - [sym__literal] = STATE(2099), - [sym_bit_string_literal] = STATE(2089), - [sym__abstract_literal] = STATE(997), - [sym_based_literal] = STATE(1044), - [sym_allocator] = STATE(2098), - [sym_parenthesis_expression] = STATE(2098), - [sym_element_association_list] = STATE(7464), - [sym_element_association] = STATE(5649), - [sym__element] = STATE(6052), - [sym_choices] = STATE(5482), - [sym__range] = STATE(5482), - [sym_simple_range] = STATE(5022), + [sym_conditional_expression] = STATE(6155), + [sym__expression] = STATE(1033), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(1909), + [sym_unary_operator] = STATE(657), + [sym_sign] = STATE(661), + [sym__primary] = STATE(1990), + [sym_name] = STATE(1991), + [sym__direct_name] = STATE(736), + [sym__identifier] = STATE(954), + [sym__external_name] = STATE(954), + [sym_external_constant_name] = STATE(929), + [sym_external_signal_name] = STATE(929), + [sym_external_variable_name] = STATE(929), + [sym__literal] = STATE(1992), + [sym_bit_string_literal] = STATE(1984), + [sym__abstract_literal] = STATE(964), + [sym_based_literal] = STATE(1073), + [sym_allocator] = STATE(1991), + [sym_parenthesis_expression] = STATE(1991), + [sym_element_association_list] = STATE(6698), + [sym_element_association] = STATE(5827), + [sym__element] = STATE(6165), + [sym_choices] = STATE(5528), + [sym__range] = STATE(5528), + [sym_simple_range] = STATE(4995), [sym__tool_directive] = STATE(173), [sym_line_comment] = STATE(173), [sym_block_comment] = STATE(173), @@ -34651,35 +34651,35 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_type] = ACTIONS(403), }, [174] = { - [sym_conditional_expression] = STATE(6025), - [sym__expression] = STATE(1102), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(1716), - [sym_unary_operator] = STATE(686), - [sym_sign] = STATE(687), - [sym__primary] = STATE(2097), - [sym_name] = STATE(2098), - [sym__direct_name] = STATE(734), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(967), - [sym_external_signal_name] = STATE(967), - [sym_external_variable_name] = STATE(967), - [sym__literal] = STATE(2099), - [sym_bit_string_literal] = STATE(2089), - [sym__abstract_literal] = STATE(997), - [sym_based_literal] = STATE(1044), - [sym_allocator] = STATE(2098), - [sym_parenthesis_expression] = STATE(2098), - [sym_element_association_list] = STATE(7537), - [sym_element_association] = STATE(5649), - [sym__element] = STATE(6052), - [sym_choices] = STATE(5482), - [sym__range] = STATE(5482), - [sym_simple_range] = STATE(5022), + [sym_conditional_expression] = STATE(6155), + [sym__expression] = STATE(1033), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(1909), + [sym_unary_operator] = STATE(657), + [sym_sign] = STATE(661), + [sym__primary] = STATE(1990), + [sym_name] = STATE(1991), + [sym__direct_name] = STATE(736), + [sym__identifier] = STATE(954), + [sym__external_name] = STATE(954), + [sym_external_constant_name] = STATE(929), + [sym_external_signal_name] = STATE(929), + [sym_external_variable_name] = STATE(929), + [sym__literal] = STATE(1992), + [sym_bit_string_literal] = STATE(1984), + [sym__abstract_literal] = STATE(964), + [sym_based_literal] = STATE(1073), + [sym_allocator] = STATE(1991), + [sym_parenthesis_expression] = STATE(1991), + [sym_element_association_list] = STATE(7316), + [sym_element_association] = STATE(5827), + [sym__element] = STATE(6165), + [sym_choices] = STATE(5528), + [sym__range] = STATE(5528), + [sym_simple_range] = STATE(4995), [sym__tool_directive] = STATE(174), [sym_line_comment] = STATE(174), [sym_block_comment] = STATE(174), @@ -34723,35 +34723,35 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_type] = ACTIONS(403), }, [175] = { - [sym_conditional_expression] = STATE(6025), - [sym__expression] = STATE(1102), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(1716), - [sym_unary_operator] = STATE(686), - [sym_sign] = STATE(687), - [sym__primary] = STATE(2097), - [sym_name] = STATE(2098), - [sym__direct_name] = STATE(734), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(967), - [sym_external_signal_name] = STATE(967), - [sym_external_variable_name] = STATE(967), - [sym__literal] = STATE(2099), - [sym_bit_string_literal] = STATE(2089), - [sym__abstract_literal] = STATE(997), - [sym_based_literal] = STATE(1044), - [sym_allocator] = STATE(2098), - [sym_parenthesis_expression] = STATE(2098), - [sym_element_association_list] = STATE(7622), - [sym_element_association] = STATE(5649), - [sym__element] = STATE(6052), - [sym_choices] = STATE(5482), - [sym__range] = STATE(5482), - [sym_simple_range] = STATE(5022), + [sym_conditional_expression] = STATE(6155), + [sym__expression] = STATE(1033), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(1909), + [sym_unary_operator] = STATE(657), + [sym_sign] = STATE(661), + [sym__primary] = STATE(1990), + [sym_name] = STATE(1991), + [sym__direct_name] = STATE(736), + [sym__identifier] = STATE(954), + [sym__external_name] = STATE(954), + [sym_external_constant_name] = STATE(929), + [sym_external_signal_name] = STATE(929), + [sym_external_variable_name] = STATE(929), + [sym__literal] = STATE(1992), + [sym_bit_string_literal] = STATE(1984), + [sym__abstract_literal] = STATE(964), + [sym_based_literal] = STATE(1073), + [sym_allocator] = STATE(1991), + [sym_parenthesis_expression] = STATE(1991), + [sym_element_association_list] = STATE(6697), + [sym_element_association] = STATE(5827), + [sym__element] = STATE(6165), + [sym_choices] = STATE(5528), + [sym__range] = STATE(5528), + [sym_simple_range] = STATE(4995), [sym__tool_directive] = STATE(175), [sym_line_comment] = STATE(175), [sym_block_comment] = STATE(175), @@ -34795,35 +34795,35 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_type] = ACTIONS(403), }, [176] = { - [sym_conditional_expression] = STATE(6025), - [sym__expression] = STATE(1102), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(1716), - [sym_unary_operator] = STATE(686), - [sym_sign] = STATE(687), - [sym__primary] = STATE(2097), - [sym_name] = STATE(2098), - [sym__direct_name] = STATE(734), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(967), - [sym_external_signal_name] = STATE(967), - [sym_external_variable_name] = STATE(967), - [sym__literal] = STATE(2099), - [sym_bit_string_literal] = STATE(2089), - [sym__abstract_literal] = STATE(997), - [sym_based_literal] = STATE(1044), - [sym_allocator] = STATE(2098), - [sym_parenthesis_expression] = STATE(2098), - [sym_element_association_list] = STATE(7672), - [sym_element_association] = STATE(5649), - [sym__element] = STATE(6052), - [sym_choices] = STATE(5482), - [sym__range] = STATE(5482), - [sym_simple_range] = STATE(5022), + [sym_conditional_expression] = STATE(6155), + [sym__expression] = STATE(1033), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(1909), + [sym_unary_operator] = STATE(657), + [sym_sign] = STATE(661), + [sym__primary] = STATE(1990), + [sym_name] = STATE(1991), + [sym__direct_name] = STATE(736), + [sym__identifier] = STATE(954), + [sym__external_name] = STATE(954), + [sym_external_constant_name] = STATE(929), + [sym_external_signal_name] = STATE(929), + [sym_external_variable_name] = STATE(929), + [sym__literal] = STATE(1992), + [sym_bit_string_literal] = STATE(1984), + [sym__abstract_literal] = STATE(964), + [sym_based_literal] = STATE(1073), + [sym_allocator] = STATE(1991), + [sym_parenthesis_expression] = STATE(1991), + [sym_element_association_list] = STATE(7364), + [sym_element_association] = STATE(5827), + [sym__element] = STATE(6165), + [sym_choices] = STATE(5528), + [sym__range] = STATE(5528), + [sym_simple_range] = STATE(4995), [sym__tool_directive] = STATE(176), [sym_line_comment] = STATE(176), [sym_block_comment] = STATE(176), @@ -34867,35 +34867,35 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_type] = ACTIONS(403), }, [177] = { - [sym_conditional_expression] = STATE(6025), - [sym__expression] = STATE(1102), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(1716), - [sym_unary_operator] = STATE(686), - [sym_sign] = STATE(687), - [sym__primary] = STATE(2097), - [sym_name] = STATE(2098), - [sym__direct_name] = STATE(734), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(967), - [sym_external_signal_name] = STATE(967), - [sym_external_variable_name] = STATE(967), - [sym__literal] = STATE(2099), - [sym_bit_string_literal] = STATE(2089), - [sym__abstract_literal] = STATE(997), - [sym_based_literal] = STATE(1044), - [sym_allocator] = STATE(2098), - [sym_parenthesis_expression] = STATE(2098), - [sym_element_association_list] = STATE(7710), - [sym_element_association] = STATE(5649), - [sym__element] = STATE(6052), - [sym_choices] = STATE(5482), - [sym__range] = STATE(5482), - [sym_simple_range] = STATE(5022), + [sym_conditional_expression] = STATE(6155), + [sym__expression] = STATE(1033), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(1909), + [sym_unary_operator] = STATE(657), + [sym_sign] = STATE(661), + [sym__primary] = STATE(1990), + [sym_name] = STATE(1991), + [sym__direct_name] = STATE(736), + [sym__identifier] = STATE(954), + [sym__external_name] = STATE(954), + [sym_external_constant_name] = STATE(929), + [sym_external_signal_name] = STATE(929), + [sym_external_variable_name] = STATE(929), + [sym__literal] = STATE(1992), + [sym_bit_string_literal] = STATE(1984), + [sym__abstract_literal] = STATE(964), + [sym_based_literal] = STATE(1073), + [sym_allocator] = STATE(1991), + [sym_parenthesis_expression] = STATE(1991), + [sym_element_association_list] = STATE(6696), + [sym_element_association] = STATE(5827), + [sym__element] = STATE(6165), + [sym_choices] = STATE(5528), + [sym__range] = STATE(5528), + [sym_simple_range] = STATE(4995), [sym__tool_directive] = STATE(177), [sym_line_comment] = STATE(177), [sym_block_comment] = STATE(177), @@ -34939,35 +34939,35 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_type] = ACTIONS(403), }, [178] = { - [sym_conditional_expression] = STATE(6025), - [sym__expression] = STATE(1102), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(1716), - [sym_unary_operator] = STATE(686), - [sym_sign] = STATE(687), - [sym__primary] = STATE(2097), - [sym_name] = STATE(2098), - [sym__direct_name] = STATE(734), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(967), - [sym_external_signal_name] = STATE(967), - [sym_external_variable_name] = STATE(967), - [sym__literal] = STATE(2099), - [sym_bit_string_literal] = STATE(2089), - [sym__abstract_literal] = STATE(997), - [sym_based_literal] = STATE(1044), - [sym_allocator] = STATE(2098), - [sym_parenthesis_expression] = STATE(2098), - [sym_element_association_list] = STATE(7748), - [sym_element_association] = STATE(5649), - [sym__element] = STATE(6052), - [sym_choices] = STATE(5482), - [sym__range] = STATE(5482), - [sym_simple_range] = STATE(5022), + [sym_conditional_expression] = STATE(6155), + [sym__expression] = STATE(1033), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(1909), + [sym_unary_operator] = STATE(657), + [sym_sign] = STATE(661), + [sym__primary] = STATE(1990), + [sym_name] = STATE(1991), + [sym__direct_name] = STATE(736), + [sym__identifier] = STATE(954), + [sym__external_name] = STATE(954), + [sym_external_constant_name] = STATE(929), + [sym_external_signal_name] = STATE(929), + [sym_external_variable_name] = STATE(929), + [sym__literal] = STATE(1992), + [sym_bit_string_literal] = STATE(1984), + [sym__abstract_literal] = STATE(964), + [sym_based_literal] = STATE(1073), + [sym_allocator] = STATE(1991), + [sym_parenthesis_expression] = STATE(1991), + [sym_element_association_list] = STATE(7401), + [sym_element_association] = STATE(5827), + [sym__element] = STATE(6165), + [sym_choices] = STATE(5528), + [sym__range] = STATE(5528), + [sym_simple_range] = STATE(4995), [sym__tool_directive] = STATE(178), [sym_line_comment] = STATE(178), [sym_block_comment] = STATE(178), @@ -35011,35 +35011,35 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_type] = ACTIONS(403), }, [179] = { - [sym_conditional_expression] = STATE(6025), - [sym__expression] = STATE(1102), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(1716), - [sym_unary_operator] = STATE(686), - [sym_sign] = STATE(687), - [sym__primary] = STATE(2097), - [sym_name] = STATE(2098), - [sym__direct_name] = STATE(734), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(967), - [sym_external_signal_name] = STATE(967), - [sym_external_variable_name] = STATE(967), - [sym__literal] = STATE(2099), - [sym_bit_string_literal] = STATE(2089), - [sym__abstract_literal] = STATE(997), - [sym_based_literal] = STATE(1044), - [sym_allocator] = STATE(2098), - [sym_parenthesis_expression] = STATE(2098), - [sym_element_association_list] = STATE(7779), - [sym_element_association] = STATE(5649), - [sym__element] = STATE(6052), - [sym_choices] = STATE(5482), - [sym__range] = STATE(5482), - [sym_simple_range] = STATE(5022), + [sym_conditional_expression] = STATE(6155), + [sym__expression] = STATE(1033), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(1909), + [sym_unary_operator] = STATE(657), + [sym_sign] = STATE(661), + [sym__primary] = STATE(1990), + [sym_name] = STATE(1991), + [sym__direct_name] = STATE(736), + [sym__identifier] = STATE(954), + [sym__external_name] = STATE(954), + [sym_external_constant_name] = STATE(929), + [sym_external_signal_name] = STATE(929), + [sym_external_variable_name] = STATE(929), + [sym__literal] = STATE(1992), + [sym_bit_string_literal] = STATE(1984), + [sym__abstract_literal] = STATE(964), + [sym_based_literal] = STATE(1073), + [sym_allocator] = STATE(1991), + [sym_parenthesis_expression] = STATE(1991), + [sym_element_association_list] = STATE(6695), + [sym_element_association] = STATE(5827), + [sym__element] = STATE(6165), + [sym_choices] = STATE(5528), + [sym__range] = STATE(5528), + [sym_simple_range] = STATE(4995), [sym__tool_directive] = STATE(179), [sym_line_comment] = STATE(179), [sym_block_comment] = STATE(179), @@ -35083,35 +35083,35 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_type] = ACTIONS(403), }, [180] = { - [sym_conditional_expression] = STATE(6025), - [sym__expression] = STATE(1102), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(1716), - [sym_unary_operator] = STATE(686), - [sym_sign] = STATE(687), - [sym__primary] = STATE(2097), - [sym_name] = STATE(2098), - [sym__direct_name] = STATE(734), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(967), - [sym_external_signal_name] = STATE(967), - [sym_external_variable_name] = STATE(967), - [sym__literal] = STATE(2099), - [sym_bit_string_literal] = STATE(2089), - [sym__abstract_literal] = STATE(997), - [sym_based_literal] = STATE(1044), - [sym_allocator] = STATE(2098), - [sym_parenthesis_expression] = STATE(2098), - [sym_element_association_list] = STATE(7820), - [sym_element_association] = STATE(5649), - [sym__element] = STATE(6052), - [sym_choices] = STATE(5482), - [sym__range] = STATE(5482), - [sym_simple_range] = STATE(5022), + [sym_conditional_expression] = STATE(6155), + [sym__expression] = STATE(1033), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(1909), + [sym_unary_operator] = STATE(657), + [sym_sign] = STATE(661), + [sym__primary] = STATE(1990), + [sym_name] = STATE(1991), + [sym__direct_name] = STATE(736), + [sym__identifier] = STATE(954), + [sym__external_name] = STATE(954), + [sym_external_constant_name] = STATE(929), + [sym_external_signal_name] = STATE(929), + [sym_external_variable_name] = STATE(929), + [sym__literal] = STATE(1992), + [sym_bit_string_literal] = STATE(1984), + [sym__abstract_literal] = STATE(964), + [sym_based_literal] = STATE(1073), + [sym_allocator] = STATE(1991), + [sym_parenthesis_expression] = STATE(1991), + [sym_element_association_list] = STATE(6694), + [sym_element_association] = STATE(5827), + [sym__element] = STATE(6165), + [sym_choices] = STATE(5528), + [sym__range] = STATE(5528), + [sym_simple_range] = STATE(4995), [sym__tool_directive] = STATE(180), [sym_line_comment] = STATE(180), [sym_block_comment] = STATE(180), @@ -35155,35 +35155,35 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_type] = ACTIONS(403), }, [181] = { - [sym_conditional_expression] = STATE(6025), - [sym__expression] = STATE(1102), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(1716), - [sym_unary_operator] = STATE(686), - [sym_sign] = STATE(687), - [sym__primary] = STATE(2097), - [sym_name] = STATE(2098), - [sym__direct_name] = STATE(734), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(967), - [sym_external_signal_name] = STATE(967), - [sym_external_variable_name] = STATE(967), - [sym__literal] = STATE(2099), - [sym_bit_string_literal] = STATE(2089), - [sym__abstract_literal] = STATE(997), - [sym_based_literal] = STATE(1044), - [sym_allocator] = STATE(2098), - [sym_parenthesis_expression] = STATE(2098), - [sym_element_association_list] = STATE(8034), - [sym_element_association] = STATE(5649), - [sym__element] = STATE(6052), - [sym_choices] = STATE(5482), - [sym__range] = STATE(5482), - [sym_simple_range] = STATE(5022), + [sym_conditional_expression] = STATE(6155), + [sym__expression] = STATE(1033), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(1909), + [sym_unary_operator] = STATE(657), + [sym_sign] = STATE(661), + [sym__primary] = STATE(1990), + [sym_name] = STATE(1991), + [sym__direct_name] = STATE(736), + [sym__identifier] = STATE(954), + [sym__external_name] = STATE(954), + [sym_external_constant_name] = STATE(929), + [sym_external_signal_name] = STATE(929), + [sym_external_variable_name] = STATE(929), + [sym__literal] = STATE(1992), + [sym_bit_string_literal] = STATE(1984), + [sym__abstract_literal] = STATE(964), + [sym_based_literal] = STATE(1073), + [sym_allocator] = STATE(1991), + [sym_parenthesis_expression] = STATE(1991), + [sym_element_association_list] = STATE(6680), + [sym_element_association] = STATE(5827), + [sym__element] = STATE(6165), + [sym_choices] = STATE(5528), + [sym__range] = STATE(5528), + [sym_simple_range] = STATE(4995), [sym__tool_directive] = STATE(181), [sym_line_comment] = STATE(181), [sym_block_comment] = STATE(181), @@ -35227,35 +35227,35 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_type] = ACTIONS(403), }, [182] = { - [sym_conditional_expression] = STATE(6025), - [sym__expression] = STATE(1102), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(1716), - [sym_unary_operator] = STATE(686), - [sym_sign] = STATE(687), - [sym__primary] = STATE(2097), - [sym_name] = STATE(2098), - [sym__direct_name] = STATE(734), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(967), - [sym_external_signal_name] = STATE(967), - [sym_external_variable_name] = STATE(967), - [sym__literal] = STATE(2099), - [sym_bit_string_literal] = STATE(2089), - [sym__abstract_literal] = STATE(997), - [sym_based_literal] = STATE(1044), - [sym_allocator] = STATE(2098), - [sym_parenthesis_expression] = STATE(2098), - [sym_element_association_list] = STATE(8080), - [sym_element_association] = STATE(5649), - [sym__element] = STATE(6052), - [sym_choices] = STATE(5482), - [sym__range] = STATE(5482), - [sym_simple_range] = STATE(5022), + [sym_conditional_expression] = STATE(6155), + [sym__expression] = STATE(1033), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(1909), + [sym_unary_operator] = STATE(657), + [sym_sign] = STATE(661), + [sym__primary] = STATE(1990), + [sym_name] = STATE(1991), + [sym__direct_name] = STATE(736), + [sym__identifier] = STATE(954), + [sym__external_name] = STATE(954), + [sym_external_constant_name] = STATE(929), + [sym_external_signal_name] = STATE(929), + [sym_external_variable_name] = STATE(929), + [sym__literal] = STATE(1992), + [sym_bit_string_literal] = STATE(1984), + [sym__abstract_literal] = STATE(964), + [sym_based_literal] = STATE(1073), + [sym_allocator] = STATE(1991), + [sym_parenthesis_expression] = STATE(1991), + [sym_element_association_list] = STATE(7441), + [sym_element_association] = STATE(5827), + [sym__element] = STATE(6165), + [sym_choices] = STATE(5528), + [sym__range] = STATE(5528), + [sym_simple_range] = STATE(4995), [sym__tool_directive] = STATE(182), [sym_line_comment] = STATE(182), [sym_block_comment] = STATE(182), @@ -35299,35 +35299,35 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_type] = ACTIONS(403), }, [183] = { - [sym_conditional_expression] = STATE(6025), - [sym__expression] = STATE(1102), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(1716), - [sym_unary_operator] = STATE(686), - [sym_sign] = STATE(687), - [sym__primary] = STATE(2097), - [sym_name] = STATE(2098), - [sym__direct_name] = STATE(734), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(967), - [sym_external_signal_name] = STATE(967), - [sym_external_variable_name] = STATE(967), - [sym__literal] = STATE(2099), - [sym_bit_string_literal] = STATE(2089), - [sym__abstract_literal] = STATE(997), - [sym_based_literal] = STATE(1044), - [sym_allocator] = STATE(2098), - [sym_parenthesis_expression] = STATE(2098), - [sym_element_association_list] = STATE(6786), - [sym_element_association] = STATE(5649), - [sym__element] = STATE(6052), - [sym_choices] = STATE(5482), - [sym__range] = STATE(5482), - [sym_simple_range] = STATE(5022), + [sym_conditional_expression] = STATE(6155), + [sym__expression] = STATE(1033), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(1909), + [sym_unary_operator] = STATE(657), + [sym_sign] = STATE(661), + [sym__primary] = STATE(1990), + [sym_name] = STATE(1991), + [sym__direct_name] = STATE(736), + [sym__identifier] = STATE(954), + [sym__external_name] = STATE(954), + [sym_external_constant_name] = STATE(929), + [sym_external_signal_name] = STATE(929), + [sym_external_variable_name] = STATE(929), + [sym__literal] = STATE(1992), + [sym_bit_string_literal] = STATE(1984), + [sym__abstract_literal] = STATE(964), + [sym_based_literal] = STATE(1073), + [sym_allocator] = STATE(1991), + [sym_parenthesis_expression] = STATE(1991), + [sym_element_association_list] = STATE(7487), + [sym_element_association] = STATE(5827), + [sym__element] = STATE(6165), + [sym_choices] = STATE(5528), + [sym__range] = STATE(5528), + [sym_simple_range] = STATE(4995), [sym__tool_directive] = STATE(183), [sym_line_comment] = STATE(183), [sym_block_comment] = STATE(183), @@ -35371,35 +35371,35 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_type] = ACTIONS(403), }, [184] = { - [sym_conditional_expression] = STATE(6025), - [sym__expression] = STATE(1102), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(1716), - [sym_unary_operator] = STATE(686), - [sym_sign] = STATE(687), - [sym__primary] = STATE(2097), - [sym_name] = STATE(2098), - [sym__direct_name] = STATE(734), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(967), - [sym_external_signal_name] = STATE(967), - [sym_external_variable_name] = STATE(967), - [sym__literal] = STATE(2099), - [sym_bit_string_literal] = STATE(2089), - [sym__abstract_literal] = STATE(997), - [sym_based_literal] = STATE(1044), - [sym_allocator] = STATE(2098), - [sym_parenthesis_expression] = STATE(2098), - [sym_element_association_list] = STATE(8137), - [sym_element_association] = STATE(5649), - [sym__element] = STATE(6052), - [sym_choices] = STATE(5482), - [sym__range] = STATE(5482), - [sym_simple_range] = STATE(5022), + [sym_conditional_expression] = STATE(6155), + [sym__expression] = STATE(1033), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(1909), + [sym_unary_operator] = STATE(657), + [sym_sign] = STATE(661), + [sym__primary] = STATE(1990), + [sym_name] = STATE(1991), + [sym__direct_name] = STATE(736), + [sym__identifier] = STATE(954), + [sym__external_name] = STATE(954), + [sym_external_constant_name] = STATE(929), + [sym_external_signal_name] = STATE(929), + [sym_external_variable_name] = STATE(929), + [sym__literal] = STATE(1992), + [sym_bit_string_literal] = STATE(1984), + [sym__abstract_literal] = STATE(964), + [sym_based_literal] = STATE(1073), + [sym_allocator] = STATE(1991), + [sym_parenthesis_expression] = STATE(1991), + [sym_element_association_list] = STATE(6693), + [sym_element_association] = STATE(5827), + [sym__element] = STATE(6165), + [sym_choices] = STATE(5528), + [sym__range] = STATE(5528), + [sym_simple_range] = STATE(4995), [sym__tool_directive] = STATE(184), [sym_line_comment] = STATE(184), [sym_block_comment] = STATE(184), @@ -35443,35 +35443,35 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_type] = ACTIONS(403), }, [185] = { - [sym_conditional_expression] = STATE(6025), - [sym__expression] = STATE(1102), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(1716), - [sym_unary_operator] = STATE(686), - [sym_sign] = STATE(687), - [sym__primary] = STATE(2097), - [sym_name] = STATE(2098), - [sym__direct_name] = STATE(734), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(967), - [sym_external_signal_name] = STATE(967), - [sym_external_variable_name] = STATE(967), - [sym__literal] = STATE(2099), - [sym_bit_string_literal] = STATE(2089), - [sym__abstract_literal] = STATE(997), - [sym_based_literal] = STATE(1044), - [sym_allocator] = STATE(2098), - [sym_parenthesis_expression] = STATE(2098), - [sym_element_association_list] = STATE(8199), - [sym_element_association] = STATE(5649), - [sym__element] = STATE(6052), - [sym_choices] = STATE(5482), - [sym__range] = STATE(5482), - [sym_simple_range] = STATE(5022), + [sym_conditional_expression] = STATE(6155), + [sym__expression] = STATE(1033), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(1909), + [sym_unary_operator] = STATE(657), + [sym_sign] = STATE(661), + [sym__primary] = STATE(1990), + [sym_name] = STATE(1991), + [sym__direct_name] = STATE(736), + [sym__identifier] = STATE(954), + [sym__external_name] = STATE(954), + [sym_external_constant_name] = STATE(929), + [sym_external_signal_name] = STATE(929), + [sym_external_variable_name] = STATE(929), + [sym__literal] = STATE(1992), + [sym_bit_string_literal] = STATE(1984), + [sym__abstract_literal] = STATE(964), + [sym_based_literal] = STATE(1073), + [sym_allocator] = STATE(1991), + [sym_parenthesis_expression] = STATE(1991), + [sym_element_association_list] = STATE(6678), + [sym_element_association] = STATE(5827), + [sym__element] = STATE(6165), + [sym_choices] = STATE(5528), + [sym__range] = STATE(5528), + [sym_simple_range] = STATE(4995), [sym__tool_directive] = STATE(185), [sym_line_comment] = STATE(185), [sym_block_comment] = STATE(185), @@ -35515,35 +35515,35 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_type] = ACTIONS(403), }, [186] = { - [sym_conditional_expression] = STATE(6025), - [sym__expression] = STATE(1102), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(1716), - [sym_unary_operator] = STATE(686), - [sym_sign] = STATE(687), - [sym__primary] = STATE(2097), - [sym_name] = STATE(2098), - [sym__direct_name] = STATE(734), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(967), - [sym_external_signal_name] = STATE(967), - [sym_external_variable_name] = STATE(967), - [sym__literal] = STATE(2099), - [sym_bit_string_literal] = STATE(2089), - [sym__abstract_literal] = STATE(997), - [sym_based_literal] = STATE(1044), - [sym_allocator] = STATE(2098), - [sym_parenthesis_expression] = STATE(2098), - [sym_element_association_list] = STATE(8284), - [sym_element_association] = STATE(5649), - [sym__element] = STATE(6052), - [sym_choices] = STATE(5482), - [sym__range] = STATE(5482), - [sym_simple_range] = STATE(5022), + [sym_conditional_expression] = STATE(6155), + [sym__expression] = STATE(1033), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(1909), + [sym_unary_operator] = STATE(657), + [sym_sign] = STATE(661), + [sym__primary] = STATE(1990), + [sym_name] = STATE(1991), + [sym__direct_name] = STATE(736), + [sym__identifier] = STATE(954), + [sym__external_name] = STATE(954), + [sym_external_constant_name] = STATE(929), + [sym_external_signal_name] = STATE(929), + [sym_external_variable_name] = STATE(929), + [sym__literal] = STATE(1992), + [sym_bit_string_literal] = STATE(1984), + [sym__abstract_literal] = STATE(964), + [sym_based_literal] = STATE(1073), + [sym_allocator] = STATE(1991), + [sym_parenthesis_expression] = STATE(1991), + [sym_element_association_list] = STATE(6628), + [sym_element_association] = STATE(5827), + [sym__element] = STATE(6165), + [sym_choices] = STATE(5528), + [sym__range] = STATE(5528), + [sym_simple_range] = STATE(4995), [sym__tool_directive] = STATE(186), [sym_line_comment] = STATE(186), [sym_block_comment] = STATE(186), @@ -35587,35 +35587,35 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_type] = ACTIONS(403), }, [187] = { - [sym_conditional_expression] = STATE(6025), - [sym__expression] = STATE(1102), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(1716), - [sym_unary_operator] = STATE(686), - [sym_sign] = STATE(687), - [sym__primary] = STATE(2097), - [sym_name] = STATE(2098), - [sym__direct_name] = STATE(734), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(967), - [sym_external_signal_name] = STATE(967), - [sym_external_variable_name] = STATE(967), - [sym__literal] = STATE(2099), - [sym_bit_string_literal] = STATE(2089), - [sym__abstract_literal] = STATE(997), - [sym_based_literal] = STATE(1044), - [sym_allocator] = STATE(2098), - [sym_parenthesis_expression] = STATE(2098), - [sym_element_association_list] = STATE(8317), - [sym_element_association] = STATE(5649), - [sym__element] = STATE(6052), - [sym_choices] = STATE(5482), - [sym__range] = STATE(5482), - [sym_simple_range] = STATE(5022), + [sym_conditional_expression] = STATE(6155), + [sym__expression] = STATE(1033), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(1909), + [sym_unary_operator] = STATE(657), + [sym_sign] = STATE(661), + [sym__primary] = STATE(1990), + [sym_name] = STATE(1991), + [sym__direct_name] = STATE(736), + [sym__identifier] = STATE(954), + [sym__external_name] = STATE(954), + [sym_external_constant_name] = STATE(929), + [sym_external_signal_name] = STATE(929), + [sym_external_variable_name] = STATE(929), + [sym__literal] = STATE(1992), + [sym_bit_string_literal] = STATE(1984), + [sym__abstract_literal] = STATE(964), + [sym_based_literal] = STATE(1073), + [sym_allocator] = STATE(1991), + [sym_parenthesis_expression] = STATE(1991), + [sym_element_association_list] = STATE(7408), + [sym_element_association] = STATE(5827), + [sym__element] = STATE(6165), + [sym_choices] = STATE(5528), + [sym__range] = STATE(5528), + [sym_simple_range] = STATE(4995), [sym__tool_directive] = STATE(187), [sym_line_comment] = STATE(187), [sym_block_comment] = STATE(187), @@ -35659,35 +35659,35 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_type] = ACTIONS(403), }, [188] = { - [sym_conditional_expression] = STATE(6025), - [sym__expression] = STATE(1102), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(1716), - [sym_unary_operator] = STATE(686), - [sym_sign] = STATE(687), - [sym__primary] = STATE(2097), - [sym_name] = STATE(2098), - [sym__direct_name] = STATE(734), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(967), - [sym_external_signal_name] = STATE(967), - [sym_external_variable_name] = STATE(967), - [sym__literal] = STATE(2099), - [sym_bit_string_literal] = STATE(2089), - [sym__abstract_literal] = STATE(997), - [sym_based_literal] = STATE(1044), - [sym_allocator] = STATE(2098), - [sym_parenthesis_expression] = STATE(2098), - [sym_element_association_list] = STATE(8336), - [sym_element_association] = STATE(5649), - [sym__element] = STATE(6052), - [sym_choices] = STATE(5482), - [sym__range] = STATE(5482), - [sym_simple_range] = STATE(5022), + [sym_conditional_expression] = STATE(6155), + [sym__expression] = STATE(1033), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(1909), + [sym_unary_operator] = STATE(657), + [sym_sign] = STATE(661), + [sym__primary] = STATE(1990), + [sym_name] = STATE(1991), + [sym__direct_name] = STATE(736), + [sym__identifier] = STATE(954), + [sym__external_name] = STATE(954), + [sym_external_constant_name] = STATE(929), + [sym_external_signal_name] = STATE(929), + [sym_external_variable_name] = STATE(929), + [sym__literal] = STATE(1992), + [sym_bit_string_literal] = STATE(1984), + [sym__abstract_literal] = STATE(964), + [sym_based_literal] = STATE(1073), + [sym_allocator] = STATE(1991), + [sym_parenthesis_expression] = STATE(1991), + [sym_element_association_list] = STATE(7491), + [sym_element_association] = STATE(5827), + [sym__element] = STATE(6165), + [sym_choices] = STATE(5528), + [sym__range] = STATE(5528), + [sym_simple_range] = STATE(4995), [sym__tool_directive] = STATE(188), [sym_line_comment] = STATE(188), [sym_block_comment] = STATE(188), @@ -35731,35 +35731,35 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_type] = ACTIONS(403), }, [189] = { - [sym_conditional_expression] = STATE(6025), - [sym__expression] = STATE(1102), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(1716), - [sym_unary_operator] = STATE(686), - [sym_sign] = STATE(687), - [sym__primary] = STATE(2097), - [sym_name] = STATE(2098), - [sym__direct_name] = STATE(734), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(967), - [sym_external_signal_name] = STATE(967), - [sym_external_variable_name] = STATE(967), - [sym__literal] = STATE(2099), - [sym_bit_string_literal] = STATE(2089), - [sym__abstract_literal] = STATE(997), - [sym_based_literal] = STATE(1044), - [sym_allocator] = STATE(2098), - [sym_parenthesis_expression] = STATE(2098), - [sym_element_association_list] = STATE(7601), - [sym_element_association] = STATE(5649), - [sym__element] = STATE(6052), - [sym_choices] = STATE(5482), - [sym__range] = STATE(5482), - [sym_simple_range] = STATE(5022), + [sym_conditional_expression] = STATE(6155), + [sym__expression] = STATE(1033), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(1909), + [sym_unary_operator] = STATE(657), + [sym_sign] = STATE(661), + [sym__primary] = STATE(1990), + [sym_name] = STATE(1991), + [sym__direct_name] = STATE(736), + [sym__identifier] = STATE(954), + [sym__external_name] = STATE(954), + [sym_external_constant_name] = STATE(929), + [sym_external_signal_name] = STATE(929), + [sym_external_variable_name] = STATE(929), + [sym__literal] = STATE(1992), + [sym_bit_string_literal] = STATE(1984), + [sym__abstract_literal] = STATE(964), + [sym_based_literal] = STATE(1073), + [sym_allocator] = STATE(1991), + [sym_parenthesis_expression] = STATE(1991), + [sym_element_association_list] = STATE(6692), + [sym_element_association] = STATE(5827), + [sym__element] = STATE(6165), + [sym_choices] = STATE(5528), + [sym__range] = STATE(5528), + [sym_simple_range] = STATE(4995), [sym__tool_directive] = STATE(189), [sym_line_comment] = STATE(189), [sym_block_comment] = STATE(189), @@ -35803,35 +35803,35 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_type] = ACTIONS(403), }, [190] = { - [sym_conditional_expression] = STATE(6025), - [sym__expression] = STATE(1102), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(1716), - [sym_unary_operator] = STATE(686), - [sym_sign] = STATE(687), - [sym__primary] = STATE(2097), - [sym_name] = STATE(2098), - [sym__direct_name] = STATE(734), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(967), - [sym_external_signal_name] = STATE(967), - [sym_external_variable_name] = STATE(967), - [sym__literal] = STATE(2099), - [sym_bit_string_literal] = STATE(2089), - [sym__abstract_literal] = STATE(997), - [sym_based_literal] = STATE(1044), - [sym_allocator] = STATE(2098), - [sym_parenthesis_expression] = STATE(2098), - [sym_element_association_list] = STATE(6627), - [sym_element_association] = STATE(5649), - [sym__element] = STATE(6052), - [sym_choices] = STATE(5482), - [sym__range] = STATE(5482), - [sym_simple_range] = STATE(5022), + [sym_conditional_expression] = STATE(6155), + [sym__expression] = STATE(1033), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(1909), + [sym_unary_operator] = STATE(657), + [sym_sign] = STATE(661), + [sym__primary] = STATE(1990), + [sym_name] = STATE(1991), + [sym__direct_name] = STATE(736), + [sym__identifier] = STATE(954), + [sym__external_name] = STATE(954), + [sym_external_constant_name] = STATE(929), + [sym_external_signal_name] = STATE(929), + [sym_external_variable_name] = STATE(929), + [sym__literal] = STATE(1992), + [sym_bit_string_literal] = STATE(1984), + [sym__abstract_literal] = STATE(964), + [sym_based_literal] = STATE(1073), + [sym_allocator] = STATE(1991), + [sym_parenthesis_expression] = STATE(1991), + [sym_element_association_list] = STATE(7529), + [sym_element_association] = STATE(5827), + [sym__element] = STATE(6165), + [sym_choices] = STATE(5528), + [sym__range] = STATE(5528), + [sym_simple_range] = STATE(4995), [sym__tool_directive] = STATE(190), [sym_line_comment] = STATE(190), [sym_block_comment] = STATE(190), @@ -35875,35 +35875,35 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_type] = ACTIONS(403), }, [191] = { - [sym_conditional_expression] = STATE(6025), - [sym__expression] = STATE(1102), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(1716), - [sym_unary_operator] = STATE(686), - [sym_sign] = STATE(687), - [sym__primary] = STATE(2097), - [sym_name] = STATE(2098), - [sym__direct_name] = STATE(734), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(967), - [sym_external_signal_name] = STATE(967), - [sym_external_variable_name] = STATE(967), - [sym__literal] = STATE(2099), - [sym_bit_string_literal] = STATE(2089), - [sym__abstract_literal] = STATE(997), - [sym_based_literal] = STATE(1044), - [sym_allocator] = STATE(2098), - [sym_parenthesis_expression] = STATE(2098), - [sym_element_association_list] = STATE(6643), - [sym_element_association] = STATE(5649), - [sym__element] = STATE(6052), - [sym_choices] = STATE(5482), - [sym__range] = STATE(5482), - [sym_simple_range] = STATE(5022), + [sym_conditional_expression] = STATE(6155), + [sym__expression] = STATE(1033), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(1909), + [sym_unary_operator] = STATE(657), + [sym_sign] = STATE(661), + [sym__primary] = STATE(1990), + [sym_name] = STATE(1991), + [sym__direct_name] = STATE(736), + [sym__identifier] = STATE(954), + [sym__external_name] = STATE(954), + [sym_external_constant_name] = STATE(929), + [sym_external_signal_name] = STATE(929), + [sym_external_variable_name] = STATE(929), + [sym__literal] = STATE(1992), + [sym_bit_string_literal] = STATE(1984), + [sym__abstract_literal] = STATE(964), + [sym_based_literal] = STATE(1073), + [sym_allocator] = STATE(1991), + [sym_parenthesis_expression] = STATE(1991), + [sym_element_association_list] = STATE(6691), + [sym_element_association] = STATE(5827), + [sym__element] = STATE(6165), + [sym_choices] = STATE(5528), + [sym__range] = STATE(5528), + [sym_simple_range] = STATE(4995), [sym__tool_directive] = STATE(191), [sym_line_comment] = STATE(191), [sym_block_comment] = STATE(191), @@ -35947,35 +35947,35 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_type] = ACTIONS(403), }, [192] = { - [sym_conditional_expression] = STATE(6025), - [sym__expression] = STATE(1102), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(1716), - [sym_unary_operator] = STATE(686), - [sym_sign] = STATE(687), - [sym__primary] = STATE(2097), - [sym_name] = STATE(2098), - [sym__direct_name] = STATE(734), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(967), - [sym_external_signal_name] = STATE(967), - [sym_external_variable_name] = STATE(967), - [sym__literal] = STATE(2099), - [sym_bit_string_literal] = STATE(2089), - [sym__abstract_literal] = STATE(997), - [sym_based_literal] = STATE(1044), - [sym_allocator] = STATE(2098), - [sym_parenthesis_expression] = STATE(2098), - [sym_element_association_list] = STATE(6653), - [sym_element_association] = STATE(5649), - [sym__element] = STATE(6052), - [sym_choices] = STATE(5482), - [sym__range] = STATE(5482), - [sym_simple_range] = STATE(5022), + [sym_conditional_expression] = STATE(6155), + [sym__expression] = STATE(1033), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(1909), + [sym_unary_operator] = STATE(657), + [sym_sign] = STATE(661), + [sym__primary] = STATE(1990), + [sym_name] = STATE(1991), + [sym__direct_name] = STATE(736), + [sym__identifier] = STATE(954), + [sym__external_name] = STATE(954), + [sym_external_constant_name] = STATE(929), + [sym_external_signal_name] = STATE(929), + [sym_external_variable_name] = STATE(929), + [sym__literal] = STATE(1992), + [sym_bit_string_literal] = STATE(1984), + [sym__abstract_literal] = STATE(964), + [sym_based_literal] = STATE(1073), + [sym_allocator] = STATE(1991), + [sym_parenthesis_expression] = STATE(1991), + [sym_element_association_list] = STATE(6690), + [sym_element_association] = STATE(5827), + [sym__element] = STATE(6165), + [sym_choices] = STATE(5528), + [sym__range] = STATE(5528), + [sym_simple_range] = STATE(4995), [sym__tool_directive] = STATE(192), [sym_line_comment] = STATE(192), [sym_block_comment] = STATE(192), @@ -36019,35 +36019,35 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_type] = ACTIONS(403), }, [193] = { - [sym_conditional_expression] = STATE(6025), - [sym__expression] = STATE(1102), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(1716), - [sym_unary_operator] = STATE(686), - [sym_sign] = STATE(687), - [sym__primary] = STATE(2097), - [sym_name] = STATE(2098), - [sym__direct_name] = STATE(734), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(967), - [sym_external_signal_name] = STATE(967), - [sym_external_variable_name] = STATE(967), - [sym__literal] = STATE(2099), - [sym_bit_string_literal] = STATE(2089), - [sym__abstract_literal] = STATE(997), - [sym_based_literal] = STATE(1044), - [sym_allocator] = STATE(2098), - [sym_parenthesis_expression] = STATE(2098), - [sym_element_association_list] = STATE(6662), - [sym_element_association] = STATE(5649), - [sym__element] = STATE(6052), - [sym_choices] = STATE(5482), - [sym__range] = STATE(5482), - [sym_simple_range] = STATE(5022), + [sym_conditional_expression] = STATE(6155), + [sym__expression] = STATE(1033), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(1909), + [sym_unary_operator] = STATE(657), + [sym_sign] = STATE(661), + [sym__primary] = STATE(1990), + [sym_name] = STATE(1991), + [sym__direct_name] = STATE(736), + [sym__identifier] = STATE(954), + [sym__external_name] = STATE(954), + [sym_external_constant_name] = STATE(929), + [sym_external_signal_name] = STATE(929), + [sym_external_variable_name] = STATE(929), + [sym__literal] = STATE(1992), + [sym_bit_string_literal] = STATE(1984), + [sym__abstract_literal] = STATE(964), + [sym_based_literal] = STATE(1073), + [sym_allocator] = STATE(1991), + [sym_parenthesis_expression] = STATE(1991), + [sym_element_association_list] = STATE(7474), + [sym_element_association] = STATE(5827), + [sym__element] = STATE(6165), + [sym_choices] = STATE(5528), + [sym__range] = STATE(5528), + [sym_simple_range] = STATE(4995), [sym__tool_directive] = STATE(193), [sym_line_comment] = STATE(193), [sym_block_comment] = STATE(193), @@ -36091,35 +36091,35 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_type] = ACTIONS(403), }, [194] = { - [sym_conditional_expression] = STATE(6025), - [sym__expression] = STATE(1102), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(1716), - [sym_unary_operator] = STATE(686), - [sym_sign] = STATE(687), - [sym__primary] = STATE(2097), - [sym_name] = STATE(2098), - [sym__direct_name] = STATE(734), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(967), - [sym_external_signal_name] = STATE(967), - [sym_external_variable_name] = STATE(967), - [sym__literal] = STATE(2099), - [sym_bit_string_literal] = STATE(2089), - [sym__abstract_literal] = STATE(997), - [sym_based_literal] = STATE(1044), - [sym_allocator] = STATE(2098), - [sym_parenthesis_expression] = STATE(2098), - [sym_element_association_list] = STATE(6666), - [sym_element_association] = STATE(5649), - [sym__element] = STATE(6052), - [sym_choices] = STATE(5482), - [sym__range] = STATE(5482), - [sym_simple_range] = STATE(5022), + [sym_conditional_expression] = STATE(6155), + [sym__expression] = STATE(1033), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(1909), + [sym_unary_operator] = STATE(657), + [sym_sign] = STATE(661), + [sym__primary] = STATE(1990), + [sym_name] = STATE(1991), + [sym__direct_name] = STATE(736), + [sym__identifier] = STATE(954), + [sym__external_name] = STATE(954), + [sym_external_constant_name] = STATE(929), + [sym_external_signal_name] = STATE(929), + [sym_external_variable_name] = STATE(929), + [sym__literal] = STATE(1992), + [sym_bit_string_literal] = STATE(1984), + [sym__abstract_literal] = STATE(964), + [sym_based_literal] = STATE(1073), + [sym_allocator] = STATE(1991), + [sym_parenthesis_expression] = STATE(1991), + [sym_element_association_list] = STATE(6689), + [sym_element_association] = STATE(5827), + [sym__element] = STATE(6165), + [sym_choices] = STATE(5528), + [sym__range] = STATE(5528), + [sym_simple_range] = STATE(4995), [sym__tool_directive] = STATE(194), [sym_line_comment] = STATE(194), [sym_block_comment] = STATE(194), @@ -36163,35 +36163,35 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_type] = ACTIONS(403), }, [195] = { - [sym_conditional_expression] = STATE(6025), - [sym__expression] = STATE(1102), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(1716), - [sym_unary_operator] = STATE(686), - [sym_sign] = STATE(687), - [sym__primary] = STATE(2097), - [sym_name] = STATE(2098), - [sym__direct_name] = STATE(734), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(967), - [sym_external_signal_name] = STATE(967), - [sym_external_variable_name] = STATE(967), - [sym__literal] = STATE(2099), - [sym_bit_string_literal] = STATE(2089), - [sym__abstract_literal] = STATE(997), - [sym_based_literal] = STATE(1044), - [sym_allocator] = STATE(2098), - [sym_parenthesis_expression] = STATE(2098), - [sym_element_association_list] = STATE(6670), - [sym_element_association] = STATE(5649), - [sym__element] = STATE(6052), - [sym_choices] = STATE(5482), - [sym__range] = STATE(5482), - [sym_simple_range] = STATE(5022), + [sym_conditional_expression] = STATE(6155), + [sym__expression] = STATE(1033), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(1909), + [sym_unary_operator] = STATE(657), + [sym_sign] = STATE(661), + [sym__primary] = STATE(1990), + [sym_name] = STATE(1991), + [sym__direct_name] = STATE(736), + [sym__identifier] = STATE(954), + [sym__external_name] = STATE(954), + [sym_external_constant_name] = STATE(929), + [sym_external_signal_name] = STATE(929), + [sym_external_variable_name] = STATE(929), + [sym__literal] = STATE(1992), + [sym_bit_string_literal] = STATE(1984), + [sym__abstract_literal] = STATE(964), + [sym_based_literal] = STATE(1073), + [sym_allocator] = STATE(1991), + [sym_parenthesis_expression] = STATE(1991), + [sym_element_association_list] = STATE(7660), + [sym_element_association] = STATE(5827), + [sym__element] = STATE(6165), + [sym_choices] = STATE(5528), + [sym__range] = STATE(5528), + [sym_simple_range] = STATE(4995), [sym__tool_directive] = STATE(195), [sym_line_comment] = STATE(195), [sym_block_comment] = STATE(195), @@ -36235,38 +36235,110 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_type] = ACTIONS(403), }, [196] = { - [sym_conditional_expression] = STATE(6025), - [sym__expression] = STATE(1102), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(1716), - [sym_unary_operator] = STATE(686), - [sym_sign] = STATE(687), - [sym__primary] = STATE(2097), - [sym_name] = STATE(2098), - [sym__direct_name] = STATE(734), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(967), - [sym_external_signal_name] = STATE(967), - [sym_external_variable_name] = STATE(967), - [sym__literal] = STATE(2099), - [sym_bit_string_literal] = STATE(2089), - [sym__abstract_literal] = STATE(997), - [sym_based_literal] = STATE(1044), - [sym_allocator] = STATE(2098), - [sym_parenthesis_expression] = STATE(2098), - [sym_element_association_list] = STATE(6674), - [sym_element_association] = STATE(5649), - [sym__element] = STATE(6052), - [sym_choices] = STATE(5482), - [sym__range] = STATE(5482), - [sym_simple_range] = STATE(5022), + [sym__expression] = STATE(1550), + [sym_condition_expression] = STATE(2503), + [sym_logical_expression] = STATE(2503), + [sym_relational_expression] = STATE(2503), + [sym_shift_expression] = STATE(2503), + [sym_simple_expression] = STATE(2503), + [sym_unary_operator] = STATE(699), + [sym_sign] = STATE(700), + [sym__primary] = STATE(2502), + [sym_name] = STATE(2501), + [sym__direct_name] = STATE(764), + [sym__identifier] = STATE(1352), + [sym__external_name] = STATE(1352), + [sym_external_constant_name] = STATE(1351), + [sym_external_signal_name] = STATE(1351), + [sym_external_variable_name] = STATE(1351), + [sym__literal] = STATE(2500), + [sym_bit_string_literal] = STATE(2505), + [sym__abstract_literal] = STATE(1399), + [sym_based_literal] = STATE(1466), + [sym_allocator] = STATE(2501), + [sym_parenthesis_expression] = STATE(2501), [sym__tool_directive] = STATE(196), + [sym_waveform] = STATE(5948), + [sym_waveform_element] = STATE(5497), + [sym_conditional_waveforms] = STATE(7533), + [sym_delay_mechanism] = STATE(339), [sym_line_comment] = STATE(196), [sym_block_comment] = STATE(196), + [anon_sym_LPAREN] = ACTIONS(415), + [sym_condition_conversion] = ACTIONS(417), + [anon_sym_PLUS] = ACTIONS(267), + [anon_sym_DASH] = ACTIONS(267), + [anon_sym_LT_LT] = ACTIONS(419), + [sym_identifier] = ACTIONS(421), + [sym_ABS] = ACTIONS(273), + [sym_AND] = ACTIONS(273), + [sym_INERTIAL] = ACTIONS(425), + [sym_NAND] = ACTIONS(273), + [sym_NEW] = ACTIONS(427), + [sym_NOR] = ACTIONS(273), + [sym_NOT] = ACTIONS(273), + [sym_NULL] = ACTIONS(429), + [sym_OR] = ACTIONS(273), + [sym_REJECT] = ACTIONS(431), + [sym_TRANSPORT] = ACTIONS(425), + [sym_UNAFFECTED] = ACTIONS(435), + [sym_XNOR] = ACTIONS(273), + [sym_XOR] = ACTIONS(273), + [sym__grave_accent] = ACTIONS(3), + [sym_decimal_integer] = ACTIONS(437), + [sym_decimal_float] = ACTIONS(437), + [sym_based_base] = ACTIONS(439), + [sym_character_literal] = ACTIONS(441), + [sym_string_literal] = ACTIONS(429), + [sym_string_literal_std_logic] = ACTIONS(429), + [sym_bit_string_length] = ACTIONS(443), + [sym_bit_string_base] = ACTIONS(445), + [sym_operator_symbol] = ACTIONS(441), + [sym__line_comment_start] = ACTIONS(5), + [sym__block_comment_start] = ACTIONS(7), + [sym_library_constant] = ACTIONS(421), + [sym_library_constant_boolean] = ACTIONS(429), + [sym_library_constant_character] = ACTIONS(429), + [sym_library_constant_debug] = ACTIONS(429), + [sym_library_constant_env] = ACTIONS(429), + [sym_library_constant_standard] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(441), + [sym_library_function] = ACTIONS(421), + [sym_library_type] = ACTIONS(421), + }, + [197] = { + [sym_conditional_expression] = STATE(6155), + [sym__expression] = STATE(1033), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(1909), + [sym_unary_operator] = STATE(657), + [sym_sign] = STATE(661), + [sym__primary] = STATE(1990), + [sym_name] = STATE(1991), + [sym__direct_name] = STATE(736), + [sym__identifier] = STATE(954), + [sym__external_name] = STATE(954), + [sym_external_constant_name] = STATE(929), + [sym_external_signal_name] = STATE(929), + [sym_external_variable_name] = STATE(929), + [sym__literal] = STATE(1992), + [sym_bit_string_literal] = STATE(1984), + [sym__abstract_literal] = STATE(964), + [sym_based_literal] = STATE(1073), + [sym_allocator] = STATE(1991), + [sym_parenthesis_expression] = STATE(1991), + [sym_element_association_list] = STATE(7689), + [sym_element_association] = STATE(5827), + [sym__element] = STATE(6165), + [sym_choices] = STATE(5528), + [sym__range] = STATE(5528), + [sym_simple_range] = STATE(4995), + [sym__tool_directive] = STATE(197), + [sym_line_comment] = STATE(197), + [sym_block_comment] = STATE(197), [anon_sym_LPAREN] = ACTIONS(263), [sym_condition_conversion] = ACTIONS(265), [anon_sym_PLUS] = ACTIONS(267), @@ -36306,39 +36378,39 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_function] = ACTIONS(403), [sym_library_type] = ACTIONS(403), }, - [197] = { - [sym_conditional_expression] = STATE(6025), - [sym__expression] = STATE(1102), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(1716), - [sym_unary_operator] = STATE(686), - [sym_sign] = STATE(687), - [sym__primary] = STATE(2097), - [sym_name] = STATE(2098), - [sym__direct_name] = STATE(734), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(967), - [sym_external_signal_name] = STATE(967), - [sym_external_variable_name] = STATE(967), - [sym__literal] = STATE(2099), - [sym_bit_string_literal] = STATE(2089), - [sym__abstract_literal] = STATE(997), - [sym_based_literal] = STATE(1044), - [sym_allocator] = STATE(2098), - [sym_parenthesis_expression] = STATE(2098), - [sym_element_association_list] = STATE(6675), - [sym_element_association] = STATE(5649), - [sym__element] = STATE(6052), - [sym_choices] = STATE(5482), - [sym__range] = STATE(5482), - [sym_simple_range] = STATE(5022), - [sym__tool_directive] = STATE(197), - [sym_line_comment] = STATE(197), - [sym_block_comment] = STATE(197), + [198] = { + [sym_conditional_expression] = STATE(6155), + [sym__expression] = STATE(1033), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(1909), + [sym_unary_operator] = STATE(657), + [sym_sign] = STATE(661), + [sym__primary] = STATE(1990), + [sym_name] = STATE(1991), + [sym__direct_name] = STATE(736), + [sym__identifier] = STATE(954), + [sym__external_name] = STATE(954), + [sym_external_constant_name] = STATE(929), + [sym_external_signal_name] = STATE(929), + [sym_external_variable_name] = STATE(929), + [sym__literal] = STATE(1992), + [sym_bit_string_literal] = STATE(1984), + [sym__abstract_literal] = STATE(964), + [sym_based_literal] = STATE(1073), + [sym_allocator] = STATE(1991), + [sym_parenthesis_expression] = STATE(1991), + [sym_element_association_list] = STATE(6687), + [sym_element_association] = STATE(5827), + [sym__element] = STATE(6165), + [sym_choices] = STATE(5528), + [sym__range] = STATE(5528), + [sym_simple_range] = STATE(4995), + [sym__tool_directive] = STATE(198), + [sym_line_comment] = STATE(198), + [sym_block_comment] = STATE(198), [anon_sym_LPAREN] = ACTIONS(263), [sym_condition_conversion] = ACTIONS(265), [anon_sym_PLUS] = ACTIONS(267), @@ -36378,39 +36450,111 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_function] = ACTIONS(403), [sym_library_type] = ACTIONS(403), }, - [198] = { - [sym_conditional_expression] = STATE(6025), - [sym__expression] = STATE(1102), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(1716), - [sym_unary_operator] = STATE(686), - [sym_sign] = STATE(687), - [sym__primary] = STATE(2097), - [sym_name] = STATE(2098), - [sym__direct_name] = STATE(734), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(967), - [sym_external_signal_name] = STATE(967), - [sym_external_variable_name] = STATE(967), - [sym__literal] = STATE(2099), - [sym_bit_string_literal] = STATE(2089), - [sym__abstract_literal] = STATE(997), - [sym_based_literal] = STATE(1044), - [sym_allocator] = STATE(2098), - [sym_parenthesis_expression] = STATE(2098), - [sym_element_association_list] = STATE(6677), - [sym_element_association] = STATE(5649), - [sym__element] = STATE(6052), - [sym_choices] = STATE(5482), - [sym__range] = STATE(5482), - [sym_simple_range] = STATE(5022), - [sym__tool_directive] = STATE(198), - [sym_line_comment] = STATE(198), - [sym_block_comment] = STATE(198), + [199] = { + [sym__expression] = STATE(1550), + [sym_condition_expression] = STATE(2503), + [sym_logical_expression] = STATE(2503), + [sym_relational_expression] = STATE(2503), + [sym_shift_expression] = STATE(2503), + [sym_simple_expression] = STATE(2503), + [sym_unary_operator] = STATE(699), + [sym_sign] = STATE(700), + [sym__primary] = STATE(2502), + [sym_name] = STATE(2501), + [sym__direct_name] = STATE(764), + [sym__identifier] = STATE(1352), + [sym__external_name] = STATE(1352), + [sym_external_constant_name] = STATE(1351), + [sym_external_signal_name] = STATE(1351), + [sym_external_variable_name] = STATE(1351), + [sym__literal] = STATE(2500), + [sym_bit_string_literal] = STATE(2505), + [sym__abstract_literal] = STATE(1399), + [sym_based_literal] = STATE(1466), + [sym_allocator] = STATE(2501), + [sym_parenthesis_expression] = STATE(2501), + [sym__tool_directive] = STATE(199), + [sym_waveform] = STATE(5987), + [sym_waveform_element] = STATE(5497), + [sym_conditional_waveforms] = STATE(7668), + [sym_delay_mechanism] = STATE(337), + [sym_line_comment] = STATE(199), + [sym_block_comment] = STATE(199), + [anon_sym_LPAREN] = ACTIONS(415), + [sym_condition_conversion] = ACTIONS(417), + [anon_sym_PLUS] = ACTIONS(267), + [anon_sym_DASH] = ACTIONS(267), + [anon_sym_LT_LT] = ACTIONS(419), + [sym_identifier] = ACTIONS(421), + [sym_ABS] = ACTIONS(273), + [sym_AND] = ACTIONS(273), + [sym_INERTIAL] = ACTIONS(425), + [sym_NAND] = ACTIONS(273), + [sym_NEW] = ACTIONS(427), + [sym_NOR] = ACTIONS(273), + [sym_NOT] = ACTIONS(273), + [sym_NULL] = ACTIONS(429), + [sym_OR] = ACTIONS(273), + [sym_REJECT] = ACTIONS(431), + [sym_TRANSPORT] = ACTIONS(425), + [sym_UNAFFECTED] = ACTIONS(435), + [sym_XNOR] = ACTIONS(273), + [sym_XOR] = ACTIONS(273), + [sym__grave_accent] = ACTIONS(3), + [sym_decimal_integer] = ACTIONS(437), + [sym_decimal_float] = ACTIONS(437), + [sym_based_base] = ACTIONS(439), + [sym_character_literal] = ACTIONS(441), + [sym_string_literal] = ACTIONS(429), + [sym_string_literal_std_logic] = ACTIONS(429), + [sym_bit_string_length] = ACTIONS(443), + [sym_bit_string_base] = ACTIONS(445), + [sym_operator_symbol] = ACTIONS(441), + [sym__line_comment_start] = ACTIONS(5), + [sym__block_comment_start] = ACTIONS(7), + [sym_library_constant] = ACTIONS(421), + [sym_library_constant_boolean] = ACTIONS(429), + [sym_library_constant_character] = ACTIONS(429), + [sym_library_constant_debug] = ACTIONS(429), + [sym_library_constant_env] = ACTIONS(429), + [sym_library_constant_standard] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(441), + [sym_library_function] = ACTIONS(421), + [sym_library_type] = ACTIONS(421), + }, + [200] = { + [sym_conditional_expression] = STATE(6155), + [sym__expression] = STATE(1033), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(1909), + [sym_unary_operator] = STATE(657), + [sym_sign] = STATE(661), + [sym__primary] = STATE(1990), + [sym_name] = STATE(1991), + [sym__direct_name] = STATE(736), + [sym__identifier] = STATE(954), + [sym__external_name] = STATE(954), + [sym_external_constant_name] = STATE(929), + [sym_external_signal_name] = STATE(929), + [sym_external_variable_name] = STATE(929), + [sym__literal] = STATE(1992), + [sym_bit_string_literal] = STATE(1984), + [sym__abstract_literal] = STATE(964), + [sym_based_literal] = STATE(1073), + [sym_allocator] = STATE(1991), + [sym_parenthesis_expression] = STATE(1991), + [sym_element_association_list] = STATE(6686), + [sym_element_association] = STATE(5827), + [sym__element] = STATE(6165), + [sym_choices] = STATE(5528), + [sym__range] = STATE(5528), + [sym_simple_range] = STATE(4995), + [sym__tool_directive] = STATE(200), + [sym_line_comment] = STATE(200), + [sym_block_comment] = STATE(200), [anon_sym_LPAREN] = ACTIONS(263), [sym_condition_conversion] = ACTIONS(265), [anon_sym_PLUS] = ACTIONS(267), @@ -36450,39 +36594,39 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_function] = ACTIONS(403), [sym_library_type] = ACTIONS(403), }, - [199] = { - [sym_conditional_expression] = STATE(6025), - [sym__expression] = STATE(1102), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(1716), - [sym_unary_operator] = STATE(686), - [sym_sign] = STATE(687), - [sym__primary] = STATE(2097), - [sym_name] = STATE(2098), - [sym__direct_name] = STATE(734), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(967), - [sym_external_signal_name] = STATE(967), - [sym_external_variable_name] = STATE(967), - [sym__literal] = STATE(2099), - [sym_bit_string_literal] = STATE(2089), - [sym__abstract_literal] = STATE(997), - [sym_based_literal] = STATE(1044), - [sym_allocator] = STATE(2098), - [sym_parenthesis_expression] = STATE(2098), - [sym_element_association_list] = STATE(6678), - [sym_element_association] = STATE(5649), - [sym__element] = STATE(6052), - [sym_choices] = STATE(5482), - [sym__range] = STATE(5482), - [sym_simple_range] = STATE(5022), - [sym__tool_directive] = STATE(199), - [sym_line_comment] = STATE(199), - [sym_block_comment] = STATE(199), + [201] = { + [sym_conditional_expression] = STATE(6155), + [sym__expression] = STATE(1033), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(1909), + [sym_unary_operator] = STATE(657), + [sym_sign] = STATE(661), + [sym__primary] = STATE(1990), + [sym_name] = STATE(1991), + [sym__direct_name] = STATE(736), + [sym__identifier] = STATE(954), + [sym__external_name] = STATE(954), + [sym_external_constant_name] = STATE(929), + [sym_external_signal_name] = STATE(929), + [sym_external_variable_name] = STATE(929), + [sym__literal] = STATE(1992), + [sym_bit_string_literal] = STATE(1984), + [sym__abstract_literal] = STATE(964), + [sym_based_literal] = STATE(1073), + [sym_allocator] = STATE(1991), + [sym_parenthesis_expression] = STATE(1991), + [sym_element_association_list] = STATE(6644), + [sym_element_association] = STATE(5827), + [sym__element] = STATE(6165), + [sym_choices] = STATE(5528), + [sym__range] = STATE(5528), + [sym_simple_range] = STATE(4995), + [sym__tool_directive] = STATE(201), + [sym_line_comment] = STATE(201), + [sym_block_comment] = STATE(201), [anon_sym_LPAREN] = ACTIONS(263), [sym_condition_conversion] = ACTIONS(265), [anon_sym_PLUS] = ACTIONS(267), @@ -36522,39 +36666,39 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_function] = ACTIONS(403), [sym_library_type] = ACTIONS(403), }, - [200] = { - [sym_conditional_expression] = STATE(6025), - [sym__expression] = STATE(1102), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(1716), - [sym_unary_operator] = STATE(686), - [sym_sign] = STATE(687), - [sym__primary] = STATE(2097), - [sym_name] = STATE(2098), - [sym__direct_name] = STATE(734), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(967), - [sym_external_signal_name] = STATE(967), - [sym_external_variable_name] = STATE(967), - [sym__literal] = STATE(2099), - [sym_bit_string_literal] = STATE(2089), - [sym__abstract_literal] = STATE(997), - [sym_based_literal] = STATE(1044), - [sym_allocator] = STATE(2098), - [sym_parenthesis_expression] = STATE(2098), - [sym_element_association_list] = STATE(6679), - [sym_element_association] = STATE(5649), - [sym__element] = STATE(6052), - [sym_choices] = STATE(5482), - [sym__range] = STATE(5482), - [sym_simple_range] = STATE(5022), - [sym__tool_directive] = STATE(200), - [sym_line_comment] = STATE(200), - [sym_block_comment] = STATE(200), + [202] = { + [sym_conditional_expression] = STATE(6155), + [sym__expression] = STATE(1033), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(1909), + [sym_unary_operator] = STATE(657), + [sym_sign] = STATE(661), + [sym__primary] = STATE(1990), + [sym_name] = STATE(1991), + [sym__direct_name] = STATE(736), + [sym__identifier] = STATE(954), + [sym__external_name] = STATE(954), + [sym_external_constant_name] = STATE(929), + [sym_external_signal_name] = STATE(929), + [sym_external_variable_name] = STATE(929), + [sym__literal] = STATE(1992), + [sym_bit_string_literal] = STATE(1984), + [sym__abstract_literal] = STATE(964), + [sym_based_literal] = STATE(1073), + [sym_allocator] = STATE(1991), + [sym_parenthesis_expression] = STATE(1991), + [sym_element_association_list] = STATE(6685), + [sym_element_association] = STATE(5827), + [sym__element] = STATE(6165), + [sym_choices] = STATE(5528), + [sym__range] = STATE(5528), + [sym_simple_range] = STATE(4995), + [sym__tool_directive] = STATE(202), + [sym_line_comment] = STATE(202), + [sym_block_comment] = STATE(202), [anon_sym_LPAREN] = ACTIONS(263), [sym_condition_conversion] = ACTIONS(265), [anon_sym_PLUS] = ACTIONS(267), @@ -36594,39 +36738,39 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_function] = ACTIONS(403), [sym_library_type] = ACTIONS(403), }, - [201] = { - [sym_conditional_expression] = STATE(6025), - [sym__expression] = STATE(1102), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(1716), - [sym_unary_operator] = STATE(686), - [sym_sign] = STATE(687), - [sym__primary] = STATE(2097), - [sym_name] = STATE(2098), - [sym__direct_name] = STATE(734), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(967), - [sym_external_signal_name] = STATE(967), - [sym_external_variable_name] = STATE(967), - [sym__literal] = STATE(2099), - [sym_bit_string_literal] = STATE(2089), - [sym__abstract_literal] = STATE(997), - [sym_based_literal] = STATE(1044), - [sym_allocator] = STATE(2098), - [sym_parenthesis_expression] = STATE(2098), - [sym_element_association_list] = STATE(6680), - [sym_element_association] = STATE(5649), - [sym__element] = STATE(6052), - [sym_choices] = STATE(5482), - [sym__range] = STATE(5482), - [sym_simple_range] = STATE(5022), - [sym__tool_directive] = STATE(201), - [sym_line_comment] = STATE(201), - [sym_block_comment] = STATE(201), + [203] = { + [sym_conditional_expression] = STATE(6155), + [sym__expression] = STATE(1033), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(1909), + [sym_unary_operator] = STATE(657), + [sym_sign] = STATE(661), + [sym__primary] = STATE(1990), + [sym_name] = STATE(1991), + [sym__direct_name] = STATE(736), + [sym__identifier] = STATE(954), + [sym__external_name] = STATE(954), + [sym_external_constant_name] = STATE(929), + [sym_external_signal_name] = STATE(929), + [sym_external_variable_name] = STATE(929), + [sym__literal] = STATE(1992), + [sym_bit_string_literal] = STATE(1984), + [sym__abstract_literal] = STATE(964), + [sym_based_literal] = STATE(1073), + [sym_allocator] = STATE(1991), + [sym_parenthesis_expression] = STATE(1991), + [sym_element_association_list] = STATE(6684), + [sym_element_association] = STATE(5827), + [sym__element] = STATE(6165), + [sym_choices] = STATE(5528), + [sym__range] = STATE(5528), + [sym_simple_range] = STATE(4995), + [sym__tool_directive] = STATE(203), + [sym_line_comment] = STATE(203), + [sym_block_comment] = STATE(203), [anon_sym_LPAREN] = ACTIONS(263), [sym_condition_conversion] = ACTIONS(265), [anon_sym_PLUS] = ACTIONS(267), @@ -36666,39 +36810,39 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_function] = ACTIONS(403), [sym_library_type] = ACTIONS(403), }, - [202] = { - [sym_conditional_expression] = STATE(6025), - [sym__expression] = STATE(1102), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(1716), - [sym_unary_operator] = STATE(686), - [sym_sign] = STATE(687), - [sym__primary] = STATE(2097), - [sym_name] = STATE(2098), - [sym__direct_name] = STATE(734), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(967), - [sym_external_signal_name] = STATE(967), - [sym_external_variable_name] = STATE(967), - [sym__literal] = STATE(2099), - [sym_bit_string_literal] = STATE(2089), - [sym__abstract_literal] = STATE(997), - [sym_based_literal] = STATE(1044), - [sym_allocator] = STATE(2098), - [sym_parenthesis_expression] = STATE(2098), - [sym_element_association_list] = STATE(6681), - [sym_element_association] = STATE(5649), - [sym__element] = STATE(6052), - [sym_choices] = STATE(5482), - [sym__range] = STATE(5482), - [sym_simple_range] = STATE(5022), - [sym__tool_directive] = STATE(202), - [sym_line_comment] = STATE(202), - [sym_block_comment] = STATE(202), + [204] = { + [sym_conditional_expression] = STATE(6155), + [sym__expression] = STATE(1033), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(1909), + [sym_unary_operator] = STATE(657), + [sym_sign] = STATE(661), + [sym__primary] = STATE(1990), + [sym_name] = STATE(1991), + [sym__direct_name] = STATE(736), + [sym__identifier] = STATE(954), + [sym__external_name] = STATE(954), + [sym_external_constant_name] = STATE(929), + [sym_external_signal_name] = STATE(929), + [sym_external_variable_name] = STATE(929), + [sym__literal] = STATE(1992), + [sym_bit_string_literal] = STATE(1984), + [sym__abstract_literal] = STATE(964), + [sym_based_literal] = STATE(1073), + [sym_allocator] = STATE(1991), + [sym_parenthesis_expression] = STATE(1991), + [sym_element_association_list] = STATE(7746), + [sym_element_association] = STATE(5827), + [sym__element] = STATE(6165), + [sym_choices] = STATE(5528), + [sym__range] = STATE(5528), + [sym_simple_range] = STATE(4995), + [sym__tool_directive] = STATE(204), + [sym_line_comment] = STATE(204), + [sym_block_comment] = STATE(204), [anon_sym_LPAREN] = ACTIONS(263), [sym_condition_conversion] = ACTIONS(265), [anon_sym_PLUS] = ACTIONS(267), @@ -36738,39 +36882,39 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_function] = ACTIONS(403), [sym_library_type] = ACTIONS(403), }, - [203] = { - [sym_conditional_expression] = STATE(6025), - [sym__expression] = STATE(1102), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(1716), - [sym_unary_operator] = STATE(686), - [sym_sign] = STATE(687), - [sym__primary] = STATE(2097), - [sym_name] = STATE(2098), - [sym__direct_name] = STATE(734), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(967), - [sym_external_signal_name] = STATE(967), - [sym_external_variable_name] = STATE(967), - [sym__literal] = STATE(2099), - [sym_bit_string_literal] = STATE(2089), - [sym__abstract_literal] = STATE(997), - [sym_based_literal] = STATE(1044), - [sym_allocator] = STATE(2098), - [sym_parenthesis_expression] = STATE(2098), - [sym_element_association_list] = STATE(6682), - [sym_element_association] = STATE(5649), - [sym__element] = STATE(6052), - [sym_choices] = STATE(5482), - [sym__range] = STATE(5482), - [sym_simple_range] = STATE(5022), - [sym__tool_directive] = STATE(203), - [sym_line_comment] = STATE(203), - [sym_block_comment] = STATE(203), + [205] = { + [sym_conditional_expression] = STATE(6155), + [sym__expression] = STATE(1033), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(1909), + [sym_unary_operator] = STATE(657), + [sym_sign] = STATE(661), + [sym__primary] = STATE(1990), + [sym_name] = STATE(1991), + [sym__direct_name] = STATE(736), + [sym__identifier] = STATE(954), + [sym__external_name] = STATE(954), + [sym_external_constant_name] = STATE(929), + [sym_external_signal_name] = STATE(929), + [sym_external_variable_name] = STATE(929), + [sym__literal] = STATE(1992), + [sym_bit_string_literal] = STATE(1984), + [sym__abstract_literal] = STATE(964), + [sym_based_literal] = STATE(1073), + [sym_allocator] = STATE(1991), + [sym_parenthesis_expression] = STATE(1991), + [sym_element_association_list] = STATE(7053), + [sym_element_association] = STATE(5827), + [sym__element] = STATE(6165), + [sym_choices] = STATE(5528), + [sym__range] = STATE(5528), + [sym_simple_range] = STATE(4995), + [sym__tool_directive] = STATE(205), + [sym_line_comment] = STATE(205), + [sym_block_comment] = STATE(205), [anon_sym_LPAREN] = ACTIONS(263), [sym_condition_conversion] = ACTIONS(265), [anon_sym_PLUS] = ACTIONS(267), @@ -36810,39 +36954,39 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_function] = ACTIONS(403), [sym_library_type] = ACTIONS(403), }, - [204] = { - [sym_conditional_expression] = STATE(6025), - [sym__expression] = STATE(1102), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(1716), - [sym_unary_operator] = STATE(686), - [sym_sign] = STATE(687), - [sym__primary] = STATE(2097), - [sym_name] = STATE(2098), - [sym__direct_name] = STATE(734), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(967), - [sym_external_signal_name] = STATE(967), - [sym_external_variable_name] = STATE(967), - [sym__literal] = STATE(2099), - [sym_bit_string_literal] = STATE(2089), - [sym__abstract_literal] = STATE(997), - [sym_based_literal] = STATE(1044), - [sym_allocator] = STATE(2098), - [sym_parenthesis_expression] = STATE(2098), - [sym_element_association_list] = STATE(6683), - [sym_element_association] = STATE(5649), - [sym__element] = STATE(6052), - [sym_choices] = STATE(5482), - [sym__range] = STATE(5482), - [sym_simple_range] = STATE(5022), - [sym__tool_directive] = STATE(204), - [sym_line_comment] = STATE(204), - [sym_block_comment] = STATE(204), + [206] = { + [sym_conditional_expression] = STATE(6155), + [sym__expression] = STATE(1033), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(1909), + [sym_unary_operator] = STATE(657), + [sym_sign] = STATE(661), + [sym__primary] = STATE(1990), + [sym_name] = STATE(1991), + [sym__direct_name] = STATE(736), + [sym__identifier] = STATE(954), + [sym__external_name] = STATE(954), + [sym_external_constant_name] = STATE(929), + [sym_external_signal_name] = STATE(929), + [sym_external_variable_name] = STATE(929), + [sym__literal] = STATE(1992), + [sym_bit_string_literal] = STATE(1984), + [sym__abstract_literal] = STATE(964), + [sym_based_literal] = STATE(1073), + [sym_allocator] = STATE(1991), + [sym_parenthesis_expression] = STATE(1991), + [sym_element_association_list] = STATE(7776), + [sym_element_association] = STATE(5827), + [sym__element] = STATE(6165), + [sym_choices] = STATE(5528), + [sym__range] = STATE(5528), + [sym_simple_range] = STATE(4995), + [sym__tool_directive] = STATE(206), + [sym_line_comment] = STATE(206), + [sym_block_comment] = STATE(206), [anon_sym_LPAREN] = ACTIONS(263), [sym_condition_conversion] = ACTIONS(265), [anon_sym_PLUS] = ACTIONS(267), @@ -36882,39 +37026,39 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_function] = ACTIONS(403), [sym_library_type] = ACTIONS(403), }, - [205] = { - [sym_conditional_expression] = STATE(6025), - [sym__expression] = STATE(1102), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(1716), - [sym_unary_operator] = STATE(686), - [sym_sign] = STATE(687), - [sym__primary] = STATE(2097), - [sym_name] = STATE(2098), - [sym__direct_name] = STATE(734), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(967), - [sym_external_signal_name] = STATE(967), - [sym_external_variable_name] = STATE(967), - [sym__literal] = STATE(2099), - [sym_bit_string_literal] = STATE(2089), - [sym__abstract_literal] = STATE(997), - [sym_based_literal] = STATE(1044), - [sym_allocator] = STATE(2098), - [sym_parenthesis_expression] = STATE(2098), - [sym_element_association_list] = STATE(6684), - [sym_element_association] = STATE(5649), - [sym__element] = STATE(6052), - [sym_choices] = STATE(5482), - [sym__range] = STATE(5482), - [sym_simple_range] = STATE(5022), - [sym__tool_directive] = STATE(205), - [sym_line_comment] = STATE(205), - [sym_block_comment] = STATE(205), + [207] = { + [sym_conditional_expression] = STATE(6155), + [sym__expression] = STATE(1033), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(1909), + [sym_unary_operator] = STATE(657), + [sym_sign] = STATE(661), + [sym__primary] = STATE(1990), + [sym_name] = STATE(1991), + [sym__direct_name] = STATE(736), + [sym__identifier] = STATE(954), + [sym__external_name] = STATE(954), + [sym_external_constant_name] = STATE(929), + [sym_external_signal_name] = STATE(929), + [sym_external_variable_name] = STATE(929), + [sym__literal] = STATE(1992), + [sym_bit_string_literal] = STATE(1984), + [sym__abstract_literal] = STATE(964), + [sym_based_literal] = STATE(1073), + [sym_allocator] = STATE(1991), + [sym_parenthesis_expression] = STATE(1991), + [sym_element_association_list] = STATE(6723), + [sym_element_association] = STATE(5827), + [sym__element] = STATE(6165), + [sym_choices] = STATE(5528), + [sym__range] = STATE(5528), + [sym_simple_range] = STATE(4995), + [sym__tool_directive] = STATE(207), + [sym_line_comment] = STATE(207), + [sym_block_comment] = STATE(207), [anon_sym_LPAREN] = ACTIONS(263), [sym_condition_conversion] = ACTIONS(265), [anon_sym_PLUS] = ACTIONS(267), @@ -36954,183 +37098,39 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_function] = ACTIONS(403), [sym_library_type] = ACTIONS(403), }, - [206] = { - [sym_conditional_expression] = STATE(6025), - [sym__expression] = STATE(1102), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(1716), - [sym_unary_operator] = STATE(686), - [sym_sign] = STATE(687), - [sym__primary] = STATE(2097), - [sym_name] = STATE(2098), - [sym__direct_name] = STATE(734), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(967), - [sym_external_signal_name] = STATE(967), - [sym_external_variable_name] = STATE(967), - [sym__literal] = STATE(2099), - [sym_bit_string_literal] = STATE(2089), - [sym__abstract_literal] = STATE(997), - [sym_based_literal] = STATE(1044), - [sym_allocator] = STATE(2098), - [sym_parenthesis_expression] = STATE(2098), - [sym_element_association_list] = STATE(6685), - [sym_element_association] = STATE(5649), - [sym__element] = STATE(6052), - [sym_choices] = STATE(5482), - [sym__range] = STATE(5482), - [sym_simple_range] = STATE(5022), - [sym__tool_directive] = STATE(206), - [sym_line_comment] = STATE(206), - [sym_block_comment] = STATE(206), - [anon_sym_LPAREN] = ACTIONS(263), - [sym_condition_conversion] = ACTIONS(265), - [anon_sym_PLUS] = ACTIONS(267), - [anon_sym_DASH] = ACTIONS(267), - [anon_sym_LT_LT] = ACTIONS(401), - [sym_identifier] = ACTIONS(403), - [sym_ABS] = ACTIONS(273), - [sym_AND] = ACTIONS(273), - [sym_NAND] = ACTIONS(273), - [sym_NEW] = ACTIONS(275), - [sym_NOR] = ACTIONS(273), - [sym_NOT] = ACTIONS(273), - [sym_NULL] = ACTIONS(277), - [sym_OR] = ACTIONS(273), - [sym_OTHERS] = ACTIONS(279), - [sym_XNOR] = ACTIONS(273), - [sym_XOR] = ACTIONS(273), - [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(283), - [sym_decimal_float] = ACTIONS(283), - [sym_based_base] = ACTIONS(285), - [sym_character_literal] = ACTIONS(409), - [sym_string_literal] = ACTIONS(277), - [sym_string_literal_std_logic] = ACTIONS(277), - [sym_bit_string_length] = ACTIONS(289), - [sym_bit_string_base] = ACTIONS(291), - [sym_operator_symbol] = ACTIONS(409), - [sym__line_comment_start] = ACTIONS(5), - [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(403), - [sym_library_constant_boolean] = ACTIONS(277), - [sym_library_constant_character] = ACTIONS(277), - [sym_library_constant_debug] = ACTIONS(277), - [sym_library_constant_env] = ACTIONS(277), - [sym_library_constant_standard] = ACTIONS(277), - [sym_library_constant_std_logic] = ACTIONS(409), - [sym_library_function] = ACTIONS(403), - [sym_library_type] = ACTIONS(403), - }, - [207] = { - [sym_conditional_expression] = STATE(6025), - [sym__expression] = STATE(1102), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(1716), - [sym_unary_operator] = STATE(686), - [sym_sign] = STATE(687), - [sym__primary] = STATE(2097), - [sym_name] = STATE(2098), - [sym__direct_name] = STATE(734), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(967), - [sym_external_signal_name] = STATE(967), - [sym_external_variable_name] = STATE(967), - [sym__literal] = STATE(2099), - [sym_bit_string_literal] = STATE(2089), - [sym__abstract_literal] = STATE(997), - [sym_based_literal] = STATE(1044), - [sym_allocator] = STATE(2098), - [sym_parenthesis_expression] = STATE(2098), - [sym_element_association_list] = STATE(6686), - [sym_element_association] = STATE(5649), - [sym__element] = STATE(6052), - [sym_choices] = STATE(5482), - [sym__range] = STATE(5482), - [sym_simple_range] = STATE(5022), - [sym__tool_directive] = STATE(207), - [sym_line_comment] = STATE(207), - [sym_block_comment] = STATE(207), - [anon_sym_LPAREN] = ACTIONS(263), - [sym_condition_conversion] = ACTIONS(265), - [anon_sym_PLUS] = ACTIONS(267), - [anon_sym_DASH] = ACTIONS(267), - [anon_sym_LT_LT] = ACTIONS(401), - [sym_identifier] = ACTIONS(403), - [sym_ABS] = ACTIONS(273), - [sym_AND] = ACTIONS(273), - [sym_NAND] = ACTIONS(273), - [sym_NEW] = ACTIONS(275), - [sym_NOR] = ACTIONS(273), - [sym_NOT] = ACTIONS(273), - [sym_NULL] = ACTIONS(277), - [sym_OR] = ACTIONS(273), - [sym_OTHERS] = ACTIONS(279), - [sym_XNOR] = ACTIONS(273), - [sym_XOR] = ACTIONS(273), - [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(283), - [sym_decimal_float] = ACTIONS(283), - [sym_based_base] = ACTIONS(285), - [sym_character_literal] = ACTIONS(409), - [sym_string_literal] = ACTIONS(277), - [sym_string_literal_std_logic] = ACTIONS(277), - [sym_bit_string_length] = ACTIONS(289), - [sym_bit_string_base] = ACTIONS(291), - [sym_operator_symbol] = ACTIONS(409), - [sym__line_comment_start] = ACTIONS(5), - [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(403), - [sym_library_constant_boolean] = ACTIONS(277), - [sym_library_constant_character] = ACTIONS(277), - [sym_library_constant_debug] = ACTIONS(277), - [sym_library_constant_env] = ACTIONS(277), - [sym_library_constant_standard] = ACTIONS(277), - [sym_library_constant_std_logic] = ACTIONS(409), - [sym_library_function] = ACTIONS(403), - [sym_library_type] = ACTIONS(403), - }, - [208] = { - [sym_conditional_expression] = STATE(6025), - [sym__expression] = STATE(1102), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(1716), - [sym_unary_operator] = STATE(686), - [sym_sign] = STATE(687), - [sym__primary] = STATE(2097), - [sym_name] = STATE(2098), - [sym__direct_name] = STATE(734), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(967), - [sym_external_signal_name] = STATE(967), - [sym_external_variable_name] = STATE(967), - [sym__literal] = STATE(2099), - [sym_bit_string_literal] = STATE(2089), - [sym__abstract_literal] = STATE(997), - [sym_based_literal] = STATE(1044), - [sym_allocator] = STATE(2098), - [sym_parenthesis_expression] = STATE(2098), - [sym_element_association_list] = STATE(6687), - [sym_element_association] = STATE(5649), - [sym__element] = STATE(6052), - [sym_choices] = STATE(5482), - [sym__range] = STATE(5482), - [sym_simple_range] = STATE(5022), - [sym__tool_directive] = STATE(208), - [sym_line_comment] = STATE(208), - [sym_block_comment] = STATE(208), + [208] = { + [sym_conditional_expression] = STATE(6155), + [sym__expression] = STATE(1033), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(1909), + [sym_unary_operator] = STATE(657), + [sym_sign] = STATE(661), + [sym__primary] = STATE(1990), + [sym_name] = STATE(1991), + [sym__direct_name] = STATE(736), + [sym__identifier] = STATE(954), + [sym__external_name] = STATE(954), + [sym_external_constant_name] = STATE(929), + [sym_external_signal_name] = STATE(929), + [sym_external_variable_name] = STATE(929), + [sym__literal] = STATE(1992), + [sym_bit_string_literal] = STATE(1984), + [sym__abstract_literal] = STATE(964), + [sym_based_literal] = STATE(1073), + [sym_allocator] = STATE(1991), + [sym_parenthesis_expression] = STATE(1991), + [sym_element_association_list] = STATE(6676), + [sym_element_association] = STATE(5827), + [sym__element] = STATE(6165), + [sym_choices] = STATE(5528), + [sym__range] = STATE(5528), + [sym_simple_range] = STATE(4995), + [sym__tool_directive] = STATE(208), + [sym_line_comment] = STATE(208), + [sym_block_comment] = STATE(208), [anon_sym_LPAREN] = ACTIONS(263), [sym_condition_conversion] = ACTIONS(265), [anon_sym_PLUS] = ACTIONS(267), @@ -37171,107 +37171,107 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_type] = ACTIONS(403), }, [209] = { - [sym_conditional_expression] = STATE(6025), - [sym__expression] = STATE(1102), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(1716), - [sym_unary_operator] = STATE(686), - [sym_sign] = STATE(687), - [sym__primary] = STATE(2097), - [sym_name] = STATE(2098), - [sym__direct_name] = STATE(734), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(967), - [sym_external_signal_name] = STATE(967), - [sym_external_variable_name] = STATE(967), - [sym__literal] = STATE(2099), - [sym_bit_string_literal] = STATE(2089), - [sym__abstract_literal] = STATE(997), - [sym_based_literal] = STATE(1044), - [sym_allocator] = STATE(2098), - [sym_parenthesis_expression] = STATE(2098), - [sym_element_association_list] = STATE(6688), - [sym_element_association] = STATE(5649), - [sym__element] = STATE(6052), - [sym_choices] = STATE(5482), - [sym__range] = STATE(5482), - [sym_simple_range] = STATE(5022), + [sym__expression] = STATE(1550), + [sym_condition_expression] = STATE(2503), + [sym_logical_expression] = STATE(2503), + [sym_relational_expression] = STATE(2503), + [sym_shift_expression] = STATE(2503), + [sym_simple_expression] = STATE(2503), + [sym_unary_operator] = STATE(699), + [sym_sign] = STATE(700), + [sym__primary] = STATE(2502), + [sym_name] = STATE(2501), + [sym__direct_name] = STATE(764), + [sym__identifier] = STATE(1352), + [sym__external_name] = STATE(1352), + [sym_external_constant_name] = STATE(1351), + [sym_external_signal_name] = STATE(1351), + [sym_external_variable_name] = STATE(1351), + [sym__literal] = STATE(2500), + [sym_bit_string_literal] = STATE(2505), + [sym__abstract_literal] = STATE(1399), + [sym_based_literal] = STATE(1466), + [sym_allocator] = STATE(2501), + [sym_parenthesis_expression] = STATE(2501), [sym__tool_directive] = STATE(209), + [sym_waveform] = STATE(5972), + [sym_waveform_element] = STATE(5497), + [sym_conditional_waveforms] = STATE(7741), + [sym_delay_mechanism] = STATE(335), [sym_line_comment] = STATE(209), [sym_block_comment] = STATE(209), - [anon_sym_LPAREN] = ACTIONS(263), - [sym_condition_conversion] = ACTIONS(265), + [anon_sym_LPAREN] = ACTIONS(415), + [sym_condition_conversion] = ACTIONS(417), [anon_sym_PLUS] = ACTIONS(267), [anon_sym_DASH] = ACTIONS(267), - [anon_sym_LT_LT] = ACTIONS(401), - [sym_identifier] = ACTIONS(403), + [anon_sym_LT_LT] = ACTIONS(419), + [sym_identifier] = ACTIONS(421), [sym_ABS] = ACTIONS(273), [sym_AND] = ACTIONS(273), + [sym_INERTIAL] = ACTIONS(425), [sym_NAND] = ACTIONS(273), - [sym_NEW] = ACTIONS(275), + [sym_NEW] = ACTIONS(427), [sym_NOR] = ACTIONS(273), [sym_NOT] = ACTIONS(273), - [sym_NULL] = ACTIONS(277), + [sym_NULL] = ACTIONS(429), [sym_OR] = ACTIONS(273), - [sym_OTHERS] = ACTIONS(279), + [sym_REJECT] = ACTIONS(431), + [sym_TRANSPORT] = ACTIONS(425), + [sym_UNAFFECTED] = ACTIONS(435), [sym_XNOR] = ACTIONS(273), [sym_XOR] = ACTIONS(273), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(283), - [sym_decimal_float] = ACTIONS(283), - [sym_based_base] = ACTIONS(285), - [sym_character_literal] = ACTIONS(409), - [sym_string_literal] = ACTIONS(277), - [sym_string_literal_std_logic] = ACTIONS(277), - [sym_bit_string_length] = ACTIONS(289), - [sym_bit_string_base] = ACTIONS(291), - [sym_operator_symbol] = ACTIONS(409), + [sym_decimal_integer] = ACTIONS(437), + [sym_decimal_float] = ACTIONS(437), + [sym_based_base] = ACTIONS(439), + [sym_character_literal] = ACTIONS(441), + [sym_string_literal] = ACTIONS(429), + [sym_string_literal_std_logic] = ACTIONS(429), + [sym_bit_string_length] = ACTIONS(443), + [sym_bit_string_base] = ACTIONS(445), + [sym_operator_symbol] = ACTIONS(441), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(403), - [sym_library_constant_boolean] = ACTIONS(277), - [sym_library_constant_character] = ACTIONS(277), - [sym_library_constant_debug] = ACTIONS(277), - [sym_library_constant_env] = ACTIONS(277), - [sym_library_constant_standard] = ACTIONS(277), - [sym_library_constant_std_logic] = ACTIONS(409), - [sym_library_function] = ACTIONS(403), - [sym_library_type] = ACTIONS(403), + [sym_library_constant] = ACTIONS(421), + [sym_library_constant_boolean] = ACTIONS(429), + [sym_library_constant_character] = ACTIONS(429), + [sym_library_constant_debug] = ACTIONS(429), + [sym_library_constant_env] = ACTIONS(429), + [sym_library_constant_standard] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(441), + [sym_library_function] = ACTIONS(421), + [sym_library_type] = ACTIONS(421), }, [210] = { - [sym_conditional_expression] = STATE(6025), - [sym__expression] = STATE(1102), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(1716), - [sym_unary_operator] = STATE(686), - [sym_sign] = STATE(687), - [sym__primary] = STATE(2097), - [sym_name] = STATE(2098), - [sym__direct_name] = STATE(734), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(967), - [sym_external_signal_name] = STATE(967), - [sym_external_variable_name] = STATE(967), - [sym__literal] = STATE(2099), - [sym_bit_string_literal] = STATE(2089), - [sym__abstract_literal] = STATE(997), - [sym_based_literal] = STATE(1044), - [sym_allocator] = STATE(2098), - [sym_parenthesis_expression] = STATE(2098), - [sym_element_association_list] = STATE(6689), - [sym_element_association] = STATE(5649), - [sym__element] = STATE(6052), - [sym_choices] = STATE(5482), - [sym__range] = STATE(5482), - [sym_simple_range] = STATE(5022), + [sym_conditional_expression] = STATE(6155), + [sym__expression] = STATE(1033), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(1909), + [sym_unary_operator] = STATE(657), + [sym_sign] = STATE(661), + [sym__primary] = STATE(1990), + [sym_name] = STATE(1991), + [sym__direct_name] = STATE(736), + [sym__identifier] = STATE(954), + [sym__external_name] = STATE(954), + [sym_external_constant_name] = STATE(929), + [sym_external_signal_name] = STATE(929), + [sym_external_variable_name] = STATE(929), + [sym__literal] = STATE(1992), + [sym_bit_string_literal] = STATE(1984), + [sym__abstract_literal] = STATE(964), + [sym_based_literal] = STATE(1073), + [sym_allocator] = STATE(1991), + [sym_parenthesis_expression] = STATE(1991), + [sym_element_association_list] = STATE(7843), + [sym_element_association] = STATE(5827), + [sym__element] = STATE(6165), + [sym_choices] = STATE(5528), + [sym__range] = STATE(5528), + [sym_simple_range] = STATE(4995), [sym__tool_directive] = STATE(210), [sym_line_comment] = STATE(210), [sym_block_comment] = STATE(210), @@ -37315,35 +37315,35 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_type] = ACTIONS(403), }, [211] = { - [sym_conditional_expression] = STATE(6025), - [sym__expression] = STATE(1102), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(1716), - [sym_unary_operator] = STATE(686), - [sym_sign] = STATE(687), - [sym__primary] = STATE(2097), - [sym_name] = STATE(2098), - [sym__direct_name] = STATE(734), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(967), - [sym_external_signal_name] = STATE(967), - [sym_external_variable_name] = STATE(967), - [sym__literal] = STATE(2099), - [sym_bit_string_literal] = STATE(2089), - [sym__abstract_literal] = STATE(997), - [sym_based_literal] = STATE(1044), - [sym_allocator] = STATE(2098), - [sym_parenthesis_expression] = STATE(2098), - [sym_element_association_list] = STATE(6690), - [sym_element_association] = STATE(5649), - [sym__element] = STATE(6052), - [sym_choices] = STATE(5482), - [sym__range] = STATE(5482), - [sym_simple_range] = STATE(5022), + [sym_conditional_expression] = STATE(6155), + [sym__expression] = STATE(1033), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(1909), + [sym_unary_operator] = STATE(657), + [sym_sign] = STATE(661), + [sym__primary] = STATE(1990), + [sym_name] = STATE(1991), + [sym__direct_name] = STATE(736), + [sym__identifier] = STATE(954), + [sym__external_name] = STATE(954), + [sym_external_constant_name] = STATE(929), + [sym_external_signal_name] = STATE(929), + [sym_external_variable_name] = STATE(929), + [sym__literal] = STATE(1992), + [sym_bit_string_literal] = STATE(1984), + [sym__abstract_literal] = STATE(964), + [sym_based_literal] = STATE(1073), + [sym_allocator] = STATE(1991), + [sym_parenthesis_expression] = STATE(1991), + [sym_element_association_list] = STATE(6654), + [sym_element_association] = STATE(5827), + [sym__element] = STATE(6165), + [sym_choices] = STATE(5528), + [sym__range] = STATE(5528), + [sym_simple_range] = STATE(4995), [sym__tool_directive] = STATE(211), [sym_line_comment] = STATE(211), [sym_block_comment] = STATE(211), @@ -37387,35 +37387,35 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_type] = ACTIONS(403), }, [212] = { - [sym_conditional_expression] = STATE(6025), - [sym__expression] = STATE(1102), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(1716), - [sym_unary_operator] = STATE(686), - [sym_sign] = STATE(687), - [sym__primary] = STATE(2097), - [sym_name] = STATE(2098), - [sym__direct_name] = STATE(734), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(967), - [sym_external_signal_name] = STATE(967), - [sym_external_variable_name] = STATE(967), - [sym__literal] = STATE(2099), - [sym_bit_string_literal] = STATE(2089), - [sym__abstract_literal] = STATE(997), - [sym_based_literal] = STATE(1044), - [sym_allocator] = STATE(2098), - [sym_parenthesis_expression] = STATE(2098), - [sym_element_association_list] = STATE(6691), - [sym_element_association] = STATE(5649), - [sym__element] = STATE(6052), - [sym_choices] = STATE(5482), - [sym__range] = STATE(5482), - [sym_simple_range] = STATE(5022), + [sym_conditional_expression] = STATE(6155), + [sym__expression] = STATE(1033), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(1909), + [sym_unary_operator] = STATE(657), + [sym_sign] = STATE(661), + [sym__primary] = STATE(1990), + [sym_name] = STATE(1991), + [sym__direct_name] = STATE(736), + [sym__identifier] = STATE(954), + [sym__external_name] = STATE(954), + [sym_external_constant_name] = STATE(929), + [sym_external_signal_name] = STATE(929), + [sym_external_variable_name] = STATE(929), + [sym__literal] = STATE(1992), + [sym_bit_string_literal] = STATE(1984), + [sym__abstract_literal] = STATE(964), + [sym_based_literal] = STATE(1073), + [sym_allocator] = STATE(1991), + [sym_parenthesis_expression] = STATE(1991), + [sym_element_association_list] = STATE(8030), + [sym_element_association] = STATE(5827), + [sym__element] = STATE(6165), + [sym_choices] = STATE(5528), + [sym__range] = STATE(5528), + [sym_simple_range] = STATE(4995), [sym__tool_directive] = STATE(212), [sym_line_comment] = STATE(212), [sym_block_comment] = STATE(212), @@ -37459,35 +37459,35 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_type] = ACTIONS(403), }, [213] = { - [sym_conditional_expression] = STATE(6025), - [sym__expression] = STATE(1102), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(1716), - [sym_unary_operator] = STATE(686), - [sym_sign] = STATE(687), - [sym__primary] = STATE(2097), - [sym_name] = STATE(2098), - [sym__direct_name] = STATE(734), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(967), - [sym_external_signal_name] = STATE(967), - [sym_external_variable_name] = STATE(967), - [sym__literal] = STATE(2099), - [sym_bit_string_literal] = STATE(2089), - [sym__abstract_literal] = STATE(997), - [sym_based_literal] = STATE(1044), - [sym_allocator] = STATE(2098), - [sym_parenthesis_expression] = STATE(2098), - [sym_element_association_list] = STATE(6692), - [sym_element_association] = STATE(5649), - [sym__element] = STATE(6052), - [sym_choices] = STATE(5482), - [sym__range] = STATE(5482), - [sym_simple_range] = STATE(5022), + [sym_conditional_expression] = STATE(6155), + [sym__expression] = STATE(1033), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(1909), + [sym_unary_operator] = STATE(657), + [sym_sign] = STATE(661), + [sym__primary] = STATE(1990), + [sym_name] = STATE(1991), + [sym__direct_name] = STATE(736), + [sym__identifier] = STATE(954), + [sym__external_name] = STATE(954), + [sym_external_constant_name] = STATE(929), + [sym_external_signal_name] = STATE(929), + [sym_external_variable_name] = STATE(929), + [sym__literal] = STATE(1992), + [sym_bit_string_literal] = STATE(1984), + [sym__abstract_literal] = STATE(964), + [sym_based_literal] = STATE(1073), + [sym_allocator] = STATE(1991), + [sym_parenthesis_expression] = STATE(1991), + [sym_element_association_list] = STATE(8178), + [sym_element_association] = STATE(5827), + [sym__element] = STATE(6165), + [sym_choices] = STATE(5528), + [sym__range] = STATE(5528), + [sym_simple_range] = STATE(4995), [sym__tool_directive] = STATE(213), [sym_line_comment] = STATE(213), [sym_block_comment] = STATE(213), @@ -37531,35 +37531,35 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_type] = ACTIONS(403), }, [214] = { - [sym_conditional_expression] = STATE(6025), - [sym__expression] = STATE(1102), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(1716), - [sym_unary_operator] = STATE(686), - [sym_sign] = STATE(687), - [sym__primary] = STATE(2097), - [sym_name] = STATE(2098), - [sym__direct_name] = STATE(734), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(967), - [sym_external_signal_name] = STATE(967), - [sym_external_variable_name] = STATE(967), - [sym__literal] = STATE(2099), - [sym_bit_string_literal] = STATE(2089), - [sym__abstract_literal] = STATE(997), - [sym_based_literal] = STATE(1044), - [sym_allocator] = STATE(2098), - [sym_parenthesis_expression] = STATE(2098), - [sym_element_association_list] = STATE(6693), - [sym_element_association] = STATE(5649), - [sym__element] = STATE(6052), - [sym_choices] = STATE(5482), - [sym__range] = STATE(5482), - [sym_simple_range] = STATE(5022), + [sym_conditional_expression] = STATE(6155), + [sym__expression] = STATE(1033), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(1909), + [sym_unary_operator] = STATE(657), + [sym_sign] = STATE(661), + [sym__primary] = STATE(1990), + [sym_name] = STATE(1991), + [sym__direct_name] = STATE(736), + [sym__identifier] = STATE(954), + [sym__external_name] = STATE(954), + [sym_external_constant_name] = STATE(929), + [sym_external_signal_name] = STATE(929), + [sym_external_variable_name] = STATE(929), + [sym__literal] = STATE(1992), + [sym_bit_string_literal] = STATE(1984), + [sym__abstract_literal] = STATE(964), + [sym_based_literal] = STATE(1073), + [sym_allocator] = STATE(1991), + [sym_parenthesis_expression] = STATE(1991), + [sym_element_association_list] = STATE(8059), + [sym_element_association] = STATE(5827), + [sym__element] = STATE(6165), + [sym_choices] = STATE(5528), + [sym__range] = STATE(5528), + [sym_simple_range] = STATE(4995), [sym__tool_directive] = STATE(214), [sym_line_comment] = STATE(214), [sym_block_comment] = STATE(214), @@ -37603,35 +37603,35 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_type] = ACTIONS(403), }, [215] = { - [sym_conditional_expression] = STATE(6025), - [sym__expression] = STATE(1102), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(1716), - [sym_unary_operator] = STATE(686), - [sym_sign] = STATE(687), - [sym__primary] = STATE(2097), - [sym_name] = STATE(2098), - [sym__direct_name] = STATE(734), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(967), - [sym_external_signal_name] = STATE(967), - [sym_external_variable_name] = STATE(967), - [sym__literal] = STATE(2099), - [sym_bit_string_literal] = STATE(2089), - [sym__abstract_literal] = STATE(997), - [sym_based_literal] = STATE(1044), - [sym_allocator] = STATE(2098), - [sym_parenthesis_expression] = STATE(2098), - [sym_element_association_list] = STATE(6694), - [sym_element_association] = STATE(5649), - [sym__element] = STATE(6052), - [sym_choices] = STATE(5482), - [sym__range] = STATE(5482), - [sym_simple_range] = STATE(5022), + [sym_conditional_expression] = STATE(6155), + [sym__expression] = STATE(1033), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(1909), + [sym_unary_operator] = STATE(657), + [sym_sign] = STATE(661), + [sym__primary] = STATE(1990), + [sym_name] = STATE(1991), + [sym__direct_name] = STATE(736), + [sym__identifier] = STATE(954), + [sym__external_name] = STATE(954), + [sym_external_constant_name] = STATE(929), + [sym_external_signal_name] = STATE(929), + [sym_external_variable_name] = STATE(929), + [sym__literal] = STATE(1992), + [sym_bit_string_literal] = STATE(1984), + [sym__abstract_literal] = STATE(964), + [sym_based_literal] = STATE(1073), + [sym_allocator] = STATE(1991), + [sym_parenthesis_expression] = STATE(1991), + [sym_element_association_list] = STATE(7865), + [sym_element_association] = STATE(5827), + [sym__element] = STATE(6165), + [sym_choices] = STATE(5528), + [sym__range] = STATE(5528), + [sym_simple_range] = STATE(4995), [sym__tool_directive] = STATE(215), [sym_line_comment] = STATE(215), [sym_block_comment] = STATE(215), @@ -37675,35 +37675,35 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_type] = ACTIONS(403), }, [216] = { - [sym_conditional_expression] = STATE(6025), - [sym__expression] = STATE(1102), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(1716), - [sym_unary_operator] = STATE(686), - [sym_sign] = STATE(687), - [sym__primary] = STATE(2097), - [sym_name] = STATE(2098), - [sym__direct_name] = STATE(734), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(967), - [sym_external_signal_name] = STATE(967), - [sym_external_variable_name] = STATE(967), - [sym__literal] = STATE(2099), - [sym_bit_string_literal] = STATE(2089), - [sym__abstract_literal] = STATE(997), - [sym_based_literal] = STATE(1044), - [sym_allocator] = STATE(2098), - [sym_parenthesis_expression] = STATE(2098), - [sym_element_association_list] = STATE(6695), - [sym_element_association] = STATE(5649), - [sym__element] = STATE(6052), - [sym_choices] = STATE(5482), - [sym__range] = STATE(5482), - [sym_simple_range] = STATE(5022), + [sym_conditional_expression] = STATE(6155), + [sym__expression] = STATE(1033), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(1909), + [sym_unary_operator] = STATE(657), + [sym_sign] = STATE(661), + [sym__primary] = STATE(1990), + [sym_name] = STATE(1991), + [sym__direct_name] = STATE(736), + [sym__identifier] = STATE(954), + [sym__external_name] = STATE(954), + [sym_external_constant_name] = STATE(929), + [sym_external_signal_name] = STATE(929), + [sym_external_variable_name] = STATE(929), + [sym__literal] = STATE(1992), + [sym_bit_string_literal] = STATE(1984), + [sym__abstract_literal] = STATE(964), + [sym_based_literal] = STATE(1073), + [sym_allocator] = STATE(1991), + [sym_parenthesis_expression] = STATE(1991), + [sym_element_association_list] = STATE(8096), + [sym_element_association] = STATE(5827), + [sym__element] = STATE(6165), + [sym_choices] = STATE(5528), + [sym__range] = STATE(5528), + [sym_simple_range] = STATE(4995), [sym__tool_directive] = STATE(216), [sym_line_comment] = STATE(216), [sym_block_comment] = STATE(216), @@ -37747,35 +37747,35 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_type] = ACTIONS(403), }, [217] = { - [sym_conditional_expression] = STATE(6025), - [sym__expression] = STATE(1102), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(1716), - [sym_unary_operator] = STATE(686), - [sym_sign] = STATE(687), - [sym__primary] = STATE(2097), - [sym_name] = STATE(2098), - [sym__direct_name] = STATE(734), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(967), - [sym_external_signal_name] = STATE(967), - [sym_external_variable_name] = STATE(967), - [sym__literal] = STATE(2099), - [sym_bit_string_literal] = STATE(2089), - [sym__abstract_literal] = STATE(997), - [sym_based_literal] = STATE(1044), - [sym_allocator] = STATE(2098), - [sym_parenthesis_expression] = STATE(2098), - [sym_element_association_list] = STATE(6696), - [sym_element_association] = STATE(5649), - [sym__element] = STATE(6052), - [sym_choices] = STATE(5482), - [sym__range] = STATE(5482), - [sym_simple_range] = STATE(5022), + [sym_conditional_expression] = STATE(6155), + [sym__expression] = STATE(1033), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(1909), + [sym_unary_operator] = STATE(657), + [sym_sign] = STATE(661), + [sym__primary] = STATE(1990), + [sym_name] = STATE(1991), + [sym__direct_name] = STATE(736), + [sym__identifier] = STATE(954), + [sym__external_name] = STATE(954), + [sym_external_constant_name] = STATE(929), + [sym_external_signal_name] = STATE(929), + [sym_external_variable_name] = STATE(929), + [sym__literal] = STATE(1992), + [sym_bit_string_literal] = STATE(1984), + [sym__abstract_literal] = STATE(964), + [sym_based_literal] = STATE(1073), + [sym_allocator] = STATE(1991), + [sym_parenthesis_expression] = STATE(1991), + [sym_element_association_list] = STATE(8280), + [sym_element_association] = STATE(5827), + [sym__element] = STATE(6165), + [sym_choices] = STATE(5528), + [sym__range] = STATE(5528), + [sym_simple_range] = STATE(4995), [sym__tool_directive] = STATE(217), [sym_line_comment] = STATE(217), [sym_block_comment] = STATE(217), @@ -37819,35 +37819,35 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_type] = ACTIONS(403), }, [218] = { - [sym_conditional_expression] = STATE(6025), - [sym__expression] = STATE(1102), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(1716), - [sym_unary_operator] = STATE(686), - [sym_sign] = STATE(687), - [sym__primary] = STATE(2097), - [sym_name] = STATE(2098), - [sym__direct_name] = STATE(734), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(967), - [sym_external_signal_name] = STATE(967), - [sym_external_variable_name] = STATE(967), - [sym__literal] = STATE(2099), - [sym_bit_string_literal] = STATE(2089), - [sym__abstract_literal] = STATE(997), - [sym_based_literal] = STATE(1044), - [sym_allocator] = STATE(2098), - [sym_parenthesis_expression] = STATE(2098), - [sym_element_association_list] = STATE(6697), - [sym_element_association] = STATE(5649), - [sym__element] = STATE(6052), - [sym_choices] = STATE(5482), - [sym__range] = STATE(5482), - [sym_simple_range] = STATE(5022), + [sym_conditional_expression] = STATE(6155), + [sym__expression] = STATE(1033), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(1909), + [sym_unary_operator] = STATE(657), + [sym_sign] = STATE(661), + [sym__primary] = STATE(1990), + [sym_name] = STATE(1991), + [sym__direct_name] = STATE(736), + [sym__identifier] = STATE(954), + [sym__external_name] = STATE(954), + [sym_external_constant_name] = STATE(929), + [sym_external_signal_name] = STATE(929), + [sym_external_variable_name] = STATE(929), + [sym__literal] = STATE(1992), + [sym_bit_string_literal] = STATE(1984), + [sym__abstract_literal] = STATE(964), + [sym_based_literal] = STATE(1073), + [sym_allocator] = STATE(1991), + [sym_parenthesis_expression] = STATE(1991), + [sym_element_association_list] = STATE(8132), + [sym_element_association] = STATE(5827), + [sym__element] = STATE(6165), + [sym_choices] = STATE(5528), + [sym__range] = STATE(5528), + [sym_simple_range] = STATE(4995), [sym__tool_directive] = STATE(218), [sym_line_comment] = STATE(218), [sym_block_comment] = STATE(218), @@ -37891,35 +37891,35 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_type] = ACTIONS(403), }, [219] = { - [sym_conditional_expression] = STATE(6025), - [sym__expression] = STATE(1102), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(1716), - [sym_unary_operator] = STATE(686), - [sym_sign] = STATE(687), - [sym__primary] = STATE(2097), - [sym_name] = STATE(2098), - [sym__direct_name] = STATE(734), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(967), - [sym_external_signal_name] = STATE(967), - [sym_external_variable_name] = STATE(967), - [sym__literal] = STATE(2099), - [sym_bit_string_literal] = STATE(2089), - [sym__abstract_literal] = STATE(997), - [sym_based_literal] = STATE(1044), - [sym_allocator] = STATE(2098), - [sym_parenthesis_expression] = STATE(2098), - [sym_element_association_list] = STATE(7182), - [sym_element_association] = STATE(5649), - [sym__element] = STATE(6052), - [sym_choices] = STATE(5482), - [sym__range] = STATE(5482), - [sym_simple_range] = STATE(5022), + [sym_conditional_expression] = STATE(6155), + [sym__expression] = STATE(1033), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(1909), + [sym_unary_operator] = STATE(657), + [sym_sign] = STATE(661), + [sym__primary] = STATE(1990), + [sym_name] = STATE(1991), + [sym__direct_name] = STATE(736), + [sym__identifier] = STATE(954), + [sym__external_name] = STATE(954), + [sym_external_constant_name] = STATE(929), + [sym_external_signal_name] = STATE(929), + [sym_external_variable_name] = STATE(929), + [sym__literal] = STATE(1992), + [sym_bit_string_literal] = STATE(1984), + [sym__abstract_literal] = STATE(964), + [sym_based_literal] = STATE(1073), + [sym_allocator] = STATE(1991), + [sym_parenthesis_expression] = STATE(1991), + [sym_element_association_list] = STATE(6677), + [sym_element_association] = STATE(5827), + [sym__element] = STATE(6165), + [sym_choices] = STATE(5528), + [sym__range] = STATE(5528), + [sym_simple_range] = STATE(4995), [sym__tool_directive] = STATE(219), [sym_line_comment] = STATE(219), [sym_block_comment] = STATE(219), @@ -37963,34 +37963,105 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_type] = ACTIONS(403), }, [220] = { - [sym_conditional_expression] = STATE(6048), - [sym__expression] = STATE(1201), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(2313), - [sym_unary_operator] = STATE(695), - [sym_sign] = STATE(696), - [sym__primary] = STATE(2383), - [sym_name] = STATE(2504), - [sym__direct_name] = STATE(748), - [sym__identifier] = STATE(1077), - [sym__external_name] = STATE(1077), - [sym_external_constant_name] = STATE(1078), - [sym_external_signal_name] = STATE(1078), - [sym_external_variable_name] = STATE(1078), - [sym_association_element] = STATE(5689), - [sym__actual_part] = STATE(6171), - [sym__literal] = STATE(2385), - [sym_bit_string_literal] = STATE(2380), - [sym__abstract_literal] = STATE(1056), - [sym_based_literal] = STATE(1229), - [sym_allocator] = STATE(2384), - [sym_parenthesis_expression] = STATE(2384), + [sym_conditional_expression] = STATE(6155), + [sym__expression] = STATE(1033), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(1909), + [sym_unary_operator] = STATE(657), + [sym_sign] = STATE(661), + [sym__primary] = STATE(1990), + [sym_name] = STATE(1991), + [sym__direct_name] = STATE(736), + [sym__identifier] = STATE(954), + [sym__external_name] = STATE(954), + [sym_external_constant_name] = STATE(929), + [sym_external_signal_name] = STATE(929), + [sym_external_variable_name] = STATE(929), + [sym__literal] = STATE(1992), + [sym_bit_string_literal] = STATE(1984), + [sym__abstract_literal] = STATE(964), + [sym_based_literal] = STATE(1073), + [sym_allocator] = STATE(1991), + [sym_parenthesis_expression] = STATE(1991), + [sym_element_association] = STATE(6251), + [sym__element] = STATE(6165), + [sym_choices] = STATE(5528), + [sym__range] = STATE(5528), + [sym_simple_range] = STATE(4995), [sym__tool_directive] = STATE(220), [sym_line_comment] = STATE(220), [sym_block_comment] = STATE(220), + [anon_sym_LPAREN] = ACTIONS(263), + [sym_condition_conversion] = ACTIONS(265), + [anon_sym_PLUS] = ACTIONS(267), + [anon_sym_DASH] = ACTIONS(267), + [anon_sym_LT_LT] = ACTIONS(401), + [sym_identifier] = ACTIONS(403), + [sym_ABS] = ACTIONS(273), + [sym_AND] = ACTIONS(273), + [sym_NAND] = ACTIONS(273), + [sym_NEW] = ACTIONS(275), + [sym_NOR] = ACTIONS(273), + [sym_NOT] = ACTIONS(273), + [sym_NULL] = ACTIONS(277), + [sym_OR] = ACTIONS(273), + [sym_OTHERS] = ACTIONS(279), + [sym_XNOR] = ACTIONS(273), + [sym_XOR] = ACTIONS(273), + [sym__grave_accent] = ACTIONS(3), + [sym_decimal_integer] = ACTIONS(283), + [sym_decimal_float] = ACTIONS(283), + [sym_based_base] = ACTIONS(285), + [sym_character_literal] = ACTIONS(409), + [sym_string_literal] = ACTIONS(277), + [sym_string_literal_std_logic] = ACTIONS(277), + [sym_bit_string_length] = ACTIONS(289), + [sym_bit_string_base] = ACTIONS(291), + [sym_operator_symbol] = ACTIONS(409), + [sym__line_comment_start] = ACTIONS(5), + [sym__block_comment_start] = ACTIONS(7), + [sym_library_constant] = ACTIONS(403), + [sym_library_constant_boolean] = ACTIONS(277), + [sym_library_constant_character] = ACTIONS(277), + [sym_library_constant_debug] = ACTIONS(277), + [sym_library_constant_env] = ACTIONS(277), + [sym_library_constant_standard] = ACTIONS(277), + [sym_library_constant_std_logic] = ACTIONS(409), + [sym_library_function] = ACTIONS(403), + [sym_library_type] = ACTIONS(403), + }, + [221] = { + [sym_conditional_expression] = STATE(6473), + [sym__expression] = STATE(1133), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(2423), + [sym_unary_operator] = STATE(640), + [sym_sign] = STATE(688), + [sym__primary] = STATE(2431), + [sym_name] = STATE(2491), + [sym__direct_name] = STATE(743), + [sym__identifier] = STATE(1025), + [sym__external_name] = STATE(1025), + [sym_external_constant_name] = STATE(1087), + [sym_external_signal_name] = STATE(1087), + [sym_external_variable_name] = STATE(1087), + [sym_association_element] = STATE(5980), + [sym__actual_part] = STATE(6481), + [sym__literal] = STATE(2427), + [sym_bit_string_literal] = STATE(2399), + [sym__abstract_literal] = STATE(1006), + [sym_based_literal] = STATE(1206), + [sym_allocator] = STATE(2428), + [sym_parenthesis_expression] = STATE(2428), + [sym__tool_directive] = STATE(221), + [sym_line_comment] = STATE(221), + [sym_block_comment] = STATE(221), [anon_sym_LPAREN] = ACTIONS(736), [sym_condition_conversion] = ACTIONS(265), [anon_sym_PLUS] = ACTIONS(267), @@ -38033,38 +38104,38 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_function] = ACTIONS(740), [sym_library_type] = ACTIONS(740), }, - [221] = { - [sym__expression] = STATE(1050), - [sym_condition_expression] = STATE(1944), - [sym_logical_expression] = STATE(1944), - [sym_relational_expression] = STATE(1944), - [sym_shift_expression] = STATE(1944), - [sym_simple_expression] = STATE(2021), - [sym_unary_operator] = STATE(720), - [sym_sign] = STATE(439), - [sym__primary] = STATE(1620), - [sym_name] = STATE(1621), - [sym__direct_name] = STATE(721), - [sym__label] = STATE(6648), - [sym__identifier] = STATE(838), - [sym__external_name] = STATE(838), - [sym_external_constant_name] = STATE(840), - [sym_external_signal_name] = STATE(840), - [sym_external_variable_name] = STATE(840), - [sym__literal] = STATE(1622), - [sym_bit_string_literal] = STATE(1612), - [sym__abstract_literal] = STATE(846), - [sym_based_literal] = STATE(902), - [sym_allocator] = STATE(1621), - [sym_parenthesis_expression] = STATE(1621), - [sym__element] = STATE(5622), - [sym_choices] = STATE(5482), - [sym__range] = STATE(5482), - [sym_simple_range] = STATE(5022), - [sym__tool_directive] = STATE(221), - [sym_label_declaration] = STATE(322), - [sym_line_comment] = STATE(221), - [sym_block_comment] = STATE(221), + [222] = { + [sym_unspecified_type_indication] = STATE(6075), + [sym__array_index_incomplete_type] = STATE(6365), + [sym_index_constraint] = STATE(6075), + [sym_index_subtype_definition] = STATE(6075), + [sym__expression] = STATE(1103), + [sym_condition_expression] = STATE(2013), + [sym_logical_expression] = STATE(2013), + [sym_relational_expression] = STATE(2013), + [sym_shift_expression] = STATE(2013), + [sym_simple_expression] = STATE(1773), + [sym_unary_operator] = STATE(712), + [sym_sign] = STATE(710), + [sym__primary] = STATE(1446), + [sym_name] = STATE(2444), + [sym__direct_name] = STATE(755), + [sym__identifier] = STATE(1154), + [sym__external_name] = STATE(1154), + [sym_external_constant_name] = STATE(1129), + [sym_external_signal_name] = STATE(1129), + [sym_external_variable_name] = STATE(1129), + [sym__literal] = STATE(1429), + [sym_bit_string_literal] = STATE(1458), + [sym__abstract_literal] = STATE(838), + [sym_based_literal] = STATE(918), + [sym_allocator] = STATE(1440), + [sym_parenthesis_expression] = STATE(1440), + [sym__range] = STATE(5715), + [sym_simple_range] = STATE(4995), + [sym__tool_directive] = STATE(222), + [sym_line_comment] = STATE(222), + [sym_block_comment] = STATE(222), [anon_sym_LPAREN] = ACTIONS(760), [sym_condition_conversion] = ACTIONS(762), [anon_sym_PLUS] = ACTIONS(267), @@ -38079,7 +38150,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_NOT] = ACTIONS(273), [sym_NULL] = ACTIONS(770), [sym_OR] = ACTIONS(273), - [sym_OTHERS] = ACTIONS(279), + [sym_TYPE] = ACTIONS(281), [sym_XNOR] = ACTIONS(273), [sym_XOR] = ACTIONS(273), [sym__grave_accent] = ACTIONS(3), @@ -38104,106 +38175,35 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_function] = ACTIONS(766), [sym_library_type] = ACTIONS(766), }, - [222] = { - [sym_conditional_expression] = STATE(6025), - [sym__expression] = STATE(1102), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(1716), - [sym_unary_operator] = STATE(686), - [sym_sign] = STATE(687), - [sym__primary] = STATE(2097), - [sym_name] = STATE(2098), - [sym__direct_name] = STATE(734), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(967), - [sym_external_signal_name] = STATE(967), - [sym_external_variable_name] = STATE(967), - [sym__literal] = STATE(2099), - [sym_bit_string_literal] = STATE(2089), - [sym__abstract_literal] = STATE(997), - [sym_based_literal] = STATE(1044), - [sym_allocator] = STATE(2098), - [sym_parenthesis_expression] = STATE(2098), - [sym_element_association] = STATE(6131), - [sym__element] = STATE(6052), - [sym_choices] = STATE(5482), - [sym__range] = STATE(5482), - [sym_simple_range] = STATE(5022), - [sym__tool_directive] = STATE(222), - [sym_line_comment] = STATE(222), - [sym_block_comment] = STATE(222), - [anon_sym_LPAREN] = ACTIONS(263), - [sym_condition_conversion] = ACTIONS(265), - [anon_sym_PLUS] = ACTIONS(267), - [anon_sym_DASH] = ACTIONS(267), - [anon_sym_LT_LT] = ACTIONS(401), - [sym_identifier] = ACTIONS(403), - [sym_ABS] = ACTIONS(273), - [sym_AND] = ACTIONS(273), - [sym_NAND] = ACTIONS(273), - [sym_NEW] = ACTIONS(275), - [sym_NOR] = ACTIONS(273), - [sym_NOT] = ACTIONS(273), - [sym_NULL] = ACTIONS(277), - [sym_OR] = ACTIONS(273), - [sym_OTHERS] = ACTIONS(279), - [sym_XNOR] = ACTIONS(273), - [sym_XOR] = ACTIONS(273), - [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(283), - [sym_decimal_float] = ACTIONS(283), - [sym_based_base] = ACTIONS(285), - [sym_character_literal] = ACTIONS(409), - [sym_string_literal] = ACTIONS(277), - [sym_string_literal_std_logic] = ACTIONS(277), - [sym_bit_string_length] = ACTIONS(289), - [sym_bit_string_base] = ACTIONS(291), - [sym_operator_symbol] = ACTIONS(409), - [sym__line_comment_start] = ACTIONS(5), - [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(403), - [sym_library_constant_boolean] = ACTIONS(277), - [sym_library_constant_character] = ACTIONS(277), - [sym_library_constant_debug] = ACTIONS(277), - [sym_library_constant_env] = ACTIONS(277), - [sym_library_constant_standard] = ACTIONS(277), - [sym_library_constant_std_logic] = ACTIONS(409), - [sym_library_function] = ACTIONS(403), - [sym_library_type] = ACTIONS(403), - }, [223] = { - [sym_conditional_expression] = STATE(6025), - [sym__expression] = STATE(1102), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(1716), - [sym_unary_operator] = STATE(686), - [sym_sign] = STATE(687), - [sym__primary] = STATE(2097), - [sym_name] = STATE(2098), - [sym__direct_name] = STATE(734), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(967), - [sym_external_signal_name] = STATE(967), - [sym_external_variable_name] = STATE(967), - [sym__literal] = STATE(2099), - [sym_bit_string_literal] = STATE(2089), - [sym__abstract_literal] = STATE(997), - [sym_based_literal] = STATE(1044), - [sym_allocator] = STATE(2098), - [sym_parenthesis_expression] = STATE(2098), - [sym_element_association] = STATE(6347), - [sym__element] = STATE(6052), - [sym_choices] = STATE(5482), - [sym__range] = STATE(5482), - [sym_simple_range] = STATE(5022), + [sym_conditional_expression] = STATE(6155), + [sym__expression] = STATE(1033), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(1909), + [sym_unary_operator] = STATE(657), + [sym_sign] = STATE(661), + [sym__primary] = STATE(1990), + [sym_name] = STATE(1991), + [sym__direct_name] = STATE(736), + [sym__identifier] = STATE(954), + [sym__external_name] = STATE(954), + [sym_external_constant_name] = STATE(929), + [sym_external_signal_name] = STATE(929), + [sym_external_variable_name] = STATE(929), + [sym__literal] = STATE(1992), + [sym_bit_string_literal] = STATE(1984), + [sym__abstract_literal] = STATE(964), + [sym_based_literal] = STATE(1073), + [sym_allocator] = STATE(1991), + [sym_parenthesis_expression] = STATE(1991), + [sym_element_association] = STATE(5920), + [sym__element] = STATE(6165), + [sym_choices] = STATE(5528), + [sym__range] = STATE(5528), + [sym_simple_range] = STATE(4995), [sym__tool_directive] = STATE(223), [sym_line_comment] = STATE(223), [sym_block_comment] = STATE(223), @@ -38247,34 +38247,34 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_type] = ACTIONS(403), }, [224] = { - [sym_conditional_expression] = STATE(6025), - [sym__expression] = STATE(1102), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(1716), - [sym_unary_operator] = STATE(686), - [sym_sign] = STATE(687), - [sym__primary] = STATE(2097), - [sym_name] = STATE(2098), - [sym__direct_name] = STATE(734), - [sym__identifier] = STATE(966), - [sym__external_name] = STATE(966), - [sym_external_constant_name] = STATE(967), - [sym_external_signal_name] = STATE(967), - [sym_external_variable_name] = STATE(967), - [sym__literal] = STATE(2099), - [sym_bit_string_literal] = STATE(2089), - [sym__abstract_literal] = STATE(997), - [sym_based_literal] = STATE(1044), - [sym_allocator] = STATE(2098), - [sym_parenthesis_expression] = STATE(2098), - [sym_element_association] = STATE(5699), - [sym__element] = STATE(6052), - [sym_choices] = STATE(5482), - [sym__range] = STATE(5482), - [sym_simple_range] = STATE(5022), + [sym_conditional_expression] = STATE(6155), + [sym__expression] = STATE(1033), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(1909), + [sym_unary_operator] = STATE(657), + [sym_sign] = STATE(661), + [sym__primary] = STATE(1990), + [sym_name] = STATE(1991), + [sym__direct_name] = STATE(736), + [sym__identifier] = STATE(954), + [sym__external_name] = STATE(954), + [sym_external_constant_name] = STATE(929), + [sym_external_signal_name] = STATE(929), + [sym_external_variable_name] = STATE(929), + [sym__literal] = STATE(1992), + [sym_bit_string_literal] = STATE(1984), + [sym__abstract_literal] = STATE(964), + [sym_based_literal] = STATE(1073), + [sym_allocator] = STATE(1991), + [sym_parenthesis_expression] = STATE(1991), + [sym_element_association] = STATE(6503), + [sym__element] = STATE(6165), + [sym_choices] = STATE(5528), + [sym__range] = STATE(5528), + [sym_simple_range] = STATE(4995), [sym__tool_directive] = STATE(224), [sym_line_comment] = STATE(224), [sym_block_comment] = STATE(224), @@ -38318,35 +38318,35 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_type] = ACTIONS(403), }, [225] = { - [sym_unspecified_type_indication] = STATE(6478), - [sym__array_index_incomplete_type] = STATE(6288), - [sym_index_constraint] = STATE(6478), - [sym_index_subtype_definition] = STATE(6478), - [sym__expression] = STATE(1050), - [sym_condition_expression] = STATE(1944), - [sym_logical_expression] = STATE(1944), - [sym_relational_expression] = STATE(1944), - [sym_shift_expression] = STATE(1944), - [sym_simple_expression] = STATE(1837), - [sym_unary_operator] = STATE(720), - [sym_sign] = STATE(439), - [sym__primary] = STATE(1620), - [sym_name] = STATE(2469), - [sym__direct_name] = STATE(752), - [sym__identifier] = STATE(1192), - [sym__external_name] = STATE(1192), - [sym_external_constant_name] = STATE(1122), - [sym_external_signal_name] = STATE(1122), - [sym_external_variable_name] = STATE(1122), - [sym__literal] = STATE(1622), - [sym_bit_string_literal] = STATE(1612), - [sym__abstract_literal] = STATE(846), - [sym_based_literal] = STATE(902), - [sym_allocator] = STATE(1621), - [sym_parenthesis_expression] = STATE(1621), - [sym__range] = STATE(5752), - [sym_simple_range] = STATE(5022), + [sym__expression] = STATE(1103), + [sym_condition_expression] = STATE(2013), + [sym_logical_expression] = STATE(2013), + [sym_relational_expression] = STATE(2013), + [sym_shift_expression] = STATE(2013), + [sym_simple_expression] = STATE(2225), + [sym_unary_operator] = STATE(712), + [sym_sign] = STATE(710), + [sym__primary] = STATE(1446), + [sym_name] = STATE(1440), + [sym__direct_name] = STATE(723), + [sym__label] = STATE(7825), + [sym__identifier] = STATE(879), + [sym__external_name] = STATE(879), + [sym_external_constant_name] = STATE(881), + [sym_external_signal_name] = STATE(881), + [sym_external_variable_name] = STATE(881), + [sym__literal] = STATE(1429), + [sym_bit_string_literal] = STATE(1458), + [sym__abstract_literal] = STATE(838), + [sym_based_literal] = STATE(918), + [sym_allocator] = STATE(1440), + [sym_parenthesis_expression] = STATE(1440), + [sym__element] = STATE(5956), + [sym_choices] = STATE(5528), + [sym__range] = STATE(5528), + [sym_simple_range] = STATE(4995), [sym__tool_directive] = STATE(225), + [sym_label_declaration] = STATE(313), [sym_line_comment] = STATE(225), [sym_block_comment] = STATE(225), [anon_sym_LPAREN] = ACTIONS(760), @@ -38363,7 +38363,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_NOT] = ACTIONS(273), [sym_NULL] = ACTIONS(770), [sym_OR] = ACTIONS(273), - [sym_TYPE] = ACTIONS(281), + [sym_OTHERS] = ACTIONS(279), [sym_XNOR] = ACTIONS(273), [sym_XOR] = ACTIONS(273), [sym__grave_accent] = ACTIONS(3), @@ -38389,32 +38389,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_type] = ACTIONS(784), }, [226] = { - [sym_when_expression] = STATE(8195), - [sym__expression] = STATE(2284), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(2313), - [sym_unary_operator] = STATE(695), - [sym_sign] = STATE(696), - [sym__primary] = STATE(2383), - [sym_name] = STATE(2384), - [sym__direct_name] = STATE(748), - [sym__identifier] = STATE(1077), - [sym__external_name] = STATE(1077), - [sym_external_constant_name] = STATE(1078), - [sym_external_signal_name] = STATE(1078), - [sym_external_variable_name] = STATE(1078), - [sym__literal] = STATE(2385), - [sym_bit_string_literal] = STATE(2380), - [sym__abstract_literal] = STATE(1056), - [sym_based_literal] = STATE(1229), - [sym_allocator] = STATE(2384), - [sym_parenthesis_expression] = STATE(2384), + [sym_when_expression] = STATE(7018), + [sym__expression] = STATE(2018), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(2423), + [sym_unary_operator] = STATE(640), + [sym_sign] = STATE(688), + [sym__primary] = STATE(2431), + [sym_name] = STATE(2428), + [sym__direct_name] = STATE(743), + [sym__identifier] = STATE(1025), + [sym__external_name] = STATE(1025), + [sym_external_constant_name] = STATE(1087), + [sym_external_signal_name] = STATE(1087), + [sym_external_variable_name] = STATE(1087), + [sym__literal] = STATE(2427), + [sym_bit_string_literal] = STATE(2399), + [sym__abstract_literal] = STATE(1006), + [sym_based_literal] = STATE(1206), + [sym_allocator] = STATE(2428), + [sym_parenthesis_expression] = STATE(2428), [sym__tool_directive] = STATE(226), - [sym_conditional_or_unaffected_expression] = STATE(8195), - [sym__expression_or_unaffected] = STATE(5331), + [sym_conditional_or_unaffected_expression] = STATE(7018), + [sym__expression_or_unaffected] = STATE(5524), [sym_line_comment] = STATE(226), [sym_block_comment] = STATE(226), [anon_sym_SEMI] = ACTIONS(788), @@ -38459,32 +38459,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_type] = ACTIONS(740), }, [227] = { - [sym_when_expression] = STATE(8136), - [sym__expression] = STATE(2284), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(2313), - [sym_unary_operator] = STATE(695), - [sym_sign] = STATE(696), - [sym__primary] = STATE(2383), - [sym_name] = STATE(2384), - [sym__direct_name] = STATE(748), - [sym__identifier] = STATE(1077), - [sym__external_name] = STATE(1077), - [sym_external_constant_name] = STATE(1078), - [sym_external_signal_name] = STATE(1078), - [sym_external_variable_name] = STATE(1078), - [sym__literal] = STATE(2385), - [sym_bit_string_literal] = STATE(2380), - [sym__abstract_literal] = STATE(1056), - [sym_based_literal] = STATE(1229), - [sym_allocator] = STATE(2384), - [sym_parenthesis_expression] = STATE(2384), + [sym_when_expression] = STATE(7099), + [sym__expression] = STATE(2018), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(2423), + [sym_unary_operator] = STATE(640), + [sym_sign] = STATE(688), + [sym__primary] = STATE(2431), + [sym_name] = STATE(2428), + [sym__direct_name] = STATE(743), + [sym__identifier] = STATE(1025), + [sym__external_name] = STATE(1025), + [sym_external_constant_name] = STATE(1087), + [sym_external_signal_name] = STATE(1087), + [sym_external_variable_name] = STATE(1087), + [sym__literal] = STATE(2427), + [sym_bit_string_literal] = STATE(2399), + [sym__abstract_literal] = STATE(1006), + [sym_based_literal] = STATE(1206), + [sym_allocator] = STATE(2428), + [sym_parenthesis_expression] = STATE(2428), [sym__tool_directive] = STATE(227), - [sym_conditional_or_unaffected_expression] = STATE(8136), - [sym__expression_or_unaffected] = STATE(5331), + [sym_conditional_or_unaffected_expression] = STATE(7099), + [sym__expression_or_unaffected] = STATE(5524), [sym_line_comment] = STATE(227), [sym_block_comment] = STATE(227), [anon_sym_SEMI] = ACTIONS(794), @@ -38529,32 +38529,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_type] = ACTIONS(740), }, [228] = { - [sym_when_expression] = STATE(7643), - [sym__expression] = STATE(2284), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(2313), - [sym_unary_operator] = STATE(695), - [sym_sign] = STATE(696), - [sym__primary] = STATE(2383), - [sym_name] = STATE(2384), - [sym__direct_name] = STATE(748), - [sym__identifier] = STATE(1077), - [sym__external_name] = STATE(1077), - [sym_external_constant_name] = STATE(1078), - [sym_external_signal_name] = STATE(1078), - [sym_external_variable_name] = STATE(1078), - [sym__literal] = STATE(2385), - [sym_bit_string_literal] = STATE(2380), - [sym__abstract_literal] = STATE(1056), - [sym_based_literal] = STATE(1229), - [sym_allocator] = STATE(2384), - [sym_parenthesis_expression] = STATE(2384), + [sym_when_expression] = STATE(7365), + [sym__expression] = STATE(2018), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(2423), + [sym_unary_operator] = STATE(640), + [sym_sign] = STATE(688), + [sym__primary] = STATE(2431), + [sym_name] = STATE(2428), + [sym__direct_name] = STATE(743), + [sym__identifier] = STATE(1025), + [sym__external_name] = STATE(1025), + [sym_external_constant_name] = STATE(1087), + [sym_external_signal_name] = STATE(1087), + [sym_external_variable_name] = STATE(1087), + [sym__literal] = STATE(2427), + [sym_bit_string_literal] = STATE(2399), + [sym__abstract_literal] = STATE(1006), + [sym_based_literal] = STATE(1206), + [sym_allocator] = STATE(2428), + [sym_parenthesis_expression] = STATE(2428), [sym__tool_directive] = STATE(228), - [sym_conditional_or_unaffected_expression] = STATE(7643), - [sym__expression_or_unaffected] = STATE(5331), + [sym_conditional_or_unaffected_expression] = STATE(7365), + [sym__expression_or_unaffected] = STATE(5524), [sym_line_comment] = STATE(228), [sym_block_comment] = STATE(228), [anon_sym_SEMI] = ACTIONS(796), @@ -38599,32 +38599,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_type] = ACTIONS(740), }, [229] = { - [sym__expression] = STATE(2284), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(2313), - [sym_unary_operator] = STATE(695), - [sym_sign] = STATE(696), - [sym__primary] = STATE(2383), - [sym_name] = STATE(2384), - [sym__direct_name] = STATE(748), - [sym__identifier] = STATE(1077), - [sym__external_name] = STATE(1077), - [sym_external_constant_name] = STATE(1078), - [sym_external_signal_name] = STATE(1078), - [sym_external_variable_name] = STATE(1078), - [sym__literal] = STATE(2385), - [sym_bit_string_literal] = STATE(2380), - [sym__abstract_literal] = STATE(1056), - [sym_based_literal] = STATE(1229), - [sym_allocator] = STATE(2384), - [sym_parenthesis_expression] = STATE(2384), + [sym__expression] = STATE(2018), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(2423), + [sym_unary_operator] = STATE(640), + [sym_sign] = STATE(688), + [sym__primary] = STATE(2431), + [sym_name] = STATE(2428), + [sym__direct_name] = STATE(743), + [sym__identifier] = STATE(1025), + [sym__external_name] = STATE(1025), + [sym_external_constant_name] = STATE(1087), + [sym_external_signal_name] = STATE(1087), + [sym_external_variable_name] = STATE(1087), + [sym__literal] = STATE(2427), + [sym_bit_string_literal] = STATE(2399), + [sym__abstract_literal] = STATE(1006), + [sym_based_literal] = STATE(1206), + [sym_allocator] = STATE(2428), + [sym_parenthesis_expression] = STATE(2428), [sym__tool_directive] = STATE(229), - [sym_force_mode] = STATE(365), - [sym_conditional_or_unaffected_expression] = STATE(8342), - [sym__expression_or_unaffected] = STATE(5331), + [sym_force_mode] = STATE(363), + [sym_conditional_or_unaffected_expression] = STATE(7183), + [sym__expression_or_unaffected] = STATE(5524), [sym_line_comment] = STATE(229), [sym_block_comment] = STATE(229), [anon_sym_LPAREN] = ACTIONS(736), @@ -38669,32 +38669,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_type] = ACTIONS(740), }, [230] = { - [sym_when_expression] = STATE(7394), - [sym__expression] = STATE(2284), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(2313), - [sym_unary_operator] = STATE(695), - [sym_sign] = STATE(696), - [sym__primary] = STATE(2383), - [sym_name] = STATE(2384), - [sym__direct_name] = STATE(748), - [sym__identifier] = STATE(1077), - [sym__external_name] = STATE(1077), - [sym_external_constant_name] = STATE(1078), - [sym_external_signal_name] = STATE(1078), - [sym_external_variable_name] = STATE(1078), - [sym__literal] = STATE(2385), - [sym_bit_string_literal] = STATE(2380), - [sym__abstract_literal] = STATE(1056), - [sym_based_literal] = STATE(1229), - [sym_allocator] = STATE(2384), - [sym_parenthesis_expression] = STATE(2384), + [sym_when_expression] = STATE(8287), + [sym__expression] = STATE(2018), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(2423), + [sym_unary_operator] = STATE(640), + [sym_sign] = STATE(688), + [sym__primary] = STATE(2431), + [sym_name] = STATE(2428), + [sym__direct_name] = STATE(743), + [sym__identifier] = STATE(1025), + [sym__external_name] = STATE(1025), + [sym_external_constant_name] = STATE(1087), + [sym_external_signal_name] = STATE(1087), + [sym_external_variable_name] = STATE(1087), + [sym__literal] = STATE(2427), + [sym_bit_string_literal] = STATE(2399), + [sym__abstract_literal] = STATE(1006), + [sym_based_literal] = STATE(1206), + [sym_allocator] = STATE(2428), + [sym_parenthesis_expression] = STATE(2428), [sym__tool_directive] = STATE(230), - [sym_conditional_or_unaffected_expression] = STATE(7394), - [sym__expression_or_unaffected] = STATE(5331), + [sym_conditional_or_unaffected_expression] = STATE(8287), + [sym__expression_or_unaffected] = STATE(5524), [sym_line_comment] = STATE(230), [sym_block_comment] = STATE(230), [anon_sym_SEMI] = ACTIONS(800), @@ -38739,32 +38739,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_type] = ACTIONS(740), }, [231] = { - [sym__expression] = STATE(2284), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(2313), - [sym_unary_operator] = STATE(695), - [sym_sign] = STATE(696), - [sym__primary] = STATE(2383), - [sym_name] = STATE(2384), - [sym__direct_name] = STATE(748), - [sym__identifier] = STATE(1077), - [sym__external_name] = STATE(1077), - [sym_external_constant_name] = STATE(1078), - [sym_external_signal_name] = STATE(1078), - [sym_external_variable_name] = STATE(1078), - [sym__literal] = STATE(2385), - [sym_bit_string_literal] = STATE(2380), - [sym__abstract_literal] = STATE(1056), - [sym_based_literal] = STATE(1229), - [sym_allocator] = STATE(2384), - [sym_parenthesis_expression] = STATE(2384), + [sym__expression] = STATE(2018), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(2423), + [sym_unary_operator] = STATE(640), + [sym_sign] = STATE(688), + [sym__primary] = STATE(2431), + [sym_name] = STATE(2428), + [sym__direct_name] = STATE(743), + [sym__identifier] = STATE(1025), + [sym__external_name] = STATE(1025), + [sym_external_constant_name] = STATE(1087), + [sym_external_signal_name] = STATE(1087), + [sym_external_variable_name] = STATE(1087), + [sym__literal] = STATE(2427), + [sym_bit_string_literal] = STATE(2399), + [sym__abstract_literal] = STATE(1006), + [sym_based_literal] = STATE(1206), + [sym_allocator] = STATE(2428), + [sym_parenthesis_expression] = STATE(2428), [sym__tool_directive] = STATE(231), - [sym_force_mode] = STATE(354), - [sym_conditional_or_unaffected_expression] = STATE(8231), - [sym__expression_or_unaffected] = STATE(5331), + [sym_force_mode] = STATE(359), + [sym_conditional_or_unaffected_expression] = STATE(6976), + [sym__expression_or_unaffected] = STATE(5524), [sym_line_comment] = STATE(231), [sym_block_comment] = STATE(231), [anon_sym_LPAREN] = ACTIONS(736), @@ -38809,34 +38809,35 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_type] = ACTIONS(740), }, [232] = { - [sym__expression] = STATE(2284), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(2313), - [sym_unary_operator] = STATE(695), - [sym_sign] = STATE(696), - [sym__primary] = STATE(2383), - [sym_name] = STATE(2384), - [sym__direct_name] = STATE(748), - [sym__identifier] = STATE(1077), - [sym__external_name] = STATE(1077), - [sym_external_constant_name] = STATE(1078), - [sym_external_signal_name] = STATE(1078), - [sym_external_variable_name] = STATE(1078), - [sym__literal] = STATE(2385), - [sym_bit_string_literal] = STATE(2380), - [sym__abstract_literal] = STATE(1056), - [sym_based_literal] = STATE(1229), - [sym_allocator] = STATE(2384), - [sym_parenthesis_expression] = STATE(2384), + [sym_when_expression] = STATE(6700), + [sym__expression] = STATE(2018), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(2423), + [sym_unary_operator] = STATE(640), + [sym_sign] = STATE(688), + [sym__primary] = STATE(2431), + [sym_name] = STATE(2428), + [sym__direct_name] = STATE(743), + [sym__identifier] = STATE(1025), + [sym__external_name] = STATE(1025), + [sym_external_constant_name] = STATE(1087), + [sym_external_signal_name] = STATE(1087), + [sym_external_variable_name] = STATE(1087), + [sym__literal] = STATE(2427), + [sym_bit_string_literal] = STATE(2399), + [sym__abstract_literal] = STATE(1006), + [sym_based_literal] = STATE(1206), + [sym_allocator] = STATE(2428), + [sym_parenthesis_expression] = STATE(2428), [sym__tool_directive] = STATE(232), - [sym_force_mode] = STATE(364), - [sym_conditional_or_unaffected_expression] = STATE(7764), - [sym__expression_or_unaffected] = STATE(5331), + [sym_conditional_or_unaffected_expression] = STATE(6700), + [sym__expression_or_unaffected] = STATE(5524), [sym_line_comment] = STATE(232), [sym_block_comment] = STATE(232), + [anon_sym_SEMI] = ACTIONS(802), [anon_sym_LPAREN] = ACTIONS(736), [sym_condition_conversion] = ACTIONS(265), [anon_sym_PLUS] = ACTIONS(267), @@ -38845,15 +38846,14 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_identifier] = ACTIONS(740), [sym_ABS] = ACTIONS(273), [sym_AND] = ACTIONS(273), - [sym_IN] = ACTIONS(798), [sym_NAND] = ACTIONS(273), [sym_NEW] = ACTIONS(744), [sym_NOR] = ACTIONS(273), [sym_NOT] = ACTIONS(273), [sym_NULL] = ACTIONS(746), [sym_OR] = ACTIONS(273), - [sym_OUT] = ACTIONS(798), [sym_UNAFFECTED] = ACTIONS(790), + [sym_WHEN] = ACTIONS(792), [sym_XNOR] = ACTIONS(273), [sym_XOR] = ACTIONS(273), [sym__grave_accent] = ACTIONS(3), @@ -38879,32 +38879,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_type] = ACTIONS(740), }, [233] = { - [sym__expression] = STATE(2284), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(2313), - [sym_unary_operator] = STATE(695), - [sym_sign] = STATE(696), - [sym__primary] = STATE(2383), - [sym_name] = STATE(2384), - [sym__direct_name] = STATE(748), - [sym__identifier] = STATE(1077), - [sym__external_name] = STATE(1077), - [sym_external_constant_name] = STATE(1078), - [sym_external_signal_name] = STATE(1078), - [sym_external_variable_name] = STATE(1078), - [sym__literal] = STATE(2385), - [sym_bit_string_literal] = STATE(2380), - [sym__abstract_literal] = STATE(1056), - [sym_based_literal] = STATE(1229), - [sym_allocator] = STATE(2384), - [sym_parenthesis_expression] = STATE(2384), + [sym__expression] = STATE(2018), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(2423), + [sym_unary_operator] = STATE(640), + [sym_sign] = STATE(688), + [sym__primary] = STATE(2431), + [sym_name] = STATE(2428), + [sym__direct_name] = STATE(743), + [sym__identifier] = STATE(1025), + [sym__external_name] = STATE(1025), + [sym_external_constant_name] = STATE(1087), + [sym_external_signal_name] = STATE(1087), + [sym_external_variable_name] = STATE(1087), + [sym__literal] = STATE(2427), + [sym_bit_string_literal] = STATE(2399), + [sym__abstract_literal] = STATE(1006), + [sym_based_literal] = STATE(1206), + [sym_allocator] = STATE(2428), + [sym_parenthesis_expression] = STATE(2428), [sym__tool_directive] = STATE(233), - [sym_force_mode] = STATE(361), - [sym_conditional_or_unaffected_expression] = STATE(7495), - [sym__expression_or_unaffected] = STATE(5331), + [sym_force_mode] = STATE(354), + [sym_conditional_or_unaffected_expression] = STATE(8054), + [sym__expression_or_unaffected] = STATE(5524), [sym_line_comment] = STATE(233), [sym_block_comment] = STATE(233), [anon_sym_LPAREN] = ACTIONS(736), @@ -38949,35 +38949,34 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_type] = ACTIONS(740), }, [234] = { - [sym_when_expression] = STATE(7562), - [sym__expression] = STATE(2284), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(2313), - [sym_unary_operator] = STATE(695), - [sym_sign] = STATE(696), - [sym__primary] = STATE(2383), - [sym_name] = STATE(2384), - [sym__direct_name] = STATE(748), - [sym__identifier] = STATE(1077), - [sym__external_name] = STATE(1077), - [sym_external_constant_name] = STATE(1078), - [sym_external_signal_name] = STATE(1078), - [sym_external_variable_name] = STATE(1078), - [sym__literal] = STATE(2385), - [sym_bit_string_literal] = STATE(2380), - [sym__abstract_literal] = STATE(1056), - [sym_based_literal] = STATE(1229), - [sym_allocator] = STATE(2384), - [sym_parenthesis_expression] = STATE(2384), + [sym__expression] = STATE(2018), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(2423), + [sym_unary_operator] = STATE(640), + [sym_sign] = STATE(688), + [sym__primary] = STATE(2431), + [sym_name] = STATE(2428), + [sym__direct_name] = STATE(743), + [sym__identifier] = STATE(1025), + [sym__external_name] = STATE(1025), + [sym_external_constant_name] = STATE(1087), + [sym_external_signal_name] = STATE(1087), + [sym_external_variable_name] = STATE(1087), + [sym__literal] = STATE(2427), + [sym_bit_string_literal] = STATE(2399), + [sym__abstract_literal] = STATE(1006), + [sym_based_literal] = STATE(1206), + [sym_allocator] = STATE(2428), + [sym_parenthesis_expression] = STATE(2428), [sym__tool_directive] = STATE(234), - [sym_conditional_or_unaffected_expression] = STATE(7562), - [sym__expression_or_unaffected] = STATE(5331), + [sym_force_mode] = STATE(365), + [sym_conditional_or_unaffected_expression] = STATE(6861), + [sym__expression_or_unaffected] = STATE(5524), [sym_line_comment] = STATE(234), [sym_block_comment] = STATE(234), - [anon_sym_SEMI] = ACTIONS(802), [anon_sym_LPAREN] = ACTIONS(736), [sym_condition_conversion] = ACTIONS(265), [anon_sym_PLUS] = ACTIONS(267), @@ -38986,14 +38985,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_identifier] = ACTIONS(740), [sym_ABS] = ACTIONS(273), [sym_AND] = ACTIONS(273), + [sym_IN] = ACTIONS(798), [sym_NAND] = ACTIONS(273), [sym_NEW] = ACTIONS(744), [sym_NOR] = ACTIONS(273), [sym_NOT] = ACTIONS(273), [sym_NULL] = ACTIONS(746), [sym_OR] = ACTIONS(273), + [sym_OUT] = ACTIONS(798), [sym_UNAFFECTED] = ACTIONS(790), - [sym_WHEN] = ACTIONS(792), [sym_XNOR] = ACTIONS(273), [sym_XOR] = ACTIONS(273), [sym__grave_accent] = ACTIONS(3), @@ -39019,32 +39019,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_type] = ACTIONS(740), }, [235] = { - [sym__expression] = STATE(2284), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(2313), - [sym_unary_operator] = STATE(695), - [sym_sign] = STATE(696), - [sym__primary] = STATE(2383), - [sym_name] = STATE(2384), - [sym__direct_name] = STATE(748), - [sym__identifier] = STATE(1077), - [sym__external_name] = STATE(1077), - [sym_external_constant_name] = STATE(1078), - [sym_external_signal_name] = STATE(1078), - [sym_external_variable_name] = STATE(1078), - [sym__literal] = STATE(2385), - [sym_bit_string_literal] = STATE(2380), - [sym__abstract_literal] = STATE(1056), - [sym_based_literal] = STATE(1229), - [sym_allocator] = STATE(2384), - [sym_parenthesis_expression] = STATE(2384), + [sym__expression] = STATE(2018), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(2423), + [sym_unary_operator] = STATE(640), + [sym_sign] = STATE(688), + [sym__primary] = STATE(2431), + [sym_name] = STATE(2428), + [sym__direct_name] = STATE(743), + [sym__identifier] = STATE(1025), + [sym__external_name] = STATE(1025), + [sym_external_constant_name] = STATE(1087), + [sym_external_signal_name] = STATE(1087), + [sym_external_variable_name] = STATE(1087), + [sym__literal] = STATE(2427), + [sym_bit_string_literal] = STATE(2399), + [sym__abstract_literal] = STATE(1006), + [sym_based_literal] = STATE(1206), + [sym_allocator] = STATE(2428), + [sym_parenthesis_expression] = STATE(2428), [sym__tool_directive] = STATE(235), - [sym_force_mode] = STATE(360), - [sym_conditional_or_unaffected_expression] = STATE(8257), - [sym__expression_or_unaffected] = STATE(5331), + [sym_force_mode] = STATE(352), + [sym_conditional_or_unaffected_expression] = STATE(6949), + [sym__expression_or_unaffected] = STATE(5524), [sym_line_comment] = STATE(235), [sym_block_comment] = STATE(235), [anon_sym_LPAREN] = ACTIONS(736), @@ -39089,34 +39089,35 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_type] = ACTIONS(740), }, [236] = { - [sym__expression] = STATE(2284), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(2313), - [sym_unary_operator] = STATE(695), - [sym_sign] = STATE(696), - [sym__primary] = STATE(2383), - [sym_name] = STATE(2384), - [sym__direct_name] = STATE(748), - [sym__identifier] = STATE(1077), - [sym__external_name] = STATE(1077), - [sym_external_constant_name] = STATE(1078), - [sym_external_signal_name] = STATE(1078), - [sym_external_variable_name] = STATE(1078), - [sym__literal] = STATE(2385), - [sym_bit_string_literal] = STATE(2380), - [sym__abstract_literal] = STATE(1056), - [sym_based_literal] = STATE(1229), - [sym_allocator] = STATE(2384), - [sym_parenthesis_expression] = STATE(2384), + [sym_when_expression] = STATE(6793), + [sym__expression] = STATE(2018), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(2423), + [sym_unary_operator] = STATE(640), + [sym_sign] = STATE(688), + [sym__primary] = STATE(2431), + [sym_name] = STATE(2428), + [sym__direct_name] = STATE(743), + [sym__identifier] = STATE(1025), + [sym__external_name] = STATE(1025), + [sym_external_constant_name] = STATE(1087), + [sym_external_signal_name] = STATE(1087), + [sym_external_variable_name] = STATE(1087), + [sym__literal] = STATE(2427), + [sym_bit_string_literal] = STATE(2399), + [sym__abstract_literal] = STATE(1006), + [sym_based_literal] = STATE(1206), + [sym_allocator] = STATE(2428), + [sym_parenthesis_expression] = STATE(2428), [sym__tool_directive] = STATE(236), - [sym_force_mode] = STATE(359), - [sym_conditional_or_unaffected_expression] = STATE(8021), - [sym__expression_or_unaffected] = STATE(5331), + [sym_conditional_or_unaffected_expression] = STATE(6793), + [sym__expression_or_unaffected] = STATE(5524), [sym_line_comment] = STATE(236), [sym_block_comment] = STATE(236), + [anon_sym_SEMI] = ACTIONS(804), [anon_sym_LPAREN] = ACTIONS(736), [sym_condition_conversion] = ACTIONS(265), [anon_sym_PLUS] = ACTIONS(267), @@ -39125,15 +39126,14 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_identifier] = ACTIONS(740), [sym_ABS] = ACTIONS(273), [sym_AND] = ACTIONS(273), - [sym_IN] = ACTIONS(798), [sym_NAND] = ACTIONS(273), [sym_NEW] = ACTIONS(744), [sym_NOR] = ACTIONS(273), [sym_NOT] = ACTIONS(273), [sym_NULL] = ACTIONS(746), [sym_OR] = ACTIONS(273), - [sym_OUT] = ACTIONS(798), [sym_UNAFFECTED] = ACTIONS(790), + [sym_WHEN] = ACTIONS(792), [sym_XNOR] = ACTIONS(273), [sym_XOR] = ACTIONS(273), [sym__grave_accent] = ACTIONS(3), @@ -39159,35 +39159,34 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_type] = ACTIONS(740), }, [237] = { - [sym_when_expression] = STATE(6980), - [sym__expression] = STATE(2284), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(2313), - [sym_unary_operator] = STATE(695), - [sym_sign] = STATE(696), - [sym__primary] = STATE(2383), - [sym_name] = STATE(2384), - [sym__direct_name] = STATE(748), - [sym__identifier] = STATE(1077), - [sym__external_name] = STATE(1077), - [sym_external_constant_name] = STATE(1078), - [sym_external_signal_name] = STATE(1078), - [sym_external_variable_name] = STATE(1078), - [sym__literal] = STATE(2385), - [sym_bit_string_literal] = STATE(2380), - [sym__abstract_literal] = STATE(1056), - [sym_based_literal] = STATE(1229), - [sym_allocator] = STATE(2384), - [sym_parenthesis_expression] = STATE(2384), + [sym__expression] = STATE(2018), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(2423), + [sym_unary_operator] = STATE(640), + [sym_sign] = STATE(688), + [sym__primary] = STATE(2431), + [sym_name] = STATE(2428), + [sym__direct_name] = STATE(743), + [sym__identifier] = STATE(1025), + [sym__external_name] = STATE(1025), + [sym_external_constant_name] = STATE(1087), + [sym_external_signal_name] = STATE(1087), + [sym_external_variable_name] = STATE(1087), + [sym__literal] = STATE(2427), + [sym_bit_string_literal] = STATE(2399), + [sym__abstract_literal] = STATE(1006), + [sym_based_literal] = STATE(1206), + [sym_allocator] = STATE(2428), + [sym_parenthesis_expression] = STATE(2428), [sym__tool_directive] = STATE(237), - [sym_conditional_or_unaffected_expression] = STATE(6980), - [sym__expression_or_unaffected] = STATE(5331), + [sym_force_mode] = STATE(361), + [sym_conditional_or_unaffected_expression] = STATE(7571), + [sym__expression_or_unaffected] = STATE(5524), [sym_line_comment] = STATE(237), [sym_block_comment] = STATE(237), - [anon_sym_SEMI] = ACTIONS(804), [anon_sym_LPAREN] = ACTIONS(736), [sym_condition_conversion] = ACTIONS(265), [anon_sym_PLUS] = ACTIONS(267), @@ -39196,14 +39195,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_identifier] = ACTIONS(740), [sym_ABS] = ACTIONS(273), [sym_AND] = ACTIONS(273), + [sym_IN] = ACTIONS(798), [sym_NAND] = ACTIONS(273), [sym_NEW] = ACTIONS(744), [sym_NOR] = ACTIONS(273), [sym_NOT] = ACTIONS(273), [sym_NULL] = ACTIONS(746), [sym_OR] = ACTIONS(273), + [sym_OUT] = ACTIONS(798), [sym_UNAFFECTED] = ACTIONS(790), - [sym_WHEN] = ACTIONS(792), [sym_XNOR] = ACTIONS(273), [sym_XOR] = ACTIONS(273), [sym__grave_accent] = ACTIONS(3), @@ -39229,34 +39229,103 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_type] = ACTIONS(740), }, [238] = { - [sym_conditional_expression] = STATE(6048), - [sym__expression] = STATE(1201), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(2313), - [sym_unary_operator] = STATE(695), - [sym_sign] = STATE(696), - [sym__primary] = STATE(2383), - [sym_name] = STATE(2504), - [sym__direct_name] = STATE(748), - [sym__identifier] = STATE(1077), - [sym__external_name] = STATE(1077), - [sym_external_constant_name] = STATE(1078), - [sym_external_signal_name] = STATE(1078), - [sym_external_variable_name] = STATE(1078), - [sym_association_element] = STATE(5663), - [sym__actual_part] = STATE(6171), - [sym__literal] = STATE(2385), - [sym_bit_string_literal] = STATE(2380), - [sym__abstract_literal] = STATE(1056), - [sym_based_literal] = STATE(1229), - [sym_allocator] = STATE(2384), - [sym_parenthesis_expression] = STATE(2384), + [sym__expression] = STATE(1550), + [sym_condition_expression] = STATE(2503), + [sym_logical_expression] = STATE(2503), + [sym_relational_expression] = STATE(2503), + [sym_shift_expression] = STATE(2503), + [sym_simple_expression] = STATE(2503), + [sym_unary_operator] = STATE(699), + [sym_sign] = STATE(700), + [sym__primary] = STATE(2502), + [sym_name] = STATE(2501), + [sym__direct_name] = STATE(764), + [sym__identifier] = STATE(1352), + [sym__external_name] = STATE(1352), + [sym_external_constant_name] = STATE(1351), + [sym_external_signal_name] = STATE(1351), + [sym_external_variable_name] = STATE(1351), + [sym__literal] = STATE(2500), + [sym_bit_string_literal] = STATE(2505), + [sym__abstract_literal] = STATE(1399), + [sym_based_literal] = STATE(1466), + [sym_allocator] = STATE(2501), + [sym_parenthesis_expression] = STATE(2501), [sym__tool_directive] = STATE(238), + [sym_selected_waveforms] = STATE(7331), + [sym_waveform] = STATE(6284), + [sym_waveform_element] = STATE(5497), [sym_line_comment] = STATE(238), [sym_block_comment] = STATE(238), + [aux_sym_selected_waveforms_repeat1] = STATE(326), + [anon_sym_LPAREN] = ACTIONS(415), + [sym_condition_conversion] = ACTIONS(417), + [anon_sym_PLUS] = ACTIONS(267), + [anon_sym_DASH] = ACTIONS(267), + [anon_sym_LT_LT] = ACTIONS(419), + [sym_identifier] = ACTIONS(421), + [sym_ABS] = ACTIONS(273), + [sym_AND] = ACTIONS(273), + [sym_NAND] = ACTIONS(273), + [sym_NEW] = ACTIONS(427), + [sym_NOR] = ACTIONS(273), + [sym_NOT] = ACTIONS(273), + [sym_NULL] = ACTIONS(429), + [sym_OR] = ACTIONS(273), + [sym_UNAFFECTED] = ACTIONS(435), + [sym_XNOR] = ACTIONS(273), + [sym_XOR] = ACTIONS(273), + [sym__grave_accent] = ACTIONS(3), + [sym_decimal_integer] = ACTIONS(437), + [sym_decimal_float] = ACTIONS(437), + [sym_based_base] = ACTIONS(439), + [sym_character_literal] = ACTIONS(441), + [sym_string_literal] = ACTIONS(429), + [sym_string_literal_std_logic] = ACTIONS(429), + [sym_bit_string_length] = ACTIONS(443), + [sym_bit_string_base] = ACTIONS(445), + [sym_operator_symbol] = ACTIONS(441), + [sym__line_comment_start] = ACTIONS(5), + [sym__block_comment_start] = ACTIONS(7), + [sym_library_constant] = ACTIONS(421), + [sym_library_constant_boolean] = ACTIONS(429), + [sym_library_constant_character] = ACTIONS(429), + [sym_library_constant_debug] = ACTIONS(429), + [sym_library_constant_env] = ACTIONS(429), + [sym_library_constant_standard] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(441), + [sym_library_function] = ACTIONS(421), + [sym_library_type] = ACTIONS(421), + }, + [239] = { + [sym_conditional_expression] = STATE(6473), + [sym__expression] = STATE(1133), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(2423), + [sym_unary_operator] = STATE(640), + [sym_sign] = STATE(688), + [sym__primary] = STATE(2431), + [sym_name] = STATE(2491), + [sym__direct_name] = STATE(743), + [sym__identifier] = STATE(1025), + [sym__external_name] = STATE(1025), + [sym_external_constant_name] = STATE(1087), + [sym_external_signal_name] = STATE(1087), + [sym_external_variable_name] = STATE(1087), + [sym_association_element] = STATE(5761), + [sym__actual_part] = STATE(6481), + [sym__literal] = STATE(2427), + [sym_bit_string_literal] = STATE(2399), + [sym__abstract_literal] = STATE(1006), + [sym_based_literal] = STATE(1206), + [sym_allocator] = STATE(2428), + [sym_parenthesis_expression] = STATE(2428), + [sym__tool_directive] = STATE(239), + [sym_line_comment] = STATE(239), + [sym_block_comment] = STATE(239), [anon_sym_LPAREN] = ACTIONS(736), [sym_condition_conversion] = ACTIONS(265), [anon_sym_PLUS] = ACTIONS(267), @@ -39297,242 +39366,173 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_function] = ACTIONS(740), [sym_library_type] = ACTIONS(740), }, - [239] = { - [sym__expression] = STATE(1519), - [sym_condition_expression] = STATE(2536), - [sym_logical_expression] = STATE(2536), - [sym_relational_expression] = STATE(2536), - [sym_shift_expression] = STATE(2536), - [sym_simple_expression] = STATE(2536), - [sym_unary_operator] = STATE(704), - [sym_sign] = STATE(705), - [sym__primary] = STATE(2508), - [sym_name] = STATE(2509), - [sym__direct_name] = STATE(777), - [sym__identifier] = STATE(1411), - [sym__external_name] = STATE(1411), - [sym_external_constant_name] = STATE(1412), - [sym_external_signal_name] = STATE(1412), - [sym_external_variable_name] = STATE(1412), - [sym__literal] = STATE(2510), - [sym_bit_string_literal] = STATE(2506), - [sym__abstract_literal] = STATE(1408), - [sym_based_literal] = STATE(1627), - [sym_allocator] = STATE(2509), - [sym_parenthesis_expression] = STATE(2509), - [sym__tool_directive] = STATE(239), - [sym_selected_waveforms] = STATE(8256), - [sym_waveform] = STATE(6286), - [sym_waveform_element] = STATE(5397), - [sym_line_comment] = STATE(239), - [sym_block_comment] = STATE(239), - [aux_sym_selected_waveforms_repeat1] = STATE(339), - [anon_sym_LPAREN] = ACTIONS(411), - [sym_condition_conversion] = ACTIONS(413), - [anon_sym_PLUS] = ACTIONS(267), - [anon_sym_DASH] = ACTIONS(267), - [anon_sym_LT_LT] = ACTIONS(415), - [sym_identifier] = ACTIONS(417), - [sym_ABS] = ACTIONS(273), - [sym_AND] = ACTIONS(273), - [sym_NAND] = ACTIONS(273), - [sym_NEW] = ACTIONS(423), - [sym_NOR] = ACTIONS(273), - [sym_NOT] = ACTIONS(273), - [sym_NULL] = ACTIONS(425), - [sym_OR] = ACTIONS(273), - [sym_UNAFFECTED] = ACTIONS(429), - [sym_XNOR] = ACTIONS(273), - [sym_XOR] = ACTIONS(273), - [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(431), - [sym_decimal_float] = ACTIONS(431), - [sym_based_base] = ACTIONS(433), - [sym_character_literal] = ACTIONS(435), - [sym_string_literal] = ACTIONS(425), - [sym_string_literal_std_logic] = ACTIONS(425), - [sym_bit_string_length] = ACTIONS(437), - [sym_bit_string_base] = ACTIONS(439), - [sym_operator_symbol] = ACTIONS(435), - [sym__line_comment_start] = ACTIONS(5), - [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(417), - [sym_library_constant_boolean] = ACTIONS(425), - [sym_library_constant_character] = ACTIONS(425), - [sym_library_constant_debug] = ACTIONS(425), - [sym_library_constant_env] = ACTIONS(425), - [sym_library_constant_standard] = ACTIONS(425), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(417), - [sym_library_type] = ACTIONS(417), - }, [240] = { - [sym__expression] = STATE(1519), - [sym_condition_expression] = STATE(2536), - [sym_logical_expression] = STATE(2536), - [sym_relational_expression] = STATE(2536), - [sym_shift_expression] = STATE(2536), - [sym_simple_expression] = STATE(2536), - [sym_unary_operator] = STATE(704), - [sym_sign] = STATE(705), - [sym__primary] = STATE(2508), - [sym_name] = STATE(2509), - [sym__direct_name] = STATE(777), - [sym__identifier] = STATE(1411), - [sym__external_name] = STATE(1411), - [sym_external_constant_name] = STATE(1412), - [sym_external_signal_name] = STATE(1412), - [sym_external_variable_name] = STATE(1412), - [sym__literal] = STATE(2510), - [sym_bit_string_literal] = STATE(2506), - [sym__abstract_literal] = STATE(1408), - [sym_based_literal] = STATE(1627), - [sym_allocator] = STATE(2509), - [sym_parenthesis_expression] = STATE(2509), + [sym_conditional_expression] = STATE(6473), + [sym__expression] = STATE(1133), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(2423), + [sym_unary_operator] = STATE(640), + [sym_sign] = STATE(688), + [sym__primary] = STATE(2431), + [sym_name] = STATE(2491), + [sym__direct_name] = STATE(743), + [sym__identifier] = STATE(1025), + [sym__external_name] = STATE(1025), + [sym_external_constant_name] = STATE(1087), + [sym_external_signal_name] = STATE(1087), + [sym_external_variable_name] = STATE(1087), + [sym_association_element] = STATE(5686), + [sym__actual_part] = STATE(6481), + [sym__literal] = STATE(2427), + [sym_bit_string_literal] = STATE(2399), + [sym__abstract_literal] = STATE(1006), + [sym_based_literal] = STATE(1206), + [sym_allocator] = STATE(2428), + [sym_parenthesis_expression] = STATE(2428), [sym__tool_directive] = STATE(240), - [sym_selected_waveforms] = STATE(8274), - [sym_waveform] = STATE(6286), - [sym_waveform_element] = STATE(5397), [sym_line_comment] = STATE(240), [sym_block_comment] = STATE(240), - [aux_sym_selected_waveforms_repeat1] = STATE(339), - [anon_sym_LPAREN] = ACTIONS(411), - [sym_condition_conversion] = ACTIONS(413), + [anon_sym_LPAREN] = ACTIONS(736), + [sym_condition_conversion] = ACTIONS(265), [anon_sym_PLUS] = ACTIONS(267), [anon_sym_DASH] = ACTIONS(267), - [anon_sym_LT_LT] = ACTIONS(415), - [sym_identifier] = ACTIONS(417), + [anon_sym_LT_LT] = ACTIONS(738), + [sym_identifier] = ACTIONS(740), [sym_ABS] = ACTIONS(273), [sym_AND] = ACTIONS(273), + [sym_INERTIAL] = ACTIONS(405), [sym_NAND] = ACTIONS(273), - [sym_NEW] = ACTIONS(423), + [sym_NEW] = ACTIONS(744), [sym_NOR] = ACTIONS(273), [sym_NOT] = ACTIONS(273), - [sym_NULL] = ACTIONS(425), + [sym_NULL] = ACTIONS(746), + [sym_OPEN] = ACTIONS(407), [sym_OR] = ACTIONS(273), - [sym_UNAFFECTED] = ACTIONS(429), [sym_XNOR] = ACTIONS(273), [sym_XOR] = ACTIONS(273), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(431), - [sym_decimal_float] = ACTIONS(431), - [sym_based_base] = ACTIONS(433), - [sym_character_literal] = ACTIONS(435), - [sym_string_literal] = ACTIONS(425), - [sym_string_literal_std_logic] = ACTIONS(425), - [sym_bit_string_length] = ACTIONS(437), - [sym_bit_string_base] = ACTIONS(439), - [sym_operator_symbol] = ACTIONS(435), + [sym_decimal_integer] = ACTIONS(750), + [sym_decimal_float] = ACTIONS(750), + [sym_based_base] = ACTIONS(752), + [sym_character_literal] = ACTIONS(754), + [sym_string_literal] = ACTIONS(746), + [sym_string_literal_std_logic] = ACTIONS(746), + [sym_bit_string_length] = ACTIONS(756), + [sym_bit_string_base] = ACTIONS(758), + [sym_operator_symbol] = ACTIONS(754), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(417), - [sym_library_constant_boolean] = ACTIONS(425), - [sym_library_constant_character] = ACTIONS(425), - [sym_library_constant_debug] = ACTIONS(425), - [sym_library_constant_env] = ACTIONS(425), - [sym_library_constant_standard] = ACTIONS(425), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(417), - [sym_library_type] = ACTIONS(417), + [sym_library_constant] = ACTIONS(740), + [sym_library_constant_boolean] = ACTIONS(746), + [sym_library_constant_character] = ACTIONS(746), + [sym_library_constant_debug] = ACTIONS(746), + [sym_library_constant_env] = ACTIONS(746), + [sym_library_constant_standard] = ACTIONS(746), + [sym_library_constant_std_logic] = ACTIONS(754), + [sym_library_function] = ACTIONS(740), + [sym_library_type] = ACTIONS(740), }, [241] = { - [sym__expression] = STATE(1519), - [sym_condition_expression] = STATE(2536), - [sym_logical_expression] = STATE(2536), - [sym_relational_expression] = STATE(2536), - [sym_shift_expression] = STATE(2536), - [sym_simple_expression] = STATE(2536), - [sym_unary_operator] = STATE(704), - [sym_sign] = STATE(705), - [sym__primary] = STATE(2508), - [sym_name] = STATE(2509), - [sym__direct_name] = STATE(777), - [sym__identifier] = STATE(1411), - [sym__external_name] = STATE(1411), - [sym_external_constant_name] = STATE(1412), - [sym_external_signal_name] = STATE(1412), - [sym_external_variable_name] = STATE(1412), - [sym__literal] = STATE(2510), - [sym_bit_string_literal] = STATE(2506), - [sym__abstract_literal] = STATE(1408), - [sym_based_literal] = STATE(1627), - [sym_allocator] = STATE(2509), - [sym_parenthesis_expression] = STATE(2509), + [sym_conditional_expression] = STATE(6473), + [sym__expression] = STATE(1133), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(2423), + [sym_unary_operator] = STATE(640), + [sym_sign] = STATE(688), + [sym__primary] = STATE(2431), + [sym_name] = STATE(2491), + [sym__direct_name] = STATE(743), + [sym__identifier] = STATE(1025), + [sym__external_name] = STATE(1025), + [sym_external_constant_name] = STATE(1087), + [sym_external_signal_name] = STATE(1087), + [sym_external_variable_name] = STATE(1087), + [sym_association_element] = STATE(5734), + [sym__actual_part] = STATE(6481), + [sym__literal] = STATE(2427), + [sym_bit_string_literal] = STATE(2399), + [sym__abstract_literal] = STATE(1006), + [sym_based_literal] = STATE(1206), + [sym_allocator] = STATE(2428), + [sym_parenthesis_expression] = STATE(2428), [sym__tool_directive] = STATE(241), - [sym_selected_waveforms] = STATE(8276), - [sym_waveform] = STATE(6286), - [sym_waveform_element] = STATE(5397), [sym_line_comment] = STATE(241), [sym_block_comment] = STATE(241), - [aux_sym_selected_waveforms_repeat1] = STATE(339), - [anon_sym_LPAREN] = ACTIONS(411), - [sym_condition_conversion] = ACTIONS(413), + [anon_sym_LPAREN] = ACTIONS(736), + [sym_condition_conversion] = ACTIONS(265), [anon_sym_PLUS] = ACTIONS(267), [anon_sym_DASH] = ACTIONS(267), - [anon_sym_LT_LT] = ACTIONS(415), - [sym_identifier] = ACTIONS(417), + [anon_sym_LT_LT] = ACTIONS(738), + [sym_identifier] = ACTIONS(740), [sym_ABS] = ACTIONS(273), [sym_AND] = ACTIONS(273), + [sym_INERTIAL] = ACTIONS(405), [sym_NAND] = ACTIONS(273), - [sym_NEW] = ACTIONS(423), + [sym_NEW] = ACTIONS(744), [sym_NOR] = ACTIONS(273), [sym_NOT] = ACTIONS(273), - [sym_NULL] = ACTIONS(425), + [sym_NULL] = ACTIONS(746), + [sym_OPEN] = ACTIONS(407), [sym_OR] = ACTIONS(273), - [sym_UNAFFECTED] = ACTIONS(429), [sym_XNOR] = ACTIONS(273), [sym_XOR] = ACTIONS(273), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(431), - [sym_decimal_float] = ACTIONS(431), - [sym_based_base] = ACTIONS(433), - [sym_character_literal] = ACTIONS(435), - [sym_string_literal] = ACTIONS(425), - [sym_string_literal_std_logic] = ACTIONS(425), - [sym_bit_string_length] = ACTIONS(437), - [sym_bit_string_base] = ACTIONS(439), - [sym_operator_symbol] = ACTIONS(435), + [sym_decimal_integer] = ACTIONS(750), + [sym_decimal_float] = ACTIONS(750), + [sym_based_base] = ACTIONS(752), + [sym_character_literal] = ACTIONS(754), + [sym_string_literal] = ACTIONS(746), + [sym_string_literal_std_logic] = ACTIONS(746), + [sym_bit_string_length] = ACTIONS(756), + [sym_bit_string_base] = ACTIONS(758), + [sym_operator_symbol] = ACTIONS(754), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(417), - [sym_library_constant_boolean] = ACTIONS(425), - [sym_library_constant_character] = ACTIONS(425), - [sym_library_constant_debug] = ACTIONS(425), - [sym_library_constant_env] = ACTIONS(425), - [sym_library_constant_standard] = ACTIONS(425), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(417), - [sym_library_type] = ACTIONS(417), + [sym_library_constant] = ACTIONS(740), + [sym_library_constant_boolean] = ACTIONS(746), + [sym_library_constant_character] = ACTIONS(746), + [sym_library_constant_debug] = ACTIONS(746), + [sym_library_constant_env] = ACTIONS(746), + [sym_library_constant_standard] = ACTIONS(746), + [sym_library_constant_std_logic] = ACTIONS(754), + [sym_library_function] = ACTIONS(740), + [sym_library_type] = ACTIONS(740), }, [242] = { - [sym__expression] = STATE(2275), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(2313), - [sym_unary_operator] = STATE(695), - [sym_sign] = STATE(696), - [sym__primary] = STATE(2383), - [sym_name] = STATE(2384), - [sym__direct_name] = STATE(748), - [sym__identifier] = STATE(1077), - [sym__external_name] = STATE(1077), - [sym_external_constant_name] = STATE(1078), - [sym_external_signal_name] = STATE(1078), - [sym_external_variable_name] = STATE(1078), - [sym__literal] = STATE(2385), - [sym_bit_string_literal] = STATE(2380), - [sym__abstract_literal] = STATE(1056), - [sym_based_literal] = STATE(1229), - [sym_allocator] = STATE(2384), - [sym_parenthesis_expression] = STATE(2384), + [sym_conditional_expression] = STATE(6473), + [sym__expression] = STATE(1133), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(2423), + [sym_unary_operator] = STATE(640), + [sym_sign] = STATE(688), + [sym__primary] = STATE(2431), + [sym_name] = STATE(2491), + [sym__direct_name] = STATE(743), + [sym__identifier] = STATE(1025), + [sym__external_name] = STATE(1025), + [sym_external_constant_name] = STATE(1087), + [sym_external_signal_name] = STATE(1087), + [sym_external_variable_name] = STATE(1087), + [sym_association_element] = STATE(5636), + [sym__actual_part] = STATE(6481), + [sym__literal] = STATE(2427), + [sym_bit_string_literal] = STATE(2399), + [sym__abstract_literal] = STATE(1006), + [sym_based_literal] = STATE(1206), + [sym_allocator] = STATE(2428), + [sym_parenthesis_expression] = STATE(2428), [sym__tool_directive] = STATE(242), - [sym_force_mode] = STATE(373), - [sym_selected_expressions] = STATE(7613), [sym_line_comment] = STATE(242), [sym_block_comment] = STATE(242), - [aux_sym_selected_expressions_repeat1] = STATE(405), [anon_sym_LPAREN] = ACTIONS(736), [sym_condition_conversion] = ACTIONS(265), [anon_sym_PLUS] = ACTIONS(267), @@ -39541,14 +39541,14 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_identifier] = ACTIONS(740), [sym_ABS] = ACTIONS(273), [sym_AND] = ACTIONS(273), - [sym_IN] = ACTIONS(806), + [sym_INERTIAL] = ACTIONS(405), [sym_NAND] = ACTIONS(273), [sym_NEW] = ACTIONS(744), [sym_NOR] = ACTIONS(273), [sym_NOT] = ACTIONS(273), [sym_NULL] = ACTIONS(746), + [sym_OPEN] = ACTIONS(407), [sym_OR] = ACTIONS(273), - [sym_OUT] = ACTIONS(806), [sym_XNOR] = ACTIONS(273), [sym_XOR] = ACTIONS(273), [sym__grave_accent] = ACTIONS(3), @@ -39574,238 +39574,238 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_type] = ACTIONS(740), }, [243] = { - [sym__expression] = STATE(1519), - [sym_condition_expression] = STATE(2536), - [sym_logical_expression] = STATE(2536), - [sym_relational_expression] = STATE(2536), - [sym_shift_expression] = STATE(2536), - [sym_simple_expression] = STATE(2536), - [sym_unary_operator] = STATE(704), - [sym_sign] = STATE(705), - [sym__primary] = STATE(2508), - [sym_name] = STATE(2509), - [sym__direct_name] = STATE(777), - [sym__identifier] = STATE(1411), - [sym__external_name] = STATE(1411), - [sym_external_constant_name] = STATE(1412), - [sym_external_signal_name] = STATE(1412), - [sym_external_variable_name] = STATE(1412), - [sym__literal] = STATE(2510), - [sym_bit_string_literal] = STATE(2506), - [sym__abstract_literal] = STATE(1408), - [sym_based_literal] = STATE(1627), - [sym_allocator] = STATE(2509), - [sym_parenthesis_expression] = STATE(2509), + [sym_conditional_expression] = STATE(6473), + [sym__expression] = STATE(1133), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(2423), + [sym_unary_operator] = STATE(640), + [sym_sign] = STATE(688), + [sym__primary] = STATE(2431), + [sym_name] = STATE(2491), + [sym__direct_name] = STATE(743), + [sym__identifier] = STATE(1025), + [sym__external_name] = STATE(1025), + [sym_external_constant_name] = STATE(1087), + [sym_external_signal_name] = STATE(1087), + [sym_external_variable_name] = STATE(1087), + [sym_association_element] = STATE(5707), + [sym__actual_part] = STATE(6481), + [sym__literal] = STATE(2427), + [sym_bit_string_literal] = STATE(2399), + [sym__abstract_literal] = STATE(1006), + [sym_based_literal] = STATE(1206), + [sym_allocator] = STATE(2428), + [sym_parenthesis_expression] = STATE(2428), [sym__tool_directive] = STATE(243), - [sym_selected_waveforms] = STATE(7709), - [sym_waveform] = STATE(6286), - [sym_waveform_element] = STATE(5397), [sym_line_comment] = STATE(243), [sym_block_comment] = STATE(243), - [aux_sym_selected_waveforms_repeat1] = STATE(339), - [anon_sym_LPAREN] = ACTIONS(411), - [sym_condition_conversion] = ACTIONS(413), + [anon_sym_LPAREN] = ACTIONS(736), + [sym_condition_conversion] = ACTIONS(265), [anon_sym_PLUS] = ACTIONS(267), [anon_sym_DASH] = ACTIONS(267), - [anon_sym_LT_LT] = ACTIONS(415), - [sym_identifier] = ACTIONS(417), + [anon_sym_LT_LT] = ACTIONS(738), + [sym_identifier] = ACTIONS(740), [sym_ABS] = ACTIONS(273), [sym_AND] = ACTIONS(273), + [sym_INERTIAL] = ACTIONS(405), [sym_NAND] = ACTIONS(273), - [sym_NEW] = ACTIONS(423), + [sym_NEW] = ACTIONS(744), [sym_NOR] = ACTIONS(273), [sym_NOT] = ACTIONS(273), - [sym_NULL] = ACTIONS(425), + [sym_NULL] = ACTIONS(746), + [sym_OPEN] = ACTIONS(407), [sym_OR] = ACTIONS(273), - [sym_UNAFFECTED] = ACTIONS(429), [sym_XNOR] = ACTIONS(273), [sym_XOR] = ACTIONS(273), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(431), - [sym_decimal_float] = ACTIONS(431), - [sym_based_base] = ACTIONS(433), - [sym_character_literal] = ACTIONS(435), - [sym_string_literal] = ACTIONS(425), - [sym_string_literal_std_logic] = ACTIONS(425), - [sym_bit_string_length] = ACTIONS(437), - [sym_bit_string_base] = ACTIONS(439), - [sym_operator_symbol] = ACTIONS(435), + [sym_decimal_integer] = ACTIONS(750), + [sym_decimal_float] = ACTIONS(750), + [sym_based_base] = ACTIONS(752), + [sym_character_literal] = ACTIONS(754), + [sym_string_literal] = ACTIONS(746), + [sym_string_literal_std_logic] = ACTIONS(746), + [sym_bit_string_length] = ACTIONS(756), + [sym_bit_string_base] = ACTIONS(758), + [sym_operator_symbol] = ACTIONS(754), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(417), - [sym_library_constant_boolean] = ACTIONS(425), - [sym_library_constant_character] = ACTIONS(425), - [sym_library_constant_debug] = ACTIONS(425), - [sym_library_constant_env] = ACTIONS(425), - [sym_library_constant_standard] = ACTIONS(425), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(417), - [sym_library_type] = ACTIONS(417), + [sym_library_constant] = ACTIONS(740), + [sym_library_constant_boolean] = ACTIONS(746), + [sym_library_constant_character] = ACTIONS(746), + [sym_library_constant_debug] = ACTIONS(746), + [sym_library_constant_env] = ACTIONS(746), + [sym_library_constant_standard] = ACTIONS(746), + [sym_library_constant_std_logic] = ACTIONS(754), + [sym_library_function] = ACTIONS(740), + [sym_library_type] = ACTIONS(740), }, [244] = { - [sym__expression] = STATE(1519), - [sym_condition_expression] = STATE(2536), - [sym_logical_expression] = STATE(2536), - [sym_relational_expression] = STATE(2536), - [sym_shift_expression] = STATE(2536), - [sym_simple_expression] = STATE(2536), - [sym_unary_operator] = STATE(704), - [sym_sign] = STATE(705), - [sym__primary] = STATE(2508), - [sym_name] = STATE(2509), - [sym__direct_name] = STATE(777), - [sym__identifier] = STATE(1411), - [sym__external_name] = STATE(1411), - [sym_external_constant_name] = STATE(1412), - [sym_external_signal_name] = STATE(1412), - [sym_external_variable_name] = STATE(1412), - [sym__literal] = STATE(2510), - [sym_bit_string_literal] = STATE(2506), - [sym__abstract_literal] = STATE(1408), - [sym_based_literal] = STATE(1627), - [sym_allocator] = STATE(2509), - [sym_parenthesis_expression] = STATE(2509), + [sym_conditional_expression] = STATE(6473), + [sym__expression] = STATE(1133), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(2423), + [sym_unary_operator] = STATE(640), + [sym_sign] = STATE(688), + [sym__primary] = STATE(2431), + [sym_name] = STATE(2491), + [sym__direct_name] = STATE(743), + [sym__identifier] = STATE(1025), + [sym__external_name] = STATE(1025), + [sym_external_constant_name] = STATE(1087), + [sym_external_signal_name] = STATE(1087), + [sym_external_variable_name] = STATE(1087), + [sym_association_element] = STATE(5638), + [sym__actual_part] = STATE(6481), + [sym__literal] = STATE(2427), + [sym_bit_string_literal] = STATE(2399), + [sym__abstract_literal] = STATE(1006), + [sym_based_literal] = STATE(1206), + [sym_allocator] = STATE(2428), + [sym_parenthesis_expression] = STATE(2428), [sym__tool_directive] = STATE(244), - [sym_selected_waveforms] = STATE(8332), - [sym_waveform] = STATE(6286), - [sym_waveform_element] = STATE(5397), [sym_line_comment] = STATE(244), [sym_block_comment] = STATE(244), - [aux_sym_selected_waveforms_repeat1] = STATE(339), - [anon_sym_LPAREN] = ACTIONS(411), - [sym_condition_conversion] = ACTIONS(413), + [anon_sym_LPAREN] = ACTIONS(736), + [sym_condition_conversion] = ACTIONS(265), [anon_sym_PLUS] = ACTIONS(267), [anon_sym_DASH] = ACTIONS(267), - [anon_sym_LT_LT] = ACTIONS(415), - [sym_identifier] = ACTIONS(417), + [anon_sym_LT_LT] = ACTIONS(738), + [sym_identifier] = ACTIONS(740), [sym_ABS] = ACTIONS(273), [sym_AND] = ACTIONS(273), + [sym_INERTIAL] = ACTIONS(405), [sym_NAND] = ACTIONS(273), - [sym_NEW] = ACTIONS(423), + [sym_NEW] = ACTIONS(744), [sym_NOR] = ACTIONS(273), [sym_NOT] = ACTIONS(273), - [sym_NULL] = ACTIONS(425), + [sym_NULL] = ACTIONS(746), + [sym_OPEN] = ACTIONS(407), [sym_OR] = ACTIONS(273), - [sym_UNAFFECTED] = ACTIONS(429), [sym_XNOR] = ACTIONS(273), [sym_XOR] = ACTIONS(273), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(431), - [sym_decimal_float] = ACTIONS(431), - [sym_based_base] = ACTIONS(433), - [sym_character_literal] = ACTIONS(435), - [sym_string_literal] = ACTIONS(425), - [sym_string_literal_std_logic] = ACTIONS(425), - [sym_bit_string_length] = ACTIONS(437), - [sym_bit_string_base] = ACTIONS(439), - [sym_operator_symbol] = ACTIONS(435), + [sym_decimal_integer] = ACTIONS(750), + [sym_decimal_float] = ACTIONS(750), + [sym_based_base] = ACTIONS(752), + [sym_character_literal] = ACTIONS(754), + [sym_string_literal] = ACTIONS(746), + [sym_string_literal_std_logic] = ACTIONS(746), + [sym_bit_string_length] = ACTIONS(756), + [sym_bit_string_base] = ACTIONS(758), + [sym_operator_symbol] = ACTIONS(754), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(417), - [sym_library_constant_boolean] = ACTIONS(425), - [sym_library_constant_character] = ACTIONS(425), - [sym_library_constant_debug] = ACTIONS(425), - [sym_library_constant_env] = ACTIONS(425), - [sym_library_constant_standard] = ACTIONS(425), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(417), - [sym_library_type] = ACTIONS(417), + [sym_library_constant] = ACTIONS(740), + [sym_library_constant_boolean] = ACTIONS(746), + [sym_library_constant_character] = ACTIONS(746), + [sym_library_constant_debug] = ACTIONS(746), + [sym_library_constant_env] = ACTIONS(746), + [sym_library_constant_standard] = ACTIONS(746), + [sym_library_constant_std_logic] = ACTIONS(754), + [sym_library_function] = ACTIONS(740), + [sym_library_type] = ACTIONS(740), }, [245] = { - [sym__expression] = STATE(1519), - [sym_condition_expression] = STATE(2536), - [sym_logical_expression] = STATE(2536), - [sym_relational_expression] = STATE(2536), - [sym_shift_expression] = STATE(2536), - [sym_simple_expression] = STATE(2536), - [sym_unary_operator] = STATE(704), - [sym_sign] = STATE(705), - [sym__primary] = STATE(2508), - [sym_name] = STATE(2509), - [sym__direct_name] = STATE(777), - [sym__identifier] = STATE(1411), - [sym__external_name] = STATE(1411), - [sym_external_constant_name] = STATE(1412), - [sym_external_signal_name] = STATE(1412), - [sym_external_variable_name] = STATE(1412), - [sym__literal] = STATE(2510), - [sym_bit_string_literal] = STATE(2506), - [sym__abstract_literal] = STATE(1408), - [sym_based_literal] = STATE(1627), - [sym_allocator] = STATE(2509), - [sym_parenthesis_expression] = STATE(2509), + [sym_conditional_expression] = STATE(6473), + [sym__expression] = STATE(1133), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(2423), + [sym_unary_operator] = STATE(640), + [sym_sign] = STATE(688), + [sym__primary] = STATE(2431), + [sym_name] = STATE(2491), + [sym__direct_name] = STATE(743), + [sym__identifier] = STATE(1025), + [sym__external_name] = STATE(1025), + [sym_external_constant_name] = STATE(1087), + [sym_external_signal_name] = STATE(1087), + [sym_external_variable_name] = STATE(1087), + [sym_association_element] = STATE(5643), + [sym__actual_part] = STATE(6481), + [sym__literal] = STATE(2427), + [sym_bit_string_literal] = STATE(2399), + [sym__abstract_literal] = STATE(1006), + [sym_based_literal] = STATE(1206), + [sym_allocator] = STATE(2428), + [sym_parenthesis_expression] = STATE(2428), [sym__tool_directive] = STATE(245), - [sym_selected_waveforms] = STATE(6920), - [sym_waveform] = STATE(6286), - [sym_waveform_element] = STATE(5397), [sym_line_comment] = STATE(245), [sym_block_comment] = STATE(245), - [aux_sym_selected_waveforms_repeat1] = STATE(339), - [anon_sym_LPAREN] = ACTIONS(411), - [sym_condition_conversion] = ACTIONS(413), + [anon_sym_LPAREN] = ACTIONS(736), + [sym_condition_conversion] = ACTIONS(265), [anon_sym_PLUS] = ACTIONS(267), [anon_sym_DASH] = ACTIONS(267), - [anon_sym_LT_LT] = ACTIONS(415), - [sym_identifier] = ACTIONS(417), + [anon_sym_LT_LT] = ACTIONS(738), + [sym_identifier] = ACTIONS(740), [sym_ABS] = ACTIONS(273), [sym_AND] = ACTIONS(273), + [sym_INERTIAL] = ACTIONS(405), [sym_NAND] = ACTIONS(273), - [sym_NEW] = ACTIONS(423), + [sym_NEW] = ACTIONS(744), [sym_NOR] = ACTIONS(273), [sym_NOT] = ACTIONS(273), - [sym_NULL] = ACTIONS(425), + [sym_NULL] = ACTIONS(746), + [sym_OPEN] = ACTIONS(407), [sym_OR] = ACTIONS(273), - [sym_UNAFFECTED] = ACTIONS(429), [sym_XNOR] = ACTIONS(273), [sym_XOR] = ACTIONS(273), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(431), - [sym_decimal_float] = ACTIONS(431), - [sym_based_base] = ACTIONS(433), - [sym_character_literal] = ACTIONS(435), - [sym_string_literal] = ACTIONS(425), - [sym_string_literal_std_logic] = ACTIONS(425), - [sym_bit_string_length] = ACTIONS(437), - [sym_bit_string_base] = ACTIONS(439), - [sym_operator_symbol] = ACTIONS(435), + [sym_decimal_integer] = ACTIONS(750), + [sym_decimal_float] = ACTIONS(750), + [sym_based_base] = ACTIONS(752), + [sym_character_literal] = ACTIONS(754), + [sym_string_literal] = ACTIONS(746), + [sym_string_literal_std_logic] = ACTIONS(746), + [sym_bit_string_length] = ACTIONS(756), + [sym_bit_string_base] = ACTIONS(758), + [sym_operator_symbol] = ACTIONS(754), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(417), - [sym_library_constant_boolean] = ACTIONS(425), - [sym_library_constant_character] = ACTIONS(425), - [sym_library_constant_debug] = ACTIONS(425), - [sym_library_constant_env] = ACTIONS(425), - [sym_library_constant_standard] = ACTIONS(425), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(417), - [sym_library_type] = ACTIONS(417), + [sym_library_constant] = ACTIONS(740), + [sym_library_constant_boolean] = ACTIONS(746), + [sym_library_constant_character] = ACTIONS(746), + [sym_library_constant_debug] = ACTIONS(746), + [sym_library_constant_env] = ACTIONS(746), + [sym_library_constant_standard] = ACTIONS(746), + [sym_library_constant_std_logic] = ACTIONS(754), + [sym_library_function] = ACTIONS(740), + [sym_library_type] = ACTIONS(740), }, [246] = { - [sym_conditional_expression] = STATE(6048), - [sym__expression] = STATE(1201), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(2313), - [sym_unary_operator] = STATE(695), - [sym_sign] = STATE(696), - [sym__primary] = STATE(2383), - [sym_name] = STATE(2504), - [sym__direct_name] = STATE(748), - [sym__identifier] = STATE(1077), - [sym__external_name] = STATE(1077), - [sym_external_constant_name] = STATE(1078), - [sym_external_signal_name] = STATE(1078), - [sym_external_variable_name] = STATE(1078), - [sym_association_element] = STATE(5689), - [sym__actual_part] = STATE(6171), - [sym__literal] = STATE(2385), - [sym_bit_string_literal] = STATE(2380), - [sym__abstract_literal] = STATE(1056), - [sym_based_literal] = STATE(1229), - [sym_allocator] = STATE(2384), - [sym_parenthesis_expression] = STATE(2384), + [sym_conditional_expression] = STATE(6473), + [sym__expression] = STATE(1133), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(2423), + [sym_unary_operator] = STATE(640), + [sym_sign] = STATE(688), + [sym__primary] = STATE(2431), + [sym_name] = STATE(2491), + [sym__direct_name] = STATE(743), + [sym__identifier] = STATE(1025), + [sym__external_name] = STATE(1025), + [sym_external_constant_name] = STATE(1087), + [sym_external_signal_name] = STATE(1087), + [sym_external_variable_name] = STATE(1087), + [sym_association_element] = STATE(5695), + [sym__actual_part] = STATE(6481), + [sym__literal] = STATE(2427), + [sym_bit_string_literal] = STATE(2399), + [sym__abstract_literal] = STATE(1006), + [sym_based_literal] = STATE(1206), + [sym_allocator] = STATE(2428), + [sym_parenthesis_expression] = STATE(2428), [sym__tool_directive] = STATE(246), [sym_line_comment] = STATE(246), [sym_block_comment] = STATE(246), @@ -39850,310 +39850,241 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_type] = ACTIONS(740), }, [247] = { - [sym__expression] = STATE(1519), - [sym_condition_expression] = STATE(2536), - [sym_logical_expression] = STATE(2536), - [sym_relational_expression] = STATE(2536), - [sym_shift_expression] = STATE(2536), - [sym_simple_expression] = STATE(2536), - [sym_unary_operator] = STATE(704), - [sym_sign] = STATE(705), - [sym__primary] = STATE(2508), - [sym_name] = STATE(2509), - [sym__direct_name] = STATE(777), - [sym__identifier] = STATE(1411), - [sym__external_name] = STATE(1411), - [sym_external_constant_name] = STATE(1412), - [sym_external_signal_name] = STATE(1412), - [sym_external_variable_name] = STATE(1412), - [sym__literal] = STATE(2510), - [sym_bit_string_literal] = STATE(2506), - [sym__abstract_literal] = STATE(1408), - [sym_based_literal] = STATE(1627), - [sym_allocator] = STATE(2509), - [sym_parenthesis_expression] = STATE(2509), + [sym_conditional_expression] = STATE(6473), + [sym__expression] = STATE(1133), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(2423), + [sym_unary_operator] = STATE(640), + [sym_sign] = STATE(688), + [sym__primary] = STATE(2431), + [sym_name] = STATE(2491), + [sym__direct_name] = STATE(743), + [sym__identifier] = STATE(1025), + [sym__external_name] = STATE(1025), + [sym_external_constant_name] = STATE(1087), + [sym_external_signal_name] = STATE(1087), + [sym_external_variable_name] = STATE(1087), + [sym_association_element] = STATE(5648), + [sym__actual_part] = STATE(6481), + [sym__literal] = STATE(2427), + [sym_bit_string_literal] = STATE(2399), + [sym__abstract_literal] = STATE(1006), + [sym_based_literal] = STATE(1206), + [sym_allocator] = STATE(2428), + [sym_parenthesis_expression] = STATE(2428), [sym__tool_directive] = STATE(247), - [sym_selected_waveforms] = STATE(7473), - [sym_waveform] = STATE(6286), - [sym_waveform_element] = STATE(5397), [sym_line_comment] = STATE(247), [sym_block_comment] = STATE(247), - [aux_sym_selected_waveforms_repeat1] = STATE(339), - [anon_sym_LPAREN] = ACTIONS(411), - [sym_condition_conversion] = ACTIONS(413), + [anon_sym_LPAREN] = ACTIONS(736), + [sym_condition_conversion] = ACTIONS(265), [anon_sym_PLUS] = ACTIONS(267), [anon_sym_DASH] = ACTIONS(267), - [anon_sym_LT_LT] = ACTIONS(415), - [sym_identifier] = ACTIONS(417), + [anon_sym_LT_LT] = ACTIONS(738), + [sym_identifier] = ACTIONS(740), [sym_ABS] = ACTIONS(273), [sym_AND] = ACTIONS(273), + [sym_INERTIAL] = ACTIONS(405), [sym_NAND] = ACTIONS(273), - [sym_NEW] = ACTIONS(423), + [sym_NEW] = ACTIONS(744), [sym_NOR] = ACTIONS(273), [sym_NOT] = ACTIONS(273), - [sym_NULL] = ACTIONS(425), + [sym_NULL] = ACTIONS(746), + [sym_OPEN] = ACTIONS(407), [sym_OR] = ACTIONS(273), - [sym_UNAFFECTED] = ACTIONS(429), [sym_XNOR] = ACTIONS(273), [sym_XOR] = ACTIONS(273), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(431), - [sym_decimal_float] = ACTIONS(431), - [sym_based_base] = ACTIONS(433), - [sym_character_literal] = ACTIONS(435), - [sym_string_literal] = ACTIONS(425), - [sym_string_literal_std_logic] = ACTIONS(425), - [sym_bit_string_length] = ACTIONS(437), - [sym_bit_string_base] = ACTIONS(439), - [sym_operator_symbol] = ACTIONS(435), + [sym_decimal_integer] = ACTIONS(750), + [sym_decimal_float] = ACTIONS(750), + [sym_based_base] = ACTIONS(752), + [sym_character_literal] = ACTIONS(754), + [sym_string_literal] = ACTIONS(746), + [sym_string_literal_std_logic] = ACTIONS(746), + [sym_bit_string_length] = ACTIONS(756), + [sym_bit_string_base] = ACTIONS(758), + [sym_operator_symbol] = ACTIONS(754), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(417), - [sym_library_constant_boolean] = ACTIONS(425), - [sym_library_constant_character] = ACTIONS(425), - [sym_library_constant_debug] = ACTIONS(425), - [sym_library_constant_env] = ACTIONS(425), - [sym_library_constant_standard] = ACTIONS(425), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(417), - [sym_library_type] = ACTIONS(417), + [sym_library_constant] = ACTIONS(740), + [sym_library_constant_boolean] = ACTIONS(746), + [sym_library_constant_character] = ACTIONS(746), + [sym_library_constant_debug] = ACTIONS(746), + [sym_library_constant_env] = ACTIONS(746), + [sym_library_constant_standard] = ACTIONS(746), + [sym_library_constant_std_logic] = ACTIONS(754), + [sym_library_function] = ACTIONS(740), + [sym_library_type] = ACTIONS(740), }, [248] = { - [sym__expression] = STATE(1519), - [sym_condition_expression] = STATE(2536), - [sym_logical_expression] = STATE(2536), - [sym_relational_expression] = STATE(2536), - [sym_shift_expression] = STATE(2536), - [sym_simple_expression] = STATE(2536), - [sym_unary_operator] = STATE(704), - [sym_sign] = STATE(705), - [sym__primary] = STATE(2508), - [sym_name] = STATE(2509), - [sym__direct_name] = STATE(777), - [sym__identifier] = STATE(1411), - [sym__external_name] = STATE(1411), - [sym_external_constant_name] = STATE(1412), - [sym_external_signal_name] = STATE(1412), - [sym_external_variable_name] = STATE(1412), - [sym__literal] = STATE(2510), - [sym_bit_string_literal] = STATE(2506), - [sym__abstract_literal] = STATE(1408), - [sym_based_literal] = STATE(1627), - [sym_allocator] = STATE(2509), - [sym_parenthesis_expression] = STATE(2509), + [sym_conditional_expression] = STATE(6473), + [sym__expression] = STATE(1133), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(2423), + [sym_unary_operator] = STATE(640), + [sym_sign] = STATE(688), + [sym__primary] = STATE(2431), + [sym_name] = STATE(2491), + [sym__direct_name] = STATE(743), + [sym__identifier] = STATE(1025), + [sym__external_name] = STATE(1025), + [sym_external_constant_name] = STATE(1087), + [sym_external_signal_name] = STATE(1087), + [sym_external_variable_name] = STATE(1087), + [sym_association_element] = STATE(5677), + [sym__actual_part] = STATE(6481), + [sym__literal] = STATE(2427), + [sym_bit_string_literal] = STATE(2399), + [sym__abstract_literal] = STATE(1006), + [sym_based_literal] = STATE(1206), + [sym_allocator] = STATE(2428), + [sym_parenthesis_expression] = STATE(2428), [sym__tool_directive] = STATE(248), - [sym_selected_waveforms] = STATE(7404), - [sym_waveform] = STATE(6286), - [sym_waveform_element] = STATE(5397), [sym_line_comment] = STATE(248), [sym_block_comment] = STATE(248), - [aux_sym_selected_waveforms_repeat1] = STATE(339), - [anon_sym_LPAREN] = ACTIONS(411), - [sym_condition_conversion] = ACTIONS(413), + [anon_sym_LPAREN] = ACTIONS(736), + [sym_condition_conversion] = ACTIONS(265), [anon_sym_PLUS] = ACTIONS(267), [anon_sym_DASH] = ACTIONS(267), - [anon_sym_LT_LT] = ACTIONS(415), - [sym_identifier] = ACTIONS(417), + [anon_sym_LT_LT] = ACTIONS(738), + [sym_identifier] = ACTIONS(740), [sym_ABS] = ACTIONS(273), [sym_AND] = ACTIONS(273), + [sym_INERTIAL] = ACTIONS(405), [sym_NAND] = ACTIONS(273), - [sym_NEW] = ACTIONS(423), + [sym_NEW] = ACTIONS(744), [sym_NOR] = ACTIONS(273), [sym_NOT] = ACTIONS(273), - [sym_NULL] = ACTIONS(425), + [sym_NULL] = ACTIONS(746), + [sym_OPEN] = ACTIONS(407), [sym_OR] = ACTIONS(273), - [sym_UNAFFECTED] = ACTIONS(429), [sym_XNOR] = ACTIONS(273), [sym_XOR] = ACTIONS(273), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(431), - [sym_decimal_float] = ACTIONS(431), - [sym_based_base] = ACTIONS(433), - [sym_character_literal] = ACTIONS(435), - [sym_string_literal] = ACTIONS(425), - [sym_string_literal_std_logic] = ACTIONS(425), - [sym_bit_string_length] = ACTIONS(437), - [sym_bit_string_base] = ACTIONS(439), - [sym_operator_symbol] = ACTIONS(435), + [sym_decimal_integer] = ACTIONS(750), + [sym_decimal_float] = ACTIONS(750), + [sym_based_base] = ACTIONS(752), + [sym_character_literal] = ACTIONS(754), + [sym_string_literal] = ACTIONS(746), + [sym_string_literal_std_logic] = ACTIONS(746), + [sym_bit_string_length] = ACTIONS(756), + [sym_bit_string_base] = ACTIONS(758), + [sym_operator_symbol] = ACTIONS(754), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(417), - [sym_library_constant_boolean] = ACTIONS(425), - [sym_library_constant_character] = ACTIONS(425), - [sym_library_constant_debug] = ACTIONS(425), - [sym_library_constant_env] = ACTIONS(425), - [sym_library_constant_standard] = ACTIONS(425), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(417), - [sym_library_type] = ACTIONS(417), + [sym_library_constant] = ACTIONS(740), + [sym_library_constant_boolean] = ACTIONS(746), + [sym_library_constant_character] = ACTIONS(746), + [sym_library_constant_debug] = ACTIONS(746), + [sym_library_constant_env] = ACTIONS(746), + [sym_library_constant_standard] = ACTIONS(746), + [sym_library_constant_std_logic] = ACTIONS(754), + [sym_library_function] = ACTIONS(740), + [sym_library_type] = ACTIONS(740), }, [249] = { - [sym__expression] = STATE(1519), - [sym_condition_expression] = STATE(2536), - [sym_logical_expression] = STATE(2536), - [sym_relational_expression] = STATE(2536), - [sym_shift_expression] = STATE(2536), - [sym_simple_expression] = STATE(2536), - [sym_unary_operator] = STATE(704), - [sym_sign] = STATE(705), - [sym__primary] = STATE(2508), - [sym_name] = STATE(2509), - [sym__direct_name] = STATE(777), - [sym__identifier] = STATE(1411), - [sym__external_name] = STATE(1411), - [sym_external_constant_name] = STATE(1412), - [sym_external_signal_name] = STATE(1412), - [sym_external_variable_name] = STATE(1412), - [sym__literal] = STATE(2510), - [sym_bit_string_literal] = STATE(2506), - [sym__abstract_literal] = STATE(1408), - [sym_based_literal] = STATE(1627), - [sym_allocator] = STATE(2509), - [sym_parenthesis_expression] = STATE(2509), + [sym_conditional_expression] = STATE(6473), + [sym__expression] = STATE(1133), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(2423), + [sym_unary_operator] = STATE(640), + [sym_sign] = STATE(688), + [sym__primary] = STATE(2431), + [sym_name] = STATE(2491), + [sym__direct_name] = STATE(743), + [sym__identifier] = STATE(1025), + [sym__external_name] = STATE(1025), + [sym_external_constant_name] = STATE(1087), + [sym_external_signal_name] = STATE(1087), + [sym_external_variable_name] = STATE(1087), + [sym_association_element] = STATE(5704), + [sym__actual_part] = STATE(6481), + [sym__literal] = STATE(2427), + [sym_bit_string_literal] = STATE(2399), + [sym__abstract_literal] = STATE(1006), + [sym_based_literal] = STATE(1206), + [sym_allocator] = STATE(2428), + [sym_parenthesis_expression] = STATE(2428), [sym__tool_directive] = STATE(249), - [sym_selected_waveforms] = STATE(8054), - [sym_waveform] = STATE(6286), - [sym_waveform_element] = STATE(5397), [sym_line_comment] = STATE(249), [sym_block_comment] = STATE(249), - [aux_sym_selected_waveforms_repeat1] = STATE(339), - [anon_sym_LPAREN] = ACTIONS(411), - [sym_condition_conversion] = ACTIONS(413), + [anon_sym_LPAREN] = ACTIONS(736), + [sym_condition_conversion] = ACTIONS(265), [anon_sym_PLUS] = ACTIONS(267), [anon_sym_DASH] = ACTIONS(267), - [anon_sym_LT_LT] = ACTIONS(415), - [sym_identifier] = ACTIONS(417), + [anon_sym_LT_LT] = ACTIONS(738), + [sym_identifier] = ACTIONS(740), [sym_ABS] = ACTIONS(273), [sym_AND] = ACTIONS(273), + [sym_INERTIAL] = ACTIONS(405), [sym_NAND] = ACTIONS(273), - [sym_NEW] = ACTIONS(423), + [sym_NEW] = ACTIONS(744), [sym_NOR] = ACTIONS(273), [sym_NOT] = ACTIONS(273), - [sym_NULL] = ACTIONS(425), + [sym_NULL] = ACTIONS(746), + [sym_OPEN] = ACTIONS(407), [sym_OR] = ACTIONS(273), - [sym_UNAFFECTED] = ACTIONS(429), [sym_XNOR] = ACTIONS(273), [sym_XOR] = ACTIONS(273), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(431), - [sym_decimal_float] = ACTIONS(431), - [sym_based_base] = ACTIONS(433), - [sym_character_literal] = ACTIONS(435), - [sym_string_literal] = ACTIONS(425), - [sym_string_literal_std_logic] = ACTIONS(425), - [sym_bit_string_length] = ACTIONS(437), - [sym_bit_string_base] = ACTIONS(439), - [sym_operator_symbol] = ACTIONS(435), + [sym_decimal_integer] = ACTIONS(750), + [sym_decimal_float] = ACTIONS(750), + [sym_based_base] = ACTIONS(752), + [sym_character_literal] = ACTIONS(754), + [sym_string_literal] = ACTIONS(746), + [sym_string_literal_std_logic] = ACTIONS(746), + [sym_bit_string_length] = ACTIONS(756), + [sym_bit_string_base] = ACTIONS(758), + [sym_operator_symbol] = ACTIONS(754), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(417), - [sym_library_constant_boolean] = ACTIONS(425), - [sym_library_constant_character] = ACTIONS(425), - [sym_library_constant_debug] = ACTIONS(425), - [sym_library_constant_env] = ACTIONS(425), - [sym_library_constant_standard] = ACTIONS(425), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(417), - [sym_library_type] = ACTIONS(417), + [sym_library_constant] = ACTIONS(740), + [sym_library_constant_boolean] = ACTIONS(746), + [sym_library_constant_character] = ACTIONS(746), + [sym_library_constant_debug] = ACTIONS(746), + [sym_library_constant_env] = ACTIONS(746), + [sym_library_constant_standard] = ACTIONS(746), + [sym_library_constant_std_logic] = ACTIONS(754), + [sym_library_function] = ACTIONS(740), + [sym_library_type] = ACTIONS(740), }, [250] = { - [sym__expression] = STATE(1519), - [sym_condition_expression] = STATE(2536), - [sym_logical_expression] = STATE(2536), - [sym_relational_expression] = STATE(2536), - [sym_shift_expression] = STATE(2536), - [sym_simple_expression] = STATE(2536), - [sym_unary_operator] = STATE(704), - [sym_sign] = STATE(705), - [sym__primary] = STATE(2508), - [sym_name] = STATE(2509), - [sym__direct_name] = STATE(777), - [sym__identifier] = STATE(1411), - [sym__external_name] = STATE(1411), - [sym_external_constant_name] = STATE(1412), - [sym_external_signal_name] = STATE(1412), - [sym_external_variable_name] = STATE(1412), - [sym__literal] = STATE(2510), - [sym_bit_string_literal] = STATE(2506), - [sym__abstract_literal] = STATE(1408), - [sym_based_literal] = STATE(1627), - [sym_allocator] = STATE(2509), - [sym_parenthesis_expression] = STATE(2509), + [sym_conditional_expression] = STATE(6473), + [sym__expression] = STATE(1133), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(2423), + [sym_unary_operator] = STATE(640), + [sym_sign] = STATE(688), + [sym__primary] = STATE(2431), + [sym_name] = STATE(2491), + [sym__direct_name] = STATE(743), + [sym__identifier] = STATE(1025), + [sym__external_name] = STATE(1025), + [sym_external_constant_name] = STATE(1087), + [sym_external_signal_name] = STATE(1087), + [sym_external_variable_name] = STATE(1087), + [sym_association_element] = STATE(5725), + [sym__actual_part] = STATE(6481), + [sym__literal] = STATE(2427), + [sym_bit_string_literal] = STATE(2399), + [sym__abstract_literal] = STATE(1006), + [sym_based_literal] = STATE(1206), + [sym_allocator] = STATE(2428), + [sym_parenthesis_expression] = STATE(2428), [sym__tool_directive] = STATE(250), - [sym_selected_waveforms] = STATE(8338), - [sym_waveform] = STATE(6286), - [sym_waveform_element] = STATE(5397), [sym_line_comment] = STATE(250), [sym_block_comment] = STATE(250), - [aux_sym_selected_waveforms_repeat1] = STATE(339), - [anon_sym_LPAREN] = ACTIONS(411), - [sym_condition_conversion] = ACTIONS(413), - [anon_sym_PLUS] = ACTIONS(267), - [anon_sym_DASH] = ACTIONS(267), - [anon_sym_LT_LT] = ACTIONS(415), - [sym_identifier] = ACTIONS(417), - [sym_ABS] = ACTIONS(273), - [sym_AND] = ACTIONS(273), - [sym_NAND] = ACTIONS(273), - [sym_NEW] = ACTIONS(423), - [sym_NOR] = ACTIONS(273), - [sym_NOT] = ACTIONS(273), - [sym_NULL] = ACTIONS(425), - [sym_OR] = ACTIONS(273), - [sym_UNAFFECTED] = ACTIONS(429), - [sym_XNOR] = ACTIONS(273), - [sym_XOR] = ACTIONS(273), - [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(431), - [sym_decimal_float] = ACTIONS(431), - [sym_based_base] = ACTIONS(433), - [sym_character_literal] = ACTIONS(435), - [sym_string_literal] = ACTIONS(425), - [sym_string_literal_std_logic] = ACTIONS(425), - [sym_bit_string_length] = ACTIONS(437), - [sym_bit_string_base] = ACTIONS(439), - [sym_operator_symbol] = ACTIONS(435), - [sym__line_comment_start] = ACTIONS(5), - [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(417), - [sym_library_constant_boolean] = ACTIONS(425), - [sym_library_constant_character] = ACTIONS(425), - [sym_library_constant_debug] = ACTIONS(425), - [sym_library_constant_env] = ACTIONS(425), - [sym_library_constant_standard] = ACTIONS(425), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(417), - [sym_library_type] = ACTIONS(417), - }, - [251] = { - [sym_conditional_expression] = STATE(6048), - [sym__expression] = STATE(1201), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(2313), - [sym_unary_operator] = STATE(695), - [sym_sign] = STATE(696), - [sym__primary] = STATE(2383), - [sym_name] = STATE(2504), - [sym__direct_name] = STATE(748), - [sym__identifier] = STATE(1077), - [sym__external_name] = STATE(1077), - [sym_external_constant_name] = STATE(1078), - [sym_external_signal_name] = STATE(1078), - [sym_external_variable_name] = STATE(1078), - [sym_association_element] = STATE(5593), - [sym__actual_part] = STATE(6171), - [sym__literal] = STATE(2385), - [sym_bit_string_literal] = STATE(2380), - [sym__abstract_literal] = STATE(1056), - [sym_based_literal] = STATE(1229), - [sym_allocator] = STATE(2384), - [sym_parenthesis_expression] = STATE(2384), - [sym__tool_directive] = STATE(251), - [sym_line_comment] = STATE(251), - [sym_block_comment] = STATE(251), [anon_sym_LPAREN] = ACTIONS(736), [sym_condition_conversion] = ACTIONS(265), [anon_sym_PLUS] = ACTIONS(267), @@ -40194,101 +40125,170 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_function] = ACTIONS(740), [sym_library_type] = ACTIONS(740), }, + [251] = { + [sym__expression] = STATE(1550), + [sym_condition_expression] = STATE(2503), + [sym_logical_expression] = STATE(2503), + [sym_relational_expression] = STATE(2503), + [sym_shift_expression] = STATE(2503), + [sym_simple_expression] = STATE(2503), + [sym_unary_operator] = STATE(699), + [sym_sign] = STATE(700), + [sym__primary] = STATE(2502), + [sym_name] = STATE(2501), + [sym__direct_name] = STATE(764), + [sym__identifier] = STATE(1352), + [sym__external_name] = STATE(1352), + [sym_external_constant_name] = STATE(1351), + [sym_external_signal_name] = STATE(1351), + [sym_external_variable_name] = STATE(1351), + [sym__literal] = STATE(2500), + [sym_bit_string_literal] = STATE(2505), + [sym__abstract_literal] = STATE(1399), + [sym_based_literal] = STATE(1466), + [sym_allocator] = STATE(2501), + [sym_parenthesis_expression] = STATE(2501), + [sym__tool_directive] = STATE(251), + [sym_selected_waveforms] = STATE(7039), + [sym_waveform] = STATE(6284), + [sym_waveform_element] = STATE(5497), + [sym_line_comment] = STATE(251), + [sym_block_comment] = STATE(251), + [aux_sym_selected_waveforms_repeat1] = STATE(326), + [anon_sym_LPAREN] = ACTIONS(415), + [sym_condition_conversion] = ACTIONS(417), + [anon_sym_PLUS] = ACTIONS(267), + [anon_sym_DASH] = ACTIONS(267), + [anon_sym_LT_LT] = ACTIONS(419), + [sym_identifier] = ACTIONS(421), + [sym_ABS] = ACTIONS(273), + [sym_AND] = ACTIONS(273), + [sym_NAND] = ACTIONS(273), + [sym_NEW] = ACTIONS(427), + [sym_NOR] = ACTIONS(273), + [sym_NOT] = ACTIONS(273), + [sym_NULL] = ACTIONS(429), + [sym_OR] = ACTIONS(273), + [sym_UNAFFECTED] = ACTIONS(435), + [sym_XNOR] = ACTIONS(273), + [sym_XOR] = ACTIONS(273), + [sym__grave_accent] = ACTIONS(3), + [sym_decimal_integer] = ACTIONS(437), + [sym_decimal_float] = ACTIONS(437), + [sym_based_base] = ACTIONS(439), + [sym_character_literal] = ACTIONS(441), + [sym_string_literal] = ACTIONS(429), + [sym_string_literal_std_logic] = ACTIONS(429), + [sym_bit_string_length] = ACTIONS(443), + [sym_bit_string_base] = ACTIONS(445), + [sym_operator_symbol] = ACTIONS(441), + [sym__line_comment_start] = ACTIONS(5), + [sym__block_comment_start] = ACTIONS(7), + [sym_library_constant] = ACTIONS(421), + [sym_library_constant_boolean] = ACTIONS(429), + [sym_library_constant_character] = ACTIONS(429), + [sym_library_constant_debug] = ACTIONS(429), + [sym_library_constant_env] = ACTIONS(429), + [sym_library_constant_standard] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(441), + [sym_library_function] = ACTIONS(421), + [sym_library_type] = ACTIONS(421), + }, [252] = { - [sym__expression] = STATE(1050), - [sym_condition_expression] = STATE(1944), - [sym_logical_expression] = STATE(1944), - [sym_relational_expression] = STATE(1944), - [sym_shift_expression] = STATE(1944), - [sym_simple_expression] = STATE(2021), - [sym_unary_operator] = STATE(720), - [sym_sign] = STATE(439), - [sym__primary] = STATE(1620), - [sym_name] = STATE(1621), - [sym__direct_name] = STATE(721), - [sym__identifier] = STATE(838), - [sym__external_name] = STATE(838), - [sym_external_constant_name] = STATE(840), - [sym_external_signal_name] = STATE(840), - [sym_external_variable_name] = STATE(840), - [sym__literal] = STATE(1622), - [sym_bit_string_literal] = STATE(1612), - [sym__abstract_literal] = STATE(846), - [sym_based_literal] = STATE(902), - [sym_allocator] = STATE(1621), - [sym_parenthesis_expression] = STATE(1621), - [sym__element] = STATE(5538), - [sym_choices] = STATE(5482), - [sym__range] = STATE(5482), - [sym_simple_range] = STATE(5022), + [sym_conditional_expression] = STATE(6473), + [sym__expression] = STATE(1133), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(2423), + [sym_unary_operator] = STATE(640), + [sym_sign] = STATE(688), + [sym__primary] = STATE(2431), + [sym_name] = STATE(2491), + [sym__direct_name] = STATE(743), + [sym__identifier] = STATE(1025), + [sym__external_name] = STATE(1025), + [sym_external_constant_name] = STATE(1087), + [sym_external_signal_name] = STATE(1087), + [sym_external_variable_name] = STATE(1087), + [sym_association_element] = STATE(5646), + [sym__actual_part] = STATE(6481), + [sym__literal] = STATE(2427), + [sym_bit_string_literal] = STATE(2399), + [sym__abstract_literal] = STATE(1006), + [sym_based_literal] = STATE(1206), + [sym_allocator] = STATE(2428), + [sym_parenthesis_expression] = STATE(2428), [sym__tool_directive] = STATE(252), [sym_line_comment] = STATE(252), [sym_block_comment] = STATE(252), - [anon_sym_LPAREN] = ACTIONS(760), - [sym_condition_conversion] = ACTIONS(762), + [anon_sym_LPAREN] = ACTIONS(736), + [sym_condition_conversion] = ACTIONS(265), [anon_sym_PLUS] = ACTIONS(267), [anon_sym_DASH] = ACTIONS(267), - [anon_sym_LT_LT] = ACTIONS(764), - [sym_identifier] = ACTIONS(808), + [anon_sym_LT_LT] = ACTIONS(738), + [sym_identifier] = ACTIONS(740), [sym_ABS] = ACTIONS(273), [sym_AND] = ACTIONS(273), + [sym_INERTIAL] = ACTIONS(405), [sym_NAND] = ACTIONS(273), - [sym_NEW] = ACTIONS(768), + [sym_NEW] = ACTIONS(744), [sym_NOR] = ACTIONS(273), [sym_NOT] = ACTIONS(273), - [sym_NULL] = ACTIONS(770), + [sym_NULL] = ACTIONS(746), + [sym_OPEN] = ACTIONS(407), [sym_OR] = ACTIONS(273), - [sym_OTHERS] = ACTIONS(279), [sym_XNOR] = ACTIONS(273), [sym_XOR] = ACTIONS(273), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(772), - [sym_decimal_float] = ACTIONS(772), - [sym_based_base] = ACTIONS(774), - [sym_character_literal] = ACTIONS(776), - [sym_string_literal] = ACTIONS(770), - [sym_string_literal_std_logic] = ACTIONS(770), - [sym_bit_string_length] = ACTIONS(778), - [sym_bit_string_base] = ACTIONS(780), - [sym_operator_symbol] = ACTIONS(776), + [sym_decimal_integer] = ACTIONS(750), + [sym_decimal_float] = ACTIONS(750), + [sym_based_base] = ACTIONS(752), + [sym_character_literal] = ACTIONS(754), + [sym_string_literal] = ACTIONS(746), + [sym_string_literal_std_logic] = ACTIONS(746), + [sym_bit_string_length] = ACTIONS(756), + [sym_bit_string_base] = ACTIONS(758), + [sym_operator_symbol] = ACTIONS(754), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(808), - [sym_library_constant_boolean] = ACTIONS(770), - [sym_library_constant_character] = ACTIONS(770), - [sym_library_constant_debug] = ACTIONS(770), - [sym_library_constant_env] = ACTIONS(770), - [sym_library_constant_standard] = ACTIONS(770), - [sym_library_constant_std_logic] = ACTIONS(776), - [sym_library_function] = ACTIONS(808), - [sym_library_type] = ACTIONS(808), + [sym_library_constant] = ACTIONS(740), + [sym_library_constant_boolean] = ACTIONS(746), + [sym_library_constant_character] = ACTIONS(746), + [sym_library_constant_debug] = ACTIONS(746), + [sym_library_constant_env] = ACTIONS(746), + [sym_library_constant_standard] = ACTIONS(746), + [sym_library_constant_std_logic] = ACTIONS(754), + [sym_library_function] = ACTIONS(740), + [sym_library_type] = ACTIONS(740), }, [253] = { - [sym_conditional_expression] = STATE(6048), - [sym__expression] = STATE(1201), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(2313), - [sym_unary_operator] = STATE(695), - [sym_sign] = STATE(696), - [sym__primary] = STATE(2383), - [sym_name] = STATE(2504), - [sym__direct_name] = STATE(748), - [sym__identifier] = STATE(1077), - [sym__external_name] = STATE(1077), - [sym_external_constant_name] = STATE(1078), - [sym_external_signal_name] = STATE(1078), - [sym_external_variable_name] = STATE(1078), - [sym_association_element] = STATE(5668), - [sym__actual_part] = STATE(6171), - [sym__literal] = STATE(2385), - [sym_bit_string_literal] = STATE(2380), - [sym__abstract_literal] = STATE(1056), - [sym_based_literal] = STATE(1229), - [sym_allocator] = STATE(2384), - [sym_parenthesis_expression] = STATE(2384), + [sym_conditional_expression] = STATE(6473), + [sym__expression] = STATE(1133), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(2423), + [sym_unary_operator] = STATE(640), + [sym_sign] = STATE(688), + [sym__primary] = STATE(2431), + [sym_name] = STATE(2491), + [sym__direct_name] = STATE(743), + [sym__identifier] = STATE(1025), + [sym__external_name] = STATE(1025), + [sym_external_constant_name] = STATE(1087), + [sym_external_signal_name] = STATE(1087), + [sym_external_variable_name] = STATE(1087), + [sym_association_element] = STATE(5654), + [sym__actual_part] = STATE(6481), + [sym__literal] = STATE(2427), + [sym_bit_string_literal] = STATE(2399), + [sym__abstract_literal] = STATE(1006), + [sym_based_literal] = STATE(1206), + [sym_allocator] = STATE(2428), + [sym_parenthesis_expression] = STATE(2428), [sym__tool_directive] = STATE(253), [sym_line_comment] = STATE(253), [sym_block_comment] = STATE(253), @@ -40333,31 +40333,31 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_type] = ACTIONS(740), }, [254] = { - [sym_conditional_expression] = STATE(6048), - [sym__expression] = STATE(1201), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(2313), - [sym_unary_operator] = STATE(695), - [sym_sign] = STATE(696), - [sym__primary] = STATE(2383), - [sym_name] = STATE(2504), - [sym__direct_name] = STATE(748), - [sym__identifier] = STATE(1077), - [sym__external_name] = STATE(1077), - [sym_external_constant_name] = STATE(1078), - [sym_external_signal_name] = STATE(1078), - [sym_external_variable_name] = STATE(1078), - [sym_association_element] = STATE(5713), - [sym__actual_part] = STATE(6171), - [sym__literal] = STATE(2385), - [sym_bit_string_literal] = STATE(2380), - [sym__abstract_literal] = STATE(1056), - [sym_based_literal] = STATE(1229), - [sym_allocator] = STATE(2384), - [sym_parenthesis_expression] = STATE(2384), + [sym_conditional_expression] = STATE(6473), + [sym__expression] = STATE(1133), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(2423), + [sym_unary_operator] = STATE(640), + [sym_sign] = STATE(688), + [sym__primary] = STATE(2431), + [sym_name] = STATE(2491), + [sym__direct_name] = STATE(743), + [sym__identifier] = STATE(1025), + [sym__external_name] = STATE(1025), + [sym_external_constant_name] = STATE(1087), + [sym_external_signal_name] = STATE(1087), + [sym_external_variable_name] = STATE(1087), + [sym_association_element] = STATE(5604), + [sym__actual_part] = STATE(6481), + [sym__literal] = STATE(2427), + [sym_bit_string_literal] = STATE(2399), + [sym__abstract_literal] = STATE(1006), + [sym_based_literal] = STATE(1206), + [sym_allocator] = STATE(2428), + [sym_parenthesis_expression] = STATE(2428), [sym__tool_directive] = STATE(254), [sym_line_comment] = STATE(254), [sym_block_comment] = STATE(254), @@ -40402,31 +40402,31 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_type] = ACTIONS(740), }, [255] = { - [sym_conditional_expression] = STATE(6048), - [sym__expression] = STATE(1201), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(2313), - [sym_unary_operator] = STATE(695), - [sym_sign] = STATE(696), - [sym__primary] = STATE(2383), - [sym_name] = STATE(2504), - [sym__direct_name] = STATE(748), - [sym__identifier] = STATE(1077), - [sym__external_name] = STATE(1077), - [sym_external_constant_name] = STATE(1078), - [sym_external_signal_name] = STATE(1078), - [sym_external_variable_name] = STATE(1078), - [sym_association_element] = STATE(5783), - [sym__actual_part] = STATE(6171), - [sym__literal] = STATE(2385), - [sym_bit_string_literal] = STATE(2380), - [sym__abstract_literal] = STATE(1056), - [sym_based_literal] = STATE(1229), - [sym_allocator] = STATE(2384), - [sym_parenthesis_expression] = STATE(2384), + [sym_conditional_expression] = STATE(6473), + [sym__expression] = STATE(1133), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(2423), + [sym_unary_operator] = STATE(640), + [sym_sign] = STATE(688), + [sym__primary] = STATE(2431), + [sym_name] = STATE(2491), + [sym__direct_name] = STATE(743), + [sym__identifier] = STATE(1025), + [sym__external_name] = STATE(1025), + [sym_external_constant_name] = STATE(1087), + [sym_external_signal_name] = STATE(1087), + [sym_external_variable_name] = STATE(1087), + [sym_association_element] = STATE(5772), + [sym__actual_part] = STATE(6481), + [sym__literal] = STATE(2427), + [sym_bit_string_literal] = STATE(2399), + [sym__abstract_literal] = STATE(1006), + [sym_based_literal] = STATE(1206), + [sym_allocator] = STATE(2428), + [sym_parenthesis_expression] = STATE(2428), [sym__tool_directive] = STATE(255), [sym_line_comment] = STATE(255), [sym_block_comment] = STATE(255), @@ -40471,31 +40471,31 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_type] = ACTIONS(740), }, [256] = { - [sym_conditional_expression] = STATE(6048), - [sym__expression] = STATE(1201), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(2313), - [sym_unary_operator] = STATE(695), - [sym_sign] = STATE(696), - [sym__primary] = STATE(2383), - [sym_name] = STATE(2504), - [sym__direct_name] = STATE(748), - [sym__identifier] = STATE(1077), - [sym__external_name] = STATE(1077), - [sym_external_constant_name] = STATE(1078), - [sym_external_signal_name] = STATE(1078), - [sym_external_variable_name] = STATE(1078), - [sym_association_element] = STATE(5841), - [sym__actual_part] = STATE(6171), - [sym__literal] = STATE(2385), - [sym_bit_string_literal] = STATE(2380), - [sym__abstract_literal] = STATE(1056), - [sym_based_literal] = STATE(1229), - [sym_allocator] = STATE(2384), - [sym_parenthesis_expression] = STATE(2384), + [sym_conditional_expression] = STATE(6473), + [sym__expression] = STATE(1133), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(2423), + [sym_unary_operator] = STATE(640), + [sym_sign] = STATE(688), + [sym__primary] = STATE(2431), + [sym_name] = STATE(2491), + [sym__direct_name] = STATE(743), + [sym__identifier] = STATE(1025), + [sym__external_name] = STATE(1025), + [sym_external_constant_name] = STATE(1087), + [sym_external_signal_name] = STATE(1087), + [sym_external_variable_name] = STATE(1087), + [sym_association_element] = STATE(5591), + [sym__actual_part] = STATE(6481), + [sym__literal] = STATE(2427), + [sym_bit_string_literal] = STATE(2399), + [sym__abstract_literal] = STATE(1006), + [sym_based_literal] = STATE(1206), + [sym_allocator] = STATE(2428), + [sym_parenthesis_expression] = STATE(2428), [sym__tool_directive] = STATE(256), [sym_line_comment] = STATE(256), [sym_block_comment] = STATE(256), @@ -40540,31 +40540,31 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_type] = ACTIONS(740), }, [257] = { - [sym_conditional_expression] = STATE(6048), - [sym__expression] = STATE(1201), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(2313), - [sym_unary_operator] = STATE(695), - [sym_sign] = STATE(696), - [sym__primary] = STATE(2383), - [sym_name] = STATE(2504), - [sym__direct_name] = STATE(748), - [sym__identifier] = STATE(1077), - [sym__external_name] = STATE(1077), - [sym_external_constant_name] = STATE(1078), - [sym_external_signal_name] = STATE(1078), - [sym_external_variable_name] = STATE(1078), - [sym_association_element] = STATE(5937), - [sym__actual_part] = STATE(6171), - [sym__literal] = STATE(2385), - [sym_bit_string_literal] = STATE(2380), - [sym__abstract_literal] = STATE(1056), - [sym_based_literal] = STATE(1229), - [sym_allocator] = STATE(2384), - [sym_parenthesis_expression] = STATE(2384), + [sym_conditional_expression] = STATE(6473), + [sym__expression] = STATE(1133), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(2423), + [sym_unary_operator] = STATE(640), + [sym_sign] = STATE(688), + [sym__primary] = STATE(2431), + [sym_name] = STATE(2491), + [sym__direct_name] = STATE(743), + [sym__identifier] = STATE(1025), + [sym__external_name] = STATE(1025), + [sym_external_constant_name] = STATE(1087), + [sym_external_signal_name] = STATE(1087), + [sym_external_variable_name] = STATE(1087), + [sym_association_element] = STATE(5575), + [sym__actual_part] = STATE(6481), + [sym__literal] = STATE(2427), + [sym_bit_string_literal] = STATE(2399), + [sym__abstract_literal] = STATE(1006), + [sym_based_literal] = STATE(1206), + [sym_allocator] = STATE(2428), + [sym_parenthesis_expression] = STATE(2428), [sym__tool_directive] = STATE(257), [sym_line_comment] = STATE(257), [sym_block_comment] = STATE(257), @@ -40609,31 +40609,31 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_type] = ACTIONS(740), }, [258] = { - [sym_conditional_expression] = STATE(6048), - [sym__expression] = STATE(1201), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(2313), - [sym_unary_operator] = STATE(695), - [sym_sign] = STATE(696), - [sym__primary] = STATE(2383), - [sym_name] = STATE(2504), - [sym__direct_name] = STATE(748), - [sym__identifier] = STATE(1077), - [sym__external_name] = STATE(1077), - [sym_external_constant_name] = STATE(1078), - [sym_external_signal_name] = STATE(1078), - [sym_external_variable_name] = STATE(1078), - [sym_association_element] = STATE(5566), - [sym__actual_part] = STATE(6171), - [sym__literal] = STATE(2385), - [sym_bit_string_literal] = STATE(2380), - [sym__abstract_literal] = STATE(1056), - [sym_based_literal] = STATE(1229), - [sym_allocator] = STATE(2384), - [sym_parenthesis_expression] = STATE(2384), + [sym_conditional_expression] = STATE(6473), + [sym__expression] = STATE(1133), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(2423), + [sym_unary_operator] = STATE(640), + [sym_sign] = STATE(688), + [sym__primary] = STATE(2431), + [sym_name] = STATE(2491), + [sym__direct_name] = STATE(743), + [sym__identifier] = STATE(1025), + [sym__external_name] = STATE(1025), + [sym_external_constant_name] = STATE(1087), + [sym_external_signal_name] = STATE(1087), + [sym_external_variable_name] = STATE(1087), + [sym_association_element] = STATE(5730), + [sym__actual_part] = STATE(6481), + [sym__literal] = STATE(2427), + [sym_bit_string_literal] = STATE(2399), + [sym__abstract_literal] = STATE(1006), + [sym_based_literal] = STATE(1206), + [sym_allocator] = STATE(2428), + [sym_parenthesis_expression] = STATE(2428), [sym__tool_directive] = STATE(258), [sym_line_comment] = STATE(258), [sym_block_comment] = STATE(258), @@ -40678,31 +40678,31 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_type] = ACTIONS(740), }, [259] = { - [sym_conditional_expression] = STATE(6048), - [sym__expression] = STATE(1201), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(2313), - [sym_unary_operator] = STATE(695), - [sym_sign] = STATE(696), - [sym__primary] = STATE(2383), - [sym_name] = STATE(2504), - [sym__direct_name] = STATE(748), - [sym__identifier] = STATE(1077), - [sym__external_name] = STATE(1077), - [sym_external_constant_name] = STATE(1078), - [sym_external_signal_name] = STATE(1078), - [sym_external_variable_name] = STATE(1078), - [sym_association_element] = STATE(5583), - [sym__actual_part] = STATE(6171), - [sym__literal] = STATE(2385), - [sym_bit_string_literal] = STATE(2380), - [sym__abstract_literal] = STATE(1056), - [sym_based_literal] = STATE(1229), - [sym_allocator] = STATE(2384), - [sym_parenthesis_expression] = STATE(2384), + [sym_conditional_expression] = STATE(6473), + [sym__expression] = STATE(1133), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(2423), + [sym_unary_operator] = STATE(640), + [sym_sign] = STATE(688), + [sym__primary] = STATE(2431), + [sym_name] = STATE(2491), + [sym__direct_name] = STATE(743), + [sym__identifier] = STATE(1025), + [sym__external_name] = STATE(1025), + [sym_external_constant_name] = STATE(1087), + [sym_external_signal_name] = STATE(1087), + [sym_external_variable_name] = STATE(1087), + [sym_association_element] = STATE(5768), + [sym__actual_part] = STATE(6481), + [sym__literal] = STATE(2427), + [sym_bit_string_literal] = STATE(2399), + [sym__abstract_literal] = STATE(1006), + [sym_based_literal] = STATE(1206), + [sym_allocator] = STATE(2428), + [sym_parenthesis_expression] = STATE(2428), [sym__tool_directive] = STATE(259), [sym_line_comment] = STATE(259), [sym_block_comment] = STATE(259), @@ -40747,100 +40747,100 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_type] = ACTIONS(740), }, [260] = { - [sym_conditional_expression] = STATE(6048), - [sym__expression] = STATE(1201), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(2313), - [sym_unary_operator] = STATE(695), - [sym_sign] = STATE(696), - [sym__primary] = STATE(2383), - [sym_name] = STATE(2504), - [sym__direct_name] = STATE(748), - [sym__identifier] = STATE(1077), - [sym__external_name] = STATE(1077), - [sym_external_constant_name] = STATE(1078), - [sym_external_signal_name] = STATE(1078), - [sym_external_variable_name] = STATE(1078), - [sym_association_element] = STATE(5597), - [sym__actual_part] = STATE(6171), - [sym__literal] = STATE(2385), - [sym_bit_string_literal] = STATE(2380), - [sym__abstract_literal] = STATE(1056), - [sym_based_literal] = STATE(1229), - [sym_allocator] = STATE(2384), - [sym_parenthesis_expression] = STATE(2384), + [sym__expression] = STATE(1550), + [sym_condition_expression] = STATE(2503), + [sym_logical_expression] = STATE(2503), + [sym_relational_expression] = STATE(2503), + [sym_shift_expression] = STATE(2503), + [sym_simple_expression] = STATE(2503), + [sym_unary_operator] = STATE(699), + [sym_sign] = STATE(700), + [sym__primary] = STATE(2502), + [sym_name] = STATE(2501), + [sym__direct_name] = STATE(764), + [sym__identifier] = STATE(1352), + [sym__external_name] = STATE(1352), + [sym_external_constant_name] = STATE(1351), + [sym_external_signal_name] = STATE(1351), + [sym_external_variable_name] = STATE(1351), + [sym__literal] = STATE(2500), + [sym_bit_string_literal] = STATE(2505), + [sym__abstract_literal] = STATE(1399), + [sym_based_literal] = STATE(1466), + [sym_allocator] = STATE(2501), + [sym_parenthesis_expression] = STATE(2501), [sym__tool_directive] = STATE(260), + [sym_selected_waveforms] = STATE(6608), + [sym_waveform] = STATE(6284), + [sym_waveform_element] = STATE(5497), [sym_line_comment] = STATE(260), [sym_block_comment] = STATE(260), - [anon_sym_LPAREN] = ACTIONS(736), - [sym_condition_conversion] = ACTIONS(265), + [aux_sym_selected_waveforms_repeat1] = STATE(326), + [anon_sym_LPAREN] = ACTIONS(415), + [sym_condition_conversion] = ACTIONS(417), [anon_sym_PLUS] = ACTIONS(267), [anon_sym_DASH] = ACTIONS(267), - [anon_sym_LT_LT] = ACTIONS(738), - [sym_identifier] = ACTIONS(740), + [anon_sym_LT_LT] = ACTIONS(419), + [sym_identifier] = ACTIONS(421), [sym_ABS] = ACTIONS(273), [sym_AND] = ACTIONS(273), - [sym_INERTIAL] = ACTIONS(405), [sym_NAND] = ACTIONS(273), - [sym_NEW] = ACTIONS(744), + [sym_NEW] = ACTIONS(427), [sym_NOR] = ACTIONS(273), [sym_NOT] = ACTIONS(273), - [sym_NULL] = ACTIONS(746), - [sym_OPEN] = ACTIONS(407), + [sym_NULL] = ACTIONS(429), [sym_OR] = ACTIONS(273), + [sym_UNAFFECTED] = ACTIONS(435), [sym_XNOR] = ACTIONS(273), [sym_XOR] = ACTIONS(273), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(750), - [sym_decimal_float] = ACTIONS(750), - [sym_based_base] = ACTIONS(752), - [sym_character_literal] = ACTIONS(754), - [sym_string_literal] = ACTIONS(746), - [sym_string_literal_std_logic] = ACTIONS(746), - [sym_bit_string_length] = ACTIONS(756), - [sym_bit_string_base] = ACTIONS(758), - [sym_operator_symbol] = ACTIONS(754), + [sym_decimal_integer] = ACTIONS(437), + [sym_decimal_float] = ACTIONS(437), + [sym_based_base] = ACTIONS(439), + [sym_character_literal] = ACTIONS(441), + [sym_string_literal] = ACTIONS(429), + [sym_string_literal_std_logic] = ACTIONS(429), + [sym_bit_string_length] = ACTIONS(443), + [sym_bit_string_base] = ACTIONS(445), + [sym_operator_symbol] = ACTIONS(441), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(740), - [sym_library_constant_boolean] = ACTIONS(746), - [sym_library_constant_character] = ACTIONS(746), - [sym_library_constant_debug] = ACTIONS(746), - [sym_library_constant_env] = ACTIONS(746), - [sym_library_constant_standard] = ACTIONS(746), - [sym_library_constant_std_logic] = ACTIONS(754), - [sym_library_function] = ACTIONS(740), - [sym_library_type] = ACTIONS(740), + [sym_library_constant] = ACTIONS(421), + [sym_library_constant_boolean] = ACTIONS(429), + [sym_library_constant_character] = ACTIONS(429), + [sym_library_constant_debug] = ACTIONS(429), + [sym_library_constant_env] = ACTIONS(429), + [sym_library_constant_standard] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(441), + [sym_library_function] = ACTIONS(421), + [sym_library_type] = ACTIONS(421), }, [261] = { - [sym_conditional_expression] = STATE(6048), - [sym__expression] = STATE(1201), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(2313), - [sym_unary_operator] = STATE(695), - [sym_sign] = STATE(696), - [sym__primary] = STATE(2383), - [sym_name] = STATE(2504), - [sym__direct_name] = STATE(748), - [sym__identifier] = STATE(1077), - [sym__external_name] = STATE(1077), - [sym_external_constant_name] = STATE(1078), - [sym_external_signal_name] = STATE(1078), - [sym_external_variable_name] = STATE(1078), - [sym_association_element] = STATE(5616), - [sym__actual_part] = STATE(6171), - [sym__literal] = STATE(2385), - [sym_bit_string_literal] = STATE(2380), - [sym__abstract_literal] = STATE(1056), - [sym_based_literal] = STATE(1229), - [sym_allocator] = STATE(2384), - [sym_parenthesis_expression] = STATE(2384), + [sym_conditional_expression] = STATE(6473), + [sym__expression] = STATE(1133), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(2423), + [sym_unary_operator] = STATE(640), + [sym_sign] = STATE(688), + [sym__primary] = STATE(2431), + [sym_name] = STATE(2491), + [sym__direct_name] = STATE(743), + [sym__identifier] = STATE(1025), + [sym__external_name] = STATE(1025), + [sym_external_constant_name] = STATE(1087), + [sym_external_signal_name] = STATE(1087), + [sym_external_variable_name] = STATE(1087), + [sym_association_element] = STATE(5788), + [sym__actual_part] = STATE(6481), + [sym__literal] = STATE(2427), + [sym_bit_string_literal] = STATE(2399), + [sym__abstract_literal] = STATE(1006), + [sym_based_literal] = STATE(1206), + [sym_allocator] = STATE(2428), + [sym_parenthesis_expression] = STATE(2428), [sym__tool_directive] = STATE(261), [sym_line_comment] = STATE(261), [sym_block_comment] = STATE(261), @@ -40885,100 +40885,100 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_type] = ACTIONS(740), }, [262] = { - [sym_conditional_expression] = STATE(6048), - [sym__expression] = STATE(1201), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(2313), - [sym_unary_operator] = STATE(695), - [sym_sign] = STATE(696), - [sym__primary] = STATE(2383), - [sym_name] = STATE(2504), - [sym__direct_name] = STATE(748), - [sym__identifier] = STATE(1077), - [sym__external_name] = STATE(1077), - [sym_external_constant_name] = STATE(1078), - [sym_external_signal_name] = STATE(1078), - [sym_external_variable_name] = STATE(1078), - [sym_association_element] = STATE(5631), - [sym__actual_part] = STATE(6171), - [sym__literal] = STATE(2385), - [sym_bit_string_literal] = STATE(2380), - [sym__abstract_literal] = STATE(1056), - [sym_based_literal] = STATE(1229), - [sym_allocator] = STATE(2384), - [sym_parenthesis_expression] = STATE(2384), + [sym__expression] = STATE(1550), + [sym_condition_expression] = STATE(2503), + [sym_logical_expression] = STATE(2503), + [sym_relational_expression] = STATE(2503), + [sym_shift_expression] = STATE(2503), + [sym_simple_expression] = STATE(2503), + [sym_unary_operator] = STATE(699), + [sym_sign] = STATE(700), + [sym__primary] = STATE(2502), + [sym_name] = STATE(2501), + [sym__direct_name] = STATE(764), + [sym__identifier] = STATE(1352), + [sym__external_name] = STATE(1352), + [sym_external_constant_name] = STATE(1351), + [sym_external_signal_name] = STATE(1351), + [sym_external_variable_name] = STATE(1351), + [sym__literal] = STATE(2500), + [sym_bit_string_literal] = STATE(2505), + [sym__abstract_literal] = STATE(1399), + [sym_based_literal] = STATE(1466), + [sym_allocator] = STATE(2501), + [sym_parenthesis_expression] = STATE(2501), [sym__tool_directive] = STATE(262), + [sym_selected_waveforms] = STATE(7820), + [sym_waveform] = STATE(6284), + [sym_waveform_element] = STATE(5497), [sym_line_comment] = STATE(262), [sym_block_comment] = STATE(262), - [anon_sym_LPAREN] = ACTIONS(736), - [sym_condition_conversion] = ACTIONS(265), + [aux_sym_selected_waveforms_repeat1] = STATE(326), + [anon_sym_LPAREN] = ACTIONS(415), + [sym_condition_conversion] = ACTIONS(417), [anon_sym_PLUS] = ACTIONS(267), [anon_sym_DASH] = ACTIONS(267), - [anon_sym_LT_LT] = ACTIONS(738), - [sym_identifier] = ACTIONS(740), + [anon_sym_LT_LT] = ACTIONS(419), + [sym_identifier] = ACTIONS(421), [sym_ABS] = ACTIONS(273), [sym_AND] = ACTIONS(273), - [sym_INERTIAL] = ACTIONS(405), [sym_NAND] = ACTIONS(273), - [sym_NEW] = ACTIONS(744), + [sym_NEW] = ACTIONS(427), [sym_NOR] = ACTIONS(273), [sym_NOT] = ACTIONS(273), - [sym_NULL] = ACTIONS(746), - [sym_OPEN] = ACTIONS(407), + [sym_NULL] = ACTIONS(429), [sym_OR] = ACTIONS(273), + [sym_UNAFFECTED] = ACTIONS(435), [sym_XNOR] = ACTIONS(273), [sym_XOR] = ACTIONS(273), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(750), - [sym_decimal_float] = ACTIONS(750), - [sym_based_base] = ACTIONS(752), - [sym_character_literal] = ACTIONS(754), - [sym_string_literal] = ACTIONS(746), - [sym_string_literal_std_logic] = ACTIONS(746), - [sym_bit_string_length] = ACTIONS(756), - [sym_bit_string_base] = ACTIONS(758), - [sym_operator_symbol] = ACTIONS(754), + [sym_decimal_integer] = ACTIONS(437), + [sym_decimal_float] = ACTIONS(437), + [sym_based_base] = ACTIONS(439), + [sym_character_literal] = ACTIONS(441), + [sym_string_literal] = ACTIONS(429), + [sym_string_literal_std_logic] = ACTIONS(429), + [sym_bit_string_length] = ACTIONS(443), + [sym_bit_string_base] = ACTIONS(445), + [sym_operator_symbol] = ACTIONS(441), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(740), - [sym_library_constant_boolean] = ACTIONS(746), - [sym_library_constant_character] = ACTIONS(746), - [sym_library_constant_debug] = ACTIONS(746), - [sym_library_constant_env] = ACTIONS(746), - [sym_library_constant_standard] = ACTIONS(746), - [sym_library_constant_std_logic] = ACTIONS(754), - [sym_library_function] = ACTIONS(740), - [sym_library_type] = ACTIONS(740), + [sym_library_constant] = ACTIONS(421), + [sym_library_constant_boolean] = ACTIONS(429), + [sym_library_constant_character] = ACTIONS(429), + [sym_library_constant_debug] = ACTIONS(429), + [sym_library_constant_env] = ACTIONS(429), + [sym_library_constant_standard] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(441), + [sym_library_function] = ACTIONS(421), + [sym_library_type] = ACTIONS(421), }, [263] = { - [sym_conditional_expression] = STATE(6048), - [sym__expression] = STATE(1201), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(2313), - [sym_unary_operator] = STATE(695), - [sym_sign] = STATE(696), - [sym__primary] = STATE(2383), - [sym_name] = STATE(2504), - [sym__direct_name] = STATE(748), - [sym__identifier] = STATE(1077), - [sym__external_name] = STATE(1077), - [sym_external_constant_name] = STATE(1078), - [sym_external_signal_name] = STATE(1078), - [sym_external_variable_name] = STATE(1078), - [sym_association_element] = STATE(5641), - [sym__actual_part] = STATE(6171), - [sym__literal] = STATE(2385), - [sym_bit_string_literal] = STATE(2380), - [sym__abstract_literal] = STATE(1056), - [sym_based_literal] = STATE(1229), - [sym_allocator] = STATE(2384), - [sym_parenthesis_expression] = STATE(2384), + [sym_conditional_expression] = STATE(6473), + [sym__expression] = STATE(1133), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(2423), + [sym_unary_operator] = STATE(640), + [sym_sign] = STATE(688), + [sym__primary] = STATE(2431), + [sym_name] = STATE(2491), + [sym__direct_name] = STATE(743), + [sym__identifier] = STATE(1025), + [sym__external_name] = STATE(1025), + [sym_external_constant_name] = STATE(1087), + [sym_external_signal_name] = STATE(1087), + [sym_external_variable_name] = STATE(1087), + [sym_association_element] = STATE(5815), + [sym__actual_part] = STATE(6481), + [sym__literal] = STATE(2427), + [sym_bit_string_literal] = STATE(2399), + [sym__abstract_literal] = STATE(1006), + [sym_based_literal] = STATE(1206), + [sym_allocator] = STATE(2428), + [sym_parenthesis_expression] = STATE(2428), [sym__tool_directive] = STATE(263), [sym_line_comment] = STATE(263), [sym_block_comment] = STATE(263), @@ -41023,31 +41023,31 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_type] = ACTIONS(740), }, [264] = { - [sym_conditional_expression] = STATE(6048), - [sym__expression] = STATE(1201), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(2313), - [sym_unary_operator] = STATE(695), - [sym_sign] = STATE(696), - [sym__primary] = STATE(2383), - [sym_name] = STATE(2504), - [sym__direct_name] = STATE(748), - [sym__identifier] = STATE(1077), - [sym__external_name] = STATE(1077), - [sym_external_constant_name] = STATE(1078), - [sym_external_signal_name] = STATE(1078), - [sym_external_variable_name] = STATE(1078), - [sym_association_element] = STATE(5657), - [sym__actual_part] = STATE(6171), - [sym__literal] = STATE(2385), - [sym_bit_string_literal] = STATE(2380), - [sym__abstract_literal] = STATE(1056), - [sym_based_literal] = STATE(1229), - [sym_allocator] = STATE(2384), - [sym_parenthesis_expression] = STATE(2384), + [sym_conditional_expression] = STATE(6473), + [sym__expression] = STATE(1133), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(2423), + [sym_unary_operator] = STATE(640), + [sym_sign] = STATE(688), + [sym__primary] = STATE(2431), + [sym_name] = STATE(2491), + [sym__direct_name] = STATE(743), + [sym__identifier] = STATE(1025), + [sym__external_name] = STATE(1025), + [sym_external_constant_name] = STATE(1087), + [sym_external_signal_name] = STATE(1087), + [sym_external_variable_name] = STATE(1087), + [sym_association_element] = STATE(5735), + [sym__actual_part] = STATE(6481), + [sym__literal] = STATE(2427), + [sym_bit_string_literal] = STATE(2399), + [sym__abstract_literal] = STATE(1006), + [sym_based_literal] = STATE(1206), + [sym_allocator] = STATE(2428), + [sym_parenthesis_expression] = STATE(2428), [sym__tool_directive] = STATE(264), [sym_line_comment] = STATE(264), [sym_block_comment] = STATE(264), @@ -41092,31 +41092,31 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_type] = ACTIONS(740), }, [265] = { - [sym_conditional_expression] = STATE(6048), - [sym__expression] = STATE(1201), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(2313), - [sym_unary_operator] = STATE(695), - [sym_sign] = STATE(696), - [sym__primary] = STATE(2383), - [sym_name] = STATE(2504), - [sym__direct_name] = STATE(748), - [sym__identifier] = STATE(1077), - [sym__external_name] = STATE(1077), - [sym_external_constant_name] = STATE(1078), - [sym_external_signal_name] = STATE(1078), - [sym_external_variable_name] = STATE(1078), - [sym_association_element] = STATE(5670), - [sym__actual_part] = STATE(6171), - [sym__literal] = STATE(2385), - [sym_bit_string_literal] = STATE(2380), - [sym__abstract_literal] = STATE(1056), - [sym_based_literal] = STATE(1229), - [sym_allocator] = STATE(2384), - [sym_parenthesis_expression] = STATE(2384), + [sym_conditional_expression] = STATE(6473), + [sym__expression] = STATE(1133), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(2423), + [sym_unary_operator] = STATE(640), + [sym_sign] = STATE(688), + [sym__primary] = STATE(2431), + [sym_name] = STATE(2491), + [sym__direct_name] = STATE(743), + [sym__identifier] = STATE(1025), + [sym__external_name] = STATE(1025), + [sym_external_constant_name] = STATE(1087), + [sym_external_signal_name] = STATE(1087), + [sym_external_variable_name] = STATE(1087), + [sym_association_element] = STATE(5842), + [sym__actual_part] = STATE(6481), + [sym__literal] = STATE(2427), + [sym_bit_string_literal] = STATE(2399), + [sym__abstract_literal] = STATE(1006), + [sym_based_literal] = STATE(1206), + [sym_allocator] = STATE(2428), + [sym_parenthesis_expression] = STATE(2428), [sym__tool_directive] = STATE(265), [sym_line_comment] = STATE(265), [sym_block_comment] = STATE(265), @@ -41161,100 +41161,100 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_type] = ACTIONS(740), }, [266] = { - [sym_conditional_expression] = STATE(6048), - [sym__expression] = STATE(1201), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(2313), - [sym_unary_operator] = STATE(695), - [sym_sign] = STATE(696), - [sym__primary] = STATE(2383), - [sym_name] = STATE(2504), - [sym__direct_name] = STATE(748), - [sym__identifier] = STATE(1077), - [sym__external_name] = STATE(1077), - [sym_external_constant_name] = STATE(1078), - [sym_external_signal_name] = STATE(1078), - [sym_external_variable_name] = STATE(1078), - [sym_association_element] = STATE(5681), - [sym__actual_part] = STATE(6171), - [sym__literal] = STATE(2385), - [sym_bit_string_literal] = STATE(2380), - [sym__abstract_literal] = STATE(1056), - [sym_based_literal] = STATE(1229), - [sym_allocator] = STATE(2384), - [sym_parenthesis_expression] = STATE(2384), + [sym__expression] = STATE(1550), + [sym_condition_expression] = STATE(2503), + [sym_logical_expression] = STATE(2503), + [sym_relational_expression] = STATE(2503), + [sym_shift_expression] = STATE(2503), + [sym_simple_expression] = STATE(2503), + [sym_unary_operator] = STATE(699), + [sym_sign] = STATE(700), + [sym__primary] = STATE(2502), + [sym_name] = STATE(2501), + [sym__direct_name] = STATE(764), + [sym__identifier] = STATE(1352), + [sym__external_name] = STATE(1352), + [sym_external_constant_name] = STATE(1351), + [sym_external_signal_name] = STATE(1351), + [sym_external_variable_name] = STATE(1351), + [sym__literal] = STATE(2500), + [sym_bit_string_literal] = STATE(2505), + [sym__abstract_literal] = STATE(1399), + [sym_based_literal] = STATE(1466), + [sym_allocator] = STATE(2501), + [sym_parenthesis_expression] = STATE(2501), [sym__tool_directive] = STATE(266), + [sym_selected_waveforms] = STATE(7792), + [sym_waveform] = STATE(6284), + [sym_waveform_element] = STATE(5497), [sym_line_comment] = STATE(266), [sym_block_comment] = STATE(266), - [anon_sym_LPAREN] = ACTIONS(736), - [sym_condition_conversion] = ACTIONS(265), + [aux_sym_selected_waveforms_repeat1] = STATE(326), + [anon_sym_LPAREN] = ACTIONS(415), + [sym_condition_conversion] = ACTIONS(417), [anon_sym_PLUS] = ACTIONS(267), [anon_sym_DASH] = ACTIONS(267), - [anon_sym_LT_LT] = ACTIONS(738), - [sym_identifier] = ACTIONS(740), + [anon_sym_LT_LT] = ACTIONS(419), + [sym_identifier] = ACTIONS(421), [sym_ABS] = ACTIONS(273), [sym_AND] = ACTIONS(273), - [sym_INERTIAL] = ACTIONS(405), [sym_NAND] = ACTIONS(273), - [sym_NEW] = ACTIONS(744), + [sym_NEW] = ACTIONS(427), [sym_NOR] = ACTIONS(273), [sym_NOT] = ACTIONS(273), - [sym_NULL] = ACTIONS(746), - [sym_OPEN] = ACTIONS(407), + [sym_NULL] = ACTIONS(429), [sym_OR] = ACTIONS(273), + [sym_UNAFFECTED] = ACTIONS(435), [sym_XNOR] = ACTIONS(273), [sym_XOR] = ACTIONS(273), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(750), - [sym_decimal_float] = ACTIONS(750), - [sym_based_base] = ACTIONS(752), - [sym_character_literal] = ACTIONS(754), - [sym_string_literal] = ACTIONS(746), - [sym_string_literal_std_logic] = ACTIONS(746), - [sym_bit_string_length] = ACTIONS(756), - [sym_bit_string_base] = ACTIONS(758), - [sym_operator_symbol] = ACTIONS(754), + [sym_decimal_integer] = ACTIONS(437), + [sym_decimal_float] = ACTIONS(437), + [sym_based_base] = ACTIONS(439), + [sym_character_literal] = ACTIONS(441), + [sym_string_literal] = ACTIONS(429), + [sym_string_literal_std_logic] = ACTIONS(429), + [sym_bit_string_length] = ACTIONS(443), + [sym_bit_string_base] = ACTIONS(445), + [sym_operator_symbol] = ACTIONS(441), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(740), - [sym_library_constant_boolean] = ACTIONS(746), - [sym_library_constant_character] = ACTIONS(746), - [sym_library_constant_debug] = ACTIONS(746), - [sym_library_constant_env] = ACTIONS(746), - [sym_library_constant_standard] = ACTIONS(746), - [sym_library_constant_std_logic] = ACTIONS(754), - [sym_library_function] = ACTIONS(740), - [sym_library_type] = ACTIONS(740), + [sym_library_constant] = ACTIONS(421), + [sym_library_constant_boolean] = ACTIONS(429), + [sym_library_constant_character] = ACTIONS(429), + [sym_library_constant_debug] = ACTIONS(429), + [sym_library_constant_env] = ACTIONS(429), + [sym_library_constant_standard] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(441), + [sym_library_function] = ACTIONS(421), + [sym_library_type] = ACTIONS(421), }, [267] = { - [sym_conditional_expression] = STATE(6048), - [sym__expression] = STATE(1201), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(2313), - [sym_unary_operator] = STATE(695), - [sym_sign] = STATE(696), - [sym__primary] = STATE(2383), - [sym_name] = STATE(2504), - [sym__direct_name] = STATE(748), - [sym__identifier] = STATE(1077), - [sym__external_name] = STATE(1077), - [sym_external_constant_name] = STATE(1078), - [sym_external_signal_name] = STATE(1078), - [sym_external_variable_name] = STATE(1078), - [sym_association_element] = STATE(5693), - [sym__actual_part] = STATE(6171), - [sym__literal] = STATE(2385), - [sym_bit_string_literal] = STATE(2380), - [sym__abstract_literal] = STATE(1056), - [sym_based_literal] = STATE(1229), - [sym_allocator] = STATE(2384), - [sym_parenthesis_expression] = STATE(2384), + [sym_conditional_expression] = STATE(6473), + [sym__expression] = STATE(1133), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(2423), + [sym_unary_operator] = STATE(640), + [sym_sign] = STATE(688), + [sym__primary] = STATE(2431), + [sym_name] = STATE(2491), + [sym__direct_name] = STATE(743), + [sym__identifier] = STATE(1025), + [sym__external_name] = STATE(1025), + [sym_external_constant_name] = STATE(1087), + [sym_external_signal_name] = STATE(1087), + [sym_external_variable_name] = STATE(1087), + [sym_association_element] = STATE(5869), + [sym__actual_part] = STATE(6481), + [sym__literal] = STATE(2427), + [sym_bit_string_literal] = STATE(2399), + [sym__abstract_literal] = STATE(1006), + [sym_based_literal] = STATE(1206), + [sym_allocator] = STATE(2428), + [sym_parenthesis_expression] = STATE(2428), [sym__tool_directive] = STATE(267), [sym_line_comment] = STATE(267), [sym_block_comment] = STATE(267), @@ -41299,31 +41299,31 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_type] = ACTIONS(740), }, [268] = { - [sym_conditional_expression] = STATE(6048), - [sym__expression] = STATE(1201), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(2313), - [sym_unary_operator] = STATE(695), - [sym_sign] = STATE(696), - [sym__primary] = STATE(2383), - [sym_name] = STATE(2504), - [sym__direct_name] = STATE(748), - [sym__identifier] = STATE(1077), - [sym__external_name] = STATE(1077), - [sym_external_constant_name] = STATE(1078), - [sym_external_signal_name] = STATE(1078), - [sym_external_variable_name] = STATE(1078), - [sym_association_element] = STATE(5718), - [sym__actual_part] = STATE(6171), - [sym__literal] = STATE(2385), - [sym_bit_string_literal] = STATE(2380), - [sym__abstract_literal] = STATE(1056), - [sym_based_literal] = STATE(1229), - [sym_allocator] = STATE(2384), - [sym_parenthesis_expression] = STATE(2384), + [sym_conditional_expression] = STATE(6473), + [sym__expression] = STATE(1133), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(2423), + [sym_unary_operator] = STATE(640), + [sym_sign] = STATE(688), + [sym__primary] = STATE(2431), + [sym_name] = STATE(2491), + [sym__direct_name] = STATE(743), + [sym__identifier] = STATE(1025), + [sym__external_name] = STATE(1025), + [sym_external_constant_name] = STATE(1087), + [sym_external_signal_name] = STATE(1087), + [sym_external_variable_name] = STATE(1087), + [sym_association_element] = STATE(5896), + [sym__actual_part] = STATE(6481), + [sym__literal] = STATE(2427), + [sym_bit_string_literal] = STATE(2399), + [sym__abstract_literal] = STATE(1006), + [sym_based_literal] = STATE(1206), + [sym_allocator] = STATE(2428), + [sym_parenthesis_expression] = STATE(2428), [sym__tool_directive] = STATE(268), [sym_line_comment] = STATE(268), [sym_block_comment] = STATE(268), @@ -41368,100 +41368,100 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_type] = ACTIONS(740), }, [269] = { - [sym__expression] = STATE(1519), - [sym_condition_expression] = STATE(2536), - [sym_logical_expression] = STATE(2536), - [sym_relational_expression] = STATE(2536), - [sym_shift_expression] = STATE(2536), - [sym_simple_expression] = STATE(2536), - [sym_unary_operator] = STATE(704), - [sym_sign] = STATE(705), - [sym__primary] = STATE(2508), - [sym_name] = STATE(2509), - [sym__direct_name] = STATE(777), - [sym__identifier] = STATE(1411), - [sym__external_name] = STATE(1411), - [sym_external_constant_name] = STATE(1412), - [sym_external_signal_name] = STATE(1412), - [sym_external_variable_name] = STATE(1412), - [sym__literal] = STATE(2510), - [sym_bit_string_literal] = STATE(2506), - [sym__abstract_literal] = STATE(1408), - [sym_based_literal] = STATE(1627), - [sym_allocator] = STATE(2509), - [sym_parenthesis_expression] = STATE(2509), + [sym__expression] = STATE(1103), + [sym_condition_expression] = STATE(2013), + [sym_logical_expression] = STATE(2013), + [sym_relational_expression] = STATE(2013), + [sym_shift_expression] = STATE(2013), + [sym_simple_expression] = STATE(2225), + [sym_unary_operator] = STATE(712), + [sym_sign] = STATE(710), + [sym__primary] = STATE(1446), + [sym_name] = STATE(1440), + [sym__direct_name] = STATE(723), + [sym__identifier] = STATE(879), + [sym__external_name] = STATE(879), + [sym_external_constant_name] = STATE(881), + [sym_external_signal_name] = STATE(881), + [sym_external_variable_name] = STATE(881), + [sym__literal] = STATE(1429), + [sym_bit_string_literal] = STATE(1458), + [sym__abstract_literal] = STATE(838), + [sym_based_literal] = STATE(918), + [sym_allocator] = STATE(1440), + [sym_parenthesis_expression] = STATE(1440), + [sym__element] = STATE(5352), + [sym_choices] = STATE(5528), + [sym__range] = STATE(5528), + [sym_simple_range] = STATE(4995), [sym__tool_directive] = STATE(269), - [sym_selected_waveforms] = STATE(7625), - [sym_waveform] = STATE(6286), - [sym_waveform_element] = STATE(5397), [sym_line_comment] = STATE(269), [sym_block_comment] = STATE(269), - [aux_sym_selected_waveforms_repeat1] = STATE(339), - [anon_sym_LPAREN] = ACTIONS(411), - [sym_condition_conversion] = ACTIONS(413), + [anon_sym_LPAREN] = ACTIONS(760), + [sym_condition_conversion] = ACTIONS(762), [anon_sym_PLUS] = ACTIONS(267), [anon_sym_DASH] = ACTIONS(267), - [anon_sym_LT_LT] = ACTIONS(415), - [sym_identifier] = ACTIONS(417), + [anon_sym_LT_LT] = ACTIONS(782), + [sym_identifier] = ACTIONS(806), [sym_ABS] = ACTIONS(273), [sym_AND] = ACTIONS(273), [sym_NAND] = ACTIONS(273), - [sym_NEW] = ACTIONS(423), + [sym_NEW] = ACTIONS(768), [sym_NOR] = ACTIONS(273), [sym_NOT] = ACTIONS(273), - [sym_NULL] = ACTIONS(425), + [sym_NULL] = ACTIONS(770), [sym_OR] = ACTIONS(273), - [sym_UNAFFECTED] = ACTIONS(429), + [sym_OTHERS] = ACTIONS(279), [sym_XNOR] = ACTIONS(273), [sym_XOR] = ACTIONS(273), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(431), - [sym_decimal_float] = ACTIONS(431), - [sym_based_base] = ACTIONS(433), - [sym_character_literal] = ACTIONS(435), - [sym_string_literal] = ACTIONS(425), - [sym_string_literal_std_logic] = ACTIONS(425), - [sym_bit_string_length] = ACTIONS(437), - [sym_bit_string_base] = ACTIONS(439), - [sym_operator_symbol] = ACTIONS(435), + [sym_decimal_integer] = ACTIONS(772), + [sym_decimal_float] = ACTIONS(772), + [sym_based_base] = ACTIONS(774), + [sym_character_literal] = ACTIONS(786), + [sym_string_literal] = ACTIONS(770), + [sym_string_literal_std_logic] = ACTIONS(770), + [sym_bit_string_length] = ACTIONS(778), + [sym_bit_string_base] = ACTIONS(780), + [sym_operator_symbol] = ACTIONS(786), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(417), - [sym_library_constant_boolean] = ACTIONS(425), - [sym_library_constant_character] = ACTIONS(425), - [sym_library_constant_debug] = ACTIONS(425), - [sym_library_constant_env] = ACTIONS(425), - [sym_library_constant_standard] = ACTIONS(425), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(417), - [sym_library_type] = ACTIONS(417), + [sym_library_constant] = ACTIONS(806), + [sym_library_constant_boolean] = ACTIONS(770), + [sym_library_constant_character] = ACTIONS(770), + [sym_library_constant_debug] = ACTIONS(770), + [sym_library_constant_env] = ACTIONS(770), + [sym_library_constant_standard] = ACTIONS(770), + [sym_library_constant_std_logic] = ACTIONS(786), + [sym_library_function] = ACTIONS(806), + [sym_library_type] = ACTIONS(806), }, [270] = { - [sym_conditional_expression] = STATE(6048), - [sym__expression] = STATE(1201), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(2313), - [sym_unary_operator] = STATE(695), - [sym_sign] = STATE(696), - [sym__primary] = STATE(2383), - [sym_name] = STATE(2504), - [sym__direct_name] = STATE(748), - [sym__identifier] = STATE(1077), - [sym__external_name] = STATE(1077), - [sym_external_constant_name] = STATE(1078), - [sym_external_signal_name] = STATE(1078), - [sym_external_variable_name] = STATE(1078), - [sym_association_element] = STATE(5734), - [sym__actual_part] = STATE(6171), - [sym__literal] = STATE(2385), - [sym_bit_string_literal] = STATE(2380), - [sym__abstract_literal] = STATE(1056), - [sym_based_literal] = STATE(1229), - [sym_allocator] = STATE(2384), - [sym_parenthesis_expression] = STATE(2384), + [sym_conditional_expression] = STATE(6473), + [sym__expression] = STATE(1133), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(2423), + [sym_unary_operator] = STATE(640), + [sym_sign] = STATE(688), + [sym__primary] = STATE(2431), + [sym_name] = STATE(2491), + [sym__direct_name] = STATE(743), + [sym__identifier] = STATE(1025), + [sym__external_name] = STATE(1025), + [sym_external_constant_name] = STATE(1087), + [sym_external_signal_name] = STATE(1087), + [sym_external_variable_name] = STATE(1087), + [sym_association_element] = STATE(5923), + [sym__actual_part] = STATE(6481), + [sym__literal] = STATE(2427), + [sym_bit_string_literal] = STATE(2399), + [sym__abstract_literal] = STATE(1006), + [sym_based_literal] = STATE(1206), + [sym_allocator] = STATE(2428), + [sym_parenthesis_expression] = STATE(2428), [sym__tool_directive] = STATE(270), [sym_line_comment] = STATE(270), [sym_block_comment] = STATE(270), @@ -41506,169 +41506,169 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_type] = ACTIONS(740), }, [271] = { - [sym_conditional_expression] = STATE(6048), - [sym__expression] = STATE(1201), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(2313), - [sym_unary_operator] = STATE(695), - [sym_sign] = STATE(696), - [sym__primary] = STATE(2383), - [sym_name] = STATE(2504), - [sym__direct_name] = STATE(748), - [sym__identifier] = STATE(1077), - [sym__external_name] = STATE(1077), - [sym_external_constant_name] = STATE(1078), - [sym_external_signal_name] = STATE(1078), - [sym_external_variable_name] = STATE(1078), - [sym_association_element] = STATE(5884), - [sym__actual_part] = STATE(6171), - [sym__literal] = STATE(2385), - [sym_bit_string_literal] = STATE(2380), - [sym__abstract_literal] = STATE(1056), - [sym_based_literal] = STATE(1229), - [sym_allocator] = STATE(2384), - [sym_parenthesis_expression] = STATE(2384), + [sym__expression] = STATE(1550), + [sym_condition_expression] = STATE(2503), + [sym_logical_expression] = STATE(2503), + [sym_relational_expression] = STATE(2503), + [sym_shift_expression] = STATE(2503), + [sym_simple_expression] = STATE(2503), + [sym_unary_operator] = STATE(699), + [sym_sign] = STATE(700), + [sym__primary] = STATE(2502), + [sym_name] = STATE(2501), + [sym__direct_name] = STATE(764), + [sym__identifier] = STATE(1352), + [sym__external_name] = STATE(1352), + [sym_external_constant_name] = STATE(1351), + [sym_external_signal_name] = STATE(1351), + [sym_external_variable_name] = STATE(1351), + [sym__literal] = STATE(2500), + [sym_bit_string_literal] = STATE(2505), + [sym__abstract_literal] = STATE(1399), + [sym_based_literal] = STATE(1466), + [sym_allocator] = STATE(2501), + [sym_parenthesis_expression] = STATE(2501), [sym__tool_directive] = STATE(271), + [sym_selected_waveforms] = STATE(7615), + [sym_waveform] = STATE(6284), + [sym_waveform_element] = STATE(5497), [sym_line_comment] = STATE(271), [sym_block_comment] = STATE(271), - [anon_sym_LPAREN] = ACTIONS(736), - [sym_condition_conversion] = ACTIONS(265), + [aux_sym_selected_waveforms_repeat1] = STATE(326), + [anon_sym_LPAREN] = ACTIONS(415), + [sym_condition_conversion] = ACTIONS(417), [anon_sym_PLUS] = ACTIONS(267), [anon_sym_DASH] = ACTIONS(267), - [anon_sym_LT_LT] = ACTIONS(738), - [sym_identifier] = ACTIONS(740), + [anon_sym_LT_LT] = ACTIONS(419), + [sym_identifier] = ACTIONS(421), [sym_ABS] = ACTIONS(273), [sym_AND] = ACTIONS(273), - [sym_INERTIAL] = ACTIONS(405), [sym_NAND] = ACTIONS(273), - [sym_NEW] = ACTIONS(744), + [sym_NEW] = ACTIONS(427), [sym_NOR] = ACTIONS(273), [sym_NOT] = ACTIONS(273), - [sym_NULL] = ACTIONS(746), - [sym_OPEN] = ACTIONS(407), + [sym_NULL] = ACTIONS(429), [sym_OR] = ACTIONS(273), + [sym_UNAFFECTED] = ACTIONS(435), [sym_XNOR] = ACTIONS(273), [sym_XOR] = ACTIONS(273), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(750), - [sym_decimal_float] = ACTIONS(750), - [sym_based_base] = ACTIONS(752), - [sym_character_literal] = ACTIONS(754), - [sym_string_literal] = ACTIONS(746), - [sym_string_literal_std_logic] = ACTIONS(746), - [sym_bit_string_length] = ACTIONS(756), - [sym_bit_string_base] = ACTIONS(758), - [sym_operator_symbol] = ACTIONS(754), + [sym_decimal_integer] = ACTIONS(437), + [sym_decimal_float] = ACTIONS(437), + [sym_based_base] = ACTIONS(439), + [sym_character_literal] = ACTIONS(441), + [sym_string_literal] = ACTIONS(429), + [sym_string_literal_std_logic] = ACTIONS(429), + [sym_bit_string_length] = ACTIONS(443), + [sym_bit_string_base] = ACTIONS(445), + [sym_operator_symbol] = ACTIONS(441), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(740), - [sym_library_constant_boolean] = ACTIONS(746), - [sym_library_constant_character] = ACTIONS(746), - [sym_library_constant_debug] = ACTIONS(746), - [sym_library_constant_env] = ACTIONS(746), - [sym_library_constant_standard] = ACTIONS(746), - [sym_library_constant_std_logic] = ACTIONS(754), - [sym_library_function] = ACTIONS(740), - [sym_library_type] = ACTIONS(740), + [sym_library_constant] = ACTIONS(421), + [sym_library_constant_boolean] = ACTIONS(429), + [sym_library_constant_character] = ACTIONS(429), + [sym_library_constant_debug] = ACTIONS(429), + [sym_library_constant_env] = ACTIONS(429), + [sym_library_constant_standard] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(441), + [sym_library_function] = ACTIONS(421), + [sym_library_type] = ACTIONS(421), }, [272] = { - [sym_conditional_expression] = STATE(6048), - [sym__expression] = STATE(1201), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(2313), - [sym_unary_operator] = STATE(695), - [sym_sign] = STATE(696), - [sym__primary] = STATE(2383), - [sym_name] = STATE(2504), - [sym__direct_name] = STATE(748), - [sym__identifier] = STATE(1077), - [sym__external_name] = STATE(1077), - [sym_external_constant_name] = STATE(1078), - [sym_external_signal_name] = STATE(1078), - [sym_external_variable_name] = STATE(1078), - [sym_association_element] = STATE(5754), - [sym__actual_part] = STATE(6171), - [sym__literal] = STATE(2385), - [sym_bit_string_literal] = STATE(2380), - [sym__abstract_literal] = STATE(1056), - [sym_based_literal] = STATE(1229), - [sym_allocator] = STATE(2384), - [sym_parenthesis_expression] = STATE(2384), + [sym__expression] = STATE(1550), + [sym_condition_expression] = STATE(2503), + [sym_logical_expression] = STATE(2503), + [sym_relational_expression] = STATE(2503), + [sym_shift_expression] = STATE(2503), + [sym_simple_expression] = STATE(2503), + [sym_unary_operator] = STATE(699), + [sym_sign] = STATE(700), + [sym__primary] = STATE(2502), + [sym_name] = STATE(2501), + [sym__direct_name] = STATE(764), + [sym__identifier] = STATE(1352), + [sym__external_name] = STATE(1352), + [sym_external_constant_name] = STATE(1351), + [sym_external_signal_name] = STATE(1351), + [sym_external_variable_name] = STATE(1351), + [sym__literal] = STATE(2500), + [sym_bit_string_literal] = STATE(2505), + [sym__abstract_literal] = STATE(1399), + [sym_based_literal] = STATE(1466), + [sym_allocator] = STATE(2501), + [sym_parenthesis_expression] = STATE(2501), [sym__tool_directive] = STATE(272), + [sym_selected_waveforms] = STATE(8044), + [sym_waveform] = STATE(6284), + [sym_waveform_element] = STATE(5497), [sym_line_comment] = STATE(272), [sym_block_comment] = STATE(272), - [anon_sym_LPAREN] = ACTIONS(736), - [sym_condition_conversion] = ACTIONS(265), + [aux_sym_selected_waveforms_repeat1] = STATE(326), + [anon_sym_LPAREN] = ACTIONS(415), + [sym_condition_conversion] = ACTIONS(417), [anon_sym_PLUS] = ACTIONS(267), [anon_sym_DASH] = ACTIONS(267), - [anon_sym_LT_LT] = ACTIONS(738), - [sym_identifier] = ACTIONS(740), + [anon_sym_LT_LT] = ACTIONS(419), + [sym_identifier] = ACTIONS(421), [sym_ABS] = ACTIONS(273), [sym_AND] = ACTIONS(273), - [sym_INERTIAL] = ACTIONS(405), [sym_NAND] = ACTIONS(273), - [sym_NEW] = ACTIONS(744), + [sym_NEW] = ACTIONS(427), [sym_NOR] = ACTIONS(273), [sym_NOT] = ACTIONS(273), - [sym_NULL] = ACTIONS(746), - [sym_OPEN] = ACTIONS(407), + [sym_NULL] = ACTIONS(429), [sym_OR] = ACTIONS(273), + [sym_UNAFFECTED] = ACTIONS(435), [sym_XNOR] = ACTIONS(273), [sym_XOR] = ACTIONS(273), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(750), - [sym_decimal_float] = ACTIONS(750), - [sym_based_base] = ACTIONS(752), - [sym_character_literal] = ACTIONS(754), - [sym_string_literal] = ACTIONS(746), - [sym_string_literal_std_logic] = ACTIONS(746), - [sym_bit_string_length] = ACTIONS(756), - [sym_bit_string_base] = ACTIONS(758), - [sym_operator_symbol] = ACTIONS(754), + [sym_decimal_integer] = ACTIONS(437), + [sym_decimal_float] = ACTIONS(437), + [sym_based_base] = ACTIONS(439), + [sym_character_literal] = ACTIONS(441), + [sym_string_literal] = ACTIONS(429), + [sym_string_literal_std_logic] = ACTIONS(429), + [sym_bit_string_length] = ACTIONS(443), + [sym_bit_string_base] = ACTIONS(445), + [sym_operator_symbol] = ACTIONS(441), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(740), - [sym_library_constant_boolean] = ACTIONS(746), - [sym_library_constant_character] = ACTIONS(746), - [sym_library_constant_debug] = ACTIONS(746), - [sym_library_constant_env] = ACTIONS(746), - [sym_library_constant_standard] = ACTIONS(746), - [sym_library_constant_std_logic] = ACTIONS(754), - [sym_library_function] = ACTIONS(740), - [sym_library_type] = ACTIONS(740), + [sym_library_constant] = ACTIONS(421), + [sym_library_constant_boolean] = ACTIONS(429), + [sym_library_constant_character] = ACTIONS(429), + [sym_library_constant_debug] = ACTIONS(429), + [sym_library_constant_env] = ACTIONS(429), + [sym_library_constant_standard] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(441), + [sym_library_function] = ACTIONS(421), + [sym_library_type] = ACTIONS(421), }, [273] = { - [sym_conditional_expression] = STATE(6048), - [sym__expression] = STATE(1201), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(2313), - [sym_unary_operator] = STATE(695), - [sym_sign] = STATE(696), - [sym__primary] = STATE(2383), - [sym_name] = STATE(2504), - [sym__direct_name] = STATE(748), - [sym__identifier] = STATE(1077), - [sym__external_name] = STATE(1077), - [sym_external_constant_name] = STATE(1078), - [sym_external_signal_name] = STATE(1078), - [sym_external_variable_name] = STATE(1078), - [sym_association_element] = STATE(5771), - [sym__actual_part] = STATE(6171), - [sym__literal] = STATE(2385), - [sym_bit_string_literal] = STATE(2380), - [sym__abstract_literal] = STATE(1056), - [sym_based_literal] = STATE(1229), - [sym_allocator] = STATE(2384), - [sym_parenthesis_expression] = STATE(2384), + [sym_conditional_expression] = STATE(6473), + [sym__expression] = STATE(1133), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(2423), + [sym_unary_operator] = STATE(640), + [sym_sign] = STATE(688), + [sym__primary] = STATE(2431), + [sym_name] = STATE(2491), + [sym__direct_name] = STATE(743), + [sym__identifier] = STATE(1025), + [sym__external_name] = STATE(1025), + [sym_external_constant_name] = STATE(1087), + [sym_external_signal_name] = STATE(1087), + [sym_external_variable_name] = STATE(1087), + [sym_association_element] = STATE(5950), + [sym__actual_part] = STATE(6481), + [sym__literal] = STATE(2427), + [sym_bit_string_literal] = STATE(2399), + [sym__abstract_literal] = STATE(1006), + [sym_based_literal] = STATE(1206), + [sym_allocator] = STATE(2428), + [sym_parenthesis_expression] = STATE(2428), [sym__tool_directive] = STATE(273), [sym_line_comment] = STATE(273), [sym_block_comment] = STATE(273), @@ -41713,100 +41713,100 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_type] = ACTIONS(740), }, [274] = { - [sym_conditional_expression] = STATE(6048), - [sym__expression] = STATE(1201), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(2313), - [sym_unary_operator] = STATE(695), - [sym_sign] = STATE(696), - [sym__primary] = STATE(2383), - [sym_name] = STATE(2504), - [sym__direct_name] = STATE(748), - [sym__identifier] = STATE(1077), - [sym__external_name] = STATE(1077), - [sym_external_constant_name] = STATE(1078), - [sym_external_signal_name] = STATE(1078), - [sym_external_variable_name] = STATE(1078), - [sym_association_element] = STATE(5784), - [sym__actual_part] = STATE(6171), - [sym__literal] = STATE(2385), - [sym_bit_string_literal] = STATE(2380), - [sym__abstract_literal] = STATE(1056), - [sym_based_literal] = STATE(1229), - [sym_allocator] = STATE(2384), - [sym_parenthesis_expression] = STATE(2384), + [sym__expression] = STATE(1550), + [sym_condition_expression] = STATE(2503), + [sym_logical_expression] = STATE(2503), + [sym_relational_expression] = STATE(2503), + [sym_shift_expression] = STATE(2503), + [sym_simple_expression] = STATE(2503), + [sym_unary_operator] = STATE(699), + [sym_sign] = STATE(700), + [sym__primary] = STATE(2502), + [sym_name] = STATE(2501), + [sym__direct_name] = STATE(764), + [sym__identifier] = STATE(1352), + [sym__external_name] = STATE(1352), + [sym_external_constant_name] = STATE(1351), + [sym_external_signal_name] = STATE(1351), + [sym_external_variable_name] = STATE(1351), + [sym__literal] = STATE(2500), + [sym_bit_string_literal] = STATE(2505), + [sym__abstract_literal] = STATE(1399), + [sym_based_literal] = STATE(1466), + [sym_allocator] = STATE(2501), + [sym_parenthesis_expression] = STATE(2501), [sym__tool_directive] = STATE(274), + [sym_selected_waveforms] = STATE(6874), + [sym_waveform] = STATE(6284), + [sym_waveform_element] = STATE(5497), [sym_line_comment] = STATE(274), [sym_block_comment] = STATE(274), - [anon_sym_LPAREN] = ACTIONS(736), - [sym_condition_conversion] = ACTIONS(265), + [aux_sym_selected_waveforms_repeat1] = STATE(326), + [anon_sym_LPAREN] = ACTIONS(415), + [sym_condition_conversion] = ACTIONS(417), [anon_sym_PLUS] = ACTIONS(267), [anon_sym_DASH] = ACTIONS(267), - [anon_sym_LT_LT] = ACTIONS(738), - [sym_identifier] = ACTIONS(740), + [anon_sym_LT_LT] = ACTIONS(419), + [sym_identifier] = ACTIONS(421), [sym_ABS] = ACTIONS(273), [sym_AND] = ACTIONS(273), - [sym_INERTIAL] = ACTIONS(405), [sym_NAND] = ACTIONS(273), - [sym_NEW] = ACTIONS(744), + [sym_NEW] = ACTIONS(427), [sym_NOR] = ACTIONS(273), [sym_NOT] = ACTIONS(273), - [sym_NULL] = ACTIONS(746), - [sym_OPEN] = ACTIONS(407), + [sym_NULL] = ACTIONS(429), [sym_OR] = ACTIONS(273), + [sym_UNAFFECTED] = ACTIONS(435), [sym_XNOR] = ACTIONS(273), [sym_XOR] = ACTIONS(273), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(750), - [sym_decimal_float] = ACTIONS(750), - [sym_based_base] = ACTIONS(752), - [sym_character_literal] = ACTIONS(754), - [sym_string_literal] = ACTIONS(746), - [sym_string_literal_std_logic] = ACTIONS(746), - [sym_bit_string_length] = ACTIONS(756), - [sym_bit_string_base] = ACTIONS(758), - [sym_operator_symbol] = ACTIONS(754), + [sym_decimal_integer] = ACTIONS(437), + [sym_decimal_float] = ACTIONS(437), + [sym_based_base] = ACTIONS(439), + [sym_character_literal] = ACTIONS(441), + [sym_string_literal] = ACTIONS(429), + [sym_string_literal_std_logic] = ACTIONS(429), + [sym_bit_string_length] = ACTIONS(443), + [sym_bit_string_base] = ACTIONS(445), + [sym_operator_symbol] = ACTIONS(441), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(740), - [sym_library_constant_boolean] = ACTIONS(746), - [sym_library_constant_character] = ACTIONS(746), - [sym_library_constant_debug] = ACTIONS(746), - [sym_library_constant_env] = ACTIONS(746), - [sym_library_constant_standard] = ACTIONS(746), - [sym_library_constant_std_logic] = ACTIONS(754), - [sym_library_function] = ACTIONS(740), - [sym_library_type] = ACTIONS(740), + [sym_library_constant] = ACTIONS(421), + [sym_library_constant_boolean] = ACTIONS(429), + [sym_library_constant_character] = ACTIONS(429), + [sym_library_constant_debug] = ACTIONS(429), + [sym_library_constant_env] = ACTIONS(429), + [sym_library_constant_standard] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(441), + [sym_library_function] = ACTIONS(421), + [sym_library_type] = ACTIONS(421), }, [275] = { - [sym_conditional_expression] = STATE(6048), - [sym__expression] = STATE(1201), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(2313), - [sym_unary_operator] = STATE(695), - [sym_sign] = STATE(696), - [sym__primary] = STATE(2383), - [sym_name] = STATE(2504), - [sym__direct_name] = STATE(748), - [sym__identifier] = STATE(1077), - [sym__external_name] = STATE(1077), - [sym_external_constant_name] = STATE(1078), - [sym_external_signal_name] = STATE(1078), - [sym_external_variable_name] = STATE(1078), - [sym_association_element] = STATE(5794), - [sym__actual_part] = STATE(6171), - [sym__literal] = STATE(2385), - [sym_bit_string_literal] = STATE(2380), - [sym__abstract_literal] = STATE(1056), - [sym_based_literal] = STATE(1229), - [sym_allocator] = STATE(2384), - [sym_parenthesis_expression] = STATE(2384), + [sym_conditional_expression] = STATE(6473), + [sym__expression] = STATE(1133), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(2423), + [sym_unary_operator] = STATE(640), + [sym_sign] = STATE(688), + [sym__primary] = STATE(2431), + [sym_name] = STATE(2491), + [sym__direct_name] = STATE(743), + [sym__identifier] = STATE(1025), + [sym__external_name] = STATE(1025), + [sym_external_constant_name] = STATE(1087), + [sym_external_signal_name] = STATE(1087), + [sym_external_variable_name] = STATE(1087), + [sym_association_element] = STATE(5977), + [sym__actual_part] = STATE(6481), + [sym__literal] = STATE(2427), + [sym_bit_string_literal] = STATE(2399), + [sym__abstract_literal] = STATE(1006), + [sym_based_literal] = STATE(1206), + [sym_allocator] = STATE(2428), + [sym_parenthesis_expression] = STATE(2428), [sym__tool_directive] = STATE(275), [sym_line_comment] = STATE(275), [sym_block_comment] = STATE(275), @@ -41851,103 +41851,34 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_type] = ACTIONS(740), }, [276] = { - [sym__expression] = STATE(1519), - [sym_condition_expression] = STATE(2536), - [sym_logical_expression] = STATE(2536), - [sym_relational_expression] = STATE(2536), - [sym_shift_expression] = STATE(2536), - [sym_simple_expression] = STATE(2536), - [sym_unary_operator] = STATE(704), - [sym_sign] = STATE(705), - [sym__primary] = STATE(2508), - [sym_name] = STATE(2509), - [sym__direct_name] = STATE(777), - [sym__identifier] = STATE(1411), - [sym__external_name] = STATE(1411), - [sym_external_constant_name] = STATE(1412), - [sym_external_signal_name] = STATE(1412), - [sym_external_variable_name] = STATE(1412), - [sym__literal] = STATE(2510), - [sym_bit_string_literal] = STATE(2506), - [sym__abstract_literal] = STATE(1408), - [sym_based_literal] = STATE(1627), - [sym_allocator] = STATE(2509), - [sym_parenthesis_expression] = STATE(2509), + [sym_conditional_expression] = STATE(6473), + [sym__expression] = STATE(1133), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(2423), + [sym_unary_operator] = STATE(640), + [sym_sign] = STATE(688), + [sym__primary] = STATE(2431), + [sym_name] = STATE(2491), + [sym__direct_name] = STATE(743), + [sym__identifier] = STATE(1025), + [sym__external_name] = STATE(1025), + [sym_external_constant_name] = STATE(1087), + [sym_external_signal_name] = STATE(1087), + [sym_external_variable_name] = STATE(1087), + [sym_association_element] = STATE(5980), + [sym__actual_part] = STATE(6481), + [sym__literal] = STATE(2427), + [sym_bit_string_literal] = STATE(2399), + [sym__abstract_literal] = STATE(1006), + [sym_based_literal] = STATE(1206), + [sym_allocator] = STATE(2428), + [sym_parenthesis_expression] = STATE(2428), [sym__tool_directive] = STATE(276), - [sym_selected_waveforms] = STATE(7727), - [sym_waveform] = STATE(6286), - [sym_waveform_element] = STATE(5397), [sym_line_comment] = STATE(276), [sym_block_comment] = STATE(276), - [aux_sym_selected_waveforms_repeat1] = STATE(339), - [anon_sym_LPAREN] = ACTIONS(411), - [sym_condition_conversion] = ACTIONS(413), - [anon_sym_PLUS] = ACTIONS(267), - [anon_sym_DASH] = ACTIONS(267), - [anon_sym_LT_LT] = ACTIONS(415), - [sym_identifier] = ACTIONS(417), - [sym_ABS] = ACTIONS(273), - [sym_AND] = ACTIONS(273), - [sym_NAND] = ACTIONS(273), - [sym_NEW] = ACTIONS(423), - [sym_NOR] = ACTIONS(273), - [sym_NOT] = ACTIONS(273), - [sym_NULL] = ACTIONS(425), - [sym_OR] = ACTIONS(273), - [sym_UNAFFECTED] = ACTIONS(429), - [sym_XNOR] = ACTIONS(273), - [sym_XOR] = ACTIONS(273), - [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(431), - [sym_decimal_float] = ACTIONS(431), - [sym_based_base] = ACTIONS(433), - [sym_character_literal] = ACTIONS(435), - [sym_string_literal] = ACTIONS(425), - [sym_string_literal_std_logic] = ACTIONS(425), - [sym_bit_string_length] = ACTIONS(437), - [sym_bit_string_base] = ACTIONS(439), - [sym_operator_symbol] = ACTIONS(435), - [sym__line_comment_start] = ACTIONS(5), - [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(417), - [sym_library_constant_boolean] = ACTIONS(425), - [sym_library_constant_character] = ACTIONS(425), - [sym_library_constant_debug] = ACTIONS(425), - [sym_library_constant_env] = ACTIONS(425), - [sym_library_constant_standard] = ACTIONS(425), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(417), - [sym_library_type] = ACTIONS(417), - }, - [277] = { - [sym_conditional_expression] = STATE(6048), - [sym__expression] = STATE(1201), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(2313), - [sym_unary_operator] = STATE(695), - [sym_sign] = STATE(696), - [sym__primary] = STATE(2383), - [sym_name] = STATE(2504), - [sym__direct_name] = STATE(748), - [sym__identifier] = STATE(1077), - [sym__external_name] = STATE(1077), - [sym_external_constant_name] = STATE(1078), - [sym_external_signal_name] = STATE(1078), - [sym_external_variable_name] = STATE(1078), - [sym_association_element] = STATE(5806), - [sym__actual_part] = STATE(6171), - [sym__literal] = STATE(2385), - [sym_bit_string_literal] = STATE(2380), - [sym__abstract_literal] = STATE(1056), - [sym_based_literal] = STATE(1229), - [sym_allocator] = STATE(2384), - [sym_parenthesis_expression] = STATE(2384), - [sym__tool_directive] = STATE(277), - [sym_line_comment] = STATE(277), - [sym_block_comment] = STATE(277), [anon_sym_LPAREN] = ACTIONS(736), [sym_condition_conversion] = ACTIONS(265), [anon_sym_PLUS] = ACTIONS(267), @@ -41988,32 +41919,101 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_function] = ACTIONS(740), [sym_library_type] = ACTIONS(740), }, + [277] = { + [sym__expression] = STATE(1550), + [sym_condition_expression] = STATE(2503), + [sym_logical_expression] = STATE(2503), + [sym_relational_expression] = STATE(2503), + [sym_shift_expression] = STATE(2503), + [sym_simple_expression] = STATE(2503), + [sym_unary_operator] = STATE(699), + [sym_sign] = STATE(700), + [sym__primary] = STATE(2502), + [sym_name] = STATE(2501), + [sym__direct_name] = STATE(764), + [sym__identifier] = STATE(1352), + [sym__external_name] = STATE(1352), + [sym_external_constant_name] = STATE(1351), + [sym_external_signal_name] = STATE(1351), + [sym_external_variable_name] = STATE(1351), + [sym__literal] = STATE(2500), + [sym_bit_string_literal] = STATE(2505), + [sym__abstract_literal] = STATE(1399), + [sym_based_literal] = STATE(1466), + [sym_allocator] = STATE(2501), + [sym_parenthesis_expression] = STATE(2501), + [sym__tool_directive] = STATE(277), + [sym_selected_waveforms] = STATE(7667), + [sym_waveform] = STATE(6284), + [sym_waveform_element] = STATE(5497), + [sym_line_comment] = STATE(277), + [sym_block_comment] = STATE(277), + [aux_sym_selected_waveforms_repeat1] = STATE(326), + [anon_sym_LPAREN] = ACTIONS(415), + [sym_condition_conversion] = ACTIONS(417), + [anon_sym_PLUS] = ACTIONS(267), + [anon_sym_DASH] = ACTIONS(267), + [anon_sym_LT_LT] = ACTIONS(419), + [sym_identifier] = ACTIONS(421), + [sym_ABS] = ACTIONS(273), + [sym_AND] = ACTIONS(273), + [sym_NAND] = ACTIONS(273), + [sym_NEW] = ACTIONS(427), + [sym_NOR] = ACTIONS(273), + [sym_NOT] = ACTIONS(273), + [sym_NULL] = ACTIONS(429), + [sym_OR] = ACTIONS(273), + [sym_UNAFFECTED] = ACTIONS(435), + [sym_XNOR] = ACTIONS(273), + [sym_XOR] = ACTIONS(273), + [sym__grave_accent] = ACTIONS(3), + [sym_decimal_integer] = ACTIONS(437), + [sym_decimal_float] = ACTIONS(437), + [sym_based_base] = ACTIONS(439), + [sym_character_literal] = ACTIONS(441), + [sym_string_literal] = ACTIONS(429), + [sym_string_literal_std_logic] = ACTIONS(429), + [sym_bit_string_length] = ACTIONS(443), + [sym_bit_string_base] = ACTIONS(445), + [sym_operator_symbol] = ACTIONS(441), + [sym__line_comment_start] = ACTIONS(5), + [sym__block_comment_start] = ACTIONS(7), + [sym_library_constant] = ACTIONS(421), + [sym_library_constant_boolean] = ACTIONS(429), + [sym_library_constant_character] = ACTIONS(429), + [sym_library_constant_debug] = ACTIONS(429), + [sym_library_constant_env] = ACTIONS(429), + [sym_library_constant_standard] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(441), + [sym_library_function] = ACTIONS(421), + [sym_library_type] = ACTIONS(421), + }, [278] = { - [sym_conditional_expression] = STATE(6048), - [sym__expression] = STATE(1201), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(2313), - [sym_unary_operator] = STATE(695), - [sym_sign] = STATE(696), - [sym__primary] = STATE(2383), - [sym_name] = STATE(2504), - [sym__direct_name] = STATE(748), - [sym__identifier] = STATE(1077), - [sym__external_name] = STATE(1077), - [sym_external_constant_name] = STATE(1078), - [sym_external_signal_name] = STATE(1078), - [sym_external_variable_name] = STATE(1078), - [sym_association_element] = STATE(5820), - [sym__actual_part] = STATE(6171), - [sym__literal] = STATE(2385), - [sym_bit_string_literal] = STATE(2380), - [sym__abstract_literal] = STATE(1056), - [sym_based_literal] = STATE(1229), - [sym_allocator] = STATE(2384), - [sym_parenthesis_expression] = STATE(2384), + [sym_conditional_expression] = STATE(6473), + [sym__expression] = STATE(1133), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(2423), + [sym_unary_operator] = STATE(640), + [sym_sign] = STATE(688), + [sym__primary] = STATE(2431), + [sym_name] = STATE(2491), + [sym__direct_name] = STATE(743), + [sym__identifier] = STATE(1025), + [sym__external_name] = STATE(1025), + [sym_external_constant_name] = STATE(1087), + [sym_external_signal_name] = STATE(1087), + [sym_external_variable_name] = STATE(1087), + [sym_association_element] = STATE(5573), + [sym__actual_part] = STATE(6481), + [sym__literal] = STATE(2427), + [sym_bit_string_literal] = STATE(2399), + [sym__abstract_literal] = STATE(1006), + [sym_based_literal] = STATE(1206), + [sym_allocator] = STATE(2428), + [sym_parenthesis_expression] = STATE(2428), [sym__tool_directive] = STATE(278), [sym_line_comment] = STATE(278), [sym_block_comment] = STATE(278), @@ -42058,34 +42058,34 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_type] = ACTIONS(740), }, [279] = { - [sym_conditional_expression] = STATE(6048), - [sym__expression] = STATE(1201), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(2313), - [sym_unary_operator] = STATE(695), - [sym_sign] = STATE(696), - [sym__primary] = STATE(2383), - [sym_name] = STATE(2504), - [sym__direct_name] = STATE(748), - [sym__identifier] = STATE(1077), - [sym__external_name] = STATE(1077), - [sym_external_constant_name] = STATE(1078), - [sym_external_signal_name] = STATE(1078), - [sym_external_variable_name] = STATE(1078), - [sym_association_element] = STATE(5842), - [sym__actual_part] = STATE(6171), - [sym__literal] = STATE(2385), - [sym_bit_string_literal] = STATE(2380), - [sym__abstract_literal] = STATE(1056), - [sym_based_literal] = STATE(1229), - [sym_allocator] = STATE(2384), - [sym_parenthesis_expression] = STATE(2384), + [sym__expression] = STATE(2200), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(2423), + [sym_unary_operator] = STATE(640), + [sym_sign] = STATE(688), + [sym__primary] = STATE(2431), + [sym_name] = STATE(2428), + [sym__direct_name] = STATE(743), + [sym__identifier] = STATE(1025), + [sym__external_name] = STATE(1025), + [sym_external_constant_name] = STATE(1087), + [sym_external_signal_name] = STATE(1087), + [sym_external_variable_name] = STATE(1087), + [sym__literal] = STATE(2427), + [sym_bit_string_literal] = STATE(2399), + [sym__abstract_literal] = STATE(1006), + [sym_based_literal] = STATE(1206), + [sym_allocator] = STATE(2428), + [sym_parenthesis_expression] = STATE(2428), [sym__tool_directive] = STATE(279), + [sym_force_mode] = STATE(373), + [sym_selected_expressions] = STATE(6870), [sym_line_comment] = STATE(279), [sym_block_comment] = STATE(279), + [aux_sym_selected_expressions_repeat1] = STATE(394), [anon_sym_LPAREN] = ACTIONS(736), [sym_condition_conversion] = ACTIONS(265), [anon_sym_PLUS] = ACTIONS(267), @@ -42094,14 +42094,14 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_identifier] = ACTIONS(740), [sym_ABS] = ACTIONS(273), [sym_AND] = ACTIONS(273), - [sym_INERTIAL] = ACTIONS(405), + [sym_IN] = ACTIONS(808), [sym_NAND] = ACTIONS(273), [sym_NEW] = ACTIONS(744), [sym_NOR] = ACTIONS(273), [sym_NOT] = ACTIONS(273), [sym_NULL] = ACTIONS(746), - [sym_OPEN] = ACTIONS(407), [sym_OR] = ACTIONS(273), + [sym_OUT] = ACTIONS(808), [sym_XNOR] = ACTIONS(273), [sym_XOR] = ACTIONS(273), [sym__grave_accent] = ACTIONS(3), @@ -42127,100 +42127,100 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_type] = ACTIONS(740), }, [280] = { - [sym_conditional_expression] = STATE(6048), - [sym__expression] = STATE(1201), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(2313), - [sym_unary_operator] = STATE(695), - [sym_sign] = STATE(696), - [sym__primary] = STATE(2383), - [sym_name] = STATE(2504), - [sym__direct_name] = STATE(748), - [sym__identifier] = STATE(1077), - [sym__external_name] = STATE(1077), - [sym_external_constant_name] = STATE(1078), - [sym_external_signal_name] = STATE(1078), - [sym_external_variable_name] = STATE(1078), - [sym_association_element] = STATE(5869), - [sym__actual_part] = STATE(6171), - [sym__literal] = STATE(2385), - [sym_bit_string_literal] = STATE(2380), - [sym__abstract_literal] = STATE(1056), - [sym_based_literal] = STATE(1229), - [sym_allocator] = STATE(2384), - [sym_parenthesis_expression] = STATE(2384), + [sym__expression] = STATE(1550), + [sym_condition_expression] = STATE(2503), + [sym_logical_expression] = STATE(2503), + [sym_relational_expression] = STATE(2503), + [sym_shift_expression] = STATE(2503), + [sym_simple_expression] = STATE(2503), + [sym_unary_operator] = STATE(699), + [sym_sign] = STATE(700), + [sym__primary] = STATE(2502), + [sym_name] = STATE(2501), + [sym__direct_name] = STATE(764), + [sym__identifier] = STATE(1352), + [sym__external_name] = STATE(1352), + [sym_external_constant_name] = STATE(1351), + [sym_external_signal_name] = STATE(1351), + [sym_external_variable_name] = STATE(1351), + [sym__literal] = STATE(2500), + [sym_bit_string_literal] = STATE(2505), + [sym__abstract_literal] = STATE(1399), + [sym_based_literal] = STATE(1466), + [sym_allocator] = STATE(2501), + [sym_parenthesis_expression] = STATE(2501), [sym__tool_directive] = STATE(280), + [sym_selected_waveforms] = STATE(6862), + [sym_waveform] = STATE(6284), + [sym_waveform_element] = STATE(5497), [sym_line_comment] = STATE(280), [sym_block_comment] = STATE(280), - [anon_sym_LPAREN] = ACTIONS(736), - [sym_condition_conversion] = ACTIONS(265), + [aux_sym_selected_waveforms_repeat1] = STATE(326), + [anon_sym_LPAREN] = ACTIONS(415), + [sym_condition_conversion] = ACTIONS(417), [anon_sym_PLUS] = ACTIONS(267), [anon_sym_DASH] = ACTIONS(267), - [anon_sym_LT_LT] = ACTIONS(738), - [sym_identifier] = ACTIONS(740), + [anon_sym_LT_LT] = ACTIONS(419), + [sym_identifier] = ACTIONS(421), [sym_ABS] = ACTIONS(273), [sym_AND] = ACTIONS(273), - [sym_INERTIAL] = ACTIONS(405), [sym_NAND] = ACTIONS(273), - [sym_NEW] = ACTIONS(744), + [sym_NEW] = ACTIONS(427), [sym_NOR] = ACTIONS(273), [sym_NOT] = ACTIONS(273), - [sym_NULL] = ACTIONS(746), - [sym_OPEN] = ACTIONS(407), + [sym_NULL] = ACTIONS(429), [sym_OR] = ACTIONS(273), + [sym_UNAFFECTED] = ACTIONS(435), [sym_XNOR] = ACTIONS(273), [sym_XOR] = ACTIONS(273), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(750), - [sym_decimal_float] = ACTIONS(750), - [sym_based_base] = ACTIONS(752), - [sym_character_literal] = ACTIONS(754), - [sym_string_literal] = ACTIONS(746), - [sym_string_literal_std_logic] = ACTIONS(746), - [sym_bit_string_length] = ACTIONS(756), - [sym_bit_string_base] = ACTIONS(758), - [sym_operator_symbol] = ACTIONS(754), + [sym_decimal_integer] = ACTIONS(437), + [sym_decimal_float] = ACTIONS(437), + [sym_based_base] = ACTIONS(439), + [sym_character_literal] = ACTIONS(441), + [sym_string_literal] = ACTIONS(429), + [sym_string_literal_std_logic] = ACTIONS(429), + [sym_bit_string_length] = ACTIONS(443), + [sym_bit_string_base] = ACTIONS(445), + [sym_operator_symbol] = ACTIONS(441), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(740), - [sym_library_constant_boolean] = ACTIONS(746), - [sym_library_constant_character] = ACTIONS(746), - [sym_library_constant_debug] = ACTIONS(746), - [sym_library_constant_env] = ACTIONS(746), - [sym_library_constant_standard] = ACTIONS(746), - [sym_library_constant_std_logic] = ACTIONS(754), - [sym_library_function] = ACTIONS(740), - [sym_library_type] = ACTIONS(740), + [sym_library_constant] = ACTIONS(421), + [sym_library_constant_boolean] = ACTIONS(429), + [sym_library_constant_character] = ACTIONS(429), + [sym_library_constant_debug] = ACTIONS(429), + [sym_library_constant_env] = ACTIONS(429), + [sym_library_constant_standard] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(441), + [sym_library_function] = ACTIONS(421), + [sym_library_type] = ACTIONS(421), }, [281] = { - [sym_conditional_expression] = STATE(6048), - [sym__expression] = STATE(1201), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(2313), - [sym_unary_operator] = STATE(695), - [sym_sign] = STATE(696), - [sym__primary] = STATE(2383), - [sym_name] = STATE(2504), - [sym__direct_name] = STATE(748), - [sym__identifier] = STATE(1077), - [sym__external_name] = STATE(1077), - [sym_external_constant_name] = STATE(1078), - [sym_external_signal_name] = STATE(1078), - [sym_external_variable_name] = STATE(1078), - [sym_association_element] = STATE(5915), - [sym__actual_part] = STATE(6171), - [sym__literal] = STATE(2385), - [sym_bit_string_literal] = STATE(2380), - [sym__abstract_literal] = STATE(1056), - [sym_based_literal] = STATE(1229), - [sym_allocator] = STATE(2384), - [sym_parenthesis_expression] = STATE(2384), + [sym_conditional_expression] = STATE(6473), + [sym__expression] = STATE(1133), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(2423), + [sym_unary_operator] = STATE(640), + [sym_sign] = STATE(688), + [sym__primary] = STATE(2431), + [sym_name] = STATE(2491), + [sym__direct_name] = STATE(743), + [sym__identifier] = STATE(1025), + [sym__external_name] = STATE(1025), + [sym_external_constant_name] = STATE(1087), + [sym_external_signal_name] = STATE(1087), + [sym_external_variable_name] = STATE(1087), + [sym_association_element] = STATE(5831), + [sym__actual_part] = STATE(6481), + [sym__literal] = STATE(2427), + [sym_bit_string_literal] = STATE(2399), + [sym__abstract_literal] = STATE(1006), + [sym_based_literal] = STATE(1206), + [sym_allocator] = STATE(2428), + [sym_parenthesis_expression] = STATE(2428), [sym__tool_directive] = STATE(281), [sym_line_comment] = STATE(281), [sym_block_comment] = STATE(281), @@ -42265,31 +42265,31 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_type] = ACTIONS(740), }, [282] = { - [sym_conditional_expression] = STATE(6048), - [sym__expression] = STATE(1201), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(2313), - [sym_unary_operator] = STATE(695), - [sym_sign] = STATE(696), - [sym__primary] = STATE(2383), - [sym_name] = STATE(2504), - [sym__direct_name] = STATE(748), - [sym__identifier] = STATE(1077), - [sym__external_name] = STATE(1077), - [sym_external_constant_name] = STATE(1078), - [sym_external_signal_name] = STATE(1078), - [sym_external_variable_name] = STATE(1078), - [sym_association_element] = STATE(5559), - [sym__actual_part] = STATE(6171), - [sym__literal] = STATE(2385), - [sym_bit_string_literal] = STATE(2380), - [sym__abstract_literal] = STATE(1056), - [sym_based_literal] = STATE(1229), - [sym_allocator] = STATE(2384), - [sym_parenthesis_expression] = STATE(2384), + [sym_conditional_expression] = STATE(6473), + [sym__expression] = STATE(1133), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(2423), + [sym_unary_operator] = STATE(640), + [sym_sign] = STATE(688), + [sym__primary] = STATE(2431), + [sym_name] = STATE(2491), + [sym__direct_name] = STATE(743), + [sym__identifier] = STATE(1025), + [sym__external_name] = STATE(1025), + [sym_external_constant_name] = STATE(1087), + [sym_external_signal_name] = STATE(1087), + [sym_external_variable_name] = STATE(1087), + [sym_association_element] = STATE(5911), + [sym__actual_part] = STATE(6481), + [sym__literal] = STATE(2427), + [sym_bit_string_literal] = STATE(2399), + [sym__abstract_literal] = STATE(1006), + [sym_based_literal] = STATE(1206), + [sym_allocator] = STATE(2428), + [sym_parenthesis_expression] = STATE(2428), [sym__tool_directive] = STATE(282), [sym_line_comment] = STATE(282), [sym_block_comment] = STATE(282), @@ -42334,100 +42334,100 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_type] = ACTIONS(740), }, [283] = { - [sym_conditional_expression] = STATE(6048), - [sym__expression] = STATE(1201), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(2313), - [sym_unary_operator] = STATE(695), - [sym_sign] = STATE(696), - [sym__primary] = STATE(2383), - [sym_name] = STATE(2504), - [sym__direct_name] = STATE(748), - [sym__identifier] = STATE(1077), - [sym__external_name] = STATE(1077), - [sym_external_constant_name] = STATE(1078), - [sym_external_signal_name] = STATE(1078), - [sym_external_variable_name] = STATE(1078), - [sym_association_element] = STATE(5564), - [sym__actual_part] = STATE(6171), - [sym__literal] = STATE(2385), - [sym_bit_string_literal] = STATE(2380), - [sym__abstract_literal] = STATE(1056), - [sym_based_literal] = STATE(1229), - [sym_allocator] = STATE(2384), - [sym_parenthesis_expression] = STATE(2384), + [sym__expression] = STATE(1550), + [sym_condition_expression] = STATE(2503), + [sym_logical_expression] = STATE(2503), + [sym_relational_expression] = STATE(2503), + [sym_shift_expression] = STATE(2503), + [sym_simple_expression] = STATE(2503), + [sym_unary_operator] = STATE(699), + [sym_sign] = STATE(700), + [sym__primary] = STATE(2502), + [sym_name] = STATE(2501), + [sym__direct_name] = STATE(764), + [sym__identifier] = STATE(1352), + [sym__external_name] = STATE(1352), + [sym_external_constant_name] = STATE(1351), + [sym_external_signal_name] = STATE(1351), + [sym_external_variable_name] = STATE(1351), + [sym__literal] = STATE(2500), + [sym_bit_string_literal] = STATE(2505), + [sym__abstract_literal] = STATE(1399), + [sym_based_literal] = STATE(1466), + [sym_allocator] = STATE(2501), + [sym_parenthesis_expression] = STATE(2501), [sym__tool_directive] = STATE(283), + [sym_selected_waveforms] = STATE(7544), + [sym_waveform] = STATE(6284), + [sym_waveform_element] = STATE(5497), [sym_line_comment] = STATE(283), [sym_block_comment] = STATE(283), - [anon_sym_LPAREN] = ACTIONS(736), - [sym_condition_conversion] = ACTIONS(265), + [aux_sym_selected_waveforms_repeat1] = STATE(326), + [anon_sym_LPAREN] = ACTIONS(415), + [sym_condition_conversion] = ACTIONS(417), [anon_sym_PLUS] = ACTIONS(267), [anon_sym_DASH] = ACTIONS(267), - [anon_sym_LT_LT] = ACTIONS(738), - [sym_identifier] = ACTIONS(740), + [anon_sym_LT_LT] = ACTIONS(419), + [sym_identifier] = ACTIONS(421), [sym_ABS] = ACTIONS(273), [sym_AND] = ACTIONS(273), - [sym_INERTIAL] = ACTIONS(405), [sym_NAND] = ACTIONS(273), - [sym_NEW] = ACTIONS(744), + [sym_NEW] = ACTIONS(427), [sym_NOR] = ACTIONS(273), [sym_NOT] = ACTIONS(273), - [sym_NULL] = ACTIONS(746), - [sym_OPEN] = ACTIONS(407), + [sym_NULL] = ACTIONS(429), [sym_OR] = ACTIONS(273), + [sym_UNAFFECTED] = ACTIONS(435), [sym_XNOR] = ACTIONS(273), [sym_XOR] = ACTIONS(273), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(750), - [sym_decimal_float] = ACTIONS(750), - [sym_based_base] = ACTIONS(752), - [sym_character_literal] = ACTIONS(754), - [sym_string_literal] = ACTIONS(746), - [sym_string_literal_std_logic] = ACTIONS(746), - [sym_bit_string_length] = ACTIONS(756), - [sym_bit_string_base] = ACTIONS(758), - [sym_operator_symbol] = ACTIONS(754), + [sym_decimal_integer] = ACTIONS(437), + [sym_decimal_float] = ACTIONS(437), + [sym_based_base] = ACTIONS(439), + [sym_character_literal] = ACTIONS(441), + [sym_string_literal] = ACTIONS(429), + [sym_string_literal_std_logic] = ACTIONS(429), + [sym_bit_string_length] = ACTIONS(443), + [sym_bit_string_base] = ACTIONS(445), + [sym_operator_symbol] = ACTIONS(441), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(740), - [sym_library_constant_boolean] = ACTIONS(746), - [sym_library_constant_character] = ACTIONS(746), - [sym_library_constant_debug] = ACTIONS(746), - [sym_library_constant_env] = ACTIONS(746), - [sym_library_constant_standard] = ACTIONS(746), - [sym_library_constant_std_logic] = ACTIONS(754), - [sym_library_function] = ACTIONS(740), - [sym_library_type] = ACTIONS(740), + [sym_library_constant] = ACTIONS(421), + [sym_library_constant_boolean] = ACTIONS(429), + [sym_library_constant_character] = ACTIONS(429), + [sym_library_constant_debug] = ACTIONS(429), + [sym_library_constant_env] = ACTIONS(429), + [sym_library_constant_standard] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(441), + [sym_library_function] = ACTIONS(421), + [sym_library_type] = ACTIONS(421), }, [284] = { - [sym_conditional_expression] = STATE(6048), - [sym__expression] = STATE(1201), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(2313), - [sym_unary_operator] = STATE(695), - [sym_sign] = STATE(696), - [sym__primary] = STATE(2383), - [sym_name] = STATE(2504), - [sym__direct_name] = STATE(748), - [sym__identifier] = STATE(1077), - [sym__external_name] = STATE(1077), - [sym_external_constant_name] = STATE(1078), - [sym_external_signal_name] = STATE(1078), - [sym_external_variable_name] = STATE(1078), - [sym_association_element] = STATE(5570), - [sym__actual_part] = STATE(6171), - [sym__literal] = STATE(2385), - [sym_bit_string_literal] = STATE(2380), - [sym__abstract_literal] = STATE(1056), - [sym_based_literal] = STATE(1229), - [sym_allocator] = STATE(2384), - [sym_parenthesis_expression] = STATE(2384), + [sym_conditional_expression] = STATE(6473), + [sym__expression] = STATE(1133), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(2423), + [sym_unary_operator] = STATE(640), + [sym_sign] = STATE(688), + [sym__primary] = STATE(2431), + [sym_name] = STATE(2491), + [sym__direct_name] = STATE(743), + [sym__identifier] = STATE(1025), + [sym__external_name] = STATE(1025), + [sym_external_constant_name] = STATE(1087), + [sym_external_signal_name] = STATE(1087), + [sym_external_variable_name] = STATE(1087), + [sym_association_element] = STATE(5745), + [sym__actual_part] = STATE(6481), + [sym__literal] = STATE(2427), + [sym_bit_string_literal] = STATE(2399), + [sym__abstract_literal] = STATE(1006), + [sym_based_literal] = STATE(1206), + [sym_allocator] = STATE(2428), + [sym_parenthesis_expression] = STATE(2428), [sym__tool_directive] = STATE(284), [sym_line_comment] = STATE(284), [sym_block_comment] = STATE(284), @@ -42472,34 +42472,34 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_type] = ACTIONS(740), }, [285] = { - [sym_conditional_expression] = STATE(6048), - [sym__expression] = STATE(1201), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(2313), - [sym_unary_operator] = STATE(695), - [sym_sign] = STATE(696), - [sym__primary] = STATE(2383), - [sym_name] = STATE(2504), - [sym__direct_name] = STATE(748), - [sym__identifier] = STATE(1077), - [sym__external_name] = STATE(1077), - [sym_external_constant_name] = STATE(1078), - [sym_external_signal_name] = STATE(1078), - [sym_external_variable_name] = STATE(1078), - [sym_association_element] = STATE(5576), - [sym__actual_part] = STATE(6171), - [sym__literal] = STATE(2385), - [sym_bit_string_literal] = STATE(2380), - [sym__abstract_literal] = STATE(1056), - [sym_based_literal] = STATE(1229), - [sym_allocator] = STATE(2384), - [sym_parenthesis_expression] = STATE(2384), + [sym__expression] = STATE(2200), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(2423), + [sym_unary_operator] = STATE(640), + [sym_sign] = STATE(688), + [sym__primary] = STATE(2431), + [sym_name] = STATE(2428), + [sym__direct_name] = STATE(743), + [sym__identifier] = STATE(1025), + [sym__external_name] = STATE(1025), + [sym_external_constant_name] = STATE(1087), + [sym_external_signal_name] = STATE(1087), + [sym_external_variable_name] = STATE(1087), + [sym__literal] = STATE(2427), + [sym_bit_string_literal] = STATE(2399), + [sym__abstract_literal] = STATE(1006), + [sym_based_literal] = STATE(1206), + [sym_allocator] = STATE(2428), + [sym_parenthesis_expression] = STATE(2428), [sym__tool_directive] = STATE(285), + [sym_force_mode] = STATE(369), + [sym_selected_expressions] = STATE(6831), [sym_line_comment] = STATE(285), [sym_block_comment] = STATE(285), + [aux_sym_selected_expressions_repeat1] = STATE(394), [anon_sym_LPAREN] = ACTIONS(736), [sym_condition_conversion] = ACTIONS(265), [anon_sym_PLUS] = ACTIONS(267), @@ -42508,14 +42508,14 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_identifier] = ACTIONS(740), [sym_ABS] = ACTIONS(273), [sym_AND] = ACTIONS(273), - [sym_INERTIAL] = ACTIONS(405), + [sym_IN] = ACTIONS(808), [sym_NAND] = ACTIONS(273), [sym_NEW] = ACTIONS(744), [sym_NOR] = ACTIONS(273), [sym_NOT] = ACTIONS(273), [sym_NULL] = ACTIONS(746), - [sym_OPEN] = ACTIONS(407), [sym_OR] = ACTIONS(273), + [sym_OUT] = ACTIONS(808), [sym_XNOR] = ACTIONS(273), [sym_XOR] = ACTIONS(273), [sym__grave_accent] = ACTIONS(3), @@ -42541,31 +42541,31 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_type] = ACTIONS(740), }, [286] = { - [sym_conditional_expression] = STATE(6048), - [sym__expression] = STATE(1201), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(2313), - [sym_unary_operator] = STATE(695), - [sym_sign] = STATE(696), - [sym__primary] = STATE(2383), - [sym_name] = STATE(2504), - [sym__direct_name] = STATE(748), - [sym__identifier] = STATE(1077), - [sym__external_name] = STATE(1077), - [sym_external_constant_name] = STATE(1078), - [sym_external_signal_name] = STATE(1078), - [sym_external_variable_name] = STATE(1078), - [sym_association_element] = STATE(5580), - [sym__actual_part] = STATE(6171), - [sym__literal] = STATE(2385), - [sym_bit_string_literal] = STATE(2380), - [sym__abstract_literal] = STATE(1056), - [sym_based_literal] = STATE(1229), - [sym_allocator] = STATE(2384), - [sym_parenthesis_expression] = STATE(2384), + [sym_conditional_expression] = STATE(6473), + [sym__expression] = STATE(1133), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(2423), + [sym_unary_operator] = STATE(640), + [sym_sign] = STATE(688), + [sym__primary] = STATE(2431), + [sym_name] = STATE(2491), + [sym__direct_name] = STATE(743), + [sym__identifier] = STATE(1025), + [sym__external_name] = STATE(1025), + [sym_external_constant_name] = STATE(1087), + [sym_external_signal_name] = STATE(1087), + [sym_external_variable_name] = STATE(1087), + [sym_association_element] = STATE(5667), + [sym__actual_part] = STATE(6481), + [sym__literal] = STATE(2427), + [sym_bit_string_literal] = STATE(2399), + [sym__abstract_literal] = STATE(1006), + [sym_based_literal] = STATE(1206), + [sym_allocator] = STATE(2428), + [sym_parenthesis_expression] = STATE(2428), [sym__tool_directive] = STATE(286), [sym_line_comment] = STATE(286), [sym_block_comment] = STATE(286), @@ -42610,100 +42610,100 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_type] = ACTIONS(740), }, [287] = { - [sym__expression] = STATE(1519), - [sym_condition_expression] = STATE(2536), - [sym_logical_expression] = STATE(2536), - [sym_relational_expression] = STATE(2536), - [sym_shift_expression] = STATE(2536), - [sym_simple_expression] = STATE(2536), - [sym_unary_operator] = STATE(704), - [sym_sign] = STATE(705), - [sym__primary] = STATE(2508), - [sym_name] = STATE(2509), - [sym__direct_name] = STATE(777), - [sym__identifier] = STATE(1411), - [sym__external_name] = STATE(1411), - [sym_external_constant_name] = STATE(1412), - [sym_external_signal_name] = STATE(1412), - [sym_external_variable_name] = STATE(1412), - [sym__literal] = STATE(2510), - [sym_bit_string_literal] = STATE(2506), - [sym__abstract_literal] = STATE(1408), - [sym_based_literal] = STATE(1627), - [sym_allocator] = STATE(2509), - [sym_parenthesis_expression] = STATE(2509), + [sym__expression] = STATE(1550), + [sym_condition_expression] = STATE(2503), + [sym_logical_expression] = STATE(2503), + [sym_relational_expression] = STATE(2503), + [sym_shift_expression] = STATE(2503), + [sym_simple_expression] = STATE(2503), + [sym_unary_operator] = STATE(699), + [sym_sign] = STATE(700), + [sym__primary] = STATE(2502), + [sym_name] = STATE(2501), + [sym__direct_name] = STATE(764), + [sym__identifier] = STATE(1352), + [sym__external_name] = STATE(1352), + [sym_external_constant_name] = STATE(1351), + [sym_external_signal_name] = STATE(1351), + [sym_external_variable_name] = STATE(1351), + [sym__literal] = STATE(2500), + [sym_bit_string_literal] = STATE(2505), + [sym__abstract_literal] = STATE(1399), + [sym_based_literal] = STATE(1466), + [sym_allocator] = STATE(2501), + [sym_parenthesis_expression] = STATE(2501), [sym__tool_directive] = STATE(287), - [sym_selected_waveforms] = STATE(8017), - [sym_waveform] = STATE(6286), - [sym_waveform_element] = STATE(5397), + [sym_selected_waveforms] = STATE(6830), + [sym_waveform] = STATE(6284), + [sym_waveform_element] = STATE(5497), [sym_line_comment] = STATE(287), [sym_block_comment] = STATE(287), - [aux_sym_selected_waveforms_repeat1] = STATE(339), - [anon_sym_LPAREN] = ACTIONS(411), - [sym_condition_conversion] = ACTIONS(413), + [aux_sym_selected_waveforms_repeat1] = STATE(326), + [anon_sym_LPAREN] = ACTIONS(415), + [sym_condition_conversion] = ACTIONS(417), [anon_sym_PLUS] = ACTIONS(267), [anon_sym_DASH] = ACTIONS(267), - [anon_sym_LT_LT] = ACTIONS(415), - [sym_identifier] = ACTIONS(417), + [anon_sym_LT_LT] = ACTIONS(419), + [sym_identifier] = ACTIONS(421), [sym_ABS] = ACTIONS(273), [sym_AND] = ACTIONS(273), [sym_NAND] = ACTIONS(273), - [sym_NEW] = ACTIONS(423), + [sym_NEW] = ACTIONS(427), [sym_NOR] = ACTIONS(273), [sym_NOT] = ACTIONS(273), - [sym_NULL] = ACTIONS(425), + [sym_NULL] = ACTIONS(429), [sym_OR] = ACTIONS(273), - [sym_UNAFFECTED] = ACTIONS(429), + [sym_UNAFFECTED] = ACTIONS(435), [sym_XNOR] = ACTIONS(273), [sym_XOR] = ACTIONS(273), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(431), - [sym_decimal_float] = ACTIONS(431), - [sym_based_base] = ACTIONS(433), - [sym_character_literal] = ACTIONS(435), - [sym_string_literal] = ACTIONS(425), - [sym_string_literal_std_logic] = ACTIONS(425), - [sym_bit_string_length] = ACTIONS(437), - [sym_bit_string_base] = ACTIONS(439), - [sym_operator_symbol] = ACTIONS(435), + [sym_decimal_integer] = ACTIONS(437), + [sym_decimal_float] = ACTIONS(437), + [sym_based_base] = ACTIONS(439), + [sym_character_literal] = ACTIONS(441), + [sym_string_literal] = ACTIONS(429), + [sym_string_literal_std_logic] = ACTIONS(429), + [sym_bit_string_length] = ACTIONS(443), + [sym_bit_string_base] = ACTIONS(445), + [sym_operator_symbol] = ACTIONS(441), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(417), - [sym_library_constant_boolean] = ACTIONS(425), - [sym_library_constant_character] = ACTIONS(425), - [sym_library_constant_debug] = ACTIONS(425), - [sym_library_constant_env] = ACTIONS(425), - [sym_library_constant_standard] = ACTIONS(425), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(417), - [sym_library_type] = ACTIONS(417), + [sym_library_constant] = ACTIONS(421), + [sym_library_constant_boolean] = ACTIONS(429), + [sym_library_constant_character] = ACTIONS(429), + [sym_library_constant_debug] = ACTIONS(429), + [sym_library_constant_env] = ACTIONS(429), + [sym_library_constant_standard] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(441), + [sym_library_function] = ACTIONS(421), + [sym_library_type] = ACTIONS(421), }, [288] = { - [sym_conditional_expression] = STATE(6048), - [sym__expression] = STATE(1201), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(2313), - [sym_unary_operator] = STATE(695), - [sym_sign] = STATE(696), - [sym__primary] = STATE(2383), - [sym_name] = STATE(2504), - [sym__direct_name] = STATE(748), - [sym__identifier] = STATE(1077), - [sym__external_name] = STATE(1077), - [sym_external_constant_name] = STATE(1078), - [sym_external_signal_name] = STATE(1078), - [sym_external_variable_name] = STATE(1078), - [sym_association_element] = STATE(5585), - [sym__actual_part] = STATE(6171), - [sym__literal] = STATE(2385), - [sym_bit_string_literal] = STATE(2380), - [sym__abstract_literal] = STATE(1056), - [sym_based_literal] = STATE(1229), - [sym_allocator] = STATE(2384), - [sym_parenthesis_expression] = STATE(2384), + [sym_conditional_expression] = STATE(6473), + [sym__expression] = STATE(1133), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(2423), + [sym_unary_operator] = STATE(640), + [sym_sign] = STATE(688), + [sym__primary] = STATE(2431), + [sym_name] = STATE(2491), + [sym__direct_name] = STATE(743), + [sym__identifier] = STATE(1025), + [sym__external_name] = STATE(1025), + [sym_external_constant_name] = STATE(1087), + [sym_external_signal_name] = STATE(1087), + [sym_external_variable_name] = STATE(1087), + [sym_association_element] = STATE(6004), + [sym__actual_part] = STATE(6481), + [sym__literal] = STATE(2427), + [sym_bit_string_literal] = STATE(2399), + [sym__abstract_literal] = STATE(1006), + [sym_based_literal] = STATE(1206), + [sym_allocator] = STATE(2428), + [sym_parenthesis_expression] = STATE(2428), [sym__tool_directive] = STATE(288), [sym_line_comment] = STATE(288), [sym_block_comment] = STATE(288), @@ -42748,34 +42748,34 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_type] = ACTIONS(740), }, [289] = { - [sym__expression] = STATE(2275), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(2313), - [sym_unary_operator] = STATE(695), - [sym_sign] = STATE(696), - [sym__primary] = STATE(2383), - [sym_name] = STATE(2384), - [sym__direct_name] = STATE(748), - [sym__identifier] = STATE(1077), - [sym__external_name] = STATE(1077), - [sym_external_constant_name] = STATE(1078), - [sym_external_signal_name] = STATE(1078), - [sym_external_variable_name] = STATE(1078), - [sym__literal] = STATE(2385), - [sym_bit_string_literal] = STATE(2380), - [sym__abstract_literal] = STATE(1056), - [sym_based_literal] = STATE(1229), - [sym_allocator] = STATE(2384), - [sym_parenthesis_expression] = STATE(2384), + [sym_conditional_expression] = STATE(6473), + [sym__expression] = STATE(1133), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(2423), + [sym_unary_operator] = STATE(640), + [sym_sign] = STATE(688), + [sym__primary] = STATE(2431), + [sym_name] = STATE(2491), + [sym__direct_name] = STATE(743), + [sym__identifier] = STATE(1025), + [sym__external_name] = STATE(1025), + [sym_external_constant_name] = STATE(1087), + [sym_external_signal_name] = STATE(1087), + [sym_external_variable_name] = STATE(1087), + [sym_association_element] = STATE(6001), + [sym__actual_part] = STATE(6481), + [sym__literal] = STATE(2427), + [sym_bit_string_literal] = STATE(2399), + [sym__abstract_literal] = STATE(1006), + [sym_based_literal] = STATE(1206), + [sym_allocator] = STATE(2428), + [sym_parenthesis_expression] = STATE(2428), [sym__tool_directive] = STATE(289), - [sym_force_mode] = STATE(388), - [sym_selected_expressions] = STATE(8019), [sym_line_comment] = STATE(289), [sym_block_comment] = STATE(289), - [aux_sym_selected_expressions_repeat1] = STATE(405), [anon_sym_LPAREN] = ACTIONS(736), [sym_condition_conversion] = ACTIONS(265), [anon_sym_PLUS] = ACTIONS(267), @@ -42784,14 +42784,14 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_identifier] = ACTIONS(740), [sym_ABS] = ACTIONS(273), [sym_AND] = ACTIONS(273), - [sym_IN] = ACTIONS(806), + [sym_INERTIAL] = ACTIONS(405), [sym_NAND] = ACTIONS(273), [sym_NEW] = ACTIONS(744), [sym_NOR] = ACTIONS(273), [sym_NOT] = ACTIONS(273), [sym_NULL] = ACTIONS(746), + [sym_OPEN] = ACTIONS(407), [sym_OR] = ACTIONS(273), - [sym_OUT] = ACTIONS(806), [sym_XNOR] = ACTIONS(273), [sym_XOR] = ACTIONS(273), [sym__grave_accent] = ACTIONS(3), @@ -42817,31 +42817,31 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_type] = ACTIONS(740), }, [290] = { - [sym_conditional_expression] = STATE(6048), - [sym__expression] = STATE(1201), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(2313), - [sym_unary_operator] = STATE(695), - [sym_sign] = STATE(696), - [sym__primary] = STATE(2383), - [sym_name] = STATE(2504), - [sym__direct_name] = STATE(748), - [sym__identifier] = STATE(1077), - [sym__external_name] = STATE(1077), - [sym_external_constant_name] = STATE(1078), - [sym_external_signal_name] = STATE(1078), - [sym_external_variable_name] = STATE(1078), - [sym_association_element] = STATE(5590), - [sym__actual_part] = STATE(6171), - [sym__literal] = STATE(2385), - [sym_bit_string_literal] = STATE(2380), - [sym__abstract_literal] = STATE(1056), - [sym_based_literal] = STATE(1229), - [sym_allocator] = STATE(2384), - [sym_parenthesis_expression] = STATE(2384), + [sym_conditional_expression] = STATE(6473), + [sym__expression] = STATE(1133), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(2423), + [sym_unary_operator] = STATE(640), + [sym_sign] = STATE(688), + [sym__primary] = STATE(2431), + [sym_name] = STATE(2491), + [sym__direct_name] = STATE(743), + [sym__identifier] = STATE(1025), + [sym__external_name] = STATE(1025), + [sym_external_constant_name] = STATE(1087), + [sym_external_signal_name] = STATE(1087), + [sym_external_variable_name] = STATE(1087), + [sym_association_element] = STATE(5981), + [sym__actual_part] = STATE(6481), + [sym__literal] = STATE(2427), + [sym_bit_string_literal] = STATE(2399), + [sym__abstract_literal] = STATE(1006), + [sym_based_literal] = STATE(1206), + [sym_allocator] = STATE(2428), + [sym_parenthesis_expression] = STATE(2428), [sym__tool_directive] = STATE(290), [sym_line_comment] = STATE(290), [sym_block_comment] = STATE(290), @@ -42886,100 +42886,100 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_type] = ACTIONS(740), }, [291] = { - [sym__expression] = STATE(1519), - [sym_condition_expression] = STATE(2536), - [sym_logical_expression] = STATE(2536), - [sym_relational_expression] = STATE(2536), - [sym_shift_expression] = STATE(2536), - [sym_simple_expression] = STATE(2536), - [sym_unary_operator] = STATE(704), - [sym_sign] = STATE(705), - [sym__primary] = STATE(2508), - [sym_name] = STATE(2509), - [sym__direct_name] = STATE(777), - [sym__identifier] = STATE(1411), - [sym__external_name] = STATE(1411), - [sym_external_constant_name] = STATE(1412), - [sym_external_signal_name] = STATE(1412), - [sym_external_variable_name] = STATE(1412), - [sym__literal] = STATE(2510), - [sym_bit_string_literal] = STATE(2506), - [sym__abstract_literal] = STATE(1408), - [sym_based_literal] = STATE(1627), - [sym_allocator] = STATE(2509), - [sym_parenthesis_expression] = STATE(2509), + [sym__expression] = STATE(1550), + [sym_condition_expression] = STATE(2503), + [sym_logical_expression] = STATE(2503), + [sym_relational_expression] = STATE(2503), + [sym_shift_expression] = STATE(2503), + [sym_simple_expression] = STATE(2503), + [sym_unary_operator] = STATE(699), + [sym_sign] = STATE(700), + [sym__primary] = STATE(2502), + [sym_name] = STATE(2501), + [sym__direct_name] = STATE(764), + [sym__identifier] = STATE(1352), + [sym__external_name] = STATE(1352), + [sym_external_constant_name] = STATE(1351), + [sym_external_signal_name] = STATE(1351), + [sym_external_variable_name] = STATE(1351), + [sym__literal] = STATE(2500), + [sym_bit_string_literal] = STATE(2505), + [sym__abstract_literal] = STATE(1399), + [sym_based_literal] = STATE(1466), + [sym_allocator] = STATE(2501), + [sym_parenthesis_expression] = STATE(2501), [sym__tool_directive] = STATE(291), - [sym_selected_waveforms] = STATE(8020), - [sym_waveform] = STATE(6286), - [sym_waveform_element] = STATE(5397), + [sym_selected_waveforms] = STATE(6827), + [sym_waveform] = STATE(6284), + [sym_waveform_element] = STATE(5497), [sym_line_comment] = STATE(291), [sym_block_comment] = STATE(291), - [aux_sym_selected_waveforms_repeat1] = STATE(339), - [anon_sym_LPAREN] = ACTIONS(411), - [sym_condition_conversion] = ACTIONS(413), + [aux_sym_selected_waveforms_repeat1] = STATE(326), + [anon_sym_LPAREN] = ACTIONS(415), + [sym_condition_conversion] = ACTIONS(417), [anon_sym_PLUS] = ACTIONS(267), [anon_sym_DASH] = ACTIONS(267), - [anon_sym_LT_LT] = ACTIONS(415), - [sym_identifier] = ACTIONS(417), + [anon_sym_LT_LT] = ACTIONS(419), + [sym_identifier] = ACTIONS(421), [sym_ABS] = ACTIONS(273), [sym_AND] = ACTIONS(273), [sym_NAND] = ACTIONS(273), - [sym_NEW] = ACTIONS(423), + [sym_NEW] = ACTIONS(427), [sym_NOR] = ACTIONS(273), [sym_NOT] = ACTIONS(273), - [sym_NULL] = ACTIONS(425), + [sym_NULL] = ACTIONS(429), [sym_OR] = ACTIONS(273), - [sym_UNAFFECTED] = ACTIONS(429), + [sym_UNAFFECTED] = ACTIONS(435), [sym_XNOR] = ACTIONS(273), [sym_XOR] = ACTIONS(273), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(431), - [sym_decimal_float] = ACTIONS(431), - [sym_based_base] = ACTIONS(433), - [sym_character_literal] = ACTIONS(435), - [sym_string_literal] = ACTIONS(425), - [sym_string_literal_std_logic] = ACTIONS(425), - [sym_bit_string_length] = ACTIONS(437), - [sym_bit_string_base] = ACTIONS(439), - [sym_operator_symbol] = ACTIONS(435), + [sym_decimal_integer] = ACTIONS(437), + [sym_decimal_float] = ACTIONS(437), + [sym_based_base] = ACTIONS(439), + [sym_character_literal] = ACTIONS(441), + [sym_string_literal] = ACTIONS(429), + [sym_string_literal_std_logic] = ACTIONS(429), + [sym_bit_string_length] = ACTIONS(443), + [sym_bit_string_base] = ACTIONS(445), + [sym_operator_symbol] = ACTIONS(441), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(417), - [sym_library_constant_boolean] = ACTIONS(425), - [sym_library_constant_character] = ACTIONS(425), - [sym_library_constant_debug] = ACTIONS(425), - [sym_library_constant_env] = ACTIONS(425), - [sym_library_constant_standard] = ACTIONS(425), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(417), - [sym_library_type] = ACTIONS(417), + [sym_library_constant] = ACTIONS(421), + [sym_library_constant_boolean] = ACTIONS(429), + [sym_library_constant_character] = ACTIONS(429), + [sym_library_constant_debug] = ACTIONS(429), + [sym_library_constant_env] = ACTIONS(429), + [sym_library_constant_standard] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(441), + [sym_library_function] = ACTIONS(421), + [sym_library_type] = ACTIONS(421), }, [292] = { - [sym_conditional_expression] = STATE(6048), - [sym__expression] = STATE(1201), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(2313), - [sym_unary_operator] = STATE(695), - [sym_sign] = STATE(696), - [sym__primary] = STATE(2383), - [sym_name] = STATE(2504), - [sym__direct_name] = STATE(748), - [sym__identifier] = STATE(1077), - [sym__external_name] = STATE(1077), - [sym_external_constant_name] = STATE(1078), - [sym_external_signal_name] = STATE(1078), - [sym_external_variable_name] = STATE(1078), - [sym_association_element] = STATE(5594), - [sym__actual_part] = STATE(6171), - [sym__literal] = STATE(2385), - [sym_bit_string_literal] = STATE(2380), - [sym__abstract_literal] = STATE(1056), - [sym_based_literal] = STATE(1229), - [sym_allocator] = STATE(2384), - [sym_parenthesis_expression] = STATE(2384), + [sym_conditional_expression] = STATE(6473), + [sym__expression] = STATE(1133), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(2423), + [sym_unary_operator] = STATE(640), + [sym_sign] = STATE(688), + [sym__primary] = STATE(2431), + [sym_name] = STATE(2491), + [sym__direct_name] = STATE(743), + [sym__identifier] = STATE(1025), + [sym__external_name] = STATE(1025), + [sym_external_constant_name] = STATE(1087), + [sym_external_signal_name] = STATE(1087), + [sym_external_variable_name] = STATE(1087), + [sym_association_element] = STATE(5962), + [sym__actual_part] = STATE(6481), + [sym__literal] = STATE(2427), + [sym_bit_string_literal] = STATE(2399), + [sym__abstract_literal] = STATE(1006), + [sym_based_literal] = STATE(1206), + [sym_allocator] = STATE(2428), + [sym_parenthesis_expression] = STATE(2428), [sym__tool_directive] = STATE(292), [sym_line_comment] = STATE(292), [sym_block_comment] = STATE(292), @@ -43024,31 +43024,31 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_type] = ACTIONS(740), }, [293] = { - [sym_conditional_expression] = STATE(6048), - [sym__expression] = STATE(1201), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(2313), - [sym_unary_operator] = STATE(695), - [sym_sign] = STATE(696), - [sym__primary] = STATE(2383), - [sym_name] = STATE(2504), - [sym__direct_name] = STATE(748), - [sym__identifier] = STATE(1077), - [sym__external_name] = STATE(1077), - [sym_external_constant_name] = STATE(1078), - [sym_external_signal_name] = STATE(1078), - [sym_external_variable_name] = STATE(1078), - [sym_association_element] = STATE(5598), - [sym__actual_part] = STATE(6171), - [sym__literal] = STATE(2385), - [sym_bit_string_literal] = STATE(2380), - [sym__abstract_literal] = STATE(1056), - [sym_based_literal] = STATE(1229), - [sym_allocator] = STATE(2384), - [sym_parenthesis_expression] = STATE(2384), + [sym_conditional_expression] = STATE(6473), + [sym__expression] = STATE(1133), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(2423), + [sym_unary_operator] = STATE(640), + [sym_sign] = STATE(688), + [sym__primary] = STATE(2431), + [sym_name] = STATE(2491), + [sym__direct_name] = STATE(743), + [sym__identifier] = STATE(1025), + [sym__external_name] = STATE(1025), + [sym_external_constant_name] = STATE(1087), + [sym_external_signal_name] = STATE(1087), + [sym_external_variable_name] = STATE(1087), + [sym_association_element] = STATE(5946), + [sym__actual_part] = STATE(6481), + [sym__literal] = STATE(2427), + [sym_bit_string_literal] = STATE(2399), + [sym__abstract_literal] = STATE(1006), + [sym_based_literal] = STATE(1206), + [sym_allocator] = STATE(2428), + [sym_parenthesis_expression] = STATE(2428), [sym__tool_directive] = STATE(293), [sym_line_comment] = STATE(293), [sym_block_comment] = STATE(293), @@ -43093,31 +43093,31 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_type] = ACTIONS(740), }, [294] = { - [sym_conditional_expression] = STATE(6048), - [sym__expression] = STATE(1201), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(2313), - [sym_unary_operator] = STATE(695), - [sym_sign] = STATE(696), - [sym__primary] = STATE(2383), - [sym_name] = STATE(2504), - [sym__direct_name] = STATE(748), - [sym__identifier] = STATE(1077), - [sym__external_name] = STATE(1077), - [sym_external_constant_name] = STATE(1078), - [sym_external_signal_name] = STATE(1078), - [sym_external_variable_name] = STATE(1078), - [sym_association_element] = STATE(5603), - [sym__actual_part] = STATE(6171), - [sym__literal] = STATE(2385), - [sym_bit_string_literal] = STATE(2380), - [sym__abstract_literal] = STATE(1056), - [sym_based_literal] = STATE(1229), - [sym_allocator] = STATE(2384), - [sym_parenthesis_expression] = STATE(2384), + [sym_conditional_expression] = STATE(6473), + [sym__expression] = STATE(1133), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(2423), + [sym_unary_operator] = STATE(640), + [sym_sign] = STATE(688), + [sym__primary] = STATE(2431), + [sym_name] = STATE(2491), + [sym__direct_name] = STATE(743), + [sym__identifier] = STATE(1025), + [sym__external_name] = STATE(1025), + [sym_external_constant_name] = STATE(1087), + [sym_external_signal_name] = STATE(1087), + [sym_external_variable_name] = STATE(1087), + [sym_association_element] = STATE(5752), + [sym__actual_part] = STATE(6481), + [sym__literal] = STATE(2427), + [sym_bit_string_literal] = STATE(2399), + [sym__abstract_literal] = STATE(1006), + [sym_based_literal] = STATE(1206), + [sym_allocator] = STATE(2428), + [sym_parenthesis_expression] = STATE(2428), [sym__tool_directive] = STATE(294), [sym_line_comment] = STATE(294), [sym_block_comment] = STATE(294), @@ -43162,103 +43162,103 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_type] = ACTIONS(740), }, [295] = { - [sym__expression] = STATE(1050), - [sym_condition_expression] = STATE(1944), - [sym_logical_expression] = STATE(1944), - [sym_relational_expression] = STATE(1944), - [sym_shift_expression] = STATE(1944), - [sym_simple_expression] = STATE(2021), - [sym_unary_operator] = STATE(720), - [sym_sign] = STATE(439), - [sym__primary] = STATE(1620), - [sym_name] = STATE(1621), - [sym__direct_name] = STATE(721), - [sym__identifier] = STATE(838), - [sym__external_name] = STATE(838), - [sym_external_constant_name] = STATE(840), - [sym_external_signal_name] = STATE(840), - [sym_external_variable_name] = STATE(840), - [sym__literal] = STATE(1622), - [sym_bit_string_literal] = STATE(1612), - [sym__abstract_literal] = STATE(846), - [sym_based_literal] = STATE(902), - [sym_allocator] = STATE(1621), - [sym_parenthesis_expression] = STATE(1621), - [sym__element] = STATE(5340), - [sym_choices] = STATE(5482), - [sym__range] = STATE(5482), - [sym_simple_range] = STATE(5022), + [sym__expression] = STATE(1550), + [sym_condition_expression] = STATE(2503), + [sym_logical_expression] = STATE(2503), + [sym_relational_expression] = STATE(2503), + [sym_shift_expression] = STATE(2503), + [sym_simple_expression] = STATE(2503), + [sym_unary_operator] = STATE(699), + [sym_sign] = STATE(700), + [sym__primary] = STATE(2502), + [sym_name] = STATE(2501), + [sym__direct_name] = STATE(764), + [sym__identifier] = STATE(1352), + [sym__external_name] = STATE(1352), + [sym_external_constant_name] = STATE(1351), + [sym_external_signal_name] = STATE(1351), + [sym_external_variable_name] = STATE(1351), + [sym__literal] = STATE(2500), + [sym_bit_string_literal] = STATE(2505), + [sym__abstract_literal] = STATE(1399), + [sym_based_literal] = STATE(1466), + [sym_allocator] = STATE(2501), + [sym_parenthesis_expression] = STATE(2501), [sym__tool_directive] = STATE(295), + [sym_selected_waveforms] = STATE(7308), + [sym_waveform] = STATE(6284), + [sym_waveform_element] = STATE(5497), [sym_line_comment] = STATE(295), [sym_block_comment] = STATE(295), - [anon_sym_LPAREN] = ACTIONS(760), - [sym_condition_conversion] = ACTIONS(762), + [aux_sym_selected_waveforms_repeat1] = STATE(326), + [anon_sym_LPAREN] = ACTIONS(415), + [sym_condition_conversion] = ACTIONS(417), [anon_sym_PLUS] = ACTIONS(267), [anon_sym_DASH] = ACTIONS(267), - [anon_sym_LT_LT] = ACTIONS(764), - [sym_identifier] = ACTIONS(808), + [anon_sym_LT_LT] = ACTIONS(419), + [sym_identifier] = ACTIONS(421), [sym_ABS] = ACTIONS(273), [sym_AND] = ACTIONS(273), [sym_NAND] = ACTIONS(273), - [sym_NEW] = ACTIONS(768), + [sym_NEW] = ACTIONS(427), [sym_NOR] = ACTIONS(273), [sym_NOT] = ACTIONS(273), - [sym_NULL] = ACTIONS(770), + [sym_NULL] = ACTIONS(429), [sym_OR] = ACTIONS(273), - [sym_OTHERS] = ACTIONS(279), + [sym_UNAFFECTED] = ACTIONS(435), [sym_XNOR] = ACTIONS(273), [sym_XOR] = ACTIONS(273), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(772), - [sym_decimal_float] = ACTIONS(772), - [sym_based_base] = ACTIONS(774), - [sym_character_literal] = ACTIONS(776), - [sym_string_literal] = ACTIONS(770), - [sym_string_literal_std_logic] = ACTIONS(770), - [sym_bit_string_length] = ACTIONS(778), - [sym_bit_string_base] = ACTIONS(780), - [sym_operator_symbol] = ACTIONS(776), + [sym_decimal_integer] = ACTIONS(437), + [sym_decimal_float] = ACTIONS(437), + [sym_based_base] = ACTIONS(439), + [sym_character_literal] = ACTIONS(441), + [sym_string_literal] = ACTIONS(429), + [sym_string_literal_std_logic] = ACTIONS(429), + [sym_bit_string_length] = ACTIONS(443), + [sym_bit_string_base] = ACTIONS(445), + [sym_operator_symbol] = ACTIONS(441), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(808), - [sym_library_constant_boolean] = ACTIONS(770), - [sym_library_constant_character] = ACTIONS(770), - [sym_library_constant_debug] = ACTIONS(770), - [sym_library_constant_env] = ACTIONS(770), - [sym_library_constant_standard] = ACTIONS(770), - [sym_library_constant_std_logic] = ACTIONS(776), - [sym_library_function] = ACTIONS(808), - [sym_library_type] = ACTIONS(808), + [sym_library_constant] = ACTIONS(421), + [sym_library_constant_boolean] = ACTIONS(429), + [sym_library_constant_character] = ACTIONS(429), + [sym_library_constant_debug] = ACTIONS(429), + [sym_library_constant_env] = ACTIONS(429), + [sym_library_constant_standard] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(441), + [sym_library_function] = ACTIONS(421), + [sym_library_type] = ACTIONS(421), }, [296] = { - [sym_conditional_expression] = STATE(6048), - [sym__expression] = STATE(1201), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(2313), - [sym_unary_operator] = STATE(695), - [sym_sign] = STATE(696), - [sym__primary] = STATE(2383), - [sym_name] = STATE(2504), - [sym__direct_name] = STATE(748), - [sym__identifier] = STATE(1077), - [sym__external_name] = STATE(1077), - [sym_external_constant_name] = STATE(1078), - [sym_external_signal_name] = STATE(1078), - [sym_external_variable_name] = STATE(1078), - [sym_association_element] = STATE(5609), - [sym__actual_part] = STATE(6171), - [sym__literal] = STATE(2385), - [sym_bit_string_literal] = STATE(2380), - [sym__abstract_literal] = STATE(1056), - [sym_based_literal] = STATE(1229), - [sym_allocator] = STATE(2384), - [sym_parenthesis_expression] = STATE(2384), + [sym__expression] = STATE(2200), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(2423), + [sym_unary_operator] = STATE(640), + [sym_sign] = STATE(688), + [sym__primary] = STATE(2431), + [sym_name] = STATE(2428), + [sym__direct_name] = STATE(743), + [sym__identifier] = STATE(1025), + [sym__external_name] = STATE(1025), + [sym_external_constant_name] = STATE(1087), + [sym_external_signal_name] = STATE(1087), + [sym_external_variable_name] = STATE(1087), + [sym__literal] = STATE(2427), + [sym_bit_string_literal] = STATE(2399), + [sym__abstract_literal] = STATE(1006), + [sym_based_literal] = STATE(1206), + [sym_allocator] = STATE(2428), + [sym_parenthesis_expression] = STATE(2428), [sym__tool_directive] = STATE(296), + [sym_force_mode] = STATE(387), + [sym_selected_expressions] = STATE(8052), [sym_line_comment] = STATE(296), [sym_block_comment] = STATE(296), + [aux_sym_selected_expressions_repeat1] = STATE(394), [anon_sym_LPAREN] = ACTIONS(736), [sym_condition_conversion] = ACTIONS(265), [anon_sym_PLUS] = ACTIONS(267), @@ -43267,14 +43267,14 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_identifier] = ACTIONS(740), [sym_ABS] = ACTIONS(273), [sym_AND] = ACTIONS(273), - [sym_INERTIAL] = ACTIONS(405), + [sym_IN] = ACTIONS(808), [sym_NAND] = ACTIONS(273), [sym_NEW] = ACTIONS(744), [sym_NOR] = ACTIONS(273), [sym_NOT] = ACTIONS(273), [sym_NULL] = ACTIONS(746), - [sym_OPEN] = ACTIONS(407), [sym_OR] = ACTIONS(273), + [sym_OUT] = ACTIONS(808), [sym_XNOR] = ACTIONS(273), [sym_XOR] = ACTIONS(273), [sym__grave_accent] = ACTIONS(3), @@ -43300,103 +43300,241 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_type] = ACTIONS(740), }, [297] = { - [sym__expression] = STATE(1519), - [sym_condition_expression] = STATE(2536), - [sym_logical_expression] = STATE(2536), - [sym_relational_expression] = STATE(2536), - [sym_shift_expression] = STATE(2536), - [sym_simple_expression] = STATE(2536), - [sym_unary_operator] = STATE(704), - [sym_sign] = STATE(705), - [sym__primary] = STATE(2508), - [sym_name] = STATE(2509), - [sym__direct_name] = STATE(777), - [sym__identifier] = STATE(1411), - [sym__external_name] = STATE(1411), - [sym_external_constant_name] = STATE(1412), - [sym_external_signal_name] = STATE(1412), - [sym_external_variable_name] = STATE(1412), - [sym__literal] = STATE(2510), - [sym_bit_string_literal] = STATE(2506), - [sym__abstract_literal] = STATE(1408), - [sym_based_literal] = STATE(1627), - [sym_allocator] = STATE(2509), - [sym_parenthesis_expression] = STATE(2509), + [sym__expression] = STATE(1550), + [sym_condition_expression] = STATE(2503), + [sym_logical_expression] = STATE(2503), + [sym_relational_expression] = STATE(2503), + [sym_shift_expression] = STATE(2503), + [sym_simple_expression] = STATE(2503), + [sym_unary_operator] = STATE(699), + [sym_sign] = STATE(700), + [sym__primary] = STATE(2502), + [sym_name] = STATE(2501), + [sym__direct_name] = STATE(764), + [sym__identifier] = STATE(1352), + [sym__external_name] = STATE(1352), + [sym_external_constant_name] = STATE(1351), + [sym_external_signal_name] = STATE(1351), + [sym_external_variable_name] = STATE(1351), + [sym__literal] = STATE(2500), + [sym_bit_string_literal] = STATE(2505), + [sym__abstract_literal] = STATE(1399), + [sym_based_literal] = STATE(1466), + [sym_allocator] = STATE(2501), + [sym_parenthesis_expression] = STATE(2501), [sym__tool_directive] = STATE(297), - [sym_selected_waveforms] = STATE(7827), - [sym_waveform] = STATE(6286), - [sym_waveform_element] = STATE(5397), + [sym_selected_waveforms] = STATE(8053), + [sym_waveform] = STATE(6284), + [sym_waveform_element] = STATE(5497), [sym_line_comment] = STATE(297), [sym_block_comment] = STATE(297), - [aux_sym_selected_waveforms_repeat1] = STATE(339), - [anon_sym_LPAREN] = ACTIONS(411), - [sym_condition_conversion] = ACTIONS(413), + [aux_sym_selected_waveforms_repeat1] = STATE(326), + [anon_sym_LPAREN] = ACTIONS(415), + [sym_condition_conversion] = ACTIONS(417), [anon_sym_PLUS] = ACTIONS(267), [anon_sym_DASH] = ACTIONS(267), - [anon_sym_LT_LT] = ACTIONS(415), - [sym_identifier] = ACTIONS(417), + [anon_sym_LT_LT] = ACTIONS(419), + [sym_identifier] = ACTIONS(421), [sym_ABS] = ACTIONS(273), [sym_AND] = ACTIONS(273), [sym_NAND] = ACTIONS(273), - [sym_NEW] = ACTIONS(423), + [sym_NEW] = ACTIONS(427), [sym_NOR] = ACTIONS(273), [sym_NOT] = ACTIONS(273), - [sym_NULL] = ACTIONS(425), + [sym_NULL] = ACTIONS(429), [sym_OR] = ACTIONS(273), - [sym_UNAFFECTED] = ACTIONS(429), + [sym_UNAFFECTED] = ACTIONS(435), [sym_XNOR] = ACTIONS(273), [sym_XOR] = ACTIONS(273), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(431), - [sym_decimal_float] = ACTIONS(431), - [sym_based_base] = ACTIONS(433), - [sym_character_literal] = ACTIONS(435), - [sym_string_literal] = ACTIONS(425), - [sym_string_literal_std_logic] = ACTIONS(425), - [sym_bit_string_length] = ACTIONS(437), - [sym_bit_string_base] = ACTIONS(439), - [sym_operator_symbol] = ACTIONS(435), + [sym_decimal_integer] = ACTIONS(437), + [sym_decimal_float] = ACTIONS(437), + [sym_based_base] = ACTIONS(439), + [sym_character_literal] = ACTIONS(441), + [sym_string_literal] = ACTIONS(429), + [sym_string_literal_std_logic] = ACTIONS(429), + [sym_bit_string_length] = ACTIONS(443), + [sym_bit_string_base] = ACTIONS(445), + [sym_operator_symbol] = ACTIONS(441), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(417), - [sym_library_constant_boolean] = ACTIONS(425), - [sym_library_constant_character] = ACTIONS(425), - [sym_library_constant_debug] = ACTIONS(425), - [sym_library_constant_env] = ACTIONS(425), - [sym_library_constant_standard] = ACTIONS(425), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(417), - [sym_library_type] = ACTIONS(417), + [sym_library_constant] = ACTIONS(421), + [sym_library_constant_boolean] = ACTIONS(429), + [sym_library_constant_character] = ACTIONS(429), + [sym_library_constant_debug] = ACTIONS(429), + [sym_library_constant_env] = ACTIONS(429), + [sym_library_constant_standard] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(441), + [sym_library_function] = ACTIONS(421), + [sym_library_type] = ACTIONS(421), }, [298] = { - [sym_conditional_expression] = STATE(6048), - [sym__expression] = STATE(1201), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(2313), - [sym_unary_operator] = STATE(695), - [sym_sign] = STATE(696), - [sym__primary] = STATE(2383), - [sym_name] = STATE(2504), - [sym__direct_name] = STATE(748), - [sym__identifier] = STATE(1077), - [sym__external_name] = STATE(1077), - [sym_external_constant_name] = STATE(1078), - [sym_external_signal_name] = STATE(1078), - [sym_external_variable_name] = STATE(1078), - [sym_association_element] = STATE(5614), - [sym__actual_part] = STATE(6171), - [sym__literal] = STATE(2385), - [sym_bit_string_literal] = STATE(2380), - [sym__abstract_literal] = STATE(1056), - [sym_based_literal] = STATE(1229), - [sym_allocator] = STATE(2384), - [sym_parenthesis_expression] = STATE(2384), + [sym__expression] = STATE(1550), + [sym_condition_expression] = STATE(2503), + [sym_logical_expression] = STATE(2503), + [sym_relational_expression] = STATE(2503), + [sym_shift_expression] = STATE(2503), + [sym_simple_expression] = STATE(2503), + [sym_unary_operator] = STATE(699), + [sym_sign] = STATE(700), + [sym__primary] = STATE(2502), + [sym_name] = STATE(2501), + [sym__direct_name] = STATE(764), + [sym__identifier] = STATE(1352), + [sym__external_name] = STATE(1352), + [sym_external_constant_name] = STATE(1351), + [sym_external_signal_name] = STATE(1351), + [sym_external_variable_name] = STATE(1351), + [sym__literal] = STATE(2500), + [sym_bit_string_literal] = STATE(2505), + [sym__abstract_literal] = STATE(1399), + [sym_based_literal] = STATE(1466), + [sym_allocator] = STATE(2501), + [sym_parenthesis_expression] = STATE(2501), [sym__tool_directive] = STATE(298), + [sym_selected_waveforms] = STATE(7260), + [sym_waveform] = STATE(6284), + [sym_waveform_element] = STATE(5497), [sym_line_comment] = STATE(298), [sym_block_comment] = STATE(298), + [aux_sym_selected_waveforms_repeat1] = STATE(326), + [anon_sym_LPAREN] = ACTIONS(415), + [sym_condition_conversion] = ACTIONS(417), + [anon_sym_PLUS] = ACTIONS(267), + [anon_sym_DASH] = ACTIONS(267), + [anon_sym_LT_LT] = ACTIONS(419), + [sym_identifier] = ACTIONS(421), + [sym_ABS] = ACTIONS(273), + [sym_AND] = ACTIONS(273), + [sym_NAND] = ACTIONS(273), + [sym_NEW] = ACTIONS(427), + [sym_NOR] = ACTIONS(273), + [sym_NOT] = ACTIONS(273), + [sym_NULL] = ACTIONS(429), + [sym_OR] = ACTIONS(273), + [sym_UNAFFECTED] = ACTIONS(435), + [sym_XNOR] = ACTIONS(273), + [sym_XOR] = ACTIONS(273), + [sym__grave_accent] = ACTIONS(3), + [sym_decimal_integer] = ACTIONS(437), + [sym_decimal_float] = ACTIONS(437), + [sym_based_base] = ACTIONS(439), + [sym_character_literal] = ACTIONS(441), + [sym_string_literal] = ACTIONS(429), + [sym_string_literal_std_logic] = ACTIONS(429), + [sym_bit_string_length] = ACTIONS(443), + [sym_bit_string_base] = ACTIONS(445), + [sym_operator_symbol] = ACTIONS(441), + [sym__line_comment_start] = ACTIONS(5), + [sym__block_comment_start] = ACTIONS(7), + [sym_library_constant] = ACTIONS(421), + [sym_library_constant_boolean] = ACTIONS(429), + [sym_library_constant_character] = ACTIONS(429), + [sym_library_constant_debug] = ACTIONS(429), + [sym_library_constant_env] = ACTIONS(429), + [sym_library_constant_standard] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(441), + [sym_library_function] = ACTIONS(421), + [sym_library_type] = ACTIONS(421), + }, + [299] = { + [sym__expression] = STATE(2200), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(2423), + [sym_unary_operator] = STATE(640), + [sym_sign] = STATE(688), + [sym__primary] = STATE(2431), + [sym_name] = STATE(2428), + [sym__direct_name] = STATE(743), + [sym__identifier] = STATE(1025), + [sym__external_name] = STATE(1025), + [sym_external_constant_name] = STATE(1087), + [sym_external_signal_name] = STATE(1087), + [sym_external_variable_name] = STATE(1087), + [sym__literal] = STATE(2427), + [sym_bit_string_literal] = STATE(2399), + [sym__abstract_literal] = STATE(1006), + [sym_based_literal] = STATE(1206), + [sym_allocator] = STATE(2428), + [sym_parenthesis_expression] = STATE(2428), + [sym__tool_directive] = STATE(299), + [sym_force_mode] = STATE(370), + [sym_selected_expressions] = STATE(7259), + [sym_line_comment] = STATE(299), + [sym_block_comment] = STATE(299), + [aux_sym_selected_expressions_repeat1] = STATE(394), + [anon_sym_LPAREN] = ACTIONS(736), + [sym_condition_conversion] = ACTIONS(265), + [anon_sym_PLUS] = ACTIONS(267), + [anon_sym_DASH] = ACTIONS(267), + [anon_sym_LT_LT] = ACTIONS(738), + [sym_identifier] = ACTIONS(740), + [sym_ABS] = ACTIONS(273), + [sym_AND] = ACTIONS(273), + [sym_IN] = ACTIONS(808), + [sym_NAND] = ACTIONS(273), + [sym_NEW] = ACTIONS(744), + [sym_NOR] = ACTIONS(273), + [sym_NOT] = ACTIONS(273), + [sym_NULL] = ACTIONS(746), + [sym_OR] = ACTIONS(273), + [sym_OUT] = ACTIONS(808), + [sym_XNOR] = ACTIONS(273), + [sym_XOR] = ACTIONS(273), + [sym__grave_accent] = ACTIONS(3), + [sym_decimal_integer] = ACTIONS(750), + [sym_decimal_float] = ACTIONS(750), + [sym_based_base] = ACTIONS(752), + [sym_character_literal] = ACTIONS(754), + [sym_string_literal] = ACTIONS(746), + [sym_string_literal_std_logic] = ACTIONS(746), + [sym_bit_string_length] = ACTIONS(756), + [sym_bit_string_base] = ACTIONS(758), + [sym_operator_symbol] = ACTIONS(754), + [sym__line_comment_start] = ACTIONS(5), + [sym__block_comment_start] = ACTIONS(7), + [sym_library_constant] = ACTIONS(740), + [sym_library_constant_boolean] = ACTIONS(746), + [sym_library_constant_character] = ACTIONS(746), + [sym_library_constant_debug] = ACTIONS(746), + [sym_library_constant_env] = ACTIONS(746), + [sym_library_constant_standard] = ACTIONS(746), + [sym_library_constant_std_logic] = ACTIONS(754), + [sym_library_function] = ACTIONS(740), + [sym_library_type] = ACTIONS(740), + }, + [300] = { + [sym_conditional_expression] = STATE(6473), + [sym__expression] = STATE(1133), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(2423), + [sym_unary_operator] = STATE(640), + [sym_sign] = STATE(688), + [sym__primary] = STATE(2431), + [sym_name] = STATE(2491), + [sym__direct_name] = STATE(743), + [sym__identifier] = STATE(1025), + [sym__external_name] = STATE(1025), + [sym_external_constant_name] = STATE(1087), + [sym_external_signal_name] = STATE(1087), + [sym_external_variable_name] = STATE(1087), + [sym_association_element] = STATE(5595), + [sym__actual_part] = STATE(6481), + [sym__literal] = STATE(2427), + [sym_bit_string_literal] = STATE(2399), + [sym__abstract_literal] = STATE(1006), + [sym_based_literal] = STATE(1206), + [sym_allocator] = STATE(2428), + [sym_parenthesis_expression] = STATE(2428), + [sym__tool_directive] = STATE(300), + [sym_line_comment] = STATE(300), + [sym_block_comment] = STATE(300), [anon_sym_LPAREN] = ACTIONS(736), [sym_condition_conversion] = ACTIONS(265), [anon_sym_PLUS] = ACTIONS(267), @@ -43437,35 +43575,104 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_function] = ACTIONS(740), [sym_library_type] = ACTIONS(740), }, - [299] = { - [sym_conditional_expression] = STATE(6048), - [sym__expression] = STATE(1201), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(2313), - [sym_unary_operator] = STATE(695), - [sym_sign] = STATE(696), - [sym__primary] = STATE(2383), - [sym_name] = STATE(2504), - [sym__direct_name] = STATE(748), - [sym__identifier] = STATE(1077), - [sym__external_name] = STATE(1077), - [sym_external_constant_name] = STATE(1078), - [sym_external_signal_name] = STATE(1078), - [sym_external_variable_name] = STATE(1078), - [sym_association_element] = STATE(5619), - [sym__actual_part] = STATE(6171), - [sym__literal] = STATE(2385), - [sym_bit_string_literal] = STATE(2380), - [sym__abstract_literal] = STATE(1056), - [sym_based_literal] = STATE(1229), - [sym_allocator] = STATE(2384), - [sym_parenthesis_expression] = STATE(2384), - [sym__tool_directive] = STATE(299), - [sym_line_comment] = STATE(299), - [sym_block_comment] = STATE(299), + [301] = { + [sym__expression] = STATE(1103), + [sym_condition_expression] = STATE(2013), + [sym_logical_expression] = STATE(2013), + [sym_relational_expression] = STATE(2013), + [sym_shift_expression] = STATE(2013), + [sym_simple_expression] = STATE(2225), + [sym_unary_operator] = STATE(712), + [sym_sign] = STATE(710), + [sym__primary] = STATE(1446), + [sym_name] = STATE(1440), + [sym__direct_name] = STATE(723), + [sym__identifier] = STATE(879), + [sym__external_name] = STATE(879), + [sym_external_constant_name] = STATE(881), + [sym_external_signal_name] = STATE(881), + [sym_external_variable_name] = STATE(881), + [sym__literal] = STATE(1429), + [sym_bit_string_literal] = STATE(1458), + [sym__abstract_literal] = STATE(838), + [sym_based_literal] = STATE(918), + [sym_allocator] = STATE(1440), + [sym_parenthesis_expression] = STATE(1440), + [sym__element] = STATE(5504), + [sym_choices] = STATE(5528), + [sym__range] = STATE(5528), + [sym_simple_range] = STATE(4995), + [sym__tool_directive] = STATE(301), + [sym_line_comment] = STATE(301), + [sym_block_comment] = STATE(301), + [anon_sym_LPAREN] = ACTIONS(760), + [sym_condition_conversion] = ACTIONS(762), + [anon_sym_PLUS] = ACTIONS(267), + [anon_sym_DASH] = ACTIONS(267), + [anon_sym_LT_LT] = ACTIONS(782), + [sym_identifier] = ACTIONS(806), + [sym_ABS] = ACTIONS(273), + [sym_AND] = ACTIONS(273), + [sym_NAND] = ACTIONS(273), + [sym_NEW] = ACTIONS(768), + [sym_NOR] = ACTIONS(273), + [sym_NOT] = ACTIONS(273), + [sym_NULL] = ACTIONS(770), + [sym_OR] = ACTIONS(273), + [sym_OTHERS] = ACTIONS(279), + [sym_XNOR] = ACTIONS(273), + [sym_XOR] = ACTIONS(273), + [sym__grave_accent] = ACTIONS(3), + [sym_decimal_integer] = ACTIONS(772), + [sym_decimal_float] = ACTIONS(772), + [sym_based_base] = ACTIONS(774), + [sym_character_literal] = ACTIONS(786), + [sym_string_literal] = ACTIONS(770), + [sym_string_literal_std_logic] = ACTIONS(770), + [sym_bit_string_length] = ACTIONS(778), + [sym_bit_string_base] = ACTIONS(780), + [sym_operator_symbol] = ACTIONS(786), + [sym__line_comment_start] = ACTIONS(5), + [sym__block_comment_start] = ACTIONS(7), + [sym_library_constant] = ACTIONS(806), + [sym_library_constant_boolean] = ACTIONS(770), + [sym_library_constant_character] = ACTIONS(770), + [sym_library_constant_debug] = ACTIONS(770), + [sym_library_constant_env] = ACTIONS(770), + [sym_library_constant_standard] = ACTIONS(770), + [sym_library_constant_std_logic] = ACTIONS(786), + [sym_library_function] = ACTIONS(806), + [sym_library_type] = ACTIONS(806), + }, + [302] = { + [sym_conditional_expression] = STATE(6473), + [sym__expression] = STATE(1133), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(2423), + [sym_unary_operator] = STATE(640), + [sym_sign] = STATE(688), + [sym__primary] = STATE(2431), + [sym_name] = STATE(2491), + [sym__direct_name] = STATE(743), + [sym__identifier] = STATE(1025), + [sym__external_name] = STATE(1025), + [sym_external_constant_name] = STATE(1087), + [sym_external_signal_name] = STATE(1087), + [sym_external_variable_name] = STATE(1087), + [sym_association_element] = STATE(5765), + [sym__actual_part] = STATE(6481), + [sym__literal] = STATE(2427), + [sym_bit_string_literal] = STATE(2399), + [sym__abstract_literal] = STATE(1006), + [sym_based_literal] = STATE(1206), + [sym_allocator] = STATE(2428), + [sym_parenthesis_expression] = STATE(2428), + [sym__tool_directive] = STATE(302), + [sym_line_comment] = STATE(302), + [sym_block_comment] = STATE(302), [anon_sym_LPAREN] = ACTIONS(736), [sym_condition_conversion] = ACTIONS(265), [anon_sym_PLUS] = ACTIONS(267), @@ -43506,104 +43713,104 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_function] = ACTIONS(740), [sym_library_type] = ACTIONS(740), }, - [300] = { - [sym__expression] = STATE(1519), - [sym_condition_expression] = STATE(2536), - [sym_logical_expression] = STATE(2536), - [sym_relational_expression] = STATE(2536), - [sym_shift_expression] = STATE(2536), - [sym_simple_expression] = STATE(2536), - [sym_unary_operator] = STATE(704), - [sym_sign] = STATE(705), - [sym__primary] = STATE(2508), - [sym_name] = STATE(2509), - [sym__direct_name] = STATE(777), - [sym__identifier] = STATE(1411), - [sym__external_name] = STATE(1411), - [sym_external_constant_name] = STATE(1412), - [sym_external_signal_name] = STATE(1412), - [sym_external_variable_name] = STATE(1412), - [sym__literal] = STATE(2510), - [sym_bit_string_literal] = STATE(2506), - [sym__abstract_literal] = STATE(1408), - [sym_based_literal] = STATE(1627), - [sym_allocator] = STATE(2509), - [sym_parenthesis_expression] = STATE(2509), - [sym__tool_directive] = STATE(300), - [sym_selected_waveforms] = STATE(6893), - [sym_waveform] = STATE(6286), - [sym_waveform_element] = STATE(5397), - [sym_line_comment] = STATE(300), - [sym_block_comment] = STATE(300), - [aux_sym_selected_waveforms_repeat1] = STATE(339), - [anon_sym_LPAREN] = ACTIONS(411), - [sym_condition_conversion] = ACTIONS(413), + [303] = { + [sym_conditional_expression] = STATE(6473), + [sym__expression] = STATE(1133), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(2423), + [sym_unary_operator] = STATE(640), + [sym_sign] = STATE(688), + [sym__primary] = STATE(2431), + [sym_name] = STATE(2491), + [sym__direct_name] = STATE(743), + [sym__identifier] = STATE(1025), + [sym__external_name] = STATE(1025), + [sym_external_constant_name] = STATE(1087), + [sym_external_signal_name] = STATE(1087), + [sym_external_variable_name] = STATE(1087), + [sym_association_element] = STATE(5778), + [sym__actual_part] = STATE(6481), + [sym__literal] = STATE(2427), + [sym_bit_string_literal] = STATE(2399), + [sym__abstract_literal] = STATE(1006), + [sym_based_literal] = STATE(1206), + [sym_allocator] = STATE(2428), + [sym_parenthesis_expression] = STATE(2428), + [sym__tool_directive] = STATE(303), + [sym_line_comment] = STATE(303), + [sym_block_comment] = STATE(303), + [anon_sym_LPAREN] = ACTIONS(736), + [sym_condition_conversion] = ACTIONS(265), [anon_sym_PLUS] = ACTIONS(267), [anon_sym_DASH] = ACTIONS(267), - [anon_sym_LT_LT] = ACTIONS(415), - [sym_identifier] = ACTIONS(417), + [anon_sym_LT_LT] = ACTIONS(738), + [sym_identifier] = ACTIONS(740), [sym_ABS] = ACTIONS(273), [sym_AND] = ACTIONS(273), + [sym_INERTIAL] = ACTIONS(405), [sym_NAND] = ACTIONS(273), - [sym_NEW] = ACTIONS(423), + [sym_NEW] = ACTIONS(744), [sym_NOR] = ACTIONS(273), [sym_NOT] = ACTIONS(273), - [sym_NULL] = ACTIONS(425), + [sym_NULL] = ACTIONS(746), + [sym_OPEN] = ACTIONS(407), [sym_OR] = ACTIONS(273), - [sym_UNAFFECTED] = ACTIONS(429), [sym_XNOR] = ACTIONS(273), [sym_XOR] = ACTIONS(273), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(431), - [sym_decimal_float] = ACTIONS(431), - [sym_based_base] = ACTIONS(433), - [sym_character_literal] = ACTIONS(435), - [sym_string_literal] = ACTIONS(425), - [sym_string_literal_std_logic] = ACTIONS(425), - [sym_bit_string_length] = ACTIONS(437), - [sym_bit_string_base] = ACTIONS(439), - [sym_operator_symbol] = ACTIONS(435), + [sym_decimal_integer] = ACTIONS(750), + [sym_decimal_float] = ACTIONS(750), + [sym_based_base] = ACTIONS(752), + [sym_character_literal] = ACTIONS(754), + [sym_string_literal] = ACTIONS(746), + [sym_string_literal_std_logic] = ACTIONS(746), + [sym_bit_string_length] = ACTIONS(756), + [sym_bit_string_base] = ACTIONS(758), + [sym_operator_symbol] = ACTIONS(754), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(417), - [sym_library_constant_boolean] = ACTIONS(425), - [sym_library_constant_character] = ACTIONS(425), - [sym_library_constant_debug] = ACTIONS(425), - [sym_library_constant_env] = ACTIONS(425), - [sym_library_constant_standard] = ACTIONS(425), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(417), - [sym_library_type] = ACTIONS(417), + [sym_library_constant] = ACTIONS(740), + [sym_library_constant_boolean] = ACTIONS(746), + [sym_library_constant_character] = ACTIONS(746), + [sym_library_constant_debug] = ACTIONS(746), + [sym_library_constant_env] = ACTIONS(746), + [sym_library_constant_standard] = ACTIONS(746), + [sym_library_constant_std_logic] = ACTIONS(754), + [sym_library_function] = ACTIONS(740), + [sym_library_type] = ACTIONS(740), }, - [301] = { - [sym_conditional_expression] = STATE(6048), - [sym__expression] = STATE(1201), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(2313), - [sym_unary_operator] = STATE(695), - [sym_sign] = STATE(696), - [sym__primary] = STATE(2383), - [sym_name] = STATE(2504), - [sym__direct_name] = STATE(748), - [sym__identifier] = STATE(1077), - [sym__external_name] = STATE(1077), - [sym_external_constant_name] = STATE(1078), - [sym_external_signal_name] = STATE(1078), - [sym_external_variable_name] = STATE(1078), - [sym_association_element] = STATE(5623), - [sym__actual_part] = STATE(6171), - [sym__literal] = STATE(2385), - [sym_bit_string_literal] = STATE(2380), - [sym__abstract_literal] = STATE(1056), - [sym_based_literal] = STATE(1229), - [sym_allocator] = STATE(2384), - [sym_parenthesis_expression] = STATE(2384), - [sym__tool_directive] = STATE(301), - [sym_line_comment] = STATE(301), - [sym_block_comment] = STATE(301), + [304] = { + [sym_conditional_expression] = STATE(6473), + [sym__expression] = STATE(1133), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(2423), + [sym_unary_operator] = STATE(640), + [sym_sign] = STATE(688), + [sym__primary] = STATE(2431), + [sym_name] = STATE(2491), + [sym__direct_name] = STATE(743), + [sym__identifier] = STATE(1025), + [sym__external_name] = STATE(1025), + [sym_external_constant_name] = STATE(1087), + [sym_external_signal_name] = STATE(1087), + [sym_external_variable_name] = STATE(1087), + [sym_association_element] = STATE(5928), + [sym__actual_part] = STATE(6481), + [sym__literal] = STATE(2427), + [sym_bit_string_literal] = STATE(2399), + [sym__abstract_literal] = STATE(1006), + [sym_based_literal] = STATE(1206), + [sym_allocator] = STATE(2428), + [sym_parenthesis_expression] = STATE(2428), + [sym__tool_directive] = STATE(304), + [sym_line_comment] = STATE(304), + [sym_block_comment] = STATE(304), [anon_sym_LPAREN] = ACTIONS(736), [sym_condition_conversion] = ACTIONS(265), [anon_sym_PLUS] = ACTIONS(267), @@ -43644,35 +43851,35 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_function] = ACTIONS(740), [sym_library_type] = ACTIONS(740), }, - [302] = { - [sym_conditional_expression] = STATE(6048), - [sym__expression] = STATE(1201), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(2313), - [sym_unary_operator] = STATE(695), - [sym_sign] = STATE(696), - [sym__primary] = STATE(2383), - [sym_name] = STATE(2504), - [sym__direct_name] = STATE(748), - [sym__identifier] = STATE(1077), - [sym__external_name] = STATE(1077), - [sym_external_constant_name] = STATE(1078), - [sym_external_signal_name] = STATE(1078), - [sym_external_variable_name] = STATE(1078), - [sym_association_element] = STATE(5628), - [sym__actual_part] = STATE(6171), - [sym__literal] = STATE(2385), - [sym_bit_string_literal] = STATE(2380), - [sym__abstract_literal] = STATE(1056), - [sym_based_literal] = STATE(1229), - [sym_allocator] = STATE(2384), - [sym_parenthesis_expression] = STATE(2384), - [sym__tool_directive] = STATE(302), - [sym_line_comment] = STATE(302), - [sym_block_comment] = STATE(302), + [305] = { + [sym_conditional_expression] = STATE(6473), + [sym__expression] = STATE(1133), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(2423), + [sym_unary_operator] = STATE(640), + [sym_sign] = STATE(688), + [sym__primary] = STATE(2431), + [sym_name] = STATE(2491), + [sym__direct_name] = STATE(743), + [sym__identifier] = STATE(1025), + [sym__external_name] = STATE(1025), + [sym_external_constant_name] = STATE(1087), + [sym_external_signal_name] = STATE(1087), + [sym_external_variable_name] = STATE(1087), + [sym_association_element] = STATE(5916), + [sym__actual_part] = STATE(6481), + [sym__literal] = STATE(2427), + [sym_bit_string_literal] = STATE(2399), + [sym__abstract_literal] = STATE(1006), + [sym_based_literal] = STATE(1206), + [sym_allocator] = STATE(2428), + [sym_parenthesis_expression] = STATE(2428), + [sym__tool_directive] = STATE(305), + [sym_line_comment] = STATE(305), + [sym_block_comment] = STATE(305), [anon_sym_LPAREN] = ACTIONS(736), [sym_condition_conversion] = ACTIONS(265), [anon_sym_PLUS] = ACTIONS(267), @@ -43713,35 +43920,35 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_function] = ACTIONS(740), [sym_library_type] = ACTIONS(740), }, - [303] = { - [sym_conditional_expression] = STATE(6048), - [sym__expression] = STATE(1201), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(2313), - [sym_unary_operator] = STATE(695), - [sym_sign] = STATE(696), - [sym__primary] = STATE(2383), - [sym_name] = STATE(2504), - [sym__direct_name] = STATE(748), - [sym__identifier] = STATE(1077), - [sym__external_name] = STATE(1077), - [sym_external_constant_name] = STATE(1078), - [sym_external_signal_name] = STATE(1078), - [sym_external_variable_name] = STATE(1078), - [sym_association_element] = STATE(5633), - [sym__actual_part] = STATE(6171), - [sym__literal] = STATE(2385), - [sym_bit_string_literal] = STATE(2380), - [sym__abstract_literal] = STATE(1056), - [sym_based_literal] = STATE(1229), - [sym_allocator] = STATE(2384), - [sym_parenthesis_expression] = STATE(2384), - [sym__tool_directive] = STATE(303), - [sym_line_comment] = STATE(303), - [sym_block_comment] = STATE(303), + [306] = { + [sym_conditional_expression] = STATE(6473), + [sym__expression] = STATE(1133), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(2423), + [sym_unary_operator] = STATE(640), + [sym_sign] = STATE(688), + [sym__primary] = STATE(2431), + [sym_name] = STATE(2491), + [sym__direct_name] = STATE(743), + [sym__identifier] = STATE(1025), + [sym__external_name] = STATE(1025), + [sym_external_constant_name] = STATE(1087), + [sym_external_signal_name] = STATE(1087), + [sym_external_variable_name] = STATE(1087), + [sym_association_element] = STATE(5796), + [sym__actual_part] = STATE(6481), + [sym__literal] = STATE(2427), + [sym_bit_string_literal] = STATE(2399), + [sym__abstract_literal] = STATE(1006), + [sym_based_literal] = STATE(1206), + [sym_allocator] = STATE(2428), + [sym_parenthesis_expression] = STATE(2428), + [sym__tool_directive] = STATE(306), + [sym_line_comment] = STATE(306), + [sym_block_comment] = STATE(306), [anon_sym_LPAREN] = ACTIONS(736), [sym_condition_conversion] = ACTIONS(265), [anon_sym_PLUS] = ACTIONS(267), @@ -43782,35 +43989,35 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_function] = ACTIONS(740), [sym_library_type] = ACTIONS(740), }, - [304] = { - [sym__expression] = STATE(2275), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(2313), - [sym_unary_operator] = STATE(695), - [sym_sign] = STATE(696), - [sym__primary] = STATE(2383), - [sym_name] = STATE(2384), - [sym__direct_name] = STATE(748), - [sym__identifier] = STATE(1077), - [sym__external_name] = STATE(1077), - [sym_external_constant_name] = STATE(1078), - [sym_external_signal_name] = STATE(1078), - [sym_external_variable_name] = STATE(1078), - [sym__literal] = STATE(2385), - [sym_bit_string_literal] = STATE(2380), - [sym__abstract_literal] = STATE(1056), - [sym_based_literal] = STATE(1229), - [sym_allocator] = STATE(2384), - [sym_parenthesis_expression] = STATE(2384), - [sym__tool_directive] = STATE(304), - [sym_force_mode] = STATE(369), - [sym_selected_expressions] = STATE(8041), - [sym_line_comment] = STATE(304), - [sym_block_comment] = STATE(304), - [aux_sym_selected_expressions_repeat1] = STATE(405), + [307] = { + [sym_conditional_expression] = STATE(6473), + [sym__expression] = STATE(1133), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(2423), + [sym_unary_operator] = STATE(640), + [sym_sign] = STATE(688), + [sym__primary] = STATE(2431), + [sym_name] = STATE(2491), + [sym__direct_name] = STATE(743), + [sym__identifier] = STATE(1025), + [sym__external_name] = STATE(1025), + [sym_external_constant_name] = STATE(1087), + [sym_external_signal_name] = STATE(1087), + [sym_external_variable_name] = STATE(1087), + [sym_association_element] = STATE(5901), + [sym__actual_part] = STATE(6481), + [sym__literal] = STATE(2427), + [sym_bit_string_literal] = STATE(2399), + [sym__abstract_literal] = STATE(1006), + [sym_based_literal] = STATE(1206), + [sym_allocator] = STATE(2428), + [sym_parenthesis_expression] = STATE(2428), + [sym__tool_directive] = STATE(307), + [sym_line_comment] = STATE(307), + [sym_block_comment] = STATE(307), [anon_sym_LPAREN] = ACTIONS(736), [sym_condition_conversion] = ACTIONS(265), [anon_sym_PLUS] = ACTIONS(267), @@ -43819,14 +44026,14 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_identifier] = ACTIONS(740), [sym_ABS] = ACTIONS(273), [sym_AND] = ACTIONS(273), - [sym_IN] = ACTIONS(806), + [sym_INERTIAL] = ACTIONS(405), [sym_NAND] = ACTIONS(273), [sym_NEW] = ACTIONS(744), [sym_NOR] = ACTIONS(273), [sym_NOT] = ACTIONS(273), [sym_NULL] = ACTIONS(746), + [sym_OPEN] = ACTIONS(407), [sym_OR] = ACTIONS(273), - [sym_OUT] = ACTIONS(806), [sym_XNOR] = ACTIONS(273), [sym_XOR] = ACTIONS(273), [sym__grave_accent] = ACTIONS(3), @@ -43851,35 +44058,35 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_function] = ACTIONS(740), [sym_library_type] = ACTIONS(740), }, - [305] = { - [sym_conditional_expression] = STATE(6048), - [sym__expression] = STATE(1201), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(2313), - [sym_unary_operator] = STATE(695), - [sym_sign] = STATE(696), - [sym__primary] = STATE(2383), - [sym_name] = STATE(2504), - [sym__direct_name] = STATE(748), - [sym__identifier] = STATE(1077), - [sym__external_name] = STATE(1077), - [sym_external_constant_name] = STATE(1078), - [sym_external_signal_name] = STATE(1078), - [sym_external_variable_name] = STATE(1078), - [sym_association_element] = STATE(5638), - [sym__actual_part] = STATE(6171), - [sym__literal] = STATE(2385), - [sym_bit_string_literal] = STATE(2380), - [sym__abstract_literal] = STATE(1056), - [sym_based_literal] = STATE(1229), - [sym_allocator] = STATE(2384), - [sym_parenthesis_expression] = STATE(2384), - [sym__tool_directive] = STATE(305), - [sym_line_comment] = STATE(305), - [sym_block_comment] = STATE(305), + [308] = { + [sym_conditional_expression] = STATE(6473), + [sym__expression] = STATE(1133), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(2423), + [sym_unary_operator] = STATE(640), + [sym_sign] = STATE(688), + [sym__primary] = STATE(2431), + [sym_name] = STATE(2491), + [sym__direct_name] = STATE(743), + [sym__identifier] = STATE(1025), + [sym__external_name] = STATE(1025), + [sym_external_constant_name] = STATE(1087), + [sym_external_signal_name] = STATE(1087), + [sym_external_variable_name] = STATE(1087), + [sym_association_element] = STATE(5885), + [sym__actual_part] = STATE(6481), + [sym__literal] = STATE(2427), + [sym_bit_string_literal] = STATE(2399), + [sym__abstract_literal] = STATE(1006), + [sym_based_literal] = STATE(1206), + [sym_allocator] = STATE(2428), + [sym_parenthesis_expression] = STATE(2428), + [sym__tool_directive] = STATE(308), + [sym_line_comment] = STATE(308), + [sym_block_comment] = STATE(308), [anon_sym_LPAREN] = ACTIONS(736), [sym_condition_conversion] = ACTIONS(265), [anon_sym_PLUS] = ACTIONS(267), @@ -43920,104 +44127,104 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_function] = ACTIONS(740), [sym_library_type] = ACTIONS(740), }, - [306] = { - [sym__expression] = STATE(1519), - [sym_condition_expression] = STATE(2536), - [sym_logical_expression] = STATE(2536), - [sym_relational_expression] = STATE(2536), - [sym_shift_expression] = STATE(2536), - [sym_simple_expression] = STATE(2536), - [sym_unary_operator] = STATE(704), - [sym_sign] = STATE(705), - [sym__primary] = STATE(2508), - [sym_name] = STATE(2509), - [sym__direct_name] = STATE(777), - [sym__identifier] = STATE(1411), - [sym__external_name] = STATE(1411), - [sym_external_constant_name] = STATE(1412), - [sym_external_signal_name] = STATE(1412), - [sym_external_variable_name] = STATE(1412), - [sym__literal] = STATE(2510), - [sym_bit_string_literal] = STATE(2506), - [sym__abstract_literal] = STATE(1408), - [sym_based_literal] = STATE(1627), - [sym_allocator] = STATE(2509), - [sym_parenthesis_expression] = STATE(2509), - [sym__tool_directive] = STATE(306), - [sym_selected_waveforms] = STATE(8042), - [sym_waveform] = STATE(6286), - [sym_waveform_element] = STATE(5397), - [sym_line_comment] = STATE(306), - [sym_block_comment] = STATE(306), - [aux_sym_selected_waveforms_repeat1] = STATE(339), - [anon_sym_LPAREN] = ACTIONS(411), - [sym_condition_conversion] = ACTIONS(413), + [309] = { + [sym_conditional_expression] = STATE(6473), + [sym__expression] = STATE(1133), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(2423), + [sym_unary_operator] = STATE(640), + [sym_sign] = STATE(688), + [sym__primary] = STATE(2431), + [sym_name] = STATE(2491), + [sym__direct_name] = STATE(743), + [sym__identifier] = STATE(1025), + [sym__external_name] = STATE(1025), + [sym_external_constant_name] = STATE(1087), + [sym_external_signal_name] = STATE(1087), + [sym_external_variable_name] = STATE(1087), + [sym_association_element] = STATE(5625), + [sym__actual_part] = STATE(6481), + [sym__literal] = STATE(2427), + [sym_bit_string_literal] = STATE(2399), + [sym__abstract_literal] = STATE(1006), + [sym_based_literal] = STATE(1206), + [sym_allocator] = STATE(2428), + [sym_parenthesis_expression] = STATE(2428), + [sym__tool_directive] = STATE(309), + [sym_line_comment] = STATE(309), + [sym_block_comment] = STATE(309), + [anon_sym_LPAREN] = ACTIONS(736), + [sym_condition_conversion] = ACTIONS(265), [anon_sym_PLUS] = ACTIONS(267), [anon_sym_DASH] = ACTIONS(267), - [anon_sym_LT_LT] = ACTIONS(415), - [sym_identifier] = ACTIONS(417), + [anon_sym_LT_LT] = ACTIONS(738), + [sym_identifier] = ACTIONS(740), [sym_ABS] = ACTIONS(273), [sym_AND] = ACTIONS(273), + [sym_INERTIAL] = ACTIONS(405), [sym_NAND] = ACTIONS(273), - [sym_NEW] = ACTIONS(423), + [sym_NEW] = ACTIONS(744), [sym_NOR] = ACTIONS(273), [sym_NOT] = ACTIONS(273), - [sym_NULL] = ACTIONS(425), + [sym_NULL] = ACTIONS(746), + [sym_OPEN] = ACTIONS(407), [sym_OR] = ACTIONS(273), - [sym_UNAFFECTED] = ACTIONS(429), [sym_XNOR] = ACTIONS(273), [sym_XOR] = ACTIONS(273), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(431), - [sym_decimal_float] = ACTIONS(431), - [sym_based_base] = ACTIONS(433), - [sym_character_literal] = ACTIONS(435), - [sym_string_literal] = ACTIONS(425), - [sym_string_literal_std_logic] = ACTIONS(425), - [sym_bit_string_length] = ACTIONS(437), - [sym_bit_string_base] = ACTIONS(439), - [sym_operator_symbol] = ACTIONS(435), + [sym_decimal_integer] = ACTIONS(750), + [sym_decimal_float] = ACTIONS(750), + [sym_based_base] = ACTIONS(752), + [sym_character_literal] = ACTIONS(754), + [sym_string_literal] = ACTIONS(746), + [sym_string_literal_std_logic] = ACTIONS(746), + [sym_bit_string_length] = ACTIONS(756), + [sym_bit_string_base] = ACTIONS(758), + [sym_operator_symbol] = ACTIONS(754), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(417), - [sym_library_constant_boolean] = ACTIONS(425), - [sym_library_constant_character] = ACTIONS(425), - [sym_library_constant_debug] = ACTIONS(425), - [sym_library_constant_env] = ACTIONS(425), - [sym_library_constant_standard] = ACTIONS(425), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(417), - [sym_library_type] = ACTIONS(417), + [sym_library_constant] = ACTIONS(740), + [sym_library_constant_boolean] = ACTIONS(746), + [sym_library_constant_character] = ACTIONS(746), + [sym_library_constant_debug] = ACTIONS(746), + [sym_library_constant_env] = ACTIONS(746), + [sym_library_constant_standard] = ACTIONS(746), + [sym_library_constant_std_logic] = ACTIONS(754), + [sym_library_function] = ACTIONS(740), + [sym_library_type] = ACTIONS(740), }, - [307] = { - [sym_conditional_expression] = STATE(6048), - [sym__expression] = STATE(1201), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(2313), - [sym_unary_operator] = STATE(695), - [sym_sign] = STATE(696), - [sym__primary] = STATE(2383), - [sym_name] = STATE(2504), - [sym__direct_name] = STATE(748), - [sym__identifier] = STATE(1077), - [sym__external_name] = STATE(1077), - [sym_external_constant_name] = STATE(1078), - [sym_external_signal_name] = STATE(1078), - [sym_external_variable_name] = STATE(1078), - [sym_association_element] = STATE(5642), - [sym__actual_part] = STATE(6171), - [sym__literal] = STATE(2385), - [sym_bit_string_literal] = STATE(2380), - [sym__abstract_literal] = STATE(1056), - [sym_based_literal] = STATE(1229), - [sym_allocator] = STATE(2384), - [sym_parenthesis_expression] = STATE(2384), - [sym__tool_directive] = STATE(307), - [sym_line_comment] = STATE(307), - [sym_block_comment] = STATE(307), + [310] = { + [sym_conditional_expression] = STATE(6473), + [sym__expression] = STATE(1133), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(2423), + [sym_unary_operator] = STATE(640), + [sym_sign] = STATE(688), + [sym__primary] = STATE(2431), + [sym_name] = STATE(2491), + [sym__direct_name] = STATE(743), + [sym__identifier] = STATE(1025), + [sym__external_name] = STATE(1025), + [sym_external_constant_name] = STATE(1087), + [sym_external_signal_name] = STATE(1087), + [sym_external_variable_name] = STATE(1087), + [sym_association_element] = STATE(5866), + [sym__actual_part] = STATE(6481), + [sym__literal] = STATE(2427), + [sym_bit_string_literal] = STATE(2399), + [sym__abstract_literal] = STATE(1006), + [sym_based_literal] = STATE(1206), + [sym_allocator] = STATE(2428), + [sym_parenthesis_expression] = STATE(2428), + [sym__tool_directive] = STATE(310), + [sym_line_comment] = STATE(310), + [sym_block_comment] = STATE(310), [anon_sym_LPAREN] = ACTIONS(736), [sym_condition_conversion] = ACTIONS(265), [anon_sym_PLUS] = ACTIONS(267), @@ -44058,35 +44265,35 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_function] = ACTIONS(740), [sym_library_type] = ACTIONS(740), }, - [308] = { - [sym_conditional_expression] = STATE(6048), - [sym__expression] = STATE(1201), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(2313), - [sym_unary_operator] = STATE(695), - [sym_sign] = STATE(696), - [sym__primary] = STATE(2383), - [sym_name] = STATE(2504), - [sym__direct_name] = STATE(748), - [sym__identifier] = STATE(1077), - [sym__external_name] = STATE(1077), - [sym_external_constant_name] = STATE(1078), - [sym_external_signal_name] = STATE(1078), - [sym_external_variable_name] = STATE(1078), - [sym_association_element] = STATE(5646), - [sym__actual_part] = STATE(6171), - [sym__literal] = STATE(2385), - [sym_bit_string_literal] = STATE(2380), - [sym__abstract_literal] = STATE(1056), - [sym_based_literal] = STATE(1229), - [sym_allocator] = STATE(2384), - [sym_parenthesis_expression] = STATE(2384), - [sym__tool_directive] = STATE(308), - [sym_line_comment] = STATE(308), - [sym_block_comment] = STATE(308), + [311] = { + [sym_conditional_expression] = STATE(6473), + [sym__expression] = STATE(1133), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(2423), + [sym_unary_operator] = STATE(640), + [sym_sign] = STATE(688), + [sym__primary] = STATE(2431), + [sym_name] = STATE(2491), + [sym__direct_name] = STATE(743), + [sym__identifier] = STATE(1025), + [sym__external_name] = STATE(1025), + [sym_external_constant_name] = STATE(1087), + [sym_external_signal_name] = STATE(1087), + [sym_external_variable_name] = STATE(1087), + [sym_association_element] = STATE(5853), + [sym__actual_part] = STATE(6481), + [sym__literal] = STATE(2427), + [sym_bit_string_literal] = STATE(2399), + [sym__abstract_literal] = STATE(1006), + [sym_based_literal] = STATE(1206), + [sym_allocator] = STATE(2428), + [sym_parenthesis_expression] = STATE(2428), + [sym__tool_directive] = STATE(311), + [sym_line_comment] = STATE(311), + [sym_block_comment] = STATE(311), [anon_sym_LPAREN] = ACTIONS(736), [sym_condition_conversion] = ACTIONS(265), [anon_sym_PLUS] = ACTIONS(267), @@ -44127,104 +44334,35 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_function] = ACTIONS(740), [sym_library_type] = ACTIONS(740), }, - [309] = { - [sym__expression] = STATE(1519), - [sym_condition_expression] = STATE(2536), - [sym_logical_expression] = STATE(2536), - [sym_relational_expression] = STATE(2536), - [sym_shift_expression] = STATE(2536), - [sym_simple_expression] = STATE(2536), - [sym_unary_operator] = STATE(704), - [sym_sign] = STATE(705), - [sym__primary] = STATE(2508), - [sym_name] = STATE(2509), - [sym__direct_name] = STATE(777), - [sym__identifier] = STATE(1411), - [sym__external_name] = STATE(1411), - [sym_external_constant_name] = STATE(1412), - [sym_external_signal_name] = STATE(1412), - [sym_external_variable_name] = STATE(1412), - [sym__literal] = STATE(2510), - [sym_bit_string_literal] = STATE(2506), - [sym__abstract_literal] = STATE(1408), - [sym_based_literal] = STATE(1627), - [sym_allocator] = STATE(2509), - [sym_parenthesis_expression] = STATE(2509), - [sym__tool_directive] = STATE(309), - [sym_selected_waveforms] = STATE(8045), - [sym_waveform] = STATE(6286), - [sym_waveform_element] = STATE(5397), - [sym_line_comment] = STATE(309), - [sym_block_comment] = STATE(309), - [aux_sym_selected_waveforms_repeat1] = STATE(339), - [anon_sym_LPAREN] = ACTIONS(411), - [sym_condition_conversion] = ACTIONS(413), - [anon_sym_PLUS] = ACTIONS(267), - [anon_sym_DASH] = ACTIONS(267), - [anon_sym_LT_LT] = ACTIONS(415), - [sym_identifier] = ACTIONS(417), - [sym_ABS] = ACTIONS(273), - [sym_AND] = ACTIONS(273), - [sym_NAND] = ACTIONS(273), - [sym_NEW] = ACTIONS(423), - [sym_NOR] = ACTIONS(273), - [sym_NOT] = ACTIONS(273), - [sym_NULL] = ACTIONS(425), - [sym_OR] = ACTIONS(273), - [sym_UNAFFECTED] = ACTIONS(429), - [sym_XNOR] = ACTIONS(273), - [sym_XOR] = ACTIONS(273), - [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(431), - [sym_decimal_float] = ACTIONS(431), - [sym_based_base] = ACTIONS(433), - [sym_character_literal] = ACTIONS(435), - [sym_string_literal] = ACTIONS(425), - [sym_string_literal_std_logic] = ACTIONS(425), - [sym_bit_string_length] = ACTIONS(437), - [sym_bit_string_base] = ACTIONS(439), - [sym_operator_symbol] = ACTIONS(435), - [sym__line_comment_start] = ACTIONS(5), - [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(417), - [sym_library_constant_boolean] = ACTIONS(425), - [sym_library_constant_character] = ACTIONS(425), - [sym_library_constant_debug] = ACTIONS(425), - [sym_library_constant_env] = ACTIONS(425), - [sym_library_constant_standard] = ACTIONS(425), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(417), - [sym_library_type] = ACTIONS(417), - }, - [310] = { - [sym_conditional_expression] = STATE(6048), - [sym__expression] = STATE(1201), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(2313), - [sym_unary_operator] = STATE(695), - [sym_sign] = STATE(696), - [sym__primary] = STATE(2383), - [sym_name] = STATE(2504), - [sym__direct_name] = STATE(748), - [sym__identifier] = STATE(1077), - [sym__external_name] = STATE(1077), - [sym_external_constant_name] = STATE(1078), - [sym_external_signal_name] = STATE(1078), - [sym_external_variable_name] = STATE(1078), - [sym_association_element] = STATE(5651), - [sym__actual_part] = STATE(6171), - [sym__literal] = STATE(2385), - [sym_bit_string_literal] = STATE(2380), - [sym__abstract_literal] = STATE(1056), - [sym_based_literal] = STATE(1229), - [sym_allocator] = STATE(2384), - [sym_parenthesis_expression] = STATE(2384), - [sym__tool_directive] = STATE(310), - [sym_line_comment] = STATE(310), - [sym_block_comment] = STATE(310), + [312] = { + [sym_conditional_expression] = STATE(6473), + [sym__expression] = STATE(1133), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(2423), + [sym_unary_operator] = STATE(640), + [sym_sign] = STATE(688), + [sym__primary] = STATE(2431), + [sym_name] = STATE(2491), + [sym__direct_name] = STATE(743), + [sym__identifier] = STATE(1025), + [sym__external_name] = STATE(1025), + [sym_external_constant_name] = STATE(1087), + [sym_external_signal_name] = STATE(1087), + [sym_external_variable_name] = STATE(1087), + [sym_association_element] = STATE(6334), + [sym__actual_part] = STATE(6481), + [sym__literal] = STATE(2427), + [sym_bit_string_literal] = STATE(2399), + [sym__abstract_literal] = STATE(1006), + [sym_based_literal] = STATE(1206), + [sym_allocator] = STATE(2428), + [sym_parenthesis_expression] = STATE(2428), + [sym__tool_directive] = STATE(312), + [sym_line_comment] = STATE(312), + [sym_block_comment] = STATE(312), [anon_sym_LPAREN] = ACTIONS(736), [sym_condition_conversion] = ACTIONS(265), [anon_sym_PLUS] = ACTIONS(267), @@ -44265,242 +44403,242 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_function] = ACTIONS(740), [sym_library_type] = ACTIONS(740), }, - [311] = { - [sym_conditional_expression] = STATE(6048), - [sym__expression] = STATE(1201), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(2313), - [sym_unary_operator] = STATE(695), - [sym_sign] = STATE(696), - [sym__primary] = STATE(2383), - [sym_name] = STATE(2504), - [sym__direct_name] = STATE(748), - [sym__identifier] = STATE(1077), - [sym__external_name] = STATE(1077), - [sym_external_constant_name] = STATE(1078), - [sym_external_signal_name] = STATE(1078), - [sym_external_variable_name] = STATE(1078), - [sym_association_element] = STATE(5655), - [sym__actual_part] = STATE(6171), - [sym__literal] = STATE(2385), - [sym_bit_string_literal] = STATE(2380), - [sym__abstract_literal] = STATE(1056), - [sym_based_literal] = STATE(1229), - [sym_allocator] = STATE(2384), - [sym_parenthesis_expression] = STATE(2384), - [sym__tool_directive] = STATE(311), - [sym_line_comment] = STATE(311), - [sym_block_comment] = STATE(311), - [anon_sym_LPAREN] = ACTIONS(736), - [sym_condition_conversion] = ACTIONS(265), + [313] = { + [sym__expression] = STATE(1103), + [sym_condition_expression] = STATE(2013), + [sym_logical_expression] = STATE(2013), + [sym_relational_expression] = STATE(2013), + [sym_shift_expression] = STATE(2013), + [sym_simple_expression] = STATE(2225), + [sym_unary_operator] = STATE(712), + [sym_sign] = STATE(710), + [sym__primary] = STATE(1446), + [sym_name] = STATE(1440), + [sym__direct_name] = STATE(723), + [sym__identifier] = STATE(879), + [sym__external_name] = STATE(879), + [sym_external_constant_name] = STATE(881), + [sym_external_signal_name] = STATE(881), + [sym_external_variable_name] = STATE(881), + [sym__literal] = STATE(1429), + [sym_bit_string_literal] = STATE(1458), + [sym__abstract_literal] = STATE(838), + [sym_based_literal] = STATE(918), + [sym_allocator] = STATE(1440), + [sym_parenthesis_expression] = STATE(1440), + [sym__element] = STATE(5791), + [sym_choices] = STATE(5528), + [sym__range] = STATE(5528), + [sym_simple_range] = STATE(4995), + [sym__tool_directive] = STATE(313), + [sym_line_comment] = STATE(313), + [sym_block_comment] = STATE(313), + [anon_sym_LPAREN] = ACTIONS(760), + [sym_condition_conversion] = ACTIONS(762), [anon_sym_PLUS] = ACTIONS(267), [anon_sym_DASH] = ACTIONS(267), - [anon_sym_LT_LT] = ACTIONS(738), - [sym_identifier] = ACTIONS(740), + [anon_sym_LT_LT] = ACTIONS(782), + [sym_identifier] = ACTIONS(806), [sym_ABS] = ACTIONS(273), [sym_AND] = ACTIONS(273), - [sym_INERTIAL] = ACTIONS(405), [sym_NAND] = ACTIONS(273), - [sym_NEW] = ACTIONS(744), + [sym_NEW] = ACTIONS(768), [sym_NOR] = ACTIONS(273), [sym_NOT] = ACTIONS(273), - [sym_NULL] = ACTIONS(746), - [sym_OPEN] = ACTIONS(407), + [sym_NULL] = ACTIONS(770), [sym_OR] = ACTIONS(273), + [sym_OTHERS] = ACTIONS(279), [sym_XNOR] = ACTIONS(273), [sym_XOR] = ACTIONS(273), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(750), - [sym_decimal_float] = ACTIONS(750), - [sym_based_base] = ACTIONS(752), - [sym_character_literal] = ACTIONS(754), - [sym_string_literal] = ACTIONS(746), - [sym_string_literal_std_logic] = ACTIONS(746), - [sym_bit_string_length] = ACTIONS(756), - [sym_bit_string_base] = ACTIONS(758), - [sym_operator_symbol] = ACTIONS(754), + [sym_decimal_integer] = ACTIONS(772), + [sym_decimal_float] = ACTIONS(772), + [sym_based_base] = ACTIONS(774), + [sym_character_literal] = ACTIONS(786), + [sym_string_literal] = ACTIONS(770), + [sym_string_literal_std_logic] = ACTIONS(770), + [sym_bit_string_length] = ACTIONS(778), + [sym_bit_string_base] = ACTIONS(780), + [sym_operator_symbol] = ACTIONS(786), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(740), - [sym_library_constant_boolean] = ACTIONS(746), - [sym_library_constant_character] = ACTIONS(746), - [sym_library_constant_debug] = ACTIONS(746), - [sym_library_constant_env] = ACTIONS(746), - [sym_library_constant_standard] = ACTIONS(746), - [sym_library_constant_std_logic] = ACTIONS(754), - [sym_library_function] = ACTIONS(740), - [sym_library_type] = ACTIONS(740), + [sym_library_constant] = ACTIONS(806), + [sym_library_constant_boolean] = ACTIONS(770), + [sym_library_constant_character] = ACTIONS(770), + [sym_library_constant_debug] = ACTIONS(770), + [sym_library_constant_env] = ACTIONS(770), + [sym_library_constant_standard] = ACTIONS(770), + [sym_library_constant_std_logic] = ACTIONS(786), + [sym_library_function] = ACTIONS(806), + [sym_library_type] = ACTIONS(806), }, - [312] = { - [sym_conditional_expression] = STATE(6048), - [sym__expression] = STATE(1201), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(2313), - [sym_unary_operator] = STATE(695), - [sym_sign] = STATE(696), - [sym__primary] = STATE(2383), - [sym_name] = STATE(2504), - [sym__direct_name] = STATE(748), - [sym__identifier] = STATE(1077), - [sym__external_name] = STATE(1077), - [sym_external_constant_name] = STATE(1078), - [sym_external_signal_name] = STATE(1078), - [sym_external_variable_name] = STATE(1078), - [sym_association_element] = STATE(5659), - [sym__actual_part] = STATE(6171), - [sym__literal] = STATE(2385), - [sym_bit_string_literal] = STATE(2380), - [sym__abstract_literal] = STATE(1056), - [sym_based_literal] = STATE(1229), - [sym_allocator] = STATE(2384), - [sym_parenthesis_expression] = STATE(2384), - [sym__tool_directive] = STATE(312), - [sym_line_comment] = STATE(312), - [sym_block_comment] = STATE(312), - [anon_sym_LPAREN] = ACTIONS(736), - [sym_condition_conversion] = ACTIONS(265), + [314] = { + [sym__expression] = STATE(1550), + [sym_condition_expression] = STATE(2503), + [sym_logical_expression] = STATE(2503), + [sym_relational_expression] = STATE(2503), + [sym_shift_expression] = STATE(2503), + [sym_simple_expression] = STATE(2503), + [sym_unary_operator] = STATE(699), + [sym_sign] = STATE(700), + [sym__primary] = STATE(2502), + [sym_name] = STATE(2501), + [sym__direct_name] = STATE(764), + [sym__identifier] = STATE(1352), + [sym__external_name] = STATE(1352), + [sym_external_constant_name] = STATE(1351), + [sym_external_signal_name] = STATE(1351), + [sym_external_variable_name] = STATE(1351), + [sym__literal] = STATE(2500), + [sym_bit_string_literal] = STATE(2505), + [sym__abstract_literal] = STATE(1399), + [sym_based_literal] = STATE(1466), + [sym_allocator] = STATE(2501), + [sym_parenthesis_expression] = STATE(2501), + [sym__tool_directive] = STATE(314), + [sym_selected_waveforms] = STATE(6742), + [sym_waveform] = STATE(6284), + [sym_waveform_element] = STATE(5497), + [sym_line_comment] = STATE(314), + [sym_block_comment] = STATE(314), + [aux_sym_selected_waveforms_repeat1] = STATE(326), + [anon_sym_LPAREN] = ACTIONS(415), + [sym_condition_conversion] = ACTIONS(417), [anon_sym_PLUS] = ACTIONS(267), [anon_sym_DASH] = ACTIONS(267), - [anon_sym_LT_LT] = ACTIONS(738), - [sym_identifier] = ACTIONS(740), + [anon_sym_LT_LT] = ACTIONS(419), + [sym_identifier] = ACTIONS(421), [sym_ABS] = ACTIONS(273), [sym_AND] = ACTIONS(273), - [sym_INERTIAL] = ACTIONS(405), [sym_NAND] = ACTIONS(273), - [sym_NEW] = ACTIONS(744), + [sym_NEW] = ACTIONS(427), [sym_NOR] = ACTIONS(273), [sym_NOT] = ACTIONS(273), - [sym_NULL] = ACTIONS(746), - [sym_OPEN] = ACTIONS(407), + [sym_NULL] = ACTIONS(429), [sym_OR] = ACTIONS(273), + [sym_UNAFFECTED] = ACTIONS(435), [sym_XNOR] = ACTIONS(273), [sym_XOR] = ACTIONS(273), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(750), - [sym_decimal_float] = ACTIONS(750), - [sym_based_base] = ACTIONS(752), - [sym_character_literal] = ACTIONS(754), - [sym_string_literal] = ACTIONS(746), - [sym_string_literal_std_logic] = ACTIONS(746), - [sym_bit_string_length] = ACTIONS(756), - [sym_bit_string_base] = ACTIONS(758), - [sym_operator_symbol] = ACTIONS(754), + [sym_decimal_integer] = ACTIONS(437), + [sym_decimal_float] = ACTIONS(437), + [sym_based_base] = ACTIONS(439), + [sym_character_literal] = ACTIONS(441), + [sym_string_literal] = ACTIONS(429), + [sym_string_literal_std_logic] = ACTIONS(429), + [sym_bit_string_length] = ACTIONS(443), + [sym_bit_string_base] = ACTIONS(445), + [sym_operator_symbol] = ACTIONS(441), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(740), - [sym_library_constant_boolean] = ACTIONS(746), - [sym_library_constant_character] = ACTIONS(746), - [sym_library_constant_debug] = ACTIONS(746), - [sym_library_constant_env] = ACTIONS(746), - [sym_library_constant_standard] = ACTIONS(746), - [sym_library_constant_std_logic] = ACTIONS(754), - [sym_library_function] = ACTIONS(740), - [sym_library_type] = ACTIONS(740), + [sym_library_constant] = ACTIONS(421), + [sym_library_constant_boolean] = ACTIONS(429), + [sym_library_constant_character] = ACTIONS(429), + [sym_library_constant_debug] = ACTIONS(429), + [sym_library_constant_env] = ACTIONS(429), + [sym_library_constant_standard] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(441), + [sym_library_function] = ACTIONS(421), + [sym_library_type] = ACTIONS(421), }, - [313] = { - [sym_conditional_expression] = STATE(6048), - [sym__expression] = STATE(1201), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(2313), - [sym_unary_operator] = STATE(695), - [sym_sign] = STATE(696), - [sym__primary] = STATE(2383), - [sym_name] = STATE(2504), - [sym__direct_name] = STATE(748), - [sym__identifier] = STATE(1077), - [sym__external_name] = STATE(1077), - [sym_external_constant_name] = STATE(1078), - [sym_external_signal_name] = STATE(1078), - [sym_external_variable_name] = STATE(1078), - [sym_association_element] = STATE(5661), - [sym__actual_part] = STATE(6171), - [sym__literal] = STATE(2385), - [sym_bit_string_literal] = STATE(2380), - [sym__abstract_literal] = STATE(1056), - [sym_based_literal] = STATE(1229), - [sym_allocator] = STATE(2384), - [sym_parenthesis_expression] = STATE(2384), - [sym__tool_directive] = STATE(313), - [sym_line_comment] = STATE(313), - [sym_block_comment] = STATE(313), - [anon_sym_LPAREN] = ACTIONS(736), - [sym_condition_conversion] = ACTIONS(265), + [315] = { + [sym__expression] = STATE(1550), + [sym_condition_expression] = STATE(2503), + [sym_logical_expression] = STATE(2503), + [sym_relational_expression] = STATE(2503), + [sym_shift_expression] = STATE(2503), + [sym_simple_expression] = STATE(2503), + [sym_unary_operator] = STATE(699), + [sym_sign] = STATE(700), + [sym__primary] = STATE(2502), + [sym_name] = STATE(2501), + [sym__direct_name] = STATE(764), + [sym__identifier] = STATE(1352), + [sym__external_name] = STATE(1352), + [sym_external_constant_name] = STATE(1351), + [sym_external_signal_name] = STATE(1351), + [sym_external_variable_name] = STATE(1351), + [sym__literal] = STATE(2500), + [sym_bit_string_literal] = STATE(2505), + [sym__abstract_literal] = STATE(1399), + [sym_based_literal] = STATE(1466), + [sym_allocator] = STATE(2501), + [sym_parenthesis_expression] = STATE(2501), + [sym__tool_directive] = STATE(315), + [sym_selected_waveforms] = STATE(8157), + [sym_waveform] = STATE(6284), + [sym_waveform_element] = STATE(5497), + [sym_line_comment] = STATE(315), + [sym_block_comment] = STATE(315), + [aux_sym_selected_waveforms_repeat1] = STATE(326), + [anon_sym_LPAREN] = ACTIONS(415), + [sym_condition_conversion] = ACTIONS(417), [anon_sym_PLUS] = ACTIONS(267), [anon_sym_DASH] = ACTIONS(267), - [anon_sym_LT_LT] = ACTIONS(738), - [sym_identifier] = ACTIONS(740), + [anon_sym_LT_LT] = ACTIONS(419), + [sym_identifier] = ACTIONS(421), [sym_ABS] = ACTIONS(273), [sym_AND] = ACTIONS(273), - [sym_INERTIAL] = ACTIONS(405), [sym_NAND] = ACTIONS(273), - [sym_NEW] = ACTIONS(744), + [sym_NEW] = ACTIONS(427), [sym_NOR] = ACTIONS(273), [sym_NOT] = ACTIONS(273), - [sym_NULL] = ACTIONS(746), - [sym_OPEN] = ACTIONS(407), + [sym_NULL] = ACTIONS(429), [sym_OR] = ACTIONS(273), + [sym_UNAFFECTED] = ACTIONS(435), [sym_XNOR] = ACTIONS(273), [sym_XOR] = ACTIONS(273), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(750), - [sym_decimal_float] = ACTIONS(750), - [sym_based_base] = ACTIONS(752), - [sym_character_literal] = ACTIONS(754), - [sym_string_literal] = ACTIONS(746), - [sym_string_literal_std_logic] = ACTIONS(746), - [sym_bit_string_length] = ACTIONS(756), - [sym_bit_string_base] = ACTIONS(758), - [sym_operator_symbol] = ACTIONS(754), + [sym_decimal_integer] = ACTIONS(437), + [sym_decimal_float] = ACTIONS(437), + [sym_based_base] = ACTIONS(439), + [sym_character_literal] = ACTIONS(441), + [sym_string_literal] = ACTIONS(429), + [sym_string_literal_std_logic] = ACTIONS(429), + [sym_bit_string_length] = ACTIONS(443), + [sym_bit_string_base] = ACTIONS(445), + [sym_operator_symbol] = ACTIONS(441), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(740), - [sym_library_constant_boolean] = ACTIONS(746), - [sym_library_constant_character] = ACTIONS(746), - [sym_library_constant_debug] = ACTIONS(746), - [sym_library_constant_env] = ACTIONS(746), - [sym_library_constant_standard] = ACTIONS(746), - [sym_library_constant_std_logic] = ACTIONS(754), - [sym_library_function] = ACTIONS(740), - [sym_library_type] = ACTIONS(740), + [sym_library_constant] = ACTIONS(421), + [sym_library_constant_boolean] = ACTIONS(429), + [sym_library_constant_character] = ACTIONS(429), + [sym_library_constant_debug] = ACTIONS(429), + [sym_library_constant_env] = ACTIONS(429), + [sym_library_constant_standard] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(441), + [sym_library_function] = ACTIONS(421), + [sym_library_type] = ACTIONS(421), }, - [314] = { - [sym_conditional_expression] = STATE(6048), - [sym__expression] = STATE(1201), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(2313), - [sym_unary_operator] = STATE(695), - [sym_sign] = STATE(696), - [sym__primary] = STATE(2383), - [sym_name] = STATE(2504), - [sym__direct_name] = STATE(748), - [sym__identifier] = STATE(1077), - [sym__external_name] = STATE(1077), - [sym_external_constant_name] = STATE(1078), - [sym_external_signal_name] = STATE(1078), - [sym_external_variable_name] = STATE(1078), - [sym_association_element] = STATE(5753), - [sym__actual_part] = STATE(6171), - [sym__literal] = STATE(2385), - [sym_bit_string_literal] = STATE(2380), - [sym__abstract_literal] = STATE(1056), - [sym_based_literal] = STATE(1229), - [sym_allocator] = STATE(2384), - [sym_parenthesis_expression] = STATE(2384), - [sym__tool_directive] = STATE(314), - [sym_line_comment] = STATE(314), - [sym_block_comment] = STATE(314), + [316] = { + [sym_conditional_expression] = STATE(6473), + [sym__expression] = STATE(1133), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(2423), + [sym_unary_operator] = STATE(640), + [sym_sign] = STATE(688), + [sym__primary] = STATE(2431), + [sym_name] = STATE(2491), + [sym__direct_name] = STATE(743), + [sym__identifier] = STATE(1025), + [sym__external_name] = STATE(1025), + [sym_external_constant_name] = STATE(1087), + [sym_external_signal_name] = STATE(1087), + [sym_external_variable_name] = STATE(1087), + [sym_association_element] = STATE(5728), + [sym__actual_part] = STATE(6481), + [sym__literal] = STATE(2427), + [sym_bit_string_literal] = STATE(2399), + [sym__abstract_literal] = STATE(1006), + [sym_based_literal] = STATE(1206), + [sym_allocator] = STATE(2428), + [sym_parenthesis_expression] = STATE(2428), + [sym__tool_directive] = STATE(316), + [sym_line_comment] = STATE(316), + [sym_block_comment] = STATE(316), [anon_sym_LPAREN] = ACTIONS(736), [sym_condition_conversion] = ACTIONS(265), [anon_sym_PLUS] = ACTIONS(267), @@ -44541,35 +44679,104 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_function] = ACTIONS(740), [sym_library_type] = ACTIONS(740), }, - [315] = { - [sym__expression] = STATE(2275), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(2313), - [sym_unary_operator] = STATE(695), - [sym_sign] = STATE(696), - [sym__primary] = STATE(2383), - [sym_name] = STATE(2384), - [sym__direct_name] = STATE(748), - [sym__identifier] = STATE(1077), - [sym__external_name] = STATE(1077), - [sym_external_constant_name] = STATE(1078), - [sym_external_signal_name] = STATE(1078), - [sym_external_variable_name] = STATE(1078), - [sym__literal] = STATE(2385), - [sym_bit_string_literal] = STATE(2380), - [sym__abstract_literal] = STATE(1056), - [sym_based_literal] = STATE(1229), - [sym_allocator] = STATE(2384), - [sym_parenthesis_expression] = STATE(2384), - [sym__tool_directive] = STATE(315), - [sym_force_mode] = STATE(389), - [sym_selected_expressions] = STATE(8328), - [sym_line_comment] = STATE(315), - [sym_block_comment] = STATE(315), - [aux_sym_selected_expressions_repeat1] = STATE(405), + [317] = { + [sym__expression] = STATE(1550), + [sym_condition_expression] = STATE(2503), + [sym_logical_expression] = STATE(2503), + [sym_relational_expression] = STATE(2503), + [sym_shift_expression] = STATE(2503), + [sym_simple_expression] = STATE(2503), + [sym_unary_operator] = STATE(699), + [sym_sign] = STATE(700), + [sym__primary] = STATE(2502), + [sym_name] = STATE(2501), + [sym__direct_name] = STATE(764), + [sym__identifier] = STATE(1352), + [sym__external_name] = STATE(1352), + [sym_external_constant_name] = STATE(1351), + [sym_external_signal_name] = STATE(1351), + [sym_external_variable_name] = STATE(1351), + [sym__literal] = STATE(2500), + [sym_bit_string_literal] = STATE(2505), + [sym__abstract_literal] = STATE(1399), + [sym_based_literal] = STATE(1466), + [sym_allocator] = STATE(2501), + [sym_parenthesis_expression] = STATE(2501), + [sym__tool_directive] = STATE(317), + [sym_selected_waveforms] = STATE(7176), + [sym_waveform] = STATE(6284), + [sym_waveform_element] = STATE(5497), + [sym_line_comment] = STATE(317), + [sym_block_comment] = STATE(317), + [aux_sym_selected_waveforms_repeat1] = STATE(326), + [anon_sym_LPAREN] = ACTIONS(415), + [sym_condition_conversion] = ACTIONS(417), + [anon_sym_PLUS] = ACTIONS(267), + [anon_sym_DASH] = ACTIONS(267), + [anon_sym_LT_LT] = ACTIONS(419), + [sym_identifier] = ACTIONS(421), + [sym_ABS] = ACTIONS(273), + [sym_AND] = ACTIONS(273), + [sym_NAND] = ACTIONS(273), + [sym_NEW] = ACTIONS(427), + [sym_NOR] = ACTIONS(273), + [sym_NOT] = ACTIONS(273), + [sym_NULL] = ACTIONS(429), + [sym_OR] = ACTIONS(273), + [sym_UNAFFECTED] = ACTIONS(435), + [sym_XNOR] = ACTIONS(273), + [sym_XOR] = ACTIONS(273), + [sym__grave_accent] = ACTIONS(3), + [sym_decimal_integer] = ACTIONS(437), + [sym_decimal_float] = ACTIONS(437), + [sym_based_base] = ACTIONS(439), + [sym_character_literal] = ACTIONS(441), + [sym_string_literal] = ACTIONS(429), + [sym_string_literal_std_logic] = ACTIONS(429), + [sym_bit_string_length] = ACTIONS(443), + [sym_bit_string_base] = ACTIONS(445), + [sym_operator_symbol] = ACTIONS(441), + [sym__line_comment_start] = ACTIONS(5), + [sym__block_comment_start] = ACTIONS(7), + [sym_library_constant] = ACTIONS(421), + [sym_library_constant_boolean] = ACTIONS(429), + [sym_library_constant_character] = ACTIONS(429), + [sym_library_constant_debug] = ACTIONS(429), + [sym_library_constant_env] = ACTIONS(429), + [sym_library_constant_standard] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(441), + [sym_library_function] = ACTIONS(421), + [sym_library_type] = ACTIONS(421), + }, + [318] = { + [sym_conditional_expression] = STATE(6473), + [sym__expression] = STATE(1133), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(2423), + [sym_unary_operator] = STATE(640), + [sym_sign] = STATE(688), + [sym__primary] = STATE(2431), + [sym_name] = STATE(2491), + [sym__direct_name] = STATE(743), + [sym__identifier] = STATE(1025), + [sym__external_name] = STATE(1025), + [sym_external_constant_name] = STATE(1087), + [sym_external_signal_name] = STATE(1087), + [sym_external_variable_name] = STATE(1087), + [sym_association_element] = STATE(5635), + [sym__actual_part] = STATE(6481), + [sym__literal] = STATE(2427), + [sym_bit_string_literal] = STATE(2399), + [sym__abstract_literal] = STATE(1006), + [sym_based_literal] = STATE(1206), + [sym_allocator] = STATE(2428), + [sym_parenthesis_expression] = STATE(2428), + [sym__tool_directive] = STATE(318), + [sym_line_comment] = STATE(318), + [sym_block_comment] = STATE(318), [anon_sym_LPAREN] = ACTIONS(736), [sym_condition_conversion] = ACTIONS(265), [anon_sym_PLUS] = ACTIONS(267), @@ -44578,14 +44785,14 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_identifier] = ACTIONS(740), [sym_ABS] = ACTIONS(273), [sym_AND] = ACTIONS(273), - [sym_IN] = ACTIONS(806), + [sym_INERTIAL] = ACTIONS(405), [sym_NAND] = ACTIONS(273), [sym_NEW] = ACTIONS(744), [sym_NOR] = ACTIONS(273), [sym_NOT] = ACTIONS(273), [sym_NULL] = ACTIONS(746), + [sym_OPEN] = ACTIONS(407), [sym_OR] = ACTIONS(273), - [sym_OUT] = ACTIONS(806), [sym_XNOR] = ACTIONS(273), [sym_XOR] = ACTIONS(273), [sym__grave_accent] = ACTIONS(3), @@ -44610,35 +44817,35 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_function] = ACTIONS(740), [sym_library_type] = ACTIONS(740), }, - [316] = { - [sym_conditional_expression] = STATE(6048), - [sym__expression] = STATE(1201), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(2313), - [sym_unary_operator] = STATE(695), - [sym_sign] = STATE(696), - [sym__primary] = STATE(2383), - [sym_name] = STATE(2504), - [sym__direct_name] = STATE(748), - [sym__identifier] = STATE(1077), - [sym__external_name] = STATE(1077), - [sym_external_constant_name] = STATE(1078), - [sym_external_signal_name] = STATE(1078), - [sym_external_variable_name] = STATE(1078), - [sym_association_element] = STATE(5665), - [sym__actual_part] = STATE(6171), - [sym__literal] = STATE(2385), - [sym_bit_string_literal] = STATE(2380), - [sym__abstract_literal] = STATE(1056), - [sym_based_literal] = STATE(1229), - [sym_allocator] = STATE(2384), - [sym_parenthesis_expression] = STATE(2384), - [sym__tool_directive] = STATE(316), - [sym_line_comment] = STATE(316), - [sym_block_comment] = STATE(316), + [319] = { + [sym__expression] = STATE(2200), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(2423), + [sym_unary_operator] = STATE(640), + [sym_sign] = STATE(688), + [sym__primary] = STATE(2431), + [sym_name] = STATE(2428), + [sym__direct_name] = STATE(743), + [sym__identifier] = STATE(1025), + [sym__external_name] = STATE(1025), + [sym_external_constant_name] = STATE(1087), + [sym_external_signal_name] = STATE(1087), + [sym_external_variable_name] = STATE(1087), + [sym__literal] = STATE(2427), + [sym_bit_string_literal] = STATE(2399), + [sym__abstract_literal] = STATE(1006), + [sym_based_literal] = STATE(1206), + [sym_allocator] = STATE(2428), + [sym_parenthesis_expression] = STATE(2428), + [sym__tool_directive] = STATE(319), + [sym_force_mode] = STATE(389), + [sym_selected_expressions] = STATE(7161), + [sym_line_comment] = STATE(319), + [sym_block_comment] = STATE(319), + [aux_sym_selected_expressions_repeat1] = STATE(394), [anon_sym_LPAREN] = ACTIONS(736), [sym_condition_conversion] = ACTIONS(265), [anon_sym_PLUS] = ACTIONS(267), @@ -44647,14 +44854,14 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_identifier] = ACTIONS(740), [sym_ABS] = ACTIONS(273), [sym_AND] = ACTIONS(273), - [sym_INERTIAL] = ACTIONS(405), + [sym_IN] = ACTIONS(808), [sym_NAND] = ACTIONS(273), [sym_NEW] = ACTIONS(744), [sym_NOR] = ACTIONS(273), [sym_NOT] = ACTIONS(273), [sym_NULL] = ACTIONS(746), - [sym_OPEN] = ACTIONS(407), [sym_OR] = ACTIONS(273), + [sym_OUT] = ACTIONS(808), [sym_XNOR] = ACTIONS(273), [sym_XOR] = ACTIONS(273), [sym__grave_accent] = ACTIONS(3), @@ -44679,173 +44886,35 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_function] = ACTIONS(740), [sym_library_type] = ACTIONS(740), }, - [317] = { - [sym__expression] = STATE(1519), - [sym_condition_expression] = STATE(2536), - [sym_logical_expression] = STATE(2536), - [sym_relational_expression] = STATE(2536), - [sym_shift_expression] = STATE(2536), - [sym_simple_expression] = STATE(2536), - [sym_unary_operator] = STATE(704), - [sym_sign] = STATE(705), - [sym__primary] = STATE(2508), - [sym_name] = STATE(2509), - [sym__direct_name] = STATE(777), - [sym__identifier] = STATE(1411), - [sym__external_name] = STATE(1411), - [sym_external_constant_name] = STATE(1412), - [sym_external_signal_name] = STATE(1412), - [sym_external_variable_name] = STATE(1412), - [sym__literal] = STATE(2510), - [sym_bit_string_literal] = STATE(2506), - [sym__abstract_literal] = STATE(1408), - [sym_based_literal] = STATE(1627), - [sym_allocator] = STATE(2509), - [sym_parenthesis_expression] = STATE(2509), - [sym__tool_directive] = STATE(317), - [sym_selected_waveforms] = STATE(8337), - [sym_waveform] = STATE(6286), - [sym_waveform_element] = STATE(5397), - [sym_line_comment] = STATE(317), - [sym_block_comment] = STATE(317), - [aux_sym_selected_waveforms_repeat1] = STATE(339), - [anon_sym_LPAREN] = ACTIONS(411), - [sym_condition_conversion] = ACTIONS(413), - [anon_sym_PLUS] = ACTIONS(267), - [anon_sym_DASH] = ACTIONS(267), - [anon_sym_LT_LT] = ACTIONS(415), - [sym_identifier] = ACTIONS(417), - [sym_ABS] = ACTIONS(273), - [sym_AND] = ACTIONS(273), - [sym_NAND] = ACTIONS(273), - [sym_NEW] = ACTIONS(423), - [sym_NOR] = ACTIONS(273), - [sym_NOT] = ACTIONS(273), - [sym_NULL] = ACTIONS(425), - [sym_OR] = ACTIONS(273), - [sym_UNAFFECTED] = ACTIONS(429), - [sym_XNOR] = ACTIONS(273), - [sym_XOR] = ACTIONS(273), - [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(431), - [sym_decimal_float] = ACTIONS(431), - [sym_based_base] = ACTIONS(433), - [sym_character_literal] = ACTIONS(435), - [sym_string_literal] = ACTIONS(425), - [sym_string_literal_std_logic] = ACTIONS(425), - [sym_bit_string_length] = ACTIONS(437), - [sym_bit_string_base] = ACTIONS(439), - [sym_operator_symbol] = ACTIONS(435), - [sym__line_comment_start] = ACTIONS(5), - [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(417), - [sym_library_constant_boolean] = ACTIONS(425), - [sym_library_constant_character] = ACTIONS(425), - [sym_library_constant_debug] = ACTIONS(425), - [sym_library_constant_env] = ACTIONS(425), - [sym_library_constant_standard] = ACTIONS(425), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(417), - [sym_library_type] = ACTIONS(417), - }, - [318] = { - [sym__expression] = STATE(1519), - [sym_condition_expression] = STATE(2536), - [sym_logical_expression] = STATE(2536), - [sym_relational_expression] = STATE(2536), - [sym_shift_expression] = STATE(2536), - [sym_simple_expression] = STATE(2536), - [sym_unary_operator] = STATE(704), - [sym_sign] = STATE(705), - [sym__primary] = STATE(2508), - [sym_name] = STATE(2509), - [sym__direct_name] = STATE(777), - [sym__identifier] = STATE(1411), - [sym__external_name] = STATE(1411), - [sym_external_constant_name] = STATE(1412), - [sym_external_signal_name] = STATE(1412), - [sym_external_variable_name] = STATE(1412), - [sym__literal] = STATE(2510), - [sym_bit_string_literal] = STATE(2506), - [sym__abstract_literal] = STATE(1408), - [sym_based_literal] = STATE(1627), - [sym_allocator] = STATE(2509), - [sym_parenthesis_expression] = STATE(2509), - [sym__tool_directive] = STATE(318), - [sym_selected_waveforms] = STATE(8178), - [sym_waveform] = STATE(6286), - [sym_waveform_element] = STATE(5397), - [sym_line_comment] = STATE(318), - [sym_block_comment] = STATE(318), - [aux_sym_selected_waveforms_repeat1] = STATE(339), - [anon_sym_LPAREN] = ACTIONS(411), - [sym_condition_conversion] = ACTIONS(413), - [anon_sym_PLUS] = ACTIONS(267), - [anon_sym_DASH] = ACTIONS(267), - [anon_sym_LT_LT] = ACTIONS(415), - [sym_identifier] = ACTIONS(417), - [sym_ABS] = ACTIONS(273), - [sym_AND] = ACTIONS(273), - [sym_NAND] = ACTIONS(273), - [sym_NEW] = ACTIONS(423), - [sym_NOR] = ACTIONS(273), - [sym_NOT] = ACTIONS(273), - [sym_NULL] = ACTIONS(425), - [sym_OR] = ACTIONS(273), - [sym_UNAFFECTED] = ACTIONS(429), - [sym_XNOR] = ACTIONS(273), - [sym_XOR] = ACTIONS(273), - [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(431), - [sym_decimal_float] = ACTIONS(431), - [sym_based_base] = ACTIONS(433), - [sym_character_literal] = ACTIONS(435), - [sym_string_literal] = ACTIONS(425), - [sym_string_literal_std_logic] = ACTIONS(425), - [sym_bit_string_length] = ACTIONS(437), - [sym_bit_string_base] = ACTIONS(439), - [sym_operator_symbol] = ACTIONS(435), - [sym__line_comment_start] = ACTIONS(5), - [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(417), - [sym_library_constant_boolean] = ACTIONS(425), - [sym_library_constant_character] = ACTIONS(425), - [sym_library_constant_debug] = ACTIONS(425), - [sym_library_constant_env] = ACTIONS(425), - [sym_library_constant_standard] = ACTIONS(425), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(417), - [sym_library_type] = ACTIONS(417), - }, - [319] = { - [sym_conditional_expression] = STATE(6048), - [sym__expression] = STATE(1201), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(2313), - [sym_unary_operator] = STATE(695), - [sym_sign] = STATE(696), - [sym__primary] = STATE(2383), - [sym_name] = STATE(2504), - [sym__direct_name] = STATE(748), - [sym__identifier] = STATE(1077), - [sym__external_name] = STATE(1077), - [sym_external_constant_name] = STATE(1078), - [sym_external_signal_name] = STATE(1078), - [sym_external_variable_name] = STATE(1078), - [sym_association_element] = STATE(5943), - [sym__actual_part] = STATE(6171), - [sym__literal] = STATE(2385), - [sym_bit_string_literal] = STATE(2380), - [sym__abstract_literal] = STATE(1056), - [sym_based_literal] = STATE(1229), - [sym_allocator] = STATE(2384), - [sym_parenthesis_expression] = STATE(2384), - [sym__tool_directive] = STATE(319), - [sym_line_comment] = STATE(319), - [sym_block_comment] = STATE(319), + [320] = { + [sym__expression] = STATE(2200), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(2423), + [sym_unary_operator] = STATE(640), + [sym_sign] = STATE(688), + [sym__primary] = STATE(2431), + [sym_name] = STATE(2428), + [sym__direct_name] = STATE(743), + [sym__identifier] = STATE(1025), + [sym__external_name] = STATE(1025), + [sym_external_constant_name] = STATE(1087), + [sym_external_signal_name] = STATE(1087), + [sym_external_variable_name] = STATE(1087), + [sym__literal] = STATE(2427), + [sym_bit_string_literal] = STATE(2399), + [sym__abstract_literal] = STATE(1006), + [sym_based_literal] = STATE(1206), + [sym_allocator] = STATE(2428), + [sym_parenthesis_expression] = STATE(2428), + [sym__tool_directive] = STATE(320), + [sym_force_mode] = STATE(388), + [sym_selected_expressions] = STATE(8137), + [sym_line_comment] = STATE(320), + [sym_block_comment] = STATE(320), + [aux_sym_selected_expressions_repeat1] = STATE(394), [anon_sym_LPAREN] = ACTIONS(736), [sym_condition_conversion] = ACTIONS(265), [anon_sym_PLUS] = ACTIONS(267), @@ -44854,14 +44923,14 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_identifier] = ACTIONS(740), [sym_ABS] = ACTIONS(273), [sym_AND] = ACTIONS(273), - [sym_INERTIAL] = ACTIONS(405), + [sym_IN] = ACTIONS(808), [sym_NAND] = ACTIONS(273), [sym_NEW] = ACTIONS(744), [sym_NOR] = ACTIONS(273), [sym_NOT] = ACTIONS(273), [sym_NULL] = ACTIONS(746), - [sym_OPEN] = ACTIONS(407), [sym_OR] = ACTIONS(273), + [sym_OUT] = ACTIONS(808), [sym_XNOR] = ACTIONS(273), [sym_XOR] = ACTIONS(273), [sym__grave_accent] = ACTIONS(3), @@ -44886,104 +44955,104 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_function] = ACTIONS(740), [sym_library_type] = ACTIONS(740), }, - [320] = { - [sym__expression] = STATE(1519), - [sym_condition_expression] = STATE(2536), - [sym_logical_expression] = STATE(2536), - [sym_relational_expression] = STATE(2536), - [sym_shift_expression] = STATE(2536), - [sym_simple_expression] = STATE(2536), - [sym_unary_operator] = STATE(704), - [sym_sign] = STATE(705), - [sym__primary] = STATE(2508), - [sym_name] = STATE(2509), - [sym__direct_name] = STATE(777), - [sym__identifier] = STATE(1411), - [sym__external_name] = STATE(1411), - [sym_external_constant_name] = STATE(1412), - [sym_external_signal_name] = STATE(1412), - [sym_external_variable_name] = STATE(1412), - [sym__literal] = STATE(2510), - [sym_bit_string_literal] = STATE(2506), - [sym__abstract_literal] = STATE(1408), - [sym_based_literal] = STATE(1627), - [sym_allocator] = STATE(2509), - [sym_parenthesis_expression] = STATE(2509), - [sym__tool_directive] = STATE(320), - [sym_selected_waveforms] = STATE(8222), - [sym_waveform] = STATE(6286), - [sym_waveform_element] = STATE(5397), - [sym_line_comment] = STATE(320), - [sym_block_comment] = STATE(320), - [aux_sym_selected_waveforms_repeat1] = STATE(339), - [anon_sym_LPAREN] = ACTIONS(411), - [sym_condition_conversion] = ACTIONS(413), + [321] = { + [sym__expression] = STATE(1550), + [sym_condition_expression] = STATE(2503), + [sym_logical_expression] = STATE(2503), + [sym_relational_expression] = STATE(2503), + [sym_shift_expression] = STATE(2503), + [sym_simple_expression] = STATE(2503), + [sym_unary_operator] = STATE(699), + [sym_sign] = STATE(700), + [sym__primary] = STATE(2502), + [sym_name] = STATE(2501), + [sym__direct_name] = STATE(764), + [sym__identifier] = STATE(1352), + [sym__external_name] = STATE(1352), + [sym_external_constant_name] = STATE(1351), + [sym_external_signal_name] = STATE(1351), + [sym_external_variable_name] = STATE(1351), + [sym__literal] = STATE(2500), + [sym_bit_string_literal] = STATE(2505), + [sym__abstract_literal] = STATE(1399), + [sym_based_literal] = STATE(1466), + [sym_allocator] = STATE(2501), + [sym_parenthesis_expression] = STATE(2501), + [sym__tool_directive] = STATE(321), + [sym_selected_waveforms] = STATE(7140), + [sym_waveform] = STATE(6284), + [sym_waveform_element] = STATE(5497), + [sym_line_comment] = STATE(321), + [sym_block_comment] = STATE(321), + [aux_sym_selected_waveforms_repeat1] = STATE(326), + [anon_sym_LPAREN] = ACTIONS(415), + [sym_condition_conversion] = ACTIONS(417), [anon_sym_PLUS] = ACTIONS(267), [anon_sym_DASH] = ACTIONS(267), - [anon_sym_LT_LT] = ACTIONS(415), - [sym_identifier] = ACTIONS(417), + [anon_sym_LT_LT] = ACTIONS(419), + [sym_identifier] = ACTIONS(421), [sym_ABS] = ACTIONS(273), [sym_AND] = ACTIONS(273), [sym_NAND] = ACTIONS(273), - [sym_NEW] = ACTIONS(423), + [sym_NEW] = ACTIONS(427), [sym_NOR] = ACTIONS(273), [sym_NOT] = ACTIONS(273), - [sym_NULL] = ACTIONS(425), + [sym_NULL] = ACTIONS(429), [sym_OR] = ACTIONS(273), - [sym_UNAFFECTED] = ACTIONS(429), + [sym_UNAFFECTED] = ACTIONS(435), [sym_XNOR] = ACTIONS(273), [sym_XOR] = ACTIONS(273), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(431), - [sym_decimal_float] = ACTIONS(431), - [sym_based_base] = ACTIONS(433), - [sym_character_literal] = ACTIONS(435), - [sym_string_literal] = ACTIONS(425), - [sym_string_literal_std_logic] = ACTIONS(425), - [sym_bit_string_length] = ACTIONS(437), - [sym_bit_string_base] = ACTIONS(439), - [sym_operator_symbol] = ACTIONS(435), + [sym_decimal_integer] = ACTIONS(437), + [sym_decimal_float] = ACTIONS(437), + [sym_based_base] = ACTIONS(439), + [sym_character_literal] = ACTIONS(441), + [sym_string_literal] = ACTIONS(429), + [sym_string_literal_std_logic] = ACTIONS(429), + [sym_bit_string_length] = ACTIONS(443), + [sym_bit_string_base] = ACTIONS(445), + [sym_operator_symbol] = ACTIONS(441), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(417), - [sym_library_constant_boolean] = ACTIONS(425), - [sym_library_constant_character] = ACTIONS(425), - [sym_library_constant_debug] = ACTIONS(425), - [sym_library_constant_env] = ACTIONS(425), - [sym_library_constant_standard] = ACTIONS(425), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(417), - [sym_library_type] = ACTIONS(417), + [sym_library_constant] = ACTIONS(421), + [sym_library_constant_boolean] = ACTIONS(429), + [sym_library_constant_character] = ACTIONS(429), + [sym_library_constant_debug] = ACTIONS(429), + [sym_library_constant_env] = ACTIONS(429), + [sym_library_constant_standard] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(441), + [sym_library_function] = ACTIONS(421), + [sym_library_type] = ACTIONS(421), }, - [321] = { - [sym_conditional_expression] = STATE(6048), - [sym__expression] = STATE(1201), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(2313), - [sym_unary_operator] = STATE(695), - [sym_sign] = STATE(696), - [sym__primary] = STATE(2383), - [sym_name] = STATE(2504), - [sym__direct_name] = STATE(748), - [sym__identifier] = STATE(1077), - [sym__external_name] = STATE(1077), - [sym_external_constant_name] = STATE(1078), - [sym_external_signal_name] = STATE(1078), - [sym_external_variable_name] = STATE(1078), - [sym_association_element] = STATE(6534), - [sym__actual_part] = STATE(6171), - [sym__literal] = STATE(2385), - [sym_bit_string_literal] = STATE(2380), - [sym__abstract_literal] = STATE(1056), - [sym_based_literal] = STATE(1229), - [sym_allocator] = STATE(2384), - [sym_parenthesis_expression] = STATE(2384), - [sym__tool_directive] = STATE(321), - [sym_line_comment] = STATE(321), - [sym_block_comment] = STATE(321), + [322] = { + [sym_conditional_expression] = STATE(6473), + [sym__expression] = STATE(1133), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(2423), + [sym_unary_operator] = STATE(640), + [sym_sign] = STATE(688), + [sym__primary] = STATE(2431), + [sym_name] = STATE(2491), + [sym__direct_name] = STATE(743), + [sym__identifier] = STATE(1025), + [sym__external_name] = STATE(1025), + [sym_external_constant_name] = STATE(1087), + [sym_external_signal_name] = STATE(1087), + [sym_external_variable_name] = STATE(1087), + [sym_association_element] = STATE(5838), + [sym__actual_part] = STATE(6481), + [sym__literal] = STATE(2427), + [sym_bit_string_literal] = STATE(2399), + [sym__abstract_literal] = STATE(1006), + [sym_based_literal] = STATE(1206), + [sym_allocator] = STATE(2428), + [sym_parenthesis_expression] = STATE(2428), + [sym__tool_directive] = STATE(322), + [sym_line_comment] = STATE(322), + [sym_block_comment] = STATE(322), [anon_sym_LPAREN] = ACTIONS(736), [sym_condition_conversion] = ACTIONS(265), [anon_sym_PLUS] = ACTIONS(267), @@ -45024,242 +45093,173 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_function] = ACTIONS(740), [sym_library_type] = ACTIONS(740), }, - [322] = { - [sym__expression] = STATE(1050), - [sym_condition_expression] = STATE(1944), - [sym_logical_expression] = STATE(1944), - [sym_relational_expression] = STATE(1944), - [sym_shift_expression] = STATE(1944), - [sym_simple_expression] = STATE(2021), - [sym_unary_operator] = STATE(720), - [sym_sign] = STATE(439), - [sym__primary] = STATE(1620), - [sym_name] = STATE(1621), - [sym__direct_name] = STATE(721), - [sym__identifier] = STATE(838), - [sym__external_name] = STATE(838), - [sym_external_constant_name] = STATE(840), - [sym_external_signal_name] = STATE(840), - [sym_external_variable_name] = STATE(840), - [sym__literal] = STATE(1622), - [sym_bit_string_literal] = STATE(1612), - [sym__abstract_literal] = STATE(846), - [sym_based_literal] = STATE(902), - [sym_allocator] = STATE(1621), - [sym_parenthesis_expression] = STATE(1621), - [sym__element] = STATE(5787), - [sym_choices] = STATE(5482), - [sym__range] = STATE(5482), - [sym_simple_range] = STATE(5022), - [sym__tool_directive] = STATE(322), - [sym_line_comment] = STATE(322), - [sym_block_comment] = STATE(322), - [anon_sym_LPAREN] = ACTIONS(760), - [sym_condition_conversion] = ACTIONS(762), - [anon_sym_PLUS] = ACTIONS(267), - [anon_sym_DASH] = ACTIONS(267), - [anon_sym_LT_LT] = ACTIONS(764), - [sym_identifier] = ACTIONS(808), - [sym_ABS] = ACTIONS(273), - [sym_AND] = ACTIONS(273), - [sym_NAND] = ACTIONS(273), - [sym_NEW] = ACTIONS(768), - [sym_NOR] = ACTIONS(273), - [sym_NOT] = ACTIONS(273), - [sym_NULL] = ACTIONS(770), - [sym_OR] = ACTIONS(273), - [sym_OTHERS] = ACTIONS(279), - [sym_XNOR] = ACTIONS(273), - [sym_XOR] = ACTIONS(273), - [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(772), - [sym_decimal_float] = ACTIONS(772), - [sym_based_base] = ACTIONS(774), - [sym_character_literal] = ACTIONS(776), - [sym_string_literal] = ACTIONS(770), - [sym_string_literal_std_logic] = ACTIONS(770), - [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(808), - [sym_library_constant_boolean] = ACTIONS(770), - [sym_library_constant_character] = ACTIONS(770), - [sym_library_constant_debug] = ACTIONS(770), - [sym_library_constant_env] = ACTIONS(770), - [sym_library_constant_standard] = ACTIONS(770), - [sym_library_constant_std_logic] = ACTIONS(776), - [sym_library_function] = ACTIONS(808), - [sym_library_type] = ACTIONS(808), - }, [323] = { - [sym__expression] = STATE(1519), - [sym_condition_expression] = STATE(2536), - [sym_logical_expression] = STATE(2536), - [sym_relational_expression] = STATE(2536), - [sym_shift_expression] = STATE(2536), - [sym_simple_expression] = STATE(2536), - [sym_unary_operator] = STATE(704), - [sym_sign] = STATE(705), - [sym__primary] = STATE(2508), - [sym_name] = STATE(2509), - [sym__direct_name] = STATE(777), - [sym__identifier] = STATE(1411), - [sym__external_name] = STATE(1411), - [sym_external_constant_name] = STATE(1412), - [sym_external_signal_name] = STATE(1412), - [sym_external_variable_name] = STATE(1412), - [sym__literal] = STATE(2510), - [sym_bit_string_literal] = STATE(2506), - [sym__abstract_literal] = STATE(1408), - [sym_based_literal] = STATE(1627), - [sym_allocator] = STATE(2509), - [sym_parenthesis_expression] = STATE(2509), + [sym__expression] = STATE(1550), + [sym_condition_expression] = STATE(2503), + [sym_logical_expression] = STATE(2503), + [sym_relational_expression] = STATE(2503), + [sym_shift_expression] = STATE(2503), + [sym_simple_expression] = STATE(2503), + [sym_unary_operator] = STATE(699), + [sym_sign] = STATE(700), + [sym__primary] = STATE(2502), + [sym_name] = STATE(2501), + [sym__direct_name] = STATE(764), + [sym__identifier] = STATE(1352), + [sym__external_name] = STATE(1352), + [sym_external_constant_name] = STATE(1351), + [sym_external_signal_name] = STATE(1351), + [sym_external_variable_name] = STATE(1351), + [sym__literal] = STATE(2500), + [sym_bit_string_literal] = STATE(2505), + [sym__abstract_literal] = STATE(1399), + [sym_based_literal] = STATE(1466), + [sym_allocator] = STATE(2501), + [sym_parenthesis_expression] = STATE(2501), [sym__tool_directive] = STATE(323), - [sym_selected_waveforms] = STATE(8253), - [sym_waveform] = STATE(6286), - [sym_waveform_element] = STATE(5397), + [sym_selected_waveforms] = STATE(8139), + [sym_waveform] = STATE(6284), + [sym_waveform_element] = STATE(5497), [sym_line_comment] = STATE(323), [sym_block_comment] = STATE(323), - [aux_sym_selected_waveforms_repeat1] = STATE(339), - [anon_sym_LPAREN] = ACTIONS(411), - [sym_condition_conversion] = ACTIONS(413), + [aux_sym_selected_waveforms_repeat1] = STATE(326), + [anon_sym_LPAREN] = ACTIONS(415), + [sym_condition_conversion] = ACTIONS(417), [anon_sym_PLUS] = ACTIONS(267), [anon_sym_DASH] = ACTIONS(267), - [anon_sym_LT_LT] = ACTIONS(415), - [sym_identifier] = ACTIONS(417), + [anon_sym_LT_LT] = ACTIONS(419), + [sym_identifier] = ACTIONS(421), [sym_ABS] = ACTIONS(273), [sym_AND] = ACTIONS(273), [sym_NAND] = ACTIONS(273), - [sym_NEW] = ACTIONS(423), + [sym_NEW] = ACTIONS(427), [sym_NOR] = ACTIONS(273), [sym_NOT] = ACTIONS(273), - [sym_NULL] = ACTIONS(425), + [sym_NULL] = ACTIONS(429), [sym_OR] = ACTIONS(273), - [sym_UNAFFECTED] = ACTIONS(429), + [sym_UNAFFECTED] = ACTIONS(435), [sym_XNOR] = ACTIONS(273), [sym_XOR] = ACTIONS(273), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(431), - [sym_decimal_float] = ACTIONS(431), - [sym_based_base] = ACTIONS(433), - [sym_character_literal] = ACTIONS(435), - [sym_string_literal] = ACTIONS(425), - [sym_string_literal_std_logic] = ACTIONS(425), - [sym_bit_string_length] = ACTIONS(437), - [sym_bit_string_base] = ACTIONS(439), - [sym_operator_symbol] = ACTIONS(435), + [sym_decimal_integer] = ACTIONS(437), + [sym_decimal_float] = ACTIONS(437), + [sym_based_base] = ACTIONS(439), + [sym_character_literal] = ACTIONS(441), + [sym_string_literal] = ACTIONS(429), + [sym_string_literal_std_logic] = ACTIONS(429), + [sym_bit_string_length] = ACTIONS(443), + [sym_bit_string_base] = ACTIONS(445), + [sym_operator_symbol] = ACTIONS(441), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(417), - [sym_library_constant_boolean] = ACTIONS(425), - [sym_library_constant_character] = ACTIONS(425), - [sym_library_constant_debug] = ACTIONS(425), - [sym_library_constant_env] = ACTIONS(425), - [sym_library_constant_standard] = ACTIONS(425), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(417), - [sym_library_type] = ACTIONS(417), + [sym_library_constant] = ACTIONS(421), + [sym_library_constant_boolean] = ACTIONS(429), + [sym_library_constant_character] = ACTIONS(429), + [sym_library_constant_debug] = ACTIONS(429), + [sym_library_constant_env] = ACTIONS(429), + [sym_library_constant_standard] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(441), + [sym_library_function] = ACTIONS(421), + [sym_library_type] = ACTIONS(421), }, [324] = { - [sym__expression] = STATE(2275), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(2313), - [sym_unary_operator] = STATE(695), - [sym_sign] = STATE(696), - [sym__primary] = STATE(2383), - [sym_name] = STATE(2384), - [sym__direct_name] = STATE(748), - [sym__identifier] = STATE(1077), - [sym__external_name] = STATE(1077), - [sym_external_constant_name] = STATE(1078), - [sym_external_signal_name] = STATE(1078), - [sym_external_variable_name] = STATE(1078), - [sym__literal] = STATE(2385), - [sym_bit_string_literal] = STATE(2380), - [sym__abstract_literal] = STATE(1056), - [sym_based_literal] = STATE(1229), - [sym_allocator] = STATE(2384), - [sym_parenthesis_expression] = STATE(2384), + [sym__expression] = STATE(1550), + [sym_condition_expression] = STATE(2503), + [sym_logical_expression] = STATE(2503), + [sym_relational_expression] = STATE(2503), + [sym_shift_expression] = STATE(2503), + [sym_simple_expression] = STATE(2503), + [sym_unary_operator] = STATE(699), + [sym_sign] = STATE(700), + [sym__primary] = STATE(2502), + [sym_name] = STATE(2501), + [sym__direct_name] = STATE(764), + [sym__identifier] = STATE(1352), + [sym__external_name] = STATE(1352), + [sym_external_constant_name] = STATE(1351), + [sym_external_signal_name] = STATE(1351), + [sym_external_variable_name] = STATE(1351), + [sym__literal] = STATE(2500), + [sym_bit_string_literal] = STATE(2505), + [sym__abstract_literal] = STATE(1399), + [sym_based_literal] = STATE(1466), + [sym_allocator] = STATE(2501), + [sym_parenthesis_expression] = STATE(2501), [sym__tool_directive] = STATE(324), - [sym_force_mode] = STATE(368), - [sym_selected_expressions] = STATE(8255), + [sym_selected_waveforms] = STATE(6921), + [sym_waveform] = STATE(6284), + [sym_waveform_element] = STATE(5497), [sym_line_comment] = STATE(324), [sym_block_comment] = STATE(324), - [aux_sym_selected_expressions_repeat1] = STATE(405), - [anon_sym_LPAREN] = ACTIONS(736), - [sym_condition_conversion] = ACTIONS(265), + [aux_sym_selected_waveforms_repeat1] = STATE(326), + [anon_sym_LPAREN] = ACTIONS(415), + [sym_condition_conversion] = ACTIONS(417), [anon_sym_PLUS] = ACTIONS(267), [anon_sym_DASH] = ACTIONS(267), - [anon_sym_LT_LT] = ACTIONS(738), - [sym_identifier] = ACTIONS(740), + [anon_sym_LT_LT] = ACTIONS(419), + [sym_identifier] = ACTIONS(421), [sym_ABS] = ACTIONS(273), [sym_AND] = ACTIONS(273), - [sym_IN] = ACTIONS(806), [sym_NAND] = ACTIONS(273), - [sym_NEW] = ACTIONS(744), + [sym_NEW] = ACTIONS(427), [sym_NOR] = ACTIONS(273), [sym_NOT] = ACTIONS(273), - [sym_NULL] = ACTIONS(746), + [sym_NULL] = ACTIONS(429), [sym_OR] = ACTIONS(273), - [sym_OUT] = ACTIONS(806), + [sym_UNAFFECTED] = ACTIONS(435), [sym_XNOR] = ACTIONS(273), [sym_XOR] = ACTIONS(273), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(750), - [sym_decimal_float] = ACTIONS(750), - [sym_based_base] = ACTIONS(752), - [sym_character_literal] = ACTIONS(754), - [sym_string_literal] = ACTIONS(746), - [sym_string_literal_std_logic] = ACTIONS(746), - [sym_bit_string_length] = ACTIONS(756), - [sym_bit_string_base] = ACTIONS(758), - [sym_operator_symbol] = ACTIONS(754), + [sym_decimal_integer] = ACTIONS(437), + [sym_decimal_float] = ACTIONS(437), + [sym_based_base] = ACTIONS(439), + [sym_character_literal] = ACTIONS(441), + [sym_string_literal] = ACTIONS(429), + [sym_string_literal_std_logic] = ACTIONS(429), + [sym_bit_string_length] = ACTIONS(443), + [sym_bit_string_base] = ACTIONS(445), + [sym_operator_symbol] = ACTIONS(441), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(740), - [sym_library_constant_boolean] = ACTIONS(746), - [sym_library_constant_character] = ACTIONS(746), - [sym_library_constant_debug] = ACTIONS(746), - [sym_library_constant_env] = ACTIONS(746), - [sym_library_constant_standard] = ACTIONS(746), - [sym_library_constant_std_logic] = ACTIONS(754), - [sym_library_function] = ACTIONS(740), - [sym_library_type] = ACTIONS(740), + [sym_library_constant] = ACTIONS(421), + [sym_library_constant_boolean] = ACTIONS(429), + [sym_library_constant_character] = ACTIONS(429), + [sym_library_constant_debug] = ACTIONS(429), + [sym_library_constant_env] = ACTIONS(429), + [sym_library_constant_standard] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(441), + [sym_library_function] = ACTIONS(421), + [sym_library_type] = ACTIONS(421), }, [325] = { - [sym__expression] = STATE(2275), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(2313), - [sym_unary_operator] = STATE(695), - [sym_sign] = STATE(696), - [sym__primary] = STATE(2383), - [sym_name] = STATE(2384), - [sym__direct_name] = STATE(748), - [sym__identifier] = STATE(1077), - [sym__external_name] = STATE(1077), - [sym_external_constant_name] = STATE(1078), - [sym_external_signal_name] = STATE(1078), - [sym_external_variable_name] = STATE(1078), - [sym__literal] = STATE(2385), - [sym_bit_string_literal] = STATE(2380), - [sym__abstract_literal] = STATE(1056), - [sym_based_literal] = STATE(1229), - [sym_allocator] = STATE(2384), - [sym_parenthesis_expression] = STATE(2384), + [sym_conditional_expression] = STATE(6473), + [sym__expression] = STATE(1133), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(2423), + [sym_unary_operator] = STATE(640), + [sym_sign] = STATE(688), + [sym__primary] = STATE(2431), + [sym_name] = STATE(2491), + [sym__direct_name] = STATE(743), + [sym__identifier] = STATE(1025), + [sym__external_name] = STATE(1025), + [sym_external_constant_name] = STATE(1087), + [sym_external_signal_name] = STATE(1087), + [sym_external_variable_name] = STATE(1087), + [sym_association_element] = STATE(5807), + [sym__actual_part] = STATE(6481), + [sym__literal] = STATE(2427), + [sym_bit_string_literal] = STATE(2399), + [sym__abstract_literal] = STATE(1006), + [sym_based_literal] = STATE(1206), + [sym_allocator] = STATE(2428), + [sym_parenthesis_expression] = STATE(2428), [sym__tool_directive] = STATE(325), - [sym_force_mode] = STATE(380), - [sym_selected_expressions] = STATE(8268), [sym_line_comment] = STATE(325), [sym_block_comment] = STATE(325), - [aux_sym_selected_expressions_repeat1] = STATE(405), [anon_sym_LPAREN] = ACTIONS(736), [sym_condition_conversion] = ACTIONS(265), [anon_sym_PLUS] = ACTIONS(267), @@ -45268,14 +45268,14 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_identifier] = ACTIONS(740), [sym_ABS] = ACTIONS(273), [sym_AND] = ACTIONS(273), - [sym_IN] = ACTIONS(806), + [sym_INERTIAL] = ACTIONS(405), [sym_NAND] = ACTIONS(273), [sym_NEW] = ACTIONS(744), [sym_NOR] = ACTIONS(273), [sym_NOT] = ACTIONS(273), [sym_NULL] = ACTIONS(746), + [sym_OPEN] = ACTIONS(407), [sym_OR] = ACTIONS(273), - [sym_OUT] = ACTIONS(806), [sym_XNOR] = ACTIONS(273), [sym_XOR] = ACTIONS(273), [sym__grave_accent] = ACTIONS(3), @@ -45301,1865 +45301,1865 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_type] = ACTIONS(740), }, [326] = { - [sym__expression] = STATE(1519), - [sym_condition_expression] = STATE(2536), - [sym_logical_expression] = STATE(2536), - [sym_relational_expression] = STATE(2536), - [sym_shift_expression] = STATE(2536), - [sym_simple_expression] = STATE(2536), - [sym_unary_operator] = STATE(704), - [sym_sign] = STATE(705), - [sym__primary] = STATE(2508), - [sym_name] = STATE(2509), - [sym__direct_name] = STATE(777), - [sym__identifier] = STATE(1411), - [sym__external_name] = STATE(1411), - [sym_external_constant_name] = STATE(1412), - [sym_external_signal_name] = STATE(1412), - [sym_external_variable_name] = STATE(1412), - [sym__literal] = STATE(2510), - [sym_bit_string_literal] = STATE(2506), - [sym__abstract_literal] = STATE(1408), - [sym_based_literal] = STATE(1627), - [sym_allocator] = STATE(2509), - [sym_parenthesis_expression] = STATE(2509), + [sym__expression] = STATE(1550), + [sym_condition_expression] = STATE(2503), + [sym_logical_expression] = STATE(2503), + [sym_relational_expression] = STATE(2503), + [sym_shift_expression] = STATE(2503), + [sym_simple_expression] = STATE(2503), + [sym_unary_operator] = STATE(699), + [sym_sign] = STATE(700), + [sym__primary] = STATE(2502), + [sym_name] = STATE(2501), + [sym__direct_name] = STATE(764), + [sym__identifier] = STATE(1352), + [sym__external_name] = STATE(1352), + [sym_external_constant_name] = STATE(1351), + [sym_external_signal_name] = STATE(1351), + [sym_external_variable_name] = STATE(1351), + [sym__literal] = STATE(2500), + [sym_bit_string_literal] = STATE(2505), + [sym__abstract_literal] = STATE(1399), + [sym_based_literal] = STATE(1466), + [sym_allocator] = STATE(2501), + [sym_parenthesis_expression] = STATE(2501), [sym__tool_directive] = STATE(326), - [sym_waveform] = STATE(5891), - [sym_waveform_element] = STATE(5397), - [sym_conditional_waveforms] = STATE(7736), + [sym_waveform] = STATE(6174), + [sym_waveform_element] = STATE(5497), [sym_line_comment] = STATE(326), [sym_block_comment] = STATE(326), - [anon_sym_LPAREN] = ACTIONS(411), - [sym_condition_conversion] = ACTIONS(413), + [aux_sym_selected_waveforms_repeat1] = STATE(331), + [anon_sym_LPAREN] = ACTIONS(415), + [sym_condition_conversion] = ACTIONS(417), [anon_sym_PLUS] = ACTIONS(267), [anon_sym_DASH] = ACTIONS(267), - [anon_sym_LT_LT] = ACTIONS(415), - [sym_identifier] = ACTIONS(417), + [anon_sym_LT_LT] = ACTIONS(419), + [sym_identifier] = ACTIONS(421), [sym_ABS] = ACTIONS(273), [sym_AND] = ACTIONS(273), [sym_NAND] = ACTIONS(273), - [sym_NEW] = ACTIONS(423), + [sym_NEW] = ACTIONS(427), [sym_NOR] = ACTIONS(273), [sym_NOT] = ACTIONS(273), - [sym_NULL] = ACTIONS(425), + [sym_NULL] = ACTIONS(429), [sym_OR] = ACTIONS(273), - [sym_UNAFFECTED] = ACTIONS(429), + [sym_UNAFFECTED] = ACTIONS(435), [sym_XNOR] = ACTIONS(273), [sym_XOR] = ACTIONS(273), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(431), - [sym_decimal_float] = ACTIONS(431), - [sym_based_base] = ACTIONS(433), - [sym_character_literal] = ACTIONS(435), - [sym_string_literal] = ACTIONS(425), - [sym_string_literal_std_logic] = ACTIONS(425), - [sym_bit_string_length] = ACTIONS(437), - [sym_bit_string_base] = ACTIONS(439), - [sym_operator_symbol] = ACTIONS(435), + [sym_decimal_integer] = ACTIONS(437), + [sym_decimal_float] = ACTIONS(437), + [sym_based_base] = ACTIONS(439), + [sym_character_literal] = ACTIONS(441), + [sym_string_literal] = ACTIONS(429), + [sym_string_literal_std_logic] = ACTIONS(429), + [sym_bit_string_length] = ACTIONS(443), + [sym_bit_string_base] = ACTIONS(445), + [sym_operator_symbol] = ACTIONS(441), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(417), - [sym_library_constant_boolean] = ACTIONS(425), - [sym_library_constant_character] = ACTIONS(425), - [sym_library_constant_debug] = ACTIONS(425), - [sym_library_constant_env] = ACTIONS(425), - [sym_library_constant_standard] = ACTIONS(425), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(417), - [sym_library_type] = ACTIONS(417), + [sym_library_constant] = ACTIONS(421), + [sym_library_constant_boolean] = ACTIONS(429), + [sym_library_constant_character] = ACTIONS(429), + [sym_library_constant_debug] = ACTIONS(429), + [sym_library_constant_env] = ACTIONS(429), + [sym_library_constant_standard] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(441), + [sym_library_function] = ACTIONS(421), + [sym_library_type] = ACTIONS(421), }, [327] = { - [sym__expression] = STATE(1519), - [sym_condition_expression] = STATE(2536), - [sym_logical_expression] = STATE(2536), - [sym_relational_expression] = STATE(2536), - [sym_shift_expression] = STATE(2536), - [sym_simple_expression] = STATE(2536), - [sym_unary_operator] = STATE(704), - [sym_sign] = STATE(705), - [sym__primary] = STATE(2508), - [sym_name] = STATE(2509), - [sym__direct_name] = STATE(777), - [sym__identifier] = STATE(1411), - [sym__external_name] = STATE(1411), - [sym_external_constant_name] = STATE(1412), - [sym_external_signal_name] = STATE(1412), - [sym_external_variable_name] = STATE(1412), - [sym__literal] = STATE(2510), - [sym_bit_string_literal] = STATE(2506), - [sym__abstract_literal] = STATE(1408), - [sym_based_literal] = STATE(1627), - [sym_allocator] = STATE(2509), - [sym_parenthesis_expression] = STATE(2509), + [sym__expression] = STATE(1550), + [sym_condition_expression] = STATE(2503), + [sym_logical_expression] = STATE(2503), + [sym_relational_expression] = STATE(2503), + [sym_shift_expression] = STATE(2503), + [sym_simple_expression] = STATE(2503), + [sym_unary_operator] = STATE(699), + [sym_sign] = STATE(700), + [sym__primary] = STATE(2502), + [sym_name] = STATE(2501), + [sym__direct_name] = STATE(764), + [sym__identifier] = STATE(1352), + [sym__external_name] = STATE(1352), + [sym_external_constant_name] = STATE(1351), + [sym_external_signal_name] = STATE(1351), + [sym_external_variable_name] = STATE(1351), + [sym__literal] = STATE(2500), + [sym_bit_string_literal] = STATE(2505), + [sym__abstract_literal] = STATE(1399), + [sym_based_literal] = STATE(1466), + [sym_allocator] = STATE(2501), + [sym_parenthesis_expression] = STATE(2501), [sym__tool_directive] = STATE(327), - [sym_waveform] = STATE(5897), - [sym_waveform_element] = STATE(5397), - [sym_conditional_waveforms] = STATE(7777), + [sym_waveform] = STATE(5859), + [sym_waveform_element] = STATE(5497), + [sym_conditional_waveforms] = STATE(7257), [sym_line_comment] = STATE(327), [sym_block_comment] = STATE(327), - [anon_sym_LPAREN] = ACTIONS(411), - [sym_condition_conversion] = ACTIONS(413), + [anon_sym_LPAREN] = ACTIONS(415), + [sym_condition_conversion] = ACTIONS(417), [anon_sym_PLUS] = ACTIONS(267), [anon_sym_DASH] = ACTIONS(267), - [anon_sym_LT_LT] = ACTIONS(415), - [sym_identifier] = ACTIONS(417), + [anon_sym_LT_LT] = ACTIONS(419), + [sym_identifier] = ACTIONS(421), [sym_ABS] = ACTIONS(273), [sym_AND] = ACTIONS(273), [sym_NAND] = ACTIONS(273), - [sym_NEW] = ACTIONS(423), + [sym_NEW] = ACTIONS(427), [sym_NOR] = ACTIONS(273), [sym_NOT] = ACTIONS(273), - [sym_NULL] = ACTIONS(425), + [sym_NULL] = ACTIONS(429), [sym_OR] = ACTIONS(273), - [sym_UNAFFECTED] = ACTIONS(429), + [sym_UNAFFECTED] = ACTIONS(435), [sym_XNOR] = ACTIONS(273), [sym_XOR] = ACTIONS(273), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(431), - [sym_decimal_float] = ACTIONS(431), - [sym_based_base] = ACTIONS(433), - [sym_character_literal] = ACTIONS(435), - [sym_string_literal] = ACTIONS(425), - [sym_string_literal_std_logic] = ACTIONS(425), - [sym_bit_string_length] = ACTIONS(437), - [sym_bit_string_base] = ACTIONS(439), - [sym_operator_symbol] = ACTIONS(435), + [sym_decimal_integer] = ACTIONS(437), + [sym_decimal_float] = ACTIONS(437), + [sym_based_base] = ACTIONS(439), + [sym_character_literal] = ACTIONS(441), + [sym_string_literal] = ACTIONS(429), + [sym_string_literal_std_logic] = ACTIONS(429), + [sym_bit_string_length] = ACTIONS(443), + [sym_bit_string_base] = ACTIONS(445), + [sym_operator_symbol] = ACTIONS(441), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(417), - [sym_library_constant_boolean] = ACTIONS(425), - [sym_library_constant_character] = ACTIONS(425), - [sym_library_constant_debug] = ACTIONS(425), - [sym_library_constant_env] = ACTIONS(425), - [sym_library_constant_standard] = ACTIONS(425), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(417), - [sym_library_type] = ACTIONS(417), + [sym_library_constant] = ACTIONS(421), + [sym_library_constant_boolean] = ACTIONS(429), + [sym_library_constant_character] = ACTIONS(429), + [sym_library_constant_debug] = ACTIONS(429), + [sym_library_constant_env] = ACTIONS(429), + [sym_library_constant_standard] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(441), + [sym_library_function] = ACTIONS(421), + [sym_library_type] = ACTIONS(421), }, [328] = { - [sym__expression] = STATE(1519), - [sym_condition_expression] = STATE(2536), - [sym_logical_expression] = STATE(2536), - [sym_relational_expression] = STATE(2536), - [sym_shift_expression] = STATE(2536), - [sym_simple_expression] = STATE(2536), - [sym_unary_operator] = STATE(704), - [sym_sign] = STATE(705), - [sym__primary] = STATE(2508), - [sym_name] = STATE(2509), - [sym__direct_name] = STATE(777), - [sym__identifier] = STATE(1411), - [sym__external_name] = STATE(1411), - [sym_external_constant_name] = STATE(1412), - [sym_external_signal_name] = STATE(1412), - [sym_external_variable_name] = STATE(1412), - [sym__literal] = STATE(2510), - [sym_bit_string_literal] = STATE(2506), - [sym__abstract_literal] = STATE(1408), - [sym_based_literal] = STATE(1627), - [sym_allocator] = STATE(2509), - [sym_parenthesis_expression] = STATE(2509), + [sym__expression] = STATE(1550), + [sym_condition_expression] = STATE(2503), + [sym_logical_expression] = STATE(2503), + [sym_relational_expression] = STATE(2503), + [sym_shift_expression] = STATE(2503), + [sym_simple_expression] = STATE(2503), + [sym_unary_operator] = STATE(699), + [sym_sign] = STATE(700), + [sym__primary] = STATE(2502), + [sym_name] = STATE(2501), + [sym__direct_name] = STATE(764), + [sym__identifier] = STATE(1352), + [sym__external_name] = STATE(1352), + [sym_external_constant_name] = STATE(1351), + [sym_external_signal_name] = STATE(1351), + [sym_external_variable_name] = STATE(1351), + [sym__literal] = STATE(2500), + [sym_bit_string_literal] = STATE(2505), + [sym__abstract_literal] = STATE(1399), + [sym_based_literal] = STATE(1466), + [sym_allocator] = STATE(2501), + [sym_parenthesis_expression] = STATE(2501), [sym__tool_directive] = STATE(328), - [sym_waveform] = STATE(5703), - [sym_waveform_element] = STATE(5397), - [sym_conditional_waveforms] = STATE(6900), + [sym_waveform] = STATE(5883), + [sym_waveform_element] = STATE(5497), + [sym_conditional_waveforms] = STATE(7334), [sym_line_comment] = STATE(328), [sym_block_comment] = STATE(328), - [anon_sym_LPAREN] = ACTIONS(411), - [sym_condition_conversion] = ACTIONS(413), + [anon_sym_LPAREN] = ACTIONS(415), + [sym_condition_conversion] = ACTIONS(417), [anon_sym_PLUS] = ACTIONS(267), [anon_sym_DASH] = ACTIONS(267), - [anon_sym_LT_LT] = ACTIONS(415), - [sym_identifier] = ACTIONS(417), + [anon_sym_LT_LT] = ACTIONS(419), + [sym_identifier] = ACTIONS(421), [sym_ABS] = ACTIONS(273), [sym_AND] = ACTIONS(273), [sym_NAND] = ACTIONS(273), - [sym_NEW] = ACTIONS(423), + [sym_NEW] = ACTIONS(427), [sym_NOR] = ACTIONS(273), [sym_NOT] = ACTIONS(273), - [sym_NULL] = ACTIONS(425), + [sym_NULL] = ACTIONS(429), [sym_OR] = ACTIONS(273), - [sym_UNAFFECTED] = ACTIONS(429), + [sym_UNAFFECTED] = ACTIONS(435), [sym_XNOR] = ACTIONS(273), [sym_XOR] = ACTIONS(273), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(431), - [sym_decimal_float] = ACTIONS(431), - [sym_based_base] = ACTIONS(433), - [sym_character_literal] = ACTIONS(435), - [sym_string_literal] = ACTIONS(425), - [sym_string_literal_std_logic] = ACTIONS(425), - [sym_bit_string_length] = ACTIONS(437), - [sym_bit_string_base] = ACTIONS(439), - [sym_operator_symbol] = ACTIONS(435), + [sym_decimal_integer] = ACTIONS(437), + [sym_decimal_float] = ACTIONS(437), + [sym_based_base] = ACTIONS(439), + [sym_character_literal] = ACTIONS(441), + [sym_string_literal] = ACTIONS(429), + [sym_string_literal_std_logic] = ACTIONS(429), + [sym_bit_string_length] = ACTIONS(443), + [sym_bit_string_base] = ACTIONS(445), + [sym_operator_symbol] = ACTIONS(441), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(417), - [sym_library_constant_boolean] = ACTIONS(425), - [sym_library_constant_character] = ACTIONS(425), - [sym_library_constant_debug] = ACTIONS(425), - [sym_library_constant_env] = ACTIONS(425), - [sym_library_constant_standard] = ACTIONS(425), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(417), - [sym_library_type] = ACTIONS(417), + [sym_library_constant] = ACTIONS(421), + [sym_library_constant_boolean] = ACTIONS(429), + [sym_library_constant_character] = ACTIONS(429), + [sym_library_constant_debug] = ACTIONS(429), + [sym_library_constant_env] = ACTIONS(429), + [sym_library_constant_standard] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(441), + [sym_library_function] = ACTIONS(421), + [sym_library_type] = ACTIONS(421), }, [329] = { - [sym__expression] = STATE(1519), - [sym_condition_expression] = STATE(2536), - [sym_logical_expression] = STATE(2536), - [sym_relational_expression] = STATE(2536), - [sym_shift_expression] = STATE(2536), - [sym_simple_expression] = STATE(2536), - [sym_unary_operator] = STATE(704), - [sym_sign] = STATE(705), - [sym__primary] = STATE(2508), - [sym_name] = STATE(2509), - [sym__direct_name] = STATE(777), - [sym__identifier] = STATE(1411), - [sym__external_name] = STATE(1411), - [sym_external_constant_name] = STATE(1412), - [sym_external_signal_name] = STATE(1412), - [sym_external_variable_name] = STATE(1412), - [sym__literal] = STATE(2510), - [sym_bit_string_literal] = STATE(2506), - [sym__abstract_literal] = STATE(1408), - [sym_based_literal] = STATE(1627), - [sym_allocator] = STATE(2509), - [sym_parenthesis_expression] = STATE(2509), + [sym__expression] = STATE(1550), + [sym_condition_expression] = STATE(2503), + [sym_logical_expression] = STATE(2503), + [sym_relational_expression] = STATE(2503), + [sym_shift_expression] = STATE(2503), + [sym_simple_expression] = STATE(2503), + [sym_unary_operator] = STATE(699), + [sym_sign] = STATE(700), + [sym__primary] = STATE(2502), + [sym_name] = STATE(2501), + [sym__direct_name] = STATE(764), + [sym__identifier] = STATE(1352), + [sym__external_name] = STATE(1352), + [sym_external_constant_name] = STATE(1351), + [sym_external_signal_name] = STATE(1351), + [sym_external_variable_name] = STATE(1351), + [sym__literal] = STATE(2500), + [sym_bit_string_literal] = STATE(2505), + [sym__abstract_literal] = STATE(1399), + [sym_based_literal] = STATE(1466), + [sym_allocator] = STATE(2501), + [sym_parenthesis_expression] = STATE(2501), [sym__tool_directive] = STATE(329), - [sym_waveform] = STATE(5578), - [sym_waveform_element] = STATE(5397), - [sym_conditional_waveforms] = STATE(7523), + [sym_waveform] = STATE(5819), + [sym_waveform_element] = STATE(5497), + [sym_conditional_waveforms] = STATE(7109), [sym_line_comment] = STATE(329), [sym_block_comment] = STATE(329), - [anon_sym_LPAREN] = ACTIONS(411), - [sym_condition_conversion] = ACTIONS(413), + [anon_sym_LPAREN] = ACTIONS(415), + [sym_condition_conversion] = ACTIONS(417), [anon_sym_PLUS] = ACTIONS(267), [anon_sym_DASH] = ACTIONS(267), - [anon_sym_LT_LT] = ACTIONS(415), - [sym_identifier] = ACTIONS(417), + [anon_sym_LT_LT] = ACTIONS(419), + [sym_identifier] = ACTIONS(421), [sym_ABS] = ACTIONS(273), [sym_AND] = ACTIONS(273), [sym_NAND] = ACTIONS(273), - [sym_NEW] = ACTIONS(423), + [sym_NEW] = ACTIONS(427), [sym_NOR] = ACTIONS(273), [sym_NOT] = ACTIONS(273), - [sym_NULL] = ACTIONS(425), + [sym_NULL] = ACTIONS(429), [sym_OR] = ACTIONS(273), - [sym_UNAFFECTED] = ACTIONS(429), + [sym_UNAFFECTED] = ACTIONS(435), [sym_XNOR] = ACTIONS(273), [sym_XOR] = ACTIONS(273), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(431), - [sym_decimal_float] = ACTIONS(431), - [sym_based_base] = ACTIONS(433), - [sym_character_literal] = ACTIONS(435), - [sym_string_literal] = ACTIONS(425), - [sym_string_literal_std_logic] = ACTIONS(425), - [sym_bit_string_length] = ACTIONS(437), - [sym_bit_string_base] = ACTIONS(439), - [sym_operator_symbol] = ACTIONS(435), + [sym_decimal_integer] = ACTIONS(437), + [sym_decimal_float] = ACTIONS(437), + [sym_based_base] = ACTIONS(439), + [sym_character_literal] = ACTIONS(441), + [sym_string_literal] = ACTIONS(429), + [sym_string_literal_std_logic] = ACTIONS(429), + [sym_bit_string_length] = ACTIONS(443), + [sym_bit_string_base] = ACTIONS(445), + [sym_operator_symbol] = ACTIONS(441), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(417), - [sym_library_constant_boolean] = ACTIONS(425), - [sym_library_constant_character] = ACTIONS(425), - [sym_library_constant_debug] = ACTIONS(425), - [sym_library_constant_env] = ACTIONS(425), - [sym_library_constant_standard] = ACTIONS(425), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(417), - [sym_library_type] = ACTIONS(417), + [sym_library_constant] = ACTIONS(421), + [sym_library_constant_boolean] = ACTIONS(429), + [sym_library_constant_character] = ACTIONS(429), + [sym_library_constant_debug] = ACTIONS(429), + [sym_library_constant_env] = ACTIONS(429), + [sym_library_constant_standard] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(441), + [sym_library_function] = ACTIONS(421), + [sym_library_type] = ACTIONS(421), }, [330] = { - [sym__expression] = STATE(1519), - [sym_condition_expression] = STATE(2536), - [sym_logical_expression] = STATE(2536), - [sym_relational_expression] = STATE(2536), - [sym_shift_expression] = STATE(2536), - [sym_simple_expression] = STATE(2536), - [sym_unary_operator] = STATE(704), - [sym_sign] = STATE(705), - [sym__primary] = STATE(2508), - [sym_name] = STATE(2509), - [sym__direct_name] = STATE(777), - [sym__identifier] = STATE(1411), - [sym__external_name] = STATE(1411), - [sym_external_constant_name] = STATE(1412), - [sym_external_signal_name] = STATE(1412), - [sym_external_variable_name] = STATE(1412), - [sym__literal] = STATE(2510), - [sym_bit_string_literal] = STATE(2506), - [sym__abstract_literal] = STATE(1408), - [sym_based_literal] = STATE(1627), - [sym_allocator] = STATE(2509), - [sym_parenthesis_expression] = STATE(2509), + [sym__expression] = STATE(1550), + [sym_condition_expression] = STATE(2503), + [sym_logical_expression] = STATE(2503), + [sym_relational_expression] = STATE(2503), + [sym_shift_expression] = STATE(2503), + [sym_simple_expression] = STATE(2503), + [sym_unary_operator] = STATE(699), + [sym_sign] = STATE(700), + [sym__primary] = STATE(2502), + [sym_name] = STATE(2501), + [sym__direct_name] = STATE(764), + [sym__identifier] = STATE(1352), + [sym__external_name] = STATE(1352), + [sym_external_constant_name] = STATE(1351), + [sym_external_signal_name] = STATE(1351), + [sym_external_variable_name] = STATE(1351), + [sym__literal] = STATE(2500), + [sym_bit_string_literal] = STATE(2505), + [sym__abstract_literal] = STATE(1399), + [sym_based_literal] = STATE(1466), + [sym_allocator] = STATE(2501), + [sym_parenthesis_expression] = STATE(2501), [sym__tool_directive] = STATE(330), - [sym_waveform] = STATE(5954), - [sym_waveform_element] = STATE(5397), - [sym_conditional_waveforms] = STATE(8267), + [sym_waveform] = STATE(5749), + [sym_waveform_element] = STATE(5497), + [sym_conditional_waveforms] = STATE(6930), [sym_line_comment] = STATE(330), [sym_block_comment] = STATE(330), - [anon_sym_LPAREN] = ACTIONS(411), - [sym_condition_conversion] = ACTIONS(413), + [anon_sym_LPAREN] = ACTIONS(415), + [sym_condition_conversion] = ACTIONS(417), [anon_sym_PLUS] = ACTIONS(267), [anon_sym_DASH] = ACTIONS(267), - [anon_sym_LT_LT] = ACTIONS(415), - [sym_identifier] = ACTIONS(417), + [anon_sym_LT_LT] = ACTIONS(419), + [sym_identifier] = ACTIONS(421), [sym_ABS] = ACTIONS(273), [sym_AND] = ACTIONS(273), [sym_NAND] = ACTIONS(273), - [sym_NEW] = ACTIONS(423), + [sym_NEW] = ACTIONS(427), [sym_NOR] = ACTIONS(273), [sym_NOT] = ACTIONS(273), - [sym_NULL] = ACTIONS(425), + [sym_NULL] = ACTIONS(429), [sym_OR] = ACTIONS(273), - [sym_UNAFFECTED] = ACTIONS(429), + [sym_UNAFFECTED] = ACTIONS(435), [sym_XNOR] = ACTIONS(273), [sym_XOR] = ACTIONS(273), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(431), - [sym_decimal_float] = ACTIONS(431), - [sym_based_base] = ACTIONS(433), - [sym_character_literal] = ACTIONS(435), - [sym_string_literal] = ACTIONS(425), - [sym_string_literal_std_logic] = ACTIONS(425), - [sym_bit_string_length] = ACTIONS(437), - [sym_bit_string_base] = ACTIONS(439), - [sym_operator_symbol] = ACTIONS(435), + [sym_decimal_integer] = ACTIONS(437), + [sym_decimal_float] = ACTIONS(437), + [sym_based_base] = ACTIONS(439), + [sym_character_literal] = ACTIONS(441), + [sym_string_literal] = ACTIONS(429), + [sym_string_literal_std_logic] = ACTIONS(429), + [sym_bit_string_length] = ACTIONS(443), + [sym_bit_string_base] = ACTIONS(445), + [sym_operator_symbol] = ACTIONS(441), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(417), - [sym_library_constant_boolean] = ACTIONS(425), - [sym_library_constant_character] = ACTIONS(425), - [sym_library_constant_debug] = ACTIONS(425), - [sym_library_constant_env] = ACTIONS(425), - [sym_library_constant_standard] = ACTIONS(425), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(417), - [sym_library_type] = ACTIONS(417), + [sym_library_constant] = ACTIONS(421), + [sym_library_constant_boolean] = ACTIONS(429), + [sym_library_constant_character] = ACTIONS(429), + [sym_library_constant_debug] = ACTIONS(429), + [sym_library_constant_env] = ACTIONS(429), + [sym_library_constant_standard] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(441), + [sym_library_function] = ACTIONS(421), + [sym_library_type] = ACTIONS(421), }, [331] = { - [sym__expression] = STATE(1519), - [sym_condition_expression] = STATE(2536), - [sym_logical_expression] = STATE(2536), - [sym_relational_expression] = STATE(2536), - [sym_shift_expression] = STATE(2536), - [sym_simple_expression] = STATE(2536), - [sym_unary_operator] = STATE(704), - [sym_sign] = STATE(705), - [sym__primary] = STATE(2508), - [sym_name] = STATE(2509), - [sym__direct_name] = STATE(777), - [sym__identifier] = STATE(1411), - [sym__external_name] = STATE(1411), - [sym_external_constant_name] = STATE(1412), - [sym_external_signal_name] = STATE(1412), - [sym_external_variable_name] = STATE(1412), - [sym__literal] = STATE(2510), - [sym_bit_string_literal] = STATE(2506), - [sym__abstract_literal] = STATE(1408), - [sym_based_literal] = STATE(1627), - [sym_allocator] = STATE(2509), - [sym_parenthesis_expression] = STATE(2509), + [sym__expression] = STATE(1550), + [sym_condition_expression] = STATE(2503), + [sym_logical_expression] = STATE(2503), + [sym_relational_expression] = STATE(2503), + [sym_shift_expression] = STATE(2503), + [sym_simple_expression] = STATE(2503), + [sym_unary_operator] = STATE(699), + [sym_sign] = STATE(700), + [sym__primary] = STATE(2502), + [sym_name] = STATE(2501), + [sym__direct_name] = STATE(764), + [sym__identifier] = STATE(1352), + [sym__external_name] = STATE(1352), + [sym_external_constant_name] = STATE(1351), + [sym_external_signal_name] = STATE(1351), + [sym_external_variable_name] = STATE(1351), + [sym__literal] = STATE(2500), + [sym_bit_string_literal] = STATE(2505), + [sym__abstract_literal] = STATE(1399), + [sym_based_literal] = STATE(1466), + [sym_allocator] = STATE(2501), + [sym_parenthesis_expression] = STATE(2501), [sym__tool_directive] = STATE(331), - [sym_waveform] = STATE(5809), - [sym_waveform_element] = STATE(5397), - [sym_conditional_waveforms] = STATE(7303), + [sym_waveform] = STATE(6063), + [sym_waveform_element] = STATE(5497), [sym_line_comment] = STATE(331), [sym_block_comment] = STATE(331), - [anon_sym_LPAREN] = ACTIONS(411), - [sym_condition_conversion] = ACTIONS(413), - [anon_sym_PLUS] = ACTIONS(267), - [anon_sym_DASH] = ACTIONS(267), - [anon_sym_LT_LT] = ACTIONS(415), - [sym_identifier] = ACTIONS(417), - [sym_ABS] = ACTIONS(273), - [sym_AND] = ACTIONS(273), - [sym_NAND] = ACTIONS(273), - [sym_NEW] = ACTIONS(423), - [sym_NOR] = ACTIONS(273), - [sym_NOT] = ACTIONS(273), - [sym_NULL] = ACTIONS(425), - [sym_OR] = ACTIONS(273), - [sym_UNAFFECTED] = ACTIONS(429), - [sym_XNOR] = ACTIONS(273), - [sym_XOR] = ACTIONS(273), + [aux_sym_selected_waveforms_repeat1] = STATE(331), + [anon_sym_LPAREN] = ACTIONS(810), + [sym_condition_conversion] = ACTIONS(813), + [anon_sym_PLUS] = ACTIONS(816), + [anon_sym_DASH] = ACTIONS(816), + [anon_sym_LT_LT] = ACTIONS(819), + [sym_identifier] = ACTIONS(822), + [sym_ABS] = ACTIONS(825), + [sym_AND] = ACTIONS(825), + [sym_NAND] = ACTIONS(825), + [sym_NEW] = ACTIONS(828), + [sym_NOR] = ACTIONS(825), + [sym_NOT] = ACTIONS(825), + [sym_NULL] = ACTIONS(831), + [sym_OR] = ACTIONS(825), + [sym_UNAFFECTED] = ACTIONS(834), + [sym_XNOR] = ACTIONS(825), + [sym_XOR] = ACTIONS(825), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(431), - [sym_decimal_float] = ACTIONS(431), - [sym_based_base] = ACTIONS(433), - [sym_character_literal] = ACTIONS(435), - [sym_string_literal] = ACTIONS(425), - [sym_string_literal_std_logic] = ACTIONS(425), - [sym_bit_string_length] = ACTIONS(437), - [sym_bit_string_base] = ACTIONS(439), - [sym_operator_symbol] = ACTIONS(435), + [sym_decimal_integer] = ACTIONS(837), + [sym_decimal_float] = ACTIONS(837), + [sym_based_base] = ACTIONS(840), + [sym_character_literal] = ACTIONS(843), + [sym_string_literal] = ACTIONS(831), + [sym_string_literal_std_logic] = ACTIONS(831), + [sym_bit_string_length] = ACTIONS(846), + [sym_bit_string_base] = ACTIONS(849), + [sym_operator_symbol] = ACTIONS(843), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(417), - [sym_library_constant_boolean] = ACTIONS(425), - [sym_library_constant_character] = ACTIONS(425), - [sym_library_constant_debug] = ACTIONS(425), - [sym_library_constant_env] = ACTIONS(425), - [sym_library_constant_standard] = ACTIONS(425), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(417), - [sym_library_type] = ACTIONS(417), + [sym_library_constant] = ACTIONS(822), + [sym_library_constant_boolean] = ACTIONS(831), + [sym_library_constant_character] = ACTIONS(831), + [sym_library_constant_debug] = ACTIONS(831), + [sym_library_constant_env] = ACTIONS(831), + [sym_library_constant_standard] = ACTIONS(831), + [sym_library_constant_std_logic] = ACTIONS(843), + [sym_library_function] = ACTIONS(822), + [sym_library_type] = ACTIONS(822), }, [332] = { - [sym__expression] = STATE(1519), - [sym_condition_expression] = STATE(2536), - [sym_logical_expression] = STATE(2536), - [sym_relational_expression] = STATE(2536), - [sym_shift_expression] = STATE(2536), - [sym_simple_expression] = STATE(2536), - [sym_unary_operator] = STATE(704), - [sym_sign] = STATE(705), - [sym__primary] = STATE(2508), - [sym_name] = STATE(2509), - [sym__direct_name] = STATE(777), - [sym__identifier] = STATE(1411), - [sym__external_name] = STATE(1411), - [sym_external_constant_name] = STATE(1412), - [sym_external_signal_name] = STATE(1412), - [sym_external_variable_name] = STATE(1412), - [sym__literal] = STATE(2510), - [sym_bit_string_literal] = STATE(2506), - [sym__abstract_literal] = STATE(1408), - [sym_based_literal] = STATE(1627), - [sym_allocator] = STATE(2509), - [sym_parenthesis_expression] = STATE(2509), + [sym__expression] = STATE(1550), + [sym_condition_expression] = STATE(2503), + [sym_logical_expression] = STATE(2503), + [sym_relational_expression] = STATE(2503), + [sym_shift_expression] = STATE(2503), + [sym_simple_expression] = STATE(2503), + [sym_unary_operator] = STATE(699), + [sym_sign] = STATE(700), + [sym__primary] = STATE(2502), + [sym_name] = STATE(2501), + [sym__direct_name] = STATE(764), + [sym__identifier] = STATE(1352), + [sym__external_name] = STATE(1352), + [sym_external_constant_name] = STATE(1351), + [sym_external_signal_name] = STATE(1351), + [sym_external_variable_name] = STATE(1351), + [sym__literal] = STATE(2500), + [sym_bit_string_literal] = STATE(2505), + [sym__abstract_literal] = STATE(1399), + [sym_based_literal] = STATE(1466), + [sym_allocator] = STATE(2501), + [sym_parenthesis_expression] = STATE(2501), [sym__tool_directive] = STATE(332), - [sym_waveform] = STATE(5640), - [sym_waveform_element] = STATE(5397), - [sym_conditional_waveforms] = STATE(6934), + [sym_waveform] = STATE(5801), + [sym_waveform_element] = STATE(5497), + [sym_conditional_waveforms] = STATE(7037), [sym_line_comment] = STATE(332), [sym_block_comment] = STATE(332), - [anon_sym_LPAREN] = ACTIONS(411), - [sym_condition_conversion] = ACTIONS(413), + [anon_sym_LPAREN] = ACTIONS(415), + [sym_condition_conversion] = ACTIONS(417), [anon_sym_PLUS] = ACTIONS(267), [anon_sym_DASH] = ACTIONS(267), - [anon_sym_LT_LT] = ACTIONS(415), - [sym_identifier] = ACTIONS(417), + [anon_sym_LT_LT] = ACTIONS(419), + [sym_identifier] = ACTIONS(421), [sym_ABS] = ACTIONS(273), [sym_AND] = ACTIONS(273), [sym_NAND] = ACTIONS(273), - [sym_NEW] = ACTIONS(423), + [sym_NEW] = ACTIONS(427), [sym_NOR] = ACTIONS(273), [sym_NOT] = ACTIONS(273), - [sym_NULL] = ACTIONS(425), + [sym_NULL] = ACTIONS(429), [sym_OR] = ACTIONS(273), - [sym_UNAFFECTED] = ACTIONS(429), + [sym_UNAFFECTED] = ACTIONS(435), [sym_XNOR] = ACTIONS(273), [sym_XOR] = ACTIONS(273), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(431), - [sym_decimal_float] = ACTIONS(431), - [sym_based_base] = ACTIONS(433), - [sym_character_literal] = ACTIONS(435), - [sym_string_literal] = ACTIONS(425), - [sym_string_literal_std_logic] = ACTIONS(425), - [sym_bit_string_length] = ACTIONS(437), - [sym_bit_string_base] = ACTIONS(439), - [sym_operator_symbol] = ACTIONS(435), + [sym_decimal_integer] = ACTIONS(437), + [sym_decimal_float] = ACTIONS(437), + [sym_based_base] = ACTIONS(439), + [sym_character_literal] = ACTIONS(441), + [sym_string_literal] = ACTIONS(429), + [sym_string_literal_std_logic] = ACTIONS(429), + [sym_bit_string_length] = ACTIONS(443), + [sym_bit_string_base] = ACTIONS(445), + [sym_operator_symbol] = ACTIONS(441), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(417), - [sym_library_constant_boolean] = ACTIONS(425), - [sym_library_constant_character] = ACTIONS(425), - [sym_library_constant_debug] = ACTIONS(425), - [sym_library_constant_env] = ACTIONS(425), - [sym_library_constant_standard] = ACTIONS(425), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(417), - [sym_library_type] = ACTIONS(417), + [sym_library_constant] = ACTIONS(421), + [sym_library_constant_boolean] = ACTIONS(429), + [sym_library_constant_character] = ACTIONS(429), + [sym_library_constant_debug] = ACTIONS(429), + [sym_library_constant_env] = ACTIONS(429), + [sym_library_constant_standard] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(441), + [sym_library_function] = ACTIONS(421), + [sym_library_type] = ACTIONS(421), }, [333] = { - [sym__expression] = STATE(1519), - [sym_condition_expression] = STATE(2536), - [sym_logical_expression] = STATE(2536), - [sym_relational_expression] = STATE(2536), - [sym_shift_expression] = STATE(2536), - [sym_simple_expression] = STATE(2536), - [sym_unary_operator] = STATE(704), - [sym_sign] = STATE(705), - [sym__primary] = STATE(2508), - [sym_name] = STATE(2509), - [sym__direct_name] = STATE(777), - [sym__identifier] = STATE(1411), - [sym__external_name] = STATE(1411), - [sym_external_constant_name] = STATE(1412), - [sym_external_signal_name] = STATE(1412), - [sym_external_variable_name] = STATE(1412), - [sym__literal] = STATE(2510), - [sym_bit_string_literal] = STATE(2506), - [sym__abstract_literal] = STATE(1408), - [sym_based_literal] = STATE(1627), - [sym_allocator] = STATE(2509), - [sym_parenthesis_expression] = STATE(2509), + [sym__expression] = STATE(1550), + [sym_condition_expression] = STATE(2503), + [sym_logical_expression] = STATE(2503), + [sym_relational_expression] = STATE(2503), + [sym_shift_expression] = STATE(2503), + [sym_simple_expression] = STATE(2503), + [sym_unary_operator] = STATE(699), + [sym_sign] = STATE(700), + [sym__primary] = STATE(2502), + [sym_name] = STATE(2501), + [sym__direct_name] = STATE(764), + [sym__identifier] = STATE(1352), + [sym__external_name] = STATE(1352), + [sym_external_constant_name] = STATE(1351), + [sym_external_signal_name] = STATE(1351), + [sym_external_variable_name] = STATE(1351), + [sym__literal] = STATE(2500), + [sym_bit_string_literal] = STATE(2505), + [sym__abstract_literal] = STATE(1399), + [sym_based_literal] = STATE(1466), + [sym_allocator] = STATE(2501), + [sym_parenthesis_expression] = STATE(2501), [sym__tool_directive] = STATE(333), - [sym_waveform] = STATE(5856), - [sym_waveform_element] = STATE(5397), - [sym_conditional_waveforms] = STATE(7529), + [sym_waveform] = STATE(5714), + [sym_waveform_element] = STATE(5497), + [sym_conditional_waveforms] = STATE(8227), [sym_line_comment] = STATE(333), [sym_block_comment] = STATE(333), - [anon_sym_LPAREN] = ACTIONS(411), - [sym_condition_conversion] = ACTIONS(413), + [anon_sym_LPAREN] = ACTIONS(415), + [sym_condition_conversion] = ACTIONS(417), [anon_sym_PLUS] = ACTIONS(267), [anon_sym_DASH] = ACTIONS(267), - [anon_sym_LT_LT] = ACTIONS(415), - [sym_identifier] = ACTIONS(417), + [anon_sym_LT_LT] = ACTIONS(419), + [sym_identifier] = ACTIONS(421), [sym_ABS] = ACTIONS(273), [sym_AND] = ACTIONS(273), [sym_NAND] = ACTIONS(273), - [sym_NEW] = ACTIONS(423), + [sym_NEW] = ACTIONS(427), [sym_NOR] = ACTIONS(273), [sym_NOT] = ACTIONS(273), - [sym_NULL] = ACTIONS(425), + [sym_NULL] = ACTIONS(429), [sym_OR] = ACTIONS(273), - [sym_UNAFFECTED] = ACTIONS(429), + [sym_UNAFFECTED] = ACTIONS(435), [sym_XNOR] = ACTIONS(273), [sym_XOR] = ACTIONS(273), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(431), - [sym_decimal_float] = ACTIONS(431), - [sym_based_base] = ACTIONS(433), - [sym_character_literal] = ACTIONS(435), - [sym_string_literal] = ACTIONS(425), - [sym_string_literal_std_logic] = ACTIONS(425), - [sym_bit_string_length] = ACTIONS(437), - [sym_bit_string_base] = ACTIONS(439), - [sym_operator_symbol] = ACTIONS(435), + [sym_decimal_integer] = ACTIONS(437), + [sym_decimal_float] = ACTIONS(437), + [sym_based_base] = ACTIONS(439), + [sym_character_literal] = ACTIONS(441), + [sym_string_literal] = ACTIONS(429), + [sym_string_literal_std_logic] = ACTIONS(429), + [sym_bit_string_length] = ACTIONS(443), + [sym_bit_string_base] = ACTIONS(445), + [sym_operator_symbol] = ACTIONS(441), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(417), - [sym_library_constant_boolean] = ACTIONS(425), - [sym_library_constant_character] = ACTIONS(425), - [sym_library_constant_debug] = ACTIONS(425), - [sym_library_constant_env] = ACTIONS(425), - [sym_library_constant_standard] = ACTIONS(425), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(417), - [sym_library_type] = ACTIONS(417), + [sym_library_constant] = ACTIONS(421), + [sym_library_constant_boolean] = ACTIONS(429), + [sym_library_constant_character] = ACTIONS(429), + [sym_library_constant_debug] = ACTIONS(429), + [sym_library_constant_env] = ACTIONS(429), + [sym_library_constant_standard] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(441), + [sym_library_function] = ACTIONS(421), + [sym_library_type] = ACTIONS(421), }, [334] = { - [sym__expression] = STATE(1519), - [sym_condition_expression] = STATE(2536), - [sym_logical_expression] = STATE(2536), - [sym_relational_expression] = STATE(2536), - [sym_shift_expression] = STATE(2536), - [sym_simple_expression] = STATE(2536), - [sym_unary_operator] = STATE(704), - [sym_sign] = STATE(705), - [sym__primary] = STATE(2508), - [sym_name] = STATE(2509), - [sym__direct_name] = STATE(777), - [sym__identifier] = STATE(1411), - [sym__external_name] = STATE(1411), - [sym_external_constant_name] = STATE(1412), - [sym_external_signal_name] = STATE(1412), - [sym_external_variable_name] = STATE(1412), - [sym__literal] = STATE(2510), - [sym_bit_string_literal] = STATE(2506), - [sym__abstract_literal] = STATE(1408), - [sym_based_literal] = STATE(1627), - [sym_allocator] = STATE(2509), - [sym_parenthesis_expression] = STATE(2509), + [sym__expression] = STATE(1550), + [sym_condition_expression] = STATE(2503), + [sym_logical_expression] = STATE(2503), + [sym_relational_expression] = STATE(2503), + [sym_shift_expression] = STATE(2503), + [sym_simple_expression] = STATE(2503), + [sym_unary_operator] = STATE(699), + [sym_sign] = STATE(700), + [sym__primary] = STATE(2502), + [sym_name] = STATE(2501), + [sym__direct_name] = STATE(764), + [sym__identifier] = STATE(1352), + [sym__external_name] = STATE(1352), + [sym_external_constant_name] = STATE(1351), + [sym_external_signal_name] = STATE(1351), + [sym_external_variable_name] = STATE(1351), + [sym__literal] = STATE(2500), + [sym_bit_string_literal] = STATE(2505), + [sym__abstract_literal] = STATE(1399), + [sym_based_literal] = STATE(1466), + [sym_allocator] = STATE(2501), + [sym_parenthesis_expression] = STATE(2501), [sym__tool_directive] = STATE(334), - [sym_waveform] = STATE(5905), - [sym_waveform_element] = STATE(5397), - [sym_conditional_waveforms] = STATE(8029), + [sym_waveform] = STATE(5963), + [sym_waveform_element] = STATE(5497), + [sym_conditional_waveforms] = STATE(7575), [sym_line_comment] = STATE(334), [sym_block_comment] = STATE(334), - [anon_sym_LPAREN] = ACTIONS(411), - [sym_condition_conversion] = ACTIONS(413), + [anon_sym_LPAREN] = ACTIONS(415), + [sym_condition_conversion] = ACTIONS(417), [anon_sym_PLUS] = ACTIONS(267), [anon_sym_DASH] = ACTIONS(267), - [anon_sym_LT_LT] = ACTIONS(415), - [sym_identifier] = ACTIONS(417), + [anon_sym_LT_LT] = ACTIONS(419), + [sym_identifier] = ACTIONS(421), [sym_ABS] = ACTIONS(273), [sym_AND] = ACTIONS(273), [sym_NAND] = ACTIONS(273), - [sym_NEW] = ACTIONS(423), + [sym_NEW] = ACTIONS(427), [sym_NOR] = ACTIONS(273), [sym_NOT] = ACTIONS(273), - [sym_NULL] = ACTIONS(425), + [sym_NULL] = ACTIONS(429), [sym_OR] = ACTIONS(273), - [sym_UNAFFECTED] = ACTIONS(429), + [sym_UNAFFECTED] = ACTIONS(435), [sym_XNOR] = ACTIONS(273), [sym_XOR] = ACTIONS(273), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(431), - [sym_decimal_float] = ACTIONS(431), - [sym_based_base] = ACTIONS(433), - [sym_character_literal] = ACTIONS(435), - [sym_string_literal] = ACTIONS(425), - [sym_string_literal_std_logic] = ACTIONS(425), - [sym_bit_string_length] = ACTIONS(437), - [sym_bit_string_base] = ACTIONS(439), - [sym_operator_symbol] = ACTIONS(435), + [sym_decimal_integer] = ACTIONS(437), + [sym_decimal_float] = ACTIONS(437), + [sym_based_base] = ACTIONS(439), + [sym_character_literal] = ACTIONS(441), + [sym_string_literal] = ACTIONS(429), + [sym_string_literal_std_logic] = ACTIONS(429), + [sym_bit_string_length] = ACTIONS(443), + [sym_bit_string_base] = ACTIONS(445), + [sym_operator_symbol] = ACTIONS(441), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(417), - [sym_library_constant_boolean] = ACTIONS(425), - [sym_library_constant_character] = ACTIONS(425), - [sym_library_constant_debug] = ACTIONS(425), - [sym_library_constant_env] = ACTIONS(425), - [sym_library_constant_standard] = ACTIONS(425), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(417), - [sym_library_type] = ACTIONS(417), + [sym_library_constant] = ACTIONS(421), + [sym_library_constant_boolean] = ACTIONS(429), + [sym_library_constant_character] = ACTIONS(429), + [sym_library_constant_debug] = ACTIONS(429), + [sym_library_constant_env] = ACTIONS(429), + [sym_library_constant_standard] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(441), + [sym_library_function] = ACTIONS(421), + [sym_library_type] = ACTIONS(421), }, [335] = { - [sym__expression] = STATE(1519), - [sym_condition_expression] = STATE(2536), - [sym_logical_expression] = STATE(2536), - [sym_relational_expression] = STATE(2536), - [sym_shift_expression] = STATE(2536), - [sym_simple_expression] = STATE(2536), - [sym_unary_operator] = STATE(704), - [sym_sign] = STATE(705), - [sym__primary] = STATE(2508), - [sym_name] = STATE(2509), - [sym__direct_name] = STATE(777), - [sym__identifier] = STATE(1411), - [sym__external_name] = STATE(1411), - [sym_external_constant_name] = STATE(1412), - [sym_external_signal_name] = STATE(1412), - [sym_external_variable_name] = STATE(1412), - [sym__literal] = STATE(2510), - [sym_bit_string_literal] = STATE(2506), - [sym__abstract_literal] = STATE(1408), - [sym_based_literal] = STATE(1627), - [sym_allocator] = STATE(2509), - [sym_parenthesis_expression] = STATE(2509), + [sym__expression] = STATE(1550), + [sym_condition_expression] = STATE(2503), + [sym_logical_expression] = STATE(2503), + [sym_relational_expression] = STATE(2503), + [sym_shift_expression] = STATE(2503), + [sym_simple_expression] = STATE(2503), + [sym_unary_operator] = STATE(699), + [sym_sign] = STATE(700), + [sym__primary] = STATE(2502), + [sym_name] = STATE(2501), + [sym__direct_name] = STATE(764), + [sym__identifier] = STATE(1352), + [sym__external_name] = STATE(1352), + [sym_external_constant_name] = STATE(1351), + [sym_external_signal_name] = STATE(1351), + [sym_external_variable_name] = STATE(1351), + [sym__literal] = STATE(2500), + [sym_bit_string_literal] = STATE(2505), + [sym__abstract_literal] = STATE(1399), + [sym_based_literal] = STATE(1466), + [sym_allocator] = STATE(2501), + [sym_parenthesis_expression] = STATE(2501), [sym__tool_directive] = STATE(335), - [sym_waveform] = STATE(5860), - [sym_waveform_element] = STATE(5397), - [sym_conditional_waveforms] = STATE(7556), + [sym_waveform] = STATE(5910), + [sym_waveform_element] = STATE(5497), + [sym_conditional_waveforms] = STATE(7819), [sym_line_comment] = STATE(335), [sym_block_comment] = STATE(335), - [anon_sym_LPAREN] = ACTIONS(411), - [sym_condition_conversion] = ACTIONS(413), + [anon_sym_LPAREN] = ACTIONS(415), + [sym_condition_conversion] = ACTIONS(417), [anon_sym_PLUS] = ACTIONS(267), [anon_sym_DASH] = ACTIONS(267), - [anon_sym_LT_LT] = ACTIONS(415), - [sym_identifier] = ACTIONS(417), + [anon_sym_LT_LT] = ACTIONS(419), + [sym_identifier] = ACTIONS(421), [sym_ABS] = ACTIONS(273), [sym_AND] = ACTIONS(273), [sym_NAND] = ACTIONS(273), - [sym_NEW] = ACTIONS(423), + [sym_NEW] = ACTIONS(427), [sym_NOR] = ACTIONS(273), [sym_NOT] = ACTIONS(273), - [sym_NULL] = ACTIONS(425), + [sym_NULL] = ACTIONS(429), [sym_OR] = ACTIONS(273), - [sym_UNAFFECTED] = ACTIONS(429), + [sym_UNAFFECTED] = ACTIONS(435), [sym_XNOR] = ACTIONS(273), [sym_XOR] = ACTIONS(273), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(431), - [sym_decimal_float] = ACTIONS(431), - [sym_based_base] = ACTIONS(433), - [sym_character_literal] = ACTIONS(435), - [sym_string_literal] = ACTIONS(425), - [sym_string_literal_std_logic] = ACTIONS(425), - [sym_bit_string_length] = ACTIONS(437), - [sym_bit_string_base] = ACTIONS(439), - [sym_operator_symbol] = ACTIONS(435), + [sym_decimal_integer] = ACTIONS(437), + [sym_decimal_float] = ACTIONS(437), + [sym_based_base] = ACTIONS(439), + [sym_character_literal] = ACTIONS(441), + [sym_string_literal] = ACTIONS(429), + [sym_string_literal_std_logic] = ACTIONS(429), + [sym_bit_string_length] = ACTIONS(443), + [sym_bit_string_base] = ACTIONS(445), + [sym_operator_symbol] = ACTIONS(441), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(417), - [sym_library_constant_boolean] = ACTIONS(425), - [sym_library_constant_character] = ACTIONS(425), - [sym_library_constant_debug] = ACTIONS(425), - [sym_library_constant_env] = ACTIONS(425), - [sym_library_constant_standard] = ACTIONS(425), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(417), - [sym_library_type] = ACTIONS(417), + [sym_library_constant] = ACTIONS(421), + [sym_library_constant_boolean] = ACTIONS(429), + [sym_library_constant_character] = ACTIONS(429), + [sym_library_constant_debug] = ACTIONS(429), + [sym_library_constant_env] = ACTIONS(429), + [sym_library_constant_standard] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(441), + [sym_library_function] = ACTIONS(421), + [sym_library_type] = ACTIONS(421), }, [336] = { - [sym__expression] = STATE(1519), - [sym_condition_expression] = STATE(2536), - [sym_logical_expression] = STATE(2536), - [sym_relational_expression] = STATE(2536), - [sym_shift_expression] = STATE(2536), - [sym_simple_expression] = STATE(2536), - [sym_unary_operator] = STATE(704), - [sym_sign] = STATE(705), - [sym__primary] = STATE(2508), - [sym_name] = STATE(2509), - [sym__direct_name] = STATE(777), - [sym__identifier] = STATE(1411), - [sym__external_name] = STATE(1411), - [sym_external_constant_name] = STATE(1412), - [sym_external_signal_name] = STATE(1412), - [sym_external_variable_name] = STATE(1412), - [sym__literal] = STATE(2510), - [sym_bit_string_literal] = STATE(2506), - [sym__abstract_literal] = STATE(1408), - [sym_based_literal] = STATE(1627), - [sym_allocator] = STATE(2509), - [sym_parenthesis_expression] = STATE(2509), + [sym__expression] = STATE(1550), + [sym_condition_expression] = STATE(2503), + [sym_logical_expression] = STATE(2503), + [sym_relational_expression] = STATE(2503), + [sym_shift_expression] = STATE(2503), + [sym_simple_expression] = STATE(2503), + [sym_unary_operator] = STATE(699), + [sym_sign] = STATE(700), + [sym__primary] = STATE(2502), + [sym_name] = STATE(2501), + [sym__direct_name] = STATE(764), + [sym__identifier] = STATE(1352), + [sym__external_name] = STATE(1352), + [sym_external_constant_name] = STATE(1351), + [sym_external_signal_name] = STATE(1351), + [sym_external_variable_name] = STATE(1351), + [sym__literal] = STATE(2500), + [sym_bit_string_literal] = STATE(2505), + [sym__abstract_literal] = STATE(1399), + [sym_based_literal] = STATE(1466), + [sym_allocator] = STATE(2501), + [sym_parenthesis_expression] = STATE(2501), [sym__tool_directive] = STATE(336), - [sym_waveform] = STATE(5906), - [sym_waveform_element] = STATE(5397), - [sym_conditional_waveforms] = STATE(8035), + [sym_waveform] = STATE(5759), + [sym_waveform_element] = STATE(5497), + [sym_conditional_waveforms] = STATE(6959), [sym_line_comment] = STATE(336), [sym_block_comment] = STATE(336), - [anon_sym_LPAREN] = ACTIONS(411), - [sym_condition_conversion] = ACTIONS(413), + [anon_sym_LPAREN] = ACTIONS(415), + [sym_condition_conversion] = ACTIONS(417), [anon_sym_PLUS] = ACTIONS(267), [anon_sym_DASH] = ACTIONS(267), - [anon_sym_LT_LT] = ACTIONS(415), - [sym_identifier] = ACTIONS(417), + [anon_sym_LT_LT] = ACTIONS(419), + [sym_identifier] = ACTIONS(421), [sym_ABS] = ACTIONS(273), [sym_AND] = ACTIONS(273), [sym_NAND] = ACTIONS(273), - [sym_NEW] = ACTIONS(423), + [sym_NEW] = ACTIONS(427), [sym_NOR] = ACTIONS(273), [sym_NOT] = ACTIONS(273), - [sym_NULL] = ACTIONS(425), + [sym_NULL] = ACTIONS(429), [sym_OR] = ACTIONS(273), - [sym_UNAFFECTED] = ACTIONS(429), + [sym_UNAFFECTED] = ACTIONS(435), [sym_XNOR] = ACTIONS(273), [sym_XOR] = ACTIONS(273), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(431), - [sym_decimal_float] = ACTIONS(431), - [sym_based_base] = ACTIONS(433), - [sym_character_literal] = ACTIONS(435), - [sym_string_literal] = ACTIONS(425), - [sym_string_literal_std_logic] = ACTIONS(425), - [sym_bit_string_length] = ACTIONS(437), - [sym_bit_string_base] = ACTIONS(439), - [sym_operator_symbol] = ACTIONS(435), + [sym_decimal_integer] = ACTIONS(437), + [sym_decimal_float] = ACTIONS(437), + [sym_based_base] = ACTIONS(439), + [sym_character_literal] = ACTIONS(441), + [sym_string_literal] = ACTIONS(429), + [sym_string_literal_std_logic] = ACTIONS(429), + [sym_bit_string_length] = ACTIONS(443), + [sym_bit_string_base] = ACTIONS(445), + [sym_operator_symbol] = ACTIONS(441), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(417), - [sym_library_constant_boolean] = ACTIONS(425), - [sym_library_constant_character] = ACTIONS(425), - [sym_library_constant_debug] = ACTIONS(425), - [sym_library_constant_env] = ACTIONS(425), - [sym_library_constant_standard] = ACTIONS(425), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(417), - [sym_library_type] = ACTIONS(417), + [sym_library_constant] = ACTIONS(421), + [sym_library_constant_boolean] = ACTIONS(429), + [sym_library_constant_character] = ACTIONS(429), + [sym_library_constant_debug] = ACTIONS(429), + [sym_library_constant_env] = ACTIONS(429), + [sym_library_constant_standard] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(441), + [sym_library_function] = ACTIONS(421), + [sym_library_type] = ACTIONS(421), }, [337] = { - [sym__expression] = STATE(1519), - [sym_condition_expression] = STATE(2536), - [sym_logical_expression] = STATE(2536), - [sym_relational_expression] = STATE(2536), - [sym_shift_expression] = STATE(2536), - [sym_simple_expression] = STATE(2536), - [sym_unary_operator] = STATE(704), - [sym_sign] = STATE(705), - [sym__primary] = STATE(2508), - [sym_name] = STATE(2509), - [sym__direct_name] = STATE(777), - [sym__identifier] = STATE(1411), - [sym__external_name] = STATE(1411), - [sym_external_constant_name] = STATE(1412), - [sym_external_signal_name] = STATE(1412), - [sym_external_variable_name] = STATE(1412), - [sym__literal] = STATE(2510), - [sym_bit_string_literal] = STATE(2506), - [sym__abstract_literal] = STATE(1408), - [sym_based_literal] = STATE(1627), - [sym_allocator] = STATE(2509), - [sym_parenthesis_expression] = STATE(2509), + [sym__expression] = STATE(1550), + [sym_condition_expression] = STATE(2503), + [sym_logical_expression] = STATE(2503), + [sym_relational_expression] = STATE(2503), + [sym_shift_expression] = STATE(2503), + [sym_simple_expression] = STATE(2503), + [sym_unary_operator] = STATE(699), + [sym_sign] = STATE(700), + [sym__primary] = STATE(2502), + [sym_name] = STATE(2501), + [sym__direct_name] = STATE(764), + [sym__identifier] = STATE(1352), + [sym__external_name] = STATE(1352), + [sym_external_constant_name] = STATE(1351), + [sym_external_signal_name] = STATE(1351), + [sym_external_variable_name] = STATE(1351), + [sym__literal] = STATE(2500), + [sym_bit_string_literal] = STATE(2505), + [sym__abstract_literal] = STATE(1399), + [sym_based_literal] = STATE(1466), + [sym_allocator] = STATE(2501), + [sym_parenthesis_expression] = STATE(2501), [sym__tool_directive] = STATE(337), - [sym_waveform] = STATE(5873), - [sym_waveform_element] = STATE(5397), - [sym_conditional_waveforms] = STATE(7628), + [sym_waveform] = STATE(5972), + [sym_waveform_element] = STATE(5497), + [sym_conditional_waveforms] = STATE(7741), [sym_line_comment] = STATE(337), [sym_block_comment] = STATE(337), - [anon_sym_LPAREN] = ACTIONS(411), - [sym_condition_conversion] = ACTIONS(413), + [anon_sym_LPAREN] = ACTIONS(415), + [sym_condition_conversion] = ACTIONS(417), [anon_sym_PLUS] = ACTIONS(267), [anon_sym_DASH] = ACTIONS(267), - [anon_sym_LT_LT] = ACTIONS(415), - [sym_identifier] = ACTIONS(417), + [anon_sym_LT_LT] = ACTIONS(419), + [sym_identifier] = ACTIONS(421), [sym_ABS] = ACTIONS(273), [sym_AND] = ACTIONS(273), [sym_NAND] = ACTIONS(273), - [sym_NEW] = ACTIONS(423), + [sym_NEW] = ACTIONS(427), [sym_NOR] = ACTIONS(273), [sym_NOT] = ACTIONS(273), - [sym_NULL] = ACTIONS(425), + [sym_NULL] = ACTIONS(429), [sym_OR] = ACTIONS(273), - [sym_UNAFFECTED] = ACTIONS(429), + [sym_UNAFFECTED] = ACTIONS(435), [sym_XNOR] = ACTIONS(273), [sym_XOR] = ACTIONS(273), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(431), - [sym_decimal_float] = ACTIONS(431), - [sym_based_base] = ACTIONS(433), - [sym_character_literal] = ACTIONS(435), - [sym_string_literal] = ACTIONS(425), - [sym_string_literal_std_logic] = ACTIONS(425), - [sym_bit_string_length] = ACTIONS(437), - [sym_bit_string_base] = ACTIONS(439), - [sym_operator_symbol] = ACTIONS(435), + [sym_decimal_integer] = ACTIONS(437), + [sym_decimal_float] = ACTIONS(437), + [sym_based_base] = ACTIONS(439), + [sym_character_literal] = ACTIONS(441), + [sym_string_literal] = ACTIONS(429), + [sym_string_literal_std_logic] = ACTIONS(429), + [sym_bit_string_length] = ACTIONS(443), + [sym_bit_string_base] = ACTIONS(445), + [sym_operator_symbol] = ACTIONS(441), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(417), - [sym_library_constant_boolean] = ACTIONS(425), - [sym_library_constant_character] = ACTIONS(425), - [sym_library_constant_debug] = ACTIONS(425), - [sym_library_constant_env] = ACTIONS(425), - [sym_library_constant_standard] = ACTIONS(425), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(417), - [sym_library_type] = ACTIONS(417), + [sym_library_constant] = ACTIONS(421), + [sym_library_constant_boolean] = ACTIONS(429), + [sym_library_constant_character] = ACTIONS(429), + [sym_library_constant_debug] = ACTIONS(429), + [sym_library_constant_env] = ACTIONS(429), + [sym_library_constant_standard] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(441), + [sym_library_function] = ACTIONS(421), + [sym_library_type] = ACTIONS(421), }, [338] = { - [sym__expression] = STATE(1519), - [sym_condition_expression] = STATE(2536), - [sym_logical_expression] = STATE(2536), - [sym_relational_expression] = STATE(2536), - [sym_shift_expression] = STATE(2536), - [sym_simple_expression] = STATE(2536), - [sym_unary_operator] = STATE(704), - [sym_sign] = STATE(705), - [sym__primary] = STATE(2508), - [sym_name] = STATE(2509), - [sym__direct_name] = STATE(777), - [sym__identifier] = STATE(1411), - [sym__external_name] = STATE(1411), - [sym_external_constant_name] = STATE(1412), - [sym_external_signal_name] = STATE(1412), - [sym_external_variable_name] = STATE(1412), - [sym__literal] = STATE(2510), - [sym_bit_string_literal] = STATE(2506), - [sym__abstract_literal] = STATE(1408), - [sym_based_literal] = STATE(1627), - [sym_allocator] = STATE(2509), - [sym_parenthesis_expression] = STATE(2509), + [sym__expression] = STATE(1550), + [sym_condition_expression] = STATE(2503), + [sym_logical_expression] = STATE(2503), + [sym_relational_expression] = STATE(2503), + [sym_shift_expression] = STATE(2503), + [sym_simple_expression] = STATE(2503), + [sym_unary_operator] = STATE(699), + [sym_sign] = STATE(700), + [sym__primary] = STATE(2502), + [sym_name] = STATE(2501), + [sym__direct_name] = STATE(764), + [sym__identifier] = STATE(1352), + [sym__external_name] = STATE(1352), + [sym_external_constant_name] = STATE(1351), + [sym_external_signal_name] = STATE(1351), + [sym_external_variable_name] = STATE(1351), + [sym__literal] = STATE(2500), + [sym_bit_string_literal] = STATE(2505), + [sym__abstract_literal] = STATE(1399), + [sym_based_literal] = STATE(1466), + [sym_allocator] = STATE(2501), + [sym_parenthesis_expression] = STATE(2501), [sym__tool_directive] = STATE(338), - [sym_waveform] = STATE(5781), - [sym_waveform_element] = STATE(5397), - [sym_conditional_waveforms] = STATE(7559), + [sym_waveform] = STATE(5757), + [sym_waveform_element] = STATE(5497), + [sym_conditional_waveforms] = STATE(6940), [sym_line_comment] = STATE(338), [sym_block_comment] = STATE(338), - [anon_sym_LPAREN] = ACTIONS(411), - [sym_condition_conversion] = ACTIONS(413), + [anon_sym_LPAREN] = ACTIONS(415), + [sym_condition_conversion] = ACTIONS(417), [anon_sym_PLUS] = ACTIONS(267), [anon_sym_DASH] = ACTIONS(267), - [anon_sym_LT_LT] = ACTIONS(415), - [sym_identifier] = ACTIONS(417), + [anon_sym_LT_LT] = ACTIONS(419), + [sym_identifier] = ACTIONS(421), [sym_ABS] = ACTIONS(273), [sym_AND] = ACTIONS(273), [sym_NAND] = ACTIONS(273), - [sym_NEW] = ACTIONS(423), + [sym_NEW] = ACTIONS(427), [sym_NOR] = ACTIONS(273), [sym_NOT] = ACTIONS(273), - [sym_NULL] = ACTIONS(425), + [sym_NULL] = ACTIONS(429), [sym_OR] = ACTIONS(273), - [sym_UNAFFECTED] = ACTIONS(429), + [sym_UNAFFECTED] = ACTIONS(435), [sym_XNOR] = ACTIONS(273), [sym_XOR] = ACTIONS(273), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(431), - [sym_decimal_float] = ACTIONS(431), - [sym_based_base] = ACTIONS(433), - [sym_character_literal] = ACTIONS(435), - [sym_string_literal] = ACTIONS(425), - [sym_string_literal_std_logic] = ACTIONS(425), - [sym_bit_string_length] = ACTIONS(437), - [sym_bit_string_base] = ACTIONS(439), - [sym_operator_symbol] = ACTIONS(435), + [sym_decimal_integer] = ACTIONS(437), + [sym_decimal_float] = ACTIONS(437), + [sym_based_base] = ACTIONS(439), + [sym_character_literal] = ACTIONS(441), + [sym_string_literal] = ACTIONS(429), + [sym_string_literal_std_logic] = ACTIONS(429), + [sym_bit_string_length] = ACTIONS(443), + [sym_bit_string_base] = ACTIONS(445), + [sym_operator_symbol] = ACTIONS(441), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(417), - [sym_library_constant_boolean] = ACTIONS(425), - [sym_library_constant_character] = ACTIONS(425), - [sym_library_constant_debug] = ACTIONS(425), - [sym_library_constant_env] = ACTIONS(425), - [sym_library_constant_standard] = ACTIONS(425), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(417), - [sym_library_type] = ACTIONS(417), + [sym_library_constant] = ACTIONS(421), + [sym_library_constant_boolean] = ACTIONS(429), + [sym_library_constant_character] = ACTIONS(429), + [sym_library_constant_debug] = ACTIONS(429), + [sym_library_constant_env] = ACTIONS(429), + [sym_library_constant_standard] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(441), + [sym_library_function] = ACTIONS(421), + [sym_library_type] = ACTIONS(421), }, [339] = { - [sym__expression] = STATE(1519), - [sym_condition_expression] = STATE(2536), - [sym_logical_expression] = STATE(2536), - [sym_relational_expression] = STATE(2536), - [sym_shift_expression] = STATE(2536), - [sym_simple_expression] = STATE(2536), - [sym_unary_operator] = STATE(704), - [sym_sign] = STATE(705), - [sym__primary] = STATE(2508), - [sym_name] = STATE(2509), - [sym__direct_name] = STATE(777), - [sym__identifier] = STATE(1411), - [sym__external_name] = STATE(1411), - [sym_external_constant_name] = STATE(1412), - [sym_external_signal_name] = STATE(1412), - [sym_external_variable_name] = STATE(1412), - [sym__literal] = STATE(2510), - [sym_bit_string_literal] = STATE(2506), - [sym__abstract_literal] = STATE(1408), - [sym_based_literal] = STATE(1627), - [sym_allocator] = STATE(2509), - [sym_parenthesis_expression] = STATE(2509), + [sym__expression] = STATE(1550), + [sym_condition_expression] = STATE(2503), + [sym_logical_expression] = STATE(2503), + [sym_relational_expression] = STATE(2503), + [sym_shift_expression] = STATE(2503), + [sym_simple_expression] = STATE(2503), + [sym_unary_operator] = STATE(699), + [sym_sign] = STATE(700), + [sym__primary] = STATE(2502), + [sym_name] = STATE(2501), + [sym__direct_name] = STATE(764), + [sym__identifier] = STATE(1352), + [sym__external_name] = STATE(1352), + [sym_external_constant_name] = STATE(1351), + [sym_external_signal_name] = STATE(1351), + [sym_external_variable_name] = STATE(1351), + [sym__literal] = STATE(2500), + [sym_bit_string_literal] = STATE(2505), + [sym__abstract_literal] = STATE(1399), + [sym_based_literal] = STATE(1466), + [sym_allocator] = STATE(2501), + [sym_parenthesis_expression] = STATE(2501), [sym__tool_directive] = STATE(339), - [sym_waveform] = STATE(6163), - [sym_waveform_element] = STATE(5397), + [sym_waveform] = STATE(5987), + [sym_waveform_element] = STATE(5497), + [sym_conditional_waveforms] = STATE(7668), [sym_line_comment] = STATE(339), [sym_block_comment] = STATE(339), - [aux_sym_selected_waveforms_repeat1] = STATE(343), - [anon_sym_LPAREN] = ACTIONS(411), - [sym_condition_conversion] = ACTIONS(413), + [anon_sym_LPAREN] = ACTIONS(415), + [sym_condition_conversion] = ACTIONS(417), [anon_sym_PLUS] = ACTIONS(267), [anon_sym_DASH] = ACTIONS(267), - [anon_sym_LT_LT] = ACTIONS(415), - [sym_identifier] = ACTIONS(417), + [anon_sym_LT_LT] = ACTIONS(419), + [sym_identifier] = ACTIONS(421), [sym_ABS] = ACTIONS(273), [sym_AND] = ACTIONS(273), [sym_NAND] = ACTIONS(273), - [sym_NEW] = ACTIONS(423), + [sym_NEW] = ACTIONS(427), [sym_NOR] = ACTIONS(273), [sym_NOT] = ACTIONS(273), - [sym_NULL] = ACTIONS(425), + [sym_NULL] = ACTIONS(429), [sym_OR] = ACTIONS(273), - [sym_UNAFFECTED] = ACTIONS(429), + [sym_UNAFFECTED] = ACTIONS(435), [sym_XNOR] = ACTIONS(273), [sym_XOR] = ACTIONS(273), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(431), - [sym_decimal_float] = ACTIONS(431), - [sym_based_base] = ACTIONS(433), - [sym_character_literal] = ACTIONS(435), - [sym_string_literal] = ACTIONS(425), - [sym_string_literal_std_logic] = ACTIONS(425), - [sym_bit_string_length] = ACTIONS(437), - [sym_bit_string_base] = ACTIONS(439), - [sym_operator_symbol] = ACTIONS(435), + [sym_decimal_integer] = ACTIONS(437), + [sym_decimal_float] = ACTIONS(437), + [sym_based_base] = ACTIONS(439), + [sym_character_literal] = ACTIONS(441), + [sym_string_literal] = ACTIONS(429), + [sym_string_literal_std_logic] = ACTIONS(429), + [sym_bit_string_length] = ACTIONS(443), + [sym_bit_string_base] = ACTIONS(445), + [sym_operator_symbol] = ACTIONS(441), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(417), - [sym_library_constant_boolean] = ACTIONS(425), - [sym_library_constant_character] = ACTIONS(425), - [sym_library_constant_debug] = ACTIONS(425), - [sym_library_constant_env] = ACTIONS(425), - [sym_library_constant_standard] = ACTIONS(425), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(417), - [sym_library_type] = ACTIONS(417), + [sym_library_constant] = ACTIONS(421), + [sym_library_constant_boolean] = ACTIONS(429), + [sym_library_constant_character] = ACTIONS(429), + [sym_library_constant_debug] = ACTIONS(429), + [sym_library_constant_env] = ACTIONS(429), + [sym_library_constant_standard] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(441), + [sym_library_function] = ACTIONS(421), + [sym_library_type] = ACTIONS(421), }, [340] = { - [sym__expression] = STATE(1519), - [sym_condition_expression] = STATE(2536), - [sym_logical_expression] = STATE(2536), - [sym_relational_expression] = STATE(2536), - [sym_shift_expression] = STATE(2536), - [sym_simple_expression] = STATE(2536), - [sym_unary_operator] = STATE(704), - [sym_sign] = STATE(705), - [sym__primary] = STATE(2508), - [sym_name] = STATE(2509), - [sym__direct_name] = STATE(777), - [sym__identifier] = STATE(1411), - [sym__external_name] = STATE(1411), - [sym_external_constant_name] = STATE(1412), - [sym_external_signal_name] = STATE(1412), - [sym_external_variable_name] = STATE(1412), - [sym__literal] = STATE(2510), - [sym_bit_string_literal] = STATE(2506), - [sym__abstract_literal] = STATE(1408), - [sym_based_literal] = STATE(1627), - [sym_allocator] = STATE(2509), - [sym_parenthesis_expression] = STATE(2509), + [sym__expression] = STATE(1550), + [sym_condition_expression] = STATE(2503), + [sym_logical_expression] = STATE(2503), + [sym_relational_expression] = STATE(2503), + [sym_shift_expression] = STATE(2503), + [sym_simple_expression] = STATE(2503), + [sym_unary_operator] = STATE(699), + [sym_sign] = STATE(700), + [sym__primary] = STATE(2502), + [sym_name] = STATE(2501), + [sym__direct_name] = STATE(764), + [sym__identifier] = STATE(1352), + [sym__external_name] = STATE(1352), + [sym_external_constant_name] = STATE(1351), + [sym_external_signal_name] = STATE(1351), + [sym_external_variable_name] = STATE(1351), + [sym__literal] = STATE(2500), + [sym_bit_string_literal] = STATE(2505), + [sym__abstract_literal] = STATE(1399), + [sym_based_literal] = STATE(1466), + [sym_allocator] = STATE(2501), + [sym_parenthesis_expression] = STATE(2501), [sym__tool_directive] = STATE(340), - [sym_waveform] = STATE(5836), - [sym_waveform_element] = STATE(5397), - [sym_conditional_waveforms] = STATE(7413), + [sym_waveform] = STATE(5954), + [sym_waveform_element] = STATE(5497), + [sym_conditional_waveforms] = STATE(7549), [sym_line_comment] = STATE(340), [sym_block_comment] = STATE(340), - [anon_sym_LPAREN] = ACTIONS(411), - [sym_condition_conversion] = ACTIONS(413), + [anon_sym_LPAREN] = ACTIONS(415), + [sym_condition_conversion] = ACTIONS(417), [anon_sym_PLUS] = ACTIONS(267), [anon_sym_DASH] = ACTIONS(267), - [anon_sym_LT_LT] = ACTIONS(415), - [sym_identifier] = ACTIONS(417), + [anon_sym_LT_LT] = ACTIONS(419), + [sym_identifier] = ACTIONS(421), [sym_ABS] = ACTIONS(273), [sym_AND] = ACTIONS(273), [sym_NAND] = ACTIONS(273), - [sym_NEW] = ACTIONS(423), + [sym_NEW] = ACTIONS(427), [sym_NOR] = ACTIONS(273), [sym_NOT] = ACTIONS(273), - [sym_NULL] = ACTIONS(425), + [sym_NULL] = ACTIONS(429), [sym_OR] = ACTIONS(273), - [sym_UNAFFECTED] = ACTIONS(429), + [sym_UNAFFECTED] = ACTIONS(435), [sym_XNOR] = ACTIONS(273), [sym_XOR] = ACTIONS(273), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(431), - [sym_decimal_float] = ACTIONS(431), - [sym_based_base] = ACTIONS(433), - [sym_character_literal] = ACTIONS(435), - [sym_string_literal] = ACTIONS(425), - [sym_string_literal_std_logic] = ACTIONS(425), - [sym_bit_string_length] = ACTIONS(437), - [sym_bit_string_base] = ACTIONS(439), - [sym_operator_symbol] = ACTIONS(435), + [sym_decimal_integer] = ACTIONS(437), + [sym_decimal_float] = ACTIONS(437), + [sym_based_base] = ACTIONS(439), + [sym_character_literal] = ACTIONS(441), + [sym_string_literal] = ACTIONS(429), + [sym_string_literal_std_logic] = ACTIONS(429), + [sym_bit_string_length] = ACTIONS(443), + [sym_bit_string_base] = ACTIONS(445), + [sym_operator_symbol] = ACTIONS(441), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(417), - [sym_library_constant_boolean] = ACTIONS(425), - [sym_library_constant_character] = ACTIONS(425), - [sym_library_constant_debug] = ACTIONS(425), - [sym_library_constant_env] = ACTIONS(425), - [sym_library_constant_standard] = ACTIONS(425), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(417), - [sym_library_type] = ACTIONS(417), + [sym_library_constant] = ACTIONS(421), + [sym_library_constant_boolean] = ACTIONS(429), + [sym_library_constant_character] = ACTIONS(429), + [sym_library_constant_debug] = ACTIONS(429), + [sym_library_constant_env] = ACTIONS(429), + [sym_library_constant_standard] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(441), + [sym_library_function] = ACTIONS(421), + [sym_library_type] = ACTIONS(421), }, [341] = { - [sym__expression] = STATE(1519), - [sym_condition_expression] = STATE(2536), - [sym_logical_expression] = STATE(2536), - [sym_relational_expression] = STATE(2536), - [sym_shift_expression] = STATE(2536), - [sym_simple_expression] = STATE(2536), - [sym_unary_operator] = STATE(704), - [sym_sign] = STATE(705), - [sym__primary] = STATE(2508), - [sym_name] = STATE(2509), - [sym__direct_name] = STATE(777), - [sym__identifier] = STATE(1411), - [sym__external_name] = STATE(1411), - [sym_external_constant_name] = STATE(1412), - [sym_external_signal_name] = STATE(1412), - [sym_external_variable_name] = STATE(1412), - [sym__literal] = STATE(2510), - [sym_bit_string_literal] = STATE(2506), - [sym__abstract_literal] = STATE(1408), - [sym_based_literal] = STATE(1627), - [sym_allocator] = STATE(2509), - [sym_parenthesis_expression] = STATE(2509), + [sym_conditional_expression] = STATE(6473), + [sym__expression] = STATE(1133), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(2423), + [sym_unary_operator] = STATE(640), + [sym_sign] = STATE(688), + [sym__primary] = STATE(2431), + [sym_name] = STATE(2428), + [sym__direct_name] = STATE(743), + [sym__identifier] = STATE(1025), + [sym__external_name] = STATE(1025), + [sym_external_constant_name] = STATE(1087), + [sym_external_signal_name] = STATE(1087), + [sym_external_variable_name] = STATE(1087), + [sym__actual_part] = STATE(6171), + [sym__literal] = STATE(2427), + [sym_bit_string_literal] = STATE(2399), + [sym__abstract_literal] = STATE(1006), + [sym_based_literal] = STATE(1206), + [sym_allocator] = STATE(2428), + [sym_parenthesis_expression] = STATE(2428), [sym__tool_directive] = STATE(341), - [sym_waveform] = STATE(5839), - [sym_waveform_element] = STATE(5397), - [sym_conditional_waveforms] = STATE(8324), [sym_line_comment] = STATE(341), [sym_block_comment] = STATE(341), - [anon_sym_LPAREN] = ACTIONS(411), - [sym_condition_conversion] = ACTIONS(413), + [anon_sym_LPAREN] = ACTIONS(736), + [sym_condition_conversion] = ACTIONS(265), [anon_sym_PLUS] = ACTIONS(267), [anon_sym_DASH] = ACTIONS(267), - [anon_sym_LT_LT] = ACTIONS(415), - [sym_identifier] = ACTIONS(417), + [anon_sym_LT_LT] = ACTIONS(738), + [sym_identifier] = ACTIONS(740), [sym_ABS] = ACTIONS(273), [sym_AND] = ACTIONS(273), + [sym_INERTIAL] = ACTIONS(405), [sym_NAND] = ACTIONS(273), - [sym_NEW] = ACTIONS(423), + [sym_NEW] = ACTIONS(744), [sym_NOR] = ACTIONS(273), [sym_NOT] = ACTIONS(273), - [sym_NULL] = ACTIONS(425), + [sym_NULL] = ACTIONS(746), + [sym_OPEN] = ACTIONS(407), [sym_OR] = ACTIONS(273), - [sym_UNAFFECTED] = ACTIONS(429), [sym_XNOR] = ACTIONS(273), [sym_XOR] = ACTIONS(273), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(431), - [sym_decimal_float] = ACTIONS(431), - [sym_based_base] = ACTIONS(433), - [sym_character_literal] = ACTIONS(435), - [sym_string_literal] = ACTIONS(425), - [sym_string_literal_std_logic] = ACTIONS(425), - [sym_bit_string_length] = ACTIONS(437), - [sym_bit_string_base] = ACTIONS(439), - [sym_operator_symbol] = ACTIONS(435), + [sym_decimal_integer] = ACTIONS(750), + [sym_decimal_float] = ACTIONS(750), + [sym_based_base] = ACTIONS(752), + [sym_character_literal] = ACTIONS(754), + [sym_string_literal] = ACTIONS(746), + [sym_string_literal_std_logic] = ACTIONS(746), + [sym_bit_string_length] = ACTIONS(756), + [sym_bit_string_base] = ACTIONS(758), + [sym_operator_symbol] = ACTIONS(754), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(417), - [sym_library_constant_boolean] = ACTIONS(425), - [sym_library_constant_character] = ACTIONS(425), - [sym_library_constant_debug] = ACTIONS(425), - [sym_library_constant_env] = ACTIONS(425), - [sym_library_constant_standard] = ACTIONS(425), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(417), - [sym_library_type] = ACTIONS(417), + [sym_library_constant] = ACTIONS(740), + [sym_library_constant_boolean] = ACTIONS(746), + [sym_library_constant_character] = ACTIONS(746), + [sym_library_constant_debug] = ACTIONS(746), + [sym_library_constant_env] = ACTIONS(746), + [sym_library_constant_standard] = ACTIONS(746), + [sym_library_constant_std_logic] = ACTIONS(754), + [sym_library_function] = ACTIONS(740), + [sym_library_type] = ACTIONS(740), }, [342] = { - [sym__expression] = STATE(1519), - [sym_condition_expression] = STATE(2536), - [sym_logical_expression] = STATE(2536), - [sym_relational_expression] = STATE(2536), - [sym_shift_expression] = STATE(2536), - [sym_simple_expression] = STATE(2536), - [sym_unary_operator] = STATE(704), - [sym_sign] = STATE(705), - [sym__primary] = STATE(2508), - [sym_name] = STATE(2509), - [sym__direct_name] = STATE(777), - [sym__identifier] = STATE(1411), - [sym__external_name] = STATE(1411), - [sym_external_constant_name] = STATE(1412), - [sym_external_signal_name] = STATE(1412), - [sym_external_variable_name] = STATE(1412), - [sym__literal] = STATE(2510), - [sym_bit_string_literal] = STATE(2506), - [sym__abstract_literal] = STATE(1408), - [sym_based_literal] = STATE(1627), - [sym_allocator] = STATE(2509), - [sym_parenthesis_expression] = STATE(2509), + [sym__expression] = STATE(1550), + [sym_condition_expression] = STATE(2503), + [sym_logical_expression] = STATE(2503), + [sym_relational_expression] = STATE(2503), + [sym_shift_expression] = STATE(2503), + [sym_simple_expression] = STATE(2503), + [sym_unary_operator] = STATE(699), + [sym_sign] = STATE(700), + [sym__primary] = STATE(2502), + [sym_name] = STATE(2501), + [sym__direct_name] = STATE(764), + [sym__identifier] = STATE(1352), + [sym__external_name] = STATE(1352), + [sym_external_constant_name] = STATE(1351), + [sym_external_signal_name] = STATE(1351), + [sym_external_variable_name] = STATE(1351), + [sym__literal] = STATE(2500), + [sym_bit_string_literal] = STATE(2505), + [sym__abstract_literal] = STATE(1399), + [sym_based_literal] = STATE(1466), + [sym_allocator] = STATE(2501), + [sym_parenthesis_expression] = STATE(2501), [sym__tool_directive] = STATE(342), - [sym_waveform] = STATE(5921), - [sym_waveform_element] = STATE(5397), - [sym_conditional_waveforms] = STATE(8130), + [sym_waveform] = STATE(5948), + [sym_waveform_element] = STATE(5497), + [sym_conditional_waveforms] = STATE(7533), [sym_line_comment] = STATE(342), [sym_block_comment] = STATE(342), - [anon_sym_LPAREN] = ACTIONS(411), - [sym_condition_conversion] = ACTIONS(413), + [anon_sym_LPAREN] = ACTIONS(415), + [sym_condition_conversion] = ACTIONS(417), [anon_sym_PLUS] = ACTIONS(267), [anon_sym_DASH] = ACTIONS(267), - [anon_sym_LT_LT] = ACTIONS(415), - [sym_identifier] = ACTIONS(417), + [anon_sym_LT_LT] = ACTIONS(419), + [sym_identifier] = ACTIONS(421), [sym_ABS] = ACTIONS(273), [sym_AND] = ACTIONS(273), [sym_NAND] = ACTIONS(273), - [sym_NEW] = ACTIONS(423), + [sym_NEW] = ACTIONS(427), [sym_NOR] = ACTIONS(273), [sym_NOT] = ACTIONS(273), - [sym_NULL] = ACTIONS(425), + [sym_NULL] = ACTIONS(429), [sym_OR] = ACTIONS(273), - [sym_UNAFFECTED] = ACTIONS(429), + [sym_UNAFFECTED] = ACTIONS(435), [sym_XNOR] = ACTIONS(273), [sym_XOR] = ACTIONS(273), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(431), - [sym_decimal_float] = ACTIONS(431), - [sym_based_base] = ACTIONS(433), - [sym_character_literal] = ACTIONS(435), - [sym_string_literal] = ACTIONS(425), - [sym_string_literal_std_logic] = ACTIONS(425), - [sym_bit_string_length] = ACTIONS(437), - [sym_bit_string_base] = ACTIONS(439), - [sym_operator_symbol] = ACTIONS(435), + [sym_decimal_integer] = ACTIONS(437), + [sym_decimal_float] = ACTIONS(437), + [sym_based_base] = ACTIONS(439), + [sym_character_literal] = ACTIONS(441), + [sym_string_literal] = ACTIONS(429), + [sym_string_literal_std_logic] = ACTIONS(429), + [sym_bit_string_length] = ACTIONS(443), + [sym_bit_string_base] = ACTIONS(445), + [sym_operator_symbol] = ACTIONS(441), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(417), - [sym_library_constant_boolean] = ACTIONS(425), - [sym_library_constant_character] = ACTIONS(425), - [sym_library_constant_debug] = ACTIONS(425), - [sym_library_constant_env] = ACTIONS(425), - [sym_library_constant_standard] = ACTIONS(425), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(417), - [sym_library_type] = ACTIONS(417), + [sym_library_constant] = ACTIONS(421), + [sym_library_constant_boolean] = ACTIONS(429), + [sym_library_constant_character] = ACTIONS(429), + [sym_library_constant_debug] = ACTIONS(429), + [sym_library_constant_env] = ACTIONS(429), + [sym_library_constant_standard] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(441), + [sym_library_function] = ACTIONS(421), + [sym_library_type] = ACTIONS(421), }, [343] = { - [sym__expression] = STATE(1519), - [sym_condition_expression] = STATE(2536), - [sym_logical_expression] = STATE(2536), - [sym_relational_expression] = STATE(2536), - [sym_shift_expression] = STATE(2536), - [sym_simple_expression] = STATE(2536), - [sym_unary_operator] = STATE(704), - [sym_sign] = STATE(705), - [sym__primary] = STATE(2508), - [sym_name] = STATE(2509), - [sym__direct_name] = STATE(777), - [sym__identifier] = STATE(1411), - [sym__external_name] = STATE(1411), - [sym_external_constant_name] = STATE(1412), - [sym_external_signal_name] = STATE(1412), - [sym_external_variable_name] = STATE(1412), - [sym__literal] = STATE(2510), - [sym_bit_string_literal] = STATE(2506), - [sym__abstract_literal] = STATE(1408), - [sym_based_literal] = STATE(1627), - [sym_allocator] = STATE(2509), - [sym_parenthesis_expression] = STATE(2509), + [sym__expression] = STATE(1550), + [sym_condition_expression] = STATE(2503), + [sym_logical_expression] = STATE(2503), + [sym_relational_expression] = STATE(2503), + [sym_shift_expression] = STATE(2503), + [sym_simple_expression] = STATE(2503), + [sym_unary_operator] = STATE(699), + [sym_sign] = STATE(700), + [sym__primary] = STATE(2502), + [sym_name] = STATE(2501), + [sym__direct_name] = STATE(764), + [sym__identifier] = STATE(1352), + [sym__external_name] = STATE(1352), + [sym_external_constant_name] = STATE(1351), + [sym_external_signal_name] = STATE(1351), + [sym_external_variable_name] = STATE(1351), + [sym__literal] = STATE(2500), + [sym_bit_string_literal] = STATE(2505), + [sym__abstract_literal] = STATE(1399), + [sym_based_literal] = STATE(1466), + [sym_allocator] = STATE(2501), + [sym_parenthesis_expression] = STATE(2501), [sym__tool_directive] = STATE(343), - [sym_waveform] = STATE(6316), - [sym_waveform_element] = STATE(5397), + [sym_waveform] = STATE(5731), + [sym_waveform_element] = STATE(5497), + [sym_conditional_waveforms] = STATE(6848), [sym_line_comment] = STATE(343), [sym_block_comment] = STATE(343), - [aux_sym_selected_waveforms_repeat1] = STATE(343), - [anon_sym_LPAREN] = ACTIONS(810), - [sym_condition_conversion] = ACTIONS(813), - [anon_sym_PLUS] = ACTIONS(816), - [anon_sym_DASH] = ACTIONS(816), - [anon_sym_LT_LT] = ACTIONS(819), - [sym_identifier] = ACTIONS(822), - [sym_ABS] = ACTIONS(825), - [sym_AND] = ACTIONS(825), - [sym_NAND] = ACTIONS(825), - [sym_NEW] = ACTIONS(828), - [sym_NOR] = ACTIONS(825), - [sym_NOT] = ACTIONS(825), - [sym_NULL] = ACTIONS(831), - [sym_OR] = ACTIONS(825), - [sym_UNAFFECTED] = ACTIONS(834), - [sym_XNOR] = ACTIONS(825), - [sym_XOR] = ACTIONS(825), + [anon_sym_LPAREN] = ACTIONS(415), + [sym_condition_conversion] = ACTIONS(417), + [anon_sym_PLUS] = ACTIONS(267), + [anon_sym_DASH] = ACTIONS(267), + [anon_sym_LT_LT] = ACTIONS(419), + [sym_identifier] = ACTIONS(421), + [sym_ABS] = ACTIONS(273), + [sym_AND] = ACTIONS(273), + [sym_NAND] = ACTIONS(273), + [sym_NEW] = ACTIONS(427), + [sym_NOR] = ACTIONS(273), + [sym_NOT] = ACTIONS(273), + [sym_NULL] = ACTIONS(429), + [sym_OR] = ACTIONS(273), + [sym_UNAFFECTED] = ACTIONS(435), + [sym_XNOR] = ACTIONS(273), + [sym_XOR] = ACTIONS(273), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(837), - [sym_decimal_float] = ACTIONS(837), - [sym_based_base] = ACTIONS(840), - [sym_character_literal] = ACTIONS(843), - [sym_string_literal] = ACTIONS(831), - [sym_string_literal_std_logic] = ACTIONS(831), - [sym_bit_string_length] = ACTIONS(846), - [sym_bit_string_base] = ACTIONS(849), - [sym_operator_symbol] = ACTIONS(843), + [sym_decimal_integer] = ACTIONS(437), + [sym_decimal_float] = ACTIONS(437), + [sym_based_base] = ACTIONS(439), + [sym_character_literal] = ACTIONS(441), + [sym_string_literal] = ACTIONS(429), + [sym_string_literal_std_logic] = ACTIONS(429), + [sym_bit_string_length] = ACTIONS(443), + [sym_bit_string_base] = ACTIONS(445), + [sym_operator_symbol] = ACTIONS(441), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(822), - [sym_library_constant_boolean] = ACTIONS(831), - [sym_library_constant_character] = ACTIONS(831), - [sym_library_constant_debug] = ACTIONS(831), - [sym_library_constant_env] = ACTIONS(831), - [sym_library_constant_standard] = ACTIONS(831), - [sym_library_constant_std_logic] = ACTIONS(843), - [sym_library_function] = ACTIONS(822), - [sym_library_type] = ACTIONS(822), + [sym_library_constant] = ACTIONS(421), + [sym_library_constant_boolean] = ACTIONS(429), + [sym_library_constant_character] = ACTIONS(429), + [sym_library_constant_debug] = ACTIONS(429), + [sym_library_constant_env] = ACTIONS(429), + [sym_library_constant_standard] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(441), + [sym_library_function] = ACTIONS(421), + [sym_library_type] = ACTIONS(421), }, [344] = { - [sym__expression] = STATE(1519), - [sym_condition_expression] = STATE(2536), - [sym_logical_expression] = STATE(2536), - [sym_relational_expression] = STATE(2536), - [sym_shift_expression] = STATE(2536), - [sym_simple_expression] = STATE(2536), - [sym_unary_operator] = STATE(704), - [sym_sign] = STATE(705), - [sym__primary] = STATE(2508), - [sym_name] = STATE(2509), - [sym__direct_name] = STATE(777), - [sym__identifier] = STATE(1411), - [sym__external_name] = STATE(1411), - [sym_external_constant_name] = STATE(1412), - [sym_external_signal_name] = STATE(1412), - [sym_external_variable_name] = STATE(1412), - [sym__literal] = STATE(2510), - [sym_bit_string_literal] = STATE(2506), - [sym__abstract_literal] = STATE(1408), - [sym_based_literal] = STATE(1627), - [sym_allocator] = STATE(2509), - [sym_parenthesis_expression] = STATE(2509), + [sym__expression] = STATE(1550), + [sym_condition_expression] = STATE(2503), + [sym_logical_expression] = STATE(2503), + [sym_relational_expression] = STATE(2503), + [sym_shift_expression] = STATE(2503), + [sym_simple_expression] = STATE(2503), + [sym_unary_operator] = STATE(699), + [sym_sign] = STATE(700), + [sym__primary] = STATE(2502), + [sym_name] = STATE(2501), + [sym__direct_name] = STATE(764), + [sym__identifier] = STATE(1352), + [sym__external_name] = STATE(1352), + [sym_external_constant_name] = STATE(1351), + [sym_external_signal_name] = STATE(1351), + [sym_external_variable_name] = STATE(1351), + [sym__literal] = STATE(2500), + [sym_bit_string_literal] = STATE(2505), + [sym__abstract_literal] = STATE(1399), + [sym_based_literal] = STATE(1466), + [sym_allocator] = STATE(2501), + [sym_parenthesis_expression] = STATE(2501), [sym__tool_directive] = STATE(344), - [sym_waveform] = STATE(5934), - [sym_waveform_element] = STATE(5397), - [sym_conditional_waveforms] = STATE(8180), + [sym_waveform] = STATE(5669), + [sym_waveform_element] = STATE(5497), + [sym_conditional_waveforms] = STATE(6749), [sym_line_comment] = STATE(344), [sym_block_comment] = STATE(344), - [anon_sym_LPAREN] = ACTIONS(411), - [sym_condition_conversion] = ACTIONS(413), + [anon_sym_LPAREN] = ACTIONS(415), + [sym_condition_conversion] = ACTIONS(417), [anon_sym_PLUS] = ACTIONS(267), [anon_sym_DASH] = ACTIONS(267), - [anon_sym_LT_LT] = ACTIONS(415), - [sym_identifier] = ACTIONS(417), + [anon_sym_LT_LT] = ACTIONS(419), + [sym_identifier] = ACTIONS(421), [sym_ABS] = ACTIONS(273), [sym_AND] = ACTIONS(273), [sym_NAND] = ACTIONS(273), - [sym_NEW] = ACTIONS(423), + [sym_NEW] = ACTIONS(427), [sym_NOR] = ACTIONS(273), [sym_NOT] = ACTIONS(273), - [sym_NULL] = ACTIONS(425), + [sym_NULL] = ACTIONS(429), [sym_OR] = ACTIONS(273), - [sym_UNAFFECTED] = ACTIONS(429), + [sym_UNAFFECTED] = ACTIONS(435), [sym_XNOR] = ACTIONS(273), [sym_XOR] = ACTIONS(273), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(431), - [sym_decimal_float] = ACTIONS(431), - [sym_based_base] = ACTIONS(433), - [sym_character_literal] = ACTIONS(435), - [sym_string_literal] = ACTIONS(425), - [sym_string_literal_std_logic] = ACTIONS(425), - [sym_bit_string_length] = ACTIONS(437), - [sym_bit_string_base] = ACTIONS(439), - [sym_operator_symbol] = ACTIONS(435), + [sym_decimal_integer] = ACTIONS(437), + [sym_decimal_float] = ACTIONS(437), + [sym_based_base] = ACTIONS(439), + [sym_character_literal] = ACTIONS(441), + [sym_string_literal] = ACTIONS(429), + [sym_string_literal_std_logic] = ACTIONS(429), + [sym_bit_string_length] = ACTIONS(443), + [sym_bit_string_base] = ACTIONS(445), + [sym_operator_symbol] = ACTIONS(441), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(417), - [sym_library_constant_boolean] = ACTIONS(425), - [sym_library_constant_character] = ACTIONS(425), - [sym_library_constant_debug] = ACTIONS(425), - [sym_library_constant_env] = ACTIONS(425), - [sym_library_constant_standard] = ACTIONS(425), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(417), - [sym_library_type] = ACTIONS(417), + [sym_library_constant] = ACTIONS(421), + [sym_library_constant_boolean] = ACTIONS(429), + [sym_library_constant_character] = ACTIONS(429), + [sym_library_constant_debug] = ACTIONS(429), + [sym_library_constant_env] = ACTIONS(429), + [sym_library_constant_standard] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(441), + [sym_library_function] = ACTIONS(421), + [sym_library_type] = ACTIONS(421), }, [345] = { - [sym_conditional_expression] = STATE(6048), - [sym__expression] = STATE(1201), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(2313), - [sym_unary_operator] = STATE(695), - [sym_sign] = STATE(696), - [sym__primary] = STATE(2383), - [sym_name] = STATE(2384), - [sym__direct_name] = STATE(748), - [sym__identifier] = STATE(1077), - [sym__external_name] = STATE(1077), - [sym_external_constant_name] = STATE(1078), - [sym_external_signal_name] = STATE(1078), - [sym_external_variable_name] = STATE(1078), - [sym__actual_part] = STATE(6167), - [sym__literal] = STATE(2385), - [sym_bit_string_literal] = STATE(2380), - [sym__abstract_literal] = STATE(1056), - [sym_based_literal] = STATE(1229), - [sym_allocator] = STATE(2384), - [sym_parenthesis_expression] = STATE(2384), + [sym__expression] = STATE(1550), + [sym_condition_expression] = STATE(2503), + [sym_logical_expression] = STATE(2503), + [sym_relational_expression] = STATE(2503), + [sym_shift_expression] = STATE(2503), + [sym_simple_expression] = STATE(2503), + [sym_unary_operator] = STATE(699), + [sym_sign] = STATE(700), + [sym__primary] = STATE(2502), + [sym_name] = STATE(2501), + [sym__direct_name] = STATE(764), + [sym__identifier] = STATE(1352), + [sym__external_name] = STATE(1352), + [sym_external_constant_name] = STATE(1351), + [sym_external_signal_name] = STATE(1351), + [sym_external_variable_name] = STATE(1351), + [sym__literal] = STATE(2500), + [sym_bit_string_literal] = STATE(2505), + [sym__abstract_literal] = STATE(1399), + [sym_based_literal] = STATE(1466), + [sym_allocator] = STATE(2501), + [sym_parenthesis_expression] = STATE(2501), [sym__tool_directive] = STATE(345), + [sym_waveform] = STATE(5726), + [sym_waveform_element] = STATE(5497), + [sym_conditional_waveforms] = STATE(6841), [sym_line_comment] = STATE(345), [sym_block_comment] = STATE(345), - [anon_sym_LPAREN] = ACTIONS(736), - [sym_condition_conversion] = ACTIONS(265), + [anon_sym_LPAREN] = ACTIONS(415), + [sym_condition_conversion] = ACTIONS(417), [anon_sym_PLUS] = ACTIONS(267), [anon_sym_DASH] = ACTIONS(267), - [anon_sym_LT_LT] = ACTIONS(738), - [sym_identifier] = ACTIONS(740), + [anon_sym_LT_LT] = ACTIONS(419), + [sym_identifier] = ACTIONS(421), [sym_ABS] = ACTIONS(273), [sym_AND] = ACTIONS(273), - [sym_INERTIAL] = ACTIONS(405), [sym_NAND] = ACTIONS(273), - [sym_NEW] = ACTIONS(744), + [sym_NEW] = ACTIONS(427), [sym_NOR] = ACTIONS(273), [sym_NOT] = ACTIONS(273), - [sym_NULL] = ACTIONS(746), - [sym_OPEN] = ACTIONS(407), + [sym_NULL] = ACTIONS(429), [sym_OR] = ACTIONS(273), + [sym_UNAFFECTED] = ACTIONS(435), [sym_XNOR] = ACTIONS(273), [sym_XOR] = ACTIONS(273), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(750), - [sym_decimal_float] = ACTIONS(750), - [sym_based_base] = ACTIONS(752), - [sym_character_literal] = ACTIONS(754), - [sym_string_literal] = ACTIONS(746), - [sym_string_literal_std_logic] = ACTIONS(746), - [sym_bit_string_length] = ACTIONS(756), - [sym_bit_string_base] = ACTIONS(758), - [sym_operator_symbol] = ACTIONS(754), + [sym_decimal_integer] = ACTIONS(437), + [sym_decimal_float] = ACTIONS(437), + [sym_based_base] = ACTIONS(439), + [sym_character_literal] = ACTIONS(441), + [sym_string_literal] = ACTIONS(429), + [sym_string_literal_std_logic] = ACTIONS(429), + [sym_bit_string_length] = ACTIONS(443), + [sym_bit_string_base] = ACTIONS(445), + [sym_operator_symbol] = ACTIONS(441), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(740), - [sym_library_constant_boolean] = ACTIONS(746), - [sym_library_constant_character] = ACTIONS(746), - [sym_library_constant_debug] = ACTIONS(746), - [sym_library_constant_env] = ACTIONS(746), - [sym_library_constant_standard] = ACTIONS(746), - [sym_library_constant_std_logic] = ACTIONS(754), - [sym_library_function] = ACTIONS(740), - [sym_library_type] = ACTIONS(740), + [sym_library_constant] = ACTIONS(421), + [sym_library_constant_boolean] = ACTIONS(429), + [sym_library_constant_character] = ACTIONS(429), + [sym_library_constant_debug] = ACTIONS(429), + [sym_library_constant_env] = ACTIONS(429), + [sym_library_constant_standard] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(441), + [sym_library_function] = ACTIONS(421), + [sym_library_type] = ACTIONS(421), }, [346] = { - [sym__expression] = STATE(1519), - [sym_condition_expression] = STATE(2536), - [sym_logical_expression] = STATE(2536), - [sym_relational_expression] = STATE(2536), - [sym_shift_expression] = STATE(2536), - [sym_simple_expression] = STATE(2536), - [sym_unary_operator] = STATE(704), - [sym_sign] = STATE(705), - [sym__primary] = STATE(2508), - [sym_name] = STATE(2509), - [sym__direct_name] = STATE(777), - [sym__identifier] = STATE(1411), - [sym__external_name] = STATE(1411), - [sym_external_constant_name] = STATE(1412), - [sym_external_signal_name] = STATE(1412), - [sym_external_variable_name] = STATE(1412), - [sym__literal] = STATE(2510), - [sym_bit_string_literal] = STATE(2506), - [sym__abstract_literal] = STATE(1408), - [sym_based_literal] = STATE(1627), - [sym_allocator] = STATE(2509), - [sym_parenthesis_expression] = STATE(2509), + [sym__expression] = STATE(1550), + [sym_condition_expression] = STATE(2503), + [sym_logical_expression] = STATE(2503), + [sym_relational_expression] = STATE(2503), + [sym_shift_expression] = STATE(2503), + [sym_simple_expression] = STATE(2503), + [sym_unary_operator] = STATE(699), + [sym_sign] = STATE(700), + [sym__primary] = STATE(2502), + [sym_name] = STATE(2501), + [sym__direct_name] = STATE(764), + [sym__identifier] = STATE(1352), + [sym__external_name] = STATE(1352), + [sym_external_constant_name] = STATE(1351), + [sym_external_signal_name] = STATE(1351), + [sym_external_variable_name] = STATE(1351), + [sym__literal] = STATE(2500), + [sym_bit_string_literal] = STATE(2505), + [sym__abstract_literal] = STATE(1399), + [sym_based_literal] = STATE(1466), + [sym_allocator] = STATE(2501), + [sym_parenthesis_expression] = STATE(2501), [sym__tool_directive] = STATE(346), - [sym_waveform] = STATE(5687), - [sym_waveform_element] = STATE(5397), - [sym_conditional_waveforms] = STATE(6727), + [sym_waveform] = STATE(5771), + [sym_waveform_element] = STATE(5497), + [sym_conditional_waveforms] = STATE(6992), [sym_line_comment] = STATE(346), [sym_block_comment] = STATE(346), - [anon_sym_LPAREN] = ACTIONS(411), - [sym_condition_conversion] = ACTIONS(413), + [anon_sym_LPAREN] = ACTIONS(415), + [sym_condition_conversion] = ACTIONS(417), [anon_sym_PLUS] = ACTIONS(267), [anon_sym_DASH] = ACTIONS(267), - [anon_sym_LT_LT] = ACTIONS(415), - [sym_identifier] = ACTIONS(417), + [anon_sym_LT_LT] = ACTIONS(419), + [sym_identifier] = ACTIONS(421), [sym_ABS] = ACTIONS(273), [sym_AND] = ACTIONS(273), [sym_NAND] = ACTIONS(273), - [sym_NEW] = ACTIONS(423), + [sym_NEW] = ACTIONS(427), [sym_NOR] = ACTIONS(273), [sym_NOT] = ACTIONS(273), - [sym_NULL] = ACTIONS(425), + [sym_NULL] = ACTIONS(429), [sym_OR] = ACTIONS(273), - [sym_UNAFFECTED] = ACTIONS(429), + [sym_UNAFFECTED] = ACTIONS(435), [sym_XNOR] = ACTIONS(273), [sym_XOR] = ACTIONS(273), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(431), - [sym_decimal_float] = ACTIONS(431), - [sym_based_base] = ACTIONS(433), - [sym_character_literal] = ACTIONS(435), - [sym_string_literal] = ACTIONS(425), - [sym_string_literal_std_logic] = ACTIONS(425), - [sym_bit_string_length] = ACTIONS(437), - [sym_bit_string_base] = ACTIONS(439), - [sym_operator_symbol] = ACTIONS(435), + [sym_decimal_integer] = ACTIONS(437), + [sym_decimal_float] = ACTIONS(437), + [sym_based_base] = ACTIONS(439), + [sym_character_literal] = ACTIONS(441), + [sym_string_literal] = ACTIONS(429), + [sym_string_literal_std_logic] = ACTIONS(429), + [sym_bit_string_length] = ACTIONS(443), + [sym_bit_string_base] = ACTIONS(445), + [sym_operator_symbol] = ACTIONS(441), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(417), - [sym_library_constant_boolean] = ACTIONS(425), - [sym_library_constant_character] = ACTIONS(425), - [sym_library_constant_debug] = ACTIONS(425), - [sym_library_constant_env] = ACTIONS(425), - [sym_library_constant_standard] = ACTIONS(425), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(417), - [sym_library_type] = ACTIONS(417), + [sym_library_constant] = ACTIONS(421), + [sym_library_constant_boolean] = ACTIONS(429), + [sym_library_constant_character] = ACTIONS(429), + [sym_library_constant_debug] = ACTIONS(429), + [sym_library_constant_env] = ACTIONS(429), + [sym_library_constant_standard] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(441), + [sym_library_function] = ACTIONS(421), + [sym_library_type] = ACTIONS(421), }, [347] = { - [sym__expression] = STATE(1519), - [sym_condition_expression] = STATE(2536), - [sym_logical_expression] = STATE(2536), - [sym_relational_expression] = STATE(2536), - [sym_shift_expression] = STATE(2536), - [sym_simple_expression] = STATE(2536), - [sym_unary_operator] = STATE(704), - [sym_sign] = STATE(705), - [sym__primary] = STATE(2508), - [sym_name] = STATE(2509), - [sym__direct_name] = STATE(777), - [sym__identifier] = STATE(1411), - [sym__external_name] = STATE(1411), - [sym_external_constant_name] = STATE(1412), - [sym_external_signal_name] = STATE(1412), - [sym_external_variable_name] = STATE(1412), - [sym__literal] = STATE(2510), - [sym_bit_string_literal] = STATE(2506), - [sym__abstract_literal] = STATE(1408), - [sym_based_literal] = STATE(1627), - [sym_allocator] = STATE(2509), - [sym_parenthesis_expression] = STATE(2509), + [sym__expression] = STATE(1550), + [sym_condition_expression] = STATE(2503), + [sym_logical_expression] = STATE(2503), + [sym_relational_expression] = STATE(2503), + [sym_shift_expression] = STATE(2503), + [sym_simple_expression] = STATE(2503), + [sym_unary_operator] = STATE(699), + [sym_sign] = STATE(700), + [sym__primary] = STATE(2502), + [sym_name] = STATE(2501), + [sym__direct_name] = STATE(764), + [sym__identifier] = STATE(1352), + [sym__external_name] = STATE(1352), + [sym_external_constant_name] = STATE(1351), + [sym_external_signal_name] = STATE(1351), + [sym_external_variable_name] = STATE(1351), + [sym__literal] = STATE(2500), + [sym_bit_string_literal] = STATE(2505), + [sym__abstract_literal] = STATE(1399), + [sym_based_literal] = STATE(1466), + [sym_allocator] = STATE(2501), + [sym_parenthesis_expression] = STATE(2501), [sym__tool_directive] = STATE(347), - [sym_waveform] = STATE(5946), - [sym_waveform_element] = STATE(5397), - [sym_conditional_waveforms] = STATE(8224), + [sym_waveform] = STATE(5789), + [sym_waveform_element] = STATE(5497), + [sym_conditional_waveforms] = STATE(8112), [sym_line_comment] = STATE(347), [sym_block_comment] = STATE(347), - [anon_sym_LPAREN] = ACTIONS(411), - [sym_condition_conversion] = ACTIONS(413), + [anon_sym_LPAREN] = ACTIONS(415), + [sym_condition_conversion] = ACTIONS(417), [anon_sym_PLUS] = ACTIONS(267), [anon_sym_DASH] = ACTIONS(267), - [anon_sym_LT_LT] = ACTIONS(415), - [sym_identifier] = ACTIONS(417), + [anon_sym_LT_LT] = ACTIONS(419), + [sym_identifier] = ACTIONS(421), [sym_ABS] = ACTIONS(273), [sym_AND] = ACTIONS(273), [sym_NAND] = ACTIONS(273), - [sym_NEW] = ACTIONS(423), + [sym_NEW] = ACTIONS(427), [sym_NOR] = ACTIONS(273), [sym_NOT] = ACTIONS(273), - [sym_NULL] = ACTIONS(425), + [sym_NULL] = ACTIONS(429), [sym_OR] = ACTIONS(273), - [sym_UNAFFECTED] = ACTIONS(429), + [sym_UNAFFECTED] = ACTIONS(435), [sym_XNOR] = ACTIONS(273), [sym_XOR] = ACTIONS(273), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(431), - [sym_decimal_float] = ACTIONS(431), - [sym_based_base] = ACTIONS(433), - [sym_character_literal] = ACTIONS(435), - [sym_string_literal] = ACTIONS(425), - [sym_string_literal_std_logic] = ACTIONS(425), - [sym_bit_string_length] = ACTIONS(437), - [sym_bit_string_base] = ACTIONS(439), - [sym_operator_symbol] = ACTIONS(435), + [sym_decimal_integer] = ACTIONS(437), + [sym_decimal_float] = ACTIONS(437), + [sym_based_base] = ACTIONS(439), + [sym_character_literal] = ACTIONS(441), + [sym_string_literal] = ACTIONS(429), + [sym_string_literal_std_logic] = ACTIONS(429), + [sym_bit_string_length] = ACTIONS(443), + [sym_bit_string_base] = ACTIONS(445), + [sym_operator_symbol] = ACTIONS(441), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(417), - [sym_library_constant_boolean] = ACTIONS(425), - [sym_library_constant_character] = ACTIONS(425), - [sym_library_constant_debug] = ACTIONS(425), - [sym_library_constant_env] = ACTIONS(425), - [sym_library_constant_standard] = ACTIONS(425), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(417), - [sym_library_type] = ACTIONS(417), + [sym_library_constant] = ACTIONS(421), + [sym_library_constant_boolean] = ACTIONS(429), + [sym_library_constant_character] = ACTIONS(429), + [sym_library_constant_debug] = ACTIONS(429), + [sym_library_constant_env] = ACTIONS(429), + [sym_library_constant_standard] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(441), + [sym_library_function] = ACTIONS(421), + [sym_library_type] = ACTIONS(421), }, [348] = { - [sym__expression] = STATE(1519), - [sym_condition_expression] = STATE(2536), - [sym_logical_expression] = STATE(2536), - [sym_relational_expression] = STATE(2536), - [sym_shift_expression] = STATE(2536), - [sym_simple_expression] = STATE(2536), - [sym_unary_operator] = STATE(704), - [sym_sign] = STATE(705), - [sym__primary] = STATE(2508), - [sym_name] = STATE(2509), - [sym__direct_name] = STATE(777), - [sym__identifier] = STATE(1411), - [sym__external_name] = STATE(1411), - [sym_external_constant_name] = STATE(1412), - [sym_external_signal_name] = STATE(1412), - [sym_external_variable_name] = STATE(1412), - [sym__literal] = STATE(2510), - [sym_bit_string_literal] = STATE(2506), - [sym__abstract_literal] = STATE(1408), - [sym_based_literal] = STATE(1627), - [sym_allocator] = STATE(2509), - [sym_parenthesis_expression] = STATE(2509), + [sym__expression] = STATE(1550), + [sym_condition_expression] = STATE(2503), + [sym_logical_expression] = STATE(2503), + [sym_relational_expression] = STATE(2503), + [sym_shift_expression] = STATE(2503), + [sym_simple_expression] = STATE(2503), + [sym_unary_operator] = STATE(699), + [sym_sign] = STATE(700), + [sym__primary] = STATE(2502), + [sym_name] = STATE(2501), + [sym__direct_name] = STATE(764), + [sym__identifier] = STATE(1352), + [sym__external_name] = STATE(1352), + [sym_external_constant_name] = STATE(1351), + [sym_external_signal_name] = STATE(1351), + [sym_external_variable_name] = STATE(1351), + [sym__literal] = STATE(2500), + [sym_bit_string_literal] = STATE(2505), + [sym__abstract_literal] = STATE(1399), + [sym_based_literal] = STATE(1466), + [sym_allocator] = STATE(2501), + [sym_parenthesis_expression] = STATE(2501), [sym__tool_directive] = STATE(348), - [sym_waveform] = STATE(5948), - [sym_waveform_element] = STATE(5397), - [sym_conditional_waveforms] = STATE(8234), + [sym_waveform] = STATE(5656), + [sym_waveform_element] = STATE(5497), + [sym_conditional_waveforms] = STATE(6705), [sym_line_comment] = STATE(348), [sym_block_comment] = STATE(348), - [anon_sym_LPAREN] = ACTIONS(411), - [sym_condition_conversion] = ACTIONS(413), + [anon_sym_LPAREN] = ACTIONS(415), + [sym_condition_conversion] = ACTIONS(417), [anon_sym_PLUS] = ACTIONS(267), [anon_sym_DASH] = ACTIONS(267), - [anon_sym_LT_LT] = ACTIONS(415), - [sym_identifier] = ACTIONS(417), + [anon_sym_LT_LT] = ACTIONS(419), + [sym_identifier] = ACTIONS(421), [sym_ABS] = ACTIONS(273), [sym_AND] = ACTIONS(273), [sym_NAND] = ACTIONS(273), - [sym_NEW] = ACTIONS(423), + [sym_NEW] = ACTIONS(427), [sym_NOR] = ACTIONS(273), [sym_NOT] = ACTIONS(273), - [sym_NULL] = ACTIONS(425), + [sym_NULL] = ACTIONS(429), [sym_OR] = ACTIONS(273), - [sym_UNAFFECTED] = ACTIONS(429), + [sym_UNAFFECTED] = ACTIONS(435), [sym_XNOR] = ACTIONS(273), [sym_XOR] = ACTIONS(273), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(431), - [sym_decimal_float] = ACTIONS(431), - [sym_based_base] = ACTIONS(433), - [sym_character_literal] = ACTIONS(435), - [sym_string_literal] = ACTIONS(425), - [sym_string_literal_std_logic] = ACTIONS(425), - [sym_bit_string_length] = ACTIONS(437), - [sym_bit_string_base] = ACTIONS(439), - [sym_operator_symbol] = ACTIONS(435), + [sym_decimal_integer] = ACTIONS(437), + [sym_decimal_float] = ACTIONS(437), + [sym_based_base] = ACTIONS(439), + [sym_character_literal] = ACTIONS(441), + [sym_string_literal] = ACTIONS(429), + [sym_string_literal_std_logic] = ACTIONS(429), + [sym_bit_string_length] = ACTIONS(443), + [sym_bit_string_base] = ACTIONS(445), + [sym_operator_symbol] = ACTIONS(441), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(417), - [sym_library_constant_boolean] = ACTIONS(425), - [sym_library_constant_character] = ACTIONS(425), - [sym_library_constant_debug] = ACTIONS(425), - [sym_library_constant_env] = ACTIONS(425), - [sym_library_constant_standard] = ACTIONS(425), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(417), - [sym_library_type] = ACTIONS(417), + [sym_library_constant] = ACTIONS(421), + [sym_library_constant_boolean] = ACTIONS(429), + [sym_library_constant_character] = ACTIONS(429), + [sym_library_constant_debug] = ACTIONS(429), + [sym_library_constant_env] = ACTIONS(429), + [sym_library_constant_standard] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(441), + [sym_library_function] = ACTIONS(421), + [sym_library_type] = ACTIONS(421), }, [349] = { - [sym__expression] = STATE(1519), - [sym_condition_expression] = STATE(2536), - [sym_logical_expression] = STATE(2536), - [sym_relational_expression] = STATE(2536), - [sym_shift_expression] = STATE(2536), - [sym_simple_expression] = STATE(2536), - [sym_unary_operator] = STATE(704), - [sym_sign] = STATE(705), - [sym__primary] = STATE(2508), - [sym_name] = STATE(2509), - [sym__direct_name] = STATE(777), - [sym__identifier] = STATE(1411), - [sym__external_name] = STATE(1411), - [sym_external_constant_name] = STATE(1412), - [sym_external_signal_name] = STATE(1412), - [sym_external_variable_name] = STATE(1412), - [sym__literal] = STATE(2510), - [sym_bit_string_literal] = STATE(2506), - [sym__abstract_literal] = STATE(1408), - [sym_based_literal] = STATE(1627), - [sym_allocator] = STATE(2509), - [sym_parenthesis_expression] = STATE(2509), + [sym__expression] = STATE(1550), + [sym_condition_expression] = STATE(2503), + [sym_logical_expression] = STATE(2503), + [sym_relational_expression] = STATE(2503), + [sym_shift_expression] = STATE(2503), + [sym_simple_expression] = STATE(2503), + [sym_unary_operator] = STATE(699), + [sym_sign] = STATE(700), + [sym__primary] = STATE(2502), + [sym_name] = STATE(2501), + [sym__direct_name] = STATE(764), + [sym__identifier] = STATE(1352), + [sym__external_name] = STATE(1352), + [sym_external_constant_name] = STATE(1351), + [sym_external_signal_name] = STATE(1351), + [sym_external_variable_name] = STATE(1351), + [sym__literal] = STATE(2500), + [sym_bit_string_literal] = STATE(2505), + [sym__abstract_literal] = STATE(1399), + [sym_based_literal] = STATE(1466), + [sym_allocator] = STATE(2501), + [sym_parenthesis_expression] = STATE(2501), [sym__tool_directive] = STATE(349), - [sym_waveform] = STATE(5799), - [sym_waveform_element] = STATE(5397), - [sym_conditional_waveforms] = STATE(7036), + [sym_waveform] = STATE(5843), + [sym_waveform_element] = STATE(5497), + [sym_conditional_waveforms] = STATE(7223), [sym_line_comment] = STATE(349), [sym_block_comment] = STATE(349), - [anon_sym_LPAREN] = ACTIONS(411), - [sym_condition_conversion] = ACTIONS(413), + [anon_sym_LPAREN] = ACTIONS(415), + [sym_condition_conversion] = ACTIONS(417), [anon_sym_PLUS] = ACTIONS(267), [anon_sym_DASH] = ACTIONS(267), - [anon_sym_LT_LT] = ACTIONS(415), - [sym_identifier] = ACTIONS(417), + [anon_sym_LT_LT] = ACTIONS(419), + [sym_identifier] = ACTIONS(421), [sym_ABS] = ACTIONS(273), [sym_AND] = ACTIONS(273), [sym_NAND] = ACTIONS(273), - [sym_NEW] = ACTIONS(423), + [sym_NEW] = ACTIONS(427), [sym_NOR] = ACTIONS(273), [sym_NOT] = ACTIONS(273), - [sym_NULL] = ACTIONS(425), + [sym_NULL] = ACTIONS(429), [sym_OR] = ACTIONS(273), - [sym_UNAFFECTED] = ACTIONS(429), + [sym_UNAFFECTED] = ACTIONS(435), [sym_XNOR] = ACTIONS(273), [sym_XOR] = ACTIONS(273), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(431), - [sym_decimal_float] = ACTIONS(431), - [sym_based_base] = ACTIONS(433), - [sym_character_literal] = ACTIONS(435), - [sym_string_literal] = ACTIONS(425), - [sym_string_literal_std_logic] = ACTIONS(425), - [sym_bit_string_length] = ACTIONS(437), - [sym_bit_string_base] = ACTIONS(439), - [sym_operator_symbol] = ACTIONS(435), + [sym_decimal_integer] = ACTIONS(437), + [sym_decimal_float] = ACTIONS(437), + [sym_based_base] = ACTIONS(439), + [sym_character_literal] = ACTIONS(441), + [sym_string_literal] = ACTIONS(429), + [sym_string_literal_std_logic] = ACTIONS(429), + [sym_bit_string_length] = ACTIONS(443), + [sym_bit_string_base] = ACTIONS(445), + [sym_operator_symbol] = ACTIONS(441), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(417), - [sym_library_constant_boolean] = ACTIONS(425), - [sym_library_constant_character] = ACTIONS(425), - [sym_library_constant_debug] = ACTIONS(425), - [sym_library_constant_env] = ACTIONS(425), - [sym_library_constant_standard] = ACTIONS(425), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(417), - [sym_library_type] = ACTIONS(417), + [sym_library_constant] = ACTIONS(421), + [sym_library_constant_boolean] = ACTIONS(429), + [sym_library_constant_character] = ACTIONS(429), + [sym_library_constant_debug] = ACTIONS(429), + [sym_library_constant_env] = ACTIONS(429), + [sym_library_constant_standard] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(441), + [sym_library_function] = ACTIONS(421), + [sym_library_type] = ACTIONS(421), }, [350] = { - [sym__expression] = STATE(1519), - [sym_condition_expression] = STATE(2536), - [sym_logical_expression] = STATE(2536), - [sym_relational_expression] = STATE(2536), - [sym_shift_expression] = STATE(2536), - [sym_simple_expression] = STATE(2536), - [sym_unary_operator] = STATE(704), - [sym_sign] = STATE(705), - [sym__primary] = STATE(2508), - [sym_name] = STATE(2509), - [sym__direct_name] = STATE(777), - [sym__identifier] = STATE(1411), - [sym__external_name] = STATE(1411), - [sym_external_constant_name] = STATE(1412), - [sym_external_signal_name] = STATE(1412), - [sym_external_variable_name] = STATE(1412), - [sym__literal] = STATE(2510), - [sym_bit_string_literal] = STATE(2506), - [sym__abstract_literal] = STATE(1408), - [sym_based_literal] = STATE(1627), - [sym_allocator] = STATE(2509), - [sym_parenthesis_expression] = STATE(2509), + [sym__expression] = STATE(1550), + [sym_condition_expression] = STATE(2503), + [sym_logical_expression] = STATE(2503), + [sym_relational_expression] = STATE(2503), + [sym_shift_expression] = STATE(2503), + [sym_simple_expression] = STATE(2503), + [sym_unary_operator] = STATE(699), + [sym_sign] = STATE(700), + [sym__primary] = STATE(2502), + [sym_name] = STATE(2501), + [sym__direct_name] = STATE(764), + [sym__identifier] = STATE(1352), + [sym__external_name] = STATE(1352), + [sym_external_constant_name] = STATE(1351), + [sym_external_signal_name] = STATE(1351), + [sym_external_variable_name] = STATE(1351), + [sym__literal] = STATE(2500), + [sym_bit_string_literal] = STATE(2505), + [sym__abstract_literal] = STATE(1399), + [sym_based_literal] = STATE(1466), + [sym_allocator] = STATE(2501), + [sym_parenthesis_expression] = STATE(2501), [sym__tool_directive] = STATE(350), - [sym_waveform] = STATE(5953), - [sym_waveform_element] = STATE(5397), - [sym_conditional_waveforms] = STATE(8263), + [sym_waveform] = STATE(5825), + [sym_waveform_element] = STATE(5497), + [sym_conditional_waveforms] = STATE(8066), [sym_line_comment] = STATE(350), [sym_block_comment] = STATE(350), - [anon_sym_LPAREN] = ACTIONS(411), - [sym_condition_conversion] = ACTIONS(413), + [anon_sym_LPAREN] = ACTIONS(415), + [sym_condition_conversion] = ACTIONS(417), [anon_sym_PLUS] = ACTIONS(267), [anon_sym_DASH] = ACTIONS(267), - [anon_sym_LT_LT] = ACTIONS(415), - [sym_identifier] = ACTIONS(417), + [anon_sym_LT_LT] = ACTIONS(419), + [sym_identifier] = ACTIONS(421), [sym_ABS] = ACTIONS(273), [sym_AND] = ACTIONS(273), [sym_NAND] = ACTIONS(273), - [sym_NEW] = ACTIONS(423), + [sym_NEW] = ACTIONS(427), [sym_NOR] = ACTIONS(273), [sym_NOT] = ACTIONS(273), - [sym_NULL] = ACTIONS(425), + [sym_NULL] = ACTIONS(429), [sym_OR] = ACTIONS(273), - [sym_UNAFFECTED] = ACTIONS(429), + [sym_UNAFFECTED] = ACTIONS(435), [sym_XNOR] = ACTIONS(273), [sym_XOR] = ACTIONS(273), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(431), - [sym_decimal_float] = ACTIONS(431), - [sym_based_base] = ACTIONS(433), - [sym_character_literal] = ACTIONS(435), - [sym_string_literal] = ACTIONS(425), - [sym_string_literal_std_logic] = ACTIONS(425), - [sym_bit_string_length] = ACTIONS(437), - [sym_bit_string_base] = ACTIONS(439), - [sym_operator_symbol] = ACTIONS(435), + [sym_decimal_integer] = ACTIONS(437), + [sym_decimal_float] = ACTIONS(437), + [sym_based_base] = ACTIONS(439), + [sym_character_literal] = ACTIONS(441), + [sym_string_literal] = ACTIONS(429), + [sym_string_literal_std_logic] = ACTIONS(429), + [sym_bit_string_length] = ACTIONS(443), + [sym_bit_string_base] = ACTIONS(445), + [sym_operator_symbol] = ACTIONS(441), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(417), - [sym_library_constant_boolean] = ACTIONS(425), - [sym_library_constant_character] = ACTIONS(425), - [sym_library_constant_debug] = ACTIONS(425), - [sym_library_constant_env] = ACTIONS(425), - [sym_library_constant_standard] = ACTIONS(425), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(417), - [sym_library_type] = ACTIONS(417), + [sym_library_constant] = ACTIONS(421), + [sym_library_constant_boolean] = ACTIONS(429), + [sym_library_constant_character] = ACTIONS(429), + [sym_library_constant_debug] = ACTIONS(429), + [sym_library_constant_env] = ACTIONS(429), + [sym_library_constant_standard] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(441), + [sym_library_function] = ACTIONS(421), + [sym_library_type] = ACTIONS(421), }, [351] = { - [sym__expression] = STATE(1519), - [sym_condition_expression] = STATE(2536), - [sym_logical_expression] = STATE(2536), - [sym_relational_expression] = STATE(2536), - [sym_shift_expression] = STATE(2536), - [sym_simple_expression] = STATE(2536), - [sym_unary_operator] = STATE(704), - [sym_sign] = STATE(705), - [sym__primary] = STATE(2508), - [sym_name] = STATE(2509), - [sym__direct_name] = STATE(777), - [sym__identifier] = STATE(1411), - [sym__external_name] = STATE(1411), - [sym_external_constant_name] = STATE(1412), - [sym_external_signal_name] = STATE(1412), - [sym_external_variable_name] = STATE(1412), - [sym__literal] = STATE(2510), - [sym_bit_string_literal] = STATE(2506), - [sym__abstract_literal] = STATE(1408), - [sym_based_literal] = STATE(1627), - [sym_allocator] = STATE(2509), - [sym_parenthesis_expression] = STATE(2509), + [sym__expression] = STATE(1550), + [sym_condition_expression] = STATE(2503), + [sym_logical_expression] = STATE(2503), + [sym_relational_expression] = STATE(2503), + [sym_shift_expression] = STATE(2503), + [sym_simple_expression] = STATE(2503), + [sym_unary_operator] = STATE(699), + [sym_sign] = STATE(700), + [sym__primary] = STATE(2502), + [sym_name] = STATE(2501), + [sym__direct_name] = STATE(764), + [sym__identifier] = STATE(1352), + [sym__external_name] = STATE(1352), + [sym_external_constant_name] = STATE(1351), + [sym_external_signal_name] = STATE(1351), + [sym_external_variable_name] = STATE(1351), + [sym__literal] = STATE(2500), + [sym_bit_string_literal] = STATE(2505), + [sym__abstract_literal] = STATE(1399), + [sym_based_literal] = STATE(1466), + [sym_allocator] = STATE(2501), + [sym_parenthesis_expression] = STATE(2501), [sym__tool_directive] = STATE(351), - [sym_waveform] = STATE(6129), - [sym_waveform_element] = STATE(5397), + [sym_waveform] = STATE(6024), + [sym_waveform_element] = STATE(5497), [sym_line_comment] = STATE(351), [sym_block_comment] = STATE(351), - [anon_sym_LPAREN] = ACTIONS(411), - [sym_condition_conversion] = ACTIONS(413), + [anon_sym_LPAREN] = ACTIONS(415), + [sym_condition_conversion] = ACTIONS(417), [anon_sym_PLUS] = ACTIONS(267), [anon_sym_DASH] = ACTIONS(267), - [anon_sym_LT_LT] = ACTIONS(415), - [sym_identifier] = ACTIONS(417), + [anon_sym_LT_LT] = ACTIONS(419), + [sym_identifier] = ACTIONS(421), [sym_ABS] = ACTIONS(273), [sym_AND] = ACTIONS(273), [sym_NAND] = ACTIONS(273), - [sym_NEW] = ACTIONS(423), + [sym_NEW] = ACTIONS(427), [sym_NOR] = ACTIONS(273), [sym_NOT] = ACTIONS(273), - [sym_NULL] = ACTIONS(425), + [sym_NULL] = ACTIONS(429), [sym_OR] = ACTIONS(273), - [sym_UNAFFECTED] = ACTIONS(429), + [sym_UNAFFECTED] = ACTIONS(435), [sym_XNOR] = ACTIONS(273), [sym_XOR] = ACTIONS(273), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(431), - [sym_decimal_float] = ACTIONS(431), - [sym_based_base] = ACTIONS(433), - [sym_character_literal] = ACTIONS(435), - [sym_string_literal] = ACTIONS(425), - [sym_string_literal_std_logic] = ACTIONS(425), - [sym_bit_string_length] = ACTIONS(437), - [sym_bit_string_base] = ACTIONS(439), - [sym_operator_symbol] = ACTIONS(435), + [sym_decimal_integer] = ACTIONS(437), + [sym_decimal_float] = ACTIONS(437), + [sym_based_base] = ACTIONS(439), + [sym_character_literal] = ACTIONS(441), + [sym_string_literal] = ACTIONS(429), + [sym_string_literal_std_logic] = ACTIONS(429), + [sym_bit_string_length] = ACTIONS(443), + [sym_bit_string_base] = ACTIONS(445), + [sym_operator_symbol] = ACTIONS(441), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(417), - [sym_library_constant_boolean] = ACTIONS(425), - [sym_library_constant_character] = ACTIONS(425), - [sym_library_constant_debug] = ACTIONS(425), - [sym_library_constant_env] = ACTIONS(425), - [sym_library_constant_standard] = ACTIONS(425), - [sym_library_constant_std_logic] = ACTIONS(435), - [sym_library_function] = ACTIONS(417), - [sym_library_type] = ACTIONS(417), + [sym_library_constant] = ACTIONS(421), + [sym_library_constant_boolean] = ACTIONS(429), + [sym_library_constant_character] = ACTIONS(429), + [sym_library_constant_debug] = ACTIONS(429), + [sym_library_constant_env] = ACTIONS(429), + [sym_library_constant_standard] = ACTIONS(429), + [sym_library_constant_std_logic] = ACTIONS(441), + [sym_library_function] = ACTIONS(421), + [sym_library_type] = ACTIONS(421), }, [352] = { - [sym_index_constraint] = STATE(6794), - [sym__expression] = STATE(2048), - [sym_condition_expression] = STATE(2621), - [sym_logical_expression] = STATE(2621), - [sym_relational_expression] = STATE(2621), - [sym_shift_expression] = STATE(2621), - [sym_simple_expression] = STATE(2463), - [sym_unary_operator] = STATE(453), - [sym_sign] = STATE(454), - [sym__primary] = STATE(2535), - [sym_name] = STATE(2507), - [sym__direct_name] = STATE(772), - [sym__identifier] = STATE(1336), - [sym__external_name] = STATE(1336), - [sym_external_constant_name] = STATE(1337), - [sym_external_signal_name] = STATE(1337), - [sym_external_variable_name] = STATE(1337), - [sym__literal] = STATE(2480), - [sym_bit_string_literal] = STATE(2530), - [sym__abstract_literal] = STATE(1407), - [sym_based_literal] = STATE(1615), - [sym_allocator] = STATE(2507), - [sym_parenthesis_expression] = STATE(2507), - [sym__range] = STATE(5739), - [sym_simple_range] = STATE(6038), + [sym__expression] = STATE(2018), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(2423), + [sym_unary_operator] = STATE(640), + [sym_sign] = STATE(688), + [sym__primary] = STATE(2431), + [sym_name] = STATE(2428), + [sym__direct_name] = STATE(743), + [sym__identifier] = STATE(1025), + [sym__external_name] = STATE(1025), + [sym_external_constant_name] = STATE(1087), + [sym_external_signal_name] = STATE(1087), + [sym_external_variable_name] = STATE(1087), + [sym__literal] = STATE(2427), + [sym_bit_string_literal] = STATE(2399), + [sym__abstract_literal] = STATE(1006), + [sym_based_literal] = STATE(1206), + [sym_allocator] = STATE(2428), + [sym_parenthesis_expression] = STATE(2428), [sym__tool_directive] = STATE(352), + [sym_conditional_or_unaffected_expression] = STATE(6861), + [sym__expression_or_unaffected] = STATE(5524), [sym_line_comment] = STATE(352), [sym_block_comment] = STATE(352), - [anon_sym_LPAREN] = ACTIONS(852), - [sym_condition_conversion] = ACTIONS(854), + [anon_sym_LPAREN] = ACTIONS(736), + [sym_condition_conversion] = ACTIONS(265), [anon_sym_PLUS] = ACTIONS(267), [anon_sym_DASH] = ACTIONS(267), - [anon_sym_LT_LT] = ACTIONS(856), - [sym_identifier] = ACTIONS(858), + [anon_sym_LT_LT] = ACTIONS(738), + [sym_identifier] = ACTIONS(740), [sym_ABS] = ACTIONS(273), [sym_AND] = ACTIONS(273), [sym_NAND] = ACTIONS(273), - [sym_NEW] = ACTIONS(860), + [sym_NEW] = ACTIONS(744), [sym_NOR] = ACTIONS(273), [sym_NOT] = ACTIONS(273), - [sym_NULL] = ACTIONS(862), + [sym_NULL] = ACTIONS(746), [sym_OR] = ACTIONS(273), + [sym_UNAFFECTED] = ACTIONS(790), [sym_XNOR] = ACTIONS(273), [sym_XOR] = ACTIONS(273), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(864), - [sym_decimal_float] = ACTIONS(864), - [sym_based_base] = ACTIONS(866), - [sym_character_literal] = ACTIONS(868), - [sym_string_literal] = ACTIONS(862), - [sym_string_literal_std_logic] = ACTIONS(862), - [sym_bit_string_length] = ACTIONS(870), - [sym_bit_string_base] = ACTIONS(872), - [sym_operator_symbol] = ACTIONS(868), + [sym_decimal_integer] = ACTIONS(750), + [sym_decimal_float] = ACTIONS(750), + [sym_based_base] = ACTIONS(752), + [sym_character_literal] = ACTIONS(754), + [sym_string_literal] = ACTIONS(746), + [sym_string_literal_std_logic] = ACTIONS(746), + [sym_bit_string_length] = ACTIONS(756), + [sym_bit_string_base] = ACTIONS(758), + [sym_operator_symbol] = ACTIONS(754), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(858), - [sym_library_constant_boolean] = ACTIONS(862), - [sym_library_constant_character] = ACTIONS(862), - [sym_library_constant_debug] = ACTIONS(862), - [sym_library_constant_env] = ACTIONS(862), - [sym_library_constant_standard] = ACTIONS(862), - [sym_library_constant_std_logic] = ACTIONS(868), - [sym_library_function] = ACTIONS(858), - [sym_library_type] = ACTIONS(858), + [sym_library_constant] = ACTIONS(740), + [sym_library_constant_boolean] = ACTIONS(746), + [sym_library_constant_character] = ACTIONS(746), + [sym_library_constant_debug] = ACTIONS(746), + [sym_library_constant_env] = ACTIONS(746), + [sym_library_constant_standard] = ACTIONS(746), + [sym_library_constant_std_logic] = ACTIONS(754), + [sym_library_function] = ACTIONS(740), + [sym_library_type] = ACTIONS(740), }, [353] = { - [sym__expression] = STATE(2284), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(2313), - [sym_unary_operator] = STATE(695), - [sym_sign] = STATE(696), - [sym__primary] = STATE(2383), - [sym_name] = STATE(2384), - [sym__direct_name] = STATE(748), - [sym__identifier] = STATE(1077), - [sym__external_name] = STATE(1077), - [sym_external_constant_name] = STATE(1078), - [sym_external_signal_name] = STATE(1078), - [sym_external_variable_name] = STATE(1078), - [sym__literal] = STATE(2385), - [sym_bit_string_literal] = STATE(2380), - [sym__abstract_literal] = STATE(1056), - [sym_based_literal] = STATE(1229), - [sym_allocator] = STATE(2384), - [sym_parenthesis_expression] = STATE(2384), + [sym__expression] = STATE(2018), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(2423), + [sym_unary_operator] = STATE(640), + [sym_sign] = STATE(688), + [sym__primary] = STATE(2431), + [sym_name] = STATE(2428), + [sym__direct_name] = STATE(743), + [sym__identifier] = STATE(1025), + [sym__external_name] = STATE(1025), + [sym_external_constant_name] = STATE(1087), + [sym_external_signal_name] = STATE(1087), + [sym_external_variable_name] = STATE(1087), + [sym__literal] = STATE(2427), + [sym_bit_string_literal] = STATE(2399), + [sym__abstract_literal] = STATE(1006), + [sym_based_literal] = STATE(1206), + [sym_allocator] = STATE(2428), + [sym_parenthesis_expression] = STATE(2428), [sym__tool_directive] = STATE(353), - [sym_conditional_or_unaffected_expression] = STATE(7617), - [sym__expression_or_unaffected] = STATE(5331), + [sym_conditional_or_unaffected_expression] = STATE(7020), + [sym__expression_or_unaffected] = STATE(5524), [sym_line_comment] = STATE(353), [sym_block_comment] = STATE(353), [anon_sym_LPAREN] = ACTIONS(736), @@ -47202,31 +47202,31 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_type] = ACTIONS(740), }, [354] = { - [sym__expression] = STATE(2284), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(2313), - [sym_unary_operator] = STATE(695), - [sym_sign] = STATE(696), - [sym__primary] = STATE(2383), - [sym_name] = STATE(2384), - [sym__direct_name] = STATE(748), - [sym__identifier] = STATE(1077), - [sym__external_name] = STATE(1077), - [sym_external_constant_name] = STATE(1078), - [sym_external_signal_name] = STATE(1078), - [sym_external_variable_name] = STATE(1078), - [sym__literal] = STATE(2385), - [sym_bit_string_literal] = STATE(2380), - [sym__abstract_literal] = STATE(1056), - [sym_based_literal] = STATE(1229), - [sym_allocator] = STATE(2384), - [sym_parenthesis_expression] = STATE(2384), + [sym__expression] = STATE(2018), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(2423), + [sym_unary_operator] = STATE(640), + [sym_sign] = STATE(688), + [sym__primary] = STATE(2431), + [sym_name] = STATE(2428), + [sym__direct_name] = STATE(743), + [sym__identifier] = STATE(1025), + [sym__external_name] = STATE(1025), + [sym_external_constant_name] = STATE(1087), + [sym_external_signal_name] = STATE(1087), + [sym_external_variable_name] = STATE(1087), + [sym__literal] = STATE(2427), + [sym_bit_string_literal] = STATE(2399), + [sym__abstract_literal] = STATE(1006), + [sym_based_literal] = STATE(1206), + [sym_allocator] = STATE(2428), + [sym_parenthesis_expression] = STATE(2428), [sym__tool_directive] = STATE(354), - [sym_conditional_or_unaffected_expression] = STATE(8257), - [sym__expression_or_unaffected] = STATE(5331), + [sym_conditional_or_unaffected_expression] = STATE(8140), + [sym__expression_or_unaffected] = STATE(5524), [sym_line_comment] = STATE(354), [sym_block_comment] = STATE(354), [anon_sym_LPAREN] = ACTIONS(736), @@ -47269,98 +47269,98 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_type] = ACTIONS(740), }, [355] = { - [sym__expression] = STATE(2284), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(2313), - [sym_unary_operator] = STATE(695), - [sym_sign] = STATE(696), - [sym__primary] = STATE(2383), - [sym_name] = STATE(2384), - [sym__direct_name] = STATE(748), - [sym__identifier] = STATE(1077), - [sym__external_name] = STATE(1077), - [sym_external_constant_name] = STATE(1078), - [sym_external_signal_name] = STATE(1078), - [sym_external_variable_name] = STATE(1078), - [sym__literal] = STATE(2385), - [sym_bit_string_literal] = STATE(2380), - [sym__abstract_literal] = STATE(1056), - [sym_based_literal] = STATE(1229), - [sym_allocator] = STATE(2384), - [sym_parenthesis_expression] = STATE(2384), + [sym_index_constraint] = STATE(6796), + [sym__expression] = STATE(2084), + [sym_condition_expression] = STATE(2649), + [sym_logical_expression] = STATE(2649), + [sym_relational_expression] = STATE(2649), + [sym_shift_expression] = STATE(2649), + [sym_simple_expression] = STATE(2437), + [sym_unary_operator] = STATE(668), + [sym_sign] = STATE(667), + [sym__primary] = STATE(2508), + [sym_name] = STATE(2509), + [sym__direct_name] = STATE(772), + [sym__identifier] = STATE(1395), + [sym__external_name] = STATE(1395), + [sym_external_constant_name] = STATE(1394), + [sym_external_signal_name] = STATE(1394), + [sym_external_variable_name] = STATE(1394), + [sym__literal] = STATE(2510), + [sym_bit_string_literal] = STATE(2506), + [sym__abstract_literal] = STATE(1374), + [sym_based_literal] = STATE(1477), + [sym_allocator] = STATE(2509), + [sym_parenthesis_expression] = STATE(2509), + [sym__range] = STATE(5900), + [sym_simple_range] = STATE(6472), [sym__tool_directive] = STATE(355), - [sym_conditional_or_unaffected_expression] = STATE(7807), - [sym__expression_or_unaffected] = STATE(5331), [sym_line_comment] = STATE(355), [sym_block_comment] = STATE(355), - [anon_sym_LPAREN] = ACTIONS(736), - [sym_condition_conversion] = ACTIONS(265), + [anon_sym_LPAREN] = ACTIONS(852), + [sym_condition_conversion] = ACTIONS(854), [anon_sym_PLUS] = ACTIONS(267), [anon_sym_DASH] = ACTIONS(267), - [anon_sym_LT_LT] = ACTIONS(738), - [sym_identifier] = ACTIONS(740), + [anon_sym_LT_LT] = ACTIONS(856), + [sym_identifier] = ACTIONS(858), [sym_ABS] = ACTIONS(273), [sym_AND] = ACTIONS(273), [sym_NAND] = ACTIONS(273), - [sym_NEW] = ACTIONS(744), + [sym_NEW] = ACTIONS(860), [sym_NOR] = ACTIONS(273), [sym_NOT] = ACTIONS(273), - [sym_NULL] = ACTIONS(746), + [sym_NULL] = ACTIONS(862), [sym_OR] = ACTIONS(273), - [sym_UNAFFECTED] = ACTIONS(790), [sym_XNOR] = ACTIONS(273), [sym_XOR] = ACTIONS(273), [sym__grave_accent] = ACTIONS(3), - [sym_decimal_integer] = ACTIONS(750), - [sym_decimal_float] = ACTIONS(750), - [sym_based_base] = ACTIONS(752), - [sym_character_literal] = ACTIONS(754), - [sym_string_literal] = ACTIONS(746), - [sym_string_literal_std_logic] = ACTIONS(746), - [sym_bit_string_length] = ACTIONS(756), - [sym_bit_string_base] = ACTIONS(758), - [sym_operator_symbol] = ACTIONS(754), + [sym_decimal_integer] = ACTIONS(864), + [sym_decimal_float] = ACTIONS(864), + [sym_based_base] = ACTIONS(866), + [sym_character_literal] = ACTIONS(868), + [sym_string_literal] = ACTIONS(862), + [sym_string_literal_std_logic] = ACTIONS(862), + [sym_bit_string_length] = ACTIONS(870), + [sym_bit_string_base] = ACTIONS(872), + [sym_operator_symbol] = ACTIONS(868), [sym__line_comment_start] = ACTIONS(5), [sym__block_comment_start] = ACTIONS(7), - [sym_library_constant] = ACTIONS(740), - [sym_library_constant_boolean] = ACTIONS(746), - [sym_library_constant_character] = ACTIONS(746), - [sym_library_constant_debug] = ACTIONS(746), - [sym_library_constant_env] = ACTIONS(746), - [sym_library_constant_standard] = ACTIONS(746), - [sym_library_constant_std_logic] = ACTIONS(754), - [sym_library_function] = ACTIONS(740), - [sym_library_type] = ACTIONS(740), + [sym_library_constant] = ACTIONS(858), + [sym_library_constant_boolean] = ACTIONS(862), + [sym_library_constant_character] = ACTIONS(862), + [sym_library_constant_debug] = ACTIONS(862), + [sym_library_constant_env] = ACTIONS(862), + [sym_library_constant_standard] = ACTIONS(862), + [sym_library_constant_std_logic] = ACTIONS(868), + [sym_library_function] = ACTIONS(858), + [sym_library_type] = ACTIONS(858), }, [356] = { - [sym__expression] = STATE(2284), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(2313), - [sym_unary_operator] = STATE(695), - [sym_sign] = STATE(696), - [sym__primary] = STATE(2383), - [sym_name] = STATE(2384), - [sym__direct_name] = STATE(748), - [sym__identifier] = STATE(1077), - [sym__external_name] = STATE(1077), - [sym_external_constant_name] = STATE(1078), - [sym_external_signal_name] = STATE(1078), - [sym_external_variable_name] = STATE(1078), - [sym__literal] = STATE(2385), - [sym_bit_string_literal] = STATE(2380), - [sym__abstract_literal] = STATE(1056), - [sym_based_literal] = STATE(1229), - [sym_allocator] = STATE(2384), - [sym_parenthesis_expression] = STATE(2384), + [sym__expression] = STATE(2018), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(2423), + [sym_unary_operator] = STATE(640), + [sym_sign] = STATE(688), + [sym__primary] = STATE(2431), + [sym_name] = STATE(2428), + [sym__direct_name] = STATE(743), + [sym__identifier] = STATE(1025), + [sym__external_name] = STATE(1025), + [sym_external_constant_name] = STATE(1087), + [sym_external_signal_name] = STATE(1087), + [sym_external_variable_name] = STATE(1087), + [sym__literal] = STATE(2427), + [sym_bit_string_literal] = STATE(2399), + [sym__abstract_literal] = STATE(1006), + [sym_based_literal] = STATE(1206), + [sym_allocator] = STATE(2428), + [sym_parenthesis_expression] = STATE(2428), [sym__tool_directive] = STATE(356), - [sym_conditional_or_unaffected_expression] = STATE(6959), - [sym__expression_or_unaffected] = STATE(5331), + [sym_conditional_or_unaffected_expression] = STATE(7025), + [sym__expression_or_unaffected] = STATE(5524), [sym_line_comment] = STATE(356), [sym_block_comment] = STATE(356), [anon_sym_LPAREN] = ACTIONS(736), @@ -47403,31 +47403,31 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_type] = ACTIONS(740), }, [357] = { - [sym_index_constraint] = STATE(7016), - [sym__expression] = STATE(2048), - [sym_condition_expression] = STATE(2621), - [sym_logical_expression] = STATE(2621), - [sym_relational_expression] = STATE(2621), - [sym_shift_expression] = STATE(2621), - [sym_simple_expression] = STATE(2463), - [sym_unary_operator] = STATE(453), - [sym_sign] = STATE(454), - [sym__primary] = STATE(2535), - [sym_name] = STATE(2507), + [sym_index_constraint] = STATE(7380), + [sym__expression] = STATE(2084), + [sym_condition_expression] = STATE(2649), + [sym_logical_expression] = STATE(2649), + [sym_relational_expression] = STATE(2649), + [sym_shift_expression] = STATE(2649), + [sym_simple_expression] = STATE(2437), + [sym_unary_operator] = STATE(668), + [sym_sign] = STATE(667), + [sym__primary] = STATE(2508), + [sym_name] = STATE(2509), [sym__direct_name] = STATE(772), - [sym__identifier] = STATE(1336), - [sym__external_name] = STATE(1336), - [sym_external_constant_name] = STATE(1337), - [sym_external_signal_name] = STATE(1337), - [sym_external_variable_name] = STATE(1337), - [sym__literal] = STATE(2480), - [sym_bit_string_literal] = STATE(2530), - [sym__abstract_literal] = STATE(1407), - [sym_based_literal] = STATE(1615), - [sym_allocator] = STATE(2507), - [sym_parenthesis_expression] = STATE(2507), - [sym__range] = STATE(5739), - [sym_simple_range] = STATE(6038), + [sym__identifier] = STATE(1395), + [sym__external_name] = STATE(1395), + [sym_external_constant_name] = STATE(1394), + [sym_external_signal_name] = STATE(1394), + [sym_external_variable_name] = STATE(1394), + [sym__literal] = STATE(2510), + [sym_bit_string_literal] = STATE(2506), + [sym__abstract_literal] = STATE(1374), + [sym_based_literal] = STATE(1477), + [sym_allocator] = STATE(2509), + [sym_parenthesis_expression] = STATE(2509), + [sym__range] = STATE(5900), + [sym_simple_range] = STATE(6472), [sym__tool_directive] = STATE(357), [sym_line_comment] = STATE(357), [sym_block_comment] = STATE(357), @@ -47470,31 +47470,31 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_type] = ACTIONS(858), }, [358] = { - [sym__expression] = STATE(2284), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(2313), - [sym_unary_operator] = STATE(695), - [sym_sign] = STATE(696), - [sym__primary] = STATE(2383), - [sym_name] = STATE(2384), - [sym__direct_name] = STATE(748), - [sym__identifier] = STATE(1077), - [sym__external_name] = STATE(1077), - [sym_external_constant_name] = STATE(1078), - [sym_external_signal_name] = STATE(1078), - [sym_external_variable_name] = STATE(1078), - [sym__literal] = STATE(2385), - [sym_bit_string_literal] = STATE(2380), - [sym__abstract_literal] = STATE(1056), - [sym_based_literal] = STATE(1229), - [sym_allocator] = STATE(2384), - [sym_parenthesis_expression] = STATE(2384), + [sym__expression] = STATE(2018), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(2423), + [sym_unary_operator] = STATE(640), + [sym_sign] = STATE(688), + [sym__primary] = STATE(2431), + [sym_name] = STATE(2428), + [sym__direct_name] = STATE(743), + [sym__identifier] = STATE(1025), + [sym__external_name] = STATE(1025), + [sym_external_constant_name] = STATE(1087), + [sym_external_signal_name] = STATE(1087), + [sym_external_variable_name] = STATE(1087), + [sym__literal] = STATE(2427), + [sym_bit_string_literal] = STATE(2399), + [sym__abstract_literal] = STATE(1006), + [sym_based_literal] = STATE(1206), + [sym_allocator] = STATE(2428), + [sym_parenthesis_expression] = STATE(2428), [sym__tool_directive] = STATE(358), - [sym_conditional_or_unaffected_expression] = STATE(7637), - [sym__expression_or_unaffected] = STATE(5331), + [sym_conditional_or_unaffected_expression] = STATE(7585), + [sym__expression_or_unaffected] = STATE(5524), [sym_line_comment] = STATE(358), [sym_block_comment] = STATE(358), [anon_sym_LPAREN] = ACTIONS(736), @@ -47537,31 +47537,31 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_type] = ACTIONS(740), }, [359] = { - [sym__expression] = STATE(2284), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(2313), - [sym_unary_operator] = STATE(695), - [sym_sign] = STATE(696), - [sym__primary] = STATE(2383), - [sym_name] = STATE(2384), - [sym__direct_name] = STATE(748), - [sym__identifier] = STATE(1077), - [sym__external_name] = STATE(1077), - [sym_external_constant_name] = STATE(1078), - [sym_external_signal_name] = STATE(1078), - [sym_external_variable_name] = STATE(1078), - [sym__literal] = STATE(2385), - [sym_bit_string_literal] = STATE(2380), - [sym__abstract_literal] = STATE(1056), - [sym_based_literal] = STATE(1229), - [sym_allocator] = STATE(2384), - [sym_parenthesis_expression] = STATE(2384), + [sym__expression] = STATE(2018), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(2423), + [sym_unary_operator] = STATE(640), + [sym_sign] = STATE(688), + [sym__primary] = STATE(2431), + [sym_name] = STATE(2428), + [sym__direct_name] = STATE(743), + [sym__identifier] = STATE(1025), + [sym__external_name] = STATE(1025), + [sym_external_constant_name] = STATE(1087), + [sym_external_signal_name] = STATE(1087), + [sym_external_variable_name] = STATE(1087), + [sym__literal] = STATE(2427), + [sym_bit_string_literal] = STATE(2399), + [sym__abstract_literal] = STATE(1006), + [sym_based_literal] = STATE(1206), + [sym_allocator] = STATE(2428), + [sym_parenthesis_expression] = STATE(2428), [sym__tool_directive] = STATE(359), - [sym_conditional_or_unaffected_expression] = STATE(8043), - [sym__expression_or_unaffected] = STATE(5331), + [sym_conditional_or_unaffected_expression] = STATE(7183), + [sym__expression_or_unaffected] = STATE(5524), [sym_line_comment] = STATE(359), [sym_block_comment] = STATE(359), [anon_sym_LPAREN] = ACTIONS(736), @@ -47604,31 +47604,31 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_type] = ACTIONS(740), }, [360] = { - [sym__expression] = STATE(2284), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(2313), - [sym_unary_operator] = STATE(695), - [sym_sign] = STATE(696), - [sym__primary] = STATE(2383), - [sym_name] = STATE(2384), - [sym__direct_name] = STATE(748), - [sym__identifier] = STATE(1077), - [sym__external_name] = STATE(1077), - [sym_external_constant_name] = STATE(1078), - [sym_external_signal_name] = STATE(1078), - [sym_external_variable_name] = STATE(1078), - [sym__literal] = STATE(2385), - [sym_bit_string_literal] = STATE(2380), - [sym__abstract_literal] = STATE(1056), - [sym_based_literal] = STATE(1229), - [sym_allocator] = STATE(2384), - [sym_parenthesis_expression] = STATE(2384), + [sym__expression] = STATE(2018), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(2423), + [sym_unary_operator] = STATE(640), + [sym_sign] = STATE(688), + [sym__primary] = STATE(2431), + [sym_name] = STATE(2428), + [sym__direct_name] = STATE(743), + [sym__identifier] = STATE(1025), + [sym__external_name] = STATE(1025), + [sym_external_constant_name] = STATE(1087), + [sym_external_signal_name] = STATE(1087), + [sym_external_variable_name] = STATE(1087), + [sym__literal] = STATE(2427), + [sym_bit_string_literal] = STATE(2399), + [sym__abstract_literal] = STATE(1006), + [sym_based_literal] = STATE(1206), + [sym_allocator] = STATE(2428), + [sym_parenthesis_expression] = STATE(2428), [sym__tool_directive] = STATE(360), - [sym_conditional_or_unaffected_expression] = STATE(8275), - [sym__expression_or_unaffected] = STATE(5331), + [sym_conditional_or_unaffected_expression] = STATE(6926), + [sym__expression_or_unaffected] = STATE(5524), [sym_line_comment] = STATE(360), [sym_block_comment] = STATE(360), [anon_sym_LPAREN] = ACTIONS(736), @@ -47671,31 +47671,31 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_type] = ACTIONS(740), }, [361] = { - [sym__expression] = STATE(2284), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(2313), - [sym_unary_operator] = STATE(695), - [sym_sign] = STATE(696), - [sym__primary] = STATE(2383), - [sym_name] = STATE(2384), - [sym__direct_name] = STATE(748), - [sym__identifier] = STATE(1077), - [sym__external_name] = STATE(1077), - [sym_external_constant_name] = STATE(1078), - [sym_external_signal_name] = STATE(1078), - [sym_external_variable_name] = STATE(1078), - [sym__literal] = STATE(2385), - [sym_bit_string_literal] = STATE(2380), - [sym__abstract_literal] = STATE(1056), - [sym_based_literal] = STATE(1229), - [sym_allocator] = STATE(2384), - [sym_parenthesis_expression] = STATE(2384), + [sym__expression] = STATE(2018), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(2423), + [sym_unary_operator] = STATE(640), + [sym_sign] = STATE(688), + [sym__primary] = STATE(2431), + [sym_name] = STATE(2428), + [sym__direct_name] = STATE(743), + [sym__identifier] = STATE(1025), + [sym__external_name] = STATE(1025), + [sym_external_constant_name] = STATE(1087), + [sym_external_signal_name] = STATE(1087), + [sym_external_variable_name] = STATE(1087), + [sym__literal] = STATE(2427), + [sym_bit_string_literal] = STATE(2399), + [sym__abstract_literal] = STATE(1006), + [sym_based_literal] = STATE(1206), + [sym_allocator] = STATE(2428), + [sym_parenthesis_expression] = STATE(2428), [sym__tool_directive] = STATE(361), - [sym_conditional_or_unaffected_expression] = STATE(8342), - [sym__expression_or_unaffected] = STATE(5331), + [sym_conditional_or_unaffected_expression] = STATE(8054), + [sym__expression_or_unaffected] = STATE(5524), [sym_line_comment] = STATE(361), [sym_block_comment] = STATE(361), [anon_sym_LPAREN] = ACTIONS(736), @@ -47738,31 +47738,31 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_type] = ACTIONS(740), }, [362] = { - [sym__expression] = STATE(2284), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(2313), - [sym_unary_operator] = STATE(695), - [sym_sign] = STATE(696), - [sym__primary] = STATE(2383), - [sym_name] = STATE(2384), - [sym__direct_name] = STATE(748), - [sym__identifier] = STATE(1077), - [sym__external_name] = STATE(1077), - [sym_external_constant_name] = STATE(1078), - [sym_external_signal_name] = STATE(1078), - [sym_external_variable_name] = STATE(1078), - [sym__literal] = STATE(2385), - [sym_bit_string_literal] = STATE(2380), - [sym__abstract_literal] = STATE(1056), - [sym_based_literal] = STATE(1229), - [sym_allocator] = STATE(2384), - [sym_parenthesis_expression] = STATE(2384), + [sym__expression] = STATE(2018), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(2423), + [sym_unary_operator] = STATE(640), + [sym_sign] = STATE(688), + [sym__primary] = STATE(2431), + [sym_name] = STATE(2428), + [sym__direct_name] = STATE(743), + [sym__identifier] = STATE(1025), + [sym__external_name] = STATE(1025), + [sym_external_constant_name] = STATE(1087), + [sym_external_signal_name] = STATE(1087), + [sym_external_variable_name] = STATE(1087), + [sym__literal] = STATE(2427), + [sym_bit_string_literal] = STATE(2399), + [sym__abstract_literal] = STATE(1006), + [sym_based_literal] = STATE(1206), + [sym_allocator] = STATE(2428), + [sym_parenthesis_expression] = STATE(2428), [sym__tool_directive] = STATE(362), - [sym_conditional_or_unaffected_expression] = STATE(6608), - [sym__expression_or_unaffected] = STATE(5331), + [sym_conditional_or_unaffected_expression] = STATE(7355), + [sym__expression_or_unaffected] = STATE(5524), [sym_line_comment] = STATE(362), [sym_block_comment] = STATE(362), [anon_sym_LPAREN] = ACTIONS(736), @@ -47805,31 +47805,31 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_type] = ACTIONS(740), }, [363] = { - [sym__expression] = STATE(2284), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(2313), - [sym_unary_operator] = STATE(695), - [sym_sign] = STATE(696), - [sym__primary] = STATE(2383), - [sym_name] = STATE(2384), - [sym__direct_name] = STATE(748), - [sym__identifier] = STATE(1077), - [sym__external_name] = STATE(1077), - [sym_external_constant_name] = STATE(1078), - [sym_external_signal_name] = STATE(1078), - [sym_external_variable_name] = STATE(1078), - [sym__literal] = STATE(2385), - [sym_bit_string_literal] = STATE(2380), - [sym__abstract_literal] = STATE(1056), - [sym_based_literal] = STATE(1229), - [sym_allocator] = STATE(2384), - [sym_parenthesis_expression] = STATE(2384), + [sym__expression] = STATE(2018), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(2423), + [sym_unary_operator] = STATE(640), + [sym_sign] = STATE(688), + [sym__primary] = STATE(2431), + [sym_name] = STATE(2428), + [sym__direct_name] = STATE(743), + [sym__identifier] = STATE(1025), + [sym__external_name] = STATE(1025), + [sym_external_constant_name] = STATE(1087), + [sym_external_signal_name] = STATE(1087), + [sym_external_variable_name] = STATE(1087), + [sym__literal] = STATE(2427), + [sym_bit_string_literal] = STATE(2399), + [sym__abstract_literal] = STATE(1006), + [sym_based_literal] = STATE(1206), + [sym_allocator] = STATE(2428), + [sym_parenthesis_expression] = STATE(2428), [sym__tool_directive] = STATE(363), - [sym_conditional_or_unaffected_expression] = STATE(8240), - [sym__expression_or_unaffected] = STATE(5331), + [sym_conditional_or_unaffected_expression] = STATE(7292), + [sym__expression_or_unaffected] = STATE(5524), [sym_line_comment] = STATE(363), [sym_block_comment] = STATE(363), [anon_sym_LPAREN] = ACTIONS(736), @@ -47872,31 +47872,31 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_type] = ACTIONS(740), }, [364] = { - [sym__expression] = STATE(2284), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(2313), - [sym_unary_operator] = STATE(695), - [sym_sign] = STATE(696), - [sym__primary] = STATE(2383), - [sym_name] = STATE(2384), - [sym__direct_name] = STATE(748), - [sym__identifier] = STATE(1077), - [sym__external_name] = STATE(1077), - [sym_external_constant_name] = STATE(1078), - [sym_external_signal_name] = STATE(1078), - [sym_external_variable_name] = STATE(1078), - [sym__literal] = STATE(2385), - [sym_bit_string_literal] = STATE(2380), - [sym__abstract_literal] = STATE(1056), - [sym_based_literal] = STATE(1229), - [sym_allocator] = STATE(2384), - [sym_parenthesis_expression] = STATE(2384), + [sym__expression] = STATE(2018), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(2423), + [sym_unary_operator] = STATE(640), + [sym_sign] = STATE(688), + [sym__primary] = STATE(2431), + [sym_name] = STATE(2428), + [sym__direct_name] = STATE(743), + [sym__identifier] = STATE(1025), + [sym__external_name] = STATE(1025), + [sym_external_constant_name] = STATE(1087), + [sym_external_signal_name] = STATE(1087), + [sym_external_variable_name] = STATE(1087), + [sym__literal] = STATE(2427), + [sym_bit_string_literal] = STATE(2399), + [sym__abstract_literal] = STATE(1006), + [sym_based_literal] = STATE(1206), + [sym_allocator] = STATE(2428), + [sym_parenthesis_expression] = STATE(2428), [sym__tool_directive] = STATE(364), - [sym_conditional_or_unaffected_expression] = STATE(8021), - [sym__expression_or_unaffected] = STATE(5331), + [sym_conditional_or_unaffected_expression] = STATE(6772), + [sym__expression_or_unaffected] = STATE(5524), [sym_line_comment] = STATE(364), [sym_block_comment] = STATE(364), [anon_sym_LPAREN] = ACTIONS(736), @@ -47939,31 +47939,31 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_library_type] = ACTIONS(740), }, [365] = { - [sym__expression] = STATE(2284), - [sym_condition_expression] = STATE(2313), - [sym_logical_expression] = STATE(2313), - [sym_relational_expression] = STATE(2313), - [sym_shift_expression] = STATE(2313), - [sym_simple_expression] = STATE(2313), - [sym_unary_operator] = STATE(695), - [sym_sign] = STATE(696), - [sym__primary] = STATE(2383), - [sym_name] = STATE(2384), - [sym__direct_name] = STATE(748), - [sym__identifier] = STATE(1077), - [sym__external_name] = STATE(1077), - [sym_external_constant_name] = STATE(1078), - [sym_external_signal_name] = STATE(1078), - [sym_external_variable_name] = STATE(1078), - [sym__literal] = STATE(2385), - [sym_bit_string_literal] = STATE(2380), - [sym__abstract_literal] = STATE(1056), - [sym_based_literal] = STATE(1229), - [sym_allocator] = STATE(2384), - [sym_parenthesis_expression] = STATE(2384), + [sym__expression] = STATE(2018), + [sym_condition_expression] = STATE(2423), + [sym_logical_expression] = STATE(2423), + [sym_relational_expression] = STATE(2423), + [sym_shift_expression] = STATE(2423), + [sym_simple_expression] = STATE(2423), + [sym_unary_operator] = STATE(640), + [sym_sign] = STATE(688), + [sym__primary] = STATE(2431), + [sym_name] = STATE(2428), + [sym__direct_name] = STATE(743), + [sym__identifier] = STATE(1025), + [sym__external_name] = STATE(1025), + [sym_external_constant_name] = STATE(1087), + [sym_external_signal_name] = STATE(1087), + [sym_external_variable_name] = STATE(1087), + [sym__literal] = STATE(2427), + [sym_bit_string_literal] = STATE(2399), + [sym__abstract_literal] = STATE(1006), + [sym_based_literal] = STATE(1206), + [sym_allocator] = STATE(2428), + [sym_parenthesis_expression] = STATE(2428), [sym__tool_directive] = STATE(365), - [sym_conditional_or_unaffected_expression] = STATE(7742), - [sym__expression_or_unaffected] = STATE(5331), + [sym_conditional_or_unaffected_expression] = STATE(6701), + [sym__expression_or_unaffected] = STATE(5524), [sym_line_comment] = STATE(365), [sym_block_comment] = STATE(365), [anon_sym_LPAREN] = ACTIONS(736), @@ -48029,29 +48029,29 @@ static const uint16_t ts_small_parse_table[] = { sym_bit_string_length, ACTIONS(896), 1, sym_bit_string_base, - STATE(463), 1, - sym_unary_operator, - STATE(464), 1, + STATE(469), 1, sym_sign, - STATE(786), 1, + STATE(470), 1, + sym_unary_operator, + STATE(757), 1, sym__direct_name, - STATE(1609), 1, + STATE(1331), 1, sym__abstract_literal, - STATE(1675), 1, + STATE(1520), 1, sym_based_literal, - STATE(2407), 1, + STATE(2063), 1, sym__expression, - STATE(2489), 1, + STATE(2463), 1, sym_simple_expression, - STATE(2559), 1, + STATE(2518), 1, sym_bit_string_literal, - STATE(2561), 1, + STATE(2519), 1, sym__primary, - STATE(2563), 1, + STATE(2521), 1, sym__literal, - STATE(7159), 1, + STATE(6187), 1, sym__range, - STATE(7268), 1, + STATE(6524), 1, sym_simple_range, ACTIONS(267), 2, anon_sym_PLUS, @@ -48059,7 +48059,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(888), 2, sym_decimal_integer, sym_decimal_float, - STATE(1475), 2, + STATE(1358), 2, sym__identifier, sym__external_name, ACTIONS(892), 3, @@ -48070,11 +48070,11 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1476), 3, + STATE(1357), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2562), 3, + STATE(2520), 3, sym_name, sym_allocator, sym_parenthesis_expression, @@ -48083,7 +48083,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - STATE(2761), 4, + STATE(2657), 4, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -48127,27 +48127,27 @@ static const uint16_t ts_small_parse_table[] = { sym_bit_string_length, ACTIONS(758), 1, sym_bit_string_base, - STATE(405), 1, + STATE(394), 1, aux_sym_selected_expressions_repeat1, - STATE(695), 1, + STATE(640), 1, sym_unary_operator, - STATE(696), 1, + STATE(688), 1, sym_sign, - STATE(748), 1, + STATE(743), 1, sym__direct_name, - STATE(1056), 1, + STATE(1006), 1, sym__abstract_literal, - STATE(1229), 1, + STATE(1206), 1, sym_based_literal, - STATE(2275), 1, + STATE(2200), 1, sym__expression, - STATE(2380), 1, + STATE(2399), 1, sym_bit_string_literal, - STATE(2383), 1, - sym__primary, - STATE(2385), 1, + STATE(2427), 1, sym__literal, - STATE(8025), 1, + STATE(2431), 1, + sym__primary, + STATE(6858), 1, sym_selected_expressions, ACTIONS(267), 2, anon_sym_PLUS, @@ -48155,7 +48155,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(750), 2, sym_decimal_integer, sym_decimal_float, - STATE(1077), 2, + STATE(1025), 2, sym__identifier, sym__external_name, ACTIONS(754), 3, @@ -48166,11 +48166,11 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1078), 3, + STATE(1087), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2384), 3, + STATE(2428), 3, sym_name, sym_allocator, sym_parenthesis_expression, @@ -48179,7 +48179,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - STATE(2313), 5, + STATE(2423), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -48224,27 +48224,27 @@ static const uint16_t ts_small_parse_table[] = { sym_bit_string_length, ACTIONS(758), 1, sym_bit_string_base, - STATE(405), 1, + STATE(394), 1, aux_sym_selected_expressions_repeat1, - STATE(695), 1, + STATE(640), 1, sym_unary_operator, - STATE(696), 1, + STATE(688), 1, sym_sign, - STATE(748), 1, + STATE(743), 1, sym__direct_name, - STATE(1056), 1, + STATE(1006), 1, sym__abstract_literal, - STATE(1229), 1, + STATE(1206), 1, sym_based_literal, - STATE(2275), 1, + STATE(2200), 1, sym__expression, - STATE(2380), 1, + STATE(2399), 1, sym_bit_string_literal, - STATE(2383), 1, - sym__primary, - STATE(2385), 1, + STATE(2427), 1, sym__literal, - STATE(8268), 1, + STATE(2431), 1, + sym__primary, + STATE(6852), 1, sym_selected_expressions, ACTIONS(267), 2, anon_sym_PLUS, @@ -48252,7 +48252,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(750), 2, sym_decimal_integer, sym_decimal_float, - STATE(1077), 2, + STATE(1025), 2, sym__identifier, sym__external_name, ACTIONS(754), 3, @@ -48263,11 +48263,11 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1078), 3, + STATE(1087), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2384), 3, + STATE(2428), 3, sym_name, sym_allocator, sym_parenthesis_expression, @@ -48276,7 +48276,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - STATE(2313), 5, + STATE(2423), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -48321,27 +48321,27 @@ static const uint16_t ts_small_parse_table[] = { sym_bit_string_length, ACTIONS(758), 1, sym_bit_string_base, - STATE(405), 1, + STATE(394), 1, aux_sym_selected_expressions_repeat1, - STATE(695), 1, + STATE(640), 1, sym_unary_operator, - STATE(696), 1, + STATE(688), 1, sym_sign, - STATE(748), 1, + STATE(743), 1, sym__direct_name, - STATE(1056), 1, + STATE(1006), 1, sym__abstract_literal, - STATE(1229), 1, + STATE(1206), 1, sym_based_literal, - STATE(2275), 1, + STATE(2200), 1, sym__expression, - STATE(2380), 1, + STATE(2399), 1, sym_bit_string_literal, - STATE(2383), 1, - sym__primary, - STATE(2385), 1, + STATE(2427), 1, sym__literal, - STATE(8048), 1, + STATE(2431), 1, + sym__primary, + STATE(6823), 1, sym_selected_expressions, ACTIONS(267), 2, anon_sym_PLUS, @@ -48349,7 +48349,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(750), 2, sym_decimal_integer, sym_decimal_float, - STATE(1077), 2, + STATE(1025), 2, sym__identifier, sym__external_name, ACTIONS(754), 3, @@ -48360,11 +48360,11 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1078), 3, + STATE(1087), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2384), 3, + STATE(2428), 3, sym_name, sym_allocator, sym_parenthesis_expression, @@ -48373,7 +48373,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - STATE(2313), 5, + STATE(2423), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -48397,61 +48397,59 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [518] = 33, + [518] = 32, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(898), 1, - anon_sym_LPAREN, - ACTIONS(900), 1, + ACTIONS(265), 1, sym_condition_conversion, - ACTIONS(902), 1, + ACTIONS(736), 1, + anon_sym_LPAREN, + ACTIONS(738), 1, anon_sym_LT_LT, - ACTIONS(906), 1, + ACTIONS(744), 1, sym_NEW, - ACTIONS(912), 1, + ACTIONS(752), 1, sym_based_base, - ACTIONS(916), 1, + ACTIONS(756), 1, sym_bit_string_length, - ACTIONS(918), 1, + ACTIONS(758), 1, sym_bit_string_base, - STATE(483), 1, + STATE(394), 1, + aux_sym_selected_expressions_repeat1, + STATE(640), 1, sym_unary_operator, - STATE(484), 1, + STATE(688), 1, sym_sign, STATE(743), 1, sym__direct_name, - STATE(1060), 1, + STATE(1006), 1, sym__abstract_literal, - STATE(1236), 1, + STATE(1206), 1, sym_based_literal, - STATE(1613), 1, + STATE(2200), 1, sym__expression, - STATE(1989), 1, - sym_simple_expression, - STATE(2366), 1, + STATE(2399), 1, sym_bit_string_literal, - STATE(2367), 1, - sym__primary, - STATE(2369), 1, + STATE(2427), 1, sym__literal, - STATE(5447), 1, - sym__range, - STATE(5497), 1, - sym_simple_range, + STATE(2431), 1, + sym__primary, + STATE(7318), 1, + sym_selected_expressions, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(910), 2, + ACTIONS(750), 2, sym_decimal_integer, sym_decimal_float, - STATE(1081), 2, + STATE(1025), 2, sym__identifier, sym__external_name, - ACTIONS(914), 3, + ACTIONS(754), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -48459,24 +48457,25 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1082), 3, + STATE(1087), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2368), 3, + STATE(2428), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(904), 4, + ACTIONS(740), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2491), 4, + STATE(2423), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, sym_shift_expression, + sym_simple_expression, ACTIONS(273), 8, sym_ABS, sym_AND, @@ -48486,7 +48485,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(908), 8, + ACTIONS(746), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -48495,59 +48494,59 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [649] = 32, + [647] = 32, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(878), 1, - sym_condition_conversion, - ACTIONS(920), 1, + ACTIONS(898), 1, anon_sym_LPAREN, - ACTIONS(922), 1, + ACTIONS(900), 1, + sym_condition_conversion, + ACTIONS(902), 1, anon_sym_LT_LT, - ACTIONS(926), 1, + ACTIONS(906), 1, sym_NEW, - ACTIONS(932), 1, + ACTIONS(912), 1, sym_based_base, - ACTIONS(936), 1, + ACTIONS(916), 1, sym_bit_string_length, - ACTIONS(938), 1, + ACTIONS(918), 1, sym_bit_string_base, - STATE(662), 1, + STATE(427), 1, sym_label_declaration, - STATE(709), 1, - sym_unary_operator, - STATE(710), 1, + STATE(663), 1, sym_sign, - STATE(868), 1, + STATE(685), 1, + sym_unary_operator, + STATE(882), 1, sym__direct_name, - STATE(1916), 1, + STATE(1996), 1, sym__expression, - STATE(2283), 1, + STATE(2170), 1, sym__abstract_literal, - STATE(2422), 1, + STATE(2405), 1, sym_based_literal, - STATE(2756), 1, - sym_bit_string_literal, - STATE(2762), 1, + STATE(2702), 1, sym__primary, - STATE(2764), 1, + STATE(2705), 1, sym__literal, - STATE(8058), 1, + STATE(2770), 1, + sym_bit_string_literal, + STATE(6806), 1, sym__label, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(930), 2, + ACTIONS(910), 2, sym_decimal_integer, sym_decimal_float, - STATE(1975), 2, + STATE(1979), 2, sym__identifier, sym__external_name, - ACTIONS(934), 3, + ACTIONS(914), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -48555,20 +48554,20 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1976), 3, + STATE(1977), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2763), 3, + STATE(2730), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(924), 4, + ACTIONS(904), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2761), 5, + STATE(2772), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -48583,7 +48582,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(928), 8, + ACTIONS(908), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -48592,59 +48591,61 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [778] = 32, + [776] = 33, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(265), 1, - sym_condition_conversion, - ACTIONS(736), 1, + ACTIONS(920), 1, anon_sym_LPAREN, - ACTIONS(738), 1, + ACTIONS(922), 1, + sym_condition_conversion, + ACTIONS(924), 1, anon_sym_LT_LT, - ACTIONS(744), 1, + ACTIONS(928), 1, sym_NEW, - ACTIONS(752), 1, + ACTIONS(934), 1, sym_based_base, - ACTIONS(756), 1, + ACTIONS(938), 1, sym_bit_string_length, - ACTIONS(758), 1, + ACTIONS(940), 1, sym_bit_string_base, - ACTIONS(790), 1, - sym_UNAFFECTED, - STATE(695), 1, + STATE(638), 1, sym_unary_operator, - STATE(696), 1, + STATE(650), 1, sym_sign, - STATE(748), 1, + STATE(741), 1, sym__direct_name, - STATE(1056), 1, + STATE(1102), 1, sym__abstract_literal, - STATE(1229), 1, + STATE(1140), 1, sym_based_literal, - STATE(2284), 1, + STATE(1646), 1, sym__expression, - STATE(2380), 1, + STATE(1915), 1, + sym_simple_expression, + STATE(2349), 1, sym_bit_string_literal, - STATE(2383), 1, + STATE(2354), 1, sym__primary, - STATE(2385), 1, + STATE(2359), 1, sym__literal, - STATE(6196), 1, - sym__expression_or_unaffected, + STATE(5339), 1, + sym__range, + STATE(5480), 1, + sym_simple_range, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(750), 2, + ACTIONS(932), 2, sym_decimal_integer, sym_decimal_float, - STATE(1077), 2, + STATE(1116), 2, sym__identifier, sym__external_name, - ACTIONS(754), 3, + ACTIONS(936), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -48652,25 +48653,24 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1078), 3, + STATE(999), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2384), 3, + STATE(2356), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(740), 4, + ACTIONS(926), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2313), 5, + STATE(2512), 4, sym_condition_expression, sym_logical_expression, sym_relational_expression, sym_shift_expression, - sym_simple_expression, ACTIONS(273), 8, sym_ABS, sym_AND, @@ -48680,7 +48680,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(746), 8, + ACTIONS(930), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -48710,27 +48710,27 @@ static const uint16_t ts_small_parse_table[] = { sym_bit_string_length, ACTIONS(758), 1, sym_bit_string_base, - STATE(405), 1, + STATE(394), 1, aux_sym_selected_expressions_repeat1, - STATE(695), 1, + STATE(640), 1, sym_unary_operator, - STATE(696), 1, + STATE(688), 1, sym_sign, - STATE(748), 1, + STATE(743), 1, sym__direct_name, - STATE(1056), 1, + STATE(1006), 1, sym__abstract_literal, - STATE(1229), 1, + STATE(1206), 1, sym_based_literal, - STATE(2275), 1, + STATE(2200), 1, sym__expression, - STATE(2380), 1, + STATE(2399), 1, sym_bit_string_literal, - STATE(2383), 1, - sym__primary, - STATE(2385), 1, + STATE(2427), 1, sym__literal, - STATE(6718), 1, + STATE(2431), 1, + sym__primary, + STATE(6831), 1, sym_selected_expressions, ACTIONS(267), 2, anon_sym_PLUS, @@ -48738,7 +48738,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(750), 2, sym_decimal_integer, sym_decimal_float, - STATE(1077), 2, + STATE(1025), 2, sym__identifier, sym__external_name, ACTIONS(754), 3, @@ -48749,11 +48749,11 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1078), 3, + STATE(1087), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2384), 3, + STATE(2428), 3, sym_name, sym_allocator, sym_parenthesis_expression, @@ -48762,7 +48762,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - STATE(2313), 5, + STATE(2423), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -48793,173 +48793,75 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(940), 1, + ACTIONS(760), 1, anon_sym_LPAREN, - ACTIONS(942), 1, + ACTIONS(762), 1, sym_condition_conversion, - ACTIONS(944), 1, - anon_sym_LT_LT, - ACTIONS(948), 1, + ACTIONS(768), 1, sym_NEW, - ACTIONS(954), 1, + ACTIONS(774), 1, sym_based_base, - ACTIONS(958), 1, + ACTIONS(778), 1, sym_bit_string_length, - ACTIONS(960), 1, + ACTIONS(780), 1, sym_bit_string_base, - STATE(458), 1, - sym_unary_operator, - STATE(459), 1, - sym_sign, - STATE(779), 1, - sym__direct_name, - STATE(1413), 1, - sym__abstract_literal, - STATE(1642), 1, - sym_based_literal, - STATE(2184), 1, - sym__expression, - STATE(2443), 1, - sym_simple_expression, - STATE(2496), 1, - sym_bit_string_literal, - STATE(2497), 1, - sym__primary, - STATE(2501), 1, - sym__literal, - STATE(6149), 1, - sym__range, - STATE(6287), 1, - sym_simple_range, - ACTIONS(267), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(952), 2, - sym_decimal_integer, - sym_decimal_float, - STATE(1353), 2, - sym__identifier, - sym__external_name, - ACTIONS(956), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(374), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(1354), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - STATE(2500), 3, - sym_name, - sym_allocator, - sym_parenthesis_expression, - ACTIONS(946), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - STATE(2681), 4, - sym_condition_expression, - sym_logical_expression, - sym_relational_expression, - sym_shift_expression, - ACTIONS(273), 8, - sym_ABS, - sym_AND, - sym_NAND, - sym_NOR, - sym_NOT, - sym_OR, - sym_XNOR, - sym_XOR, - ACTIONS(950), 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, - [1167] = 33, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(962), 1, - anon_sym_LPAREN, - ACTIONS(964), 1, - sym_condition_conversion, - ACTIONS(966), 1, + ACTIONS(782), 1, anon_sym_LT_LT, - ACTIONS(970), 1, - sym_NEW, - ACTIONS(976), 1, - sym_based_base, - ACTIONS(980), 1, - sym_bit_string_length, - ACTIONS(982), 1, - sym_bit_string_base, - STATE(468), 1, - sym_unary_operator, - STATE(469), 1, + STATE(710), 1, sym_sign, - STATE(793), 1, + STATE(712), 1, + sym_unary_operator, + STATE(723), 1, sym__direct_name, - STATE(1497), 1, + STATE(838), 1, sym__abstract_literal, - STATE(1680), 1, + STATE(918), 1, sym_based_literal, - STATE(2418), 1, + STATE(1103), 1, sym__expression, - STATE(2520), 1, - sym_simple_expression, - STATE(2554), 1, - sym_bit_string_literal, - STATE(2557), 1, - sym__primary, - STATE(2564), 1, + STATE(1429), 1, sym__literal, - STATE(7087), 1, - sym__range, - STATE(7170), 1, + STATE(1446), 1, + sym__primary, + STATE(1458), 1, + sym_bit_string_literal, + STATE(1773), 1, + sym_simple_expression, + STATE(4995), 1, sym_simple_range, + STATE(6494), 1, + sym__range, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(974), 2, + ACTIONS(772), 2, sym_decimal_integer, sym_decimal_float, - STATE(1499), 2, + STATE(879), 2, sym__identifier, sym__external_name, - ACTIONS(978), 3, + ACTIONS(786), 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(1501), 3, + STATE(881), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2558), 3, + STATE(1440), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(968), 4, + ACTIONS(806), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2768), 4, + STATE(2013), 4, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -48973,7 +48875,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(972), 8, + ACTIONS(770), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -48982,7 +48884,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [1298] = 32, + [1167] = 32, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -49003,50 +48905,50 @@ static const uint16_t ts_small_parse_table[] = { sym_bit_string_length, ACTIONS(758), 1, sym_bit_string_base, - STATE(405), 1, - aux_sym_selected_expressions_repeat1, - STATE(695), 1, + ACTIONS(790), 1, + sym_UNAFFECTED, + STATE(640), 1, sym_unary_operator, - STATE(696), 1, + STATE(688), 1, sym_sign, - STATE(748), 1, + STATE(743), 1, sym__direct_name, - STATE(1056), 1, + STATE(1006), 1, sym__abstract_literal, - STATE(1229), 1, + STATE(1206), 1, sym_based_literal, - STATE(2275), 1, + STATE(2018), 1, sym__expression, - STATE(2380), 1, + STATE(2399), 1, sym_bit_string_literal, - STATE(2383), 1, - sym__primary, - STATE(2385), 1, + STATE(2427), 1, sym__literal, - STATE(8260), 1, - sym_selected_expressions, + STATE(2431), 1, + sym__primary, + STATE(6281), 1, + sym__expression_or_unaffected, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(750), 2, sym_decimal_integer, sym_decimal_float, - STATE(1077), 2, + STATE(1025), 2, sym__identifier, sym__external_name, ACTIONS(754), 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(1078), 3, + STATE(1087), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2384), 3, + STATE(2428), 3, sym_name, sym_allocator, sym_parenthesis_expression, @@ -49055,7 +48957,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - STATE(2313), 5, + STATE(2423), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -49079,82 +48981,82 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [1427] = 33, + [1296] = 33, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(760), 1, + ACTIONS(942), 1, anon_sym_LPAREN, - ACTIONS(762), 1, + ACTIONS(944), 1, sym_condition_conversion, - ACTIONS(764), 1, + ACTIONS(946), 1, anon_sym_LT_LT, - ACTIONS(768), 1, + ACTIONS(950), 1, sym_NEW, - ACTIONS(774), 1, + ACTIONS(956), 1, sym_based_base, - ACTIONS(778), 1, + ACTIONS(960), 1, sym_bit_string_length, - ACTIONS(780), 1, + ACTIONS(962), 1, sym_bit_string_base, - STATE(439), 1, + STATE(504), 1, sym_sign, - STATE(720), 1, + STATE(505), 1, sym_unary_operator, - STATE(721), 1, + STATE(787), 1, sym__direct_name, - STATE(846), 1, + STATE(1614), 1, sym__abstract_literal, - STATE(902), 1, + STATE(1782), 1, sym_based_literal, - STATE(1050), 1, + STATE(2352), 1, sym__expression, - STATE(1612), 1, + STATE(2474), 1, + sym_simple_expression, + STATE(2593), 1, sym_bit_string_literal, - STATE(1620), 1, - sym__primary, - STATE(1622), 1, + STATE(2603), 1, sym__literal, - STATE(1837), 1, - sym_simple_expression, - STATE(5022), 1, + STATE(2613), 1, + sym__primary, + STATE(7651), 1, sym_simple_range, - STATE(5152), 1, + STATE(8225), 1, sym__range, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(772), 2, + ACTIONS(954), 2, sym_decimal_integer, sym_decimal_float, - STATE(838), 2, + STATE(1601), 2, sym__identifier, sym__external_name, - ACTIONS(776), 3, + ACTIONS(958), 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(840), 3, + STATE(1569), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(1621), 3, + STATE(2614), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(808), 4, + ACTIONS(948), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(1944), 4, + STATE(2764), 4, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -49168,7 +49070,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(770), 8, + ACTIONS(952), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -49177,85 +49079,86 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [1558] = 32, + [1427] = 33, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(265), 1, - sym_condition_conversion, - ACTIONS(736), 1, + ACTIONS(964), 1, anon_sym_LPAREN, - ACTIONS(738), 1, + ACTIONS(966), 1, + sym_condition_conversion, + ACTIONS(968), 1, anon_sym_LT_LT, - ACTIONS(744), 1, + ACTIONS(972), 1, sym_NEW, - ACTIONS(752), 1, + ACTIONS(978), 1, sym_based_base, - ACTIONS(756), 1, + ACTIONS(982), 1, sym_bit_string_length, - ACTIONS(758), 1, + ACTIONS(984), 1, sym_bit_string_base, - STATE(405), 1, - aux_sym_selected_expressions_repeat1, - STATE(695), 1, - sym_unary_operator, - STATE(696), 1, + STATE(458), 1, sym_sign, - STATE(748), 1, + STATE(463), 1, + sym_unary_operator, + STATE(751), 1, sym__direct_name, - STATE(1056), 1, + STATE(1189), 1, sym__abstract_literal, - STATE(1229), 1, + STATE(1408), 1, sym_based_literal, - STATE(2275), 1, + STATE(1802), 1, sym__expression, - STATE(2380), 1, - sym_bit_string_literal, - STATE(2383), 1, - sym__primary, - STATE(2385), 1, + STATE(2319), 1, + sym_simple_expression, + STATE(2458), 1, sym__literal, - STATE(7756), 1, - sym_selected_expressions, + STATE(2464), 1, + sym__primary, + STATE(2465), 1, + sym_bit_string_literal, + STATE(5562), 1, + sym_simple_range, + STATE(5663), 1, + sym__range, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(750), 2, + ACTIONS(976), 2, sym_decimal_integer, sym_decimal_float, - STATE(1077), 2, + STATE(1215), 2, sym__identifier, sym__external_name, - ACTIONS(754), 3, + ACTIONS(980), 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(1078), 3, + STATE(1216), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2384), 3, + STATE(2462), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(740), 4, + ACTIONS(970), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2313), 5, + STATE(2555), 4, sym_condition_expression, sym_logical_expression, sym_relational_expression, sym_shift_expression, - sym_simple_expression, ACTIONS(273), 8, sym_ABS, sym_AND, @@ -49265,7 +49168,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(746), 8, + ACTIONS(974), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -49274,85 +49177,86 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [1687] = 32, + [1558] = 33, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(265), 1, + ACTIONS(854), 1, sym_condition_conversion, - ACTIONS(736), 1, - anon_sym_LPAREN, - ACTIONS(738), 1, + ACTIONS(856), 1, anon_sym_LT_LT, - ACTIONS(744), 1, + ACTIONS(860), 1, sym_NEW, - ACTIONS(752), 1, + ACTIONS(866), 1, sym_based_base, - ACTIONS(756), 1, + ACTIONS(870), 1, sym_bit_string_length, - ACTIONS(758), 1, + ACTIONS(872), 1, sym_bit_string_base, - STATE(405), 1, - aux_sym_selected_expressions_repeat1, - STATE(695), 1, - sym_unary_operator, - STATE(696), 1, + ACTIONS(986), 1, + anon_sym_LPAREN, + STATE(667), 1, sym_sign, - STATE(748), 1, + STATE(668), 1, + sym_unary_operator, + STATE(772), 1, sym__direct_name, - STATE(1056), 1, + STATE(1374), 1, sym__abstract_literal, - STATE(1229), 1, + STATE(1477), 1, sym_based_literal, - STATE(2275), 1, + STATE(2084), 1, sym__expression, - STATE(2380), 1, + STATE(2437), 1, + sym_simple_expression, + STATE(2506), 1, sym_bit_string_literal, - STATE(2383), 1, + STATE(2508), 1, sym__primary, - STATE(2385), 1, + STATE(2510), 1, sym__literal, - STATE(6708), 1, - sym_selected_expressions, + STATE(6308), 1, + sym__range, + STATE(6472), 1, + sym_simple_range, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(750), 2, + ACTIONS(864), 2, sym_decimal_integer, sym_decimal_float, - STATE(1077), 2, + STATE(1395), 2, sym__identifier, sym__external_name, - ACTIONS(754), 3, + ACTIONS(868), 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(1078), 3, + STATE(1394), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2384), 3, + STATE(2509), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(740), 4, + ACTIONS(858), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2313), 5, + STATE(2649), 4, sym_condition_expression, sym_logical_expression, sym_relational_expression, sym_shift_expression, - sym_simple_expression, ACTIONS(273), 8, sym_ABS, sym_AND, @@ -49362,7 +49266,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(746), 8, + ACTIONS(862), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -49371,7 +49275,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [1816] = 32, + [1689] = 32, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -49392,27 +49296,27 @@ static const uint16_t ts_small_parse_table[] = { sym_bit_string_length, ACTIONS(758), 1, sym_bit_string_base, - STATE(405), 1, + STATE(394), 1, aux_sym_selected_expressions_repeat1, - STATE(695), 1, + STATE(640), 1, sym_unary_operator, - STATE(696), 1, + STATE(688), 1, sym_sign, - STATE(748), 1, + STATE(743), 1, sym__direct_name, - STATE(1056), 1, + STATE(1006), 1, sym__abstract_literal, - STATE(1229), 1, + STATE(1206), 1, sym_based_literal, - STATE(2275), 1, + STATE(2200), 1, sym__expression, - STATE(2380), 1, + STATE(2399), 1, sym_bit_string_literal, - STATE(2383), 1, - sym__primary, - STATE(2385), 1, + STATE(2427), 1, sym__literal, - STATE(8282), 1, + STATE(2431), 1, + sym__primary, + STATE(6829), 1, sym_selected_expressions, ACTIONS(267), 2, anon_sym_PLUS, @@ -49420,22 +49324,22 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(750), 2, sym_decimal_integer, sym_decimal_float, - STATE(1077), 2, + STATE(1025), 2, sym__identifier, sym__external_name, ACTIONS(754), 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(1078), 3, + STATE(1087), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2384), 3, + STATE(2428), 3, sym_name, sym_allocator, sym_parenthesis_expression, @@ -49444,7 +49348,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - STATE(2313), 5, + STATE(2423), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -49468,85 +49372,86 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [1945] = 32, + [1818] = 33, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(878), 1, - sym_condition_conversion, - ACTIONS(920), 1, + ACTIONS(988), 1, anon_sym_LPAREN, - ACTIONS(922), 1, + ACTIONS(990), 1, + sym_condition_conversion, + ACTIONS(992), 1, anon_sym_LT_LT, - ACTIONS(926), 1, + ACTIONS(996), 1, sym_NEW, - ACTIONS(932), 1, + ACTIONS(1002), 1, sym_based_base, - ACTIONS(936), 1, + ACTIONS(1006), 1, sym_bit_string_length, - ACTIONS(938), 1, + ACTIONS(1008), 1, sym_bit_string_base, - STATE(660), 1, - sym_label_declaration, - STATE(709), 1, - sym_unary_operator, - STATE(710), 1, + STATE(467), 1, sym_sign, - STATE(868), 1, + STATE(520), 1, + sym_unary_operator, + STATE(744), 1, sym__direct_name, - STATE(2050), 1, - sym__expression, - STATE(2283), 1, + STATE(1063), 1, sym__abstract_literal, - STATE(2422), 1, + STATE(1141), 1, sym_based_literal, - STATE(2756), 1, - sym_bit_string_literal, - STATE(2762), 1, - sym__primary, - STATE(2764), 1, + STATE(1579), 1, + sym__expression, + STATE(1964), 1, + sym_simple_expression, + STATE(2350), 1, sym__literal, - STATE(8058), 1, - sym__label, + STATE(2362), 1, + sym__primary, + STATE(2385), 1, + sym_bit_string_literal, + STATE(5444), 1, + sym_simple_range, + STATE(5451), 1, + sym__range, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(930), 2, + ACTIONS(1000), 2, sym_decimal_integer, sym_decimal_float, - STATE(1975), 2, + STATE(1027), 2, sym__identifier, sym__external_name, - ACTIONS(934), 3, + ACTIONS(1004), 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(1976), 3, + STATE(1028), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2763), 3, + STATE(2361), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(924), 4, + ACTIONS(994), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2761), 5, + STATE(2482), 4, sym_condition_expression, sym_logical_expression, sym_relational_expression, sym_shift_expression, - sym_simple_expression, ACTIONS(273), 8, sym_ABS, sym_AND, @@ -49556,7 +49461,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(928), 8, + ACTIONS(998), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -49565,86 +49470,85 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [2074] = 33, + [1949] = 32, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(760), 1, - anon_sym_LPAREN, - ACTIONS(762), 1, + ACTIONS(265), 1, sym_condition_conversion, - ACTIONS(764), 1, + ACTIONS(736), 1, + anon_sym_LPAREN, + ACTIONS(738), 1, anon_sym_LT_LT, - ACTIONS(768), 1, + ACTIONS(744), 1, sym_NEW, - ACTIONS(774), 1, + ACTIONS(752), 1, sym_based_base, - ACTIONS(778), 1, + ACTIONS(756), 1, sym_bit_string_length, - ACTIONS(780), 1, + ACTIONS(758), 1, sym_bit_string_base, - STATE(439), 1, - sym_sign, - STATE(720), 1, + STATE(394), 1, + aux_sym_selected_expressions_repeat1, + STATE(640), 1, sym_unary_operator, - STATE(721), 1, + STATE(688), 1, + sym_sign, + STATE(743), 1, sym__direct_name, - STATE(846), 1, + STATE(1006), 1, sym__abstract_literal, - STATE(902), 1, + STATE(1206), 1, sym_based_literal, - STATE(1050), 1, + STATE(2200), 1, sym__expression, - STATE(1612), 1, + STATE(2399), 1, sym_bit_string_literal, - STATE(1620), 1, - sym__primary, - STATE(1622), 1, + STATE(2427), 1, sym__literal, - STATE(1837), 1, - sym_simple_expression, - STATE(5022), 1, - sym_simple_range, - STATE(6238), 1, - sym__range, + STATE(2431), 1, + sym__primary, + STATE(7207), 1, + sym_selected_expressions, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(772), 2, + ACTIONS(750), 2, sym_decimal_integer, sym_decimal_float, - STATE(838), 2, + STATE(1025), 2, sym__identifier, sym__external_name, - ACTIONS(776), 3, + ACTIONS(754), 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(840), 3, + STATE(1087), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(1621), 3, + STATE(2428), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(808), 4, + ACTIONS(740), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(1944), 4, + STATE(2423), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, sym_shift_expression, + sym_simple_expression, ACTIONS(273), 8, sym_ABS, sym_AND, @@ -49654,7 +49558,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(770), 8, + ACTIONS(746), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -49663,80 +49567,80 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [2205] = 32, + [2078] = 32, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(265), 1, - sym_condition_conversion, - ACTIONS(736), 1, + ACTIONS(898), 1, anon_sym_LPAREN, - ACTIONS(738), 1, + ACTIONS(900), 1, + sym_condition_conversion, + ACTIONS(902), 1, anon_sym_LT_LT, - ACTIONS(744), 1, + ACTIONS(906), 1, sym_NEW, - ACTIONS(752), 1, + ACTIONS(912), 1, sym_based_base, - ACTIONS(756), 1, + ACTIONS(916), 1, sym_bit_string_length, - ACTIONS(758), 1, + ACTIONS(918), 1, sym_bit_string_base, - STATE(405), 1, - aux_sym_selected_expressions_repeat1, - STATE(695), 1, - sym_unary_operator, - STATE(696), 1, + STATE(660), 1, + sym_label_declaration, + STATE(663), 1, sym_sign, - STATE(748), 1, + STATE(685), 1, + sym_unary_operator, + STATE(882), 1, sym__direct_name, - STATE(1056), 1, + STATE(2170), 1, sym__abstract_literal, - STATE(1229), 1, - sym_based_literal, - STATE(2275), 1, + STATE(2201), 1, sym__expression, - STATE(2380), 1, - sym_bit_string_literal, - STATE(2383), 1, + STATE(2405), 1, + sym_based_literal, + STATE(2702), 1, sym__primary, - STATE(2385), 1, + STATE(2705), 1, sym__literal, - STATE(7472), 1, - sym_selected_expressions, + STATE(2770), 1, + sym_bit_string_literal, + STATE(6806), 1, + sym__label, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(750), 2, + ACTIONS(910), 2, sym_decimal_integer, sym_decimal_float, - STATE(1077), 2, + STATE(1979), 2, sym__identifier, sym__external_name, - ACTIONS(754), 3, + ACTIONS(914), 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(1078), 3, + STATE(1977), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2384), 3, + STATE(2730), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(740), 4, + ACTIONS(904), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2313), 5, + STATE(2772), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -49751,7 +49655,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(746), 8, + ACTIONS(908), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -49760,85 +49664,86 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [2334] = 32, + [2207] = 33, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(265), 1, + ACTIONS(900), 1, sym_condition_conversion, - ACTIONS(736), 1, + ACTIONS(1010), 1, anon_sym_LPAREN, - ACTIONS(738), 1, + ACTIONS(1012), 1, anon_sym_LT_LT, - ACTIONS(744), 1, + ACTIONS(1016), 1, sym_NEW, - ACTIONS(752), 1, + ACTIONS(1022), 1, sym_based_base, - ACTIONS(756), 1, + ACTIONS(1026), 1, sym_bit_string_length, - ACTIONS(758), 1, + ACTIONS(1028), 1, sym_bit_string_base, - STATE(405), 1, - aux_sym_selected_expressions_repeat1, - STATE(695), 1, + STATE(446), 1, sym_unary_operator, - STATE(696), 1, + STATE(476), 1, sym_sign, - STATE(748), 1, + STATE(792), 1, sym__direct_name, - STATE(1056), 1, + STATE(1613), 1, sym__abstract_literal, - STATE(1229), 1, + STATE(1706), 1, sym_based_literal, - STATE(2275), 1, + STATE(2392), 1, sym__expression, - STATE(2380), 1, + STATE(2507), 1, + sym_simple_expression, + STATE(2544), 1, sym_bit_string_literal, - STATE(2383), 1, - sym__primary, - STATE(2385), 1, + STATE(2557), 1, sym__literal, - STATE(8229), 1, - sym_selected_expressions, + STATE(2594), 1, + sym__primary, + STATE(7445), 1, + sym__range, + STATE(8264), 1, + sym_simple_range, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(750), 2, + ACTIONS(1020), 2, sym_decimal_integer, sym_decimal_float, - STATE(1077), 2, + STATE(1517), 2, sym__identifier, sym__external_name, - ACTIONS(754), 3, + ACTIONS(1024), 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(1078), 3, + STATE(1523), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2384), 3, + STATE(2605), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(740), 4, + ACTIONS(1014), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2313), 5, + STATE(2772), 4, sym_condition_expression, sym_logical_expression, sym_relational_expression, sym_shift_expression, - sym_simple_expression, ACTIONS(273), 8, sym_ABS, sym_AND, @@ -49848,7 +49753,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(746), 8, + ACTIONS(1018), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -49857,82 +49762,82 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [2463] = 33, + [2338] = 33, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(854), 1, - sym_condition_conversion, - ACTIONS(856), 1, + ACTIONS(782), 1, anon_sym_LT_LT, - ACTIONS(860), 1, + ACTIONS(1030), 1, + anon_sym_LPAREN, + ACTIONS(1032), 1, + sym_condition_conversion, + ACTIONS(1034), 1, sym_NEW, - ACTIONS(866), 1, + ACTIONS(1040), 1, sym_based_base, - ACTIONS(870), 1, + ACTIONS(1042), 1, sym_bit_string_length, - ACTIONS(872), 1, + ACTIONS(1044), 1, sym_bit_string_base, - ACTIONS(984), 1, - anon_sym_LPAREN, - STATE(453), 1, - sym_unary_operator, - STATE(454), 1, + STATE(579), 1, sym_sign, - STATE(772), 1, + STATE(649), 1, + sym_unary_operator, + STATE(756), 1, sym__direct_name, - STATE(1407), 1, + STATE(1195), 1, sym__abstract_literal, - STATE(1615), 1, + STATE(1243), 1, sym_based_literal, - STATE(2048), 1, + STATE(1910), 1, sym__expression, - STATE(2463), 1, + STATE(2331), 1, sym_simple_expression, - STATE(2480), 1, + STATE(2436), 1, + sym__primary, + STATE(2443), 1, sym__literal, - STATE(2530), 1, + STATE(2453), 1, sym_bit_string_literal, - STATE(2535), 1, - sym__primary, - STATE(6038), 1, + STATE(5559), 1, sym_simple_range, - STATE(6356), 1, + STATE(5652), 1, sym__range, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(864), 2, + ACTIONS(1038), 2, sym_decimal_integer, sym_decimal_float, - STATE(1336), 2, + STATE(879), 2, sym__identifier, sym__external_name, - ACTIONS(868), 3, + ACTIONS(786), 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(1337), 3, + STATE(881), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2507), 3, + STATE(2442), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(858), 4, + ACTIONS(806), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2621), 4, + STATE(2539), 4, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -49946,7 +49851,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(862), 8, + ACTIONS(1036), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -49955,82 +49860,82 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [2594] = 33, + [2469] = 33, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(764), 1, - anon_sym_LT_LT, - ACTIONS(986), 1, + ACTIONS(1046), 1, anon_sym_LPAREN, - ACTIONS(988), 1, + ACTIONS(1048), 1, sym_condition_conversion, - ACTIONS(990), 1, + ACTIONS(1050), 1, + anon_sym_LT_LT, + ACTIONS(1054), 1, sym_NEW, - ACTIONS(996), 1, + ACTIONS(1060), 1, sym_based_base, - ACTIONS(998), 1, + ACTIONS(1064), 1, sym_bit_string_length, - ACTIONS(1000), 1, + ACTIONS(1066), 1, sym_bit_string_base, - STATE(499), 1, + STATE(464), 1, sym_unary_operator, - STATE(500), 1, + STATE(480), 1, sym_sign, - STATE(763), 1, + STATE(794), 1, sym__direct_name, - STATE(1138), 1, + STATE(1495), 1, sym__abstract_literal, - STATE(1257), 1, + STATE(1705), 1, sym_based_literal, - STATE(1782), 1, + STATE(2421), 1, sym__expression, - STATE(2345), 1, + STATE(2513), 1, sym_simple_expression, - STATE(2452), 1, + STATE(2595), 1, sym_bit_string_literal, - STATE(2454), 1, - sym__primary, - STATE(2456), 1, + STATE(2597), 1, sym__literal, - STATE(5685), 1, + STATE(2607), 1, + sym__primary, + STATE(8224), 1, sym__range, - STATE(5757), 1, + STATE(8271), 1, sym_simple_range, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(994), 2, + ACTIONS(1058), 2, sym_decimal_integer, sym_decimal_float, - STATE(838), 2, + STATE(1584), 2, sym__identifier, sym__external_name, - ACTIONS(776), 3, + ACTIONS(1062), 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(840), 3, + STATE(1587), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2455), 3, + STATE(2602), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(808), 4, + ACTIONS(1052), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2565), 4, + STATE(2738), 4, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -50044,7 +49949,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(992), 8, + ACTIONS(1056), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -50053,82 +49958,82 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [2725] = 33, + [2600] = 33, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1002), 1, + ACTIONS(760), 1, anon_sym_LPAREN, - ACTIONS(1004), 1, + ACTIONS(762), 1, sym_condition_conversion, - ACTIONS(1006), 1, - anon_sym_LT_LT, - ACTIONS(1010), 1, + ACTIONS(768), 1, sym_NEW, - ACTIONS(1016), 1, + ACTIONS(774), 1, sym_based_base, - ACTIONS(1020), 1, + ACTIONS(778), 1, sym_bit_string_length, - ACTIONS(1022), 1, + ACTIONS(780), 1, sym_bit_string_base, - STATE(519), 1, - sym_unary_operator, - STATE(520), 1, + ACTIONS(782), 1, + anon_sym_LT_LT, + STATE(710), 1, sym_sign, - STATE(746), 1, + STATE(712), 1, + sym_unary_operator, + STATE(723), 1, sym__direct_name, - STATE(1071), 1, + STATE(838), 1, sym__abstract_literal, - STATE(1154), 1, + STATE(918), 1, sym_based_literal, - STATE(1556), 1, + STATE(1103), 1, sym__expression, - STATE(2015), 1, - sym_simple_expression, - STATE(2290), 1, - sym__primary, - STATE(2399), 1, + STATE(1429), 1, sym__literal, - STATE(2429), 1, + STATE(1446), 1, + sym__primary, + STATE(1458), 1, sym_bit_string_literal, - STATE(5489), 1, - sym__range, - STATE(5513), 1, + STATE(1773), 1, + sym_simple_expression, + STATE(4995), 1, sym_simple_range, + STATE(5158), 1, + sym__range, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1014), 2, + ACTIONS(772), 2, sym_decimal_integer, sym_decimal_float, - STATE(1116), 2, + STATE(879), 2, sym__identifier, sym__external_name, - ACTIONS(1018), 3, + ACTIONS(786), 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(1000), 3, + STATE(881), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2301), 3, + STATE(1440), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1008), 4, + ACTIONS(806), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2533), 4, + STATE(2013), 4, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -50142,7 +50047,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1012), 8, + ACTIONS(770), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -50151,7 +50056,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [2856] = 32, + [2731] = 32, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -50172,27 +50077,27 @@ static const uint16_t ts_small_parse_table[] = { sym_bit_string_length, ACTIONS(758), 1, sym_bit_string_base, - STATE(405), 1, + STATE(394), 1, aux_sym_selected_expressions_repeat1, - STATE(695), 1, + STATE(640), 1, sym_unary_operator, - STATE(696), 1, + STATE(688), 1, sym_sign, - STATE(748), 1, + STATE(743), 1, sym__direct_name, - STATE(1056), 1, + STATE(1006), 1, sym__abstract_literal, - STATE(1229), 1, + STATE(1206), 1, sym_based_literal, - STATE(2275), 1, + STATE(2200), 1, sym__expression, - STATE(2380), 1, + STATE(2399), 1, sym_bit_string_literal, - STATE(2383), 1, - sym__primary, - STATE(2385), 1, + STATE(2427), 1, sym__literal, - STATE(8041), 1, + STATE(2431), 1, + sym__primary, + STATE(8137), 1, sym_selected_expressions, ACTIONS(267), 2, anon_sym_PLUS, @@ -50200,22 +50105,22 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(750), 2, sym_decimal_integer, sym_decimal_float, - STATE(1077), 2, + STATE(1025), 2, sym__identifier, sym__external_name, ACTIONS(754), 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(1078), 3, + STATE(1087), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2384), 3, + STATE(2428), 3, sym_name, sym_allocator, sym_parenthesis_expression, @@ -50224,7 +50129,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - STATE(2313), 5, + STATE(2423), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -50248,7 +50153,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [2985] = 32, + [2860] = 32, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -50269,27 +50174,124 @@ static const uint16_t ts_small_parse_table[] = { sym_bit_string_length, ACTIONS(758), 1, sym_bit_string_base, - STATE(405), 1, + STATE(394), 1, aux_sym_selected_expressions_repeat1, - STATE(695), 1, + STATE(640), 1, sym_unary_operator, - STATE(696), 1, + STATE(688), 1, sym_sign, - STATE(748), 1, + STATE(743), 1, sym__direct_name, - STATE(1056), 1, + STATE(1006), 1, sym__abstract_literal, - STATE(1229), 1, + STATE(1206), 1, sym_based_literal, - STATE(2275), 1, + STATE(2200), 1, sym__expression, - STATE(2380), 1, + STATE(2399), 1, sym_bit_string_literal, - STATE(2383), 1, + STATE(2427), 1, + sym__literal, + STATE(2431), 1, sym__primary, - STATE(2385), 1, + STATE(8173), 1, + sym_selected_expressions, + ACTIONS(267), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(750), 2, + sym_decimal_integer, + sym_decimal_float, + STATE(1025), 2, + sym__identifier, + sym__external_name, + ACTIONS(754), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, + STATE(388), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(1087), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + STATE(2428), 3, + sym_name, + sym_allocator, + sym_parenthesis_expression, + ACTIONS(740), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + STATE(2423), 5, + sym_condition_expression, + sym_logical_expression, + sym_relational_expression, + sym_shift_expression, + sym_simple_expression, + ACTIONS(273), 8, + sym_ABS, + sym_AND, + sym_NAND, + sym_NOR, + sym_NOT, + sym_OR, + sym_XNOR, + sym_XOR, + ACTIONS(746), 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, + [2989] = 32, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(265), 1, + sym_condition_conversion, + ACTIONS(736), 1, + anon_sym_LPAREN, + ACTIONS(738), 1, + anon_sym_LT_LT, + ACTIONS(744), 1, + sym_NEW, + ACTIONS(752), 1, + sym_based_base, + ACTIONS(756), 1, + sym_bit_string_length, + ACTIONS(758), 1, + sym_bit_string_base, + STATE(394), 1, + aux_sym_selected_expressions_repeat1, + STATE(640), 1, + sym_unary_operator, + STATE(688), 1, + sym_sign, + STATE(743), 1, + sym__direct_name, + STATE(1006), 1, + sym__abstract_literal, + STATE(1206), 1, + sym_based_literal, + STATE(2200), 1, + sym__expression, + STATE(2399), 1, + sym_bit_string_literal, + STATE(2427), 1, sym__literal, - STATE(7613), 1, + STATE(2431), 1, + sym__primary, + STATE(7259), 1, sym_selected_expressions, ACTIONS(267), 2, anon_sym_PLUS, @@ -50297,7 +50299,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(750), 2, sym_decimal_integer, sym_decimal_float, - STATE(1077), 2, + STATE(1025), 2, sym__identifier, sym__external_name, ACTIONS(754), 3, @@ -50308,11 +50310,11 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1078), 3, + STATE(1087), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2384), 3, + STATE(2428), 3, sym_name, sym_allocator, sym_parenthesis_expression, @@ -50321,7 +50323,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - STATE(2313), 5, + STATE(2423), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -50345,61 +50347,59 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [3114] = 33, + [3118] = 32, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1024), 1, - anon_sym_LPAREN, - ACTIONS(1026), 1, + ACTIONS(265), 1, sym_condition_conversion, - ACTIONS(1028), 1, + ACTIONS(736), 1, + anon_sym_LPAREN, + ACTIONS(738), 1, anon_sym_LT_LT, - ACTIONS(1032), 1, + ACTIONS(744), 1, sym_NEW, - ACTIONS(1038), 1, + ACTIONS(752), 1, sym_based_base, - ACTIONS(1042), 1, + ACTIONS(756), 1, sym_bit_string_length, - ACTIONS(1044), 1, + ACTIONS(758), 1, sym_bit_string_base, - STATE(473), 1, + STATE(394), 1, + aux_sym_selected_expressions_repeat1, + STATE(640), 1, sym_unary_operator, - STATE(474), 1, + STATE(688), 1, sym_sign, - STATE(750), 1, + STATE(743), 1, sym__direct_name, - STATE(1140), 1, + STATE(1006), 1, sym__abstract_literal, - STATE(1326), 1, + STATE(1206), 1, sym_based_literal, - STATE(1844), 1, + STATE(2200), 1, sym__expression, - STATE(2315), 1, - sym_simple_expression, - STATE(2436), 1, + STATE(2399), 1, sym_bit_string_literal, - STATE(2438), 1, - sym__primary, - STATE(2440), 1, + STATE(2427), 1, sym__literal, - STATE(5675), 1, - sym_simple_range, - STATE(5707), 1, - sym__range, + STATE(2431), 1, + sym__primary, + STATE(8063), 1, + sym_selected_expressions, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1036), 2, + ACTIONS(750), 2, sym_decimal_integer, sym_decimal_float, - STATE(1184), 2, + STATE(1025), 2, sym__identifier, sym__external_name, - ACTIONS(1040), 3, + ACTIONS(754), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -50407,24 +50407,25 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1193), 3, + STATE(1087), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2439), 3, + STATE(2428), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1030), 4, + ACTIONS(740), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2560), 4, + STATE(2423), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, sym_shift_expression, + sym_simple_expression, ACTIONS(273), 8, sym_ABS, sym_AND, @@ -50434,7 +50435,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1034), 8, + ACTIONS(746), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -50443,61 +50444,59 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [3245] = 33, + [3247] = 32, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1046), 1, - anon_sym_LPAREN, - ACTIONS(1048), 1, + ACTIONS(265), 1, sym_condition_conversion, - ACTIONS(1050), 1, + ACTIONS(736), 1, + anon_sym_LPAREN, + ACTIONS(738), 1, anon_sym_LT_LT, - ACTIONS(1054), 1, + ACTIONS(744), 1, sym_NEW, - ACTIONS(1060), 1, + ACTIONS(752), 1, sym_based_base, - ACTIONS(1064), 1, + ACTIONS(756), 1, sym_bit_string_length, - ACTIONS(1066), 1, + ACTIONS(758), 1, sym_bit_string_base, - STATE(478), 1, + STATE(394), 1, + aux_sym_selected_expressions_repeat1, + STATE(640), 1, sym_unary_operator, - STATE(479), 1, + STATE(688), 1, sym_sign, - STATE(788), 1, + STATE(743), 1, sym__direct_name, - STATE(1526), 1, + STATE(1006), 1, sym__abstract_literal, - STATE(1709), 1, + STATE(1206), 1, sym_based_literal, - STATE(2332), 1, + STATE(2200), 1, sym__expression, - STATE(2486), 1, - sym_simple_expression, - STATE(2541), 1, - sym__primary, - STATE(2546), 1, - sym__literal, - STATE(2572), 1, + STATE(2399), 1, sym_bit_string_literal, - STATE(6886), 1, - sym_simple_range, - STATE(7102), 1, - sym__range, + STATE(2427), 1, + sym__literal, + STATE(2431), 1, + sym__primary, + STATE(7566), 1, + sym_selected_expressions, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1058), 2, + ACTIONS(750), 2, sym_decimal_integer, sym_decimal_float, - STATE(1553), 2, + STATE(1025), 2, sym__identifier, sym__external_name, - ACTIONS(1062), 3, + ACTIONS(754), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -50505,24 +50504,25 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1673), 3, + STATE(1087), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2543), 3, + STATE(2428), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1052), 4, + ACTIONS(740), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2738), 4, + STATE(2423), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, sym_shift_expression, + sym_simple_expression, ACTIONS(273), 8, sym_ABS, sym_AND, @@ -50532,7 +50532,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1056), 8, + ACTIONS(746), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -50562,25 +50562,25 @@ static const uint16_t ts_small_parse_table[] = { sym_bit_string_length, ACTIONS(1086), 1, sym_bit_string_base, - STATE(414), 1, + STATE(506), 1, sym_sign, - STATE(719), 1, + STATE(527), 1, sym_unary_operator, STATE(733), 1, sym__direct_name, - STATE(965), 1, + STATE(943), 1, sym__abstract_literal, - STATE(1110), 1, + STATE(1098), 1, sym_based_literal, - STATE(1943), 1, - sym_bit_string_literal, - STATE(1946), 1, - sym__primary, - STATE(1948), 1, + STATE(2006), 1, sym__literal, - STATE(2400), 1, + STATE(2012), 1, + sym__primary, + STATE(2014), 1, + sym_bit_string_literal, + STATE(2316), 1, sym__expression, - STATE(7290), 1, + STATE(7497), 1, sym_file_logical_name, ACTIONS(267), 2, anon_sym_PLUS, @@ -50588,7 +50588,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1078), 2, sym_decimal_integer, sym_decimal_float, - STATE(939), 2, + STATE(944), 2, sym__identifier, sym__external_name, ACTIONS(1082), 3, @@ -50599,11 +50599,11 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(940), 3, + STATE(950), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(1947), 3, + STATE(2011), 3, sym_name, sym_allocator, sym_parenthesis_expression, @@ -50612,7 +50612,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - STATE(1944), 5, + STATE(2013), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -50643,50 +50643,50 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(265), 1, - sym_condition_conversion, - ACTIONS(736), 1, + ACTIONS(415), 1, anon_sym_LPAREN, - ACTIONS(738), 1, + ACTIONS(417), 1, + sym_condition_conversion, + ACTIONS(419), 1, anon_sym_LT_LT, - ACTIONS(744), 1, + ACTIONS(427), 1, sym_NEW, - ACTIONS(752), 1, + ACTIONS(439), 1, sym_based_base, - ACTIONS(756), 1, + ACTIONS(443), 1, sym_bit_string_length, - ACTIONS(758), 1, + ACTIONS(445), 1, sym_bit_string_base, - STATE(695), 1, + STATE(699), 1, sym_unary_operator, - STATE(696), 1, + STATE(700), 1, sym_sign, - STATE(748), 1, + STATE(764), 1, sym__direct_name, - STATE(1056), 1, + STATE(1399), 1, sym__abstract_literal, - STATE(1201), 1, - sym__expression, - STATE(1229), 1, + STATE(1466), 1, sym_based_literal, - STATE(2380), 1, - sym_bit_string_literal, - STATE(2383), 1, - sym__primary, - STATE(2385), 1, + STATE(1550), 1, + sym__expression, + STATE(2500), 1, sym__literal, - STATE(6873), 1, - sym_conditional_expression, + STATE(2502), 1, + sym__primary, + STATE(2505), 1, + sym_bit_string_literal, + STATE(5919), 1, + sym_waveform_element, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(750), 2, + ACTIONS(437), 2, sym_decimal_integer, sym_decimal_float, - STATE(1077), 2, + STATE(1352), 2, sym__identifier, sym__external_name, - ACTIONS(754), 3, + ACTIONS(441), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -50694,20 +50694,20 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1078), 3, + STATE(1351), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2384), 3, + STATE(2501), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(740), 4, + ACTIONS(421), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2313), 5, + STATE(2503), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -50722,7 +50722,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(746), 8, + ACTIONS(429), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -50752,33 +50752,33 @@ static const uint16_t ts_small_parse_table[] = { sym_bit_string_length, ACTIONS(758), 1, sym_bit_string_base, - STATE(695), 1, + STATE(398), 1, + aux_sym_selected_expressions_repeat1, + STATE(640), 1, sym_unary_operator, - STATE(696), 1, + STATE(688), 1, sym_sign, - STATE(748), 1, + STATE(743), 1, sym__direct_name, - STATE(1056), 1, + STATE(1006), 1, sym__abstract_literal, - STATE(1201), 1, - sym__expression, - STATE(1229), 1, + STATE(1206), 1, sym_based_literal, - STATE(2380), 1, + STATE(2233), 1, + sym__expression, + STATE(2399), 1, sym_bit_string_literal, - STATE(2383), 1, - sym__primary, - STATE(2385), 1, + STATE(2427), 1, sym__literal, - STATE(8212), 1, - sym_conditional_expression, + STATE(2431), 1, + sym__primary, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(750), 2, sym_decimal_integer, sym_decimal_float, - STATE(1077), 2, + STATE(1025), 2, sym__identifier, sym__external_name, ACTIONS(754), 3, @@ -50789,11 +50789,11 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1078), 3, + STATE(1087), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2384), 3, + STATE(2428), 3, sym_name, sym_allocator, sym_parenthesis_expression, @@ -50802,7 +50802,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - STATE(2313), 5, + STATE(2423), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -50833,50 +50833,50 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(762), 1, + ACTIONS(265), 1, sym_condition_conversion, - ACTIONS(1068), 1, + ACTIONS(736), 1, anon_sym_LPAREN, - ACTIONS(1070), 1, + ACTIONS(738), 1, anon_sym_LT_LT, - ACTIONS(1074), 1, + ACTIONS(744), 1, sym_NEW, - ACTIONS(1080), 1, + ACTIONS(752), 1, sym_based_base, - ACTIONS(1084), 1, + ACTIONS(756), 1, sym_bit_string_length, - ACTIONS(1086), 1, + ACTIONS(758), 1, sym_bit_string_base, - STATE(414), 1, - sym_sign, - STATE(719), 1, + STATE(640), 1, sym_unary_operator, - STATE(733), 1, + STATE(688), 1, + sym_sign, + STATE(743), 1, sym__direct_name, - STATE(965), 1, + STATE(1006), 1, sym__abstract_literal, - STATE(1110), 1, + STATE(1133), 1, + sym__expression, + STATE(1206), 1, sym_based_literal, - STATE(1943), 1, + STATE(2399), 1, sym_bit_string_literal, - STATE(1946), 1, - sym__primary, - STATE(1948), 1, + STATE(2427), 1, sym__literal, - STATE(2400), 1, - sym__expression, - STATE(7222), 1, - sym_file_logical_name, + STATE(2431), 1, + sym__primary, + STATE(6869), 1, + sym_conditional_expression, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1078), 2, + ACTIONS(750), 2, sym_decimal_integer, sym_decimal_float, - STATE(939), 2, + STATE(1025), 2, sym__identifier, sym__external_name, - ACTIONS(1082), 3, + ACTIONS(754), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -50884,20 +50884,20 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(940), 3, + STATE(1087), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(1947), 3, + STATE(2428), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1072), 4, + ACTIONS(740), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(1944), 5, + STATE(2423), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -50912,7 +50912,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1076), 8, + ACTIONS(746), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -50928,50 +50928,50 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(964), 1, + ACTIONS(265), 1, sym_condition_conversion, - ACTIONS(1088), 1, + ACTIONS(736), 1, anon_sym_LPAREN, - ACTIONS(1090), 1, - anon_sym_QMARK, - ACTIONS(1092), 1, + ACTIONS(738), 1, anon_sym_LT_LT, - ACTIONS(1096), 1, + ACTIONS(744), 1, sym_NEW, - ACTIONS(1102), 1, + ACTIONS(752), 1, sym_based_base, - ACTIONS(1106), 1, + ACTIONS(756), 1, sym_bit_string_length, - ACTIONS(1108), 1, + ACTIONS(758), 1, sym_bit_string_base, - STATE(418), 1, + STATE(640), 1, sym_unary_operator, - STATE(419), 1, + STATE(688), 1, sym_sign, - STATE(873), 1, + STATE(743), 1, sym__direct_name, - STATE(1978), 1, + STATE(1006), 1, sym__abstract_literal, - STATE(2304), 1, - sym_based_literal, - STATE(2413), 1, + STATE(1133), 1, sym__expression, - STATE(2694), 1, - sym__primary, - STATE(2698), 1, - sym__literal, - STATE(2758), 1, + STATE(1206), 1, + sym_based_literal, + STATE(2399), 1, sym_bit_string_literal, + STATE(2427), 1, + sym__literal, + STATE(2431), 1, + sym__primary, + STATE(7713), 1, + sym_conditional_expression, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1100), 2, + ACTIONS(750), 2, sym_decimal_integer, sym_decimal_float, - STATE(2082), 2, + STATE(1025), 2, sym__identifier, sym__external_name, - ACTIONS(1104), 3, + ACTIONS(754), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -50979,20 +50979,20 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(2083), 3, + STATE(1087), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2697), 3, + STATE(2428), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1094), 4, + ACTIONS(740), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2768), 5, + STATE(2423), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -51007,7 +51007,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1098), 8, + ACTIONS(746), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -51037,25 +51037,25 @@ static const uint16_t ts_small_parse_table[] = { sym_bit_string_length, ACTIONS(758), 1, sym_bit_string_base, - STATE(695), 1, + STATE(640), 1, sym_unary_operator, - STATE(696), 1, + STATE(688), 1, sym_sign, - STATE(748), 1, + STATE(743), 1, sym__direct_name, - STATE(1056), 1, + STATE(1006), 1, sym__abstract_literal, - STATE(1201), 1, + STATE(1133), 1, sym__expression, - STATE(1229), 1, + STATE(1206), 1, sym_based_literal, - STATE(2380), 1, + STATE(2399), 1, sym_bit_string_literal, - STATE(2383), 1, - sym__primary, - STATE(2385), 1, + STATE(2427), 1, sym__literal, - STATE(6021), 1, + STATE(2431), 1, + sym__primary, + STATE(6984), 1, sym_conditional_expression, ACTIONS(267), 2, anon_sym_PLUS, @@ -51063,7 +51063,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(750), 2, sym_decimal_integer, sym_decimal_float, - STATE(1077), 2, + STATE(1025), 2, sym__identifier, sym__external_name, ACTIONS(754), 3, @@ -51074,11 +51074,11 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1078), 3, + STATE(1087), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2384), 3, + STATE(2428), 3, sym_name, sym_allocator, sym_parenthesis_expression, @@ -51087,7 +51087,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - STATE(2313), 5, + STATE(2423), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -51111,7 +51111,101 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [4132] = 31, + [4132] = 30, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(1088), 1, + anon_sym_LPAREN, + ACTIONS(1091), 1, + sym_condition_conversion, + ACTIONS(1097), 1, + anon_sym_LT_LT, + ACTIONS(1106), 1, + sym_NEW, + ACTIONS(1115), 1, + sym_based_base, + ACTIONS(1121), 1, + sym_bit_string_length, + ACTIONS(1124), 1, + sym_bit_string_base, + STATE(640), 1, + sym_unary_operator, + STATE(688), 1, + sym_sign, + STATE(743), 1, + sym__direct_name, + STATE(1006), 1, + sym__abstract_literal, + STATE(1206), 1, + sym_based_literal, + STATE(2270), 1, + sym__expression, + STATE(2399), 1, + sym_bit_string_literal, + STATE(2427), 1, + sym__literal, + STATE(2431), 1, + sym__primary, + ACTIONS(1094), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1112), 2, + sym_decimal_integer, + sym_decimal_float, + STATE(1025), 2, + sym__identifier, + sym__external_name, + ACTIONS(1118), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, + STATE(1087), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + STATE(2428), 3, + sym_name, + sym_allocator, + sym_parenthesis_expression, + ACTIONS(1100), 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(2423), 5, + sym_condition_expression, + sym_logical_expression, + sym_relational_expression, + sym_shift_expression, + sym_simple_expression, + ACTIONS(1103), 8, + sym_ABS, + sym_AND, + sym_NAND, + sym_NOR, + sym_NOT, + sym_OR, + sym_XNOR, + sym_XOR, + ACTIONS(1109), 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, + [4256] = 31, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -51132,25 +51226,25 @@ static const uint16_t ts_small_parse_table[] = { sym_bit_string_length, ACTIONS(758), 1, sym_bit_string_base, - STATE(695), 1, + STATE(640), 1, sym_unary_operator, - STATE(696), 1, + STATE(688), 1, sym_sign, - STATE(748), 1, + STATE(743), 1, sym__direct_name, - STATE(1056), 1, + STATE(1006), 1, sym__abstract_literal, - STATE(1201), 1, + STATE(1133), 1, sym__expression, - STATE(1229), 1, + STATE(1206), 1, sym_based_literal, - STATE(2380), 1, + STATE(2399), 1, sym_bit_string_literal, - STATE(2383), 1, - sym__primary, - STATE(2385), 1, + STATE(2427), 1, sym__literal, - STATE(6570), 1, + STATE(2431), 1, + sym__primary, + STATE(8154), 1, sym_conditional_expression, ACTIONS(267), 2, anon_sym_PLUS, @@ -51158,22 +51252,22 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(750), 2, sym_decimal_integer, sym_decimal_float, - STATE(1077), 2, + STATE(1025), 2, sym__identifier, sym__external_name, ACTIONS(754), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(398), 3, + STATE(399), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1078), 3, + STATE(1087), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2384), 3, + STATE(2428), 3, sym_name, sym_allocator, sym_parenthesis_expression, @@ -51182,7 +51276,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - STATE(2313), 5, + STATE(2423), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -51206,7 +51300,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [4258] = 31, + [4382] = 31, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -51227,25 +51321,25 @@ static const uint16_t ts_small_parse_table[] = { sym_bit_string_length, ACTIONS(758), 1, sym_bit_string_base, - STATE(695), 1, + STATE(640), 1, sym_unary_operator, - STATE(696), 1, + STATE(688), 1, sym_sign, - STATE(748), 1, + STATE(743), 1, sym__direct_name, - STATE(1056), 1, + STATE(1006), 1, sym__abstract_literal, - STATE(1201), 1, + STATE(1133), 1, sym__expression, - STATE(1229), 1, + STATE(1206), 1, sym_based_literal, - STATE(2380), 1, + STATE(2399), 1, sym_bit_string_literal, - STATE(2383), 1, - sym__primary, - STATE(2385), 1, + STATE(2427), 1, sym__literal, - STATE(7794), 1, + STATE(2431), 1, + sym__primary, + STATE(8348), 1, sym_conditional_expression, ACTIONS(267), 2, anon_sym_PLUS, @@ -51253,22 +51347,22 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(750), 2, sym_decimal_integer, sym_decimal_float, - STATE(1077), 2, + STATE(1025), 2, sym__identifier, sym__external_name, ACTIONS(754), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(399), 3, + STATE(400), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1078), 3, + STATE(1087), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2384), 3, + STATE(2428), 3, sym_name, sym_allocator, sym_parenthesis_expression, @@ -51277,7 +51371,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - STATE(2313), 5, + STATE(2423), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -51301,7 +51395,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [4384] = 31, + [4508] = 31, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -51322,25 +51416,120 @@ static const uint16_t ts_small_parse_table[] = { sym_bit_string_length, ACTIONS(758), 1, sym_bit_string_base, - STATE(695), 1, + STATE(640), 1, sym_unary_operator, - STATE(696), 1, + STATE(688), 1, sym_sign, - STATE(748), 1, + STATE(743), 1, sym__direct_name, - STATE(1056), 1, + STATE(1006), 1, sym__abstract_literal, - STATE(1201), 1, + STATE(1133), 1, sym__expression, - STATE(1229), 1, + STATE(1206), 1, sym_based_literal, - STATE(2380), 1, + STATE(2399), 1, sym_bit_string_literal, - STATE(2383), 1, + STATE(2427), 1, + sym__literal, + STATE(2431), 1, sym__primary, - STATE(2385), 1, + STATE(8329), 1, + sym_conditional_expression, + ACTIONS(267), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(750), 2, + sym_decimal_integer, + sym_decimal_float, + STATE(1025), 2, + sym__identifier, + sym__external_name, + ACTIONS(754), 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(1087), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + STATE(2428), 3, + sym_name, + sym_allocator, + sym_parenthesis_expression, + ACTIONS(740), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + STATE(2423), 5, + sym_condition_expression, + sym_logical_expression, + sym_relational_expression, + sym_shift_expression, + sym_simple_expression, + ACTIONS(273), 8, + sym_ABS, + sym_AND, + sym_NAND, + sym_NOR, + sym_NOT, + sym_OR, + sym_XNOR, + sym_XOR, + ACTIONS(746), 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, + [4634] = 31, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(265), 1, + sym_condition_conversion, + ACTIONS(736), 1, + anon_sym_LPAREN, + ACTIONS(738), 1, + anon_sym_LT_LT, + ACTIONS(744), 1, + sym_NEW, + ACTIONS(752), 1, + sym_based_base, + ACTIONS(756), 1, + sym_bit_string_length, + ACTIONS(758), 1, + sym_bit_string_base, + STATE(640), 1, + sym_unary_operator, + STATE(688), 1, + sym_sign, + STATE(743), 1, + sym__direct_name, + STATE(1006), 1, + sym__abstract_literal, + STATE(1133), 1, + sym__expression, + STATE(1206), 1, + sym_based_literal, + STATE(2399), 1, + sym_bit_string_literal, + STATE(2427), 1, sym__literal, - STATE(6236), 1, + STATE(2431), 1, + sym__primary, + STATE(6463), 1, sym_conditional_expression, ACTIONS(267), 2, anon_sym_PLUS, @@ -51348,22 +51537,22 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(750), 2, sym_decimal_integer, sym_decimal_float, - STATE(1077), 2, + STATE(1025), 2, sym__identifier, sym__external_name, ACTIONS(754), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(400), 3, + STATE(402), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1078), 3, + STATE(1087), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2384), 3, + STATE(2428), 3, sym_name, sym_allocator, sym_parenthesis_expression, @@ -51372,7 +51561,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - STATE(2313), 5, + STATE(2423), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -51396,7 +51585,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [4510] = 38, + [4760] = 38, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -51439,43 +51628,43 @@ static const uint16_t ts_small_parse_table[] = { sym_VARIABLE, ACTIONS(215), 1, sym_VIEW, - ACTIONS(1110), 1, + ACTIONS(1127), 1, anon_sym_LPAREN, - ACTIONS(1112), 1, + ACTIONS(1129), 1, sym_BEGIN, - ACTIONS(1114), 1, + ACTIONS(1131), 1, sym_GENERIC, - ACTIONS(1116), 1, + ACTIONS(1133), 1, sym_IS, - ACTIONS(1118), 1, + ACTIONS(1135), 1, sym_PORT, - STATE(722), 1, + STATE(724), 1, sym_guard_condition, - STATE(737), 1, + STATE(739), 1, sym_generic_clause, - STATE(757), 1, + STATE(773), 1, sym_port_clause, - STATE(807), 1, + STATE(809), 1, aux_sym_design_unit_repeat2, - STATE(3070), 1, + STATE(3027), 1, sym__block_declarative_item, - STATE(5909), 1, + STATE(5711), 1, sym__subprogram_specification, - STATE(6018), 1, - sym_concurrent_block, - STATE(6020), 1, + STATE(6038), 1, sym_block_head, + STATE(6536), 1, + sym_concurrent_block, ACTIONS(43), 2, sym_IMPURE, sym_PURE, - STATE(6069), 2, + STATE(6037), 2, sym_procedure_specification, sym_function_specification, - STATE(401), 3, + STATE(403), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3071), 22, + STATE(3051), 22, sym_use_clause, sym_package_declaration, sym_package_instantiation_declaration, @@ -51498,83 +51687,84 @@ static const uint16_t ts_small_parse_table[] = { sym_group_template_declaration, sym_group_declaration, sym_configuration_specification, - [4650] = 30, + [4900] = 31, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1120), 1, - anon_sym_LPAREN, - ACTIONS(1123), 1, + ACTIONS(265), 1, sym_condition_conversion, - ACTIONS(1129), 1, + ACTIONS(736), 1, + anon_sym_LPAREN, + ACTIONS(738), 1, anon_sym_LT_LT, - ACTIONS(1138), 1, + ACTIONS(744), 1, sym_NEW, - ACTIONS(1147), 1, + ACTIONS(752), 1, sym_based_base, - ACTIONS(1153), 1, + ACTIONS(756), 1, sym_bit_string_length, - ACTIONS(1156), 1, + ACTIONS(758), 1, sym_bit_string_base, - STATE(695), 1, + STATE(640), 1, sym_unary_operator, - STATE(696), 1, + STATE(688), 1, sym_sign, - STATE(748), 1, + STATE(743), 1, sym__direct_name, - STATE(1056), 1, + STATE(1006), 1, sym__abstract_literal, - STATE(1229), 1, - sym_based_literal, - STATE(1973), 1, + STATE(1133), 1, sym__expression, - STATE(2380), 1, + STATE(1206), 1, + sym_based_literal, + STATE(2399), 1, sym_bit_string_literal, - STATE(2383), 1, - sym__primary, - STATE(2385), 1, + STATE(2427), 1, sym__literal, - ACTIONS(1126), 2, + STATE(2431), 1, + sym__primary, + STATE(6132), 1, + sym_conditional_expression, + ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1144), 2, + ACTIONS(750), 2, sym_decimal_integer, sym_decimal_float, - STATE(1077), 2, + STATE(1025), 2, sym__identifier, sym__external_name, - ACTIONS(1150), 3, + ACTIONS(754), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(1078), 3, + STATE(404), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(1087), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2384), 3, + STATE(2428), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1132), 4, + ACTIONS(740), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(402), 4, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - aux_sym_selected_expressions_repeat1, - STATE(2313), 5, + STATE(2423), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, sym_shift_expression, sym_simple_expression, - ACTIONS(1135), 8, + ACTIONS(273), 8, sym_ABS, sym_AND, sym_NAND, @@ -51583,7 +51773,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1141), 8, + ACTIONS(746), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -51592,7 +51782,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [4774] = 31, + [5026] = 31, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -51613,25 +51803,25 @@ static const uint16_t ts_small_parse_table[] = { sym_bit_string_length, ACTIONS(758), 1, sym_bit_string_base, - STATE(695), 1, + STATE(640), 1, sym_unary_operator, - STATE(696), 1, + STATE(688), 1, sym_sign, - STATE(748), 1, + STATE(743), 1, sym__direct_name, - STATE(1056), 1, + STATE(1006), 1, sym__abstract_literal, - STATE(1201), 1, + STATE(1133), 1, sym__expression, - STATE(1229), 1, + STATE(1206), 1, sym_based_literal, - STATE(2380), 1, + STATE(2399), 1, sym_bit_string_literal, - STATE(2383), 1, - sym__primary, - STATE(2385), 1, + STATE(2427), 1, sym__literal, - STATE(7218), 1, + STATE(2431), 1, + sym__primary, + STATE(7467), 1, sym_conditional_expression, ACTIONS(267), 2, anon_sym_PLUS, @@ -51639,22 +51829,22 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(750), 2, sym_decimal_integer, sym_decimal_float, - STATE(1077), 2, + STATE(1025), 2, sym__identifier, sym__external_name, ACTIONS(754), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(403), 3, + STATE(405), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1078), 3, + STATE(1087), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2384), 3, + STATE(2428), 3, sym_name, sym_allocator, sym_parenthesis_expression, @@ -51663,7 +51853,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - STATE(2313), 5, + STATE(2423), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -51687,78 +51877,78 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [4900] = 31, + [5152] = 31, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(411), 1, - anon_sym_LPAREN, - ACTIONS(413), 1, + ACTIONS(1048), 1, sym_condition_conversion, - ACTIONS(415), 1, + ACTIONS(1137), 1, + anon_sym_LPAREN, + ACTIONS(1139), 1, + anon_sym_QMARK, + ACTIONS(1141), 1, anon_sym_LT_LT, - ACTIONS(423), 1, + ACTIONS(1145), 1, sym_NEW, - ACTIONS(433), 1, + ACTIONS(1151), 1, sym_based_base, - ACTIONS(437), 1, + ACTIONS(1155), 1, sym_bit_string_length, - ACTIONS(439), 1, + ACTIONS(1157), 1, sym_bit_string_base, - STATE(704), 1, + STATE(625), 1, sym_unary_operator, - STATE(705), 1, + STATE(630), 1, sym_sign, - STATE(777), 1, + STATE(883), 1, sym__direct_name, - STATE(1408), 1, + STATE(1973), 1, sym__abstract_literal, - STATE(1519), 1, + STATE(2371), 1, sym__expression, - STATE(1627), 1, + STATE(2418), 1, sym_based_literal, - STATE(2506), 1, + STATE(2736), 1, sym_bit_string_literal, - STATE(2508), 1, + STATE(2741), 1, sym__primary, - STATE(2510), 1, + STATE(2743), 1, sym__literal, - STATE(5766), 1, - sym_waveform_element, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(431), 2, + ACTIONS(1149), 2, sym_decimal_integer, sym_decimal_float, - STATE(1411), 2, + STATE(2281), 2, sym__identifier, sym__external_name, - ACTIONS(435), 3, + ACTIONS(1153), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(404), 3, + STATE(406), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1412), 3, + STATE(2282), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2509), 3, + STATE(2742), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(417), 4, + ACTIONS(1143), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2536), 5, + STATE(2738), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -51773,7 +51963,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(425), 8, + ACTIONS(1147), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -51782,7 +51972,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [5026] = 31, + [5278] = 31, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -51803,48 +51993,48 @@ static const uint16_t ts_small_parse_table[] = { sym_bit_string_length, ACTIONS(758), 1, sym_bit_string_base, - STATE(402), 1, - aux_sym_selected_expressions_repeat1, - STATE(695), 1, + STATE(640), 1, sym_unary_operator, - STATE(696), 1, + STATE(688), 1, sym_sign, - STATE(748), 1, + STATE(743), 1, sym__direct_name, - STATE(1056), 1, + STATE(1006), 1, sym__abstract_literal, - STATE(1229), 1, - sym_based_literal, - STATE(1941), 1, + STATE(1133), 1, sym__expression, - STATE(2380), 1, + STATE(1206), 1, + sym_based_literal, + STATE(2399), 1, sym_bit_string_literal, - STATE(2383), 1, - sym__primary, - STATE(2385), 1, + STATE(2427), 1, sym__literal, + STATE(2431), 1, + sym__primary, + STATE(8295), 1, + sym_conditional_expression, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(750), 2, sym_decimal_integer, sym_decimal_float, - STATE(1077), 2, + STATE(1025), 2, sym__identifier, sym__external_name, ACTIONS(754), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(405), 3, + STATE(407), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1078), 3, + STATE(1087), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2384), 3, + STATE(2428), 3, sym_name, sym_allocator, sym_parenthesis_expression, @@ -51853,7 +52043,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - STATE(2313), 5, + STATE(2423), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -51877,292 +52067,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [5152] = 31, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(265), 1, - sym_condition_conversion, - ACTIONS(736), 1, - anon_sym_LPAREN, - ACTIONS(738), 1, - anon_sym_LT_LT, - ACTIONS(744), 1, - sym_NEW, - ACTIONS(752), 1, - sym_based_base, - ACTIONS(756), 1, - sym_bit_string_length, - ACTIONS(758), 1, - sym_bit_string_base, - STATE(695), 1, - sym_unary_operator, - STATE(696), 1, - sym_sign, - STATE(748), 1, - sym__direct_name, - STATE(1056), 1, - sym__abstract_literal, - STATE(1201), 1, - sym__expression, - STATE(1229), 1, - sym_based_literal, - STATE(2380), 1, - sym_bit_string_literal, - STATE(2383), 1, - sym__primary, - STATE(2385), 1, - sym__literal, - STATE(7122), 1, - sym_conditional_expression, - ACTIONS(267), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(750), 2, - sym_decimal_integer, - sym_decimal_float, - STATE(1077), 2, - sym__identifier, - sym__external_name, - ACTIONS(754), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(406), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(1078), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - STATE(2384), 3, - sym_name, - sym_allocator, - sym_parenthesis_expression, - ACTIONS(740), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - STATE(2313), 5, - sym_condition_expression, - sym_logical_expression, - sym_relational_expression, - sym_shift_expression, - sym_simple_expression, - ACTIONS(273), 8, - sym_ABS, - sym_AND, - sym_NAND, - sym_NOR, - sym_NOT, - sym_OR, - sym_XNOR, - sym_XOR, - ACTIONS(746), 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, - [5278] = 31, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(265), 1, - sym_condition_conversion, - ACTIONS(736), 1, - anon_sym_LPAREN, - ACTIONS(738), 1, - anon_sym_LT_LT, - ACTIONS(744), 1, - sym_NEW, - ACTIONS(752), 1, - sym_based_base, - ACTIONS(756), 1, - sym_bit_string_length, - ACTIONS(758), 1, - sym_bit_string_base, - STATE(695), 1, - sym_unary_operator, - STATE(696), 1, - sym_sign, - STATE(748), 1, - sym__direct_name, - STATE(1056), 1, - sym__abstract_literal, - STATE(1201), 1, - sym__expression, - STATE(1229), 1, - sym_based_literal, - STATE(2380), 1, - sym_bit_string_literal, - STATE(2383), 1, - sym__primary, - STATE(2385), 1, - sym__literal, - STATE(7338), 1, - sym_conditional_expression, - ACTIONS(267), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(750), 2, - sym_decimal_integer, - sym_decimal_float, - STATE(1077), 2, - sym__identifier, - sym__external_name, - ACTIONS(754), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(407), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(1078), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - STATE(2384), 3, - sym_name, - sym_allocator, - sym_parenthesis_expression, - ACTIONS(740), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - STATE(2313), 5, - sym_condition_expression, - sym_logical_expression, - sym_relational_expression, - sym_shift_expression, - sym_simple_expression, - ACTIONS(273), 8, - sym_ABS, - sym_AND, - sym_NAND, - sym_NOR, - sym_NOT, - sym_OR, - sym_XNOR, - sym_XOR, - ACTIONS(746), 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, - [5404] = 31, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(265), 1, - sym_condition_conversion, - ACTIONS(736), 1, - anon_sym_LPAREN, - ACTIONS(738), 1, - anon_sym_LT_LT, - ACTIONS(744), 1, - sym_NEW, - ACTIONS(752), 1, - sym_based_base, - ACTIONS(756), 1, - sym_bit_string_length, - ACTIONS(758), 1, - sym_bit_string_base, - STATE(695), 1, - sym_unary_operator, - STATE(696), 1, - sym_sign, - STATE(748), 1, - sym__direct_name, - STATE(1056), 1, - sym__abstract_literal, - STATE(1201), 1, - sym__expression, - STATE(1229), 1, - sym_based_literal, - STATE(2380), 1, - sym_bit_string_literal, - STATE(2383), 1, - sym__primary, - STATE(2385), 1, - sym__literal, - STATE(7681), 1, - sym_conditional_expression, - ACTIONS(267), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(750), 2, - sym_decimal_integer, - sym_decimal_float, - STATE(1077), 2, - sym__identifier, - sym__external_name, - ACTIONS(754), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(408), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(1078), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - STATE(2384), 3, - sym_name, - sym_allocator, - sym_parenthesis_expression, - ACTIONS(740), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - STATE(2313), 5, - sym_condition_expression, - sym_logical_expression, - sym_relational_expression, - sym_shift_expression, - sym_simple_expression, - ACTIONS(273), 8, - sym_ABS, - sym_AND, - sym_NAND, - sym_NOR, - sym_NOT, - sym_OR, - sym_XNOR, - sym_XOR, - ACTIONS(746), 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, - [5530] = 38, + [5404] = 38, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -52205,43 +52110,43 @@ static const uint16_t ts_small_parse_table[] = { sym_VARIABLE, ACTIONS(215), 1, sym_VIEW, - ACTIONS(1110), 1, + ACTIONS(1127), 1, anon_sym_LPAREN, - ACTIONS(1112), 1, + ACTIONS(1129), 1, sym_BEGIN, - ACTIONS(1114), 1, + ACTIONS(1131), 1, sym_GENERIC, - ACTIONS(1116), 1, + ACTIONS(1133), 1, sym_IS, - ACTIONS(1118), 1, + ACTIONS(1135), 1, sym_PORT, - STATE(726), 1, + STATE(727), 1, sym_guard_condition, - STATE(737), 1, + STATE(739), 1, sym_generic_clause, - STATE(757), 1, + STATE(773), 1, sym_port_clause, - STATE(807), 1, + STATE(809), 1, aux_sym_design_unit_repeat2, - STATE(3070), 1, + STATE(3027), 1, sym__block_declarative_item, - STATE(5909), 1, + STATE(5711), 1, sym__subprogram_specification, - STATE(6387), 1, + STATE(6092), 1, sym_block_head, - STATE(6565), 1, + STATE(6443), 1, sym_concurrent_block, ACTIONS(43), 2, sym_IMPURE, sym_PURE, - STATE(6069), 2, + STATE(6037), 2, sym_procedure_specification, sym_function_specification, - STATE(409), 3, + STATE(408), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3071), 22, + STATE(3051), 22, sym_use_clause, sym_package_declaration, sym_package_instantiation_declaration, @@ -52264,7 +52169,7 @@ static const uint16_t ts_small_parse_table[] = { sym_group_template_declaration, sym_group_declaration, sym_configuration_specification, - [5670] = 31, + [5544] = 31, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -52285,25 +52190,25 @@ static const uint16_t ts_small_parse_table[] = { sym_bit_string_length, ACTIONS(758), 1, sym_bit_string_base, - STATE(695), 1, + STATE(640), 1, sym_unary_operator, - STATE(696), 1, + STATE(688), 1, sym_sign, - STATE(748), 1, + STATE(743), 1, sym__direct_name, - STATE(1056), 1, + STATE(1006), 1, sym__abstract_literal, - STATE(1201), 1, + STATE(1133), 1, sym__expression, - STATE(1229), 1, + STATE(1206), 1, sym_based_literal, - STATE(2380), 1, + STATE(2399), 1, sym_bit_string_literal, - STATE(2383), 1, - sym__primary, - STATE(2385), 1, + STATE(2427), 1, sym__literal, - STATE(6710), 1, + STATE(2431), 1, + sym__primary, + STATE(6273), 1, sym_conditional_expression, ACTIONS(267), 2, anon_sym_PLUS, @@ -52311,22 +52216,22 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(750), 2, sym_decimal_integer, sym_decimal_float, - STATE(1077), 2, + STATE(1025), 2, sym__identifier, sym__external_name, ACTIONS(754), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(410), 3, + STATE(409), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1078), 3, + STATE(1087), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2384), 3, + STATE(2428), 3, sym_name, sym_allocator, sym_parenthesis_expression, @@ -52335,7 +52240,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - STATE(2313), 5, + STATE(2423), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -52359,7 +52264,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [5796] = 38, + [5670] = 38, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -52402,43 +52307,43 @@ static const uint16_t ts_small_parse_table[] = { sym_VARIABLE, ACTIONS(215), 1, sym_VIEW, - ACTIONS(1110), 1, + ACTIONS(1127), 1, anon_sym_LPAREN, - ACTIONS(1112), 1, + ACTIONS(1129), 1, sym_BEGIN, - ACTIONS(1114), 1, + ACTIONS(1131), 1, sym_GENERIC, - ACTIONS(1116), 1, + ACTIONS(1133), 1, sym_IS, - ACTIONS(1118), 1, + ACTIONS(1135), 1, sym_PORT, - STATE(727), 1, + STATE(721), 1, sym_guard_condition, - STATE(737), 1, + STATE(739), 1, sym_generic_clause, - STATE(757), 1, + STATE(773), 1, sym_port_clause, - STATE(807), 1, + STATE(809), 1, aux_sym_design_unit_repeat2, - STATE(3070), 1, + STATE(3027), 1, sym__block_declarative_item, - STATE(5909), 1, + STATE(5711), 1, sym__subprogram_specification, - STATE(6040), 1, + STATE(6514), 1, sym_concurrent_block, - STATE(6419), 1, + STATE(6561), 1, sym_block_head, ACTIONS(43), 2, sym_IMPURE, sym_PURE, - STATE(6069), 2, + STATE(6037), 2, sym_procedure_specification, sym_function_specification, - STATE(411), 3, + STATE(410), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3071), 22, + STATE(3051), 22, sym_use_clause, sym_package_declaration, sym_package_instantiation_declaration, @@ -52461,7 +52366,7 @@ static const uint16_t ts_small_parse_table[] = { sym_group_template_declaration, sym_group_declaration, sym_configuration_specification, - [5936] = 38, + [5810] = 38, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -52504,43 +52409,43 @@ static const uint16_t ts_small_parse_table[] = { sym_VARIABLE, ACTIONS(215), 1, sym_VIEW, - ACTIONS(1110), 1, + ACTIONS(1127), 1, anon_sym_LPAREN, - ACTIONS(1112), 1, + ACTIONS(1129), 1, sym_BEGIN, - ACTIONS(1114), 1, + ACTIONS(1131), 1, sym_GENERIC, - ACTIONS(1116), 1, + ACTIONS(1133), 1, sym_IS, - ACTIONS(1118), 1, + ACTIONS(1135), 1, sym_PORT, - STATE(724), 1, + STATE(725), 1, sym_guard_condition, - STATE(737), 1, + STATE(739), 1, sym_generic_clause, - STATE(757), 1, + STATE(773), 1, sym_port_clause, - STATE(807), 1, + STATE(809), 1, aux_sym_design_unit_repeat2, - STATE(3070), 1, + STATE(3027), 1, sym__block_declarative_item, - STATE(5909), 1, + STATE(5711), 1, sym__subprogram_specification, - STATE(6103), 1, - sym_concurrent_block, - STATE(6447), 1, + STATE(6172), 1, sym_block_head, + STATE(6374), 1, + sym_concurrent_block, ACTIONS(43), 2, sym_IMPURE, sym_PURE, - STATE(6069), 2, + STATE(6037), 2, sym_procedure_specification, sym_function_specification, - STATE(412), 3, + STATE(411), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3071), 22, + STATE(3051), 22, sym_use_clause, sym_package_declaration, sym_package_instantiation_declaration, @@ -52563,75 +52468,78 @@ static const uint16_t ts_small_parse_table[] = { sym_group_template_declaration, sym_group_declaration, sym_configuration_specification, - [6076] = 29, + [5950] = 31, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1159), 1, - anon_sym_LPAREN, - ACTIONS(1161), 1, + ACTIONS(762), 1, sym_condition_conversion, - ACTIONS(1163), 1, + ACTIONS(1068), 1, + anon_sym_LPAREN, + ACTIONS(1070), 1, anon_sym_LT_LT, - ACTIONS(1167), 1, + ACTIONS(1074), 1, sym_NEW, - ACTIONS(1173), 1, + ACTIONS(1080), 1, sym_based_base, - ACTIONS(1177), 1, + ACTIONS(1084), 1, sym_bit_string_length, - ACTIONS(1179), 1, + ACTIONS(1086), 1, sym_bit_string_base, - STATE(661), 1, + STATE(506), 1, sym_sign, - STATE(780), 1, + STATE(527), 1, + sym_unary_operator, + STATE(733), 1, sym__direct_name, - STATE(1531), 1, + STATE(943), 1, sym__abstract_literal, - STATE(1730), 1, + STATE(1098), 1, sym_based_literal, - STATE(1751), 1, - sym__expression, - STATE(2567), 1, + STATE(2006), 1, + sym__literal, + STATE(2012), 1, sym__primary, - STATE(2610), 1, + STATE(2014), 1, sym_bit_string_literal, - STATE(2612), 1, - sym__literal, + STATE(2316), 1, + sym__expression, + STATE(8123), 1, + sym_file_logical_name, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1171), 2, + ACTIONS(1078), 2, sym_decimal_integer, sym_decimal_float, - STATE(1550), 2, + STATE(944), 2, sym__identifier, sym__external_name, - ACTIONS(1175), 3, + ACTIONS(1082), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(1551), 3, + STATE(412), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(950), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2584), 3, + STATE(2011), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1165), 4, + ACTIONS(1072), 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(2547), 5, + STATE(2013), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -52646,7 +52554,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1169), 8, + ACTIONS(1076), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -52655,75 +52563,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [6197] = 29, + [6076] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(762), 1, - sym_condition_conversion, - ACTIONS(1068), 1, + ACTIONS(942), 1, anon_sym_LPAREN, - ACTIONS(1070), 1, + ACTIONS(946), 1, anon_sym_LT_LT, - ACTIONS(1074), 1, + ACTIONS(950), 1, sym_NEW, - ACTIONS(1080), 1, + ACTIONS(956), 1, sym_based_base, - ACTIONS(1084), 1, + ACTIONS(960), 1, sym_bit_string_length, - ACTIONS(1086), 1, + ACTIONS(962), 1, sym_bit_string_base, - STATE(719), 1, + ACTIONS(1159), 1, + sym_condition_conversion, + STATE(504), 1, + sym_sign, + STATE(505), 1, sym_unary_operator, - STATE(733), 1, + STATE(787), 1, sym__direct_name, - STATE(965), 1, + STATE(1614), 1, sym__abstract_literal, - STATE(1010), 1, + STATE(1686), 1, sym__expression, - STATE(1110), 1, + STATE(1782), 1, sym_based_literal, - STATE(1943), 1, + STATE(2593), 1, sym_bit_string_literal, - STATE(1946), 1, - sym__primary, - STATE(1948), 1, + STATE(2603), 1, sym__literal, + STATE(2613), 1, + sym__primary, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1078), 2, + ACTIONS(954), 2, sym_decimal_integer, sym_decimal_float, - STATE(939), 2, + STATE(1601), 2, sym__identifier, sym__external_name, - ACTIONS(1082), 3, + ACTIONS(958), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(940), 3, + STATE(413), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(1569), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(1947), 3, + STATE(2614), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1072), 4, + ACTIONS(948), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(414), 4, - sym_sign, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(1944), 5, + STATE(2572), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -52738,7 +52647,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1076), 8, + ACTIONS(952), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -52747,76 +52656,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [6318] = 30, + [6199] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(762), 1, - sym_condition_conversion, - ACTIONS(1068), 1, + ACTIONS(1161), 1, anon_sym_LPAREN, - ACTIONS(1070), 1, + ACTIONS(1163), 1, + sym_condition_conversion, + ACTIONS(1165), 1, anon_sym_LT_LT, - ACTIONS(1074), 1, + ACTIONS(1169), 1, sym_NEW, - ACTIONS(1080), 1, + ACTIONS(1175), 1, sym_based_base, - ACTIONS(1084), 1, + ACTIONS(1179), 1, sym_bit_string_length, - ACTIONS(1086), 1, + ACTIONS(1181), 1, sym_bit_string_base, - STATE(414), 1, + STATE(457), 1, sym_sign, - STATE(719), 1, + STATE(720), 1, sym_unary_operator, - STATE(733), 1, + STATE(867), 1, sym__direct_name, - STATE(965), 1, + STATE(1932), 1, sym__abstract_literal, - STATE(998), 1, + STATE(2325), 1, sym__expression, - STATE(1110), 1, + STATE(2346), 1, sym_based_literal, - STATE(1943), 1, - sym_bit_string_literal, - STATE(1946), 1, - sym__primary, - STATE(1948), 1, + STATE(2695), 1, sym__literal, + STATE(2700), 1, + sym__primary, + STATE(2712), 1, + sym_bit_string_literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1078), 2, + ACTIONS(1173), 2, sym_decimal_integer, sym_decimal_float, - STATE(939), 2, + STATE(2186), 2, sym__identifier, sym__external_name, - ACTIONS(1082), 3, + ACTIONS(1177), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(415), 3, + STATE(414), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(940), 3, + STATE(2185), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(1947), 3, + STATE(2698), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1072), 4, + ACTIONS(1167), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(1944), 5, + STATE(2707), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -52831,7 +52740,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1076), 8, + ACTIONS(1171), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -52840,76 +52749,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [6441] = 30, + [6322] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(762), 1, - sym_condition_conversion, - ACTIONS(1068), 1, + ACTIONS(1183), 1, anon_sym_LPAREN, - ACTIONS(1070), 1, + ACTIONS(1185), 1, + sym_condition_conversion, + ACTIONS(1187), 1, anon_sym_LT_LT, - ACTIONS(1074), 1, + ACTIONS(1191), 1, sym_NEW, - ACTIONS(1080), 1, + ACTIONS(1197), 1, sym_based_base, - ACTIONS(1084), 1, + ACTIONS(1201), 1, sym_bit_string_length, - ACTIONS(1086), 1, + ACTIONS(1203), 1, sym_bit_string_base, - STATE(414), 1, + STATE(418), 1, sym_sign, - STATE(719), 1, + STATE(453), 1, sym_unary_operator, - STATE(733), 1, + STATE(845), 1, sym__direct_name, - STATE(965), 1, + STATE(2214), 1, sym__abstract_literal, - STATE(1059), 1, - sym__expression, - STATE(1110), 1, + STATE(2358), 1, sym_based_literal, - STATE(1943), 1, - sym_bit_string_literal, - STATE(1946), 1, - sym__primary, - STATE(1948), 1, + STATE(2430), 1, + sym__expression, + STATE(2727), 1, sym__literal, + STATE(2729), 1, + sym__primary, + STATE(2744), 1, + sym_bit_string_literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1078), 2, + ACTIONS(1195), 2, sym_decimal_integer, sym_decimal_float, - STATE(939), 2, + STATE(2048), 2, sym__identifier, sym__external_name, - ACTIONS(1082), 3, + ACTIONS(1199), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(416), 3, + STATE(415), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(940), 3, + STATE(2049), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(1947), 3, + STATE(2728), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1072), 4, + ACTIONS(1189), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(1944), 5, + STATE(2706), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -52924,7 +52833,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1076), 8, + ACTIONS(1193), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -52933,76 +52842,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [6564] = 30, + [6445] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(762), 1, - sym_condition_conversion, - ACTIONS(1068), 1, + ACTIONS(1183), 1, anon_sym_LPAREN, - ACTIONS(1070), 1, + ACTIONS(1185), 1, + sym_condition_conversion, + ACTIONS(1187), 1, anon_sym_LT_LT, - ACTIONS(1074), 1, + ACTIONS(1191), 1, sym_NEW, - ACTIONS(1080), 1, + ACTIONS(1197), 1, sym_based_base, - ACTIONS(1084), 1, + ACTIONS(1201), 1, sym_bit_string_length, - ACTIONS(1086), 1, + ACTIONS(1203), 1, sym_bit_string_base, - STATE(414), 1, + STATE(418), 1, sym_sign, - STATE(719), 1, + STATE(453), 1, sym_unary_operator, - STATE(733), 1, + STATE(845), 1, sym__direct_name, - STATE(965), 1, + STATE(2214), 1, sym__abstract_literal, - STATE(1064), 1, - sym__expression, - STATE(1110), 1, + STATE(2358), 1, sym_based_literal, - STATE(1943), 1, - sym_bit_string_literal, - STATE(1946), 1, - sym__primary, - STATE(1948), 1, + STATE(2406), 1, + sym__expression, + STATE(2727), 1, sym__literal, + STATE(2729), 1, + sym__primary, + STATE(2744), 1, + sym_bit_string_literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1078), 2, + ACTIONS(1195), 2, sym_decimal_integer, sym_decimal_float, - STATE(939), 2, + STATE(2048), 2, sym__identifier, sym__external_name, - ACTIONS(1082), 3, + ACTIONS(1199), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(417), 3, + STATE(416), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(940), 3, + STATE(2049), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(1947), 3, + STATE(2728), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1072), 4, + ACTIONS(1189), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(1944), 5, + STATE(2706), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -53017,7 +52926,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1076), 8, + ACTIONS(1193), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -53026,75 +52935,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [6687] = 29, + [6568] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(964), 1, - sym_condition_conversion, - ACTIONS(1088), 1, + ACTIONS(1183), 1, anon_sym_LPAREN, - ACTIONS(1092), 1, + ACTIONS(1185), 1, + sym_condition_conversion, + ACTIONS(1187), 1, anon_sym_LT_LT, - ACTIONS(1096), 1, + ACTIONS(1191), 1, sym_NEW, - ACTIONS(1102), 1, + ACTIONS(1197), 1, sym_based_base, - ACTIONS(1106), 1, + ACTIONS(1201), 1, sym_bit_string_length, - ACTIONS(1108), 1, + ACTIONS(1203), 1, sym_bit_string_base, - STATE(419), 1, + STATE(418), 1, sym_sign, - STATE(873), 1, + STATE(453), 1, + sym_unary_operator, + STATE(845), 1, sym__direct_name, - STATE(1978), 1, + STATE(2214), 1, sym__abstract_literal, - STATE(2304), 1, + STATE(2358), 1, sym_based_literal, - STATE(2310), 1, + STATE(2433), 1, sym__expression, - STATE(2694), 1, - sym__primary, - STATE(2698), 1, + STATE(2727), 1, sym__literal, - STATE(2758), 1, + STATE(2729), 1, + sym__primary, + STATE(2744), 1, sym_bit_string_literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1100), 2, + ACTIONS(1195), 2, sym_decimal_integer, sym_decimal_float, - STATE(2082), 2, + STATE(2048), 2, sym__identifier, sym__external_name, - ACTIONS(1104), 3, + ACTIONS(1199), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(2083), 3, + STATE(417), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(2049), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2697), 3, + STATE(2728), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1094), 4, + ACTIONS(1189), 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(2768), 5, + STATE(2706), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -53109,7 +53019,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1098), 8, + ACTIONS(1193), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -53118,75 +53028,75 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [6808] = 29, + [6691] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(964), 1, - sym_condition_conversion, - ACTIONS(1088), 1, + ACTIONS(1183), 1, anon_sym_LPAREN, - ACTIONS(1092), 1, + ACTIONS(1185), 1, + sym_condition_conversion, + ACTIONS(1187), 1, anon_sym_LT_LT, - ACTIONS(1096), 1, + ACTIONS(1191), 1, sym_NEW, - ACTIONS(1102), 1, + ACTIONS(1197), 1, sym_based_base, - ACTIONS(1106), 1, + ACTIONS(1201), 1, sym_bit_string_length, - ACTIONS(1108), 1, + ACTIONS(1203), 1, sym_bit_string_base, - STATE(418), 1, + STATE(453), 1, sym_unary_operator, - STATE(873), 1, + STATE(845), 1, sym__direct_name, - STATE(1978), 1, + STATE(2214), 1, sym__abstract_literal, - STATE(2304), 1, + STATE(2358), 1, sym_based_literal, - STATE(2311), 1, + STATE(2402), 1, sym__expression, - STATE(2694), 1, - sym__primary, - STATE(2698), 1, + STATE(2727), 1, sym__literal, - STATE(2758), 1, + STATE(2729), 1, + sym__primary, + STATE(2744), 1, sym_bit_string_literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1100), 2, + ACTIONS(1195), 2, sym_decimal_integer, sym_decimal_float, - STATE(2082), 2, + STATE(2048), 2, sym__identifier, sym__external_name, - ACTIONS(1104), 3, + ACTIONS(1199), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(2083), 3, + STATE(2049), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2697), 3, + STATE(2728), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1094), 4, + ACTIONS(1189), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(419), 4, + STATE(418), 4, sym_sign, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(2768), 5, + STATE(2706), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -53201,7 +53111,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1098), 8, + ACTIONS(1193), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -53210,76 +53120,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [6929] = 30, + [6812] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(964), 1, - sym_condition_conversion, - ACTIONS(1088), 1, + ACTIONS(876), 1, anon_sym_LPAREN, - ACTIONS(1092), 1, + ACTIONS(880), 1, anon_sym_LT_LT, - ACTIONS(1096), 1, + ACTIONS(884), 1, sym_NEW, - ACTIONS(1102), 1, + ACTIONS(890), 1, sym_based_base, - ACTIONS(1106), 1, + ACTIONS(894), 1, sym_bit_string_length, - ACTIONS(1108), 1, + ACTIONS(896), 1, sym_bit_string_base, - STATE(418), 1, - sym_unary_operator, - STATE(419), 1, + ACTIONS(1205), 1, + sym_condition_conversion, + STATE(469), 1, sym_sign, - STATE(873), 1, + STATE(470), 1, + sym_unary_operator, + STATE(757), 1, sym__direct_name, - STATE(1978), 1, + STATE(1331), 1, sym__abstract_literal, - STATE(2304), 1, + STATE(1520), 1, sym_based_literal, - STATE(2320), 1, + STATE(1562), 1, sym__expression, - STATE(2694), 1, + STATE(2518), 1, + sym_bit_string_literal, + STATE(2519), 1, sym__primary, - STATE(2698), 1, + STATE(2521), 1, sym__literal, - STATE(2758), 1, - sym_bit_string_literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1100), 2, + ACTIONS(888), 2, sym_decimal_integer, sym_decimal_float, - STATE(2082), 2, + STATE(1358), 2, sym__identifier, sym__external_name, - ACTIONS(1104), 3, + ACTIONS(892), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(420), 3, + STATE(419), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(2083), 3, + STATE(1357), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2697), 3, + STATE(2520), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1094), 4, + ACTIONS(882), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2768), 5, + STATE(2476), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -53294,7 +53204,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1098), 8, + ACTIONS(886), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -53303,76 +53213,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [7052] = 30, + [6935] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(964), 1, + ACTIONS(990), 1, sym_condition_conversion, - ACTIONS(1088), 1, + ACTIONS(1207), 1, anon_sym_LPAREN, - ACTIONS(1092), 1, + ACTIONS(1209), 1, anon_sym_LT_LT, - ACTIONS(1096), 1, + ACTIONS(1213), 1, sym_NEW, - ACTIONS(1102), 1, + ACTIONS(1219), 1, sym_based_base, - ACTIONS(1106), 1, + ACTIONS(1223), 1, sym_bit_string_length, - ACTIONS(1108), 1, + ACTIONS(1225), 1, sym_bit_string_base, - STATE(418), 1, - sym_unary_operator, - STATE(419), 1, + STATE(442), 1, sym_sign, - STATE(873), 1, + STATE(443), 1, + sym_unary_operator, + STATE(766), 1, sym__direct_name, - STATE(1978), 1, + STATE(1313), 1, sym__abstract_literal, - STATE(2304), 1, - sym_based_literal, - STATE(2325), 1, + STATE(1537), 1, sym__expression, - STATE(2694), 1, - sym__primary, - STATE(2698), 1, - sym__literal, - STATE(2758), 1, + STATE(1566), 1, + sym_based_literal, + STATE(2484), 1, sym_bit_string_literal, + STATE(2534), 1, + sym__literal, + STATE(2536), 1, + sym__primary, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1100), 2, + ACTIONS(1217), 2, sym_decimal_integer, sym_decimal_float, - STATE(2082), 2, + STATE(1324), 2, sym__identifier, sym__external_name, - ACTIONS(1104), 3, + ACTIONS(1221), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(421), 3, + STATE(420), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(2083), 3, + STATE(1326), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2697), 3, + STATE(2535), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1094), 4, + ACTIONS(1211), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2768), 5, + STATE(2482), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -53387,7 +53297,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1098), 8, + ACTIONS(1215), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -53396,76 +53306,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [7175] = 30, + [7058] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(964), 1, - sym_condition_conversion, - ACTIONS(1088), 1, + ACTIONS(876), 1, anon_sym_LPAREN, - ACTIONS(1092), 1, + ACTIONS(880), 1, anon_sym_LT_LT, - ACTIONS(1096), 1, + ACTIONS(884), 1, sym_NEW, - ACTIONS(1102), 1, + ACTIONS(890), 1, sym_based_base, - ACTIONS(1106), 1, + ACTIONS(894), 1, sym_bit_string_length, - ACTIONS(1108), 1, + ACTIONS(896), 1, sym_bit_string_base, - STATE(418), 1, - sym_unary_operator, - STATE(419), 1, + ACTIONS(1205), 1, + sym_condition_conversion, + STATE(469), 1, sym_sign, - STATE(873), 1, + STATE(470), 1, + sym_unary_operator, + STATE(757), 1, sym__direct_name, - STATE(1978), 1, + STATE(1331), 1, sym__abstract_literal, - STATE(2304), 1, + STATE(1520), 1, sym_based_literal, - STATE(2327), 1, + STATE(1555), 1, sym__expression, - STATE(2694), 1, + STATE(2518), 1, + sym_bit_string_literal, + STATE(2519), 1, sym__primary, - STATE(2698), 1, + STATE(2521), 1, sym__literal, - STATE(2758), 1, - sym_bit_string_literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1100), 2, + ACTIONS(888), 2, sym_decimal_integer, sym_decimal_float, - STATE(2082), 2, + STATE(1358), 2, sym__identifier, sym__external_name, - ACTIONS(1104), 3, + ACTIONS(892), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(422), 3, + STATE(421), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(2083), 3, + STATE(1357), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2697), 3, + STATE(2520), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1094), 4, + ACTIONS(882), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2768), 5, + STATE(2476), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -53480,7 +53390,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1098), 8, + ACTIONS(886), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -53489,75 +53399,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [7298] = 29, + [7181] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1181), 1, - anon_sym_LPAREN, - ACTIONS(1183), 1, + ACTIONS(762), 1, sym_condition_conversion, - ACTIONS(1185), 1, + ACTIONS(1068), 1, + anon_sym_LPAREN, + ACTIONS(1070), 1, anon_sym_LT_LT, - ACTIONS(1189), 1, + ACTIONS(1074), 1, sym_NEW, - ACTIONS(1195), 1, + ACTIONS(1080), 1, sym_based_base, - ACTIONS(1199), 1, + ACTIONS(1084), 1, sym_bit_string_length, - ACTIONS(1201), 1, + ACTIONS(1086), 1, sym_bit_string_base, - STATE(424), 1, + STATE(506), 1, sym_sign, - STATE(883), 1, + STATE(527), 1, + sym_unary_operator, + STATE(733), 1, sym__direct_name, - STATE(2008), 1, + STATE(943), 1, sym__abstract_literal, - STATE(2337), 1, - sym_based_literal, - STATE(2343), 1, + STATE(1049), 1, sym__expression, - STATE(2709), 1, - sym_bit_string_literal, - STATE(2713), 1, - sym__primary, - STATE(2717), 1, + STATE(1098), 1, + sym_based_literal, + STATE(2006), 1, sym__literal, + STATE(2012), 1, + sym__primary, + STATE(2014), 1, + sym_bit_string_literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1193), 2, + ACTIONS(1078), 2, sym_decimal_integer, sym_decimal_float, - STATE(2106), 2, + STATE(944), 2, sym__identifier, sym__external_name, - ACTIONS(1197), 3, + ACTIONS(1082), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(2107), 3, + STATE(422), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(950), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2716), 3, + STATE(2011), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1187), 4, + ACTIONS(1072), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(423), 4, - sym_unary_operator, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(2710), 5, + STATE(2013), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -53572,7 +53483,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1191), 8, + ACTIONS(1076), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -53581,75 +53492,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [7419] = 29, + [7304] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1181), 1, - anon_sym_LPAREN, - ACTIONS(1183), 1, + ACTIONS(990), 1, sym_condition_conversion, - ACTIONS(1185), 1, + ACTIONS(1207), 1, + anon_sym_LPAREN, + ACTIONS(1209), 1, anon_sym_LT_LT, - ACTIONS(1189), 1, + ACTIONS(1213), 1, sym_NEW, - ACTIONS(1195), 1, + ACTIONS(1219), 1, sym_based_base, - ACTIONS(1199), 1, + ACTIONS(1223), 1, sym_bit_string_length, - ACTIONS(1201), 1, + ACTIONS(1225), 1, sym_bit_string_base, - STATE(423), 1, + STATE(442), 1, + sym_sign, + STATE(443), 1, sym_unary_operator, - STATE(883), 1, + STATE(766), 1, sym__direct_name, - STATE(2008), 1, + STATE(1313), 1, sym__abstract_literal, - STATE(2337), 1, - sym_based_literal, - STATE(2344), 1, + STATE(1532), 1, sym__expression, - STATE(2709), 1, + STATE(1566), 1, + sym_based_literal, + STATE(2484), 1, sym_bit_string_literal, - STATE(2713), 1, - sym__primary, - STATE(2717), 1, + STATE(2534), 1, sym__literal, + STATE(2536), 1, + sym__primary, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1193), 2, + ACTIONS(1217), 2, sym_decimal_integer, sym_decimal_float, - STATE(2106), 2, + STATE(1324), 2, sym__identifier, sym__external_name, - ACTIONS(1197), 3, + ACTIONS(1221), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(2107), 3, + STATE(423), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(1326), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2716), 3, + STATE(2535), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1187), 4, + ACTIONS(1211), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(424), 4, - sym_sign, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(2710), 5, + STATE(2482), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -53664,7 +53576,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1191), 8, + ACTIONS(1215), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -53673,76 +53585,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [7540] = 30, + [7427] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1181), 1, + ACTIONS(876), 1, anon_sym_LPAREN, - ACTIONS(1183), 1, - sym_condition_conversion, - ACTIONS(1185), 1, + ACTIONS(880), 1, anon_sym_LT_LT, - ACTIONS(1189), 1, + ACTIONS(884), 1, sym_NEW, - ACTIONS(1195), 1, + ACTIONS(890), 1, sym_based_base, - ACTIONS(1199), 1, + ACTIONS(894), 1, sym_bit_string_length, - ACTIONS(1201), 1, + ACTIONS(896), 1, sym_bit_string_base, - STATE(423), 1, - sym_unary_operator, - STATE(424), 1, + ACTIONS(1205), 1, + sym_condition_conversion, + STATE(469), 1, sym_sign, - STATE(883), 1, + STATE(470), 1, + sym_unary_operator, + STATE(757), 1, sym__direct_name, - STATE(2008), 1, + STATE(1331), 1, sym__abstract_literal, - STATE(2337), 1, + STATE(1520), 1, sym_based_literal, - STATE(2346), 1, + STATE(1565), 1, sym__expression, - STATE(2709), 1, + STATE(2518), 1, sym_bit_string_literal, - STATE(2713), 1, + STATE(2519), 1, sym__primary, - STATE(2717), 1, + STATE(2521), 1, sym__literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1193), 2, + ACTIONS(888), 2, sym_decimal_integer, sym_decimal_float, - STATE(2106), 2, + STATE(1358), 2, sym__identifier, sym__external_name, - ACTIONS(1197), 3, + ACTIONS(892), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(425), 3, + STATE(424), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(2107), 3, + STATE(1357), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2716), 3, + STATE(2520), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1187), 4, + ACTIONS(882), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2710), 5, + STATE(2476), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -53757,7 +53669,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1191), 8, + ACTIONS(886), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -53766,76 +53678,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [7663] = 30, + [7550] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1181), 1, + ACTIONS(1161), 1, anon_sym_LPAREN, - ACTIONS(1183), 1, + ACTIONS(1163), 1, sym_condition_conversion, - ACTIONS(1185), 1, + ACTIONS(1165), 1, anon_sym_LT_LT, - ACTIONS(1189), 1, + ACTIONS(1169), 1, sym_NEW, - ACTIONS(1195), 1, + ACTIONS(1175), 1, sym_based_base, - ACTIONS(1199), 1, + ACTIONS(1179), 1, sym_bit_string_length, - ACTIONS(1201), 1, + ACTIONS(1181), 1, sym_bit_string_base, - STATE(423), 1, - sym_unary_operator, - STATE(424), 1, + STATE(457), 1, sym_sign, - STATE(883), 1, + STATE(720), 1, + sym_unary_operator, + STATE(867), 1, sym__direct_name, - STATE(2008), 1, + STATE(1932), 1, sym__abstract_literal, - STATE(2337), 1, - sym_based_literal, - STATE(2350), 1, + STATE(2318), 1, sym__expression, - STATE(2709), 1, - sym_bit_string_literal, - STATE(2713), 1, - sym__primary, - STATE(2717), 1, + STATE(2346), 1, + sym_based_literal, + STATE(2695), 1, sym__literal, + STATE(2700), 1, + sym__primary, + STATE(2712), 1, + sym_bit_string_literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1193), 2, + ACTIONS(1173), 2, sym_decimal_integer, sym_decimal_float, - STATE(2106), 2, + STATE(2186), 2, sym__identifier, sym__external_name, - ACTIONS(1197), 3, + ACTIONS(1177), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(426), 3, + STATE(425), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(2107), 3, + STATE(2185), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2716), 3, + STATE(2698), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1187), 4, + ACTIONS(1167), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2710), 5, + STATE(2707), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -53850,7 +53762,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1191), 8, + ACTIONS(1171), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -53859,76 +53771,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [7786] = 30, + [7673] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1181), 1, - anon_sym_LPAREN, - ACTIONS(1183), 1, + ACTIONS(762), 1, sym_condition_conversion, - ACTIONS(1185), 1, + ACTIONS(1068), 1, + anon_sym_LPAREN, + ACTIONS(1070), 1, anon_sym_LT_LT, - ACTIONS(1189), 1, + ACTIONS(1074), 1, sym_NEW, - ACTIONS(1195), 1, + ACTIONS(1080), 1, sym_based_base, - ACTIONS(1199), 1, + ACTIONS(1084), 1, sym_bit_string_length, - ACTIONS(1201), 1, + ACTIONS(1086), 1, sym_bit_string_base, - STATE(423), 1, - sym_unary_operator, - STATE(424), 1, + STATE(506), 1, sym_sign, - STATE(883), 1, + STATE(527), 1, + sym_unary_operator, + STATE(733), 1, sym__direct_name, - STATE(2008), 1, + STATE(943), 1, sym__abstract_literal, - STATE(2337), 1, - sym_based_literal, - STATE(2351), 1, + STATE(1053), 1, sym__expression, - STATE(2709), 1, - sym_bit_string_literal, - STATE(2713), 1, - sym__primary, - STATE(2717), 1, + STATE(1098), 1, + sym_based_literal, + STATE(2006), 1, sym__literal, + STATE(2012), 1, + sym__primary, + STATE(2014), 1, + sym_bit_string_literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1193), 2, + ACTIONS(1078), 2, sym_decimal_integer, sym_decimal_float, - STATE(2106), 2, + STATE(944), 2, sym__identifier, sym__external_name, - ACTIONS(1197), 3, + ACTIONS(1082), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(427), 3, + STATE(426), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(2107), 3, + STATE(950), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2716), 3, + STATE(2011), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1187), 4, + ACTIONS(1072), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2710), 5, + STATE(2013), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -53943,7 +53855,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1191), 8, + ACTIONS(1076), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -53952,75 +53864,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [7909] = 29, + [7796] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1048), 1, - sym_condition_conversion, - ACTIONS(1203), 1, + ACTIONS(898), 1, anon_sym_LPAREN, - ACTIONS(1205), 1, + ACTIONS(900), 1, + sym_condition_conversion, + ACTIONS(902), 1, anon_sym_LT_LT, - ACTIONS(1209), 1, + ACTIONS(906), 1, sym_NEW, - ACTIONS(1215), 1, + ACTIONS(912), 1, sym_based_base, - ACTIONS(1219), 1, + ACTIONS(916), 1, sym_bit_string_length, - ACTIONS(1221), 1, + ACTIONS(918), 1, sym_bit_string_base, - STATE(429), 1, + STATE(663), 1, sym_sign, - STATE(837), 1, + STATE(685), 1, + sym_unary_operator, + STATE(882), 1, sym__direct_name, - STATE(2014), 1, + STATE(2081), 1, + sym__expression, + STATE(2170), 1, sym__abstract_literal, - STATE(2354), 1, + STATE(2405), 1, sym_based_literal, - STATE(2359), 1, - sym__expression, - STATE(2737), 1, - sym_bit_string_literal, - STATE(2740), 1, + STATE(2702), 1, sym__primary, - STATE(2742), 1, + STATE(2705), 1, sym__literal, + STATE(2770), 1, + sym_bit_string_literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1213), 2, + ACTIONS(910), 2, sym_decimal_integer, sym_decimal_float, - STATE(2137), 2, + STATE(1979), 2, sym__identifier, sym__external_name, - ACTIONS(1217), 3, + ACTIONS(914), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(2139), 3, + STATE(427), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(1977), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2741), 3, + STATE(2730), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1207), 4, + ACTIONS(1227), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(428), 4, - sym_unary_operator, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(2738), 5, + STATE(2772), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -54035,7 +53948,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1211), 8, + ACTIONS(908), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -54044,75 +53957,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [8030] = 29, + [7919] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1048), 1, - sym_condition_conversion, - ACTIONS(1203), 1, + ACTIONS(898), 1, anon_sym_LPAREN, - ACTIONS(1205), 1, + ACTIONS(900), 1, + sym_condition_conversion, + ACTIONS(902), 1, anon_sym_LT_LT, - ACTIONS(1209), 1, + ACTIONS(906), 1, sym_NEW, - ACTIONS(1215), 1, + ACTIONS(912), 1, sym_based_base, - ACTIONS(1219), 1, + ACTIONS(916), 1, sym_bit_string_length, - ACTIONS(1221), 1, + ACTIONS(918), 1, sym_bit_string_base, - STATE(428), 1, + STATE(663), 1, + sym_sign, + STATE(685), 1, sym_unary_operator, - STATE(837), 1, + STATE(882), 1, sym__direct_name, - STATE(2014), 1, + STATE(2170), 1, sym__abstract_literal, - STATE(2354), 1, - sym_based_literal, - STATE(2360), 1, + STATE(2306), 1, sym__expression, - STATE(2737), 1, - sym_bit_string_literal, - STATE(2740), 1, + STATE(2405), 1, + sym_based_literal, + STATE(2702), 1, sym__primary, - STATE(2742), 1, + STATE(2705), 1, sym__literal, + STATE(2770), 1, + sym_bit_string_literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1213), 2, + ACTIONS(910), 2, sym_decimal_integer, sym_decimal_float, - STATE(2137), 2, + STATE(1979), 2, sym__identifier, sym__external_name, - ACTIONS(1217), 3, + ACTIONS(914), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(2139), 3, + STATE(428), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(1977), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2741), 3, + STATE(2730), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1207), 4, + ACTIONS(1227), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(429), 4, - sym_sign, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(2738), 5, + STATE(2772), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -54127,7 +54041,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1211), 8, + ACTIONS(908), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -54136,76 +54050,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [8151] = 30, + [8042] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1048), 1, - sym_condition_conversion, - ACTIONS(1203), 1, + ACTIONS(1183), 1, anon_sym_LPAREN, - ACTIONS(1205), 1, + ACTIONS(1185), 1, + sym_condition_conversion, + ACTIONS(1187), 1, anon_sym_LT_LT, - ACTIONS(1209), 1, + ACTIONS(1191), 1, sym_NEW, - ACTIONS(1215), 1, + ACTIONS(1197), 1, sym_based_base, - ACTIONS(1219), 1, + ACTIONS(1201), 1, sym_bit_string_length, - ACTIONS(1221), 1, + ACTIONS(1203), 1, sym_bit_string_base, - STATE(428), 1, - sym_unary_operator, - STATE(429), 1, + STATE(418), 1, sym_sign, - STATE(837), 1, + STATE(453), 1, + sym_unary_operator, + STATE(845), 1, sym__direct_name, - STATE(2014), 1, + STATE(2214), 1, sym__abstract_literal, - STATE(2354), 1, + STATE(2358), 1, sym_based_literal, - STATE(2361), 1, + STATE(2429), 1, sym__expression, - STATE(2737), 1, - sym_bit_string_literal, - STATE(2740), 1, - sym__primary, - STATE(2742), 1, + STATE(2727), 1, sym__literal, + STATE(2729), 1, + sym__primary, + STATE(2744), 1, + sym_bit_string_literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1213), 2, + ACTIONS(1195), 2, sym_decimal_integer, sym_decimal_float, - STATE(2137), 2, + STATE(2048), 2, sym__identifier, sym__external_name, - ACTIONS(1217), 3, + ACTIONS(1199), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(430), 3, + STATE(429), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(2139), 3, + STATE(2049), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2741), 3, + STATE(2728), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1207), 4, + ACTIONS(1189), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2738), 5, + STATE(2706), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -54220,7 +54134,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1211), 8, + ACTIONS(1193), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -54229,76 +54143,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [8274] = 30, + [8165] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1048), 1, + ACTIONS(762), 1, sym_condition_conversion, - ACTIONS(1203), 1, + ACTIONS(1068), 1, anon_sym_LPAREN, - ACTIONS(1205), 1, + ACTIONS(1070), 1, anon_sym_LT_LT, - ACTIONS(1209), 1, + ACTIONS(1074), 1, sym_NEW, - ACTIONS(1215), 1, + ACTIONS(1080), 1, sym_based_base, - ACTIONS(1219), 1, + ACTIONS(1084), 1, sym_bit_string_length, - ACTIONS(1221), 1, + ACTIONS(1086), 1, sym_bit_string_base, - STATE(428), 1, - sym_unary_operator, - STATE(429), 1, + STATE(506), 1, sym_sign, - STATE(837), 1, + STATE(527), 1, + sym_unary_operator, + STATE(733), 1, sym__direct_name, - STATE(2014), 1, + STATE(943), 1, sym__abstract_literal, - STATE(2354), 1, + STATE(1098), 1, sym_based_literal, - STATE(2365), 1, - sym__expression, - STATE(2737), 1, - sym_bit_string_literal, - STATE(2740), 1, - sym__primary, - STATE(2742), 1, + STATE(2006), 1, sym__literal, + STATE(2012), 1, + sym__primary, + STATE(2014), 1, + sym_bit_string_literal, + STATE(2404), 1, + sym__expression, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1213), 2, + ACTIONS(1078), 2, sym_decimal_integer, sym_decimal_float, - STATE(2137), 2, + STATE(944), 2, sym__identifier, sym__external_name, - ACTIONS(1217), 3, + ACTIONS(1082), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(431), 3, + STATE(430), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(2139), 3, + STATE(950), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2741), 3, + STATE(2011), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1207), 4, + ACTIONS(1072), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2738), 5, + STATE(2013), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -54313,7 +54227,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1211), 8, + ACTIONS(1076), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -54322,76 +54236,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [8397] = 30, + [8288] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1048), 1, + ACTIONS(762), 1, sym_condition_conversion, - ACTIONS(1203), 1, + ACTIONS(1068), 1, anon_sym_LPAREN, - ACTIONS(1205), 1, + ACTIONS(1070), 1, anon_sym_LT_LT, - ACTIONS(1209), 1, + ACTIONS(1074), 1, sym_NEW, - ACTIONS(1215), 1, + ACTIONS(1080), 1, sym_based_base, - ACTIONS(1219), 1, + ACTIONS(1084), 1, sym_bit_string_length, - ACTIONS(1221), 1, + ACTIONS(1086), 1, sym_bit_string_base, - STATE(428), 1, - sym_unary_operator, - STATE(429), 1, + STATE(506), 1, sym_sign, - STATE(837), 1, + STATE(527), 1, + sym_unary_operator, + STATE(733), 1, sym__direct_name, - STATE(2014), 1, + STATE(943), 1, sym__abstract_literal, - STATE(2354), 1, + STATE(1098), 1, sym_based_literal, - STATE(2370), 1, - sym__expression, - STATE(2737), 1, - sym_bit_string_literal, - STATE(2740), 1, - sym__primary, - STATE(2742), 1, + STATE(2006), 1, sym__literal, + STATE(2012), 1, + sym__primary, + STATE(2014), 1, + sym_bit_string_literal, + STATE(2303), 1, + sym__expression, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1213), 2, + ACTIONS(1078), 2, sym_decimal_integer, sym_decimal_float, - STATE(2137), 2, + STATE(944), 2, sym__identifier, sym__external_name, - ACTIONS(1217), 3, + ACTIONS(1082), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(432), 3, + STATE(431), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(2139), 3, + STATE(950), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2741), 3, + STATE(2011), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1207), 4, + ACTIONS(1072), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2738), 5, + STATE(2013), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -54406,7 +54320,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1211), 8, + ACTIONS(1076), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -54415,75 +54329,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [8520] = 29, + [8411] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1223), 1, + ACTIONS(964), 1, anon_sym_LPAREN, - ACTIONS(1225), 1, - sym_condition_conversion, - ACTIONS(1227), 1, + ACTIONS(968), 1, anon_sym_LT_LT, - ACTIONS(1231), 1, + ACTIONS(972), 1, sym_NEW, - ACTIONS(1237), 1, + ACTIONS(978), 1, sym_based_base, - ACTIONS(1241), 1, + ACTIONS(982), 1, sym_bit_string_length, - ACTIONS(1243), 1, + ACTIONS(984), 1, sym_bit_string_base, - STATE(434), 1, + ACTIONS(1229), 1, + sym_condition_conversion, + STATE(458), 1, sym_sign, - STATE(830), 1, + STATE(463), 1, + sym_unary_operator, + STATE(751), 1, sym__direct_name, - STATE(1678), 1, + STATE(1189), 1, sym__abstract_literal, - STATE(2019), 1, - sym_based_literal, - STATE(2027), 1, + STATE(1407), 1, sym__expression, - STATE(2648), 1, - sym_bit_string_literal, - STATE(2659), 1, - sym__primary, - STATE(2667), 1, + STATE(1408), 1, + sym_based_literal, + STATE(2458), 1, sym__literal, + STATE(2464), 1, + sym__primary, + STATE(2465), 1, + sym_bit_string_literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1235), 2, + ACTIONS(976), 2, sym_decimal_integer, sym_decimal_float, - STATE(1876), 2, + STATE(1215), 2, sym__identifier, sym__external_name, - ACTIONS(1239), 3, + ACTIONS(980), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(1880), 3, + STATE(432), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(1216), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2662), 3, + STATE(2462), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1229), 4, + ACTIONS(970), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(433), 4, - sym_unary_operator, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(2650), 5, + STATE(2452), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -54498,7 +54413,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1233), 8, + ACTIONS(974), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -54507,75 +54422,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [8641] = 29, + [8534] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1223), 1, - anon_sym_LPAREN, - ACTIONS(1225), 1, + ACTIONS(762), 1, sym_condition_conversion, - ACTIONS(1227), 1, + ACTIONS(1068), 1, + anon_sym_LPAREN, + ACTIONS(1070), 1, anon_sym_LT_LT, - ACTIONS(1231), 1, + ACTIONS(1074), 1, sym_NEW, - ACTIONS(1237), 1, + ACTIONS(1080), 1, sym_based_base, - ACTIONS(1241), 1, + ACTIONS(1084), 1, sym_bit_string_length, - ACTIONS(1243), 1, + ACTIONS(1086), 1, sym_bit_string_base, - STATE(433), 1, + STATE(506), 1, + sym_sign, + STATE(527), 1, sym_unary_operator, - STATE(830), 1, + STATE(733), 1, sym__direct_name, - STATE(1678), 1, + STATE(943), 1, sym__abstract_literal, - STATE(2019), 1, - sym_based_literal, - STATE(2028), 1, + STATE(1060), 1, sym__expression, - STATE(2648), 1, - sym_bit_string_literal, - STATE(2659), 1, - sym__primary, - STATE(2667), 1, + STATE(1098), 1, + sym_based_literal, + STATE(2006), 1, sym__literal, + STATE(2012), 1, + sym__primary, + STATE(2014), 1, + sym_bit_string_literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1235), 2, + ACTIONS(1078), 2, sym_decimal_integer, sym_decimal_float, - STATE(1876), 2, + STATE(944), 2, sym__identifier, sym__external_name, - ACTIONS(1239), 3, + ACTIONS(1082), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(1880), 3, + STATE(433), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(950), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2662), 3, + STATE(2011), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1229), 4, + ACTIONS(1072), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(434), 4, - sym_sign, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(2650), 5, + STATE(2013), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -54590,7 +54506,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1233), 8, + ACTIONS(1076), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -54599,76 +54515,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [8762] = 30, + [8657] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1223), 1, + ACTIONS(964), 1, anon_sym_LPAREN, - ACTIONS(1225), 1, - sym_condition_conversion, - ACTIONS(1227), 1, + ACTIONS(968), 1, anon_sym_LT_LT, - ACTIONS(1231), 1, + ACTIONS(972), 1, sym_NEW, - ACTIONS(1237), 1, + ACTIONS(978), 1, sym_based_base, - ACTIONS(1241), 1, + ACTIONS(982), 1, sym_bit_string_length, - ACTIONS(1243), 1, + ACTIONS(984), 1, sym_bit_string_base, - STATE(433), 1, - sym_unary_operator, - STATE(434), 1, + ACTIONS(1229), 1, + sym_condition_conversion, + STATE(458), 1, sym_sign, - STATE(830), 1, + STATE(463), 1, + sym_unary_operator, + STATE(751), 1, sym__direct_name, - STATE(1678), 1, + STATE(1189), 1, sym__abstract_literal, - STATE(2019), 1, - sym_based_literal, - STATE(2034), 1, + STATE(1322), 1, sym__expression, - STATE(2648), 1, - sym_bit_string_literal, - STATE(2659), 1, - sym__primary, - STATE(2667), 1, + STATE(1408), 1, + sym_based_literal, + STATE(2458), 1, sym__literal, + STATE(2464), 1, + sym__primary, + STATE(2465), 1, + sym_bit_string_literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1235), 2, + ACTIONS(976), 2, sym_decimal_integer, sym_decimal_float, - STATE(1876), 2, + STATE(1215), 2, sym__identifier, sym__external_name, - ACTIONS(1239), 3, + ACTIONS(980), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(435), 3, + STATE(434), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1880), 3, + STATE(1216), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2662), 3, + STATE(2462), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1229), 4, + ACTIONS(970), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2650), 5, + STATE(2452), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -54683,7 +54599,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1233), 8, + ACTIONS(974), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -54692,76 +54608,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [8885] = 30, + [8780] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1223), 1, + ACTIONS(898), 1, anon_sym_LPAREN, - ACTIONS(1225), 1, + ACTIONS(900), 1, sym_condition_conversion, - ACTIONS(1227), 1, + ACTIONS(902), 1, anon_sym_LT_LT, - ACTIONS(1231), 1, + ACTIONS(906), 1, sym_NEW, - ACTIONS(1237), 1, + ACTIONS(912), 1, sym_based_base, - ACTIONS(1241), 1, + ACTIONS(916), 1, sym_bit_string_length, - ACTIONS(1243), 1, + ACTIONS(918), 1, sym_bit_string_base, - STATE(433), 1, - sym_unary_operator, - STATE(434), 1, + STATE(663), 1, sym_sign, - STATE(830), 1, + STATE(685), 1, + sym_unary_operator, + STATE(882), 1, sym__direct_name, - STATE(1678), 1, + STATE(2170), 1, sym__abstract_literal, - STATE(2019), 1, - sym_based_literal, - STATE(2038), 1, + STATE(2307), 1, sym__expression, - STATE(2648), 1, - sym_bit_string_literal, - STATE(2659), 1, + STATE(2405), 1, + sym_based_literal, + STATE(2702), 1, sym__primary, - STATE(2667), 1, + STATE(2705), 1, sym__literal, + STATE(2770), 1, + sym_bit_string_literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1235), 2, + ACTIONS(910), 2, sym_decimal_integer, sym_decimal_float, - STATE(1876), 2, + STATE(1979), 2, sym__identifier, sym__external_name, - ACTIONS(1239), 3, + ACTIONS(914), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(436), 3, + STATE(435), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1880), 3, + STATE(1977), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2662), 3, + STATE(2730), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1229), 4, + ACTIONS(1227), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2650), 5, + STATE(2772), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -54776,7 +54692,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1233), 8, + ACTIONS(908), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -54785,76 +54701,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [9008] = 30, + [8903] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1223), 1, - anon_sym_LPAREN, - ACTIONS(1225), 1, + ACTIONS(944), 1, sym_condition_conversion, - ACTIONS(1227), 1, - anon_sym_LT_LT, ACTIONS(1231), 1, - sym_NEW, + anon_sym_LPAREN, + ACTIONS(1233), 1, + anon_sym_LT_LT, ACTIONS(1237), 1, + sym_NEW, + ACTIONS(1243), 1, sym_based_base, - ACTIONS(1241), 1, + ACTIONS(1247), 1, sym_bit_string_length, - ACTIONS(1243), 1, + ACTIONS(1249), 1, sym_bit_string_base, - STATE(433), 1, + STATE(695), 1, sym_unary_operator, - STATE(434), 1, + STATE(713), 1, sym_sign, - STATE(830), 1, + STATE(886), 1, sym__direct_name, - STATE(1678), 1, + STATE(1917), 1, sym__abstract_literal, - STATE(2019), 1, + STATE(2314), 1, sym_based_literal, - STATE(2039), 1, + STATE(2338), 1, sym__expression, - STATE(2648), 1, + STATE(2763), 1, sym_bit_string_literal, - STATE(2659), 1, + STATE(2766), 1, sym__primary, - STATE(2667), 1, + STATE(2769), 1, sym__literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1235), 2, + ACTIONS(1241), 2, sym_decimal_integer, sym_decimal_float, - STATE(1876), 2, + STATE(2126), 2, sym__identifier, sym__external_name, - ACTIONS(1239), 3, + ACTIONS(1245), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(437), 3, + STATE(436), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1880), 3, + STATE(2124), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2662), 3, + STATE(2767), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1229), 4, + ACTIONS(1235), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2650), 5, + STATE(2764), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -54869,7 +54785,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1233), 8, + ACTIONS(1239), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -54878,76 +54794,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [9131] = 30, + [9026] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(878), 1, + ACTIONS(944), 1, sym_condition_conversion, - ACTIONS(920), 1, + ACTIONS(1231), 1, anon_sym_LPAREN, - ACTIONS(922), 1, + ACTIONS(1233), 1, anon_sym_LT_LT, - ACTIONS(926), 1, + ACTIONS(1237), 1, sym_NEW, - ACTIONS(932), 1, + ACTIONS(1243), 1, sym_based_base, - ACTIONS(936), 1, + ACTIONS(1247), 1, sym_bit_string_length, - ACTIONS(938), 1, + ACTIONS(1249), 1, sym_bit_string_base, - STATE(709), 1, + STATE(695), 1, sym_unary_operator, - STATE(710), 1, + STATE(713), 1, sym_sign, - STATE(868), 1, + STATE(886), 1, sym__direct_name, - STATE(2283), 1, + STATE(1917), 1, sym__abstract_literal, - STATE(2422), 1, + STATE(2314), 1, sym_based_literal, - STATE(2430), 1, + STATE(2337), 1, sym__expression, - STATE(2756), 1, + STATE(2763), 1, sym_bit_string_literal, - STATE(2762), 1, + STATE(2766), 1, sym__primary, - STATE(2764), 1, + STATE(2769), 1, sym__literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(930), 2, + ACTIONS(1241), 2, sym_decimal_integer, sym_decimal_float, - STATE(1975), 2, + STATE(2126), 2, sym__identifier, sym__external_name, - ACTIONS(934), 3, + ACTIONS(1245), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(438), 3, + STATE(437), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1976), 3, + STATE(2124), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2763), 3, + STATE(2767), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1245), 4, + ACTIONS(1235), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2761), 5, + STATE(2764), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -54962,7 +54878,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(928), 8, + ACTIONS(1239), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -54971,75 +54887,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [9254] = 29, + [9149] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(760), 1, + ACTIONS(1048), 1, + sym_condition_conversion, + ACTIONS(1137), 1, anon_sym_LPAREN, - ACTIONS(764), 1, + ACTIONS(1141), 1, anon_sym_LT_LT, - ACTIONS(768), 1, + ACTIONS(1145), 1, sym_NEW, - ACTIONS(774), 1, + ACTIONS(1151), 1, sym_based_base, - ACTIONS(778), 1, + ACTIONS(1155), 1, sym_bit_string_length, - ACTIONS(780), 1, + ACTIONS(1157), 1, sym_bit_string_base, - ACTIONS(1247), 1, - sym_condition_conversion, - STATE(720), 1, + STATE(625), 1, sym_unary_operator, - STATE(721), 1, + STATE(630), 1, + sym_sign, + STATE(883), 1, sym__direct_name, - STATE(846), 1, + STATE(1973), 1, sym__abstract_literal, - STATE(902), 1, - sym_based_literal, - STATE(920), 1, + STATE(2317), 1, sym__expression, - STATE(1612), 1, + STATE(2418), 1, + sym_based_literal, + STATE(2736), 1, sym_bit_string_literal, - STATE(1620), 1, + STATE(2741), 1, sym__primary, - STATE(1622), 1, + STATE(2743), 1, sym__literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(772), 2, + ACTIONS(1149), 2, sym_decimal_integer, sym_decimal_float, - STATE(838), 2, + STATE(2281), 2, sym__identifier, sym__external_name, - ACTIONS(776), 3, + ACTIONS(1153), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(840), 3, + STATE(438), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(2282), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(1621), 3, + STATE(2742), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(808), 4, + ACTIONS(1143), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(439), 4, - sym_sign, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(1644), 5, + STATE(2738), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -55054,7 +54971,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(770), 8, + ACTIONS(1147), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -55063,76 +54980,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [9375] = 30, + [9272] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(760), 1, + ACTIONS(762), 1, + sym_condition_conversion, + ACTIONS(1068), 1, anon_sym_LPAREN, - ACTIONS(764), 1, + ACTIONS(1070), 1, anon_sym_LT_LT, - ACTIONS(768), 1, + ACTIONS(1074), 1, sym_NEW, - ACTIONS(774), 1, + ACTIONS(1080), 1, sym_based_base, - ACTIONS(778), 1, + ACTIONS(1084), 1, sym_bit_string_length, - ACTIONS(780), 1, + ACTIONS(1086), 1, sym_bit_string_base, - ACTIONS(1247), 1, - sym_condition_conversion, - STATE(439), 1, + STATE(506), 1, sym_sign, - STATE(720), 1, + STATE(527), 1, sym_unary_operator, - STATE(721), 1, + STATE(733), 1, sym__direct_name, - STATE(846), 1, + STATE(943), 1, sym__abstract_literal, - STATE(902), 1, + STATE(1098), 1, sym_based_literal, - STATE(918), 1, - sym__expression, - STATE(1612), 1, - sym_bit_string_literal, - STATE(1620), 1, - sym__primary, - STATE(1622), 1, + STATE(2006), 1, sym__literal, + STATE(2012), 1, + sym__primary, + STATE(2014), 1, + sym_bit_string_literal, + STATE(2289), 1, + sym__expression, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(772), 2, + ACTIONS(1078), 2, sym_decimal_integer, sym_decimal_float, - STATE(838), 2, + STATE(944), 2, sym__identifier, sym__external_name, - ACTIONS(776), 3, + ACTIONS(1082), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(440), 3, + STATE(439), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(840), 3, + STATE(950), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(1621), 3, + STATE(2011), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(808), 4, + ACTIONS(1072), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(1644), 5, + STATE(2013), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -55147,7 +55064,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(770), 8, + ACTIONS(1076), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -55156,76 +55073,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [9498] = 30, + [9395] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(760), 1, + ACTIONS(964), 1, anon_sym_LPAREN, - ACTIONS(764), 1, + ACTIONS(968), 1, anon_sym_LT_LT, - ACTIONS(768), 1, + ACTIONS(972), 1, sym_NEW, - ACTIONS(774), 1, + ACTIONS(978), 1, sym_based_base, - ACTIONS(778), 1, + ACTIONS(982), 1, sym_bit_string_length, - ACTIONS(780), 1, + ACTIONS(984), 1, sym_bit_string_base, - ACTIONS(1247), 1, + ACTIONS(1229), 1, sym_condition_conversion, - STATE(439), 1, + STATE(458), 1, sym_sign, - STATE(720), 1, + STATE(463), 1, sym_unary_operator, - STATE(721), 1, + STATE(751), 1, sym__direct_name, - STATE(846), 1, + STATE(1189), 1, sym__abstract_literal, - STATE(902), 1, - sym_based_literal, - STATE(909), 1, + STATE(1268), 1, sym__expression, - STATE(1612), 1, - sym_bit_string_literal, - STATE(1620), 1, - sym__primary, - STATE(1622), 1, + STATE(1408), 1, + sym_based_literal, + STATE(2458), 1, sym__literal, + STATE(2464), 1, + sym__primary, + STATE(2465), 1, + sym_bit_string_literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(772), 2, + ACTIONS(976), 2, sym_decimal_integer, sym_decimal_float, - STATE(838), 2, + STATE(1215), 2, sym__identifier, sym__external_name, - ACTIONS(776), 3, + ACTIONS(980), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(441), 3, + STATE(440), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(840), 3, + STATE(1216), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(1621), 3, + STATE(2462), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(808), 4, + ACTIONS(970), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(1644), 5, + STATE(2452), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -55240,7 +55157,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(770), 8, + ACTIONS(974), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -55249,81 +55166,82 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [9621] = 30, + [9518] = 31, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(760), 1, + ACTIONS(762), 1, + sym_condition_conversion, + ACTIONS(1068), 1, anon_sym_LPAREN, - ACTIONS(764), 1, + ACTIONS(1070), 1, anon_sym_LT_LT, - ACTIONS(768), 1, + ACTIONS(1074), 1, sym_NEW, - ACTIONS(774), 1, + ACTIONS(1080), 1, sym_based_base, - ACTIONS(778), 1, + ACTIONS(1084), 1, sym_bit_string_length, - ACTIONS(780), 1, + ACTIONS(1086), 1, sym_bit_string_base, - ACTIONS(1247), 1, - sym_condition_conversion, - STATE(439), 1, + STATE(506), 1, sym_sign, - STATE(720), 1, + STATE(527), 1, sym_unary_operator, - STATE(721), 1, + STATE(733), 1, sym__direct_name, - STATE(846), 1, + STATE(943), 1, sym__abstract_literal, - STATE(901), 1, - sym__expression, - STATE(902), 1, + STATE(1098), 1, sym_based_literal, - STATE(1612), 1, - sym_bit_string_literal, - STATE(1620), 1, - sym__primary, - STATE(1622), 1, + STATE(2006), 1, sym__literal, + STATE(2012), 1, + sym__primary, + STATE(2014), 1, + sym_bit_string_literal, + STATE(2053), 1, + sym_simple_expression, + STATE(2466), 1, + sym__expression, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(772), 2, + ACTIONS(1078), 2, sym_decimal_integer, sym_decimal_float, - STATE(838), 2, + STATE(944), 2, sym__identifier, sym__external_name, - ACTIONS(776), 3, + ACTIONS(1082), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(442), 3, + STATE(441), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(840), 3, + STATE(950), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(1621), 3, + STATE(2011), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(808), 4, + ACTIONS(1072), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(1644), 5, + STATE(2013), 4, sym_condition_expression, sym_logical_expression, sym_relational_expression, sym_shift_expression, - sym_simple_expression, ACTIONS(273), 8, sym_ABS, sym_AND, @@ -55333,7 +55251,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(770), 8, + ACTIONS(1076), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -55342,75 +55260,75 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [9744] = 29, + [9643] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1249), 1, - anon_sym_LPAREN, - ACTIONS(1251), 1, + ACTIONS(990), 1, sym_condition_conversion, - ACTIONS(1253), 1, + ACTIONS(1207), 1, + anon_sym_LPAREN, + ACTIONS(1209), 1, anon_sym_LT_LT, - ACTIONS(1257), 1, + ACTIONS(1213), 1, sym_NEW, - ACTIONS(1263), 1, + ACTIONS(1219), 1, sym_based_base, - ACTIONS(1267), 1, + ACTIONS(1223), 1, sym_bit_string_length, - ACTIONS(1269), 1, + ACTIONS(1225), 1, sym_bit_string_base, - STATE(444), 1, - sym_sign, - STATE(842), 1, + STATE(443), 1, + sym_unary_operator, + STATE(766), 1, sym__direct_name, - STATE(2054), 1, + STATE(1313), 1, sym__abstract_literal, - STATE(2296), 1, - sym_based_literal, - STATE(2299), 1, + STATE(1546), 1, sym__expression, - STATE(2735), 1, + STATE(1566), 1, + sym_based_literal, + STATE(2484), 1, sym_bit_string_literal, - STATE(2746), 1, - sym__primary, - STATE(2753), 1, + STATE(2534), 1, sym__literal, + STATE(2536), 1, + sym__primary, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1261), 2, + ACTIONS(1217), 2, sym_decimal_integer, sym_decimal_float, - STATE(2222), 2, + STATE(1324), 2, sym__identifier, sym__external_name, - ACTIONS(1265), 3, + ACTIONS(1221), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(2223), 3, + STATE(1326), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2752), 3, + STATE(2535), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1255), 4, + ACTIONS(1211), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(443), 4, - sym_unary_operator, + STATE(442), 4, + sym_sign, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(2734), 5, + STATE(2482), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -55425,7 +55343,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1259), 8, + ACTIONS(1215), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -55434,75 +55352,75 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [9865] = 29, + [9764] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1249), 1, - anon_sym_LPAREN, - ACTIONS(1251), 1, + ACTIONS(990), 1, sym_condition_conversion, - ACTIONS(1253), 1, + ACTIONS(1207), 1, + anon_sym_LPAREN, + ACTIONS(1209), 1, anon_sym_LT_LT, - ACTIONS(1257), 1, + ACTIONS(1213), 1, sym_NEW, - ACTIONS(1263), 1, + ACTIONS(1219), 1, sym_based_base, - ACTIONS(1267), 1, + ACTIONS(1223), 1, sym_bit_string_length, - ACTIONS(1269), 1, + ACTIONS(1225), 1, sym_bit_string_base, - STATE(443), 1, - sym_unary_operator, - STATE(842), 1, + STATE(442), 1, + sym_sign, + STATE(766), 1, sym__direct_name, - STATE(2054), 1, + STATE(1313), 1, sym__abstract_literal, - STATE(2296), 1, - sym_based_literal, - STATE(2300), 1, + STATE(1421), 1, sym__expression, - STATE(2735), 1, + STATE(1566), 1, + sym_based_literal, + STATE(2484), 1, sym_bit_string_literal, - STATE(2746), 1, - sym__primary, - STATE(2753), 1, + STATE(2534), 1, sym__literal, + STATE(2536), 1, + sym__primary, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1261), 2, + ACTIONS(1217), 2, sym_decimal_integer, sym_decimal_float, - STATE(2222), 2, + STATE(1324), 2, sym__identifier, sym__external_name, - ACTIONS(1265), 3, + ACTIONS(1221), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(2223), 3, + STATE(1326), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2752), 3, + STATE(2535), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1255), 4, + ACTIONS(1211), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(444), 4, - sym_sign, + STATE(443), 4, + sym_unary_operator, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(2734), 5, + STATE(2482), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -55517,7 +55435,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1259), 8, + ACTIONS(1215), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -55526,76 +55444,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [9986] = 30, + [9885] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1249), 1, - anon_sym_LPAREN, ACTIONS(1251), 1, - sym_condition_conversion, + anon_sym_LPAREN, ACTIONS(1253), 1, + sym_condition_conversion, + ACTIONS(1255), 1, anon_sym_LT_LT, - ACTIONS(1257), 1, + ACTIONS(1259), 1, sym_NEW, - ACTIONS(1263), 1, + ACTIONS(1265), 1, sym_based_base, - ACTIONS(1267), 1, - sym_bit_string_length, ACTIONS(1269), 1, + sym_bit_string_length, + ACTIONS(1271), 1, sym_bit_string_base, - STATE(443), 1, - sym_unary_operator, - STATE(444), 1, + STATE(635), 1, sym_sign, - STATE(842), 1, + STATE(671), 1, + sym_unary_operator, + STATE(820), 1, sym__direct_name, - STATE(2054), 1, + STATE(1888), 1, sym__abstract_literal, - STATE(2296), 1, + STATE(1935), 1, sym_based_literal, - STATE(2433), 1, + STATE(2051), 1, sym__expression, - STATE(2735), 1, - sym_bit_string_literal, - STATE(2746), 1, + STATE(2651), 1, sym__primary, - STATE(2753), 1, + STATE(2670), 1, + sym_bit_string_literal, + STATE(2673), 1, sym__literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1261), 2, + ACTIONS(1263), 2, sym_decimal_integer, sym_decimal_float, - STATE(2222), 2, + STATE(1870), 2, sym__identifier, sym__external_name, - ACTIONS(1265), 3, + ACTIONS(1267), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(445), 3, + STATE(444), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(2223), 3, + STATE(1872), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2752), 3, + STATE(2663), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1255), 4, + ACTIONS(1257), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2734), 5, + STATE(2654), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -55610,7 +55528,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1259), 8, + ACTIONS(1261), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -55619,76 +55537,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [10109] = 30, + [10008] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1249), 1, + ACTIONS(263), 1, anon_sym_LPAREN, - ACTIONS(1251), 1, - sym_condition_conversion, - ACTIONS(1253), 1, - anon_sym_LT_LT, - ACTIONS(1257), 1, + ACTIONS(275), 1, sym_NEW, - ACTIONS(1263), 1, + ACTIONS(285), 1, sym_based_base, - ACTIONS(1267), 1, + ACTIONS(289), 1, sym_bit_string_length, - ACTIONS(1269), 1, + ACTIONS(291), 1, sym_bit_string_base, - STATE(443), 1, + ACTIONS(401), 1, + anon_sym_LT_LT, + ACTIONS(1273), 1, + sym_condition_conversion, + STATE(657), 1, sym_unary_operator, - STATE(444), 1, + STATE(661), 1, sym_sign, - STATE(842), 1, + STATE(736), 1, sym__direct_name, - STATE(2054), 1, + STATE(964), 1, sym__abstract_literal, - STATE(2296), 1, - sym_based_literal, - STATE(2302), 1, + STATE(1051), 1, sym__expression, - STATE(2735), 1, + STATE(1073), 1, + sym_based_literal, + STATE(1984), 1, sym_bit_string_literal, - STATE(2746), 1, + STATE(1990), 1, sym__primary, - STATE(2753), 1, + STATE(1992), 1, sym__literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1261), 2, + ACTIONS(283), 2, sym_decimal_integer, sym_decimal_float, - STATE(2222), 2, + STATE(954), 2, sym__identifier, sym__external_name, - ACTIONS(1265), 3, + ACTIONS(409), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(446), 3, + STATE(445), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(2223), 3, + STATE(929), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2752), 3, + STATE(1991), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1255), 4, + ACTIONS(403), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2734), 5, + STATE(2224), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -55703,7 +55621,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1259), 8, + ACTIONS(277), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -55712,76 +55630,75 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [10232] = 30, + [10131] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1249), 1, + ACTIONS(1010), 1, anon_sym_LPAREN, - ACTIONS(1251), 1, - sym_condition_conversion, - ACTIONS(1253), 1, + ACTIONS(1012), 1, anon_sym_LT_LT, - ACTIONS(1257), 1, + ACTIONS(1016), 1, sym_NEW, - ACTIONS(1263), 1, + ACTIONS(1022), 1, sym_based_base, - ACTIONS(1267), 1, + ACTIONS(1026), 1, sym_bit_string_length, - ACTIONS(1269), 1, + ACTIONS(1028), 1, sym_bit_string_base, - STATE(443), 1, - sym_unary_operator, - STATE(444), 1, + ACTIONS(1275), 1, + sym_condition_conversion, + STATE(476), 1, sym_sign, - STATE(842), 1, + STATE(792), 1, sym__direct_name, - STATE(2054), 1, + STATE(1613), 1, sym__abstract_literal, - STATE(2296), 1, - sym_based_literal, - STATE(2303), 1, + STATE(1691), 1, sym__expression, - STATE(2735), 1, + STATE(1706), 1, + sym_based_literal, + STATE(2544), 1, sym_bit_string_literal, - STATE(2746), 1, - sym__primary, - STATE(2753), 1, + STATE(2557), 1, sym__literal, + STATE(2594), 1, + sym__primary, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1261), 2, + ACTIONS(1020), 2, sym_decimal_integer, sym_decimal_float, - STATE(2222), 2, + STATE(1517), 2, sym__identifier, sym__external_name, - ACTIONS(1265), 3, + ACTIONS(1024), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(447), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(2223), 3, + STATE(1523), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2752), 3, + STATE(2605), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1255), 4, + ACTIONS(1014), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2734), 5, + STATE(446), 4, + sym_unary_operator, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(2578), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -55796,7 +55713,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1259), 8, + ACTIONS(1018), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -55805,75 +55722,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [10355] = 29, + [10252] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1271), 1, + ACTIONS(1161), 1, anon_sym_LPAREN, - ACTIONS(1273), 1, + ACTIONS(1163), 1, sym_condition_conversion, - ACTIONS(1275), 1, + ACTIONS(1165), 1, anon_sym_LT_LT, - ACTIONS(1279), 1, + ACTIONS(1169), 1, sym_NEW, - ACTIONS(1285), 1, + ACTIONS(1175), 1, sym_based_base, - ACTIONS(1289), 1, + ACTIONS(1179), 1, sym_bit_string_length, - ACTIONS(1291), 1, + ACTIONS(1181), 1, sym_bit_string_base, - STATE(449), 1, + STATE(457), 1, sym_sign, - STATE(812), 1, + STATE(720), 1, + sym_unary_operator, + STATE(867), 1, sym__direct_name, - STATE(1769), 1, + STATE(1932), 1, sym__abstract_literal, - STATE(2061), 1, - sym_based_literal, - STATE(2064), 1, + STATE(2329), 1, sym__expression, - STATE(2622), 1, - sym__primary, - STATE(2627), 1, + STATE(2346), 1, + sym_based_literal, + STATE(2695), 1, sym__literal, - STATE(2683), 1, + STATE(2700), 1, + sym__primary, + STATE(2712), 1, sym_bit_string_literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1283), 2, + ACTIONS(1173), 2, sym_decimal_integer, sym_decimal_float, - STATE(1825), 2, + STATE(2186), 2, sym__identifier, sym__external_name, - ACTIONS(1287), 3, + ACTIONS(1177), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(1687), 3, + STATE(447), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(2185), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2625), 3, + STATE(2698), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1277), 4, + ACTIONS(1167), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(448), 4, - sym_unary_operator, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(2673), 5, + STATE(2707), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -55888,7 +55806,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1281), 8, + ACTIONS(1171), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -55897,75 +55815,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [10476] = 29, + [10375] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1271), 1, + ACTIONS(1277), 1, anon_sym_LPAREN, - ACTIONS(1273), 1, + ACTIONS(1279), 1, sym_condition_conversion, - ACTIONS(1275), 1, + ACTIONS(1281), 1, anon_sym_LT_LT, - ACTIONS(1279), 1, - sym_NEW, ACTIONS(1285), 1, + sym_NEW, + ACTIONS(1291), 1, sym_based_base, - ACTIONS(1289), 1, + ACTIONS(1295), 1, sym_bit_string_length, - ACTIONS(1291), 1, + ACTIONS(1297), 1, sym_bit_string_base, - STATE(448), 1, + STATE(675), 1, + sym_sign, + STATE(681), 1, sym_unary_operator, - STATE(812), 1, + STATE(788), 1, sym__direct_name, - STATE(1769), 1, + STATE(1279), 1, + sym__expression, + STATE(1611), 1, sym__abstract_literal, - STATE(2061), 1, + STATE(1911), 1, sym_based_literal, - STATE(2065), 1, - sym__expression, - STATE(2622), 1, + STATE(2548), 1, sym__primary, - STATE(2627), 1, + STATE(2554), 1, sym__literal, - STATE(2683), 1, + STATE(2566), 1, sym_bit_string_literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1283), 2, + ACTIONS(1289), 2, sym_decimal_integer, sym_decimal_float, - STATE(1825), 2, + STATE(1639), 2, sym__identifier, sym__external_name, - ACTIONS(1287), 3, + ACTIONS(1293), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(1687), 3, + STATE(448), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(1647), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2625), 3, + STATE(2553), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1277), 4, + ACTIONS(1283), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(449), 4, - sym_sign, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(2673), 5, + STATE(2541), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -55980,7 +55899,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1281), 8, + ACTIONS(1287), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -55989,76 +55908,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [10597] = 30, + [10498] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1271), 1, + ACTIONS(263), 1, anon_sym_LPAREN, - ACTIONS(1273), 1, - sym_condition_conversion, - ACTIONS(1275), 1, - anon_sym_LT_LT, - ACTIONS(1279), 1, + ACTIONS(275), 1, sym_NEW, - ACTIONS(1285), 1, + ACTIONS(285), 1, sym_based_base, - ACTIONS(1289), 1, + ACTIONS(289), 1, sym_bit_string_length, - ACTIONS(1291), 1, + ACTIONS(291), 1, sym_bit_string_base, - STATE(448), 1, + ACTIONS(401), 1, + anon_sym_LT_LT, + ACTIONS(1273), 1, + sym_condition_conversion, + STATE(657), 1, sym_unary_operator, - STATE(449), 1, + STATE(661), 1, sym_sign, - STATE(812), 1, + STATE(736), 1, sym__direct_name, - STATE(1769), 1, + STATE(964), 1, sym__abstract_literal, - STATE(2061), 1, - sym_based_literal, - STATE(2066), 1, + STATE(1050), 1, sym__expression, - STATE(2622), 1, + STATE(1073), 1, + sym_based_literal, + STATE(1984), 1, + sym_bit_string_literal, + STATE(1990), 1, sym__primary, - STATE(2627), 1, + STATE(1992), 1, sym__literal, - STATE(2683), 1, - sym_bit_string_literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1283), 2, + ACTIONS(283), 2, sym_decimal_integer, sym_decimal_float, - STATE(1825), 2, + STATE(954), 2, sym__identifier, sym__external_name, - ACTIONS(1287), 3, + ACTIONS(409), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(450), 3, + STATE(449), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1687), 3, + STATE(929), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2625), 3, + STATE(1991), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1277), 4, + ACTIONS(403), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2673), 5, + STATE(2224), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -56073,7 +55992,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1281), 8, + ACTIONS(277), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -56082,76 +56001,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [10720] = 30, + [10621] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1271), 1, - anon_sym_LPAREN, - ACTIONS(1273), 1, + ACTIONS(854), 1, sym_condition_conversion, - ACTIONS(1275), 1, + ACTIONS(1299), 1, + anon_sym_LPAREN, + ACTIONS(1301), 1, anon_sym_LT_LT, - ACTIONS(1279), 1, + ACTIONS(1305), 1, sym_NEW, - ACTIONS(1285), 1, + ACTIONS(1311), 1, sym_based_base, - ACTIONS(1289), 1, + ACTIONS(1315), 1, sym_bit_string_length, - ACTIONS(1291), 1, + ACTIONS(1317), 1, sym_bit_string_base, - STATE(448), 1, + STATE(676), 1, sym_unary_operator, - STATE(449), 1, + STATE(693), 1, sym_sign, STATE(812), 1, sym__direct_name, - STATE(1769), 1, + STATE(1846), 1, sym__abstract_literal, - STATE(2061), 1, + STATE(1994), 1, sym_based_literal, - STATE(2070), 1, + STATE(2046), 1, sym__expression, - STATE(2622), 1, - sym__primary, - STATE(2627), 1, - sym__literal, - STATE(2683), 1, + STATE(2617), 1, sym_bit_string_literal, + STATE(2686), 1, + sym__literal, + STATE(2690), 1, + sym__primary, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1283), 2, + ACTIONS(1309), 2, sym_decimal_integer, sym_decimal_float, - STATE(1825), 2, + STATE(1760), 2, sym__identifier, sym__external_name, - ACTIONS(1287), 3, + ACTIONS(1313), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(451), 3, + STATE(450), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1687), 3, + STATE(1761), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2625), 3, + STATE(2689), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1277), 4, + ACTIONS(1303), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2673), 5, + STATE(2649), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -56166,7 +56085,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1281), 8, + ACTIONS(1307), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -56175,76 +56094,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [10843] = 30, + [10744] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1271), 1, - anon_sym_LPAREN, - ACTIONS(1273), 1, + ACTIONS(944), 1, sym_condition_conversion, - ACTIONS(1275), 1, + ACTIONS(1231), 1, + anon_sym_LPAREN, + ACTIONS(1233), 1, anon_sym_LT_LT, - ACTIONS(1279), 1, + ACTIONS(1237), 1, sym_NEW, - ACTIONS(1285), 1, + ACTIONS(1243), 1, sym_based_base, - ACTIONS(1289), 1, + ACTIONS(1247), 1, sym_bit_string_length, - ACTIONS(1291), 1, + ACTIONS(1249), 1, sym_bit_string_base, - STATE(448), 1, + STATE(695), 1, sym_unary_operator, - STATE(449), 1, + STATE(713), 1, sym_sign, - STATE(812), 1, + STATE(886), 1, sym__direct_name, - STATE(1769), 1, + STATE(1917), 1, sym__abstract_literal, - STATE(2061), 1, + STATE(2314), 1, sym_based_literal, - STATE(2071), 1, + STATE(2369), 1, sym__expression, - STATE(2622), 1, + STATE(2763), 1, + sym_bit_string_literal, + STATE(2766), 1, sym__primary, - STATE(2627), 1, + STATE(2769), 1, sym__literal, - STATE(2683), 1, - sym_bit_string_literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1283), 2, + ACTIONS(1241), 2, sym_decimal_integer, sym_decimal_float, - STATE(1825), 2, + STATE(2126), 2, sym__identifier, sym__external_name, - ACTIONS(1287), 3, + ACTIONS(1245), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(452), 3, + STATE(451), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1687), 3, + STATE(2124), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2625), 3, + STATE(2767), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1277), 4, + ACTIONS(1235), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2673), 5, + STATE(2764), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -56259,7 +56178,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1281), 8, + ACTIONS(1239), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -56268,75 +56187,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [10966] = 29, + [10867] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(856), 1, + ACTIONS(1161), 1, + anon_sym_LPAREN, + ACTIONS(1163), 1, + sym_condition_conversion, + ACTIONS(1165), 1, anon_sym_LT_LT, - ACTIONS(860), 1, + ACTIONS(1169), 1, sym_NEW, - ACTIONS(866), 1, + ACTIONS(1175), 1, sym_based_base, - ACTIONS(870), 1, + ACTIONS(1179), 1, sym_bit_string_length, - ACTIONS(872), 1, + ACTIONS(1181), 1, sym_bit_string_base, - ACTIONS(984), 1, - anon_sym_LPAREN, - ACTIONS(1293), 1, - sym_condition_conversion, - STATE(454), 1, + STATE(457), 1, sym_sign, - STATE(772), 1, + STATE(720), 1, + sym_unary_operator, + STATE(867), 1, sym__direct_name, - STATE(1407), 1, + STATE(1932), 1, sym__abstract_literal, - STATE(1615), 1, + STATE(2346), 1, sym_based_literal, - STATE(1624), 1, + STATE(2370), 1, sym__expression, - STATE(2480), 1, + STATE(2695), 1, sym__literal, - STATE(2530), 1, - sym_bit_string_literal, - STATE(2535), 1, + STATE(2700), 1, sym__primary, + STATE(2712), 1, + sym_bit_string_literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(864), 2, + ACTIONS(1173), 2, sym_decimal_integer, sym_decimal_float, - STATE(1336), 2, + STATE(2186), 2, sym__identifier, sym__external_name, - ACTIONS(868), 3, + ACTIONS(1177), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(1337), 3, + STATE(452), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(2185), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2507), 3, + STATE(2698), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(858), 4, + ACTIONS(1167), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(453), 4, - sym_unary_operator, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(2481), 5, + STATE(2707), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -56351,7 +56271,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(862), 8, + ACTIONS(1171), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -56360,75 +56280,75 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [11087] = 29, + [10990] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(856), 1, + ACTIONS(1183), 1, + anon_sym_LPAREN, + ACTIONS(1185), 1, + sym_condition_conversion, + ACTIONS(1187), 1, anon_sym_LT_LT, - ACTIONS(860), 1, + ACTIONS(1191), 1, sym_NEW, - ACTIONS(866), 1, + ACTIONS(1197), 1, sym_based_base, - ACTIONS(870), 1, + ACTIONS(1201), 1, sym_bit_string_length, - ACTIONS(872), 1, + ACTIONS(1203), 1, sym_bit_string_base, - ACTIONS(984), 1, - anon_sym_LPAREN, - ACTIONS(1293), 1, - sym_condition_conversion, - STATE(453), 1, - sym_unary_operator, - STATE(772), 1, + STATE(418), 1, + sym_sign, + STATE(845), 1, sym__direct_name, - STATE(1407), 1, + STATE(2214), 1, sym__abstract_literal, - STATE(1615), 1, + STATE(2358), 1, sym_based_literal, - STATE(1626), 1, + STATE(2401), 1, sym__expression, - STATE(2480), 1, + STATE(2727), 1, sym__literal, - STATE(2530), 1, - sym_bit_string_literal, - STATE(2535), 1, + STATE(2729), 1, sym__primary, + STATE(2744), 1, + sym_bit_string_literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(864), 2, + ACTIONS(1195), 2, sym_decimal_integer, sym_decimal_float, - STATE(1336), 2, + STATE(2048), 2, sym__identifier, sym__external_name, - ACTIONS(868), 3, + ACTIONS(1199), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(1337), 3, + STATE(2049), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2507), 3, + STATE(2728), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(858), 4, + ACTIONS(1189), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(454), 4, - sym_sign, + STATE(453), 4, + sym_unary_operator, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(2481), 5, + STATE(2706), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -56443,7 +56363,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(862), 8, + ACTIONS(1193), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -56452,76 +56372,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [11208] = 30, + [11111] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(856), 1, + ACTIONS(265), 1, + sym_condition_conversion, + ACTIONS(736), 1, + anon_sym_LPAREN, + ACTIONS(738), 1, anon_sym_LT_LT, - ACTIONS(860), 1, + ACTIONS(744), 1, sym_NEW, - ACTIONS(866), 1, + ACTIONS(752), 1, sym_based_base, - ACTIONS(870), 1, + ACTIONS(756), 1, sym_bit_string_length, - ACTIONS(872), 1, + ACTIONS(758), 1, sym_bit_string_base, - ACTIONS(984), 1, - anon_sym_LPAREN, - ACTIONS(1293), 1, - sym_condition_conversion, - STATE(453), 1, + STATE(640), 1, sym_unary_operator, - STATE(454), 1, + STATE(688), 1, sym_sign, - STATE(772), 1, + STATE(743), 1, sym__direct_name, - STATE(1407), 1, + STATE(1006), 1, sym__abstract_literal, - STATE(1615), 1, - sym_based_literal, - STATE(1639), 1, + STATE(1161), 1, sym__expression, - STATE(2480), 1, - sym__literal, - STATE(2530), 1, + STATE(1206), 1, + sym_based_literal, + STATE(2399), 1, sym_bit_string_literal, - STATE(2535), 1, + STATE(2427), 1, + sym__literal, + STATE(2431), 1, sym__primary, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(864), 2, + ACTIONS(750), 2, sym_decimal_integer, sym_decimal_float, - STATE(1336), 2, + STATE(1025), 2, sym__identifier, sym__external_name, - ACTIONS(868), 3, + ACTIONS(754), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(455), 3, + STATE(454), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1337), 3, + STATE(1087), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2507), 3, + STATE(2428), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(858), 4, + ACTIONS(740), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2481), 5, + STATE(2423), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -56536,7 +56456,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(862), 8, + ACTIONS(746), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -56545,76 +56465,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [11331] = 30, + [11234] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(856), 1, + ACTIONS(944), 1, + sym_condition_conversion, + ACTIONS(1231), 1, + anon_sym_LPAREN, + ACTIONS(1233), 1, anon_sym_LT_LT, - ACTIONS(860), 1, + ACTIONS(1237), 1, sym_NEW, - ACTIONS(866), 1, + ACTIONS(1243), 1, sym_based_base, - ACTIONS(870), 1, + ACTIONS(1247), 1, sym_bit_string_length, - ACTIONS(872), 1, + ACTIONS(1249), 1, sym_bit_string_base, - ACTIONS(984), 1, - anon_sym_LPAREN, - ACTIONS(1293), 1, - sym_condition_conversion, - STATE(453), 1, + STATE(695), 1, sym_unary_operator, - STATE(454), 1, + STATE(713), 1, sym_sign, - STATE(772), 1, + STATE(886), 1, sym__direct_name, - STATE(1407), 1, + STATE(1917), 1, sym__abstract_literal, - STATE(1615), 1, - sym_based_literal, - STATE(1640), 1, + STATE(2292), 1, sym__expression, - STATE(2480), 1, - sym__literal, - STATE(2530), 1, + STATE(2314), 1, + sym_based_literal, + STATE(2763), 1, sym_bit_string_literal, - STATE(2535), 1, + STATE(2766), 1, sym__primary, + STATE(2769), 1, + sym__literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(864), 2, + ACTIONS(1241), 2, sym_decimal_integer, sym_decimal_float, - STATE(1336), 2, + STATE(2126), 2, sym__identifier, sym__external_name, - ACTIONS(868), 3, + ACTIONS(1245), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(456), 3, + STATE(455), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1337), 3, + STATE(2124), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2507), 3, + STATE(2767), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(858), 4, + ACTIONS(1235), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2481), 5, + STATE(2764), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -56629,7 +56549,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(862), 8, + ACTIONS(1239), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -56638,76 +56558,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [11454] = 30, + [11357] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(856), 1, + ACTIONS(265), 1, + sym_condition_conversion, + ACTIONS(736), 1, + anon_sym_LPAREN, + ACTIONS(738), 1, anon_sym_LT_LT, - ACTIONS(860), 1, + ACTIONS(744), 1, sym_NEW, - ACTIONS(866), 1, + ACTIONS(752), 1, sym_based_base, - ACTIONS(870), 1, + ACTIONS(756), 1, sym_bit_string_length, - ACTIONS(872), 1, + ACTIONS(758), 1, sym_bit_string_base, - ACTIONS(984), 1, - anon_sym_LPAREN, - ACTIONS(1293), 1, - sym_condition_conversion, - STATE(453), 1, + STATE(640), 1, sym_unary_operator, - STATE(454), 1, + STATE(688), 1, sym_sign, - STATE(772), 1, + STATE(743), 1, sym__direct_name, - STATE(1407), 1, + STATE(1006), 1, sym__abstract_literal, - STATE(1615), 1, - sym_based_literal, - STATE(1641), 1, + STATE(1165), 1, sym__expression, - STATE(2480), 1, - sym__literal, - STATE(2530), 1, + STATE(1206), 1, + sym_based_literal, + STATE(2399), 1, sym_bit_string_literal, - STATE(2535), 1, + STATE(2427), 1, + sym__literal, + STATE(2431), 1, sym__primary, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(864), 2, + ACTIONS(750), 2, sym_decimal_integer, sym_decimal_float, - STATE(1336), 2, + STATE(1025), 2, sym__identifier, sym__external_name, - ACTIONS(868), 3, + ACTIONS(754), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(457), 3, + STATE(456), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1337), 3, + STATE(1087), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2507), 3, + STATE(2428), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(858), 4, + ACTIONS(740), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2481), 5, + STATE(2423), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -56722,7 +56642,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(862), 8, + ACTIONS(746), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -56731,75 +56651,75 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [11577] = 29, + [11480] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(940), 1, + ACTIONS(1161), 1, anon_sym_LPAREN, - ACTIONS(944), 1, + ACTIONS(1163), 1, + sym_condition_conversion, + ACTIONS(1165), 1, anon_sym_LT_LT, - ACTIONS(948), 1, + ACTIONS(1169), 1, sym_NEW, - ACTIONS(954), 1, + ACTIONS(1175), 1, sym_based_base, - ACTIONS(958), 1, + ACTIONS(1179), 1, sym_bit_string_length, - ACTIONS(960), 1, + ACTIONS(1181), 1, sym_bit_string_base, - ACTIONS(1295), 1, - sym_condition_conversion, - STATE(459), 1, - sym_sign, - STATE(779), 1, + STATE(720), 1, + sym_unary_operator, + STATE(867), 1, sym__direct_name, - STATE(1413), 1, + STATE(1932), 1, sym__abstract_literal, - STATE(1469), 1, + STATE(2332), 1, sym__expression, - STATE(1642), 1, + STATE(2346), 1, sym_based_literal, - STATE(2496), 1, - sym_bit_string_literal, - STATE(2497), 1, - sym__primary, - STATE(2501), 1, + STATE(2695), 1, sym__literal, + STATE(2700), 1, + sym__primary, + STATE(2712), 1, + sym_bit_string_literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(952), 2, + ACTIONS(1173), 2, sym_decimal_integer, sym_decimal_float, - STATE(1353), 2, + STATE(2186), 2, sym__identifier, sym__external_name, - ACTIONS(956), 3, + ACTIONS(1177), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(1354), 3, + STATE(2185), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2500), 3, + STATE(2698), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(946), 4, + ACTIONS(1167), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(458), 4, - sym_unary_operator, + STATE(457), 4, + sym_sign, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(2521), 5, + STATE(2707), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -56814,7 +56734,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(950), 8, + ACTIONS(1171), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -56823,75 +56743,75 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [11698] = 29, + [11601] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(940), 1, + ACTIONS(964), 1, anon_sym_LPAREN, - ACTIONS(944), 1, + ACTIONS(968), 1, anon_sym_LT_LT, - ACTIONS(948), 1, + ACTIONS(972), 1, sym_NEW, - ACTIONS(954), 1, + ACTIONS(978), 1, sym_based_base, - ACTIONS(958), 1, + ACTIONS(982), 1, sym_bit_string_length, - ACTIONS(960), 1, + ACTIONS(984), 1, sym_bit_string_base, - ACTIONS(1295), 1, + ACTIONS(1229), 1, sym_condition_conversion, - STATE(458), 1, + STATE(463), 1, sym_unary_operator, - STATE(779), 1, + STATE(751), 1, sym__direct_name, - STATE(1413), 1, + STATE(1189), 1, sym__abstract_literal, - STATE(1492), 1, + STATE(1315), 1, sym__expression, - STATE(1642), 1, + STATE(1408), 1, sym_based_literal, - STATE(2496), 1, - sym_bit_string_literal, - STATE(2497), 1, - sym__primary, - STATE(2501), 1, + STATE(2458), 1, sym__literal, + STATE(2464), 1, + sym__primary, + STATE(2465), 1, + sym_bit_string_literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(952), 2, + ACTIONS(976), 2, sym_decimal_integer, sym_decimal_float, - STATE(1353), 2, + STATE(1215), 2, sym__identifier, sym__external_name, - ACTIONS(956), 3, + ACTIONS(980), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(1354), 3, + STATE(1216), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2500), 3, + STATE(2462), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(946), 4, + ACTIONS(970), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(459), 4, + STATE(458), 4, sym_sign, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(2521), 5, + STATE(2452), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -56906,7 +56826,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(950), 8, + ACTIONS(974), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -56915,76 +56835,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [11819] = 30, + [11722] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(940), 1, - anon_sym_LPAREN, - ACTIONS(944), 1, + ACTIONS(782), 1, anon_sym_LT_LT, - ACTIONS(948), 1, + ACTIONS(1030), 1, + anon_sym_LPAREN, + ACTIONS(1034), 1, sym_NEW, - ACTIONS(954), 1, + ACTIONS(1040), 1, sym_based_base, - ACTIONS(958), 1, + ACTIONS(1042), 1, sym_bit_string_length, - ACTIONS(960), 1, + ACTIONS(1044), 1, sym_bit_string_base, - ACTIONS(1295), 1, + ACTIONS(1319), 1, sym_condition_conversion, - STATE(458), 1, - sym_unary_operator, - STATE(459), 1, + STATE(579), 1, sym_sign, - STATE(779), 1, + STATE(649), 1, + sym_unary_operator, + STATE(756), 1, sym__direct_name, - STATE(1413), 1, + STATE(1195), 1, sym__abstract_literal, - STATE(1464), 1, - sym__expression, - STATE(1642), 1, + STATE(1243), 1, sym_based_literal, - STATE(2496), 1, - sym_bit_string_literal, - STATE(2497), 1, + STATE(1263), 1, + sym__expression, + STATE(2436), 1, sym__primary, - STATE(2501), 1, + STATE(2443), 1, sym__literal, + STATE(2453), 1, + sym_bit_string_literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(952), 2, + ACTIONS(1038), 2, sym_decimal_integer, sym_decimal_float, - STATE(1353), 2, + STATE(879), 2, sym__identifier, sym__external_name, - ACTIONS(956), 3, + ACTIONS(786), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(460), 3, + STATE(459), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1354), 3, + STATE(881), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2500), 3, + STATE(2442), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(946), 4, + ACTIONS(806), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2521), 5, + STATE(2468), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -56999,7 +56919,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(950), 8, + ACTIONS(1036), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -57008,76 +56928,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [11942] = 30, + [11845] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(940), 1, - anon_sym_LPAREN, - ACTIONS(944), 1, + ACTIONS(782), 1, anon_sym_LT_LT, - ACTIONS(948), 1, + ACTIONS(1030), 1, + anon_sym_LPAREN, + ACTIONS(1034), 1, sym_NEW, - ACTIONS(954), 1, + ACTIONS(1040), 1, sym_based_base, - ACTIONS(958), 1, + ACTIONS(1042), 1, sym_bit_string_length, - ACTIONS(960), 1, + ACTIONS(1044), 1, sym_bit_string_base, - ACTIONS(1295), 1, + ACTIONS(1319), 1, sym_condition_conversion, - STATE(458), 1, - sym_unary_operator, - STATE(459), 1, + STATE(579), 1, sym_sign, - STATE(779), 1, + STATE(649), 1, + sym_unary_operator, + STATE(756), 1, sym__direct_name, - STATE(1413), 1, + STATE(1195), 1, sym__abstract_literal, - STATE(1518), 1, - sym__expression, - STATE(1642), 1, + STATE(1243), 1, sym_based_literal, - STATE(2496), 1, - sym_bit_string_literal, - STATE(2497), 1, + STATE(1267), 1, + sym__expression, + STATE(2436), 1, sym__primary, - STATE(2501), 1, + STATE(2443), 1, sym__literal, + STATE(2453), 1, + sym_bit_string_literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(952), 2, + ACTIONS(1038), 2, sym_decimal_integer, sym_decimal_float, - STATE(1353), 2, + STATE(879), 2, sym__identifier, sym__external_name, - ACTIONS(956), 3, + ACTIONS(786), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(461), 3, + STATE(460), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1354), 3, + STATE(881), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2500), 3, + STATE(2442), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(946), 4, + ACTIONS(806), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2521), 5, + STATE(2468), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -57092,7 +57012,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(950), 8, + ACTIONS(1036), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -57101,76 +57021,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [12065] = 30, + [11968] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(940), 1, + ACTIONS(1321), 1, anon_sym_LPAREN, - ACTIONS(944), 1, + ACTIONS(1323), 1, + sym_condition_conversion, + ACTIONS(1325), 1, anon_sym_LT_LT, - ACTIONS(948), 1, + ACTIONS(1329), 1, sym_NEW, - ACTIONS(954), 1, + ACTIONS(1335), 1, sym_based_base, - ACTIONS(958), 1, + ACTIONS(1339), 1, sym_bit_string_length, - ACTIONS(960), 1, + ACTIONS(1341), 1, sym_bit_string_base, - ACTIONS(1295), 1, - sym_condition_conversion, - STATE(458), 1, - sym_unary_operator, - STATE(459), 1, + STATE(701), 1, sym_sign, - STATE(779), 1, + STATE(702), 1, + sym_unary_operator, + STATE(885), 1, sym__direct_name, - STATE(1413), 1, + STATE(2232), 1, sym__abstract_literal, - STATE(1546), 1, + STATE(2309), 1, sym__expression, - STATE(1642), 1, + STATE(2409), 1, sym_based_literal, - STATE(2496), 1, + STATE(2711), 1, + sym__literal, + STATE(2761), 1, sym_bit_string_literal, - STATE(2497), 1, + STATE(2765), 1, sym__primary, - STATE(2501), 1, - sym__literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(952), 2, + ACTIONS(1333), 2, sym_decimal_integer, sym_decimal_float, - STATE(1353), 2, + STATE(1978), 2, sym__identifier, sym__external_name, - ACTIONS(956), 3, + ACTIONS(1337), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(462), 3, + STATE(461), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1354), 3, + STATE(1982), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2500), 3, + STATE(2737), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(946), 4, + ACTIONS(1327), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2521), 5, + STATE(2745), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -57185,7 +57105,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(950), 8, + ACTIONS(1331), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -57194,75 +57114,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [12188] = 29, + [12091] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(876), 1, + ACTIONS(265), 1, + sym_condition_conversion, + ACTIONS(736), 1, anon_sym_LPAREN, - ACTIONS(880), 1, + ACTIONS(738), 1, anon_sym_LT_LT, - ACTIONS(884), 1, + ACTIONS(744), 1, sym_NEW, - ACTIONS(890), 1, + ACTIONS(752), 1, sym_based_base, - ACTIONS(894), 1, + ACTIONS(756), 1, sym_bit_string_length, - ACTIONS(896), 1, + ACTIONS(758), 1, sym_bit_string_base, - ACTIONS(1297), 1, - sym_condition_conversion, - STATE(464), 1, + STATE(640), 1, + sym_unary_operator, + STATE(688), 1, sym_sign, - STATE(786), 1, + STATE(743), 1, sym__direct_name, - STATE(1609), 1, + STATE(1006), 1, sym__abstract_literal, - STATE(1675), 1, - sym_based_literal, - STATE(1701), 1, + STATE(1166), 1, sym__expression, - STATE(2559), 1, + STATE(1206), 1, + sym_based_literal, + STATE(2399), 1, sym_bit_string_literal, - STATE(2561), 1, - sym__primary, - STATE(2563), 1, + STATE(2427), 1, sym__literal, + STATE(2431), 1, + sym__primary, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(888), 2, + ACTIONS(750), 2, sym_decimal_integer, sym_decimal_float, - STATE(1475), 2, + STATE(1025), 2, sym__identifier, sym__external_name, - ACTIONS(892), 3, + ACTIONS(754), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(1476), 3, + STATE(462), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(1087), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2562), 3, + STATE(2428), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(882), 4, + ACTIONS(740), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(463), 4, - sym_unary_operator, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(2592), 5, + STATE(2423), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -57277,7 +57198,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(886), 8, + ACTIONS(746), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -57286,75 +57207,75 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [12309] = 29, + [12214] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(876), 1, + ACTIONS(964), 1, anon_sym_LPAREN, - ACTIONS(880), 1, + ACTIONS(968), 1, anon_sym_LT_LT, - ACTIONS(884), 1, + ACTIONS(972), 1, sym_NEW, - ACTIONS(890), 1, + ACTIONS(978), 1, sym_based_base, - ACTIONS(894), 1, + ACTIONS(982), 1, sym_bit_string_length, - ACTIONS(896), 1, + ACTIONS(984), 1, sym_bit_string_base, - ACTIONS(1297), 1, + ACTIONS(1229), 1, sym_condition_conversion, - STATE(463), 1, - sym_unary_operator, - STATE(786), 1, + STATE(458), 1, + sym_sign, + STATE(751), 1, sym__direct_name, - STATE(1609), 1, + STATE(1189), 1, sym__abstract_literal, - STATE(1675), 1, - sym_based_literal, - STATE(1702), 1, + STATE(1318), 1, sym__expression, - STATE(2559), 1, - sym_bit_string_literal, - STATE(2561), 1, - sym__primary, - STATE(2563), 1, + STATE(1408), 1, + sym_based_literal, + STATE(2458), 1, sym__literal, + STATE(2464), 1, + sym__primary, + STATE(2465), 1, + sym_bit_string_literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(888), 2, + ACTIONS(976), 2, sym_decimal_integer, sym_decimal_float, - STATE(1475), 2, + STATE(1215), 2, sym__identifier, sym__external_name, - ACTIONS(892), 3, + ACTIONS(980), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(1476), 3, + STATE(1216), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2562), 3, + STATE(2462), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(882), 4, + ACTIONS(970), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(464), 4, - sym_sign, + STATE(463), 4, + sym_unary_operator, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(2592), 5, + STATE(2452), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -57369,7 +57290,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(886), 8, + ACTIONS(974), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -57378,76 +57299,75 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [12430] = 30, + [12335] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(876), 1, + ACTIONS(1046), 1, anon_sym_LPAREN, - ACTIONS(880), 1, + ACTIONS(1050), 1, anon_sym_LT_LT, - ACTIONS(884), 1, + ACTIONS(1054), 1, sym_NEW, - ACTIONS(890), 1, + ACTIONS(1060), 1, sym_based_base, - ACTIONS(894), 1, + ACTIONS(1064), 1, sym_bit_string_length, - ACTIONS(896), 1, + ACTIONS(1066), 1, sym_bit_string_base, - ACTIONS(1297), 1, + ACTIONS(1343), 1, sym_condition_conversion, - STATE(463), 1, - sym_unary_operator, - STATE(464), 1, + STATE(480), 1, sym_sign, - STATE(786), 1, + STATE(794), 1, sym__direct_name, - STATE(1609), 1, + STATE(1495), 1, sym__abstract_literal, - STATE(1675), 1, + STATE(1705), 1, sym_based_literal, - STATE(1712), 1, + STATE(1729), 1, sym__expression, - STATE(2559), 1, + STATE(2595), 1, sym_bit_string_literal, - STATE(2561), 1, - sym__primary, - STATE(2563), 1, + STATE(2597), 1, sym__literal, + STATE(2607), 1, + sym__primary, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(888), 2, + ACTIONS(1058), 2, sym_decimal_integer, sym_decimal_float, - STATE(1475), 2, + STATE(1584), 2, sym__identifier, sym__external_name, - ACTIONS(892), 3, + ACTIONS(1062), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(465), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(1476), 3, + STATE(1587), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2562), 3, + STATE(2602), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(882), 4, + ACTIONS(1052), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2592), 5, + STATE(464), 4, + sym_unary_operator, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(2611), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -57462,7 +57382,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(886), 8, + ACTIONS(1056), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -57471,76 +57391,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [12553] = 30, + [12456] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(876), 1, + ACTIONS(1321), 1, anon_sym_LPAREN, - ACTIONS(880), 1, + ACTIONS(1323), 1, + sym_condition_conversion, + ACTIONS(1325), 1, anon_sym_LT_LT, - ACTIONS(884), 1, + ACTIONS(1329), 1, sym_NEW, - ACTIONS(890), 1, + ACTIONS(1335), 1, sym_based_base, - ACTIONS(894), 1, + ACTIONS(1339), 1, sym_bit_string_length, - ACTIONS(896), 1, + ACTIONS(1341), 1, sym_bit_string_base, - ACTIONS(1297), 1, - sym_condition_conversion, - STATE(463), 1, - sym_unary_operator, - STATE(464), 1, + STATE(701), 1, sym_sign, - STATE(786), 1, + STATE(702), 1, + sym_unary_operator, + STATE(885), 1, sym__direct_name, - STATE(1609), 1, + STATE(2232), 1, sym__abstract_literal, - STATE(1675), 1, - sym_based_literal, - STATE(1839), 1, + STATE(2305), 1, sym__expression, - STATE(2559), 1, + STATE(2409), 1, + sym_based_literal, + STATE(2711), 1, + sym__literal, + STATE(2761), 1, sym_bit_string_literal, - STATE(2561), 1, + STATE(2765), 1, sym__primary, - STATE(2563), 1, - sym__literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(888), 2, + ACTIONS(1333), 2, sym_decimal_integer, sym_decimal_float, - STATE(1475), 2, + STATE(1978), 2, sym__identifier, sym__external_name, - ACTIONS(892), 3, + ACTIONS(1337), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(466), 3, + STATE(465), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1476), 3, + STATE(1982), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2562), 3, + STATE(2737), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(882), 4, + ACTIONS(1327), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2592), 5, + STATE(2745), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -57555,7 +57475,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(886), 8, + ACTIONS(1331), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -57564,76 +57484,75 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [12676] = 30, + [12579] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(876), 1, - anon_sym_LPAREN, - ACTIONS(880), 1, + ACTIONS(1032), 1, + sym_condition_conversion, + ACTIONS(1070), 1, anon_sym_LT_LT, - ACTIONS(884), 1, + ACTIONS(1345), 1, + anon_sym_LPAREN, + ACTIONS(1347), 1, sym_NEW, - ACTIONS(890), 1, + ACTIONS(1353), 1, sym_based_base, - ACTIONS(894), 1, + ACTIONS(1355), 1, sym_bit_string_length, - ACTIONS(896), 1, + ACTIONS(1357), 1, sym_bit_string_base, - ACTIONS(1297), 1, - sym_condition_conversion, - STATE(463), 1, - sym_unary_operator, - STATE(464), 1, + STATE(468), 1, sym_sign, - STATE(786), 1, + STATE(823), 1, sym__direct_name, - STATE(1609), 1, + STATE(1522), 1, sym__abstract_literal, - STATE(1675), 1, + STATE(1707), 1, sym_based_literal, - STATE(1886), 1, + STATE(1711), 1, sym__expression, - STATE(2559), 1, + STATE(2598), 1, sym_bit_string_literal, - STATE(2561), 1, + STATE(2601), 1, sym__primary, - STATE(2563), 1, + STATE(2610), 1, sym__literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(888), 2, + ACTIONS(1351), 2, sym_decimal_integer, sym_decimal_float, - STATE(1475), 2, + STATE(944), 2, sym__identifier, sym__external_name, - ACTIONS(892), 3, + ACTIONS(1082), 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(1476), 3, + STATE(950), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2562), 3, + STATE(2608), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(882), 4, + ACTIONS(1072), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2592), 5, + STATE(466), 4, + sym_unary_operator, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(2539), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -57648,7 +57567,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(886), 8, + ACTIONS(1349), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -57657,75 +57576,75 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [12799] = 29, + [12700] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(962), 1, + ACTIONS(988), 1, anon_sym_LPAREN, - ACTIONS(966), 1, + ACTIONS(992), 1, anon_sym_LT_LT, - ACTIONS(970), 1, + ACTIONS(996), 1, sym_NEW, - ACTIONS(976), 1, + ACTIONS(1002), 1, sym_based_base, - ACTIONS(980), 1, + ACTIONS(1006), 1, sym_bit_string_length, - ACTIONS(982), 1, + ACTIONS(1008), 1, sym_bit_string_base, - ACTIONS(1299), 1, + ACTIONS(1359), 1, sym_condition_conversion, - STATE(469), 1, - sym_sign, - STATE(793), 1, + STATE(520), 1, + sym_unary_operator, + STATE(744), 1, sym__direct_name, - STATE(1497), 1, + STATE(1063), 1, sym__abstract_literal, - STATE(1680), 1, + STATE(1141), 1, sym_based_literal, - STATE(1861), 1, + STATE(1162), 1, sym__expression, - STATE(2554), 1, - sym_bit_string_literal, - STATE(2557), 1, - sym__primary, - STATE(2564), 1, + STATE(2350), 1, sym__literal, + STATE(2362), 1, + sym__primary, + STATE(2385), 1, + sym_bit_string_literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(974), 2, + ACTIONS(1000), 2, sym_decimal_integer, sym_decimal_float, - STATE(1499), 2, + STATE(1027), 2, sym__identifier, sym__external_name, - ACTIONS(978), 3, + ACTIONS(1004), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(1501), 3, + STATE(1028), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2558), 3, + STATE(2361), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(968), 4, + ACTIONS(994), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(468), 4, - sym_unary_operator, + STATE(467), 4, + sym_sign, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(2544), 5, + STATE(2296), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -57740,7 +57659,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(972), 8, + ACTIONS(998), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -57749,75 +57668,75 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [12920] = 29, + [12821] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(962), 1, - anon_sym_LPAREN, - ACTIONS(966), 1, + ACTIONS(1032), 1, + sym_condition_conversion, + ACTIONS(1070), 1, anon_sym_LT_LT, - ACTIONS(970), 1, + ACTIONS(1345), 1, + anon_sym_LPAREN, + ACTIONS(1347), 1, sym_NEW, - ACTIONS(976), 1, + ACTIONS(1353), 1, sym_based_base, - ACTIONS(980), 1, + ACTIONS(1355), 1, sym_bit_string_length, - ACTIONS(982), 1, + ACTIONS(1357), 1, sym_bit_string_base, - ACTIONS(1299), 1, - sym_condition_conversion, - STATE(468), 1, + STATE(466), 1, sym_unary_operator, - STATE(793), 1, + STATE(823), 1, sym__direct_name, - STATE(1497), 1, + STATE(1522), 1, sym__abstract_literal, - STATE(1680), 1, + STATE(1707), 1, sym_based_literal, - STATE(1866), 1, + STATE(1712), 1, sym__expression, - STATE(2554), 1, + STATE(2598), 1, sym_bit_string_literal, - STATE(2557), 1, + STATE(2601), 1, sym__primary, - STATE(2564), 1, + STATE(2610), 1, sym__literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(974), 2, + ACTIONS(1351), 2, sym_decimal_integer, sym_decimal_float, - STATE(1499), 2, + STATE(944), 2, sym__identifier, sym__external_name, - ACTIONS(978), 3, + ACTIONS(1082), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(1501), 3, + STATE(950), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2558), 3, + STATE(2608), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(968), 4, + ACTIONS(1072), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(469), 4, + STATE(468), 4, sym_sign, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(2544), 5, + STATE(2539), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -57832,7 +57751,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(972), 8, + ACTIONS(1349), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -57841,76 +57760,75 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [13041] = 30, + [12942] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(962), 1, + ACTIONS(876), 1, anon_sym_LPAREN, - ACTIONS(966), 1, + ACTIONS(880), 1, anon_sym_LT_LT, - ACTIONS(970), 1, + ACTIONS(884), 1, sym_NEW, - ACTIONS(976), 1, + ACTIONS(890), 1, sym_based_base, - ACTIONS(980), 1, + ACTIONS(894), 1, sym_bit_string_length, - ACTIONS(982), 1, + ACTIONS(896), 1, sym_bit_string_base, - ACTIONS(1299), 1, + ACTIONS(1205), 1, sym_condition_conversion, - STATE(468), 1, + STATE(470), 1, sym_unary_operator, - STATE(469), 1, - sym_sign, - STATE(793), 1, + STATE(757), 1, sym__direct_name, - STATE(1497), 1, + STATE(1331), 1, sym__abstract_literal, - STATE(1680), 1, + STATE(1520), 1, sym_based_literal, - STATE(1681), 1, + STATE(1551), 1, sym__expression, - STATE(2554), 1, + STATE(2518), 1, sym_bit_string_literal, - STATE(2557), 1, + STATE(2519), 1, sym__primary, - STATE(2564), 1, + STATE(2521), 1, sym__literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(974), 2, + ACTIONS(888), 2, sym_decimal_integer, sym_decimal_float, - STATE(1499), 2, + STATE(1358), 2, sym__identifier, sym__external_name, - ACTIONS(978), 3, + ACTIONS(892), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(470), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(1501), 3, + STATE(1357), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2558), 3, + STATE(2520), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(968), 4, + ACTIONS(882), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2544), 5, + STATE(469), 4, + sym_sign, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(2476), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -57925,7 +57843,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(972), 8, + ACTIONS(886), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -57934,76 +57852,75 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [13164] = 30, + [13063] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(962), 1, + ACTIONS(876), 1, anon_sym_LPAREN, - ACTIONS(966), 1, + ACTIONS(880), 1, anon_sym_LT_LT, - ACTIONS(970), 1, + ACTIONS(884), 1, sym_NEW, - ACTIONS(976), 1, + ACTIONS(890), 1, sym_based_base, - ACTIONS(980), 1, + ACTIONS(894), 1, sym_bit_string_length, - ACTIONS(982), 1, + ACTIONS(896), 1, sym_bit_string_base, - ACTIONS(1299), 1, + ACTIONS(1205), 1, sym_condition_conversion, - STATE(468), 1, - sym_unary_operator, STATE(469), 1, sym_sign, - STATE(793), 1, + STATE(757), 1, sym__direct_name, - STATE(1497), 1, + STATE(1331), 1, sym__abstract_literal, - STATE(1680), 1, - sym_based_literal, - STATE(1688), 1, + STATE(1443), 1, sym__expression, - STATE(2554), 1, + STATE(1520), 1, + sym_based_literal, + STATE(2518), 1, sym_bit_string_literal, - STATE(2557), 1, + STATE(2519), 1, sym__primary, - STATE(2564), 1, + STATE(2521), 1, sym__literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(974), 2, + ACTIONS(888), 2, sym_decimal_integer, sym_decimal_float, - STATE(1499), 2, + STATE(1358), 2, sym__identifier, sym__external_name, - ACTIONS(978), 3, + ACTIONS(892), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(471), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(1501), 3, + STATE(1357), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2558), 3, + STATE(2520), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(968), 4, + ACTIONS(882), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2544), 5, + STATE(470), 4, + sym_unary_operator, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(2476), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -58018,7 +57935,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(972), 8, + ACTIONS(886), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -58027,76 +57944,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [13287] = 30, + [13184] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(962), 1, + ACTIONS(762), 1, + sym_condition_conversion, + ACTIONS(1068), 1, anon_sym_LPAREN, - ACTIONS(966), 1, + ACTIONS(1070), 1, anon_sym_LT_LT, - ACTIONS(970), 1, + ACTIONS(1074), 1, sym_NEW, - ACTIONS(976), 1, + ACTIONS(1080), 1, sym_based_base, - ACTIONS(980), 1, + ACTIONS(1084), 1, sym_bit_string_length, - ACTIONS(982), 1, + ACTIONS(1086), 1, sym_bit_string_base, - ACTIONS(1299), 1, - sym_condition_conversion, - STATE(468), 1, - sym_unary_operator, - STATE(469), 1, + STATE(506), 1, sym_sign, - STATE(793), 1, + STATE(527), 1, + sym_unary_operator, + STATE(733), 1, sym__direct_name, - STATE(1497), 1, + STATE(943), 1, sym__abstract_literal, - STATE(1680), 1, + STATE(1098), 1, sym_based_literal, - STATE(1692), 1, - sym__expression, - STATE(2554), 1, - sym_bit_string_literal, - STATE(2557), 1, - sym__primary, - STATE(2564), 1, + STATE(2006), 1, sym__literal, + STATE(2012), 1, + sym__primary, + STATE(2014), 1, + sym_bit_string_literal, + STATE(2355), 1, + sym__expression, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(974), 2, + ACTIONS(1078), 2, sym_decimal_integer, sym_decimal_float, - STATE(1499), 2, + STATE(944), 2, sym__identifier, sym__external_name, - ACTIONS(978), 3, + ACTIONS(1082), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(472), 3, + STATE(471), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1501), 3, + STATE(950), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2558), 3, + STATE(2011), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(968), 4, + ACTIONS(1072), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2544), 5, + STATE(2013), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -58111,7 +58028,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(972), 8, + ACTIONS(1076), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -58120,75 +58037,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [13410] = 29, + [13307] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1024), 1, + ACTIONS(920), 1, anon_sym_LPAREN, - ACTIONS(1028), 1, + ACTIONS(924), 1, anon_sym_LT_LT, - ACTIONS(1032), 1, + ACTIONS(928), 1, sym_NEW, - ACTIONS(1038), 1, + ACTIONS(934), 1, sym_based_base, - ACTIONS(1042), 1, + ACTIONS(938), 1, sym_bit_string_length, - ACTIONS(1044), 1, + ACTIONS(940), 1, sym_bit_string_base, - ACTIONS(1301), 1, + ACTIONS(1361), 1, sym_condition_conversion, - STATE(474), 1, + STATE(638), 1, + sym_unary_operator, + STATE(650), 1, sym_sign, - STATE(750), 1, + STATE(741), 1, sym__direct_name, - STATE(1140), 1, + STATE(1102), 1, sym__abstract_literal, - STATE(1326), 1, + STATE(1140), 1, sym_based_literal, - STATE(1332), 1, + STATE(1172), 1, sym__expression, - STATE(2436), 1, + STATE(2349), 1, sym_bit_string_literal, - STATE(2438), 1, + STATE(2354), 1, sym__primary, - STATE(2440), 1, + STATE(2359), 1, sym__literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1036), 2, + ACTIONS(932), 2, sym_decimal_integer, sym_decimal_float, - STATE(1184), 2, + STATE(1116), 2, sym__identifier, sym__external_name, - ACTIONS(1040), 3, + ACTIONS(936), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(1193), 3, + STATE(472), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(999), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2439), 3, + STATE(2356), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1030), 4, + ACTIONS(926), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(473), 4, - sym_unary_operator, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(2453), 5, + STATE(2400), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -58203,7 +58121,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1034), 8, + ACTIONS(930), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -58212,75 +58130,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [13531] = 29, + [13430] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1024), 1, + ACTIONS(920), 1, anon_sym_LPAREN, - ACTIONS(1028), 1, + ACTIONS(924), 1, anon_sym_LT_LT, - ACTIONS(1032), 1, + ACTIONS(928), 1, sym_NEW, - ACTIONS(1038), 1, + ACTIONS(934), 1, sym_based_base, - ACTIONS(1042), 1, + ACTIONS(938), 1, sym_bit_string_length, - ACTIONS(1044), 1, + ACTIONS(940), 1, sym_bit_string_base, - ACTIONS(1301), 1, + ACTIONS(1361), 1, sym_condition_conversion, - STATE(473), 1, + STATE(638), 1, sym_unary_operator, - STATE(750), 1, + STATE(650), 1, + sym_sign, + STATE(741), 1, sym__direct_name, - STATE(1140), 1, + STATE(1102), 1, sym__abstract_literal, - STATE(1326), 1, + STATE(1140), 1, sym_based_literal, - STATE(1333), 1, + STATE(1168), 1, sym__expression, - STATE(2436), 1, + STATE(2349), 1, sym_bit_string_literal, - STATE(2438), 1, + STATE(2354), 1, sym__primary, - STATE(2440), 1, + STATE(2359), 1, sym__literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1036), 2, + ACTIONS(932), 2, sym_decimal_integer, sym_decimal_float, - STATE(1184), 2, + STATE(1116), 2, sym__identifier, sym__external_name, - ACTIONS(1040), 3, + ACTIONS(936), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(1193), 3, + STATE(473), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(999), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2439), 3, + STATE(2356), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1030), 4, + ACTIONS(926), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(474), 4, - sym_sign, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(2453), 5, + STATE(2400), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -58295,7 +58214,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1034), 8, + ACTIONS(930), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -58304,76 +58223,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [13652] = 30, + [13553] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1024), 1, + ACTIONS(920), 1, anon_sym_LPAREN, - ACTIONS(1028), 1, + ACTIONS(924), 1, anon_sym_LT_LT, - ACTIONS(1032), 1, + ACTIONS(928), 1, sym_NEW, - ACTIONS(1038), 1, + ACTIONS(934), 1, sym_based_base, - ACTIONS(1042), 1, + ACTIONS(938), 1, sym_bit_string_length, - ACTIONS(1044), 1, + ACTIONS(940), 1, sym_bit_string_base, - ACTIONS(1301), 1, + ACTIONS(1361), 1, sym_condition_conversion, - STATE(473), 1, + STATE(638), 1, sym_unary_operator, - STATE(474), 1, + STATE(650), 1, sym_sign, - STATE(750), 1, + STATE(741), 1, sym__direct_name, - STATE(1140), 1, + STATE(1102), 1, sym__abstract_literal, - STATE(1326), 1, + STATE(1140), 1, sym_based_literal, - STATE(1338), 1, + STATE(1164), 1, sym__expression, - STATE(2436), 1, + STATE(2349), 1, sym_bit_string_literal, - STATE(2438), 1, + STATE(2354), 1, sym__primary, - STATE(2440), 1, + STATE(2359), 1, sym__literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1036), 2, + ACTIONS(932), 2, sym_decimal_integer, sym_decimal_float, - STATE(1184), 2, + STATE(1116), 2, sym__identifier, sym__external_name, - ACTIONS(1040), 3, + ACTIONS(936), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(475), 3, + STATE(474), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1193), 3, + STATE(999), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2439), 3, + STATE(2356), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1030), 4, + ACTIONS(926), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2453), 5, + STATE(2400), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -58388,7 +58307,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1034), 8, + ACTIONS(930), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -58397,76 +58316,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [13775] = 30, + [13676] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1024), 1, + ACTIONS(920), 1, anon_sym_LPAREN, - ACTIONS(1028), 1, + ACTIONS(924), 1, anon_sym_LT_LT, - ACTIONS(1032), 1, + ACTIONS(928), 1, sym_NEW, - ACTIONS(1038), 1, + ACTIONS(934), 1, sym_based_base, - ACTIONS(1042), 1, + ACTIONS(938), 1, sym_bit_string_length, - ACTIONS(1044), 1, + ACTIONS(940), 1, sym_bit_string_base, - ACTIONS(1301), 1, + ACTIONS(1361), 1, sym_condition_conversion, - STATE(473), 1, + STATE(638), 1, sym_unary_operator, - STATE(474), 1, + STATE(650), 1, sym_sign, - STATE(750), 1, + STATE(741), 1, sym__direct_name, - STATE(1140), 1, + STATE(1102), 1, sym__abstract_literal, - STATE(1326), 1, + STATE(1140), 1, sym_based_literal, - STATE(1365), 1, + STATE(1152), 1, sym__expression, - STATE(2436), 1, + STATE(2349), 1, sym_bit_string_literal, - STATE(2438), 1, + STATE(2354), 1, sym__primary, - STATE(2440), 1, + STATE(2359), 1, sym__literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1036), 2, + ACTIONS(932), 2, sym_decimal_integer, sym_decimal_float, - STATE(1184), 2, + STATE(1116), 2, sym__identifier, sym__external_name, - ACTIONS(1040), 3, + ACTIONS(936), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(476), 3, + STATE(475), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1193), 3, + STATE(999), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2439), 3, + STATE(2356), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1030), 4, + ACTIONS(926), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2453), 5, + STATE(2400), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -58481,7 +58400,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1034), 8, + ACTIONS(930), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -58490,76 +58409,75 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [13898] = 30, + [13799] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1024), 1, + ACTIONS(1010), 1, anon_sym_LPAREN, - ACTIONS(1028), 1, + ACTIONS(1012), 1, anon_sym_LT_LT, - ACTIONS(1032), 1, + ACTIONS(1016), 1, sym_NEW, - ACTIONS(1038), 1, + ACTIONS(1022), 1, sym_based_base, - ACTIONS(1042), 1, + ACTIONS(1026), 1, sym_bit_string_length, - ACTIONS(1044), 1, + ACTIONS(1028), 1, sym_bit_string_base, - ACTIONS(1301), 1, + ACTIONS(1275), 1, sym_condition_conversion, - STATE(473), 1, + STATE(446), 1, sym_unary_operator, - STATE(474), 1, - sym_sign, - STATE(750), 1, + STATE(792), 1, sym__direct_name, - STATE(1140), 1, + STATE(1613), 1, sym__abstract_literal, - STATE(1326), 1, - sym_based_literal, - STATE(1366), 1, + STATE(1692), 1, sym__expression, - STATE(2436), 1, + STATE(1706), 1, + sym_based_literal, + STATE(2544), 1, sym_bit_string_literal, - STATE(2438), 1, - sym__primary, - STATE(2440), 1, + STATE(2557), 1, sym__literal, + STATE(2594), 1, + sym__primary, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1036), 2, + ACTIONS(1020), 2, sym_decimal_integer, sym_decimal_float, - STATE(1184), 2, + STATE(1517), 2, sym__identifier, sym__external_name, - ACTIONS(1040), 3, + ACTIONS(1024), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(477), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(1193), 3, + STATE(1523), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2439), 3, + STATE(2605), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1030), 4, + ACTIONS(1014), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2453), 5, + STATE(476), 4, + sym_sign, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(2578), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -58574,7 +58492,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1034), 8, + ACTIONS(1018), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -58583,75 +58501,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [14021] = 29, + [13920] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1046), 1, + ACTIONS(922), 1, + sym_condition_conversion, + ACTIONS(1363), 1, anon_sym_LPAREN, - ACTIONS(1050), 1, + ACTIONS(1365), 1, anon_sym_LT_LT, - ACTIONS(1054), 1, + ACTIONS(1369), 1, sym_NEW, - ACTIONS(1060), 1, + ACTIONS(1375), 1, sym_based_base, - ACTIONS(1064), 1, + ACTIONS(1379), 1, sym_bit_string_length, - ACTIONS(1066), 1, + ACTIONS(1381), 1, sym_bit_string_base, - ACTIONS(1303), 1, - sym_condition_conversion, - STATE(479), 1, + STATE(652), 1, sym_sign, - STATE(788), 1, + STATE(654), 1, + sym_unary_operator, + STATE(765), 1, sym__direct_name, - STATE(1526), 1, + STATE(1416), 1, sym__abstract_literal, - STATE(1709), 1, + STATE(1431), 1, sym_based_literal, - STATE(1797), 1, + STATE(1549), 1, sym__expression, - STATE(2541), 1, - sym__primary, - STATE(2546), 1, + STATE(2488), 1, sym__literal, - STATE(2572), 1, + STATE(2492), 1, + sym__primary, + STATE(2496), 1, sym_bit_string_literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1058), 2, + ACTIONS(1373), 2, sym_decimal_integer, sym_decimal_float, - STATE(1553), 2, + STATE(1273), 2, sym__identifier, sym__external_name, - ACTIONS(1062), 3, + ACTIONS(1377), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(1673), 3, + STATE(477), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(1275), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2543), 3, + STATE(2489), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1052), 4, + ACTIONS(1367), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(478), 4, - sym_unary_operator, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(2571), 5, + STATE(2512), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -58666,7 +58585,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1056), 8, + ACTIONS(1371), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -58675,75 +58594,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [14142] = 29, + [14043] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1046), 1, + ACTIONS(922), 1, + sym_condition_conversion, + ACTIONS(1363), 1, anon_sym_LPAREN, - ACTIONS(1050), 1, + ACTIONS(1365), 1, anon_sym_LT_LT, - ACTIONS(1054), 1, + ACTIONS(1369), 1, sym_NEW, - ACTIONS(1060), 1, + ACTIONS(1375), 1, sym_based_base, - ACTIONS(1064), 1, + ACTIONS(1379), 1, sym_bit_string_length, - ACTIONS(1066), 1, + ACTIONS(1381), 1, sym_bit_string_base, - ACTIONS(1303), 1, - sym_condition_conversion, - STATE(478), 1, + STATE(652), 1, + sym_sign, + STATE(654), 1, sym_unary_operator, - STATE(788), 1, + STATE(765), 1, sym__direct_name, - STATE(1526), 1, + STATE(1416), 1, sym__abstract_literal, - STATE(1709), 1, + STATE(1431), 1, sym_based_literal, - STATE(1804), 1, + STATE(1444), 1, sym__expression, - STATE(2541), 1, - sym__primary, - STATE(2546), 1, + STATE(2488), 1, sym__literal, - STATE(2572), 1, + STATE(2492), 1, + sym__primary, + STATE(2496), 1, sym_bit_string_literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1058), 2, + ACTIONS(1373), 2, sym_decimal_integer, sym_decimal_float, - STATE(1553), 2, + STATE(1273), 2, sym__identifier, sym__external_name, - ACTIONS(1062), 3, + ACTIONS(1377), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(1673), 3, + STATE(478), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(1275), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2543), 3, + STATE(2489), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1052), 4, + ACTIONS(1367), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(479), 4, - sym_sign, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(2571), 5, + STATE(2512), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -58758,7 +58678,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1056), 8, + ACTIONS(1371), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -58767,76 +58687,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [14263] = 30, + [14166] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1046), 1, + ACTIONS(922), 1, + sym_condition_conversion, + ACTIONS(1363), 1, anon_sym_LPAREN, - ACTIONS(1050), 1, + ACTIONS(1365), 1, anon_sym_LT_LT, - ACTIONS(1054), 1, + ACTIONS(1369), 1, sym_NEW, - ACTIONS(1060), 1, + ACTIONS(1375), 1, sym_based_base, - ACTIONS(1064), 1, + ACTIONS(1379), 1, sym_bit_string_length, - ACTIONS(1066), 1, + ACTIONS(1381), 1, sym_bit_string_base, - ACTIONS(1303), 1, - sym_condition_conversion, - STATE(478), 1, - sym_unary_operator, - STATE(479), 1, + STATE(652), 1, sym_sign, - STATE(788), 1, + STATE(654), 1, + sym_unary_operator, + STATE(765), 1, sym__direct_name, - STATE(1526), 1, + STATE(1416), 1, sym__abstract_literal, - STATE(1709), 1, + STATE(1431), 1, sym_based_literal, - STATE(1819), 1, + STATE(1449), 1, sym__expression, - STATE(2541), 1, - sym__primary, - STATE(2546), 1, + STATE(2488), 1, sym__literal, - STATE(2572), 1, + STATE(2492), 1, + sym__primary, + STATE(2496), 1, sym_bit_string_literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1058), 2, + ACTIONS(1373), 2, sym_decimal_integer, sym_decimal_float, - STATE(1553), 2, + STATE(1273), 2, sym__identifier, sym__external_name, - ACTIONS(1062), 3, + ACTIONS(1377), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(480), 3, + STATE(479), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1673), 3, + STATE(1275), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2543), 3, + STATE(2489), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1052), 4, + ACTIONS(1367), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2571), 5, + STATE(2512), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -58851,7 +58771,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1056), 8, + ACTIONS(1371), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -58860,7 +58780,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [14386] = 30, + [14289] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -58879,48 +58799,42 @@ static const uint16_t ts_small_parse_table[] = { sym_bit_string_length, ACTIONS(1066), 1, sym_bit_string_base, - ACTIONS(1303), 1, + ACTIONS(1343), 1, sym_condition_conversion, - STATE(478), 1, + STATE(464), 1, sym_unary_operator, - STATE(479), 1, - sym_sign, - STATE(788), 1, + STATE(794), 1, sym__direct_name, - STATE(1526), 1, + STATE(1495), 1, sym__abstract_literal, - STATE(1709), 1, + STATE(1705), 1, sym_based_literal, - STATE(1845), 1, + STATE(1730), 1, sym__expression, - STATE(2541), 1, - sym__primary, - STATE(2546), 1, - sym__literal, - STATE(2572), 1, + STATE(2595), 1, sym_bit_string_literal, + STATE(2597), 1, + sym__literal, + STATE(2607), 1, + sym__primary, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1058), 2, sym_decimal_integer, sym_decimal_float, - STATE(1553), 2, + STATE(1584), 2, sym__identifier, sym__external_name, ACTIONS(1062), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(481), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(1673), 3, + STATE(1587), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2543), 3, + STATE(2602), 3, sym_name, sym_allocator, sym_parenthesis_expression, @@ -58929,7 +58843,12 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - STATE(2571), 5, + STATE(480), 4, + sym_sign, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(2611), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -58953,76 +58872,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [14509] = 30, + [14410] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1046), 1, + ACTIONS(922), 1, + sym_condition_conversion, + ACTIONS(1363), 1, anon_sym_LPAREN, - ACTIONS(1050), 1, + ACTIONS(1365), 1, anon_sym_LT_LT, - ACTIONS(1054), 1, + ACTIONS(1369), 1, sym_NEW, - ACTIONS(1060), 1, + ACTIONS(1375), 1, sym_based_base, - ACTIONS(1064), 1, + ACTIONS(1379), 1, sym_bit_string_length, - ACTIONS(1066), 1, + ACTIONS(1381), 1, sym_bit_string_base, - ACTIONS(1303), 1, - sym_condition_conversion, - STATE(478), 1, - sym_unary_operator, - STATE(479), 1, + STATE(652), 1, sym_sign, - STATE(788), 1, + STATE(654), 1, + sym_unary_operator, + STATE(765), 1, sym__direct_name, - STATE(1526), 1, + STATE(1416), 1, sym__abstract_literal, - STATE(1709), 1, + STATE(1431), 1, sym_based_literal, - STATE(1875), 1, + STATE(1473), 1, sym__expression, - STATE(2541), 1, - sym__primary, - STATE(2546), 1, + STATE(2488), 1, sym__literal, - STATE(2572), 1, + STATE(2492), 1, + sym__primary, + STATE(2496), 1, sym_bit_string_literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1058), 2, + ACTIONS(1373), 2, sym_decimal_integer, sym_decimal_float, - STATE(1553), 2, + STATE(1273), 2, sym__identifier, sym__external_name, - ACTIONS(1062), 3, + ACTIONS(1377), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(482), 3, + STATE(481), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1673), 3, + STATE(1275), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2543), 3, + STATE(2489), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1052), 4, + ACTIONS(1367), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2571), 5, + STATE(2512), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -59037,7 +58956,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1056), 8, + ACTIONS(1371), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -59046,75 +58965,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [14632] = 29, + [14533] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(898), 1, + ACTIONS(1321), 1, anon_sym_LPAREN, - ACTIONS(902), 1, + ACTIONS(1323), 1, + sym_condition_conversion, + ACTIONS(1325), 1, anon_sym_LT_LT, - ACTIONS(906), 1, + ACTIONS(1329), 1, sym_NEW, - ACTIONS(912), 1, + ACTIONS(1335), 1, sym_based_base, - ACTIONS(916), 1, + ACTIONS(1339), 1, sym_bit_string_length, - ACTIONS(918), 1, + ACTIONS(1341), 1, sym_bit_string_base, - ACTIONS(1305), 1, - sym_condition_conversion, - STATE(484), 1, + STATE(701), 1, sym_sign, - STATE(743), 1, + STATE(702), 1, + sym_unary_operator, + STATE(885), 1, sym__direct_name, - STATE(1060), 1, + STATE(2232), 1, sym__abstract_literal, - STATE(1160), 1, + STATE(2310), 1, sym__expression, - STATE(1236), 1, + STATE(2409), 1, sym_based_literal, - STATE(2366), 1, + STATE(2711), 1, + sym__literal, + STATE(2761), 1, sym_bit_string_literal, - STATE(2367), 1, + STATE(2765), 1, sym__primary, - STATE(2369), 1, - sym__literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(910), 2, + ACTIONS(1333), 2, sym_decimal_integer, sym_decimal_float, - STATE(1081), 2, + STATE(1978), 2, sym__identifier, sym__external_name, - ACTIONS(914), 3, + ACTIONS(1337), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(1082), 3, + STATE(482), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(1982), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2368), 3, + STATE(2737), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(904), 4, + ACTIONS(1327), 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(2417), 5, + STATE(2745), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -59129,7 +59049,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(908), 8, + ACTIONS(1331), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -59138,75 +59058,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [14753] = 29, + [14656] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(898), 1, - anon_sym_LPAREN, - ACTIONS(902), 1, + ACTIONS(1032), 1, + sym_condition_conversion, + ACTIONS(1070), 1, anon_sym_LT_LT, - ACTIONS(906), 1, + ACTIONS(1345), 1, + anon_sym_LPAREN, + ACTIONS(1347), 1, sym_NEW, - ACTIONS(912), 1, + ACTIONS(1353), 1, sym_based_base, - ACTIONS(916), 1, + ACTIONS(1355), 1, sym_bit_string_length, - ACTIONS(918), 1, + ACTIONS(1357), 1, sym_bit_string_base, - ACTIONS(1305), 1, - sym_condition_conversion, - STATE(483), 1, + STATE(466), 1, sym_unary_operator, - STATE(743), 1, + STATE(468), 1, + sym_sign, + STATE(823), 1, sym__direct_name, - STATE(1060), 1, + STATE(1522), 1, sym__abstract_literal, - STATE(1128), 1, - sym__expression, - STATE(1236), 1, + STATE(1707), 1, sym_based_literal, - STATE(2366), 1, + STATE(1713), 1, + sym__expression, + STATE(2598), 1, sym_bit_string_literal, - STATE(2367), 1, + STATE(2601), 1, sym__primary, - STATE(2369), 1, + STATE(2610), 1, sym__literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(910), 2, + ACTIONS(1351), 2, sym_decimal_integer, sym_decimal_float, - STATE(1081), 2, + STATE(944), 2, sym__identifier, sym__external_name, - ACTIONS(914), 3, + ACTIONS(1082), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(1082), 3, + STATE(483), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(950), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2368), 3, + STATE(2608), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(904), 4, + ACTIONS(1072), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(484), 4, - sym_sign, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(2417), 5, + STATE(2539), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -59221,7 +59142,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(908), 8, + ACTIONS(1349), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -59230,76 +59151,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [14874] = 30, + [14779] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(898), 1, - anon_sym_LPAREN, - ACTIONS(902), 1, + ACTIONS(782), 1, anon_sym_LT_LT, - ACTIONS(906), 1, + ACTIONS(1030), 1, + anon_sym_LPAREN, + ACTIONS(1034), 1, sym_NEW, - ACTIONS(912), 1, + ACTIONS(1040), 1, sym_based_base, - ACTIONS(916), 1, + ACTIONS(1042), 1, sym_bit_string_length, - ACTIONS(918), 1, + ACTIONS(1044), 1, sym_bit_string_base, - ACTIONS(1305), 1, + ACTIONS(1319), 1, sym_condition_conversion, - STATE(483), 1, - sym_unary_operator, - STATE(484), 1, + STATE(579), 1, sym_sign, - STATE(743), 1, + STATE(649), 1, + sym_unary_operator, + STATE(756), 1, sym__direct_name, - STATE(1060), 1, + STATE(1195), 1, sym__abstract_literal, - STATE(1164), 1, - sym__expression, - STATE(1236), 1, + STATE(1243), 1, sym_based_literal, - STATE(2366), 1, - sym_bit_string_literal, - STATE(2367), 1, + STATE(1365), 1, + sym__expression, + STATE(2436), 1, sym__primary, - STATE(2369), 1, + STATE(2443), 1, sym__literal, + STATE(2453), 1, + sym_bit_string_literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(910), 2, + ACTIONS(1038), 2, sym_decimal_integer, sym_decimal_float, - STATE(1081), 2, + STATE(879), 2, sym__identifier, sym__external_name, - ACTIONS(914), 3, + ACTIONS(786), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(485), 3, + STATE(484), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1082), 3, + STATE(881), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2368), 3, + STATE(2442), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(904), 4, + ACTIONS(806), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2417), 5, + STATE(2468), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -59314,7 +59235,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(908), 8, + ACTIONS(1036), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -59323,76 +59244,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [14997] = 30, + [14902] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(898), 1, + ACTIONS(966), 1, + sym_condition_conversion, + ACTIONS(1383), 1, anon_sym_LPAREN, - ACTIONS(902), 1, + ACTIONS(1385), 1, anon_sym_LT_LT, - ACTIONS(906), 1, + ACTIONS(1389), 1, sym_NEW, - ACTIONS(912), 1, + ACTIONS(1395), 1, sym_based_base, - ACTIONS(916), 1, + ACTIONS(1399), 1, sym_bit_string_length, - ACTIONS(918), 1, + ACTIONS(1401), 1, sym_bit_string_base, - ACTIONS(1305), 1, - sym_condition_conversion, - STATE(483), 1, - sym_unary_operator, - STATE(484), 1, + STATE(610), 1, sym_sign, - STATE(743), 1, + STATE(612), 1, + sym_unary_operator, + STATE(786), 1, sym__direct_name, - STATE(1060), 1, + STATE(1597), 1, sym__abstract_literal, - STATE(1223), 1, - sym__expression, - STATE(1236), 1, + STATE(1684), 1, sym_based_literal, - STATE(2366), 1, + STATE(1700), 1, + sym__expression, + STATE(2568), 1, sym_bit_string_literal, - STATE(2367), 1, + STATE(2579), 1, sym__primary, - STATE(2369), 1, + STATE(2590), 1, sym__literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(910), 2, + ACTIONS(1393), 2, sym_decimal_integer, sym_decimal_float, - STATE(1081), 2, + STATE(1631), 2, sym__identifier, sym__external_name, - ACTIONS(914), 3, + ACTIONS(1397), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(486), 3, + STATE(485), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1082), 3, + STATE(1636), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2368), 3, + STATE(2586), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(904), 4, + ACTIONS(1387), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2417), 5, + STATE(2555), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -59407,7 +59328,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(908), 8, + ACTIONS(1391), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -59416,76 +59337,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [15120] = 30, + [15025] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(898), 1, - anon_sym_LPAREN, - ACTIONS(902), 1, + ACTIONS(782), 1, anon_sym_LT_LT, - ACTIONS(906), 1, + ACTIONS(1030), 1, + anon_sym_LPAREN, + ACTIONS(1034), 1, sym_NEW, - ACTIONS(912), 1, + ACTIONS(1040), 1, sym_based_base, - ACTIONS(916), 1, + ACTIONS(1042), 1, sym_bit_string_length, - ACTIONS(918), 1, + ACTIONS(1044), 1, sym_bit_string_base, - ACTIONS(1305), 1, + ACTIONS(1319), 1, sym_condition_conversion, - STATE(483), 1, - sym_unary_operator, - STATE(484), 1, + STATE(579), 1, sym_sign, - STATE(743), 1, + STATE(649), 1, + sym_unary_operator, + STATE(756), 1, sym__direct_name, - STATE(1060), 1, + STATE(1195), 1, sym__abstract_literal, - STATE(1228), 1, - sym__expression, - STATE(1236), 1, + STATE(1243), 1, sym_based_literal, - STATE(2366), 1, - sym_bit_string_literal, - STATE(2367), 1, + STATE(1364), 1, + sym__expression, + STATE(2436), 1, sym__primary, - STATE(2369), 1, + STATE(2443), 1, sym__literal, + STATE(2453), 1, + sym_bit_string_literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(910), 2, + ACTIONS(1038), 2, sym_decimal_integer, sym_decimal_float, - STATE(1081), 2, + STATE(879), 2, sym__identifier, sym__external_name, - ACTIONS(914), 3, + ACTIONS(786), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(487), 3, + STATE(486), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1082), 3, + STATE(881), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2368), 3, + STATE(2442), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(904), 4, + ACTIONS(806), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2417), 5, + STATE(2468), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -59500,7 +59421,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(908), 8, + ACTIONS(1036), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -59509,75 +59430,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [15243] = 29, + [15148] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(854), 1, - sym_condition_conversion, - ACTIONS(1307), 1, - anon_sym_LPAREN, - ACTIONS(1309), 1, + ACTIONS(782), 1, anon_sym_LT_LT, - ACTIONS(1313), 1, + ACTIONS(1030), 1, + anon_sym_LPAREN, + ACTIONS(1034), 1, sym_NEW, - ACTIONS(1319), 1, + ACTIONS(1040), 1, sym_based_base, - ACTIONS(1323), 1, + ACTIONS(1042), 1, sym_bit_string_length, - ACTIONS(1325), 1, + ACTIONS(1044), 1, sym_bit_string_base, - STATE(489), 1, + ACTIONS(1319), 1, + sym_condition_conversion, + STATE(579), 1, sym_sign, - STATE(803), 1, + STATE(649), 1, + sym_unary_operator, + STATE(756), 1, sym__direct_name, - STATE(1772), 1, + STATE(1195), 1, sym__abstract_literal, - STATE(2207), 1, + STATE(1243), 1, sym_based_literal, - STATE(2210), 1, + STATE(1363), 1, sym__expression, - STATE(2616), 1, + STATE(2436), 1, + sym__primary, + STATE(2443), 1, sym__literal, - STATE(2651), 1, + STATE(2453), 1, sym_bit_string_literal, - STATE(2653), 1, - sym__primary, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1317), 2, + ACTIONS(1038), 2, sym_decimal_integer, sym_decimal_float, - STATE(1796), 2, + STATE(879), 2, sym__identifier, sym__external_name, - ACTIONS(1321), 3, + ACTIONS(786), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(1798), 3, + STATE(487), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(881), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2654), 3, + STATE(2442), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1311), 4, + ACTIONS(806), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(488), 4, - sym_unary_operator, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(2621), 5, + STATE(2468), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -59592,7 +59514,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1315), 8, + ACTIONS(1036), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -59601,75 +59523,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [15364] = 29, + [15271] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(854), 1, - sym_condition_conversion, - ACTIONS(1307), 1, - anon_sym_LPAREN, - ACTIONS(1309), 1, + ACTIONS(782), 1, anon_sym_LT_LT, - ACTIONS(1313), 1, + ACTIONS(1030), 1, + anon_sym_LPAREN, + ACTIONS(1034), 1, sym_NEW, - ACTIONS(1319), 1, + ACTIONS(1040), 1, sym_based_base, - ACTIONS(1323), 1, + ACTIONS(1042), 1, sym_bit_string_length, - ACTIONS(1325), 1, + ACTIONS(1044), 1, sym_bit_string_base, - STATE(488), 1, + ACTIONS(1319), 1, + sym_condition_conversion, + STATE(579), 1, + sym_sign, + STATE(649), 1, sym_unary_operator, - STATE(803), 1, + STATE(756), 1, sym__direct_name, - STATE(1772), 1, + STATE(1195), 1, sym__abstract_literal, - STATE(2207), 1, + STATE(1243), 1, sym_based_literal, - STATE(2211), 1, + STATE(1334), 1, sym__expression, - STATE(2616), 1, + STATE(2436), 1, + sym__primary, + STATE(2443), 1, sym__literal, - STATE(2651), 1, + STATE(2453), 1, sym_bit_string_literal, - STATE(2653), 1, - sym__primary, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1317), 2, + ACTIONS(1038), 2, sym_decimal_integer, sym_decimal_float, - STATE(1796), 2, + STATE(879), 2, sym__identifier, sym__external_name, - ACTIONS(1321), 3, + ACTIONS(786), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(1798), 3, + STATE(488), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(881), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2654), 3, + STATE(2442), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1311), 4, + ACTIONS(806), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(489), 4, - sym_sign, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(2621), 5, + STATE(2468), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -59684,7 +59607,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1315), 8, + ACTIONS(1036), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -59693,76 +59616,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [15485] = 30, + [15394] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(854), 1, - sym_condition_conversion, - ACTIONS(1307), 1, + ACTIONS(1010), 1, anon_sym_LPAREN, - ACTIONS(1309), 1, + ACTIONS(1012), 1, anon_sym_LT_LT, - ACTIONS(1313), 1, + ACTIONS(1016), 1, sym_NEW, - ACTIONS(1319), 1, + ACTIONS(1022), 1, sym_based_base, - ACTIONS(1323), 1, + ACTIONS(1026), 1, sym_bit_string_length, - ACTIONS(1325), 1, + ACTIONS(1028), 1, sym_bit_string_base, - STATE(488), 1, + ACTIONS(1275), 1, + sym_condition_conversion, + STATE(446), 1, sym_unary_operator, - STATE(489), 1, + STATE(476), 1, sym_sign, - STATE(803), 1, + STATE(792), 1, sym__direct_name, - STATE(1772), 1, + STATE(1613), 1, sym__abstract_literal, - STATE(2207), 1, - sym_based_literal, - STATE(2214), 1, + STATE(1701), 1, sym__expression, - STATE(2616), 1, - sym__literal, - STATE(2651), 1, + STATE(1706), 1, + sym_based_literal, + STATE(2544), 1, sym_bit_string_literal, - STATE(2653), 1, + STATE(2557), 1, + sym__literal, + STATE(2594), 1, sym__primary, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1317), 2, + ACTIONS(1020), 2, sym_decimal_integer, sym_decimal_float, - STATE(1796), 2, + STATE(1517), 2, sym__identifier, sym__external_name, - ACTIONS(1321), 3, + ACTIONS(1024), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(490), 3, + STATE(489), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1798), 3, + STATE(1523), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2654), 3, + STATE(2605), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1311), 4, + ACTIONS(1014), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2621), 5, + STATE(2578), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -59777,7 +59700,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1315), 8, + ACTIONS(1018), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -59786,76 +59709,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [15608] = 30, + [15517] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(854), 1, - sym_condition_conversion, - ACTIONS(1307), 1, + ACTIONS(988), 1, anon_sym_LPAREN, - ACTIONS(1309), 1, + ACTIONS(992), 1, anon_sym_LT_LT, - ACTIONS(1313), 1, + ACTIONS(996), 1, sym_NEW, - ACTIONS(1319), 1, + ACTIONS(1002), 1, sym_based_base, - ACTIONS(1323), 1, + ACTIONS(1006), 1, sym_bit_string_length, - ACTIONS(1325), 1, + ACTIONS(1008), 1, sym_bit_string_base, - STATE(488), 1, - sym_unary_operator, - STATE(489), 1, + ACTIONS(1359), 1, + sym_condition_conversion, + STATE(467), 1, sym_sign, - STATE(803), 1, + STATE(520), 1, + sym_unary_operator, + STATE(744), 1, sym__direct_name, - STATE(1772), 1, + STATE(1063), 1, sym__abstract_literal, - STATE(2207), 1, + STATE(1141), 1, sym_based_literal, - STATE(2217), 1, + STATE(1146), 1, sym__expression, - STATE(2616), 1, + STATE(2350), 1, sym__literal, - STATE(2651), 1, - sym_bit_string_literal, - STATE(2653), 1, + STATE(2362), 1, sym__primary, + STATE(2385), 1, + sym_bit_string_literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1317), 2, + ACTIONS(1000), 2, sym_decimal_integer, sym_decimal_float, - STATE(1796), 2, + STATE(1027), 2, sym__identifier, sym__external_name, - ACTIONS(1321), 3, + ACTIONS(1004), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(491), 3, + STATE(490), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1798), 3, + STATE(1028), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2654), 3, + STATE(2361), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1311), 4, + ACTIONS(994), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2621), 5, + STATE(2296), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -59870,7 +59793,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1315), 8, + ACTIONS(998), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -59879,76 +59802,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [15731] = 30, + [15640] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(854), 1, - sym_condition_conversion, - ACTIONS(1307), 1, + ACTIONS(988), 1, anon_sym_LPAREN, - ACTIONS(1309), 1, + ACTIONS(992), 1, anon_sym_LT_LT, - ACTIONS(1313), 1, + ACTIONS(996), 1, sym_NEW, - ACTIONS(1319), 1, + ACTIONS(1002), 1, sym_based_base, - ACTIONS(1323), 1, + ACTIONS(1006), 1, sym_bit_string_length, - ACTIONS(1325), 1, + ACTIONS(1008), 1, sym_bit_string_base, - STATE(488), 1, - sym_unary_operator, - STATE(489), 1, + ACTIONS(1359), 1, + sym_condition_conversion, + STATE(467), 1, sym_sign, - STATE(803), 1, + STATE(520), 1, + sym_unary_operator, + STATE(744), 1, sym__direct_name, - STATE(1772), 1, + STATE(1063), 1, sym__abstract_literal, - STATE(2207), 1, + STATE(1141), 1, sym_based_literal, - STATE(2218), 1, + STATE(1148), 1, sym__expression, - STATE(2616), 1, + STATE(2350), 1, sym__literal, - STATE(2651), 1, - sym_bit_string_literal, - STATE(2653), 1, + STATE(2362), 1, sym__primary, + STATE(2385), 1, + sym_bit_string_literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1317), 2, + ACTIONS(1000), 2, sym_decimal_integer, sym_decimal_float, - STATE(1796), 2, + STATE(1027), 2, sym__identifier, sym__external_name, - ACTIONS(1321), 3, + ACTIONS(1004), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(492), 3, + STATE(491), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1798), 3, + STATE(1028), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2654), 3, + STATE(2361), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1311), 4, + ACTIONS(994), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2621), 5, + STATE(2296), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -59963,7 +59886,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1315), 8, + ACTIONS(998), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -59972,75 +59895,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [15854] = 29, + [15763] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(942), 1, - sym_condition_conversion, - ACTIONS(1327), 1, + ACTIONS(988), 1, anon_sym_LPAREN, - ACTIONS(1329), 1, + ACTIONS(992), 1, anon_sym_LT_LT, - ACTIONS(1333), 1, + ACTIONS(996), 1, sym_NEW, - ACTIONS(1339), 1, + ACTIONS(1002), 1, sym_based_base, - ACTIONS(1343), 1, + ACTIONS(1006), 1, sym_bit_string_length, - ACTIONS(1345), 1, + ACTIONS(1008), 1, sym_bit_string_base, - STATE(494), 1, + ACTIONS(1359), 1, + sym_condition_conversion, + STATE(467), 1, sym_sign, - STATE(808), 1, + STATE(520), 1, + sym_unary_operator, + STATE(744), 1, sym__direct_name, - STATE(1862), 1, + STATE(1063), 1, sym__abstract_literal, - STATE(2224), 1, + STATE(1141), 1, sym_based_literal, - STATE(2231), 1, + STATE(1149), 1, sym__expression, - STATE(2631), 1, - sym_bit_string_literal, - STATE(2649), 1, - sym__primary, - STATE(2663), 1, + STATE(2350), 1, sym__literal, + STATE(2362), 1, + sym__primary, + STATE(2385), 1, + sym_bit_string_literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1337), 2, + ACTIONS(1000), 2, sym_decimal_integer, sym_decimal_float, - STATE(1838), 2, + STATE(1027), 2, sym__identifier, sym__external_name, - ACTIONS(1341), 3, + ACTIONS(1004), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(1840), 3, + STATE(492), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(1028), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2661), 3, + STATE(2361), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1331), 4, + ACTIONS(994), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(493), 4, - sym_unary_operator, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(2681), 5, + STATE(2296), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -60055,7 +59979,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1335), 8, + ACTIONS(998), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -60064,75 +59988,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [15975] = 29, + [15886] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(942), 1, - sym_condition_conversion, - ACTIONS(1327), 1, + ACTIONS(988), 1, anon_sym_LPAREN, - ACTIONS(1329), 1, + ACTIONS(992), 1, anon_sym_LT_LT, - ACTIONS(1333), 1, + ACTIONS(996), 1, sym_NEW, - ACTIONS(1339), 1, + ACTIONS(1002), 1, sym_based_base, - ACTIONS(1343), 1, + ACTIONS(1006), 1, sym_bit_string_length, - ACTIONS(1345), 1, + ACTIONS(1008), 1, sym_bit_string_base, - STATE(493), 1, + ACTIONS(1359), 1, + sym_condition_conversion, + STATE(467), 1, + sym_sign, + STATE(520), 1, sym_unary_operator, - STATE(808), 1, + STATE(744), 1, sym__direct_name, - STATE(1862), 1, + STATE(1063), 1, sym__abstract_literal, - STATE(2224), 1, + STATE(1141), 1, sym_based_literal, - STATE(2232), 1, + STATE(1155), 1, sym__expression, - STATE(2631), 1, - sym_bit_string_literal, - STATE(2649), 1, - sym__primary, - STATE(2663), 1, + STATE(2350), 1, sym__literal, + STATE(2362), 1, + sym__primary, + STATE(2385), 1, + sym_bit_string_literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1337), 2, + ACTIONS(1000), 2, sym_decimal_integer, sym_decimal_float, - STATE(1838), 2, + STATE(1027), 2, sym__identifier, sym__external_name, - ACTIONS(1341), 3, + ACTIONS(1004), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(1840), 3, + STATE(493), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(1028), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2661), 3, + STATE(2361), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1331), 4, + ACTIONS(994), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(494), 4, - sym_sign, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(2681), 5, + STATE(2296), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -60147,7 +60072,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1335), 8, + ACTIONS(998), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -60156,76 +60081,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [16096] = 30, + [16009] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(878), 1, + ACTIONS(762), 1, sym_condition_conversion, - ACTIONS(920), 1, + ACTIONS(1068), 1, anon_sym_LPAREN, - ACTIONS(922), 1, + ACTIONS(1070), 1, anon_sym_LT_LT, - ACTIONS(926), 1, + ACTIONS(1074), 1, sym_NEW, - ACTIONS(932), 1, + ACTIONS(1080), 1, sym_based_base, - ACTIONS(936), 1, + ACTIONS(1084), 1, sym_bit_string_length, - ACTIONS(938), 1, + ACTIONS(1086), 1, sym_bit_string_base, - STATE(709), 1, - sym_unary_operator, - STATE(710), 1, + STATE(506), 1, sym_sign, - STATE(868), 1, + STATE(527), 1, + sym_unary_operator, + STATE(733), 1, sym__direct_name, - STATE(2283), 1, + STATE(943), 1, sym__abstract_literal, - STATE(2422), 1, + STATE(1098), 1, sym_based_literal, - STATE(2432), 1, - sym__expression, - STATE(2756), 1, - sym_bit_string_literal, - STATE(2762), 1, - sym__primary, - STATE(2764), 1, + STATE(2006), 1, sym__literal, + STATE(2012), 1, + sym__primary, + STATE(2014), 1, + sym_bit_string_literal, + STATE(2403), 1, + sym__expression, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(930), 2, + ACTIONS(1078), 2, sym_decimal_integer, sym_decimal_float, - STATE(1975), 2, + STATE(944), 2, sym__identifier, sym__external_name, - ACTIONS(934), 3, + ACTIONS(1082), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(495), 3, + STATE(494), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1976), 3, + STATE(950), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2763), 3, + STATE(2011), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1245), 4, + ACTIONS(1072), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2761), 5, + STATE(2013), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -60240,7 +60165,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(928), 8, + ACTIONS(1076), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -60249,7 +60174,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [16219] = 30, + [16132] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -60257,68 +60182,68 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(7), 1, sym__block_comment_start, ACTIONS(942), 1, - sym_condition_conversion, - ACTIONS(1327), 1, anon_sym_LPAREN, - ACTIONS(1329), 1, + ACTIONS(946), 1, anon_sym_LT_LT, - ACTIONS(1333), 1, + ACTIONS(950), 1, sym_NEW, - ACTIONS(1339), 1, + ACTIONS(956), 1, sym_based_base, - ACTIONS(1343), 1, + ACTIONS(960), 1, sym_bit_string_length, - ACTIONS(1345), 1, + ACTIONS(962), 1, sym_bit_string_base, - STATE(493), 1, - sym_unary_operator, - STATE(494), 1, + ACTIONS(1159), 1, + sym_condition_conversion, + STATE(504), 1, sym_sign, - STATE(808), 1, + STATE(505), 1, + sym_unary_operator, + STATE(787), 1, sym__direct_name, - STATE(1862), 1, + STATE(1614), 1, sym__abstract_literal, - STATE(2224), 1, - sym_based_literal, - STATE(2239), 1, + STATE(1698), 1, sym__expression, - STATE(2631), 1, + STATE(1782), 1, + sym_based_literal, + STATE(2593), 1, sym_bit_string_literal, - STATE(2649), 1, - sym__primary, - STATE(2663), 1, + STATE(2603), 1, sym__literal, + STATE(2613), 1, + sym__primary, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1337), 2, + ACTIONS(954), 2, sym_decimal_integer, sym_decimal_float, - STATE(1838), 2, + STATE(1601), 2, sym__identifier, sym__external_name, - ACTIONS(1341), 3, + ACTIONS(958), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(496), 3, + STATE(495), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1840), 3, + STATE(1569), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2661), 3, + STATE(2614), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1331), 4, + ACTIONS(948), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2681), 5, + STATE(2572), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -60333,7 +60258,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1335), 8, + ACTIONS(952), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -60342,7 +60267,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [16342] = 30, + [16255] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -60350,68 +60275,68 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(7), 1, sym__block_comment_start, ACTIONS(942), 1, - sym_condition_conversion, - ACTIONS(1327), 1, anon_sym_LPAREN, - ACTIONS(1329), 1, + ACTIONS(946), 1, anon_sym_LT_LT, - ACTIONS(1333), 1, + ACTIONS(950), 1, sym_NEW, - ACTIONS(1339), 1, + ACTIONS(956), 1, sym_based_base, - ACTIONS(1343), 1, + ACTIONS(960), 1, sym_bit_string_length, - ACTIONS(1345), 1, + ACTIONS(962), 1, sym_bit_string_base, - STATE(493), 1, - sym_unary_operator, - STATE(494), 1, + ACTIONS(1159), 1, + sym_condition_conversion, + STATE(504), 1, sym_sign, - STATE(808), 1, + STATE(505), 1, + sym_unary_operator, + STATE(787), 1, sym__direct_name, - STATE(1862), 1, + STATE(1614), 1, sym__abstract_literal, - STATE(2224), 1, - sym_based_literal, - STATE(2240), 1, + STATE(1693), 1, sym__expression, - STATE(2631), 1, + STATE(1782), 1, + sym_based_literal, + STATE(2593), 1, sym_bit_string_literal, - STATE(2649), 1, - sym__primary, - STATE(2663), 1, + STATE(2603), 1, sym__literal, + STATE(2613), 1, + sym__primary, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1337), 2, + ACTIONS(954), 2, sym_decimal_integer, sym_decimal_float, - STATE(1838), 2, + STATE(1601), 2, sym__identifier, sym__external_name, - ACTIONS(1341), 3, + ACTIONS(958), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(497), 3, + STATE(496), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1840), 3, + STATE(1569), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2661), 3, + STATE(2614), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1331), 4, + ACTIONS(948), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2681), 5, + STATE(2572), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -60426,7 +60351,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1335), 8, + ACTIONS(952), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -60435,7 +60360,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [16465] = 30, + [16378] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -60443,68 +60368,68 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(7), 1, sym__block_comment_start, ACTIONS(942), 1, - sym_condition_conversion, - ACTIONS(1327), 1, anon_sym_LPAREN, - ACTIONS(1329), 1, + ACTIONS(946), 1, anon_sym_LT_LT, - ACTIONS(1333), 1, + ACTIONS(950), 1, sym_NEW, - ACTIONS(1339), 1, + ACTIONS(956), 1, sym_based_base, - ACTIONS(1343), 1, + ACTIONS(960), 1, sym_bit_string_length, - ACTIONS(1345), 1, + ACTIONS(962), 1, sym_bit_string_base, - STATE(493), 1, - sym_unary_operator, - STATE(494), 1, + ACTIONS(1159), 1, + sym_condition_conversion, + STATE(504), 1, sym_sign, - STATE(808), 1, + STATE(505), 1, + sym_unary_operator, + STATE(787), 1, sym__direct_name, - STATE(1862), 1, + STATE(1614), 1, sym__abstract_literal, - STATE(2224), 1, - sym_based_literal, - STATE(2241), 1, + STATE(1690), 1, sym__expression, - STATE(2631), 1, + STATE(1782), 1, + sym_based_literal, + STATE(2593), 1, sym_bit_string_literal, - STATE(2649), 1, - sym__primary, - STATE(2663), 1, + STATE(2603), 1, sym__literal, + STATE(2613), 1, + sym__primary, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1337), 2, + ACTIONS(954), 2, sym_decimal_integer, sym_decimal_float, - STATE(1838), 2, + STATE(1601), 2, sym__identifier, sym__external_name, - ACTIONS(1341), 3, + ACTIONS(958), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(498), 3, + STATE(497), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1840), 3, + STATE(1569), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2661), 3, + STATE(2614), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1331), 4, + ACTIONS(948), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2681), 5, + STATE(2572), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -60519,7 +60444,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1335), 8, + ACTIONS(952), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -60528,75 +60453,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [16588] = 29, + [16501] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(764), 1, + ACTIONS(782), 1, anon_sym_LT_LT, - ACTIONS(986), 1, + ACTIONS(1030), 1, anon_sym_LPAREN, - ACTIONS(990), 1, + ACTIONS(1034), 1, sym_NEW, - ACTIONS(996), 1, + ACTIONS(1040), 1, sym_based_base, - ACTIONS(998), 1, + ACTIONS(1042), 1, sym_bit_string_length, - ACTIONS(1000), 1, + ACTIONS(1044), 1, sym_bit_string_base, - ACTIONS(1347), 1, + ACTIONS(1319), 1, sym_condition_conversion, - STATE(500), 1, + STATE(579), 1, sym_sign, - STATE(763), 1, + STATE(649), 1, + sym_unary_operator, + STATE(756), 1, sym__direct_name, - STATE(1138), 1, + STATE(1195), 1, sym__abstract_literal, - STATE(1257), 1, + STATE(1243), 1, sym_based_literal, - STATE(1263), 1, + STATE(1276), 1, sym__expression, - STATE(2452), 1, - sym_bit_string_literal, - STATE(2454), 1, + STATE(2436), 1, sym__primary, - STATE(2456), 1, + STATE(2443), 1, sym__literal, + STATE(2453), 1, + sym_bit_string_literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(994), 2, + ACTIONS(1038), 2, sym_decimal_integer, sym_decimal_float, - STATE(838), 2, + STATE(879), 2, sym__identifier, sym__external_name, - ACTIONS(776), 3, + ACTIONS(786), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(840), 3, + STATE(498), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(881), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2455), 3, + STATE(2442), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(808), 4, + ACTIONS(806), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(499), 4, - sym_unary_operator, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(2467), 5, + STATE(2468), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -60611,7 +60537,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(992), 8, + ACTIONS(1036), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -60620,75 +60546,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [16709] = 29, + [16624] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(764), 1, - anon_sym_LT_LT, - ACTIONS(986), 1, + ACTIONS(854), 1, + sym_condition_conversion, + ACTIONS(1299), 1, anon_sym_LPAREN, - ACTIONS(990), 1, + ACTIONS(1301), 1, + anon_sym_LT_LT, + ACTIONS(1305), 1, sym_NEW, - ACTIONS(996), 1, + ACTIONS(1311), 1, sym_based_base, - ACTIONS(998), 1, + ACTIONS(1315), 1, sym_bit_string_length, - ACTIONS(1000), 1, + ACTIONS(1317), 1, sym_bit_string_base, - ACTIONS(1347), 1, - sym_condition_conversion, - STATE(499), 1, + STATE(676), 1, sym_unary_operator, - STATE(763), 1, + STATE(693), 1, + sym_sign, + STATE(812), 1, sym__direct_name, - STATE(1138), 1, + STATE(1846), 1, sym__abstract_literal, - STATE(1257), 1, + STATE(1994), 1, sym_based_literal, - STATE(1264), 1, + STATE(2015), 1, sym__expression, - STATE(2452), 1, + STATE(2617), 1, sym_bit_string_literal, - STATE(2454), 1, - sym__primary, - STATE(2456), 1, + STATE(2686), 1, sym__literal, + STATE(2690), 1, + sym__primary, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(994), 2, + ACTIONS(1309), 2, sym_decimal_integer, sym_decimal_float, - STATE(838), 2, + STATE(1760), 2, sym__identifier, sym__external_name, - ACTIONS(776), 3, + ACTIONS(1313), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(840), 3, + STATE(499), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(1761), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2455), 3, + STATE(2689), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(808), 4, + ACTIONS(1303), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(500), 4, - sym_sign, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(2467), 5, + STATE(2649), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -60703,7 +60630,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(992), 8, + ACTIONS(1307), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -60712,76 +60639,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [16830] = 30, + [16747] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(764), 1, - anon_sym_LT_LT, - ACTIONS(986), 1, + ACTIONS(1321), 1, anon_sym_LPAREN, - ACTIONS(990), 1, + ACTIONS(1323), 1, + sym_condition_conversion, + ACTIONS(1325), 1, + anon_sym_LT_LT, + ACTIONS(1329), 1, sym_NEW, - ACTIONS(996), 1, + ACTIONS(1335), 1, sym_based_base, - ACTIONS(998), 1, + ACTIONS(1339), 1, sym_bit_string_length, - ACTIONS(1000), 1, + ACTIONS(1341), 1, sym_bit_string_base, - ACTIONS(1347), 1, - sym_condition_conversion, - STATE(499), 1, - sym_unary_operator, - STATE(500), 1, + STATE(701), 1, sym_sign, - STATE(763), 1, + STATE(702), 1, + sym_unary_operator, + STATE(885), 1, sym__direct_name, - STATE(1138), 1, + STATE(2232), 1, sym__abstract_literal, - STATE(1257), 1, - sym_based_literal, - STATE(1266), 1, + STATE(2313), 1, sym__expression, - STATE(2452), 1, + STATE(2409), 1, + sym_based_literal, + STATE(2711), 1, + sym__literal, + STATE(2761), 1, sym_bit_string_literal, - STATE(2454), 1, + STATE(2765), 1, sym__primary, - STATE(2456), 1, - sym__literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(994), 2, + ACTIONS(1333), 2, sym_decimal_integer, sym_decimal_float, - STATE(838), 2, + STATE(1978), 2, sym__identifier, sym__external_name, - ACTIONS(776), 3, + ACTIONS(1337), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(501), 3, + STATE(500), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(840), 3, + STATE(1982), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2455), 3, + STATE(2737), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(808), 4, + ACTIONS(1327), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2467), 5, + STATE(2745), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -60796,7 +60723,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(992), 8, + ACTIONS(1331), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -60805,76 +60732,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [16953] = 30, + [16870] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(764), 1, - anon_sym_LT_LT, - ACTIONS(986), 1, + ACTIONS(964), 1, anon_sym_LPAREN, - ACTIONS(990), 1, + ACTIONS(968), 1, + anon_sym_LT_LT, + ACTIONS(972), 1, sym_NEW, - ACTIONS(996), 1, + ACTIONS(978), 1, sym_based_base, - ACTIONS(998), 1, + ACTIONS(982), 1, sym_bit_string_length, - ACTIONS(1000), 1, + ACTIONS(984), 1, sym_bit_string_base, - ACTIONS(1347), 1, + ACTIONS(1229), 1, sym_condition_conversion, - STATE(499), 1, - sym_unary_operator, - STATE(500), 1, + STATE(458), 1, sym_sign, - STATE(763), 1, + STATE(463), 1, + sym_unary_operator, + STATE(751), 1, sym__direct_name, - STATE(1138), 1, + STATE(1189), 1, sym__abstract_literal, - STATE(1257), 1, - sym_based_literal, - STATE(1270), 1, + STATE(1266), 1, sym__expression, - STATE(2452), 1, - sym_bit_string_literal, - STATE(2454), 1, - sym__primary, - STATE(2456), 1, + STATE(1408), 1, + sym_based_literal, + STATE(2458), 1, sym__literal, + STATE(2464), 1, + sym__primary, + STATE(2465), 1, + sym_bit_string_literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(994), 2, + ACTIONS(976), 2, sym_decimal_integer, sym_decimal_float, - STATE(838), 2, + STATE(1215), 2, sym__identifier, sym__external_name, - ACTIONS(776), 3, + ACTIONS(980), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(502), 3, + STATE(501), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(840), 3, + STATE(1216), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2455), 3, + STATE(2462), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(808), 4, + ACTIONS(970), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2467), 5, + STATE(2452), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -60889,7 +60816,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(992), 8, + ACTIONS(974), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -60898,76 +60825,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [17076] = 30, + [16993] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(764), 1, - anon_sym_LT_LT, - ACTIONS(986), 1, + ACTIONS(263), 1, anon_sym_LPAREN, - ACTIONS(990), 1, + ACTIONS(275), 1, sym_NEW, - ACTIONS(996), 1, + ACTIONS(285), 1, sym_based_base, - ACTIONS(998), 1, + ACTIONS(289), 1, sym_bit_string_length, - ACTIONS(1000), 1, + ACTIONS(291), 1, sym_bit_string_base, - ACTIONS(1347), 1, + ACTIONS(401), 1, + anon_sym_LT_LT, + ACTIONS(1273), 1, sym_condition_conversion, - STATE(499), 1, + STATE(657), 1, sym_unary_operator, - STATE(500), 1, + STATE(661), 1, sym_sign, - STATE(763), 1, + STATE(736), 1, sym__direct_name, - STATE(1138), 1, + STATE(964), 1, sym__abstract_literal, - STATE(1257), 1, - sym_based_literal, - STATE(1271), 1, + STATE(1031), 1, sym__expression, - STATE(2452), 1, + STATE(1073), 1, + sym_based_literal, + STATE(1984), 1, sym_bit_string_literal, - STATE(2454), 1, + STATE(1990), 1, sym__primary, - STATE(2456), 1, + STATE(1992), 1, sym__literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(994), 2, + ACTIONS(283), 2, sym_decimal_integer, sym_decimal_float, - STATE(838), 2, + STATE(954), 2, sym__identifier, sym__external_name, - ACTIONS(776), 3, + ACTIONS(409), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(503), 3, + STATE(502), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(840), 3, + STATE(929), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2455), 3, + STATE(1991), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(808), 4, + ACTIONS(403), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2467), 5, + STATE(2224), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -60982,7 +60909,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(992), 8, + ACTIONS(277), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -60991,75 +60918,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [17199] = 29, + [17116] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1026), 1, - sym_condition_conversion, - ACTIONS(1349), 1, + ACTIONS(964), 1, anon_sym_LPAREN, - ACTIONS(1351), 1, + ACTIONS(968), 1, anon_sym_LT_LT, - ACTIONS(1355), 1, + ACTIONS(972), 1, sym_NEW, - ACTIONS(1361), 1, + ACTIONS(978), 1, sym_based_base, - ACTIONS(1365), 1, + ACTIONS(982), 1, sym_bit_string_length, - ACTIONS(1367), 1, + ACTIONS(984), 1, sym_bit_string_base, - STATE(505), 1, + ACTIONS(1229), 1, + sym_condition_conversion, + STATE(458), 1, sym_sign, - STATE(795), 1, + STATE(463), 1, + sym_unary_operator, + STATE(751), 1, sym__direct_name, - STATE(1455), 1, + STATE(1189), 1, sym__abstract_literal, - STATE(1683), 1, - sym_based_literal, - STATE(1720), 1, + STATE(1265), 1, sym__expression, - STATE(2570), 1, - sym_bit_string_literal, - STATE(2574), 1, + STATE(1408), 1, + sym_based_literal, + STATE(2458), 1, sym__literal, - STATE(2615), 1, + STATE(2464), 1, sym__primary, + STATE(2465), 1, + sym_bit_string_literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1359), 2, + ACTIONS(976), 2, sym_decimal_integer, sym_decimal_float, - STATE(1661), 2, + STATE(1215), 2, sym__identifier, sym__external_name, - ACTIONS(1363), 3, + ACTIONS(980), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(1663), 3, + STATE(503), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(1216), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2573), 3, + STATE(2462), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1353), 4, + ACTIONS(970), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(504), 4, - sym_unary_operator, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(2560), 5, + STATE(2452), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -61074,7 +61002,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1357), 8, + ACTIONS(974), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -61083,75 +61011,75 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [17320] = 29, + [17239] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1026), 1, - sym_condition_conversion, - ACTIONS(1349), 1, + ACTIONS(942), 1, anon_sym_LPAREN, - ACTIONS(1351), 1, + ACTIONS(946), 1, anon_sym_LT_LT, - ACTIONS(1355), 1, + ACTIONS(950), 1, sym_NEW, - ACTIONS(1361), 1, + ACTIONS(956), 1, sym_based_base, - ACTIONS(1365), 1, + ACTIONS(960), 1, sym_bit_string_length, - ACTIONS(1367), 1, + ACTIONS(962), 1, sym_bit_string_base, - STATE(504), 1, + ACTIONS(1159), 1, + sym_condition_conversion, + STATE(505), 1, sym_unary_operator, - STATE(795), 1, + STATE(787), 1, sym__direct_name, - STATE(1455), 1, + STATE(1614), 1, sym__abstract_literal, - STATE(1683), 1, + STATE(1782), 1, sym_based_literal, - STATE(1721), 1, + STATE(1860), 1, sym__expression, - STATE(2570), 1, + STATE(2593), 1, sym_bit_string_literal, - STATE(2574), 1, + STATE(2603), 1, sym__literal, - STATE(2615), 1, + STATE(2613), 1, sym__primary, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1359), 2, + ACTIONS(954), 2, sym_decimal_integer, sym_decimal_float, - STATE(1661), 2, + STATE(1601), 2, sym__identifier, sym__external_name, - ACTIONS(1363), 3, + ACTIONS(958), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(1663), 3, + STATE(1569), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2573), 3, + STATE(2614), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1353), 4, + ACTIONS(948), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(505), 4, + STATE(504), 4, sym_sign, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(2560), 5, + STATE(2572), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -61166,7 +61094,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1357), 8, + ACTIONS(952), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -61175,76 +61103,75 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [17441] = 30, + [17360] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1026), 1, - sym_condition_conversion, - ACTIONS(1349), 1, + ACTIONS(942), 1, anon_sym_LPAREN, - ACTIONS(1351), 1, + ACTIONS(946), 1, anon_sym_LT_LT, - ACTIONS(1355), 1, + ACTIONS(950), 1, sym_NEW, - ACTIONS(1361), 1, + ACTIONS(956), 1, sym_based_base, - ACTIONS(1365), 1, + ACTIONS(960), 1, sym_bit_string_length, - ACTIONS(1367), 1, + ACTIONS(962), 1, sym_bit_string_base, + ACTIONS(1159), 1, + sym_condition_conversion, STATE(504), 1, - sym_unary_operator, - STATE(505), 1, sym_sign, - STATE(795), 1, + STATE(787), 1, sym__direct_name, - STATE(1455), 1, + STATE(1614), 1, sym__abstract_literal, - STATE(1683), 1, + STATE(1782), 1, sym_based_literal, - STATE(1722), 1, + STATE(1849), 1, sym__expression, - STATE(2570), 1, + STATE(2593), 1, sym_bit_string_literal, - STATE(2574), 1, + STATE(2603), 1, sym__literal, - STATE(2615), 1, + STATE(2613), 1, sym__primary, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1359), 2, + ACTIONS(954), 2, sym_decimal_integer, sym_decimal_float, - STATE(1661), 2, + STATE(1601), 2, sym__identifier, sym__external_name, - ACTIONS(1363), 3, + ACTIONS(958), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(506), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(1663), 3, + STATE(1569), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2573), 3, + STATE(2614), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1353), 4, + ACTIONS(948), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2560), 5, + STATE(505), 4, + sym_unary_operator, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(2572), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -61259,7 +61186,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1357), 8, + ACTIONS(952), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -61268,76 +61195,75 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [17564] = 30, + [17481] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1026), 1, + ACTIONS(762), 1, sym_condition_conversion, - ACTIONS(1349), 1, + ACTIONS(1068), 1, anon_sym_LPAREN, - ACTIONS(1351), 1, + ACTIONS(1070), 1, anon_sym_LT_LT, - ACTIONS(1355), 1, + ACTIONS(1074), 1, sym_NEW, - ACTIONS(1361), 1, + ACTIONS(1080), 1, sym_based_base, - ACTIONS(1365), 1, + ACTIONS(1084), 1, sym_bit_string_length, - ACTIONS(1367), 1, + ACTIONS(1086), 1, sym_bit_string_base, - STATE(504), 1, + STATE(527), 1, sym_unary_operator, - STATE(505), 1, - sym_sign, - STATE(795), 1, + STATE(733), 1, sym__direct_name, - STATE(1455), 1, + STATE(943), 1, sym__abstract_literal, - STATE(1683), 1, - sym_based_literal, - STATE(1775), 1, + STATE(1069), 1, sym__expression, - STATE(2570), 1, - sym_bit_string_literal, - STATE(2574), 1, + STATE(1098), 1, + sym_based_literal, + STATE(2006), 1, sym__literal, - STATE(2615), 1, + STATE(2012), 1, sym__primary, + STATE(2014), 1, + sym_bit_string_literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1359), 2, + ACTIONS(1078), 2, sym_decimal_integer, sym_decimal_float, - STATE(1661), 2, + STATE(944), 2, sym__identifier, sym__external_name, - ACTIONS(1363), 3, + ACTIONS(1082), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(507), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(1663), 3, + STATE(950), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2573), 3, + STATE(2011), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1353), 4, + ACTIONS(1072), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2560), 5, + STATE(506), 4, + sym_sign, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(2013), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -61352,7 +61278,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1357), 8, + ACTIONS(1076), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -61361,76 +61287,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [17687] = 30, + [17602] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1026), 1, - sym_condition_conversion, - ACTIONS(1349), 1, + ACTIONS(964), 1, anon_sym_LPAREN, - ACTIONS(1351), 1, + ACTIONS(968), 1, anon_sym_LT_LT, - ACTIONS(1355), 1, + ACTIONS(972), 1, sym_NEW, - ACTIONS(1361), 1, + ACTIONS(978), 1, sym_based_base, - ACTIONS(1365), 1, + ACTIONS(982), 1, sym_bit_string_length, - ACTIONS(1367), 1, + ACTIONS(984), 1, sym_bit_string_base, - STATE(504), 1, - sym_unary_operator, - STATE(505), 1, + ACTIONS(1229), 1, + sym_condition_conversion, + STATE(458), 1, sym_sign, - STATE(795), 1, + STATE(463), 1, + sym_unary_operator, + STATE(751), 1, sym__direct_name, - STATE(1455), 1, + STATE(1189), 1, sym__abstract_literal, - STATE(1683), 1, - sym_based_literal, - STATE(1778), 1, + STATE(1264), 1, sym__expression, - STATE(2570), 1, - sym_bit_string_literal, - STATE(2574), 1, + STATE(1408), 1, + sym_based_literal, + STATE(2458), 1, sym__literal, - STATE(2615), 1, + STATE(2464), 1, sym__primary, + STATE(2465), 1, + sym_bit_string_literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1359), 2, + ACTIONS(976), 2, sym_decimal_integer, sym_decimal_float, - STATE(1661), 2, + STATE(1215), 2, sym__identifier, sym__external_name, - ACTIONS(1363), 3, + ACTIONS(980), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(508), 3, + STATE(507), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1663), 3, + STATE(1216), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2573), 3, + STATE(2462), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1353), 4, + ACTIONS(970), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2560), 5, + STATE(2452), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -61445,7 +61371,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1357), 8, + ACTIONS(974), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -61454,75 +61380,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [17810] = 29, + [17725] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(900), 1, - sym_condition_conversion, - ACTIONS(1369), 1, + ACTIONS(964), 1, anon_sym_LPAREN, - ACTIONS(1371), 1, + ACTIONS(968), 1, anon_sym_LT_LT, - ACTIONS(1375), 1, + ACTIONS(972), 1, sym_NEW, - ACTIONS(1381), 1, + ACTIONS(978), 1, sym_based_base, - ACTIONS(1385), 1, + ACTIONS(982), 1, sym_bit_string_length, - ACTIONS(1387), 1, + ACTIONS(984), 1, sym_bit_string_base, - STATE(510), 1, + ACTIONS(1229), 1, + sym_condition_conversion, + STATE(458), 1, sym_sign, - STATE(767), 1, + STATE(463), 1, + sym_unary_operator, + STATE(751), 1, sym__direct_name, - STATE(1289), 1, + STATE(1189), 1, sym__abstract_literal, - STATE(1467), 1, - sym_based_literal, - STATE(1498), 1, + STATE(1254), 1, sym__expression, - STATE(2513), 1, - sym_bit_string_literal, - STATE(2516), 1, - sym__primary, - STATE(2518), 1, + STATE(1408), 1, + sym_based_literal, + STATE(2458), 1, sym__literal, + STATE(2464), 1, + sym__primary, + STATE(2465), 1, + sym_bit_string_literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1379), 2, + ACTIONS(976), 2, sym_decimal_integer, sym_decimal_float, - STATE(1240), 2, + STATE(1215), 2, sym__identifier, sym__external_name, - ACTIONS(1383), 3, + ACTIONS(980), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(1241), 3, + STATE(508), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(1216), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2517), 3, + STATE(2462), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1373), 4, + ACTIONS(970), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(509), 4, - sym_unary_operator, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(2491), 5, + STATE(2452), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -61537,7 +61464,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1377), 8, + ACTIONS(974), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -61546,75 +61473,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [17931] = 29, + [17848] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(900), 1, + ACTIONS(265), 1, sym_condition_conversion, - ACTIONS(1369), 1, + ACTIONS(736), 1, anon_sym_LPAREN, - ACTIONS(1371), 1, + ACTIONS(738), 1, anon_sym_LT_LT, - ACTIONS(1375), 1, + ACTIONS(744), 1, sym_NEW, - ACTIONS(1381), 1, + ACTIONS(752), 1, sym_based_base, - ACTIONS(1385), 1, + ACTIONS(756), 1, sym_bit_string_length, - ACTIONS(1387), 1, + ACTIONS(758), 1, sym_bit_string_base, - STATE(509), 1, + STATE(640), 1, sym_unary_operator, - STATE(767), 1, + STATE(688), 1, + sym_sign, + STATE(743), 1, sym__direct_name, - STATE(1289), 1, + STATE(1006), 1, sym__abstract_literal, - STATE(1467), 1, - sym_based_literal, - STATE(1505), 1, + STATE(1159), 1, sym__expression, - STATE(2513), 1, + STATE(1206), 1, + sym_based_literal, + STATE(2399), 1, sym_bit_string_literal, - STATE(2516), 1, - sym__primary, - STATE(2518), 1, + STATE(2427), 1, sym__literal, + STATE(2431), 1, + sym__primary, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1379), 2, + ACTIONS(750), 2, sym_decimal_integer, sym_decimal_float, - STATE(1240), 2, + STATE(1025), 2, sym__identifier, sym__external_name, - ACTIONS(1383), 3, + ACTIONS(754), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(1241), 3, + STATE(509), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(1087), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2517), 3, + STATE(2428), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1373), 4, + ACTIONS(740), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(510), 4, - sym_sign, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(2491), 5, + STATE(2423), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -61629,7 +61557,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1377), 8, + ACTIONS(746), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -61638,76 +61566,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [18052] = 30, + [17971] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(900), 1, - sym_condition_conversion, - ACTIONS(1369), 1, + ACTIONS(1046), 1, anon_sym_LPAREN, - ACTIONS(1371), 1, + ACTIONS(1050), 1, anon_sym_LT_LT, - ACTIONS(1375), 1, + ACTIONS(1054), 1, sym_NEW, - ACTIONS(1381), 1, + ACTIONS(1060), 1, sym_based_base, - ACTIONS(1385), 1, + ACTIONS(1064), 1, sym_bit_string_length, - ACTIONS(1387), 1, + ACTIONS(1066), 1, sym_bit_string_base, - STATE(509), 1, + ACTIONS(1343), 1, + sym_condition_conversion, + STATE(464), 1, sym_unary_operator, - STATE(510), 1, + STATE(480), 1, sym_sign, - STATE(767), 1, + STATE(794), 1, sym__direct_name, - STATE(1289), 1, + STATE(1495), 1, sym__abstract_literal, - STATE(1467), 1, + STATE(1705), 1, sym_based_literal, - STATE(1512), 1, + STATE(1708), 1, sym__expression, - STATE(2513), 1, + STATE(2595), 1, sym_bit_string_literal, - STATE(2516), 1, - sym__primary, - STATE(2518), 1, + STATE(2597), 1, sym__literal, + STATE(2607), 1, + sym__primary, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1379), 2, + ACTIONS(1058), 2, sym_decimal_integer, sym_decimal_float, - STATE(1240), 2, + STATE(1584), 2, sym__identifier, sym__external_name, - ACTIONS(1383), 3, + ACTIONS(1062), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(511), 3, + STATE(510), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1241), 3, + STATE(1587), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2517), 3, + STATE(2602), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1373), 4, + ACTIONS(1052), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2491), 5, + STATE(2611), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -61722,7 +61650,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1377), 8, + ACTIONS(1056), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -61731,76 +61659,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [18175] = 30, + [18094] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(900), 1, - sym_condition_conversion, - ACTIONS(1369), 1, + ACTIONS(1046), 1, anon_sym_LPAREN, - ACTIONS(1371), 1, + ACTIONS(1050), 1, anon_sym_LT_LT, - ACTIONS(1375), 1, + ACTIONS(1054), 1, sym_NEW, - ACTIONS(1381), 1, + ACTIONS(1060), 1, sym_based_base, - ACTIONS(1385), 1, + ACTIONS(1064), 1, sym_bit_string_length, - ACTIONS(1387), 1, + ACTIONS(1066), 1, sym_bit_string_base, - STATE(509), 1, + ACTIONS(1343), 1, + sym_condition_conversion, + STATE(464), 1, sym_unary_operator, - STATE(510), 1, + STATE(480), 1, sym_sign, - STATE(767), 1, + STATE(794), 1, sym__direct_name, - STATE(1289), 1, + STATE(1495), 1, sym__abstract_literal, - STATE(1467), 1, + STATE(1705), 1, sym_based_literal, - STATE(1525), 1, + STATE(1709), 1, sym__expression, - STATE(2513), 1, + STATE(2595), 1, sym_bit_string_literal, - STATE(2516), 1, - sym__primary, - STATE(2518), 1, + STATE(2597), 1, sym__literal, + STATE(2607), 1, + sym__primary, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1379), 2, + ACTIONS(1058), 2, sym_decimal_integer, sym_decimal_float, - STATE(1240), 2, + STATE(1584), 2, sym__identifier, sym__external_name, - ACTIONS(1383), 3, + ACTIONS(1062), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(512), 3, + STATE(511), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1241), 3, + STATE(1587), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2517), 3, + STATE(2602), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1373), 4, + ACTIONS(1052), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2491), 5, + STATE(2611), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -61815,7 +61743,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1377), 8, + ACTIONS(1056), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -61824,76 +61752,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [18298] = 30, + [18217] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(900), 1, - sym_condition_conversion, - ACTIONS(1369), 1, + ACTIONS(1046), 1, anon_sym_LPAREN, - ACTIONS(1371), 1, + ACTIONS(1050), 1, anon_sym_LT_LT, - ACTIONS(1375), 1, + ACTIONS(1054), 1, sym_NEW, - ACTIONS(1381), 1, + ACTIONS(1060), 1, sym_based_base, - ACTIONS(1385), 1, + ACTIONS(1064), 1, sym_bit_string_length, - ACTIONS(1387), 1, + ACTIONS(1066), 1, sym_bit_string_base, - STATE(509), 1, + ACTIONS(1343), 1, + sym_condition_conversion, + STATE(464), 1, sym_unary_operator, - STATE(510), 1, + STATE(480), 1, sym_sign, - STATE(767), 1, + STATE(794), 1, sym__direct_name, - STATE(1289), 1, + STATE(1495), 1, sym__abstract_literal, - STATE(1467), 1, + STATE(1705), 1, sym_based_literal, - STATE(1535), 1, + STATE(1721), 1, sym__expression, - STATE(2513), 1, + STATE(2595), 1, sym_bit_string_literal, - STATE(2516), 1, - sym__primary, - STATE(2518), 1, + STATE(2597), 1, sym__literal, + STATE(2607), 1, + sym__primary, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1379), 2, + ACTIONS(1058), 2, sym_decimal_integer, sym_decimal_float, - STATE(1240), 2, + STATE(1584), 2, sym__identifier, sym__external_name, - ACTIONS(1383), 3, + ACTIONS(1062), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(513), 3, + STATE(512), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1241), 3, + STATE(1587), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2517), 3, + STATE(2602), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1373), 4, + ACTIONS(1052), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2491), 5, + STATE(2611), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -61908,7 +61836,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1377), 8, + ACTIONS(1056), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -61917,75 +61845,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [18421] = 29, + [18340] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(988), 1, - sym_condition_conversion, - ACTIONS(1070), 1, - anon_sym_LT_LT, - ACTIONS(1389), 1, + ACTIONS(1046), 1, anon_sym_LPAREN, - ACTIONS(1391), 1, + ACTIONS(1050), 1, + anon_sym_LT_LT, + ACTIONS(1054), 1, sym_NEW, - ACTIONS(1397), 1, + ACTIONS(1060), 1, sym_based_base, - ACTIONS(1399), 1, + ACTIONS(1064), 1, sym_bit_string_length, - ACTIONS(1401), 1, + ACTIONS(1066), 1, sym_bit_string_base, - STATE(515), 1, + ACTIONS(1343), 1, + sym_condition_conversion, + STATE(464), 1, + sym_unary_operator, + STATE(480), 1, sym_sign, - STATE(822), 1, + STATE(794), 1, sym__direct_name, - STATE(1610), 1, + STATE(1495), 1, sym__abstract_literal, - STATE(1868), 1, - sym__expression, - STATE(1887), 1, + STATE(1705), 1, sym_based_literal, - STATE(2598), 1, + STATE(1766), 1, + sym__expression, + STATE(2595), 1, sym_bit_string_literal, - STATE(2599), 1, - sym__primary, - STATE(2601), 1, + STATE(2597), 1, sym__literal, + STATE(2607), 1, + sym__primary, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1395), 2, + ACTIONS(1058), 2, sym_decimal_integer, sym_decimal_float, - STATE(939), 2, + STATE(1584), 2, sym__identifier, sym__external_name, - ACTIONS(1082), 3, + ACTIONS(1062), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(940), 3, + STATE(513), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(1587), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2600), 3, + STATE(2602), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1072), 4, + ACTIONS(1052), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(514), 4, - sym_unary_operator, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(2565), 5, + STATE(2611), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -62000,7 +61929,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1393), 8, + ACTIONS(1056), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -62009,75 +61938,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [18542] = 29, + [18463] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(988), 1, + ACTIONS(966), 1, sym_condition_conversion, - ACTIONS(1070), 1, + ACTIONS(1383), 1, + anon_sym_LPAREN, + ACTIONS(1385), 1, anon_sym_LT_LT, ACTIONS(1389), 1, - anon_sym_LPAREN, - ACTIONS(1391), 1, sym_NEW, - ACTIONS(1397), 1, + ACTIONS(1395), 1, sym_based_base, ACTIONS(1399), 1, sym_bit_string_length, ACTIONS(1401), 1, sym_bit_string_base, - STATE(514), 1, + STATE(610), 1, + sym_sign, + STATE(612), 1, sym_unary_operator, - STATE(822), 1, + STATE(786), 1, sym__direct_name, - STATE(1610), 1, + STATE(1597), 1, sym__abstract_literal, - STATE(1870), 1, - sym__expression, - STATE(1887), 1, + STATE(1684), 1, sym_based_literal, - STATE(2598), 1, + STATE(1699), 1, + sym__expression, + STATE(2568), 1, sym_bit_string_literal, - STATE(2599), 1, + STATE(2579), 1, sym__primary, - STATE(2601), 1, + STATE(2590), 1, sym__literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1395), 2, + ACTIONS(1393), 2, sym_decimal_integer, sym_decimal_float, - STATE(939), 2, + STATE(1631), 2, sym__identifier, sym__external_name, - ACTIONS(1082), 3, + ACTIONS(1397), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(940), 3, + STATE(514), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(1636), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2600), 3, + STATE(2586), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1072), 4, + ACTIONS(1387), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(515), 4, - sym_sign, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(2565), 5, + STATE(2555), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -62092,7 +62022,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1393), 8, + ACTIONS(1391), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -62101,76 +62031,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [18663] = 30, + [18586] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(988), 1, - sym_condition_conversion, - ACTIONS(1070), 1, - anon_sym_LT_LT, - ACTIONS(1389), 1, + ACTIONS(1010), 1, anon_sym_LPAREN, - ACTIONS(1391), 1, + ACTIONS(1012), 1, + anon_sym_LT_LT, + ACTIONS(1016), 1, sym_NEW, - ACTIONS(1397), 1, + ACTIONS(1022), 1, sym_based_base, - ACTIONS(1399), 1, + ACTIONS(1026), 1, sym_bit_string_length, - ACTIONS(1401), 1, + ACTIONS(1028), 1, sym_bit_string_base, - STATE(514), 1, + ACTIONS(1275), 1, + sym_condition_conversion, + STATE(446), 1, sym_unary_operator, - STATE(515), 1, + STATE(476), 1, sym_sign, - STATE(822), 1, + STATE(792), 1, sym__direct_name, - STATE(1610), 1, + STATE(1613), 1, sym__abstract_literal, - STATE(1887), 1, + STATE(1706), 1, sym_based_literal, - STATE(1901), 1, + STATE(1810), 1, sym__expression, - STATE(2598), 1, + STATE(2544), 1, sym_bit_string_literal, - STATE(2599), 1, - sym__primary, - STATE(2601), 1, + STATE(2557), 1, sym__literal, + STATE(2594), 1, + sym__primary, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1395), 2, + ACTIONS(1020), 2, sym_decimal_integer, sym_decimal_float, - STATE(939), 2, + STATE(1517), 2, sym__identifier, sym__external_name, - ACTIONS(1082), 3, + ACTIONS(1024), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(516), 3, + STATE(515), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(940), 3, + STATE(1523), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2600), 3, + STATE(2605), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1072), 4, + ACTIONS(1014), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2565), 5, + STATE(2578), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -62185,7 +62115,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1393), 8, + ACTIONS(1018), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -62194,76 +62124,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [18786] = 30, + [18709] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(988), 1, - sym_condition_conversion, - ACTIONS(1070), 1, - anon_sym_LT_LT, - ACTIONS(1389), 1, + ACTIONS(1010), 1, anon_sym_LPAREN, - ACTIONS(1391), 1, + ACTIONS(1012), 1, + anon_sym_LT_LT, + ACTIONS(1016), 1, sym_NEW, - ACTIONS(1397), 1, + ACTIONS(1022), 1, sym_based_base, - ACTIONS(1399), 1, + ACTIONS(1026), 1, sym_bit_string_length, - ACTIONS(1401), 1, + ACTIONS(1028), 1, sym_bit_string_base, - STATE(514), 1, + ACTIONS(1275), 1, + sym_condition_conversion, + STATE(446), 1, sym_unary_operator, - STATE(515), 1, + STATE(476), 1, sym_sign, - STATE(822), 1, + STATE(792), 1, sym__direct_name, - STATE(1610), 1, + STATE(1613), 1, sym__abstract_literal, - STATE(1803), 1, - sym__expression, - STATE(1887), 1, + STATE(1706), 1, sym_based_literal, - STATE(2598), 1, + STATE(1811), 1, + sym__expression, + STATE(2544), 1, sym_bit_string_literal, - STATE(2599), 1, - sym__primary, - STATE(2601), 1, + STATE(2557), 1, sym__literal, + STATE(2594), 1, + sym__primary, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1395), 2, + ACTIONS(1020), 2, sym_decimal_integer, sym_decimal_float, - STATE(939), 2, + STATE(1517), 2, sym__identifier, sym__external_name, - ACTIONS(1082), 3, + ACTIONS(1024), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(517), 3, + STATE(516), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(940), 3, + STATE(1523), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2600), 3, + STATE(2605), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1072), 4, + ACTIONS(1014), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2565), 5, + STATE(2578), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -62278,7 +62208,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1393), 8, + ACTIONS(1018), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -62287,76 +62217,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [18909] = 30, + [18832] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(988), 1, - sym_condition_conversion, - ACTIONS(1070), 1, - anon_sym_LT_LT, - ACTIONS(1389), 1, + ACTIONS(1010), 1, anon_sym_LPAREN, - ACTIONS(1391), 1, + ACTIONS(1012), 1, + anon_sym_LT_LT, + ACTIONS(1016), 1, sym_NEW, - ACTIONS(1397), 1, + ACTIONS(1022), 1, sym_based_base, - ACTIONS(1399), 1, + ACTIONS(1026), 1, sym_bit_string_length, - ACTIONS(1401), 1, + ACTIONS(1028), 1, sym_bit_string_base, - STATE(514), 1, + ACTIONS(1275), 1, + sym_condition_conversion, + STATE(446), 1, sym_unary_operator, - STATE(515), 1, + STATE(476), 1, sym_sign, - STATE(822), 1, + STATE(792), 1, sym__direct_name, - STATE(1610), 1, + STATE(1613), 1, sym__abstract_literal, - STATE(1677), 1, - sym__expression, - STATE(1887), 1, + STATE(1706), 1, sym_based_literal, - STATE(2598), 1, + STATE(1812), 1, + sym__expression, + STATE(2544), 1, sym_bit_string_literal, - STATE(2599), 1, - sym__primary, - STATE(2601), 1, + STATE(2557), 1, sym__literal, + STATE(2594), 1, + sym__primary, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1395), 2, + ACTIONS(1020), 2, sym_decimal_integer, sym_decimal_float, - STATE(939), 2, + STATE(1517), 2, sym__identifier, sym__external_name, - ACTIONS(1082), 3, + ACTIONS(1024), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(518), 3, + STATE(517), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(940), 3, + STATE(1523), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2600), 3, + STATE(2605), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1072), 4, + ACTIONS(1014), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2565), 5, + STATE(2578), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -62371,7 +62301,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1393), 8, + ACTIONS(1018), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -62380,75 +62310,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [19032] = 29, + [18955] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1002), 1, + ACTIONS(1010), 1, anon_sym_LPAREN, - ACTIONS(1006), 1, + ACTIONS(1012), 1, anon_sym_LT_LT, - ACTIONS(1010), 1, - sym_NEW, ACTIONS(1016), 1, + sym_NEW, + ACTIONS(1022), 1, sym_based_base, - ACTIONS(1020), 1, + ACTIONS(1026), 1, sym_bit_string_length, - ACTIONS(1022), 1, + ACTIONS(1028), 1, sym_bit_string_base, - ACTIONS(1403), 1, + ACTIONS(1275), 1, sym_condition_conversion, - STATE(520), 1, + STATE(446), 1, + sym_unary_operator, + STATE(476), 1, sym_sign, - STATE(746), 1, + STATE(792), 1, sym__direct_name, - STATE(1071), 1, + STATE(1613), 1, sym__abstract_literal, - STATE(1154), 1, + STATE(1706), 1, sym_based_literal, - STATE(1165), 1, + STATE(1837), 1, sym__expression, - STATE(2290), 1, - sym__primary, - STATE(2399), 1, - sym__literal, - STATE(2429), 1, + STATE(2544), 1, sym_bit_string_literal, + STATE(2557), 1, + sym__literal, + STATE(2594), 1, + sym__primary, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1014), 2, + ACTIONS(1020), 2, sym_decimal_integer, sym_decimal_float, - STATE(1116), 2, + STATE(1517), 2, sym__identifier, sym__external_name, - ACTIONS(1018), 3, + ACTIONS(1024), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(1000), 3, + STATE(518), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(1523), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2301), 3, + STATE(2605), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1008), 4, + ACTIONS(1014), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(519), 4, - sym_unary_operator, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(2387), 5, + STATE(2578), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -62463,7 +62394,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1012), 8, + ACTIONS(1018), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -62472,75 +62403,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [19153] = 29, + [19078] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1002), 1, + ACTIONS(966), 1, + sym_condition_conversion, + ACTIONS(1383), 1, anon_sym_LPAREN, - ACTIONS(1006), 1, + ACTIONS(1385), 1, anon_sym_LT_LT, - ACTIONS(1010), 1, + ACTIONS(1389), 1, sym_NEW, - ACTIONS(1016), 1, + ACTIONS(1395), 1, sym_based_base, - ACTIONS(1020), 1, + ACTIONS(1399), 1, sym_bit_string_length, - ACTIONS(1022), 1, + ACTIONS(1401), 1, sym_bit_string_base, - ACTIONS(1403), 1, - sym_condition_conversion, - STATE(519), 1, + STATE(610), 1, + sym_sign, + STATE(612), 1, sym_unary_operator, - STATE(746), 1, + STATE(786), 1, sym__direct_name, - STATE(1071), 1, + STATE(1597), 1, sym__abstract_literal, - STATE(1154), 1, + STATE(1684), 1, sym_based_literal, - STATE(1168), 1, + STATE(1689), 1, sym__expression, - STATE(2290), 1, + STATE(2568), 1, + sym_bit_string_literal, + STATE(2579), 1, sym__primary, - STATE(2399), 1, + STATE(2590), 1, sym__literal, - STATE(2429), 1, - sym_bit_string_literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1014), 2, + ACTIONS(1393), 2, sym_decimal_integer, sym_decimal_float, - STATE(1116), 2, + STATE(1631), 2, sym__identifier, sym__external_name, - ACTIONS(1018), 3, + ACTIONS(1397), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(1000), 3, + STATE(519), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(1636), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2301), 3, + STATE(2586), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1008), 4, + ACTIONS(1387), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(520), 4, - sym_sign, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(2387), 5, + STATE(2555), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -62555,7 +62487,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1012), 8, + ACTIONS(1391), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -62564,76 +62496,75 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [19274] = 30, + [19201] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1002), 1, + ACTIONS(988), 1, anon_sym_LPAREN, - ACTIONS(1006), 1, + ACTIONS(992), 1, anon_sym_LT_LT, - ACTIONS(1010), 1, + ACTIONS(996), 1, sym_NEW, - ACTIONS(1016), 1, + ACTIONS(1002), 1, sym_based_base, - ACTIONS(1020), 1, + ACTIONS(1006), 1, sym_bit_string_length, - ACTIONS(1022), 1, + ACTIONS(1008), 1, sym_bit_string_base, - ACTIONS(1403), 1, + ACTIONS(1359), 1, sym_condition_conversion, - STATE(519), 1, - sym_unary_operator, - STATE(520), 1, + STATE(467), 1, sym_sign, - STATE(746), 1, + STATE(744), 1, sym__direct_name, - STATE(1071), 1, + STATE(1063), 1, sym__abstract_literal, - STATE(1154), 1, + STATE(1141), 1, sym_based_literal, - STATE(1205), 1, + STATE(1163), 1, sym__expression, - STATE(2290), 1, - sym__primary, - STATE(2399), 1, + STATE(2350), 1, sym__literal, - STATE(2429), 1, + STATE(2362), 1, + sym__primary, + STATE(2385), 1, sym_bit_string_literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1014), 2, + ACTIONS(1000), 2, sym_decimal_integer, sym_decimal_float, - STATE(1116), 2, + STATE(1027), 2, sym__identifier, sym__external_name, - ACTIONS(1018), 3, + ACTIONS(1004), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(521), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(1000), 3, + STATE(1028), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2301), 3, + STATE(2361), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1008), 4, + ACTIONS(994), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2387), 5, + STATE(520), 4, + sym_unary_operator, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(2296), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -62648,7 +62579,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1012), 8, + ACTIONS(998), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -62657,76 +62588,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [19397] = 30, + [19322] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1002), 1, - anon_sym_LPAREN, - ACTIONS(1006), 1, + ACTIONS(1032), 1, + sym_condition_conversion, + ACTIONS(1070), 1, anon_sym_LT_LT, - ACTIONS(1010), 1, + ACTIONS(1345), 1, + anon_sym_LPAREN, + ACTIONS(1347), 1, sym_NEW, - ACTIONS(1016), 1, + ACTIONS(1353), 1, sym_based_base, - ACTIONS(1020), 1, + ACTIONS(1355), 1, sym_bit_string_length, - ACTIONS(1022), 1, + ACTIONS(1357), 1, sym_bit_string_base, - ACTIONS(1403), 1, - sym_condition_conversion, - STATE(519), 1, + STATE(466), 1, sym_unary_operator, - STATE(520), 1, + STATE(468), 1, sym_sign, - STATE(746), 1, + STATE(823), 1, sym__direct_name, - STATE(1071), 1, + STATE(1522), 1, sym__abstract_literal, - STATE(1154), 1, + STATE(1707), 1, sym_based_literal, - STATE(1221), 1, + STATE(1889), 1, sym__expression, - STATE(2290), 1, + STATE(2598), 1, + sym_bit_string_literal, + STATE(2601), 1, sym__primary, - STATE(2399), 1, + STATE(2610), 1, sym__literal, - STATE(2429), 1, - sym_bit_string_literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1014), 2, + ACTIONS(1351), 2, sym_decimal_integer, sym_decimal_float, - STATE(1116), 2, + STATE(944), 2, sym__identifier, sym__external_name, - ACTIONS(1018), 3, + ACTIONS(1082), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(522), 3, + STATE(521), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1000), 3, + STATE(950), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2301), 3, + STATE(2608), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1008), 4, + ACTIONS(1072), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2387), 5, + STATE(2539), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -62741,7 +62672,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1012), 8, + ACTIONS(1349), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -62750,76 +62681,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [19520] = 30, + [19445] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1002), 1, - anon_sym_LPAREN, - ACTIONS(1006), 1, + ACTIONS(1032), 1, + sym_condition_conversion, + ACTIONS(1070), 1, anon_sym_LT_LT, - ACTIONS(1010), 1, + ACTIONS(1345), 1, + anon_sym_LPAREN, + ACTIONS(1347), 1, sym_NEW, - ACTIONS(1016), 1, + ACTIONS(1353), 1, sym_based_base, - ACTIONS(1020), 1, + ACTIONS(1355), 1, sym_bit_string_length, - ACTIONS(1022), 1, + ACTIONS(1357), 1, sym_bit_string_base, - ACTIONS(1403), 1, - sym_condition_conversion, - STATE(519), 1, + STATE(466), 1, sym_unary_operator, - STATE(520), 1, + STATE(468), 1, sym_sign, - STATE(746), 1, + STATE(823), 1, sym__direct_name, - STATE(1071), 1, + STATE(1522), 1, sym__abstract_literal, - STATE(1154), 1, + STATE(1707), 1, sym_based_literal, - STATE(1180), 1, + STATE(1890), 1, sym__expression, - STATE(2290), 1, + STATE(2598), 1, + sym_bit_string_literal, + STATE(2601), 1, sym__primary, - STATE(2399), 1, + STATE(2610), 1, sym__literal, - STATE(2429), 1, - sym_bit_string_literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1014), 2, + ACTIONS(1351), 2, sym_decimal_integer, sym_decimal_float, - STATE(1116), 2, + STATE(944), 2, sym__identifier, sym__external_name, - ACTIONS(1018), 3, + ACTIONS(1082), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(523), 3, + STATE(522), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1000), 3, + STATE(950), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2301), 3, + STATE(2608), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1008), 4, + ACTIONS(1072), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2387), 5, + STATE(2539), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -62834,7 +62765,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1012), 8, + ACTIONS(1349), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -62843,75 +62774,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [19643] = 29, + [19568] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1004), 1, + ACTIONS(1032), 1, sym_condition_conversion, - ACTIONS(1405), 1, - anon_sym_LPAREN, - ACTIONS(1407), 1, + ACTIONS(1070), 1, anon_sym_LT_LT, - ACTIONS(1411), 1, + ACTIONS(1345), 1, + anon_sym_LPAREN, + ACTIONS(1347), 1, sym_NEW, - ACTIONS(1417), 1, + ACTIONS(1353), 1, sym_based_base, - ACTIONS(1421), 1, + ACTIONS(1355), 1, sym_bit_string_length, - ACTIONS(1423), 1, + ACTIONS(1357), 1, sym_bit_string_base, - STATE(525), 1, + STATE(466), 1, + sym_unary_operator, + STATE(468), 1, sym_sign, - STATE(769), 1, + STATE(823), 1, sym__direct_name, - STATE(1331), 1, + STATE(1522), 1, sym__abstract_literal, - STATE(1445), 1, + STATE(1707), 1, sym_based_literal, - STATE(1451), 1, + STATE(1891), 1, sym__expression, - STATE(2477), 1, + STATE(2598), 1, sym_bit_string_literal, - STATE(2482), 1, + STATE(2601), 1, sym__primary, - STATE(2485), 1, + STATE(2610), 1, sym__literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1415), 2, + ACTIONS(1351), 2, sym_decimal_integer, sym_decimal_float, - STATE(1280), 2, + STATE(944), 2, sym__identifier, sym__external_name, - ACTIONS(1419), 3, + ACTIONS(1082), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(1281), 3, + STATE(523), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(950), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2484), 3, + STATE(2608), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1409), 4, + ACTIONS(1072), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(524), 4, - sym_unary_operator, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(2533), 5, + STATE(2539), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -62926,7 +62858,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1413), 8, + ACTIONS(1349), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -62935,75 +62867,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [19764] = 29, + [19691] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1004), 1, + ACTIONS(1032), 1, sym_condition_conversion, - ACTIONS(1405), 1, - anon_sym_LPAREN, - ACTIONS(1407), 1, + ACTIONS(1070), 1, anon_sym_LT_LT, - ACTIONS(1411), 1, + ACTIONS(1345), 1, + anon_sym_LPAREN, + ACTIONS(1347), 1, sym_NEW, - ACTIONS(1417), 1, + ACTIONS(1353), 1, sym_based_base, - ACTIONS(1421), 1, + ACTIONS(1355), 1, sym_bit_string_length, - ACTIONS(1423), 1, + ACTIONS(1357), 1, sym_bit_string_base, - STATE(524), 1, + STATE(466), 1, sym_unary_operator, - STATE(769), 1, + STATE(468), 1, + sym_sign, + STATE(823), 1, sym__direct_name, - STATE(1331), 1, + STATE(1522), 1, sym__abstract_literal, - STATE(1445), 1, + STATE(1707), 1, sym_based_literal, - STATE(1452), 1, + STATE(1827), 1, sym__expression, - STATE(2477), 1, + STATE(2598), 1, sym_bit_string_literal, - STATE(2482), 1, + STATE(2601), 1, sym__primary, - STATE(2485), 1, + STATE(2610), 1, sym__literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1415), 2, + ACTIONS(1351), 2, sym_decimal_integer, sym_decimal_float, - STATE(1280), 2, + STATE(944), 2, sym__identifier, sym__external_name, - ACTIONS(1419), 3, + ACTIONS(1082), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(1281), 3, + STATE(524), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(950), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2484), 3, + STATE(2608), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1409), 4, + ACTIONS(1072), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(525), 4, - sym_sign, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(2533), 5, + STATE(2539), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -63018,7 +62951,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1413), 8, + ACTIONS(1349), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -63027,76 +62960,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [19885] = 30, + [19814] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1004), 1, - sym_condition_conversion, - ACTIONS(1405), 1, + ACTIONS(1321), 1, anon_sym_LPAREN, - ACTIONS(1407), 1, + ACTIONS(1323), 1, + sym_condition_conversion, + ACTIONS(1325), 1, anon_sym_LT_LT, - ACTIONS(1411), 1, + ACTIONS(1329), 1, sym_NEW, - ACTIONS(1417), 1, + ACTIONS(1335), 1, sym_based_base, - ACTIONS(1421), 1, + ACTIONS(1339), 1, sym_bit_string_length, - ACTIONS(1423), 1, + ACTIONS(1341), 1, sym_bit_string_base, - STATE(524), 1, - sym_unary_operator, - STATE(525), 1, + STATE(701), 1, sym_sign, - STATE(769), 1, + STATE(702), 1, + sym_unary_operator, + STATE(885), 1, sym__direct_name, - STATE(1331), 1, + STATE(2232), 1, sym__abstract_literal, - STATE(1445), 1, - sym_based_literal, - STATE(1453), 1, + STATE(2320), 1, sym__expression, - STATE(2477), 1, + STATE(2409), 1, + sym_based_literal, + STATE(2711), 1, + sym__literal, + STATE(2761), 1, sym_bit_string_literal, - STATE(2482), 1, + STATE(2765), 1, sym__primary, - STATE(2485), 1, - sym__literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1415), 2, + ACTIONS(1333), 2, sym_decimal_integer, sym_decimal_float, - STATE(1280), 2, + STATE(1978), 2, sym__identifier, sym__external_name, - ACTIONS(1419), 3, + ACTIONS(1337), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(526), 3, + STATE(525), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1281), 3, + STATE(1982), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2484), 3, + STATE(2737), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1409), 4, + ACTIONS(1327), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2533), 5, + STATE(2745), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -63111,7 +63044,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1413), 8, + ACTIONS(1331), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -63120,76 +63053,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [20008] = 30, + [19937] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1004), 1, - sym_condition_conversion, - ACTIONS(1405), 1, + ACTIONS(876), 1, anon_sym_LPAREN, - ACTIONS(1407), 1, + ACTIONS(880), 1, anon_sym_LT_LT, - ACTIONS(1411), 1, + ACTIONS(884), 1, sym_NEW, - ACTIONS(1417), 1, + ACTIONS(890), 1, sym_based_base, - ACTIONS(1421), 1, + ACTIONS(894), 1, sym_bit_string_length, - ACTIONS(1423), 1, + ACTIONS(896), 1, sym_bit_string_base, - STATE(524), 1, - sym_unary_operator, - STATE(525), 1, + ACTIONS(1205), 1, + sym_condition_conversion, + STATE(469), 1, sym_sign, - STATE(769), 1, + STATE(470), 1, + sym_unary_operator, + STATE(757), 1, sym__direct_name, STATE(1331), 1, sym__abstract_literal, - STATE(1445), 1, - sym_based_literal, - STATE(1456), 1, + STATE(1504), 1, sym__expression, - STATE(2477), 1, + STATE(1520), 1, + sym_based_literal, + STATE(2518), 1, sym_bit_string_literal, - STATE(2482), 1, + STATE(2519), 1, sym__primary, - STATE(2485), 1, + STATE(2521), 1, sym__literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1415), 2, + ACTIONS(888), 2, sym_decimal_integer, sym_decimal_float, - STATE(1280), 2, + STATE(1358), 2, sym__identifier, sym__external_name, - ACTIONS(1419), 3, + ACTIONS(892), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(527), 3, + STATE(526), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1281), 3, + STATE(1357), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2484), 3, + STATE(2520), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1409), 4, + ACTIONS(882), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2533), 5, + STATE(2476), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -63204,7 +63137,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1413), 8, + ACTIONS(886), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -63213,76 +63146,75 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [20131] = 30, + [20060] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1004), 1, + ACTIONS(762), 1, sym_condition_conversion, - ACTIONS(1405), 1, + ACTIONS(1068), 1, anon_sym_LPAREN, - ACTIONS(1407), 1, + ACTIONS(1070), 1, anon_sym_LT_LT, - ACTIONS(1411), 1, + ACTIONS(1074), 1, sym_NEW, - ACTIONS(1417), 1, + ACTIONS(1080), 1, sym_based_base, - ACTIONS(1421), 1, + ACTIONS(1084), 1, sym_bit_string_length, - ACTIONS(1423), 1, + ACTIONS(1086), 1, sym_bit_string_base, - STATE(524), 1, - sym_unary_operator, - STATE(525), 1, + STATE(506), 1, sym_sign, - STATE(769), 1, + STATE(733), 1, sym__direct_name, - STATE(1331), 1, + STATE(943), 1, sym__abstract_literal, - STATE(1445), 1, - sym_based_literal, - STATE(1457), 1, + STATE(1072), 1, sym__expression, - STATE(2477), 1, - sym_bit_string_literal, - STATE(2482), 1, - sym__primary, - STATE(2485), 1, + STATE(1098), 1, + sym_based_literal, + STATE(2006), 1, sym__literal, + STATE(2012), 1, + sym__primary, + STATE(2014), 1, + sym_bit_string_literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1415), 2, + ACTIONS(1078), 2, sym_decimal_integer, sym_decimal_float, - STATE(1280), 2, + STATE(944), 2, sym__identifier, sym__external_name, - ACTIONS(1419), 3, + ACTIONS(1082), 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(1281), 3, + STATE(950), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2484), 3, + STATE(2011), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1409), 4, + ACTIONS(1072), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2533), 5, + STATE(527), 4, + sym_unary_operator, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(2013), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -63297,7 +63229,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1413), 8, + ACTIONS(1076), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -63306,76 +63238,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [20254] = 30, + [20181] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(265), 1, - sym_condition_conversion, - ACTIONS(736), 1, + ACTIONS(876), 1, anon_sym_LPAREN, - ACTIONS(738), 1, + ACTIONS(880), 1, anon_sym_LT_LT, - ACTIONS(744), 1, + ACTIONS(884), 1, sym_NEW, - ACTIONS(752), 1, + ACTIONS(890), 1, sym_based_base, - ACTIONS(756), 1, + ACTIONS(894), 1, sym_bit_string_length, - ACTIONS(758), 1, + ACTIONS(896), 1, sym_bit_string_base, - STATE(695), 1, - sym_unary_operator, - STATE(696), 1, + ACTIONS(1205), 1, + sym_condition_conversion, + STATE(469), 1, sym_sign, - STATE(748), 1, + STATE(470), 1, + sym_unary_operator, + STATE(757), 1, sym__direct_name, - STATE(1056), 1, + STATE(1331), 1, sym__abstract_literal, - STATE(1229), 1, - sym_based_literal, - STATE(1517), 1, + STATE(1503), 1, sym__expression, - STATE(2380), 1, + STATE(1520), 1, + sym_based_literal, + STATE(2518), 1, sym_bit_string_literal, - STATE(2383), 1, + STATE(2519), 1, sym__primary, - STATE(2385), 1, + STATE(2521), 1, sym__literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(750), 2, + ACTIONS(888), 2, sym_decimal_integer, sym_decimal_float, - STATE(1077), 2, + STATE(1358), 2, sym__identifier, sym__external_name, - ACTIONS(754), 3, + ACTIONS(892), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(529), 3, + STATE(528), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1078), 3, + STATE(1357), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2384), 3, + STATE(2520), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(740), 4, + ACTIONS(882), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2313), 5, + STATE(2476), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -63390,7 +63322,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(746), 8, + ACTIONS(886), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -63399,67 +63331,67 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [20377] = 30, + [20304] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(762), 1, + ACTIONS(1032), 1, sym_condition_conversion, - ACTIONS(1068), 1, - anon_sym_LPAREN, ACTIONS(1070), 1, anon_sym_LT_LT, - ACTIONS(1074), 1, + ACTIONS(1345), 1, + anon_sym_LPAREN, + ACTIONS(1347), 1, sym_NEW, - ACTIONS(1080), 1, + ACTIONS(1353), 1, sym_based_base, - ACTIONS(1084), 1, + ACTIONS(1355), 1, sym_bit_string_length, - ACTIONS(1086), 1, + ACTIONS(1357), 1, sym_bit_string_base, - STATE(414), 1, - sym_sign, - STATE(719), 1, + STATE(466), 1, sym_unary_operator, - STATE(733), 1, + STATE(468), 1, + sym_sign, + STATE(823), 1, sym__direct_name, - STATE(965), 1, + STATE(1522), 1, sym__abstract_literal, - STATE(1110), 1, + STATE(1707), 1, sym_based_literal, - STATE(1943), 1, + STATE(1715), 1, + sym__expression, + STATE(2598), 1, sym_bit_string_literal, - STATE(1946), 1, + STATE(2601), 1, sym__primary, - STATE(1948), 1, + STATE(2610), 1, sym__literal, - STATE(2291), 1, - sym__expression, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1078), 2, + ACTIONS(1351), 2, sym_decimal_integer, sym_decimal_float, - STATE(939), 2, + STATE(944), 2, sym__identifier, sym__external_name, ACTIONS(1082), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(530), 3, + STATE(529), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(940), 3, + STATE(950), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(1947), 3, + STATE(2608), 3, sym_name, sym_allocator, sym_parenthesis_expression, @@ -63468,7 +63400,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - STATE(1944), 5, + STATE(2539), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -63483,7 +63415,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1076), 8, + ACTIONS(1349), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -63492,82 +63424,81 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [20500] = 31, + [20427] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(762), 1, - sym_condition_conversion, - ACTIONS(1307), 1, + ACTIONS(876), 1, anon_sym_LPAREN, - ACTIONS(1309), 1, + ACTIONS(880), 1, anon_sym_LT_LT, - ACTIONS(1313), 1, + ACTIONS(884), 1, sym_NEW, - ACTIONS(1319), 1, + ACTIONS(890), 1, sym_based_base, - ACTIONS(1323), 1, + ACTIONS(894), 1, sym_bit_string_length, - ACTIONS(1325), 1, + ACTIONS(896), 1, sym_bit_string_base, - STATE(488), 1, - sym_unary_operator, - STATE(489), 1, + ACTIONS(1205), 1, + sym_condition_conversion, + STATE(469), 1, sym_sign, - STATE(803), 1, + STATE(470), 1, + sym_unary_operator, + STATE(757), 1, sym__direct_name, - STATE(1772), 1, + STATE(1331), 1, sym__abstract_literal, - STATE(2207), 1, - sym_based_literal, - STATE(2464), 1, + STATE(1491), 1, sym__expression, - STATE(2616), 1, - sym__literal, - STATE(2651), 1, + STATE(1520), 1, + sym_based_literal, + STATE(2518), 1, sym_bit_string_literal, - STATE(2653), 1, + STATE(2519), 1, sym__primary, - STATE(2675), 1, - sym_simple_expression, + STATE(2521), 1, + sym__literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1317), 2, + ACTIONS(888), 2, sym_decimal_integer, sym_decimal_float, - STATE(1796), 2, + STATE(1358), 2, sym__identifier, sym__external_name, - ACTIONS(1321), 3, + ACTIONS(892), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(531), 3, + STATE(530), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1798), 3, + STATE(1357), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2654), 3, + STATE(2520), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1311), 4, + ACTIONS(882), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(1944), 4, + STATE(2476), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, sym_shift_expression, + sym_simple_expression, ACTIONS(273), 8, sym_ABS, sym_AND, @@ -63577,7 +63508,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1315), 8, + ACTIONS(886), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -63586,76 +63517,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [20625] = 30, + [20550] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(762), 1, - sym_condition_conversion, - ACTIONS(1068), 1, + ACTIONS(876), 1, anon_sym_LPAREN, - ACTIONS(1070), 1, + ACTIONS(880), 1, anon_sym_LT_LT, - ACTIONS(1074), 1, + ACTIONS(884), 1, sym_NEW, - ACTIONS(1080), 1, + ACTIONS(890), 1, sym_based_base, - ACTIONS(1084), 1, + ACTIONS(894), 1, sym_bit_string_length, - ACTIONS(1086), 1, + ACTIONS(896), 1, sym_bit_string_base, - STATE(414), 1, + ACTIONS(1205), 1, + sym_condition_conversion, + STATE(469), 1, sym_sign, - STATE(719), 1, + STATE(470), 1, sym_unary_operator, - STATE(733), 1, + STATE(757), 1, sym__direct_name, - STATE(965), 1, + STATE(1331), 1, sym__abstract_literal, - STATE(1110), 1, + STATE(1425), 1, + sym__expression, + STATE(1520), 1, sym_based_literal, - STATE(1943), 1, + STATE(2518), 1, sym_bit_string_literal, - STATE(1946), 1, + STATE(2519), 1, sym__primary, - STATE(1948), 1, + STATE(2521), 1, sym__literal, - STATE(2379), 1, - sym__expression, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1078), 2, + ACTIONS(888), 2, sym_decimal_integer, sym_decimal_float, - STATE(939), 2, + STATE(1358), 2, sym__identifier, sym__external_name, - ACTIONS(1082), 3, + ACTIONS(892), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(532), 3, + STATE(531), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(940), 3, + STATE(1357), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(1947), 3, + STATE(2520), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1072), 4, + ACTIONS(882), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(1944), 5, + STATE(2476), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -63670,7 +63601,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1076), 8, + ACTIONS(886), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -63679,76 +63610,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [20748] = 30, + [20673] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(762), 1, - sym_condition_conversion, - ACTIONS(1068), 1, + ACTIONS(1321), 1, anon_sym_LPAREN, - ACTIONS(1070), 1, + ACTIONS(1323), 1, + sym_condition_conversion, + ACTIONS(1325), 1, anon_sym_LT_LT, - ACTIONS(1074), 1, + ACTIONS(1329), 1, sym_NEW, - ACTIONS(1080), 1, + ACTIONS(1335), 1, sym_based_base, - ACTIONS(1084), 1, + ACTIONS(1339), 1, sym_bit_string_length, - ACTIONS(1086), 1, + ACTIONS(1341), 1, sym_bit_string_base, - STATE(414), 1, + STATE(701), 1, sym_sign, - STATE(719), 1, + STATE(702), 1, sym_unary_operator, - STATE(733), 1, + STATE(885), 1, sym__direct_name, - STATE(965), 1, + STATE(2232), 1, sym__abstract_literal, - STATE(1110), 1, + STATE(2321), 1, + sym__expression, + STATE(2409), 1, sym_based_literal, - STATE(1943), 1, + STATE(2711), 1, + sym__literal, + STATE(2761), 1, sym_bit_string_literal, - STATE(1946), 1, + STATE(2765), 1, sym__primary, - STATE(1948), 1, - sym__literal, - STATE(2381), 1, - sym__expression, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1078), 2, + ACTIONS(1333), 2, sym_decimal_integer, sym_decimal_float, - STATE(939), 2, + STATE(1978), 2, sym__identifier, sym__external_name, - ACTIONS(1082), 3, + ACTIONS(1337), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(533), 3, + STATE(532), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(940), 3, + STATE(1982), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(1947), 3, + STATE(2737), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1072), 4, + ACTIONS(1327), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(1944), 5, + STATE(2745), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -63763,7 +63694,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1076), 8, + ACTIONS(1331), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -63772,38 +63703,38 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [20871] = 30, + [20796] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(411), 1, - anon_sym_LPAREN, - ACTIONS(413), 1, - sym_condition_conversion, - ACTIONS(415), 1, + ACTIONS(856), 1, anon_sym_LT_LT, - ACTIONS(423), 1, + ACTIONS(860), 1, sym_NEW, - ACTIONS(433), 1, + ACTIONS(866), 1, sym_based_base, - ACTIONS(437), 1, + ACTIONS(870), 1, sym_bit_string_length, - ACTIONS(439), 1, + ACTIONS(872), 1, sym_bit_string_base, - STATE(704), 1, - sym_unary_operator, - STATE(705), 1, + ACTIONS(986), 1, + anon_sym_LPAREN, + ACTIONS(1403), 1, + sym_condition_conversion, + STATE(667), 1, sym_sign, - STATE(777), 1, + STATE(668), 1, + sym_unary_operator, + STATE(772), 1, sym__direct_name, - STATE(1408), 1, + STATE(1374), 1, sym__abstract_literal, - STATE(1627), 1, + STATE(1477), 1, sym_based_literal, - STATE(1630), 1, + STATE(1542), 1, sym__expression, STATE(2506), 1, sym_bit_string_literal, @@ -63814,21 +63745,21 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(431), 2, + ACTIONS(864), 2, sym_decimal_integer, sym_decimal_float, - STATE(1411), 2, + STATE(1395), 2, sym__identifier, sym__external_name, - ACTIONS(435), 3, + ACTIONS(868), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(534), 3, + STATE(533), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1412), 3, + STATE(1394), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -63836,12 +63767,12 @@ static const uint16_t ts_small_parse_table[] = { sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(417), 4, + ACTIONS(858), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2536), 5, + STATE(2517), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -63856,7 +63787,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(425), 8, + ACTIONS(862), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -63865,38 +63796,38 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [20994] = 30, + [20919] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(411), 1, - anon_sym_LPAREN, - ACTIONS(413), 1, - sym_condition_conversion, - ACTIONS(415), 1, + ACTIONS(856), 1, anon_sym_LT_LT, - ACTIONS(423), 1, + ACTIONS(860), 1, sym_NEW, - ACTIONS(433), 1, + ACTIONS(866), 1, sym_based_base, - ACTIONS(437), 1, + ACTIONS(870), 1, sym_bit_string_length, - ACTIONS(439), 1, + ACTIONS(872), 1, sym_bit_string_base, - STATE(704), 1, - sym_unary_operator, - STATE(705), 1, + ACTIONS(986), 1, + anon_sym_LPAREN, + ACTIONS(1403), 1, + sym_condition_conversion, + STATE(667), 1, sym_sign, - STATE(777), 1, + STATE(668), 1, + sym_unary_operator, + STATE(772), 1, sym__direct_name, - STATE(1408), 1, + STATE(1374), 1, sym__abstract_literal, - STATE(1627), 1, + STATE(1477), 1, sym_based_literal, - STATE(1634), 1, + STATE(1540), 1, sym__expression, STATE(2506), 1, sym_bit_string_literal, @@ -63907,21 +63838,21 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(431), 2, + ACTIONS(864), 2, sym_decimal_integer, sym_decimal_float, - STATE(1411), 2, + STATE(1395), 2, sym__identifier, sym__external_name, - ACTIONS(435), 3, + ACTIONS(868), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(535), 3, + STATE(534), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1412), 3, + STATE(1394), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -63929,12 +63860,12 @@ static const uint16_t ts_small_parse_table[] = { sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(417), 4, + ACTIONS(858), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2536), 5, + STATE(2517), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -63949,7 +63880,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(425), 8, + ACTIONS(862), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -63958,38 +63889,38 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [21117] = 30, + [21042] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(411), 1, - anon_sym_LPAREN, - ACTIONS(413), 1, - sym_condition_conversion, - ACTIONS(415), 1, + ACTIONS(856), 1, anon_sym_LT_LT, - ACTIONS(423), 1, + ACTIONS(860), 1, sym_NEW, - ACTIONS(433), 1, + ACTIONS(866), 1, sym_based_base, - ACTIONS(437), 1, + ACTIONS(870), 1, sym_bit_string_length, - ACTIONS(439), 1, + ACTIONS(872), 1, sym_bit_string_base, - STATE(704), 1, - sym_unary_operator, - STATE(705), 1, + ACTIONS(986), 1, + anon_sym_LPAREN, + ACTIONS(1403), 1, + sym_condition_conversion, + STATE(667), 1, sym_sign, - STATE(777), 1, + STATE(668), 1, + sym_unary_operator, + STATE(772), 1, sym__direct_name, - STATE(1408), 1, + STATE(1374), 1, sym__abstract_literal, - STATE(1627), 1, + STATE(1477), 1, sym_based_literal, - STATE(1635), 1, + STATE(1538), 1, sym__expression, STATE(2506), 1, sym_bit_string_literal, @@ -64000,21 +63931,21 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(431), 2, + ACTIONS(864), 2, sym_decimal_integer, sym_decimal_float, - STATE(1411), 2, + STATE(1395), 2, sym__identifier, sym__external_name, - ACTIONS(435), 3, + ACTIONS(868), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(536), 3, + STATE(535), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1412), 3, + STATE(1394), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -64022,12 +63953,12 @@ static const uint16_t ts_small_parse_table[] = { sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(417), 4, + ACTIONS(858), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2536), 5, + STATE(2517), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -64042,7 +63973,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(425), 8, + ACTIONS(862), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -64051,38 +63982,38 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [21240] = 30, + [21165] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(411), 1, - anon_sym_LPAREN, - ACTIONS(413), 1, - sym_condition_conversion, - ACTIONS(415), 1, + ACTIONS(856), 1, anon_sym_LT_LT, - ACTIONS(423), 1, + ACTIONS(860), 1, sym_NEW, - ACTIONS(433), 1, + ACTIONS(866), 1, sym_based_base, - ACTIONS(437), 1, + ACTIONS(870), 1, sym_bit_string_length, - ACTIONS(439), 1, + ACTIONS(872), 1, sym_bit_string_base, - STATE(704), 1, - sym_unary_operator, - STATE(705), 1, + ACTIONS(986), 1, + anon_sym_LPAREN, + ACTIONS(1403), 1, + sym_condition_conversion, + STATE(667), 1, sym_sign, - STATE(777), 1, + STATE(668), 1, + sym_unary_operator, + STATE(772), 1, sym__direct_name, - STATE(1408), 1, + STATE(1374), 1, sym__abstract_literal, - STATE(1627), 1, + STATE(1477), 1, sym_based_literal, - STATE(1636), 1, + STATE(1496), 1, sym__expression, STATE(2506), 1, sym_bit_string_literal, @@ -64093,21 +64024,21 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(431), 2, + ACTIONS(864), 2, sym_decimal_integer, sym_decimal_float, - STATE(1411), 2, + STATE(1395), 2, sym__identifier, sym__external_name, - ACTIONS(435), 3, + ACTIONS(868), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(537), 3, + STATE(536), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1412), 3, + STATE(1394), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -64115,12 +64046,12 @@ static const uint16_t ts_small_parse_table[] = { sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(417), 4, + ACTIONS(858), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2536), 5, + STATE(2517), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -64135,7 +64066,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(425), 8, + ACTIONS(862), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -64144,82 +64075,80 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [21363] = 31, + [21288] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(762), 1, + ACTIONS(878), 1, sym_condition_conversion, - ACTIONS(1327), 1, + ACTIONS(1405), 1, anon_sym_LPAREN, - ACTIONS(1329), 1, + ACTIONS(1407), 1, anon_sym_LT_LT, - ACTIONS(1333), 1, + ACTIONS(1411), 1, sym_NEW, - ACTIONS(1339), 1, + ACTIONS(1417), 1, sym_based_base, - ACTIONS(1343), 1, + ACTIONS(1421), 1, sym_bit_string_length, - ACTIONS(1345), 1, + ACTIONS(1423), 1, sym_bit_string_base, - STATE(493), 1, - sym_unary_operator, - STATE(494), 1, + STATE(563), 1, sym_sign, - STATE(808), 1, + STATE(821), 1, sym__direct_name, - STATE(1862), 1, + STATE(1776), 1, sym__abstract_literal, - STATE(2224), 1, + STATE(2052), 1, sym_based_literal, - STATE(2466), 1, + STATE(2098), 1, sym__expression, - STATE(2631), 1, - sym_bit_string_literal, - STATE(2649), 1, - sym__primary, - STATE(2663), 1, + STATE(2622), 1, sym__literal, - STATE(2685), 1, - sym_simple_expression, + STATE(2630), 1, + sym__primary, + STATE(2639), 1, + sym_bit_string_literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1337), 2, + ACTIONS(1415), 2, sym_decimal_integer, sym_decimal_float, - STATE(1838), 2, + STATE(1783), 2, sym__identifier, sym__external_name, - ACTIONS(1341), 3, + ACTIONS(1419), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(538), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(1840), 3, + STATE(1784), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2661), 3, + STATE(2626), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1331), 4, + ACTIONS(1409), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(1944), 4, + STATE(537), 4, + sym_unary_operator, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(2657), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, sym_shift_expression, + sym_simple_expression, ACTIONS(273), 8, sym_ABS, sym_AND, @@ -64229,7 +64158,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1335), 8, + ACTIONS(1413), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -64238,76 +64167,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [21488] = 30, + [21409] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(878), 1, + ACTIONS(990), 1, sym_condition_conversion, - ACTIONS(920), 1, + ACTIONS(1207), 1, anon_sym_LPAREN, - ACTIONS(922), 1, + ACTIONS(1209), 1, anon_sym_LT_LT, - ACTIONS(926), 1, + ACTIONS(1213), 1, sym_NEW, - ACTIONS(932), 1, + ACTIONS(1219), 1, sym_based_base, - ACTIONS(936), 1, + ACTIONS(1223), 1, sym_bit_string_length, - ACTIONS(938), 1, + ACTIONS(1225), 1, sym_bit_string_base, - STATE(709), 1, - sym_unary_operator, - STATE(710), 1, + STATE(442), 1, sym_sign, - STATE(868), 1, + STATE(443), 1, + sym_unary_operator, + STATE(766), 1, sym__direct_name, - STATE(2283), 1, + STATE(1313), 1, sym__abstract_literal, - STATE(2422), 1, - sym_based_literal, - STATE(2428), 1, + STATE(1434), 1, sym__expression, - STATE(2756), 1, + STATE(1566), 1, + sym_based_literal, + STATE(2484), 1, sym_bit_string_literal, - STATE(2762), 1, - sym__primary, - STATE(2764), 1, + STATE(2534), 1, sym__literal, + STATE(2536), 1, + sym__primary, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(930), 2, + ACTIONS(1217), 2, sym_decimal_integer, sym_decimal_float, - STATE(1975), 2, + STATE(1324), 2, sym__identifier, sym__external_name, - ACTIONS(934), 3, + ACTIONS(1221), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(539), 3, + STATE(538), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1976), 3, + STATE(1326), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2763), 3, + STATE(2535), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1245), 4, + ACTIONS(1211), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2761), 5, + STATE(2482), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -64322,7 +64251,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(928), 8, + ACTIONS(1215), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -64331,55 +64260,148 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [21611] = 30, + [21532] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(878), 1, + ACTIONS(990), 1, sym_condition_conversion, - ACTIONS(920), 1, + ACTIONS(1207), 1, anon_sym_LPAREN, - ACTIONS(922), 1, + ACTIONS(1209), 1, anon_sym_LT_LT, - ACTIONS(926), 1, + ACTIONS(1213), 1, sym_NEW, - ACTIONS(932), 1, + ACTIONS(1219), 1, sym_based_base, - ACTIONS(936), 1, + ACTIONS(1223), 1, sym_bit_string_length, - ACTIONS(938), 1, + ACTIONS(1225), 1, sym_bit_string_base, - STATE(709), 1, - sym_unary_operator, - STATE(710), 1, + STATE(442), 1, sym_sign, - STATE(868), 1, + STATE(443), 1, + sym_unary_operator, + STATE(766), 1, sym__direct_name, - STATE(2283), 1, + STATE(1313), 1, sym__abstract_literal, - STATE(2319), 1, + STATE(1437), 1, sym__expression, - STATE(2422), 1, + STATE(1566), 1, sym_based_literal, - STATE(2756), 1, + STATE(2484), 1, sym_bit_string_literal, - STATE(2762), 1, + STATE(2534), 1, + sym__literal, + STATE(2536), 1, sym__primary, - STATE(2764), 1, + ACTIONS(267), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1217), 2, + sym_decimal_integer, + sym_decimal_float, + STATE(1324), 2, + sym__identifier, + sym__external_name, + ACTIONS(1221), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, + STATE(539), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(1326), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + STATE(2535), 3, + sym_name, + sym_allocator, + sym_parenthesis_expression, + ACTIONS(1211), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + STATE(2482), 5, + sym_condition_expression, + sym_logical_expression, + sym_relational_expression, + sym_shift_expression, + sym_simple_expression, + ACTIONS(273), 8, + sym_ABS, + sym_AND, + sym_NAND, + sym_NOR, + sym_NOT, + sym_OR, + sym_XNOR, + sym_XOR, + ACTIONS(1215), 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, + [21655] = 30, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(990), 1, + sym_condition_conversion, + ACTIONS(1207), 1, + anon_sym_LPAREN, + ACTIONS(1209), 1, + anon_sym_LT_LT, + ACTIONS(1213), 1, + sym_NEW, + ACTIONS(1219), 1, + sym_based_base, + ACTIONS(1223), 1, + sym_bit_string_length, + ACTIONS(1225), 1, + sym_bit_string_base, + STATE(442), 1, + sym_sign, + STATE(443), 1, + sym_unary_operator, + STATE(766), 1, + sym__direct_name, + STATE(1313), 1, + sym__abstract_literal, + STATE(1438), 1, + sym__expression, + STATE(1566), 1, + sym_based_literal, + STATE(2484), 1, + sym_bit_string_literal, + STATE(2534), 1, sym__literal, + STATE(2536), 1, + sym__primary, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(930), 2, + ACTIONS(1217), 2, sym_decimal_integer, sym_decimal_float, - STATE(1975), 2, + STATE(1324), 2, sym__identifier, sym__external_name, - ACTIONS(934), 3, + ACTIONS(1221), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -64387,20 +64409,20 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1976), 3, + STATE(1326), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2763), 3, + STATE(2535), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1245), 4, + ACTIONS(1211), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2761), 5, + STATE(2482), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -64415,7 +64437,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(928), 8, + ACTIONS(1215), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -64424,55 +64446,55 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [21734] = 30, + [21778] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(878), 1, + ACTIONS(990), 1, sym_condition_conversion, - ACTIONS(920), 1, + ACTIONS(1207), 1, anon_sym_LPAREN, - ACTIONS(922), 1, + ACTIONS(1209), 1, anon_sym_LT_LT, - ACTIONS(926), 1, + ACTIONS(1213), 1, sym_NEW, - ACTIONS(932), 1, + ACTIONS(1219), 1, sym_based_base, - ACTIONS(936), 1, + ACTIONS(1223), 1, sym_bit_string_length, - ACTIONS(938), 1, + ACTIONS(1225), 1, sym_bit_string_base, - STATE(709), 1, - sym_unary_operator, - STATE(710), 1, + STATE(442), 1, sym_sign, - STATE(868), 1, + STATE(443), 1, + sym_unary_operator, + STATE(766), 1, sym__direct_name, - STATE(2283), 1, + STATE(1313), 1, sym__abstract_literal, - STATE(2328), 1, + STATE(1460), 1, sym__expression, - STATE(2422), 1, + STATE(1566), 1, sym_based_literal, - STATE(2756), 1, + STATE(2484), 1, sym_bit_string_literal, - STATE(2762), 1, - sym__primary, - STATE(2764), 1, + STATE(2534), 1, sym__literal, + STATE(2536), 1, + sym__primary, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(930), 2, + ACTIONS(1217), 2, sym_decimal_integer, sym_decimal_float, - STATE(1975), 2, + STATE(1324), 2, sym__identifier, sym__external_name, - ACTIONS(934), 3, + ACTIONS(1221), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -64480,20 +64502,20 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1976), 3, + STATE(1326), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2763), 3, + STATE(2535), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1245), 4, + ACTIONS(1211), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2761), 5, + STATE(2482), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -64508,7 +64530,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(928), 8, + ACTIONS(1215), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -64517,55 +64539,55 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [21857] = 30, + [21901] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(878), 1, - sym_condition_conversion, - ACTIONS(920), 1, + ACTIONS(1277), 1, anon_sym_LPAREN, - ACTIONS(922), 1, + ACTIONS(1279), 1, + sym_condition_conversion, + ACTIONS(1281), 1, anon_sym_LT_LT, - ACTIONS(926), 1, + ACTIONS(1285), 1, sym_NEW, - ACTIONS(932), 1, + ACTIONS(1291), 1, sym_based_base, - ACTIONS(936), 1, + ACTIONS(1295), 1, sym_bit_string_length, - ACTIONS(938), 1, + ACTIONS(1297), 1, sym_bit_string_base, - STATE(709), 1, - sym_unary_operator, - STATE(710), 1, + STATE(675), 1, sym_sign, - STATE(868), 1, + STATE(681), 1, + sym_unary_operator, + STATE(788), 1, sym__direct_name, - STATE(2283), 1, + STATE(1611), 1, sym__abstract_literal, - STATE(2329), 1, + STATE(1879), 1, sym__expression, - STATE(2422), 1, + STATE(1911), 1, sym_based_literal, - STATE(2756), 1, - sym_bit_string_literal, - STATE(2762), 1, + STATE(2548), 1, sym__primary, - STATE(2764), 1, + STATE(2554), 1, sym__literal, + STATE(2566), 1, + sym_bit_string_literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(930), 2, + ACTIONS(1289), 2, sym_decimal_integer, sym_decimal_float, - STATE(1975), 2, + STATE(1639), 2, sym__identifier, sym__external_name, - ACTIONS(934), 3, + ACTIONS(1293), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -64573,20 +64595,20 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1976), 3, + STATE(1647), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2763), 3, + STATE(2553), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1245), 4, + ACTIONS(1283), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2761), 5, + STATE(2541), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -64601,7 +64623,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(928), 8, + ACTIONS(1287), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -64610,55 +64632,55 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [21980] = 30, + [22024] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(265), 1, + ACTIONS(966), 1, sym_condition_conversion, - ACTIONS(736), 1, + ACTIONS(1383), 1, anon_sym_LPAREN, - ACTIONS(738), 1, + ACTIONS(1385), 1, anon_sym_LT_LT, - ACTIONS(744), 1, + ACTIONS(1389), 1, sym_NEW, - ACTIONS(752), 1, + ACTIONS(1395), 1, sym_based_base, - ACTIONS(756), 1, + ACTIONS(1399), 1, sym_bit_string_length, - ACTIONS(758), 1, + ACTIONS(1401), 1, sym_bit_string_base, - STATE(695), 1, - sym_unary_operator, - STATE(696), 1, + STATE(610), 1, sym_sign, - STATE(748), 1, + STATE(612), 1, + sym_unary_operator, + STATE(786), 1, sym__direct_name, - STATE(1056), 1, + STATE(1597), 1, sym__abstract_literal, - STATE(1229), 1, + STATE(1684), 1, sym_based_literal, - STATE(1756), 1, + STATE(1697), 1, sym__expression, - STATE(2380), 1, + STATE(2568), 1, sym_bit_string_literal, - STATE(2383), 1, + STATE(2579), 1, sym__primary, - STATE(2385), 1, + STATE(2590), 1, sym__literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(750), 2, + ACTIONS(1393), 2, sym_decimal_integer, sym_decimal_float, - STATE(1077), 2, + STATE(1631), 2, sym__identifier, sym__external_name, - ACTIONS(754), 3, + ACTIONS(1397), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -64666,20 +64688,20 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1078), 3, + STATE(1636), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2384), 3, + STATE(2586), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(740), 4, + ACTIONS(1387), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2313), 5, + STATE(2555), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -64694,7 +64716,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(746), 8, + ACTIONS(1391), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -64703,57 +64725,55 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [22103] = 31, + [22147] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(762), 1, + ACTIONS(966), 1, sym_condition_conversion, - ACTIONS(920), 1, + ACTIONS(1383), 1, anon_sym_LPAREN, - ACTIONS(922), 1, + ACTIONS(1385), 1, anon_sym_LT_LT, - ACTIONS(926), 1, + ACTIONS(1389), 1, sym_NEW, - ACTIONS(932), 1, + ACTIONS(1395), 1, sym_based_base, - ACTIONS(936), 1, + ACTIONS(1399), 1, sym_bit_string_length, - ACTIONS(938), 1, + ACTIONS(1401), 1, sym_bit_string_base, - STATE(709), 1, - sym_unary_operator, - STATE(710), 1, + STATE(610), 1, sym_sign, - STATE(868), 1, + STATE(612), 1, + sym_unary_operator, + STATE(786), 1, sym__direct_name, - STATE(2283), 1, + STATE(1597), 1, sym__abstract_literal, - STATE(2422), 1, + STATE(1684), 1, sym_based_literal, - STATE(2468), 1, + STATE(1696), 1, sym__expression, - STATE(2756), 1, + STATE(2568), 1, sym_bit_string_literal, - STATE(2762), 1, + STATE(2579), 1, sym__primary, - STATE(2764), 1, + STATE(2590), 1, sym__literal, - STATE(2772), 1, - sym_simple_expression, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(930), 2, + ACTIONS(1393), 2, sym_decimal_integer, sym_decimal_float, - STATE(1975), 2, + STATE(1631), 2, sym__identifier, sym__external_name, - ACTIONS(934), 3, + ACTIONS(1397), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -64761,24 +64781,25 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1976), 3, + STATE(1636), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2763), 3, + STATE(2586), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1245), 4, + ACTIONS(1387), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(1944), 4, + STATE(2555), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, sym_shift_expression, + sym_simple_expression, ACTIONS(273), 8, sym_ABS, sym_AND, @@ -64788,7 +64809,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(928), 8, + ACTIONS(1391), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -64797,55 +64818,55 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [22228] = 30, + [22270] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1425), 1, - anon_sym_LPAREN, - ACTIONS(1427), 1, + ACTIONS(966), 1, sym_condition_conversion, - ACTIONS(1429), 1, + ACTIONS(1383), 1, + anon_sym_LPAREN, + ACTIONS(1385), 1, anon_sym_LT_LT, - ACTIONS(1433), 1, + ACTIONS(1389), 1, sym_NEW, - ACTIONS(1439), 1, + ACTIONS(1395), 1, sym_based_base, - ACTIONS(1443), 1, + ACTIONS(1399), 1, sym_bit_string_length, - ACTIONS(1445), 1, + ACTIONS(1401), 1, sym_bit_string_base, - STATE(714), 1, - sym_unary_operator, - STATE(715), 1, + STATE(610), 1, sym_sign, - STATE(820), 1, + STATE(612), 1, + sym_unary_operator, + STATE(786), 1, sym__direct_name, - STATE(1860), 1, + STATE(1597), 1, sym__abstract_literal, - STATE(1927), 1, + STATE(1684), 1, sym_based_literal, - STATE(1931), 1, + STATE(1695), 1, sym__expression, - STATE(2640), 1, + STATE(2568), 1, sym_bit_string_literal, - STATE(2652), 1, - sym__literal, - STATE(2677), 1, + STATE(2579), 1, sym__primary, + STATE(2590), 1, + sym__literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1437), 2, + ACTIONS(1393), 2, sym_decimal_integer, sym_decimal_float, - STATE(1695), 2, + STATE(1631), 2, sym__identifier, sym__external_name, - ACTIONS(1441), 3, + ACTIONS(1397), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -64853,20 +64874,20 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1696), 3, + STATE(1636), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2643), 3, + STATE(2586), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1431), 4, + ACTIONS(1387), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2688), 5, + STATE(2555), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -64881,7 +64902,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1435), 8, + ACTIONS(1391), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -64890,55 +64911,55 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [22351] = 30, + [22393] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1425), 1, - anon_sym_LPAREN, - ACTIONS(1427), 1, + ACTIONS(966), 1, sym_condition_conversion, - ACTIONS(1429), 1, + ACTIONS(1383), 1, + anon_sym_LPAREN, + ACTIONS(1385), 1, anon_sym_LT_LT, - ACTIONS(1433), 1, + ACTIONS(1389), 1, sym_NEW, - ACTIONS(1439), 1, + ACTIONS(1395), 1, sym_based_base, - ACTIONS(1443), 1, + ACTIONS(1399), 1, sym_bit_string_length, - ACTIONS(1445), 1, + ACTIONS(1401), 1, sym_bit_string_base, - STATE(714), 1, - sym_unary_operator, - STATE(715), 1, + STATE(610), 1, sym_sign, - STATE(820), 1, + STATE(612), 1, + sym_unary_operator, + STATE(786), 1, sym__direct_name, - STATE(1860), 1, + STATE(1597), 1, sym__abstract_literal, - STATE(1927), 1, - sym_based_literal, - STATE(1936), 1, + STATE(1675), 1, sym__expression, - STATE(2640), 1, + STATE(1684), 1, + sym_based_literal, + STATE(2568), 1, sym_bit_string_literal, - STATE(2652), 1, - sym__literal, - STATE(2677), 1, + STATE(2579), 1, sym__primary, + STATE(2590), 1, + sym__literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1437), 2, + ACTIONS(1393), 2, sym_decimal_integer, sym_decimal_float, - STATE(1695), 2, + STATE(1631), 2, sym__identifier, sym__external_name, - ACTIONS(1441), 3, + ACTIONS(1397), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -64946,20 +64967,20 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1696), 3, + STATE(1636), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2643), 3, + STATE(2586), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1431), 4, + ACTIONS(1387), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2688), 5, + STATE(2555), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -64974,7 +64995,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1435), 8, + ACTIONS(1391), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -64983,55 +65004,55 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [22474] = 30, + [22516] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1425), 1, + ACTIONS(1277), 1, anon_sym_LPAREN, - ACTIONS(1427), 1, + ACTIONS(1279), 1, sym_condition_conversion, - ACTIONS(1429), 1, + ACTIONS(1281), 1, anon_sym_LT_LT, - ACTIONS(1433), 1, + ACTIONS(1285), 1, sym_NEW, - ACTIONS(1439), 1, + ACTIONS(1291), 1, sym_based_base, - ACTIONS(1443), 1, + ACTIONS(1295), 1, sym_bit_string_length, - ACTIONS(1445), 1, + ACTIONS(1297), 1, sym_bit_string_base, - STATE(714), 1, - sym_unary_operator, - STATE(715), 1, + STATE(675), 1, sym_sign, - STATE(820), 1, + STATE(681), 1, + sym_unary_operator, + STATE(788), 1, sym__direct_name, - STATE(1860), 1, + STATE(1611), 1, sym__abstract_literal, - STATE(1927), 1, - sym_based_literal, - STATE(1937), 1, + STATE(1880), 1, sym__expression, - STATE(2640), 1, - sym_bit_string_literal, - STATE(2652), 1, - sym__literal, - STATE(2677), 1, + STATE(1911), 1, + sym_based_literal, + STATE(2548), 1, sym__primary, + STATE(2554), 1, + sym__literal, + STATE(2566), 1, + sym_bit_string_literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1437), 2, + ACTIONS(1289), 2, sym_decimal_integer, sym_decimal_float, - STATE(1695), 2, + STATE(1639), 2, sym__identifier, sym__external_name, - ACTIONS(1441), 3, + ACTIONS(1293), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -65039,20 +65060,20 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1696), 3, + STATE(1647), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2643), 3, + STATE(2553), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1431), 4, + ACTIONS(1283), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2688), 5, + STATE(2541), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -65067,7 +65088,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1435), 8, + ACTIONS(1287), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -65076,55 +65097,55 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [22597] = 30, + [22639] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1425), 1, + ACTIONS(760), 1, anon_sym_LPAREN, - ACTIONS(1427), 1, - sym_condition_conversion, - ACTIONS(1429), 1, - anon_sym_LT_LT, - ACTIONS(1433), 1, + ACTIONS(768), 1, sym_NEW, - ACTIONS(1439), 1, + ACTIONS(774), 1, sym_based_base, - ACTIONS(1443), 1, + ACTIONS(778), 1, sym_bit_string_length, - ACTIONS(1445), 1, + ACTIONS(780), 1, sym_bit_string_base, - STATE(714), 1, - sym_unary_operator, - STATE(715), 1, + ACTIONS(782), 1, + anon_sym_LT_LT, + ACTIONS(1425), 1, + sym_condition_conversion, + STATE(710), 1, sym_sign, - STATE(820), 1, + STATE(712), 1, + sym_unary_operator, + STATE(723), 1, sym__direct_name, - STATE(1860), 1, + STATE(838), 1, sym__abstract_literal, - STATE(1927), 1, - sym_based_literal, - STATE(1938), 1, + STATE(911), 1, sym__expression, - STATE(2640), 1, - sym_bit_string_literal, - STATE(2652), 1, + STATE(918), 1, + sym_based_literal, + STATE(1429), 1, sym__literal, - STATE(2677), 1, + STATE(1446), 1, sym__primary, + STATE(1458), 1, + sym_bit_string_literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1437), 2, + ACTIONS(772), 2, sym_decimal_integer, sym_decimal_float, - STATE(1695), 2, + STATE(879), 2, sym__identifier, sym__external_name, - ACTIONS(1441), 3, + ACTIONS(786), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -65132,20 +65153,20 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1696), 3, + STATE(881), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2643), 3, + STATE(1440), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1431), 4, + ACTIONS(806), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2688), 5, + STATE(1521), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -65160,7 +65181,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1435), 8, + ACTIONS(770), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -65169,57 +65190,55 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [22720] = 31, + [22762] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(762), 1, - sym_condition_conversion, - ACTIONS(1088), 1, + ACTIONS(760), 1, anon_sym_LPAREN, - ACTIONS(1092), 1, - anon_sym_LT_LT, - ACTIONS(1096), 1, + ACTIONS(768), 1, sym_NEW, - ACTIONS(1102), 1, + ACTIONS(774), 1, sym_based_base, - ACTIONS(1106), 1, + ACTIONS(778), 1, sym_bit_string_length, - ACTIONS(1108), 1, + ACTIONS(780), 1, sym_bit_string_base, - STATE(418), 1, - sym_unary_operator, - STATE(419), 1, + ACTIONS(782), 1, + anon_sym_LT_LT, + ACTIONS(1425), 1, + sym_condition_conversion, + STATE(710), 1, sym_sign, - STATE(873), 1, + STATE(712), 1, + sym_unary_operator, + STATE(723), 1, sym__direct_name, - STATE(1978), 1, + STATE(838), 1, sym__abstract_literal, - STATE(2304), 1, - sym_based_literal, - STATE(2449), 1, + STATE(909), 1, sym__expression, - STATE(2694), 1, - sym__primary, - STATE(2698), 1, + STATE(918), 1, + sym_based_literal, + STATE(1429), 1, sym__literal, - STATE(2751), 1, - sym_simple_expression, - STATE(2758), 1, + STATE(1446), 1, + sym__primary, + STATE(1458), 1, sym_bit_string_literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1100), 2, + ACTIONS(772), 2, sym_decimal_integer, sym_decimal_float, - STATE(2082), 2, + STATE(879), 2, sym__identifier, sym__external_name, - ACTIONS(1104), 3, + ACTIONS(786), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -65227,24 +65246,25 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(2083), 3, + STATE(881), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2697), 3, + STATE(1440), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1094), 4, + ACTIONS(806), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(1944), 4, + STATE(1521), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, sym_shift_expression, + sym_simple_expression, ACTIONS(273), 8, sym_ABS, sym_AND, @@ -65254,7 +65274,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1098), 8, + ACTIONS(770), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -65263,55 +65283,55 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [22845] = 30, + [22885] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(762), 1, - sym_condition_conversion, - ACTIONS(1068), 1, + ACTIONS(760), 1, anon_sym_LPAREN, - ACTIONS(1070), 1, - anon_sym_LT_LT, - ACTIONS(1074), 1, + ACTIONS(768), 1, sym_NEW, - ACTIONS(1080), 1, + ACTIONS(774), 1, sym_based_base, - ACTIONS(1084), 1, + ACTIONS(778), 1, sym_bit_string_length, - ACTIONS(1086), 1, + ACTIONS(780), 1, sym_bit_string_base, - STATE(414), 1, + ACTIONS(782), 1, + anon_sym_LT_LT, + ACTIONS(1425), 1, + sym_condition_conversion, + STATE(710), 1, sym_sign, - STATE(719), 1, + STATE(712), 1, sym_unary_operator, - STATE(733), 1, + STATE(723), 1, sym__direct_name, - STATE(965), 1, + STATE(838), 1, sym__abstract_literal, - STATE(1022), 1, + STATE(905), 1, sym__expression, - STATE(1110), 1, + STATE(918), 1, sym_based_literal, - STATE(1943), 1, - sym_bit_string_literal, - STATE(1946), 1, - sym__primary, - STATE(1948), 1, + STATE(1429), 1, sym__literal, + STATE(1446), 1, + sym__primary, + STATE(1458), 1, + sym_bit_string_literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1078), 2, + ACTIONS(772), 2, sym_decimal_integer, sym_decimal_float, - STATE(939), 2, + STATE(879), 2, sym__identifier, sym__external_name, - ACTIONS(1082), 3, + ACTIONS(786), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -65319,20 +65339,20 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(940), 3, + STATE(881), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(1947), 3, + STATE(1440), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1072), 4, + ACTIONS(806), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(1944), 5, + STATE(1521), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -65347,7 +65367,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1076), 8, + ACTIONS(770), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -65356,55 +65376,55 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [22968] = 30, + [23008] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(762), 1, - sym_condition_conversion, - ACTIONS(1068), 1, + ACTIONS(760), 1, anon_sym_LPAREN, - ACTIONS(1070), 1, - anon_sym_LT_LT, - ACTIONS(1074), 1, + ACTIONS(768), 1, sym_NEW, - ACTIONS(1080), 1, + ACTIONS(774), 1, sym_based_base, - ACTIONS(1084), 1, + ACTIONS(778), 1, sym_bit_string_length, - ACTIONS(1086), 1, + ACTIONS(780), 1, sym_bit_string_base, - STATE(414), 1, + ACTIONS(782), 1, + anon_sym_LT_LT, + ACTIONS(1425), 1, + sym_condition_conversion, + STATE(710), 1, sym_sign, - STATE(719), 1, + STATE(712), 1, sym_unary_operator, - STATE(733), 1, + STATE(723), 1, sym__direct_name, - STATE(965), 1, + STATE(838), 1, sym__abstract_literal, - STATE(1039), 1, + STATE(890), 1, sym__expression, - STATE(1110), 1, + STATE(918), 1, sym_based_literal, - STATE(1943), 1, - sym_bit_string_literal, - STATE(1946), 1, - sym__primary, - STATE(1948), 1, + STATE(1429), 1, sym__literal, + STATE(1446), 1, + sym__primary, + STATE(1458), 1, + sym_bit_string_literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1078), 2, + ACTIONS(772), 2, sym_decimal_integer, sym_decimal_float, - STATE(939), 2, + STATE(879), 2, sym__identifier, sym__external_name, - ACTIONS(1082), 3, + ACTIONS(786), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -65412,20 +65432,20 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(940), 3, + STATE(881), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(1947), 3, + STATE(1440), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1072), 4, + ACTIONS(806), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(1944), 5, + STATE(1521), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -65440,7 +65460,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1076), 8, + ACTIONS(770), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -65449,55 +65469,55 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [23091] = 30, + [23131] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(762), 1, - sym_condition_conversion, - ACTIONS(1068), 1, + ACTIONS(1277), 1, anon_sym_LPAREN, - ACTIONS(1070), 1, + ACTIONS(1279), 1, + sym_condition_conversion, + ACTIONS(1281), 1, anon_sym_LT_LT, - ACTIONS(1074), 1, + ACTIONS(1285), 1, sym_NEW, - ACTIONS(1080), 1, + ACTIONS(1291), 1, sym_based_base, - ACTIONS(1084), 1, + ACTIONS(1295), 1, sym_bit_string_length, - ACTIONS(1086), 1, + ACTIONS(1297), 1, sym_bit_string_base, - STATE(414), 1, + STATE(675), 1, sym_sign, - STATE(719), 1, + STATE(681), 1, sym_unary_operator, - STATE(733), 1, + STATE(788), 1, sym__direct_name, - STATE(965), 1, + STATE(1611), 1, sym__abstract_literal, - STATE(1040), 1, + STATE(1886), 1, sym__expression, - STATE(1110), 1, + STATE(1911), 1, sym_based_literal, - STATE(1943), 1, - sym_bit_string_literal, - STATE(1946), 1, + STATE(2548), 1, sym__primary, - STATE(1948), 1, + STATE(2554), 1, sym__literal, + STATE(2566), 1, + sym_bit_string_literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1078), 2, + ACTIONS(1289), 2, sym_decimal_integer, sym_decimal_float, - STATE(939), 2, + STATE(1639), 2, sym__identifier, sym__external_name, - ACTIONS(1082), 3, + ACTIONS(1293), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -65505,20 +65525,20 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(940), 3, + STATE(1647), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(1947), 3, + STATE(2553), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1072), 4, + ACTIONS(1283), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(1944), 5, + STATE(2541), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -65533,7 +65553,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1076), 8, + ACTIONS(1287), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -65542,55 +65562,55 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [23214] = 30, + [23254] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(762), 1, + ACTIONS(878), 1, sym_condition_conversion, - ACTIONS(1068), 1, + ACTIONS(1405), 1, anon_sym_LPAREN, - ACTIONS(1070), 1, + ACTIONS(1407), 1, anon_sym_LT_LT, - ACTIONS(1074), 1, + ACTIONS(1411), 1, sym_NEW, - ACTIONS(1080), 1, + ACTIONS(1417), 1, sym_based_base, - ACTIONS(1084), 1, + ACTIONS(1421), 1, sym_bit_string_length, - ACTIONS(1086), 1, + ACTIONS(1423), 1, sym_bit_string_base, - STATE(414), 1, - sym_sign, - STATE(719), 1, + STATE(537), 1, sym_unary_operator, - STATE(733), 1, + STATE(563), 1, + sym_sign, + STATE(821), 1, sym__direct_name, - STATE(965), 1, + STATE(1776), 1, sym__abstract_literal, - STATE(1057), 1, - sym__expression, - STATE(1110), 1, + STATE(2052), 1, sym_based_literal, - STATE(1943), 1, - sym_bit_string_literal, - STATE(1946), 1, - sym__primary, - STATE(1948), 1, + STATE(2273), 1, + sym__expression, + STATE(2622), 1, sym__literal, + STATE(2630), 1, + sym__primary, + STATE(2639), 1, + sym_bit_string_literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1078), 2, + ACTIONS(1415), 2, sym_decimal_integer, sym_decimal_float, - STATE(939), 2, + STATE(1783), 2, sym__identifier, sym__external_name, - ACTIONS(1082), 3, + ACTIONS(1419), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -65598,20 +65618,20 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(940), 3, + STATE(1784), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(1947), 3, + STATE(2626), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1072), 4, + ACTIONS(1409), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(1944), 5, + STATE(2657), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -65626,7 +65646,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1076), 8, + ACTIONS(1413), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -65635,57 +65655,55 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [23337] = 31, + [23377] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(762), 1, + ACTIONS(878), 1, sym_condition_conversion, - ACTIONS(1349), 1, + ACTIONS(1405), 1, anon_sym_LPAREN, - ACTIONS(1351), 1, + ACTIONS(1407), 1, anon_sym_LT_LT, - ACTIONS(1355), 1, + ACTIONS(1411), 1, sym_NEW, - ACTIONS(1361), 1, + ACTIONS(1417), 1, sym_based_base, - ACTIONS(1365), 1, + ACTIONS(1421), 1, sym_bit_string_length, - ACTIONS(1367), 1, + ACTIONS(1423), 1, sym_bit_string_base, - STATE(504), 1, + STATE(537), 1, sym_unary_operator, - STATE(505), 1, + STATE(563), 1, sym_sign, - STATE(795), 1, + STATE(821), 1, sym__direct_name, - STATE(1455), 1, + STATE(1776), 1, sym__abstract_literal, - STATE(1683), 1, + STATE(2052), 1, sym_based_literal, - STATE(2465), 1, + STATE(2272), 1, sym__expression, - STATE(2570), 1, - sym_bit_string_literal, - STATE(2574), 1, + STATE(2622), 1, sym__literal, - STATE(2609), 1, - sym_simple_expression, - STATE(2615), 1, + STATE(2630), 1, sym__primary, + STATE(2639), 1, + sym_bit_string_literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1359), 2, + ACTIONS(1415), 2, sym_decimal_integer, sym_decimal_float, - STATE(1661), 2, + STATE(1783), 2, sym__identifier, sym__external_name, - ACTIONS(1363), 3, + ACTIONS(1419), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -65693,24 +65711,25 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1663), 3, + STATE(1784), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2573), 3, + STATE(2626), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1353), 4, + ACTIONS(1409), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(1944), 4, + STATE(2657), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, sym_shift_expression, + sym_simple_expression, ACTIONS(273), 8, sym_ABS, sym_AND, @@ -65720,7 +65739,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1357), 8, + ACTIONS(1413), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -65729,55 +65748,55 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [23462] = 30, + [23500] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(964), 1, + ACTIONS(878), 1, sym_condition_conversion, - ACTIONS(1088), 1, + ACTIONS(1405), 1, anon_sym_LPAREN, - ACTIONS(1092), 1, + ACTIONS(1407), 1, anon_sym_LT_LT, - ACTIONS(1096), 1, + ACTIONS(1411), 1, sym_NEW, - ACTIONS(1102), 1, + ACTIONS(1417), 1, sym_based_base, - ACTIONS(1106), 1, + ACTIONS(1421), 1, sym_bit_string_length, - ACTIONS(1108), 1, + ACTIONS(1423), 1, sym_bit_string_base, - STATE(418), 1, + STATE(537), 1, sym_unary_operator, - STATE(419), 1, + STATE(563), 1, sym_sign, - STATE(873), 1, + STATE(821), 1, sym__direct_name, - STATE(1978), 1, + STATE(1776), 1, sym__abstract_literal, - STATE(2304), 1, + STATE(2052), 1, sym_based_literal, - STATE(2308), 1, + STATE(2271), 1, sym__expression, - STATE(2694), 1, - sym__primary, - STATE(2698), 1, + STATE(2622), 1, sym__literal, - STATE(2758), 1, + STATE(2630), 1, + sym__primary, + STATE(2639), 1, sym_bit_string_literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1100), 2, + ACTIONS(1415), 2, sym_decimal_integer, sym_decimal_float, - STATE(2082), 2, + STATE(1783), 2, sym__identifier, sym__external_name, - ACTIONS(1104), 3, + ACTIONS(1419), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -65785,20 +65804,20 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(2083), 3, + STATE(1784), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2697), 3, + STATE(2626), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1094), 4, + ACTIONS(1409), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2768), 5, + STATE(2657), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -65813,7 +65832,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1098), 8, + ACTIONS(1413), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -65822,55 +65841,55 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [23585] = 30, + [23623] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(964), 1, + ACTIONS(878), 1, sym_condition_conversion, - ACTIONS(1088), 1, + ACTIONS(1405), 1, anon_sym_LPAREN, - ACTIONS(1092), 1, + ACTIONS(1407), 1, anon_sym_LT_LT, - ACTIONS(1096), 1, + ACTIONS(1411), 1, sym_NEW, - ACTIONS(1102), 1, + ACTIONS(1417), 1, sym_based_base, - ACTIONS(1106), 1, + ACTIONS(1421), 1, sym_bit_string_length, - ACTIONS(1108), 1, + ACTIONS(1423), 1, sym_bit_string_base, - STATE(418), 1, + STATE(537), 1, sym_unary_operator, - STATE(419), 1, + STATE(563), 1, sym_sign, - STATE(873), 1, + STATE(821), 1, sym__direct_name, - STATE(1978), 1, + STATE(1776), 1, sym__abstract_literal, - STATE(2304), 1, + STATE(2052), 1, sym_based_literal, - STATE(2321), 1, + STATE(2267), 1, sym__expression, - STATE(2694), 1, - sym__primary, - STATE(2698), 1, + STATE(2622), 1, sym__literal, - STATE(2758), 1, + STATE(2630), 1, + sym__primary, + STATE(2639), 1, sym_bit_string_literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1100), 2, + ACTIONS(1415), 2, sym_decimal_integer, sym_decimal_float, - STATE(2082), 2, + STATE(1783), 2, sym__identifier, sym__external_name, - ACTIONS(1104), 3, + ACTIONS(1419), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -65878,20 +65897,20 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(2083), 3, + STATE(1784), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2697), 3, + STATE(2626), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1094), 4, + ACTIONS(1409), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2768), 5, + STATE(2657), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -65906,7 +65925,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1098), 8, + ACTIONS(1413), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -65915,55 +65934,55 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [23708] = 30, + [23746] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(964), 1, + ACTIONS(1032), 1, sym_condition_conversion, - ACTIONS(1088), 1, - anon_sym_LPAREN, - ACTIONS(1092), 1, + ACTIONS(1070), 1, anon_sym_LT_LT, - ACTIONS(1096), 1, + ACTIONS(1345), 1, + anon_sym_LPAREN, + ACTIONS(1347), 1, sym_NEW, - ACTIONS(1102), 1, + ACTIONS(1353), 1, sym_based_base, - ACTIONS(1106), 1, + ACTIONS(1355), 1, sym_bit_string_length, - ACTIONS(1108), 1, + ACTIONS(1357), 1, sym_bit_string_base, - STATE(418), 1, + STATE(466), 1, sym_unary_operator, - STATE(419), 1, + STATE(468), 1, sym_sign, - STATE(873), 1, + STATE(823), 1, sym__direct_name, - STATE(1978), 1, + STATE(1522), 1, sym__abstract_literal, - STATE(2304), 1, + STATE(1707), 1, sym_based_literal, - STATE(2323), 1, + STATE(1716), 1, sym__expression, - STATE(2694), 1, + STATE(2598), 1, + sym_bit_string_literal, + STATE(2601), 1, sym__primary, - STATE(2698), 1, + STATE(2610), 1, sym__literal, - STATE(2758), 1, - sym_bit_string_literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1100), 2, + ACTIONS(1351), 2, sym_decimal_integer, sym_decimal_float, - STATE(2082), 2, + STATE(944), 2, sym__identifier, sym__external_name, - ACTIONS(1104), 3, + ACTIONS(1082), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -65971,20 +65990,20 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(2083), 3, + STATE(950), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2697), 3, + STATE(2608), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1094), 4, + ACTIONS(1072), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2768), 5, + STATE(2539), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -65999,7 +66018,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1098), 8, + ACTIONS(1349), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -66008,55 +66027,55 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [23831] = 30, + [23869] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(964), 1, - sym_condition_conversion, - ACTIONS(1088), 1, + ACTIONS(1277), 1, anon_sym_LPAREN, - ACTIONS(1092), 1, + ACTIONS(1279), 1, + sym_condition_conversion, + ACTIONS(1281), 1, anon_sym_LT_LT, - ACTIONS(1096), 1, + ACTIONS(1285), 1, sym_NEW, - ACTIONS(1102), 1, + ACTIONS(1291), 1, sym_based_base, - ACTIONS(1106), 1, + ACTIONS(1295), 1, sym_bit_string_length, - ACTIONS(1108), 1, + ACTIONS(1297), 1, sym_bit_string_base, - STATE(418), 1, - sym_unary_operator, - STATE(419), 1, + STATE(675), 1, sym_sign, - STATE(873), 1, + STATE(681), 1, + sym_unary_operator, + STATE(788), 1, sym__direct_name, - STATE(1978), 1, + STATE(1611), 1, sym__abstract_literal, - STATE(2304), 1, - sym_based_literal, - STATE(2324), 1, + STATE(1887), 1, sym__expression, - STATE(2694), 1, + STATE(1911), 1, + sym_based_literal, + STATE(2548), 1, sym__primary, - STATE(2698), 1, + STATE(2554), 1, sym__literal, - STATE(2758), 1, + STATE(2566), 1, sym_bit_string_literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1100), 2, + ACTIONS(1289), 2, sym_decimal_integer, sym_decimal_float, - STATE(2082), 2, + STATE(1639), 2, sym__identifier, sym__external_name, - ACTIONS(1104), 3, + ACTIONS(1293), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -66064,20 +66083,20 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(2083), 3, + STATE(1647), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2697), 3, + STATE(2553), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1094), 4, + ACTIONS(1283), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2768), 5, + STATE(2541), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -66092,7 +66111,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1098), 8, + ACTIONS(1287), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -66101,57 +66120,55 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [23954] = 31, + [23992] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(762), 1, + ACTIONS(854), 1, sym_condition_conversion, - ACTIONS(1203), 1, + ACTIONS(1299), 1, anon_sym_LPAREN, - ACTIONS(1205), 1, + ACTIONS(1301), 1, anon_sym_LT_LT, - ACTIONS(1209), 1, + ACTIONS(1305), 1, sym_NEW, - ACTIONS(1215), 1, + ACTIONS(1311), 1, sym_based_base, - ACTIONS(1219), 1, + ACTIONS(1315), 1, sym_bit_string_length, - ACTIONS(1221), 1, + ACTIONS(1317), 1, sym_bit_string_base, - STATE(428), 1, + STATE(676), 1, sym_unary_operator, - STATE(429), 1, + STATE(693), 1, sym_sign, - STATE(837), 1, + STATE(812), 1, sym__direct_name, - STATE(2014), 1, + STATE(1846), 1, sym__abstract_literal, - STATE(2354), 1, + STATE(1994), 1, sym_based_literal, - STATE(2450), 1, + STATE(2250), 1, sym__expression, - STATE(2707), 1, - sym_simple_expression, - STATE(2737), 1, + STATE(2617), 1, sym_bit_string_literal, - STATE(2740), 1, - sym__primary, - STATE(2742), 1, + STATE(2686), 1, sym__literal, + STATE(2690), 1, + sym__primary, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1213), 2, + ACTIONS(1309), 2, sym_decimal_integer, sym_decimal_float, - STATE(2137), 2, + STATE(1760), 2, sym__identifier, sym__external_name, - ACTIONS(1217), 3, + ACTIONS(1313), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -66159,24 +66176,25 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(2139), 3, + STATE(1761), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2741), 3, + STATE(2689), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1207), 4, + ACTIONS(1303), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(1944), 4, + STATE(2649), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, sym_shift_expression, + sym_simple_expression, ACTIONS(273), 8, sym_ABS, sym_AND, @@ -66186,7 +66204,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1211), 8, + ACTIONS(1307), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -66195,55 +66213,55 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [24079] = 30, + [24115] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1181), 1, - anon_sym_LPAREN, - ACTIONS(1183), 1, + ACTIONS(854), 1, sym_condition_conversion, - ACTIONS(1185), 1, + ACTIONS(1299), 1, + anon_sym_LPAREN, + ACTIONS(1301), 1, anon_sym_LT_LT, - ACTIONS(1189), 1, + ACTIONS(1305), 1, sym_NEW, - ACTIONS(1195), 1, + ACTIONS(1311), 1, sym_based_base, - ACTIONS(1199), 1, + ACTIONS(1315), 1, sym_bit_string_length, - ACTIONS(1201), 1, + ACTIONS(1317), 1, sym_bit_string_base, - STATE(423), 1, + STATE(676), 1, sym_unary_operator, - STATE(424), 1, + STATE(693), 1, sym_sign, - STATE(883), 1, + STATE(812), 1, sym__direct_name, - STATE(2008), 1, + STATE(1846), 1, sym__abstract_literal, - STATE(2337), 1, + STATE(1994), 1, sym_based_literal, - STATE(2342), 1, + STATE(2249), 1, sym__expression, - STATE(2709), 1, + STATE(2617), 1, sym_bit_string_literal, - STATE(2713), 1, - sym__primary, - STATE(2717), 1, + STATE(2686), 1, sym__literal, + STATE(2690), 1, + sym__primary, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1193), 2, + ACTIONS(1309), 2, sym_decimal_integer, sym_decimal_float, - STATE(2106), 2, + STATE(1760), 2, sym__identifier, sym__external_name, - ACTIONS(1197), 3, + ACTIONS(1313), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -66251,20 +66269,20 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(2107), 3, + STATE(1761), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2716), 3, + STATE(2689), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1187), 4, + ACTIONS(1303), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2710), 5, + STATE(2649), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -66279,7 +66297,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1191), 8, + ACTIONS(1307), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -66288,55 +66306,55 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [24202] = 30, + [24238] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1181), 1, - anon_sym_LPAREN, - ACTIONS(1183), 1, + ACTIONS(854), 1, sym_condition_conversion, - ACTIONS(1185), 1, + ACTIONS(1299), 1, + anon_sym_LPAREN, + ACTIONS(1301), 1, anon_sym_LT_LT, - ACTIONS(1189), 1, + ACTIONS(1305), 1, sym_NEW, - ACTIONS(1195), 1, + ACTIONS(1311), 1, sym_based_base, - ACTIONS(1199), 1, + ACTIONS(1315), 1, sym_bit_string_length, - ACTIONS(1201), 1, + ACTIONS(1317), 1, sym_bit_string_base, - STATE(423), 1, + STATE(676), 1, sym_unary_operator, - STATE(424), 1, + STATE(693), 1, sym_sign, - STATE(883), 1, + STATE(812), 1, sym__direct_name, - STATE(2008), 1, + STATE(1846), 1, sym__abstract_literal, - STATE(2337), 1, + STATE(1994), 1, sym_based_literal, - STATE(2347), 1, + STATE(2247), 1, sym__expression, - STATE(2709), 1, + STATE(2617), 1, sym_bit_string_literal, - STATE(2713), 1, - sym__primary, - STATE(2717), 1, + STATE(2686), 1, sym__literal, + STATE(2690), 1, + sym__primary, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1193), 2, + ACTIONS(1309), 2, sym_decimal_integer, sym_decimal_float, - STATE(2106), 2, + STATE(1760), 2, sym__identifier, sym__external_name, - ACTIONS(1197), 3, + ACTIONS(1313), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -66344,20 +66362,20 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(2107), 3, + STATE(1761), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2716), 3, + STATE(2689), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1187), 4, + ACTIONS(1303), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2710), 5, + STATE(2649), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -66372,7 +66390,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1191), 8, + ACTIONS(1307), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -66381,55 +66399,55 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [24325] = 30, + [24361] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1181), 1, - anon_sym_LPAREN, - ACTIONS(1183), 1, + ACTIONS(854), 1, sym_condition_conversion, - ACTIONS(1185), 1, + ACTIONS(1299), 1, + anon_sym_LPAREN, + ACTIONS(1301), 1, anon_sym_LT_LT, - ACTIONS(1189), 1, + ACTIONS(1305), 1, sym_NEW, - ACTIONS(1195), 1, + ACTIONS(1311), 1, sym_based_base, - ACTIONS(1199), 1, + ACTIONS(1315), 1, sym_bit_string_length, - ACTIONS(1201), 1, + ACTIONS(1317), 1, sym_bit_string_base, - STATE(423), 1, + STATE(676), 1, sym_unary_operator, - STATE(424), 1, + STATE(693), 1, sym_sign, - STATE(883), 1, + STATE(812), 1, sym__direct_name, - STATE(2008), 1, + STATE(1846), 1, sym__abstract_literal, - STATE(2337), 1, + STATE(1994), 1, sym_based_literal, - STATE(2348), 1, + STATE(2239), 1, sym__expression, - STATE(2709), 1, + STATE(2617), 1, sym_bit_string_literal, - STATE(2713), 1, - sym__primary, - STATE(2717), 1, + STATE(2686), 1, sym__literal, + STATE(2690), 1, + sym__primary, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1193), 2, + ACTIONS(1309), 2, sym_decimal_integer, sym_decimal_float, - STATE(2106), 2, + STATE(1760), 2, sym__identifier, sym__external_name, - ACTIONS(1197), 3, + ACTIONS(1313), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -66437,20 +66455,20 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(2107), 3, + STATE(1761), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2716), 3, + STATE(2689), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1187), 4, + ACTIONS(1303), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2710), 5, + STATE(2649), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -66465,7 +66483,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1191), 8, + ACTIONS(1307), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -66474,76 +66492,75 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [24448] = 30, + [24484] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1181), 1, - anon_sym_LPAREN, - ACTIONS(1183), 1, + ACTIONS(878), 1, sym_condition_conversion, - ACTIONS(1185), 1, + ACTIONS(1405), 1, + anon_sym_LPAREN, + ACTIONS(1407), 1, anon_sym_LT_LT, - ACTIONS(1189), 1, + ACTIONS(1411), 1, sym_NEW, - ACTIONS(1195), 1, + ACTIONS(1417), 1, sym_based_base, - ACTIONS(1199), 1, + ACTIONS(1421), 1, sym_bit_string_length, - ACTIONS(1201), 1, + ACTIONS(1423), 1, sym_bit_string_base, - STATE(423), 1, + STATE(537), 1, sym_unary_operator, - STATE(424), 1, - sym_sign, - STATE(883), 1, + STATE(821), 1, sym__direct_name, - STATE(2008), 1, + STATE(1776), 1, sym__abstract_literal, - STATE(2337), 1, + STATE(2052), 1, sym_based_literal, - STATE(2349), 1, + STATE(2099), 1, sym__expression, - STATE(2709), 1, - sym_bit_string_literal, - STATE(2713), 1, - sym__primary, - STATE(2717), 1, + STATE(2622), 1, sym__literal, + STATE(2630), 1, + sym__primary, + STATE(2639), 1, + sym_bit_string_literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1193), 2, + ACTIONS(1415), 2, sym_decimal_integer, sym_decimal_float, - STATE(2106), 2, + STATE(1783), 2, sym__identifier, sym__external_name, - ACTIONS(1197), 3, + ACTIONS(1419), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(563), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(2107), 3, + STATE(1784), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2716), 3, + STATE(2626), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1187), 4, + ACTIONS(1409), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2710), 5, + STATE(563), 4, + sym_sign, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(2657), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -66558,7 +66575,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1191), 8, + ACTIONS(1413), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -66567,57 +66584,55 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [24571] = 31, + [24605] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(762), 1, - sym_condition_conversion, - ACTIONS(1369), 1, + ACTIONS(1277), 1, anon_sym_LPAREN, - ACTIONS(1371), 1, + ACTIONS(1279), 1, + sym_condition_conversion, + ACTIONS(1281), 1, anon_sym_LT_LT, - ACTIONS(1375), 1, + ACTIONS(1285), 1, sym_NEW, - ACTIONS(1381), 1, + ACTIONS(1291), 1, sym_based_base, - ACTIONS(1385), 1, + ACTIONS(1295), 1, sym_bit_string_length, - ACTIONS(1387), 1, + ACTIONS(1297), 1, sym_bit_string_base, - STATE(509), 1, - sym_unary_operator, - STATE(510), 1, + STATE(675), 1, sym_sign, - STATE(767), 1, + STATE(681), 1, + sym_unary_operator, + STATE(788), 1, sym__direct_name, - STATE(1289), 1, + STATE(1611), 1, sym__abstract_literal, - STATE(1467), 1, - sym_based_literal, - STATE(2435), 1, + STATE(1874), 1, sym__expression, - STATE(2513), 1, - sym_bit_string_literal, - STATE(2516), 1, + STATE(1911), 1, + sym_based_literal, + STATE(2548), 1, sym__primary, - STATE(2518), 1, + STATE(2554), 1, sym__literal, - STATE(2534), 1, - sym_simple_expression, + STATE(2566), 1, + sym_bit_string_literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1379), 2, + ACTIONS(1289), 2, sym_decimal_integer, sym_decimal_float, - STATE(1240), 2, + STATE(1639), 2, sym__identifier, sym__external_name, - ACTIONS(1383), 3, + ACTIONS(1293), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -66625,24 +66640,25 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1241), 3, + STATE(1647), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2517), 3, + STATE(2553), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1373), 4, + ACTIONS(1283), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(1944), 4, + STATE(2541), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, sym_shift_expression, + sym_simple_expression, ACTIONS(273), 8, sym_ABS, sym_AND, @@ -66652,7 +66668,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1377), 8, + ACTIONS(1287), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -66661,55 +66677,55 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [24696] = 30, + [24728] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1048), 1, - sym_condition_conversion, - ACTIONS(1203), 1, + ACTIONS(1427), 1, anon_sym_LPAREN, - ACTIONS(1205), 1, + ACTIONS(1429), 1, + sym_condition_conversion, + ACTIONS(1431), 1, anon_sym_LT_LT, - ACTIONS(1209), 1, + ACTIONS(1435), 1, sym_NEW, - ACTIONS(1215), 1, + ACTIONS(1441), 1, sym_based_base, - ACTIONS(1219), 1, + ACTIONS(1445), 1, sym_bit_string_length, - ACTIONS(1221), 1, + ACTIONS(1447), 1, sym_bit_string_base, - STATE(428), 1, + STATE(578), 1, sym_unary_operator, - STATE(429), 1, + STATE(603), 1, sym_sign, - STATE(837), 1, + STATE(815), 1, sym__direct_name, - STATE(2014), 1, + STATE(1742), 1, sym__abstract_literal, - STATE(2354), 1, - sym_based_literal, - STATE(2356), 1, + STATE(2227), 1, sym__expression, - STATE(2737), 1, - sym_bit_string_literal, - STATE(2740), 1, - sym__primary, - STATE(2742), 1, + STATE(2234), 1, + sym_based_literal, + STATE(2645), 1, sym__literal, + STATE(2648), 1, + sym__primary, + STATE(2680), 1, + sym_bit_string_literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1213), 2, + ACTIONS(1439), 2, sym_decimal_integer, sym_decimal_float, - STATE(2137), 2, + STATE(1717), 2, sym__identifier, sym__external_name, - ACTIONS(1217), 3, + ACTIONS(1443), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -66717,20 +66733,20 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(2139), 3, + STATE(1683), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2741), 3, + STATE(2646), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1207), 4, + ACTIONS(1433), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2738), 5, + STATE(2652), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -66745,7 +66761,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1211), 8, + ACTIONS(1437), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -66754,55 +66770,55 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [24819] = 30, + [24851] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1048), 1, + ACTIONS(878), 1, sym_condition_conversion, - ACTIONS(1203), 1, + ACTIONS(1405), 1, anon_sym_LPAREN, - ACTIONS(1205), 1, + ACTIONS(1407), 1, anon_sym_LT_LT, - ACTIONS(1209), 1, + ACTIONS(1411), 1, sym_NEW, - ACTIONS(1215), 1, + ACTIONS(1417), 1, sym_based_base, - ACTIONS(1219), 1, + ACTIONS(1421), 1, sym_bit_string_length, - ACTIONS(1221), 1, + ACTIONS(1423), 1, sym_bit_string_base, - STATE(428), 1, + STATE(537), 1, sym_unary_operator, - STATE(429), 1, + STATE(563), 1, sym_sign, - STATE(837), 1, + STATE(821), 1, sym__direct_name, - STATE(2014), 1, + STATE(1776), 1, sym__abstract_literal, - STATE(2354), 1, + STATE(2052), 1, sym_based_literal, - STATE(2362), 1, + STATE(2171), 1, sym__expression, - STATE(2737), 1, - sym_bit_string_literal, - STATE(2740), 1, - sym__primary, - STATE(2742), 1, + STATE(2622), 1, sym__literal, + STATE(2630), 1, + sym__primary, + STATE(2639), 1, + sym_bit_string_literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1213), 2, + ACTIONS(1415), 2, sym_decimal_integer, sym_decimal_float, - STATE(2137), 2, + STATE(1783), 2, sym__identifier, sym__external_name, - ACTIONS(1217), 3, + ACTIONS(1419), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -66810,20 +66826,20 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(2139), 3, + STATE(1784), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2741), 3, + STATE(2626), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1207), 4, + ACTIONS(1409), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2738), 5, + STATE(2657), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -66838,7 +66854,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1211), 8, + ACTIONS(1413), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -66847,55 +66863,55 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [24942] = 30, + [24974] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1048), 1, - sym_condition_conversion, - ACTIONS(1203), 1, + ACTIONS(1427), 1, anon_sym_LPAREN, - ACTIONS(1205), 1, + ACTIONS(1429), 1, + sym_condition_conversion, + ACTIONS(1431), 1, anon_sym_LT_LT, - ACTIONS(1209), 1, + ACTIONS(1435), 1, sym_NEW, - ACTIONS(1215), 1, + ACTIONS(1441), 1, sym_based_base, - ACTIONS(1219), 1, + ACTIONS(1445), 1, sym_bit_string_length, - ACTIONS(1221), 1, + ACTIONS(1447), 1, sym_bit_string_base, - STATE(428), 1, + STATE(578), 1, sym_unary_operator, - STATE(429), 1, + STATE(603), 1, sym_sign, - STATE(837), 1, + STATE(815), 1, sym__direct_name, - STATE(2014), 1, + STATE(1742), 1, sym__abstract_literal, - STATE(2354), 1, - sym_based_literal, - STATE(2363), 1, + STATE(2226), 1, sym__expression, - STATE(2737), 1, - sym_bit_string_literal, - STATE(2740), 1, - sym__primary, - STATE(2742), 1, + STATE(2234), 1, + sym_based_literal, + STATE(2645), 1, sym__literal, + STATE(2648), 1, + sym__primary, + STATE(2680), 1, + sym_bit_string_literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1213), 2, + ACTIONS(1439), 2, sym_decimal_integer, sym_decimal_float, - STATE(2137), 2, + STATE(1717), 2, sym__identifier, sym__external_name, - ACTIONS(1217), 3, + ACTIONS(1443), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -66903,20 +66919,20 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(2139), 3, + STATE(1683), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2741), 3, + STATE(2646), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1207), 4, + ACTIONS(1433), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2738), 5, + STATE(2652), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -66931,7 +66947,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1211), 8, + ACTIONS(1437), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -66940,55 +66956,55 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [25065] = 30, + [25097] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1048), 1, - sym_condition_conversion, - ACTIONS(1203), 1, + ACTIONS(1427), 1, anon_sym_LPAREN, - ACTIONS(1205), 1, + ACTIONS(1429), 1, + sym_condition_conversion, + ACTIONS(1431), 1, anon_sym_LT_LT, - ACTIONS(1209), 1, + ACTIONS(1435), 1, sym_NEW, - ACTIONS(1215), 1, + ACTIONS(1441), 1, sym_based_base, - ACTIONS(1219), 1, + ACTIONS(1445), 1, sym_bit_string_length, - ACTIONS(1221), 1, + ACTIONS(1447), 1, sym_bit_string_base, - STATE(428), 1, + STATE(578), 1, sym_unary_operator, - STATE(429), 1, + STATE(603), 1, sym_sign, - STATE(837), 1, + STATE(815), 1, sym__direct_name, - STATE(2014), 1, + STATE(1742), 1, sym__abstract_literal, - STATE(2354), 1, - sym_based_literal, - STATE(2364), 1, + STATE(2223), 1, sym__expression, - STATE(2737), 1, - sym_bit_string_literal, - STATE(2740), 1, - sym__primary, - STATE(2742), 1, + STATE(2234), 1, + sym_based_literal, + STATE(2645), 1, sym__literal, + STATE(2648), 1, + sym__primary, + STATE(2680), 1, + sym_bit_string_literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1213), 2, + ACTIONS(1439), 2, sym_decimal_integer, sym_decimal_float, - STATE(2137), 2, + STATE(1717), 2, sym__identifier, sym__external_name, - ACTIONS(1217), 3, + ACTIONS(1443), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -66996,20 +67012,20 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(2139), 3, + STATE(1683), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2741), 3, + STATE(2646), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1207), 4, + ACTIONS(1433), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2738), 5, + STATE(2652), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -67024,7 +67040,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1211), 8, + ACTIONS(1437), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -67033,57 +67049,55 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [25188] = 31, + [25220] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(762), 1, + ACTIONS(1427), 1, + anon_sym_LPAREN, + ACTIONS(1429), 1, sym_condition_conversion, - ACTIONS(1070), 1, + ACTIONS(1431), 1, anon_sym_LT_LT, - ACTIONS(1389), 1, - anon_sym_LPAREN, - ACTIONS(1391), 1, + ACTIONS(1435), 1, sym_NEW, - ACTIONS(1397), 1, + ACTIONS(1441), 1, sym_based_base, - ACTIONS(1399), 1, + ACTIONS(1445), 1, sym_bit_string_length, - ACTIONS(1401), 1, + ACTIONS(1447), 1, sym_bit_string_base, - STATE(514), 1, + STATE(578), 1, sym_unary_operator, - STATE(515), 1, + STATE(603), 1, sym_sign, - STATE(822), 1, + STATE(815), 1, sym__direct_name, - STATE(1610), 1, + STATE(1742), 1, sym__abstract_literal, - STATE(1887), 1, - sym_based_literal, - STATE(2437), 1, + STATE(2218), 1, sym__expression, - STATE(2575), 1, - sym_simple_expression, - STATE(2598), 1, - sym_bit_string_literal, - STATE(2599), 1, - sym__primary, - STATE(2601), 1, + STATE(2234), 1, + sym_based_literal, + STATE(2645), 1, sym__literal, + STATE(2648), 1, + sym__primary, + STATE(2680), 1, + sym_bit_string_literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1395), 2, + ACTIONS(1439), 2, sym_decimal_integer, sym_decimal_float, - STATE(939), 2, + STATE(1717), 2, sym__identifier, sym__external_name, - ACTIONS(1082), 3, + ACTIONS(1443), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -67091,24 +67105,25 @@ static const uint16_t ts_small_parse_table[] = { 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(2600), 3, + STATE(2646), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1072), 4, + ACTIONS(1433), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(1944), 4, + STATE(2652), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, sym_shift_expression, + sym_simple_expression, ACTIONS(273), 8, sym_ABS, sym_AND, @@ -67118,7 +67133,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1393), 8, + ACTIONS(1437), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -67127,55 +67142,55 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [25313] = 30, + [25343] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1223), 1, + ACTIONS(1277), 1, anon_sym_LPAREN, - ACTIONS(1225), 1, + ACTIONS(1279), 1, sym_condition_conversion, - ACTIONS(1227), 1, + ACTIONS(1281), 1, anon_sym_LT_LT, - ACTIONS(1231), 1, + ACTIONS(1285), 1, sym_NEW, - ACTIONS(1237), 1, + ACTIONS(1291), 1, sym_based_base, - ACTIONS(1241), 1, + ACTIONS(1295), 1, sym_bit_string_length, - ACTIONS(1243), 1, + ACTIONS(1297), 1, sym_bit_string_base, - STATE(433), 1, - sym_unary_operator, - STATE(434), 1, + STATE(675), 1, sym_sign, - STATE(830), 1, + STATE(681), 1, + sym_unary_operator, + STATE(788), 1, sym__direct_name, - STATE(1678), 1, + STATE(1611), 1, sym__abstract_literal, - STATE(2019), 1, - sym_based_literal, - STATE(2024), 1, + STATE(1892), 1, sym__expression, - STATE(2648), 1, - sym_bit_string_literal, - STATE(2659), 1, + STATE(1911), 1, + sym_based_literal, + STATE(2548), 1, sym__primary, - STATE(2667), 1, + STATE(2554), 1, sym__literal, + STATE(2566), 1, + sym_bit_string_literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1235), 2, + ACTIONS(1289), 2, sym_decimal_integer, sym_decimal_float, - STATE(1876), 2, + STATE(1639), 2, sym__identifier, sym__external_name, - ACTIONS(1239), 3, + ACTIONS(1293), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -67183,20 +67198,20 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1880), 3, + STATE(1647), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2662), 3, + STATE(2553), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1229), 4, + ACTIONS(1283), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2650), 5, + STATE(2541), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -67211,7 +67226,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1233), 8, + ACTIONS(1287), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -67220,55 +67235,55 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [25436] = 30, + [25466] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1223), 1, + ACTIONS(1183), 1, anon_sym_LPAREN, - ACTIONS(1225), 1, + ACTIONS(1185), 1, sym_condition_conversion, - ACTIONS(1227), 1, + ACTIONS(1187), 1, anon_sym_LT_LT, - ACTIONS(1231), 1, + ACTIONS(1191), 1, sym_NEW, - ACTIONS(1237), 1, + ACTIONS(1197), 1, sym_based_base, - ACTIONS(1241), 1, + ACTIONS(1201), 1, sym_bit_string_length, - ACTIONS(1243), 1, + ACTIONS(1203), 1, sym_bit_string_base, - STATE(433), 1, - sym_unary_operator, - STATE(434), 1, + STATE(418), 1, sym_sign, - STATE(830), 1, + STATE(453), 1, + sym_unary_operator, + STATE(845), 1, sym__direct_name, - STATE(1678), 1, + STATE(2214), 1, sym__abstract_literal, - STATE(2019), 1, + STATE(2358), 1, sym_based_literal, - STATE(2035), 1, + STATE(2379), 1, sym__expression, - STATE(2648), 1, - sym_bit_string_literal, - STATE(2659), 1, - sym__primary, - STATE(2667), 1, + STATE(2727), 1, sym__literal, + STATE(2729), 1, + sym__primary, + STATE(2744), 1, + sym_bit_string_literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1235), 2, + ACTIONS(1195), 2, sym_decimal_integer, sym_decimal_float, - STATE(1876), 2, + STATE(2048), 2, sym__identifier, sym__external_name, - ACTIONS(1239), 3, + ACTIONS(1199), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -67276,20 +67291,20 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1880), 3, + STATE(2049), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2662), 3, + STATE(2728), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1229), 4, + ACTIONS(1189), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2650), 5, + STATE(2706), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -67304,7 +67319,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1233), 8, + ACTIONS(1193), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -67313,55 +67328,55 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [25559] = 30, + [25589] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1223), 1, - anon_sym_LPAREN, - ACTIONS(1225), 1, + ACTIONS(878), 1, sym_condition_conversion, - ACTIONS(1227), 1, + ACTIONS(1405), 1, + anon_sym_LPAREN, + ACTIONS(1407), 1, anon_sym_LT_LT, - ACTIONS(1231), 1, + ACTIONS(1411), 1, sym_NEW, - ACTIONS(1237), 1, + ACTIONS(1417), 1, sym_based_base, - ACTIONS(1241), 1, + ACTIONS(1421), 1, sym_bit_string_length, - ACTIONS(1243), 1, + ACTIONS(1423), 1, sym_bit_string_base, - STATE(433), 1, + STATE(537), 1, sym_unary_operator, - STATE(434), 1, + STATE(563), 1, sym_sign, - STATE(830), 1, + STATE(821), 1, sym__direct_name, - STATE(1678), 1, + STATE(1776), 1, sym__abstract_literal, - STATE(2019), 1, + STATE(2052), 1, sym_based_literal, - STATE(2036), 1, + STATE(2180), 1, sym__expression, - STATE(2648), 1, - sym_bit_string_literal, - STATE(2659), 1, - sym__primary, - STATE(2667), 1, + STATE(2622), 1, sym__literal, + STATE(2630), 1, + sym__primary, + STATE(2639), 1, + sym_bit_string_literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1235), 2, + ACTIONS(1415), 2, sym_decimal_integer, sym_decimal_float, - STATE(1876), 2, + STATE(1783), 2, sym__identifier, sym__external_name, - ACTIONS(1239), 3, + ACTIONS(1419), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -67369,20 +67384,20 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1880), 3, + STATE(1784), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2662), 3, + STATE(2626), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1229), 4, + ACTIONS(1409), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2650), 5, + STATE(2657), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -67397,7 +67412,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1233), 8, + ACTIONS(1413), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -67406,55 +67421,55 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [25682] = 30, + [25712] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1223), 1, + ACTIONS(263), 1, anon_sym_LPAREN, - ACTIONS(1225), 1, - sym_condition_conversion, - ACTIONS(1227), 1, - anon_sym_LT_LT, - ACTIONS(1231), 1, + ACTIONS(275), 1, sym_NEW, - ACTIONS(1237), 1, + ACTIONS(285), 1, sym_based_base, - ACTIONS(1241), 1, + ACTIONS(289), 1, sym_bit_string_length, - ACTIONS(1243), 1, + ACTIONS(291), 1, sym_bit_string_base, - STATE(433), 1, + ACTIONS(401), 1, + anon_sym_LT_LT, + ACTIONS(1273), 1, + sym_condition_conversion, + STATE(657), 1, sym_unary_operator, - STATE(434), 1, + STATE(661), 1, sym_sign, - STATE(830), 1, + STATE(736), 1, sym__direct_name, - STATE(1678), 1, + STATE(964), 1, sym__abstract_literal, - STATE(2019), 1, - sym_based_literal, - STATE(2037), 1, + STATE(1043), 1, sym__expression, - STATE(2648), 1, + STATE(1073), 1, + sym_based_literal, + STATE(1984), 1, sym_bit_string_literal, - STATE(2659), 1, + STATE(1990), 1, sym__primary, - STATE(2667), 1, + STATE(1992), 1, sym__literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1235), 2, + ACTIONS(283), 2, sym_decimal_integer, sym_decimal_float, - STATE(1876), 2, + STATE(954), 2, sym__identifier, sym__external_name, - ACTIONS(1239), 3, + ACTIONS(409), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -67462,20 +67477,20 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1880), 3, + STATE(929), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2662), 3, + STATE(1991), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1229), 4, + ACTIONS(403), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2650), 5, + STATE(2224), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -67490,7 +67505,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1233), 8, + ACTIONS(277), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -67499,57 +67514,55 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [25805] = 31, + [25835] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(762), 1, - sym_condition_conversion, - ACTIONS(1405), 1, + ACTIONS(1183), 1, anon_sym_LPAREN, - ACTIONS(1407), 1, + ACTIONS(1185), 1, + sym_condition_conversion, + ACTIONS(1187), 1, anon_sym_LT_LT, - ACTIONS(1411), 1, + ACTIONS(1191), 1, sym_NEW, - ACTIONS(1417), 1, + ACTIONS(1197), 1, sym_based_base, - ACTIONS(1421), 1, + ACTIONS(1201), 1, sym_bit_string_length, - ACTIONS(1423), 1, + ACTIONS(1203), 1, sym_bit_string_base, - STATE(524), 1, - sym_unary_operator, - STATE(525), 1, + STATE(418), 1, sym_sign, - STATE(769), 1, + STATE(453), 1, + sym_unary_operator, + STATE(845), 1, sym__direct_name, - STATE(1331), 1, + STATE(2214), 1, sym__abstract_literal, - STATE(1445), 1, + STATE(2358), 1, sym_based_literal, - STATE(2441), 1, + STATE(2373), 1, sym__expression, - STATE(2477), 1, - sym_bit_string_literal, - STATE(2482), 1, - sym__primary, - STATE(2485), 1, + STATE(2727), 1, sym__literal, - STATE(2498), 1, - sym_simple_expression, + STATE(2729), 1, + sym__primary, + STATE(2744), 1, + sym_bit_string_literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1415), 2, + ACTIONS(1195), 2, sym_decimal_integer, sym_decimal_float, - STATE(1280), 2, + STATE(2048), 2, sym__identifier, sym__external_name, - ACTIONS(1419), 3, + ACTIONS(1199), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -67557,24 +67570,25 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1281), 3, + STATE(2049), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2484), 3, + STATE(2728), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1409), 4, + ACTIONS(1189), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(1944), 4, + STATE(2706), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, sym_shift_expression, + sym_simple_expression, ACTIONS(273), 8, sym_ABS, sym_AND, @@ -67584,7 +67598,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1413), 8, + ACTIONS(1193), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -67593,55 +67607,55 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [25930] = 30, + [25958] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1249), 1, + ACTIONS(1183), 1, anon_sym_LPAREN, - ACTIONS(1251), 1, + ACTIONS(1185), 1, sym_condition_conversion, - ACTIONS(1253), 1, + ACTIONS(1187), 1, anon_sym_LT_LT, - ACTIONS(1257), 1, + ACTIONS(1191), 1, sym_NEW, - ACTIONS(1263), 1, + ACTIONS(1197), 1, sym_based_base, - ACTIONS(1267), 1, + ACTIONS(1201), 1, sym_bit_string_length, - ACTIONS(1269), 1, + ACTIONS(1203), 1, sym_bit_string_base, - STATE(443), 1, - sym_unary_operator, - STATE(444), 1, + STATE(418), 1, sym_sign, - STATE(842), 1, + STATE(453), 1, + sym_unary_operator, + STATE(845), 1, sym__direct_name, - STATE(2054), 1, + STATE(2214), 1, sym__abstract_literal, - STATE(2296), 1, + STATE(2358), 1, sym_based_literal, - STATE(2419), 1, + STATE(2372), 1, sym__expression, - STATE(2735), 1, - sym_bit_string_literal, - STATE(2746), 1, - sym__primary, - STATE(2753), 1, + STATE(2727), 1, sym__literal, + STATE(2729), 1, + sym__primary, + STATE(2744), 1, + sym_bit_string_literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1261), 2, + ACTIONS(1195), 2, sym_decimal_integer, sym_decimal_float, - STATE(2222), 2, + STATE(2048), 2, sym__identifier, sym__external_name, - ACTIONS(1265), 3, + ACTIONS(1199), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -67649,20 +67663,20 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(2223), 3, + STATE(2049), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2752), 3, + STATE(2728), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1255), 4, + ACTIONS(1189), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2734), 5, + STATE(2706), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -67677,7 +67691,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1259), 8, + ACTIONS(1193), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -67686,55 +67700,55 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [26053] = 30, + [26081] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1249), 1, - anon_sym_LPAREN, - ACTIONS(1251), 1, + ACTIONS(762), 1, sym_condition_conversion, - ACTIONS(1253), 1, + ACTIONS(1068), 1, + anon_sym_LPAREN, + ACTIONS(1070), 1, anon_sym_LT_LT, - ACTIONS(1257), 1, + ACTIONS(1074), 1, sym_NEW, - ACTIONS(1263), 1, + ACTIONS(1080), 1, sym_based_base, - ACTIONS(1267), 1, + ACTIONS(1084), 1, sym_bit_string_length, - ACTIONS(1269), 1, + ACTIONS(1086), 1, sym_bit_string_base, - STATE(443), 1, - sym_unary_operator, - STATE(444), 1, + STATE(506), 1, sym_sign, - STATE(842), 1, + STATE(527), 1, + sym_unary_operator, + STATE(733), 1, sym__direct_name, - STATE(2054), 1, + STATE(943), 1, sym__abstract_literal, - STATE(2292), 1, - sym__expression, - STATE(2296), 1, + STATE(1098), 1, sym_based_literal, - STATE(2735), 1, - sym_bit_string_literal, - STATE(2746), 1, - sym__primary, - STATE(2753), 1, + STATE(2006), 1, sym__literal, + STATE(2012), 1, + sym__primary, + STATE(2014), 1, + sym_bit_string_literal, + STATE(2413), 1, + sym__expression, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1261), 2, + ACTIONS(1078), 2, sym_decimal_integer, sym_decimal_float, - STATE(2222), 2, + STATE(944), 2, sym__identifier, sym__external_name, - ACTIONS(1265), 3, + ACTIONS(1082), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -67742,20 +67756,20 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(2223), 3, + STATE(950), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2752), 3, + STATE(2011), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1255), 4, + ACTIONS(1072), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2734), 5, + STATE(2013), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -67770,7 +67784,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1259), 8, + ACTIONS(1076), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -67779,55 +67793,55 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [26176] = 30, + [26204] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1249), 1, + ACTIONS(1183), 1, anon_sym_LPAREN, - ACTIONS(1251), 1, + ACTIONS(1185), 1, sym_condition_conversion, - ACTIONS(1253), 1, + ACTIONS(1187), 1, anon_sym_LT_LT, - ACTIONS(1257), 1, + ACTIONS(1191), 1, sym_NEW, - ACTIONS(1263), 1, + ACTIONS(1197), 1, sym_based_base, - ACTIONS(1267), 1, + ACTIONS(1201), 1, sym_bit_string_length, - ACTIONS(1269), 1, + ACTIONS(1203), 1, sym_bit_string_base, - STATE(443), 1, - sym_unary_operator, - STATE(444), 1, + STATE(418), 1, sym_sign, - STATE(842), 1, + STATE(453), 1, + sym_unary_operator, + STATE(845), 1, sym__direct_name, - STATE(2054), 1, + STATE(2214), 1, sym__abstract_literal, - STATE(2293), 1, + STATE(2353), 1, sym__expression, - STATE(2296), 1, + STATE(2358), 1, sym_based_literal, - STATE(2735), 1, - sym_bit_string_literal, - STATE(2746), 1, - sym__primary, - STATE(2753), 1, + STATE(2727), 1, sym__literal, + STATE(2729), 1, + sym__primary, + STATE(2744), 1, + sym_bit_string_literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1261), 2, + ACTIONS(1195), 2, sym_decimal_integer, sym_decimal_float, - STATE(2222), 2, + STATE(2048), 2, sym__identifier, sym__external_name, - ACTIONS(1265), 3, + ACTIONS(1199), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -67835,20 +67849,20 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(2223), 3, + STATE(2049), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2752), 3, + STATE(2728), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1255), 4, + ACTIONS(1189), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2734), 5, + STATE(2706), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -67863,7 +67877,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1259), 8, + ACTIONS(1193), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -67872,76 +67886,75 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [26299] = 30, + [26327] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1249), 1, + ACTIONS(1427), 1, anon_sym_LPAREN, - ACTIONS(1251), 1, + ACTIONS(1429), 1, sym_condition_conversion, - ACTIONS(1253), 1, + ACTIONS(1431), 1, anon_sym_LT_LT, - ACTIONS(1257), 1, + ACTIONS(1435), 1, sym_NEW, - ACTIONS(1263), 1, + ACTIONS(1441), 1, sym_based_base, - ACTIONS(1267), 1, + ACTIONS(1445), 1, sym_bit_string_length, - ACTIONS(1269), 1, + ACTIONS(1447), 1, sym_bit_string_base, - STATE(443), 1, - sym_unary_operator, - STATE(444), 1, + STATE(603), 1, sym_sign, - STATE(842), 1, + STATE(815), 1, sym__direct_name, - STATE(2054), 1, + STATE(1742), 1, sym__abstract_literal, - STATE(2294), 1, - sym__expression, - STATE(2296), 1, + STATE(2234), 1, sym_based_literal, - STATE(2735), 1, - sym_bit_string_literal, - STATE(2746), 1, - sym__primary, - STATE(2753), 1, + STATE(2243), 1, + sym__expression, + STATE(2645), 1, sym__literal, + STATE(2648), 1, + sym__primary, + STATE(2680), 1, + sym_bit_string_literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1261), 2, + ACTIONS(1439), 2, sym_decimal_integer, sym_decimal_float, - STATE(2222), 2, + STATE(1717), 2, sym__identifier, sym__external_name, - ACTIONS(1265), 3, + ACTIONS(1443), 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(2223), 3, + STATE(1683), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2752), 3, + STATE(2646), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1255), 4, + ACTIONS(1433), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2734), 5, + STATE(578), 4, + sym_unary_operator, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(2652), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -67956,7 +67969,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1259), 8, + ACTIONS(1437), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -67965,76 +67978,75 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [26422] = 30, + [26448] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1271), 1, - anon_sym_LPAREN, - ACTIONS(1273), 1, - sym_condition_conversion, - ACTIONS(1275), 1, + ACTIONS(782), 1, anon_sym_LT_LT, - ACTIONS(1279), 1, + ACTIONS(1030), 1, + anon_sym_LPAREN, + ACTIONS(1034), 1, sym_NEW, - ACTIONS(1285), 1, + ACTIONS(1040), 1, sym_based_base, - ACTIONS(1289), 1, + ACTIONS(1042), 1, sym_bit_string_length, - ACTIONS(1291), 1, + ACTIONS(1044), 1, sym_bit_string_base, - STATE(448), 1, + ACTIONS(1319), 1, + sym_condition_conversion, + STATE(649), 1, sym_unary_operator, - STATE(449), 1, - sym_sign, - STATE(812), 1, + STATE(756), 1, sym__direct_name, - STATE(1769), 1, + STATE(1195), 1, sym__abstract_literal, - STATE(2055), 1, - sym__expression, - STATE(2061), 1, + STATE(1243), 1, sym_based_literal, - STATE(2622), 1, + STATE(1257), 1, + sym__expression, + STATE(2436), 1, sym__primary, - STATE(2627), 1, + STATE(2443), 1, sym__literal, - STATE(2683), 1, + STATE(2453), 1, sym_bit_string_literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1283), 2, + ACTIONS(1038), 2, sym_decimal_integer, sym_decimal_float, - STATE(1825), 2, + STATE(879), 2, sym__identifier, sym__external_name, - ACTIONS(1287), 3, + ACTIONS(786), 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(1687), 3, + STATE(881), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2625), 3, + STATE(2442), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1277), 4, + ACTIONS(806), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2673), 5, + STATE(579), 4, + sym_sign, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(2468), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -68049,7 +68061,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1281), 8, + ACTIONS(1036), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -68058,55 +68070,57 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [26545] = 30, + [26569] = 31, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1271), 1, - anon_sym_LPAREN, - ACTIONS(1273), 1, + ACTIONS(762), 1, sym_condition_conversion, - ACTIONS(1275), 1, + ACTIONS(1363), 1, + anon_sym_LPAREN, + ACTIONS(1365), 1, anon_sym_LT_LT, - ACTIONS(1279), 1, + ACTIONS(1369), 1, sym_NEW, - ACTIONS(1285), 1, + ACTIONS(1375), 1, sym_based_base, - ACTIONS(1289), 1, + ACTIONS(1379), 1, sym_bit_string_length, - ACTIONS(1291), 1, + ACTIONS(1381), 1, sym_bit_string_base, - STATE(448), 1, - sym_unary_operator, - STATE(449), 1, + STATE(652), 1, sym_sign, - STATE(812), 1, + STATE(654), 1, + sym_unary_operator, + STATE(765), 1, sym__direct_name, - STATE(1769), 1, + STATE(1416), 1, sym__abstract_literal, - STATE(2057), 1, - sym__expression, - STATE(2061), 1, + STATE(1431), 1, sym_based_literal, - STATE(2622), 1, - sym__primary, - STATE(2627), 1, + STATE(2447), 1, + sym__expression, + STATE(2488), 1, sym__literal, - STATE(2683), 1, + STATE(2492), 1, + sym__primary, + STATE(2496), 1, sym_bit_string_literal, + STATE(2523), 1, + sym_simple_expression, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1283), 2, + ACTIONS(1373), 2, sym_decimal_integer, sym_decimal_float, - STATE(1825), 2, + STATE(1273), 2, sym__identifier, sym__external_name, - ACTIONS(1287), 3, + ACTIONS(1377), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -68114,25 +68128,24 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1687), 3, + STATE(1275), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2625), 3, + STATE(2489), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1277), 4, + ACTIONS(1367), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2673), 5, + STATE(2013), 4, sym_condition_expression, sym_logical_expression, sym_relational_expression, sym_shift_expression, - sym_simple_expression, ACTIONS(273), 8, sym_ABS, sym_AND, @@ -68142,7 +68155,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1281), 8, + ACTIONS(1371), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -68151,55 +68164,55 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [26668] = 30, + [26694] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1271), 1, - anon_sym_LPAREN, - ACTIONS(1273), 1, + ACTIONS(922), 1, sym_condition_conversion, - ACTIONS(1275), 1, + ACTIONS(1363), 1, + anon_sym_LPAREN, + ACTIONS(1365), 1, anon_sym_LT_LT, - ACTIONS(1279), 1, + ACTIONS(1369), 1, sym_NEW, - ACTIONS(1285), 1, + ACTIONS(1375), 1, sym_based_base, - ACTIONS(1289), 1, + ACTIONS(1379), 1, sym_bit_string_length, - ACTIONS(1291), 1, + ACTIONS(1381), 1, sym_bit_string_base, - STATE(448), 1, - sym_unary_operator, - STATE(449), 1, + STATE(652), 1, sym_sign, - STATE(812), 1, + STATE(654), 1, + sym_unary_operator, + STATE(765), 1, sym__direct_name, - STATE(1769), 1, + STATE(1416), 1, sym__abstract_literal, - STATE(2058), 1, - sym__expression, - STATE(2061), 1, + STATE(1431), 1, sym_based_literal, - STATE(2622), 1, - sym__primary, - STATE(2627), 1, + STATE(1467), 1, + sym__expression, + STATE(2488), 1, sym__literal, - STATE(2683), 1, + STATE(2492), 1, + sym__primary, + STATE(2496), 1, sym_bit_string_literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1283), 2, + ACTIONS(1373), 2, sym_decimal_integer, sym_decimal_float, - STATE(1825), 2, + STATE(1273), 2, sym__identifier, sym__external_name, - ACTIONS(1287), 3, + ACTIONS(1377), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -68207,20 +68220,20 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1687), 3, + STATE(1275), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2625), 3, + STATE(2489), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1277), 4, + ACTIONS(1367), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2673), 5, + STATE(2512), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -68235,7 +68248,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1281), 8, + ACTIONS(1371), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -68244,55 +68257,55 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [26791] = 30, + [26817] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1271), 1, - anon_sym_LPAREN, - ACTIONS(1273), 1, + ACTIONS(878), 1, sym_condition_conversion, - ACTIONS(1275), 1, + ACTIONS(1405), 1, + anon_sym_LPAREN, + ACTIONS(1407), 1, anon_sym_LT_LT, - ACTIONS(1279), 1, + ACTIONS(1411), 1, sym_NEW, - ACTIONS(1285), 1, + ACTIONS(1417), 1, sym_based_base, - ACTIONS(1289), 1, + ACTIONS(1421), 1, sym_bit_string_length, - ACTIONS(1291), 1, + ACTIONS(1423), 1, sym_bit_string_base, - STATE(448), 1, + STATE(537), 1, sym_unary_operator, - STATE(449), 1, + STATE(563), 1, sym_sign, - STATE(812), 1, + STATE(821), 1, sym__direct_name, - STATE(1769), 1, + STATE(1776), 1, sym__abstract_literal, - STATE(2059), 1, - sym__expression, - STATE(2061), 1, + STATE(2052), 1, sym_based_literal, + STATE(2194), 1, + sym__expression, STATE(2622), 1, - sym__primary, - STATE(2627), 1, sym__literal, - STATE(2683), 1, + STATE(2630), 1, + sym__primary, + STATE(2639), 1, sym_bit_string_literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1283), 2, + ACTIONS(1415), 2, sym_decimal_integer, sym_decimal_float, - STATE(1825), 2, + STATE(1783), 2, sym__identifier, sym__external_name, - ACTIONS(1287), 3, + ACTIONS(1419), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -68300,20 +68313,20 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1687), 3, + STATE(1784), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2625), 3, + STATE(2626), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1277), 4, + ACTIONS(1409), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2673), 5, + STATE(2657), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -68328,7 +68341,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1281), 8, + ACTIONS(1413), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -68337,55 +68350,55 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [26914] = 30, + [26940] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(854), 1, + ACTIONS(1048), 1, sym_condition_conversion, - ACTIONS(1307), 1, + ACTIONS(1137), 1, anon_sym_LPAREN, - ACTIONS(1309), 1, + ACTIONS(1141), 1, anon_sym_LT_LT, - ACTIONS(1313), 1, + ACTIONS(1145), 1, sym_NEW, - ACTIONS(1319), 1, + ACTIONS(1151), 1, sym_based_base, - ACTIONS(1323), 1, + ACTIONS(1155), 1, sym_bit_string_length, - ACTIONS(1325), 1, + ACTIONS(1157), 1, sym_bit_string_base, - STATE(488), 1, + STATE(625), 1, sym_unary_operator, - STATE(489), 1, + STATE(630), 1, sym_sign, - STATE(803), 1, + STATE(883), 1, sym__direct_name, - STATE(1772), 1, + STATE(1973), 1, sym__abstract_literal, - STATE(2063), 1, + STATE(2340), 1, sym__expression, - STATE(2207), 1, + STATE(2418), 1, sym_based_literal, - STATE(2616), 1, - sym__literal, - STATE(2651), 1, + STATE(2736), 1, sym_bit_string_literal, - STATE(2653), 1, + STATE(2741), 1, sym__primary, + STATE(2743), 1, + sym__literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1317), 2, + ACTIONS(1149), 2, sym_decimal_integer, sym_decimal_float, - STATE(1796), 2, + STATE(2281), 2, sym__identifier, sym__external_name, - ACTIONS(1321), 3, + ACTIONS(1153), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -68393,20 +68406,20 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1798), 3, + STATE(2282), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2654), 3, + STATE(2742), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1311), 4, + ACTIONS(1143), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2621), 5, + STATE(2738), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -68421,7 +68434,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1315), 8, + ACTIONS(1147), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -68430,55 +68443,55 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [27037] = 30, + [27063] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(854), 1, - sym_condition_conversion, - ACTIONS(1307), 1, + ACTIONS(1251), 1, anon_sym_LPAREN, - ACTIONS(1309), 1, + ACTIONS(1253), 1, + sym_condition_conversion, + ACTIONS(1255), 1, anon_sym_LT_LT, - ACTIONS(1313), 1, + ACTIONS(1259), 1, sym_NEW, - ACTIONS(1319), 1, + ACTIONS(1265), 1, sym_based_base, - ACTIONS(1323), 1, + ACTIONS(1269), 1, sym_bit_string_length, - ACTIONS(1325), 1, + ACTIONS(1271), 1, sym_bit_string_base, - STATE(488), 1, - sym_unary_operator, - STATE(489), 1, + STATE(635), 1, sym_sign, - STATE(803), 1, + STATE(671), 1, + sym_unary_operator, + STATE(820), 1, sym__direct_name, - STATE(1772), 1, + STATE(1888), 1, sym__abstract_literal, - STATE(2067), 1, - sym__expression, - STATE(2207), 1, + STATE(1935), 1, sym_based_literal, - STATE(2616), 1, - sym__literal, + STATE(2025), 1, + sym__expression, STATE(2651), 1, - sym_bit_string_literal, - STATE(2653), 1, sym__primary, + STATE(2670), 1, + sym_bit_string_literal, + STATE(2673), 1, + sym__literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1317), 2, + ACTIONS(1263), 2, sym_decimal_integer, sym_decimal_float, - STATE(1796), 2, + STATE(1870), 2, sym__identifier, sym__external_name, - ACTIONS(1321), 3, + ACTIONS(1267), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -68486,20 +68499,20 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1798), 3, + STATE(1872), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2654), 3, + STATE(2663), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1311), 4, + ACTIONS(1257), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2621), 5, + STATE(2654), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -68514,7 +68527,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1315), 8, + ACTIONS(1261), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -68523,55 +68536,55 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [27160] = 30, + [27186] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(854), 1, - sym_condition_conversion, - ACTIONS(1307), 1, + ACTIONS(1251), 1, anon_sym_LPAREN, - ACTIONS(1309), 1, + ACTIONS(1253), 1, + sym_condition_conversion, + ACTIONS(1255), 1, anon_sym_LT_LT, - ACTIONS(1313), 1, + ACTIONS(1259), 1, sym_NEW, - ACTIONS(1319), 1, + ACTIONS(1265), 1, sym_based_base, - ACTIONS(1323), 1, + ACTIONS(1269), 1, sym_bit_string_length, - ACTIONS(1325), 1, + ACTIONS(1271), 1, sym_bit_string_base, - STATE(488), 1, - sym_unary_operator, - STATE(489), 1, + STATE(635), 1, sym_sign, - STATE(803), 1, + STATE(671), 1, + sym_unary_operator, + STATE(820), 1, sym__direct_name, - STATE(1772), 1, + STATE(1888), 1, sym__abstract_literal, - STATE(2068), 1, - sym__expression, - STATE(2207), 1, + STATE(1935), 1, sym_based_literal, - STATE(2616), 1, - sym__literal, + STATE(2032), 1, + sym__expression, STATE(2651), 1, - sym_bit_string_literal, - STATE(2653), 1, sym__primary, + STATE(2670), 1, + sym_bit_string_literal, + STATE(2673), 1, + sym__literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1317), 2, + ACTIONS(1263), 2, sym_decimal_integer, sym_decimal_float, - STATE(1796), 2, + STATE(1870), 2, sym__identifier, sym__external_name, - ACTIONS(1321), 3, + ACTIONS(1267), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -68579,20 +68592,20 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1798), 3, + STATE(1872), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2654), 3, + STATE(2663), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1311), 4, + ACTIONS(1257), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2621), 5, + STATE(2654), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -68607,7 +68620,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1315), 8, + ACTIONS(1261), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -68616,55 +68629,55 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [27283] = 30, + [27309] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(854), 1, - sym_condition_conversion, - ACTIONS(1307), 1, + ACTIONS(1251), 1, anon_sym_LPAREN, - ACTIONS(1309), 1, + ACTIONS(1253), 1, + sym_condition_conversion, + ACTIONS(1255), 1, anon_sym_LT_LT, - ACTIONS(1313), 1, + ACTIONS(1259), 1, sym_NEW, - ACTIONS(1319), 1, + ACTIONS(1265), 1, sym_based_base, - ACTIONS(1323), 1, + ACTIONS(1269), 1, sym_bit_string_length, - ACTIONS(1325), 1, + ACTIONS(1271), 1, sym_bit_string_base, - STATE(488), 1, - sym_unary_operator, - STATE(489), 1, + STATE(635), 1, sym_sign, - STATE(803), 1, + STATE(671), 1, + sym_unary_operator, + STATE(820), 1, sym__direct_name, - STATE(1772), 1, + STATE(1888), 1, sym__abstract_literal, - STATE(2069), 1, - sym__expression, - STATE(2207), 1, + STATE(1935), 1, sym_based_literal, - STATE(2616), 1, - sym__literal, + STATE(2028), 1, + sym__expression, STATE(2651), 1, - sym_bit_string_literal, - STATE(2653), 1, sym__primary, + STATE(2670), 1, + sym_bit_string_literal, + STATE(2673), 1, + sym__literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1317), 2, + ACTIONS(1263), 2, sym_decimal_integer, sym_decimal_float, - STATE(1796), 2, + STATE(1870), 2, sym__identifier, sym__external_name, - ACTIONS(1321), 3, + ACTIONS(1267), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -68672,20 +68685,20 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1798), 3, + STATE(1872), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2654), 3, + STATE(2663), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1311), 4, + ACTIONS(1257), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2621), 5, + STATE(2654), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -68700,7 +68713,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1315), 8, + ACTIONS(1261), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -68709,55 +68722,55 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [27406] = 30, + [27432] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(942), 1, - sym_condition_conversion, - ACTIONS(1327), 1, + ACTIONS(1251), 1, anon_sym_LPAREN, - ACTIONS(1329), 1, + ACTIONS(1253), 1, + sym_condition_conversion, + ACTIONS(1255), 1, anon_sym_LT_LT, - ACTIONS(1333), 1, + ACTIONS(1259), 1, sym_NEW, - ACTIONS(1339), 1, + ACTIONS(1265), 1, sym_based_base, - ACTIONS(1343), 1, + ACTIONS(1269), 1, sym_bit_string_length, - ACTIONS(1345), 1, + ACTIONS(1271), 1, sym_bit_string_base, - STATE(493), 1, - sym_unary_operator, - STATE(494), 1, + STATE(635), 1, sym_sign, - STATE(808), 1, + STATE(671), 1, + sym_unary_operator, + STATE(820), 1, sym__direct_name, - STATE(1862), 1, + STATE(1888), 1, sym__abstract_literal, - STATE(2076), 1, - sym__expression, - STATE(2224), 1, + STATE(1935), 1, sym_based_literal, - STATE(2631), 1, - sym_bit_string_literal, - STATE(2649), 1, + STATE(2027), 1, + sym__expression, + STATE(2651), 1, sym__primary, - STATE(2663), 1, + STATE(2670), 1, + sym_bit_string_literal, + STATE(2673), 1, sym__literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1337), 2, + ACTIONS(1263), 2, sym_decimal_integer, sym_decimal_float, - STATE(1838), 2, + STATE(1870), 2, sym__identifier, sym__external_name, - ACTIONS(1341), 3, + ACTIONS(1267), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -68765,20 +68778,20 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1840), 3, + STATE(1872), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2661), 3, + STATE(2663), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1331), 4, + ACTIONS(1257), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2681), 5, + STATE(2654), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -68793,7 +68806,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1335), 8, + ACTIONS(1261), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -68802,55 +68815,55 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [27529] = 30, + [27555] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(942), 1, - sym_condition_conversion, - ACTIONS(1327), 1, + ACTIONS(1251), 1, anon_sym_LPAREN, - ACTIONS(1329), 1, + ACTIONS(1253), 1, + sym_condition_conversion, + ACTIONS(1255), 1, anon_sym_LT_LT, - ACTIONS(1333), 1, + ACTIONS(1259), 1, sym_NEW, - ACTIONS(1339), 1, + ACTIONS(1265), 1, sym_based_base, - ACTIONS(1343), 1, + ACTIONS(1269), 1, sym_bit_string_length, - ACTIONS(1345), 1, + ACTIONS(1271), 1, sym_bit_string_base, - STATE(493), 1, - sym_unary_operator, - STATE(494), 1, + STATE(635), 1, sym_sign, - STATE(808), 1, + STATE(671), 1, + sym_unary_operator, + STATE(820), 1, sym__direct_name, - STATE(1862), 1, + STATE(1888), 1, sym__abstract_literal, - STATE(2077), 1, - sym__expression, - STATE(2224), 1, + STATE(1935), 1, sym_based_literal, - STATE(2631), 1, - sym_bit_string_literal, - STATE(2649), 1, + STATE(2038), 1, + sym__expression, + STATE(2651), 1, sym__primary, - STATE(2663), 1, + STATE(2670), 1, + sym_bit_string_literal, + STATE(2673), 1, sym__literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1337), 2, + ACTIONS(1263), 2, sym_decimal_integer, sym_decimal_float, - STATE(1838), 2, + STATE(1870), 2, sym__identifier, sym__external_name, - ACTIONS(1341), 3, + ACTIONS(1267), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -68858,20 +68871,20 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1840), 3, + STATE(1872), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2661), 3, + STATE(2663), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1331), 4, + ACTIONS(1257), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2681), 5, + STATE(2654), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -68886,7 +68899,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1335), 8, + ACTIONS(1261), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -68895,169 +68908,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [27652] = 30, + [27678] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(942), 1, - sym_condition_conversion, - ACTIONS(1327), 1, + ACTIONS(1449), 1, anon_sym_LPAREN, - ACTIONS(1329), 1, - anon_sym_LT_LT, - ACTIONS(1333), 1, - sym_NEW, - ACTIONS(1339), 1, - sym_based_base, - ACTIONS(1343), 1, - sym_bit_string_length, - ACTIONS(1345), 1, - sym_bit_string_base, - STATE(493), 1, - sym_unary_operator, - STATE(494), 1, - sym_sign, - STATE(808), 1, - sym__direct_name, - STATE(1862), 1, - sym__abstract_literal, - STATE(2078), 1, - sym__expression, - STATE(2224), 1, - sym_based_literal, - STATE(2631), 1, - sym_bit_string_literal, - STATE(2649), 1, - sym__primary, - STATE(2663), 1, - sym__literal, - ACTIONS(267), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1337), 2, - sym_decimal_integer, - sym_decimal_float, - STATE(1838), 2, - sym__identifier, - sym__external_name, - ACTIONS(1341), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(589), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(1840), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - STATE(2661), 3, - sym_name, - sym_allocator, - sym_parenthesis_expression, - ACTIONS(1331), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - STATE(2681), 5, - sym_condition_expression, - sym_logical_expression, - sym_relational_expression, - sym_shift_expression, - sym_simple_expression, - ACTIONS(273), 8, - sym_ABS, - sym_AND, - sym_NAND, - sym_NOR, - sym_NOT, - sym_OR, - sym_XNOR, - sym_XOR, - ACTIONS(1335), 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, - [27775] = 30, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(942), 1, + ACTIONS(1451), 1, sym_condition_conversion, - ACTIONS(1327), 1, - anon_sym_LPAREN, - ACTIONS(1329), 1, + ACTIONS(1453), 1, anon_sym_LT_LT, - ACTIONS(1333), 1, + ACTIONS(1457), 1, sym_NEW, - ACTIONS(1339), 1, + ACTIONS(1463), 1, sym_based_base, - ACTIONS(1343), 1, + ACTIONS(1467), 1, sym_bit_string_length, - ACTIONS(1345), 1, + ACTIONS(1469), 1, sym_bit_string_base, - STATE(493), 1, + STATE(714), 1, sym_unary_operator, - STATE(494), 1, + STATE(717), 1, sym_sign, - STATE(808), 1, + STATE(796), 1, sym__direct_name, - STATE(1862), 1, + STATE(1843), 1, sym__abstract_literal, - STATE(2079), 1, + STATE(2002), 1, sym__expression, - STATE(2224), 1, + STATE(2083), 1, sym_based_literal, - STATE(2631), 1, - sym_bit_string_literal, - STATE(2649), 1, - sym__primary, - STATE(2663), 1, + STATE(2619), 1, sym__literal, + STATE(2656), 1, + sym__primary, + STATE(2677), 1, + sym_bit_string_literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1337), 2, + ACTIONS(1461), 2, sym_decimal_integer, sym_decimal_float, - STATE(1838), 2, + STATE(1907), 2, sym__identifier, sym__external_name, - ACTIONS(1341), 3, + ACTIONS(1465), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(590), 3, + STATE(589), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1840), 3, + STATE(1912), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2661), 3, + STATE(2618), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1331), 4, + ACTIONS(1455), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2681), 5, + STATE(2661), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -69072,7 +68992,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1335), 8, + ACTIONS(1459), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -69081,76 +69001,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [27898] = 30, + [27801] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1181), 1, + ACTIONS(1251), 1, anon_sym_LPAREN, - ACTIONS(1183), 1, + ACTIONS(1253), 1, sym_condition_conversion, - ACTIONS(1185), 1, + ACTIONS(1255), 1, anon_sym_LT_LT, - ACTIONS(1189), 1, + ACTIONS(1259), 1, sym_NEW, - ACTIONS(1195), 1, + ACTIONS(1265), 1, sym_based_base, - ACTIONS(1199), 1, + ACTIONS(1269), 1, sym_bit_string_length, - ACTIONS(1201), 1, + ACTIONS(1271), 1, sym_bit_string_base, - STATE(423), 1, - sym_unary_operator, - STATE(424), 1, + STATE(635), 1, sym_sign, - STATE(883), 1, + STATE(671), 1, + sym_unary_operator, + STATE(820), 1, sym__direct_name, - STATE(2008), 1, + STATE(1888), 1, sym__abstract_literal, - STATE(2337), 1, + STATE(1935), 1, sym_based_literal, - STATE(2416), 1, + STATE(2017), 1, sym__expression, - STATE(2709), 1, - sym_bit_string_literal, - STATE(2713), 1, + STATE(2651), 1, sym__primary, - STATE(2717), 1, + STATE(2670), 1, + sym_bit_string_literal, + STATE(2673), 1, sym__literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1193), 2, + ACTIONS(1263), 2, sym_decimal_integer, sym_decimal_float, - STATE(2106), 2, + STATE(1870), 2, sym__identifier, sym__external_name, - ACTIONS(1197), 3, + ACTIONS(1267), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(591), 3, + STATE(590), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(2107), 3, + STATE(1872), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2716), 3, + STATE(2663), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1187), 4, + ACTIONS(1257), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2710), 5, + STATE(2654), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -69165,7 +69085,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1191), 8, + ACTIONS(1261), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -69174,76 +69094,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [28021] = 30, + [27924] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(760), 1, + ACTIONS(1251), 1, anon_sym_LPAREN, - ACTIONS(764), 1, + ACTIONS(1253), 1, + sym_condition_conversion, + ACTIONS(1255), 1, anon_sym_LT_LT, - ACTIONS(768), 1, + ACTIONS(1259), 1, sym_NEW, - ACTIONS(774), 1, + ACTIONS(1265), 1, sym_based_base, - ACTIONS(778), 1, + ACTIONS(1269), 1, sym_bit_string_length, - ACTIONS(780), 1, + ACTIONS(1271), 1, sym_bit_string_base, - ACTIONS(1247), 1, - sym_condition_conversion, - STATE(439), 1, + STATE(635), 1, sym_sign, - STATE(720), 1, + STATE(671), 1, sym_unary_operator, - STATE(721), 1, + STATE(820), 1, sym__direct_name, - STATE(846), 1, + STATE(1888), 1, sym__abstract_literal, - STATE(895), 1, - sym__expression, - STATE(902), 1, + STATE(1935), 1, sym_based_literal, - STATE(1612), 1, - sym_bit_string_literal, - STATE(1620), 1, + STATE(2050), 1, + sym__expression, + STATE(2651), 1, sym__primary, - STATE(1622), 1, + STATE(2670), 1, + sym_bit_string_literal, + STATE(2673), 1, sym__literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(772), 2, + ACTIONS(1263), 2, sym_decimal_integer, sym_decimal_float, - STATE(838), 2, + STATE(1870), 2, sym__identifier, sym__external_name, - ACTIONS(776), 3, + ACTIONS(1267), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(592), 3, + STATE(591), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(840), 3, + STATE(1872), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(1621), 3, + STATE(2663), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(808), 4, + ACTIONS(1257), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(1644), 5, + STATE(2654), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -69258,7 +69178,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(770), 8, + ACTIONS(1261), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -69267,81 +69187,82 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [28144] = 30, + [28047] = 31, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(760), 1, - anon_sym_LPAREN, - ACTIONS(764), 1, + ACTIONS(762), 1, + sym_condition_conversion, + ACTIONS(1070), 1, anon_sym_LT_LT, - ACTIONS(768), 1, + ACTIONS(1345), 1, + anon_sym_LPAREN, + ACTIONS(1347), 1, sym_NEW, - ACTIONS(774), 1, + ACTIONS(1353), 1, sym_based_base, - ACTIONS(778), 1, + ACTIONS(1355), 1, sym_bit_string_length, - ACTIONS(780), 1, + ACTIONS(1357), 1, sym_bit_string_base, - ACTIONS(1247), 1, - sym_condition_conversion, - STATE(439), 1, - sym_sign, - STATE(720), 1, + STATE(466), 1, sym_unary_operator, - STATE(721), 1, + STATE(468), 1, + sym_sign, + STATE(823), 1, sym__direct_name, - STATE(846), 1, + STATE(1522), 1, sym__abstract_literal, - STATE(898), 1, - sym__expression, - STATE(902), 1, + STATE(1707), 1, sym_based_literal, - STATE(1612), 1, + STATE(2439), 1, + sym__expression, + STATE(2550), 1, + sym_simple_expression, + STATE(2598), 1, sym_bit_string_literal, - STATE(1620), 1, + STATE(2601), 1, sym__primary, - STATE(1622), 1, + STATE(2610), 1, sym__literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(772), 2, + ACTIONS(1351), 2, sym_decimal_integer, sym_decimal_float, - STATE(838), 2, + STATE(944), 2, sym__identifier, sym__external_name, - ACTIONS(776), 3, + ACTIONS(1082), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(593), 3, + STATE(592), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(840), 3, + STATE(950), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(1621), 3, + STATE(2608), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(808), 4, + ACTIONS(1072), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(1644), 5, + STATE(2013), 4, sym_condition_expression, sym_logical_expression, sym_relational_expression, sym_shift_expression, - sym_simple_expression, ACTIONS(273), 8, sym_ABS, sym_AND, @@ -69351,7 +69272,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(770), 8, + ACTIONS(1349), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -69360,76 +69281,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [28267] = 30, + [28172] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(760), 1, + ACTIONS(898), 1, anon_sym_LPAREN, - ACTIONS(764), 1, + ACTIONS(900), 1, + sym_condition_conversion, + ACTIONS(902), 1, anon_sym_LT_LT, - ACTIONS(768), 1, + ACTIONS(906), 1, sym_NEW, - ACTIONS(774), 1, + ACTIONS(912), 1, sym_based_base, - ACTIONS(778), 1, + ACTIONS(916), 1, sym_bit_string_length, - ACTIONS(780), 1, + ACTIONS(918), 1, sym_bit_string_base, - ACTIONS(1247), 1, - sym_condition_conversion, - STATE(439), 1, + STATE(663), 1, sym_sign, - STATE(720), 1, + STATE(685), 1, sym_unary_operator, - STATE(721), 1, + STATE(882), 1, sym__direct_name, - STATE(846), 1, + STATE(2170), 1, sym__abstract_literal, - STATE(902), 1, - sym_based_literal, - STATE(919), 1, + STATE(2322), 1, sym__expression, - STATE(1612), 1, - sym_bit_string_literal, - STATE(1620), 1, + STATE(2405), 1, + sym_based_literal, + STATE(2702), 1, sym__primary, - STATE(1622), 1, + STATE(2705), 1, sym__literal, + STATE(2770), 1, + sym_bit_string_literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(772), 2, + ACTIONS(910), 2, sym_decimal_integer, sym_decimal_float, - STATE(838), 2, + STATE(1979), 2, sym__identifier, sym__external_name, - ACTIONS(776), 3, + ACTIONS(914), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(594), 3, + STATE(593), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(840), 3, + STATE(1977), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(1621), 3, + STATE(2730), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(808), 4, + ACTIONS(1227), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(1644), 5, + STATE(2772), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -69444,7 +69365,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(770), 8, + ACTIONS(908), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -69453,76 +69374,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [28390] = 30, + [28295] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(760), 1, + ACTIONS(944), 1, + sym_condition_conversion, + ACTIONS(1231), 1, anon_sym_LPAREN, - ACTIONS(764), 1, + ACTIONS(1233), 1, anon_sym_LT_LT, - ACTIONS(768), 1, + ACTIONS(1237), 1, sym_NEW, - ACTIONS(774), 1, + ACTIONS(1243), 1, sym_based_base, - ACTIONS(778), 1, + ACTIONS(1247), 1, sym_bit_string_length, - ACTIONS(780), 1, + ACTIONS(1249), 1, sym_bit_string_base, - ACTIONS(1247), 1, - sym_condition_conversion, - STATE(439), 1, - sym_sign, - STATE(720), 1, + STATE(695), 1, sym_unary_operator, - STATE(721), 1, + STATE(713), 1, + sym_sign, + STATE(886), 1, sym__direct_name, - STATE(846), 1, + STATE(1917), 1, sym__abstract_literal, - STATE(902), 1, - sym_based_literal, - STATE(927), 1, + STATE(2301), 1, sym__expression, - STATE(1612), 1, + STATE(2314), 1, + sym_based_literal, + STATE(2763), 1, sym_bit_string_literal, - STATE(1620), 1, + STATE(2766), 1, sym__primary, - STATE(1622), 1, + STATE(2769), 1, sym__literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(772), 2, + ACTIONS(1241), 2, sym_decimal_integer, sym_decimal_float, - STATE(838), 2, + STATE(2126), 2, sym__identifier, sym__external_name, - ACTIONS(776), 3, + ACTIONS(1245), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(595), 3, + STATE(594), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(840), 3, + STATE(2124), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(1621), 3, + STATE(2767), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(808), 4, + ACTIONS(1235), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(1644), 5, + STATE(2764), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -69537,7 +69458,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(770), 8, + ACTIONS(1239), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -69546,76 +69467,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [28513] = 30, + [28418] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1026), 1, + ACTIONS(944), 1, sym_condition_conversion, - ACTIONS(1349), 1, + ACTIONS(1231), 1, anon_sym_LPAREN, - ACTIONS(1351), 1, + ACTIONS(1233), 1, anon_sym_LT_LT, - ACTIONS(1355), 1, + ACTIONS(1237), 1, sym_NEW, - ACTIONS(1361), 1, + ACTIONS(1243), 1, sym_based_base, - ACTIONS(1365), 1, + ACTIONS(1247), 1, sym_bit_string_length, - ACTIONS(1367), 1, + ACTIONS(1249), 1, sym_bit_string_base, - STATE(504), 1, + STATE(695), 1, sym_unary_operator, - STATE(505), 1, + STATE(713), 1, sym_sign, - STATE(795), 1, + STATE(886), 1, sym__direct_name, - STATE(1455), 1, + STATE(1917), 1, sym__abstract_literal, - STATE(1683), 1, + STATE(2314), 1, sym_based_literal, - STATE(1698), 1, + STATE(2351), 1, sym__expression, - STATE(2570), 1, + STATE(2763), 1, sym_bit_string_literal, - STATE(2574), 1, - sym__literal, - STATE(2615), 1, + STATE(2766), 1, sym__primary, + STATE(2769), 1, + sym__literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1359), 2, + ACTIONS(1241), 2, sym_decimal_integer, sym_decimal_float, - STATE(1661), 2, + STATE(2126), 2, sym__identifier, sym__external_name, - ACTIONS(1363), 3, + ACTIONS(1245), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(596), 3, + STATE(595), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1663), 3, + STATE(2124), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2573), 3, + STATE(2767), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1353), 4, + ACTIONS(1235), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2560), 5, + STATE(2764), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -69630,7 +69551,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1357), 8, + ACTIONS(1239), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -69639,76 +69560,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [28636] = 30, + [28541] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1026), 1, + ACTIONS(944), 1, sym_condition_conversion, - ACTIONS(1349), 1, + ACTIONS(1231), 1, anon_sym_LPAREN, - ACTIONS(1351), 1, + ACTIONS(1233), 1, anon_sym_LT_LT, - ACTIONS(1355), 1, + ACTIONS(1237), 1, sym_NEW, - ACTIONS(1361), 1, + ACTIONS(1243), 1, sym_based_base, - ACTIONS(1365), 1, + ACTIONS(1247), 1, sym_bit_string_length, - ACTIONS(1367), 1, + ACTIONS(1249), 1, sym_bit_string_base, - STATE(504), 1, + STATE(695), 1, sym_unary_operator, - STATE(505), 1, + STATE(713), 1, sym_sign, - STATE(795), 1, + STATE(886), 1, sym__direct_name, - STATE(1455), 1, + STATE(1917), 1, sym__abstract_literal, - STATE(1683), 1, - sym_based_literal, - STATE(1714), 1, + STATE(2291), 1, sym__expression, - STATE(2570), 1, + STATE(2314), 1, + sym_based_literal, + STATE(2763), 1, sym_bit_string_literal, - STATE(2574), 1, - sym__literal, - STATE(2615), 1, + STATE(2766), 1, sym__primary, + STATE(2769), 1, + sym__literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1359), 2, + ACTIONS(1241), 2, sym_decimal_integer, sym_decimal_float, - STATE(1661), 2, + STATE(2126), 2, sym__identifier, sym__external_name, - ACTIONS(1363), 3, + ACTIONS(1245), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(597), 3, + STATE(596), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1663), 3, + STATE(2124), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2573), 3, + STATE(2767), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1353), 4, + ACTIONS(1235), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2560), 5, + STATE(2764), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -69723,7 +69644,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1357), 8, + ACTIONS(1239), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -69732,76 +69653,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [28759] = 30, + [28664] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1026), 1, + ACTIONS(922), 1, sym_condition_conversion, - ACTIONS(1349), 1, + ACTIONS(1363), 1, anon_sym_LPAREN, - ACTIONS(1351), 1, + ACTIONS(1365), 1, anon_sym_LT_LT, - ACTIONS(1355), 1, + ACTIONS(1369), 1, sym_NEW, - ACTIONS(1361), 1, + ACTIONS(1375), 1, sym_based_base, - ACTIONS(1365), 1, + ACTIONS(1379), 1, sym_bit_string_length, - ACTIONS(1367), 1, + ACTIONS(1381), 1, sym_bit_string_base, - STATE(504), 1, - sym_unary_operator, - STATE(505), 1, + STATE(652), 1, sym_sign, - STATE(795), 1, + STATE(654), 1, + sym_unary_operator, + STATE(765), 1, sym__direct_name, - STATE(1455), 1, + STATE(1416), 1, sym__abstract_literal, - STATE(1683), 1, + STATE(1431), 1, sym_based_literal, - STATE(1719), 1, + STATE(1464), 1, sym__expression, - STATE(2570), 1, - sym_bit_string_literal, - STATE(2574), 1, + STATE(2488), 1, sym__literal, - STATE(2615), 1, + STATE(2492), 1, sym__primary, + STATE(2496), 1, + sym_bit_string_literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1359), 2, + ACTIONS(1373), 2, sym_decimal_integer, sym_decimal_float, - STATE(1661), 2, + STATE(1273), 2, sym__identifier, sym__external_name, - ACTIONS(1363), 3, + ACTIONS(1377), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(598), 3, + STATE(597), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1663), 3, + STATE(1275), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2573), 3, + STATE(2489), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1353), 4, + ACTIONS(1367), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2560), 5, + STATE(2512), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -69816,7 +69737,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1357), 8, + ACTIONS(1371), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -69825,76 +69746,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [28882] = 30, + [28787] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1026), 1, + ACTIONS(944), 1, sym_condition_conversion, - ACTIONS(1349), 1, + ACTIONS(1231), 1, anon_sym_LPAREN, - ACTIONS(1351), 1, + ACTIONS(1233), 1, anon_sym_LT_LT, - ACTIONS(1355), 1, + ACTIONS(1237), 1, sym_NEW, - ACTIONS(1361), 1, + ACTIONS(1243), 1, sym_based_base, - ACTIONS(1365), 1, + ACTIONS(1247), 1, sym_bit_string_length, - ACTIONS(1367), 1, + ACTIONS(1249), 1, sym_bit_string_base, - STATE(504), 1, + STATE(695), 1, sym_unary_operator, - STATE(505), 1, + STATE(713), 1, sym_sign, - STATE(795), 1, + STATE(886), 1, sym__direct_name, - STATE(1455), 1, + STATE(1917), 1, sym__abstract_literal, - STATE(1683), 1, - sym_based_literal, - STATE(1808), 1, + STATE(2308), 1, sym__expression, - STATE(2570), 1, + STATE(2314), 1, + sym_based_literal, + STATE(2763), 1, sym_bit_string_literal, - STATE(2574), 1, - sym__literal, - STATE(2615), 1, + STATE(2766), 1, sym__primary, + STATE(2769), 1, + sym__literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1359), 2, + ACTIONS(1241), 2, sym_decimal_integer, sym_decimal_float, - STATE(1661), 2, + STATE(2126), 2, sym__identifier, sym__external_name, - ACTIONS(1363), 3, + ACTIONS(1245), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(599), 3, + STATE(598), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1663), 3, + STATE(2124), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2573), 3, + STATE(2767), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1353), 4, + ACTIONS(1235), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2560), 5, + STATE(2764), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -69909,7 +69830,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1357), 8, + ACTIONS(1239), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -69918,76 +69839,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [29005] = 30, + [28910] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(900), 1, + ACTIONS(762), 1, sym_condition_conversion, - ACTIONS(1369), 1, + ACTIONS(1068), 1, anon_sym_LPAREN, - ACTIONS(1371), 1, + ACTIONS(1070), 1, anon_sym_LT_LT, - ACTIONS(1375), 1, + ACTIONS(1074), 1, sym_NEW, - ACTIONS(1381), 1, + ACTIONS(1080), 1, sym_based_base, - ACTIONS(1385), 1, + ACTIONS(1084), 1, sym_bit_string_length, - ACTIONS(1387), 1, + ACTIONS(1086), 1, sym_bit_string_base, - STATE(509), 1, - sym_unary_operator, - STATE(510), 1, + STATE(506), 1, sym_sign, - STATE(767), 1, + STATE(527), 1, + sym_unary_operator, + STATE(733), 1, sym__direct_name, - STATE(1289), 1, + STATE(943), 1, sym__abstract_literal, - STATE(1467), 1, + STATE(1098), 1, sym_based_literal, - STATE(1524), 1, - sym__expression, - STATE(2513), 1, - sym_bit_string_literal, - STATE(2516), 1, - sym__primary, - STATE(2518), 1, + STATE(2006), 1, sym__literal, + STATE(2012), 1, + sym__primary, + STATE(2014), 1, + sym_bit_string_literal, + STATE(2327), 1, + sym__expression, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1379), 2, + ACTIONS(1078), 2, sym_decimal_integer, sym_decimal_float, - STATE(1240), 2, + STATE(944), 2, sym__identifier, sym__external_name, - ACTIONS(1383), 3, + ACTIONS(1082), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(600), 3, + STATE(599), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1241), 3, + STATE(950), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2517), 3, + STATE(2011), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1373), 4, + ACTIONS(1072), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2491), 5, + STATE(2013), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -70002,7 +69923,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1377), 8, + ACTIONS(1076), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -70011,76 +69932,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [29128] = 30, + [29033] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(898), 1, + anon_sym_LPAREN, ACTIONS(900), 1, sym_condition_conversion, - ACTIONS(1369), 1, - anon_sym_LPAREN, - ACTIONS(1371), 1, + ACTIONS(902), 1, anon_sym_LT_LT, - ACTIONS(1375), 1, + ACTIONS(906), 1, sym_NEW, - ACTIONS(1381), 1, + ACTIONS(912), 1, sym_based_base, - ACTIONS(1385), 1, + ACTIONS(916), 1, sym_bit_string_length, - ACTIONS(1387), 1, + ACTIONS(918), 1, sym_bit_string_base, - STATE(509), 1, - sym_unary_operator, - STATE(510), 1, + STATE(663), 1, sym_sign, - STATE(767), 1, + STATE(685), 1, + sym_unary_operator, + STATE(882), 1, sym__direct_name, - STATE(1289), 1, + STATE(2170), 1, sym__abstract_literal, - STATE(1429), 1, + STATE(2295), 1, sym__expression, - STATE(1467), 1, + STATE(2405), 1, sym_based_literal, - STATE(2513), 1, - sym_bit_string_literal, - STATE(2516), 1, + STATE(2702), 1, sym__primary, - STATE(2518), 1, + STATE(2705), 1, sym__literal, + STATE(2770), 1, + sym_bit_string_literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1379), 2, + ACTIONS(910), 2, sym_decimal_integer, sym_decimal_float, - STATE(1240), 2, + STATE(1979), 2, sym__identifier, sym__external_name, - ACTIONS(1383), 3, + ACTIONS(914), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(601), 3, + STATE(600), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1241), 3, + STATE(1977), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2517), 3, + STATE(2730), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1373), 4, + ACTIONS(1227), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2491), 5, + STATE(2772), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -70095,7 +70016,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1377), 8, + ACTIONS(908), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -70104,76 +70025,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [29251] = 30, + [29156] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(900), 1, - sym_condition_conversion, - ACTIONS(1369), 1, + ACTIONS(1427), 1, anon_sym_LPAREN, - ACTIONS(1371), 1, + ACTIONS(1429), 1, + sym_condition_conversion, + ACTIONS(1431), 1, anon_sym_LT_LT, - ACTIONS(1375), 1, + ACTIONS(1435), 1, sym_NEW, - ACTIONS(1381), 1, + ACTIONS(1441), 1, sym_based_base, - ACTIONS(1385), 1, + ACTIONS(1445), 1, sym_bit_string_length, - ACTIONS(1387), 1, + ACTIONS(1447), 1, sym_bit_string_base, - STATE(509), 1, + STATE(578), 1, sym_unary_operator, - STATE(510), 1, + STATE(603), 1, sym_sign, - STATE(767), 1, + STATE(815), 1, sym__direct_name, - STATE(1289), 1, + STATE(1742), 1, sym__abstract_literal, - STATE(1432), 1, + STATE(2118), 1, sym__expression, - STATE(1467), 1, + STATE(2234), 1, sym_based_literal, - STATE(2513), 1, - sym_bit_string_literal, - STATE(2516), 1, - sym__primary, - STATE(2518), 1, + STATE(2645), 1, sym__literal, + STATE(2648), 1, + sym__primary, + STATE(2680), 1, + sym_bit_string_literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1379), 2, + ACTIONS(1439), 2, sym_decimal_integer, sym_decimal_float, - STATE(1240), 2, + STATE(1717), 2, sym__identifier, sym__external_name, - ACTIONS(1383), 3, + ACTIONS(1443), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(602), 3, + STATE(601), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1241), 3, + STATE(1683), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2517), 3, + STATE(2646), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1373), 4, + ACTIONS(1433), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2491), 5, + STATE(2652), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -70188,7 +70109,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1377), 8, + ACTIONS(1437), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -70197,81 +70118,82 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [29374] = 30, + [29279] = 31, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(900), 1, + ACTIONS(762), 1, sym_condition_conversion, - ACTIONS(1369), 1, + ACTIONS(1207), 1, anon_sym_LPAREN, - ACTIONS(1371), 1, + ACTIONS(1209), 1, anon_sym_LT_LT, - ACTIONS(1375), 1, + ACTIONS(1213), 1, sym_NEW, - ACTIONS(1381), 1, + ACTIONS(1219), 1, sym_based_base, - ACTIONS(1385), 1, + ACTIONS(1223), 1, sym_bit_string_length, - ACTIONS(1387), 1, + ACTIONS(1225), 1, sym_bit_string_base, - STATE(509), 1, - sym_unary_operator, - STATE(510), 1, + STATE(442), 1, sym_sign, - STATE(767), 1, + STATE(443), 1, + sym_unary_operator, + STATE(766), 1, sym__direct_name, - STATE(1289), 1, + STATE(1313), 1, sym__abstract_literal, - STATE(1435), 1, - sym__expression, - STATE(1467), 1, + STATE(1566), 1, sym_based_literal, - STATE(2513), 1, + STATE(2455), 1, + sym__expression, + STATE(2475), 1, + sym_simple_expression, + STATE(2484), 1, sym_bit_string_literal, - STATE(2516), 1, - sym__primary, - STATE(2518), 1, + STATE(2534), 1, sym__literal, + STATE(2536), 1, + sym__primary, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1379), 2, + ACTIONS(1217), 2, sym_decimal_integer, sym_decimal_float, - STATE(1240), 2, + STATE(1324), 2, sym__identifier, sym__external_name, - ACTIONS(1383), 3, + ACTIONS(1221), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(603), 3, + STATE(602), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1241), 3, + STATE(1326), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2517), 3, + STATE(2535), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1373), 4, + ACTIONS(1211), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2491), 5, + STATE(2013), 4, sym_condition_expression, sym_logical_expression, sym_relational_expression, sym_shift_expression, - sym_simple_expression, ACTIONS(273), 8, sym_ABS, sym_AND, @@ -70281,7 +70203,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1377), 8, + ACTIONS(1215), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -70290,76 +70212,75 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [29497] = 30, + [29404] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(856), 1, + ACTIONS(1427), 1, + anon_sym_LPAREN, + ACTIONS(1429), 1, + sym_condition_conversion, + ACTIONS(1431), 1, anon_sym_LT_LT, - ACTIONS(860), 1, + ACTIONS(1435), 1, sym_NEW, - ACTIONS(866), 1, + ACTIONS(1441), 1, sym_based_base, - ACTIONS(870), 1, + ACTIONS(1445), 1, sym_bit_string_length, - ACTIONS(872), 1, + ACTIONS(1447), 1, sym_bit_string_base, - ACTIONS(984), 1, - anon_sym_LPAREN, - ACTIONS(1293), 1, - sym_condition_conversion, - STATE(453), 1, + STATE(578), 1, sym_unary_operator, - STATE(454), 1, - sym_sign, - STATE(772), 1, + STATE(815), 1, sym__direct_name, - STATE(1407), 1, + STATE(1742), 1, sym__abstract_literal, - STATE(1448), 1, - sym__expression, - STATE(1615), 1, + STATE(2234), 1, sym_based_literal, - STATE(2480), 1, + STATE(2245), 1, + sym__expression, + STATE(2645), 1, sym__literal, - STATE(2530), 1, - sym_bit_string_literal, - STATE(2535), 1, + STATE(2648), 1, sym__primary, + STATE(2680), 1, + sym_bit_string_literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(864), 2, + ACTIONS(1439), 2, sym_decimal_integer, sym_decimal_float, - STATE(1336), 2, + STATE(1717), 2, sym__identifier, sym__external_name, - ACTIONS(868), 3, + ACTIONS(1443), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(604), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(1337), 3, + STATE(1683), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2507), 3, + STATE(2646), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(858), 4, + ACTIONS(1433), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2481), 5, + STATE(603), 4, + sym_sign, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(2652), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -70374,7 +70295,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(862), 8, + ACTIONS(1437), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -70383,76 +70304,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [29620] = 30, + [29525] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(856), 1, + ACTIONS(1161), 1, + anon_sym_LPAREN, + ACTIONS(1163), 1, + sym_condition_conversion, + ACTIONS(1165), 1, anon_sym_LT_LT, - ACTIONS(860), 1, + ACTIONS(1169), 1, sym_NEW, - ACTIONS(866), 1, + ACTIONS(1175), 1, sym_based_base, - ACTIONS(870), 1, + ACTIONS(1179), 1, sym_bit_string_length, - ACTIONS(872), 1, + ACTIONS(1181), 1, sym_bit_string_base, - ACTIONS(984), 1, - anon_sym_LPAREN, - ACTIONS(1293), 1, - sym_condition_conversion, - STATE(453), 1, - sym_unary_operator, - STATE(454), 1, + STATE(457), 1, sym_sign, - STATE(772), 1, + STATE(720), 1, + sym_unary_operator, + STATE(867), 1, sym__direct_name, - STATE(1407), 1, + STATE(1932), 1, sym__abstract_literal, - STATE(1459), 1, + STATE(2324), 1, sym__expression, - STATE(1615), 1, + STATE(2346), 1, sym_based_literal, - STATE(2480), 1, + STATE(2695), 1, sym__literal, - STATE(2530), 1, - sym_bit_string_literal, - STATE(2535), 1, + STATE(2700), 1, sym__primary, + STATE(2712), 1, + sym_bit_string_literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(864), 2, + ACTIONS(1173), 2, sym_decimal_integer, sym_decimal_float, - STATE(1336), 2, + STATE(2186), 2, sym__identifier, sym__external_name, - ACTIONS(868), 3, + ACTIONS(1177), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(605), 3, + STATE(604), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1337), 3, + STATE(2185), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2507), 3, + STATE(2698), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(858), 4, + ACTIONS(1167), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2481), 5, + STATE(2707), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -70467,7 +70388,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(862), 8, + ACTIONS(1171), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -70476,76 +70397,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [29743] = 30, + [29648] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(856), 1, + ACTIONS(1161), 1, + anon_sym_LPAREN, + ACTIONS(1163), 1, + sym_condition_conversion, + ACTIONS(1165), 1, anon_sym_LT_LT, - ACTIONS(860), 1, + ACTIONS(1169), 1, sym_NEW, - ACTIONS(866), 1, + ACTIONS(1175), 1, sym_based_base, - ACTIONS(870), 1, + ACTIONS(1179), 1, sym_bit_string_length, - ACTIONS(872), 1, + ACTIONS(1181), 1, sym_bit_string_base, - ACTIONS(984), 1, - anon_sym_LPAREN, - ACTIONS(1293), 1, - sym_condition_conversion, - STATE(453), 1, - sym_unary_operator, - STATE(454), 1, + STATE(457), 1, sym_sign, - STATE(772), 1, + STATE(720), 1, + sym_unary_operator, + STATE(867), 1, sym__direct_name, - STATE(1407), 1, + STATE(1932), 1, sym__abstract_literal, - STATE(1461), 1, + STATE(2323), 1, sym__expression, - STATE(1615), 1, + STATE(2346), 1, sym_based_literal, - STATE(2480), 1, + STATE(2695), 1, sym__literal, - STATE(2530), 1, - sym_bit_string_literal, - STATE(2535), 1, + STATE(2700), 1, sym__primary, + STATE(2712), 1, + sym_bit_string_literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(864), 2, + ACTIONS(1173), 2, sym_decimal_integer, sym_decimal_float, - STATE(1336), 2, + STATE(2186), 2, sym__identifier, sym__external_name, - ACTIONS(868), 3, + ACTIONS(1177), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(606), 3, + STATE(605), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1337), 3, + STATE(2185), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2507), 3, + STATE(2698), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(858), 4, + ACTIONS(1167), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2481), 5, + STATE(2707), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -70560,7 +70481,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(862), 8, + ACTIONS(1171), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -70569,76 +70490,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [29866] = 30, + [29771] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(856), 1, + ACTIONS(898), 1, + anon_sym_LPAREN, + ACTIONS(900), 1, + sym_condition_conversion, + ACTIONS(902), 1, anon_sym_LT_LT, - ACTIONS(860), 1, + ACTIONS(906), 1, sym_NEW, - ACTIONS(866), 1, + ACTIONS(912), 1, sym_based_base, - ACTIONS(870), 1, + ACTIONS(916), 1, sym_bit_string_length, - ACTIONS(872), 1, + ACTIONS(918), 1, sym_bit_string_base, - ACTIONS(984), 1, - anon_sym_LPAREN, - ACTIONS(1293), 1, - sym_condition_conversion, - STATE(453), 1, - sym_unary_operator, - STATE(454), 1, + STATE(663), 1, sym_sign, - STATE(772), 1, + STATE(685), 1, + sym_unary_operator, + STATE(882), 1, sym__direct_name, - STATE(1407), 1, + STATE(2170), 1, sym__abstract_literal, - STATE(1466), 1, + STATE(2300), 1, sym__expression, - STATE(1615), 1, + STATE(2405), 1, sym_based_literal, - STATE(2480), 1, + STATE(2702), 1, + sym__primary, + STATE(2705), 1, sym__literal, - STATE(2530), 1, + STATE(2770), 1, sym_bit_string_literal, - STATE(2535), 1, - sym__primary, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(864), 2, + ACTIONS(910), 2, sym_decimal_integer, sym_decimal_float, - STATE(1336), 2, + STATE(1979), 2, sym__identifier, sym__external_name, - ACTIONS(868), 3, + ACTIONS(914), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(607), 3, + STATE(606), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1337), 3, + STATE(1977), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2507), 3, + STATE(2730), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(858), 4, + ACTIONS(1227), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2481), 5, + STATE(2772), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -70653,7 +70574,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(862), 8, + ACTIONS(908), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -70662,76 +70583,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [29989] = 30, + [29894] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(940), 1, + ACTIONS(1161), 1, anon_sym_LPAREN, - ACTIONS(944), 1, + ACTIONS(1163), 1, + sym_condition_conversion, + ACTIONS(1165), 1, anon_sym_LT_LT, - ACTIONS(948), 1, + ACTIONS(1169), 1, sym_NEW, - ACTIONS(954), 1, + ACTIONS(1175), 1, sym_based_base, - ACTIONS(958), 1, + ACTIONS(1179), 1, sym_bit_string_length, - ACTIONS(960), 1, + ACTIONS(1181), 1, sym_bit_string_base, - ACTIONS(1295), 1, - sym_condition_conversion, - STATE(458), 1, - sym_unary_operator, - STATE(459), 1, + STATE(457), 1, sym_sign, - STATE(779), 1, + STATE(720), 1, + sym_unary_operator, + STATE(867), 1, sym__direct_name, - STATE(1413), 1, + STATE(1932), 1, sym__abstract_literal, - STATE(1528), 1, + STATE(2328), 1, sym__expression, - STATE(1642), 1, + STATE(2346), 1, sym_based_literal, - STATE(2496), 1, - sym_bit_string_literal, - STATE(2497), 1, - sym__primary, - STATE(2501), 1, + STATE(2695), 1, sym__literal, + STATE(2700), 1, + sym__primary, + STATE(2712), 1, + sym_bit_string_literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(952), 2, + ACTIONS(1173), 2, sym_decimal_integer, sym_decimal_float, - STATE(1353), 2, + STATE(2186), 2, sym__identifier, sym__external_name, - ACTIONS(956), 3, + ACTIONS(1177), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(608), 3, + STATE(607), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1354), 3, + STATE(2185), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2500), 3, + STATE(2698), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(946), 4, + ACTIONS(1167), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2521), 5, + STATE(2707), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -70746,7 +70667,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(950), 8, + ACTIONS(1171), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -70755,76 +70676,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [30112] = 30, + [30017] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(940), 1, + ACTIONS(1161), 1, anon_sym_LPAREN, - ACTIONS(944), 1, + ACTIONS(1163), 1, + sym_condition_conversion, + ACTIONS(1165), 1, anon_sym_LT_LT, - ACTIONS(948), 1, + ACTIONS(1169), 1, sym_NEW, - ACTIONS(954), 1, + ACTIONS(1175), 1, sym_based_base, - ACTIONS(958), 1, + ACTIONS(1179), 1, sym_bit_string_length, - ACTIONS(960), 1, + ACTIONS(1181), 1, sym_bit_string_base, - ACTIONS(1295), 1, - sym_condition_conversion, - STATE(458), 1, - sym_unary_operator, - STATE(459), 1, + STATE(457), 1, sym_sign, - STATE(779), 1, + STATE(720), 1, + sym_unary_operator, + STATE(867), 1, sym__direct_name, - STATE(1413), 1, + STATE(1932), 1, sym__abstract_literal, - STATE(1533), 1, + STATE(2335), 1, sym__expression, - STATE(1642), 1, + STATE(2346), 1, sym_based_literal, - STATE(2496), 1, - sym_bit_string_literal, - STATE(2497), 1, - sym__primary, - STATE(2501), 1, + STATE(2695), 1, sym__literal, + STATE(2700), 1, + sym__primary, + STATE(2712), 1, + sym_bit_string_literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(952), 2, + ACTIONS(1173), 2, sym_decimal_integer, sym_decimal_float, - STATE(1353), 2, + STATE(2186), 2, sym__identifier, sym__external_name, - ACTIONS(956), 3, + ACTIONS(1177), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(609), 3, + STATE(608), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1354), 3, + STATE(2185), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2500), 3, + STATE(2698), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(946), 4, + ACTIONS(1167), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2521), 5, + STATE(2707), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -70839,7 +70760,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(950), 8, + ACTIONS(1171), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -70848,76 +70769,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [30235] = 30, + [30140] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(940), 1, - anon_sym_LPAREN, - ACTIONS(944), 1, + ACTIONS(856), 1, anon_sym_LT_LT, - ACTIONS(948), 1, + ACTIONS(860), 1, sym_NEW, - ACTIONS(954), 1, + ACTIONS(866), 1, sym_based_base, - ACTIONS(958), 1, + ACTIONS(870), 1, sym_bit_string_length, - ACTIONS(960), 1, + ACTIONS(872), 1, sym_bit_string_base, - ACTIONS(1295), 1, + ACTIONS(986), 1, + anon_sym_LPAREN, + ACTIONS(1403), 1, sym_condition_conversion, - STATE(458), 1, - sym_unary_operator, - STATE(459), 1, + STATE(667), 1, sym_sign, - STATE(779), 1, + STATE(668), 1, + sym_unary_operator, + STATE(772), 1, sym__direct_name, - STATE(1413), 1, + STATE(1374), 1, sym__abstract_literal, - STATE(1534), 1, - sym__expression, - STATE(1642), 1, + STATE(1477), 1, sym_based_literal, - STATE(2496), 1, + STATE(1518), 1, + sym__expression, + STATE(2506), 1, sym_bit_string_literal, - STATE(2497), 1, + STATE(2508), 1, sym__primary, - STATE(2501), 1, + STATE(2510), 1, sym__literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(952), 2, + ACTIONS(864), 2, sym_decimal_integer, sym_decimal_float, - STATE(1353), 2, + STATE(1395), 2, sym__identifier, sym__external_name, - ACTIONS(956), 3, + ACTIONS(868), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(610), 3, + STATE(609), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1354), 3, + STATE(1394), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2500), 3, + STATE(2509), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(946), 4, + ACTIONS(858), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2521), 5, + STATE(2517), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -70932,7 +70853,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(950), 8, + ACTIONS(862), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -70941,76 +70862,75 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [30358] = 30, + [30263] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(940), 1, + ACTIONS(966), 1, + sym_condition_conversion, + ACTIONS(1383), 1, anon_sym_LPAREN, - ACTIONS(944), 1, + ACTIONS(1385), 1, anon_sym_LT_LT, - ACTIONS(948), 1, + ACTIONS(1389), 1, sym_NEW, - ACTIONS(954), 1, + ACTIONS(1395), 1, sym_based_base, - ACTIONS(958), 1, + ACTIONS(1399), 1, sym_bit_string_length, - ACTIONS(960), 1, + ACTIONS(1401), 1, sym_bit_string_base, - ACTIONS(1295), 1, - sym_condition_conversion, - STATE(458), 1, + STATE(612), 1, sym_unary_operator, - STATE(459), 1, - sym_sign, - STATE(779), 1, + STATE(786), 1, sym__direct_name, - STATE(1413), 1, + STATE(1597), 1, sym__abstract_literal, - STATE(1536), 1, - sym__expression, - STATE(1642), 1, + STATE(1684), 1, sym_based_literal, - STATE(2496), 1, + STATE(1688), 1, + sym__expression, + STATE(2568), 1, sym_bit_string_literal, - STATE(2497), 1, + STATE(2579), 1, sym__primary, - STATE(2501), 1, + STATE(2590), 1, sym__literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(952), 2, + ACTIONS(1393), 2, sym_decimal_integer, sym_decimal_float, - STATE(1353), 2, + STATE(1631), 2, sym__identifier, sym__external_name, - ACTIONS(956), 3, + ACTIONS(1397), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(611), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(1354), 3, + STATE(1636), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2500), 3, + STATE(2586), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(946), 4, + ACTIONS(1387), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2521), 5, + STATE(610), 4, + sym_sign, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(2555), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -71025,7 +70945,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(950), 8, + ACTIONS(1391), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -71034,81 +70954,82 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [30481] = 30, + [30384] = 31, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(964), 1, + ACTIONS(762), 1, sym_condition_conversion, - ACTIONS(1088), 1, + ACTIONS(1231), 1, anon_sym_LPAREN, - ACTIONS(1092), 1, + ACTIONS(1233), 1, anon_sym_LT_LT, - ACTIONS(1096), 1, + ACTIONS(1237), 1, sym_NEW, - ACTIONS(1102), 1, + ACTIONS(1243), 1, sym_based_base, - ACTIONS(1106), 1, + ACTIONS(1247), 1, sym_bit_string_length, - ACTIONS(1108), 1, + ACTIONS(1249), 1, sym_bit_string_base, - STATE(418), 1, + STATE(695), 1, sym_unary_operator, - STATE(419), 1, + STATE(713), 1, sym_sign, - STATE(873), 1, + STATE(886), 1, sym__direct_name, - STATE(1978), 1, + STATE(1917), 1, sym__abstract_literal, - STATE(2304), 1, + STATE(2314), 1, sym_based_literal, - STATE(2401), 1, + STATE(2457), 1, sym__expression, - STATE(2694), 1, - sym__primary, - STATE(2698), 1, - sym__literal, STATE(2758), 1, + sym_simple_expression, + STATE(2763), 1, sym_bit_string_literal, + STATE(2766), 1, + sym__primary, + STATE(2769), 1, + sym__literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1100), 2, + ACTIONS(1241), 2, sym_decimal_integer, sym_decimal_float, - STATE(2082), 2, + STATE(2126), 2, sym__identifier, sym__external_name, - ACTIONS(1104), 3, + ACTIONS(1245), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(612), 3, + STATE(611), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(2083), 3, + STATE(2124), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2697), 3, + STATE(2767), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1094), 4, + ACTIONS(1235), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2768), 5, + STATE(2013), 4, sym_condition_expression, sym_logical_expression, sym_relational_expression, sym_shift_expression, - sym_simple_expression, ACTIONS(273), 8, sym_ABS, sym_AND, @@ -71118,7 +71039,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1098), 8, + ACTIONS(1239), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -71127,55 +71048,147 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [30604] = 30, + [30509] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(988), 1, + ACTIONS(966), 1, sym_condition_conversion, - ACTIONS(1070), 1, + ACTIONS(1383), 1, + anon_sym_LPAREN, + ACTIONS(1385), 1, anon_sym_LT_LT, ACTIONS(1389), 1, - anon_sym_LPAREN, - ACTIONS(1391), 1, sym_NEW, - ACTIONS(1397), 1, + ACTIONS(1395), 1, sym_based_base, ACTIONS(1399), 1, sym_bit_string_length, ACTIONS(1401), 1, sym_bit_string_base, - STATE(514), 1, + STATE(610), 1, + sym_sign, + STATE(786), 1, + sym__direct_name, + STATE(1597), 1, + sym__abstract_literal, + STATE(1684), 1, + sym_based_literal, + STATE(1687), 1, + sym__expression, + STATE(2568), 1, + sym_bit_string_literal, + STATE(2579), 1, + sym__primary, + STATE(2590), 1, + sym__literal, + ACTIONS(267), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1393), 2, + sym_decimal_integer, + sym_decimal_float, + STATE(1631), 2, + sym__identifier, + sym__external_name, + ACTIONS(1397), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, + STATE(1636), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + STATE(2586), 3, + sym_name, + sym_allocator, + sym_parenthesis_expression, + ACTIONS(1387), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + STATE(612), 4, sym_unary_operator, - STATE(515), 1, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(2555), 5, + sym_condition_expression, + sym_logical_expression, + sym_relational_expression, + sym_shift_expression, + sym_simple_expression, + ACTIONS(273), 8, + sym_ABS, + sym_AND, + sym_NAND, + sym_NOR, + sym_NOT, + sym_OR, + sym_XNOR, + sym_XOR, + ACTIONS(1391), 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, + [30630] = 30, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(1048), 1, + sym_condition_conversion, + ACTIONS(1137), 1, + anon_sym_LPAREN, + ACTIONS(1141), 1, + anon_sym_LT_LT, + ACTIONS(1145), 1, + sym_NEW, + ACTIONS(1151), 1, + sym_based_base, + ACTIONS(1155), 1, + sym_bit_string_length, + ACTIONS(1157), 1, + sym_bit_string_base, + STATE(625), 1, + sym_unary_operator, + STATE(630), 1, sym_sign, - STATE(822), 1, + STATE(883), 1, sym__direct_name, - STATE(1610), 1, + STATE(1973), 1, sym__abstract_literal, - STATE(1725), 1, + STATE(2388), 1, sym__expression, - STATE(1887), 1, + STATE(2418), 1, sym_based_literal, - STATE(2598), 1, + STATE(2736), 1, sym_bit_string_literal, - STATE(2599), 1, + STATE(2741), 1, sym__primary, - STATE(2601), 1, + STATE(2743), 1, sym__literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1395), 2, + ACTIONS(1149), 2, sym_decimal_integer, sym_decimal_float, - STATE(939), 2, + STATE(2281), 2, sym__identifier, sym__external_name, - ACTIONS(1082), 3, + ACTIONS(1153), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -71183,20 +71196,20 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(940), 3, + STATE(2282), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2600), 3, + STATE(2742), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1072), 4, + ACTIONS(1143), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2565), 5, + STATE(2738), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -71211,7 +71224,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1393), 8, + ACTIONS(1147), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -71220,55 +71233,55 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [30727] = 30, + [30753] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(988), 1, + ACTIONS(1048), 1, sym_condition_conversion, - ACTIONS(1070), 1, - anon_sym_LT_LT, - ACTIONS(1389), 1, + ACTIONS(1137), 1, anon_sym_LPAREN, - ACTIONS(1391), 1, + ACTIONS(1141), 1, + anon_sym_LT_LT, + ACTIONS(1145), 1, sym_NEW, - ACTIONS(1397), 1, + ACTIONS(1151), 1, sym_based_base, - ACTIONS(1399), 1, + ACTIONS(1155), 1, sym_bit_string_length, - ACTIONS(1401), 1, + ACTIONS(1157), 1, sym_bit_string_base, - STATE(514), 1, + STATE(625), 1, sym_unary_operator, - STATE(515), 1, + STATE(630), 1, sym_sign, - STATE(822), 1, + STATE(883), 1, sym__direct_name, - STATE(1610), 1, + STATE(1973), 1, sym__abstract_literal, - STATE(1750), 1, + STATE(2390), 1, sym__expression, - STATE(1887), 1, + STATE(2418), 1, sym_based_literal, - STATE(2598), 1, + STATE(2736), 1, sym_bit_string_literal, - STATE(2599), 1, + STATE(2741), 1, sym__primary, - STATE(2601), 1, + STATE(2743), 1, sym__literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1395), 2, + ACTIONS(1149), 2, sym_decimal_integer, sym_decimal_float, - STATE(939), 2, + STATE(2281), 2, sym__identifier, sym__external_name, - ACTIONS(1082), 3, + ACTIONS(1153), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -71276,20 +71289,20 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(940), 3, + STATE(2282), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2600), 3, + STATE(2742), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1072), 4, + ACTIONS(1143), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2565), 5, + STATE(2738), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -71304,7 +71317,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1393), 8, + ACTIONS(1147), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -71313,55 +71326,55 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [30850] = 30, + [30876] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(988), 1, + ACTIONS(1048), 1, sym_condition_conversion, - ACTIONS(1070), 1, - anon_sym_LT_LT, - ACTIONS(1389), 1, + ACTIONS(1137), 1, anon_sym_LPAREN, - ACTIONS(1391), 1, + ACTIONS(1141), 1, + anon_sym_LT_LT, + ACTIONS(1145), 1, sym_NEW, - ACTIONS(1397), 1, + ACTIONS(1151), 1, sym_based_base, - ACTIONS(1399), 1, + ACTIONS(1155), 1, sym_bit_string_length, - ACTIONS(1401), 1, + ACTIONS(1157), 1, sym_bit_string_base, - STATE(514), 1, + STATE(625), 1, sym_unary_operator, - STATE(515), 1, + STATE(630), 1, sym_sign, - STATE(822), 1, + STATE(883), 1, sym__direct_name, - STATE(1610), 1, + STATE(1973), 1, sym__abstract_literal, - STATE(1753), 1, + STATE(2393), 1, sym__expression, - STATE(1887), 1, + STATE(2418), 1, sym_based_literal, - STATE(2598), 1, + STATE(2736), 1, sym_bit_string_literal, - STATE(2599), 1, + STATE(2741), 1, sym__primary, - STATE(2601), 1, + STATE(2743), 1, sym__literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1395), 2, + ACTIONS(1149), 2, sym_decimal_integer, sym_decimal_float, - STATE(939), 2, + STATE(2281), 2, sym__identifier, sym__external_name, - ACTIONS(1082), 3, + ACTIONS(1153), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -71369,20 +71382,20 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(940), 3, + STATE(2282), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2600), 3, + STATE(2742), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1072), 4, + ACTIONS(1143), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2565), 5, + STATE(2738), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -71397,7 +71410,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1393), 8, + ACTIONS(1147), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -71406,55 +71419,55 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [30973] = 30, + [30999] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(988), 1, + ACTIONS(1048), 1, sym_condition_conversion, - ACTIONS(1070), 1, - anon_sym_LT_LT, - ACTIONS(1389), 1, + ACTIONS(1137), 1, anon_sym_LPAREN, - ACTIONS(1391), 1, + ACTIONS(1141), 1, + anon_sym_LT_LT, + ACTIONS(1145), 1, sym_NEW, - ACTIONS(1397), 1, + ACTIONS(1151), 1, sym_based_base, - ACTIONS(1399), 1, + ACTIONS(1155), 1, sym_bit_string_length, - ACTIONS(1401), 1, + ACTIONS(1157), 1, sym_bit_string_base, - STATE(514), 1, + STATE(625), 1, sym_unary_operator, - STATE(515), 1, + STATE(630), 1, sym_sign, - STATE(822), 1, + STATE(883), 1, sym__direct_name, - STATE(1610), 1, + STATE(1973), 1, sym__abstract_literal, - STATE(1755), 1, + STATE(2415), 1, sym__expression, - STATE(1887), 1, + STATE(2418), 1, sym_based_literal, - STATE(2598), 1, + STATE(2736), 1, sym_bit_string_literal, - STATE(2599), 1, + STATE(2741), 1, sym__primary, - STATE(2601), 1, + STATE(2743), 1, sym__literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1395), 2, + ACTIONS(1149), 2, sym_decimal_integer, sym_decimal_float, - STATE(939), 2, + STATE(2281), 2, sym__identifier, sym__external_name, - ACTIONS(1082), 3, + ACTIONS(1153), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -71462,20 +71475,20 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(940), 3, + STATE(2282), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2600), 3, + STATE(2742), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1072), 4, + ACTIONS(1143), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2565), 5, + STATE(2738), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -71490,7 +71503,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1393), 8, + ACTIONS(1147), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -71499,55 +71512,55 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [31096] = 30, + [31122] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(876), 1, + ACTIONS(922), 1, + sym_condition_conversion, + ACTIONS(1363), 1, anon_sym_LPAREN, - ACTIONS(880), 1, + ACTIONS(1365), 1, anon_sym_LT_LT, - ACTIONS(884), 1, + ACTIONS(1369), 1, sym_NEW, - ACTIONS(890), 1, + ACTIONS(1375), 1, sym_based_base, - ACTIONS(894), 1, + ACTIONS(1379), 1, sym_bit_string_length, - ACTIONS(896), 1, + ACTIONS(1381), 1, sym_bit_string_base, - ACTIONS(1297), 1, - sym_condition_conversion, - STATE(463), 1, - sym_unary_operator, - STATE(464), 1, + STATE(652), 1, sym_sign, - STATE(786), 1, + STATE(654), 1, + sym_unary_operator, + STATE(765), 1, sym__direct_name, - STATE(1609), 1, + STATE(1416), 1, sym__abstract_literal, - STATE(1675), 1, + STATE(1431), 1, sym_based_literal, - STATE(1777), 1, + STATE(1451), 1, sym__expression, - STATE(2559), 1, - sym_bit_string_literal, - STATE(2561), 1, - sym__primary, - STATE(2563), 1, + STATE(2488), 1, sym__literal, + STATE(2492), 1, + sym__primary, + STATE(2496), 1, + sym_bit_string_literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(888), 2, + ACTIONS(1373), 2, sym_decimal_integer, sym_decimal_float, - STATE(1475), 2, + STATE(1273), 2, sym__identifier, sym__external_name, - ACTIONS(892), 3, + ACTIONS(1377), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -71555,20 +71568,20 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1476), 3, + STATE(1275), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2562), 3, + STATE(2489), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(882), 4, + ACTIONS(1367), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2592), 5, + STATE(2512), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -71583,7 +71596,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(886), 8, + ACTIONS(1371), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -71592,55 +71605,55 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [31219] = 30, + [31245] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(876), 1, + ACTIONS(854), 1, + sym_condition_conversion, + ACTIONS(1299), 1, anon_sym_LPAREN, - ACTIONS(880), 1, + ACTIONS(1301), 1, anon_sym_LT_LT, - ACTIONS(884), 1, + ACTIONS(1305), 1, sym_NEW, - ACTIONS(890), 1, + ACTIONS(1311), 1, sym_based_base, - ACTIONS(894), 1, + ACTIONS(1315), 1, sym_bit_string_length, - ACTIONS(896), 1, + ACTIONS(1317), 1, sym_bit_string_base, - ACTIONS(1297), 1, - sym_condition_conversion, - STATE(463), 1, + STATE(676), 1, sym_unary_operator, - STATE(464), 1, + STATE(693), 1, sym_sign, - STATE(786), 1, + STATE(812), 1, sym__direct_name, - STATE(1609), 1, + STATE(1846), 1, sym__abstract_literal, - STATE(1675), 1, - sym_based_literal, - STATE(1800), 1, + STATE(1963), 1, sym__expression, - STATE(2559), 1, + STATE(1994), 1, + sym_based_literal, + STATE(2617), 1, sym_bit_string_literal, - STATE(2561), 1, - sym__primary, - STATE(2563), 1, + STATE(2686), 1, sym__literal, + STATE(2690), 1, + sym__primary, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(888), 2, + ACTIONS(1309), 2, sym_decimal_integer, sym_decimal_float, - STATE(1475), 2, + STATE(1760), 2, sym__identifier, sym__external_name, - ACTIONS(892), 3, + ACTIONS(1313), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -71648,20 +71661,20 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1476), 3, + STATE(1761), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2562), 3, + STATE(2689), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(882), 4, + ACTIONS(1303), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2592), 5, + STATE(2649), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -71676,7 +71689,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(886), 8, + ACTIONS(1307), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -71685,55 +71698,55 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [31342] = 30, + [31368] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(876), 1, + ACTIONS(1010), 1, anon_sym_LPAREN, - ACTIONS(880), 1, + ACTIONS(1012), 1, anon_sym_LT_LT, - ACTIONS(884), 1, + ACTIONS(1016), 1, sym_NEW, - ACTIONS(890), 1, + ACTIONS(1022), 1, sym_based_base, - ACTIONS(894), 1, + ACTIONS(1026), 1, sym_bit_string_length, - ACTIONS(896), 1, + ACTIONS(1028), 1, sym_bit_string_base, - ACTIONS(1297), 1, + ACTIONS(1275), 1, sym_condition_conversion, - STATE(463), 1, + STATE(446), 1, sym_unary_operator, - STATE(464), 1, + STATE(476), 1, sym_sign, - STATE(786), 1, + STATE(792), 1, sym__direct_name, - STATE(1609), 1, + STATE(1613), 1, sym__abstract_literal, - STATE(1675), 1, - sym_based_literal, - STATE(1805), 1, + STATE(1702), 1, sym__expression, - STATE(2559), 1, + STATE(1706), 1, + sym_based_literal, + STATE(2544), 1, sym_bit_string_literal, - STATE(2561), 1, - sym__primary, - STATE(2563), 1, + STATE(2557), 1, sym__literal, + STATE(2594), 1, + sym__primary, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(888), 2, + ACTIONS(1020), 2, sym_decimal_integer, sym_decimal_float, - STATE(1475), 2, + STATE(1517), 2, sym__identifier, sym__external_name, - ACTIONS(892), 3, + ACTIONS(1024), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -71741,20 +71754,20 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1476), 3, + STATE(1523), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2562), 3, + STATE(2605), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(882), 4, + ACTIONS(1014), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2592), 5, + STATE(2578), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -71769,7 +71782,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(886), 8, + ACTIONS(1018), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -71778,55 +71791,55 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [31465] = 30, + [31491] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(876), 1, + ACTIONS(263), 1, anon_sym_LPAREN, - ACTIONS(880), 1, - anon_sym_LT_LT, - ACTIONS(884), 1, + ACTIONS(275), 1, sym_NEW, - ACTIONS(890), 1, + ACTIONS(285), 1, sym_based_base, - ACTIONS(894), 1, + ACTIONS(289), 1, sym_bit_string_length, - ACTIONS(896), 1, + ACTIONS(291), 1, sym_bit_string_base, - ACTIONS(1297), 1, + ACTIONS(401), 1, + anon_sym_LT_LT, + ACTIONS(1273), 1, sym_condition_conversion, - STATE(463), 1, + STATE(657), 1, sym_unary_operator, - STATE(464), 1, + STATE(661), 1, sym_sign, - STATE(786), 1, + STATE(736), 1, sym__direct_name, - STATE(1609), 1, + STATE(964), 1, sym__abstract_literal, - STATE(1675), 1, - sym_based_literal, - STATE(1812), 1, + STATE(1012), 1, sym__expression, - STATE(2559), 1, + STATE(1073), 1, + sym_based_literal, + STATE(1984), 1, sym_bit_string_literal, - STATE(2561), 1, + STATE(1990), 1, sym__primary, - STATE(2563), 1, + STATE(1992), 1, sym__literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(888), 2, + ACTIONS(283), 2, sym_decimal_integer, sym_decimal_float, - STATE(1475), 2, + STATE(954), 2, sym__identifier, sym__external_name, - ACTIONS(892), 3, + ACTIONS(409), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -71834,20 +71847,20 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1476), 3, + STATE(929), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2562), 3, + STATE(1991), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(882), 4, + ACTIONS(403), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2592), 5, + STATE(2224), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -71862,7 +71875,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(886), 8, + ACTIONS(277), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -71871,55 +71884,55 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [31588] = 30, + [31614] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(962), 1, - anon_sym_LPAREN, - ACTIONS(966), 1, + ACTIONS(856), 1, anon_sym_LT_LT, - ACTIONS(970), 1, + ACTIONS(860), 1, sym_NEW, - ACTIONS(976), 1, + ACTIONS(866), 1, sym_based_base, - ACTIONS(980), 1, + ACTIONS(870), 1, sym_bit_string_length, - ACTIONS(982), 1, + ACTIONS(872), 1, sym_bit_string_base, - ACTIONS(1299), 1, + ACTIONS(986), 1, + anon_sym_LPAREN, + ACTIONS(1403), 1, sym_condition_conversion, - STATE(468), 1, - sym_unary_operator, - STATE(469), 1, + STATE(667), 1, sym_sign, - STATE(793), 1, + STATE(668), 1, + sym_unary_operator, + STATE(772), 1, sym__direct_name, - STATE(1497), 1, + STATE(1374), 1, sym__abstract_literal, - STATE(1680), 1, + STATE(1477), 1, sym_based_literal, - STATE(1889), 1, + STATE(1510), 1, sym__expression, - STATE(2554), 1, + STATE(2506), 1, sym_bit_string_literal, - STATE(2557), 1, + STATE(2508), 1, sym__primary, - STATE(2564), 1, + STATE(2510), 1, sym__literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(974), 2, + ACTIONS(864), 2, sym_decimal_integer, sym_decimal_float, - STATE(1499), 2, + STATE(1395), 2, sym__identifier, sym__external_name, - ACTIONS(978), 3, + ACTIONS(868), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -71927,20 +71940,20 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1501), 3, + STATE(1394), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2558), 3, + STATE(2509), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(968), 4, + ACTIONS(858), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2544), 5, + STATE(2517), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -71955,7 +71968,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(972), 8, + ACTIONS(862), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -71964,55 +71977,57 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [31711] = 30, + [31737] = 31, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(962), 1, + ACTIONS(762), 1, + sym_condition_conversion, + ACTIONS(1383), 1, anon_sym_LPAREN, - ACTIONS(966), 1, + ACTIONS(1385), 1, anon_sym_LT_LT, - ACTIONS(970), 1, + ACTIONS(1389), 1, sym_NEW, - ACTIONS(976), 1, + ACTIONS(1395), 1, sym_based_base, - ACTIONS(980), 1, + ACTIONS(1399), 1, sym_bit_string_length, - ACTIONS(982), 1, + ACTIONS(1401), 1, sym_bit_string_base, - ACTIONS(1299), 1, - sym_condition_conversion, - STATE(468), 1, - sym_unary_operator, - STATE(469), 1, + STATE(610), 1, sym_sign, - STATE(793), 1, + STATE(612), 1, + sym_unary_operator, + STATE(786), 1, sym__direct_name, - STATE(1497), 1, + STATE(1597), 1, sym__abstract_literal, - STATE(1680), 1, + STATE(1684), 1, sym_based_literal, - STATE(1718), 1, + STATE(2459), 1, sym__expression, - STATE(2554), 1, + STATE(2542), 1, + sym_simple_expression, + STATE(2568), 1, sym_bit_string_literal, - STATE(2557), 1, + STATE(2579), 1, sym__primary, - STATE(2564), 1, + STATE(2590), 1, sym__literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(974), 2, + ACTIONS(1393), 2, sym_decimal_integer, sym_decimal_float, - STATE(1499), 2, + STATE(1631), 2, sym__identifier, sym__external_name, - ACTIONS(978), 3, + ACTIONS(1397), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -72020,25 +72035,24 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1501), 3, + STATE(1636), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2558), 3, + STATE(2586), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(968), 4, + ACTIONS(1387), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2544), 5, + STATE(2013), 4, sym_condition_expression, sym_logical_expression, sym_relational_expression, sym_shift_expression, - sym_simple_expression, ACTIONS(273), 8, sym_ABS, sym_AND, @@ -72048,7 +72062,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(972), 8, + ACTIONS(1391), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -72057,55 +72071,55 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [31834] = 30, + [31862] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(962), 1, + ACTIONS(898), 1, anon_sym_LPAREN, - ACTIONS(966), 1, + ACTIONS(900), 1, + sym_condition_conversion, + ACTIONS(902), 1, anon_sym_LT_LT, - ACTIONS(970), 1, + ACTIONS(906), 1, sym_NEW, - ACTIONS(976), 1, + ACTIONS(912), 1, sym_based_base, - ACTIONS(980), 1, + ACTIONS(916), 1, sym_bit_string_length, - ACTIONS(982), 1, + ACTIONS(918), 1, sym_bit_string_base, - ACTIONS(1299), 1, - sym_condition_conversion, - STATE(468), 1, - sym_unary_operator, - STATE(469), 1, + STATE(663), 1, sym_sign, - STATE(793), 1, + STATE(685), 1, + sym_unary_operator, + STATE(882), 1, sym__direct_name, - STATE(1497), 1, + STATE(2170), 1, sym__abstract_literal, - STATE(1680), 1, + STATE(2405), 1, sym_based_literal, - STATE(1883), 1, + STATE(2426), 1, sym__expression, - STATE(2554), 1, - sym_bit_string_literal, - STATE(2557), 1, + STATE(2702), 1, sym__primary, - STATE(2564), 1, + STATE(2705), 1, sym__literal, + STATE(2770), 1, + sym_bit_string_literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(974), 2, + ACTIONS(910), 2, sym_decimal_integer, sym_decimal_float, - STATE(1499), 2, + STATE(1979), 2, sym__identifier, sym__external_name, - ACTIONS(978), 3, + ACTIONS(914), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -72113,20 +72127,20 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1501), 3, + STATE(1977), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2558), 3, + STATE(2730), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(968), 4, + ACTIONS(1227), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2544), 5, + STATE(2772), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -72141,7 +72155,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(972), 8, + ACTIONS(908), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -72150,55 +72164,55 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [31957] = 30, + [31985] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(962), 1, + ACTIONS(762), 1, + sym_condition_conversion, + ACTIONS(1068), 1, anon_sym_LPAREN, - ACTIONS(966), 1, + ACTIONS(1070), 1, anon_sym_LT_LT, - ACTIONS(970), 1, + ACTIONS(1074), 1, sym_NEW, - ACTIONS(976), 1, + ACTIONS(1080), 1, sym_based_base, - ACTIONS(980), 1, + ACTIONS(1084), 1, sym_bit_string_length, - ACTIONS(982), 1, + ACTIONS(1086), 1, sym_bit_string_base, - ACTIONS(1299), 1, - sym_condition_conversion, - STATE(468), 1, - sym_unary_operator, - STATE(469), 1, + STATE(506), 1, sym_sign, - STATE(793), 1, + STATE(527), 1, + sym_unary_operator, + STATE(733), 1, sym__direct_name, - STATE(1497), 1, + STATE(943), 1, sym__abstract_literal, - STATE(1680), 1, - sym_based_literal, - STATE(1733), 1, + STATE(1055), 1, sym__expression, - STATE(2554), 1, - sym_bit_string_literal, - STATE(2557), 1, - sym__primary, - STATE(2564), 1, + STATE(1098), 1, + sym_based_literal, + STATE(2006), 1, sym__literal, + STATE(2012), 1, + sym__primary, + STATE(2014), 1, + sym_bit_string_literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(974), 2, + ACTIONS(1078), 2, sym_decimal_integer, sym_decimal_float, - STATE(1499), 2, + STATE(944), 2, sym__identifier, sym__external_name, - ACTIONS(978), 3, + ACTIONS(1082), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -72206,20 +72220,20 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1501), 3, + STATE(950), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2558), 3, + STATE(2011), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(968), 4, + ACTIONS(1072), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2544), 5, + STATE(2013), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -72234,7 +72248,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(972), 8, + ACTIONS(1076), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -72243,76 +72257,75 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [32080] = 30, + [32108] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1024), 1, + ACTIONS(1048), 1, + sym_condition_conversion, + ACTIONS(1137), 1, anon_sym_LPAREN, - ACTIONS(1028), 1, + ACTIONS(1141), 1, anon_sym_LT_LT, - ACTIONS(1032), 1, + ACTIONS(1145), 1, sym_NEW, - ACTIONS(1038), 1, + ACTIONS(1151), 1, sym_based_base, - ACTIONS(1042), 1, + ACTIONS(1155), 1, sym_bit_string_length, - ACTIONS(1044), 1, + ACTIONS(1157), 1, sym_bit_string_base, - ACTIONS(1301), 1, - sym_condition_conversion, - STATE(473), 1, - sym_unary_operator, - STATE(474), 1, + STATE(630), 1, sym_sign, - STATE(750), 1, + STATE(883), 1, sym__direct_name, - STATE(1140), 1, + STATE(1973), 1, sym__abstract_literal, - STATE(1261), 1, + STATE(2408), 1, sym__expression, - STATE(1326), 1, + STATE(2418), 1, sym_based_literal, - STATE(2436), 1, + STATE(2736), 1, sym_bit_string_literal, - STATE(2438), 1, + STATE(2741), 1, sym__primary, - STATE(2440), 1, + STATE(2743), 1, sym__literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1036), 2, + ACTIONS(1149), 2, sym_decimal_integer, sym_decimal_float, - STATE(1184), 2, + STATE(2281), 2, sym__identifier, sym__external_name, - ACTIONS(1040), 3, + ACTIONS(1153), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(625), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(1193), 3, + STATE(2282), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2439), 3, + STATE(2742), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1030), 4, + ACTIONS(1143), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2453), 5, + STATE(625), 4, + sym_unary_operator, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(2738), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -72327,7 +72340,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1034), 8, + ACTIONS(1147), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -72336,55 +72349,55 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [32203] = 30, + [32229] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1024), 1, + ACTIONS(762), 1, + sym_condition_conversion, + ACTIONS(1068), 1, anon_sym_LPAREN, - ACTIONS(1028), 1, + ACTIONS(1070), 1, anon_sym_LT_LT, - ACTIONS(1032), 1, + ACTIONS(1074), 1, sym_NEW, - ACTIONS(1038), 1, + ACTIONS(1080), 1, sym_based_base, - ACTIONS(1042), 1, + ACTIONS(1084), 1, sym_bit_string_length, - ACTIONS(1044), 1, + ACTIONS(1086), 1, sym_bit_string_base, - ACTIONS(1301), 1, - sym_condition_conversion, - STATE(473), 1, - sym_unary_operator, - STATE(474), 1, + STATE(506), 1, sym_sign, - STATE(750), 1, + STATE(527), 1, + sym_unary_operator, + STATE(733), 1, sym__direct_name, - STATE(1140), 1, + STATE(943), 1, sym__abstract_literal, - STATE(1267), 1, + STATE(1056), 1, sym__expression, - STATE(1326), 1, + STATE(1098), 1, sym_based_literal, - STATE(2436), 1, - sym_bit_string_literal, - STATE(2438), 1, - sym__primary, - STATE(2440), 1, + STATE(2006), 1, sym__literal, + STATE(2012), 1, + sym__primary, + STATE(2014), 1, + sym_bit_string_literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1036), 2, + ACTIONS(1078), 2, sym_decimal_integer, sym_decimal_float, - STATE(1184), 2, + STATE(944), 2, sym__identifier, sym__external_name, - ACTIONS(1040), 3, + ACTIONS(1082), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -72392,20 +72405,20 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1193), 3, + STATE(950), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2439), 3, + STATE(2011), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1030), 4, + ACTIONS(1072), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2453), 5, + STATE(2013), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -72420,7 +72433,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1034), 8, + ACTIONS(1076), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -72429,55 +72442,55 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [32326] = 30, + [32352] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1024), 1, + ACTIONS(762), 1, + sym_condition_conversion, + ACTIONS(1068), 1, anon_sym_LPAREN, - ACTIONS(1028), 1, + ACTIONS(1070), 1, anon_sym_LT_LT, - ACTIONS(1032), 1, + ACTIONS(1074), 1, sym_NEW, - ACTIONS(1038), 1, + ACTIONS(1080), 1, sym_based_base, - ACTIONS(1042), 1, + ACTIONS(1084), 1, sym_bit_string_length, - ACTIONS(1044), 1, + ACTIONS(1086), 1, sym_bit_string_base, - ACTIONS(1301), 1, - sym_condition_conversion, - STATE(473), 1, - sym_unary_operator, - STATE(474), 1, + STATE(506), 1, sym_sign, - STATE(750), 1, + STATE(527), 1, + sym_unary_operator, + STATE(733), 1, sym__direct_name, - STATE(1140), 1, + STATE(943), 1, sym__abstract_literal, - STATE(1268), 1, + STATE(1057), 1, sym__expression, - STATE(1326), 1, + STATE(1098), 1, sym_based_literal, - STATE(2436), 1, - sym_bit_string_literal, - STATE(2438), 1, - sym__primary, - STATE(2440), 1, + STATE(2006), 1, sym__literal, + STATE(2012), 1, + sym__primary, + STATE(2014), 1, + sym_bit_string_literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1036), 2, + ACTIONS(1078), 2, sym_decimal_integer, sym_decimal_float, - STATE(1184), 2, + STATE(944), 2, sym__identifier, sym__external_name, - ACTIONS(1040), 3, + ACTIONS(1082), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -72485,20 +72498,20 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1193), 3, + STATE(950), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2439), 3, + STATE(2011), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1030), 4, + ACTIONS(1072), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2453), 5, + STATE(2013), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -72513,7 +72526,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1034), 8, + ACTIONS(1076), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -72522,55 +72535,55 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [32449] = 30, + [32475] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1024), 1, + ACTIONS(762), 1, + sym_condition_conversion, + ACTIONS(1068), 1, anon_sym_LPAREN, - ACTIONS(1028), 1, + ACTIONS(1070), 1, anon_sym_LT_LT, - ACTIONS(1032), 1, + ACTIONS(1074), 1, sym_NEW, - ACTIONS(1038), 1, + ACTIONS(1080), 1, sym_based_base, - ACTIONS(1042), 1, + ACTIONS(1084), 1, sym_bit_string_length, - ACTIONS(1044), 1, + ACTIONS(1086), 1, sym_bit_string_base, - ACTIONS(1301), 1, - sym_condition_conversion, - STATE(473), 1, - sym_unary_operator, - STATE(474), 1, + STATE(506), 1, sym_sign, - STATE(750), 1, + STATE(527), 1, + sym_unary_operator, + STATE(733), 1, sym__direct_name, - STATE(1140), 1, + STATE(943), 1, sym__abstract_literal, - STATE(1269), 1, + STATE(1081), 1, sym__expression, - STATE(1326), 1, + STATE(1098), 1, sym_based_literal, - STATE(2436), 1, - sym_bit_string_literal, - STATE(2438), 1, - sym__primary, - STATE(2440), 1, + STATE(2006), 1, sym__literal, + STATE(2012), 1, + sym__primary, + STATE(2014), 1, + sym_bit_string_literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1036), 2, + ACTIONS(1078), 2, sym_decimal_integer, sym_decimal_float, - STATE(1184), 2, + STATE(944), 2, sym__identifier, sym__external_name, - ACTIONS(1040), 3, + ACTIONS(1082), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -72578,20 +72591,20 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1193), 3, + STATE(950), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2439), 3, + STATE(2011), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1030), 4, + ACTIONS(1072), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2453), 5, + STATE(2013), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -72606,7 +72619,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1034), 8, + ACTIONS(1076), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -72615,55 +72628,55 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [32572] = 30, + [32598] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1046), 1, - anon_sym_LPAREN, - ACTIONS(1050), 1, + ACTIONS(856), 1, anon_sym_LT_LT, - ACTIONS(1054), 1, + ACTIONS(860), 1, sym_NEW, - ACTIONS(1060), 1, + ACTIONS(866), 1, sym_based_base, - ACTIONS(1064), 1, + ACTIONS(870), 1, sym_bit_string_length, - ACTIONS(1066), 1, + ACTIONS(872), 1, sym_bit_string_base, - ACTIONS(1303), 1, + ACTIONS(986), 1, + anon_sym_LPAREN, + ACTIONS(1403), 1, sym_condition_conversion, - STATE(478), 1, - sym_unary_operator, - STATE(479), 1, + STATE(667), 1, sym_sign, - STATE(788), 1, + STATE(668), 1, + sym_unary_operator, + STATE(772), 1, sym__direct_name, - STATE(1526), 1, + STATE(1374), 1, sym__abstract_literal, - STATE(1709), 1, + STATE(1477), 1, sym_based_literal, - STATE(1711), 1, + STATE(1509), 1, sym__expression, - STATE(2541), 1, + STATE(2506), 1, + sym_bit_string_literal, + STATE(2508), 1, sym__primary, - STATE(2546), 1, + STATE(2510), 1, sym__literal, - STATE(2572), 1, - sym_bit_string_literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1058), 2, + ACTIONS(864), 2, sym_decimal_integer, sym_decimal_float, - STATE(1553), 2, + STATE(1395), 2, sym__identifier, sym__external_name, - ACTIONS(1062), 3, + ACTIONS(868), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -72671,20 +72684,20 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1673), 3, + STATE(1394), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2543), 3, + STATE(2509), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1052), 4, + ACTIONS(858), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2571), 5, + STATE(2517), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -72699,7 +72712,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1056), 8, + ACTIONS(862), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -72708,76 +72721,75 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [32695] = 30, + [32721] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1046), 1, + ACTIONS(1048), 1, + sym_condition_conversion, + ACTIONS(1137), 1, anon_sym_LPAREN, - ACTIONS(1050), 1, + ACTIONS(1141), 1, anon_sym_LT_LT, - ACTIONS(1054), 1, + ACTIONS(1145), 1, sym_NEW, - ACTIONS(1060), 1, + ACTIONS(1151), 1, sym_based_base, - ACTIONS(1064), 1, + ACTIONS(1155), 1, sym_bit_string_length, - ACTIONS(1066), 1, + ACTIONS(1157), 1, sym_bit_string_base, - ACTIONS(1303), 1, - sym_condition_conversion, - STATE(478), 1, + STATE(625), 1, sym_unary_operator, - STATE(479), 1, - sym_sign, - STATE(788), 1, + STATE(883), 1, sym__direct_name, - STATE(1526), 1, + STATE(1973), 1, sym__abstract_literal, - STATE(1709), 1, - sym_based_literal, - STATE(1723), 1, + STATE(2407), 1, sym__expression, - STATE(2541), 1, + STATE(2418), 1, + sym_based_literal, + STATE(2736), 1, + sym_bit_string_literal, + STATE(2741), 1, sym__primary, - STATE(2546), 1, + STATE(2743), 1, sym__literal, - STATE(2572), 1, - sym_bit_string_literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1058), 2, + ACTIONS(1149), 2, sym_decimal_integer, sym_decimal_float, - STATE(1553), 2, + STATE(2281), 2, sym__identifier, sym__external_name, - ACTIONS(1062), 3, + ACTIONS(1153), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(630), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(1673), 3, + STATE(2282), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2543), 3, + STATE(2742), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1052), 4, + ACTIONS(1143), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2571), 5, + STATE(630), 4, + sym_sign, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(2738), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -72792,7 +72804,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1056), 8, + ACTIONS(1147), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -72801,55 +72813,57 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [32818] = 30, + [32842] = 31, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1046), 1, + ACTIONS(762), 1, + sym_condition_conversion, + ACTIONS(1137), 1, anon_sym_LPAREN, - ACTIONS(1050), 1, + ACTIONS(1141), 1, anon_sym_LT_LT, - ACTIONS(1054), 1, + ACTIONS(1145), 1, sym_NEW, - ACTIONS(1060), 1, + ACTIONS(1151), 1, sym_based_base, - ACTIONS(1064), 1, + ACTIONS(1155), 1, sym_bit_string_length, - ACTIONS(1066), 1, + ACTIONS(1157), 1, sym_bit_string_base, - ACTIONS(1303), 1, - sym_condition_conversion, - STATE(478), 1, + STATE(625), 1, sym_unary_operator, - STATE(479), 1, + STATE(630), 1, sym_sign, - STATE(788), 1, + STATE(883), 1, sym__direct_name, - STATE(1526), 1, + STATE(1973), 1, sym__abstract_literal, - STATE(1709), 1, + STATE(2418), 1, sym_based_literal, - STATE(1771), 1, + STATE(2460), 1, sym__expression, - STATE(2541), 1, + STATE(2715), 1, + sym_simple_expression, + STATE(2736), 1, + sym_bit_string_literal, + STATE(2741), 1, sym__primary, - STATE(2546), 1, + STATE(2743), 1, sym__literal, - STATE(2572), 1, - sym_bit_string_literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1058), 2, + ACTIONS(1149), 2, sym_decimal_integer, sym_decimal_float, - STATE(1553), 2, + STATE(2281), 2, sym__identifier, sym__external_name, - ACTIONS(1062), 3, + ACTIONS(1153), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -72857,25 +72871,24 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1673), 3, + STATE(2282), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2543), 3, + STATE(2742), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1052), 4, + ACTIONS(1143), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2571), 5, + STATE(2013), 4, sym_condition_expression, sym_logical_expression, sym_relational_expression, sym_shift_expression, - sym_simple_expression, ACTIONS(273), 8, sym_ABS, sym_AND, @@ -72885,7 +72898,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1056), 8, + ACTIONS(1147), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -72894,55 +72907,55 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [32941] = 30, + [32967] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1046), 1, + ACTIONS(1427), 1, anon_sym_LPAREN, - ACTIONS(1050), 1, + ACTIONS(1429), 1, + sym_condition_conversion, + ACTIONS(1431), 1, anon_sym_LT_LT, - ACTIONS(1054), 1, + ACTIONS(1435), 1, sym_NEW, - ACTIONS(1060), 1, + ACTIONS(1441), 1, sym_based_base, - ACTIONS(1064), 1, + ACTIONS(1445), 1, sym_bit_string_length, - ACTIONS(1066), 1, + ACTIONS(1447), 1, sym_bit_string_base, - ACTIONS(1303), 1, - sym_condition_conversion, - STATE(478), 1, + STATE(578), 1, sym_unary_operator, - STATE(479), 1, + STATE(603), 1, sym_sign, - STATE(788), 1, + STATE(815), 1, sym__direct_name, - STATE(1526), 1, + STATE(1742), 1, sym__abstract_literal, - STATE(1709), 1, + STATE(2234), 1, sym_based_literal, - STATE(1774), 1, + STATE(2246), 1, sym__expression, - STATE(2541), 1, - sym__primary, - STATE(2546), 1, + STATE(2645), 1, sym__literal, - STATE(2572), 1, + STATE(2648), 1, + sym__primary, + STATE(2680), 1, sym_bit_string_literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1058), 2, + ACTIONS(1439), 2, sym_decimal_integer, sym_decimal_float, - STATE(1553), 2, + STATE(1717), 2, sym__identifier, sym__external_name, - ACTIONS(1062), 3, + ACTIONS(1443), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -72950,20 +72963,20 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1673), 3, + STATE(1683), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2543), 3, + STATE(2646), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1052), 4, + ACTIONS(1433), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2571), 5, + STATE(2652), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -72978,7 +72991,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1056), 8, + ACTIONS(1437), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -72987,55 +73000,55 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [33064] = 30, + [33090] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1048), 1, - sym_condition_conversion, - ACTIONS(1203), 1, + ACTIONS(1449), 1, anon_sym_LPAREN, - ACTIONS(1205), 1, + ACTIONS(1451), 1, + sym_condition_conversion, + ACTIONS(1453), 1, anon_sym_LT_LT, - ACTIONS(1209), 1, + ACTIONS(1457), 1, sym_NEW, - ACTIONS(1215), 1, + ACTIONS(1463), 1, sym_based_base, - ACTIONS(1219), 1, + ACTIONS(1467), 1, sym_bit_string_length, - ACTIONS(1221), 1, + ACTIONS(1469), 1, sym_bit_string_base, - STATE(428), 1, + STATE(714), 1, sym_unary_operator, - STATE(429), 1, + STATE(717), 1, sym_sign, - STATE(837), 1, + STATE(796), 1, sym__direct_name, - STATE(2014), 1, + STATE(1843), 1, sym__abstract_literal, - STATE(2354), 1, - sym_based_literal, - STATE(2388), 1, + STATE(2043), 1, sym__expression, - STATE(2737), 1, - sym_bit_string_literal, - STATE(2740), 1, - sym__primary, - STATE(2742), 1, + STATE(2083), 1, + sym_based_literal, + STATE(2619), 1, sym__literal, + STATE(2656), 1, + sym__primary, + STATE(2677), 1, + sym_bit_string_literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1213), 2, + ACTIONS(1461), 2, sym_decimal_integer, sym_decimal_float, - STATE(2137), 2, + STATE(1907), 2, sym__identifier, sym__external_name, - ACTIONS(1217), 3, + ACTIONS(1465), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -73043,20 +73056,20 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(2139), 3, + STATE(1912), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2741), 3, + STATE(2618), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1207), 4, + ACTIONS(1455), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2738), 5, + STATE(2661), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -73071,7 +73084,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1211), 8, + ACTIONS(1459), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -73080,55 +73093,55 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [33187] = 30, + [33213] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(898), 1, + ACTIONS(1449), 1, anon_sym_LPAREN, - ACTIONS(902), 1, + ACTIONS(1451), 1, + sym_condition_conversion, + ACTIONS(1453), 1, anon_sym_LT_LT, - ACTIONS(906), 1, + ACTIONS(1457), 1, sym_NEW, - ACTIONS(912), 1, + ACTIONS(1463), 1, sym_based_base, - ACTIONS(916), 1, + ACTIONS(1467), 1, sym_bit_string_length, - ACTIONS(918), 1, + ACTIONS(1469), 1, sym_bit_string_base, - ACTIONS(1305), 1, - sym_condition_conversion, - STATE(483), 1, + STATE(714), 1, sym_unary_operator, - STATE(484), 1, + STATE(717), 1, sym_sign, - STATE(743), 1, + STATE(796), 1, sym__direct_name, - STATE(1060), 1, + STATE(1843), 1, sym__abstract_literal, - STATE(1162), 1, + STATE(2044), 1, sym__expression, - STATE(1236), 1, + STATE(2083), 1, sym_based_literal, - STATE(2366), 1, - sym_bit_string_literal, - STATE(2367), 1, - sym__primary, - STATE(2369), 1, + STATE(2619), 1, sym__literal, + STATE(2656), 1, + sym__primary, + STATE(2677), 1, + sym_bit_string_literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(910), 2, + ACTIONS(1461), 2, sym_decimal_integer, sym_decimal_float, - STATE(1081), 2, + STATE(1907), 2, sym__identifier, sym__external_name, - ACTIONS(914), 3, + ACTIONS(1465), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -73136,20 +73149,20 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1082), 3, + STATE(1912), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2368), 3, + STATE(2618), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(904), 4, + ACTIONS(1455), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2417), 5, + STATE(2661), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -73164,7 +73177,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(908), 8, + ACTIONS(1459), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -73173,76 +73186,75 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [33310] = 30, + [33336] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(898), 1, + ACTIONS(1251), 1, anon_sym_LPAREN, - ACTIONS(902), 1, + ACTIONS(1253), 1, + sym_condition_conversion, + ACTIONS(1255), 1, anon_sym_LT_LT, - ACTIONS(906), 1, + ACTIONS(1259), 1, sym_NEW, - ACTIONS(912), 1, + ACTIONS(1265), 1, sym_based_base, - ACTIONS(916), 1, + ACTIONS(1269), 1, sym_bit_string_length, - ACTIONS(918), 1, + ACTIONS(1271), 1, sym_bit_string_base, - ACTIONS(1305), 1, - sym_condition_conversion, - STATE(483), 1, + STATE(671), 1, sym_unary_operator, - STATE(484), 1, - sym_sign, - STATE(743), 1, + STATE(820), 1, sym__direct_name, - STATE(1060), 1, + STATE(1888), 1, sym__abstract_literal, - STATE(1123), 1, - sym__expression, - STATE(1236), 1, + STATE(1935), 1, sym_based_literal, - STATE(2366), 1, - sym_bit_string_literal, - STATE(2367), 1, + STATE(2023), 1, + sym__expression, + STATE(2651), 1, sym__primary, - STATE(2369), 1, + STATE(2670), 1, + sym_bit_string_literal, + STATE(2673), 1, sym__literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(910), 2, + ACTIONS(1263), 2, sym_decimal_integer, sym_decimal_float, - STATE(1081), 2, + STATE(1870), 2, sym__identifier, sym__external_name, - ACTIONS(914), 3, + ACTIONS(1267), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(635), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(1082), 3, + STATE(1872), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2368), 3, + STATE(2663), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(904), 4, + ACTIONS(1257), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2417), 5, + STATE(635), 4, + sym_sign, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(2654), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -73257,7 +73269,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(908), 8, + ACTIONS(1261), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -73266,55 +73278,55 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [33433] = 30, + [33457] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(898), 1, + ACTIONS(1449), 1, anon_sym_LPAREN, - ACTIONS(902), 1, + ACTIONS(1451), 1, + sym_condition_conversion, + ACTIONS(1453), 1, anon_sym_LT_LT, - ACTIONS(906), 1, + ACTIONS(1457), 1, sym_NEW, - ACTIONS(912), 1, + ACTIONS(1463), 1, sym_based_base, - ACTIONS(916), 1, + ACTIONS(1467), 1, sym_bit_string_length, - ACTIONS(918), 1, + ACTIONS(1469), 1, sym_bit_string_base, - ACTIONS(1305), 1, - sym_condition_conversion, - STATE(483), 1, + STATE(714), 1, sym_unary_operator, - STATE(484), 1, + STATE(717), 1, sym_sign, - STATE(743), 1, + STATE(796), 1, sym__direct_name, - STATE(1060), 1, + STATE(1843), 1, sym__abstract_literal, - STATE(1124), 1, + STATE(2045), 1, sym__expression, - STATE(1236), 1, + STATE(2083), 1, sym_based_literal, - STATE(2366), 1, - sym_bit_string_literal, - STATE(2367), 1, - sym__primary, - STATE(2369), 1, + STATE(2619), 1, sym__literal, + STATE(2656), 1, + sym__primary, + STATE(2677), 1, + sym_bit_string_literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(910), 2, + ACTIONS(1461), 2, sym_decimal_integer, sym_decimal_float, - STATE(1081), 2, + STATE(1907), 2, sym__identifier, sym__external_name, - ACTIONS(914), 3, + ACTIONS(1465), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -73322,20 +73334,20 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1082), 3, + STATE(1912), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2368), 3, + STATE(2618), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(904), 4, + ACTIONS(1455), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2417), 5, + STATE(2661), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -73350,7 +73362,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(908), 8, + ACTIONS(1459), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -73359,55 +73371,55 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [33556] = 30, + [33580] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(898), 1, + ACTIONS(1449), 1, anon_sym_LPAREN, - ACTIONS(902), 1, + ACTIONS(1451), 1, + sym_condition_conversion, + ACTIONS(1453), 1, anon_sym_LT_LT, - ACTIONS(906), 1, + ACTIONS(1457), 1, sym_NEW, - ACTIONS(912), 1, + ACTIONS(1463), 1, sym_based_base, - ACTIONS(916), 1, + ACTIONS(1467), 1, sym_bit_string_length, - ACTIONS(918), 1, + ACTIONS(1469), 1, sym_bit_string_base, - ACTIONS(1305), 1, - sym_condition_conversion, - STATE(483), 1, + STATE(714), 1, sym_unary_operator, - STATE(484), 1, + STATE(717), 1, sym_sign, - STATE(743), 1, + STATE(796), 1, sym__direct_name, - STATE(1060), 1, + STATE(1843), 1, sym__abstract_literal, - STATE(1137), 1, + STATE(2062), 1, sym__expression, - STATE(1236), 1, + STATE(2083), 1, sym_based_literal, - STATE(2366), 1, - sym_bit_string_literal, - STATE(2367), 1, - sym__primary, - STATE(2369), 1, + STATE(2619), 1, sym__literal, + STATE(2656), 1, + sym__primary, + STATE(2677), 1, + sym_bit_string_literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(910), 2, + ACTIONS(1461), 2, sym_decimal_integer, sym_decimal_float, - STATE(1081), 2, + STATE(1907), 2, sym__identifier, sym__external_name, - ACTIONS(914), 3, + ACTIONS(1465), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -73415,20 +73427,20 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1082), 3, + STATE(1912), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2368), 3, + STATE(2618), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(904), 4, + ACTIONS(1455), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2417), 5, + STATE(2661), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -73443,7 +73455,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(908), 8, + ACTIONS(1459), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -73452,76 +73464,75 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [33679] = 30, + [33703] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(764), 1, - anon_sym_LT_LT, - ACTIONS(986), 1, + ACTIONS(920), 1, anon_sym_LPAREN, - ACTIONS(990), 1, + ACTIONS(924), 1, + anon_sym_LT_LT, + ACTIONS(928), 1, sym_NEW, - ACTIONS(996), 1, + ACTIONS(934), 1, sym_based_base, - ACTIONS(998), 1, + ACTIONS(938), 1, sym_bit_string_length, - ACTIONS(1000), 1, + ACTIONS(940), 1, sym_bit_string_base, - ACTIONS(1347), 1, + ACTIONS(1361), 1, sym_condition_conversion, - STATE(499), 1, - sym_unary_operator, - STATE(500), 1, + STATE(650), 1, sym_sign, - STATE(763), 1, + STATE(741), 1, sym__direct_name, - STATE(1138), 1, + STATE(1102), 1, sym__abstract_literal, - STATE(1257), 1, - sym_based_literal, - STATE(1311), 1, + STATE(1128), 1, sym__expression, - STATE(2452), 1, + STATE(1140), 1, + sym_based_literal, + STATE(2349), 1, sym_bit_string_literal, - STATE(2454), 1, + STATE(2354), 1, sym__primary, - STATE(2456), 1, + STATE(2359), 1, sym__literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(994), 2, + ACTIONS(932), 2, sym_decimal_integer, sym_decimal_float, - STATE(838), 2, + STATE(1116), 2, sym__identifier, sym__external_name, - ACTIONS(776), 3, + ACTIONS(936), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(638), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(840), 3, + STATE(999), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2455), 3, + STATE(2356), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(808), 4, + ACTIONS(926), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2467), 5, + STATE(638), 4, + sym_unary_operator, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(2400), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -73536,7 +73547,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(992), 8, + ACTIONS(930), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -73545,55 +73556,55 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [33802] = 30, + [33824] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(764), 1, - anon_sym_LT_LT, - ACTIONS(986), 1, + ACTIONS(988), 1, anon_sym_LPAREN, - ACTIONS(990), 1, - sym_NEW, + ACTIONS(992), 1, + anon_sym_LT_LT, ACTIONS(996), 1, + sym_NEW, + ACTIONS(1002), 1, sym_based_base, - ACTIONS(998), 1, + ACTIONS(1006), 1, sym_bit_string_length, - ACTIONS(1000), 1, + ACTIONS(1008), 1, sym_bit_string_base, - ACTIONS(1347), 1, + ACTIONS(1359), 1, sym_condition_conversion, - STATE(499), 1, - sym_unary_operator, - STATE(500), 1, + STATE(467), 1, sym_sign, - STATE(763), 1, + STATE(520), 1, + sym_unary_operator, + STATE(744), 1, sym__direct_name, - STATE(1138), 1, + STATE(1063), 1, sym__abstract_literal, - STATE(1257), 1, + STATE(1141), 1, sym_based_literal, - STATE(1316), 1, + STATE(1144), 1, sym__expression, - STATE(2452), 1, - sym_bit_string_literal, - STATE(2454), 1, - sym__primary, - STATE(2456), 1, + STATE(2350), 1, sym__literal, + STATE(2362), 1, + sym__primary, + STATE(2385), 1, + sym_bit_string_literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(994), 2, + ACTIONS(1000), 2, sym_decimal_integer, sym_decimal_float, - STATE(838), 2, + STATE(1027), 2, sym__identifier, sym__external_name, - ACTIONS(776), 3, + ACTIONS(1004), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -73601,20 +73612,20 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(840), 3, + STATE(1028), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2455), 3, + STATE(2361), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(808), 4, + ACTIONS(994), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2467), 5, + STATE(2296), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -73629,7 +73640,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(992), 8, + ACTIONS(998), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -73638,76 +73649,75 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [33925] = 30, + [33947] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(764), 1, - anon_sym_LT_LT, - ACTIONS(986), 1, + ACTIONS(265), 1, + sym_condition_conversion, + ACTIONS(736), 1, anon_sym_LPAREN, - ACTIONS(990), 1, + ACTIONS(738), 1, + anon_sym_LT_LT, + ACTIONS(744), 1, sym_NEW, - ACTIONS(996), 1, + ACTIONS(752), 1, sym_based_base, - ACTIONS(998), 1, + ACTIONS(756), 1, sym_bit_string_length, - ACTIONS(1000), 1, + ACTIONS(758), 1, sym_bit_string_base, - ACTIONS(1347), 1, - sym_condition_conversion, - STATE(499), 1, - sym_unary_operator, - STATE(500), 1, + STATE(688), 1, sym_sign, - STATE(763), 1, + STATE(743), 1, sym__direct_name, - STATE(1138), 1, + STATE(1006), 1, sym__abstract_literal, - STATE(1257), 1, - sym_based_literal, - STATE(1317), 1, + STATE(1170), 1, sym__expression, - STATE(2452), 1, + STATE(1206), 1, + sym_based_literal, + STATE(2399), 1, sym_bit_string_literal, - STATE(2454), 1, - sym__primary, - STATE(2456), 1, + STATE(2427), 1, sym__literal, + STATE(2431), 1, + sym__primary, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(994), 2, + ACTIONS(750), 2, sym_decimal_integer, sym_decimal_float, - STATE(838), 2, + STATE(1025), 2, sym__identifier, sym__external_name, - ACTIONS(776), 3, + ACTIONS(754), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(640), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(840), 3, + STATE(1087), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2455), 3, + STATE(2428), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(808), 4, + ACTIONS(740), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2467), 5, + STATE(640), 4, + sym_unary_operator, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(2423), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -73722,7 +73732,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(992), 8, + ACTIONS(746), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -73731,55 +73741,55 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [34048] = 30, + [34068] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(764), 1, - anon_sym_LT_LT, - ACTIONS(986), 1, + ACTIONS(1427), 1, anon_sym_LPAREN, - ACTIONS(990), 1, + ACTIONS(1429), 1, + sym_condition_conversion, + ACTIONS(1431), 1, + anon_sym_LT_LT, + ACTIONS(1435), 1, sym_NEW, - ACTIONS(996), 1, + ACTIONS(1441), 1, sym_based_base, - ACTIONS(998), 1, + ACTIONS(1445), 1, sym_bit_string_length, - ACTIONS(1000), 1, + ACTIONS(1447), 1, sym_bit_string_base, - ACTIONS(1347), 1, - sym_condition_conversion, - STATE(499), 1, + STATE(578), 1, sym_unary_operator, - STATE(500), 1, + STATE(603), 1, sym_sign, - STATE(763), 1, + STATE(815), 1, sym__direct_name, - STATE(1138), 1, + STATE(1742), 1, sym__abstract_literal, - STATE(1257), 1, + STATE(2234), 1, sym_based_literal, - STATE(1318), 1, + STATE(2253), 1, sym__expression, - STATE(2452), 1, - sym_bit_string_literal, - STATE(2454), 1, - sym__primary, - STATE(2456), 1, + STATE(2645), 1, sym__literal, + STATE(2648), 1, + sym__primary, + STATE(2680), 1, + sym_bit_string_literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(994), 2, + ACTIONS(1439), 2, sym_decimal_integer, sym_decimal_float, - STATE(838), 2, + STATE(1717), 2, sym__identifier, sym__external_name, - ACTIONS(776), 3, + ACTIONS(1443), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -73787,20 +73797,20 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(840), 3, + STATE(1683), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2455), 3, + STATE(2646), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(808), 4, + ACTIONS(1433), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2467), 5, + STATE(2652), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -73815,7 +73825,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(992), 8, + ACTIONS(1437), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -73824,55 +73834,57 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [34171] = 30, + [34191] = 31, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1004), 1, + ACTIONS(762), 1, sym_condition_conversion, - ACTIONS(1405), 1, + ACTIONS(898), 1, anon_sym_LPAREN, - ACTIONS(1407), 1, + ACTIONS(902), 1, anon_sym_LT_LT, - ACTIONS(1411), 1, + ACTIONS(906), 1, sym_NEW, - ACTIONS(1417), 1, + ACTIONS(912), 1, sym_based_base, - ACTIONS(1421), 1, + ACTIONS(916), 1, sym_bit_string_length, - ACTIONS(1423), 1, + ACTIONS(918), 1, sym_bit_string_base, - STATE(524), 1, - sym_unary_operator, - STATE(525), 1, + STATE(663), 1, sym_sign, - STATE(769), 1, + STATE(685), 1, + sym_unary_operator, + STATE(882), 1, sym__direct_name, - STATE(1331), 1, + STATE(2170), 1, sym__abstract_literal, - STATE(1436), 1, - sym__expression, - STATE(1445), 1, + STATE(2405), 1, sym_based_literal, - STATE(2477), 1, - sym_bit_string_literal, - STATE(2482), 1, + STATE(2461), 1, + sym__expression, + STATE(2702), 1, sym__primary, - STATE(2485), 1, + STATE(2705), 1, sym__literal, + STATE(2735), 1, + sym_simple_expression, + STATE(2770), 1, + sym_bit_string_literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1415), 2, + ACTIONS(910), 2, sym_decimal_integer, sym_decimal_float, - STATE(1280), 2, + STATE(1979), 2, sym__identifier, sym__external_name, - ACTIONS(1419), 3, + ACTIONS(914), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -73880,25 +73892,24 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1281), 3, + STATE(1977), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2484), 3, + STATE(2730), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1409), 4, + ACTIONS(1227), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2533), 5, + STATE(2013), 4, sym_condition_expression, sym_logical_expression, sym_relational_expression, sym_shift_expression, - sym_simple_expression, ACTIONS(273), 8, sym_ABS, sym_AND, @@ -73908,7 +73919,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1413), 8, + ACTIONS(908), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -73917,55 +73928,55 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [34294] = 30, + [34316] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1004), 1, - sym_condition_conversion, - ACTIONS(1405), 1, + ACTIONS(988), 1, anon_sym_LPAREN, - ACTIONS(1407), 1, + ACTIONS(992), 1, anon_sym_LT_LT, - ACTIONS(1411), 1, + ACTIONS(996), 1, sym_NEW, - ACTIONS(1417), 1, + ACTIONS(1002), 1, sym_based_base, - ACTIONS(1421), 1, + ACTIONS(1006), 1, sym_bit_string_length, - ACTIONS(1423), 1, + ACTIONS(1008), 1, sym_bit_string_base, - STATE(524), 1, - sym_unary_operator, - STATE(525), 1, + ACTIONS(1359), 1, + sym_condition_conversion, + STATE(467), 1, sym_sign, - STATE(769), 1, + STATE(520), 1, + sym_unary_operator, + STATE(744), 1, sym__direct_name, - STATE(1331), 1, + STATE(1063), 1, sym__abstract_literal, - STATE(1440), 1, - sym__expression, - STATE(1445), 1, + STATE(1141), 1, sym_based_literal, - STATE(2477), 1, - sym_bit_string_literal, - STATE(2482), 1, - sym__primary, - STATE(2485), 1, + STATE(1145), 1, + sym__expression, + STATE(2350), 1, sym__literal, + STATE(2362), 1, + sym__primary, + STATE(2385), 1, + sym_bit_string_literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1415), 2, + ACTIONS(1000), 2, sym_decimal_integer, sym_decimal_float, - STATE(1280), 2, + STATE(1027), 2, sym__identifier, sym__external_name, - ACTIONS(1419), 3, + ACTIONS(1004), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -73973,20 +73984,20 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1281), 3, + STATE(1028), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2484), 3, + STATE(2361), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1409), 4, + ACTIONS(994), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2533), 5, + STATE(2296), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -74001,7 +74012,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1413), 8, + ACTIONS(998), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -74010,55 +74021,55 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [34417] = 30, + [34439] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1004), 1, - sym_condition_conversion, - ACTIONS(1405), 1, + ACTIONS(898), 1, anon_sym_LPAREN, - ACTIONS(1407), 1, + ACTIONS(900), 1, + sym_condition_conversion, + ACTIONS(902), 1, anon_sym_LT_LT, - ACTIONS(1411), 1, + ACTIONS(906), 1, sym_NEW, - ACTIONS(1417), 1, + ACTIONS(912), 1, sym_based_base, - ACTIONS(1421), 1, + ACTIONS(916), 1, sym_bit_string_length, - ACTIONS(1423), 1, + ACTIONS(918), 1, sym_bit_string_base, - STATE(524), 1, - sym_unary_operator, - STATE(525), 1, + STATE(663), 1, sym_sign, - STATE(769), 1, + STATE(685), 1, + sym_unary_operator, + STATE(882), 1, sym__direct_name, - STATE(1331), 1, + STATE(2170), 1, sym__abstract_literal, - STATE(1441), 1, + STATE(2297), 1, sym__expression, - STATE(1445), 1, + STATE(2405), 1, sym_based_literal, - STATE(2477), 1, - sym_bit_string_literal, - STATE(2482), 1, + STATE(2702), 1, sym__primary, - STATE(2485), 1, + STATE(2705), 1, sym__literal, + STATE(2770), 1, + sym_bit_string_literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1415), 2, + ACTIONS(910), 2, sym_decimal_integer, sym_decimal_float, - STATE(1280), 2, + STATE(1979), 2, sym__identifier, sym__external_name, - ACTIONS(1419), 3, + ACTIONS(914), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -74066,20 +74077,20 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1281), 3, + STATE(1977), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2484), 3, + STATE(2730), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1409), 4, + ACTIONS(1227), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2533), 5, + STATE(2772), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -74094,7 +74105,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1413), 8, + ACTIONS(908), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -74103,55 +74114,55 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [34540] = 30, + [34562] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1004), 1, - sym_condition_conversion, - ACTIONS(1405), 1, + ACTIONS(1427), 1, anon_sym_LPAREN, - ACTIONS(1407), 1, + ACTIONS(1429), 1, + sym_condition_conversion, + ACTIONS(1431), 1, anon_sym_LT_LT, - ACTIONS(1411), 1, + ACTIONS(1435), 1, sym_NEW, - ACTIONS(1417), 1, + ACTIONS(1441), 1, sym_based_base, - ACTIONS(1421), 1, + ACTIONS(1445), 1, sym_bit_string_length, - ACTIONS(1423), 1, + ACTIONS(1447), 1, sym_bit_string_base, - STATE(524), 1, + STATE(578), 1, sym_unary_operator, - STATE(525), 1, + STATE(603), 1, sym_sign, - STATE(769), 1, + STATE(815), 1, sym__direct_name, - STATE(1331), 1, + STATE(1742), 1, sym__abstract_literal, - STATE(1442), 1, - sym__expression, - STATE(1445), 1, + STATE(2234), 1, sym_based_literal, - STATE(2477), 1, - sym_bit_string_literal, - STATE(2482), 1, - sym__primary, - STATE(2485), 1, + STATE(2255), 1, + sym__expression, + STATE(2645), 1, sym__literal, + STATE(2648), 1, + sym__primary, + STATE(2680), 1, + sym_bit_string_literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1415), 2, + ACTIONS(1439), 2, sym_decimal_integer, sym_decimal_float, - STATE(1280), 2, + STATE(1717), 2, sym__identifier, sym__external_name, - ACTIONS(1419), 3, + ACTIONS(1443), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -74159,20 +74170,20 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1281), 3, + STATE(1683), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2484), 3, + STATE(2646), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1409), 4, + ACTIONS(1433), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2533), 5, + STATE(2652), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -74187,7 +74198,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1413), 8, + ACTIONS(1437), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -74196,55 +74207,55 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [34663] = 30, + [34685] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1223), 1, + ACTIONS(898), 1, anon_sym_LPAREN, - ACTIONS(1225), 1, + ACTIONS(900), 1, sym_condition_conversion, - ACTIONS(1227), 1, + ACTIONS(902), 1, anon_sym_LT_LT, - ACTIONS(1231), 1, + ACTIONS(906), 1, sym_NEW, - ACTIONS(1237), 1, + ACTIONS(912), 1, sym_based_base, - ACTIONS(1241), 1, + ACTIONS(916), 1, sym_bit_string_length, - ACTIONS(1243), 1, + ACTIONS(918), 1, sym_bit_string_base, - STATE(433), 1, - sym_unary_operator, - STATE(434), 1, + STATE(663), 1, sym_sign, - STATE(830), 1, + STATE(685), 1, + sym_unary_operator, + STATE(882), 1, sym__direct_name, - STATE(1678), 1, + STATE(2170), 1, sym__abstract_literal, - STATE(1951), 1, + STATE(2298), 1, sym__expression, - STATE(2019), 1, + STATE(2405), 1, sym_based_literal, - STATE(2648), 1, - sym_bit_string_literal, - STATE(2659), 1, + STATE(2702), 1, sym__primary, - STATE(2667), 1, + STATE(2705), 1, sym__literal, + STATE(2770), 1, + sym_bit_string_literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1235), 2, + ACTIONS(910), 2, sym_decimal_integer, sym_decimal_float, - STATE(1876), 2, + STATE(1979), 2, sym__identifier, sym__external_name, - ACTIONS(1239), 3, + ACTIONS(914), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -74252,20 +74263,20 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1880), 3, + STATE(1977), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2662), 3, + STATE(2730), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1229), 4, + ACTIONS(1227), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2650), 5, + STATE(2772), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -74280,7 +74291,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1233), 8, + ACTIONS(908), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -74289,55 +74300,55 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [34786] = 30, + [34808] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1002), 1, + ACTIONS(898), 1, anon_sym_LPAREN, - ACTIONS(1006), 1, + ACTIONS(900), 1, + sym_condition_conversion, + ACTIONS(902), 1, anon_sym_LT_LT, - ACTIONS(1010), 1, + ACTIONS(906), 1, sym_NEW, - ACTIONS(1016), 1, + ACTIONS(912), 1, sym_based_base, - ACTIONS(1020), 1, + ACTIONS(916), 1, sym_bit_string_length, - ACTIONS(1022), 1, + ACTIONS(918), 1, sym_bit_string_base, - ACTIONS(1403), 1, - sym_condition_conversion, - STATE(519), 1, - sym_unary_operator, - STATE(520), 1, + STATE(663), 1, sym_sign, - STATE(746), 1, + STATE(685), 1, + sym_unary_operator, + STATE(882), 1, sym__direct_name, - STATE(1071), 1, + STATE(2170), 1, sym__abstract_literal, - STATE(1154), 1, - sym_based_literal, - STATE(1218), 1, + STATE(2299), 1, sym__expression, - STATE(2290), 1, + STATE(2405), 1, + sym_based_literal, + STATE(2702), 1, sym__primary, - STATE(2399), 1, + STATE(2705), 1, sym__literal, - STATE(2429), 1, + STATE(2770), 1, sym_bit_string_literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1014), 2, + ACTIONS(910), 2, sym_decimal_integer, sym_decimal_float, - STATE(1116), 2, + STATE(1979), 2, sym__identifier, sym__external_name, - ACTIONS(1018), 3, + ACTIONS(914), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -74345,20 +74356,20 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1000), 3, + STATE(1977), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2301), 3, + STATE(2730), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1008), 4, + ACTIONS(1227), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2387), 5, + STATE(2772), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -74373,7 +74384,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1012), 8, + ACTIONS(908), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -74382,55 +74393,55 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [34909] = 30, + [34931] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1002), 1, + ACTIONS(898), 1, anon_sym_LPAREN, - ACTIONS(1006), 1, + ACTIONS(900), 1, + sym_condition_conversion, + ACTIONS(902), 1, anon_sym_LT_LT, - ACTIONS(1010), 1, + ACTIONS(906), 1, sym_NEW, - ACTIONS(1016), 1, + ACTIONS(912), 1, sym_based_base, - ACTIONS(1020), 1, + ACTIONS(916), 1, sym_bit_string_length, - ACTIONS(1022), 1, + ACTIONS(918), 1, sym_bit_string_base, - ACTIONS(1403), 1, - sym_condition_conversion, - STATE(519), 1, - sym_unary_operator, - STATE(520), 1, + STATE(663), 1, sym_sign, - STATE(746), 1, + STATE(685), 1, + sym_unary_operator, + STATE(882), 1, sym__direct_name, - STATE(1071), 1, + STATE(2170), 1, sym__abstract_literal, - STATE(1154), 1, - sym_based_literal, - STATE(1211), 1, + STATE(2357), 1, sym__expression, - STATE(2290), 1, + STATE(2405), 1, + sym_based_literal, + STATE(2702), 1, sym__primary, - STATE(2399), 1, + STATE(2705), 1, sym__literal, - STATE(2429), 1, + STATE(2770), 1, sym_bit_string_literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1014), 2, + ACTIONS(910), 2, sym_decimal_integer, sym_decimal_float, - STATE(1116), 2, + STATE(1979), 2, sym__identifier, sym__external_name, - ACTIONS(1018), 3, + ACTIONS(914), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -74438,20 +74449,20 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1000), 3, + STATE(1977), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2301), 3, + STATE(2730), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1008), 4, + ACTIONS(1227), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2387), 5, + STATE(2772), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -74466,7 +74477,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1012), 8, + ACTIONS(908), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -74475,76 +74486,75 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [35032] = 30, + [35054] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1002), 1, - anon_sym_LPAREN, - ACTIONS(1006), 1, + ACTIONS(782), 1, anon_sym_LT_LT, - ACTIONS(1010), 1, + ACTIONS(1030), 1, + anon_sym_LPAREN, + ACTIONS(1034), 1, sym_NEW, - ACTIONS(1016), 1, + ACTIONS(1040), 1, sym_based_base, - ACTIONS(1020), 1, + ACTIONS(1042), 1, sym_bit_string_length, - ACTIONS(1022), 1, + ACTIONS(1044), 1, sym_bit_string_base, - ACTIONS(1403), 1, + ACTIONS(1319), 1, sym_condition_conversion, - STATE(519), 1, - sym_unary_operator, - STATE(520), 1, + STATE(579), 1, sym_sign, - STATE(746), 1, + STATE(756), 1, sym__direct_name, - STATE(1071), 1, + STATE(1195), 1, sym__abstract_literal, - STATE(1134), 1, - sym__expression, - STATE(1154), 1, + STATE(1243), 1, sym_based_literal, - STATE(2290), 1, + STATE(1255), 1, + sym__expression, + STATE(2436), 1, sym__primary, - STATE(2399), 1, + STATE(2443), 1, sym__literal, - STATE(2429), 1, + STATE(2453), 1, sym_bit_string_literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1014), 2, + ACTIONS(1038), 2, sym_decimal_integer, sym_decimal_float, - STATE(1116), 2, + STATE(879), 2, sym__identifier, sym__external_name, - ACTIONS(1018), 3, + ACTIONS(786), 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(1000), 3, + STATE(881), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2301), 3, + STATE(2442), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1008), 4, + ACTIONS(806), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2387), 5, + STATE(649), 4, + sym_unary_operator, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(2468), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -74559,7 +74569,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1012), 8, + ACTIONS(1036), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -74568,76 +74578,75 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [35155] = 30, + [35175] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1002), 1, + ACTIONS(920), 1, anon_sym_LPAREN, - ACTIONS(1006), 1, + ACTIONS(924), 1, anon_sym_LT_LT, - ACTIONS(1010), 1, + ACTIONS(928), 1, sym_NEW, - ACTIONS(1016), 1, + ACTIONS(934), 1, sym_based_base, - ACTIONS(1020), 1, + ACTIONS(938), 1, sym_bit_string_length, - ACTIONS(1022), 1, + ACTIONS(940), 1, sym_bit_string_base, - ACTIONS(1403), 1, + ACTIONS(1361), 1, sym_condition_conversion, - STATE(519), 1, + STATE(638), 1, sym_unary_operator, - STATE(520), 1, - sym_sign, - STATE(746), 1, + STATE(741), 1, sym__direct_name, - STATE(1071), 1, + STATE(1102), 1, sym__abstract_literal, - STATE(1139), 1, + STATE(1126), 1, sym__expression, - STATE(1154), 1, + STATE(1140), 1, sym_based_literal, - STATE(2290), 1, + STATE(2349), 1, + sym_bit_string_literal, + STATE(2354), 1, sym__primary, - STATE(2399), 1, + STATE(2359), 1, sym__literal, - STATE(2429), 1, - sym_bit_string_literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1014), 2, + ACTIONS(932), 2, sym_decimal_integer, sym_decimal_float, STATE(1116), 2, sym__identifier, sym__external_name, - ACTIONS(1018), 3, + ACTIONS(936), 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(1000), 3, + STATE(999), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2301), 3, + STATE(2356), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1008), 4, + ACTIONS(926), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2387), 5, + STATE(650), 4, + sym_sign, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(2400), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -74652,7 +74661,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1012), 8, + ACTIONS(930), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -74661,57 +74670,55 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [35278] = 31, + [35296] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(762), 1, + ACTIONS(1048), 1, sym_condition_conversion, - ACTIONS(1068), 1, + ACTIONS(1137), 1, anon_sym_LPAREN, - ACTIONS(1070), 1, + ACTIONS(1141), 1, anon_sym_LT_LT, - ACTIONS(1074), 1, + ACTIONS(1145), 1, sym_NEW, - ACTIONS(1080), 1, + ACTIONS(1151), 1, sym_based_base, - ACTIONS(1084), 1, + ACTIONS(1155), 1, sym_bit_string_length, - ACTIONS(1086), 1, + ACTIONS(1157), 1, sym_bit_string_base, - STATE(414), 1, - sym_sign, - STATE(719), 1, + STATE(625), 1, sym_unary_operator, - STATE(733), 1, + STATE(630), 1, + sym_sign, + STATE(883), 1, sym__direct_name, - STATE(965), 1, + STATE(1973), 1, sym__abstract_literal, - STATE(1110), 1, + STATE(2398), 1, + sym__expression, + STATE(2418), 1, sym_based_literal, - STATE(1943), 1, + STATE(2736), 1, sym_bit_string_literal, - STATE(1946), 1, + STATE(2741), 1, sym__primary, - STATE(1948), 1, + STATE(2743), 1, sym__literal, - STATE(1958), 1, - sym_simple_expression, - STATE(2434), 1, - sym__expression, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1078), 2, + ACTIONS(1149), 2, sym_decimal_integer, sym_decimal_float, - STATE(939), 2, + STATE(2281), 2, sym__identifier, sym__external_name, - ACTIONS(1082), 3, + ACTIONS(1153), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -74719,24 +74726,25 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(940), 3, + STATE(2282), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(1947), 3, + STATE(2742), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1072), 4, + ACTIONS(1143), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(1944), 4, + STATE(2738), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, sym_shift_expression, + sym_simple_expression, ACTIONS(273), 8, sym_ABS, sym_AND, @@ -74746,7 +74754,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1076), 8, + ACTIONS(1147), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -74755,76 +74763,75 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [35403] = 30, + [35419] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1447), 1, - anon_sym_LPAREN, - ACTIONS(1449), 1, + ACTIONS(922), 1, sym_condition_conversion, - ACTIONS(1451), 1, + ACTIONS(1363), 1, + anon_sym_LPAREN, + ACTIONS(1365), 1, anon_sym_LT_LT, - ACTIONS(1455), 1, + ACTIONS(1369), 1, sym_NEW, - ACTIONS(1461), 1, + ACTIONS(1375), 1, sym_based_base, - ACTIONS(1465), 1, + ACTIONS(1379), 1, sym_bit_string_length, - ACTIONS(1467), 1, + ACTIONS(1381), 1, sym_bit_string_base, - STATE(673), 1, + STATE(654), 1, sym_unary_operator, - STATE(674), 1, - sym_sign, - STATE(853), 1, + STATE(765), 1, sym__direct_name, - STATE(2020), 1, + STATE(1416), 1, sym__abstract_literal, - STATE(2357), 1, + STATE(1431), 1, sym_based_literal, - STATE(2382), 1, + STATE(1435), 1, sym__expression, - STATE(2700), 1, - sym__primary, - STATE(2705), 1, + STATE(2488), 1, sym__literal, - STATE(2739), 1, + STATE(2492), 1, + sym__primary, + STATE(2496), 1, sym_bit_string_literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1459), 2, + ACTIONS(1373), 2, sym_decimal_integer, sym_decimal_float, - STATE(2087), 2, + STATE(1273), 2, sym__identifier, sym__external_name, - ACTIONS(1463), 3, + ACTIONS(1377), 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(2088), 3, + STATE(1275), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2701), 3, + STATE(2489), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1453), 4, + ACTIONS(1367), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2750), 5, + STATE(652), 4, + sym_sign, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(2512), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -74839,7 +74846,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1457), 8, + ACTIONS(1371), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -74848,55 +74855,55 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [35526] = 30, + [35540] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1159), 1, - anon_sym_LPAREN, - ACTIONS(1161), 1, + ACTIONS(1048), 1, sym_condition_conversion, - ACTIONS(1163), 1, + ACTIONS(1137), 1, + anon_sym_LPAREN, + ACTIONS(1141), 1, anon_sym_LT_LT, - ACTIONS(1167), 1, + ACTIONS(1145), 1, sym_NEW, - ACTIONS(1173), 1, + ACTIONS(1151), 1, sym_based_base, - ACTIONS(1177), 1, + ACTIONS(1155), 1, sym_bit_string_length, - ACTIONS(1179), 1, + ACTIONS(1157), 1, sym_bit_string_base, - STATE(413), 1, + STATE(625), 1, sym_unary_operator, - STATE(661), 1, + STATE(630), 1, sym_sign, - STATE(780), 1, + STATE(883), 1, sym__direct_name, - STATE(1531), 1, + STATE(1973), 1, sym__abstract_literal, - STATE(1730), 1, - sym_based_literal, - STATE(1874), 1, + STATE(2387), 1, sym__expression, - STATE(2567), 1, - sym__primary, - STATE(2610), 1, + STATE(2418), 1, + sym_based_literal, + STATE(2736), 1, sym_bit_string_literal, - STATE(2612), 1, + STATE(2741), 1, + sym__primary, + STATE(2743), 1, sym__literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1171), 2, + ACTIONS(1149), 2, sym_decimal_integer, sym_decimal_float, - STATE(1550), 2, + STATE(2281), 2, sym__identifier, sym__external_name, - ACTIONS(1175), 3, + ACTIONS(1153), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -74904,20 +74911,20 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1551), 3, + STATE(2282), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2584), 3, + STATE(2742), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1165), 4, + ACTIONS(1143), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2547), 5, + STATE(2738), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -74932,7 +74939,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1169), 8, + ACTIONS(1147), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -74941,76 +74948,75 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [35649] = 30, + [35663] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(878), 1, + ACTIONS(922), 1, sym_condition_conversion, - ACTIONS(920), 1, + ACTIONS(1363), 1, anon_sym_LPAREN, - ACTIONS(922), 1, + ACTIONS(1365), 1, anon_sym_LT_LT, - ACTIONS(926), 1, + ACTIONS(1369), 1, sym_NEW, - ACTIONS(932), 1, + ACTIONS(1375), 1, sym_based_base, - ACTIONS(936), 1, + ACTIONS(1379), 1, sym_bit_string_length, - ACTIONS(938), 1, + ACTIONS(1381), 1, sym_bit_string_base, - STATE(709), 1, - sym_unary_operator, - STATE(710), 1, + STATE(652), 1, sym_sign, - STATE(868), 1, + STATE(765), 1, sym__direct_name, - STATE(2283), 1, + STATE(1416), 1, sym__abstract_literal, - STATE(2295), 1, - sym__expression, - STATE(2422), 1, + STATE(1431), 1, sym_based_literal, - STATE(2756), 1, - sym_bit_string_literal, - STATE(2762), 1, - sym__primary, - STATE(2764), 1, + STATE(1433), 1, + sym__expression, + STATE(2488), 1, sym__literal, + STATE(2492), 1, + sym__primary, + STATE(2496), 1, + sym_bit_string_literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(930), 2, + ACTIONS(1373), 2, sym_decimal_integer, sym_decimal_float, - STATE(1975), 2, + STATE(1273), 2, sym__identifier, sym__external_name, - ACTIONS(934), 3, + ACTIONS(1377), 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(1976), 3, + STATE(1275), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2763), 3, + STATE(2489), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1245), 4, + ACTIONS(1367), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2761), 5, + STATE(654), 4, + sym_unary_operator, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(2512), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -75025,7 +75031,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(928), 8, + ACTIONS(1371), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -75034,55 +75040,55 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [35772] = 30, + [35784] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1159), 1, - anon_sym_LPAREN, - ACTIONS(1161), 1, + ACTIONS(265), 1, sym_condition_conversion, - ACTIONS(1163), 1, + ACTIONS(736), 1, + anon_sym_LPAREN, + ACTIONS(738), 1, anon_sym_LT_LT, - ACTIONS(1167), 1, + ACTIONS(744), 1, sym_NEW, - ACTIONS(1173), 1, + ACTIONS(752), 1, sym_based_base, - ACTIONS(1177), 1, + ACTIONS(756), 1, sym_bit_string_length, - ACTIONS(1179), 1, + ACTIONS(758), 1, sym_bit_string_base, - STATE(413), 1, + STATE(640), 1, sym_unary_operator, - STATE(661), 1, + STATE(688), 1, sym_sign, - STATE(780), 1, + STATE(743), 1, sym__direct_name, - STATE(1386), 1, - sym__expression, - STATE(1531), 1, + STATE(1006), 1, sym__abstract_literal, - STATE(1730), 1, + STATE(1156), 1, + sym__expression, + STATE(1206), 1, sym_based_literal, - STATE(2567), 1, - sym__primary, - STATE(2610), 1, + STATE(2399), 1, sym_bit_string_literal, - STATE(2612), 1, + STATE(2427), 1, sym__literal, + STATE(2431), 1, + sym__primary, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1171), 2, + ACTIONS(750), 2, sym_decimal_integer, sym_decimal_float, - STATE(1550), 2, + STATE(1025), 2, sym__identifier, sym__external_name, - ACTIONS(1175), 3, + ACTIONS(754), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -75090,20 +75096,20 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1551), 3, + STATE(1087), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2584), 3, + STATE(2428), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1165), 4, + ACTIONS(740), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2547), 5, + STATE(2423), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -75118,7 +75124,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1169), 8, + ACTIONS(746), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -75127,55 +75133,57 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [35895] = 30, + [35907] = 31, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1249), 1, - anon_sym_LPAREN, - ACTIONS(1251), 1, + ACTIONS(762), 1, sym_condition_conversion, - ACTIONS(1253), 1, + ACTIONS(1405), 1, + anon_sym_LPAREN, + ACTIONS(1407), 1, anon_sym_LT_LT, - ACTIONS(1257), 1, + ACTIONS(1411), 1, sym_NEW, - ACTIONS(1263), 1, + ACTIONS(1417), 1, sym_based_base, - ACTIONS(1267), 1, + ACTIONS(1421), 1, sym_bit_string_length, - ACTIONS(1269), 1, + ACTIONS(1423), 1, sym_bit_string_base, - STATE(443), 1, + STATE(537), 1, sym_unary_operator, - STATE(444), 1, + STATE(563), 1, sym_sign, - STATE(842), 1, + STATE(821), 1, sym__direct_name, - STATE(2054), 1, + STATE(1776), 1, sym__abstract_literal, - STATE(2296), 1, + STATE(2052), 1, sym_based_literal, - STATE(2339), 1, + STATE(2448), 1, sym__expression, - STATE(2735), 1, - sym_bit_string_literal, - STATE(2746), 1, - sym__primary, - STATE(2753), 1, + STATE(2622), 1, sym__literal, + STATE(2628), 1, + sym_simple_expression, + STATE(2630), 1, + sym__primary, + STATE(2639), 1, + sym_bit_string_literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1261), 2, + ACTIONS(1415), 2, sym_decimal_integer, sym_decimal_float, - STATE(2222), 2, + STATE(1783), 2, sym__identifier, sym__external_name, - ACTIONS(1265), 3, + ACTIONS(1419), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -75183,25 +75191,24 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(2223), 3, + STATE(1784), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2752), 3, + STATE(2626), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1255), 4, + ACTIONS(1409), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2734), 5, + STATE(2013), 4, sym_condition_expression, sym_logical_expression, sym_relational_expression, sym_shift_expression, - sym_simple_expression, ACTIONS(273), 8, sym_ABS, sym_AND, @@ -75211,7 +75218,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1259), 8, + ACTIONS(1413), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -75220,76 +75227,75 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [36018] = 30, + [36032] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(762), 1, - sym_condition_conversion, - ACTIONS(1068), 1, + ACTIONS(263), 1, anon_sym_LPAREN, - ACTIONS(1070), 1, - anon_sym_LT_LT, - ACTIONS(1074), 1, + ACTIONS(275), 1, sym_NEW, - ACTIONS(1080), 1, + ACTIONS(285), 1, sym_based_base, - ACTIONS(1084), 1, + ACTIONS(289), 1, sym_bit_string_length, - ACTIONS(1086), 1, + ACTIONS(291), 1, sym_bit_string_base, - STATE(414), 1, + ACTIONS(401), 1, + anon_sym_LT_LT, + ACTIONS(1273), 1, + sym_condition_conversion, + STATE(661), 1, sym_sign, - STATE(719), 1, - sym_unary_operator, - STATE(733), 1, + STATE(736), 1, sym__direct_name, - STATE(965), 1, + STATE(964), 1, sym__abstract_literal, - STATE(1110), 1, + STATE(1024), 1, + sym__expression, + STATE(1073), 1, sym_based_literal, - STATE(1943), 1, + STATE(1984), 1, sym_bit_string_literal, - STATE(1946), 1, + STATE(1990), 1, sym__primary, - STATE(1948), 1, + STATE(1992), 1, sym__literal, - STATE(2377), 1, - sym__expression, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1078), 2, + ACTIONS(283), 2, sym_decimal_integer, sym_decimal_float, - STATE(939), 2, + STATE(954), 2, sym__identifier, sym__external_name, - ACTIONS(1082), 3, + ACTIONS(409), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(657), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(940), 3, + STATE(929), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(1947), 3, + STATE(1991), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1072), 4, + ACTIONS(403), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(1944), 5, + STATE(657), 4, + sym_unary_operator, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(2224), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -75304,7 +75310,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1076), 8, + ACTIONS(277), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -75313,55 +75319,55 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [36141] = 30, + [36153] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1181), 1, - anon_sym_LPAREN, - ACTIONS(1183), 1, + ACTIONS(265), 1, sym_condition_conversion, - ACTIONS(1185), 1, + ACTIONS(736), 1, + anon_sym_LPAREN, + ACTIONS(738), 1, anon_sym_LT_LT, - ACTIONS(1189), 1, + ACTIONS(744), 1, sym_NEW, - ACTIONS(1195), 1, + ACTIONS(752), 1, sym_based_base, - ACTIONS(1199), 1, + ACTIONS(756), 1, sym_bit_string_length, - ACTIONS(1201), 1, + ACTIONS(758), 1, sym_bit_string_base, - STATE(423), 1, + STATE(640), 1, sym_unary_operator, - STATE(424), 1, + STATE(688), 1, sym_sign, - STATE(883), 1, + STATE(743), 1, sym__direct_name, - STATE(2008), 1, + STATE(1006), 1, sym__abstract_literal, - STATE(2305), 1, - sym__expression, - STATE(2337), 1, + STATE(1206), 1, sym_based_literal, - STATE(2709), 1, + STATE(1553), 1, + sym__expression, + STATE(2399), 1, sym_bit_string_literal, - STATE(2713), 1, - sym__primary, - STATE(2717), 1, + STATE(2427), 1, sym__literal, + STATE(2431), 1, + sym__primary, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1193), 2, + ACTIONS(750), 2, sym_decimal_integer, sym_decimal_float, - STATE(2106), 2, + STATE(1025), 2, sym__identifier, sym__external_name, - ACTIONS(1197), 3, + ACTIONS(754), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -75369,20 +75375,20 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(2107), 3, + STATE(1087), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2716), 3, + STATE(2428), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1187), 4, + ACTIONS(740), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2710), 5, + STATE(2423), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -75397,7 +75403,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1191), 8, + ACTIONS(746), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -75406,55 +75412,55 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [36264] = 30, + [36276] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(762), 1, - sym_condition_conversion, - ACTIONS(1068), 1, + ACTIONS(263), 1, anon_sym_LPAREN, - ACTIONS(1070), 1, - anon_sym_LT_LT, - ACTIONS(1074), 1, + ACTIONS(275), 1, sym_NEW, - ACTIONS(1080), 1, + ACTIONS(285), 1, sym_based_base, - ACTIONS(1084), 1, + ACTIONS(289), 1, sym_bit_string_length, - ACTIONS(1086), 1, + ACTIONS(291), 1, sym_bit_string_base, - STATE(414), 1, - sym_sign, - STATE(719), 1, + ACTIONS(401), 1, + anon_sym_LT_LT, + ACTIONS(1273), 1, + sym_condition_conversion, + STATE(657), 1, sym_unary_operator, - STATE(733), 1, + STATE(661), 1, + sym_sign, + STATE(736), 1, sym__direct_name, - STATE(965), 1, + STATE(964), 1, sym__abstract_literal, - STATE(1110), 1, + STATE(1044), 1, + sym__expression, + STATE(1073), 1, sym_based_literal, - STATE(1943), 1, + STATE(1984), 1, sym_bit_string_literal, - STATE(1946), 1, + STATE(1990), 1, sym__primary, - STATE(1948), 1, + STATE(1992), 1, sym__literal, - STATE(2326), 1, - sym__expression, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1078), 2, + ACTIONS(283), 2, sym_decimal_integer, sym_decimal_float, - STATE(939), 2, + STATE(954), 2, sym__identifier, sym__external_name, - ACTIONS(1082), 3, + ACTIONS(409), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -75462,20 +75468,20 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(940), 3, + STATE(929), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(1947), 3, + STATE(1991), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1072), 4, + ACTIONS(403), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(1944), 5, + STATE(2224), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -75490,7 +75496,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1076), 8, + ACTIONS(277), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -75499,55 +75505,55 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [36387] = 30, + [36399] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(878), 1, - sym_condition_conversion, - ACTIONS(920), 1, + ACTIONS(898), 1, anon_sym_LPAREN, - ACTIONS(922), 1, + ACTIONS(900), 1, + sym_condition_conversion, + ACTIONS(902), 1, anon_sym_LT_LT, - ACTIONS(926), 1, + ACTIONS(906), 1, sym_NEW, - ACTIONS(932), 1, + ACTIONS(912), 1, sym_based_base, - ACTIONS(936), 1, + ACTIONS(916), 1, sym_bit_string_length, - ACTIONS(938), 1, + ACTIONS(918), 1, sym_bit_string_base, - STATE(709), 1, - sym_unary_operator, - STATE(710), 1, + STATE(663), 1, sym_sign, - STATE(868), 1, + STATE(685), 1, + sym_unary_operator, + STATE(882), 1, sym__direct_name, - STATE(2022), 1, + STATE(1914), 1, sym__expression, - STATE(2283), 1, + STATE(2170), 1, sym__abstract_literal, - STATE(2422), 1, + STATE(2405), 1, sym_based_literal, - STATE(2756), 1, - sym_bit_string_literal, - STATE(2762), 1, + STATE(2702), 1, sym__primary, - STATE(2764), 1, + STATE(2705), 1, sym__literal, + STATE(2770), 1, + sym_bit_string_literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(930), 2, + ACTIONS(910), 2, sym_decimal_integer, sym_decimal_float, - STATE(1975), 2, + STATE(1979), 2, sym__identifier, sym__external_name, - ACTIONS(934), 3, + ACTIONS(914), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -75555,20 +75561,20 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1976), 3, + STATE(1977), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2763), 3, + STATE(2730), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1245), 4, + ACTIONS(1227), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2761), 5, + STATE(2772), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -75583,7 +75589,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(928), 8, + ACTIONS(908), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -75592,65 +75598,65 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [36510] = 29, + [36522] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1159), 1, + ACTIONS(263), 1, anon_sym_LPAREN, - ACTIONS(1161), 1, - sym_condition_conversion, - ACTIONS(1163), 1, - anon_sym_LT_LT, - ACTIONS(1167), 1, + ACTIONS(275), 1, sym_NEW, - ACTIONS(1173), 1, + ACTIONS(285), 1, sym_based_base, - ACTIONS(1177), 1, + ACTIONS(289), 1, sym_bit_string_length, - ACTIONS(1179), 1, + ACTIONS(291), 1, sym_bit_string_base, - STATE(413), 1, + ACTIONS(401), 1, + anon_sym_LT_LT, + ACTIONS(1273), 1, + sym_condition_conversion, + STATE(657), 1, sym_unary_operator, - STATE(780), 1, + STATE(736), 1, sym__direct_name, - STATE(1531), 1, + STATE(964), 1, sym__abstract_literal, - STATE(1693), 1, + STATE(1029), 1, sym__expression, - STATE(1730), 1, + STATE(1073), 1, sym_based_literal, - STATE(2567), 1, - sym__primary, - STATE(2610), 1, + STATE(1984), 1, sym_bit_string_literal, - STATE(2612), 1, + STATE(1990), 1, + sym__primary, + STATE(1992), 1, sym__literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1171), 2, + ACTIONS(283), 2, sym_decimal_integer, sym_decimal_float, - STATE(1550), 2, + STATE(954), 2, sym__identifier, sym__external_name, - ACTIONS(1175), 3, + ACTIONS(409), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(1551), 3, + STATE(929), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2584), 3, + STATE(1991), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1165), 4, + ACTIONS(403), 4, sym_identifier, sym_library_constant, sym_library_function, @@ -75660,7 +75666,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(2547), 5, + STATE(2224), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -75675,7 +75681,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1169), 8, + ACTIONS(277), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -75684,55 +75690,55 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [36631] = 30, + [36643] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(878), 1, - sym_condition_conversion, - ACTIONS(920), 1, + ACTIONS(760), 1, anon_sym_LPAREN, - ACTIONS(922), 1, - anon_sym_LT_LT, - ACTIONS(926), 1, + ACTIONS(768), 1, sym_NEW, - ACTIONS(932), 1, + ACTIONS(774), 1, sym_based_base, - ACTIONS(936), 1, + ACTIONS(778), 1, sym_bit_string_length, - ACTIONS(938), 1, + ACTIONS(780), 1, sym_bit_string_base, - STATE(709), 1, - sym_unary_operator, + ACTIONS(782), 1, + anon_sym_LT_LT, + ACTIONS(1425), 1, + sym_condition_conversion, STATE(710), 1, sym_sign, - STATE(868), 1, + STATE(712), 1, + sym_unary_operator, + STATE(723), 1, sym__direct_name, - STATE(1963), 1, - sym__expression, - STATE(2283), 1, + STATE(838), 1, sym__abstract_literal, - STATE(2422), 1, + STATE(918), 1, sym_based_literal, - STATE(2756), 1, - sym_bit_string_literal, - STATE(2762), 1, - sym__primary, - STATE(2764), 1, + STATE(926), 1, + sym__expression, + STATE(1429), 1, sym__literal, + STATE(1446), 1, + sym__primary, + STATE(1458), 1, + sym_bit_string_literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(930), 2, + ACTIONS(772), 2, sym_decimal_integer, sym_decimal_float, - STATE(1975), 2, + STATE(879), 2, sym__identifier, sym__external_name, - ACTIONS(934), 3, + ACTIONS(786), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -75740,20 +75746,20 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1976), 3, + STATE(881), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2763), 3, + STATE(1440), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1245), 4, + ACTIONS(806), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2761), 5, + STATE(1521), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -75768,7 +75774,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(928), 8, + ACTIONS(770), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -75777,76 +75783,75 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [36754] = 30, + [36766] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1425), 1, + ACTIONS(898), 1, anon_sym_LPAREN, - ACTIONS(1427), 1, + ACTIONS(900), 1, sym_condition_conversion, - ACTIONS(1429), 1, + ACTIONS(902), 1, anon_sym_LT_LT, - ACTIONS(1433), 1, + ACTIONS(906), 1, sym_NEW, - ACTIONS(1439), 1, + ACTIONS(912), 1, sym_based_base, - ACTIONS(1443), 1, + ACTIONS(916), 1, sym_bit_string_length, - ACTIONS(1445), 1, + ACTIONS(918), 1, sym_bit_string_base, - STATE(714), 1, + STATE(685), 1, sym_unary_operator, - STATE(715), 1, - sym_sign, - STATE(820), 1, + STATE(882), 1, sym__direct_name, - STATE(1860), 1, + STATE(2170), 1, sym__abstract_literal, - STATE(1927), 1, - sym_based_literal, - STATE(2116), 1, + STATE(2343), 1, sym__expression, - STATE(2640), 1, - sym_bit_string_literal, - STATE(2652), 1, - sym__literal, - STATE(2677), 1, + STATE(2405), 1, + sym_based_literal, + STATE(2702), 1, sym__primary, + STATE(2705), 1, + sym__literal, + STATE(2770), 1, + sym_bit_string_literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1437), 2, + ACTIONS(910), 2, sym_decimal_integer, sym_decimal_float, - STATE(1695), 2, + STATE(1979), 2, sym__identifier, sym__external_name, - ACTIONS(1441), 3, + ACTIONS(914), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(663), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(1696), 3, + STATE(1977), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2643), 3, + STATE(2730), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1431), 4, + ACTIONS(1227), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2688), 5, + STATE(663), 4, + sym_sign, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(2772), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -75861,7 +75866,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1435), 8, + ACTIONS(908), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -75870,55 +75875,55 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [36877] = 30, + [36887] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(964), 1, - sym_condition_conversion, - ACTIONS(1088), 1, + ACTIONS(415), 1, anon_sym_LPAREN, - ACTIONS(1092), 1, + ACTIONS(417), 1, + sym_condition_conversion, + ACTIONS(419), 1, anon_sym_LT_LT, - ACTIONS(1096), 1, + ACTIONS(427), 1, sym_NEW, - ACTIONS(1102), 1, + ACTIONS(439), 1, sym_based_base, - ACTIONS(1106), 1, + ACTIONS(443), 1, sym_bit_string_length, - ACTIONS(1108), 1, + ACTIONS(445), 1, sym_bit_string_base, - STATE(418), 1, + STATE(699), 1, sym_unary_operator, - STATE(419), 1, + STATE(700), 1, sym_sign, - STATE(873), 1, + STATE(764), 1, sym__direct_name, - STATE(1978), 1, + STATE(1399), 1, sym__abstract_literal, - STATE(2304), 1, - sym_based_literal, - STATE(2312), 1, + STATE(1448), 1, sym__expression, - STATE(2694), 1, - sym__primary, - STATE(2698), 1, + STATE(1466), 1, + sym_based_literal, + STATE(2500), 1, sym__literal, - STATE(2758), 1, + STATE(2502), 1, + sym__primary, + STATE(2505), 1, sym_bit_string_literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1100), 2, + ACTIONS(437), 2, sym_decimal_integer, sym_decimal_float, - STATE(2082), 2, + STATE(1352), 2, sym__identifier, sym__external_name, - ACTIONS(1104), 3, + ACTIONS(441), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -75926,20 +75931,20 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(2083), 3, + STATE(1351), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2697), 3, + STATE(2501), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1094), 4, + ACTIONS(421), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2768), 5, + STATE(2503), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -75954,7 +75959,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1098), 8, + ACTIONS(429), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -75963,55 +75968,55 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [37000] = 30, + [37010] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(762), 1, - sym_condition_conversion, - ACTIONS(1068), 1, + ACTIONS(415), 1, anon_sym_LPAREN, - ACTIONS(1070), 1, + ACTIONS(417), 1, + sym_condition_conversion, + ACTIONS(419), 1, anon_sym_LT_LT, - ACTIONS(1074), 1, + ACTIONS(427), 1, sym_NEW, - ACTIONS(1080), 1, + ACTIONS(439), 1, sym_based_base, - ACTIONS(1084), 1, + ACTIONS(443), 1, sym_bit_string_length, - ACTIONS(1086), 1, + ACTIONS(445), 1, sym_bit_string_base, - STATE(414), 1, - sym_sign, - STATE(719), 1, + STATE(699), 1, sym_unary_operator, - STATE(733), 1, + STATE(700), 1, + sym_sign, + STATE(764), 1, sym__direct_name, - STATE(965), 1, + STATE(1399), 1, sym__abstract_literal, - STATE(1110), 1, + STATE(1442), 1, + sym__expression, + STATE(1466), 1, sym_based_literal, - STATE(1943), 1, - sym_bit_string_literal, - STATE(1946), 1, - sym__primary, - STATE(1948), 1, + STATE(2500), 1, sym__literal, - STATE(2335), 1, - sym__expression, + STATE(2502), 1, + sym__primary, + STATE(2505), 1, + sym_bit_string_literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1078), 2, + ACTIONS(437), 2, sym_decimal_integer, sym_decimal_float, - STATE(939), 2, + STATE(1352), 2, sym__identifier, sym__external_name, - ACTIONS(1082), 3, + ACTIONS(441), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -76019,20 +76024,20 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(940), 3, + STATE(1351), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(1947), 3, + STATE(2501), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1072), 4, + ACTIONS(421), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(1944), 5, + STATE(2503), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -76047,7 +76052,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1076), 8, + ACTIONS(429), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -76056,55 +76061,55 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [37123] = 30, + [37133] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1159), 1, + ACTIONS(415), 1, anon_sym_LPAREN, - ACTIONS(1161), 1, + ACTIONS(417), 1, sym_condition_conversion, - ACTIONS(1163), 1, + ACTIONS(419), 1, anon_sym_LT_LT, - ACTIONS(1167), 1, + ACTIONS(427), 1, sym_NEW, - ACTIONS(1173), 1, + ACTIONS(439), 1, sym_based_base, - ACTIONS(1177), 1, + ACTIONS(443), 1, sym_bit_string_length, - ACTIONS(1179), 1, + ACTIONS(445), 1, sym_bit_string_base, - STATE(413), 1, + STATE(699), 1, sym_unary_operator, - STATE(661), 1, + STATE(700), 1, sym_sign, - STATE(780), 1, + STATE(764), 1, sym__direct_name, - STATE(1531), 1, + STATE(1399), 1, sym__abstract_literal, - STATE(1730), 1, - sym_based_literal, - STATE(1809), 1, + STATE(1439), 1, sym__expression, - STATE(2567), 1, + STATE(1466), 1, + sym_based_literal, + STATE(2500), 1, + sym__literal, + STATE(2502), 1, sym__primary, - STATE(2610), 1, + STATE(2505), 1, sym_bit_string_literal, - STATE(2612), 1, - sym__literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1171), 2, + ACTIONS(437), 2, sym_decimal_integer, sym_decimal_float, - STATE(1550), 2, + STATE(1352), 2, sym__identifier, sym__external_name, - ACTIONS(1175), 3, + ACTIONS(441), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -76112,20 +76117,20 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1551), 3, + STATE(1351), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2584), 3, + STATE(2501), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1165), 4, + ACTIONS(421), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2547), 5, + STATE(2503), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -76140,7 +76145,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1169), 8, + ACTIONS(429), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -76149,76 +76154,75 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [37246] = 30, + [37256] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(762), 1, - sym_condition_conversion, - ACTIONS(1068), 1, - anon_sym_LPAREN, - ACTIONS(1070), 1, + ACTIONS(856), 1, anon_sym_LT_LT, - ACTIONS(1074), 1, + ACTIONS(860), 1, sym_NEW, - ACTIONS(1080), 1, + ACTIONS(866), 1, sym_based_base, - ACTIONS(1084), 1, + ACTIONS(870), 1, sym_bit_string_length, - ACTIONS(1086), 1, + ACTIONS(872), 1, sym_bit_string_base, - STATE(414), 1, - sym_sign, - STATE(719), 1, + ACTIONS(986), 1, + anon_sym_LPAREN, + ACTIONS(1403), 1, + sym_condition_conversion, + STATE(668), 1, sym_unary_operator, - STATE(733), 1, + STATE(772), 1, sym__direct_name, - STATE(965), 1, + STATE(1374), 1, sym__abstract_literal, - STATE(1110), 1, + STATE(1477), 1, sym_based_literal, - STATE(1943), 1, + STATE(1502), 1, + sym__expression, + STATE(2506), 1, sym_bit_string_literal, - STATE(1946), 1, + STATE(2508), 1, sym__primary, - STATE(1948), 1, + STATE(2510), 1, sym__literal, - STATE(2322), 1, - sym__expression, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1078), 2, + ACTIONS(864), 2, sym_decimal_integer, sym_decimal_float, - STATE(939), 2, + STATE(1395), 2, sym__identifier, sym__external_name, - ACTIONS(1082), 3, + ACTIONS(868), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(667), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(940), 3, + STATE(1394), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(1947), 3, + STATE(2509), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1072), 4, + ACTIONS(858), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(1944), 5, + STATE(667), 4, + sym_sign, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(2517), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -76233,7 +76237,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1076), 8, + ACTIONS(862), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -76242,76 +76246,75 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [37369] = 30, + [37377] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1271), 1, - anon_sym_LPAREN, - ACTIONS(1273), 1, - sym_condition_conversion, - ACTIONS(1275), 1, + ACTIONS(856), 1, anon_sym_LT_LT, - ACTIONS(1279), 1, + ACTIONS(860), 1, sym_NEW, - ACTIONS(1285), 1, + ACTIONS(866), 1, sym_based_base, - ACTIONS(1289), 1, + ACTIONS(870), 1, sym_bit_string_length, - ACTIONS(1291), 1, + ACTIONS(872), 1, sym_bit_string_base, - STATE(448), 1, - sym_unary_operator, - STATE(449), 1, + ACTIONS(986), 1, + anon_sym_LPAREN, + ACTIONS(1403), 1, + sym_condition_conversion, + STATE(667), 1, sym_sign, - STATE(812), 1, + STATE(772), 1, sym__direct_name, - STATE(1769), 1, + STATE(1374), 1, sym__abstract_literal, - STATE(2061), 1, + STATE(1477), 1, sym_based_literal, - STATE(2110), 1, + STATE(1501), 1, sym__expression, - STATE(2622), 1, + STATE(2506), 1, + sym_bit_string_literal, + STATE(2508), 1, sym__primary, - STATE(2627), 1, + STATE(2510), 1, sym__literal, - STATE(2683), 1, - sym_bit_string_literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1283), 2, + ACTIONS(864), 2, sym_decimal_integer, sym_decimal_float, - STATE(1825), 2, + STATE(1395), 2, sym__identifier, sym__external_name, - ACTIONS(1287), 3, + ACTIONS(868), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(668), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(1687), 3, + STATE(1394), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2625), 3, + STATE(2509), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1277), 4, + ACTIONS(858), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2673), 5, + STATE(668), 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, @@ -76326,7 +76329,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1281), 8, + ACTIONS(862), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -76335,55 +76338,55 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [37492] = 30, + [37498] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1159), 1, + ACTIONS(415), 1, anon_sym_LPAREN, - ACTIONS(1161), 1, + ACTIONS(417), 1, sym_condition_conversion, - ACTIONS(1163), 1, + ACTIONS(419), 1, anon_sym_LT_LT, - ACTIONS(1167), 1, + ACTIONS(427), 1, sym_NEW, - ACTIONS(1173), 1, + ACTIONS(439), 1, sym_based_base, - ACTIONS(1177), 1, + ACTIONS(443), 1, sym_bit_string_length, - ACTIONS(1179), 1, + ACTIONS(445), 1, sym_bit_string_base, - STATE(413), 1, + STATE(699), 1, sym_unary_operator, - STATE(661), 1, + STATE(700), 1, sym_sign, - STATE(780), 1, + STATE(764), 1, sym__direct_name, - STATE(1531), 1, + STATE(1399), 1, sym__abstract_literal, - STATE(1730), 1, - sym_based_literal, - STATE(1813), 1, + STATE(1452), 1, sym__expression, - STATE(2567), 1, + STATE(1466), 1, + sym_based_literal, + STATE(2500), 1, + sym__literal, + STATE(2502), 1, sym__primary, - STATE(2610), 1, + STATE(2505), 1, sym_bit_string_literal, - STATE(2612), 1, - sym__literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1171), 2, + ACTIONS(437), 2, sym_decimal_integer, sym_decimal_float, - STATE(1550), 2, + STATE(1352), 2, sym__identifier, sym__external_name, - ACTIONS(1175), 3, + ACTIONS(441), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -76391,20 +76394,20 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1551), 3, + STATE(1351), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2584), 3, + STATE(2501), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1165), 4, + ACTIONS(421), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2547), 5, + STATE(2503), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -76419,7 +76422,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1169), 8, + ACTIONS(429), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -76428,55 +76431,55 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [37615] = 30, + [37621] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1159), 1, - anon_sym_LPAREN, - ACTIONS(1161), 1, + ACTIONS(1048), 1, sym_condition_conversion, - ACTIONS(1163), 1, + ACTIONS(1137), 1, + anon_sym_LPAREN, + ACTIONS(1141), 1, anon_sym_LT_LT, - ACTIONS(1167), 1, + ACTIONS(1145), 1, sym_NEW, - ACTIONS(1173), 1, + ACTIONS(1151), 1, sym_based_base, - ACTIONS(1177), 1, + ACTIONS(1155), 1, sym_bit_string_length, - ACTIONS(1179), 1, + ACTIONS(1157), 1, sym_bit_string_base, - STATE(413), 1, + STATE(625), 1, sym_unary_operator, - STATE(661), 1, + STATE(630), 1, sym_sign, - STATE(780), 1, + STATE(883), 1, sym__direct_name, - STATE(1531), 1, + STATE(1973), 1, sym__abstract_literal, - STATE(1730), 1, - sym_based_literal, - STATE(1814), 1, + STATE(2386), 1, sym__expression, - STATE(2567), 1, - sym__primary, - STATE(2610), 1, + STATE(2418), 1, + sym_based_literal, + STATE(2736), 1, sym_bit_string_literal, - STATE(2612), 1, + STATE(2741), 1, + sym__primary, + STATE(2743), 1, sym__literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1171), 2, + ACTIONS(1149), 2, sym_decimal_integer, sym_decimal_float, - STATE(1550), 2, + STATE(2281), 2, sym__identifier, sym__external_name, - ACTIONS(1175), 3, + ACTIONS(1153), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -76484,20 +76487,20 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1551), 3, + STATE(2282), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2584), 3, + STATE(2742), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1165), 4, + ACTIONS(1143), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2547), 5, + STATE(2738), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -76512,7 +76515,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1169), 8, + ACTIONS(1147), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -76521,76 +76524,75 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [37738] = 30, + [37744] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(762), 1, - sym_condition_conversion, - ACTIONS(1068), 1, + ACTIONS(1251), 1, anon_sym_LPAREN, - ACTIONS(1070), 1, + ACTIONS(1253), 1, + sym_condition_conversion, + ACTIONS(1255), 1, anon_sym_LT_LT, - ACTIONS(1074), 1, + ACTIONS(1259), 1, sym_NEW, - ACTIONS(1080), 1, + ACTIONS(1265), 1, sym_based_base, - ACTIONS(1084), 1, + ACTIONS(1269), 1, sym_bit_string_length, - ACTIONS(1086), 1, + ACTIONS(1271), 1, sym_bit_string_base, - STATE(414), 1, + STATE(635), 1, sym_sign, - STATE(719), 1, - sym_unary_operator, - STATE(733), 1, + STATE(820), 1, sym__direct_name, - STATE(965), 1, + STATE(1888), 1, sym__abstract_literal, - STATE(1110), 1, + STATE(1935), 1, sym_based_literal, - STATE(1943), 1, - sym_bit_string_literal, - STATE(1946), 1, + STATE(2022), 1, + sym__expression, + STATE(2651), 1, sym__primary, - STATE(1948), 1, + STATE(2670), 1, + sym_bit_string_literal, + STATE(2673), 1, sym__literal, - STATE(2330), 1, - sym__expression, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1078), 2, + ACTIONS(1263), 2, sym_decimal_integer, sym_decimal_float, - STATE(939), 2, + STATE(1870), 2, sym__identifier, sym__external_name, - ACTIONS(1082), 3, + ACTIONS(1267), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(671), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(940), 3, + STATE(1872), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(1947), 3, + STATE(2663), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1072), 4, + ACTIONS(1257), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(1944), 5, + STATE(671), 4, + sym_unary_operator, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(2654), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -76605,7 +76607,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1076), 8, + ACTIONS(1261), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -76614,55 +76616,55 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [37861] = 30, + [37865] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1447), 1, + ACTIONS(760), 1, anon_sym_LPAREN, - ACTIONS(1449), 1, - sym_condition_conversion, - ACTIONS(1451), 1, - anon_sym_LT_LT, - ACTIONS(1455), 1, + ACTIONS(768), 1, sym_NEW, - ACTIONS(1461), 1, + ACTIONS(774), 1, sym_based_base, - ACTIONS(1465), 1, + ACTIONS(778), 1, sym_bit_string_length, - ACTIONS(1467), 1, + ACTIONS(780), 1, sym_bit_string_base, - STATE(673), 1, - sym_unary_operator, - STATE(674), 1, + ACTIONS(782), 1, + anon_sym_LT_LT, + ACTIONS(1425), 1, + sym_condition_conversion, + STATE(710), 1, sym_sign, - STATE(853), 1, + STATE(712), 1, + sym_unary_operator, + STATE(723), 1, sym__direct_name, - STATE(2020), 1, + STATE(838), 1, sym__abstract_literal, - STATE(2357), 1, - sym_based_literal, - STATE(2394), 1, + STATE(891), 1, sym__expression, - STATE(2700), 1, - sym__primary, - STATE(2705), 1, + STATE(918), 1, + sym_based_literal, + STATE(1429), 1, sym__literal, - STATE(2739), 1, + STATE(1446), 1, + sym__primary, + STATE(1458), 1, sym_bit_string_literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1459), 2, + ACTIONS(772), 2, sym_decimal_integer, sym_decimal_float, - STATE(2087), 2, + STATE(879), 2, sym__identifier, sym__external_name, - ACTIONS(1463), 3, + ACTIONS(786), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -76670,20 +76672,20 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(2088), 3, + STATE(881), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2701), 3, + STATE(1440), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1453), 4, + ACTIONS(806), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2750), 5, + STATE(1521), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -76698,7 +76700,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1457), 8, + ACTIONS(770), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -76707,75 +76709,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [37984] = 29, + [37988] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1447), 1, - anon_sym_LPAREN, - ACTIONS(1449), 1, + ACTIONS(762), 1, sym_condition_conversion, - ACTIONS(1451), 1, + ACTIONS(1068), 1, + anon_sym_LPAREN, + ACTIONS(1070), 1, anon_sym_LT_LT, - ACTIONS(1455), 1, + ACTIONS(1074), 1, sym_NEW, - ACTIONS(1461), 1, + ACTIONS(1080), 1, sym_based_base, - ACTIONS(1465), 1, + ACTIONS(1084), 1, sym_bit_string_length, - ACTIONS(1467), 1, + ACTIONS(1086), 1, sym_bit_string_base, - STATE(674), 1, + STATE(506), 1, sym_sign, - STATE(853), 1, + STATE(527), 1, + sym_unary_operator, + STATE(733), 1, sym__direct_name, - STATE(2020), 1, + STATE(943), 1, sym__abstract_literal, - STATE(2357), 1, + STATE(1098), 1, sym_based_literal, - STATE(2402), 1, - sym__expression, - STATE(2700), 1, - sym__primary, - STATE(2705), 1, + STATE(2006), 1, sym__literal, - STATE(2739), 1, + STATE(2012), 1, + sym__primary, + STATE(2014), 1, sym_bit_string_literal, + STATE(2312), 1, + sym__expression, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1459), 2, + ACTIONS(1078), 2, sym_decimal_integer, sym_decimal_float, - STATE(2087), 2, + STATE(944), 2, sym__identifier, sym__external_name, - ACTIONS(1463), 3, + ACTIONS(1082), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(2088), 3, + STATE(673), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(950), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2701), 3, + STATE(2011), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1453), 4, + ACTIONS(1072), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(673), 4, - sym_unary_operator, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(2750), 5, + STATE(2013), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -76790,7 +76793,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1457), 8, + ACTIONS(1076), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -76799,75 +76802,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [38105] = 29, + [38111] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1447), 1, + ACTIONS(760), 1, anon_sym_LPAREN, - ACTIONS(1449), 1, - sym_condition_conversion, - ACTIONS(1451), 1, - anon_sym_LT_LT, - ACTIONS(1455), 1, + ACTIONS(768), 1, sym_NEW, - ACTIONS(1461), 1, + ACTIONS(774), 1, sym_based_base, - ACTIONS(1465), 1, + ACTIONS(778), 1, sym_bit_string_length, - ACTIONS(1467), 1, + ACTIONS(780), 1, sym_bit_string_base, - STATE(673), 1, + ACTIONS(782), 1, + anon_sym_LT_LT, + ACTIONS(1425), 1, + sym_condition_conversion, + STATE(710), 1, + sym_sign, + STATE(712), 1, sym_unary_operator, - STATE(853), 1, + STATE(723), 1, sym__direct_name, - STATE(2020), 1, + STATE(838), 1, sym__abstract_literal, - STATE(2357), 1, - sym_based_literal, - STATE(2403), 1, + STATE(887), 1, sym__expression, - STATE(2700), 1, - sym__primary, - STATE(2705), 1, + STATE(918), 1, + sym_based_literal, + STATE(1429), 1, sym__literal, - STATE(2739), 1, + STATE(1446), 1, + sym__primary, + STATE(1458), 1, sym_bit_string_literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1459), 2, + ACTIONS(772), 2, sym_decimal_integer, sym_decimal_float, - STATE(2087), 2, + STATE(879), 2, sym__identifier, sym__external_name, - ACTIONS(1463), 3, + ACTIONS(786), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(2088), 3, + STATE(674), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(881), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2701), 3, + STATE(1440), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1453), 4, + ACTIONS(806), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(674), 4, - sym_sign, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(2750), 5, + STATE(1521), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -76882,7 +76886,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1457), 8, + ACTIONS(770), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -76891,76 +76895,75 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [38226] = 30, + [38234] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1447), 1, + ACTIONS(1277), 1, anon_sym_LPAREN, - ACTIONS(1449), 1, + ACTIONS(1279), 1, sym_condition_conversion, - ACTIONS(1451), 1, + ACTIONS(1281), 1, anon_sym_LT_LT, - ACTIONS(1455), 1, + ACTIONS(1285), 1, sym_NEW, - ACTIONS(1461), 1, + ACTIONS(1291), 1, sym_based_base, - ACTIONS(1465), 1, + ACTIONS(1295), 1, sym_bit_string_length, - ACTIONS(1467), 1, + ACTIONS(1297), 1, sym_bit_string_base, - STATE(673), 1, + STATE(681), 1, sym_unary_operator, - STATE(674), 1, - sym_sign, - STATE(853), 1, + STATE(788), 1, sym__direct_name, - STATE(2020), 1, + STATE(1611), 1, sym__abstract_literal, - STATE(2357), 1, - sym_based_literal, - STATE(2414), 1, + STATE(1903), 1, sym__expression, - STATE(2700), 1, + STATE(1911), 1, + sym_based_literal, + STATE(2548), 1, sym__primary, - STATE(2705), 1, + STATE(2554), 1, sym__literal, - STATE(2739), 1, + STATE(2566), 1, sym_bit_string_literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1459), 2, + ACTIONS(1289), 2, sym_decimal_integer, sym_decimal_float, - STATE(2087), 2, + STATE(1639), 2, sym__identifier, sym__external_name, - ACTIONS(1463), 3, + ACTIONS(1293), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(675), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(2088), 3, + STATE(1647), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2701), 3, + STATE(2553), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1453), 4, + ACTIONS(1283), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2750), 5, + STATE(675), 4, + sym_sign, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(2541), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -76975,7 +76978,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1457), 8, + ACTIONS(1287), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -76984,76 +76987,75 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [38349] = 30, + [38355] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1447), 1, - anon_sym_LPAREN, - ACTIONS(1449), 1, + ACTIONS(854), 1, sym_condition_conversion, - ACTIONS(1451), 1, + ACTIONS(1299), 1, + anon_sym_LPAREN, + ACTIONS(1301), 1, anon_sym_LT_LT, - ACTIONS(1455), 1, + ACTIONS(1305), 1, sym_NEW, - ACTIONS(1461), 1, + ACTIONS(1311), 1, sym_based_base, - ACTIONS(1465), 1, + ACTIONS(1315), 1, sym_bit_string_length, - ACTIONS(1467), 1, + ACTIONS(1317), 1, sym_bit_string_base, - STATE(673), 1, - sym_unary_operator, - STATE(674), 1, + STATE(693), 1, sym_sign, - STATE(853), 1, + STATE(812), 1, sym__direct_name, - STATE(2020), 1, + STATE(1846), 1, sym__abstract_literal, - STATE(2357), 1, + STATE(1994), 1, sym_based_literal, - STATE(2415), 1, + STATE(2008), 1, sym__expression, - STATE(2700), 1, - sym__primary, - STATE(2705), 1, - sym__literal, - STATE(2739), 1, + STATE(2617), 1, sym_bit_string_literal, + STATE(2686), 1, + sym__literal, + STATE(2690), 1, + sym__primary, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1459), 2, + ACTIONS(1309), 2, sym_decimal_integer, sym_decimal_float, - STATE(2087), 2, + STATE(1760), 2, sym__identifier, sym__external_name, - ACTIONS(1463), 3, + ACTIONS(1313), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(676), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(2088), 3, + STATE(1761), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2701), 3, + STATE(2689), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1453), 4, + ACTIONS(1303), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2750), 5, + STATE(676), 4, + sym_unary_operator, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(2649), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -77068,7 +77070,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1457), 8, + ACTIONS(1307), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -77077,55 +77079,55 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [38472] = 30, + [38476] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1447), 1, - anon_sym_LPAREN, ACTIONS(1449), 1, - sym_condition_conversion, + anon_sym_LPAREN, ACTIONS(1451), 1, + sym_condition_conversion, + ACTIONS(1453), 1, anon_sym_LT_LT, - ACTIONS(1455), 1, + ACTIONS(1457), 1, sym_NEW, - ACTIONS(1461), 1, + ACTIONS(1463), 1, sym_based_base, - ACTIONS(1465), 1, - sym_bit_string_length, ACTIONS(1467), 1, + sym_bit_string_length, + ACTIONS(1469), 1, sym_bit_string_base, - STATE(673), 1, + STATE(714), 1, sym_unary_operator, - STATE(674), 1, + STATE(717), 1, sym_sign, - STATE(853), 1, + STATE(796), 1, sym__direct_name, - STATE(2020), 1, + STATE(1843), 1, sym__abstract_literal, - STATE(2357), 1, - sym_based_literal, - STATE(2420), 1, + STATE(2039), 1, sym__expression, - STATE(2700), 1, - sym__primary, - STATE(2705), 1, + STATE(2083), 1, + sym_based_literal, + STATE(2619), 1, sym__literal, - STATE(2739), 1, + STATE(2656), 1, + sym__primary, + STATE(2677), 1, sym_bit_string_literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1459), 2, + ACTIONS(1461), 2, sym_decimal_integer, sym_decimal_float, - STATE(2087), 2, + STATE(1907), 2, sym__identifier, sym__external_name, - ACTIONS(1463), 3, + ACTIONS(1465), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -77133,20 +77135,20 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(2088), 3, + STATE(1912), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2701), 3, + STATE(2618), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1453), 4, + ACTIONS(1455), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2750), 5, + STATE(2661), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -77161,7 +77163,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1457), 8, + ACTIONS(1459), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -77170,55 +77172,55 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [38595] = 30, + [38599] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1447), 1, - anon_sym_LPAREN, ACTIONS(1449), 1, - sym_condition_conversion, + anon_sym_LPAREN, ACTIONS(1451), 1, + sym_condition_conversion, + ACTIONS(1453), 1, anon_sym_LT_LT, - ACTIONS(1455), 1, + ACTIONS(1457), 1, sym_NEW, - ACTIONS(1461), 1, + ACTIONS(1463), 1, sym_based_base, - ACTIONS(1465), 1, - sym_bit_string_length, ACTIONS(1467), 1, + sym_bit_string_length, + ACTIONS(1469), 1, sym_bit_string_base, - STATE(673), 1, + STATE(714), 1, sym_unary_operator, - STATE(674), 1, + STATE(717), 1, sym_sign, - STATE(853), 1, + STATE(796), 1, sym__direct_name, - STATE(2020), 1, + STATE(1843), 1, sym__abstract_literal, - STATE(2357), 1, - sym_based_literal, - STATE(2423), 1, + STATE(2040), 1, sym__expression, - STATE(2700), 1, - sym__primary, - STATE(2705), 1, + STATE(2083), 1, + sym_based_literal, + STATE(2619), 1, sym__literal, - STATE(2739), 1, + STATE(2656), 1, + sym__primary, + STATE(2677), 1, sym_bit_string_literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1459), 2, + ACTIONS(1461), 2, sym_decimal_integer, sym_decimal_float, - STATE(2087), 2, + STATE(1907), 2, sym__identifier, sym__external_name, - ACTIONS(1463), 3, + ACTIONS(1465), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -77226,20 +77228,20 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(2088), 3, + STATE(1912), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2701), 3, + STATE(2618), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1453), 4, + ACTIONS(1455), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2750), 5, + STATE(2661), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -77254,7 +77256,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1457), 8, + ACTIONS(1459), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -77263,55 +77265,57 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [38718] = 30, + [38722] = 31, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1447), 1, - anon_sym_LPAREN, - ACTIONS(1449), 1, + ACTIONS(762), 1, sym_condition_conversion, - ACTIONS(1451), 1, + ACTIONS(1299), 1, + anon_sym_LPAREN, + ACTIONS(1301), 1, anon_sym_LT_LT, - ACTIONS(1455), 1, + ACTIONS(1305), 1, sym_NEW, - ACTIONS(1461), 1, + ACTIONS(1311), 1, sym_based_base, - ACTIONS(1465), 1, + ACTIONS(1315), 1, sym_bit_string_length, - ACTIONS(1467), 1, + ACTIONS(1317), 1, sym_bit_string_base, - STATE(673), 1, + STATE(676), 1, sym_unary_operator, - STATE(674), 1, + STATE(693), 1, sym_sign, - STATE(853), 1, + STATE(812), 1, sym__direct_name, - STATE(2020), 1, + STATE(1846), 1, sym__abstract_literal, - STATE(2357), 1, + STATE(1994), 1, sym_based_literal, - STATE(2424), 1, + STATE(2469), 1, sym__expression, - STATE(2700), 1, - sym__primary, - STATE(2705), 1, - sym__literal, - STATE(2739), 1, + STATE(2617), 1, sym_bit_string_literal, + STATE(2642), 1, + sym_simple_expression, + STATE(2686), 1, + sym__literal, + STATE(2690), 1, + sym__primary, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1459), 2, + ACTIONS(1309), 2, sym_decimal_integer, sym_decimal_float, - STATE(2087), 2, + STATE(1760), 2, sym__identifier, sym__external_name, - ACTIONS(1463), 3, + ACTIONS(1313), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -77319,25 +77323,24 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(2088), 3, + STATE(1761), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2701), 3, + STATE(2689), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1453), 4, + ACTIONS(1303), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2750), 5, + STATE(2013), 4, sym_condition_expression, sym_logical_expression, sym_relational_expression, sym_shift_expression, - sym_simple_expression, ACTIONS(273), 8, sym_ABS, sym_AND, @@ -77347,7 +77350,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1457), 8, + ACTIONS(1307), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -77356,55 +77359,55 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [38841] = 30, + [38847] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1447), 1, - anon_sym_LPAREN, - ACTIONS(1449), 1, + ACTIONS(762), 1, sym_condition_conversion, - ACTIONS(1451), 1, + ACTIONS(1068), 1, + anon_sym_LPAREN, + ACTIONS(1070), 1, anon_sym_LT_LT, - ACTIONS(1455), 1, + ACTIONS(1074), 1, sym_NEW, - ACTIONS(1461), 1, + ACTIONS(1080), 1, sym_based_base, - ACTIONS(1465), 1, + ACTIONS(1084), 1, sym_bit_string_length, - ACTIONS(1467), 1, + ACTIONS(1086), 1, sym_bit_string_base, - STATE(673), 1, - sym_unary_operator, - STATE(674), 1, + STATE(506), 1, sym_sign, - STATE(853), 1, + STATE(527), 1, + sym_unary_operator, + STATE(733), 1, sym__direct_name, - STATE(2020), 1, + STATE(943), 1, sym__abstract_literal, - STATE(2357), 1, + STATE(1098), 1, sym_based_literal, - STATE(2425), 1, - sym__expression, - STATE(2700), 1, - sym__primary, - STATE(2705), 1, + STATE(2006), 1, sym__literal, - STATE(2739), 1, + STATE(2012), 1, + sym__primary, + STATE(2014), 1, sym_bit_string_literal, + STATE(2394), 1, + sym__expression, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1459), 2, + ACTIONS(1078), 2, sym_decimal_integer, sym_decimal_float, - STATE(2087), 2, + STATE(944), 2, sym__identifier, sym__external_name, - ACTIONS(1463), 3, + ACTIONS(1082), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -77412,20 +77415,20 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(2088), 3, + STATE(950), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2701), 3, + STATE(2011), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1453), 4, + ACTIONS(1072), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2750), 5, + STATE(2013), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -77440,7 +77443,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1457), 8, + ACTIONS(1076), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -77449,76 +77452,75 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [38964] = 30, + [38970] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1159), 1, + ACTIONS(1277), 1, anon_sym_LPAREN, - ACTIONS(1161), 1, + ACTIONS(1279), 1, sym_condition_conversion, - ACTIONS(1163), 1, + ACTIONS(1281), 1, anon_sym_LT_LT, - ACTIONS(1167), 1, + ACTIONS(1285), 1, sym_NEW, - ACTIONS(1173), 1, + ACTIONS(1291), 1, sym_based_base, - ACTIONS(1177), 1, + ACTIONS(1295), 1, sym_bit_string_length, - ACTIONS(1179), 1, + ACTIONS(1297), 1, sym_bit_string_base, - STATE(413), 1, - sym_unary_operator, - STATE(661), 1, + STATE(675), 1, sym_sign, - STATE(780), 1, + STATE(788), 1, sym__direct_name, - STATE(1531), 1, + STATE(1611), 1, sym__abstract_literal, - STATE(1730), 1, - sym_based_literal, - STATE(1815), 1, + STATE(1905), 1, sym__expression, - STATE(2567), 1, + STATE(1911), 1, + sym_based_literal, + STATE(2548), 1, sym__primary, - STATE(2610), 1, - sym_bit_string_literal, - STATE(2612), 1, + STATE(2554), 1, sym__literal, + STATE(2566), 1, + sym_bit_string_literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1171), 2, + ACTIONS(1289), 2, sym_decimal_integer, sym_decimal_float, - STATE(1550), 2, + STATE(1639), 2, sym__identifier, sym__external_name, - ACTIONS(1175), 3, + ACTIONS(1293), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(681), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(1551), 3, + STATE(1647), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2584), 3, + STATE(2553), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1165), 4, + ACTIONS(1283), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2547), 5, + STATE(681), 4, + sym_unary_operator, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(2541), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -77533,7 +77535,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1169), 8, + ACTIONS(1287), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -77542,55 +77544,55 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [39087] = 30, + [39091] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1159), 1, + ACTIONS(1449), 1, anon_sym_LPAREN, - ACTIONS(1161), 1, + ACTIONS(1451), 1, sym_condition_conversion, - ACTIONS(1163), 1, + ACTIONS(1453), 1, anon_sym_LT_LT, - ACTIONS(1167), 1, + ACTIONS(1457), 1, sym_NEW, - ACTIONS(1173), 1, + ACTIONS(1463), 1, sym_based_base, - ACTIONS(1177), 1, + ACTIONS(1467), 1, sym_bit_string_length, - ACTIONS(1179), 1, + ACTIONS(1469), 1, sym_bit_string_base, - STATE(413), 1, + STATE(714), 1, sym_unary_operator, - STATE(661), 1, + STATE(717), 1, sym_sign, - STATE(780), 1, + STATE(796), 1, sym__direct_name, - STATE(1531), 1, + STATE(1843), 1, sym__abstract_literal, - STATE(1730), 1, - sym_based_literal, - STATE(1816), 1, + STATE(2047), 1, sym__expression, - STATE(2567), 1, + STATE(2083), 1, + sym_based_literal, + STATE(2619), 1, + sym__literal, + STATE(2656), 1, sym__primary, - STATE(2610), 1, + STATE(2677), 1, sym_bit_string_literal, - STATE(2612), 1, - sym__literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1171), 2, + ACTIONS(1461), 2, sym_decimal_integer, sym_decimal_float, - STATE(1550), 2, + STATE(1907), 2, sym__identifier, sym__external_name, - ACTIONS(1175), 3, + ACTIONS(1465), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -77598,20 +77600,20 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1551), 3, + STATE(1912), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2584), 3, + STATE(2618), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1165), 4, + ACTIONS(1455), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2547), 5, + STATE(2661), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -77626,7 +77628,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1169), 8, + ACTIONS(1459), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -77635,55 +77637,55 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [39210] = 30, + [39214] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(762), 1, - sym_condition_conversion, - ACTIONS(1068), 1, + ACTIONS(988), 1, anon_sym_LPAREN, - ACTIONS(1070), 1, + ACTIONS(992), 1, anon_sym_LT_LT, - ACTIONS(1074), 1, + ACTIONS(996), 1, sym_NEW, - ACTIONS(1080), 1, + ACTIONS(1002), 1, sym_based_base, - ACTIONS(1084), 1, + ACTIONS(1006), 1, sym_bit_string_length, - ACTIONS(1086), 1, + ACTIONS(1008), 1, sym_bit_string_base, - STATE(414), 1, + ACTIONS(1359), 1, + sym_condition_conversion, + STATE(467), 1, sym_sign, - STATE(719), 1, + STATE(520), 1, sym_unary_operator, - STATE(733), 1, + STATE(744), 1, sym__direct_name, - STATE(965), 1, + STATE(1063), 1, sym__abstract_literal, - STATE(1110), 1, + STATE(1141), 1, sym_based_literal, - STATE(1943), 1, - sym_bit_string_literal, - STATE(1946), 1, - sym__primary, - STATE(1948), 1, - sym__literal, - STATE(2333), 1, + STATE(1142), 1, sym__expression, + STATE(2350), 1, + sym__literal, + STATE(2362), 1, + sym__primary, + STATE(2385), 1, + sym_bit_string_literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1078), 2, + ACTIONS(1000), 2, sym_decimal_integer, sym_decimal_float, - STATE(939), 2, + STATE(1027), 2, sym__identifier, sym__external_name, - ACTIONS(1082), 3, + ACTIONS(1004), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -77691,20 +77693,20 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(940), 3, + STATE(1028), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(1947), 3, + STATE(2361), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1072), 4, + ACTIONS(994), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(1944), 5, + STATE(2296), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -77719,7 +77721,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1076), 8, + ACTIONS(998), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -77728,55 +77730,55 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [39333] = 30, + [39337] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1159), 1, + ACTIONS(898), 1, anon_sym_LPAREN, - ACTIONS(1161), 1, + ACTIONS(900), 1, sym_condition_conversion, - ACTIONS(1163), 1, + ACTIONS(902), 1, anon_sym_LT_LT, - ACTIONS(1167), 1, + ACTIONS(906), 1, sym_NEW, - ACTIONS(1173), 1, + ACTIONS(912), 1, sym_based_base, - ACTIONS(1177), 1, + ACTIONS(916), 1, sym_bit_string_length, - ACTIONS(1179), 1, + ACTIONS(918), 1, sym_bit_string_base, - STATE(413), 1, - sym_unary_operator, - STATE(661), 1, + STATE(663), 1, sym_sign, - STATE(780), 1, + STATE(685), 1, + sym_unary_operator, + STATE(882), 1, sym__direct_name, - STATE(1531), 1, + STATE(2170), 1, sym__abstract_literal, - STATE(1730), 1, + STATE(2405), 1, sym_based_literal, - STATE(1818), 1, + STATE(2410), 1, sym__expression, - STATE(2567), 1, + STATE(2702), 1, sym__primary, - STATE(2610), 1, - sym_bit_string_literal, - STATE(2612), 1, + STATE(2705), 1, sym__literal, + STATE(2770), 1, + sym_bit_string_literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1171), 2, + ACTIONS(910), 2, sym_decimal_integer, sym_decimal_float, - STATE(1550), 2, + STATE(1979), 2, sym__identifier, sym__external_name, - ACTIONS(1175), 3, + ACTIONS(914), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -77784,20 +77786,20 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1551), 3, + STATE(1977), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2584), 3, + STATE(2730), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1165), 4, + ACTIONS(1227), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2547), 5, + STATE(2772), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -77812,7 +77814,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1169), 8, + ACTIONS(908), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -77821,168 +77823,75 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [39456] = 30, + [39460] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(265), 1, - sym_condition_conversion, - ACTIONS(736), 1, + ACTIONS(898), 1, anon_sym_LPAREN, - ACTIONS(738), 1, + ACTIONS(900), 1, + sym_condition_conversion, + ACTIONS(902), 1, anon_sym_LT_LT, - ACTIONS(744), 1, + ACTIONS(906), 1, sym_NEW, - ACTIONS(752), 1, + ACTIONS(912), 1, sym_based_base, - ACTIONS(756), 1, + ACTIONS(916), 1, sym_bit_string_length, - ACTIONS(758), 1, + ACTIONS(918), 1, sym_bit_string_base, - STATE(695), 1, - sym_unary_operator, - STATE(696), 1, + STATE(663), 1, sym_sign, - STATE(748), 1, + STATE(882), 1, sym__direct_name, - STATE(1056), 1, + STATE(2170), 1, sym__abstract_literal, - STATE(1198), 1, + STATE(2344), 1, sym__expression, - STATE(1229), 1, + STATE(2405), 1, sym_based_literal, - STATE(2380), 1, - sym_bit_string_literal, - STATE(2383), 1, + STATE(2702), 1, sym__primary, - STATE(2385), 1, + STATE(2705), 1, sym__literal, - ACTIONS(267), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(750), 2, - sym_decimal_integer, - sym_decimal_float, - STATE(1077), 2, - sym__identifier, - sym__external_name, - ACTIONS(754), 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(1078), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - STATE(2384), 3, - sym_name, - sym_allocator, - sym_parenthesis_expression, - ACTIONS(740), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - STATE(2313), 5, - sym_condition_expression, - sym_logical_expression, - sym_relational_expression, - sym_shift_expression, - sym_simple_expression, - ACTIONS(273), 8, - sym_ABS, - sym_AND, - sym_NAND, - sym_NOR, - sym_NOT, - sym_OR, - sym_XNOR, - sym_XOR, - ACTIONS(746), 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, - [39579] = 29, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(263), 1, - anon_sym_LPAREN, - ACTIONS(275), 1, - sym_NEW, - ACTIONS(285), 1, - sym_based_base, - ACTIONS(289), 1, - sym_bit_string_length, - ACTIONS(291), 1, - sym_bit_string_base, - ACTIONS(401), 1, - anon_sym_LT_LT, - ACTIONS(1469), 1, - sym_condition_conversion, - STATE(687), 1, - sym_sign, - STATE(734), 1, - sym__direct_name, - STATE(997), 1, - sym__abstract_literal, - STATE(1044), 1, - sym_based_literal, - STATE(1051), 1, - sym__expression, - STATE(2089), 1, + STATE(2770), 1, sym_bit_string_literal, - STATE(2097), 1, - sym__primary, - STATE(2099), 1, - sym__literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(283), 2, + ACTIONS(910), 2, sym_decimal_integer, sym_decimal_float, - STATE(966), 2, + STATE(1979), 2, sym__identifier, sym__external_name, - ACTIONS(409), 3, + ACTIONS(914), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(967), 3, + STATE(1977), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2098), 3, + STATE(2730), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(403), 4, + ACTIONS(1227), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(686), 4, + STATE(685), 4, sym_unary_operator, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(2216), 5, + STATE(2772), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -77997,7 +77906,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(277), 8, + ACTIONS(908), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -78006,75 +77915,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [39700] = 29, + [39581] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(263), 1, + ACTIONS(415), 1, anon_sym_LPAREN, - ACTIONS(275), 1, + ACTIONS(417), 1, + sym_condition_conversion, + ACTIONS(419), 1, + anon_sym_LT_LT, + ACTIONS(427), 1, sym_NEW, - ACTIONS(285), 1, + ACTIONS(439), 1, sym_based_base, - ACTIONS(289), 1, + ACTIONS(443), 1, sym_bit_string_length, - ACTIONS(291), 1, + ACTIONS(445), 1, sym_bit_string_base, - ACTIONS(401), 1, - anon_sym_LT_LT, - ACTIONS(1469), 1, - sym_condition_conversion, - STATE(686), 1, + STATE(699), 1, sym_unary_operator, - STATE(734), 1, + STATE(700), 1, + sym_sign, + STATE(764), 1, sym__direct_name, - STATE(997), 1, + STATE(1399), 1, sym__abstract_literal, - STATE(1044), 1, + STATE(1466), 1, sym_based_literal, - STATE(1052), 1, + STATE(1481), 1, sym__expression, - STATE(2089), 1, - sym_bit_string_literal, - STATE(2097), 1, - sym__primary, - STATE(2099), 1, + STATE(2500), 1, sym__literal, + STATE(2502), 1, + sym__primary, + STATE(2505), 1, + sym_bit_string_literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(283), 2, + ACTIONS(437), 2, sym_decimal_integer, sym_decimal_float, - STATE(966), 2, + STATE(1352), 2, sym__identifier, sym__external_name, - ACTIONS(409), 3, + ACTIONS(441), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(967), 3, + STATE(686), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(1351), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2098), 3, + STATE(2501), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(403), 4, + ACTIONS(421), 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(2216), 5, + STATE(2503), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -78089,7 +77999,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(277), 8, + ACTIONS(429), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -78098,76 +78008,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [39821] = 30, + [39704] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(263), 1, + ACTIONS(1277), 1, anon_sym_LPAREN, - ACTIONS(275), 1, + ACTIONS(1279), 1, + sym_condition_conversion, + ACTIONS(1281), 1, + anon_sym_LT_LT, + ACTIONS(1285), 1, sym_NEW, - ACTIONS(285), 1, + ACTIONS(1291), 1, sym_based_base, - ACTIONS(289), 1, + ACTIONS(1295), 1, sym_bit_string_length, - ACTIONS(291), 1, + ACTIONS(1297), 1, sym_bit_string_base, - ACTIONS(401), 1, - anon_sym_LT_LT, - ACTIONS(1469), 1, - sym_condition_conversion, - STATE(686), 1, - sym_unary_operator, - STATE(687), 1, + STATE(675), 1, sym_sign, - STATE(734), 1, + STATE(681), 1, + sym_unary_operator, + STATE(788), 1, sym__direct_name, - STATE(997), 1, + STATE(1611), 1, sym__abstract_literal, - STATE(1044), 1, - sym_based_literal, - STATE(1053), 1, + STATE(1906), 1, sym__expression, - STATE(2089), 1, - sym_bit_string_literal, - STATE(2097), 1, + STATE(1911), 1, + sym_based_literal, + STATE(2548), 1, sym__primary, - STATE(2099), 1, + STATE(2554), 1, sym__literal, + STATE(2566), 1, + sym_bit_string_literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(283), 2, + ACTIONS(1289), 2, sym_decimal_integer, sym_decimal_float, - STATE(966), 2, + STATE(1639), 2, sym__identifier, sym__external_name, - ACTIONS(409), 3, + ACTIONS(1293), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(688), 3, + STATE(687), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(967), 3, + STATE(1647), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2098), 3, + STATE(2553), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(403), 4, + ACTIONS(1283), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2216), 5, + STATE(2541), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -78182,7 +78092,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(277), 8, + ACTIONS(1287), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -78191,7 +78101,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [39944] = 30, + [39827] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -78212,46 +78122,40 @@ static const uint16_t ts_small_parse_table[] = { sym_bit_string_length, ACTIONS(758), 1, sym_bit_string_base, - STATE(695), 1, + STATE(640), 1, sym_unary_operator, - STATE(696), 1, - sym_sign, - STATE(748), 1, + STATE(743), 1, sym__direct_name, - STATE(1056), 1, + STATE(1006), 1, sym__abstract_literal, - STATE(1214), 1, + STATE(1169), 1, sym__expression, - STATE(1229), 1, + STATE(1206), 1, sym_based_literal, - STATE(2380), 1, + STATE(2399), 1, sym_bit_string_literal, - STATE(2383), 1, - sym__primary, - STATE(2385), 1, + STATE(2427), 1, sym__literal, + STATE(2431), 1, + sym__primary, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(750), 2, sym_decimal_integer, sym_decimal_float, - STATE(1077), 2, + STATE(1025), 2, sym__identifier, sym__external_name, ACTIONS(754), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(689), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(1078), 3, + STATE(1087), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2384), 3, + STATE(2428), 3, sym_name, sym_allocator, sym_parenthesis_expression, @@ -78260,7 +78164,12 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - STATE(2313), 5, + STATE(688), 4, + sym_sign, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(2423), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -78284,76 +78193,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [40067] = 30, + [39948] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(265), 1, - sym_condition_conversion, - ACTIONS(736), 1, + ACTIONS(920), 1, anon_sym_LPAREN, - ACTIONS(738), 1, + ACTIONS(924), 1, anon_sym_LT_LT, - ACTIONS(744), 1, + ACTIONS(928), 1, sym_NEW, - ACTIONS(752), 1, + ACTIONS(934), 1, sym_based_base, - ACTIONS(756), 1, + ACTIONS(938), 1, sym_bit_string_length, - ACTIONS(758), 1, + ACTIONS(940), 1, sym_bit_string_base, - STATE(695), 1, + ACTIONS(1361), 1, + sym_condition_conversion, + STATE(638), 1, sym_unary_operator, - STATE(696), 1, + STATE(650), 1, sym_sign, - STATE(748), 1, + STATE(741), 1, sym__direct_name, - STATE(1056), 1, + STATE(1102), 1, sym__abstract_literal, - STATE(1215), 1, + STATE(1121), 1, sym__expression, - STATE(1229), 1, + STATE(1140), 1, sym_based_literal, - STATE(2380), 1, + STATE(2349), 1, sym_bit_string_literal, - STATE(2383), 1, + STATE(2354), 1, sym__primary, - STATE(2385), 1, + STATE(2359), 1, sym__literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(750), 2, + ACTIONS(932), 2, sym_decimal_integer, sym_decimal_float, - STATE(1077), 2, + STATE(1116), 2, sym__identifier, sym__external_name, - ACTIONS(754), 3, + ACTIONS(936), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(690), 3, + STATE(689), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1078), 3, + STATE(999), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2384), 3, + STATE(2356), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(740), 4, + ACTIONS(926), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2313), 5, + STATE(2400), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -78368,7 +78277,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(746), 8, + ACTIONS(930), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -78377,76 +78286,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [40190] = 30, + [40071] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(265), 1, - sym_condition_conversion, - ACTIONS(736), 1, + ACTIONS(920), 1, anon_sym_LPAREN, - ACTIONS(738), 1, + ACTIONS(924), 1, anon_sym_LT_LT, - ACTIONS(744), 1, + ACTIONS(928), 1, sym_NEW, - ACTIONS(752), 1, + ACTIONS(934), 1, sym_based_base, - ACTIONS(756), 1, + ACTIONS(938), 1, sym_bit_string_length, - ACTIONS(758), 1, + ACTIONS(940), 1, sym_bit_string_base, - STATE(695), 1, + ACTIONS(1361), 1, + sym_condition_conversion, + STATE(638), 1, sym_unary_operator, - STATE(696), 1, + STATE(650), 1, sym_sign, - STATE(748), 1, + STATE(741), 1, sym__direct_name, - STATE(1056), 1, + STATE(1102), 1, sym__abstract_literal, - STATE(1216), 1, + STATE(1127), 1, sym__expression, - STATE(1229), 1, + STATE(1140), 1, sym_based_literal, - STATE(2380), 1, + STATE(2349), 1, sym_bit_string_literal, - STATE(2383), 1, + STATE(2354), 1, sym__primary, - STATE(2385), 1, + STATE(2359), 1, sym__literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(750), 2, + ACTIONS(932), 2, sym_decimal_integer, sym_decimal_float, - STATE(1077), 2, + STATE(1116), 2, sym__identifier, sym__external_name, - ACTIONS(754), 3, + ACTIONS(936), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(691), 3, + STATE(690), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1078), 3, + STATE(999), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2384), 3, + STATE(2356), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(740), 4, + ACTIONS(926), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2313), 5, + STATE(2400), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -78461,7 +78370,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(746), 8, + ACTIONS(930), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -78470,76 +78379,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [40313] = 30, + [40194] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(263), 1, + ACTIONS(920), 1, anon_sym_LPAREN, - ACTIONS(275), 1, + ACTIONS(924), 1, + anon_sym_LT_LT, + ACTIONS(928), 1, sym_NEW, - ACTIONS(285), 1, + ACTIONS(934), 1, sym_based_base, - ACTIONS(289), 1, + ACTIONS(938), 1, sym_bit_string_length, - ACTIONS(291), 1, + ACTIONS(940), 1, sym_bit_string_base, - ACTIONS(401), 1, - anon_sym_LT_LT, - ACTIONS(1469), 1, + ACTIONS(1361), 1, sym_condition_conversion, - STATE(686), 1, + STATE(638), 1, sym_unary_operator, - STATE(687), 1, + STATE(650), 1, sym_sign, - STATE(734), 1, + STATE(741), 1, sym__direct_name, - STATE(997), 1, + STATE(1102), 1, sym__abstract_literal, - STATE(1044), 1, - sym_based_literal, - STATE(1054), 1, + STATE(1134), 1, sym__expression, - STATE(2089), 1, + STATE(1140), 1, + sym_based_literal, + STATE(2349), 1, sym_bit_string_literal, - STATE(2097), 1, + STATE(2354), 1, sym__primary, - STATE(2099), 1, + STATE(2359), 1, sym__literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(283), 2, + ACTIONS(932), 2, sym_decimal_integer, sym_decimal_float, - STATE(966), 2, + STATE(1116), 2, sym__identifier, sym__external_name, - ACTIONS(409), 3, + ACTIONS(936), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(692), 3, + STATE(691), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(967), 3, + STATE(999), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2098), 3, + STATE(2356), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(403), 4, + ACTIONS(926), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2216), 5, + STATE(2400), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -78554,7 +78463,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(277), 8, + ACTIONS(930), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -78563,76 +78472,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [40436] = 30, + [40317] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(263), 1, + ACTIONS(1010), 1, anon_sym_LPAREN, - ACTIONS(275), 1, + ACTIONS(1012), 1, + anon_sym_LT_LT, + ACTIONS(1016), 1, sym_NEW, - ACTIONS(285), 1, + ACTIONS(1022), 1, sym_based_base, - ACTIONS(289), 1, + ACTIONS(1026), 1, sym_bit_string_length, - ACTIONS(291), 1, + ACTIONS(1028), 1, sym_bit_string_base, - ACTIONS(401), 1, - anon_sym_LT_LT, - ACTIONS(1469), 1, + ACTIONS(1275), 1, sym_condition_conversion, - STATE(686), 1, + STATE(446), 1, sym_unary_operator, - STATE(687), 1, + STATE(476), 1, sym_sign, - STATE(734), 1, + STATE(792), 1, sym__direct_name, - STATE(997), 1, + STATE(1613), 1, sym__abstract_literal, - STATE(1044), 1, - sym_based_literal, - STATE(1055), 1, + STATE(1694), 1, sym__expression, - STATE(2089), 1, + STATE(1706), 1, + sym_based_literal, + STATE(2544), 1, sym_bit_string_literal, - STATE(2097), 1, - sym__primary, - STATE(2099), 1, + STATE(2557), 1, sym__literal, + STATE(2594), 1, + sym__primary, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(283), 2, + ACTIONS(1020), 2, sym_decimal_integer, sym_decimal_float, - STATE(966), 2, + STATE(1517), 2, sym__identifier, sym__external_name, - ACTIONS(409), 3, + ACTIONS(1024), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(693), 3, + STATE(692), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(967), 3, + STATE(1523), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2098), 3, + STATE(2605), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(403), 4, + ACTIONS(1014), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2216), 5, + STATE(2578), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -78647,7 +78556,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(277), 8, + ACTIONS(1018), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -78656,76 +78565,75 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [40559] = 30, + [40440] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(263), 1, + ACTIONS(854), 1, + sym_condition_conversion, + ACTIONS(1299), 1, anon_sym_LPAREN, - ACTIONS(275), 1, + ACTIONS(1301), 1, + anon_sym_LT_LT, + ACTIONS(1305), 1, sym_NEW, - ACTIONS(285), 1, + ACTIONS(1311), 1, sym_based_base, - ACTIONS(289), 1, + ACTIONS(1315), 1, sym_bit_string_length, - ACTIONS(291), 1, + ACTIONS(1317), 1, sym_bit_string_base, - ACTIONS(401), 1, - anon_sym_LT_LT, - ACTIONS(1469), 1, - sym_condition_conversion, - STATE(686), 1, + STATE(676), 1, sym_unary_operator, - STATE(687), 1, - sym_sign, - STATE(734), 1, + STATE(812), 1, sym__direct_name, - STATE(997), 1, + STATE(1846), 1, sym__abstract_literal, - STATE(1044), 1, + STATE(1994), 1, sym_based_literal, - STATE(1058), 1, + STATE(2010), 1, sym__expression, - STATE(2089), 1, + STATE(2617), 1, sym_bit_string_literal, - STATE(2097), 1, - sym__primary, - STATE(2099), 1, + STATE(2686), 1, sym__literal, + STATE(2690), 1, + sym__primary, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(283), 2, + ACTIONS(1309), 2, sym_decimal_integer, sym_decimal_float, - STATE(966), 2, + STATE(1760), 2, sym__identifier, sym__external_name, - ACTIONS(409), 3, + ACTIONS(1313), 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(967), 3, + STATE(1761), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2098), 3, + STATE(2689), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(403), 4, + ACTIONS(1303), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2216), 5, + STATE(693), 4, + sym_sign, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(2649), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -78740,7 +78648,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(277), 8, + ACTIONS(1307), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -78749,75 +78657,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [40682] = 29, + [40561] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(265), 1, - sym_condition_conversion, - ACTIONS(736), 1, + ACTIONS(1161), 1, anon_sym_LPAREN, - ACTIONS(738), 1, + ACTIONS(1163), 1, + sym_condition_conversion, + ACTIONS(1165), 1, anon_sym_LT_LT, - ACTIONS(744), 1, + ACTIONS(1169), 1, sym_NEW, - ACTIONS(752), 1, + ACTIONS(1175), 1, sym_based_base, - ACTIONS(756), 1, + ACTIONS(1179), 1, sym_bit_string_length, - ACTIONS(758), 1, + ACTIONS(1181), 1, sym_bit_string_base, - STATE(696), 1, + STATE(457), 1, sym_sign, - STATE(748), 1, + STATE(720), 1, + sym_unary_operator, + STATE(867), 1, sym__direct_name, - STATE(1056), 1, + STATE(1932), 1, sym__abstract_literal, - STATE(1135), 1, - sym__expression, - STATE(1229), 1, + STATE(2346), 1, sym_based_literal, - STATE(2380), 1, - sym_bit_string_literal, - STATE(2383), 1, - sym__primary, - STATE(2385), 1, + STATE(2424), 1, + sym__expression, + STATE(2695), 1, sym__literal, + STATE(2700), 1, + sym__primary, + STATE(2712), 1, + sym_bit_string_literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(750), 2, + ACTIONS(1173), 2, sym_decimal_integer, sym_decimal_float, - STATE(1077), 2, + STATE(2186), 2, sym__identifier, sym__external_name, - ACTIONS(754), 3, + ACTIONS(1177), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(1078), 3, + STATE(694), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(2185), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2384), 3, + STATE(2698), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(740), 4, + ACTIONS(1167), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(695), 4, - sym_unary_operator, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(2313), 5, + STATE(2707), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -78832,7 +78741,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(746), 8, + ACTIONS(1171), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -78841,75 +78750,75 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [40803] = 29, + [40684] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(265), 1, + ACTIONS(944), 1, sym_condition_conversion, - ACTIONS(736), 1, + ACTIONS(1231), 1, anon_sym_LPAREN, - ACTIONS(738), 1, + ACTIONS(1233), 1, anon_sym_LT_LT, - ACTIONS(744), 1, + ACTIONS(1237), 1, sym_NEW, - ACTIONS(752), 1, + ACTIONS(1243), 1, sym_based_base, - ACTIONS(756), 1, + ACTIONS(1247), 1, sym_bit_string_length, - ACTIONS(758), 1, + ACTIONS(1249), 1, sym_bit_string_base, - STATE(695), 1, - sym_unary_operator, - STATE(748), 1, + STATE(713), 1, + sym_sign, + STATE(886), 1, sym__direct_name, - STATE(1056), 1, + STATE(1917), 1, sym__abstract_literal, - STATE(1136), 1, + STATE(2294), 1, sym__expression, - STATE(1229), 1, + STATE(2314), 1, sym_based_literal, - STATE(2380), 1, + STATE(2763), 1, sym_bit_string_literal, - STATE(2383), 1, + STATE(2766), 1, sym__primary, - STATE(2385), 1, + STATE(2769), 1, sym__literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(750), 2, + ACTIONS(1241), 2, sym_decimal_integer, sym_decimal_float, - STATE(1077), 2, + STATE(2126), 2, sym__identifier, sym__external_name, - ACTIONS(754), 3, + ACTIONS(1245), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(1078), 3, + STATE(2124), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2384), 3, + STATE(2767), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(740), 4, + ACTIONS(1235), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(696), 4, - sym_sign, + STATE(695), 4, + sym_unary_operator, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(2313), 5, + STATE(2764), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -78924,7 +78833,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(746), 8, + ACTIONS(1239), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -78933,76 +78842,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [40924] = 30, + [40805] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(265), 1, - sym_condition_conversion, - ACTIONS(736), 1, + ACTIONS(942), 1, anon_sym_LPAREN, - ACTIONS(738), 1, + ACTIONS(946), 1, anon_sym_LT_LT, - ACTIONS(744), 1, + ACTIONS(950), 1, sym_NEW, - ACTIONS(752), 1, + ACTIONS(956), 1, sym_based_base, - ACTIONS(756), 1, + ACTIONS(960), 1, sym_bit_string_length, - ACTIONS(758), 1, + ACTIONS(962), 1, sym_bit_string_base, - STATE(695), 1, - sym_unary_operator, - STATE(696), 1, + ACTIONS(1159), 1, + sym_condition_conversion, + STATE(504), 1, sym_sign, - STATE(748), 1, + STATE(505), 1, + sym_unary_operator, + STATE(787), 1, sym__direct_name, - STATE(1056), 1, + STATE(1614), 1, sym__abstract_literal, - STATE(1146), 1, - sym__expression, - STATE(1229), 1, + STATE(1782), 1, sym_based_literal, - STATE(2380), 1, + STATE(1869), 1, + sym__expression, + STATE(2593), 1, sym_bit_string_literal, - STATE(2383), 1, - sym__primary, - STATE(2385), 1, + STATE(2603), 1, sym__literal, + STATE(2613), 1, + sym__primary, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(750), 2, + ACTIONS(954), 2, sym_decimal_integer, sym_decimal_float, - STATE(1077), 2, + STATE(1601), 2, sym__identifier, sym__external_name, - ACTIONS(754), 3, + ACTIONS(958), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(697), 3, + STATE(696), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1078), 3, + STATE(1569), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2384), 3, + STATE(2614), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(740), 4, + ACTIONS(948), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2313), 5, + STATE(2572), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -79017,7 +78926,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(746), 8, + ACTIONS(952), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -79026,76 +78935,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [41047] = 30, + [40928] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(263), 1, + ACTIONS(942), 1, anon_sym_LPAREN, - ACTIONS(275), 1, + ACTIONS(946), 1, + anon_sym_LT_LT, + ACTIONS(950), 1, sym_NEW, - ACTIONS(285), 1, + ACTIONS(956), 1, sym_based_base, - ACTIONS(289), 1, + ACTIONS(960), 1, sym_bit_string_length, - ACTIONS(291), 1, + ACTIONS(962), 1, sym_bit_string_base, - ACTIONS(401), 1, - anon_sym_LT_LT, - ACTIONS(1469), 1, + ACTIONS(1159), 1, sym_condition_conversion, - STATE(686), 1, - sym_unary_operator, - STATE(687), 1, + STATE(504), 1, sym_sign, - STATE(734), 1, + STATE(505), 1, + sym_unary_operator, + STATE(787), 1, sym__direct_name, - STATE(997), 1, + STATE(1614), 1, sym__abstract_literal, - STATE(1044), 1, + STATE(1782), 1, sym_based_literal, - STATE(1065), 1, + STATE(1868), 1, sym__expression, - STATE(2089), 1, + STATE(2593), 1, sym_bit_string_literal, - STATE(2097), 1, - sym__primary, - STATE(2099), 1, + STATE(2603), 1, sym__literal, + STATE(2613), 1, + sym__primary, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(283), 2, + ACTIONS(954), 2, sym_decimal_integer, sym_decimal_float, - STATE(966), 2, + STATE(1601), 2, sym__identifier, sym__external_name, - ACTIONS(409), 3, + ACTIONS(958), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(698), 3, + STATE(697), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(967), 3, + STATE(1569), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2098), 3, + STATE(2614), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(403), 4, + ACTIONS(948), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2216), 5, + STATE(2572), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -79110,7 +79019,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(277), 8, + ACTIONS(952), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -79119,76 +79028,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [41170] = 30, + [41051] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(263), 1, + ACTIONS(415), 1, anon_sym_LPAREN, - ACTIONS(275), 1, + ACTIONS(417), 1, + sym_condition_conversion, + ACTIONS(419), 1, + anon_sym_LT_LT, + ACTIONS(427), 1, sym_NEW, - ACTIONS(285), 1, + ACTIONS(439), 1, sym_based_base, - ACTIONS(289), 1, + ACTIONS(443), 1, sym_bit_string_length, - ACTIONS(291), 1, + ACTIONS(445), 1, sym_bit_string_base, - ACTIONS(401), 1, - anon_sym_LT_LT, - ACTIONS(1469), 1, - sym_condition_conversion, - STATE(686), 1, + STATE(699), 1, sym_unary_operator, - STATE(687), 1, + STATE(700), 1, sym_sign, - STATE(734), 1, + STATE(764), 1, sym__direct_name, - STATE(997), 1, + STATE(1399), 1, sym__abstract_literal, - STATE(1044), 1, - sym_based_literal, - STATE(1066), 1, + STATE(1450), 1, sym__expression, - STATE(2089), 1, - sym_bit_string_literal, - STATE(2097), 1, - sym__primary, - STATE(2099), 1, + STATE(1466), 1, + sym_based_literal, + STATE(2500), 1, sym__literal, + STATE(2502), 1, + sym__primary, + STATE(2505), 1, + sym_bit_string_literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(283), 2, + ACTIONS(437), 2, sym_decimal_integer, sym_decimal_float, - STATE(966), 2, + STATE(1352), 2, sym__identifier, sym__external_name, - ACTIONS(409), 3, + ACTIONS(441), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(699), 3, + STATE(698), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(967), 3, + STATE(1351), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2098), 3, + STATE(2501), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(403), 4, + ACTIONS(421), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2216), 5, + STATE(2503), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -79203,7 +79112,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(277), 8, + ACTIONS(429), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -79212,76 +79121,75 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [41293] = 30, + [41174] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(263), 1, + ACTIONS(415), 1, anon_sym_LPAREN, - ACTIONS(275), 1, + ACTIONS(417), 1, + sym_condition_conversion, + ACTIONS(419), 1, + anon_sym_LT_LT, + ACTIONS(427), 1, sym_NEW, - ACTIONS(285), 1, + ACTIONS(439), 1, sym_based_base, - ACTIONS(289), 1, + ACTIONS(443), 1, sym_bit_string_length, - ACTIONS(291), 1, + ACTIONS(445), 1, sym_bit_string_base, - ACTIONS(401), 1, - anon_sym_LT_LT, - ACTIONS(1469), 1, - sym_condition_conversion, - STATE(686), 1, - sym_unary_operator, - STATE(687), 1, + STATE(700), 1, sym_sign, - STATE(734), 1, + STATE(764), 1, sym__direct_name, - STATE(997), 1, + STATE(1399), 1, sym__abstract_literal, - STATE(1044), 1, - sym_based_literal, - STATE(1067), 1, + STATE(1430), 1, sym__expression, - STATE(2089), 1, - sym_bit_string_literal, - STATE(2097), 1, - sym__primary, - STATE(2099), 1, + STATE(1466), 1, + sym_based_literal, + STATE(2500), 1, sym__literal, + STATE(2502), 1, + sym__primary, + STATE(2505), 1, + sym_bit_string_literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(283), 2, + ACTIONS(437), 2, sym_decimal_integer, sym_decimal_float, - STATE(966), 2, + STATE(1352), 2, sym__identifier, sym__external_name, - ACTIONS(409), 3, + ACTIONS(441), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(700), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(967), 3, + STATE(1351), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2098), 3, + STATE(2501), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(403), 4, + ACTIONS(421), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2216), 5, + STATE(699), 4, + sym_unary_operator, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(2503), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -79296,7 +79204,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(277), 8, + ACTIONS(429), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -79305,76 +79213,75 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [41416] = 30, + [41295] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(265), 1, - sym_condition_conversion, - ACTIONS(736), 1, + ACTIONS(415), 1, anon_sym_LPAREN, - ACTIONS(738), 1, + ACTIONS(417), 1, + sym_condition_conversion, + ACTIONS(419), 1, anon_sym_LT_LT, - ACTIONS(744), 1, + ACTIONS(427), 1, sym_NEW, - ACTIONS(752), 1, + ACTIONS(439), 1, sym_based_base, - ACTIONS(756), 1, + ACTIONS(443), 1, sym_bit_string_length, - ACTIONS(758), 1, + ACTIONS(445), 1, sym_bit_string_base, - STATE(695), 1, + STATE(699), 1, sym_unary_operator, - STATE(696), 1, - sym_sign, - STATE(748), 1, + STATE(764), 1, sym__direct_name, - STATE(1056), 1, + STATE(1399), 1, sym__abstract_literal, - STATE(1150), 1, + STATE(1427), 1, sym__expression, - STATE(1229), 1, + STATE(1466), 1, sym_based_literal, - STATE(2380), 1, - sym_bit_string_literal, - STATE(2383), 1, - sym__primary, - STATE(2385), 1, + STATE(2500), 1, sym__literal, + STATE(2502), 1, + sym__primary, + STATE(2505), 1, + sym_bit_string_literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(750), 2, + ACTIONS(437), 2, sym_decimal_integer, sym_decimal_float, - STATE(1077), 2, + STATE(1352), 2, sym__identifier, sym__external_name, - ACTIONS(754), 3, + ACTIONS(441), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(701), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(1078), 3, + STATE(1351), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2384), 3, + STATE(2501), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(740), 4, + ACTIONS(421), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2313), 5, + STATE(700), 4, + sym_sign, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(2503), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -79389,7 +79296,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(746), 8, + ACTIONS(429), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -79398,76 +79305,75 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [41539] = 30, + [41416] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(265), 1, - sym_condition_conversion, - ACTIONS(736), 1, + ACTIONS(1321), 1, anon_sym_LPAREN, - ACTIONS(738), 1, + ACTIONS(1323), 1, + sym_condition_conversion, + ACTIONS(1325), 1, anon_sym_LT_LT, - ACTIONS(744), 1, + ACTIONS(1329), 1, sym_NEW, - ACTIONS(752), 1, + ACTIONS(1335), 1, sym_based_base, - ACTIONS(756), 1, + ACTIONS(1339), 1, sym_bit_string_length, - ACTIONS(758), 1, + ACTIONS(1341), 1, sym_bit_string_base, - STATE(695), 1, + STATE(702), 1, sym_unary_operator, - STATE(696), 1, - sym_sign, - STATE(748), 1, + STATE(885), 1, sym__direct_name, - STATE(1056), 1, + STATE(2232), 1, sym__abstract_literal, - STATE(1151), 1, + STATE(2378), 1, sym__expression, - STATE(1229), 1, + STATE(2409), 1, sym_based_literal, - STATE(2380), 1, + STATE(2711), 1, + sym__literal, + STATE(2761), 1, sym_bit_string_literal, - STATE(2383), 1, + STATE(2765), 1, sym__primary, - STATE(2385), 1, - sym__literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(750), 2, + ACTIONS(1333), 2, sym_decimal_integer, sym_decimal_float, - STATE(1077), 2, + STATE(1978), 2, sym__identifier, sym__external_name, - ACTIONS(754), 3, + ACTIONS(1337), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(702), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(1078), 3, + STATE(1982), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2384), 3, + STATE(2737), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(740), 4, + ACTIONS(1327), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2313), 5, + STATE(701), 4, + sym_sign, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(2745), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -79482,7 +79388,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(746), 8, + ACTIONS(1331), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -79491,76 +79397,75 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [41662] = 30, + [41537] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(878), 1, - sym_condition_conversion, - ACTIONS(920), 1, + ACTIONS(1321), 1, anon_sym_LPAREN, - ACTIONS(922), 1, + ACTIONS(1323), 1, + sym_condition_conversion, + ACTIONS(1325), 1, anon_sym_LT_LT, - ACTIONS(926), 1, + ACTIONS(1329), 1, sym_NEW, - ACTIONS(932), 1, + ACTIONS(1335), 1, sym_based_base, - ACTIONS(936), 1, + ACTIONS(1339), 1, sym_bit_string_length, - ACTIONS(938), 1, + ACTIONS(1341), 1, sym_bit_string_base, - STATE(709), 1, - sym_unary_operator, - STATE(710), 1, + STATE(701), 1, sym_sign, - STATE(868), 1, + STATE(885), 1, sym__direct_name, - STATE(2283), 1, + STATE(2232), 1, sym__abstract_literal, - STATE(2422), 1, - sym_based_literal, - STATE(2431), 1, + STATE(2380), 1, sym__expression, - STATE(2756), 1, + STATE(2409), 1, + sym_based_literal, + STATE(2711), 1, + sym__literal, + STATE(2761), 1, sym_bit_string_literal, - STATE(2762), 1, + STATE(2765), 1, sym__primary, - STATE(2764), 1, - sym__literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(930), 2, + ACTIONS(1333), 2, sym_decimal_integer, sym_decimal_float, - STATE(1975), 2, + STATE(1978), 2, sym__identifier, sym__external_name, - ACTIONS(934), 3, + ACTIONS(1337), 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(1976), 3, + STATE(1982), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2763), 3, + STATE(2737), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1245), 4, + ACTIONS(1327), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2761), 5, + STATE(702), 4, + sym_unary_operator, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(2745), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -79575,7 +79480,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(928), 8, + ACTIONS(1331), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -79584,75 +79489,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [41785] = 29, + [41658] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(411), 1, + ACTIONS(1046), 1, anon_sym_LPAREN, - ACTIONS(413), 1, - sym_condition_conversion, - ACTIONS(415), 1, + ACTIONS(1050), 1, anon_sym_LT_LT, - ACTIONS(423), 1, + ACTIONS(1054), 1, sym_NEW, - ACTIONS(433), 1, + ACTIONS(1060), 1, sym_based_base, - ACTIONS(437), 1, + ACTIONS(1064), 1, sym_bit_string_length, - ACTIONS(439), 1, + ACTIONS(1066), 1, sym_bit_string_base, - STATE(705), 1, + ACTIONS(1343), 1, + sym_condition_conversion, + STATE(464), 1, + sym_unary_operator, + STATE(480), 1, sym_sign, - STATE(777), 1, + STATE(794), 1, sym__direct_name, - STATE(1408), 1, + STATE(1495), 1, sym__abstract_literal, - STATE(1627), 1, + STATE(1705), 1, sym_based_literal, - STATE(1631), 1, + STATE(1739), 1, sym__expression, - STATE(2506), 1, + STATE(2595), 1, sym_bit_string_literal, - STATE(2508), 1, - sym__primary, - STATE(2510), 1, + STATE(2597), 1, sym__literal, + STATE(2607), 1, + sym__primary, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(431), 2, + ACTIONS(1058), 2, sym_decimal_integer, sym_decimal_float, - STATE(1411), 2, + STATE(1584), 2, sym__identifier, sym__external_name, - ACTIONS(435), 3, + ACTIONS(1062), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(1412), 3, + STATE(703), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(1587), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2509), 3, + STATE(2602), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(417), 4, + ACTIONS(1052), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(704), 4, - sym_unary_operator, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(2536), 5, + STATE(2611), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -79667,7 +79573,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(425), 8, + ACTIONS(1056), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -79676,75 +79582,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [41906] = 29, + [41781] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(411), 1, - anon_sym_LPAREN, - ACTIONS(413), 1, + ACTIONS(265), 1, sym_condition_conversion, - ACTIONS(415), 1, + ACTIONS(736), 1, + anon_sym_LPAREN, + ACTIONS(738), 1, anon_sym_LT_LT, - ACTIONS(423), 1, + ACTIONS(744), 1, sym_NEW, - ACTIONS(433), 1, + ACTIONS(752), 1, sym_based_base, - ACTIONS(437), 1, + ACTIONS(756), 1, sym_bit_string_length, - ACTIONS(439), 1, + ACTIONS(758), 1, sym_bit_string_base, - STATE(704), 1, + STATE(640), 1, sym_unary_operator, - STATE(777), 1, + STATE(688), 1, + sym_sign, + STATE(743), 1, sym__direct_name, - STATE(1408), 1, + STATE(1006), 1, sym__abstract_literal, - STATE(1627), 1, - sym_based_literal, - STATE(1632), 1, + STATE(1157), 1, sym__expression, - STATE(2506), 1, + STATE(1206), 1, + sym_based_literal, + STATE(2399), 1, sym_bit_string_literal, - STATE(2508), 1, - sym__primary, - STATE(2510), 1, + STATE(2427), 1, sym__literal, + STATE(2431), 1, + sym__primary, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(431), 2, + ACTIONS(750), 2, sym_decimal_integer, sym_decimal_float, - STATE(1411), 2, + STATE(1025), 2, sym__identifier, sym__external_name, - ACTIONS(435), 3, + ACTIONS(754), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(1412), 3, + STATE(704), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(1087), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2509), 3, + STATE(2428), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(417), 4, + ACTIONS(740), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(705), 4, - sym_sign, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(2536), 5, + STATE(2423), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -79759,7 +79666,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(425), 8, + ACTIONS(746), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -79768,76 +79675,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [42027] = 30, + [41904] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(411), 1, - anon_sym_LPAREN, - ACTIONS(413), 1, + ACTIONS(990), 1, sym_condition_conversion, - ACTIONS(415), 1, + ACTIONS(1207), 1, + anon_sym_LPAREN, + ACTIONS(1209), 1, anon_sym_LT_LT, - ACTIONS(423), 1, + ACTIONS(1213), 1, sym_NEW, - ACTIONS(433), 1, + ACTIONS(1219), 1, sym_based_base, - ACTIONS(437), 1, + ACTIONS(1223), 1, sym_bit_string_length, - ACTIONS(439), 1, + ACTIONS(1225), 1, sym_bit_string_base, - STATE(704), 1, - sym_unary_operator, - STATE(705), 1, + STATE(442), 1, sym_sign, - STATE(777), 1, + STATE(443), 1, + sym_unary_operator, + STATE(766), 1, sym__direct_name, - STATE(1408), 1, + STATE(1313), 1, sym__abstract_literal, - STATE(1627), 1, - sym_based_literal, - STATE(1633), 1, + STATE(1533), 1, sym__expression, - STATE(2506), 1, + STATE(1566), 1, + sym_based_literal, + STATE(2484), 1, sym_bit_string_literal, - STATE(2508), 1, - sym__primary, - STATE(2510), 1, + STATE(2534), 1, sym__literal, + STATE(2536), 1, + sym__primary, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(431), 2, + ACTIONS(1217), 2, sym_decimal_integer, sym_decimal_float, - STATE(1411), 2, + STATE(1324), 2, sym__identifier, sym__external_name, - ACTIONS(435), 3, + ACTIONS(1221), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(706), 3, + STATE(705), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1412), 3, + STATE(1326), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2509), 3, + STATE(2535), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(417), 4, + ACTIONS(1211), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2536), 5, + STATE(2482), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -79852,7 +79759,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(425), 8, + ACTIONS(1215), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -79861,76 +79768,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [42150] = 30, + [42027] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(411), 1, - anon_sym_LPAREN, - ACTIONS(413), 1, + ACTIONS(265), 1, sym_condition_conversion, - ACTIONS(415), 1, + ACTIONS(736), 1, + anon_sym_LPAREN, + ACTIONS(738), 1, anon_sym_LT_LT, - ACTIONS(423), 1, + ACTIONS(744), 1, sym_NEW, - ACTIONS(433), 1, + ACTIONS(752), 1, sym_based_base, - ACTIONS(437), 1, + ACTIONS(756), 1, sym_bit_string_length, - ACTIONS(439), 1, + ACTIONS(758), 1, sym_bit_string_base, - STATE(704), 1, + STATE(640), 1, sym_unary_operator, - STATE(705), 1, + STATE(688), 1, sym_sign, - STATE(777), 1, + STATE(743), 1, sym__direct_name, - STATE(1408), 1, + STATE(1006), 1, sym__abstract_literal, - STATE(1627), 1, + STATE(1206), 1, sym_based_literal, - STATE(1637), 1, + STATE(1818), 1, sym__expression, - STATE(2506), 1, + STATE(2399), 1, sym_bit_string_literal, - STATE(2508), 1, - sym__primary, - STATE(2510), 1, + STATE(2427), 1, sym__literal, + STATE(2431), 1, + sym__primary, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(431), 2, + ACTIONS(750), 2, sym_decimal_integer, sym_decimal_float, - STATE(1411), 2, + STATE(1025), 2, sym__identifier, sym__external_name, - ACTIONS(435), 3, + ACTIONS(754), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(707), 3, + STATE(706), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1412), 3, + STATE(1087), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2509), 3, + STATE(2428), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(417), 4, + ACTIONS(740), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2536), 5, + STATE(2423), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -79945,7 +79852,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(425), 8, + ACTIONS(746), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -79954,76 +79861,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [42273] = 30, + [42150] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(411), 1, + ACTIONS(1321), 1, anon_sym_LPAREN, - ACTIONS(413), 1, + ACTIONS(1323), 1, sym_condition_conversion, - ACTIONS(415), 1, + ACTIONS(1325), 1, anon_sym_LT_LT, - ACTIONS(423), 1, + ACTIONS(1329), 1, sym_NEW, - ACTIONS(433), 1, + ACTIONS(1335), 1, sym_based_base, - ACTIONS(437), 1, + ACTIONS(1339), 1, sym_bit_string_length, - ACTIONS(439), 1, + ACTIONS(1341), 1, sym_bit_string_base, - STATE(704), 1, - sym_unary_operator, - STATE(705), 1, + STATE(701), 1, sym_sign, - STATE(777), 1, + STATE(702), 1, + sym_unary_operator, + STATE(885), 1, sym__direct_name, - STATE(1408), 1, + STATE(2232), 1, sym__abstract_literal, - STATE(1627), 1, - sym_based_literal, - STATE(1638), 1, + STATE(2384), 1, sym__expression, - STATE(2506), 1, + STATE(2409), 1, + sym_based_literal, + STATE(2711), 1, + sym__literal, + STATE(2761), 1, sym_bit_string_literal, - STATE(2508), 1, + STATE(2765), 1, sym__primary, - STATE(2510), 1, - sym__literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(431), 2, + ACTIONS(1333), 2, sym_decimal_integer, sym_decimal_float, - STATE(1411), 2, + STATE(1978), 2, sym__identifier, sym__external_name, - ACTIONS(435), 3, + ACTIONS(1337), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(708), 3, + STATE(707), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1412), 3, + STATE(1982), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2509), 3, + STATE(2737), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(417), 4, + ACTIONS(1327), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2536), 5, + STATE(2745), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -80038,7 +79945,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(425), 8, + ACTIONS(1331), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -80047,75 +79954,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [42396] = 29, + [42273] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(878), 1, + ACTIONS(265), 1, sym_condition_conversion, - ACTIONS(920), 1, + ACTIONS(736), 1, anon_sym_LPAREN, - ACTIONS(922), 1, + ACTIONS(738), 1, anon_sym_LT_LT, - ACTIONS(926), 1, + ACTIONS(744), 1, sym_NEW, - ACTIONS(932), 1, + ACTIONS(752), 1, sym_based_base, - ACTIONS(936), 1, + ACTIONS(756), 1, sym_bit_string_length, - ACTIONS(938), 1, + ACTIONS(758), 1, sym_bit_string_base, - STATE(710), 1, + STATE(640), 1, + sym_unary_operator, + STATE(688), 1, sym_sign, - STATE(868), 1, + STATE(743), 1, sym__direct_name, - STATE(2283), 1, + STATE(1006), 1, sym__abstract_literal, - STATE(2412), 1, + STATE(1158), 1, sym__expression, - STATE(2422), 1, + STATE(1206), 1, sym_based_literal, - STATE(2756), 1, + STATE(2399), 1, sym_bit_string_literal, - STATE(2762), 1, - sym__primary, - STATE(2764), 1, + STATE(2427), 1, sym__literal, + STATE(2431), 1, + sym__primary, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(930), 2, + ACTIONS(750), 2, sym_decimal_integer, sym_decimal_float, - STATE(1975), 2, + STATE(1025), 2, sym__identifier, sym__external_name, - ACTIONS(934), 3, + ACTIONS(754), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(1976), 3, + STATE(708), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(1087), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2763), 3, + STATE(2428), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1245), 4, + ACTIONS(740), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(709), 4, - sym_unary_operator, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(2761), 5, + STATE(2423), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -80130,7 +80038,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(928), 8, + ACTIONS(746), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -80139,75 +80047,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [42517] = 29, + [42396] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(878), 1, - sym_condition_conversion, - ACTIONS(920), 1, + ACTIONS(942), 1, anon_sym_LPAREN, - ACTIONS(922), 1, + ACTIONS(946), 1, anon_sym_LT_LT, - ACTIONS(926), 1, + ACTIONS(950), 1, sym_NEW, - ACTIONS(932), 1, + ACTIONS(956), 1, sym_based_base, - ACTIONS(936), 1, + ACTIONS(960), 1, sym_bit_string_length, - ACTIONS(938), 1, + ACTIONS(962), 1, sym_bit_string_base, - STATE(709), 1, + ACTIONS(1159), 1, + sym_condition_conversion, + STATE(504), 1, + sym_sign, + STATE(505), 1, sym_unary_operator, - STATE(868), 1, + STATE(787), 1, sym__direct_name, - STATE(2283), 1, + STATE(1614), 1, sym__abstract_literal, - STATE(2378), 1, - sym__expression, - STATE(2422), 1, + STATE(1782), 1, sym_based_literal, - STATE(2756), 1, + STATE(1863), 1, + sym__expression, + STATE(2593), 1, sym_bit_string_literal, - STATE(2762), 1, - sym__primary, - STATE(2764), 1, + STATE(2603), 1, sym__literal, + STATE(2613), 1, + sym__primary, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(930), 2, + ACTIONS(954), 2, sym_decimal_integer, sym_decimal_float, - STATE(1975), 2, + STATE(1601), 2, sym__identifier, sym__external_name, - ACTIONS(934), 3, + ACTIONS(958), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(1976), 3, + STATE(709), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(1569), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2763), 3, + STATE(2614), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1245), 4, + ACTIONS(948), 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(2761), 5, + STATE(2572), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -80222,7 +80131,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(928), 8, + ACTIONS(952), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -80231,76 +80140,75 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [42638] = 30, + [42519] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(878), 1, - sym_condition_conversion, - ACTIONS(920), 1, + ACTIONS(760), 1, anon_sym_LPAREN, - ACTIONS(922), 1, - anon_sym_LT_LT, - ACTIONS(926), 1, + ACTIONS(768), 1, sym_NEW, - ACTIONS(932), 1, + ACTIONS(774), 1, sym_based_base, - ACTIONS(936), 1, + ACTIONS(778), 1, sym_bit_string_length, - ACTIONS(938), 1, + ACTIONS(780), 1, sym_bit_string_base, - STATE(709), 1, + ACTIONS(782), 1, + anon_sym_LT_LT, + ACTIONS(1425), 1, + sym_condition_conversion, + STATE(712), 1, sym_unary_operator, - STATE(710), 1, - sym_sign, - STATE(868), 1, + STATE(723), 1, sym__direct_name, - STATE(2283), 1, + STATE(838), 1, sym__abstract_literal, - STATE(2316), 1, + STATE(895), 1, sym__expression, - STATE(2422), 1, + STATE(918), 1, sym_based_literal, - STATE(2756), 1, - sym_bit_string_literal, - STATE(2762), 1, - sym__primary, - STATE(2764), 1, + STATE(1429), 1, sym__literal, + STATE(1446), 1, + sym__primary, + STATE(1458), 1, + sym_bit_string_literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(930), 2, + ACTIONS(772), 2, sym_decimal_integer, sym_decimal_float, - STATE(1975), 2, + STATE(879), 2, sym__identifier, sym__external_name, - ACTIONS(934), 3, + ACTIONS(786), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(711), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(1976), 3, + STATE(881), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2763), 3, + STATE(1440), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1245), 4, + ACTIONS(806), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2761), 5, + STATE(710), 4, + sym_sign, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(1521), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -80315,7 +80223,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(928), 8, + ACTIONS(770), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -80324,76 +80232,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [42761] = 30, + [42640] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(878), 1, - sym_condition_conversion, - ACTIONS(920), 1, + ACTIONS(263), 1, anon_sym_LPAREN, - ACTIONS(922), 1, - anon_sym_LT_LT, - ACTIONS(926), 1, + ACTIONS(275), 1, sym_NEW, - ACTIONS(932), 1, + ACTIONS(285), 1, sym_based_base, - ACTIONS(936), 1, + ACTIONS(289), 1, sym_bit_string_length, - ACTIONS(938), 1, + ACTIONS(291), 1, sym_bit_string_base, - STATE(709), 1, + ACTIONS(401), 1, + anon_sym_LT_LT, + ACTIONS(1273), 1, + sym_condition_conversion, + STATE(657), 1, sym_unary_operator, - STATE(710), 1, + STATE(661), 1, sym_sign, - STATE(868), 1, + STATE(736), 1, sym__direct_name, - STATE(2283), 1, + STATE(964), 1, sym__abstract_literal, - STATE(2331), 1, + STATE(1046), 1, sym__expression, - STATE(2422), 1, + STATE(1073), 1, sym_based_literal, - STATE(2756), 1, + STATE(1984), 1, sym_bit_string_literal, - STATE(2762), 1, + STATE(1990), 1, sym__primary, - STATE(2764), 1, + STATE(1992), 1, sym__literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(930), 2, + ACTIONS(283), 2, sym_decimal_integer, sym_decimal_float, - STATE(1975), 2, + STATE(954), 2, sym__identifier, sym__external_name, - ACTIONS(934), 3, + ACTIONS(409), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(712), 3, + STATE(711), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1976), 3, + STATE(929), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2763), 3, + STATE(1991), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1245), 4, + ACTIONS(403), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2761), 5, + STATE(2224), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -80408,7 +80316,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(928), 8, + ACTIONS(277), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -80417,76 +80325,75 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [42884] = 30, + [42763] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(878), 1, - sym_condition_conversion, - ACTIONS(920), 1, + ACTIONS(760), 1, anon_sym_LPAREN, - ACTIONS(922), 1, - anon_sym_LT_LT, - ACTIONS(926), 1, + ACTIONS(768), 1, sym_NEW, - ACTIONS(932), 1, + ACTIONS(774), 1, sym_based_base, - ACTIONS(936), 1, + ACTIONS(778), 1, sym_bit_string_length, - ACTIONS(938), 1, + ACTIONS(780), 1, sym_bit_string_base, - STATE(709), 1, - sym_unary_operator, + ACTIONS(782), 1, + anon_sym_LT_LT, + ACTIONS(1425), 1, + sym_condition_conversion, STATE(710), 1, sym_sign, - STATE(868), 1, + STATE(723), 1, sym__direct_name, - STATE(2283), 1, + STATE(838), 1, sym__abstract_literal, - STATE(2334), 1, + STATE(888), 1, sym__expression, - STATE(2422), 1, + STATE(918), 1, sym_based_literal, - STATE(2756), 1, - sym_bit_string_literal, - STATE(2762), 1, - sym__primary, - STATE(2764), 1, + STATE(1429), 1, sym__literal, + STATE(1446), 1, + sym__primary, + STATE(1458), 1, + sym_bit_string_literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(930), 2, + ACTIONS(772), 2, sym_decimal_integer, sym_decimal_float, - STATE(1975), 2, + STATE(879), 2, sym__identifier, sym__external_name, - ACTIONS(934), 3, + ACTIONS(786), 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(1976), 3, + STATE(881), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2763), 3, + STATE(1440), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1245), 4, + ACTIONS(806), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2761), 5, + STATE(712), 4, + sym_unary_operator, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(1521), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -80501,7 +80408,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(928), 8, + ACTIONS(770), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -80510,75 +80417,75 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [43007] = 29, + [42884] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1425), 1, - anon_sym_LPAREN, - ACTIONS(1427), 1, + ACTIONS(944), 1, sym_condition_conversion, - ACTIONS(1429), 1, + ACTIONS(1231), 1, + anon_sym_LPAREN, + ACTIONS(1233), 1, anon_sym_LT_LT, - ACTIONS(1433), 1, + ACTIONS(1237), 1, sym_NEW, - ACTIONS(1439), 1, + ACTIONS(1243), 1, sym_based_base, - ACTIONS(1443), 1, + ACTIONS(1247), 1, sym_bit_string_length, - ACTIONS(1445), 1, + ACTIONS(1249), 1, sym_bit_string_base, - STATE(715), 1, - sym_sign, - STATE(820), 1, + STATE(695), 1, + sym_unary_operator, + STATE(886), 1, sym__direct_name, - STATE(1860), 1, + STATE(1917), 1, sym__abstract_literal, - STATE(1927), 1, - sym_based_literal, - STATE(1933), 1, + STATE(2293), 1, sym__expression, - STATE(2640), 1, + STATE(2314), 1, + sym_based_literal, + STATE(2763), 1, sym_bit_string_literal, - STATE(2652), 1, - sym__literal, - STATE(2677), 1, + STATE(2766), 1, sym__primary, + STATE(2769), 1, + sym__literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1437), 2, + ACTIONS(1241), 2, sym_decimal_integer, sym_decimal_float, - STATE(1695), 2, + STATE(2126), 2, sym__identifier, sym__external_name, - ACTIONS(1441), 3, + ACTIONS(1245), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(1696), 3, + STATE(2124), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2643), 3, + STATE(2767), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1431), 4, + ACTIONS(1235), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(714), 4, - sym_unary_operator, + STATE(713), 4, + sym_sign, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(2688), 5, + STATE(2764), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -80593,7 +80500,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1435), 8, + ACTIONS(1239), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -80602,75 +80509,75 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [43128] = 29, + [43005] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1425), 1, + ACTIONS(1449), 1, anon_sym_LPAREN, - ACTIONS(1427), 1, + ACTIONS(1451), 1, sym_condition_conversion, - ACTIONS(1429), 1, + ACTIONS(1453), 1, anon_sym_LT_LT, - ACTIONS(1433), 1, + ACTIONS(1457), 1, sym_NEW, - ACTIONS(1439), 1, + ACTIONS(1463), 1, sym_based_base, - ACTIONS(1443), 1, + ACTIONS(1467), 1, sym_bit_string_length, - ACTIONS(1445), 1, + ACTIONS(1469), 1, sym_bit_string_base, - STATE(714), 1, - sym_unary_operator, - STATE(820), 1, + STATE(717), 1, + sym_sign, + STATE(796), 1, sym__direct_name, - STATE(1860), 1, + STATE(1843), 1, sym__abstract_literal, - STATE(1927), 1, - sym_based_literal, - STATE(1934), 1, + STATE(2060), 1, sym__expression, - STATE(2640), 1, - sym_bit_string_literal, - STATE(2652), 1, + STATE(2083), 1, + sym_based_literal, + STATE(2619), 1, sym__literal, - STATE(2677), 1, + STATE(2656), 1, sym__primary, + STATE(2677), 1, + sym_bit_string_literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1437), 2, + ACTIONS(1461), 2, sym_decimal_integer, sym_decimal_float, - STATE(1695), 2, + STATE(1907), 2, sym__identifier, sym__external_name, - ACTIONS(1441), 3, + ACTIONS(1465), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(1696), 3, + STATE(1912), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2643), 3, + STATE(2618), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1431), 4, + ACTIONS(1455), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(715), 4, - sym_sign, + STATE(714), 4, + sym_unary_operator, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(2688), 5, + STATE(2661), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -80685,7 +80592,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1435), 8, + ACTIONS(1459), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -80694,76 +80601,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [43249] = 30, + [43126] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1425), 1, + ACTIONS(1321), 1, anon_sym_LPAREN, - ACTIONS(1427), 1, + ACTIONS(1323), 1, sym_condition_conversion, - ACTIONS(1429), 1, + ACTIONS(1325), 1, anon_sym_LT_LT, - ACTIONS(1433), 1, + ACTIONS(1329), 1, sym_NEW, - ACTIONS(1439), 1, + ACTIONS(1335), 1, sym_based_base, - ACTIONS(1443), 1, + ACTIONS(1339), 1, sym_bit_string_length, - ACTIONS(1445), 1, + ACTIONS(1341), 1, sym_bit_string_base, - STATE(714), 1, - sym_unary_operator, - STATE(715), 1, + STATE(701), 1, sym_sign, - STATE(820), 1, + STATE(702), 1, + sym_unary_operator, + STATE(885), 1, sym__direct_name, - STATE(1860), 1, + STATE(2232), 1, sym__abstract_literal, - STATE(1927), 1, + STATE(2409), 1, sym_based_literal, - STATE(1935), 1, + STATE(2414), 1, sym__expression, - STATE(2640), 1, - sym_bit_string_literal, - STATE(2652), 1, + STATE(2711), 1, sym__literal, - STATE(2677), 1, + STATE(2761), 1, + sym_bit_string_literal, + STATE(2765), 1, sym__primary, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1437), 2, + ACTIONS(1333), 2, sym_decimal_integer, sym_decimal_float, - STATE(1695), 2, + STATE(1978), 2, sym__identifier, sym__external_name, - ACTIONS(1441), 3, + ACTIONS(1337), 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(1696), 3, + STATE(1982), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2643), 3, + STATE(2737), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1431), 4, + ACTIONS(1327), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2688), 5, + STATE(2745), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -80778,7 +80685,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1435), 8, + ACTIONS(1331), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -80787,76 +80694,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [43372] = 30, + [43249] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1425), 1, + ACTIONS(1046), 1, anon_sym_LPAREN, - ACTIONS(1427), 1, - sym_condition_conversion, - ACTIONS(1429), 1, + ACTIONS(1050), 1, anon_sym_LT_LT, - ACTIONS(1433), 1, + ACTIONS(1054), 1, sym_NEW, - ACTIONS(1439), 1, + ACTIONS(1060), 1, sym_based_base, - ACTIONS(1443), 1, + ACTIONS(1064), 1, sym_bit_string_length, - ACTIONS(1445), 1, + ACTIONS(1066), 1, sym_bit_string_base, - STATE(714), 1, + ACTIONS(1343), 1, + sym_condition_conversion, + STATE(464), 1, sym_unary_operator, - STATE(715), 1, + STATE(480), 1, sym_sign, - STATE(820), 1, + STATE(794), 1, sym__direct_name, - STATE(1860), 1, + STATE(1495), 1, sym__abstract_literal, - STATE(1927), 1, + STATE(1705), 1, sym_based_literal, - STATE(1939), 1, + STATE(1732), 1, sym__expression, - STATE(2640), 1, + STATE(2595), 1, sym_bit_string_literal, - STATE(2652), 1, + STATE(2597), 1, sym__literal, - STATE(2677), 1, + STATE(2607), 1, sym__primary, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1437), 2, + ACTIONS(1058), 2, sym_decimal_integer, sym_decimal_float, - STATE(1695), 2, + STATE(1584), 2, sym__identifier, sym__external_name, - ACTIONS(1441), 3, + ACTIONS(1062), 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(1696), 3, + STATE(1587), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2643), 3, + STATE(2602), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1431), 4, + ACTIONS(1052), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2688), 5, + STATE(2611), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -80871,7 +80778,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1435), 8, + ACTIONS(1056), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -80880,76 +80787,75 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [43495] = 30, + [43372] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1425), 1, + ACTIONS(1449), 1, anon_sym_LPAREN, - ACTIONS(1427), 1, + ACTIONS(1451), 1, sym_condition_conversion, - ACTIONS(1429), 1, + ACTIONS(1453), 1, anon_sym_LT_LT, - ACTIONS(1433), 1, + ACTIONS(1457), 1, sym_NEW, - ACTIONS(1439), 1, + ACTIONS(1463), 1, sym_based_base, - ACTIONS(1443), 1, + ACTIONS(1467), 1, sym_bit_string_length, - ACTIONS(1445), 1, + ACTIONS(1469), 1, sym_bit_string_base, STATE(714), 1, sym_unary_operator, - STATE(715), 1, - sym_sign, - STATE(820), 1, + STATE(796), 1, sym__direct_name, - STATE(1860), 1, + STATE(1843), 1, sym__abstract_literal, - STATE(1927), 1, - sym_based_literal, - STATE(1940), 1, + STATE(2054), 1, sym__expression, - STATE(2640), 1, - sym_bit_string_literal, - STATE(2652), 1, + STATE(2083), 1, + sym_based_literal, + STATE(2619), 1, sym__literal, - STATE(2677), 1, + STATE(2656), 1, sym__primary, + STATE(2677), 1, + sym_bit_string_literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1437), 2, + ACTIONS(1461), 2, sym_decimal_integer, sym_decimal_float, - STATE(1695), 2, + STATE(1907), 2, sym__identifier, sym__external_name, - ACTIONS(1441), 3, + ACTIONS(1465), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(718), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(1696), 3, + STATE(1912), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(2643), 3, + STATE(2618), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1431), 4, + ACTIONS(1455), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2688), 5, + STATE(717), 4, + sym_sign, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(2661), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -80964,7 +80870,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1435), 8, + ACTIONS(1459), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -80973,75 +80879,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [43618] = 29, + [43493] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(762), 1, - sym_condition_conversion, - ACTIONS(1068), 1, + ACTIONS(1046), 1, anon_sym_LPAREN, - ACTIONS(1070), 1, + ACTIONS(1050), 1, anon_sym_LT_LT, - ACTIONS(1074), 1, + ACTIONS(1054), 1, sym_NEW, - ACTIONS(1080), 1, + ACTIONS(1060), 1, sym_based_base, - ACTIONS(1084), 1, + ACTIONS(1064), 1, sym_bit_string_length, - ACTIONS(1086), 1, + ACTIONS(1066), 1, sym_bit_string_base, - STATE(414), 1, + ACTIONS(1343), 1, + sym_condition_conversion, + STATE(464), 1, + sym_unary_operator, + STATE(480), 1, sym_sign, - STATE(733), 1, + STATE(794), 1, sym__direct_name, - STATE(965), 1, + STATE(1495), 1, sym__abstract_literal, - STATE(1076), 1, - sym__expression, - STATE(1110), 1, + STATE(1705), 1, sym_based_literal, - STATE(1943), 1, + STATE(1737), 1, + sym__expression, + STATE(2595), 1, sym_bit_string_literal, - STATE(1946), 1, - sym__primary, - STATE(1948), 1, + STATE(2597), 1, sym__literal, + STATE(2607), 1, + sym__primary, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1078), 2, + ACTIONS(1058), 2, sym_decimal_integer, sym_decimal_float, - STATE(939), 2, + STATE(1584), 2, sym__identifier, sym__external_name, - ACTIONS(1082), 3, + ACTIONS(1062), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(940), 3, + STATE(718), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(1587), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(1947), 3, + STATE(2602), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(1072), 4, + ACTIONS(1052), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(719), 4, - sym_unary_operator, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(1944), 5, + STATE(2611), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -81056,7 +80963,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(1076), 8, + ACTIONS(1056), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -81065,75 +80972,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [43739] = 29, + [43616] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(760), 1, + ACTIONS(415), 1, anon_sym_LPAREN, - ACTIONS(764), 1, + ACTIONS(417), 1, + sym_condition_conversion, + ACTIONS(419), 1, anon_sym_LT_LT, - ACTIONS(768), 1, + ACTIONS(427), 1, sym_NEW, - ACTIONS(774), 1, + ACTIONS(439), 1, sym_based_base, - ACTIONS(778), 1, + ACTIONS(443), 1, sym_bit_string_length, - ACTIONS(780), 1, + ACTIONS(445), 1, sym_bit_string_base, - ACTIONS(1247), 1, - sym_condition_conversion, - STATE(439), 1, + STATE(699), 1, + sym_unary_operator, + STATE(700), 1, sym_sign, - STATE(721), 1, + STATE(764), 1, sym__direct_name, - STATE(846), 1, + STATE(1399), 1, sym__abstract_literal, - STATE(902), 1, - sym_based_literal, - STATE(916), 1, + STATE(1436), 1, sym__expression, - STATE(1612), 1, - sym_bit_string_literal, - STATE(1620), 1, - sym__primary, - STATE(1622), 1, + STATE(1466), 1, + sym_based_literal, + STATE(2500), 1, sym__literal, + STATE(2502), 1, + sym__primary, + STATE(2505), 1, + sym_bit_string_literal, ACTIONS(267), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(772), 2, + ACTIONS(437), 2, sym_decimal_integer, sym_decimal_float, - STATE(838), 2, + STATE(1352), 2, sym__identifier, sym__external_name, - ACTIONS(776), 3, + ACTIONS(441), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(840), 3, + STATE(719), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(1351), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(1621), 3, + STATE(2501), 3, sym_name, sym_allocator, sym_parenthesis_expression, - ACTIONS(808), 4, + ACTIONS(421), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(720), 4, - sym_unary_operator, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(1644), 5, + STATE(2503), 5, sym_condition_expression, sym_logical_expression, sym_relational_expression, @@ -81148,7 +81056,7 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(770), 8, + ACTIONS(429), 8, sym_NULL, sym_string_literal, sym_string_literal_std_logic, @@ -81157,85 +81065,99 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant_debug, sym_library_constant_env, sym_library_constant_standard, - [43860] = 16, + [43739] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1473), 1, - anon_sym_DOT, - ACTIONS(1475), 1, + ACTIONS(1161), 1, anon_sym_LPAREN, - ACTIONS(1479), 1, - anon_sym_SQUOTE, - ACTIONS(1481), 1, - anon_sym_LBRACK, - ACTIONS(1483), 1, - sym_GENERIC, - ACTIONS(1485), 1, - sym_PARAMETER, - STATE(723), 1, - aux_sym_name_repeat1, - STATE(805), 1, - sym_generic_map_aspect, - STATE(847), 1, - sym__name_selector, - STATE(721), 3, + ACTIONS(1163), 1, + sym_condition_conversion, + ACTIONS(1165), 1, + anon_sym_LT_LT, + ACTIONS(1169), 1, + sym_NEW, + ACTIONS(1175), 1, + sym_based_base, + ACTIONS(1179), 1, + sym_bit_string_length, + ACTIONS(1181), 1, + sym_bit_string_base, + STATE(457), 1, + sym_sign, + STATE(867), 1, + sym__direct_name, + STATE(1932), 1, + sym__abstract_literal, + STATE(2333), 1, + sym__expression, + STATE(2346), 1, + sym_based_literal, + STATE(2695), 1, + sym__literal, + STATE(2700), 1, + sym__primary, + STATE(2712), 1, + sym_bit_string_literal, + ACTIONS(267), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1173), 2, + sym_decimal_integer, + sym_decimal_float, + STATE(2186), 2, + sym__identifier, + sym__external_name, + ACTIONS(1177), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, + STATE(2185), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + STATE(2698), 3, + sym_name, + sym_allocator, + sym_parenthesis_expression, + ACTIONS(1167), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + STATE(720), 4, + sym_unary_operator, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(848), 5, - sym_function_call, - sym_parenthesis_group, - sym_attribute, - sym_signature, - sym_selection, - ACTIONS(1477), 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(1471), 34, + STATE(2707), 5, + sym_condition_expression, + sym_logical_expression, + sym_relational_expression, + sym_shift_expression, + sym_simple_expression, + ACTIONS(273), 8, + sym_ABS, sym_AND, - sym_DOWNTO, - sym_MOD, sym_NAND, sym_NOR, + sym_NOT, 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(1171), 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, + [43860] = 36, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -81278,39 +81200,39 @@ static const uint16_t ts_small_parse_table[] = { sym_VARIABLE, ACTIONS(215), 1, sym_VIEW, - ACTIONS(1112), 1, + ACTIONS(1129), 1, sym_BEGIN, - ACTIONS(1114), 1, + ACTIONS(1131), 1, sym_GENERIC, - ACTIONS(1116), 1, + ACTIONS(1133), 1, sym_IS, - ACTIONS(1118), 1, + ACTIONS(1135), 1, sym_PORT, - STATE(737), 1, + STATE(739), 1, sym_generic_clause, - STATE(757), 1, + STATE(773), 1, sym_port_clause, - STATE(807), 1, + STATE(809), 1, aux_sym_design_unit_repeat2, - STATE(3070), 1, + STATE(3027), 1, sym__block_declarative_item, - STATE(5909), 1, + STATE(5711), 1, sym__subprogram_specification, - STATE(6261), 1, + STATE(6244), 1, sym_concurrent_block, - STATE(6268), 1, + STATE(6265), 1, sym_block_head, ACTIONS(43), 2, sym_IMPURE, sym_PURE, - STATE(6069), 2, + STATE(6037), 2, sym_procedure_specification, sym_function_specification, - STATE(722), 3, + STATE(721), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3071), 22, + STATE(3051), 22, sym_use_clause, sym_package_declaration, sym_package_instantiation_declaration, @@ -81333,7 +81255,7 @@ static const uint16_t ts_small_parse_table[] = { sym_group_template_declaration, sym_group_declaration, sym_configuration_specification, - [44088] = 16, + [43994] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -81342,33 +81264,32 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(1473), 1, anon_sym_DOT, - ACTIONS(1475), 1, + ACTIONS(1476), 1, anon_sym_LPAREN, - ACTIONS(1479), 1, - anon_sym_SQUOTE, ACTIONS(1481), 1, + anon_sym_SQUOTE, + ACTIONS(1484), 1, anon_sym_LBRACK, - ACTIONS(1483), 1, + ACTIONS(1487), 1, sym_GENERIC, - ACTIONS(1485), 1, + ACTIONS(1490), 1, sym_PARAMETER, - STATE(725), 1, - aux_sym_name_repeat1, - STATE(805), 1, + STATE(822), 1, sym_generic_map_aspect, - STATE(847), 1, + STATE(864), 1, sym__name_selector, - STATE(723), 3, + STATE(722), 4, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(848), 5, + aux_sym_name_repeat1, + STATE(855), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - ACTIONS(1489), 7, + ACTIONS(1479), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -81376,7 +81297,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1487), 34, + ACTIONS(1471), 34, sym_AND, sym_DOWNTO, sym_MOD, @@ -81411,133 +81332,36 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_GT_GT, anon_sym_PIPE, - [44182] = 36, + [44086] = 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(1112), 1, - sym_BEGIN, - ACTIONS(1114), 1, - sym_GENERIC, - ACTIONS(1116), 1, - sym_IS, - ACTIONS(1118), 1, - sym_PORT, - STATE(737), 1, - sym_generic_clause, - STATE(757), 1, - sym_port_clause, - STATE(807), 1, - aux_sym_design_unit_repeat2, - STATE(3070), 1, - sym__block_declarative_item, - STATE(5909), 1, - sym__subprogram_specification, - STATE(6117), 1, - sym_concurrent_block, - STATE(6452), 1, - sym_block_head, - ACTIONS(43), 2, - sym_IMPURE, - sym_PURE, - STATE(6069), 2, - sym_procedure_specification, - sym_function_specification, - STATE(724), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(3071), 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, - [44316] = 15, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(1493), 1, + ACTIONS(1495), 1, anon_sym_DOT, - ACTIONS(1496), 1, + ACTIONS(1497), 1, anon_sym_LPAREN, ACTIONS(1501), 1, anon_sym_SQUOTE, - ACTIONS(1504), 1, + ACTIONS(1503), 1, anon_sym_LBRACK, - ACTIONS(1507), 1, + ACTIONS(1505), 1, sym_GENERIC, - ACTIONS(1510), 1, + ACTIONS(1507), 1, sym_PARAMETER, - STATE(805), 1, + STATE(726), 1, + aux_sym_name_repeat1, + STATE(822), 1, sym_generic_map_aspect, - STATE(847), 1, + STATE(864), 1, sym__name_selector, - STATE(725), 4, + STATE(723), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - aux_sym_name_repeat1, - STATE(848), 5, + STATE(855), 5, sym_function_call, sym_parenthesis_group, sym_attribute, @@ -81551,7 +81375,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1491), 34, + ACTIONS(1493), 34, sym_AND, sym_DOWNTO, sym_MOD, @@ -81586,7 +81410,7 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_GT_GT, anon_sym_PIPE, - [44408] = 36, + [44180] = 36, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -81629,39 +81453,39 @@ static const uint16_t ts_small_parse_table[] = { sym_VARIABLE, ACTIONS(215), 1, sym_VIEW, - ACTIONS(1112), 1, + ACTIONS(1129), 1, sym_BEGIN, - ACTIONS(1114), 1, + ACTIONS(1131), 1, sym_GENERIC, - ACTIONS(1116), 1, + ACTIONS(1133), 1, sym_IS, - ACTIONS(1118), 1, + ACTIONS(1135), 1, sym_PORT, - STATE(737), 1, + STATE(739), 1, sym_generic_clause, - STATE(757), 1, + STATE(773), 1, sym_port_clause, - STATE(807), 1, + STATE(809), 1, aux_sym_design_unit_repeat2, - STATE(3070), 1, + STATE(3027), 1, sym__block_declarative_item, - STATE(5909), 1, + STATE(5711), 1, sym__subprogram_specification, - STATE(6397), 1, + STATE(6027), 1, sym_block_head, - STATE(6584), 1, + STATE(6505), 1, sym_concurrent_block, ACTIONS(43), 2, sym_IMPURE, sym_PURE, - STATE(6069), 2, + STATE(6037), 2, sym_procedure_specification, sym_function_specification, - STATE(726), 3, + STATE(724), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3071), 22, + STATE(3051), 22, sym_use_clause, sym_package_declaration, sym_package_instantiation_declaration, @@ -81684,7 +81508,7 @@ static const uint16_t ts_small_parse_table[] = { sym_group_template_declaration, sym_group_declaration, sym_configuration_specification, - [44542] = 36, + [44314] = 36, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -81727,39 +81551,39 @@ static const uint16_t ts_small_parse_table[] = { sym_VARIABLE, ACTIONS(215), 1, sym_VIEW, - ACTIONS(1112), 1, + ACTIONS(1129), 1, sym_BEGIN, - ACTIONS(1114), 1, + ACTIONS(1131), 1, sym_GENERIC, - ACTIONS(1116), 1, + ACTIONS(1133), 1, sym_IS, - ACTIONS(1118), 1, + ACTIONS(1135), 1, sym_PORT, - STATE(737), 1, + STATE(739), 1, sym_generic_clause, - STATE(757), 1, + STATE(773), 1, sym_port_clause, - STATE(807), 1, + STATE(809), 1, aux_sym_design_unit_repeat2, - STATE(3070), 1, + STATE(3027), 1, sym__block_declarative_item, - STATE(5909), 1, + STATE(5711), 1, sym__subprogram_specification, - STATE(6057), 1, - sym_concurrent_block, - STATE(6428), 1, + STATE(6191), 1, sym_block_head, + STATE(6362), 1, + sym_concurrent_block, ACTIONS(43), 2, sym_IMPURE, sym_PURE, - STATE(6069), 2, + STATE(6037), 2, sym_procedure_specification, sym_function_specification, - STATE(727), 3, + STATE(725), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3071), 22, + STATE(3051), 22, sym_use_clause, sym_package_declaration, sym_package_instantiation_declaration, @@ -81782,41 +81606,42 @@ static const uint16_t ts_small_parse_table[] = { sym_group_template_declaration, sym_group_declaration, sym_configuration_specification, - [44676] = 15, + [44448] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1513), 1, + ACTIONS(1495), 1, anon_sym_DOT, - ACTIONS(1516), 1, + ACTIONS(1497), 1, anon_sym_LPAREN, - ACTIONS(1519), 1, + ACTIONS(1501), 1, anon_sym_SQUOTE, - ACTIONS(1522), 1, + ACTIONS(1503), 1, anon_sym_LBRACK, - ACTIONS(1525), 1, + ACTIONS(1505), 1, sym_GENERIC, - ACTIONS(1528), 1, + ACTIONS(1507), 1, sym_PARAMETER, - STATE(850), 1, + STATE(722), 1, + aux_sym_name_repeat1, + STATE(822), 1, sym_generic_map_aspect, - STATE(924), 1, + STATE(864), 1, sym__name_selector, - STATE(728), 4, + STATE(726), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - aux_sym_name_repeat1, - STATE(926), 5, + STATE(855), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - ACTIONS(1499), 7, + ACTIONS(1511), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -81824,14 +81649,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1491), 33, + ACTIONS(1509), 34, sym_AND, sym_DOWNTO, sym_MOD, sym_NAND, sym_NOR, sym_OR, - sym_RANGE, sym_REM, sym_ROL, sym_ROR, @@ -81840,13 +81664,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_RPAREN, anon_sym_EQ_GT, anon_sym_LT_EQ, + sym_variable_assignment, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -81857,43 +81682,142 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, + anon_sym_GT_GT, anon_sym_PIPE, - [44767] = 16, + [44542] = 36, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1531), 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_BEGIN, + ACTIONS(1131), 1, + sym_GENERIC, + ACTIONS(1133), 1, + sym_IS, + ACTIONS(1135), 1, + sym_PORT, + STATE(739), 1, + sym_generic_clause, + STATE(773), 1, + sym_port_clause, + STATE(809), 1, + aux_sym_design_unit_repeat2, + STATE(3027), 1, + sym__block_declarative_item, + STATE(5711), 1, + sym__subprogram_specification, + STATE(6116), 1, + sym_block_head, + STATE(6427), 1, + sym_concurrent_block, + ACTIONS(43), 2, + sym_IMPURE, + sym_PURE, + STATE(6037), 2, + sym_procedure_specification, + sym_function_specification, + STATE(727), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(3051), 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, + [44676] = 16, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(1513), 1, anon_sym_DOT, - ACTIONS(1533), 1, + ACTIONS(1515), 1, anon_sym_LPAREN, - ACTIONS(1535), 1, + ACTIONS(1517), 1, anon_sym_SQUOTE, - ACTIONS(1537), 1, + ACTIONS(1519), 1, anon_sym_LBRACK, - ACTIONS(1539), 1, + ACTIONS(1521), 1, sym_GENERIC, - ACTIONS(1541), 1, + ACTIONS(1523), 1, sym_PARAMETER, - STATE(728), 1, + STATE(730), 1, aux_sym_name_repeat1, - STATE(850), 1, + STATE(880), 1, sym_generic_map_aspect, - STATE(924), 1, + STATE(893), 1, sym__name_selector, - STATE(729), 3, + STATE(728), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(926), 5, + STATE(894), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - ACTIONS(1489), 7, + ACTIONS(1499), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -81901,7 +81825,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1487), 33, + ACTIONS(1493), 33, sym_AND, sym_DOWNTO, sym_MOD, @@ -81935,42 +81859,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, sym_exponentiate, anon_sym_PIPE, - [44860] = 16, + [44769] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1531), 1, + ACTIONS(1525), 1, anon_sym_DOT, - ACTIONS(1533), 1, + ACTIONS(1528), 1, anon_sym_LPAREN, - ACTIONS(1535), 1, + ACTIONS(1531), 1, anon_sym_SQUOTE, - ACTIONS(1537), 1, + ACTIONS(1534), 1, anon_sym_LBRACK, - ACTIONS(1539), 1, + ACTIONS(1537), 1, sym_GENERIC, - ACTIONS(1541), 1, + ACTIONS(1540), 1, sym_PARAMETER, - STATE(729), 1, - aux_sym_name_repeat1, - STATE(850), 1, + STATE(880), 1, sym_generic_map_aspect, - STATE(924), 1, + STATE(893), 1, sym__name_selector, - STATE(730), 3, + STATE(729), 4, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(926), 5, + aux_sym_name_repeat1, + STATE(894), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - ACTIONS(1477), 7, + ACTIONS(1479), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -82012,41 +81935,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, sym_exponentiate, anon_sym_PIPE, - [44953] = 15, + [44860] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1543), 1, + ACTIONS(1513), 1, anon_sym_DOT, - ACTIONS(1546), 1, + ACTIONS(1515), 1, anon_sym_LPAREN, - ACTIONS(1549), 1, + ACTIONS(1517), 1, anon_sym_SQUOTE, - ACTIONS(1552), 1, + ACTIONS(1519), 1, anon_sym_LBRACK, - ACTIONS(1555), 1, + ACTIONS(1521), 1, sym_GENERIC, - ACTIONS(1558), 1, + ACTIONS(1523), 1, sym_PARAMETER, - STATE(888), 1, + STATE(729), 1, + aux_sym_name_repeat1, + STATE(880), 1, sym_generic_map_aspect, - STATE(962), 1, + STATE(893), 1, sym__name_selector, - STATE(731), 4, + STATE(730), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - aux_sym_name_repeat1, - STATE(963), 5, + STATE(894), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - ACTIONS(1499), 7, + ACTIONS(1511), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -82054,12 +81978,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1491), 32, + ACTIONS(1509), 33, sym_AND, + sym_DOWNTO, sym_MOD, sym_NAND, sym_NOR, sym_OR, + sym_RANGE, sym_REM, sym_ROL, sym_ROR, @@ -82067,14 +81993,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, @@ -82085,44 +82011,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_GT_GT, anon_sym_PIPE, - [45043] = 16, + [44953] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1561), 1, + ACTIONS(1543), 1, anon_sym_DOT, - ACTIONS(1563), 1, + ACTIONS(1545), 1, anon_sym_LPAREN, - ACTIONS(1565), 1, + ACTIONS(1547), 1, anon_sym_SQUOTE, - ACTIONS(1567), 1, + ACTIONS(1549), 1, anon_sym_LBRACK, - ACTIONS(1569), 1, + ACTIONS(1551), 1, sym_GENERIC, - ACTIONS(1571), 1, + ACTIONS(1553), 1, sym_PARAMETER, - STATE(731), 1, + STATE(734), 1, aux_sym_name_repeat1, - STATE(888), 1, + STATE(904), 1, sym_generic_map_aspect, - STATE(962), 1, + STATE(960), 1, sym__name_selector, - STATE(732), 3, + STATE(731), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(963), 5, + STATE(930), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - ACTIONS(1489), 7, + ACTIONS(1511), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -82130,7 +82055,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1487), 32, + ACTIONS(1509), 32, sym_AND, sym_MOD, sym_NAND, @@ -82163,42 +82088,41 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_GT_GT, anon_sym_PIPE, - [45135] = 16, + [45045] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1561), 1, + ACTIONS(1555), 1, anon_sym_DOT, - ACTIONS(1563), 1, + ACTIONS(1558), 1, anon_sym_LPAREN, - ACTIONS(1565), 1, + ACTIONS(1561), 1, anon_sym_SQUOTE, - ACTIONS(1567), 1, + ACTIONS(1564), 1, anon_sym_LBRACK, - ACTIONS(1569), 1, + ACTIONS(1567), 1, sym_GENERIC, - ACTIONS(1571), 1, + ACTIONS(1570), 1, sym_PARAMETER, - STATE(732), 1, - aux_sym_name_repeat1, - STATE(888), 1, + STATE(919), 1, sym_generic_map_aspect, - STATE(962), 1, + STATE(953), 1, sym__name_selector, - STATE(733), 3, + STATE(732), 4, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(963), 5, + aux_sym_name_repeat1, + STATE(965), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - ACTIONS(1477), 7, + ACTIONS(1479), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -82208,6 +82132,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, ACTIONS(1471), 32, sym_AND, + sym_DOWNTO, sym_MOD, sym_NAND, sym_NOR, @@ -82219,14 +82144,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, @@ -82237,44 +82162,43 @@ 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, + [45135] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1573), 1, + ACTIONS(1543), 1, anon_sym_DOT, - ACTIONS(1575), 1, + ACTIONS(1545), 1, anon_sym_LPAREN, - ACTIONS(1577), 1, + ACTIONS(1547), 1, anon_sym_SQUOTE, - ACTIONS(1579), 1, + ACTIONS(1549), 1, anon_sym_LBRACK, - ACTIONS(1581), 1, + ACTIONS(1551), 1, sym_GENERIC, - ACTIONS(1583), 1, + ACTIONS(1553), 1, sym_PARAMETER, - STATE(735), 1, + STATE(731), 1, aux_sym_name_repeat1, - STATE(889), 1, + STATE(904), 1, sym_generic_map_aspect, - STATE(968), 1, + STATE(960), 1, sym__name_selector, - STATE(734), 3, + STATE(733), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(969), 5, + STATE(930), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - ACTIONS(1477), 7, + ACTIONS(1499), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -82282,9 +82206,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1471), 32, + ACTIONS(1493), 32, sym_AND, - sym_DOWNTO, sym_MOD, sym_NAND, sym_NOR, @@ -82296,14 +82219,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, @@ -82314,8 +82237,9 @@ 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, + [45227] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -82324,33 +82248,32 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(1573), 1, anon_sym_DOT, - ACTIONS(1575), 1, + ACTIONS(1576), 1, anon_sym_LPAREN, - ACTIONS(1577), 1, - anon_sym_SQUOTE, ACTIONS(1579), 1, + anon_sym_SQUOTE, + ACTIONS(1582), 1, anon_sym_LBRACK, - ACTIONS(1581), 1, + ACTIONS(1585), 1, sym_GENERIC, - ACTIONS(1583), 1, + ACTIONS(1588), 1, sym_PARAMETER, - STATE(736), 1, - aux_sym_name_repeat1, - STATE(889), 1, + STATE(904), 1, sym_generic_map_aspect, - STATE(968), 1, + STATE(960), 1, sym__name_selector, - STATE(735), 3, + STATE(734), 4, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(969), 5, + aux_sym_name_repeat1, + STATE(930), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - ACTIONS(1489), 7, + ACTIONS(1479), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -82358,9 +82281,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1487), 32, + ACTIONS(1471), 32, sym_AND, - sym_DOWNTO, sym_MOD, sym_NAND, sym_NOR, @@ -82372,14 +82294,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, @@ -82390,42 +82312,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, + anon_sym_GT_GT, anon_sym_PIPE, - [45411] = 15, + [45317] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1585), 1, + ACTIONS(1591), 1, anon_sym_DOT, - ACTIONS(1588), 1, + ACTIONS(1593), 1, anon_sym_LPAREN, - ACTIONS(1591), 1, + ACTIONS(1595), 1, anon_sym_SQUOTE, - ACTIONS(1594), 1, - anon_sym_LBRACK, ACTIONS(1597), 1, + anon_sym_LBRACK, + ACTIONS(1599), 1, sym_GENERIC, - ACTIONS(1600), 1, + ACTIONS(1601), 1, sym_PARAMETER, - STATE(889), 1, + STATE(732), 1, + aux_sym_name_repeat1, + STATE(919), 1, sym_generic_map_aspect, - STATE(968), 1, + STATE(953), 1, sym__name_selector, - STATE(736), 4, + STATE(735), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - aux_sym_name_repeat1, - STATE(969), 5, + STATE(965), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - ACTIONS(1499), 7, + ACTIONS(1511), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -82433,7 +82357,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1491), 32, + ACTIONS(1509), 32, sym_AND, sym_DOWNTO, sym_MOD, @@ -82466,127 +82390,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, sym_exponentiate, anon_sym_PIPE, - [45501] = 33, + [45409] = 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(1118), 1, - sym_PORT, - ACTIONS(1603), 1, - sym_BEGIN, - ACTIONS(1605), 1, - sym_GENERIC, - STATE(773), 1, - sym_port_clause, - STATE(829), 1, - aux_sym_design_unit_repeat2, - STATE(3070), 1, - sym__block_declarative_item, - STATE(5909), 1, - sym__subprogram_specification, - STATE(6658), 1, - sym_generic_map_aspect, - ACTIONS(43), 2, - sym_IMPURE, - sym_PURE, - STATE(6069), 2, - sym_procedure_specification, - sym_function_specification, - STATE(737), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(3071), 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, - [45626] = 15, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(1607), 1, + ACTIONS(1591), 1, anon_sym_DOT, - ACTIONS(1610), 1, + ACTIONS(1593), 1, anon_sym_LPAREN, - ACTIONS(1613), 1, + ACTIONS(1595), 1, anon_sym_SQUOTE, - ACTIONS(1616), 1, + ACTIONS(1597), 1, anon_sym_LBRACK, - ACTIONS(1619), 1, + ACTIONS(1599), 1, sym_GENERIC, - ACTIONS(1622), 1, + ACTIONS(1601), 1, sym_PARAMETER, - STATE(992), 1, + STATE(735), 1, + aux_sym_name_repeat1, + STATE(919), 1, sym_generic_map_aspect, - STATE(1079), 1, + STATE(953), 1, sym__name_selector, - STATE(738), 4, + STATE(736), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - aux_sym_name_repeat1, - STATE(1080), 5, + STATE(965), 5, sym_function_call, sym_parenthesis_group, sym_attribute, @@ -82600,8 +82433,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1491), 31, + ACTIONS(1493), 32, sym_AND, + sym_DOWNTO, sym_MOD, sym_NAND, sym_NOR, @@ -82613,10 +82447,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_RPAREN, anon_sym_EQ_GT, @@ -82632,81 +82466,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, sym_exponentiate, anon_sym_PIPE, - [45715] = 15, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(1625), 1, - anon_sym_DOT, - ACTIONS(1628), 1, - anon_sym_LPAREN, - ACTIONS(1631), 1, - anon_sym_SQUOTE, - ACTIONS(1634), 1, - anon_sym_LBRACK, - ACTIONS(1637), 1, - sym_GENERIC, - ACTIONS(1640), 1, - sym_PARAMETER, - STATE(995), 1, - sym_generic_map_aspect, - STATE(1091), 1, - sym__name_selector, - STATE(739), 4, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - aux_sym_name_repeat1, - STATE(1104), 5, - sym_function_call, - sym_parenthesis_group, - sym_attribute, - sym_signature, - sym_selection, - ACTIONS(1499), 6, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1491), 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_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, - [45804] = 17, + [45501] = 17, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -82727,21 +82487,21 @@ static const uint16_t ts_small_parse_table[] = { sym_PACKAGE, ACTIONS(63), 1, sym_USE, - STATE(1019), 1, + STATE(1034), 1, aux_sym_design_unit_repeat1, - STATE(1974), 1, - sym__library_unit, - STATE(2270), 1, + STATE(1918), 1, sym__context_item, - STATE(740), 3, + STATE(1976), 1, + sym__library_unit, + STATE(737), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1917), 3, + STATE(1919), 3, sym_library_clause, sym_use_clause, sym_context_reference, - STATE(1979), 7, + STATE(1922), 7, sym_entity_declaration, sym_configuration_declaration, sym_package_declaration, @@ -82749,7 +82509,7 @@ static const uint16_t ts_small_parse_table[] = { sym_context_declaration, sym_architecture_definition, sym_package_definition, - ACTIONS(672), 32, + ACTIONS(610), 32, sym_identifier, sym_ALIAS, sym_ASSERT, @@ -82782,49 +82542,49 @@ static const uint16_t ts_small_parse_table[] = { sym__end_of_file, anon_sym_LPAREN, anon_sym_LT_LT, - [45897] = 16, + [45594] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1643), 1, + ACTIONS(1603), 1, anon_sym_DOT, - ACTIONS(1645), 1, + ACTIONS(1605), 1, anon_sym_LPAREN, - ACTIONS(1647), 1, + ACTIONS(1607), 1, anon_sym_SQUOTE, - ACTIONS(1649), 1, + ACTIONS(1609), 1, anon_sym_LBRACK, - ACTIONS(1651), 1, + ACTIONS(1611), 1, sym_GENERIC, - ACTIONS(1653), 1, + ACTIONS(1613), 1, sym_PARAMETER, - STATE(739), 1, + STATE(742), 1, aux_sym_name_repeat1, - STATE(995), 1, + STATE(947), 1, sym_generic_map_aspect, - STATE(1091), 1, + STATE(1030), 1, sym__name_selector, - STATE(741), 3, + STATE(738), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1104), 5, + STATE(1035), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - ACTIONS(1489), 6, + ACTIONS(1511), 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(1509), 32, sym_AND, sym_BUS, sym_DOWNTO, @@ -82857,48 +82617,141 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [45988] = 15, + [45685] = 33, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1655), 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(1135), 1, + sym_PORT, + ACTIONS(1615), 1, + sym_BEGIN, + ACTIONS(1617), 1, + sym_GENERIC, + STATE(768), 1, + sym_port_clause, + STATE(826), 1, + aux_sym_design_unit_repeat2, + STATE(3027), 1, + sym__block_declarative_item, + STATE(5711), 1, + sym__subprogram_specification, + STATE(7221), 1, + sym_generic_map_aspect, + ACTIONS(43), 2, + sym_IMPURE, + sym_PURE, + STATE(6037), 2, + sym_procedure_specification, + sym_function_specification, + STATE(739), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(3051), 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, + [45810] = 16, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(1619), 1, anon_sym_DOT, - ACTIONS(1658), 1, + ACTIONS(1621), 1, anon_sym_LPAREN, - ACTIONS(1661), 1, + ACTIONS(1623), 1, anon_sym_SQUOTE, - ACTIONS(1664), 1, + ACTIONS(1625), 1, anon_sym_LBRACK, - ACTIONS(1667), 1, + ACTIONS(1627), 1, sym_GENERIC, - ACTIONS(1670), 1, + ACTIONS(1629), 1, sym_PARAMETER, - STATE(956), 1, + STATE(748), 1, + aux_sym_name_repeat1, + STATE(992), 1, sym_generic_map_aspect, - STATE(1001), 1, + STATE(1120), 1, sym__name_selector, - STATE(742), 4, + STATE(740), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - aux_sym_name_repeat1, - STATE(1002), 5, + STATE(1117), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - ACTIONS(1499), 6, + ACTIONS(1511), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1491), 32, + ACTIONS(1509), 32, sym_AND, sym_BUS, sym_DOWNTO, @@ -82931,49 +82784,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [46077] = 16, + [45901] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1643), 1, + ACTIONS(1619), 1, anon_sym_DOT, - ACTIONS(1645), 1, + ACTIONS(1621), 1, anon_sym_LPAREN, - ACTIONS(1647), 1, + ACTIONS(1623), 1, anon_sym_SQUOTE, - ACTIONS(1649), 1, + ACTIONS(1625), 1, anon_sym_LBRACK, - ACTIONS(1651), 1, + ACTIONS(1627), 1, sym_GENERIC, - ACTIONS(1653), 1, + ACTIONS(1629), 1, sym_PARAMETER, - STATE(741), 1, + STATE(740), 1, aux_sym_name_repeat1, - STATE(995), 1, + STATE(992), 1, sym_generic_map_aspect, - STATE(1091), 1, + STATE(1120), 1, sym__name_selector, - STATE(743), 3, + STATE(741), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1104), 5, + STATE(1117), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - ACTIONS(1477), 6, + ACTIONS(1499), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1471), 32, + ACTIONS(1493), 32, sym_AND, sym_BUS, sym_DOWNTO, @@ -82981,7 +82834,6 @@ static const uint16_t ts_small_parse_table[] = { sym_NAND, sym_NOR, sym_OR, - sym_REGISTER, sym_REM, sym_ROL, sym_ROR, @@ -82993,6 +82845,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, @@ -83006,226 +82859,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [46168] = 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(1114), 1, - sym_GENERIC, - ACTIONS(1118), 1, - sym_PORT, - ACTIONS(1603), 1, - sym_BEGIN, - STATE(745), 1, - sym_generic_clause, - STATE(773), 1, - sym_port_clause, - STATE(829), 1, - aux_sym_design_unit_repeat2, - STATE(3070), 1, - sym__block_declarative_item, - STATE(5909), 1, - sym__subprogram_specification, - ACTIONS(43), 2, - sym_IMPURE, - sym_PURE, - STATE(6069), 2, - sym_procedure_specification, - sym_function_specification, - STATE(744), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(3071), 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, - [46293] = 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(1118), 1, - sym_PORT, - ACTIONS(1605), 1, - sym_GENERIC, - ACTIONS(1673), 1, - sym_BEGIN, - STATE(775), 1, - sym_port_clause, - STATE(801), 1, - aux_sym_design_unit_repeat2, - STATE(3070), 1, - sym__block_declarative_item, - STATE(5909), 1, - sym__subprogram_specification, - STATE(7138), 1, - sym_generic_map_aspect, - ACTIONS(43), 2, - sym_IMPURE, - sym_PURE, - STATE(6069), 2, - sym_procedure_specification, - sym_function_specification, - STATE(745), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(3071), 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, - [46418] = 16, + [45992] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1675), 1, + ACTIONS(1631), 1, anon_sym_DOT, - ACTIONS(1677), 1, + ACTIONS(1634), 1, anon_sym_LPAREN, - ACTIONS(1679), 1, + ACTIONS(1637), 1, anon_sym_SQUOTE, - ACTIONS(1681), 1, + ACTIONS(1640), 1, anon_sym_LBRACK, - ACTIONS(1683), 1, + ACTIONS(1643), 1, sym_GENERIC, - ACTIONS(1685), 1, + ACTIONS(1646), 1, sym_PARAMETER, - STATE(747), 1, - aux_sym_name_repeat1, - STATE(956), 1, + STATE(947), 1, sym_generic_map_aspect, - STATE(1001), 1, + STATE(1030), 1, sym__name_selector, - STATE(746), 3, + STATE(742), 4, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1002), 5, + aux_sym_name_repeat1, + STATE(1035), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - ACTIONS(1477), 6, + ACTIONS(1479), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, @@ -83240,6 +82908,7 @@ static const uint16_t ts_small_parse_table[] = { sym_NAND, sym_NOR, sym_OR, + sym_REGISTER, sym_REM, sym_ROL, sym_ROR, @@ -83251,7 +82920,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, @@ -83265,52 +82933,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [46509] = 16, + [46081] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1675), 1, + ACTIONS(1649), 1, anon_sym_DOT, - ACTIONS(1677), 1, + ACTIONS(1651), 1, anon_sym_LPAREN, - ACTIONS(1679), 1, + ACTIONS(1653), 1, anon_sym_SQUOTE, - ACTIONS(1681), 1, + ACTIONS(1655), 1, anon_sym_LBRACK, - ACTIONS(1683), 1, + ACTIONS(1657), 1, sym_GENERIC, - ACTIONS(1685), 1, + ACTIONS(1659), 1, sym_PARAMETER, - STATE(742), 1, + STATE(746), 1, aux_sym_name_repeat1, - STATE(956), 1, + STATE(989), 1, sym_generic_map_aspect, - STATE(1001), 1, + STATE(1101), 1, sym__name_selector, - STATE(747), 3, + STATE(743), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1002), 5, + STATE(1107), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - ACTIONS(1489), 6, + ACTIONS(1499), 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), 32, + ACTIONS(1493), 31, sym_AND, - sym_BUS, - sym_DOWNTO, sym_MOD, sym_NAND, sym_NOR, @@ -83322,14 +82989,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, @@ -83340,55 +83007,58 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [46600] = 16, + anon_sym_PIPE, + [46172] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1687), 1, + ACTIONS(1603), 1, anon_sym_DOT, - ACTIONS(1689), 1, + ACTIONS(1605), 1, anon_sym_LPAREN, - ACTIONS(1691), 1, + ACTIONS(1607), 1, anon_sym_SQUOTE, - ACTIONS(1693), 1, + ACTIONS(1609), 1, anon_sym_LBRACK, - ACTIONS(1695), 1, + ACTIONS(1611), 1, sym_GENERIC, - ACTIONS(1697), 1, + ACTIONS(1613), 1, sym_PARAMETER, - STATE(749), 1, + STATE(738), 1, aux_sym_name_repeat1, - STATE(992), 1, + STATE(947), 1, sym_generic_map_aspect, - STATE(1079), 1, + STATE(1030), 1, sym__name_selector, - STATE(748), 3, + STATE(744), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1080), 5, + STATE(1035), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - ACTIONS(1477), 7, - anon_sym_EQ, + ACTIONS(1499), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1471), 31, + ACTIONS(1493), 32, sym_AND, + sym_BUS, + sym_DOWNTO, sym_MOD, sym_NAND, sym_NOR, sym_OR, + sym_REGISTER, sym_REM, sym_ROL, sym_ROR, @@ -83396,14 +83066,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, @@ -83414,43 +83083,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_PIPE, - [46691] = 16, + [46263] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1687), 1, + ACTIONS(1661), 1, anon_sym_DOT, - ACTIONS(1689), 1, + ACTIONS(1664), 1, anon_sym_LPAREN, - ACTIONS(1691), 1, + ACTIONS(1667), 1, anon_sym_SQUOTE, - ACTIONS(1693), 1, + ACTIONS(1670), 1, anon_sym_LBRACK, - ACTIONS(1695), 1, + ACTIONS(1673), 1, sym_GENERIC, - ACTIONS(1697), 1, + ACTIONS(1676), 1, sym_PARAMETER, - STATE(738), 1, - aux_sym_name_repeat1, - STATE(992), 1, + STATE(989), 1, sym_generic_map_aspect, - STATE(1079), 1, + STATE(1101), 1, sym__name_selector, - STATE(749), 3, + STATE(745), 4, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1080), 5, + aux_sym_name_repeat1, + STATE(1107), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - ACTIONS(1489), 7, + ACTIONS(1479), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -83458,7 +83125,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1487), 31, + ACTIONS(1471), 31, sym_AND, sym_MOD, sym_NAND, @@ -83490,56 +83157,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, sym_exponentiate, anon_sym_PIPE, - [46782] = 16, + [46352] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1699), 1, + ACTIONS(1649), 1, anon_sym_DOT, - ACTIONS(1701), 1, + ACTIONS(1651), 1, anon_sym_LPAREN, - ACTIONS(1703), 1, + ACTIONS(1653), 1, anon_sym_SQUOTE, - ACTIONS(1705), 1, + ACTIONS(1655), 1, anon_sym_LBRACK, - ACTIONS(1707), 1, + ACTIONS(1657), 1, sym_GENERIC, - ACTIONS(1709), 1, + ACTIONS(1659), 1, sym_PARAMETER, - STATE(751), 1, + STATE(745), 1, aux_sym_name_repeat1, - STATE(1049), 1, + STATE(989), 1, sym_generic_map_aspect, - STATE(1199), 1, + STATE(1101), 1, sym__name_selector, - STATE(750), 3, + STATE(746), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1202), 5, + STATE(1107), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - ACTIONS(1477), 6, + ACTIONS(1511), 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(1471), 31, + ACTIONS(1509), 31, sym_AND, - sym_DOWNTO, - sym_IS, sym_MOD, sym_NAND, sym_NOR, - sym_OPEN, sym_OR, sym_REM, sym_ROL, @@ -83548,12 +83213,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, @@ -83564,56 +83231,147 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [46872] = 16, + anon_sym_PIPE, + [46443] = 33, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1699), 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(1135), 1, + sym_PORT, + ACTIONS(1617), 1, + sym_GENERIC, + ACTIONS(1679), 1, + sym_BEGIN, + STATE(778), 1, + sym_port_clause, + STATE(802), 1, + aux_sym_design_unit_repeat2, + STATE(3027), 1, + sym__block_declarative_item, + STATE(5711), 1, + sym__subprogram_specification, + STATE(7435), 1, + sym_generic_map_aspect, + ACTIONS(43), 2, + sym_IMPURE, + sym_PURE, + STATE(6037), 2, + sym_procedure_specification, + sym_function_specification, + STATE(747), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(3051), 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, + [46568] = 15, + 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(1701), 1, + ACTIONS(1684), 1, anon_sym_LPAREN, - ACTIONS(1703), 1, + ACTIONS(1687), 1, anon_sym_SQUOTE, - ACTIONS(1705), 1, + ACTIONS(1690), 1, anon_sym_LBRACK, - ACTIONS(1707), 1, + ACTIONS(1693), 1, sym_GENERIC, - ACTIONS(1709), 1, + ACTIONS(1696), 1, sym_PARAMETER, - STATE(753), 1, - aux_sym_name_repeat1, - STATE(1049), 1, + STATE(992), 1, sym_generic_map_aspect, - STATE(1199), 1, + STATE(1120), 1, sym__name_selector, - STATE(751), 3, + STATE(748), 4, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1202), 5, + aux_sym_name_repeat1, + STATE(1117), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - ACTIONS(1489), 6, + ACTIONS(1479), 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(1471), 32, sym_AND, + sym_BUS, sym_DOWNTO, - sym_IS, sym_MOD, sym_NAND, sym_NOR, - sym_OPEN, sym_OR, sym_REM, sym_ROL, @@ -83626,7 +83384,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, @@ -83638,42 +83398,133 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [46962] = 16, + [46657] = 33, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1711), 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(1131), 1, + sym_GENERIC, + ACTIONS(1135), 1, + sym_PORT, + ACTIONS(1615), 1, + sym_BEGIN, + STATE(747), 1, + sym_generic_clause, + STATE(768), 1, + sym_port_clause, + STATE(826), 1, + aux_sym_design_unit_repeat2, + STATE(3027), 1, + sym__block_declarative_item, + STATE(5711), 1, + sym__subprogram_specification, + ACTIONS(43), 2, + sym_IMPURE, + sym_PURE, + STATE(6037), 2, + sym_procedure_specification, + sym_function_specification, + STATE(749), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(3051), 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, + [46782] = 15, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(1699), 1, anon_sym_DOT, - ACTIONS(1713), 1, + ACTIONS(1702), 1, anon_sym_LPAREN, - ACTIONS(1715), 1, + ACTIONS(1705), 1, anon_sym_SQUOTE, - ACTIONS(1717), 1, + ACTIONS(1708), 1, anon_sym_LBRACK, - ACTIONS(1719), 1, + ACTIONS(1711), 1, sym_GENERIC, - ACTIONS(1721), 1, + ACTIONS(1714), 1, sym_PARAMETER, - STATE(755), 1, - aux_sym_name_repeat1, - STATE(1018), 1, + STATE(1008), 1, sym_generic_map_aspect, - STATE(1159), 1, + STATE(1180), 1, sym__name_selector, - STATE(752), 3, + STATE(750), 4, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1186), 5, + aux_sym_name_repeat1, + STATE(1181), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - ACTIONS(1477), 6, + ACTIONS(1479), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, @@ -83712,35 +83563,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [47052] = 15, + [46870] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1723), 1, + ACTIONS(1717), 1, anon_sym_DOT, - ACTIONS(1726), 1, + ACTIONS(1719), 1, anon_sym_LPAREN, - ACTIONS(1729), 1, + ACTIONS(1721), 1, anon_sym_SQUOTE, - ACTIONS(1732), 1, + ACTIONS(1723), 1, anon_sym_LBRACK, - ACTIONS(1735), 1, + ACTIONS(1725), 1, sym_GENERIC, - ACTIONS(1738), 1, + ACTIONS(1727), 1, sym_PARAMETER, - STATE(1049), 1, + STATE(753), 1, + aux_sym_name_repeat1, + STATE(998), 1, sym_generic_map_aspect, - STATE(1199), 1, + STATE(1218), 1, sym__name_selector, - STATE(753), 4, + STATE(751), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - aux_sym_name_repeat1, - STATE(1202), 5, + STATE(1220), 5, sym_function_call, sym_parenthesis_group, sym_attribute, @@ -83753,7 +83605,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1491), 31, + ACTIONS(1493), 31, sym_AND, sym_DOWNTO, sym_IS, @@ -83785,55 +83637,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [47140] = 15, + [46960] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1741), 1, + ACTIONS(1729), 1, anon_sym_DOT, - ACTIONS(1744), 1, + ACTIONS(1732), 1, anon_sym_LPAREN, - ACTIONS(1747), 1, + ACTIONS(1735), 1, anon_sym_SQUOTE, - ACTIONS(1750), 1, + ACTIONS(1738), 1, anon_sym_LBRACK, - ACTIONS(1753), 1, + ACTIONS(1741), 1, sym_GENERIC, - ACTIONS(1756), 1, + ACTIONS(1744), 1, sym_PARAMETER, - STATE(1018), 1, + STATE(998), 1, sym_generic_map_aspect, - STATE(1159), 1, + STATE(1218), 1, sym__name_selector, - STATE(754), 4, + STATE(752), 4, sym__tool_directive, sym_line_comment, sym_block_comment, aux_sym_name_repeat1, - STATE(1186), 5, + STATE(1220), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - ACTIONS(1499), 6, + ACTIONS(1479), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1491), 31, + ACTIONS(1471), 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, @@ -83844,8 +83697,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, @@ -83858,56 +83710,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [47228] = 16, + [47048] = 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(1717), 1, anon_sym_DOT, - ACTIONS(1713), 1, + ACTIONS(1719), 1, anon_sym_LPAREN, - ACTIONS(1715), 1, + ACTIONS(1721), 1, anon_sym_SQUOTE, - ACTIONS(1717), 1, + ACTIONS(1723), 1, anon_sym_LBRACK, - ACTIONS(1719), 1, + ACTIONS(1725), 1, sym_GENERIC, - ACTIONS(1721), 1, + ACTIONS(1727), 1, sym_PARAMETER, - STATE(754), 1, + STATE(752), 1, aux_sym_name_repeat1, - STATE(1018), 1, + STATE(998), 1, sym_generic_map_aspect, - STATE(1159), 1, + STATE(1218), 1, sym__name_selector, - STATE(755), 3, + STATE(753), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1186), 5, + STATE(1220), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - ACTIONS(1489), 6, + ACTIONS(1511), 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(1509), 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, @@ -83918,8 +83771,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, @@ -83932,54 +83784,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [47318] = 15, + [47138] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1473), 1, + ACTIONS(1747), 1, anon_sym_DOT, - ACTIONS(1475), 1, + ACTIONS(1749), 1, anon_sym_LPAREN, - ACTIONS(1479), 1, + ACTIONS(1751), 1, anon_sym_SQUOTE, - ACTIONS(1481), 1, + ACTIONS(1753), 1, anon_sym_LBRACK, - ACTIONS(1485), 1, + ACTIONS(1755), 1, + sym_GENERIC, + ACTIONS(1757), 1, sym_PARAMETER, - STATE(725), 1, + STATE(750), 1, aux_sym_name_repeat1, - STATE(805), 1, + STATE(1008), 1, sym_generic_map_aspect, - STATE(847), 1, + STATE(1180), 1, sym__name_selector, - STATE(756), 3, + STATE(754), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(848), 5, + STATE(1181), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - ACTIONS(1489), 6, + ACTIONS(1511), 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(1509), 31, sym_AND, sym_DOWNTO, - sym_GENERIC, sym_MOD, sym_NAND, sym_NOR, sym_OR, + sym_RANGE, sym_REM, sym_ROL, sym_ROR, @@ -83990,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, @@ -84004,123 +83858,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [47405] = 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(1603), 1, - sym_BEGIN, - ACTIONS(1759), 1, - sym_PORT, - STATE(829), 1, - aux_sym_design_unit_repeat2, - STATE(3070), 1, - sym__block_declarative_item, - STATE(5909), 1, - sym__subprogram_specification, - STATE(8349), 1, - sym_port_map_aspect, - ACTIONS(43), 2, - sym_IMPURE, - sym_PURE, - STATE(6069), 2, - sym_procedure_specification, - sym_function_specification, - STATE(757), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(3071), 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, - [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(1761), 1, + ACTIONS(1747), 1, anon_sym_DOT, - ACTIONS(1764), 1, + ACTIONS(1749), 1, anon_sym_LPAREN, - ACTIONS(1767), 1, + ACTIONS(1751), 1, anon_sym_SQUOTE, - ACTIONS(1770), 1, + ACTIONS(1753), 1, anon_sym_LBRACK, - ACTIONS(1773), 1, + ACTIONS(1755), 1, sym_GENERIC, - ACTIONS(1776), 1, + ACTIONS(1757), 1, sym_PARAMETER, - STATE(1161), 1, + STATE(754), 1, + aux_sym_name_repeat1, + STATE(1008), 1, sym_generic_map_aspect, - STATE(1339), 1, + STATE(1180), 1, sym__name_selector, - STATE(758), 4, + STATE(755), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - aux_sym_name_repeat1, - STATE(1340), 5, + STATE(1181), 5, sym_function_call, sym_parenthesis_group, sym_attribute, @@ -84133,14 +83900,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1491), 30, + ACTIONS(1493), 31, sym_AND, sym_DOWNTO, sym_MOD, sym_NAND, sym_NOR, - sym_OF, sym_OR, + sym_RANGE, sym_REM, sym_ROL, sym_ROR, @@ -84152,6 +83919,7 @@ static const uint16_t ts_small_parse_table[] = { sym_XNOR, sym_XOR, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -84164,35 +83932,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [47611] = 15, + [47318] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1779), 1, + ACTIONS(1495), 1, anon_sym_DOT, - ACTIONS(1782), 1, + ACTIONS(1497), 1, anon_sym_LPAREN, - ACTIONS(1785), 1, + ACTIONS(1501), 1, anon_sym_SQUOTE, - ACTIONS(1788), 1, + ACTIONS(1503), 1, anon_sym_LBRACK, - ACTIONS(1791), 1, - sym_GENERIC, - ACTIONS(1794), 1, + ACTIONS(1507), 1, sym_PARAMETER, - STATE(1200), 1, + STATE(771), 1, + aux_sym_name_repeat1, + STATE(822), 1, sym_generic_map_aspect, - STATE(1243), 1, + STATE(864), 1, sym__name_selector, - STATE(759), 4, + STATE(756), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - aux_sym_name_repeat1, - STATE(1244), 5, + STATE(855), 5, sym_function_call, sym_parenthesis_group, sym_attribute, @@ -84205,14 +83972,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1491), 30, + ACTIONS(1493), 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, @@ -84220,6 +83987,7 @@ static const uint16_t ts_small_parse_table[] = { sym_SLL, sym_SRA, sym_SRL, + sym_TO, sym_XNOR, sym_XOR, anon_sym_SEMI, @@ -84236,35 +84004,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [47698] = 15, + [47405] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1797), 1, + ACTIONS(1759), 1, anon_sym_DOT, - ACTIONS(1800), 1, + ACTIONS(1761), 1, anon_sym_LPAREN, - ACTIONS(1803), 1, + ACTIONS(1763), 1, anon_sym_SQUOTE, - ACTIONS(1806), 1, + ACTIONS(1765), 1, anon_sym_LBRACK, - ACTIONS(1809), 1, + ACTIONS(1767), 1, sym_GENERIC, - ACTIONS(1812), 1, + ACTIONS(1769), 1, sym_PARAMETER, - STATE(1172), 1, + STATE(758), 1, + aux_sym_name_repeat1, + STATE(1196), 1, sym_generic_map_aspect, - STATE(1356), 1, + STATE(1354), 1, sym__name_selector, - STATE(760), 4, + STATE(757), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - aux_sym_name_repeat1, - STATE(1357), 5, + STATE(1353), 5, sym_function_call, sym_parenthesis_group, sym_attribute, @@ -84277,7 +84046,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1491), 30, + ACTIONS(1493), 30, sym_AND, sym_DOWNTO, sym_MOD, @@ -84308,226 +84077,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [47785] = 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(1118), 1, - sym_PORT, - ACTIONS(1815), 1, - sym_BEGIN, - STATE(765), 1, - sym_port_clause, - STATE(814), 1, - aux_sym_design_unit_repeat2, - STATE(3070), 1, - sym__block_declarative_item, - STATE(5909), 1, - sym__subprogram_specification, - ACTIONS(43), 2, - sym_IMPURE, - sym_PURE, - STATE(6069), 2, - sym_procedure_specification, - sym_function_specification, - STATE(761), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(3071), 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, - [47904] = 31, + [47494] = 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(1759), 1, - sym_PORT, - ACTIONS(1815), 1, - sym_BEGIN, - STATE(814), 1, - aux_sym_design_unit_repeat2, - STATE(3070), 1, - sym__block_declarative_item, - STATE(5909), 1, - sym__subprogram_specification, - STATE(6985), 1, - sym_port_map_aspect, - ACTIONS(43), 2, - sym_IMPURE, - sym_PURE, - STATE(6069), 2, - sym_procedure_specification, - sym_function_specification, - STATE(762), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(3071), 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, - [48023] = 15, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(1473), 1, anon_sym_DOT, - ACTIONS(1475), 1, + ACTIONS(1761), 1, anon_sym_LPAREN, - ACTIONS(1479), 1, + ACTIONS(1763), 1, anon_sym_SQUOTE, - ACTIONS(1481), 1, + ACTIONS(1765), 1, anon_sym_LBRACK, - ACTIONS(1485), 1, + ACTIONS(1767), 1, + sym_GENERIC, + ACTIONS(1769), 1, sym_PARAMETER, - STATE(756), 1, + STATE(759), 1, aux_sym_name_repeat1, - STATE(805), 1, + STATE(1196), 1, sym_generic_map_aspect, - STATE(847), 1, + STATE(1354), 1, sym__name_selector, - STATE(763), 3, + STATE(758), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(848), 5, + STATE(1353), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - ACTIONS(1477), 6, + ACTIONS(1511), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1471), 31, + ACTIONS(1509), 30, sym_AND, sym_DOWNTO, - sym_GENERIC, sym_MOD, sym_NAND, sym_NOR, @@ -84540,11 +84134,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, @@ -84556,49 +84150,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [48110] = 16, + [47583] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1817), 1, + ACTIONS(1771), 1, anon_sym_DOT, - ACTIONS(1819), 1, + ACTIONS(1774), 1, anon_sym_LPAREN, - ACTIONS(1821), 1, + ACTIONS(1777), 1, anon_sym_SQUOTE, - ACTIONS(1823), 1, + ACTIONS(1780), 1, anon_sym_LBRACK, - ACTIONS(1825), 1, + ACTIONS(1783), 1, sym_GENERIC, - ACTIONS(1827), 1, + ACTIONS(1786), 1, sym_PARAMETER, - STATE(760), 1, - aux_sym_name_repeat1, - STATE(1172), 1, + STATE(1196), 1, sym_generic_map_aspect, - STATE(1356), 1, + STATE(1354), 1, sym__name_selector, - STATE(764), 3, + STATE(759), 4, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1357), 5, + aux_sym_name_repeat1, + STATE(1353), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - ACTIONS(1489), 6, + ACTIONS(1479), 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(1471), 30, sym_AND, sym_DOWNTO, sym_MOD, @@ -84629,7 +84222,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [48199] = 31, + [47670] = 31, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -84672,29 +84265,29 @@ static const uint16_t ts_small_parse_table[] = { sym_VARIABLE, ACTIONS(215), 1, sym_VIEW, - ACTIONS(1759), 1, - sym_PORT, - ACTIONS(1829), 1, + ACTIONS(1789), 1, sym_BEGIN, - STATE(836), 1, + ACTIONS(1791), 1, + sym_PORT, + STATE(800), 1, aux_sym_design_unit_repeat2, - STATE(3070), 1, + STATE(3027), 1, sym__block_declarative_item, - STATE(5909), 1, + STATE(5711), 1, sym__subprogram_specification, - STATE(8191), 1, + STATE(8151), 1, sym_port_map_aspect, ACTIONS(43), 2, sym_IMPURE, sym_PURE, - STATE(6069), 2, + STATE(6037), 2, sym_procedure_specification, sym_function_specification, - STATE(765), 3, + STATE(760), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3071), 22, + STATE(3051), 22, sym_use_clause, sym_package_declaration, sym_package_instantiation_declaration, @@ -84717,54 +84310,55 @@ static const uint16_t ts_small_parse_table[] = { sym_group_template_declaration, sym_group_declaration, sym_configuration_specification, - [48318] = 15, + [47789] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1831), 1, + ACTIONS(1793), 1, anon_sym_DOT, - ACTIONS(1834), 1, + ACTIONS(1796), 1, anon_sym_LPAREN, - ACTIONS(1837), 1, + ACTIONS(1799), 1, anon_sym_SQUOTE, - ACTIONS(1840), 1, + ACTIONS(1802), 1, anon_sym_LBRACK, - ACTIONS(1843), 1, + ACTIONS(1805), 1, sym_GENERIC, - ACTIONS(1846), 1, + ACTIONS(1808), 1, sym_PARAMETER, - STATE(1195), 1, + STATE(1143), 1, sym_generic_map_aspect, - STATE(1282), 1, + STATE(1327), 1, sym__name_selector, - STATE(766), 4, + STATE(761), 4, sym__tool_directive, sym_line_comment, sym_block_comment, aux_sym_name_repeat1, - STATE(1283), 5, + STATE(1330), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - ACTIONS(1499), 6, + ACTIONS(1479), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1491), 30, + ACTIONS(1471), 30, sym_AND, sym_BUS, sym_MOD, sym_NAND, sym_NOR, sym_OR, + sym_REGISTER, sym_REM, sym_ROL, sym_ROR, @@ -84775,7 +84369,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, @@ -84789,56 +84382,55 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [48405] = 16, + [47876] = 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(1811), 1, anon_sym_DOT, - ACTIONS(1851), 1, + ACTIONS(1813), 1, anon_sym_LPAREN, - ACTIONS(1853), 1, + ACTIONS(1815), 1, anon_sym_SQUOTE, - ACTIONS(1855), 1, + ACTIONS(1817), 1, anon_sym_LBRACK, - ACTIONS(1857), 1, + ACTIONS(1819), 1, sym_GENERIC, - ACTIONS(1859), 1, + ACTIONS(1821), 1, sym_PARAMETER, - STATE(768), 1, + STATE(777), 1, aux_sym_name_repeat1, - STATE(1200), 1, + STATE(1210), 1, sym_generic_map_aspect, - STATE(1243), 1, + STATE(1283), 1, sym__name_selector, - STATE(767), 3, + STATE(762), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1244), 5, + STATE(1286), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - ACTIONS(1477), 6, + ACTIONS(1511), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1471), 30, + ACTIONS(1509), 30, sym_AND, sym_BUS, sym_MOD, sym_NAND, sym_NOR, sym_OR, - sym_REGISTER, sym_REM, sym_ROL, sym_ROR, @@ -84849,6 +84441,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, @@ -84862,49 +84455,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [48494] = 16, + [47965] = 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(1823), 1, anon_sym_DOT, - ACTIONS(1851), 1, + ACTIONS(1825), 1, anon_sym_LPAREN, - ACTIONS(1853), 1, + ACTIONS(1827), 1, anon_sym_SQUOTE, - ACTIONS(1855), 1, + ACTIONS(1829), 1, anon_sym_LBRACK, - ACTIONS(1857), 1, + ACTIONS(1831), 1, sym_GENERIC, - ACTIONS(1859), 1, + ACTIONS(1833), 1, sym_PARAMETER, - STATE(759), 1, + STATE(761), 1, aux_sym_name_repeat1, - STATE(1200), 1, + STATE(1143), 1, sym_generic_map_aspect, - STATE(1243), 1, + STATE(1327), 1, sym__name_selector, - STATE(768), 3, + STATE(763), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1244), 5, + STATE(1330), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - ACTIONS(1489), 6, + ACTIONS(1511), 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(1509), 30, sym_AND, sym_BUS, sym_MOD, @@ -84935,51 +84528,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [48583] = 16, + [48054] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1861), 1, + ACTIONS(1835), 1, anon_sym_DOT, - ACTIONS(1863), 1, + ACTIONS(1837), 1, anon_sym_LPAREN, - ACTIONS(1865), 1, + ACTIONS(1839), 1, anon_sym_SQUOTE, - ACTIONS(1867), 1, + ACTIONS(1841), 1, anon_sym_LBRACK, - ACTIONS(1869), 1, + ACTIONS(1843), 1, sym_GENERIC, - ACTIONS(1871), 1, + ACTIONS(1845), 1, sym_PARAMETER, - STATE(770), 1, + STATE(774), 1, aux_sym_name_repeat1, - STATE(1195), 1, + STATE(1150), 1, sym_generic_map_aspect, - STATE(1282), 1, + STATE(1333), 1, sym__name_selector, - STATE(769), 3, + STATE(764), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1283), 5, + STATE(1328), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - ACTIONS(1477), 6, + ACTIONS(1499), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1471), 30, + ACTIONS(1493), 30, + sym_AFTER, sym_AND, - sym_BUS, sym_MOD, sym_NAND, sym_NOR, @@ -84991,12 +84584,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, @@ -85008,49 +84601,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [48672] = 16, + [48143] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1861), 1, + ACTIONS(1811), 1, anon_sym_DOT, - ACTIONS(1863), 1, + ACTIONS(1813), 1, anon_sym_LPAREN, - ACTIONS(1865), 1, + ACTIONS(1815), 1, anon_sym_SQUOTE, - ACTIONS(1867), 1, + ACTIONS(1817), 1, anon_sym_LBRACK, - ACTIONS(1869), 1, + ACTIONS(1819), 1, sym_GENERIC, - ACTIONS(1871), 1, + ACTIONS(1821), 1, sym_PARAMETER, - STATE(766), 1, + STATE(762), 1, aux_sym_name_repeat1, - STATE(1195), 1, + STATE(1210), 1, sym_generic_map_aspect, - STATE(1282), 1, + STATE(1283), 1, sym__name_selector, - STATE(770), 3, + STATE(765), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1283), 5, + STATE(1286), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - ACTIONS(1489), 6, + ACTIONS(1499), 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(1493), 30, sym_AND, sym_BUS, sym_MOD, @@ -85081,55 +84674,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [48761] = 16, + [48232] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1873), 1, + ACTIONS(1823), 1, anon_sym_DOT, - ACTIONS(1875), 1, + ACTIONS(1825), 1, anon_sym_LPAREN, - ACTIONS(1877), 1, + ACTIONS(1827), 1, anon_sym_SQUOTE, - ACTIONS(1879), 1, + ACTIONS(1829), 1, anon_sym_LBRACK, - ACTIONS(1881), 1, + ACTIONS(1831), 1, sym_GENERIC, - ACTIONS(1883), 1, + ACTIONS(1833), 1, sym_PARAMETER, - STATE(774), 1, + STATE(763), 1, aux_sym_name_repeat1, - STATE(1121), 1, + STATE(1143), 1, sym_generic_map_aspect, - STATE(1334), 1, + STATE(1327), 1, sym__name_selector, - STATE(771), 3, + STATE(766), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1239), 5, + STATE(1330), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - ACTIONS(1489), 6, + ACTIONS(1499), 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(1493), 30, sym_AND, + sym_BUS, sym_MOD, sym_NAND, sym_NOR, sym_OR, + sym_REGISTER, sym_REM, sym_ROL, sym_ROR, @@ -85137,12 +84731,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, @@ -85154,80 +84747,95 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [48850] = 16, + [48321] = 31, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1885), 1, - anon_sym_DOT, - ACTIONS(1887), 1, - anon_sym_LPAREN, - ACTIONS(1889), 1, - anon_sym_SQUOTE, - ACTIONS(1891), 1, - anon_sym_LBRACK, - ACTIONS(1893), 1, - sym_GENERIC, - ACTIONS(1895), 1, - sym_PARAMETER, - STATE(778), 1, - aux_sym_name_repeat1, - STATE(1161), 1, - sym_generic_map_aspect, - STATE(1339), 1, - sym__name_selector, - STATE(772), 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(1135), 1, + sym_PORT, + ACTIONS(1847), 1, + sym_BEGIN, + STATE(769), 1, + sym_port_clause, + STATE(828), 1, + aux_sym_design_unit_repeat2, + STATE(3027), 1, + sym__block_declarative_item, + STATE(5711), 1, + sym__subprogram_specification, + ACTIONS(43), 2, + sym_IMPURE, + sym_PURE, + STATE(6037), 2, + sym_procedure_specification, + sym_function_specification, + STATE(767), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1340), 5, - sym_function_call, - sym_parenthesis_group, - sym_attribute, - sym_signature, - sym_selection, - ACTIONS(1477), 6, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1471), 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, - [48939] = 31, + STATE(3051), 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, + [48440] = 31, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -85270,29 +84878,29 @@ static const uint16_t ts_small_parse_table[] = { sym_VARIABLE, ACTIONS(215), 1, sym_VIEW, - ACTIONS(1673), 1, + ACTIONS(1679), 1, sym_BEGIN, - ACTIONS(1759), 1, + ACTIONS(1791), 1, sym_PORT, - STATE(801), 1, + STATE(802), 1, aux_sym_design_unit_repeat2, - STATE(3070), 1, + STATE(3027), 1, sym__block_declarative_item, - STATE(5909), 1, + STATE(5711), 1, sym__subprogram_specification, - STATE(7133), 1, + STATE(7434), 1, sym_port_map_aspect, ACTIONS(43), 2, sym_IMPURE, sym_PURE, - STATE(6069), 2, + STATE(6037), 2, sym_procedure_specification, sym_function_specification, - STATE(773), 3, + STATE(768), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3071), 22, + STATE(3051), 22, sym_use_clause, sym_package_declaration, sym_package_instantiation_declaration, @@ -85315,79 +84923,7 @@ static const uint16_t ts_small_parse_table[] = { sym_group_template_declaration, sym_group_declaration, sym_configuration_specification, - [49058] = 15, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(1897), 1, - anon_sym_DOT, - ACTIONS(1900), 1, - anon_sym_LPAREN, - ACTIONS(1903), 1, - anon_sym_SQUOTE, - ACTIONS(1906), 1, - anon_sym_LBRACK, - ACTIONS(1909), 1, - sym_GENERIC, - ACTIONS(1912), 1, - sym_PARAMETER, - STATE(1121), 1, - sym_generic_map_aspect, - STATE(1334), 1, - sym__name_selector, - STATE(774), 4, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - aux_sym_name_repeat1, - STATE(1239), 5, - sym_function_call, - sym_parenthesis_group, - sym_attribute, - sym_signature, - sym_selection, - ACTIONS(1499), 6, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1491), 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, - [49145] = 31, + [48559] = 31, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -85430,29 +84966,29 @@ static const uint16_t ts_small_parse_table[] = { sym_VARIABLE, ACTIONS(215), 1, sym_VIEW, - ACTIONS(1759), 1, + ACTIONS(1791), 1, sym_PORT, - ACTIONS(1915), 1, + ACTIONS(1849), 1, sym_BEGIN, - STATE(811), 1, + STATE(824), 1, aux_sym_design_unit_repeat2, - STATE(3070), 1, + STATE(3027), 1, sym__block_declarative_item, - STATE(5909), 1, + STATE(5711), 1, sym__subprogram_specification, - STATE(7031), 1, + STATE(8104), 1, sym_port_map_aspect, ACTIONS(43), 2, sym_IMPURE, sym_PURE, - STATE(6069), 2, + STATE(6037), 2, sym_procedure_specification, sym_function_specification, - STATE(775), 3, + STATE(769), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3071), 22, + STATE(3051), 22, sym_use_clause, sym_package_declaration, sym_package_instantiation_declaration, @@ -85475,7 +85011,7 @@ static const uint16_t ts_small_parse_table[] = { sym_group_template_declaration, sym_group_declaration, sym_configuration_specification, - [49264] = 31, + [48678] = 31, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -85518,29 +85054,29 @@ static const uint16_t ts_small_parse_table[] = { sym_VARIABLE, ACTIONS(215), 1, sym_VIEW, - ACTIONS(1118), 1, + ACTIONS(1135), 1, sym_PORT, - ACTIONS(1915), 1, + ACTIONS(1849), 1, sym_BEGIN, - STATE(762), 1, + STATE(760), 1, sym_port_clause, - STATE(811), 1, + STATE(824), 1, aux_sym_design_unit_repeat2, - STATE(3070), 1, + STATE(3027), 1, sym__block_declarative_item, - STATE(5909), 1, + STATE(5711), 1, sym__subprogram_specification, ACTIONS(43), 2, sym_IMPURE, sym_PURE, - STATE(6069), 2, + STATE(6037), 2, sym_procedure_specification, sym_function_specification, - STATE(776), 3, + STATE(770), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3071), 22, + STATE(3051), 22, sym_use_clause, sym_package_declaration, sym_package_instantiation_declaration, @@ -85563,51 +85099,50 @@ static const uint16_t ts_small_parse_table[] = { sym_group_template_declaration, sym_group_declaration, sym_configuration_specification, - [49383] = 16, + [48797] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1873), 1, + ACTIONS(1495), 1, anon_sym_DOT, - ACTIONS(1875), 1, + ACTIONS(1497), 1, anon_sym_LPAREN, - ACTIONS(1877), 1, + ACTIONS(1501), 1, anon_sym_SQUOTE, - ACTIONS(1879), 1, + ACTIONS(1503), 1, anon_sym_LBRACK, - ACTIONS(1881), 1, - sym_GENERIC, - ACTIONS(1883), 1, + ACTIONS(1507), 1, sym_PARAMETER, - STATE(771), 1, + STATE(722), 1, aux_sym_name_repeat1, - STATE(1121), 1, + STATE(822), 1, sym_generic_map_aspect, - STATE(1334), 1, + STATE(864), 1, sym__name_selector, - STATE(777), 3, + STATE(771), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1239), 5, + STATE(855), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - ACTIONS(1477), 6, + ACTIONS(1511), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1471), 30, - sym_AFTER, + ACTIONS(1509), 31, sym_AND, + sym_DOWNTO, + sym_GENERIC, sym_MOD, sym_NAND, sym_NOR, @@ -85619,12 +85154,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_LT_EQ, + sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -85636,49 +85171,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [49472] = 16, + [48884] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1885), 1, + ACTIONS(1851), 1, anon_sym_DOT, - ACTIONS(1887), 1, + ACTIONS(1853), 1, anon_sym_LPAREN, - ACTIONS(1889), 1, + ACTIONS(1855), 1, anon_sym_SQUOTE, - ACTIONS(1891), 1, + ACTIONS(1857), 1, anon_sym_LBRACK, - ACTIONS(1893), 1, + ACTIONS(1859), 1, sym_GENERIC, - ACTIONS(1895), 1, + ACTIONS(1861), 1, sym_PARAMETER, - STATE(758), 1, + STATE(776), 1, aux_sym_name_repeat1, - STATE(1161), 1, + STATE(1179), 1, sym_generic_map_aspect, - STATE(1339), 1, + STATE(1392), 1, sym__name_selector, - STATE(778), 3, + STATE(772), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1340), 5, + STATE(1391), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - ACTIONS(1489), 6, + ACTIONS(1499), 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(1493), 30, sym_AND, sym_DOWNTO, sym_MOD, @@ -85709,139 +85244,155 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [49561] = 16, + [48973] = 31, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1817), 1, - anon_sym_DOT, - ACTIONS(1819), 1, - anon_sym_LPAREN, - ACTIONS(1821), 1, - anon_sym_SQUOTE, - ACTIONS(1823), 1, - anon_sym_LBRACK, - ACTIONS(1825), 1, - sym_GENERIC, - ACTIONS(1827), 1, - sym_PARAMETER, - STATE(764), 1, - aux_sym_name_repeat1, - STATE(1172), 1, - sym_generic_map_aspect, - STATE(1356), 1, - sym__name_selector, - STATE(779), 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(1615), 1, + sym_BEGIN, + ACTIONS(1791), 1, + sym_PORT, + STATE(826), 1, + aux_sym_design_unit_repeat2, + STATE(3027), 1, + sym__block_declarative_item, + STATE(5711), 1, + sym__subprogram_specification, + STATE(7212), 1, + sym_port_map_aspect, + ACTIONS(43), 2, + sym_IMPURE, + sym_PURE, + STATE(6037), 2, + sym_procedure_specification, + sym_function_specification, + STATE(773), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1357), 5, - sym_function_call, - sym_parenthesis_group, - sym_attribute, - sym_signature, - sym_selection, - ACTIONS(1477), 6, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1471), 30, - 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_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, - [49650] = 16, + STATE(3051), 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, + [49092] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1917), 1, + ACTIONS(1835), 1, anon_sym_DOT, - ACTIONS(1919), 1, + ACTIONS(1837), 1, anon_sym_LPAREN, - ACTIONS(1921), 1, + ACTIONS(1839), 1, anon_sym_SQUOTE, - ACTIONS(1923), 1, + ACTIONS(1841), 1, anon_sym_LBRACK, - ACTIONS(1925), 1, + ACTIONS(1843), 1, sym_GENERIC, - ACTIONS(1927), 1, + ACTIONS(1845), 1, sym_PARAMETER, - STATE(789), 1, + STATE(779), 1, aux_sym_name_repeat1, - STATE(1399), 1, + STATE(1150), 1, sym_generic_map_aspect, - STATE(1554), 1, + STATE(1333), 1, sym__name_selector, - STATE(780), 3, + STATE(774), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1555), 5, + STATE(1328), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - ACTIONS(1477), 6, + ACTIONS(1511), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1471), 29, + ACTIONS(1509), 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, @@ -85854,55 +85405,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [49738] = 16, + [49181] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1929), 1, + ACTIONS(1863), 1, anon_sym_DOT, - ACTIONS(1931), 1, + ACTIONS(1866), 1, anon_sym_LPAREN, - ACTIONS(1933), 1, + ACTIONS(1869), 1, anon_sym_SQUOTE, - ACTIONS(1935), 1, + ACTIONS(1872), 1, anon_sym_LBRACK, - ACTIONS(1937), 1, + ACTIONS(1875), 1, sym_GENERIC, - ACTIONS(1939), 1, + ACTIONS(1878), 1, sym_PARAMETER, - STATE(791), 1, - aux_sym_name_repeat1, - STATE(1418), 1, + STATE(1179), 1, sym_generic_map_aspect, - STATE(1665), 1, + STATE(1392), 1, sym__name_selector, - STATE(781), 3, + STATE(775), 4, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1667), 5, + aux_sym_name_repeat1, + STATE(1391), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - ACTIONS(1489), 6, + ACTIONS(1479), 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(1471), 30, sym_AND, - sym_IS, + sym_DOWNTO, sym_MOD, sym_NAND, sym_NOR, - sym_OPEN, + sym_OF, sym_OR, sym_REM, sym_ROL, @@ -85911,9 +85461,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_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -85926,65 +85477,67 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [49826] = 15, + [49268] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1941), 1, + ACTIONS(1851), 1, anon_sym_DOT, - ACTIONS(1944), 1, + ACTIONS(1853), 1, anon_sym_LPAREN, - ACTIONS(1947), 1, + ACTIONS(1855), 1, anon_sym_SQUOTE, - ACTIONS(1950), 1, + ACTIONS(1857), 1, anon_sym_LBRACK, - ACTIONS(1953), 1, + ACTIONS(1859), 1, sym_GENERIC, - ACTIONS(1956), 1, + ACTIONS(1861), 1, sym_PARAMETER, - STATE(1399), 1, + STATE(775), 1, + aux_sym_name_repeat1, + STATE(1179), 1, sym_generic_map_aspect, - STATE(1554), 1, + STATE(1392), 1, sym__name_selector, - STATE(782), 4, + STATE(776), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - aux_sym_name_repeat1, - STATE(1555), 5, + STATE(1391), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - ACTIONS(1499), 6, + ACTIONS(1511), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1491), 29, + ACTIONS(1509), 30, sym_AND, + sym_DOWNTO, 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_TO, sym_XNOR, sym_XOR, - anon_sym_SEMI, + anon_sym_COMMA, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -85997,51 +85550,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [49912] = 15, + [49357] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1959), 1, + ACTIONS(1881), 1, anon_sym_DOT, - ACTIONS(1962), 1, + ACTIONS(1884), 1, anon_sym_LPAREN, - ACTIONS(1965), 1, + ACTIONS(1887), 1, anon_sym_SQUOTE, - ACTIONS(1968), 1, + ACTIONS(1890), 1, anon_sym_LBRACK, - ACTIONS(1971), 1, + ACTIONS(1893), 1, sym_GENERIC, - ACTIONS(1974), 1, + ACTIONS(1896), 1, sym_PARAMETER, - STATE(1374), 1, + STATE(1210), 1, sym_generic_map_aspect, - STATE(1478), 1, + STATE(1283), 1, sym__name_selector, - STATE(783), 4, + STATE(777), 4, sym__tool_directive, sym_line_comment, sym_block_comment, aux_sym_name_repeat1, - STATE(1479), 5, + STATE(1286), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - ACTIONS(1499), 6, + ACTIONS(1479), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1491), 29, + ACTIONS(1471), 30, sym_AND, - sym_DOWNTO, - sym_GENERATE, + sym_BUS, sym_MOD, sym_NAND, sym_NOR, @@ -86053,10 +85605,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_LT_EQ, + sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -86068,7 +85622,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [49998] = 31, + [49444] = 31, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -86077,64 +85631,63 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(51), 1, sym_PROCEDURE, - ACTIONS(1977), 1, + ACTIONS(175), 1, sym_ALIAS, - ACTIONS(1979), 1, + ACTIONS(177), 1, sym_ATTRIBUTE, - ACTIONS(1983), 1, + ACTIONS(181), 1, + sym_COMPONENT, + ACTIONS(183), 1, sym_CONSTANT, - ACTIONS(1985), 1, + ACTIONS(185), 1, sym_DISCONNECT, - ACTIONS(1987), 1, + ACTIONS(189), 1, sym_FILE, - ACTIONS(1989), 1, + ACTIONS(191), 1, + sym_FOR, + ACTIONS(193), 1, sym_FUNCTION, - ACTIONS(1991), 1, - sym_GENERIC, - ACTIONS(1993), 1, + ACTIONS(195), 1, sym_GROUP, - ACTIONS(1995), 1, + ACTIONS(197), 1, sym_PACKAGE, - ACTIONS(1997), 1, - sym_PORT, - ACTIONS(1999), 1, + ACTIONS(203), 1, sym_SIGNAL, - ACTIONS(2001), 1, + ACTIONS(205), 1, sym_SHARED, - ACTIONS(2003), 1, + ACTIONS(207), 1, sym_SUBTYPE, - ACTIONS(2005), 1, + ACTIONS(209), 1, sym_TYPE, - ACTIONS(2007), 1, + ACTIONS(211), 1, sym_USE, - ACTIONS(2009), 1, + ACTIONS(213), 1, sym_VARIABLE, - ACTIONS(2011), 1, + ACTIONS(215), 1, sym_VIEW, - STATE(861), 1, - sym_generic_clause, - STATE(960), 1, - sym_port_clause, - STATE(961), 1, - aux_sym_entity_head_repeat1, - STATE(3244), 1, - sym__entity_declarative_item, - STATE(5961), 1, + ACTIONS(1791), 1, + sym_PORT, + ACTIONS(1847), 1, + sym_BEGIN, + STATE(828), 1, + aux_sym_design_unit_repeat2, + STATE(3027), 1, + sym__block_declarative_item, + STATE(5711), 1, sym__subprogram_specification, + STATE(7722), 1, + sym_port_map_aspect, ACTIONS(43), 2, sym_IMPURE, sym_PURE, - ACTIONS(1981), 2, - sym_BEGIN, - sym_END, - STATE(6069), 2, + STATE(6037), 2, sym_procedure_specification, sym_function_specification, - STATE(784), 3, + STATE(778), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3241), 20, + STATE(3051), 22, sym_use_clause, sym_package_declaration, sym_package_instantiation_declaration, @@ -86150,56 +85703,57 @@ 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, - [50116] = 15, + sym_configuration_specification, + [49563] = 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(1899), 1, anon_sym_DOT, - ACTIONS(2016), 1, + ACTIONS(1902), 1, anon_sym_LPAREN, - ACTIONS(2019), 1, + ACTIONS(1905), 1, anon_sym_SQUOTE, - ACTIONS(2022), 1, + ACTIONS(1908), 1, anon_sym_LBRACK, - ACTIONS(2025), 1, + ACTIONS(1911), 1, sym_GENERIC, - ACTIONS(2028), 1, + ACTIONS(1914), 1, sym_PARAMETER, - STATE(1383), 1, + STATE(1150), 1, sym_generic_map_aspect, - STATE(1503), 1, + STATE(1333), 1, sym__name_selector, - STATE(785), 4, + STATE(779), 4, sym__tool_directive, sym_line_comment, sym_block_comment, aux_sym_name_repeat1, - STATE(1504), 5, + STATE(1328), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - ACTIONS(1499), 6, + ACTIONS(1479), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1491), 29, + ACTIONS(1471), 30, + sym_AFTER, sym_AND, - sym_DOWNTO, - sym_IS, sym_MOD, sym_NAND, sym_NOR, @@ -86211,9 +85765,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_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -86226,49 +85782,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [50202] = 16, + [49650] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2031), 1, + ACTIONS(1917), 1, anon_sym_DOT, - ACTIONS(2033), 1, + ACTIONS(1919), 1, anon_sym_LPAREN, - ACTIONS(2035), 1, + ACTIONS(1921), 1, anon_sym_SQUOTE, - ACTIONS(2037), 1, + ACTIONS(1923), 1, anon_sym_LBRACK, - ACTIONS(2039), 1, + ACTIONS(1925), 1, sym_GENERIC, - ACTIONS(2041), 1, + ACTIONS(1927), 1, sym_PARAMETER, - STATE(792), 1, + STATE(785), 1, aux_sym_name_repeat1, - STATE(1374), 1, + STATE(1329), 1, sym_generic_map_aspect, - STATE(1478), 1, + STATE(1525), 1, sym__name_selector, - STATE(786), 3, + STATE(780), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1479), 5, + STATE(1530), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - ACTIONS(1477), 6, + ACTIONS(1511), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1471), 29, + ACTIONS(1509), 29, sym_AND, sym_DOWNTO, sym_GENERATE, @@ -86298,54 +85854,55 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [50290] = 15, + [49738] = 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(1929), 1, anon_sym_DOT, - ACTIONS(2046), 1, + ACTIONS(1931), 1, anon_sym_LPAREN, - ACTIONS(2049), 1, + ACTIONS(1933), 1, anon_sym_SQUOTE, - ACTIONS(2052), 1, + ACTIONS(1935), 1, anon_sym_LBRACK, - ACTIONS(2055), 1, + ACTIONS(1937), 1, sym_GENERIC, - ACTIONS(2058), 1, + ACTIONS(1939), 1, sym_PARAMETER, - STATE(1400), 1, + STATE(782), 1, + aux_sym_name_repeat1, + STATE(1248), 1, sym_generic_map_aspect, - STATE(1558), 1, + STATE(1640), 1, sym__name_selector, - STATE(787), 4, + STATE(781), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - aux_sym_name_repeat1, - STATE(1559), 5, + STATE(1642), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - ACTIONS(1499), 6, + ACTIONS(1511), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1491), 29, + ACTIONS(1509), 29, sym_AND, - sym_DOWNTO, - sym_LOOP, + sym_IS, sym_MOD, sym_NAND, sym_NOR, + sym_OPEN, sym_OR, sym_REM, sym_ROL, @@ -86354,9 +85911,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, @@ -86369,42 +85926,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [50376] = 16, + [49826] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2061), 1, + ACTIONS(1941), 1, anon_sym_DOT, - ACTIONS(2063), 1, + ACTIONS(1944), 1, anon_sym_LPAREN, - ACTIONS(2065), 1, + ACTIONS(1947), 1, anon_sym_SQUOTE, - ACTIONS(2067), 1, + ACTIONS(1950), 1, anon_sym_LBRACK, - ACTIONS(2069), 1, + ACTIONS(1953), 1, sym_GENERIC, - ACTIONS(2071), 1, + ACTIONS(1956), 1, sym_PARAMETER, - STATE(790), 1, - aux_sym_name_repeat1, - STATE(1400), 1, + STATE(1248), 1, sym_generic_map_aspect, - STATE(1558), 1, + STATE(1640), 1, sym__name_selector, - STATE(788), 3, + STATE(782), 4, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1559), 5, + aux_sym_name_repeat1, + STATE(1642), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - ACTIONS(1477), 6, + ACTIONS(1479), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, @@ -86413,11 +85969,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, ACTIONS(1471), 29, sym_AND, - sym_DOWNTO, - sym_LOOP, + sym_IS, sym_MOD, sym_NAND, sym_NOR, + sym_OPEN, sym_OR, sym_REM, sym_ROL, @@ -86426,9 +85982,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, @@ -86441,66 +85997,65 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [50464] = 16, + [49912] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1917), 1, + ACTIONS(1959), 1, anon_sym_DOT, - ACTIONS(1919), 1, + ACTIONS(1962), 1, anon_sym_LPAREN, - ACTIONS(1921), 1, + ACTIONS(1965), 1, anon_sym_SQUOTE, - ACTIONS(1923), 1, + ACTIONS(1968), 1, anon_sym_LBRACK, - ACTIONS(1925), 1, + ACTIONS(1971), 1, sym_GENERIC, - ACTIONS(1927), 1, + ACTIONS(1974), 1, sym_PARAMETER, - STATE(782), 1, - aux_sym_name_repeat1, - STATE(1399), 1, + STATE(1343), 1, sym_generic_map_aspect, - STATE(1554), 1, + STATE(1568), 1, sym__name_selector, - STATE(789), 3, + STATE(783), 4, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1555), 5, + aux_sym_name_repeat1, + STATE(1557), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - ACTIONS(1489), 6, + ACTIONS(1479), 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(1471), 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, @@ -86513,49 +86068,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [50552] = 16, + [49998] = 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(2063), 1, + ACTIONS(1979), 1, anon_sym_LPAREN, - ACTIONS(2065), 1, + ACTIONS(1981), 1, anon_sym_SQUOTE, - ACTIONS(2067), 1, + ACTIONS(1983), 1, anon_sym_LBRACK, - ACTIONS(2069), 1, + ACTIONS(1985), 1, sym_GENERIC, - ACTIONS(2071), 1, + ACTIONS(1987), 1, sym_PARAMETER, - STATE(787), 1, + STATE(783), 1, aux_sym_name_repeat1, - STATE(1400), 1, + STATE(1343), 1, sym_generic_map_aspect, - STATE(1558), 1, + STATE(1568), 1, sym__name_selector, - STATE(790), 3, + STATE(784), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1559), 5, + STATE(1557), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - ACTIONS(1489), 6, + ACTIONS(1511), 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(1509), 29, sym_AND, sym_DOWNTO, sym_LOOP, @@ -86585,54 +86140,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [50640] = 15, + [50086] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2073), 1, + ACTIONS(1989), 1, anon_sym_DOT, - ACTIONS(2076), 1, + ACTIONS(1992), 1, anon_sym_LPAREN, - ACTIONS(2079), 1, + ACTIONS(1995), 1, anon_sym_SQUOTE, - ACTIONS(2082), 1, + ACTIONS(1998), 1, anon_sym_LBRACK, - ACTIONS(2085), 1, + ACTIONS(2001), 1, sym_GENERIC, - ACTIONS(2088), 1, + ACTIONS(2004), 1, sym_PARAMETER, - STATE(1418), 1, + STATE(1329), 1, sym_generic_map_aspect, - STATE(1665), 1, + STATE(1525), 1, sym__name_selector, - STATE(791), 4, + STATE(785), 4, sym__tool_directive, sym_line_comment, sym_block_comment, aux_sym_name_repeat1, - STATE(1667), 5, + STATE(1530), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - ACTIONS(1499), 6, + ACTIONS(1479), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1491), 29, + ACTIONS(1471), 29, sym_AND, - sym_IS, + sym_DOWNTO, + sym_GENERATE, sym_MOD, sym_NAND, sym_NOR, - sym_OPEN, sym_OR, sym_REM, sym_ROL, @@ -86641,9 +86196,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, @@ -86656,55 +86211,55 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [50726] = 16, + [50172] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2031), 1, + ACTIONS(1929), 1, anon_sym_DOT, - ACTIONS(2033), 1, + ACTIONS(1931), 1, anon_sym_LPAREN, - ACTIONS(2035), 1, + ACTIONS(1933), 1, anon_sym_SQUOTE, - ACTIONS(2037), 1, + ACTIONS(1935), 1, anon_sym_LBRACK, - ACTIONS(2039), 1, + ACTIONS(1937), 1, sym_GENERIC, - ACTIONS(2041), 1, + ACTIONS(1939), 1, sym_PARAMETER, - STATE(783), 1, + STATE(781), 1, aux_sym_name_repeat1, - STATE(1374), 1, + STATE(1248), 1, sym_generic_map_aspect, - STATE(1478), 1, + STATE(1640), 1, sym__name_selector, - STATE(792), 3, + STATE(786), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1479), 5, + STATE(1642), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - ACTIONS(1489), 6, + ACTIONS(1499), 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(1493), 29, sym_AND, - sym_DOWNTO, - sym_GENERATE, + sym_IS, sym_MOD, sym_NAND, sym_NOR, + sym_OPEN, sym_OR, sym_REM, sym_ROL, @@ -86713,9 +86268,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, @@ -86728,52 +86283,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [50814] = 16, + [50260] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2091), 1, + ACTIONS(1977), 1, anon_sym_DOT, - ACTIONS(2093), 1, + ACTIONS(1979), 1, anon_sym_LPAREN, - ACTIONS(2095), 1, + ACTIONS(1981), 1, anon_sym_SQUOTE, - ACTIONS(2097), 1, + ACTIONS(1983), 1, anon_sym_LBRACK, - ACTIONS(2099), 1, + ACTIONS(1985), 1, sym_GENERIC, - ACTIONS(2101), 1, + ACTIONS(1987), 1, sym_PARAMETER, - STATE(794), 1, + STATE(784), 1, aux_sym_name_repeat1, - STATE(1383), 1, + STATE(1343), 1, sym_generic_map_aspect, - STATE(1503), 1, + STATE(1568), 1, sym__name_selector, - STATE(793), 3, + STATE(787), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1504), 5, + STATE(1557), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - ACTIONS(1477), 6, + ACTIONS(1499), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1471), 29, + ACTIONS(1493), 29, sym_AND, sym_DOWNTO, - sym_IS, + sym_LOOP, sym_MOD, sym_NAND, sym_NOR, @@ -86800,66 +86355,66 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [50902] = 16, + [50348] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2091), 1, + ACTIONS(2007), 1, anon_sym_DOT, - ACTIONS(2093), 1, + ACTIONS(2009), 1, anon_sym_LPAREN, - ACTIONS(2095), 1, + ACTIONS(2011), 1, anon_sym_SQUOTE, - ACTIONS(2097), 1, + ACTIONS(2013), 1, anon_sym_LBRACK, - ACTIONS(2099), 1, + ACTIONS(2015), 1, sym_GENERIC, - ACTIONS(2101), 1, + ACTIONS(2017), 1, sym_PARAMETER, - STATE(785), 1, + STATE(795), 1, aux_sym_name_repeat1, - STATE(1383), 1, + STATE(1241), 1, sym_generic_map_aspect, - STATE(1503), 1, + STATE(1667), 1, sym__name_selector, - STATE(794), 3, + STATE(788), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1504), 5, + STATE(1668), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - ACTIONS(1489), 6, + ACTIONS(1499), 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(1493), 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, @@ -86872,42 +86427,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [50990] = 16, + [50436] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1929), 1, + ACTIONS(2019), 1, anon_sym_DOT, - ACTIONS(1931), 1, + ACTIONS(2022), 1, anon_sym_LPAREN, - ACTIONS(1933), 1, + ACTIONS(2025), 1, anon_sym_SQUOTE, - ACTIONS(1935), 1, + ACTIONS(2028), 1, anon_sym_LBRACK, - ACTIONS(1937), 1, + ACTIONS(2031), 1, sym_GENERIC, - ACTIONS(1939), 1, + ACTIONS(2034), 1, sym_PARAMETER, - STATE(781), 1, - aux_sym_name_repeat1, - STATE(1418), 1, + STATE(1241), 1, sym_generic_map_aspect, - STATE(1665), 1, + STATE(1667), 1, sym__name_selector, - STATE(795), 3, + STATE(789), 4, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1667), 5, + aux_sym_name_repeat1, + STATE(1668), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - ACTIONS(1477), 6, + ACTIONS(1479), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, @@ -86916,15 +86470,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, ACTIONS(1471), 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, @@ -86944,7 +86498,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [51078] = 29, + [50522] = 31, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -86953,59 +86507,64 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(51), 1, sym_PROCEDURE, - ACTIONS(175), 1, + ACTIONS(2037), 1, sym_ALIAS, - ACTIONS(177), 1, + ACTIONS(2039), 1, sym_ATTRIBUTE, - ACTIONS(181), 1, - sym_COMPONENT, - ACTIONS(183), 1, + ACTIONS(2043), 1, sym_CONSTANT, - ACTIONS(185), 1, + ACTIONS(2045), 1, sym_DISCONNECT, - ACTIONS(189), 1, + ACTIONS(2047), 1, sym_FILE, - ACTIONS(191), 1, - sym_FOR, - ACTIONS(193), 1, + ACTIONS(2049), 1, sym_FUNCTION, - ACTIONS(195), 1, + ACTIONS(2051), 1, + sym_GENERIC, + ACTIONS(2053), 1, sym_GROUP, - ACTIONS(197), 1, + ACTIONS(2055), 1, sym_PACKAGE, - ACTIONS(203), 1, + ACTIONS(2057), 1, + sym_PORT, + ACTIONS(2059), 1, sym_SIGNAL, - ACTIONS(205), 1, + ACTIONS(2061), 1, sym_SHARED, - ACTIONS(207), 1, + ACTIONS(2063), 1, sym_SUBTYPE, - ACTIONS(209), 1, + ACTIONS(2065), 1, sym_TYPE, - ACTIONS(211), 1, + ACTIONS(2067), 1, sym_USE, - ACTIONS(213), 1, + ACTIONS(2069), 1, sym_VARIABLE, - ACTIONS(215), 1, + ACTIONS(2071), 1, sym_VIEW, - ACTIONS(2103), 1, - sym_BEGIN, - STATE(824), 1, - aux_sym_design_unit_repeat2, - STATE(3070), 1, - sym__block_declarative_item, - STATE(5909), 1, + STATE(866), 1, + sym_generic_clause, + STATE(940), 1, + aux_sym_entity_head_repeat1, + STATE(942), 1, + sym_port_clause, + STATE(3248), 1, + sym__entity_declarative_item, + STATE(5890), 1, sym__subprogram_specification, ACTIONS(43), 2, sym_IMPURE, sym_PURE, - STATE(6069), 2, + ACTIONS(2041), 2, + sym_BEGIN, + sym_END, + STATE(6037), 2, sym_procedure_specification, sym_function_specification, - STATE(796), 3, + STATE(790), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3071), 22, + STATE(3250), 20, sym_use_clause, sym_package_declaration, sym_package_instantiation_declaration, @@ -87021,60 +86580,59 @@ 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, - [51191] = 15, + [50640] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2105), 1, + ACTIONS(2073), 1, anon_sym_DOT, - ACTIONS(2108), 1, + ACTIONS(2076), 1, anon_sym_LPAREN, - ACTIONS(2111), 1, + ACTIONS(2079), 1, anon_sym_SQUOTE, - ACTIONS(2114), 1, + ACTIONS(2082), 1, anon_sym_LBRACK, - ACTIONS(2117), 1, + ACTIONS(2085), 1, sym_GENERIC, - ACTIONS(2120), 1, + ACTIONS(2088), 1, sym_PARAMETER, - STATE(1628), 1, + STATE(1292), 1, sym_generic_map_aspect, - STATE(1801), 1, + STATE(1589), 1, sym__name_selector, - STATE(797), 4, + STATE(791), 4, sym__tool_directive, sym_line_comment, sym_block_comment, aux_sym_name_repeat1, - STATE(1912), 5, + STATE(1591), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - ACTIONS(1499), 6, + ACTIONS(1479), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1491), 28, + ACTIONS(1471), 29, sym_AND, + sym_DOWNTO, + sym_IS, sym_MOD, sym_NAND, sym_NOR, - sym_OF, sym_OR, sym_REM, sym_ROL, @@ -87083,9 +86641,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, @@ -87098,35 +86656,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [51276] = 15, + [50726] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2123), 1, + ACTIONS(1917), 1, anon_sym_DOT, - ACTIONS(2126), 1, + ACTIONS(1919), 1, anon_sym_LPAREN, - ACTIONS(2129), 1, + ACTIONS(1921), 1, anon_sym_SQUOTE, - ACTIONS(2132), 1, + ACTIONS(1923), 1, anon_sym_LBRACK, - ACTIONS(2135), 1, + ACTIONS(1925), 1, sym_GENERIC, - ACTIONS(2138), 1, + ACTIONS(1927), 1, sym_PARAMETER, - STATE(1643), 1, + STATE(780), 1, + aux_sym_name_repeat1, + STATE(1329), 1, sym_generic_map_aspect, - STATE(1842), 1, + STATE(1525), 1, sym__name_selector, - STATE(798), 4, + STATE(792), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - aux_sym_name_repeat1, - STATE(1843), 5, + STATE(1530), 5, sym_function_call, sym_parenthesis_group, sym_attribute, @@ -87139,8 +86698,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1491), 28, + ACTIONS(1493), 29, sym_AND, + sym_DOWNTO, + sym_GENERATE, sym_MOD, sym_NAND, sym_NOR, @@ -87152,10 +86713,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_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -87168,35 +86728,108 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [51361] = 15, + [50814] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2141), 1, + ACTIONS(2091), 1, anon_sym_DOT, - ACTIONS(2144), 1, + ACTIONS(2093), 1, anon_sym_LPAREN, - ACTIONS(2147), 1, + ACTIONS(2095), 1, anon_sym_SQUOTE, - ACTIONS(2150), 1, + ACTIONS(2097), 1, anon_sym_LBRACK, - ACTIONS(2153), 1, + ACTIONS(2099), 1, sym_GENERIC, - ACTIONS(2156), 1, + ACTIONS(2101), 1, sym_PARAMETER, - STATE(1574), 1, + STATE(791), 1, + aux_sym_name_repeat1, + STATE(1292), 1, sym_generic_map_aspect, - STATE(1679), 1, + STATE(1589), 1, sym__name_selector, - STATE(799), 4, + STATE(793), 3, sym__tool_directive, sym_line_comment, sym_block_comment, + STATE(1591), 5, + sym_function_call, + sym_parenthesis_group, + sym_attribute, + sym_signature, + sym_selection, + ACTIONS(1511), 6, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1509), 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, + [50902] = 16, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(2091), 1, + anon_sym_DOT, + ACTIONS(2093), 1, + anon_sym_LPAREN, + ACTIONS(2095), 1, + anon_sym_SQUOTE, + ACTIONS(2097), 1, + anon_sym_LBRACK, + ACTIONS(2099), 1, + sym_GENERIC, + ACTIONS(2101), 1, + sym_PARAMETER, + STATE(793), 1, aux_sym_name_repeat1, - STATE(1689), 5, + STATE(1292), 1, + sym_generic_map_aspect, + STATE(1589), 1, + sym__name_selector, + STATE(794), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(1591), 5, sym_function_call, sym_parenthesis_group, sym_attribute, @@ -87209,9 +86842,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1491), 28, + ACTIONS(1493), 29, sym_AND, - sym_ELSE, + sym_DOWNTO, + sym_IS, sym_MOD, sym_NAND, sym_NOR, @@ -87223,9 +86857,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, @@ -87238,57 +86872,59 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [51446] = 15, + [50990] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2159), 1, + ACTIONS(2007), 1, anon_sym_DOT, - ACTIONS(2162), 1, + ACTIONS(2009), 1, anon_sym_LPAREN, - ACTIONS(2165), 1, + ACTIONS(2011), 1, anon_sym_SQUOTE, - ACTIONS(2168), 1, + ACTIONS(2013), 1, anon_sym_LBRACK, - ACTIONS(2171), 1, + ACTIONS(2015), 1, sym_GENERIC, - ACTIONS(2174), 1, + ACTIONS(2017), 1, sym_PARAMETER, - STATE(1434), 1, + STATE(789), 1, + aux_sym_name_repeat1, + STATE(1241), 1, sym_generic_map_aspect, - STATE(1820), 1, + STATE(1667), 1, sym__name_selector, - STATE(800), 4, + STATE(795), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - aux_sym_name_repeat1, - STATE(1835), 5, + STATE(1668), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - ACTIONS(1499), 6, + ACTIONS(1511), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1491), 28, + ACTIONS(1509), 29, sym_AND, - sym_FOR, sym_MOD, sym_NAND, sym_NOR, sym_OR, sym_REM, + sym_REPORT, sym_ROL, sym_ROR, + sym_SEVERITY, sym_SLA, sym_SLL, sym_SRA, @@ -87308,7 +86944,78 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [51531] = 29, + [51078] = 16, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(2103), 1, + anon_sym_DOT, + ACTIONS(2105), 1, + anon_sym_LPAREN, + ACTIONS(2107), 1, + anon_sym_SQUOTE, + ACTIONS(2109), 1, + anon_sym_LBRACK, + ACTIONS(2111), 1, + sym_GENERIC, + ACTIONS(2113), 1, + sym_PARAMETER, + STATE(804), 1, + aux_sym_name_repeat1, + STATE(1514), 1, + sym_generic_map_aspect, + STATE(1878), 1, + sym__name_selector, + STATE(796), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(1877), 5, + sym_function_call, + sym_parenthesis_group, + sym_attribute, + sym_signature, + sym_selection, + ACTIONS(1499), 6, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1493), 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, + [51165] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -87351,25 +87058,25 @@ static const uint16_t ts_small_parse_table[] = { sym_VARIABLE, ACTIONS(215), 1, sym_VIEW, - ACTIONS(1915), 1, + ACTIONS(2115), 1, sym_BEGIN, - STATE(824), 1, + STATE(810), 1, aux_sym_design_unit_repeat2, - STATE(3070), 1, + STATE(3027), 1, sym__block_declarative_item, - STATE(5909), 1, + STATE(5711), 1, sym__subprogram_specification, ACTIONS(43), 2, sym_IMPURE, sym_PURE, - STATE(6069), 2, + STATE(6037), 2, sym_procedure_specification, sym_function_specification, - STATE(801), 3, + STATE(797), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3071), 22, + STATE(3051), 22, sym_use_clause, sym_package_declaration, sym_package_instantiation_declaration, @@ -87392,7 +87099,7 @@ static const uint16_t ts_small_parse_table[] = { sym_group_template_declaration, sym_group_declaration, sym_configuration_specification, - [51644] = 29, + [51278] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -87435,25 +87142,25 @@ static const uint16_t ts_small_parse_table[] = { sym_VARIABLE, ACTIONS(215), 1, sym_VIEW, - ACTIONS(1915), 1, + ACTIONS(2117), 1, sym_BEGIN, - STATE(811), 1, + STATE(814), 1, aux_sym_design_unit_repeat2, - STATE(3070), 1, + STATE(3027), 1, sym__block_declarative_item, - STATE(5909), 1, + STATE(5711), 1, sym__subprogram_specification, ACTIONS(43), 2, sym_IMPURE, sym_PURE, - STATE(6069), 2, + STATE(6037), 2, sym_procedure_specification, sym_function_specification, - STATE(802), 3, + STATE(798), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3071), 22, + STATE(3051), 22, sym_use_clause, sym_package_declaration, sym_package_instantiation_declaration, @@ -87476,42 +87183,41 @@ static const uint16_t ts_small_parse_table[] = { sym_group_template_declaration, sym_group_declaration, sym_configuration_specification, - [51757] = 16, + [51391] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2177), 1, + ACTIONS(2119), 1, anon_sym_DOT, - ACTIONS(2179), 1, + ACTIONS(2122), 1, anon_sym_LPAREN, - ACTIONS(2181), 1, + ACTIONS(2125), 1, anon_sym_SQUOTE, - ACTIONS(2183), 1, + ACTIONS(2128), 1, anon_sym_LBRACK, - ACTIONS(2185), 1, + ACTIONS(2131), 1, sym_GENERIC, - ACTIONS(2187), 1, + ACTIONS(2134), 1, sym_PARAMETER, - STATE(806), 1, - aux_sym_name_repeat1, - STATE(1628), 1, + STATE(1617), 1, sym_generic_map_aspect, - STATE(1801), 1, + STATE(1894), 1, sym__name_selector, - STATE(803), 3, + STATE(799), 4, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1912), 5, + aux_sym_name_repeat1, + STATE(1904), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - ACTIONS(1477), 6, + ACTIONS(1479), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, @@ -87520,10 +87226,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, ACTIONS(1471), 28, sym_AND, + sym_ELSE, sym_MOD, sym_NAND, sym_NOR, - sym_OF, sym_OR, sym_REM, sym_ROL, @@ -87534,7 +87240,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, @@ -87547,7 +87253,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [51844] = 29, + [51476] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -87590,25 +87296,25 @@ static const uint16_t ts_small_parse_table[] = { sym_VARIABLE, ACTIONS(215), 1, sym_VIEW, - ACTIONS(2189), 1, + ACTIONS(2117), 1, sym_BEGIN, - STATE(824), 1, + STATE(810), 1, aux_sym_design_unit_repeat2, - STATE(3070), 1, + STATE(3027), 1, sym__block_declarative_item, - STATE(5909), 1, + STATE(5711), 1, sym__subprogram_specification, ACTIONS(43), 2, sym_IMPURE, sym_PURE, - STATE(6069), 2, + STATE(6037), 2, sym_procedure_specification, sym_function_specification, - STATE(804), 3, + STATE(800), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3071), 22, + STATE(3051), 22, sym_use_clause, sym_package_declaration, sym_package_instantiation_declaration, @@ -87631,142 +87337,7 @@ static const uint16_t ts_small_parse_table[] = { sym_group_template_declaration, sym_group_declaration, sym_configuration_specification, - [51957] = 9, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(1475), 1, - anon_sym_LPAREN, - ACTIONS(2195), 1, - sym_PARAMETER, - STATE(859), 1, - sym_parenthesis_group, - STATE(805), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2193), 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(2191), 38, - 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_COMMA, - anon_sym_DOT, - 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, - [52030] = 16, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(2177), 1, - anon_sym_DOT, - ACTIONS(2179), 1, - anon_sym_LPAREN, - ACTIONS(2181), 1, - anon_sym_SQUOTE, - ACTIONS(2183), 1, - anon_sym_LBRACK, - ACTIONS(2185), 1, - sym_GENERIC, - ACTIONS(2187), 1, - sym_PARAMETER, - STATE(797), 1, - aux_sym_name_repeat1, - STATE(1628), 1, - sym_generic_map_aspect, - STATE(1801), 1, - sym__name_selector, - STATE(806), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(1912), 5, - sym_function_call, - sym_parenthesis_group, - sym_attribute, - sym_signature, - sym_selection, - ACTIONS(1489), 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, - [52117] = 29, + [51589] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -87809,25 +87380,25 @@ static const uint16_t ts_small_parse_table[] = { sym_VARIABLE, ACTIONS(215), 1, sym_VIEW, - ACTIONS(1603), 1, + ACTIONS(1847), 1, sym_BEGIN, - STATE(824), 1, + STATE(828), 1, aux_sym_design_unit_repeat2, - STATE(3070), 1, + STATE(3027), 1, sym__block_declarative_item, - STATE(5909), 1, + STATE(5711), 1, sym__subprogram_specification, ACTIONS(43), 2, sym_IMPURE, sym_PURE, - STATE(6069), 2, + STATE(6037), 2, sym_procedure_specification, sym_function_specification, - STATE(807), 3, + STATE(801), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3071), 22, + STATE(3051), 22, sym_use_clause, sym_package_declaration, sym_package_instantiation_declaration, @@ -87850,149 +87421,7 @@ static const uint16_t ts_small_parse_table[] = { sym_group_template_declaration, sym_group_declaration, sym_configuration_specification, - [52230] = 16, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(2197), 1, - anon_sym_DOT, - ACTIONS(2199), 1, - anon_sym_LPAREN, - ACTIONS(2201), 1, - anon_sym_SQUOTE, - ACTIONS(2203), 1, - anon_sym_LBRACK, - ACTIONS(2205), 1, - sym_GENERIC, - ACTIONS(2207), 1, - sym_PARAMETER, - STATE(809), 1, - aux_sym_name_repeat1, - STATE(1643), 1, - sym_generic_map_aspect, - STATE(1842), 1, - sym__name_selector, - STATE(808), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(1843), 5, - sym_function_call, - sym_parenthesis_group, - sym_attribute, - sym_signature, - sym_selection, - ACTIONS(1477), 6, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1471), 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, - [52317] = 16, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(2197), 1, - anon_sym_DOT, - ACTIONS(2199), 1, - anon_sym_LPAREN, - ACTIONS(2201), 1, - anon_sym_SQUOTE, - ACTIONS(2203), 1, - anon_sym_LBRACK, - ACTIONS(2205), 1, - sym_GENERIC, - ACTIONS(2207), 1, - sym_PARAMETER, - STATE(798), 1, - aux_sym_name_repeat1, - STATE(1643), 1, - sym_generic_map_aspect, - STATE(1842), 1, - sym__name_selector, - STATE(809), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(1843), 5, - sym_function_call, - sym_parenthesis_group, - sym_attribute, - sym_signature, - sym_selection, - ACTIONS(1489), 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, - [52404] = 29, + [51702] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -88035,25 +87464,25 @@ static const uint16_t ts_small_parse_table[] = { sym_VARIABLE, ACTIONS(215), 1, sym_VIEW, - ACTIONS(1815), 1, + ACTIONS(1847), 1, sym_BEGIN, - STATE(814), 1, + STATE(810), 1, aux_sym_design_unit_repeat2, - STATE(3070), 1, + STATE(3027), 1, sym__block_declarative_item, - STATE(5909), 1, + STATE(5711), 1, sym__subprogram_specification, ACTIONS(43), 2, sym_IMPURE, sym_PURE, - STATE(6069), 2, + STATE(6037), 2, sym_procedure_specification, sym_function_specification, - STATE(810), 3, + STATE(802), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3071), 22, + STATE(3051), 22, sym_use_clause, sym_package_declaration, sym_package_instantiation_declaration, @@ -88076,74 +87505,78 @@ static const uint16_t ts_small_parse_table[] = { sym_group_template_declaration, sym_group_declaration, sym_configuration_specification, - [52517] = 29, + [51815] = 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(2137), 1, sym_ALIAS, - ACTIONS(177), 1, + ACTIONS(2139), 1, sym_ATTRIBUTE, - ACTIONS(181), 1, + ACTIONS(2141), 1, sym_COMPONENT, - ACTIONS(183), 1, + ACTIONS(2143), 1, sym_CONSTANT, - ACTIONS(185), 1, + ACTIONS(2145), 1, sym_DISCONNECT, - ACTIONS(189), 1, + ACTIONS(2147), 1, + sym_END, + ACTIONS(2149), 1, sym_FILE, - ACTIONS(191), 1, - sym_FOR, - ACTIONS(193), 1, + ACTIONS(2151), 1, sym_FUNCTION, - ACTIONS(195), 1, + ACTIONS(2153), 1, + sym_GENERIC, + ACTIONS(2155), 1, sym_GROUP, - ACTIONS(197), 1, + ACTIONS(2159), 1, + sym_NEW, + ACTIONS(2161), 1, sym_PACKAGE, - ACTIONS(203), 1, + ACTIONS(2163), 1, + sym_PROCEDURE, + ACTIONS(2165), 1, sym_SIGNAL, - ACTIONS(205), 1, + ACTIONS(2167), 1, sym_SHARED, - ACTIONS(207), 1, + ACTIONS(2169), 1, sym_SUBTYPE, - ACTIONS(209), 1, + ACTIONS(2171), 1, sym_TYPE, - ACTIONS(211), 1, + ACTIONS(2173), 1, sym_USE, - ACTIONS(213), 1, + ACTIONS(2175), 1, sym_VARIABLE, - ACTIONS(215), 1, + ACTIONS(2177), 1, sym_VIEW, - ACTIONS(1815), 1, - sym_BEGIN, - STATE(824), 1, - aux_sym_design_unit_repeat2, - STATE(3070), 1, - sym__block_declarative_item, - STATE(5909), 1, + STATE(1092), 1, + sym_package_header, + STATE(1093), 1, + aux_sym_package_declaration_body_repeat1, + STATE(3016), 1, + sym_generic_clause, + STATE(3331), 1, + sym__package_declarative_item, + STATE(8186), 1, sym__subprogram_specification, - ACTIONS(43), 2, + ACTIONS(2157), 2, sym_IMPURE, sym_PURE, - STATE(6069), 2, + STATE(8210), 2, sym_procedure_specification, sym_function_specification, - STATE(811), 3, + STATE(803), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3071), 22, + STATE(3329), 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, @@ -88159,52 +87592,50 @@ static const uint16_t ts_small_parse_table[] = { sym_disconnection_specification, sym_group_template_declaration, sym_group_declaration, - sym_configuration_specification, - [52630] = 16, + [51934] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2209), 1, + ACTIONS(2103), 1, anon_sym_DOT, - ACTIONS(2211), 1, + ACTIONS(2105), 1, anon_sym_LPAREN, - ACTIONS(2213), 1, + ACTIONS(2107), 1, anon_sym_SQUOTE, - ACTIONS(2215), 1, + ACTIONS(2109), 1, anon_sym_LBRACK, - ACTIONS(2217), 1, + ACTIONS(2111), 1, sym_GENERIC, - ACTIONS(2219), 1, + ACTIONS(2113), 1, sym_PARAMETER, - STATE(813), 1, + STATE(833), 1, aux_sym_name_repeat1, - STATE(1434), 1, + STATE(1514), 1, sym_generic_map_aspect, - STATE(1820), 1, + STATE(1878), 1, sym__name_selector, - STATE(812), 3, + STATE(804), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1835), 5, + STATE(1877), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - ACTIONS(1477), 6, + ACTIONS(1511), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1471), 28, + ACTIONS(1509), 28, sym_AND, - sym_FOR, sym_MOD, sym_NAND, sym_NOR, @@ -88212,6 +87643,7 @@ static const uint16_t ts_small_parse_table[] = { sym_REM, sym_ROL, sym_ROR, + sym_SEVERITY, sym_SLA, sym_SLL, sym_SRA, @@ -88231,51 +87663,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [52717] = 16, + [52021] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2209), 1, + ACTIONS(2179), 1, anon_sym_DOT, - ACTIONS(2211), 1, + ACTIONS(2182), 1, anon_sym_LPAREN, - ACTIONS(2213), 1, + ACTIONS(2185), 1, anon_sym_SQUOTE, - ACTIONS(2215), 1, + ACTIONS(2188), 1, anon_sym_LBRACK, - ACTIONS(2217), 1, + ACTIONS(2191), 1, sym_GENERIC, - ACTIONS(2219), 1, + ACTIONS(2194), 1, sym_PARAMETER, - STATE(800), 1, - aux_sym_name_repeat1, - STATE(1434), 1, + STATE(1580), 1, sym_generic_map_aspect, - STATE(1820), 1, + STATE(1786), 1, sym__name_selector, - STATE(813), 3, + STATE(805), 4, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1835), 5, + aux_sym_name_repeat1, + STATE(1789), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - ACTIONS(1489), 6, + ACTIONS(1479), 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(1471), 28, sym_AND, - sym_FOR, sym_MOD, sym_NAND, sym_NOR, @@ -88287,6 +87717,7 @@ static const uint16_t ts_small_parse_table[] = { sym_SLL, sym_SRA, sym_SRL, + sym_UNITS, sym_XNOR, sym_XOR, anon_sym_SEMI, @@ -88302,91 +87733,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [52804] = 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(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(1829), 1, - sym_BEGIN, - STATE(824), 1, - aux_sym_design_unit_repeat2, - STATE(3070), 1, - sym__block_declarative_item, - STATE(5909), 1, - sym__subprogram_specification, - ACTIONS(43), 2, - sym_IMPURE, - sym_PURE, - STATE(6069), 2, - sym_procedure_specification, - sym_function_specification, - STATE(814), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(3071), 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, - [52917] = 29, + [52106] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -88429,25 +87776,25 @@ static const uint16_t ts_small_parse_table[] = { sym_VARIABLE, ACTIONS(215), 1, sym_VIEW, - ACTIONS(1829), 1, + ACTIONS(2197), 1, sym_BEGIN, - STATE(836), 1, + STATE(810), 1, aux_sym_design_unit_repeat2, - STATE(3070), 1, + STATE(3027), 1, sym__block_declarative_item, - STATE(5909), 1, + STATE(5711), 1, sym__subprogram_specification, ACTIONS(43), 2, sym_IMPURE, sym_PURE, - STATE(6069), 2, + STATE(6037), 2, sym_procedure_specification, sym_function_specification, - STATE(815), 3, + STATE(806), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3071), 22, + STATE(3051), 22, sym_use_clause, sym_package_declaration, sym_package_instantiation_declaration, @@ -88470,74 +87817,74 @@ static const uint16_t ts_small_parse_table[] = { sym_group_template_declaration, sym_group_declaration, sym_configuration_specification, - [53030] = 32, + [52219] = 32, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2221), 1, + ACTIONS(2137), 1, sym_ALIAS, - ACTIONS(2223), 1, + ACTIONS(2139), 1, sym_ATTRIBUTE, - ACTIONS(2225), 1, + ACTIONS(2141), 1, sym_COMPONENT, - ACTIONS(2227), 1, + ACTIONS(2143), 1, sym_CONSTANT, - ACTIONS(2229), 1, + ACTIONS(2145), 1, sym_DISCONNECT, - ACTIONS(2231), 1, + ACTIONS(2147), 1, sym_END, - ACTIONS(2233), 1, + ACTIONS(2149), 1, sym_FILE, - ACTIONS(2235), 1, + ACTIONS(2151), 1, sym_FUNCTION, - ACTIONS(2237), 1, + ACTIONS(2153), 1, sym_GENERIC, - ACTIONS(2239), 1, + ACTIONS(2155), 1, sym_GROUP, - ACTIONS(2243), 1, - sym_NEW, - ACTIONS(2245), 1, + ACTIONS(2161), 1, sym_PACKAGE, - ACTIONS(2247), 1, + ACTIONS(2163), 1, sym_PROCEDURE, - ACTIONS(2249), 1, + ACTIONS(2165), 1, sym_SIGNAL, - ACTIONS(2251), 1, + ACTIONS(2167), 1, sym_SHARED, - ACTIONS(2253), 1, + ACTIONS(2169), 1, sym_SUBTYPE, - ACTIONS(2255), 1, + ACTIONS(2171), 1, sym_TYPE, - ACTIONS(2257), 1, + ACTIONS(2173), 1, sym_USE, - ACTIONS(2259), 1, + ACTIONS(2175), 1, sym_VARIABLE, - ACTIONS(2261), 1, + ACTIONS(2177), 1, sym_VIEW, - STATE(1025), 1, + ACTIONS(2199), 1, + sym_NEW, + STATE(1092), 1, sym_package_header, - STATE(1026), 1, + STATE(1093), 1, aux_sym_package_declaration_body_repeat1, - STATE(3015), 1, + STATE(3016), 1, sym_generic_clause, - STATE(3274), 1, + STATE(3331), 1, sym__package_declarative_item, - STATE(7256), 1, + STATE(8186), 1, sym__subprogram_specification, - ACTIONS(2241), 2, + ACTIONS(2157), 2, sym_IMPURE, sym_PURE, - STATE(6833), 2, + STATE(8210), 2, sym_procedure_specification, sym_function_specification, - STATE(816), 3, + STATE(807), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3273), 19, + STATE(3329), 19, sym_use_clause, sym_package_declaration, sym_package_instantiation_declaration, @@ -88557,7 +87904,7 @@ static const uint16_t ts_small_parse_table[] = { sym_disconnection_specification, sym_group_template_declaration, sym_group_declaration, - [53149] = 29, + [52338] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -88600,25 +87947,25 @@ static const uint16_t ts_small_parse_table[] = { sym_VARIABLE, ACTIONS(215), 1, sym_VIEW, - ACTIONS(2263), 1, + ACTIONS(2201), 1, sym_BEGIN, - STATE(819), 1, + STATE(797), 1, aux_sym_design_unit_repeat2, - STATE(3070), 1, + STATE(3027), 1, sym__block_declarative_item, - STATE(5909), 1, + STATE(5711), 1, sym__subprogram_specification, ACTIONS(43), 2, sym_IMPURE, sym_PURE, - STATE(6069), 2, + STATE(6037), 2, sym_procedure_specification, sym_function_specification, - STATE(817), 3, + STATE(808), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3071), 22, + STATE(3051), 22, sym_use_clause, sym_package_declaration, sym_package_instantiation_declaration, @@ -88641,7 +87988,7 @@ static const uint16_t ts_small_parse_table[] = { sym_group_template_declaration, sym_group_declaration, sym_configuration_specification, - [53262] = 29, + [52451] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -88684,25 +88031,25 @@ static const uint16_t ts_small_parse_table[] = { sym_VARIABLE, ACTIONS(215), 1, sym_VIEW, - ACTIONS(2265), 1, + ACTIONS(1615), 1, sym_BEGIN, - STATE(821), 1, + STATE(810), 1, aux_sym_design_unit_repeat2, - STATE(3070), 1, + STATE(3027), 1, sym__block_declarative_item, - STATE(5909), 1, + STATE(5711), 1, sym__subprogram_specification, ACTIONS(43), 2, sym_IMPURE, sym_PURE, - STATE(6069), 2, + STATE(6037), 2, sym_procedure_specification, sym_function_specification, - STATE(818), 3, + STATE(809), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3071), 22, + STATE(3051), 22, sym_use_clause, sym_package_declaration, sym_package_instantiation_declaration, @@ -88725,68 +88072,67 @@ static const uint16_t ts_small_parse_table[] = { sym_group_template_declaration, sym_group_declaration, sym_configuration_specification, - [53375] = 29, + [52564] = 28, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(51), 1, + ACTIONS(525), 1, + sym_BEGIN, + ACTIONS(560), 1, sym_PROCEDURE, - ACTIONS(175), 1, + ACTIONS(2203), 1, sym_ALIAS, - ACTIONS(177), 1, + ACTIONS(2206), 1, sym_ATTRIBUTE, - ACTIONS(181), 1, + ACTIONS(2209), 1, sym_COMPONENT, - ACTIONS(183), 1, + ACTIONS(2212), 1, sym_CONSTANT, - ACTIONS(185), 1, + ACTIONS(2215), 1, sym_DISCONNECT, - ACTIONS(189), 1, + ACTIONS(2218), 1, sym_FILE, - ACTIONS(191), 1, + ACTIONS(2221), 1, sym_FOR, - ACTIONS(193), 1, + ACTIONS(2224), 1, sym_FUNCTION, - ACTIONS(195), 1, + ACTIONS(2227), 1, sym_GROUP, - ACTIONS(197), 1, + ACTIONS(2230), 1, sym_PACKAGE, - ACTIONS(203), 1, + ACTIONS(2233), 1, sym_SIGNAL, - ACTIONS(205), 1, + ACTIONS(2236), 1, sym_SHARED, - ACTIONS(207), 1, + ACTIONS(2239), 1, sym_SUBTYPE, - ACTIONS(209), 1, + ACTIONS(2242), 1, sym_TYPE, - ACTIONS(211), 1, + ACTIONS(2245), 1, sym_USE, - ACTIONS(213), 1, + ACTIONS(2248), 1, sym_VARIABLE, - ACTIONS(215), 1, + ACTIONS(2251), 1, sym_VIEW, - ACTIONS(2265), 1, - sym_BEGIN, - STATE(824), 1, - aux_sym_design_unit_repeat2, - STATE(3070), 1, + STATE(3027), 1, sym__block_declarative_item, - STATE(5909), 1, + STATE(5711), 1, sym__subprogram_specification, - ACTIONS(43), 2, + ACTIONS(554), 2, sym_IMPURE, sym_PURE, - STATE(6069), 2, + STATE(6037), 2, sym_procedure_specification, sym_function_specification, - STATE(819), 3, + STATE(810), 4, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3071), 22, + aux_sym_design_unit_repeat2, + STATE(3051), 22, sym_use_clause, sym_package_declaration, sym_package_instantiation_declaration, @@ -88809,42 +88155,41 @@ static const uint16_t ts_small_parse_table[] = { sym_group_template_declaration, sym_group_declaration, sym_configuration_specification, - [53488] = 16, + [52675] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2267), 1, + ACTIONS(2254), 1, anon_sym_DOT, - ACTIONS(2269), 1, + ACTIONS(2257), 1, anon_sym_LPAREN, - ACTIONS(2271), 1, + ACTIONS(2260), 1, anon_sym_SQUOTE, - ACTIONS(2273), 1, + ACTIONS(2263), 1, anon_sym_LBRACK, - ACTIONS(2275), 1, + ACTIONS(2266), 1, sym_GENERIC, - ACTIONS(2277), 1, + ACTIONS(2269), 1, sym_PARAMETER, - STATE(826), 1, - aux_sym_name_repeat1, - STATE(1449), 1, + STATE(1534), 1, sym_generic_map_aspect, - STATE(1690), 1, + STATE(1763), 1, sym__name_selector, - STATE(820), 3, + STATE(811), 4, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1691), 5, + aux_sym_name_repeat1, + STATE(1764), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - ACTIONS(1477), 6, + ACTIONS(1479), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, @@ -88856,18 +88201,18 @@ static const uint16_t ts_small_parse_table[] = { 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, @@ -88880,136 +88225,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [53575] = 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(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(2279), 1, - sym_BEGIN, - STATE(824), 1, - aux_sym_design_unit_repeat2, - STATE(3070), 1, - sym__block_declarative_item, - STATE(5909), 1, - sym__subprogram_specification, - ACTIONS(43), 2, - sym_IMPURE, - sym_PURE, - STATE(6069), 2, - sym_procedure_specification, - sym_function_specification, - STATE(821), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(3071), 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, - [53688] = 15, + [52760] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1561), 1, + ACTIONS(2272), 1, anon_sym_DOT, - ACTIONS(1563), 1, + ACTIONS(2274), 1, anon_sym_LPAREN, - ACTIONS(1565), 1, + ACTIONS(2276), 1, anon_sym_SQUOTE, - ACTIONS(1567), 1, + ACTIONS(2278), 1, anon_sym_LBRACK, - ACTIONS(1571), 1, + ACTIONS(2280), 1, + sym_GENERIC, + ACTIONS(2282), 1, sym_PARAMETER, - STATE(823), 1, + STATE(817), 1, aux_sym_name_repeat1, - STATE(888), 1, + STATE(1534), 1, sym_generic_map_aspect, - STATE(962), 1, + STATE(1763), 1, sym__name_selector, - STATE(822), 3, + STATE(812), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(963), 5, + STATE(1764), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - ACTIONS(1477), 6, + ACTIONS(1499), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1471), 29, + ACTIONS(1493), 28, sym_AND, - sym_GENERIC, sym_MOD, sym_NAND, sym_NOR, + sym_OF, sym_OR, sym_REM, sym_ROL, @@ -89020,9 +88283,8 @@ static const uint16_t ts_small_parse_table[] = { sym_SRL, 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, @@ -89034,49 +88296,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [53773] = 15, + [52847] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1561), 1, + ACTIONS(2284), 1, anon_sym_DOT, - ACTIONS(1563), 1, + ACTIONS(2286), 1, anon_sym_LPAREN, - ACTIONS(1565), 1, + ACTIONS(2288), 1, anon_sym_SQUOTE, - ACTIONS(1567), 1, + ACTIONS(2290), 1, anon_sym_LBRACK, - ACTIONS(1571), 1, + ACTIONS(2292), 1, + sym_GENERIC, + ACTIONS(2294), 1, sym_PARAMETER, - STATE(731), 1, + STATE(799), 1, aux_sym_name_repeat1, - STATE(888), 1, + STATE(1617), 1, sym_generic_map_aspect, - STATE(962), 1, + STATE(1894), 1, sym__name_selector, - STATE(823), 3, + STATE(813), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(963), 5, + STATE(1904), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - ACTIONS(1489), 6, + ACTIONS(1511), 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(1509), 28, sym_AND, - sym_GENERIC, + sym_ELSE, sym_MOD, sym_NAND, sym_NOR, @@ -89092,7 +88356,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, @@ -89104,90 +88367,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [53858] = 28, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(447), 1, - sym_BEGIN, - ACTIONS(482), 1, - sym_PROCEDURE, - ACTIONS(2281), 1, - sym_ALIAS, - ACTIONS(2284), 1, - sym_ATTRIBUTE, - ACTIONS(2287), 1, - sym_COMPONENT, - ACTIONS(2290), 1, - sym_CONSTANT, - ACTIONS(2293), 1, - sym_DISCONNECT, - ACTIONS(2296), 1, - sym_FILE, - ACTIONS(2299), 1, - sym_FOR, - ACTIONS(2302), 1, - sym_FUNCTION, - ACTIONS(2305), 1, - sym_GROUP, - ACTIONS(2308), 1, - sym_PACKAGE, - ACTIONS(2311), 1, - sym_SIGNAL, - ACTIONS(2314), 1, - sym_SHARED, - ACTIONS(2317), 1, - sym_SUBTYPE, - ACTIONS(2320), 1, - sym_TYPE, - ACTIONS(2323), 1, - sym_USE, - ACTIONS(2326), 1, - sym_VARIABLE, - ACTIONS(2329), 1, - sym_VIEW, - STATE(3070), 1, - sym__block_declarative_item, - STATE(5909), 1, - sym__subprogram_specification, - ACTIONS(476), 2, - sym_IMPURE, - sym_PURE, - STATE(6069), 2, - sym_procedure_specification, - sym_function_specification, - STATE(824), 4, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - aux_sym_design_unit_repeat2, - STATE(3071), 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, - [53969] = 29, + [52934] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -89230,25 +88410,25 @@ static const uint16_t ts_small_parse_table[] = { sym_VARIABLE, ACTIONS(215), 1, sym_VIEW, - ACTIONS(2332), 1, + ACTIONS(2201), 1, sym_BEGIN, - STATE(804), 1, + STATE(810), 1, aux_sym_design_unit_repeat2, - STATE(3070), 1, + STATE(3027), 1, sym__block_declarative_item, - STATE(5909), 1, + STATE(5711), 1, sym__subprogram_specification, ACTIONS(43), 2, sym_IMPURE, sym_PURE, - STATE(6069), 2, + STATE(6037), 2, sym_procedure_specification, sym_function_specification, - STATE(825), 3, + STATE(814), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3071), 22, + STATE(3051), 22, sym_use_clause, sym_package_declaration, sym_package_instantiation_declaration, @@ -89271,50 +88451,51 @@ static const uint16_t ts_small_parse_table[] = { sym_group_template_declaration, sym_group_declaration, sym_configuration_specification, - [54082] = 16, + [53047] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2267), 1, + ACTIONS(2296), 1, anon_sym_DOT, - ACTIONS(2269), 1, + ACTIONS(2298), 1, anon_sym_LPAREN, - ACTIONS(2271), 1, + ACTIONS(2300), 1, anon_sym_SQUOTE, - ACTIONS(2273), 1, + ACTIONS(2302), 1, anon_sym_LBRACK, - ACTIONS(2275), 1, + ACTIONS(2304), 1, sym_GENERIC, - ACTIONS(2277), 1, + ACTIONS(2306), 1, sym_PARAMETER, - STATE(828), 1, + STATE(818), 1, aux_sym_name_repeat1, - STATE(1449), 1, + STATE(1478), 1, sym_generic_map_aspect, - STATE(1690), 1, + STATE(1719), 1, sym__name_selector, - STATE(826), 3, + STATE(815), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1691), 5, + STATE(1720), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - ACTIONS(1489), 6, + ACTIONS(1499), 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(1493), 28, sym_AND, + sym_FOR, sym_MOD, sym_NAND, sym_NOR, @@ -89322,7 +88503,6 @@ static const uint16_t ts_small_parse_table[] = { sym_REM, sym_ROL, sym_ROR, - sym_SEVERITY, sym_SLA, sym_SLL, sym_SRA, @@ -89342,78 +88522,74 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [54169] = 32, + [53134] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2221), 1, + ACTIONS(51), 1, + sym_PROCEDURE, + ACTIONS(175), 1, sym_ALIAS, - ACTIONS(2223), 1, + ACTIONS(177), 1, sym_ATTRIBUTE, - ACTIONS(2225), 1, + ACTIONS(181), 1, sym_COMPONENT, - ACTIONS(2227), 1, + ACTIONS(183), 1, sym_CONSTANT, - ACTIONS(2229), 1, + ACTIONS(185), 1, sym_DISCONNECT, - ACTIONS(2231), 1, - sym_END, - ACTIONS(2233), 1, + ACTIONS(189), 1, sym_FILE, - ACTIONS(2235), 1, + ACTIONS(191), 1, + sym_FOR, + ACTIONS(193), 1, sym_FUNCTION, - ACTIONS(2237), 1, - sym_GENERIC, - ACTIONS(2239), 1, + ACTIONS(195), 1, sym_GROUP, - ACTIONS(2245), 1, + ACTIONS(197), 1, sym_PACKAGE, - ACTIONS(2247), 1, - sym_PROCEDURE, - ACTIONS(2249), 1, + ACTIONS(203), 1, sym_SIGNAL, - ACTIONS(2251), 1, + ACTIONS(205), 1, sym_SHARED, - ACTIONS(2253), 1, + ACTIONS(207), 1, sym_SUBTYPE, - ACTIONS(2255), 1, + ACTIONS(209), 1, sym_TYPE, - ACTIONS(2257), 1, + ACTIONS(211), 1, sym_USE, - ACTIONS(2259), 1, + ACTIONS(213), 1, sym_VARIABLE, - ACTIONS(2261), 1, + ACTIONS(215), 1, sym_VIEW, - ACTIONS(2334), 1, - sym_NEW, - STATE(1025), 1, - sym_package_header, - STATE(1026), 1, - aux_sym_package_declaration_body_repeat1, - STATE(3015), 1, - sym_generic_clause, - STATE(3274), 1, - sym__package_declarative_item, - STATE(7256), 1, + ACTIONS(2308), 1, + sym_BEGIN, + STATE(806), 1, + aux_sym_design_unit_repeat2, + STATE(3027), 1, + sym__block_declarative_item, + STATE(5711), 1, sym__subprogram_specification, - ACTIONS(2241), 2, + ACTIONS(43), 2, sym_IMPURE, sym_PURE, - STATE(6833), 2, + STATE(6037), 2, sym_procedure_specification, sym_function_specification, - STATE(827), 3, + STATE(816), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3273), 19, + STATE(3051), 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, @@ -89429,64 +88605,66 @@ static const uint16_t ts_small_parse_table[] = { sym_disconnection_specification, sym_group_template_declaration, sym_group_declaration, - [54288] = 15, + sym_configuration_specification, + [53247] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2336), 1, + ACTIONS(2272), 1, anon_sym_DOT, - ACTIONS(2339), 1, + ACTIONS(2274), 1, anon_sym_LPAREN, - ACTIONS(2342), 1, + ACTIONS(2276), 1, anon_sym_SQUOTE, - ACTIONS(2345), 1, + ACTIONS(2278), 1, anon_sym_LBRACK, - ACTIONS(2348), 1, + ACTIONS(2280), 1, sym_GENERIC, - ACTIONS(2351), 1, + ACTIONS(2282), 1, sym_PARAMETER, - STATE(1449), 1, + STATE(811), 1, + aux_sym_name_repeat1, + STATE(1534), 1, sym_generic_map_aspect, - STATE(1690), 1, + STATE(1763), 1, sym__name_selector, - STATE(828), 4, + STATE(817), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - aux_sym_name_repeat1, - STATE(1691), 5, + STATE(1764), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - ACTIONS(1499), 6, + ACTIONS(1511), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1491), 28, + ACTIONS(1509), 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, @@ -89499,135 +88677,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [54373] = 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(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(1673), 1, - sym_BEGIN, - STATE(824), 1, - aux_sym_design_unit_repeat2, - STATE(3070), 1, - sym__block_declarative_item, - STATE(5909), 1, - sym__subprogram_specification, - ACTIONS(43), 2, - sym_IMPURE, - sym_PURE, - STATE(6069), 2, - sym_procedure_specification, - sym_function_specification, - STATE(829), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(3071), 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, - [54486] = 16, + [53334] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2354), 1, + ACTIONS(2296), 1, anon_sym_DOT, - ACTIONS(2356), 1, + ACTIONS(2298), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2300), 1, anon_sym_SQUOTE, - ACTIONS(2360), 1, + ACTIONS(2302), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2304), 1, sym_GENERIC, - ACTIONS(2364), 1, + ACTIONS(2306), 1, sym_PARAMETER, - STATE(832), 1, + STATE(835), 1, aux_sym_name_repeat1, - STATE(1574), 1, + STATE(1478), 1, sym_generic_map_aspect, - STATE(1679), 1, + STATE(1719), 1, sym__name_selector, - STATE(830), 3, + STATE(818), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1689), 5, + STATE(1720), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - ACTIONS(1477), 6, + ACTIONS(1511), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1471), 28, + ACTIONS(1509), 28, sym_AND, - sym_ELSE, + sym_FOR, sym_MOD, sym_NAND, sym_NOR, @@ -89654,74 +88748,74 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [54573] = 32, + [53421] = 32, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2221), 1, + ACTIONS(2137), 1, sym_ALIAS, - ACTIONS(2223), 1, + ACTIONS(2139), 1, sym_ATTRIBUTE, - ACTIONS(2225), 1, + ACTIONS(2141), 1, sym_COMPONENT, - ACTIONS(2227), 1, + ACTIONS(2143), 1, sym_CONSTANT, - ACTIONS(2229), 1, + ACTIONS(2145), 1, sym_DISCONNECT, - ACTIONS(2231), 1, + ACTIONS(2147), 1, sym_END, - ACTIONS(2233), 1, + ACTIONS(2149), 1, sym_FILE, - ACTIONS(2235), 1, + ACTIONS(2151), 1, sym_FUNCTION, - ACTIONS(2237), 1, + ACTIONS(2153), 1, sym_GENERIC, - ACTIONS(2239), 1, + ACTIONS(2155), 1, sym_GROUP, - ACTIONS(2245), 1, + ACTIONS(2161), 1, sym_PACKAGE, - ACTIONS(2247), 1, + ACTIONS(2163), 1, sym_PROCEDURE, - ACTIONS(2249), 1, + ACTIONS(2165), 1, sym_SIGNAL, - ACTIONS(2251), 1, + ACTIONS(2167), 1, sym_SHARED, - ACTIONS(2253), 1, + ACTIONS(2169), 1, sym_SUBTYPE, - ACTIONS(2255), 1, + ACTIONS(2171), 1, sym_TYPE, - ACTIONS(2257), 1, + ACTIONS(2173), 1, sym_USE, - ACTIONS(2259), 1, + ACTIONS(2175), 1, sym_VARIABLE, - ACTIONS(2261), 1, + ACTIONS(2177), 1, sym_VIEW, - ACTIONS(2366), 1, + ACTIONS(2310), 1, sym_NEW, - STATE(1025), 1, + STATE(1092), 1, sym_package_header, - STATE(1026), 1, + STATE(1093), 1, aux_sym_package_declaration_body_repeat1, - STATE(3015), 1, + STATE(3016), 1, sym_generic_clause, - STATE(3274), 1, + STATE(3331), 1, sym__package_declarative_item, - STATE(7256), 1, + STATE(8186), 1, sym__subprogram_specification, - ACTIONS(2241), 2, + ACTIONS(2157), 2, sym_IMPURE, sym_PURE, - STATE(6833), 2, + STATE(8210), 2, sym_procedure_specification, sym_function_specification, - STATE(831), 3, + STATE(819), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3273), 19, + STATE(3329), 19, sym_use_clause, sym_package_declaration, sym_package_instantiation_declaration, @@ -89741,49 +88835,49 @@ static const uint16_t ts_small_parse_table[] = { sym_disconnection_specification, sym_group_template_declaration, sym_group_declaration, - [54692] = 16, + [53540] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2354), 1, + ACTIONS(2284), 1, anon_sym_DOT, - ACTIONS(2356), 1, + ACTIONS(2286), 1, anon_sym_LPAREN, - ACTIONS(2358), 1, + ACTIONS(2288), 1, anon_sym_SQUOTE, - ACTIONS(2360), 1, + ACTIONS(2290), 1, anon_sym_LBRACK, - ACTIONS(2362), 1, + ACTIONS(2292), 1, sym_GENERIC, - ACTIONS(2364), 1, + ACTIONS(2294), 1, sym_PARAMETER, - STATE(799), 1, + STATE(813), 1, aux_sym_name_repeat1, - STATE(1574), 1, + STATE(1617), 1, sym_generic_map_aspect, - STATE(1679), 1, + STATE(1894), 1, sym__name_selector, - STATE(832), 3, + STATE(820), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1689), 5, + STATE(1904), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - ACTIONS(1489), 6, + ACTIONS(1499), 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(1493), 28, sym_AND, sym_ELSE, sym_MOD, @@ -89812,78 +88906,279 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [54779] = 32, + [53627] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2221), 1, - sym_ALIAS, - ACTIONS(2223), 1, - sym_ATTRIBUTE, - ACTIONS(2225), 1, - sym_COMPONENT, - ACTIONS(2227), 1, - sym_CONSTANT, - ACTIONS(2229), 1, - sym_DISCONNECT, - ACTIONS(2231), 1, - sym_END, - ACTIONS(2233), 1, - sym_FILE, - ACTIONS(2235), 1, - sym_FUNCTION, - ACTIONS(2237), 1, + ACTIONS(2312), 1, + anon_sym_DOT, + ACTIONS(2314), 1, + anon_sym_LPAREN, + ACTIONS(2316), 1, + anon_sym_SQUOTE, + ACTIONS(2318), 1, + anon_sym_LBRACK, + ACTIONS(2320), 1, sym_GENERIC, - ACTIONS(2239), 1, - sym_GROUP, - ACTIONS(2245), 1, - sym_PACKAGE, - ACTIONS(2247), 1, - sym_PROCEDURE, - ACTIONS(2249), 1, - sym_SIGNAL, - ACTIONS(2251), 1, - sym_SHARED, - ACTIONS(2253), 1, - sym_SUBTYPE, - ACTIONS(2255), 1, - sym_TYPE, - ACTIONS(2257), 1, - sym_USE, - ACTIONS(2259), 1, - sym_VARIABLE, - ACTIONS(2261), 1, - sym_VIEW, - ACTIONS(2368), 1, - sym_NEW, - STATE(1025), 1, - sym_package_header, - STATE(1026), 1, - aux_sym_package_declaration_body_repeat1, - STATE(3015), 1, - sym_generic_clause, - STATE(3274), 1, - sym__package_declarative_item, - STATE(7256), 1, - sym__subprogram_specification, - ACTIONS(2241), 2, - sym_IMPURE, - sym_PURE, - STATE(6833), 2, - sym_procedure_specification, - sym_function_specification, - STATE(833), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(3273), 19, - sym_use_clause, - sym_package_declaration, + ACTIONS(2322), 1, + sym_PARAMETER, + STATE(831), 1, + aux_sym_name_repeat1, + STATE(1580), 1, + sym_generic_map_aspect, + STATE(1786), 1, + sym__name_selector, + STATE(821), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(1789), 5, + sym_function_call, + sym_parenthesis_group, + sym_attribute, + sym_signature, + sym_selection, + ACTIONS(1499), 6, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1493), 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, + [53714] = 9, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(1497), 1, + anon_sym_LPAREN, + ACTIONS(2328), 1, + sym_PARAMETER, + STATE(839), 1, + sym_parenthesis_group, + STATE(822), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2326), 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(2324), 38, + 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_COMMA, + anon_sym_DOT, + 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, + [53787] = 15, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(1543), 1, + anon_sym_DOT, + ACTIONS(1545), 1, + anon_sym_LPAREN, + ACTIONS(1547), 1, + anon_sym_SQUOTE, + ACTIONS(1549), 1, + anon_sym_LBRACK, + ACTIONS(1553), 1, + sym_PARAMETER, + STATE(825), 1, + aux_sym_name_repeat1, + STATE(904), 1, + sym_generic_map_aspect, + STATE(960), 1, + sym__name_selector, + STATE(823), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(930), 5, + sym_function_call, + sym_parenthesis_group, + sym_attribute, + sym_signature, + sym_selection, + ACTIONS(1499), 6, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1493), 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, + [53872] = 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(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(1789), 1, + sym_BEGIN, + STATE(810), 1, + aux_sym_design_unit_repeat2, + STATE(3027), 1, + sym__block_declarative_item, + STATE(5711), 1, + sym__subprogram_specification, + ACTIONS(43), 2, + sym_IMPURE, + sym_PURE, + STATE(6037), 2, + sym_procedure_specification, + sym_function_specification, + STATE(824), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(3051), 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, @@ -89899,78 +89194,145 @@ static const uint16_t ts_small_parse_table[] = { sym_disconnection_specification, sym_group_template_declaration, sym_group_declaration, - [54898] = 32, + sym_configuration_specification, + [53985] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2221), 1, + ACTIONS(1543), 1, + anon_sym_DOT, + ACTIONS(1545), 1, + anon_sym_LPAREN, + ACTIONS(1547), 1, + anon_sym_SQUOTE, + ACTIONS(1549), 1, + anon_sym_LBRACK, + ACTIONS(1553), 1, + sym_PARAMETER, + STATE(734), 1, + aux_sym_name_repeat1, + STATE(904), 1, + sym_generic_map_aspect, + STATE(960), 1, + sym__name_selector, + STATE(825), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(930), 5, + sym_function_call, + sym_parenthesis_group, + sym_attribute, + sym_signature, + sym_selection, + ACTIONS(1511), 6, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1509), 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, + [54070] = 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(175), 1, sym_ALIAS, - ACTIONS(2223), 1, + ACTIONS(177), 1, sym_ATTRIBUTE, - ACTIONS(2225), 1, + ACTIONS(181), 1, sym_COMPONENT, - ACTIONS(2227), 1, + ACTIONS(183), 1, sym_CONSTANT, - ACTIONS(2229), 1, + ACTIONS(185), 1, sym_DISCONNECT, - ACTIONS(2231), 1, - sym_END, - ACTIONS(2233), 1, + ACTIONS(189), 1, sym_FILE, - ACTIONS(2235), 1, + ACTIONS(191), 1, + sym_FOR, + ACTIONS(193), 1, sym_FUNCTION, - ACTIONS(2237), 1, - sym_GENERIC, - ACTIONS(2239), 1, + ACTIONS(195), 1, sym_GROUP, - ACTIONS(2245), 1, + ACTIONS(197), 1, sym_PACKAGE, - ACTIONS(2247), 1, - sym_PROCEDURE, - ACTIONS(2249), 1, + ACTIONS(203), 1, sym_SIGNAL, - ACTIONS(2251), 1, + ACTIONS(205), 1, sym_SHARED, - ACTIONS(2253), 1, + ACTIONS(207), 1, sym_SUBTYPE, - ACTIONS(2255), 1, + ACTIONS(209), 1, sym_TYPE, - ACTIONS(2257), 1, + ACTIONS(211), 1, sym_USE, - ACTIONS(2259), 1, + ACTIONS(213), 1, sym_VARIABLE, - ACTIONS(2261), 1, + ACTIONS(215), 1, sym_VIEW, - ACTIONS(2370), 1, - sym_NEW, - STATE(1025), 1, - sym_package_header, - STATE(1026), 1, - aux_sym_package_declaration_body_repeat1, - STATE(3015), 1, - sym_generic_clause, - STATE(3274), 1, - sym__package_declarative_item, - STATE(7256), 1, + ACTIONS(1679), 1, + sym_BEGIN, + STATE(810), 1, + aux_sym_design_unit_repeat2, + STATE(3027), 1, + sym__block_declarative_item, + STATE(5711), 1, sym__subprogram_specification, - ACTIONS(2241), 2, + ACTIONS(43), 2, sym_IMPURE, sym_PURE, - STATE(6833), 2, + STATE(6037), 2, sym_procedure_specification, sym_function_specification, - STATE(834), 3, + STATE(826), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3273), 19, + STATE(3051), 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, @@ -89986,74 +89348,75 @@ static const uint16_t ts_small_parse_table[] = { sym_disconnection_specification, sym_group_template_declaration, sym_group_declaration, - [55017] = 32, + sym_configuration_specification, + [54183] = 32, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2221), 1, + ACTIONS(2137), 1, sym_ALIAS, - ACTIONS(2223), 1, + ACTIONS(2139), 1, sym_ATTRIBUTE, - ACTIONS(2225), 1, + ACTIONS(2141), 1, sym_COMPONENT, - ACTIONS(2227), 1, + ACTIONS(2143), 1, sym_CONSTANT, - ACTIONS(2229), 1, + ACTIONS(2145), 1, sym_DISCONNECT, - ACTIONS(2231), 1, + ACTIONS(2147), 1, sym_END, - ACTIONS(2233), 1, + ACTIONS(2149), 1, sym_FILE, - ACTIONS(2235), 1, + ACTIONS(2151), 1, sym_FUNCTION, - ACTIONS(2237), 1, + ACTIONS(2153), 1, sym_GENERIC, - ACTIONS(2239), 1, + ACTIONS(2155), 1, sym_GROUP, - ACTIONS(2245), 1, + ACTIONS(2161), 1, sym_PACKAGE, - ACTIONS(2247), 1, + ACTIONS(2163), 1, sym_PROCEDURE, - ACTIONS(2249), 1, + ACTIONS(2165), 1, sym_SIGNAL, - ACTIONS(2251), 1, + ACTIONS(2167), 1, sym_SHARED, - ACTIONS(2253), 1, + ACTIONS(2169), 1, sym_SUBTYPE, - ACTIONS(2255), 1, + ACTIONS(2171), 1, sym_TYPE, - ACTIONS(2257), 1, + ACTIONS(2173), 1, sym_USE, - ACTIONS(2259), 1, + ACTIONS(2175), 1, sym_VARIABLE, - ACTIONS(2261), 1, + ACTIONS(2177), 1, sym_VIEW, - ACTIONS(2372), 1, + ACTIONS(2330), 1, sym_NEW, - STATE(1025), 1, + STATE(1092), 1, sym_package_header, - STATE(1026), 1, + STATE(1093), 1, aux_sym_package_declaration_body_repeat1, - STATE(3015), 1, + STATE(3016), 1, sym_generic_clause, - STATE(3274), 1, + STATE(3331), 1, sym__package_declarative_item, - STATE(7256), 1, + STATE(8186), 1, sym__subprogram_specification, - ACTIONS(2241), 2, + ACTIONS(2157), 2, sym_IMPURE, sym_PURE, - STATE(6833), 2, + STATE(8210), 2, sym_procedure_specification, sym_function_specification, - STATE(835), 3, + STATE(827), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3273), 19, + STATE(3329), 19, sym_use_clause, sym_package_declaration, sym_package_instantiation_declaration, @@ -90073,7 +89436,7 @@ static const uint16_t ts_small_parse_table[] = { sym_disconnection_specification, sym_group_template_declaration, sym_group_declaration, - [55136] = 29, + [54302] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -90116,25 +89479,193 @@ static const uint16_t ts_small_parse_table[] = { sym_VARIABLE, ACTIONS(215), 1, sym_VIEW, - ACTIONS(2263), 1, + ACTIONS(1849), 1, + sym_BEGIN, + STATE(810), 1, + aux_sym_design_unit_repeat2, + STATE(3027), 1, + sym__block_declarative_item, + STATE(5711), 1, + sym__subprogram_specification, + ACTIONS(43), 2, + sym_IMPURE, + sym_PURE, + STATE(6037), 2, + sym_procedure_specification, + sym_function_specification, + STATE(828), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(3051), 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, + [54415] = 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(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(1849), 1, sym_BEGIN, STATE(824), 1, aux_sym_design_unit_repeat2, - STATE(3070), 1, + STATE(3027), 1, sym__block_declarative_item, - STATE(5909), 1, + STATE(5711), 1, sym__subprogram_specification, ACTIONS(43), 2, sym_IMPURE, sym_PURE, - STATE(6069), 2, + STATE(6037), 2, sym_procedure_specification, sym_function_specification, - STATE(836), 3, + STATE(829), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(3051), 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, + [54528] = 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(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(1789), 1, + sym_BEGIN, + STATE(800), 1, + aux_sym_design_unit_repeat2, + STATE(3027), 1, + sym__block_declarative_item, + STATE(5711), 1, + sym__subprogram_specification, + ACTIONS(43), 2, + sym_IMPURE, + sym_PURE, + STATE(6037), 2, + sym_procedure_specification, + sym_function_specification, + STATE(830), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3071), 22, + STATE(3051), 22, sym_use_clause, sym_package_declaration, sym_package_instantiation_declaration, @@ -90157,51 +89688,50 @@ static const uint16_t ts_small_parse_table[] = { sym_group_template_declaration, sym_group_declaration, sym_configuration_specification, - [55249] = 16, + [54641] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2374), 1, + ACTIONS(2312), 1, anon_sym_DOT, - ACTIONS(2376), 1, + ACTIONS(2314), 1, anon_sym_LPAREN, - ACTIONS(2378), 1, + ACTIONS(2316), 1, anon_sym_SQUOTE, - ACTIONS(2380), 1, + ACTIONS(2318), 1, anon_sym_LBRACK, - ACTIONS(2382), 1, + ACTIONS(2320), 1, sym_GENERIC, - ACTIONS(2384), 1, + ACTIONS(2322), 1, sym_PARAMETER, - STATE(884), 1, + STATE(805), 1, aux_sym_name_repeat1, - STATE(1836), 1, + STATE(1580), 1, sym_generic_map_aspect, - STATE(2144), 1, + STATE(1786), 1, sym__name_selector, - STATE(837), 3, + STATE(831), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(2145), 5, + STATE(1789), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - ACTIONS(1477), 6, + ACTIONS(1511), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1471), 27, + ACTIONS(1509), 28, sym_AND, - sym_LOOP, sym_MOD, sym_NAND, sym_NOR, @@ -90213,8 +89743,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, @@ -90227,52 +89759,150 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [55335] = 6, + [54728] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(838), 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(2332), 1, + sym_BEGIN, + STATE(810), 1, + aux_sym_design_unit_repeat2, + STATE(3027), 1, + sym__block_declarative_item, + STATE(5711), 1, + sym__subprogram_specification, + ACTIONS(43), 2, + sym_IMPURE, + sym_PURE, + STATE(6037), 2, + sym_procedure_specification, + sym_function_specification, + STATE(832), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2388), 7, - anon_sym_EQ, + STATE(3051), 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, + [54841] = 15, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(2334), 1, + anon_sym_DOT, + ACTIONS(2337), 1, + anon_sym_LPAREN, + ACTIONS(2340), 1, + anon_sym_SQUOTE, + ACTIONS(2343), 1, + anon_sym_LBRACK, + ACTIONS(2346), 1, + sym_GENERIC, + ACTIONS(2349), 1, + sym_PARAMETER, + STATE(1514), 1, + sym_generic_map_aspect, + STATE(1878), 1, + sym__name_selector, + STATE(833), 4, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + aux_sym_name_repeat1, + STATE(1877), 5, + sym_function_call, + sym_parenthesis_group, + sym_attribute, + sym_signature, + sym_selection, + ACTIONS(1479), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2386), 40, + ACTIONS(1471), 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, @@ -90283,38 +89913,141 @@ 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, - [55401] = 6, + [54926] = 32, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(839), 3, + ACTIONS(2137), 1, + sym_ALIAS, + ACTIONS(2139), 1, + sym_ATTRIBUTE, + ACTIONS(2141), 1, + sym_COMPONENT, + ACTIONS(2143), 1, + sym_CONSTANT, + ACTIONS(2145), 1, + sym_DISCONNECT, + ACTIONS(2147), 1, + sym_END, + ACTIONS(2149), 1, + sym_FILE, + ACTIONS(2151), 1, + sym_FUNCTION, + ACTIONS(2153), 1, + sym_GENERIC, + ACTIONS(2155), 1, + sym_GROUP, + ACTIONS(2161), 1, + sym_PACKAGE, + ACTIONS(2163), 1, + sym_PROCEDURE, + ACTIONS(2165), 1, + sym_SIGNAL, + ACTIONS(2167), 1, + sym_SHARED, + ACTIONS(2169), 1, + sym_SUBTYPE, + ACTIONS(2171), 1, + sym_TYPE, + ACTIONS(2173), 1, + sym_USE, + ACTIONS(2175), 1, + sym_VARIABLE, + ACTIONS(2177), 1, + sym_VIEW, + ACTIONS(2352), 1, + sym_NEW, + STATE(1092), 1, + sym_package_header, + STATE(1093), 1, + aux_sym_package_declaration_body_repeat1, + STATE(3016), 1, + sym_generic_clause, + STATE(3331), 1, + sym__package_declarative_item, + STATE(8186), 1, + sym__subprogram_specification, + ACTIONS(2157), 2, + sym_IMPURE, + sym_PURE, + STATE(8210), 2, + sym_procedure_specification, + sym_function_specification, + STATE(834), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2392), 7, - anon_sym_EQ, + STATE(3329), 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, + [55045] = 15, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(2354), 1, + anon_sym_DOT, + ACTIONS(2357), 1, + anon_sym_LPAREN, + ACTIONS(2360), 1, + anon_sym_SQUOTE, + ACTIONS(2363), 1, + anon_sym_LBRACK, + ACTIONS(2366), 1, + sym_GENERIC, + ACTIONS(2369), 1, + sym_PARAMETER, + STATE(1478), 1, + sym_generic_map_aspect, + STATE(1719), 1, + sym__name_selector, + STATE(835), 4, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + aux_sym_name_repeat1, + STATE(1720), 5, + sym_function_call, + sym_parenthesis_group, + sym_attribute, + sym_signature, + sym_selection, + ACTIONS(1479), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2390), 40, + ACTIONS(1471), 28, sym_AND, - sym_DOWNTO, - sym_GENERIC, + sym_FOR, sym_MOD, sym_NAND, sym_NOR, sym_OR, - sym_PARAMETER, sym_REM, sym_ROL, sym_ROR, @@ -90322,17 +90055,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, - sym_variable_assignment, + anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -90343,22 +90070,105 @@ 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, - [55467] = 6, + [55130] = 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(2137), 1, + sym_ALIAS, + ACTIONS(2139), 1, + sym_ATTRIBUTE, + ACTIONS(2141), 1, + sym_COMPONENT, + ACTIONS(2143), 1, + sym_CONSTANT, + ACTIONS(2145), 1, + sym_DISCONNECT, + ACTIONS(2147), 1, + sym_END, + ACTIONS(2149), 1, + sym_FILE, + ACTIONS(2151), 1, + sym_FUNCTION, + ACTIONS(2153), 1, + sym_GENERIC, + ACTIONS(2155), 1, + sym_GROUP, + ACTIONS(2161), 1, + sym_PACKAGE, + ACTIONS(2163), 1, + sym_PROCEDURE, + ACTIONS(2165), 1, + sym_SIGNAL, + ACTIONS(2167), 1, + sym_SHARED, + ACTIONS(2169), 1, + sym_SUBTYPE, + ACTIONS(2171), 1, + sym_TYPE, + ACTIONS(2173), 1, + sym_USE, + ACTIONS(2175), 1, + sym_VARIABLE, + ACTIONS(2177), 1, + sym_VIEW, + ACTIONS(2372), 1, + sym_NEW, + STATE(1092), 1, + sym_package_header, + STATE(1093), 1, + aux_sym_package_declaration_body_repeat1, + STATE(3016), 1, + sym_generic_clause, + STATE(3331), 1, + sym__package_declarative_item, + STATE(8186), 1, + sym__subprogram_specification, + ACTIONS(2157), 2, + sym_IMPURE, + sym_PURE, + STATE(8210), 2, + sym_procedure_specification, + sym_function_specification, + STATE(836), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(3329), 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, + [55249] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(837), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2396), 7, + ACTIONS(2376), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -90366,7 +90176,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2394), 40, + ACTIONS(2374), 40, sym_AND, sym_DOWNTO, sym_GENERIC, @@ -90407,50 +90217,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [55533] = 15, + [55315] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2398), 1, - anon_sym_DOT, - ACTIONS(2401), 1, - anon_sym_LPAREN, - ACTIONS(2404), 1, - anon_sym_SQUOTE, - ACTIONS(2407), 1, - anon_sym_LBRACK, - ACTIONS(2410), 1, - sym_GENERIC, - ACTIONS(2413), 1, - sym_PARAMETER, - STATE(1836), 1, - sym_generic_map_aspect, - STATE(2144), 1, - sym__name_selector, - STATE(841), 4, + ACTIONS(2384), 1, + sym_library_constant_unit, + STATE(1582), 1, + sym__unit, + STATE(838), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - aux_sym_name_repeat1, - STATE(2145), 5, - sym_function_call, - sym_parenthesis_group, - sym_attribute, - sym_signature, - sym_selection, - ACTIONS(1499), 6, + ACTIONS(2382), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + ACTIONS(2380), 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(1491), 27, + ACTIONS(2378), 34, sym_AND, - sym_LOOP, + sym_DOWNTO, sym_MOD, sym_NAND, sym_NOR, @@ -90462,10 +90259,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_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, @@ -90476,55 +90278,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [55617] = 16, + anon_sym_GT_GT, + anon_sym_PIPE, + [55387] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2416), 1, - anon_sym_DOT, - ACTIONS(2418), 1, - anon_sym_LPAREN, - ACTIONS(2420), 1, - anon_sym_SQUOTE, - ACTIONS(2422), 1, - anon_sym_LBRACK, - ACTIONS(2424), 1, - sym_GENERIC, - ACTIONS(2426), 1, - sym_PARAMETER, - STATE(845), 1, - aux_sym_name_repeat1, - STATE(1882), 1, - sym_generic_map_aspect, - STATE(1913), 1, - sym__name_selector, - STATE(842), 3, + STATE(839), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(2226), 5, - sym_function_call, - sym_parenthesis_group, - sym_attribute, - sym_signature, - sym_selection, - ACTIONS(1477), 6, + ACTIONS(2388), 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(1471), 27, + ACTIONS(2386), 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, @@ -90532,10 +90315,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, @@ -90546,50 +90336,55 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [55703] = 16, + anon_sym_GT_GT, + anon_sym_SQUOTE, + anon_sym_LBRACK, + anon_sym_PIPE, + [55453] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2428), 1, + ACTIONS(2390), 1, anon_sym_DOT, - ACTIONS(2430), 1, + ACTIONS(2392), 1, anon_sym_LPAREN, - ACTIONS(2432), 1, + ACTIONS(2394), 1, anon_sym_SQUOTE, - ACTIONS(2434), 1, + ACTIONS(2396), 1, anon_sym_LBRACK, - ACTIONS(2436), 1, + ACTIONS(2398), 1, sym_GENERIC, - ACTIONS(2438), 1, + ACTIONS(2400), 1, sym_PARAMETER, - STATE(872), 1, + STATE(859), 1, aux_sym_name_repeat1, - STATE(1747), 1, + STATE(1771), 1, sym_generic_map_aspect, - STATE(2112), 1, + STATE(2077), 1, sym__name_selector, - STATE(843), 3, + STATE(840), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(2113), 5, + STATE(2078), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - ACTIONS(1489), 6, + ACTIONS(1511), 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(1509), 27, sym_AND, + sym_INERTIAL, sym_MOD, sym_NAND, sym_NOR, @@ -90601,7 +90396,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, @@ -90616,18 +90410,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [55789] = 6, + [55539] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(844), 3, + STATE(841), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2442), 7, + ACTIONS(2404), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -90635,7 +90429,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2440), 40, + ACTIONS(2402), 40, sym_AND, sym_DOWNTO, sym_GENERIC, @@ -90676,51 +90470,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [55855] = 16, + [55605] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2416), 1, + ACTIONS(2406), 1, anon_sym_DOT, - ACTIONS(2418), 1, + ACTIONS(2408), 1, anon_sym_LPAREN, - ACTIONS(2420), 1, + ACTIONS(2410), 1, anon_sym_SQUOTE, - ACTIONS(2422), 1, + ACTIONS(2412), 1, anon_sym_LBRACK, - ACTIONS(2424), 1, + ACTIONS(2414), 1, sym_GENERIC, - ACTIONS(2426), 1, + ACTIONS(2416), 1, sym_PARAMETER, - STATE(876), 1, + STATE(843), 1, aux_sym_name_repeat1, - STATE(1882), 1, + STATE(1840), 1, sym_generic_map_aspect, - STATE(1913), 1, + STATE(1999), 1, sym__name_selector, - STATE(845), 3, + STATE(842), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(2226), 5, + STATE(2000), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - ACTIONS(1489), 6, + ACTIONS(1511), 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(1509), 27, sym_AND, - sym_INERTIAL, sym_MOD, sym_NAND, sym_NOR, @@ -90728,6 +90521,7 @@ static const uint16_t ts_small_parse_table[] = { sym_REM, sym_ROL, sym_ROR, + sym_SELECT, sym_SLA, sym_SLL, sym_SRA, @@ -90746,37 +90540,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [55941] = 9, + [55691] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2450), 1, - sym_library_constant_unit, - STATE(1483), 1, - sym__unit, - STATE(846), 3, + ACTIONS(2418), 1, + anon_sym_DOT, + ACTIONS(2421), 1, + anon_sym_LPAREN, + ACTIONS(2424), 1, + anon_sym_SQUOTE, + ACTIONS(2427), 1, + anon_sym_LBRACK, + ACTIONS(2430), 1, + sym_GENERIC, + ACTIONS(2433), 1, + sym_PARAMETER, + STATE(1840), 1, + sym_generic_map_aspect, + STATE(1999), 1, + sym__name_selector, + STATE(843), 4, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2448), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - ACTIONS(2446), 7, - anon_sym_EQ, + aux_sym_name_repeat1, + STATE(2000), 5, + sym_function_call, + sym_parenthesis_group, + sym_attribute, + sym_signature, + sym_selection, + ACTIONS(1479), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2444), 34, + ACTIONS(1471), 27, sym_AND, - sym_DOWNTO, sym_MOD, sym_NAND, sym_NOR, @@ -90784,19 +90590,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_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, @@ -90807,20 +90609,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_GT_GT, - anon_sym_PIPE, - [56013] = 6, + [55775] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(847), 3, + STATE(844), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2454), 7, + ACTIONS(2438), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -90828,7 +90628,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2452), 40, + ACTIONS(2436), 40, sym_AND, sym_DOWNTO, sym_GENERIC, @@ -90869,34 +90669,55 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [56079] = 6, + [55841] = 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(2390), 1, + anon_sym_DOT, + ACTIONS(2392), 1, + anon_sym_LPAREN, + ACTIONS(2394), 1, + anon_sym_SQUOTE, + ACTIONS(2396), 1, + anon_sym_LBRACK, + ACTIONS(2398), 1, + sym_GENERIC, + ACTIONS(2400), 1, + sym_PARAMETER, + STATE(840), 1, + aux_sym_name_repeat1, + STATE(1771), 1, + sym_generic_map_aspect, + STATE(2077), 1, + sym__name_selector, + STATE(845), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2458), 7, - anon_sym_EQ, + STATE(2078), 5, + sym_function_call, + sym_parenthesis_group, + sym_attribute, + sym_signature, + sym_selection, + ACTIONS(1499), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2456), 40, + ACTIONS(1493), 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, @@ -90904,17 +90725,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, @@ -90925,98 +90739,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, - [56145] = 16, + [55927] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2460), 1, - anon_sym_DOT, - ACTIONS(2462), 1, - anon_sym_LPAREN, - ACTIONS(2464), 1, - anon_sym_SQUOTE, - ACTIONS(2466), 1, - anon_sym_LBRACK, - ACTIONS(2468), 1, - sym_GENERIC, - ACTIONS(2470), 1, - sym_PARAMETER, - STATE(851), 1, - aux_sym_name_repeat1, - STATE(1806), 1, - sym_generic_map_aspect, - STATE(2084), 1, - sym__name_selector, - STATE(849), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(2085), 5, - sym_function_call, - sym_parenthesis_group, - sym_attribute, - sym_signature, - sym_selection, - ACTIONS(1489), 6, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1487), 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, - [56231] = 9, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(1533), 1, - anon_sym_LPAREN, - ACTIONS(2472), 1, - sym_PARAMETER, - STATE(890), 1, - sym_parenthesis_group, - STATE(850), 3, + STATE(846), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2193), 7, + ACTIONS(2442), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -91024,7 +90758,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2191), 37, + ACTIONS(2440), 40, sym_AND, sym_DOWNTO, sym_GENERIC, @@ -91032,7 +90766,7 @@ static const uint16_t ts_small_parse_table[] = { sym_NAND, sym_NOR, sym_OR, - sym_RANGE, + sym_PARAMETER, sym_REM, sym_ROL, sym_ROR, @@ -91041,14 +90775,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, @@ -91059,53 +90795,53 @@ 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, - [56303] = 15, + [55993] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2474), 1, + ACTIONS(2444), 1, anon_sym_DOT, - ACTIONS(2477), 1, + ACTIONS(2447), 1, anon_sym_LPAREN, - ACTIONS(2480), 1, + ACTIONS(2450), 1, anon_sym_SQUOTE, - ACTIONS(2483), 1, + ACTIONS(2453), 1, anon_sym_LBRACK, - ACTIONS(2486), 1, + ACTIONS(2456), 1, sym_GENERIC, - ACTIONS(2489), 1, + ACTIONS(2459), 1, sym_PARAMETER, - STATE(1806), 1, + STATE(1714), 1, sym_generic_map_aspect, - STATE(2084), 1, + STATE(2173), 1, sym__name_selector, - STATE(851), 4, + STATE(847), 4, sym__tool_directive, sym_line_comment, sym_block_comment, aux_sym_name_repeat1, - STATE(2085), 5, + STATE(2172), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - ACTIONS(1499), 6, + ACTIONS(1479), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1491), 27, + ACTIONS(1471), 27, sym_AND, - sym_IS, sym_MOD, sym_NAND, sym_NOR, @@ -91117,6 +90853,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, @@ -91131,109 +90868,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [56387] = 6, + [56077] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(852), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - 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(2492), 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, - [56453] = 16, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(2496), 1, + ACTIONS(2462), 1, anon_sym_DOT, - ACTIONS(2498), 1, + ACTIONS(2464), 1, anon_sym_LPAREN, - ACTIONS(2500), 1, + ACTIONS(2466), 1, anon_sym_SQUOTE, - ACTIONS(2502), 1, + ACTIONS(2468), 1, anon_sym_LBRACK, - ACTIONS(2504), 1, + ACTIONS(2470), 1, sym_GENERIC, - ACTIONS(2506), 1, + ACTIONS(2472), 1, sym_PARAMETER, - STATE(857), 1, + STATE(847), 1, aux_sym_name_repeat1, - STATE(1731), 1, + STATE(1714), 1, sym_generic_map_aspect, - STATE(2108), 1, + STATE(2173), 1, sym__name_selector, - STATE(853), 3, + STATE(848), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(2109), 5, + STATE(2172), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - ACTIONS(1477), 6, + ACTIONS(1511), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1471), 27, + ACTIONS(1509), 27, sym_AND, sym_MOD, sym_NAND, @@ -91242,11 +90919,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, @@ -91261,18 +90938,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [56539] = 6, + [56163] = 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(849), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2510), 7, + ACTIONS(2476), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -91280,7 +90957,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2508), 40, + ACTIONS(2474), 40, sym_AND, sym_DOWNTO, sym_GENERIC, @@ -91321,18 +90998,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [56605] = 6, + [56229] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(855), 3, + STATE(850), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2514), 7, + ACTIONS(2480), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -91340,7 +91017,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2512), 40, + ACTIONS(2478), 40, sym_AND, sym_DOWNTO, sym_GENERIC, @@ -91381,18 +91058,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [56671] = 6, + [56295] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(856), 3, + STATE(851), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2518), 7, + ACTIONS(2484), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -91400,7 +91077,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2516), 40, + ACTIONS(2482), 40, sym_AND, sym_DOWNTO, sym_GENERIC, @@ -91441,50 +91118,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [56737] = 16, + [56361] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2496), 1, + ACTIONS(2486), 1, anon_sym_DOT, - ACTIONS(2498), 1, + ACTIONS(2489), 1, anon_sym_LPAREN, - ACTIONS(2500), 1, + ACTIONS(2492), 1, anon_sym_SQUOTE, - ACTIONS(2502), 1, + ACTIONS(2495), 1, anon_sym_LBRACK, - ACTIONS(2504), 1, + ACTIONS(2498), 1, sym_GENERIC, - ACTIONS(2506), 1, + ACTIONS(2501), 1, sym_PARAMETER, - STATE(862), 1, - aux_sym_name_repeat1, - STATE(1731), 1, + STATE(1682), 1, sym_generic_map_aspect, - STATE(2108), 1, + STATE(2259), 1, sym__name_selector, - STATE(857), 3, + STATE(852), 4, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(2109), 5, + aux_sym_name_repeat1, + STATE(2258), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - ACTIONS(1489), 6, + ACTIONS(1479), 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(1471), 27, sym_AND, + sym_IS, sym_MOD, sym_NAND, sym_NOR, @@ -91492,7 +91169,6 @@ static const uint16_t ts_small_parse_table[] = { sym_REM, sym_ROL, sym_ROR, - sym_SELECT, sym_SLA, sym_SLL, sym_SRA, @@ -91511,18 +91187,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [56823] = 6, + [56445] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(858), 3, + STATE(853), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2522), 7, + ACTIONS(2506), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -91530,7 +91206,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2520), 40, + ACTIONS(2504), 40, sym_AND, sym_DOWNTO, sym_GENERIC, @@ -91571,18 +91247,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [56889] = 6, + [56511] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(859), 3, + STATE(854), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2526), 7, + ACTIONS(2510), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -91590,7 +91266,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2524), 40, + ACTIONS(2508), 40, sym_AND, sym_DOWNTO, sym_GENERIC, @@ -91631,18 +91307,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [56955] = 6, + [56577] = 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(855), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2530), 7, + ACTIONS(2514), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -91650,7 +91326,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2528), 40, + ACTIONS(2512), 40, sym_AND, sym_DOWNTO, sym_GENERIC, @@ -91691,148 +91367,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [57021] = 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(1977), 1, - sym_ALIAS, - ACTIONS(1979), 1, - sym_ATTRIBUTE, - ACTIONS(1983), 1, - sym_CONSTANT, - ACTIONS(1985), 1, - sym_DISCONNECT, - ACTIONS(1987), 1, - sym_FILE, - ACTIONS(1989), 1, - sym_FUNCTION, - ACTIONS(1993), 1, - sym_GROUP, - ACTIONS(1995), 1, - sym_PACKAGE, - ACTIONS(1997), 1, - sym_PORT, - ACTIONS(1999), 1, - sym_SIGNAL, - ACTIONS(2001), 1, - sym_SHARED, - ACTIONS(2003), 1, - sym_SUBTYPE, - ACTIONS(2005), 1, - sym_TYPE, - ACTIONS(2007), 1, - sym_USE, - ACTIONS(2009), 1, - sym_VARIABLE, - ACTIONS(2011), 1, - sym_VIEW, - STATE(941), 1, - aux_sym_entity_head_repeat1, - STATE(944), 1, - sym_port_clause, - STATE(3244), 1, - sym__entity_declarative_item, - STATE(5961), 1, - sym__subprogram_specification, - ACTIONS(43), 2, - sym_IMPURE, - sym_PURE, - ACTIONS(2532), 2, - sym_BEGIN, - sym_END, - STATE(6069), 2, - sym_procedure_specification, - sym_function_specification, - STATE(861), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(3241), 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, - [57133] = 15, + [56643] = 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_DOT, - ACTIONS(2537), 1, - anon_sym_LPAREN, - ACTIONS(2540), 1, - anon_sym_SQUOTE, - ACTIONS(2543), 1, - anon_sym_LBRACK, - ACTIONS(2546), 1, - sym_GENERIC, - ACTIONS(2549), 1, - sym_PARAMETER, - STATE(1731), 1, - sym_generic_map_aspect, - STATE(2108), 1, - sym__name_selector, - STATE(862), 4, + STATE(856), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - aux_sym_name_repeat1, - STATE(2109), 5, - sym_function_call, - sym_parenthesis_group, - sym_attribute, - sym_signature, - sym_selection, - ACTIONS(1499), 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(1491), 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, - 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, @@ -91843,18 +91423,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [57217] = 6, + anon_sym_GT_GT, + anon_sym_SQUOTE, + anon_sym_LBRACK, + anon_sym_PIPE, + [56709] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(863), 3, + STATE(857), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2554), 7, + ACTIONS(2522), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -91862,7 +91446,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2552), 40, + ACTIONS(2520), 40, sym_AND, sym_DOWNTO, sym_GENERIC, @@ -91903,18 +91487,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [57283] = 6, + [56775] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(864), 3, + STATE(858), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2558), 7, + ACTIONS(2526), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -91922,7 +91506,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2556), 40, + ACTIONS(2524), 40, sym_AND, sym_DOWNTO, sym_GENERIC, @@ -91963,34 +91547,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [57349] = 6, + [56841] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(865), 3, + ACTIONS(2528), 1, + anon_sym_DOT, + ACTIONS(2531), 1, + anon_sym_LPAREN, + ACTIONS(2534), 1, + anon_sym_SQUOTE, + ACTIONS(2537), 1, + anon_sym_LBRACK, + ACTIONS(2540), 1, + sym_GENERIC, + ACTIONS(2543), 1, + sym_PARAMETER, + STATE(1771), 1, + sym_generic_map_aspect, + STATE(2077), 1, + sym__name_selector, + STATE(859), 4, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2562), 7, - anon_sym_EQ, + aux_sym_name_repeat1, + STATE(2078), 5, + sym_function_call, + sym_parenthesis_group, + sym_attribute, + sym_signature, + sym_selection, + ACTIONS(1479), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2560), 40, + ACTIONS(1471), 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, @@ -91998,17 +91602,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, @@ -92019,22 +91616,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, - [57415] = 6, + [56925] = 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(860), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2566), 7, + ACTIONS(2548), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -92042,7 +91635,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2564), 40, + ACTIONS(2546), 40, sym_AND, sym_DOWNTO, sym_GENERIC, @@ -92083,18 +91676,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [57481] = 6, + [56991] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(867), 3, + STATE(861), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2570), 7, + ACTIONS(2552), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -92102,7 +91695,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2568), 40, + ACTIONS(2550), 40, sym_AND, sym_DOWNTO, sym_GENERIC, @@ -92143,55 +91736,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [57547] = 16, + [57057] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2572), 1, - anon_sym_DOT, - ACTIONS(2574), 1, - anon_sym_LPAREN, - ACTIONS(2576), 1, - anon_sym_SQUOTE, - ACTIONS(2578), 1, - anon_sym_LBRACK, - ACTIONS(2580), 1, - sym_GENERIC, - ACTIONS(2582), 1, - sym_PARAMETER, - STATE(870), 1, - aux_sym_name_repeat1, - STATE(1896), 1, - sym_generic_map_aspect, - STATE(1980), 1, - sym__name_selector, - STATE(868), 3, + STATE(862), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1981), 5, - sym_function_call, - sym_parenthesis_group, - sym_attribute, - sym_signature, - sym_selection, - ACTIONS(1477), 6, + ACTIONS(2556), 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(1471), 27, + ACTIONS(2554), 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, @@ -92199,10 +91771,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, @@ -92213,18 +91792,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [57633] = 6, + anon_sym_GT_GT, + anon_sym_SQUOTE, + anon_sym_LBRACK, + anon_sym_PIPE, + [57123] = 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(863), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2586), 7, + ACTIONS(2560), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -92232,7 +91815,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2584), 40, + ACTIONS(2558), 40, sym_AND, sym_DOWNTO, sym_GENERIC, @@ -92273,55 +91856,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [57699] = 16, + [57189] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2572), 1, - anon_sym_DOT, - ACTIONS(2574), 1, - anon_sym_LPAREN, - ACTIONS(2576), 1, - anon_sym_SQUOTE, - ACTIONS(2578), 1, - anon_sym_LBRACK, - ACTIONS(2580), 1, - sym_GENERIC, - ACTIONS(2582), 1, - sym_PARAMETER, - STATE(882), 1, - aux_sym_name_repeat1, - STATE(1896), 1, - sym_generic_map_aspect, - STATE(1980), 1, - sym__name_selector, - STATE(870), 3, + STATE(864), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(1981), 5, - sym_function_call, - sym_parenthesis_group, - sym_attribute, - sym_signature, - sym_selection, - ACTIONS(1489), 6, + 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(1487), 27, + ACTIONS(2562), 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, @@ -92329,10 +91891,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, @@ -92343,18 +91912,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [57785] = 6, + anon_sym_GT_GT, + anon_sym_SQUOTE, + anon_sym_LBRACK, + anon_sym_PIPE, + [57255] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(871), 3, + STATE(865), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2590), 7, + ACTIONS(2568), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -92362,7 +91935,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2588), 40, + ACTIONS(2566), 40, sym_AND, sym_DOWNTO, sym_GENERIC, @@ -92403,120 +91976,133 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [57851] = 15, + [57321] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2592), 1, - anon_sym_DOT, - ACTIONS(2595), 1, - anon_sym_LPAREN, - ACTIONS(2598), 1, - anon_sym_SQUOTE, - ACTIONS(2601), 1, - anon_sym_LBRACK, - ACTIONS(2604), 1, - sym_GENERIC, - ACTIONS(2607), 1, - sym_PARAMETER, - STATE(1747), 1, - sym_generic_map_aspect, - STATE(2112), 1, - sym__name_selector, - STATE(872), 4, + ACTIONS(51), 1, + sym_PROCEDURE, + ACTIONS(2037), 1, + sym_ALIAS, + ACTIONS(2039), 1, + sym_ATTRIBUTE, + ACTIONS(2043), 1, + sym_CONSTANT, + ACTIONS(2045), 1, + sym_DISCONNECT, + ACTIONS(2047), 1, + sym_FILE, + ACTIONS(2049), 1, + sym_FUNCTION, + ACTIONS(2053), 1, + sym_GROUP, + ACTIONS(2055), 1, + sym_PACKAGE, + ACTIONS(2057), 1, + sym_PORT, + ACTIONS(2059), 1, + sym_SIGNAL, + ACTIONS(2061), 1, + sym_SHARED, + ACTIONS(2063), 1, + sym_SUBTYPE, + ACTIONS(2065), 1, + sym_TYPE, + ACTIONS(2067), 1, + sym_USE, + ACTIONS(2069), 1, + sym_VARIABLE, + ACTIONS(2071), 1, + sym_VIEW, + STATE(948), 1, + aux_sym_entity_head_repeat1, + STATE(990), 1, + sym_port_clause, + STATE(3248), 1, + sym__entity_declarative_item, + STATE(5890), 1, + sym__subprogram_specification, + ACTIONS(43), 2, + sym_IMPURE, + sym_PURE, + ACTIONS(2570), 2, + sym_BEGIN, + sym_END, + STATE(6037), 2, + sym_procedure_specification, + sym_function_specification, + STATE(866), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - aux_sym_name_repeat1, - STATE(2113), 5, - sym_function_call, - sym_parenthesis_group, - sym_attribute, - sym_signature, - sym_selection, - ACTIONS(1499), 6, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1491), 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, - [57935] = 16, + STATE(3250), 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, + [57433] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2460), 1, - anon_sym_DOT, ACTIONS(2462), 1, - anon_sym_LPAREN, + anon_sym_DOT, ACTIONS(2464), 1, - anon_sym_SQUOTE, + anon_sym_LPAREN, ACTIONS(2466), 1, - anon_sym_LBRACK, + anon_sym_SQUOTE, ACTIONS(2468), 1, - sym_GENERIC, + anon_sym_LBRACK, ACTIONS(2470), 1, + sym_GENERIC, + ACTIONS(2472), 1, sym_PARAMETER, - STATE(849), 1, + STATE(848), 1, aux_sym_name_repeat1, - STATE(1806), 1, + STATE(1714), 1, sym_generic_map_aspect, - STATE(2084), 1, + STATE(2173), 1, sym__name_selector, - STATE(873), 3, + STATE(867), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(2085), 5, + STATE(2172), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - ACTIONS(1477), 6, + ACTIONS(1499), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1471), 27, + ACTIONS(1493), 27, sym_AND, - sym_IS, sym_MOD, sym_NAND, sym_NOR, @@ -92528,6 +92114,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, @@ -92542,18 +92129,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [58021] = 6, + [57519] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(874), 3, + STATE(868), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2612), 7, + ACTIONS(2574), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -92561,7 +92148,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2610), 40, + ACTIONS(2572), 40, sym_AND, sym_DOWNTO, sym_GENERIC, @@ -92602,34 +92189,55 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [58087] = 6, + [57585] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(875), 3, + ACTIONS(2576), 1, + anon_sym_DOT, + ACTIONS(2578), 1, + anon_sym_LPAREN, + ACTIONS(2580), 1, + anon_sym_SQUOTE, + ACTIONS(2582), 1, + anon_sym_LBRACK, + ACTIONS(2584), 1, + sym_GENERIC, + ACTIONS(2586), 1, + sym_PARAMETER, + STATE(875), 1, + aux_sym_name_repeat1, + STATE(1746), 1, + sym_generic_map_aspect, + STATE(2112), 1, + sym__name_selector, + STATE(869), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2616), 7, - anon_sym_EQ, + STATE(2111), 5, + sym_function_call, + sym_parenthesis_group, + sym_attribute, + sym_signature, + sym_selection, + ACTIONS(1511), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2614), 40, + ACTIONS(1509), 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, @@ -92637,17 +92245,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, @@ -92658,54 +92259,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, - [58153] = 15, + [57671] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2618), 1, + ACTIONS(2588), 1, anon_sym_DOT, - ACTIONS(2621), 1, + ACTIONS(2590), 1, anon_sym_LPAREN, - ACTIONS(2624), 1, + ACTIONS(2592), 1, anon_sym_SQUOTE, - ACTIONS(2627), 1, + ACTIONS(2594), 1, anon_sym_LBRACK, - ACTIONS(2630), 1, + ACTIONS(2596), 1, sym_GENERIC, - ACTIONS(2633), 1, + ACTIONS(2598), 1, sym_PARAMETER, - STATE(1882), 1, + STATE(852), 1, + aux_sym_name_repeat1, + STATE(1682), 1, sym_generic_map_aspect, - STATE(1913), 1, + STATE(2259), 1, sym__name_selector, - STATE(876), 4, + STATE(870), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - aux_sym_name_repeat1, - STATE(2226), 5, + STATE(2258), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - ACTIONS(1499), 6, + ACTIONS(1511), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1491), 27, + ACTIONS(1509), 27, sym_AND, - sym_INERTIAL, + sym_IS, sym_MOD, sym_NAND, sym_NOR, @@ -92731,18 +92329,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [58237] = 6, + [57757] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(877), 3, + STATE(871), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2638), 7, + ACTIONS(2602), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -92750,7 +92348,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2636), 40, + ACTIONS(2600), 40, sym_AND, sym_DOWNTO, sym_GENERIC, @@ -92791,34 +92389,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [58303] = 6, + [57823] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(878), 3, + ACTIONS(2604), 1, + anon_sym_DOT, + ACTIONS(2607), 1, + anon_sym_LPAREN, + ACTIONS(2610), 1, + anon_sym_SQUOTE, + ACTIONS(2613), 1, + anon_sym_LBRACK, + ACTIONS(2616), 1, + sym_GENERIC, + ACTIONS(2619), 1, + sym_PARAMETER, + STATE(1908), 1, + sym_generic_map_aspect, + STATE(1971), 1, + sym__name_selector, + STATE(872), 4, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2642), 7, - anon_sym_EQ, + aux_sym_name_repeat1, + STATE(1970), 5, + sym_function_call, + sym_parenthesis_group, + sym_attribute, + sym_signature, + sym_selection, + ACTIONS(1479), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2640), 40, + ACTIONS(1471), 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, @@ -92826,17 +92444,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, @@ -92847,22 +92458,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, - [58369] = 6, + [57907] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(879), 3, + STATE(873), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2646), 7, + ACTIONS(2624), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -92870,7 +92477,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2644), 40, + ACTIONS(2622), 40, sym_AND, sym_DOWNTO, sym_GENERIC, @@ -92911,18 +92518,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [58435] = 6, + [57973] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(880), 3, + STATE(874), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2650), 7, + ACTIONS(2628), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -92930,7 +92537,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2648), 40, + ACTIONS(2626), 40, sym_AND, sym_DOWNTO, sym_GENERIC, @@ -92971,34 +92578,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [58501] = 6, + [58039] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(881), 3, + ACTIONS(2630), 1, + anon_sym_DOT, + ACTIONS(2633), 1, + anon_sym_LPAREN, + ACTIONS(2636), 1, + anon_sym_SQUOTE, + ACTIONS(2639), 1, + anon_sym_LBRACK, + ACTIONS(2642), 1, + sym_GENERIC, + ACTIONS(2645), 1, + sym_PARAMETER, + STATE(1746), 1, + sym_generic_map_aspect, + STATE(2112), 1, + sym__name_selector, + STATE(875), 4, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2654), 7, - anon_sym_EQ, + aux_sym_name_repeat1, + STATE(2111), 5, + sym_function_call, + sym_parenthesis_group, + sym_attribute, + sym_signature, + sym_selection, + ACTIONS(1479), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2652), 40, + ACTIONS(1471), 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, @@ -93006,17 +92633,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, @@ -93027,58 +92647,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, - [58567] = 15, + [58123] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2656), 1, - anon_sym_DOT, - ACTIONS(2659), 1, - anon_sym_LPAREN, - ACTIONS(2662), 1, - anon_sym_SQUOTE, - ACTIONS(2665), 1, - anon_sym_LBRACK, - ACTIONS(2668), 1, - sym_GENERIC, - ACTIONS(2671), 1, - sym_PARAMETER, - STATE(1896), 1, - sym_generic_map_aspect, - STATE(1980), 1, - sym__name_selector, - STATE(882), 4, + STATE(876), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - aux_sym_name_repeat1, - STATE(1981), 5, - sym_function_call, - sym_parenthesis_group, - sym_attribute, - sym_signature, - sym_selection, - ACTIONS(1499), 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(1491), 27, + ACTIONS(2648), 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, @@ -93086,10 +92682,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, @@ -93100,54 +92703,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [58651] = 16, + anon_sym_GT_GT, + anon_sym_SQUOTE, + anon_sym_LBRACK, + anon_sym_PIPE, + [58189] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2428), 1, - anon_sym_DOT, - ACTIONS(2430), 1, - anon_sym_LPAREN, - ACTIONS(2432), 1, - anon_sym_SQUOTE, - ACTIONS(2434), 1, - anon_sym_LBRACK, - ACTIONS(2436), 1, - sym_GENERIC, - ACTIONS(2438), 1, - sym_PARAMETER, - STATE(843), 1, - aux_sym_name_repeat1, - STATE(1747), 1, - sym_generic_map_aspect, - STATE(2112), 1, - sym__name_selector, - STATE(883), 3, + STATE(877), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(2113), 5, - sym_function_call, - sym_parenthesis_group, - sym_attribute, - sym_signature, - sym_selection, - ACTIONS(1477), 6, + ACTIONS(2654), 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(1471), 27, + ACTIONS(2652), 40, sym_AND, + sym_DOWNTO, + sym_GENERIC, sym_MOD, sym_NAND, sym_NOR, sym_OR, + sym_PARAMETER, sym_REM, sym_ROL, sym_ROR, @@ -93155,11 +92742,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, @@ -93170,55 +92763,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [58737] = 16, + anon_sym_GT_GT, + anon_sym_SQUOTE, + anon_sym_LBRACK, + anon_sym_PIPE, + [58255] = 6, 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, - ACTIONS(2382), 1, - sym_GENERIC, - ACTIONS(2384), 1, - sym_PARAMETER, - STATE(841), 1, - aux_sym_name_repeat1, - STATE(1836), 1, - sym_generic_map_aspect, - STATE(2144), 1, - sym__name_selector, - STATE(884), 3, + STATE(878), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(2145), 5, - sym_function_call, - sym_parenthesis_group, - sym_attribute, - sym_signature, - sym_selection, - ACTIONS(1489), 6, + ACTIONS(2658), 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(2656), 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, @@ -93226,10 +92802,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, @@ -93240,18 +92823,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [58823] = 6, + anon_sym_GT_GT, + anon_sym_SQUOTE, + anon_sym_LBRACK, + anon_sym_PIPE, + [58321] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(885), 3, + STATE(879), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2676), 7, + ACTIONS(2662), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -93259,7 +92846,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2674), 40, + ACTIONS(2660), 40, sym_AND, sym_DOWNTO, sym_GENERIC, @@ -93300,18 +92887,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [58889] = 6, + [58387] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(886), 3, + ACTIONS(1515), 1, + anon_sym_LPAREN, + ACTIONS(2664), 1, + sym_PARAMETER, + STATE(903), 1, + sym_parenthesis_group, + STATE(880), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2680), 7, + ACTIONS(2326), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -93319,7 +92912,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2678), 40, + ACTIONS(2324), 37, sym_AND, sym_DOWNTO, sym_GENERIC, @@ -93327,7 +92920,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, @@ -93336,16 +92929,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, @@ -93356,22 +92947,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, - [58955] = 6, + [58459] = 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(881), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2522), 7, + ACTIONS(2668), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -93379,7 +92969,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2520), 39, + ACTIONS(2666), 40, sym_AND, sym_DOWNTO, sym_GENERIC, @@ -93388,7 +92978,6 @@ static const uint16_t ts_small_parse_table[] = { sym_NOR, sym_OR, sym_PARAMETER, - sym_RANGE, sym_REM, sym_ROL, sym_ROR, @@ -93397,15 +92986,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, @@ -93416,37 +93006,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, - [59020] = 9, + [58525] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1563), 1, + ACTIONS(2670), 1, + anon_sym_DOT, + ACTIONS(2672), 1, anon_sym_LPAREN, - ACTIONS(2682), 1, + ACTIONS(2674), 1, + anon_sym_SQUOTE, + ACTIONS(2676), 1, + anon_sym_LBRACK, + ACTIONS(2678), 1, + sym_GENERIC, + ACTIONS(2680), 1, sym_PARAMETER, - STATE(938), 1, - sym_parenthesis_group, - STATE(888), 3, + STATE(884), 1, + aux_sym_name_repeat1, + STATE(1908), 1, + sym_generic_map_aspect, + STATE(1971), 1, + sym__name_selector, + STATE(882), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2193), 7, - anon_sym_EQ, + STATE(1970), 5, + sym_function_call, + sym_parenthesis_group, + sym_attribute, + sym_signature, + sym_selection, + ACTIONS(1499), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2191), 36, + ACTIONS(1493), 27, sym_AND, - sym_GENERIC, + sym_GENERATE, sym_MOD, sym_NAND, sym_NOR, @@ -93460,13 +93068,8 @@ 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_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, @@ -93477,39 +93080,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, - [59091] = 9, + [58611] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1575), 1, + ACTIONS(2588), 1, + anon_sym_DOT, + ACTIONS(2590), 1, anon_sym_LPAREN, - ACTIONS(2684), 1, + ACTIONS(2592), 1, + anon_sym_SQUOTE, + ACTIONS(2594), 1, + anon_sym_LBRACK, + ACTIONS(2596), 1, + sym_GENERIC, + ACTIONS(2598), 1, sym_PARAMETER, - STATE(976), 1, - sym_parenthesis_group, - STATE(889), 3, + STATE(870), 1, + aux_sym_name_repeat1, + STATE(1682), 1, + sym_generic_map_aspect, + STATE(2259), 1, + sym__name_selector, + STATE(883), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2193), 7, - anon_sym_EQ, + STATE(2258), 5, + sym_function_call, + sym_parenthesis_group, + sym_attribute, + sym_signature, + sym_selection, + ACTIONS(1499), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2191), 36, + ACTIONS(1493), 27, sym_AND, - sym_DOWNTO, - sym_GENERIC, + sym_IS, sym_MOD, sym_NAND, sym_NOR, @@ -93521,15 +93136,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, @@ -93540,38 +93150,55 @@ 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, - [59162] = 6, + [58697] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(890), 3, + ACTIONS(2670), 1, + anon_sym_DOT, + ACTIONS(2672), 1, + anon_sym_LPAREN, + ACTIONS(2674), 1, + anon_sym_SQUOTE, + ACTIONS(2676), 1, + anon_sym_LBRACK, + ACTIONS(2678), 1, + sym_GENERIC, + ACTIONS(2680), 1, + sym_PARAMETER, + STATE(872), 1, + aux_sym_name_repeat1, + STATE(1908), 1, + sym_generic_map_aspect, + STATE(1971), 1, + sym__name_selector, + STATE(884), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2526), 7, - anon_sym_EQ, + STATE(1970), 5, + sym_function_call, + sym_parenthesis_group, + sym_attribute, + sym_signature, + sym_selection, + ACTIONS(1511), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2524), 39, + ACTIONS(1509), 27, sym_AND, - sym_DOWNTO, - sym_GENERIC, + sym_GENERATE, sym_MOD, sym_NAND, sym_NOR, sym_OR, - sym_PARAMETER, - sym_RANGE, sym_REM, sym_ROL, sym_ROR, @@ -93579,16 +93206,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, @@ -93599,55 +93220,66 @@ 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, - [59227] = 6, + [58783] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(891), 3, + ACTIONS(2406), 1, + anon_sym_DOT, + ACTIONS(2408), 1, + anon_sym_LPAREN, + ACTIONS(2410), 1, + anon_sym_SQUOTE, + ACTIONS(2412), 1, + anon_sym_LBRACK, + ACTIONS(2414), 1, + sym_GENERIC, + ACTIONS(2416), 1, + sym_PARAMETER, + STATE(842), 1, + aux_sym_name_repeat1, + STATE(1840), 1, + sym_generic_map_aspect, + STATE(1999), 1, + sym__name_selector, + STATE(885), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2494), 7, - anon_sym_EQ, + STATE(2000), 5, + sym_function_call, + sym_parenthesis_group, + sym_attribute, + sym_signature, + sym_selection, + ACTIONS(1499), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2492), 39, + ACTIONS(1493), 27, 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_SELECT, 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_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -93658,21 +93290,98 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, + [58869] = 16, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(2576), 1, + anon_sym_DOT, + ACTIONS(2578), 1, + anon_sym_LPAREN, + ACTIONS(2580), 1, anon_sym_SQUOTE, + ACTIONS(2582), 1, anon_sym_LBRACK, - anon_sym_PIPE, - [59292] = 6, + ACTIONS(2584), 1, + sym_GENERIC, + ACTIONS(2586), 1, + sym_PARAMETER, + STATE(869), 1, + aux_sym_name_repeat1, + STATE(1746), 1, + sym_generic_map_aspect, + STATE(2112), 1, + sym__name_selector, + STATE(886), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(2111), 5, + sym_function_call, + sym_parenthesis_group, + sym_attribute, + sym_signature, + sym_selection, + ACTIONS(1499), 6, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1493), 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, + [58955] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(892), 3, + STATE(548), 1, + sym_shift_operator, + STATE(549), 1, + sym_relational_operator, + STATE(550), 1, + sym_logical_operator, + STATE(662), 1, + sym_multiplying_operator, + STATE(672), 1, + sym_adding_operator, + STATE(887), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2510), 7, + ACTIONS(2684), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -93680,16 +93389,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2508), 39, + ACTIONS(2682), 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, @@ -93698,15 +93404,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, @@ -93717,17 +93422,26 @@ 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, - [59357] = 6, + [59030] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(893), 3, + STATE(548), 1, + sym_shift_operator, + STATE(549), 1, + sym_relational_operator, + STATE(550), 1, + sym_logical_operator, + STATE(662), 1, + sym_multiplying_operator, + STATE(672), 1, + sym_adding_operator, + STATE(888), 3, sym__tool_directive, sym_line_comment, sym_block_comment, @@ -93739,8 +93453,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2686), 39, - sym_identifier, + ACTIONS(2686), 34, sym_AND, sym_DOWNTO, sym_MOD, @@ -93757,10 +93470,6 @@ 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_RPAREN, @@ -93779,18 +93488,18 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_GT_GT, anon_sym_PIPE, - [59422] = 6, + [59105] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(894), 3, + STATE(889), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2392), 7, + ACTIONS(2662), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -93798,7 +93507,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2390), 39, + ACTIONS(2660), 39, sym_AND, sym_DOWNTO, sym_GENERIC, @@ -93838,7 +93547,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [59487] = 18, + [59170] = 18, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -93847,16 +93556,16 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(2700), 1, sym_exponentiate, - STATE(441), 1, - sym_adding_operator, - STATE(442), 1, - sym_multiplying_operator, - STATE(593), 1, - sym_logical_operator, - STATE(594), 1, - sym_relational_operator, - STATE(595), 1, + STATE(548), 1, sym_shift_operator, + STATE(549), 1, + sym_relational_operator, + STATE(550), 1, + sym_logical_operator, + STATE(662), 1, + sym_multiplying_operator, + STATE(672), 1, + sym_adding_operator, ACTIONS(2698), 2, anon_sym_STAR, anon_sym_SLASH, @@ -93867,7 +93576,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - STATE(895), 3, + STATE(890), 3, sym__tool_directive, sym_line_comment, sym_block_comment, @@ -93909,36 +93618,47 @@ static const uint16_t ts_small_parse_table[] = { sym_variable_assignment, anon_sym_GT_GT, anon_sym_PIPE, - [59576] = 6, + [59259] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(896), 3, + ACTIONS(2700), 1, + sym_exponentiate, + STATE(548), 1, + sym_shift_operator, + STATE(549), 1, + sym_relational_operator, + STATE(550), 1, + sym_logical_operator, + STATE(662), 1, + sym_multiplying_operator, + STATE(672), 1, + sym_adding_operator, + ACTIONS(2698), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2704), 2, + sym_MOD, + sym_REM, + STATE(891), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2654), 7, + ACTIONS(2684), 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(2652), 39, + ACTIONS(2682), 31, 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, @@ -93946,15 +93666,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, @@ -93964,22 +93683,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, - [59641] = 6, + [59340] = 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(2638), 7, + ACTIONS(2668), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -93987,7 +93704,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2636), 39, + ACTIONS(2666), 39, sym_AND, sym_DOWNTO, sym_GENERIC, @@ -94027,88 +93744,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [59706] = 17, + [59405] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2700), 1, - sym_exponentiate, - STATE(441), 1, - sym_adding_operator, - STATE(442), 1, - sym_multiplying_operator, - STATE(593), 1, - sym_logical_operator, - STATE(594), 1, - sym_relational_operator, - STATE(595), 1, - sym_shift_operator, - ACTIONS(2698), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2704), 2, - sym_MOD, - sym_REM, - ACTIONS(2696), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(898), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2694), 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(2692), 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(2708), 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, - [59793] = 6, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(899), 3, + STATE(893), 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, @@ -94116,7 +93763,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2678), 39, + ACTIONS(2562), 39, sym_AND, sym_DOWNTO, sym_GENERIC, @@ -94156,18 +93803,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [59858] = 6, + [59470] = 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(2530), 7, + ACTIONS(2514), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -94175,7 +93822,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2528), 39, + ACTIONS(2512), 39, sym_AND, sym_DOWNTO, sym_GENERIC, @@ -94215,7 +93862,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [59923] = 12, + [59535] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -94224,90 +93871,38 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(2700), 1, sym_exponentiate, - STATE(441), 1, - sym_adding_operator, - STATE(442), 1, - sym_multiplying_operator, - STATE(593), 1, - sym_logical_operator, - STATE(594), 1, - sym_relational_operator, - STATE(595), 1, + STATE(548), 1, sym_shift_operator, - STATE(901), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2712), 7, - anon_sym_EQ, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, + STATE(549), 1, + sym_relational_operator, + STATE(550), 1, + sym_logical_operator, + STATE(662), 1, + sym_multiplying_operator, + STATE(672), 1, + sym_adding_operator, + ACTIONS(2698), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2710), 33, - sym_AND, - sym_DOWNTO, + ACTIONS(2704), 2, 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, - anon_sym_GT_GT, - anon_sym_PIPE, - [60000] = 6, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(902), 3, + STATE(895), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2716), 7, + ACTIONS(2688), 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(2714), 39, - sym_identifier, + ACTIONS(2686), 31, sym_AND, sym_DOWNTO, - sym_MOD, sym_NAND, sym_NOR, sym_OR, - sym_REM, sym_ROL, sym_ROR, sym_SLA, @@ -94317,10 +93912,6 @@ 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_RPAREN, @@ -94336,21 +93927,20 @@ 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, - [60065] = 6, + [59616] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(903), 3, + STATE(896), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2388), 7, + ACTIONS(2654), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -94358,7 +93948,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2386), 39, + ACTIONS(2652), 39, sym_AND, sym_DOWNTO, sym_GENERIC, @@ -94398,18 +93988,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [60130] = 6, + [59681] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(904), 3, + STATE(897), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2554), 7, + ACTIONS(2376), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -94417,7 +94007,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2552), 39, + ACTIONS(2374), 39, sym_AND, sym_DOWNTO, sym_GENERIC, @@ -94457,18 +94047,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [60195] = 6, + [59746] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(905), 3, + STATE(898), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2642), 7, + ACTIONS(2522), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -94476,7 +94066,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2640), 39, + ACTIONS(2520), 39, sym_AND, sym_DOWNTO, sym_GENERIC, @@ -94516,18 +94106,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [60260] = 6, + [59811] = 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(2558), 7, + ACTIONS(2518), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -94535,7 +94125,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2556), 39, + ACTIONS(2516), 39, sym_AND, sym_DOWNTO, sym_GENERIC, @@ -94575,18 +94165,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [60325] = 6, + [59876] = 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(2442), 7, + ACTIONS(2658), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -94594,7 +94184,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2440), 39, + ACTIONS(2656), 39, sym_AND, sym_DOWNTO, sym_GENERIC, @@ -94634,18 +94224,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [60390] = 6, + [59941] = 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(2646), 7, + ACTIONS(2510), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -94653,7 +94243,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2644), 39, + ACTIONS(2508), 39, sym_AND, sym_DOWNTO, sym_GENERIC, @@ -94693,85 +94283,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [60455] = 14, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(2700), 1, - sym_exponentiate, - STATE(441), 1, - sym_adding_operator, - STATE(442), 1, - sym_multiplying_operator, - STATE(593), 1, - sym_logical_operator, - STATE(594), 1, - sym_relational_operator, - STATE(595), 1, - sym_shift_operator, - ACTIONS(2698), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2704), 2, - sym_MOD, - sym_REM, - STATE(909), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2712), 5, - anon_sym_EQ, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - ACTIONS(2710), 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, - [60536] = 6, + [60006] = 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(902), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2616), 7, + ACTIONS(2506), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -94779,7 +94302,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2614), 39, + ACTIONS(2504), 39, sym_AND, sym_DOWNTO, sym_GENERIC, @@ -94819,18 +94342,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [60601] = 6, + [60071] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(911), 3, + STATE(903), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2566), 7, + ACTIONS(2388), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -94838,7 +94361,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2564), 39, + ACTIONS(2386), 39, sym_AND, sym_DOWNTO, sym_GENERIC, @@ -94878,18 +94401,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [60666] = 6, + [60136] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(912), 3, + ACTIONS(1545), 1, + anon_sym_LPAREN, + ACTIONS(2708), 1, + sym_PARAMETER, + STATE(975), 1, + sym_parenthesis_group, + STATE(904), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2514), 7, + ACTIONS(2326), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -94897,16 +94426,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2512), 39, + ACTIONS(2324), 36, sym_AND, - sym_DOWNTO, sym_GENERIC, sym_MOD, sym_NAND, sym_NOR, sym_OR, - sym_PARAMETER, - sym_RANGE, sym_REM, sym_ROL, sym_ROR, @@ -94914,16 +94440,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_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, @@ -94934,54 +94459,57 @@ 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, - [60731] = 6, + [60207] = 17, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(913), 3, + ACTIONS(2700), 1, + sym_exponentiate, + STATE(548), 1, + sym_shift_operator, + STATE(549), 1, + sym_relational_operator, + STATE(550), 1, + sym_logical_operator, + STATE(662), 1, + sym_multiplying_operator, + STATE(672), 1, + sym_adding_operator, + ACTIONS(2698), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2704), 2, + sym_MOD, + sym_REM, + ACTIONS(2696), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(905), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2518), 7, + ACTIONS(2694), 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(2516), 39, - sym_AND, - sym_DOWNTO, - sym_GENERIC, - sym_MOD, - sym_NAND, - sym_NOR, - sym_OR, - sym_PARAMETER, - sym_RANGE, - sym_REM, + ACTIONS(2706), 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(2692), 7, anon_sym_LT_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -94989,25 +94517,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, + 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, - [60796] = 6, + [60294] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(914), 3, + STATE(906), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2650), 7, + ACTIONS(2526), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -95015,7 +94552,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2648), 39, + ACTIONS(2524), 39, sym_AND, sym_DOWNTO, sym_GENERIC, @@ -95055,18 +94592,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [60861] = 6, + [60359] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(915), 3, + STATE(907), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2396), 7, + ACTIONS(2548), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -95074,7 +94611,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2394), 39, + ACTIONS(2546), 39, sym_AND, sym_DOWNTO, sym_GENERIC, @@ -95114,28 +94651,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [60926] = 11, + [60424] = 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_adding_operator, - STATE(442), 1, - sym_multiplying_operator, - STATE(593), 1, - sym_logical_operator, - STATE(594), 1, - sym_relational_operator, - STATE(595), 1, - sym_shift_operator, - STATE(916), 3, + STATE(908), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2720), 7, + ACTIONS(2552), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -95143,13 +94670,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2718), 34, + ACTIONS(2550), 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, @@ -95158,14 +94688,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, @@ -95176,89 +94707,90 @@ 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, - [61001] = 6, + [60489] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(917), 3, + ACTIONS(2700), 1, + sym_exponentiate, + STATE(548), 1, + sym_shift_operator, + STATE(549), 1, + sym_relational_operator, + STATE(550), 1, + sym_logical_operator, + STATE(662), 1, + sym_multiplying_operator, + STATE(672), 1, + sym_adding_operator, + ACTIONS(2698), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2704), 2, + sym_MOD, + sym_REM, + ACTIONS(2696), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(909), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2570), 7, + ACTIONS(2714), 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(2568), 39, - sym_AND, - sym_DOWNTO, - sym_GENERIC, - sym_MOD, - sym_NAND, - sym_NOR, - sym_OR, - sym_PARAMETER, - sym_RANGE, - sym_REM, + ACTIONS(2706), 6, 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_PLUS, - anon_sym_DASH, - anon_sym_AMP, - sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, + anon_sym_GT_GT, anon_sym_PIPE, - [61066] = 11, + [60574] = 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_adding_operator, - STATE(442), 1, - sym_multiplying_operator, - STATE(593), 1, - sym_logical_operator, - STATE(594), 1, - sym_relational_operator, - STATE(595), 1, - sym_shift_operator, - STATE(918), 3, + STATE(910), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2712), 7, + ACTIONS(2556), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -95266,13 +94798,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2710), 34, + ACTIONS(2554), 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, @@ -95281,14 +94816,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, @@ -95299,9 +94835,10 @@ 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, - [61141] = 16, + [60639] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -95310,16 +94847,16 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(2700), 1, sym_exponentiate, - STATE(441), 1, - sym_adding_operator, - STATE(442), 1, - sym_multiplying_operator, - STATE(593), 1, - sym_logical_operator, - STATE(594), 1, - sym_relational_operator, - STATE(595), 1, + STATE(548), 1, sym_shift_operator, + STATE(549), 1, + sym_relational_operator, + STATE(550), 1, + sym_logical_operator, + STATE(662), 1, + sym_multiplying_operator, + STATE(672), 1, + sym_adding_operator, ACTIONS(2698), 2, anon_sym_STAR, anon_sym_SLASH, @@ -95330,29 +94867,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - STATE(919), 3, + STATE(911), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2724), 5, + ACTIONS(2718), 5, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2706), 6, + ACTIONS(2716), 28, + sym_AND, + sym_DOWNTO, + sym_NAND, + sym_NOR, + sym_OR, sym_ROL, sym_ROR, sym_SLA, sym_SLL, sym_SRA, sym_SRL, - ACTIONS(2722), 22, - sym_AND, - sym_DOWNTO, - sym_NAND, - sym_NOR, - sym_OR, sym_TO, sym_XNOR, sym_XOR, @@ -95370,47 +94906,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT_EQ, anon_sym_GT_GT, anon_sym_PIPE, - [61226] = 14, + [60722] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2700), 1, - sym_exponentiate, - STATE(441), 1, - sym_adding_operator, - STATE(442), 1, - sym_multiplying_operator, - STATE(593), 1, - sym_logical_operator, - STATE(594), 1, - sym_relational_operator, - STATE(595), 1, - sym_shift_operator, - ACTIONS(2698), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2704), 2, - sym_MOD, - sym_REM, - STATE(920), 3, + STATE(912), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2720), 5, + ACTIONS(2560), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2718), 31, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2558), 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, @@ -95418,14 +94943,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, @@ -95435,20 +94961,22 @@ 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, - [61307] = 6, + [60787] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(921), 3, + STATE(913), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2590), 7, + ACTIONS(2476), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -95456,7 +94984,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2588), 39, + ACTIONS(2474), 39, sym_AND, sym_DOWNTO, sym_GENERIC, @@ -95496,18 +95024,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [61372] = 6, + [60852] = 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(914), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2676), 7, + ACTIONS(2568), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -95515,7 +95043,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2674), 39, + ACTIONS(2566), 39, sym_AND, sym_DOWNTO, sym_GENERIC, @@ -95555,18 +95083,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [61437] = 6, + [60917] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(923), 3, + STATE(915), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2586), 7, + ACTIONS(2438), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -95574,7 +95102,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2584), 39, + ACTIONS(2436), 39, sym_AND, sym_DOWNTO, sym_GENERIC, @@ -95614,18 +95142,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [61502] = 6, + [60982] = 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(916), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2454), 7, + ACTIONS(2574), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -95633,7 +95161,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2452), 39, + ACTIONS(2572), 39, sym_AND, sym_DOWNTO, sym_GENERIC, @@ -95673,18 +95201,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [61567] = 6, + [61047] = 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(917), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2612), 7, + ACTIONS(2624), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -95692,7 +95220,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2610), 39, + ACTIONS(2622), 39, sym_AND, sym_DOWNTO, sym_GENERIC, @@ -95732,18 +95260,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [61632] = 6, + [61112] = 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(918), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2458), 7, + ACTIONS(2722), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -95751,16 +95279,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2456), 39, + ACTIONS(2720), 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, @@ -95769,15 +95295,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, @@ -95788,89 +95317,26 @@ 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, - [61697] = 15, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(2700), 1, - sym_exponentiate, - STATE(441), 1, - sym_adding_operator, - STATE(442), 1, - sym_multiplying_operator, - STATE(593), 1, - sym_logical_operator, - STATE(594), 1, - sym_relational_operator, - STATE(595), 1, - sym_shift_operator, - ACTIONS(2698), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2704), 2, - sym_MOD, - sym_REM, - ACTIONS(2696), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(927), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2728), 5, - anon_sym_EQ, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - ACTIONS(2726), 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, - [61780] = 6, + [61177] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(928), 3, + ACTIONS(1593), 1, + anon_sym_LPAREN, + ACTIONS(2724), 1, + sym_PARAMETER, + STATE(966), 1, + sym_parenthesis_group, + STATE(919), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2562), 7, + ACTIONS(2326), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -95878,7 +95344,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2560), 39, + ACTIONS(2324), 36, sym_AND, sym_DOWNTO, sym_GENERIC, @@ -95886,8 +95352,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, @@ -95901,7 +95365,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, @@ -95918,18 +95381,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [61845] = 6, + [61248] = 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(920), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2518), 7, + ACTIONS(2442), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -95937,7 +95400,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2516), 38, + ACTIONS(2440), 39, sym_AND, sym_DOWNTO, sym_GENERIC, @@ -95946,6 +95409,7 @@ static const uint16_t ts_small_parse_table[] = { sym_NOR, sym_OR, sym_PARAMETER, + sym_RANGE, sym_REM, sym_ROL, sym_ROR, @@ -95976,18 +95440,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [61909] = 6, + [61313] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(930), 3, + STATE(921), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2494), 7, + ACTIONS(2602), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -95995,14 +95459,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2492), 38, + ACTIONS(2600), 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, @@ -96010,16 +95476,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, @@ -96030,22 +95496,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, - [61973] = 6, + [61378] = 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(922), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2510), 7, + ACTIONS(2650), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -96053,14 +95518,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2508), 38, + ACTIONS(2648), 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, @@ -96068,16 +95535,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, @@ -96088,22 +95555,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, - [62037] = 6, + [61443] = 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(923), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2514), 7, + ACTIONS(2628), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -96111,14 +95577,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2512), 38, + ACTIONS(2626), 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, @@ -96126,16 +95594,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, @@ -96146,22 +95614,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, - [62101] = 6, + [61508] = 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(924), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2612), 7, + ACTIONS(2404), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -96169,14 +95636,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2610), 38, + ACTIONS(2402), 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, @@ -96184,16 +95653,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, @@ -96204,22 +95673,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, - [62165] = 6, + [61573] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(934), 3, + STATE(925), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2392), 7, + ACTIONS(2484), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -96227,7 +95695,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2390), 38, + ACTIONS(2482), 39, sym_AND, sym_DOWNTO, sym_GENERIC, @@ -96236,6 +95704,7 @@ static const uint16_t ts_small_parse_table[] = { sym_NOR, sym_OR, sym_PARAMETER, + sym_RANGE, sym_REM, sym_ROL, sym_ROR, @@ -96266,18 +95735,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [62229] = 6, + [61638] = 12, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(935), 3, + ACTIONS(2700), 1, + sym_exponentiate, + STATE(548), 1, + sym_shift_operator, + STATE(549), 1, + sym_relational_operator, + STATE(550), 1, + sym_logical_operator, + STATE(662), 1, + sym_multiplying_operator, + STATE(672), 1, + sym_adding_operator, + STATE(926), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2518), 7, + ACTIONS(2684), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -96285,14 +95766,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2516), 38, + ACTIONS(2682), 33, sym_AND, - sym_GENERIC, + sym_DOWNTO, sym_MOD, sym_NAND, sym_NOR, sym_OR, - sym_PARAMETER, sym_REM, sym_ROL, sym_ROR, @@ -96300,12 +95780,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, @@ -96319,23 +95798,20 @@ 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, - [62293] = 6, + [61715] = 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(927), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2522), 7, + ACTIONS(2728), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -96343,14 +95819,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2520), 38, + ACTIONS(2726), 39, + sym_identifier, sym_AND, - sym_GENERIC, + sym_DOWNTO, sym_MOD, sym_NAND, sym_NOR, sym_OR, - sym_PARAMETER, sym_REM, sym_ROL, sym_ROR, @@ -96358,12 +95834,15 @@ 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, @@ -96379,21 +95858,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, - [62357] = 6, + [61780] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(937), 3, + STATE(928), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2616), 7, + ACTIONS(2480), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -96401,14 +95878,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2614), 38, + ACTIONS(2478), 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, @@ -96416,16 +95895,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, @@ -96436,22 +95915,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, - [62421] = 6, + [61845] = 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(929), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2526), 7, + ACTIONS(2668), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -96459,8 +95937,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2524), 38, + ACTIONS(2666), 38, sym_AND, + sym_DOWNTO, sym_GENERIC, sym_MOD, sym_NAND, @@ -96474,16 +95953,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, @@ -96494,22 +95973,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, - [62485] = 6, + [61909] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(939), 3, + STATE(930), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2388), 7, + ACTIONS(2514), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -96517,7 +95995,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2386), 38, + ACTIONS(2512), 38, sym_AND, sym_GENERIC, sym_MOD, @@ -96556,18 +96034,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [62549] = 6, + [61973] = 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(931), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2396), 7, + ACTIONS(2650), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -96575,7 +96053,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2394), 38, + ACTIONS(2648), 38, sym_AND, sym_GENERIC, sym_MOD, @@ -96614,7 +96092,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [62613] = 27, + [62037] = 27, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -96623,41 +96101,41 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(51), 1, sym_PROCEDURE, - ACTIONS(1977), 1, + ACTIONS(2037), 1, sym_ALIAS, - ACTIONS(1979), 1, + ACTIONS(2039), 1, sym_ATTRIBUTE, - ACTIONS(1983), 1, + ACTIONS(2043), 1, sym_CONSTANT, - ACTIONS(1985), 1, + ACTIONS(2045), 1, sym_DISCONNECT, - ACTIONS(1987), 1, + ACTIONS(2047), 1, sym_FILE, - ACTIONS(1989), 1, + ACTIONS(2049), 1, sym_FUNCTION, - ACTIONS(1993), 1, + ACTIONS(2053), 1, sym_GROUP, - ACTIONS(1995), 1, + ACTIONS(2055), 1, sym_PACKAGE, - ACTIONS(1999), 1, + ACTIONS(2059), 1, sym_SIGNAL, - ACTIONS(2001), 1, + ACTIONS(2061), 1, sym_SHARED, - ACTIONS(2003), 1, + ACTIONS(2063), 1, sym_SUBTYPE, - ACTIONS(2005), 1, + ACTIONS(2065), 1, sym_TYPE, - ACTIONS(2007), 1, + ACTIONS(2067), 1, sym_USE, - ACTIONS(2009), 1, + ACTIONS(2069), 1, sym_VARIABLE, - ACTIONS(2011), 1, + ACTIONS(2071), 1, sym_VIEW, - STATE(945), 1, + STATE(997), 1, aux_sym_entity_head_repeat1, - STATE(3244), 1, + STATE(3248), 1, sym__entity_declarative_item, - STATE(5961), 1, + STATE(5890), 1, sym__subprogram_specification, ACTIONS(43), 2, sym_IMPURE, @@ -96665,14 +96143,14 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2730), 2, sym_BEGIN, sym_END, - STATE(6069), 2, + STATE(6037), 2, sym_procedure_specification, sym_function_specification, - STATE(941), 3, + STATE(932), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3241), 20, + STATE(3250), 20, sym_use_clause, sym_package_declaration, sym_package_instantiation_declaration, @@ -96693,18 +96171,18 @@ static const uint16_t ts_small_parse_table[] = { sym_disconnection_specification, sym_group_template_declaration, sym_group_declaration, - [62719] = 6, + [62143] = 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(933), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2680), 7, + ACTIONS(2556), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -96712,7 +96190,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2678), 38, + ACTIONS(2554), 38, sym_AND, sym_DOWNTO, sym_GENERIC, @@ -96751,18 +96229,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [62783] = 6, + [62207] = 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(934), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2530), 7, + ACTIONS(2376), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -96770,8 +96248,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2528), 38, + ACTIONS(2374), 38, sym_AND, + sym_DOWNTO, sym_GENERIC, sym_MOD, sym_NAND, @@ -96785,16 +96264,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, @@ -96805,179 +96284,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, - [62847] = 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(1977), 1, - sym_ALIAS, - ACTIONS(1979), 1, - sym_ATTRIBUTE, - ACTIONS(1983), 1, - sym_CONSTANT, - ACTIONS(1985), 1, - sym_DISCONNECT, - ACTIONS(1987), 1, - sym_FILE, - ACTIONS(1989), 1, - sym_FUNCTION, - ACTIONS(1993), 1, - sym_GROUP, - ACTIONS(1995), 1, - sym_PACKAGE, - ACTIONS(1999), 1, - sym_SIGNAL, - ACTIONS(2001), 1, - sym_SHARED, - ACTIONS(2003), 1, - sym_SUBTYPE, - ACTIONS(2005), 1, - sym_TYPE, - ACTIONS(2007), 1, - sym_USE, - ACTIONS(2009), 1, - sym_VARIABLE, - ACTIONS(2011), 1, - sym_VIEW, - STATE(958), 1, - aux_sym_entity_head_repeat1, - STATE(3244), 1, - sym__entity_declarative_item, - STATE(5961), 1, - sym__subprogram_specification, - ACTIONS(43), 2, - sym_IMPURE, - sym_PURE, - ACTIONS(2730), 2, - sym_BEGIN, - sym_END, - STATE(6069), 2, - sym_procedure_specification, - sym_function_specification, - STATE(944), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(3241), 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, - [62953] = 26, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(2732), 1, - sym_ALIAS, - ACTIONS(2735), 1, - sym_ATTRIBUTE, - ACTIONS(2740), 1, - sym_CONSTANT, - ACTIONS(2743), 1, - sym_DISCONNECT, - ACTIONS(2746), 1, - sym_FILE, - ACTIONS(2749), 1, - sym_FUNCTION, - ACTIONS(2752), 1, - sym_GROUP, - ACTIONS(2758), 1, - sym_PACKAGE, - ACTIONS(2761), 1, - sym_PROCEDURE, - ACTIONS(2764), 1, - sym_SIGNAL, - ACTIONS(2767), 1, - sym_SHARED, - ACTIONS(2770), 1, - sym_SUBTYPE, - ACTIONS(2773), 1, - sym_TYPE, - ACTIONS(2776), 1, - sym_USE, - ACTIONS(2779), 1, - sym_VARIABLE, - ACTIONS(2782), 1, - sym_VIEW, - STATE(3244), 1, - sym__entity_declarative_item, - STATE(5961), 1, - sym__subprogram_specification, - ACTIONS(2738), 2, - sym_BEGIN, - sym_END, - ACTIONS(2755), 2, - sym_IMPURE, - sym_PURE, - STATE(6069), 2, - sym_procedure_specification, - sym_function_specification, - STATE(945), 4, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - aux_sym_entity_head_repeat1, - STATE(3241), 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, - [63057] = 6, + [62271] = 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(935), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2554), 7, + ACTIONS(2526), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -96985,7 +96306,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2552), 38, + ACTIONS(2524), 38, sym_AND, sym_GENERIC, sym_MOD, @@ -97024,18 +96345,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [63121] = 6, + [62335] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(947), 3, + STATE(936), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2638), 7, + ACTIONS(2560), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -97043,8 +96364,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2636), 38, + ACTIONS(2558), 38, sym_AND, + sym_DOWNTO, sym_GENERIC, sym_MOD, sym_NAND, @@ -97058,16 +96380,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, @@ -97078,22 +96400,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, - [63185] = 6, + [62399] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(948), 3, + STATE(937), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2642), 7, + ACTIONS(2650), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -97101,8 +96422,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2640), 38, + ACTIONS(2648), 38, sym_AND, + sym_DOWNTO, sym_GENERIC, sym_MOD, sym_NAND, @@ -97116,16 +96438,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, @@ -97136,22 +96458,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, - [63249] = 6, + [62463] = 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(938), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2646), 7, + ACTIONS(2574), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -97159,8 +96480,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2644), 38, + ACTIONS(2572), 38, sym_AND, + sym_DOWNTO, sym_GENERIC, sym_MOD, sym_NAND, @@ -97174,16 +96496,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, @@ -97194,22 +96516,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, - [63313] = 6, + [62527] = 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(939), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2558), 7, + ACTIONS(2510), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -97217,8 +96538,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2556), 38, + ACTIONS(2508), 38, sym_AND, + sym_DOWNTO, sym_GENERIC, sym_MOD, sym_NAND, @@ -97232,16 +96554,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, @@ -97252,22 +96574,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, - [63377] = 6, + [62591] = 27, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(951), 3, + ACTIONS(51), 1, + sym_PROCEDURE, + ACTIONS(2037), 1, + sym_ALIAS, + ACTIONS(2039), 1, + sym_ATTRIBUTE, + ACTIONS(2043), 1, + sym_CONSTANT, + ACTIONS(2045), 1, + sym_DISCONNECT, + ACTIONS(2047), 1, + sym_FILE, + ACTIONS(2049), 1, + sym_FUNCTION, + ACTIONS(2053), 1, + sym_GROUP, + ACTIONS(2055), 1, + sym_PACKAGE, + ACTIONS(2059), 1, + sym_SIGNAL, + ACTIONS(2061), 1, + sym_SHARED, + ACTIONS(2063), 1, + sym_SUBTYPE, + ACTIONS(2065), 1, + sym_TYPE, + ACTIONS(2067), 1, + sym_USE, + ACTIONS(2069), 1, + sym_VARIABLE, + ACTIONS(2071), 1, + sym_VIEW, + STATE(997), 1, + aux_sym_entity_head_repeat1, + STATE(3248), 1, + sym__entity_declarative_item, + STATE(5890), 1, + sym__subprogram_specification, + ACTIONS(43), 2, + sym_IMPURE, + sym_PURE, + ACTIONS(2570), 2, + sym_BEGIN, + sym_END, + STATE(6037), 2, + sym_procedure_specification, + sym_function_specification, + STATE(940), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2562), 7, + STATE(3250), 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, + [62697] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(941), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2574), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -97275,7 +96675,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2560), 38, + ACTIONS(2572), 38, sym_AND, sym_GENERIC, sym_MOD, @@ -97314,18 +96714,106 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [63441] = 6, + [62761] = 27, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(952), 3, + ACTIONS(51), 1, + sym_PROCEDURE, + ACTIONS(2037), 1, + sym_ALIAS, + ACTIONS(2039), 1, + sym_ATTRIBUTE, + ACTIONS(2043), 1, + sym_CONSTANT, + ACTIONS(2045), 1, + sym_DISCONNECT, + ACTIONS(2047), 1, + sym_FILE, + ACTIONS(2049), 1, + sym_FUNCTION, + ACTIONS(2053), 1, + sym_GROUP, + ACTIONS(2055), 1, + sym_PACKAGE, + ACTIONS(2059), 1, + sym_SIGNAL, + ACTIONS(2061), 1, + sym_SHARED, + ACTIONS(2063), 1, + sym_SUBTYPE, + ACTIONS(2065), 1, + sym_TYPE, + ACTIONS(2067), 1, + sym_USE, + ACTIONS(2069), 1, + sym_VARIABLE, + ACTIONS(2071), 1, + sym_VIEW, + STATE(948), 1, + aux_sym_entity_head_repeat1, + STATE(3248), 1, + sym__entity_declarative_item, + STATE(5890), 1, + sym__subprogram_specification, + ACTIONS(43), 2, + sym_IMPURE, + sym_PURE, + ACTIONS(2570), 2, + sym_BEGIN, + sym_END, + STATE(6037), 2, + sym_procedure_specification, + sym_function_specification, + STATE(942), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2566), 7, + STATE(3250), 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, + [62867] = 9, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(2734), 1, + sym_library_constant_unit, + STATE(1989), 1, + sym__unit, + STATE(943), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2732), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + ACTIONS(2380), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -97333,14 +96821,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2564), 38, + ACTIONS(2378), 32, sym_AND, - sym_GENERIC, sym_MOD, sym_NAND, sym_NOR, sym_OR, - sym_PARAMETER, sym_REM, sym_ROL, sym_ROR, @@ -97352,8 +96838,6 @@ 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, @@ -97369,21 +96853,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, - [63505] = 6, + [62937] = 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(944), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2570), 7, + ACTIONS(2662), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -97391,7 +96873,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2568), 38, + ACTIONS(2660), 38, sym_AND, sym_GENERIC, sym_MOD, @@ -97430,18 +96912,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [63569] = 6, + [63001] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(954), 3, + STATE(945), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2650), 7, + ACTIONS(2658), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -97449,8 +96931,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2648), 38, + ACTIONS(2656), 38, sym_AND, + sym_DOWNTO, sym_GENERIC, sym_MOD, sym_NAND, @@ -97464,16 +96947,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, @@ -97484,22 +96967,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, - [63633] = 6, + [63065] = 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(946), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2654), 7, + ACTIONS(2552), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -97507,8 +96989,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2652), 38, + ACTIONS(2550), 38, sym_AND, + sym_DOWNTO, sym_GENERIC, sym_MOD, sym_NAND, @@ -97522,16 +97005,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, @@ -97542,35 +97025,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, - [63697] = 9, + [63129] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1677), 1, + ACTIONS(1605), 1, anon_sym_LPAREN, - ACTIONS(2785), 1, + ACTIONS(2736), 1, sym_PARAMETER, - STATE(1009), 1, + STATE(1062), 1, sym_parenthesis_group, - STATE(956), 3, + STATE(947), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2193), 6, + ACTIONS(2326), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2191), 36, + ACTIONS(2324), 36, sym_AND, sym_BUS, sym_DOWNTO, @@ -97579,6 +97061,7 @@ static const uint16_t ts_small_parse_table[] = { sym_NAND, sym_NOR, sym_OR, + sym_REGISTER, sym_REM, sym_ROL, sym_ROR, @@ -97591,7 +97074,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, @@ -97607,65 +97089,7 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [63767] = 6, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(957), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - 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), 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, - [63831] = 27, + [63199] = 27, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -97674,56 +97098,56 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(51), 1, sym_PROCEDURE, - ACTIONS(1977), 1, + ACTIONS(2037), 1, sym_ALIAS, - ACTIONS(1979), 1, + ACTIONS(2039), 1, sym_ATTRIBUTE, - ACTIONS(1983), 1, + ACTIONS(2043), 1, sym_CONSTANT, - ACTIONS(1985), 1, + ACTIONS(2045), 1, sym_DISCONNECT, - ACTIONS(1987), 1, + ACTIONS(2047), 1, sym_FILE, - ACTIONS(1989), 1, + ACTIONS(2049), 1, sym_FUNCTION, - ACTIONS(1993), 1, + ACTIONS(2053), 1, sym_GROUP, - ACTIONS(1995), 1, + ACTIONS(2055), 1, sym_PACKAGE, - ACTIONS(1999), 1, + ACTIONS(2059), 1, sym_SIGNAL, - ACTIONS(2001), 1, + ACTIONS(2061), 1, sym_SHARED, - ACTIONS(2003), 1, + ACTIONS(2063), 1, sym_SUBTYPE, - ACTIONS(2005), 1, + ACTIONS(2065), 1, sym_TYPE, - ACTIONS(2007), 1, + ACTIONS(2067), 1, sym_USE, - ACTIONS(2009), 1, + ACTIONS(2069), 1, sym_VARIABLE, - ACTIONS(2011), 1, + ACTIONS(2071), 1, sym_VIEW, - STATE(945), 1, + STATE(997), 1, aux_sym_entity_head_repeat1, - STATE(3244), 1, + STATE(3248), 1, sym__entity_declarative_item, - STATE(5961), 1, + STATE(5890), 1, sym__subprogram_specification, ACTIONS(43), 2, sym_IMPURE, sym_PURE, - ACTIONS(2787), 2, + ACTIONS(2738), 2, sym_BEGIN, sym_END, - STATE(6069), 2, + STATE(6037), 2, sym_procedure_specification, sym_function_specification, - STATE(958), 3, + STATE(948), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3241), 20, + STATE(3250), 20, sym_use_clause, sym_package_declaration, sym_package_instantiation_declaration, @@ -97744,18 +97168,18 @@ static const uint16_t ts_small_parse_table[] = { sym_disconnection_specification, sym_group_template_declaration, sym_group_declaration, - [63937] = 6, + [63305] = 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(949), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2586), 7, + ACTIONS(2376), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -97763,7 +97187,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2584), 38, + ACTIONS(2374), 38, sym_AND, sym_GENERIC, sym_MOD, @@ -97802,176 +97226,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [64001] = 27, + [63369] = 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(1977), 1, - sym_ALIAS, - ACTIONS(1979), 1, - sym_ATTRIBUTE, - ACTIONS(1983), 1, - sym_CONSTANT, - ACTIONS(1985), 1, - sym_DISCONNECT, - ACTIONS(1987), 1, - sym_FILE, - ACTIONS(1989), 1, - sym_FUNCTION, - ACTIONS(1993), 1, - sym_GROUP, - ACTIONS(1995), 1, - sym_PACKAGE, - ACTIONS(1999), 1, - sym_SIGNAL, - ACTIONS(2001), 1, - sym_SHARED, - ACTIONS(2003), 1, - sym_SUBTYPE, - ACTIONS(2005), 1, - sym_TYPE, - ACTIONS(2007), 1, - sym_USE, - ACTIONS(2009), 1, - sym_VARIABLE, - ACTIONS(2011), 1, - sym_VIEW, - STATE(941), 1, - aux_sym_entity_head_repeat1, - STATE(3244), 1, - sym__entity_declarative_item, - STATE(5961), 1, - sym__subprogram_specification, - ACTIONS(43), 2, - sym_IMPURE, - sym_PURE, - ACTIONS(2532), 2, - sym_BEGIN, - sym_END, - STATE(6069), 2, - sym_procedure_specification, - sym_function_specification, - STATE(960), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(3241), 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, - [64107] = 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(1977), 1, - sym_ALIAS, - ACTIONS(1979), 1, - sym_ATTRIBUTE, - ACTIONS(1983), 1, - sym_CONSTANT, - ACTIONS(1985), 1, - sym_DISCONNECT, - ACTIONS(1987), 1, - sym_FILE, - ACTIONS(1989), 1, - sym_FUNCTION, - ACTIONS(1993), 1, - sym_GROUP, - ACTIONS(1995), 1, - sym_PACKAGE, - ACTIONS(1999), 1, - sym_SIGNAL, - ACTIONS(2001), 1, - sym_SHARED, - ACTIONS(2003), 1, - sym_SUBTYPE, - ACTIONS(2005), 1, - sym_TYPE, - ACTIONS(2007), 1, - sym_USE, - ACTIONS(2009), 1, - sym_VARIABLE, - ACTIONS(2011), 1, - sym_VIEW, - STATE(945), 1, - aux_sym_entity_head_repeat1, - STATE(3244), 1, - sym__entity_declarative_item, - STATE(5961), 1, - sym__subprogram_specification, - ACTIONS(43), 2, - sym_IMPURE, - sym_PURE, - ACTIONS(2532), 2, - sym_BEGIN, - sym_END, - STATE(6069), 2, - sym_procedure_specification, - sym_function_specification, - STATE(961), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(3241), 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, - [64213] = 6, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(962), 3, + STATE(950), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2454), 7, + ACTIONS(2668), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -97979,7 +97245,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2452), 38, + ACTIONS(2666), 38, sym_AND, sym_GENERIC, sym_MOD, @@ -98018,18 +97284,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [64277] = 6, + [63433] = 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(951), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2458), 7, + ACTIONS(2484), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -98037,8 +97303,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2456), 38, + ACTIONS(2482), 38, sym_AND, + sym_DOWNTO, sym_GENERIC, sym_MOD, sym_NAND, @@ -98052,16 +97319,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, @@ -98072,22 +97339,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, - [64341] = 6, + [63497] = 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(952), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2392), 7, + ACTIONS(2628), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -98095,8 +97361,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2390), 38, + ACTIONS(2626), 38, sym_AND, + sym_DOWNTO, sym_GENERIC, sym_MOD, sym_NAND, @@ -98110,16 +97377,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, @@ -98130,31 +97397,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, - [64405] = 9, + [63561] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2791), 1, - sym_library_constant_unit, - STATE(1956), 1, - sym__unit, - STATE(965), 3, + STATE(953), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2789), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - ACTIONS(2446), 7, + ACTIONS(2564), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -98162,12 +97419,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2444), 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, @@ -98175,14 +97435,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, @@ -98193,20 +97455,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, - [64475] = 6, + [63625] = 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(954), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2388), 7, + ACTIONS(2662), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -98214,7 +97477,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2386), 38, + ACTIONS(2660), 38, sym_AND, sym_DOWNTO, sym_GENERIC, @@ -98253,18 +97516,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [64539] = 6, + [63689] = 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(955), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2396), 7, + ACTIONS(2624), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -98272,7 +97535,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2394), 38, + ACTIONS(2622), 38, sym_AND, sym_DOWNTO, sym_GENERIC, @@ -98311,18 +97574,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [64603] = 6, + [63753] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(968), 3, + STATE(956), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2454), 7, + ACTIONS(2658), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -98330,9 +97593,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2452), 38, + ACTIONS(2656), 38, sym_AND, - sym_DOWNTO, sym_GENERIC, sym_MOD, sym_NAND, @@ -98346,16 +97608,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, @@ -98366,21 +97628,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, - [64667] = 6, + [63817] = 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(957), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2458), 7, + ACTIONS(2548), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -98388,9 +97651,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2456), 38, + ACTIONS(2546), 38, sym_AND, - sym_DOWNTO, sym_GENERIC, sym_MOD, sym_NAND, @@ -98404,16 +97666,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, @@ -98424,21 +97686,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, - [64731] = 6, + [63881] = 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(958), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2494), 7, + ACTIONS(2568), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -98446,7 +97709,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2492), 38, + ACTIONS(2566), 38, sym_AND, sym_DOWNTO, sym_GENERIC, @@ -98485,18 +97748,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [64795] = 6, + [63945] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(971), 3, + STATE(959), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2510), 7, + ACTIONS(2480), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -98504,7 +97767,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2508), 38, + ACTIONS(2478), 38, sym_AND, sym_DOWNTO, sym_GENERIC, @@ -98543,18 +97806,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [64859] = 6, + [64009] = 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(960), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2514), 7, + ACTIONS(2564), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -98562,9 +97825,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2512), 38, + ACTIONS(2562), 38, sym_AND, - sym_DOWNTO, sym_GENERIC, sym_MOD, sym_NAND, @@ -98578,16 +97840,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, @@ -98598,21 +97860,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, - [64923] = 6, + [64073] = 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(961), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2612), 7, + ACTIONS(2522), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -98620,9 +97883,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2610), 38, + ACTIONS(2520), 38, sym_AND, - sym_DOWNTO, sym_GENERIC, sym_MOD, sym_NAND, @@ -98636,16 +97898,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, @@ -98656,21 +97918,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, - [64987] = 6, + [64137] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(974), 3, + STATE(962), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2522), 7, + ACTIONS(2518), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -98678,9 +97941,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2520), 38, + ACTIONS(2516), 38, sym_AND, - sym_DOWNTO, sym_GENERIC, sym_MOD, sym_NAND, @@ -98694,16 +97956,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, @@ -98714,21 +97976,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, - [65051] = 6, + [64201] = 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(963), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2616), 7, + ACTIONS(2476), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -98736,7 +97999,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2614), 38, + ACTIONS(2474), 38, sym_AND, sym_DOWNTO, sym_GENERIC, @@ -98775,18 +98038,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [65115] = 6, + [64265] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(976), 3, + ACTIONS(2742), 1, + sym_library_constant_unit, + STATE(2021), 1, + sym__unit, + STATE(964), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2526), 7, + ACTIONS(2740), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + ACTIONS(2380), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -98794,7 +98066,59 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2524), 38, + ACTIONS(2378), 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, + [64335] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(965), 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), 38, sym_AND, sym_DOWNTO, sym_GENERIC, @@ -98833,18 +98157,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [65179] = 6, + [64399] = 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(966), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2530), 7, + ACTIONS(2388), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -98852,7 +98176,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2528), 38, + ACTIONS(2386), 38, sym_AND, sym_DOWNTO, sym_GENERIC, @@ -98891,18 +98215,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [65243] = 6, + [64463] = 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(967), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2554), 7, + ACTIONS(2438), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -98910,9 +98234,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2552), 38, + ACTIONS(2436), 38, sym_AND, - sym_DOWNTO, sym_GENERIC, sym_MOD, sym_NAND, @@ -98926,16 +98249,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, @@ -98946,21 +98269,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, - [65307] = 6, + [64527] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(979), 3, + STATE(968), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2638), 7, + ACTIONS(2476), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -98968,9 +98292,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2636), 38, + ACTIONS(2474), 38, sym_AND, - sym_DOWNTO, sym_GENERIC, sym_MOD, sym_NAND, @@ -98984,16 +98307,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, @@ -99004,21 +98327,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, - [65371] = 6, + [64591] = 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(969), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2642), 7, + ACTIONS(2404), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -99026,9 +98350,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2640), 38, + ACTIONS(2402), 38, sym_AND, - sym_DOWNTO, sym_GENERIC, sym_MOD, sym_NAND, @@ -99042,16 +98365,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, @@ -99062,21 +98385,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, - [65435] = 6, + [64655] = 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(970), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2646), 7, + ACTIONS(2602), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -99084,9 +98408,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2644), 38, + ACTIONS(2600), 38, sym_AND, - sym_DOWNTO, sym_GENERIC, sym_MOD, sym_NAND, @@ -99100,16 +98423,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, @@ -99120,21 +98443,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, - [65499] = 6, + [64719] = 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(971), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2558), 7, + ACTIONS(2628), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -99142,9 +98466,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2556), 38, + ACTIONS(2626), 38, sym_AND, - sym_DOWNTO, sym_GENERIC, sym_MOD, sym_NAND, @@ -99158,16 +98481,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, @@ -99178,21 +98501,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, - [65563] = 6, + [64783] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(983), 3, + STATE(972), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2562), 7, + ACTIONS(2654), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -99200,9 +98524,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2560), 38, + ACTIONS(2652), 38, sym_AND, - sym_DOWNTO, sym_GENERIC, sym_MOD, sym_NAND, @@ -99216,16 +98539,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, @@ -99236,21 +98559,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, - [65627] = 6, + [64847] = 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(973), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2566), 7, + ACTIONS(2526), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -99258,7 +98582,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2564), 38, + ACTIONS(2524), 38, sym_AND, sym_DOWNTO, sym_GENERIC, @@ -99297,18 +98621,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [65691] = 6, + [64911] = 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(974), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2570), 7, + ACTIONS(2654), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -99316,7 +98640,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2568), 38, + ACTIONS(2652), 38, sym_AND, sym_DOWNTO, sym_GENERIC, @@ -99355,18 +98679,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [65755] = 6, + [64975] = 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(975), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2650), 7, + ACTIONS(2388), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -99374,9 +98698,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2648), 38, + ACTIONS(2386), 38, sym_AND, - sym_DOWNTO, sym_GENERIC, sym_MOD, sym_NAND, @@ -99390,16 +98713,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, @@ -99410,21 +98733,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, - [65819] = 6, + [65039] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(987), 3, + STATE(976), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2654), 7, + ACTIONS(2510), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -99432,9 +98756,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2652), 38, + ACTIONS(2508), 38, sym_AND, - sym_DOWNTO, sym_GENERIC, sym_MOD, sym_NAND, @@ -99448,16 +98771,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, @@ -99468,21 +98791,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, - [65883] = 6, + [65103] = 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(977), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2480), 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(2478), 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, + [65167] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(978), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2586), 7, + ACTIONS(2548), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -99490,7 +98872,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2584), 38, + ACTIONS(2546), 38, sym_AND, sym_DOWNTO, sym_GENERIC, @@ -99529,18 +98911,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [65947] = 6, + [65231] = 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(979), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2590), 7, + ACTIONS(2438), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -99548,8 +98930,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2588), 38, + ACTIONS(2436), 38, sym_AND, + sym_DOWNTO, sym_GENERIC, sym_MOD, sym_NAND, @@ -99563,16 +98946,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, @@ -99583,22 +98966,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, - [66011] = 6, + [65295] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(990), 3, + STATE(980), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2676), 7, + ACTIONS(2484), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -99606,7 +98988,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2674), 38, + ACTIONS(2482), 38, sym_AND, sym_GENERIC, sym_MOD, @@ -99645,18 +99027,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [66075] = 6, + [65359] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(991), 3, + STATE(981), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2590), 7, + ACTIONS(2552), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -99664,7 +99046,65 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2588), 38, + ACTIONS(2550), 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, + [65423] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(982), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2442), 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(2440), 38, sym_AND, sym_DOWNTO, sym_GENERIC, @@ -99703,24 +99143,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [66139] = 9, + [65487] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1689), 1, - anon_sym_LPAREN, - ACTIONS(2793), 1, - sym_PARAMETER, - STATE(1090), 1, - sym_parenthesis_group, - STATE(992), 3, + STATE(983), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2193), 7, + ACTIONS(2602), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -99728,13 +99162,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2191), 35, + ACTIONS(2600), 38, sym_AND, + sym_DOWNTO, sym_GENERIC, sym_MOD, sym_NAND, sym_NOR, sym_OR, + sym_PARAMETER, sym_REM, sym_ROL, sym_ROR, @@ -99742,12 +99178,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, @@ -99764,18 +99201,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [66209] = 6, + [65551] = 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(984), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2676), 7, + ACTIONS(2506), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -99783,7 +99220,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2674), 38, + ACTIONS(2504), 38, sym_AND, sym_DOWNTO, sym_GENERIC, @@ -99822,18 +99259,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [66273] = 6, + [65615] = 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(985), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2442), 7, + ACTIONS(2522), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -99841,7 +99278,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2440), 38, + ACTIONS(2520), 38, sym_AND, sym_DOWNTO, sym_GENERIC, @@ -99880,40 +99317,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [66337] = 9, + [65679] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1645), 1, - anon_sym_LPAREN, - ACTIONS(2795), 1, - sym_PARAMETER, - STATE(1113), 1, - sym_parenthesis_group, - STATE(995), 3, + STATE(986), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2193), 6, + ACTIONS(2556), 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(2191), 36, + ACTIONS(2554), 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, @@ -99921,14 +99351,16 @@ 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, @@ -99939,20 +99371,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, - [66407] = 6, + anon_sym_PIPE, + [65743] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(996), 3, + STATE(987), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2442), 7, + ACTIONS(2560), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -99960,7 +99394,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2440), 38, + ACTIONS(2558), 38, sym_AND, sym_GENERIC, sym_MOD, @@ -99999,27 +99433,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [66471] = 9, + [65807] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2799), 1, - sym_library_constant_unit, - STATE(2141), 1, - sym__unit, - STATE(997), 3, + STATE(988), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2797), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - ACTIONS(2446), 7, + ACTIONS(2404), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -100027,13 +99452,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2444), 32, + ACTIONS(2402), 38, sym_AND, sym_DOWNTO, + sym_GENERIC, sym_MOD, sym_NAND, sym_NOR, sym_OR, + sym_PARAMETER, sym_REM, sym_ROL, sym_ROR, @@ -100046,6 +99473,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, @@ -100059,29 +99488,27 @@ 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, - [66541] = 11, + [65871] = 9, 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(417), 1, - sym_multiplying_operator, - STATE(551), 1, - sym_logical_operator, - STATE(552), 1, - sym_relational_operator, - STATE(553), 1, - sym_shift_operator, - STATE(998), 3, + ACTIONS(1651), 1, + anon_sym_LPAREN, + ACTIONS(2744), 1, + sym_PARAMETER, + STATE(1052), 1, + sym_parenthesis_group, + STATE(989), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2712), 7, + ACTIONS(2326), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -100089,8 +99516,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2710), 32, + ACTIONS(2324), 35, sym_AND, + sym_GENERIC, sym_MOD, sym_NAND, sym_NOR, @@ -100102,14 +99530,15 @@ 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_RPAREN, anon_sym_EQ_GT, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -100120,37 +99549,115 @@ 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, - [66614] = 6, + [65941] = 27, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(999), 3, + ACTIONS(51), 1, + sym_PROCEDURE, + ACTIONS(2037), 1, + sym_ALIAS, + ACTIONS(2039), 1, + sym_ATTRIBUTE, + ACTIONS(2043), 1, + sym_CONSTANT, + ACTIONS(2045), 1, + sym_DISCONNECT, + ACTIONS(2047), 1, + sym_FILE, + ACTIONS(2049), 1, + sym_FUNCTION, + ACTIONS(2053), 1, + sym_GROUP, + ACTIONS(2055), 1, + sym_PACKAGE, + ACTIONS(2059), 1, + sym_SIGNAL, + ACTIONS(2061), 1, + sym_SHARED, + ACTIONS(2063), 1, + sym_SUBTYPE, + ACTIONS(2065), 1, + sym_TYPE, + ACTIONS(2067), 1, + sym_USE, + ACTIONS(2069), 1, + sym_VARIABLE, + ACTIONS(2071), 1, + sym_VIEW, + STATE(932), 1, + aux_sym_entity_head_repeat1, + STATE(3248), 1, + sym__entity_declarative_item, + STATE(5890), 1, + sym__subprogram_specification, + ACTIONS(43), 2, + sym_IMPURE, + sym_PURE, + ACTIONS(2738), 2, + sym_BEGIN, + sym_END, + STATE(6037), 2, + sym_procedure_specification, + sym_function_specification, + STATE(990), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(3250), 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, + [66047] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(991), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2570), 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(2568), 38, + ACTIONS(2622), 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, @@ -100158,15 +99665,16 @@ 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, @@ -100177,27 +99685,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, - [66677] = 6, + anon_sym_PIPE, + [66111] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1000), 3, + ACTIONS(1621), 1, + anon_sym_LPAREN, + ACTIONS(2746), 1, + sym_PARAMETER, + STATE(1100), 1, + sym_parenthesis_group, + STATE(992), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2396), 6, + ACTIONS(2326), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2394), 38, + ACTIONS(2324), 36, sym_AND, sym_BUS, sym_DOWNTO, @@ -100206,7 +99722,6 @@ static const uint16_t ts_small_parse_table[] = { sym_NAND, sym_NOR, sym_OR, - sym_PARAMETER, sym_REM, sym_ROL, sym_ROR, @@ -100219,7 +99734,6 @@ 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, @@ -100236,28 +99750,27 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [66740] = 6, + [66181] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1001), 3, + STATE(993), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2454), 6, + ACTIONS(2506), 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(2452), 38, + ACTIONS(2504), 38, sym_AND, - sym_BUS, - sym_DOWNTO, sym_GENERIC, sym_MOD, sym_NAND, @@ -100271,16 +99784,16 @@ 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, @@ -100291,30 +99804,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, - [66803] = 6, + anon_sym_PIPE, + [66245] = 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(994), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2458), 6, + ACTIONS(2442), 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(2456), 38, + ACTIONS(2440), 38, sym_AND, - sym_BUS, - sym_DOWNTO, sym_GENERIC, sym_MOD, sym_NAND, @@ -100328,16 +99842,16 @@ 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, @@ -100348,20 +99862,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, - [66866] = 6, + anon_sym_PIPE, + [66309] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1003), 3, + STATE(995), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2680), 7, + ACTIONS(2568), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -100369,7 +99885,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2678), 37, + ACTIONS(2566), 38, sym_AND, sym_GENERIC, sym_MOD, @@ -100384,7 +99900,6 @@ static const uint16_t ts_small_parse_table[] = { sym_SLL, sym_SRA, sym_SRL, - sym_WHEN, sym_XNOR, sym_XOR, anon_sym_SEMI, @@ -100394,6 +99909,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, @@ -100404,30 +99920,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, - [66929] = 6, + [66373] = 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(996), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2494), 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(2492), 38, + ACTIONS(2516), 38, sym_AND, - sym_BUS, sym_DOWNTO, sym_GENERIC, sym_MOD, @@ -100443,15 +99960,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, @@ -100464,91 +99981,119 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [66992] = 6, + anon_sym_PIPE, + [66437] = 26, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1005), 3, + ACTIONS(2748), 1, + sym_ALIAS, + ACTIONS(2751), 1, + sym_ATTRIBUTE, + ACTIONS(2756), 1, + sym_CONSTANT, + ACTIONS(2759), 1, + sym_DISCONNECT, + ACTIONS(2762), 1, + sym_FILE, + ACTIONS(2765), 1, + sym_FUNCTION, + ACTIONS(2768), 1, + sym_GROUP, + ACTIONS(2774), 1, + sym_PACKAGE, + ACTIONS(2777), 1, + sym_PROCEDURE, + ACTIONS(2780), 1, + sym_SIGNAL, + ACTIONS(2783), 1, + sym_SHARED, + ACTIONS(2786), 1, + sym_SUBTYPE, + ACTIONS(2789), 1, + sym_TYPE, + ACTIONS(2792), 1, + sym_USE, + ACTIONS(2795), 1, + sym_VARIABLE, + ACTIONS(2798), 1, + sym_VIEW, + STATE(3248), 1, + sym__entity_declarative_item, + STATE(5890), 1, + sym__subprogram_specification, + ACTIONS(2754), 2, + sym_BEGIN, + sym_END, + ACTIONS(2771), 2, + sym_IMPURE, + sym_PURE, + STATE(6037), 2, + sym_procedure_specification, + sym_function_specification, + STATE(997), 4, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2510), 6, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2508), 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_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, - [67055] = 6, + aux_sym_entity_head_repeat1, + STATE(3250), 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, + [66541] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1006), 3, + ACTIONS(1719), 1, + anon_sym_LPAREN, + ACTIONS(2801), 1, + sym_PARAMETER, + STATE(1231), 1, + sym_parenthesis_group, + STATE(998), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2514), 6, + ACTIONS(2326), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2512), 38, + ACTIONS(2324), 35, 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, @@ -100561,10 +100106,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, @@ -100578,25 +100120,25 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [67118] = 6, + [66610] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1007), 3, + STATE(999), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2518), 6, + ACTIONS(2668), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2516), 38, + ACTIONS(2666), 38, sym_AND, sym_BUS, sym_DOWNTO, @@ -100635,28 +100177,27 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [67181] = 6, + [66673] = 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(1000), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2522), 6, + ACTIONS(2568), 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(2520), 38, + ACTIONS(2566), 37, sym_AND, - sym_BUS, - sym_DOWNTO, sym_GENERIC, sym_MOD, sym_NAND, @@ -100670,16 +100211,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, @@ -100692,25 +100233,26 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [67244] = 6, + anon_sym_PIPE, + [66736] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1009), 3, + STATE(1001), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2526), 6, + ACTIONS(2628), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2524), 38, + ACTIONS(2626), 38, sym_AND, sym_BUS, sym_DOWNTO, @@ -100720,6 +100262,7 @@ static const uint16_t ts_small_parse_table[] = { sym_NOR, sym_OR, sym_PARAMETER, + sym_REGISTER, sym_REM, sym_ROL, sym_ROR, @@ -100733,7 +100276,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, @@ -100749,93 +100291,27 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [67307] = 14, + [66799] = 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_exponentiate, - STATE(416), 1, - sym_adding_operator, - STATE(417), 1, - sym_multiplying_operator, - STATE(551), 1, - sym_logical_operator, - STATE(552), 1, - sym_relational_operator, - STATE(553), 1, - sym_shift_operator, - ACTIONS(2698), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2704), 2, - sym_MOD, - sym_REM, - STATE(1010), 3, + STATE(1002), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2720), 5, + ACTIONS(2654), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2718), 29, - 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_PLUS, - anon_sym_DASH, - anon_sym_AMP, - anon_sym_GT_GT, - anon_sym_PIPE, - [67386] = 6, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(1011), 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), 38, + ACTIONS(2652), 37, sym_AND, - sym_BUS, - sym_DOWNTO, sym_GENERIC, sym_MOD, sym_NAND, @@ -100849,16 +100325,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, @@ -100871,28 +100347,28 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [67449] = 6, + anon_sym_PIPE, + [66862] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1012), 3, + STATE(1003), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2554), 6, + ACTIONS(2628), 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(2552), 38, + ACTIONS(2626), 37, sym_AND, - sym_BUS, - sym_DOWNTO, sym_GENERIC, sym_MOD, sym_NAND, @@ -100906,16 +100382,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, @@ -100928,25 +100404,26 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [67512] = 6, + anon_sym_PIPE, + [66925] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1013), 3, + STATE(1004), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2558), 6, + ACTIONS(2442), 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(2440), 38, sym_AND, sym_BUS, sym_DOWNTO, @@ -100985,25 +100462,25 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [67575] = 6, + [66988] = 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(1005), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2562), 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(2560), 38, + ACTIONS(2402), 38, sym_AND, sym_BUS, sym_DOWNTO, @@ -101042,34 +100519,40 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [67638] = 6, + [67051] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1015), 3, + ACTIONS(2805), 1, + sym_library_constant_unit, + STATE(2364), 1, + sym__unit, + STATE(1006), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2566), 6, + ACTIONS(2803), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + ACTIONS(2380), 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(2564), 38, + ACTIONS(2378), 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, @@ -101077,16 +100560,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, @@ -101097,27 +100578,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [67701] = 6, + anon_sym_PIPE, + [67120] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1016), 3, + STATE(1007), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2570), 6, + ACTIONS(2438), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2568), 38, + ACTIONS(2436), 38, sym_AND, sym_BUS, sym_DOWNTO, @@ -101156,34 +100636,39 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [67764] = 6, + [67183] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1017), 3, + ACTIONS(1749), 1, + anon_sym_LPAREN, + ACTIONS(2807), 1, + sym_PARAMETER, + STATE(1217), 1, + sym_parenthesis_group, + STATE(1008), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2586), 6, + ACTIONS(2326), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2584), 38, + ACTIONS(2324), 35, 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, @@ -101194,12 +100679,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, - sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -101213,39 +100696,34 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [67827] = 9, + [67252] = 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(1157), 1, - sym_parenthesis_group, - STATE(1018), 3, + STATE(1009), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2193), 6, + ACTIONS(2476), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2191), 35, + ACTIONS(2474), 38, sym_AND, + sym_BUS, sym_DOWNTO, sym_GENERIC, sym_MOD, sym_NAND, sym_NOR, sym_OR, - sym_RANGE, + sym_PARAMETER, sym_REM, sym_ROL, sym_ROR, @@ -101256,10 +100734,12 @@ 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, + sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -101273,86 +100753,25 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [67896] = 10, + [67315] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2807), 1, - sym_CONTEXT, - ACTIONS(2810), 1, - sym_LIBRARY, - ACTIONS(2813), 1, - sym_USE, - STATE(2270), 1, - sym__context_item, - STATE(1917), 3, - sym_library_clause, - sym_use_clause, - sym_context_reference, - STATE(1019), 4, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - aux_sym_design_unit_repeat1, - ACTIONS(2805), 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, - [67967] = 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(1010), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2612), 6, + ACTIONS(2484), 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(2482), 38, sym_AND, sym_BUS, sym_DOWNTO, @@ -101391,25 +100810,25 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [68030] = 6, + [67378] = 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(1011), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2616), 6, + ACTIONS(2654), 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(2652), 38, sym_AND, sym_BUS, sym_DOWNTO, @@ -101419,7 +100838,6 @@ static const uint16_t ts_small_parse_table[] = { sym_NOR, sym_OR, sym_PARAMETER, - sym_REGISTER, sym_REM, sym_ROL, sym_ROR, @@ -101433,6 +100851,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, @@ -101448,24 +100867,24 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [68093] = 18, + [67441] = 18, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2801), 1, + ACTIONS(2809), 1, sym_exponentiate, - STATE(416), 1, - sym_adding_operator, - STATE(417), 1, + STATE(445), 1, sym_multiplying_operator, - STATE(551), 1, + STATE(449), 1, + sym_adding_operator, + STATE(573), 1, sym_logical_operator, - STATE(552), 1, + STATE(659), 1, sym_relational_operator, - STATE(553), 1, + STATE(711), 1, sym_shift_operator, ACTIONS(2698), 2, anon_sym_STAR, @@ -101477,7 +100896,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - STATE(1022), 3, + STATE(1012), 3, sym__tool_directive, sym_line_comment, sym_block_comment, @@ -101502,12 +100921,12 @@ static const uint16_t ts_small_parse_table[] = { sym_SRA, sym_SRL, ACTIONS(2690), 7, - anon_sym_SEMI, + sym_DOWNTO, + sym_TO, + sym_WHEN, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_EQ_GT, - sym_variable_assignment, - anon_sym_GT_GT, anon_sym_PIPE, ACTIONS(2692), 7, anon_sym_LT_EQ, @@ -101517,25 +100936,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [68180] = 6, + [67528] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1023), 3, + STATE(1013), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2638), 6, + ACTIONS(2658), 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(2656), 38, sym_AND, sym_BUS, sym_DOWNTO, @@ -101545,7 +100964,6 @@ static const uint16_t ts_small_parse_table[] = { sym_NOR, sym_OR, sym_PARAMETER, - sym_REGISTER, sym_REM, sym_ROL, sym_ROR, @@ -101559,6 +100977,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, @@ -101574,25 +100993,82 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [68243] = 6, + [67591] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1024), 3, + STATE(1014), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2680), 6, + ACTIONS(2560), 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), 38, + ACTIONS(2558), 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, + [67654] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(1015), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2602), 6, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2600), 38, sym_AND, sym_BUS, sym_DOWNTO, @@ -101602,7 +101078,6 @@ static const uint16_t ts_small_parse_table[] = { sym_NOR, sym_OR, sym_PARAMETER, - sym_REGISTER, sym_REM, sym_ROL, sym_ROR, @@ -101616,6 +101091,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, @@ -101631,145 +101107,123 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [68306] = 28, + [67717] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2221), 1, - sym_ALIAS, - ACTIONS(2223), 1, - sym_ATTRIBUTE, - ACTIONS(2225), 1, - sym_COMPONENT, - ACTIONS(2227), 1, - sym_CONSTANT, - ACTIONS(2229), 1, - sym_DISCONNECT, - ACTIONS(2233), 1, - sym_FILE, - ACTIONS(2235), 1, - sym_FUNCTION, - ACTIONS(2239), 1, - sym_GROUP, - ACTIONS(2245), 1, - sym_PACKAGE, - ACTIONS(2247), 1, - sym_PROCEDURE, - ACTIONS(2249), 1, - sym_SIGNAL, - ACTIONS(2251), 1, - sym_SHARED, - ACTIONS(2253), 1, - sym_SUBTYPE, - ACTIONS(2255), 1, - sym_TYPE, - ACTIONS(2257), 1, - sym_USE, - ACTIONS(2259), 1, - sym_VARIABLE, - ACTIONS(2261), 1, - sym_VIEW, - ACTIONS(2816), 1, - sym_END, - STATE(1072), 1, - aux_sym_package_declaration_body_repeat1, - STATE(3274), 1, - sym__package_declarative_item, - STATE(7256), 1, - sym__subprogram_specification, - ACTIONS(2241), 2, - sym_IMPURE, - sym_PURE, - STATE(6833), 2, - sym_procedure_specification, - sym_function_specification, - STATE(1025), 3, + STATE(1016), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3273), 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, - [68413] = 28, + 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), 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_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, + [67780] = 28, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2221), 1, + ACTIONS(2137), 1, sym_ALIAS, - ACTIONS(2223), 1, + ACTIONS(2139), 1, sym_ATTRIBUTE, - ACTIONS(2225), 1, + ACTIONS(2141), 1, sym_COMPONENT, - ACTIONS(2227), 1, + ACTIONS(2143), 1, sym_CONSTANT, - ACTIONS(2229), 1, + ACTIONS(2145), 1, sym_DISCONNECT, - ACTIONS(2233), 1, + ACTIONS(2149), 1, sym_FILE, - ACTIONS(2235), 1, + ACTIONS(2151), 1, sym_FUNCTION, - ACTIONS(2239), 1, + ACTIONS(2155), 1, sym_GROUP, - ACTIONS(2245), 1, + ACTIONS(2161), 1, sym_PACKAGE, - ACTIONS(2247), 1, + ACTIONS(2163), 1, sym_PROCEDURE, - ACTIONS(2249), 1, + ACTIONS(2165), 1, sym_SIGNAL, - ACTIONS(2251), 1, + ACTIONS(2167), 1, sym_SHARED, - ACTIONS(2253), 1, + ACTIONS(2169), 1, sym_SUBTYPE, - ACTIONS(2255), 1, + ACTIONS(2171), 1, sym_TYPE, - ACTIONS(2257), 1, + ACTIONS(2173), 1, sym_USE, - ACTIONS(2259), 1, + ACTIONS(2175), 1, sym_VARIABLE, - ACTIONS(2261), 1, + ACTIONS(2177), 1, sym_VIEW, - ACTIONS(2816), 1, + ACTIONS(2811), 1, sym_END, - STATE(1075), 1, + STATE(1032), 1, aux_sym_package_declaration_body_repeat1, - STATE(3274), 1, + STATE(3331), 1, sym__package_declarative_item, - STATE(7256), 1, + STATE(8186), 1, sym__subprogram_specification, - ACTIONS(2241), 2, + ACTIONS(2157), 2, sym_IMPURE, sym_PURE, - STATE(6833), 2, + STATE(8210), 2, sym_procedure_specification, sym_function_specification, - STATE(1026), 3, + STATE(1017), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3273), 19, + STATE(3329), 19, sym_use_clause, sym_package_declaration, sym_package_instantiation_declaration, @@ -101789,25 +101243,25 @@ static const uint16_t ts_small_parse_table[] = { sym_disconnection_specification, sym_group_template_declaration, sym_group_declaration, - [68520] = 6, + [67887] = 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(1018), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2616), 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(2614), 38, + ACTIONS(2648), 38, sym_AND, sym_BUS, sym_DOWNTO, @@ -101817,6 +101271,7 @@ static const uint16_t ts_small_parse_table[] = { sym_NOR, sym_OR, sym_PARAMETER, + sym_REGISTER, sym_REM, sym_ROL, sym_ROR, @@ -101830,7 +101285,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, @@ -101846,25 +101300,25 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [68583] = 6, + [67950] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1028), 3, + STATE(1019), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2638), 6, + ACTIONS(2602), 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(2600), 38, sym_AND, sym_BUS, sym_DOWNTO, @@ -101874,6 +101328,7 @@ static const uint16_t ts_small_parse_table[] = { sym_NOR, sym_OR, sym_PARAMETER, + sym_REGISTER, sym_REM, sym_ROL, sym_ROR, @@ -101887,7 +101342,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, @@ -101903,85 +101357,27 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [68646] = 6, + [68013] = 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(1020), 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), 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_XNOR, - sym_XOR, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_LT_EQ, - sym_variable_assignment, + ACTIONS(2480), 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, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [68709] = 6, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(1030), 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), 38, + ACTIONS(2478), 37, sym_AND, - sym_BUS, - sym_DOWNTO, sym_GENERIC, sym_MOD, sym_NAND, @@ -101995,16 +101391,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, @@ -102017,25 +101413,26 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [68772] = 6, + anon_sym_PIPE, + [68076] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1031), 3, + STATE(1021), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2650), 6, + ACTIONS(2574), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2648), 38, + ACTIONS(2572), 38, sym_AND, sym_BUS, sym_DOWNTO, @@ -102045,6 +101442,7 @@ static const uint16_t ts_small_parse_table[] = { sym_NOR, sym_OR, sym_PARAMETER, + sym_REGISTER, sym_REM, sym_ROL, sym_ROR, @@ -102058,7 +101456,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, @@ -102074,28 +101471,27 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [68835] = 6, + [68139] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1032), 3, + STATE(1022), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2654), 6, + ACTIONS(2438), 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(2652), 38, + ACTIONS(2436), 37, sym_AND, - sym_BUS, - sym_DOWNTO, sym_GENERIC, sym_MOD, sym_NAND, @@ -102109,16 +101505,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, @@ -102131,28 +101527,28 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [68898] = 6, + anon_sym_PIPE, + [68202] = 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(1023), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2590), 6, + ACTIONS(2548), 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(2588), 38, + ACTIONS(2546), 37, sym_AND, - sym_BUS, - sym_DOWNTO, sym_GENERIC, sym_MOD, sym_NAND, @@ -102166,16 +101562,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, @@ -102188,34 +101584,43 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [68961] = 6, + anon_sym_PIPE, + [68265] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1034), 3, + STATE(445), 1, + sym_multiplying_operator, + STATE(449), 1, + sym_adding_operator, + STATE(573), 1, + sym_logical_operator, + STATE(659), 1, + sym_relational_operator, + STATE(711), 1, + sym_shift_operator, + STATE(1024), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2676), 6, + ACTIONS(2688), 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), 38, + ACTIONS(2686), 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, @@ -102224,15 +101629,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, @@ -102243,30 +101646,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [69024] = 6, + anon_sym_PIPE, + [68338] = 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(1025), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2442), 6, + ACTIONS(2662), 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(2440), 38, + ACTIONS(2660), 37, sym_AND, - sym_BUS, - sym_DOWNTO, sym_GENERIC, sym_MOD, sym_NAND, @@ -102280,16 +101681,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, @@ -102302,35 +101703,34 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [69087] = 6, + anon_sym_PIPE, + [68401] = 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(1026), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2642), 6, + ACTIONS(2526), 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(2524), 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, @@ -102338,15 +101738,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, @@ -102359,25 +101760,26 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [69150] = 6, + anon_sym_PIPE, + [68464] = 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(1027), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2646), 6, + ACTIONS(2662), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2644), 38, + ACTIONS(2660), 38, sym_AND, sym_BUS, sym_DOWNTO, @@ -102416,25 +101818,25 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [69213] = 6, + [68527] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1038), 3, + STATE(1028), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2650), 6, + ACTIONS(2668), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2648), 38, + ACTIONS(2666), 38, sym_AND, sym_BUS, sym_DOWNTO, @@ -102473,24 +101875,24 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [69276] = 17, + [68590] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2801), 1, + ACTIONS(2809), 1, sym_exponentiate, - STATE(416), 1, - sym_adding_operator, - STATE(417), 1, + STATE(445), 1, sym_multiplying_operator, - STATE(551), 1, + STATE(449), 1, + sym_adding_operator, + STATE(573), 1, sym_logical_operator, - STATE(552), 1, + STATE(659), 1, sym_relational_operator, - STATE(553), 1, + STATE(711), 1, sym_shift_operator, ACTIONS(2698), 2, anon_sym_STAR, @@ -102498,215 +101900,65 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2704), 2, sym_MOD, sym_REM, - ACTIONS(2696), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(1039), 3, + STATE(1029), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2694), 5, + ACTIONS(2688), 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(2692), 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(2708), 13, + ACTIONS(2686), 29, sym_AND, + sym_DOWNTO, 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, - [69361] = 16, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(2801), 1, - sym_exponentiate, - STATE(416), 1, - sym_adding_operator, - STATE(417), 1, - sym_multiplying_operator, - STATE(551), 1, - sym_logical_operator, - STATE(552), 1, - sym_relational_operator, - STATE(553), 1, - sym_shift_operator, - ACTIONS(2698), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2704), 2, - sym_MOD, - sym_REM, - ACTIONS(2696), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(1040), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2724), 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(2722), 20, - sym_AND, - 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_PLUS, + anon_sym_DASH, + anon_sym_AMP, anon_sym_PIPE, - [69444] = 29, - 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, - ACTIONS(2820), 1, - sym_END, - STATE(1401), 1, - aux_sym_design_unit_repeat3, - STATE(2658), 1, - sym_label_declaration, - STATE(3023), 1, - sym__direct_name, - STATE(3725), 1, - sym__concurrent_statement, - STATE(5504), 1, - sym_generate_block, - STATE(5761), 1, - sym_generate_block_end, - STATE(6098), 1, - sym_aggregate, - STATE(6403), 1, - sym__target, - STATE(6480), 1, - sym_with_expression, - STATE(6481), 1, - sym_name, - STATE(7169), 1, - sym__label, - STATE(8292), 1, - sym_assertion, - ACTIONS(2818), 2, - sym_ELSE, - sym_ELSIF, - STATE(4362), 2, - sym__identifier, - sym__external_name, - ACTIONS(71), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(1041), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(4351), 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(3814), 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, - [69553] = 6, + [68669] = 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(1030), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2680), 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(2678), 38, + ACTIONS(2562), 38, sym_AND, sym_BUS, sym_DOWNTO, @@ -102716,6 +101968,7 @@ static const uint16_t ts_small_parse_table[] = { sym_NOR, sym_OR, sym_PARAMETER, + sym_REGISTER, sym_REM, sym_ROL, sym_ROR, @@ -102729,7 +101982,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, @@ -102745,98 +101997,28 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [69616] = 29, + [68732] = 11, 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, - ACTIONS(2825), 1, - sym_END, - STATE(1401), 1, - aux_sym_design_unit_repeat3, - STATE(2658), 1, - sym_label_declaration, - STATE(3023), 1, - sym__direct_name, - STATE(3725), 1, - sym__concurrent_statement, - STATE(5512), 1, - sym_generate_block, - STATE(5778), 1, - sym_generate_block_end, - STATE(6098), 1, - sym_aggregate, - STATE(6403), 1, - sym__target, - STATE(6480), 1, - sym_with_expression, - STATE(6481), 1, - sym_name, - STATE(7169), 1, - sym__label, - STATE(8292), 1, - sym_assertion, - ACTIONS(2823), 2, - sym_ELSE, - sym_ELSIF, - STATE(4362), 2, - sym__identifier, - sym__external_name, - ACTIONS(71), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(1043), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(4351), 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(3814), 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, - [69725] = 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(445), 1, + sym_multiplying_operator, + STATE(449), 1, + sym_adding_operator, + STATE(573), 1, + sym_logical_operator, + STATE(659), 1, + sym_relational_operator, + STATE(711), 1, + sym_shift_operator, + STATE(1031), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2716), 7, + ACTIONS(2684), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -102844,8 +102026,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2714), 37, - sym_identifier, + ACTIONS(2682), 32, sym_AND, sym_DOWNTO, sym_MOD, @@ -102863,10 +102044,6 @@ 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, @@ -102882,82 +102059,237 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, sym_exponentiate, anon_sym_PIPE, - [69788] = 6, + [68805] = 27, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1045), 3, + ACTIONS(2813), 1, + sym_ALIAS, + ACTIONS(2816), 1, + sym_ATTRIBUTE, + ACTIONS(2819), 1, + sym_COMPONENT, + ACTIONS(2822), 1, + sym_CONSTANT, + ACTIONS(2825), 1, + sym_DISCONNECT, + ACTIONS(2828), 1, + sym_END, + ACTIONS(2830), 1, + sym_FILE, + ACTIONS(2833), 1, + sym_FUNCTION, + ACTIONS(2836), 1, + sym_GROUP, + ACTIONS(2842), 1, + sym_PACKAGE, + ACTIONS(2845), 1, + sym_PROCEDURE, + ACTIONS(2848), 1, + sym_SIGNAL, + ACTIONS(2851), 1, + sym_SHARED, + ACTIONS(2854), 1, + sym_SUBTYPE, + ACTIONS(2857), 1, + sym_TYPE, + ACTIONS(2860), 1, + sym_USE, + ACTIONS(2863), 1, + sym_VARIABLE, + ACTIONS(2866), 1, + sym_VIEW, + STATE(3331), 1, + sym__package_declarative_item, + STATE(8186), 1, + sym__subprogram_specification, + ACTIONS(2839), 2, + sym_IMPURE, + sym_PURE, + STATE(8210), 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(3329), 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, + [68910] = 22, + 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, + ACTIONS(2873), 1, + sym_WHEN, + STATE(445), 1, + sym_multiplying_operator, + STATE(449), 1, + sym_adding_operator, + STATE(454), 1, + sym_shift_operator, + STATE(456), 1, + sym_relational_operator, + STATE(462), 1, + sym_logical_operator, + STATE(5084), 1, + aux_sym_conditional_expression_repeat1, + STATE(6438), 1, + sym_when_expression, + ACTIONS(2698), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2704), 2, + sym_MOD, + sym_REM, + ACTIONS(2869), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + ACTIONS(2871), 2, + anon_sym_EQ_GT, + anon_sym_PIPE, + ACTIONS(2696), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(1033), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2392), 6, + ACTIONS(2694), 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(2390), 38, + ACTIONS(2702), 6, sym_AND, - sym_BUS, - sym_DOWNTO, - sym_GENERIC, - sym_MOD, sym_NAND, sym_NOR, sym_OR, - sym_PARAMETER, - sym_REGISTER, - sym_REM, + sym_XNOR, + sym_XOR, + ACTIONS(2706), 6, 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, + ACTIONS(2692), 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, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [69851] = 6, + [69005] = 10, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1046), 3, + ACTIONS(2877), 1, + sym_CONTEXT, + ACTIONS(2880), 1, + sym_LIBRARY, + ACTIONS(2883), 1, + sym_USE, + STATE(1918), 1, + sym__context_item, + STATE(1919), 3, + sym_library_clause, + sym_use_clause, + sym_context_reference, + STATE(1034), 4, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + aux_sym_design_unit_repeat1, + ACTIONS(2875), 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, + [69076] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(1035), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2392), 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(2390), 38, + ACTIONS(2512), 38, sym_AND, sym_BUS, sym_DOWNTO, @@ -102967,6 +102299,7 @@ static const uint16_t ts_small_parse_table[] = { sym_NOR, sym_OR, sym_PARAMETER, + sym_REGISTER, sym_REM, sym_ROL, sym_ROR, @@ -102980,7 +102313,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, @@ -102996,25 +102328,25 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [69914] = 6, + [69139] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1047), 3, + STATE(1036), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2654), 6, + ACTIONS(2376), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2652), 38, + ACTIONS(2374), 38, sym_AND, sym_BUS, sym_DOWNTO, @@ -103053,18 +102385,18 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [69977] = 6, + [69202] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1048), 3, + STATE(1037), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2688), 7, + ACTIONS(2650), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -103072,14 +102404,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2686), 37, - sym_identifier, + ACTIONS(2648), 37, sym_AND, - sym_DOWNTO, + sym_GENERIC, sym_MOD, sym_NAND, sym_NOR, sym_OR, + sym_PARAMETER, sym_REM, sym_ROL, sym_ROR, @@ -103087,15 +102419,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, @@ -103109,41 +102439,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, - [70040] = 9, + [69265] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1701), 1, - anon_sym_LPAREN, - ACTIONS(2828), 1, - sym_PARAMETER, - STATE(1181), 1, - sym_parenthesis_group, - STATE(1049), 3, + STATE(1038), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2193), 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(2191), 35, + ACTIONS(2520), 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, @@ -103156,7 +102483,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, @@ -103170,97 +102499,75 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [70109] = 18, + [69328] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2700), 1, - sym_exponentiate, - STATE(441), 1, - sym_adding_operator, - STATE(442), 1, - sym_multiplying_operator, - STATE(551), 1, - sym_logical_operator, - STATE(552), 1, - sym_relational_operator, - STATE(553), 1, - sym_shift_operator, - ACTIONS(2698), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2704), 2, - sym_MOD, - sym_REM, - ACTIONS(2696), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(1050), 3, + STATE(1039), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2694), 5, - anon_sym_EQ, + ACTIONS(2518), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2702), 6, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2516), 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(2692), 7, + 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, - ACTIONS(2830), 7, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_EQ_GT, - sym_variable_assignment, - anon_sym_GT_GT, - anon_sym_PIPE, - [70196] = 11, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [69391] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(692), 1, - sym_adding_operator, - STATE(693), 1, - sym_multiplying_operator, - STATE(698), 1, - sym_logical_operator, - STATE(699), 1, - sym_relational_operator, - STATE(700), 1, - sym_shift_operator, - STATE(1051), 3, + STATE(1040), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2720), 7, + ACTIONS(2602), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -103268,13 +102575,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2718), 32, + ACTIONS(2600), 37, sym_AND, - sym_DOWNTO, + sym_GENERIC, sym_MOD, sym_NAND, sym_NOR, sym_OR, + sym_PARAMETER, sym_REM, sym_ROL, sym_ROR, @@ -103282,11 +102590,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, @@ -103300,48 +102610,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, - [70269] = 14, + [69454] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2832), 1, - sym_exponentiate, - STATE(692), 1, - sym_adding_operator, - STATE(693), 1, - sym_multiplying_operator, - STATE(698), 1, - sym_logical_operator, - STATE(699), 1, - sym_relational_operator, - STATE(700), 1, - sym_shift_operator, - ACTIONS(2698), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2704), 2, - sym_MOD, - sym_REM, - STATE(1052), 3, + STATE(1041), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2720), 5, - anon_sym_EQ, + ACTIONS(2574), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2718), 29, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2572), 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, @@ -103349,13 +102649,15 @@ 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, @@ -103365,29 +102667,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - anon_sym_PIPE, - [70348] = 11, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [69517] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(692), 1, - sym_adding_operator, - STATE(693), 1, - sym_multiplying_operator, - STATE(698), 1, - sym_logical_operator, - STATE(699), 1, - sym_relational_operator, - STATE(700), 1, - sym_shift_operator, - STATE(1053), 3, + STATE(1042), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2712), 7, + ACTIONS(2556), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -103395,13 +102689,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2710), 32, + ACTIONS(2554), 37, sym_AND, - sym_DOWNTO, + sym_GENERIC, sym_MOD, sym_NAND, sym_NOR, sym_OR, + sym_PARAMETER, sym_REM, sym_ROL, sym_ROR, @@ -103409,11 +102704,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, @@ -103427,25 +102724,27 @@ 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, - [70421] = 14, + [69580] = 17, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2832), 1, + ACTIONS(2809), 1, sym_exponentiate, - STATE(692), 1, - sym_adding_operator, - STATE(693), 1, + STATE(445), 1, sym_multiplying_operator, - STATE(698), 1, + STATE(449), 1, + sym_adding_operator, + STATE(573), 1, sym_logical_operator, - STATE(699), 1, + STATE(659), 1, sym_relational_operator, - STATE(700), 1, + STATE(711), 1, sym_shift_operator, ACTIONS(2698), 2, anon_sym_STAR, @@ -103453,35 +102752,28 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2704), 2, sym_MOD, sym_REM, - STATE(1054), 3, + ACTIONS(2696), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(1043), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2712), 5, + ACTIONS(2694), 5, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2710), 29, - sym_AND, - sym_DOWNTO, - sym_NAND, - sym_NOR, - sym_OR, + ACTIONS(2706), 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(2692), 7, anon_sym_LT_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -103489,55 +102781,72 @@ 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(2710), 13, + 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_PIPE, - [70500] = 12, + [69665] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2832), 1, + ACTIONS(2809), 1, sym_exponentiate, - STATE(692), 1, - sym_adding_operator, - STATE(693), 1, + STATE(445), 1, sym_multiplying_operator, - STATE(698), 1, + STATE(449), 1, + sym_adding_operator, + STATE(573), 1, sym_logical_operator, - STATE(699), 1, + STATE(659), 1, sym_relational_operator, - STATE(700), 1, + STATE(711), 1, sym_shift_operator, - STATE(1055), 3, + ACTIONS(2698), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2704), 2, + sym_MOD, + sym_REM, + ACTIONS(2696), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(1044), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2712), 7, + ACTIONS(2714), 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(2710), 31, - sym_AND, - sym_DOWNTO, - sym_MOD, - sym_NAND, - sym_NOR, - sym_OR, - sym_REM, + ACTIONS(2706), 6, 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, @@ -103552,55 +102861,142 @@ 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_PIPE, - [70575] = 9, + [69748] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2836), 1, - sym_library_constant_unit, - STATE(2397), 1, - sym__unit, - STATE(1056), 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, + ACTIONS(2888), 1, + sym_END, + STATE(1323), 1, + aux_sym_design_unit_repeat3, + STATE(2692), 1, + sym_label_declaration, + STATE(3015), 1, + sym__direct_name, + STATE(3696), 1, + sym__concurrent_statement, + STATE(5358), 1, + sym_generate_block, + STATE(5705), 1, + sym_generate_block_end, + STATE(6016), 1, + sym__target, + STATE(6048), 1, + sym_aggregate, + STATE(6298), 1, + sym_with_expression, + STATE(6476), 1, + sym_name, + STATE(7330), 1, + sym_assertion, + STATE(7711), 1, + sym__label, + ACTIONS(2886), 2, + sym_ELSE, + sym_ELSIF, + STATE(4386), 2, + sym__identifier, + sym__external_name, + ACTIONS(71), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, + STATE(1045), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2834), 4, + STATE(4383), 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, - ACTIONS(2446), 7, + STATE(3698), 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, + [69857] = 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(445), 1, + sym_multiplying_operator, + STATE(449), 1, + sym_adding_operator, + STATE(573), 1, + sym_logical_operator, + STATE(659), 1, + sym_relational_operator, + STATE(711), 1, + sym_shift_operator, + ACTIONS(2698), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2704), 2, + sym_MOD, + sym_REM, + ACTIONS(2696), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(1046), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2718), 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(2444), 31, + ACTIONS(2716), 26, sym_AND, - sym_MOD, + sym_DOWNTO, 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_SEMI, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_EQ_GT, @@ -103611,139 +103007,107 @@ 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_PIPE, - [70644] = 15, + [69938] = 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_exponentiate, - STATE(416), 1, - sym_adding_operator, - STATE(417), 1, - sym_multiplying_operator, - STATE(551), 1, - sym_logical_operator, - STATE(552), 1, - sym_relational_operator, - STATE(553), 1, - sym_shift_operator, - ACTIONS(2698), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2704), 2, - sym_MOD, - sym_REM, - ACTIONS(2696), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(1057), 3, + STATE(1047), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2728), 5, - anon_sym_EQ, + ACTIONS(2510), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2726), 26, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2508), 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, 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, anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - anon_sym_GT_GT, - anon_sym_PIPE, - [70725] = 18, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [70001] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2832), 1, - sym_exponentiate, - STATE(692), 1, - sym_adding_operator, - STATE(693), 1, - sym_multiplying_operator, - STATE(698), 1, - sym_logical_operator, - STATE(699), 1, - sym_relational_operator, - STATE(700), 1, - sym_shift_operator, - ACTIONS(2698), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2704), 2, - sym_MOD, - sym_REM, - ACTIONS(2696), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(1058), 3, + STATE(1048), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2694), 5, + ACTIONS(2658), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2702), 6, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2656), 37, 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(2690), 7, - sym_DOWNTO, - 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_PIPE, - ACTIONS(2692), 7, anon_sym_LT_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -103751,46 +103115,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [70812] = 14, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + anon_sym_PIPE, + [70064] = 12, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2801), 1, + ACTIONS(2891), 1, sym_exponentiate, - STATE(416), 1, - sym_adding_operator, - STATE(417), 1, + STATE(422), 1, sym_multiplying_operator, - STATE(551), 1, - sym_logical_operator, - STATE(552), 1, - sym_relational_operator, - STATE(553), 1, + STATE(426), 1, + sym_adding_operator, + STATE(624), 1, sym_shift_operator, - ACTIONS(2698), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2704), 2, - sym_MOD, - sym_REM, - STATE(1059), 3, + STATE(626), 1, + sym_relational_operator, + STATE(627), 1, + sym_logical_operator, + STATE(1049), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2712), 5, + ACTIONS(2684), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2710), 29, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2682), 31, sym_AND, + sym_MOD, sym_NAND, sym_NOR, sym_OR, + sym_REM, sym_ROL, sym_ROR, sym_SLA, @@ -103816,43 +103185,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT_GT, anon_sym_PIPE, - [70891] = 9, + [70139] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2840), 1, - sym_library_constant_unit, - STATE(2375), 1, - sym__unit, - STATE(1060), 3, + ACTIONS(2809), 1, + sym_exponentiate, + STATE(445), 1, + sym_multiplying_operator, + STATE(449), 1, + sym_adding_operator, + STATE(573), 1, + sym_logical_operator, + STATE(659), 1, + sym_relational_operator, + STATE(711), 1, + sym_shift_operator, + ACTIONS(2698), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2704), 2, + sym_MOD, + sym_REM, + STATE(1050), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2838), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - ACTIONS(2446), 6, + ACTIONS(2684), 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(2444), 32, + ACTIONS(2682), 29, sym_AND, - sym_BUS, sym_DOWNTO, - sym_MOD, sym_NAND, sym_NOR, sym_OR, - sym_REGISTER, - sym_REM, sym_ROL, sym_ROR, sym_SLA, @@ -103860,12 +103233,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_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, @@ -103875,36 +103249,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - sym_exponentiate, - [70960] = 6, + anon_sym_PIPE, + [70218] = 12, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1061), 3, + ACTIONS(2809), 1, + sym_exponentiate, + STATE(445), 1, + sym_multiplying_operator, + STATE(449), 1, + sym_adding_operator, + STATE(573), 1, + sym_logical_operator, + STATE(659), 1, + sym_relational_operator, + STATE(711), 1, + sym_shift_operator, + STATE(1051), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2586), 6, + ACTIONS(2684), 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(2584), 38, + ACTIONS(2682), 31, 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, @@ -103913,14 +103296,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, @@ -103930,38 +103312,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, - [71023] = 6, + anon_sym_PIPE, + [70293] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1062), 3, + STATE(1052), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2612), 6, + ACTIONS(2388), 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(2386), 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, @@ -103969,15 +103347,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, @@ -103990,51 +103369,61 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [71086] = 6, + anon_sym_PIPE, + [70356] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1063), 3, + ACTIONS(2891), 1, + sym_exponentiate, + STATE(422), 1, + sym_multiplying_operator, + STATE(426), 1, + sym_adding_operator, + STATE(624), 1, + sym_shift_operator, + STATE(626), 1, + sym_relational_operator, + STATE(627), 1, + sym_logical_operator, + ACTIONS(2698), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2704), 2, + sym_MOD, + sym_REM, + STATE(1053), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2590), 6, + ACTIONS(2684), 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(2588), 38, + ACTIONS(2682), 29, 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, 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, @@ -104044,33 +103433,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, - [71149] = 12, + anon_sym_GT_GT, + anon_sym_PIPE, + [70435] = 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_exponentiate, - STATE(416), 1, - sym_adding_operator, - STATE(417), 1, - sym_multiplying_operator, - STATE(551), 1, - sym_logical_operator, - STATE(552), 1, - sym_relational_operator, - STATE(553), 1, - sym_shift_operator, - STATE(1064), 3, + STATE(1054), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2712), 7, + ACTIONS(2442), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -104078,12 +103454,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2710), 31, + ACTIONS(2440), 37, sym_AND, + sym_GENERIC, sym_MOD, sym_NAND, sym_NOR, sym_OR, + sym_PARAMETER, sym_REM, sym_ROL, sym_ROR, @@ -104091,14 +103469,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, @@ -104108,27 +103488,29 @@ 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, - [71224] = 17, + [70498] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2832), 1, + ACTIONS(2891), 1, sym_exponentiate, - STATE(692), 1, - sym_adding_operator, - STATE(693), 1, + STATE(422), 1, sym_multiplying_operator, - STATE(698), 1, - sym_logical_operator, - STATE(699), 1, - sym_relational_operator, - STATE(700), 1, + STATE(426), 1, + sym_adding_operator, + STATE(624), 1, sym_shift_operator, + STATE(626), 1, + sym_relational_operator, + STATE(627), 1, + sym_logical_operator, ACTIONS(2698), 2, anon_sym_STAR, anon_sym_SLASH, @@ -104139,64 +103521,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - STATE(1065), 3, + STATE(1055), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2694), 5, + ACTIONS(2718), 5, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2706), 6, + ACTIONS(2716), 26, + sym_AND, + sym_NAND, + sym_NOR, + sym_OR, sym_ROL, sym_ROR, sym_SLA, sym_SLL, sym_SRA, sym_SRL, - ACTIONS(2692), 7, + 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, - ACTIONS(2708), 13, - 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_GT_GT, anon_sym_PIPE, - [71309] = 16, + [70579] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2832), 1, + ACTIONS(2891), 1, sym_exponentiate, - STATE(692), 1, - sym_adding_operator, - STATE(693), 1, + STATE(422), 1, sym_multiplying_operator, - STATE(698), 1, - sym_logical_operator, - STATE(699), 1, - sym_relational_operator, - STATE(700), 1, + STATE(426), 1, + sym_adding_operator, + STATE(624), 1, sym_shift_operator, + STATE(626), 1, + sym_relational_operator, + STATE(627), 1, + sym_logical_operator, ACTIONS(2698), 2, anon_sym_STAR, anon_sym_SLASH, @@ -104207,11 +103587,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - STATE(1066), 3, + STATE(1056), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2724), 5, + ACTIONS(2714), 5, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -104224,46 +103604,46 @@ static const uint16_t ts_small_parse_table[] = { sym_SLL, sym_SRA, sym_SRL, - ACTIONS(2722), 20, + 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_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, - [71392] = 15, + [70662] = 17, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2832), 1, + ACTIONS(2891), 1, sym_exponentiate, - STATE(692), 1, - sym_adding_operator, - STATE(693), 1, + STATE(422), 1, sym_multiplying_operator, - STATE(698), 1, - sym_logical_operator, - STATE(699), 1, - sym_relational_operator, - STATE(700), 1, + STATE(426), 1, + sym_adding_operator, + STATE(624), 1, sym_shift_operator, + STATE(626), 1, + sym_relational_operator, + STATE(627), 1, + sym_logical_operator, ACTIONS(2698), 2, anon_sym_STAR, anon_sym_SLASH, @@ -104274,35 +103654,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - STATE(1067), 3, + STATE(1057), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2728), 5, + ACTIONS(2694), 5, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2726), 26, - sym_AND, - sym_DOWNTO, - sym_NAND, - sym_NOR, - sym_OR, + ACTIONS(2706), 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(2692), 7, anon_sym_LT_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -104310,26 +103679,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), 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, - [71473] = 6, + [70747] = 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(1058), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2676), 6, + ACTIONS(2658), 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(2656), 38, sym_AND, sym_BUS, sym_DOWNTO, @@ -104368,25 +103750,25 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [71536] = 6, + [70810] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1069), 3, + STATE(1059), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2442), 6, + ACTIONS(2654), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2440), 38, + ACTIONS(2652), 38, sym_AND, sym_BUS, sym_DOWNTO, @@ -104425,27 +103807,36 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [71599] = 6, + [70873] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1070), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2688), 7, - anon_sym_EQ, + STATE(422), 1, + sym_multiplying_operator, + STATE(426), 1, + sym_adding_operator, + STATE(624), 1, + sym_shift_operator, + STATE(626), 1, + sym_relational_operator, + STATE(627), 1, + sym_logical_operator, + STATE(1060), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2684), 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(2686), 37, - sym_identifier, + ACTIONS(2682), 32, sym_AND, sym_MOD, sym_NAND, @@ -104460,10 +103851,6 @@ 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_COMMA, anon_sym_RPAREN, @@ -104482,41 +103869,35 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_GT_GT, anon_sym_PIPE, - [71662] = 9, + [70946] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2844), 1, - sym_library_constant_unit, - STATE(2409), 1, - sym__unit, - STATE(1071), 3, + STATE(1061), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2842), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - ACTIONS(2446), 6, + ACTIONS(2506), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2444), 32, + ACTIONS(2504), 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, @@ -104528,7 +103909,8 @@ 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, @@ -104542,112 +103924,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [71731] = 28, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(2221), 1, - sym_ALIAS, - ACTIONS(2223), 1, - sym_ATTRIBUTE, - ACTIONS(2225), 1, - sym_COMPONENT, - ACTIONS(2227), 1, - sym_CONSTANT, - ACTIONS(2229), 1, - sym_DISCONNECT, - ACTIONS(2233), 1, - sym_FILE, - ACTIONS(2235), 1, - sym_FUNCTION, - ACTIONS(2239), 1, - sym_GROUP, - ACTIONS(2245), 1, - sym_PACKAGE, - ACTIONS(2247), 1, - sym_PROCEDURE, - ACTIONS(2249), 1, - sym_SIGNAL, - ACTIONS(2251), 1, - sym_SHARED, - ACTIONS(2253), 1, - sym_SUBTYPE, - ACTIONS(2255), 1, - sym_TYPE, - ACTIONS(2257), 1, - sym_USE, - ACTIONS(2259), 1, - sym_VARIABLE, - ACTIONS(2261), 1, - sym_VIEW, - ACTIONS(2846), 1, - sym_END, - STATE(1075), 1, - aux_sym_package_declaration_body_repeat1, - STATE(3274), 1, - sym__package_declarative_item, - STATE(7256), 1, - sym__subprogram_specification, - ACTIONS(2241), 2, - sym_IMPURE, - sym_PURE, - STATE(6833), 2, - sym_procedure_specification, - sym_function_specification, - STATE(1072), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(3273), 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, - [71838] = 6, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [71009] = 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(1062), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2392), 7, - anon_sym_EQ, + ACTIONS(2388), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2390), 37, + ACTIONS(2386), 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, @@ -104655,16 +103962,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, @@ -104677,34 +103983,42 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - anon_sym_PIPE, - [71901] = 6, + [71072] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1074), 3, + ACTIONS(2895), 1, + sym_library_constant_unit, + STATE(2345), 1, + sym__unit, + STATE(1063), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2676), 7, - anon_sym_EQ, + ACTIONS(2893), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + ACTIONS(2380), 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(2378), 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, @@ -104712,16 +104026,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, @@ -104732,122 +104043,35 @@ 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, - [71964] = 27, + [71141] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2848), 1, - sym_ALIAS, - ACTIONS(2851), 1, - sym_ATTRIBUTE, - ACTIONS(2854), 1, - sym_COMPONENT, - ACTIONS(2857), 1, - sym_CONSTANT, - ACTIONS(2860), 1, - sym_DISCONNECT, - ACTIONS(2863), 1, - sym_END, - ACTIONS(2865), 1, - sym_FILE, - ACTIONS(2868), 1, - sym_FUNCTION, - ACTIONS(2871), 1, - sym_GROUP, - ACTIONS(2877), 1, - sym_PACKAGE, - ACTIONS(2880), 1, - sym_PROCEDURE, - ACTIONS(2883), 1, - sym_SIGNAL, - ACTIONS(2886), 1, - sym_SHARED, - ACTIONS(2889), 1, - sym_SUBTYPE, - ACTIONS(2892), 1, - sym_TYPE, - ACTIONS(2895), 1, - sym_USE, - ACTIONS(2898), 1, - sym_VARIABLE, - ACTIONS(2901), 1, - sym_VIEW, - STATE(3274), 1, - sym__package_declarative_item, - STATE(7256), 1, - sym__subprogram_specification, - ACTIONS(2874), 2, - sym_IMPURE, - sym_PURE, - STATE(6833), 2, - sym_procedure_specification, - sym_function_specification, - STATE(1075), 4, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - aux_sym_package_declaration_body_repeat1, - STATE(3273), 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, - [72069] = 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(417), 1, - sym_multiplying_operator, - STATE(551), 1, - sym_logical_operator, - STATE(552), 1, - sym_relational_operator, - STATE(553), 1, - sym_shift_operator, - STATE(1076), 3, + STATE(1064), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2720), 7, - anon_sym_EQ, + ACTIONS(2484), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2718), 32, + ACTIONS(2482), 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, @@ -104855,14 +104079,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_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, @@ -104873,35 +104098,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_GT_GT, - anon_sym_PIPE, - [72142] = 6, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [71204] = 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(1065), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2388), 7, - anon_sym_EQ, + ACTIONS(2476), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2386), 37, + ACTIONS(2474), 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, @@ -104909,16 +104136,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, @@ -104931,34 +104157,35 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - anon_sym_PIPE, - [72205] = 6, + [71267] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1078), 3, + STATE(1066), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2396), 7, - anon_sym_EQ, + ACTIONS(2438), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2394), 37, + ACTIONS(2436), 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, @@ -104966,16 +104193,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, @@ -104988,19 +104214,18 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - anon_sym_PIPE, - [72268] = 6, + [71330] = 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(1067), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2454), 7, + ACTIONS(2506), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -105008,7 +104233,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2452), 37, + ACTIONS(2504), 37, sym_AND, sym_GENERIC, sym_MOD, @@ -105046,18 +104271,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [72331] = 6, + [71393] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1080), 3, + STATE(1068), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2458), 7, + ACTIONS(2728), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -105065,14 +104290,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2456), 37, + ACTIONS(2726), 37, + sym_identifier, sym_AND, - sym_GENERIC, + sym_DOWNTO, sym_MOD, sym_NAND, sym_NOR, sym_OR, - sym_PARAMETER, sym_REM, sym_ROL, sym_ROR, @@ -105080,13 +104305,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_SEMI, + sym_library_constant, + sym_library_constant_unit, + sym_library_function, + sym_library_type, anon_sym_COMMA, - anon_sym_DOT, - anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_EQ_GT, anon_sym_LT_EQ, @@ -105100,54 +104327,61 @@ 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, - [72394] = 6, + [71456] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1081), 3, + ACTIONS(2891), 1, + sym_exponentiate, + STATE(422), 1, + sym_multiplying_operator, + STATE(426), 1, + sym_adding_operator, + STATE(624), 1, + sym_shift_operator, + STATE(626), 1, + sym_relational_operator, + STATE(627), 1, + sym_logical_operator, + ACTIONS(2698), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2704), 2, + sym_MOD, + sym_REM, + STATE(1069), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2388), 6, + ACTIONS(2688), 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(2386), 38, + ACTIONS(2686), 29, 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, 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, @@ -105157,38 +104391,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, - [72457] = 6, + anon_sym_GT_GT, + anon_sym_PIPE, + [71535] = 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(1070), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2396), 6, + ACTIONS(2510), 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(2394), 38, + ACTIONS(2508), 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, @@ -105196,15 +104427,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, @@ -105217,18 +104449,19 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [72520] = 6, + anon_sym_PIPE, + [71598] = 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(1071), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2494), 7, + ACTIONS(2476), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -105236,7 +104469,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2492), 37, + ACTIONS(2474), 37, sym_AND, sym_GENERIC, sym_MOD, @@ -105274,18 +104507,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [72583] = 6, + [71661] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1084), 3, + STATE(422), 1, + sym_multiplying_operator, + STATE(426), 1, + sym_adding_operator, + STATE(624), 1, + sym_shift_operator, + STATE(626), 1, + sym_relational_operator, + STATE(627), 1, + sym_logical_operator, + STATE(1072), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2510), 7, + ACTIONS(2688), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -105293,14 +104536,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2508), 37, + ACTIONS(2686), 32, sym_AND, - sym_GENERIC, sym_MOD, sym_NAND, sym_NOR, sym_OR, - sym_PARAMETER, sym_REM, sym_ROL, sym_ROR, @@ -105308,16 +104549,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, @@ -105328,21 +104567,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, - [72646] = 6, + [71734] = 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(1073), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2514), 7, + ACTIONS(2722), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -105350,14 +104588,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2512), 37, + ACTIONS(2720), 37, + sym_identifier, sym_AND, - sym_GENERIC, + sym_DOWNTO, sym_MOD, sym_NAND, sym_NOR, sym_OR, - sym_PARAMETER, sym_REM, sym_ROL, sym_ROR, @@ -105365,13 +104603,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_SEMI, + sym_library_constant, + sym_library_constant_unit, + sym_library_function, + sym_library_type, anon_sym_COMMA, - anon_sym_DOT, - anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_EQ_GT, anon_sym_LT_EQ, @@ -105385,21 +104625,19 @@ 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, - [72709] = 6, + [71797] = 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(1074), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2612), 7, + ACTIONS(2404), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -105407,7 +104645,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2610), 37, + ACTIONS(2402), 37, sym_AND, sym_GENERIC, sym_MOD, @@ -105445,33 +104683,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [72772] = 6, + [71860] = 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(1075), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2518), 7, - anon_sym_EQ, + ACTIONS(2442), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2516), 37, + ACTIONS(2440), 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, @@ -105479,16 +104719,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, @@ -105501,28 +104740,28 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - anon_sym_PIPE, - [72835] = 6, + [71923] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1088), 3, + STATE(1076), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2522), 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(2520), 37, + ACTIONS(2566), 38, sym_AND, + sym_BUS, + sym_DOWNTO, sym_GENERIC, sym_MOD, sym_NAND, @@ -105536,16 +104775,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, @@ -105558,19 +104797,18 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - anon_sym_PIPE, - [72898] = 6, + [71986] = 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(1077), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2616), 7, + ACTIONS(2518), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -105578,7 +104816,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2614), 37, + ACTIONS(2516), 37, sym_AND, sym_GENERIC, sym_MOD, @@ -105616,18 +104854,98 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [72961] = 6, + [72049] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1090), 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, + ACTIONS(2899), 1, + sym_END, + STATE(1323), 1, + aux_sym_design_unit_repeat3, + STATE(2692), 1, + sym_label_declaration, + STATE(3015), 1, + sym__direct_name, + STATE(3696), 1, + sym__concurrent_statement, + STATE(5426), 1, + sym_generate_block, + STATE(5713), 1, + sym_generate_block_end, + STATE(6016), 1, + sym__target, + STATE(6048), 1, + sym_aggregate, + STATE(6298), 1, + sym_with_expression, + STATE(6476), 1, + sym_name, + STATE(7330), 1, + sym_assertion, + STATE(7711), 1, + sym__label, + ACTIONS(2897), 2, + sym_ELSE, + sym_ELSIF, + STATE(4386), 2, + sym__identifier, + sym__external_name, + ACTIONS(71), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, + STATE(1078), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2526), 7, + STATE(4383), 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(3698), 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, + [72158] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(1079), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2522), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -105635,7 +104953,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2524), 37, + ACTIONS(2520), 37, sym_AND, sym_GENERIC, sym_MOD, @@ -105673,35 +104991,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [73024] = 6, + [72221] = 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(1080), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2454), 6, + ACTIONS(2376), 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(2452), 38, + ACTIONS(2374), 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, @@ -105709,15 +105025,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, @@ -105730,18 +105047,88 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [73087] = 6, + anon_sym_PIPE, + [72284] = 18, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1092), 3, + ACTIONS(2891), 1, + sym_exponentiate, + STATE(422), 1, + sym_multiplying_operator, + STATE(426), 1, + sym_adding_operator, + STATE(624), 1, + sym_shift_operator, + STATE(626), 1, + sym_relational_operator, + STATE(627), 1, + sym_logical_operator, + ACTIONS(2698), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2704), 2, + sym_MOD, + sym_REM, + ACTIONS(2696), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(1081), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2530), 7, + ACTIONS(2694), 5, + anon_sym_EQ, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + ACTIONS(2702), 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(2690), 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(2692), 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, + [72371] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(1082), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2728), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -105749,14 +105136,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2528), 37, + ACTIONS(2726), 37, + sym_identifier, sym_AND, - sym_GENERIC, sym_MOD, sym_NAND, sym_NOR, sym_OR, - sym_PARAMETER, sym_REM, sym_ROL, sym_ROR, @@ -105764,16 +105150,18 @@ static const uint16_t ts_small_parse_table[] = { sym_SLL, sym_SRA, sym_SRL, - 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, @@ -105784,30 +105172,30 @@ 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, - [73150] = 6, + [72434] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1093), 3, + STATE(1083), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2554), 7, - anon_sym_EQ, + ACTIONS(2650), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2552), 37, + ACTIONS(2648), 38, sym_AND, + sym_BUS, + sym_DOWNTO, sym_GENERIC, sym_MOD, sym_NAND, @@ -105821,16 +105209,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, @@ -105843,34 +105231,35 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - anon_sym_PIPE, - [73213] = 6, + [72497] = 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(1084), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2638), 7, - anon_sym_EQ, + ACTIONS(2526), 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(2524), 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, @@ -105878,16 +105267,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, @@ -105900,34 +105288,35 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - anon_sym_PIPE, - [73276] = 6, + [72560] = 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(1085), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2642), 7, - anon_sym_EQ, + ACTIONS(2548), 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(2546), 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, @@ -105935,16 +105324,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, @@ -105957,34 +105345,35 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - anon_sym_PIPE, - [73339] = 6, + [72623] = 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(1086), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2646), 7, - anon_sym_EQ, + ACTIONS(2552), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2644), 37, + ACTIONS(2550), 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, @@ -105992,16 +105381,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, @@ -106014,19 +105402,18 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - anon_sym_PIPE, - [73402] = 6, + [72686] = 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(1087), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2558), 7, + ACTIONS(2668), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -106034,7 +105421,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2556), 37, + ACTIONS(2666), 37, sym_AND, sym_GENERIC, sym_MOD, @@ -106072,33 +105459,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [73465] = 6, + [72749] = 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(1088), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2562), 7, - anon_sym_EQ, + ACTIONS(2556), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2560), 37, + ACTIONS(2554), 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, @@ -106106,16 +105495,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, @@ -106128,34 +105516,35 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - anon_sym_PIPE, - [73528] = 6, + [72812] = 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(1089), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2566), 7, - anon_sym_EQ, + ACTIONS(2560), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2564), 37, + ACTIONS(2558), 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, @@ -106163,16 +105552,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, @@ -106185,28 +105573,28 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - anon_sym_PIPE, - [73591] = 6, + [72875] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1100), 3, + STATE(1090), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2570), 7, - anon_sym_EQ, + ACTIONS(2560), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2568), 37, + ACTIONS(2558), 38, sym_AND, + sym_BUS, + sym_DOWNTO, sym_GENERIC, sym_MOD, sym_NAND, @@ -106220,16 +105608,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, @@ -106242,28 +105630,28 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - anon_sym_PIPE, - [73654] = 6, + [72938] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1101), 3, + STATE(1091), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2650), 7, - anon_sym_EQ, + ACTIONS(2556), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2648), 37, + ACTIONS(2554), 38, sym_AND, + sym_BUS, + sym_DOWNTO, sym_GENERIC, sym_MOD, sym_NAND, @@ -106277,16 +105665,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, @@ -106299,101 +105687,243 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - anon_sym_PIPE, - [73717] = 22, + [73001] = 28, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2832), 1, - sym_exponentiate, - ACTIONS(2906), 1, - sym_WHEN, - STATE(689), 1, - sym_logical_operator, - STATE(690), 1, - sym_relational_operator, - STATE(691), 1, - sym_shift_operator, - STATE(692), 1, - sym_adding_operator, - STATE(693), 1, - sym_multiplying_operator, - STATE(5145), 1, - aux_sym_conditional_expression_repeat1, - STATE(6496), 1, - sym_when_expression, - ACTIONS(2698), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2704), 2, - sym_MOD, - sym_REM, - ACTIONS(2830), 2, - anon_sym_EQ_GT, - anon_sym_PIPE, - ACTIONS(2904), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - ACTIONS(2696), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(1102), 3, + ACTIONS(2137), 1, + sym_ALIAS, + ACTIONS(2139), 1, + sym_ATTRIBUTE, + ACTIONS(2141), 1, + sym_COMPONENT, + ACTIONS(2143), 1, + sym_CONSTANT, + ACTIONS(2145), 1, + sym_DISCONNECT, + ACTIONS(2149), 1, + sym_FILE, + ACTIONS(2151), 1, + sym_FUNCTION, + ACTIONS(2155), 1, + sym_GROUP, + ACTIONS(2161), 1, + sym_PACKAGE, + ACTIONS(2163), 1, + sym_PROCEDURE, + ACTIONS(2165), 1, + sym_SIGNAL, + ACTIONS(2167), 1, + sym_SHARED, + ACTIONS(2169), 1, + sym_SUBTYPE, + ACTIONS(2171), 1, + sym_TYPE, + ACTIONS(2173), 1, + sym_USE, + ACTIONS(2175), 1, + sym_VARIABLE, + ACTIONS(2177), 1, + sym_VIEW, + ACTIONS(2902), 1, + sym_END, + STATE(1017), 1, + aux_sym_package_declaration_body_repeat1, + STATE(3331), 1, + sym__package_declarative_item, + STATE(8186), 1, + sym__subprogram_specification, + ACTIONS(2157), 2, + sym_IMPURE, + sym_PURE, + STATE(8210), 2, + sym_procedure_specification, + sym_function_specification, + STATE(1092), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2694), 5, - anon_sym_EQ, + STATE(3329), 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, + [73108] = 28, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(2137), 1, + sym_ALIAS, + ACTIONS(2139), 1, + sym_ATTRIBUTE, + ACTIONS(2141), 1, + sym_COMPONENT, + ACTIONS(2143), 1, + sym_CONSTANT, + ACTIONS(2145), 1, + sym_DISCONNECT, + ACTIONS(2149), 1, + sym_FILE, + ACTIONS(2151), 1, + sym_FUNCTION, + ACTIONS(2155), 1, + sym_GROUP, + ACTIONS(2161), 1, + sym_PACKAGE, + ACTIONS(2163), 1, + sym_PROCEDURE, + ACTIONS(2165), 1, + sym_SIGNAL, + ACTIONS(2167), 1, + sym_SHARED, + ACTIONS(2169), 1, + sym_SUBTYPE, + ACTIONS(2171), 1, + sym_TYPE, + ACTIONS(2173), 1, + sym_USE, + ACTIONS(2175), 1, + sym_VARIABLE, + ACTIONS(2177), 1, + sym_VIEW, + ACTIONS(2902), 1, + sym_END, + STATE(1032), 1, + aux_sym_package_declaration_body_repeat1, + STATE(3331), 1, + sym__package_declarative_item, + STATE(8186), 1, + sym__subprogram_specification, + ACTIONS(2157), 2, + sym_IMPURE, + sym_PURE, + STATE(8210), 2, + sym_procedure_specification, + sym_function_specification, + STATE(1093), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(3329), 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, + [73215] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(1094), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2552), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2702), 6, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2550), 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(2692), 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, - [73812] = 6, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [73278] = 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(1095), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2654), 7, - anon_sym_EQ, + ACTIONS(2548), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2652), 37, + ACTIONS(2546), 38, sym_AND, + sym_BUS, + sym_DOWNTO, sym_GENERIC, sym_MOD, sym_NAND, @@ -106407,16 +105937,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, @@ -106429,26 +105959,25 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - anon_sym_PIPE, - [73875] = 6, + [73341] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1104), 3, + STATE(1096), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2458), 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(2456), 38, + ACTIONS(2566), 38, sym_AND, sym_BUS, sym_DOWNTO, @@ -106487,18 +106016,18 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [73938] = 6, + [73404] = 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(1097), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2586), 7, + ACTIONS(2574), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -106506,7 +106035,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2584), 37, + ACTIONS(2572), 37, sym_AND, sym_GENERIC, sym_MOD, @@ -106544,25 +106073,82 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [74001] = 6, + [73467] = 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(1098), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2494), 6, + ACTIONS(2722), 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(2492), 38, + ACTIONS(2720), 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, + [73530] = 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(2526), 6, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2524), 38, sym_AND, sym_BUS, sym_DOWNTO, @@ -106572,7 +106158,6 @@ static const uint16_t ts_small_parse_table[] = { sym_NOR, sym_OR, sym_PARAMETER, - sym_REGISTER, sym_REM, sym_ROL, sym_ROR, @@ -106586,6 +106171,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, @@ -106601,25 +106187,25 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [74064] = 6, + [73593] = 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(1100), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2510), 6, + ACTIONS(2388), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2508), 38, + ACTIONS(2386), 38, sym_AND, sym_BUS, sym_DOWNTO, @@ -106629,7 +106215,6 @@ static const uint16_t ts_small_parse_table[] = { sym_NOR, sym_OR, sym_PARAMETER, - sym_REGISTER, sym_REM, sym_ROL, sym_ROR, @@ -106643,6 +106228,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, @@ -106658,18 +106244,18 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [74127] = 6, + [73656] = 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(1101), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2590), 7, + ACTIONS(2564), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -106677,7 +106263,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2588), 37, + ACTIONS(2562), 37, sym_AND, sym_GENERIC, sym_MOD, @@ -106715,35 +106301,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [74190] = 6, + [73719] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1109), 3, + ACTIONS(2906), 1, + sym_library_constant_unit, + STATE(2381), 1, + sym__unit, + STATE(1102), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2514), 6, + ACTIONS(2904), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + ACTIONS(2380), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2512), 38, + ACTIONS(2378), 32, 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, @@ -106755,8 +106347,7 @@ 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, @@ -106770,84 +106361,94 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [74253] = 6, + [73788] = 18, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1110), 3, + ACTIONS(2700), 1, + sym_exponentiate, + STATE(624), 1, + sym_shift_operator, + STATE(626), 1, + sym_relational_operator, + STATE(627), 1, + sym_logical_operator, + STATE(662), 1, + sym_multiplying_operator, + STATE(672), 1, + sym_adding_operator, + ACTIONS(2698), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2704), 2, + sym_MOD, + sym_REM, + ACTIONS(2696), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(1103), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2716), 7, + ACTIONS(2694), 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(2714), 37, - sym_identifier, + ACTIONS(2702), 6, sym_AND, - sym_MOD, sym_NAND, sym_NOR, sym_OR, - sym_REM, + sym_XNOR, + sym_XOR, + ACTIONS(2706), 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_COMMA, - anon_sym_RPAREN, - anon_sym_EQ_GT, + ACTIONS(2692), 7, 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, + ACTIONS(2871), 7, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_EQ_GT, + sym_variable_assignment, anon_sym_GT_GT, anon_sym_PIPE, - [74316] = 6, + [73875] = 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(1104), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2518), 6, + ACTIONS(2506), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2516), 38, + ACTIONS(2504), 38, sym_AND, sym_BUS, sym_DOWNTO, @@ -106857,7 +106458,6 @@ static const uint16_t ts_small_parse_table[] = { sym_NOR, sym_OR, sym_PARAMETER, - sym_REGISTER, sym_REM, sym_ROL, sym_ROR, @@ -106871,6 +106471,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, @@ -106886,35 +106487,33 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [74379] = 6, + [73938] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1112), 3, + STATE(1105), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2522), 6, + ACTIONS(2484), 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(2520), 38, + ACTIONS(2482), 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, @@ -106922,15 +106521,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, @@ -106943,25 +106543,26 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [74442] = 6, + anon_sym_PIPE, + [74001] = 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(1106), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2526), 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(2524), 38, + ACTIONS(2622), 38, sym_AND, sym_BUS, sym_DOWNTO, @@ -107000,35 +106601,33 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [74505] = 6, + [74064] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1114), 3, + STATE(1107), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2530), 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(2528), 38, + ACTIONS(2512), 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, @@ -107036,15 +106635,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, @@ -107057,25 +106657,26 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [74568] = 6, + anon_sym_PIPE, + [74127] = 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(1108), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2554), 6, + ACTIONS(2480), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2552), 38, + ACTIONS(2478), 38, sym_AND, sym_BUS, sym_DOWNTO, @@ -107085,7 +106686,6 @@ static const uint16_t ts_small_parse_table[] = { sym_NOR, sym_OR, sym_PARAMETER, - sym_REGISTER, sym_REM, sym_ROL, sym_ROR, @@ -107099,6 +106699,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, @@ -107114,25 +106715,25 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [74631] = 6, + [74190] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1116), 3, + STATE(1109), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2388), 6, + ACTIONS(2510), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2386), 38, + ACTIONS(2508), 38, sym_AND, sym_BUS, sym_DOWNTO, @@ -107171,35 +106772,33 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [74694] = 6, + [74253] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1117), 3, + STATE(1110), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2558), 6, + ACTIONS(2552), 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(2550), 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, @@ -107207,15 +106806,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, @@ -107228,25 +106828,26 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [74757] = 6, + anon_sym_PIPE, + [74316] = 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(1111), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2562), 6, + ACTIONS(2480), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2560), 38, + ACTIONS(2478), 38, sym_AND, sym_BUS, sym_DOWNTO, @@ -107285,25 +106886,25 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [74820] = 6, + [74379] = 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(1112), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2566), 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(2564), 38, + ACTIONS(2516), 38, sym_AND, sym_BUS, sym_DOWNTO, @@ -107313,7 +106914,6 @@ static const uint16_t ts_small_parse_table[] = { sym_NOR, sym_OR, sym_PARAMETER, - sym_REGISTER, sym_REM, sym_ROL, sym_ROR, @@ -107327,6 +106927,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, @@ -107342,18 +106943,18 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [74883] = 6, + [74442] = 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(1113), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2442), 7, + ACTIONS(2624), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -107361,7 +106962,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2440), 37, + ACTIONS(2622), 37, sym_AND, sym_GENERIC, sym_MOD, @@ -107399,38 +107000,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_PIPE, - [74946] = 9, + [74505] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1875), 1, - anon_sym_LPAREN, - ACTIONS(2908), 1, - sym_PARAMETER, - STATE(1308), 1, - sym_parenthesis_group, - STATE(1121), 3, + STATE(1114), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2193), 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(2191), 34, - sym_AFTER, + ACTIONS(2520), 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, @@ -107438,13 +107035,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_LT_EQ, + sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -107458,26 +107057,27 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [75014] = 6, + [74568] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1122), 3, + STATE(1115), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2396), 6, + ACTIONS(2376), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2394), 37, + ACTIONS(2374), 38, sym_AND, + sym_BUS, sym_DOWNTO, sym_GENERIC, sym_MOD, @@ -107485,7 +107085,6 @@ static const uint16_t ts_small_parse_table[] = { sym_NOR, sym_OR, sym_PARAMETER, - sym_RANGE, sym_REM, sym_ROL, sym_ROR, @@ -107496,11 +107095,12 @@ 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, + sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -107514,53 +107114,50 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [75076] = 17, + [74631] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2910), 1, - sym_exponentiate, - STATE(486), 1, - sym_adding_operator, - STATE(487), 1, - sym_multiplying_operator, - STATE(635), 1, - sym_logical_operator, - STATE(636), 1, - sym_relational_operator, - STATE(637), 1, - sym_shift_operator, - ACTIONS(2698), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2704), 2, - sym_MOD, - sym_REM, - ACTIONS(2696), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(1123), 3, + STATE(1116), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2694), 4, + ACTIONS(2662), 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(2660), 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(2692), 8, + 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, @@ -107568,76 +107165,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - ACTIONS(2708), 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, - [75160] = 16, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [74694] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2910), 1, - sym_exponentiate, - STATE(486), 1, - sym_adding_operator, - STATE(487), 1, - sym_multiplying_operator, - STATE(635), 1, - sym_logical_operator, - STATE(636), 1, - sym_relational_operator, - STATE(637), 1, - sym_shift_operator, - ACTIONS(2698), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2704), 2, - sym_MOD, - sym_REM, - ACTIONS(2696), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(1124), 3, + STATE(1117), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2724), 4, + ACTIONS(2514), 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(2722), 20, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2512), 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, + 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_RPAREN, anon_sym_LT_EQ, sym_variable_assignment, anon_sym_EQ, @@ -107647,26 +107222,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [75242] = 6, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [74757] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1125), 3, + STATE(1118), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2518), 6, + ACTIONS(2628), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2516), 37, + ACTIONS(2626), 38, sym_AND, + sym_BUS, sym_DOWNTO, sym_GENERIC, sym_MOD, @@ -107674,7 +107256,6 @@ static const uint16_t ts_small_parse_table[] = { sym_NOR, sym_OR, sym_PARAMETER, - sym_RANGE, sym_REM, sym_ROL, sym_ROR, @@ -107685,11 +107266,12 @@ 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, + sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -107703,35 +107285,35 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [75304] = 6, + [74820] = 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(1119), 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), 37, + ACTIONS(2402), 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, @@ -107746,6 +107328,7 @@ 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, @@ -107759,32 +107342,34 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [75366] = 6, + [74883] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1127), 3, + STATE(1120), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2688), 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(2686), 36, - sym_identifier, + ACTIONS(2562), 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, @@ -107792,18 +107377,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_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, @@ -107814,49 +107397,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_PIPE, - [75428] = 14, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [74946] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2910), 1, - sym_exponentiate, - STATE(486), 1, + STATE(472), 1, + sym_shift_operator, + STATE(473), 1, + sym_relational_operator, + STATE(474), 1, + sym_logical_operator, + STATE(690), 1, sym_adding_operator, - STATE(487), 1, + STATE(691), 1, sym_multiplying_operator, - STATE(635), 1, - sym_logical_operator, - STATE(636), 1, - sym_relational_operator, - STATE(637), 1, - sym_shift_operator, - ACTIONS(2698), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2704), 2, - sym_MOD, - sym_REM, - STATE(1128), 3, + STATE(1121), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2720), 4, + ACTIONS(2684), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2718), 29, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2682), 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, @@ -107867,6 +107446,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, @@ -107879,25 +107459,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - [75506] = 6, + sym_exponentiate, + [75018] = 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(1122), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2554), 6, + ACTIONS(2510), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2552), 37, + ACTIONS(2508), 37, sym_AND, sym_DOWNTO, sym_GENERIC, @@ -107935,35 +107516,34 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [75568] = 6, + [75080] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1130), 3, + STATE(1123), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2558), 6, + ACTIONS(2628), 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(2626), 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, @@ -107974,9 +107554,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, @@ -107991,25 +107572,25 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [75630] = 6, + [75142] = 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(1124), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2562), 6, + ACTIONS(2574), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2560), 37, + ACTIONS(2572), 37, sym_AND, sym_DOWNTO, sym_GENERIC, @@ -108047,25 +107628,25 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [75692] = 6, + [75204] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1132), 3, + STATE(1125), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2566), 6, + ACTIONS(2480), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2564), 37, + ACTIONS(2478), 37, sym_AND, sym_DOWNTO, sym_GENERIC, @@ -108103,36 +107684,47 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [75754] = 6, + [75266] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1133), 3, + ACTIONS(2908), 1, + sym_exponentiate, + STATE(472), 1, + sym_shift_operator, + STATE(473), 1, + sym_relational_operator, + STATE(474), 1, + sym_logical_operator, + STATE(690), 1, + sym_adding_operator, + STATE(691), 1, + sym_multiplying_operator, + ACTIONS(2698), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2704), 2, + sym_MOD, + sym_REM, + STATE(1126), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2570), 6, + ACTIONS(2688), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2568), 37, + ACTIONS(2686), 29, 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, sym_SLA, @@ -108143,9 +107735,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, @@ -108156,61 +107748,53 @@ 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, - [75816] = 16, + [75344] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2912), 1, + ACTIONS(2908), 1, sym_exponentiate, - STATE(522), 1, + STATE(472), 1, + sym_shift_operator, + STATE(473), 1, + sym_relational_operator, + STATE(474), 1, + sym_logical_operator, + STATE(690), 1, sym_adding_operator, - STATE(523), 1, + STATE(691), 1, sym_multiplying_operator, - STATE(648), 1, - sym_logical_operator, - STATE(649), 1, - sym_relational_operator, - STATE(650), 1, - sym_shift_operator, ACTIONS(2698), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(2704), 2, sym_MOD, sym_REM, - ACTIONS(2696), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(1134), 3, + STATE(1127), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2724), 4, + ACTIONS(2684), 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(2722), 20, + ACTIONS(2682), 29, sym_AND, sym_BUS, 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, @@ -108225,37 +107809,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [75898] = 11, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + [75422] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(689), 1, + STATE(472), 1, + sym_shift_operator, + STATE(473), 1, + sym_relational_operator, + STATE(474), 1, sym_logical_operator, STATE(690), 1, - sym_relational_operator, - STATE(691), 1, - sym_shift_operator, - STATE(701), 1, sym_adding_operator, - STATE(702), 1, + STATE(691), 1, sym_multiplying_operator, - STATE(1135), 3, + STATE(1128), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2720), 7, - anon_sym_EQ, + ACTIONS(2688), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2718), 31, + ACTIONS(2686), 32, sym_AND, + sym_BUS, + sym_DOWNTO, sym_MOD, sym_NAND, sym_NOR, @@ -108267,14 +107855,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, @@ -108285,61 +107873,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_PIPE, - [75970] = 14, + [75494] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2914), 1, - sym_exponentiate, - STATE(689), 1, - sym_logical_operator, - STATE(690), 1, - sym_relational_operator, - STATE(691), 1, - sym_shift_operator, - STATE(701), 1, - sym_adding_operator, - STATE(702), 1, - sym_multiplying_operator, - ACTIONS(2698), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2704), 2, - sym_MOD, - sym_REM, - STATE(1136), 3, + STATE(1129), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2720), 5, - anon_sym_EQ, + ACTIONS(2668), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2718), 28, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2666), 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, @@ -108349,53 +107926,93 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - anon_sym_PIPE, - [76048] = 15, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [75556] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2910), 1, - sym_exponentiate, - STATE(486), 1, - sym_adding_operator, - STATE(487), 1, - sym_multiplying_operator, - STATE(635), 1, - sym_logical_operator, - STATE(636), 1, - sym_relational_operator, - STATE(637), 1, - sym_shift_operator, - ACTIONS(2698), 2, + STATE(1130), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2480), 6, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2704), 2, + ACTIONS(2478), 37, + sym_AND, + sym_DOWNTO, + sym_GENERIC, sym_MOD, + sym_NAND, + sym_NOR, + sym_OR, + sym_PARAMETER, + sym_RANGE, sym_REM, - ACTIONS(2696), 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, + [75618] = 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(2728), 4, + ACTIONS(2728), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2726), 26, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2726), 37, + sym_identifier, sym_AND, sym_BUS, sym_DOWNTO, + sym_MOD, sym_NAND, sym_NOR, sym_OR, - sym_REGISTER, + sym_REM, sym_ROL, sym_ROR, sym_SLA, @@ -108405,7 +108022,12 @@ 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_RPAREN, anon_sym_LT_EQ, sym_variable_assignment, anon_sym_EQ, @@ -108415,41 +108037,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [76128] = 9, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + [75680] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2918), 1, - sym_library_constant_unit, - STATE(2461), 1, - sym__unit, - STATE(1138), 3, + STATE(1132), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2916), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - ACTIONS(2446), 6, + ACTIONS(2602), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2444), 31, + ACTIONS(2600), 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, @@ -108461,8 +108081,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, @@ -108474,25 +108095,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [76196] = 15, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [75742] = 21, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2912), 1, + ACTIONS(2873), 1, + sym_WHEN, + ACTIONS(2910), 1, sym_exponentiate, - STATE(522), 1, - sym_adding_operator, - STATE(523), 1, - sym_multiplying_operator, - STATE(648), 1, - sym_logical_operator, - STATE(649), 1, - sym_relational_operator, - STATE(650), 1, + STATE(454), 1, sym_shift_operator, + STATE(456), 1, + sym_relational_operator, + STATE(462), 1, + sym_logical_operator, + STATE(704), 1, + sym_multiplying_operator, + STATE(708), 1, + sym_adding_operator, + STATE(5084), 1, + aux_sym_conditional_expression_repeat1, + STATE(6438), 1, + sym_when_expression, ACTIONS(2698), 2, anon_sym_STAR, anon_sym_SLASH, @@ -108503,35 +108132,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - STATE(1139), 3, + ACTIONS(2869), 3, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_RPAREN, + STATE(1133), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2728), 4, + ACTIONS(2694), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2726), 26, + ACTIONS(2702), 6, 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, - sym_TO, - sym_XNOR, - sym_XOR, - anon_sym_SEMI, - anon_sym_RPAREN, + ACTIONS(2692), 8, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -108539,41 +108168,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [76276] = 9, + [75834] = 12, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2922), 1, - sym_library_constant_unit, - STATE(2447), 1, - sym__unit, - STATE(1140), 3, + ACTIONS(2908), 1, + sym_exponentiate, + STATE(472), 1, + sym_shift_operator, + STATE(473), 1, + sym_relational_operator, + STATE(474), 1, + sym_logical_operator, + STATE(690), 1, + sym_adding_operator, + STATE(691), 1, + sym_multiplying_operator, + STATE(1134), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2920), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - ACTIONS(2446), 6, + ACTIONS(2684), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2444), 31, + ACTIONS(2682), 31, sym_AND, + sym_BUS, sym_DOWNTO, - sym_IS, sym_MOD, sym_NAND, sym_NOR, - sym_OPEN, sym_OR, sym_REM, sym_ROL, @@ -108586,7 +108217,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, @@ -108597,36 +108230,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - sym_exponentiate, - [76344] = 6, + [75908] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1141), 3, + STATE(1135), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2586), 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(2584), 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, @@ -108637,9 +108268,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, @@ -108654,25 +108286,25 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [76406] = 6, + [75970] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1142), 3, + STATE(1136), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2616), 6, + ACTIONS(2602), 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(2600), 37, sym_AND, sym_DOWNTO, sym_GENERIC, @@ -108710,25 +108342,25 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [76468] = 6, + [76032] = 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(1137), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2676), 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(2674), 37, + ACTIONS(2648), 37, sym_AND, sym_DOWNTO, sym_GENERIC, @@ -108766,25 +108398,25 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [76530] = 6, + [76094] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1144), 3, + STATE(1138), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2638), 6, + ACTIONS(2574), 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(2572), 37, sym_AND, sym_DOWNTO, sym_GENERIC, @@ -108822,25 +108454,28 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [76592] = 6, + [76156] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1145), 3, + ACTIONS(2912), 1, + anon_sym_COLON, + STATE(1139), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2642), 6, + ACTIONS(2628), 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), 37, + ACTIONS(2626), 35, sym_AND, sym_DOWNTO, sym_GENERIC, @@ -108849,7 +108484,6 @@ static const uint16_t ts_small_parse_table[] = { sym_NOR, sym_OR, sym_PARAMETER, - sym_RANGE, sym_REM, sym_ROL, sym_ROR, @@ -108860,12 +108494,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_RPAREN, + anon_sym_EQ_GT, anon_sym_LT_EQ, - anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -108878,37 +108510,30 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [76654] = 11, + anon_sym_PIPE, + [76220] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(689), 1, - sym_logical_operator, - STATE(690), 1, - sym_relational_operator, - STATE(691), 1, - sym_shift_operator, - STATE(701), 1, - sym_adding_operator, - STATE(702), 1, - sym_multiplying_operator, - STATE(1146), 3, + STATE(1140), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2712), 7, - anon_sym_EQ, + ACTIONS(2722), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2710), 31, + ACTIONS(2720), 37, + sym_identifier, sym_AND, + sym_BUS, + sym_DOWNTO, sym_MOD, sym_NAND, sym_NOR, @@ -108920,14 +108545,18 @@ 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_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, @@ -108938,114 +108567,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_PIPE, - [76726] = 29, - 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, - ACTIONS(2924), 1, - sym_END, - ACTIONS(2927), 1, - sym_WHEN, - STATE(1603), 1, - aux_sym_design_unit_repeat3, - STATE(2636), 1, - sym_label_declaration, - STATE(3023), 1, - sym__direct_name, - STATE(4169), 1, - sym__concurrent_statement, - STATE(5679), 1, - sym_generate_block, - STATE(6098), 1, - sym_aggregate, - STATE(6435), 1, - sym__target, - STATE(6493), 1, - sym_with_expression, - STATE(6555), 1, - sym_name, - STATE(6573), 1, - sym_generate_block_end, - STATE(6638), 1, - sym_assertion, - STATE(7169), 1, - sym__label, - STATE(4362), 2, - sym__identifier, - sym__external_name, - ACTIONS(71), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(1147), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(4351), 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(4170), 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, - [76834] = 6, + [76282] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1148), 3, + STATE(1141), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2646), 6, + ACTIONS(2722), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2644), 37, + ACTIONS(2720), 37, + sym_identifier, sym_AND, + sym_BUS, sym_DOWNTO, - sym_GENERIC, sym_MOD, sym_NAND, sym_NOR, sym_OR, - sym_PARAMETER, - sym_RANGE, + sym_REGISTER, sym_REM, sym_ROL, sym_ROR, @@ -109056,11 +108605,13 @@ 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, + 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, @@ -109072,36 +108623,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [76896] = 6, + [76344] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1149), 3, + STATE(490), 1, + sym_shift_operator, + STATE(491), 1, + sym_relational_operator, + STATE(492), 1, + sym_logical_operator, + STATE(639), 1, + sym_multiplying_operator, + STATE(643), 1, + sym_adding_operator, + STATE(1142), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2650), 6, + ACTIONS(2684), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2648), 37, + ACTIONS(2682), 32, sym_AND, + sym_BUS, sym_DOWNTO, - sym_GENERIC, sym_MOD, sym_NAND, sym_NOR, sym_OR, - sym_PARAMETER, - sym_RANGE, + sym_REGISTER, sym_REM, sym_ROL, sym_ROR, @@ -109112,11 +108670,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, @@ -109128,62 +108684,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [76958] = 14, + [76416] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(1825), 1, + anon_sym_LPAREN, ACTIONS(2914), 1, - sym_exponentiate, - STATE(689), 1, - sym_logical_operator, - STATE(690), 1, - sym_relational_operator, - STATE(691), 1, - sym_shift_operator, - STATE(701), 1, - sym_adding_operator, - STATE(702), 1, - sym_multiplying_operator, - ACTIONS(2698), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2704), 2, - sym_MOD, - sym_REM, - STATE(1150), 3, + sym_PARAMETER, + STATE(1380), 1, + sym_parenthesis_group, + STATE(1143), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2712), 5, - anon_sym_EQ, + ACTIONS(2326), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2710), 28, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2324), 34, sym_AND, + sym_BUS, + 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_WHEN, sym_XNOR, sym_XOR, anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_EQ_GT, + anon_sym_DOT, anon_sym_LT_EQ, + sym_variable_assignment, + anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -109193,44 +108740,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - anon_sym_PIPE, - [77036] = 12, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [76484] = 12, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2914), 1, + ACTIONS(2916), 1, sym_exponentiate, - STATE(689), 1, - sym_logical_operator, - STATE(690), 1, - sym_relational_operator, - STATE(691), 1, + STATE(490), 1, sym_shift_operator, - STATE(701), 1, - sym_adding_operator, - STATE(702), 1, + STATE(491), 1, + sym_relational_operator, + STATE(492), 1, + sym_logical_operator, + STATE(639), 1, sym_multiplying_operator, - STATE(1151), 3, + STATE(643), 1, + sym_adding_operator, + STATE(1144), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2712), 7, - anon_sym_EQ, + ACTIONS(2684), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2710), 30, + ACTIONS(2682), 31, sym_AND, + sym_BUS, + sym_DOWNTO, sym_MOD, sym_NAND, sym_NOR, sym_OR, + sym_REGISTER, sym_REM, sym_ROL, sym_ROR, @@ -109238,14 +108789,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, @@ -109255,36 +108805,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - anon_sym_PIPE, - [77110] = 6, + [76558] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1152), 3, + ACTIONS(2916), 1, + sym_exponentiate, + STATE(490), 1, + sym_shift_operator, + STATE(491), 1, + sym_relational_operator, + STATE(492), 1, + sym_logical_operator, + STATE(639), 1, + sym_multiplying_operator, + STATE(643), 1, + sym_adding_operator, + ACTIONS(2698), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2704), 2, + sym_MOD, + sym_REM, + STATE(1145), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2654), 6, + ACTIONS(2684), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2652), 37, + ACTIONS(2682), 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, @@ -109294,11 +108856,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, @@ -109309,116 +108869,52 @@ 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, - [77172] = 29, - 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, - ACTIONS(2929), 1, - sym_END, - ACTIONS(2932), 1, - sym_WHEN, - STATE(1603), 1, - aux_sym_design_unit_repeat3, - STATE(2636), 1, - sym_label_declaration, - STATE(3023), 1, - sym__direct_name, - STATE(4169), 1, - sym__concurrent_statement, - STATE(5682), 1, - sym_generate_block, - STATE(6098), 1, - sym_aggregate, - STATE(6435), 1, - sym__target, - STATE(6493), 1, - sym_with_expression, - STATE(6555), 1, - sym_name, - STATE(6586), 1, - sym_generate_block_end, - STATE(6638), 1, - sym_assertion, - STATE(7169), 1, - sym__label, - STATE(4362), 2, - sym__identifier, - sym__external_name, - ACTIONS(71), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(1153), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(4351), 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(4170), 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, - [77280] = 6, + [76636] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1154), 3, + ACTIONS(2916), 1, + sym_exponentiate, + STATE(490), 1, + sym_shift_operator, + STATE(491), 1, + sym_relational_operator, + STATE(492), 1, + sym_logical_operator, + STATE(639), 1, + sym_multiplying_operator, + STATE(643), 1, + sym_adding_operator, + ACTIONS(2698), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2704), 2, + sym_MOD, + sym_REM, + ACTIONS(2696), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(1146), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2716), 6, + ACTIONS(2718), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2714), 37, - sym_identifier, + ACTIONS(2716), 26, sym_AND, sym_BUS, sym_DOWNTO, - sym_MOD, sym_NAND, sym_NOR, sym_OR, - sym_REM, + sym_REGISTER, sym_ROL, sym_ROR, sym_SLA, @@ -109428,12 +108924,7 @@ 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_RPAREN, anon_sym_LT_EQ, sym_variable_assignment, anon_sym_EQ, @@ -109443,29 +108934,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, - [77342] = 6, + [76716] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1155), 3, + STATE(1147), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2442), 6, + ACTIONS(2628), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2440), 37, + ACTIONS(2626), 37, sym_AND, sym_DOWNTO, sym_GENERIC, @@ -109503,161 +108990,63 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [77404] = 6, + [76778] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1156), 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, + ACTIONS(2916), 1, + sym_exponentiate, + STATE(490), 1, + sym_shift_operator, + STATE(491), 1, + sym_relational_operator, + STATE(492), 1, + sym_logical_operator, + STATE(639), 1, + sym_multiplying_operator, + STATE(643), 1, + sym_adding_operator, + ACTIONS(2698), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2520), 37, - sym_AND, - sym_DOWNTO, - sym_GENERIC, + ACTIONS(2704), 2, 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_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, + ACTIONS(2696), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [77466] = 6, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(1157), 3, + STATE(1148), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2526), 6, + ACTIONS(2714), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2524), 37, - sym_AND, - sym_DOWNTO, - sym_GENERIC, - sym_MOD, - sym_NAND, - sym_NOR, - sym_OR, - sym_PARAMETER, - sym_RANGE, - sym_REM, + ACTIONS(2706), 6, 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, - sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [77528] = 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(2688), 6, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2686), 37, - sym_identifier, + ACTIONS(2712), 20, 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_REGISTER, 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, @@ -109667,52 +109056,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, - [77590] = 6, + [76860] = 17, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1159), 3, + ACTIONS(2916), 1, + sym_exponentiate, + STATE(490), 1, + sym_shift_operator, + STATE(491), 1, + sym_relational_operator, + STATE(492), 1, + sym_logical_operator, + STATE(639), 1, + sym_multiplying_operator, + STATE(643), 1, + sym_adding_operator, + ACTIONS(2698), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2704), 2, + sym_MOD, + sym_REM, + ACTIONS(2696), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(1149), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2454), 6, + ACTIONS(2694), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2452), 37, - sym_AND, - sym_DOWNTO, - sym_GENERIC, - sym_MOD, - sym_NAND, - sym_NOR, - sym_OR, - sym_PARAMETER, - sym_RANGE, - sym_REM, + ACTIONS(2706), 6, 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, + ACTIONS(2692), 8, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -109721,105 +109110,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, - sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [77652] = 11, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(486), 1, - sym_adding_operator, - STATE(487), 1, - sym_multiplying_operator, - STATE(635), 1, - sym_logical_operator, - STATE(636), 1, - sym_relational_operator, - STATE(637), 1, - sym_shift_operator, - STATE(1160), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2720), 6, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2718), 32, + ACTIONS(2710), 12, 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_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, - [77724] = 9, + [76944] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1887), 1, + ACTIONS(1837), 1, anon_sym_LPAREN, - ACTIONS(2934), 1, + ACTIONS(2918), 1, sym_PARAMETER, - STATE(1346), 1, + STATE(1302), 1, sym_parenthesis_group, - STATE(1161), 3, + STATE(1150), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2193), 6, + ACTIONS(2326), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2191), 34, + ACTIONS(2324), 34, + sym_AFTER, sym_AND, - sym_DOWNTO, sym_GENERIC, sym_MOD, sym_NAND, sym_NOR, - sym_OF, sym_OR, sym_REM, sym_ROL, @@ -109828,9 +109162,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_LT_EQ, @@ -109847,25 +109182,104 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [77792] = 18, + [77012] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2910), 1, + 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, + ACTIONS(2920), 1, + sym_END, + ACTIONS(2923), 1, + sym_WHEN, + STATE(1554), 1, + aux_sym_design_unit_repeat3, + STATE(2678), 1, + sym_label_declaration, + STATE(3015), 1, + sym__direct_name, + STATE(4213), 1, + sym__concurrent_statement, + STATE(5748), 1, + sym_generate_block, + STATE(6048), 1, + sym_aggregate, + STATE(6128), 1, + sym__target, + STATE(6220), 1, + sym_name, + STATE(6310), 1, + sym_with_expression, + STATE(6404), 1, + sym_generate_block_end, + STATE(7711), 1, + sym__label, + STATE(7824), 1, + sym_assertion, + STATE(4386), 2, + sym__identifier, + sym__external_name, + ACTIONS(71), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, + STATE(1151), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(4383), 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(3979), 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, + [77120] = 18, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(2908), 1, sym_exponentiate, - STATE(486), 1, + STATE(472), 1, + sym_shift_operator, + STATE(473), 1, + sym_relational_operator, + STATE(474), 1, + sym_logical_operator, + STATE(690), 1, sym_adding_operator, - STATE(487), 1, + STATE(691), 1, sym_multiplying_operator, - STATE(635), 1, - sym_logical_operator, - STATE(636), 1, - sym_relational_operator, - STATE(637), 1, - sym_shift_operator, ACTIONS(2698), 2, anon_sym_STAR, anon_sym_SLASH, @@ -109876,7 +109290,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - STATE(1162), 3, + STATE(1152), 3, sym__tool_directive, sym_line_comment, sym_block_comment, @@ -109888,9 +109302,9 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2690), 6, sym_BUS, sym_DOWNTO, - sym_REGISTER, sym_TO, anon_sym_SEMI, + anon_sym_RPAREN, sym_variable_assignment, ACTIONS(2702), 6, sym_AND, @@ -109915,35 +109329,113 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [77878] = 6, + [77206] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1163), 3, + ACTIONS(51), 1, + sym_PROCEDURE, + ACTIONS(2925), 1, + anon_sym_LPAREN, + ACTIONS(2927), 1, + sym_ALIAS, + ACTIONS(2929), 1, + sym_ATTRIBUTE, + ACTIONS(2931), 1, + sym_BEGIN, + ACTIONS(2933), 1, + sym_CONSTANT, + ACTIONS(2935), 1, + sym_FILE, + ACTIONS(2937), 1, + sym_FUNCTION, + ACTIONS(2939), 1, + sym_GROUP, + ACTIONS(2941), 1, + sym_IS, + ACTIONS(2943), 1, + sym_PACKAGE, + ACTIONS(2945), 1, + sym_SHARED, + ACTIONS(2947), 1, + sym_SUBTYPE, + ACTIONS(2949), 1, + sym_TYPE, + ACTIONS(2951), 1, + sym_USE, + ACTIONS(2953), 1, + sym_VARIABLE, + STATE(1447), 1, + sym_sensitivity_specification, + STATE(2302), 1, + aux_sym_sequential_block_head_repeat1, + STATE(3710), 1, + sym__process_declarative_item, + STATE(5839), 1, + sym__subprogram_specification, + STATE(6475), 1, + sym_process_head, + STATE(6594), 1, + sym_sequential_block, + ACTIONS(43), 2, + sym_IMPURE, + sym_PURE, + STATE(6037), 2, + sym_procedure_specification, + sym_function_specification, + STATE(1153), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(3711), 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, + [77314] = 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(2612), 6, + ACTIONS(2662), 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(2660), 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, @@ -109954,9 +109446,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, @@ -109971,56 +109464,67 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [77940] = 11, + [77376] = 18, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(486), 1, - sym_adding_operator, - STATE(487), 1, - sym_multiplying_operator, - STATE(635), 1, - sym_logical_operator, - STATE(636), 1, - sym_relational_operator, - STATE(637), 1, + ACTIONS(2916), 1, + sym_exponentiate, + STATE(490), 1, sym_shift_operator, - STATE(1164), 3, + STATE(491), 1, + sym_relational_operator, + STATE(492), 1, + sym_logical_operator, + STATE(639), 1, + sym_multiplying_operator, + STATE(643), 1, + sym_adding_operator, + ACTIONS(2698), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2704), 2, + sym_MOD, + sym_REM, + ACTIONS(2696), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(1155), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2712), 6, + ACTIONS(2694), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2710), 32, - sym_AND, + ACTIONS(2690), 6, sym_BUS, sym_DOWNTO, - sym_MOD, + sym_REGISTER, + sym_TO, + anon_sym_SEMI, + sym_variable_assignment, + ACTIONS(2702), 6, + sym_AND, sym_NAND, sym_NOR, sym_OR, - sym_REGISTER, - sym_REM, + sym_XNOR, + sym_XOR, + ACTIONS(2706), 6, sym_ROL, sym_ROR, sym_SLA, sym_SLL, sym_SRA, sym_SRL, - sym_TO, - sym_XNOR, - sym_XOR, - anon_sym_SEMI, + ACTIONS(2692), 8, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -110028,156 +109532,111 @@ 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, - [78012] = 11, + [77462] = 18, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(522), 1, - sym_adding_operator, - STATE(523), 1, - sym_multiplying_operator, - STATE(648), 1, - sym_logical_operator, - STATE(649), 1, - sym_relational_operator, - STATE(650), 1, + ACTIONS(2910), 1, + sym_exponentiate, + STATE(454), 1, sym_shift_operator, - STATE(1165), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2720), 6, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, + STATE(456), 1, + sym_relational_operator, + STATE(462), 1, + sym_logical_operator, + STATE(704), 1, + sym_multiplying_operator, + STATE(708), 1, + sym_adding_operator, + ACTIONS(2698), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2718), 32, - sym_AND, - sym_BUS, - sym_DOWNTO, + ACTIONS(2704), 2, 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, + ACTIONS(2696), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - sym_exponentiate, - [78084] = 6, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(1166), 3, + STATE(1156), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2590), 6, + ACTIONS(2694), 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(2588), 37, + ACTIONS(2690), 6, + sym_WHEN, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_EQ_GT, + anon_sym_PIPE, + ACTIONS(2702), 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(2706), 6, 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, + ACTIONS(2692), 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, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [78146] = 6, + [77548] = 12, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1167), 3, + ACTIONS(2910), 1, + sym_exponentiate, + STATE(454), 1, + sym_shift_operator, + STATE(456), 1, + sym_relational_operator, + STATE(462), 1, + sym_logical_operator, + STATE(704), 1, + sym_multiplying_operator, + STATE(708), 1, + sym_adding_operator, + STATE(1157), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2616), 6, + ACTIONS(2684), 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(2614), 37, + ACTIONS(2682), 30, 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, @@ -110185,14 +109644,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, @@ -110202,47 +109661,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, - [78208] = 14, + anon_sym_PIPE, + [77622] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2912), 1, + ACTIONS(2910), 1, sym_exponentiate, - STATE(522), 1, - sym_adding_operator, - STATE(523), 1, - sym_multiplying_operator, - STATE(648), 1, - sym_logical_operator, - STATE(649), 1, - sym_relational_operator, - STATE(650), 1, + STATE(454), 1, sym_shift_operator, + STATE(456), 1, + sym_relational_operator, + STATE(462), 1, + sym_logical_operator, + STATE(704), 1, + sym_multiplying_operator, + STATE(708), 1, + sym_adding_operator, ACTIONS(2698), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(2704), 2, sym_MOD, sym_REM, - STATE(1168), 3, + STATE(1158), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2720), 4, + ACTIONS(2684), 5, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2718), 29, + ACTIONS(2682), 28, sym_AND, - sym_BUS, - sym_DOWNTO, sym_NAND, sym_NOR, sym_OR, @@ -110252,14 +109708,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, @@ -110269,34 +109725,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - [78286] = 6, + anon_sym_PIPE, + [77700] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1169), 3, + STATE(454), 1, + sym_shift_operator, + STATE(456), 1, + sym_relational_operator, + STATE(462), 1, + sym_logical_operator, + STATE(704), 1, + sym_multiplying_operator, + STATE(708), 1, + sym_adding_operator, + STATE(1159), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2676), 6, + ACTIONS(2684), 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(2682), 31, sym_AND, - sym_DOWNTO, - sym_GENERIC, sym_MOD, sym_NAND, sym_NOR, sym_OR, - sym_PARAMETER, - sym_RANGE, sym_REM, sym_ROL, sym_ROR, @@ -110304,15 +109768,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, - anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -110323,94 +109786,193 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [78348] = 6, + anon_sym_PIPE, + [77772] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1170), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2442), 6, + 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, + ACTIONS(2955), 1, + sym_END, + ACTIONS(2958), 1, + sym_WHEN, + STATE(1554), 1, + aux_sym_design_unit_repeat3, + STATE(2678), 1, + sym_label_declaration, + STATE(3015), 1, + sym__direct_name, + STATE(4213), 1, + sym__concurrent_statement, + STATE(5742), 1, + sym_generate_block, + STATE(6048), 1, + sym_aggregate, + STATE(6128), 1, + sym__target, + STATE(6220), 1, + sym_name, + STATE(6310), 1, + sym_with_expression, + STATE(6418), 1, + sym_generate_block_end, + STATE(7711), 1, + sym__label, + STATE(7824), 1, + sym_assertion, + STATE(4386), 2, + sym__identifier, + sym__external_name, + ACTIONS(71), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, + STATE(1160), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(4383), 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(3979), 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, + [77880] = 15, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(2910), 1, + sym_exponentiate, + STATE(454), 1, + sym_shift_operator, + STATE(456), 1, + sym_relational_operator, + STATE(462), 1, + sym_logical_operator, + STATE(704), 1, + sym_multiplying_operator, + STATE(708), 1, + sym_adding_operator, + ACTIONS(2698), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2704), 2, + sym_MOD, + sym_REM, + ACTIONS(2696), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(1161), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2718), 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(2440), 37, + ACTIONS(2716), 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, - [78410] = 6, + anon_sym_PIPE, + [77960] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1171), 3, + ACTIONS(2916), 1, + sym_exponentiate, + STATE(490), 1, + sym_shift_operator, + STATE(491), 1, + sym_relational_operator, + STATE(492), 1, + sym_logical_operator, + STATE(639), 1, + sym_multiplying_operator, + STATE(643), 1, + sym_adding_operator, + ACTIONS(2698), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2704), 2, + sym_MOD, + sym_REM, + STATE(1162), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2638), 6, + ACTIONS(2688), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2636), 37, + ACTIONS(2686), 29, 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_REGISTER, sym_ROL, sym_ROR, sym_SLA, @@ -110421,9 +109983,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, @@ -110434,41 +109995,43 @@ 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, - [78472] = 9, + [78038] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1819), 1, - anon_sym_LPAREN, - ACTIONS(2936), 1, - sym_PARAMETER, - STATE(1364), 1, - sym_parenthesis_group, - STATE(1172), 3, + STATE(490), 1, + sym_shift_operator, + STATE(491), 1, + sym_relational_operator, + STATE(492), 1, + sym_logical_operator, + STATE(639), 1, + sym_multiplying_operator, + STATE(643), 1, + sym_adding_operator, + STATE(1163), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2193), 6, + ACTIONS(2688), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2191), 34, + ACTIONS(2686), 32, sym_AND, + sym_BUS, sym_DOWNTO, - sym_GENERIC, sym_MOD, sym_NAND, sym_NOR, sym_OR, + sym_REGISTER, sym_REM, sym_ROL, sym_ROR, @@ -110477,12 +110040,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_LT_EQ, + sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -110494,107 +110056,344 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [78540] = 6, + [78110] = 17, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1173), 3, + ACTIONS(2908), 1, + sym_exponentiate, + STATE(472), 1, + sym_shift_operator, + STATE(473), 1, + sym_relational_operator, + STATE(474), 1, + sym_logical_operator, + STATE(690), 1, + sym_adding_operator, + STATE(691), 1, + sym_multiplying_operator, + ACTIONS(2698), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2704), 2, + sym_MOD, + sym_REM, + ACTIONS(2696), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(1164), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2642), 6, + ACTIONS(2694), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2640), 37, + ACTIONS(2706), 6, + sym_ROL, + sym_ROR, + sym_SLA, + sym_SLL, + sym_SRA, + sym_SRL, + ACTIONS(2692), 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_BUS, sym_DOWNTO, - sym_GENERIC, - sym_IS, - sym_MOD, sym_NAND, sym_NOR, - sym_OPEN, sym_OR, - sym_PARAMETER, + sym_TO, + sym_XNOR, + sym_XOR, + anon_sym_SEMI, + anon_sym_RPAREN, + sym_variable_assignment, + [78194] = 16, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(2910), 1, + sym_exponentiate, + STATE(454), 1, + sym_shift_operator, + STATE(456), 1, + sym_relational_operator, + STATE(462), 1, + sym_logical_operator, + STATE(704), 1, + sym_multiplying_operator, + STATE(708), 1, + sym_adding_operator, + ACTIONS(2698), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2704), 2, + sym_MOD, sym_REM, + ACTIONS(2696), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(1165), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2714), 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, - sym_TO, + ACTIONS(2712), 19, + sym_AND, + sym_NAND, + sym_NOR, + sym_OR, + 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, 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, - [78602] = 6, + anon_sym_PIPE, + [78276] = 17, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1174), 3, + ACTIONS(2910), 1, + sym_exponentiate, + STATE(454), 1, + sym_shift_operator, + STATE(456), 1, + sym_relational_operator, + STATE(462), 1, + sym_logical_operator, + STATE(704), 1, + sym_multiplying_operator, + STATE(708), 1, + sym_adding_operator, + ACTIONS(2698), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2704), 2, + sym_MOD, + sym_REM, + ACTIONS(2696), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(1166), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2646), 6, + ACTIONS(2694), 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(2644), 37, + ACTIONS(2706), 6, + sym_ROL, + sym_ROR, + sym_SLA, + sym_SLL, + sym_SRA, + sym_SRL, + ACTIONS(2692), 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), 12, sym_AND, - sym_DOWNTO, - sym_GENERIC, - sym_IS, - sym_MOD, sym_NAND, sym_NOR, - sym_OPEN, sym_OR, - sym_PARAMETER, + sym_WHEN, + sym_XNOR, + sym_XOR, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_EQ_GT, + anon_sym_PIPE, + [78360] = 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(2925), 1, + anon_sym_LPAREN, + ACTIONS(2927), 1, + sym_ALIAS, + ACTIONS(2929), 1, + sym_ATTRIBUTE, + ACTIONS(2931), 1, + sym_BEGIN, + ACTIONS(2933), 1, + sym_CONSTANT, + ACTIONS(2935), 1, + sym_FILE, + ACTIONS(2937), 1, + sym_FUNCTION, + ACTIONS(2939), 1, + sym_GROUP, + ACTIONS(2941), 1, + sym_IS, + ACTIONS(2943), 1, + sym_PACKAGE, + ACTIONS(2945), 1, + sym_SHARED, + ACTIONS(2947), 1, + sym_SUBTYPE, + ACTIONS(2949), 1, + sym_TYPE, + ACTIONS(2951), 1, + sym_USE, + ACTIONS(2953), 1, + sym_VARIABLE, + STATE(1576), 1, + sym_sensitivity_specification, + STATE(2302), 1, + aux_sym_sequential_block_head_repeat1, + STATE(3710), 1, + sym__process_declarative_item, + STATE(5839), 1, + sym__subprogram_specification, + STATE(6391), 1, + sym_sequential_block, + STATE(6393), 1, + sym_process_head, + ACTIONS(43), 2, + sym_IMPURE, + sym_PURE, + STATE(6037), 2, + sym_procedure_specification, + sym_function_specification, + STATE(1167), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(3711), 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, + [78468] = 16, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(2908), 1, + sym_exponentiate, + STATE(472), 1, + sym_shift_operator, + STATE(473), 1, + sym_relational_operator, + STATE(474), 1, + sym_logical_operator, + STATE(690), 1, + sym_adding_operator, + STATE(691), 1, + sym_multiplying_operator, + ACTIONS(2698), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2704), 2, + sym_MOD, sym_REM, + ACTIONS(2696), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(1168), 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), 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, @@ -110602,56 +110401,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, - [78664] = 6, + [78550] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1175), 3, + ACTIONS(2910), 1, + sym_exponentiate, + STATE(454), 1, + sym_shift_operator, + STATE(456), 1, + sym_relational_operator, + STATE(462), 1, + sym_logical_operator, + STATE(704), 1, + sym_multiplying_operator, + STATE(708), 1, + sym_adding_operator, + ACTIONS(2698), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2704), 2, + sym_MOD, + sym_REM, + STATE(1169), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2530), 6, + ACTIONS(2688), 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), 37, + ACTIONS(2686), 28, 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, @@ -110661,37 +110464,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, - [78726] = 6, + anon_sym_PIPE, + [78628] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1176), 3, + STATE(454), 1, + sym_shift_operator, + STATE(456), 1, + sym_relational_operator, + STATE(462), 1, + sym_logical_operator, + STATE(704), 1, + sym_multiplying_operator, + STATE(708), 1, + sym_adding_operator, + STATE(1170), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2554), 6, + ACTIONS(2688), 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(2552), 37, + ACTIONS(2686), 31, sym_AND, - sym_DOWNTO, - sym_GENERIC, sym_MOD, sym_NAND, sym_NOR, sym_OR, - sym_PARAMETER, - sym_RANGE, sym_REM, sym_ROL, sym_ROR, @@ -110699,15 +110507,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, - anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -110718,27 +110525,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [78788] = 6, + anon_sym_PIPE, + [78700] = 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(1171), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2680), 6, + ACTIONS(2658), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2678), 37, + ACTIONS(2656), 37, sym_AND, sym_DOWNTO, sym_GENERIC, @@ -110776,36 +110582,51 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [78850] = 6, + [78762] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1178), 3, + ACTIONS(2908), 1, + sym_exponentiate, + STATE(472), 1, + sym_shift_operator, + STATE(473), 1, + sym_relational_operator, + STATE(474), 1, + sym_logical_operator, + STATE(690), 1, + sym_adding_operator, + STATE(691), 1, + sym_multiplying_operator, + ACTIONS(2698), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2704), 2, + sym_MOD, + sym_REM, + ACTIONS(2696), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(1172), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2650), 6, + ACTIONS(2718), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2648), 37, + ACTIONS(2716), 26, 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, sym_SLA, @@ -110816,9 +110637,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, @@ -110826,41 +110647,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, - [78912] = 6, + [78842] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1179), 3, + STATE(1173), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2654), 6, + ACTIONS(2728), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2652), 37, + ACTIONS(2726), 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, @@ -110871,10 +110685,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, @@ -110886,46 +110703,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [78974] = 12, + [78904] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2912), 1, - sym_exponentiate, - STATE(522), 1, - sym_adding_operator, - STATE(523), 1, - sym_multiplying_operator, - STATE(648), 1, - sym_logical_operator, - STATE(649), 1, - sym_relational_operator, - STATE(650), 1, - sym_shift_operator, - STATE(1180), 3, + STATE(1174), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2712), 6, + ACTIONS(2654), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2710), 31, + ACTIONS(2652), 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, @@ -110937,9 +110743,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, @@ -110950,35 +110756,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - [79048] = 6, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [78966] = 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(1175), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2526), 6, + ACTIONS(2658), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2524), 37, + ACTIONS(2656), 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, @@ -110989,9 +110797,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, @@ -111006,7 +110815,7 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [79110] = 29, + [79028] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -111015,59 +110824,59 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(51), 1, sym_PROCEDURE, - ACTIONS(2938), 1, + ACTIONS(2925), 1, anon_sym_LPAREN, - ACTIONS(2940), 1, + ACTIONS(2927), 1, sym_ALIAS, - ACTIONS(2942), 1, + ACTIONS(2929), 1, sym_ATTRIBUTE, - ACTIONS(2944), 1, + ACTIONS(2931), 1, sym_BEGIN, - ACTIONS(2946), 1, + ACTIONS(2933), 1, sym_CONSTANT, - ACTIONS(2948), 1, + ACTIONS(2935), 1, sym_FILE, - ACTIONS(2950), 1, + ACTIONS(2937), 1, sym_FUNCTION, - ACTIONS(2952), 1, + ACTIONS(2939), 1, sym_GROUP, - ACTIONS(2954), 1, + ACTIONS(2941), 1, sym_IS, - ACTIONS(2956), 1, + ACTIONS(2943), 1, sym_PACKAGE, - ACTIONS(2958), 1, + ACTIONS(2945), 1, sym_SHARED, - ACTIONS(2960), 1, + ACTIONS(2947), 1, sym_SUBTYPE, - ACTIONS(2962), 1, + ACTIONS(2949), 1, sym_TYPE, - ACTIONS(2964), 1, + ACTIONS(2951), 1, sym_USE, - ACTIONS(2966), 1, + ACTIONS(2953), 1, sym_VARIABLE, - STATE(1473), 1, + STATE(1628), 1, sym_sensitivity_specification, - STATE(2336), 1, + STATE(2302), 1, aux_sym_sequential_block_head_repeat1, - STATE(3793), 1, + STATE(3710), 1, sym__process_declarative_item, - STATE(5844), 1, + STATE(5839), 1, sym__subprogram_specification, - STATE(6539), 1, - sym_sequential_block, - STATE(6597), 1, + STATE(6055), 1, sym_process_head, + STATE(6558), 1, + sym_sequential_block, ACTIONS(43), 2, sym_IMPURE, sym_PURE, - STATE(6069), 2, + STATE(6037), 2, sym_procedure_specification, sym_function_specification, - STATE(1182), 3, + STATE(1176), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3792), 17, + STATE(3711), 17, sym_use_clause, sym_package_declaration, sym_package_instantiation_declaration, @@ -111085,7 +110894,63 @@ static const uint16_t ts_small_parse_table[] = { sym_attribute_specification, sym_group_template_declaration, sym_group_declaration, - [79218] = 29, + [79136] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(1177), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2654), 6, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2652), 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_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, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [79198] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -111094,59 +110959,59 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(51), 1, sym_PROCEDURE, - ACTIONS(2938), 1, + ACTIONS(2925), 1, anon_sym_LPAREN, - ACTIONS(2940), 1, + ACTIONS(2927), 1, sym_ALIAS, - ACTIONS(2942), 1, + ACTIONS(2929), 1, sym_ATTRIBUTE, - ACTIONS(2944), 1, + ACTIONS(2931), 1, sym_BEGIN, - ACTIONS(2946), 1, + ACTIONS(2933), 1, sym_CONSTANT, - ACTIONS(2948), 1, + ACTIONS(2935), 1, sym_FILE, - ACTIONS(2950), 1, + ACTIONS(2937), 1, sym_FUNCTION, - ACTIONS(2952), 1, + ACTIONS(2939), 1, sym_GROUP, - ACTIONS(2954), 1, + ACTIONS(2941), 1, sym_IS, - ACTIONS(2956), 1, + ACTIONS(2943), 1, sym_PACKAGE, - ACTIONS(2958), 1, + ACTIONS(2945), 1, sym_SHARED, - ACTIONS(2960), 1, + ACTIONS(2947), 1, sym_SUBTYPE, - ACTIONS(2962), 1, + ACTIONS(2949), 1, sym_TYPE, - ACTIONS(2964), 1, + ACTIONS(2951), 1, sym_USE, - ACTIONS(2966), 1, + ACTIONS(2953), 1, sym_VARIABLE, - STATE(1450), 1, + STATE(1629), 1, sym_sensitivity_specification, - STATE(2336), 1, + STATE(2302), 1, aux_sym_sequential_block_head_repeat1, - STATE(3793), 1, + STATE(3710), 1, sym__process_declarative_item, - STATE(5844), 1, + STATE(5839), 1, sym__subprogram_specification, - STATE(6249), 1, - sym_sequential_block, - STATE(6250), 1, + STATE(6047), 1, sym_process_head, + STATE(6547), 1, + sym_sequential_block, ACTIONS(43), 2, sym_IMPURE, sym_PURE, - STATE(6069), 2, + STATE(6037), 2, sym_procedure_specification, sym_function_specification, - STATE(1183), 3, + STATE(1178), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3792), 17, + STATE(3711), 17, sym_use_clause, sym_package_declaration, sym_package_instantiation_declaration, @@ -111164,35 +111029,39 @@ static const uint16_t ts_small_parse_table[] = { sym_attribute_specification, sym_group_template_declaration, sym_group_declaration, - [79326] = 6, + [79306] = 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(1853), 1, + anon_sym_LPAREN, + ACTIONS(2960), 1, + sym_PARAMETER, + STATE(1383), 1, + sym_parenthesis_group, + STATE(1179), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2388), 6, + ACTIONS(2326), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2386), 37, + ACTIONS(2324), 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 +111072,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,25 +111088,25 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [79388] = 6, + [79374] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1185), 3, + STATE(1180), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2562), 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(2560), 37, + ACTIONS(2562), 37, sym_AND, sym_DOWNTO, sym_GENERIC, @@ -111276,25 +111144,25 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [79450] = 6, + [79436] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1186), 3, + STATE(1181), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2458), 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(2456), 37, + ACTIONS(2512), 37, sym_AND, sym_DOWNTO, sym_GENERIC, @@ -111332,25 +111200,25 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [79512] = 6, + [79498] = 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(1182), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2566), 6, + ACTIONS(2484), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2564), 37, + ACTIONS(2482), 37, sym_AND, sym_DOWNTO, sym_GENERIC, @@ -111388,25 +111256,25 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [79574] = 6, + [79560] = 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(1183), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2680), 6, + ACTIONS(2476), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2678), 37, + ACTIONS(2474), 37, sym_AND, sym_DOWNTO, sym_GENERIC, @@ -111444,28 +111312,25 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [79636] = 7, + [79622] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2968), 1, - anon_sym_COLON, - STATE(1189), 3, + STATE(1184), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2680), 7, - anon_sym_EQ, + ACTIONS(2438), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2678), 35, + ACTIONS(2436), 37, sym_AND, sym_DOWNTO, sym_GENERIC, @@ -111474,6 +111339,7 @@ static const uint16_t ts_small_parse_table[] = { sym_NOR, sym_OR, sym_PARAMETER, + sym_RANGE, sym_REM, sym_ROL, sym_ROR, @@ -111484,10 +111350,12 @@ 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_RPAREN, anon_sym_LT_EQ, + anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -111500,26 +111368,25 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - anon_sym_PIPE, - [79700] = 6, + [79684] = 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(1185), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2392), 6, + ACTIONS(2484), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2390), 37, + ACTIONS(2482), 37, sym_AND, sym_DOWNTO, sym_GENERIC, @@ -111557,34 +111424,35 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [79762] = 6, + [79746] = 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(1186), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2570), 6, + ACTIONS(2476), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2568), 37, + ACTIONS(2474), 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, @@ -111595,10 +111463,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, @@ -111613,34 +111480,35 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [79824] = 6, + [79808] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1192), 3, + STATE(1187), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2388), 6, + ACTIONS(2438), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2386), 37, + ACTIONS(2436), 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, @@ -111651,10 +111519,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, @@ -111669,35 +111536,34 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [79886] = 6, + [79870] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1193), 3, + STATE(1188), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2396), 6, + ACTIONS(2442), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2394), 37, + ACTIONS(2440), 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, @@ -111708,9 +111574,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, @@ -111725,34 +111592,42 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [79948] = 6, + [79932] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1194), 3, + ACTIONS(2964), 1, + sym_library_constant_unit, + STATE(2454), 1, + sym__unit, + STATE(1189), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2586), 6, + ACTIONS(2962), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + ACTIONS(2380), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2584), 37, + ACTIONS(2378), 31, 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, @@ -111763,10 +111638,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_RPAREN, + anon_sym_SEMI, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -111779,40 +111651,272 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [80010] = 9, + [80000] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1863), 1, + ACTIONS(51), 1, + sym_PROCEDURE, + ACTIONS(2925), 1, anon_sym_LPAREN, - ACTIONS(2970), 1, - sym_PARAMETER, - STATE(1290), 1, - sym_parenthesis_group, - STATE(1195), 3, + ACTIONS(2927), 1, + sym_ALIAS, + ACTIONS(2929), 1, + sym_ATTRIBUTE, + ACTIONS(2931), 1, + sym_BEGIN, + ACTIONS(2933), 1, + sym_CONSTANT, + ACTIONS(2935), 1, + sym_FILE, + ACTIONS(2937), 1, + sym_FUNCTION, + ACTIONS(2939), 1, + sym_GROUP, + ACTIONS(2941), 1, + sym_IS, + ACTIONS(2943), 1, + sym_PACKAGE, + ACTIONS(2945), 1, + sym_SHARED, + ACTIONS(2947), 1, + sym_SUBTYPE, + ACTIONS(2949), 1, + sym_TYPE, + ACTIONS(2951), 1, + sym_USE, + ACTIONS(2953), 1, + sym_VARIABLE, + STATE(1635), 1, + sym_sensitivity_specification, + STATE(2302), 1, + aux_sym_sequential_block_head_repeat1, + STATE(3710), 1, + sym__process_declarative_item, + STATE(5839), 1, + sym__subprogram_specification, + STATE(6033), 1, + sym_process_head, + STATE(6528), 1, + sym_sequential_block, + ACTIONS(43), 2, + sym_IMPURE, + sym_PURE, + STATE(6037), 2, + sym_procedure_specification, + sym_function_specification, + STATE(1190), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(3711), 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, + [80108] = 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(2925), 1, + anon_sym_LPAREN, + ACTIONS(2927), 1, + sym_ALIAS, + ACTIONS(2929), 1, + sym_ATTRIBUTE, + ACTIONS(2931), 1, + sym_BEGIN, + ACTIONS(2933), 1, + sym_CONSTANT, + ACTIONS(2935), 1, + sym_FILE, + ACTIONS(2937), 1, + sym_FUNCTION, + ACTIONS(2939), 1, + sym_GROUP, + ACTIONS(2941), 1, + sym_IS, + ACTIONS(2943), 1, + sym_PACKAGE, + ACTIONS(2945), 1, + sym_SHARED, + ACTIONS(2947), 1, + sym_SUBTYPE, + ACTIONS(2949), 1, + sym_TYPE, + ACTIONS(2951), 1, + sym_USE, + ACTIONS(2953), 1, + sym_VARIABLE, + STATE(1650), 1, + sym_sensitivity_specification, + STATE(2302), 1, + aux_sym_sequential_block_head_repeat1, + STATE(3710), 1, + sym__process_declarative_item, + STATE(5839), 1, + sym__subprogram_specification, + STATE(6011), 1, + sym_process_head, + STATE(6462), 1, + sym_sequential_block, + ACTIONS(43), 2, + sym_IMPURE, + sym_PURE, + STATE(6037), 2, + sym_procedure_specification, + sym_function_specification, + STATE(1191), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(3711), 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, + [80216] = 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(2925), 1, + anon_sym_LPAREN, + ACTIONS(2927), 1, + sym_ALIAS, + ACTIONS(2929), 1, + sym_ATTRIBUTE, + ACTIONS(2931), 1, + sym_BEGIN, + ACTIONS(2933), 1, + sym_CONSTANT, + ACTIONS(2935), 1, + sym_FILE, + ACTIONS(2937), 1, + sym_FUNCTION, + ACTIONS(2939), 1, + sym_GROUP, + ACTIONS(2941), 1, + sym_IS, + ACTIONS(2943), 1, + sym_PACKAGE, + ACTIONS(2945), 1, + sym_SHARED, + ACTIONS(2947), 1, + sym_SUBTYPE, + ACTIONS(2949), 1, + sym_TYPE, + ACTIONS(2951), 1, + sym_USE, + ACTIONS(2953), 1, + sym_VARIABLE, + STATE(1651), 1, + sym_sensitivity_specification, + STATE(2302), 1, + aux_sym_sequential_block_head_repeat1, + STATE(3710), 1, + sym__process_declarative_item, + STATE(5839), 1, + sym__subprogram_specification, + STATE(6085), 1, + sym_process_head, + STATE(6453), 1, + sym_sequential_block, + ACTIONS(43), 2, + sym_IMPURE, + sym_PURE, + STATE(6037), 2, + sym_procedure_specification, + sym_function_specification, + STATE(1192), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(3711), 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, + [80324] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(1193), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2193), 6, + ACTIONS(2442), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2191), 34, + ACTIONS(2440), 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, @@ -111820,13 +111924,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_RPAREN, + anon_sym_LPAREN, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -111840,34 +111944,32 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [80078] = 6, + [80386] = 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(1194), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2392), 6, + ACTIONS(2728), 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(2390), 37, + ACTIONS(2726), 36, + 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, @@ -111875,15 +111977,18 @@ 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, - anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -111894,27 +111999,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [80140] = 6, + anon_sym_PIPE, + [80448] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1197), 3, - sym__tool_directive, - sym_line_comment, + ACTIONS(2968), 1, + sym_library_constant_unit, + STATE(2435), 1, + sym__unit, + STATE(1195), 3, + sym__tool_directive, + sym_line_comment, sym_block_comment, - ACTIONS(2612), 6, + ACTIONS(2966), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + ACTIONS(2380), 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(2378), 31, sym_AND, sym_DOWNTO, sym_GENERIC, @@ -111922,8 +112035,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, @@ -111934,11 +112045,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, @@ -111950,105 +112059,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [80202] = 18, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(2914), 1, - sym_exponentiate, - STATE(689), 1, - sym_logical_operator, - STATE(690), 1, - sym_relational_operator, - STATE(691), 1, - sym_shift_operator, - STATE(701), 1, - sym_adding_operator, - STATE(702), 1, - sym_multiplying_operator, - ACTIONS(2698), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2704), 2, - sym_MOD, - sym_REM, - ACTIONS(2696), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(1198), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2694), 5, - anon_sym_EQ, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - ACTIONS(2690), 6, - sym_WHEN, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_EQ_GT, - anon_sym_PIPE, - ACTIONS(2702), 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(2692), 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, - [80288] = 6, + [80516] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1199), 3, + ACTIONS(1761), 1, + anon_sym_LPAREN, + ACTIONS(2970), 1, + sym_PARAMETER, + STATE(1344), 1, + sym_parenthesis_group, + STATE(1196), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2454), 6, + ACTIONS(2326), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2452), 37, + ACTIONS(2324), 34, 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, @@ -112057,11 +112099,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, @@ -112076,39 +112118,192 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [80350] = 9, + [80584] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1851), 1, + ACTIONS(51), 1, + sym_PROCEDURE, + ACTIONS(2925), 1, anon_sym_LPAREN, - ACTIONS(2972), 1, - sym_PARAMETER, - STATE(1250), 1, - sym_parenthesis_group, - STATE(1200), 3, + ACTIONS(2927), 1, + sym_ALIAS, + ACTIONS(2929), 1, + sym_ATTRIBUTE, + ACTIONS(2931), 1, + sym_BEGIN, + ACTIONS(2933), 1, + sym_CONSTANT, + ACTIONS(2935), 1, + sym_FILE, + ACTIONS(2937), 1, + sym_FUNCTION, + ACTIONS(2939), 1, + sym_GROUP, + ACTIONS(2941), 1, + sym_IS, + ACTIONS(2943), 1, + sym_PACKAGE, + ACTIONS(2945), 1, + sym_SHARED, + ACTIONS(2947), 1, + sym_SUBTYPE, + ACTIONS(2949), 1, + sym_TYPE, + ACTIONS(2951), 1, + sym_USE, + ACTIONS(2953), 1, + sym_VARIABLE, + STATE(1655), 1, + sym_sensitivity_specification, + STATE(2302), 1, + aux_sym_sequential_block_head_repeat1, + STATE(3710), 1, + sym__process_declarative_item, + STATE(5839), 1, + sym__subprogram_specification, + STATE(6078), 1, + sym_process_head, + STATE(6436), 1, + sym_sequential_block, + ACTIONS(43), 2, + sym_IMPURE, + sym_PURE, + STATE(6037), 2, + sym_procedure_specification, + sym_function_specification, + STATE(1197), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(3711), 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, + [80692] = 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(2925), 1, + anon_sym_LPAREN, + ACTIONS(2927), 1, + sym_ALIAS, + ACTIONS(2929), 1, + sym_ATTRIBUTE, + ACTIONS(2931), 1, + sym_BEGIN, + ACTIONS(2933), 1, + sym_CONSTANT, + ACTIONS(2935), 1, + sym_FILE, + ACTIONS(2937), 1, + sym_FUNCTION, + ACTIONS(2939), 1, + sym_GROUP, + ACTIONS(2941), 1, + sym_IS, + ACTIONS(2943), 1, + sym_PACKAGE, + ACTIONS(2945), 1, + sym_SHARED, + ACTIONS(2947), 1, + sym_SUBTYPE, + ACTIONS(2949), 1, + sym_TYPE, + ACTIONS(2951), 1, + sym_USE, + ACTIONS(2953), 1, + sym_VARIABLE, + STATE(1660), 1, + sym_sensitivity_specification, + STATE(2302), 1, + aux_sym_sequential_block_head_repeat1, + STATE(3710), 1, + sym__process_declarative_item, + STATE(5839), 1, + sym__subprogram_specification, + STATE(6143), 1, + sym_process_head, + STATE(6384), 1, + sym_sequential_block, + ACTIONS(43), 2, + sym_IMPURE, + sym_PURE, + STATE(6037), 2, + sym_procedure_specification, + sym_function_specification, + STATE(1198), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(3711), 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, + [80800] = 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(2193), 6, + ACTIONS(2376), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2191), 34, + ACTIONS(2374), 37, sym_AND, - sym_BUS, + sym_DOWNTO, sym_GENERIC, sym_MOD, sym_NAND, sym_NOR, sym_OR, - sym_REGISTER, + sym_PARAMETER, + sym_RANGE, sym_REM, sym_ROL, sym_ROR, @@ -112116,12 +112311,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_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, @@ -112135,106 +112332,113 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [80418] = 21, + [80862] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2906), 1, - sym_WHEN, - ACTIONS(2914), 1, - sym_exponentiate, - STATE(689), 1, - sym_logical_operator, - STATE(690), 1, - sym_relational_operator, - STATE(691), 1, - sym_shift_operator, - STATE(701), 1, - sym_adding_operator, - STATE(702), 1, - sym_multiplying_operator, - STATE(5145), 1, - aux_sym_conditional_expression_repeat1, - STATE(6496), 1, - sym_when_expression, - ACTIONS(2698), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2704), 2, - sym_MOD, - sym_REM, - ACTIONS(2696), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - ACTIONS(2904), 3, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_RPAREN, - STATE(1201), 3, + ACTIONS(51), 1, + sym_PROCEDURE, + ACTIONS(2925), 1, + anon_sym_LPAREN, + ACTIONS(2927), 1, + sym_ALIAS, + ACTIONS(2929), 1, + sym_ATTRIBUTE, + ACTIONS(2931), 1, + sym_BEGIN, + ACTIONS(2933), 1, + sym_CONSTANT, + ACTIONS(2935), 1, + sym_FILE, + ACTIONS(2937), 1, + sym_FUNCTION, + ACTIONS(2939), 1, + sym_GROUP, + ACTIONS(2941), 1, + sym_IS, + ACTIONS(2943), 1, + sym_PACKAGE, + ACTIONS(2945), 1, + sym_SHARED, + ACTIONS(2947), 1, + sym_SUBTYPE, + ACTIONS(2949), 1, + sym_TYPE, + ACTIONS(2951), 1, + sym_USE, + ACTIONS(2953), 1, + sym_VARIABLE, + STATE(1661), 1, + sym_sensitivity_specification, + STATE(2302), 1, + aux_sym_sequential_block_head_repeat1, + STATE(3710), 1, + sym__process_declarative_item, + STATE(5839), 1, + sym__subprogram_specification, + STATE(6166), 1, + sym_process_head, + STATE(6378), 1, + sym_sequential_block, + ACTIONS(43), 2, + sym_IMPURE, + sym_PURE, + STATE(6037), 2, + sym_procedure_specification, + sym_function_specification, + STATE(1200), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2694), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - ACTIONS(2702), 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(2692), 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, - [80510] = 6, + STATE(3711), 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, + [80970] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1202), 3, + STATE(1201), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2458), 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(2456), 37, + ACTIONS(2520), 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, @@ -112245,9 +112449,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, @@ -112262,35 +112467,34 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [80572] = 6, + [81032] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1203), 3, + STATE(1202), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2590), 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(2588), 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, @@ -112301,9 +112505,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, @@ -112318,34 +112523,192 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [80634] = 6, + [81094] = 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(2925), 1, + anon_sym_LPAREN, + ACTIONS(2927), 1, + sym_ALIAS, + ACTIONS(2929), 1, + sym_ATTRIBUTE, + ACTIONS(2931), 1, + sym_BEGIN, + ACTIONS(2933), 1, + sym_CONSTANT, + ACTIONS(2935), 1, + sym_FILE, + ACTIONS(2937), 1, + sym_FUNCTION, + ACTIONS(2939), 1, + sym_GROUP, + ACTIONS(2941), 1, + sym_IS, + ACTIONS(2943), 1, + sym_PACKAGE, + ACTIONS(2945), 1, + sym_SHARED, + ACTIONS(2947), 1, + sym_SUBTYPE, + ACTIONS(2949), 1, + sym_TYPE, + ACTIONS(2951), 1, + sym_USE, + ACTIONS(2953), 1, + sym_VARIABLE, + STATE(1585), 1, + sym_sensitivity_specification, + STATE(2302), 1, + aux_sym_sequential_block_head_repeat1, + STATE(3710), 1, + sym__process_declarative_item, + STATE(5839), 1, + sym__subprogram_specification, + STATE(6127), 1, + sym_sequential_block, + STATE(6131), 1, + sym_process_head, + ACTIONS(43), 2, + sym_IMPURE, + sym_PURE, + STATE(6037), 2, + sym_procedure_specification, + sym_function_specification, + STATE(1203), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(3711), 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, + [81202] = 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(2925), 1, + anon_sym_LPAREN, + ACTIONS(2927), 1, + sym_ALIAS, + ACTIONS(2929), 1, + sym_ATTRIBUTE, + ACTIONS(2931), 1, + sym_BEGIN, + ACTIONS(2933), 1, + sym_CONSTANT, + ACTIONS(2935), 1, + sym_FILE, + ACTIONS(2937), 1, + sym_FUNCTION, + ACTIONS(2939), 1, + sym_GROUP, + ACTIONS(2941), 1, + sym_IS, + ACTIONS(2943), 1, + sym_PACKAGE, + ACTIONS(2945), 1, + sym_SHARED, + ACTIONS(2947), 1, + sym_SUBTYPE, + ACTIONS(2949), 1, + sym_TYPE, + ACTIONS(2951), 1, + sym_USE, + ACTIONS(2953), 1, + sym_VARIABLE, + STATE(1663), 1, + sym_sensitivity_specification, + STATE(2302), 1, + aux_sym_sequential_block_head_repeat1, + STATE(3710), 1, + sym__process_declarative_item, + STATE(5839), 1, + sym__subprogram_specification, + STATE(6179), 1, + sym_process_head, + STATE(6367), 1, + sym_sequential_block, + ACTIONS(43), 2, + sym_IMPURE, + sym_PURE, + STATE(6037), 2, + sym_procedure_specification, + sym_function_specification, STATE(1204), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2688), 6, + STATE(3711), 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, + [81310] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(1205), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2510), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2686), 37, - sym_identifier, + ACTIONS(2508), 37, sym_AND, - sym_BUS, sym_DOWNTO, + sym_GENERIC, sym_MOD, sym_NAND, sym_NOR, sym_OR, - sym_REGISTER, + sym_PARAMETER, + sym_RANGE, sym_REM, sym_ROL, sym_ROR, @@ -112356,13 +112719,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, @@ -112374,38 +112735,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [80696] = 11, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [81372] = 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_adding_operator, - STATE(523), 1, - sym_multiplying_operator, - STATE(648), 1, - sym_logical_operator, - STATE(649), 1, - sym_relational_operator, - STATE(650), 1, - sym_shift_operator, - STATE(1205), 3, + STATE(1206), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2712), 6, + ACTIONS(2722), 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(2710), 32, + ACTIONS(2720), 36, + sym_identifier, sym_AND, - sym_BUS, - sym_DOWNTO, sym_MOD, sym_NAND, sym_NOR, @@ -112417,14 +112770,18 @@ 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, - sym_variable_assignment, - anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -112435,35 +112792,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [80768] = 6, + anon_sym_PIPE, + [81434] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1206), 3, + STATE(1207), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2494), 6, + ACTIONS(2506), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2492), 37, + ACTIONS(2504), 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, @@ -112474,9 +112831,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, @@ -112491,25 +112849,25 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [80830] = 6, + [81496] = 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(1208), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2494), 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(2492), 37, + ACTIONS(2402), 37, sym_AND, sym_DOWNTO, sym_GENERIC, @@ -112547,7 +112905,7 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [80892] = 29, + [81558] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -112556,59 +112914,59 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(51), 1, sym_PROCEDURE, - ACTIONS(2938), 1, + ACTIONS(2925), 1, anon_sym_LPAREN, - ACTIONS(2940), 1, + ACTIONS(2927), 1, sym_ALIAS, - ACTIONS(2942), 1, + ACTIONS(2929), 1, sym_ATTRIBUTE, - ACTIONS(2944), 1, + ACTIONS(2931), 1, sym_BEGIN, - ACTIONS(2946), 1, + ACTIONS(2933), 1, sym_CONSTANT, - ACTIONS(2948), 1, + ACTIONS(2935), 1, sym_FILE, - ACTIONS(2950), 1, + ACTIONS(2937), 1, sym_FUNCTION, - ACTIONS(2952), 1, + ACTIONS(2939), 1, sym_GROUP, - ACTIONS(2954), 1, + ACTIONS(2941), 1, sym_IS, - ACTIONS(2956), 1, + ACTIONS(2943), 1, sym_PACKAGE, - ACTIONS(2958), 1, + ACTIONS(2945), 1, sym_SHARED, - ACTIONS(2960), 1, + ACTIONS(2947), 1, sym_SUBTYPE, - ACTIONS(2962), 1, + ACTIONS(2949), 1, sym_TYPE, - ACTIONS(2964), 1, + ACTIONS(2951), 1, sym_USE, - ACTIONS(2966), 1, + ACTIONS(2953), 1, sym_VARIABLE, - STATE(1443), 1, + STATE(1671), 1, sym_sensitivity_specification, - STATE(2336), 1, + STATE(2302), 1, aux_sym_sequential_block_head_repeat1, - STATE(3793), 1, + STATE(3710), 1, sym__process_declarative_item, - STATE(5844), 1, + STATE(5839), 1, sym__subprogram_specification, - STATE(6201), 1, - sym_sequential_block, - STATE(6216), 1, + STATE(6210), 1, sym_process_head, + STATE(6341), 1, + sym_sequential_block, ACTIONS(43), 2, sym_IMPURE, sym_PURE, - STATE(6069), 2, + STATE(6037), 2, sym_procedure_specification, sym_function_specification, - STATE(1208), 3, + STATE(1209), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3792), 17, + STATE(3711), 17, sym_use_clause, sym_package_declaration, sym_package_instantiation_declaration, @@ -112626,34 +112984,38 @@ static const uint16_t ts_small_parse_table[] = { sym_attribute_specification, sym_group_template_declaration, sym_group_declaration, - [81000] = 6, + [81666] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1209), 3, + ACTIONS(1813), 1, + anon_sym_LPAREN, + ACTIONS(2972), 1, + sym_PARAMETER, + STATE(1320), 1, + sym_parenthesis_group, + STATE(1210), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2510), 6, + ACTIONS(2326), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2508), 37, + ACTIONS(2324), 34, sym_AND, - sym_DOWNTO, + sym_BUS, sym_GENERIC, sym_MOD, sym_NAND, sym_NOR, sym_OR, - sym_PARAMETER, - sym_RANGE, sym_REM, sym_ROL, sym_ROR, @@ -112661,14 +113023,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_RPAREN, anon_sym_LT_EQ, + sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -112682,35 +113043,34 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [81062] = 6, + [81734] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1210), 3, + STATE(1211), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2510), 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(2508), 37, + ACTIONS(2622), 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, @@ -112721,9 +113081,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, @@ -112738,74 +113099,7 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [81124] = 17, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(2912), 1, - sym_exponentiate, - STATE(522), 1, - sym_adding_operator, - STATE(523), 1, - sym_multiplying_operator, - STATE(648), 1, - sym_logical_operator, - STATE(649), 1, - sym_relational_operator, - STATE(650), 1, - sym_shift_operator, - ACTIONS(2698), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2704), 2, - sym_MOD, - sym_REM, - ACTIONS(2696), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(1211), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2694), 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(2692), 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(2708), 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, - [81208] = 29, + [81796] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -112814,59 +113108,59 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(51), 1, sym_PROCEDURE, - ACTIONS(2938), 1, + ACTIONS(2925), 1, anon_sym_LPAREN, - ACTIONS(2940), 1, + ACTIONS(2927), 1, sym_ALIAS, - ACTIONS(2942), 1, + ACTIONS(2929), 1, sym_ATTRIBUTE, - ACTIONS(2944), 1, + ACTIONS(2931), 1, sym_BEGIN, - ACTIONS(2946), 1, + ACTIONS(2933), 1, sym_CONSTANT, - ACTIONS(2948), 1, + ACTIONS(2935), 1, sym_FILE, - ACTIONS(2950), 1, + ACTIONS(2937), 1, sym_FUNCTION, - ACTIONS(2952), 1, + ACTIONS(2939), 1, sym_GROUP, - ACTIONS(2954), 1, + ACTIONS(2941), 1, sym_IS, - ACTIONS(2956), 1, + ACTIONS(2943), 1, sym_PACKAGE, - ACTIONS(2958), 1, + ACTIONS(2945), 1, sym_SHARED, - ACTIONS(2960), 1, + ACTIONS(2947), 1, sym_SUBTYPE, - ACTIONS(2962), 1, + ACTIONS(2949), 1, sym_TYPE, - ACTIONS(2964), 1, + ACTIONS(2951), 1, sym_USE, - ACTIONS(2966), 1, + ACTIONS(2953), 1, sym_VARIABLE, - STATE(1647), 1, + STATE(1672), 1, sym_sensitivity_specification, - STATE(2336), 1, + STATE(2302), 1, aux_sym_sequential_block_head_repeat1, - STATE(3793), 1, + STATE(3710), 1, sym__process_declarative_item, - STATE(5844), 1, + STATE(5839), 1, sym__subprogram_specification, - STATE(6377), 1, + STATE(6219), 1, sym_process_head, - STATE(6544), 1, + STATE(6336), 1, sym_sequential_block, ACTIONS(43), 2, sym_IMPURE, sym_PURE, - STATE(6069), 2, + STATE(6037), 2, sym_procedure_specification, sym_function_specification, STATE(1212), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3792), 17, + STATE(3711), 17, sym_use_clause, sym_package_declaration, sym_package_instantiation_declaration, @@ -112884,422 +113178,272 @@ static const uint16_t ts_small_parse_table[] = { sym_attribute_specification, sym_group_template_declaration, sym_group_declaration, - [81316] = 29, + [81904] = 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(2938), 1, - anon_sym_LPAREN, - ACTIONS(2940), 1, - sym_ALIAS, - ACTIONS(2942), 1, - sym_ATTRIBUTE, - ACTIONS(2944), 1, - sym_BEGIN, - ACTIONS(2946), 1, - sym_CONSTANT, - ACTIONS(2948), 1, - sym_FILE, - ACTIONS(2950), 1, - sym_FUNCTION, - ACTIONS(2952), 1, - sym_GROUP, - ACTIONS(2954), 1, - sym_IS, - ACTIONS(2956), 1, - sym_PACKAGE, - ACTIONS(2958), 1, - sym_SHARED, - ACTIONS(2960), 1, - sym_SUBTYPE, - ACTIONS(2962), 1, - sym_TYPE, - ACTIONS(2964), 1, - sym_USE, - ACTIONS(2966), 1, - sym_VARIABLE, - STATE(1650), 1, - sym_sensitivity_specification, - STATE(2336), 1, - aux_sym_sequential_block_head_repeat1, - STATE(3793), 1, - sym__process_declarative_item, - STATE(5844), 1, - sym__subprogram_specification, - STATE(6382), 1, - sym_process_head, - STATE(6559), 1, - sym_sequential_block, - ACTIONS(43), 2, - sym_IMPURE, - sym_PURE, - STATE(6069), 2, - sym_procedure_specification, - sym_function_specification, STATE(1213), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3792), 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, - [81424] = 17, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(2914), 1, - sym_exponentiate, - STATE(689), 1, - sym_logical_operator, - STATE(690), 1, - sym_relational_operator, - STATE(691), 1, - sym_shift_operator, - STATE(701), 1, - sym_adding_operator, - STATE(702), 1, - sym_multiplying_operator, - ACTIONS(2698), 2, + ACTIONS(2568), 6, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2704), 2, + ACTIONS(2566), 37, + sym_AND, + sym_DOWNTO, + sym_GENERIC, sym_MOD, + sym_NAND, + sym_NOR, + sym_OR, + sym_PARAMETER, + sym_RANGE, sym_REM, - ACTIONS(2696), 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, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [81966] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, STATE(1214), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2694), 5, - anon_sym_EQ, + ACTIONS(2560), 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(2558), 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(2692), 7, + 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, - ACTIONS(2708), 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, - [81508] = 16, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [82028] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2914), 1, - sym_exponentiate, - STATE(689), 1, - sym_logical_operator, - STATE(690), 1, - sym_relational_operator, - STATE(691), 1, - sym_shift_operator, - STATE(701), 1, - sym_adding_operator, - STATE(702), 1, - sym_multiplying_operator, - ACTIONS(2698), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2704), 2, - sym_MOD, - sym_REM, - ACTIONS(2696), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, STATE(1215), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2724), 5, - anon_sym_EQ, + ACTIONS(2662), 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(2660), 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, - ACTIONS(2722), 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_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_PIPE, - [81590] = 15, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [82090] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2914), 1, - sym_exponentiate, - STATE(689), 1, - sym_logical_operator, - STATE(690), 1, - sym_relational_operator, - STATE(691), 1, - sym_shift_operator, - STATE(701), 1, - sym_adding_operator, - STATE(702), 1, - sym_multiplying_operator, - ACTIONS(2698), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2704), 2, - sym_MOD, - sym_REM, - ACTIONS(2696), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, STATE(1216), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2728), 5, - anon_sym_EQ, + ACTIONS(2668), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2726), 25, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2666), 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_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, anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - anon_sym_PIPE, - [81670] = 29, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [82152] = 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(2938), 1, - anon_sym_LPAREN, - ACTIONS(2940), 1, - sym_ALIAS, - ACTIONS(2942), 1, - sym_ATTRIBUTE, - ACTIONS(2944), 1, - sym_BEGIN, - ACTIONS(2946), 1, - sym_CONSTANT, - ACTIONS(2948), 1, - sym_FILE, - ACTIONS(2950), 1, - sym_FUNCTION, - ACTIONS(2952), 1, - sym_GROUP, - ACTIONS(2954), 1, - sym_IS, - ACTIONS(2956), 1, - sym_PACKAGE, - ACTIONS(2958), 1, - sym_SHARED, - ACTIONS(2960), 1, - sym_SUBTYPE, - ACTIONS(2962), 1, - sym_TYPE, - ACTIONS(2964), 1, - sym_USE, - ACTIONS(2966), 1, - sym_VARIABLE, - STATE(1654), 1, - sym_sensitivity_specification, - STATE(2336), 1, - aux_sym_sequential_block_head_repeat1, - STATE(3793), 1, - sym__process_declarative_item, - STATE(5844), 1, - sym__subprogram_specification, - STATE(6389), 1, - sym_process_head, - STATE(6574), 1, - sym_sequential_block, - ACTIONS(43), 2, - sym_IMPURE, - sym_PURE, - STATE(6069), 2, - sym_procedure_specification, - sym_function_specification, STATE(1217), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3792), 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, - [81778] = 18, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(2912), 1, - sym_exponentiate, - STATE(522), 1, - sym_adding_operator, - STATE(523), 1, - sym_multiplying_operator, - STATE(648), 1, - sym_logical_operator, - STATE(649), 1, - sym_relational_operator, - STATE(650), 1, - sym_shift_operator, - ACTIONS(2698), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2704), 2, - sym_MOD, - sym_REM, - ACTIONS(2696), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(1218), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2694), 4, + ACTIONS(2388), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2690), 6, - sym_BUS, - sym_DOWNTO, - sym_TO, - anon_sym_SEMI, - anon_sym_RPAREN, - sym_variable_assignment, - ACTIONS(2702), 6, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2386), 37, 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(2692), 8, + 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, @@ -113308,205 +113452,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [81864] = 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(2938), 1, - anon_sym_LPAREN, - ACTIONS(2940), 1, - sym_ALIAS, - ACTIONS(2942), 1, - sym_ATTRIBUTE, - ACTIONS(2944), 1, - sym_BEGIN, - ACTIONS(2946), 1, - sym_CONSTANT, - ACTIONS(2948), 1, - sym_FILE, - ACTIONS(2950), 1, - sym_FUNCTION, - ACTIONS(2952), 1, - sym_GROUP, - ACTIONS(2954), 1, - sym_IS, - ACTIONS(2956), 1, - sym_PACKAGE, - ACTIONS(2958), 1, - sym_SHARED, - ACTIONS(2960), 1, - sym_SUBTYPE, - ACTIONS(2962), 1, - sym_TYPE, - ACTIONS(2964), 1, - sym_USE, - ACTIONS(2966), 1, - sym_VARIABLE, - STATE(1655), 1, - sym_sensitivity_specification, - STATE(2336), 1, - aux_sym_sequential_block_head_repeat1, - STATE(3793), 1, - sym__process_declarative_item, - STATE(5844), 1, - sym__subprogram_specification, - STATE(6017), 1, - sym_sequential_block, - STATE(6408), 1, - sym_process_head, - ACTIONS(43), 2, - sym_IMPURE, - sym_PURE, - STATE(6069), 2, - sym_procedure_specification, - sym_function_specification, - STATE(1219), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(3792), 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, - [81972] = 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(2938), 1, - anon_sym_LPAREN, - ACTIONS(2940), 1, - sym_ALIAS, - ACTIONS(2942), 1, - sym_ATTRIBUTE, - ACTIONS(2944), 1, - sym_BEGIN, - ACTIONS(2946), 1, - sym_CONSTANT, - ACTIONS(2948), 1, - sym_FILE, - ACTIONS(2950), 1, - sym_FUNCTION, - ACTIONS(2952), 1, - sym_GROUP, - ACTIONS(2954), 1, - sym_IS, - ACTIONS(2956), 1, - sym_PACKAGE, - ACTIONS(2958), 1, - sym_SHARED, - ACTIONS(2960), 1, - sym_SUBTYPE, - ACTIONS(2962), 1, - sym_TYPE, - ACTIONS(2964), 1, - sym_USE, - ACTIONS(2966), 1, - sym_VARIABLE, - STATE(1656), 1, - sym_sensitivity_specification, - STATE(2336), 1, - aux_sym_sequential_block_head_repeat1, - STATE(3793), 1, - sym__process_declarative_item, - STATE(5844), 1, - sym__subprogram_specification, - STATE(6027), 1, - sym_sequential_block, - STATE(6414), 1, - sym_process_head, - ACTIONS(43), 2, - sym_IMPURE, - sym_PURE, - STATE(6069), 2, - sym_procedure_specification, - sym_function_specification, - STATE(1220), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(3792), 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, - [82080] = 14, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [82214] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2912), 1, - sym_exponentiate, - STATE(522), 1, - sym_adding_operator, - STATE(523), 1, - sym_multiplying_operator, - STATE(648), 1, - sym_logical_operator, - STATE(649), 1, - sym_relational_operator, - STATE(650), 1, - sym_shift_operator, - ACTIONS(2698), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2704), 2, - sym_MOD, - sym_REM, - STATE(1221), 3, + STATE(1218), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2712), 4, + ACTIONS(2564), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2710), 29, + anon_sym_STAR, + anon_sym_SLASH, + 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, sym_ROL, sym_ROR, sym_SLA, @@ -113517,9 +113498,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, @@ -113530,25 +113511,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - [82158] = 6, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [82276] = 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(1219), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2514), 6, + ACTIONS(2556), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2512), 37, + ACTIONS(2554), 37, sym_AND, sym_DOWNTO, sym_GENERIC, @@ -113586,48 +113570,36 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [82220] = 14, + [82338] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2910), 1, - sym_exponentiate, - STATE(486), 1, - sym_adding_operator, - STATE(487), 1, - sym_multiplying_operator, - STATE(635), 1, - sym_logical_operator, - STATE(636), 1, - sym_relational_operator, - STATE(637), 1, - sym_shift_operator, - ACTIONS(2698), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2704), 2, - sym_MOD, - sym_REM, - STATE(1223), 3, + STATE(1220), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2712), 4, + ACTIONS(2514), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2710), 29, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2512), 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, sym_SLA, @@ -113638,8 +113610,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, @@ -113650,262 +113623,140 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - [82298] = 29, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [82400] = 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(2938), 1, - anon_sym_LPAREN, - ACTIONS(2940), 1, - sym_ALIAS, - ACTIONS(2942), 1, - sym_ATTRIBUTE, - ACTIONS(2944), 1, - sym_BEGIN, - ACTIONS(2946), 1, - sym_CONSTANT, - ACTIONS(2948), 1, - sym_FILE, - ACTIONS(2950), 1, - sym_FUNCTION, - ACTIONS(2952), 1, - sym_GROUP, - ACTIONS(2954), 1, - sym_IS, - ACTIONS(2956), 1, - sym_PACKAGE, - ACTIONS(2958), 1, - sym_SHARED, - ACTIONS(2960), 1, - sym_SUBTYPE, - ACTIONS(2962), 1, - sym_TYPE, - ACTIONS(2964), 1, - sym_USE, - ACTIONS(2966), 1, - sym_VARIABLE, - STATE(1659), 1, - sym_sensitivity_specification, - STATE(2336), 1, - aux_sym_sequential_block_head_repeat1, - STATE(3793), 1, - sym__process_declarative_item, - STATE(5844), 1, - sym__subprogram_specification, - STATE(6046), 1, - sym_sequential_block, - STATE(6421), 1, - sym_process_head, - ACTIONS(43), 2, - sym_IMPURE, - sym_PURE, - STATE(6069), 2, - sym_procedure_specification, - sym_function_specification, - STATE(1224), 3, + STATE(1221), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3792), 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, - [82406] = 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(2938), 1, - anon_sym_LPAREN, - ACTIONS(2940), 1, - sym_ALIAS, - ACTIONS(2942), 1, - sym_ATTRIBUTE, - ACTIONS(2944), 1, - sym_BEGIN, - ACTIONS(2946), 1, - sym_CONSTANT, - ACTIONS(2948), 1, - sym_FILE, - ACTIONS(2950), 1, - sym_FUNCTION, - ACTIONS(2952), 1, - sym_GROUP, - ACTIONS(2954), 1, + ACTIONS(2548), 6, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2546), 37, + sym_AND, + sym_DOWNTO, + sym_GENERIC, sym_IS, - ACTIONS(2956), 1, - sym_PACKAGE, - ACTIONS(2958), 1, - sym_SHARED, - ACTIONS(2960), 1, - sym_SUBTYPE, - ACTIONS(2962), 1, - sym_TYPE, - ACTIONS(2964), 1, - sym_USE, - ACTIONS(2966), 1, - sym_VARIABLE, - STATE(1660), 1, - sym_sensitivity_specification, - STATE(2336), 1, - aux_sym_sequential_block_head_repeat1, - STATE(3793), 1, - sym__process_declarative_item, - STATE(5844), 1, - sym__subprogram_specification, - STATE(6088), 1, - sym_sequential_block, - STATE(6439), 1, - sym_process_head, - ACTIONS(43), 2, - sym_IMPURE, - sym_PURE, - STATE(6069), 2, - sym_procedure_specification, - sym_function_specification, - STATE(1225), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(3792), 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, - [82514] = 29, + 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, + [82462] = 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(2938), 1, - anon_sym_LPAREN, - ACTIONS(2940), 1, - sym_ALIAS, - ACTIONS(2942), 1, - sym_ATTRIBUTE, - ACTIONS(2944), 1, - sym_BEGIN, - ACTIONS(2946), 1, - sym_CONSTANT, - ACTIONS(2948), 1, - sym_FILE, - ACTIONS(2950), 1, - sym_FUNCTION, - ACTIONS(2952), 1, - sym_GROUP, - ACTIONS(2954), 1, - sym_IS, - ACTIONS(2956), 1, - sym_PACKAGE, - ACTIONS(2958), 1, - sym_SHARED, - ACTIONS(2960), 1, - sym_SUBTYPE, - ACTIONS(2962), 1, - sym_TYPE, - ACTIONS(2964), 1, - sym_USE, - ACTIONS(2966), 1, - sym_VARIABLE, - STATE(1662), 1, - sym_sensitivity_specification, - STATE(2336), 1, - aux_sym_sequential_block_head_repeat1, - STATE(3793), 1, - sym__process_declarative_item, - STATE(5844), 1, - sym__subprogram_specification, - STATE(6094), 1, - sym_sequential_block, - STATE(6445), 1, - sym_process_head, - ACTIONS(43), 2, - sym_IMPURE, - sym_PURE, - STATE(6069), 2, - sym_procedure_specification, - sym_function_specification, - STATE(1226), 3, + STATE(1222), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3792), 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, - [82622] = 6, + ACTIONS(2526), 6, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2524), 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_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, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [82524] = 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(1223), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2514), 6, + ACTIONS(2526), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2512), 37, + ACTIONS(2524), 37, sym_AND, sym_DOWNTO, sym_GENERIC, @@ -113943,45 +113794,35 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [82684] = 12, + [82586] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2910), 1, - sym_exponentiate, - STATE(486), 1, - sym_adding_operator, - STATE(487), 1, - sym_multiplying_operator, - STATE(635), 1, - sym_logical_operator, - STATE(636), 1, - sym_relational_operator, - STATE(637), 1, - sym_shift_operator, - STATE(1228), 3, + STATE(1224), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2712), 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(2710), 31, + ACTIONS(2402), 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, @@ -113993,8 +113834,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, @@ -114005,32 +113847,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - [82758] = 6, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [82648] = 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(1225), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2716), 7, - anon_sym_EQ, + ACTIONS(2548), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2714), 36, - sym_identifier, + ACTIONS(2546), 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, @@ -114038,18 +113885,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, @@ -114060,87 +113904,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_PIPE, - [82820] = 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(2938), 1, - anon_sym_LPAREN, - ACTIONS(2940), 1, - sym_ALIAS, - ACTIONS(2942), 1, - sym_ATTRIBUTE, - ACTIONS(2944), 1, - sym_BEGIN, - ACTIONS(2946), 1, - sym_CONSTANT, - ACTIONS(2948), 1, - sym_FILE, - ACTIONS(2950), 1, - sym_FUNCTION, - ACTIONS(2952), 1, - sym_GROUP, - ACTIONS(2954), 1, - sym_IS, - ACTIONS(2956), 1, - sym_PACKAGE, - ACTIONS(2958), 1, - sym_SHARED, - ACTIONS(2960), 1, - sym_SUBTYPE, - ACTIONS(2962), 1, - sym_TYPE, - ACTIONS(2964), 1, - sym_USE, - ACTIONS(2966), 1, - sym_VARIABLE, - STATE(1664), 1, - sym_sensitivity_specification, - STATE(2336), 1, - aux_sym_sequential_block_head_repeat1, - STATE(3793), 1, - sym__process_declarative_item, - STATE(5844), 1, - sym__subprogram_specification, - STATE(6109), 1, - sym_sequential_block, - STATE(6450), 1, - sym_process_head, - ACTIONS(43), 2, - sym_IMPURE, - sym_PURE, - STATE(6069), 2, - sym_procedure_specification, - sym_function_specification, - STATE(1230), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(3792), 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, - [82928] = 29, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [82710] = 29, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -114149,138 +113915,59 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(51), 1, sym_PROCEDURE, - ACTIONS(2938), 1, + ACTIONS(2925), 1, anon_sym_LPAREN, - ACTIONS(2940), 1, + ACTIONS(2927), 1, sym_ALIAS, - ACTIONS(2942), 1, + ACTIONS(2929), 1, sym_ATTRIBUTE, - ACTIONS(2944), 1, + ACTIONS(2931), 1, sym_BEGIN, - ACTIONS(2946), 1, + ACTIONS(2933), 1, sym_CONSTANT, - ACTIONS(2948), 1, + ACTIONS(2935), 1, sym_FILE, - ACTIONS(2950), 1, + ACTIONS(2937), 1, sym_FUNCTION, - ACTIONS(2952), 1, + ACTIONS(2939), 1, sym_GROUP, - ACTIONS(2954), 1, + ACTIONS(2941), 1, sym_IS, - ACTIONS(2956), 1, + ACTIONS(2943), 1, sym_PACKAGE, - ACTIONS(2958), 1, + ACTIONS(2945), 1, sym_SHARED, - ACTIONS(2960), 1, + ACTIONS(2947), 1, sym_SUBTYPE, - ACTIONS(2962), 1, + ACTIONS(2949), 1, sym_TYPE, - ACTIONS(2964), 1, + ACTIONS(2951), 1, sym_USE, - ACTIONS(2966), 1, + ACTIONS(2953), 1, sym_VARIABLE, - STATE(1666), 1, + STATE(1609), 1, sym_sensitivity_specification, - STATE(2336), 1, + STATE(2302), 1, aux_sym_sequential_block_head_repeat1, - STATE(3793), 1, + STATE(3710), 1, sym__process_declarative_item, - STATE(5844), 1, + STATE(5839), 1, sym__subprogram_specification, - STATE(6132), 1, - sym_sequential_block, - STATE(6460), 1, + STATE(6226), 1, sym_process_head, - ACTIONS(43), 2, - sym_IMPURE, - sym_PURE, - STATE(6069), 2, - sym_procedure_specification, - sym_function_specification, - STATE(1231), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(3792), 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, - [83036] = 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(2938), 1, - anon_sym_LPAREN, - ACTIONS(2940), 1, - sym_ALIAS, - ACTIONS(2942), 1, - sym_ATTRIBUTE, - ACTIONS(2944), 1, - sym_BEGIN, - ACTIONS(2946), 1, - sym_CONSTANT, - ACTIONS(2948), 1, - sym_FILE, - ACTIONS(2950), 1, - sym_FUNCTION, - ACTIONS(2952), 1, - sym_GROUP, - ACTIONS(2954), 1, - sym_IS, - ACTIONS(2956), 1, - sym_PACKAGE, - ACTIONS(2958), 1, - sym_SHARED, - ACTIONS(2960), 1, - sym_SUBTYPE, - ACTIONS(2962), 1, - sym_TYPE, - ACTIONS(2964), 1, - sym_USE, - ACTIONS(2966), 1, - sym_VARIABLE, - STATE(1668), 1, - sym_sensitivity_specification, - STATE(2336), 1, - aux_sym_sequential_block_head_repeat1, - STATE(3793), 1, - sym__process_declarative_item, - STATE(5844), 1, - sym__subprogram_specification, - STATE(6136), 1, + STATE(6329), 1, sym_sequential_block, - STATE(6464), 1, - sym_process_head, ACTIONS(43), 2, sym_IMPURE, sym_PURE, - STATE(6069), 2, + STATE(6037), 2, sym_procedure_specification, sym_function_specification, - STATE(1232), 3, + STATE(1226), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3792), 17, + STATE(3711), 17, sym_use_clause, sym_package_declaration, sym_package_instantiation_declaration, @@ -114298,25 +113985,25 @@ static const uint16_t ts_small_parse_table[] = { sym_attribute_specification, sym_group_template_declaration, sym_group_declaration, - [83144] = 6, + [82818] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1233), 3, + STATE(1227), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2518), 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(2516), 37, + ACTIONS(2622), 37, sym_AND, sym_DOWNTO, sym_GENERIC, @@ -114354,104 +114041,25 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [83206] = 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(2938), 1, - anon_sym_LPAREN, - ACTIONS(2940), 1, - sym_ALIAS, - ACTIONS(2942), 1, - sym_ATTRIBUTE, - ACTIONS(2944), 1, - sym_BEGIN, - ACTIONS(2946), 1, - sym_CONSTANT, - ACTIONS(2948), 1, - sym_FILE, - ACTIONS(2950), 1, - sym_FUNCTION, - ACTIONS(2952), 1, - sym_GROUP, - ACTIONS(2954), 1, - sym_IS, - ACTIONS(2956), 1, - sym_PACKAGE, - ACTIONS(2958), 1, - sym_SHARED, - ACTIONS(2960), 1, - sym_SUBTYPE, - ACTIONS(2962), 1, - sym_TYPE, - ACTIONS(2964), 1, - sym_USE, - ACTIONS(2966), 1, - sym_VARIABLE, - STATE(1670), 1, - sym_sensitivity_specification, - STATE(2336), 1, - aux_sym_sequential_block_head_repeat1, - STATE(3793), 1, - sym__process_declarative_item, - STATE(5844), 1, - sym__subprogram_specification, - STATE(6144), 1, - sym_sequential_block, - STATE(6465), 1, - sym_process_head, - ACTIONS(43), 2, - sym_IMPURE, - sym_PURE, - STATE(6069), 2, - sym_procedure_specification, - sym_function_specification, - STATE(1234), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(3792), 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, - [83314] = 6, + [82880] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1235), 3, + STATE(1228), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2522), 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(2520), 37, + ACTIONS(2516), 37, sym_AND, sym_DOWNTO, sym_GENERIC, @@ -114489,34 +114097,35 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [83376] = 6, + [82942] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1236), 3, + STATE(1229), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2716), 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(2714), 37, - sym_identifier, + ACTIONS(2520), 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, @@ -114527,13 +114136,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, @@ -114545,34 +114151,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [83438] = 6, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [83004] = 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(1230), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2558), 6, + ACTIONS(2376), 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(2374), 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, @@ -114583,10 +114192,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, @@ -114601,31 +114209,33 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [83500] = 6, + [83066] = 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(1231), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2680), 6, + ACTIONS(2388), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2678), 36, - sym_AFTER, + ACTIONS(2386), 37, sym_AND, + sym_DOWNTO, sym_GENERIC, + sym_IS, sym_MOD, sym_NAND, sym_NOR, + sym_OPEN, sym_OR, sym_PARAMETER, sym_REM, @@ -114635,11 +114245,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, @@ -114656,33 +114265,34 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [83561] = 6, + [83128] = 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(1232), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2458), 6, + ACTIONS(2552), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2456), 36, - sym_AFTER, + ACTIONS(2550), 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, @@ -114690,13 +114300,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_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -114711,34 +114321,35 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [83622] = 6, + [83190] = 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(1233), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2388), 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(2386), 36, + ACTIONS(2566), 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, @@ -114746,13 +114357,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, @@ -114766,34 +114377,35 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [83683] = 6, + [83252] = 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(1234), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2396), 6, + ACTIONS(2560), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2394), 36, + ACTIONS(2558), 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, @@ -114801,13 +114413,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, @@ -114821,31 +114433,33 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [83744] = 6, + [83314] = 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(1235), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2558), 6, + ACTIONS(2556), 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(2554), 37, sym_AND, + sym_DOWNTO, sym_GENERIC, + sym_IS, sym_MOD, sym_NAND, sym_NOR, + sym_OPEN, sym_OR, sym_PARAMETER, sym_REM, @@ -114855,11 +114469,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, @@ -114876,34 +114489,35 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [83805] = 6, + [83376] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1243), 3, + STATE(1236), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2454), 6, + ACTIONS(2552), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2452), 36, + ACTIONS(2550), 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, @@ -114911,13 +114525,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, @@ -114931,34 +114545,35 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [83866] = 6, + [83438] = 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(1237), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2458), 6, + ACTIONS(2506), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2456), 36, + ACTIONS(2504), 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, @@ -114966,13 +114581,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, @@ -114986,34 +114601,33 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [83927] = 6, + [83500] = 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(1238), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2494), 6, + ACTIONS(2560), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2492), 36, + ACTIONS(2558), 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, @@ -115021,13 +114635,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, @@ -115041,34 +114656,33 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [83988] = 6, + [83561] = 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(1239), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2510), 6, + ACTIONS(2480), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2508), 36, + ACTIONS(2478), 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, @@ -115076,13 +114690,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, @@ -115096,34 +114711,33 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [84049] = 6, + [83622] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1247), 3, + STATE(1240), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2514), 6, + ACTIONS(2574), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2512), 36, + ACTIONS(2572), 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, @@ -115131,13 +114745,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, @@ -115151,37 +114766,42 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [84110] = 6, + [83683] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1248), 3, + ACTIONS(2009), 1, + anon_sym_LPAREN, + ACTIONS(2974), 1, + sym_PARAMETER, + STATE(1479), 1, + sym_parenthesis_group, + STATE(1241), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2518), 6, + ACTIONS(2326), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2516), 36, + ACTIONS(2324), 33, sym_AND, - sym_BUS, sym_GENERIC, 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, @@ -115190,9 +114810,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, @@ -115206,25 +114824,25 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [84171] = 6, + [83750] = 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(1242), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2522), 6, + ACTIONS(2438), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2520), 36, + ACTIONS(2436), 36, sym_AND, sym_BUS, sym_GENERIC, @@ -115261,34 +114879,33 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [84232] = 6, + [83811] = 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(1243), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2526), 6, + ACTIONS(2722), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2524), 36, + ACTIONS(2720), 36, + sym_identifier, 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, @@ -115296,11 +114913,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_LT_EQ, sym_variable_assignment, anon_sym_EQ, @@ -115314,36 +114934,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [84293] = 6, + [83872] = 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(1244), 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), 36, + ACTIONS(2648), 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, @@ -115351,13 +114969,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, @@ -115371,34 +114989,33 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [84354] = 6, + [83933] = 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(1245), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2554), 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(2552), 36, + ACTIONS(2648), 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, @@ -115406,13 +115023,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, @@ -115426,34 +115044,34 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [84415] = 6, + [83994] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1253), 3, + STATE(1246), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2558), 6, + ACTIONS(2602), 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(2600), 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, @@ -115461,13 +115079,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, @@ -115481,34 +115099,33 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [84476] = 6, + [84055] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1254), 3, + STATE(1247), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2562), 6, + ACTIONS(2602), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2560), 36, + ACTIONS(2600), 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, @@ -115516,13 +115133,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, @@ -115536,34 +115154,39 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [84537] = 6, + [84116] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1255), 3, + ACTIONS(1931), 1, + anon_sym_LPAREN, + ACTIONS(2976), 1, + sym_PARAMETER, + STATE(1665), 1, + sym_parenthesis_group, + STATE(1248), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2566), 6, + ACTIONS(2326), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2564), 36, + ACTIONS(2324), 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, @@ -115575,9 +115198,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, @@ -115591,34 +115212,33 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [84598] = 6, + [84183] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1256), 3, + STATE(1249), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2570), 6, + ACTIONS(2728), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2568), 36, + ACTIONS(2726), 36, + sym_identifier, 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, @@ -115626,11 +115246,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_LT_EQ, sym_variable_assignment, anon_sym_EQ, @@ -115644,35 +115267,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [84659] = 6, + [84244] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1257), 3, + STATE(1250), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2716), 6, + ACTIONS(2574), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2714), 36, - sym_identifier, + ACTIONS(2572), 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, @@ -115683,13 +115305,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_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, @@ -115701,25 +115320,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [84720] = 6, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [84305] = 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(1251), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2586), 6, + ACTIONS(2476), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2584), 36, + ACTIONS(2474), 36, sym_AND, sym_BUS, sym_GENERIC, @@ -115756,33 +115377,34 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [84781] = 6, + [84366] = 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(1252), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2676), 6, + ACTIONS(2484), 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(2482), 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, @@ -115790,14 +115412,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, @@ -115811,26 +115432,25 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [84842] = 6, + [84427] = 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(1253), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2688), 6, + ACTIONS(2628), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2686), 36, - sym_identifier, + ACTIONS(2626), 36, sym_AND, sym_DOWNTO, sym_GENERIC, @@ -115838,6 +115458,7 @@ static const uint16_t ts_small_parse_table[] = { sym_NAND, sym_NOR, sym_OR, + sym_PARAMETER, sym_REM, sym_ROL, sym_ROR, @@ -115846,15 +115467,13 @@ 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, - sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -115866,25 +115485,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [84903] = 18, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [84488] = 18, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2974), 1, + ACTIONS(2978), 1, sym_exponentiate, - STATE(476), 1, - sym_adding_operator, - STATE(477), 1, + STATE(432), 1, sym_multiplying_operator, - STATE(626), 1, - sym_logical_operator, - STATE(627), 1, - sym_relational_operator, - STATE(628), 1, + STATE(434), 1, + sym_adding_operator, + STATE(501), 1, sym_shift_operator, + STATE(503), 1, + sym_relational_operator, + STATE(507), 1, + sym_logical_operator, ACTIONS(2698), 2, anon_sym_STAR, anon_sym_SLASH, @@ -115895,7 +115516,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - STATE(1261), 3, + STATE(1254), 3, sym__tool_directive, sym_line_comment, sym_block_comment, @@ -115933,34 +115554,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [84988] = 6, + [84573] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1262), 3, + STATE(460), 1, + sym_adding_operator, + STATE(484), 1, + sym_shift_operator, + STATE(486), 1, + sym_relational_operator, + STATE(487), 1, + sym_logical_operator, + STATE(498), 1, + sym_multiplying_operator, + STATE(1255), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2612), 6, + ACTIONS(2688), 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(2686), 31, 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, @@ -115968,11 +115597,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_LT_EQ, sym_variable_assignment, anon_sym_EQ, @@ -115986,44 +115614,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [85049] = 11, + [84644] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(502), 1, - sym_adding_operator, - STATE(503), 1, - sym_multiplying_operator, - STATE(639), 1, - sym_logical_operator, - STATE(640), 1, - sym_relational_operator, - STATE(641), 1, - sym_shift_operator, - STATE(1263), 3, + STATE(1256), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2720), 6, + ACTIONS(2442), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2718), 31, + ACTIONS(2440), 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, @@ -116031,10 +115649,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, @@ -116048,41 +115667,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [85120] = 14, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [84705] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2976), 1, + ACTIONS(2980), 1, sym_exponentiate, - STATE(502), 1, + STATE(460), 1, sym_adding_operator, - STATE(503), 1, - sym_multiplying_operator, - STATE(639), 1, - sym_logical_operator, - STATE(640), 1, - sym_relational_operator, - STATE(641), 1, + STATE(484), 1, sym_shift_operator, + STATE(486), 1, + sym_relational_operator, + STATE(487), 1, + sym_logical_operator, + STATE(498), 1, + sym_multiplying_operator, ACTIONS(2698), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(2704), 2, sym_MOD, sym_REM, - STATE(1264), 3, + STATE(1257), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2720), 4, + ACTIONS(2688), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2718), 28, + ACTIONS(2686), 28, sym_AND, sym_DOWNTO, sym_GENERIC, @@ -116111,25 +115732,80 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - [85197] = 6, + [84782] = 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(1258), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2628), 6, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2626), 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, + 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, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [84843] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(1259), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2392), 6, + ACTIONS(2480), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2390), 36, + ACTIONS(2478), 36, sym_AFTER, sym_AND, sym_GENERIC, @@ -116166,35 +115842,200 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [85258] = 11, + [84904] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(1260), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2602), 6, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2600), 36, + 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_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, + [84965] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(502), 1, + STATE(1261), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2658), 6, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2656), 36, + 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_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, + [85026] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(1262), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2654), 6, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2652), 36, + 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_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, + [85087] = 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_adding_operator, - STATE(503), 1, - sym_multiplying_operator, - STATE(639), 1, - sym_logical_operator, - STATE(640), 1, - sym_relational_operator, - STATE(641), 1, + STATE(484), 1, sym_shift_operator, - STATE(1266), 3, + STATE(486), 1, + sym_relational_operator, + STATE(487), 1, + sym_logical_operator, + STATE(498), 1, + sym_multiplying_operator, + STATE(1263), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2712), 6, + ACTIONS(2684), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2710), 31, + ACTIONS(2682), 31, sym_AND, sym_DOWNTO, sym_GENERIC, @@ -116226,25 +116067,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [85329] = 17, + [85158] = 17, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2974), 1, + ACTIONS(2978), 1, sym_exponentiate, - STATE(476), 1, - sym_adding_operator, - STATE(477), 1, + STATE(432), 1, sym_multiplying_operator, - STATE(626), 1, - sym_logical_operator, - STATE(627), 1, - sym_relational_operator, - STATE(628), 1, + STATE(434), 1, + sym_adding_operator, + STATE(501), 1, sym_shift_operator, + STATE(503), 1, + sym_relational_operator, + STATE(507), 1, + sym_logical_operator, ACTIONS(2698), 2, anon_sym_STAR, anon_sym_SLASH, @@ -116255,7 +116096,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - STATE(1267), 3, + STATE(1264), 3, sym__tool_directive, sym_line_comment, sym_block_comment, @@ -116280,7 +116121,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(2708), 11, + ACTIONS(2710), 11, sym_AND, sym_DOWNTO, sym_IS, @@ -116292,25 +116133,25 @@ static const uint16_t ts_small_parse_table[] = { sym_XNOR, sym_XOR, anon_sym_SEMI, - [85412] = 16, + [85241] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2974), 1, + ACTIONS(2978), 1, sym_exponentiate, - STATE(476), 1, - sym_adding_operator, - STATE(477), 1, + STATE(432), 1, sym_multiplying_operator, - STATE(626), 1, - sym_logical_operator, - STATE(627), 1, - sym_relational_operator, - STATE(628), 1, + STATE(434), 1, + sym_adding_operator, + STATE(501), 1, sym_shift_operator, + STATE(503), 1, + sym_relational_operator, + STATE(507), 1, + sym_logical_operator, ACTIONS(2698), 2, anon_sym_STAR, anon_sym_SLASH, @@ -116321,11 +116162,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - STATE(1268), 3, + STATE(1265), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2724), 4, + ACTIONS(2714), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, @@ -116337,7 +116178,7 @@ static const uint16_t ts_small_parse_table[] = { sym_SLL, sym_SRA, sym_SRL, - ACTIONS(2722), 19, + ACTIONS(2712), 19, sym_AND, sym_DOWNTO, sym_IS, @@ -116357,25 +116198,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [85493] = 15, + [85322] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2974), 1, + ACTIONS(2978), 1, sym_exponentiate, - STATE(476), 1, - sym_adding_operator, - STATE(477), 1, + STATE(432), 1, sym_multiplying_operator, - STATE(626), 1, - sym_logical_operator, - STATE(627), 1, - sym_relational_operator, - STATE(628), 1, + STATE(434), 1, + sym_adding_operator, + STATE(501), 1, sym_shift_operator, + STATE(503), 1, + sym_relational_operator, + STATE(507), 1, + sym_logical_operator, ACTIONS(2698), 2, anon_sym_STAR, anon_sym_SLASH, @@ -116386,16 +116227,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - STATE(1269), 3, + STATE(1266), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2728), 4, + ACTIONS(2718), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2726), 25, + ACTIONS(2716), 25, sym_AND, sym_DOWNTO, sym_IS, @@ -116421,41 +116262,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [85572] = 14, + [85401] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2976), 1, + ACTIONS(2980), 1, sym_exponentiate, - STATE(502), 1, + STATE(460), 1, sym_adding_operator, - STATE(503), 1, - sym_multiplying_operator, - STATE(639), 1, - sym_logical_operator, - STATE(640), 1, - sym_relational_operator, - STATE(641), 1, + STATE(484), 1, sym_shift_operator, + STATE(486), 1, + sym_relational_operator, + STATE(487), 1, + sym_logical_operator, + STATE(498), 1, + sym_multiplying_operator, ACTIONS(2698), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(2704), 2, sym_MOD, sym_REM, - STATE(1270), 3, + STATE(1267), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2712), 4, + ACTIONS(2684), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2710), 28, + ACTIONS(2682), 28, sym_AND, sym_DOWNTO, sym_GENERIC, @@ -116484,43 +116325,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - [85649] = 12, + [85478] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2976), 1, - sym_exponentiate, - STATE(502), 1, + STATE(432), 1, + sym_multiplying_operator, + STATE(434), 1, sym_adding_operator, + STATE(501), 1, + sym_shift_operator, STATE(503), 1, - sym_multiplying_operator, - STATE(639), 1, - sym_logical_operator, - STATE(640), 1, sym_relational_operator, - STATE(641), 1, - sym_shift_operator, - STATE(1271), 3, + STATE(507), 1, + sym_logical_operator, + STATE(1268), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2712), 6, + ACTIONS(2684), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2710), 30, + ACTIONS(2682), 31, sym_AND, sym_DOWNTO, - sym_GENERIC, + sym_IS, sym_MOD, sym_NAND, sym_NOR, + sym_OPEN, sym_OR, sym_REM, sym_ROL, @@ -116534,7 +116374,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, @@ -116545,33 +116384,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - [85722] = 6, + sym_exponentiate, + [85549] = 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(1269), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2442), 6, + ACTIONS(2654), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2440), 36, - sym_AFTER, + ACTIONS(2652), 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, @@ -116579,14 +116420,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, @@ -116600,27 +116440,27 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [85783] = 6, + [85610] = 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(1270), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2562), 6, + ACTIONS(2484), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2560), 36, - sym_AFTER, + ACTIONS(2482), 36, sym_AND, + sym_DOWNTO, sym_GENERIC, sym_MOD, sym_NAND, @@ -116634,11 +116474,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, @@ -116655,25 +116495,25 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [85844] = 6, + [85671] = 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(1271), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2616), 6, + ACTIONS(2658), 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(2656), 36, sym_AND, sym_BUS, sym_GENERIC, @@ -116710,34 +116550,33 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [85905] = 6, + [85732] = 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(1272), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2638), 6, + ACTIONS(2476), 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(2474), 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, @@ -116745,13 +116584,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, @@ -116765,25 +116605,25 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [85966] = 6, + [85793] = 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(1273), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2642), 6, + ACTIONS(2662), 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(2660), 36, sym_AND, sym_BUS, sym_GENERIC, @@ -116792,7 +116632,6 @@ static const uint16_t ts_small_parse_table[] = { sym_NOR, sym_OR, sym_PARAMETER, - sym_REGISTER, sym_REM, sym_ROL, sym_ROR, @@ -116805,6 +116644,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, @@ -116820,34 +116660,33 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [86027] = 6, + [85854] = 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(1274), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2646), 6, + ACTIONS(2438), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2644), 36, + ACTIONS(2436), 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, @@ -116855,13 +116694,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, @@ -116875,25 +116715,25 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [86088] = 6, + [85915] = 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(1275), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2650), 6, + ACTIONS(2668), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2648), 36, + ACTIONS(2666), 36, sym_AND, sym_BUS, sym_GENERIC, @@ -116902,7 +116742,6 @@ static const uint16_t ts_small_parse_table[] = { sym_NOR, sym_OR, sym_PARAMETER, - sym_REGISTER, sym_REM, sym_ROL, sym_ROR, @@ -116915,6 +116754,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, @@ -116930,34 +116770,44 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [86149] = 6, + [85976] = 12, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1279), 3, + ACTIONS(2980), 1, + sym_exponentiate, + STATE(460), 1, + sym_adding_operator, + STATE(484), 1, + sym_shift_operator, + STATE(486), 1, + sym_relational_operator, + STATE(487), 1, + sym_logical_operator, + STATE(498), 1, + sym_multiplying_operator, + STATE(1276), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2654), 6, + ACTIONS(2684), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2652), 36, + ACTIONS(2682), 30, 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, @@ -116965,11 +116815,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_LT_EQ, sym_variable_assignment, anon_sym_EQ, @@ -116982,30 +116831,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, - [86210] = 6, + [86049] = 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(1277), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2388), 6, + ACTIONS(2574), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2386), 36, + ACTIONS(2572), 36, + sym_AFTER, sym_AND, - sym_BUS, sym_GENERIC, sym_MOD, sym_NAND, @@ -117019,14 +116865,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, @@ -117040,27 +116886,27 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [86271] = 6, + [86110] = 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(1278), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2396), 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(2394), 36, + ACTIONS(2648), 36, sym_AND, - sym_BUS, + sym_DOWNTO, sym_GENERIC, sym_MOD, sym_NAND, @@ -117074,14 +116920,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, @@ -117095,48 +116941,70 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [86332] = 6, + [86171] = 22, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1282), 3, + ACTIONS(253), 1, + sym_REPORT, + ACTIONS(2982), 1, + anon_sym_SEMI, + ACTIONS(2984), 1, + sym_exponentiate, + ACTIONS(2986), 1, + sym_SEVERITY, + STATE(542), 1, + sym_multiplying_operator, + STATE(547), 1, + sym_adding_operator, + STATE(552), 1, + sym_shift_operator, + STATE(558), 1, + sym_relational_operator, + STATE(564), 1, + sym_logical_operator, + STATE(5822), 1, + sym_report_expression, + STATE(7130), 1, + sym_severity_expression, + ACTIONS(2698), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2704), 2, + sym_MOD, + sym_REM, + ACTIONS(2696), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(1279), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2454), 6, + ACTIONS(2694), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2452), 36, + ACTIONS(2702), 6, sym_AND, - sym_BUS, - sym_GENERIC, - sym_MOD, sym_NAND, sym_NOR, sym_OR, - sym_PARAMETER, - sym_REM, + sym_XNOR, + sym_XOR, + ACTIONS(2706), 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(2692), 8, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -117144,33 +117012,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, - [86393] = 6, + [86264] = 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(1280), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2458), 6, + ACTIONS(2442), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2456), 36, + ACTIONS(2440), 36, sym_AND, - sym_BUS, + sym_DOWNTO, sym_GENERIC, sym_MOD, sym_NAND, @@ -117184,14 +117046,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, @@ -117205,82 +117067,104 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [86454] = 6, + [86325] = 28, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1284), 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(227), 1, + sym_POSTPONED, + ACTIONS(229), 1, + sym_PROCESS, + ACTIONS(2988), 1, + sym_END, + STATE(1841), 1, + aux_sym_design_unit_repeat3, + STATE(2688), 1, + sym_label_declaration, + STATE(3015), 1, + sym__direct_name, + STATE(4352), 1, + sym__concurrent_statement, + STATE(6048), 1, + sym_aggregate, + STATE(6062), 1, + sym__target, + STATE(6160), 1, + sym_generate_block, + STATE(6245), 1, + sym_with_expression, + STATE(6276), 1, + sym_name, + STATE(7200), 1, + sym_assertion, + STATE(7711), 1, + sym__label, + STATE(7798), 1, + sym_generate_block_end, + STATE(4386), 2, + sym__identifier, + sym__external_name, + ACTIONS(71), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, + STATE(1281), 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(2492), 36, - sym_AND, - sym_BUS, - 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_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, - [86515] = 6, + STATE(4383), 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(4362), 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, + [86430] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1285), 3, + STATE(1282), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2510), 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(2508), 36, + ACTIONS(2622), 36, + sym_AFTER, sym_AND, - sym_BUS, sym_GENERIC, sym_MOD, sym_NAND, @@ -117294,14 +117178,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, @@ -117315,25 +117199,25 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [86576] = 6, + [86491] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1286), 3, + STATE(1283), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2514), 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(2512), 36, + ACTIONS(2562), 36, sym_AND, sym_BUS, sym_GENERIC, @@ -117370,27 +117254,27 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [86637] = 6, + [86552] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1287), 3, + STATE(1284), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2518), 6, + ACTIONS(2658), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2516), 36, + ACTIONS(2656), 36, + sym_AFTER, sym_AND, - sym_BUS, sym_GENERIC, sym_MOD, sym_NAND, @@ -117404,14 +117288,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, @@ -117425,25 +117309,25 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [86698] = 6, + [86613] = 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(1285), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2522), 6, + ACTIONS(2548), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2520), 36, + ACTIONS(2546), 36, sym_AND, sym_BUS, sym_GENERIC, @@ -117452,6 +117336,7 @@ static const uint16_t ts_small_parse_table[] = { sym_NOR, sym_OR, sym_PARAMETER, + sym_REGISTER, sym_REM, sym_ROL, sym_ROR, @@ -117464,7 +117349,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, @@ -117480,41 +117364,33 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [86759] = 9, + [86674] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2980), 1, - sym_library_constant_unit, - STATE(2526), 1, - sym__unit, - STATE(1289), 3, + STATE(1286), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2978), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - ACTIONS(2446), 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(2444), 30, + ACTIONS(2512), 36, sym_AND, sym_BUS, + sym_GENERIC, sym_MOD, sym_NAND, sym_NOR, sym_OR, - sym_REGISTER, + sym_PARAMETER, sym_REM, sym_ROL, sym_ROR, @@ -117525,6 +117401,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, @@ -117538,27 +117417,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [86826] = 6, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [86735] = 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(1287), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2526), 6, + ACTIONS(2654), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2524), 36, + ACTIONS(2652), 36, + sym_AFTER, sym_AND, - sym_BUS, sym_GENERIC, sym_MOD, sym_NAND, @@ -117572,14 +117453,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, @@ -117593,27 +117474,27 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [86887] = 6, + [86796] = 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(1288), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2530), 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(2528), 36, + ACTIONS(2566), 36, + sym_AFTER, sym_AND, - sym_BUS, sym_GENERIC, sym_MOD, sym_NAND, @@ -117627,14 +117508,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, @@ -117648,27 +117529,27 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [86948] = 6, + [86857] = 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(1289), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2554), 6, + ACTIONS(2560), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2552), 36, + ACTIONS(2558), 36, + sym_AFTER, sym_AND, - sym_BUS, sym_GENERIC, sym_MOD, sym_NAND, @@ -117682,14 +117563,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, @@ -117703,27 +117584,27 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [87009] = 6, + [86918] = 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(1290), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2558), 6, + ACTIONS(2556), 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(2554), 36, + sym_AFTER, sym_AND, - sym_BUS, sym_GENERIC, sym_MOD, sym_NAND, @@ -117737,14 +117618,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, @@ -117758,25 +117639,25 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [87070] = 6, + [86979] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1294), 3, + STATE(1291), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2562), 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(2560), 36, + ACTIONS(2402), 36, sym_AND, sym_BUS, sym_GENERIC, @@ -117813,27 +117694,85 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [87131] = 6, + [87040] = 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(2093), 1, + anon_sym_LPAREN, + ACTIONS(2991), 1, + sym_PARAMETER, + STATE(1612), 1, + sym_parenthesis_group, + STATE(1292), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2566), 6, + ACTIONS(2326), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2564), 36, + ACTIONS(2324), 33, + sym_AND, + sym_DOWNTO, + sym_GENERIC, + 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_DOT, + 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, + [87107] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(1293), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2552), 6, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2550), 36, + sym_AFTER, sym_AND, - sym_BUS, sym_GENERIC, sym_MOD, sym_NAND, @@ -117847,14 +117786,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, @@ -117868,25 +117807,80 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [87192] = 6, + [87168] = 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(1294), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2484), 6, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2482), 36, + sym_AFTER, + 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_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, + [87229] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(1295), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2570), 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(2568), 36, + ACTIONS(2520), 36, sym_AND, sym_BUS, sym_GENERIC, @@ -117923,25 +117917,25 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [87253] = 6, + [87290] = 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(1296), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2566), 6, + ACTIONS(2476), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2564), 36, + ACTIONS(2474), 36, sym_AFTER, sym_AND, sym_GENERIC, @@ -117978,27 +117972,27 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [87314] = 6, + [87351] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1298), 3, + STATE(1297), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2586), 6, + ACTIONS(2438), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2584), 36, + ACTIONS(2436), 36, + sym_AFTER, sym_AND, - sym_BUS, sym_GENERIC, sym_MOD, sym_NAND, @@ -118012,14 +118006,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, @@ -118033,27 +118027,27 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [87375] = 6, + [87412] = 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(1298), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2612), 6, + ACTIONS(2548), 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(2546), 36, + sym_AFTER, sym_AND, - sym_BUS, sym_GENERIC, sym_MOD, sym_NAND, @@ -118067,14 +118061,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, @@ -118088,25 +118082,25 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [87436] = 6, + [87473] = 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(1299), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2590), 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(2588), 36, + ACTIONS(2516), 36, sym_AND, sym_BUS, sym_GENERIC, @@ -118115,7 +118109,6 @@ static const uint16_t ts_small_parse_table[] = { sym_NOR, sym_OR, sym_PARAMETER, - sym_REGISTER, sym_REM, sym_ROL, sym_ROR, @@ -118128,6 +118121,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, @@ -118143,7 +118137,64 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [87497] = 6, + [87534] = 8, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(2995), 1, + sym_END, + STATE(7765), 1, + sym_end_for, + STATE(7766), 1, + sym_verification_unit_binding_indication, + STATE(1300), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2993), 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, + [87599] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -118154,23 +118205,23 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2676), 6, + ACTIONS(2658), 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(2656), 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, @@ -118178,13 +118229,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, @@ -118198,7 +118249,7 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [87558] = 6, + [87660] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -118209,23 +118260,22 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2442), 6, + ACTIONS(2388), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2440), 36, + ACTIONS(2386), 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, @@ -118233,13 +118283,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, @@ -118253,7 +118304,7 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [87619] = 6, + [87721] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -118264,16 +118315,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2616), 6, + ACTIONS(2442), 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(2440), 36, + sym_AFTER, sym_AND, - sym_BUS, sym_GENERIC, sym_MOD, sym_NAND, @@ -118287,14 +118338,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, @@ -118308,7 +118359,7 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [87680] = 6, + [87782] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -118319,20 +118370,21 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2570), 6, + ACTIONS(2654), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2568), 36, - sym_AFTER, + ACTIONS(2652), 36, sym_AND, + sym_DOWNTO, sym_GENERIC, sym_MOD, sym_NAND, sym_NOR, + sym_OF, sym_OR, sym_PARAMETER, sym_REM, @@ -118342,10 +118394,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, @@ -118363,7 +118414,7 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [87741] = 6, + [87843] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -118374,14 +118425,14 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2638), 6, + ACTIONS(2510), 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(2508), 36, sym_AND, sym_BUS, sym_GENERIC, @@ -118418,7 +118469,7 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [87802] = 6, + [87904] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -118429,16 +118480,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2642), 6, + ACTIONS(2506), 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(2504), 36, + sym_AFTER, sym_AND, - sym_BUS, sym_GENERIC, sym_MOD, sym_NAND, @@ -118452,14 +118503,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, @@ -118473,7 +118524,7 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [87863] = 6, + [87965] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -118484,16 +118535,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2646), 6, + ACTIONS(2510), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2644), 36, + ACTIONS(2508), 36, + sym_AFTER, sym_AND, - sym_BUS, sym_GENERIC, sym_MOD, sym_NAND, @@ -118507,14 +118558,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, @@ -118528,7 +118579,7 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [87924] = 6, + [88026] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -118539,14 +118590,14 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2526), 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(2524), 36, + ACTIONS(2402), 36, sym_AFTER, sym_AND, sym_GENERIC, @@ -118583,7 +118634,7 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [87985] = 6, + [88087] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -118594,16 +118645,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2650), 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(2648), 36, + ACTIONS(2516), 36, + sym_AFTER, sym_AND, - sym_BUS, sym_GENERIC, sym_MOD, sym_NAND, @@ -118617,14 +118668,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, @@ -118638,7 +118689,7 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [88046] = 6, + [88148] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -118649,20 +118700,21 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2654), 6, + ACTIONS(2484), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2652), 36, + ACTIONS(2482), 36, sym_AND, - sym_BUS, + sym_DOWNTO, sym_GENERIC, sym_MOD, sym_NAND, sym_NOR, + sym_OF, sym_OR, sym_PARAMETER, sym_REM, @@ -118672,14 +118724,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, @@ -118693,66 +118744,163 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [88107] = 18, + [88209] = 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_exponentiate, - STATE(502), 1, - sym_adding_operator, - STATE(503), 1, - sym_multiplying_operator, - STATE(639), 1, - sym_logical_operator, - STATE(640), 1, - sym_relational_operator, - STATE(641), 1, - sym_shift_operator, - ACTIONS(2698), 2, + STATE(1311), 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(2704), 2, + ACTIONS(2474), 36, + sym_AND, + sym_DOWNTO, + sym_GENERIC, sym_MOD, + sym_NAND, + sym_NOR, + sym_OF, + sym_OR, + sym_PARAMETER, sym_REM, - ACTIONS(2696), 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_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(1311), 3, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [88270] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(1312), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2694), 4, + ACTIONS(2438), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2690), 5, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2436), 36, + sym_AND, sym_DOWNTO, sym_GENERIC, - sym_TO, - anon_sym_SEMI, - sym_variable_assignment, - ACTIONS(2702), 6, - sym_AND, + 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, - ACTIONS(2706), 6, + 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, + [88331] = 9, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(2999), 1, + sym_library_constant_unit, + STATE(2473), 1, + sym__unit, + STATE(1313), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2997), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + 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), 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, - ACTIONS(2692), 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, @@ -118760,25 +118908,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [88192] = 6, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + [88398] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1312), 3, + STATE(1314), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2650), 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(2648), 36, + ACTIONS(2520), 36, sym_AFTER, sym_AND, sym_GENERIC, @@ -118815,25 +118967,88 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [88253] = 6, + [88459] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1313), 3, + ACTIONS(2978), 1, + sym_exponentiate, + STATE(432), 1, + sym_multiplying_operator, + STATE(434), 1, + sym_adding_operator, + STATE(501), 1, + sym_shift_operator, + STATE(503), 1, + sym_relational_operator, + STATE(507), 1, + sym_logical_operator, + ACTIONS(2698), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2704), 2, + sym_MOD, + sym_REM, + STATE(1315), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2688), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + ACTIONS(2686), 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, + 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, + [88536] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(1316), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2590), 6, + ACTIONS(2506), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2588), 36, + ACTIONS(2504), 36, sym_AND, sym_BUS, sym_GENERIC, @@ -118870,27 +119085,27 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [88314] = 6, + [88597] = 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(1317), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2676), 6, + ACTIONS(2526), 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(2524), 36, + sym_AFTER, sym_AND, - sym_BUS, sym_GENERIC, sym_MOD, sym_NAND, @@ -118904,14 +119119,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, @@ -118925,33 +119140,43 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [88375] = 6, + [88658] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1315), 3, + STATE(432), 1, + sym_multiplying_operator, + STATE(434), 1, + sym_adding_operator, + STATE(501), 1, + sym_shift_operator, + STATE(503), 1, + sym_relational_operator, + STATE(507), 1, + sym_logical_operator, + STATE(1318), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2442), 6, + ACTIONS(2688), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2440), 36, + ACTIONS(2686), 31, sym_AND, - sym_BUS, - sym_GENERIC, + sym_DOWNTO, + sym_IS, sym_MOD, sym_NAND, sym_NOR, + sym_OPEN, sym_OR, - sym_PARAMETER, sym_REM, sym_ROL, sym_ROR, @@ -118959,14 +119184,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, @@ -118978,54 +119200,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [88436] = 17, + [88729] = 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_exponentiate, - STATE(502), 1, - sym_adding_operator, - STATE(503), 1, - sym_multiplying_operator, - STATE(639), 1, - sym_logical_operator, - STATE(640), 1, - sym_relational_operator, - STATE(641), 1, - sym_shift_operator, - ACTIONS(2698), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2704), 2, - sym_MOD, - sym_REM, - ACTIONS(2696), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(1316), 3, + STATE(1319), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2694), 4, + ACTIONS(2376), 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(2374), 36, + sym_AFTER, + 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(2692), 8, + 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, @@ -119034,76 +119249,109 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - ACTIONS(2708), 11, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [88790] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(1320), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2388), 6, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2386), 36, sym_AND, - sym_DOWNTO, + sym_BUS, sym_GENERIC, + sym_MOD, sym_NAND, sym_NOR, sym_OR, - sym_TO, + 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_RPAREN, + anon_sym_LT_EQ, sym_variable_assignment, - [88519] = 16, + 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, + [88851] = 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_exponentiate, - STATE(502), 1, - sym_adding_operator, - STATE(503), 1, - sym_multiplying_operator, - STATE(639), 1, - sym_logical_operator, - STATE(640), 1, - sym_relational_operator, - STATE(641), 1, - sym_shift_operator, - ACTIONS(2698), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2704), 2, - sym_MOD, - sym_REM, - ACTIONS(2696), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(1317), 3, + STATE(1321), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2724), 4, + ACTIONS(2442), 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(2722), 19, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2440), 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, + 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, @@ -119111,50 +119359,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [88600] = 15, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [88912] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2976), 1, + ACTIONS(2978), 1, sym_exponentiate, - STATE(502), 1, + STATE(432), 1, + sym_multiplying_operator, + STATE(434), 1, sym_adding_operator, + STATE(501), 1, + sym_shift_operator, STATE(503), 1, - sym_multiplying_operator, - STATE(639), 1, - sym_logical_operator, - STATE(640), 1, sym_relational_operator, - STATE(641), 1, - sym_shift_operator, + STATE(507), 1, + sym_logical_operator, ACTIONS(2698), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(2704), 2, sym_MOD, sym_REM, - ACTIONS(2696), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(1318), 3, + STATE(1322), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2728), 4, + ACTIONS(2684), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2726), 25, + ACTIONS(2682), 28, sym_AND, sym_DOWNTO, - sym_GENERIC, + sym_IS, sym_NAND, sym_NOR, + sym_OPEN, sym_OR, sym_ROL, sym_ROR, @@ -119167,7 +119418,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, @@ -119175,25 +119425,103 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [88679] = 6, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + [88989] = 26, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1319), 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(1418), 1, + aux_sym_design_unit_repeat3, + STATE(2692), 1, + sym_label_declaration, + STATE(3015), 1, + sym__direct_name, + STATE(3696), 1, + sym__concurrent_statement, + STATE(6016), 1, + sym__target, + STATE(6048), 1, + sym_aggregate, + STATE(6298), 1, + sym_with_expression, + STATE(6476), 1, + sym_name, + STATE(7330), 1, + sym_assertion, + STATE(7711), 1, + sym__label, + STATE(4386), 2, + sym__identifier, + sym__external_name, + ACTIONS(71), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, + ACTIONS(3001), 3, + sym_ELSE, + sym_ELSIF, + sym_END, + STATE(1323), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2680), 6, + STATE(4383), 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(3698), 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, + [89090] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(1324), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2662), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2678), 36, + ACTIONS(2660), 36, sym_AND, sym_BUS, sym_GENERIC, @@ -119230,32 +119558,31 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [88740] = 6, + [89151] = 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(1325), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2392), 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(2390), 36, + ACTIONS(2402), 36, sym_AND, sym_DOWNTO, sym_GENERIC, sym_MOD, sym_NAND, sym_NOR, - sym_OF, sym_OR, sym_PARAMETER, sym_REM, @@ -119266,9 +119593,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, @@ -119285,33 +119613,34 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [88801] = 6, + [89212] = 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(1326), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2392), 6, + ACTIONS(2668), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2390), 36, + ACTIONS(2666), 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, @@ -119319,14 +119648,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, @@ -119340,25 +119668,25 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [88862] = 6, + [89273] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1322), 3, + STATE(1327), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2680), 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(2678), 36, + ACTIONS(2562), 36, sym_AND, sym_BUS, sym_GENERIC, @@ -119367,6 +119695,7 @@ static const uint16_t ts_small_parse_table[] = { sym_NOR, sym_OR, sym_PARAMETER, + sym_REGISTER, sym_REM, sym_ROL, sym_ROR, @@ -119379,7 +119708,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, @@ -119395,25 +119723,25 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [88923] = 6, + [89334] = 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(1328), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2494), 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(2492), 36, + ACTIONS(2512), 36, sym_AFTER, sym_AND, sym_GENERIC, @@ -119450,34 +119778,39 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [88984] = 6, + [89395] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1324), 3, + ACTIONS(1919), 1, + anon_sym_LPAREN, + ACTIONS(3003), 1, + sym_PARAMETER, + STATE(1616), 1, + sym_parenthesis_group, + STATE(1329), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2392), 6, + ACTIONS(2326), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2390), 36, + ACTIONS(2324), 33, sym_AND, - sym_BUS, + sym_DOWNTO, + sym_GENERATE, sym_GENERIC, sym_MOD, sym_NAND, sym_NOR, sym_OR, - sym_PARAMETER, - sym_REGISTER, sym_REM, sym_ROL, sym_ROR, @@ -119485,13 +119818,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, @@ -119505,25 +119836,25 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [89045] = 6, + [89462] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1325), 3, + STATE(1330), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2392), 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(2390), 36, + ACTIONS(2512), 36, sym_AND, sym_BUS, sym_GENERIC, @@ -119532,6 +119863,7 @@ static const uint16_t ts_small_parse_table[] = { sym_NOR, sym_OR, sym_PARAMETER, + sym_REGISTER, sym_REM, sym_ROL, sym_ROR, @@ -119544,7 +119876,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, @@ -119560,33 +119891,39 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [89106] = 6, + [89523] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1326), 3, + ACTIONS(3007), 1, + sym_library_constant_unit, + STATE(2530), 1, + sym__unit, + STATE(1331), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2716), 6, + ACTIONS(3005), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + ACTIONS(2380), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2714), 36, - sym_identifier, + ACTIONS(2378), 30, sym_AND, sym_DOWNTO, - sym_IS, sym_MOD, sym_NAND, sym_NOR, - sym_OPEN, sym_OR, sym_REM, sym_ROL, @@ -119596,12 +119933,9 @@ 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_LT_EQ, anon_sym_EQ, @@ -119615,84 +119949,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [89167] = 8, + [89590] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2984), 1, - sym_END, - STATE(7068), 1, - sym_end_for, - STATE(7081), 1, - sym_verification_unit_binding_indication, - STATE(1327), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2982), 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, - [89232] = 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(1332), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2654), 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(2652), 36, - sym_AFTER, + ACTIONS(2622), 36, sym_AND, + sym_DOWNTO, sym_GENERIC, sym_MOD, sym_NAND, @@ -119706,11 +119983,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, @@ -119727,25 +120004,25 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [89293] = 6, + [89651] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1329), 3, + STATE(1333), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2510), 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(2508), 36, + ACTIONS(2562), 36, sym_AFTER, sym_AND, sym_GENERIC, @@ -119782,49 +120059,65 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [89354] = 6, + [89712] = 18, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1330), 3, + ACTIONS(2980), 1, + sym_exponentiate, + STATE(460), 1, + sym_adding_operator, + STATE(484), 1, + sym_shift_operator, + STATE(486), 1, + sym_relational_operator, + STATE(487), 1, + sym_logical_operator, + STATE(498), 1, + sym_multiplying_operator, + ACTIONS(2698), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2704), 2, + sym_MOD, + sym_REM, + ACTIONS(2696), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(1334), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2688), 6, + ACTIONS(2694), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2686), 36, - sym_identifier, - sym_AND, + ACTIONS(2690), 5, sym_DOWNTO, - sym_IS, - sym_MOD, + sym_GENERIC, + sym_TO, + anon_sym_SEMI, + sym_variable_assignment, + ACTIONS(2702), 6, + sym_AND, sym_NAND, sym_NOR, - sym_OPEN, sym_OR, - sym_REM, + sym_XNOR, + sym_XOR, + ACTIONS(2706), 6, 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, + ACTIONS(2692), 8, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -119833,44 +120126,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, - [89415] = 9, + [89797] = 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(2474), 1, - sym__unit, - STATE(1331), 3, + STATE(1335), 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(2446), 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(2444), 30, + ACTIONS(2566), 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, @@ -119878,12 +120160,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_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, @@ -119895,43 +120179,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [89482] = 11, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [89858] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(476), 1, - sym_adding_operator, - STATE(477), 1, - sym_multiplying_operator, - STATE(626), 1, - sym_logical_operator, - STATE(627), 1, - sym_relational_operator, - STATE(628), 1, - sym_shift_operator, - STATE(1332), 3, + STATE(1336), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2720), 6, + ACTIONS(2376), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2718), 31, + ACTIONS(2374), 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, @@ -119939,11 +120216,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, @@ -119955,48 +120234,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [89553] = 14, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [89919] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2974), 1, - sym_exponentiate, - STATE(476), 1, - sym_adding_operator, - STATE(477), 1, - sym_multiplying_operator, - STATE(626), 1, - sym_logical_operator, - STATE(627), 1, - sym_relational_operator, - STATE(628), 1, - sym_shift_operator, - ACTIONS(2698), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2704), 2, - sym_MOD, - sym_REM, - STATE(1333), 3, + STATE(1337), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2720), 4, + ACTIONS(2556), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2718), 28, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2554), 36, sym_AND, sym_DOWNTO, - sym_IS, + sym_GENERIC, + sym_MOD, sym_NAND, sym_NOR, - sym_OPEN, sym_OR, + sym_PARAMETER, + sym_REM, sym_ROL, sym_ROR, sym_SLA, @@ -120004,9 +120271,12 @@ 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, @@ -120018,27 +120288,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - [89630] = 6, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [89980] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1334), 3, + STATE(1338), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2454), 6, + ACTIONS(2552), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2452), 36, - sym_AFTER, + ACTIONS(2550), 36, sym_AND, + sym_DOWNTO, sym_GENERIC, sym_MOD, sym_NAND, @@ -120052,11 +120325,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, @@ -120073,109 +120346,31 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [89691] = 28, - 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(227), 1, - sym_POSTPONED, - ACTIONS(229), 1, - sym_PROCESS, - ACTIONS(2990), 1, - sym_END, - STATE(1727), 1, - aux_sym_design_unit_repeat3, - STATE(2626), 1, - sym_label_declaration, - STATE(3023), 1, - sym__direct_name, - STATE(4386), 1, - sym__concurrent_statement, - STATE(6098), 1, - sym_aggregate, - STATE(6203), 1, - sym_generate_block, - STATE(6317), 1, - sym_name, - STATE(6373), 1, - sym__target, - STATE(6470), 1, - sym_with_expression, - STATE(7169), 1, - sym__label, - STATE(7183), 1, - sym_generate_block_end, - STATE(7448), 1, - sym_assertion, - STATE(4362), 2, - sym__identifier, - sym__external_name, - ACTIONS(71), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(1335), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(4351), 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(4354), 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, - [89796] = 6, + [90041] = 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(1339), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2388), 6, + ACTIONS(2548), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2386), 36, + ACTIONS(2546), 36, sym_AND, sym_DOWNTO, sym_GENERIC, sym_MOD, sym_NAND, sym_NOR, - sym_OF, sym_OR, sym_PARAMETER, sym_REM, @@ -120186,9 +120381,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, @@ -120205,32 +120401,31 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [89857] = 6, + [90102] = 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(1340), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2396), 6, + ACTIONS(2526), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2394), 36, + ACTIONS(2524), 36, sym_AND, sym_DOWNTO, sym_GENERIC, sym_MOD, sym_NAND, sym_NOR, - sym_OF, sym_OR, sym_PARAMETER, sym_REM, @@ -120241,9 +120436,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, @@ -120260,43 +120456,33 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [89918] = 11, + [90163] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(476), 1, - sym_adding_operator, - STATE(477), 1, - sym_multiplying_operator, - STATE(626), 1, - sym_logical_operator, - STATE(627), 1, - sym_relational_operator, - STATE(628), 1, - sym_shift_operator, - STATE(1338), 3, + STATE(1341), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2712), 6, + ACTIONS(2526), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2710), 31, + ACTIONS(2524), 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, @@ -120304,11 +120490,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, @@ -120320,32 +120509,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [89989] = 6, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [90224] = 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(1342), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2454), 6, + ACTIONS(2548), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2452), 36, + ACTIONS(2546), 36, sym_AND, - sym_DOWNTO, + sym_BUS, sym_GENERIC, sym_MOD, sym_NAND, sym_NOR, - sym_OF, sym_OR, sym_PARAMETER, sym_REM, @@ -120355,13 +120545,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, @@ -120375,34 +120566,39 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [90050] = 6, + [90285] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1340), 3, + ACTIONS(1979), 1, + anon_sym_LPAREN, + ACTIONS(3009), 1, + sym_PARAMETER, + STATE(1490), 1, + sym_parenthesis_group, + STATE(1343), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2458), 6, + ACTIONS(2326), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2456), 36, + ACTIONS(2324), 33, 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, @@ -120413,9 +120609,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, @@ -120430,32 +120624,31 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [90111] = 6, + [90352] = 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(1344), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2494), 6, + ACTIONS(2388), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2492), 36, + ACTIONS(2386), 36, sym_AND, sym_DOWNTO, sym_GENERIC, sym_MOD, sym_NAND, sym_NOR, - sym_OF, sym_OR, sym_PARAMETER, sym_REM, @@ -120466,9 +120659,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, @@ -120485,32 +120679,31 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [90172] = 6, + [90413] = 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(1345), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2510), 6, + ACTIONS(2506), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2508), 36, + ACTIONS(2504), 36, sym_AND, sym_DOWNTO, sym_GENERIC, sym_MOD, sym_NAND, sym_NOR, - sym_OF, sym_OR, sym_PARAMETER, sym_REM, @@ -120521,9 +120714,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, @@ -120540,32 +120734,31 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [90233] = 6, + [90474] = 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(1346), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2514), 6, + ACTIONS(2510), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2512), 36, + ACTIONS(2508), 36, sym_AND, sym_DOWNTO, sym_GENERIC, sym_MOD, sym_NAND, sym_NOR, - sym_OF, sym_OR, sym_PARAMETER, sym_REM, @@ -120576,9 +120769,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, @@ -120595,25 +120789,25 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [90294] = 6, + [90535] = 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(1347), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2518), 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(2516), 36, + ACTIONS(2402), 36, sym_AND, sym_DOWNTO, sym_GENERIC, @@ -120650,32 +120844,31 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [90355] = 6, + [90596] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1345), 3, + STATE(1348), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2522), 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(2520), 36, + ACTIONS(2516), 36, sym_AND, sym_DOWNTO, sym_GENERIC, sym_MOD, sym_NAND, sym_NOR, - sym_OF, sym_OR, sym_PARAMETER, sym_REM, @@ -120686,9 +120879,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, @@ -120705,32 +120899,31 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [90416] = 6, + [90657] = 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(1349), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2526), 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(2524), 36, + ACTIONS(2520), 36, sym_AND, sym_DOWNTO, sym_GENERIC, sym_MOD, sym_NAND, sym_NOR, - sym_OF, sym_OR, sym_PARAMETER, sym_REM, @@ -120741,9 +120934,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, @@ -120760,32 +120954,31 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [90477] = 6, + [90718] = 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(1350), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2530), 6, + ACTIONS(2376), 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(2374), 36, sym_AND, sym_DOWNTO, sym_GENERIC, sym_MOD, sym_NAND, sym_NOR, - sym_OF, sym_OR, sym_PARAMETER, sym_REM, @@ -120796,9 +120989,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, @@ -120815,32 +121009,31 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [90538] = 6, + [90779] = 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(1351), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2554), 6, + ACTIONS(2668), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2552), 36, + ACTIONS(2666), 36, + sym_AFTER, sym_AND, - sym_DOWNTO, sym_GENERIC, sym_MOD, sym_NAND, sym_NOR, - sym_OF, sym_OR, sym_PARAMETER, sym_REM, @@ -120850,9 +121043,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, @@ -120870,32 +121064,31 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [90599] = 6, + [90840] = 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(1352), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2558), 6, + ACTIONS(2662), 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(2660), 36, + sym_AFTER, sym_AND, - sym_DOWNTO, sym_GENERIC, sym_MOD, sym_NAND, sym_NOR, - sym_OF, sym_OR, sym_PARAMETER, sym_REM, @@ -120905,9 +121098,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, @@ -120925,32 +121119,31 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [90660] = 6, + [90901] = 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(1353), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2562), 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(2560), 36, + ACTIONS(2512), 36, sym_AND, sym_DOWNTO, sym_GENERIC, sym_MOD, sym_NAND, sym_NOR, - sym_OF, sym_OR, sym_PARAMETER, sym_REM, @@ -120961,9 +121154,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, @@ -120980,32 +121174,31 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [90721] = 6, + [90962] = 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(1354), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2566), 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(2564), 36, + ACTIONS(2562), 36, sym_AND, sym_DOWNTO, sym_GENERIC, sym_MOD, sym_NAND, sym_NOR, - sym_OF, sym_OR, sym_PARAMETER, sym_REM, @@ -121016,9 +121209,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, @@ -121035,25 +121229,25 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [90782] = 6, + [91023] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1352), 3, + STATE(1355), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2570), 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(2568), 36, + ACTIONS(2622), 36, sym_AND, sym_DOWNTO, sym_GENERIC, @@ -121090,33 +121284,34 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [90843] = 6, + [91084] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1353), 3, + STATE(1356), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2388), 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(2386), 36, + ACTIONS(2520), 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, @@ -121124,14 +121319,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, @@ -121145,25 +121339,25 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [90904] = 6, + [91145] = 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(1357), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2396), 6, + ACTIONS(2668), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2394), 36, + ACTIONS(2666), 36, sym_AND, sym_DOWNTO, sym_GENERIC, @@ -121200,32 +121394,31 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [90965] = 6, + [91206] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1355), 3, + STATE(1358), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2586), 6, + ACTIONS(2662), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2584), 36, + ACTIONS(2660), 36, sym_AND, sym_DOWNTO, sym_GENERIC, sym_MOD, sym_NAND, sym_NOR, - sym_OF, sym_OR, sym_PARAMETER, sym_REM, @@ -121236,9 +121429,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, @@ -121255,27 +121449,27 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [91026] = 6, + [91267] = 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(1359), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2454), 6, + ACTIONS(2552), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2452), 36, + ACTIONS(2550), 36, sym_AND, - sym_DOWNTO, + sym_BUS, sym_GENERIC, sym_MOD, sym_NAND, @@ -121289,14 +121483,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, @@ -121310,27 +121504,27 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [91087] = 6, + [91328] = 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(1360), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2458), 6, + ACTIONS(2556), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2456), 36, + ACTIONS(2554), 36, sym_AND, - sym_DOWNTO, + sym_BUS, sym_GENERIC, sym_MOD, sym_NAND, @@ -121344,14 +121538,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, @@ -121365,27 +121559,27 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [91148] = 6, + [91389] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1358), 3, + STATE(1361), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2494), 6, + ACTIONS(2560), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2492), 36, + ACTIONS(2558), 36, sym_AND, - sym_DOWNTO, + sym_BUS, sym_GENERIC, sym_MOD, sym_NAND, @@ -121399,14 +121593,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, @@ -121420,27 +121614,27 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [91209] = 6, + [91450] = 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(1362), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2510), 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(2508), 36, + ACTIONS(2566), 36, sym_AND, - sym_DOWNTO, + sym_BUS, sym_GENERIC, sym_MOD, sym_NAND, @@ -121454,14 +121648,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, @@ -121475,48 +121669,130 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [91270] = 6, + [91511] = 17, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1360), 3, + ACTIONS(2980), 1, + sym_exponentiate, + STATE(460), 1, + sym_adding_operator, + STATE(484), 1, + sym_shift_operator, + STATE(486), 1, + sym_relational_operator, + STATE(487), 1, + sym_logical_operator, + STATE(498), 1, + sym_multiplying_operator, + ACTIONS(2698), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2704), 2, + sym_MOD, + sym_REM, + ACTIONS(2696), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(1363), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2514), 6, + ACTIONS(2694), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2512), 36, + ACTIONS(2706), 6, + sym_ROL, + sym_ROR, + sym_SLA, + sym_SLL, + sym_SRA, + sym_SRL, + ACTIONS(2692), 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_GENERIC, - sym_MOD, sym_NAND, sym_NOR, sym_OR, - sym_PARAMETER, + sym_TO, + sym_XNOR, + sym_XOR, + anon_sym_SEMI, + sym_variable_assignment, + [91594] = 16, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(2980), 1, + sym_exponentiate, + STATE(460), 1, + sym_adding_operator, + STATE(484), 1, + sym_shift_operator, + STATE(486), 1, + sym_relational_operator, + STATE(487), 1, + sym_logical_operator, + STATE(498), 1, + sym_multiplying_operator, + ACTIONS(2698), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2704), 2, + sym_MOD, sym_REM, + ACTIONS(2696), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(1364), 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), 19, + sym_AND, + sym_DOWNTO, + sym_GENERIC, + 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, + sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -121524,41 +121800,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, - [91331] = 6, + [91675] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1361), 3, + ACTIONS(2980), 1, + sym_exponentiate, + STATE(460), 1, + sym_adding_operator, + STATE(484), 1, + sym_shift_operator, + STATE(486), 1, + sym_relational_operator, + STATE(487), 1, + sym_logical_operator, + STATE(498), 1, + sym_multiplying_operator, + ACTIONS(2698), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2704), 2, + sym_MOD, + sym_REM, + ACTIONS(2696), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(1365), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2612), 6, + ACTIONS(2718), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2610), 36, + ACTIONS(2716), 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, @@ -121568,10 +121854,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, @@ -121579,33 +121864,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, - [91392] = 6, + [91754] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1362), 3, + STATE(1366), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2518), 6, + ACTIONS(2628), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2516), 36, + ACTIONS(2626), 36, + sym_AFTER, sym_AND, - sym_DOWNTO, sym_GENERIC, sym_MOD, sym_NAND, @@ -121619,11 +121898,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, @@ -121640,31 +121919,32 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [91453] = 6, + [91815] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1363), 3, + STATE(1367), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2522), 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(2520), 36, + ACTIONS(2566), 36, sym_AND, sym_DOWNTO, sym_GENERIC, sym_MOD, sym_NAND, sym_NOR, + sym_OF, sym_OR, sym_PARAMETER, sym_REM, @@ -121675,10 +121955,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, @@ -121695,31 +121974,32 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [91514] = 6, + [91876] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1364), 3, + STATE(1368), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2526), 6, + ACTIONS(2560), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2524), 36, + ACTIONS(2558), 36, sym_AND, sym_DOWNTO, sym_GENERIC, sym_MOD, sym_NAND, sym_NOR, + sym_OF, sym_OR, sym_PARAMETER, sym_REM, @@ -121730,10 +122010,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, @@ -121750,48 +122029,35 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [91575] = 14, + [91937] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2974), 1, - sym_exponentiate, - STATE(476), 1, - sym_adding_operator, - STATE(477), 1, - sym_multiplying_operator, - STATE(626), 1, - sym_logical_operator, - STATE(627), 1, - sym_relational_operator, - STATE(628), 1, - sym_shift_operator, - ACTIONS(2698), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2704), 2, - sym_MOD, - sym_REM, - STATE(1365), 3, + STATE(1369), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2712), 4, + ACTIONS(2556), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2710), 28, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2554), 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, @@ -121801,7 +122067,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, @@ -121813,45 +122081,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - [91652] = 12, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [91998] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2974), 1, - sym_exponentiate, - STATE(476), 1, - sym_adding_operator, - STATE(477), 1, - sym_multiplying_operator, - STATE(626), 1, - sym_logical_operator, - STATE(627), 1, - sym_relational_operator, - STATE(628), 1, - sym_shift_operator, - STATE(1366), 3, + STATE(1370), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2712), 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(2710), 30, + 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, @@ -121859,11 +122118,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, @@ -121874,31 +122136,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - [91725] = 6, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [92059] = 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(1371), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2530), 6, + ACTIONS(2552), 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(2550), 36, sym_AND, sym_DOWNTO, sym_GENERIC, sym_MOD, sym_NAND, sym_NOR, + sym_OF, sym_OR, sym_PARAMETER, sym_REM, @@ -121909,10 +122175,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, @@ -121929,33 +122194,34 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [91786] = 6, + [92120] = 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(1372), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2554), 6, + ACTIONS(2728), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2552), 36, + ACTIONS(2726), 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, @@ -121964,12 +122230,13 @@ 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, @@ -121982,35 +122249,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [91847] = 6, + [92181] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1369), 3, + STATE(1373), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2558), 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(2556), 36, + ACTIONS(2516), 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, @@ -122018,14 +122284,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, @@ -122039,33 +122304,92 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [91908] = 6, + [92242] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1370), 3, + ACTIONS(3013), 1, + sym_library_constant_unit, + STATE(2515), 1, + sym__unit, + STATE(1374), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2562), 6, + ACTIONS(3011), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + ACTIONS(2380), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2560), 36, + ACTIONS(2378), 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, + [92309] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(1375), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2510), 6, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2508), 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, @@ -122073,14 +122397,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, @@ -122094,31 +122417,32 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [91969] = 6, + [92370] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1371), 3, + STATE(1376), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2566), 6, + ACTIONS(2548), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2564), 36, + ACTIONS(2546), 36, sym_AND, sym_DOWNTO, sym_GENERIC, sym_MOD, sym_NAND, sym_NOR, + sym_OF, sym_OR, sym_PARAMETER, sym_REM, @@ -122129,10 +122453,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, @@ -122149,31 +122472,32 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [92030] = 6, + [92431] = 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(1377), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2570), 6, + ACTIONS(2526), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2568), 36, + ACTIONS(2524), 36, sym_AND, sym_DOWNTO, sym_GENERIC, sym_MOD, sym_NAND, sym_NOR, + sym_OF, sym_OR, sym_PARAMETER, sym_REM, @@ -122184,10 +122508,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, @@ -122204,33 +122527,34 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [92091] = 6, + [92492] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1373), 3, + STATE(1378), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2586), 6, + ACTIONS(2574), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2584), 36, + ACTIONS(2572), 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, @@ -122238,14 +122562,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, @@ -122259,39 +122582,34 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [92152] = 9, + [92553] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2033), 1, - anon_sym_LPAREN, - ACTIONS(2993), 1, - sym_PARAMETER, - STATE(1487), 1, - sym_parenthesis_group, - STATE(1374), 3, + STATE(1379), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2193), 6, + ACTIONS(2506), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2191), 33, + ACTIONS(2504), 36, sym_AND, - sym_DOWNTO, - sym_GENERATE, + sym_BUS, sym_GENERIC, sym_MOD, sym_NAND, sym_NOR, sym_OR, + sym_PARAMETER, + sym_REGISTER, sym_REM, sym_ROL, sym_ROR, @@ -122299,11 +122617,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, @@ -122317,33 +122637,34 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [92219] = 6, + [92614] = 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(1380), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2612), 6, + ACTIONS(2388), 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(2386), 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, @@ -122351,14 +122672,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, @@ -122372,32 +122692,31 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [92280] = 6, + [92675] = 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(1381), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2616), 6, + ACTIONS(2480), 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(2478), 36, sym_AND, - sym_DOWNTO, + sym_BUS, sym_GENERIC, sym_MOD, sym_NAND, sym_NOR, - sym_OF, sym_OR, sym_PARAMETER, sym_REM, @@ -122407,13 +122726,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, @@ -122427,33 +122747,34 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [92341] = 6, + [92736] = 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(1382), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2612), 6, + ACTIONS(2526), 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(2524), 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, @@ -122461,14 +122782,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, @@ -122482,25 +122802,25 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [92402] = 6, + [92797] = 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(1383), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2638), 6, + ACTIONS(2388), 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(2386), 36, sym_AND, sym_DOWNTO, sym_GENERIC, @@ -122537,34 +122857,34 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [92463] = 6, + [92858] = 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(1384), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2642), 6, + ACTIONS(2602), 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(2600), 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, @@ -122572,13 +122892,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, @@ -122592,25 +122912,25 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [92524] = 6, + [92919] = 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(1385), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2646), 6, + ACTIONS(2506), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2644), 36, + ACTIONS(2504), 36, sym_AND, sym_DOWNTO, sym_GENERIC, @@ -122647,25 +122967,25 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [92585] = 6, + [92980] = 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(1386), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2650), 6, + ACTIONS(2510), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2648), 36, + ACTIONS(2508), 36, sym_AND, sym_DOWNTO, sym_GENERIC, @@ -122702,25 +123022,25 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [92646] = 6, + [93041] = 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(1387), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2654), 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(2652), 36, + ACTIONS(2516), 36, sym_AND, sym_DOWNTO, sym_GENERIC, @@ -122757,39 +123077,34 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [92707] = 9, + [93102] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2093), 1, - anon_sym_LPAREN, - ACTIONS(2995), 1, - sym_PARAMETER, - STATE(1513), 1, - sym_parenthesis_group, - STATE(1383), 3, + STATE(1388), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2193), 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(2191), 33, + ACTIONS(2520), 36, 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, @@ -122800,7 +123115,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, @@ -122815,31 +123132,32 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [92774] = 6, + [93163] = 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(1389), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2586), 6, + ACTIONS(2376), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2584), 36, - sym_AFTER, + ACTIONS(2374), 36, sym_AND, + sym_DOWNTO, sym_GENERIC, sym_MOD, sym_NAND, sym_NOR, + sym_OF, sym_OR, sym_PARAMETER, sym_REM, @@ -122849,10 +123167,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, @@ -122870,33 +123187,34 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [92835] = 6, + [93224] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1385), 3, + STATE(1390), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2616), 6, + ACTIONS(2552), 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(2550), 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, @@ -122904,14 +123222,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, @@ -122925,70 +123242,158 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [92896] = 22, + [93285] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(253), 1, - sym_REPORT, - ACTIONS(2997), 1, - anon_sym_SEMI, - ACTIONS(2999), 1, - sym_exponentiate, - ACTIONS(3001), 1, - sym_SEVERITY, - STATE(669), 1, - sym_logical_operator, - STATE(670), 1, - sym_relational_operator, - STATE(681), 1, - sym_shift_operator, - STATE(682), 1, - sym_adding_operator, - STATE(684), 1, - sym_multiplying_operator, - STATE(5726), 1, - sym_report_expression, - STATE(6867), 1, - sym_severity_expression, - ACTIONS(2698), 2, + STATE(1391), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2514), 6, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2704), 2, + ACTIONS(2512), 36, + sym_AND, + sym_DOWNTO, + sym_GENERIC, sym_MOD, + sym_NAND, + sym_NOR, + sym_OF, + sym_OR, + sym_PARAMETER, sym_REM, - ACTIONS(2696), 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_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(1386), 3, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [93346] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(1392), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2694), 4, + ACTIONS(2564), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2702), 6, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2562), 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, + sym_SLL, + sym_SRA, + sym_SRL, + sym_TO, sym_XNOR, sym_XOR, - ACTIONS(2706), 6, + 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, + [93407] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(1393), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2480), 6, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2478), 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(2692), 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, @@ -122996,31 +123401,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [92989] = 6, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [93468] = 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(1394), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2638), 6, + ACTIONS(2668), 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(2666), 36, sym_AND, sym_DOWNTO, sym_GENERIC, sym_MOD, sym_NAND, sym_NOR, + sym_OF, sym_OR, sym_PARAMETER, sym_REM, @@ -123031,10 +123443,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, @@ -123051,31 +123462,32 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [93050] = 6, + [93529] = 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(1395), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2642), 6, + ACTIONS(2662), 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(2660), 36, sym_AND, sym_DOWNTO, sym_GENERIC, sym_MOD, sym_NAND, sym_NOR, + sym_OF, sym_OR, sym_PARAMETER, sym_REM, @@ -123086,10 +123498,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, @@ -123106,33 +123517,34 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [93111] = 6, + [93590] = 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(1396), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2646), 6, + ACTIONS(2556), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2644), 36, + ACTIONS(2554), 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, @@ -123140,14 +123552,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, @@ -123161,33 +123572,34 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [93172] = 6, + [93651] = 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(1397), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2650), 6, + ACTIONS(2560), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2648), 36, + ACTIONS(2558), 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, @@ -123195,14 +123607,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, @@ -123216,33 +123627,34 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [93233] = 6, + [93712] = 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(1398), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2654), 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(2652), 36, + 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, @@ -123250,14 +123662,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, @@ -123271,109 +123682,89 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [93294] = 28, + [93773] = 9, 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(227), 1, - sym_POSTPONED, - ACTIONS(229), 1, - sym_PROCESS, - ACTIONS(3003), 1, - sym_END, - STATE(1727), 1, - aux_sym_design_unit_repeat3, - STATE(2626), 1, - sym_label_declaration, - STATE(3023), 1, - sym__direct_name, - STATE(4386), 1, - sym__concurrent_statement, - STATE(6098), 1, - sym_aggregate, - STATE(6317), 1, - sym_name, - STATE(6373), 1, - sym__target, - STATE(6470), 1, - sym_with_expression, - STATE(6510), 1, - sym_generate_block, - STATE(6615), 1, - sym_generate_block_end, - STATE(7169), 1, - sym__label, - STATE(7448), 1, - sym_assertion, - STATE(4362), 2, - sym__identifier, - sym__external_name, - ACTIONS(71), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(1392), 3, + ACTIONS(3017), 1, + sym_library_constant_unit, + STATE(2493), 1, + sym__unit, + STATE(1399), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(13), 4, + ACTIONS(3015), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(4354), 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, - [93399] = 6, + 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), 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, + [93840] = 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(1400), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2590), 6, + ACTIONS(2628), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2588), 36, + ACTIONS(2626), 36, sym_AND, - sym_DOWNTO, + sym_BUS, sym_GENERIC, sym_MOD, sym_NAND, sym_NOR, - sym_OF, sym_OR, sym_PARAMETER, sym_REM, @@ -123383,13 +123774,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, @@ -123403,32 +123795,31 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [93460] = 6, + [93901] = 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(1401), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2676), 6, + ACTIONS(2442), 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(2440), 36, sym_AND, - sym_DOWNTO, + sym_BUS, sym_GENERIC, sym_MOD, sym_NAND, sym_NOR, - sym_OF, sym_OR, sym_PARAMETER, sym_REM, @@ -123438,13 +123829,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, @@ -123458,34 +123850,34 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [93521] = 6, + [93962] = 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(1402), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2442), 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(2440), 36, + ACTIONS(2566), 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, @@ -123493,13 +123885,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, @@ -123513,33 +123905,34 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [93582] = 6, + [94023] = 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(1403), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2590), 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(2588), 36, + 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, @@ -123547,14 +123940,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, @@ -123568,33 +123960,34 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [93643] = 6, + [94084] = 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(1404), 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), 36, + ACTIONS(2402), 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, @@ -123602,14 +123995,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, @@ -123623,31 +124015,32 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [93704] = 6, + [94145] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1398), 3, + STATE(1405), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2442), 6, + ACTIONS(2480), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2440), 36, + ACTIONS(2478), 36, sym_AND, sym_DOWNTO, sym_GENERIC, sym_MOD, sym_NAND, sym_NOR, + sym_OF, sym_OR, sym_PARAMETER, sym_REM, @@ -123658,10 +124051,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, @@ -123678,42 +124070,37 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [93765] = 9, + [94206] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1919), 1, - anon_sym_LPAREN, - ACTIONS(3006), 1, - sym_PARAMETER, - STATE(1571), 1, - sym_parenthesis_group, - STATE(1399), 3, + STATE(1406), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2193), 6, + ACTIONS(2628), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2191), 33, + ACTIONS(2626), 36, sym_AND, + sym_BUS, sym_GENERIC, 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, @@ -123722,7 +124109,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, @@ -123736,38 +124125,94 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [93832] = 9, + [94267] = 12, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2063), 1, - anon_sym_LPAREN, - ACTIONS(3008), 1, - sym_PARAMETER, - STATE(1579), 1, - sym_parenthesis_group, - STATE(1400), 3, + ACTIONS(2978), 1, + sym_exponentiate, + STATE(432), 1, + sym_multiplying_operator, + STATE(434), 1, + sym_adding_operator, + STATE(501), 1, + sym_shift_operator, + STATE(503), 1, + sym_relational_operator, + STATE(507), 1, + sym_logical_operator, + STATE(1407), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2193), 6, + ACTIONS(2684), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2191), 33, + ACTIONS(2682), 30, sym_AND, sym_DOWNTO, - sym_GENERIC, - sym_LOOP, + 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_TO, + 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, + [94340] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(1408), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2722), 6, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2720), 36, + sym_identifier, + sym_AND, + sym_DOWNTO, + sym_IS, sym_MOD, sym_NAND, sym_NOR, + sym_OPEN, sym_OR, sym_REM, sym_ROL, @@ -123779,8 +124224,65 @@ 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_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, + [94401] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(1409), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2376), 6, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2374), 36, + sym_AND, + sym_BUS, + 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_RPAREN, anon_sym_LT_EQ, + sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -123794,7 +124296,7 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [93899] = 26, + [94462] = 28, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -123809,46 +124311,48 @@ static const uint16_t ts_small_parse_table[] = { sym_ASSERT, ACTIONS(69), 1, sym_WITH, - ACTIONS(199), 1, + ACTIONS(227), 1, sym_POSTPONED, - ACTIONS(201), 1, + ACTIONS(229), 1, sym_PROCESS, - STATE(1402), 1, + ACTIONS(3019), 1, + sym_END, + STATE(1841), 1, aux_sym_design_unit_repeat3, - STATE(2658), 1, + STATE(2688), 1, sym_label_declaration, - STATE(3023), 1, + STATE(3015), 1, sym__direct_name, - STATE(3725), 1, + STATE(4352), 1, sym__concurrent_statement, - STATE(6098), 1, + STATE(6048), 1, sym_aggregate, - STATE(6403), 1, + STATE(6062), 1, sym__target, - STATE(6480), 1, + STATE(6149), 1, + sym_generate_block, + STATE(6245), 1, sym_with_expression, - STATE(6481), 1, + STATE(6276), 1, sym_name, - STATE(7169), 1, - sym__label, - STATE(8292), 1, + STATE(7200), 1, sym_assertion, - STATE(4362), 2, + STATE(7456), 1, + sym_generate_block_end, + STATE(7711), 1, + sym__label, + STATE(4386), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - ACTIONS(3010), 3, - sym_ELSE, - sym_ELSIF, - sym_END, - STATE(1401), 3, + STATE(1410), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -123857,7 +124361,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - STATE(3814), 11, + STATE(4362), 11, sym_block_statement, sym_component_instantiation_statement, sym_process_statement, @@ -123869,101 +124373,27 @@ static const uint16_t ts_small_parse_table[] = { sym_concurrent_simple_signal_assignment, sym_concurrent_conditional_signal_assignment, sym_concurrent_selected_signal_assignment, - [94000] = 25, + [94567] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(702), 1, - anon_sym_LPAREN, - ACTIONS(705), 1, - anon_sym_LT_LT, - ACTIONS(713), 1, - sym_ASSERT, - ACTIONS(722), 1, - sym_WITH, - ACTIONS(3012), 1, - sym_POSTPONED, - ACTIONS(3015), 1, - sym_PROCESS, - STATE(2658), 1, - sym_label_declaration, - STATE(3023), 1, - sym__direct_name, - STATE(3725), 1, - sym__concurrent_statement, - STATE(6098), 1, - sym_aggregate, - STATE(6403), 1, - sym__target, - STATE(6480), 1, - sym_with_expression, - STATE(6481), 1, - sym_name, - STATE(7169), 1, - sym__label, - STATE(8292), 1, - sym_assertion, - STATE(4362), 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(4351), 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(1402), 4, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - aux_sym_design_unit_repeat3, - STATE(3814), 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, - [94099] = 6, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(1403), 3, + STATE(1411), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2518), 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(2516), 36, - sym_AFTER, + ACTIONS(2648), 36, sym_AND, + sym_BUS, sym_GENERIC, sym_MOD, sym_NAND, @@ -123977,14 +124407,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, @@ -123998,27 +124428,27 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [94160] = 6, + [94628] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1404), 3, + STATE(1412), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2522), 6, + ACTIONS(2438), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2520), 36, - sym_AFTER, + ACTIONS(2436), 36, sym_AND, + sym_BUS, sym_GENERIC, sym_MOD, sym_NAND, @@ -124032,14 +124462,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, @@ -124053,27 +124483,27 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [94221] = 6, + [94689] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1405), 3, + STATE(1413), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2616), 6, + ACTIONS(2602), 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(2600), 36, sym_AND, + sym_BUS, sym_GENERIC, sym_MOD, sym_NAND, @@ -124087,14 +124517,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, @@ -124108,27 +124538,27 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [94282] = 6, + [94750] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1406), 3, + STATE(1414), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2530), 6, + ACTIONS(2574), 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(2572), 36, sym_AND, + sym_BUS, sym_GENERIC, sym_MOD, sym_NAND, @@ -124142,14 +124572,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, @@ -124163,41 +124593,33 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [94343] = 9, + [94811] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3020), 1, - sym_library_constant_unit, - STATE(2483), 1, - sym__unit, - STATE(1407), 3, + STATE(1415), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3018), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - ACTIONS(2446), 6, + ACTIONS(2476), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2444), 30, + ACTIONS(2474), 36, sym_AND, - sym_DOWNTO, + sym_BUS, + sym_GENERIC, sym_MOD, sym_NAND, sym_NOR, - sym_OF, sym_OR, + sym_PARAMETER, sym_REM, sym_ROL, sym_ROR, @@ -124205,11 +124627,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, @@ -124221,7 +124646,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [94410] = 9, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [94872] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -124230,9 +124657,9 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(3024), 1, sym_library_constant_unit, - STATE(2519), 1, + STATE(2480), 1, sym__unit, - STATE(1408), 3, + STATE(1416), 3, sym__tool_directive, sym_line_comment, sym_block_comment, @@ -124241,16 +124668,16 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - ACTIONS(2446), 6, + ACTIONS(2380), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2444), 30, - sym_AFTER, + ACTIONS(2378), 30, sym_AND, + sym_BUS, sym_MOD, sym_NAND, sym_NOR, @@ -124262,12 +124689,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, @@ -124279,27 +124706,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [94477] = 6, + [94939] = 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(1417), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2590), 6, + ACTIONS(2484), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2588), 36, - sym_AFTER, + ACTIONS(2482), 36, sym_AND, + sym_BUS, sym_GENERIC, sym_MOD, sym_NAND, @@ -124313,14 +124740,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, @@ -124334,27 +124761,101 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [94538] = 6, + [95000] = 25, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1410), 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(3026), 1, + sym_POSTPONED, + ACTIONS(3029), 1, + sym_PROCESS, + STATE(2692), 1, + sym_label_declaration, + STATE(3015), 1, + sym__direct_name, + STATE(3696), 1, + sym__concurrent_statement, + STATE(6016), 1, + sym__target, + STATE(6048), 1, + sym_aggregate, + STATE(6298), 1, + sym_with_expression, + STATE(6476), 1, + sym_name, + STATE(7330), 1, + sym_assertion, + STATE(7711), 1, + sym__label, + STATE(4386), 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(4383), 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(1418), 4, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2554), 6, + aux_sym_design_unit_repeat3, + STATE(3698), 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, + [95099] = 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, + ACTIONS(2658), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2552), 36, - sym_AFTER, + ACTIONS(2656), 36, sym_AND, + sym_BUS, sym_GENERIC, sym_MOD, sym_NAND, @@ -124368,14 +124869,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, @@ -124389,27 +124890,27 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [94599] = 6, + [95160] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1411), 3, + STATE(1420), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2388), 6, + ACTIONS(2654), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2386), 36, - sym_AFTER, + ACTIONS(2652), 36, sym_AND, + sym_BUS, sym_GENERIC, sym_MOD, sym_NAND, @@ -124423,14 +124924,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, @@ -124444,33 +124945,42 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [94660] = 6, + [95221] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1412), 3, + STATE(423), 1, + sym_multiplying_operator, + STATE(538), 1, + sym_shift_operator, + STATE(539), 1, + sym_relational_operator, + STATE(540), 1, + sym_logical_operator, + STATE(705), 1, + sym_adding_operator, + STATE(1421), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2396), 6, + ACTIONS(2688), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2394), 36, - sym_AFTER, + ACTIONS(2686), 30, sym_AND, - sym_GENERIC, + sym_BUS, sym_MOD, sym_NAND, sym_NOR, sym_OR, - sym_PARAMETER, + sym_REGISTER, sym_REM, sym_ROL, sym_ROR, @@ -124478,14 +124988,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_DOT, - anon_sym_LPAREN, anon_sym_LT_EQ, + sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -124497,42 +125004,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [94721] = 9, + [95291] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3028), 1, - sym_library_constant_unit, - STATE(2529), 1, - sym__unit, - STATE(1413), 3, + STATE(1422), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3026), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - ACTIONS(2446), 6, + ACTIONS(2602), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2444), 30, + ACTIONS(2600), 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, @@ -124541,10 +125040,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, @@ -124557,34 +125056,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [94788] = 6, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [95351] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1414), 3, + STATE(1423), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2680), 6, + ACTIONS(2728), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2678), 36, + ACTIONS(2726), 35, + sym_identifier, sym_AND, - sym_DOWNTO, - sym_GENERIC, + sym_BUS, sym_MOD, sym_NAND, sym_NOR, - sym_OF, sym_OR, - sym_PARAMETER, sym_REM, sym_ROL, sym_ROR, @@ -124592,13 +125091,16 @@ 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, + 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, @@ -124610,30 +125112,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [94849] = 6, + [95411] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1415), 3, + STATE(1424), 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, - sym_AFTER, + ACTIONS(2402), 35, sym_AND, + sym_DOWNTO, sym_GENERIC, + sym_LOOP, sym_MOD, sym_NAND, sym_NOR, @@ -124646,11 +125147,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, @@ -124667,28 +125166,95 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [94910] = 6, + [95471] = 18, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1416), 3, + ACTIONS(3032), 1, + sym_exponentiate, + STATE(419), 1, + sym_adding_operator, + STATE(424), 1, + sym_multiplying_operator, + STATE(526), 1, + sym_shift_operator, + STATE(528), 1, + sym_relational_operator, + STATE(530), 1, + sym_logical_operator, + ACTIONS(2698), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2704), 2, + sym_MOD, + sym_REM, + ACTIONS(2696), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(1425), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2690), 4, + sym_DOWNTO, + sym_TO, + sym_UNITS, + anon_sym_SEMI, + ACTIONS(2694), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + ACTIONS(2702), 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(2692), 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, + [95555] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(1426), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2642), 6, + ACTIONS(2574), 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(2572), 35, sym_AND, + sym_DOWNTO, sym_GENERIC, + sym_IS, sym_MOD, sym_NAND, sym_NOR, @@ -124701,11 +125267,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, @@ -124722,47 +125286,57 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [94971] = 6, + [95615] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1417), 3, + ACTIONS(3034), 1, + sym_exponentiate, + STATE(664), 1, + sym_shift_operator, + STATE(665), 1, + sym_relational_operator, + STATE(666), 1, + sym_logical_operator, + STATE(686), 1, + sym_multiplying_operator, + STATE(698), 1, + sym_adding_operator, + ACTIONS(2698), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2704), 2, + sym_MOD, + sym_REM, + STATE(1427), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2680), 6, + ACTIONS(2688), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2678), 36, + ACTIONS(2686), 27, + sym_AFTER, 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_UNITS, + sym_WHEN, sym_XNOR, sym_XOR, anon_sym_SEMI, - anon_sym_DOT, - anon_sym_LPAREN, + anon_sym_COMMA, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -124774,42 +125348,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, - [95032] = 9, + [95691] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1931), 1, - anon_sym_LPAREN, - ACTIONS(3030), 1, - sym_PARAMETER, - STATE(1465), 1, - sym_parenthesis_group, - STATE(1418), 3, + STATE(1428), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2193), 6, + ACTIONS(2602), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2191), 33, + ACTIONS(2600), 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, @@ -124817,10 +125383,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, @@ -124835,33 +125402,32 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [95099] = 6, + [95751] = 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(1429), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2646), 6, + ACTIONS(3038), 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(2644), 36, - sym_AFTER, + ACTIONS(3036), 34, sym_AND, - sym_GENERIC, + sym_DOWNTO, sym_MOD, sym_NAND, sym_NOR, sym_OR, - sym_PARAMETER, sym_REM, sym_ROL, sym_ROR, @@ -124869,15 +125435,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, @@ -124888,35 +125454,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [95160] = 6, + anon_sym_GT_GT, + anon_sym_PIPE, + [95811] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1420), 3, + STATE(664), 1, + sym_shift_operator, + STATE(665), 1, + sym_relational_operator, + STATE(666), 1, + sym_logical_operator, + STATE(686), 1, + sym_multiplying_operator, + STATE(698), 1, + sym_adding_operator, + STATE(1430), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2514), 6, + ACTIONS(2688), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2512), 36, + ACTIONS(2686), 30, sym_AFTER, sym_AND, - sym_GENERIC, sym_MOD, sym_NAND, sym_NOR, sym_OR, - sym_PARAMETER, sym_REM, sym_ROL, sym_ROR, @@ -124929,8 +125503,6 @@ static const uint16_t ts_small_parse_table[] = { 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, @@ -124943,36 +125515,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [95221] = 6, + [95881] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1421), 3, + STATE(1431), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2654), 6, + ACTIONS(2722), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2652), 35, + ACTIONS(2720), 35, + sym_identifier, sym_AND, - sym_GENERIC, - sym_IS, + sym_BUS, sym_MOD, sym_NAND, sym_NOR, - sym_OPEN, sym_OR, - sym_PARAMETER, sym_REM, sym_ROL, sym_ROR, @@ -124982,10 +125550,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_LPAREN, + anon_sym_RPAREN, anon_sym_LT_EQ, + sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -124997,27 +125569,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [95281] = 6, + [95941] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1422), 3, + STATE(1432), 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), 35, + ACTIONS(2648), 35, sym_AND, sym_DOWNTO, sym_GENERIC, @@ -125053,28 +125623,37 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [95341] = 6, + [96001] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1423), 3, + STATE(477), 1, + sym_shift_operator, + STATE(478), 1, + sym_relational_operator, + STATE(479), 1, + sym_logical_operator, + STATE(581), 1, + sym_multiplying_operator, + STATE(597), 1, + sym_adding_operator, + STATE(1433), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2392), 7, - anon_sym_EQ, + ACTIONS(2688), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2390), 34, + ACTIONS(2686), 30, sym_AND, - sym_DOWNTO, + sym_BUS, sym_MOD, sym_NAND, sym_NOR, @@ -125086,15 +125665,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_LT_EQ, sym_variable_assignment, + anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -125105,37 +125682,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_GT_GT, - anon_sym_PIPE, - [95401] = 6, + [96071] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1424), 3, + ACTIONS(3040), 1, + sym_exponentiate, + STATE(423), 1, + sym_multiplying_operator, + STATE(538), 1, + sym_shift_operator, + STATE(539), 1, + sym_relational_operator, + STATE(540), 1, + sym_logical_operator, + STATE(705), 1, + sym_adding_operator, + ACTIONS(2698), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2704), 2, + sym_MOD, + sym_REM, + ACTIONS(2696), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(1434), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2616), 6, + ACTIONS(2718), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2614), 35, + ACTIONS(2716), 24, sym_AND, - sym_GENERIC, - sym_IS, - sym_MOD, + sym_BUS, sym_NAND, sym_NOR, - sym_OPEN, sym_OR, - sym_PARAMETER, - sym_REM, + sym_REGISTER, sym_ROL, sym_ROR, sym_SLA, @@ -125145,9 +125736,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, @@ -125155,53 +125745,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, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [95461] = 6, + [96149] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1425), 3, + ACTIONS(3042), 1, + sym_exponentiate, + STATE(477), 1, + sym_shift_operator, + STATE(478), 1, + sym_relational_operator, + STATE(479), 1, + sym_logical_operator, + STATE(581), 1, + sym_multiplying_operator, + STATE(597), 1, + sym_adding_operator, + ACTIONS(2698), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2704), 2, + sym_MOD, + sym_REM, + STATE(1435), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2392), 6, + ACTIONS(2688), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2390), 35, + ACTIONS(2686), 27, sym_AND, - sym_DOWNTO, - sym_GENERATE, - 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_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, @@ -125212,37 +125807,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, - [95521] = 6, + [96225] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1426), 3, + STATE(664), 1, + sym_shift_operator, + STATE(665), 1, + sym_relational_operator, + STATE(666), 1, + sym_logical_operator, + STATE(686), 1, + sym_multiplying_operator, + STATE(698), 1, + sym_adding_operator, + STATE(1436), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2392), 6, + ACTIONS(2684), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2390), 35, + ACTIONS(2682), 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, @@ -125250,11 +125849,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, @@ -125267,49 +125866,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [95581] = 6, + [96295] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1427), 3, + ACTIONS(3040), 1, + sym_exponentiate, + STATE(423), 1, + sym_multiplying_operator, + STATE(538), 1, + sym_shift_operator, + STATE(539), 1, + sym_relational_operator, + STATE(540), 1, + sym_logical_operator, + STATE(705), 1, + sym_adding_operator, + ACTIONS(2698), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2704), 2, + sym_MOD, + sym_REM, + ACTIONS(2696), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(1437), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2676), 6, + ACTIONS(2714), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2674), 35, - sym_AND, - sym_GENERIC, - sym_IS, - sym_MOD, - sym_NAND, - sym_NOR, - sym_OPEN, - sym_OR, - sym_PARAMETER, - sym_REM, + ACTIONS(2706), 6, 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, @@ -125317,52 +125930,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, - [95641] = 6, + [96375] = 17, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1428), 3, + ACTIONS(3040), 1, + sym_exponentiate, + STATE(423), 1, + sym_multiplying_operator, + STATE(538), 1, + sym_shift_operator, + STATE(539), 1, + sym_relational_operator, + STATE(540), 1, + sym_logical_operator, + STATE(705), 1, + sym_adding_operator, + ACTIONS(2698), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2704), 2, + sym_MOD, + sym_REM, + ACTIONS(2696), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(1438), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2392), 6, + ACTIONS(2694), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2390), 35, - sym_AND, - sym_DOWNTO, - sym_GENERIC, - sym_LOOP, - sym_MOD, - sym_NAND, - sym_NOR, - sym_OR, - sym_PARAMETER, - sym_REM, + ACTIONS(2706), 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(2692), 8, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -125371,31 +125984,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, - [95701] = 17, + ACTIONS(2710), 10, + sym_AND, + sym_BUS, + sym_NAND, + sym_NOR, + sym_OR, + sym_REGISTER, + sym_XNOR, + sym_XOR, + anon_sym_SEMI, + sym_variable_assignment, + [96457] = 17, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3032), 1, + ACTIONS(3034), 1, sym_exponentiate, - STATE(512), 1, - sym_adding_operator, - STATE(513), 1, - sym_multiplying_operator, - STATE(601), 1, - sym_logical_operator, - STATE(602), 1, - sym_relational_operator, - STATE(603), 1, + STATE(664), 1, sym_shift_operator, + STATE(665), 1, + sym_relational_operator, + STATE(666), 1, + sym_logical_operator, + STATE(686), 1, + sym_multiplying_operator, + STATE(698), 1, + sym_adding_operator, ACTIONS(2698), 2, anon_sym_STAR, anon_sym_SLASH, @@ -125406,7 +126024,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - STATE(1429), 3, + STATE(1439), 3, sym__tool_directive, sym_line_comment, sym_block_comment, @@ -125431,45 +126049,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - ACTIONS(2708), 10, + ACTIONS(2710), 10, + sym_AFTER, sym_AND, - sym_BUS, sym_NAND, sym_NOR, sym_OR, - sym_REGISTER, + sym_WHEN, sym_XNOR, sym_XOR, anon_sym_SEMI, - sym_variable_assignment, - [95783] = 6, + anon_sym_COMMA, + [96539] = 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(1440), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2392), 6, + ACTIONS(3046), 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(2390), 35, + ACTIONS(3044), 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, @@ -125477,13 +126093,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, @@ -125494,27 +126112,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [95843] = 6, + anon_sym_GT_GT, + anon_sym_PIPE, + [96599] = 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(1441), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2442), 6, + ACTIONS(2574), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2440), 35, + ACTIONS(2572), 35, sym_AND, sym_GENERIC, sym_IS, @@ -125550,25 +126168,25 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [95903] = 16, + [96659] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3032), 1, + ACTIONS(3034), 1, sym_exponentiate, - STATE(512), 1, - sym_adding_operator, - STATE(513), 1, - sym_multiplying_operator, - STATE(601), 1, - sym_logical_operator, - STATE(602), 1, - sym_relational_operator, - STATE(603), 1, + STATE(664), 1, sym_shift_operator, + STATE(665), 1, + sym_relational_operator, + STATE(666), 1, + sym_logical_operator, + STATE(686), 1, + sym_multiplying_operator, + STATE(698), 1, + sym_adding_operator, ACTIONS(2698), 2, anon_sym_STAR, anon_sym_SLASH, @@ -125579,11 +126197,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - STATE(1432), 3, + STATE(1442), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2724), 4, + ACTIONS(2714), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, @@ -125595,65 +126213,17 @@ static const uint16_t ts_small_parse_table[] = { sym_SLL, sym_SRA, sym_SRL, - ACTIONS(2722), 18, - sym_AND, - sym_BUS, - sym_NAND, - sym_NOR, - sym_OR, - sym_REGISTER, - 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, - [95983] = 6, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(1433), 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), 35, + ACTIONS(2712), 18, + sym_AFTER, 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_WHEN, sym_XNOR, sym_XOR, anon_sym_SEMI, - anon_sym_DOT, - anon_sym_LPAREN, + anon_sym_COMMA, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -125662,40 +126232,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, - [96043] = 9, + [96739] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2211), 1, - anon_sym_LPAREN, - ACTIONS(3034), 1, - sym_PARAMETER, - STATE(1734), 1, - sym_parenthesis_group, - STATE(1434), 3, + STATE(419), 1, + sym_adding_operator, + STATE(424), 1, + sym_multiplying_operator, + STATE(526), 1, + sym_shift_operator, + STATE(528), 1, + sym_relational_operator, + STATE(530), 1, + sym_logical_operator, + STATE(1443), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2193), 6, + ACTIONS(2688), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2191), 32, + ACTIONS(2686), 30, sym_AND, - sym_FOR, - sym_GENERIC, + sym_DOWNTO, sym_MOD, sym_NAND, sym_NOR, @@ -125707,10 +126274,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_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -125723,27 +126291,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [96109] = 15, + [96809] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3032), 1, + ACTIONS(3042), 1, sym_exponentiate, - STATE(512), 1, - sym_adding_operator, - STATE(513), 1, - sym_multiplying_operator, - STATE(601), 1, - sym_logical_operator, - STATE(602), 1, - sym_relational_operator, - STATE(603), 1, + STATE(477), 1, sym_shift_operator, + STATE(478), 1, + sym_relational_operator, + STATE(479), 1, + sym_logical_operator, + STATE(581), 1, + sym_multiplying_operator, + STATE(597), 1, + sym_adding_operator, ACTIONS(2698), 2, anon_sym_STAR, anon_sym_SLASH, @@ -125754,99 +126320,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - STATE(1435), 3, + STATE(1444), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2728), 4, + ACTIONS(2714), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2726), 24, - sym_AND, - sym_BUS, - sym_NAND, - sym_NOR, - sym_OR, - sym_REGISTER, + ACTIONS(2706), 6, 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, - [96187] = 18, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(3036), 1, - sym_exponentiate, - STATE(527), 1, - sym_adding_operator, - STATE(528), 1, - sym_multiplying_operator, - STATE(643), 1, - sym_logical_operator, - STATE(644), 1, - sym_relational_operator, - STATE(645), 1, - sym_shift_operator, - ACTIONS(2698), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2704), 2, - sym_MOD, - sym_REM, - ACTIONS(2696), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(1436), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2690), 4, - sym_BUS, - anon_sym_SEMI, - anon_sym_RPAREN, - sym_variable_assignment, - ACTIONS(2694), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - ACTIONS(2702), 6, + ACTIONS(2712), 18, sym_AND, + sym_BUS, 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(2692), 8, + anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_LT_EQ, + sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -125854,25 +126355,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [96271] = 6, + [96889] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1437), 3, + STATE(1445), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2642), 6, + ACTIONS(2628), 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(2626), 35, sym_AND, sym_GENERIC, sym_IS, @@ -125908,34 +126409,32 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [96331] = 6, + [96949] = 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(1446), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2680), 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(2678), 35, + ACTIONS(3048), 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, @@ -125946,10 +126445,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, @@ -125960,48 +126461,138 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [96391] = 6, + anon_sym_GT_GT, + anon_sym_PIPE, + [97009] = 27, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1439), 3, + ACTIONS(51), 1, + sym_PROCEDURE, + ACTIONS(2927), 1, + sym_ALIAS, + ACTIONS(2929), 1, + sym_ATTRIBUTE, + ACTIONS(2931), 1, + sym_BEGIN, + ACTIONS(2933), 1, + sym_CONSTANT, + ACTIONS(2935), 1, + sym_FILE, + ACTIONS(2937), 1, + sym_FUNCTION, + ACTIONS(2939), 1, + sym_GROUP, + ACTIONS(2941), 1, + sym_IS, + ACTIONS(2943), 1, + sym_PACKAGE, + ACTIONS(2945), 1, + sym_SHARED, + ACTIONS(2947), 1, + sym_SUBTYPE, + ACTIONS(2949), 1, + sym_TYPE, + ACTIONS(2951), 1, + sym_USE, + ACTIONS(2953), 1, + sym_VARIABLE, + STATE(2302), 1, + aux_sym_sequential_block_head_repeat1, + STATE(3710), 1, + sym__process_declarative_item, + STATE(5839), 1, + sym__subprogram_specification, + STATE(6151), 1, + sym_process_head, + STATE(6223), 1, + sym_sequential_block, + ACTIONS(43), 2, + sym_IMPURE, + sym_PURE, + STATE(6037), 2, + sym_procedure_specification, + sym_function_specification, + STATE(1447), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(3711), 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, + [97111] = 15, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(3034), 1, + sym_exponentiate, + STATE(664), 1, + sym_shift_operator, + STATE(665), 1, + sym_relational_operator, + STATE(666), 1, + sym_logical_operator, + STATE(686), 1, + sym_multiplying_operator, + STATE(698), 1, + sym_adding_operator, + ACTIONS(2698), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2704), 2, + sym_MOD, + sym_REM, + ACTIONS(2696), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(1448), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2646), 6, + ACTIONS(2718), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2644), 35, + ACTIONS(2716), 24, + sym_AFTER, 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_WHEN, sym_XNOR, sym_XOR, anon_sym_SEMI, - anon_sym_DOT, - anon_sym_LPAREN, + anon_sym_COMMA, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -126010,31 +126601,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, - [96451] = 17, + [97189] = 17, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3036), 1, + ACTIONS(3042), 1, sym_exponentiate, - STATE(527), 1, - sym_adding_operator, - STATE(528), 1, - sym_multiplying_operator, - STATE(643), 1, - sym_logical_operator, - STATE(644), 1, - sym_relational_operator, - STATE(645), 1, + STATE(477), 1, sym_shift_operator, + STATE(478), 1, + sym_relational_operator, + STATE(479), 1, + sym_logical_operator, + STATE(581), 1, + sym_multiplying_operator, + STATE(597), 1, + sym_adding_operator, ACTIONS(2698), 2, anon_sym_STAR, anon_sym_SLASH, @@ -126045,7 +126630,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - STATE(1440), 3, + STATE(1449), 3, sym__tool_directive, sym_line_comment, sym_block_comment, @@ -126070,7 +126655,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(2708), 10, + ACTIONS(2710), 10, sym_AND, sym_BUS, sym_NAND, @@ -126081,63 +126666,58 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_RPAREN, sym_variable_assignment, - [96533] = 16, + [97271] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3036), 1, + ACTIONS(3034), 1, sym_exponentiate, - STATE(527), 1, - sym_adding_operator, - STATE(528), 1, - sym_multiplying_operator, - STATE(643), 1, - sym_logical_operator, - STATE(644), 1, - sym_relational_operator, - STATE(645), 1, + STATE(664), 1, sym_shift_operator, + STATE(665), 1, + sym_relational_operator, + STATE(666), 1, + sym_logical_operator, + STATE(686), 1, + sym_multiplying_operator, + STATE(698), 1, + sym_adding_operator, ACTIONS(2698), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(2704), 2, sym_MOD, sym_REM, - ACTIONS(2696), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(1441), 3, + STATE(1450), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2724), 4, + ACTIONS(2684), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2706), 6, + ACTIONS(2682), 27, + sym_AFTER, + sym_AND, + sym_NAND, + sym_NOR, + sym_OR, sym_ROL, sym_ROR, sym_SLA, sym_SLL, sym_SRA, sym_SRL, - ACTIONS(2722), 18, - sym_AND, - sym_BUS, - sym_NAND, - sym_NOR, - sym_OR, + 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, @@ -126145,50 +126725,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [96613] = 15, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + [97347] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3036), 1, - sym_exponentiate, - STATE(527), 1, - sym_adding_operator, - STATE(528), 1, - sym_multiplying_operator, - STATE(643), 1, - sym_logical_operator, - STATE(644), 1, - sym_relational_operator, - STATE(645), 1, + STATE(477), 1, sym_shift_operator, - ACTIONS(2698), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2704), 2, - sym_MOD, - sym_REM, - ACTIONS(2696), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(1442), 3, + STATE(478), 1, + sym_relational_operator, + STATE(479), 1, + sym_logical_operator, + STATE(581), 1, + sym_multiplying_operator, + STATE(597), 1, + sym_adding_operator, + STATE(1451), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2728), 4, + ACTIONS(2684), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2726), 24, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2682), 30, sym_AND, sym_BUS, + sym_MOD, sym_NAND, sym_NOR, sym_OR, + sym_REM, sym_ROL, sym_ROR, sym_SLA, @@ -126208,157 +126783,98 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [96691] = 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(2940), 1, - sym_ALIAS, - ACTIONS(2942), 1, - sym_ATTRIBUTE, - ACTIONS(2944), 1, - sym_BEGIN, - ACTIONS(2946), 1, - sym_CONSTANT, - ACTIONS(2948), 1, - sym_FILE, - ACTIONS(2950), 1, - sym_FUNCTION, - ACTIONS(2952), 1, - sym_GROUP, - ACTIONS(2954), 1, - sym_IS, - ACTIONS(2956), 1, - sym_PACKAGE, - ACTIONS(2958), 1, - sym_SHARED, - ACTIONS(2960), 1, - sym_SUBTYPE, - ACTIONS(2962), 1, - sym_TYPE, - ACTIONS(2964), 1, - sym_USE, - ACTIONS(2966), 1, - sym_VARIABLE, - STATE(2336), 1, - aux_sym_sequential_block_head_repeat1, - STATE(3793), 1, - sym__process_declarative_item, - STATE(5844), 1, - sym__subprogram_specification, - STATE(6249), 1, - sym_sequential_block, - STATE(6250), 1, - sym_process_head, - ACTIONS(43), 2, - sym_IMPURE, - sym_PURE, - STATE(6069), 2, - sym_procedure_specification, - sym_function_specification, - STATE(1443), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(3792), 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, - [96793] = 6, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + [97417] = 18, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1444), 3, + ACTIONS(3034), 1, + sym_exponentiate, + STATE(664), 1, + sym_shift_operator, + STATE(665), 1, + sym_relational_operator, + STATE(666), 1, + sym_logical_operator, + STATE(686), 1, + sym_multiplying_operator, + STATE(698), 1, + sym_adding_operator, + ACTIONS(2698), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2704), 2, + sym_MOD, + sym_REM, + ACTIONS(2696), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(1452), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3040), 7, - anon_sym_EQ, + ACTIONS(2690), 4, + sym_AFTER, + sym_WHEN, + anon_sym_SEMI, + anon_sym_COMMA, + ACTIONS(2694), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3038), 34, + ACTIONS(2702), 6, sym_AND, - sym_DOWNTO, - sym_MOD, sym_NAND, sym_NOR, sym_OR, - sym_REM, + sym_XNOR, + sym_XOR, + ACTIONS(2706), 6, 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, + ACTIONS(2692), 8, 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_GT_GT, - anon_sym_PIPE, - [96853] = 6, + [97501] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1445), 3, + STATE(1453), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2716), 6, + ACTIONS(2728), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2714), 35, + ACTIONS(2726), 35, sym_identifier, + sym_AFTER, sym_AND, - sym_BUS, sym_MOD, sym_NAND, sym_NOR, @@ -126370,6 +126886,7 @@ static const uint16_t ts_small_parse_table[] = { sym_SLL, sym_SRA, sym_SRL, + sym_WHEN, sym_XNOR, sym_XOR, sym_library_constant, @@ -126377,9 +126894,8 @@ static const uint16_t ts_small_parse_table[] = { sym_library_function, sym_library_type, 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, @@ -126391,32 +126907,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [96913] = 6, + [97561] = 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(1454), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3044), 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(3042), 34, + ACTIONS(2622), 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, @@ -126427,12 +126945,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, @@ -126443,34 +126959,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_GT_GT, - anon_sym_PIPE, - [96973] = 6, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [97621] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1447), 3, + STATE(1455), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2688), 6, + ACTIONS(2438), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2686), 35, - sym_identifier, + ACTIONS(2436), 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, @@ -126478,16 +126996,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, @@ -126499,64 +127013,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [97033] = 18, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [97681] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3046), 1, - sym_exponentiate, - STATE(456), 1, - sym_adding_operator, - STATE(457), 1, - sym_multiplying_operator, - STATE(605), 1, - sym_logical_operator, - STATE(606), 1, - sym_relational_operator, - STATE(607), 1, - sym_shift_operator, - ACTIONS(2698), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2704), 2, - sym_MOD, - sym_REM, - ACTIONS(2696), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(1448), 3, + STATE(1456), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2690), 4, - sym_DOWNTO, - sym_OF, - sym_TO, - anon_sym_COMMA, - ACTIONS(2694), 4, + ACTIONS(2442), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2702), 6, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2440), 35, sym_AND, + sym_DOWNTO, + 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(2692), 8, + sym_TO, + sym_XNOR, + sym_XOR, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -126565,49 +127063,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [97117] = 9, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [97741] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2269), 1, - anon_sym_LPAREN, - ACTIONS(3048), 1, - sym_PARAMETER, - STATE(1894), 1, - sym_parenthesis_group, - STATE(1449), 3, + STATE(1457), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2193), 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(2191), 32, + ACTIONS(2648), 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_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, @@ -126622,116 +127123,88 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [97183] = 27, + [97801] = 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(2940), 1, - sym_ALIAS, - ACTIONS(2942), 1, - sym_ATTRIBUTE, - ACTIONS(2944), 1, - sym_BEGIN, - ACTIONS(2946), 1, - sym_CONSTANT, - ACTIONS(2948), 1, - sym_FILE, - ACTIONS(2950), 1, - sym_FUNCTION, - ACTIONS(2952), 1, - sym_GROUP, - ACTIONS(2954), 1, - sym_IS, - ACTIONS(2956), 1, - sym_PACKAGE, - ACTIONS(2958), 1, - sym_SHARED, - ACTIONS(2960), 1, - sym_SUBTYPE, - ACTIONS(2962), 1, - sym_TYPE, - ACTIONS(2964), 1, - sym_USE, - ACTIONS(2966), 1, - sym_VARIABLE, - STATE(2336), 1, - aux_sym_sequential_block_head_repeat1, - STATE(3793), 1, - sym__process_declarative_item, - STATE(5844), 1, - sym__subprogram_specification, - STATE(6056), 1, - sym_sequential_block, - STATE(6199), 1, - sym_process_head, - ACTIONS(43), 2, - sym_IMPURE, - sym_PURE, - STATE(6069), 2, - sym_procedure_specification, - sym_function_specification, - STATE(1450), 3, + STATE(1458), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3792), 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, - [97285] = 11, + ACTIONS(2380), 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), 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, + [97861] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(527), 1, - sym_adding_operator, - STATE(528), 1, - sym_multiplying_operator, - STATE(643), 1, - sym_logical_operator, - STATE(644), 1, - sym_relational_operator, - STATE(645), 1, - sym_shift_operator, - STATE(1451), 3, + STATE(1459), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2720), 6, + ACTIONS(2628), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2718), 30, + ACTIONS(2626), 35, sym_AND, - sym_BUS, + sym_DOWNTO, + sym_GENERIC, + sym_LOOP, sym_MOD, sym_NAND, sym_NOR, sym_OR, + sym_PARAMETER, sym_REM, sym_ROL, sym_ROR, @@ -126739,12 +127212,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, @@ -126756,58 +127229,67 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [97355] = 14, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [97921] = 18, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3036), 1, + ACTIONS(3040), 1, sym_exponentiate, - STATE(527), 1, - sym_adding_operator, - STATE(528), 1, + STATE(423), 1, sym_multiplying_operator, - STATE(643), 1, - sym_logical_operator, - STATE(644), 1, - sym_relational_operator, - STATE(645), 1, + STATE(538), 1, sym_shift_operator, + STATE(539), 1, + sym_relational_operator, + STATE(540), 1, + sym_logical_operator, + STATE(705), 1, + sym_adding_operator, ACTIONS(2698), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(2704), 2, sym_MOD, sym_REM, - STATE(1452), 3, + ACTIONS(2696), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(1460), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2720), 4, + ACTIONS(2690), 4, + sym_BUS, + sym_REGISTER, + anon_sym_SEMI, + sym_variable_assignment, + ACTIONS(2694), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2718), 27, + ACTIONS(2702), 6, sym_AND, - sym_BUS, 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, - sym_XNOR, - sym_XOR, - anon_sym_SEMI, - anon_sym_RPAREN, + ACTIONS(2692), 8, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -126815,44 +127297,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, - [97431] = 11, + [98005] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(527), 1, - sym_adding_operator, - STATE(528), 1, - sym_multiplying_operator, - STATE(643), 1, - sym_logical_operator, - STATE(644), 1, - sym_relational_operator, - STATE(645), 1, - sym_shift_operator, - STATE(1453), 3, + STATE(1461), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2712), 6, + ACTIONS(2480), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2710), 30, + ACTIONS(2478), 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, @@ -126860,12 +127332,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, @@ -126877,116 +127349,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [97501] = 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(2940), 1, - sym_ALIAS, - ACTIONS(2942), 1, - sym_ATTRIBUTE, - ACTIONS(2944), 1, - sym_BEGIN, - ACTIONS(2946), 1, - sym_CONSTANT, - ACTIONS(2948), 1, - sym_FILE, - ACTIONS(2950), 1, - sym_FUNCTION, - ACTIONS(2952), 1, - sym_GROUP, - ACTIONS(2956), 1, - sym_PACKAGE, - ACTIONS(2958), 1, - sym_SHARED, - ACTIONS(2960), 1, - sym_SUBTYPE, - ACTIONS(2962), 1, - sym_TYPE, - ACTIONS(2964), 1, - sym_USE, - ACTIONS(2966), 1, - sym_VARIABLE, - ACTIONS(3050), 1, - sym_IS, - STATE(2411), 1, - aux_sym_sequential_block_head_repeat1, - STATE(3793), 1, - sym__process_declarative_item, - STATE(5844), 1, - sym__subprogram_specification, - STATE(6266), 1, - sym_sequential_block, - STATE(6275), 1, - sym_sequential_block_head, - ACTIONS(43), 2, - sym_IMPURE, - sym_PURE, - STATE(6069), 2, - sym_procedure_specification, - sym_function_specification, - STATE(1454), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(3792), 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, - [97603] = 9, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [98065] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3054), 1, - sym_library_constant_unit, - STATE(2582), 1, - sym__unit, - STATE(1455), 3, + STATE(1462), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3052), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - ACTIONS(2446), 6, + ACTIONS(2480), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2444), 29, + ACTIONS(2478), 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, @@ -126994,9 +127386,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, @@ -127009,58 +127403,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [97669] = 14, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [98125] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3036), 1, - sym_exponentiate, - STATE(527), 1, - sym_adding_operator, - STATE(528), 1, - sym_multiplying_operator, - STATE(643), 1, - sym_logical_operator, - STATE(644), 1, - sym_relational_operator, - STATE(645), 1, - sym_shift_operator, - ACTIONS(2698), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2704), 2, - sym_MOD, - sym_REM, - STATE(1456), 3, + STATE(1463), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2712), 4, + ACTIONS(2602), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2710), 27, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2600), 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, 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, @@ -127071,44 +127456,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - [97745] = 12, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [98185] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3036), 1, + ACTIONS(3042), 1, sym_exponentiate, - STATE(527), 1, - sym_adding_operator, - STATE(528), 1, - sym_multiplying_operator, - STATE(643), 1, - sym_logical_operator, - STATE(644), 1, - sym_relational_operator, - STATE(645), 1, + STATE(477), 1, sym_shift_operator, - STATE(1457), 3, + STATE(478), 1, + sym_relational_operator, + STATE(479), 1, + sym_logical_operator, + STATE(581), 1, + sym_multiplying_operator, + STATE(597), 1, + sym_adding_operator, + ACTIONS(2698), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2704), 2, + sym_MOD, + sym_REM, + STATE(1464), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2712), 6, + ACTIONS(2684), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2710), 29, + ACTIONS(2682), 27, sym_AND, sym_BUS, - sym_MOD, sym_NAND, sym_NOR, sym_OR, - sym_REM, sym_ROL, sym_ROR, sym_SLA, @@ -127131,32 +127521,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - [97817] = 6, + [98261] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1458), 3, + STATE(1465), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3058), 7, - anon_sym_EQ, + ACTIONS(2480), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3056), 34, + ACTIONS(2478), 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, @@ -127167,12 +127559,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, @@ -127183,54 +127573,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_GT_GT, - anon_sym_PIPE, - [97877] = 17, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [98321] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3046), 1, - sym_exponentiate, - STATE(456), 1, - sym_adding_operator, - STATE(457), 1, - sym_multiplying_operator, - STATE(605), 1, - sym_logical_operator, - STATE(606), 1, - sym_relational_operator, - STATE(607), 1, - sym_shift_operator, - ACTIONS(2698), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2704), 2, - sym_MOD, - sym_REM, - ACTIONS(2696), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(1459), 3, + STATE(1466), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2694), 4, + ACTIONS(2722), 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(2720), 35, + sym_identifier, + 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, - ACTIONS(2692), 8, + 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_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -127239,45 +127625,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - ACTIONS(2708), 10, - sym_AND, - sym_DOWNTO, - sym_NAND, - sym_NOR, - sym_OF, - sym_OR, - sym_TO, - sym_XNOR, - sym_XOR, - anon_sym_COMMA, - [97959] = 6, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + [98381] = 12, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1460), 3, + ACTIONS(3042), 1, + sym_exponentiate, + STATE(477), 1, + sym_shift_operator, + STATE(478), 1, + sym_relational_operator, + STATE(479), 1, + sym_logical_operator, + STATE(581), 1, + sym_multiplying_operator, + STATE(597), 1, + sym_adding_operator, + STATE(1467), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2650), 6, + ACTIONS(2684), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2648), 35, + ACTIONS(2682), 29, sym_AND, - sym_GENERIC, - sym_IS, + sym_BUS, sym_MOD, sym_NAND, sym_NOR, - sym_OPEN, sym_OR, - sym_PARAMETER, sym_REM, sym_ROL, sym_ROR, @@ -127288,9 +127676,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, @@ -127301,65 +127689,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, - [98019] = 16, + [98453] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3046), 1, - sym_exponentiate, - STATE(456), 1, - sym_adding_operator, - STATE(457), 1, - sym_multiplying_operator, - STATE(605), 1, - sym_logical_operator, - STATE(606), 1, - sym_relational_operator, - STATE(607), 1, - sym_shift_operator, - ACTIONS(2698), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2704), 2, - sym_MOD, - sym_REM, - ACTIONS(2696), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(1461), 3, + STATE(1468), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2724), 4, + ACTIONS(2438), 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(2436), 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, sym_SLL, sym_SRA, sym_SRL, - ACTIONS(2722), 18, - sym_AND, - sym_DOWNTO, - sym_NAND, - sym_NOR, - sym_OF, - sym_OR, 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, @@ -127368,32 +127737,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [98099] = 6, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [98513] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1462), 3, + STATE(1469), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2518), 6, + ACTIONS(2476), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2516), 35, + ACTIONS(2474), 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, @@ -127403,9 +127778,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, @@ -127422,25 +127797,25 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [98159] = 6, + [98573] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1463), 3, + STATE(1470), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2522), 6, + ACTIONS(2480), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2520), 35, + ACTIONS(2478), 35, sym_AND, sym_GENERIC, sym_IS, @@ -127476,41 +127851,34 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [98219] = 11, + [98633] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(461), 1, - sym_adding_operator, - STATE(462), 1, - sym_multiplying_operator, - STATE(609), 1, - sym_logical_operator, - STATE(610), 1, - sym_relational_operator, - STATE(611), 1, - sym_shift_operator, - STATE(1464), 3, + STATE(1471), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2712), 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(2710), 30, + ACTIONS(2566), 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, @@ -127519,10 +127887,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, @@ -127535,32 +127903,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [98289] = 6, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [98693] = 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(1472), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2526), 6, + ACTIONS(2484), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2524), 35, + ACTIONS(2482), 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, @@ -127570,9 +127940,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, @@ -127589,25 +127959,25 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [98349] = 15, + [98753] = 18, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3046), 1, + ACTIONS(3042), 1, sym_exponentiate, - STATE(456), 1, - sym_adding_operator, - STATE(457), 1, - sym_multiplying_operator, - STATE(605), 1, - sym_logical_operator, - STATE(606), 1, - sym_relational_operator, - STATE(607), 1, + STATE(477), 1, sym_shift_operator, + STATE(478), 1, + sym_relational_operator, + STATE(479), 1, + sym_logical_operator, + STATE(581), 1, + sym_multiplying_operator, + STATE(597), 1, + sym_adding_operator, ACTIONS(2698), 2, anon_sym_STAR, anon_sym_SLASH, @@ -127618,32 +127988,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - STATE(1466), 3, + STATE(1473), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2728), 4, + ACTIONS(2690), 4, + sym_BUS, + anon_sym_SEMI, + anon_sym_RPAREN, + sym_variable_assignment, + ACTIONS(2694), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2726), 24, + ACTIONS(2702), 6, sym_AND, - sym_DOWNTO, sym_NAND, sym_NOR, - sym_OF, sym_OR, + sym_XNOR, + sym_XOR, + ACTIONS(2706), 6, sym_ROL, sym_ROR, sym_SLA, sym_SLL, sym_SRA, sym_SRL, - sym_TO, - sym_XNOR, - sym_XOR, - anon_sym_COMMA, + ACTIONS(2692), 8, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -127652,33 +128025,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [98427] = 6, + [98837] = 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(1474), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2716), 6, + ACTIONS(2560), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2714), 35, - sym_identifier, + ACTIONS(2558), 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, @@ -127686,15 +128060,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_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -127706,32 +128077,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [98487] = 6, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [98897] = 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(1475), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3062), 7, - anon_sym_EQ, + ACTIONS(2556), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3060), 34, + ACTIONS(2554), 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, @@ -127742,12 +128117,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, @@ -127758,43 +128131,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_GT_GT, - anon_sym_PIPE, - [98547] = 11, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [98957] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(461), 1, - sym_adding_operator, - STATE(462), 1, - sym_multiplying_operator, - STATE(609), 1, - sym_logical_operator, - STATE(610), 1, - sym_relational_operator, - STATE(611), 1, - sym_shift_operator, - STATE(1469), 3, + STATE(1476), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2720), 6, + ACTIONS(2552), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2718), 30, + ACTIONS(2550), 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, @@ -127803,10 +128169,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, @@ -127819,31 +128185,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [98617] = 6, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [99017] = 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(1477), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3066), 7, - anon_sym_EQ, + ACTIONS(2722), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3064), 34, + ACTIONS(2720), 35, + sym_identifier, sym_AND, sym_DOWNTO, sym_MOD, sym_NAND, sym_NOR, + sym_OF, sym_OR, sym_REM, sym_ROL, @@ -127855,12 +128224,13 @@ static const uint16_t ts_small_parse_table[] = { 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_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, @@ -127871,36 +128241,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_GT_GT, - anon_sym_PIPE, - [98677] = 6, + [99077] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1471), 3, + ACTIONS(2298), 1, + anon_sym_LPAREN, + ACTIONS(3052), 1, + sym_PARAMETER, + STATE(1728), 1, + sym_parenthesis_group, + STATE(1478), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2530), 6, + ACTIONS(2326), 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(2324), 32, sym_AND, + sym_FOR, sym_GENERIC, - sym_IS, sym_MOD, sym_NAND, sym_NOR, - sym_OPEN, sym_OR, - sym_PARAMETER, sym_REM, sym_ROL, sym_ROR, @@ -127912,7 +128284,6 @@ static const uint16_t ts_small_parse_table[] = { sym_XOR, anon_sym_SEMI, anon_sym_DOT, - anon_sym_LPAREN, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -127927,37 +128298,37 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [98737] = 6, + [99143] = 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(1479), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2554), 6, + ACTIONS(2388), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2552), 35, + ACTIONS(2386), 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, @@ -127981,112 +128352,37 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [98797] = 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(2940), 1, - sym_ALIAS, - ACTIONS(2942), 1, - sym_ATTRIBUTE, - ACTIONS(2944), 1, - sym_BEGIN, - ACTIONS(2946), 1, - sym_CONSTANT, - ACTIONS(2948), 1, - sym_FILE, - ACTIONS(2950), 1, - sym_FUNCTION, - ACTIONS(2952), 1, - sym_GROUP, - ACTIONS(2954), 1, - sym_IS, - ACTIONS(2956), 1, - sym_PACKAGE, - ACTIONS(2958), 1, - sym_SHARED, - ACTIONS(2960), 1, - sym_SUBTYPE, - ACTIONS(2962), 1, - sym_TYPE, - ACTIONS(2964), 1, - sym_USE, - ACTIONS(2966), 1, - sym_VARIABLE, - STATE(2336), 1, - aux_sym_sequential_block_head_repeat1, - STATE(3793), 1, - sym__process_declarative_item, - STATE(5844), 1, - sym__subprogram_specification, - STATE(6201), 1, - sym_sequential_block, - STATE(6216), 1, - sym_process_head, - ACTIONS(43), 2, - sym_IMPURE, - sym_PURE, - STATE(6069), 2, - sym_procedure_specification, - sym_function_specification, - STATE(1473), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(3792), 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, - [98899] = 6, + [99203] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1474), 3, + STATE(1480), 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), 35, + ACTIONS(2622), 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, @@ -128110,34 +128406,43 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [98959] = 6, + [99263] = 12, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1475), 3, + ACTIONS(3034), 1, + sym_exponentiate, + STATE(664), 1, + sym_shift_operator, + STATE(665), 1, + sym_relational_operator, + STATE(666), 1, + sym_logical_operator, + STATE(686), 1, + sym_multiplying_operator, + STATE(698), 1, + sym_adding_operator, + STATE(1481), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2388), 6, + ACTIONS(2684), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2386), 35, + ACTIONS(2682), 29, + 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, @@ -128145,11 +128450,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, @@ -128161,31 +128466,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, - [99019] = 6, + [99335] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1476), 3, + STATE(1482), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2396), 6, + ACTIONS(2442), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2394), 35, + ACTIONS(2440), 35, sym_AND, - sym_DOWNTO, - sym_GENERATE, sym_GENERIC, sym_MOD, sym_NAND, @@ -128193,15 +128493,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, @@ -128218,33 +128520,34 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [99079] = 6, + [99395] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1477), 3, + STATE(1483), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2688), 6, + ACTIONS(2548), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2686), 35, - sym_identifier, + ACTIONS(2546), 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, @@ -128252,15 +128555,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_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -128272,29 +128572,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [99139] = 6, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [99455] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1478), 3, + STATE(1484), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2454), 6, + ACTIONS(2526), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2452), 35, + ACTIONS(2524), 35, sym_AND, sym_DOWNTO, - sym_GENERATE, sym_GENERIC, + sym_LOOP, sym_MOD, sym_NAND, sym_NOR, @@ -128326,25 +128628,25 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [99199] = 6, + [99515] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1479), 3, + STATE(1485), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2458), 6, + ACTIONS(2574), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2456), 35, + ACTIONS(2572), 35, sym_AND, sym_DOWNTO, sym_GENERATE, @@ -128380,34 +128682,33 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [99259] = 6, + [99575] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1480), 3, + STATE(1486), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2494), 6, + ACTIONS(2728), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2492), 35, + ACTIONS(2726), 35, + sym_identifier, 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, @@ -128418,8 +128719,11 @@ static const uint16_t ts_small_parse_table[] = { 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_COMMA, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -128432,31 +128736,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [99319] = 6, + [99635] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1481), 3, + STATE(1487), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2510), 6, + ACTIONS(2654), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2508), 35, + ACTIONS(2652), 35, sym_AND, sym_DOWNTO, - sym_GENERATE, sym_GENERIC, + sym_LOOP, sym_MOD, sym_NAND, sym_NOR, @@ -128488,29 +128790,29 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [99379] = 6, + [99695] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1482), 3, + STATE(1488), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2514), 6, + ACTIONS(2658), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2512), 35, + ACTIONS(2656), 35, sym_AND, sym_DOWNTO, - sym_GENERATE, sym_GENERIC, + sym_LOOP, sym_MOD, sym_NAND, sym_NOR, @@ -128542,48 +128844,48 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [99439] = 6, + [99755] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1483), 3, + STATE(1489), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3070), 7, - anon_sym_EQ, + ACTIONS(2574), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3068), 34, + ACTIONS(2572), 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, @@ -128594,31 +128896,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_GT_GT, - anon_sym_PIPE, - [99499] = 6, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [99815] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1484), 3, + STATE(1490), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2518), 6, + ACTIONS(2388), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2516), 35, + ACTIONS(2386), 35, sym_AND, sym_DOWNTO, - sym_GENERATE, sym_GENERIC, + sym_LOOP, sym_MOD, sym_NAND, sym_NOR, @@ -128650,46 +128952,52 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [99559] = 6, + [99875] = 17, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1485), 3, + ACTIONS(3032), 1, + sym_exponentiate, + STATE(419), 1, + sym_adding_operator, + STATE(424), 1, + sym_multiplying_operator, + STATE(526), 1, + sym_shift_operator, + STATE(528), 1, + sym_relational_operator, + STATE(530), 1, + sym_logical_operator, + ACTIONS(2698), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2704), 2, + sym_MOD, + sym_REM, + ACTIONS(2696), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(1491), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2522), 6, + ACTIONS(2694), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2520), 35, - sym_AND, - sym_DOWNTO, - sym_GENERATE, - sym_GENERIC, - sym_MOD, - sym_NAND, - sym_NOR, - sym_OR, - sym_PARAMETER, - sym_REM, + ACTIONS(2706), 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(2692), 8, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -128698,43 +129006,48 @@ 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, - [99619] = 6, + ACTIONS(2710), 10, + sym_AND, + sym_DOWNTO, + sym_NAND, + sym_NOR, + sym_OR, + sym_TO, + sym_UNITS, + sym_XNOR, + sym_XOR, + anon_sym_SEMI, + [99957] = 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(1492), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2562), 6, + ACTIONS(2506), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2560), 35, + ACTIONS(2504), 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, @@ -128758,28 +129071,26 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [99679] = 6, + [100017] = 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(1493), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2526), 6, + ACTIONS(2510), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2524), 35, + ACTIONS(2508), 35, sym_AND, - sym_DOWNTO, - sym_GENERATE, sym_GENERIC, sym_MOD, sym_NAND, @@ -128787,15 +129098,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, @@ -128812,37 +129125,37 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [99739] = 6, + [100077] = 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(1494), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2566), 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(2564), 35, + ACTIONS(2402), 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, @@ -128866,34 +129179,41 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [99799] = 6, + [100137] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1489), 3, + ACTIONS(3056), 1, + sym_library_constant_unit, + STATE(2543), 1, + sym__unit, + STATE(1495), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2530), 6, + ACTIONS(3054), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + ACTIONS(2380), 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(2378), 29, sym_AND, sym_DOWNTO, - sym_GENERATE, - sym_GENERIC, + sym_IS, sym_MOD, sym_NAND, sym_NOR, sym_OR, - sym_PARAMETER, sym_REM, sym_ROL, sym_ROR, @@ -128904,8 +129224,6 @@ 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, @@ -128918,48 +129236,64 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [99859] = 6, + [100203] = 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(3058), 1, + sym_exponentiate, + STATE(533), 1, + sym_shift_operator, + STATE(534), 1, + sym_relational_operator, + STATE(535), 1, + sym_logical_operator, + STATE(609), 1, + sym_multiplying_operator, + STATE(621), 1, + sym_adding_operator, + ACTIONS(2698), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2704), 2, + sym_MOD, + sym_REM, + ACTIONS(2696), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(1496), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2554), 6, + ACTIONS(2690), 4, + sym_DOWNTO, + sym_OF, + sym_TO, + anon_sym_COMMA, + ACTIONS(2694), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2552), 35, + ACTIONS(2702), 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(2706), 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(2692), 8, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -128968,106 +129302,110 @@ 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, - [99919] = 6, + [100287] = 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(2927), 1, + sym_ALIAS, + ACTIONS(2929), 1, + sym_ATTRIBUTE, + ACTIONS(2931), 1, + sym_BEGIN, + ACTIONS(2933), 1, + sym_CONSTANT, + ACTIONS(2935), 1, + sym_FILE, + ACTIONS(2937), 1, + sym_FUNCTION, + ACTIONS(2939), 1, + sym_GROUP, + ACTIONS(2943), 1, + sym_PACKAGE, + ACTIONS(2945), 1, + sym_SHARED, + ACTIONS(2947), 1, + sym_SUBTYPE, + ACTIONS(2949), 1, + sym_TYPE, + ACTIONS(2951), 1, + sym_USE, + ACTIONS(2953), 1, + sym_VARIABLE, + ACTIONS(3060), 1, + sym_IS, + STATE(2374), 1, + aux_sym_sequential_block_head_repeat1, + STATE(3710), 1, + sym__process_declarative_item, + STATE(5839), 1, + sym__subprogram_specification, + STATE(6208), 1, + sym_sequential_block_head, + STATE(6217), 1, + sym_sequential_block, + ACTIONS(43), 2, + sym_IMPURE, + sym_PURE, + STATE(6037), 2, + sym_procedure_specification, + sym_function_specification, + STATE(1497), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2570), 6, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2568), 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, - [99979] = 14, + STATE(3711), 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, + [100389] = 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(461), 1, - sym_adding_operator, - STATE(462), 1, - sym_multiplying_operator, - STATE(609), 1, - sym_logical_operator, - STATE(610), 1, - sym_relational_operator, - STATE(611), 1, - sym_shift_operator, - ACTIONS(2698), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2704), 2, - sym_MOD, - sym_REM, - STATE(1492), 3, + STATE(1498), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2720), 4, + ACTIONS(2506), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2718), 27, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2504), 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, @@ -129075,10 +129413,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, @@ -129090,29 +129428,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - [100055] = 6, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [100449] = 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(1499), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2558), 6, + ACTIONS(2510), 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(2508), 35, sym_AND, sym_DOWNTO, - sym_GENERATE, sym_GENERIC, + sym_LOOP, sym_MOD, sym_NAND, sym_NOR, @@ -129144,28 +129485,26 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [100115] = 6, + [100509] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1494), 3, + STATE(1500), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2562), 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(2560), 35, + ACTIONS(2516), 35, sym_AND, - sym_DOWNTO, - sym_GENERATE, sym_GENERIC, sym_MOD, sym_NAND, @@ -129173,15 +129512,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, @@ -129198,34 +129539,42 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [100175] = 6, + [100569] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1495), 3, + STATE(533), 1, + sym_shift_operator, + STATE(534), 1, + sym_relational_operator, + STATE(535), 1, + sym_logical_operator, + STATE(609), 1, + sym_multiplying_operator, + STATE(621), 1, + sym_adding_operator, + STATE(1501), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2566), 6, + ACTIONS(2688), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2564), 35, + ACTIONS(2686), 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, @@ -129236,8 +129585,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, @@ -129250,37 +129598,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [100235] = 6, + [100639] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1496), 3, + ACTIONS(3058), 1, + sym_exponentiate, + STATE(533), 1, + sym_shift_operator, + STATE(534), 1, + sym_relational_operator, + STATE(535), 1, + sym_logical_operator, + STATE(609), 1, + sym_multiplying_operator, + STATE(621), 1, + sym_adding_operator, + ACTIONS(2698), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2704), 2, + sym_MOD, + sym_REM, + STATE(1502), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2570), 6, + ACTIONS(2688), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2568), 35, + ACTIONS(2686), 27, 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, sym_SLA, @@ -129290,8 +129648,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, @@ -129303,54 +129660,62 @@ 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, - [100295] = 9, + [100715] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3076), 1, - sym_library_constant_unit, - STATE(2597), 1, - sym__unit, - STATE(1497), 3, + ACTIONS(3032), 1, + sym_exponentiate, + STATE(419), 1, + sym_adding_operator, + STATE(424), 1, + sym_multiplying_operator, + STATE(526), 1, + sym_shift_operator, + STATE(528), 1, + sym_relational_operator, + STATE(530), 1, + sym_logical_operator, + ACTIONS(2698), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2704), 2, + sym_MOD, + sym_REM, + ACTIONS(2696), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(1503), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3074), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - ACTIONS(2446), 6, + ACTIONS(2714), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2444), 29, - sym_AND, - sym_DOWNTO, - sym_IS, - sym_MOD, - sym_NAND, - sym_NOR, - sym_OR, - sym_REM, + 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_OR, sym_TO, + sym_UNITS, sym_XNOR, sym_XOR, + anon_sym_SEMI, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -129359,58 +129724,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, - [100361] = 11, + [100795] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(512), 1, + ACTIONS(3032), 1, + sym_exponentiate, + STATE(419), 1, sym_adding_operator, - STATE(513), 1, + STATE(424), 1, sym_multiplying_operator, - STATE(601), 1, - sym_logical_operator, - STATE(602), 1, - sym_relational_operator, - STATE(603), 1, + STATE(526), 1, sym_shift_operator, - STATE(1498), 3, + STATE(528), 1, + sym_relational_operator, + STATE(530), 1, + sym_logical_operator, + ACTIONS(2698), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2704), 2, + sym_MOD, + sym_REM, + ACTIONS(2696), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(1504), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2720), 6, + ACTIONS(2718), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2718), 30, + ACTIONS(2716), 24, sym_AND, - sym_BUS, - sym_MOD, + sym_DOWNTO, 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_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, @@ -129418,33 +129787,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, - [100431] = 6, + [100873] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1499), 3, + STATE(1505), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2388), 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(2386), 35, + ACTIONS(2516), 35, sym_AND, sym_DOWNTO, sym_GENERIC, - sym_IS, + sym_LOOP, sym_MOD, sym_NAND, sym_NOR, @@ -129476,113 +129841,29 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [100491] = 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(233), 1, - sym_CASE, - ACTIONS(243), 1, - sym_FOR, - ACTIONS(245), 1, - sym_IF, - ACTIONS(247), 1, - sym_LOOP, - ACTIONS(253), 1, - sym_REPORT, - ACTIONS(259), 1, - sym_WHILE, - ACTIONS(3080), 1, - sym_BLOCK, - ACTIONS(3082), 1, - sym_EXIT, - ACTIONS(3084), 1, - sym_NEXT, - ACTIONS(3086), 1, - sym_NULL, - ACTIONS(3088), 1, - sym_RETURN, - ACTIONS(3090), 1, - sym_WAIT, - STATE(3023), 1, - sym__direct_name, - STATE(5855), 1, - sym_report_expression, - STATE(5870), 1, - sym_name, - STATE(5874), 1, - sym__target, - STATE(6098), 1, - sym_aggregate, - STATE(6315), 1, - sym_loop_body, - STATE(6342), 1, - sym_case_expression, - STATE(6350), 1, - sym_if_statement, - STATE(6351), 1, - sym__iteration_scheme, - STATE(6355), 1, - sym_with_expression, - STATE(7505), 1, - sym_assertion, - STATE(4362), 2, - sym__identifier, - sym__external_name, - STATE(7407), 2, - sym_while_loop, - sym_for_loop, - ACTIONS(71), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(1500), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(4351), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(3078), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [100611] = 6, + [100933] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1501), 3, + STATE(1506), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2396), 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(2394), 35, + ACTIONS(2520), 35, sym_AND, sym_DOWNTO, sym_GENERIC, - sym_IS, + sym_LOOP, sym_MOD, sym_NAND, sym_NOR, @@ -129614,29 +129895,29 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [100671] = 6, + [100993] = 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(1507), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2586), 6, + ACTIONS(2376), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2584), 35, + ACTIONS(2374), 35, sym_AND, sym_DOWNTO, - sym_GENERATE, sym_GENERIC, + sym_LOOP, sym_MOD, sym_NAND, sym_NOR, @@ -129668,44 +129949,44 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [100731] = 6, + [101053] = 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(1508), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2454), 6, + ACTIONS(2526), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2452), 35, + ACTIONS(2524), 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, @@ -129722,34 +130003,42 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [100791] = 6, + [101113] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1504), 3, + STATE(533), 1, + sym_shift_operator, + STATE(534), 1, + sym_relational_operator, + STATE(535), 1, + sym_logical_operator, + STATE(609), 1, + sym_multiplying_operator, + STATE(621), 1, + sym_adding_operator, + STATE(1509), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2458), 6, + ACTIONS(2684), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2456), 35, + ACTIONS(2682), 30, 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, @@ -129760,8 +130049,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, @@ -129774,60 +130062,58 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [100851] = 14, + [101183] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3032), 1, + ACTIONS(3058), 1, sym_exponentiate, - STATE(512), 1, - sym_adding_operator, - STATE(513), 1, - sym_multiplying_operator, - STATE(601), 1, - sym_logical_operator, - STATE(602), 1, - sym_relational_operator, - STATE(603), 1, + STATE(533), 1, sym_shift_operator, + STATE(534), 1, + sym_relational_operator, + STATE(535), 1, + sym_logical_operator, + STATE(609), 1, + sym_multiplying_operator, + STATE(621), 1, + sym_adding_operator, ACTIONS(2698), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(2704), 2, sym_MOD, sym_REM, - STATE(1505), 3, + STATE(1510), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2720), 4, + ACTIONS(2684), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2718), 27, + ACTIONS(2682), 27, sym_AND, - sym_BUS, + sym_DOWNTO, sym_NAND, sym_NOR, + sym_OF, 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_COMMA, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -129838,44 +130124,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - [100927] = 6, + [101259] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1506), 3, + STATE(1511), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2494), 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(2492), 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, @@ -129892,44 +130178,44 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [100987] = 6, + [101319] = 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(1512), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2510), 6, + ACTIONS(2376), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2508), 35, + ACTIONS(2374), 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, @@ -129946,44 +130232,44 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [101047] = 6, + [101379] = 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(1513), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2514), 6, + ACTIONS(2548), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2512), 35, + ACTIONS(2546), 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, @@ -130000,46 +130286,49 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [101107] = 6, + [101439] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1509), 3, + ACTIONS(2105), 1, + anon_sym_LPAREN, + ACTIONS(3062), 1, + sym_PARAMETER, + STATE(1862), 1, + sym_parenthesis_group, + STATE(1514), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2612), 6, + ACTIONS(2326), 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(2324), 32, 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_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, @@ -130054,32 +130343,32 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [101167] = 6, + [101505] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1510), 3, + STATE(1515), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2518), 6, + ACTIONS(2552), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2516), 35, + ACTIONS(2550), 35, sym_AND, - sym_DOWNTO, sym_GENERIC, sym_IS, sym_MOD, sym_NAND, sym_NOR, + sym_OPEN, sym_OR, sym_PARAMETER, sym_REM, @@ -130089,9 +130378,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, @@ -130108,44 +130397,44 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [101227] = 6, + [101565] = 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(1516), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2522), 6, + ACTIONS(2556), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2520), 35, + ACTIONS(2554), 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, @@ -130162,42 +130451,34 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [101287] = 11, + [101625] = 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_adding_operator, - STATE(513), 1, - sym_multiplying_operator, - STATE(601), 1, - sym_logical_operator, - STATE(602), 1, - sym_relational_operator, - STATE(603), 1, - sym_shift_operator, - STATE(1512), 3, + STATE(1517), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2712), 6, + ACTIONS(2662), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2710), 30, + ACTIONS(2660), 35, sym_AND, - sym_BUS, + sym_DOWNTO, + sym_GENERATE, + sym_GENERIC, sym_MOD, sym_NAND, sym_NOR, sym_OR, - sym_REGISTER, + sym_PARAMETER, sym_REM, sym_ROL, sym_ROR, @@ -130205,11 +130486,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, @@ -130221,34 +130503,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [101357] = 6, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [101685] = 12, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1513), 3, + ACTIONS(3058), 1, + sym_exponentiate, + STATE(533), 1, + sym_shift_operator, + STATE(534), 1, + sym_relational_operator, + STATE(535), 1, + sym_logical_operator, + STATE(609), 1, + sym_multiplying_operator, + STATE(621), 1, + sym_adding_operator, + STATE(1518), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2526), 6, + ACTIONS(2684), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2524), 35, + ACTIONS(2682), 29, 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, @@ -130259,8 +130553,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, @@ -130272,47 +130565,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, - [101417] = 6, + [101757] = 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(1519), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2530), 6, + ACTIONS(2560), 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(2558), 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, @@ -130329,34 +130619,32 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [101477] = 6, + [101817] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1515), 3, + STATE(1520), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2554), 6, + ACTIONS(2722), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2552), 35, + ACTIONS(2720), 35, + sym_identifier, sym_AND, sym_DOWNTO, - sym_GENERIC, - sym_IS, sym_MOD, sym_NAND, sym_NOR, sym_OR, - sym_PARAMETER, sym_REM, sym_ROL, sym_ROR, @@ -130365,10 +130653,14 @@ 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, + 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, @@ -130381,50 +130673,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [101537] = 6, + [101877] = 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(1521), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2392), 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(2390), 35, + ACTIONS(3064), 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, @@ -130435,67 +130725,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [101597] = 18, + anon_sym_GT_GT, + anon_sym_PIPE, + [101937] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2914), 1, - sym_exponentiate, - STATE(689), 1, - sym_logical_operator, - STATE(690), 1, - sym_relational_operator, - STATE(691), 1, - sym_shift_operator, - STATE(701), 1, - sym_adding_operator, - STATE(702), 1, - sym_multiplying_operator, - ACTIONS(2698), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2704), 2, - sym_MOD, - sym_REM, - ACTIONS(2696), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(1517), 3, + ACTIONS(3070), 1, + sym_library_constant_unit, + STATE(2587), 1, + sym__unit, + STATE(1522), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2694), 4, + ACTIONS(3068), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + ACTIONS(2380), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(3092), 4, - sym_WHEN, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_RPAREN, - ACTIONS(2702), 6, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2378), 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(2692), 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, @@ -130503,46 +130780,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [101681] = 14, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + [102003] = 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(461), 1, - sym_adding_operator, - STATE(462), 1, - sym_multiplying_operator, - STATE(609), 1, - sym_logical_operator, - STATE(610), 1, - sym_relational_operator, - STATE(611), 1, - sym_shift_operator, - ACTIONS(2698), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2704), 2, - sym_MOD, - sym_REM, - STATE(1518), 3, + STATE(1523), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2712), 4, + ACTIONS(2668), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2710), 27, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2666), 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, @@ -130550,10 +130820,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, @@ -130565,65 +130835,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - [101757] = 19, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [102063] = 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, - ACTIONS(3098), 1, - sym_AFTER, - STATE(535), 1, - sym_logical_operator, - STATE(536), 1, - sym_relational_operator, - STATE(537), 1, - sym_shift_operator, - STATE(707), 1, - sym_adding_operator, - STATE(708), 1, - sym_multiplying_operator, - ACTIONS(2698), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2704), 2, - sym_MOD, - sym_REM, - ACTIONS(2696), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - ACTIONS(3094), 3, - sym_WHEN, - anon_sym_SEMI, - anon_sym_COMMA, - STATE(1519), 3, + STATE(1524), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2694), 4, + ACTIONS(2568), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2702), 6, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2566), 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(2692), 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, @@ -130632,29 +130886,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [101843] = 6, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [102123] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1520), 3, + STATE(1525), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2558), 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(2556), 35, + ACTIONS(2562), 35, sym_AND, sym_DOWNTO, + sym_GENERATE, sym_GENERIC, - sym_IS, sym_MOD, sym_NAND, sym_NOR, @@ -130686,44 +130946,44 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [101903] = 6, + [102183] = 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(1526), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2562), 6, + ACTIONS(2602), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2560), 35, + ACTIONS(2600), 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, @@ -130740,44 +131000,44 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [101963] = 6, + [102243] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1522), 3, + STATE(1527), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2566), 6, + ACTIONS(2654), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2564), 35, + ACTIONS(2652), 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, @@ -130794,34 +131054,32 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [102023] = 6, + [102303] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1523), 3, + STATE(1528), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2570), 6, + ACTIONS(2728), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2568), 35, + ACTIONS(2726), 35, + sym_identifier, sym_AND, sym_DOWNTO, - sym_GENERIC, - sym_IS, sym_MOD, sym_NAND, sym_NOR, sym_OR, - sym_PARAMETER, sym_REM, sym_ROL, sym_ROR, @@ -130830,10 +131088,14 @@ 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, + 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, @@ -130846,66 +131108,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [102083] = 18, + [102363] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3032), 1, - sym_exponentiate, - STATE(512), 1, - sym_adding_operator, - STATE(513), 1, - sym_multiplying_operator, - STATE(601), 1, - sym_logical_operator, - STATE(602), 1, - sym_relational_operator, - STATE(603), 1, - sym_shift_operator, - ACTIONS(2698), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2704), 2, - sym_MOD, - sym_REM, - ACTIONS(2696), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(1524), 3, + STATE(1529), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2690), 4, - sym_BUS, - sym_REGISTER, - anon_sym_SEMI, - sym_variable_assignment, - ACTIONS(2694), 4, + ACTIONS(2438), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2702), 6, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2436), 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(2692), 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, @@ -130914,58 +131156,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [102167] = 14, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [102423] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3032), 1, - sym_exponentiate, - STATE(512), 1, - sym_adding_operator, - STATE(513), 1, - sym_multiplying_operator, - STATE(601), 1, - sym_logical_operator, - STATE(602), 1, - sym_relational_operator, - STATE(603), 1, - sym_shift_operator, - ACTIONS(2698), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2704), 2, - sym_MOD, - sym_REM, - STATE(1525), 3, + STATE(1530), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2712), 4, + ACTIONS(2514), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2710), 27, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2512), 35, sym_AND, - sym_BUS, + sym_DOWNTO, + sym_GENERATE, + 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_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, @@ -130976,41 +131213,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - [102243] = 9, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [102483] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3102), 1, - sym_library_constant_unit, - STATE(2553), 1, - sym__unit, - STATE(1526), 3, + STATE(1531), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3100), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - ACTIONS(2446), 6, + ACTIONS(2376), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2444), 29, + ACTIONS(2374), 35, sym_AND, sym_DOWNTO, - sym_LOOP, + sym_GENERATE, + sym_GENERIC, sym_MOD, sym_NAND, sym_NOR, sym_OR, + sym_PARAMETER, sym_REM, sym_ROL, sym_ROR, @@ -131021,6 +131254,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, @@ -131033,34 +131268,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [102309] = 6, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [102543] = 12, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1527), 3, + ACTIONS(3040), 1, + sym_exponentiate, + STATE(423), 1, + sym_multiplying_operator, + STATE(538), 1, + sym_shift_operator, + STATE(539), 1, + sym_relational_operator, + STATE(540), 1, + sym_logical_operator, + STATE(705), 1, + sym_adding_operator, + STATE(1532), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2586), 6, + ACTIONS(2684), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2584), 35, + ACTIONS(2682), 29, 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, @@ -131068,12 +131315,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, @@ -131084,68 +131330,58 @@ 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, - [102369] = 18, + [102615] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3072), 1, + ACTIONS(3040), 1, sym_exponentiate, - STATE(461), 1, - sym_adding_operator, - STATE(462), 1, + STATE(423), 1, sym_multiplying_operator, - STATE(609), 1, - sym_logical_operator, - STATE(610), 1, - sym_relational_operator, - STATE(611), 1, + STATE(538), 1, sym_shift_operator, + STATE(539), 1, + sym_relational_operator, + STATE(540), 1, + sym_logical_operator, + STATE(705), 1, + sym_adding_operator, ACTIONS(2698), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(2704), 2, sym_MOD, sym_REM, - ACTIONS(2696), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(1528), 3, + STATE(1533), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2690), 4, - sym_DOWNTO, - sym_TO, - sym_UNITS, - anon_sym_SEMI, - ACTIONS(2694), 4, + ACTIONS(2684), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2702), 6, + ACTIONS(2682), 27, sym_AND, + sym_BUS, sym_NAND, sym_NOR, sym_OR, - sym_XNOR, - sym_XOR, - ACTIONS(2706), 6, + sym_REGISTER, sym_ROL, sym_ROR, sym_SLA, sym_SLL, sym_SRA, sym_SRL, - ACTIONS(2692), 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, @@ -131153,113 +131389,89 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [102453] = 36, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + [102691] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9), 1, + ACTIONS(2274), 1, anon_sym_LPAREN, - ACTIONS(11), 1, - anon_sym_LT_LT, - ACTIONS(19), 1, - sym_ASSERT, - ACTIONS(69), 1, - sym_WITH, - ACTIONS(233), 1, - sym_CASE, - ACTIONS(243), 1, - sym_FOR, - ACTIONS(245), 1, - sym_IF, - ACTIONS(247), 1, - sym_LOOP, - ACTIONS(253), 1, - sym_REPORT, - ACTIONS(259), 1, - sym_WHILE, - ACTIONS(3104), 1, - sym_BLOCK, - ACTIONS(3106), 1, - sym_EXIT, - ACTIONS(3108), 1, - sym_NEXT, - ACTIONS(3110), 1, - sym_NULL, - ACTIONS(3112), 1, - sym_RETURN, - ACTIONS(3114), 1, - sym_WAIT, - STATE(3023), 1, - sym__direct_name, - STATE(5866), 1, - sym_report_expression, - STATE(5867), 1, - sym_name, - STATE(5887), 1, - sym__target, - STATE(6098), 1, - sym_aggregate, - STATE(6392), 1, - sym_case_expression, - STATE(6393), 1, - sym__iteration_scheme, - STATE(6476), 1, - sym_with_expression, - STATE(6578), 1, - sym_loop_body, - STATE(6580), 1, - sym_if_statement, - STATE(7580), 1, - sym_assertion, - STATE(4362), 2, - sym__identifier, - sym__external_name, - STATE(7407), 2, - sym_while_loop, - sym_for_loop, - ACTIONS(71), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(1529), 3, + ACTIONS(3072), 1, + sym_PARAMETER, + STATE(1774), 1, + sym_parenthesis_group, + STATE(1534), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(3078), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [102573] = 6, + ACTIONS(2326), 6, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2324), 32, + sym_AND, + sym_GENERIC, + 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_DOT, + 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, + [102757] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1530), 3, + STATE(1535), 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), 35, + ACTIONS(2520), 35, sym_AND, sym_DOWNTO, + sym_GENERATE, sym_GENERIC, - sym_IS, sym_MOD, sym_NAND, sym_NOR, @@ -131291,51 +131503,46 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [102633] = 9, + [102817] = 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(2556), 1, - sym__unit, - STATE(1531), 3, + STATE(1536), 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(2446), 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(2444), 29, + ACTIONS(2516), 35, sym_AND, + sym_DOWNTO, + sym_GENERATE, + 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_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -131348,34 +131555,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [102699] = 6, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [102877] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1532), 3, + STATE(423), 1, + sym_multiplying_operator, + STATE(538), 1, + sym_shift_operator, + STATE(539), 1, + sym_relational_operator, + STATE(540), 1, + sym_logical_operator, + STATE(705), 1, + sym_adding_operator, + STATE(1537), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2616), 6, + ACTIONS(2684), 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(2682), 30, sym_AND, - sym_DOWNTO, - sym_GENERATE, - sym_GENERIC, + sym_BUS, sym_MOD, sym_NAND, sym_NOR, sym_OR, - sym_PARAMETER, + sym_REGISTER, sym_REM, sym_ROL, sym_ROR, @@ -131383,12 +131600,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, @@ -131400,27 +131616,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [102759] = 17, + [102947] = 17, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3072), 1, + ACTIONS(3058), 1, sym_exponentiate, - STATE(461), 1, - sym_adding_operator, - STATE(462), 1, - sym_multiplying_operator, - STATE(609), 1, - sym_logical_operator, - STATE(610), 1, - sym_relational_operator, - STATE(611), 1, + STATE(533), 1, sym_shift_operator, + STATE(534), 1, + sym_relational_operator, + STATE(535), 1, + sym_logical_operator, + STATE(609), 1, + sym_multiplying_operator, + STATE(621), 1, + sym_adding_operator, ACTIONS(2698), 2, anon_sym_STAR, anon_sym_SLASH, @@ -131431,7 +131645,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - STATE(1533), 3, + STATE(1538), 3, sym__tool_directive, sym_line_comment, sym_block_comment, @@ -131456,73 +131670,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(2708), 10, + ACTIONS(2710), 10, sym_AND, sym_DOWNTO, sym_NAND, sym_NOR, + sym_OF, sym_OR, sym_TO, - sym_UNITS, sym_XNOR, sym_XOR, - anon_sym_SEMI, - [102841] = 16, + anon_sym_COMMA, + [103029] = 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(461), 1, - sym_adding_operator, - STATE(462), 1, - sym_multiplying_operator, - STATE(609), 1, - sym_logical_operator, - STATE(610), 1, - sym_relational_operator, - STATE(611), 1, - sym_shift_operator, - ACTIONS(2698), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2704), 2, - sym_MOD, - sym_REM, - ACTIONS(2696), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(1534), 3, + STATE(1539), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2724), 4, + ACTIONS(2510), 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(2508), 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, - ACTIONS(2722), 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, @@ -131531,56 +131729,69 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [102921] = 12, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [103089] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3032), 1, + ACTIONS(3058), 1, sym_exponentiate, - STATE(512), 1, - sym_adding_operator, - STATE(513), 1, - sym_multiplying_operator, - STATE(601), 1, - sym_logical_operator, - STATE(602), 1, - sym_relational_operator, - STATE(603), 1, + STATE(533), 1, sym_shift_operator, - STATE(1535), 3, + STATE(534), 1, + sym_relational_operator, + STATE(535), 1, + sym_logical_operator, + STATE(609), 1, + sym_multiplying_operator, + STATE(621), 1, + sym_adding_operator, + ACTIONS(2698), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2704), 2, + sym_MOD, + sym_REM, + ACTIONS(2696), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(1540), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2712), 6, + ACTIONS(2714), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2710), 29, - sym_AND, - sym_BUS, - sym_MOD, - sym_NAND, - sym_NOR, - sym_OR, - sym_REGISTER, - sym_REM, + 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_SEMI, + anon_sym_COMMA, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -131588,28 +131799,109 @@ 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, - [102993] = 15, + [103169] = 36, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3072), 1, + ACTIONS(9), 1, + anon_sym_LPAREN, + ACTIONS(11), 1, + anon_sym_LT_LT, + ACTIONS(19), 1, + sym_ASSERT, + ACTIONS(69), 1, + sym_WITH, + ACTIONS(233), 1, + sym_CASE, + ACTIONS(243), 1, + sym_FOR, + ACTIONS(245), 1, + sym_IF, + ACTIONS(247), 1, + sym_LOOP, + ACTIONS(253), 1, + sym_REPORT, + ACTIONS(259), 1, + sym_WHILE, + ACTIONS(3076), 1, + sym_BLOCK, + ACTIONS(3078), 1, + sym_EXIT, + ACTIONS(3080), 1, + sym_NEXT, + ACTIONS(3082), 1, + sym_NULL, + ACTIONS(3084), 1, + sym_RETURN, + ACTIONS(3086), 1, + sym_WAIT, + STATE(3015), 1, + sym__direct_name, + STATE(5810), 1, + sym_name, + STATE(5811), 1, + sym_report_expression, + STATE(5998), 1, + sym__target, + STATE(6029), 1, + sym__iteration_scheme, + STATE(6031), 1, + sym_case_expression, + STATE(6048), 1, + sym_aggregate, + STATE(6278), 1, + sym_with_expression, + STATE(6513), 1, + sym_if_statement, + STATE(6517), 1, + sym_loop_body, + STATE(7089), 1, + sym_assertion, + STATE(4386), 2, + sym__identifier, + sym__external_name, + STATE(6904), 2, + sym_while_loop, + sym_for_loop, + ACTIONS(71), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, + STATE(1541), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(4383), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(3074), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [103289] = 15, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(3058), 1, sym_exponentiate, - STATE(461), 1, - sym_adding_operator, - STATE(462), 1, - sym_multiplying_operator, - STATE(609), 1, - sym_logical_operator, - STATE(610), 1, - sym_relational_operator, - STATE(611), 1, + STATE(533), 1, sym_shift_operator, + STATE(534), 1, + sym_relational_operator, + STATE(535), 1, + sym_logical_operator, + STATE(609), 1, + sym_multiplying_operator, + STATE(621), 1, + sym_adding_operator, ACTIONS(2698), 2, anon_sym_STAR, anon_sym_SLASH, @@ -131620,20 +131912,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - STATE(1536), 3, + STATE(1542), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2728), 4, + ACTIONS(2718), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2726), 24, + ACTIONS(2716), 24, sym_AND, sym_DOWNTO, sym_NAND, sym_NOR, + sym_OF, sym_OR, sym_ROL, sym_ROR, @@ -131642,10 +131935,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, @@ -131654,34 +131946,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [103071] = 6, + [103367] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1537), 3, + STATE(1543), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2638), 6, + ACTIONS(3090), 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), 35, + ACTIONS(3088), 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, @@ -131692,10 +131982,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, @@ -131706,27 +131998,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [103131] = 6, + anon_sym_GT_GT, + anon_sym_PIPE, + [103427] = 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(1544), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2642), 6, + ACTIONS(2506), 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(2504), 35, sym_AND, sym_DOWNTO, sym_GENERATE, @@ -131762,32 +132054,32 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [103191] = 6, + [103487] = 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(1545), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2646), 6, + ACTIONS(2658), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2644), 35, + ACTIONS(2656), 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, @@ -131797,9 +132089,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, @@ -131816,47 +132108,58 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [103251] = 6, + [103547] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1540), 3, + ACTIONS(3040), 1, + sym_exponentiate, + STATE(423), 1, + sym_multiplying_operator, + STATE(538), 1, + sym_shift_operator, + STATE(539), 1, + sym_relational_operator, + STATE(540), 1, + sym_logical_operator, + STATE(705), 1, + sym_adding_operator, + ACTIONS(2698), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2704), 2, + sym_MOD, + sym_REM, + STATE(1546), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2650), 6, + ACTIONS(2688), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2648), 35, + ACTIONS(2686), 27, sym_AND, - sym_DOWNTO, - sym_GENERATE, - sym_GENERIC, - sym_MOD, + sym_BUS, sym_NAND, sym_NOR, 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_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, @@ -131867,35 +132170,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, - [103311] = 6, + [103623] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1541), 3, + STATE(1547), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2654), 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(2652), 35, + ACTIONS(2648), 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, @@ -131905,9 +132205,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, @@ -131924,32 +132224,32 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [103371] = 6, + [103683] = 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(1548), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2616), 6, + ACTIONS(2602), 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(2600), 35, sym_AND, - sym_DOWNTO, sym_GENERIC, sym_IS, sym_MOD, sym_NAND, sym_NOR, + sym_OPEN, sym_OR, sym_PARAMETER, sym_REM, @@ -131959,9 +132259,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, @@ -131978,47 +132278,62 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [103431] = 6, + [103743] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1543), 3, + ACTIONS(3042), 1, + sym_exponentiate, + STATE(477), 1, + sym_shift_operator, + STATE(478), 1, + sym_relational_operator, + STATE(479), 1, + sym_logical_operator, + STATE(581), 1, + sym_multiplying_operator, + STATE(597), 1, + sym_adding_operator, + ACTIONS(2698), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2704), 2, + sym_MOD, + sym_REM, + ACTIONS(2696), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(1549), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2638), 6, + ACTIONS(2718), 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(2716), 24, sym_AND, - sym_DOWNTO, - sym_GENERIC, - sym_IS, - 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_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, @@ -132026,41 +132341,113 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, + [103821] = 19, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(3034), 1, + sym_exponentiate, + ACTIONS(3094), 1, + sym_AFTER, + STATE(664), 1, + sym_shift_operator, + STATE(665), 1, + sym_relational_operator, + STATE(666), 1, + sym_logical_operator, + STATE(686), 1, + sym_multiplying_operator, + STATE(698), 1, + sym_adding_operator, + ACTIONS(2698), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2704), 2, + sym_MOD, + sym_REM, + ACTIONS(2696), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [103491] = 6, + ACTIONS(3092), 3, + sym_WHEN, + anon_sym_SEMI, + anon_sym_COMMA, + STATE(1550), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2694), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + ACTIONS(2702), 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(2692), 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, + [103907] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1544), 3, + ACTIONS(3032), 1, + sym_exponentiate, + STATE(419), 1, + sym_adding_operator, + STATE(424), 1, + sym_multiplying_operator, + STATE(526), 1, + sym_shift_operator, + STATE(528), 1, + sym_relational_operator, + STATE(530), 1, + sym_logical_operator, + ACTIONS(2698), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2704), 2, + sym_MOD, + sym_REM, + STATE(1551), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2642), 6, + ACTIONS(2688), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2640), 35, + ACTIONS(2686), 27, 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, @@ -132068,10 +132455,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, @@ -132083,37 +132470,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, - [103551] = 6, + [103983] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1545), 3, + STATE(1552), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2646), 6, + ACTIONS(2480), 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(2644), 35, + ACTIONS(2478), 34, sym_AND, sym_DOWNTO, - sym_GENERIC, - sym_IS, sym_MOD, sym_NAND, sym_NOR, sym_OR, - sym_PARAMETER, sym_REM, sym_ROL, sym_ROR, @@ -132124,10 +132506,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, @@ -132138,57 +132522,66 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [103611] = 12, + anon_sym_GT_GT, + anon_sym_PIPE, + [104043] = 18, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3072), 1, + ACTIONS(2910), 1, sym_exponentiate, - STATE(461), 1, - sym_adding_operator, + STATE(454), 1, + sym_shift_operator, + STATE(456), 1, + sym_relational_operator, STATE(462), 1, - sym_multiplying_operator, - STATE(609), 1, sym_logical_operator, - STATE(610), 1, - sym_relational_operator, - STATE(611), 1, - sym_shift_operator, - STATE(1546), 3, + STATE(704), 1, + sym_multiplying_operator, + STATE(708), 1, + sym_adding_operator, + ACTIONS(2698), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2704), 2, + sym_MOD, + sym_REM, + ACTIONS(2696), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(1553), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2712), 6, + ACTIONS(2694), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2710), 29, + ACTIONS(3096), 4, + sym_WHEN, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_RPAREN, + ACTIONS(2702), 6, sym_AND, - sym_DOWNTO, - sym_MOD, sym_NAND, sym_NOR, sym_OR, - sym_REM, + sym_XNOR, + sym_XOR, + ACTIONS(2706), 6, sym_ROL, sym_ROR, sym_SLA, sym_SLL, sym_SRA, sym_SRL, - sym_TO, - sym_UNITS, - sym_XNOR, - sym_XOR, - anon_sym_SEMI, + ACTIONS(2692), 8, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -132197,10 +132590,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, - [103683] = 36, + [104127] = 26, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -132215,103 +132605,100 @@ static const uint16_t ts_small_parse_table[] = { sym_ASSERT, ACTIONS(69), 1, sym_WITH, - ACTIONS(233), 1, - sym_CASE, - ACTIONS(243), 1, - sym_FOR, - ACTIONS(245), 1, - sym_IF, - ACTIONS(247), 1, - sym_LOOP, - ACTIONS(253), 1, - sym_REPORT, - ACTIONS(259), 1, - sym_WHILE, - ACTIONS(3120), 1, - sym_BLOCK, - ACTIONS(3122), 1, - sym_EXIT, - ACTIONS(3124), 1, - sym_NEXT, - ACTIONS(3126), 1, - sym_NULL, - ACTIONS(3128), 1, - sym_RETURN, - ACTIONS(3130), 1, - sym_WAIT, - STATE(3023), 1, + ACTIONS(221), 1, + sym_POSTPONED, + ACTIONS(223), 1, + sym_PROCESS, + STATE(1644), 1, + aux_sym_design_unit_repeat3, + STATE(2678), 1, + sym_label_declaration, + STATE(3015), 1, sym__direct_name, - STATE(5895), 1, + STATE(4213), 1, + sym__concurrent_statement, + STATE(6048), 1, + sym_aggregate, + STATE(6128), 1, sym__target, - STATE(5928), 1, - sym_report_expression, - STATE(5929), 1, + STATE(6220), 1, sym_name, - STATE(6006), 1, - sym_loop_body, - STATE(6053), 1, - sym_if_statement, - STATE(6098), 1, - sym_aggregate, - STATE(6424), 1, - sym_case_expression, - STATE(6425), 1, - sym__iteration_scheme, - STATE(6489), 1, + STATE(6310), 1, sym_with_expression, - STATE(8148), 1, + STATE(7711), 1, + sym__label, + STATE(7824), 1, sym_assertion, - STATE(4362), 2, + ACTIONS(3001), 2, + sym_END, + sym_WHEN, + STATE(4386), 2, sym__identifier, sym__external_name, - STATE(7407), 2, - sym_while_loop, - sym_for_loop, ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(1547), 3, + STATE(1554), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(13), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [103803] = 6, + STATE(3979), 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, + [104227] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1548), 3, + STATE(419), 1, + sym_adding_operator, + STATE(424), 1, + sym_multiplying_operator, + STATE(526), 1, + sym_shift_operator, + STATE(528), 1, + sym_relational_operator, + STATE(530), 1, + sym_logical_operator, + STATE(1555), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2650), 6, + ACTIONS(2684), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2648), 35, + ACTIONS(2682), 30, sym_AND, sym_DOWNTO, - sym_GENERIC, - sym_IS, sym_MOD, sym_NAND, sym_NOR, sym_OR, - sym_PARAMETER, sym_REM, sym_ROL, sym_ROR, @@ -132320,10 +132707,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, @@ -132336,124 +132723,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [103863] = 27, + [104297] = 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(2940), 1, - sym_ALIAS, - ACTIONS(2942), 1, - sym_ATTRIBUTE, - ACTIONS(2944), 1, - sym_BEGIN, - ACTIONS(2946), 1, - sym_CONSTANT, - ACTIONS(2948), 1, - sym_FILE, - ACTIONS(2950), 1, - sym_FUNCTION, - ACTIONS(2952), 1, - sym_GROUP, - ACTIONS(2956), 1, - sym_PACKAGE, - ACTIONS(2958), 1, - sym_SHARED, - ACTIONS(2960), 1, - sym_SUBTYPE, - ACTIONS(2962), 1, - sym_TYPE, - ACTIONS(2964), 1, - sym_USE, - ACTIONS(2966), 1, - sym_VARIABLE, - ACTIONS(3050), 1, - sym_IS, - STATE(2411), 1, - aux_sym_sequential_block_head_repeat1, - STATE(3793), 1, - sym__process_declarative_item, - STATE(5844), 1, - sym__subprogram_specification, - STATE(6066), 1, - sym_sequential_block, - STATE(6108), 1, - sym_sequential_block_head, - ACTIONS(43), 2, - sym_IMPURE, - sym_PURE, - STATE(6069), 2, - sym_procedure_specification, - sym_function_specification, - STATE(1549), 3, + STATE(1556), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3792), 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, - [103965] = 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(2388), 6, + ACTIONS(2728), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2386), 35, + ACTIONS(2726), 35, + sym_identifier, 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, 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, @@ -132465,46 +132777,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [104025] = 6, + [104357] = 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(1557), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2396), 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(2394), 35, + ACTIONS(2512), 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, @@ -132521,29 +132831,29 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [104085] = 6, + [104417] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1552), 3, + STATE(1558), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2654), 6, + ACTIONS(2526), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2652), 35, + ACTIONS(2524), 35, sym_AND, sym_DOWNTO, + sym_GENERATE, sym_GENERIC, - sym_IS, sym_MOD, sym_NAND, sym_NOR, @@ -132575,29 +132885,29 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [104145] = 6, + [104477] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1553), 3, + STATE(1559), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2388), 6, + ACTIONS(2548), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2386), 35, + ACTIONS(2546), 35, sym_AND, sym_DOWNTO, + sym_GENERATE, sym_GENERIC, - sym_LOOP, sym_MOD, sym_NAND, sym_NOR, @@ -132629,26 +132939,28 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [104205] = 6, + [104537] = 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(1560), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2454), 6, + ACTIONS(2552), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2452), 35, + ACTIONS(2550), 35, sym_AND, + sym_DOWNTO, + sym_GENERATE, sym_GENERIC, sym_MOD, sym_NAND, @@ -132656,17 +132968,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, @@ -132683,26 +132993,28 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [104265] = 6, + [104597] = 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(1561), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2458), 6, + ACTIONS(2556), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2456), 35, + ACTIONS(2554), 35, sym_AND, + sym_DOWNTO, + sym_GENERATE, sym_GENERIC, sym_MOD, sym_NAND, @@ -132710,17 +133022,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, @@ -132737,64 +133047,57 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [104325] = 18, + [104657] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2912), 1, + ACTIONS(3032), 1, sym_exponentiate, - STATE(522), 1, + STATE(419), 1, sym_adding_operator, - STATE(523), 1, + STATE(424), 1, sym_multiplying_operator, - STATE(643), 1, - sym_logical_operator, - STATE(644), 1, - sym_relational_operator, - STATE(645), 1, + STATE(526), 1, sym_shift_operator, + STATE(528), 1, + sym_relational_operator, + STATE(530), 1, + sym_logical_operator, ACTIONS(2698), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(2704), 2, sym_MOD, sym_REM, - ACTIONS(2696), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(1556), 3, + STATE(1562), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2694), 4, + ACTIONS(2684), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2830), 4, - sym_BUS, - anon_sym_SEMI, - anon_sym_RPAREN, - sym_variable_assignment, - ACTIONS(2702), 6, + ACTIONS(2682), 27, sym_AND, + 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(2692), 8, + sym_TO, + sym_UNITS, + sym_XNOR, + sym_XOR, + anon_sym_SEMI, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -132803,83 +133106,116 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [104409] = 6, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + [104733] = 36, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1557), 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(233), 1, + sym_CASE, + ACTIONS(243), 1, + sym_FOR, + ACTIONS(245), 1, + sym_IF, + ACTIONS(247), 1, + sym_LOOP, + ACTIONS(253), 1, + sym_REPORT, + ACTIONS(259), 1, + sym_WHILE, + ACTIONS(3098), 1, + sym_BLOCK, + ACTIONS(3100), 1, + sym_EXIT, + ACTIONS(3102), 1, + sym_NEXT, + ACTIONS(3104), 1, + sym_NULL, + ACTIONS(3106), 1, + sym_RETURN, + ACTIONS(3108), 1, + sym_WAIT, + STATE(3015), 1, + sym__direct_name, + STATE(5585), 1, + sym_report_expression, + STATE(5586), 1, + sym_name, + STATE(5944), 1, + sym__target, + STATE(6048), 1, + sym_aggregate, + STATE(6100), 1, + sym_case_expression, + STATE(6112), 1, + sym__iteration_scheme, + STATE(6304), 1, + sym_with_expression, + STATE(6431), 1, + sym_if_statement, + STATE(6433), 1, + sym_loop_body, + STATE(6632), 1, + sym_assertion, + STATE(4386), 2, + sym__identifier, + sym__external_name, + STATE(6904), 2, + sym_while_loop, + sym_for_loop, + ACTIONS(71), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, + STATE(1563), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2510), 6, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2508), 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, - [104469] = 6, + STATE(4383), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(3074), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [104853] = 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(1564), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2454), 6, + ACTIONS(2560), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2452), 35, + ACTIONS(2558), 35, sym_AND, sym_DOWNTO, + sym_GENERATE, sym_GENERIC, - sym_LOOP, sym_MOD, sym_NAND, sym_NOR, @@ -132911,34 +133247,43 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [104529] = 6, + [104913] = 12, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1559), 3, + ACTIONS(3032), 1, + sym_exponentiate, + STATE(419), 1, + sym_adding_operator, + STATE(424), 1, + sym_multiplying_operator, + STATE(526), 1, + sym_shift_operator, + STATE(528), 1, + sym_relational_operator, + STATE(530), 1, + sym_logical_operator, + STATE(1565), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2458), 6, + ACTIONS(2684), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2456), 35, + ACTIONS(2682), 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, @@ -132947,10 +133292,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, @@ -132962,37 +133307,33 @@ 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, - [104589] = 6, + [104985] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1560), 3, + STATE(1566), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2680), 6, + ACTIONS(2722), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2678), 35, + ACTIONS(2720), 35, + sym_identifier, sym_AND, - sym_DOWNTO, - sym_GENERATE, - sym_GENERIC, + sym_BUS, sym_MOD, sym_NAND, sym_NOR, sym_OR, - sym_PARAMETER, + sym_REGISTER, sym_REM, sym_ROL, sym_ROR, @@ -133000,12 +133341,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, @@ -133017,31 +133361,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [104649] = 6, + [105045] = 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(1567), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2494), 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(2492), 35, + ACTIONS(2566), 35, sym_AND, sym_DOWNTO, + sym_GENERATE, sym_GENERIC, - sym_LOOP, sym_MOD, sym_NAND, sym_NOR, @@ -133073,25 +133415,25 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [104709] = 6, + [105105] = 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(1568), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2510), 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(2508), 35, + ACTIONS(2562), 35, sym_AND, sym_DOWNTO, sym_GENERIC, @@ -133127,25 +133469,25 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [104769] = 6, + [105165] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1563), 3, + STATE(1569), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2514), 6, + ACTIONS(2668), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2512), 35, + ACTIONS(2666), 35, sym_AND, sym_DOWNTO, sym_GENERIC, @@ -133181,37 +133523,37 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [104829] = 6, + [105225] = 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(1570), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2494), 6, + ACTIONS(2654), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2492), 35, + ACTIONS(2652), 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, @@ -133235,48 +133577,48 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [104889] = 6, + [105285] = 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(1571), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2510), 6, + ACTIONS(3112), 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(2508), 35, + ACTIONS(3110), 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, @@ -133287,39 +133629,198 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [104949] = 6, + anon_sym_GT_GT, + anon_sym_PIPE, + [105345] = 36, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1566), 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(233), 1, + sym_CASE, + ACTIONS(243), 1, + sym_FOR, + ACTIONS(245), 1, + sym_IF, + ACTIONS(247), 1, + sym_LOOP, + ACTIONS(253), 1, + sym_REPORT, + ACTIONS(259), 1, + sym_WHILE, + ACTIONS(3114), 1, + sym_BLOCK, + ACTIONS(3116), 1, + sym_EXIT, + ACTIONS(3118), 1, + sym_NEXT, + ACTIONS(3120), 1, + sym_NULL, + ACTIONS(3122), 1, + sym_RETURN, + ACTIONS(3124), 1, + sym_WAIT, + STATE(3015), 1, + sym__direct_name, + STATE(5690), 1, + sym_report_expression, + STATE(5877), 1, + sym_name, + STATE(5903), 1, + sym__target, + STATE(6048), 1, + sym_aggregate, + STATE(6107), 1, + sym_case_expression, + STATE(6247), 1, + sym_with_expression, + STATE(6301), 1, + sym__iteration_scheme, + STATE(6305), 1, + sym_if_statement, + STATE(6606), 1, + sym_loop_body, + STATE(8252), 1, + sym_assertion, + STATE(4386), 2, + sym__identifier, + sym__external_name, + STATE(6904), 2, + sym_while_loop, + sym_for_loop, + ACTIONS(71), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, + STATE(1572), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2514), 6, + STATE(4383), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(3074), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [105465] = 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(2927), 1, + sym_ALIAS, + ACTIONS(2929), 1, + sym_ATTRIBUTE, + ACTIONS(2931), 1, + sym_BEGIN, + ACTIONS(2933), 1, + sym_CONSTANT, + ACTIONS(2935), 1, + sym_FILE, + ACTIONS(2937), 1, + sym_FUNCTION, + ACTIONS(2939), 1, + sym_GROUP, + ACTIONS(2943), 1, + sym_PACKAGE, + ACTIONS(2945), 1, + sym_SHARED, + ACTIONS(2947), 1, + sym_SUBTYPE, + ACTIONS(2949), 1, + sym_TYPE, + ACTIONS(2951), 1, + sym_USE, + ACTIONS(2953), 1, + sym_VARIABLE, + ACTIONS(3060), 1, + sym_IS, + STATE(2374), 1, + aux_sym_sequential_block_head_repeat1, + STATE(3710), 1, + sym__process_declarative_item, + STATE(5839), 1, + sym__subprogram_specification, + STATE(6500), 1, + sym_sequential_block, + STATE(6508), 1, + sym_sequential_block_head, + ACTIONS(43), 2, + sym_IMPURE, + sym_PURE, + STATE(6037), 2, + sym_procedure_specification, + sym_function_specification, + STATE(1573), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(3711), 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, + [105567] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(1574), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2484), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2512), 35, + ACTIONS(2482), 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, @@ -133343,37 +133844,37 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [105009] = 6, + [105627] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1567), 3, + STATE(1575), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2612), 6, + ACTIONS(2476), 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(2474), 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, @@ -133397,37 +133898,112 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [105069] = 6, + [105687] = 27, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1568), 3, + ACTIONS(51), 1, + sym_PROCEDURE, + ACTIONS(2927), 1, + sym_ALIAS, + ACTIONS(2929), 1, + sym_ATTRIBUTE, + ACTIONS(2931), 1, + sym_BEGIN, + ACTIONS(2933), 1, + sym_CONSTANT, + ACTIONS(2935), 1, + sym_FILE, + ACTIONS(2937), 1, + sym_FUNCTION, + ACTIONS(2939), 1, + sym_GROUP, + ACTIONS(2941), 1, + sym_IS, + ACTIONS(2943), 1, + sym_PACKAGE, + ACTIONS(2945), 1, + sym_SHARED, + ACTIONS(2947), 1, + sym_SUBTYPE, + ACTIONS(2949), 1, + sym_TYPE, + ACTIONS(2951), 1, + sym_USE, + ACTIONS(2953), 1, + sym_VARIABLE, + STATE(2302), 1, + aux_sym_sequential_block_head_repeat1, + STATE(3710), 1, + sym__process_declarative_item, + STATE(5839), 1, + sym__subprogram_specification, + STATE(6475), 1, + sym_process_head, + STATE(6594), 1, + sym_sequential_block, + ACTIONS(43), 2, + sym_IMPURE, + sym_PURE, + STATE(6037), 2, + sym_procedure_specification, + sym_function_specification, + STATE(1576), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2518), 6, + STATE(3711), 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, + [105789] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(1577), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2438), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2516), 35, + ACTIONS(2436), 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, @@ -133451,48 +134027,48 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [105129] = 6, + [105849] = 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(1578), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2522), 6, + ACTIONS(3128), 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(2520), 35, + ACTIONS(3126), 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, @@ -133503,48 +134079,66 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [105189] = 6, + anon_sym_GT_GT, + anon_sym_PIPE, + [105909] = 18, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1570), 3, + ACTIONS(2916), 1, + sym_exponentiate, + STATE(538), 1, + sym_shift_operator, + STATE(539), 1, + sym_relational_operator, + STATE(540), 1, + sym_logical_operator, + STATE(639), 1, + sym_multiplying_operator, + STATE(643), 1, + sym_adding_operator, + ACTIONS(2698), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2704), 2, + sym_MOD, + sym_REM, + ACTIONS(2696), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(1579), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2616), 6, + ACTIONS(2694), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2614), 35, + ACTIONS(2871), 4, + sym_BUS, + sym_REGISTER, + anon_sym_SEMI, + sym_variable_assignment, + ACTIONS(2702), 6, sym_AND, - sym_GENERIC, - sym_MOD, sym_NAND, sym_NOR, sym_OR, - sym_PARAMETER, - sym_REM, - sym_REPORT, + sym_XNOR, + sym_XOR, + ACTIONS(2706), 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(2692), 8, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -133553,52 +134147,49 @@ 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, - [105249] = 6, + [105993] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1571), 3, + ACTIONS(2314), 1, + anon_sym_LPAREN, + ACTIONS(3130), 1, + sym_PARAMETER, + STATE(1799), 1, + sym_parenthesis_group, + STATE(1580), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2526), 6, + ACTIONS(2326), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2524), 35, + ACTIONS(2324), 32, 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, @@ -133613,32 +134204,32 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [105309] = 6, + [106059] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1572), 3, + STATE(1581), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2518), 6, + ACTIONS(2442), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2516), 35, + ACTIONS(2440), 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, @@ -133648,9 +134239,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, @@ -133667,34 +134258,32 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [105369] = 6, + [106119] = 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(1582), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2522), 6, + ACTIONS(3134), 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(2520), 35, + ACTIONS(3132), 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, @@ -133705,10 +134294,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, @@ -133719,40 +134310,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [105429] = 9, + anon_sym_GT_GT, + anon_sym_PIPE, + [106179] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2356), 1, - anon_sym_LPAREN, - ACTIONS(3132), 1, - sym_PARAMETER, - STATE(1746), 1, - sym_parenthesis_group, - STATE(1574), 3, + STATE(1583), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2193), 6, + ACTIONS(2628), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2191), 32, + ACTIONS(2626), 35, sym_AND, - sym_ELSE, + sym_DOWNTO, sym_GENERIC, + sym_IS, sym_MOD, sym_NAND, sym_NOR, sym_OR, + sym_PARAMETER, sym_REM, sym_ROL, sym_ROR, @@ -133760,10 +134347,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, @@ -133778,44 +134366,44 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [105495] = 6, + [106239] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1575), 3, + STATE(1584), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2590), 6, + ACTIONS(2662), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2588), 35, + ACTIONS(2660), 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, @@ -133832,48 +134420,123 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [105555] = 6, + [106299] = 27, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1576), 3, + ACTIONS(51), 1, + sym_PROCEDURE, + ACTIONS(2927), 1, + sym_ALIAS, + ACTIONS(2929), 1, + sym_ATTRIBUTE, + ACTIONS(2931), 1, + sym_BEGIN, + ACTIONS(2933), 1, + sym_CONSTANT, + ACTIONS(2935), 1, + sym_FILE, + ACTIONS(2937), 1, + sym_FUNCTION, + ACTIONS(2939), 1, + sym_GROUP, + ACTIONS(2941), 1, + sym_IS, + ACTIONS(2943), 1, + sym_PACKAGE, + ACTIONS(2945), 1, + sym_SHARED, + ACTIONS(2947), 1, + sym_SUBTYPE, + ACTIONS(2949), 1, + sym_TYPE, + ACTIONS(2951), 1, + sym_USE, + ACTIONS(2953), 1, + sym_VARIABLE, + STATE(2302), 1, + aux_sym_sequential_block_head_repeat1, + STATE(3710), 1, + sym__process_declarative_item, + STATE(5839), 1, + sym__subprogram_specification, + STATE(6391), 1, + sym_sequential_block, + STATE(6393), 1, + sym_process_head, + ACTIONS(43), 2, + sym_IMPURE, + sym_PURE, + STATE(6037), 2, + sym_procedure_specification, + sym_function_specification, + STATE(1585), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(3711), 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, + [106401] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(1586), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2530), 6, + ACTIONS(3138), 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), 35, + ACTIONS(3136), 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, @@ -133884,46 +134547,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [105615] = 6, + anon_sym_GT_GT, + anon_sym_PIPE, + [106461] = 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(1587), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2554), 6, + ACTIONS(2668), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2552), 35, + ACTIONS(2666), 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, @@ -133940,26 +134603,28 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [105675] = 6, + [106521] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1578), 3, + STATE(1588), 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), 35, + ACTIONS(2622), 35, sym_AND, + sym_DOWNTO, + sym_GENERATE, sym_GENERIC, sym_MOD, sym_NAND, @@ -133967,17 +134632,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, @@ -133994,29 +134657,29 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [105735] = 6, + [106581] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1579), 3, + STATE(1589), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2526), 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(2524), 35, + ACTIONS(2562), 35, sym_AND, sym_DOWNTO, sym_GENERIC, - sym_LOOP, + sym_IS, sym_MOD, sym_NAND, sym_NOR, @@ -134048,25 +134711,25 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [105795] = 6, + [106641] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1580), 3, + STATE(1590), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2586), 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(2584), 35, + ACTIONS(2402), 35, sym_AND, sym_GENERIC, sym_IS, @@ -134102,44 +134765,44 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [105855] = 6, + [106701] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1581), 3, + STATE(1591), 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), 35, + ACTIONS(2512), 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, @@ -134156,25 +134819,25 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [105915] = 6, + [106761] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1582), 3, + STATE(1592), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2646), 6, + ACTIONS(2658), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2644), 35, + ACTIONS(2656), 35, sym_AND, sym_GENERIC, sym_MOD, @@ -134210,25 +134873,25 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [105975] = 6, + [106821] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1583), 3, + STATE(1593), 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), 35, + ACTIONS(2648), 35, sym_AND, sym_GENERIC, sym_MOD, @@ -134264,32 +134927,32 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [106035] = 6, + [106881] = 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(1594), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2590), 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(2588), 35, + ACTIONS(2622), 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, @@ -134299,9 +134962,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, @@ -134318,29 +134981,29 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [106095] = 6, + [106941] = 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(1595), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2530), 6, + ACTIONS(2376), 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(2374), 35, sym_AND, sym_DOWNTO, sym_GENERIC, - sym_LOOP, + sym_IS, sym_MOD, sym_NAND, sym_NOR, @@ -134372,134 +135035,28 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [106155] = 6, + [107001] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1586), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2562), 6, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2560), 35, - 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_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, - [106215] = 6, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(1587), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2566), 6, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2564), 35, - 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_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, - [106275] = 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(1596), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2570), 6, + ACTIONS(2628), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2568), 35, + ACTIONS(2626), 35, sym_AND, + sym_DOWNTO, + sym_GENERATE, sym_GENERIC, sym_MOD, sym_NAND, @@ -134507,17 +135064,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, @@ -134534,37 +135089,44 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [106335] = 6, + [107061] = 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(3142), 1, + sym_library_constant_unit, + STATE(2569), 1, + sym__unit, + STATE(1597), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2676), 6, + ACTIONS(3140), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + ACTIONS(2380), 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(2378), 29, 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, @@ -134572,8 +135134,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, @@ -134586,46 +135146,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [106395] = 6, + [107127] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1590), 3, + STATE(1598), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2650), 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(2648), 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, @@ -134642,44 +135200,44 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [106455] = 6, + [107187] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1591), 3, + STATE(1599), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2442), 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(2440), 35, + ACTIONS(2516), 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, @@ -134696,37 +135254,37 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [106515] = 6, + [107247] = 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(1600), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2654), 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(2652), 35, + ACTIONS(2566), 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, @@ -134750,25 +135308,25 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [106575] = 6, + [107307] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1593), 3, + STATE(1601), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2554), 6, + ACTIONS(2662), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2552), 35, + ACTIONS(2660), 35, sym_AND, sym_DOWNTO, sym_GENERIC, @@ -134804,32 +135362,32 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [106635] = 6, + [107367] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1594), 3, + STATE(1602), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2558), 6, + ACTIONS(2560), 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(2558), 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, @@ -134839,9 +135397,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, @@ -134858,32 +135416,32 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [106695] = 6, + [107427] = 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(1603), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2562), 6, + ACTIONS(2556), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2560), 35, + ACTIONS(2554), 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, @@ -134893,9 +135451,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, @@ -134912,29 +135470,29 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [106755] = 6, + [107487] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1596), 3, + STATE(1604), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2566), 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(2564), 35, + ACTIONS(2402), 35, sym_AND, sym_DOWNTO, + sym_GENERATE, sym_GENERIC, - sym_LOOP, sym_MOD, sym_NAND, sym_NOR, @@ -134966,83 +135524,29 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [106815] = 6, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(1597), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2586), 6, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2584), 35, - 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_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, - [106875] = 6, + [107547] = 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(1605), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2570), 6, + ACTIONS(2510), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2568), 35, + ACTIONS(2508), 35, sym_AND, sym_DOWNTO, sym_GENERIC, - sym_LOOP, + sym_IS, sym_MOD, sym_NAND, sym_NOR, @@ -135074,29 +135578,29 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [106935] = 6, + [107607] = 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(1606), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2676), 6, + ACTIONS(2574), 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(2572), 35, sym_AND, sym_DOWNTO, - sym_GENERATE, sym_GENERIC, + sym_LOOP, sym_MOD, sym_NAND, sym_NOR, @@ -135128,29 +135632,29 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [106995] = 6, + [107667] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1600), 3, + STATE(1607), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2442), 6, + ACTIONS(2658), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2440), 35, + ACTIONS(2656), 35, sym_AND, sym_DOWNTO, - sym_GENERATE, sym_GENERIC, + sym_IS, sym_MOD, sym_NAND, sym_NOR, @@ -135182,34 +135686,32 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [107055] = 6, + [107727] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1601), 3, + STATE(1608), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2586), 6, + ACTIONS(3146), 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(2584), 35, + ACTIONS(3144), 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, @@ -135220,10 +135722,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, @@ -135234,31 +135738,106 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [107115] = 6, + anon_sym_GT_GT, + anon_sym_PIPE, + [107787] = 27, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1602), 3, + ACTIONS(51), 1, + sym_PROCEDURE, + ACTIONS(2927), 1, + sym_ALIAS, + ACTIONS(2929), 1, + sym_ATTRIBUTE, + ACTIONS(2931), 1, + sym_BEGIN, + ACTIONS(2933), 1, + sym_CONSTANT, + ACTIONS(2935), 1, + sym_FILE, + ACTIONS(2937), 1, + sym_FUNCTION, + ACTIONS(2939), 1, + sym_GROUP, + ACTIONS(2941), 1, + sym_IS, + ACTIONS(2943), 1, + sym_PACKAGE, + ACTIONS(2945), 1, + sym_SHARED, + ACTIONS(2947), 1, + sym_SUBTYPE, + ACTIONS(2949), 1, + sym_TYPE, + ACTIONS(2951), 1, + sym_USE, + ACTIONS(2953), 1, + sym_VARIABLE, + STATE(2302), 1, + aux_sym_sequential_block_head_repeat1, + STATE(3710), 1, + sym__process_declarative_item, + STATE(5839), 1, + sym__subprogram_specification, + STATE(6231), 1, + sym_process_head, + STATE(6321), 1, + sym_sequential_block, + ACTIONS(43), 2, + sym_IMPURE, + sym_PURE, + STATE(6037), 2, + sym_procedure_specification, + sym_function_specification, + STATE(1609), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2612), 6, + STATE(3711), 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, + [107889] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(1610), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2506), 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(2504), 35, sym_AND, sym_DOWNTO, sym_GENERIC, - sym_LOOP, + sym_IS, sym_MOD, sym_NAND, sym_NOR, @@ -135290,99 +135869,82 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [107175] = 26, + [107949] = 9, 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(1608), 1, - aux_sym_design_unit_repeat3, - STATE(2636), 1, - sym_label_declaration, - STATE(3023), 1, - sym__direct_name, - STATE(4169), 1, - sym__concurrent_statement, - STATE(6098), 1, - sym_aggregate, - STATE(6435), 1, - sym__target, - STATE(6493), 1, - sym_with_expression, - STATE(6555), 1, - sym_name, - STATE(6638), 1, - sym_assertion, - STATE(7169), 1, - sym__label, - ACTIONS(3010), 2, - sym_END, - sym_WHEN, - STATE(4362), 2, - sym__identifier, - sym__external_name, - ACTIONS(71), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(1603), 3, + ACTIONS(3150), 1, + sym_library_constant_unit, + STATE(2564), 1, + sym__unit, + STATE(1611), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(13), 4, + ACTIONS(3148), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(4170), 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, - [107275] = 6, + 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), 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_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, + [108015] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1604), 3, + STATE(1612), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2590), 6, + ACTIONS(2388), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2588), 35, + ACTIONS(2386), 35, sym_AND, sym_DOWNTO, sym_GENERIC, @@ -135418,46 +135980,51 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [107335] = 6, + [108075] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1605), 3, + ACTIONS(3154), 1, + sym_library_constant_unit, + STATE(2615), 1, + sym__unit, + STATE(1613), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2680), 6, + ACTIONS(3152), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + ACTIONS(2380), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2678), 35, + ACTIONS(2378), 29, sym_AND, - sym_GENERIC, + sym_DOWNTO, + sym_GENERATE, 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, @@ -135470,36 +136037,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [107395] = 6, + [108141] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1606), 3, + ACTIONS(3158), 1, + sym_library_constant_unit, + STATE(2558), 1, + sym__unit, + STATE(1614), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2676), 6, + ACTIONS(3156), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + ACTIONS(2380), 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(2378), 29, sym_AND, sym_DOWNTO, - sym_GENERIC, - sym_IS, + sym_LOOP, sym_MOD, sym_NAND, sym_NOR, sym_OR, - sym_PARAMETER, sym_REM, sym_ROL, sym_ROR, @@ -135510,8 +136082,6 @@ 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, @@ -135524,27 +136094,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [107455] = 6, + [108207] = 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(1615), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2442), 6, + ACTIONS(2526), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2440), 35, + ACTIONS(2524), 35, sym_AND, sym_DOWNTO, sym_GENERIC, @@ -135580,114 +136148,34 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [107515] = 25, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(702), 1, - anon_sym_LPAREN, - ACTIONS(705), 1, - anon_sym_LT_LT, - ACTIONS(713), 1, - sym_ASSERT, - ACTIONS(722), 1, - sym_WITH, - ACTIONS(3134), 1, - sym_POSTPONED, - ACTIONS(3137), 1, - sym_PROCESS, - STATE(2636), 1, - sym_label_declaration, - STATE(3023), 1, - sym__direct_name, - STATE(4169), 1, - sym__concurrent_statement, - STATE(6098), 1, - sym_aggregate, - STATE(6435), 1, - sym__target, - STATE(6493), 1, - sym_with_expression, - STATE(6555), 1, - sym_name, - STATE(6638), 1, - sym_assertion, - STATE(7169), 1, - sym__label, - ACTIONS(711), 2, - sym_END, - sym_WHEN, - STATE(4362), 2, - sym__identifier, - sym__external_name, - ACTIONS(725), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(4351), 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(1608), 4, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - aux_sym_design_unit_repeat3, - STATE(4170), 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, - [107613] = 9, + [108267] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3142), 1, - sym_library_constant_unit, - STATE(2591), 1, - sym__unit, - STATE(1609), 3, + STATE(1616), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3140), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - ACTIONS(2446), 6, + ACTIONS(2388), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2444), 29, + ACTIONS(2386), 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, @@ -135698,6 +136186,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, @@ -135710,35 +136200,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [107679] = 9, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [108327] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3146), 1, - sym_library_constant_unit, - STATE(2606), 1, - sym__unit, - STATE(1610), 3, + ACTIONS(2286), 1, + anon_sym_LPAREN, + ACTIONS(3160), 1, + sym_PARAMETER, + STATE(1896), 1, + sym_parenthesis_group, + STATE(1617), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3144), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - ACTIONS(2446), 6, + ACTIONS(2326), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2444), 29, + ACTIONS(2324), 32, sym_AND, + sym_ELSE, sym_GENERIC, sym_MOD, sym_NAND, @@ -135754,8 +136244,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, @@ -135767,32 +136257,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [107745] = 6, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [108393] = 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(1618), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2612), 6, + ACTIONS(2548), 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(2546), 35, sym_AND, + sym_DOWNTO, sym_GENERIC, sym_IS, sym_MOD, sym_NAND, sym_NOR, - sym_OPEN, sym_OR, sym_PARAMETER, sym_REM, @@ -135802,9 +136294,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, @@ -135821,32 +136313,34 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [107805] = 6, + [108453] = 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(1619), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2446), 7, - anon_sym_EQ, + ACTIONS(2552), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2444), 34, + ACTIONS(2550), 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, @@ -135857,12 +136351,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, @@ -135873,66 +136365,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_GT_GT, - anon_sym_PIPE, - [107865] = 18, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [108513] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2910), 1, - sym_exponentiate, - STATE(486), 1, - sym_adding_operator, - STATE(487), 1, - sym_multiplying_operator, - STATE(601), 1, - sym_logical_operator, - STATE(602), 1, - sym_relational_operator, - STATE(603), 1, - sym_shift_operator, - ACTIONS(2698), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2704), 2, - sym_MOD, - sym_REM, - ACTIONS(2696), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(1613), 3, + STATE(1620), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2694), 4, + ACTIONS(2654), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2830), 4, - sym_BUS, - sym_REGISTER, - anon_sym_SEMI, - sym_variable_assignment, - ACTIONS(2702), 6, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2652), 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(2692), 8, + sym_TO, + sym_XNOR, + sym_XOR, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -135941,29 +136415,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [107949] = 6, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [108573] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1614), 3, + STATE(1621), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2616), 6, + ACTIONS(2556), 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(2554), 35, sym_AND, sym_DOWNTO, sym_GENERIC, - sym_LOOP, + sym_IS, sym_MOD, sym_NAND, sym_NOR, @@ -135995,33 +136475,34 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [108009] = 6, + [108633] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1615), 3, + STATE(1622), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2716), 6, + ACTIONS(2560), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2714), 35, - sym_identifier, + ACTIONS(2558), 35, 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, @@ -136032,11 +136513,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, @@ -136049,33 +136527,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [108069] = 6, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [108693] = 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(1623), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2688), 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(2686), 35, - sym_identifier, + ACTIONS(2648), 35, 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, @@ -136086,11 +136567,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, @@ -136103,29 +136581,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [108129] = 6, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [108753] = 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(1624), 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), 35, + ACTIONS(2566), 35, sym_AND, sym_DOWNTO, sym_GENERIC, - sym_LOOP, + sym_IS, sym_MOD, sym_NAND, sym_NOR, @@ -136157,29 +136637,29 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [108189] = 6, + [108813] = 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(1625), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2642), 6, + ACTIONS(2484), 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(2482), 35, sym_AND, sym_DOWNTO, sym_GENERIC, - sym_LOOP, + sym_IS, sym_MOD, sym_NAND, sym_NOR, @@ -136211,29 +136691,29 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [108249] = 6, + [108873] = 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(1626), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2646), 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(2644), 35, + ACTIONS(2622), 35, sym_AND, sym_DOWNTO, sym_GENERIC, - sym_LOOP, + sym_IS, sym_MOD, sym_NAND, sym_NOR, @@ -136265,48 +136745,48 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [108309] = 6, + [108933] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1620), 3, + STATE(1627), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3150), 7, - anon_sym_EQ, + ACTIONS(2476), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3148), 34, + ACTIONS(2474), 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, @@ -136317,34 +136797,261 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_GT_GT, - anon_sym_PIPE, - [108369] = 6, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [108993] = 27, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1621), 3, + ACTIONS(51), 1, + sym_PROCEDURE, + ACTIONS(2927), 1, + sym_ALIAS, + ACTIONS(2929), 1, + sym_ATTRIBUTE, + ACTIONS(2931), 1, + sym_BEGIN, + ACTIONS(2933), 1, + sym_CONSTANT, + ACTIONS(2935), 1, + sym_FILE, + ACTIONS(2937), 1, + sym_FUNCTION, + ACTIONS(2939), 1, + sym_GROUP, + ACTIONS(2941), 1, + sym_IS, + ACTIONS(2943), 1, + sym_PACKAGE, + ACTIONS(2945), 1, + sym_SHARED, + ACTIONS(2947), 1, + sym_SUBTYPE, + ACTIONS(2949), 1, + sym_TYPE, + ACTIONS(2951), 1, + sym_USE, + ACTIONS(2953), 1, + sym_VARIABLE, + STATE(2302), 1, + aux_sym_sequential_block_head_repeat1, + STATE(3710), 1, + sym__process_declarative_item, + STATE(5839), 1, + sym__subprogram_specification, + STATE(6047), 1, + sym_process_head, + STATE(6547), 1, + sym_sequential_block, + ACTIONS(43), 2, + sym_IMPURE, + sym_PURE, + STATE(6037), 2, + sym_procedure_specification, + sym_function_specification, + STATE(1628), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3154), 7, - anon_sym_EQ, + STATE(3711), 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, + [109095] = 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(2927), 1, + sym_ALIAS, + ACTIONS(2929), 1, + sym_ATTRIBUTE, + ACTIONS(2931), 1, + sym_BEGIN, + ACTIONS(2933), 1, + sym_CONSTANT, + ACTIONS(2935), 1, + sym_FILE, + ACTIONS(2937), 1, + sym_FUNCTION, + ACTIONS(2939), 1, + sym_GROUP, + ACTIONS(2941), 1, + sym_IS, + ACTIONS(2943), 1, + sym_PACKAGE, + ACTIONS(2945), 1, + sym_SHARED, + ACTIONS(2947), 1, + sym_SUBTYPE, + ACTIONS(2949), 1, + sym_TYPE, + ACTIONS(2951), 1, + sym_USE, + ACTIONS(2953), 1, + sym_VARIABLE, + STATE(2302), 1, + aux_sym_sequential_block_head_repeat1, + STATE(3710), 1, + sym__process_declarative_item, + STATE(5839), 1, + sym__subprogram_specification, + STATE(6033), 1, + sym_process_head, + STATE(6528), 1, + sym_sequential_block, + ACTIONS(43), 2, + sym_IMPURE, + sym_PURE, + STATE(6037), 2, + sym_procedure_specification, + sym_function_specification, + STATE(1629), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(3711), 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, + [109197] = 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(2927), 1, + sym_ALIAS, + ACTIONS(2929), 1, + sym_ATTRIBUTE, + ACTIONS(2931), 1, + sym_BEGIN, + ACTIONS(2933), 1, + sym_CONSTANT, + ACTIONS(2935), 1, + sym_FILE, + ACTIONS(2937), 1, + sym_FUNCTION, + ACTIONS(2939), 1, + sym_GROUP, + ACTIONS(2943), 1, + sym_PACKAGE, + ACTIONS(2945), 1, + sym_SHARED, + ACTIONS(2947), 1, + sym_SUBTYPE, + ACTIONS(2949), 1, + sym_TYPE, + ACTIONS(2951), 1, + sym_USE, + ACTIONS(2953), 1, + sym_VARIABLE, + ACTIONS(3060), 1, + sym_IS, + STATE(2374), 1, + aux_sym_sequential_block_head_repeat1, + STATE(3710), 1, + sym__process_declarative_item, + STATE(5839), 1, + sym__subprogram_specification, + STATE(6032), 1, + sym_sequential_block_head, + STATE(6519), 1, + sym_sequential_block, + ACTIONS(43), 2, + sym_IMPURE, + sym_PURE, + STATE(6037), 2, + sym_procedure_specification, + sym_function_specification, + STATE(1630), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(3711), 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, + [109299] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(1631), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2662), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3152), 34, + ACTIONS(2660), 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, @@ -136352,15 +137059,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, @@ -136371,34 +137076,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_GT_GT, - anon_sym_PIPE, - [108429] = 6, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [109359] = 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(1632), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3158), 7, - anon_sym_EQ, + ACTIONS(2476), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3156), 34, + ACTIONS(2474), 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, @@ -136409,12 +137116,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, @@ -136425,46 +137130,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_GT_GT, - anon_sym_PIPE, - [108489] = 6, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [109419] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1623), 3, + STATE(1633), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2650), 6, + ACTIONS(2628), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2648), 35, + ACTIONS(2626), 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, @@ -136481,42 +137186,184 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [108549] = 11, + [109479] = 27, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(456), 1, - sym_adding_operator, - STATE(457), 1, - sym_multiplying_operator, - STATE(605), 1, - sym_logical_operator, - STATE(606), 1, - sym_relational_operator, - STATE(607), 1, - sym_shift_operator, - STATE(1624), 3, + ACTIONS(51), 1, + sym_PROCEDURE, + ACTIONS(2927), 1, + sym_ALIAS, + ACTIONS(2929), 1, + sym_ATTRIBUTE, + ACTIONS(2931), 1, + sym_BEGIN, + ACTIONS(2933), 1, + sym_CONSTANT, + ACTIONS(2935), 1, + sym_FILE, + ACTIONS(2937), 1, + sym_FUNCTION, + ACTIONS(2939), 1, + sym_GROUP, + ACTIONS(2943), 1, + sym_PACKAGE, + ACTIONS(2945), 1, + sym_SHARED, + ACTIONS(2947), 1, + sym_SUBTYPE, + ACTIONS(2949), 1, + sym_TYPE, + ACTIONS(2951), 1, + sym_USE, + ACTIONS(2953), 1, + sym_VARIABLE, + ACTIONS(3060), 1, + sym_IS, + STATE(2374), 1, + aux_sym_sequential_block_head_repeat1, + STATE(3710), 1, + sym__process_declarative_item, + STATE(5839), 1, + sym__subprogram_specification, + STATE(6020), 1, + sym_sequential_block_head, + STATE(6498), 1, + sym_sequential_block, + ACTIONS(43), 2, + sym_IMPURE, + sym_PURE, + STATE(6037), 2, + sym_procedure_specification, + sym_function_specification, + STATE(1634), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(3711), 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, + [109581] = 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(2927), 1, + sym_ALIAS, + ACTIONS(2929), 1, + sym_ATTRIBUTE, + ACTIONS(2931), 1, + sym_BEGIN, + ACTIONS(2933), 1, + sym_CONSTANT, + ACTIONS(2935), 1, + sym_FILE, + ACTIONS(2937), 1, + sym_FUNCTION, + ACTIONS(2939), 1, + sym_GROUP, + ACTIONS(2941), 1, + sym_IS, + ACTIONS(2943), 1, + sym_PACKAGE, + ACTIONS(2945), 1, + sym_SHARED, + ACTIONS(2947), 1, + sym_SUBTYPE, + ACTIONS(2949), 1, + sym_TYPE, + ACTIONS(2951), 1, + sym_USE, + ACTIONS(2953), 1, + sym_VARIABLE, + STATE(2302), 1, + aux_sym_sequential_block_head_repeat1, + STATE(3710), 1, + sym__process_declarative_item, + STATE(5839), 1, + sym__subprogram_specification, + STATE(6018), 1, + sym_process_head, + STATE(6499), 1, + sym_sequential_block, + ACTIONS(43), 2, + sym_IMPURE, + sym_PURE, + STATE(6037), 2, + sym_procedure_specification, + sym_function_specification, + STATE(1635), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(3711), 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, + [109683] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(1636), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2720), 6, + ACTIONS(2668), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2718), 30, + ACTIONS(2666), 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, @@ -136524,10 +137371,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, @@ -136540,29 +137388,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [108619] = 6, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [109743] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1625), 3, + STATE(1637), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2654), 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(2652), 35, + ACTIONS(2402), 35, sym_AND, sym_DOWNTO, sym_GENERIC, - sym_LOOP, + sym_IS, sym_MOD, sym_NAND, sym_NOR, @@ -136594,47 +137444,35 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [108679] = 14, + [109803] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3046), 1, - sym_exponentiate, - STATE(456), 1, - sym_adding_operator, - STATE(457), 1, - sym_multiplying_operator, - STATE(605), 1, - sym_logical_operator, - STATE(606), 1, - sym_relational_operator, - STATE(607), 1, - sym_shift_operator, - ACTIONS(2698), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2704), 2, - sym_MOD, - sym_REM, - STATE(1626), 3, + STATE(1638), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2720), 4, + ACTIONS(2442), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2718), 27, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2440), 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, sym_SLA, @@ -136644,7 +137482,8 @@ 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, @@ -136656,48 +137495,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - [108755] = 6, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [109863] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1627), 3, + STATE(1639), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2716), 6, + ACTIONS(2662), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2714), 35, - sym_identifier, - sym_AFTER, + ACTIONS(2660), 35, 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, - 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, @@ -136710,38 +137550,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [108815] = 9, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [109923] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2179), 1, - anon_sym_LPAREN, - ACTIONS(3160), 1, - sym_PARAMETER, - STATE(1824), 1, - sym_parenthesis_group, - STATE(1628), 3, + STATE(1640), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2193), 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(2191), 32, + ACTIONS(2562), 35, sym_AND, sym_GENERIC, + sym_IS, sym_MOD, sym_NAND, sym_NOR, - sym_OF, + sym_OPEN, sym_OR, + sym_PARAMETER, sym_REM, sym_ROL, sym_ROR, @@ -136751,8 +137589,9 @@ 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, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -136767,32 +137606,34 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [108881] = 6, + [109983] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1629), 3, + STATE(1641), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2688), 6, + ACTIONS(2438), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2686), 35, - sym_identifier, - sym_AFTER, + ACTIONS(2436), 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, @@ -136800,15 +137641,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, @@ -136821,64 +137658,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [108941] = 18, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [110043] = 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(535), 1, - sym_logical_operator, - STATE(536), 1, - sym_relational_operator, - STATE(537), 1, - sym_shift_operator, - STATE(707), 1, - sym_adding_operator, - STATE(708), 1, - sym_multiplying_operator, - ACTIONS(2698), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2704), 2, - sym_MOD, - sym_REM, - ACTIONS(2696), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(1630), 3, + STATE(1642), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2690), 4, - sym_AFTER, - sym_WHEN, - anon_sym_SEMI, - anon_sym_COMMA, - ACTIONS(2694), 4, + ACTIONS(2514), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2702), 6, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2512), 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(2692), 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, @@ -136887,53 +137708,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [109025] = 11, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [110103] = 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_logical_operator, - STATE(536), 1, - sym_relational_operator, - STATE(537), 1, - sym_shift_operator, - STATE(707), 1, - sym_adding_operator, - STATE(708), 1, - sym_multiplying_operator, - STATE(1631), 3, + STATE(1643), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2720), 6, + ACTIONS(2480), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2718), 30, - sym_AFTER, + ACTIONS(2478), 35, 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, @@ -136946,103 +137766,109 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [109095] = 14, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [110163] = 25, 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(535), 1, - sym_logical_operator, - STATE(536), 1, - sym_relational_operator, - STATE(537), 1, - sym_shift_operator, - STATE(707), 1, - sym_adding_operator, - STATE(708), 1, - sym_multiplying_operator, - ACTIONS(2698), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2704), 2, - sym_MOD, - sym_REM, - STATE(1632), 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(3162), 1, + sym_POSTPONED, + ACTIONS(3165), 1, + sym_PROCESS, + STATE(2678), 1, + sym_label_declaration, + STATE(3015), 1, + sym__direct_name, + STATE(4213), 1, + sym__concurrent_statement, + STATE(6048), 1, + sym_aggregate, + STATE(6128), 1, + sym__target, + STATE(6220), 1, + sym_name, + STATE(6310), 1, + sym_with_expression, + STATE(7711), 1, + sym__label, + STATE(7824), 1, + sym_assertion, + ACTIONS(711), 2, + sym_END, + sym_WHEN, + STATE(4386), 2, + sym__identifier, + sym__external_name, + ACTIONS(725), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, + STATE(4383), 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(1644), 4, 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), 27, - 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, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - [109171] = 11, + aux_sym_design_unit_repeat3, + STATE(3979), 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, + [110261] = 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_logical_operator, - STATE(536), 1, - sym_relational_operator, - STATE(537), 1, - sym_shift_operator, - STATE(707), 1, - sym_adding_operator, - STATE(708), 1, - sym_multiplying_operator, - STATE(1633), 3, + STATE(1645), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2712), 6, + ACTIONS(2476), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2710), 30, - sym_AFTER, + ACTIONS(2474), 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, @@ -137050,11 +137876,11 @@ 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, @@ -137067,24 +137893,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [109241] = 17, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [110321] = 18, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3096), 1, + ACTIONS(2908), 1, sym_exponentiate, - STATE(535), 1, - sym_logical_operator, - STATE(536), 1, - sym_relational_operator, - STATE(537), 1, + STATE(477), 1, sym_shift_operator, - STATE(707), 1, + STATE(478), 1, + sym_relational_operator, + STATE(479), 1, + sym_logical_operator, + STATE(690), 1, sym_adding_operator, - STATE(708), 1, + STATE(691), 1, sym_multiplying_operator, ACTIONS(2698), 2, anon_sym_STAR, @@ -137096,7 +137924,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - STATE(1634), 3, + STATE(1646), 3, sym__tool_directive, sym_line_comment, sym_block_comment, @@ -137105,71 +137933,18 @@ static const uint16_t ts_small_parse_table[] = { 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(2692), 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(2708), 10, - sym_AFTER, + ACTIONS(2871), 4, + sym_BUS, + anon_sym_SEMI, + anon_sym_RPAREN, + sym_variable_assignment, + ACTIONS(2702), 6, sym_AND, sym_NAND, sym_NOR, sym_OR, - sym_WHEN, sym_XNOR, sym_XOR, - anon_sym_SEMI, - anon_sym_COMMA, - [109323] = 16, - 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(535), 1, - sym_logical_operator, - STATE(536), 1, - sym_relational_operator, - STATE(537), 1, - sym_shift_operator, - STATE(707), 1, - sym_adding_operator, - STATE(708), 1, - sym_multiplying_operator, - ACTIONS(2698), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2704), 2, - sym_MOD, - sym_REM, - ACTIONS(2696), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(1635), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2724), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, ACTIONS(2706), 6, sym_ROL, sym_ROR, @@ -137177,17 +137952,7 @@ static const uint16_t ts_small_parse_table[] = { sym_SLL, sym_SRA, sym_SRL, - ACTIONS(2722), 18, - sym_AFTER, - sym_AND, - sym_NAND, - sym_NOR, - sym_OR, - sym_WHEN, - sym_XNOR, - sym_XOR, - anon_sym_SEMI, - anon_sym_COMMA, + ACTIONS(2692), 8, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -137196,120 +137961,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [109403] = 15, + [110405] = 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(535), 1, - sym_logical_operator, - STATE(536), 1, - sym_relational_operator, - STATE(537), 1, - sym_shift_operator, - STATE(707), 1, - sym_adding_operator, - STATE(708), 1, - sym_multiplying_operator, - ACTIONS(2698), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2704), 2, - sym_MOD, - sym_REM, - ACTIONS(2696), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(1636), 3, + STATE(1647), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2728), 4, + ACTIONS(2668), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2726), 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, - [109481] = 14, - 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(535), 1, - sym_logical_operator, - STATE(536), 1, - sym_relational_operator, - STATE(537), 1, - sym_shift_operator, - STATE(707), 1, - sym_adding_operator, - STATE(708), 1, - sym_multiplying_operator, - ACTIONS(2698), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2704), 2, - sym_MOD, - sym_REM, - STATE(1637), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2712), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - ACTIONS(2710), 27, - sym_AFTER, + ACTIONS(2666), 35, 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, @@ -137321,43 +138012,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - [109557] = 12, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [110465] = 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(535), 1, - sym_logical_operator, - STATE(536), 1, - sym_relational_operator, - STATE(537), 1, - sym_shift_operator, - STATE(707), 1, - sym_adding_operator, - STATE(708), 1, - sym_multiplying_operator, - STATE(1638), 3, + STATE(1648), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2712), 6, + ACTIONS(2484), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2710), 29, - sym_AFTER, + ACTIONS(2482), 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, @@ -137365,11 +138050,11 @@ 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, @@ -137381,42 +138066,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - [109629] = 11, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [110525] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(456), 1, - sym_adding_operator, - STATE(457), 1, - sym_multiplying_operator, - STATE(605), 1, - sym_logical_operator, - STATE(606), 1, - sym_relational_operator, - STATE(607), 1, - sym_shift_operator, - STATE(1639), 3, + STATE(1649), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2712), 6, + ACTIONS(2654), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2710), 30, + ACTIONS(2652), 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, @@ -137427,7 +138107,8 @@ 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, @@ -137440,402 +138121,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [109699] = 14, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(3046), 1, - sym_exponentiate, - STATE(456), 1, - sym_adding_operator, - STATE(457), 1, - sym_multiplying_operator, - STATE(605), 1, - sym_logical_operator, - STATE(606), 1, - sym_relational_operator, - STATE(607), 1, - sym_shift_operator, - ACTIONS(2698), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2704), 2, - sym_MOD, - sym_REM, - STATE(1640), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2712), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - ACTIONS(2710), 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, - [109775] = 12, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(3046), 1, - sym_exponentiate, - STATE(456), 1, - sym_adding_operator, - STATE(457), 1, - sym_multiplying_operator, - STATE(605), 1, - sym_logical_operator, - STATE(606), 1, - sym_relational_operator, - STATE(607), 1, - sym_shift_operator, - STATE(1641), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2712), 6, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2710), 29, - 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, - [109847] = 6, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(1642), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2716), 6, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2714), 35, - 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_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, - 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, - [109907] = 9, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(2199), 1, - anon_sym_LPAREN, - ACTIONS(3162), 1, - sym_PARAMETER, - STATE(1854), 1, - sym_parenthesis_group, - STATE(1643), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2193), 6, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2191), 32, - 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_UNITS, - sym_XNOR, - sym_XOR, - anon_sym_SEMI, - anon_sym_DOT, - 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, - [109973] = 6, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(1644), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(3166), 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(3164), 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, - [110033] = 6, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(1645), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2590), 6, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2588), 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, - 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, - [110093] = 6, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(1646), 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), 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, - 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, - [110153] = 27, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [110585] = 27, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -137844,55 +138132,55 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(51), 1, sym_PROCEDURE, - ACTIONS(2940), 1, + ACTIONS(2927), 1, sym_ALIAS, - ACTIONS(2942), 1, + ACTIONS(2929), 1, sym_ATTRIBUTE, - ACTIONS(2944), 1, + ACTIONS(2931), 1, sym_BEGIN, - ACTIONS(2946), 1, + ACTIONS(2933), 1, sym_CONSTANT, - ACTIONS(2948), 1, + ACTIONS(2935), 1, sym_FILE, - ACTIONS(2950), 1, + ACTIONS(2937), 1, sym_FUNCTION, - ACTIONS(2952), 1, + ACTIONS(2939), 1, sym_GROUP, - ACTIONS(2954), 1, + ACTIONS(2941), 1, sym_IS, - ACTIONS(2956), 1, + ACTIONS(2943), 1, sym_PACKAGE, - ACTIONS(2958), 1, + ACTIONS(2945), 1, sym_SHARED, - ACTIONS(2960), 1, + ACTIONS(2947), 1, sym_SUBTYPE, - ACTIONS(2962), 1, + ACTIONS(2949), 1, sym_TYPE, - ACTIONS(2964), 1, + ACTIONS(2951), 1, sym_USE, - ACTIONS(2966), 1, + ACTIONS(2953), 1, sym_VARIABLE, - STATE(2336), 1, + STATE(2302), 1, aux_sym_sequential_block_head_repeat1, - STATE(3793), 1, + STATE(3710), 1, sym__process_declarative_item, - STATE(5844), 1, + STATE(5839), 1, sym__subprogram_specification, - STATE(6382), 1, + STATE(6085), 1, sym_process_head, - STATE(6559), 1, + STATE(6453), 1, sym_sequential_block, ACTIONS(43), 2, sym_IMPURE, sym_PURE, - STATE(6069), 2, + STATE(6037), 2, sym_procedure_specification, sym_function_specification, - STATE(1647), 3, + STATE(1650), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3792), 17, + STATE(3711), 17, sym_use_clause, sym_package_declaration, sym_package_instantiation_declaration, @@ -137910,115 +138198,7 @@ static const uint16_t ts_small_parse_table[] = { sym_attribute_specification, sym_group_template_declaration, sym_group_declaration, - [110255] = 6, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(1648), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2442), 6, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2440), 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, - 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, - [110315] = 6, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(1649), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2688), 6, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2686), 35, - 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_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, - 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, - [110375] = 27, + [110687] = 27, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -138027,55 +138207,55 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(51), 1, sym_PROCEDURE, - ACTIONS(2940), 1, + ACTIONS(2927), 1, sym_ALIAS, - ACTIONS(2942), 1, + ACTIONS(2929), 1, sym_ATTRIBUTE, - ACTIONS(2944), 1, + ACTIONS(2931), 1, sym_BEGIN, - ACTIONS(2946), 1, + ACTIONS(2933), 1, sym_CONSTANT, - ACTIONS(2948), 1, + ACTIONS(2935), 1, sym_FILE, - ACTIONS(2950), 1, + ACTIONS(2937), 1, sym_FUNCTION, - ACTIONS(2952), 1, + ACTIONS(2939), 1, sym_GROUP, - ACTIONS(2954), 1, + ACTIONS(2941), 1, sym_IS, - ACTIONS(2956), 1, + ACTIONS(2943), 1, sym_PACKAGE, - ACTIONS(2958), 1, + ACTIONS(2945), 1, sym_SHARED, - ACTIONS(2960), 1, + ACTIONS(2947), 1, sym_SUBTYPE, - ACTIONS(2962), 1, + ACTIONS(2949), 1, sym_TYPE, - ACTIONS(2964), 1, + ACTIONS(2951), 1, sym_USE, - ACTIONS(2966), 1, + ACTIONS(2953), 1, sym_VARIABLE, - STATE(2336), 1, + STATE(2302), 1, aux_sym_sequential_block_head_repeat1, - STATE(3793), 1, + STATE(3710), 1, sym__process_declarative_item, - STATE(5844), 1, + STATE(5839), 1, sym__subprogram_specification, - STATE(6389), 1, + STATE(6078), 1, sym_process_head, - STATE(6574), 1, + STATE(6436), 1, sym_sequential_block, ACTIONS(43), 2, sym_IMPURE, sym_PURE, - STATE(6069), 2, + STATE(6037), 2, sym_procedure_specification, sym_function_specification, - STATE(1650), 3, + STATE(1651), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3792), 17, + STATE(3711), 17, sym_use_clause, sym_package_declaration, sym_package_instantiation_declaration, @@ -138093,7 +138273,7 @@ static const uint16_t ts_small_parse_table[] = { sym_attribute_specification, sym_group_template_declaration, sym_group_declaration, - [110477] = 27, + [110789] = 27, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -138102,55 +138282,55 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(51), 1, sym_PROCEDURE, - ACTIONS(2940), 1, + ACTIONS(2927), 1, sym_ALIAS, - ACTIONS(2942), 1, + ACTIONS(2929), 1, sym_ATTRIBUTE, - ACTIONS(2944), 1, + ACTIONS(2931), 1, sym_BEGIN, - ACTIONS(2946), 1, + ACTIONS(2933), 1, sym_CONSTANT, - ACTIONS(2948), 1, + ACTIONS(2935), 1, sym_FILE, - ACTIONS(2950), 1, + ACTIONS(2937), 1, sym_FUNCTION, - ACTIONS(2952), 1, + ACTIONS(2939), 1, sym_GROUP, - ACTIONS(2956), 1, + ACTIONS(2943), 1, sym_PACKAGE, - ACTIONS(2958), 1, + ACTIONS(2945), 1, sym_SHARED, - ACTIONS(2960), 1, + ACTIONS(2947), 1, sym_SUBTYPE, - ACTIONS(2962), 1, + ACTIONS(2949), 1, sym_TYPE, - ACTIONS(2964), 1, + ACTIONS(2951), 1, sym_USE, - ACTIONS(2966), 1, + ACTIONS(2953), 1, sym_VARIABLE, - ACTIONS(3050), 1, + ACTIONS(3060), 1, sym_IS, - STATE(2411), 1, + STATE(2374), 1, aux_sym_sequential_block_head_repeat1, - STATE(3793), 1, + STATE(3710), 1, sym__process_declarative_item, - STATE(5844), 1, + STATE(5839), 1, sym__subprogram_specification, - STATE(6390), 1, + STATE(6097), 1, sym_sequential_block_head, - STATE(6576), 1, + STATE(6435), 1, sym_sequential_block, ACTIONS(43), 2, sym_IMPURE, sym_PURE, - STATE(6069), 2, + STATE(6037), 2, sym_procedure_specification, sym_function_specification, - STATE(1651), 3, + STATE(1652), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3792), 17, + STATE(3711), 17, sym_use_clause, sym_package_declaration, sym_package_instantiation_declaration, @@ -138168,25 +138348,25 @@ static const uint16_t ts_small_parse_table[] = { sym_attribute_specification, sym_group_template_declaration, sym_group_declaration, - [110579] = 6, + [110891] = 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(1653), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2514), 6, + ACTIONS(2376), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2512), 35, + ACTIONS(2374), 35, sym_AND, sym_GENERIC, sym_IS, @@ -138222,7 +138402,7 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [110639] = 27, + [110951] = 27, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -138231,55 +138411,55 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(51), 1, sym_PROCEDURE, - ACTIONS(2940), 1, + ACTIONS(2927), 1, sym_ALIAS, - ACTIONS(2942), 1, + ACTIONS(2929), 1, sym_ATTRIBUTE, - ACTIONS(2944), 1, + ACTIONS(2931), 1, sym_BEGIN, - ACTIONS(2946), 1, + ACTIONS(2933), 1, sym_CONSTANT, - ACTIONS(2948), 1, + ACTIONS(2935), 1, sym_FILE, - ACTIONS(2950), 1, + ACTIONS(2937), 1, sym_FUNCTION, - ACTIONS(2952), 1, + ACTIONS(2939), 1, sym_GROUP, - ACTIONS(2956), 1, + ACTIONS(2943), 1, sym_PACKAGE, - ACTIONS(2958), 1, + ACTIONS(2945), 1, sym_SHARED, - ACTIONS(2960), 1, + ACTIONS(2947), 1, sym_SUBTYPE, - ACTIONS(2962), 1, + ACTIONS(2949), 1, sym_TYPE, - ACTIONS(2964), 1, + ACTIONS(2951), 1, sym_USE, - ACTIONS(2966), 1, + ACTIONS(2953), 1, sym_VARIABLE, - ACTIONS(3050), 1, + ACTIONS(3060), 1, sym_IS, - STATE(2411), 1, + STATE(2374), 1, aux_sym_sequential_block_head_repeat1, - STATE(3793), 1, + STATE(3710), 1, sym__process_declarative_item, - STATE(5844), 1, + STATE(5839), 1, sym__subprogram_specification, - STATE(6400), 1, + STATE(6125), 1, sym_sequential_block_head, - STATE(6587), 1, + STATE(6419), 1, sym_sequential_block, ACTIONS(43), 2, sym_IMPURE, sym_PURE, - STATE(6069), 2, + STATE(6037), 2, sym_procedure_specification, sym_function_specification, - STATE(1653), 3, + STATE(1654), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3792), 17, + STATE(3711), 17, sym_use_clause, sym_package_declaration, sym_package_instantiation_declaration, @@ -138297,7 +138477,7 @@ static const uint16_t ts_small_parse_table[] = { sym_attribute_specification, sym_group_template_declaration, sym_group_declaration, - [110741] = 27, + [111053] = 27, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -138306,55 +138486,55 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(51), 1, sym_PROCEDURE, - ACTIONS(2940), 1, + ACTIONS(2927), 1, sym_ALIAS, - ACTIONS(2942), 1, + ACTIONS(2929), 1, sym_ATTRIBUTE, - ACTIONS(2944), 1, + ACTIONS(2931), 1, sym_BEGIN, - ACTIONS(2946), 1, + ACTIONS(2933), 1, sym_CONSTANT, - ACTIONS(2948), 1, + ACTIONS(2935), 1, sym_FILE, - ACTIONS(2950), 1, + ACTIONS(2937), 1, sym_FUNCTION, - ACTIONS(2952), 1, + ACTIONS(2939), 1, sym_GROUP, - ACTIONS(2954), 1, + ACTIONS(2941), 1, sym_IS, - ACTIONS(2956), 1, + ACTIONS(2943), 1, sym_PACKAGE, - ACTIONS(2958), 1, + ACTIONS(2945), 1, sym_SHARED, - ACTIONS(2960), 1, + ACTIONS(2947), 1, sym_SUBTYPE, - ACTIONS(2962), 1, + ACTIONS(2949), 1, sym_TYPE, - ACTIONS(2964), 1, + ACTIONS(2951), 1, sym_USE, - ACTIONS(2966), 1, + ACTIONS(2953), 1, sym_VARIABLE, - STATE(2336), 1, + STATE(2302), 1, aux_sym_sequential_block_head_repeat1, - STATE(3793), 1, + STATE(3710), 1, sym__process_declarative_item, - STATE(5844), 1, + STATE(5839), 1, sym__subprogram_specification, - STATE(6402), 1, + STATE(6126), 1, sym_process_head, - STATE(6585), 1, + STATE(6424), 1, sym_sequential_block, ACTIONS(43), 2, sym_IMPURE, sym_PURE, - STATE(6069), 2, + STATE(6037), 2, sym_procedure_specification, sym_function_specification, - STATE(1654), 3, + STATE(1655), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3792), 17, + STATE(3711), 17, sym_use_clause, sym_package_declaration, sym_package_instantiation_declaration, @@ -138372,307 +138552,223 @@ static const uint16_t ts_small_parse_table[] = { sym_attribute_specification, sym_group_template_declaration, sym_group_declaration, - [110843] = 27, + [111155] = 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(2940), 1, - sym_ALIAS, - ACTIONS(2942), 1, - sym_ATTRIBUTE, - ACTIONS(2944), 1, - sym_BEGIN, - ACTIONS(2946), 1, - sym_CONSTANT, - ACTIONS(2948), 1, - sym_FILE, - ACTIONS(2950), 1, - sym_FUNCTION, - ACTIONS(2952), 1, - sym_GROUP, - ACTIONS(2954), 1, - sym_IS, - ACTIONS(2956), 1, - sym_PACKAGE, - ACTIONS(2958), 1, - sym_SHARED, - ACTIONS(2960), 1, - sym_SUBTYPE, - ACTIONS(2962), 1, - sym_TYPE, - ACTIONS(2964), 1, - sym_USE, - ACTIONS(2966), 1, - sym_VARIABLE, - STATE(2336), 1, - aux_sym_sequential_block_head_repeat1, - STATE(3793), 1, - sym__process_declarative_item, - STATE(5844), 1, - sym__subprogram_specification, - STATE(6027), 1, - sym_sequential_block, - STATE(6414), 1, - sym_process_head, - ACTIONS(43), 2, - sym_IMPURE, - sym_PURE, - STATE(6069), 2, - sym_procedure_specification, - sym_function_specification, - STATE(1655), 3, + STATE(1656), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3792), 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, - [110945] = 27, + 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), 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, + [111215] = 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(2940), 1, - sym_ALIAS, - ACTIONS(2942), 1, - sym_ATTRIBUTE, - ACTIONS(2944), 1, - sym_BEGIN, - ACTIONS(2946), 1, - sym_CONSTANT, - ACTIONS(2948), 1, - sym_FILE, - ACTIONS(2950), 1, - sym_FUNCTION, - ACTIONS(2952), 1, - sym_GROUP, - ACTIONS(2954), 1, - sym_IS, - ACTIONS(2956), 1, - sym_PACKAGE, - ACTIONS(2958), 1, - sym_SHARED, - ACTIONS(2960), 1, - sym_SUBTYPE, - ACTIONS(2962), 1, - sym_TYPE, - ACTIONS(2964), 1, - sym_USE, - ACTIONS(2966), 1, - sym_VARIABLE, - STATE(2336), 1, - aux_sym_sequential_block_head_repeat1, - STATE(3793), 1, - sym__process_declarative_item, - STATE(5844), 1, - sym__subprogram_specification, - STATE(6046), 1, - sym_sequential_block, - STATE(6421), 1, - sym_process_head, - ACTIONS(43), 2, - sym_IMPURE, - sym_PURE, - STATE(6069), 2, - sym_procedure_specification, - sym_function_specification, - STATE(1656), 3, + STATE(1657), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3792), 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, - [111047] = 27, + ACTIONS(2518), 6, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2516), 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, + [111275] = 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(2940), 1, - sym_ALIAS, - ACTIONS(2942), 1, - sym_ATTRIBUTE, - ACTIONS(2944), 1, - sym_BEGIN, - ACTIONS(2946), 1, - sym_CONSTANT, - ACTIONS(2948), 1, - sym_FILE, - ACTIONS(2950), 1, - sym_FUNCTION, - ACTIONS(2952), 1, - sym_GROUP, - ACTIONS(2956), 1, - sym_PACKAGE, - ACTIONS(2958), 1, - sym_SHARED, - ACTIONS(2960), 1, - sym_SUBTYPE, - ACTIONS(2962), 1, - sym_TYPE, - ACTIONS(2964), 1, - sym_USE, - ACTIONS(2966), 1, - sym_VARIABLE, - ACTIONS(3050), 1, - sym_IS, - STATE(2411), 1, - aux_sym_sequential_block_head_repeat1, - STATE(3793), 1, - sym__process_declarative_item, - STATE(5844), 1, - sym__subprogram_specification, - STATE(6049), 1, - sym_sequential_block, - STATE(6422), 1, - sym_sequential_block_head, - ACTIONS(43), 2, - sym_IMPURE, - sym_PURE, - STATE(6069), 2, - sym_procedure_specification, - sym_function_specification, - STATE(1657), 3, + STATE(1658), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3792), 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, - [111149] = 27, + ACTIONS(2510), 6, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2508), 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, + [111335] = 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(2940), 1, - sym_ALIAS, - ACTIONS(2942), 1, - sym_ATTRIBUTE, - ACTIONS(2944), 1, - sym_BEGIN, - ACTIONS(2946), 1, - sym_CONSTANT, - ACTIONS(2948), 1, - sym_FILE, - ACTIONS(2950), 1, - sym_FUNCTION, - ACTIONS(2952), 1, - sym_GROUP, - ACTIONS(2956), 1, - sym_PACKAGE, - ACTIONS(2958), 1, - sym_SHARED, - ACTIONS(2960), 1, - sym_SUBTYPE, - ACTIONS(2962), 1, - sym_TYPE, - ACTIONS(2964), 1, - sym_USE, - ACTIONS(2966), 1, - sym_VARIABLE, - ACTIONS(3050), 1, - sym_IS, - STATE(2411), 1, - aux_sym_sequential_block_head_repeat1, - STATE(3793), 1, - sym__process_declarative_item, - STATE(5844), 1, - sym__subprogram_specification, - STATE(6061), 1, - sym_sequential_block, - STATE(6432), 1, - sym_sequential_block_head, - ACTIONS(43), 2, - sym_IMPURE, - sym_PURE, - STATE(6069), 2, - sym_procedure_specification, - sym_function_specification, - STATE(1658), 3, + STATE(1659), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3792), 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, - [111251] = 27, + ACTIONS(2506), 6, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2504), 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, + [111395] = 27, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -138681,55 +138777,55 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(51), 1, sym_PROCEDURE, - ACTIONS(2940), 1, + ACTIONS(2927), 1, sym_ALIAS, - ACTIONS(2942), 1, + ACTIONS(2929), 1, sym_ATTRIBUTE, - ACTIONS(2944), 1, + ACTIONS(2931), 1, sym_BEGIN, - ACTIONS(2946), 1, + ACTIONS(2933), 1, sym_CONSTANT, - ACTIONS(2948), 1, + ACTIONS(2935), 1, sym_FILE, - ACTIONS(2950), 1, + ACTIONS(2937), 1, sym_FUNCTION, - ACTIONS(2952), 1, + ACTIONS(2939), 1, sym_GROUP, - ACTIONS(2954), 1, + ACTIONS(2941), 1, sym_IS, - ACTIONS(2956), 1, + ACTIONS(2943), 1, sym_PACKAGE, - ACTIONS(2958), 1, + ACTIONS(2945), 1, sym_SHARED, - ACTIONS(2960), 1, + ACTIONS(2947), 1, sym_SUBTYPE, - ACTIONS(2962), 1, + ACTIONS(2949), 1, sym_TYPE, - ACTIONS(2964), 1, + ACTIONS(2951), 1, sym_USE, - ACTIONS(2966), 1, + ACTIONS(2953), 1, sym_VARIABLE, - STATE(2336), 1, + STATE(2302), 1, aux_sym_sequential_block_head_repeat1, - STATE(3793), 1, + STATE(3710), 1, sym__process_declarative_item, - STATE(5844), 1, + STATE(5839), 1, sym__subprogram_specification, - STATE(6059), 1, - sym_sequential_block, - STATE(6434), 1, + STATE(6166), 1, sym_process_head, + STATE(6378), 1, + sym_sequential_block, ACTIONS(43), 2, sym_IMPURE, sym_PURE, - STATE(6069), 2, + STATE(6037), 2, sym_procedure_specification, sym_function_specification, - STATE(1659), 3, + STATE(1660), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3792), 17, + STATE(3711), 17, sym_use_clause, sym_package_declaration, sym_package_instantiation_declaration, @@ -138747,7 +138843,7 @@ static const uint16_t ts_small_parse_table[] = { sym_attribute_specification, sym_group_template_declaration, sym_group_declaration, - [111353] = 27, + [111497] = 27, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -138756,55 +138852,55 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(51), 1, sym_PROCEDURE, - ACTIONS(2940), 1, + ACTIONS(2927), 1, sym_ALIAS, - ACTIONS(2942), 1, + ACTIONS(2929), 1, sym_ATTRIBUTE, - ACTIONS(2944), 1, + ACTIONS(2931), 1, sym_BEGIN, - ACTIONS(2946), 1, + ACTIONS(2933), 1, sym_CONSTANT, - ACTIONS(2948), 1, + ACTIONS(2935), 1, sym_FILE, - ACTIONS(2950), 1, + ACTIONS(2937), 1, sym_FUNCTION, - ACTIONS(2952), 1, + ACTIONS(2939), 1, sym_GROUP, - ACTIONS(2954), 1, + ACTIONS(2941), 1, sym_IS, - ACTIONS(2956), 1, + ACTIONS(2943), 1, sym_PACKAGE, - ACTIONS(2958), 1, + ACTIONS(2945), 1, sym_SHARED, - ACTIONS(2960), 1, + ACTIONS(2947), 1, sym_SUBTYPE, - ACTIONS(2962), 1, + ACTIONS(2949), 1, sym_TYPE, - ACTIONS(2964), 1, + ACTIONS(2951), 1, sym_USE, - ACTIONS(2966), 1, + ACTIONS(2953), 1, sym_VARIABLE, - STATE(2336), 1, + STATE(2302), 1, aux_sym_sequential_block_head_repeat1, - STATE(3793), 1, + STATE(3710), 1, sym__process_declarative_item, - STATE(5844), 1, + STATE(5839), 1, sym__subprogram_specification, - STATE(6094), 1, - sym_sequential_block, - STATE(6445), 1, + STATE(6179), 1, sym_process_head, + STATE(6367), 1, + sym_sequential_block, ACTIONS(43), 2, sym_IMPURE, sym_PURE, - STATE(6069), 2, + STATE(6037), 2, sym_procedure_specification, sym_function_specification, - STATE(1660), 3, + STATE(1661), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3792), 17, + STATE(3711), 17, sym_use_clause, sym_package_declaration, sym_package_instantiation_declaration, @@ -138822,37 +138918,37 @@ static const uint16_t ts_small_parse_table[] = { sym_attribute_specification, sym_group_template_declaration, sym_group_declaration, - [111455] = 6, + [111599] = 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(1662), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2388), 6, + ACTIONS(2484), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2386), 35, + ACTIONS(2482), 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, @@ -138876,7 +138972,7 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [111515] = 27, + [111659] = 27, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -138885,55 +138981,55 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(51), 1, sym_PROCEDURE, - ACTIONS(2940), 1, + ACTIONS(2927), 1, sym_ALIAS, - ACTIONS(2942), 1, + ACTIONS(2929), 1, sym_ATTRIBUTE, - ACTIONS(2944), 1, + ACTIONS(2931), 1, sym_BEGIN, - ACTIONS(2946), 1, + ACTIONS(2933), 1, sym_CONSTANT, - ACTIONS(2948), 1, + ACTIONS(2935), 1, sym_FILE, - ACTIONS(2950), 1, + ACTIONS(2937), 1, sym_FUNCTION, - ACTIONS(2952), 1, + ACTIONS(2939), 1, sym_GROUP, - ACTIONS(2954), 1, + ACTIONS(2941), 1, sym_IS, - ACTIONS(2956), 1, + ACTIONS(2943), 1, sym_PACKAGE, - ACTIONS(2958), 1, + ACTIONS(2945), 1, sym_SHARED, - ACTIONS(2960), 1, + ACTIONS(2947), 1, sym_SUBTYPE, - ACTIONS(2962), 1, + ACTIONS(2949), 1, sym_TYPE, - ACTIONS(2964), 1, + ACTIONS(2951), 1, sym_USE, - ACTIONS(2966), 1, + ACTIONS(2953), 1, sym_VARIABLE, - STATE(2336), 1, + STATE(2302), 1, aux_sym_sequential_block_head_repeat1, - STATE(3793), 1, + STATE(3710), 1, sym__process_declarative_item, - STATE(5844), 1, + STATE(5839), 1, sym__subprogram_specification, - STATE(6109), 1, - sym_sequential_block, - STATE(6450), 1, + STATE(6196), 1, sym_process_head, + STATE(6358), 1, + sym_sequential_block, ACTIONS(43), 2, sym_IMPURE, sym_PURE, - STATE(6069), 2, + STATE(6037), 2, sym_procedure_specification, sym_function_specification, - STATE(1662), 3, + STATE(1663), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3792), 17, + STATE(3711), 17, sym_use_clause, sym_package_declaration, sym_package_instantiation_declaration, @@ -138951,32 +139047,32 @@ static const uint16_t ts_small_parse_table[] = { sym_attribute_specification, sym_group_template_declaration, sym_group_declaration, - [111617] = 6, + [111761] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1663), 3, + STATE(1664), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2396), 6, + ACTIONS(2658), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2394), 35, + ACTIONS(2656), 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, @@ -138986,9 +139082,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, @@ -139005,82 +139101,7 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [111677] = 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(2940), 1, - sym_ALIAS, - ACTIONS(2942), 1, - sym_ATTRIBUTE, - ACTIONS(2944), 1, - sym_BEGIN, - ACTIONS(2946), 1, - sym_CONSTANT, - ACTIONS(2948), 1, - sym_FILE, - ACTIONS(2950), 1, - sym_FUNCTION, - ACTIONS(2952), 1, - sym_GROUP, - ACTIONS(2954), 1, - sym_IS, - ACTIONS(2956), 1, - sym_PACKAGE, - ACTIONS(2958), 1, - sym_SHARED, - ACTIONS(2960), 1, - sym_SUBTYPE, - ACTIONS(2962), 1, - sym_TYPE, - ACTIONS(2964), 1, - sym_USE, - ACTIONS(2966), 1, - sym_VARIABLE, - STATE(2336), 1, - aux_sym_sequential_block_head_repeat1, - STATE(3793), 1, - sym__process_declarative_item, - STATE(5844), 1, - sym__subprogram_specification, - STATE(6120), 1, - sym_sequential_block, - STATE(6456), 1, - sym_process_head, - ACTIONS(43), 2, - sym_IMPURE, - sym_PURE, - STATE(6069), 2, - sym_procedure_specification, - sym_function_specification, - STATE(1664), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(3792), 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, - [111779] = 6, + [111821] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -139091,14 +139112,14 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2454), 6, + ACTIONS(2388), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2452), 35, + ACTIONS(2386), 35, sym_AND, sym_GENERIC, sym_IS, @@ -139134,81 +139155,60 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [111839] = 27, + [111881] = 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(2940), 1, - sym_ALIAS, - ACTIONS(2942), 1, - sym_ATTRIBUTE, - ACTIONS(2944), 1, - sym_BEGIN, - ACTIONS(2946), 1, - sym_CONSTANT, - ACTIONS(2948), 1, - sym_FILE, - ACTIONS(2950), 1, - sym_FUNCTION, - ACTIONS(2952), 1, - sym_GROUP, - ACTIONS(2954), 1, + STATE(1666), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2526), 6, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2524), 35, + sym_AND, + sym_GENERIC, sym_IS, - ACTIONS(2956), 1, - sym_PACKAGE, - ACTIONS(2958), 1, - sym_SHARED, - ACTIONS(2960), 1, - sym_SUBTYPE, - ACTIONS(2962), 1, - sym_TYPE, - ACTIONS(2964), 1, - sym_USE, - ACTIONS(2966), 1, - sym_VARIABLE, - STATE(2336), 1, - aux_sym_sequential_block_head_repeat1, - STATE(3793), 1, - sym__process_declarative_item, - STATE(5844), 1, - sym__subprogram_specification, - STATE(6136), 1, - sym_sequential_block, - STATE(6464), 1, - sym_process_head, - ACTIONS(43), 2, - sym_IMPURE, - sym_PURE, - STATE(6069), 2, - sym_procedure_specification, - sym_function_specification, - STATE(1666), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(3792), 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, + 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, [111941] = 6, ACTIONS(3), 1, sym__grave_accent, @@ -139220,26 +139220,26 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2458), 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(2456), 35, + ACTIONS(2562), 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, @@ -139263,112 +139263,37 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [112001] = 27, + [112001] = 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(2940), 1, - sym_ALIAS, - ACTIONS(2942), 1, - sym_ATTRIBUTE, - ACTIONS(2944), 1, - sym_BEGIN, - ACTIONS(2946), 1, - sym_CONSTANT, - ACTIONS(2948), 1, - sym_FILE, - ACTIONS(2950), 1, - sym_FUNCTION, - ACTIONS(2952), 1, - sym_GROUP, - ACTIONS(2954), 1, - sym_IS, - ACTIONS(2956), 1, - sym_PACKAGE, - ACTIONS(2958), 1, - sym_SHARED, - ACTIONS(2960), 1, - sym_SUBTYPE, - ACTIONS(2962), 1, - sym_TYPE, - ACTIONS(2964), 1, - sym_USE, - ACTIONS(2966), 1, - sym_VARIABLE, - STATE(2336), 1, - aux_sym_sequential_block_head_repeat1, - STATE(3793), 1, - sym__process_declarative_item, - STATE(5844), 1, - sym__subprogram_specification, - STATE(6144), 1, - sym_sequential_block, - STATE(6465), 1, - sym_process_head, - ACTIONS(43), 2, - sym_IMPURE, - sym_PURE, - STATE(6069), 2, - sym_procedure_specification, - sym_function_specification, STATE(1668), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3792), 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, - [112103] = 6, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(1669), 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), 35, + ACTIONS(2512), 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, @@ -139392,107 +139317,32 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [112163] = 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(2940), 1, - sym_ALIAS, - ACTIONS(2942), 1, - sym_ATTRIBUTE, - ACTIONS(2944), 1, - sym_BEGIN, - ACTIONS(2946), 1, - sym_CONSTANT, - ACTIONS(2948), 1, - sym_FILE, - ACTIONS(2950), 1, - sym_FUNCTION, - ACTIONS(2952), 1, - sym_GROUP, - ACTIONS(2954), 1, - sym_IS, - ACTIONS(2956), 1, - sym_PACKAGE, - ACTIONS(2958), 1, - sym_SHARED, - ACTIONS(2960), 1, - sym_SUBTYPE, - ACTIONS(2962), 1, - sym_TYPE, - ACTIONS(2964), 1, - sym_USE, - ACTIONS(2966), 1, - sym_VARIABLE, - STATE(2336), 1, - aux_sym_sequential_block_head_repeat1, - STATE(3793), 1, - sym__process_declarative_item, - STATE(5844), 1, - sym__subprogram_specification, - STATE(6150), 1, - sym_sequential_block, - STATE(6466), 1, - sym_process_head, - ACTIONS(43), 2, - sym_IMPURE, - sym_PURE, - STATE(6069), 2, - sym_procedure_specification, - sym_function_specification, - STATE(1670), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(3792), 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, - [112265] = 6, + [112061] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1671), 3, + STATE(1669), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2590), 6, + ACTIONS(2442), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2588), 35, + ACTIONS(2440), 35, sym_AND, + sym_DOWNTO, sym_GENERIC, sym_IS, sym_MOD, sym_NAND, sym_NOR, - sym_OPEN, sym_OR, sym_PARAMETER, sym_REM, @@ -139502,9 +139352,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, @@ -139521,25 +139371,25 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [112325] = 6, + [112121] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1672), 3, + STATE(1670), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2494), 6, + ACTIONS(2548), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2492), 35, + ACTIONS(2546), 35, sym_AND, sym_GENERIC, sym_IS, @@ -139575,6 +139425,156 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, + [112181] = 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(2927), 1, + sym_ALIAS, + ACTIONS(2929), 1, + sym_ATTRIBUTE, + ACTIONS(2931), 1, + sym_BEGIN, + ACTIONS(2933), 1, + sym_CONSTANT, + ACTIONS(2935), 1, + sym_FILE, + ACTIONS(2937), 1, + sym_FUNCTION, + ACTIONS(2939), 1, + sym_GROUP, + ACTIONS(2941), 1, + sym_IS, + ACTIONS(2943), 1, + sym_PACKAGE, + ACTIONS(2945), 1, + sym_SHARED, + ACTIONS(2947), 1, + sym_SUBTYPE, + ACTIONS(2949), 1, + sym_TYPE, + ACTIONS(2951), 1, + sym_USE, + ACTIONS(2953), 1, + sym_VARIABLE, + STATE(2302), 1, + aux_sym_sequential_block_head_repeat1, + STATE(3710), 1, + sym__process_declarative_item, + STATE(5839), 1, + sym__subprogram_specification, + STATE(6219), 1, + sym_process_head, + STATE(6336), 1, + sym_sequential_block, + ACTIONS(43), 2, + sym_IMPURE, + sym_PURE, + STATE(6037), 2, + sym_procedure_specification, + sym_function_specification, + STATE(1671), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(3711), 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, + [112283] = 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(2927), 1, + sym_ALIAS, + ACTIONS(2929), 1, + sym_ATTRIBUTE, + ACTIONS(2931), 1, + sym_BEGIN, + ACTIONS(2933), 1, + sym_CONSTANT, + ACTIONS(2935), 1, + sym_FILE, + ACTIONS(2937), 1, + sym_FUNCTION, + ACTIONS(2939), 1, + sym_GROUP, + ACTIONS(2941), 1, + sym_IS, + ACTIONS(2943), 1, + sym_PACKAGE, + ACTIONS(2945), 1, + sym_SHARED, + ACTIONS(2947), 1, + sym_SUBTYPE, + ACTIONS(2949), 1, + sym_TYPE, + ACTIONS(2951), 1, + sym_USE, + ACTIONS(2953), 1, + sym_VARIABLE, + STATE(2302), 1, + aux_sym_sequential_block_head_repeat1, + STATE(3710), 1, + sym__process_declarative_item, + STATE(5839), 1, + sym__subprogram_specification, + STATE(6226), 1, + sym_process_head, + STATE(6329), 1, + sym_sequential_block, + ACTIONS(43), 2, + sym_IMPURE, + sym_PURE, + STATE(6037), 2, + sym_procedure_specification, + sym_function_specification, + STATE(1672), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(3711), 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, [112385] = 6, ACTIONS(3), 1, sym__grave_accent, @@ -139586,33 +139586,33 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2396), 6, + ACTIONS(2552), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2394), 35, + ACTIONS(2550), 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, @@ -139640,20 +139640,19 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2590), 6, + ACTIONS(2658), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2588), 34, + ACTIONS(2656), 34, sym_AND, sym_GENERIC, sym_MOD, sym_NAND, sym_NOR, - sym_OF, sym_OR, sym_PARAMETER, sym_REM, @@ -139663,9 +139662,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, @@ -139682,47 +139682,63 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [112504] = 6, + [112504] = 18, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(3168), 1, + sym_exponentiate, + STATE(485), 1, + sym_multiplying_operator, + STATE(514), 1, + sym_adding_operator, + STATE(543), 1, + sym_shift_operator, + STATE(544), 1, + sym_relational_operator, + STATE(545), 1, + sym_logical_operator, + ACTIONS(2698), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2704), 2, + sym_MOD, + sym_REM, + ACTIONS(2690), 3, + sym_IS, + sym_OPEN, + anon_sym_SEMI, + ACTIONS(2696), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, STATE(1675), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2716), 6, + ACTIONS(2694), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2714), 34, - sym_identifier, + ACTIONS(2702), 6, sym_AND, - sym_DOWNTO, - sym_GENERATE, - sym_MOD, sym_NAND, sym_NOR, sym_OR, - sym_REM, + sym_XNOR, + sym_XOR, + ACTIONS(2706), 6, 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, + ACTIONS(2692), 8, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -139731,11 +139747,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, - [112563] = 6, + [112587] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -139746,14 +139758,14 @@ static const uint16_t ts_small_parse_table[] = { 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), 34, + ACTIONS(2648), 34, sym_AND, sym_ELSE, sym_GENERIC, @@ -139788,43 +139800,105 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [112622] = 12, + [112646] = 25, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3168), 1, - sym_exponentiate, - STATE(517), 1, - sym_adding_operator, - STATE(518), 1, - sym_multiplying_operator, - STATE(614), 1, - sym_logical_operator, - STATE(615), 1, - sym_relational_operator, - STATE(616), 1, - sym_shift_operator, - STATE(1677), 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(3170), 1, + sym_POSTPONED, + ACTIONS(3173), 1, + sym_PROCESS, + STATE(2688), 1, + sym_label_declaration, + STATE(3015), 1, + sym__direct_name, + STATE(4352), 1, + sym__concurrent_statement, + STATE(6048), 1, + sym_aggregate, + STATE(6062), 1, + sym__target, + STATE(6245), 1, + sym_with_expression, + STATE(6276), 1, + sym_name, + STATE(7200), 1, + sym_assertion, + STATE(7711), 1, + sym__label, + STATE(4386), 2, + sym__identifier, + sym__external_name, + ACTIONS(725), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, + STATE(4383), 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(1677), 4, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + aux_sym_design_unit_repeat3, + STATE(4362), 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, + [112743] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(1678), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2712), 6, + ACTIONS(2602), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2710), 28, + ACTIONS(2600), 34, sym_AND, + sym_ELSE, sym_GENERIC, sym_MOD, sym_NAND, sym_NOR, sym_OR, + sym_PARAMETER, sym_REM, sym_ROL, sym_ROR, @@ -139835,8 +139909,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, @@ -139847,83 +139922,84 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - [112693] = 9, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [112802] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3172), 1, - sym_library_constant_unit, - STATE(2668), 1, - sym__unit, - STATE(1678), 3, + STATE(1679), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3170), 4, + ACTIONS(3176), 40, sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - ACTIONS(2446), 6, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2444), 28, + sym_ABS, sym_AND, - sym_ELSE, - sym_MOD, + sym_FORCE, + sym_INERTIAL, 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_REJECT, + sym_RELEASE, + sym_TRANSPORT, + 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, - [112758] = 6, + anon_sym_LT_LT, + [112859] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1679), 3, + ACTIONS(2912), 1, + anon_sym_COLON, + STATE(1680), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2454), 6, + ACTIONS(2628), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2452), 34, + ACTIONS(2626), 33, sym_AND, - sym_ELSE, + sym_GENERATE, sym_GENERIC, sym_MOD, sym_NAND, @@ -139939,7 +140015,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, @@ -139956,29 +140031,29 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [112817] = 6, + [112920] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1680), 3, + STATE(1681), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2716), 6, + ACTIONS(2728), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2714), 34, + ACTIONS(2726), 34, sym_identifier, sym_AND, sym_DOWNTO, - sym_IS, + sym_GENERATE, sym_MOD, sym_NAND, sym_NOR, @@ -140009,37 +140084,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [112876] = 11, + [112979] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(471), 1, - sym_adding_operator, - STATE(472), 1, - sym_multiplying_operator, - STATE(622), 1, - sym_logical_operator, - STATE(623), 1, - sym_relational_operator, - STATE(624), 1, - sym_shift_operator, - STATE(1681), 3, + ACTIONS(2590), 1, + anon_sym_LPAREN, + ACTIONS(3178), 1, + sym_PARAMETER, + STATE(2203), 1, + sym_parenthesis_group, + STATE(1682), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2712), 6, + ACTIONS(2326), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2710), 29, + ACTIONS(2324), 31, sym_AND, - sym_DOWNTO, + sym_GENERIC, sym_IS, sym_MOD, sym_NAND, @@ -140052,9 +140123,9 @@ 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_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -140067,59 +140138,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [112945] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(1682), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(3174), 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, - [113002] = 6, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [113044] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -140130,22 +140151,22 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2716), 6, + ACTIONS(2668), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2714), 34, - sym_identifier, + ACTIONS(2666), 34, sym_AND, - sym_IS, + sym_FOR, + sym_GENERIC, sym_MOD, sym_NAND, sym_NOR, - sym_OPEN, sym_OR, + sym_PARAMETER, sym_REM, sym_ROL, sym_ROR, @@ -140155,11 +140176,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, @@ -140172,7 +140191,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [113061] = 5, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [113103] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -140183,48 +140204,49 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3176), 40, + ACTIONS(2722), 6, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2720), 34, sym_identifier, - sym_ABS, sym_AND, - sym_FORCE, - sym_INERTIAL, + sym_IS, + sym_MOD, sym_NAND, - sym_NEW, sym_NOR, - sym_NOT, - sym_NULL, + sym_OPEN, sym_OR, - sym_REJECT, - sym_RELEASE, - sym_TRANSPORT, - sym_UNAFFECTED, + sym_REM, + sym_ROL, + sym_ROR, + sym_SLA, + sym_SLL, + sym_SRA, + sym_SRL, 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_constant_unit, sym_library_function, sym_library_type, - anon_sym_LPAREN, - sym_condition_conversion, + 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_LT_LT, - [113118] = 6, + anon_sym_AMP, + sym_exponentiate, + [113162] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -140235,22 +140257,22 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2586), 6, + ACTIONS(2728), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2584), 34, + ACTIONS(2726), 34, + sym_identifier, sym_AND, - sym_FOR, - sym_GENERIC, + sym_IS, sym_MOD, sym_NAND, sym_NOR, + sym_OPEN, sym_OR, - sym_PARAMETER, sym_REM, sym_ROL, sym_ROR, @@ -140260,9 +140282,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, @@ -140275,107 +140299,107 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [113177] = 25, + [113221] = 18, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - 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(3178), 1, - sym_POSTPONED, - ACTIONS(3181), 1, - sym_PROCESS, - STATE(2626), 1, - sym_label_declaration, - STATE(3023), 1, - sym__direct_name, - STATE(4386), 1, - sym__concurrent_statement, - STATE(6098), 1, - sym_aggregate, - STATE(6317), 1, - sym_name, - STATE(6373), 1, - sym__target, - STATE(6470), 1, - sym_with_expression, - STATE(7169), 1, - sym__label, - STATE(7448), 1, - sym_assertion, - STATE(4362), 2, - sym__identifier, - sym__external_name, - ACTIONS(725), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(4351), 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(1686), 4, + ACTIONS(3180), 1, + sym_exponentiate, + STATE(495), 1, + sym_shift_operator, + STATE(496), 1, + sym_relational_operator, + STATE(497), 1, + sym_logical_operator, + STATE(696), 1, + sym_multiplying_operator, + STATE(697), 1, + sym_adding_operator, + ACTIONS(2698), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2704), 2, + sym_MOD, + sym_REM, + ACTIONS(2690), 3, + sym_DOWNTO, + sym_LOOP, + sym_TO, + ACTIONS(2696), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(1686), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - aux_sym_design_unit_repeat3, - STATE(4354), 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, - [113274] = 6, + ACTIONS(2694), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + ACTIONS(2702), 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(2692), 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, + [113304] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + STATE(485), 1, + sym_multiplying_operator, + STATE(514), 1, + sym_adding_operator, + STATE(543), 1, + sym_shift_operator, + STATE(544), 1, + sym_relational_operator, + STATE(545), 1, + sym_logical_operator, STATE(1687), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2396), 6, + ACTIONS(2688), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2394), 34, + ACTIONS(2686), 29, sym_AND, - sym_FOR, - sym_GENERIC, + sym_IS, sym_MOD, sym_NAND, sym_NOR, + sym_OPEN, sym_OR, - sym_PARAMETER, sym_REM, sym_ROL, sym_ROR, @@ -140386,8 +140410,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, @@ -140400,27 +140422,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [113333] = 14, + [113373] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3184), 1, + ACTIONS(3168), 1, sym_exponentiate, - STATE(471), 1, - sym_adding_operator, - STATE(472), 1, + STATE(485), 1, sym_multiplying_operator, - STATE(622), 1, - sym_logical_operator, - STATE(623), 1, - sym_relational_operator, - STATE(624), 1, + STATE(514), 1, + sym_adding_operator, + STATE(543), 1, sym_shift_operator, + STATE(544), 1, + sym_relational_operator, + STATE(545), 1, + sym_logical_operator, ACTIONS(2698), 2, anon_sym_STAR, anon_sym_SLASH, @@ -140431,17 +140451,17 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2712), 4, + ACTIONS(2688), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2710), 26, + ACTIONS(2686), 26, sym_AND, - sym_DOWNTO, sym_IS, sym_NAND, sym_NOR, + sym_OPEN, sym_OR, sym_ROL, sym_ROR, @@ -140449,9 +140469,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, @@ -140463,33 +140483,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - [113408] = 6, + [113448] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + STATE(485), 1, + sym_multiplying_operator, + STATE(514), 1, + sym_adding_operator, + STATE(543), 1, + sym_shift_operator, + STATE(544), 1, + sym_relational_operator, + STATE(545), 1, + sym_logical_operator, STATE(1689), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2458), 6, + ACTIONS(2684), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2456), 34, + ACTIONS(2682), 29, 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, @@ -140500,8 +140529,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, @@ -140514,47 +140541,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [113467] = 6, + [113517] = 17, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(3180), 1, + sym_exponentiate, + STATE(495), 1, + sym_shift_operator, + STATE(496), 1, + sym_relational_operator, + STATE(497), 1, + sym_logical_operator, + STATE(696), 1, + sym_multiplying_operator, + STATE(697), 1, + sym_adding_operator, + ACTIONS(2698), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2704), 2, + sym_MOD, + sym_REM, + ACTIONS(2696), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, STATE(1690), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2454), 6, + ACTIONS(2694), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2452), 34, - sym_AND, - sym_GENERIC, - sym_MOD, - sym_NAND, - sym_NOR, - sym_OR, - sym_PARAMETER, - sym_REM, + ACTIONS(2706), 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(2692), 8, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -140563,51 +140595,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, - [113526] = 6, + ACTIONS(2710), 9, + sym_AND, + sym_DOWNTO, + sym_LOOP, + sym_NAND, + sym_NOR, + sym_OR, + sym_TO, + sym_XNOR, + sym_XOR, + [113598] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + STATE(489), 1, + sym_adding_operator, + STATE(515), 1, + sym_shift_operator, + STATE(516), 1, + sym_relational_operator, + STATE(517), 1, + sym_logical_operator, + STATE(619), 1, + sym_multiplying_operator, STATE(1691), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2458), 6, + ACTIONS(2688), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2456), 34, + ACTIONS(2686), 29, 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, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -140620,47 +140663,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [113585] = 12, + [113667] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3184), 1, + ACTIONS(3182), 1, sym_exponentiate, - STATE(471), 1, + STATE(489), 1, sym_adding_operator, - STATE(472), 1, - sym_multiplying_operator, - STATE(622), 1, - sym_logical_operator, - STATE(623), 1, - sym_relational_operator, - STATE(624), 1, + STATE(515), 1, sym_shift_operator, + STATE(516), 1, + sym_relational_operator, + STATE(517), 1, + sym_logical_operator, + STATE(619), 1, + sym_multiplying_operator, + ACTIONS(2698), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2704), 2, + sym_MOD, + sym_REM, STATE(1692), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2712), 6, + ACTIONS(2688), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2710), 28, + ACTIONS(2686), 26, sym_AND, sym_DOWNTO, - sym_IS, - sym_MOD, + sym_GENERATE, sym_NAND, sym_NOR, sym_OR, - sym_REM, sym_ROL, sym_ROR, sym_SLA, @@ -140681,56 +140724,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - [113656] = 14, + [113742] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2999), 1, + ACTIONS(3180), 1, sym_exponentiate, - STATE(669), 1, - sym_logical_operator, - STATE(670), 1, - sym_relational_operator, - STATE(681), 1, + STATE(495), 1, sym_shift_operator, - STATE(682), 1, - sym_adding_operator, - STATE(684), 1, + STATE(496), 1, + sym_relational_operator, + STATE(497), 1, + sym_logical_operator, + STATE(696), 1, sym_multiplying_operator, + STATE(697), 1, + sym_adding_operator, ACTIONS(2698), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(2704), 2, sym_MOD, sym_REM, + ACTIONS(2696), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, STATE(1693), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2720), 4, + ACTIONS(2714), 4, 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_REPORT, + ACTIONS(2706), 6, sym_ROL, sym_ROR, - sym_SEVERITY, 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_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -140739,36 +140787,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, - [113731] = 6, + [113821] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + STATE(489), 1, + sym_adding_operator, + STATE(515), 1, + sym_shift_operator, + STATE(516), 1, + sym_relational_operator, + STATE(517), 1, + sym_logical_operator, + STATE(619), 1, + sym_multiplying_operator, STATE(1694), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2590), 6, + ACTIONS(2684), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2588), 34, + ACTIONS(2682), 29, sym_AND, - sym_FOR, - sym_GENERIC, + sym_DOWNTO, + sym_GENERATE, sym_MOD, sym_NAND, sym_NOR, sym_OR, - sym_PARAMETER, sym_REM, sym_ROL, sym_ROR, @@ -140776,11 +140830,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, @@ -140793,47 +140845,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [113790] = 6, + [113890] = 17, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(3168), 1, + sym_exponentiate, + STATE(485), 1, + sym_multiplying_operator, + STATE(514), 1, + sym_adding_operator, + STATE(543), 1, + sym_shift_operator, + STATE(544), 1, + sym_relational_operator, + STATE(545), 1, + sym_logical_operator, + ACTIONS(2698), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2704), 2, + sym_MOD, + sym_REM, + ACTIONS(2696), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, STATE(1695), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2388), 6, + ACTIONS(2694), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2386), 34, - sym_AND, - sym_GENERIC, - sym_MOD, - sym_NAND, - sym_NOR, - sym_OR, - sym_PARAMETER, - sym_REM, + ACTIONS(2706), 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(2692), 8, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -140842,51 +140899,71 @@ 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, - [113849] = 6, + ACTIONS(2710), 9, + sym_AND, + sym_IS, + sym_NAND, + sym_NOR, + sym_OPEN, + sym_OR, + sym_XNOR, + sym_XOR, + anon_sym_SEMI, + [113971] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(3168), 1, + sym_exponentiate, + STATE(485), 1, + sym_multiplying_operator, + STATE(514), 1, + sym_adding_operator, + STATE(543), 1, + sym_shift_operator, + STATE(544), 1, + sym_relational_operator, + STATE(545), 1, + sym_logical_operator, + ACTIONS(2698), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2704), 2, + sym_MOD, + sym_REM, + ACTIONS(2696), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, STATE(1696), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2396), 6, + ACTIONS(2714), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2394), 34, - sym_AND, - sym_GENERIC, - sym_MOD, - sym_NAND, - sym_NOR, - sym_OR, - sym_PARAMETER, - sym_REM, + ACTIONS(2706), 6, sym_ROL, sym_ROR, - sym_SEVERITY, 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_LPAREN, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -140895,40 +140972,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, - [113908] = 6, + [114050] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(3168), 1, + sym_exponentiate, + STATE(485), 1, + sym_multiplying_operator, + STATE(514), 1, + sym_adding_operator, + STATE(543), 1, + sym_shift_operator, + STATE(544), 1, + sym_relational_operator, + STATE(545), 1, + sym_logical_operator, + ACTIONS(2698), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2704), 2, + sym_MOD, + sym_REM, + ACTIONS(2696), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, STATE(1697), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2612), 6, + ACTIONS(2718), 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(2716), 23, sym_AND, - sym_FOR, - sym_GENERIC, - sym_MOD, + sym_IS, sym_NAND, sym_NOR, + sym_OPEN, sym_OR, - sym_PARAMETER, - sym_REM, sym_ROL, sym_ROR, sym_SLA, @@ -140938,8 +141026,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, @@ -140948,41 +141034,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, - [113967] = 18, + [114127] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3186), 1, + ACTIONS(3180), 1, sym_exponentiate, - STATE(507), 1, - sym_adding_operator, - STATE(508), 1, - sym_multiplying_operator, - STATE(597), 1, - sym_logical_operator, - STATE(598), 1, - sym_relational_operator, - STATE(599), 1, + STATE(495), 1, sym_shift_operator, + STATE(496), 1, + sym_relational_operator, + STATE(497), 1, + sym_logical_operator, + STATE(696), 1, + sym_multiplying_operator, + STATE(697), 1, + sym_adding_operator, ACTIONS(2698), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(2704), 2, sym_MOD, sym_REM, - ACTIONS(2690), 3, - sym_IS, - sym_OPEN, - anon_sym_SEMI, ACTIONS(2696), 3, anon_sym_PLUS, anon_sym_DASH, @@ -140991,26 +141067,27 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2694), 4, + ACTIONS(2718), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2702), 6, + ACTIONS(2716), 23, sym_AND, + sym_DOWNTO, + 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(2692), 8, + sym_TO, + sym_XNOR, + sym_XOR, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -141019,45 +141096,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [114050] = 6, + [114204] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(3168), 1, + sym_exponentiate, + STATE(485), 1, + sym_multiplying_operator, + STATE(514), 1, + sym_adding_operator, + STATE(543), 1, + sym_shift_operator, + STATE(544), 1, + sym_relational_operator, + STATE(545), 1, + sym_logical_operator, + ACTIONS(2698), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2704), 2, + sym_MOD, + sym_REM, STATE(1699), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2650), 6, + ACTIONS(2684), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2648), 34, + ACTIONS(2682), 26, sym_AND, - 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_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, @@ -141069,36 +141157,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, - [114109] = 6, + [114279] = 12, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(3168), 1, + sym_exponentiate, + STATE(485), 1, + sym_multiplying_operator, + STATE(514), 1, + sym_adding_operator, + STATE(543), 1, + sym_shift_operator, + STATE(544), 1, + sym_relational_operator, + STATE(545), 1, + sym_logical_operator, STATE(1700), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2494), 6, + ACTIONS(2684), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2492), 34, + ACTIONS(2682), 28, sym_AND, - sym_FOR, - sym_GENERIC, + sym_IS, sym_MOD, sym_NAND, sym_NOR, + sym_OPEN, sym_OR, - sym_PARAMETER, sym_REM, sym_ROL, sym_ROR, @@ -141109,8 +141205,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, @@ -141122,46 +141216,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, - [114168] = 11, + [114350] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(466), 1, + ACTIONS(3182), 1, + sym_exponentiate, + STATE(489), 1, sym_adding_operator, - STATE(467), 1, - sym_multiplying_operator, - STATE(618), 1, + STATE(515), 1, + sym_shift_operator, + STATE(516), 1, + sym_relational_operator, + STATE(517), 1, sym_logical_operator, STATE(619), 1, - sym_relational_operator, - STATE(620), 1, - sym_shift_operator, + sym_multiplying_operator, + ACTIONS(2698), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2704), 2, + sym_MOD, + sym_REM, STATE(1701), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2720), 6, + ACTIONS(2684), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2718), 29, + ACTIONS(2682), 26, sym_AND, sym_DOWNTO, sym_GENERATE, - sym_MOD, sym_NAND, sym_NOR, sym_OR, - sym_REM, sym_ROL, sym_ROR, sym_SLA, @@ -141182,48 +141277,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - sym_exponentiate, - [114237] = 14, + [114425] = 12, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3188), 1, + ACTIONS(3182), 1, sym_exponentiate, - STATE(466), 1, + STATE(489), 1, sym_adding_operator, - STATE(467), 1, - sym_multiplying_operator, - STATE(618), 1, + STATE(515), 1, + sym_shift_operator, + STATE(516), 1, + sym_relational_operator, + STATE(517), 1, sym_logical_operator, STATE(619), 1, - sym_relational_operator, - STATE(620), 1, - sym_shift_operator, - ACTIONS(2698), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2704), 2, - sym_MOD, - sym_REM, + sym_multiplying_operator, STATE(1702), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2720), 4, + ACTIONS(2684), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2718), 26, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2682), 28, sym_AND, sym_DOWNTO, sym_GENERATE, + sym_MOD, sym_NAND, sym_NOR, sym_OR, + sym_REM, sym_ROL, sym_ROR, sym_SLA, @@ -141244,7 +141336,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - [114312] = 6, + [114496] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -141255,16 +141347,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2510), 6, + ACTIONS(2574), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2508), 34, + ACTIONS(2572), 34, sym_AND, - sym_FOR, + sym_ELSE, sym_GENERIC, sym_MOD, sym_NAND, @@ -141297,7 +141389,7 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [114371] = 6, + [114555] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -141308,16 +141400,15 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2676), 6, + ACTIONS(2628), 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(2626), 34, sym_AND, - sym_FOR, sym_GENERIC, sym_MOD, sym_NAND, @@ -141327,6 +141418,7 @@ static const uint16_t ts_small_parse_table[] = { sym_REM, sym_ROL, sym_ROR, + sym_SEVERITY, sym_SLA, sym_SLL, sym_SRA, @@ -141350,7 +141442,7 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [114430] = 6, + [114614] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -141361,22 +141453,22 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2514), 6, + ACTIONS(2722), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2512), 34, + ACTIONS(2720), 34, + sym_identifier, sym_AND, - sym_FOR, - sym_GENERIC, + sym_DOWNTO, + sym_IS, sym_MOD, sym_NAND, sym_NOR, sym_OR, - sym_PARAMETER, sym_REM, sym_ROL, sym_ROR, @@ -141384,11 +141476,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, @@ -141401,9 +141495,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [114489] = 6, + [114673] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -141414,22 +141506,22 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2442), 6, + ACTIONS(2722), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2440), 34, + ACTIONS(2720), 34, + sym_identifier, sym_AND, - sym_FOR, - sym_GENERIC, + sym_DOWNTO, + sym_GENERATE, sym_MOD, sym_NAND, sym_NOR, sym_OR, - sym_PARAMETER, sym_REM, sym_ROL, sym_ROR, @@ -141437,11 +141529,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, @@ -141454,9 +141548,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [114548] = 5, + [114732] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -141467,74 +141559,21 @@ static const uint16_t ts_small_parse_table[] = { 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, - [114605] = 6, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(1708), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2518), 6, + ACTIONS(2722), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2516), 34, + ACTIONS(2720), 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, @@ -141544,10 +141583,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, @@ -141559,102 +141601,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [114664] = 6, + [114791] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1709), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2716), 6, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, + ACTIONS(3184), 1, + sym_exponentiate, + STATE(510), 1, + sym_shift_operator, + STATE(511), 1, + sym_relational_operator, + STATE(512), 1, + sym_logical_operator, + STATE(703), 1, + sym_multiplying_operator, + STATE(718), 1, + sym_adding_operator, + ACTIONS(2698), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2714), 34, - sym_identifier, - sym_AND, - sym_DOWNTO, - sym_LOOP, + ACTIONS(2704), 2, 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_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(2696), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - sym_exponentiate, - [114723] = 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(1708), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2688), 6, + ACTIONS(2718), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2686), 34, - sym_identifier, + ACTIONS(2716), 23, sym_AND, + sym_DOWNTO, 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_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, @@ -141663,59 +141663,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, - [114782] = 18, + [114868] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3192), 1, + ACTIONS(3184), 1, sym_exponentiate, - STATE(481), 1, - sym_adding_operator, - STATE(482), 1, - sym_multiplying_operator, - STATE(630), 1, - sym_logical_operator, - STATE(631), 1, - sym_relational_operator, - STATE(632), 1, + STATE(510), 1, sym_shift_operator, + STATE(511), 1, + sym_relational_operator, + STATE(512), 1, + sym_logical_operator, + STATE(703), 1, + sym_multiplying_operator, + STATE(718), 1, + sym_adding_operator, ACTIONS(2698), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(2704), 2, sym_MOD, sym_REM, - ACTIONS(2690), 3, - sym_DOWNTO, - sym_LOOP, - sym_TO, ACTIONS(2696), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - STATE(1711), 3, + STATE(1709), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2694), 4, + ACTIONS(2714), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2702), 6, - sym_AND, - sym_NAND, - sym_NOR, - sym_OR, - sym_XNOR, - sym_XOR, ACTIONS(2706), 6, sym_ROL, sym_ROR, @@ -141723,7 +141708,16 @@ static const uint16_t ts_small_parse_table[] = { sym_SLL, sym_SRA, sym_SRL, - ACTIONS(2692), 8, + ACTIONS(2712), 17, + sym_AND, + sym_DOWNTO, + sym_IS, + sym_NAND, + sym_NOR, + sym_OR, + sym_TO, + sym_XNOR, + sym_XOR, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -141732,38 +141726,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [114865] = 11, + [114947] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(466), 1, - sym_adding_operator, - STATE(467), 1, - sym_multiplying_operator, - STATE(618), 1, - sym_logical_operator, - STATE(619), 1, - sym_relational_operator, - STATE(620), 1, - sym_shift_operator, - STATE(1712), 3, + STATE(1710), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2712), 6, + ACTIONS(2728), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2710), 29, + ACTIONS(2726), 34, + sym_identifier, sym_AND, - sym_DOWNTO, - sym_GENERATE, + sym_GENERIC, sym_MOD, sym_NAND, sym_NOR, @@ -141775,10 +141759,15 @@ 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, @@ -141790,36 +141779,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [114934] = 6, + [115006] = 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(521), 1, + sym_shift_operator, + STATE(522), 1, + sym_relational_operator, + STATE(523), 1, + sym_logical_operator, + STATE(529), 1, + sym_adding_operator, + STATE(557), 1, + sym_multiplying_operator, + STATE(1711), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2554), 6, + ACTIONS(2688), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2552), 34, + ACTIONS(2686), 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, @@ -141827,9 +141824,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, @@ -141841,9 +141837,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [114993] = 17, + [115075] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -141852,44 +141846,48 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(3186), 1, sym_exponentiate, - STATE(507), 1, + STATE(521), 1, + sym_shift_operator, + STATE(522), 1, + sym_relational_operator, + STATE(523), 1, + sym_logical_operator, + STATE(529), 1, sym_adding_operator, - STATE(508), 1, + STATE(557), 1, sym_multiplying_operator, - STATE(597), 1, - sym_logical_operator, - STATE(598), 1, - sym_relational_operator, - STATE(599), 1, - sym_shift_operator, ACTIONS(2698), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(2704), 2, sym_MOD, sym_REM, - ACTIONS(2696), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(1714), 3, + STATE(1712), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2694), 4, + ACTIONS(2688), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2706), 6, + ACTIONS(2686), 26, + sym_AND, + sym_GENERIC, + sym_NAND, + sym_NOR, + sym_OR, sym_ROL, sym_ROR, sym_SLA, sym_SLL, sym_SRA, sym_SRL, - ACTIONS(2692), 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, @@ -141897,42 +141895,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - ACTIONS(2708), 9, - sym_AND, - sym_IS, - sym_NAND, - sym_NOR, - sym_OPEN, - sym_OR, - sym_XNOR, - sym_XOR, - anon_sym_SEMI, - [115074] = 6, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + [115150] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1715), 3, + STATE(521), 1, + sym_shift_operator, + STATE(522), 1, + sym_relational_operator, + STATE(523), 1, + sym_logical_operator, + STATE(529), 1, + sym_adding_operator, + STATE(557), 1, + sym_multiplying_operator, + STATE(1713), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2676), 6, + ACTIONS(2684), 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(2682), 29, sym_AND, sym_GENERIC, sym_MOD, sym_NAND, sym_NOR, sym_OR, - sym_PARAMETER, sym_REM, sym_ROL, sym_ROR, @@ -141940,13 +141940,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, @@ -141958,34 +141956,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [115133] = 8, + [115219] = 9, 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(3194), 2, - sym_DOWNTO, - sym_TO, - STATE(1716), 3, + ACTIONS(2464), 1, + anon_sym_LPAREN, + ACTIONS(3188), 1, + sym_PARAMETER, + STATE(2147), 1, + sym_parenthesis_group, + STATE(1714), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3166), 7, - anon_sym_EQ, + ACTIONS(2326), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3164), 30, + ACTIONS(2324), 31, sym_AND, + sym_GENERIC, sym_MOD, sym_NAND, sym_NOR, @@ -141997,13 +141994,12 @@ static const uint16_t ts_small_parse_table[] = { sym_SLL, sym_SRA, sym_SRL, - sym_WHEN, + sym_THEN, sym_XNOR, sym_XOR, - 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, @@ -142014,35 +142010,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_PIPE, - [115196] = 6, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [115284] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1717), 3, + ACTIONS(3186), 1, + sym_exponentiate, + STATE(521), 1, + sym_shift_operator, + STATE(522), 1, + sym_relational_operator, + STATE(523), 1, + sym_logical_operator, + STATE(529), 1, + sym_adding_operator, + STATE(557), 1, + sym_multiplying_operator, + ACTIONS(2698), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2704), 2, + sym_MOD, + sym_REM, + STATE(1715), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2392), 6, + ACTIONS(2684), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2390), 34, + ACTIONS(2682), 26, sym_AND, sym_GENERIC, - sym_MOD, sym_NAND, sym_NOR, - sym_OF, sym_OR, - sym_PARAMETER, - sym_REM, sym_ROL, sym_ROR, sym_SLA, @@ -142051,10 +142060,9 @@ 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_SEMI, anon_sym_LT_EQ, + sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -142065,56 +142073,55 @@ 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, - [115255] = 17, + [115359] = 12, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3184), 1, + ACTIONS(3186), 1, sym_exponentiate, - STATE(471), 1, + STATE(521), 1, + sym_shift_operator, + STATE(522), 1, + sym_relational_operator, + STATE(523), 1, + sym_logical_operator, + STATE(529), 1, sym_adding_operator, - STATE(472), 1, + STATE(557), 1, sym_multiplying_operator, - STATE(622), 1, - sym_logical_operator, - STATE(623), 1, - sym_relational_operator, - STATE(624), 1, - sym_shift_operator, - ACTIONS(2698), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2704), 2, - sym_MOD, - sym_REM, - ACTIONS(2696), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(1718), 3, + STATE(1716), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2694), 4, + ACTIONS(2684), 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(2682), 28, + 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, - ACTIONS(2692), 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, @@ -142122,71 +142129,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - ACTIONS(2708), 9, - sym_AND, - sym_DOWNTO, - sym_IS, - sym_NAND, - sym_NOR, - sym_OR, - sym_TO, - sym_XNOR, - sym_XOR, - [115336] = 16, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + [115430] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3186), 1, - sym_exponentiate, - STATE(507), 1, - sym_adding_operator, - STATE(508), 1, - sym_multiplying_operator, - STATE(597), 1, - sym_logical_operator, - STATE(598), 1, - sym_relational_operator, - STATE(599), 1, - sym_shift_operator, - ACTIONS(2698), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2704), 2, - sym_MOD, - sym_REM, - ACTIONS(2696), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(1719), 3, + STATE(1717), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2724), 4, + ACTIONS(2662), 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(2660), 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(2722), 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_LPAREN, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -142195,45 +142179,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [115415] = 11, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [115489] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(507), 1, - sym_adding_operator, - STATE(508), 1, - sym_multiplying_operator, - STATE(597), 1, - sym_logical_operator, - STATE(598), 1, - sym_relational_operator, - STATE(599), 1, - sym_shift_operator, - STATE(1720), 3, + STATE(1718), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2720), 6, + ACTIONS(2574), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2718), 29, + ACTIONS(2572), 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, @@ -142241,6 +142222,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, @@ -142253,47 +142236,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [115484] = 14, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [115548] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3186), 1, - sym_exponentiate, - STATE(507), 1, - sym_adding_operator, - STATE(508), 1, - sym_multiplying_operator, - STATE(597), 1, - sym_logical_operator, - STATE(598), 1, - sym_relational_operator, - STATE(599), 1, - sym_shift_operator, - ACTIONS(2698), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2704), 2, - sym_MOD, - sym_REM, - STATE(1721), 3, + STATE(1719), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2720), 4, + ACTIONS(2564), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2718), 26, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2562), 34, sym_AND, - sym_IS, + sym_FOR, + sym_GENERIC, + sym_MOD, sym_NAND, sym_NOR, - sym_OPEN, sym_OR, + sym_PARAMETER, + sym_REM, sym_ROL, sym_ROR, sym_SLA, @@ -142303,6 +142275,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, @@ -142314,42 +142288,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - [115559] = 11, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [115607] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(507), 1, - sym_adding_operator, - STATE(508), 1, - sym_multiplying_operator, - STATE(597), 1, - sym_logical_operator, - STATE(598), 1, - sym_relational_operator, - STATE(599), 1, - sym_shift_operator, - STATE(1722), 3, + STATE(1720), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2712), 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(2710), 29, + ACTIONS(2512), 34, sym_AND, - sym_IS, + sym_FOR, + sym_GENERIC, sym_MOD, sym_NAND, sym_NOR, - sym_OPEN, sym_OR, + sym_PARAMETER, sym_REM, sym_ROL, sym_ROR, @@ -142360,6 +142328,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, @@ -142372,25 +142342,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [115628] = 17, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [115666] = 17, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3192), 1, + ACTIONS(3184), 1, sym_exponentiate, - STATE(481), 1, - sym_adding_operator, - STATE(482), 1, - sym_multiplying_operator, - STATE(630), 1, - sym_logical_operator, - STATE(631), 1, - sym_relational_operator, - STATE(632), 1, + STATE(510), 1, sym_shift_operator, + STATE(511), 1, + sym_relational_operator, + STATE(512), 1, + sym_logical_operator, + STATE(703), 1, + sym_multiplying_operator, + STATE(718), 1, + sym_adding_operator, ACTIONS(2698), 2, anon_sym_STAR, anon_sym_SLASH, @@ -142401,7 +142373,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - STATE(1723), 3, + STATE(1721), 3, sym__tool_directive, sym_line_comment, sym_block_comment, @@ -142426,55 +142398,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(2708), 9, + ACTIONS(2710), 9, sym_AND, sym_DOWNTO, - sym_LOOP, + sym_IS, sym_NAND, sym_NOR, sym_OR, sym_TO, sym_XNOR, sym_XOR, - [115709] = 6, + [115747] = 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(1722), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2638), 6, + ACTIONS(2728), 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(2726), 34, + sym_identifier, 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, + sym_library_constant, + sym_library_constant_unit, + sym_library_function, + sym_library_type, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -142487,65 +142461,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [115768] = 18, + [115806] = 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_exponentiate, - STATE(517), 1, - sym_adding_operator, - STATE(518), 1, - sym_multiplying_operator, - STATE(614), 1, - sym_logical_operator, - STATE(615), 1, - sym_relational_operator, - STATE(616), 1, - sym_shift_operator, - ACTIONS(2698), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2704), 2, - sym_MOD, - sym_REM, - ACTIONS(2690), 3, - sym_GENERIC, - anon_sym_SEMI, - sym_variable_assignment, - ACTIONS(2696), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(1725), 3, + STATE(1723), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2694), 4, + ACTIONS(2376), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2702), 6, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2374), 34, sym_AND, + sym_FOR, + 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(2692), 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, @@ -142554,26 +142508,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [115851] = 6, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [115865] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1726), 3, + STATE(1724), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2642), 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(2640), 34, + ACTIONS(2520), 34, sym_AND, + sym_FOR, sym_GENERIC, sym_MOD, sym_NAND, @@ -142583,7 +142544,6 @@ static const uint16_t ts_small_parse_table[] = { sym_REM, sym_ROL, sym_ROR, - sym_SEVERITY, sym_SLA, sym_SLL, sym_SRA, @@ -142607,98 +142567,25 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [115910] = 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(227), 1, - sym_POSTPONED, - ACTIONS(229), 1, - sym_PROCESS, - ACTIONS(3010), 1, - sym_END, - STATE(1686), 1, - aux_sym_design_unit_repeat3, - STATE(2626), 1, - sym_label_declaration, - STATE(3023), 1, - sym__direct_name, - STATE(4386), 1, - sym__concurrent_statement, - STATE(6098), 1, - sym_aggregate, - STATE(6317), 1, - sym_name, - STATE(6373), 1, - sym__target, - STATE(6470), 1, - sym_with_expression, - STATE(7169), 1, - sym__label, - STATE(7448), 1, - sym_assertion, - STATE(4362), 2, - sym__identifier, - sym__external_name, - ACTIONS(71), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(1727), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(4351), 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(4354), 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, - [116009] = 6, + [115924] = 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(1725), 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), 34, + ACTIONS(2516), 34, sym_AND, sym_FOR, sym_GENERIC, @@ -142733,25 +142620,25 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [116068] = 6, + [115983] = 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(1726), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2522), 6, + ACTIONS(2510), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2520), 34, + ACTIONS(2508), 34, sym_AND, sym_FOR, sym_GENERIC, @@ -142786,47 +142673,45 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [116127] = 6, + [116042] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1730), 3, + STATE(1727), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2716), 6, + ACTIONS(2506), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2714), 34, - sym_identifier, + ACTIONS(2504), 34, 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, @@ -142839,48 +142724,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [116186] = 9, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [116101] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2498), 1, - anon_sym_LPAREN, - ACTIONS(3196), 1, - sym_PARAMETER, - STATE(2152), 1, - sym_parenthesis_group, - STATE(1731), 3, + STATE(1728), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2193), 6, + ACTIONS(2388), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2191), 31, + ACTIONS(2386), 34, 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, + anon_sym_SEMI, anon_sym_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -142895,45 +142779,52 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [116251] = 6, + [116160] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1732), 3, + STATE(510), 1, + sym_shift_operator, + STATE(511), 1, + sym_relational_operator, + STATE(512), 1, + sym_logical_operator, + STATE(703), 1, + sym_multiplying_operator, + STATE(718), 1, + sym_adding_operator, + STATE(1729), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2494), 6, + ACTIONS(2688), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2492), 34, + ACTIONS(2686), 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, @@ -142946,9 +142837,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [116310] = 15, + [116229] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -142957,36 +142846,32 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(3184), 1, sym_exponentiate, - STATE(471), 1, - sym_adding_operator, - STATE(472), 1, - sym_multiplying_operator, - STATE(622), 1, - sym_logical_operator, - STATE(623), 1, - sym_relational_operator, - STATE(624), 1, + STATE(510), 1, sym_shift_operator, + STATE(511), 1, + sym_relational_operator, + STATE(512), 1, + sym_logical_operator, + STATE(703), 1, + sym_multiplying_operator, + STATE(718), 1, + sym_adding_operator, ACTIONS(2698), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(2704), 2, sym_MOD, sym_REM, - ACTIONS(2696), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(1733), 3, + STATE(1730), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2728), 4, + ACTIONS(2688), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2726), 23, + ACTIONS(2686), 26, sym_AND, sym_DOWNTO, sym_IS, @@ -143010,14 +142895,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [116387] = 6, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + [116304] = 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(1731), 3, sym__tool_directive, sym_line_comment, sym_block_comment, @@ -143063,45 +142951,52 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [116446] = 6, + [116363] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1735), 3, - sym__tool_directive, + STATE(510), 1, + sym_shift_operator, + STATE(511), 1, + sym_relational_operator, + STATE(512), 1, + sym_logical_operator, + STATE(703), 1, + sym_multiplying_operator, + STATE(718), 1, + sym_adding_operator, + STATE(1732), 3, + sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2646), 6, + ACTIONS(2684), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2644), 34, + ACTIONS(2682), 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, @@ -143114,28 +143009,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [116505] = 6, + [116432] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1736), 3, + STATE(1733), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2392), 6, + ACTIONS(2548), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2390), 34, + ACTIONS(2546), 34, sym_AND, + sym_FOR, sym_GENERIC, sym_MOD, sym_NAND, @@ -143145,7 +143039,6 @@ static const uint16_t ts_small_parse_table[] = { sym_REM, sym_ROL, sym_ROR, - sym_SEVERITY, sym_SLA, sym_SLL, sym_SRA, @@ -143169,26 +143062,27 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [116564] = 6, + [116491] = 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(1734), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2558), 6, + ACTIONS(2552), 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(2550), 34, sym_AND, + sym_FOR, sym_GENERIC, sym_MOD, sym_NAND, @@ -143198,7 +143092,6 @@ static const uint16_t ts_small_parse_table[] = { sym_REM, sym_ROL, sym_ROR, - sym_SEVERITY, sym_SLA, sym_SLL, sym_SRA, @@ -143222,26 +143115,27 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [116623] = 6, + [116550] = 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(1735), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2562), 6, + ACTIONS(2556), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2560), 34, + ACTIONS(2554), 34, sym_AND, + sym_FOR, sym_GENERIC, sym_MOD, sym_NAND, @@ -143251,7 +143145,6 @@ static const uint16_t ts_small_parse_table[] = { sym_REM, sym_ROL, sym_ROR, - sym_SEVERITY, sym_SLA, sym_SLL, sym_SRA, @@ -143275,26 +143168,27 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [116682] = 6, + [116609] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1739), 3, + STATE(1736), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2590), 6, + ACTIONS(2560), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2588), 34, + ACTIONS(2558), 34, sym_AND, + sym_FOR, sym_GENERIC, sym_MOD, sym_NAND, @@ -143304,7 +143198,6 @@ static const uint16_t ts_small_parse_table[] = { sym_REM, sym_ROL, sym_ROR, - sym_SEVERITY, sym_SLA, sym_SLL, sym_SRA, @@ -143328,26 +143221,88 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [116741] = 6, + [116668] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1740), 3, + ACTIONS(3184), 1, + sym_exponentiate, + STATE(510), 1, + sym_shift_operator, + STATE(511), 1, + sym_relational_operator, + STATE(512), 1, + sym_logical_operator, + STATE(703), 1, + sym_multiplying_operator, + STATE(718), 1, + sym_adding_operator, + ACTIONS(2698), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2704), 2, + sym_MOD, + sym_REM, + STATE(1737), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2442), 6, + ACTIONS(2684), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + ACTIONS(2682), 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, + 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, + [116743] = 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(2568), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2440), 34, + ACTIONS(2566), 34, sym_AND, + sym_FOR, sym_GENERIC, sym_MOD, sym_NAND, @@ -143361,7 +143316,6 @@ static const uint16_t ts_small_parse_table[] = { sym_SLL, sym_SRA, sym_SRL, - sym_UNITS, sym_XNOR, sym_XOR, anon_sym_SEMI, @@ -143381,33 +143335,44 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [116800] = 6, + [116802] = 12, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1741), 3, + ACTIONS(3184), 1, + sym_exponentiate, + STATE(510), 1, + sym_shift_operator, + STATE(511), 1, + sym_relational_operator, + STATE(512), 1, + sym_logical_operator, + STATE(703), 1, + sym_multiplying_operator, + STATE(718), 1, + sym_adding_operator, + STATE(1739), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2494), 6, + ACTIONS(2684), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2492), 34, + ACTIONS(2682), 28, sym_AND, - sym_ELSE, - sym_GENERIC, + sym_DOWNTO, + sym_IS, sym_MOD, sym_NAND, sym_NOR, sym_OR, - sym_PARAMETER, sym_REM, sym_ROL, sym_ROR, @@ -143415,11 +143380,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, @@ -143431,28 +143394,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, - [116859] = 6, + [116873] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1742), 3, + STATE(1740), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2510), 6, + ACTIONS(2628), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2508), 34, + ACTIONS(2626), 34, sym_AND, sym_ELSE, sym_GENERIC, @@ -143487,27 +143447,27 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [116918] = 6, + [116932] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1743), 3, + STATE(1741), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2514), 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(2512), 34, + ACTIONS(2622), 34, sym_AND, - sym_ELSE, + sym_FOR, sym_GENERIC, sym_MOD, sym_NAND, @@ -143540,33 +143500,40 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [116977] = 6, + [116991] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1744), 3, + ACTIONS(3192), 1, + sym_library_constant_unit, + STATE(2624), 1, + sym__unit, + STATE(1742), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2518), 6, + ACTIONS(3190), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + ACTIONS(2380), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2516), 34, + ACTIONS(2378), 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, @@ -143577,8 +143544,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, @@ -143591,29 +143556,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [117036] = 6, + [117056] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1745), 3, + STATE(1743), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2522), 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(2520), 34, + ACTIONS(2402), 34, sym_AND, - sym_ELSE, + sym_FOR, sym_GENERIC, sym_MOD, sym_NAND, @@ -143646,27 +143609,27 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [117095] = 6, + [117115] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1746), 3, + STATE(1744), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2526), 6, + ACTIONS(2442), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2524), 34, + ACTIONS(2440), 34, sym_AND, - sym_ELSE, + sym_FOR, sym_GENERIC, sym_MOD, sym_NAND, @@ -143699,48 +143662,45 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [117154] = 9, + [117174] = 6, 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_LPAREN, - ACTIONS(3198), 1, - sym_PARAMETER, - STATE(2125), 1, - sym_parenthesis_group, - STATE(1747), 3, + STATE(1745), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2193), 6, + ACTIONS(2480), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2191), 31, + ACTIONS(2478), 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, @@ -143755,45 +143715,48 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [117219] = 6, + [117233] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1748), 3, + ACTIONS(2578), 1, + anon_sym_LPAREN, + ACTIONS(3194), 1, + sym_PARAMETER, + STATE(2085), 1, + sym_parenthesis_group, + STATE(1746), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2676), 6, + ACTIONS(2326), 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(2324), 31, sym_AND, sym_GENERIC, + 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_XNOR, sym_XOR, - anon_sym_SEMI, anon_sym_DOT, - anon_sym_LPAREN, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -143808,26 +143771,27 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [117278] = 6, + [117298] = 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(1747), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2442), 6, + ACTIONS(2438), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2440), 34, + ACTIONS(2436), 34, sym_AND, + sym_FOR, sym_GENERIC, sym_MOD, sym_NAND, @@ -143837,7 +143801,6 @@ static const uint16_t ts_small_parse_table[] = { sym_REM, sym_ROL, sym_ROR, - sym_SEVERITY, sym_SLA, sym_SLL, sym_SRA, @@ -143861,52 +143824,45 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [117337] = 17, + [117357] = 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_exponentiate, - STATE(517), 1, - sym_adding_operator, - STATE(518), 1, - sym_multiplying_operator, - STATE(614), 1, - sym_logical_operator, - STATE(615), 1, - sym_relational_operator, - STATE(616), 1, - sym_shift_operator, - ACTIONS(2698), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2704), 2, - sym_MOD, - sym_REM, - ACTIONS(2696), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(1750), 3, + STATE(1748), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2694), 4, + ACTIONS(2476), 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(2474), 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(2692), 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, @@ -143915,55 +143871,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - ACTIONS(2708), 9, - sym_AND, - sym_GENERIC, - sym_NAND, - sym_NOR, - sym_OR, - sym_XNOR, - sym_XOR, - anon_sym_SEMI, - sym_variable_assignment, - [117418] = 11, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [117416] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(669), 1, - sym_logical_operator, - STATE(670), 1, - sym_relational_operator, - STATE(681), 1, - sym_shift_operator, - STATE(682), 1, - sym_adding_operator, - STATE(684), 1, - sym_multiplying_operator, - STATE(1751), 3, + STATE(1749), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2720), 6, + ACTIONS(2484), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2718), 29, + ACTIONS(2482), 34, 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, @@ -143971,6 +143914,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, @@ -143983,25 +143928,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [117487] = 6, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [117475] = 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(1750), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2392), 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(2390), 34, + ACTIONS(2648), 34, sym_AND, sym_GENERIC, sym_MOD, @@ -144012,11 +143959,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, @@ -144036,62 +143983,46 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [117546] = 16, + [117534] = 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_exponentiate, - STATE(517), 1, - sym_adding_operator, - STATE(518), 1, - sym_multiplying_operator, - STATE(614), 1, - sym_logical_operator, - STATE(615), 1, - sym_relational_operator, - STATE(616), 1, - sym_shift_operator, - ACTIONS(2698), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2704), 2, - sym_MOD, - sym_REM, - ACTIONS(2696), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(1753), 3, + STATE(1751), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2724), 4, + ACTIONS(2602), 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(2600), 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(2722), 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, @@ -144099,25 +144030,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [117625] = 6, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [117593] = 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(1752), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2638), 6, + ACTIONS(2654), 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(2652), 34, sym_AND, sym_FOR, sym_GENERIC, @@ -144152,50 +144089,34 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [117684] = 15, + [117652] = 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_exponentiate, - STATE(517), 1, - sym_adding_operator, - STATE(518), 1, - sym_multiplying_operator, - STATE(614), 1, - sym_logical_operator, - STATE(615), 1, - sym_relational_operator, - STATE(616), 1, - sym_shift_operator, - ACTIONS(2698), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2704), 2, - sym_MOD, - sym_REM, - ACTIONS(2696), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(1755), 3, + STATE(1753), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2728), 4, + ACTIONS(2650), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2726), 23, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2648), 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, @@ -144205,8 +144126,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, @@ -144214,63 +144136,156 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [117761] = 18, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [117711] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2914), 1, - sym_exponentiate, - STATE(689), 1, - sym_logical_operator, - STATE(690), 1, - sym_relational_operator, - STATE(691), 1, - sym_shift_operator, - STATE(701), 1, - sym_adding_operator, - STATE(702), 1, - sym_multiplying_operator, - ACTIONS(2698), 2, + STATE(1754), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2658), 6, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2704), 2, + ACTIONS(2656), 34, + sym_AND, + sym_FOR, + sym_GENERIC, sym_MOD, + sym_NAND, + sym_NOR, + sym_OR, + sym_PARAMETER, sym_REM, - ACTIONS(2696), 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_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, - ACTIONS(3200), 3, - sym_WHEN, - anon_sym_SEMI, - anon_sym_COMMA, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [117770] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(1755), 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, + [117827] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, STATE(1756), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2694), 4, + ACTIONS(2574), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2702), 6, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2572), 34, sym_AND, + sym_FOR, + 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(2692), 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, @@ -144279,7 +144294,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [117844] = 6, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [117886] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -144290,15 +144311,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2566), 6, + ACTIONS(2602), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2564), 34, + ACTIONS(2600), 34, sym_AND, + sym_FOR, sym_GENERIC, sym_MOD, sym_NAND, @@ -144308,7 +144330,6 @@ static const uint16_t ts_small_parse_table[] = { sym_REM, sym_ROL, sym_ROR, - sym_SEVERITY, sym_SLA, sym_SLL, sym_SRA, @@ -144332,47 +144353,49 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [117903] = 6, + [117945] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(3198), 1, + sym_RANGE, STATE(1758), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2570), 6, + ACTIONS(3046), 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(2568), 34, + ACTIONS(3044), 32, sym_AND, - sym_GENERIC, + sym_DOWNTO, 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_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, @@ -144383,9 +144406,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [117962] = 6, + anon_sym_PIPE, + [118006] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -144396,20 +144418,20 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2530), 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(2528), 34, + ACTIONS(2622), 34, sym_AND, - sym_ELSE, sym_GENERIC, sym_MOD, sym_NAND, sym_NOR, + sym_OF, sym_OR, sym_PARAMETER, sym_REM, @@ -144421,7 +144443,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, @@ -144438,7 +144460,7 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [118021] = 6, + [118065] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -144449,20 +144471,20 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2554), 6, + ACTIONS(2662), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2552), 34, + ACTIONS(2660), 34, sym_AND, - sym_ELSE, sym_GENERIC, sym_MOD, sym_NAND, sym_NOR, + sym_OF, sym_OR, sym_PARAMETER, sym_REM, @@ -144474,7 +144496,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, @@ -144491,7 +144513,7 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [118080] = 6, + [118124] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -144502,20 +144524,20 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2558), 6, + ACTIONS(2668), 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(2666), 34, sym_AND, - sym_ELSE, sym_GENERIC, sym_MOD, sym_NAND, sym_NOR, + sym_OF, sym_OR, sym_PARAMETER, sym_REM, @@ -144527,7 +144549,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, @@ -144544,7 +144566,7 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [118139] = 6, + [118183] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -144555,14 +144577,14 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2642), 6, + ACTIONS(2628), 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(2626), 34, sym_AND, sym_FOR, sym_GENERIC, @@ -144597,7 +144619,7 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [118198] = 6, + [118242] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -144608,22 +144630,22 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2688), 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(2686), 34, - sym_identifier, + ACTIONS(2562), 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, @@ -144631,13 +144653,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_COMMA, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -144650,7 +144670,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [118257] = 6, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [118301] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -144661,20 +144683,20 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2562), 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(2560), 34, + ACTIONS(2512), 34, sym_AND, - sym_ELSE, sym_GENERIC, sym_MOD, sym_NAND, sym_NOR, + sym_OF, sym_OR, sym_PARAMETER, sym_REM, @@ -144686,7 +144708,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, @@ -144703,7 +144725,7 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [118316] = 6, + [118360] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -144714,20 +144736,20 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2566), 6, + ACTIONS(2376), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2564), 34, + ACTIONS(2374), 34, sym_AND, - sym_ELSE, sym_GENERIC, sym_MOD, sym_NAND, sym_NOR, + sym_OF, sym_OR, sym_PARAMETER, sym_REM, @@ -144739,7 +144761,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, @@ -144756,31 +144778,96 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [118375] = 6, + [118419] = 18, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(3184), 1, + sym_exponentiate, + STATE(510), 1, + sym_shift_operator, + STATE(511), 1, + sym_relational_operator, + STATE(512), 1, + sym_logical_operator, + STATE(703), 1, + sym_multiplying_operator, + STATE(718), 1, + sym_adding_operator, + ACTIONS(2698), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2704), 2, + sym_MOD, + sym_REM, + ACTIONS(2690), 3, + sym_DOWNTO, + sym_IS, + sym_TO, + ACTIONS(2696), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, STATE(1766), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2646), 6, + ACTIONS(2694), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + ACTIONS(2702), 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(2692), 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, + [118502] = 6, + 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(2522), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2644), 34, + ACTIONS(2520), 34, sym_AND, - sym_FOR, sym_GENERIC, sym_MOD, sym_NAND, sym_NOR, + sym_OF, sym_OR, sym_PARAMETER, sym_REM, @@ -144792,7 +144879,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, @@ -144809,31 +144896,31 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [118434] = 6, + [118561] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1767), 3, + STATE(1768), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2570), 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(2568), 34, + ACTIONS(2516), 34, sym_AND, - sym_ELSE, sym_GENERIC, sym_MOD, sym_NAND, sym_NOR, + sym_OF, sym_OR, sym_PARAMETER, sym_REM, @@ -144845,7 +144932,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, @@ -144862,43 +144949,95 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [118493] = 6, + [118620] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1768), 3, + STATE(1769), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2650), 6, + 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, + anon_sym_LPAREN, + anon_sym_LT_LT, + [118677] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(1770), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2510), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2648), 34, + ACTIONS(2508), 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, @@ -144915,36 +145054,34 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [118552] = 9, + [118736] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3204), 1, - sym_library_constant_unit, - STATE(2641), 1, - sym__unit, - STATE(1769), 3, + ACTIONS(2392), 1, + anon_sym_LPAREN, + ACTIONS(3202), 1, + sym_PARAMETER, + STATE(2143), 1, + sym_parenthesis_group, + STATE(1771), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3202), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - ACTIONS(2446), 6, + ACTIONS(2326), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2444), 28, + ACTIONS(2324), 31, sym_AND, - sym_FOR, + sym_GENERIC, + sym_INERTIAL, sym_MOD, sym_NAND, sym_NOR, @@ -144958,7 +145095,7 @@ static const uint16_t ts_small_parse_table[] = { sym_SRL, sym_XNOR, sym_XOR, - anon_sym_SEMI, + anon_sym_DOT, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -144971,43 +145108,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [118617] = 6, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [118801] = 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(1772), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2654), 6, + ACTIONS(2506), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2652), 34, + ACTIONS(2504), 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, @@ -145024,62 +145163,49 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [118676] = 16, + [118860] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3192), 1, - sym_exponentiate, - STATE(481), 1, - sym_adding_operator, - STATE(482), 1, - sym_multiplying_operator, - STATE(630), 1, - sym_logical_operator, - STATE(631), 1, - sym_relational_operator, - STATE(632), 1, - sym_shift_operator, - ACTIONS(2698), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2704), 2, - sym_MOD, - sym_REM, - ACTIONS(2696), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(1771), 3, + STATE(441), 1, + sym__direction, + ACTIONS(3204), 2, + sym_DOWNTO, + sym_TO, + STATE(1773), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2724), 4, + ACTIONS(3066), 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(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(2722), 17, - sym_AND, - sym_DOWNTO, - sym_LOOP, - sym_NAND, - sym_NOR, - sym_OR, - 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, @@ -145087,40 +145213,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [118755] = 9, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + anon_sym_GT_GT, + [118923] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3208), 1, - sym_library_constant_unit, - STATE(2684), 1, - sym__unit, - STATE(1772), 3, + STATE(1774), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3206), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - ACTIONS(2446), 6, + ACTIONS(2388), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2444), 28, + ACTIONS(2386), 34, sym_AND, + sym_GENERIC, sym_MOD, sym_NAND, sym_NOR, sym_OF, sym_OR, + sym_PARAMETER, sym_REM, sym_ROL, sym_ROR, @@ -145131,6 +145255,8 @@ static const uint16_t ts_small_parse_table[] = { sym_XNOR, sym_XOR, anon_sym_COMMA, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -145143,31 +145269,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [118820] = 6, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [118982] = 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(1775), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2586), 6, + ACTIONS(2526), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2584), 34, + ACTIONS(2524), 34, sym_AND, - sym_ELSE, sym_GENERIC, sym_MOD, sym_NAND, sym_NOR, + sym_OF, sym_OR, sym_PARAMETER, sym_REM, @@ -145179,7 +145307,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, @@ -145196,115 +145324,47 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [118879] = 15, + [119041] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3192), 1, - sym_exponentiate, - STATE(481), 1, - sym_adding_operator, - STATE(482), 1, - sym_multiplying_operator, - STATE(630), 1, - sym_logical_operator, - STATE(631), 1, - sym_relational_operator, - STATE(632), 1, - sym_shift_operator, - ACTIONS(2698), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2704), 2, - sym_MOD, - sym_REM, - ACTIONS(2696), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(1774), 3, + ACTIONS(3208), 1, + sym_library_constant_unit, + STATE(2634), 1, + sym__unit, + STATE(1776), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2728), 4, + ACTIONS(3206), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + ACTIONS(2380), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2726), 23, - sym_AND, - sym_DOWNTO, - sym_LOOP, - 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, - [118956] = 14, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(3186), 1, - sym_exponentiate, - STATE(507), 1, - sym_adding_operator, - STATE(508), 1, - sym_multiplying_operator, - STATE(597), 1, - sym_logical_operator, - STATE(598), 1, - sym_relational_operator, - STATE(599), 1, - sym_shift_operator, - ACTIONS(2698), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2704), 2, - sym_MOD, - sym_REM, - STATE(1775), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2712), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - ACTIONS(2710), 26, + ACTIONS(2378), 28, 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_UNITS, sym_XNOR, sym_XOR, anon_sym_SEMI, @@ -145319,136 +145379,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - [119031] = 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(227), 1, - sym_POSTPONED, - ACTIONS(229), 1, - sym_PROCESS, - ACTIONS(3210), 1, - sym_END, - STATE(1890), 1, - aux_sym_design_unit_repeat3, - STATE(2626), 1, - sym_label_declaration, - STATE(3023), 1, - sym__direct_name, - STATE(4386), 1, - sym__concurrent_statement, - STATE(6098), 1, - sym_aggregate, - STATE(6317), 1, - sym_name, - STATE(6373), 1, - sym__target, - STATE(6470), 1, - sym_with_expression, - STATE(7169), 1, - sym__label, - STATE(7448), 1, - sym_assertion, - STATE(4362), 2, - sym__identifier, - sym__external_name, - ACTIONS(71), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(1776), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(4351), 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(4354), 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, - [119130] = 18, + sym_exponentiate, + [119106] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3188), 1, - sym_exponentiate, - STATE(466), 1, - sym_adding_operator, - STATE(467), 1, - sym_multiplying_operator, - STATE(618), 1, - sym_logical_operator, - STATE(619), 1, - sym_relational_operator, - STATE(620), 1, - sym_shift_operator, - ACTIONS(2698), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2704), 2, - sym_MOD, - sym_REM, - ACTIONS(2690), 3, - sym_DOWNTO, - sym_GENERATE, - sym_TO, - ACTIONS(2696), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, STATE(1777), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2694), 4, + ACTIONS(2548), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2702), 6, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2546), 34, sym_AND, + sym_GENERIC, + sym_MOD, sym_NAND, sym_NOR, + sym_OF, 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(2692), 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, @@ -145457,44 +145427,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [119213] = 12, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [119165] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3186), 1, - sym_exponentiate, - STATE(507), 1, - sym_adding_operator, - STATE(508), 1, - sym_multiplying_operator, - STATE(597), 1, - sym_logical_operator, - STATE(598), 1, - sym_relational_operator, - STATE(599), 1, - sym_shift_operator, STATE(1778), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2712), 6, + ACTIONS(2552), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2710), 28, + ACTIONS(2550), 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, @@ -145504,7 +145469,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, @@ -145516,7 +145483,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - [119284] = 6, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [119224] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -145527,20 +145497,20 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2650), 6, + ACTIONS(2556), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2648), 34, + ACTIONS(2554), 34, sym_AND, - sym_FOR, sym_GENERIC, sym_MOD, sym_NAND, sym_NOR, + sym_OF, sym_OR, sym_PARAMETER, sym_REM, @@ -145552,7 +145522,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, @@ -145569,7 +145539,7 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [119343] = 6, + [119283] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -145580,19 +145550,20 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2654), 6, + ACTIONS(2560), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2652), 34, + ACTIONS(2558), 34, sym_AND, sym_GENERIC, sym_MOD, sym_NAND, sym_NOR, + sym_OF, sym_OR, sym_PARAMETER, sym_REM, @@ -145602,10 +145573,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, @@ -145622,7 +145592,7 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [119402] = 6, + [119342] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -145633,19 +145603,20 @@ static const uint16_t ts_small_parse_table[] = { 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), 34, + ACTIONS(2566), 34, sym_AND, sym_GENERIC, sym_MOD, sym_NAND, sym_NOR, + sym_OF, sym_OR, sym_PARAMETER, sym_REM, @@ -145655,10 +145626,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, @@ -145675,63 +145645,47 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [119461] = 18, + [119401] = 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_exponentiate, - STATE(502), 1, - sym_adding_operator, - STATE(503), 1, - sym_multiplying_operator, - STATE(614), 1, - sym_logical_operator, - STATE(615), 1, - sym_relational_operator, - STATE(616), 1, - sym_shift_operator, - ACTIONS(2698), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2704), 2, - sym_MOD, - sym_REM, - ACTIONS(2696), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - ACTIONS(2830), 3, - sym_GENERIC, - anon_sym_SEMI, - sym_variable_assignment, STATE(1782), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2694), 4, + ACTIONS(2722), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2702), 6, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2720), 34, + sym_identifier, 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(2692), 8, + sym_TO, + 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, @@ -145740,7 +145694,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [119544] = 6, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + [119460] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -145751,21 +145709,21 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2688), 6, + ACTIONS(2662), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2686), 34, - sym_identifier, + ACTIONS(2660), 34, sym_AND, sym_GENERIC, sym_MOD, sym_NAND, sym_NOR, sym_OR, + sym_PARAMETER, sym_REM, sym_ROL, sym_ROR, @@ -145773,15 +145731,13 @@ 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, - sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -145793,7 +145749,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [119603] = 6, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [119519] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -145804,16 +145762,15 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2654), 6, + ACTIONS(2668), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2652), 34, + ACTIONS(2666), 34, sym_AND, - sym_FOR, sym_GENERIC, sym_MOD, sym_NAND, @@ -145827,6 +145784,7 @@ static const uint16_t ts_small_parse_table[] = { sym_SLL, sym_SRA, sym_SRL, + sym_UNITS, sym_XNOR, sym_XOR, anon_sym_SEMI, @@ -145846,7 +145804,7 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [119662] = 6, + [119578] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -145857,32 +145815,32 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2510), 6, + ACTIONS(2658), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2508), 34, + ACTIONS(2656), 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, @@ -145899,7 +145857,7 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [119721] = 5, + [119637] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -145910,66 +145868,14 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3212), 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, - [119778] = 6, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(1787), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2590), 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(2588), 34, + ACTIONS(2562), 34, sym_AND, sym_GENERIC, sym_MOD, @@ -146004,25 +145910,25 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [119837] = 6, + [119696] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1788), 3, + STATE(1787), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2612), 6, + ACTIONS(2658), 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(2656), 34, sym_AND, sym_ELSE, sym_GENERIC, @@ -146057,33 +145963,33 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [119896] = 6, + [119755] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1789), 3, + STATE(1788), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2688), 6, + ACTIONS(2654), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2686), 34, - sym_identifier, + ACTIONS(2652), 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, @@ -146091,13 +145997,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, @@ -146110,27 +146014,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [119955] = 6, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [119814] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1790), 3, + STATE(1789), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2590), 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(2588), 34, + ACTIONS(2512), 34, sym_AND, - sym_ELSE, sym_GENERIC, sym_MOD, sym_NAND, @@ -146144,6 +146049,7 @@ static const uint16_t ts_small_parse_table[] = { sym_SLL, sym_SRA, sym_SRL, + sym_UNITS, sym_XNOR, sym_XOR, anon_sym_SEMI, @@ -146163,27 +146069,26 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [120014] = 6, + [119873] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1791), 3, + STATE(1790), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2616), 6, + ACTIONS(2376), 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(2374), 34, sym_AND, - sym_ELSE, sym_GENERIC, sym_MOD, sym_NAND, @@ -146197,6 +146102,7 @@ static const uint16_t ts_small_parse_table[] = { sym_SLL, sym_SRA, sym_SRL, + sym_UNITS, sym_XNOR, sym_XOR, anon_sym_SEMI, @@ -146216,25 +146122,25 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [120073] = 6, + [119932] = 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(1791), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2514), 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(2512), 34, + ACTIONS(2520), 34, sym_AND, sym_GENERIC, sym_MOD, @@ -146245,11 +146151,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, @@ -146269,25 +146175,25 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [120132] = 6, + [119991] = 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(1792), 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), 34, sym_AND, sym_GENERIC, sym_MOD, @@ -146298,11 +146204,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, @@ -146322,26 +146228,27 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [120191] = 6, + [120050] = 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(1793), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2616), 6, + ACTIONS(2484), 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(2482), 34, sym_AND, + sym_ELSE, sym_GENERIC, sym_MOD, sym_NAND, @@ -146355,7 +146262,6 @@ static const uint16_t ts_small_parse_table[] = { sym_SLL, sym_SRA, sym_SRL, - sym_UNITS, sym_XNOR, sym_XOR, anon_sym_SEMI, @@ -146375,26 +146281,27 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [120250] = 6, + [120109] = 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(1794), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2518), 6, + ACTIONS(2476), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2516), 34, + ACTIONS(2474), 34, sym_AND, + sym_ELSE, sym_GENERIC, sym_MOD, sym_NAND, @@ -146404,7 +146311,6 @@ static const uint16_t ts_small_parse_table[] = { sym_REM, sym_ROL, sym_ROR, - sym_SEVERITY, sym_SLA, sym_SLL, sym_SRA, @@ -146428,31 +146334,31 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [120309] = 6, + [120168] = 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(1795), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2388), 6, + ACTIONS(2438), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2386), 34, + ACTIONS(2436), 34, sym_AND, + sym_ELSE, sym_GENERIC, sym_MOD, sym_NAND, sym_NOR, - sym_OF, sym_OR, sym_PARAMETER, sym_REM, @@ -146464,7 +146370,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, @@ -146481,42 +146387,33 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [120368] = 11, + [120227] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(481), 1, - sym_adding_operator, - STATE(482), 1, - sym_multiplying_operator, - STATE(630), 1, - sym_logical_operator, - STATE(631), 1, - sym_relational_operator, - STATE(632), 1, - sym_shift_operator, - STATE(1797), 3, + STATE(1796), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2720), 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(2718), 29, + ACTIONS(2402), 34, sym_AND, - sym_DOWNTO, - sym_LOOP, + sym_GENERIC, sym_MOD, sym_NAND, sym_NOR, + sym_OF, sym_OR, + sym_PARAMETER, sym_REM, sym_ROL, sym_ROR, @@ -146524,9 +146421,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, @@ -146539,31 +146438,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [120437] = 6, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [120286] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1798), 3, + STATE(1797), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2396), 6, + ACTIONS(2510), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2394), 34, + ACTIONS(2508), 34, sym_AND, sym_GENERIC, sym_MOD, sym_NAND, sym_NOR, - sym_OF, sym_OR, sym_PARAMETER, sym_REM, @@ -146573,9 +146473,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, @@ -146592,27 +146493,26 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [120496] = 6, + [120345] = 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(1798), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2680), 6, + ACTIONS(2506), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2678), 34, + ACTIONS(2504), 34, sym_AND, - sym_FOR, sym_GENERIC, sym_MOD, sym_NAND, @@ -146626,6 +146526,7 @@ static const uint16_t ts_small_parse_table[] = { sym_SLL, sym_SRA, sym_SRL, + sym_UNITS, sym_XNOR, sym_XOR, anon_sym_SEMI, @@ -146645,95 +146546,30 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [120555] = 17, + [120404] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3188), 1, - sym_exponentiate, - STATE(466), 1, - sym_adding_operator, - STATE(467), 1, - sym_multiplying_operator, - STATE(618), 1, - sym_logical_operator, - STATE(619), 1, - sym_relational_operator, - STATE(620), 1, - sym_shift_operator, - ACTIONS(2698), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2704), 2, - sym_MOD, - sym_REM, - ACTIONS(2696), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(1800), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2694), 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(2692), 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(2708), 9, - sym_AND, - sym_DOWNTO, - sym_GENERATE, - sym_NAND, - sym_NOR, - sym_OR, - sym_TO, - sym_XNOR, - sym_XOR, - [120636] = 6, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(1801), 3, + STATE(1799), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2454), 6, + ACTIONS(2388), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2452), 34, + ACTIONS(2386), 34, sym_AND, sym_GENERIC, sym_MOD, sym_NAND, sym_NOR, - sym_OF, sym_OR, sym_PARAMETER, sym_REM, @@ -146743,9 +146579,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, @@ -146762,31 +146599,30 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [120695] = 6, + [120463] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1802), 3, + STATE(1800), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2442), 6, + ACTIONS(2526), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2440), 34, + ACTIONS(2524), 34, sym_AND, sym_GENERIC, sym_MOD, sym_NAND, sym_NOR, - sym_OF, sym_OR, sym_PARAMETER, sym_REM, @@ -146796,9 +146632,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, @@ -146815,57 +146652,46 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [120754] = 14, + [120522] = 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_exponentiate, - STATE(517), 1, - sym_adding_operator, - STATE(518), 1, - sym_multiplying_operator, - STATE(614), 1, - sym_logical_operator, - STATE(615), 1, - sym_relational_operator, - STATE(616), 1, - sym_shift_operator, - ACTIONS(2698), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2704), 2, - sym_MOD, - sym_REM, - STATE(1803), 3, + STATE(1801), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2712), 4, + ACTIONS(2548), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2710), 26, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2546), 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, - sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -146876,105 +146702,58 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - [120829] = 14, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [120581] = 18, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3192), 1, + ACTIONS(2978), 1, sym_exponentiate, - STATE(481), 1, - sym_adding_operator, - STATE(482), 1, + STATE(432), 1, sym_multiplying_operator, - STATE(630), 1, - sym_logical_operator, - STATE(631), 1, - sym_relational_operator, - STATE(632), 1, + STATE(434), 1, + sym_adding_operator, + STATE(543), 1, sym_shift_operator, + STATE(544), 1, + sym_relational_operator, + STATE(545), 1, + sym_logical_operator, ACTIONS(2698), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(2704), 2, sym_MOD, sym_REM, - STATE(1804), 3, + ACTIONS(2696), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + ACTIONS(2871), 3, + sym_IS, + sym_OPEN, + anon_sym_SEMI, + STATE(1802), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2720), 4, + ACTIONS(2694), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2718), 26, + ACTIONS(2702), 6, sym_AND, - sym_DOWNTO, - sym_LOOP, 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, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - [120904] = 16, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(3188), 1, - sym_exponentiate, - STATE(466), 1, - sym_adding_operator, - STATE(467), 1, - sym_multiplying_operator, - STATE(618), 1, - sym_logical_operator, - STATE(619), 1, - sym_relational_operator, - STATE(620), 1, - sym_shift_operator, - ACTIONS(2698), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2704), 2, - sym_MOD, - sym_REM, - ACTIONS(2696), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(1805), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2724), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, ACTIONS(2706), 6, sym_ROL, sym_ROR, @@ -146982,16 +146761,7 @@ static const uint16_t ts_small_parse_table[] = { sym_SLL, sym_SRA, sym_SRL, - ACTIONS(2722), 17, - sym_AND, - sym_DOWNTO, - sym_GENERATE, - sym_NAND, - sym_NOR, - sym_OR, - sym_TO, - sym_XNOR, - sym_XOR, + ACTIONS(2692), 8, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -147000,38 +146770,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [120983] = 9, + [120664] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2462), 1, - anon_sym_LPAREN, - ACTIONS(3214), 1, - sym_PARAMETER, - STATE(2096), 1, - sym_parenthesis_group, - STATE(1806), 3, + STATE(1803), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2193), 6, + ACTIONS(2552), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2191), 31, + ACTIONS(2550), 34, sym_AND, sym_GENERIC, - sym_IS, sym_MOD, sym_NAND, sym_NOR, sym_OR, + sym_PARAMETER, sym_REM, sym_ROL, sym_ROR, @@ -147039,9 +146803,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, @@ -147056,31 +146823,30 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [121048] = 6, + [120723] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1807), 3, + STATE(1804), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2494), 6, + ACTIONS(2556), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2492), 34, + ACTIONS(2554), 34, sym_AND, sym_GENERIC, sym_MOD, sym_NAND, sym_NOR, - sym_OF, sym_OR, sym_PARAMETER, sym_REM, @@ -147090,9 +146856,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, @@ -147109,60 +146876,47 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [121107] = 15, + [120782] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3186), 1, - sym_exponentiate, - STATE(507), 1, - sym_adding_operator, - STATE(508), 1, - sym_multiplying_operator, - STATE(597), 1, - sym_logical_operator, - STATE(598), 1, - sym_relational_operator, - STATE(599), 1, - sym_shift_operator, - ACTIONS(2698), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2704), 2, - sym_MOD, - sym_REM, - ACTIONS(2696), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(1808), 3, + STATE(1805), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2728), 4, + ACTIONS(2728), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2726), 23, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2726), 34, + sym_identifier, sym_AND, - sym_IS, + sym_DOWNTO, + sym_LOOP, + 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_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, @@ -147171,52 +146925,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [121184] = 11, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + [120841] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(669), 1, - sym_logical_operator, - STATE(670), 1, - sym_relational_operator, - STATE(681), 1, - sym_shift_operator, - STATE(682), 1, - sym_adding_operator, - STATE(684), 1, - sym_multiplying_operator, - STATE(1809), 3, + STATE(1806), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2712), 6, + ACTIONS(2560), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2710), 29, + ACTIONS(2558), 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, 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, @@ -147229,31 +146980,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [121253] = 6, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [120900] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1810), 3, + STATE(1807), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2510), 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(2508), 34, + ACTIONS(2566), 34, sym_AND, sym_GENERIC, sym_MOD, sym_NAND, sym_NOR, - sym_OF, sym_OR, sym_PARAMETER, sym_REM, @@ -147263,9 +147015,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, @@ -147282,31 +147035,30 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [121312] = 6, + [120959] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1811), 3, + STATE(1808), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2514), 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(2512), 34, + ACTIONS(2622), 34, sym_AND, sym_GENERIC, sym_MOD, sym_NAND, sym_NOR, - sym_OF, sym_OR, sym_PARAMETER, sym_REM, @@ -147316,9 +147068,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, @@ -147335,60 +147088,45 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [121371] = 15, + [121018] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3188), 1, - sym_exponentiate, - STATE(466), 1, - sym_adding_operator, - STATE(467), 1, - sym_multiplying_operator, - STATE(618), 1, - sym_logical_operator, - STATE(619), 1, - sym_relational_operator, - STATE(620), 1, - sym_shift_operator, - ACTIONS(2698), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2704), 2, - sym_MOD, - sym_REM, - ACTIONS(2696), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(1812), 3, + STATE(1809), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2728), 4, + ACTIONS(2404), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2726), 23, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2402), 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, 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, @@ -147397,24 +147135,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [121448] = 17, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [121077] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2999), 1, + ACTIONS(3182), 1, sym_exponentiate, - STATE(669), 1, - sym_logical_operator, - STATE(670), 1, - sym_relational_operator, - STATE(681), 1, - sym_shift_operator, - STATE(682), 1, + STATE(489), 1, sym_adding_operator, - STATE(684), 1, + STATE(515), 1, + sym_shift_operator, + STATE(516), 1, + sym_relational_operator, + STATE(517), 1, + sym_logical_operator, + STATE(619), 1, sym_multiplying_operator, ACTIONS(2698), 2, anon_sym_STAR, @@ -147426,23 +147170,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - STATE(1813), 3, + STATE(1810), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2694), 4, + ACTIONS(2718), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2706), 6, + ACTIONS(2716), 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(2692), 8, + sym_TO, + sym_XNOR, + sym_XOR, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -147451,34 +147203,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - ACTIONS(2708), 9, - sym_AND, - sym_NAND, - sym_NOR, - sym_OR, - sym_REPORT, - sym_SEVERITY, - sym_XNOR, - sym_XOR, - anon_sym_SEMI, - [121529] = 16, + [121154] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2999), 1, + ACTIONS(3182), 1, sym_exponentiate, - STATE(669), 1, - sym_logical_operator, - STATE(670), 1, - sym_relational_operator, - STATE(681), 1, - sym_shift_operator, - STATE(682), 1, + STATE(489), 1, sym_adding_operator, - STATE(684), 1, + STATE(515), 1, + sym_shift_operator, + STATE(516), 1, + sym_relational_operator, + STATE(517), 1, + sym_logical_operator, + STATE(619), 1, sym_multiplying_operator, ACTIONS(2698), 2, anon_sym_STAR, @@ -147490,11 +147232,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - STATE(1814), 3, + STATE(1811), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2724), 4, + ACTIONS(2714), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, @@ -147506,16 +147248,16 @@ static const uint16_t ts_small_parse_table[] = { sym_SLL, sym_SRA, sym_SRL, - ACTIONS(2722), 17, + ACTIONS(2712), 17, sym_AND, + sym_DOWNTO, + sym_GENERATE, 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, @@ -147524,24 +147266,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [121608] = 15, + [121233] = 17, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2999), 1, + ACTIONS(3182), 1, sym_exponentiate, - STATE(669), 1, - sym_logical_operator, - STATE(670), 1, - sym_relational_operator, - STATE(681), 1, - sym_shift_operator, - STATE(682), 1, + STATE(489), 1, sym_adding_operator, - STATE(684), 1, + STATE(515), 1, + sym_shift_operator, + STATE(516), 1, + sym_relational_operator, + STATE(517), 1, + sym_logical_operator, + STATE(619), 1, sym_multiplying_operator, ACTIONS(2698), 2, anon_sym_STAR, @@ -147553,31 +147295,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - STATE(1815), 3, + STATE(1812), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2728), 4, + ACTIONS(2694), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2726), 23, - sym_AND, - sym_NAND, - sym_NOR, - sym_OR, - sym_REPORT, + ACTIONS(2706), 6, sym_ROL, sym_ROR, - sym_SEVERITY, sym_SLA, sym_SLL, sym_SRA, sym_SRL, - sym_XNOR, - sym_XOR, - anon_sym_SEMI, + ACTIONS(2692), 8, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -147586,56 +147320,55 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [121685] = 14, + ACTIONS(2710), 9, + sym_AND, + sym_DOWNTO, + sym_GENERATE, + sym_NAND, + sym_NOR, + sym_OR, + sym_TO, + sym_XNOR, + sym_XOR, + [121314] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2999), 1, - sym_exponentiate, - STATE(669), 1, - sym_logical_operator, - STATE(670), 1, - sym_relational_operator, - STATE(681), 1, - sym_shift_operator, - STATE(682), 1, - sym_adding_operator, - STATE(684), 1, - sym_multiplying_operator, - ACTIONS(2698), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2704), 2, - sym_MOD, - sym_REM, - STATE(1816), 3, + STATE(1813), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2712), 4, + ACTIONS(2442), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2710), 26, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2440), 34, sym_AND, + sym_GENERIC, + sym_MOD, sym_NAND, sym_NOR, + sym_OF, sym_OR, - sym_REPORT, + 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, @@ -147647,34 +147380,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - [121760] = 7, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [121373] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3216), 1, - sym_RANGE, - STATE(1817), 3, + STATE(1814), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3154), 7, - anon_sym_EQ, + ACTIONS(2438), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3152), 32, + ACTIONS(2436), 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, @@ -147682,14 +147417,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_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, @@ -147700,55 +147434,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_PIPE, - [121821] = 12, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [121432] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2999), 1, - sym_exponentiate, - STATE(669), 1, - sym_logical_operator, - STATE(670), 1, - sym_relational_operator, - STATE(681), 1, - sym_shift_operator, - STATE(682), 1, - sym_adding_operator, - STATE(684), 1, - sym_multiplying_operator, - STATE(1818), 3, + STATE(1815), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2712), 6, + ACTIONS(2476), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2710), 28, + ACTIONS(2474), 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, @@ -147760,42 +147486,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - [121892] = 11, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [121491] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(481), 1, - sym_adding_operator, - STATE(482), 1, - sym_multiplying_operator, - STATE(630), 1, - sym_logical_operator, - STATE(631), 1, - sym_relational_operator, - STATE(632), 1, - sym_shift_operator, - STATE(1819), 3, + STATE(1816), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2712), 6, + ACTIONS(2484), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2710), 29, + ACTIONS(2482), 34, sym_AND, - sym_DOWNTO, - sym_LOOP, + sym_GENERIC, sym_MOD, sym_NAND, sym_NOR, + sym_OF, sym_OR, + sym_PARAMETER, sym_REM, sym_ROL, sym_ROR, @@ -147803,9 +147523,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, @@ -147818,31 +147540,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [121961] = 6, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [121550] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1820), 3, + STATE(1817), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2454), 6, + ACTIONS(2654), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2452), 34, + ACTIONS(2652), 34, sym_AND, - sym_FOR, sym_GENERIC, sym_MOD, sym_NAND, sym_NOR, + sym_OF, sym_OR, sym_PARAMETER, sym_REM, @@ -147854,7 +147578,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, @@ -147871,31 +147595,96 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [122020] = 6, + [121609] = 18, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1821), 3, + ACTIONS(2910), 1, + sym_exponentiate, + STATE(454), 1, + sym_shift_operator, + STATE(456), 1, + sym_relational_operator, + STATE(462), 1, + sym_logical_operator, + STATE(704), 1, + sym_multiplying_operator, + STATE(708), 1, + sym_adding_operator, + ACTIONS(2698), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2704), 2, + sym_MOD, + sym_REM, + ACTIONS(2696), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + ACTIONS(3210), 3, + sym_WHEN, + anon_sym_SEMI, + anon_sym_COMMA, + STATE(1818), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2518), 6, + ACTIONS(2694), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + ACTIONS(2702), 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(2692), 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, + [121692] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(1819), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2480), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2516), 34, + ACTIONS(2478), 34, sym_AND, + sym_ELSE, sym_GENERIC, sym_MOD, sym_NAND, sym_NOR, - sym_OF, sym_OR, sym_PARAMETER, sym_REM, @@ -147907,7 +147696,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, @@ -147924,31 +147713,30 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [122079] = 6, + [121751] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1822), 3, + STATE(1820), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2522), 6, + ACTIONS(2442), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2520), 34, + ACTIONS(2440), 34, sym_AND, sym_GENERIC, sym_MOD, sym_NAND, sym_NOR, - sym_OF, sym_OR, sym_PARAMETER, sym_REM, @@ -147958,9 +147746,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, @@ -147977,33 +147766,33 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [122138] = 6, + [121810] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1823), 3, + STATE(1821), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2688), 6, + ACTIONS(2442), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2686), 34, - sym_identifier, + ACTIONS(2440), 34, sym_AND, - sym_DOWNTO, - sym_GENERATE, + sym_ELSE, + sym_GENERIC, sym_MOD, sym_NAND, sym_NOR, sym_OR, + sym_PARAMETER, sym_REM, sym_ROL, sym_ROR, @@ -148011,13 +147800,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, @@ -148030,31 +147817,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [122197] = 6, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [121869] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1824), 3, + STATE(1822), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2526), 6, + ACTIONS(2438), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2524), 34, + ACTIONS(2436), 34, sym_AND, sym_GENERIC, sym_MOD, sym_NAND, sym_NOR, - sym_OF, sym_OR, sym_PARAMETER, sym_REM, @@ -148064,9 +147852,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, @@ -148083,27 +147872,26 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [122256] = 6, + [121928] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1825), 3, + STATE(1823), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2388), 6, + ACTIONS(2476), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2386), 34, + ACTIONS(2474), 34, sym_AND, - sym_FOR, sym_GENERIC, sym_MOD, sym_NAND, @@ -148117,6 +147905,7 @@ static const uint16_t ts_small_parse_table[] = { sym_SLL, sym_SRA, sym_SRL, + sym_UNITS, sym_XNOR, sym_XOR, anon_sym_SEMI, @@ -148136,31 +147925,31 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [122315] = 6, + [121987] = 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(1824), 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), 34, + ACTIONS(2402), 34, sym_AND, + sym_ELSE, sym_GENERIC, sym_MOD, sym_NAND, sym_NOR, - sym_OF, sym_OR, sym_PARAMETER, sym_REM, @@ -148172,7 +147961,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, @@ -148189,31 +147978,30 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [122374] = 6, + [122046] = 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(1825), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2554), 6, + ACTIONS(2484), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2552), 34, + ACTIONS(2482), 34, sym_AND, sym_GENERIC, sym_MOD, sym_NAND, sym_NOR, - sym_OF, sym_OR, sym_PARAMETER, sym_REM, @@ -148223,9 +148011,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, @@ -148242,27 +148031,26 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [122433] = 6, + [122105] = 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(1826), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2638), 6, + ACTIONS(2654), 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(2652), 34, sym_AND, - sym_ELSE, sym_GENERIC, sym_MOD, sym_NAND, @@ -148276,6 +148064,7 @@ static const uint16_t ts_small_parse_table[] = { sym_SLL, sym_SRA, sym_SRL, + sym_UNITS, sym_XNOR, sym_XOR, anon_sym_SEMI, @@ -148295,7 +148084,125 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [122492] = 6, + [122164] = 18, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(3186), 1, + sym_exponentiate, + STATE(521), 1, + sym_shift_operator, + STATE(522), 1, + sym_relational_operator, + STATE(523), 1, + sym_logical_operator, + STATE(529), 1, + sym_adding_operator, + STATE(557), 1, + sym_multiplying_operator, + ACTIONS(2698), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2704), 2, + sym_MOD, + sym_REM, + ACTIONS(2690), 3, + sym_GENERIC, + anon_sym_SEMI, + sym_variable_assignment, + ACTIONS(2696), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(1827), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2694), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + ACTIONS(2702), 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(2692), 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, + [122247] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(1828), 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), 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, + 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, + [122306] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -148306,20 +148213,20 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2642), 6, + ACTIONS(2602), 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(2600), 34, sym_AND, - sym_ELSE, sym_GENERIC, sym_MOD, sym_NAND, sym_NOR, + sym_OF, sym_OR, sym_PARAMETER, sym_REM, @@ -148331,7 +148238,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, @@ -148348,7 +148255,7 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [122551] = 6, + [122365] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -148359,20 +148266,20 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2646), 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(2644), 34, + ACTIONS(2648), 34, sym_AND, - sym_ELSE, sym_GENERIC, sym_MOD, sym_NAND, sym_NOR, + sym_OF, sym_OR, sym_PARAMETER, sym_REM, @@ -148384,7 +148291,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, @@ -148401,7 +148308,7 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [122610] = 6, + [122424] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -148412,20 +148319,19 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2558), 6, + ACTIONS(2574), 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(2572), 34, sym_AND, sym_GENERIC, sym_MOD, sym_NAND, sym_NOR, - sym_OF, sym_OR, sym_PARAMETER, sym_REM, @@ -148435,9 +148341,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, @@ -148454,7 +148361,7 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [122669] = 6, + [122483] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -148465,20 +148372,19 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2562), 6, + ACTIONS(2602), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2560), 34, + ACTIONS(2600), 34, sym_AND, sym_GENERIC, sym_MOD, sym_NAND, sym_NOR, - sym_OF, sym_OR, sym_PARAMETER, sym_REM, @@ -148488,9 +148394,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, @@ -148507,7 +148414,7 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [122728] = 6, + [122542] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -148518,20 +148425,19 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2566), 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(2564), 34, + ACTIONS(2648), 34, sym_AND, sym_GENERIC, sym_MOD, sym_NAND, sym_NOR, - sym_OF, sym_OR, sym_PARAMETER, sym_REM, @@ -148541,9 +148447,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, @@ -148560,7 +148467,7 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [122787] = 6, + [122601] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -148571,20 +148478,20 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2570), 6, + ACTIONS(2480), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2568), 34, + ACTIONS(2478), 34, sym_AND, + sym_FOR, sym_GENERIC, sym_MOD, sym_NAND, sym_NOR, - sym_OF, sym_OR, sym_PARAMETER, sym_REM, @@ -148596,7 +148503,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, @@ -148613,7 +148520,7 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [122846] = 6, + [122660] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -148624,90 +148531,86 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2458), 6, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2456), 34, - sym_AND, + ACTIONS(3212), 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_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, + 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, - [122905] = 9, + anon_sym_LT_LT, + [122717] = 6, 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_LPAREN, - ACTIONS(3218), 1, - sym_PARAMETER, - STATE(2160), 1, - sym_parenthesis_group, STATE(1836), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2193), 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(2191), 31, + ACTIONS(2622), 34, sym_AND, sym_GENERIC, - 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_XNOR, sym_XOR, + anon_sym_SEMI, anon_sym_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -148722,49 +148625,64 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [122970] = 8, + [122776] = 18, 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(3194), 2, + ACTIONS(3182), 1, + sym_exponentiate, + STATE(489), 1, + sym_adding_operator, + STATE(515), 1, + sym_shift_operator, + STATE(516), 1, + sym_relational_operator, + STATE(517), 1, + sym_logical_operator, + STATE(619), 1, + sym_multiplying_operator, + ACTIONS(2698), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2704), 2, + sym_MOD, + sym_REM, + ACTIONS(2690), 3, sym_DOWNTO, + sym_GENERATE, sym_TO, + ACTIONS(2696), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, STATE(1837), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3166), 6, + ACTIONS(2694), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3164), 31, + ACTIONS(2702), 6, sym_AND, - sym_MOD, sym_NAND, sym_NOR, sym_OR, - sym_REM, + sym_XNOR, + sym_XOR, + ACTIONS(2706), 6, 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, + ACTIONS(2692), 8, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -148772,12 +148690,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_GT_GT, - [123033] = 6, + [122859] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -148788,19 +148701,20 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2388), 6, + ACTIONS(2628), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2386), 34, + ACTIONS(2626), 34, sym_AND, sym_GENERIC, sym_MOD, sym_NAND, sym_NOR, + sym_OF, sym_OR, sym_PARAMETER, sym_REM, @@ -148810,10 +148724,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, @@ -148830,56 +148743,45 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [123092] = 14, + [122918] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3188), 1, - sym_exponentiate, - STATE(466), 1, - sym_adding_operator, - STATE(467), 1, - sym_multiplying_operator, - STATE(618), 1, - sym_logical_operator, - STATE(619), 1, - sym_relational_operator, - STATE(620), 1, - sym_shift_operator, - ACTIONS(2698), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2704), 2, - sym_MOD, - sym_REM, STATE(1839), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2712), 4, + ACTIONS(2628), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2710), 26, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2626), 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, 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, @@ -148891,45 +148793,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - [123167] = 6, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [122977] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(2408), 1, + anon_sym_LPAREN, + ACTIONS(3214), 1, + sym_PARAMETER, + STATE(2037), 1, + sym_parenthesis_group, STATE(1840), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2396), 6, + ACTIONS(2326), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2394), 34, + ACTIONS(2324), 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, @@ -148944,43 +148852,116 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [123226] = 6, + [123042] = 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(227), 1, + sym_POSTPONED, + ACTIONS(229), 1, + sym_PROCESS, + ACTIONS(3001), 1, + sym_END, + STATE(1677), 1, + aux_sym_design_unit_repeat3, + STATE(2688), 1, + sym_label_declaration, + STATE(3015), 1, + sym__direct_name, + STATE(4352), 1, + sym__concurrent_statement, + STATE(6048), 1, + sym_aggregate, + STATE(6062), 1, + sym__target, + STATE(6245), 1, + sym_with_expression, + STATE(6276), 1, + sym_name, + STATE(7200), 1, + sym_assertion, + STATE(7711), 1, + sym__label, + STATE(4386), 2, + sym__identifier, + sym__external_name, + ACTIONS(71), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, STATE(1841), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2586), 6, + STATE(4383), 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(4362), 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, + [123141] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(1842), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2376), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2584), 34, + ACTIONS(2374), 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, @@ -148997,45 +148978,50 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [123285] = 6, + [123200] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1842), 3, + ACTIONS(3218), 1, + sym_library_constant_unit, + STATE(2633), 1, + sym__unit, + STATE(1843), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2454), 6, + ACTIONS(3216), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + ACTIONS(2380), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2452), 34, + ACTIONS(2378), 28, 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_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, @@ -149048,28 +149034,100 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [123344] = 6, + [123265] = 26, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1843), 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(227), 1, + sym_POSTPONED, + ACTIONS(229), 1, + sym_PROCESS, + ACTIONS(3220), 1, + sym_END, + STATE(1677), 1, + aux_sym_design_unit_repeat3, + STATE(2688), 1, + sym_label_declaration, + STATE(3015), 1, + sym__direct_name, + STATE(4352), 1, + sym__concurrent_statement, + STATE(6048), 1, + sym_aggregate, + STATE(6062), 1, + sym__target, + STATE(6245), 1, + sym_with_expression, + STATE(6276), 1, + sym_name, + STATE(7200), 1, + sym_assertion, + STATE(7711), 1, + sym__label, + STATE(4386), 2, + sym__identifier, + sym__external_name, + ACTIONS(71), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, + STATE(1844), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2458), 6, + STATE(4383), 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(4362), 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, + [123364] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(1845), 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(2456), 34, + ACTIONS(2622), 34, sym_AND, + sym_ELSE, sym_GENERIC, sym_MOD, sym_NAND, @@ -149083,7 +149141,6 @@ static const uint16_t ts_small_parse_table[] = { sym_SLL, sym_SRA, sym_SRL, - sym_UNITS, sym_XNOR, sym_XOR, anon_sym_SEMI, @@ -149103,63 +149160,101 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [123403] = 18, + [123423] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2974), 1, - sym_exponentiate, - STATE(476), 1, - sym_adding_operator, - STATE(477), 1, - sym_multiplying_operator, - STATE(597), 1, - sym_logical_operator, - STATE(598), 1, - sym_relational_operator, - STATE(599), 1, - sym_shift_operator, - ACTIONS(2698), 2, + ACTIONS(3224), 1, + sym_library_constant_unit, + STATE(2671), 1, + sym__unit, + STATE(1846), 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(2380), 6, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2704), 2, + ACTIONS(2378), 28, + sym_AND, sym_MOD, + sym_NAND, + sym_NOR, + sym_OF, + sym_OR, sym_REM, - ACTIONS(2696), 3, + 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, - ACTIONS(2830), 3, - sym_IS, - sym_OPEN, - anon_sym_SEMI, - STATE(1844), 3, + sym_exponentiate, + [123488] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(1847), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2694), 4, + ACTIONS(2658), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2702), 6, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2656), 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_SEVERITY, sym_SLA, sym_SLL, sym_SRA, sym_SRL, - ACTIONS(2692), 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, @@ -149168,56 +149263,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [123486] = 14, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [123547] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3192), 1, - sym_exponentiate, - STATE(481), 1, - sym_adding_operator, - STATE(482), 1, - sym_multiplying_operator, - STATE(630), 1, - sym_logical_operator, - STATE(631), 1, - sym_relational_operator, - STATE(632), 1, - sym_shift_operator, - ACTIONS(2698), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2704), 2, - sym_MOD, - sym_REM, - STATE(1845), 3, + STATE(1848), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2712), 4, + ACTIONS(2480), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2710), 26, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2478), 34, sym_AND, - sym_DOWNTO, - sym_LOOP, + 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, @@ -149229,33 +149319,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - [123561] = 6, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [123606] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1846), 3, + STATE(495), 1, + sym_shift_operator, + STATE(496), 1, + sym_relational_operator, + STATE(497), 1, + sym_logical_operator, + STATE(696), 1, + sym_multiplying_operator, + STATE(697), 1, + sym_adding_operator, + STATE(1849), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2676), 6, + ACTIONS(2688), 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(2686), 29, sym_AND, - sym_ELSE, - sym_GENERIC, + sym_DOWNTO, + sym_LOOP, sym_MOD, sym_NAND, sym_NOR, sym_OR, - sym_PARAMETER, sym_REM, sym_ROL, sym_ROR, @@ -149263,11 +149365,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, @@ -149280,27 +149380,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [123620] = 6, + [123675] = 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(1850), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2494), 6, + ACTIONS(2480), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2492), 34, + ACTIONS(2478), 34, sym_AND, sym_GENERIC, sym_MOD, @@ -149335,25 +149433,25 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [123679] = 6, + [123734] = 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(1851), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2510), 6, + ACTIONS(2654), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2508), 34, + ACTIONS(2652), 34, sym_AND, sym_GENERIC, sym_MOD, @@ -149364,11 +149462,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, @@ -149388,25 +149486,25 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [123738] = 6, + [123793] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1849), 3, + STATE(1852), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2514), 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(2512), 34, + ACTIONS(2566), 34, sym_AND, sym_GENERIC, sym_MOD, @@ -149417,11 +149515,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, @@ -149441,43 +149539,43 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [123797] = 6, + [123852] = 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(1853), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2612), 6, + ACTIONS(2560), 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(2558), 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, @@ -149494,25 +149592,25 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [123856] = 6, + [123911] = 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(1854), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2518), 6, + ACTIONS(2556), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2516), 34, + ACTIONS(2554), 34, sym_AND, sym_GENERIC, sym_MOD, @@ -149523,11 +149621,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, @@ -149547,25 +149645,25 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [123915] = 6, + [123970] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1852), 3, + STATE(1855), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2522), 6, + ACTIONS(2552), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2520), 34, + ACTIONS(2550), 34, sym_AND, sym_GENERIC, sym_MOD, @@ -149576,11 +149674,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, @@ -149600,27 +149698,26 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [123974] = 6, + [124029] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1853), 3, + STATE(1856), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2650), 6, + ACTIONS(2484), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2648), 34, + ACTIONS(2482), 34, sym_AND, - sym_ELSE, sym_GENERIC, sym_MOD, sym_NAND, @@ -149630,6 +149727,7 @@ static const uint16_t ts_small_parse_table[] = { sym_REM, sym_ROL, sym_ROR, + sym_SEVERITY, sym_SLA, sym_SLL, sym_SRA, @@ -149653,25 +149751,25 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [124033] = 6, + [124088] = 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(1857), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2526), 6, + ACTIONS(2476), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2524), 34, + ACTIONS(2474), 34, sym_AND, sym_GENERIC, sym_MOD, @@ -149682,11 +149780,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, @@ -149706,27 +149804,26 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [124092] = 6, + [124147] = 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(1858), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2654), 6, + ACTIONS(2438), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2652), 34, + ACTIONS(2436), 34, sym_AND, - sym_ELSE, sym_GENERIC, sym_MOD, sym_NAND, @@ -149736,6 +149833,7 @@ static const uint16_t ts_small_parse_table[] = { sym_REM, sym_ROL, sym_ROR, + sym_SEVERITY, sym_SLA, sym_SLL, sym_SRA, @@ -149759,77 +149857,25 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [124151] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(1856), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(3220), 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, - [124208] = 6, + [124206] = 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(1859), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2530), 6, + ACTIONS(2548), 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(2546), 34, sym_AND, sym_GENERIC, sym_MOD, @@ -149840,11 +149886,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, @@ -149864,45 +149910,56 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [124267] = 6, + [124265] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1858), 3, + ACTIONS(3180), 1, + sym_exponentiate, + STATE(495), 1, + sym_shift_operator, + STATE(496), 1, + sym_relational_operator, + STATE(497), 1, + sym_logical_operator, + STATE(696), 1, + sym_multiplying_operator, + STATE(697), 1, + sym_adding_operator, + ACTIONS(2698), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2704), 2, + sym_MOD, + sym_REM, + STATE(1860), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2554), 6, + ACTIONS(2688), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2552), 34, + ACTIONS(2686), 26, sym_AND, - sym_GENERIC, - sym_MOD, + sym_DOWNTO, + sym_LOOP, 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_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, @@ -149914,28 +149971,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, - [124326] = 6, + [124340] = 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(1861), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2586), 6, + ACTIONS(2526), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2584), 34, + ACTIONS(2524), 34, sym_AND, sym_GENERIC, sym_MOD, @@ -149970,39 +150024,32 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [124385] = 9, + [124399] = 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(2670), 1, - sym__unit, - STATE(1860), 3, + STATE(1862), 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(2446), 6, + ACTIONS(2388), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2444), 28, + ACTIONS(2386), 34, sym_AND, + sym_GENERIC, sym_MOD, sym_NAND, sym_NOR, sym_OR, + sym_PARAMETER, sym_REM, sym_ROL, sym_ROR, @@ -150014,6 +150061,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, @@ -150026,38 +150075,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [124450] = 11, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [124458] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(471), 1, - sym_adding_operator, - STATE(472), 1, - sym_multiplying_operator, - STATE(622), 1, - sym_logical_operator, - STATE(623), 1, - sym_relational_operator, - STATE(624), 1, + STATE(495), 1, sym_shift_operator, - STATE(1861), 3, + STATE(496), 1, + sym_relational_operator, + STATE(497), 1, + sym_logical_operator, + STATE(696), 1, + sym_multiplying_operator, + STATE(697), 1, + sym_adding_operator, + STATE(1863), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2720), 6, + ACTIONS(2684), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2718), 29, + ACTIONS(2682), 29, sym_AND, sym_DOWNTO, - sym_IS, + sym_LOOP, sym_MOD, sym_NAND, sym_NOR, @@ -150084,81 +150135,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [124519] = 9, + [124527] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3228), 1, - sym_library_constant_unit, - STATE(2618), 1, - sym__unit, - STATE(1862), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(3226), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - ACTIONS(2446), 6, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2444), 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, - [124584] = 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(1864), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2558), 6, + ACTIONS(2442), 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(2440), 34, sym_AND, sym_GENERIC, sym_MOD, @@ -150169,11 +150164,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, @@ -150193,25 +150188,25 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [124643] = 6, + [124586] = 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(1865), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2562), 6, + ACTIONS(2506), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2560), 34, + ACTIONS(2504), 34, sym_AND, sym_GENERIC, sym_MOD, @@ -150222,11 +150217,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, @@ -150246,25 +150241,25 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [124702] = 6, + [124645] = 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(1866), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2566), 6, + ACTIONS(2510), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2564), 34, + ACTIONS(2508), 34, sym_AND, sym_GENERIC, sym_MOD, @@ -150275,11 +150270,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, @@ -150299,68 +150294,7 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [124761] = 14, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(3184), 1, - sym_exponentiate, - STATE(471), 1, - sym_adding_operator, - STATE(472), 1, - sym_multiplying_operator, - STATE(622), 1, - sym_logical_operator, - STATE(623), 1, - sym_relational_operator, - STATE(624), 1, - sym_shift_operator, - ACTIONS(2698), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2704), 2, - sym_MOD, - sym_REM, - STATE(1866), 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), 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, - 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, - [124836] = 6, + [124704] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -150371,14 +150305,14 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2570), 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(2568), 34, + ACTIONS(2402), 34, sym_AND, sym_GENERIC, sym_MOD, @@ -150389,11 +150323,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, @@ -150413,53 +150347,57 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [124895] = 11, + [124763] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(517), 1, - sym_adding_operator, - STATE(518), 1, - sym_multiplying_operator, - STATE(614), 1, - sym_logical_operator, - STATE(615), 1, - sym_relational_operator, - STATE(616), 1, + ACTIONS(3180), 1, + sym_exponentiate, + STATE(495), 1, sym_shift_operator, + STATE(496), 1, + sym_relational_operator, + STATE(497), 1, + sym_logical_operator, + STATE(696), 1, + sym_multiplying_operator, + STATE(697), 1, + sym_adding_operator, + ACTIONS(2698), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2704), 2, + sym_MOD, + sym_REM, STATE(1868), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2720), 6, + ACTIONS(2684), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2718), 29, + ACTIONS(2682), 26, sym_AND, - sym_GENERIC, - sym_MOD, + sym_DOWNTO, + sym_LOOP, 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, @@ -150470,34 +150408,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - sym_exponentiate, - [124964] = 6, + [124838] = 12, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(3180), 1, + sym_exponentiate, + STATE(495), 1, + sym_shift_operator, + STATE(496), 1, + sym_relational_operator, + STATE(497), 1, + sym_logical_operator, + STATE(696), 1, + sym_multiplying_operator, + STATE(697), 1, + sym_adding_operator, STATE(1869), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2530), 6, + ACTIONS(2684), 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(2682), 28, 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, @@ -150505,11 +150453,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, @@ -150521,49 +150467,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, - [125023] = 14, + [124909] = 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_exponentiate, - STATE(517), 1, - sym_adding_operator, - STATE(518), 1, - sym_multiplying_operator, - STATE(614), 1, - sym_logical_operator, - STATE(615), 1, - sym_relational_operator, - STATE(616), 1, - sym_shift_operator, - ACTIONS(2698), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2704), 2, - sym_MOD, - sym_REM, STATE(1870), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2720), 4, + ACTIONS(2662), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2718), 26, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2660), 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, @@ -150573,8 +150504,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, @@ -150585,7 +150517,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - [125098] = 5, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [124968] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -150596,48 +150531,49 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3230), 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(2518), 6, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2516), 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, anon_sym_LPAREN, - anon_sym_LT_LT, - [125155] = 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, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [125027] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -150648,16 +150584,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2554), 6, + ACTIONS(2668), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2552), 34, + ACTIONS(2666), 34, sym_AND, - sym_FOR, + sym_ELSE, sym_GENERIC, sym_MOD, sym_NAND, @@ -150690,7 +150626,7 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [125214] = 6, + [125086] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -150701,22 +150637,22 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2688), 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(2686), 34, - sym_identifier, + ACTIONS(2520), 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, @@ -150726,11 +150662,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, @@ -150743,35 +150677,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [125273] = 18, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [125145] = 17, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2999), 1, + ACTIONS(2984), 1, sym_exponentiate, - STATE(669), 1, - sym_logical_operator, - STATE(670), 1, - sym_relational_operator, - STATE(681), 1, - sym_shift_operator, - STATE(682), 1, - sym_adding_operator, - STATE(684), 1, + STATE(542), 1, sym_multiplying_operator, + STATE(547), 1, + sym_adding_operator, + STATE(552), 1, + sym_shift_operator, + STATE(558), 1, + sym_relational_operator, + STATE(564), 1, + sym_logical_operator, ACTIONS(2698), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(2704), 2, sym_MOD, sym_REM, - ACTIONS(2690), 3, - sym_REPORT, - sym_SEVERITY, - anon_sym_SEMI, ACTIONS(2696), 3, anon_sym_PLUS, anon_sym_DASH, @@ -150785,13 +150717,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2702), 6, - sym_AND, - sym_NAND, - sym_NOR, - sym_OR, - sym_XNOR, - sym_XOR, ACTIONS(2706), 6, sym_ROL, sym_ROR, @@ -150808,44 +150733,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [125356] = 12, + ACTIONS(2710), 9, + sym_AND, + sym_NAND, + sym_NOR, + sym_OR, + sym_REPORT, + sym_SEVERITY, + sym_XNOR, + sym_XOR, + anon_sym_SEMI, + [125226] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3192), 1, - sym_exponentiate, - STATE(481), 1, - sym_adding_operator, - STATE(482), 1, - sym_multiplying_operator, - STATE(630), 1, - sym_logical_operator, - STATE(631), 1, - sym_relational_operator, - STATE(632), 1, - sym_shift_operator, STATE(1875), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2712), 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(2710), 28, + ACTIONS(2566), 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, @@ -150853,9 +150777,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, @@ -150867,7 +150793,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - [125427] = 6, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [125285] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -150878,16 +150807,67 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2388), 6, + ACTIONS(3226), 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, + [125342] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(1877), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2514), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2386), 34, + ACTIONS(2512), 34, sym_AND, - sym_ELSE, sym_GENERIC, sym_MOD, sym_NAND, @@ -150897,6 +150877,7 @@ static const uint16_t ts_small_parse_table[] = { sym_REM, sym_ROL, sym_ROR, + sym_SEVERITY, sym_SLA, sym_SLL, sym_SRA, @@ -150920,25 +150901,25 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [125486] = 6, + [125401] = 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(1878), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2586), 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(2584), 34, + ACTIONS(2562), 34, sym_AND, sym_GENERIC, sym_MOD, @@ -150949,11 +150930,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, @@ -150973,33 +150954,44 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [125545] = 6, + [125460] = 12, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1878), 3, + ACTIONS(2984), 1, + sym_exponentiate, + STATE(542), 1, + sym_multiplying_operator, + STATE(547), 1, + sym_adding_operator, + STATE(552), 1, + sym_shift_operator, + STATE(558), 1, + sym_relational_operator, + STATE(564), 1, + sym_logical_operator, + STATE(1879), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2522), 6, + ACTIONS(2684), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2520), 34, + ACTIONS(2682), 28, sym_AND, - sym_GENERIC, sym_MOD, sym_NAND, sym_NOR, sym_OR, - sym_PARAMETER, sym_REM, + sym_REPORT, sym_ROL, sym_ROR, sym_SEVERITY, @@ -151010,8 +151002,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, @@ -151023,48 +151013,56 @@ 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, - [125604] = 6, + [125531] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1879), 3, + ACTIONS(2984), 1, + sym_exponentiate, + STATE(542), 1, + sym_multiplying_operator, + STATE(547), 1, + sym_adding_operator, + STATE(552), 1, + sym_shift_operator, + STATE(558), 1, + sym_relational_operator, + STATE(564), 1, + sym_logical_operator, + ACTIONS(2698), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2704), 2, + sym_MOD, + sym_REM, + STATE(1880), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2612), 6, + ACTIONS(2684), 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(2682), 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, @@ -151076,28 +151074,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, - [125663] = 6, + [125606] = 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(1881), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2396), 6, + ACTIONS(2560), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2394), 34, + ACTIONS(2558), 34, sym_AND, sym_ELSE, sym_GENERIC, @@ -151132,31 +151127,31 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [125722] = 6, + [125665] = 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(1882), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2616), 6, + ACTIONS(2556), 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(2554), 34, sym_AND, + sym_ELSE, sym_GENERIC, sym_MOD, sym_NAND, sym_NOR, - sym_OF, sym_OR, sym_PARAMETER, sym_REM, @@ -151168,7 +151163,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, @@ -151185,38 +151180,33 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [125781] = 9, + [125724] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2418), 1, - anon_sym_LPAREN, - ACTIONS(3232), 1, - sym_PARAMETER, - STATE(2238), 1, - sym_parenthesis_group, - STATE(1882), 3, + STATE(1883), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2193), 6, + ACTIONS(2552), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2191), 31, + ACTIONS(2550), 34, sym_AND, + sym_ELSE, sym_GENERIC, - sym_INERTIAL, sym_MOD, sym_NAND, sym_NOR, sym_OR, + sym_PARAMETER, sym_REM, sym_ROL, sym_ROR, @@ -151226,7 +151216,9 @@ 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, @@ -151241,61 +151233,45 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [125846] = 16, + [125783] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3184), 1, - sym_exponentiate, - STATE(471), 1, - sym_adding_operator, - STATE(472), 1, - sym_multiplying_operator, - STATE(622), 1, - sym_logical_operator, - STATE(623), 1, - sym_relational_operator, - STATE(624), 1, - sym_shift_operator, - ACTIONS(2698), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2704), 2, - sym_MOD, - sym_REM, - ACTIONS(2696), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(1883), 3, + STATE(1884), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2724), 4, + ACTIONS(2548), 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(2546), 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, - ACTIONS(2722), 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, @@ -151304,31 +151280,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [125925] = 6, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [125842] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1884), 3, + STATE(1885), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2638), 6, + ACTIONS(2526), 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(2524), 34, sym_AND, + sym_ELSE, sym_GENERIC, sym_MOD, sym_NAND, sym_NOR, - sym_OF, sym_OR, sym_PARAMETER, sym_REM, @@ -151340,7 +151322,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, @@ -151357,45 +151339,60 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [125984] = 6, + [125901] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1885), 3, + ACTIONS(2984), 1, + sym_exponentiate, + STATE(542), 1, + sym_multiplying_operator, + STATE(547), 1, + sym_adding_operator, + STATE(552), 1, + sym_shift_operator, + STATE(558), 1, + sym_relational_operator, + STATE(564), 1, + sym_logical_operator, + ACTIONS(2698), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2704), 2, + sym_MOD, + sym_REM, + ACTIONS(2696), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(1886), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2642), 6, + ACTIONS(2718), 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(2716), 23, 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_COMMA, - anon_sym_DOT, - anon_sym_LPAREN, + anon_sym_SEMI, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -151404,60 +151401,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, - [126043] = 12, + [125978] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3188), 1, + ACTIONS(2984), 1, sym_exponentiate, - STATE(466), 1, - sym_adding_operator, - STATE(467), 1, + STATE(542), 1, sym_multiplying_operator, - STATE(618), 1, - sym_logical_operator, - STATE(619), 1, - sym_relational_operator, - STATE(620), 1, + STATE(547), 1, + sym_adding_operator, + STATE(552), 1, sym_shift_operator, - STATE(1886), 3, + STATE(558), 1, + sym_relational_operator, + STATE(564), 1, + sym_logical_operator, + ACTIONS(2698), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2704), 2, + sym_MOD, + sym_REM, + ACTIONS(2696), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(1887), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2712), 6, + ACTIONS(2714), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2710), 28, - sym_AND, - sym_DOWNTO, - sym_GENERATE, - sym_MOD, - sym_NAND, - sym_NOR, - sym_OR, - sym_REM, + ACTIONS(2706), 6, sym_ROL, sym_ROR, sym_SLA, sym_SLL, sym_SRA, sym_SRL, - sym_TO, + ACTIONS(2712), 17, + sym_AND, + sym_NAND, + sym_NOR, + sym_OR, + sym_REPORT, + sym_SEVERITY, sym_XNOR, sym_XOR, + anon_sym_SEMI, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -151466,31 +151464,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, - [126114] = 6, + [126057] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1887), 3, + ACTIONS(3230), 1, + sym_library_constant_unit, + STATE(2653), 1, + sym__unit, + STATE(1888), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2716), 6, + ACTIONS(3228), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + ACTIONS(2380), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2714), 34, - sym_identifier, + ACTIONS(2378), 28, sym_AND, - sym_GENERIC, + sym_ELSE, sym_MOD, sym_NAND, sym_NOR, @@ -151504,13 +151507,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_SEMI, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -151522,34 +151520,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [126173] = 6, + [126122] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1888), 3, + ACTIONS(3186), 1, + sym_exponentiate, + STATE(521), 1, + sym_shift_operator, + STATE(522), 1, + sym_relational_operator, + STATE(523), 1, + sym_logical_operator, + STATE(529), 1, + sym_adding_operator, + STATE(557), 1, + sym_multiplying_operator, + ACTIONS(2698), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2704), 2, + sym_MOD, + sym_REM, + ACTIONS(2696), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(1889), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2646), 6, + ACTIONS(2718), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2644), 34, + ACTIONS(2716), 23, sym_AND, sym_GENERIC, - sym_MOD, sym_NAND, sym_NOR, - sym_OF, sym_OR, - sym_PARAMETER, - sym_REM, sym_ROL, sym_ROR, sym_SLA, @@ -151558,10 +151572,9 @@ 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_SEMI, anon_sym_LT_EQ, + sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -151569,46 +151582,99 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, + [126199] = 16, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(3186), 1, + sym_exponentiate, + STATE(521), 1, + sym_shift_operator, + STATE(522), 1, + sym_relational_operator, + STATE(523), 1, + sym_logical_operator, + STATE(529), 1, + sym_adding_operator, + STATE(557), 1, + sym_multiplying_operator, + ACTIONS(2698), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2704), 2, + sym_MOD, + sym_REM, + ACTIONS(2696), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [126232] = 18, + STATE(1890), 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), 17, + sym_AND, + sym_GENERIC, + sym_NAND, + sym_NOR, + sym_OR, + 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, + [126278] = 17, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3184), 1, + ACTIONS(3186), 1, sym_exponentiate, - STATE(471), 1, + STATE(521), 1, + sym_shift_operator, + STATE(522), 1, + sym_relational_operator, + STATE(523), 1, + sym_logical_operator, + STATE(529), 1, sym_adding_operator, - STATE(472), 1, + STATE(557), 1, sym_multiplying_operator, - STATE(622), 1, - sym_logical_operator, - STATE(623), 1, - sym_relational_operator, - STATE(624), 1, - sym_shift_operator, ACTIONS(2698), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(2704), 2, sym_MOD, sym_REM, - ACTIONS(2690), 3, - sym_DOWNTO, - sym_IS, - sym_TO, ACTIONS(2696), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - STATE(1889), 3, + STATE(1891), 3, sym__tool_directive, sym_line_comment, sym_block_comment, @@ -151617,21 +151683,78 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2702), 6, + ACTIONS(2706), 6, + sym_ROL, + sym_ROR, + sym_SLA, + sym_SLL, + sym_SRA, + sym_SRL, + ACTIONS(2692), 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), 9, sym_AND, + sym_GENERIC, sym_NAND, sym_NOR, sym_OR, sym_XNOR, sym_XOR, - ACTIONS(2706), 6, + anon_sym_SEMI, + sym_variable_assignment, + [126359] = 11, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(542), 1, + sym_multiplying_operator, + STATE(547), 1, + sym_adding_operator, + STATE(552), 1, + sym_shift_operator, + STATE(558), 1, + sym_relational_operator, + STATE(564), 1, + sym_logical_operator, + STATE(1892), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2684), 6, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2682), 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, - ACTIONS(2692), 8, + sym_XNOR, + sym_XOR, + anon_sym_SEMI, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -151640,7 +151763,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [126315] = 26, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + [126428] = 26, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -151659,40 +151786,40 @@ static const uint16_t ts_small_parse_table[] = { sym_POSTPONED, ACTIONS(229), 1, sym_PROCESS, - ACTIONS(3234), 1, + ACTIONS(3232), 1, sym_END, - STATE(1686), 1, + STATE(1844), 1, aux_sym_design_unit_repeat3, - STATE(2626), 1, + STATE(2688), 1, sym_label_declaration, - STATE(3023), 1, + STATE(3015), 1, sym__direct_name, - STATE(4386), 1, + STATE(4352), 1, sym__concurrent_statement, - STATE(6098), 1, + STATE(6048), 1, sym_aggregate, - STATE(6317), 1, - sym_name, - STATE(6373), 1, + STATE(6062), 1, sym__target, - STATE(6470), 1, + STATE(6245), 1, sym_with_expression, - STATE(7169), 1, - sym__label, - STATE(7448), 1, + STATE(6276), 1, + sym_name, + STATE(7200), 1, sym_assertion, - STATE(4362), 2, + STATE(7711), 1, + sym__label, + STATE(4386), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(1890), 3, + STATE(1893), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -151701,7 +151828,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - STATE(4354), 11, + STATE(4362), 11, sym_block_statement, sym_component_instantiation_statement, sym_process_statement, @@ -151713,26 +151840,27 @@ static const uint16_t ts_small_parse_table[] = { sym_concurrent_simple_signal_assignment, sym_concurrent_conditional_signal_assignment, sym_concurrent_selected_signal_assignment, - [126414] = 6, + [126527] = 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(1894), 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), 34, + ACTIONS(2562), 34, sym_AND, + sym_ELSE, sym_GENERIC, sym_MOD, sym_NAND, @@ -151742,7 +151870,6 @@ static const uint16_t ts_small_parse_table[] = { sym_REM, sym_ROL, sym_ROR, - sym_SEVERITY, sym_SLA, sym_SLL, sym_SRA, @@ -151766,45 +151893,47 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [126473] = 6, + [126586] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1892), 3, + STATE(1895), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2650), 6, + ACTIONS(2728), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2648), 34, + ACTIONS(2726), 34, + sym_identifier, 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_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, @@ -151817,33 +151946,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [126532] = 6, + [126645] = 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(1896), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2676), 6, + ACTIONS(2388), 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(2386), 34, sym_AND, + sym_ELSE, sym_GENERIC, sym_MOD, sym_NAND, sym_NOR, - sym_OF, sym_OR, sym_PARAMETER, sym_REM, @@ -151855,7 +151982,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, @@ -151872,26 +151999,27 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [126591] = 6, + [126704] = 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(1897), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2526), 6, + ACTIONS(2506), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2524), 34, + ACTIONS(2504), 34, sym_AND, + sym_ELSE, sym_GENERIC, sym_MOD, sym_NAND, @@ -151901,7 +152029,6 @@ static const uint16_t ts_small_parse_table[] = { sym_REM, sym_ROL, sym_ROR, - sym_SEVERITY, sym_SLA, sym_SLL, sym_SRA, @@ -151925,31 +152052,31 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [126650] = 6, + [126763] = 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(1898), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2654), 6, + ACTIONS(2510), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2652), 34, + ACTIONS(2508), 34, sym_AND, + sym_ELSE, sym_GENERIC, sym_MOD, sym_NAND, sym_NOR, - sym_OF, sym_OR, sym_PARAMETER, sym_REM, @@ -151961,7 +152088,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, @@ -151978,38 +152105,33 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [126709] = 9, + [126822] = 6, 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_LPAREN, - ACTIONS(3236), 1, - sym_PARAMETER, - STATE(1994), 1, - sym_parenthesis_group, - STATE(1896), 3, + STATE(1899), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2193), 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(2191), 31, + ACTIONS(2516), 34, sym_AND, - sym_GENERATE, + sym_ELSE, sym_GENERIC, sym_MOD, sym_NAND, sym_NOR, sym_OR, + sym_PARAMETER, sym_REM, sym_ROL, sym_ROR, @@ -152019,7 +152141,9 @@ 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, @@ -152034,26 +152158,27 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [126774] = 6, + [126881] = 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(1900), 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), 34, + ACTIONS(2520), 34, sym_AND, + sym_ELSE, sym_GENERIC, sym_MOD, sym_NAND, @@ -152063,7 +152188,6 @@ static const uint16_t ts_small_parse_table[] = { sym_REM, sym_ROL, sym_ROR, - sym_SEVERITY, sym_SLA, sym_SLL, sym_SRA, @@ -152087,25 +152211,25 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [126833] = 6, + [126940] = 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(1901), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2392), 6, + ACTIONS(2376), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2390), 34, + ACTIONS(2374), 34, sym_AND, sym_ELSE, sym_GENERIC, @@ -152140,45 +152264,108 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [126892] = 6, + [126999] = 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(1902), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3234), 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, + [127056] = 14, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(2984), 1, + sym_exponentiate, + STATE(542), 1, + sym_multiplying_operator, + STATE(547), 1, + sym_adding_operator, + STATE(552), 1, + sym_shift_operator, + STATE(558), 1, + sym_relational_operator, + STATE(564), 1, + sym_logical_operator, + ACTIONS(2698), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2704), 2, + sym_MOD, + sym_REM, + STATE(1903), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2638), 6, + ACTIONS(2688), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2636), 34, + ACTIONS(2686), 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, @@ -152190,34 +152377,31 @@ 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, - [126951] = 6, + [127131] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1900), 3, + STATE(1904), 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), 34, + ACTIONS(2512), 34, sym_AND, + sym_ELSE, sym_GENERIC, sym_MOD, sym_NAND, sym_NOR, - sym_OF, sym_OR, sym_PARAMETER, sym_REM, @@ -152229,7 +152413,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, @@ -152246,44 +152430,45 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [127010] = 11, + [127190] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(517), 1, - sym_adding_operator, - STATE(518), 1, + STATE(542), 1, sym_multiplying_operator, - STATE(614), 1, - sym_logical_operator, - STATE(615), 1, - sym_relational_operator, - STATE(616), 1, + STATE(547), 1, + sym_adding_operator, + STATE(552), 1, sym_shift_operator, - STATE(1901), 3, + STATE(558), 1, + sym_relational_operator, + STATE(564), 1, + sym_logical_operator, + STATE(1905), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2712), 6, + ACTIONS(2688), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2710), 29, + ACTIONS(2686), 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, @@ -152292,7 +152477,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, @@ -152304,98 +152488,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [127079] = 6, + [127259] = 18, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1902), 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, + ACTIONS(2984), 1, + sym_exponentiate, + STATE(542), 1, + sym_multiplying_operator, + STATE(547), 1, + sym_adding_operator, + STATE(552), 1, + sym_shift_operator, + STATE(558), 1, + sym_relational_operator, + STATE(564), 1, + sym_logical_operator, + ACTIONS(2698), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2640), 34, - sym_AND, - sym_GENERIC, + ACTIONS(2704), 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_UNITS, - sym_XNOR, - sym_XOR, + ACTIONS(2690), 3, + sym_REPORT, + sym_SEVERITY, 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(2696), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [127138] = 6, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(1903), 3, + STATE(1906), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2646), 6, + ACTIONS(2694), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2644), 34, + ACTIONS(2702), 6, sym_AND, - sym_GENERIC, - sym_MOD, sym_NAND, sym_NOR, sym_OR, - sym_PARAMETER, - sym_REM, + sym_XNOR, + sym_XOR, + ACTIONS(2706), 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(2692), 8, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -152404,31 +152553,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, - [127197] = 6, + [127342] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1904), 3, + STATE(1907), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2680), 6, + ACTIONS(2662), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2678), 34, + ACTIONS(2660), 34, sym_AND, sym_GENERIC, sym_MOD, @@ -152463,33 +152606,38 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [127256] = 6, + [127401] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1905), 3, + ACTIONS(2672), 1, + anon_sym_LPAREN, + ACTIONS(3236), 1, + sym_PARAMETER, + STATE(1954), 1, + sym_parenthesis_group, + STATE(1908), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2558), 6, + ACTIONS(2326), 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(2324), 31, sym_AND, - sym_FOR, + sym_GENERATE, sym_GENERIC, sym_MOD, sym_NAND, sym_NOR, sym_OR, - sym_PARAMETER, sym_REM, sym_ROL, sym_ROR, @@ -152499,9 +152647,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, @@ -152516,33 +152662,36 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [127315] = 6, + [127466] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1906), 3, + STATE(441), 1, + sym__direction, + ACTIONS(3204), 2, + sym_DOWNTO, + sym_TO, + STATE(1909), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2562), 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(2560), 34, + ACTIONS(3064), 30, sym_AND, - sym_FOR, - sym_GENERIC, sym_MOD, sym_NAND, sym_NOR, sym_OR, - sym_PARAMETER, sym_REM, sym_ROL, sym_ROR, @@ -152550,13 +152699,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_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, @@ -152567,47 +152716,64 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [127374] = 6, + anon_sym_PIPE, + [127529] = 18, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1907), 3, + ACTIONS(2980), 1, + sym_exponentiate, + STATE(460), 1, + sym_adding_operator, + STATE(498), 1, + sym_multiplying_operator, + STATE(521), 1, + sym_shift_operator, + STATE(522), 1, + sym_relational_operator, + STATE(523), 1, + sym_logical_operator, + ACTIONS(2698), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2704), 2, + sym_MOD, + sym_REM, + ACTIONS(2696), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + ACTIONS(2871), 3, + sym_GENERIC, + anon_sym_SEMI, + sym_variable_assignment, + STATE(1910), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2442), 6, + ACTIONS(2694), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2440), 34, + ACTIONS(2702), 6, sym_AND, - sym_ELSE, - sym_GENERIC, - sym_MOD, sym_NAND, sym_NOR, sym_OR, - sym_PARAMETER, - sym_REM, + sym_XNOR, + sym_XOR, + ACTIONS(2706), 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(2692), 8, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -152616,51 +152782,47 @@ 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, - [127433] = 6, + [127612] = 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(1911), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2566), 6, + ACTIONS(2722), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2564), 34, + ACTIONS(2720), 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, @@ -152673,29 +152835,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [127492] = 6, + [127671] = 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(1912), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2392), 6, + ACTIONS(2668), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2390), 34, + ACTIONS(2666), 34, sym_AND, - sym_FOR, sym_GENERIC, sym_MOD, sym_NAND, @@ -152705,6 +152864,7 @@ static const uint16_t ts_small_parse_table[] = { sym_REM, sym_ROL, sym_ROR, + sym_SEVERITY, sym_SLA, sym_SLL, sym_SRA, @@ -152728,30 +152888,28 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [127551] = 7, + [127730] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2968), 1, - anon_sym_COLON, - STATE(1910), 3, + STATE(1913), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2680), 6, + ACTIONS(2442), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2678), 33, + ACTIONS(2440), 33, sym_AND, - sym_GENERATE, sym_GENERIC, + sym_IS, sym_MOD, sym_NAND, sym_NOR, @@ -152782,98 +152940,63 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [127612] = 6, + [127788] = 19, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1911), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2570), 6, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, + ACTIONS(3238), 1, + sym_exponentiate, + ACTIONS(3240), 1, + sym_GENERATE, + STATE(593), 1, + sym_multiplying_operator, + STATE(600), 1, + sym_adding_operator, + STATE(644), 1, + sym_shift_operator, + STATE(646), 1, + sym_relational_operator, + STATE(647), 1, + sym_logical_operator, + STATE(5123), 1, + sym_generate_body, + ACTIONS(2698), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2568), 34, - sym_AND, - sym_FOR, - sym_GENERIC, + ACTIONS(2704), 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_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(2696), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [127671] = 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(1914), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2458), 6, + ACTIONS(2694), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2456), 34, + ACTIONS(2702), 6, sym_AND, - sym_GENERIC, - sym_MOD, sym_NAND, sym_NOR, - sym_OF, sym_OR, - sym_PARAMETER, - sym_REM, + sym_XNOR, + sym_XOR, + ACTIONS(2706), 6, 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, + ACTIONS(2692), 8, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -152882,39 +153005,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, - [127730] = 6, + [127872] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1913), 3, + STATE(580), 1, + sym__direction, + ACTIONS(3204), 2, + sym_DOWNTO, + sym_TO, + STATE(1915), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2454), 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(2452), 33, + ACTIONS(3064), 30, sym_AND, - sym_GENERIC, - sym_INERTIAL, + sym_BUS, sym_MOD, sym_NAND, sym_NOR, sym_OR, - sym_PARAMETER, sym_REM, sym_ROL, sym_ROR, @@ -152924,9 +153044,10 @@ 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_RPAREN, anon_sym_LT_EQ, + sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -152938,71 +153059,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [127788] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(1914), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(3176), 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_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, - [127844] = 5, + [127934] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1915), 3, + STATE(1916), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3238), 39, + ACTIONS(3242), 39, sym_identifier, sym_ALIAS, sym_ARCHITECTURE, @@ -153042,63 +153110,49 @@ static const uint16_t ts_small_parse_table[] = { sym__end_of_file, anon_sym_LPAREN, anon_sym_LT_LT, - [127900] = 19, + [127990] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3240), 1, - sym_exponentiate, - ACTIONS(3242), 1, - sym_GENERATE, - STATE(540), 1, - sym_logical_operator, - STATE(541), 1, - sym_relational_operator, - STATE(542), 1, - sym_shift_operator, - STATE(712), 1, - sym_adding_operator, - STATE(713), 1, - sym_multiplying_operator, - STATE(5129), 1, - sym_generate_body, - ACTIONS(2698), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2704), 2, - sym_MOD, - sym_REM, - ACTIONS(2696), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(1916), 3, + ACTIONS(3246), 1, + sym_library_constant_unit, + STATE(2740), 1, + sym__unit, + STATE(1917), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2694), 4, + ACTIONS(3244), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + ACTIONS(2380), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2702), 6, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2378), 27, sym_AND, + 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(2692), 8, + sym_XNOR, + sym_XOR, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -153107,18 +153161,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [127984] = 5, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + [128054] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1917), 3, + STATE(1918), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3244), 39, + ACTIONS(3248), 39, sym_identifier, sym_ALIAS, sym_ARCHITECTURE, @@ -153158,18 +153216,18 @@ static const uint16_t ts_small_parse_table[] = { sym__end_of_file, anon_sym_LPAREN, anon_sym_LT_LT, - [128040] = 5, + [128110] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1918), 3, + STATE(1919), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3246), 39, + ACTIONS(3250), 39, sym_identifier, sym_ALIAS, sym_ARCHITECTURE, @@ -153209,18 +153267,18 @@ static const uint16_t ts_small_parse_table[] = { sym__end_of_file, anon_sym_LPAREN, anon_sym_LT_LT, - [128096] = 5, + [128166] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1919), 3, + STATE(1920), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3248), 39, + ACTIONS(3252), 39, sym_identifier, sym_ALIAS, sym_ARCHITECTURE, @@ -153260,18 +153318,18 @@ static const uint16_t ts_small_parse_table[] = { sym__end_of_file, anon_sym_LPAREN, anon_sym_LT_LT, - [128152] = 5, + [128222] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1920), 3, + STATE(1921), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3250), 39, + ACTIONS(610), 39, sym_identifier, sym_ALIAS, sym_ARCHITECTURE, @@ -153311,18 +153369,18 @@ static const uint16_t ts_small_parse_table[] = { sym__end_of_file, anon_sym_LPAREN, anon_sym_LT_LT, - [128208] = 5, + [128278] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1921), 3, + STATE(1922), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3252), 39, + ACTIONS(3254), 39, sym_identifier, sym_ALIAS, sym_ARCHITECTURE, @@ -153362,18 +153420,18 @@ static const uint16_t ts_small_parse_table[] = { sym__end_of_file, anon_sym_LPAREN, anon_sym_LT_LT, - [128264] = 5, + [128334] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1922), 3, + STATE(1923), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3254), 39, + ACTIONS(3252), 39, sym_identifier, sym_ALIAS, sym_ARCHITECTURE, @@ -153413,14 +153471,14 @@ static const uint16_t ts_small_parse_table[] = { sym__end_of_file, anon_sym_LPAREN, anon_sym_LT_LT, - [128320] = 5, + [128390] = 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(1924), 3, sym__tool_directive, sym_line_comment, sym_block_comment, @@ -153464,18 +153522,18 @@ static const uint16_t ts_small_parse_table[] = { sym__end_of_file, anon_sym_LPAREN, anon_sym_LT_LT, - [128376] = 5, + [128446] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1924), 3, + STATE(1925), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3258), 39, + ACTIONS(3252), 39, sym_identifier, sym_ALIAS, sym_ARCHITECTURE, @@ -153515,18 +153573,18 @@ static const uint16_t ts_small_parse_table[] = { sym__end_of_file, anon_sym_LPAREN, anon_sym_LT_LT, - [128432] = 5, + [128502] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1925), 3, + STATE(1926), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3260), 39, + ACTIONS(3258), 39, sym_identifier, sym_ALIAS, sym_ARCHITECTURE, @@ -153566,18 +153624,18 @@ static const uint16_t ts_small_parse_table[] = { sym__end_of_file, anon_sym_LPAREN, anon_sym_LT_LT, - [128488] = 5, + [128558] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1926), 3, + STATE(1927), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3262), 39, + ACTIONS(3260), 39, sym_identifier, sym_ALIAS, sym_ARCHITECTURE, @@ -153617,46 +153675,44 @@ static const uint16_t ts_small_parse_table[] = { sym__end_of_file, anon_sym_LPAREN, anon_sym_LT_LT, - [128544] = 6, + [128614] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1927), 3, + STATE(1928), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2716), 6, + ACTIONS(2574), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2714), 33, - sym_identifier, + ACTIONS(2572), 33, 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, - 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, @@ -153669,58 +153725,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [128602] = 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(3264), 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, - [128658] = 5, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [128672] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -153731,47 +153738,48 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - 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, - sym__end_of_file, + ACTIONS(2602), 6, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2600), 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_LT, - [128714] = 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, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [128730] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -153782,35 +153790,33 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2688), 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(2686), 33, - sym_identifier, + ACTIONS(2648), 33, 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, - 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, @@ -153823,62 +153829,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [128772] = 18, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [128788] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3268), 1, - sym_exponentiate, - STATE(546), 1, - sym_logical_operator, - STATE(547), 1, - sym_relational_operator, - STATE(548), 1, - sym_shift_operator, - STATE(717), 1, - sym_adding_operator, - STATE(718), 1, - sym_multiplying_operator, - ACTIONS(2690), 2, - sym_SEVERITY, - anon_sym_SEMI, - ACTIONS(2698), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2704), 2, - sym_MOD, - sym_REM, - ACTIONS(2696), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, STATE(1931), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2694), 4, + ACTIONS(2624), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2702), 6, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2622), 33, sym_AND, + sym_GENERATE, + 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(2692), 8, + sym_XNOR, + sym_XOR, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -153887,102 +153877,105 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [128854] = 5, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [128846] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(3264), 1, + sym_library_constant_unit, + STATE(2751), 1, + sym__unit, STATE(1932), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3270), 39, + ACTIONS(3262), 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, - [128910] = 11, + 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), 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, + [128910] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(546), 1, - sym_logical_operator, - STATE(547), 1, - sym_relational_operator, - STATE(548), 1, - sym_shift_operator, - STATE(717), 1, - sym_adding_operator, - STATE(718), 1, - sym_multiplying_operator, STATE(1933), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2720), 6, + ACTIONS(2628), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2718), 28, + ACTIONS(2626), 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, @@ -153995,55 +153988,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [128978] = 14, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [128968] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3268), 1, - sym_exponentiate, - STATE(546), 1, - sym_logical_operator, - STATE(547), 1, - sym_relational_operator, - STATE(548), 1, - sym_shift_operator, - STATE(717), 1, - sym_adding_operator, - STATE(718), 1, - sym_multiplying_operator, - ACTIONS(2698), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2704), 2, - sym_MOD, - sym_REM, STATE(1934), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2720), 4, + ACTIONS(2658), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2718), 25, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2656), 33, 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, @@ -154055,36 +154039,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - [129052] = 11, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [129026] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(546), 1, - sym_logical_operator, - STATE(547), 1, - sym_relational_operator, - STATE(548), 1, - sym_shift_operator, - STATE(717), 1, - sym_adding_operator, - STATE(718), 1, - sym_multiplying_operator, STATE(1935), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2712), 6, + ACTIONS(2722), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2710), 28, + ACTIONS(2720), 33, + sym_identifier, sym_AND, + sym_ELSE, sym_MOD, sym_NAND, sym_NOR, @@ -154092,13 +154071,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, @@ -154112,52 +154094,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [129120] = 17, + [129084] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3268), 1, - sym_exponentiate, - STATE(546), 1, - sym_logical_operator, - STATE(547), 1, - sym_relational_operator, - STATE(548), 1, - sym_shift_operator, - STATE(717), 1, - sym_adding_operator, - STATE(718), 1, - sym_multiplying_operator, - ACTIONS(2698), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2704), 2, - sym_MOD, - sym_REM, - ACTIONS(2696), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, STATE(1936), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2694), 4, + ACTIONS(2654), 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(2652), 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(2692), 8, + sym_XNOR, + sym_XOR, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -154166,69 +154140,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(2708), 8, - sym_AND, - sym_NAND, - sym_NOR, - sym_OR, - sym_SEVERITY, - sym_XNOR, - sym_XOR, - anon_sym_SEMI, - [129200] = 16, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [129142] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3268), 1, - sym_exponentiate, - STATE(546), 1, - sym_logical_operator, - STATE(547), 1, - sym_relational_operator, - STATE(548), 1, - sym_shift_operator, - STATE(717), 1, - sym_adding_operator, - STATE(718), 1, - sym_multiplying_operator, - ACTIONS(2698), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2704), 2, - sym_MOD, - sym_REM, - ACTIONS(2696), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, STATE(1937), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2724), 4, + ACTIONS(2568), 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(2566), 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(2722), 16, - sym_AND, - sym_NAND, - sym_NOR, - sym_OR, - sym_SEVERITY, sym_XNOR, sym_XOR, - anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -154237,59 +154192,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [129278] = 15, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [129200] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3268), 1, - sym_exponentiate, - STATE(546), 1, - sym_logical_operator, - STATE(547), 1, - sym_relational_operator, - STATE(548), 1, - sym_shift_operator, - STATE(717), 1, - sym_adding_operator, - STATE(718), 1, - sym_multiplying_operator, - ACTIONS(2698), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2704), 2, - sym_MOD, - sym_REM, - ACTIONS(2696), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, STATE(1938), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2728), 4, + ACTIONS(2574), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2726), 22, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2572), 33, sym_AND, + sym_GENERIC, + 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_XNOR, sym_XOR, - anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -154298,55 +154244,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [129354] = 14, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [129258] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3268), 1, - sym_exponentiate, - STATE(546), 1, - sym_logical_operator, - STATE(547), 1, - sym_relational_operator, - STATE(548), 1, - sym_shift_operator, - STATE(717), 1, - sym_adding_operator, - STATE(718), 1, - sym_multiplying_operator, - ACTIONS(2698), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2704), 2, - sym_MOD, - sym_REM, STATE(1939), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2712), 4, + ACTIONS(2560), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2710), 25, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2558), 33, 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, @@ -154358,53 +154299,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - [129428] = 12, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [129316] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3268), 1, - sym_exponentiate, - STATE(546), 1, - sym_logical_operator, - STATE(547), 1, - sym_relational_operator, - STATE(548), 1, - sym_shift_operator, - STATE(717), 1, - sym_adding_operator, - STATE(718), 1, - sym_multiplying_operator, STATE(1940), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2712), 6, + ACTIONS(2556), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2710), 27, + ACTIONS(2554), 33, 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, @@ -154416,63 +154351,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - [129498] = 19, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [129374] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2914), 1, - sym_exponentiate, - ACTIONS(3272), 1, - sym_WHEN, - STATE(689), 1, - sym_logical_operator, - STATE(690), 1, - sym_relational_operator, - STATE(691), 1, - sym_shift_operator, - STATE(701), 1, - sym_adding_operator, - STATE(702), 1, - sym_multiplying_operator, - STATE(6237), 1, - sym_when_element, - ACTIONS(2698), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2704), 2, - sym_MOD, - sym_REM, - ACTIONS(2696), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, STATE(1941), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2694), 4, + ACTIONS(2552), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2702), 6, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2550), 33, sym_AND, + sym_GENERATE, + 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(2692), 8, + sym_XNOR, + sym_XOR, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -154481,7 +154400,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [129582] = 5, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [129432] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -154492,47 +154417,48 @@ static const uint16_t ts_small_parse_table[] = { 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, + ACTIONS(2602), 6, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2600), 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_LT, - [129638] = 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, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [129490] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -154543,20 +154469,22 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2446), 7, - anon_sym_EQ, + ACTIONS(2650), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2444), 32, + ACTIONS(2648), 33, sym_AND, + sym_GENERIC, + sym_LOOP, sym_MOD, sym_NAND, sym_NOR, sym_OR, + sym_PARAMETER, sym_REM, sym_ROL, sym_ROR, @@ -154566,12 +154494,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, @@ -154582,9 +154508,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_GT_GT, - anon_sym_PIPE, - [129696] = 6, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [129548] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -154595,20 +154521,22 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3166), 7, - anon_sym_EQ, + ACTIONS(2484), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3164), 32, + ACTIONS(2482), 33, sym_AND, + sym_GENERATE, + sym_GENERIC, sym_MOD, sym_NAND, sym_NOR, sym_OR, + sym_PARAMETER, sym_REM, sym_ROL, sym_ROR, @@ -154618,12 +154546,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, @@ -154634,9 +154560,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_GT_GT, - anon_sym_PIPE, - [129754] = 6, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [129606] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -154647,17 +154573,17 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2680), 6, + ACTIONS(2658), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2678), 33, + ACTIONS(2656), 33, sym_AND, sym_GENERIC, - sym_INERTIAL, + sym_LOOP, sym_MOD, sym_NAND, sym_NOR, @@ -154688,7 +154614,7 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [129812] = 6, + [129664] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -154699,20 +154625,21 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3150), 7, - anon_sym_EQ, + ACTIONS(2650), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3148), 32, + ACTIONS(2648), 33, sym_AND, + sym_GENERIC, sym_MOD, sym_NAND, sym_NOR, sym_OR, + sym_PARAMETER, sym_REM, sym_ROL, sym_ROR, @@ -154720,14 +154647,13 @@ 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_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, @@ -154738,9 +154664,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_GT_GT, - anon_sym_PIPE, - [129870] = 6, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [129722] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -154751,20 +154677,22 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3154), 7, - anon_sym_EQ, + ACTIONS(2654), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3152), 32, + ACTIONS(2652), 33, sym_AND, + sym_GENERIC, + sym_LOOP, sym_MOD, sym_NAND, sym_NOR, sym_OR, + sym_PARAMETER, sym_REM, sym_ROL, sym_ROR, @@ -154774,12 +154702,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, @@ -154790,9 +154716,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_GT_GT, - anon_sym_PIPE, - [129928] = 6, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [129780] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -154803,20 +154729,21 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3158), 7, - anon_sym_EQ, + ACTIONS(2602), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3156), 32, + ACTIONS(2600), 33, sym_AND, + sym_GENERIC, sym_MOD, sym_NAND, sym_NOR, sym_OR, + sym_PARAMETER, sym_REM, sym_ROL, sym_ROR, @@ -154824,14 +154751,13 @@ 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_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, @@ -154842,9 +154768,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_GT_GT, - anon_sym_PIPE, - [129986] = 6, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [129838] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -154855,20 +154781,22 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3062), 7, - anon_sym_EQ, + ACTIONS(2476), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3060), 32, + ACTIONS(2474), 33, sym_AND, + sym_GENERATE, + sym_GENERIC, sym_MOD, sym_NAND, sym_NOR, sym_OR, + sym_PARAMETER, sym_REM, sym_ROL, sym_ROR, @@ -154878,12 +154806,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, @@ -154894,9 +154820,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_GT_GT, - anon_sym_PIPE, - [130044] = 6, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [129896] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -154907,20 +154833,22 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3066), 7, - anon_sym_EQ, + ACTIONS(2438), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3064), 32, + ACTIONS(2436), 33, sym_AND, + sym_GENERATE, + sym_GENERIC, sym_MOD, sym_NAND, sym_NOR, sym_OR, + sym_PARAMETER, sym_REM, sym_ROL, sym_ROR, @@ -154930,12 +154858,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, @@ -154946,64 +154872,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_GT_GT, - anon_sym_PIPE, - [130102] = 18, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [129954] = 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(436), 1, - sym_adding_operator, - STATE(437), 1, - sym_multiplying_operator, - STATE(571), 1, - sym_logical_operator, - STATE(572), 1, - sym_relational_operator, - STATE(573), 1, - sym_shift_operator, - ACTIONS(2698), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2704), 2, - sym_MOD, - sym_REM, - ACTIONS(3276), 2, - sym_ELSE, - anon_sym_SEMI, - ACTIONS(2696), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, STATE(1951), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2694), 4, + ACTIONS(2548), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2702), 6, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2546), 33, sym_AND, + sym_GENERATE, + 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(2692), 8, + sym_XNOR, + sym_XOR, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -155012,7 +154920,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [130184] = 5, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [130012] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -155023,47 +154937,48 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3280), 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(2526), 6, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2524), 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_LT, - [130240] = 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, + [130070] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -155074,58 +154989,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - 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, - [130296] = 6, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(1954), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(3044), 7, + ACTIONS(2480), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -155133,7 +154997,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3042), 32, + ACTIONS(2478), 32, sym_AND, sym_MOD, sym_NAND, @@ -155166,31 +155030,33 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_GT_GT, anon_sym_PIPE, - [130354] = 6, + [130128] = 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(1954), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3058), 7, - anon_sym_EQ, + ACTIONS(2388), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3056), 32, + ACTIONS(2386), 33, sym_AND, + sym_GENERATE, + sym_GENERIC, sym_MOD, sym_NAND, sym_NOR, sym_OR, + sym_PARAMETER, sym_REM, sym_ROL, sym_ROR, @@ -155200,12 +155066,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, @@ -155216,33 +155080,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_GT_GT, - anon_sym_PIPE, - [130412] = 6, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [130186] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1956), 3, + STATE(1955), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3070), 7, - anon_sym_EQ, + ACTIONS(2442), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3068), 32, + ACTIONS(2440), 33, sym_AND, + sym_GENERATE, + sym_GENERIC, sym_MOD, sym_NAND, sym_NOR, sym_OR, + sym_PARAMETER, sym_REM, sym_ROL, sym_ROR, @@ -155252,12 +155118,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, @@ -155268,92 +155132,139 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_GT_GT, - anon_sym_PIPE, - [130470] = 5, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [130244] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1957), 3, + STATE(1956), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - 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, + ACTIONS(2506), 6, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2504), 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_LT, - [130526] = 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, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [130302] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1958), 3, + STATE(1957), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3166), 7, + ACTIONS(2510), 6, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2508), 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, + [130360] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(1958), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2484), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3286), 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(3164), 25, + ACTIONS(2482), 33, sym_AND, + sym_GENERIC, + sym_LOOP, sym_MOD, sym_NAND, sym_NOR, sym_OR, + sym_PARAMETER, sym_REM, sym_ROL, sym_ROR, @@ -155363,7 +155274,10 @@ 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, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -155374,7 +155288,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [130586] = 5, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [130418] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -155385,47 +155301,48 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - 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, + 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_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_LT, - [130642] = 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, + [130476] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -155436,47 +155353,48 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - 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, + ACTIONS(2438), 6, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2436), 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_LT, - [130698] = 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, + [130534] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -155487,47 +155405,48 @@ static const uint16_t ts_small_parse_table[] = { 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, + 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), 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, anon_sym_LPAREN, - anon_sym_LT_LT, - [130754] = 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, + [130592] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -155538,103 +155457,94 @@ static const uint16_t ts_small_parse_table[] = { 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, + 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_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_LT, - [130810] = 19, + 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, + [130650] = 12, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3240), 1, + ACTIONS(3266), 1, sym_exponentiate, - ACTIONS(3242), 1, - sym_GENERATE, - STATE(540), 1, - sym_logical_operator, - STATE(541), 1, - sym_relational_operator, - STATE(542), 1, - sym_shift_operator, - STATE(712), 1, + STATE(450), 1, sym_adding_operator, - STATE(713), 1, + STATE(559), 1, + sym_shift_operator, + STATE(560), 1, + sym_relational_operator, + STATE(561), 1, + sym_logical_operator, + STATE(618), 1, sym_multiplying_operator, - STATE(5056), 1, - sym_generate_body, - ACTIONS(2698), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2704), 2, - sym_MOD, - sym_REM, - ACTIONS(2696), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, STATE(1963), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2694), 4, + ACTIONS(2684), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2702), 6, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2682), 27, sym_AND, + 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(2692), 8, + sym_XNOR, + sym_XOR, + anon_sym_COMMA, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -155643,31 +155553,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [130894] = 6, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + [130720] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + STATE(602), 1, + sym__direction, + ACTIONS(3204), 2, + sym_DOWNTO, + sym_TO, STATE(1964), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3040), 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(3038), 32, + ACTIONS(3064), 30, sym_AND, + sym_BUS, sym_MOD, sym_NAND, sym_NOR, sym_OR, + sym_REGISTER, sym_REM, sym_ROL, sym_ROR, @@ -155678,11 +155597,9 @@ 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, @@ -155693,9 +155610,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_GT_GT, - anon_sym_PIPE, - [130952] = 5, + [130782] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -155706,47 +155621,48 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(672), 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(2518), 6, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2516), 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_LT, - [131008] = 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, + [130840] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -155757,47 +155673,48 @@ static const uint16_t ts_small_parse_table[] = { 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, + 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_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_LT, - [131064] = 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, + [130898] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -155808,47 +155725,48 @@ static const uint16_t ts_small_parse_table[] = { 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, + ACTIONS(2376), 6, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2374), 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_LT, - [131120] = 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, + [130956] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -155859,7 +155777,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3300), 39, + ACTIONS(3268), 39, sym_identifier, sym_ALIAS, sym_ARCHITECTURE, @@ -155899,7 +155817,7 @@ static const uint16_t ts_small_parse_table[] = { sym__end_of_file, anon_sym_LPAREN, anon_sym_LT_LT, - [131176] = 5, + [131012] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -155910,7 +155828,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3302), 39, + ACTIONS(3270), 39, sym_identifier, sym_ALIAS, sym_ARCHITECTURE, @@ -155950,7 +155868,7 @@ static const uint16_t ts_small_parse_table[] = { sym__end_of_file, anon_sym_LPAREN, anon_sym_LT_LT, - [131232] = 5, + [131068] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -155961,47 +155879,48 @@ 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, + ACTIONS(2514), 6, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2512), 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_LT, - [131288] = 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, + [131126] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -156012,47 +155931,48 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3306), 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(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_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_LT, - [131344] = 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, + [131184] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -156063,7 +155983,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3308), 39, + ACTIONS(3272), 39, sym_identifier, sym_ALIAS, sym_ARCHITECTURE, @@ -156103,63 +156023,99 @@ static const uint16_t ts_small_parse_table[] = { sym__end_of_file, anon_sym_LPAREN, anon_sym_LT_LT, - [131400] = 19, + [131240] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2914), 1, - sym_exponentiate, - ACTIONS(3272), 1, - sym_WHEN, - STATE(689), 1, - sym_logical_operator, - STATE(690), 1, - sym_relational_operator, - STATE(691), 1, - sym_shift_operator, - STATE(701), 1, - sym_adding_operator, - STATE(702), 1, - sym_multiplying_operator, - STATE(6717), 1, - sym_when_element, - ACTIONS(2698), 2, + ACTIONS(3276), 1, + sym_library_constant_unit, + STATE(2757), 1, + sym__unit, + STATE(1973), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3274), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + ACTIONS(2380), 6, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2704), 2, + ACTIONS(2378), 27, + sym_AND, + sym_IS, sym_MOD, + sym_NAND, + sym_NOR, + sym_OR, sym_REM, - ACTIONS(2696), 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(1973), 3, + sym_exponentiate, + [131304] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(1974), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2694), 4, + ACTIONS(2442), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2702), 6, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2440), 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(2692), 8, + sym_XNOR, + sym_XOR, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -156168,18 +156124,75 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [131484] = 5, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [131362] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1974), 3, + STATE(1975), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3310), 39, + ACTIONS(3176), 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_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, + [131418] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(1976), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3278), 39, sym_identifier, sym_ALIAS, sym_ARCHITECTURE, @@ -156219,25 +156232,25 @@ static const uint16_t ts_small_parse_table[] = { sym__end_of_file, anon_sym_LPAREN, anon_sym_LT_LT, - [131540] = 6, + [131474] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1975), 3, + STATE(1977), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2388), 6, + ACTIONS(2668), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2386), 33, + ACTIONS(2666), 33, sym_AND, sym_GENERATE, sym_GENERIC, @@ -156271,27 +156284,26 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [131598] = 6, + [131532] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1976), 3, + STATE(1978), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2396), 6, + ACTIONS(2662), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2394), 33, + ACTIONS(2660), 33, sym_AND, - sym_GENERATE, sym_GENERIC, sym_MOD, sym_NAND, @@ -156301,6 +156313,7 @@ static const uint16_t ts_small_parse_table[] = { sym_REM, sym_ROL, sym_ROR, + sym_SELECT, sym_SLA, sym_SLL, sym_SRA, @@ -156323,91 +156336,33 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [131656] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(1977), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(3312), 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, - [131712] = 9, + [131590] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3316), 1, - sym_library_constant_unit, - STATE(2749), 1, - sym__unit, - STATE(1978), 3, + STATE(1979), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3314), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - ACTIONS(2446), 6, + ACTIONS(2662), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2444), 27, + ACTIONS(2660), 33, sym_AND, - sym_IS, + sym_GENERATE, + sym_GENERIC, sym_MOD, sym_NAND, sym_NOR, sym_OR, + sym_PARAMETER, sym_REM, sym_ROL, sym_ROR, @@ -156417,6 +156372,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, @@ -156429,18 +156386,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [131776] = 5, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [131648] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1979), 3, + STATE(1980), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3318), 39, + ACTIONS(3280), 39, sym_identifier, sym_ALIAS, sym_ARCHITECTURE, @@ -156480,79 +156439,77 @@ static const uint16_t ts_small_parse_table[] = { sym__end_of_file, anon_sym_LPAREN, anon_sym_LT_LT, - [131832] = 6, + [131704] = 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(1981), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2454), 6, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2452), 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(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_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, - [131890] = 6, + anon_sym_LT_LT, + [131760] = 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(1982), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2458), 6, + ACTIONS(2668), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2456), 33, + ACTIONS(2666), 33, sym_AND, - sym_GENERATE, sym_GENERIC, sym_MOD, sym_NAND, @@ -156562,6 +156519,7 @@ static const uint16_t ts_small_parse_table[] = { sym_REM, sym_ROL, sym_ROR, + sym_SELECT, sym_SLA, sym_SLL, sym_SRA, @@ -156584,18 +156542,18 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [131948] = 5, + [131818] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1982), 3, + STATE(1983), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3274), 39, + ACTIONS(3284), 39, sym_identifier, sym_ALIAS, sym_ARCHITECTURE, @@ -156635,18 +156593,70 @@ static const uint16_t ts_small_parse_table[] = { sym__end_of_file, anon_sym_LPAREN, anon_sym_LT_LT, - [132004] = 5, + [131874] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1983), 3, + STATE(1984), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3320), 39, + ACTIONS(2380), 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), 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, + [131932] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(1985), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3286), 39, sym_identifier, sym_ALIAS, sym_ARCHITECTURE, @@ -156686,18 +156696,70 @@ static const uint16_t ts_small_parse_table[] = { sym__end_of_file, anon_sym_LPAREN, anon_sym_LT_LT, - [132060] = 5, + [131988] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1984), 3, + STATE(1986), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3322), 39, + ACTIONS(3146), 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(3144), 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, + [132046] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(1987), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3288), 39, sym_identifier, sym_ALIAS, sym_ARCHITECTURE, @@ -156737,18 +156799,18 @@ static const uint16_t ts_small_parse_table[] = { sym__end_of_file, anon_sym_LPAREN, anon_sym_LT_LT, - [132116] = 5, + [132102] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1985), 3, + STATE(1988), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3324), 39, + ACTIONS(3290), 39, sym_identifier, sym_ALIAS, sym_ARCHITECTURE, @@ -156788,33 +156850,31 @@ static const uint16_t ts_small_parse_table[] = { sym__end_of_file, anon_sym_LPAREN, anon_sym_LT_LT, - [132172] = 6, + [132158] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1986), 3, + STATE(1989), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2494), 6, + ACTIONS(3134), 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(2492), 33, + ACTIONS(3132), 32, sym_AND, - sym_GENERATE, - sym_GENERIC, sym_MOD, sym_NAND, sym_NOR, sym_OR, - sym_PARAMETER, sym_REM, sym_ROL, sym_ROR, @@ -156824,10 +156884,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, @@ -156838,35 +156900,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [132230] = 6, + anon_sym_GT_GT, + anon_sym_PIPE, + [132216] = 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(1990), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2510), 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(2508), 33, + ACTIONS(3048), 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, @@ -156874,12 +156935,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, @@ -156890,35 +156953,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [132288] = 6, + anon_sym_PIPE, + [132274] = 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(1991), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2514), 6, + ACTIONS(3046), 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), 33, + ACTIONS(3044), 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, @@ -156926,12 +156987,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, @@ -156942,39 +157005,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [132346] = 8, + anon_sym_PIPE, + [132332] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(564), 1, - sym__direction, - ACTIONS(3194), 2, - sym_DOWNTO, - sym_TO, - STATE(1989), 3, + STATE(1992), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3166), 6, + ACTIONS(3038), 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(3164), 30, + ACTIONS(3036), 32, sym_AND, - sym_BUS, + sym_DOWNTO, sym_MOD, sym_NAND, sym_NOR, sym_OR, - sym_REGISTER, sym_REM, sym_ROL, sym_ROR, @@ -156982,12 +157039,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, @@ -156998,33 +157057,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [132408] = 6, + anon_sym_PIPE, + [132390] = 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(1993), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2612), 6, + ACTIONS(3128), 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), 33, + ACTIONS(3126), 32, sym_AND, - sym_GENERATE, - sym_GENERIC, sym_MOD, sym_NAND, sym_NOR, sym_OR, - sym_PARAMETER, sym_REM, sym_ROL, sym_ROR, @@ -157034,10 +157092,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, @@ -157048,35 +157108,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [132466] = 6, + anon_sym_GT_GT, + anon_sym_PIPE, + [132448] = 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(1994), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2518), 6, + ACTIONS(2722), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2516), 33, + ACTIONS(2720), 33, + sym_identifier, sym_AND, - sym_GENERATE, - sym_GENERIC, sym_MOD, sym_NAND, sym_NOR, + sym_OF, sym_OR, - sym_PARAMETER, sym_REM, sym_ROL, sym_ROR, @@ -157086,8 +157145,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, @@ -157100,35 +157162,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [132524] = 6, + [132506] = 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(1995), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2522), 6, + ACTIONS(3112), 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(2520), 33, + ACTIONS(3110), 32, sym_AND, - sym_GENERATE, - sym_GENERIC, sym_MOD, sym_NAND, sym_NOR, sym_OR, - sym_PARAMETER, sym_REM, sym_ROL, sym_ROR, @@ -157138,10 +157196,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, @@ -157152,46 +157212,65 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [132582] = 6, + anon_sym_GT_GT, + anon_sym_PIPE, + [132564] = 19, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1993), 3, + ACTIONS(3238), 1, + sym_exponentiate, + ACTIONS(3240), 1, + sym_GENERATE, + STATE(593), 1, + sym_multiplying_operator, + STATE(600), 1, + sym_adding_operator, + STATE(644), 1, + sym_shift_operator, + STATE(646), 1, + sym_relational_operator, + STATE(647), 1, + sym_logical_operator, + STATE(5113), 1, + sym_generate_body, + ACTIONS(2698), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2704), 2, + sym_MOD, + sym_REM, + ACTIONS(2696), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(1996), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2616), 6, + ACTIONS(2694), 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(2702), 6, sym_AND, - sym_GENERATE, - sym_GENERIC, - sym_MOD, sym_NAND, sym_NOR, sym_OR, - sym_PARAMETER, - sym_REM, + sym_XNOR, + sym_XOR, + ACTIONS(2706), 6, sym_ROL, sym_ROR, sym_SLA, sym_SLL, sym_SRA, sym_SRL, - sym_XNOR, - sym_XOR, - anon_sym_DOT, - anon_sym_LPAREN, + ACTIONS(2692), 8, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -157200,76 +157279,69 @@ 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, - [132640] = 6, + [132648] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1994), 3, + STATE(1997), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2526), 6, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2524), 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(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_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, - [132698] = 6, + anon_sym_LT_LT, + [132704] = 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(1998), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2392), 7, + ACTIONS(3138), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -157277,7 +157349,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2390), 32, + ACTIONS(3136), 32, sym_AND, sym_MOD, sym_NAND, @@ -157310,27 +157382,26 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_GT_GT, anon_sym_PIPE, - [132756] = 6, + [132762] = 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(1999), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2530), 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(2528), 33, + ACTIONS(2562), 33, sym_AND, - sym_GENERATE, sym_GENERIC, sym_MOD, sym_NAND, @@ -157340,6 +157411,7 @@ static const uint16_t ts_small_parse_table[] = { sym_REM, sym_ROL, sym_ROR, + sym_SELECT, sym_SLA, sym_SLL, sym_SRA, @@ -157362,27 +157434,26 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [132814] = 6, + [132820] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1997), 3, + STATE(2000), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2554), 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(2552), 33, + ACTIONS(2512), 33, sym_AND, - sym_GENERATE, sym_GENERIC, sym_MOD, sym_NAND, @@ -157392,6 +157463,7 @@ static const uint16_t ts_small_parse_table[] = { sym_REM, sym_ROL, sym_ROR, + sym_SELECT, sym_SLA, sym_SLL, sym_SRA, @@ -157414,33 +157486,31 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [132872] = 6, + [132878] = 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(2001), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2638), 6, + ACTIONS(3090), 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), 33, + ACTIONS(3088), 32, sym_AND, - sym_GENERATE, - sym_GENERIC, sym_MOD, sym_NAND, sym_NOR, sym_OR, - sym_PARAMETER, sym_REM, sym_ROL, sym_ROR, @@ -157450,10 +157520,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, @@ -157464,46 +157536,64 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [132930] = 6, + anon_sym_GT_GT, + anon_sym_PIPE, + [132936] = 18, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1999), 3, + ACTIONS(3296), 1, + sym_exponentiate, + STATE(633), 1, + sym_shift_operator, + STATE(634), 1, + sym_relational_operator, + STATE(636), 1, + sym_logical_operator, + STATE(677), 1, + sym_multiplying_operator, + STATE(678), 1, + sym_adding_operator, + ACTIONS(2698), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2704), 2, + sym_MOD, + sym_REM, + ACTIONS(3294), 2, + sym_SEVERITY, + anon_sym_SEMI, + ACTIONS(2696), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(2002), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2642), 6, + ACTIONS(2694), 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(2702), 6, sym_AND, - sym_GENERATE, - sym_GENERIC, - sym_MOD, sym_NAND, sym_NOR, sym_OR, - sym_PARAMETER, - sym_REM, + sym_XNOR, + sym_XOR, + ACTIONS(2706), 6, sym_ROL, sym_ROR, sym_SLA, sym_SLL, sym_SRA, sym_SRL, - sym_XNOR, - sym_XOR, - anon_sym_DOT, - anon_sym_LPAREN, + ACTIONS(2692), 8, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -157512,91 +157602,83 @@ 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, - [132988] = 6, + [133018] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2000), 3, + STATE(2003), 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), 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(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_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, - [133046] = 6, + anon_sym_LT_LT, + [133074] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2001), 3, + STATE(2004), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2558), 6, + ACTIONS(2728), 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(2726), 33, + sym_identifier, sym_AND, - sym_GENERATE, - sym_GENERIC, sym_MOD, sym_NAND, sym_NOR, + sym_OF, sym_OR, - sym_PARAMETER, sym_REM, sym_ROL, sym_ROR, @@ -157606,8 +157688,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, @@ -157620,87 +157705,82 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [133104] = 6, + [133132] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2002), 3, + STATE(2005), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2562), 6, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2560), 33, + ACTIONS(3176), 39, + sym_identifier, + sym_ABS, sym_AND, - sym_GENERATE, - sym_GENERIC, - sym_MOD, + sym_FORCE, + sym_INERTIAL, sym_NAND, + sym_NEW, sym_NOR, + sym_NOT, + sym_NULL, sym_OR, - sym_PARAMETER, - sym_REM, - sym_ROL, - sym_ROR, - sym_SLA, - sym_SLL, - sym_SRA, - sym_SRL, + sym_REJECT, + sym_TRANSPORT, + sym_UNAFFECTED, sym_XNOR, sym_XOR, - anon_sym_DOT, + 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, - 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_condition_conversion, anon_sym_PLUS, anon_sym_DASH, - anon_sym_AMP, - sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [133162] = 6, + anon_sym_LT_LT, + [133188] = 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(2006), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2566), 6, + ACTIONS(3038), 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(2564), 33, + ACTIONS(3036), 32, sym_AND, - sym_GENERATE, - sym_GENERIC, sym_MOD, sym_NAND, sym_NOR, sym_OR, - sym_PARAMETER, sym_REM, sym_ROL, sym_ROR, @@ -157710,10 +157790,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, @@ -157724,35 +157806,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [133220] = 6, + anon_sym_GT_GT, + anon_sym_PIPE, + [133246] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2004), 3, + STATE(2007), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2570), 6, + ACTIONS(3090), 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(2568), 33, + ACTIONS(3088), 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, @@ -157760,12 +157841,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, @@ -157776,35 +157859,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [133278] = 6, + anon_sym_PIPE, + [133304] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2005), 3, + STATE(450), 1, + sym_adding_operator, + STATE(559), 1, + sym_shift_operator, + STATE(560), 1, + sym_relational_operator, + STATE(561), 1, + sym_logical_operator, + STATE(618), 1, + sym_multiplying_operator, + STATE(2008), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2650), 6, + ACTIONS(2688), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2648), 33, + ACTIONS(2686), 28, sym_AND, - sym_GENERATE, - sym_GENERIC, sym_MOD, sym_NAND, sym_NOR, + sym_OF, sym_OR, - sym_PARAMETER, sym_REM, sym_ROL, sym_ROR, @@ -157814,8 +157904,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, @@ -157828,35 +157917,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [133336] = 6, + [133372] = 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(2009), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2654), 6, + ACTIONS(3138), 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(2652), 33, + ACTIONS(3136), 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, @@ -157864,12 +157950,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, @@ -157880,46 +157968,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [133394] = 6, + anon_sym_PIPE, + [133430] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2007), 3, + ACTIONS(3266), 1, + sym_exponentiate, + STATE(450), 1, + sym_adding_operator, + STATE(559), 1, + sym_shift_operator, + STATE(560), 1, + sym_relational_operator, + STATE(561), 1, + sym_logical_operator, + STATE(618), 1, + sym_multiplying_operator, + ACTIONS(2698), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2704), 2, + sym_MOD, + sym_REM, + STATE(2010), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2680), 6, + ACTIONS(2688), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2678), 33, + ACTIONS(2686), 25, 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, @@ -157931,37 +158029,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, - [133452] = 9, + [133504] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3328), 1, - sym_library_constant_unit, - STATE(2730), 1, - sym__unit, - STATE(2008), 3, + STATE(2011), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3326), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - ACTIONS(2446), 6, + ACTIONS(3046), 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(2444), 27, + ACTIONS(3044), 32, sym_AND, sym_MOD, sym_NAND, @@ -157974,11 +158061,14 @@ 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_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, @@ -157989,33 +158079,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [133516] = 6, + anon_sym_GT_GT, + anon_sym_PIPE, + [133562] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2009), 3, + STATE(2012), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2586), 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(2584), 33, + ACTIONS(3048), 32, sym_AND, - sym_GENERATE, - sym_GENERIC, sym_MOD, sym_NAND, sym_NOR, sym_OR, - sym_PARAMETER, sym_REM, sym_ROL, sym_ROR, @@ -158025,10 +158115,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, @@ -158039,162 +158131,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [133574] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(2010), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(3330), 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, - [133630] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(2011), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(3332), 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, - [133686] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(2012), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(3334), 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, - [133742] = 6, + anon_sym_GT_GT, + anon_sym_PIPE, + [133620] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -158205,22 +158144,20 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2392), 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(2390), 33, + ACTIONS(3064), 32, sym_AND, - sym_GENERIC, - sym_IS, sym_MOD, sym_NAND, sym_NOR, sym_OR, - sym_PARAMETER, sym_REM, sym_ROL, sym_ROR, @@ -158230,10 +158167,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, @@ -158244,38 +158183,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [133800] = 9, + anon_sym_GT_GT, + anon_sym_PIPE, + [133678] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3338), 1, - sym_library_constant_unit, - STATE(2760), 1, - sym__unit, STATE(2014), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3336), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - ACTIONS(2446), 6, + ACTIONS(2380), 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(2444), 27, + ACTIONS(2378), 32, sym_AND, - sym_LOOP, sym_MOD, sym_NAND, sym_NOR, @@ -158289,8 +158219,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, - anon_sym_EQ, + sym_variable_assignment, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -158301,35 +158235,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [133864] = 8, + anon_sym_GT_GT, + anon_sym_PIPE, + [133736] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(574), 1, - sym__direction, - ACTIONS(3194), 2, - sym_DOWNTO, - sym_TO, + STATE(450), 1, + sym_adding_operator, + STATE(559), 1, + sym_shift_operator, + STATE(560), 1, + sym_relational_operator, + STATE(561), 1, + sym_logical_operator, + STATE(618), 1, + sym_multiplying_operator, STATE(2015), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3166), 6, + ACTIONS(2684), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3164), 30, + ACTIONS(2682), 28, sym_AND, - sym_BUS, sym_MOD, sym_NAND, sym_NOR, + sym_OF, sym_OR, sym_REM, sym_ROL, @@ -158340,10 +158281,8 @@ static const uint16_t ts_small_parse_table[] = { sym_SRL, 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, @@ -158355,7 +158294,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [133926] = 6, + [133804] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -158366,22 +158305,21 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2590), 6, + ACTIONS(2728), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2588), 33, + ACTIONS(2726), 33, + sym_identifier, sym_AND, - sym_GENERATE, - sym_GENERIC, + sym_ELSE, sym_MOD, sym_NAND, sym_NOR, sym_OR, - sym_PARAMETER, sym_REM, sym_ROL, sym_ROR, @@ -158391,8 +158329,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, @@ -158405,46 +158346,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [133984] = 6, + [133862] = 18, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(3300), 1, + sym_exponentiate, + STATE(585), 1, + sym_shift_operator, + STATE(586), 1, + sym_relational_operator, + STATE(587), 1, + sym_logical_operator, + STATE(588), 1, + sym_adding_operator, + STATE(591), 1, + sym_multiplying_operator, + ACTIONS(2690), 2, + sym_ELSE, + anon_sym_SEMI, + ACTIONS(2698), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2704), 2, + sym_MOD, + sym_REM, + ACTIONS(2696), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, STATE(2017), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2676), 6, + ACTIONS(2694), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2674), 33, + ACTIONS(2702), 6, sym_AND, - sym_GENERATE, - sym_GENERIC, - sym_MOD, sym_NAND, sym_NOR, sym_OR, - sym_PARAMETER, - sym_REM, + sym_XNOR, + sym_XOR, + ACTIONS(2706), 6, sym_ROL, sym_ROR, sym_SLA, sym_SLL, sym_SRA, sym_SRL, - sym_XNOR, - sym_XOR, - anon_sym_DOT, - anon_sym_LPAREN, + ACTIONS(2692), 8, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -158453,50 +158410,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, - [134042] = 6, + [133944] = 18, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(2910), 1, + sym_exponentiate, + STATE(454), 1, + sym_shift_operator, + STATE(456), 1, + sym_relational_operator, + STATE(462), 1, + sym_logical_operator, + STATE(704), 1, + sym_multiplying_operator, + STATE(708), 1, + sym_adding_operator, + ACTIONS(2698), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2704), 2, + sym_MOD, + sym_REM, + ACTIONS(3302), 2, + sym_WHEN, + anon_sym_SEMI, + ACTIONS(2696), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, STATE(2018), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2442), 6, + ACTIONS(2694), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2440), 33, + ACTIONS(2702), 6, sym_AND, - sym_GENERATE, - sym_GENERIC, - sym_MOD, sym_NAND, sym_NOR, sym_OR, - sym_PARAMETER, - sym_REM, + sym_XNOR, + sym_XOR, + ACTIONS(2706), 6, sym_ROL, sym_ROR, sym_SLA, sym_SLL, sym_SRA, sym_SRL, - sym_XNOR, - sym_XOR, - anon_sym_DOT, - anon_sym_LPAREN, + ACTIONS(2692), 8, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -158505,13 +158474,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, - [134100] = 6, + [134026] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -158522,17 +158485,17 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2716), 6, + ACTIONS(3112), 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(2714), 33, - sym_identifier, + ACTIONS(3110), 32, sym_AND, - sym_ELSE, + sym_DOWNTO, sym_MOD, sym_NAND, sym_NOR, @@ -158544,15 +158507,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, @@ -158563,35 +158525,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [134158] = 9, + anon_sym_PIPE, + [134084] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3342), 1, - sym_library_constant_unit, - STATE(2731), 1, - sym__unit, STATE(2020), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3340), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - ACTIONS(2446), 6, + ACTIONS(3128), 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(2444), 27, + ACTIONS(3126), 32, sym_AND, + sym_DOWNTO, sym_MOD, sym_NAND, sym_NOR, @@ -158599,15 +158555,18 @@ 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_EQ_GT, anon_sym_LT_EQ, - anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -158618,23 +158577,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [134222] = 8, + anon_sym_PIPE, + [134142] = 6, 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(3194), 2, - sym_DOWNTO, - sym_TO, STATE(2021), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3166), 7, + ACTIONS(3134), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -158642,8 +158597,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3164), 29, + ACTIONS(3132), 32, sym_AND, + sym_DOWNTO, sym_MOD, sym_NAND, sym_NOR, @@ -158655,10 +158611,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_RPAREN, anon_sym_EQ_GT, anon_sym_LT_EQ, anon_sym_SLASH_EQ, @@ -158672,82 +158630,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, sym_exponentiate, anon_sym_PIPE, - [134284] = 19, + [134200] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3240), 1, - sym_exponentiate, - ACTIONS(3242), 1, - sym_GENERATE, - STATE(540), 1, - sym_logical_operator, - STATE(541), 1, - sym_relational_operator, - STATE(542), 1, + STATE(585), 1, sym_shift_operator, - STATE(712), 1, + STATE(586), 1, + sym_relational_operator, + STATE(587), 1, + sym_logical_operator, + STATE(588), 1, sym_adding_operator, - STATE(713), 1, + STATE(591), 1, sym_multiplying_operator, - STATE(5111), 1, - sym_generate_body, - ACTIONS(2698), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2704), 2, - sym_MOD, - sym_REM, - ACTIONS(2696), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, STATE(2022), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2694), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - ACTIONS(2702), 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(2692), 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, - [134368] = 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(2688), 6, anon_sym_LT, anon_sym_GT, @@ -158755,8 +158658,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2686), 33, - sym_identifier, + ACTIONS(2686), 28, sym_AND, sym_ELSE, sym_MOD, @@ -158772,10 +158674,6 @@ 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_LT_EQ, anon_sym_EQ, @@ -158789,62 +158687,55 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [134426] = 18, + [134268] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3278), 1, + ACTIONS(3300), 1, sym_exponentiate, - STATE(436), 1, + STATE(585), 1, + sym_shift_operator, + STATE(586), 1, + sym_relational_operator, + STATE(587), 1, + sym_logical_operator, + STATE(588), 1, sym_adding_operator, - STATE(437), 1, + STATE(591), 1, sym_multiplying_operator, - STATE(571), 1, - sym_logical_operator, - STATE(572), 1, - sym_relational_operator, - STATE(573), 1, - sym_shift_operator, - ACTIONS(2690), 2, - sym_ELSE, - anon_sym_SEMI, ACTIONS(2698), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(2704), 2, sym_MOD, sym_REM, - ACTIONS(2696), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(2024), 3, + STATE(2023), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2694), 4, + ACTIONS(2688), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2702), 6, + ACTIONS(2686), 25, sym_AND, + sym_ELSE, 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(2692), 8, + sym_XNOR, + sym_XOR, + anon_sym_SEMI, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -158853,18 +158744,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [134508] = 5, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + [134342] = 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(2024), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3344), 39, + ACTIONS(3304), 39, sym_identifier, sym_ALIAS, sym_ARCHITECTURE, @@ -158904,92 +158798,90 @@ static const uint16_t ts_small_parse_table[] = { sym__end_of_file, anon_sym_LPAREN, anon_sym_LT_LT, - [134564] = 5, + [134398] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2026), 3, + STATE(585), 1, + sym_shift_operator, + STATE(586), 1, + sym_relational_operator, + STATE(587), 1, + sym_logical_operator, + STATE(588), 1, + sym_adding_operator, + STATE(591), 1, + sym_multiplying_operator, + STATE(2025), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3346), 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, - [134620] = 11, + ACTIONS(2684), 6, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2682), 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, + [134466] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(436), 1, - sym_adding_operator, - STATE(437), 1, - sym_multiplying_operator, - STATE(571), 1, - sym_logical_operator, - STATE(572), 1, - sym_relational_operator, - STATE(573), 1, - sym_shift_operator, - STATE(2027), 3, + STATE(2026), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2720), 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(2718), 28, + ACTIONS(2622), 33, sym_AND, - sym_ELSE, + sym_GENERIC, + sym_LOOP, sym_MOD, sym_NAND, sym_NOR, sym_OR, + sym_PARAMETER, sym_REM, sym_ROL, sym_ROR, @@ -158999,7 +158891,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, @@ -159012,52 +158905,122 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [134688] = 14, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [134524] = 17, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3278), 1, + ACTIONS(3300), 1, sym_exponentiate, - STATE(436), 1, + STATE(585), 1, + sym_shift_operator, + STATE(586), 1, + sym_relational_operator, + STATE(587), 1, + sym_logical_operator, + STATE(588), 1, sym_adding_operator, - STATE(437), 1, + STATE(591), 1, sym_multiplying_operator, - STATE(571), 1, - sym_logical_operator, - STATE(572), 1, - sym_relational_operator, - STATE(573), 1, - sym_shift_operator, ACTIONS(2698), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(2704), 2, sym_MOD, sym_REM, - STATE(2028), 3, + ACTIONS(2696), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(2027), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2720), 4, + ACTIONS(2694), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2718), 25, + ACTIONS(2706), 6, + sym_ROL, + sym_ROR, + sym_SLA, + sym_SLL, + sym_SRA, + sym_SRL, + ACTIONS(2692), 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, sym_AND, sym_ELSE, sym_NAND, sym_NOR, sym_OR, + sym_XNOR, + sym_XOR, + anon_sym_SEMI, + [134604] = 16, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(3300), 1, + sym_exponentiate, + STATE(585), 1, + sym_shift_operator, + STATE(586), 1, + sym_relational_operator, + STATE(587), 1, + sym_logical_operator, + STATE(588), 1, + sym_adding_operator, + STATE(591), 1, + sym_multiplying_operator, + ACTIONS(2698), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2704), 2, + sym_MOD, + sym_REM, + ACTIONS(2696), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(2028), 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, @@ -159069,10 +159032,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, - [134762] = 5, + [134682] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -159083,167 +159043,14 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3348), 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, - [134818] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(2030), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(3350), 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, - [134874] = 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(3352), 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, - [134930] = 6, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(2032), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2392), 6, + ACTIONS(2376), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2390), 33, + ACTIONS(2374), 33, sym_AND, sym_GENERIC, sym_MOD, @@ -159254,11 +159061,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, @@ -159277,349 +159084,44 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [134988] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(2033), 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_LT, - [135044] = 11, + [134740] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(436), 1, - sym_adding_operator, - STATE(437), 1, - sym_multiplying_operator, - STATE(571), 1, - sym_logical_operator, - STATE(572), 1, - sym_relational_operator, - STATE(573), 1, - sym_shift_operator, - STATE(2034), 3, + STATE(2030), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2712), 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(2710), 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, - [135112] = 17, - 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(436), 1, - sym_adding_operator, - STATE(437), 1, - sym_multiplying_operator, - STATE(571), 1, - sym_logical_operator, - STATE(572), 1, - sym_relational_operator, - STATE(573), 1, - sym_shift_operator, - ACTIONS(2698), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2704), 2, - sym_MOD, - sym_REM, - ACTIONS(2696), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(2035), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2694), 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(2692), 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(2708), 8, - sym_AND, - sym_ELSE, - sym_NAND, - sym_NOR, - sym_OR, - sym_XNOR, - sym_XOR, - anon_sym_SEMI, - [135192] = 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(436), 1, - sym_adding_operator, - STATE(437), 1, - sym_multiplying_operator, - STATE(571), 1, - sym_logical_operator, - STATE(572), 1, - sym_relational_operator, - STATE(573), 1, - sym_shift_operator, - ACTIONS(2698), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2704), 2, - sym_MOD, - sym_REM, - ACTIONS(2696), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(2036), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2724), 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(2722), 16, + ACTIONS(2520), 33, 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, - [135270] = 15, - 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(436), 1, - sym_adding_operator, - STATE(437), 1, - sym_multiplying_operator, - STATE(571), 1, - sym_logical_operator, - STATE(572), 1, - sym_relational_operator, - STATE(573), 1, - sym_shift_operator, - ACTIONS(2698), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2704), 2, + sym_GENERIC, sym_MOD, - sym_REM, - ACTIONS(2696), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(2037), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2728), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - ACTIONS(2726), 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, - [135346] = 14, - 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(436), 1, - sym_adding_operator, - STATE(437), 1, - sym_multiplying_operator, - STATE(571), 1, - sym_logical_operator, - STATE(572), 1, - sym_relational_operator, - STATE(573), 1, - sym_shift_operator, - ACTIONS(2698), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2704), 2, - sym_MOD, + sym_PARAMETER, sym_REM, - STATE(2038), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2712), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - ACTIONS(2710), 25, - sym_AND, - sym_ELSE, - 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_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -159631,188 +159133,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - [135420] = 12, - 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(436), 1, - sym_adding_operator, - STATE(437), 1, - sym_multiplying_operator, - STATE(571), 1, - sym_logical_operator, - STATE(572), 1, - sym_relational_operator, - STATE(573), 1, - sym_shift_operator, - STATE(2039), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2712), 6, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2710), 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, - [135490] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(2040), 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, - [135546] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(2041), 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, - [135602] = 6, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [134798] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2042), 3, + STATE(2031), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2392), 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(2390), 33, + ACTIONS(2516), 33, sym_AND, sym_GENERIC, - sym_LOOP, sym_MOD, sym_NAND, sym_NOR, @@ -159821,6 +159165,7 @@ static const uint16_t ts_small_parse_table[] = { sym_REM, sym_ROL, sym_ROR, + sym_SELECT, sym_SLA, sym_SLL, sym_SRA, @@ -159843,399 +159188,25 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [135660] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(2043), 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, - [135716] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(2044), 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, - [135772] = 5, + [134856] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2045), 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, - [135828] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(2046), 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, - [135884] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(2047), 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, - [135940] = 18, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(3046), 1, + ACTIONS(3300), 1, sym_exponentiate, - STATE(456), 1, - sym_adding_operator, - STATE(457), 1, - sym_multiplying_operator, - STATE(584), 1, - sym_logical_operator, STATE(585), 1, - sym_relational_operator, - STATE(586), 1, sym_shift_operator, - ACTIONS(2698), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2704), 2, - sym_MOD, - sym_REM, - ACTIONS(2830), 2, - sym_OF, - anon_sym_COMMA, - ACTIONS(2696), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(2048), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2694), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - ACTIONS(2702), 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(2692), 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, - [136022] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(2049), 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, - [136078] = 19, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(3240), 1, - sym_exponentiate, - ACTIONS(3242), 1, - sym_GENERATE, - STATE(540), 1, - sym_logical_operator, - STATE(541), 1, + STATE(586), 1, sym_relational_operator, - STATE(542), 1, - sym_shift_operator, - STATE(712), 1, + STATE(587), 1, + sym_logical_operator, + STATE(588), 1, sym_adding_operator, - STATE(713), 1, + STATE(591), 1, sym_multiplying_operator, - STATE(5147), 1, - sym_generate_body, ACTIONS(2698), 2, anon_sym_STAR, anon_sym_SLASH, @@ -160246,30 +159217,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - STATE(2050), 3, + STATE(2032), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2694), 4, + ACTIONS(2718), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2702), 6, + ACTIONS(2716), 22, sym_AND, + sym_ELSE, 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(2692), 8, + sym_XNOR, + sym_XOR, + anon_sym_SEMI, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -160278,202 +159249,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [136162] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(2051), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - 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, - [136218] = 5, + [134932] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2052), 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, - [136274] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(2053), 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, - [136330] = 9, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(3378), 1, - sym_library_constant_unit, - STATE(2704), 1, - sym__unit, - STATE(2054), 3, + STATE(2033), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3376), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - ACTIONS(2446), 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(2444), 27, + ACTIONS(2402), 33, sym_AND, - sym_INERTIAL, + 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, @@ -160486,62 +159299,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [136394] = 18, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [134990] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3380), 1, - sym_exponentiate, - STATE(451), 1, - sym_adding_operator, - STATE(452), 1, - sym_multiplying_operator, - STATE(580), 1, - sym_logical_operator, - STATE(581), 1, - sym_relational_operator, - STATE(582), 1, - sym_shift_operator, - ACTIONS(2690), 2, - sym_FOR, - anon_sym_SEMI, - ACTIONS(2698), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2704), 2, - sym_MOD, - sym_REM, - ACTIONS(2696), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(2055), 3, + STATE(2034), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2694), 4, + ACTIONS(2510), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2702), 6, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2508), 33, sym_AND, + sym_GENERIC, + sym_MOD, sym_NAND, - sym_NOR, - sym_OR, - sym_XNOR, - sym_XOR, - ACTIONS(2706), 6, + sym_NOR, + sym_OR, + sym_PARAMETER, + sym_REM, sym_ROL, sym_ROR, + sym_SELECT, sym_SLA, sym_SLL, sym_SRA, sym_SRL, - ACTIONS(2692), 8, + sym_XNOR, + sym_XOR, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -160550,25 +159347,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [136476] = 6, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [135048] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2056), 3, + STATE(2035), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2392), 6, + ACTIONS(2506), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2390), 33, + ACTIONS(2504), 33, sym_AND, sym_GENERIC, sym_MOD, @@ -160602,52 +159405,44 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [136534] = 17, + [135106] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3380), 1, - sym_exponentiate, - STATE(451), 1, - sym_adding_operator, - STATE(452), 1, - sym_multiplying_operator, - STATE(580), 1, - sym_logical_operator, - STATE(581), 1, - sym_relational_operator, - STATE(582), 1, - sym_shift_operator, - ACTIONS(2698), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2704), 2, - sym_MOD, - sym_REM, - ACTIONS(2696), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(2057), 3, + STATE(2036), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2694), 4, + ACTIONS(2442), 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(2440), 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, - ACTIONS(2692), 8, + sym_XNOR, + sym_XOR, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -160656,69 +159451,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(2708), 8, - sym_AND, - sym_FOR, - sym_NAND, - sym_NOR, - sym_OR, - sym_XNOR, - sym_XOR, - anon_sym_SEMI, - [136614] = 16, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [135164] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3380), 1, - sym_exponentiate, - STATE(451), 1, - sym_adding_operator, - STATE(452), 1, - sym_multiplying_operator, - STATE(580), 1, - sym_logical_operator, - STATE(581), 1, - sym_relational_operator, - STATE(582), 1, - sym_shift_operator, - ACTIONS(2698), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2704), 2, - sym_MOD, - sym_REM, - ACTIONS(2696), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(2058), 3, + STATE(2037), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2724), 4, + ACTIONS(2388), 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(2386), 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, - ACTIONS(2722), 16, - sym_AND, - sym_FOR, - sym_NAND, - sym_NOR, - sym_OR, sym_XNOR, sym_XOR, - anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -160727,47 +159503,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [136692] = 15, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [135222] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3380), 1, + ACTIONS(3300), 1, sym_exponentiate, - STATE(451), 1, + STATE(585), 1, + sym_shift_operator, + STATE(586), 1, + sym_relational_operator, + STATE(587), 1, + sym_logical_operator, + STATE(588), 1, sym_adding_operator, - STATE(452), 1, + STATE(591), 1, sym_multiplying_operator, - STATE(580), 1, - sym_logical_operator, - STATE(581), 1, - sym_relational_operator, - STATE(582), 1, - sym_shift_operator, ACTIONS(2698), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(2704), 2, sym_MOD, sym_REM, - ACTIONS(2696), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(2059), 3, + STATE(2038), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2728), 4, + ACTIONS(2684), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2726), 22, + ACTIONS(2682), 25, sym_AND, - sym_FOR, + sym_ELSE, sym_NAND, sym_NOR, sym_OR, @@ -160788,79 +159566,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [136768] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(2060), 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, - [136824] = 6, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + [135296] = 12, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2061), 3, + ACTIONS(3296), 1, + sym_exponentiate, + STATE(633), 1, + sym_shift_operator, + STATE(634), 1, + sym_relational_operator, + STATE(636), 1, + sym_logical_operator, + STATE(677), 1, + sym_multiplying_operator, + STATE(678), 1, + sym_adding_operator, + STATE(2039), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2716), 6, + ACTIONS(2684), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2714), 33, - sym_identifier, + ACTIONS(2682), 27, sym_AND, - sym_FOR, sym_MOD, sym_NAND, sym_NOR, @@ -160868,16 +159608,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_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, @@ -160890,46 +159627,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - sym_exponentiate, - [136882] = 6, + [135366] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2062), 3, + ACTIONS(3296), 1, + sym_exponentiate, + STATE(633), 1, + sym_shift_operator, + STATE(634), 1, + sym_relational_operator, + STATE(636), 1, + sym_logical_operator, + STATE(677), 1, + sym_multiplying_operator, + STATE(678), 1, + sym_adding_operator, + ACTIONS(2698), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2704), 2, + sym_MOD, + sym_REM, + STATE(2040), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2688), 6, + ACTIONS(2684), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2686), 33, - sym_identifier, + ACTIONS(2682), 25, sym_AND, - sym_FOR, - 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, - sym_library_constant, - sym_library_constant_unit, - sym_library_function, - sym_library_type, anon_sym_SEMI, anon_sym_LT_EQ, anon_sym_EQ, @@ -160942,102 +159687,80 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - sym_exponentiate, - [136940] = 18, + [135440] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3384), 1, - sym_exponentiate, - STATE(491), 1, - sym_adding_operator, - STATE(492), 1, - sym_multiplying_operator, - STATE(584), 1, - sym_logical_operator, - STATE(585), 1, - sym_relational_operator, - STATE(586), 1, - sym_shift_operator, - ACTIONS(2690), 2, - sym_OF, - anon_sym_COMMA, - ACTIONS(2698), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2704), 2, - sym_MOD, - sym_REM, - ACTIONS(2696), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(2063), 3, + STATE(2041), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2694), 4, + ACTIONS(3146), 7, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2702), 6, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(3144), 32, 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(2692), 8, + 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, anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [137022] = 11, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + anon_sym_PIPE, + [135498] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(451), 1, - sym_adding_operator, - STATE(452), 1, - sym_multiplying_operator, - STATE(580), 1, - sym_logical_operator, - STATE(581), 1, - sym_relational_operator, - STATE(582), 1, - sym_shift_operator, - STATE(2064), 3, + STATE(2042), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2720), 6, + ACTIONS(2480), 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(2718), 28, + ACTIONS(2478), 32, sym_AND, - sym_FOR, + sym_DOWNTO, sym_MOD, sym_NAND, sym_NOR, @@ -161049,11 +159772,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, @@ -161064,48 +159790,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [137090] = 14, + anon_sym_PIPE, + [135556] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3380), 1, + ACTIONS(3296), 1, sym_exponentiate, - STATE(451), 1, - sym_adding_operator, - STATE(452), 1, - sym_multiplying_operator, - STATE(580), 1, - sym_logical_operator, - STATE(581), 1, - sym_relational_operator, - STATE(582), 1, + STATE(633), 1, sym_shift_operator, + STATE(634), 1, + sym_relational_operator, + STATE(636), 1, + sym_logical_operator, + STATE(677), 1, + sym_multiplying_operator, + STATE(678), 1, + sym_adding_operator, ACTIONS(2698), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(2704), 2, sym_MOD, sym_REM, - STATE(2065), 3, + ACTIONS(2696), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(2043), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2720), 4, + ACTIONS(2718), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2718), 25, + ACTIONS(2716), 22, sym_AND, - sym_FOR, sym_NAND, sym_NOR, sym_OR, sym_ROL, sym_ROR, + sym_SEVERITY, sym_SLA, sym_SLL, sym_SRA, @@ -161121,51 +159852,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, - [137164] = 11, + [135632] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(451), 1, - sym_adding_operator, - STATE(452), 1, - sym_multiplying_operator, - STATE(580), 1, - sym_logical_operator, - STATE(581), 1, - sym_relational_operator, - STATE(582), 1, + ACTIONS(3296), 1, + sym_exponentiate, + STATE(633), 1, sym_shift_operator, - STATE(2066), 3, + STATE(634), 1, + sym_relational_operator, + STATE(636), 1, + sym_logical_operator, + STATE(677), 1, + sym_multiplying_operator, + STATE(678), 1, + sym_adding_operator, + ACTIONS(2698), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2704), 2, + sym_MOD, + sym_REM, + ACTIONS(2696), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(2044), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2712), 6, + ACTIONS(2714), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2710), 28, - sym_AND, - sym_FOR, - sym_MOD, - sym_NAND, - sym_NOR, - sym_OR, - sym_REM, + 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, @@ -161177,29 +159914,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, - [137232] = 17, + [135710] = 17, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3384), 1, + ACTIONS(3296), 1, sym_exponentiate, - STATE(491), 1, - sym_adding_operator, - STATE(492), 1, - sym_multiplying_operator, - STATE(584), 1, - sym_logical_operator, - STATE(585), 1, - sym_relational_operator, - STATE(586), 1, + STATE(633), 1, sym_shift_operator, + STATE(634), 1, + sym_relational_operator, + STATE(636), 1, + sym_logical_operator, + STATE(677), 1, + sym_multiplying_operator, + STATE(678), 1, + sym_adding_operator, ACTIONS(2698), 2, anon_sym_STAR, anon_sym_SLASH, @@ -161210,7 +159943,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - STATE(2067), 3, + STATE(2045), 3, sym__tool_directive, sym_line_comment, sym_block_comment, @@ -161235,66 +159968,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - ACTIONS(2708), 8, + ACTIONS(2710), 8, sym_AND, sym_NAND, sym_NOR, - sym_OF, sym_OR, + sym_SEVERITY, sym_XNOR, sym_XOR, - anon_sym_COMMA, - [137312] = 16, + anon_sym_SEMI, + [135790] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3384), 1, + ACTIONS(3266), 1, sym_exponentiate, - STATE(491), 1, + STATE(450), 1, sym_adding_operator, - STATE(492), 1, - sym_multiplying_operator, - STATE(584), 1, - sym_logical_operator, - STATE(585), 1, - sym_relational_operator, - STATE(586), 1, + STATE(559), 1, sym_shift_operator, + STATE(560), 1, + sym_relational_operator, + STATE(561), 1, + sym_logical_operator, + STATE(618), 1, + sym_multiplying_operator, ACTIONS(2698), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(2704), 2, sym_MOD, sym_REM, - ACTIONS(2696), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(2068), 3, + STATE(2046), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2724), 4, + ACTIONS(2684), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2706), 6, + ACTIONS(2682), 25, + sym_AND, + sym_NAND, + sym_NOR, + sym_OF, + sym_OR, sym_ROL, sym_ROR, sym_SLA, sym_SLL, sym_SRA, sym_SRL, - ACTIONS(2722), 16, - sym_AND, - sym_NAND, - sym_NOR, - sym_OF, - sym_OR, sym_XNOR, sym_XOR, anon_sym_COMMA, @@ -161306,59 +160034,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [137390] = 15, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + [135864] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3384), 1, - sym_exponentiate, - STATE(491), 1, - sym_adding_operator, - STATE(492), 1, - sym_multiplying_operator, - STATE(584), 1, - sym_logical_operator, - STATE(585), 1, - sym_relational_operator, - STATE(586), 1, + STATE(633), 1, sym_shift_operator, - ACTIONS(2698), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2704), 2, - sym_MOD, - sym_REM, - ACTIONS(2696), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(2069), 3, + STATE(634), 1, + sym_relational_operator, + STATE(636), 1, + sym_logical_operator, + STATE(677), 1, + sym_multiplying_operator, + STATE(678), 1, + sym_adding_operator, + STATE(2047), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2728), 4, + ACTIONS(2684), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2726), 22, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2682), 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_COMMA, + anon_sym_SEMI, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -161367,46 +160090,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [137466] = 14, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + [135932] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3380), 1, - sym_exponentiate, - STATE(451), 1, - sym_adding_operator, - STATE(452), 1, - sym_multiplying_operator, - STATE(580), 1, - sym_logical_operator, - STATE(581), 1, - sym_relational_operator, - STATE(582), 1, - sym_shift_operator, - ACTIONS(2698), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2704), 2, - sym_MOD, - sym_REM, - STATE(2070), 3, + STATE(2048), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2712), 4, + ACTIONS(2662), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2710), 25, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2660), 33, sym_AND, - sym_FOR, + sym_GENERIC, + sym_INERTIAL, + sym_MOD, sym_NAND, sym_NOR, sym_OR, + sym_PARAMETER, + sym_REM, sym_ROL, sym_ROR, sym_SLA, @@ -161415,7 +160130,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, @@ -161427,43 +160143,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - [137540] = 12, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [135990] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3380), 1, - sym_exponentiate, - STATE(451), 1, - sym_adding_operator, - STATE(452), 1, - sym_multiplying_operator, - STATE(580), 1, - sym_logical_operator, - STATE(581), 1, - sym_relational_operator, - STATE(582), 1, - sym_shift_operator, - STATE(2071), 3, + STATE(2049), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2712), 6, + ACTIONS(2668), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2710), 27, + ACTIONS(2666), 33, sym_AND, - sym_FOR, + sym_GENERIC, + sym_INERTIAL, sym_MOD, sym_NAND, sym_NOR, sym_OR, + sym_PARAMETER, sym_REM, sym_ROL, sym_ROR, @@ -161473,7 +160182,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, @@ -161485,33 +160195,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - [137610] = 6, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [136048] = 12, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2072), 3, + ACTIONS(3300), 1, + sym_exponentiate, + STATE(585), 1, + sym_shift_operator, + STATE(586), 1, + sym_relational_operator, + STATE(587), 1, + sym_logical_operator, + STATE(588), 1, + sym_adding_operator, + STATE(591), 1, + sym_multiplying_operator, + STATE(2050), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2680), 6, + ACTIONS(2684), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2678), 33, + ACTIONS(2682), 27, sym_AND, - sym_GENERATE, - sym_GENERIC, + sym_ELSE, sym_MOD, sym_NAND, sym_NOR, sym_OR, - sym_PARAMETER, sym_REM, sym_ROL, sym_ROR, @@ -161521,8 +160244,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, @@ -161534,195 +160256,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, - [137668] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(2073), 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, - [137724] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(2074), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - 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, - [137780] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(2075), 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, - [137836] = 18, + [136118] = 18, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3392), 1, + ACTIONS(3300), 1, sym_exponentiate, - STATE(497), 1, + STATE(585), 1, + sym_shift_operator, + STATE(586), 1, + sym_relational_operator, + STATE(587), 1, + sym_logical_operator, + STATE(588), 1, sym_adding_operator, - STATE(498), 1, + STATE(591), 1, sym_multiplying_operator, - STATE(588), 1, - sym_logical_operator, - STATE(589), 1, - sym_relational_operator, - STATE(590), 1, - sym_shift_operator, - ACTIONS(2690), 2, - sym_UNITS, - anon_sym_SEMI, ACTIONS(2698), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(2704), 2, sym_MOD, sym_REM, + ACTIONS(3306), 2, + sym_ELSE, + anon_sym_SEMI, ACTIONS(2696), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - STATE(2076), 3, + STATE(2051), 3, sym__tool_directive, sym_line_comment, sym_block_comment, @@ -161754,52 +160320,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [137918] = 17, + [136200] = 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_exponentiate, - STATE(497), 1, - sym_adding_operator, - STATE(498), 1, - sym_multiplying_operator, - STATE(588), 1, - sym_logical_operator, - STATE(589), 1, - sym_relational_operator, - STATE(590), 1, - sym_shift_operator, - ACTIONS(2698), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2704), 2, - sym_MOD, - sym_REM, - ACTIONS(2696), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(2077), 3, + STATE(2052), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2694), 4, + ACTIONS(2722), 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(2720), 33, + 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, - ACTIONS(2692), 8, + 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, @@ -161808,127 +160368,109 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - ACTIONS(2708), 8, - sym_AND, - sym_NAND, - sym_NOR, - sym_OR, - sym_UNITS, - sym_XNOR, - sym_XOR, - anon_sym_SEMI, - [137998] = 16, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + [136258] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3392), 1, - sym_exponentiate, - STATE(497), 1, - sym_adding_operator, - STATE(498), 1, - sym_multiplying_operator, - STATE(588), 1, - sym_logical_operator, - STATE(589), 1, - sym_relational_operator, - STATE(590), 1, - sym_shift_operator, - ACTIONS(2698), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2704), 2, - sym_MOD, - sym_REM, - ACTIONS(2696), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(2078), 3, + STATE(2053), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2724), 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(3308), 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(3064), 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(2722), 16, - sym_AND, - sym_NAND, - sym_NOR, - sym_OR, - 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, - [138076] = 15, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + [136318] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3392), 1, + ACTIONS(3296), 1, sym_exponentiate, - STATE(497), 1, - sym_adding_operator, - STATE(498), 1, - sym_multiplying_operator, - STATE(588), 1, - sym_logical_operator, - STATE(589), 1, - sym_relational_operator, - STATE(590), 1, + STATE(633), 1, sym_shift_operator, + STATE(634), 1, + sym_relational_operator, + STATE(636), 1, + sym_logical_operator, + STATE(677), 1, + sym_multiplying_operator, + STATE(678), 1, + sym_adding_operator, ACTIONS(2698), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(2704), 2, sym_MOD, sym_REM, - ACTIONS(2696), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(2079), 3, + STATE(2054), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2728), 4, + ACTIONS(2688), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2726), 22, + ACTIONS(2686), 25, sym_AND, sym_NAND, sym_NOR, sym_OR, sym_ROL, sym_ROR, + sym_SEVERITY, sym_SLA, sym_SLL, sym_SRA, sym_SRL, - sym_UNITS, sym_XNOR, sym_XOR, anon_sym_SEMI, @@ -161940,28 +160482,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [138152] = 6, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + [136392] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2080), 3, + STATE(2055), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2392), 6, + ACTIONS(2658), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2390), 33, + ACTIONS(2656), 33, sym_AND, sym_GENERIC, - sym_INERTIAL, sym_MOD, sym_NAND, sym_NOR, @@ -161974,6 +160518,7 @@ static const uint16_t ts_small_parse_table[] = { sym_SLL, sym_SRA, sym_SRL, + sym_THEN, sym_XNOR, sym_XOR, anon_sym_DOT, @@ -161992,76 +160537,25 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [138210] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(2081), 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, - [138266] = 6, + [136450] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2082), 3, + STATE(2056), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2388), 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(2386), 33, + ACTIONS(2648), 33, sym_AND, sym_GENERIC, sym_IS, @@ -162095,28 +160589,27 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [138324] = 6, + [136508] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2083), 3, + STATE(2057), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2396), 6, + ACTIONS(2654), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2394), 33, + ACTIONS(2652), 33, sym_AND, sym_GENERIC, - sym_IS, sym_MOD, sym_NAND, sym_NOR, @@ -162129,6 +160622,7 @@ static const uint16_t ts_small_parse_table[] = { sym_SLL, sym_SRA, sym_SRL, + sym_THEN, sym_XNOR, sym_XOR, anon_sym_DOT, @@ -162147,25 +160641,25 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [138382] = 6, + [136566] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2084), 3, + STATE(2058), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2454), 6, + ACTIONS(2602), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2452), 33, + ACTIONS(2600), 33, sym_AND, sym_GENERIC, sym_IS, @@ -162199,28 +160693,28 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [138440] = 6, + [136624] = 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(2059), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2458), 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(2456), 33, + ACTIONS(2566), 33, sym_AND, sym_GENERIC, - sym_IS, + sym_LOOP, sym_MOD, sym_NAND, sym_NOR, @@ -162251,78 +160745,85 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [138498] = 5, + [136682] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2086), 3, + STATE(633), 1, + sym_shift_operator, + STATE(634), 1, + sym_relational_operator, + STATE(636), 1, + sym_logical_operator, + STATE(677), 1, + sym_multiplying_operator, + STATE(678), 1, + sym_adding_operator, + STATE(2060), 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, - [138554] = 6, + ACTIONS(2688), 6, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2686), 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, + [136750] = 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(2061), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2388), 6, + ACTIONS(2560), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2386), 33, + ACTIONS(2558), 33, sym_AND, sym_GENERIC, + sym_LOOP, sym_MOD, sym_NAND, sym_NOR, @@ -162331,7 +160832,6 @@ static const uint16_t ts_small_parse_table[] = { sym_REM, sym_ROL, sym_ROR, - sym_SELECT, sym_SLA, sym_SLL, sym_SRA, @@ -162354,27 +160854,156 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [138612] = 6, + [136808] = 18, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2088), 3, + ACTIONS(3296), 1, + sym_exponentiate, + STATE(633), 1, + sym_shift_operator, + STATE(634), 1, + sym_relational_operator, + STATE(636), 1, + sym_logical_operator, + STATE(677), 1, + sym_multiplying_operator, + STATE(678), 1, + sym_adding_operator, + ACTIONS(2690), 2, + sym_SEVERITY, + anon_sym_SEMI, + ACTIONS(2698), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2704), 2, + sym_MOD, + sym_REM, + ACTIONS(2696), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(2062), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2396), 6, + ACTIONS(2694), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, + ACTIONS(2702), 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(2692), 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, + [136890] = 18, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(3032), 1, + sym_exponentiate, + STATE(419), 1, + sym_adding_operator, + STATE(424), 1, + sym_multiplying_operator, + STATE(553), 1, + sym_shift_operator, + STATE(554), 1, + sym_relational_operator, + STATE(555), 1, + sym_logical_operator, + ACTIONS(2698), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2394), 33, + ACTIONS(2704), 2, + sym_MOD, + sym_REM, + ACTIONS(2871), 2, + sym_UNITS, + anon_sym_SEMI, + ACTIONS(2696), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(2063), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2694), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + ACTIONS(2702), 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(2692), 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, + [136972] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(2064), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2556), 6, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2554), 33, sym_AND, sym_GENERIC, + sym_LOOP, sym_MOD, sym_NAND, sym_NOR, @@ -162383,7 +161012,6 @@ static const uint16_t ts_small_parse_table[] = { sym_REM, sym_ROL, sym_ROR, - sym_SELECT, sym_SLA, sym_SLL, sym_SRA, @@ -162406,47 +161034,46 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [138670] = 6, + [137030] = 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(2065), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2446), 7, - anon_sym_EQ, + ACTIONS(2526), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2444), 32, + ACTIONS(2524), 33, 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_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, @@ -162457,29 +161084,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_PIPE, - [138728] = 6, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [137088] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2090), 3, + STATE(2066), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2494), 6, + ACTIONS(2548), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2492), 33, + ACTIONS(2546), 33, sym_AND, sym_GENERIC, - sym_IS, sym_MOD, sym_NAND, sym_NOR, @@ -162488,6 +161115,7 @@ static const uint16_t ts_small_parse_table[] = { sym_REM, sym_ROL, sym_ROR, + sym_SELECT, sym_SLA, sym_SLL, sym_SRA, @@ -162510,28 +161138,27 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [138786] = 6, + [137146] = 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(2067), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2510), 6, + ACTIONS(2438), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2508), 33, + ACTIONS(2436), 33, sym_AND, sym_GENERIC, - sym_IS, sym_MOD, sym_NAND, sym_NOR, @@ -162540,6 +161167,7 @@ static const uint16_t ts_small_parse_table[] = { sym_REM, sym_ROL, sym_ROR, + sym_SELECT, sym_SLA, sym_SLL, sym_SRA, @@ -162562,28 +161190,28 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [138844] = 6, + [137204] = 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(2068), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2514), 6, + ACTIONS(2552), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2512), 33, + ACTIONS(2550), 33, sym_AND, sym_GENERIC, - sym_IS, + sym_LOOP, sym_MOD, sym_NAND, sym_NOR, @@ -162614,28 +161242,27 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [138902] = 6, + [137262] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2093), 3, + STATE(2069), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2612), 6, + ACTIONS(2484), 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(2482), 33, sym_AND, sym_GENERIC, - sym_IS, sym_MOD, sym_NAND, sym_NOR, @@ -162648,6 +161275,7 @@ static const uint16_t ts_small_parse_table[] = { sym_SLL, sym_SRA, sym_SRL, + sym_THEN, sym_XNOR, sym_XOR, anon_sym_DOT, @@ -162666,28 +161294,27 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [138960] = 6, + [137320] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2094), 3, + STATE(2070), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2518), 6, + ACTIONS(2476), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2516), 33, + ACTIONS(2474), 33, sym_AND, sym_GENERIC, - sym_IS, sym_MOD, sym_NAND, sym_NOR, @@ -162700,6 +161327,7 @@ static const uint16_t ts_small_parse_table[] = { sym_SLL, sym_SRA, sym_SRL, + sym_THEN, sym_XNOR, sym_XOR, anon_sym_DOT, @@ -162718,28 +161346,27 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [139018] = 6, + [137378] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2095), 3, + STATE(2071), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2522), 6, + ACTIONS(2438), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2520), 33, + ACTIONS(2436), 33, sym_AND, sym_GENERIC, - sym_IS, sym_MOD, sym_NAND, sym_NOR, @@ -162752,6 +161379,7 @@ static const uint16_t ts_small_parse_table[] = { sym_SLL, sym_SRA, sym_SRL, + sym_THEN, sym_XNOR, sym_XOR, anon_sym_DOT, @@ -162770,28 +161398,28 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [139076] = 6, + [137436] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2096), 3, + STATE(2072), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2526), 6, + ACTIONS(2548), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2524), 33, + ACTIONS(2546), 33, sym_AND, sym_GENERIC, - sym_IS, + sym_LOOP, sym_MOD, sym_NAND, sym_NOR, @@ -162822,32 +161450,33 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [139134] = 6, + [137494] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2097), 3, + STATE(2073), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3150), 7, - anon_sym_EQ, + ACTIONS(2526), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3148), 32, + ACTIONS(2524), 33, sym_AND, - sym_DOWNTO, + sym_GENERIC, + sym_LOOP, sym_MOD, sym_NAND, sym_NOR, sym_OR, + sym_PARAMETER, sym_REM, sym_ROL, sym_ROR, @@ -162855,14 +161484,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, @@ -162873,33 +161500,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_PIPE, - [139192] = 6, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [137552] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2098), 3, + STATE(2074), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3154), 7, - anon_sym_EQ, + ACTIONS(2574), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3152), 32, + ACTIONS(2572), 33, sym_AND, - sym_DOWNTO, + sym_GENERIC, + sym_IS, sym_MOD, sym_NAND, sym_NOR, sym_OR, + sym_PARAMETER, sym_REM, sym_ROL, sym_ROR, @@ -162907,14 +161536,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, @@ -162925,29 +161552,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_PIPE, - [139250] = 6, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [137610] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2099), 3, + STATE(2075), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3158), 7, - anon_sym_EQ, + ACTIONS(2728), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3156), 32, + ACTIONS(2726), 33, + sym_identifier, sym_AND, - sym_DOWNTO, sym_MOD, sym_NAND, sym_NOR, @@ -162955,18 +161582,20 @@ 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_WHEN, sym_XNOR, sym_XOR, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_EQ_GT, + 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, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -162977,29 +161606,79 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_PIPE, - [139308] = 6, + [137668] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(2076), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3310), 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, + [137724] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2100), 3, + STATE(2077), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2530), 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(2528), 33, + ACTIONS(2562), 33, sym_AND, sym_GENERIC, - sym_IS, + sym_INERTIAL, sym_MOD, sym_NAND, sym_NOR, @@ -163030,28 +161709,28 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [139366] = 6, + [137782] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2101), 3, + STATE(2078), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2554), 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(2552), 33, + ACTIONS(2512), 33, sym_AND, sym_GENERIC, - sym_IS, + sym_INERTIAL, sym_MOD, sym_NAND, sym_NOR, @@ -163082,33 +161761,82 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [139424] = 6, + [137840] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2102), 3, + STATE(2079), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3312), 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, + [137896] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(2080), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2558), 6, + ACTIONS(2728), 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(2726), 33, + sym_identifier, sym_AND, - sym_GENERIC, - sym_IS, sym_MOD, sym_NAND, sym_NOR, sym_OR, - sym_PARAMETER, sym_REM, sym_ROL, sym_ROR, @@ -163116,10 +161844,14 @@ static const uint16_t ts_small_parse_table[] = { 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, @@ -163132,46 +161864,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [139482] = 6, + [137954] = 19, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2103), 3, + ACTIONS(3238), 1, + sym_exponentiate, + ACTIONS(3240), 1, + sym_GENERATE, + STATE(593), 1, + sym_multiplying_operator, + STATE(600), 1, + sym_adding_operator, + STATE(644), 1, + sym_shift_operator, + STATE(646), 1, + sym_relational_operator, + STATE(647), 1, + sym_logical_operator, + STATE(5099), 1, + sym_generate_body, + ACTIONS(2698), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2704), 2, + sym_MOD, + sym_REM, + ACTIONS(2696), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(2081), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2562), 6, + ACTIONS(2694), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2560), 33, + ACTIONS(2702), 6, sym_AND, - sym_GENERIC, - sym_IS, - sym_MOD, sym_NAND, sym_NOR, sym_OR, - sym_PARAMETER, - sym_REM, + sym_XNOR, + sym_XOR, + ACTIONS(2706), 6, sym_ROL, sym_ROR, sym_SLA, sym_SLL, sym_SRA, sym_SRL, - sym_XNOR, - sym_XOR, - anon_sym_DOT, - anon_sym_LPAREN, + ACTIONS(2692), 8, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -163180,50 +161929,97 @@ 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, - [139540] = 6, + [138038] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2104), 3, + STATE(2082), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + 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, + [138094] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(2083), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2566), 6, + ACTIONS(2722), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2564), 33, + ACTIONS(2720), 33, + 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_SEVERITY, 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_SEMI, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -163236,46 +162032,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [139598] = 6, + [138152] = 18, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2105), 3, + ACTIONS(3058), 1, + sym_exponentiate, + STATE(559), 1, + sym_shift_operator, + STATE(560), 1, + sym_relational_operator, + STATE(561), 1, + sym_logical_operator, + STATE(609), 1, + sym_multiplying_operator, + STATE(621), 1, + sym_adding_operator, + ACTIONS(2698), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2704), 2, + sym_MOD, + sym_REM, + ACTIONS(2871), 2, + sym_OF, + anon_sym_COMMA, + ACTIONS(2696), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(2084), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2570), 6, + ACTIONS(2694), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2568), 33, + ACTIONS(2702), 6, sym_AND, - sym_GENERIC, - sym_IS, - sym_MOD, sym_NAND, sym_NOR, sym_OR, - sym_PARAMETER, - sym_REM, + sym_XNOR, + sym_XOR, + ACTIONS(2706), 6, sym_ROL, sym_ROR, sym_SLA, sym_SLL, sym_SRA, sym_SRL, - sym_XNOR, - sym_XOR, - anon_sym_DOT, - anon_sym_LPAREN, + ACTIONS(2692), 8, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -163284,20 +162096,14 @@ 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, - [139656] = 6, + [138234] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2106), 3, + STATE(2085), 3, sym__tool_directive, sym_line_comment, sym_block_comment, @@ -163311,6 +162117,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2386), 33, sym_AND, sym_GENERIC, + sym_LOOP, sym_MOD, sym_NAND, sym_NOR, @@ -163323,7 +162130,6 @@ static const uint16_t ts_small_parse_table[] = { sym_SLL, sym_SRA, sym_SRL, - sym_THEN, sym_XNOR, sym_XOR, anon_sym_DOT, @@ -163342,25 +162148,25 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [139714] = 6, + [138292] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2107), 3, + STATE(2086), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2396), 6, + ACTIONS(2442), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2394), 33, + ACTIONS(2440), 33, sym_AND, sym_GENERIC, sym_MOD, @@ -163394,27 +162200,28 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [139772] = 6, + [138350] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2108), 3, + STATE(2087), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2454), 6, + ACTIONS(2506), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2452), 33, + ACTIONS(2504), 33, sym_AND, sym_GENERIC, + sym_LOOP, sym_MOD, sym_NAND, sym_NOR, @@ -163423,7 +162230,6 @@ static const uint16_t ts_small_parse_table[] = { sym_REM, sym_ROL, sym_ROR, - sym_SELECT, sym_SLA, sym_SLL, sym_SRA, @@ -163446,27 +162252,28 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [139830] = 6, + [138408] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2109), 3, + STATE(2088), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2458), 6, + ACTIONS(2510), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2456), 33, + ACTIONS(2508), 33, sym_AND, sym_GENERIC, + sym_LOOP, sym_MOD, sym_NAND, sym_NOR, @@ -163475,7 +162282,6 @@ static const uint16_t ts_small_parse_table[] = { sym_REM, sym_ROL, sym_ROR, - sym_SELECT, sym_SLA, sym_SLL, sym_SRA, @@ -163498,92 +162304,28 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [139888] = 18, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(3380), 1, - sym_exponentiate, - STATE(451), 1, - sym_adding_operator, - STATE(452), 1, - sym_multiplying_operator, - STATE(580), 1, - sym_logical_operator, - STATE(581), 1, - sym_relational_operator, - STATE(582), 1, - sym_shift_operator, - ACTIONS(2698), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2704), 2, - sym_MOD, - sym_REM, - ACTIONS(3398), 2, - sym_FOR, - anon_sym_SEMI, - ACTIONS(2696), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(2110), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2694), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - ACTIONS(2702), 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(2692), 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, - [139970] = 6, + [138466] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2111), 3, + STATE(2089), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2586), 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(2584), 33, + ACTIONS(2402), 33, sym_AND, sym_GENERIC, - sym_IS, + sym_LOOP, sym_MOD, sym_NAND, sym_NOR, @@ -163614,27 +162356,28 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [140028] = 6, + [138524] = 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(2090), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2454), 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(2452), 33, + ACTIONS(2516), 33, sym_AND, sym_GENERIC, + sym_LOOP, sym_MOD, sym_NAND, sym_NOR, @@ -163647,7 +162390,6 @@ static const uint16_t ts_small_parse_table[] = { sym_SLL, sym_SRA, sym_SRL, - sym_THEN, sym_XNOR, sym_XOR, anon_sym_DOT, @@ -163666,27 +162408,28 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [140086] = 6, + [138582] = 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(2091), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2458), 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(2456), 33, + ACTIONS(2520), 33, sym_AND, sym_GENERIC, + sym_LOOP, sym_MOD, sym_NAND, sym_NOR, @@ -163699,7 +162442,6 @@ static const uint16_t ts_small_parse_table[] = { sym_SLL, sym_SRA, sym_SRL, - sym_THEN, sym_XNOR, sym_XOR, anon_sym_DOT, @@ -163718,83 +162460,84 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [140144] = 5, + [138640] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2114), 3, + STATE(2092), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3176), 39, + ACTIONS(3316), 39, 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_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, - [140200] = 6, + [138696] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2115), 3, + STATE(2093), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3062), 7, - anon_sym_EQ, + ACTIONS(2376), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3060), 32, + ACTIONS(2374), 33, sym_AND, - sym_DOWNTO, + sym_GENERIC, + sym_LOOP, sym_MOD, sym_NAND, sym_NOR, sym_OR, + sym_PARAMETER, sym_REM, sym_ROL, sym_ROR, @@ -163802,14 +162545,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, @@ -163820,168 +162561,246 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_PIPE, - [140258] = 18, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [138754] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3268), 1, - sym_exponentiate, - STATE(546), 1, - sym_logical_operator, - STATE(547), 1, - sym_relational_operator, - STATE(548), 1, - sym_shift_operator, - STATE(717), 1, - sym_adding_operator, - STATE(718), 1, - sym_multiplying_operator, - ACTIONS(2698), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2704), 2, - sym_MOD, - sym_REM, - ACTIONS(3400), 2, - sym_SEVERITY, - anon_sym_SEMI, - ACTIONS(2696), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(2116), 3, + STATE(2094), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2694), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - ACTIONS(2702), 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(2692), 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, - [140340] = 25, + ACTIONS(3318), 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, + [138810] = 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(3402), 1, + STATE(2095), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3320), 39, + sym_identifier, sym_ALIAS, - ACTIONS(3404), 1, + sym_ARCHITECTURE, + sym_ASSERT, sym_ATTRIBUTE, - ACTIONS(3406), 1, + sym_COMPONENT, + sym_CONFIGURATION, sym_CONSTANT, - ACTIONS(3408), 1, - sym_END, - ACTIONS(3410), 1, + sym_CONTEXT, + sym_DISCONNECT, + sym_ENTITY, sym_FILE, - ACTIONS(3412), 1, + sym_FOR, sym_FUNCTION, - ACTIONS(3414), 1, sym_GROUP, - ACTIONS(3416), 1, + sym_IMPURE, + sym_LIBRARY, sym_PACKAGE, - ACTIONS(3418), 1, + sym_POSTPONED, + sym_PROCEDURE, + sym_PROCESS, + sym_PURE, + sym_SIGNAL, sym_SHARED, - ACTIONS(3420), 1, sym_SUBTYPE, - ACTIONS(3422), 1, sym_TYPE, - ACTIONS(3424), 1, sym_USE, - ACTIONS(3426), 1, sym_VARIABLE, - STATE(2392), 1, - aux_sym_protected_type_body_repeat1, - STATE(3692), 1, - sym__protected_type_body_declarative_item, - STATE(5901), 1, - sym__subprogram_specification, - STATE(6815), 1, - sym_protected_type_body_end, - ACTIONS(43), 2, + 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, + [138866] = 5, + 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(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, - STATE(6069), 2, - sym_procedure_specification, - sym_function_specification, - STATE(2117), 3, + 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, + [138922] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(2097), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3687), 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, - [140436] = 6, + 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, + [138978] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2118), 3, + STATE(553), 1, + sym_shift_operator, + STATE(554), 1, + sym_relational_operator, + STATE(555), 1, + sym_logical_operator, + STATE(572), 1, + sym_adding_operator, + STATE(582), 1, + sym_multiplying_operator, + STATE(2098), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2494), 6, + ACTIONS(2688), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2492), 33, + ACTIONS(2686), 28, sym_AND, - sym_GENERIC, sym_MOD, sym_NAND, sym_NOR, sym_OR, - sym_PARAMETER, sym_REM, sym_ROL, sym_ROR, @@ -163989,11 +162808,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, @@ -164006,46 +162824,55 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [140494] = 6, + [139046] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2119), 3, + ACTIONS(3326), 1, + sym_exponentiate, + STATE(553), 1, + sym_shift_operator, + STATE(554), 1, + sym_relational_operator, + STATE(555), 1, + sym_logical_operator, + STATE(572), 1, + sym_adding_operator, + STATE(582), 1, + sym_multiplying_operator, + ACTIONS(2698), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2704), 2, + sym_MOD, + sym_REM, + STATE(2099), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2510), 6, + ACTIONS(2688), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2508), 33, + ACTIONS(2686), 25, 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_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, @@ -164057,186 +162884,334 @@ 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, - [140552] = 6, + [139120] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2120), 3, + STATE(2100), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2514), 6, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2512), 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(3328), 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, - [140610] = 6, + anon_sym_LT_LT, + [139176] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2121), 3, + STATE(2101), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2612), 6, - 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_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(3330), 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, - [140668] = 6, + anon_sym_LT_LT, + [139232] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(2102), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3332), 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, + [139288] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(2103), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3334), 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, + [139344] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(2104), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3336), 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, + [139400] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2122), 3, + STATE(2105), 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(2516), 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(3338), 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, - [140726] = 6, + anon_sym_LT_LT, + [139456] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2123), 3, + STATE(2106), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2522), 6, + ACTIONS(2480), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2520), 33, + ACTIONS(2478), 33, sym_AND, sym_GENERIC, + sym_INERTIAL, sym_MOD, sym_NAND, sym_NOR, @@ -164249,7 +163224,6 @@ static const uint16_t ts_small_parse_table[] = { sym_SLL, sym_SRA, sym_SRL, - sym_THEN, sym_XNOR, sym_XOR, anon_sym_DOT, @@ -164268,28 +163242,27 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [140784] = 6, + [139514] = 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(2107), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2616), 6, + ACTIONS(2476), 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(2474), 33, sym_AND, sym_GENERIC, - sym_IS, sym_MOD, sym_NAND, sym_NOR, @@ -164298,6 +163271,7 @@ static const uint16_t ts_small_parse_table[] = { sym_REM, sym_ROL, sym_ROR, + sym_SELECT, sym_SLA, sym_SLL, sym_SRA, @@ -164320,25 +163294,25 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [140842] = 6, + [139572] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2125), 3, + STATE(2108), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2526), 6, + ACTIONS(2484), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2524), 33, + ACTIONS(2482), 33, sym_AND, sym_GENERIC, sym_MOD, @@ -164349,11 +163323,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, @@ -164372,25 +163346,25 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [140900] = 6, + [139630] = 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(2109), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2530), 6, + ACTIONS(2552), 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(2550), 33, sym_AND, sym_GENERIC, sym_MOD, @@ -164401,11 +163375,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, @@ -164424,80 +163398,79 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [140958] = 6, + [139688] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2127), 3, + STATE(2110), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2554), 6, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2552), 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(3340), 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, - [141016] = 6, + anon_sym_LT_LT, + [139744] = 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(2111), 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), 33, + ACTIONS(2512), 33, sym_AND, sym_GENERIC, - sym_IS, + sym_LOOP, sym_MOD, sym_NAND, sym_NOR, @@ -164528,28 +163501,28 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [141074] = 6, + [139802] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2129), 3, + STATE(2112), 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), 33, + ACTIONS(2562), 33, sym_AND, sym_GENERIC, - sym_IS, + sym_LOOP, sym_MOD, sym_NAND, sym_NOR, @@ -164580,28 +163553,27 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [141132] = 6, + [139860] = 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(2113), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2646), 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(2644), 33, + ACTIONS(2622), 33, sym_AND, sym_GENERIC, - sym_IS, sym_MOD, sym_NAND, sym_NOR, @@ -164614,6 +163586,7 @@ static const uint16_t ts_small_parse_table[] = { sym_SLL, sym_SRA, sym_SRL, + sym_THEN, sym_XNOR, sym_XOR, anon_sym_DOT, @@ -164632,252 +163605,266 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [141190] = 6, + [139918] = 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(2114), 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, - 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(3342), 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, - [141248] = 6, + anon_sym_LT_LT, + [139974] = 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(2115), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2562), 6, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2560), 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(3344), 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, - [141306] = 6, + anon_sym_LT_LT, + [140030] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2133), 3, + STATE(2116), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2566), 6, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2564), 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(3346), 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, - [141364] = 6, + anon_sym_LT_LT, + [140086] = 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(2117), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2570), 6, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2568), 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(3348), 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, - [141422] = 6, + anon_sym_LT_LT, + [140142] = 18, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2135), 3, + ACTIONS(3352), 1, + sym_exponentiate, + STATE(565), 1, + sym_shift_operator, + STATE(567), 1, + sym_relational_operator, + STATE(568), 1, + sym_logical_operator, + STATE(641), 1, + sym_adding_operator, + STATE(645), 1, + sym_multiplying_operator, + ACTIONS(2698), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2704), 2, + sym_MOD, + sym_REM, + ACTIONS(3350), 2, + sym_FOR, + anon_sym_SEMI, + ACTIONS(2696), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(2118), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2650), 6, + ACTIONS(2694), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2648), 33, + ACTIONS(2702), 6, sym_AND, - sym_GENERIC, - sym_IS, - sym_MOD, sym_NAND, sym_NOR, sym_OR, - sym_PARAMETER, - sym_REM, + sym_XNOR, + sym_XOR, + ACTIONS(2706), 6, sym_ROL, sym_ROR, sym_SLA, sym_SLL, sym_SRA, sym_SRL, - sym_XNOR, - sym_XOR, - anon_sym_DOT, - anon_sym_LPAREN, + ACTIONS(2692), 8, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -164886,298 +163873,308 @@ 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, - [141480] = 6, + [140224] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2136), 3, + STATE(2119), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2654), 6, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2652), 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, + 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, - [141538] = 6, + anon_sym_LT_LT, + [140280] = 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(2120), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2388), 6, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2386), 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(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_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, - [141596] = 6, + anon_sym_LT_LT, + [140336] = 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(2121), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3044), 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(3042), 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, - [141654] = 6, + 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, + [140392] = 25, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2139), 3, + ACTIONS(51), 1, + sym_PROCEDURE, + ACTIONS(3360), 1, + sym_ALIAS, + ACTIONS(3362), 1, + sym_ATTRIBUTE, + ACTIONS(3364), 1, + sym_CONSTANT, + ACTIONS(3366), 1, + sym_END, + ACTIONS(3368), 1, + sym_FILE, + ACTIONS(3370), 1, + sym_FUNCTION, + ACTIONS(3372), 1, + sym_GROUP, + ACTIONS(3374), 1, + sym_PACKAGE, + ACTIONS(3376), 1, + sym_SHARED, + ACTIONS(3378), 1, + sym_SUBTYPE, + ACTIONS(3380), 1, + sym_TYPE, + ACTIONS(3382), 1, + sym_USE, + ACTIONS(3384), 1, + sym_VARIABLE, + STATE(2183), 1, + aux_sym_protected_type_body_repeat1, + STATE(3835), 1, + sym__protected_type_body_declarative_item, + STATE(5808), 1, + sym__subprogram_specification, + STATE(7608), 1, + sym_protected_type_body_end, + ACTIONS(43), 2, + sym_IMPURE, + sym_PURE, + STATE(6037), 2, + sym_procedure_specification, + sym_function_specification, + STATE(2122), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2396), 6, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2394), 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, - [141712] = 6, + STATE(3833), 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, + [140488] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2140), 3, + STATE(2123), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - 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(3056), 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, - [141770] = 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, + [140544] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2141), 3, + STATE(2124), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3070), 7, - anon_sym_EQ, + ACTIONS(2668), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3068), 32, + ACTIONS(2666), 33, sym_AND, - sym_DOWNTO, + sym_GENERIC, + sym_LOOP, sym_MOD, sym_NAND, sym_NOR, sym_OR, + sym_PARAMETER, sym_REM, sym_ROL, sym_ROR, @@ -165185,14 +164182,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, @@ -165203,28 +164198,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_PIPE, - [141828] = 6, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [140602] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2142), 3, + STATE(2125), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2494), 6, + ACTIONS(2376), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2492), 33, + ACTIONS(2374), 33, sym_AND, sym_GENERIC, + sym_INERTIAL, sym_MOD, sym_NAND, sym_NOR, @@ -165233,7 +164230,6 @@ static const uint16_t ts_small_parse_table[] = { sym_REM, sym_ROL, sym_ROR, - sym_SELECT, sym_SLA, sym_SLL, sym_SRA, @@ -165256,27 +164252,28 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [141886] = 6, + [140660] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2143), 3, + STATE(2126), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2586), 6, + ACTIONS(2662), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2584), 33, + ACTIONS(2660), 33, sym_AND, sym_GENERIC, + sym_LOOP, sym_MOD, sym_NAND, sym_NOR, @@ -165289,7 +164286,6 @@ static const uint16_t ts_small_parse_table[] = { sym_SLL, sym_SRA, sym_SRL, - sym_THEN, sym_XNOR, sym_XOR, anon_sym_DOT, @@ -165308,28 +164304,28 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [141944] = 6, + [140718] = 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(2127), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2454), 6, + ACTIONS(2658), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2452), 33, + ACTIONS(2656), 33, sym_AND, sym_GENERIC, - sym_LOOP, + sym_IS, sym_MOD, sym_NAND, sym_NOR, @@ -165360,28 +164356,28 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [142002] = 6, + [140776] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2145), 3, + STATE(2128), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2458), 6, + ACTIONS(2654), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2456), 33, + ACTIONS(2652), 33, sym_AND, sym_GENERIC, - sym_LOOP, + sym_IS, sym_MOD, sym_NAND, sym_NOR, @@ -165412,25 +164408,25 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [142060] = 6, + [140834] = 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(2129), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2510), 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(2508), 33, + ACTIONS(2566), 33, sym_AND, sym_GENERIC, sym_MOD, @@ -165441,11 +164437,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, @@ -165464,25 +164460,25 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [142118] = 6, + [140892] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2147), 3, + STATE(2130), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2514), 6, + ACTIONS(2560), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2512), 33, + ACTIONS(2558), 33, sym_AND, sym_GENERIC, sym_MOD, @@ -165493,11 +164489,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, @@ -165516,25 +164512,25 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [142176] = 6, + [140950] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2148), 3, + STATE(2131), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2612), 6, + ACTIONS(2556), 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(2554), 33, sym_AND, sym_GENERIC, sym_MOD, @@ -165545,11 +164541,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, @@ -165568,25 +164564,25 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [142234] = 6, + [141008] = 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(2132), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2518), 6, + ACTIONS(2552), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2516), 33, + ACTIONS(2550), 33, sym_AND, sym_GENERIC, sym_MOD, @@ -165597,11 +164593,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, @@ -165620,27 +164616,28 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [142292] = 6, + [141066] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2150), 3, + STATE(2133), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2522), 6, + ACTIONS(2484), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2520), 33, + ACTIONS(2482), 33, sym_AND, sym_GENERIC, + sym_IS, sym_MOD, sym_NAND, sym_NOR, @@ -165649,7 +164646,6 @@ static const uint16_t ts_small_parse_table[] = { sym_REM, sym_ROL, sym_ROR, - sym_SELECT, sym_SLA, sym_SLL, sym_SRA, @@ -165672,27 +164668,28 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [142350] = 6, + [141124] = 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(2134), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2616), 6, + ACTIONS(2476), 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(2474), 33, sym_AND, sym_GENERIC, + sym_IS, sym_MOD, sym_NAND, sym_NOR, @@ -165701,7 +164698,6 @@ static const uint16_t ts_small_parse_table[] = { sym_REM, sym_ROL, sym_ROR, - sym_SELECT, sym_SLA, sym_SLL, sym_SRA, @@ -165724,27 +164720,28 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [142408] = 6, + [141182] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2152), 3, + STATE(2135), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2526), 6, + ACTIONS(2438), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2524), 33, + ACTIONS(2436), 33, sym_AND, sym_GENERIC, + sym_IS, sym_MOD, sym_NAND, sym_NOR, @@ -165753,7 +164750,6 @@ static const uint16_t ts_small_parse_table[] = { sym_REM, sym_ROL, sym_ROR, - sym_SELECT, sym_SLA, sym_SLL, sym_SRA, @@ -165776,28 +164772,27 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [142466] = 6, + [141240] = 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(2136), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2494), 6, + ACTIONS(2548), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2492), 33, + ACTIONS(2546), 33, sym_AND, sym_GENERIC, - sym_LOOP, sym_MOD, sym_NAND, sym_NOR, @@ -165810,6 +164805,7 @@ static const uint16_t ts_small_parse_table[] = { sym_SLL, sym_SRA, sym_SRL, + sym_THEN, sym_XNOR, sym_XOR, anon_sym_DOT, @@ -165828,28 +164824,27 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [142524] = 6, + [141298] = 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(2137), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2510), 6, + ACTIONS(2526), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2508), 33, + ACTIONS(2524), 33, sym_AND, sym_GENERIC, - sym_LOOP, sym_MOD, sym_NAND, sym_NOR, @@ -165862,6 +164857,7 @@ static const uint16_t ts_small_parse_table[] = { sym_SLL, sym_SRA, sym_SRL, + sym_THEN, sym_XNOR, sym_XOR, anon_sym_DOT, @@ -165880,28 +164876,28 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [142582] = 6, + [141356] = 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(2138), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2514), 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(2512), 33, + ACTIONS(2520), 33, sym_AND, sym_GENERIC, - sym_LOOP, + sym_INERTIAL, sym_MOD, sym_NAND, sym_NOR, @@ -165932,28 +164928,79 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [142640] = 6, + [141414] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2156), 3, + STATE(2139), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2612), 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, + [141470] = 6, + 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(2518), 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(2516), 33, sym_AND, sym_GENERIC, - sym_LOOP, + sym_INERTIAL, sym_MOD, sym_NAND, sym_NOR, @@ -165984,28 +165031,28 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [142698] = 6, + [141528] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2157), 3, + STATE(2141), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2518), 6, + ACTIONS(2510), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2516), 33, + ACTIONS(2508), 33, sym_AND, sym_GENERIC, - sym_LOOP, + sym_INERTIAL, sym_MOD, sym_NAND, sym_NOR, @@ -166036,28 +165083,28 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [142756] = 6, + [141586] = 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(2142), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2522), 6, + ACTIONS(2506), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2520), 33, + ACTIONS(2504), 33, sym_AND, sym_GENERIC, - sym_LOOP, + sym_INERTIAL, sym_MOD, sym_NAND, sym_NOR, @@ -166088,27 +165135,28 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [142814] = 6, + [141644] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2159), 3, + STATE(2143), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2616), 6, + ACTIONS(2388), 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(2386), 33, sym_AND, sym_GENERIC, + sym_INERTIAL, sym_MOD, sym_NAND, sym_NOR, @@ -166121,7 +165169,6 @@ static const uint16_t ts_small_parse_table[] = { sym_SLL, sym_SRA, sym_SRL, - sym_THEN, sym_XNOR, sym_XOR, anon_sym_DOT, @@ -166140,28 +165187,180 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [142872] = 6, + [141702] = 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(2144), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2526), 6, + 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, + [141758] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(2145), 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, + [141814] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(2146), 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, + [141870] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(2147), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2388), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2524), 33, + ACTIONS(2386), 33, sym_AND, sym_GENERIC, - sym_LOOP, sym_MOD, sym_NAND, sym_NOR, @@ -166174,6 +165373,7 @@ static const uint16_t ts_small_parse_table[] = { sym_SLL, sym_SRA, sym_SRL, + sym_THEN, sym_XNOR, sym_XOR, anon_sym_DOT, @@ -166192,47 +165392,46 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [142930] = 6, + [141928] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2161), 3, + STATE(2148), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3040), 7, - anon_sym_EQ, + ACTIONS(2556), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3038), 32, + ACTIONS(2554), 33, 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_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, @@ -166243,173 +165442,124 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_PIPE, - [142988] = 6, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [141986] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2162), 3, + STATE(2149), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2392), 7, - anon_sym_EQ, + ACTIONS(2560), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2390), 32, + ACTIONS(2558), 33, 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_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, - 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, - [143046] = 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(3428), 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, - [143102] = 5, + 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, + [142044] = 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(2150), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3430), 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(2568), 6, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2566), 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_LT, - [143158] = 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, + [142102] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2165), 3, + STATE(2151), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3432), 39, + ACTIONS(3396), 39, sym_identifier, sym_ALIAS, sym_ARCHITECTURE, @@ -166449,99 +165599,27 @@ static const uint16_t ts_small_parse_table[] = { sym__end_of_file, anon_sym_LPAREN, anon_sym_LT_LT, - [143214] = 25, - 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(3402), 1, - sym_ALIAS, - ACTIONS(3404), 1, - sym_ATTRIBUTE, - ACTIONS(3406), 1, - sym_CONSTANT, - ACTIONS(3408), 1, - sym_END, - ACTIONS(3410), 1, - sym_FILE, - ACTIONS(3412), 1, - sym_FUNCTION, - ACTIONS(3414), 1, - sym_GROUP, - ACTIONS(3416), 1, - sym_PACKAGE, - ACTIONS(3418), 1, - sym_SHARED, - ACTIONS(3420), 1, - sym_SUBTYPE, - ACTIONS(3422), 1, - sym_TYPE, - ACTIONS(3424), 1, - sym_USE, - ACTIONS(3426), 1, - sym_VARIABLE, - STATE(2117), 1, - aux_sym_protected_type_body_repeat1, - STATE(3692), 1, - sym__protected_type_body_declarative_item, - STATE(5901), 1, - sym__subprogram_specification, - STATE(8089), 1, - sym_protected_type_body_end, - ACTIONS(43), 2, - sym_IMPURE, - sym_PURE, - STATE(6069), 2, - sym_procedure_specification, - sym_function_specification, - STATE(2166), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(3687), 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, - [143310] = 6, + [142158] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2167), 3, + STATE(2152), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2590), 6, + ACTIONS(2654), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2588), 33, + ACTIONS(2652), 33, sym_AND, sym_GENERIC, - sym_IS, sym_MOD, sym_NAND, sym_NOR, @@ -166550,6 +165628,7 @@ static const uint16_t ts_small_parse_table[] = { sym_REM, sym_ROL, sym_ROR, + sym_SELECT, sym_SLA, sym_SLL, sym_SRA, @@ -166572,28 +165651,27 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [143368] = 6, + [142216] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2168), 3, + STATE(2153), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2530), 6, + ACTIONS(2506), 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(2504), 33, sym_AND, sym_GENERIC, - sym_LOOP, sym_MOD, sym_NAND, sym_NOR, @@ -166606,6 +165684,7 @@ static const uint16_t ts_small_parse_table[] = { sym_SLL, sym_SRA, sym_SRL, + sym_THEN, sym_XNOR, sym_XOR, anon_sym_DOT, @@ -166624,28 +165703,27 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [143426] = 6, + [142274] = 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(2154), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2554), 6, + ACTIONS(2510), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2552), 33, + ACTIONS(2508), 33, sym_AND, sym_GENERIC, - sym_LOOP, sym_MOD, sym_NAND, sym_NOR, @@ -166658,6 +165736,7 @@ static const uint16_t ts_small_parse_table[] = { sym_SLL, sym_SRA, sym_SRL, + sym_THEN, sym_XNOR, sym_XOR, anon_sym_DOT, @@ -166676,25 +165755,25 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [143484] = 6, + [142332] = 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(2155), 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), 33, + ACTIONS(2402), 33, sym_AND, sym_GENERIC, sym_MOD, @@ -166728,25 +165807,25 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [143542] = 6, + [142390] = 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(2156), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2642), 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(2640), 33, + ACTIONS(2516), 33, sym_AND, sym_GENERIC, sym_MOD, @@ -166780,25 +165859,25 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [143600] = 6, + [142448] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2172), 3, + STATE(2157), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2646), 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(2644), 33, + ACTIONS(2520), 33, sym_AND, sym_GENERIC, sym_MOD, @@ -166832,28 +165911,27 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [143658] = 6, + [142506] = 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(2158), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2558), 6, + ACTIONS(2376), 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(2374), 33, sym_AND, sym_GENERIC, - sym_LOOP, sym_MOD, sym_NAND, sym_NOR, @@ -166866,6 +165944,7 @@ static const uint16_t ts_small_parse_table[] = { sym_SLL, sym_SRA, sym_SRL, + sym_THEN, sym_XNOR, sym_XOR, anon_sym_DOT, @@ -166884,25 +165963,76 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [143716] = 6, + [142564] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2174), 3, + STATE(2159), 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, + [142620] = 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(2562), 6, + ACTIONS(2480), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2560), 33, + ACTIONS(2478), 33, sym_AND, sym_GENERIC, sym_LOOP, @@ -166936,28 +166066,78 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [143774] = 6, + [142678] = 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(2161), 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, + [142734] = 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(2566), 6, + ACTIONS(2480), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2564), 33, + ACTIONS(2478), 33, sym_AND, sym_GENERIC, - sym_LOOP, sym_MOD, sym_NAND, sym_NOR, @@ -166970,6 +166150,7 @@ static const uint16_t ts_small_parse_table[] = { sym_SLL, sym_SRA, sym_SRL, + sym_THEN, sym_XNOR, sym_XOR, anon_sym_DOT, @@ -166988,33 +166169,397 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [143832] = 6, + [142792] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2176), 3, + STATE(2163), 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, + anon_sym_LPAREN, + anon_sym_LT_LT, + [142848] = 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(3404), 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, + [142904] = 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(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, + [142960] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(2166), 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, + [143016] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(2167), 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, + anon_sym_LPAREN, + anon_sym_LT_LT, + [143072] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(2168), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3412), 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, + [143128] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(2169), 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, + anon_sym_LPAREN, + anon_sym_LT_LT, + [143184] = 9, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(3418), 1, + sym_library_constant_unit, + STATE(2733), 1, + sym__unit, + STATE(2170), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2570), 6, + ACTIONS(3416), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + ACTIONS(2380), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2568), 33, + ACTIONS(2378), 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, @@ -167024,8 +166569,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, @@ -167038,35 +166581,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [143890] = 6, + [143248] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2177), 3, + STATE(553), 1, + sym_shift_operator, + STATE(554), 1, + sym_relational_operator, + STATE(555), 1, + sym_logical_operator, + STATE(572), 1, + sym_adding_operator, + STATE(582), 1, + sym_multiplying_operator, + STATE(2171), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2676), 6, + ACTIONS(2684), 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(2682), 28, sym_AND, - sym_GENERIC, - sym_IS, sym_MOD, sym_NAND, sym_NOR, sym_OR, - sym_PARAMETER, sym_REM, sym_ROL, sym_ROR, @@ -167074,10 +166622,10 @@ static const uint16_t ts_small_parse_table[] = { 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, @@ -167090,27 +166638,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [143948] = 6, + [143316] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2178), 3, + STATE(2172), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2650), 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(2648), 33, + ACTIONS(2512), 33, sym_AND, sym_GENERIC, sym_MOD, @@ -167144,28 +166690,27 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [144006] = 6, + [143374] = 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(2173), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2442), 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(2440), 33, + ACTIONS(2562), 33, sym_AND, sym_GENERIC, - sym_IS, sym_MOD, sym_NAND, sym_NOR, @@ -167178,6 +166723,7 @@ static const uint16_t ts_small_parse_table[] = { sym_SLL, sym_SRA, sym_SRL, + sym_THEN, sym_XNOR, sym_XOR, anon_sym_DOT, @@ -167196,27 +166742,28 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [144064] = 6, + [143432] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2180), 3, + STATE(2174), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2654), 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(2652), 33, + ACTIONS(2622), 33, sym_AND, sym_GENERIC, + sym_IS, sym_MOD, sym_NAND, sym_NOR, @@ -167229,7 +166776,6 @@ static const uint16_t ts_small_parse_table[] = { sym_SLL, sym_SRA, sym_SRL, - sym_THEN, sym_XNOR, sym_XOR, anon_sym_DOT, @@ -167248,18 +166794,18 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [144122] = 5, + [143490] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2181), 3, + STATE(2175), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3434), 39, + ACTIONS(3420), 39, sym_identifier, sym_ALIAS, sym_ARCHITECTURE, @@ -167299,28 +166845,130 @@ static const uint16_t ts_small_parse_table[] = { sym__end_of_file, anon_sym_LPAREN, anon_sym_LT_LT, - [144178] = 6, + [143546] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2182), 3, + STATE(2176), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3422), 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, + [143602] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(2177), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3424), 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, + [143658] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(2178), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2586), 6, + ACTIONS(2480), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2584), 33, + ACTIONS(2478), 33, sym_AND, sym_GENERIC, - sym_LOOP, + sym_IS, sym_MOD, sym_NAND, sym_NOR, @@ -167351,18 +166999,18 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [144236] = 5, + [143716] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2183), 3, + STATE(2179), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3436), 39, + ACTIONS(3426), 39, sym_identifier, sym_ALIAS, sym_ARCHITECTURE, @@ -167402,62 +167050,55 @@ static const uint16_t ts_small_parse_table[] = { sym__end_of_file, anon_sym_LPAREN, anon_sym_LT_LT, - [144292] = 18, + [143772] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3072), 1, + ACTIONS(3326), 1, sym_exponentiate, - STATE(461), 1, + STATE(553), 1, + sym_shift_operator, + STATE(554), 1, + sym_relational_operator, + STATE(555), 1, + sym_logical_operator, + STATE(572), 1, sym_adding_operator, - STATE(462), 1, + STATE(582), 1, sym_multiplying_operator, - STATE(588), 1, - sym_logical_operator, - STATE(589), 1, - sym_relational_operator, - STATE(590), 1, - sym_shift_operator, ACTIONS(2698), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(2704), 2, sym_MOD, sym_REM, - ACTIONS(2830), 2, - sym_UNITS, - anon_sym_SEMI, - ACTIONS(2696), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(2184), 3, + STATE(2180), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2694), 4, + ACTIONS(2684), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2702), 6, + ACTIONS(2682), 25, 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(2692), 8, + sym_UNITS, + sym_XNOR, + sym_XOR, + anon_sym_SEMI, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -167466,80 +167107,203 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [144374] = 6, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + [143846] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2185), 3, + STATE(2181), 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_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, + ACTIONS(3428), 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, - [144432] = 6, + anon_sym_LT_LT, + [143902] = 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(2182), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3430), 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, + [143958] = 25, + 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(3360), 1, + sym_ALIAS, + ACTIONS(3362), 1, + sym_ATTRIBUTE, + ACTIONS(3364), 1, + sym_CONSTANT, + ACTIONS(3366), 1, + sym_END, + ACTIONS(3368), 1, + sym_FILE, + ACTIONS(3370), 1, + sym_FUNCTION, + ACTIONS(3372), 1, + sym_GROUP, + ACTIONS(3374), 1, + sym_PACKAGE, + ACTIONS(3376), 1, + sym_SHARED, + ACTIONS(3378), 1, + sym_SUBTYPE, + ACTIONS(3380), 1, + sym_TYPE, + ACTIONS(3382), 1, + sym_USE, + ACTIONS(3384), 1, + sym_VARIABLE, + STATE(2347), 1, + aux_sym_protected_type_body_repeat1, + STATE(3835), 1, + sym__protected_type_body_declarative_item, + STATE(5808), 1, + sym__subprogram_specification, + STATE(8078), 1, + sym_protected_type_body_end, + ACTIONS(43), 2, + sym_IMPURE, + sym_PURE, + STATE(6037), 2, + sym_procedure_specification, + sym_function_specification, + STATE(2183), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(3833), 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, + [144054] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(2184), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2616), 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(2614), 33, + ACTIONS(2648), 33, sym_AND, sym_GENERIC, - sym_LOOP, sym_MOD, sym_NAND, sym_NOR, @@ -167548,6 +167312,7 @@ static const uint16_t ts_small_parse_table[] = { sym_REM, sym_ROL, sym_ROR, + sym_SELECT, sym_SLA, sym_SLL, sym_SRA, @@ -167570,25 +167335,25 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [144490] = 6, + [144112] = 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(2185), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2554), 6, + ACTIONS(2668), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2552), 33, + ACTIONS(2666), 33, sym_AND, sym_GENERIC, sym_MOD, @@ -167599,11 +167364,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, @@ -167622,25 +167387,25 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [144548] = 6, + [144170] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2188), 3, + STATE(2186), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2638), 6, + ACTIONS(2662), 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(2660), 33, sym_AND, sym_GENERIC, sym_MOD, @@ -167651,11 +167416,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, @@ -167674,27 +167439,28 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [144606] = 6, + [144228] = 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(2187), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2590), 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(2588), 33, + ACTIONS(2566), 33, sym_AND, sym_GENERIC, + sym_IS, sym_MOD, sym_NAND, sym_NOR, @@ -167707,7 +167473,6 @@ static const uint16_t ts_small_parse_table[] = { sym_SLL, sym_SRA, sym_SRL, - sym_THEN, sym_XNOR, sym_XOR, anon_sym_DOT, @@ -167726,28 +167491,27 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [144664] = 6, + [144286] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2190), 3, + STATE(2188), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2638), 6, + ACTIONS(2658), 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(2656), 33, sym_AND, sym_GENERIC, - sym_LOOP, sym_MOD, sym_NAND, sym_NOR, @@ -167756,6 +167520,7 @@ static const uint16_t ts_small_parse_table[] = { sym_REM, sym_ROL, sym_ROR, + sym_SELECT, sym_SLA, sym_SLL, sym_SRA, @@ -167778,28 +167543,28 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [144722] = 6, + [144344] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2191), 3, + STATE(2189), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2642), 6, + ACTIONS(2560), 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(2558), 33, sym_AND, sym_GENERIC, - sym_LOOP, + sym_IS, sym_MOD, sym_NAND, sym_NOR, @@ -167830,28 +167595,28 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [144780] = 6, + [144402] = 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(2190), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2646), 6, + ACTIONS(2556), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2644), 33, + ACTIONS(2554), 33, sym_AND, sym_GENERIC, - sym_LOOP, + sym_IS, sym_MOD, sym_NAND, sym_NOR, @@ -167882,27 +167647,28 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [144838] = 6, + [144460] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2193), 3, + STATE(2191), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2676), 6, + ACTIONS(2552), 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(2550), 33, sym_AND, sym_GENERIC, + sym_IS, sym_MOD, sym_NAND, sym_NOR, @@ -167915,7 +167681,6 @@ static const uint16_t ts_small_parse_table[] = { sym_SLL, sym_SRA, sym_SRL, - sym_THEN, sym_XNOR, sym_XOR, anon_sym_DOT, @@ -167934,28 +167699,28 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [144896] = 6, + [144518] = 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(2192), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2650), 6, + ACTIONS(2548), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2648), 33, + ACTIONS(2546), 33, sym_AND, sym_GENERIC, - sym_LOOP, + sym_IS, sym_MOD, sym_NAND, sym_NOR, @@ -167986,27 +167751,28 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [144954] = 6, + [144576] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2195), 3, + STATE(2193), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2442), 6, + ACTIONS(2526), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2440), 33, + ACTIONS(2524), 33, sym_AND, sym_GENERIC, + sym_IS, sym_MOD, sym_NAND, sym_NOR, @@ -168019,7 +167785,6 @@ static const uint16_t ts_small_parse_table[] = { sym_SLL, sym_SRA, sym_SRL, - sym_THEN, sym_XNOR, sym_XOR, anon_sym_DOT, @@ -168038,33 +167803,42 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [145012] = 6, + [144634] = 12, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2196), 3, + ACTIONS(3326), 1, + sym_exponentiate, + STATE(553), 1, + sym_shift_operator, + STATE(554), 1, + sym_relational_operator, + STATE(555), 1, + sym_logical_operator, + STATE(572), 1, + sym_adding_operator, + STATE(582), 1, + sym_multiplying_operator, + STATE(2194), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2654), 6, + ACTIONS(2684), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2652), 33, + ACTIONS(2682), 27, sym_AND, - sym_GENERIC, - sym_LOOP, sym_MOD, sym_NAND, sym_NOR, sym_OR, - sym_PARAMETER, sym_REM, sym_ROL, sym_ROR, @@ -168072,10 +167846,10 @@ static const uint16_t ts_small_parse_table[] = { 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, @@ -168087,30 +167861,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, - [145070] = 6, + [144704] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2197), 3, + STATE(2195), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2642), 6, + ACTIONS(2526), 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(2524), 33, sym_AND, sym_GENERIC, + sym_INERTIAL, sym_MOD, sym_NAND, sym_NOR, @@ -168119,7 +167891,6 @@ static const uint16_t ts_small_parse_table[] = { sym_REM, sym_ROL, sym_ROR, - sym_SELECT, sym_SLA, sym_SLL, sym_SRA, @@ -168142,27 +167913,28 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [145128] = 6, + [144762] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2198), 3, + STATE(2196), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2646), 6, + ACTIONS(2548), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2644), 33, + ACTIONS(2546), 33, sym_AND, sym_GENERIC, + sym_INERTIAL, sym_MOD, sym_NAND, sym_NOR, @@ -168171,7 +167943,6 @@ static const uint16_t ts_small_parse_table[] = { sym_REM, sym_ROL, sym_ROR, - sym_SELECT, sym_SLA, sym_SLL, sym_SRA, @@ -168194,27 +167965,28 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [145186] = 6, + [144820] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2199), 3, + STATE(2197), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2558), 6, + ACTIONS(2552), 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(2550), 33, sym_AND, sym_GENERIC, + sym_INERTIAL, sym_MOD, sym_NAND, sym_NOR, @@ -168223,7 +167995,6 @@ static const uint16_t ts_small_parse_table[] = { sym_REM, sym_ROL, sym_ROR, - sym_SELECT, sym_SLA, sym_SLL, sym_SRA, @@ -168246,27 +168017,28 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [145244] = 6, + [144878] = 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(2198), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2562), 6, + ACTIONS(2556), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2560), 33, + ACTIONS(2554), 33, sym_AND, sym_GENERIC, + sym_INERTIAL, sym_MOD, sym_NAND, sym_NOR, @@ -168275,7 +168047,6 @@ static const uint16_t ts_small_parse_table[] = { sym_REM, sym_ROL, sym_ROR, - sym_SELECT, sym_SLA, sym_SLL, sym_SRA, @@ -168298,27 +168069,28 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [145302] = 6, + [144936] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2201), 3, + STATE(2199), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2566), 6, + ACTIONS(2560), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2564), 33, + ACTIONS(2558), 33, sym_AND, sym_GENERIC, + sym_INERTIAL, sym_MOD, sym_NAND, sym_NOR, @@ -168327,7 +168099,6 @@ static const uint16_t ts_small_parse_table[] = { sym_REM, sym_ROL, sym_ROR, - sym_SELECT, sym_SLA, sym_SLL, sym_SRA, @@ -168350,44 +168121,63 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [145360] = 6, + [144994] = 19, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2202), 3, + ACTIONS(2910), 1, + sym_exponentiate, + ACTIONS(3432), 1, + sym_WHEN, + STATE(454), 1, + sym_shift_operator, + STATE(456), 1, + sym_relational_operator, + STATE(462), 1, + sym_logical_operator, + STATE(704), 1, + sym_multiplying_operator, + STATE(708), 1, + sym_adding_operator, + STATE(6289), 1, + sym_when_element, + ACTIONS(2698), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2704), 2, + sym_MOD, + sym_REM, + ACTIONS(2696), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(2200), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2570), 6, + ACTIONS(2694), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2568), 33, + ACTIONS(2702), 6, sym_AND, - sym_GENERIC, - sym_MOD, sym_NAND, sym_NOR, sym_OR, - sym_PARAMETER, - sym_REM, + sym_XNOR, + sym_XOR, + ACTIONS(2706), 6, sym_ROL, sym_ROR, - sym_SELECT, sym_SLA, sym_SLL, sym_SRA, sym_SRL, - sym_XNOR, - sym_XOR, - anon_sym_DOT, - anon_sym_LPAREN, + ACTIONS(2692), 8, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -168396,50 +168186,63 @@ 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, - [145418] = 6, + [145078] = 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(3238), 1, + sym_exponentiate, + ACTIONS(3240), 1, + sym_GENERATE, + STATE(593), 1, + sym_multiplying_operator, + STATE(600), 1, + sym_adding_operator, + STATE(644), 1, + sym_shift_operator, + STATE(646), 1, + sym_relational_operator, + STATE(647), 1, + sym_logical_operator, + STATE(5105), 1, + sym_generate_body, + ACTIONS(2698), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2704), 2, + sym_MOD, + sym_REM, + ACTIONS(2696), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(2201), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2650), 6, + ACTIONS(2694), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2648), 33, + ACTIONS(2702), 6, sym_AND, - sym_GENERIC, - sym_MOD, sym_NAND, sym_NOR, sym_OR, - sym_PARAMETER, - sym_REM, + sym_XNOR, + sym_XOR, + ACTIONS(2706), 6, sym_ROL, sym_ROR, - sym_SELECT, sym_SLA, sym_SLL, sym_SRA, sym_SRL, - sym_XNOR, - sym_XOR, - anon_sym_DOT, - anon_sym_LPAREN, + ACTIONS(2692), 8, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -168448,86 +168251,79 @@ 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, - [145476] = 6, + [145162] = 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(2202), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2590), 6, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2588), 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(3434), 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, - [145534] = 6, + anon_sym_LT_LT, + [145218] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2205), 3, + STATE(2203), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2676), 6, + ACTIONS(2388), 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(2386), 33, sym_AND, sym_GENERIC, - sym_LOOP, + sym_IS, sym_MOD, sym_NAND, sym_NOR, @@ -168558,28 +168354,28 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [145592] = 6, + [145276] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2206), 3, + STATE(2204), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2442), 6, + ACTIONS(2506), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2440), 33, + ACTIONS(2504), 33, sym_AND, sym_GENERIC, - sym_LOOP, + sym_IS, sym_MOD, sym_NAND, sym_NOR, @@ -168610,32 +168406,33 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [145650] = 6, + [145334] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2207), 3, + STATE(2205), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2716), 6, + ACTIONS(2510), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2714), 33, - sym_identifier, + ACTIONS(2508), 33, sym_AND, + sym_GENERIC, + sym_IS, sym_MOD, sym_NAND, sym_NOR, - sym_OF, sym_OR, + sym_PARAMETER, sym_REM, sym_ROL, sym_ROR, @@ -168645,11 +168442,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, @@ -168662,27 +168456,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [145708] = 6, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [145392] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2208), 3, + STATE(2206), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2654), 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(2652), 33, + ACTIONS(2402), 33, sym_AND, sym_GENERIC, + sym_IS, sym_MOD, sym_NAND, sym_NOR, @@ -168691,7 +168488,6 @@ static const uint16_t ts_small_parse_table[] = { sym_REM, sym_ROL, sym_ROR, - sym_SELECT, sym_SLA, sym_SLL, sym_SRA, @@ -168714,32 +168510,33 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [145766] = 6, + [145450] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2209), 3, + STATE(2207), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2688), 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(2686), 33, - sym_identifier, + ACTIONS(2516), 33, sym_AND, + sym_GENERIC, + sym_IS, sym_MOD, sym_NAND, sym_NOR, - sym_OF, sym_OR, + sym_PARAMETER, sym_REM, sym_ROL, sym_ROR, @@ -168749,11 +168546,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, @@ -168766,41 +168560,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [145824] = 11, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [145508] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(491), 1, - sym_adding_operator, - STATE(492), 1, - sym_multiplying_operator, - STATE(584), 1, - sym_logical_operator, - STATE(585), 1, - sym_relational_operator, - STATE(586), 1, - sym_shift_operator, - STATE(2210), 3, + STATE(2208), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2720), 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(2718), 28, + ACTIONS(2520), 33, sym_AND, + sym_GENERIC, + sym_IS, sym_MOD, sym_NAND, sym_NOR, - sym_OF, sym_OR, + sym_PARAMETER, sym_REM, sym_ROL, sym_ROR, @@ -168810,7 +168598,8 @@ 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, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -168823,46 +168612,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [145892] = 14, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [145566] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3384), 1, - sym_exponentiate, - STATE(491), 1, - sym_adding_operator, - STATE(492), 1, - sym_multiplying_operator, - STATE(584), 1, - sym_logical_operator, - STATE(585), 1, - sym_relational_operator, - STATE(586), 1, - sym_shift_operator, - ACTIONS(2698), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2704), 2, - sym_MOD, - sym_REM, - STATE(2211), 3, + STATE(2209), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2720), 4, + ACTIONS(2376), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2718), 25, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2374), 33, sym_AND, + sym_GENERIC, + sym_IS, + sym_MOD, sym_NAND, sym_NOR, - sym_OF, sym_OR, + sym_PARAMETER, + sym_REM, sym_ROL, sym_ROR, sym_SLA, @@ -168871,7 +168650,8 @@ 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, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -168883,18 +168663,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - [145966] = 5, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [145624] = 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(2210), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3438), 39, + ACTIONS(3436), 39, sym_identifier, sym_ALIAS, sym_ARCHITECTURE, @@ -168934,18 +168717,18 @@ static const uint16_t ts_small_parse_table[] = { sym__end_of_file, anon_sym_LPAREN, anon_sym_LT_LT, - [146022] = 5, + [145680] = 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(2211), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3440), 39, + ACTIONS(3438), 39, sym_identifier, sym_ALIAS, sym_ARCHITECTURE, @@ -168985,75 +168768,18 @@ static const uint16_t ts_small_parse_table[] = { sym__end_of_file, anon_sym_LPAREN, anon_sym_LT_LT, - [146078] = 11, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(491), 1, - sym_adding_operator, - STATE(492), 1, - sym_multiplying_operator, - STATE(584), 1, - sym_logical_operator, - STATE(585), 1, - sym_relational_operator, - STATE(586), 1, - sym_shift_operator, - STATE(2214), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2712), 6, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2710), 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, - [146146] = 5, + [145736] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2215), 3, + STATE(2212), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3442), 39, + ACTIONS(3440), 39, sym_identifier, sym_ALIAS, sym_ARCHITECTURE, @@ -169093,107 +168819,44 @@ static const uint16_t ts_small_parse_table[] = { sym__end_of_file, anon_sym_LPAREN, anon_sym_LT_LT, - [146202] = 6, + [145792] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2216), 3, + STATE(2213), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3166), 7, - anon_sym_EQ, + ACTIONS(2602), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3164), 32, + ACTIONS(2600), 33, 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_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, - [146260] = 14, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(3384), 1, - sym_exponentiate, - STATE(491), 1, - sym_adding_operator, - STATE(492), 1, - sym_multiplying_operator, - STATE(584), 1, - sym_logical_operator, - STATE(585), 1, - sym_relational_operator, - STATE(586), 1, - sym_shift_operator, - ACTIONS(2698), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2704), 2, - sym_MOD, - sym_REM, - STATE(2217), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2712), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - ACTIONS(2710), 25, - sym_AND, - sym_NAND, - sym_NOR, - sym_OF, - sym_OR, - 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, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -169205,102 +168868,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - [146334] = 12, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(3384), 1, sym_exponentiate, - STATE(491), 1, - sym_adding_operator, - STATE(492), 1, - sym_multiplying_operator, - STATE(584), 1, - sym_logical_operator, - STATE(585), 1, - sym_relational_operator, - STATE(586), 1, - sym_shift_operator, - STATE(2218), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2712), 6, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2710), 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, - [146404] = 6, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [145850] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2219), 3, + ACTIONS(3444), 1, + sym_library_constant_unit, + STATE(2699), 1, + sym__unit, + STATE(2214), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2586), 6, + ACTIONS(3442), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + ACTIONS(2380), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2584), 33, + ACTIONS(2378), 27, sym_AND, - sym_GENERIC, + sym_INERTIAL, 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, @@ -169313,67 +168926,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [146462] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(2220), 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, - [146518] = 5, + [145914] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2221), 3, + STATE(2215), 3, sym__tool_directive, sym_line_comment, sym_block_comment, @@ -169417,25 +168977,25 @@ static const uint16_t ts_small_parse_table[] = { sym__end_of_file, anon_sym_LPAREN, anon_sym_LT_LT, - [146574] = 6, + [145970] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2222), 3, + STATE(2216), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2388), 6, + ACTIONS(2628), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2386), 33, + ACTIONS(2626), 33, sym_AND, sym_GENERIC, sym_INERTIAL, @@ -169469,25 +169029,25 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [146632] = 6, + [146028] = 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(2217), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2396), 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(2394), 33, + ACTIONS(2566), 33, sym_AND, sym_GENERIC, sym_INERTIAL, @@ -169521,201 +169081,62 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [146690] = 6, + [146086] = 18, 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(2716), 6, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2714), 33, - 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_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, - 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, + ACTIONS(3352), 1, sym_exponentiate, - [146748] = 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(3448), 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, + STATE(565), 1, + sym_shift_operator, + STATE(567), 1, + sym_relational_operator, + STATE(568), 1, + sym_logical_operator, + STATE(641), 1, + sym_adding_operator, + STATE(645), 1, + sym_multiplying_operator, + ACTIONS(2690), 2, 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, - [146804] = 6, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(2226), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2458), 6, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, + anon_sym_SEMI, + ACTIONS(2698), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2456), 33, - sym_AND, - sym_GENERIC, - sym_INERTIAL, + ACTIONS(2704), 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(2696), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [146862] = 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(2218), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2688), 6, + ACTIONS(2694), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2686), 33, - sym_identifier, + ACTIONS(2702), 6, sym_AND, - sym_MOD, sym_NAND, sym_NOR, sym_OR, - sym_REM, + sym_XNOR, + sym_XOR, + ACTIONS(2706), 6, sym_ROL, sym_ROR, sym_SLA, 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, + ACTIONS(2692), 8, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -169724,22 +169145,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, - [146920] = 5, + [146168] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2228), 3, + STATE(2219), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3450), 39, + ACTIONS(3448), 39, sym_identifier, sym_ALIAS, sym_ARCHITECTURE, @@ -169779,18 +169196,18 @@ static const uint16_t ts_small_parse_table[] = { sym__end_of_file, anon_sym_LPAREN, anon_sym_LT_LT, - [146976] = 5, + [146224] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2229), 3, + STATE(2220), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3452), 39, + ACTIONS(3450), 39, sym_identifier, sym_ALIAS, sym_ARCHITECTURE, @@ -169830,18 +169247,18 @@ static const uint16_t ts_small_parse_table[] = { sym__end_of_file, anon_sym_LPAREN, anon_sym_LT_LT, - [147032] = 5, + [146280] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2230), 3, + STATE(2221), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3454), 39, + ACTIONS(3452), 39, sym_identifier, sym_ALIAS, sym_ARCHITECTURE, @@ -169881,51 +169298,44 @@ static const uint16_t ts_small_parse_table[] = { sym__end_of_file, anon_sym_LPAREN, anon_sym_LT_LT, - [147088] = 11, + [146336] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(497), 1, - sym_adding_operator, - STATE(498), 1, - sym_multiplying_operator, - STATE(588), 1, - sym_logical_operator, - STATE(589), 1, - sym_relational_operator, - STATE(590), 1, - sym_shift_operator, - STATE(2231), 3, + STATE(2222), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2720), 6, + ACTIONS(2480), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2718), 28, + ACTIONS(2478), 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_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, @@ -169938,104 +169348,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [147156] = 14, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [146394] = 17, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3392), 1, + ACTIONS(3352), 1, sym_exponentiate, - STATE(497), 1, + STATE(565), 1, + sym_shift_operator, + STATE(567), 1, + sym_relational_operator, + STATE(568), 1, + sym_logical_operator, + STATE(641), 1, sym_adding_operator, - STATE(498), 1, + STATE(645), 1, sym_multiplying_operator, - STATE(588), 1, - sym_logical_operator, - STATE(589), 1, - sym_relational_operator, - STATE(590), 1, - sym_shift_operator, ACTIONS(2698), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(2704), 2, sym_MOD, sym_REM, - STATE(2232), 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), 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, + ACTIONS(2696), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - [147230] = 6, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(2233), 3, + STATE(2223), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2494), 6, + ACTIONS(2694), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2492), 33, - sym_AND, - sym_GENERIC, - sym_INERTIAL, - sym_MOD, - sym_NAND, - sym_NOR, - sym_OR, - sym_PARAMETER, - sym_REM, + ACTIONS(2706), 6, sym_ROL, sym_ROR, sym_SLA, sym_SLL, sym_SRA, sym_SRL, - sym_XNOR, - sym_XOR, - anon_sym_DOT, - anon_sym_LPAREN, + ACTIONS(2692), 8, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -170044,91 +169404,41 @@ 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, - [147288] = 6, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(2234), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2510), 6, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2508), 33, + ACTIONS(2710), 8, 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_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, - [147346] = 6, + anon_sym_SEMI, + [146474] = 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(2224), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2514), 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(2512), 33, + ACTIONS(3064), 32, sym_AND, - sym_GENERIC, - sym_INERTIAL, + sym_DOWNTO, sym_MOD, sym_NAND, sym_NOR, sym_OR, - sym_PARAMETER, sym_REM, sym_ROL, sym_ROR, @@ -170136,12 +169446,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, @@ -170152,35 +169464,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [147404] = 6, + anon_sym_PIPE, + [146532] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2236), 3, + STATE(441), 1, + sym__direction, + ACTIONS(3204), 2, + sym_DOWNTO, + sym_TO, + STATE(2225), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2518), 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(2516), 33, + ACTIONS(3064), 29, sym_AND, - sym_GENERIC, - sym_INERTIAL, sym_MOD, sym_NAND, sym_NOR, sym_OR, - sym_PARAMETER, sym_REM, sym_ROL, sym_ROR, @@ -170190,10 +169504,10 @@ 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_EQ_GT, anon_sym_LT_EQ, - anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -170204,154 +169518,58 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [147462] = 6, + anon_sym_PIPE, + [146594] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2237), 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, + ACTIONS(3352), 1, + sym_exponentiate, + STATE(565), 1, + sym_shift_operator, + STATE(567), 1, + sym_relational_operator, + STATE(568), 1, + sym_logical_operator, + STATE(641), 1, + sym_adding_operator, + STATE(645), 1, + sym_multiplying_operator, + ACTIONS(2698), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2520), 33, - sym_AND, - sym_GENERIC, - sym_INERTIAL, + ACTIONS(2704), 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(2696), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [147520] = 6, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(2238), 3, + STATE(2226), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2526), 6, + ACTIONS(2714), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2524), 33, - sym_AND, - sym_GENERIC, - sym_INERTIAL, - sym_MOD, - sym_NAND, - sym_NOR, - sym_OR, - sym_PARAMETER, - sym_REM, + ACTIONS(2706), 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, - [147578] = 11, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(497), 1, - sym_adding_operator, - STATE(498), 1, - sym_multiplying_operator, - STATE(588), 1, - sym_logical_operator, - STATE(589), 1, - sym_relational_operator, - STATE(590), 1, - sym_shift_operator, - STATE(2239), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2712), 6, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2710), 28, + ACTIONS(2712), 16, sym_AND, - sym_MOD, + sym_FOR, 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, @@ -170363,46 +169581,47 @@ 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, - [147646] = 14, + [146672] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3392), 1, + ACTIONS(3352), 1, sym_exponentiate, - STATE(497), 1, + STATE(565), 1, + sym_shift_operator, + STATE(567), 1, + sym_relational_operator, + STATE(568), 1, + sym_logical_operator, + STATE(641), 1, sym_adding_operator, - STATE(498), 1, + STATE(645), 1, sym_multiplying_operator, - STATE(588), 1, - sym_logical_operator, - STATE(589), 1, - sym_relational_operator, - STATE(590), 1, - sym_shift_operator, ACTIONS(2698), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(2704), 2, sym_MOD, sym_REM, - STATE(2240), 3, + ACTIONS(2696), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(2227), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2712), 4, + ACTIONS(2718), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2710), 25, + ACTIONS(2716), 22, sym_AND, + sym_FOR, sym_NAND, sym_NOR, sym_OR, @@ -170412,7 +169631,6 @@ static const uint16_t ts_small_parse_table[] = { sym_SLL, sym_SRA, sym_SRL, - sym_UNITS, sym_XNOR, sym_XOR, anon_sym_SEMI, @@ -170424,79 +169642,120 @@ 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, - [147720] = 12, + [146748] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3392), 1, - sym_exponentiate, - STATE(497), 1, - sym_adding_operator, - STATE(498), 1, - sym_multiplying_operator, - STATE(588), 1, - sym_logical_operator, - STATE(589), 1, - sym_relational_operator, - STATE(590), 1, - sym_shift_operator, - STATE(2241), 3, + STATE(2228), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2712), 6, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2710), 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, - [147790] = 5, + 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, + [146804] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(2229), 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, + [146860] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2242), 3, + STATE(2230), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3456), 39, + ACTIONS(3458), 39, sym_identifier, sym_ALIAS, sym_ARCHITECTURE, @@ -170536,28 +169795,27 @@ static const uint16_t ts_small_parse_table[] = { sym__end_of_file, anon_sym_LPAREN, anon_sym_LT_LT, - [147846] = 6, + [146916] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2243), 3, + STATE(2231), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2530), 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(2528), 33, + ACTIONS(2622), 33, sym_AND, sym_GENERIC, - sym_INERTIAL, sym_MOD, sym_NAND, sym_NOR, @@ -170566,6 +169824,7 @@ static const uint16_t ts_small_parse_table[] = { sym_REM, sym_ROL, sym_ROR, + sym_SELECT, sym_SLA, sym_SLL, sym_SRA, @@ -170588,44 +169847,49 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [147904] = 6, + [146974] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2244), 3, + ACTIONS(3462), 1, + sym_library_constant_unit, + STATE(2750), 1, + sym__unit, + STATE(2232), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2554), 6, + ACTIONS(3460), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + ACTIONS(2380), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2552), 33, + ACTIONS(2378), 27, sym_AND, - sym_GENERIC, - sym_INERTIAL, 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, @@ -170638,46 +169902,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [147962] = 6, + [147038] = 19, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2245), 3, + ACTIONS(2910), 1, + sym_exponentiate, + ACTIONS(3432), 1, + sym_WHEN, + STATE(454), 1, + sym_shift_operator, + STATE(456), 1, + sym_relational_operator, + STATE(462), 1, + sym_logical_operator, + STATE(704), 1, + sym_multiplying_operator, + STATE(708), 1, + sym_adding_operator, + STATE(6361), 1, + sym_when_element, + ACTIONS(2698), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2704), 2, + sym_MOD, + sym_REM, + ACTIONS(2696), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(2233), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2558), 6, + ACTIONS(2694), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2556), 33, + ACTIONS(2702), 6, sym_AND, - sym_GENERIC, - sym_INERTIAL, - sym_MOD, sym_NAND, sym_NOR, sym_OR, - sym_PARAMETER, - sym_REM, + sym_XNOR, + sym_XOR, + ACTIONS(2706), 6, sym_ROL, sym_ROR, sym_SLA, sym_SLL, sym_SRA, sym_SRL, - sym_XNOR, - sym_XOR, - anon_sym_DOT, - anon_sym_LPAREN, + ACTIONS(2692), 8, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -170686,39 +169967,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, - [148020] = 6, + [147122] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2246), 3, + STATE(2234), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2562), 6, + ACTIONS(2722), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2560), 33, + ACTIONS(2720), 33, + sym_identifier, sym_AND, - sym_GENERIC, - sym_INERTIAL, + sym_FOR, sym_MOD, sym_NAND, sym_NOR, sym_OR, - sym_PARAMETER, sym_REM, sym_ROL, sym_ROR, @@ -170728,8 +170002,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, @@ -170742,35 +170019,185 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [148078] = 6, + [147180] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2247), 3, + STATE(2235), 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, + [147236] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(2236), 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, + [147292] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(2237), 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, + [147348] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(2238), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2566), 6, + ACTIONS(2728), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2564), 33, + ACTIONS(2726), 33, + sym_identifier, sym_AND, - sym_GENERIC, - sym_INERTIAL, + sym_FOR, sym_MOD, sym_NAND, sym_NOR, sym_OR, - sym_PARAMETER, sym_REM, sym_ROL, sym_ROR, @@ -170780,8 +170207,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, @@ -170794,46 +170224,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [148136] = 6, + [147406] = 18, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2248), 3, + ACTIONS(3266), 1, + sym_exponentiate, + STATE(450), 1, + sym_adding_operator, + STATE(559), 1, + sym_shift_operator, + STATE(560), 1, + sym_relational_operator, + STATE(561), 1, + sym_logical_operator, + STATE(618), 1, + sym_multiplying_operator, + ACTIONS(2690), 2, + sym_OF, + anon_sym_COMMA, + ACTIONS(2698), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2704), 2, + sym_MOD, + sym_REM, + ACTIONS(2696), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(2239), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2570), 6, + ACTIONS(2694), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2568), 33, + ACTIONS(2702), 6, sym_AND, - sym_GENERIC, - sym_INERTIAL, - sym_MOD, sym_NAND, sym_NOR, sym_OR, - sym_PARAMETER, - sym_REM, + sym_XNOR, + sym_XOR, + ACTIONS(2706), 6, sym_ROL, sym_ROR, sym_SLA, sym_SLL, sym_SRA, sym_SRL, - sym_XNOR, - sym_XOR, - anon_sym_DOT, - anon_sym_LPAREN, + ACTIONS(2692), 8, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -170842,75 +170288,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, - [148194] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(2249), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - 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, - [148250] = 5, + [147488] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2250), 3, + STATE(2240), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3460), 39, + ACTIONS(3470), 39, sym_identifier, sym_ALIAS, sym_ARCHITECTURE, @@ -170950,18 +170339,18 @@ static const uint16_t ts_small_parse_table[] = { sym__end_of_file, anon_sym_LPAREN, anon_sym_LT_LT, - [148306] = 5, + [147544] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2251), 3, + STATE(2241), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3462), 39, + ACTIONS(3472), 39, sym_identifier, sym_ALIAS, sym_ARCHITECTURE, @@ -171001,18 +170390,18 @@ static const uint16_t ts_small_parse_table[] = { sym__end_of_file, anon_sym_LPAREN, anon_sym_LT_LT, - [148362] = 5, + [147600] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2252), 3, + STATE(2242), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3464), 39, + ACTIONS(3474), 39, sym_identifier, sym_ALIAS, sym_ARCHITECTURE, @@ -171052,33 +170441,41 @@ static const uint16_t ts_small_parse_table[] = { sym__end_of_file, anon_sym_LPAREN, anon_sym_LT_LT, - [148418] = 6, + [147656] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2253), 3, + STATE(565), 1, + sym_shift_operator, + STATE(567), 1, + sym_relational_operator, + STATE(568), 1, + sym_logical_operator, + STATE(641), 1, + sym_adding_operator, + STATE(645), 1, + sym_multiplying_operator, + STATE(2243), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2586), 6, + ACTIONS(2688), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2584), 33, + ACTIONS(2686), 28, sym_AND, - sym_GENERIC, - sym_INERTIAL, + sym_FOR, sym_MOD, sym_NAND, sym_NOR, sym_OR, - sym_PARAMETER, sym_REM, sym_ROL, sym_ROR, @@ -171088,8 +170485,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, @@ -171102,29 +170498,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [148476] = 6, + [147724] = 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(2244), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2590), 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(2588), 33, + ACTIONS(2622), 33, sym_AND, sym_GENERIC, + sym_INERTIAL, sym_MOD, sym_NAND, sym_NOR, @@ -171133,7 +170528,6 @@ static const uint16_t ts_small_parse_table[] = { sym_REM, sym_ROL, sym_ROR, - sym_SELECT, sym_SLA, sym_SLL, sym_SRA, @@ -171156,34 +170550,46 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [148534] = 6, + [147782] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2255), 3, + ACTIONS(3352), 1, + sym_exponentiate, + STATE(565), 1, + sym_shift_operator, + STATE(567), 1, + sym_relational_operator, + STATE(568), 1, + sym_logical_operator, + STATE(641), 1, + sym_adding_operator, + STATE(645), 1, + sym_multiplying_operator, + ACTIONS(2698), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2704), 2, + sym_MOD, + sym_REM, + STATE(2245), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2612), 6, + ACTIONS(2688), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2610), 33, + ACTIONS(2686), 25, 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, @@ -171192,8 +170598,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, @@ -171205,36 +170610,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, - [148592] = 6, + [147856] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2256), 3, + STATE(565), 1, + sym_shift_operator, + STATE(567), 1, + sym_relational_operator, + STATE(568), 1, + sym_logical_operator, + STATE(641), 1, + sym_adding_operator, + STATE(645), 1, + sym_multiplying_operator, + STATE(2246), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2616), 6, + ACTIONS(2684), 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(2682), 28, sym_AND, - sym_GENERIC, - sym_INERTIAL, + sym_FOR, sym_MOD, sym_NAND, sym_NOR, sym_OR, - sym_PARAMETER, sym_REM, sym_ROL, sym_ROR, @@ -171244,8 +170654,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, @@ -171258,71 +170667,81 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [148650] = 5, + [147924] = 17, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2257), 3, + ACTIONS(3266), 1, + sym_exponentiate, + STATE(450), 1, + sym_adding_operator, + STATE(559), 1, + sym_shift_operator, + STATE(560), 1, + sym_relational_operator, + STATE(561), 1, + sym_logical_operator, + STATE(618), 1, + sym_multiplying_operator, + ACTIONS(2698), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2704), 2, + sym_MOD, + sym_REM, + ACTIONS(2696), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(2247), 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, - [148706] = 5, + ACTIONS(2694), 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(2692), 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, + sym_AND, + sym_NAND, + sym_NOR, + sym_OF, + sym_OR, + sym_XNOR, + sym_XOR, + anon_sym_COMMA, + [148004] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2258), 3, + STATE(2248), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3468), 39, + ACTIONS(3476), 39, sym_identifier, sym_ALIAS, sym_ARCHITECTURE, @@ -171362,218 +170781,411 @@ static const uint16_t ts_small_parse_table[] = { sym__end_of_file, anon_sym_LPAREN, anon_sym_LT_LT, - [148762] = 5, + [148060] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2259), 3, + ACTIONS(3266), 1, + sym_exponentiate, + STATE(450), 1, + sym_adding_operator, + STATE(559), 1, + sym_shift_operator, + STATE(560), 1, + sym_relational_operator, + STATE(561), 1, + sym_logical_operator, + STATE(618), 1, + sym_multiplying_operator, + ACTIONS(2698), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2704), 2, + sym_MOD, + sym_REM, + ACTIONS(2696), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(2249), 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, + 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_OF, + sym_OR, + 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, + [148138] = 15, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(3266), 1, + sym_exponentiate, + STATE(450), 1, + sym_adding_operator, + STATE(559), 1, + sym_shift_operator, + STATE(560), 1, + sym_relational_operator, + STATE(561), 1, + sym_logical_operator, + STATE(618), 1, + sym_multiplying_operator, + ACTIONS(2698), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2704), 2, + sym_MOD, + sym_REM, + ACTIONS(2696), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(2250), 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), 22, + 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, + [148214] = 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(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_LT, - [148818] = 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, + [148272] = 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(2252), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3472), 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(2442), 6, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2440), 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, - [148874] = 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, + [148330] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2261), 3, + ACTIONS(3352), 1, + sym_exponentiate, + STATE(565), 1, + sym_shift_operator, + STATE(567), 1, + sym_relational_operator, + STATE(568), 1, + sym_logical_operator, + STATE(641), 1, + sym_adding_operator, + STATE(645), 1, + sym_multiplying_operator, + ACTIONS(2698), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2704), 2, + sym_MOD, + sym_REM, + STATE(2253), 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, + ACTIONS(2684), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + ACTIONS(2682), 25, + sym_AND, 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, + 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, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + [148404] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(2254), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2438), 6, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2436), 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, - [148930] = 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, + [148462] = 12, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2262), 3, + ACTIONS(3352), 1, + sym_exponentiate, + STATE(565), 1, + sym_shift_operator, + STATE(567), 1, + sym_relational_operator, + STATE(568), 1, + sym_logical_operator, + STATE(641), 1, + sym_adding_operator, + STATE(645), 1, + sym_multiplying_operator, + STATE(2255), 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, + ACTIONS(2684), 6, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2682), 27, + sym_AND, 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, - [148986] = 5, + 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, + [148532] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2263), 3, + STATE(2256), 3, sym__tool_directive, sym_line_comment, sym_block_comment, @@ -171617,79 +171229,80 @@ static const uint16_t ts_small_parse_table[] = { sym__end_of_file, anon_sym_LPAREN, anon_sym_LT_LT, - [149042] = 5, + [148588] = 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(2257), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3480), 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(2628), 6, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2626), 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_LT, - [149098] = 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, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [148646] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2265), 3, + STATE(2258), 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), 33, + ACTIONS(2512), 33, sym_AND, sym_GENERIC, - sym_INERTIAL, + sym_IS, sym_MOD, sym_NAND, sym_NOR, @@ -171720,28 +171333,28 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [149156] = 6, + [148704] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2266), 3, + STATE(2259), 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), 33, + ACTIONS(2562), 33, sym_AND, sym_GENERIC, - sym_INERTIAL, + sym_IS, sym_MOD, sym_NAND, sym_NOR, @@ -171772,25 +171385,25 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [149214] = 6, + [148762] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2267), 3, + STATE(2260), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2646), 6, + ACTIONS(2476), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2644), 33, + ACTIONS(2474), 33, sym_AND, sym_GENERIC, sym_INERTIAL, @@ -171824,25 +171437,76 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [149272] = 6, + [148820] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2268), 3, + STATE(2261), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2650), 6, + ACTIONS(3480), 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, + [148876] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(2262), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2484), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2648), 33, + ACTIONS(2482), 33, sym_AND, sym_GENERIC, sym_INERTIAL, @@ -171876,14 +171540,14 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [149330] = 6, + [148934] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2269), 3, + STATE(2263), 3, sym__tool_directive, sym_line_comment, sym_block_comment, @@ -171928,14 +171592,66 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [149388] = 5, + [148992] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2270), 3, + STATE(2264), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2658), 6, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2656), 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, + [149050] = 5, + 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, @@ -171979,25 +171695,25 @@ static const uint16_t ts_small_parse_table[] = { sym__end_of_file, anon_sym_LPAREN, anon_sym_LT_LT, - [149444] = 6, + [149106] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2271), 3, + STATE(2266), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2680), 6, + ACTIONS(2628), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2678), 33, + ACTIONS(2626), 33, sym_AND, sym_GENERIC, sym_IS, @@ -172031,14 +171747,78 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [149502] = 5, + [149164] = 18, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2272), 3, + ACTIONS(3326), 1, + sym_exponentiate, + STATE(553), 1, + sym_shift_operator, + STATE(554), 1, + sym_relational_operator, + STATE(555), 1, + sym_logical_operator, + STATE(572), 1, + sym_adding_operator, + STATE(582), 1, + sym_multiplying_operator, + ACTIONS(2690), 2, + sym_UNITS, + anon_sym_SEMI, + ACTIONS(2698), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2704), 2, + sym_MOD, + sym_REM, + ACTIONS(2696), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(2267), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2694), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + ACTIONS(2702), 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(2692), 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, + [149246] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(2268), 3, sym__tool_directive, sym_line_comment, sym_block_comment, @@ -172082,66 +171862,14 @@ static const uint16_t ts_small_parse_table[] = { sym__end_of_file, anon_sym_LPAREN, anon_sym_LT_LT, - [149558] = 6, - 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(2392), 6, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2390), 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, - [149616] = 5, + [149302] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2274), 3, + STATE(2269), 3, sym__tool_directive, sym_line_comment, sym_block_comment, @@ -172185,28 +171913,28 @@ static const uint16_t ts_small_parse_table[] = { sym__end_of_file, anon_sym_LPAREN, anon_sym_LT_LT, - [149672] = 19, + [149358] = 19, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2914), 1, + ACTIONS(2910), 1, sym_exponentiate, - ACTIONS(3272), 1, + ACTIONS(3432), 1, sym_WHEN, - STATE(689), 1, - sym_logical_operator, - STATE(690), 1, - sym_relational_operator, - STATE(691), 1, + STATE(454), 1, sym_shift_operator, - STATE(701), 1, - sym_adding_operator, - STATE(702), 1, + STATE(456), 1, + sym_relational_operator, + STATE(462), 1, + sym_logical_operator, + STATE(704), 1, sym_multiplying_operator, - STATE(6207), 1, + STATE(708), 1, + sym_adding_operator, + STATE(8172), 1, sym_when_element, ACTIONS(2698), 2, anon_sym_STAR, @@ -172218,7 +171946,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - STATE(2275), 3, + STATE(2270), 3, sym__tool_directive, sym_line_comment, sym_block_comment, @@ -172250,96 +171978,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [149756] = 6, + [149442] = 17, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2276), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2590), 6, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, + ACTIONS(3326), 1, + sym_exponentiate, + STATE(553), 1, + sym_shift_operator, + STATE(554), 1, + sym_relational_operator, + STATE(555), 1, + sym_logical_operator, + STATE(572), 1, + sym_adding_operator, + STATE(582), 1, + sym_multiplying_operator, + ACTIONS(2698), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2588), 33, - sym_AND, - sym_GENERIC, - sym_INERTIAL, + ACTIONS(2704), 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(2696), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [149814] = 6, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(2277), 3, + STATE(2271), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2676), 6, + ACTIONS(2694), 4, 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_INERTIAL, - sym_MOD, - sym_NAND, - sym_NOR, - sym_OR, - sym_PARAMETER, - sym_REM, + ACTIONS(2706), 6, sym_ROL, sym_ROR, sym_SLA, sym_SLL, sym_SRA, sym_SRL, - sym_XNOR, - sym_XOR, - anon_sym_DOT, - anon_sym_LPAREN, + ACTIONS(2692), 8, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -172348,102 +172032,69 @@ 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, - [149872] = 6, + ACTIONS(2710), 8, + sym_AND, + sym_NAND, + sym_NOR, + sym_OR, + sym_UNITS, + sym_XNOR, + sym_XOR, + anon_sym_SEMI, + [149522] = 16, 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(2442), 6, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, + ACTIONS(3326), 1, + sym_exponentiate, + STATE(553), 1, + sym_shift_operator, + STATE(554), 1, + sym_relational_operator, + STATE(555), 1, + sym_logical_operator, + STATE(572), 1, + sym_adding_operator, + STATE(582), 1, + sym_multiplying_operator, + ACTIONS(2698), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2440), 33, - sym_AND, - sym_GENERIC, - sym_INERTIAL, + ACTIONS(2704), 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(2696), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [149930] = 6, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(2279), 3, + STATE(2272), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2680), 6, + ACTIONS(2714), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2678), 33, - sym_AND, - sym_GENERIC, - sym_MOD, - sym_NAND, - sym_NOR, - sym_OR, - sym_PARAMETER, - sym_REM, + ACTIONS(2706), 6, sym_ROL, sym_ROR, sym_SLA, sym_SLL, sym_SRA, sym_SRL, - sym_THEN, + ACTIONS(2712), 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, @@ -172452,50 +172103,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, - sym_exponentiate, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [149988] = 6, + [149600] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2280), 3, + ACTIONS(3326), 1, + sym_exponentiate, + STATE(553), 1, + sym_shift_operator, + STATE(554), 1, + sym_relational_operator, + STATE(555), 1, + sym_logical_operator, + STATE(572), 1, + sym_adding_operator, + STATE(582), 1, + sym_multiplying_operator, + ACTIONS(2698), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2704), 2, + sym_MOD, + sym_REM, + ACTIONS(2696), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(2273), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2676), 6, + ACTIONS(2718), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2674), 33, + ACTIONS(2716), 22, 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, + anon_sym_SEMI, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -172504,83 +172164,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, - [150046] = 6, + [149676] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2281), 3, + STATE(2274), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2442), 6, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2440), 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, + ACTIONS(3488), 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, - [150104] = 6, + anon_sym_LT_LT, + [149732] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2282), 3, + STATE(2275), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2680), 6, + ACTIONS(2628), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2678), 33, + ACTIONS(2626), 33, sym_AND, sym_GENERIC, sym_LOOP, @@ -172614,133 +172267,116 @@ static const uint16_t ts_small_parse_table[] = { sym_exponentiate, anon_sym_SQUOTE, anon_sym_LBRACK, - [150162] = 9, + [149790] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3490), 1, - sym_library_constant_unit, - STATE(2708), 1, - sym__unit, - STATE(2283), 3, + STATE(2276), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3488), 4, + ACTIONS(3490), 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(2446), 6, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2444), 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, - [150226] = 18, + sym__end_of_file, + anon_sym_LPAREN, + anon_sym_LT_LT, + [149846] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2914), 1, - sym_exponentiate, - STATE(689), 1, - sym_logical_operator, - STATE(690), 1, - sym_relational_operator, - STATE(691), 1, - sym_shift_operator, - STATE(701), 1, - sym_adding_operator, - STATE(702), 1, - sym_multiplying_operator, - ACTIONS(2698), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2704), 2, - sym_MOD, - sym_REM, - ACTIONS(3492), 2, - sym_WHEN, - anon_sym_SEMI, - ACTIONS(2696), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(2284), 3, + STATE(2277), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2694), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - ACTIONS(2702), 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(2692), 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, - [150308] = 5, + ACTIONS(3492), 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, + [149902] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2285), 3, + STATE(2278), 3, sym__tool_directive, sym_line_comment, sym_block_comment, @@ -172784,14 +172420,14 @@ static const uint16_t ts_small_parse_table[] = { sym__end_of_file, anon_sym_LPAREN, anon_sym_LT_LT, - [150364] = 5, + [149958] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2286), 3, + STATE(2279), 3, sym__tool_directive, sym_line_comment, sym_block_comment, @@ -172835,14 +172471,14 @@ static const uint16_t ts_small_parse_table[] = { sym__end_of_file, anon_sym_LPAREN, anon_sym_LT_LT, - [150420] = 5, + [150014] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2287), 3, + STATE(2280), 3, sym__tool_directive, sym_line_comment, sym_block_comment, @@ -172886,84 +172522,33 @@ static const uint16_t ts_small_parse_table[] = { sym__end_of_file, anon_sym_LPAREN, anon_sym_LT_LT, - [150476] = 6, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(2288), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - 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(3064), 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, - [150534] = 6, + [150070] = 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(2281), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3044), 6, + ACTIONS(2662), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3042), 32, + ACTIONS(2660), 33, 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, @@ -172971,13 +172556,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_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -172989,32 +172572,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [150591] = 6, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [150128] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2290), 3, + STATE(2282), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3150), 6, + ACTIONS(2668), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3148), 32, + ACTIONS(2666), 33, 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, @@ -173022,13 +172608,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_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -173040,184 +172624,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [150648] = 18, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [150186] = 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_exponentiate, - ACTIONS(3276), 1, - anon_sym_SEMI, - STATE(416), 1, - sym_adding_operator, - STATE(417), 1, - sym_multiplying_operator, - STATE(551), 1, - sym_logical_operator, - STATE(552), 1, - sym_relational_operator, - STATE(553), 1, - sym_shift_operator, - ACTIONS(2698), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2704), 2, - sym_MOD, - sym_REM, - ACTIONS(2696), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(2291), 3, + STATE(2283), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2694), 4, + ACTIONS(2628), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2702), 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(2692), 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, - [150729] = 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(446), 1, - sym_adding_operator, - STATE(447), 1, - sym_multiplying_operator, - STATE(576), 1, - sym_logical_operator, - STATE(577), 1, - sym_relational_operator, - STATE(578), 1, - sym_shift_operator, - ACTIONS(2698), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2704), 2, - sym_MOD, - sym_REM, - ACTIONS(2696), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(2292), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2694), 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(2708), 7, + ACTIONS(2626), 33, sym_AND, - sym_INERTIAL, - sym_NAND, - sym_NOR, - sym_OR, - sym_XNOR, - sym_XOR, - ACTIONS(2692), 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, - [150808] = 16, - 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(446), 1, - sym_adding_operator, - STATE(447), 1, - sym_multiplying_operator, - STATE(576), 1, - sym_logical_operator, - STATE(577), 1, - sym_relational_operator, - STATE(578), 1, - sym_shift_operator, - ACTIONS(2698), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2704), 2, + sym_GENERIC, sym_MOD, - sym_REM, - ACTIONS(2696), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(2293), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2724), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - ACTIONS(2706), 6, + sym_NAND, + sym_NOR, + sym_OR, + sym_PARAMETER, + sym_REM, sym_ROL, sym_ROR, sym_SLA, sym_SLL, sym_SRA, sym_SRL, - ACTIONS(2722), 15, - sym_AND, - sym_INERTIAL, - sym_NAND, - sym_NOR, - sym_OR, + sym_THEN, sym_XNOR, sym_XOR, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -173226,50 +172672,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [150885] = 15, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [150244] = 6, 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(446), 1, - sym_adding_operator, - STATE(447), 1, - sym_multiplying_operator, - STATE(576), 1, - sym_logical_operator, - STATE(577), 1, - sym_relational_operator, - STATE(578), 1, - sym_shift_operator, - ACTIONS(2698), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2704), 2, - sym_MOD, - sym_REM, - ACTIONS(2696), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(2294), 3, + STATE(2284), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2728), 4, + ACTIONS(2650), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2726), 21, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2648), 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, @@ -173278,6 +172714,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, @@ -173286,61 +172724,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [150960] = 18, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [150302] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3240), 1, - sym_exponentiate, - ACTIONS(3502), 1, - sym_GENERATE, - STATE(540), 1, - sym_logical_operator, - STATE(541), 1, - sym_relational_operator, - STATE(542), 1, - sym_shift_operator, - STATE(712), 1, - sym_adding_operator, - STATE(713), 1, - sym_multiplying_operator, - ACTIONS(2698), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2704), 2, - sym_MOD, - sym_REM, - ACTIONS(2696), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(2295), 3, + STATE(2285), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2694), 4, + ACTIONS(2574), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2702), 6, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2572), 33, 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_SELECT, sym_SLA, sym_SLL, sym_SRA, sym_SRL, - ACTIONS(2692), 8, + sym_XNOR, + sym_XOR, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -173349,32 +172776,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [151041] = 6, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [150360] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2296), 3, + STATE(2286), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2716), 6, + ACTIONS(2480), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2714), 32, - sym_identifier, + ACTIONS(2478), 33, sym_AND, - sym_INERTIAL, + sym_GENERATE, + sym_GENERIC, sym_MOD, sym_NAND, sym_NOR, sym_OR, + sym_PARAMETER, sym_REM, sym_ROL, sym_ROR, @@ -173384,10 +172818,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_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -173400,101 +172832,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [151098] = 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(3402), 1, - sym_ALIAS, - ACTIONS(3404), 1, - sym_ATTRIBUTE, - ACTIONS(3406), 1, - sym_CONSTANT, - ACTIONS(3410), 1, - sym_FILE, - ACTIONS(3412), 1, - sym_FUNCTION, - ACTIONS(3414), 1, - sym_GROUP, - ACTIONS(3416), 1, - sym_PACKAGE, - ACTIONS(3418), 1, - sym_SHARED, - ACTIONS(3420), 1, - sym_SUBTYPE, - ACTIONS(3422), 1, - sym_TYPE, - ACTIONS(3424), 1, - sym_USE, - ACTIONS(3426), 1, - sym_VARIABLE, - ACTIONS(3504), 1, - sym_END, - STATE(2406), 1, - aux_sym_package_definition_body_repeat1, - STATE(3786), 1, - sym__package_body_declarative_item, - STATE(5901), 1, - sym__subprogram_specification, - ACTIONS(43), 2, - sym_IMPURE, - sym_PURE, - STATE(6069), 2, - sym_procedure_specification, - sym_function_specification, - STATE(2297), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(3785), 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, - [151191] = 6, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [150418] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2298), 3, + STATE(2287), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2688), 6, + ACTIONS(2574), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2686), 32, - sym_identifier, + ACTIONS(2572), 33, sym_AND, + sym_GENERIC, sym_INERTIAL, sym_MOD, sym_NAND, sym_NOR, sym_OR, + sym_PARAMETER, sym_REM, sym_ROL, sym_ROR, @@ -173504,10 +172870,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_DOT, + anon_sym_LPAREN, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -173520,41 +172884,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [151248] = 11, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [150476] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(446), 1, - sym_adding_operator, - STATE(447), 1, - sym_multiplying_operator, - STATE(576), 1, - sym_logical_operator, - STATE(577), 1, - sym_relational_operator, - STATE(578), 1, - sym_shift_operator, - STATE(2299), 3, + STATE(2288), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2720), 6, + ACTIONS(2602), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2718), 27, + ACTIONS(2600), 33, sym_AND, + sym_GENERIC, sym_INERTIAL, sym_MOD, sym_NAND, sym_NOR, sym_OR, + sym_PARAMETER, sym_REM, sym_ROL, sym_ROR, @@ -173564,6 +172922,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, @@ -173576,54 +172936,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [151315] = 14, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [150534] = 18, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3500), 1, + ACTIONS(2891), 1, sym_exponentiate, - STATE(446), 1, - sym_adding_operator, - STATE(447), 1, + ACTIONS(3500), 1, + anon_sym_SEMI, + STATE(422), 1, sym_multiplying_operator, - STATE(576), 1, - sym_logical_operator, - STATE(577), 1, - sym_relational_operator, - STATE(578), 1, + STATE(426), 1, + sym_adding_operator, + STATE(624), 1, sym_shift_operator, + STATE(626), 1, + sym_relational_operator, + STATE(627), 1, + sym_logical_operator, ACTIONS(2698), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(2704), 2, sym_MOD, sym_REM, - STATE(2300), 3, + ACTIONS(2696), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(2289), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2720), 4, + ACTIONS(2694), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2718), 24, + ACTIONS(2702), 6, sym_AND, - sym_INERTIAL, 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, - sym_XNOR, - sym_XOR, + ACTIONS(2692), 8, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -173632,28 +173001,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, - [151388] = 6, + [150615] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2301), 3, + STATE(2290), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3154), 6, + ACTIONS(3128), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3152), 32, + ACTIONS(3126), 32, sym_AND, sym_BUS, sym_DOWNTO, @@ -173686,54 +173052,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [151445] = 14, + [150672] = 17, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3500), 1, + ACTIONS(3502), 1, sym_exponentiate, - STATE(446), 1, - sym_adding_operator, - STATE(447), 1, + STATE(436), 1, sym_multiplying_operator, - STATE(576), 1, - sym_logical_operator, - STATE(577), 1, - sym_relational_operator, - STATE(578), 1, + STATE(437), 1, + sym_adding_operator, + STATE(594), 1, sym_shift_operator, + STATE(595), 1, + sym_relational_operator, + STATE(596), 1, + sym_logical_operator, ACTIONS(2698), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(2704), 2, sym_MOD, sym_REM, - STATE(2302), 3, + ACTIONS(2696), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(2291), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2712), 4, + ACTIONS(2694), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2710), 24, - sym_AND, - sym_INERTIAL, - sym_NAND, - sym_NOR, - sym_OR, + ACTIONS(2706), 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(2692), 8, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -173742,42 +173114,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, - [151518] = 12, + [150751] = 11, 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(446), 1, - sym_adding_operator, - STATE(447), 1, + STATE(436), 1, sym_multiplying_operator, - STATE(576), 1, - sym_logical_operator, - STATE(577), 1, - sym_relational_operator, - STATE(578), 1, + STATE(437), 1, + sym_adding_operator, + STATE(594), 1, sym_shift_operator, - STATE(2303), 3, + STATE(595), 1, + sym_relational_operator, + STATE(596), 1, + sym_logical_operator, + STATE(2292), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2712), 6, + ACTIONS(2684), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2710), 26, + ACTIONS(2682), 27, sym_AND, - sym_INERTIAL, + sym_LOOP, sym_MOD, sym_NAND, sym_NOR, @@ -173802,33 +173169,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - [151587] = 6, + sym_exponentiate, + [150818] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2304), 3, + ACTIONS(3502), 1, + sym_exponentiate, + STATE(436), 1, + sym_multiplying_operator, + STATE(437), 1, + sym_adding_operator, + STATE(594), 1, + sym_shift_operator, + STATE(595), 1, + sym_relational_operator, + STATE(596), 1, + sym_logical_operator, + ACTIONS(2698), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2704), 2, + sym_MOD, + sym_REM, + STATE(2293), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2716), 6, + ACTIONS(2688), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2714), 32, - sym_identifier, + ACTIONS(2686), 24, sym_AND, - sym_IS, - sym_MOD, + sym_LOOP, sym_NAND, sym_NOR, sym_OR, - sym_REM, sym_ROL, sym_ROR, sym_SLA, @@ -173837,10 +173218,6 @@ 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, @@ -173852,62 +173229,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - sym_exponentiate, - [151644] = 18, + [150891] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3506), 1, - sym_exponentiate, - ACTIONS(3508), 1, - sym_THEN, - STATE(426), 1, - sym_adding_operator, - STATE(427), 1, + STATE(436), 1, sym_multiplying_operator, - STATE(561), 1, - sym_logical_operator, - STATE(562), 1, - sym_relational_operator, - STATE(563), 1, + STATE(437), 1, + sym_adding_operator, + STATE(594), 1, sym_shift_operator, - ACTIONS(2698), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2704), 2, - sym_MOD, - sym_REM, - ACTIONS(2696), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(2305), 3, + STATE(595), 1, + sym_relational_operator, + STATE(596), 1, + sym_logical_operator, + STATE(2294), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2694), 4, + ACTIONS(2688), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2702), 6, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2686), 27, sym_AND, + 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(2692), 8, + sym_XNOR, + sym_XOR, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -173916,46 +173281,59 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [151725] = 6, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + [150958] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2306), 3, + ACTIONS(3238), 1, + sym_exponentiate, + STATE(593), 1, + sym_multiplying_operator, + STATE(600), 1, + sym_adding_operator, + STATE(644), 1, + sym_shift_operator, + STATE(646), 1, + sym_relational_operator, + STATE(647), 1, + sym_logical_operator, + ACTIONS(2698), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2704), 2, + sym_MOD, + sym_REM, + STATE(2295), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3062), 6, + ACTIONS(2684), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3060), 32, + ACTIONS(2682), 24, sym_AND, - sym_BUS, - sym_DOWNTO, - sym_MOD, + sym_GENERATE, 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, @@ -173966,33 +173344,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - sym_exponentiate, - [151782] = 6, + [151031] = 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(2296), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2688), 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(2686), 32, - sym_identifier, + ACTIONS(3064), 32, sym_AND, - sym_IS, + sym_BUS, + sym_DOWNTO, sym_MOD, sym_NAND, sym_NOR, sym_OR, + sym_REGISTER, sym_REM, sym_ROL, sym_ROR, @@ -174000,13 +173378,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, @@ -174018,27 +173395,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [151839] = 18, + [151088] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2690), 1, - sym_IS, - ACTIONS(3510), 1, + ACTIONS(3238), 1, sym_exponentiate, - STATE(421), 1, - sym_adding_operator, - STATE(422), 1, + STATE(593), 1, sym_multiplying_operator, - STATE(556), 1, - sym_logical_operator, - STATE(557), 1, - sym_relational_operator, - STATE(558), 1, + STATE(600), 1, + sym_adding_operator, + STATE(644), 1, sym_shift_operator, + STATE(646), 1, + sym_relational_operator, + STATE(647), 1, + sym_logical_operator, ACTIONS(2698), 2, anon_sym_STAR, anon_sym_SLASH, @@ -174049,30 +173424,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - STATE(2308), 3, + STATE(2297), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2694), 4, + ACTIONS(2718), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2702), 6, + ACTIONS(2716), 21, sym_AND, + sym_GENERATE, 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(2692), 8, + sym_XNOR, + sym_XOR, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -174081,117 +173455,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [151920] = 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(2940), 1, - sym_ALIAS, - ACTIONS(2942), 1, - sym_ATTRIBUTE, - ACTIONS(2946), 1, - sym_CONSTANT, - ACTIONS(2948), 1, - sym_FILE, - ACTIONS(2950), 1, - sym_FUNCTION, - ACTIONS(2952), 1, - sym_GROUP, - ACTIONS(2956), 1, - sym_PACKAGE, - ACTIONS(2958), 1, - sym_SHARED, - ACTIONS(2960), 1, - sym_SUBTYPE, - ACTIONS(2962), 1, - sym_TYPE, - ACTIONS(2964), 1, - sym_USE, - ACTIONS(2966), 1, - sym_VARIABLE, - ACTIONS(3512), 1, - sym_BEGIN, - STATE(2398), 1, - aux_sym_sequential_block_head_repeat1, - STATE(3793), 1, - sym__process_declarative_item, - STATE(5844), 1, - sym__subprogram_specification, - ACTIONS(43), 2, - sym_IMPURE, - sym_PURE, - STATE(6069), 2, - sym_procedure_specification, - sym_function_specification, - STATE(2309), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(3792), 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, - [152013] = 11, + [151163] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(421), 1, - sym_adding_operator, - STATE(422), 1, + ACTIONS(3238), 1, + sym_exponentiate, + STATE(593), 1, sym_multiplying_operator, - STATE(556), 1, - sym_logical_operator, - STATE(557), 1, - sym_relational_operator, - STATE(558), 1, + STATE(600), 1, + sym_adding_operator, + STATE(644), 1, sym_shift_operator, - STATE(2310), 3, + STATE(646), 1, + sym_relational_operator, + STATE(647), 1, + sym_logical_operator, + ACTIONS(2698), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2704), 2, + sym_MOD, + sym_REM, + ACTIONS(2696), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(2298), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2720), 6, + ACTIONS(2714), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2718), 27, - sym_AND, - sym_IS, - sym_MOD, - sym_NAND, - sym_NOR, - sym_OR, - sym_REM, + ACTIONS(2706), 6, 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_XNOR, sym_XOR, anon_sym_LT_EQ, @@ -174202,58 +173516,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, - [152080] = 14, + [151240] = 17, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3510), 1, + ACTIONS(3238), 1, sym_exponentiate, - STATE(421), 1, - sym_adding_operator, - STATE(422), 1, + STATE(593), 1, sym_multiplying_operator, - STATE(556), 1, - sym_logical_operator, - STATE(557), 1, - sym_relational_operator, - STATE(558), 1, + STATE(600), 1, + sym_adding_operator, + STATE(644), 1, sym_shift_operator, + STATE(646), 1, + sym_relational_operator, + STATE(647), 1, + sym_logical_operator, ACTIONS(2698), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(2704), 2, sym_MOD, sym_REM, - STATE(2311), 3, + ACTIONS(2696), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(2299), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2720), 4, + ACTIONS(2694), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2718), 24, - sym_AND, - sym_IS, - sym_NAND, - sym_NOR, - sym_OR, + 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(2692), 8, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -174262,64 +173578,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, - [152153] = 18, + [151319] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3510), 1, - sym_exponentiate, - ACTIONS(3514), 1, - sym_IS, - STATE(421), 1, - sym_adding_operator, - STATE(422), 1, + STATE(593), 1, sym_multiplying_operator, - STATE(556), 1, - sym_logical_operator, - STATE(557), 1, - sym_relational_operator, - STATE(558), 1, + STATE(600), 1, + sym_adding_operator, + STATE(644), 1, sym_shift_operator, - ACTIONS(2698), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2704), 2, - sym_MOD, - sym_REM, - ACTIONS(2696), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(2312), 3, + STATE(646), 1, + sym_relational_operator, + STATE(647), 1, + sym_logical_operator, + STATE(2300), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2694), 4, + ACTIONS(2684), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2702), 6, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2682), 27, 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(2692), 8, + sym_XNOR, + sym_XOR, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -174328,58 +173630,71 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [152234] = 6, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + [151386] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2313), 3, + ACTIONS(3502), 1, + sym_exponentiate, + STATE(436), 1, + sym_multiplying_operator, + STATE(437), 1, + sym_adding_operator, + STATE(594), 1, + sym_shift_operator, + STATE(595), 1, + sym_relational_operator, + STATE(596), 1, + sym_logical_operator, + ACTIONS(2698), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2704), 2, + sym_MOD, + sym_REM, + ACTIONS(2696), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(2301), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3166), 7, - anon_sym_EQ, + ACTIONS(2718), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3164), 31, + ACTIONS(2716), 21, sym_AND, - sym_MOD, + sym_LOOP, 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, 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, - [152291] = 24, + [151461] = 24, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -174388,49 +173703,49 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(51), 1, sym_PROCEDURE, - ACTIONS(2940), 1, + ACTIONS(2927), 1, sym_ALIAS, - ACTIONS(2942), 1, + ACTIONS(2929), 1, sym_ATTRIBUTE, - ACTIONS(2946), 1, + ACTIONS(2933), 1, sym_CONSTANT, - ACTIONS(2948), 1, + ACTIONS(2935), 1, sym_FILE, - ACTIONS(2950), 1, + ACTIONS(2937), 1, sym_FUNCTION, - ACTIONS(2952), 1, + ACTIONS(2939), 1, sym_GROUP, - ACTIONS(2956), 1, + ACTIONS(2943), 1, sym_PACKAGE, - ACTIONS(2958), 1, + ACTIONS(2945), 1, sym_SHARED, - ACTIONS(2960), 1, + ACTIONS(2947), 1, sym_SUBTYPE, - ACTIONS(2962), 1, + ACTIONS(2949), 1, sym_TYPE, - ACTIONS(2964), 1, + ACTIONS(2951), 1, sym_USE, - ACTIONS(2966), 1, + ACTIONS(2953), 1, sym_VARIABLE, - ACTIONS(3516), 1, + ACTIONS(3504), 1, sym_BEGIN, - STATE(2386), 1, + STATE(2422), 1, aux_sym_sequential_block_head_repeat1, - STATE(3793), 1, + STATE(3710), 1, sym__process_declarative_item, - STATE(5844), 1, + STATE(5839), 1, sym__subprogram_specification, ACTIONS(43), 2, sym_IMPURE, sym_PURE, - STATE(6069), 2, + STATE(6037), 2, sym_procedure_specification, sym_function_specification, - STATE(2314), 3, + STATE(2302), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3792), 17, + STATE(3711), 17, sym_use_clause, sym_package_declaration, sym_package_instantiation_declaration, @@ -174448,47 +173763,61 @@ static const uint16_t ts_small_parse_table[] = { sym_attribute_specification, sym_group_template_declaration, sym_group_declaration, - [152384] = 8, + [151554] = 18, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(554), 1, - sym__direction, - ACTIONS(3194), 2, - sym_DOWNTO, - sym_TO, - STATE(2315), 3, + ACTIONS(2891), 1, + sym_exponentiate, + ACTIONS(3506), 1, + anon_sym_SEMI, + STATE(422), 1, + sym_multiplying_operator, + STATE(426), 1, + sym_adding_operator, + STATE(624), 1, + sym_shift_operator, + STATE(626), 1, + sym_relational_operator, + STATE(627), 1, + sym_logical_operator, + ACTIONS(2698), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2704), 2, + sym_MOD, + sym_REM, + ACTIONS(2696), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(2303), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3166), 6, + ACTIONS(2694), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3164), 29, + ACTIONS(2702), 6, sym_AND, - sym_IS, - sym_MOD, sym_NAND, sym_NOR, - sym_OPEN, sym_OR, - sym_REM, + sym_XNOR, + sym_XOR, + ACTIONS(2706), 6, sym_ROL, sym_ROR, sym_SLA, sym_SLL, sym_SRA, sym_SRL, - sym_XNOR, - sym_XOR, - anon_sym_SEMI, + ACTIONS(2692), 8, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -174497,45 +173826,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, - [152445] = 11, + [151635] = 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_logical_operator, - STATE(541), 1, - sym_relational_operator, - STATE(542), 1, - sym_shift_operator, - STATE(712), 1, - sym_adding_operator, - STATE(713), 1, - sym_multiplying_operator, - STATE(2316), 3, + STATE(2304), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2712), 6, + ACTIONS(2480), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2710), 27, + ACTIONS(2478), 32, sym_AND, - sym_GENERATE, + sym_BUS, + sym_DOWNTO, sym_MOD, sym_NAND, sym_NOR, sym_OR, + sym_REGISTER, sym_REM, sym_ROL, sym_ROR, @@ -174543,9 +173860,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, @@ -174557,46 +173877,55 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [152512] = 6, + [151692] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2317), 3, + ACTIONS(3508), 1, + sym_exponentiate, + STATE(461), 1, + sym_multiplying_operator, + STATE(465), 1, + sym_adding_operator, + STATE(482), 1, + sym_shift_operator, + STATE(500), 1, + sym_relational_operator, + STATE(525), 1, + sym_logical_operator, + ACTIONS(2698), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2704), 2, + sym_MOD, + sym_REM, + STATE(2305), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3040), 6, + ACTIONS(2684), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3038), 32, + ACTIONS(2682), 24, 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, @@ -174607,47 +173936,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - sym_exponentiate, - [152569] = 6, + [151765] = 18, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2318), 3, + ACTIONS(3238), 1, + sym_exponentiate, + ACTIONS(3510), 1, + sym_GENERATE, + STATE(593), 1, + sym_multiplying_operator, + STATE(600), 1, + sym_adding_operator, + STATE(644), 1, + sym_shift_operator, + STATE(646), 1, + sym_relational_operator, + STATE(647), 1, + sym_logical_operator, + ACTIONS(2698), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2704), 2, + sym_MOD, + sym_REM, + ACTIONS(2696), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(2306), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2392), 6, + ACTIONS(2694), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2390), 32, + ACTIONS(2702), 6, sym_AND, - sym_BUS, - sym_DOWNTO, - sym_MOD, sym_NAND, sym_NOR, sym_OR, - sym_REM, + sym_XNOR, + sym_XOR, + ACTIONS(2706), 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(2692), 8, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -174655,29 +173999,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, - [152626] = 17, + [151846] = 18, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3240), 1, + ACTIONS(3238), 1, sym_exponentiate, - STATE(540), 1, - sym_logical_operator, - STATE(541), 1, - sym_relational_operator, - STATE(542), 1, - sym_shift_operator, - STATE(712), 1, - sym_adding_operator, - STATE(713), 1, + ACTIONS(3512), 1, + sym_GENERATE, + STATE(593), 1, sym_multiplying_operator, + STATE(600), 1, + sym_adding_operator, + STATE(644), 1, + sym_shift_operator, + STATE(646), 1, + sym_relational_operator, + STATE(647), 1, + sym_logical_operator, ACTIONS(2698), 2, anon_sym_STAR, anon_sym_SLASH, @@ -174688,7 +174030,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - STATE(2319), 3, + STATE(2307), 3, sym__tool_directive, sym_line_comment, sym_block_comment, @@ -174697,6 +174039,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, + ACTIONS(2702), 6, + sym_AND, + sym_NAND, + sym_NOR, + sym_OR, + sym_XNOR, + sym_XOR, ACTIONS(2706), 6, sym_ROL, sym_ROR, @@ -174704,14 +174053,69 @@ static const uint16_t ts_small_parse_table[] = { sym_SLL, sym_SRA, sym_SRL, - ACTIONS(2708), 7, + ACTIONS(2692), 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, + [151927] = 18, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(2690), 1, + sym_LOOP, + ACTIONS(3502), 1, + sym_exponentiate, + STATE(436), 1, + sym_multiplying_operator, + STATE(437), 1, + sym_adding_operator, + STATE(594), 1, + sym_shift_operator, + STATE(595), 1, + sym_relational_operator, + STATE(596), 1, + sym_logical_operator, + ACTIONS(2698), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2704), 2, + sym_MOD, + sym_REM, + ACTIONS(2696), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(2308), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2694), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + ACTIONS(2702), 6, sym_AND, - sym_GENERATE, 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(2692), 8, anon_sym_LT_EQ, anon_sym_EQ, @@ -174721,37 +174125,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [152705] = 11, + [152008] = 12, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(421), 1, - sym_adding_operator, - STATE(422), 1, + ACTIONS(3508), 1, + sym_exponentiate, + STATE(461), 1, sym_multiplying_operator, - STATE(556), 1, - sym_logical_operator, - STATE(557), 1, - sym_relational_operator, - STATE(558), 1, + STATE(465), 1, + sym_adding_operator, + STATE(482), 1, sym_shift_operator, - STATE(2320), 3, + STATE(500), 1, + sym_relational_operator, + STATE(525), 1, + sym_logical_operator, + STATE(2309), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2712), 6, + ACTIONS(2684), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2710), 27, + ACTIONS(2682), 26, sym_AND, - sym_IS, sym_MOD, sym_NAND, sym_NOR, @@ -174759,6 +174164,7 @@ static const uint16_t ts_small_parse_table[] = { sym_REM, sym_ROL, sym_ROR, + sym_SELECT, sym_SLA, sym_SLL, sym_SRA, @@ -174776,26 +174182,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - sym_exponentiate, - [152772] = 17, + [152077] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3510), 1, + ACTIONS(3508), 1, sym_exponentiate, - STATE(421), 1, - sym_adding_operator, - STATE(422), 1, + STATE(461), 1, sym_multiplying_operator, - STATE(556), 1, - sym_logical_operator, - STATE(557), 1, - sym_relational_operator, - STATE(558), 1, + STATE(465), 1, + sym_adding_operator, + STATE(482), 1, sym_shift_operator, + STATE(500), 1, + sym_relational_operator, + STATE(525), 1, + sym_logical_operator, ACTIONS(2698), 2, anon_sym_STAR, anon_sym_SLASH, @@ -174806,31 +174211,76 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - STATE(2321), 3, + STATE(2310), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2694), 4, + ACTIONS(2718), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2706), 6, + ACTIONS(2716), 21, + sym_AND, + sym_NAND, + sym_NOR, + sym_OR, sym_ROL, sym_ROR, + sym_SELECT, sym_SLA, sym_SLL, sym_SRA, sym_SRL, - ACTIONS(2708), 7, + 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, + [152152] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(2311), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2728), 6, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2726), 32, + sym_identifier, sym_AND, - sym_IS, + 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, - ACTIONS(2692), 8, + sym_library_constant, + sym_library_constant_unit, + sym_library_function, + sym_library_type, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -174839,27 +174289,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [152851] = 18, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + [152209] = 18, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2801), 1, + ACTIONS(2891), 1, sym_exponentiate, - ACTIONS(3518), 1, - anon_sym_SEMI, - STATE(416), 1, - sym_adding_operator, - STATE(417), 1, + ACTIONS(3514), 1, + anon_sym_RPAREN, + STATE(422), 1, sym_multiplying_operator, - STATE(551), 1, - sym_logical_operator, - STATE(552), 1, - sym_relational_operator, - STATE(553), 1, + STATE(426), 1, + sym_adding_operator, + STATE(624), 1, sym_shift_operator, + STATE(626), 1, + sym_relational_operator, + STATE(627), 1, + sym_logical_operator, ACTIONS(2698), 2, anon_sym_STAR, anon_sym_SLASH, @@ -174870,7 +174324,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - STATE(2322), 3, + STATE(2312), 3, sym__tool_directive, sym_line_comment, sym_block_comment, @@ -174902,25 +174356,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [152932] = 16, + [152290] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3510), 1, + ACTIONS(3508), 1, sym_exponentiate, - STATE(421), 1, - sym_adding_operator, - STATE(422), 1, + STATE(461), 1, sym_multiplying_operator, - STATE(556), 1, - sym_logical_operator, - STATE(557), 1, - sym_relational_operator, - STATE(558), 1, + STATE(465), 1, + sym_adding_operator, + STATE(482), 1, sym_shift_operator, + STATE(500), 1, + sym_relational_operator, + STATE(525), 1, + sym_logical_operator, ACTIONS(2698), 2, anon_sym_STAR, anon_sym_SLASH, @@ -174931,11 +174385,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - STATE(2323), 3, + STATE(2313), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2724), 4, + ACTIONS(2714), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, @@ -174947,12 +174401,12 @@ static const uint16_t ts_small_parse_table[] = { sym_SLL, sym_SRA, sym_SRL, - ACTIONS(2722), 15, + ACTIONS(2712), 15, sym_AND, - sym_IS, sym_NAND, sym_NOR, sym_OR, + sym_SELECT, sym_XNOR, sym_XOR, anon_sym_LT_EQ, @@ -174963,50 +174417,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [153009] = 15, + [152367] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3510), 1, - sym_exponentiate, - STATE(421), 1, - sym_adding_operator, - STATE(422), 1, - sym_multiplying_operator, - STATE(556), 1, - sym_logical_operator, - STATE(557), 1, - sym_relational_operator, - STATE(558), 1, - sym_shift_operator, - ACTIONS(2698), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2704), 2, - sym_MOD, - sym_REM, - ACTIONS(2696), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(2324), 3, + STATE(2314), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2728), 4, + ACTIONS(2722), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2726), 21, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2720), 32, + sym_identifier, sym_AND, - sym_IS, + sym_LOOP, + sym_MOD, sym_NAND, sym_NOR, sym_OR, + sym_REM, sym_ROL, sym_ROR, sym_SLA, @@ -175015,6 +174452,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, @@ -175023,56 +174464,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [153084] = 14, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + [152424] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3510), 1, - sym_exponentiate, - STATE(421), 1, - sym_adding_operator, - STATE(422), 1, - sym_multiplying_operator, - STATE(556), 1, - sym_logical_operator, - STATE(557), 1, - sym_relational_operator, - STATE(558), 1, - sym_shift_operator, - ACTIONS(2698), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2704), 2, - sym_MOD, - sym_REM, - STATE(2325), 3, + STATE(2315), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2712), 4, + ACTIONS(2480), 7, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2710), 24, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2478), 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, @@ -175082,27 +174517,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - [153157] = 18, + sym_exponentiate, + anon_sym_PIPE, + [152481] = 18, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2801), 1, + ACTIONS(2891), 1, sym_exponentiate, - ACTIONS(3520), 1, + ACTIONS(3516), 1, anon_sym_SEMI, - STATE(416), 1, - sym_adding_operator, - STATE(417), 1, + STATE(422), 1, sym_multiplying_operator, - STATE(551), 1, - sym_logical_operator, - STATE(552), 1, - sym_relational_operator, - STATE(553), 1, + STATE(426), 1, + sym_adding_operator, + STATE(624), 1, sym_shift_operator, + STATE(626), 1, + sym_relational_operator, + STATE(627), 1, + sym_logical_operator, ACTIONS(2698), 2, anon_sym_STAR, anon_sym_SLASH, @@ -175113,7 +174550,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - STATE(2326), 3, + STATE(2316), 3, sym__tool_directive, sym_line_comment, sym_block_comment, @@ -175145,52 +174582,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [153238] = 12, + [152562] = 18, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3510), 1, + ACTIONS(3518), 1, sym_exponentiate, - STATE(421), 1, + ACTIONS(3520), 1, + sym_IS, + STATE(613), 1, + sym_shift_operator, + STATE(614), 1, + sym_relational_operator, + STATE(615), 1, + sym_logical_operator, + STATE(653), 1, sym_adding_operator, - STATE(422), 1, + STATE(670), 1, sym_multiplying_operator, - STATE(556), 1, - sym_logical_operator, - STATE(557), 1, - sym_relational_operator, - STATE(558), 1, - sym_shift_operator, - STATE(2327), 3, + ACTIONS(2698), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2704), 2, + sym_MOD, + sym_REM, + ACTIONS(2696), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(2317), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2712), 6, + ACTIONS(2694), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2710), 26, + ACTIONS(2702), 6, sym_AND, - sym_IS, - sym_MOD, sym_NAND, sym_NOR, sym_OR, - sym_REM, + sym_XNOR, + sym_XOR, + ACTIONS(2706), 6, sym_ROL, sym_ROR, sym_SLA, sym_SLL, sym_SRA, sym_SRL, - sym_XNOR, - sym_XOR, + ACTIONS(2692), 8, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -175199,60 +174645,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, - [153307] = 16, + [152643] = 12, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3240), 1, + ACTIONS(3522), 1, sym_exponentiate, - STATE(540), 1, - sym_logical_operator, - STATE(541), 1, + STATE(414), 1, sym_relational_operator, - STATE(542), 1, + STATE(425), 1, + sym_multiplying_operator, + STATE(604), 1, sym_shift_operator, - STATE(712), 1, + STATE(605), 1, sym_adding_operator, - STATE(713), 1, - sym_multiplying_operator, - ACTIONS(2698), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2704), 2, - sym_MOD, - sym_REM, - ACTIONS(2696), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(2328), 3, + STATE(607), 1, + sym_logical_operator, + STATE(2318), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2724), 4, + ACTIONS(2684), 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(2682), 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, - ACTIONS(2722), 15, - sym_AND, - sym_GENERATE, - sym_NAND, - sym_NOR, - sym_OR, + sym_THEN, sym_XNOR, sym_XOR, anon_sym_LT_EQ, @@ -175263,50 +174699,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [153384] = 15, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + [152712] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3240), 1, - sym_exponentiate, - STATE(540), 1, - sym_logical_operator, - STATE(541), 1, - sym_relational_operator, - STATE(542), 1, - sym_shift_operator, - STATE(712), 1, - sym_adding_operator, - STATE(713), 1, - sym_multiplying_operator, - ACTIONS(2698), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2704), 2, - sym_MOD, - sym_REM, - ACTIONS(2696), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(2329), 3, + STATE(622), 1, + sym__direction, + ACTIONS(3204), 2, + sym_DOWNTO, + sym_TO, + STATE(2319), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2728), 4, + ACTIONS(3066), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2726), 21, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(3064), 29, sym_AND, - sym_GENERATE, + sym_IS, + sym_MOD, sym_NAND, sym_NOR, + sym_OPEN, sym_OR, + sym_REM, sym_ROL, sym_ROR, sym_SLA, @@ -175315,6 +174742,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, @@ -175323,27 +174751,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [153459] = 18, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + [152773] = 17, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2801), 1, + ACTIONS(3508), 1, sym_exponentiate, - ACTIONS(3522), 1, - anon_sym_SEMI, - STATE(416), 1, - sym_adding_operator, - STATE(417), 1, + STATE(461), 1, sym_multiplying_operator, - STATE(551), 1, - sym_logical_operator, - STATE(552), 1, - sym_relational_operator, - STATE(553), 1, + STATE(465), 1, + sym_adding_operator, + STATE(482), 1, sym_shift_operator, + STATE(500), 1, + sym_relational_operator, + STATE(525), 1, + sym_logical_operator, ACTIONS(2698), 2, anon_sym_STAR, anon_sym_SLASH, @@ -175354,7 +174784,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - STATE(2330), 3, + STATE(2320), 3, sym__tool_directive, sym_line_comment, sym_block_comment, @@ -175363,13 +174793,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2702), 6, - sym_AND, - sym_NAND, - sym_NOR, - sym_OR, - sym_XNOR, - sym_XOR, ACTIONS(2706), 6, sym_ROL, sym_ROR, @@ -175377,6 +174800,14 @@ static const uint16_t ts_small_parse_table[] = { sym_SLL, sym_SRA, sym_SRL, + ACTIONS(2710), 7, + sym_AND, + sym_NAND, + sym_NOR, + sym_OR, + sym_SELECT, + sym_XNOR, + sym_XOR, ACTIONS(2692), 8, anon_sym_LT_EQ, anon_sym_EQ, @@ -175386,48 +174817,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [153540] = 14, + [152852] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3240), 1, - sym_exponentiate, - STATE(540), 1, - sym_logical_operator, - STATE(541), 1, - sym_relational_operator, - STATE(542), 1, - sym_shift_operator, - STATE(712), 1, - sym_adding_operator, - STATE(713), 1, + STATE(461), 1, sym_multiplying_operator, - ACTIONS(2698), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2704), 2, - sym_MOD, - sym_REM, - STATE(2331), 3, + STATE(465), 1, + sym_adding_operator, + STATE(482), 1, + sym_shift_operator, + STATE(500), 1, + sym_relational_operator, + STATE(525), 1, + sym_logical_operator, + STATE(2321), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2712), 4, + ACTIONS(2684), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2710), 24, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2682), 27, sym_AND, - sym_GENERATE, + sym_MOD, sym_NAND, sym_NOR, sym_OR, + sym_REM, sym_ROL, sym_ROR, + sym_SELECT, sym_SLA, sym_SLL, sym_SRA, @@ -175445,61 +174872,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - [153613] = 18, + sym_exponentiate, + [152919] = 12, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2830), 1, - sym_LOOP, - ACTIONS(3192), 1, + ACTIONS(3238), 1, sym_exponentiate, - STATE(481), 1, - sym_adding_operator, - STATE(482), 1, + STATE(593), 1, sym_multiplying_operator, - STATE(566), 1, - sym_logical_operator, - STATE(567), 1, - sym_relational_operator, - STATE(568), 1, + STATE(600), 1, + sym_adding_operator, + STATE(644), 1, sym_shift_operator, - ACTIONS(2698), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2704), 2, - sym_MOD, - sym_REM, - ACTIONS(2696), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(2332), 3, + STATE(646), 1, + sym_relational_operator, + STATE(647), 1, + sym_logical_operator, + STATE(2322), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2694), 4, + ACTIONS(2684), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2702), 6, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2682), 26, 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(2692), 8, + sym_XNOR, + sym_XOR, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -175508,61 +174927,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [153694] = 18, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + [152988] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2801), 1, + ACTIONS(3522), 1, sym_exponentiate, - ACTIONS(3524), 1, - anon_sym_SEMI, - STATE(416), 1, - sym_adding_operator, - STATE(417), 1, - sym_multiplying_operator, - STATE(551), 1, - sym_logical_operator, - STATE(552), 1, + STATE(414), 1, sym_relational_operator, - STATE(553), 1, + STATE(425), 1, + sym_multiplying_operator, + STATE(604), 1, sym_shift_operator, + STATE(605), 1, + sym_adding_operator, + STATE(607), 1, + sym_logical_operator, ACTIONS(2698), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(2704), 2, sym_MOD, sym_REM, - ACTIONS(2696), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(2333), 3, + STATE(2323), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2694), 4, + ACTIONS(2684), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2702), 6, + ACTIONS(2682), 24, 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(2692), 8, + sym_THEN, + sym_XNOR, + sym_XOR, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -175571,50 +174986,59 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [153775] = 12, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + [153061] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3240), 1, + ACTIONS(3522), 1, sym_exponentiate, - STATE(540), 1, - sym_logical_operator, - STATE(541), 1, + STATE(414), 1, sym_relational_operator, - STATE(542), 1, + STATE(425), 1, + sym_multiplying_operator, + STATE(604), 1, sym_shift_operator, - STATE(712), 1, + STATE(605), 1, sym_adding_operator, - STATE(713), 1, - sym_multiplying_operator, - STATE(2334), 3, + STATE(607), 1, + sym_logical_operator, + ACTIONS(2698), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2704), 2, + sym_MOD, + sym_REM, + ACTIONS(2696), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(2324), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2712), 6, + ACTIONS(2718), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2710), 26, + ACTIONS(2716), 21, 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, @@ -175625,30 +175049,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, - [153844] = 18, + [153136] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2801), 1, + ACTIONS(3522), 1, sym_exponentiate, - ACTIONS(3526), 1, - anon_sym_SEMI, - STATE(416), 1, - sym_adding_operator, - STATE(417), 1, - sym_multiplying_operator, - STATE(551), 1, - sym_logical_operator, - STATE(552), 1, + STATE(414), 1, sym_relational_operator, - STATE(553), 1, + STATE(425), 1, + sym_multiplying_operator, + STATE(604), 1, sym_shift_operator, + STATE(605), 1, + sym_adding_operator, + STATE(607), 1, + sym_logical_operator, ACTIONS(2698), 2, anon_sym_STAR, anon_sym_SLASH, @@ -175659,22 +175078,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - STATE(2335), 3, + STATE(2325), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2694), 4, + ACTIONS(2714), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2702), 6, - sym_AND, - sym_NAND, - sym_NOR, - sym_OR, - sym_XNOR, - sym_XOR, ACTIONS(2706), 6, sym_ROL, sym_ROR, @@ -175682,7 +175094,14 @@ static const uint16_t ts_small_parse_table[] = { sym_SLL, sym_SRA, sym_SRL, - ACTIONS(2692), 8, + ACTIONS(2712), 15, + sym_AND, + sym_NAND, + sym_NOR, + sym_OR, + sym_THEN, + sym_XNOR, + sym_XOR, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -175691,95 +175110,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [153925] = 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(2940), 1, - sym_ALIAS, - ACTIONS(2942), 1, - sym_ATTRIBUTE, - ACTIONS(2946), 1, - sym_CONSTANT, - ACTIONS(2948), 1, - sym_FILE, - ACTIONS(2950), 1, - sym_FUNCTION, - ACTIONS(2952), 1, - sym_GROUP, - ACTIONS(2956), 1, - sym_PACKAGE, - ACTIONS(2958), 1, - sym_SHARED, - ACTIONS(2960), 1, - sym_SUBTYPE, - ACTIONS(2962), 1, - sym_TYPE, - ACTIONS(2964), 1, - sym_USE, - ACTIONS(2966), 1, - sym_VARIABLE, - ACTIONS(3516), 1, - sym_BEGIN, - STATE(2398), 1, - aux_sym_sequential_block_head_repeat1, - STATE(3793), 1, - sym__process_declarative_item, - STATE(5844), 1, - sym__subprogram_specification, - ACTIONS(43), 2, - sym_IMPURE, - sym_PURE, - STATE(6069), 2, - sym_procedure_specification, - sym_function_specification, - STATE(2336), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(3792), 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, - [154018] = 6, + [153213] = 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(2326), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2716), 6, + ACTIONS(3146), 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(2714), 32, - sym_identifier, + ACTIONS(3144), 31, sym_AND, sym_MOD, sym_NAND, @@ -175792,15 +175142,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, @@ -175811,95 +175160,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [154075] = 23, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(3528), 1, - sym_ALIAS, - ACTIONS(3531), 1, - sym_ATTRIBUTE, - ACTIONS(3534), 1, - sym_BEGIN, - ACTIONS(3536), 1, - sym_CONSTANT, - ACTIONS(3539), 1, - sym_FILE, - ACTIONS(3542), 1, - sym_FUNCTION, - ACTIONS(3545), 1, - sym_GROUP, - ACTIONS(3551), 1, - sym_PACKAGE, - ACTIONS(3554), 1, - sym_PROCEDURE, - ACTIONS(3557), 1, - sym_SHARED, - ACTIONS(3560), 1, - sym_SUBTYPE, - ACTIONS(3563), 1, - sym_TYPE, - ACTIONS(3566), 1, - sym_USE, - ACTIONS(3569), 1, - sym_VARIABLE, - STATE(3700), 1, - sym__subprogram_declarative_item, - STATE(5844), 1, - sym__subprogram_specification, - ACTIONS(3548), 2, - sym_IMPURE, - sym_PURE, - STATE(6069), 2, - sym_procedure_specification, - sym_function_specification, - STATE(2338), 4, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - aux_sym_subprogram_head_repeat1, - STATE(3686), 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, - [154166] = 18, + anon_sym_PIPE, + [153270] = 18, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3500), 1, + ACTIONS(2891), 1, sym_exponentiate, - ACTIONS(3572), 1, - sym_INERTIAL, - STATE(446), 1, - sym_adding_operator, - STATE(447), 1, + ACTIONS(3524), 1, + anon_sym_SEMI, + STATE(422), 1, sym_multiplying_operator, - STATE(576), 1, - sym_logical_operator, - STATE(577), 1, - sym_relational_operator, - STATE(578), 1, + STATE(426), 1, + sym_adding_operator, + STATE(624), 1, sym_shift_operator, + STATE(626), 1, + sym_relational_operator, + STATE(627), 1, + sym_logical_operator, ACTIONS(2698), 2, anon_sym_STAR, anon_sym_SLASH, @@ -175910,7 +175192,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - STATE(2339), 3, + STATE(2327), 3, sym__tool_directive, sym_line_comment, sym_block_comment, @@ -175942,46 +175224,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [154247] = 6, + [153351] = 17, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2340), 3, + ACTIONS(3522), 1, + sym_exponentiate, + STATE(414), 1, + sym_relational_operator, + STATE(425), 1, + sym_multiplying_operator, + STATE(604), 1, + sym_shift_operator, + STATE(605), 1, + sym_adding_operator, + STATE(607), 1, + sym_logical_operator, + ACTIONS(2698), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2704), 2, + sym_MOD, + sym_REM, + ACTIONS(2696), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(2328), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3066), 6, + ACTIONS(2694), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3064), 32, - sym_AND, - sym_BUS, - sym_DOWNTO, - sym_MOD, - sym_NAND, - sym_NOR, - sym_OR, - sym_REM, + ACTIONS(2706), 6, sym_ROL, sym_ROR, sym_SLA, sym_SLL, sym_SRA, sym_SRL, - sym_TO, + ACTIONS(2710), 7, + sym_AND, + sym_NAND, + sym_NOR, + sym_OR, + sym_THEN, sym_XNOR, sym_XOR, - anon_sym_SEMI, - anon_sym_RPAREN, + ACTIONS(2692), 8, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -175989,30 +175286,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, - [154304] = 6, + [153430] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2341), 3, + STATE(414), 1, + sym_relational_operator, + STATE(425), 1, + sym_multiplying_operator, + STATE(604), 1, + sym_shift_operator, + STATE(605), 1, + sym_adding_operator, + STATE(607), 1, + sym_logical_operator, + STATE(2329), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2688), 6, + ACTIONS(2684), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2686), 32, - sym_identifier, + ACTIONS(2682), 27, sym_AND, sym_MOD, sym_NAND, @@ -176028,10 +175330,6 @@ static const uint16_t ts_small_parse_table[] = { 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, @@ -176044,62 +175342,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [154361] = 18, + [153497] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2690), 1, - sym_THEN, - ACTIONS(3506), 1, - sym_exponentiate, - STATE(426), 1, - sym_adding_operator, - STATE(427), 1, - sym_multiplying_operator, - STATE(561), 1, - sym_logical_operator, - STATE(562), 1, - sym_relational_operator, - STATE(563), 1, - sym_shift_operator, - ACTIONS(2698), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2704), 2, - sym_MOD, - sym_REM, - ACTIONS(2696), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(2342), 3, + STATE(2330), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2694), 4, + ACTIONS(3138), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2702), 6, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(3136), 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(2692), 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, @@ -176107,36 +175389,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [154442] = 11, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + [153554] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(426), 1, - sym_adding_operator, - STATE(427), 1, - sym_multiplying_operator, - STATE(561), 1, - sym_logical_operator, - STATE(562), 1, - sym_relational_operator, - STATE(563), 1, - sym_shift_operator, - STATE(2343), 3, + STATE(592), 1, + sym__direction, + ACTIONS(3204), 2, + sym_DOWNTO, + sym_TO, + STATE(2331), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2720), 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(2718), 27, + ACTIONS(3064), 29, sym_AND, + sym_GENERIC, sym_MOD, sym_NAND, sym_NOR, @@ -176148,10 +175430,11 @@ 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, + sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -176163,41 +175446,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [154509] = 14, + [153615] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3506), 1, + ACTIONS(3522), 1, sym_exponentiate, - STATE(426), 1, - sym_adding_operator, - STATE(427), 1, - sym_multiplying_operator, - STATE(561), 1, - sym_logical_operator, - STATE(562), 1, + STATE(414), 1, sym_relational_operator, - STATE(563), 1, + STATE(425), 1, + sym_multiplying_operator, + STATE(604), 1, sym_shift_operator, + STATE(605), 1, + sym_adding_operator, + STATE(607), 1, + sym_logical_operator, ACTIONS(2698), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(2704), 2, sym_MOD, sym_REM, - STATE(2344), 3, + STATE(2332), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2720), 4, + ACTIONS(2688), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2718), 24, + ACTIONS(2686), 24, sym_AND, sym_NAND, sym_NOR, @@ -176222,32 +175505,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - [154582] = 8, + [153688] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(569), 1, - sym__direction, - ACTIONS(3194), 2, - sym_DOWNTO, - sym_TO, - STATE(2345), 3, + STATE(414), 1, + sym_relational_operator, + STATE(425), 1, + sym_multiplying_operator, + STATE(604), 1, + sym_shift_operator, + STATE(605), 1, + sym_adding_operator, + STATE(607), 1, + sym_logical_operator, + STATE(2333), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3166), 6, + ACTIONS(2688), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3164), 29, + ACTIONS(2686), 27, sym_AND, - sym_GENERIC, sym_MOD, sym_NAND, sym_NOR, @@ -176259,11 +175546,10 @@ 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, - sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -176275,40 +175561,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [154643] = 11, + [153755] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(426), 1, - sym_adding_operator, - STATE(427), 1, - sym_multiplying_operator, - STATE(561), 1, - sym_logical_operator, - STATE(562), 1, - sym_relational_operator, - STATE(563), 1, - sym_shift_operator, - STATE(2346), 3, + STATE(2334), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2712), 6, + ACTIONS(3090), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2710), 27, + ACTIONS(3088), 32, sym_AND, + sym_BUS, + sym_DOWNTO, sym_MOD, sym_NAND, sym_NOR, sym_OR, + sym_REGISTER, sym_REM, sym_ROL, sym_ROR, @@ -176316,10 +175595,12 @@ 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_LT_EQ, + sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -176331,25 +175612,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [154710] = 17, + [153812] = 18, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3506), 1, + ACTIONS(2690), 1, + sym_THEN, + ACTIONS(3522), 1, sym_exponentiate, - STATE(426), 1, - sym_adding_operator, - STATE(427), 1, - sym_multiplying_operator, - STATE(561), 1, - sym_logical_operator, - STATE(562), 1, + STATE(414), 1, sym_relational_operator, - STATE(563), 1, + STATE(425), 1, + sym_multiplying_operator, + STATE(604), 1, sym_shift_operator, + STATE(605), 1, + sym_adding_operator, + STATE(607), 1, + sym_logical_operator, ACTIONS(2698), 2, anon_sym_STAR, anon_sym_SLASH, @@ -176360,7 +175643,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - STATE(2347), 3, + STATE(2335), 3, sym__tool_directive, sym_line_comment, sym_block_comment, @@ -176369,6 +175652,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, + ACTIONS(2702), 6, + sym_AND, + sym_NAND, + sym_NOR, + sym_OR, + sym_XNOR, + sym_XOR, ACTIONS(2706), 6, sym_ROL, sym_ROR, @@ -176376,14 +175666,6 @@ static const uint16_t ts_small_parse_table[] = { sym_SLL, sym_SRA, sym_SRL, - ACTIONS(2708), 7, - sym_AND, - sym_NAND, - sym_NOR, - sym_OR, - sym_THEN, - sym_XNOR, - sym_XOR, ACTIONS(2692), 8, anon_sym_LT_EQ, anon_sym_EQ, @@ -176393,59 +175675,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [154789] = 16, + [153893] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3506), 1, - sym_exponentiate, - STATE(426), 1, - sym_adding_operator, - STATE(427), 1, - sym_multiplying_operator, - STATE(561), 1, - sym_logical_operator, - STATE(562), 1, - sym_relational_operator, - STATE(563), 1, - sym_shift_operator, - ACTIONS(2698), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2704), 2, - sym_MOD, - sym_REM, - ACTIONS(2696), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(2348), 3, + STATE(2336), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2724), 4, + ACTIONS(2728), 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(2726), 32, + 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, - ACTIONS(2722), 15, - sym_AND, - sym_NAND, - sym_NOR, - sym_OR, 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, @@ -176454,46 +175722,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [154866] = 15, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + [153950] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3506), 1, + ACTIONS(3502), 1, sym_exponentiate, - STATE(426), 1, - sym_adding_operator, - STATE(427), 1, + STATE(436), 1, sym_multiplying_operator, - STATE(561), 1, - sym_logical_operator, - STATE(562), 1, - sym_relational_operator, - STATE(563), 1, + STATE(437), 1, + sym_adding_operator, + STATE(594), 1, sym_shift_operator, + STATE(595), 1, + sym_relational_operator, + STATE(596), 1, + sym_logical_operator, ACTIONS(2698), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(2704), 2, sym_MOD, sym_REM, - ACTIONS(2696), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(2349), 3, + STATE(2337), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2728), 4, + ACTIONS(2684), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2726), 21, + ACTIONS(2682), 24, sym_AND, + sym_LOOP, sym_NAND, sym_NOR, sym_OR, @@ -176503,7 +175772,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, @@ -176514,52 +175782,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [154941] = 14, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + [154023] = 12, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3506), 1, + ACTIONS(3502), 1, sym_exponentiate, - STATE(426), 1, - sym_adding_operator, - STATE(427), 1, + STATE(436), 1, sym_multiplying_operator, - STATE(561), 1, - sym_logical_operator, - STATE(562), 1, - sym_relational_operator, - STATE(563), 1, + STATE(437), 1, + sym_adding_operator, + STATE(594), 1, sym_shift_operator, - ACTIONS(2698), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2704), 2, - sym_MOD, - sym_REM, - STATE(2350), 3, + STATE(595), 1, + sym_relational_operator, + STATE(596), 1, + sym_logical_operator, + STATE(2338), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2712), 4, + ACTIONS(2684), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2710), 24, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2682), 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, - sym_THEN, sym_XNOR, sym_XOR, anon_sym_LT_EQ, @@ -176573,42 +175842,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - [155014] = 12, + [154092] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3506), 1, - sym_exponentiate, - STATE(426), 1, - sym_adding_operator, - STATE(427), 1, - sym_multiplying_operator, - STATE(561), 1, - sym_logical_operator, - STATE(562), 1, - sym_relational_operator, - STATE(563), 1, - sym_shift_operator, - STATE(2351), 3, + STATE(2339), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2712), 6, + ACTIONS(3112), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2710), 26, + ACTIONS(3110), 32, sym_AND, + sym_BUS, + sym_DOWNTO, sym_MOD, sym_NAND, sym_NOR, sym_OR, + sym_REGISTER, sym_REM, sym_ROL, sym_ROR, @@ -176616,10 +175876,12 @@ 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_LT_EQ, + sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -176630,47 +175892,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - [155083] = 8, + sym_exponentiate, + [154149] = 18, 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(3194), 2, - sym_DOWNTO, - sym_TO, - STATE(2352), 3, + ACTIONS(3518), 1, + sym_exponentiate, + ACTIONS(3526), 1, + sym_IS, + STATE(613), 1, + sym_shift_operator, + STATE(614), 1, + sym_relational_operator, + STATE(615), 1, + sym_logical_operator, + STATE(653), 1, + sym_adding_operator, + STATE(670), 1, + sym_multiplying_operator, + ACTIONS(2698), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2704), 2, + sym_MOD, + sym_REM, + ACTIONS(2696), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(2340), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3166), 6, + ACTIONS(2694), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3164), 29, + ACTIONS(2702), 6, sym_AND, - sym_MOD, sym_NAND, sym_NOR, sym_OR, - sym_REM, + sym_XNOR, + sym_XOR, + ACTIONS(2706), 6, sym_ROL, sym_ROR, sym_SLA, sym_SLL, sym_SRA, sym_SRL, - sym_WHEN, - sym_XNOR, - sym_XOR, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(2692), 8, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -176679,38 +175956,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, - [155144] = 7, + [154230] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3574), 1, - anon_sym_EQ_GT, - STATE(2353), 3, + STATE(2341), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3154), 7, - anon_sym_EQ, + ACTIONS(3128), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3152), 30, + ACTIONS(3126), 32, sym_AND, + sym_BUS, sym_DOWNTO, sym_MOD, sym_NAND, sym_NOR, sym_OR, + sym_REGISTER, sym_REM, sym_ROL, sym_ROR, @@ -176719,12 +175991,12 @@ 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_SEMI, anon_sym_LT_EQ, + sym_variable_assignment, + anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -176735,33 +176007,115 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [155203] = 6, + [154287] = 24, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2354), 3, + ACTIONS(51), 1, + sym_PROCEDURE, + ACTIONS(2927), 1, + sym_ALIAS, + ACTIONS(2929), 1, + sym_ATTRIBUTE, + ACTIONS(2933), 1, + sym_CONSTANT, + ACTIONS(2935), 1, + sym_FILE, + ACTIONS(2937), 1, + sym_FUNCTION, + ACTIONS(2939), 1, + sym_GROUP, + ACTIONS(2943), 1, + sym_PACKAGE, + ACTIONS(2945), 1, + sym_SHARED, + ACTIONS(2947), 1, + sym_SUBTYPE, + ACTIONS(2949), 1, + sym_TYPE, + ACTIONS(2951), 1, + sym_USE, + ACTIONS(2953), 1, + sym_VARIABLE, + ACTIONS(3528), 1, + sym_BEGIN, + STATE(2422), 1, + aux_sym_sequential_block_head_repeat1, + STATE(3710), 1, + sym__process_declarative_item, + STATE(5839), 1, + sym__subprogram_specification, + ACTIONS(43), 2, + sym_IMPURE, + sym_PURE, + STATE(6037), 2, + sym_procedure_specification, + sym_function_specification, + STATE(2342), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(3711), 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, + [154380] = 14, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(3238), 1, + sym_exponentiate, + STATE(593), 1, + sym_multiplying_operator, + STATE(600), 1, + sym_adding_operator, + STATE(644), 1, + sym_shift_operator, + STATE(646), 1, + sym_relational_operator, + STATE(647), 1, + sym_logical_operator, + ACTIONS(2698), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2704), 2, + sym_MOD, + sym_REM, + STATE(2343), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2716), 6, + ACTIONS(2688), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2714), 32, - sym_identifier, + ACTIONS(2686), 24, sym_AND, - sym_LOOP, - sym_MOD, + sym_GENERATE, sym_NAND, sym_NOR, sym_OR, - sym_REM, sym_ROL, sym_ROR, sym_SLA, @@ -176770,10 +176124,6 @@ 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, @@ -176785,15 +176135,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - sym_exponentiate, - [155260] = 6, + [154453] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2355), 3, + STATE(593), 1, + sym_multiplying_operator, + STATE(600), 1, + sym_adding_operator, + STATE(644), 1, + sym_shift_operator, + STATE(646), 1, + sym_relational_operator, + STATE(647), 1, + sym_logical_operator, + STATE(2344), 3, sym__tool_directive, sym_line_comment, sym_block_comment, @@ -176804,10 +176163,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2686), 32, - sym_identifier, + ACTIONS(2686), 27, sym_AND, - sym_LOOP, + sym_GENERATE, sym_MOD, sym_NAND, sym_NOR, @@ -176821,10 +176179,6 @@ 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, @@ -176837,62 +176191,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [155317] = 18, + [154520] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2690), 1, - sym_LOOP, - ACTIONS(3576), 1, - sym_exponentiate, - STATE(431), 1, - sym_adding_operator, - STATE(432), 1, - sym_multiplying_operator, - STATE(566), 1, - sym_logical_operator, - STATE(567), 1, - sym_relational_operator, - STATE(568), 1, - sym_shift_operator, - ACTIONS(2698), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2704), 2, - sym_MOD, - sym_REM, - ACTIONS(2696), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(2356), 3, + STATE(2345), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2694), 4, + ACTIONS(3134), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2702), 6, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(3132), 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(2692), 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, @@ -176900,25 +176238,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [155398] = 6, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + [154577] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2357), 3, + STATE(2346), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2716), 6, + ACTIONS(2722), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2714), 32, + ACTIONS(2720), 32, sym_identifier, sym_AND, sym_MOD, @@ -176928,11 +176270,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, sym_library_constant, @@ -176951,58 +176293,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [155455] = 24, + [154634] = 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(2940), 1, + ACTIONS(3530), 1, sym_ALIAS, - ACTIONS(2942), 1, + ACTIONS(3533), 1, sym_ATTRIBUTE, - ACTIONS(2946), 1, + ACTIONS(3536), 1, sym_CONSTANT, - ACTIONS(2948), 1, + ACTIONS(3539), 1, + sym_END, + ACTIONS(3541), 1, sym_FILE, - ACTIONS(2950), 1, + ACTIONS(3544), 1, sym_FUNCTION, - ACTIONS(2952), 1, + ACTIONS(3547), 1, sym_GROUP, - ACTIONS(2956), 1, + ACTIONS(3553), 1, sym_PACKAGE, - ACTIONS(2958), 1, + ACTIONS(3556), 1, + sym_PROCEDURE, + ACTIONS(3559), 1, sym_SHARED, - ACTIONS(2960), 1, + ACTIONS(3562), 1, sym_SUBTYPE, - ACTIONS(2962), 1, + ACTIONS(3565), 1, sym_TYPE, - ACTIONS(2964), 1, + ACTIONS(3568), 1, sym_USE, - ACTIONS(2966), 1, + ACTIONS(3571), 1, sym_VARIABLE, - ACTIONS(3578), 1, - sym_BEGIN, - STATE(2338), 1, - aux_sym_subprogram_head_repeat1, - STATE(3700), 1, - sym__subprogram_declarative_item, - STATE(5844), 1, + STATE(3835), 1, + sym__protected_type_body_declarative_item, + STATE(5808), 1, sym__subprogram_specification, - ACTIONS(43), 2, + ACTIONS(3550), 2, sym_IMPURE, sym_PURE, - STATE(6069), 2, + STATE(6037), 2, sym_procedure_specification, sym_function_specification, - STATE(2358), 3, + STATE(2347), 4, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3686), 17, + aux_sym_protected_type_body_repeat1, + STATE(3833), 17, sym_use_clause, sym_package_declaration, sym_package_instantiation_declaration, @@ -177020,41 +176361,33 @@ static const uint16_t ts_small_parse_table[] = { sym_attribute_specification, sym_group_template_declaration, sym_group_declaration, - [155548] = 11, + [154725] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(431), 1, - sym_adding_operator, - STATE(432), 1, - sym_multiplying_operator, - STATE(566), 1, - sym_logical_operator, - STATE(567), 1, - sym_relational_operator, - STATE(568), 1, - sym_shift_operator, - STATE(2359), 3, + STATE(2348), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2720), 6, + ACTIONS(3146), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2718), 27, + ACTIONS(3144), 32, sym_AND, - sym_LOOP, + sym_BUS, + sym_DOWNTO, sym_MOD, sym_NAND, sym_NOR, sym_OR, + sym_REGISTER, sym_REM, sym_ROL, sym_ROR, @@ -177062,9 +176395,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, @@ -177076,55 +176412,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [155615] = 14, + [154782] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3576), 1, - sym_exponentiate, - STATE(431), 1, - sym_adding_operator, - STATE(432), 1, - sym_multiplying_operator, - STATE(566), 1, - sym_logical_operator, - STATE(567), 1, - sym_relational_operator, - STATE(568), 1, - sym_shift_operator, - ACTIONS(2698), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2704), 2, - sym_MOD, - sym_REM, - STATE(2360), 3, + STATE(2349), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2720), 4, + ACTIONS(2380), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2718), 24, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2378), 32, sym_AND, - sym_LOOP, + 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, @@ -177135,41 +176462,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - [155688] = 11, + sym_exponentiate, + [154839] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(431), 1, - sym_adding_operator, - STATE(432), 1, - sym_multiplying_operator, - STATE(566), 1, - sym_logical_operator, - STATE(567), 1, - sym_relational_operator, - STATE(568), 1, - sym_shift_operator, - STATE(2361), 3, + STATE(2350), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2712), 6, + ACTIONS(3038), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2710), 27, + ACTIONS(3036), 32, sym_AND, - sym_LOOP, + sym_BUS, + sym_DOWNTO, sym_MOD, sym_NAND, sym_NOR, sym_OR, + sym_REGISTER, sym_REM, sym_ROL, sym_ROR, @@ -177177,9 +176497,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, @@ -177191,25 +176514,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [155755] = 17, + [154896] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3576), 1, + ACTIONS(3502), 1, sym_exponentiate, - STATE(431), 1, - sym_adding_operator, - STATE(432), 1, + STATE(436), 1, sym_multiplying_operator, - STATE(566), 1, - sym_logical_operator, - STATE(567), 1, - sym_relational_operator, - STATE(568), 1, + STATE(437), 1, + sym_adding_operator, + STATE(594), 1, sym_shift_operator, + STATE(595), 1, + sym_relational_operator, + STATE(596), 1, + sym_logical_operator, ACTIONS(2698), 2, anon_sym_STAR, anon_sym_SLASH, @@ -177220,11 +176543,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - STATE(2362), 3, + STATE(2351), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2694), 4, + ACTIONS(2714), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, @@ -177236,7 +176559,7 @@ static const uint16_t ts_small_parse_table[] = { sym_SLL, sym_SRA, sym_SRL, - ACTIONS(2708), 7, + ACTIONS(2712), 15, sym_AND, sym_LOOP, sym_NAND, @@ -177244,7 +176567,6 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - ACTIONS(2692), 8, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -177253,25 +176575,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [155834] = 16, + [154973] = 18, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3576), 1, + ACTIONS(2871), 1, + sym_LOOP, + ACTIONS(3180), 1, sym_exponentiate, - STATE(431), 1, - sym_adding_operator, - STATE(432), 1, - sym_multiplying_operator, - STATE(566), 1, - sym_logical_operator, - STATE(567), 1, - sym_relational_operator, - STATE(568), 1, + STATE(594), 1, sym_shift_operator, + STATE(595), 1, + sym_relational_operator, + STATE(596), 1, + sym_logical_operator, + STATE(696), 1, + sym_multiplying_operator, + STATE(697), 1, + sym_adding_operator, ACTIONS(2698), 2, anon_sym_STAR, anon_sym_SLASH, @@ -177282,15 +176606,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - STATE(2363), 3, + STATE(2352), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2724), 4, + ACTIONS(2694), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, + ACTIONS(2702), 6, + sym_AND, + sym_NAND, + sym_NOR, + sym_OR, + sym_XNOR, + sym_XOR, ACTIONS(2706), 6, sym_ROL, sym_ROR, @@ -177298,14 +176629,7 @@ static const uint16_t ts_small_parse_table[] = { sym_SLL, sym_SRA, sym_SRL, - ACTIONS(2722), 15, - sym_AND, - sym_LOOP, - sym_NAND, - sym_NOR, - sym_OR, - sym_XNOR, - sym_XOR, + ACTIONS(2692), 8, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -177314,25 +176638,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [155911] = 15, + [155054] = 18, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3576), 1, + ACTIONS(2690), 1, + sym_INERTIAL, + ACTIONS(3574), 1, sym_exponentiate, - STATE(431), 1, + STATE(415), 1, sym_adding_operator, - STATE(432), 1, + STATE(429), 1, sym_multiplying_operator, - STATE(566), 1, - sym_logical_operator, - STATE(567), 1, - sym_relational_operator, - STATE(568), 1, + STATE(571), 1, sym_shift_operator, + STATE(574), 1, + sym_relational_operator, + STATE(575), 1, + sym_logical_operator, ACTIONS(2698), 2, anon_sym_STAR, anon_sym_SLASH, @@ -177343,30 +176669,78 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - STATE(2364), 3, + STATE(2353), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2728), 4, + ACTIONS(2694), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2726), 21, + ACTIONS(2702), 6, 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(2692), 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, + [155135] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(2354), 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(3048), 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, @@ -177374,54 +176748,65 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [155986] = 14, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + [155192] = 18, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3576), 1, + ACTIONS(2891), 1, sym_exponentiate, - STATE(431), 1, - sym_adding_operator, - STATE(432), 1, + ACTIONS(3576), 1, + anon_sym_SEMI, + STATE(422), 1, sym_multiplying_operator, - STATE(566), 1, - sym_logical_operator, - STATE(567), 1, - sym_relational_operator, - STATE(568), 1, + STATE(426), 1, + sym_adding_operator, + STATE(624), 1, sym_shift_operator, + STATE(626), 1, + sym_relational_operator, + STATE(627), 1, + sym_logical_operator, ACTIONS(2698), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(2704), 2, sym_MOD, sym_REM, - STATE(2365), 3, + ACTIONS(2696), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(2355), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2712), 4, + ACTIONS(2694), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2710), 24, + ACTIONS(2702), 6, 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, - sym_XNOR, - sym_XOR, + ACTIONS(2692), 8, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -177430,28 +176815,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, - [156059] = 6, + [155273] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2366), 3, + STATE(2356), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2446), 6, + ACTIONS(3046), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2444), 32, + ACTIONS(3044), 32, sym_AND, sym_BUS, sym_DOWNTO, @@ -177459,7 +176841,6 @@ static const uint16_t ts_small_parse_table[] = { sym_NAND, sym_NOR, sym_OR, - sym_REGISTER, sym_REM, sym_ROL, sym_ROR, @@ -177471,6 +176852,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, @@ -177484,46 +176866,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [156116] = 6, + [155330] = 18, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2367), 3, + ACTIONS(2690), 1, + sym_GENERATE, + ACTIONS(3238), 1, + sym_exponentiate, + STATE(593), 1, + sym_multiplying_operator, + STATE(600), 1, + sym_adding_operator, + STATE(644), 1, + sym_shift_operator, + STATE(646), 1, + sym_relational_operator, + STATE(647), 1, + sym_logical_operator, + ACTIONS(2698), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2704), 2, + sym_MOD, + sym_REM, + ACTIONS(2696), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(2357), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3150), 6, + ACTIONS(2694), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3148), 32, + ACTIONS(2702), 6, sym_AND, - sym_BUS, - sym_DOWNTO, - sym_MOD, sym_NAND, sym_NOR, sym_OR, - sym_REGISTER, - sym_REM, + sym_XNOR, + sym_XOR, + ACTIONS(2706), 6, sym_ROL, sym_ROR, sym_SLA, sym_SLL, sym_SRA, sym_SRL, - sym_TO, - sym_XNOR, - sym_XOR, - anon_sym_SEMI, + ACTIONS(2692), 8, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -177531,37 +176929,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, - [156173] = 6, + [155411] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2368), 3, + STATE(2358), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3154), 6, + ACTIONS(2722), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3152), 32, + ACTIONS(2720), 32, + sym_identifier, sym_AND, - sym_BUS, - sym_DOWNTO, + sym_INERTIAL, sym_MOD, sym_NAND, sym_NOR, sym_OR, - sym_REGISTER, sym_REM, sym_ROL, sym_ROR, @@ -177569,12 +176962,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, @@ -177586,25 +176980,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [156230] = 6, + [155468] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2369), 3, + STATE(2359), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3158), 6, + ACTIONS(3038), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3156), 32, + ACTIONS(3036), 32, sym_AND, sym_BUS, sym_DOWNTO, @@ -177612,7 +177006,6 @@ static const uint16_t ts_small_parse_table[] = { sym_NAND, sym_NOR, sym_OR, - sym_REGISTER, sym_REM, sym_ROL, sym_ROR, @@ -177624,6 +177017,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, @@ -177637,39 +177031,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [156287] = 12, + [155525] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3576), 1, - sym_exponentiate, - STATE(431), 1, - sym_adding_operator, - STATE(432), 1, - sym_multiplying_operator, - STATE(566), 1, - sym_logical_operator, - STATE(567), 1, - sym_relational_operator, - STATE(568), 1, - sym_shift_operator, - STATE(2370), 3, + STATE(2360), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2712), 6, + ACTIONS(2728), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2710), 26, + ACTIONS(2726), 32, + sym_identifier, sym_AND, - sym_LOOP, + sym_GENERATE, sym_MOD, sym_NAND, sym_NOR, @@ -177683,6 +177066,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, @@ -177694,25 +177081,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - [156356] = 6, + sym_exponentiate, + [155582] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2371), 3, + STATE(2361), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3062), 6, + ACTIONS(3046), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3060), 32, + ACTIONS(3044), 32, sym_AND, sym_BUS, sym_DOWNTO, @@ -177745,25 +177133,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [156413] = 6, + [155639] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2372), 3, + STATE(2362), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3066), 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(3064), 32, + ACTIONS(3048), 32, sym_AND, sym_BUS, sym_DOWNTO, @@ -177796,33 +177184,100 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [156470] = 6, + [155696] = 24, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2373), 3, + ACTIONS(51), 1, + sym_PROCEDURE, + ACTIONS(3360), 1, + sym_ALIAS, + ACTIONS(3362), 1, + sym_ATTRIBUTE, + ACTIONS(3364), 1, + sym_CONSTANT, + ACTIONS(3368), 1, + sym_FILE, + ACTIONS(3370), 1, + sym_FUNCTION, + ACTIONS(3372), 1, + sym_GROUP, + ACTIONS(3374), 1, + sym_PACKAGE, + ACTIONS(3376), 1, + sym_SHARED, + ACTIONS(3378), 1, + sym_SUBTYPE, + ACTIONS(3380), 1, + sym_TYPE, + ACTIONS(3382), 1, + sym_USE, + ACTIONS(3384), 1, + sym_VARIABLE, + ACTIONS(3578), 1, + sym_END, + STATE(2377), 1, + aux_sym_package_definition_body_repeat1, + STATE(3733), 1, + sym__package_body_declarative_item, + STATE(5808), 1, + sym__subprogram_specification, + ACTIONS(43), 2, + sym_IMPURE, + sym_PURE, + STATE(6037), 2, + sym_procedure_specification, + sym_function_specification, + STATE(2363), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(3729), 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, + [155789] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(2364), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3044), 6, + ACTIONS(3134), 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(3042), 32, + ACTIONS(3132), 31, sym_AND, - sym_BUS, - sym_DOWNTO, sym_MOD, sym_NAND, sym_NOR, sym_OR, - sym_REGISTER, sym_REM, sym_ROL, sym_ROR, @@ -177830,13 +177285,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, @@ -177847,33 +177303,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [156527] = 6, + anon_sym_PIPE, + [155846] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2374), 3, + STATE(2365), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3058), 6, + ACTIONS(3128), 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(3056), 32, + ACTIONS(3126), 31, sym_AND, - sym_BUS, - sym_DOWNTO, sym_MOD, sym_NAND, sym_NOR, sym_OR, - sym_REGISTER, sym_REM, sym_ROL, sym_ROR, @@ -177881,13 +177336,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, @@ -177898,25 +177354,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [156584] = 6, + anon_sym_PIPE, + [155903] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2375), 3, + STATE(2366), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3070), 6, + ACTIONS(3090), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3068), 32, + ACTIONS(3088), 32, sym_AND, sym_BUS, sym_DOWNTO, @@ -177924,7 +177381,6 @@ static const uint16_t ts_small_parse_table[] = { sym_NAND, sym_NOR, sym_OR, - sym_REGISTER, sym_REM, sym_ROL, sym_ROR, @@ -177936,6 +177392,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, @@ -177949,25 +177406,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [156641] = 6, + [155960] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2376), 3, + STATE(2367), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3040), 6, + ACTIONS(3138), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3038), 32, + ACTIONS(3136), 32, sym_AND, sym_BUS, sym_DOWNTO, @@ -177975,7 +177432,6 @@ static const uint16_t ts_small_parse_table[] = { sym_NAND, sym_NOR, sym_OR, - sym_REGISTER, sym_REM, sym_ROL, sym_ROR, @@ -177987,6 +177443,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, @@ -178000,117 +177457,112 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [156698] = 18, + [156017] = 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_exponentiate, - ACTIONS(3580), 1, - anon_sym_RPAREN, - STATE(416), 1, - sym_adding_operator, - STATE(417), 1, - sym_multiplying_operator, - STATE(551), 1, - sym_logical_operator, - STATE(552), 1, - sym_relational_operator, - STATE(553), 1, - sym_shift_operator, - ACTIONS(2698), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2704), 2, - sym_MOD, - sym_REM, - ACTIONS(2696), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(2377), 3, + STATE(2368), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2694), 4, + ACTIONS(3112), 7, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2702), 6, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(3110), 31, 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(2692), 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, - [156779] = 14, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + anon_sym_PIPE, + [156074] = 18, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3240), 1, + ACTIONS(3502), 1, sym_exponentiate, - STATE(540), 1, - sym_logical_operator, - STATE(541), 1, - sym_relational_operator, - STATE(542), 1, - sym_shift_operator, - STATE(712), 1, - sym_adding_operator, - STATE(713), 1, + ACTIONS(3580), 1, + sym_LOOP, + STATE(436), 1, sym_multiplying_operator, + STATE(437), 1, + sym_adding_operator, + STATE(594), 1, + sym_shift_operator, + STATE(595), 1, + sym_relational_operator, + STATE(596), 1, + sym_logical_operator, ACTIONS(2698), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(2704), 2, sym_MOD, sym_REM, - STATE(2378), 3, + ACTIONS(2696), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(2369), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2720), 4, + ACTIONS(2694), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2718), 24, + ACTIONS(2702), 6, sym_AND, - sym_GENERATE, 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, - sym_XNOR, - sym_XOR, + ACTIONS(2692), 8, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -178119,30 +177571,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, - [156852] = 18, + [156155] = 18, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2801), 1, + ACTIONS(3522), 1, sym_exponentiate, ACTIONS(3582), 1, - anon_sym_RPAREN, - STATE(416), 1, - sym_adding_operator, - STATE(417), 1, - sym_multiplying_operator, - STATE(551), 1, - sym_logical_operator, - STATE(552), 1, + sym_THEN, + STATE(414), 1, sym_relational_operator, - STATE(553), 1, + STATE(425), 1, + sym_multiplying_operator, + STATE(604), 1, sym_shift_operator, + STATE(605), 1, + sym_adding_operator, + STATE(607), 1, + sym_logical_operator, ACTIONS(2698), 2, anon_sym_STAR, anon_sym_SLASH, @@ -178153,7 +177602,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - STATE(2379), 3, + STATE(2370), 3, sym__tool_directive, sym_line_comment, sym_block_comment, @@ -178185,78 +177634,88 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [156933] = 6, + [156236] = 18, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2380), 3, + ACTIONS(3518), 1, + sym_exponentiate, + ACTIONS(3584), 1, + sym_IS, + STATE(613), 1, + sym_shift_operator, + STATE(614), 1, + sym_relational_operator, + STATE(615), 1, + sym_logical_operator, + STATE(653), 1, + sym_adding_operator, + STATE(670), 1, + sym_multiplying_operator, + ACTIONS(2698), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2704), 2, + sym_MOD, + sym_REM, + ACTIONS(2696), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(2371), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2446), 7, - anon_sym_EQ, + ACTIONS(2694), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2444), 31, + ACTIONS(2702), 6, sym_AND, - sym_MOD, sym_NAND, sym_NOR, sym_OR, - sym_REM, + sym_XNOR, + sym_XOR, + ACTIONS(2706), 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(2692), 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, - [156990] = 18, + [156317] = 17, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2801), 1, + ACTIONS(3574), 1, sym_exponentiate, - ACTIONS(3584), 1, - anon_sym_SEMI, - STATE(416), 1, + STATE(415), 1, sym_adding_operator, - STATE(417), 1, + STATE(429), 1, sym_multiplying_operator, - STATE(551), 1, - sym_logical_operator, - STATE(552), 1, - sym_relational_operator, - STATE(553), 1, + STATE(571), 1, sym_shift_operator, + STATE(574), 1, + sym_relational_operator, + STATE(575), 1, + sym_logical_operator, ACTIONS(2698), 2, anon_sym_STAR, anon_sym_SLASH, @@ -178267,7 +177726,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - STATE(2381), 3, + STATE(2372), 3, sym__tool_directive, sym_line_comment, sym_block_comment, @@ -178276,13 +177735,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2702), 6, - sym_AND, - sym_NAND, - sym_NOR, - sym_OR, - sym_XNOR, - sym_XOR, ACTIONS(2706), 6, sym_ROL, sym_ROR, @@ -178290,6 +177742,14 @@ static const uint16_t ts_small_parse_table[] = { sym_SLL, sym_SRA, sym_SRL, + ACTIONS(2710), 7, + sym_AND, + sym_INERTIAL, + sym_NAND, + sym_NOR, + sym_OR, + sym_XNOR, + sym_XOR, ACTIONS(2692), 8, anon_sym_LT_EQ, anon_sym_EQ, @@ -178299,27 +177759,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [157071] = 18, + [156396] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3586), 1, + ACTIONS(3574), 1, sym_exponentiate, - ACTIONS(3588), 1, - sym_SELECT, - STATE(676), 1, - sym_logical_operator, - STATE(677), 1, - sym_relational_operator, - STATE(678), 1, - sym_shift_operator, - STATE(679), 1, + STATE(415), 1, sym_adding_operator, - STATE(680), 1, + STATE(429), 1, sym_multiplying_operator, + STATE(571), 1, + sym_shift_operator, + STATE(574), 1, + sym_relational_operator, + STATE(575), 1, + sym_logical_operator, ACTIONS(2698), 2, anon_sym_STAR, anon_sym_SLASH, @@ -178330,22 +177788,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - STATE(2382), 3, + STATE(2373), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2694), 4, + ACTIONS(2714), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2702), 6, - sym_AND, - sym_NAND, - sym_NOR, - sym_OR, - sym_XNOR, - sym_XOR, ACTIONS(2706), 6, sym_ROL, sym_ROR, @@ -178353,7 +177804,14 @@ static const uint16_t ts_small_parse_table[] = { sym_SLL, sym_SRA, sym_SRL, - ACTIONS(2692), 8, + ACTIONS(2712), 15, + sym_AND, + sym_INERTIAL, + sym_NAND, + sym_NOR, + sym_OR, + sym_XNOR, + sym_XOR, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -178362,129 +177820,166 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [157152] = 6, + [156473] = 24, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2383), 3, + ACTIONS(51), 1, + sym_PROCEDURE, + ACTIONS(2927), 1, + sym_ALIAS, + ACTIONS(2929), 1, + sym_ATTRIBUTE, + ACTIONS(2933), 1, + sym_CONSTANT, + ACTIONS(2935), 1, + sym_FILE, + ACTIONS(2937), 1, + sym_FUNCTION, + ACTIONS(2939), 1, + sym_GROUP, + ACTIONS(2943), 1, + sym_PACKAGE, + ACTIONS(2945), 1, + sym_SHARED, + ACTIONS(2947), 1, + sym_SUBTYPE, + ACTIONS(2949), 1, + sym_TYPE, + ACTIONS(2951), 1, + sym_USE, + ACTIONS(2953), 1, + sym_VARIABLE, + ACTIONS(3586), 1, + sym_BEGIN, + STATE(2422), 1, + aux_sym_sequential_block_head_repeat1, + STATE(3710), 1, + sym__process_declarative_item, + STATE(5839), 1, + sym__subprogram_specification, + ACTIONS(43), 2, + sym_IMPURE, + sym_PURE, + STATE(6037), 2, + sym_procedure_specification, + sym_function_specification, + STATE(2374), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3150), 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(3148), 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, - [157209] = 6, + STATE(3711), 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, + [156566] = 24, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2384), 3, + ACTIONS(51), 1, + sym_PROCEDURE, + ACTIONS(2927), 1, + sym_ALIAS, + ACTIONS(2929), 1, + sym_ATTRIBUTE, + ACTIONS(2933), 1, + sym_CONSTANT, + ACTIONS(2935), 1, + sym_FILE, + ACTIONS(2937), 1, + sym_FUNCTION, + ACTIONS(2939), 1, + sym_GROUP, + ACTIONS(2943), 1, + sym_PACKAGE, + ACTIONS(2945), 1, + sym_SHARED, + ACTIONS(2947), 1, + sym_SUBTYPE, + ACTIONS(2949), 1, + sym_TYPE, + ACTIONS(2951), 1, + sym_USE, + ACTIONS(2953), 1, + sym_VARIABLE, + ACTIONS(3586), 1, + sym_BEGIN, + STATE(2342), 1, + aux_sym_sequential_block_head_repeat1, + STATE(3710), 1, + sym__process_declarative_item, + STATE(5839), 1, + sym__subprogram_specification, + ACTIONS(43), 2, + sym_IMPURE, + sym_PURE, + STATE(6037), 2, + sym_procedure_specification, + sym_function_specification, + STATE(2375), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3154), 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(3152), 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, - [157266] = 6, + STATE(3711), 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, + [156659] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2385), 3, + STATE(2376), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3158), 7, - anon_sym_EQ, + ACTIONS(3112), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3156), 31, + ACTIONS(3110), 32, sym_AND, + sym_BUS, + sym_DOWNTO, sym_MOD, sym_NAND, sym_NOR, @@ -178496,14 +177991,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, @@ -178514,59 +178009,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_PIPE, - [157323] = 24, + [156716] = 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(2940), 1, + ACTIONS(3588), 1, sym_ALIAS, - ACTIONS(2942), 1, + ACTIONS(3591), 1, sym_ATTRIBUTE, - ACTIONS(2946), 1, + ACTIONS(3594), 1, sym_CONSTANT, - ACTIONS(2948), 1, + ACTIONS(3597), 1, + sym_END, + ACTIONS(3599), 1, sym_FILE, - ACTIONS(2950), 1, + ACTIONS(3602), 1, sym_FUNCTION, - ACTIONS(2952), 1, + ACTIONS(3605), 1, sym_GROUP, - ACTIONS(2956), 1, + ACTIONS(3611), 1, sym_PACKAGE, - ACTIONS(2958), 1, + ACTIONS(3614), 1, + sym_PROCEDURE, + ACTIONS(3617), 1, sym_SHARED, - ACTIONS(2960), 1, + ACTIONS(3620), 1, sym_SUBTYPE, - ACTIONS(2962), 1, + ACTIONS(3623), 1, sym_TYPE, - ACTIONS(2964), 1, + ACTIONS(3626), 1, sym_USE, - ACTIONS(2966), 1, + ACTIONS(3629), 1, sym_VARIABLE, - ACTIONS(3590), 1, - sym_BEGIN, - STATE(2398), 1, - aux_sym_sequential_block_head_repeat1, - STATE(3793), 1, - sym__process_declarative_item, - STATE(5844), 1, + STATE(3733), 1, + sym__package_body_declarative_item, + STATE(5808), 1, sym__subprogram_specification, - ACTIONS(43), 2, + ACTIONS(3608), 2, sym_IMPURE, sym_PURE, - STATE(6069), 2, + STATE(6037), 2, sym_procedure_specification, sym_function_specification, - STATE(2386), 3, + STATE(2377), 4, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3792), 17, + aux_sym_package_definition_body_repeat1, + STATE(3729), 17, sym_use_clause, sym_package_declaration, sym_package_instantiation_declaration, @@ -178584,46 +178077,55 @@ static const uint16_t ts_small_parse_table[] = { sym_attribute_specification, sym_group_template_declaration, sym_group_declaration, - [157416] = 6, + [156807] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2387), 3, + ACTIONS(3508), 1, + sym_exponentiate, + STATE(461), 1, + sym_multiplying_operator, + STATE(465), 1, + sym_adding_operator, + STATE(482), 1, + sym_shift_operator, + STATE(500), 1, + sym_relational_operator, + STATE(525), 1, + sym_logical_operator, + ACTIONS(2698), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2704), 2, + sym_MOD, + sym_REM, + STATE(2378), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3166), 6, + ACTIONS(2688), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3164), 32, + ACTIONS(2686), 24, 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, @@ -178634,28 +178136,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - sym_exponentiate, - [157473] = 18, + [156880] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3576), 1, + ACTIONS(3574), 1, sym_exponentiate, - ACTIONS(3592), 1, - sym_LOOP, - STATE(431), 1, + STATE(415), 1, sym_adding_operator, - STATE(432), 1, + STATE(429), 1, sym_multiplying_operator, - STATE(566), 1, - sym_logical_operator, - STATE(567), 1, - sym_relational_operator, - STATE(568), 1, + STATE(571), 1, sym_shift_operator, + STATE(574), 1, + sym_relational_operator, + STATE(575), 1, + sym_logical_operator, ACTIONS(2698), 2, anon_sym_STAR, anon_sym_SLASH, @@ -178666,30 +178165,81 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - STATE(2388), 3, + STATE(2379), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2694), 4, + ACTIONS(2718), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2702), 6, + ACTIONS(2716), 21, + sym_AND, + sym_INERTIAL, + 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, + [156955] = 11, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(461), 1, + sym_multiplying_operator, + STATE(465), 1, + sym_adding_operator, + STATE(482), 1, + sym_shift_operator, + STATE(500), 1, + sym_relational_operator, + STATE(525), 1, + sym_logical_operator, + STATE(2380), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2688), 6, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2686), 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(2692), 8, + sym_XNOR, + sym_XOR, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -178698,27 +178248,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [157554] = 6, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + [157022] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2389), 3, + STATE(2381), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3062), 7, - anon_sym_EQ, + ACTIONS(3134), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3060), 31, + ACTIONS(3132), 32, sym_AND, + sym_BUS, + sym_DOWNTO, sym_MOD, sym_NAND, sym_NOR, @@ -178730,14 +178285,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, @@ -178748,28 +178303,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_PIPE, - [157611] = 6, + [157079] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2390), 3, + STATE(2382), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3066), 7, - anon_sym_EQ, + ACTIONS(2728), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3064), 31, + ACTIONS(2726), 32, + sym_identifier, sym_AND, + sym_INERTIAL, sym_MOD, sym_NAND, sym_NOR, @@ -178781,14 +178336,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, + 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, @@ -178799,8 +178354,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_PIPE, - [157668] = 24, + [157136] = 24, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -178809,49 +178363,49 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(51), 1, sym_PROCEDURE, - ACTIONS(3402), 1, + ACTIONS(3360), 1, sym_ALIAS, - ACTIONS(3404), 1, + ACTIONS(3362), 1, sym_ATTRIBUTE, - ACTIONS(3406), 1, + ACTIONS(3364), 1, sym_CONSTANT, - ACTIONS(3410), 1, + ACTIONS(3368), 1, sym_FILE, - ACTIONS(3412), 1, + ACTIONS(3370), 1, sym_FUNCTION, - ACTIONS(3414), 1, + ACTIONS(3372), 1, sym_GROUP, - ACTIONS(3416), 1, + ACTIONS(3374), 1, sym_PACKAGE, - ACTIONS(3418), 1, + ACTIONS(3376), 1, sym_SHARED, - ACTIONS(3420), 1, + ACTIONS(3378), 1, sym_SUBTYPE, - ACTIONS(3422), 1, + ACTIONS(3380), 1, sym_TYPE, - ACTIONS(3424), 1, + ACTIONS(3382), 1, sym_USE, - ACTIONS(3426), 1, + ACTIONS(3384), 1, sym_VARIABLE, - ACTIONS(3594), 1, + ACTIONS(3632), 1, sym_END, - STATE(2297), 1, + STATE(2363), 1, aux_sym_package_definition_body_repeat1, - STATE(3786), 1, + STATE(3733), 1, sym__package_body_declarative_item, - STATE(5901), 1, + STATE(5808), 1, sym__subprogram_specification, ACTIONS(43), 2, sym_IMPURE, sym_PURE, - STATE(6069), 2, + STATE(6037), 2, sym_procedure_specification, sym_function_specification, - STATE(2391), 3, + STATE(2383), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3785), 17, + STATE(3729), 17, sym_use_clause, sym_package_declaration, sym_package_instantiation_declaration, @@ -178869,114 +178423,109 @@ static const uint16_t ts_small_parse_table[] = { sym_attribute_specification, sym_group_template_declaration, sym_group_declaration, - [157761] = 23, + [157229] = 18, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3596), 1, - sym_ALIAS, - ACTIONS(3599), 1, - sym_ATTRIBUTE, - ACTIONS(3602), 1, - sym_CONSTANT, - ACTIONS(3605), 1, - sym_END, - ACTIONS(3607), 1, - sym_FILE, - ACTIONS(3610), 1, - sym_FUNCTION, - ACTIONS(3613), 1, - sym_GROUP, - ACTIONS(3619), 1, - sym_PACKAGE, - ACTIONS(3622), 1, - sym_PROCEDURE, - ACTIONS(3625), 1, - sym_SHARED, - ACTIONS(3628), 1, - sym_SUBTYPE, - ACTIONS(3631), 1, - sym_TYPE, - ACTIONS(3634), 1, - sym_USE, - ACTIONS(3637), 1, - sym_VARIABLE, - STATE(3692), 1, - sym__protected_type_body_declarative_item, - STATE(5901), 1, - sym__subprogram_specification, - ACTIONS(3616), 2, - sym_IMPURE, - sym_PURE, - STATE(6069), 2, - sym_procedure_specification, - sym_function_specification, - STATE(2392), 4, + ACTIONS(2690), 1, + sym_SELECT, + ACTIONS(3508), 1, + sym_exponentiate, + STATE(461), 1, + sym_multiplying_operator, + STATE(465), 1, + sym_adding_operator, + STATE(482), 1, + sym_shift_operator, + STATE(500), 1, + sym_relational_operator, + STATE(525), 1, + sym_logical_operator, + ACTIONS(2698), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2704), 2, + sym_MOD, + sym_REM, + ACTIONS(2696), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(2384), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - aux_sym_protected_type_body_repeat1, - STATE(3687), 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, - [157852] = 6, + ACTIONS(2694), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + ACTIONS(2702), 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(2692), 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, + [157310] = 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(2385), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2688), 6, + ACTIONS(2380), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2686), 32, - sym_identifier, + ACTIONS(2378), 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, @@ -178988,61 +178537,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [157909] = 18, + [157367] = 12, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2690), 1, - sym_SELECT, - ACTIONS(3586), 1, + ACTIONS(3518), 1, sym_exponentiate, - STATE(676), 1, - sym_logical_operator, - STATE(677), 1, - sym_relational_operator, - STATE(678), 1, + STATE(613), 1, sym_shift_operator, - STATE(679), 1, + STATE(614), 1, + sym_relational_operator, + STATE(615), 1, + sym_logical_operator, + STATE(653), 1, sym_adding_operator, - STATE(680), 1, + STATE(670), 1, sym_multiplying_operator, - ACTIONS(2698), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2704), 2, - sym_MOD, - sym_REM, - ACTIONS(2696), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(2394), 3, + STATE(2386), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2694), 4, + ACTIONS(2684), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2702), 6, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2682), 26, 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(2692), 8, + sym_XNOR, + sym_XOR, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -179051,46 +178591,59 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [157990] = 6, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + [157436] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2395), 3, + ACTIONS(3518), 1, + sym_exponentiate, + STATE(613), 1, + sym_shift_operator, + STATE(614), 1, + sym_relational_operator, + STATE(615), 1, + sym_logical_operator, + STATE(653), 1, + sym_adding_operator, + STATE(670), 1, + sym_multiplying_operator, + ACTIONS(2698), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2704), 2, + sym_MOD, + sym_REM, + STATE(2387), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3044), 7, - anon_sym_EQ, + ACTIONS(2684), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3042), 31, + ACTIONS(2682), 24, sym_AND, - sym_MOD, + sym_IS, 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, @@ -179100,71 +178653,78 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - sym_exponentiate, - anon_sym_PIPE, - [158047] = 6, + [157509] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2396), 3, + ACTIONS(3518), 1, + sym_exponentiate, + STATE(613), 1, + sym_shift_operator, + STATE(614), 1, + sym_relational_operator, + STATE(615), 1, + sym_logical_operator, + STATE(653), 1, + sym_adding_operator, + STATE(670), 1, + sym_multiplying_operator, + ACTIONS(2698), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2704), 2, + sym_MOD, + sym_REM, + ACTIONS(2696), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(2388), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3058), 7, - anon_sym_EQ, + ACTIONS(2718), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3056), 31, + ACTIONS(2716), 21, sym_AND, - sym_MOD, + sym_IS, 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, 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, - [158104] = 6, + [157584] = 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(2389), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3070), 7, + ACTIONS(3138), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -179172,7 +178732,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3068), 31, + ACTIONS(3136), 31, sym_AND, sym_MOD, sym_NAND, @@ -179204,96 +178764,88 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, sym_exponentiate, anon_sym_PIPE, - [158161] = 23, + [157641] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3640), 1, - sym_ALIAS, - ACTIONS(3643), 1, - sym_ATTRIBUTE, - ACTIONS(3646), 1, - sym_BEGIN, - ACTIONS(3648), 1, - sym_CONSTANT, - ACTIONS(3651), 1, - sym_FILE, - ACTIONS(3654), 1, - sym_FUNCTION, - ACTIONS(3657), 1, - sym_GROUP, - ACTIONS(3663), 1, - sym_PACKAGE, - ACTIONS(3666), 1, - sym_PROCEDURE, - ACTIONS(3669), 1, - sym_SHARED, - ACTIONS(3672), 1, - sym_SUBTYPE, - ACTIONS(3675), 1, - sym_TYPE, - ACTIONS(3678), 1, - sym_USE, - ACTIONS(3681), 1, - sym_VARIABLE, - STATE(3793), 1, - sym__process_declarative_item, - STATE(5844), 1, - sym__subprogram_specification, - ACTIONS(3660), 2, - sym_IMPURE, - sym_PURE, - STATE(6069), 2, - sym_procedure_specification, - sym_function_specification, - STATE(2398), 4, + ACTIONS(3518), 1, + sym_exponentiate, + STATE(613), 1, + sym_shift_operator, + STATE(614), 1, + sym_relational_operator, + STATE(615), 1, + sym_logical_operator, + STATE(653), 1, + sym_adding_operator, + STATE(670), 1, + sym_multiplying_operator, + ACTIONS(2698), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2704), 2, + sym_MOD, + sym_REM, + ACTIONS(2696), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(2390), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - aux_sym_sequential_block_head_repeat1, - STATE(3792), 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, - [158252] = 6, + 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), 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, + anon_sym_GT_EQ, + anon_sym_QMARK_EQ, + anon_sym_QMARK_SLASH_EQ, + anon_sym_QMARK_LT_EQ, + anon_sym_QMARK_GT_EQ, + [157718] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2399), 3, + STATE(2391), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3158), 6, + ACTIONS(3090), 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(3156), 32, + ACTIONS(3088), 31, sym_AND, - sym_BUS, - sym_DOWNTO, sym_MOD, sym_NAND, sym_NOR, @@ -179305,14 +178857,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, @@ -179323,27 +178875,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [158309] = 18, + anon_sym_PIPE, + [157775] = 18, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2801), 1, + ACTIONS(2871), 1, + sym_GENERATE, + ACTIONS(3182), 1, sym_exponentiate, - ACTIONS(3684), 1, - anon_sym_SEMI, - STATE(416), 1, + STATE(489), 1, sym_adding_operator, - STATE(417), 1, + STATE(619), 1, sym_multiplying_operator, - STATE(551), 1, - sym_logical_operator, - STATE(552), 1, - sym_relational_operator, - STATE(553), 1, + STATE(644), 1, sym_shift_operator, + STATE(646), 1, + sym_relational_operator, + STATE(647), 1, + sym_logical_operator, ACTIONS(2698), 2, anon_sym_STAR, anon_sym_SLASH, @@ -179354,7 +178907,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - STATE(2400), 3, + STATE(2392), 3, sym__tool_directive, sym_line_comment, sym_block_comment, @@ -179386,27 +178939,89 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [158390] = 18, + [157856] = 17, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3510), 1, + ACTIONS(3518), 1, sym_exponentiate, - ACTIONS(3686), 1, - sym_IS, - STATE(421), 1, + STATE(613), 1, + sym_shift_operator, + STATE(614), 1, + sym_relational_operator, + STATE(615), 1, + sym_logical_operator, + STATE(653), 1, sym_adding_operator, + STATE(670), 1, + sym_multiplying_operator, + ACTIONS(2698), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2704), 2, + sym_MOD, + sym_REM, + ACTIONS(2696), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(2393), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2694), 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_IS, + sym_NAND, + sym_NOR, + sym_OR, + sym_XNOR, + sym_XOR, + ACTIONS(2692), 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, + [157935] = 18, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(2891), 1, + sym_exponentiate, + ACTIONS(3306), 1, + anon_sym_SEMI, STATE(422), 1, sym_multiplying_operator, - STATE(556), 1, - sym_logical_operator, - STATE(557), 1, - sym_relational_operator, - STATE(558), 1, + STATE(426), 1, + sym_adding_operator, + STATE(624), 1, sym_shift_operator, + STATE(626), 1, + sym_relational_operator, + STATE(627), 1, + sym_logical_operator, ACTIONS(2698), 2, anon_sym_STAR, anon_sym_SLASH, @@ -179417,7 +179032,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - STATE(2401), 3, + STATE(2394), 3, sym__tool_directive, sym_line_comment, sym_block_comment, @@ -179449,36 +179064,97 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [158471] = 11, + [158016] = 24, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(676), 1, - sym_logical_operator, - STATE(677), 1, - sym_relational_operator, - STATE(678), 1, - sym_shift_operator, - STATE(679), 1, - sym_adding_operator, - STATE(680), 1, - sym_multiplying_operator, - STATE(2402), 3, + ACTIONS(51), 1, + sym_PROCEDURE, + ACTIONS(2927), 1, + sym_ALIAS, + ACTIONS(2929), 1, + sym_ATTRIBUTE, + ACTIONS(2933), 1, + sym_CONSTANT, + ACTIONS(2935), 1, + sym_FILE, + ACTIONS(2937), 1, + sym_FUNCTION, + ACTIONS(2939), 1, + sym_GROUP, + ACTIONS(2943), 1, + sym_PACKAGE, + ACTIONS(2945), 1, + sym_SHARED, + ACTIONS(2947), 1, + sym_SUBTYPE, + ACTIONS(2949), 1, + sym_TYPE, + ACTIONS(2951), 1, + sym_USE, + ACTIONS(2953), 1, + sym_VARIABLE, + ACTIONS(3634), 1, + sym_BEGIN, + STATE(2411), 1, + aux_sym_subprogram_head_repeat1, + STATE(3815), 1, + sym__subprogram_declarative_item, + STATE(5839), 1, + sym__subprogram_specification, + ACTIONS(43), 2, + sym_IMPURE, + sym_PURE, + STATE(6037), 2, + sym_procedure_specification, + sym_function_specification, + STATE(2395), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(3814), 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, + [158109] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(2396), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2720), 6, + ACTIONS(3146), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2718), 27, + ACTIONS(3144), 32, sym_AND, + sym_BUS, + sym_DOWNTO, sym_MOD, sym_NAND, sym_NOR, @@ -179486,14 +179162,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_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, @@ -179505,45 +179184,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [158538] = 14, + [158166] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3586), 1, - sym_exponentiate, - STATE(676), 1, - sym_logical_operator, - STATE(677), 1, - sym_relational_operator, - STATE(678), 1, - sym_shift_operator, - STATE(679), 1, - sym_adding_operator, - STATE(680), 1, - sym_multiplying_operator, - ACTIONS(2698), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2704), 2, - sym_MOD, - sym_REM, - STATE(2403), 3, + STATE(2397), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2720), 4, + ACTIONS(2728), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2718), 24, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2726), 32, + sym_identifier, sym_AND, + sym_MOD, sym_NAND, sym_NOR, sym_OR, + sym_REM, sym_ROL, sym_ROR, sym_SELECT, @@ -179553,6 +179219,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, @@ -179564,27 +179234,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - [158611] = 6, + sym_exponentiate, + [158223] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2404), 3, + STATE(613), 1, + sym_shift_operator, + STATE(614), 1, + sym_relational_operator, + STATE(615), 1, + sym_logical_operator, + STATE(653), 1, + sym_adding_operator, + STATE(670), 1, + sym_multiplying_operator, + STATE(2398), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3040), 7, - anon_sym_EQ, + ACTIONS(2684), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3038), 31, + ACTIONS(2682), 27, sym_AND, + sym_IS, sym_MOD, sym_NAND, sym_NOR, @@ -179596,14 +179277,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, @@ -179614,19 +179291,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - anon_sym_PIPE, - [158668] = 6, + [158290] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2405), 3, + STATE(2399), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2392), 7, + ACTIONS(2380), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -179634,7 +179310,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2390), 31, + ACTIONS(2378), 31, sym_AND, sym_MOD, sym_NAND, @@ -179666,130 +179342,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, sym_exponentiate, anon_sym_PIPE, - [158725] = 23, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(3688), 1, - sym_ALIAS, - ACTIONS(3691), 1, - sym_ATTRIBUTE, - ACTIONS(3694), 1, - sym_CONSTANT, - ACTIONS(3697), 1, - sym_END, - ACTIONS(3699), 1, - sym_FILE, - ACTIONS(3702), 1, - sym_FUNCTION, - ACTIONS(3705), 1, - sym_GROUP, - ACTIONS(3711), 1, - sym_PACKAGE, - ACTIONS(3714), 1, - sym_PROCEDURE, - ACTIONS(3717), 1, - sym_SHARED, - ACTIONS(3720), 1, - sym_SUBTYPE, - ACTIONS(3723), 1, - sym_TYPE, - ACTIONS(3726), 1, - sym_USE, - ACTIONS(3729), 1, - sym_VARIABLE, - STATE(3786), 1, - sym__package_body_declarative_item, - STATE(5901), 1, - sym__subprogram_specification, - ACTIONS(3708), 2, - sym_IMPURE, - sym_PURE, - STATE(6069), 2, - sym_procedure_specification, - sym_function_specification, - STATE(2406), 4, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - aux_sym_package_definition_body_repeat1, - STATE(3785), 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, - [158816] = 18, + [158347] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2830), 1, - sym_GENERATE, - ACTIONS(3188), 1, - sym_exponentiate, - STATE(466), 1, - sym_adding_operator, - STATE(467), 1, - sym_multiplying_operator, - STATE(540), 1, - sym_logical_operator, - STATE(541), 1, - sym_relational_operator, - STATE(542), 1, - sym_shift_operator, - ACTIONS(2698), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2704), 2, - sym_MOD, - sym_REM, - ACTIONS(2696), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(2407), 3, + STATE(2400), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2694), 4, + ACTIONS(3066), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2702), 6, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(3064), 32, sym_AND, + sym_BUS, + 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(2692), 8, + 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, @@ -179797,28 +179389,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [158897] = 6, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + [158404] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2408), 3, + STATE(415), 1, + sym_adding_operator, + STATE(429), 1, + sym_multiplying_operator, + STATE(571), 1, + sym_shift_operator, + STATE(574), 1, + sym_relational_operator, + STATE(575), 1, + sym_logical_operator, + STATE(2401), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3058), 6, + ACTIONS(2688), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3056), 32, + ACTIONS(2686), 27, sym_AND, - sym_BUS, - sym_DOWNTO, + sym_INERTIAL, sym_MOD, sym_NAND, sym_NOR, @@ -179830,13 +179435,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, @@ -179848,46 +179449,55 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [158954] = 6, + [158471] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2409), 3, + ACTIONS(3574), 1, + sym_exponentiate, + STATE(415), 1, + sym_adding_operator, + STATE(429), 1, + sym_multiplying_operator, + STATE(571), 1, + sym_shift_operator, + STATE(574), 1, + sym_relational_operator, + STATE(575), 1, + sym_logical_operator, + ACTIONS(2698), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2704), 2, + sym_MOD, + sym_REM, + STATE(2402), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3070), 6, + ACTIONS(2688), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3068), 32, + ACTIONS(2686), 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, @@ -179898,174 +179508,152 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - sym_exponentiate, - [159011] = 24, + [158544] = 18, 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(2940), 1, - sym_ALIAS, - ACTIONS(2942), 1, - sym_ATTRIBUTE, - ACTIONS(2946), 1, - sym_CONSTANT, - ACTIONS(2948), 1, - sym_FILE, - ACTIONS(2950), 1, - sym_FUNCTION, - ACTIONS(2952), 1, - sym_GROUP, - ACTIONS(2956), 1, - sym_PACKAGE, - ACTIONS(2958), 1, - sym_SHARED, - ACTIONS(2960), 1, - sym_SUBTYPE, - ACTIONS(2962), 1, - sym_TYPE, - ACTIONS(2964), 1, - sym_USE, - ACTIONS(2966), 1, - sym_VARIABLE, - ACTIONS(3732), 1, - sym_BEGIN, - STATE(2309), 1, - aux_sym_sequential_block_head_repeat1, - STATE(3793), 1, - sym__process_declarative_item, - STATE(5844), 1, - sym__subprogram_specification, - ACTIONS(43), 2, - sym_IMPURE, - sym_PURE, - STATE(6069), 2, - sym_procedure_specification, - sym_function_specification, - STATE(2410), 3, + ACTIONS(2891), 1, + sym_exponentiate, + ACTIONS(3636), 1, + anon_sym_SEMI, + STATE(422), 1, + sym_multiplying_operator, + STATE(426), 1, + sym_adding_operator, + STATE(624), 1, + sym_shift_operator, + STATE(626), 1, + sym_relational_operator, + STATE(627), 1, + sym_logical_operator, + ACTIONS(2698), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2704), 2, + sym_MOD, + sym_REM, + ACTIONS(2696), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(2403), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3792), 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, - [159104] = 24, + ACTIONS(2694), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + ACTIONS(2702), 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(2692), 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, + [158625] = 18, 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(2940), 1, - sym_ALIAS, - ACTIONS(2942), 1, - sym_ATTRIBUTE, - ACTIONS(2946), 1, - sym_CONSTANT, - ACTIONS(2948), 1, - sym_FILE, - ACTIONS(2950), 1, - sym_FUNCTION, - ACTIONS(2952), 1, - sym_GROUP, - ACTIONS(2956), 1, - sym_PACKAGE, - ACTIONS(2958), 1, - sym_SHARED, - ACTIONS(2960), 1, - sym_SUBTYPE, - ACTIONS(2962), 1, - sym_TYPE, - ACTIONS(2964), 1, - sym_USE, - ACTIONS(2966), 1, - sym_VARIABLE, - ACTIONS(3732), 1, - sym_BEGIN, - STATE(2398), 1, - aux_sym_sequential_block_head_repeat1, - STATE(3793), 1, - sym__process_declarative_item, - STATE(5844), 1, - sym__subprogram_specification, - ACTIONS(43), 2, - sym_IMPURE, - sym_PURE, - STATE(6069), 2, - sym_procedure_specification, - sym_function_specification, - STATE(2411), 3, + ACTIONS(2891), 1, + sym_exponentiate, + ACTIONS(3638), 1, + anon_sym_RPAREN, + STATE(422), 1, + sym_multiplying_operator, + STATE(426), 1, + sym_adding_operator, + STATE(624), 1, + sym_shift_operator, + STATE(626), 1, + sym_relational_operator, + STATE(627), 1, + sym_logical_operator, + ACTIONS(2698), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2704), 2, + sym_MOD, + sym_REM, + ACTIONS(2696), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(2404), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3792), 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, - [159197] = 11, + ACTIONS(2694), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + ACTIONS(2702), 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(2692), 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, + [158706] = 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_logical_operator, - STATE(541), 1, - sym_relational_operator, - STATE(542), 1, - sym_shift_operator, - STATE(712), 1, - sym_adding_operator, - STATE(713), 1, - sym_multiplying_operator, - STATE(2412), 3, + STATE(2405), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2720), 6, + ACTIONS(2722), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2718), 27, + ACTIONS(2720), 32, + sym_identifier, sym_AND, sym_GENERATE, sym_MOD, @@ -180081,6 +179669,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, @@ -180093,27 +179685,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [159264] = 18, + [158763] = 18, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3510), 1, + ACTIONS(3574), 1, sym_exponentiate, - ACTIONS(3734), 1, - sym_IS, - STATE(421), 1, + ACTIONS(3640), 1, + sym_INERTIAL, + STATE(415), 1, sym_adding_operator, - STATE(422), 1, + STATE(429), 1, sym_multiplying_operator, - STATE(556), 1, - sym_logical_operator, - STATE(557), 1, - sym_relational_operator, - STATE(558), 1, + STATE(571), 1, sym_shift_operator, + STATE(574), 1, + sym_relational_operator, + STATE(575), 1, + sym_logical_operator, ACTIONS(2698), 2, anon_sym_STAR, anon_sym_SLASH, @@ -180124,7 +179716,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - STATE(2413), 3, + STATE(2406), 3, sym__tool_directive, sym_line_comment, sym_block_comment, @@ -180156,44 +179748,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [159345] = 11, + [158844] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(676), 1, - sym_logical_operator, - STATE(677), 1, - sym_relational_operator, - STATE(678), 1, + ACTIONS(3518), 1, + sym_exponentiate, + STATE(613), 1, sym_shift_operator, - STATE(679), 1, + STATE(614), 1, + sym_relational_operator, + STATE(615), 1, + sym_logical_operator, + STATE(653), 1, sym_adding_operator, - STATE(680), 1, + STATE(670), 1, sym_multiplying_operator, - STATE(2414), 3, + ACTIONS(2698), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2704), 2, + sym_MOD, + sym_REM, + STATE(2407), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2712), 6, + ACTIONS(2688), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2710), 27, + ACTIONS(2686), 24, sym_AND, - sym_MOD, + sym_IS, sym_NAND, sym_NOR, sym_OR, - sym_REM, sym_ROL, sym_ROR, - sym_SELECT, sym_SLA, sym_SLL, sym_SRA, @@ -180211,61 +179807,101 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - sym_exponentiate, - [159412] = 17, + [158917] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3586), 1, - sym_exponentiate, - STATE(676), 1, - sym_logical_operator, - STATE(677), 1, - sym_relational_operator, - STATE(678), 1, + STATE(613), 1, sym_shift_operator, - STATE(679), 1, + STATE(614), 1, + sym_relational_operator, + STATE(615), 1, + sym_logical_operator, + STATE(653), 1, sym_adding_operator, - STATE(680), 1, + STATE(670), 1, sym_multiplying_operator, - ACTIONS(2698), 2, + STATE(2408), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2688), 6, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2704), 2, + ACTIONS(2686), 27, + sym_AND, + sym_IS, sym_MOD, + sym_NAND, + sym_NOR, + sym_OR, sym_REM, - ACTIONS(2696), 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(2415), 3, + sym_exponentiate, + [158984] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(2409), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2694), 4, + ACTIONS(2722), 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(2720), 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, - ACTIONS(2708), 7, - sym_AND, - sym_NAND, - sym_NOR, - sym_OR, - sym_SELECT, sym_XNOR, sym_XOR, - ACTIONS(2692), 8, + sym_library_constant, + sym_library_constant_unit, + sym_library_function, + sym_library_type, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -180274,27 +179910,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [159491] = 18, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + [159041] = 18, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3506), 1, + ACTIONS(3238), 1, sym_exponentiate, - ACTIONS(3736), 1, - sym_THEN, - STATE(426), 1, - sym_adding_operator, - STATE(427), 1, + ACTIONS(3642), 1, + sym_GENERATE, + STATE(593), 1, sym_multiplying_operator, - STATE(561), 1, - sym_logical_operator, - STATE(562), 1, - sym_relational_operator, - STATE(563), 1, + STATE(600), 1, + sym_adding_operator, + STATE(644), 1, sym_shift_operator, + STATE(646), 1, + sym_relational_operator, + STATE(647), 1, + sym_logical_operator, ACTIONS(2698), 2, anon_sym_STAR, anon_sym_SLASH, @@ -180305,7 +179945,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - STATE(2416), 3, + STATE(2410), 3, sym__tool_directive, sym_line_comment, sym_block_comment, @@ -180337,25 +179977,93 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [159572] = 6, + [159122] = 23, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2417), 3, + ACTIONS(3644), 1, + sym_ALIAS, + ACTIONS(3647), 1, + sym_ATTRIBUTE, + ACTIONS(3650), 1, + sym_BEGIN, + ACTIONS(3652), 1, + sym_CONSTANT, + ACTIONS(3655), 1, + sym_FILE, + ACTIONS(3658), 1, + sym_FUNCTION, + ACTIONS(3661), 1, + sym_GROUP, + ACTIONS(3667), 1, + sym_PACKAGE, + ACTIONS(3670), 1, + sym_PROCEDURE, + ACTIONS(3673), 1, + sym_SHARED, + ACTIONS(3676), 1, + sym_SUBTYPE, + ACTIONS(3679), 1, + sym_TYPE, + ACTIONS(3682), 1, + sym_USE, + ACTIONS(3685), 1, + sym_VARIABLE, + STATE(3815), 1, + sym__subprogram_declarative_item, + STATE(5839), 1, + sym__subprogram_specification, + ACTIONS(3664), 2, + sym_IMPURE, + sym_PURE, + STATE(6037), 2, + sym_procedure_specification, + sym_function_specification, + STATE(2411), 4, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + aux_sym_subprogram_head_repeat1, + STATE(3814), 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, + [159213] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(2412), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3166), 6, + ACTIONS(2480), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3164), 32, + ACTIONS(2478), 32, sym_AND, sym_BUS, sym_DOWNTO, @@ -180363,7 +180071,6 @@ static const uint16_t ts_small_parse_table[] = { sym_NAND, sym_NOR, sym_OR, - sym_REGISTER, sym_REM, sym_ROL, sym_ROR, @@ -180375,6 +180082,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, @@ -180388,27 +180096,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [159629] = 18, + [159270] = 18, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2830), 1, - sym_IS, - ACTIONS(3184), 1, + ACTIONS(2891), 1, sym_exponentiate, - STATE(471), 1, - sym_adding_operator, - STATE(472), 1, + ACTIONS(3688), 1, + anon_sym_SEMI, + STATE(422), 1, sym_multiplying_operator, - STATE(556), 1, - sym_logical_operator, - STATE(557), 1, - sym_relational_operator, - STATE(558), 1, + STATE(426), 1, + sym_adding_operator, + STATE(624), 1, sym_shift_operator, + STATE(626), 1, + sym_relational_operator, + STATE(627), 1, + sym_logical_operator, ACTIONS(2698), 2, anon_sym_STAR, anon_sym_SLASH, @@ -180419,7 +180127,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - STATE(2418), 3, + STATE(2413), 3, sym__tool_directive, sym_line_comment, sym_block_comment, @@ -180451,27 +180159,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [159710] = 18, + [159351] = 18, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2690), 1, - sym_INERTIAL, - ACTIONS(3500), 1, + ACTIONS(3508), 1, sym_exponentiate, - STATE(446), 1, - sym_adding_operator, - STATE(447), 1, + ACTIONS(3690), 1, + sym_SELECT, + STATE(461), 1, sym_multiplying_operator, - STATE(576), 1, - sym_logical_operator, - STATE(577), 1, - sym_relational_operator, - STATE(578), 1, + STATE(465), 1, + sym_adding_operator, + STATE(482), 1, sym_shift_operator, + STATE(500), 1, + sym_relational_operator, + STATE(525), 1, + sym_logical_operator, ACTIONS(2698), 2, anon_sym_STAR, anon_sym_SLASH, @@ -180482,7 +180190,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - STATE(2419), 3, + STATE(2414), 3, sym__tool_directive, sym_line_comment, sym_block_comment, @@ -180514,24 +180222,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [159791] = 16, + [159432] = 18, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3586), 1, + ACTIONS(2690), 1, + sym_IS, + ACTIONS(3518), 1, sym_exponentiate, - STATE(676), 1, - sym_logical_operator, - STATE(677), 1, - sym_relational_operator, - STATE(678), 1, + STATE(613), 1, sym_shift_operator, - STATE(679), 1, + STATE(614), 1, + sym_relational_operator, + STATE(615), 1, + sym_logical_operator, + STATE(653), 1, sym_adding_operator, - STATE(680), 1, + STATE(670), 1, sym_multiplying_operator, ACTIONS(2698), 2, anon_sym_STAR, @@ -180543,15 +180253,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - STATE(2420), 3, + STATE(2415), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2724), 4, + ACTIONS(2694), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, + ACTIONS(2702), 6, + sym_AND, + sym_NAND, + sym_NOR, + sym_OR, + sym_XNOR, + sym_XOR, ACTIONS(2706), 6, sym_ROL, sym_ROR, @@ -180559,14 +180276,7 @@ static const uint16_t ts_small_parse_table[] = { sym_SLL, sym_SRA, sym_SRL, - ACTIONS(2722), 15, - sym_AND, - sym_NAND, - sym_NOR, - sym_OR, - sym_SELECT, - sym_XNOR, - sym_XOR, + ACTIONS(2692), 8, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -180575,33 +180285,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [159868] = 6, + [159513] = 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(2416), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2392), 6, + ACTIONS(2728), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2390), 32, + ACTIONS(2726), 32, + sym_identifier, sym_AND, - sym_BUS, - sym_DOWNTO, + sym_IS, sym_MOD, sym_NAND, sym_NOR, sym_OR, - sym_REGISTER, sym_REM, sym_ROL, sym_ROR, @@ -180609,12 +180318,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, @@ -180626,28 +180336,97 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [159925] = 6, + [159570] = 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(2927), 1, + sym_ALIAS, + ACTIONS(2929), 1, + sym_ATTRIBUTE, + ACTIONS(2933), 1, + sym_CONSTANT, + ACTIONS(2935), 1, + sym_FILE, + ACTIONS(2937), 1, + sym_FUNCTION, + ACTIONS(2939), 1, + sym_GROUP, + ACTIONS(2943), 1, + sym_PACKAGE, + ACTIONS(2945), 1, + sym_SHARED, + ACTIONS(2947), 1, + sym_SUBTYPE, + ACTIONS(2949), 1, + sym_TYPE, + ACTIONS(2951), 1, + sym_USE, + ACTIONS(2953), 1, + sym_VARIABLE, + ACTIONS(3692), 1, + sym_BEGIN, + STATE(2395), 1, + aux_sym_subprogram_head_repeat1, + STATE(3815), 1, + sym__subprogram_declarative_item, + STATE(5839), 1, + sym__subprogram_specification, + ACTIONS(43), 2, + sym_IMPURE, + sym_PURE, + STATE(6037), 2, + sym_procedure_specification, + sym_function_specification, + STATE(2417), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(3814), 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, + [159663] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2422), 3, + STATE(2418), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2716), 6, + ACTIONS(2722), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2714), 32, + ACTIONS(2720), 32, sym_identifier, sym_AND, - sym_GENERATE, + sym_IS, sym_MOD, sym_NAND, sym_NOR, @@ -180677,171 +180456,199 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [159982] = 15, + [159720] = 24, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3586), 1, - sym_exponentiate, - STATE(676), 1, - sym_logical_operator, - STATE(677), 1, - sym_relational_operator, - STATE(678), 1, - sym_shift_operator, - STATE(679), 1, - sym_adding_operator, - STATE(680), 1, - sym_multiplying_operator, - ACTIONS(2698), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2704), 2, - sym_MOD, - sym_REM, - ACTIONS(2696), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(2423), 3, + ACTIONS(51), 1, + sym_PROCEDURE, + ACTIONS(2927), 1, + sym_ALIAS, + ACTIONS(2929), 1, + sym_ATTRIBUTE, + ACTIONS(2933), 1, + sym_CONSTANT, + ACTIONS(2935), 1, + sym_FILE, + ACTIONS(2937), 1, + sym_FUNCTION, + ACTIONS(2939), 1, + sym_GROUP, + ACTIONS(2943), 1, + sym_PACKAGE, + ACTIONS(2945), 1, + sym_SHARED, + ACTIONS(2947), 1, + sym_SUBTYPE, + ACTIONS(2949), 1, + sym_TYPE, + ACTIONS(2951), 1, + sym_USE, + ACTIONS(2953), 1, + sym_VARIABLE, + ACTIONS(3504), 1, + sym_BEGIN, + STATE(2420), 1, + aux_sym_sequential_block_head_repeat1, + STATE(3710), 1, + sym__process_declarative_item, + STATE(5839), 1, + sym__subprogram_specification, + ACTIONS(43), 2, + sym_IMPURE, + sym_PURE, + STATE(6037), 2, + sym_procedure_specification, + sym_function_specification, + STATE(2419), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2728), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - ACTIONS(2726), 21, - 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, - [160057] = 14, + STATE(3711), 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, + [159813] = 24, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3586), 1, - sym_exponentiate, - STATE(676), 1, - sym_logical_operator, - STATE(677), 1, - sym_relational_operator, - STATE(678), 1, - sym_shift_operator, - STATE(679), 1, - sym_adding_operator, - STATE(680), 1, - sym_multiplying_operator, - ACTIONS(2698), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2704), 2, - sym_MOD, - sym_REM, - STATE(2424), 3, + ACTIONS(51), 1, + sym_PROCEDURE, + ACTIONS(2927), 1, + sym_ALIAS, + ACTIONS(2929), 1, + sym_ATTRIBUTE, + ACTIONS(2933), 1, + sym_CONSTANT, + ACTIONS(2935), 1, + sym_FILE, + ACTIONS(2937), 1, + sym_FUNCTION, + ACTIONS(2939), 1, + sym_GROUP, + ACTIONS(2943), 1, + sym_PACKAGE, + ACTIONS(2945), 1, + sym_SHARED, + ACTIONS(2947), 1, + sym_SUBTYPE, + ACTIONS(2949), 1, + sym_TYPE, + ACTIONS(2951), 1, + sym_USE, + ACTIONS(2953), 1, + sym_VARIABLE, + ACTIONS(3694), 1, + sym_BEGIN, + STATE(2422), 1, + aux_sym_sequential_block_head_repeat1, + STATE(3710), 1, + sym__process_declarative_item, + STATE(5839), 1, + sym__subprogram_specification, + ACTIONS(43), 2, + sym_IMPURE, + sym_PURE, + STATE(6037), 2, + sym_procedure_specification, + sym_function_specification, + STATE(2420), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2712), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - ACTIONS(2710), 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, - [160130] = 12, + STATE(3711), 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, + [159906] = 18, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3586), 1, + ACTIONS(2871), 1, + sym_IS, + ACTIONS(3184), 1, sym_exponentiate, - STATE(676), 1, - sym_logical_operator, - STATE(677), 1, - sym_relational_operator, - STATE(678), 1, + STATE(613), 1, sym_shift_operator, - STATE(679), 1, - sym_adding_operator, - STATE(680), 1, + STATE(614), 1, + sym_relational_operator, + STATE(615), 1, + sym_logical_operator, + STATE(703), 1, sym_multiplying_operator, - STATE(2425), 3, + STATE(718), 1, + sym_adding_operator, + ACTIONS(2698), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2704), 2, + sym_MOD, + sym_REM, + ACTIONS(2696), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(2421), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2712), 6, + ACTIONS(2694), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2710), 26, + ACTIONS(2702), 6, sym_AND, - sym_MOD, sym_NAND, sym_NOR, sym_OR, - sym_REM, + sym_XNOR, + sym_XOR, + ACTIONS(2706), 6, sym_ROL, sym_ROR, - sym_SELECT, sym_SLA, sym_SLL, sym_SRA, sym_SRL, - sym_XNOR, - sym_XOR, + ACTIONS(2692), 8, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -180850,61 +180657,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, - [160199] = 24, + [159987] = 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(2940), 1, + ACTIONS(3696), 1, sym_ALIAS, - ACTIONS(2942), 1, + ACTIONS(3699), 1, sym_ATTRIBUTE, - ACTIONS(2946), 1, + ACTIONS(3702), 1, + sym_BEGIN, + ACTIONS(3704), 1, sym_CONSTANT, - ACTIONS(2948), 1, + ACTIONS(3707), 1, sym_FILE, - ACTIONS(2950), 1, + ACTIONS(3710), 1, sym_FUNCTION, - ACTIONS(2952), 1, + ACTIONS(3713), 1, sym_GROUP, - ACTIONS(2956), 1, + ACTIONS(3719), 1, sym_PACKAGE, - ACTIONS(2958), 1, + ACTIONS(3722), 1, + sym_PROCEDURE, + ACTIONS(3725), 1, sym_SHARED, - ACTIONS(2960), 1, + ACTIONS(3728), 1, sym_SUBTYPE, - ACTIONS(2962), 1, + ACTIONS(3731), 1, sym_TYPE, - ACTIONS(2964), 1, + ACTIONS(3734), 1, sym_USE, - ACTIONS(2966), 1, + ACTIONS(3737), 1, sym_VARIABLE, - ACTIONS(3738), 1, - sym_BEGIN, - STATE(2358), 1, - aux_sym_subprogram_head_repeat1, - STATE(3700), 1, - sym__subprogram_declarative_item, - STATE(5844), 1, + STATE(3710), 1, + sym__process_declarative_item, + STATE(5839), 1, sym__subprogram_specification, - ACTIONS(43), 2, + ACTIONS(3716), 2, sym_IMPURE, sym_PURE, - STATE(6069), 2, + STATE(6037), 2, sym_procedure_specification, sym_function_specification, - STATE(2426), 3, + STATE(2422), 4, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3686), 17, + aux_sym_sequential_block_head_repeat1, + STATE(3711), 17, sym_use_clause, sym_package_declaration, sym_package_instantiation_declaration, @@ -180922,28 +180725,27 @@ static const uint16_t ts_small_parse_table[] = { sym_attribute_specification, sym_group_template_declaration, sym_group_declaration, - [160292] = 6, + [160078] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2427), 3, + STATE(2423), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2688), 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(2686), 32, - sym_identifier, + ACTIONS(3064), 31, sym_AND, - sym_GENERATE, sym_MOD, sym_NAND, sym_NOR, @@ -180955,14 +180757,14 @@ static const uint16_t ts_small_parse_table[] = { sym_SLL, sym_SRA, sym_SRL, + 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, @@ -180973,27 +180775,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [160349] = 18, + anon_sym_PIPE, + [160135] = 18, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2690), 1, - sym_GENERATE, - ACTIONS(3240), 1, + ACTIONS(3522), 1, sym_exponentiate, - STATE(540), 1, - sym_logical_operator, - STATE(541), 1, + ACTIONS(3740), 1, + sym_THEN, + STATE(414), 1, sym_relational_operator, - STATE(542), 1, + STATE(425), 1, + sym_multiplying_operator, + STATE(604), 1, sym_shift_operator, - STATE(712), 1, + STATE(605), 1, sym_adding_operator, - STATE(713), 1, - sym_multiplying_operator, + STATE(607), 1, + sym_logical_operator, ACTIONS(2698), 2, anon_sym_STAR, anon_sym_SLASH, @@ -181004,7 +180807,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - STATE(2428), 3, + STATE(2424), 3, sym__tool_directive, sym_line_comment, sym_block_comment, @@ -181036,28 +180839,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [160430] = 6, + [160216] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2429), 3, + STATE(441), 1, + sym__direction, + ACTIONS(3204), 2, + sym_DOWNTO, + sym_TO, + STATE(2425), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2446), 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(2444), 32, + ACTIONS(3064), 29, sym_AND, - sym_BUS, - sym_DOWNTO, sym_MOD, sym_NAND, sym_NOR, @@ -181069,13 +180875,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_RPAREN, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -181087,27 +180892,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [160487] = 18, + [160277] = 18, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3240), 1, + ACTIONS(3238), 1, sym_exponentiate, - ACTIONS(3740), 1, + ACTIONS(3742), 1, sym_GENERATE, - STATE(540), 1, - sym_logical_operator, - STATE(541), 1, - sym_relational_operator, - STATE(542), 1, - sym_shift_operator, - STATE(712), 1, - sym_adding_operator, - STATE(713), 1, + STATE(593), 1, sym_multiplying_operator, + STATE(600), 1, + sym_adding_operator, + STATE(644), 1, + sym_shift_operator, + STATE(646), 1, + sym_relational_operator, + STATE(647), 1, + sym_logical_operator, ACTIONS(2698), 2, anon_sym_STAR, anon_sym_SLASH, @@ -181118,7 +180923,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - STATE(2430), 3, + STATE(2426), 3, sym__tool_directive, sym_line_comment, sym_block_comment, @@ -181150,61 +180955,154 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [160568] = 18, + [160358] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3240), 1, - sym_exponentiate, - ACTIONS(3742), 1, - sym_GENERATE, - STATE(540), 1, - sym_logical_operator, - STATE(541), 1, - sym_relational_operator, - STATE(542), 1, - sym_shift_operator, - STATE(712), 1, - sym_adding_operator, - STATE(713), 1, - sym_multiplying_operator, - ACTIONS(2698), 2, + STATE(2427), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3038), 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(2704), 2, + ACTIONS(3036), 31, + sym_AND, sym_MOD, + sym_NAND, + sym_NOR, + sym_OR, sym_REM, - ACTIONS(2696), 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(2431), 3, + sym_exponentiate, + anon_sym_PIPE, + [160415] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(2428), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2694), 4, + ACTIONS(3046), 7, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2702), 6, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(3044), 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, - ACTIONS(2706), 6, + 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, + [160472] = 12, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(3574), 1, + sym_exponentiate, + STATE(415), 1, + sym_adding_operator, + STATE(429), 1, + sym_multiplying_operator, + STATE(571), 1, + sym_shift_operator, + STATE(574), 1, + sym_relational_operator, + STATE(575), 1, + sym_logical_operator, + STATE(2429), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2684), 6, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2682), 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, - ACTIONS(2692), 8, + sym_XNOR, + sym_XOR, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -181213,61 +181111,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [160649] = 18, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + [160541] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3240), 1, + ACTIONS(3574), 1, sym_exponentiate, - ACTIONS(3744), 1, - sym_GENERATE, - STATE(540), 1, - sym_logical_operator, - STATE(541), 1, - sym_relational_operator, - STATE(542), 1, - sym_shift_operator, - STATE(712), 1, + STATE(415), 1, sym_adding_operator, - STATE(713), 1, + STATE(429), 1, sym_multiplying_operator, + STATE(571), 1, + sym_shift_operator, + STATE(574), 1, + sym_relational_operator, + STATE(575), 1, + sym_logical_operator, ACTIONS(2698), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(2704), 2, sym_MOD, sym_REM, - ACTIONS(2696), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(2432), 3, + STATE(2430), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2694), 4, + ACTIONS(2684), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2702), 6, + ACTIONS(2682), 24, sym_AND, + sym_INERTIAL, 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(2692), 8, + sym_XNOR, + sym_XOR, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -181276,37 +181170,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [160730] = 11, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + [160614] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(446), 1, - sym_adding_operator, - STATE(447), 1, - sym_multiplying_operator, - STATE(576), 1, - sym_logical_operator, - STATE(577), 1, - sym_relational_operator, - STATE(578), 1, - sym_shift_operator, - STATE(2433), 3, + STATE(2431), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2712), 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(2710), 27, + ACTIONS(3048), 31, sym_AND, - sym_INERTIAL, sym_MOD, sym_NAND, sym_NOR, @@ -181318,10 +181205,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, @@ -181332,121 +181223,154 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [160797] = 17, + anon_sym_PIPE, + [160671] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2801), 1, - sym_exponentiate, - STATE(416), 1, - sym_adding_operator, - STATE(417), 1, - sym_multiplying_operator, - STATE(551), 1, - sym_logical_operator, - STATE(552), 1, - sym_relational_operator, - STATE(553), 1, - sym_shift_operator, - ACTIONS(2698), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2704), 2, - sym_MOD, - sym_REM, - ACTIONS(2696), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(2434), 3, + ACTIONS(3744), 1, + anon_sym_EQ_GT, + STATE(2432), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2694), 4, + ACTIONS(3046), 7, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2702), 6, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(3044), 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(2692), 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, - [160875] = 17, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + [160730] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3032), 1, - sym_exponentiate, - STATE(512), 1, + STATE(415), 1, sym_adding_operator, - STATE(513), 1, + STATE(429), 1, sym_multiplying_operator, - STATE(551), 1, - sym_logical_operator, - STATE(552), 1, - sym_relational_operator, - STATE(553), 1, + STATE(571), 1, sym_shift_operator, - ACTIONS(2698), 2, + STATE(574), 1, + sym_relational_operator, + STATE(575), 1, + sym_logical_operator, + STATE(2433), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2684), 6, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2704), 2, + ACTIONS(2682), 27, + sym_AND, + sym_INERTIAL, sym_MOD, + sym_NAND, + sym_NOR, + sym_OR, sym_REM, - ACTIONS(2696), 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(2435), 3, + sym_exponentiate, + [160797] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(2434), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2694), 4, + ACTIONS(3128), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2702), 6, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(3126), 31, sym_AND, + sym_DOWNTO, + 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(2692), 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, @@ -181454,32 +181378,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [160953] = 6, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + [160853] = 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(2435), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2446), 6, + ACTIONS(3134), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2444), 31, + ACTIONS(3132), 31, sym_AND, sym_DOWNTO, - sym_IS, + sym_GENERIC, sym_MOD, sym_NAND, sym_NOR, - sym_OPEN, sym_OR, sym_REM, sym_ROL, @@ -181493,6 +181420,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, @@ -181504,59 +181432,96 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [161009] = 17, + [160909] = 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_exponentiate, - STATE(517), 1, - sym_adding_operator, - STATE(518), 1, - sym_multiplying_operator, - STATE(551), 1, - sym_logical_operator, - STATE(552), 1, - sym_relational_operator, - STATE(553), 1, - sym_shift_operator, - ACTIONS(2698), 2, + STATE(2436), 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(2704), 2, + ACTIONS(3048), 31, + sym_AND, + sym_DOWNTO, + sym_GENERIC, sym_MOD, + sym_NAND, + sym_NOR, + sym_OR, sym_REM, - ACTIONS(2696), 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, + sym_exponentiate, + [160965] = 8, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(679), 1, + sym__direction, + ACTIONS(3204), 2, + sym_DOWNTO, + sym_TO, STATE(2437), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2694), 4, + ACTIONS(3066), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2702), 6, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(3064), 28, sym_AND, + 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(2692), 8, + sym_XNOR, + sym_XOR, + anon_sym_COMMA, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -181565,7 +181530,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [161087] = 6, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + [161025] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -181576,14 +181545,14 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3150), 6, + ACTIONS(3146), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3148), 31, + ACTIONS(3144), 31, sym_AND, sym_DOWNTO, sym_IS, @@ -181615,25 +181584,86 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [161143] = 6, + [161081] = 17, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(3186), 1, + sym_exponentiate, + STATE(529), 1, + sym_adding_operator, + STATE(557), 1, + sym_multiplying_operator, + STATE(624), 1, + sym_shift_operator, + STATE(626), 1, + sym_relational_operator, + STATE(627), 1, + sym_logical_operator, + ACTIONS(2698), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2704), 2, + sym_MOD, + sym_REM, + ACTIONS(2696), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, STATE(2439), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3154), 6, + ACTIONS(2694), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + ACTIONS(2702), 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(2692), 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, + [161159] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(2440), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3128), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3152), 31, + ACTIONS(3126), 31, sym_AND, sym_DOWNTO, sym_IS, @@ -181665,25 +181695,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [161199] = 6, + [161215] = 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(2441), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3158), 6, + ACTIONS(3112), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3156), 31, + ACTIONS(3110), 31, sym_AND, sym_DOWNTO, sym_IS, @@ -181715,60 +181745,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [161255] = 17, + [161271] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3036), 1, - sym_exponentiate, - STATE(527), 1, - sym_adding_operator, - STATE(528), 1, - sym_multiplying_operator, - STATE(551), 1, - sym_logical_operator, - STATE(552), 1, - sym_relational_operator, - STATE(553), 1, - sym_shift_operator, - ACTIONS(2698), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2704), 2, - sym_MOD, - sym_REM, - ACTIONS(2696), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(2441), 3, + STATE(2442), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2694), 4, + ACTIONS(3046), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2702), 6, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(3044), 31, sym_AND, + sym_DOWNTO, + 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(2692), 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, @@ -181776,32 +181791,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [161333] = 6, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + [161327] = 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(2443), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3062), 6, + ACTIONS(3038), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3060), 31, + ACTIONS(3036), 31, sym_AND, sym_DOWNTO, - sym_IS, + sym_GENERIC, sym_MOD, sym_NAND, sym_NOR, - sym_OPEN, sym_OR, sym_REM, sym_ROL, @@ -181815,6 +181833,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, @@ -181826,31 +181845,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [161389] = 8, + [161383] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(538), 1, - sym__direction, - ACTIONS(3194), 2, - sym_DOWNTO, - sym_TO, - STATE(2443), 3, + ACTIONS(3198), 1, + sym_RANGE, + STATE(2444), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3166), 6, + ACTIONS(3046), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3164), 28, + ACTIONS(3044), 30, sym_AND, + sym_DOWNTO, sym_MOD, sym_NAND, sym_NOR, @@ -181862,10 +181879,11 @@ 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_COMMA, + anon_sym_RPAREN, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -181878,32 +181896,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [161449] = 6, + [161441] = 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(2445), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3066), 6, + ACTIONS(3090), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3064), 31, + ACTIONS(3088), 31, sym_AND, sym_DOWNTO, - sym_IS, + sym_GENERIC, sym_MOD, sym_NAND, sym_NOR, - sym_OPEN, sym_OR, sym_REM, sym_ROL, @@ -181917,6 +181934,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, @@ -181928,32 +181946,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [161505] = 6, + [161497] = 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(2446), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3044), 6, + ACTIONS(3138), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3042), 31, + ACTIONS(3136), 31, sym_AND, sym_DOWNTO, - sym_IS, + sym_GENERIC, sym_MOD, sym_NAND, sym_NOR, - sym_OPEN, sym_OR, sym_REM, sym_ROL, @@ -181967,6 +181984,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, @@ -181978,44 +181996,59 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [161561] = 6, + [161553] = 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(3042), 1, + sym_exponentiate, + STATE(581), 1, + sym_multiplying_operator, + STATE(597), 1, + sym_adding_operator, + STATE(624), 1, + sym_shift_operator, + STATE(626), 1, + sym_relational_operator, + STATE(627), 1, + sym_logical_operator, + ACTIONS(2698), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2704), 2, + sym_MOD, + sym_REM, + ACTIONS(2696), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(2447), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3058), 6, + ACTIONS(2694), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3056), 31, + ACTIONS(2702), 6, sym_AND, - sym_DOWNTO, - sym_IS, - sym_MOD, sym_NAND, sym_NOR, - sym_OPEN, sym_OR, - sym_REM, + sym_XNOR, + sym_XOR, + ACTIONS(2706), 6, sym_ROL, sym_ROR, sym_SLA, sym_SLL, sym_SRA, sym_SRL, - sym_TO, - sym_XNOR, - sym_XOR, - anon_sym_SEMI, + ACTIONS(2692), 8, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -182024,48 +182057,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, - sym_exponentiate, - [161617] = 6, + [161631] = 17, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2447), 3, + ACTIONS(3326), 1, + sym_exponentiate, + STATE(572), 1, + sym_adding_operator, + STATE(582), 1, + sym_multiplying_operator, + STATE(624), 1, + sym_shift_operator, + STATE(626), 1, + sym_relational_operator, + STATE(627), 1, + sym_logical_operator, + ACTIONS(2698), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2704), 2, + sym_MOD, + sym_REM, + ACTIONS(2696), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(2448), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3070), 6, + ACTIONS(2694), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3068), 31, + ACTIONS(2702), 6, sym_AND, - sym_DOWNTO, - sym_IS, - sym_MOD, sym_NAND, sym_NOR, - sym_OPEN, sym_OR, - sym_REM, + sym_XNOR, + sym_XOR, + ACTIONS(2706), 6, sym_ROL, sym_ROR, sym_SLA, sym_SLL, sym_SRA, sym_SRL, - sym_TO, - sym_XNOR, - sym_XOR, - anon_sym_SEMI, + ACTIONS(2692), 8, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -182074,29 +182118,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, - [161673] = 6, + [161709] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2448), 3, + STATE(2449), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3040), 6, + ACTIONS(3138), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3038), 31, + ACTIONS(3136), 31, sym_AND, sym_DOWNTO, sym_IS, @@ -182128,60 +182168,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [161729] = 17, + [161765] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3510), 1, - sym_exponentiate, - STATE(421), 1, - sym_adding_operator, - STATE(422), 1, - sym_multiplying_operator, - STATE(551), 1, - sym_logical_operator, - STATE(552), 1, - sym_relational_operator, - STATE(553), 1, - sym_shift_operator, - ACTIONS(2698), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2704), 2, - sym_MOD, - sym_REM, - ACTIONS(2696), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(2449), 3, + STATE(2450), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2694), 4, + ACTIONS(3112), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2702), 6, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(3110), 31, sym_AND, + sym_DOWNTO, + 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(2692), 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, @@ -182189,59 +182214,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [161807] = 17, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + [161821] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3576), 1, - sym_exponentiate, - STATE(431), 1, - sym_adding_operator, - STATE(432), 1, - sym_multiplying_operator, - STATE(551), 1, - sym_logical_operator, - STATE(552), 1, - sym_relational_operator, - STATE(553), 1, - sym_shift_operator, - ACTIONS(2698), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2704), 2, - sym_MOD, - sym_REM, - ACTIONS(2696), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(2450), 3, + STATE(2451), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2694), 4, + ACTIONS(3090), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2702), 6, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(3088), 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(2692), 8, + sym_TO, + sym_XNOR, + sym_XOR, + anon_sym_SEMI, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -182250,31 +182264,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [161885] = 6, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + [161877] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2451), 3, + STATE(2452), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2392), 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(2390), 31, + ACTIONS(3064), 31, sym_AND, sym_DOWNTO, - sym_GENERIC, + sym_IS, sym_MOD, sym_NAND, sym_NOR, + sym_OPEN, sym_OR, sym_REM, sym_ROL, @@ -182288,7 +182307,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, @@ -182300,25 +182318,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [161941] = 6, + [161933] = 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(2453), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2446), 6, + ACTIONS(2380), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2444), 31, + ACTIONS(2378), 31, sym_AND, sym_DOWNTO, sym_GENERIC, @@ -182350,25 +182368,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [161997] = 6, + [161989] = 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(2454), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3166), 6, + ACTIONS(3134), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3164), 31, + ACTIONS(3132), 31, sym_AND, sym_DOWNTO, sym_IS, @@ -182400,45 +182418,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [162053] = 6, + [162045] = 17, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2454), 3, + ACTIONS(3040), 1, + sym_exponentiate, + STATE(423), 1, + sym_multiplying_operator, + STATE(624), 1, + sym_shift_operator, + STATE(626), 1, + sym_relational_operator, + STATE(627), 1, + sym_logical_operator, + STATE(705), 1, + sym_adding_operator, + ACTIONS(2698), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2704), 2, + sym_MOD, + sym_REM, + ACTIONS(2696), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(2455), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3150), 6, + ACTIONS(2694), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3148), 31, + ACTIONS(2702), 6, sym_AND, - sym_DOWNTO, - sym_GENERIC, - sym_MOD, sym_NAND, sym_NOR, sym_OR, - sym_REM, + sym_XNOR, + sym_XOR, + ACTIONS(2706), 6, sym_ROL, sym_ROR, sym_SLA, sym_SLL, sym_SRA, sym_SRL, - sym_TO, - sym_XNOR, - sym_XOR, - anon_sym_SEMI, + ACTIONS(2692), 8, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -182446,29 +182479,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, - [162109] = 6, + [162123] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2455), 3, + STATE(2456), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3154), 6, + ACTIONS(3146), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3152), 31, + ACTIONS(3144), 31, sym_AND, sym_DOWNTO, sym_GENERIC, @@ -182500,45 +182529,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [162165] = 6, + [162179] = 17, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2456), 3, + ACTIONS(3502), 1, + sym_exponentiate, + STATE(436), 1, + sym_multiplying_operator, + STATE(437), 1, + sym_adding_operator, + STATE(624), 1, + sym_shift_operator, + STATE(626), 1, + sym_relational_operator, + STATE(627), 1, + sym_logical_operator, + ACTIONS(2698), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2704), 2, + sym_MOD, + sym_REM, + ACTIONS(2696), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(2457), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3158), 6, + ACTIONS(2694), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3156), 31, + ACTIONS(2702), 6, sym_AND, - sym_DOWNTO, - sym_GENERIC, - sym_MOD, sym_NAND, sym_NOR, sym_OR, - sym_REM, + sym_XNOR, + sym_XOR, + ACTIONS(2706), 6, sym_ROL, sym_ROR, sym_SLA, sym_SLL, sym_SRA, sym_SRL, - sym_TO, - sym_XNOR, - sym_XOR, - anon_sym_SEMI, + ACTIONS(2692), 8, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -182546,35 +182590,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, - [162221] = 6, + [162257] = 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(2458), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3062), 6, + ACTIONS(3038), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3060), 31, + ACTIONS(3036), 31, sym_AND, sym_DOWNTO, - sym_GENERIC, + sym_IS, sym_MOD, sym_NAND, sym_NOR, + sym_OPEN, sym_OR, sym_REM, sym_ROL, @@ -182588,7 +182629,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, @@ -182600,45 +182640,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [162277] = 6, + [162313] = 17, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2458), 3, + ACTIONS(3168), 1, + sym_exponentiate, + STATE(485), 1, + sym_multiplying_operator, + STATE(514), 1, + sym_adding_operator, + STATE(624), 1, + sym_shift_operator, + STATE(626), 1, + sym_relational_operator, + STATE(627), 1, + sym_logical_operator, + ACTIONS(2698), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2704), 2, + sym_MOD, + sym_REM, + ACTIONS(2696), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(2459), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3066), 6, + ACTIONS(2694), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3064), 31, + ACTIONS(2702), 6, sym_AND, - sym_DOWNTO, - sym_GENERIC, - sym_MOD, sym_NAND, sym_NOR, sym_OR, - sym_REM, + sym_XNOR, + sym_XOR, + ACTIONS(2706), 6, sym_ROL, sym_ROR, sym_SLA, sym_SLL, sym_SRA, sym_SRL, - sym_TO, - sym_XNOR, - sym_XOR, - anon_sym_SEMI, + ACTIONS(2692), 8, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -182646,49 +182701,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, - [162333] = 6, + [162391] = 17, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2459), 3, + ACTIONS(3518), 1, + sym_exponentiate, + STATE(624), 1, + sym_shift_operator, + STATE(626), 1, + sym_relational_operator, + STATE(627), 1, + sym_logical_operator, + STATE(653), 1, + sym_adding_operator, + STATE(670), 1, + sym_multiplying_operator, + ACTIONS(2698), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2704), 2, + sym_MOD, + sym_REM, + ACTIONS(2696), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(2460), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3044), 6, + ACTIONS(2694), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3042), 31, + ACTIONS(2702), 6, sym_AND, - sym_DOWNTO, - sym_GENERIC, - sym_MOD, sym_NAND, sym_NOR, sym_OR, - sym_REM, + sym_XNOR, + sym_XOR, + ACTIONS(2706), 6, sym_ROL, sym_ROR, sym_SLA, sym_SLL, sym_SRA, sym_SRL, - sym_TO, - sym_XNOR, - sym_XOR, - anon_sym_SEMI, + ACTIONS(2692), 8, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -182696,49 +182762,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, - [162389] = 6, + [162469] = 17, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2460), 3, + ACTIONS(3238), 1, + sym_exponentiate, + STATE(593), 1, + sym_multiplying_operator, + STATE(600), 1, + sym_adding_operator, + STATE(624), 1, + sym_shift_operator, + STATE(626), 1, + sym_relational_operator, + STATE(627), 1, + sym_logical_operator, + ACTIONS(2698), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2704), 2, + sym_MOD, + sym_REM, + ACTIONS(2696), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + STATE(2461), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3058), 6, + ACTIONS(2694), 4, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3056), 31, + ACTIONS(2702), 6, sym_AND, - sym_DOWNTO, - sym_GENERIC, - sym_MOD, sym_NAND, sym_NOR, sym_OR, - sym_REM, + sym_XNOR, + sym_XOR, + ACTIONS(2706), 6, sym_ROL, sym_ROR, sym_SLA, sym_SLL, sym_SRA, sym_SRL, - sym_TO, - sym_XNOR, - sym_XOR, - anon_sym_SEMI, + ACTIONS(2692), 8, anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -182746,35 +182823,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, - [162445] = 6, + [162547] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2461), 3, + STATE(2462), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3070), 6, + ACTIONS(3046), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3068), 31, + ACTIONS(3044), 31, sym_AND, sym_DOWNTO, - sym_GENERIC, + sym_IS, sym_MOD, sym_NAND, sym_NOR, + sym_OPEN, sym_OR, sym_REM, sym_ROL, @@ -182788,7 +182862,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, @@ -182800,28 +182873,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [162501] = 6, + [162603] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2462), 3, + STATE(656), 1, + sym__direction, + ACTIONS(3204), 2, + sym_DOWNTO, + sym_TO, + STATE(2463), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3040), 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(3038), 31, + ACTIONS(3064), 28, sym_AND, - sym_DOWNTO, - sym_GENERIC, sym_MOD, sym_NAND, sym_NOR, @@ -182833,12 +182909,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, @@ -182850,35 +182925,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [162557] = 8, + [162663] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(531), 1, - sym__direction, - ACTIONS(3194), 2, - sym_DOWNTO, - sym_TO, - STATE(2463), 3, + STATE(2464), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3166), 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(3164), 28, + ACTIONS(3048), 31, sym_AND, + sym_DOWNTO, + sym_IS, sym_MOD, sym_NAND, sym_NOR, - sym_OF, + sym_OPEN, sym_OR, sym_REM, sym_ROL, @@ -182887,9 +182959,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_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -182902,59 +182975,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [162617] = 17, + [162719] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3384), 1, - sym_exponentiate, - STATE(491), 1, - sym_adding_operator, - STATE(492), 1, - sym_multiplying_operator, - STATE(551), 1, - sym_logical_operator, - STATE(552), 1, - sym_relational_operator, - STATE(553), 1, - sym_shift_operator, - ACTIONS(2698), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2704), 2, - sym_MOD, - sym_REM, - ACTIONS(2696), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(2464), 3, + STATE(2465), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2694), 4, + ACTIONS(2380), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2702), 6, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2378), 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(2692), 8, + sym_TO, + sym_XNOR, + sym_XOR, + anon_sym_SEMI, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -182963,25 +183021,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [162695] = 17, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + [162775] = 17, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3186), 1, + ACTIONS(2891), 1, sym_exponentiate, - STATE(507), 1, - sym_adding_operator, - STATE(508), 1, + STATE(422), 1, sym_multiplying_operator, - STATE(551), 1, - sym_logical_operator, - STATE(552), 1, - sym_relational_operator, - STATE(553), 1, + STATE(426), 1, + sym_adding_operator, + STATE(624), 1, sym_shift_operator, + STATE(626), 1, + sym_relational_operator, + STATE(627), 1, + sym_logical_operator, ACTIONS(2698), 2, anon_sym_STAR, anon_sym_SLASH, @@ -182992,7 +183054,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - STATE(2465), 3, + STATE(2466), 3, sym__tool_directive, sym_line_comment, sym_block_comment, @@ -183024,59 +183086,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [162773] = 17, + [162853] = 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_exponentiate, - STATE(497), 1, - sym_adding_operator, - STATE(498), 1, - sym_multiplying_operator, - STATE(551), 1, - sym_logical_operator, - STATE(552), 1, - sym_relational_operator, - STATE(553), 1, - sym_shift_operator, - ACTIONS(2698), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2704), 2, - sym_MOD, - sym_REM, - ACTIONS(2696), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AMP, - STATE(2466), 3, + STATE(2467), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2694), 4, + ACTIONS(2480), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, - ACTIONS(2702), 6, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2478), 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(2692), 8, + sym_TO, + sym_XNOR, + sym_XOR, + anon_sym_SEMI, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -183085,25 +183132,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [162851] = 6, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AMP, + sym_exponentiate, + [162909] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2467), 3, + STATE(2468), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3166), 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(3164), 31, + ACTIONS(3064), 31, sym_AND, sym_DOWNTO, sym_GENERIC, @@ -183135,25 +183186,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [162907] = 17, + [162965] = 17, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3240), 1, + ACTIONS(3266), 1, sym_exponentiate, - STATE(551), 1, - sym_logical_operator, - STATE(552), 1, - sym_relational_operator, - STATE(553), 1, - sym_shift_operator, - STATE(712), 1, + STATE(450), 1, sym_adding_operator, - STATE(713), 1, + STATE(618), 1, sym_multiplying_operator, + STATE(624), 1, + sym_shift_operator, + STATE(626), 1, + sym_relational_operator, + STATE(627), 1, + sym_logical_operator, ACTIONS(2698), 2, anon_sym_STAR, anon_sym_SLASH, @@ -183164,7 +183215,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_AMP, - STATE(2468), 3, + STATE(2469), 3, sym__tool_directive, sym_line_comment, sym_block_comment, @@ -183196,57 +183247,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_SLASH_EQ, anon_sym_QMARK_LT_EQ, anon_sym_QMARK_GT_EQ, - [162985] = 7, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(3216), 1, - sym_RANGE, - STATE(2469), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(3154), 6, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3152), 30, - 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_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, [163043] = 6, ACTIONS(3), 1, sym__grave_accent, @@ -183258,21 +183258,20 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2392), 6, + ACTIONS(2480), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2390), 31, + ACTIONS(2478), 31, sym_AND, sym_DOWNTO, - sym_IS, + sym_GENERIC, sym_MOD, sym_NAND, sym_NOR, - sym_OPEN, sym_OR, sym_REM, sym_ROL, @@ -183286,6 +183285,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, @@ -183308,21 +183308,21 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3062), 6, + ACTIONS(3138), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3060), 30, + ACTIONS(3136), 30, sym_AND, - sym_BUS, + sym_DOWNTO, sym_MOD, sym_NAND, sym_NOR, + sym_OF, sym_OR, - sym_REGISTER, sym_REM, sym_ROL, sym_ROR, @@ -183330,11 +183330,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_LT_EQ, - sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -183357,16 +183357,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3040), 6, + ACTIONS(3146), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3038), 30, + ACTIONS(3144), 30, + sym_AFTER, sym_AND, - sym_BUS, sym_MOD, sym_NAND, sym_NOR, @@ -183378,12 +183378,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, @@ -183406,20 +183406,21 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3058), 6, + ACTIONS(3134), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3056), 30, + ACTIONS(3132), 30, sym_AND, sym_BUS, sym_MOD, sym_NAND, sym_NOR, sym_OR, + sym_REGISTER, sym_REM, sym_ROL, sym_ROR, @@ -183430,7 +183431,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, @@ -183444,27 +183444,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [163264] = 6, + [163264] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + STATE(611), 1, + sym__direction, + ACTIONS(3204), 2, + sym_DOWNTO, + sym_TO, STATE(2474), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3070), 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(3068), 30, + ACTIONS(3064), 27, sym_AND, - sym_BUS, + sym_LOOP, sym_MOD, sym_NAND, sym_NOR, @@ -183478,10 +183483,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, @@ -183493,7 +183495,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [163319] = 6, + [163323] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -183504,16 +183506,20 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2392), 6, + ACTIONS(3308), 4, + sym_BUS, + sym_REGISTER, + anon_sym_SEMI, + sym_variable_assignment, + ACTIONS(3066), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2390), 30, + ACTIONS(3064), 26, sym_AND, - sym_DOWNTO, sym_MOD, sym_NAND, sym_NOR, @@ -183525,11 +183531,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, @@ -183542,7 +183545,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [163374] = 6, + [163380] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -183553,16 +183556,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2392), 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(2390), 30, - sym_AFTER, + ACTIONS(3064), 30, sym_AND, + sym_DOWNTO, sym_MOD, sym_NAND, sym_NOR, @@ -183574,11 +183577,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, @@ -183591,7 +183594,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [163429] = 6, + [163435] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -183602,14 +183605,14 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2446), 6, + ACTIONS(3138), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2444), 30, + ACTIONS(3136), 30, sym_AND, sym_BUS, sym_MOD, @@ -183640,7 +183643,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [163484] = 6, + [163490] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -183651,21 +183654,20 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2392), 6, + ACTIONS(3112), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2390), 30, + ACTIONS(3110), 30, sym_AND, sym_BUS, sym_MOD, sym_NAND, sym_NOR, sym_OR, - sym_REGISTER, sym_REM, sym_ROL, sym_ROR, @@ -183676,6 +183678,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, @@ -183689,7 +183692,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [163539] = 6, + [163545] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -183700,14 +183703,14 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3044), 6, + ACTIONS(3128), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3042), 30, + ACTIONS(3126), 30, sym_AND, sym_BUS, sym_MOD, @@ -183738,7 +183741,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [163594] = 6, + [163600] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -183749,20 +183752,19 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3158), 6, + ACTIONS(3134), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3156), 30, + ACTIONS(3132), 30, sym_AND, - sym_DOWNTO, + sym_BUS, sym_MOD, sym_NAND, sym_NOR, - sym_OF, sym_OR, sym_REM, sym_ROL, @@ -183771,11 +183773,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, @@ -183787,7 +183790,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [163649] = 6, + [163655] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -183798,20 +183801,19 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3166), 6, + ACTIONS(3146), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3164), 30, + ACTIONS(3144), 30, sym_AND, - sym_DOWNTO, + sym_BUS, sym_MOD, sym_NAND, sym_NOR, - sym_OF, sym_OR, sym_REM, sym_ROL, @@ -183820,11 +183822,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, @@ -183836,7 +183839,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [163704] = 6, + [163710] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -183847,20 +183850,21 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3150), 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(3148), 30, + ACTIONS(3064), 30, sym_AND, sym_BUS, sym_MOD, sym_NAND, sym_NOR, sym_OR, + sym_REGISTER, sym_REM, sym_ROL, sym_ROR, @@ -183871,7 +183875,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, @@ -183885,7 +183888,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [163759] = 6, + [163765] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -183896,14 +183899,14 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3070), 6, + ACTIONS(2480), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3068), 30, + ACTIONS(2478), 30, sym_AND, sym_DOWNTO, sym_MOD, @@ -183934,7 +183937,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [163814] = 6, + [163820] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -183945,20 +183948,21 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3154), 6, + ACTIONS(2380), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3152), 30, + ACTIONS(2378), 30, sym_AND, sym_BUS, sym_MOD, sym_NAND, sym_NOR, sym_OR, + sym_REGISTER, sym_REM, sym_ROL, sym_ROR, @@ -183969,7 +183973,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, @@ -183983,7 +183986,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [163869] = 6, + [163875] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -183994,16 +183997,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3158), 6, + ACTIONS(3090), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3156), 30, + ACTIONS(3088), 30, + sym_AFTER, sym_AND, - sym_BUS, sym_MOD, sym_NAND, sym_NOR, @@ -184015,12 +184018,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, @@ -184032,32 +184035,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [163924] = 8, + [163930] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(559), 1, - sym__direction, - ACTIONS(3194), 2, - sym_DOWNTO, - sym_TO, STATE(2486), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3166), 6, + ACTIONS(3146), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3164), 27, + ACTIONS(3144), 30, sym_AND, - sym_LOOP, + sym_DOWNTO, sym_MOD, sym_NAND, sym_NOR, @@ -184069,8 +184067,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, @@ -184083,7 +184084,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [163983] = 6, + [163985] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -184094,19 +184095,20 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2392), 6, + ACTIONS(3112), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2390), 30, + ACTIONS(3110), 30, sym_AND, - sym_BUS, + sym_DOWNTO, sym_MOD, sym_NAND, sym_NOR, + sym_OF, sym_OR, sym_REM, sym_ROL, @@ -184115,12 +184117,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, @@ -184132,7 +184133,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [164038] = 6, + [164040] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -184143,14 +184144,14 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3062), 6, + ACTIONS(3038), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3060), 30, + ACTIONS(3036), 30, sym_AND, sym_BUS, sym_MOD, @@ -184181,32 +184182,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [164093] = 8, + [164095] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(544), 1, - sym__direction, - ACTIONS(3194), 2, - sym_DOWNTO, - sym_TO, STATE(2489), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3166), 6, + ACTIONS(3046), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3164), 27, + ACTIONS(3044), 30, sym_AND, - sym_GENERATE, + sym_BUS, sym_MOD, sym_NAND, sym_NOR, @@ -184220,7 +184216,10 @@ 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, @@ -184232,7 +184231,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [164152] = 6, + [164150] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -184243,20 +184242,21 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3066), 6, + ACTIONS(2480), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3064), 30, + ACTIONS(2478), 30, sym_AND, sym_BUS, sym_MOD, sym_NAND, sym_NOR, sym_OR, + sym_REGISTER, sym_REM, sym_ROL, sym_ROR, @@ -184267,7 +184267,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, @@ -184281,32 +184280,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [164207] = 6, + [164205] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(3744), 1, + anon_sym_EQ_GT, STATE(2491), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3166), 6, + ACTIONS(3046), 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(3164), 30, + ACTIONS(3044), 28, sym_AND, - sym_BUS, sym_MOD, sym_NAND, sym_NOR, sym_OR, - sym_REGISTER, sym_REM, sym_ROL, sym_ROR, @@ -184314,12 +184314,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, anon_sym_QMARK_EQ, @@ -184341,20 +184341,19 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3066), 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(3064), 30, + ACTIONS(3048), 30, sym_AND, - sym_DOWNTO, + sym_BUS, sym_MOD, sym_NAND, sym_NOR, - sym_OF, sym_OR, sym_REM, sym_ROL, @@ -184363,11 +184362,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, @@ -184390,20 +184390,19 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3044), 6, + ACTIONS(3134), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3042), 30, + ACTIONS(3132), 30, + sym_AFTER, sym_AND, - sym_DOWNTO, sym_MOD, sym_NAND, sym_NOR, - sym_OF, sym_OR, sym_REM, sym_ROL, @@ -184412,9 +184411,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, @@ -184439,20 +184439,19 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3058), 6, + ACTIONS(3128), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3056), 30, + ACTIONS(3126), 30, + sym_AFTER, sym_AND, - sym_DOWNTO, sym_MOD, sym_NAND, sym_NOR, - sym_OF, sym_OR, sym_REM, sym_ROL, @@ -184461,9 +184460,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, @@ -184488,20 +184488,19 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3040), 6, + ACTIONS(3112), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3038), 30, + ACTIONS(3110), 30, + sym_AFTER, sym_AND, - sym_DOWNTO, sym_MOD, sym_NAND, sym_NOR, - sym_OF, sym_OR, sym_REM, sym_ROL, @@ -184510,9 +184509,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, @@ -184537,16 +184537,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2446), 6, + ACTIONS(2380), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2444), 30, + ACTIONS(2378), 30, sym_AND, - sym_DOWNTO, + sym_BUS, sym_MOD, sym_NAND, sym_NOR, @@ -184558,12 +184558,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, @@ -184586,16 +184586,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3150), 6, + ACTIONS(3138), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3148), 30, + ACTIONS(3136), 30, + sym_AFTER, sym_AND, - sym_DOWNTO, sym_MOD, sym_NAND, sym_NOR, @@ -184607,11 +184607,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, @@ -184624,7 +184624,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [164592] = 7, + [164592] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -184635,20 +184635,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3286), 4, - sym_BUS, - anon_sym_SEMI, - anon_sym_RPAREN, - sym_variable_assignment, - ACTIONS(3166), 6, + ACTIONS(3090), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3164), 26, + ACTIONS(3088), 30, sym_AND, + sym_BUS, sym_MOD, sym_NAND, sym_NOR, @@ -184662,7 +184658,10 @@ 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, @@ -184674,7 +184673,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [164649] = 6, + [164647] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -184685,20 +184684,19 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3062), 6, + ACTIONS(2480), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3060), 30, + ACTIONS(2478), 30, sym_AND, - sym_DOWNTO, + sym_BUS, sym_MOD, sym_NAND, sym_NOR, - sym_OF, sym_OR, sym_REM, sym_ROL, @@ -184707,11 +184705,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, @@ -184723,7 +184722,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [164704] = 6, + [164702] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -184734,16 +184733,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3154), 6, + ACTIONS(3038), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3152), 30, + ACTIONS(3036), 30, + sym_AFTER, sym_AND, - sym_DOWNTO, sym_MOD, sym_NAND, sym_NOR, @@ -184755,11 +184754,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, @@ -184772,7 +184771,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [164759] = 6, + [164757] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -184783,16 +184782,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3158), 6, + ACTIONS(3046), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3156), 30, + ACTIONS(3044), 30, + sym_AFTER, sym_AND, - sym_DOWNTO, sym_MOD, sym_NAND, sym_NOR, @@ -184804,11 +184803,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, @@ -184821,7 +184820,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [164814] = 6, + [164812] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -184832,16 +184831,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3062), 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(3060), 30, + ACTIONS(3048), 30, + sym_AFTER, sym_AND, - sym_DOWNTO, sym_MOD, sym_NAND, sym_NOR, @@ -184853,11 +184852,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, @@ -184870,7 +184869,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [164869] = 6, + [164867] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -184889,8 +184888,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, ACTIONS(3064), 30, + sym_AFTER, sym_AND, - sym_DOWNTO, sym_MOD, sym_NAND, sym_NOR, @@ -184902,11 +184901,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, @@ -184919,29 +184918,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [164924] = 7, + [164922] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3574), 1, - anon_sym_EQ_GT, STATE(2504), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3154), 7, - anon_sym_EQ, + ACTIONS(2480), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3152), 28, + ACTIONS(2478), 30, sym_AND, + sym_DOWNTO, sym_MOD, sym_NAND, sym_NOR, @@ -184953,12 +184950,13 @@ 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_COMMA, - anon_sym_RPAREN, + anon_sym_SEMI, anon_sym_LT_EQ, + anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, anon_sym_QMARK_EQ, @@ -184969,7 +184967,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [164981] = 6, + [164977] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -184980,16 +184978,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3044), 6, + ACTIONS(2380), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3042), 30, + ACTIONS(2378), 30, + sym_AFTER, sym_AND, - sym_DOWNTO, sym_MOD, sym_NAND, sym_NOR, @@ -185001,11 +184999,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, @@ -185018,7 +185016,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [165036] = 6, + [165032] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -185029,19 +185027,20 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2446), 6, + ACTIONS(2380), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2444), 30, - sym_AFTER, + ACTIONS(2378), 30, sym_AND, + sym_DOWNTO, sym_MOD, sym_NAND, sym_NOR, + sym_OF, sym_OR, sym_REM, sym_ROL, @@ -185050,10 +185049,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_LT_EQ, anon_sym_EQ, @@ -185067,31 +185065,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [165091] = 6, + [165087] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + STATE(642), 1, + sym__direction, + ACTIONS(3204), 2, + sym_DOWNTO, + sym_TO, STATE(2507), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3154), 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(3152), 30, + ACTIONS(3064), 27, sym_AND, - sym_DOWNTO, + sym_GENERATE, sym_MOD, sym_NAND, sym_NOR, - sym_OF, sym_OR, sym_REM, sym_ROL, @@ -185100,10 +185102,8 @@ 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, @@ -185127,19 +185127,20 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3150), 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(3148), 30, - sym_AFTER, + ACTIONS(3048), 30, sym_AND, + sym_DOWNTO, sym_MOD, sym_NAND, sym_NOR, + sym_OF, sym_OR, sym_REM, sym_ROL, @@ -185148,10 +185149,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_LT_EQ, anon_sym_EQ, @@ -185176,19 +185176,20 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3154), 6, + ACTIONS(3046), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3152), 30, - sym_AFTER, + ACTIONS(3044), 30, sym_AND, + sym_DOWNTO, sym_MOD, sym_NAND, sym_NOR, + sym_OF, sym_OR, sym_REM, sym_ROL, @@ -185197,10 +185198,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_LT_EQ, anon_sym_EQ, @@ -185225,19 +185225,20 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3158), 6, + ACTIONS(3038), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3156), 30, - sym_AFTER, + ACTIONS(3036), 30, sym_AND, + sym_DOWNTO, sym_MOD, sym_NAND, sym_NOR, + sym_OF, sym_OR, sym_REM, sym_ROL, @@ -185246,10 +185247,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_LT_EQ, anon_sym_EQ, @@ -185274,19 +185274,20 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3062), 6, + ACTIONS(3090), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3060), 30, - sym_AFTER, + ACTIONS(3088), 30, sym_AND, + sym_DOWNTO, sym_MOD, sym_NAND, sym_NOR, + sym_OF, sym_OR, sym_REM, sym_ROL, @@ -185295,10 +185296,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_LT_EQ, anon_sym_EQ, @@ -185331,8 +185331,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, ACTIONS(3064), 30, - sym_AFTER, sym_AND, + sym_BUS, sym_MOD, sym_NAND, sym_NOR, @@ -185344,12 +185344,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, @@ -185361,32 +185361,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [165421] = 6, + [165421] = 8, 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(3204), 2, + sym_DOWNTO, + sym_TO, STATE(2513), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2446), 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(2444), 30, + ACTIONS(3064), 27, sym_AND, - sym_BUS, + sym_IS, sym_MOD, sym_NAND, sym_NOR, sym_OR, - sym_REGISTER, sym_REM, sym_ROL, sym_ROR, @@ -185396,9 +185400,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, @@ -185410,7 +185412,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [165476] = 6, + [165480] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -185421,19 +185423,20 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3044), 6, + ACTIONS(3128), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3042), 30, - sym_AFTER, + ACTIONS(3126), 30, sym_AND, + sym_DOWNTO, sym_MOD, sym_NAND, sym_NOR, + sym_OF, sym_OR, sym_REM, sym_ROL, @@ -185442,10 +185445,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_LT_EQ, anon_sym_EQ, @@ -185459,7 +185461,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [165531] = 6, + [165535] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -185470,19 +185472,20 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3058), 6, + ACTIONS(3134), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3056), 30, - sym_AFTER, + ACTIONS(3132), 30, sym_AND, + sym_DOWNTO, sym_MOD, sym_NAND, sym_NOR, + sym_OF, sym_OR, sym_REM, sym_ROL, @@ -185491,10 +185494,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_LT_EQ, anon_sym_EQ, @@ -185508,7 +185510,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [165586] = 6, + [165590] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -185519,21 +185521,21 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3150), 6, + ACTIONS(3146), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3148), 30, + ACTIONS(3144), 30, sym_AND, - sym_BUS, + sym_DOWNTO, sym_MOD, sym_NAND, sym_NOR, + sym_OF, sym_OR, - sym_REGISTER, sym_REM, sym_ROL, sym_ROR, @@ -185541,11 +185543,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_LT_EQ, - sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -185557,7 +185559,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [165641] = 6, + [165645] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -185568,21 +185570,21 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3154), 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(3152), 30, + ACTIONS(3064), 30, sym_AND, - sym_BUS, + sym_DOWNTO, sym_MOD, sym_NAND, sym_NOR, + sym_OF, sym_OR, - sym_REGISTER, sym_REM, sym_ROL, sym_ROR, @@ -185590,11 +185592,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_LT_EQ, - sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -185606,7 +185608,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [165696] = 6, + [165700] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -185617,21 +185619,20 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3158), 6, + ACTIONS(2380), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3156), 30, + ACTIONS(2378), 30, sym_AND, - sym_BUS, + sym_DOWNTO, sym_MOD, sym_NAND, sym_NOR, sym_OR, - sym_REGISTER, sym_REM, sym_ROL, sym_ROR, @@ -185639,11 +185640,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_LT_EQ, - sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -185655,7 +185657,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [165751] = 6, + [165755] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -185666,16 +185668,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3070), 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(3068), 30, - sym_AFTER, + ACTIONS(3048), 30, sym_AND, + sym_DOWNTO, sym_MOD, sym_NAND, sym_NOR, @@ -185687,11 +185689,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, @@ -185704,32 +185706,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [165806] = 8, + [165810] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(549), 1, - sym__direction, - ACTIONS(3194), 2, - sym_DOWNTO, - sym_TO, STATE(2520), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3166), 6, + ACTIONS(3046), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3164), 27, + ACTIONS(3044), 30, sym_AND, - sym_IS, + sym_DOWNTO, sym_MOD, sym_NAND, sym_NOR, @@ -185741,8 +185738,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, @@ -185766,14 +185766,14 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3166), 6, + ACTIONS(3038), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3164), 30, + ACTIONS(3036), 30, sym_AND, sym_DOWNTO, sym_MOD, @@ -185815,16 +185815,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3040), 6, + ACTIONS(3090), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3038), 30, - sym_AFTER, + ACTIONS(3088), 30, sym_AND, + sym_DOWNTO, sym_MOD, sym_NAND, sym_NOR, @@ -185836,11 +185836,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, @@ -185853,7 +185853,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [165975] = 6, + [165975] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -185864,6 +185864,11 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, + ACTIONS(3308), 4, + sym_BUS, + anon_sym_SEMI, + anon_sym_RPAREN, + sym_variable_assignment, ACTIONS(3066), 6, anon_sym_LT, anon_sym_GT, @@ -185871,14 +185876,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3064), 30, + ACTIONS(3064), 26, sym_AND, - sym_BUS, sym_MOD, sym_NAND, sym_NOR, sym_OR, - sym_REGISTER, sym_REM, sym_ROL, sym_ROR, @@ -185888,9 +185891,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, @@ -185902,7 +185903,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [166030] = 6, + [166032] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -185913,14 +185914,14 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3044), 6, + ACTIONS(3146), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3042), 30, + ACTIONS(3144), 30, sym_AND, sym_BUS, sym_MOD, @@ -185951,7 +185952,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [166085] = 6, + [166087] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -185962,21 +185963,20 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3058), 6, + ACTIONS(3138), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3056), 30, + ACTIONS(3136), 30, sym_AND, - sym_BUS, + sym_DOWNTO, sym_MOD, sym_NAND, sym_NOR, sym_OR, - sym_REGISTER, sym_REM, sym_ROL, sym_ROR, @@ -185984,11 +185984,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_LT_EQ, - sym_variable_assignment, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, @@ -186000,7 +186001,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [166140] = 6, + [166142] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -186011,14 +186012,14 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3070), 6, + ACTIONS(3128), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3068), 30, + ACTIONS(3126), 30, sym_AND, sym_BUS, sym_MOD, @@ -186049,7 +186050,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [166195] = 6, + [166197] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -186060,14 +186061,14 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3040), 6, + ACTIONS(3112), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3038), 30, + ACTIONS(3110), 30, sym_AND, sym_BUS, sym_MOD, @@ -186098,7 +186099,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [166250] = 6, + [166252] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -186109,14 +186110,14 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3058), 6, + ACTIONS(3112), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3056), 30, + ACTIONS(3110), 30, sym_AND, sym_DOWNTO, sym_MOD, @@ -186147,7 +186148,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [166305] = 6, + [166307] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -186158,14 +186159,14 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3070), 6, + ACTIONS(3128), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3068), 30, + ACTIONS(3126), 30, sym_AND, sym_DOWNTO, sym_MOD, @@ -186196,7 +186197,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [166360] = 6, + [166362] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -186207,20 +186208,19 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2446), 6, + ACTIONS(3134), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2444), 30, + ACTIONS(3132), 30, sym_AND, sym_DOWNTO, sym_MOD, sym_NAND, sym_NOR, - sym_OF, sym_OR, sym_REM, sym_ROL, @@ -186230,9 +186230,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, @@ -186245,7 +186246,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [166415] = 6, + [166417] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -186256,16 +186257,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3040), 6, + ACTIONS(2480), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3038), 30, + ACTIONS(2478), 30, + sym_AFTER, sym_AND, - sym_DOWNTO, sym_MOD, sym_NAND, sym_NOR, @@ -186277,11 +186278,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, @@ -186294,7 +186295,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [166470] = 6, + [166472] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -186305,21 +186306,21 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2392), 6, + ACTIONS(3138), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2390), 30, + ACTIONS(3136), 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, @@ -186327,11 +186328,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, @@ -186343,7 +186344,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [166525] = 6, + [166527] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -186354,20 +186355,21 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3166), 6, + ACTIONS(3090), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3164), 30, + ACTIONS(3088), 30, sym_AND, sym_BUS, sym_MOD, sym_NAND, sym_NOR, sym_OR, + sym_REGISTER, sym_REM, sym_ROL, sym_ROR, @@ -186378,7 +186380,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, @@ -186392,7 +186393,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [166580] = 7, + [166582] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -186403,24 +186404,21 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3286), 4, - sym_BUS, - sym_REGISTER, - anon_sym_SEMI, - sym_variable_assignment, - ACTIONS(3166), 6, + ACTIONS(3038), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3164), 26, + ACTIONS(3036), 30, sym_AND, + sym_BUS, sym_MOD, sym_NAND, sym_NOR, sym_OR, + sym_REGISTER, sym_REM, sym_ROL, sym_ROR, @@ -186430,7 +186428,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, @@ -186453,21 +186453,21 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3150), 6, + ACTIONS(3046), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3148), 30, + ACTIONS(3044), 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, @@ -186475,11 +186475,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, @@ -186502,20 +186502,21 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3166), 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(3164), 30, - sym_AFTER, + ACTIONS(3048), 30, sym_AND, + sym_BUS, sym_MOD, sym_NAND, sym_NOR, sym_OR, + sym_REGISTER, sym_REM, sym_ROL, sym_ROR, @@ -186523,12 +186524,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, @@ -186551,24 +186551,24 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3062), 6, + ACTIONS(2480), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3060), 29, + ACTIONS(2478), 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, @@ -186588,7 +186588,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [166801] = 5, + [166801] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -186599,43 +186599,44 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3746), 35, - sym_identifier, - sym_ABS, + ACTIONS(3112), 6, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(3110), 29, sym_AND, + sym_DOWNTO, + sym_GENERATE, + 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, - [166853] = 6, + anon_sym_AMP, + sym_exponentiate, + [166855] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -186646,17 +186647,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3040), 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(3038), 29, + ACTIONS(3064), 29, sym_AND, - sym_DOWNTO, - sym_GENERATE, + sym_GENERIC, sym_MOD, sym_NAND, sym_NOR, @@ -186668,10 +186668,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, @@ -186683,7 +186684,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [166907] = 6, + [166909] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -186694,31 +186695,31 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3040), 6, + ACTIONS(3128), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3038), 29, + ACTIONS(3126), 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, @@ -186731,7 +186732,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [166961] = 6, + [166963] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -186742,31 +186743,31 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3150), 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(3148), 29, + ACTIONS(3064), 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, @@ -186779,75 +186780,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [167015] = 5, + [167017] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(3308), 3, + sym_IS, + sym_OPEN, + anon_sym_SEMI, STATE(2542), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3748), 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, - [167067] = 6, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(2543), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(3154), 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(3152), 29, + ACTIONS(3064), 26, sym_AND, - sym_DOWNTO, - sym_LOOP, sym_MOD, sym_NAND, sym_NOR, @@ -186859,7 +186815,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, @@ -186874,25 +186829,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [167121] = 6, + [167073] = 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(2543), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3166), 6, + ACTIONS(3134), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3164), 29, + ACTIONS(3132), 29, sym_AND, sym_DOWNTO, sym_IS, @@ -186922,27 +186877,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [167175] = 6, + [167127] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2545), 3, + STATE(2544), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2392), 6, + ACTIONS(2380), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2390), 29, + ACTIONS(2378), 29, sym_AND, - sym_GENERIC, + sym_DOWNTO, + sym_GENERATE, sym_MOD, sym_NAND, sym_NOR, @@ -186954,11 +186910,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, @@ -186970,31 +186925,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [167229] = 6, + [167181] = 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(2545), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3158), 6, + ACTIONS(3146), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3156), 29, + ACTIONS(3144), 29, sym_AND, - sym_DOWNTO, - sym_LOOP, + sym_IS, sym_MOD, sym_NAND, sym_NOR, + sym_OPEN, sym_OR, sym_REM, sym_ROL, @@ -187003,9 +186958,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, @@ -187018,76 +186973,75 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [167283] = 6, + [167235] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2547), 3, + STATE(2546), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3166), 6, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3164), 29, + ACTIONS(3746), 35, + sym_identifier, + sym_ABS, sym_AND, - sym_MOD, sym_NAND, + sym_NEW, sym_NOR, + sym_NOT, + sym_NULL, sym_OR, - sym_REM, - sym_REPORT, - sym_ROL, - sym_ROR, - sym_SEVERITY, - 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, - [167337] = 6, + anon_sym_LT_LT, + [167287] = 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(2547), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3062), 6, + ACTIONS(3146), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3060), 29, + ACTIONS(3144), 29, sym_AND, sym_DOWNTO, - sym_LOOP, + sym_IS, sym_MOD, sym_NAND, sym_NOR, @@ -187114,42 +187068,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [167391] = 6, + [167341] = 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(2548), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3066), 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(3064), 29, + ACTIONS(3048), 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, @@ -187162,42 +187116,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [167445] = 6, + [167395] = 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(2549), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3058), 6, + ACTIONS(3112), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3056), 29, + ACTIONS(3110), 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, @@ -187210,28 +187164,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [167499] = 6, + [167449] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2551), 3, + ACTIONS(3308), 3, + sym_GENERIC, + anon_sym_SEMI, + sym_variable_assignment, + STATE(2550), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3044), 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(3042), 29, + ACTIONS(3064), 26, sym_AND, - sym_DOWNTO, - sym_LOOP, sym_MOD, sym_NAND, sym_NOR, @@ -187243,7 +187199,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, @@ -187258,76 +187213,75 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [167553] = 6, + [167505] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2552), 3, + STATE(2551), 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(3056), 29, + ACTIONS(3748), 35, + sym_identifier, + sym_ABS, sym_AND, - sym_DOWNTO, - sym_LOOP, - 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_TO, + sym_OTHERS, 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, + 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, - [167607] = 6, + anon_sym_LT_LT, + [167557] = 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(2552), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3070), 6, + ACTIONS(3090), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3068), 29, + ACTIONS(3088), 29, sym_AND, sym_DOWNTO, - sym_LOOP, + sym_GENERATE, sym_MOD, sym_NAND, sym_NOR, @@ -187354,42 +187308,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [167661] = 6, + [167611] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2554), 3, + STATE(2553), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2446), 6, + ACTIONS(3046), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2444), 29, + ACTIONS(3044), 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, @@ -187402,42 +187356,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [167715] = 6, + [167665] = 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(2554), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3040), 6, + ACTIONS(3038), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3038), 29, + ACTIONS(3036), 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, @@ -187450,35 +187404,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [167769] = 6, + [167719] = 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(2555), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3070), 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(3068), 29, + ACTIONS(3064), 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, @@ -187498,28 +187452,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [167823] = 6, + [167773] = 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(2556), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3150), 6, + ACTIONS(3146), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3148), 29, + ACTIONS(3144), 29, sym_AND, sym_DOWNTO, - sym_IS, + sym_LOOP, sym_MOD, sym_NAND, sym_NOR, @@ -187546,28 +187500,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [167877] = 6, + [167827] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2558), 3, + STATE(2557), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3154), 6, + ACTIONS(3038), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3152), 29, + ACTIONS(3036), 29, sym_AND, sym_DOWNTO, - sym_IS, + sym_GENERATE, sym_MOD, sym_NAND, sym_NOR, @@ -187594,28 +187548,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [167931] = 6, + [167881] = 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(2558), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2446), 6, + ACTIONS(3134), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2444), 29, + ACTIONS(3132), 29, sym_AND, sym_DOWNTO, - sym_GENERATE, + sym_LOOP, sym_MOD, sym_NAND, sym_NOR, @@ -187642,35 +187596,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [167985] = 6, + [167935] = 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(2559), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3166), 6, + ACTIONS(3090), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3164), 29, + ACTIONS(3088), 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, @@ -187690,76 +187644,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [168039] = 6, + [167989] = 6, 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(3150), 6, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3148), 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, - [168093] = 6, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(2562), 3, + STATE(2560), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3154), 6, + ACTIONS(3128), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3152), 29, + ACTIONS(3126), 29, sym_AND, sym_DOWNTO, - sym_GENERATE, + sym_LOOP, sym_MOD, sym_NAND, sym_NOR, @@ -187786,25 +187692,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [168147] = 6, + [168043] = 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(2561), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3158), 6, + ACTIONS(3138), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3156), 29, + ACTIONS(3136), 29, sym_AND, sym_DOWNTO, sym_GENERATE, @@ -187834,42 +187740,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [168201] = 6, + [168097] = 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(2562), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3158), 6, + ACTIONS(3112), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3156), 29, + ACTIONS(3110), 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, @@ -187882,34 +187788,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [168255] = 6, + [168151] = 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(2563), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3166), 6, + ACTIONS(3128), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3164), 29, + ACTIONS(3126), 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, @@ -187918,7 +187825,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, @@ -187930,42 +187836,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [168309] = 6, + [168205] = 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(2564), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3062), 6, + ACTIONS(3134), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3060), 29, + ACTIONS(3132), 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, @@ -187978,25 +187884,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [168363] = 6, + [168259] = 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(2565), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3150), 6, + ACTIONS(3138), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3148), 29, + ACTIONS(3136), 29, sym_AND, sym_MOD, sym_NAND, @@ -188026,42 +187932,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [168417] = 6, + [168313] = 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(2566), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3066), 6, + ACTIONS(2380), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3064), 29, + ACTIONS(2378), 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, @@ -188074,25 +187980,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [168471] = 6, + [168367] = 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(2567), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2392), 6, + ACTIONS(3112), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2390), 29, + ACTIONS(3110), 29, sym_AND, sym_DOWNTO, sym_LOOP, @@ -188122,25 +188028,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [168525] = 6, + [168421] = 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(2568), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2446), 6, + ACTIONS(2380), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2444), 29, + ACTIONS(2378), 29, sym_AND, sym_IS, sym_MOD, @@ -188170,79 +188076,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [168579] = 6, + [168475] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2571), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(3166), 6, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3164), 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, - [168633] = 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(2569), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2446), 6, + ACTIONS(3134), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2444), 29, + ACTIONS(3132), 29, sym_AND, - sym_DOWNTO, - sym_LOOP, + sym_IS, sym_MOD, sym_NAND, sym_NOR, + sym_OPEN, sym_OR, sym_REM, sym_ROL, @@ -188251,9 +188109,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, @@ -188266,25 +188124,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [168687] = 6, + [168529] = 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(2570), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3154), 6, + ACTIONS(3128), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3152), 29, + ACTIONS(3126), 29, sym_AND, sym_IS, sym_MOD, @@ -188314,25 +188172,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [168741] = 6, + [168583] = 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(2571), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3158), 6, + ACTIONS(3112), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3156), 29, + ACTIONS(3110), 29, sym_AND, sym_IS, sym_MOD, @@ -188362,30 +188220,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [168795] = 7, + [168637] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3286), 3, - sym_GENERIC, - anon_sym_SEMI, - sym_variable_assignment, - STATE(2575), 3, + STATE(2572), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3166), 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(3164), 26, + ACTIONS(3064), 29, sym_AND, + sym_DOWNTO, + sym_LOOP, sym_MOD, sym_NAND, sym_NOR, @@ -188397,6 +188253,7 @@ static const uint16_t ts_small_parse_table[] = { sym_SLL, sym_SRA, sym_SRL, + sym_TO, sym_XNOR, sym_XOR, anon_sym_LT_EQ, @@ -188411,25 +188268,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [168851] = 6, + [168691] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2576), 3, + STATE(2573), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3062), 6, + ACTIONS(3138), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3060), 29, + ACTIONS(3136), 29, sym_AND, sym_IS, sym_MOD, @@ -188459,25 +188316,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [168905] = 6, + [168745] = 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(2574), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3066), 6, + ACTIONS(3090), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3064), 29, + ACTIONS(3088), 29, sym_AND, sym_IS, sym_MOD, @@ -188507,31 +188364,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [168959] = 6, + [168799] = 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(2575), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2392), 6, + ACTIONS(2480), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2390), 29, + ACTIONS(2478), 29, sym_AND, - sym_IS, + sym_DOWNTO, + sym_LOOP, sym_MOD, sym_NAND, sym_NOR, - sym_OPEN, sym_OR, sym_REM, sym_ROL, @@ -188540,9 +188397,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, @@ -188555,14 +188412,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [169013] = 5, + [168853] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2579), 3, + STATE(2576), 3, sym__tool_directive, sym_line_comment, sym_block_comment, @@ -188576,7 +188433,7 @@ static const uint16_t ts_small_parse_table[] = { sym_NOT, sym_NULL, sym_OR, - sym_OTHERS, + sym_UNAFFECTED, sym_XNOR, sym_XOR, sym_decimal_integer, @@ -188602,79 +188459,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_LT_LT, - [169065] = 6, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(2580), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(3044), 6, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3042), 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, - [169119] = 6, + [168905] = 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(2577), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3058), 6, + ACTIONS(2480), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3056), 29, + ACTIONS(2478), 29, sym_AND, - sym_IS, + sym_DOWNTO, + sym_GENERATE, sym_MOD, sym_NAND, sym_NOR, - sym_OPEN, sym_OR, sym_REM, sym_ROL, @@ -188683,9 +188492,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, @@ -188698,31 +188507,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [169173] = 6, + [168959] = 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(2578), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3070), 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(3068), 29, + ACTIONS(3064), 29, sym_AND, - sym_IS, + sym_DOWNTO, + sym_GENERATE, sym_MOD, sym_NAND, sym_NOR, - sym_OPEN, sym_OR, sym_REM, sym_ROL, @@ -188731,9 +188540,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, @@ -188746,25 +188555,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [169227] = 6, + [169013] = 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(2579), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3040), 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(3038), 29, + ACTIONS(3048), 29, sym_AND, sym_IS, sym_MOD, @@ -188794,42 +188603,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [169281] = 6, + [169067] = 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(2580), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3154), 6, + ACTIONS(2480), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3152), 29, + ACTIONS(2478), 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, @@ -188842,25 +188651,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [169335] = 6, + [169121] = 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(2581), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3062), 6, + ACTIONS(3138), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3060), 29, + ACTIONS(3136), 29, sym_AND, sym_DOWNTO, sym_IS, @@ -188890,42 +188699,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [169389] = 6, + [169175] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2586), 3, + STATE(2582), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3044), 6, + ACTIONS(3146), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3042), 29, + ACTIONS(3144), 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, @@ -188938,25 +188747,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [169443] = 6, + [169229] = 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(2583), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3066), 6, + ACTIONS(3090), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3064), 29, + ACTIONS(3088), 29, sym_AND, sym_DOWNTO, sym_IS, @@ -188986,25 +188795,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [169497] = 6, + [169283] = 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(2584), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2392), 6, + ACTIONS(2480), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2390), 29, + ACTIONS(2478), 29, sym_AND, sym_MOD, sym_NAND, @@ -189034,28 +188843,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [169551] = 6, + [169337] = 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(2585), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3058), 6, + ACTIONS(3146), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3056), 29, + ACTIONS(3144), 29, sym_AND, - sym_DOWNTO, - sym_GENERATE, + sym_GENERIC, sym_MOD, sym_NAND, sym_NOR, @@ -189067,10 +188875,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, @@ -189082,35 +188891,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [169605] = 6, + [169391] = 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(2586), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3066), 6, + ACTIONS(3046), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3064), 29, + ACTIONS(3044), 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, @@ -189130,28 +188939,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [169659] = 6, + [169445] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2591), 3, + STATE(2587), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3070), 6, + ACTIONS(3134), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3068), 29, + ACTIONS(3132), 29, sym_AND, - sym_DOWNTO, - sym_GENERATE, + sym_GENERIC, sym_MOD, sym_NAND, sym_NOR, @@ -189163,10 +188971,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, @@ -189178,28 +188987,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [169713] = 6, + [169499] = 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(2588), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3166), 6, + ACTIONS(3128), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3164), 29, + ACTIONS(3126), 29, sym_AND, - sym_DOWNTO, - sym_GENERATE, + sym_GENERIC, sym_MOD, sym_NAND, sym_NOR, @@ -189211,10 +189019,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, @@ -189226,75 +189035,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [169767] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(2593), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(3752), 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, - [169819] = 6, + [169553] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2594), 3, + STATE(2589), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2392), 6, + ACTIONS(3112), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2390), 29, + ACTIONS(3110), 29, sym_AND, - sym_DOWNTO, - sym_GENERATE, + sym_GENERIC, sym_MOD, sym_NAND, sym_NOR, @@ -189306,10 +189067,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, @@ -189321,31 +189083,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [169873] = 6, + [169607] = 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(2590), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3044), 6, + ACTIONS(3038), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3042), 29, + ACTIONS(3036), 29, sym_AND, - sym_DOWNTO, sym_IS, sym_MOD, sym_NAND, sym_NOR, + sym_OPEN, sym_OR, sym_REM, sym_ROL, @@ -189354,9 +189116,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, @@ -189369,28 +189131,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [169927] = 6, + [169661] = 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(2591), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3058), 6, + ACTIONS(3138), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3056), 29, + ACTIONS(3136), 29, sym_AND, sym_DOWNTO, - sym_IS, + sym_LOOP, sym_MOD, sym_NAND, sym_NOR, @@ -189417,28 +189179,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [169981] = 6, + [169715] = 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(2592), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3070), 6, + ACTIONS(3138), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3068), 29, + ACTIONS(3136), 29, sym_AND, - sym_DOWNTO, - sym_IS, + sym_GENERIC, sym_MOD, sym_NAND, sym_NOR, @@ -189450,10 +189211,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, @@ -189465,27 +189227,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [170035] = 6, + [169769] = 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(2593), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2446), 6, + ACTIONS(2380), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2444), 29, + ACTIONS(2378), 29, sym_AND, - sym_GENERIC, + sym_DOWNTO, + sym_LOOP, sym_MOD, sym_NAND, sym_NOR, @@ -189497,11 +189260,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, @@ -189513,27 +189275,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [170089] = 6, + [169823] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2599), 3, + STATE(2594), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3150), 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(3148), 29, + ACTIONS(3048), 29, sym_AND, - sym_GENERIC, + sym_DOWNTO, + sym_GENERATE, sym_MOD, sym_NAND, sym_NOR, @@ -189545,11 +189308,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, @@ -189561,27 +189323,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [170143] = 6, + [169877] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2600), 3, + STATE(2595), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3154), 6, + ACTIONS(2380), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3152), 29, + ACTIONS(2378), 29, sym_AND, - sym_GENERIC, + sym_DOWNTO, + sym_IS, sym_MOD, sym_NAND, sym_NOR, @@ -189593,11 +189356,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, @@ -189609,25 +189371,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [170197] = 6, + [169931] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2601), 3, + STATE(2596), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3158), 6, + ACTIONS(2480), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3156), 29, + ACTIONS(2478), 29, sym_AND, sym_GENERIC, sym_MOD, @@ -189657,27 +189419,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [170251] = 6, + [169985] = 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(2597), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3062), 6, + ACTIONS(3038), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3060), 29, + ACTIONS(3036), 29, sym_AND, - sym_GENERIC, + sym_DOWNTO, + sym_IS, sym_MOD, sym_NAND, sym_NOR, @@ -189689,11 +189452,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, @@ -189705,25 +189467,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [170305] = 6, + [170039] = 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(2598), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3066), 6, + ACTIONS(2380), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3064), 29, + ACTIONS(2378), 29, sym_AND, sym_GENERIC, sym_MOD, @@ -189753,27 +189515,75 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [170359] = 6, + [170093] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2604), 3, + STATE(2599), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3752), 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, + [170145] = 6, + 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(3044), 6, + ACTIONS(3146), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3042), 29, + ACTIONS(3144), 29, sym_AND, - sym_GENERIC, + sym_DOWNTO, + sym_GENERATE, sym_MOD, sym_NAND, sym_NOR, @@ -189785,11 +189595,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, @@ -189801,25 +189610,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [170413] = 6, + [170199] = 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(2601), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3058), 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(3056), 29, + ACTIONS(3048), 29, sym_AND, sym_GENERIC, sym_MOD, @@ -189849,27 +189658,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [170467] = 6, + [170253] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2606), 3, + STATE(2602), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3070), 6, + ACTIONS(3046), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3068), 29, + ACTIONS(3044), 29, sym_AND, - sym_GENERIC, + sym_DOWNTO, + sym_IS, sym_MOD, sym_NAND, sym_NOR, @@ -189881,11 +189691,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, @@ -189897,27 +189706,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [170521] = 6, + [170307] = 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(2603), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3040), 6, + ACTIONS(3038), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3038), 29, + ACTIONS(3036), 29, sym_AND, - sym_GENERIC, + sym_DOWNTO, + sym_LOOP, sym_MOD, sym_NAND, sym_NOR, @@ -189929,11 +189739,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, @@ -189945,28 +189754,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [170575] = 6, + [170361] = 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(2604), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2392), 6, + ACTIONS(3128), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2390), 29, + ACTIONS(3126), 29, sym_AND, sym_DOWNTO, - sym_IS, + sym_GENERATE, sym_MOD, sym_NAND, sym_NOR, @@ -189993,30 +189802,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [170629] = 7, + [170415] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3286), 3, - sym_IS, - sym_OPEN, - anon_sym_SEMI, - STATE(2609), 3, + STATE(2605), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3166), 6, + ACTIONS(3046), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3164), 26, + ACTIONS(3044), 29, sym_AND, + sym_DOWNTO, + sym_GENERATE, sym_MOD, sym_NAND, sym_NOR, @@ -190028,6 +189835,7 @@ static const uint16_t ts_small_parse_table[] = { sym_SLL, sym_SRA, sym_SRL, + sym_TO, sym_XNOR, sym_XOR, anon_sym_LT_EQ, @@ -190042,42 +189850,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [170685] = 6, + [170469] = 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(2606), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2446), 6, + ACTIONS(3090), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2444), 29, + ACTIONS(3088), 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, @@ -190090,25 +189898,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [170739] = 6, + [170523] = 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(2607), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3040), 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(3038), 29, + ACTIONS(3048), 29, sym_AND, sym_DOWNTO, sym_IS, @@ -190138,35 +189946,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [170793] = 6, + [170577] = 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(2608), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3158), 6, + ACTIONS(3046), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3156), 29, + ACTIONS(3044), 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, @@ -190175,6 +189982,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, @@ -190186,14 +189994,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [170847] = 5, + [170631] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2613), 3, + STATE(2609), 3, sym__tool_directive, sym_line_comment, sym_block_comment, @@ -190233,35 +190041,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_LT_LT, - [170899] = 6, + [170683] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2614), 3, + STATE(2610), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3044), 6, + ACTIONS(3038), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3042), 29, + ACTIONS(3036), 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, @@ -190270,6 +190077,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, @@ -190281,31 +190089,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [170953] = 6, + [170737] = 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(2611), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3150), 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(3148), 29, + ACTIONS(3064), 29, sym_AND, + sym_DOWNTO, sym_IS, sym_MOD, sym_NAND, sym_NOR, - sym_OPEN, sym_OR, sym_REM, sym_ROL, @@ -190314,9 +190122,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, @@ -190329,30 +190137,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [171007] = 6, + [170791] = 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(2612), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3158), 6, + ACTIONS(3090), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3156), 28, + ACTIONS(3088), 29, sym_AND, + sym_GENERIC, sym_MOD, sym_NAND, sym_NOR, - sym_OF, sym_OR, sym_REM, sym_ROL, @@ -190363,8 +190171,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, @@ -190376,72 +190185,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [171060] = 5, + [170845] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2617), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(3756), 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, - [171111] = 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(2613), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3070), 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(3068), 28, + ACTIONS(3048), 29, sym_AND, + sym_DOWNTO, + sym_LOOP, sym_MOD, sym_NAND, sym_NOR, @@ -190453,10 +190218,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_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -190469,122 +190233,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [171164] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(2619), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(3758), 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, - [171215] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(2620), 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, - [171266] = 6, + [170899] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2621), 3, + STATE(2614), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3166), 6, + ACTIONS(3046), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3164), 28, + ACTIONS(3044), 29, sym_AND, + sym_DOWNTO, + sym_LOOP, sym_MOD, sym_NAND, sym_NOR, - sym_OF, sym_OR, sym_REM, sym_ROL, @@ -190593,9 +190266,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, @@ -190608,27 +190281,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [171319] = 6, + [170953] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2622), 3, + STATE(2615), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3150), 6, + ACTIONS(3134), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3148), 28, + ACTIONS(3132), 29, sym_AND, - sym_FOR, + sym_DOWNTO, + sym_GENERATE, sym_MOD, sym_NAND, sym_NOR, @@ -190640,9 +190314,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, @@ -190655,25 +190329,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [171372] = 6, + [171007] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2623), 3, + STATE(2616), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3040), 6, + ACTIONS(3128), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3038), 28, + ACTIONS(3126), 28, sym_AND, sym_ELSE, sym_MOD, @@ -190702,29 +190376,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [171425] = 6, + [171060] = 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(2617), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3040), 6, + ACTIONS(2380), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3038), 28, + ACTIONS(2378), 28, sym_AND, sym_MOD, sym_NAND, sym_NOR, + sym_OF, sym_OR, sym_REM, sym_ROL, @@ -190733,10 +190408,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, @@ -190749,27 +190423,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [171478] = 6, + [171113] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2625), 3, + STATE(2618), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3154), 6, + ACTIONS(3046), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3152), 28, + ACTIONS(3044), 28, sym_AND, - sym_FOR, sym_MOD, sym_NAND, sym_NOR, @@ -190777,6 +190450,7 @@ static const uint16_t ts_small_parse_table[] = { sym_REM, sym_ROL, sym_ROR, + sym_SEVERITY, sym_SLA, sym_SLL, sym_SRA, @@ -190796,98 +190470,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [171531] = 30, + [171166] = 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(3760), 1, - anon_sym_LT_LT, - ACTIONS(3764), 1, - sym_BLOCK, - ACTIONS(3766), 1, - sym_CASE, - ACTIONS(3768), 1, - sym_COMPONENT, - ACTIONS(3770), 1, - sym_CONFIGURATION, - ACTIONS(3772), 1, - sym_ENTITY, - ACTIONS(3774), 1, - sym_FOR, - ACTIONS(3776), 1, - sym_IF, - ACTIONS(3778), 1, - sym_POSTPONED, - ACTIONS(3780), 1, - sym_PROCESS, - STATE(3636), 1, - sym__direct_name, - STATE(5081), 1, - sym_name, - STATE(5178), 1, - sym_instantiated_unit, - STATE(6098), 1, - sym_aggregate, - STATE(6376), 1, - sym__target, - STATE(6380), 1, - sym_for_loop, - STATE(6471), 1, - sym_with_expression, - STATE(6545), 1, - sym_if_generate, - STATE(7462), 1, - sym_assertion, - STATE(4717), 2, - sym__identifier, - sym__external_name, - ACTIONS(3782), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(2626), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(4725), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(3762), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [171632] = 6, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(2627), 3, + STATE(2619), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3158), 6, + ACTIONS(3038), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3156), 28, + ACTIONS(3036), 28, sym_AND, - sym_FOR, sym_MOD, sym_NAND, sym_NOR, @@ -190895,6 +190497,7 @@ static const uint16_t ts_small_parse_table[] = { sym_REM, sym_ROL, sym_ROR, + sym_SEVERITY, sym_SLA, sym_SLL, sym_SRA, @@ -190914,27 +190517,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [171685] = 6, + [171219] = 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(2620), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3062), 6, + ACTIONS(2480), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3060), 28, + ACTIONS(2478), 28, sym_AND, - sym_FOR, + sym_ELSE, sym_MOD, sym_NAND, sym_NOR, @@ -190961,118 +190564,121 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [171738] = 5, + [171272] = 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(2621), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3784), 34, - sym_identifier, - sym_ABS, + ACTIONS(3090), 6, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(3088), 28, sym_AND, + 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_UNITS, 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_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_LT_LT, - [171789] = 5, + anon_sym_AMP, + sym_exponentiate, + [171325] = 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(2622), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3750), 34, - sym_identifier, - sym_ABS, + ACTIONS(3038), 6, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(3036), 28, sym_AND, + 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_UNITS, 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_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_LT_LT, - [171840] = 6, + anon_sym_AMP, + sym_exponentiate, + [171378] = 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(2623), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2446), 6, + ACTIONS(3146), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2444), 28, + ACTIONS(3144), 28, sym_AND, + sym_FOR, sym_MOD, sym_NAND, sym_NOR, @@ -191084,7 +190690,6 @@ static const uint16_t ts_small_parse_table[] = { sym_SLL, sym_SRA, sym_SRL, - sym_UNITS, sym_XNOR, sym_XOR, anon_sym_SEMI, @@ -191100,26 +190705,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [171893] = 6, + [171431] = 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(2624), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3062), 6, + ACTIONS(3134), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3060), 28, + ACTIONS(3132), 28, sym_AND, + sym_FOR, sym_MOD, sym_NAND, sym_NOR, @@ -191127,7 +190733,6 @@ static const uint16_t ts_small_parse_table[] = { sym_REM, sym_ROL, sym_ROR, - sym_SEVERITY, sym_SLA, sym_SLL, sym_SRA, @@ -191147,27 +190752,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [171946] = 6, + [171484] = 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(2625), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2392), 6, + ACTIONS(3090), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2390), 28, + ACTIONS(3088), 28, sym_AND, - sym_FOR, sym_MOD, sym_NAND, sym_NOR, @@ -191175,6 +190779,7 @@ static const uint16_t ts_small_parse_table[] = { sym_REM, sym_ROL, sym_ROR, + sym_SEVERITY, sym_SLA, sym_SLL, sym_SRA, @@ -191194,25 +190799,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [171999] = 6, + [171537] = 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(2626), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3040), 6, + ACTIONS(3046), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3038), 28, + ACTIONS(3044), 28, sym_AND, sym_MOD, sym_NAND, @@ -191221,11 +190826,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, @@ -191241,27 +190846,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [172052] = 6, + [171590] = 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(2627), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3062), 6, + ACTIONS(3138), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3060), 28, + ACTIONS(3136), 28, sym_AND, - sym_ELSE, sym_MOD, sym_NAND, sym_NOR, @@ -191269,6 +190873,7 @@ static const uint16_t ts_small_parse_table[] = { sym_REM, sym_ROL, sym_ROR, + sym_SEVERITY, sym_SLA, sym_SLL, sym_SRA, @@ -191288,89 +190893,66 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [172105] = 30, + [171643] = 7, 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(3760), 1, - anon_sym_LT_LT, - ACTIONS(3768), 1, - sym_COMPONENT, - ACTIONS(3770), 1, - sym_CONFIGURATION, - ACTIONS(3772), 1, - sym_ENTITY, - ACTIONS(3774), 1, - sym_FOR, - ACTIONS(3776), 1, - sym_IF, - ACTIONS(3786), 1, - sym_BLOCK, - ACTIONS(3788), 1, - sym_CASE, - ACTIONS(3790), 1, - sym_POSTPONED, - ACTIONS(3792), 1, - sym_PROCESS, - STATE(3636), 1, - sym__direct_name, - STATE(5122), 1, - sym_name, - STATE(5212), 1, - sym_instantiated_unit, - STATE(6089), 1, - sym_if_generate, - STATE(6098), 1, - sym_aggregate, - STATE(6438), 1, - sym__target, - STATE(6443), 1, - sym_for_loop, - STATE(6495), 1, - sym_with_expression, - STATE(6711), 1, - sym_assertion, - STATE(4717), 2, - sym__identifier, - sym__external_name, - ACTIONS(3782), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(2636), 3, + ACTIONS(3308), 2, + sym_UNITS, + anon_sym_SEMI, + STATE(2628), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4725), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(3762), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [172206] = 5, + ACTIONS(3066), 6, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(3064), 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, + [171698] = 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(2629), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3794), 34, + ACTIONS(3754), 34, sym_identifier, sym_ABS, sym_AND, @@ -191405,73 +190987,73 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_LT_LT, - [172257] = 5, + [171749] = 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(2630), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3796), 34, - sym_identifier, - sym_ABS, + ACTIONS(3050), 6, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(3048), 28, sym_AND, + 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_UNITS, 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_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_LT_LT, - [172308] = 6, + anon_sym_AMP, + sym_exponentiate, + [171802] = 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(2631), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3044), 6, + ACTIONS(3112), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3042), 28, + ACTIONS(3110), 28, sym_AND, - sym_ELSE, sym_MOD, sym_NAND, sym_NOR, @@ -191479,6 +191061,7 @@ static const uint16_t ts_small_parse_table[] = { sym_REM, sym_ROL, sym_ROR, + sym_SEVERITY, sym_SLA, sym_SLL, sym_SRA, @@ -191498,25 +191081,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [172361] = 6, + [171855] = 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(2632), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2446), 6, + ACTIONS(3128), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2444), 28, + ACTIONS(3126), 28, sym_AND, sym_MOD, sym_NAND, @@ -191545,27 +191128,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [172414] = 6, + [171908] = 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(2633), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3070), 6, + ACTIONS(3134), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3068), 28, + ACTIONS(3132), 28, sym_AND, - sym_FOR, sym_MOD, sym_NAND, sym_NOR, @@ -191573,6 +191155,7 @@ static const uint16_t ts_small_parse_table[] = { sym_REM, sym_ROL, sym_ROR, + sym_SEVERITY, sym_SLA, sym_SLL, sym_SRA, @@ -191592,27 +191175,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [172467] = 6, + [171961] = 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(2634), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3040), 6, + ACTIONS(3134), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3038), 28, + ACTIONS(3132), 28, sym_AND, - sym_FOR, sym_MOD, sym_NAND, sym_NOR, @@ -191624,6 +191206,7 @@ static const uint16_t ts_small_parse_table[] = { sym_SLL, sym_SRA, sym_SRL, + sym_UNITS, sym_XNOR, sym_XOR, anon_sym_SEMI, @@ -191639,26 +191222,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [172520] = 6, + [172014] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2643), 3, + STATE(2635), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3154), 6, + ACTIONS(3128), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3152), 28, + ACTIONS(3126), 28, sym_AND, + sym_FOR, sym_MOD, sym_NAND, sym_NOR, @@ -191666,7 +191250,6 @@ static const uint16_t ts_small_parse_table[] = { sym_REM, sym_ROL, sym_ROR, - sym_SEVERITY, sym_SLA, sym_SLL, sym_SRA, @@ -191686,27 +191269,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [172573] = 6, + [172067] = 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(2636), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2392), 6, + ACTIONS(3112), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2390), 28, + ACTIONS(3110), 28, sym_AND, - sym_ELSE, + sym_FOR, sym_MOD, sym_NAND, sym_NOR, @@ -191733,73 +191316,73 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [172626] = 5, + [172120] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2645), 3, + STATE(2637), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3798), 34, - sym_identifier, - sym_ABS, + ACTIONS(2480), 6, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2478), 28, sym_AND, + sym_MOD, sym_NAND, - sym_NEW, sym_NOR, - sym_NOT, - sym_NULL, + sym_OF, sym_OR, + sym_REM, + sym_ROL, + sym_ROR, + sym_SLA, + sym_SLL, + sym_SRA, + sym_SRL, 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_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_LT_LT, - [172677] = 6, + anon_sym_AMP, + sym_exponentiate, + [172173] = 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(2638), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3066), 6, + ACTIONS(2480), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3064), 28, + ACTIONS(2478), 28, sym_AND, - sym_ELSE, sym_MOD, sym_NAND, sym_NOR, @@ -191811,6 +191394,7 @@ static const uint16_t ts_small_parse_table[] = { sym_SLL, sym_SRA, sym_SRL, + sym_UNITS, sym_XNOR, sym_XOR, anon_sym_SEMI, @@ -191826,27 +191410,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [172730] = 6, + [172226] = 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(2639), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3066), 6, + ACTIONS(2380), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3064), 28, + ACTIONS(2378), 28, sym_AND, - sym_FOR, sym_MOD, sym_NAND, sym_NOR, @@ -191858,6 +191441,7 @@ static const uint16_t ts_small_parse_table[] = { sym_SLL, sym_SRA, sym_SRL, + sym_UNITS, sym_XNOR, sym_XOR, anon_sym_SEMI, @@ -191873,27 +191457,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [172783] = 6, + [172279] = 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(2640), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2446), 6, + ACTIONS(3146), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2444), 28, + ACTIONS(3144), 28, sym_AND, - sym_ELSE, sym_MOD, sym_NAND, sym_NOR, @@ -191901,6 +191484,7 @@ static const uint16_t ts_small_parse_table[] = { sym_REM, sym_ROL, sym_ROR, + sym_SEVERITY, sym_SLA, sym_SLL, sym_SRA, @@ -191920,25 +191504,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [172836] = 6, + [172332] = 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(2641), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3150), 6, + ACTIONS(3128), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3148), 28, + ACTIONS(3126), 28, sym_AND, sym_MOD, sym_NAND, @@ -191967,27 +191551,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [172889] = 6, + [172385] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2650), 3, + ACTIONS(3308), 2, + sym_OF, + anon_sym_COMMA, + STATE(2642), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3166), 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(3164), 28, + ACTIONS(3064), 26, sym_AND, - sym_ELSE, sym_MOD, sym_NAND, sym_NOR, @@ -192001,7 +191587,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, @@ -192014,30 +191599,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [172942] = 6, + [172440] = 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(2643), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2446), 6, + ACTIONS(3138), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2444), 28, + ACTIONS(3136), 28, sym_AND, + sym_FOR, sym_MOD, sym_NAND, sym_NOR, - sym_OF, sym_OR, sym_REM, sym_ROL, @@ -192048,7 +191633,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, @@ -192061,26 +191646,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [172995] = 6, + [172493] = 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(2644), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3158), 6, + ACTIONS(3090), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3156), 28, + ACTIONS(3088), 28, sym_AND, + sym_FOR, sym_MOD, sym_NAND, sym_NOR, @@ -192088,7 +191674,6 @@ static const uint16_t ts_small_parse_table[] = { sym_REM, sym_ROL, sym_ROR, - sym_SEVERITY, sym_SLA, sym_SLL, sym_SRA, @@ -192108,30 +191693,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [173048] = 6, + [172546] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2653), 3, + STATE(2645), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3150), 6, + ACTIONS(3038), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3148), 28, + ACTIONS(3036), 28, sym_AND, + sym_FOR, sym_MOD, sym_NAND, sym_NOR, - sym_OF, sym_OR, sym_REM, sym_ROL, @@ -192142,7 +191727,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, @@ -192155,30 +191740,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [173101] = 6, + [172599] = 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(2646), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3154), 6, + ACTIONS(3046), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3152), 28, + ACTIONS(3044), 28, sym_AND, + sym_FOR, sym_MOD, sym_NAND, sym_NOR, - sym_OF, sym_OR, sym_REM, sym_ROL, @@ -192189,7 +191774,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, @@ -192202,26 +191787,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [173154] = 6, + [172652] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2655), 3, + STATE(2647), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2392), 6, + ACTIONS(3146), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2390), 28, + ACTIONS(3144), 28, sym_AND, + sym_ELSE, sym_MOD, sym_NAND, sym_NOR, @@ -192233,7 +191819,6 @@ static const uint16_t ts_small_parse_table[] = { sym_SLL, sym_SRA, sym_SRL, - sym_UNITS, sym_XNOR, sym_XOR, anon_sym_SEMI, @@ -192249,26 +191834,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [173207] = 6, + [172705] = 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(2648), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3058), 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(3056), 28, + ACTIONS(3048), 28, sym_AND, + sym_FOR, sym_MOD, sym_NAND, sym_NOR, @@ -192280,7 +191866,6 @@ static const uint16_t ts_small_parse_table[] = { sym_SLL, sym_SRA, sym_SRL, - sym_UNITS, sym_XNOR, sym_XOR, anon_sym_SEMI, @@ -192296,25 +191881,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [173260] = 6, + [172758] = 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(2649), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3062), 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(3060), 28, + ACTIONS(3064), 28, sym_AND, sym_MOD, sym_NAND, @@ -192343,98 +191928,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [173313] = 30, - 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(3760), 1, - anon_sym_LT_LT, - ACTIONS(3768), 1, - sym_COMPONENT, - ACTIONS(3770), 1, - sym_CONFIGURATION, - ACTIONS(3772), 1, - sym_ENTITY, - ACTIONS(3774), 1, - sym_FOR, - ACTIONS(3776), 1, - sym_IF, - ACTIONS(3800), 1, - sym_BLOCK, - ACTIONS(3802), 1, - sym_CASE, - ACTIONS(3804), 1, - sym_POSTPONED, - ACTIONS(3806), 1, - sym_PROCESS, - STATE(3636), 1, - sym__direct_name, - STATE(5120), 1, - sym_name, - STATE(5257), 1, - sym_instantiated_unit, - STATE(6019), 1, - sym_if_generate, - STATE(6098), 1, - sym_aggregate, - STATE(6406), 1, - sym__target, - STATE(6411), 1, - sym_for_loop, - STATE(6482), 1, - sym_with_expression, - STATE(8355), 1, - sym_assertion, - STATE(4717), 2, - sym__identifier, - sym__external_name, - ACTIONS(3782), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(2658), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(4725), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(3762), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [173414] = 6, + [172811] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2659), 3, + STATE(2650), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3150), 6, + ACTIONS(3112), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3148), 28, + ACTIONS(3110), 28, sym_AND, - sym_ELSE, sym_MOD, sym_NAND, sym_NOR, @@ -192446,6 +191959,7 @@ static const uint16_t ts_small_parse_table[] = { sym_SLL, sym_SRA, sym_SRL, + sym_UNITS, sym_XNOR, sym_XOR, anon_sym_SEMI, @@ -192461,30 +191975,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [173467] = 6, + [172864] = 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(2651), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3066), 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(3064), 28, + ACTIONS(3048), 28, sym_AND, + sym_ELSE, sym_MOD, sym_NAND, sym_NOR, - sym_OF, sym_OR, sym_REM, sym_ROL, @@ -192495,7 +192009,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, @@ -192508,26 +192022,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [173520] = 6, + [172917] = 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(2652), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3154), 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(3152), 28, + ACTIONS(3064), 28, sym_AND, + sym_FOR, sym_MOD, sym_NAND, sym_NOR, @@ -192539,7 +192054,6 @@ static const uint16_t ts_small_parse_table[] = { sym_SLL, sym_SRA, sym_SRL, - sym_UNITS, sym_XNOR, sym_XOR, anon_sym_SEMI, @@ -192555,25 +192069,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [173573] = 6, + [172970] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2662), 3, + STATE(2653), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3154), 6, + ACTIONS(3134), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3152), 28, + ACTIONS(3132), 28, sym_AND, sym_ELSE, sym_MOD, @@ -192602,26 +192116,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [173626] = 6, + [173023] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2663), 3, + STATE(2654), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3158), 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(3156), 28, + ACTIONS(3064), 28, sym_AND, + sym_ELSE, sym_MOD, sym_NAND, sym_NOR, @@ -192633,7 +192148,6 @@ static const uint16_t ts_small_parse_table[] = { sym_SLL, sym_SRA, sym_SRL, - sym_UNITS, sym_XNOR, sym_XOR, anon_sym_SEMI, @@ -192649,26 +192163,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [173679] = 6, + [173076] = 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(2655), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3058), 6, + ACTIONS(3112), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3056), 28, + ACTIONS(3110), 28, sym_AND, + sym_ELSE, sym_MOD, sym_NAND, sym_NOR, @@ -192676,7 +192191,6 @@ static const uint16_t ts_small_parse_table[] = { sym_REM, sym_ROL, sym_ROR, - sym_SEVERITY, sym_SLA, sym_SLL, sym_SRA, @@ -192696,27 +192210,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [173732] = 6, + [173129] = 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(2656), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3058), 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(3056), 28, + ACTIONS(3048), 28, sym_AND, - sym_ELSE, sym_MOD, sym_NAND, sym_NOR, @@ -192724,6 +192237,7 @@ static const uint16_t ts_small_parse_table[] = { sym_REM, sym_ROL, sym_ROR, + sym_SEVERITY, sym_SLA, sym_SLL, sym_SRA, @@ -192743,25 +192257,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [173785] = 6, + [173182] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2666), 3, + STATE(2657), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3062), 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(3060), 28, + ACTIONS(3064), 28, sym_AND, sym_MOD, sym_NAND, @@ -192790,27 +192304,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [173838] = 6, + [173235] = 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(2658), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3158), 6, + ACTIONS(3138), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3156), 28, + ACTIONS(3136), 28, sym_AND, - sym_ELSE, sym_MOD, sym_NAND, sym_NOR, @@ -192822,6 +192335,7 @@ static const uint16_t ts_small_parse_table[] = { sym_SLL, sym_SRA, sym_SRL, + sym_UNITS, sym_XNOR, sym_XOR, anon_sym_SEMI, @@ -192837,27 +192351,73 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [173891] = 6, + [173288] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2668), 3, + STATE(2659), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3070), 6, + ACTIONS(3756), 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, + [173339] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(2660), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2480), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3068), 28, + ACTIONS(2478), 28, sym_AND, - sym_ELSE, + sym_FOR, sym_MOD, sym_NAND, sym_NOR, @@ -192884,14 +192444,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [173944] = 6, + [173392] = 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(2661), 3, sym__tool_directive, sym_line_comment, sym_block_comment, @@ -192911,11 +192471,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, @@ -192931,26 +192491,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [173997] = 6, + [173445] = 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(2662), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3070), 6, + ACTIONS(3138), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3068), 28, + ACTIONS(3136), 28, sym_AND, + sym_ELSE, sym_MOD, sym_NAND, sym_NOR, @@ -192958,7 +192519,6 @@ static const uint16_t ts_small_parse_table[] = { sym_REM, sym_ROL, sym_ROR, - sym_SEVERITY, sym_SLA, sym_SLL, sym_SRA, @@ -192978,30 +192538,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [174050] = 6, + [173498] = 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(2663), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2392), 6, + ACTIONS(3046), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2390), 28, + ACTIONS(3044), 28, sym_AND, + sym_ELSE, sym_MOD, sym_NAND, sym_NOR, - sym_OF, sym_OR, sym_REM, sym_ROL, @@ -193012,7 +192572,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, @@ -193025,27 +192585,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [174103] = 6, + [173551] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2672), 3, + STATE(2664), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3044), 6, + ACTIONS(3090), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3042), 28, + ACTIONS(3088), 28, sym_AND, - sym_FOR, + sym_ELSE, sym_MOD, sym_NAND, sym_NOR, @@ -193072,72 +192632,209 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [174156] = 6, + [173604] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2673), 3, + STATE(2665), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3166), 6, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3164), 28, + ACTIONS(3758), 34, + sym_identifier, + sym_ABS, sym_AND, - sym_FOR, - 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, - [174209] = 6, + anon_sym_LT_LT, + [173655] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2674), 3, + STATE(2666), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3044), 6, + ACTIONS(3760), 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, + [173706] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(2667), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3762), 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, + [173757] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(2668), 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, + [173808] = 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(3146), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3042), 28, + ACTIONS(3144), 28, sym_AND, sym_MOD, sym_NAND, @@ -193166,29 +192863,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [174262] = 7, + [173861] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3286), 2, - sym_OF, - anon_sym_COMMA, - STATE(2675), 3, + STATE(2670), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3166), 6, + ACTIONS(2380), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3164), 26, + ACTIONS(2378), 28, sym_AND, + sym_ELSE, sym_MOD, sym_NAND, sym_NOR, @@ -193202,6 +192897,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, @@ -193214,87 +192910,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [174317] = 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(3808), 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, - [174368] = 6, + [173914] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2677), 3, + STATE(2671), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3150), 6, + ACTIONS(3134), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3148), 28, + ACTIONS(3132), 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, @@ -193307,18 +192957,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [174421] = 5, + [173967] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2678), 3, + STATE(2672), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3810), 34, + ACTIONS(3766), 34, sym_identifier, sym_ABS, sym_AND, @@ -193353,26 +193003,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_LT_LT, - [174472] = 6, + [174018] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2679), 3, + STATE(2673), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2392), 6, + ACTIONS(3038), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2390), 28, + ACTIONS(3036), 28, sym_AND, + sym_ELSE, sym_MOD, sym_NAND, sym_NOR, @@ -193380,7 +193031,6 @@ static const uint16_t ts_small_parse_table[] = { sym_REM, sym_ROL, sym_ROR, - sym_SEVERITY, sym_SLA, sym_SLL, sym_SRA, @@ -193400,25 +193050,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [174525] = 6, + [174071] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2680), 3, + STATE(2674), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3058), 6, + ACTIONS(3128), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3056), 28, + ACTIONS(3126), 28, sym_AND, sym_MOD, sym_NAND, @@ -193447,29 +193097,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [174578] = 6, + [174124] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2681), 3, + STATE(2675), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3166), 6, + ACTIONS(3112), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3164), 28, + ACTIONS(3110), 28, sym_AND, sym_MOD, sym_NAND, sym_NOR, + sym_OF, sym_OR, sym_REM, sym_ROL, @@ -193478,10 +193129,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, @@ -193494,30 +193144,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [174631] = 6, + [174177] = 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(2676), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3058), 6, + ACTIONS(3138), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3056), 28, + ACTIONS(3136), 28, sym_AND, - sym_FOR, sym_MOD, sym_NAND, sym_NOR, + sym_OF, sym_OR, sym_REM, sym_ROL, @@ -193528,7 +193178,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, @@ -193541,27 +193191,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [174684] = 6, + [174230] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2683), 3, + STATE(2677), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2446), 6, + ACTIONS(2380), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2444), 28, + ACTIONS(2378), 28, sym_AND, - sym_FOR, sym_MOD, sym_NAND, sym_NOR, @@ -193569,6 +193218,7 @@ static const uint16_t ts_small_parse_table[] = { sym_REM, sym_ROL, sym_ROR, + sym_SEVERITY, sym_SLA, sym_SLL, sym_SRA, @@ -193588,30 +193238,147 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [174737] = 6, + [174283] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2684), 3, + ACTIONS(9), 1, + anon_sym_LPAREN, + ACTIONS(19), 1, + sym_ASSERT, + ACTIONS(69), 1, + sym_WITH, + ACTIONS(3768), 1, + anon_sym_LT_LT, + ACTIONS(3772), 1, + sym_BLOCK, + ACTIONS(3774), 1, + sym_CASE, + ACTIONS(3776), 1, + sym_COMPONENT, + ACTIONS(3778), 1, + sym_CONFIGURATION, + ACTIONS(3780), 1, + sym_ENTITY, + ACTIONS(3782), 1, + sym_FOR, + ACTIONS(3784), 1, + sym_IF, + ACTIONS(3786), 1, + sym_POSTPONED, + ACTIONS(3788), 1, + sym_PROCESS, + STATE(3647), 1, + sym__direct_name, + STATE(5140), 1, + sym_name, + STATE(5322), 1, + sym_instantiated_unit, + STATE(6048), 1, + sym_aggregate, + STATE(6141), 1, + sym__target, + STATE(6152), 1, + sym_for_loop, + STATE(6314), 1, + sym_with_expression, + STATE(6381), 1, + sym_if_generate, + STATE(7854), 1, + sym_assertion, + STATE(4877), 2, + sym__identifier, + sym__external_name, + ACTIONS(3790), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, + STATE(2678), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3070), 6, + STATE(4876), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(3770), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [174384] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(2679), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3748), 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, + [174435] = 6, + 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(2380), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3068), 28, + ACTIONS(2378), 28, sym_AND, + sym_FOR, sym_MOD, sym_NAND, sym_NOR, - sym_OF, sym_OR, sym_REM, sym_ROL, @@ -193622,7 +193389,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, @@ -193635,28 +193402,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [174790] = 7, + [174488] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3286), 2, - sym_UNITS, - anon_sym_SEMI, - STATE(2685), 3, + STATE(2681), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3166), 6, + ACTIONS(2480), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3164), 26, + ACTIONS(2478), 28, sym_AND, sym_MOD, sym_NAND, @@ -193665,12 +193429,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_XNOR, sym_XOR, + anon_sym_SEMI, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -193683,29 +193449,76 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [174845] = 6, + [174541] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2686), 3, + STATE(2682), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3044), 6, + ACTIONS(3792), 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, + [174592] = 6, + 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(3090), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3042), 28, + ACTIONS(3088), 28, sym_AND, sym_MOD, sym_NAND, sym_NOR, + sym_OF, sym_OR, sym_REM, sym_ROL, @@ -193714,10 +193527,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, @@ -193730,25 +193542,142 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [174898] = 6, + [174645] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2687), 3, + STATE(2684), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3794), 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, + [174696] = 30, + 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(3768), 1, + anon_sym_LT_LT, + ACTIONS(3776), 1, + sym_COMPONENT, + ACTIONS(3778), 1, + sym_CONFIGURATION, + ACTIONS(3780), 1, + sym_ENTITY, + ACTIONS(3782), 1, + sym_FOR, + ACTIONS(3784), 1, + sym_IF, + ACTIONS(3796), 1, + sym_BLOCK, + ACTIONS(3798), 1, + sym_CASE, + ACTIONS(3800), 1, + sym_POSTPONED, + ACTIONS(3802), 1, + sym_PROCESS, + STATE(3647), 1, + sym__direct_name, + STATE(5111), 1, + sym_name, + STATE(5210), 1, + sym_instantiated_unit, + STATE(6048), 1, + sym_aggregate, + STATE(6106), 1, + sym__target, + STATE(6182), 1, + sym_with_expression, + STATE(6236), 1, + sym_if_generate, + STATE(6294), 1, + sym_for_loop, + STATE(7535), 1, + sym_assertion, + STATE(4877), 2, + sym__identifier, + sym__external_name, + ACTIONS(3790), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, + STATE(2685), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(4876), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(3770), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [174797] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(2686), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3040), 6, + ACTIONS(3038), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3038), 28, + ACTIONS(3036), 28, sym_AND, sym_MOD, sym_NAND, @@ -193777,54 +193706,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [174951] = 6, + [174850] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2688), 3, + STATE(2687), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3166), 6, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3164), 28, + ACTIONS(3804), 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, - [175004] = 30, + anon_sym_LT_LT, + [174901] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -193837,99 +193765,99 @@ static const uint16_t ts_small_parse_table[] = { sym_ASSERT, ACTIONS(69), 1, sym_WITH, - ACTIONS(3760), 1, - anon_sym_LT_LT, ACTIONS(3768), 1, + anon_sym_LT_LT, + ACTIONS(3776), 1, sym_COMPONENT, - ACTIONS(3770), 1, + ACTIONS(3778), 1, sym_CONFIGURATION, - ACTIONS(3772), 1, + ACTIONS(3780), 1, sym_ENTITY, - ACTIONS(3774), 1, + ACTIONS(3782), 1, sym_FOR, - ACTIONS(3776), 1, + ACTIONS(3784), 1, sym_IF, - ACTIONS(3812), 1, + ACTIONS(3806), 1, sym_BLOCK, - ACTIONS(3814), 1, + ACTIONS(3808), 1, sym_CASE, - ACTIONS(3816), 1, + ACTIONS(3810), 1, sym_POSTPONED, - ACTIONS(3818), 1, + ACTIONS(3812), 1, sym_PROCESS, - STATE(3636), 1, + STATE(3647), 1, sym__direct_name, - STATE(5090), 1, + STATE(5058), 1, sym_name, - STATE(5207), 1, + STATE(5181), 1, sym_instantiated_unit, - STATE(6098), 1, + STATE(6048), 1, sym_aggregate, - STATE(6243), 1, - sym_with_expression, - STATE(6303), 1, - sym_if_generate, - STATE(6308), 1, + STATE(6052), 1, sym_for_loop, - STATE(6309), 1, + STATE(6057), 1, sym__target, - STATE(8323), 1, + STATE(6257), 1, + sym_with_expression, + STATE(6556), 1, + sym_if_generate, + STATE(7185), 1, sym_assertion, - STATE(4717), 2, + STATE(4877), 2, sym__identifier, sym__external_name, - ACTIONS(3782), 3, + ACTIONS(3790), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(2689), 3, + STATE(2688), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4725), 3, + STATE(4876), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3762), 4, + ACTIONS(3770), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [175105] = 6, + [175002] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2690), 3, + STATE(2689), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3044), 6, + ACTIONS(3046), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3042), 28, + ACTIONS(3044), 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, @@ -193942,87 +193870,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [175158] = 5, + [175055] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2691), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(3820), 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, - [175209] = 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(2690), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3066), 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(3064), 28, + ACTIONS(3048), 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, @@ -194035,25 +193917,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [175262] = 6, + [175108] = 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(2691), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3040), 6, + ACTIONS(3146), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3038), 27, + ACTIONS(3144), 28, sym_AND, sym_MOD, sym_NAND, @@ -194062,13 +193944,14 @@ 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_UNITS, sym_XNOR, sym_XOR, + anon_sym_SEMI, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, @@ -194081,27 +193964,97 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [175314] = 6, + [175161] = 30, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2694), 3, + ACTIONS(9), 1, + anon_sym_LPAREN, + ACTIONS(19), 1, + sym_ASSERT, + ACTIONS(69), 1, + sym_WITH, + ACTIONS(3768), 1, + anon_sym_LT_LT, + ACTIONS(3776), 1, + sym_COMPONENT, + ACTIONS(3778), 1, + sym_CONFIGURATION, + ACTIONS(3780), 1, + sym_ENTITY, + ACTIONS(3782), 1, + sym_FOR, + ACTIONS(3784), 1, + sym_IF, + ACTIONS(3814), 1, + sym_BLOCK, + ACTIONS(3816), 1, + sym_CASE, + ACTIONS(3818), 1, + sym_POSTPONED, + ACTIONS(3820), 1, + sym_PROCESS, + STATE(3647), 1, + sym__direct_name, + STATE(5129), 1, + sym_name, + STATE(5164), 1, + sym_instantiated_unit, + STATE(6012), 1, + sym__target, + STATE(6048), 1, + sym_aggregate, + STATE(6299), 1, + sym_with_expression, + STATE(6307), 1, + sym_for_loop, + STATE(6461), 1, + sym_if_generate, + STATE(7376), 1, + sym_assertion, + STATE(4877), 2, + sym__identifier, + sym__external_name, + ACTIONS(3790), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, + STATE(2692), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3150), 6, + STATE(4876), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(3770), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [175262] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(2693), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3112), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3148), 27, + ACTIONS(3110), 27, sym_AND, - sym_IS, sym_MOD, sym_NAND, sym_NOR, @@ -194113,6 +194066,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, @@ -194127,27 +194081,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [175366] = 6, + [175314] = 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(2694), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3040), 6, + ACTIONS(3128), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3038), 27, + ACTIONS(3126), 27, sym_AND, - sym_IS, + sym_GENERATE, sym_MOD, sym_NAND, sym_NOR, @@ -194173,27 +194127,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [175418] = 6, + [175366] = 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(2695), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3066), 6, + ACTIONS(3038), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3064), 27, + ACTIONS(3036), 27, sym_AND, - sym_INERTIAL, sym_MOD, sym_NAND, sym_NOR, @@ -194205,6 +194158,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, @@ -194219,27 +194173,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [175470] = 6, + [175418] = 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(2696), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3154), 6, + ACTIONS(3128), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3152), 27, + ACTIONS(3126), 27, sym_AND, - sym_IS, + sym_INERTIAL, sym_MOD, sym_NAND, sym_NOR, @@ -194265,27 +194219,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [175522] = 6, + [175470] = 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(2697), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3158), 6, + ACTIONS(2480), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3156), 27, + ACTIONS(2478), 27, sym_AND, - sym_IS, sym_MOD, sym_NAND, sym_NOR, @@ -194293,6 +194246,7 @@ static const uint16_t ts_small_parse_table[] = { sym_REM, sym_ROL, sym_ROR, + sym_SELECT, sym_SLA, sym_SLL, sym_SRA, @@ -194311,27 +194265,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [175574] = 6, + [175522] = 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(2698), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3058), 6, + ACTIONS(3046), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3056), 27, + ACTIONS(3044), 27, sym_AND, - sym_GENERATE, sym_MOD, sym_NAND, sym_NOR, @@ -194343,6 +194296,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, @@ -194357,26 +194311,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [175626] = 6, + [175574] = 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(2699), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3150), 6, + ACTIONS(3134), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3148), 27, + ACTIONS(3132), 27, sym_AND, + sym_INERTIAL, sym_MOD, sym_NAND, sym_NOR, @@ -194384,7 +194339,6 @@ static const uint16_t ts_small_parse_table[] = { sym_REM, sym_ROL, sym_ROR, - sym_SELECT, sym_SLA, sym_SLL, sym_SRA, @@ -194403,25 +194357,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [175678] = 6, + [175626] = 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(2700), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3154), 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(3152), 27, + ACTIONS(3048), 27, sym_AND, sym_MOD, sym_NAND, @@ -194430,11 +194384,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, @@ -194449,25 +194403,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [175730] = 6, + [175678] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2702), 3, + STATE(2701), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3044), 6, + ACTIONS(3146), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3042), 27, + ACTIONS(3144), 27, sym_AND, sym_INERTIAL, sym_MOD, @@ -194495,27 +194449,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [175782] = 6, + [175730] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2703), 3, + STATE(2702), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3058), 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(3056), 27, + ACTIONS(3048), 27, sym_AND, - sym_INERTIAL, + sym_GENERATE, sym_MOD, sym_NAND, sym_NOR, @@ -194541,27 +194495,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [175834] = 6, + [175782] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2704), 3, + STATE(2703), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3070), 6, + ACTIONS(3146), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3068), 27, + ACTIONS(3144), 27, sym_AND, - sym_INERTIAL, sym_MOD, sym_NAND, sym_NOR, @@ -194569,6 +194522,7 @@ static const uint16_t ts_small_parse_table[] = { sym_REM, sym_ROL, sym_ROR, + sym_SELECT, sym_SLA, sym_SLL, sym_SRA, @@ -194587,7 +194541,69 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [175886] = 6, + [175834] = 22, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(3822), 1, + anon_sym_LPAREN, + ACTIONS(3824), 1, + anon_sym_LT_LT, + ACTIONS(3830), 1, + sym_TYPE, + ACTIONS(3832), 1, + sym_VIEW, + STATE(2807), 1, + sym__direct_name, + STATE(3057), 1, + sym_mode, + STATE(3983), 1, + sym_resolution_indication, + STATE(4338), 1, + sym_name, + STATE(5239), 1, + sym__interface_type_indication, + STATE(6209), 1, + sym__mode_indication, + STATE(3357), 2, + sym__identifier, + sym__external_name, + STATE(5445), 2, + sym_unspecified_type_indication, + sym_subtype_indication, + STATE(6104), 2, + sym_record_mode_view_indication, + sym_array_mode_view_indication, + STATE(6105), 2, + sym_simple_mode_indication, + sym__mode_view_indication, + ACTIONS(3834), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, + STATE(2704), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(3360), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(3826), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + ACTIONS(3828), 5, + sym_BUFFER, + sym_IN, + sym_INOUT, + sym_LINKAGE, + sym_OUT, + [175918] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -194598,15 +194614,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3158), 6, + ACTIONS(3038), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3156), 27, + ACTIONS(3036), 27, sym_AND, + sym_GENERATE, sym_MOD, sym_NAND, sym_NOR, @@ -194614,7 +194631,6 @@ static const uint16_t ts_small_parse_table[] = { sym_REM, sym_ROL, sym_ROR, - sym_SELECT, sym_SLA, sym_SLL, sym_SRA, @@ -194633,7 +194649,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [175938] = 6, + [175970] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -194644,14 +194660,14 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3040), 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(3038), 27, + ACTIONS(3064), 27, sym_AND, sym_INERTIAL, sym_MOD, @@ -194679,27 +194695,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [175990] = 7, + [176022] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3286), 1, - sym_LOOP, STATE(2707), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3166), 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(3164), 26, + ACTIONS(3064), 27, sym_AND, sym_MOD, sym_NAND, @@ -194712,6 +194726,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, @@ -194726,7 +194741,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [176044] = 6, + [176074] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -194737,16 +194752,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3070), 6, + ACTIONS(3112), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3068), 27, + ACTIONS(3110), 27, sym_AND, - sym_GENERATE, + sym_INERTIAL, sym_MOD, sym_NAND, sym_NOR, @@ -194772,7 +194787,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [176096] = 6, + [176126] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -194783,15 +194798,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2446), 6, + ACTIONS(3138), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2444), 27, + ACTIONS(3136), 27, sym_AND, + sym_LOOP, sym_MOD, sym_NAND, sym_NOR, @@ -194803,7 +194819,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, @@ -194818,7 +194833,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [176148] = 6, + [176178] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -194829,14 +194844,14 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3166), 6, + ACTIONS(3138), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3164), 27, + ACTIONS(3136), 27, sym_AND, sym_MOD, sym_NAND, @@ -194845,11 +194860,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, @@ -194864,7 +194879,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [176200] = 6, + [176230] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -194875,14 +194890,14 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3062), 6, + ACTIONS(3038), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3060), 27, + ACTIONS(3036), 27, sym_AND, sym_MOD, sym_NAND, @@ -194910,7 +194925,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [176252] = 6, + [176282] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -194921,14 +194936,14 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3066), 6, + ACTIONS(2380), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3064), 27, + ACTIONS(2378), 27, sym_AND, sym_MOD, sym_NAND, @@ -194937,11 +194952,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, @@ -194956,7 +194971,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [176304] = 6, + [176334] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -194967,15 +194982,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3150), 6, + ACTIONS(3090), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3148), 27, + ACTIONS(3088), 27, sym_AND, + sym_GENERATE, sym_MOD, sym_NAND, sym_NOR, @@ -194987,7 +195003,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, @@ -195002,7 +195017,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [176356] = 22, + [176386] = 22, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -195017,30 +195032,30 @@ static const uint16_t ts_small_parse_table[] = { sym_TYPE, ACTIONS(3832), 1, sym_VIEW, - STATE(2806), 1, + STATE(2807), 1, sym__direct_name, - STATE(3112), 1, + STATE(3057), 1, sym_mode, - STATE(4177), 1, + STATE(3983), 1, sym_resolution_indication, - STATE(4365), 1, + STATE(4338), 1, sym_name, - STATE(5288), 1, + STATE(5239), 1, sym__interface_type_indication, - STATE(6180), 1, + STATE(6109), 1, sym__mode_indication, - STATE(3364), 2, + STATE(3357), 2, sym__identifier, sym__external_name, - STATE(5501), 2, + STATE(5445), 2, sym_unspecified_type_indication, sym_subtype_indication, - STATE(6284), 2, - sym_simple_mode_indication, - sym__mode_view_indication, - STATE(6285), 2, + STATE(6104), 2, sym_record_mode_view_indication, sym_array_mode_view_indication, + STATE(6105), 2, + sym_simple_mode_indication, + sym__mode_view_indication, ACTIONS(3834), 3, sym_character_literal, sym_operator_symbol, @@ -195049,7 +195064,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3367), 3, + STATE(3360), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -195064,25 +195079,27 @@ static const uint16_t ts_small_parse_table[] = { sym_INOUT, sym_LINKAGE, sym_OUT, - [176440] = 6, + [176470] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(3308), 1, + sym_IS, STATE(2715), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2392), 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(2390), 27, + ACTIONS(3064), 26, sym_AND, sym_MOD, sym_NAND, @@ -195095,7 +195112,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, @@ -195110,7 +195126,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [176492] = 6, + [176524] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -195121,14 +195137,14 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3154), 6, + ACTIONS(3090), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3152), 27, + ACTIONS(3088), 27, sym_AND, sym_MOD, sym_NAND, @@ -195156,7 +195172,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [176544] = 6, + [176576] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -195167,14 +195183,14 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3158), 6, + ACTIONS(3090), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3156), 27, + ACTIONS(3088), 27, sym_AND, sym_MOD, sym_NAND, @@ -195183,11 +195199,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, @@ -195202,7 +195218,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [176596] = 6, + [176628] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -195213,15 +195229,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3062), 6, + ACTIONS(3138), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3060), 27, + ACTIONS(3136), 27, sym_AND, + sym_GENERATE, sym_MOD, sym_NAND, sym_NOR, @@ -195233,7 +195250,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, @@ -195248,7 +195264,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [176648] = 6, + [176680] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -195259,16 +195275,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3044), 6, + ACTIONS(3138), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3042), 27, + ACTIONS(3136), 27, sym_AND, - sym_GENERATE, + sym_INERTIAL, sym_MOD, sym_NAND, sym_NOR, @@ -195294,7 +195310,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [176700] = 6, + [176732] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -195305,15 +195321,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3066), 6, + ACTIONS(3112), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3064), 27, + ACTIONS(3110), 27, sym_AND, + sym_LOOP, sym_MOD, sym_NAND, sym_NOR, @@ -195325,7 +195342,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, @@ -195340,7 +195356,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [176752] = 6, + [176784] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -195351,16 +195367,62 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3062), 6, + ACTIONS(3138), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3060), 27, + ACTIONS(3136), 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_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, + [176836] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(2722), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3128), 6, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(3126), 27, + sym_AND, + sym_LOOP, sym_MOD, sym_NAND, sym_NOR, @@ -195386,7 +195448,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [176804] = 22, + [176888] = 22, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -195401,39 +195463,101 @@ static const uint16_t ts_small_parse_table[] = { sym_TYPE, ACTIONS(3832), 1, sym_VIEW, - STATE(2806), 1, + STATE(2807), 1, sym__direct_name, - STATE(3112), 1, + STATE(3057), 1, sym_mode, - STATE(4177), 1, + STATE(3983), 1, sym_resolution_indication, - STATE(4365), 1, + STATE(4338), 1, sym_name, - STATE(5288), 1, + STATE(5239), 1, sym__interface_type_indication, - STATE(6337), 1, + STATE(6256), 1, sym__mode_indication, - STATE(3364), 2, + STATE(3357), 2, sym__identifier, sym__external_name, - STATE(5501), 2, + STATE(5445), 2, sym_unspecified_type_indication, sym_subtype_indication, - STATE(6284), 2, + STATE(6104), 2, + sym_record_mode_view_indication, + sym_array_mode_view_indication, + STATE(6105), 2, sym_simple_mode_indication, sym__mode_view_indication, - STATE(6285), 2, + ACTIONS(3834), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, + STATE(2723), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(3360), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(3826), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + ACTIONS(3828), 5, + sym_BUFFER, + sym_IN, + sym_INOUT, + sym_LINKAGE, + sym_OUT, + [176972] = 22, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(3822), 1, + anon_sym_LPAREN, + ACTIONS(3824), 1, + anon_sym_LT_LT, + ACTIONS(3830), 1, + sym_TYPE, + ACTIONS(3832), 1, + sym_VIEW, + STATE(2807), 1, + sym__direct_name, + STATE(3057), 1, + sym_mode, + STATE(3983), 1, + sym_resolution_indication, + STATE(4338), 1, + sym_name, + STATE(5239), 1, + sym__interface_type_indication, + STATE(6240), 1, + sym__mode_indication, + STATE(3357), 2, + sym__identifier, + sym__external_name, + STATE(5445), 2, + sym_unspecified_type_indication, + sym_subtype_indication, + STATE(6104), 2, sym_record_mode_view_indication, sym_array_mode_view_indication, + STATE(6105), 2, + sym_simple_mode_indication, + sym__mode_view_indication, ACTIONS(3834), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(2722), 3, + STATE(2724), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3367), 3, + STATE(3360), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -195448,25 +195572,71 @@ static const uint16_t ts_small_parse_table[] = { sym_INOUT, sym_LINKAGE, sym_OUT, - [176888] = 6, + [177056] = 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(2725), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3090), 6, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(3088), 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, + [177108] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(2726), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3044), 6, + ACTIONS(3112), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3042), 27, + ACTIONS(3110), 27, sym_AND, sym_MOD, sym_NAND, @@ -195494,88 +195664,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [176940] = 22, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(3822), 1, - anon_sym_LPAREN, - ACTIONS(3824), 1, - anon_sym_LT_LT, - ACTIONS(3830), 1, - sym_TYPE, - ACTIONS(3832), 1, - sym_VIEW, - STATE(2806), 1, - sym__direct_name, - STATE(3112), 1, - sym_mode, - STATE(4177), 1, - sym_resolution_indication, - STATE(4365), 1, - sym_name, - STATE(5288), 1, - sym__interface_type_indication, - STATE(6473), 1, - sym__mode_indication, - STATE(3364), 2, - sym__identifier, - sym__external_name, - STATE(5501), 2, - sym_unspecified_type_indication, - sym_subtype_indication, - STATE(6284), 2, - sym_simple_mode_indication, - sym__mode_view_indication, - STATE(6285), 2, - sym_record_mode_view_indication, - sym_array_mode_view_indication, - ACTIONS(3834), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(2724), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(3367), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(3826), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - ACTIONS(3828), 5, - sym_BUFFER, - sym_IN, - sym_INOUT, - sym_LINKAGE, - sym_OUT, - [177024] = 6, + [177160] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2725), 3, + STATE(2727), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3044), 6, + ACTIONS(3038), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3042), 27, + ACTIONS(3036), 27, sym_AND, + sym_INERTIAL, sym_MOD, sym_NAND, sym_NOR, @@ -195587,7 +195696,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, @@ -195602,87 +195710,71 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [177076] = 22, + [177212] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3822), 1, - anon_sym_LPAREN, - ACTIONS(3824), 1, - anon_sym_LT_LT, - ACTIONS(3830), 1, - sym_TYPE, - ACTIONS(3832), 1, - sym_VIEW, - STATE(2806), 1, - sym__direct_name, - STATE(3112), 1, - sym_mode, - STATE(4177), 1, - sym_resolution_indication, - STATE(4365), 1, - sym_name, - STATE(5288), 1, - sym__interface_type_indication, - STATE(6569), 1, - sym__mode_indication, - STATE(3364), 2, - sym__identifier, - sym__external_name, - STATE(5501), 2, - sym_unspecified_type_indication, - sym_subtype_indication, - STATE(6284), 2, - sym_simple_mode_indication, - sym__mode_view_indication, - STATE(6285), 2, - sym_record_mode_view_indication, - sym_array_mode_view_indication, - ACTIONS(3834), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(2726), 3, + STATE(2728), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3367), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(3826), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - ACTIONS(3828), 5, - sym_BUFFER, - sym_IN, - sym_INOUT, - sym_LINKAGE, - sym_OUT, - [177160] = 6, + ACTIONS(3046), 6, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(3044), 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, + [177264] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2727), 3, + STATE(2729), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3062), 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(3060), 27, + ACTIONS(3048), 27, sym_AND, sym_INERTIAL, sym_MOD, @@ -195710,26 +195802,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [177212] = 6, + [177316] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2728), 3, + STATE(2730), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3058), 6, + ACTIONS(3046), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3056), 27, + ACTIONS(3044), 27, sym_AND, + sym_GENERATE, sym_MOD, sym_NAND, sym_NOR, @@ -195737,7 +195830,6 @@ static const uint16_t ts_small_parse_table[] = { sym_REM, sym_ROL, sym_ROR, - sym_SELECT, sym_SLA, sym_SLL, sym_SRA, @@ -195756,26 +195848,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [177264] = 6, + [177368] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2729), 3, + STATE(2731), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3058), 6, + ACTIONS(3112), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3056), 27, + ACTIONS(3110), 27, sym_AND, + sym_GENERATE, sym_MOD, sym_NAND, sym_NOR, @@ -195787,7 +195880,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, @@ -195802,26 +195894,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [177316] = 6, + [177420] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2730), 3, + STATE(2732), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3070), 6, + ACTIONS(3090), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3068), 27, + ACTIONS(3088), 27, sym_AND, + sym_LOOP, sym_MOD, sym_NAND, sym_NOR, @@ -195833,7 +195926,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, @@ -195848,26 +195940,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [177368] = 6, + [177472] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2731), 3, + STATE(2733), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3070), 6, + ACTIONS(3134), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3068), 27, + ACTIONS(3132), 27, sym_AND, + sym_GENERATE, sym_MOD, sym_NAND, sym_NOR, @@ -195875,7 +195968,6 @@ static const uint16_t ts_small_parse_table[] = { sym_REM, sym_ROL, sym_ROR, - sym_SELECT, sym_SLA, sym_SLL, sym_SRA, @@ -195894,25 +195986,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [177420] = 6, + [177524] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2732), 3, + STATE(2734), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3040), 6, + ACTIONS(3128), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3038), 27, + ACTIONS(3126), 27, sym_AND, sym_MOD, sym_NAND, @@ -195921,11 +196013,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, @@ -195940,14 +196032,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [177472] = 6, + [177576] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2733), 3, + ACTIONS(3308), 1, + sym_GENERATE, + STATE(2735), 3, sym__tool_directive, sym_line_comment, sym_block_comment, @@ -195958,9 +196052,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3064), 27, + ACTIONS(3064), 26, sym_AND, - sym_IS, sym_MOD, sym_NAND, sym_NOR, @@ -195986,27 +196079,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [177524] = 6, + [177630] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2734), 3, + STATE(2736), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3166), 6, + ACTIONS(2380), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3164), 27, + ACTIONS(2378), 27, sym_AND, - sym_INERTIAL, + sym_IS, sym_MOD, sym_NAND, sym_NOR, @@ -196032,27 +196125,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [177576] = 6, + [177682] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2735), 3, + STATE(2737), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2446), 6, + ACTIONS(3046), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2444), 27, + ACTIONS(3044), 27, sym_AND, - sym_INERTIAL, sym_MOD, sym_NAND, sym_NOR, @@ -196060,6 +196152,7 @@ static const uint16_t ts_small_parse_table[] = { sym_REM, sym_ROL, sym_ROR, + sym_SELECT, sym_SLA, sym_SLL, sym_SRA, @@ -196078,27 +196171,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [177628] = 6, + [177734] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2736), 3, + STATE(2738), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3040), 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(3038), 27, + ACTIONS(3064), 27, sym_AND, - sym_GENERATE, + sym_IS, sym_MOD, sym_NAND, sym_NOR, @@ -196124,25 +196217,87 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [177680] = 6, + [177786] = 22, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2737), 3, + ACTIONS(3822), 1, + anon_sym_LPAREN, + ACTIONS(3824), 1, + anon_sym_LT_LT, + ACTIONS(3830), 1, + sym_TYPE, + ACTIONS(3832), 1, + sym_VIEW, + STATE(2807), 1, + sym__direct_name, + STATE(3057), 1, + sym_mode, + STATE(3983), 1, + sym_resolution_indication, + STATE(4338), 1, + sym_name, + STATE(5239), 1, + sym__interface_type_indication, + STATE(6228), 1, + sym__mode_indication, + STATE(3357), 2, + sym__identifier, + sym__external_name, + STATE(5445), 2, + sym_unspecified_type_indication, + sym_subtype_indication, + STATE(6104), 2, + sym_record_mode_view_indication, + sym_array_mode_view_indication, + STATE(6105), 2, + sym_simple_mode_indication, + sym__mode_view_indication, + ACTIONS(3834), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, + STATE(2739), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2446), 6, + STATE(3360), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(3826), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + ACTIONS(3828), 5, + sym_BUFFER, + sym_IN, + sym_INOUT, + sym_LINKAGE, + sym_OUT, + [177870] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(2740), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3134), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2444), 27, + ACTIONS(3132), 27, sym_AND, sym_LOOP, sym_MOD, @@ -196170,27 +196325,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [177732] = 6, + [177922] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2738), 3, + STATE(2741), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3166), 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(3164), 27, + ACTIONS(3048), 27, sym_AND, - sym_LOOP, + sym_IS, sym_MOD, sym_NAND, sym_NOR, @@ -196216,26 +196371,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [177784] = 6, + [177974] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2739), 3, + STATE(2742), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2446), 6, + ACTIONS(3046), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2444), 27, + ACTIONS(3044), 27, sym_AND, + sym_IS, sym_MOD, sym_NAND, sym_NOR, @@ -196243,7 +196399,6 @@ static const uint16_t ts_small_parse_table[] = { sym_REM, sym_ROL, sym_ROR, - sym_SELECT, sym_SLA, sym_SLL, sym_SRA, @@ -196262,27 +196417,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [177836] = 6, + [178026] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2740), 3, + STATE(2743), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3150), 6, + ACTIONS(3038), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3148), 27, + ACTIONS(3036), 27, sym_AND, - sym_LOOP, + sym_IS, sym_MOD, sym_NAND, sym_NOR, @@ -196308,119 +196463,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [177888] = 6, + [178078] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2741), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(3154), 6, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3152), 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, - [177940] = 6, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(2742), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(3158), 6, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK_LT, - anon_sym_QMARK_GT, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3156), 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, - [177992] = 6, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(2743), 3, + STATE(2744), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3062), 6, + ACTIONS(2380), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3060), 27, + ACTIONS(2378), 27, sym_AND, - sym_LOOP, + sym_INERTIAL, sym_MOD, sym_NAND, sym_NOR, @@ -196446,25 +196509,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [178044] = 6, + [178130] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2744), 3, + STATE(2745), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2392), 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(2390), 27, + ACTIONS(3064), 27, sym_AND, sym_MOD, sym_NAND, @@ -196492,27 +196555,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [178096] = 6, + [178182] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2745), 3, + STATE(2746), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3066), 6, + ACTIONS(3128), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3064), 27, + ACTIONS(3126), 27, sym_AND, - sym_LOOP, sym_MOD, sym_NAND, sym_NOR, @@ -196524,6 +196586,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, @@ -196538,27 +196601,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [178148] = 6, + [178234] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2746), 3, + STATE(2747), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3150), 6, + ACTIONS(3090), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3148), 27, + ACTIONS(3088), 27, sym_AND, - sym_INERTIAL, + sym_IS, sym_MOD, sym_NAND, sym_NOR, @@ -196584,27 +196647,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [178200] = 6, + [178286] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2747), 3, + STATE(2748), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3044), 6, + ACTIONS(2480), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3042), 27, + ACTIONS(2478), 27, sym_AND, - sym_IS, + sym_LOOP, sym_MOD, sym_NAND, sym_NOR, @@ -196630,25 +196693,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [178252] = 6, + [178338] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2748), 3, + STATE(2749), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3058), 6, + ACTIONS(3138), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3056), 27, + ACTIONS(3136), 27, sym_AND, sym_IS, sym_MOD, @@ -196676,27 +196739,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [178304] = 6, + [178390] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2749), 3, + STATE(2750), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3070), 6, + ACTIONS(3134), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3068), 27, + ACTIONS(3132), 27, sym_AND, - sym_IS, sym_MOD, sym_NAND, sym_NOR, @@ -196704,6 +196766,7 @@ static const uint16_t ts_small_parse_table[] = { sym_REM, sym_ROL, sym_ROR, + sym_SELECT, sym_SLA, sym_SLL, sym_SRA, @@ -196722,25 +196785,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [178356] = 6, + [178442] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2750), 3, + STATE(2751), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3166), 6, + ACTIONS(3134), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3164), 27, + ACTIONS(3132), 27, sym_AND, sym_MOD, sym_NAND, @@ -196749,11 +196812,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, @@ -196768,27 +196831,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [178408] = 7, + [178494] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3286), 1, - sym_IS, - STATE(2751), 3, + STATE(2752), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3166), 6, + ACTIONS(2480), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3164), 26, + ACTIONS(2478), 27, sym_AND, sym_MOD, sym_NAND, @@ -196801,6 +196862,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, @@ -196815,27 +196877,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [178462] = 6, + [178546] = 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(3154), 6, + ACTIONS(3146), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3152), 27, + ACTIONS(3144), 27, sym_AND, - sym_INERTIAL, sym_MOD, sym_NAND, sym_NOR, @@ -196847,6 +196908,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, @@ -196861,25 +196923,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [178514] = 6, + [178598] = 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(3158), 6, + ACTIONS(2480), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3156), 27, + ACTIONS(2478), 27, sym_AND, sym_INERTIAL, sym_MOD, @@ -196907,68 +196969,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [178566] = 22, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(3822), 1, - anon_sym_LPAREN, - ACTIONS(3824), 1, - anon_sym_LT_LT, - ACTIONS(3830), 1, - sym_TYPE, - ACTIONS(3832), 1, - sym_VIEW, - STATE(2806), 1, - sym__direct_name, - STATE(3112), 1, - sym_mode, - STATE(4177), 1, - sym_resolution_indication, - STATE(4365), 1, - sym_name, - STATE(5288), 1, - sym__interface_type_indication, - STATE(6283), 1, - sym__mode_indication, - STATE(3364), 2, - sym__identifier, - sym__external_name, - STATE(5501), 2, - sym_unspecified_type_indication, - sym_subtype_indication, - STATE(6284), 2, - sym_simple_mode_indication, - sym__mode_view_indication, - STATE(6285), 2, - sym_record_mode_view_indication, - sym_array_mode_view_indication, - ACTIONS(3834), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(2754), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(3367), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(3826), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - ACTIONS(3828), 5, - sym_BUFFER, - sym_IN, - sym_INOUT, - sym_LINKAGE, - sym_OUT, [178650] = 6, ACTIONS(3), 1, sym__grave_accent, @@ -196980,16 +196980,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3044), 6, + ACTIONS(3112), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3042), 27, + ACTIONS(3110), 27, sym_AND, - sym_LOOP, + sym_IS, sym_MOD, sym_NAND, sym_NOR, @@ -197026,16 +197026,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2446), 6, + ACTIONS(3128), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2444), 27, + ACTIONS(3126), 27, sym_AND, - sym_GENERATE, + sym_IS, sym_MOD, sym_NAND, sym_NOR, @@ -197072,16 +197072,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2392), 6, + ACTIONS(3134), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2390), 27, + ACTIONS(3132), 27, sym_AND, - sym_INERTIAL, + sym_IS, sym_MOD, sym_NAND, sym_NOR, @@ -197107,27 +197107,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [178806] = 6, + [178806] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(3308), 1, + sym_LOOP, STATE(2758), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2446), 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(2444), 27, + ACTIONS(3064), 26, sym_AND, - sym_IS, sym_MOD, sym_NAND, sym_NOR, @@ -197153,7 +197154,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [178858] = 6, + [178860] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -197164,16 +197165,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3058), 6, + ACTIONS(2480), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3056), 27, + ACTIONS(2478), 27, sym_AND, - sym_LOOP, + sym_GENERATE, sym_MOD, sym_NAND, sym_NOR, @@ -197199,7 +197200,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [178910] = 6, + [178912] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -197210,16 +197211,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3070), 6, + ACTIONS(3146), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3068), 27, + ACTIONS(3144), 27, sym_AND, - sym_LOOP, + sym_IS, sym_MOD, sym_NAND, sym_NOR, @@ -197245,7 +197246,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [178962] = 6, + [178964] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -197256,16 +197257,15 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3166), 6, + ACTIONS(2380), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3164), 27, + ACTIONS(2378), 27, sym_AND, - sym_GENERATE, sym_MOD, sym_NAND, sym_NOR, @@ -197273,6 +197273,7 @@ static const uint16_t ts_small_parse_table[] = { sym_REM, sym_ROL, sym_ROR, + sym_SELECT, sym_SLA, sym_SLL, sym_SRA, @@ -197291,7 +197292,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [179014] = 6, + [179016] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -197302,16 +197303,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3150), 6, + ACTIONS(3146), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3148), 27, + ACTIONS(3144), 27, sym_AND, - sym_GENERATE, + sym_LOOP, sym_MOD, sym_NAND, sym_NOR, @@ -197337,7 +197338,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [179066] = 6, + [179068] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -197348,16 +197349,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3154), 6, + ACTIONS(2380), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3152), 27, + ACTIONS(2378), 27, sym_AND, - sym_GENERATE, + sym_LOOP, sym_MOD, sym_NAND, sym_NOR, @@ -197383,7 +197384,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [179118] = 6, + [179120] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -197394,16 +197395,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3158), 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(3156), 27, + ACTIONS(3064), 27, sym_AND, - sym_GENERATE, + sym_LOOP, sym_MOD, sym_NAND, sym_NOR, @@ -197429,7 +197430,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [179170] = 6, + [179172] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -197440,16 +197441,15 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3040), 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(3038), 27, + ACTIONS(3048), 27, sym_AND, - sym_LOOP, sym_MOD, sym_NAND, sym_NOR, @@ -197457,6 +197457,7 @@ static const uint16_t ts_small_parse_table[] = { sym_REM, sym_ROL, sym_ROR, + sym_SELECT, sym_SLA, sym_SLL, sym_SRA, @@ -197475,7 +197476,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [179222] = 6, + [179224] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -197486,16 +197487,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2392), 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(2390), 27, + ACTIONS(3048), 27, sym_AND, - sym_IS, + sym_LOOP, sym_MOD, sym_NAND, sym_NOR, @@ -197521,7 +197522,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [179274] = 6, + [179276] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -197532,14 +197533,14 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2392), 6, + ACTIONS(3046), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2390), 27, + ACTIONS(3044), 27, sym_AND, sym_LOOP, sym_MOD, @@ -197567,7 +197568,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [179326] = 6, + [179328] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -197578,14 +197579,14 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3166), 6, + ACTIONS(2480), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3164), 27, + ACTIONS(2478), 27, sym_AND, sym_IS, sym_MOD, @@ -197613,7 +197614,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [179378] = 6, + [179380] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -197624,16 +197625,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3062), 6, + ACTIONS(3038), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3060), 27, + ACTIONS(3036), 27, sym_AND, - sym_GENERATE, + sym_LOOP, sym_MOD, sym_NAND, sym_NOR, @@ -197659,7 +197660,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [179430] = 6, + [179432] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -197670,60 +197671,14 @@ static const uint16_t ts_small_parse_table[] = { 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(3064), 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, - [179482] = 6, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(2771), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2392), 6, + ACTIONS(2380), 6, anon_sym_LT, anon_sym_GT, anon_sym_QMARK_LT, anon_sym_QMARK_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2390), 27, + ACTIONS(2378), 27, sym_AND, sym_GENERATE, sym_MOD, @@ -197751,28 +197706,73 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_AMP, sym_exponentiate, - [179534] = 7, + [179484] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3286), 1, + STATE(2771), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3146), 6, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK_LT, + anon_sym_QMARK_GT, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(3144), 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, + [179536] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, STATE(2772), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3166), 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(3164), 26, + ACTIONS(3064), 27, sym_AND, + sym_GENERATE, sym_MOD, sym_NAND, sym_NOR, @@ -197823,20 +197823,20 @@ static const uint16_t ts_small_parse_table[] = { sym_TYPE, ACTIONS(3856), 1, sym_VARIABLE, - STATE(5772), 1, - sym__interface_declaration, - STATE(5773), 1, - sym__interface_subprogram_specification, STATE(5848), 1, + sym__interface_subprogram_specification, + STATE(5865), 1, sym__identifier, - STATE(7171), 1, - sym_identifier_list, - STATE(8174), 1, - sym_interface_list, + STATE(5868), 1, + sym__generic_interface_declaration, + STATE(6898), 1, + sym_generic_interface_list, + STATE(7269), 1, + sym_generic_identifier_list, ACTIONS(3846), 2, sym_IMPURE, sym_PURE, - STATE(5774), 2, + STATE(5847), 2, sym_interface_procedure_specification, sym_interface_function_specification, STATE(2773), 3, @@ -197848,11 +197848,11 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - STATE(6191), 8, + STATE(6242), 8, sym_interface_package_declaration, sym_interface_file_declaration, sym_interface_type_declaration, - sym_interface_declaration, + sym_generic_interface_declaration, sym_interface_constant_declaration, sym_interface_signal_declaration, sym_interface_variable_declaration, @@ -197882,20 +197882,20 @@ static const uint16_t ts_small_parse_table[] = { sym_VARIABLE, ACTIONS(3858), 1, anon_sym_RPAREN, - STATE(5582), 1, - sym__identifier, - STATE(5587), 1, - sym__generic_interface_declaration, - STATE(5773), 1, + STATE(5848), 1, sym__interface_subprogram_specification, - STATE(6896), 1, - sym_generic_interface_list, - STATE(7667), 1, - sym_generic_identifier_list, + STATE(5849), 1, + sym__interface_declaration, + STATE(5970), 1, + sym__identifier, + STATE(7274), 1, + sym_interface_list, + STATE(8036), 1, + sym_identifier_list, ACTIONS(3846), 2, sym_IMPURE, sym_PURE, - STATE(5774), 2, + STATE(5847), 2, sym_interface_procedure_specification, sym_interface_function_specification, STATE(2774), 3, @@ -197907,11 +197907,11 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - STATE(6235), 8, + STATE(6428), 8, sym_interface_package_declaration, sym_interface_file_declaration, sym_interface_type_declaration, - sym_generic_interface_declaration, + sym_interface_declaration, sym_interface_constant_declaration, sym_interface_signal_declaration, sym_interface_variable_declaration, @@ -197941,20 +197941,20 @@ static const uint16_t ts_small_parse_table[] = { sym_VARIABLE, ACTIONS(3860), 1, anon_sym_RPAREN, - STATE(5772), 1, - sym__interface_declaration, - STATE(5773), 1, - sym__interface_subprogram_specification, STATE(5848), 1, + sym__interface_subprogram_specification, + STATE(5849), 1, + sym__interface_declaration, + STATE(5970), 1, sym__identifier, - STATE(7171), 1, - sym_identifier_list, - STATE(7545), 1, + STATE(6899), 1, sym_interface_list, + STATE(8036), 1, + sym_identifier_list, ACTIONS(3846), 2, sym_IMPURE, sym_PURE, - STATE(5774), 2, + STATE(5847), 2, sym_interface_procedure_specification, sym_interface_function_specification, STATE(2775), 3, @@ -197966,7 +197966,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - STATE(6191), 8, + STATE(6428), 8, sym_interface_package_declaration, sym_interface_file_declaration, sym_interface_type_declaration, @@ -198000,20 +198000,20 @@ static const uint16_t ts_small_parse_table[] = { sym_VARIABLE, ACTIONS(3862), 1, anon_sym_RPAREN, - STATE(5582), 1, + STATE(5848), 1, + sym__interface_subprogram_specification, + STATE(5865), 1, sym__identifier, - STATE(5587), 1, + STATE(5868), 1, sym__generic_interface_declaration, - STATE(5773), 1, - sym__interface_subprogram_specification, - STATE(6990), 1, + STATE(6779), 1, sym_generic_interface_list, - STATE(7667), 1, + STATE(7269), 1, sym_generic_identifier_list, ACTIONS(3846), 2, sym_IMPURE, sym_PURE, - STATE(5774), 2, + STATE(5847), 2, sym_interface_procedure_specification, sym_interface_function_specification, STATE(2776), 3, @@ -198025,7 +198025,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - STATE(6235), 8, + STATE(6242), 8, sym_interface_package_declaration, sym_interface_file_declaration, sym_interface_type_declaration, @@ -198059,20 +198059,20 @@ static const uint16_t ts_small_parse_table[] = { sym_VARIABLE, ACTIONS(3864), 1, anon_sym_RPAREN, - STATE(5582), 1, - sym__identifier, - STATE(5587), 1, - sym__generic_interface_declaration, - STATE(5773), 1, + STATE(5848), 1, sym__interface_subprogram_specification, - STATE(7041), 1, - sym_generic_interface_list, - STATE(7667), 1, - sym_generic_identifier_list, + STATE(5849), 1, + sym__interface_declaration, + STATE(5970), 1, + sym__identifier, + STATE(8032), 1, + sym_interface_list, + STATE(8036), 1, + sym_identifier_list, ACTIONS(3846), 2, sym_IMPURE, sym_PURE, - STATE(5774), 2, + STATE(5847), 2, sym_interface_procedure_specification, sym_interface_function_specification, STATE(2777), 3, @@ -198084,11 +198084,11 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - STATE(6235), 8, + STATE(6428), 8, sym_interface_package_declaration, sym_interface_file_declaration, sym_interface_type_declaration, - sym_generic_interface_declaration, + sym_interface_declaration, sym_interface_constant_declaration, sym_interface_signal_declaration, sym_interface_variable_declaration, @@ -198118,20 +198118,20 @@ static const uint16_t ts_small_parse_table[] = { sym_VARIABLE, ACTIONS(3866), 1, anon_sym_RPAREN, - STATE(5582), 1, + STATE(5848), 1, + sym__interface_subprogram_specification, + STATE(5865), 1, sym__identifier, - STATE(5587), 1, + STATE(5868), 1, sym__generic_interface_declaration, - STATE(5773), 1, - sym__interface_subprogram_specification, - STATE(6775), 1, + STATE(6993), 1, sym_generic_interface_list, - STATE(7667), 1, + STATE(7269), 1, sym_generic_identifier_list, ACTIONS(3846), 2, sym_IMPURE, sym_PURE, - STATE(5774), 2, + STATE(5847), 2, sym_interface_procedure_specification, sym_interface_function_specification, STATE(2778), 3, @@ -198143,7 +198143,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - STATE(6235), 8, + STATE(6242), 8, sym_interface_package_declaration, sym_interface_file_declaration, sym_interface_type_declaration, @@ -198177,20 +198177,20 @@ static const uint16_t ts_small_parse_table[] = { sym_VARIABLE, ACTIONS(3868), 1, anon_sym_RPAREN, - STATE(5772), 1, - sym__interface_declaration, - STATE(5773), 1, - sym__interface_subprogram_specification, STATE(5848), 1, + sym__interface_subprogram_specification, + STATE(5865), 1, sym__identifier, - STATE(6897), 1, - sym_interface_list, - STATE(7171), 1, - sym_identifier_list, + STATE(5868), 1, + sym__generic_interface_declaration, + STATE(7044), 1, + sym_generic_interface_list, + STATE(7269), 1, + sym_generic_identifier_list, ACTIONS(3846), 2, sym_IMPURE, sym_PURE, - STATE(5774), 2, + STATE(5847), 2, sym_interface_procedure_specification, sym_interface_function_specification, STATE(2779), 3, @@ -198202,11 +198202,11 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - STATE(6191), 8, + STATE(6242), 8, sym_interface_package_declaration, sym_interface_file_declaration, sym_interface_type_declaration, - sym_interface_declaration, + sym_generic_interface_declaration, sym_interface_constant_declaration, sym_interface_signal_declaration, sym_interface_variable_declaration, @@ -198236,20 +198236,20 @@ static const uint16_t ts_small_parse_table[] = { sym_VARIABLE, ACTIONS(3870), 1, anon_sym_RPAREN, - STATE(5772), 1, - sym__interface_declaration, - STATE(5773), 1, - sym__interface_subprogram_specification, STATE(5848), 1, + sym__interface_subprogram_specification, + STATE(5849), 1, + sym__interface_declaration, + STATE(5970), 1, sym__identifier, - STATE(6778), 1, + STATE(6780), 1, sym_interface_list, - STATE(7171), 1, + STATE(8036), 1, sym_identifier_list, ACTIONS(3846), 2, sym_IMPURE, sym_PURE, - STATE(5774), 2, + STATE(5847), 2, sym_interface_procedure_specification, sym_interface_function_specification, STATE(2780), 3, @@ -198261,7 +198261,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - STATE(6191), 8, + STATE(6428), 8, sym_interface_package_declaration, sym_interface_file_declaration, sym_interface_type_declaration, @@ -198295,20 +198295,20 @@ static const uint16_t ts_small_parse_table[] = { sym_VARIABLE, ACTIONS(3872), 1, anon_sym_RPAREN, - STATE(5772), 1, - sym__interface_declaration, - STATE(5773), 1, - sym__interface_subprogram_specification, STATE(5848), 1, + sym__interface_subprogram_specification, + STATE(5849), 1, + sym__interface_declaration, + STATE(5970), 1, sym__identifier, - STATE(6797), 1, + STATE(7298), 1, sym_interface_list, - STATE(7171), 1, + STATE(8036), 1, sym_identifier_list, ACTIONS(3846), 2, sym_IMPURE, sym_PURE, - STATE(5774), 2, + STATE(5847), 2, sym_interface_procedure_specification, sym_interface_function_specification, STATE(2781), 3, @@ -198320,7 +198320,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - STATE(6191), 8, + STATE(6428), 8, sym_interface_package_declaration, sym_interface_file_declaration, sym_interface_type_declaration, @@ -198354,20 +198354,20 @@ static const uint16_t ts_small_parse_table[] = { sym_VARIABLE, ACTIONS(3874), 1, anon_sym_RPAREN, - STATE(5772), 1, - sym__interface_declaration, - STATE(5773), 1, - sym__interface_subprogram_specification, STATE(5848), 1, + sym__interface_subprogram_specification, + STATE(5849), 1, + sym__interface_declaration, + STATE(5970), 1, sym__identifier, - STATE(7150), 1, + STATE(7120), 1, sym_interface_list, - STATE(7171), 1, + STATE(8036), 1, sym_identifier_list, ACTIONS(3846), 2, sym_IMPURE, sym_PURE, - STATE(5774), 2, + STATE(5847), 2, sym_interface_procedure_specification, sym_interface_function_specification, STATE(2782), 3, @@ -198379,7 +198379,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - STATE(6191), 8, + STATE(6428), 8, sym_interface_package_declaration, sym_interface_file_declaration, sym_interface_type_declaration, @@ -198413,20 +198413,20 @@ static const uint16_t ts_small_parse_table[] = { sym_VARIABLE, ACTIONS(3876), 1, anon_sym_RPAREN, - STATE(5582), 1, + STATE(5848), 1, + sym__interface_subprogram_specification, + STATE(5865), 1, sym__identifier, - STATE(5587), 1, + STATE(5868), 1, sym__generic_interface_declaration, - STATE(5773), 1, - sym__interface_subprogram_specification, - STATE(6777), 1, + STATE(7051), 1, sym_generic_interface_list, - STATE(7667), 1, + STATE(7269), 1, sym_generic_identifier_list, ACTIONS(3846), 2, sym_IMPURE, sym_PURE, - STATE(5774), 2, + STATE(5847), 2, sym_interface_procedure_specification, sym_interface_function_specification, STATE(2783), 3, @@ -198438,7 +198438,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - STATE(6235), 8, + STATE(6242), 8, sym_interface_package_declaration, sym_interface_file_declaration, sym_interface_type_declaration, @@ -198472,20 +198472,20 @@ static const uint16_t ts_small_parse_table[] = { sym_VARIABLE, ACTIONS(3878), 1, anon_sym_RPAREN, - STATE(5582), 1, - sym__identifier, - STATE(5587), 1, - sym__generic_interface_declaration, - STATE(5773), 1, + STATE(5848), 1, sym__interface_subprogram_specification, - STATE(7663), 1, - sym_generic_interface_list, - STATE(7667), 1, - sym_generic_identifier_list, + STATE(5849), 1, + sym__interface_declaration, + STATE(5970), 1, + sym__identifier, + STATE(7050), 1, + sym_interface_list, + STATE(8036), 1, + sym_identifier_list, ACTIONS(3846), 2, sym_IMPURE, sym_PURE, - STATE(5774), 2, + STATE(5847), 2, sym_interface_procedure_specification, sym_interface_function_specification, STATE(2784), 3, @@ -198497,11 +198497,11 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - STATE(6235), 8, + STATE(6428), 8, sym_interface_package_declaration, sym_interface_file_declaration, sym_interface_type_declaration, - sym_generic_interface_declaration, + sym_interface_declaration, sym_interface_constant_declaration, sym_interface_signal_declaration, sym_interface_variable_declaration, @@ -198531,20 +198531,20 @@ static const uint16_t ts_small_parse_table[] = { sym_VARIABLE, ACTIONS(3880), 1, anon_sym_RPAREN, - STATE(5772), 1, - sym__interface_declaration, - STATE(5773), 1, - sym__interface_subprogram_specification, STATE(5848), 1, + sym__interface_subprogram_specification, + STATE(5865), 1, sym__identifier, - STATE(7171), 1, - sym_identifier_list, - STATE(8126), 1, - sym_interface_list, + STATE(5868), 1, + sym__generic_interface_declaration, + STATE(7267), 1, + sym_generic_interface_list, + STATE(7269), 1, + sym_generic_identifier_list, ACTIONS(3846), 2, sym_IMPURE, sym_PURE, - STATE(5774), 2, + STATE(5847), 2, sym_interface_procedure_specification, sym_interface_function_specification, STATE(2785), 3, @@ -198556,11 +198556,11 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - STATE(6191), 8, + STATE(6242), 8, sym_interface_package_declaration, sym_interface_file_declaration, sym_interface_type_declaration, - sym_interface_declaration, + sym_generic_interface_declaration, sym_interface_constant_declaration, sym_interface_signal_declaration, sym_interface_variable_declaration, @@ -198590,20 +198590,20 @@ static const uint16_t ts_small_parse_table[] = { sym_VARIABLE, ACTIONS(3882), 1, anon_sym_RPAREN, - STATE(5772), 1, - sym__interface_declaration, - STATE(5773), 1, - sym__interface_subprogram_specification, STATE(5848), 1, + sym__interface_subprogram_specification, + STATE(5849), 1, + sym__interface_declaration, + STATE(5970), 1, sym__identifier, - STATE(7171), 1, - sym_identifier_list, - STATE(7707), 1, + STATE(6718), 1, sym_interface_list, + STATE(8036), 1, + sym_identifier_list, ACTIONS(3846), 2, sym_IMPURE, sym_PURE, - STATE(5774), 2, + STATE(5847), 2, sym_interface_procedure_specification, sym_interface_function_specification, STATE(2786), 3, @@ -198615,7 +198615,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - STATE(6191), 8, + STATE(6428), 8, sym_interface_package_declaration, sym_interface_file_declaration, sym_interface_type_declaration, @@ -198649,20 +198649,20 @@ static const uint16_t ts_small_parse_table[] = { sym_VARIABLE, ACTIONS(3884), 1, anon_sym_RPAREN, - STATE(5772), 1, - sym__interface_declaration, - STATE(5773), 1, - sym__interface_subprogram_specification, STATE(5848), 1, + sym__interface_subprogram_specification, + STATE(5865), 1, sym__identifier, - STATE(7171), 1, - sym_identifier_list, - STATE(7618), 1, - sym_interface_list, + STATE(5868), 1, + sym__generic_interface_declaration, + STATE(6721), 1, + sym_generic_interface_list, + STATE(7269), 1, + sym_generic_identifier_list, ACTIONS(3846), 2, sym_IMPURE, sym_PURE, - STATE(5774), 2, + STATE(5847), 2, sym_interface_procedure_specification, sym_interface_function_specification, STATE(2787), 3, @@ -198674,11 +198674,11 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - STATE(6191), 8, + STATE(6242), 8, sym_interface_package_declaration, sym_interface_file_declaration, sym_interface_type_declaration, - sym_interface_declaration, + sym_generic_interface_declaration, sym_interface_constant_declaration, sym_interface_signal_declaration, sym_interface_variable_declaration, @@ -198708,20 +198708,20 @@ static const uint16_t ts_small_parse_table[] = { sym_VARIABLE, ACTIONS(3886), 1, anon_sym_RPAREN, - STATE(5582), 1, - sym__identifier, - STATE(5587), 1, - sym__generic_interface_declaration, - STATE(5773), 1, + STATE(5848), 1, sym__interface_subprogram_specification, - STATE(7667), 1, - sym_generic_identifier_list, - STATE(8172), 1, - sym_generic_interface_list, + STATE(5849), 1, + sym__interface_declaration, + STATE(5970), 1, + sym__identifier, + STATE(6724), 1, + sym_interface_list, + STATE(8036), 1, + sym_identifier_list, ACTIONS(3846), 2, sym_IMPURE, sym_PURE, - STATE(5774), 2, + STATE(5847), 2, sym_interface_procedure_specification, sym_interface_function_specification, STATE(2788), 3, @@ -198733,11 +198733,11 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - STATE(6235), 8, + STATE(6428), 8, sym_interface_package_declaration, sym_interface_file_declaration, sym_interface_type_declaration, - sym_generic_interface_declaration, + sym_interface_declaration, sym_interface_constant_declaration, sym_interface_signal_declaration, sym_interface_variable_declaration, @@ -198767,20 +198767,20 @@ static const uint16_t ts_small_parse_table[] = { sym_VARIABLE, ACTIONS(3888), 1, anon_sym_RPAREN, - STATE(5582), 1, + STATE(5848), 1, + sym__interface_subprogram_specification, + STATE(5865), 1, sym__identifier, - STATE(5587), 1, + STATE(5868), 1, sym__generic_interface_declaration, - STATE(5773), 1, - sym__interface_subprogram_specification, - STATE(7616), 1, - sym_generic_interface_list, - STATE(7667), 1, + STATE(7269), 1, sym_generic_identifier_list, + STATE(7295), 1, + sym_generic_interface_list, ACTIONS(3846), 2, sym_IMPURE, sym_PURE, - STATE(5774), 2, + STATE(5847), 2, sym_interface_procedure_specification, sym_interface_function_specification, STATE(2789), 3, @@ -198792,7 +198792,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - STATE(6235), 8, + STATE(6242), 8, sym_interface_package_declaration, sym_interface_file_declaration, sym_interface_type_declaration, @@ -198826,18 +198826,18 @@ static const uint16_t ts_small_parse_table[] = { sym_VARIABLE, ACTIONS(3890), 1, anon_sym_RPAREN, - STATE(5773), 1, - sym__interface_subprogram_specification, STATE(5848), 1, + sym__interface_subprogram_specification, + STATE(5865), 1, sym__identifier, - STATE(6277), 1, - sym__interface_declaration, - STATE(7171), 1, - sym_identifier_list, + STATE(6197), 1, + sym__generic_interface_declaration, + STATE(7269), 1, + sym_generic_identifier_list, ACTIONS(3846), 2, sym_IMPURE, sym_PURE, - STATE(5774), 2, + STATE(5847), 2, sym_interface_procedure_specification, sym_interface_function_specification, STATE(2790), 3, @@ -198849,11 +198849,11 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - STATE(6191), 8, + STATE(6242), 8, sym_interface_package_declaration, sym_interface_file_declaration, sym_interface_type_declaration, - sym_interface_declaration, + sym_generic_interface_declaration, sym_interface_constant_declaration, sym_interface_signal_declaration, sym_interface_variable_declaration, @@ -198883,18 +198883,18 @@ static const uint16_t ts_small_parse_table[] = { sym_VARIABLE, ACTIONS(3892), 1, anon_sym_RPAREN, - STATE(5773), 1, - sym__interface_subprogram_specification, STATE(5848), 1, + sym__interface_subprogram_specification, + STATE(5970), 1, sym__identifier, - STATE(6277), 1, + STATE(6115), 1, sym__interface_declaration, - STATE(7171), 1, + STATE(8036), 1, sym_identifier_list, ACTIONS(3846), 2, sym_IMPURE, sym_PURE, - STATE(5774), 2, + STATE(5847), 2, sym_interface_procedure_specification, sym_interface_function_specification, STATE(2791), 3, @@ -198906,7 +198906,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - STATE(6191), 8, + STATE(6428), 8, sym_interface_package_declaration, sym_interface_file_declaration, sym_interface_type_declaration, @@ -198940,18 +198940,18 @@ static const uint16_t ts_small_parse_table[] = { sym_VARIABLE, ACTIONS(3894), 1, anon_sym_RPAREN, - STATE(5582), 1, - sym__identifier, - STATE(5773), 1, + STATE(5848), 1, sym__interface_subprogram_specification, - STATE(6106), 1, - sym__generic_interface_declaration, - STATE(7667), 1, - sym_generic_identifier_list, + STATE(5970), 1, + sym__identifier, + STATE(6115), 1, + sym__interface_declaration, + STATE(8036), 1, + sym_identifier_list, ACTIONS(3846), 2, sym_IMPURE, sym_PURE, - STATE(5774), 2, + STATE(5847), 2, sym_interface_procedure_specification, sym_interface_function_specification, STATE(2792), 3, @@ -198963,11 +198963,11 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - STATE(6235), 8, + STATE(6428), 8, sym_interface_package_declaration, sym_interface_file_declaration, sym_interface_type_declaration, - sym_generic_interface_declaration, + sym_interface_declaration, sym_interface_constant_declaration, sym_interface_signal_declaration, sym_interface_variable_declaration, @@ -198997,18 +198997,18 @@ static const uint16_t ts_small_parse_table[] = { sym_VARIABLE, ACTIONS(3896), 1, anon_sym_RPAREN, - STATE(5582), 1, - sym__identifier, - STATE(5773), 1, + STATE(5848), 1, sym__interface_subprogram_specification, - STATE(6106), 1, + STATE(5865), 1, + sym__identifier, + STATE(6197), 1, sym__generic_interface_declaration, - STATE(7667), 1, + STATE(7269), 1, sym_generic_identifier_list, ACTIONS(3846), 2, sym_IMPURE, sym_PURE, - STATE(5774), 2, + STATE(5847), 2, sym_interface_procedure_specification, sym_interface_function_specification, STATE(2793), 3, @@ -199020,7 +199020,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - STATE(6235), 8, + STATE(6242), 8, sym_interface_package_declaration, sym_interface_file_declaration, sym_interface_type_declaration, @@ -199029,57 +199029,7 @@ static const uint16_t ts_small_parse_table[] = { sym_interface_signal_declaration, sym_interface_variable_declaration, sym_interface_subprogram_declaration, - [181277] = 15, - 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_DOT, - ACTIONS(3900), 1, - anon_sym_LPAREN, - ACTIONS(3902), 1, - anon_sym_SQUOTE, - ACTIONS(3904), 1, - anon_sym_LBRACK, - ACTIONS(3906), 1, - sym_GENERIC, - ACTIONS(3908), 1, - sym_PARAMETER, - STATE(2798), 1, - aux_sym_name_repeat1, - STATE(3059), 1, - sym_generic_map_aspect, - STATE(3285), 1, - sym__name_selector, - STATE(2794), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(3286), 5, - sym_function_call, - sym_parenthesis_group, - sym_attribute, - sym_signature, - sym_selection, - ACTIONS(1471), 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, - [181342] = 20, + [181277] = 20, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -199102,21 +199052,21 @@ static const uint16_t ts_small_parse_table[] = { sym_TYPE, ACTIONS(3856), 1, sym_VARIABLE, - STATE(5773), 1, - sym__interface_subprogram_specification, STATE(5848), 1, + sym__interface_subprogram_specification, + STATE(5970), 1, sym__identifier, - STATE(6277), 1, + STATE(6115), 1, sym__interface_declaration, - STATE(7171), 1, + STATE(8036), 1, sym_identifier_list, ACTIONS(3846), 2, sym_IMPURE, sym_PURE, - STATE(5774), 2, + STATE(5847), 2, sym_interface_procedure_specification, sym_interface_function_specification, - STATE(2795), 3, + STATE(2794), 3, sym__tool_directive, sym_line_comment, sym_block_comment, @@ -199125,7 +199075,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - STATE(6191), 8, + STATE(6428), 8, sym_interface_package_declaration, sym_interface_file_declaration, sym_interface_type_declaration, @@ -199134,7 +199084,7 @@ static const uint16_t ts_small_parse_table[] = { sym_interface_signal_declaration, sym_interface_variable_declaration, sym_interface_subprogram_declaration, - [181417] = 20, + [181352] = 20, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -199157,21 +199107,21 @@ static const uint16_t ts_small_parse_table[] = { sym_TYPE, ACTIONS(3856), 1, sym_VARIABLE, - STATE(5582), 1, - sym__identifier, - STATE(5773), 1, + STATE(5848), 1, sym__interface_subprogram_specification, - STATE(6106), 1, + STATE(5865), 1, + sym__identifier, + STATE(6197), 1, sym__generic_interface_declaration, - STATE(7667), 1, + STATE(7269), 1, sym_generic_identifier_list, ACTIONS(3846), 2, sym_IMPURE, sym_PURE, - STATE(5774), 2, + STATE(5847), 2, sym_interface_procedure_specification, sym_interface_function_specification, - STATE(2796), 3, + STATE(2795), 3, sym__tool_directive, sym_line_comment, sym_block_comment, @@ -199180,7 +199130,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - STATE(6235), 8, + STATE(6242), 8, sym_interface_package_declaration, sym_interface_file_declaration, sym_interface_type_declaration, @@ -199189,41 +199139,41 @@ static const uint16_t ts_small_parse_table[] = { sym_interface_signal_declaration, sym_interface_variable_declaration, sym_interface_subprogram_declaration, - [181492] = 14, + [181427] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3910), 1, + ACTIONS(3898), 1, anon_sym_DOT, - ACTIONS(3913), 1, + ACTIONS(3901), 1, anon_sym_LPAREN, - ACTIONS(3916), 1, + ACTIONS(3904), 1, anon_sym_SQUOTE, - ACTIONS(3919), 1, + ACTIONS(3907), 1, anon_sym_LBRACK, - ACTIONS(3922), 1, + ACTIONS(3910), 1, sym_GENERIC, - ACTIONS(3925), 1, + ACTIONS(3913), 1, sym_PARAMETER, - STATE(3059), 1, + STATE(3067), 1, sym_generic_map_aspect, - STATE(3285), 1, + STATE(3302), 1, sym__name_selector, - STATE(2797), 4, + STATE(2796), 4, sym__tool_directive, sym_line_comment, sym_block_comment, aux_sym_name_repeat1, - STATE(3286), 5, + STATE(3301), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - ACTIONS(1491), 14, + ACTIONS(1471), 14, sym_identifier, sym_RANGE, sym_character_literal, @@ -199238,42 +199188,42 @@ static const uint16_t ts_small_parse_table[] = { sym_variable_assignment, anon_sym_LT_LT, anon_sym_GT_GT, - [181555] = 15, + [181490] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3898), 1, + ACTIONS(3916), 1, anon_sym_DOT, - ACTIONS(3900), 1, + ACTIONS(3918), 1, anon_sym_LPAREN, - ACTIONS(3902), 1, + ACTIONS(3920), 1, anon_sym_SQUOTE, - ACTIONS(3904), 1, + ACTIONS(3922), 1, anon_sym_LBRACK, - ACTIONS(3906), 1, + ACTIONS(3924), 1, sym_GENERIC, - ACTIONS(3908), 1, + ACTIONS(3926), 1, sym_PARAMETER, - STATE(2797), 1, + STATE(2796), 1, aux_sym_name_repeat1, - STATE(3059), 1, + STATE(3067), 1, sym_generic_map_aspect, - STATE(3285), 1, + STATE(3302), 1, sym__name_selector, - STATE(2798), 3, + STATE(2797), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3286), 5, + STATE(3301), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - ACTIONS(1487), 14, + ACTIONS(1509), 14, sym_identifier, sym_RANGE, sym_character_literal, @@ -199288,46 +199238,44 @@ static const uint16_t ts_small_parse_table[] = { sym_variable_assignment, anon_sym_LT_LT, anon_sym_GT_GT, - [181620] = 15, + [181555] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3928), 1, + ACTIONS(3916), 1, anon_sym_DOT, - ACTIONS(3930), 1, + ACTIONS(3918), 1, anon_sym_LPAREN, - ACTIONS(3932), 1, + ACTIONS(3920), 1, anon_sym_SQUOTE, - ACTIONS(3934), 1, + ACTIONS(3922), 1, anon_sym_LBRACK, - ACTIONS(3936), 1, + ACTIONS(3924), 1, sym_GENERIC, - ACTIONS(3938), 1, + ACTIONS(3926), 1, sym_PARAMETER, - STATE(2804), 1, + STATE(2797), 1, aux_sym_name_repeat1, - STATE(3270), 1, + STATE(3067), 1, sym_generic_map_aspect, - STATE(3395), 1, + STATE(3302), 1, sym__name_selector, - STATE(2799), 3, + STATE(2798), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3396), 5, + STATE(3301), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - ACTIONS(1471), 13, + ACTIONS(1493), 14, sym_identifier, - sym_BUS, sym_RANGE, - sym_REGISTER, sym_character_literal, sym_operator_symbol, sym_library_constant, @@ -199335,64 +199283,60 @@ 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, - [181684] = 21, + anon_sym_GT_GT, + [181620] = 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(19), 1, - sym_ASSERT, + ACTIONS(3928), 1, + anon_sym_DOT, + ACTIONS(3931), 1, + anon_sym_LPAREN, + ACTIONS(3934), 1, + anon_sym_SQUOTE, + ACTIONS(3937), 1, + anon_sym_LBRACK, ACTIONS(3940), 1, - sym_END, - ACTIONS(3942), 1, - sym_POSTPONED, - ACTIONS(3944), 1, - sym_PROCESS, - STATE(2803), 1, - aux_sym_entity_body_repeat1, - STATE(3023), 1, - sym__direct_name, - STATE(3405), 1, - sym_label_declaration, - STATE(4437), 1, - sym__entity_statement, - STATE(8055), 1, - sym_assertion, - STATE(8302), 1, - sym__label, - STATE(8334), 1, - sym_name, - STATE(4362), 2, - sym__identifier, - sym__external_name, - ACTIONS(71), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(2800), 3, + sym_GENERIC, + ACTIONS(3943), 1, + sym_PARAMETER, + STATE(3295), 1, + sym_generic_map_aspect, + STATE(3416), 1, + sym__name_selector, + STATE(2799), 4, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - STATE(4438), 3, - sym_process_statement, - sym_concurrent_assertion_statement, - sym_concurrent_procedure_call_statement, - ACTIONS(13), 4, + aux_sym_name_repeat1, + STATE(3415), 5, + sym_function_call, + sym_parenthesis_group, + sym_attribute, + sym_signature, + sym_selection, + ACTIONS(1471), 13, sym_identifier, + 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, - [181760] = 15, + anon_sym_SEMI, + sym_variable_assignment, + anon_sym_LT_LT, + [181682] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -199401,33 +199345,32 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(3946), 1, anon_sym_DOT, - ACTIONS(3948), 1, + ACTIONS(3949), 1, anon_sym_LPAREN, - ACTIONS(3950), 1, - anon_sym_SQUOTE, ACTIONS(3952), 1, + anon_sym_SQUOTE, + ACTIONS(3955), 1, anon_sym_LBRACK, - ACTIONS(3954), 1, + ACTIONS(3958), 1, sym_GENERIC, - ACTIONS(3956), 1, + ACTIONS(3961), 1, sym_PARAMETER, - STATE(2802), 1, - aux_sym_name_repeat1, - STATE(3279), 1, + STATE(3352), 1, sym_generic_map_aspect, - STATE(3368), 1, + STATE(3361), 1, sym__name_selector, - STATE(2801), 3, + STATE(2800), 4, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3369), 5, + aux_sym_name_repeat1, + STATE(3362), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - ACTIONS(1487), 13, + ACTIONS(1471), 13, sym_identifier, sym_BUS, sym_RANGE, @@ -199441,44 +199384,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, sym_variable_assignment, anon_sym_LT_LT, - [181824] = 14, + [181744] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3958), 1, + ACTIONS(3964), 1, anon_sym_DOT, - ACTIONS(3961), 1, + ACTIONS(3966), 1, anon_sym_LPAREN, - ACTIONS(3964), 1, + ACTIONS(3968), 1, anon_sym_SQUOTE, - ACTIONS(3967), 1, - anon_sym_LBRACK, ACTIONS(3970), 1, + anon_sym_LBRACK, + ACTIONS(3972), 1, sym_GENERIC, - ACTIONS(3973), 1, + ACTIONS(3974), 1, sym_PARAMETER, - STATE(3279), 1, + STATE(2806), 1, + aux_sym_name_repeat1, + STATE(3295), 1, sym_generic_map_aspect, - STATE(3368), 1, + STATE(3416), 1, sym__name_selector, - STATE(2802), 4, + STATE(2801), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - aux_sym_name_repeat1, - STATE(3369), 5, + STATE(3415), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - ACTIONS(1491), 13, + ACTIONS(1493), 13, sym_identifier, sym_BUS, sym_RANGE, + sym_REGISTER, sym_character_literal, sym_operator_symbol, sym_library_constant, @@ -199486,10 +199431,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, - [181886] = 21, + [181808] = 21, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -199500,42 +199444,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, ACTIONS(19), 1, sym_ASSERT, - ACTIONS(3942), 1, - sym_POSTPONED, - ACTIONS(3944), 1, - sym_PROCESS, ACTIONS(3976), 1, sym_END, - STATE(2805), 1, + ACTIONS(3978), 1, + sym_POSTPONED, + ACTIONS(3980), 1, + sym_PROCESS, + STATE(2803), 1, aux_sym_entity_body_repeat1, - STATE(3023), 1, + STATE(3015), 1, sym__direct_name, - STATE(3405), 1, + STATE(3414), 1, sym_label_declaration, - STATE(4437), 1, + STATE(4417), 1, sym__entity_statement, - STATE(8055), 1, + STATE(6812), 1, sym_assertion, - STATE(8302), 1, - sym__label, - STATE(8334), 1, + STATE(7281), 1, sym_name, - STATE(4362), 2, + STATE(7356), 1, + sym__label, + STATE(4386), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(2803), 3, + STATE(2802), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(4438), 3, + STATE(4418), 3, sym_process_statement, sym_concurrent_assertion_statement, sym_concurrent_procedure_call_statement, @@ -199544,148 +199488,204 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [181962] = 15, + [181884] = 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_DOT, - ACTIONS(3930), 1, - anon_sym_LPAREN, - ACTIONS(3932), 1, - anon_sym_SQUOTE, - ACTIONS(3934), 1, - anon_sym_LBRACK, - ACTIONS(3936), 1, - sym_GENERIC, - ACTIONS(3938), 1, - sym_PARAMETER, - STATE(2807), 1, - aux_sym_name_repeat1, - STATE(3270), 1, - sym_generic_map_aspect, - STATE(3395), 1, - sym__name_selector, - STATE(2804), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(3396), 5, - sym_function_call, - sym_parenthesis_group, - sym_attribute, - sym_signature, - sym_selection, - ACTIONS(1487), 13, - sym_identifier, - sym_BUS, - sym_RANGE, - sym_REGISTER, + ACTIONS(3982), 1, + anon_sym_LT_LT, + ACTIONS(3988), 1, + sym_ASSERT, + ACTIONS(3991), 1, + sym_END, + ACTIONS(3993), 1, + sym_POSTPONED, + ACTIONS(3996), 1, + sym_PROCESS, + STATE(3015), 1, + sym__direct_name, + STATE(3414), 1, + sym_label_declaration, + STATE(4417), 1, + sym__entity_statement, + STATE(6812), 1, + sym_assertion, + STATE(7281), 1, + sym_name, + STATE(7356), 1, + sym__label, + STATE(4386), 2, + sym__identifier, + sym__external_name, + ACTIONS(3999), 3, sym_character_literal, sym_operator_symbol, - sym_library_constant, sym_library_constant_std_logic, + STATE(4383), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + STATE(4418), 3, + sym_process_statement, + sym_concurrent_assertion_statement, + sym_concurrent_procedure_call_statement, + ACTIONS(3985), 4, + sym_identifier, + sym_library_constant, sym_library_function, sym_library_type, - anon_sym_SEMI, - sym_variable_assignment, - anon_sym_LT_LT, - [182026] = 20, + STATE(2803), 4, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + aux_sym_entity_body_repeat1, + [181958] = 21, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3978), 1, + ACTIONS(11), 1, anon_sym_LT_LT, - ACTIONS(3984), 1, + ACTIONS(19), 1, sym_ASSERT, - ACTIONS(3987), 1, - sym_END, - ACTIONS(3989), 1, + ACTIONS(3978), 1, sym_POSTPONED, - ACTIONS(3992), 1, + ACTIONS(3980), 1, sym_PROCESS, - STATE(3023), 1, + ACTIONS(4002), 1, + sym_END, + STATE(2802), 1, + aux_sym_entity_body_repeat1, + STATE(3015), 1, sym__direct_name, - STATE(3405), 1, + STATE(3414), 1, sym_label_declaration, - STATE(4437), 1, + STATE(4417), 1, sym__entity_statement, - STATE(8055), 1, + STATE(6812), 1, sym_assertion, - STATE(8302), 1, - sym__label, - STATE(8334), 1, + STATE(7281), 1, sym_name, - STATE(4362), 2, + STATE(7356), 1, + sym__label, + STATE(4386), 2, sym__identifier, sym__external_name, - ACTIONS(3995), 3, + ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(4351), 3, + STATE(2804), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(4438), 3, + STATE(4418), 3, sym_process_statement, sym_concurrent_assertion_statement, sym_concurrent_procedure_call_statement, - ACTIONS(3981), 4, + ACTIONS(13), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(2805), 4, + [182034] = 15, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(4004), 1, + anon_sym_DOT, + ACTIONS(4006), 1, + anon_sym_LPAREN, + ACTIONS(4008), 1, + anon_sym_SQUOTE, + ACTIONS(4010), 1, + anon_sym_LBRACK, + ACTIONS(4012), 1, + sym_GENERIC, + ACTIONS(4014), 1, + sym_PARAMETER, + STATE(2800), 1, + aux_sym_name_repeat1, + STATE(3352), 1, + sym_generic_map_aspect, + STATE(3361), 1, + sym__name_selector, + STATE(2805), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - aux_sym_entity_body_repeat1, - [182100] = 15, + STATE(3362), 5, + sym_function_call, + sym_parenthesis_group, + sym_attribute, + sym_signature, + sym_selection, + ACTIONS(1509), 13, + sym_identifier, + sym_BUS, + 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_RPAREN, + sym_variable_assignment, + anon_sym_LT_LT, + [182098] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3946), 1, + ACTIONS(3964), 1, anon_sym_DOT, - ACTIONS(3948), 1, + ACTIONS(3966), 1, anon_sym_LPAREN, - ACTIONS(3950), 1, + ACTIONS(3968), 1, anon_sym_SQUOTE, - ACTIONS(3952), 1, + ACTIONS(3970), 1, anon_sym_LBRACK, - ACTIONS(3954), 1, + ACTIONS(3972), 1, sym_GENERIC, - ACTIONS(3956), 1, + ACTIONS(3974), 1, sym_PARAMETER, - STATE(2801), 1, + STATE(2799), 1, aux_sym_name_repeat1, - STATE(3279), 1, + STATE(3295), 1, sym_generic_map_aspect, - STATE(3368), 1, + STATE(3416), 1, sym__name_selector, STATE(2806), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3369), 5, + STATE(3415), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - ACTIONS(1471), 13, + ACTIONS(1509), 13, sym_identifier, sym_BUS, sym_RANGE, + sym_REGISTER, sym_character_literal, sym_operator_symbol, sym_library_constant, @@ -199693,48 +199693,47 @@ 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, - [182164] = 14, + [182162] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3998), 1, + ACTIONS(4004), 1, anon_sym_DOT, - ACTIONS(4001), 1, + ACTIONS(4006), 1, anon_sym_LPAREN, - ACTIONS(4004), 1, + ACTIONS(4008), 1, anon_sym_SQUOTE, - ACTIONS(4007), 1, - anon_sym_LBRACK, ACTIONS(4010), 1, + anon_sym_LBRACK, + ACTIONS(4012), 1, sym_GENERIC, - ACTIONS(4013), 1, + ACTIONS(4014), 1, sym_PARAMETER, - STATE(3270), 1, + STATE(2805), 1, + aux_sym_name_repeat1, + STATE(3352), 1, sym_generic_map_aspect, - STATE(3395), 1, + STATE(3361), 1, sym__name_selector, - STATE(2807), 4, + STATE(2807), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - aux_sym_name_repeat1, - STATE(3396), 5, + STATE(3362), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - ACTIONS(1491), 13, + ACTIONS(1493), 13, sym_identifier, sym_BUS, sym_RANGE, - sym_REGISTER, sym_character_literal, sym_operator_symbol, sym_library_constant, @@ -199742,6 +199741,7 @@ 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, [182226] = 5, @@ -200086,18 +200086,179 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [182613] = 5, + [182613] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(2817), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(4034), 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, + [182656] = 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(3389), 1, + sym_generic_map_aspect, + STATE(3584), 1, + sym__name_selector, + STATE(2818), 4, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + aux_sym_name_repeat1, + STATE(3549), 5, + sym_function_call, + sym_parenthesis_group, + sym_attribute, + sym_signature, + sym_selection, + ACTIONS(1471), 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, + [182717] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(2819), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(4054), 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, + [182760] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(2820), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(4056), 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, + [182803] = 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(2821), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4034), 26, + ACTIONS(4058), 26, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -200124,18 +200285,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [182656] = 5, + [182846] = 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(2822), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4036), 26, + ACTIONS(4060), 26, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -200162,18 +200323,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [182699] = 5, + [182889] = 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(2823), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4038), 26, + ACTIONS(4062), 26, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -200200,18 +200361,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [182742] = 5, + [182932] = 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(2824), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4040), 26, + ACTIONS(4064), 26, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -200238,18 +200399,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [182785] = 5, + [182975] = 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(2825), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4042), 26, + ACTIONS(4066), 26, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -200276,18 +200437,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [182828] = 5, + [183018] = 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(2826), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4044), 26, + ACTIONS(4068), 26, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -200314,18 +200475,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [182871] = 5, + [183061] = 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(2827), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4046), 26, + ACTIONS(4070), 26, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -200352,18 +200513,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [182914] = 5, + [183104] = 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(2828), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4048), 26, + ACTIONS(4072), 26, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -200390,18 +200551,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [182957] = 5, + [183147] = 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(2829), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4050), 26, + ACTIONS(4074), 26, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -200428,18 +200589,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [183000] = 5, + [183190] = 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(2830), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4052), 26, + ACTIONS(4076), 26, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -200466,18 +200627,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [183043] = 5, + [183233] = 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(2831), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4054), 26, + ACTIONS(4078), 26, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -200504,18 +200665,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [183086] = 5, + [183276] = 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(2832), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4056), 26, + ACTIONS(4080), 26, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -200542,18 +200703,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [183129] = 5, + [183319] = 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(2833), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4058), 26, + ACTIONS(4082), 26, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -200580,18 +200741,66 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [183172] = 5, + [183362] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2830), 3, + ACTIONS(4084), 1, + anon_sym_DOT, + ACTIONS(4086), 1, + anon_sym_LPAREN, + ACTIONS(4088), 1, + anon_sym_SQUOTE, + ACTIONS(4090), 1, + anon_sym_LBRACK, + ACTIONS(4092), 1, + sym_GENERIC, + ACTIONS(4094), 1, + sym_PARAMETER, + STATE(2838), 1, + aux_sym_name_repeat1, + STATE(3389), 1, + sym_generic_map_aspect, + STATE(3584), 1, + sym__name_selector, + STATE(2834), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4060), 26, + STATE(3549), 5, + sym_function_call, + sym_parenthesis_group, + sym_attribute, + sym_signature, + sym_selection, + ACTIONS(1493), 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, + [183425] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(2835), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(4096), 26, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -200618,18 +200827,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [183215] = 5, + [183468] = 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(2836), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4062), 26, + ACTIONS(4098), 26, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -200656,18 +200865,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [183258] = 5, + [183511] = 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(2837), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4064), 26, + ACTIONS(4100), 26, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -200694,18 +200903,66 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [183301] = 5, + [183554] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2833), 3, + ACTIONS(4084), 1, + anon_sym_DOT, + ACTIONS(4086), 1, + anon_sym_LPAREN, + ACTIONS(4088), 1, + anon_sym_SQUOTE, + ACTIONS(4090), 1, + anon_sym_LBRACK, + ACTIONS(4092), 1, + sym_GENERIC, + ACTIONS(4094), 1, + sym_PARAMETER, + STATE(2818), 1, + aux_sym_name_repeat1, + STATE(3389), 1, + sym_generic_map_aspect, + STATE(3584), 1, + sym__name_selector, + STATE(2838), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4066), 26, + STATE(3549), 5, + sym_function_call, + sym_parenthesis_group, + sym_attribute, + sym_signature, + sym_selection, + ACTIONS(1509), 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, + [183617] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(2839), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(4102), 26, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -200732,18 +200989,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [183344] = 5, + [183660] = 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(2840), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4068), 26, + ACTIONS(4104), 26, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -200770,18 +201027,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [183387] = 5, + [183703] = 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(2841), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4070), 26, + ACTIONS(4106), 26, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -200808,18 +201065,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [183430] = 5, + [183746] = 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(2842), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4072), 26, + ACTIONS(4108), 26, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -200846,65 +201103,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [183473] = 14, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(4074), 1, - anon_sym_DOT, - ACTIONS(4077), 1, - anon_sym_LPAREN, - ACTIONS(4080), 1, - anon_sym_SQUOTE, - ACTIONS(4083), 1, - anon_sym_LBRACK, - ACTIONS(4086), 1, - sym_GENERIC, - ACTIONS(4089), 1, - sym_PARAMETER, - STATE(3415), 1, - sym_generic_map_aspect, - STATE(3522), 1, - sym__name_selector, - STATE(2837), 4, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - aux_sym_name_repeat1, - STATE(3523), 5, - sym_function_call, - sym_parenthesis_group, - sym_attribute, - sym_signature, - sym_selection, - ACTIONS(1491), 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, - [183534] = 5, + [183789] = 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(2843), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4092), 26, + ACTIONS(4110), 26, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -200931,18 +201141,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [183577] = 5, + [183832] = 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(2844), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4094), 26, + ACTIONS(4112), 26, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -200969,18 +201179,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [183620] = 5, + [183875] = 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(2845), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4096), 26, + ACTIONS(4114), 26, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -201007,18 +201217,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [183663] = 5, + [183918] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2841), 3, + STATE(2846), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4098), 26, + ACTIONS(4116), 26, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -201045,18 +201255,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [183706] = 5, + [183961] = 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(2847), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4100), 26, + ACTIONS(4118), 26, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -201083,18 +201293,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [183749] = 5, + [184004] = 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(2848), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4102), 26, + ACTIONS(4120), 26, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -201121,18 +201331,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [183792] = 5, + [184047] = 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(2849), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4104), 26, + ACTIONS(4122), 26, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -201159,18 +201369,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [183835] = 5, + [184090] = 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(2850), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4106), 26, + ACTIONS(4124), 26, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -201197,18 +201407,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [183878] = 5, + [184133] = 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(2851), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4108), 26, + ACTIONS(4126), 26, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -201235,18 +201445,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [183921] = 5, + [184176] = 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(2852), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4110), 26, + ACTIONS(4128), 26, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -201273,18 +201483,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [183964] = 5, + [184219] = 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(2853), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4112), 26, + ACTIONS(4130), 26, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -201311,66 +201521,56 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [184007] = 15, + [184262] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4114), 1, - anon_sym_DOT, - ACTIONS(4116), 1, - anon_sym_LPAREN, - ACTIONS(4118), 1, - anon_sym_SQUOTE, - ACTIONS(4120), 1, - anon_sym_LBRACK, - ACTIONS(4122), 1, - sym_GENERIC, - ACTIONS(4124), 1, - sym_PARAMETER, - STATE(2859), 1, - aux_sym_name_repeat1, - STATE(3415), 1, - sym_generic_map_aspect, - STATE(3522), 1, - sym__name_selector, - STATE(2849), 3, + STATE(2854), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3523), 5, - sym_function_call, - sym_parenthesis_group, - sym_attribute, - sym_signature, - sym_selection, - ACTIONS(1471), 12, + ACTIONS(4132), 26, sym_identifier, - sym_IS, - sym_OPEN, - sym_RANGE, + 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_SEMI, + anon_sym_LPAREN, anon_sym_LT_LT, - [184070] = 5, + [184305] = 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(2855), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4126), 26, + ACTIONS(4134), 26, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -201397,18 +201597,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [184113] = 5, + [184348] = 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(2856), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4128), 26, + ACTIONS(4136), 26, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -201435,18 +201635,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [184156] = 5, + [184391] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2852), 3, + STATE(2857), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4130), 26, + ACTIONS(4138), 26, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -201473,18 +201673,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [184199] = 5, + [184434] = 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(2858), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4132), 26, + ACTIONS(4140), 26, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -201511,18 +201711,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [184242] = 5, + [184477] = 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(2859), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4134), 26, + ACTIONS(4142), 26, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -201549,18 +201749,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [184285] = 5, + [184520] = 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(2860), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4136), 26, + ACTIONS(4144), 26, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -201587,18 +201787,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [184328] = 5, + [184563] = 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(2861), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4138), 26, + ACTIONS(4146), 26, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -201625,18 +201825,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [184371] = 5, + [184606] = 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(2862), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4140), 26, + ACTIONS(4148), 26, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -201663,18 +201863,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [184414] = 5, + [184649] = 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(2863), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4142), 26, + ACTIONS(4150), 26, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -201701,66 +201901,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [184457] = 15, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(4114), 1, - anon_sym_DOT, - ACTIONS(4116), 1, - anon_sym_LPAREN, - ACTIONS(4118), 1, - anon_sym_SQUOTE, - ACTIONS(4120), 1, - anon_sym_LBRACK, - ACTIONS(4122), 1, - sym_GENERIC, - ACTIONS(4124), 1, - sym_PARAMETER, - STATE(2837), 1, - aux_sym_name_repeat1, - STATE(3415), 1, - sym_generic_map_aspect, - STATE(3522), 1, - sym__name_selector, - STATE(2859), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(3523), 5, - sym_function_call, - sym_parenthesis_group, - sym_attribute, - sym_signature, - sym_selection, - ACTIONS(1487), 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, - [184520] = 5, + [184692] = 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(2864), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4144), 26, + ACTIONS(4152), 26, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -201787,18 +201939,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [184563] = 5, + [184735] = 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(2865), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4146), 26, + ACTIONS(4154), 26, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -201825,18 +201977,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [184606] = 5, + [184778] = 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(2866), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4148), 26, + ACTIONS(4156), 26, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -201863,18 +202015,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [184649] = 5, + [184821] = 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(2867), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4150), 26, + ACTIONS(4158), 26, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -201901,18 +202053,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [184692] = 5, + [184864] = 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(2868), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4152), 26, + ACTIONS(4160), 26, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -201939,18 +202091,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [184735] = 5, + [184907] = 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(2869), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4154), 26, + ACTIONS(4162), 26, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -201977,24 +202129,22 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [184778] = 5, + [184950] = 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(2870), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4156), 26, + ACTIONS(4098), 25, sym_identifier, sym_ASSERT, sym_BLOCK, sym_CASE, - sym_ELSE, - sym_ELSIF, sym_END, sym_EXIT, sym_FOR, @@ -202005,6 +202155,7 @@ static const uint16_t ts_small_parse_table[] = { sym_REPORT, sym_RETURN, sym_WAIT, + sym_WHEN, sym_WHILE, sym_WITH, sym_character_literal, @@ -202015,24 +202166,22 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [184821] = 5, + [184992] = 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(2871), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4158), 26, + ACTIONS(4140), 25, sym_identifier, sym_ASSERT, sym_BLOCK, sym_CASE, - sym_ELSE, - sym_ELSIF, sym_END, sym_EXIT, sym_FOR, @@ -202043,6 +202192,7 @@ static const uint16_t ts_small_parse_table[] = { sym_REPORT, sym_RETURN, sym_WAIT, + sym_WHEN, sym_WHILE, sym_WITH, sym_character_literal, @@ -202053,24 +202203,22 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [184864] = 5, + [185034] = 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(2872), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4160), 26, + ACTIONS(4152), 25, sym_identifier, sym_ASSERT, sym_BLOCK, sym_CASE, - sym_ELSE, - sym_ELSIF, sym_END, sym_EXIT, sym_FOR, @@ -202081,6 +202229,7 @@ static const uint16_t ts_small_parse_table[] = { sym_REPORT, sym_RETURN, sym_WAIT, + sym_WHEN, sym_WHILE, sym_WITH, sym_character_literal, @@ -202091,24 +202240,22 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [184907] = 5, + [185076] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2869), 3, + STATE(2873), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4162), 26, + ACTIONS(4160), 25, sym_identifier, sym_ASSERT, sym_BLOCK, sym_CASE, - sym_ELSE, - sym_ELSIF, sym_END, sym_EXIT, sym_FOR, @@ -202119,6 +202266,7 @@ static const uint16_t ts_small_parse_table[] = { sym_REPORT, sym_RETURN, sym_WAIT, + sym_WHEN, sym_WHILE, sym_WITH, sym_character_literal, @@ -202129,18 +202277,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [184950] = 5, + [185118] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2870), 3, + STATE(2874), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4134), 25, + ACTIONS(4058), 25, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -202166,18 +202314,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [184992] = 5, + [185160] = 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(2875), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4066), 25, + ACTIONS(4056), 25, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -202203,18 +202351,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [185034] = 5, + [185202] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2872), 3, + STATE(2876), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4030), 25, + ACTIONS(4054), 25, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -202240,18 +202388,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [185076] = 5, + [185244] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2873), 3, + STATE(2877), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4106), 25, + ACTIONS(4082), 25, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -202277,64 +202425,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [185118] = 14, - 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_DOT, - ACTIONS(3900), 1, - anon_sym_LPAREN, - ACTIONS(3902), 1, - anon_sym_SQUOTE, - ACTIONS(3904), 1, - anon_sym_LBRACK, - ACTIONS(3908), 1, - sym_PARAMETER, - STATE(2900), 1, - aux_sym_name_repeat1, - STATE(3059), 1, - sym_generic_map_aspect, - STATE(3285), 1, - sym__name_selector, - STATE(2874), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(3286), 5, - sym_function_call, - sym_parenthesis_group, - sym_attribute, - sym_signature, - sym_selection, - ACTIONS(1471), 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, - [185178] = 5, + [185286] = 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(2878), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4072), 25, + ACTIONS(4124), 25, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -202360,18 +202462,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [185220] = 5, + [185328] = 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(2879), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4126), 25, + ACTIONS(4062), 25, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -202397,18 +202499,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [185262] = 5, + [185370] = 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(2880), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4050), 25, + ACTIONS(4128), 25, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -202434,18 +202536,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [185304] = 5, + [185412] = 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(2881), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4160), 25, + ACTIONS(4138), 25, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -202471,18 +202573,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [185346] = 5, + [185454] = 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(2882), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4156), 25, + ACTIONS(4146), 25, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -202508,18 +202610,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [185388] = 5, + [185496] = 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(2883), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4158), 25, + ACTIONS(4150), 25, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -202545,18 +202647,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [185430] = 5, + [185538] = 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(2884), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4138), 25, + ACTIONS(4024), 25, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -202582,18 +202684,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [185472] = 5, + [185580] = 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(2885), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4036), 25, + ACTIONS(4026), 25, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -202619,18 +202721,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [185514] = 5, + [185622] = 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(2886), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4040), 25, + ACTIONS(4028), 25, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -202656,18 +202758,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [185556] = 5, + [185664] = 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(2887), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4068), 25, + ACTIONS(4030), 25, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -202693,18 +202795,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [185598] = 5, + [185706] = 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(2888), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4064), 25, + ACTIONS(4032), 25, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -202730,18 +202832,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [185640] = 5, + [185748] = 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(2889), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4092), 25, + ACTIONS(4034), 25, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -202767,7 +202869,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [185682] = 22, + [185790] = 22, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -202792,47 +202894,47 @@ static const uint16_t ts_small_parse_table[] = { sym_PRIVATE, ACTIONS(4180), 1, sym_USE, - STATE(3074), 1, - sym_protected_type_header, - STATE(3075), 1, + STATE(3100), 1, aux_sym_protected_type_declaration_repeat1, - STATE(4466), 1, + STATE(3101), 1, + sym_protected_type_header, + STATE(4547), 1, sym_generic_clause, - STATE(4770), 1, + STATE(4684), 1, sym__protected_type_declarative_item, - STATE(7034), 1, - sym_protected_type_declaration_end, - STATE(7550), 1, + STATE(7114), 1, sym__subprogram_specification, - ACTIONS(2241), 2, + STATE(7341), 1, + sym_protected_type_declaration_end, + ACTIONS(2157), 2, sym_IMPURE, sym_PURE, - STATE(6833), 2, + STATE(8210), 2, sym_procedure_specification, sym_function_specification, - STATE(2887), 3, + STATE(2890), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4768), 6, + STATE(4699), 6, sym_use_clause, sym_subprogram_declaration, sym_subprogram_instantiation_declaration, sym_alias_declaration, sym_attribute_specification, sym_private_variable_declaration, - [185758] = 5, + [185866] = 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(2891), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4096), 25, + ACTIONS(4016), 25, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -202858,92 +202960,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [185800] = 5, + [185908] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2889), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(4042), 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, - [185842] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(2890), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(4132), 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, - [185884] = 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(2892), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4094), 25, + ACTIONS(4064), 25, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -202969,18 +202997,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [185926] = 5, + [185950] = 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(2893), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4152), 25, + ACTIONS(4068), 25, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -203006,18 +203034,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [185968] = 5, + [185992] = 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(2894), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4044), 25, + ACTIONS(4070), 25, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -203043,18 +203071,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [186010] = 5, + [186034] = 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(2895), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4046), 25, + ACTIONS(4076), 25, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -203080,18 +203108,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [186052] = 5, + [186076] = 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(2896), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4128), 25, + ACTIONS(4078), 25, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -203117,18 +203145,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [186094] = 5, + [186118] = 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(2897), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4130), 25, + ACTIONS(4080), 25, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -203154,18 +203182,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [186136] = 5, + [186160] = 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(2898), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4048), 25, + ACTIONS(4096), 25, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -203191,18 +203219,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [186178] = 5, + [186202] = 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(2899), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4104), 25, + ACTIONS(4100), 25, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -203228,18 +203256,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [186220] = 5, + [186244] = 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(2900), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4154), 25, + ACTIONS(4130), 25, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -203265,53 +203293,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [186262] = 14, - 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_DOT, - ACTIONS(3900), 1, - anon_sym_LPAREN, - ACTIONS(3902), 1, - anon_sym_SQUOTE, - ACTIONS(3904), 1, - anon_sym_LBRACK, - ACTIONS(3908), 1, - sym_PARAMETER, - STATE(2797), 1, - aux_sym_name_repeat1, - STATE(3059), 1, - sym_generic_map_aspect, - STATE(3285), 1, - sym__name_selector, - STATE(2900), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(3286), 5, - sym_function_call, - sym_parenthesis_group, - sym_attribute, - sym_signature, - sym_selection, - ACTIONS(1487), 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, - [186322] = 5, + [186286] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -203322,7 +203304,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4034), 25, + ACTIONS(4132), 25, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -203348,7 +203330,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [186364] = 5, + [186328] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -203359,7 +203341,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4112), 25, + ACTIONS(4134), 25, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -203385,7 +203367,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [186406] = 5, + [186370] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -203396,7 +203378,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4038), 25, + ACTIONS(4118), 25, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -203422,7 +203404,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [186448] = 5, + [186412] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -203433,7 +203415,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4142), 25, + ACTIONS(4136), 25, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -203459,7 +203441,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [186490] = 5, + [186454] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -203470,7 +203452,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4028), 25, + ACTIONS(4022), 25, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -203496,7 +203478,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [186532] = 5, + [186496] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -203507,7 +203489,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4146), 25, + ACTIONS(4162), 25, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -203533,7 +203515,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [186574] = 5, + [186538] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -203544,7 +203526,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4162), 25, + ACTIONS(4142), 25, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -203570,7 +203552,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [186616] = 5, + [186580] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -203581,7 +203563,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4150), 25, + ACTIONS(4156), 25, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -203607,7 +203589,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [186658] = 5, + [186622] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -203618,7 +203600,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4054), 25, + ACTIONS(4020), 25, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -203644,7 +203626,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [186700] = 5, + [186664] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -203655,7 +203637,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4056), 25, + ACTIONS(4144), 25, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -203681,7 +203663,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [186742] = 5, + [186706] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -203692,7 +203674,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4018), 25, + ACTIONS(4148), 25, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -203718,7 +203700,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [186784] = 5, + [186748] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -203729,7 +203711,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4026), 25, + ACTIONS(4154), 25, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -203755,7 +203737,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [186826] = 5, + [186790] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -203766,7 +203748,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4144), 25, + ACTIONS(4158), 25, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -203792,7 +203774,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [186868] = 5, + [186832] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -203803,7 +203785,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4148), 25, + ACTIONS(4112), 25, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -203829,7 +203811,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [186910] = 5, + [186874] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -203840,7 +203822,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4062), 25, + ACTIONS(4126), 25, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -203866,7 +203848,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [186952] = 5, + [186916] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -203877,7 +203859,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4070), 25, + ACTIONS(4116), 25, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -203903,7 +203885,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [186994] = 5, + [186958] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -203914,7 +203896,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4020), 25, + ACTIONS(4108), 25, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -203940,7 +203922,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [187036] = 5, + [187000] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -203951,7 +203933,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4022), 25, + ACTIONS(4106), 25, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -203977,7 +203959,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [187078] = 5, + [187042] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -203988,7 +203970,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4098), 25, + ACTIONS(4104), 25, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -204014,7 +203996,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [187120] = 5, + [187084] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -204025,7 +204007,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4108), 25, + ACTIONS(4018), 25, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -204051,7 +204033,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [187162] = 5, + [187126] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -204062,7 +204044,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4058), 25, + ACTIONS(4074), 25, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -204088,7 +204070,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [187204] = 5, + [187168] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -204099,7 +204081,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4102), 25, + ACTIONS(4110), 25, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -204125,7 +204107,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [187246] = 5, + [187210] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -204136,7 +204118,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4100), 25, + ACTIONS(4114), 25, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -204162,44 +204144,53 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [187288] = 5, + [187252] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(3916), 1, + anon_sym_DOT, + ACTIONS(3918), 1, + anon_sym_LPAREN, + ACTIONS(3920), 1, + anon_sym_SQUOTE, + ACTIONS(3922), 1, + anon_sym_LBRACK, + ACTIONS(3926), 1, + sym_PARAMETER, + STATE(2926), 1, + aux_sym_name_repeat1, + STATE(3067), 1, + sym_generic_map_aspect, + STATE(3302), 1, + sym__name_selector, STATE(2924), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4136), 25, + STATE(3301), 5, + sym_function_call, + sym_parenthesis_group, + sym_attribute, + sym_signature, + sym_selection, + ACTIONS(1493), 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, - [187330] = 5, + [187312] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -204210,7 +204201,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4060), 25, + ACTIONS(4120), 25, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -204236,42 +204227,51 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [187372] = 5, + [187354] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(3916), 1, + anon_sym_DOT, + ACTIONS(3918), 1, + anon_sym_LPAREN, + ACTIONS(3920), 1, + anon_sym_SQUOTE, + ACTIONS(3922), 1, + anon_sym_LBRACK, + ACTIONS(3926), 1, + sym_PARAMETER, + STATE(2796), 1, + aux_sym_name_repeat1, + STATE(3067), 1, + sym_generic_map_aspect, + STATE(3302), 1, + sym__name_selector, STATE(2926), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4140), 25, + STATE(3301), 5, + sym_function_call, + sym_parenthesis_group, + sym_attribute, + sym_signature, + sym_selection, + ACTIONS(1509), 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, [187414] = 5, ACTIONS(3), 1, @@ -204284,7 +204284,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4024), 25, + ACTIONS(4122), 25, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -204321,7 +204321,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4016), 25, + ACTIONS(4060), 25, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -204358,7 +204358,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4032), 25, + ACTIONS(4102), 25, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -204395,7 +204395,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4052), 25, + ACTIONS(4072), 25, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -204432,7 +204432,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4110), 25, + ACTIONS(4066), 25, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -204458,43 +204458,53 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [187624] = 5, + [187624] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(4182), 1, + anon_sym_DOT, + ACTIONS(4184), 1, + anon_sym_LPAREN, + ACTIONS(4186), 1, + anon_sym_SQUOTE, + ACTIONS(4188), 1, + anon_sym_LBRACK, + ACTIONS(4190), 1, + sym_GENERIC, + ACTIONS(4192), 1, + sym_PARAMETER, + STATE(2986), 1, + aux_sym_name_repeat1, + STATE(3618), 1, + sym_generic_map_aspect, + STATE(3782), 1, + sym__name_selector, STATE(2932), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4154), 24, + STATE(3712), 5, + sym_function_call, + sym_parenthesis_group, + sym_attribute, + sym_signature, + sym_selection, + ACTIONS(1493), 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, - [187665] = 5, + [187685] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -204505,7 +204515,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4050), 24, + ACTIONS(4112), 24, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -204530,18 +204540,57 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [187706] = 5, + [187726] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(2995), 1, + sym_END, + STATE(7123), 1, + sym_end_for, + STATE(7702), 1, + sym_verification_unit_binding_indication, STATE(2934), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4134), 24, + ACTIONS(2993), 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, + [187773] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(2935), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(4030), 24, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -204566,53 +204615,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [187747] = 15, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(4182), 1, - anon_sym_DOT, - ACTIONS(4184), 1, - anon_sym_LPAREN, - ACTIONS(4186), 1, - anon_sym_SQUOTE, - ACTIONS(4188), 1, - anon_sym_LBRACK, - ACTIONS(4190), 1, - sym_GENERIC, - ACTIONS(4192), 1, - sym_PARAMETER, - STATE(2962), 1, - aux_sym_name_repeat1, - STATE(3647), 1, - sym_generic_map_aspect, - STATE(3808), 1, - sym__name_selector, - STATE(2935), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(3809), 5, - sym_function_call, - sym_parenthesis_group, - sym_attribute, - sym_signature, - sym_selection, - ACTIONS(1487), 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, - [187808] = 5, + [187814] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -204623,7 +204626,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4092), 24, + ACTIONS(4028), 24, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -204648,7 +204651,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [187849] = 5, + [187855] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -204659,32 +204662,32 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4062), 24, - sym_identifier, - sym_ASSERT, - sym_BLOCK, - sym_CASE, - sym_END, - sym_EXIT, + ACTIONS(4194), 24, + sym_ALIAS, + sym_ATTRIBUTE, + sym_BEGIN, + sym_COMPONENT, + sym_CONSTANT, + sym_DISCONNECT, + sym_FILE, 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, - [187890] = 5, + 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, + [187896] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -204695,7 +204698,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4070), 24, + ACTIONS(4026), 24, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -204720,7 +204723,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [187931] = 5, + [187937] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -204731,7 +204734,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4130), 24, + ACTIONS(4022), 24, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -204756,7 +204759,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [187972] = 5, + [187978] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -204767,7 +204770,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4072), 24, + ACTIONS(4024), 24, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -204792,7 +204795,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [188013] = 5, + [188019] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -204803,7 +204806,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4022), 24, + ACTIONS(4150), 24, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -204828,7 +204831,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [188054] = 5, + [188060] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -204839,7 +204842,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4044), 24, + ACTIONS(4146), 24, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -204864,7 +204867,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [188095] = 5, + [188101] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -204875,7 +204878,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4156), 24, + ACTIONS(4016), 24, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -204900,7 +204903,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [188136] = 5, + [188142] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -204911,7 +204914,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4032), 24, + ACTIONS(4064), 24, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -204936,7 +204939,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [188177] = 5, + [188183] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -204947,7 +204950,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4052), 24, + ACTIONS(4068), 24, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -204972,7 +204975,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [188218] = 5, + [188224] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -204983,7 +204986,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4064), 24, + ACTIONS(4070), 24, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -205008,7 +205011,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [188259] = 5, + [188265] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -205019,7 +205022,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4026), 24, + ACTIONS(4138), 24, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -205044,7 +205047,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [188300] = 5, + [188306] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -205055,7 +205058,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4126), 24, + ACTIONS(4128), 24, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -205080,7 +205083,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [188341] = 5, + [188347] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -205091,7 +205094,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4140), 24, + ACTIONS(4062), 24, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -205116,7 +205119,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [188382] = 5, + [188388] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -205127,7 +205130,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4102), 24, + ACTIONS(4076), 24, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -205152,7 +205155,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [188423] = 5, + [188429] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -205163,7 +205166,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4046), 24, + ACTIONS(4078), 24, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -205188,7 +205191,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [188464] = 5, + [188470] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -205199,7 +205202,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4016), 24, + ACTIONS(4080), 24, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -205224,7 +205227,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [188505] = 5, + [188511] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -205235,7 +205238,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4024), 24, + ACTIONS(4124), 24, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -205260,7 +205263,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [188546] = 5, + [188552] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -205271,7 +205274,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4108), 24, + ACTIONS(4096), 24, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -205296,7 +205299,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [188587] = 5, + [188593] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -205307,7 +205310,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4110), 24, + ACTIONS(4098), 24, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -205332,7 +205335,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [188628] = 5, + [188634] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -205343,7 +205346,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4112), 24, + ACTIONS(4100), 24, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -205368,7 +205371,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [188669] = 5, + [188675] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -205379,7 +205382,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4028), 24, + ACTIONS(4082), 24, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -205404,7 +205407,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [188710] = 5, + [188716] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -205415,7 +205418,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4034), 24, + ACTIONS(4154), 24, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -205440,7 +205443,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [188751] = 5, + [188757] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -205451,32 +205454,32 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4194), 24, - sym_ALIAS, - sym_ATTRIBUTE, - sym_BEGIN, - sym_COMPONENT, - sym_CONSTANT, - sym_DISCONNECT, - sym_FILE, + ACTIONS(4148), 24, + sym_identifier, + sym_ASSERT, + sym_BLOCK, + sym_CASE, + sym_END, + sym_EXIT, 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, - [188792] = 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, + [188798] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -205487,7 +205490,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4042), 24, + ACTIONS(4162), 24, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -205512,7 +205515,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [188833] = 5, + [188839] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -205523,7 +205526,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4150), 24, + ACTIONS(4156), 24, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -205548,91 +205551,79 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [188874] = 14, + [188880] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4196), 1, - anon_sym_DOT, - ACTIONS(4199), 1, - anon_sym_LPAREN, - ACTIONS(4202), 1, - anon_sym_SQUOTE, - ACTIONS(4205), 1, - anon_sym_LBRACK, - ACTIONS(4208), 1, - sym_GENERIC, - ACTIONS(4211), 1, - sym_PARAMETER, - STATE(3647), 1, - sym_generic_map_aspect, - STATE(3808), 1, - sym__name_selector, - STATE(2962), 4, + STATE(2962), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - aux_sym_name_repeat1, - STATE(3809), 5, - sym_function_call, - sym_parenthesis_group, - sym_attribute, - sym_signature, - sym_selection, - ACTIONS(1491), 10, + ACTIONS(4032), 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, - [188933] = 8, + [188921] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2984), 1, - sym_END, - STATE(7540), 1, - sym_end_for, - STATE(7698), 1, - sym_verification_unit_binding_indication, STATE(2963), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2982), 21, - sym_ALIAS, - sym_ATTRIBUTE, - sym_BEGIN, - sym_COMPONENT, - sym_CONSTANT, - sym_DISCONNECT, - sym_FILE, + ACTIONS(4020), 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, - [188980] = 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, + [188962] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -205643,7 +205634,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4162), 24, + ACTIONS(4074), 24, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -205668,7 +205659,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [189021] = 5, + [189003] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -205679,7 +205670,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4100), 24, + ACTIONS(4144), 24, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -205704,7 +205695,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [189062] = 5, + [189044] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -205715,7 +205706,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4160), 24, + ACTIONS(4158), 24, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -205740,7 +205731,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [189103] = 5, + [189085] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -205751,7 +205742,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4066), 24, + ACTIONS(4054), 24, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -205776,7 +205767,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [189144] = 5, + [189126] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -205787,7 +205778,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4098), 24, + ACTIONS(4142), 24, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -205812,7 +205803,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [189185] = 5, + [189167] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -205823,7 +205814,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4058), 24, + ACTIONS(4056), 24, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -205848,7 +205839,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [189226] = 5, + [189208] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -205859,7 +205850,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4136), 24, + ACTIONS(4140), 24, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -205884,7 +205875,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [189267] = 5, + [189249] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -205895,7 +205886,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4158), 24, + ACTIONS(4058), 24, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -205920,7 +205911,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [189308] = 5, + [189290] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -205931,7 +205922,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4018), 24, + ACTIONS(4034), 24, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -205956,7 +205947,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [189349] = 5, + [189331] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -205967,7 +205958,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4036), 24, + ACTIONS(4130), 24, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -205992,7 +205983,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [189390] = 5, + [189372] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -206003,7 +205994,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4146), 24, + ACTIONS(4072), 24, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -206028,7 +206019,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [189431] = 5, + [189413] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -206039,7 +206030,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4128), 24, + ACTIONS(4066), 24, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -206064,7 +206055,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [189472] = 5, + [189454] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -206075,7 +206066,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4152), 24, + ACTIONS(4160), 24, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -206100,7 +206091,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [189513] = 5, + [189495] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -206111,7 +206102,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4138), 24, + ACTIONS(4102), 24, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -206136,7 +206127,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [189554] = 5, + [189536] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -206147,7 +206138,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4068), 24, + ACTIONS(4060), 24, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -206172,7 +206163,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [189595] = 5, + [189577] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -206183,7 +206174,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4094), 24, + ACTIONS(4122), 24, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -206208,7 +206199,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [189636] = 5, + [189618] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -206219,7 +206210,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4132), 24, + ACTIONS(4120), 24, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -206244,7 +206235,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [189677] = 5, + [189659] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -206255,7 +206246,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4142), 24, + ACTIONS(4114), 24, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -206280,7 +206271,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [189718] = 5, + [189700] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -206291,7 +206282,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4106), 24, + ACTIONS(4110), 24, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -206316,7 +206307,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [189759] = 5, + [189741] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -206327,7 +206318,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4144), 24, + ACTIONS(4152), 24, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -206352,7 +206343,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [189800] = 5, + [189782] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -206363,7 +206354,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4040), 24, + ACTIONS(4136), 24, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -206388,7 +206379,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [189841] = 5, + [189823] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -206399,7 +206390,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4048), 24, + ACTIONS(4126), 24, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -206424,43 +206415,53 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [189882] = 5, + [189864] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(4182), 1, + anon_sym_DOT, + ACTIONS(4184), 1, + anon_sym_LPAREN, + ACTIONS(4186), 1, + anon_sym_SQUOTE, + ACTIONS(4188), 1, + anon_sym_LBRACK, + ACTIONS(4190), 1, + sym_GENERIC, + ACTIONS(4192), 1, + sym_PARAMETER, + STATE(2993), 1, + aux_sym_name_repeat1, + STATE(3618), 1, + sym_generic_map_aspect, + STATE(3782), 1, + sym__name_selector, STATE(2986), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4054), 24, + STATE(3712), 5, + sym_function_call, + sym_parenthesis_group, + sym_attribute, + sym_signature, + sym_selection, + ACTIONS(1509), 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, - [189923] = 5, + [189925] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -206471,7 +206472,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4104), 24, + ACTIONS(4134), 24, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -206496,7 +206497,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [189964] = 5, + [189966] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -206507,7 +206508,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4030), 24, + ACTIONS(4132), 24, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -206532,7 +206533,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [190005] = 5, + [190007] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -206543,7 +206544,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4060), 24, + ACTIONS(4118), 24, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -206568,53 +206569,43 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [190046] = 15, + [190048] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4182), 1, - anon_sym_DOT, - ACTIONS(4184), 1, - anon_sym_LPAREN, - ACTIONS(4186), 1, - anon_sym_SQUOTE, - ACTIONS(4188), 1, - anon_sym_LBRACK, - ACTIONS(4190), 1, - sym_GENERIC, - ACTIONS(4192), 1, - sym_PARAMETER, - STATE(2935), 1, - aux_sym_name_repeat1, - STATE(3647), 1, - sym_generic_map_aspect, - STATE(3808), 1, - sym__name_selector, STATE(2990), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3809), 5, - sym_function_call, - sym_parenthesis_group, - sym_attribute, - sym_signature, - sym_selection, - ACTIONS(1471), 10, + ACTIONS(4116), 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, - [190107] = 5, + [190089] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -206625,7 +206616,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4038), 24, + ACTIONS(4108), 24, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -206650,7 +206641,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [190148] = 5, + [190130] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -206661,7 +206652,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4020), 24, + ACTIONS(4106), 24, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -206686,41 +206677,50 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [190189] = 5, + [190171] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2993), 3, + ACTIONS(4196), 1, + anon_sym_DOT, + ACTIONS(4199), 1, + anon_sym_LPAREN, + ACTIONS(4202), 1, + anon_sym_SQUOTE, + ACTIONS(4205), 1, + anon_sym_LBRACK, + ACTIONS(4208), 1, + sym_GENERIC, + ACTIONS(4211), 1, + sym_PARAMETER, + STATE(3618), 1, + sym_generic_map_aspect, + STATE(3782), 1, + sym__name_selector, + STATE(2993), 4, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4056), 24, + aux_sym_name_repeat1, + STATE(3712), 5, + sym_function_call, + sym_parenthesis_group, + sym_attribute, + sym_signature, + sym_selection, + ACTIONS(1471), 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, [190230] = 5, ACTIONS(3), 1, @@ -206733,7 +206733,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4148), 24, + ACTIONS(4018), 24, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -206769,7 +206769,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4096), 24, + ACTIONS(4104), 24, sym_identifier, sym_ASSERT, sym_BLOCK, @@ -206794,69 +206794,20 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [190312] = 19, - 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(3806), 1, - sym_PROCESS, - STATE(3023), 1, - sym__direct_name, - STATE(6098), 1, - sym_aggregate, - STATE(6406), 1, - sym__target, - STATE(6482), 1, - sym_with_expression, - STATE(6486), 1, - sym_name, - STATE(8355), 1, - sym_assertion, - STATE(4362), 2, - sym__identifier, - sym__external_name, - ACTIONS(71), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(2996), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(4351), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(3078), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [190380] = 8, + [190312] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(5695), 1, + STATE(5880), 1, sym_entity_class_entry, - STATE(5696), 1, + STATE(5881), 1, sym__entity_class, - STATE(6898), 1, + STATE(6782), 1, sym_entity_class_entry_list, - STATE(2997), 3, + STATE(2996), 3, sym__tool_directive, sym_line_comment, sym_block_comment, @@ -206881,42 +206832,7 @@ static const uint16_t ts_small_parse_table[] = { sym_UNITS, sym_VARIABLE, sym_VIEW, - [190426] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(2998), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(4216), 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, - [190466] = 19, + [190358] = 19, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -206931,117 +206847,41 @@ static const uint16_t ts_small_parse_table[] = { sym_ASSERT, ACTIONS(69), 1, sym_WITH, - ACTIONS(4218), 1, + ACTIONS(4216), 1, sym_PROCESS, - STATE(3023), 1, + STATE(3015), 1, sym__direct_name, - STATE(6098), 1, + STATE(6048), 1, sym_aggregate, - STATE(6226), 1, + STATE(6147), 1, sym_name, - STATE(6449), 1, + STATE(6173), 1, sym__target, - STATE(6497), 1, + STATE(6327), 1, sym_with_expression, - STATE(6841), 1, + STATE(8035), 1, sym_assertion, - STATE(4362), 2, + STATE(4386), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(2999), 3, + STATE(2997), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [190534] = 8, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(5695), 1, - sym_entity_class_entry, - STATE(5696), 1, - sym__entity_class, - STATE(6780), 1, - sym_entity_class_entry_list, - STATE(3000), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(4214), 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, - [190580] = 8, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(5695), 1, - sym_entity_class_entry, - STATE(5696), 1, - sym__entity_class, - STATE(6991), 1, - sym_entity_class_entry_list, - STATE(3001), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(4214), 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, - [190626] = 19, + [190426] = 19, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -207056,76 +206896,41 @@ static const uint16_t ts_small_parse_table[] = { sym_ASSERT, ACTIONS(69), 1, sym_WITH, - ACTIONS(3818), 1, + ACTIONS(4218), 1, sym_PROCESS, - STATE(3023), 1, + STATE(3015), 1, sym__direct_name, - STATE(6098), 1, + STATE(6048), 1, sym_aggregate, - STATE(6243), 1, + STATE(6541), 1, sym_with_expression, - STATE(6245), 1, + STATE(6545), 1, sym_name, - STATE(6309), 1, + STATE(6550), 1, sym__target, - STATE(8323), 1, + STATE(6739), 1, sym_assertion, - STATE(4362), 2, + STATE(4386), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3002), 3, + STATE(2998), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [190694] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(3003), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(4220), 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, - [190734] = 19, + [190494] = 19, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -207140,90 +206945,41 @@ static const uint16_t ts_small_parse_table[] = { sym_ASSERT, ACTIONS(69), 1, sym_WITH, - ACTIONS(3792), 1, + ACTIONS(4220), 1, sym_PROCESS, - STATE(3023), 1, + STATE(3015), 1, sym__direct_name, - STATE(6098), 1, - sym_aggregate, - STATE(6438), 1, + STATE(6034), 1, sym__target, - STATE(6495), 1, - sym_with_expression, - STATE(6605), 1, - sym_name, - STATE(6711), 1, - sym_assertion, - STATE(4362), 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, - STATE(4351), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(3078), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [190802] = 19, - 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(4222), 1, - sym_PROCESS, - STATE(3023), 1, - sym__direct_name, - STATE(6098), 1, + STATE(6048), 1, sym_aggregate, - STATE(6338), 1, + STATE(6277), 1, sym_with_expression, - STATE(6352), 1, + STATE(6296), 1, sym_name, - STATE(6362), 1, - sym__target, - STATE(8026), 1, + STATE(7147), 1, sym_assertion, - STATE(4362), 2, + STATE(4386), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3005), 3, + STATE(2999), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [190870] = 19, + [190562] = 19, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -207238,41 +206994,41 @@ static const uint16_t ts_small_parse_table[] = { sym_ASSERT, ACTIONS(69), 1, sym_WITH, - ACTIONS(4224), 1, + ACTIONS(3812), 1, sym_PROCESS, - STATE(3023), 1, + STATE(3015), 1, sym__direct_name, - STATE(6098), 1, + STATE(6048), 1, sym_aggregate, - STATE(6335), 1, - sym_name, - STATE(6388), 1, + STATE(6057), 1, sym__target, - STATE(6475), 1, + STATE(6257), 1, sym_with_expression, - STATE(7515), 1, + STATE(6282), 1, + sym_name, + STATE(7185), 1, sym_assertion, - STATE(4362), 2, + STATE(4386), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3006), 3, + STATE(3000), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [190938] = 19, + [190630] = 19, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -207287,152 +207043,119 @@ static const uint16_t ts_small_parse_table[] = { sym_ASSERT, ACTIONS(69), 1, sym_WITH, - ACTIONS(3780), 1, + ACTIONS(3820), 1, sym_PROCESS, - STATE(3023), 1, + STATE(3015), 1, sym__direct_name, - STATE(6098), 1, - sym_aggregate, - STATE(6321), 1, - sym_name, - STATE(6376), 1, + STATE(6012), 1, sym__target, - STATE(6471), 1, + STATE(6048), 1, + sym_aggregate, + STATE(6299), 1, sym_with_expression, - STATE(7462), 1, + STATE(6488), 1, + sym_name, + STATE(7376), 1, sym_assertion, - STATE(4362), 2, + STATE(4386), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3007), 3, + STATE(3001), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [191006] = 8, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(5695), 1, - sym_entity_class_entry, - STATE(5696), 1, - sym__entity_class, - STATE(6854), 1, - sym_entity_class_entry_list, - STATE(3008), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(4214), 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, - [191052] = 8, + [190698] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(5695), 1, - sym_entity_class_entry, - STATE(5696), 1, - sym__entity_class, - STATE(7042), 1, - sym_entity_class_entry_list, - STATE(3009), 3, + STATE(3002), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4214), 20, - sym_ARCHITECTURE, + ACTIONS(4222), 23, + sym_ALIAS, + sym_ATTRIBUTE, + sym_BEGIN, sym_COMPONENT, - sym_CONFIGURATION, sym_CONSTANT, - sym_ENTITY, + sym_DISCONNECT, sym_FILE, + sym_FOR, sym_FUNCTION, + sym_GENERIC, sym_GROUP, - sym_LABEL, - sym_LITERAL, + sym_IMPURE, sym_PACKAGE, + sym_PORT, sym_PROCEDURE, - sym_PROPERTY, - sym_SEQUENCE, + sym_PURE, sym_SIGNAL, + sym_SHARED, sym_SUBTYPE, sym_TYPE, - sym_UNITS, + sym_USE, sym_VARIABLE, sym_VIEW, - [191098] = 5, + [190738] = 13, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3010), 3, + ACTIONS(11), 1, + anon_sym_LT_LT, + STATE(3015), 1, + sym__direct_name, + STATE(6144), 1, + sym_resolution_indication, + STATE(6267), 1, + sym_name, + STATE(4386), 2, + sym__identifier, + sym__external_name, + ACTIONS(71), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, + STATE(3003), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3750), 23, + STATE(4383), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(3074), 4, sym_identifier, - sym_ASSERT, - sym_BLOCK, - sym_CASE, - 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(2660), 7, + sym_GENERIC, + sym_PARAMETER, + anon_sym_DOT, anon_sym_LPAREN, - anon_sym_LT_LT, - [191138] = 19, + anon_sym_RPAREN, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [190794] = 19, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -207447,54 +207170,54 @@ static const uint16_t ts_small_parse_table[] = { sym_ASSERT, ACTIONS(69), 1, sym_WITH, - ACTIONS(4226), 1, + ACTIONS(4224), 1, sym_PROCESS, - STATE(3023), 1, + STATE(3015), 1, sym__direct_name, - STATE(6098), 1, + STATE(6048), 1, sym_aggregate, - STATE(6420), 1, + STATE(6093), 1, sym__target, - STATE(6488), 1, + STATE(6303), 1, sym_with_expression, - STATE(6504), 1, + STATE(6531), 1, sym_name, - STATE(7395), 1, + STATE(7454), 1, sym_assertion, - STATE(4362), 2, + STATE(4386), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3011), 3, + STATE(3004), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [191206] = 8, + [190862] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(5695), 1, + STATE(5880), 1, sym_entity_class_entry, - STATE(5696), 1, + STATE(5881), 1, sym__entity_class, - STATE(7073), 1, + STATE(7045), 1, sym_entity_class_entry_list, - STATE(3012), 3, + STATE(3005), 3, sym__tool_directive, sym_line_comment, sym_block_comment, @@ -207519,174 +207242,28 @@ static const uint16_t ts_small_parse_table[] = { sym_UNITS, sym_VARIABLE, sym_VIEW, - [191252] = 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(3023), 1, - sym__direct_name, - STATE(6060), 1, - sym_name, - STATE(6212), 1, - sym_resolution_indication, - STATE(4362), 2, - sym__identifier, - sym__external_name, - ACTIONS(71), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(3013), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(4351), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(3078), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - ACTIONS(2386), 7, - sym_GENERIC, - sym_PARAMETER, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [191308] = 5, + [190908] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3014), 3, + STATE(3006), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3230), 22, + ACTIONS(4226), 23, 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, - [191347] = 7, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(1605), 1, sym_GENERIC, - STATE(6881), 1, - sym_generic_map_aspect, - STATE(3015), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(4228), 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, - [191390] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(3016), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(3174), 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, - [191429] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(3017), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(4230), 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, @@ -207700,165 +207277,20 @@ static const uint16_t ts_small_parse_table[] = { sym_USE, sym_VARIABLE, sym_VIEW, - [191468] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(3018), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(3212), 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, - [191507] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(3019), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(3190), 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, - [191546] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(3020), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(3220), 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, - [191585] = 16, - 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_COLON, - 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(3025), 1, - aux_sym_name_repeat1, - STATE(4272), 1, - sym_generic_map_aspect, - STATE(4331), 1, - sym__name_selector, - STATE(3021), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(4337), 5, - sym_function_call, - sym_parenthesis_group, - sym_attribute, - sym_signature, - sym_selection, - ACTIONS(1487), 7, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LT_EQ, - sym_variable_assignment, - anon_sym_GT_GT, - anon_sym_RBRACK, - [191646] = 7, + [190948] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(5696), 1, - sym__entity_class, - STATE(6077), 1, + STATE(5880), 1, sym_entity_class_entry, - STATE(3022), 3, + STATE(5881), 1, + sym__entity_class, + STATE(6994), 1, + sym_entity_class_entry_list, + STATE(3007), 3, sym__tool_directive, sym_line_comment, sym_block_comment, @@ -207883,613 +207315,365 @@ static const uint16_t ts_small_parse_table[] = { sym_UNITS, sym_VARIABLE, sym_VIEW, - [191689] = 16, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(1477), 1, - anon_sym_COLON, - 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(3021), 1, - aux_sym_name_repeat1, - STATE(4272), 1, - sym_generic_map_aspect, - STATE(4331), 1, - sym__name_selector, - STATE(3023), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(4337), 5, - sym_function_call, - sym_parenthesis_group, - sym_attribute, - sym_signature, - sym_selection, - ACTIONS(1471), 7, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LT_EQ, - sym_variable_assignment, - anon_sym_GT_GT, - anon_sym_RBRACK, - [191750] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(3024), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(4244), 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, - [191789] = 15, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(1499), 1, - anon_sym_COLON, - ACTIONS(4246), 1, - anon_sym_DOT, - ACTIONS(4249), 1, - anon_sym_LPAREN, - ACTIONS(4252), 1, - anon_sym_SQUOTE, - ACTIONS(4255), 1, - anon_sym_LBRACK, - ACTIONS(4258), 1, - sym_GENERIC, - ACTIONS(4261), 1, - sym_PARAMETER, - STATE(4272), 1, - sym_generic_map_aspect, - STATE(4331), 1, - sym__name_selector, - STATE(3025), 4, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - aux_sym_name_repeat1, - STATE(4337), 5, - sym_function_call, - sym_parenthesis_group, - sym_attribute, - sym_signature, - sym_selection, - ACTIONS(1491), 7, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LT_EQ, - sym_variable_assignment, - anon_sym_GT_GT, - anon_sym_RBRACK, - [191848] = 16, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(281), 1, - sym_TYPE, - ACTIONS(3822), 1, - anon_sym_LPAREN, - ACTIONS(4264), 1, - anon_sym_LT_LT, - STATE(2794), 1, - sym__direct_name, - STATE(4124), 1, - sym_resolution_indication, - STATE(4252), 1, - sym_name, - STATE(8311), 1, - sym__interface_type_indication, - STATE(3278), 2, - sym__identifier, - sym__external_name, - STATE(7071), 2, - sym_unspecified_type_indication, - sym_subtype_indication, - ACTIONS(4268), 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(3280), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(4266), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [191908] = 16, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(281), 1, - sym_TYPE, - ACTIONS(3822), 1, - anon_sym_LPAREN, - ACTIONS(4264), 1, - anon_sym_LT_LT, - STATE(2794), 1, - sym__direct_name, - STATE(4124), 1, - sym_resolution_indication, - STATE(4252), 1, - sym_name, - STATE(6637), 1, - sym__interface_type_indication, - STATE(3278), 2, - sym__identifier, - sym__external_name, - STATE(7071), 2, - sym_unspecified_type_indication, - sym_subtype_indication, - ACTIONS(4268), 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(3280), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(4266), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [191968] = 16, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(281), 1, - sym_TYPE, - ACTIONS(3822), 1, - anon_sym_LPAREN, - ACTIONS(4264), 1, - anon_sym_LT_LT, - STATE(2794), 1, - sym__direct_name, - STATE(4124), 1, - sym_resolution_indication, - STATE(4252), 1, - sym_name, - STATE(7074), 1, - sym__interface_type_indication, - STATE(3278), 2, - sym__identifier, - sym__external_name, - STATE(7071), 2, - sym_unspecified_type_indication, - sym_subtype_indication, - ACTIONS(4268), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(3028), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(3280), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(4266), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [192028] = 16, + [190994] = 19, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(281), 1, - sym_TYPE, - ACTIONS(3822), 1, + ACTIONS(9), 1, anon_sym_LPAREN, - ACTIONS(4264), 1, + ACTIONS(11), 1, anon_sym_LT_LT, - STATE(2794), 1, + ACTIONS(19), 1, + sym_ASSERT, + ACTIONS(69), 1, + sym_WITH, + ACTIONS(3788), 1, + sym_PROCESS, + STATE(3015), 1, sym__direct_name, - STATE(4124), 1, - sym_resolution_indication, - STATE(4252), 1, + STATE(6048), 1, + sym_aggregate, + STATE(6072), 1, sym_name, - STATE(7078), 1, - sym__interface_type_indication, - STATE(3278), 2, + STATE(6141), 1, + sym__target, + STATE(6314), 1, + sym_with_expression, + STATE(7854), 1, + sym_assertion, + STATE(4386), 2, sym__identifier, sym__external_name, - STATE(7071), 2, - sym_unspecified_type_indication, - sym_subtype_indication, - ACTIONS(4268), 3, + ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3029), 3, + STATE(3008), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3280), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4266), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [192088] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(3030), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(3498), 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, - [192126] = 18, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(4164), 1, - sym_ALIAS, - ACTIONS(4166), 1, - sym_ATTRIBUTE, - ACTIONS(4170), 1, - sym_END, - ACTIONS(4172), 1, - sym_FUNCTION, - ACTIONS(4176), 1, - sym_PROCEDURE, - ACTIONS(4178), 1, - sym_PRIVATE, - ACTIONS(4180), 1, - sym_USE, - STATE(3352), 1, - aux_sym_protected_type_declaration_repeat1, - STATE(4770), 1, - sym__protected_type_declarative_item, - STATE(6826), 1, - sym_protected_type_declaration_end, - STATE(7550), 1, - sym__subprogram_specification, - ACTIONS(2241), 2, - sym_IMPURE, - sym_PURE, - STATE(6833), 2, - sym_procedure_specification, - sym_function_specification, - STATE(3031), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(4768), 6, - sym_use_clause, - sym_subprogram_declaration, - sym_subprogram_instantiation_declaration, - sym_alias_declaration, - sym_attribute_specification, - sym_private_variable_declaration, - [192190] = 5, + [191062] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3032), 3, + STATE(5880), 1, + sym_entity_class_entry, + STATE(5881), 1, + sym__entity_class, + STATE(7315), 1, + sym_entity_class_entry_list, + STATE(3009), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3288), 21, - sym_ALIAS, - sym_ATTRIBUTE, - sym_BEGIN, + ACTIONS(4214), 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, - [192228] = 5, + [191108] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3033), 3, + STATE(5880), 1, + sym_entity_class_entry, + STATE(5881), 1, + sym__entity_class, + STATE(7077), 1, + sym_entity_class_entry_list, + STATE(3010), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3292), 21, - sym_ALIAS, - sym_ATTRIBUTE, - sym_BEGIN, + ACTIONS(4214), 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, - [192266] = 16, + [191154] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(281), 1, - sym_TYPE, - ACTIONS(3822), 1, + STATE(3011), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3748), 23, + sym_identifier, + sym_ASSERT, + sym_BLOCK, + sym_CASE, + 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, - ACTIONS(4264), 1, anon_sym_LT_LT, - STATE(2794), 1, + [191194] = 19, + 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(3802), 1, + sym_PROCESS, + STATE(3015), 1, sym__direct_name, - STATE(4124), 1, - sym_resolution_indication, - STATE(4252), 1, + STATE(6048), 1, + sym_aggregate, + STATE(6101), 1, sym_name, - STATE(5417), 1, - sym__incomplete_subtype_indication, - STATE(3278), 2, + STATE(6106), 1, + sym__target, + STATE(6182), 1, + sym_with_expression, + STATE(7535), 1, + sym_assertion, + STATE(4386), 2, sym__identifier, sym__external_name, - STATE(5416), 2, - sym_unspecified_type_indication, - sym_subtype_indication, - ACTIONS(4268), 3, + ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3034), 3, + STATE(3012), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3280), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4266), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [192326] = 5, + [191262] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3035), 3, + STATE(5880), 1, + sym_entity_class_entry, + STATE(5881), 1, + sym__entity_class, + STATE(6900), 1, + sym_entity_class_entry_list, + STATE(3013), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3356), 21, - sym_ALIAS, - sym_ATTRIBUTE, - sym_BEGIN, + ACTIONS(4214), 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, - [192364] = 5, + [191308] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3036), 3, + ACTIONS(1479), 1, + anon_sym_COLON, + ACTIONS(4228), 1, + anon_sym_DOT, + ACTIONS(4231), 1, + anon_sym_LPAREN, + ACTIONS(4234), 1, + anon_sym_SQUOTE, + ACTIONS(4237), 1, + anon_sym_LBRACK, + ACTIONS(4240), 1, + sym_GENERIC, + ACTIONS(4243), 1, + sym_PARAMETER, + STATE(4279), 1, + sym_generic_map_aspect, + STATE(4343), 1, + sym__name_selector, + STATE(3014), 4, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3358), 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, - [192402] = 5, + aux_sym_name_repeat1, + STATE(4351), 5, + sym_function_call, + sym_parenthesis_group, + sym_attribute, + sym_signature, + sym_selection, + ACTIONS(1471), 7, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LT_EQ, + sym_variable_assignment, + anon_sym_GT_GT, + anon_sym_RBRACK, + [191367] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3037), 3, + ACTIONS(1499), 1, + anon_sym_COLON, + ACTIONS(4246), 1, + anon_sym_DOT, + ACTIONS(4248), 1, + anon_sym_LPAREN, + ACTIONS(4250), 1, + anon_sym_SQUOTE, + ACTIONS(4252), 1, + anon_sym_LBRACK, + ACTIONS(4254), 1, + sym_GENERIC, + ACTIONS(4256), 1, + sym_PARAMETER, + STATE(3025), 1, + aux_sym_name_repeat1, + STATE(4279), 1, + sym_generic_map_aspect, + STATE(4343), 1, + sym__name_selector, + STATE(3015), 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, - [192440] = 5, + STATE(4351), 5, + sym_function_call, + sym_parenthesis_group, + sym_attribute, + sym_signature, + sym_selection, + ACTIONS(1493), 7, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LT_EQ, + sym_variable_assignment, + anon_sym_GT_GT, + anon_sym_RBRACK, + [191428] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3038), 3, + ACTIONS(1617), 1, + sym_GENERIC, + STATE(7325), 1, + sym_generic_map_aspect, + STATE(3016), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3370), 21, + ACTIONS(4258), 20, sym_ALIAS, sym_ATTRIBUTE, - sym_BEGIN, sym_COMPONENT, sym_CONSTANT, sym_DISCONNECT, + sym_END, sym_FILE, - sym_FOR, sym_FUNCTION, sym_GROUP, sym_IMPURE, @@ -208503,57 +207687,61 @@ static const uint16_t ts_small_parse_table[] = { sym_USE, sym_VARIABLE, sym_VIEW, - [192478] = 5, + [191471] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3039), 3, + STATE(5881), 1, + sym__entity_class, + STATE(6266), 1, + sym_entity_class_entry, + STATE(3017), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3388), 21, - sym_ALIAS, - sym_ATTRIBUTE, - sym_BEGIN, + ACTIONS(4214), 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, - [192516] = 5, + [191514] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3040), 3, + STATE(3018), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3430), 21, + ACTIONS(3234), 22, sym_ALIAS, sym_ATTRIBUTE, sym_BEGIN, sym_COMPONENT, sym_CONSTANT, sym_DISCONNECT, + sym_END, sym_FILE, sym_FOR, sym_FUNCTION, @@ -208569,24 +207757,25 @@ static const uint16_t ts_small_parse_table[] = { sym_USE, sym_VARIABLE, sym_VIEW, - [192554] = 5, + [191553] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3041), 3, + STATE(3019), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3434), 21, + ACTIONS(3226), 22, sym_ALIAS, sym_ATTRIBUTE, sym_BEGIN, sym_COMPONENT, sym_CONSTANT, sym_DISCONNECT, + sym_END, sym_FILE, sym_FOR, sym_FUNCTION, @@ -208602,24 +207791,25 @@ static const uint16_t ts_small_parse_table[] = { sym_USE, sym_VARIABLE, sym_VIEW, - [192592] = 5, + [191592] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3042), 3, + STATE(3020), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3436), 21, + ACTIONS(3212), 22, sym_ALIAS, sym_ATTRIBUTE, sym_BEGIN, sym_COMPONENT, sym_CONSTANT, sym_DISCONNECT, + sym_END, sym_FILE, sym_FOR, sym_FUNCTION, @@ -208635,18 +207825,18 @@ static const uint16_t ts_small_parse_table[] = { sym_USE, sym_VARIABLE, sym_VIEW, - [192630] = 5, + [191631] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3043), 3, + STATE(3021), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3440), 21, + ACTIONS(4260), 22, sym_ALIAS, sym_ATTRIBUTE, sym_BEGIN, @@ -208659,6 +207849,7 @@ static const uint16_t ts_small_parse_table[] = { sym_GROUP, sym_IMPURE, sym_PACKAGE, + sym_PORT, sym_PROCEDURE, sym_PURE, sym_SIGNAL, @@ -208668,30 +207859,31 @@ static const uint16_t ts_small_parse_table[] = { sym_USE, sym_VARIABLE, sym_VIEW, - [192668] = 5, + [191670] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3044), 3, + STATE(3022), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4220), 21, + ACTIONS(3200), 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_PORT, sym_PROCEDURE, sym_PURE, sym_SIGNAL, @@ -208701,18 +207893,18 @@ static const uint16_t ts_small_parse_table[] = { sym_USE, sym_VARIABLE, sym_VIEW, - [192706] = 5, + [191709] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3045), 3, + STATE(3023), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3456), 21, + ACTIONS(4262), 22, sym_ALIAS, sym_ATTRIBUTE, sym_BEGIN, @@ -208725,6 +207917,7 @@ static const uint16_t ts_small_parse_table[] = { sym_GROUP, sym_IMPURE, sym_PACKAGE, + sym_PORT, sym_PROCEDURE, sym_PURE, sym_SIGNAL, @@ -208734,24 +207927,25 @@ static const uint16_t ts_small_parse_table[] = { sym_USE, sym_VARIABLE, sym_VIEW, - [192744] = 5, + [191748] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3046), 3, + STATE(3024), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3460), 21, + ACTIONS(3196), 22, sym_ALIAS, sym_ATTRIBUTE, sym_BEGIN, sym_COMPONENT, sym_CONSTANT, sym_DISCONNECT, + sym_END, sym_FILE, sym_FOR, sym_FUNCTION, @@ -208767,51 +207961,63 @@ static const uint16_t ts_small_parse_table[] = { sym_USE, sym_VARIABLE, sym_VIEW, - [192782] = 5, + [191787] = 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(1511), 1, + anon_sym_COLON, + ACTIONS(4246), 1, + anon_sym_DOT, + ACTIONS(4248), 1, + anon_sym_LPAREN, + ACTIONS(4250), 1, + anon_sym_SQUOTE, + ACTIONS(4252), 1, + anon_sym_LBRACK, + ACTIONS(4254), 1, + sym_GENERIC, + ACTIONS(4256), 1, + sym_PARAMETER, + STATE(3014), 1, + aux_sym_name_repeat1, + STATE(4279), 1, + sym_generic_map_aspect, + STATE(4343), 1, + sym__name_selector, + STATE(3025), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3464), 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, - [192820] = 5, + STATE(4351), 5, + sym_function_call, + sym_parenthesis_group, + sym_attribute, + sym_signature, + sym_selection, + ACTIONS(1509), 7, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LT_EQ, + sym_variable_assignment, + anon_sym_GT_GT, + anon_sym_RBRACK, + [191848] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3048), 3, + STATE(3026), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3466), 21, + ACTIONS(3400), 21, sym_ALIAS, sym_ATTRIBUTE, sym_BEGIN, @@ -208833,18 +208039,18 @@ static const uint16_t ts_small_parse_table[] = { sym_USE, sym_VARIABLE, sym_VIEW, - [192858] = 5, + [191886] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3049), 3, + STATE(3027), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3468), 21, + ACTIONS(3256), 21, sym_ALIAS, sym_ATTRIBUTE, sym_BEGIN, @@ -208866,517 +208072,1032 @@ static const uint16_t ts_small_parse_table[] = { sym_USE, sym_VARIABLE, sym_VIEW, - [192896] = 5, + [191924] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3050), 3, + ACTIONS(281), 1, + sym_TYPE, + ACTIONS(3822), 1, + anon_sym_LPAREN, + ACTIONS(4264), 1, + anon_sym_LT_LT, + STATE(2798), 1, + sym__direct_name, + STATE(4060), 1, + sym_name, + STATE(4165), 1, + sym_resolution_indication, + STATE(5415), 1, + sym__incomplete_subtype_indication, + STATE(3320), 2, + sym__identifier, + sym__external_name, + STATE(5501), 2, + sym_unspecified_type_indication, + sym_subtype_indication, + ACTIONS(4268), 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(3480), 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, - [192934] = 6, + STATE(3318), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(4266), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [191984] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(7220), 1, - sym__entity_class, - STATE(3051), 3, + ACTIONS(11), 1, + anon_sym_LT_LT, + ACTIONS(4272), 1, + sym_based_base, + ACTIONS(4274), 1, + sym_library_constant_unit, + STATE(3015), 1, + sym__direct_name, + STATE(3806), 1, + sym__abstract_literal, + STATE(4889), 1, + sym_based_literal, + STATE(8176), 1, + sym_name, + ACTIONS(4270), 2, + sym_decimal_integer, + sym_decimal_float, + STATE(4386), 2, + sym__identifier, + sym__external_name, + ACTIONS(71), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, + STATE(3029), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4270), 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, - [192974] = 5, + STATE(4383), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(3074), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [192044] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3052), 3, + ACTIONS(281), 1, + sym_TYPE, + ACTIONS(3822), 1, + anon_sym_LPAREN, + ACTIONS(4264), 1, + anon_sym_LT_LT, + STATE(2798), 1, + sym__direct_name, + STATE(4060), 1, + sym_name, + STATE(4165), 1, + sym_resolution_indication, + STATE(5508), 1, + sym__incomplete_subtype_indication, + STATE(3320), 2, + sym__identifier, + sym__external_name, + STATE(5501), 2, + sym_unspecified_type_indication, + sym_subtype_indication, + ACTIONS(4268), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, + STATE(3030), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3496), 21, + STATE(3318), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(4266), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [192104] = 18, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(4164), 1, sym_ALIAS, + ACTIONS(4166), 1, sym_ATTRIBUTE, - sym_BEGIN, - sym_COMPONENT, - sym_CONSTANT, - sym_DISCONNECT, - sym_FILE, - sym_FOR, + ACTIONS(4170), 1, + sym_END, + ACTIONS(4172), 1, sym_FUNCTION, - sym_GROUP, - sym_IMPURE, - sym_PACKAGE, + ACTIONS(4176), 1, sym_PROCEDURE, + ACTIONS(4178), 1, + sym_PRIVATE, + ACTIONS(4180), 1, + sym_USE, + STATE(3348), 1, + aux_sym_protected_type_declaration_repeat1, + STATE(4684), 1, + sym__protected_type_declarative_item, + STATE(7114), 1, + sym__subprogram_specification, + STATE(8080), 1, + sym_protected_type_declaration_end, + ACTIONS(2157), 2, + sym_IMPURE, sym_PURE, - sym_SIGNAL, - sym_SHARED, - sym_SUBTYPE, + STATE(8210), 2, + sym_procedure_specification, + sym_function_specification, + STATE(3031), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(4699), 6, + sym_use_clause, + sym_subprogram_declaration, + sym_subprogram_instantiation_declaration, + sym_alias_declaration, + sym_attribute_specification, + sym_private_variable_declaration, + [192168] = 16, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(281), 1, sym_TYPE, - sym_USE, - sym_VARIABLE, - sym_VIEW, - [193012] = 5, + ACTIONS(3822), 1, + anon_sym_LPAREN, + ACTIONS(4264), 1, + anon_sym_LT_LT, + STATE(2798), 1, + sym__direct_name, + STATE(4060), 1, + sym_name, + STATE(4165), 1, + sym_resolution_indication, + STATE(6638), 1, + sym__interface_type_indication, + STATE(3320), 2, + sym__identifier, + sym__external_name, + STATE(7411), 2, + sym_unspecified_type_indication, + sym_subtype_indication, + ACTIONS(4268), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, + STATE(3032), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(3318), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(4266), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [192228] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3053), 3, + ACTIONS(281), 1, + sym_TYPE, + ACTIONS(3822), 1, + anon_sym_LPAREN, + ACTIONS(4264), 1, + anon_sym_LT_LT, + STATE(2798), 1, + sym__direct_name, + STATE(4060), 1, + sym_name, + STATE(4165), 1, + sym_resolution_indication, + STATE(6637), 1, + sym__interface_type_indication, + STATE(3320), 2, + sym__identifier, + sym__external_name, + STATE(7411), 2, + sym_unspecified_type_indication, + sym_subtype_indication, + ACTIONS(4268), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, + STATE(3033), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - 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, + STATE(3318), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(4266), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [192288] = 16, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(281), 1, sym_TYPE, - sym_USE, - sym_VARIABLE, - sym_VIEW, - [193050] = 5, + ACTIONS(3822), 1, + anon_sym_LPAREN, + ACTIONS(4264), 1, + anon_sym_LT_LT, + STATE(2798), 1, + sym__direct_name, + STATE(4060), 1, + sym_name, + STATE(4165), 1, + sym_resolution_indication, + STATE(6636), 1, + sym__interface_type_indication, + STATE(3320), 2, + sym__identifier, + sym__external_name, + STATE(7411), 2, + sym_unspecified_type_indication, + sym_subtype_indication, + ACTIONS(4268), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, + STATE(3034), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(3318), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(4266), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [192348] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3054), 3, + ACTIONS(281), 1, + sym_TYPE, + ACTIONS(3822), 1, + anon_sym_LPAREN, + ACTIONS(4264), 1, + anon_sym_LT_LT, + STATE(2798), 1, + sym__direct_name, + STATE(4060), 1, + sym_name, + STATE(4165), 1, + sym_resolution_indication, + STATE(6619), 1, + sym__interface_type_indication, + STATE(3320), 2, + sym__identifier, + sym__external_name, + STATE(7411), 2, + sym_unspecified_type_indication, + sym_subtype_indication, + ACTIONS(4268), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, + STATE(3035), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - 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, + STATE(3318), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(4266), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [192408] = 16, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(281), 1, sym_TYPE, - sym_USE, - sym_VARIABLE, - sym_VIEW, - [193088] = 5, + ACTIONS(3822), 1, + anon_sym_LPAREN, + ACTIONS(4264), 1, + anon_sym_LT_LT, + STATE(2798), 1, + sym__direct_name, + STATE(4060), 1, + sym_name, + STATE(4165), 1, + sym_resolution_indication, + STATE(6618), 1, + sym__interface_type_indication, + STATE(3320), 2, + sym__identifier, + sym__external_name, + STATE(7411), 2, + sym_unspecified_type_indication, + sym_subtype_indication, + ACTIONS(4268), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, + STATE(3036), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(3318), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(4266), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [192468] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3055), 3, + ACTIONS(281), 1, + sym_TYPE, + ACTIONS(3822), 1, + anon_sym_LPAREN, + ACTIONS(4264), 1, + anon_sym_LT_LT, + STATE(2798), 1, + sym__direct_name, + STATE(4060), 1, + sym_name, + STATE(4165), 1, + sym_resolution_indication, + STATE(6617), 1, + sym__interface_type_indication, + STATE(3320), 2, + sym__identifier, + sym__external_name, + STATE(7411), 2, + sym_unspecified_type_indication, + sym_subtype_indication, + ACTIONS(4268), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, + STATE(3037), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4216), 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, + STATE(3318), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(4266), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [192528] = 16, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(281), 1, sym_TYPE, - sym_USE, - sym_VARIABLE, - sym_VIEW, - [193126] = 5, + ACTIONS(3822), 1, + anon_sym_LPAREN, + ACTIONS(4264), 1, + anon_sym_LT_LT, + STATE(2798), 1, + sym__direct_name, + STATE(4060), 1, + sym_name, + STATE(4165), 1, + sym_resolution_indication, + STATE(6634), 1, + sym__interface_type_indication, + STATE(3320), 2, + sym__identifier, + sym__external_name, + STATE(7411), 2, + sym_unspecified_type_indication, + sym_subtype_indication, + ACTIONS(4268), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, + STATE(3038), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(3318), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(4266), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [192588] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3056), 3, + ACTIONS(281), 1, + sym_TYPE, + ACTIONS(3822), 1, + anon_sym_LPAREN, + ACTIONS(4264), 1, + anon_sym_LT_LT, + STATE(2798), 1, + sym__direct_name, + STATE(4060), 1, + sym_name, + STATE(4165), 1, + sym_resolution_indication, + STATE(6630), 1, + sym__interface_type_indication, + STATE(3320), 2, + sym__identifier, + sym__external_name, + STATE(7411), 2, + sym_unspecified_type_indication, + sym_subtype_indication, + ACTIONS(4268), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, + STATE(3039), 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, + STATE(3318), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(4266), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [192648] = 16, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(281), 1, sym_TYPE, - sym_USE, - sym_VARIABLE, - sym_VIEW, - [193164] = 5, + ACTIONS(3822), 1, + anon_sym_LPAREN, + ACTIONS(4264), 1, + anon_sym_LT_LT, + STATE(2798), 1, + sym__direct_name, + STATE(4060), 1, + sym_name, + STATE(4165), 1, + sym_resolution_indication, + STATE(6629), 1, + sym__interface_type_indication, + STATE(3320), 2, + sym__identifier, + sym__external_name, + STATE(7411), 2, + sym_unspecified_type_indication, + sym_subtype_indication, + ACTIONS(4268), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, + STATE(3040), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(3318), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(4266), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [192708] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3057), 3, + ACTIONS(281), 1, + sym_TYPE, + ACTIONS(3822), 1, + anon_sym_LPAREN, + ACTIONS(4264), 1, + anon_sym_LT_LT, + STATE(2798), 1, + sym__direct_name, + STATE(4060), 1, + sym_name, + STATE(4165), 1, + sym_resolution_indication, + STATE(6661), 1, + sym__interface_type_indication, + STATE(3320), 2, + sym__identifier, + sym__external_name, + STATE(7411), 2, + sym_unspecified_type_indication, + sym_subtype_indication, + ACTIONS(4268), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, + STATE(3041), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3254), 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, + STATE(3318), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(4266), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [192768] = 16, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(281), 1, sym_TYPE, - sym_USE, - sym_VARIABLE, - sym_VIEW, - [193202] = 5, + ACTIONS(3822), 1, + anon_sym_LPAREN, + ACTIONS(4264), 1, + anon_sym_LT_LT, + STATE(2798), 1, + sym__direct_name, + STATE(4060), 1, + sym_name, + STATE(4165), 1, + sym_resolution_indication, + STATE(6664), 1, + sym__interface_type_indication, + STATE(3320), 2, + sym__identifier, + sym__external_name, + STATE(7411), 2, + sym_unspecified_type_indication, + sym_subtype_indication, + ACTIONS(4268), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, + STATE(3042), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(3318), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(4266), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [192828] = 16, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(281), 1, + sym_TYPE, + ACTIONS(3822), 1, + anon_sym_LPAREN, + ACTIONS(4264), 1, + anon_sym_LT_LT, + STATE(2798), 1, + sym__direct_name, + STATE(4060), 1, + sym_name, + STATE(4165), 1, + sym_resolution_indication, + STATE(6665), 1, + sym__interface_type_indication, + STATE(3320), 2, + sym__identifier, + sym__external_name, + STATE(7411), 2, + sym_unspecified_type_indication, + sym_subtype_indication, + ACTIONS(4268), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, + STATE(3043), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(3318), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(4266), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [192888] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3058), 3, + ACTIONS(281), 1, + sym_TYPE, + ACTIONS(3822), 1, + anon_sym_LPAREN, + ACTIONS(4264), 1, + anon_sym_LT_LT, + STATE(2798), 1, + sym__direct_name, + STATE(4060), 1, + sym_name, + STATE(4165), 1, + sym_resolution_indication, + STATE(6706), 1, + sym__interface_type_indication, + STATE(3320), 2, + sym__identifier, + sym__external_name, + STATE(7411), 2, + sym_unspecified_type_indication, + sym_subtype_indication, + ACTIONS(4268), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, + STATE(3044), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - 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, - [193240] = 8, + STATE(3318), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(4266), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [192948] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3900), 1, + ACTIONS(281), 1, + sym_TYPE, + ACTIONS(3822), 1, anon_sym_LPAREN, - ACTIONS(4272), 1, - sym_PARAMETER, - STATE(3295), 1, - sym_parenthesis_group, - STATE(3059), 3, + ACTIONS(4264), 1, + anon_sym_LT_LT, + STATE(2798), 1, + sym__direct_name, + STATE(4060), 1, + sym_name, + STATE(4165), 1, + sym_resolution_indication, + STATE(6709), 1, + sym__interface_type_indication, + STATE(3320), 2, + sym__identifier, + sym__external_name, + STATE(7411), 2, + sym_unspecified_type_indication, + sym_subtype_indication, + ACTIONS(4268), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, + STATE(3045), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2191), 18, + STATE(3318), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(4266), 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, - [193284] = 5, + [193008] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3060), 3, + ACTIONS(281), 1, + sym_TYPE, + ACTIONS(3822), 1, + anon_sym_LPAREN, + ACTIONS(4264), 1, + anon_sym_LT_LT, + STATE(2798), 1, + sym__direct_name, + STATE(4060), 1, + sym_name, + STATE(4165), 1, + sym_resolution_indication, + STATE(6712), 1, + sym__interface_type_indication, + STATE(3320), 2, + sym__identifier, + sym__external_name, + STATE(7411), 2, + sym_unspecified_type_indication, + sym_subtype_indication, + ACTIONS(4268), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, + STATE(3046), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3266), 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, - [193322] = 5, + STATE(3318), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(4266), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [193068] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3061), 3, + ACTIONS(281), 1, + sym_TYPE, + ACTIONS(3822), 1, + anon_sym_LPAREN, + ACTIONS(4264), 1, + anon_sym_LT_LT, + STATE(2798), 1, + sym__direct_name, + STATE(4060), 1, + sym_name, + STATE(4165), 1, + sym_resolution_indication, + STATE(6733), 1, + sym__interface_type_indication, + STATE(3320), 2, + sym__identifier, + sym__external_name, + STATE(7411), 2, + sym_unspecified_type_indication, + sym_subtype_indication, + ACTIONS(4268), 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(3282), 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, - [193360] = 5, + STATE(3318), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(4266), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [193128] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3062), 3, + ACTIONS(281), 1, + sym_TYPE, + ACTIONS(3822), 1, + anon_sym_LPAREN, + ACTIONS(4264), 1, + anon_sym_LT_LT, + STATE(2798), 1, + sym__direct_name, + STATE(4060), 1, + sym_name, + STATE(4165), 1, + sym_resolution_indication, + STATE(6734), 1, + sym__interface_type_indication, + STATE(3320), 2, + sym__identifier, + sym__external_name, + STATE(7411), 2, + sym_unspecified_type_indication, + sym_subtype_indication, + ACTIONS(4268), 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(3302), 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, - [193398] = 5, + STATE(3318), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(4266), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [193188] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3063), 3, + ACTIONS(281), 1, + sym_TYPE, + ACTIONS(3822), 1, + anon_sym_LPAREN, + ACTIONS(4264), 1, + anon_sym_LT_LT, + STATE(2798), 1, + sym__direct_name, + STATE(4060), 1, + sym_name, + STATE(4165), 1, + sym_resolution_indication, + STATE(6740), 1, + sym__interface_type_indication, + STATE(3320), 2, + sym__identifier, + sym__external_name, + STATE(7411), 2, + sym_unspecified_type_indication, + sym_subtype_indication, + ACTIONS(4268), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, + STATE(3049), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3304), 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, - [193436] = 5, + STATE(3318), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(4266), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [193248] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3064), 3, + ACTIONS(281), 1, + sym_TYPE, + ACTIONS(3822), 1, + anon_sym_LPAREN, + ACTIONS(4264), 1, + anon_sym_LT_LT, + STATE(2798), 1, + sym__direct_name, + STATE(4060), 1, + sym_name, + STATE(4165), 1, + sym_resolution_indication, + STATE(6759), 1, + sym__interface_type_indication, + STATE(3320), 2, + sym__identifier, + sym__external_name, + STATE(7411), 2, + sym_unspecified_type_indication, + sym_subtype_indication, + ACTIONS(4268), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, + STATE(3050), 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, - [193474] = 5, + STATE(3318), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(4266), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [193308] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3065), 3, + STATE(3051), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3312), 21, + ACTIONS(3252), 21, sym_ALIAS, sym_ATTRIBUTE, sym_BEGIN, @@ -209398,7 +209119,7 @@ static const uint16_t ts_small_parse_table[] = { sym_USE, sym_VARIABLE, sym_VIEW, - [193512] = 16, + [193346] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -209411,29 +209132,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(4264), 1, anon_sym_LT_LT, - STATE(2794), 1, + STATE(2798), 1, sym__direct_name, - STATE(4124), 1, - sym_resolution_indication, - STATE(4252), 1, + STATE(4060), 1, sym_name, - STATE(5472), 1, - sym__incomplete_subtype_indication, - STATE(3278), 2, + STATE(4165), 1, + sym_resolution_indication, + STATE(6760), 1, + sym__interface_type_indication, + STATE(3320), 2, sym__identifier, sym__external_name, - STATE(5416), 2, + STATE(7411), 2, sym_unspecified_type_indication, sym_subtype_indication, ACTIONS(4268), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3066), 3, + STATE(3052), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3280), 3, + STATE(3318), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -209442,227 +209163,183 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [193572] = 16, + [193406] = 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(281), 1, + sym_TYPE, + ACTIONS(3822), 1, + anon_sym_LPAREN, + ACTIONS(4264), 1, anon_sym_LT_LT, - ACTIONS(4276), 1, - sym_based_base, - ACTIONS(4278), 1, - sym_library_constant_unit, - STATE(3023), 1, + STATE(2798), 1, sym__direct_name, - STATE(3789), 1, - sym__abstract_literal, - STATE(4879), 1, - sym_based_literal, - STATE(6732), 1, + STATE(4060), 1, sym_name, - ACTIONS(4274), 2, - sym_decimal_integer, - sym_decimal_float, - STATE(4362), 2, + STATE(4165), 1, + sym_resolution_indication, + STATE(6761), 1, + sym__interface_type_indication, + STATE(3320), 2, sym__identifier, sym__external_name, - ACTIONS(71), 3, + STATE(7411), 2, + sym_unspecified_type_indication, + sym_subtype_indication, + ACTIONS(4268), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3067), 3, + STATE(3053), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(3318), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(4266), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [193632] = 5, + [193466] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3068), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(4220), 21, - sym_ALIAS, - sym_ATTRIBUTE, - sym_COMPONENT, - sym_CONSTANT, - sym_DISCONNECT, - sym_END, - sym_FILE, - sym_FUNCTION, - sym_GENERIC, - sym_GROUP, - sym_IMPURE, - sym_PACKAGE, - sym_PROCEDURE, - sym_PURE, - sym_SIGNAL, - sym_SHARED, - sym_SUBTYPE, + ACTIONS(281), 1, sym_TYPE, - sym_USE, - sym_VARIABLE, - sym_VIEW, - [193670] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(3069), 3, + ACTIONS(3822), 1, + anon_sym_LPAREN, + ACTIONS(4264), 1, + anon_sym_LT_LT, + STATE(2798), 1, + sym__direct_name, + STATE(4060), 1, + sym_name, + STATE(4165), 1, + sym_resolution_indication, + STATE(6776), 1, + sym__interface_type_indication, + STATE(3320), 2, + sym__identifier, + sym__external_name, + STATE(7411), 2, + sym_unspecified_type_indication, + sym_subtype_indication, + ACTIONS(4268), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, + STATE(3054), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4216), 21, - sym_ALIAS, - sym_ATTRIBUTE, - sym_COMPONENT, - sym_CONSTANT, - sym_DISCONNECT, - sym_END, - sym_FILE, - sym_FUNCTION, - sym_GENERIC, - sym_GROUP, - sym_IMPURE, - sym_PACKAGE, - sym_PROCEDURE, - sym_PURE, - sym_SIGNAL, - sym_SHARED, - sym_SUBTYPE, - sym_TYPE, - sym_USE, - sym_VARIABLE, - sym_VIEW, - [193708] = 5, + STATE(3318), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(4266), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [193526] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3070), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(3348), 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(281), 1, sym_TYPE, - sym_USE, - sym_VARIABLE, - sym_VIEW, - [193746] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(3071), 3, + ACTIONS(3822), 1, + anon_sym_LPAREN, + ACTIONS(4264), 1, + anon_sym_LT_LT, + STATE(2798), 1, + sym__direct_name, + STATE(4060), 1, + sym_name, + STATE(4165), 1, + sym_resolution_indication, + STATE(6777), 1, + sym__interface_type_indication, + STATE(3320), 2, + sym__identifier, + sym__external_name, + STATE(7411), 2, + sym_unspecified_type_indication, + sym_subtype_indication, + ACTIONS(4268), 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(3274), 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, - [193784] = 16, + STATE(3318), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(4266), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [193586] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(281), 1, + sym_TYPE, ACTIONS(3822), 1, anon_sym_LPAREN, - ACTIONS(3824), 1, + ACTIONS(4264), 1, anon_sym_LT_LT, - ACTIONS(3830), 1, - sym_TYPE, - STATE(2806), 1, + STATE(2798), 1, sym__direct_name, - STATE(4177), 1, - sym_resolution_indication, - STATE(4365), 1, + STATE(4060), 1, sym_name, - STATE(5526), 1, - sym__incomplete_subtype_indication, - STATE(3364), 2, + STATE(4165), 1, + sym_resolution_indication, + STATE(6781), 1, + sym__interface_type_indication, + STATE(3320), 2, sym__identifier, sym__external_name, - STATE(5525), 2, + STATE(7411), 2, sym_unspecified_type_indication, sym_subtype_indication, - ACTIONS(3834), 3, + ACTIONS(4268), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3072), 3, + STATE(3056), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3367), 3, + STATE(3318), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3826), 4, + ACTIONS(4266), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [193844] = 16, + [193646] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -209675,29 +209352,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, ACTIONS(3830), 1, sym_TYPE, - STATE(2806), 1, + STATE(2807), 1, sym__direct_name, - STATE(4177), 1, + STATE(3983), 1, sym_resolution_indication, - STATE(4365), 1, + STATE(4338), 1, sym_name, - STATE(5532), 1, - sym__incomplete_subtype_indication, - STATE(3364), 2, + STATE(5304), 1, + sym__interface_type_indication, + STATE(3357), 2, sym__identifier, sym__external_name, - STATE(5525), 2, + STATE(5445), 2, sym_unspecified_type_indication, sym_subtype_indication, ACTIONS(3834), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3073), 3, + STATE(3057), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3367), 3, + STATE(3360), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -209706,208 +209383,227 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [193904] = 18, + [193706] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4164), 1, - sym_ALIAS, - ACTIONS(4166), 1, - sym_ATTRIBUTE, - ACTIONS(4170), 1, - sym_END, - ACTIONS(4172), 1, - sym_FUNCTION, - ACTIONS(4176), 1, - sym_PROCEDURE, - ACTIONS(4178), 1, - sym_PRIVATE, - ACTIONS(4180), 1, - sym_USE, - STATE(3031), 1, - aux_sym_protected_type_declaration_repeat1, - STATE(4770), 1, - sym__protected_type_declarative_item, - STATE(7550), 1, - sym__subprogram_specification, - STATE(8122), 1, - sym_protected_type_declaration_end, - ACTIONS(2241), 2, - sym_IMPURE, - sym_PURE, - STATE(6833), 2, - sym_procedure_specification, - sym_function_specification, - STATE(3074), 3, + ACTIONS(281), 1, + sym_TYPE, + ACTIONS(3822), 1, + anon_sym_LPAREN, + ACTIONS(4264), 1, + anon_sym_LT_LT, + STATE(2798), 1, + sym__direct_name, + STATE(4060), 1, + sym_name, + STATE(4165), 1, + sym_resolution_indication, + STATE(6800), 1, + sym__interface_type_indication, + STATE(3320), 2, + sym__identifier, + sym__external_name, + STATE(7411), 2, + sym_unspecified_type_indication, + sym_subtype_indication, + ACTIONS(4268), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, + STATE(3058), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4768), 6, - sym_use_clause, - sym_subprogram_declaration, - sym_subprogram_instantiation_declaration, - sym_alias_declaration, - sym_attribute_specification, - sym_private_variable_declaration, - [193968] = 18, + STATE(3318), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(4266), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [193766] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4164), 1, - sym_ALIAS, - ACTIONS(4166), 1, - sym_ATTRIBUTE, - ACTIONS(4170), 1, - sym_END, - ACTIONS(4172), 1, - sym_FUNCTION, - ACTIONS(4176), 1, - sym_PROCEDURE, - ACTIONS(4178), 1, - sym_PRIVATE, - ACTIONS(4180), 1, - sym_USE, - STATE(3352), 1, - aux_sym_protected_type_declaration_repeat1, - STATE(4770), 1, - sym__protected_type_declarative_item, - STATE(7550), 1, - sym__subprogram_specification, - STATE(8122), 1, - sym_protected_type_declaration_end, - ACTIONS(2241), 2, - sym_IMPURE, - sym_PURE, - STATE(6833), 2, - sym_procedure_specification, - sym_function_specification, - STATE(3075), 3, + ACTIONS(281), 1, + sym_TYPE, + ACTIONS(3822), 1, + anon_sym_LPAREN, + ACTIONS(4264), 1, + anon_sym_LT_LT, + STATE(2798), 1, + sym__direct_name, + STATE(4060), 1, + sym_name, + STATE(4165), 1, + sym_resolution_indication, + STATE(6801), 1, + sym__interface_type_indication, + STATE(3320), 2, + sym__identifier, + sym__external_name, + STATE(7411), 2, + sym_unspecified_type_indication, + sym_subtype_indication, + ACTIONS(4268), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, + STATE(3059), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4768), 6, - sym_use_clause, - sym_subprogram_declaration, - sym_subprogram_instantiation_declaration, - sym_alias_declaration, - sym_attribute_specification, - sym_private_variable_declaration, - [194032] = 5, + STATE(3318), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(4266), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [193826] = 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(281), 1, + sym_TYPE, + ACTIONS(3822), 1, + anon_sym_LPAREN, + ACTIONS(4264), 1, + anon_sym_LT_LT, + STATE(2798), 1, + sym__direct_name, + STATE(4060), 1, + sym_name, + STATE(4165), 1, + sym_resolution_indication, + STATE(6802), 1, + sym__interface_type_indication, + STATE(3320), 2, + sym__identifier, + sym__external_name, + STATE(7411), 2, + sym_unspecified_type_indication, + sym_subtype_indication, + ACTIONS(4268), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, + STATE(3060), 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, - [194070] = 15, + STATE(3318), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(4266), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [193886] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4282), 1, - sym_ELSE, - ACTIONS(4284), 1, - sym_ELSIF, - ACTIONS(4286), 1, - sym_END, - ACTIONS(4288), 1, - sym_IF, - ACTIONS(4290), 1, - sym_directive_error, - ACTIONS(4292), 1, - sym_directive_protect, - ACTIONS(4294), 1, - sym_directive_warning, - STATE(5618), 1, + ACTIONS(281), 1, + sym_TYPE, + ACTIONS(3822), 1, + anon_sym_LPAREN, + ACTIONS(4264), 1, + anon_sym_LT_LT, + STATE(2798), 1, + sym__direct_name, + STATE(4060), 1, + sym_name, + STATE(4165), 1, + sym_resolution_indication, + STATE(6816), 1, + sym__interface_type_indication, + STATE(3320), 2, sym__identifier, - STATE(8225), 1, - sym__directive, - STATE(3077), 3, + sym__external_name, + STATE(7411), 2, + sym_unspecified_type_indication, + sym_subtype_indication, + ACTIONS(4268), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, + STATE(3061), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4280), 4, + STATE(3318), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(4266), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(6716), 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, - [194128] = 5, + [193946] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3078), 3, + ACTIONS(281), 1, + sym_TYPE, + ACTIONS(3822), 1, + anon_sym_LPAREN, + ACTIONS(4264), 1, + anon_sym_LT_LT, + STATE(2798), 1, + sym__direct_name, + STATE(4060), 1, + sym_name, + STATE(4165), 1, + sym_resolution_indication, + STATE(6817), 1, + sym__interface_type_indication, + STATE(3320), 2, + sym__identifier, + sym__external_name, + STATE(7411), 2, + sym_unspecified_type_indication, + sym_subtype_indication, + ACTIONS(4268), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, + STATE(3062), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3360), 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, - [194166] = 16, + STATE(3318), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(4266), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [194006] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -209920,29 +209616,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(4264), 1, anon_sym_LT_LT, - STATE(2794), 1, + STATE(2798), 1, sym__direct_name, - STATE(4124), 1, - sym_resolution_indication, - STATE(4252), 1, + STATE(4060), 1, sym_name, - STATE(7652), 1, + STATE(4165), 1, + sym_resolution_indication, + STATE(6818), 1, sym__interface_type_indication, - STATE(3278), 2, + STATE(3320), 2, sym__identifier, sym__external_name, - STATE(7071), 2, + STATE(7411), 2, sym_unspecified_type_indication, sym_subtype_indication, ACTIONS(4268), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3079), 3, + STATE(3063), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3280), 3, + STATE(3318), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -209951,7 +209647,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [194226] = 16, + [194066] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -209964,29 +209660,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(4264), 1, anon_sym_LT_LT, - STATE(2794), 1, + STATE(2798), 1, sym__direct_name, - STATE(4124), 1, - sym_resolution_indication, - STATE(4252), 1, + STATE(4060), 1, sym_name, - STATE(7653), 1, + STATE(4165), 1, + sym_resolution_indication, + STATE(6864), 1, sym__interface_type_indication, - STATE(3278), 2, + STATE(3320), 2, sym__identifier, sym__external_name, - STATE(7071), 2, + STATE(7411), 2, sym_unspecified_type_indication, sym_subtype_indication, ACTIONS(4268), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3080), 3, + STATE(3064), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3280), 3, + STATE(3318), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -209995,7 +209691,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [194286] = 16, + [194126] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -210008,29 +209704,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(4264), 1, anon_sym_LT_LT, - STATE(2794), 1, + STATE(2798), 1, sym__direct_name, - STATE(4124), 1, - sym_resolution_indication, - STATE(4252), 1, + STATE(4060), 1, sym_name, - STATE(7654), 1, + STATE(4165), 1, + sym_resolution_indication, + STATE(6865), 1, sym__interface_type_indication, - STATE(3278), 2, + STATE(3320), 2, sym__identifier, sym__external_name, - STATE(7071), 2, + STATE(7411), 2, sym_unspecified_type_indication, sym_subtype_indication, ACTIONS(4268), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3081), 3, + STATE(3065), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3280), 3, + STATE(3318), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -210039,73 +209735,87 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [194346] = 5, + [194186] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3082), 3, + ACTIONS(281), 1, + sym_TYPE, + ACTIONS(3822), 1, + anon_sym_LPAREN, + ACTIONS(4264), 1, + anon_sym_LT_LT, + STATE(2798), 1, + sym__direct_name, + STATE(4060), 1, + sym_name, + STATE(4165), 1, + sym_resolution_indication, + STATE(6866), 1, + sym__interface_type_indication, + STATE(3320), 2, + sym__identifier, + sym__external_name, + STATE(7411), 2, + sym_unspecified_type_indication, + sym_subtype_indication, + ACTIONS(4268), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, + STATE(3066), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - 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, - [194384] = 5, + STATE(3318), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(4266), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [194246] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3083), 3, + ACTIONS(3918), 1, + anon_sym_LPAREN, + ACTIONS(4276), 1, + sym_PARAMETER, + STATE(3279), 1, + sym_parenthesis_group, + STATE(3067), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3374), 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, - [194422] = 16, + ACTIONS(2324), 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, + 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, + [194290] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -210118,29 +209828,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(4264), 1, anon_sym_LT_LT, - STATE(2794), 1, + STATE(2798), 1, sym__direct_name, - STATE(4124), 1, - sym_resolution_indication, - STATE(4252), 1, + STATE(4060), 1, sym_name, - STATE(8204), 1, + STATE(4165), 1, + sym_resolution_indication, + STATE(6893), 1, sym__interface_type_indication, - STATE(3278), 2, + STATE(3320), 2, sym__identifier, sym__external_name, - STATE(7071), 2, + STATE(7411), 2, sym_unspecified_type_indication, sym_subtype_indication, ACTIONS(4268), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3084), 3, + STATE(3068), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3280), 3, + STATE(3318), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -210149,7 +209859,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [194482] = 16, + [194350] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -210162,29 +209872,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(4264), 1, anon_sym_LT_LT, - STATE(2794), 1, + STATE(2798), 1, sym__direct_name, - STATE(4124), 1, - sym_resolution_indication, - STATE(4252), 1, + STATE(4060), 1, sym_name, - STATE(8205), 1, + STATE(4165), 1, + sym_resolution_indication, + STATE(6894), 1, sym__interface_type_indication, - STATE(3278), 2, + STATE(3320), 2, sym__identifier, sym__external_name, - STATE(7071), 2, + STATE(7411), 2, sym_unspecified_type_indication, sym_subtype_indication, ACTIONS(4268), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3085), 3, + STATE(3069), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3280), 3, + STATE(3318), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -210193,7 +209903,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [194542] = 16, + [194410] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -210206,29 +209916,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(4264), 1, anon_sym_LT_LT, - STATE(2794), 1, + STATE(2798), 1, sym__direct_name, - STATE(4124), 1, - sym_resolution_indication, - STATE(4252), 1, + STATE(4060), 1, sym_name, - STATE(8206), 1, + STATE(4165), 1, + sym_resolution_indication, + STATE(6897), 1, sym__interface_type_indication, - STATE(3278), 2, + STATE(3320), 2, sym__identifier, sym__external_name, - STATE(7071), 2, + STATE(7411), 2, sym_unspecified_type_indication, sym_subtype_indication, ACTIONS(4268), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3086), 3, + STATE(3070), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3280), 3, + STATE(3318), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -210237,18 +209947,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [194602] = 5, + [194470] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3087), 3, + STATE(3071), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3428), 21, + ACTIONS(3298), 21, sym_ALIAS, sym_ATTRIBUTE, sym_BEGIN, @@ -210270,7 +209980,7 @@ static const uint16_t ts_small_parse_table[] = { sym_USE, sym_VARIABLE, sym_VIEW, - [194640] = 16, + [194508] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -210283,29 +209993,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(4264), 1, anon_sym_LT_LT, - STATE(2794), 1, + STATE(2798), 1, sym__direct_name, - STATE(4124), 1, - sym_resolution_indication, - STATE(4252), 1, + STATE(4060), 1, sym_name, - STATE(7129), 1, + STATE(4165), 1, + sym_resolution_indication, + STATE(6913), 1, sym__interface_type_indication, - STATE(3278), 2, + STATE(3320), 2, sym__identifier, sym__external_name, - STATE(7071), 2, + STATE(7411), 2, sym_unspecified_type_indication, sym_subtype_indication, ACTIONS(4268), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3088), 3, + STATE(3072), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3280), 3, + STATE(3318), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -210314,7 +210024,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [194700] = 16, + [194568] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -210327,29 +210037,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(4264), 1, anon_sym_LT_LT, - STATE(2794), 1, + STATE(2798), 1, sym__direct_name, - STATE(4124), 1, - sym_resolution_indication, - STATE(4252), 1, + STATE(4060), 1, sym_name, - STATE(7195), 1, + STATE(4165), 1, + sym_resolution_indication, + STATE(6914), 1, sym__interface_type_indication, - STATE(3278), 2, + STATE(3320), 2, sym__identifier, sym__external_name, - STATE(7071), 2, + STATE(7411), 2, sym_unspecified_type_indication, sym_subtype_indication, ACTIONS(4268), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3089), 3, + STATE(3073), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3280), 3, + STATE(3318), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -210358,7 +210068,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [194760] = 16, + [194628] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -210371,29 +210081,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(4264), 1, anon_sym_LT_LT, - STATE(2794), 1, + STATE(2798), 1, sym__direct_name, - STATE(4124), 1, - sym_resolution_indication, - STATE(4252), 1, + STATE(4060), 1, sym_name, - STATE(7225), 1, + STATE(4165), 1, + sym_resolution_indication, + STATE(6916), 1, sym__interface_type_indication, - STATE(3278), 2, + STATE(3320), 2, sym__identifier, sym__external_name, - STATE(7071), 2, + STATE(7411), 2, sym_unspecified_type_indication, sym_subtype_indication, ACTIONS(4268), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3090), 3, + STATE(3074), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3280), 3, + STATE(3318), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -210402,7 +210112,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [194820] = 16, + [194688] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -210415,29 +210125,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(4264), 1, anon_sym_LT_LT, - STATE(2794), 1, + STATE(2798), 1, sym__direct_name, - STATE(4124), 1, - sym_resolution_indication, - STATE(4252), 1, + STATE(4060), 1, sym_name, - STATE(7053), 1, + STATE(4165), 1, + sym_resolution_indication, + STATE(6934), 1, sym__interface_type_indication, - STATE(3278), 2, + STATE(3320), 2, sym__identifier, sym__external_name, - STATE(7071), 2, + STATE(7411), 2, sym_unspecified_type_indication, sym_subtype_indication, ACTIONS(4268), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3091), 3, + STATE(3075), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3280), 3, + STATE(3318), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -210446,7 +210156,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [194880] = 16, + [194748] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -210459,29 +210169,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(4264), 1, anon_sym_LT_LT, - STATE(2794), 1, + STATE(2798), 1, sym__direct_name, - STATE(4124), 1, - sym_resolution_indication, - STATE(4252), 1, + STATE(4060), 1, sym_name, - STATE(7065), 1, + STATE(4165), 1, + sym_resolution_indication, + STATE(6935), 1, sym__interface_type_indication, - STATE(3278), 2, + STATE(3320), 2, sym__identifier, sym__external_name, - STATE(7071), 2, + STATE(7411), 2, sym_unspecified_type_indication, sym_subtype_indication, ACTIONS(4268), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3092), 3, + STATE(3076), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3280), 3, + STATE(3318), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -210490,7 +210200,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [194940] = 16, + [194808] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -210503,29 +210213,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(4264), 1, anon_sym_LT_LT, - STATE(2794), 1, + STATE(2798), 1, sym__direct_name, - STATE(4124), 1, - sym_resolution_indication, - STATE(4252), 1, + STATE(4060), 1, sym_name, - STATE(7072), 1, + STATE(4165), 1, + sym_resolution_indication, + STATE(6936), 1, sym__interface_type_indication, - STATE(3278), 2, + STATE(3320), 2, sym__identifier, sym__external_name, - STATE(7071), 2, + STATE(7411), 2, sym_unspecified_type_indication, sym_subtype_indication, ACTIONS(4268), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3093), 3, + STATE(3077), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3280), 3, + STATE(3318), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -210534,7 +210244,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [195000] = 16, + [194868] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -210547,29 +210257,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(4264), 1, anon_sym_LT_LT, - STATE(2794), 1, + STATE(2798), 1, sym__direct_name, - STATE(4124), 1, - sym_resolution_indication, - STATE(4252), 1, + STATE(4060), 1, sym_name, - STATE(7755), 1, + STATE(4165), 1, + sym_resolution_indication, + STATE(6971), 1, sym__interface_type_indication, - STATE(3278), 2, + STATE(3320), 2, sym__identifier, sym__external_name, - STATE(7071), 2, + STATE(7411), 2, sym_unspecified_type_indication, sym_subtype_indication, ACTIONS(4268), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3094), 3, + STATE(3078), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3280), 3, + STATE(3318), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -210578,7 +210288,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [195060] = 16, + [194928] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -210591,29 +210301,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(4264), 1, anon_sym_LT_LT, - STATE(2794), 1, + STATE(2798), 1, sym__direct_name, - STATE(4124), 1, - sym_resolution_indication, - STATE(4252), 1, + STATE(4060), 1, sym_name, - STATE(7763), 1, + STATE(4165), 1, + sym_resolution_indication, + STATE(6974), 1, sym__interface_type_indication, - STATE(3278), 2, + STATE(3320), 2, sym__identifier, sym__external_name, - STATE(7071), 2, + STATE(7411), 2, sym_unspecified_type_indication, sym_subtype_indication, ACTIONS(4268), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3095), 3, + STATE(3079), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3280), 3, + STATE(3318), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -210622,7 +210332,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [195120] = 16, + [194988] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -210635,29 +210345,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(4264), 1, anon_sym_LT_LT, - STATE(2794), 1, + STATE(2798), 1, sym__direct_name, - STATE(4124), 1, - sym_resolution_indication, - STATE(4252), 1, + STATE(4060), 1, sym_name, - STATE(7765), 1, + STATE(4165), 1, + sym_resolution_indication, + STATE(6975), 1, sym__interface_type_indication, - STATE(3278), 2, + STATE(3320), 2, sym__identifier, sym__external_name, - STATE(7071), 2, + STATE(7411), 2, sym_unspecified_type_indication, sym_subtype_indication, ACTIONS(4268), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3096), 3, + STATE(3080), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3280), 3, + STATE(3318), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -210666,7 +210376,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [195180] = 16, + [195048] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -210679,29 +210389,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(4264), 1, anon_sym_LT_LT, - STATE(2794), 1, + STATE(2798), 1, sym__direct_name, - STATE(4124), 1, - sym_resolution_indication, - STATE(4252), 1, + STATE(4060), 1, sym_name, - STATE(6667), 1, + STATE(4165), 1, + sym_resolution_indication, + STATE(7002), 1, sym__interface_type_indication, - STATE(3278), 2, + STATE(3320), 2, sym__identifier, sym__external_name, - STATE(7071), 2, + STATE(7411), 2, sym_unspecified_type_indication, sym_subtype_indication, ACTIONS(4268), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3097), 3, + STATE(3081), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3280), 3, + STATE(3318), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -210710,7 +210420,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [195240] = 16, + [195108] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -210723,29 +210433,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(4264), 1, anon_sym_LT_LT, - STATE(2794), 1, + STATE(2798), 1, sym__direct_name, - STATE(4124), 1, - sym_resolution_indication, - STATE(4252), 1, + STATE(4060), 1, sym_name, - STATE(6669), 1, + STATE(4165), 1, + sym_resolution_indication, + STATE(7003), 1, sym__interface_type_indication, - STATE(3278), 2, + STATE(3320), 2, sym__identifier, sym__external_name, - STATE(7071), 2, + STATE(7411), 2, sym_unspecified_type_indication, sym_subtype_indication, ACTIONS(4268), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3098), 3, + STATE(3082), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3280), 3, + STATE(3318), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -210754,7 +210464,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [195300] = 16, + [195168] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -210767,29 +210477,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(4264), 1, anon_sym_LT_LT, - STATE(2794), 1, + STATE(2798), 1, sym__direct_name, - STATE(4124), 1, - sym_resolution_indication, - STATE(4252), 1, + STATE(4060), 1, sym_name, - STATE(6672), 1, + STATE(4165), 1, + sym_resolution_indication, + STATE(7006), 1, sym__interface_type_indication, - STATE(3278), 2, + STATE(3320), 2, sym__identifier, sym__external_name, - STATE(7071), 2, + STATE(7411), 2, sym_unspecified_type_indication, sym_subtype_indication, ACTIONS(4268), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3099), 3, + STATE(3083), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3280), 3, + STATE(3318), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -210798,7 +210508,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [195360] = 16, + [195228] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -210811,29 +210521,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(4264), 1, anon_sym_LT_LT, - STATE(2794), 1, + STATE(2798), 1, sym__direct_name, - STATE(4124), 1, - sym_resolution_indication, - STATE(4252), 1, + STATE(4060), 1, sym_name, - STATE(6855), 1, + STATE(4165), 1, + sym_resolution_indication, + STATE(7029), 1, sym__interface_type_indication, - STATE(3278), 2, + STATE(3320), 2, sym__identifier, sym__external_name, - STATE(7071), 2, + STATE(7411), 2, sym_unspecified_type_indication, sym_subtype_indication, ACTIONS(4268), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3100), 3, + STATE(3084), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3280), 3, + STATE(3318), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -210842,7 +210552,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [195420] = 16, + [195288] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -210855,29 +210565,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(4264), 1, anon_sym_LT_LT, - STATE(2794), 1, + STATE(2798), 1, sym__direct_name, - STATE(4124), 1, - sym_resolution_indication, - STATE(4252), 1, + STATE(4060), 1, sym_name, - STATE(6858), 1, + STATE(4165), 1, + sym_resolution_indication, + STATE(7031), 1, sym__interface_type_indication, - STATE(3278), 2, + STATE(3320), 2, sym__identifier, sym__external_name, - STATE(7071), 2, + STATE(7411), 2, sym_unspecified_type_indication, sym_subtype_indication, ACTIONS(4268), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3101), 3, + STATE(3085), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3280), 3, + STATE(3318), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -210886,7 +210596,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [195480] = 16, + [195348] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -210899,29 +210609,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(4264), 1, anon_sym_LT_LT, - STATE(2794), 1, + STATE(2798), 1, sym__direct_name, - STATE(4124), 1, - sym_resolution_indication, - STATE(4252), 1, + STATE(4060), 1, sym_name, - STATE(6860), 1, + STATE(4165), 1, + sym_resolution_indication, + STATE(7032), 1, sym__interface_type_indication, - STATE(3278), 2, + STATE(3320), 2, sym__identifier, sym__external_name, - STATE(7071), 2, + STATE(7411), 2, sym_unspecified_type_indication, sym_subtype_indication, ACTIONS(4268), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3102), 3, + STATE(3086), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3280), 3, + STATE(3318), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -210930,7 +210640,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [195540] = 16, + [195408] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -210943,29 +210653,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(4264), 1, anon_sym_LT_LT, - STATE(2794), 1, + STATE(2798), 1, sym__direct_name, - STATE(4124), 1, - sym_resolution_indication, - STATE(4252), 1, + STATE(4060), 1, sym_name, - STATE(6957), 1, + STATE(4165), 1, + sym_resolution_indication, + STATE(7073), 1, sym__interface_type_indication, - STATE(3278), 2, + STATE(3320), 2, sym__identifier, sym__external_name, - STATE(7071), 2, + STATE(7411), 2, sym_unspecified_type_indication, sym_subtype_indication, ACTIONS(4268), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3103), 3, + STATE(3087), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3280), 3, + STATE(3318), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -210974,95 +210684,106 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [195600] = 16, + [195468] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(281), 1, - sym_TYPE, - ACTIONS(3822), 1, - anon_sym_LPAREN, - ACTIONS(4264), 1, - anon_sym_LT_LT, - STATE(2794), 1, - sym__direct_name, - STATE(4124), 1, - sym_resolution_indication, - STATE(4252), 1, - sym_name, - STATE(6961), 1, - sym__interface_type_indication, - STATE(3278), 2, - sym__identifier, - sym__external_name, - STATE(7071), 2, - sym_unspecified_type_indication, - sym_subtype_indication, - ACTIONS(4268), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(3104), 3, + STATE(3088), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3280), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(4266), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [195660] = 16, + ACTIONS(3354), 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, + [195506] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(281), 1, + STATE(3089), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3334), 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(3822), 1, - anon_sym_LPAREN, - ACTIONS(4264), 1, - anon_sym_LT_LT, - STATE(2794), 1, - sym__direct_name, - STATE(4124), 1, - sym_resolution_indication, - STATE(4252), 1, - sym_name, - STATE(6963), 1, - sym__interface_type_indication, - STATE(3278), 2, - sym__identifier, - sym__external_name, - STATE(7071), 2, - sym_unspecified_type_indication, - sym_subtype_indication, - ACTIONS(4268), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(3105), 3, + sym_USE, + sym_VARIABLE, + sym_VIEW, + [195544] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(3090), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3280), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(4266), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [195720] = 16, + ACTIONS(3340), 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, + [195582] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -211075,29 +210796,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(4264), 1, anon_sym_LT_LT, - STATE(2794), 1, + STATE(2798), 1, sym__direct_name, - STATE(4124), 1, - sym_resolution_indication, - STATE(4252), 1, + STATE(4060), 1, sym_name, - STATE(7085), 1, + STATE(4165), 1, + sym_resolution_indication, + STATE(7082), 1, sym__interface_type_indication, - STATE(3278), 2, + STATE(3320), 2, sym__identifier, sym__external_name, - STATE(7071), 2, + STATE(7411), 2, sym_unspecified_type_indication, sym_subtype_indication, ACTIONS(4268), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3106), 3, + STATE(3091), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3280), 3, + STATE(3318), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -211106,7 +210827,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [195780] = 16, + [195642] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -211119,29 +210840,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(4264), 1, anon_sym_LT_LT, - STATE(2794), 1, + STATE(2798), 1, sym__direct_name, - STATE(4124), 1, - sym_resolution_indication, - STATE(4252), 1, + STATE(4060), 1, sym_name, - STATE(7088), 1, + STATE(4165), 1, + sym_resolution_indication, + STATE(7040), 1, sym__interface_type_indication, - STATE(3278), 2, + STATE(3320), 2, sym__identifier, sym__external_name, - STATE(7071), 2, + STATE(7411), 2, sym_unspecified_type_indication, sym_subtype_indication, ACTIONS(4268), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3107), 3, + STATE(3092), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3280), 3, + STATE(3318), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -211150,7 +210871,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [195840] = 16, + [195702] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -211163,29 +210884,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(4264), 1, anon_sym_LT_LT, - STATE(2794), 1, + STATE(2798), 1, sym__direct_name, - STATE(4124), 1, - sym_resolution_indication, - STATE(4252), 1, + STATE(4060), 1, sym_name, - STATE(7095), 1, + STATE(4165), 1, + sym_resolution_indication, + STATE(7149), 1, sym__interface_type_indication, - STATE(3278), 2, + STATE(3320), 2, sym__identifier, sym__external_name, - STATE(7071), 2, + STATE(7411), 2, sym_unspecified_type_indication, sym_subtype_indication, ACTIONS(4268), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3108), 3, + STATE(3093), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3280), 3, + STATE(3318), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -211194,7 +210915,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [195900] = 16, + [195762] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -211207,29 +210928,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(4264), 1, anon_sym_LT_LT, - STATE(2794), 1, + STATE(2798), 1, sym__direct_name, - STATE(4124), 1, - sym_resolution_indication, - STATE(4252), 1, + STATE(4060), 1, sym_name, - STATE(7234), 1, + STATE(4165), 1, + sym_resolution_indication, + STATE(7150), 1, sym__interface_type_indication, - STATE(3278), 2, + STATE(3320), 2, sym__identifier, sym__external_name, - STATE(7071), 2, + STATE(7411), 2, sym_unspecified_type_indication, sym_subtype_indication, ACTIONS(4268), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3109), 3, + STATE(3094), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3280), 3, + STATE(3318), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -211238,7 +210959,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [195960] = 16, + [195822] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -211251,29 +210972,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(4264), 1, anon_sym_LT_LT, - STATE(2794), 1, + STATE(2798), 1, sym__direct_name, - STATE(4124), 1, - sym_resolution_indication, - STATE(4252), 1, + STATE(4060), 1, sym_name, - STATE(7237), 1, + STATE(4165), 1, + sym_resolution_indication, + STATE(7152), 1, sym__interface_type_indication, - STATE(3278), 2, + STATE(3320), 2, sym__identifier, sym__external_name, - STATE(7071), 2, + STATE(7411), 2, sym_unspecified_type_indication, sym_subtype_indication, ACTIONS(4268), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3110), 3, + STATE(3095), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3280), 3, + STATE(3318), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -211282,7 +211003,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [196020] = 16, + [195882] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -211295,29 +211016,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(4264), 1, anon_sym_LT_LT, - STATE(2794), 1, + STATE(2798), 1, sym__direct_name, - STATE(4124), 1, - sym_resolution_indication, - STATE(4252), 1, + STATE(4060), 1, sym_name, - STATE(7244), 1, + STATE(4165), 1, + sym_resolution_indication, + STATE(7199), 1, sym__interface_type_indication, - STATE(3278), 2, + STATE(3320), 2, sym__identifier, sym__external_name, - STATE(7071), 2, + STATE(7411), 2, sym_unspecified_type_indication, sym_subtype_indication, ACTIONS(4268), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3111), 3, + STATE(3096), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3280), 3, + STATE(3318), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -211326,51 +211047,40 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [196080] = 16, + [195942] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3822), 1, - anon_sym_LPAREN, - ACTIONS(3824), 1, - anon_sym_LT_LT, - ACTIONS(3830), 1, - sym_TYPE, - STATE(2806), 1, - sym__direct_name, - STATE(4177), 1, - sym_resolution_indication, - STATE(4365), 1, - sym_name, - STATE(5234), 1, - sym__interface_type_indication, - STATE(3364), 2, - sym__identifier, - sym__external_name, - STATE(5501), 2, - sym_unspecified_type_indication, - sym_subtype_indication, - ACTIONS(3834), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(3112), 3, + STATE(3097), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3367), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(3826), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [196140] = 16, + ACTIONS(3356), 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, + [195980] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -211383,29 +211093,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(4264), 1, anon_sym_LT_LT, - STATE(2794), 1, + STATE(2798), 1, sym__direct_name, - STATE(4124), 1, - sym_resolution_indication, - STATE(4252), 1, + STATE(4060), 1, sym_name, - STATE(7339), 1, + STATE(4165), 1, + sym_resolution_indication, + STATE(7202), 1, sym__interface_type_indication, - STATE(3278), 2, + STATE(3320), 2, sym__identifier, sym__external_name, - STATE(7071), 2, + STATE(7411), 2, sym_unspecified_type_indication, sym_subtype_indication, ACTIONS(4268), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3113), 3, + STATE(3098), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3280), 3, + STATE(3318), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -211414,7 +211124,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [196200] = 16, + [196040] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -211427,29 +211137,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(4264), 1, anon_sym_LT_LT, - STATE(2794), 1, + STATE(2798), 1, sym__direct_name, - STATE(4124), 1, - sym_resolution_indication, - STATE(4252), 1, + STATE(4060), 1, sym_name, - STATE(7348), 1, + STATE(4165), 1, + sym_resolution_indication, + STATE(7205), 1, sym__interface_type_indication, - STATE(3278), 2, + STATE(3320), 2, sym__identifier, sym__external_name, - STATE(7071), 2, + STATE(7411), 2, sym_unspecified_type_indication, sym_subtype_indication, ACTIONS(4268), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3114), 3, + STATE(3099), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3280), 3, + STATE(3318), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -211458,84 +211168,99 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [196260] = 16, + [196100] = 18, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(281), 1, - sym_TYPE, - ACTIONS(3822), 1, - anon_sym_LPAREN, - ACTIONS(4264), 1, - anon_sym_LT_LT, - STATE(2794), 1, - sym__direct_name, - STATE(4124), 1, - sym_resolution_indication, - STATE(4252), 1, - sym_name, - STATE(7352), 1, - sym__interface_type_indication, - STATE(3278), 2, - sym__identifier, - sym__external_name, - STATE(7071), 2, - sym_unspecified_type_indication, - sym_subtype_indication, - ACTIONS(4268), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(3115), 3, + ACTIONS(4164), 1, + sym_ALIAS, + ACTIONS(4166), 1, + sym_ATTRIBUTE, + ACTIONS(4170), 1, + sym_END, + ACTIONS(4172), 1, + sym_FUNCTION, + ACTIONS(4176), 1, + sym_PROCEDURE, + ACTIONS(4178), 1, + sym_PRIVATE, + ACTIONS(4180), 1, + sym_USE, + STATE(3348), 1, + aux_sym_protected_type_declaration_repeat1, + STATE(4684), 1, + sym__protected_type_declarative_item, + STATE(7114), 1, + sym__subprogram_specification, + STATE(7611), 1, + sym_protected_type_declaration_end, + ACTIONS(2157), 2, + sym_IMPURE, + sym_PURE, + STATE(8210), 2, + sym_procedure_specification, + sym_function_specification, + STATE(3100), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3280), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(4266), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [196320] = 5, + STATE(4699), 6, + sym_use_clause, + sym_subprogram_declaration, + sym_subprogram_instantiation_declaration, + sym_alias_declaration, + sym_attribute_specification, + sym_private_variable_declaration, + [196164] = 18, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3116), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(3494), 21, + ACTIONS(4164), 1, sym_ALIAS, + ACTIONS(4166), 1, sym_ATTRIBUTE, - sym_BEGIN, - sym_COMPONENT, - sym_CONSTANT, - sym_DISCONNECT, - sym_FILE, - sym_FOR, + ACTIONS(4170), 1, + sym_END, + ACTIONS(4172), 1, sym_FUNCTION, - sym_GROUP, - sym_IMPURE, - sym_PACKAGE, + ACTIONS(4176), 1, sym_PROCEDURE, - sym_PURE, - sym_SIGNAL, - sym_SHARED, - sym_SUBTYPE, - sym_TYPE, + ACTIONS(4178), 1, + sym_PRIVATE, + ACTIONS(4180), 1, sym_USE, - sym_VARIABLE, - sym_VIEW, - [196358] = 16, + STATE(3031), 1, + aux_sym_protected_type_declaration_repeat1, + STATE(4684), 1, + sym__protected_type_declarative_item, + STATE(7114), 1, + sym__subprogram_specification, + STATE(7611), 1, + sym_protected_type_declaration_end, + ACTIONS(2157), 2, + sym_IMPURE, + sym_PURE, + STATE(8210), 2, + sym_procedure_specification, + sym_function_specification, + STATE(3101), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(4699), 6, + sym_use_clause, + sym_subprogram_declaration, + sym_subprogram_instantiation_declaration, + sym_alias_declaration, + sym_attribute_specification, + sym_private_variable_declaration, + [196228] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -211548,29 +211273,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(4264), 1, anon_sym_LT_LT, - STATE(2794), 1, + STATE(2798), 1, sym__direct_name, - STATE(4124), 1, - sym_resolution_indication, - STATE(4252), 1, + STATE(4060), 1, sym_name, - STATE(7485), 1, + STATE(4165), 1, + sym_resolution_indication, + STATE(7244), 1, sym__interface_type_indication, - STATE(3278), 2, + STATE(3320), 2, sym__identifier, sym__external_name, - STATE(7071), 2, + STATE(7411), 2, sym_unspecified_type_indication, sym_subtype_indication, ACTIONS(4268), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3117), 3, + STATE(3102), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3280), 3, + STATE(3318), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -211579,7 +211304,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [196418] = 16, + [196288] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -211592,29 +211317,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(4264), 1, anon_sym_LT_LT, - STATE(2794), 1, + STATE(2798), 1, sym__direct_name, - STATE(4124), 1, - sym_resolution_indication, - STATE(4252), 1, + STATE(4060), 1, sym_name, - STATE(7490), 1, + STATE(4165), 1, + sym_resolution_indication, + STATE(7245), 1, sym__interface_type_indication, - STATE(3278), 2, + STATE(3320), 2, sym__identifier, sym__external_name, - STATE(7071), 2, + STATE(7411), 2, sym_unspecified_type_indication, sym_subtype_indication, ACTIONS(4268), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3118), 3, + STATE(3103), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3280), 3, + STATE(3318), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -211623,7 +211348,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [196478] = 16, + [196348] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -211636,29 +211361,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(4264), 1, anon_sym_LT_LT, - STATE(2794), 1, + STATE(2798), 1, sym__direct_name, - STATE(4124), 1, - sym_resolution_indication, - STATE(4252), 1, + STATE(4060), 1, sym_name, - STATE(7498), 1, + STATE(4165), 1, + sym_resolution_indication, + STATE(7247), 1, sym__interface_type_indication, - STATE(3278), 2, + STATE(3320), 2, sym__identifier, sym__external_name, - STATE(7071), 2, + STATE(7411), 2, sym_unspecified_type_indication, sym_subtype_indication, ACTIONS(4268), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3119), 3, + STATE(3104), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3280), 3, + STATE(3318), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -211667,7 +211392,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [196538] = 16, + [196408] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -211680,29 +211405,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(4264), 1, anon_sym_LT_LT, - STATE(2794), 1, + STATE(2798), 1, sym__direct_name, - STATE(4124), 1, - sym_resolution_indication, - STATE(4252), 1, + STATE(4060), 1, sym_name, - STATE(7686), 1, + STATE(4165), 1, + sym_resolution_indication, + STATE(7277), 1, sym__interface_type_indication, - STATE(3278), 2, + STATE(3320), 2, sym__identifier, sym__external_name, - STATE(7071), 2, + STATE(7411), 2, sym_unspecified_type_indication, sym_subtype_indication, ACTIONS(4268), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3120), 3, + STATE(3105), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3280), 3, + STATE(3318), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -211711,7 +211436,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [196598] = 16, + [196468] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -211724,29 +211449,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(4264), 1, anon_sym_LT_LT, - STATE(2794), 1, + STATE(2798), 1, sym__direct_name, - STATE(4124), 1, - sym_resolution_indication, - STATE(4252), 1, + STATE(4060), 1, sym_name, - STATE(7687), 1, + STATE(4165), 1, + sym_resolution_indication, + STATE(7286), 1, sym__interface_type_indication, - STATE(3278), 2, + STATE(3320), 2, sym__identifier, sym__external_name, - STATE(7071), 2, + STATE(7411), 2, sym_unspecified_type_indication, sym_subtype_indication, ACTIONS(4268), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3121), 3, + STATE(3106), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3280), 3, + STATE(3318), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -211755,7 +211480,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [196658] = 16, + [196528] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -211768,29 +211493,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(4264), 1, anon_sym_LT_LT, - STATE(2794), 1, + STATE(2798), 1, sym__direct_name, - STATE(4124), 1, - sym_resolution_indication, - STATE(4252), 1, + STATE(4060), 1, sym_name, - STATE(7701), 1, + STATE(4165), 1, + sym_resolution_indication, + STATE(7291), 1, sym__interface_type_indication, - STATE(3278), 2, + STATE(3320), 2, sym__identifier, sym__external_name, - STATE(7071), 2, + STATE(7411), 2, sym_unspecified_type_indication, sym_subtype_indication, ACTIONS(4268), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3122), 3, + STATE(3107), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3280), 3, + STATE(3318), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -211799,7 +211524,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [196718] = 16, + [196588] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -211812,29 +211537,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(4264), 1, anon_sym_LT_LT, - STATE(2794), 1, + STATE(2798), 1, sym__direct_name, - STATE(4124), 1, - sym_resolution_indication, - STATE(4252), 1, + STATE(4060), 1, sym_name, - STATE(7808), 1, + STATE(4165), 1, + sym_resolution_indication, + STATE(7343), 1, sym__interface_type_indication, - STATE(3278), 2, + STATE(3320), 2, sym__identifier, sym__external_name, - STATE(7071), 2, + STATE(7411), 2, sym_unspecified_type_indication, sym_subtype_indication, ACTIONS(4268), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3123), 3, + STATE(3108), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3280), 3, + STATE(3318), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -211843,7 +211568,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [196778] = 16, + [196648] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -211856,29 +211581,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(4264), 1, anon_sym_LT_LT, - STATE(2794), 1, + STATE(2798), 1, sym__direct_name, - STATE(4124), 1, - sym_resolution_indication, - STATE(4252), 1, + STATE(4060), 1, sym_name, - STATE(7810), 1, + STATE(4165), 1, + sym_resolution_indication, + STATE(7344), 1, sym__interface_type_indication, - STATE(3278), 2, + STATE(3320), 2, sym__identifier, sym__external_name, - STATE(7071), 2, + STATE(7411), 2, sym_unspecified_type_indication, sym_subtype_indication, ACTIONS(4268), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3124), 3, + STATE(3109), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3280), 3, + STATE(3318), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -211887,7 +211612,40 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [196838] = 16, + [196708] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(3110), 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, + [196746] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -211900,29 +211658,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(4264), 1, anon_sym_LT_LT, - STATE(2794), 1, + STATE(2798), 1, sym__direct_name, - STATE(4124), 1, - sym_resolution_indication, - STATE(4252), 1, + STATE(4060), 1, sym_name, - STATE(7815), 1, + STATE(4165), 1, + sym_resolution_indication, + STATE(7349), 1, sym__interface_type_indication, - STATE(3278), 2, + STATE(3320), 2, sym__identifier, sym__external_name, - STATE(7071), 2, + STATE(7411), 2, sym_unspecified_type_indication, sym_subtype_indication, ACTIONS(4268), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3125), 3, + STATE(3111), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3280), 3, + STATE(3318), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -211931,7 +211689,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [196898] = 16, + [196806] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -211944,29 +211702,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(4264), 1, anon_sym_LT_LT, - STATE(2794), 1, + STATE(2798), 1, sym__direct_name, - STATE(4124), 1, - sym_resolution_indication, - STATE(4252), 1, + STATE(4060), 1, sym_name, - STATE(8106), 1, + STATE(4165), 1, + sym_resolution_indication, + STATE(7388), 1, sym__interface_type_indication, - STATE(3278), 2, + STATE(3320), 2, sym__identifier, sym__external_name, - STATE(7071), 2, + STATE(7411), 2, sym_unspecified_type_indication, sym_subtype_indication, ACTIONS(4268), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3126), 3, + STATE(3112), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3280), 3, + STATE(3318), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -211975,7 +211733,40 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [196958] = 16, + [196866] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(3113), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3438), 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, + [196904] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -211988,29 +211779,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(4264), 1, anon_sym_LT_LT, - STATE(2794), 1, + STATE(2798), 1, sym__direct_name, - STATE(4124), 1, - sym_resolution_indication, - STATE(4252), 1, + STATE(4060), 1, sym_name, - STATE(8114), 1, + STATE(4165), 1, + sym_resolution_indication, + STATE(7390), 1, sym__interface_type_indication, - STATE(3278), 2, + STATE(3320), 2, sym__identifier, sym__external_name, - STATE(7071), 2, + STATE(7411), 2, sym_unspecified_type_indication, sym_subtype_indication, ACTIONS(4268), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3127), 3, + STATE(3114), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3280), 3, + STATE(3318), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -212019,7 +211810,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [197018] = 16, + [196964] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -212032,29 +211823,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(4264), 1, anon_sym_LT_LT, - STATE(2794), 1, + STATE(2798), 1, sym__direct_name, - STATE(4124), 1, - sym_resolution_indication, - STATE(4252), 1, + STATE(4060), 1, sym_name, - STATE(8132), 1, + STATE(4165), 1, + sym_resolution_indication, + STATE(7391), 1, sym__interface_type_indication, - STATE(3278), 2, + STATE(3320), 2, sym__identifier, sym__external_name, - STATE(7071), 2, + STATE(7411), 2, sym_unspecified_type_indication, sym_subtype_indication, ACTIONS(4268), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3128), 3, + STATE(3115), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3280), 3, + STATE(3318), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -212063,7 +211854,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [197078] = 16, + [197024] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -212076,29 +211867,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(4264), 1, anon_sym_LT_LT, - STATE(2794), 1, + STATE(2798), 1, sym__direct_name, - STATE(4124), 1, - sym_resolution_indication, - STATE(4252), 1, + STATE(4060), 1, sym_name, - STATE(8301), 1, + STATE(4165), 1, + sym_resolution_indication, + STATE(6998), 1, sym__interface_type_indication, - STATE(3278), 2, + STATE(3320), 2, sym__identifier, sym__external_name, - STATE(7071), 2, + STATE(7411), 2, sym_unspecified_type_indication, sym_subtype_indication, ACTIONS(4268), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3129), 3, + STATE(3116), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3280), 3, + STATE(3318), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -212107,7 +211898,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [197138] = 16, + [197084] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -212120,29 +211911,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(4264), 1, anon_sym_LT_LT, - STATE(2794), 1, + STATE(2798), 1, sym__direct_name, - STATE(4124), 1, - sym_resolution_indication, - STATE(4252), 1, + STATE(4060), 1, sym_name, - STATE(8309), 1, + STATE(4165), 1, + sym_resolution_indication, + STATE(6997), 1, sym__interface_type_indication, - STATE(3278), 2, + STATE(3320), 2, sym__identifier, sym__external_name, - STATE(7071), 2, + STATE(7411), 2, sym_unspecified_type_indication, sym_subtype_indication, ACTIONS(4268), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3130), 3, + STATE(3117), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3280), 3, + STATE(3318), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -212151,7 +211942,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [197198] = 16, + [197144] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -212164,29 +211955,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(4264), 1, anon_sym_LT_LT, - STATE(2794), 1, + STATE(2798), 1, sym__direct_name, - STATE(4124), 1, - sym_resolution_indication, - STATE(4252), 1, + STATE(4060), 1, sym_name, - STATE(6628), 1, + STATE(4165), 1, + sym_resolution_indication, + STATE(6996), 1, sym__interface_type_indication, - STATE(3278), 2, + STATE(3320), 2, sym__identifier, sym__external_name, - STATE(7071), 2, + STATE(7411), 2, sym_unspecified_type_indication, sym_subtype_indication, ACTIONS(4268), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3131), 3, + STATE(3118), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3280), 3, + STATE(3318), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -212195,7 +211986,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [197258] = 16, + [197204] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -212208,29 +211999,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(4264), 1, anon_sym_LT_LT, - STATE(2794), 1, + STATE(2798), 1, sym__direct_name, - STATE(4124), 1, - sym_resolution_indication, - STATE(4252), 1, + STATE(4060), 1, sym_name, - STATE(6629), 1, + STATE(4165), 1, + sym_resolution_indication, + STATE(7428), 1, sym__interface_type_indication, - STATE(3278), 2, + STATE(3320), 2, sym__identifier, sym__external_name, - STATE(7071), 2, + STATE(7411), 2, sym_unspecified_type_indication, sym_subtype_indication, ACTIONS(4268), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3132), 3, + STATE(3119), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3280), 3, + STATE(3318), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -212239,7 +212030,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [197318] = 16, + [197264] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -212252,29 +212043,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(4264), 1, anon_sym_LT_LT, - STATE(2794), 1, + STATE(2798), 1, sym__direct_name, - STATE(4124), 1, - sym_resolution_indication, - STATE(4252), 1, + STATE(4060), 1, sym_name, - STATE(6631), 1, + STATE(4165), 1, + sym_resolution_indication, + STATE(7431), 1, sym__interface_type_indication, - STATE(3278), 2, + STATE(3320), 2, sym__identifier, sym__external_name, - STATE(7071), 2, + STATE(7411), 2, sym_unspecified_type_indication, sym_subtype_indication, ACTIONS(4268), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3133), 3, + STATE(3120), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3280), 3, + STATE(3318), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -212283,7 +212074,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [197378] = 16, + [197324] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -212296,29 +212087,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(4264), 1, anon_sym_LT_LT, - STATE(2794), 1, + STATE(2798), 1, sym__direct_name, - STATE(4124), 1, - sym_resolution_indication, - STATE(4252), 1, + STATE(4060), 1, sym_name, - STATE(6699), 1, + STATE(4165), 1, + sym_resolution_indication, + STATE(7432), 1, sym__interface_type_indication, - STATE(3278), 2, + STATE(3320), 2, sym__identifier, sym__external_name, - STATE(7071), 2, + STATE(7411), 2, sym_unspecified_type_indication, sym_subtype_indication, ACTIONS(4268), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3134), 3, + STATE(3121), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3280), 3, + STATE(3318), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -212327,7 +212118,40 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [197438] = 16, + [197384] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(3122), 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, + [197422] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -212340,29 +212164,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(4264), 1, anon_sym_LT_LT, - STATE(2794), 1, + STATE(2798), 1, sym__direct_name, - STATE(4124), 1, - sym_resolution_indication, - STATE(4252), 1, + STATE(4060), 1, sym_name, - STATE(6700), 1, + STATE(4165), 1, + sym_resolution_indication, + STATE(7475), 1, sym__interface_type_indication, - STATE(3278), 2, + STATE(3320), 2, sym__identifier, sym__external_name, - STATE(7071), 2, + STATE(7411), 2, sym_unspecified_type_indication, sym_subtype_indication, ACTIONS(4268), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3135), 3, + STATE(3123), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3280), 3, + STATE(3318), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -212371,7 +212195,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [197498] = 16, + [197482] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -212384,29 +212208,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(4264), 1, anon_sym_LT_LT, - STATE(2794), 1, + STATE(2798), 1, sym__direct_name, - STATE(4124), 1, - sym_resolution_indication, - STATE(4252), 1, + STATE(4060), 1, sym_name, - STATE(6701), 1, + STATE(4165), 1, + sym_resolution_indication, + STATE(7476), 1, sym__interface_type_indication, - STATE(3278), 2, + STATE(3320), 2, sym__identifier, sym__external_name, - STATE(7071), 2, + STATE(7411), 2, sym_unspecified_type_indication, sym_subtype_indication, ACTIONS(4268), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3136), 3, + STATE(3124), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3280), 3, + STATE(3318), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -212415,7 +212239,40 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [197558] = 16, + [197542] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(3125), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3480), 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, + [197580] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -212428,29 +212285,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(4264), 1, anon_sym_LT_LT, - STATE(2794), 1, + STATE(2798), 1, sym__direct_name, - STATE(4124), 1, - sym_resolution_indication, - STATE(4252), 1, + STATE(4060), 1, sym_name, - STATE(6748), 1, + STATE(4165), 1, + sym_resolution_indication, + STATE(7478), 1, sym__interface_type_indication, - STATE(3278), 2, + STATE(3320), 2, sym__identifier, sym__external_name, - STATE(7071), 2, + STATE(7411), 2, sym_unspecified_type_indication, sym_subtype_indication, ACTIONS(4268), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3137), 3, + STATE(3126), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3280), 3, + STATE(3318), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -212459,51 +212316,51 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [197618] = 16, + [197640] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(281), 1, - sym_TYPE, ACTIONS(3822), 1, anon_sym_LPAREN, - ACTIONS(4264), 1, + ACTIONS(3824), 1, anon_sym_LT_LT, - STATE(2794), 1, + ACTIONS(3830), 1, + sym_TYPE, + STATE(2807), 1, sym__direct_name, - STATE(4124), 1, + STATE(3983), 1, sym_resolution_indication, - STATE(4252), 1, + STATE(4338), 1, sym_name, - STATE(6749), 1, - sym__interface_type_indication, - STATE(3278), 2, + STATE(5461), 1, + sym__incomplete_subtype_indication, + STATE(3357), 2, sym__identifier, sym__external_name, - STATE(7071), 2, + STATE(5376), 2, sym_unspecified_type_indication, sym_subtype_indication, - ACTIONS(4268), 3, + ACTIONS(3834), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3138), 3, + STATE(3127), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3280), 3, + STATE(3360), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4266), 4, + ACTIONS(3826), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [197678] = 16, + [197700] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -212516,29 +212373,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(4264), 1, anon_sym_LT_LT, - STATE(2794), 1, + STATE(2798), 1, sym__direct_name, - STATE(4124), 1, - sym_resolution_indication, - STATE(4252), 1, + STATE(4060), 1, sym_name, - STATE(6751), 1, + STATE(4165), 1, + sym_resolution_indication, + STATE(7519), 1, sym__interface_type_indication, - STATE(3278), 2, + STATE(3320), 2, sym__identifier, sym__external_name, - STATE(7071), 2, + STATE(7411), 2, sym_unspecified_type_indication, sym_subtype_indication, ACTIONS(4268), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3139), 3, + STATE(3128), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3280), 3, + STATE(3318), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -212547,7 +212404,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [197738] = 16, + [197760] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -212560,29 +212417,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(4264), 1, anon_sym_LT_LT, - STATE(2794), 1, + STATE(2798), 1, sym__direct_name, - STATE(4124), 1, - sym_resolution_indication, - STATE(4252), 1, + STATE(4060), 1, sym_name, - STATE(6800), 1, + STATE(4165), 1, + sym_resolution_indication, + STATE(7520), 1, sym__interface_type_indication, - STATE(3278), 2, + STATE(3320), 2, sym__identifier, sym__external_name, - STATE(7071), 2, + STATE(7411), 2, sym_unspecified_type_indication, sym_subtype_indication, ACTIONS(4268), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3140), 3, + STATE(3129), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3280), 3, + STATE(3318), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -212591,7 +212448,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [197798] = 16, + [197820] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -212604,29 +212461,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(4264), 1, anon_sym_LT_LT, - STATE(2794), 1, + STATE(2798), 1, sym__direct_name, - STATE(4124), 1, - sym_resolution_indication, - STATE(4252), 1, + STATE(4060), 1, sym_name, - STATE(6801), 1, + STATE(4165), 1, + sym_resolution_indication, + STATE(7521), 1, sym__interface_type_indication, - STATE(3278), 2, + STATE(3320), 2, sym__identifier, sym__external_name, - STATE(7071), 2, + STATE(7411), 2, sym_unspecified_type_indication, sym_subtype_indication, ACTIONS(4268), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3141), 3, + STATE(3130), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3280), 3, + STATE(3318), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -212635,7 +212492,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [197858] = 16, + [197880] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -212648,29 +212505,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(4264), 1, anon_sym_LT_LT, - STATE(2794), 1, + STATE(2798), 1, sym__direct_name, - STATE(4124), 1, - sym_resolution_indication, - STATE(4252), 1, + STATE(4060), 1, sym_name, - STATE(6804), 1, + STATE(4165), 1, + sym_resolution_indication, + STATE(7574), 1, sym__interface_type_indication, - STATE(3278), 2, + STATE(3320), 2, sym__identifier, sym__external_name, - STATE(7071), 2, + STATE(7411), 2, sym_unspecified_type_indication, sym_subtype_indication, ACTIONS(4268), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3142), 3, + STATE(3131), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3280), 3, + STATE(3318), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -212679,7 +212536,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [197918] = 16, + [197940] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -212692,29 +212549,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(4264), 1, anon_sym_LT_LT, - STATE(2794), 1, + STATE(2798), 1, sym__direct_name, - STATE(4124), 1, - sym_resolution_indication, - STATE(4252), 1, + STATE(4060), 1, sym_name, - STATE(6849), 1, + STATE(4165), 1, + sym_resolution_indication, + STATE(7576), 1, sym__interface_type_indication, - STATE(3278), 2, + STATE(3320), 2, sym__identifier, sym__external_name, - STATE(7071), 2, + STATE(7411), 2, sym_unspecified_type_indication, sym_subtype_indication, ACTIONS(4268), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3143), 3, + STATE(3132), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3280), 3, + STATE(3318), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -212723,7 +212580,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [197978] = 16, + [198000] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -212736,29 +212593,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(4264), 1, anon_sym_LT_LT, - STATE(2794), 1, + STATE(2798), 1, sym__direct_name, - STATE(4124), 1, - sym_resolution_indication, - STATE(4252), 1, + STATE(4060), 1, sym_name, - STATE(6850), 1, + STATE(4165), 1, + sym_resolution_indication, + STATE(7579), 1, sym__interface_type_indication, - STATE(3278), 2, + STATE(3320), 2, sym__identifier, sym__external_name, - STATE(7071), 2, + STATE(7411), 2, sym_unspecified_type_indication, sym_subtype_indication, ACTIONS(4268), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3144), 3, + STATE(3133), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3280), 3, + STATE(3318), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -212767,7 +212624,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [198038] = 16, + [198060] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -212780,29 +212637,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(4264), 1, anon_sym_LT_LT, - STATE(2794), 1, + STATE(2798), 1, sym__direct_name, - STATE(4124), 1, - sym_resolution_indication, - STATE(4252), 1, + STATE(4060), 1, sym_name, - STATE(6851), 1, + STATE(4165), 1, + sym_resolution_indication, + STATE(7645), 1, sym__interface_type_indication, - STATE(3278), 2, + STATE(3320), 2, sym__identifier, sym__external_name, - STATE(7071), 2, + STATE(7411), 2, sym_unspecified_type_indication, sym_subtype_indication, ACTIONS(4268), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3145), 3, + STATE(3134), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3280), 3, + STATE(3318), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -212811,7 +212668,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [198098] = 16, + [198120] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -212824,29 +212681,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(4264), 1, anon_sym_LT_LT, - STATE(2794), 1, + STATE(2798), 1, sym__direct_name, - STATE(4124), 1, - sym_resolution_indication, - STATE(4252), 1, + STATE(4060), 1, sym_name, - STATE(6883), 1, + STATE(4165), 1, + sym_resolution_indication, + STATE(7648), 1, sym__interface_type_indication, - STATE(3278), 2, + STATE(3320), 2, sym__identifier, sym__external_name, - STATE(7071), 2, + STATE(7411), 2, sym_unspecified_type_indication, sym_subtype_indication, ACTIONS(4268), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3146), 3, + STATE(3135), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3280), 3, + STATE(3318), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -212855,7 +212712,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [198158] = 16, + [198180] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -212868,29 +212725,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(4264), 1, anon_sym_LT_LT, - STATE(2794), 1, + STATE(2798), 1, sym__direct_name, - STATE(4124), 1, - sym_resolution_indication, - STATE(4252), 1, + STATE(4060), 1, sym_name, - STATE(6884), 1, + STATE(4165), 1, + sym_resolution_indication, + STATE(7649), 1, sym__interface_type_indication, - STATE(3278), 2, + STATE(3320), 2, sym__identifier, sym__external_name, - STATE(7071), 2, + STATE(7411), 2, sym_unspecified_type_indication, sym_subtype_indication, ACTIONS(4268), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3147), 3, + STATE(3136), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3280), 3, + STATE(3318), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -212899,7 +212756,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [198218] = 16, + [198240] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -212912,29 +212769,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(4264), 1, anon_sym_LT_LT, - STATE(2794), 1, + STATE(2798), 1, sym__direct_name, - STATE(4124), 1, - sym_resolution_indication, - STATE(4252), 1, + STATE(4060), 1, sym_name, - STATE(6888), 1, + STATE(4165), 1, + sym_resolution_indication, + STATE(7683), 1, sym__interface_type_indication, - STATE(3278), 2, + STATE(3320), 2, sym__identifier, sym__external_name, - STATE(7071), 2, + STATE(7411), 2, sym_unspecified_type_indication, sym_subtype_indication, ACTIONS(4268), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3148), 3, + STATE(3137), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3280), 3, + STATE(3318), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -212943,18 +212800,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [198278] = 5, + [198300] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3149), 3, + STATE(3138), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3250), 21, + ACTIONS(3272), 21, sym_ALIAS, sym_ATTRIBUTE, sym_BEGIN, @@ -212976,7 +212833,7 @@ static const uint16_t ts_small_parse_table[] = { sym_USE, sym_VARIABLE, sym_VIEW, - [198316] = 16, + [198338] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -212989,29 +212846,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(4264), 1, anon_sym_LT_LT, - STATE(2794), 1, + STATE(2798), 1, sym__direct_name, - STATE(4124), 1, - sym_resolution_indication, - STATE(4252), 1, + STATE(4060), 1, sym_name, - STATE(6930), 1, + STATE(4165), 1, + sym_resolution_indication, + STATE(7684), 1, sym__interface_type_indication, - STATE(3278), 2, + STATE(3320), 2, sym__identifier, sym__external_name, - STATE(7071), 2, + STATE(7411), 2, sym_unspecified_type_indication, sym_subtype_indication, ACTIONS(4268), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3150), 3, + STATE(3139), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3280), 3, + STATE(3318), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -213020,95 +212877,150 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [198376] = 16, + [198398] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(281), 1, + STATE(3140), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3286), 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(3822), 1, - anon_sym_LPAREN, - ACTIONS(4264), 1, - anon_sym_LT_LT, - STATE(2794), 1, - sym__direct_name, - STATE(4124), 1, - sym_resolution_indication, - STATE(4252), 1, - sym_name, - STATE(6931), 1, - sym__interface_type_indication, - STATE(3278), 2, - sym__identifier, - sym__external_name, - STATE(7071), 2, - sym_unspecified_type_indication, - sym_subtype_indication, - ACTIONS(4268), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(3151), 3, + sym_USE, + sym_VARIABLE, + sym_VIEW, + [198436] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(3141), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3280), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(4266), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [198436] = 16, + ACTIONS(3288), 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, + [198474] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(281), 1, + STATE(3142), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3464), 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, + [198512] = 16, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, ACTIONS(3822), 1, anon_sym_LPAREN, - ACTIONS(4264), 1, + ACTIONS(3824), 1, anon_sym_LT_LT, - STATE(2794), 1, + ACTIONS(3830), 1, + sym_TYPE, + STATE(2807), 1, sym__direct_name, - STATE(4124), 1, + STATE(3983), 1, sym_resolution_indication, - STATE(4252), 1, + STATE(4338), 1, sym_name, - STATE(6933), 1, - sym__interface_type_indication, - STATE(3278), 2, + STATE(5382), 1, + sym__incomplete_subtype_indication, + STATE(3357), 2, sym__identifier, sym__external_name, - STATE(7071), 2, + STATE(5376), 2, sym_unspecified_type_indication, sym_subtype_indication, - ACTIONS(4268), 3, + ACTIONS(3834), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3152), 3, + STATE(3143), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3280), 3, + STATE(3360), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4266), 4, + ACTIONS(3826), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [198496] = 16, + [198572] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -213121,29 +213033,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(4264), 1, anon_sym_LT_LT, - STATE(2794), 1, + STATE(2798), 1, sym__direct_name, - STATE(4124), 1, - sym_resolution_indication, - STATE(4252), 1, + STATE(4060), 1, sym_name, - STATE(6971), 1, + STATE(4165), 1, + sym_resolution_indication, + STATE(7685), 1, sym__interface_type_indication, - STATE(3278), 2, + STATE(3320), 2, sym__identifier, sym__external_name, - STATE(7071), 2, + STATE(7411), 2, sym_unspecified_type_indication, sym_subtype_indication, ACTIONS(4268), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3153), 3, + STATE(3144), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3280), 3, + STATE(3318), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -213152,7 +213064,40 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [198556] = 16, + [198632] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(3145), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + 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, + sym_USE, + sym_VARIABLE, + sym_VIEW, + [198670] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -213165,29 +213110,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(4264), 1, anon_sym_LT_LT, - STATE(2794), 1, + STATE(2798), 1, sym__direct_name, - STATE(4124), 1, - sym_resolution_indication, - STATE(4252), 1, + STATE(4060), 1, sym_name, - STATE(6972), 1, + STATE(4165), 1, + sym_resolution_indication, + STATE(7706), 1, sym__interface_type_indication, - STATE(3278), 2, + STATE(3320), 2, sym__identifier, sym__external_name, - STATE(7071), 2, + STATE(7411), 2, sym_unspecified_type_indication, sym_subtype_indication, ACTIONS(4268), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3154), 3, + STATE(3146), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3280), 3, + STATE(3318), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -213196,7 +213141,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [198616] = 16, + [198730] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -213209,29 +213154,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(4264), 1, anon_sym_LT_LT, - STATE(2794), 1, + STATE(2798), 1, sym__direct_name, - STATE(4124), 1, - sym_resolution_indication, - STATE(4252), 1, + STATE(4060), 1, sym_name, - STATE(6973), 1, + STATE(4165), 1, + sym_resolution_indication, + STATE(6703), 1, sym__interface_type_indication, - STATE(3278), 2, + STATE(3320), 2, sym__identifier, sym__external_name, - STATE(7071), 2, + STATE(7411), 2, sym_unspecified_type_indication, sym_subtype_indication, ACTIONS(4268), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3155), 3, + STATE(3147), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3280), 3, + STATE(3318), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -213240,7 +213185,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [198676] = 16, + [198790] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -213253,29 +213198,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(4264), 1, anon_sym_LT_LT, - STATE(2794), 1, + STATE(2798), 1, sym__direct_name, - STATE(4124), 1, - sym_resolution_indication, - STATE(4252), 1, + STATE(4060), 1, sym_name, - STATE(7018), 1, + STATE(4165), 1, + sym_resolution_indication, + STATE(6843), 1, sym__interface_type_indication, - STATE(3278), 2, + STATE(3320), 2, sym__identifier, sym__external_name, - STATE(7071), 2, + STATE(7411), 2, sym_unspecified_type_indication, sym_subtype_indication, ACTIONS(4268), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3156), 3, + STATE(3148), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3280), 3, + STATE(3318), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -213284,7 +213229,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [198736] = 16, + [198850] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -213297,29 +213242,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(4264), 1, anon_sym_LT_LT, - STATE(2794), 1, + STATE(2798), 1, sym__direct_name, - STATE(4124), 1, - sym_resolution_indication, - STATE(4252), 1, + STATE(4060), 1, sym_name, - STATE(7019), 1, + STATE(4165), 1, + sym_resolution_indication, + STATE(6851), 1, sym__interface_type_indication, - STATE(3278), 2, + STATE(3320), 2, sym__identifier, sym__external_name, - STATE(7071), 2, + STATE(7411), 2, sym_unspecified_type_indication, sym_subtype_indication, ACTIONS(4268), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3157), 3, + STATE(3149), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3280), 3, + STATE(3318), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -213328,51 +213273,106 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [198796] = 16, + [198910] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(281), 1, + STATE(3150), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3328), 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(3822), 1, - anon_sym_LPAREN, - ACTIONS(4264), 1, - anon_sym_LT_LT, - STATE(2794), 1, - sym__direct_name, - STATE(4124), 1, - sym_resolution_indication, - STATE(4252), 1, - sym_name, - STATE(7020), 1, - sym__interface_type_indication, - STATE(3278), 2, - sym__identifier, - sym__external_name, - STATE(7071), 2, - sym_unspecified_type_indication, - sym_subtype_indication, - ACTIONS(4268), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(3158), 3, + sym_USE, + sym_VARIABLE, + sym_VIEW, + [198948] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(3151), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3280), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(4266), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [198856] = 16, + ACTIONS(3330), 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, + [198986] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(3152), 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, + [199024] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -213385,29 +213385,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(4264), 1, anon_sym_LT_LT, - STATE(2794), 1, + STATE(2798), 1, sym__direct_name, - STATE(4124), 1, - sym_resolution_indication, - STATE(4252), 1, + STATE(4060), 1, sym_name, - STATE(7076), 1, + STATE(4165), 1, + sym_resolution_indication, + STATE(7708), 1, sym__interface_type_indication, - STATE(3278), 2, + STATE(3320), 2, sym__identifier, sym__external_name, - STATE(7071), 2, + STATE(7411), 2, sym_unspecified_type_indication, sym_subtype_indication, ACTIONS(4268), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3159), 3, + STATE(3153), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3280), 3, + STATE(3318), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -213416,7 +213416,40 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [198916] = 16, + [199084] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(3154), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3342), 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, + [199122] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -213429,29 +213462,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(4264), 1, anon_sym_LT_LT, - STATE(2794), 1, + STATE(2798), 1, sym__direct_name, - STATE(4124), 1, - sym_resolution_indication, - STATE(4252), 1, + STATE(4060), 1, sym_name, - STATE(7082), 1, + STATE(4165), 1, + sym_resolution_indication, + STATE(7709), 1, sym__interface_type_indication, - STATE(3278), 2, + STATE(3320), 2, sym__identifier, sym__external_name, - STATE(7071), 2, + STATE(7411), 2, sym_unspecified_type_indication, sym_subtype_indication, ACTIONS(4268), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3160), 3, + STATE(3155), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3280), 3, + STATE(3318), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -213460,139 +213493,271 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [198976] = 16, + [199182] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(281), 1, + STATE(3156), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3358), 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(3822), 1, - anon_sym_LPAREN, - ACTIONS(4264), 1, - anon_sym_LT_LT, - STATE(2794), 1, - sym__direct_name, - STATE(4124), 1, - sym_resolution_indication, - STATE(4252), 1, - sym_name, - STATE(7083), 1, - sym__interface_type_indication, - STATE(3278), 2, - sym__identifier, - sym__external_name, - STATE(7071), 2, - sym_unspecified_type_indication, - sym_subtype_indication, - ACTIONS(4268), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(3161), 3, + sym_USE, + sym_VARIABLE, + sym_VIEW, + [199220] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(3157), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3280), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(4266), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [199036] = 16, + 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, + [199258] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(281), 1, + STATE(3158), 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, - ACTIONS(3822), 1, - anon_sym_LPAREN, - ACTIONS(4264), 1, - anon_sym_LT_LT, - STATE(2794), 1, - sym__direct_name, - STATE(4124), 1, - sym_resolution_indication, - STATE(4252), 1, - sym_name, - STATE(7141), 1, - sym__interface_type_indication, - STATE(3278), 2, - sym__identifier, - sym__external_name, - STATE(7071), 2, - sym_unspecified_type_indication, - sym_subtype_indication, - ACTIONS(4268), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(3162), 3, + sym_USE, + sym_VARIABLE, + sym_VIEW, + [199296] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(3159), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3280), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(4266), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [199096] = 16, + ACTIONS(4226), 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, + [199334] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(281), 1, + STATE(3160), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3404), 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(3822), 1, - anon_sym_LPAREN, - ACTIONS(4264), 1, - anon_sym_LT_LT, - STATE(2794), 1, - sym__direct_name, - STATE(4124), 1, - sym_resolution_indication, - STATE(4252), 1, - sym_name, - STATE(7143), 1, - sym__interface_type_indication, - STATE(3278), 2, - sym__identifier, - sym__external_name, - STATE(7071), 2, - sym_unspecified_type_indication, - sym_subtype_indication, - ACTIONS(4268), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(3163), 3, + sym_USE, + sym_VARIABLE, + sym_VIEW, + [199372] = 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, - STATE(3280), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(4266), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [199156] = 16, + ACTIONS(3406), 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, + [199410] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(3162), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3408), 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, + [199448] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(3163), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3410), 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, + [199486] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -213605,18 +213770,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(4264), 1, anon_sym_LT_LT, - STATE(2794), 1, + STATE(2798), 1, sym__direct_name, - STATE(4124), 1, - sym_resolution_indication, - STATE(4252), 1, + STATE(4060), 1, sym_name, - STATE(7147), 1, + STATE(4165), 1, + sym_resolution_indication, + STATE(7732), 1, sym__interface_type_indication, - STATE(3278), 2, + STATE(3320), 2, sym__identifier, sym__external_name, - STATE(7071), 2, + STATE(7411), 2, sym_unspecified_type_indication, sym_subtype_indication, ACTIONS(4268), 3, @@ -213627,7 +213792,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3280), 3, + STATE(3318), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -213636,7 +213801,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [199216] = 16, + [199546] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -213649,18 +213814,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(4264), 1, anon_sym_LT_LT, - STATE(2794), 1, + STATE(2798), 1, sym__direct_name, - STATE(4124), 1, - sym_resolution_indication, - STATE(4252), 1, + STATE(4060), 1, sym_name, - STATE(7198), 1, + STATE(4165), 1, + sym_resolution_indication, + STATE(7734), 1, sym__interface_type_indication, - STATE(3278), 2, + STATE(3320), 2, sym__identifier, sym__external_name, - STATE(7071), 2, + STATE(7411), 2, sym_unspecified_type_indication, sym_subtype_indication, ACTIONS(4268), 3, @@ -213671,7 +213836,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3280), 3, + STATE(3318), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -213680,51 +213845,40 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [199276] = 16, + [199606] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(281), 1, - sym_TYPE, - ACTIONS(3822), 1, - anon_sym_LPAREN, - ACTIONS(4264), 1, - anon_sym_LT_LT, - STATE(2794), 1, - sym__direct_name, - STATE(4124), 1, - sym_resolution_indication, - STATE(4252), 1, - sym_name, - STATE(7201), 1, - sym__interface_type_indication, - STATE(3278), 2, - sym__identifier, - sym__external_name, - STATE(7071), 2, - sym_unspecified_type_indication, - sym_subtype_indication, - ACTIONS(4268), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, STATE(3166), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3280), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(4266), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [199336] = 16, + 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, + [199644] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -213737,18 +213891,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(4264), 1, anon_sym_LT_LT, - STATE(2794), 1, + STATE(2798), 1, sym__direct_name, - STATE(4124), 1, - sym_resolution_indication, - STATE(4252), 1, + STATE(4060), 1, sym_name, - STATE(7203), 1, + STATE(4165), 1, + sym_resolution_indication, + STATE(7738), 1, sym__interface_type_indication, - STATE(3278), 2, + STATE(3320), 2, sym__identifier, sym__external_name, - STATE(7071), 2, + STATE(7411), 2, sym_unspecified_type_indication, sym_subtype_indication, ACTIONS(4268), 3, @@ -213759,7 +213913,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3280), 3, + STATE(3318), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -213768,139 +213922,107 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [199396] = 16, + [199704] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(281), 1, - sym_TYPE, - ACTIONS(3822), 1, - anon_sym_LPAREN, - ACTIONS(4264), 1, - anon_sym_LT_LT, - STATE(2794), 1, - sym__direct_name, - STATE(4124), 1, - sym_resolution_indication, - STATE(4252), 1, - sym_name, - STATE(7253), 1, - sym__interface_type_indication, - STATE(3278), 2, - sym__identifier, - sym__external_name, - STATE(7071), 2, - sym_unspecified_type_indication, - sym_subtype_indication, - ACTIONS(4268), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, + STATE(7468), 1, + sym__entity_class, STATE(3168), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3280), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(4266), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [199456] = 16, + ACTIONS(4278), 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, + [199744] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(281), 1, - sym_TYPE, - ACTIONS(3822), 1, - anon_sym_LPAREN, - ACTIONS(4264), 1, - anon_sym_LT_LT, - STATE(2794), 1, - sym__direct_name, - STATE(4124), 1, - sym_resolution_indication, - STATE(4252), 1, - sym_name, - STATE(7254), 1, - sym__interface_type_indication, - STATE(3278), 2, - sym__identifier, - sym__external_name, - STATE(7071), 2, - sym_unspecified_type_indication, - sym_subtype_indication, - ACTIONS(4268), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, STATE(3169), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3280), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(4266), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [199516] = 16, + 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, + sym_USE, + sym_VARIABLE, + sym_VIEW, + [199782] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(281), 1, - sym_TYPE, - ACTIONS(3822), 1, - anon_sym_LPAREN, - ACTIONS(4264), 1, - anon_sym_LT_LT, - STATE(2794), 1, - sym__direct_name, - STATE(4124), 1, - sym_resolution_indication, - STATE(4252), 1, - sym_name, - STATE(7255), 1, - sym__interface_type_indication, - STATE(3278), 2, - sym__identifier, - sym__external_name, - STATE(7071), 2, - sym_unspecified_type_indication, - sym_subtype_indication, - ACTIONS(4268), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, STATE(3170), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3280), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(4266), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [199576] = 16, + 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, + [199820] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -213913,18 +214035,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(4264), 1, anon_sym_LT_LT, - STATE(2794), 1, + STATE(2798), 1, sym__direct_name, - STATE(4124), 1, - sym_resolution_indication, - STATE(4252), 1, + STATE(4060), 1, sym_name, - STATE(7300), 1, + STATE(4165), 1, + sym_resolution_indication, + STATE(7687), 1, sym__interface_type_indication, - STATE(3278), 2, + STATE(3320), 2, sym__identifier, sym__external_name, - STATE(7071), 2, + STATE(7411), 2, sym_unspecified_type_indication, sym_subtype_indication, ACTIONS(4268), 3, @@ -213935,7 +214057,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3280), 3, + STATE(3318), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -213944,51 +214066,40 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [199636] = 16, + [199880] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(281), 1, - sym_TYPE, - ACTIONS(3822), 1, - anon_sym_LPAREN, - ACTIONS(4264), 1, - anon_sym_LT_LT, - STATE(2794), 1, - sym__direct_name, - STATE(4124), 1, - sym_resolution_indication, - STATE(4252), 1, - sym_name, - STATE(7304), 1, - sym__interface_type_indication, - STATE(3278), 2, - sym__identifier, - sym__external_name, - STATE(7071), 2, - sym_unspecified_type_indication, - sym_subtype_indication, - ACTIONS(4268), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, STATE(3172), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3280), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(4266), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [199696] = 16, + ACTIONS(3436), 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, + [199918] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -214001,18 +214112,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(4264), 1, anon_sym_LT_LT, - STATE(2794), 1, + STATE(2798), 1, sym__direct_name, - STATE(4124), 1, - sym_resolution_indication, - STATE(4252), 1, + STATE(4060), 1, sym_name, - STATE(7309), 1, + STATE(4165), 1, + sym_resolution_indication, + STATE(7691), 1, sym__interface_type_indication, - STATE(3278), 2, + STATE(3320), 2, sym__identifier, sym__external_name, - STATE(7071), 2, + STATE(7411), 2, sym_unspecified_type_indication, sym_subtype_indication, ACTIONS(4268), 3, @@ -214023,7 +214134,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3280), 3, + STATE(3318), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -214032,51 +214143,40 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [199756] = 16, + [199978] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(281), 1, - sym_TYPE, - ACTIONS(3822), 1, - anon_sym_LPAREN, - ACTIONS(4264), 1, - anon_sym_LT_LT, - STATE(2794), 1, - sym__direct_name, - STATE(4124), 1, - sym_resolution_indication, - STATE(4252), 1, - sym_name, - STATE(7340), 1, - sym__interface_type_indication, - STATE(3278), 2, - sym__identifier, - sym__external_name, - STATE(7071), 2, - sym_unspecified_type_indication, - sym_subtype_indication, - ACTIONS(4268), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, STATE(3174), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3280), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(4266), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [199816] = 16, + ACTIONS(4222), 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, + [200016] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -214089,18 +214189,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(4264), 1, anon_sym_LT_LT, - STATE(2794), 1, + STATE(2798), 1, sym__direct_name, - STATE(4124), 1, - sym_resolution_indication, - STATE(4252), 1, + STATE(4060), 1, sym_name, - STATE(7345), 1, + STATE(4165), 1, + sym_resolution_indication, + STATE(7696), 1, sym__interface_type_indication, - STATE(3278), 2, + STATE(3320), 2, sym__identifier, sym__external_name, - STATE(7071), 2, + STATE(7411), 2, sym_unspecified_type_indication, sym_subtype_indication, ACTIONS(4268), 3, @@ -214111,7 +214211,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3280), 3, + STATE(3318), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -214120,139 +214220,106 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [199876] = 16, + [200076] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(281), 1, - sym_TYPE, - ACTIONS(3822), 1, - anon_sym_LPAREN, - ACTIONS(4264), 1, - anon_sym_LT_LT, - STATE(2794), 1, - sym__direct_name, - STATE(4124), 1, - sym_resolution_indication, - STATE(4252), 1, - sym_name, - STATE(7347), 1, - sym__interface_type_indication, - STATE(3278), 2, - sym__identifier, - sym__external_name, - STATE(7071), 2, - sym_unspecified_type_indication, - sym_subtype_indication, - ACTIONS(4268), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, STATE(3176), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3280), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(4266), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [199936] = 16, + 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, + [200114] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(281), 1, - sym_TYPE, - ACTIONS(3822), 1, - anon_sym_LPAREN, - ACTIONS(4264), 1, - anon_sym_LT_LT, - STATE(2794), 1, - sym__direct_name, - STATE(4124), 1, - sym_resolution_indication, - STATE(4252), 1, - sym_name, - STATE(7384), 1, - sym__interface_type_indication, - STATE(3278), 2, - sym__identifier, - sym__external_name, - STATE(7071), 2, - sym_unspecified_type_indication, - sym_subtype_indication, - ACTIONS(4268), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, STATE(3177), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3280), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(4266), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [199996] = 16, + ACTIONS(3446), 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, + [200152] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(281), 1, - sym_TYPE, - ACTIONS(3822), 1, - anon_sym_LPAREN, - ACTIONS(4264), 1, - anon_sym_LT_LT, - STATE(2794), 1, - sym__direct_name, - STATE(4124), 1, - sym_resolution_indication, - STATE(4252), 1, - sym_name, - STATE(7385), 1, - sym__interface_type_indication, - STATE(3278), 2, - sym__identifier, - sym__external_name, - STATE(7071), 2, - sym_unspecified_type_indication, - sym_subtype_indication, - ACTIONS(4268), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, STATE(3178), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3280), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(4266), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [200056] = 16, + 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, + [200190] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -214265,18 +214332,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(4264), 1, anon_sym_LT_LT, - STATE(2794), 1, + STATE(2798), 1, sym__direct_name, - STATE(4124), 1, - sym_resolution_indication, - STATE(4252), 1, + STATE(4060), 1, sym_name, - STATE(7386), 1, + STATE(4165), 1, + sym_resolution_indication, + STATE(7769), 1, sym__interface_type_indication, - STATE(3278), 2, + STATE(3320), 2, sym__identifier, sym__external_name, - STATE(7071), 2, + STATE(7411), 2, sym_unspecified_type_indication, sym_subtype_indication, ACTIONS(4268), 3, @@ -214287,7 +214354,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3280), 3, + STATE(3318), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -214296,139 +214363,106 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [200116] = 16, + [200250] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(281), 1, - sym_TYPE, - ACTIONS(3822), 1, - anon_sym_LPAREN, - ACTIONS(4264), 1, - anon_sym_LT_LT, - STATE(2794), 1, - sym__direct_name, - STATE(4124), 1, - sym_resolution_indication, - STATE(4252), 1, - sym_name, - STATE(7432), 1, - sym__interface_type_indication, - STATE(3278), 2, - sym__identifier, - sym__external_name, - STATE(7071), 2, - sym_unspecified_type_indication, - sym_subtype_indication, - ACTIONS(4268), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, STATE(3180), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3280), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(4266), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [200176] = 16, + ACTIONS(3458), 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, + [200288] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(281), 1, - sym_TYPE, - ACTIONS(3822), 1, - anon_sym_LPAREN, - ACTIONS(4264), 1, - anon_sym_LT_LT, - STATE(2794), 1, - sym__direct_name, - STATE(4124), 1, - sym_resolution_indication, - STATE(4252), 1, - sym_name, - STATE(7435), 1, - sym__interface_type_indication, - STATE(3278), 2, - sym__identifier, - sym__external_name, - STATE(7071), 2, - sym_unspecified_type_indication, - sym_subtype_indication, - ACTIONS(4268), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, STATE(3181), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3280), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(4266), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [200236] = 16, + ACTIONS(3392), 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, + [200326] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(281), 1, - sym_TYPE, - ACTIONS(3822), 1, - anon_sym_LPAREN, - ACTIONS(4264), 1, - anon_sym_LT_LT, - STATE(2794), 1, - sym__direct_name, - STATE(4124), 1, - sym_resolution_indication, - STATE(4252), 1, - sym_name, - STATE(7437), 1, - sym__interface_type_indication, - STATE(3278), 2, - sym__identifier, - sym__external_name, - STATE(7071), 2, - sym_unspecified_type_indication, - sym_subtype_indication, - ACTIONS(4268), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, STATE(3182), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3280), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(4266), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [200296] = 16, + 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, + sym_TYPE, + sym_USE, + sym_VARIABLE, + sym_VIEW, + [200364] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -214441,18 +214475,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(4264), 1, anon_sym_LT_LT, - STATE(2794), 1, + STATE(2798), 1, sym__direct_name, - STATE(4124), 1, - sym_resolution_indication, - STATE(4252), 1, + STATE(4060), 1, sym_name, - STATE(7501), 1, + STATE(4165), 1, + sym_resolution_indication, + STATE(7770), 1, sym__interface_type_indication, - STATE(3278), 2, + STATE(3320), 2, sym__identifier, sym__external_name, - STATE(7071), 2, + STATE(7411), 2, sym_unspecified_type_indication, sym_subtype_indication, ACTIONS(4268), 3, @@ -214463,7 +214497,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3280), 3, + STATE(3318), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -214472,7 +214506,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [200356] = 16, + [200424] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -214485,18 +214519,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(4264), 1, anon_sym_LT_LT, - STATE(2794), 1, + STATE(2798), 1, sym__direct_name, - STATE(4124), 1, - sym_resolution_indication, - STATE(4252), 1, + STATE(4060), 1, sym_name, - STATE(7506), 1, + STATE(4165), 1, + sym_resolution_indication, + STATE(7771), 1, sym__interface_type_indication, - STATE(3278), 2, + STATE(3320), 2, sym__identifier, sym__external_name, - STATE(7071), 2, + STATE(7411), 2, sym_unspecified_type_indication, sym_subtype_indication, ACTIONS(4268), 3, @@ -214507,7 +214541,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3280), 3, + STATE(3318), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -214516,51 +214550,40 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [200416] = 16, + [200484] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(281), 1, - sym_TYPE, - ACTIONS(3822), 1, - anon_sym_LPAREN, - ACTIONS(4264), 1, - anon_sym_LT_LT, - STATE(2794), 1, - sym__direct_name, - STATE(4124), 1, - sym_resolution_indication, - STATE(4252), 1, - sym_name, - STATE(7507), 1, - sym__interface_type_indication, - STATE(3278), 2, - sym__identifier, - sym__external_name, - STATE(7071), 2, - sym_unspecified_type_indication, - sym_subtype_indication, - ACTIONS(4268), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, STATE(3185), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3280), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(4266), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [200476] = 16, + ACTIONS(3482), 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, + [200522] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -214573,18 +214596,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(4264), 1, anon_sym_LT_LT, - STATE(2794), 1, + STATE(2798), 1, sym__direct_name, - STATE(4124), 1, - sym_resolution_indication, - STATE(4252), 1, + STATE(4060), 1, sym_name, - STATE(7572), 1, + STATE(4165), 1, + sym_resolution_indication, + STATE(7802), 1, sym__interface_type_indication, - STATE(3278), 2, + STATE(3320), 2, sym__identifier, sym__external_name, - STATE(7071), 2, + STATE(7411), 2, sym_unspecified_type_indication, sym_subtype_indication, ACTIONS(4268), 3, @@ -214595,7 +214618,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3280), 3, + STATE(3318), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -214604,7 +214627,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [200536] = 16, + [200582] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -214617,18 +214640,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(4264), 1, anon_sym_LT_LT, - STATE(2794), 1, + STATE(2798), 1, sym__direct_name, - STATE(4124), 1, - sym_resolution_indication, - STATE(4252), 1, + STATE(4060), 1, sym_name, - STATE(7573), 1, + STATE(4165), 1, + sym_resolution_indication, + STATE(7803), 1, sym__interface_type_indication, - STATE(3278), 2, + STATE(3320), 2, sym__identifier, sym__external_name, - STATE(7071), 2, + STATE(7411), 2, sym_unspecified_type_indication, sym_subtype_indication, ACTIONS(4268), 3, @@ -214639,7 +214662,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3280), 3, + STATE(3318), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -214648,7 +214671,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [200596] = 16, + [200642] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -214661,18 +214684,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(4264), 1, anon_sym_LT_LT, - STATE(2794), 1, + STATE(2798), 1, sym__direct_name, - STATE(4124), 1, - sym_resolution_indication, - STATE(4252), 1, + STATE(4060), 1, sym_name, - STATE(7578), 1, + STATE(4165), 1, + sym_resolution_indication, + STATE(7804), 1, sym__interface_type_indication, - STATE(3278), 2, + STATE(3320), 2, sym__identifier, sym__external_name, - STATE(7071), 2, + STATE(7411), 2, sym_unspecified_type_indication, sym_subtype_indication, ACTIONS(4268), 3, @@ -214683,7 +214706,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3280), 3, + STATE(3318), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -214692,95 +214715,73 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [200656] = 16, + [200702] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(281), 1, - sym_TYPE, - ACTIONS(3822), 1, - anon_sym_LPAREN, - ACTIONS(4264), 1, - anon_sym_LT_LT, - STATE(2794), 1, - sym__direct_name, - STATE(4124), 1, - sym_resolution_indication, - STATE(4252), 1, - sym_name, - STATE(7644), 1, - sym__interface_type_indication, - STATE(3278), 2, - sym__identifier, - sym__external_name, - STATE(7071), 2, - sym_unspecified_type_indication, - sym_subtype_indication, - ACTIONS(4268), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, STATE(3189), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3280), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(4266), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [200716] = 16, + ACTIONS(3484), 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, + [200740] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(281), 1, - sym_TYPE, - ACTIONS(3822), 1, - anon_sym_LPAREN, - ACTIONS(4264), 1, - anon_sym_LT_LT, - STATE(2794), 1, - sym__direct_name, - STATE(4124), 1, - sym_resolution_indication, - STATE(4252), 1, - sym_name, - STATE(7647), 1, - sym__interface_type_indication, - STATE(3278), 2, - sym__identifier, - sym__external_name, - STATE(7071), 2, - sym_unspecified_type_indication, - sym_subtype_indication, - ACTIONS(4268), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, STATE(3190), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3280), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(4266), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [200776] = 16, + ACTIONS(3486), 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, + [200778] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -214793,18 +214794,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(4264), 1, anon_sym_LT_LT, - STATE(2794), 1, + STATE(2798), 1, sym__direct_name, - STATE(4124), 1, - sym_resolution_indication, - STATE(4252), 1, + STATE(4060), 1, sym_name, - STATE(7649), 1, + STATE(4165), 1, + sym_resolution_indication, + STATE(7831), 1, sym__interface_type_indication, - STATE(3278), 2, + STATE(3320), 2, sym__identifier, sym__external_name, - STATE(7071), 2, + STATE(7411), 2, sym_unspecified_type_indication, sym_subtype_indication, ACTIONS(4268), 3, @@ -214815,7 +214816,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3280), 3, + STATE(3318), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -214824,7 +214825,40 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [200836] = 16, + [200838] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(3192), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3488), 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, + [200876] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -214837,29 +214871,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(4264), 1, anon_sym_LT_LT, - STATE(2794), 1, + STATE(2798), 1, sym__direct_name, - STATE(4124), 1, - sym_resolution_indication, - STATE(4252), 1, + STATE(4060), 1, sym_name, - STATE(7693), 1, + STATE(4165), 1, + sym_resolution_indication, + STATE(8136), 1, sym__interface_type_indication, - STATE(3278), 2, + STATE(3320), 2, sym__identifier, sym__external_name, - STATE(7071), 2, + STATE(7411), 2, sym_unspecified_type_indication, sym_subtype_indication, ACTIONS(4268), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3192), 3, + STATE(3193), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3280), 3, + STATE(3318), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -214868,7 +214902,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [200896] = 16, + [200936] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -214881,29 +214915,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(4264), 1, anon_sym_LT_LT, - STATE(2794), 1, + STATE(2798), 1, sym__direct_name, - STATE(4124), 1, - sym_resolution_indication, - STATE(4252), 1, + STATE(4060), 1, sym_name, - STATE(7695), 1, + STATE(4165), 1, + sym_resolution_indication, + STATE(8141), 1, sym__interface_type_indication, - STATE(3278), 2, + STATE(3320), 2, sym__identifier, sym__external_name, - STATE(7071), 2, + STATE(7411), 2, sym_unspecified_type_indication, sym_subtype_indication, ACTIONS(4268), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3193), 3, + STATE(3194), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3280), 3, + STATE(3318), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -214912,7 +214946,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [200956] = 16, + [200996] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -214925,29 +214959,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(4264), 1, anon_sym_LT_LT, - STATE(2794), 1, + STATE(2798), 1, sym__direct_name, - STATE(4124), 1, - sym_resolution_indication, - STATE(4252), 1, + STATE(4060), 1, sym_name, - STATE(7700), 1, + STATE(4165), 1, + sym_resolution_indication, + STATE(7832), 1, sym__interface_type_indication, - STATE(3278), 2, + STATE(3320), 2, sym__identifier, sym__external_name, - STATE(7071), 2, + STATE(7411), 2, sym_unspecified_type_indication, sym_subtype_indication, ACTIONS(4268), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3194), 3, + STATE(3195), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3280), 3, + STATE(3318), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -214956,7 +214990,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [201016] = 16, + [201056] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -214969,29 +215003,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(4264), 1, anon_sym_LT_LT, - STATE(2794), 1, + STATE(2798), 1, sym__direct_name, - STATE(4124), 1, - sym_resolution_indication, - STATE(4252), 1, + STATE(4060), 1, sym_name, - STATE(7728), 1, + STATE(4165), 1, + sym_resolution_indication, + STATE(7833), 1, sym__interface_type_indication, - STATE(3278), 2, + STATE(3320), 2, sym__identifier, sym__external_name, - STATE(7071), 2, + STATE(7411), 2, sym_unspecified_type_indication, sym_subtype_indication, ACTIONS(4268), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3195), 3, + STATE(3196), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3280), 3, + STATE(3318), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -215000,7 +215034,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [201076] = 16, + [201116] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -215013,29 +215047,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(4264), 1, anon_sym_LT_LT, - STATE(2794), 1, + STATE(2798), 1, sym__direct_name, - STATE(4124), 1, - sym_resolution_indication, - STATE(4252), 1, + STATE(4060), 1, sym_name, - STATE(7729), 1, + STATE(4165), 1, + sym_resolution_indication, + STATE(8020), 1, sym__interface_type_indication, - STATE(3278), 2, + STATE(3320), 2, sym__identifier, sym__external_name, - STATE(7071), 2, + STATE(7411), 2, sym_unspecified_type_indication, sym_subtype_indication, ACTIONS(4268), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3196), 3, + STATE(3197), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3280), 3, + STATE(3318), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -215044,7 +215078,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [201136] = 16, + [201176] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -215057,29 +215091,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(4264), 1, anon_sym_LT_LT, - STATE(2794), 1, + STATE(2798), 1, sym__direct_name, - STATE(4124), 1, - sym_resolution_indication, - STATE(4252), 1, + STATE(4060), 1, sym_name, - STATE(7730), 1, + STATE(4165), 1, + sym_resolution_indication, + STATE(8022), 1, sym__interface_type_indication, - STATE(3278), 2, + STATE(3320), 2, sym__identifier, sym__external_name, - STATE(7071), 2, + STATE(7411), 2, sym_unspecified_type_indication, sym_subtype_indication, ACTIONS(4268), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3197), 3, + STATE(3198), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3280), 3, + STATE(3318), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -215088,7 +215122,40 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [201196] = 16, + [201236] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(3199), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(4222), 21, + sym_ALIAS, + sym_ATTRIBUTE, + sym_COMPONENT, + sym_CONSTANT, + sym_DISCONNECT, + sym_END, + sym_FILE, + sym_FUNCTION, + sym_GENERIC, + sym_GROUP, + sym_IMPURE, + sym_PACKAGE, + sym_PROCEDURE, + sym_PURE, + sym_SIGNAL, + sym_SHARED, + sym_SUBTYPE, + sym_TYPE, + sym_USE, + sym_VARIABLE, + sym_VIEW, + [201274] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -215101,29 +215168,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(4264), 1, anon_sym_LT_LT, - STATE(2794), 1, + STATE(2798), 1, sym__direct_name, - STATE(4124), 1, - sym_resolution_indication, - STATE(4252), 1, + STATE(4060), 1, sym_name, - STATE(7766), 1, + STATE(4165), 1, + sym_resolution_indication, + STATE(8023), 1, sym__interface_type_indication, - STATE(3278), 2, + STATE(3320), 2, sym__identifier, sym__external_name, - STATE(7071), 2, + STATE(7411), 2, sym_unspecified_type_indication, sym_subtype_indication, ACTIONS(4268), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3198), 3, + STATE(3200), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3280), 3, + STATE(3318), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -215132,7 +215199,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [201256] = 16, + [201334] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -215145,29 +215212,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(4264), 1, anon_sym_LT_LT, - STATE(2794), 1, + STATE(2798), 1, sym__direct_name, - STATE(4124), 1, - sym_resolution_indication, - STATE(4252), 1, + STATE(4060), 1, sym_name, - STATE(7767), 1, + STATE(4165), 1, + sym_resolution_indication, + STATE(8041), 1, sym__interface_type_indication, - STATE(3278), 2, + STATE(3320), 2, sym__identifier, sym__external_name, - STATE(7071), 2, + STATE(7411), 2, sym_unspecified_type_indication, sym_subtype_indication, ACTIONS(4268), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3199), 3, + STATE(3201), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3280), 3, + STATE(3318), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -215176,7 +215243,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [201316] = 16, + [201394] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -215189,29 +215256,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(4264), 1, anon_sym_LT_LT, - STATE(2794), 1, + STATE(2798), 1, sym__direct_name, - STATE(4124), 1, - sym_resolution_indication, - STATE(4252), 1, + STATE(4060), 1, sym_name, - STATE(7768), 1, + STATE(4165), 1, + sym_resolution_indication, + STATE(8043), 1, sym__interface_type_indication, - STATE(3278), 2, + STATE(3320), 2, sym__identifier, sym__external_name, - STATE(7071), 2, + STATE(7411), 2, sym_unspecified_type_indication, sym_subtype_indication, ACTIONS(4268), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3200), 3, + STATE(3202), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3280), 3, + STATE(3318), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -215220,7 +215287,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [201376] = 16, + [201454] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -215233,29 +215300,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(4264), 1, anon_sym_LT_LT, - STATE(2794), 1, + STATE(2798), 1, sym__direct_name, - STATE(4124), 1, - sym_resolution_indication, - STATE(4252), 1, + STATE(4060), 1, sym_name, - STATE(7798), 1, + STATE(4165), 1, + sym_resolution_indication, + STATE(8048), 1, sym__interface_type_indication, - STATE(3278), 2, + STATE(3320), 2, sym__identifier, sym__external_name, - STATE(7071), 2, + STATE(7411), 2, sym_unspecified_type_indication, sym_subtype_indication, ACTIONS(4268), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3201), 3, + STATE(3203), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3280), 3, + STATE(3318), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -215264,7 +215331,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [201436] = 16, + [201514] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -215277,29 +215344,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(4264), 1, anon_sym_LT_LT, - STATE(2794), 1, + STATE(2798), 1, sym__direct_name, - STATE(4124), 1, - sym_resolution_indication, - STATE(4252), 1, + STATE(4060), 1, sym_name, - STATE(7801), 1, + STATE(4165), 1, + sym_resolution_indication, + STATE(8019), 1, sym__interface_type_indication, - STATE(3278), 2, + STATE(3320), 2, sym__identifier, sym__external_name, - STATE(7071), 2, + STATE(7411), 2, sym_unspecified_type_indication, sym_subtype_indication, ACTIONS(4268), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3202), 3, + STATE(3204), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3280), 3, + STATE(3318), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -215308,7 +215375,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [201496] = 16, + [201574] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -215321,29 +215388,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(4264), 1, anon_sym_LT_LT, - STATE(2794), 1, + STATE(2798), 1, sym__direct_name, - STATE(4124), 1, - sym_resolution_indication, - STATE(4252), 1, + STATE(4060), 1, sym_name, - STATE(7802), 1, + STATE(4165), 1, + sym_resolution_indication, + STATE(8086), 1, sym__interface_type_indication, - STATE(3278), 2, + STATE(3320), 2, sym__identifier, sym__external_name, - STATE(7071), 2, + STATE(7411), 2, sym_unspecified_type_indication, sym_subtype_indication, ACTIONS(4268), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3203), 3, + STATE(3205), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3280), 3, + STATE(3318), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -215352,7 +215419,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [201556] = 16, + [201634] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -215365,29 +215432,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(4264), 1, anon_sym_LT_LT, - STATE(2794), 1, + STATE(2798), 1, sym__direct_name, - STATE(4124), 1, - sym_resolution_indication, - STATE(4252), 1, + STATE(4060), 1, sym_name, - STATE(7838), 1, + STATE(4165), 1, + sym_resolution_indication, + STATE(8143), 1, sym__interface_type_indication, - STATE(3278), 2, + STATE(3320), 2, sym__identifier, sym__external_name, - STATE(7071), 2, + STATE(7411), 2, sym_unspecified_type_indication, sym_subtype_indication, ACTIONS(4268), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3204), 3, + STATE(3206), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3280), 3, + STATE(3318), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -215396,7 +215463,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [201616] = 16, + [201694] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -215409,29 +215476,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(4264), 1, anon_sym_LT_LT, - STATE(2794), 1, + STATE(2798), 1, sym__direct_name, - STATE(4124), 1, - sym_resolution_indication, - STATE(4252), 1, + STATE(4060), 1, sym_name, - STATE(7839), 1, + STATE(4165), 1, + sym_resolution_indication, + STATE(8087), 1, sym__interface_type_indication, - STATE(3278), 2, + STATE(3320), 2, sym__identifier, sym__external_name, - STATE(7071), 2, + STATE(7411), 2, sym_unspecified_type_indication, sym_subtype_indication, ACTIONS(4268), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3205), 3, + STATE(3207), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3280), 3, + STATE(3318), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -215440,7 +215507,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [201676] = 16, + [201754] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -215453,29 +215520,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(4264), 1, anon_sym_LT_LT, - STATE(2794), 1, + STATE(2798), 1, sym__direct_name, - STATE(4124), 1, - sym_resolution_indication, - STATE(4252), 1, + STATE(4060), 1, sym_name, - STATE(7849), 1, + STATE(4165), 1, + sym_resolution_indication, + STATE(8119), 1, sym__interface_type_indication, - STATE(3278), 2, + STATE(3320), 2, sym__identifier, sym__external_name, - STATE(7071), 2, + STATE(7411), 2, sym_unspecified_type_indication, sym_subtype_indication, ACTIONS(4268), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3206), 3, + STATE(3208), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3280), 3, + STATE(3318), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -215484,7 +215551,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [201736] = 16, + [201814] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -215497,29 +215564,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(4264), 1, anon_sym_LT_LT, - STATE(2794), 1, + STATE(2798), 1, sym__direct_name, - STATE(4124), 1, - sym_resolution_indication, - STATE(4252), 1, + STATE(4060), 1, sym_name, - STATE(8057), 1, + STATE(4165), 1, + sym_resolution_indication, + STATE(8120), 1, sym__interface_type_indication, - STATE(3278), 2, + STATE(3320), 2, sym__identifier, sym__external_name, - STATE(7071), 2, + STATE(7411), 2, sym_unspecified_type_indication, sym_subtype_indication, ACTIONS(4268), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3207), 3, + STATE(3209), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3280), 3, + STATE(3318), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -215528,7 +215595,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [201796] = 16, + [201874] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -215541,29 +215608,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(4264), 1, anon_sym_LT_LT, - STATE(2794), 1, + STATE(2798), 1, sym__direct_name, - STATE(4124), 1, - sym_resolution_indication, - STATE(4252), 1, + STATE(4060), 1, sym_name, - STATE(8059), 1, + STATE(4165), 1, + sym_resolution_indication, + STATE(8124), 1, sym__interface_type_indication, - STATE(3278), 2, + STATE(3320), 2, sym__identifier, sym__external_name, - STATE(7071), 2, + STATE(7411), 2, sym_unspecified_type_indication, sym_subtype_indication, ACTIONS(4268), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3208), 3, + STATE(3210), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3280), 3, + STATE(3318), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -215572,7 +215639,50 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [201856] = 16, + [201934] = 15, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(4282), 1, + sym_ELSE, + ACTIONS(4284), 1, + sym_ELSIF, + ACTIONS(4286), 1, + sym_END, + ACTIONS(4288), 1, + sym_IF, + ACTIONS(4290), 1, + sym_directive_error, + ACTIONS(4292), 1, + sym_directive_protect, + ACTIONS(4294), 1, + sym_directive_warning, + STATE(6000), 1, + sym__identifier, + STATE(7653), 1, + sym__directive, + STATE(3211), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(4280), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + STATE(7652), 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, + [201992] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -215585,29 +215695,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(4264), 1, anon_sym_LT_LT, - STATE(2794), 1, + STATE(2798), 1, sym__direct_name, - STATE(4124), 1, - sym_resolution_indication, - STATE(4252), 1, + STATE(4060), 1, sym_name, - STATE(8061), 1, + STATE(4165), 1, + sym_resolution_indication, + STATE(8164), 1, sym__interface_type_indication, - STATE(3278), 2, + STATE(3320), 2, sym__identifier, sym__external_name, - STATE(7071), 2, + STATE(7411), 2, sym_unspecified_type_indication, sym_subtype_indication, ACTIONS(4268), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3209), 3, + STATE(3212), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3280), 3, + STATE(3318), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -215616,7 +215726,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [201916] = 16, + [202052] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -215629,29 +215739,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(4264), 1, anon_sym_LT_LT, - STATE(2794), 1, + STATE(2798), 1, sym__direct_name, - STATE(4124), 1, - sym_resolution_indication, - STATE(4252), 1, + STATE(4060), 1, sym_name, - STATE(8100), 1, + STATE(4165), 1, + sym_resolution_indication, + STATE(8165), 1, sym__interface_type_indication, - STATE(3278), 2, + STATE(3320), 2, sym__identifier, sym__external_name, - STATE(7071), 2, + STATE(7411), 2, sym_unspecified_type_indication, sym_subtype_indication, ACTIONS(4268), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3210), 3, + STATE(3213), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3280), 3, + STATE(3318), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -215660,7 +215770,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [201976] = 16, + [202112] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -215673,29 +215783,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(4264), 1, anon_sym_LT_LT, - STATE(2794), 1, + STATE(2798), 1, sym__direct_name, - STATE(4124), 1, - sym_resolution_indication, - STATE(4252), 1, + STATE(4060), 1, sym_name, - STATE(8102), 1, + STATE(4165), 1, + sym_resolution_indication, + STATE(8167), 1, sym__interface_type_indication, - STATE(3278), 2, + STATE(3320), 2, sym__identifier, sym__external_name, - STATE(7071), 2, + STATE(7411), 2, sym_unspecified_type_indication, sym_subtype_indication, ACTIONS(4268), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3211), 3, + STATE(3214), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3280), 3, + STATE(3318), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -215704,7 +215814,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [202036] = 16, + [202172] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -215717,29 +215827,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(4264), 1, anon_sym_LT_LT, - STATE(2794), 1, + STATE(2798), 1, sym__direct_name, - STATE(4124), 1, - sym_resolution_indication, - STATE(4252), 1, + STATE(4060), 1, sym_name, - STATE(8103), 1, + STATE(4165), 1, + sym_resolution_indication, + STATE(7414), 1, sym__interface_type_indication, - STATE(3278), 2, + STATE(3320), 2, sym__identifier, sym__external_name, - STATE(7071), 2, + STATE(7411), 2, sym_unspecified_type_indication, sym_subtype_indication, ACTIONS(4268), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3212), 3, + STATE(3215), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3280), 3, + STATE(3318), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -215748,40 +215858,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [202096] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(3213), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(3280), 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, - [202134] = 16, + [202232] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -215794,29 +215871,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(4264), 1, anon_sym_LT_LT, - STATE(2794), 1, + STATE(2798), 1, sym__direct_name, - STATE(4124), 1, - sym_resolution_indication, - STATE(4252), 1, + STATE(4060), 1, sym_name, - STATE(8159), 1, + STATE(4165), 1, + sym_resolution_indication, + STATE(7413), 1, sym__interface_type_indication, - STATE(3278), 2, + STATE(3320), 2, sym__identifier, sym__external_name, - STATE(7071), 2, + STATE(7411), 2, sym_unspecified_type_indication, sym_subtype_indication, ACTIONS(4268), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3214), 3, + STATE(3216), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3280), 3, + STATE(3318), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -215825,7 +215902,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [202194] = 16, + [202292] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -215838,29 +215915,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(4264), 1, anon_sym_LT_LT, - STATE(2794), 1, + STATE(2798), 1, sym__direct_name, - STATE(4124), 1, - sym_resolution_indication, - STATE(4252), 1, + STATE(4060), 1, sym_name, - STATE(8160), 1, + STATE(4165), 1, + sym_resolution_indication, + STATE(8202), 1, sym__interface_type_indication, - STATE(3278), 2, + STATE(3320), 2, sym__identifier, sym__external_name, - STATE(7071), 2, + STATE(7411), 2, sym_unspecified_type_indication, sym_subtype_indication, ACTIONS(4268), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3215), 3, + STATE(3217), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3280), 3, + STATE(3318), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -215869,7 +215946,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [202254] = 16, + [202352] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -215882,29 +215959,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(4264), 1, anon_sym_LT_LT, - STATE(2794), 1, + STATE(2798), 1, sym__direct_name, - STATE(4124), 1, - sym_resolution_indication, - STATE(4252), 1, + STATE(4060), 1, sym_name, - STATE(8170), 1, + STATE(4165), 1, + sym_resolution_indication, + STATE(8205), 1, sym__interface_type_indication, - STATE(3278), 2, + STATE(3320), 2, sym__identifier, sym__external_name, - STATE(7071), 2, + STATE(7411), 2, sym_unspecified_type_indication, sym_subtype_indication, ACTIONS(4268), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3216), 3, + STATE(3218), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3280), 3, + STATE(3318), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -215913,40 +215990,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [202314] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(3217), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(3284), 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, - [202352] = 16, + [202412] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -215959,29 +216003,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(4264), 1, anon_sym_LT_LT, - STATE(2794), 1, + STATE(2798), 1, sym__direct_name, - STATE(4124), 1, - sym_resolution_indication, - STATE(4252), 1, + STATE(4060), 1, sym_name, - STATE(8233), 1, + STATE(4165), 1, + sym_resolution_indication, + STATE(8207), 1, sym__interface_type_indication, - STATE(3278), 2, + STATE(3320), 2, sym__identifier, sym__external_name, - STATE(7071), 2, + STATE(7411), 2, sym_unspecified_type_indication, sym_subtype_indication, ACTIONS(4268), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3218), 3, + STATE(3219), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3280), 3, + STATE(3318), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -215990,7 +216034,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [202412] = 16, + [202472] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -216003,29 +216047,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(4264), 1, anon_sym_LT_LT, - STATE(2794), 1, + STATE(2798), 1, sym__direct_name, - STATE(4124), 1, - sym_resolution_indication, - STATE(4252), 1, + STATE(4060), 1, sym_name, - STATE(8237), 1, + STATE(4165), 1, + sym_resolution_indication, + STATE(8235), 1, sym__interface_type_indication, - STATE(3278), 2, + STATE(3320), 2, sym__identifier, sym__external_name, - STATE(7071), 2, + STATE(7411), 2, sym_unspecified_type_indication, sym_subtype_indication, ACTIONS(4268), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3219), 3, + STATE(3220), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3280), 3, + STATE(3318), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -216034,7 +216078,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [202472] = 16, + [202532] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -216047,29 +216091,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(4264), 1, anon_sym_LT_LT, - STATE(2794), 1, + STATE(2798), 1, sym__direct_name, - STATE(4124), 1, - sym_resolution_indication, - STATE(4252), 1, + STATE(4060), 1, sym_name, - STATE(8241), 1, + STATE(4165), 1, + sym_resolution_indication, + STATE(8236), 1, sym__interface_type_indication, - STATE(3278), 2, + STATE(3320), 2, sym__identifier, sym__external_name, - STATE(7071), 2, + STATE(7411), 2, sym_unspecified_type_indication, sym_subtype_indication, ACTIONS(4268), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3220), 3, + STATE(3221), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3280), 3, + STATE(3318), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -216078,7 +216122,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [202532] = 16, + [202592] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -216091,29 +216135,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(4264), 1, anon_sym_LT_LT, - STATE(2794), 1, + STATE(2798), 1, sym__direct_name, - STATE(4124), 1, - sym_resolution_indication, - STATE(4252), 1, + STATE(4060), 1, sym_name, - STATE(8304), 1, + STATE(4165), 1, + sym_resolution_indication, + STATE(8111), 1, sym__interface_type_indication, - STATE(3278), 2, + STATE(3320), 2, sym__identifier, sym__external_name, - STATE(7071), 2, + STATE(7411), 2, sym_unspecified_type_indication, sym_subtype_indication, ACTIONS(4268), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3221), 3, + STATE(3222), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3280), 3, + STATE(3318), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -216122,7 +216166,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [202592] = 16, + [202652] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -216135,29 +216179,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(4264), 1, anon_sym_LT_LT, - STATE(2794), 1, + STATE(2798), 1, sym__direct_name, - STATE(4124), 1, - sym_resolution_indication, - STATE(4252), 1, + STATE(4060), 1, sym_name, - STATE(8306), 1, + STATE(4165), 1, + sym_resolution_indication, + STATE(8263), 1, sym__interface_type_indication, - STATE(3278), 2, + STATE(3320), 2, sym__identifier, sym__external_name, - STATE(7071), 2, + STATE(7411), 2, sym_unspecified_type_indication, sym_subtype_indication, ACTIONS(4268), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3222), 3, + STATE(3223), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3280), 3, + STATE(3318), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -216166,7 +216210,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [202652] = 16, + [202712] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -216179,29 +216223,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(4264), 1, anon_sym_LT_LT, - STATE(2794), 1, + STATE(2798), 1, sym__direct_name, - STATE(4124), 1, - sym_resolution_indication, - STATE(4252), 1, + STATE(4060), 1, sym_name, - STATE(8307), 1, + STATE(4165), 1, + sym_resolution_indication, + STATE(8265), 1, sym__interface_type_indication, - STATE(3278), 2, + STATE(3320), 2, sym__identifier, sym__external_name, - STATE(7071), 2, + STATE(7411), 2, sym_unspecified_type_indication, sym_subtype_indication, ACTIONS(4268), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3223), 3, + STATE(3224), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3280), 3, + STATE(3318), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -216210,40 +216254,51 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [202712] = 5, + [202772] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3224), 3, + ACTIONS(281), 1, + sym_TYPE, + ACTIONS(3822), 1, + anon_sym_LPAREN, + ACTIONS(4264), 1, + anon_sym_LT_LT, + STATE(2798), 1, + sym__direct_name, + STATE(4060), 1, + sym_name, + STATE(4165), 1, + sym_resolution_indication, + STATE(8266), 1, + sym__interface_type_indication, + STATE(3320), 2, + sym__identifier, + sym__external_name, + STATE(7411), 2, + sym_unspecified_type_indication, + sym_subtype_indication, + ACTIONS(4268), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, + STATE(3225), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3300), 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, - [202750] = 16, + STATE(3318), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(4266), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [202832] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -216256,29 +216311,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(4264), 1, anon_sym_LT_LT, - STATE(2794), 1, + STATE(2798), 1, sym__direct_name, - STATE(4124), 1, - sym_resolution_indication, - STATE(4252), 1, + STATE(4060), 1, sym_name, - STATE(8325), 1, + STATE(4165), 1, + sym_resolution_indication, + STATE(8298), 1, sym__interface_type_indication, - STATE(3278), 2, + STATE(3320), 2, sym__identifier, sym__external_name, - STATE(7071), 2, + STATE(7411), 2, sym_unspecified_type_indication, sym_subtype_indication, ACTIONS(4268), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3225), 3, + STATE(3226), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3280), 3, + STATE(3318), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -216287,7 +216342,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [202810] = 16, + [202892] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -216300,29 +216355,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(4264), 1, anon_sym_LT_LT, - STATE(2794), 1, + STATE(2798), 1, sym__direct_name, - STATE(4124), 1, - sym_resolution_indication, - STATE(4252), 1, + STATE(4060), 1, sym_name, - STATE(8326), 1, + STATE(4165), 1, + sym_resolution_indication, + STATE(8300), 1, sym__interface_type_indication, - STATE(3278), 2, + STATE(3320), 2, sym__identifier, sym__external_name, - STATE(7071), 2, + STATE(7411), 2, sym_unspecified_type_indication, sym_subtype_indication, ACTIONS(4268), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3226), 3, + STATE(3227), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3280), 3, + STATE(3318), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -216331,7 +216386,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [202870] = 16, + [202952] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -216344,29 +216399,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(4264), 1, anon_sym_LT_LT, - STATE(2794), 1, + STATE(2798), 1, sym__direct_name, - STATE(4124), 1, - sym_resolution_indication, - STATE(4252), 1, + STATE(4060), 1, sym_name, - STATE(8327), 1, + STATE(4165), 1, + sym_resolution_indication, + STATE(8337), 1, sym__interface_type_indication, - STATE(3278), 2, + STATE(3320), 2, sym__identifier, sym__external_name, - STATE(7071), 2, + STATE(7411), 2, sym_unspecified_type_indication, sym_subtype_indication, ACTIONS(4268), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3227), 3, + STATE(3228), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3280), 3, + STATE(3318), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -216375,7 +216430,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [202930] = 16, + [203012] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -216388,29 +216443,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(4264), 1, anon_sym_LT_LT, - STATE(2794), 1, + STATE(2798), 1, sym__direct_name, - STATE(4124), 1, - sym_resolution_indication, - STATE(4252), 1, + STATE(4060), 1, sym_name, - STATE(8344), 1, + STATE(4165), 1, + sym_resolution_indication, + STATE(8301), 1, sym__interface_type_indication, - STATE(3278), 2, + STATE(3320), 2, sym__identifier, sym__external_name, - STATE(7071), 2, + STATE(7411), 2, sym_unspecified_type_indication, sym_subtype_indication, ACTIONS(4268), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3228), 3, + STATE(3229), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3280), 3, + STATE(3318), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -216419,7 +216474,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [202990] = 16, + [203072] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -216432,62 +216487,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(4264), 1, anon_sym_LT_LT, - STATE(2794), 1, + STATE(2798), 1, sym__direct_name, - STATE(4124), 1, - sym_resolution_indication, - STATE(4252), 1, + STATE(4060), 1, sym_name, - STATE(8345), 1, - sym__interface_type_indication, - STATE(3278), 2, - sym__identifier, - sym__external_name, - STATE(7071), 2, - sym_unspecified_type_indication, - sym_subtype_indication, - ACTIONS(4268), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(3229), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(3280), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(4266), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [203050] = 16, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(281), 1, - sym_TYPE, - ACTIONS(3822), 1, - anon_sym_LPAREN, - ACTIONS(4264), 1, - anon_sym_LT_LT, - STATE(2794), 1, - sym__direct_name, - STATE(4124), 1, + STATE(4165), 1, sym_resolution_indication, - STATE(4252), 1, - sym_name, - STATE(8346), 1, + STATE(8338), 1, sym__interface_type_indication, - STATE(3278), 2, + STATE(3320), 2, sym__identifier, sym__external_name, - STATE(7071), 2, + STATE(7411), 2, sym_unspecified_type_indication, sym_subtype_indication, ACTIONS(4268), 3, @@ -216498,7 +216509,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3280), 3, + STATE(3318), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -216507,7 +216518,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [203110] = 16, + [203132] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -216520,18 +216531,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(4264), 1, anon_sym_LT_LT, - STATE(2794), 1, + STATE(2798), 1, sym__direct_name, - STATE(4124), 1, - sym_resolution_indication, - STATE(4252), 1, + STATE(4060), 1, sym_name, - STATE(6616), 1, + STATE(4165), 1, + sym_resolution_indication, + STATE(8340), 1, sym__interface_type_indication, - STATE(3278), 2, + STATE(3320), 2, sym__identifier, sym__external_name, - STATE(7071), 2, + STATE(7411), 2, sym_unspecified_type_indication, sym_subtype_indication, ACTIONS(4268), 3, @@ -216542,7 +216553,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3280), 3, + STATE(3318), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -216551,7 +216562,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [203170] = 16, + [203192] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -216564,18 +216575,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(4264), 1, anon_sym_LT_LT, - STATE(2794), 1, + STATE(2798), 1, sym__direct_name, - STATE(4124), 1, - sym_resolution_indication, - STATE(4252), 1, + STATE(4060), 1, sym_name, - STATE(6617), 1, + STATE(4165), 1, + sym_resolution_indication, + STATE(7410), 1, sym__interface_type_indication, - STATE(3278), 2, + STATE(3320), 2, sym__identifier, sym__external_name, - STATE(7071), 2, + STATE(7411), 2, sym_unspecified_type_indication, sym_subtype_indication, ACTIONS(4268), 3, @@ -216586,7 +216597,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3280), 3, + STATE(3318), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -216595,7 +216606,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [203230] = 16, + [203252] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -216608,18 +216619,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(4264), 1, anon_sym_LT_LT, - STATE(2794), 1, + STATE(2798), 1, sym__direct_name, - STATE(4124), 1, - sym_resolution_indication, - STATE(4252), 1, + STATE(4060), 1, sym_name, - STATE(6618), 1, + STATE(4165), 1, + sym_resolution_indication, + STATE(8332), 1, sym__interface_type_indication, - STATE(3278), 2, + STATE(3320), 2, sym__identifier, sym__external_name, - STATE(7071), 2, + STATE(7411), 2, sym_unspecified_type_indication, sym_subtype_indication, ACTIONS(4268), 3, @@ -216630,7 +216641,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3280), 3, + STATE(3318), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -216639,7 +216650,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [203290] = 16, + [203312] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -216652,18 +216663,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(4264), 1, anon_sym_LT_LT, - STATE(2794), 1, + STATE(2798), 1, sym__direct_name, - STATE(4124), 1, - sym_resolution_indication, - STATE(4252), 1, + STATE(4060), 1, sym_name, - STATE(6635), 1, + STATE(4165), 1, + sym_resolution_indication, + STATE(8333), 1, sym__interface_type_indication, - STATE(3278), 2, + STATE(3320), 2, sym__identifier, sym__external_name, - STATE(7071), 2, + STATE(7411), 2, sym_unspecified_type_indication, sym_subtype_indication, ACTIONS(4268), 3, @@ -216674,7 +216685,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3280), 3, + STATE(3318), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -216683,7 +216694,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [203350] = 16, + [203372] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -216696,18 +216707,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(4264), 1, anon_sym_LT_LT, - STATE(2794), 1, + STATE(2798), 1, sym__direct_name, - STATE(4124), 1, - sym_resolution_indication, - STATE(4252), 1, + STATE(4060), 1, sym_name, - STATE(6636), 1, + STATE(4165), 1, + sym_resolution_indication, + STATE(8334), 1, sym__interface_type_indication, - STATE(3278), 2, + STATE(3320), 2, sym__identifier, sym__external_name, - STATE(7071), 2, + STATE(7411), 2, sym_unspecified_type_indication, sym_subtype_indication, ACTIONS(4268), 3, @@ -216718,7 +216729,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3280), 3, + STATE(3318), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -216727,50 +216738,39 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [203410] = 16, + [203432] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(281), 1, - sym_TYPE, - ACTIONS(3822), 1, - anon_sym_LPAREN, - ACTIONS(4264), 1, - anon_sym_LT_LT, - STATE(2794), 1, - sym__direct_name, - STATE(4124), 1, - sym_resolution_indication, - STATE(4252), 1, - sym_name, - STATE(7070), 1, - sym__interface_type_indication, - STATE(3278), 2, - sym__identifier, - sym__external_name, - STATE(7071), 2, - sym_unspecified_type_indication, - sym_subtype_indication, - ACTIONS(4268), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, STATE(3236), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3280), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(4266), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, + ACTIONS(4226), 21, + sym_ALIAS, + sym_ATTRIBUTE, + sym_COMPONENT, + sym_CONSTANT, + sym_DISCONNECT, + sym_END, + sym_FILE, + sym_FUNCTION, + sym_GENERIC, + sym_GROUP, + sym_IMPURE, + sym_PACKAGE, + sym_PROCEDURE, + sym_PURE, + sym_SIGNAL, + sym_SHARED, + sym_SUBTYPE, + sym_TYPE, + sym_USE, + sym_VARIABLE, + sym_VIEW, [203470] = 5, ACTIONS(3), 1, sym__grave_accent, @@ -216782,7 +216782,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3280), 20, + ACTIONS(3464), 20, sym_ALIAS, sym_ATTRIBUTE, sym_BEGIN, @@ -216814,7 +216814,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3308), 20, + ACTIONS(3406), 20, sym_ALIAS, sym_ATTRIBUTE, sym_BEGIN, @@ -216846,7 +216846,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3312), 20, + ACTIONS(3404), 20, sym_ALIAS, sym_ATTRIBUTE, sym_BEGIN, @@ -216878,10 +216878,10 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3498), 20, + ACTIONS(3400), 20, sym_ALIAS, sym_ATTRIBUTE, - sym_COMPONENT, + sym_BEGIN, sym_CONSTANT, sym_DISCONNECT, sym_END, @@ -216910,7 +216910,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4296), 20, + ACTIONS(3410), 20, sym_ALIAS, sym_ATTRIBUTE, sym_BEGIN, @@ -216931,39 +216931,49 @@ static const uint16_t ts_small_parse_table[] = { sym_USE, sym_VARIABLE, sym_VIEW, - [203655] = 5, + [203655] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(4296), 1, + anon_sym_LT_LT, + STATE(3655), 1, + sym__direct_name, + STATE(4399), 1, + sym_component_specification, + STATE(4596), 1, + sym_name, + STATE(5992), 1, + sym__label, + STATE(6710), 1, + sym_instantiation_list, + ACTIONS(4300), 2, + sym_ALL, + sym_OTHERS, + STATE(4859), 2, + sym__identifier, + sym__external_name, + ACTIONS(4302), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, STATE(3242), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3288), 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, - [203692] = 5, + STATE(4847), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(4298), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [203712] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -216974,7 +216984,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3292), 20, + ACTIONS(3488), 20, sym_ALIAS, sym_ATTRIBUTE, sym_BEGIN, @@ -216995,39 +217005,50 @@ static const uint16_t ts_small_parse_table[] = { sym_USE, sym_VARIABLE, sym_VIEW, - [203729] = 5, + [203749] = 16, 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(4304), 1, + anon_sym_LPAREN, + STATE(3003), 1, + sym__identifier, + STATE(3015), 1, + sym__direct_name, + STATE(4386), 1, + sym__external_name, + STATE(5851), 1, + sym_record_element_resolution, + STATE(6267), 1, + sym_name, + STATE(7063), 1, + sym__element_resolution, + STATE(7235), 2, + sym_resolution_indication, + sym_record_resolution, + ACTIONS(71), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, STATE(3244), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4298), 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, - [203766] = 5, + STATE(4383), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(4306), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [203808] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -217038,7 +217059,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3356), 20, + ACTIONS(3324), 20, sym_ALIAS, sym_ATTRIBUTE, sym_COMPONENT, @@ -217059,7 +217080,7 @@ static const uint16_t ts_small_parse_table[] = { sym_USE, sym_VARIABLE, sym_VIEW, - [203803] = 5, + [203845] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -217070,28 +217091,28 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3358), 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, - [203840] = 5, + ACTIONS(2648), 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, + [203882] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -217102,28 +217123,28 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3362), 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, - [203877] = 5, + ACTIONS(2600), 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, + [203919] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -217134,10 +217155,10 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3370), 20, + ACTIONS(4308), 20, sym_ALIAS, sym_ATTRIBUTE, - sym_COMPONENT, + sym_BEGIN, sym_CONSTANT, sym_DISCONNECT, sym_END, @@ -217155,7 +217176,7 @@ static const uint16_t ts_small_parse_table[] = { sym_USE, sym_VARIABLE, sym_VIEW, - [203914] = 5, + [203956] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -217166,28 +217187,28 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3388), 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, - [203951] = 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, + [203993] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -217198,10 +217219,10 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3430), 20, + ACTIONS(4310), 20, sym_ALIAS, sym_ATTRIBUTE, - sym_COMPONENT, + sym_BEGIN, sym_CONSTANT, sym_DISCONNECT, sym_END, @@ -217219,7 +217240,7 @@ static const uint16_t ts_small_parse_table[] = { sym_USE, sym_VARIABLE, sym_VIEW, - [203988] = 5, + [204030] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -217230,10 +217251,10 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3434), 20, + ACTIONS(3392), 20, sym_ALIAS, sym_ATTRIBUTE, - sym_COMPONENT, + sym_BEGIN, sym_CONSTANT, sym_DISCONNECT, sym_END, @@ -217251,7 +217272,7 @@ static const uint16_t ts_small_parse_table[] = { sym_USE, sym_VARIABLE, sym_VIEW, - [204025] = 5, + [204067] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -217262,28 +217283,28 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3436), 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, - [204062] = 5, + ACTIONS(2558), 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, + [204104] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -217294,10 +217315,10 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3456), 20, + ACTIONS(3388), 20, sym_ALIAS, sym_ATTRIBUTE, - sym_COMPONENT, + sym_BEGIN, sym_CONSTANT, sym_DISCONNECT, sym_END, @@ -217315,7 +217336,7 @@ static const uint16_t ts_small_parse_table[] = { sym_USE, sym_VARIABLE, sym_VIEW, - [204099] = 5, + [204141] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -217326,10 +217347,10 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3460), 20, + ACTIONS(3386), 20, sym_ALIAS, sym_ATTRIBUTE, - sym_COMPONENT, + sym_BEGIN, sym_CONSTANT, sym_DISCONNECT, sym_END, @@ -217347,7 +217368,7 @@ static const uint16_t ts_small_parse_table[] = { sym_USE, sym_VARIABLE, sym_VIEW, - [204136] = 5, + [204178] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -217358,28 +217379,28 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3464), 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, - [204173] = 5, + ACTIONS(2554), 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, + [204215] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -217390,10 +217411,10 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3468), 20, + ACTIONS(3358), 20, sym_ALIAS, sym_ATTRIBUTE, - sym_COMPONENT, + sym_BEGIN, sym_CONSTANT, sym_DISCONNECT, sym_END, @@ -217411,7 +217432,7 @@ static const uint16_t ts_small_parse_table[] = { sym_USE, sym_VARIABLE, sym_VIEW, - [204210] = 5, + [204252] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -217422,7 +217443,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3480), 20, + ACTIONS(3356), 20, sym_ALIAS, sym_ATTRIBUTE, sym_COMPONENT, @@ -217443,7 +217464,7 @@ static const uint16_t ts_small_parse_table[] = { sym_USE, sym_VARIABLE, sym_VIEW, - [204247] = 5, + [204289] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -217454,28 +217475,28 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3496), 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, - [204284] = 5, + ACTIONS(2550), 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, + [204326] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -217486,28 +217507,28 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3246), 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, - [204321] = 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, + [204363] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -217518,28 +217539,28 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3248), 20, - sym_ALIAS, - sym_ATTRIBUTE, + ACTIONS(3748), 20, + sym_identifier, + sym_ASSERT, + sym_BLOCK, + sym_CASE, 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, - [204358] = 5, + 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, + [204400] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -217550,7 +217571,71 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3252), 20, + ACTIONS(2546), 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, + [204437] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(3262), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2524), 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, + [204474] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(3263), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3328), 20, sym_ALIAS, sym_ATTRIBUTE, sym_COMPONENT, @@ -217571,18 +217656,18 @@ static const uint16_t ts_small_parse_table[] = { sym_USE, sym_VARIABLE, sym_VIEW, - [204395] = 5, + [204511] = 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(2678), 20, + ACTIONS(2572), 20, sym_identifier, sym_GENERIC, sym_PARAMETER, @@ -217603,18 +217688,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_SQUOTE, anon_sym_LBRACK, - [204432] = 5, + [204548] = 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(3254), 20, + ACTIONS(3330), 20, sym_ALIAS, sym_ATTRIBUTE, sym_COMPONENT, @@ -217635,18 +217720,18 @@ static const uint16_t ts_small_parse_table[] = { sym_USE, sym_VARIABLE, sym_VIEW, - [204469] = 5, + [204585] = 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(3256), 20, + ACTIONS(3338), 20, sym_ALIAS, sym_ATTRIBUTE, sym_COMPONENT, @@ -217667,18 +217752,18 @@ static const uint16_t ts_small_parse_table[] = { sym_USE, sym_VARIABLE, sym_VIEW, - [204506] = 5, + [204622] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3265), 3, + STATE(3267), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3266), 20, + ACTIONS(3342), 20, sym_ALIAS, sym_ATTRIBUTE, sym_COMPONENT, @@ -217699,21 +217784,21 @@ static const uint16_t ts_small_parse_table[] = { sym_USE, sym_VARIABLE, sym_VIEW, - [204543] = 5, + [204659] = 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(3282), 20, + ACTIONS(3424), 20, sym_ALIAS, sym_ATTRIBUTE, - sym_COMPONENT, + sym_BEGIN, sym_CONSTANT, sym_DISCONNECT, sym_END, @@ -217731,18 +217816,18 @@ static const uint16_t ts_small_parse_table[] = { sym_USE, sym_VARIABLE, sym_VIEW, - [204580] = 5, + [204696] = 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(3302), 20, + ACTIONS(3358), 20, sym_ALIAS, sym_ATTRIBUTE, sym_COMPONENT, @@ -217763,21 +217848,21 @@ static const uint16_t ts_small_parse_table[] = { sym_USE, sym_VARIABLE, sym_VIEW, - [204617] = 5, + [204733] = 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(3304), 20, + ACTIONS(3342), 20, sym_ALIAS, sym_ATTRIBUTE, - sym_COMPONENT, + sym_BEGIN, sym_CONSTANT, sym_DISCONNECT, sym_END, @@ -217795,21 +217880,21 @@ static const uint16_t ts_small_parse_table[] = { sym_USE, sym_VARIABLE, sym_VIEW, - [204654] = 5, + [204770] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3269), 3, + STATE(3271), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3308), 20, + ACTIONS(3338), 20, sym_ALIAS, sym_ATTRIBUTE, - sym_COMPONENT, + sym_BEGIN, sym_CONSTANT, sym_DISCONNECT, sym_END, @@ -217827,53 +217912,18 @@ static const uint16_t ts_small_parse_table[] = { sym_USE, sym_VARIABLE, sym_VIEW, - [204691] = 8, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(3930), 1, - anon_sym_LPAREN, - ACTIONS(4300), 1, - sym_PARAMETER, - STATE(3414), 1, - sym_parenthesis_group, - STATE(3270), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2191), 17, - sym_identifier, - sym_BUS, - sym_GENERIC, - 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, - sym_variable_assignment, - anon_sym_LT_LT, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [204734] = 5, + [204807] = 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(3312), 20, + ACTIONS(3334), 20, sym_ALIAS, sym_ATTRIBUTE, sym_COMPONENT, @@ -217894,21 +217944,21 @@ static const uint16_t ts_small_parse_table[] = { sym_USE, sym_VARIABLE, sym_VIEW, - [204771] = 5, + [204844] = 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(3292), 20, + ACTIONS(3330), 20, sym_ALIAS, sym_ATTRIBUTE, - sym_COMPONENT, + sym_BEGIN, sym_CONSTANT, sym_DISCONNECT, sym_END, @@ -217926,21 +217976,21 @@ static const uint16_t ts_small_parse_table[] = { sym_USE, sym_VARIABLE, sym_VIEW, - [204808] = 5, + [204881] = 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(4302), 20, + ACTIONS(3328), 20, sym_ALIAS, sym_ATTRIBUTE, - sym_COMPONENT, + sym_BEGIN, sym_CONSTANT, sym_DISCONNECT, sym_END, @@ -217958,18 +218008,18 @@ static const uint16_t ts_small_parse_table[] = { sym_USE, sym_VARIABLE, sym_VIEW, - [204845] = 5, + [204918] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3274), 3, + STATE(3275), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4304), 20, + ACTIONS(3428), 20, sym_ALIAS, sym_ATTRIBUTE, sym_COMPONENT, @@ -217990,50 +218040,7 @@ static const uint16_t ts_small_parse_table[] = { sym_USE, sym_VARIABLE, sym_VIEW, - [204882] = 16, - 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(4306), 1, - anon_sym_LPAREN, - STATE(3013), 1, - sym__identifier, - STATE(3023), 1, - sym__direct_name, - STATE(4362), 1, - sym__external_name, - STATE(5815), 1, - sym_record_element_resolution, - STATE(6060), 1, - sym_name, - STATE(7607), 1, - sym__element_resolution, - STATE(7090), 2, - sym_resolution_indication, - sym_record_resolution, - ACTIONS(71), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(3275), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(4351), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(4308), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [204941] = 5, + [204955] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -218044,10 +218051,10 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3442), 20, + ACTIONS(3430), 20, sym_ALIAS, sym_ATTRIBUTE, - sym_COMPONENT, + sym_BEGIN, sym_CONSTANT, sym_DISCONNECT, sym_END, @@ -218065,7 +218072,7 @@ static const uint16_t ts_small_parse_table[] = { sym_USE, sym_VARIABLE, sym_VIEW, - [204978] = 5, + [204992] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -218076,7 +218083,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3494), 20, + ACTIONS(3324), 20, sym_ALIAS, sym_ATTRIBUTE, sym_BEGIN, @@ -218097,7 +218104,7 @@ static const uint16_t ts_small_parse_table[] = { sym_USE, sym_VARIABLE, sym_VIEW, - [205015] = 5, + [205029] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -218108,74 +218115,39 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2386), 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, - [205052] = 8, + ACTIONS(3386), 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, + [205066] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3948), 1, - anon_sym_LPAREN, - ACTIONS(4310), 1, - sym_PARAMETER, - STATE(3378), 1, - sym_parenthesis_group, STATE(3279), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2191), 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, - [205095] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(3280), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2394), 20, + ACTIONS(2386), 20, sym_identifier, sym_GENERIC, sym_PARAMETER, @@ -218196,60 +218168,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_SQUOTE, anon_sym_LBRACK, - [205132] = 15, + [205103] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4312), 1, - anon_sym_DOT, - ACTIONS(4314), 1, - anon_sym_LPAREN, - ACTIONS(4316), 1, - anon_sym_SQUOTE, - ACTIONS(4318), 1, - anon_sym_LBRACK, - ACTIONS(4320), 1, - sym_GENERIC, - ACTIONS(4322), 1, - sym_PARAMETER, - STATE(3287), 1, - aux_sym_name_repeat1, - STATE(4399), 1, - sym_generic_map_aspect, - STATE(4412), 1, - sym__name_selector, - STATE(3281), 3, + STATE(3280), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4425), 5, - sym_function_call, - sym_parenthesis_group, - sym_attribute, - sym_signature, - sym_selection, - ACTIONS(1471), 6, - sym_RANGE, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_RPAREN, - sym_variable_assignment, - anon_sym_GT_GT, - [205189] = 5, + ACTIONS(3468), 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, + [205140] = 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(3281), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4230), 20, + ACTIONS(3288), 20, sym_ALIAS, sym_ATTRIBUTE, sym_BEGIN, @@ -218270,18 +218232,18 @@ static const uint16_t ts_small_parse_table[] = { sym_USE, sym_VARIABLE, sym_VIEW, - [205226] = 5, + [205177] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3283), 3, + STATE(3282), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2390), 20, + ACTIONS(2504), 20, sym_identifier, sym_GENERIC, sym_PARAMETER, @@ -218302,18 +218264,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_SQUOTE, anon_sym_LBRACK, - [205263] = 5, + [205214] = 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(3283), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3360), 20, + ACTIONS(3286), 20, sym_ALIAS, sym_ATTRIBUTE, sym_COMPONENT, @@ -218334,124 +218296,18 @@ static const uint16_t ts_small_parse_table[] = { sym_USE, sym_VARIABLE, sym_VIEW, - [205300] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(3285), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2452), 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, - [205337] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(3286), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2456), 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, - [205374] = 15, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(4312), 1, - anon_sym_DOT, - ACTIONS(4314), 1, - anon_sym_LPAREN, - ACTIONS(4316), 1, - anon_sym_SQUOTE, - ACTIONS(4318), 1, - anon_sym_LBRACK, - ACTIONS(4320), 1, - sym_GENERIC, - ACTIONS(4322), 1, - sym_PARAMETER, - STATE(3306), 1, - aux_sym_name_repeat1, - STATE(4399), 1, - sym_generic_map_aspect, - STATE(4412), 1, - sym__name_selector, - STATE(3287), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(4425), 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, - [205431] = 5, + [205251] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3288), 3, + STATE(3284), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3366), 20, + ACTIONS(3436), 20, sym_ALIAS, sym_ATTRIBUTE, sym_BEGIN, @@ -218472,46 +218328,14 @@ static const uint16_t ts_small_parse_table[] = { sym_USE, sym_VARIABLE, sym_VIEW, - [205468] = 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(2492), 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, - [205505] = 5, + [205288] = 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(3285), 3, sym__tool_directive, sym_line_comment, sym_block_comment, @@ -218536,50 +218360,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_SQUOTE, anon_sym_LBRACK, - [205542] = 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(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, - anon_sym_LPAREN, - anon_sym_RPAREN, - sym_variable_assignment, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [205579] = 5, + [205325] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3292), 3, + STATE(3286), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2610), 20, + ACTIONS(2402), 20, sym_identifier, sym_GENERIC, sym_PARAMETER, @@ -218600,14 +218392,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_SQUOTE, anon_sym_LBRACK, - [205616] = 5, + [205362] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3293), 3, + STATE(3287), 3, sym__tool_directive, sym_line_comment, sym_block_comment, @@ -218632,14 +218424,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_SQUOTE, anon_sym_LBRACK, - [205653] = 5, + [205399] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3294), 3, + STATE(3288), 3, sym__tool_directive, sym_line_comment, sym_block_comment, @@ -218664,18 +218456,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_SQUOTE, anon_sym_LBRACK, - [205690] = 5, + [205436] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3295), 3, + STATE(3289), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2524), 20, + ACTIONS(2374), 20, sym_identifier, sym_GENERIC, sym_PARAMETER, @@ -218696,21 +218488,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_SQUOTE, anon_sym_LBRACK, - [205727] = 5, + [205473] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3296), 3, + STATE(3290), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3302), 20, + ACTIONS(3388), 20, sym_ALIAS, sym_ATTRIBUTE, - sym_BEGIN, + sym_COMPONENT, sym_CONSTANT, sym_DISCONNECT, sym_END, @@ -218728,21 +218520,21 @@ static const uint16_t ts_small_parse_table[] = { sym_USE, sym_VARIABLE, sym_VIEW, - [205764] = 5, + [205510] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3297), 3, + STATE(3291), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3304), 20, + ACTIONS(3400), 20, sym_ALIAS, sym_ATTRIBUTE, - sym_BEGIN, + sym_COMPONENT, sym_CONSTANT, sym_DISCONNECT, sym_END, @@ -218760,21 +218552,21 @@ static const uint16_t ts_small_parse_table[] = { sym_USE, sym_VARIABLE, sym_VIEW, - [205801] = 5, + [205547] = 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(3292), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3284), 20, + ACTIONS(3404), 20, sym_ALIAS, sym_ATTRIBUTE, - sym_BEGIN, + sym_COMPONENT, sym_CONSTANT, sym_DISCONNECT, sym_END, @@ -218792,21 +218584,21 @@ static const uint16_t ts_small_parse_table[] = { sym_USE, sym_VARIABLE, sym_VIEW, - [205838] = 5, + [205584] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3299), 3, + STATE(3293), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3428), 20, + ACTIONS(3272), 20, sym_ALIAS, sym_ATTRIBUTE, - sym_BEGIN, + sym_COMPONENT, sym_CONSTANT, sym_DISCONNECT, sym_END, @@ -218824,361 +218616,61 @@ static const uint16_t ts_small_parse_table[] = { sym_USE, sym_VARIABLE, sym_VIEW, - [205875] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(3300), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2528), 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, - [205912] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(3301), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2552), 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, - [205949] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(3302), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2556), 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, - [205986] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(3303), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2560), 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, - [206023] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(3304), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2564), 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, - [206060] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(3305), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2568), 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, - [206097] = 14, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(4324), 1, - anon_sym_DOT, - ACTIONS(4327), 1, - anon_sym_LPAREN, - ACTIONS(4330), 1, - anon_sym_SQUOTE, - ACTIONS(4333), 1, - anon_sym_LBRACK, - ACTIONS(4336), 1, - sym_GENERIC, - ACTIONS(4339), 1, - sym_PARAMETER, - STATE(4399), 1, - sym_generic_map_aspect, - STATE(4412), 1, - sym__name_selector, - STATE(3306), 4, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - aux_sym_name_repeat1, - STATE(4425), 5, - sym_function_call, - sym_parenthesis_group, - sym_attribute, - sym_signature, - sym_selection, - ACTIONS(1491), 6, - sym_RANGE, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_RPAREN, - sym_variable_assignment, - anon_sym_GT_GT, - [206152] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(3307), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2584), 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, - [206189] = 5, + [205621] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3308), 3, + STATE(3294), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3750), 20, - sym_identifier, - sym_ASSERT, - sym_BLOCK, - sym_CASE, + ACTIONS(3406), 20, + sym_ALIAS, + sym_ATTRIBUTE, 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, - [206226] = 15, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(4342), 1, - anon_sym_LT_LT, - STATE(3641), 1, - sym__direct_name, - STATE(4388), 1, - sym_component_specification, - STATE(4642), 1, - sym_name, - STATE(5910), 1, - sym__label, - STATE(6709), 1, - sym_instantiation_list, - ACTIONS(4346), 2, - sym_ALL, - sym_OTHERS, - STATE(4861), 2, - sym__identifier, - sym__external_name, - ACTIONS(4348), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(3309), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(4866), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(4344), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [206283] = 5, + 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, + [205658] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3310), 3, + ACTIONS(3966), 1, + anon_sym_LPAREN, + ACTIONS(4312), 1, + sym_PARAMETER, + STATE(3398), 1, + sym_parenthesis_group, + STATE(3295), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2614), 20, + ACTIONS(2324), 17, sym_identifier, + sym_BUS, sym_GENERIC, - sym_PARAMETER, sym_RANGE, + sym_REGISTER, sym_character_literal, sym_operator_symbol, sym_library_constant, @@ -219186,91 +218678,129 @@ 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, - [206320] = 5, + [205701] = 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(3296), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2636), 20, - sym_identifier, + ACTIONS(3410), 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, + [205738] = 15, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(4314), 1, + anon_sym_DOT, + ACTIONS(4316), 1, + anon_sym_LPAREN, + ACTIONS(4318), 1, + anon_sym_SQUOTE, + ACTIONS(4320), 1, + anon_sym_LBRACK, + ACTIONS(4322), 1, sym_GENERIC, + ACTIONS(4324), 1, sym_PARAMETER, + STATE(3307), 1, + aux_sym_name_repeat1, + STATE(4389), 1, + sym_generic_map_aspect, + STATE(4412), 1, + sym__name_selector, + STATE(3297), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(4436), 5, + sym_function_call, + sym_parenthesis_group, + sym_attribute, + sym_signature, + sym_selection, + ACTIONS(1493), 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, - [206357] = 5, + [205795] = 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(3298), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2640), 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, - [206394] = 5, + ACTIONS(3298), 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, + [205832] = 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(3299), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2644), 20, + ACTIONS(2626), 20, sym_identifier, sym_GENERIC, sym_PARAMETER, @@ -219291,18 +218821,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_SQUOTE, anon_sym_LBRACK, - [206431] = 5, + [205869] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3314), 3, + STATE(3300), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2648), 20, + ACTIONS(3440), 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, + [205906] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(3301), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2512), 20, sym_identifier, sym_GENERIC, sym_PARAMETER, @@ -219323,18 +218885,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_SQUOTE, anon_sym_LBRACK, - [206468] = 5, + [205943] = 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(3302), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2652), 20, + ACTIONS(2562), 20, sym_identifier, sym_GENERIC, sym_PARAMETER, @@ -219355,21 +218917,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_SQUOTE, anon_sym_LBRACK, - [206505] = 5, + [205980] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3316), 3, + STATE(3303), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3498), 20, + ACTIONS(3424), 20, sym_ALIAS, sym_ATTRIBUTE, - sym_BEGIN, + sym_COMPONENT, sym_CONSTANT, sym_DISCONNECT, sym_END, @@ -219387,64 +218949,53 @@ static const uint16_t ts_small_parse_table[] = { sym_USE, sym_VARIABLE, sym_VIEW, - [206542] = 16, + [206017] = 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(4306), 1, - anon_sym_LPAREN, - STATE(3013), 1, - sym__identifier, - STATE(3023), 1, - sym__direct_name, - STATE(4362), 1, - sym__external_name, - STATE(5815), 1, - sym_record_element_resolution, - STATE(6060), 1, - sym_name, - STATE(7092), 1, - sym__element_resolution, - STATE(7090), 2, - sym_resolution_indication, - sym_record_resolution, - ACTIONS(71), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(3317), 3, + STATE(3304), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(4308), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [206601] = 5, + ACTIONS(3446), 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, + [206054] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3318), 3, + STATE(3305), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3288), 20, + ACTIONS(3430), 20, sym_ALIAS, sym_ATTRIBUTE, - sym_BEGIN, + sym_COMPONENT, sym_CONSTANT, sym_DISCONNECT, sym_END, @@ -219462,50 +219013,92 @@ static const uint16_t ts_small_parse_table[] = { sym_USE, sym_VARIABLE, sym_VIEW, - [206638] = 5, + [206091] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3319), 3, + STATE(3306), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2588), 20, - sym_identifier, + ACTIONS(3286), 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, + [206128] = 15, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(4314), 1, + anon_sym_DOT, + ACTIONS(4316), 1, + anon_sym_LPAREN, + ACTIONS(4318), 1, + anon_sym_SQUOTE, + ACTIONS(4320), 1, + anon_sym_LBRACK, + ACTIONS(4322), 1, sym_GENERIC, + ACTIONS(4324), 1, sym_PARAMETER, + STATE(3343), 1, + aux_sym_name_repeat1, + STATE(4389), 1, + sym_generic_map_aspect, + STATE(4412), 1, + sym__name_selector, + STATE(3307), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(4436), 5, + sym_function_call, + sym_parenthesis_group, + sym_attribute, + sym_signature, + sym_selection, + ACTIONS(1509), 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, - [206675] = 5, + [206185] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3320), 3, + STATE(3308), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2674), 20, + ACTIONS(2440), 20, sym_identifier, sym_GENERIC, sym_PARAMETER, @@ -219526,18 +219119,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_SQUOTE, anon_sym_LBRACK, - [206712] = 5, + [206222] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3321), 3, + STATE(3309), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4350), 20, + ACTIONS(3354), 20, sym_ALIAS, sym_ATTRIBUTE, sym_COMPONENT, @@ -219558,50 +219151,18 @@ static const uint16_t ts_small_parse_table[] = { sym_USE, sym_VARIABLE, sym_VIEW, - [206749] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(3322), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2440), 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, - [206786] = 5, + [206259] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3323), 3, + STATE(3310), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3356), 20, + ACTIONS(3272), 20, sym_ALIAS, sym_ATTRIBUTE, sym_BEGIN, @@ -219622,18 +219183,18 @@ static const uint16_t ts_small_parse_table[] = { sym_USE, sym_VARIABLE, sym_VIEW, - [206823] = 5, + [206296] = 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(3311), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3358), 20, + ACTIONS(3448), 20, sym_ALIAS, sym_ATTRIBUTE, sym_BEGIN, @@ -219654,18 +219215,18 @@ static const uint16_t ts_small_parse_table[] = { sym_USE, sym_VARIABLE, sym_VIEW, - [206860] = 5, + [206333] = 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(3312), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3362), 20, + ACTIONS(3334), 20, sym_ALIAS, sym_ATTRIBUTE, sym_BEGIN, @@ -219686,18 +219247,18 @@ static const uint16_t ts_small_parse_table[] = { sym_USE, sym_VARIABLE, sym_VIEW, - [206897] = 5, + [206370] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3326), 3, + STATE(3313), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3366), 20, + ACTIONS(3468), 20, sym_ALIAS, sym_ATTRIBUTE, sym_COMPONENT, @@ -219718,21 +219279,21 @@ static const uint16_t ts_small_parse_table[] = { sym_USE, sym_VARIABLE, sym_VIEW, - [206934] = 5, + [206407] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3327), 3, + STATE(3314), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3370), 20, + ACTIONS(3436), 20, sym_ALIAS, sym_ATTRIBUTE, - sym_BEGIN, + sym_COMPONENT, sym_CONSTANT, sym_DISCONNECT, sym_END, @@ -219750,21 +219311,21 @@ static const uint16_t ts_small_parse_table[] = { sym_USE, sym_VARIABLE, sym_VIEW, - [206971] = 5, + [206444] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3328), 3, + STATE(3315), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3388), 20, + ACTIONS(3440), 20, sym_ALIAS, sym_ATTRIBUTE, - sym_BEGIN, + sym_COMPONENT, sym_CONSTANT, sym_DISCONNECT, sym_END, @@ -219782,18 +219343,18 @@ static const uint16_t ts_small_parse_table[] = { sym_USE, sym_VARIABLE, sym_VIEW, - [207008] = 5, + [206481] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3329), 3, + STATE(3316), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3428), 20, + ACTIONS(3446), 20, sym_ALIAS, sym_ATTRIBUTE, sym_COMPONENT, @@ -219814,21 +219375,21 @@ static const uint16_t ts_small_parse_table[] = { sym_USE, sym_VARIABLE, sym_VIEW, - [207045] = 5, + [206518] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3330), 3, + STATE(3317), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3430), 20, + ACTIONS(4326), 20, sym_ALIAS, sym_ATTRIBUTE, - sym_BEGIN, + sym_COMPONENT, sym_CONSTANT, sym_DISCONNECT, sym_END, @@ -219846,21 +219407,53 @@ static const uint16_t ts_small_parse_table[] = { sym_USE, sym_VARIABLE, sym_VIEW, - [207082] = 5, + [206555] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3331), 3, + STATE(3318), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3434), 20, + ACTIONS(2666), 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, + [206592] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(3319), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3448), 20, sym_ALIAS, sym_ATTRIBUTE, - sym_BEGIN, + sym_COMPONENT, sym_CONSTANT, sym_DISCONNECT, sym_END, @@ -219878,18 +219471,50 @@ static const uint16_t ts_small_parse_table[] = { sym_USE, sym_VARIABLE, sym_VIEW, - [207119] = 5, + [206629] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3332), 3, + STATE(3320), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3436), 20, + ACTIONS(2660), 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, + [206666] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(3321), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3356), 20, sym_ALIAS, sym_ATTRIBUTE, sym_BEGIN, @@ -219910,21 +219535,21 @@ static const uint16_t ts_small_parse_table[] = { sym_USE, sym_VARIABLE, sym_VIEW, - [207156] = 5, + [206703] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3333), 3, + STATE(3322), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3440), 20, + ACTIONS(3458), 20, sym_ALIAS, sym_ATTRIBUTE, - sym_BEGIN, + sym_COMPONENT, sym_CONSTANT, sym_DISCONNECT, sym_END, @@ -219942,21 +219567,21 @@ static const uint16_t ts_small_parse_table[] = { sym_USE, sym_VARIABLE, sym_VIEW, - [207193] = 5, + [206740] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3334), 3, + STATE(3323), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3456), 20, + ACTIONS(3466), 20, sym_ALIAS, sym_ATTRIBUTE, - sym_BEGIN, + sym_COMPONENT, sym_CONSTANT, sym_DISCONNECT, sym_END, @@ -219974,18 +219599,50 @@ static const uint16_t ts_small_parse_table[] = { sym_USE, sym_VARIABLE, sym_VIEW, - [207230] = 5, + [206777] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3335), 3, + STATE(3324), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2436), 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, + [206814] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(3325), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3460), 20, + ACTIONS(4260), 20, sym_ALIAS, sym_ATTRIBUTE, sym_BEGIN, @@ -220006,21 +219663,53 @@ static const uint16_t ts_small_parse_table[] = { sym_USE, sym_VARIABLE, sym_VIEW, - [207267] = 5, + [206851] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3336), 3, + STATE(3326), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3464), 20, + 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, + [206888] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(3327), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3482), 20, sym_ALIAS, sym_ATTRIBUTE, - sym_BEGIN, + sym_COMPONENT, sym_CONSTANT, sym_DISCONNECT, sym_END, @@ -220038,18 +219727,18 @@ static const uint16_t ts_small_parse_table[] = { sym_USE, sym_VARIABLE, sym_VIEW, - [207304] = 5, + [206925] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3337), 3, + STATE(3328), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3466), 20, + ACTIONS(3458), 20, sym_ALIAS, sym_ATTRIBUTE, sym_BEGIN, @@ -220070,21 +219759,21 @@ static const uint16_t ts_small_parse_table[] = { sym_USE, sym_VARIABLE, sym_VIEW, - [207341] = 5, + [206962] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3338), 3, + STATE(3329), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3468), 20, + ACTIONS(4328), 20, sym_ALIAS, sym_ATTRIBUTE, - sym_BEGIN, + sym_COMPONENT, sym_CONSTANT, sym_DISCONNECT, sym_END, @@ -220102,21 +219791,53 @@ static const uint16_t ts_small_parse_table[] = { sym_USE, sym_VARIABLE, sym_VIEW, - [207378] = 5, + [206999] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3339), 3, + STATE(3330), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2482), 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, + [207036] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(3331), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3480), 20, + ACTIONS(4330), 20, sym_ALIAS, sym_ATTRIBUTE, - sym_BEGIN, + sym_COMPONENT, sym_CONSTANT, sym_DISCONNECT, sym_END, @@ -220134,21 +219855,21 @@ static const uint16_t ts_small_parse_table[] = { sym_USE, sym_VARIABLE, sym_VIEW, - [207415] = 5, + [207073] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3340), 3, + STATE(3332), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3494), 20, + ACTIONS(3408), 20, sym_ALIAS, sym_ATTRIBUTE, - sym_COMPONENT, + sym_BEGIN, sym_CONSTANT, sym_DISCONNECT, sym_END, @@ -220166,21 +219887,21 @@ static const uint16_t ts_small_parse_table[] = { sym_USE, sym_VARIABLE, sym_VIEW, - [207452] = 5, + [207110] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3341), 3, + STATE(3333), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3496), 20, + ACTIONS(3484), 20, sym_ALIAS, sym_ATTRIBUTE, - sym_BEGIN, + sym_COMPONENT, sym_CONSTANT, sym_DISCONNECT, sym_END, @@ -220198,21 +219919,53 @@ static const uint16_t ts_small_parse_table[] = { sym_USE, sym_VARIABLE, sym_VIEW, - [207489] = 5, + [207147] = 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(3334), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2478), 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, + [207184] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(3335), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3246), 20, + ACTIONS(3486), 20, sym_ALIAS, sym_ATTRIBUTE, - sym_BEGIN, + sym_COMPONENT, sym_CONSTANT, sym_DISCONNECT, sym_END, @@ -220230,21 +219983,21 @@ static const uint16_t ts_small_parse_table[] = { sym_USE, sym_VARIABLE, sym_VIEW, - [207526] = 5, + [207221] = 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(3336), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3248), 20, + ACTIONS(3488), 20, sym_ALIAS, sym_ATTRIBUTE, - sym_BEGIN, + sym_COMPONENT, sym_CONSTANT, sym_DISCONNECT, sym_END, @@ -220262,21 +220015,53 @@ static const uint16_t ts_small_parse_table[] = { sym_USE, sym_VARIABLE, sym_VIEW, - [207563] = 5, + [207258] = 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(3337), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2652), 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, + [207295] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(3338), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4244), 20, + ACTIONS(3464), 20, sym_ALIAS, sym_ATTRIBUTE, - sym_BEGIN, + sym_COMPONENT, sym_CONSTANT, sym_DISCONNECT, sym_END, @@ -220294,18 +220079,18 @@ static const uint16_t ts_small_parse_table[] = { sym_USE, sym_VARIABLE, sym_VIEW, - [207600] = 5, + [207332] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3345), 3, + STATE(3339), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3252), 20, + ACTIONS(3428), 20, sym_ALIAS, sym_ATTRIBUTE, sym_BEGIN, @@ -220326,18 +220111,50 @@ static const uint16_t ts_small_parse_table[] = { sym_USE, sym_VARIABLE, sym_VIEW, - [207637] = 5, + [207369] = 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(3340), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2656), 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, + [207406] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(3341), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3254), 20, + ACTIONS(3466), 20, sym_ALIAS, sym_ATTRIBUTE, sym_BEGIN, @@ -220358,21 +220175,21 @@ static const uint16_t ts_small_parse_table[] = { sym_USE, sym_VARIABLE, sym_VIEW, - [207674] = 5, + [207443] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3347), 3, + STATE(3342), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3256), 20, + ACTIONS(3470), 20, sym_ALIAS, sym_ATTRIBUTE, - sym_BEGIN, + sym_COMPONENT, sym_CONSTANT, sym_DISCONNECT, sym_END, @@ -220390,18 +220207,59 @@ static const uint16_t ts_small_parse_table[] = { sym_USE, sym_VARIABLE, sym_VIEW, - [207711] = 5, + [207480] = 14, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(4332), 1, + anon_sym_DOT, + ACTIONS(4335), 1, + anon_sym_LPAREN, + ACTIONS(4338), 1, + anon_sym_SQUOTE, + ACTIONS(4341), 1, + anon_sym_LBRACK, + ACTIONS(4344), 1, + sym_GENERIC, + ACTIONS(4347), 1, + sym_PARAMETER, + STATE(4389), 1, + sym_generic_map_aspect, + STATE(4412), 1, + sym__name_selector, + STATE(3343), 4, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + aux_sym_name_repeat1, + STATE(4436), 5, + sym_function_call, + sym_parenthesis_group, + sym_attribute, + sym_signature, + sym_selection, + ACTIONS(1471), 6, + sym_RANGE, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_RPAREN, + sym_variable_assignment, + anon_sym_GT_GT, + [207535] = 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(3344), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3266), 20, + ACTIONS(4262), 20, sym_ALIAS, sym_ATTRIBUTE, sym_BEGIN, @@ -220422,21 +220280,21 @@ static const uint16_t ts_small_parse_table[] = { sym_USE, sym_VARIABLE, sym_VIEW, - [207748] = 5, + [207572] = 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(3345), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3280), 20, + ACTIONS(3486), 20, sym_ALIAS, sym_ATTRIBUTE, - sym_COMPONENT, + sym_BEGIN, sym_CONSTANT, sym_DISCONNECT, sym_END, @@ -220454,18 +220312,18 @@ static const uint16_t ts_small_parse_table[] = { sym_USE, sym_VARIABLE, sym_VIEW, - [207785] = 5, + [207609] = 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(3346), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3282), 20, + ACTIONS(3484), 20, sym_ALIAS, sym_ATTRIBUTE, sym_BEGIN, @@ -220486,21 +220344,21 @@ static const uint16_t ts_small_parse_table[] = { sym_USE, sym_VARIABLE, sym_VIEW, - [207822] = 5, + [207646] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3351), 3, + STATE(3347), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3284), 20, + ACTIONS(3482), 20, sym_ALIAS, sym_ATTRIBUTE, - sym_COMPONENT, + sym_BEGIN, sym_CONSTANT, sym_DISCONNECT, sym_END, @@ -220518,49 +220376,191 @@ static const uint16_t ts_small_parse_table[] = { sym_USE, sym_VARIABLE, sym_VIEW, - [207859] = 16, + [207683] = 16, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4352), 1, + ACTIONS(4350), 1, sym_ALIAS, - ACTIONS(4355), 1, + ACTIONS(4353), 1, sym_ATTRIBUTE, - ACTIONS(4358), 1, + ACTIONS(4356), 1, sym_END, - ACTIONS(4360), 1, + ACTIONS(4358), 1, sym_FUNCTION, - ACTIONS(4366), 1, + ACTIONS(4364), 1, sym_PROCEDURE, - ACTIONS(4369), 1, + ACTIONS(4367), 1, sym_PRIVATE, - ACTIONS(4372), 1, + ACTIONS(4370), 1, sym_USE, - STATE(4770), 1, + STATE(4684), 1, sym__protected_type_declarative_item, - STATE(7550), 1, + STATE(7114), 1, sym__subprogram_specification, - ACTIONS(4363), 2, + ACTIONS(4361), 2, sym_IMPURE, sym_PURE, - STATE(6833), 2, + STATE(8210), 2, sym_procedure_specification, sym_function_specification, - STATE(3352), 4, + STATE(3348), 4, sym__tool_directive, sym_line_comment, sym_block_comment, aux_sym_protected_type_declaration_repeat1, - STATE(4768), 6, + STATE(4699), 6, sym_use_clause, sym_subprogram_declaration, sym_subprogram_instantiation_declaration, sym_alias_declaration, sym_attribute_specification, sym_private_variable_declaration, + [207742] = 16, + 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(4304), 1, + anon_sym_LPAREN, + STATE(3003), 1, + sym__identifier, + STATE(3015), 1, + sym__direct_name, + STATE(4386), 1, + sym__external_name, + STATE(5851), 1, + sym_record_element_resolution, + STATE(6267), 1, + sym_name, + STATE(7236), 1, + sym__element_resolution, + STATE(7235), 2, + sym_resolution_indication, + sym_record_resolution, + ACTIONS(71), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, + STATE(3349), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(4383), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(4306), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [207801] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(3350), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3288), 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, + [207838] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(3351), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3470), 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, + [207875] = 8, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(4006), 1, + anon_sym_LPAREN, + ACTIONS(4373), 1, + sym_PARAMETER, + STATE(3371), 1, + sym_parenthesis_group, + STATE(3352), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2324), 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, [207918] = 5, ACTIONS(3), 1, sym__grave_accent, @@ -220572,7 +220572,109 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2678), 19, + ACTIONS(2648), 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, + [207954] = 14, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(4375), 1, + anon_sym_DOT, + ACTIONS(4377), 1, + anon_sym_LPAREN, + ACTIONS(4379), 1, + anon_sym_SQUOTE, + ACTIONS(4381), 1, + anon_sym_LBRACK, + ACTIONS(4383), 1, + sym_PARAMETER, + STATE(3412), 1, + aux_sym_name_repeat1, + STATE(4403), 1, + sym_generic_map_aspect, + STATE(4505), 1, + sym__name_selector, + STATE(3354), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(4504), 5, + sym_function_call, + sym_parenthesis_group, + sym_attribute, + sym_signature, + sym_selection, + ACTIONS(1509), 6, + sym_END, + sym_FOR, + sym_GENERIC, + sym_PORT, + sym_USE, + anon_sym_SEMI, + [208008] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(3355), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2482), 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, + anon_sym_DOT, + anon_sym_LPAREN, + sym_variable_assignment, + anon_sym_LT_LT, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [208044] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(3356), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2474), 19, sym_identifier, sym_BUS, sym_GENERIC, @@ -220592,24 +220694,136 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_SQUOTE, anon_sym_LBRACK, - [207954] = 5, + [208080] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(3357), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2660), 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, + [208116] = 15, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(4385), 1, + anon_sym_LPAREN, + ACTIONS(4387), 1, + sym_ACCESS, + ACTIONS(4389), 1, + sym_ARRAY, + ACTIONS(4391), 1, + sym_FILE, + ACTIONS(4393), 1, + sym_NEW, + ACTIONS(4395), 1, + sym_PROTECTED, + ACTIONS(4397), 1, + sym_RANGE, + ACTIONS(4399), 1, + sym_RECORD, + STATE(6600), 1, + sym_range_constraint, + STATE(8074), 1, + sym__type_definition, + STATE(3358), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(6615), 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, + [208172] = 15, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(4385), 1, + anon_sym_LPAREN, + ACTIONS(4387), 1, + sym_ACCESS, + ACTIONS(4389), 1, + sym_ARRAY, + ACTIONS(4391), 1, + sym_FILE, + ACTIONS(4393), 1, + sym_NEW, + ACTIONS(4395), 1, + sym_PROTECTED, + ACTIONS(4397), 1, + sym_RANGE, + ACTIONS(4399), 1, + sym_RECORD, + STATE(6600), 1, + sym_range_constraint, + STATE(7078), 1, + sym__type_definition, + STATE(3359), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(6615), 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, + [208228] = 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(3360), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2636), 19, + ACTIONS(2666), 19, sym_identifier, sym_BUS, sym_GENERIC, sym_PARAMETER, sym_RANGE, - sym_REGISTER, sym_character_literal, sym_operator_symbol, sym_library_constant, @@ -220619,28 +220833,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, - [207990] = 5, + [208264] = 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(3361), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2640), 19, + ACTIONS(2562), 19, sym_identifier, sym_BUS, sym_GENERIC, sym_PARAMETER, sym_RANGE, - sym_REGISTER, sym_character_literal, sym_operator_symbol, sym_library_constant, @@ -220650,28 +220864,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, - [208026] = 5, + [208300] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3356), 3, + STATE(3362), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2644), 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, @@ -220681,28 +220895,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, - [208062] = 5, + [208336] = 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(3363), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2648), 19, + ACTIONS(2374), 19, sym_identifier, sym_BUS, sym_GENERIC, sym_PARAMETER, sym_RANGE, - sym_REGISTER, sym_character_literal, sym_operator_symbol, sym_library_constant, @@ -220712,18 +220926,19 @@ 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, - [208098] = 5, + [208372] = 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(3364), 3, sym__tool_directive, sym_line_comment, sym_block_comment, @@ -220747,24 +220962,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_SQUOTE, anon_sym_LBRACK, - [208134] = 5, + [208408] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3359), 3, + STATE(3365), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2588), 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, @@ -220774,28 +220988,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, - [208170] = 5, + [208444] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3360), 3, + STATE(3366), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2674), 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, @@ -220805,28 +221019,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, - [208206] = 5, + [208480] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3361), 3, + STATE(3367), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2440), 19, + ACTIONS(2508), 19, sym_identifier, sym_BUS, sym_GENERIC, sym_PARAMETER, sym_RANGE, - sym_REGISTER, sym_character_literal, sym_operator_symbol, sym_library_constant, @@ -220836,108 +221050,60 @@ 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, - [208242] = 15, + [208516] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4375), 1, - anon_sym_LPAREN, - ACTIONS(4377), 1, - sym_ACCESS, - ACTIONS(4379), 1, - sym_ARRAY, - ACTIONS(4381), 1, - sym_FILE, - ACTIONS(4383), 1, - sym_NEW, - ACTIONS(4385), 1, - sym_PROTECTED, - ACTIONS(4387), 1, - sym_RANGE, - ACTIONS(4389), 1, - sym_RECORD, - STATE(6532), 1, - sym_range_constraint, - STATE(7586), 1, - sym__type_definition, - STATE(3362), 3, + STATE(3368), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(8156), 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, - [208298] = 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(3023), 1, - sym__direct_name, - STATE(5825), 1, - sym_name, - STATE(7360), 1, - sym_guarded_signal_specification, - STATE(7372), 1, - sym_signal_list, - ACTIONS(4391), 2, - sym_ALL, - sym_OTHERS, - STATE(4362), 2, - sym__identifier, - sym__external_name, - ACTIONS(71), 3, + ACTIONS(2504), 19, + sym_identifier, + sym_BUS, + sym_GENERIC, + sym_PARAMETER, + sym_RANGE, sym_character_literal, sym_operator_symbol, - sym_library_constant_std_logic, - STATE(3363), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(4351), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(3078), 4, - sym_identifier, sym_library_constant, + sym_library_constant_std_logic, sym_library_function, sym_library_type, - [208352] = 5, + 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, + [208552] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3364), 3, + STATE(3369), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2386), 19, + ACTIONS(2656), 19, sym_identifier, sym_BUS, sym_GENERIC, sym_PARAMETER, sym_RANGE, + sym_REGISTER, sym_character_literal, sym_operator_symbol, sym_library_constant, @@ -220947,104 +221113,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, - [208388] = 15, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(4375), 1, - anon_sym_LPAREN, - ACTIONS(4377), 1, - sym_ACCESS, - ACTIONS(4379), 1, - sym_ARRAY, - ACTIONS(4381), 1, - sym_FILE, - ACTIONS(4383), 1, - sym_NEW, - ACTIONS(4385), 1, - sym_PROTECTED, - ACTIONS(4387), 1, - sym_RANGE, - ACTIONS(4389), 1, - sym_RECORD, - STATE(6532), 1, - sym_range_constraint, - STATE(8154), 1, - sym__type_definition, - STATE(3365), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(8156), 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, - [208444] = 14, + [208588] = 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(4401), 1, + anon_sym_DOT, + ACTIONS(4403), 1, anon_sym_LPAREN, - ACTIONS(11), 1, - anon_sym_LT_LT, - ACTIONS(4393), 1, - anon_sym_QMARK, - STATE(3023), 1, - sym__direct_name, - STATE(6256), 1, - sym__target, - STATE(4362), 2, - sym__identifier, - sym__external_name, - STATE(6098), 2, - sym_name, - sym_aggregate, - ACTIONS(71), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(3366), 3, + ACTIONS(4405), 1, + anon_sym_SQUOTE, + ACTIONS(4407), 1, + anon_sym_LBRACK, + ACTIONS(4409), 1, + sym_GENERIC, + ACTIONS(4411), 1, + sym_PARAMETER, + STATE(3377), 1, + aux_sym_name_repeat1, + STATE(4430), 1, + sym_generic_map_aspect, + STATE(4544), 1, + sym__name_selector, + STATE(3370), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(3078), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [208498] = 5, + ACTIONS(1509), 5, + sym_BUS, + sym_RANGE, + anon_sym_SEMI, + anon_sym_RPAREN, + sym_variable_assignment, + STATE(4543), 5, + sym_function_call, + sym_parenthesis_group, + sym_attribute, + sym_signature, + sym_selection, + [208644] = 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(3371), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2394), 19, + ACTIONS(2386), 19, sym_identifier, sym_BUS, sym_GENERIC, @@ -221064,18 +221189,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_SQUOTE, anon_sym_LBRACK, - [208534] = 5, + [208680] = 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(3372), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2452), 19, + ACTIONS(2626), 19, sym_identifier, sym_BUS, sym_GENERIC, @@ -221095,23 +221220,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_SQUOTE, anon_sym_LBRACK, - [208570] = 5, + [208716] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3369), 3, + STATE(3373), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2456), 19, + ACTIONS(2440), 19, sym_identifier, sym_BUS, sym_GENERIC, sym_PARAMETER, sym_RANGE, + sym_REGISTER, sym_character_literal, sym_operator_symbol, sym_library_constant, @@ -221121,64 +221247,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, - [208606] = 15, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(4375), 1, - anon_sym_LPAREN, - ACTIONS(4377), 1, - sym_ACCESS, - ACTIONS(4379), 1, - sym_ARRAY, - ACTIONS(4381), 1, - sym_FILE, - ACTIONS(4383), 1, - sym_NEW, - ACTIONS(4385), 1, - sym_PROTECTED, - ACTIONS(4387), 1, - sym_RANGE, - ACTIONS(4389), 1, - sym_RECORD, - STATE(6532), 1, - sym_range_constraint, - STATE(8270), 1, - sym__type_definition, - STATE(3370), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(8156), 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, - [208662] = 5, + [208752] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3371), 3, + STATE(3374), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2492), 19, + ACTIONS(2524), 19, sym_identifier, sym_BUS, sym_GENERIC, @@ -221198,18 +221282,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_SQUOTE, anon_sym_LBRACK, - [208698] = 5, + [208788] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3372), 3, + STATE(3375), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2508), 19, + ACTIONS(2546), 19, sym_identifier, sym_BUS, sym_GENERIC, @@ -221229,141 +221313,118 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_SQUOTE, anon_sym_LBRACK, - [208734] = 15, + [208824] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4375), 1, + ACTIONS(4413), 1, + anon_sym_DOT, + ACTIONS(4416), 1, anon_sym_LPAREN, - ACTIONS(4377), 1, - sym_ACCESS, - ACTIONS(4379), 1, - sym_ARRAY, - ACTIONS(4381), 1, - sym_FILE, - ACTIONS(4383), 1, - sym_NEW, - ACTIONS(4385), 1, - sym_PROTECTED, - ACTIONS(4387), 1, - sym_RANGE, - ACTIONS(4389), 1, - sym_RECORD, - STATE(6532), 1, - sym_range_constraint, - STATE(6913), 1, - sym__type_definition, - STATE(3373), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(8156), 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, - [208790] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(3374), 3, + ACTIONS(4419), 1, + anon_sym_SQUOTE, + ACTIONS(4422), 1, + anon_sym_LBRACK, + ACTIONS(4425), 1, + sym_GENERIC, + ACTIONS(4428), 1, + sym_PARAMETER, + STATE(4401), 1, + sym_generic_map_aspect, + STATE(4516), 1, + sym__name_selector, + STATE(3376), 4, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2512), 19, - sym_identifier, + aux_sym_name_repeat1, + ACTIONS(1471), 5, 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, + sym_REGISTER, 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, - [208826] = 5, + STATE(4515), 5, + sym_function_call, + sym_parenthesis_group, + sym_attribute, + sym_signature, + sym_selection, + [208878] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3375), 3, + ACTIONS(4431), 1, + anon_sym_DOT, + ACTIONS(4434), 1, + anon_sym_LPAREN, + ACTIONS(4437), 1, + anon_sym_SQUOTE, + ACTIONS(4440), 1, + anon_sym_LBRACK, + ACTIONS(4443), 1, + sym_GENERIC, + ACTIONS(4446), 1, + sym_PARAMETER, + STATE(4430), 1, + sym_generic_map_aspect, + STATE(4544), 1, + sym__name_selector, + STATE(3377), 4, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2516), 19, - sym_identifier, + aux_sym_name_repeat1, + ACTIONS(1471), 5, 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, - [208862] = 15, + STATE(4543), 5, + sym_function_call, + sym_parenthesis_group, + sym_attribute, + sym_signature, + sym_selection, + [208932] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4375), 1, + ACTIONS(4385), 1, anon_sym_LPAREN, - ACTIONS(4377), 1, + ACTIONS(4387), 1, sym_ACCESS, - ACTIONS(4379), 1, + ACTIONS(4389), 1, sym_ARRAY, - ACTIONS(4381), 1, + ACTIONS(4391), 1, sym_FILE, - ACTIONS(4383), 1, + ACTIONS(4393), 1, sym_NEW, - ACTIONS(4385), 1, + ACTIONS(4395), 1, sym_PROTECTED, - ACTIONS(4387), 1, + ACTIONS(4397), 1, sym_RANGE, - ACTIONS(4389), 1, + ACTIONS(4399), 1, sym_RECORD, - STATE(6532), 1, + STATE(6600), 1, sym_range_constraint, - STATE(7595), 1, + STATE(8314), 1, sym__type_definition, - STATE(3376), 3, + STATE(3378), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(8156), 9, + STATE(6615), 9, sym_array_type_definition, sym_access_type_definition, sym_file_type_definition, @@ -221373,54 +221434,24 @@ static const uint16_t ts_small_parse_table[] = { sym_physical_type_definition, sym_enumeration_type_definition, sym_record_type_definition, - [208918] = 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(2520), 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, - [208954] = 5, + [208988] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3378), 3, + STATE(3379), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2524), 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, @@ -221430,23 +221461,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, - [208990] = 5, + [209024] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3379), 3, + STATE(3380), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2528), 19, + ACTIONS(2550), 19, sym_identifier, sym_BUS, sym_GENERIC, @@ -221466,18 +221496,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_SQUOTE, anon_sym_LBRACK, - [209026] = 5, + [209060] = 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(3381), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2552), 19, + ACTIONS(2554), 19, sym_identifier, sym_BUS, sym_GENERIC, @@ -221497,59 +221527,59 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_SQUOTE, anon_sym_LBRACK, - [209062] = 15, + [209096] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4395), 1, + ACTIONS(4401), 1, anon_sym_DOT, - ACTIONS(4397), 1, + ACTIONS(4403), 1, anon_sym_LPAREN, - ACTIONS(4399), 1, + ACTIONS(4405), 1, anon_sym_SQUOTE, - ACTIONS(4401), 1, + ACTIONS(4407), 1, anon_sym_LBRACK, - ACTIONS(4403), 1, + ACTIONS(4409), 1, sym_GENERIC, - ACTIONS(4405), 1, + ACTIONS(4411), 1, sym_PARAMETER, - STATE(3428), 1, + STATE(3370), 1, aux_sym_name_repeat1, - STATE(4432), 1, + STATE(4430), 1, sym_generic_map_aspect, - STATE(4447), 1, + STATE(4544), 1, sym__name_selector, - STATE(3381), 3, + STATE(3382), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(1471), 5, + ACTIONS(1493), 5, sym_BUS, sym_RANGE, - sym_REGISTER, anon_sym_SEMI, + anon_sym_RPAREN, sym_variable_assignment, - STATE(4450), 5, + STATE(4543), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - [209118] = 5, + [209152] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3382), 3, + STATE(3383), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2556), 19, + ACTIONS(2558), 19, sym_identifier, sym_BUS, sym_GENERIC, @@ -221569,23 +221599,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_SQUOTE, anon_sym_LBRACK, - [209154] = 5, + [209188] = 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(3384), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2560), 19, + ACTIONS(2572), 19, sym_identifier, sym_BUS, sym_GENERIC, sym_PARAMETER, sym_RANGE, + sym_REGISTER, sym_character_literal, sym_operator_symbol, sym_library_constant, @@ -221595,28 +221626,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, - [209190] = 5, + [209224] = 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(3385), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2564), 19, + ACTIONS(2478), 19, sym_identifier, sym_BUS, sym_GENERIC, sym_PARAMETER, sym_RANGE, + sym_REGISTER, sym_character_literal, sym_operator_symbol, sym_library_constant, @@ -221626,28 +221657,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, - [209226] = 5, + [209260] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3385), 3, + STATE(3386), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2568), 19, + ACTIONS(2600), 19, sym_identifier, sym_BUS, sym_GENERIC, sym_PARAMETER, sym_RANGE, + sym_REGISTER, sym_character_literal, sym_operator_symbol, sym_library_constant, @@ -221657,52 +221688,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, - [209262] = 14, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(4407), 1, - anon_sym_DOT, - ACTIONS(4409), 1, - anon_sym_LPAREN, - ACTIONS(4411), 1, - anon_sym_SQUOTE, - ACTIONS(4413), 1, - anon_sym_LBRACK, - ACTIONS(4415), 1, - sym_PARAMETER, - STATE(3389), 1, - aux_sym_name_repeat1, - STATE(4431), 1, - sym_generic_map_aspect, - STATE(4515), 1, - sym__name_selector, - STATE(3386), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(4517), 5, - sym_function_call, - sym_parenthesis_group, - sym_attribute, - sym_signature, - sym_selection, - ACTIONS(1471), 6, - sym_END, - sym_FOR, - sym_GENERIC, - sym_PORT, - sym_USE, - anon_sym_SEMI, - [209316] = 5, + [209296] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -221713,12 +221703,13 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2584), 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, @@ -221728,12 +221719,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, - [209352] = 5, + [209332] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -221744,13 +221734,12 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2386), 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, @@ -221760,66 +221749,33 @@ 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, - [209388] = 14, + [209368] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4407), 1, - anon_sym_DOT, - ACTIONS(4409), 1, + ACTIONS(4086), 1, anon_sym_LPAREN, - ACTIONS(4411), 1, - anon_sym_SQUOTE, - ACTIONS(4413), 1, - anon_sym_LBRACK, - ACTIONS(4415), 1, + ACTIONS(4449), 1, sym_PARAMETER, - STATE(3432), 1, - aux_sym_name_repeat1, - STATE(4431), 1, - sym_generic_map_aspect, - STATE(4515), 1, - sym__name_selector, - STATE(3389), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(4517), 5, - sym_function_call, + STATE(3518), 1, sym_parenthesis_group, - sym_attribute, - sym_signature, - sym_selection, - ACTIONS(1487), 6, - sym_END, - sym_FOR, - sym_GENERIC, - sym_PORT, - sym_USE, - anon_sym_SEMI, - [209442] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(3390), 3, + STATE(3389), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2610), 19, + ACTIONS(2324), 16, sym_identifier, - sym_BUS, sym_GENERIC, - sym_PARAMETER, + sym_IS, + sym_OPEN, sym_RANGE, sym_character_literal, sym_operator_symbol, @@ -221829,24 +221785,21 @@ 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, - [209478] = 5, + [209410] = 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(3390), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2394), 19, + ACTIONS(2566), 19, sym_identifier, sym_BUS, sym_GENERIC, @@ -221866,23 +221819,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_SQUOTE, anon_sym_LBRACK, - [209514] = 5, + [209446] = 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(3391), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2390), 19, + ACTIONS(2558), 19, sym_identifier, sym_BUS, sym_GENERIC, sym_PARAMETER, sym_RANGE, + sym_REGISTER, sym_character_literal, sym_operator_symbol, sym_library_constant, @@ -221892,104 +221846,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, - [209550] = 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(3023), 1, - sym__direct_name, - STATE(5825), 1, - sym_name, - STATE(7372), 1, - sym_signal_list, - STATE(7782), 1, - sym_guarded_signal_specification, - ACTIONS(4391), 2, - sym_ALL, - sym_OTHERS, - STATE(4362), 2, - sym__identifier, - sym__external_name, - ACTIONS(71), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(3393), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(4351), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(3078), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [209604] = 15, + [209482] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4417), 1, + ACTIONS(4451), 1, anon_sym_DOT, - ACTIONS(4419), 1, + ACTIONS(4453), 1, anon_sym_LPAREN, - ACTIONS(4421), 1, + ACTIONS(4455), 1, anon_sym_SQUOTE, - ACTIONS(4423), 1, + ACTIONS(4457), 1, anon_sym_LBRACK, - ACTIONS(4425), 1, + ACTIONS(4459), 1, sym_GENERIC, - ACTIONS(4427), 1, + ACTIONS(4461), 1, sym_PARAMETER, - STATE(3397), 1, + STATE(3376), 1, aux_sym_name_repeat1, - STATE(4441), 1, + STATE(4401), 1, sym_generic_map_aspect, - STATE(4455), 1, + STATE(4516), 1, sym__name_selector, - STATE(3394), 3, + STATE(3392), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(1471), 5, + ACTIONS(1509), 5, sym_BUS, sym_RANGE, + sym_REGISTER, anon_sym_SEMI, - anon_sym_RPAREN, sym_variable_assignment, - STATE(4456), 5, + STATE(4515), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - [209660] = 5, + [209538] = 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(3393), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2452), 19, + ACTIONS(2554), 19, sym_identifier, sym_BUS, sym_GENERIC, @@ -222009,18 +221922,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_SQUOTE, anon_sym_LBRACK, - [209696] = 5, + [209574] = 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(3394), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2456), 19, + ACTIONS(2550), 19, sym_identifier, sym_BUS, sym_GENERIC, @@ -222040,59 +221953,80 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_SQUOTE, anon_sym_LBRACK, - [209732] = 15, + [209610] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4417), 1, + STATE(3395), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2546), 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, anon_sym_DOT, - ACTIONS(4419), 1, anon_sym_LPAREN, - ACTIONS(4421), 1, + sym_variable_assignment, + anon_sym_LT_LT, anon_sym_SQUOTE, - ACTIONS(4423), 1, anon_sym_LBRACK, - ACTIONS(4425), 1, - sym_GENERIC, - ACTIONS(4427), 1, - sym_PARAMETER, - STATE(3420), 1, - aux_sym_name_repeat1, - STATE(4441), 1, - sym_generic_map_aspect, - STATE(4455), 1, - sym__name_selector, - STATE(3397), 3, + [209646] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(3396), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(1487), 5, + ACTIONS(2524), 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, - anon_sym_RPAREN, + anon_sym_DOT, + anon_sym_LPAREN, sym_variable_assignment, - STATE(4456), 5, - sym_function_call, - sym_parenthesis_group, - sym_attribute, - sym_signature, - sym_selection, - [209788] = 5, + anon_sym_LT_LT, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [209682] = 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(3397), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2614), 19, + ACTIONS(2622), 19, sym_identifier, sym_BUS, sym_GENERIC, @@ -222112,23 +222046,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_SQUOTE, anon_sym_LBRACK, - [209824] = 5, + [209718] = 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(3398), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2636), 19, + ACTIONS(2386), 19, sym_identifier, sym_BUS, sym_GENERIC, sym_PARAMETER, sym_RANGE, + sym_REGISTER, sym_character_literal, sym_operator_symbol, sym_library_constant, @@ -222138,28 +222073,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, - [209860] = 5, + [209754] = 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(3399), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2640), 19, + ACTIONS(2504), 19, sym_identifier, sym_BUS, sym_GENERIC, sym_PARAMETER, sym_RANGE, + sym_REGISTER, sym_character_literal, sym_operator_symbol, sym_library_constant, @@ -222169,28 +222104,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, - [209896] = 5, + [209790] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3401), 3, + STATE(3400), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2644), 19, + ACTIONS(2508), 19, sym_identifier, sym_BUS, sym_GENERIC, sym_PARAMETER, sym_RANGE, + sym_REGISTER, sym_character_literal, sym_operator_symbol, sym_library_constant, @@ -222200,28 +222135,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, - [209932] = 5, + [209826] = 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(3401), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2648), 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, @@ -222231,23 +222166,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, - [209968] = 5, + [209862] = 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(3402), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2652), 19, + ACTIONS(2402), 19, sym_identifier, sym_BUS, sym_GENERIC, @@ -222267,18 +222201,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_SQUOTE, anon_sym_LBRACK, - [210004] = 5, + [209898] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3404), 3, + STATE(3403), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2492), 19, + ACTIONS(2516), 19, sym_identifier, sym_BUS, sym_GENERIC, @@ -222298,59 +222232,59 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_SQUOTE, anon_sym_LBRACK, - [210040] = 15, + [209934] = 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(4429), 1, - sym_POSTPONED, - ACTIONS(4431), 1, - sym_PROCESS, - STATE(3023), 1, - sym__direct_name, - STATE(7270), 1, - sym_name, - STATE(8063), 1, - sym_assertion, - STATE(4362), 2, - sym__identifier, - sym__external_name, - ACTIONS(71), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(3405), 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(3392), 1, + aux_sym_name_repeat1, + STATE(4401), 1, + sym_generic_map_aspect, + STATE(4516), 1, + sym__name_selector, + STATE(3404), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(3078), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [210096] = 5, + ACTIONS(1493), 5, + sym_BUS, + sym_RANGE, + sym_REGISTER, + anon_sym_SEMI, + sym_variable_assignment, + STATE(4515), 5, + sym_function_call, + sym_parenthesis_group, + sym_attribute, + sym_signature, + sym_selection, + [209990] = 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(3405), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2508), 19, + ACTIONS(2520), 19, sym_identifier, sym_BUS, sym_GENERIC, @@ -222370,18 +222304,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_SQUOTE, anon_sym_LBRACK, - [210132] = 5, + [210026] = 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(3406), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2512), 19, + ACTIONS(2374), 19, sym_identifier, sym_BUS, sym_GENERIC, @@ -222401,18 +222335,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_SQUOTE, anon_sym_LBRACK, - [210168] = 5, + [210062] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3408), 3, + STATE(3407), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2610), 19, + ACTIONS(2626), 19, sym_identifier, sym_BUS, sym_GENERIC, @@ -222432,18 +222366,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_SQUOTE, anon_sym_LBRACK, - [210204] = 5, + [210098] = 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(3408), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2516), 19, + ACTIONS(2436), 19, sym_identifier, sym_BUS, sym_GENERIC, @@ -222463,49 +222397,180 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_SQUOTE, anon_sym_LBRACK, - [210240] = 5, + [210134] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3410), 3, + ACTIONS(11), 1, + anon_sym_LT_LT, + STATE(3015), 1, + sym__direct_name, + STATE(5994), 1, + sym_name, + STATE(7621), 1, + sym_signal_list, + STATE(7624), 1, + sym_guarded_signal_specification, + ACTIONS(4463), 2, + sym_ALL, + sym_OTHERS, + STATE(4386), 2, + sym__identifier, + sym__external_name, + ACTIONS(71), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, + STATE(3409), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2520), 19, + STATE(4383), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(3074), 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, + [210188] = 15, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(4385), 1, + anon_sym_LPAREN, + ACTIONS(4387), 1, + sym_ACCESS, + ACTIONS(4389), 1, + sym_ARRAY, + ACTIONS(4391), 1, + sym_FILE, + ACTIONS(4393), 1, + sym_NEW, + ACTIONS(4395), 1, + sym_PROTECTED, + ACTIONS(4397), 1, + sym_RANGE, + ACTIONS(4399), 1, + sym_RECORD, + STATE(6600), 1, + sym_range_constraint, + STATE(7551), 1, + sym__type_definition, + STATE(3410), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(6615), 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, + [210244] = 15, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(4385), 1, + anon_sym_LPAREN, + ACTIONS(4387), 1, + sym_ACCESS, + ACTIONS(4389), 1, + sym_ARRAY, + ACTIONS(4391), 1, + sym_FILE, + ACTIONS(4393), 1, + sym_NEW, + ACTIONS(4395), 1, + sym_PROTECTED, + ACTIONS(4397), 1, + sym_RANGE, + ACTIONS(4399), 1, + sym_RECORD, + STATE(6600), 1, + sym_range_constraint, + STATE(6613), 1, + sym__type_definition, + STATE(3411), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(6615), 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, + [210300] = 14, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(4465), 1, anon_sym_DOT, + ACTIONS(4468), 1, anon_sym_LPAREN, - sym_variable_assignment, - anon_sym_LT_LT, + ACTIONS(4471), 1, anon_sym_SQUOTE, + ACTIONS(4474), 1, anon_sym_LBRACK, - [210276] = 5, + ACTIONS(4477), 1, + sym_GENERIC, + ACTIONS(4480), 1, + sym_PARAMETER, + STATE(4403), 1, + sym_generic_map_aspect, + STATE(4505), 1, + sym__name_selector, + STATE(3412), 4, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + aux_sym_name_repeat1, + ACTIONS(1471), 5, + sym_END, + sym_FOR, + sym_PORT, + sym_USE, + anon_sym_SEMI, + STATE(4504), 5, + sym_function_call, + sym_parenthesis_group, + sym_attribute, + sym_signature, + sym_selection, + [210354] = 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(3413), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2588), 19, + ACTIONS(2600), 19, sym_identifier, sym_BUS, sym_GENERIC, @@ -222525,23 +222590,65 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_SQUOTE, anon_sym_LBRACK, - [210312] = 5, + [210390] = 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(4483), 1, + sym_POSTPONED, + ACTIONS(4485), 1, + sym_PROCESS, + STATE(3015), 1, + sym__direct_name, + STATE(6795), 1, + sym_assertion, + STATE(7494), 1, + sym_name, + STATE(4386), 2, + sym__identifier, + sym__external_name, + ACTIONS(71), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, + STATE(3414), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(4383), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(3074), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [210446] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3412), 3, + STATE(3415), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2674), 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, @@ -222551,28 +222658,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, - [210348] = 5, + [210482] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3413), 3, + STATE(3416), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2440), 19, + ACTIONS(2562), 19, sym_identifier, sym_BUS, sym_GENERIC, sym_PARAMETER, sym_RANGE, + sym_REGISTER, sym_character_literal, sym_operator_symbol, sym_library_constant, @@ -222582,29 +222689,68 @@ 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, - [210384] = 5, + [210518] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3414), 3, + ACTIONS(4385), 1, + anon_sym_LPAREN, + ACTIONS(4387), 1, + sym_ACCESS, + ACTIONS(4389), 1, + sym_ARRAY, + ACTIONS(4391), 1, + sym_FILE, + ACTIONS(4393), 1, + sym_NEW, + ACTIONS(4395), 1, + sym_PROTECTED, + ACTIONS(4397), 1, + sym_RANGE, + ACTIONS(4399), 1, + sym_RECORD, + STATE(6600), 1, + sym_range_constraint, + STATE(6719), 1, + sym__type_definition, + STATE(3417), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2524), 19, + STATE(6615), 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, + [210574] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(3418), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2572), 19, sym_identifier, sym_BUS, sym_GENERIC, sym_PARAMETER, sym_RANGE, - sym_REGISTER, sym_character_literal, sym_operator_symbol, sym_library_constant, @@ -222614,96 +222760,94 @@ 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, - [210420] = 8, + [210610] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4116), 1, - anon_sym_LPAREN, - ACTIONS(4433), 1, - sym_PARAMETER, - STATE(3532), 1, - sym_parenthesis_group, - STATE(3415), 3, + ACTIONS(11), 1, + anon_sym_LT_LT, + STATE(3015), 1, + sym__direct_name, + STATE(5994), 1, + sym_name, + STATE(7621), 1, + sym_signal_list, + STATE(7665), 1, + sym_guarded_signal_specification, + ACTIONS(4463), 2, + sym_ALL, + sym_OTHERS, + STATE(4386), 2, + sym__identifier, + sym__external_name, + ACTIONS(71), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, + STATE(3419), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2191), 16, + STATE(4383), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(3074), 4, 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, - [210462] = 14, + [210664] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4435), 1, - anon_sym_DOT, - ACTIONS(4438), 1, - anon_sym_LPAREN, - ACTIONS(4441), 1, - anon_sym_SQUOTE, - ACTIONS(4444), 1, - anon_sym_LBRACK, - ACTIONS(4447), 1, - sym_GENERIC, - ACTIONS(4450), 1, - sym_PARAMETER, - STATE(4432), 1, - sym_generic_map_aspect, - STATE(4447), 1, - sym__name_selector, - STATE(3416), 4, + STATE(3420), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - aux_sym_name_repeat1, - ACTIONS(1491), 5, + ACTIONS(2666), 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, + anon_sym_DOT, + anon_sym_LPAREN, sym_variable_assignment, - STATE(4450), 5, - sym_function_call, - sym_parenthesis_group, - sym_attribute, - sym_signature, - sym_selection, - [210516] = 5, + anon_sym_LT_LT, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [210700] = 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(3421), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2528), 19, + ACTIONS(2660), 19, sym_identifier, sym_BUS, sym_GENERIC, @@ -222723,24 +222867,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_SQUOTE, anon_sym_LBRACK, - [210552] = 5, + [210736] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3418), 3, + STATE(3422), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2552), 19, + ACTIONS(2478), 19, sym_identifier, sym_BUS, sym_GENERIC, sym_PARAMETER, sym_RANGE, - sym_REGISTER, sym_character_literal, sym_operator_symbol, sym_library_constant, @@ -222750,28 +222893,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, - [210588] = 5, + [210772] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3419), 3, + STATE(3423), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2390), 19, + ACTIONS(2482), 19, sym_identifier, sym_BUS, sym_GENERIC, sym_PARAMETER, sym_RANGE, - sym_REGISTER, sym_character_literal, sym_operator_symbol, sym_library_constant, @@ -222781,68 +222924,68 @@ 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, - [210624] = 14, + [210808] = 14, 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_DOT, - ACTIONS(4456), 1, - anon_sym_LPAREN, - ACTIONS(4459), 1, - anon_sym_SQUOTE, - ACTIONS(4462), 1, - anon_sym_LBRACK, - ACTIONS(4465), 1, - sym_GENERIC, - ACTIONS(4468), 1, - sym_PARAMETER, - STATE(4441), 1, - sym_generic_map_aspect, - STATE(4455), 1, - sym__name_selector, - STATE(3420), 4, + ACTIONS(11), 1, + anon_sym_LT_LT, + STATE(3015), 1, + sym__direct_name, + STATE(5994), 1, + sym_name, + STATE(7621), 1, + sym_signal_list, + STATE(7728), 1, + sym_guarded_signal_specification, + ACTIONS(4463), 2, + sym_ALL, + sym_OTHERS, + STATE(4386), 2, + sym__identifier, + sym__external_name, + ACTIONS(71), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, + STATE(3424), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - aux_sym_name_repeat1, - ACTIONS(1491), 5, - sym_BUS, - sym_RANGE, - anon_sym_SEMI, - anon_sym_RPAREN, - sym_variable_assignment, - STATE(4456), 5, - sym_function_call, - sym_parenthesis_group, - sym_attribute, - sym_signature, - sym_selection, - [210678] = 5, + STATE(4383), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(3074), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [210862] = 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(3425), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2556), 19, + ACTIONS(2652), 19, sym_identifier, sym_BUS, sym_GENERIC, sym_PARAMETER, sym_RANGE, - sym_REGISTER, sym_character_literal, sym_operator_symbol, sym_library_constant, @@ -222852,28 +222995,68 @@ 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, - [210714] = 5, + [210898] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3422), 3, + ACTIONS(11), 1, + anon_sym_LT_LT, + STATE(3015), 1, + sym__direct_name, + STATE(5994), 1, + sym_name, + STATE(7621), 1, + sym_signal_list, + STATE(7786), 1, + sym_guarded_signal_specification, + ACTIONS(4463), 2, + sym_ALL, + sym_OTHERS, + STATE(4386), 2, + sym__identifier, + sym__external_name, + ACTIONS(71), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, + STATE(3426), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(4383), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(3074), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [210952] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(3427), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2560), 19, + ACTIONS(2440), 19, sym_identifier, sym_BUS, sym_GENERIC, sym_PARAMETER, sym_RANGE, - sym_REGISTER, sym_character_literal, sym_operator_symbol, sym_library_constant, @@ -222883,28 +223066,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, - [210750] = 5, + [210988] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3423), 3, + STATE(3428), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2564), 19, + ACTIONS(2656), 19, sym_identifier, sym_BUS, sym_GENERIC, sym_PARAMETER, sym_RANGE, - sym_REGISTER, sym_character_literal, sym_operator_symbol, sym_library_constant, @@ -222914,53 +223097,103 @@ 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, - [210786] = 5, + [211024] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3424), 3, + ACTIONS(9), 1, + anon_sym_LPAREN, + ACTIONS(11), 1, + anon_sym_LT_LT, + ACTIONS(4487), 1, + anon_sym_QMARK, + STATE(3015), 1, + sym__direct_name, + STATE(6465), 1, + sym__target, + STATE(4386), 2, + sym__identifier, + sym__external_name, + STATE(6048), 2, + sym_name, + sym_aggregate, + 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, - ACTIONS(2568), 19, + STATE(4383), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(3074), 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, + [211078] = 14, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(4375), 1, anon_sym_DOT, + ACTIONS(4377), 1, anon_sym_LPAREN, - sym_variable_assignment, - anon_sym_LT_LT, + ACTIONS(4379), 1, anon_sym_SQUOTE, + ACTIONS(4381), 1, anon_sym_LBRACK, - [210822] = 5, + ACTIONS(4383), 1, + sym_PARAMETER, + STATE(3354), 1, + aux_sym_name_repeat1, + STATE(4403), 1, + sym_generic_map_aspect, + STATE(4505), 1, + sym__name_selector, + STATE(3430), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(4504), 5, + sym_function_call, + sym_parenthesis_group, + sym_attribute, + sym_signature, + sym_selection, + ACTIONS(1493), 6, + sym_END, + sym_FOR, + sym_GENERIC, + sym_PORT, + sym_USE, + anon_sym_SEMI, + [211132] = 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(3431), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2678), 19, + ACTIONS(2436), 19, sym_identifier, sym_BUS, sym_GENERIC, @@ -222980,24 +223213,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_SQUOTE, anon_sym_LBRACK, - [210858] = 5, + [211168] = 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(3432), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2584), 19, + ACTIONS(2474), 19, sym_identifier, sym_BUS, sym_GENERIC, sym_PARAMETER, sym_RANGE, - sym_REGISTER, sym_character_literal, sym_operator_symbol, sym_library_constant, @@ -223007,28 +223239,64 @@ 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, - [210894] = 5, + [211204] = 10, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3427), 3, + ACTIONS(4489), 1, + anon_sym_LPAREN, + STATE(1836), 1, + sym__attribute, + STATE(1865), 1, + sym_parenthesis_expression, + STATE(1866), 1, + sym__attribute_designator, + STATE(3433), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2614), 19, + ACTIONS(4491), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + ACTIONS(4493), 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, + [211249] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(3434), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2572), 18, sym_identifier, - sym_BUS, sym_GENERIC, + sym_IS, + sym_OPEN, sym_PARAMETER, sym_RANGE, - sym_REGISTER, sym_character_literal, sym_operator_symbol, sym_library_constant, @@ -223038,237 +223306,188 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, - sym_variable_assignment, anon_sym_LT_LT, anon_sym_SQUOTE, anon_sym_LBRACK, - [210930] = 15, + [211284] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4395), 1, + ACTIONS(4495), 1, anon_sym_DOT, - ACTIONS(4397), 1, + ACTIONS(4497), 1, anon_sym_LPAREN, - ACTIONS(4399), 1, + ACTIONS(4499), 1, anon_sym_SQUOTE, - ACTIONS(4401), 1, + ACTIONS(4501), 1, anon_sym_LBRACK, - ACTIONS(4403), 1, + ACTIONS(4503), 1, sym_GENERIC, - ACTIONS(4405), 1, + ACTIONS(4505), 1, sym_PARAMETER, - STATE(3416), 1, + STATE(3452), 1, aux_sym_name_repeat1, - STATE(4432), 1, + STATE(4510), 1, sym_generic_map_aspect, - STATE(4447), 1, + STATE(4642), 1, sym__name_selector, - STATE(3428), 3, + STATE(3435), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(1487), 5, + ACTIONS(1493), 4, sym_BUS, - sym_RANGE, - sym_REGISTER, anon_sym_SEMI, + anon_sym_RPAREN, sym_variable_assignment, - STATE(4450), 5, + STATE(4641), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - [210986] = 15, + [211339] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4375), 1, + ACTIONS(4507), 1, + anon_sym_DOT, + ACTIONS(4509), 1, anon_sym_LPAREN, - ACTIONS(4377), 1, - sym_ACCESS, - ACTIONS(4379), 1, - sym_ARRAY, - ACTIONS(4381), 1, - sym_FILE, - ACTIONS(4383), 1, - sym_NEW, - ACTIONS(4385), 1, - sym_PROTECTED, - ACTIONS(4387), 1, - sym_RANGE, - ACTIONS(4389), 1, - sym_RECORD, - STATE(6532), 1, - sym_range_constraint, - STATE(8283), 1, - sym__type_definition, - STATE(3429), 3, + ACTIONS(4511), 1, + anon_sym_SQUOTE, + ACTIONS(4513), 1, + anon_sym_LBRACK, + ACTIONS(4515), 1, + sym_GENERIC, + ACTIONS(4517), 1, + sym_PARAMETER, + STATE(3483), 1, + aux_sym_name_repeat1, + STATE(4454), 1, + sym_generic_map_aspect, + STATE(4559), 1, + sym__name_selector, + STATE(3436), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(8156), 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, - [211042] = 14, + ACTIONS(1493), 4, + sym_FOR, + sym_UNTIL, + anon_sym_SEMI, + anon_sym_COMMA, + STATE(4560), 5, + sym_function_call, + sym_parenthesis_group, + sym_attribute, + sym_signature, + sym_selection, + [211394] = 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(3822), 1, + anon_sym_LPAREN, + ACTIONS(4519), 1, anon_sym_LT_LT, - STATE(3023), 1, + STATE(2932), 1, sym__direct_name, - STATE(5825), 1, + STATE(4024), 1, + sym_resolution_indication, + STATE(4522), 1, sym_name, - STATE(7372), 1, - sym_signal_list, - STATE(7661), 1, - sym_guarded_signal_specification, - ACTIONS(4391), 2, - sym_ALL, - sym_OTHERS, - STATE(4362), 2, + STATE(7700), 1, + sym_subtype_indication, + STATE(3727), 2, sym__identifier, sym__external_name, - ACTIONS(71), 3, + ACTIONS(4523), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3430), 3, + STATE(3437), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(3768), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(4521), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [211096] = 14, + [211447] = 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, - STATE(3023), 1, - sym__direct_name, - STATE(5825), 1, - sym_name, - STATE(7372), 1, - sym_signal_list, - STATE(7724), 1, - sym_guarded_signal_specification, - ACTIONS(4391), 2, - sym_ALL, - sym_OTHERS, - STATE(4362), 2, - sym__identifier, - sym__external_name, - ACTIONS(71), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(3431), 3, + ACTIONS(4525), 1, + anon_sym_LPAREN, + STATE(1594), 1, + sym__attribute, + STATE(1658), 1, + sym__attribute_designator, + STATE(1659), 1, + sym_parenthesis_expression, + STATE(3438), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(4527), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [211150] = 14, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(4471), 1, - anon_sym_DOT, - ACTIONS(4474), 1, - anon_sym_LPAREN, - ACTIONS(4477), 1, - anon_sym_SQUOTE, - ACTIONS(4480), 1, - anon_sym_LBRACK, - ACTIONS(4483), 1, - sym_GENERIC, - ACTIONS(4486), 1, - sym_PARAMETER, - STATE(4431), 1, - sym_generic_map_aspect, - STATE(4515), 1, - sym__name_selector, - STATE(3432), 4, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - aux_sym_name_repeat1, - ACTIONS(1491), 5, - sym_END, - sym_FOR, - sym_PORT, - sym_USE, - anon_sym_SEMI, - STATE(4517), 5, - sym_function_call, - sym_parenthesis_group, - sym_attribute, - sym_signature, - sym_selection, - [211204] = 10, + ACTIONS(4529), 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, + [211492] = 10, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4489), 1, + ACTIONS(4531), 1, anon_sym_LPAREN, - STATE(2149), 1, - sym__attribute_designator, - STATE(2150), 1, - sym_parenthesis_expression, - STATE(2219), 1, + STATE(3259), 1, sym__attribute, - STATE(3433), 3, + STATE(3282), 1, + sym_parenthesis_expression, + STATE(3285), 1, + sym__attribute_designator, + STATE(3439), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4491), 4, + ACTIONS(4533), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - ACTIONS(4493), 10, + ACTIONS(4535), 10, sym_attribute_function, sym_attribute_impure_function, sym_attribute_mode_view, @@ -223279,7 +223498,7 @@ static const uint16_t ts_small_parse_table[] = { sym_attribute_type, sym_attribute_value, sym_library_attribute, - [211249] = 14, + [211537] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -223288,37 +223507,37 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(3822), 1, anon_sym_LPAREN, - ACTIONS(4495), 1, + ACTIONS(4519), 1, anon_sym_LT_LT, - STATE(2990), 1, + STATE(2932), 1, sym__direct_name, - STATE(4236), 1, + STATE(4024), 1, sym_resolution_indication, - STATE(4506), 1, + STATE(4522), 1, sym_name, - STATE(7878), 1, + STATE(6028), 1, sym_subtype_indication, - STATE(3800), 2, + STATE(3727), 2, sym__identifier, sym__external_name, - ACTIONS(4499), 3, + ACTIONS(4523), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3434), 3, + STATE(3440), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3802), 3, + STATE(3768), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4497), 4, + ACTIONS(4521), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [211302] = 14, + [211590] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -223329,26 +223548,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(4264), 1, anon_sym_LT_LT, - STATE(2794), 1, + STATE(2798), 1, sym__direct_name, - STATE(4124), 1, - sym_resolution_indication, - STATE(4252), 1, + STATE(4060), 1, sym_name, - STATE(5857), 1, + STATE(4165), 1, + sym_resolution_indication, + STATE(5939), 1, sym_subtype_indication, - STATE(3278), 2, + STATE(3320), 2, sym__identifier, sym__external_name, ACTIONS(4268), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3280), 3, + STATE(3318), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(3435), 3, + STATE(3441), 3, sym__tool_directive, sym_line_comment, sym_block_comment, @@ -223357,70 +223576,66 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [211355] = 14, + [211643] = 10, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3822), 1, + ACTIONS(4537), 1, anon_sym_LPAREN, - ACTIONS(4501), 1, - anon_sym_LT_LT, - STATE(2849), 1, - sym__direct_name, - STATE(4135), 1, - sym_resolution_indication, - STATE(4389), 1, - sym_name, - STATE(5541), 1, - sym_subtype_indication, - STATE(3518), 2, - sym__identifier, - sym__external_name, - ACTIONS(4505), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(3436), 3, + STATE(4701), 1, + sym__attribute, + STATE(4841), 1, + sym__attribute_designator, + STATE(4865), 1, + sym_parenthesis_expression, + STATE(3442), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3520), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(4503), 4, + ACTIONS(4539), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [211408] = 10, + ACTIONS(4541), 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, + [211688] = 10, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4507), 1, + ACTIONS(4543), 1, anon_sym_LPAREN, - STATE(2157), 1, - sym__attribute_designator, - STATE(2158), 1, + STATE(1067), 1, sym_parenthesis_expression, - STATE(2182), 1, + STATE(1070), 1, + sym__attribute_designator, + STATE(1113), 1, sym__attribute, - STATE(3437), 3, + STATE(3443), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4509), 4, + ACTIONS(4545), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - ACTIONS(4511), 10, + ACTIONS(4547), 10, sym_attribute_function, sym_attribute_impure_function, sym_attribute_mode_view, @@ -223431,7 +223646,7 @@ static const uint16_t ts_small_parse_table[] = { sym_attribute_type, sym_attribute_value, sym_library_attribute, - [211453] = 14, + [211733] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -223440,37 +223655,37 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(3822), 1, anon_sym_LPAREN, - ACTIONS(4513), 1, + ACTIONS(4264), 1, anon_sym_LT_LT, - STATE(2799), 1, + STATE(2924), 1, sym__direct_name, - STATE(4143), 1, + STATE(3998), 1, sym_resolution_indication, - STATE(4344), 1, + STATE(4394), 1, sym_name, - STATE(5109), 1, + STATE(5262), 1, sym_subtype_indication, - STATE(3388), 2, + STATE(3320), 2, sym__identifier, sym__external_name, - ACTIONS(4517), 3, + ACTIONS(4268), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3391), 3, + STATE(3318), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(3438), 3, + STATE(3444), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4515), 4, + ACTIONS(4266), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [211506] = 14, + [211786] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -223481,26 +223696,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(4264), 1, anon_sym_LT_LT, - STATE(2794), 1, + STATE(2924), 1, sym__direct_name, - STATE(4124), 1, + STATE(3998), 1, sym_resolution_indication, - STATE(4252), 1, + STATE(4394), 1, sym_name, - STATE(7584), 1, + STATE(5905), 1, sym_subtype_indication, - STATE(3278), 2, + STATE(3320), 2, sym__identifier, sym__external_name, ACTIONS(4268), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3280), 3, + STATE(3318), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(3439), 3, + STATE(3445), 3, sym__tool_directive, sym_line_comment, sym_block_comment, @@ -223509,124 +223724,112 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [211559] = 14, + [211839] = 10, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3822), 1, + ACTIONS(4549), 1, anon_sym_LPAREN, - ACTIONS(4264), 1, - anon_sym_LT_LT, - STATE(2874), 1, - sym__direct_name, - STATE(4163), 1, - sym_resolution_indication, - STATE(4391), 1, - sym_name, - STATE(5253), 1, - sym_subtype_indication, - STATE(3278), 2, - sym__identifier, - sym__external_name, - ACTIONS(4268), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(3280), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - STATE(3440), 3, + STATE(1047), 1, + sym__attribute_designator, + STATE(1061), 1, + sym_parenthesis_expression, + STATE(1106), 1, + sym__attribute, + STATE(3446), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4266), 4, + ACTIONS(4551), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [211612] = 14, + ACTIONS(4553), 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, + [211884] = 10, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3822), 1, + ACTIONS(4555), 1, anon_sym_LPAREN, - ACTIONS(4495), 1, - anon_sym_LT_LT, - STATE(2990), 1, - sym__direct_name, - STATE(4236), 1, - sym_resolution_indication, - STATE(4506), 1, - sym_name, - STATE(6838), 1, - sym_subtype_indication, - STATE(3800), 2, - sym__identifier, - sym__external_name, - ACTIONS(4499), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(3441), 3, + STATE(1282), 1, + sym__attribute, + STATE(1306), 1, + sym_parenthesis_expression, + STATE(1307), 1, + sym__attribute_designator, + STATE(3447), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3802), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(4497), 4, + ACTIONS(4557), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [211665] = 14, + ACTIONS(4559), 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, + [211929] = 10, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3822), 1, + ACTIONS(4561), 1, anon_sym_LPAREN, - ACTIONS(4264), 1, - anon_sym_LT_LT, - STATE(2874), 1, - sym__direct_name, - STATE(4163), 1, - sym_resolution_indication, - STATE(4391), 1, - sym_name, - STATE(5306), 1, - sym_subtype_indication, - STATE(3278), 2, - sym__identifier, - sym__external_name, - ACTIONS(4268), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(3280), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - STATE(3442), 3, + STATE(1726), 1, + sym__attribute_designator, + STATE(1727), 1, + sym_parenthesis_expression, + STATE(1741), 1, + sym__attribute, + STATE(3448), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4266), 4, + ACTIONS(4563), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [211718] = 14, + ACTIONS(4565), 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, + [211974] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -223637,26 +223840,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(4264), 1, anon_sym_LT_LT, - STATE(2794), 1, + STATE(2924), 1, sym__direct_name, - STATE(4124), 1, + STATE(3998), 1, sym_resolution_indication, - STATE(4252), 1, + STATE(4394), 1, sym_name, - STATE(5719), 1, + STATE(5897), 1, sym_subtype_indication, - STATE(3278), 2, + STATE(3320), 2, sym__identifier, sym__external_name, ACTIONS(4268), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3280), 3, + STATE(3318), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(3443), 3, + STATE(3449), 3, sym__tool_directive, sym_line_comment, sym_block_comment, @@ -223665,46 +223868,121 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [211771] = 14, + [212027] = 10, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4519), 1, + ACTIONS(4567), 1, + anon_sym_LPAREN, + STATE(939), 1, + sym__attribute_designator, + STATE(955), 1, + sym__attribute, + STATE(984), 1, + sym_parenthesis_expression, + STATE(3450), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(4569), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + ACTIONS(4571), 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, + [212072] = 14, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(4573), 1, anon_sym_DOT, - ACTIONS(4522), 1, + ACTIONS(4576), 1, anon_sym_LPAREN, - ACTIONS(4525), 1, + ACTIONS(4579), 1, anon_sym_SQUOTE, - ACTIONS(4528), 1, + ACTIONS(4582), 1, anon_sym_LBRACK, - ACTIONS(4531), 1, + ACTIONS(4585), 1, sym_GENERIC, - ACTIONS(4534), 1, + ACTIONS(4588), 1, sym_PARAMETER, - STATE(4481), 1, + STATE(4454), 1, sym_generic_map_aspect, - STATE(4588), 1, + STATE(4559), 1, sym__name_selector, - ACTIONS(1491), 4, - sym_BUS, + ACTIONS(1471), 4, + sym_FOR, + sym_UNTIL, anon_sym_SEMI, - anon_sym_RPAREN, - sym_variable_assignment, - STATE(3444), 4, + anon_sym_COMMA, + STATE(3451), 4, sym__tool_directive, sym_line_comment, sym_block_comment, aux_sym_name_repeat1, - STATE(4591), 5, + STATE(4560), 5, + sym_function_call, + sym_parenthesis_group, + sym_attribute, + sym_signature, + sym_selection, + [212125] = 15, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(4495), 1, + anon_sym_DOT, + ACTIONS(4497), 1, + anon_sym_LPAREN, + ACTIONS(4499), 1, + anon_sym_SQUOTE, + ACTIONS(4501), 1, + anon_sym_LBRACK, + ACTIONS(4503), 1, + sym_GENERIC, + ACTIONS(4505), 1, + sym_PARAMETER, + STATE(3467), 1, + aux_sym_name_repeat1, + STATE(4510), 1, + sym_generic_map_aspect, + STATE(4642), 1, + sym__name_selector, + STATE(3452), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(1509), 4, + sym_BUS, + anon_sym_SEMI, + anon_sym_RPAREN, + sym_variable_assignment, + STATE(4641), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - [211824] = 14, + [212180] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -223713,37 +223991,72 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(3822), 1, anon_sym_LPAREN, - ACTIONS(4264), 1, + ACTIONS(4519), 1, anon_sym_LT_LT, - STATE(2794), 1, + STATE(2932), 1, sym__direct_name, - STATE(4124), 1, + STATE(4024), 1, sym_resolution_indication, - STATE(4252), 1, + STATE(4522), 1, sym_name, - STATE(5389), 1, + STATE(7882), 1, sym_subtype_indication, - STATE(3278), 2, + STATE(3727), 2, sym__identifier, sym__external_name, - ACTIONS(4268), 3, + ACTIONS(4523), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3280), 3, + STATE(3453), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(3768), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(3445), 3, + ACTIONS(4521), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [212233] = 10, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(4591), 1, + anon_sym_LPAREN, + STATE(4720), 1, + sym__attribute_designator, + STATE(4723), 1, + sym_parenthesis_expression, + STATE(4866), 1, + sym__attribute, + STATE(3454), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4266), 4, + ACTIONS(4593), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [211877] = 14, + ACTIONS(4595), 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, + [212278] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -223752,37 +224065,72 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(3822), 1, anon_sym_LPAREN, - ACTIONS(4264), 1, + ACTIONS(4519), 1, anon_sym_LT_LT, - STATE(2794), 1, + STATE(2932), 1, sym__direct_name, - STATE(4124), 1, + STATE(4024), 1, sym_resolution_indication, - STATE(4252), 1, + STATE(4522), 1, sym_name, - STATE(5919), 1, + STATE(7762), 1, sym_subtype_indication, - STATE(3278), 2, + STATE(3727), 2, sym__identifier, sym__external_name, - ACTIONS(4268), 3, + ACTIONS(4523), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3280), 3, + STATE(3455), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(3768), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(3446), 3, + ACTIONS(4521), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [212331] = 10, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(4597), 1, + anon_sym_LPAREN, + STATE(4530), 1, + sym__attribute, + STATE(4538), 1, + sym_parenthesis_expression, + STATE(4539), 1, + sym__attribute_designator, + STATE(3456), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4266), 4, + ACTIONS(4599), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [211930] = 14, + ACTIONS(4601), 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, + [212376] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -223791,37 +224139,37 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(3822), 1, anon_sym_LPAREN, - ACTIONS(4501), 1, + ACTIONS(3824), 1, anon_sym_LT_LT, - STATE(2849), 1, + STATE(2807), 1, sym__direct_name, - STATE(4135), 1, + STATE(3983), 1, sym_resolution_indication, - STATE(4389), 1, + STATE(4338), 1, sym_name, - STATE(5551), 1, + STATE(5347), 1, sym_subtype_indication, - STATE(3518), 2, + STATE(3357), 2, sym__identifier, sym__external_name, - ACTIONS(4505), 3, + ACTIONS(3834), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3447), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(3520), 3, + STATE(3360), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4503), 4, + STATE(3457), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3826), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [211983] = 14, + [212429] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -223830,37 +224178,115 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(3822), 1, anon_sym_LPAREN, - ACTIONS(4513), 1, + ACTIONS(4264), 1, anon_sym_LT_LT, - STATE(2799), 1, + STATE(2924), 1, sym__direct_name, - STATE(4143), 1, + STATE(3998), 1, sym_resolution_indication, - STATE(4344), 1, + STATE(4394), 1, sym_name, - STATE(5138), 1, + STATE(5286), 1, sym_subtype_indication, - STATE(3388), 2, + STATE(3320), 2, sym__identifier, sym__external_name, - ACTIONS(4517), 3, + ACTIONS(4268), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3391), 3, + STATE(3318), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(3448), 3, + STATE(3458), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(4266), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [212482] = 14, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(4603), 1, + anon_sym_LPAREN, + ACTIONS(4605), 1, + sym_ACCESS, + ACTIONS(4607), 1, + sym_ARRAY, + ACTIONS(4609), 1, + sym_FILE, + ACTIONS(4611), 1, + sym_PRIVATE, + ACTIONS(4613), 1, + sym_RANGE, + ACTIONS(4615), 1, + sym_UNITS, + ACTIONS(4617), 1, + sym_box, + STATE(5353), 1, + sym__incomplete_type_definition, + STATE(3459), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(5338), 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, + [212535] = 14, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(3822), 1, + anon_sym_LPAREN, + ACTIONS(4519), 1, + anon_sym_LT_LT, + STATE(2932), 1, + sym__direct_name, + STATE(4024), 1, + sym_resolution_indication, + STATE(4522), 1, + sym_name, + STATE(6114), 1, + sym_subtype_indication, + STATE(3727), 2, + sym__identifier, + sym__external_name, + ACTIONS(4523), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, + STATE(3460), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4515), 4, + STATE(3768), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(4521), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [212036] = 14, + [212588] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -223871,26 +224297,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(4264), 1, anon_sym_LT_LT, - STATE(2794), 1, + STATE(2798), 1, sym__direct_name, - STATE(4124), 1, - sym_resolution_indication, - STATE(4252), 1, + STATE(4060), 1, sym_name, - STATE(8152), 1, + STATE(4165), 1, + sym_resolution_indication, + STATE(5941), 1, sym_subtype_indication, - STATE(3278), 2, + STATE(3320), 2, sym__identifier, sym__external_name, ACTIONS(4268), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3280), 3, + STATE(3318), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(3449), 3, + STATE(3461), 3, sym__tool_directive, sym_line_comment, sym_block_comment, @@ -223899,37 +224325,46 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [212089] = 5, + [212641] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3450), 3, + ACTIONS(4389), 1, + sym_ARRAY, + ACTIONS(4619), 1, + anon_sym_LPAREN, + ACTIONS(4621), 1, + sym_ACCESS, + ACTIONS(4623), 1, + sym_FILE, + ACTIONS(4625), 1, + sym_PRIVATE, + ACTIONS(4627), 1, + sym_RANGE, + ACTIONS(4629), 1, + sym_UNITS, + ACTIONS(4631), 1, + sym_box, + STATE(6248), 1, + sym__incomplete_type_definition, + STATE(3462), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2678), 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, - [212124] = 14, + STATE(5555), 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, + [212694] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -223940,26 +224375,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(4264), 1, anon_sym_LT_LT, - STATE(2874), 1, + STATE(2924), 1, sym__direct_name, - STATE(4163), 1, + STATE(3998), 1, sym_resolution_indication, - STATE(4391), 1, + STATE(4394), 1, sym_name, - STATE(5164), 1, + STATE(5243), 1, sym_subtype_indication, - STATE(3278), 2, + STATE(3320), 2, sym__identifier, sym__external_name, ACTIONS(4268), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3280), 3, + STATE(3318), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(3451), 3, + STATE(3463), 3, sym__tool_directive, sym_line_comment, sym_block_comment, @@ -223968,31 +224403,70 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [212177] = 10, + [212747] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4537), 1, + ACTIONS(11), 1, + anon_sym_LT_LT, + ACTIONS(4633), 1, + sym_ALL, + STATE(3015), 1, + sym__direct_name, + STATE(5738), 1, + sym_name, + STATE(6895), 1, + sym__process_sensitivity_list, + STATE(6902), 1, + sym_sensitivity_list, + STATE(4386), 2, + sym__identifier, + sym__external_name, + ACTIONS(71), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, + STATE(3464), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(4383), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(3074), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [212800] = 10, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(4635), 1, anon_sym_LPAREN, - STATE(856), 1, + STATE(1375), 1, sym__attribute_designator, - STATE(858), 1, + STATE(1379), 1, sym_parenthesis_expression, - STATE(869), 1, + STATE(1403), 1, sym__attribute, - STATE(3452), 3, + STATE(3465), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4539), 4, + ACTIONS(4637), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - ACTIONS(4541), 10, + ACTIONS(4639), 10, sym_attribute_function, sym_attribute_impure_function, sym_attribute_mode_view, @@ -224003,7 +224477,7 @@ static const uint16_t ts_small_parse_table[] = { sym_attribute_type, sym_attribute_value, sym_library_attribute, - [212222] = 14, + [212845] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -224014,26 +224488,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(4264), 1, anon_sym_LT_LT, - STATE(2874), 1, + STATE(2798), 1, sym__direct_name, - STATE(4163), 1, - sym_resolution_indication, - STATE(4391), 1, + STATE(4060), 1, sym_name, - STATE(5183), 1, + STATE(4165), 1, + sym_resolution_indication, + STATE(6239), 1, sym_subtype_indication, - STATE(3278), 2, + STATE(3320), 2, sym__identifier, sym__external_name, ACTIONS(4268), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3280), 3, + STATE(3318), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(3453), 3, + STATE(3466), 3, sym__tool_directive, sym_line_comment, sym_block_comment, @@ -224042,149 +224516,184 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [212275] = 15, + [212898] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4543), 1, + ACTIONS(4641), 1, anon_sym_DOT, - ACTIONS(4545), 1, + ACTIONS(4644), 1, anon_sym_LPAREN, - ACTIONS(4547), 1, + ACTIONS(4647), 1, anon_sym_SQUOTE, - ACTIONS(4549), 1, + ACTIONS(4650), 1, anon_sym_LBRACK, - ACTIONS(4551), 1, + ACTIONS(4653), 1, sym_GENERIC, - ACTIONS(4553), 1, + ACTIONS(4656), 1, sym_PARAMETER, - STATE(3490), 1, - aux_sym_name_repeat1, - STATE(4481), 1, + STATE(4510), 1, sym_generic_map_aspect, - STATE(4588), 1, + STATE(4642), 1, sym__name_selector, - STATE(3454), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, ACTIONS(1471), 4, sym_BUS, anon_sym_SEMI, anon_sym_RPAREN, sym_variable_assignment, - STATE(4591), 5, + STATE(3467), 4, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + aux_sym_name_repeat1, + STATE(4641), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - [212330] = 14, + [212951] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3822), 1, + ACTIONS(4659), 1, + anon_sym_DOT, + ACTIONS(4661), 1, anon_sym_LPAREN, - ACTIONS(4264), 1, - anon_sym_LT_LT, - STATE(2874), 1, - sym__direct_name, - STATE(4163), 1, - sym_resolution_indication, - STATE(4391), 1, - sym_name, - STATE(5260), 1, - sym_subtype_indication, - STATE(3278), 2, - sym__identifier, - sym__external_name, - ACTIONS(4268), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(3280), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - STATE(3455), 3, + ACTIONS(4663), 1, + anon_sym_SQUOTE, + ACTIONS(4665), 1, + anon_sym_LBRACK, + ACTIONS(4667), 1, + sym_GENERIC, + ACTIONS(4669), 1, + sym_PARAMETER, + STATE(3506), 1, + aux_sym_name_repeat1, + STATE(4508), 1, + sym_generic_map_aspect, + STATE(4634), 1, + sym__name_selector, + STATE(3468), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4266), 4, + ACTIONS(1509), 4, + sym_IS, + sym_OPEN, + sym_RANGE, + anon_sym_SEMI, + STATE(4630), 5, + sym_function_call, + sym_parenthesis_group, + sym_attribute, + sym_signature, + sym_selection, + [213006] = 10, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(4671), 1, + anon_sym_LPAREN, + STATE(5010), 1, + sym__attribute, + STATE(5018), 1, + sym__attribute_designator, + STATE(5020), 1, + sym_parenthesis_expression, + STATE(3469), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(4673), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [212383] = 14, + ACTIONS(4675), 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, + [213051] = 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(3822), 1, + anon_sym_LPAREN, + ACTIONS(4264), 1, anon_sym_LT_LT, - ACTIONS(19), 1, - sym_ASSERT, - ACTIONS(4555), 1, - sym_PROCESS, - STATE(3023), 1, + STATE(2798), 1, sym__direct_name, - STATE(6988), 1, + STATE(4060), 1, sym_name, - STATE(8105), 1, - sym_assertion, - STATE(4362), 2, + STATE(4165), 1, + sym_resolution_indication, + STATE(7420), 1, + sym_subtype_indication, + STATE(3320), 2, sym__identifier, sym__external_name, - ACTIONS(71), 3, + ACTIONS(4268), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3456), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(4351), 3, + STATE(3318), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + STATE(3470), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(4266), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [212436] = 10, + [213104] = 10, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4557), 1, + ACTIONS(4677), 1, anon_sym_LPAREN, - STATE(2236), 1, - sym__attribute_designator, - STATE(2237), 1, - sym_parenthesis_expression, - STATE(2253), 1, + STATE(1454), 1, sym__attribute, - STATE(3457), 3, + STATE(1498), 1, + sym_parenthesis_expression, + STATE(1499), 1, + sym__attribute_designator, + STATE(3471), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4559), 4, + ACTIONS(4679), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - ACTIONS(4561), 10, + ACTIONS(4681), 10, sym_attribute_function, sym_attribute_impure_function, sym_attribute_mode_view, @@ -224195,31 +224704,31 @@ static const uint16_t ts_small_parse_table[] = { sym_attribute_type, sym_attribute_value, sym_library_attribute, - [212481] = 10, + [213149] = 10, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4563), 1, + ACTIONS(4683), 1, anon_sym_LPAREN, - STATE(4341), 1, + STATE(4564), 1, sym__attribute_designator, - STATE(4343), 1, + STATE(4575), 1, sym_parenthesis_expression, - STATE(4380), 1, + STATE(4619), 1, sym__attribute, - STATE(3458), 3, + STATE(3472), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4565), 4, + ACTIONS(4685), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - ACTIONS(4567), 10, + ACTIONS(4687), 10, sym_attribute_function, sym_attribute_impure_function, sym_attribute_mode_view, @@ -224230,124 +224739,72 @@ static const uint16_t ts_small_parse_table[] = { sym_attribute_type, sym_attribute_value, sym_library_attribute, - [212526] = 14, + [213194] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3822), 1, - anon_sym_LPAREN, - ACTIONS(4264), 1, - anon_sym_LT_LT, - STATE(2794), 1, - sym__direct_name, - STATE(4124), 1, - sym_resolution_indication, - STATE(4252), 1, - sym_name, - STATE(5563), 1, - sym_subtype_indication, - STATE(3278), 2, - sym__identifier, - sym__external_name, - ACTIONS(4268), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(3280), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - STATE(3459), 3, + STATE(3473), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4266), 4, + ACTIONS(2648), 18, sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [212579] = 14, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(3822), 1, - anon_sym_LPAREN, - ACTIONS(4501), 1, - anon_sym_LT_LT, - STATE(2849), 1, - sym__direct_name, - STATE(4135), 1, - sym_resolution_indication, - STATE(4389), 1, - sym_name, - STATE(5333), 1, - sym_subtype_indication, - STATE(3518), 2, - sym__identifier, - sym__external_name, - ACTIONS(4505), 3, + sym_GENERIC, + sym_IS, + sym_OPEN, + sym_PARAMETER, + sym_RANGE, sym_character_literal, sym_operator_symbol, - sym_library_constant_std_logic, - STATE(3460), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(3520), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(4503), 4, - sym_identifier, sym_library_constant, + sym_library_constant_std_logic, sym_library_function, sym_library_type, - [212632] = 14, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_LT_LT, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [213229] = 10, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3822), 1, + ACTIONS(4689), 1, anon_sym_LPAREN, - ACTIONS(4513), 1, - anon_sym_LT_LT, - STATE(2799), 1, - sym__direct_name, - STATE(4143), 1, - sym_resolution_indication, - STATE(4344), 1, - sym_name, - STATE(5094), 1, - sym_subtype_indication, - STATE(3388), 2, - sym__identifier, - sym__external_name, - ACTIONS(4517), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(3391), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - STATE(3461), 3, + STATE(4558), 1, + sym__attribute, + STATE(4593), 1, + sym_parenthesis_expression, + STATE(4595), 1, + sym__attribute_designator, + STATE(3474), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4515), 4, + ACTIONS(4691), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [212685] = 14, + ACTIONS(4693), 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, + [213274] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -224358,26 +224815,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(4264), 1, anon_sym_LT_LT, - STATE(2794), 1, + STATE(2924), 1, sym__direct_name, - STATE(4124), 1, + STATE(3998), 1, sym_resolution_indication, - STATE(4252), 1, + STATE(4394), 1, sym_name, - STATE(7651), 1, + STATE(5159), 1, sym_subtype_indication, - STATE(3278), 2, + STATE(3320), 2, sym__identifier, sym__external_name, ACTIONS(4268), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3280), 3, + STATE(3318), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(3462), 3, + STATE(3475), 3, sym__tool_directive, sym_line_comment, sym_block_comment, @@ -224386,46 +224843,46 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [212738] = 14, + [213327] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3822), 1, - anon_sym_LPAREN, - ACTIONS(4264), 1, + ACTIONS(11), 1, anon_sym_LT_LT, - STATE(2874), 1, + ACTIONS(19), 1, + sym_ASSERT, + ACTIONS(4695), 1, + sym_PROCESS, + STATE(3015), 1, sym__direct_name, - STATE(4163), 1, - sym_resolution_indication, - STATE(4391), 1, + STATE(6750), 1, + sym_assertion, + STATE(7750), 1, sym_name, - STATE(5167), 1, - sym_subtype_indication, - STATE(3278), 2, + STATE(4386), 2, sym__identifier, sym__external_name, - ACTIONS(4268), 3, + ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3280), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - STATE(3463), 3, + STATE(3476), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4266), 4, + STATE(4383), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [212791] = 14, + [213380] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -224436,26 +224893,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(4264), 1, anon_sym_LT_LT, - STATE(2874), 1, + STATE(2798), 1, sym__direct_name, - STATE(4163), 1, - sym_resolution_indication, - STATE(4391), 1, + STATE(4060), 1, sym_name, - STATE(5209), 1, + STATE(4165), 1, + sym_resolution_indication, + STATE(6430), 1, sym_subtype_indication, - STATE(3278), 2, + STATE(3320), 2, sym__identifier, sym__external_name, ACTIONS(4268), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3280), 3, + STATE(3318), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(3464), 3, + STATE(3477), 3, sym__tool_directive, sym_line_comment, sym_block_comment, @@ -224464,7 +224921,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [212844] = 14, + [213433] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -224473,61 +224930,61 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(3822), 1, anon_sym_LPAREN, - ACTIONS(3824), 1, + ACTIONS(4519), 1, anon_sym_LT_LT, - STATE(2806), 1, + STATE(2932), 1, sym__direct_name, - STATE(4177), 1, + STATE(4024), 1, sym_resolution_indication, - STATE(4365), 1, + STATE(4522), 1, sym_name, - STATE(5522), 1, + STATE(7850), 1, sym_subtype_indication, - STATE(3364), 2, + STATE(3727), 2, sym__identifier, sym__external_name, - ACTIONS(3834), 3, + ACTIONS(4523), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3367), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - STATE(3465), 3, + STATE(3478), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3826), 4, + STATE(3768), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(4521), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [212897] = 10, + [213486] = 10, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4569), 1, + ACTIONS(4697), 1, anon_sym_LPAREN, - STATE(4894), 1, + STATE(4414), 1, + sym__attribute, + STATE(4433), 1, sym_parenthesis_expression, - STATE(4927), 1, + STATE(4434), 1, sym__attribute_designator, - STATE(4949), 1, - sym__attribute, - STATE(3466), 3, + STATE(3479), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4571), 4, + ACTIONS(4699), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - ACTIONS(4573), 10, + ACTIONS(4701), 10, sym_attribute_function, sym_attribute_impure_function, sym_attribute_mode_view, @@ -224538,280 +224995,221 @@ static const uint16_t ts_small_parse_table[] = { sym_attribute_type, sym_attribute_value, sym_library_attribute, - [212942] = 14, + [213531] = 10, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3822), 1, + ACTIONS(4703), 1, anon_sym_LPAREN, - ACTIONS(4264), 1, - anon_sym_LT_LT, - STATE(2794), 1, - sym__direct_name, - STATE(4124), 1, - sym_resolution_indication, - STATE(4252), 1, - sym_name, - STATE(5562), 1, - sym_subtype_indication, - STATE(3278), 2, - sym__identifier, - sym__external_name, - ACTIONS(4268), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(3280), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - STATE(3467), 3, + STATE(901), 1, + sym__attribute_designator, + STATE(902), 1, + sym_parenthesis_expression, + STATE(917), 1, + sym__attribute, + STATE(3480), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4266), 4, + ACTIONS(4705), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [212995] = 14, + ACTIONS(4707), 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, + [213576] = 10, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3822), 1, + ACTIONS(4709), 1, anon_sym_LPAREN, - ACTIONS(4501), 1, - anon_sym_LT_LT, - STATE(2849), 1, - sym__direct_name, - STATE(4135), 1, - sym_resolution_indication, - STATE(4389), 1, - sym_name, - STATE(5336), 1, - sym_subtype_indication, - STATE(3518), 2, - sym__identifier, - sym__external_name, - ACTIONS(4505), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(3468), 3, + STATE(4918), 1, + sym__attribute_designator, + STATE(4919), 1, + sym_parenthesis_expression, + STATE(4957), 1, + sym__attribute, + STATE(3481), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3520), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(4503), 4, + ACTIONS(4711), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [213048] = 14, + ACTIONS(4713), 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, + [213621] = 10, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3822), 1, + ACTIONS(4715), 1, anon_sym_LPAREN, - ACTIONS(4264), 1, - anon_sym_LT_LT, - STATE(2794), 1, - sym__direct_name, - STATE(4124), 1, - sym_resolution_indication, - STATE(4252), 1, - sym_name, - STATE(6895), 1, - sym_subtype_indication, - STATE(3278), 2, - sym__identifier, - sym__external_name, - ACTIONS(4268), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(3280), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - STATE(3469), 3, + STATE(1016), 1, + sym__attribute, + STATE(1104), 1, + sym_parenthesis_expression, + STATE(1109), 1, + sym__attribute_designator, + STATE(3482), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4266), 4, + ACTIONS(4717), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [213101] = 14, + ACTIONS(4719), 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, + [213666] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3822), 1, + ACTIONS(4507), 1, + anon_sym_DOT, + ACTIONS(4509), 1, anon_sym_LPAREN, - ACTIONS(4264), 1, - anon_sym_LT_LT, - STATE(2874), 1, - sym__direct_name, - STATE(4163), 1, - sym_resolution_indication, - STATE(4391), 1, - sym_name, - STATE(5270), 1, - sym_subtype_indication, - STATE(3278), 2, - sym__identifier, - sym__external_name, - ACTIONS(4268), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(3280), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - STATE(3470), 3, + ACTIONS(4511), 1, + anon_sym_SQUOTE, + ACTIONS(4513), 1, + anon_sym_LBRACK, + ACTIONS(4515), 1, + sym_GENERIC, + ACTIONS(4517), 1, + sym_PARAMETER, + STATE(3451), 1, + aux_sym_name_repeat1, + STATE(4454), 1, + sym_generic_map_aspect, + STATE(4559), 1, + sym__name_selector, + STATE(3483), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4266), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [213154] = 14, + ACTIONS(1509), 4, + sym_FOR, + sym_UNTIL, + anon_sym_SEMI, + anon_sym_COMMA, + STATE(4560), 5, + sym_function_call, + sym_parenthesis_group, + sym_attribute, + sym_signature, + sym_selection, + [213721] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3822), 1, - anon_sym_LPAREN, - ACTIONS(4264), 1, - anon_sym_LT_LT, - STATE(2874), 1, - sym__direct_name, - STATE(4163), 1, - sym_resolution_indication, - STATE(4391), 1, - sym_name, - STATE(5208), 1, - sym_subtype_indication, - STATE(3278), 2, - sym__identifier, - sym__external_name, - ACTIONS(4268), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(3280), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - STATE(3471), 3, + STATE(3484), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4266), 4, + ACTIONS(2374), 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, - [213207] = 14, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_LT_LT, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [213756] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3822), 1, - anon_sym_LPAREN, - ACTIONS(4495), 1, + ACTIONS(11), 1, anon_sym_LT_LT, - STATE(2990), 1, + ACTIONS(19), 1, + sym_ASSERT, + ACTIONS(4485), 1, + sym_PROCESS, + STATE(3015), 1, sym__direct_name, - STATE(4236), 1, - sym_resolution_indication, - STATE(4506), 1, + STATE(6795), 1, + sym_assertion, + STATE(7494), 1, sym_name, - STATE(6051), 1, - sym_subtype_indication, - STATE(3800), 2, + STATE(4386), 2, sym__identifier, sym__external_name, - ACTIONS(4499), 3, + ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3472), 3, + STATE(3485), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3802), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4497), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [213260] = 14, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(4575), 1, - anon_sym_LPAREN, - ACTIONS(4577), 1, - sym_ACCESS, - ACTIONS(4579), 1, - sym_ARRAY, - ACTIONS(4581), 1, - sym_FILE, - ACTIONS(4583), 1, - sym_PRIVATE, - ACTIONS(4585), 1, - sym_RANGE, - ACTIONS(4587), 1, - sym_UNITS, - ACTIONS(4589), 1, - sym_box, - STATE(5523), 1, - sym__incomplete_type_definition, - STATE(3473), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(5518), 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, - [213313] = 14, + [213809] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -224820,37 +225218,37 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(3822), 1, anon_sym_LPAREN, - ACTIONS(4501), 1, + ACTIONS(4519), 1, anon_sym_LT_LT, - STATE(2849), 1, + STATE(2932), 1, sym__direct_name, - STATE(4135), 1, + STATE(4024), 1, sym_resolution_indication, - STATE(4389), 1, + STATE(4522), 1, sym_name, - STATE(5498), 1, + STATE(7815), 1, sym_subtype_indication, - STATE(3518), 2, + STATE(3727), 2, sym__identifier, sym__external_name, - ACTIONS(4505), 3, + ACTIONS(4523), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3474), 3, + STATE(3486), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3520), 3, + STATE(3768), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4503), 4, + ACTIONS(4521), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [213366] = 14, + [213862] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -224861,26 +225259,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(4264), 1, anon_sym_LT_LT, - STATE(2794), 1, + STATE(2924), 1, sym__direct_name, - STATE(4124), 1, + STATE(3998), 1, sym_resolution_indication, - STATE(4252), 1, + STATE(4394), 1, sym_name, - STATE(5637), 1, + STATE(5167), 1, sym_subtype_indication, - STATE(3278), 2, + STATE(3320), 2, sym__identifier, sym__external_name, ACTIONS(4268), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3280), 3, + STATE(3318), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(3475), 3, + STATE(3487), 3, sym__tool_directive, sym_line_comment, sym_block_comment, @@ -224889,7 +225287,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [213419] = 14, + [213915] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -224898,100 +225296,61 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(3822), 1, anon_sym_LPAREN, - ACTIONS(4501), 1, + ACTIONS(4519), 1, anon_sym_LT_LT, - STATE(2849), 1, + STATE(2932), 1, sym__direct_name, - STATE(4135), 1, + STATE(4024), 1, sym_resolution_indication, - STATE(4389), 1, + STATE(4522), 1, sym_name, - STATE(5341), 1, + STATE(6555), 1, sym_subtype_indication, - STATE(3518), 2, + STATE(3727), 2, sym__identifier, sym__external_name, - ACTIONS(4505), 3, + ACTIONS(4523), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3476), 3, + STATE(3488), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3520), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(4503), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [213472] = 14, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(3822), 1, - anon_sym_LPAREN, - ACTIONS(4264), 1, - anon_sym_LT_LT, - STATE(2794), 1, - sym__direct_name, - STATE(4124), 1, - sym_resolution_indication, - STATE(4252), 1, - sym_name, - STATE(7581), 1, - sym_subtype_indication, - STATE(3278), 2, - sym__identifier, - sym__external_name, - ACTIONS(4268), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(3280), 3, + STATE(3768), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(3477), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(4266), 4, + ACTIONS(4521), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [213525] = 10, + [213968] = 10, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4591), 1, + ACTIONS(4721), 1, anon_sym_LPAREN, - STATE(4406), 1, + STATE(3367), 1, sym__attribute_designator, - STATE(4422), 1, + STATE(3368), 1, sym_parenthesis_expression, - STATE(4436), 1, + STATE(3397), 1, sym__attribute, - STATE(3478), 3, + STATE(3489), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4593), 4, + ACTIONS(4723), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - ACTIONS(4595), 10, + ACTIONS(4725), 10, sym_attribute_function, sym_attribute_impure_function, sym_attribute_mode_view, @@ -225002,7 +225361,7 @@ static const uint16_t ts_small_parse_table[] = { sym_attribute_type, sym_attribute_value, sym_library_attribute, - [213570] = 14, + [214013] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -225011,37 +225370,67 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(3822), 1, anon_sym_LPAREN, - ACTIONS(4264), 1, + ACTIONS(4727), 1, anon_sym_LT_LT, - STATE(2874), 1, + STATE(2834), 1, sym__direct_name, - STATE(4163), 1, + STATE(4041), 1, sym_resolution_indication, - STATE(4391), 1, + STATE(4395), 1, sym_name, - STATE(5160), 1, + STATE(5357), 1, sym_subtype_indication, - STATE(3278), 2, + STATE(3538), 2, sym__identifier, sym__external_name, - ACTIONS(4268), 3, + ACTIONS(4731), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3280), 3, + STATE(3490), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(3539), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(3479), 3, + ACTIONS(4729), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [214066] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(3491), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4266), 4, + ACTIONS(2520), 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, - [213623] = 14, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_LT_LT, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [214101] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -225052,26 +225441,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(4264), 1, anon_sym_LT_LT, - STATE(2874), 1, + STATE(2798), 1, sym__direct_name, - STATE(4163), 1, - sym_resolution_indication, - STATE(4391), 1, + STATE(4060), 1, sym_name, - STATE(5311), 1, + STATE(4165), 1, + sym_resolution_indication, + STATE(6387), 1, sym_subtype_indication, - STATE(3278), 2, + STATE(3320), 2, sym__identifier, sym__external_name, ACTIONS(4268), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3280), 3, + STATE(3318), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(3480), 3, + STATE(3492), 3, sym__tool_directive, sym_line_comment, sym_block_comment, @@ -225080,71 +225469,31 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [213676] = 15, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(4597), 1, - anon_sym_DOT, - ACTIONS(4599), 1, - anon_sym_LPAREN, - ACTIONS(4601), 1, - anon_sym_SQUOTE, - ACTIONS(4603), 1, - anon_sym_LBRACK, - ACTIONS(4605), 1, - sym_GENERIC, - ACTIONS(4607), 1, - sym_PARAMETER, - STATE(3486), 1, - aux_sym_name_repeat1, - STATE(4491), 1, - sym_generic_map_aspect, - STATE(4640), 1, - sym__name_selector, - STATE(3481), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(1471), 4, - sym_FOR, - sym_UNTIL, - anon_sym_SEMI, - anon_sym_COMMA, - STATE(4641), 5, - sym_function_call, - sym_parenthesis_group, - sym_attribute, - sym_signature, - sym_selection, - [213731] = 10, + [214154] = 10, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4609), 1, + ACTIONS(4733), 1, anon_sym_LPAREN, - STATE(4594), 1, + STATE(2141), 1, sym__attribute_designator, - STATE(4595), 1, + STATE(2142), 1, sym_parenthesis_expression, - STATE(4637), 1, + STATE(2244), 1, sym__attribute, - STATE(3482), 3, + STATE(3493), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4611), 4, + ACTIONS(4735), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - ACTIONS(4613), 10, + ACTIONS(4737), 10, sym_attribute_function, sym_attribute_impure_function, sym_attribute_mode_view, @@ -225155,7 +225504,7 @@ static const uint16_t ts_small_parse_table[] = { sym_attribute_type, sym_attribute_value, sym_library_attribute, - [213776] = 14, + [214199] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -225166,26 +225515,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(4264), 1, anon_sym_LT_LT, - STATE(2794), 1, + STATE(2924), 1, sym__direct_name, - STATE(4124), 1, + STATE(3998), 1, sym_resolution_indication, - STATE(4252), 1, + STATE(4394), 1, sym_name, - STATE(6339), 1, + STATE(5197), 1, sym_subtype_indication, - STATE(3278), 2, + STATE(3320), 2, sym__identifier, sym__external_name, ACTIONS(4268), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3280), 3, + STATE(3318), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(3483), 3, + STATE(3494), 3, sym__tool_directive, sym_line_comment, sym_block_comment, @@ -225194,7 +225543,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [213829] = 14, + [214252] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -225203,37 +225552,37 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(3822), 1, anon_sym_LPAREN, - ACTIONS(4264), 1, + ACTIONS(4739), 1, anon_sym_LT_LT, - STATE(2874), 1, + STATE(2801), 1, sym__direct_name, - STATE(4163), 1, + STATE(4017), 1, sym_resolution_indication, - STATE(4391), 1, + STATE(4340), 1, sym_name, - STATE(5300), 1, + STATE(5118), 1, sym_subtype_indication, - STATE(3278), 2, + STATE(3421), 2, sym__identifier, sym__external_name, - ACTIONS(4268), 3, + ACTIONS(4743), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3280), 3, + STATE(3420), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(3484), 3, + STATE(3495), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4266), 4, + ACTIONS(4741), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [213882] = 14, + [214305] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -225244,26 +225593,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(4264), 1, anon_sym_LT_LT, - STATE(2874), 1, + STATE(2798), 1, sym__direct_name, - STATE(4163), 1, - sym_resolution_indication, - STATE(4391), 1, + STATE(4060), 1, sym_name, - STATE(5172), 1, + STATE(4165), 1, + sym_resolution_indication, + STATE(7543), 1, sym_subtype_indication, - STATE(3278), 2, + STATE(3320), 2, sym__identifier, sym__external_name, ACTIONS(4268), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3280), 3, + STATE(3318), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(3485), 3, + STATE(3496), 3, sym__tool_directive, sym_line_comment, sym_block_comment, @@ -225272,140 +225621,31 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [213935] = 15, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(4597), 1, - anon_sym_DOT, - ACTIONS(4599), 1, - anon_sym_LPAREN, - ACTIONS(4601), 1, - anon_sym_SQUOTE, - ACTIONS(4603), 1, - anon_sym_LBRACK, - ACTIONS(4605), 1, - sym_GENERIC, - ACTIONS(4607), 1, - sym_PARAMETER, - STATE(3576), 1, - aux_sym_name_repeat1, - STATE(4491), 1, - sym_generic_map_aspect, - STATE(4640), 1, - sym__name_selector, - STATE(3486), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(1487), 4, - sym_FOR, - sym_UNTIL, - anon_sym_SEMI, - anon_sym_COMMA, - STATE(4641), 5, - sym_function_call, - sym_parenthesis_group, - sym_attribute, - sym_signature, - sym_selection, - [213990] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(3487), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2390), 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, - [214025] = 14, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(4379), 1, - sym_ARRAY, - ACTIONS(4615), 1, - anon_sym_LPAREN, - ACTIONS(4617), 1, - sym_ACCESS, - ACTIONS(4619), 1, - sym_FILE, - ACTIONS(4621), 1, - sym_PRIVATE, - ACTIONS(4623), 1, - sym_RANGE, - ACTIONS(4625), 1, - sym_UNITS, - ACTIONS(4627), 1, - sym_box, - STATE(6536), 1, - sym__incomplete_type_definition, - STATE(3488), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(5364), 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, - [214078] = 10, + [214358] = 10, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4629), 1, + ACTIONS(4745), 1, anon_sym_LPAREN, - STATE(4557), 1, - sym__attribute_designator, - STATE(4558), 1, - sym_parenthesis_expression, - STATE(4609), 1, + STATE(1931), 1, sym__attribute, - STATE(3489), 3, + STATE(1956), 1, + sym_parenthesis_expression, + STATE(1957), 1, + sym__attribute_designator, + STATE(3497), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4631), 4, + ACTIONS(4747), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - ACTIONS(4633), 10, + ACTIONS(4749), 10, sym_attribute_function, sym_attribute_impure_function, sym_attribute_mode_view, @@ -225416,321 +225656,100 @@ static const uint16_t ts_small_parse_table[] = { sym_attribute_type, sym_attribute_value, sym_library_attribute, - [214123] = 15, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(4543), 1, - anon_sym_DOT, - ACTIONS(4545), 1, - anon_sym_LPAREN, - ACTIONS(4547), 1, - anon_sym_SQUOTE, - ACTIONS(4549), 1, - anon_sym_LBRACK, - ACTIONS(4551), 1, - sym_GENERIC, - ACTIONS(4553), 1, - sym_PARAMETER, - STATE(3444), 1, - aux_sym_name_repeat1, - STATE(4481), 1, - sym_generic_map_aspect, - STATE(4588), 1, - sym__name_selector, - STATE(3490), 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(4591), 5, - sym_function_call, - sym_parenthesis_group, - sym_attribute, - sym_signature, - sym_selection, - [214178] = 10, + [214403] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4635), 1, + ACTIONS(3822), 1, anon_sym_LPAREN, - STATE(1685), 1, - sym__attribute, - STATE(1708), 1, - sym__attribute_designator, - STATE(1729), 1, - sym_parenthesis_expression, - STATE(3491), 3, + ACTIONS(4264), 1, + anon_sym_LT_LT, + STATE(2798), 1, + sym__direct_name, + STATE(4060), 1, + sym_name, + STATE(4165), 1, + sym_resolution_indication, + STATE(6624), 1, + sym_subtype_indication, + STATE(3320), 2, + sym__identifier, + sym__external_name, + ACTIONS(4268), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, + STATE(3318), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + STATE(3498), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4637), 4, + ACTIONS(4266), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - ACTIONS(4639), 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, - [214223] = 10, + [214456] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4641), 1, - anon_sym_LPAREN, - STATE(4488), 1, - sym__attribute_designator, - STATE(4494), 1, - sym_parenthesis_expression, - STATE(4544), 1, - sym__attribute, - STATE(3492), 3, + STATE(3499), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4643), 4, + ACTIONS(2600), 18, sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - ACTIONS(4645), 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, - [214268] = 15, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(4647), 1, - anon_sym_DOT, - ACTIONS(4649), 1, - anon_sym_LPAREN, - ACTIONS(4651), 1, - anon_sym_SQUOTE, - ACTIONS(4653), 1, - anon_sym_LBRACK, - ACTIONS(4655), 1, sym_GENERIC, - ACTIONS(4657), 1, - sym_PARAMETER, - STATE(3511), 1, - aux_sym_name_repeat1, - STATE(4461), 1, - sym_generic_map_aspect, - STATE(4629), 1, - sym__name_selector, - STATE(3493), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(1471), 4, sym_IS, sym_OPEN, + sym_PARAMETER, sym_RANGE, - anon_sym_SEMI, - STATE(4633), 5, - sym_function_call, - sym_parenthesis_group, - sym_attribute, - sym_signature, - sym_selection, - [214323] = 10, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(4659), 1, - anon_sym_LPAREN, - STATE(2122), 1, - sym__attribute_designator, - STATE(2123), 1, - sym_parenthesis_expression, - STATE(2143), 1, - sym__attribute, - STATE(3494), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(4661), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - ACTIONS(4663), 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, - [214368] = 10, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(4665), 1, - anon_sym_LPAREN, - STATE(1344), 1, - sym__attribute_designator, - STATE(1345), 1, - sym_parenthesis_expression, - STATE(1355), 1, - sym__attribute, - STATE(3495), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(4667), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - ACTIONS(4669), 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, - [214413] = 10, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(4671), 1, - anon_sym_LPAREN, - STATE(1362), 1, - sym__attribute_designator, - STATE(1363), 1, - sym_parenthesis_expression, - STATE(1373), 1, - sym__attribute, - STATE(3496), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(4673), 4, - sym_identifier, + sym_character_literal, + sym_operator_symbol, sym_library_constant, + sym_library_constant_std_logic, sym_library_function, sym_library_type, - ACTIONS(4675), 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, - [214458] = 10, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(4677), 1, + anon_sym_SEMI, + anon_sym_DOT, anon_sym_LPAREN, - STATE(1484), 1, - sym__attribute_designator, - STATE(1485), 1, - sym_parenthesis_expression, - STATE(1502), 1, - sym__attribute, - STATE(3497), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(4679), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - ACTIONS(4681), 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, - [214503] = 10, + anon_sym_LT_LT, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [214491] = 10, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4683), 1, + ACTIONS(4751), 1, anon_sym_LPAREN, - STATE(1510), 1, + STATE(3515), 1, sym__attribute_designator, - STATE(1511), 1, + STATE(3517), 1, sym_parenthesis_expression, - STATE(1527), 1, + STATE(3581), 1, sym__attribute, - STATE(3498), 3, + STATE(3500), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4685), 4, + ACTIONS(4753), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - ACTIONS(4687), 10, + ACTIONS(4755), 10, sym_attribute_function, sym_attribute_impure_function, sym_attribute_mode_view, @@ -225741,42 +225760,37 @@ static const uint16_t ts_small_parse_table[] = { sym_attribute_type, sym_attribute_value, sym_library_attribute, - [214548] = 10, + [214536] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4689), 1, - anon_sym_LPAREN, - STATE(929), 1, - sym__attribute_designator, - STATE(974), 1, - sym_parenthesis_expression, - STATE(988), 1, - sym__attribute, - STATE(3499), 3, + STATE(3501), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4691), 4, + ACTIONS(2516), 18, sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - ACTIONS(4693), 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, - [214593] = 14, + 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, + [214571] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -225787,26 +225801,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(4264), 1, anon_sym_LT_LT, - STATE(2794), 1, + STATE(2924), 1, sym__direct_name, - STATE(4124), 1, + STATE(3998), 1, sym_resolution_indication, - STATE(4252), 1, + STATE(4394), 1, sym_name, - STATE(6857), 1, + STATE(5302), 1, sym_subtype_indication, - STATE(3278), 2, + STATE(3320), 2, sym__identifier, sym__external_name, ACTIONS(4268), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3280), 3, + STATE(3318), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(3500), 3, + STATE(3502), 3, sym__tool_directive, sym_line_comment, sym_block_comment, @@ -225815,101 +225829,61 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [214646] = 10, + [214624] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4695), 1, - anon_sym_LPAREN, - STATE(1141), 1, - sym__attribute, - STATE(1233), 1, - sym__attribute_designator, - STATE(1235), 1, - sym_parenthesis_expression, - STATE(3501), 3, + STATE(3503), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4697), 4, + ACTIONS(2402), 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(4699), 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, - [214691] = 10, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(4701), 1, + anon_sym_SEMI, + anon_sym_DOT, anon_sym_LPAREN, - STATE(3375), 1, - sym__attribute_designator, - STATE(3377), 1, - sym_parenthesis_expression, - STATE(3387), 1, - sym__attribute, - STATE(3502), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(4703), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - ACTIONS(4705), 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, - [214736] = 10, + anon_sym_LT_LT, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [214659] = 10, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4707), 1, + ACTIONS(4757), 1, anon_sym_LPAREN, - STATE(1568), 1, + STATE(1205), 1, sym__attribute_designator, - STATE(1569), 1, + STATE(1207), 1, sym_parenthesis_expression, - STATE(1597), 1, + STATE(1211), 1, sym__attribute, - STATE(3503), 3, + STATE(3504), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4709), 4, + ACTIONS(4759), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - ACTIONS(4711), 10, + ACTIONS(4761), 10, sym_attribute_function, sym_attribute_impure_function, sym_attribute_mode_view, @@ -225920,31 +225894,31 @@ static const uint16_t ts_small_parse_table[] = { sym_attribute_type, sym_attribute_value, sym_library_attribute, - [214781] = 10, + [214704] = 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(4763), 1, anon_sym_LPAREN, - STATE(4718), 1, - sym__attribute_designator, - STATE(4738), 1, - sym_parenthesis_expression, - STATE(4758), 1, + STATE(4456), 1, sym__attribute, - STATE(3504), 3, + STATE(4477), 1, + sym_parenthesis_expression, + STATE(4479), 1, + sym__attribute_designator, + STATE(3505), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4715), 4, + ACTIONS(4765), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - ACTIONS(4717), 10, + ACTIONS(4767), 10, sym_attribute_function, sym_attribute_impure_function, sym_attribute_mode_view, @@ -225955,70 +225929,70 @@ static const uint16_t ts_small_parse_table[] = { sym_attribute_type, sym_attribute_value, sym_library_attribute, - [214826] = 14, + [214749] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4379), 1, - sym_ARRAY, - ACTIONS(4615), 1, + ACTIONS(4769), 1, + anon_sym_DOT, + ACTIONS(4772), 1, anon_sym_LPAREN, - ACTIONS(4617), 1, - sym_ACCESS, - ACTIONS(4619), 1, - sym_FILE, - ACTIONS(4621), 1, - sym_PRIVATE, - ACTIONS(4623), 1, + ACTIONS(4775), 1, + anon_sym_SQUOTE, + ACTIONS(4778), 1, + anon_sym_LBRACK, + ACTIONS(4781), 1, + sym_GENERIC, + ACTIONS(4784), 1, + sym_PARAMETER, + STATE(4508), 1, + sym_generic_map_aspect, + STATE(4634), 1, + sym__name_selector, + ACTIONS(1471), 4, + sym_IS, + sym_OPEN, sym_RANGE, - ACTIONS(4625), 1, - sym_UNITS, - ACTIONS(4627), 1, - sym_box, - STATE(5398), 1, - sym__incomplete_type_definition, - STATE(3505), 3, + anon_sym_SEMI, + STATE(3506), 4, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(5364), 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, - [214879] = 10, + aux_sym_name_repeat1, + STATE(4630), 5, + sym_function_call, + sym_parenthesis_group, + sym_attribute, + sym_signature, + sym_selection, + [214802] = 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(4787), 1, anon_sym_LPAREN, - STATE(1572), 1, - sym__attribute_designator, - STATE(1573), 1, - sym_parenthesis_expression, - STATE(1601), 1, + STATE(1355), 1, sym__attribute, - STATE(3506), 3, + STATE(1385), 1, + sym_parenthesis_expression, + STATE(1386), 1, + sym__attribute_designator, + STATE(3507), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4721), 4, + ACTIONS(4789), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - ACTIONS(4723), 10, + ACTIONS(4791), 10, sym_attribute_function, sym_attribute_impure_function, sym_attribute_mode_view, @@ -226029,31 +226003,31 @@ static const uint16_t ts_small_parse_table[] = { sym_attribute_type, sym_attribute_value, sym_library_attribute, - [214924] = 10, + [214847] = 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(4793), 1, anon_sym_LPAREN, - STATE(1061), 1, + STATE(4704), 1, sym__attribute, - STATE(1111), 1, - sym__attribute_designator, - STATE(1112), 1, + STATE(4855), 1, sym_parenthesis_expression, - STATE(3507), 3, + STATE(4862), 1, + sym__attribute_designator, + STATE(3508), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4727), 4, + ACTIONS(4795), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - ACTIONS(4729), 10, + ACTIONS(4797), 10, sym_attribute_function, sym_attribute_impure_function, sym_attribute_mode_view, @@ -226064,70 +226038,31 @@ static const uint16_t ts_small_parse_table[] = { sym_attribute_type, sym_attribute_value, sym_library_attribute, - [214969] = 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(19), 1, - sym_ASSERT, - ACTIONS(4431), 1, - sym_PROCESS, - STATE(3023), 1, - sym__direct_name, - STATE(7270), 1, - sym_name, - STATE(8063), 1, - sym_assertion, - STATE(4362), 2, - sym__identifier, - sym__external_name, - ACTIONS(71), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(3508), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(4351), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(3078), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [215022] = 10, + [214892] = 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(4799), 1, anon_sym_LPAREN, - STATE(1087), 1, - sym__attribute_designator, - STATE(1088), 1, - sym_parenthesis_expression, - STATE(1105), 1, + STATE(4777), 1, sym__attribute, + STATE(4822), 1, + sym_parenthesis_expression, + STATE(4825), 1, + sym__attribute_designator, STATE(3509), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4733), 4, + ACTIONS(4801), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - ACTIONS(4735), 10, + ACTIONS(4803), 10, sym_attribute_function, sym_attribute_impure_function, sym_attribute_mode_view, @@ -226138,31 +226073,31 @@ static const uint16_t ts_small_parse_table[] = { sym_attribute_type, sym_attribute_value, sym_library_attribute, - [215067] = 10, + [214937] = 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(4805), 1, anon_sym_LPAREN, - STATE(887), 1, - sym_parenthesis_expression, - STATE(913), 1, + STATE(976), 1, sym__attribute_designator, - STATE(923), 1, + STATE(991), 1, sym__attribute, + STATE(993), 1, + sym_parenthesis_expression, STATE(3510), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4739), 4, + ACTIONS(4807), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - ACTIONS(4741), 10, + ACTIONS(4809), 10, sym_attribute_function, sym_attribute_impure_function, sym_attribute_mode_view, @@ -226173,71 +226108,31 @@ static const uint16_t ts_small_parse_table[] = { sym_attribute_type, sym_attribute_value, sym_library_attribute, - [215112] = 15, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(4647), 1, - anon_sym_DOT, - ACTIONS(4649), 1, - anon_sym_LPAREN, - ACTIONS(4651), 1, - anon_sym_SQUOTE, - ACTIONS(4653), 1, - anon_sym_LBRACK, - ACTIONS(4655), 1, - sym_GENERIC, - ACTIONS(4657), 1, - sym_PARAMETER, - STATE(3570), 1, - aux_sym_name_repeat1, - STATE(4461), 1, - sym_generic_map_aspect, - STATE(4629), 1, - sym__name_selector, - STATE(3511), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(1487), 4, - sym_IS, - sym_OPEN, - sym_RANGE, - anon_sym_SEMI, - STATE(4633), 5, - sym_function_call, - sym_parenthesis_group, - sym_attribute, - sym_signature, - sym_selection, - [215167] = 10, + [214982] = 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(4811), 1, anon_sym_LPAREN, - STATE(1821), 1, + STATE(1305), 1, sym__attribute_designator, - STATE(1822), 1, + STATE(1316), 1, sym_parenthesis_expression, - STATE(1841), 1, + STATE(1370), 1, sym__attribute, - STATE(3512), 3, + STATE(3511), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4745), 4, + ACTIONS(4813), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - ACTIONS(4747), 10, + ACTIONS(4815), 10, sym_attribute_function, sym_attribute_impure_function, sym_attribute_mode_view, @@ -226248,31 +226143,31 @@ static const uint16_t ts_small_parse_table[] = { sym_attribute_type, sym_attribute_value, sym_library_attribute, - [215212] = 10, + [215027] = 10, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4749), 1, + ACTIONS(4817), 1, anon_sym_LPAREN, - STATE(1851), 1, - sym__attribute_designator, - STATE(1852), 1, - sym_parenthesis_expression, - STATE(1877), 1, + STATE(1332), 1, sym__attribute, - STATE(3513), 3, + STATE(1345), 1, + sym_parenthesis_expression, + STATE(1346), 1, + sym__attribute_designator, + STATE(3512), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4751), 4, + ACTIONS(4819), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - ACTIONS(4753), 10, + ACTIONS(4821), 10, sym_attribute_function, sym_attribute_impure_function, sym_attribute_mode_view, @@ -226283,46 +226178,7 @@ static const uint16_t ts_small_parse_table[] = { sym_attribute_type, sym_attribute_value, sym_library_attribute, - [215257] = 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(281), 1, - sym_TYPE, - STATE(3023), 1, - sym__direct_name, - STATE(5468), 1, - sym_unspecified_type_indication, - STATE(5469), 1, - sym__incomplete_type_mark, - STATE(5470), 1, - sym_name, - STATE(4362), 2, - sym__identifier, - sym__external_name, - ACTIONS(71), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(3514), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(4351), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(3078), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [215310] = 14, + [215072] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -226331,118 +226187,108 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(3822), 1, anon_sym_LPAREN, - ACTIONS(4264), 1, + ACTIONS(4739), 1, anon_sym_LT_LT, - STATE(2794), 1, + STATE(2801), 1, sym__direct_name, - STATE(4124), 1, + STATE(4017), 1, sym_resolution_indication, - STATE(4252), 1, + STATE(4340), 1, sym_name, - STATE(6541), 1, + STATE(5096), 1, sym_subtype_indication, - STATE(3278), 2, + STATE(3421), 2, sym__identifier, sym__external_name, - ACTIONS(4268), 3, + ACTIONS(4743), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3280), 3, + STATE(3420), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(3515), 3, + STATE(3513), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4266), 4, + ACTIONS(4741), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [215363] = 10, + [215125] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4755), 1, - anon_sym_LPAREN, - STATE(4659), 1, - sym__attribute_designator, - STATE(4661), 1, - sym_parenthesis_expression, - STATE(4690), 1, - sym__attribute, - STATE(3516), 3, + STATE(3514), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4757), 4, + ACTIONS(2656), 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(4759), 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, - [215408] = 10, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_LT_LT, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [215160] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4761), 1, - anon_sym_LPAREN, - STATE(4764), 1, - sym__attribute, - STATE(4769), 1, - sym__attribute_designator, - STATE(4783), 1, - sym_parenthesis_expression, - STATE(3517), 3, + STATE(3515), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4763), 4, + ACTIONS(2508), 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(4765), 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, - [215453] = 5, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_LT_LT, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [215195] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3518), 3, + STATE(3516), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2386), 18, + ACTIONS(2652), 18, sym_identifier, sym_GENERIC, sym_IS, @@ -226461,53 +226307,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_SQUOTE, anon_sym_LBRACK, - [215488] = 10, + [215230] = 5, 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_LPAREN, - STATE(1462), 1, - sym__attribute_designator, - STATE(1463), 1, - sym_parenthesis_expression, - STATE(1580), 1, - sym__attribute, - STATE(3519), 3, + STATE(3517), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4769), 4, + ACTIONS(2504), 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(4771), 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, - [215533] = 5, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_LT_LT, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [215265] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3520), 3, + STATE(3518), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2394), 18, + ACTIONS(2386), 18, sym_identifier, sym_GENERIC, sym_IS, @@ -226526,31 +226367,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_SQUOTE, anon_sym_LBRACK, - [215568] = 10, + [215300] = 10, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4773), 1, + ACTIONS(4823), 1, anon_sym_LPAREN, - STATE(4733), 1, - sym__attribute_designator, - STATE(4734), 1, - sym_parenthesis_expression, - STATE(4765), 1, + STATE(1480), 1, sym__attribute, - STATE(3521), 3, + STATE(1492), 1, + sym_parenthesis_expression, + STATE(1493), 1, + sym__attribute_designator, + STATE(3519), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4775), 4, + ACTIONS(4825), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - ACTIONS(4777), 10, + ACTIONS(4827), 10, sym_attribute_function, sym_attribute_impure_function, sym_attribute_mode_view, @@ -226561,48 +226402,96 @@ static const uint16_t ts_small_parse_table[] = { sym_attribute_type, sym_attribute_value, sym_library_attribute, - [215613] = 5, + [215345] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3522), 3, + ACTIONS(3822), 1, + anon_sym_LPAREN, + ACTIONS(4727), 1, + anon_sym_LT_LT, + STATE(2834), 1, + sym__direct_name, + STATE(4041), 1, + sym_resolution_indication, + STATE(4395), 1, + sym_name, + STATE(5474), 1, + sym_subtype_indication, + STATE(3538), 2, + sym__identifier, + sym__external_name, + ACTIONS(4731), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, + STATE(3520), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2452), 18, + STATE(3539), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(4729), 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, + [215398] = 14, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(3822), 1, anon_sym_LPAREN, + ACTIONS(4519), 1, anon_sym_LT_LT, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [215648] = 5, + STATE(2932), 1, + sym__direct_name, + STATE(4024), 1, + sym_resolution_indication, + STATE(4522), 1, + sym_name, + STATE(7870), 1, + sym_subtype_indication, + STATE(3727), 2, + sym__identifier, + sym__external_name, + ACTIONS(4523), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, + STATE(3521), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(3768), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(4521), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [215451] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3523), 3, + STATE(3522), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2456), 18, + ACTIONS(2482), 18, sym_identifier, sym_GENERIC, sym_IS, @@ -226621,31 +226510,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_SQUOTE, anon_sym_LBRACK, - [215683] = 10, + [215486] = 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(4829), 1, anon_sym_LPAREN, - STATE(4445), 1, - sym__attribute, - STATE(4465), 1, + STATE(1797), 1, sym__attribute_designator, - STATE(4467), 1, + STATE(1798), 1, sym_parenthesis_expression, - STATE(3524), 3, + STATE(1808), 1, + sym__attribute, + STATE(3523), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4781), 4, + ACTIONS(4831), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - ACTIONS(4783), 10, + ACTIONS(4833), 10, sym_attribute_function, sym_attribute_impure_function, sym_attribute_mode_view, @@ -226656,31 +226545,31 @@ static const uint16_t ts_small_parse_table[] = { sym_attribute_type, sym_attribute_value, sym_library_attribute, - [215728] = 10, + [215531] = 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(4835), 1, anon_sym_LPAREN, - STATE(1384), 1, - sym__attribute, - STATE(1403), 1, + STATE(1539), 1, sym__attribute_designator, - STATE(1404), 1, + STATE(1544), 1, sym_parenthesis_expression, - STATE(3525), 3, + STATE(1588), 1, + sym__attribute, + STATE(3524), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4787), 4, + ACTIONS(4837), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - ACTIONS(4789), 10, + ACTIONS(4839), 10, sym_attribute_function, sym_attribute_impure_function, sym_attribute_mode_view, @@ -226691,18 +226580,18 @@ static const uint16_t ts_small_parse_table[] = { sym_attribute_type, sym_attribute_value, sym_library_attribute, - [215773] = 5, + [215576] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3526), 3, + STATE(3525), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2492), 18, + ACTIONS(2474), 18, sym_identifier, sym_GENERIC, sym_IS, @@ -226721,7 +226610,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_SQUOTE, anon_sym_LBRACK, - [215808] = 5, + [215611] = 10, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(4841), 1, + anon_sym_LPAREN, + STATE(4621), 1, + sym__attribute, + STATE(4636), 1, + sym_parenthesis_expression, + STATE(4637), 1, + sym__attribute_designator, + STATE(3526), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(4843), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + ACTIONS(4845), 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, + [215656] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -226732,7 +226656,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2508), 18, + ACTIONS(2436), 18, sym_identifier, sym_GENERIC, sym_IS, @@ -226751,181 +226675,218 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_SQUOTE, anon_sym_LBRACK, - [215843] = 5, + [215691] = 10, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(4847), 1, + anon_sym_LPAREN, + STATE(1759), 1, + sym__attribute, + STATE(1770), 1, + sym__attribute_designator, + STATE(1772), 1, + sym_parenthesis_expression, STATE(3528), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2512), 18, + ACTIONS(4849), 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, - [215878] = 5, + ACTIONS(4851), 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, + [215736] = 10, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(4853), 1, + anon_sym_LPAREN, + STATE(1605), 1, + sym__attribute_designator, + STATE(1610), 1, + sym_parenthesis_expression, + STATE(1626), 1, + sym__attribute, STATE(3529), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2610), 18, + ACTIONS(4855), 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, - [215913] = 5, + 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, + [215781] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(3822), 1, + anon_sym_LPAREN, + ACTIONS(4264), 1, + anon_sym_LT_LT, + STATE(2924), 1, + sym__direct_name, + STATE(3998), 1, + sym_resolution_indication, + STATE(4394), 1, + sym_name, + STATE(5272), 1, + sym_subtype_indication, + STATE(3320), 2, + sym__identifier, + sym__external_name, + ACTIONS(4268), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, + STATE(3318), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, STATE(3530), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2516), 18, + ACTIONS(4266), 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, - [215948] = 5, + [215834] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(3822), 1, + anon_sym_LPAREN, + ACTIONS(4264), 1, + anon_sym_LT_LT, + STATE(2924), 1, + sym__direct_name, + STATE(3998), 1, + sym_resolution_indication, + STATE(4394), 1, + sym_name, + STATE(5180), 1, + sym_subtype_indication, + STATE(3320), 2, + sym__identifier, + sym__external_name, + ACTIONS(4268), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, + STATE(3318), 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(2520), 18, + ACTIONS(4266), 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, - [215983] = 5, + [215887] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(3822), 1, + anon_sym_LPAREN, + ACTIONS(4264), 1, + anon_sym_LT_LT, + STATE(2798), 1, + sym__direct_name, + STATE(4060), 1, + sym_name, + STATE(4165), 1, + sym_resolution_indication, + STATE(5639), 1, + sym_subtype_indication, + STATE(3320), 2, + sym__identifier, + sym__external_name, + ACTIONS(4268), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, + STATE(3318), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, STATE(3532), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2524), 18, + ACTIONS(4266), 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, - [216018] = 10, + [215940] = 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(4859), 1, anon_sym_LPAREN, - STATE(3409), 1, - sym__attribute_designator, - STATE(3410), 1, - sym_parenthesis_expression, - STATE(3426), 1, + STATE(4666), 1, sym__attribute, + STATE(4755), 1, + sym_parenthesis_expression, + STATE(4812), 1, + sym__attribute_designator, STATE(3533), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4793), 4, + ACTIONS(4861), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - ACTIONS(4795), 10, + ACTIONS(4863), 10, sym_attribute_function, sym_attribute_impure_function, sym_attribute_mode_view, @@ -226936,127 +226897,159 @@ static const uint16_t ts_small_parse_table[] = { sym_attribute_type, sym_attribute_value, sym_library_attribute, - [216063] = 5, + [215985] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(3822), 1, + anon_sym_LPAREN, + ACTIONS(4264), 1, + anon_sym_LT_LT, + STATE(2798), 1, + sym__direct_name, + STATE(4060), 1, + sym_name, + STATE(4165), 1, + sym_resolution_indication, + STATE(5661), 1, + sym_subtype_indication, + STATE(3320), 2, + sym__identifier, + sym__external_name, + ACTIONS(4268), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, + STATE(3318), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, STATE(3534), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2528), 18, + ACTIONS(4266), 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, - [216098] = 5, + [216038] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(3822), 1, + anon_sym_LPAREN, + ACTIONS(4519), 1, + anon_sym_LT_LT, + STATE(2932), 1, + sym__direct_name, + STATE(4024), 1, + sym_resolution_indication, + STATE(4522), 1, + sym_name, + STATE(7049), 1, + sym_subtype_indication, + STATE(3727), 2, + sym__identifier, + sym__external_name, + ACTIONS(4523), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, STATE(3535), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2552), 18, + STATE(3768), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(4521), 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, - [216133] = 5, + [216091] = 10, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(4865), 1, + anon_sym_LPAREN, + STATE(4488), 1, + sym__attribute, + STATE(4498), 1, + sym_parenthesis_expression, + STATE(4499), 1, + sym__attribute_designator, STATE(3536), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2556), 18, + ACTIONS(4867), 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, - [216168] = 5, + ACTIONS(4869), 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, + [216136] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(3822), 1, + anon_sym_LPAREN, + ACTIONS(4264), 1, + anon_sym_LT_LT, + STATE(2798), 1, + sym__direct_name, + STATE(4060), 1, + sym_name, + STATE(4165), 1, + sym_resolution_indication, + STATE(5498), 1, + sym_subtype_indication, + STATE(3320), 2, + sym__identifier, + sym__external_name, + ACTIONS(4268), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, + STATE(3318), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, STATE(3537), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2560), 18, + ACTIONS(4266), 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, - [216203] = 5, + [216189] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -227067,7 +227060,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2564), 18, + ACTIONS(2660), 18, sym_identifier, sym_GENERIC, sym_IS, @@ -227086,7 +227079,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_SQUOTE, anon_sym_LBRACK, - [216238] = 5, + [216224] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -227097,7 +227090,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2568), 18, + ACTIONS(2666), 18, sym_identifier, sym_GENERIC, sym_IS, @@ -227116,91 +227109,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_SQUOTE, anon_sym_LBRACK, - [216273] = 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_LPAREN, - STATE(1248), 1, - sym__attribute_designator, - STATE(1249), 1, - sym_parenthesis_expression, - STATE(1258), 1, - sym__attribute, - STATE(3540), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(4799), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - ACTIONS(4801), 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, - [216318] = 13, + [216259] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9), 1, + ACTIONS(3822), 1, anon_sym_LPAREN, - ACTIONS(11), 1, + ACTIONS(4519), 1, anon_sym_LT_LT, - STATE(3023), 1, + STATE(2932), 1, sym__direct_name, - STATE(6253), 1, - sym__target, - STATE(4362), 2, + STATE(4024), 1, + sym_resolution_indication, + STATE(4522), 1, + sym_name, + STATE(6180), 1, + sym_subtype_indication, + STATE(3727), 2, sym__identifier, sym__external_name, - STATE(6098), 2, - sym_name, - sym_aggregate, - ACTIONS(71), 3, + ACTIONS(4523), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3541), 3, + STATE(3540), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(3768), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(4521), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [216369] = 5, + [216312] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3542), 3, + STATE(3541), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2584), 18, + ACTIONS(2440), 18, sym_identifier, sym_GENERIC, sym_IS, @@ -227219,100 +227178,147 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_SQUOTE, anon_sym_LBRACK, - [216404] = 14, + [216347] = 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(3830), 1, + sym_TYPE, + ACTIONS(4871), 1, anon_sym_LT_LT, - ACTIONS(4803), 1, - sym_ALL, - STATE(3023), 1, + STATE(3435), 1, sym__direct_name, - STATE(5846), 1, + STATE(5345), 1, + sym__incomplete_type_mark, + STATE(5416), 1, + sym_unspecified_type_indication, + STATE(5430), 1, sym_name, - STATE(7424), 1, - sym_sensitivity_list, - STATE(7471), 1, - sym__process_sensitivity_list, - STATE(4362), 2, + STATE(4644), 2, sym__identifier, sym__external_name, - ACTIONS(71), 3, + ACTIONS(4875), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3543), 3, + STATE(3542), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4643), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(4873), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [216457] = 5, + [216400] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3544), 3, + ACTIONS(3822), 1, + anon_sym_LPAREN, + ACTIONS(4727), 1, + anon_sym_LT_LT, + STATE(2834), 1, + sym__direct_name, + STATE(4041), 1, + sym_resolution_indication, + STATE(4395), 1, + sym_name, + STATE(5531), 1, + sym_subtype_indication, + STATE(3538), 2, + sym__identifier, + sym__external_name, + ACTIONS(4731), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, + STATE(3539), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + STATE(3543), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2614), 18, + ACTIONS(4729), 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, + [216453] = 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, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [216492] = 10, + STATE(3015), 1, + sym__direct_name, + STATE(6286), 1, + sym__target, + STATE(4386), 2, + sym__identifier, + sym__external_name, + STATE(6048), 2, + sym_name, + sym_aggregate, + ACTIONS(71), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, + STATE(3544), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(4383), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(3074), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [216504] = 10, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4805), 1, + ACTIONS(4877), 1, anon_sym_LPAREN, - STATE(1007), 1, - sym__attribute_designator, - STATE(1008), 1, + STATE(3863), 1, sym_parenthesis_expression, - STATE(1017), 1, + STATE(3874), 1, + sym__attribute_designator, + STATE(3938), 1, sym__attribute, STATE(3545), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4807), 4, + ACTIONS(4879), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - ACTIONS(4809), 10, + ACTIONS(4881), 10, sym_attribute_function, sym_attribute_impure_function, sym_attribute_mode_view, @@ -227323,108 +227329,96 @@ static const uint16_t ts_small_parse_table[] = { sym_attribute_type, sym_attribute_value, sym_library_attribute, - [216537] = 5, + [216549] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3546), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2636), 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, + ACTIONS(3822), 1, anon_sym_LPAREN, + ACTIONS(4739), 1, anon_sym_LT_LT, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [216572] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(3547), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2640), 18, - sym_identifier, - sym_GENERIC, - sym_IS, - sym_OPEN, - sym_PARAMETER, - sym_RANGE, + STATE(2801), 1, + sym__direct_name, + STATE(4017), 1, + sym_resolution_indication, + STATE(4340), 1, + sym_name, + STATE(5115), 1, + sym_subtype_indication, + STATE(3421), 2, + sym__identifier, + sym__external_name, + ACTIONS(4743), 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, - [216607] = 5, + STATE(3420), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + STATE(3546), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(4741), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [216602] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3548), 3, + ACTIONS(3822), 1, + anon_sym_LPAREN, + ACTIONS(4264), 1, + anon_sym_LT_LT, + STATE(2798), 1, + sym__direct_name, + STATE(4060), 1, + sym_name, + STATE(4165), 1, + sym_resolution_indication, + STATE(8310), 1, + sym_subtype_indication, + STATE(3320), 2, + sym__identifier, + sym__external_name, + ACTIONS(4268), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, + STATE(3318), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + STATE(3547), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2644), 18, + ACTIONS(4266), 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, - [216642] = 5, + [216655] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3549), 3, + STATE(3548), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2648), 18, + ACTIONS(2524), 18, sym_identifier, sym_GENERIC, sym_IS, @@ -227443,18 +227437,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_SQUOTE, anon_sym_LBRACK, - [216677] = 5, + [216690] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3550), 3, + STATE(3549), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2652), 18, + ACTIONS(2512), 18, sym_identifier, sym_GENERIC, sym_IS, @@ -227473,31 +227467,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_SQUOTE, anon_sym_LBRACK, - [216712] = 10, + [216725] = 10, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4811), 1, + ACTIONS(4883), 1, anon_sym_LPAREN, - STATE(1991), 1, + STATE(2034), 1, sym__attribute_designator, - STATE(1992), 1, + STATE(2035), 1, sym_parenthesis_expression, - STATE(2009), 1, + STATE(2231), 1, sym__attribute, - STATE(3551), 3, + STATE(3550), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4813), 4, + ACTIONS(4885), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - ACTIONS(4815), 10, + ACTIONS(4887), 10, sym_attribute_function, sym_attribute_impure_function, sym_attribute_mode_view, @@ -227508,241 +227502,217 @@ static const uint16_t ts_small_parse_table[] = { sym_attribute_type, sym_attribute_value, sym_library_attribute, - [216757] = 10, + [216770] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4817), 1, - anon_sym_LPAREN, - STATE(1125), 1, - sym__attribute_designator, - STATE(1156), 1, - sym_parenthesis_expression, - STATE(1194), 1, - sym__attribute, - STATE(3552), 3, + STATE(3551), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4819), 4, + ACTIONS(2546), 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(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, - [216802] = 10, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(4823), 1, + anon_sym_SEMI, + anon_sym_DOT, anon_sym_LPAREN, - STATE(1287), 1, - sym__attribute_designator, - STATE(1288), 1, - sym_parenthesis_expression, - STATE(1298), 1, - sym__attribute, - STATE(3553), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - 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, - [216847] = 10, + anon_sym_LT_LT, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [216805] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4829), 1, + ACTIONS(4389), 1, + sym_ARRAY, + ACTIONS(4619), 1, anon_sym_LPAREN, - STATE(3694), 1, - sym__attribute, - STATE(3703), 1, - sym_parenthesis_expression, - STATE(3782), 1, - sym__attribute_designator, - STATE(3554), 3, + ACTIONS(4621), 1, + sym_ACCESS, + ACTIONS(4623), 1, + sym_FILE, + ACTIONS(4625), 1, + sym_PRIVATE, + ACTIONS(4627), 1, + sym_RANGE, + ACTIONS(4629), 1, + sym_UNITS, + ACTIONS(4631), 1, + sym_box, + STATE(5346), 1, + sym__incomplete_type_definition, + STATE(3552), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4831), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - ACTIONS(4833), 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, - [216892] = 10, + STATE(5555), 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, + [216858] = 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_LPAREN, - STATE(4656), 1, - sym__attribute_designator, - STATE(4850), 1, - sym__attribute, - STATE(4891), 1, - sym_parenthesis_expression, - STATE(3555), 3, + ACTIONS(11), 1, + anon_sym_LT_LT, + ACTIONS(281), 1, + sym_TYPE, + STATE(3015), 1, + sym__direct_name, + STATE(5479), 1, + sym_name, + STATE(5484), 1, + sym__incomplete_type_mark, + STATE(5485), 1, + sym_unspecified_type_indication, + STATE(4386), 2, + sym__identifier, + sym__external_name, + ACTIONS(71), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, + STATE(3553), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4837), 4, + STATE(4383), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - ACTIONS(4839), 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, - [216937] = 10, + [216911] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4841), 1, + ACTIONS(3822), 1, anon_sym_LPAREN, - STATE(1795), 1, - sym__attribute_designator, - STATE(1859), 1, - sym__attribute, - STATE(1878), 1, - sym_parenthesis_expression, - STATE(3556), 3, + ACTIONS(4264), 1, + anon_sym_LT_LT, + STATE(2924), 1, + sym__direct_name, + STATE(3998), 1, + sym_resolution_indication, + STATE(4394), 1, + sym_name, + STATE(5259), 1, + sym_subtype_indication, + STATE(3320), 2, + sym__identifier, + sym__external_name, + ACTIONS(4268), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, + STATE(3318), 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(4843), 4, + ACTIONS(4266), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - ACTIONS(4845), 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, - [216982] = 10, + [216964] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4847), 1, + ACTIONS(3822), 1, anon_sym_LPAREN, - STATE(4564), 1, - sym__attribute_designator, - STATE(4574), 1, - sym_parenthesis_expression, - STATE(4603), 1, - sym__attribute, - STATE(3557), 3, + ACTIONS(4264), 1, + anon_sym_LT_LT, + STATE(2924), 1, + sym__direct_name, + STATE(3998), 1, + sym_resolution_indication, + STATE(4394), 1, + sym_name, + STATE(5298), 1, + sym_subtype_indication, + STATE(3320), 2, + sym__identifier, + sym__external_name, + ACTIONS(4268), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, + STATE(3318), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + STATE(3555), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4849), 4, + ACTIONS(4266), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - ACTIONS(4851), 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, - [217027] = 10, + [217017] = 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(4889), 1, anon_sym_LPAREN, - STATE(935), 1, - sym__attribute_designator, - STATE(936), 1, + STATE(853), 1, sym_parenthesis_expression, - STATE(959), 1, + STATE(854), 1, + sym__attribute_designator, + STATE(873), 1, sym__attribute, - STATE(3558), 3, + STATE(3556), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4855), 4, + ACTIONS(4891), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - ACTIONS(4857), 10, + ACTIONS(4893), 10, sym_attribute_function, sym_attribute_impure_function, sym_attribute_mode_view, @@ -227753,41 +227723,46 @@ static const uint16_t ts_small_parse_table[] = { sym_attribute_type, sym_attribute_value, sym_library_attribute, - [217072] = 10, + [217062] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4859), 1, + ACTIONS(4659), 1, + anon_sym_DOT, + ACTIONS(4661), 1, anon_sym_LPAREN, - STATE(3293), 1, - sym__attribute_designator, - STATE(3294), 1, - sym_parenthesis_expression, - STATE(3307), 1, - sym__attribute, - STATE(3559), 3, + ACTIONS(4663), 1, + anon_sym_SQUOTE, + ACTIONS(4665), 1, + anon_sym_LBRACK, + ACTIONS(4667), 1, + sym_GENERIC, + ACTIONS(4669), 1, + sym_PARAMETER, + STATE(3468), 1, + aux_sym_name_repeat1, + STATE(4508), 1, + sym_generic_map_aspect, + STATE(4634), 1, + sym__name_selector, + STATE(3557), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4861), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - ACTIONS(4863), 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, + ACTIONS(1493), 4, + sym_IS, + sym_OPEN, + sym_RANGE, + anon_sym_SEMI, + STATE(4630), 5, + sym_function_call, + sym_parenthesis_group, + sym_attribute, + sym_signature, + sym_selection, [217117] = 14, ACTIONS(3), 1, sym__grave_accent, @@ -227797,32 +227772,32 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(3822), 1, anon_sym_LPAREN, - ACTIONS(4264), 1, + ACTIONS(4727), 1, anon_sym_LT_LT, - STATE(2874), 1, + STATE(2834), 1, sym__direct_name, - STATE(4163), 1, + STATE(4041), 1, sym_resolution_indication, - STATE(4391), 1, + STATE(4395), 1, sym_name, - STATE(5193), 1, + STATE(5397), 1, sym_subtype_indication, - STATE(3278), 2, + STATE(3538), 2, sym__identifier, sym__external_name, - ACTIONS(4268), 3, + ACTIONS(4731), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3280), 3, + STATE(3539), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(3560), 3, + STATE(3558), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4266), 4, + ACTIONS(4729), 4, sym_identifier, sym_library_constant, sym_library_function, @@ -227834,24 +227809,24 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4865), 1, + ACTIONS(4895), 1, anon_sym_LPAREN, - STATE(4975), 1, - sym__attribute, - STATE(4981), 1, + STATE(4831), 1, sym__attribute_designator, - STATE(4983), 1, + STATE(4840), 1, sym_parenthesis_expression, - STATE(3561), 3, + STATE(4848), 1, + sym__attribute, + STATE(3559), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4867), 4, + ACTIONS(4897), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - ACTIONS(4869), 10, + ACTIONS(4899), 10, sym_attribute_function, sym_attribute_impure_function, sym_attribute_mode_view, @@ -227862,57 +227837,18 @@ static const uint16_t ts_small_parse_table[] = { sym_attribute_type, sym_attribute_value, sym_library_attribute, - [217215] = 14, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(3822), 1, - anon_sym_LPAREN, - ACTIONS(4264), 1, - anon_sym_LT_LT, - STATE(2794), 1, - sym__direct_name, - STATE(4124), 1, - sym_resolution_indication, - STATE(4252), 1, - sym_name, - STATE(6596), 1, - sym_subtype_indication, - STATE(3278), 2, - sym__identifier, - sym__external_name, - ACTIONS(4268), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(3280), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - STATE(3562), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(4266), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [217268] = 5, + [217215] = 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(3560), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2588), 18, + ACTIONS(2550), 18, sym_identifier, sym_GENERIC, sym_IS, @@ -227931,88 +227867,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_SQUOTE, anon_sym_LBRACK, - [217303] = 10, + [217250] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4871), 1, - anon_sym_LPAREN, - STATE(3530), 1, - sym__attribute_designator, - STATE(3531), 1, - sym_parenthesis_expression, - STATE(3542), 1, - sym__attribute, - STATE(3564), 3, + STATE(3561), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4873), 4, + ACTIONS(2554), 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(4875), 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, - [217348] = 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_SEMI, + anon_sym_DOT, anon_sym_LPAREN, - STATE(4740), 1, - sym__attribute_designator, - STATE(4741), 1, - sym_parenthesis_expression, - STATE(4844), 1, - sym__attribute, - STATE(3565), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(4879), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - ACTIONS(4881), 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, - [217393] = 5, + anon_sym_LT_LT, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [217285] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3566), 3, + STATE(3562), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2674), 18, + ACTIONS(2558), 18, sym_identifier, sym_GENERIC, sym_IS, @@ -228031,18 +227927,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_SQUOTE, anon_sym_LBRACK, - [217428] = 5, + [217320] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3567), 3, + STATE(3563), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2440), 18, + ACTIONS(2566), 18, sym_identifier, sym_GENERIC, sym_IS, @@ -228061,31 +227957,70 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_SQUOTE, anon_sym_LBRACK, - [217463] = 10, + [217355] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4883), 1, + ACTIONS(3822), 1, anon_sym_LPAREN, - STATE(2094), 1, - sym__attribute_designator, - STATE(2095), 1, + ACTIONS(4264), 1, + anon_sym_LT_LT, + STATE(2798), 1, + sym__direct_name, + STATE(4060), 1, + sym_name, + STATE(4165), 1, + sym_resolution_indication, + STATE(5821), 1, + sym_subtype_indication, + STATE(3320), 2, + sym__identifier, + sym__external_name, + ACTIONS(4268), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, + STATE(3318), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + STATE(3564), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(4266), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [217408] = 10, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(4901), 1, + anon_sym_LPAREN, + STATE(4354), 1, sym_parenthesis_expression, - STATE(2111), 1, + STATE(4355), 1, + sym__attribute_designator, + STATE(4365), 1, sym__attribute, - STATE(3568), 3, + STATE(3565), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4885), 4, + ACTIONS(4903), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - ACTIONS(4887), 10, + ACTIONS(4905), 10, sym_attribute_function, sym_attribute_impure_function, sym_attribute_mode_view, @@ -228096,31 +228031,31 @@ static const uint16_t ts_small_parse_table[] = { sym_attribute_type, sym_attribute_value, sym_library_attribute, - [217508] = 10, + [217453] = 10, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4889), 1, + ACTIONS(4907), 1, anon_sym_LPAREN, - STATE(4521), 1, - sym__attribute_designator, - STATE(4522), 1, - sym_parenthesis_expression, - STATE(4540), 1, + STATE(1845), 1, sym__attribute, - STATE(3569), 3, + STATE(1897), 1, + sym_parenthesis_expression, + STATE(1898), 1, + sym__attribute_designator, + STATE(3566), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4891), 4, + ACTIONS(4909), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - ACTIONS(4893), 10, + ACTIONS(4911), 10, sym_attribute_function, sym_attribute_impure_function, sym_attribute_mode_view, @@ -228131,85 +228066,81 @@ static const uint16_t ts_small_parse_table[] = { sym_attribute_type, sym_attribute_value, sym_library_attribute, - [217553] = 14, + [217498] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4895), 1, - anon_sym_DOT, - ACTIONS(4898), 1, + ACTIONS(3822), 1, anon_sym_LPAREN, - ACTIONS(4901), 1, - anon_sym_SQUOTE, - ACTIONS(4904), 1, - anon_sym_LBRACK, - ACTIONS(4907), 1, - sym_GENERIC, - ACTIONS(4910), 1, - sym_PARAMETER, - STATE(4461), 1, - sym_generic_map_aspect, - STATE(4629), 1, - sym__name_selector, - ACTIONS(1491), 4, - sym_IS, - sym_OPEN, - sym_RANGE, - anon_sym_SEMI, - STATE(3570), 4, + ACTIONS(4727), 1, + anon_sym_LT_LT, + STATE(2834), 1, + sym__direct_name, + STATE(4041), 1, + sym_resolution_indication, + STATE(4395), 1, + sym_name, + STATE(5543), 1, + sym_subtype_indication, + STATE(3538), 2, + sym__identifier, + sym__external_name, + ACTIONS(4731), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, + STATE(3539), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + STATE(3567), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - aux_sym_name_repeat1, - STATE(4633), 5, - sym_function_call, - sym_parenthesis_group, - sym_attribute, - sym_signature, - sym_selection, - [217606] = 14, + ACTIONS(4729), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [217551] = 10, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3830), 1, - sym_TYPE, ACTIONS(4913), 1, - anon_sym_LT_LT, - STATE(3454), 1, - sym__direct_name, - STATE(5528), 1, - sym_unspecified_type_indication, - STATE(5529), 1, - sym__incomplete_type_mark, - STATE(5530), 1, - sym_name, - STATE(4623), 2, - sym__identifier, - sym__external_name, - ACTIONS(4917), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(3571), 3, + anon_sym_LPAREN, + STATE(2174), 1, + sym__attribute, + STATE(2204), 1, + sym_parenthesis_expression, + STATE(2205), 1, + sym__attribute_designator, + STATE(3568), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4562), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, ACTIONS(4915), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [217659] = 14, + ACTIONS(4917), 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, + [217596] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -228218,37 +228149,67 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(3822), 1, anon_sym_LPAREN, - ACTIONS(4264), 1, + ACTIONS(4739), 1, anon_sym_LT_LT, - STATE(2874), 1, + STATE(2801), 1, sym__direct_name, - STATE(4163), 1, + STATE(4017), 1, sym_resolution_indication, - STATE(4391), 1, + STATE(4340), 1, sym_name, - STATE(5738), 1, + STATE(5133), 1, sym_subtype_indication, - STATE(3278), 2, + STATE(3421), 2, sym__identifier, sym__external_name, - ACTIONS(4268), 3, + ACTIONS(4743), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3280), 3, + STATE(3420), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(3572), 3, + STATE(3569), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4266), 4, + ACTIONS(4741), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [217649] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(3570), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2626), 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, - [217712] = 14, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_LT_LT, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [217684] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -228259,26 +228220,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(4264), 1, anon_sym_LT_LT, - STATE(2874), 1, + STATE(2798), 1, sym__direct_name, - STATE(4163), 1, - sym_resolution_indication, - STATE(4391), 1, + STATE(4060), 1, sym_name, - STATE(5740), 1, + STATE(4165), 1, + sym_resolution_indication, + STATE(6958), 1, sym_subtype_indication, - STATE(3278), 2, + STATE(3320), 2, sym__identifier, sym__external_name, ACTIONS(4268), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3280), 3, + STATE(3318), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(3573), 3, + STATE(3571), 3, sym__tool_directive, sym_line_comment, sym_block_comment, @@ -228287,7 +228248,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [217765] = 14, + [217737] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -228296,37 +228257,37 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(3822), 1, anon_sym_LPAREN, - ACTIONS(4513), 1, + ACTIONS(4264), 1, anon_sym_LT_LT, - STATE(2799), 1, + STATE(2798), 1, sym__direct_name, - STATE(4143), 1, - sym_resolution_indication, - STATE(4344), 1, + STATE(4060), 1, sym_name, - STATE(5116), 1, + STATE(4165), 1, + sym_resolution_indication, + STATE(8082), 1, sym_subtype_indication, - STATE(3388), 2, + STATE(3320), 2, sym__identifier, sym__external_name, - ACTIONS(4517), 3, + ACTIONS(4268), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3391), 3, + STATE(3318), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(3574), 3, + STATE(3572), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4515), 4, + ACTIONS(4266), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [217818] = 14, + [217790] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -228337,26 +228298,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(4264), 1, anon_sym_LT_LT, - STATE(2794), 1, + STATE(2924), 1, sym__direct_name, - STATE(4124), 1, + STATE(3998), 1, sym_resolution_indication, - STATE(4252), 1, + STATE(4394), 1, sym_name, - STATE(8087), 1, + STATE(5255), 1, sym_subtype_indication, - STATE(3278), 2, + STATE(3320), 2, sym__identifier, sym__external_name, ACTIONS(4268), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3280), 3, + STATE(3318), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(3575), 3, + STATE(3573), 3, sym__tool_directive, sym_line_comment, sym_block_comment, @@ -228365,46 +228326,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [217871] = 14, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(4919), 1, - anon_sym_DOT, - ACTIONS(4922), 1, - anon_sym_LPAREN, - ACTIONS(4925), 1, - anon_sym_SQUOTE, - ACTIONS(4928), 1, - anon_sym_LBRACK, - ACTIONS(4931), 1, - sym_GENERIC, - ACTIONS(4934), 1, - sym_PARAMETER, - STATE(4491), 1, - sym_generic_map_aspect, - STATE(4640), 1, - sym__name_selector, - ACTIONS(1491), 4, - sym_FOR, - sym_UNTIL, - anon_sym_SEMI, - anon_sym_COMMA, - STATE(3576), 4, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - aux_sym_name_repeat1, - STATE(4641), 5, - sym_function_call, - sym_parenthesis_group, - sym_attribute, - sym_signature, - sym_selection, - [217924] = 14, + [217843] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -228413,76 +228335,67 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(3822), 1, anon_sym_LPAREN, - ACTIONS(4495), 1, + ACTIONS(4264), 1, anon_sym_LT_LT, - STATE(2990), 1, + STATE(2924), 1, sym__direct_name, - STATE(4236), 1, + STATE(3998), 1, sym_resolution_indication, - STATE(4506), 1, + STATE(4394), 1, sym_name, - STATE(7696), 1, + STATE(5312), 1, sym_subtype_indication, - STATE(3800), 2, + STATE(3320), 2, sym__identifier, sym__external_name, - ACTIONS(4499), 3, + ACTIONS(4268), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3577), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(3802), 3, + STATE(3318), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4497), 4, + STATE(3574), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(4266), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [217977] = 14, + [217896] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3822), 1, - anon_sym_LPAREN, - ACTIONS(4495), 1, - anon_sym_LT_LT, - STATE(2990), 1, - sym__direct_name, - STATE(4236), 1, - sym_resolution_indication, - STATE(4506), 1, - sym_name, - STATE(6396), 1, - sym_subtype_indication, - STATE(3800), 2, - sym__identifier, - sym__external_name, - ACTIONS(4499), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(3578), 3, + STATE(3575), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3802), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(4497), 4, + ACTIONS(2478), 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, - [218030] = 14, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_LT_LT, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [217931] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -228491,76 +228404,72 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(3822), 1, anon_sym_LPAREN, - ACTIONS(4495), 1, + ACTIONS(4264), 1, anon_sym_LT_LT, - STATE(2990), 1, + STATE(2798), 1, sym__direct_name, - STATE(4236), 1, - sym_resolution_indication, - STATE(4506), 1, + STATE(4060), 1, sym_name, - STATE(7758), 1, + STATE(4165), 1, + sym_resolution_indication, + STATE(5829), 1, sym_subtype_indication, - STATE(3800), 2, + STATE(3320), 2, sym__identifier, sym__external_name, - ACTIONS(4499), 3, + ACTIONS(4268), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3579), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(3802), 3, + STATE(3318), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4497), 4, + STATE(3576), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(4266), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [218083] = 14, + [217984] = 10, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3822), 1, + ACTIONS(4919), 1, anon_sym_LPAREN, - ACTIONS(4495), 1, - anon_sym_LT_LT, - STATE(2990), 1, - sym__direct_name, - STATE(4236), 1, - sym_resolution_indication, - STATE(4506), 1, - sym_name, - STATE(6427), 1, - sym_subtype_indication, - STATE(3800), 2, - sym__identifier, - sym__external_name, - ACTIONS(4499), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(3580), 3, + STATE(3379), 1, + sym__attribute, + STATE(3399), 1, + sym_parenthesis_expression, + STATE(3400), 1, + sym__attribute_designator, + STATE(3577), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3802), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(4497), 4, + ACTIONS(4921), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [218136] = 14, + ACTIONS(4923), 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, + [218029] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -228569,76 +228478,72 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(3822), 1, anon_sym_LPAREN, - ACTIONS(4495), 1, + ACTIONS(4264), 1, anon_sym_LT_LT, - STATE(2990), 1, + STATE(2924), 1, sym__direct_name, - STATE(4236), 1, + STATE(3998), 1, sym_resolution_indication, - STATE(4506), 1, + STATE(4394), 1, sym_name, - STATE(7811), 1, + STATE(5320), 1, sym_subtype_indication, - STATE(3800), 2, + STATE(3320), 2, sym__identifier, sym__external_name, - ACTIONS(4499), 3, + ACTIONS(4268), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3581), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(3802), 3, + STATE(3318), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4497), 4, + STATE(3578), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(4266), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [218189] = 14, + [218082] = 10, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3822), 1, + ACTIONS(4925), 1, anon_sym_LPAREN, - ACTIONS(4495), 1, - anon_sym_LT_LT, - STATE(2990), 1, - sym__direct_name, - STATE(4236), 1, - sym_resolution_indication, - STATE(4506), 1, - sym_name, - STATE(6451), 1, - sym_subtype_indication, - STATE(3800), 2, - sym__identifier, - sym__external_name, - ACTIONS(4499), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(3582), 3, + STATE(1122), 1, + sym__attribute_designator, + STATE(1227), 1, + sym__attribute, + STATE(1237), 1, + sym_parenthesis_expression, + STATE(3579), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3802), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(4497), 4, + ACTIONS(4927), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [218242] = 14, + ACTIONS(4929), 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, + [218127] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -228647,100 +228552,91 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(3822), 1, anon_sym_LPAREN, - ACTIONS(4495), 1, + ACTIONS(4727), 1, anon_sym_LT_LT, - STATE(2990), 1, + STATE(2834), 1, sym__direct_name, - STATE(4236), 1, + STATE(4041), 1, sym_resolution_indication, - STATE(4506), 1, + STATE(4395), 1, sym_name, - STATE(7846), 1, + STATE(5459), 1, sym_subtype_indication, - STATE(3800), 2, + STATE(3538), 2, sym__identifier, sym__external_name, - ACTIONS(4499), 3, + ACTIONS(4731), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3583), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(3802), 3, + STATE(3539), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4497), 4, + STATE(3580), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(4729), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [218295] = 14, + [218180] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3822), 1, - anon_sym_LPAREN, - ACTIONS(4495), 1, - anon_sym_LT_LT, - STATE(2990), 1, - sym__direct_name, - STATE(4236), 1, - sym_resolution_indication, - STATE(4506), 1, - sym_name, - STATE(7866), 1, - sym_subtype_indication, - STATE(3800), 2, - sym__identifier, - sym__external_name, - ACTIONS(4499), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(3584), 3, + STATE(3581), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(3802), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(4497), 4, + ACTIONS(2622), 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, - [218348] = 10, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_LT_LT, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [218215] = 10, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4937), 1, + ACTIONS(4931), 1, anon_sym_LPAREN, - STATE(1744), 1, - sym__attribute_designator, - STATE(1745), 1, - sym_parenthesis_expression, - STATE(1773), 1, + STATE(2026), 1, sym__attribute, - STATE(3585), 3, + STATE(2087), 1, + sym_parenthesis_expression, + STATE(2088), 1, + sym__attribute_designator, + STATE(3582), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4939), 4, + ACTIONS(4933), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - ACTIONS(4941), 10, + ACTIONS(4935), 10, sym_attribute_function, sym_attribute_impure_function, sym_attribute_mode_view, @@ -228751,119 +228647,111 @@ static const uint16_t ts_small_parse_table[] = { sym_attribute_type, sym_attribute_value, sym_library_attribute, - [218393] = 13, + [218260] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4943), 1, + ACTIONS(3822), 1, + anon_sym_LPAREN, + ACTIONS(4264), 1, anon_sym_LT_LT, - ACTIONS(4945), 1, - anon_sym_RBRACK, - ACTIONS(4949), 1, - sym_RETURN, - STATE(3609), 1, + STATE(2798), 1, sym__direct_name, - STATE(5448), 1, + STATE(4060), 1, sym_name, - STATE(4862), 2, + STATE(4165), 1, + sym_resolution_indication, + STATE(8065), 1, + sym_subtype_indication, + STATE(3320), 2, sym__identifier, sym__external_name, - ACTIONS(4951), 3, + ACTIONS(4268), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3586), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(4863), 3, + STATE(3318), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4947), 4, + STATE(3583), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(4266), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [218443] = 14, + [218313] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4953), 1, + STATE(3584), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + 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, + anon_sym_SEMI, anon_sym_DOT, - ACTIONS(4956), 1, anon_sym_LPAREN, - ACTIONS(4959), 1, + anon_sym_LT_LT, anon_sym_SQUOTE, - ACTIONS(4962), 1, anon_sym_LBRACK, - ACTIONS(4965), 1, - sym_GENERIC, - ACTIONS(4968), 1, - sym_PARAMETER, - STATE(4561), 1, - sym_generic_map_aspect, - STATE(4797), 1, - sym__name_selector, - ACTIONS(1491), 3, - sym_PORT, - anon_sym_SEMI, - anon_sym_LT_EQ, - STATE(3587), 4, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - aux_sym_name_repeat1, - STATE(4805), 5, - sym_function_call, - sym_parenthesis_group, - sym_attribute, - sym_signature, - sym_selection, - [218495] = 13, + [218348] = 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(4306), 1, + ACTIONS(4937), 1, anon_sym_LPAREN, - STATE(3023), 1, - sym__direct_name, - STATE(6060), 1, - sym_name, - STATE(6212), 1, - sym_resolution_indication, - STATE(4362), 2, - sym__identifier, - sym__external_name, - ACTIONS(71), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(3588), 3, + STATE(2113), 1, + sym__attribute, + STATE(2153), 1, + sym_parenthesis_expression, + STATE(2154), 1, + sym__attribute_designator, + STATE(3585), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(4939), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [218545] = 13, + ACTIONS(4941), 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, + [218393] = 13, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -228872,26 +228760,26 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(4943), 1, anon_sym_LT_LT, - ACTIONS(4971), 1, + ACTIONS(4945), 1, anon_sym_RBRACK, - ACTIONS(4973), 1, + ACTIONS(4949), 1, sym_RETURN, - STATE(3609), 1, + STATE(3614), 1, sym__direct_name, - STATE(5401), 1, + STATE(5489), 1, sym_name, - STATE(4862), 2, + STATE(4659), 2, sym__identifier, sym__external_name, ACTIONS(4951), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3589), 3, + STATE(3586), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4863), 3, + STATE(4658), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -228900,7 +228788,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [218595] = 13, + [218443] = 13, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -228909,26 +228797,26 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(4943), 1, anon_sym_LT_LT, - ACTIONS(4975), 1, + ACTIONS(4953), 1, anon_sym_RBRACK, - ACTIONS(4977), 1, + ACTIONS(4955), 1, sym_RETURN, - STATE(3609), 1, + STATE(3614), 1, sym__direct_name, - STATE(5433), 1, + STATE(5371), 1, sym_name, - STATE(4862), 2, + STATE(4659), 2, sym__identifier, sym__external_name, ACTIONS(4951), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3590), 3, + STATE(3587), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4863), 3, + STATE(4658), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -228937,119 +228825,111 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [218645] = 13, + [218493] = 9, 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_LT_LT, - ACTIONS(4979), 1, - anon_sym_RBRACK, - ACTIONS(4981), 1, - sym_RETURN, - STATE(3609), 1, - sym__direct_name, - STATE(5452), 1, - sym_name, - STATE(4862), 2, + STATE(7641), 1, + sym__attribute, + STATE(7828), 1, sym__identifier, - sym__external_name, - ACTIONS(4951), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(3591), 3, + STATE(8299), 1, + sym__attribute_designator, + STATE(3588), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4863), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(4947), 4, + ACTIONS(4957), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [218695] = 13, + ACTIONS(4959), 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, + [218535] = 9, 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_LT_LT, - ACTIONS(4983), 1, - anon_sym_RBRACK, - ACTIONS(4985), 1, - sym_RETURN, - STATE(3609), 1, - sym__direct_name, - STATE(5384), 1, - sym_name, - STATE(4862), 2, + STATE(7641), 1, + sym__attribute, + STATE(7858), 1, sym__identifier, - sym__external_name, - ACTIONS(4951), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(3592), 3, + STATE(8304), 1, + sym__attribute_designator, + STATE(3589), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4863), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(4947), 4, + ACTIONS(4957), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [218745] = 14, + ACTIONS(4959), 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, + [218577] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4987), 1, + ACTIONS(4961), 1, anon_sym_DOT, - ACTIONS(4990), 1, + ACTIONS(4964), 1, anon_sym_LPAREN, - ACTIONS(4993), 1, + ACTIONS(4967), 1, anon_sym_SQUOTE, - ACTIONS(4996), 1, + ACTIONS(4970), 1, anon_sym_LBRACK, - ACTIONS(4999), 1, + ACTIONS(4973), 1, sym_GENERIC, - ACTIONS(5002), 1, + ACTIONS(4976), 1, sym_PARAMETER, - STATE(4646), 1, + STATE(4551), 1, sym_generic_map_aspect, - STATE(4723), 1, + STATE(4674), 1, sym__name_selector, - ACTIONS(1491), 3, - sym_OF, + ACTIONS(1471), 3, + sym_PORT, + sym_USE, anon_sym_SEMI, - anon_sym_RPAREN, - STATE(3593), 4, + STATE(3590), 4, sym__tool_directive, sym_line_comment, sym_block_comment, aux_sym_name_repeat1, - STATE(4726), 5, + STATE(4683), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - [218797] = 13, + [218629] = 13, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -229058,26 +228938,26 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(4943), 1, anon_sym_LT_LT, - ACTIONS(5005), 1, + ACTIONS(4979), 1, anon_sym_RBRACK, - ACTIONS(5007), 1, + ACTIONS(4981), 1, sym_RETURN, - STATE(3609), 1, + STATE(3614), 1, sym__direct_name, - STATE(5550), 1, + STATE(5540), 1, sym_name, - STATE(4862), 2, + STATE(4659), 2, sym__identifier, sym__external_name, ACTIONS(4951), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3594), 3, + STATE(3591), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4863), 3, + STATE(4658), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -229086,45 +228966,154 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [218847] = 14, + [218679] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5009), 1, + ACTIONS(4983), 1, anon_sym_DOT, - ACTIONS(5012), 1, + ACTIONS(4985), 1, anon_sym_LPAREN, - ACTIONS(5015), 1, + ACTIONS(4987), 1, anon_sym_SQUOTE, - ACTIONS(5018), 1, + ACTIONS(4989), 1, anon_sym_LBRACK, - ACTIONS(5021), 1, + ACTIONS(4991), 1, + sym_PARAMETER, + STATE(3617), 1, + aux_sym_name_repeat1, + STATE(4587), 1, + sym_generic_map_aspect, + STATE(4867), 1, + sym__name_selector, + STATE(3592), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(1509), 4, sym_GENERIC, - ACTIONS(5024), 1, + sym_PORT, + anon_sym_SEMI, + anon_sym_LT_EQ, + STATE(4857), 5, + sym_function_call, + sym_parenthesis_group, + sym_attribute, + sym_signature, + sym_selection, + [218731] = 14, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(4993), 1, + anon_sym_DOT, + ACTIONS(4995), 1, + anon_sym_LPAREN, + ACTIONS(4997), 1, + anon_sym_SQUOTE, + ACTIONS(4999), 1, + anon_sym_LBRACK, + ACTIONS(5001), 1, sym_PARAMETER, - STATE(4655), 1, + STATE(3594), 1, + aux_sym_name_repeat1, + STATE(4551), 1, sym_generic_map_aspect, - STATE(4706), 1, + STATE(4674), 1, sym__name_selector, - ACTIONS(1491), 3, + STATE(3593), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(1493), 4, + sym_GENERIC, sym_PORT, sym_USE, anon_sym_SEMI, - STATE(3595), 4, + STATE(4683), 5, + sym_function_call, + sym_parenthesis_group, + sym_attribute, + sym_signature, + sym_selection, + [218783] = 14, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(4993), 1, + anon_sym_DOT, + ACTIONS(4995), 1, + anon_sym_LPAREN, + ACTIONS(4997), 1, + anon_sym_SQUOTE, + ACTIONS(4999), 1, + anon_sym_LBRACK, + ACTIONS(5001), 1, + sym_PARAMETER, + STATE(3590), 1, + aux_sym_name_repeat1, + STATE(4551), 1, + sym_generic_map_aspect, + STATE(4674), 1, + sym__name_selector, + STATE(3594), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - aux_sym_name_repeat1, - STATE(4708), 5, + ACTIONS(1509), 4, + sym_GENERIC, + sym_PORT, + sym_USE, + anon_sym_SEMI, + STATE(4683), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - [218899] = 13, + [218835] = 9, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(7641), 1, + sym__attribute, + STATE(7784), 1, + sym__identifier, + STATE(8291), 1, + sym__attribute_designator, + STATE(3595), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(4957), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + ACTIONS(4959), 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, + [218877] = 13, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -229133,15 +229122,15 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(4943), 1, anon_sym_LT_LT, - ACTIONS(5027), 1, + ACTIONS(5003), 1, anon_sym_RBRACK, - ACTIONS(5029), 1, + ACTIONS(5005), 1, sym_RETURN, - STATE(3609), 1, + STATE(3614), 1, sym__direct_name, - STATE(5412), 1, + STATE(5408), 1, sym_name, - STATE(4862), 2, + STATE(4659), 2, sym__identifier, sym__external_name, ACTIONS(4951), 3, @@ -229152,7 +229141,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4863), 3, + STATE(4658), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -229161,7 +229150,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [218949] = 13, + [218927] = 13, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -229170,15 +229159,15 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(4943), 1, anon_sym_LT_LT, - ACTIONS(5031), 1, + ACTIONS(5007), 1, anon_sym_RBRACK, - ACTIONS(5033), 1, + ACTIONS(5009), 1, sym_RETURN, - STATE(3609), 1, + STATE(3614), 1, sym__direct_name, - STATE(5339), 1, + STATE(5552), 1, sym_name, - STATE(4862), 2, + STATE(4659), 2, sym__identifier, sym__external_name, ACTIONS(4951), 3, @@ -229189,7 +229178,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4863), 3, + STATE(4658), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -229198,7 +229187,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [218999] = 13, + [218977] = 13, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -229207,15 +229196,15 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(4943), 1, anon_sym_LT_LT, - ACTIONS(5035), 1, + ACTIONS(5011), 1, anon_sym_RBRACK, - ACTIONS(5037), 1, + ACTIONS(5013), 1, sym_RETURN, - STATE(3609), 1, + STATE(3614), 1, sym__direct_name, - STATE(5435), 1, + STATE(5530), 1, sym_name, - STATE(4862), 2, + STATE(4659), 2, sym__identifier, sym__external_name, ACTIONS(4951), 3, @@ -229226,7 +229215,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4863), 3, + STATE(4658), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -229235,44 +229224,40 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [219049] = 13, + [219027] = 9, 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_LT_LT, - ACTIONS(5039), 1, - anon_sym_RBRACK, - ACTIONS(5041), 1, - sym_RETURN, - STATE(3609), 1, - sym__direct_name, - STATE(5393), 1, - sym_name, - STATE(4862), 2, + STATE(7641), 1, + sym__attribute, + STATE(7726), 1, sym__identifier, - sym__external_name, - ACTIONS(4951), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, + STATE(8283), 1, + sym__attribute_designator, STATE(3599), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4863), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(4947), 4, + ACTIONS(4957), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [219099] = 13, + ACTIONS(4959), 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, + [219069] = 13, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -229281,15 +229266,15 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(4943), 1, anon_sym_LT_LT, - ACTIONS(5043), 1, + ACTIONS(5015), 1, anon_sym_RBRACK, - ACTIONS(5045), 1, + ACTIONS(5017), 1, sym_RETURN, - STATE(3609), 1, + STATE(3614), 1, sym__direct_name, - STATE(5437), 1, + STATE(5526), 1, sym_name, - STATE(4862), 2, + STATE(4659), 2, sym__identifier, sym__external_name, ACTIONS(4951), 3, @@ -229300,7 +229285,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4863), 3, + STATE(4658), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -229309,7 +229294,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [219149] = 13, + [219119] = 13, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -229318,15 +229303,15 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(4943), 1, anon_sym_LT_LT, - ACTIONS(5047), 1, + ACTIONS(5019), 1, anon_sym_RBRACK, - ACTIONS(5049), 1, + ACTIONS(5021), 1, sym_RETURN, - STATE(3609), 1, + STATE(3614), 1, sym__direct_name, - STATE(5414), 1, + STATE(5424), 1, sym_name, - STATE(4862), 2, + STATE(4659), 2, sym__identifier, sym__external_name, ACTIONS(4951), 3, @@ -229337,7 +229322,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4863), 3, + STATE(4658), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -229346,7 +229331,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [219199] = 13, + [219169] = 13, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -229355,15 +229340,15 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(4943), 1, anon_sym_LT_LT, - ACTIONS(5051), 1, + ACTIONS(5023), 1, anon_sym_RBRACK, - ACTIONS(5053), 1, + ACTIONS(5025), 1, sym_RETURN, - STATE(3609), 1, + STATE(3614), 1, sym__direct_name, - STATE(5399), 1, + STATE(5455), 1, sym_name, - STATE(4862), 2, + STATE(4659), 2, sym__identifier, sym__external_name, ACTIONS(4951), 3, @@ -229374,7 +229359,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4863), 3, + STATE(4658), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -229383,45 +229368,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [219249] = 14, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(5055), 1, - anon_sym_DOT, - ACTIONS(5057), 1, - anon_sym_LPAREN, - ACTIONS(5059), 1, - anon_sym_SQUOTE, - ACTIONS(5061), 1, - anon_sym_LBRACK, - ACTIONS(5063), 1, - sym_PARAMETER, - STATE(3615), 1, - aux_sym_name_repeat1, - STATE(4655), 1, - sym_generic_map_aspect, - STATE(4706), 1, - sym__name_selector, - STATE(3603), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(1471), 4, - sym_GENERIC, - sym_PORT, - sym_USE, - anon_sym_SEMI, - STATE(4708), 5, - sym_function_call, - sym_parenthesis_group, - sym_attribute, - sym_signature, - sym_selection, - [219301] = 13, + [219219] = 13, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -229430,26 +229377,26 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(4943), 1, anon_sym_LT_LT, - ACTIONS(5065), 1, + ACTIONS(5027), 1, anon_sym_RBRACK, - ACTIONS(5067), 1, + ACTIONS(5029), 1, sym_RETURN, - STATE(3609), 1, + STATE(3614), 1, sym__direct_name, - STATE(5351), 1, + STATE(5387), 1, sym_name, - STATE(4862), 2, + STATE(4659), 2, sym__identifier, sym__external_name, ACTIONS(4951), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3604), 3, + STATE(3603), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4863), 3, + STATE(4658), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -229458,44 +229405,40 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [219351] = 13, + [219269] = 9, 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_LT_LT, - ACTIONS(5069), 1, - anon_sym_RBRACK, - ACTIONS(5071), 1, - sym_RETURN, - STATE(3609), 1, - sym__direct_name, - STATE(5454), 1, - sym_name, - STATE(4862), 2, + STATE(7639), 1, + sym__attribute_designator, + STATE(7640), 1, sym__identifier, - sym__external_name, - ACTIONS(4951), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(3605), 3, + STATE(7641), 1, + sym__attribute, + STATE(3604), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4863), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(4947), 4, + ACTIONS(4957), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [219401] = 13, + ACTIONS(4959), 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, + [219311] = 13, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -229504,26 +229447,26 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(4943), 1, anon_sym_LT_LT, - ACTIONS(5073), 1, + ACTIONS(5031), 1, anon_sym_RBRACK, - ACTIONS(5075), 1, + ACTIONS(5033), 1, sym_RETURN, - STATE(3609), 1, + STATE(3614), 1, sym__direct_name, - STATE(5418), 1, + STATE(5395), 1, sym_name, - STATE(4862), 2, + STATE(4659), 2, sym__identifier, sym__external_name, ACTIONS(4951), 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(4863), 3, + STATE(4658), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -229532,44 +229475,40 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [219451] = 13, + [219361] = 9, 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_LT_LT, - ACTIONS(5077), 1, - anon_sym_RBRACK, - ACTIONS(5079), 1, - sym_RETURN, - STATE(3609), 1, - sym__direct_name, - STATE(5456), 1, - sym_name, - STATE(4862), 2, + STATE(7641), 1, + sym__attribute, + STATE(7663), 1, sym__identifier, - sym__external_name, - ACTIONS(4951), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(3607), 3, + STATE(8275), 1, + sym__attribute_designator, + STATE(3606), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4863), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(4947), 4, + ACTIONS(4957), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [219501] = 13, + ACTIONS(4959), 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, + [219403] = 13, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -229578,26 +229517,26 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(4943), 1, anon_sym_LT_LT, - ACTIONS(5081), 1, + ACTIONS(5035), 1, anon_sym_RBRACK, - ACTIONS(5083), 1, + ACTIONS(5037), 1, sym_RETURN, - STATE(3609), 1, + STATE(3614), 1, sym__direct_name, - STATE(5439), 1, + STATE(5499), 1, sym_name, - STATE(4862), 2, + STATE(4659), 2, sym__identifier, sym__external_name, ACTIONS(4951), 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(4863), 3, + STATE(4658), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -229606,46 +229545,82 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [219551] = 15, + [219453] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5085), 1, + ACTIONS(5039), 1, anon_sym_DOT, - ACTIONS(5087), 1, + ACTIONS(5042), 1, anon_sym_LPAREN, - ACTIONS(5089), 1, + ACTIONS(5045), 1, anon_sym_SQUOTE, - ACTIONS(5091), 1, + ACTIONS(5048), 1, anon_sym_LBRACK, - ACTIONS(5093), 1, + ACTIONS(5051), 1, sym_GENERIC, - ACTIONS(5095), 1, + ACTIONS(5054), 1, sym_PARAMETER, - STATE(3667), 1, - aux_sym_name_repeat1, - STATE(4639), 1, + STATE(4553), 1, sym_generic_map_aspect, - STATE(4869), 1, + STATE(4663), 1, sym__name_selector, ACTIONS(1471), 3, - sym_RETURN, - anon_sym_COMMA, - anon_sym_RBRACK, - STATE(3609), 3, + sym_IS, + anon_sym_SEMI, + anon_sym_RPAREN, + STATE(3608), 4, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4871), 5, + aux_sym_name_repeat1, + STATE(4692), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - [219605] = 5, + [219505] = 13, + 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_LT_LT, + ACTIONS(5057), 1, + anon_sym_RBRACK, + ACTIONS(5059), 1, + sym_RETURN, + STATE(3614), 1, + sym__direct_name, + STATE(5513), 1, + sym_name, + STATE(4659), 2, + sym__identifier, + sym__external_name, + ACTIONS(4951), 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(4658), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(4947), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [219555] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -229656,7 +229631,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5097), 17, + ACTIONS(5061), 17, sym_ALIAS, sym_ATTRIBUTE, sym_BEGIN, @@ -229674,7 +229649,7 @@ static const uint16_t ts_small_parse_table[] = { sym_TYPE, sym_USE, sym_VARIABLE, - [219639] = 13, + [219589] = 13, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -229683,15 +229658,15 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(4943), 1, anon_sym_LT_LT, - ACTIONS(5099), 1, + ACTIONS(5063), 1, anon_sym_RBRACK, - ACTIONS(5101), 1, + ACTIONS(5065), 1, sym_RETURN, - STATE(3609), 1, + STATE(3614), 1, sym__direct_name, - STATE(5353), 1, + STATE(5392), 1, sym_name, - STATE(4862), 2, + STATE(4659), 2, sym__identifier, sym__external_name, ACTIONS(4951), 3, @@ -229702,7 +229677,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4863), 3, + STATE(4658), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -229711,6 +229686,43 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, + [219639] = 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(4304), 1, + anon_sym_LPAREN, + STATE(3015), 1, + sym__direct_name, + STATE(6144), 1, + sym_resolution_indication, + STATE(6267), 1, + sym_name, + STATE(4386), 2, + sym__identifier, + sym__external_name, + ACTIONS(71), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, + STATE(3612), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(4383), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(3074), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, [219689] = 13, ACTIONS(3), 1, sym__grave_accent, @@ -229720,26 +229732,26 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(4943), 1, anon_sym_LT_LT, - ACTIONS(5103), 1, + ACTIONS(5067), 1, anon_sym_RBRACK, - ACTIONS(5105), 1, + ACTIONS(5069), 1, sym_RETURN, - STATE(3609), 1, + STATE(3614), 1, sym__direct_name, - STATE(5458), 1, + STATE(5333), 1, sym_name, - STATE(4862), 2, + STATE(4659), 2, sym__identifier, sym__external_name, ACTIONS(4951), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3612), 3, + STATE(3613), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4863), 3, + STATE(4658), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -229748,7 +229760,46 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [219739] = 13, + [219739] = 15, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(5071), 1, + anon_sym_DOT, + ACTIONS(5073), 1, + anon_sym_LPAREN, + ACTIONS(5075), 1, + anon_sym_SQUOTE, + ACTIONS(5077), 1, + anon_sym_LBRACK, + ACTIONS(5079), 1, + sym_GENERIC, + ACTIONS(5081), 1, + sym_PARAMETER, + STATE(3624), 1, + aux_sym_name_repeat1, + STATE(4650), 1, + sym_generic_map_aspect, + STATE(4686), 1, + sym__name_selector, + ACTIONS(1493), 3, + sym_RETURN, + anon_sym_COMMA, + anon_sym_RBRACK, + STATE(3614), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(4660), 5, + sym_function_call, + sym_parenthesis_group, + sym_attribute, + sym_signature, + sym_selection, + [219793] = 13, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -229757,26 +229808,26 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(4943), 1, anon_sym_LT_LT, - ACTIONS(5107), 1, + ACTIONS(5083), 1, anon_sym_RBRACK, - ACTIONS(5109), 1, + ACTIONS(5085), 1, sym_RETURN, - STATE(3609), 1, + STATE(3614), 1, sym__direct_name, - STATE(5540), 1, + STATE(5383), 1, sym_name, - STATE(4862), 2, + STATE(4659), 2, sym__identifier, sym__external_name, ACTIONS(4951), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3613), 3, + STATE(3615), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4863), 3, + STATE(4658), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -229785,7 +229836,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [219789] = 13, + [219843] = 13, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -229794,26 +229845,26 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(4943), 1, anon_sym_LT_LT, - ACTIONS(5111), 1, + ACTIONS(5087), 1, anon_sym_RBRACK, - ACTIONS(5113), 1, + ACTIONS(5089), 1, sym_RETURN, - STATE(3609), 1, + STATE(3614), 1, sym__direct_name, - STATE(5443), 1, + STATE(5401), 1, sym_name, - STATE(4862), 2, + STATE(4659), 2, sym__identifier, sym__external_name, ACTIONS(4951), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3614), 3, + STATE(3616), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4863), 3, + STATE(4658), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -229822,115 +229873,116 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [219839] = 14, + [219893] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5055), 1, + ACTIONS(5091), 1, anon_sym_DOT, - ACTIONS(5057), 1, + ACTIONS(5094), 1, anon_sym_LPAREN, - ACTIONS(5059), 1, + ACTIONS(5097), 1, anon_sym_SQUOTE, - ACTIONS(5061), 1, + ACTIONS(5100), 1, anon_sym_LBRACK, - ACTIONS(5063), 1, + ACTIONS(5103), 1, + sym_GENERIC, + ACTIONS(5106), 1, sym_PARAMETER, - STATE(3595), 1, - aux_sym_name_repeat1, - STATE(4655), 1, + STATE(4587), 1, sym_generic_map_aspect, - STATE(4706), 1, + STATE(4867), 1, sym__name_selector, - STATE(3615), 3, + ACTIONS(1471), 3, + sym_PORT, + anon_sym_SEMI, + anon_sym_LT_EQ, + STATE(3617), 4, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(1487), 4, - sym_GENERIC, - sym_PORT, - sym_USE, - anon_sym_SEMI, - STATE(4708), 5, + aux_sym_name_repeat1, + STATE(4857), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - [219891] = 13, + [219945] = 8, 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_LT_LT, - ACTIONS(5115), 1, - anon_sym_RBRACK, - ACTIONS(5117), 1, - sym_RETURN, - STATE(3609), 1, - sym__direct_name, - STATE(5356), 1, - sym_name, - STATE(4862), 2, - sym__identifier, - sym__external_name, - ACTIONS(4951), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(3616), 3, + ACTIONS(4184), 1, + anon_sym_LPAREN, + ACTIONS(5109), 1, + sym_PARAMETER, + STATE(3951), 1, + sym_parenthesis_group, + STATE(3618), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4863), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(4947), 4, + ACTIONS(2324), 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, - [219941] = 9, + anon_sym_DOT, + anon_sym_LT_LT, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [219985] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(7144), 1, - sym__attribute, - STATE(7184), 1, - sym__identifier, - STATE(7232), 1, - sym__attribute_designator, - STATE(3617), 3, + ACTIONS(5111), 1, + anon_sym_DOT, + ACTIONS(5113), 1, + anon_sym_LPAREN, + ACTIONS(5115), 1, + anon_sym_SQUOTE, + ACTIONS(5117), 1, + anon_sym_LBRACK, + ACTIONS(5119), 1, + sym_GENERIC, + ACTIONS(5121), 1, + sym_PARAMETER, + STATE(3608), 1, + aux_sym_name_repeat1, + STATE(4553), 1, + sym_generic_map_aspect, + STATE(4663), 1, + sym__name_selector, + ACTIONS(1509), 3, + sym_IS, + anon_sym_SEMI, + anon_sym_RPAREN, + STATE(3619), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5119), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - ACTIONS(5121), 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, - [219983] = 13, + STATE(4692), 5, + sym_function_call, + sym_parenthesis_group, + sym_attribute, + sym_signature, + sym_selection, + [220039] = 13, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -229943,22 +229995,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK, ACTIONS(5125), 1, sym_RETURN, - STATE(3609), 1, + STATE(3614), 1, sym__direct_name, - STATE(5421), 1, + STATE(5374), 1, sym_name, - STATE(4862), 2, + STATE(4659), 2, sym__identifier, sym__external_name, ACTIONS(4951), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3618), 3, + STATE(3620), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4863), 3, + STATE(4658), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -229967,7 +230019,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [220033] = 13, + [220089] = 13, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -229980,22 +230032,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK, ACTIONS(5129), 1, sym_RETURN, - STATE(3609), 1, + STATE(3614), 1, sym__direct_name, - STATE(5361), 1, + STATE(5367), 1, sym_name, - STATE(4862), 2, + STATE(4659), 2, sym__identifier, sym__external_name, ACTIONS(4951), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3619), 3, + STATE(3621), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4863), 3, + STATE(4658), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -230004,7 +230056,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [220083] = 13, + [220139] = 13, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -230017,22 +230069,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK, ACTIONS(5133), 1, sym_RETURN, - STATE(3609), 1, + STATE(3614), 1, sym__direct_name, - STATE(5344), 1, + STATE(5435), 1, sym_name, - STATE(4862), 2, + STATE(4659), 2, sym__identifier, sym__external_name, ACTIONS(4951), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3620), 3, + STATE(3622), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4863), 3, + STATE(4658), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -230041,45 +230093,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [220133] = 14, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(5135), 1, - anon_sym_DOT, - ACTIONS(5137), 1, - anon_sym_LPAREN, - ACTIONS(5139), 1, - anon_sym_SQUOTE, - ACTIONS(5141), 1, - anon_sym_LBRACK, - ACTIONS(5143), 1, - sym_PARAMETER, - STATE(3587), 1, - aux_sym_name_repeat1, - STATE(4561), 1, - sym_generic_map_aspect, - STATE(4797), 1, - sym__name_selector, - STATE(3621), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(1487), 4, - sym_GENERIC, - sym_PORT, - anon_sym_SEMI, - anon_sym_LT_EQ, - STATE(4805), 5, - sym_function_call, - sym_parenthesis_group, - sym_attribute, - sym_signature, - sym_selection, - [220185] = 13, + [220189] = 13, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -230088,26 +230102,26 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(4943), 1, anon_sym_LT_LT, - ACTIONS(5145), 1, + ACTIONS(5135), 1, anon_sym_RBRACK, - ACTIONS(5147), 1, + ACTIONS(5137), 1, sym_RETURN, - STATE(3609), 1, + STATE(3614), 1, sym__direct_name, - STATE(5365), 1, + STATE(5403), 1, sym_name, - STATE(4862), 2, + STATE(4659), 2, sym__identifier, sym__external_name, ACTIONS(4951), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3622), 3, + STATE(3623), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4863), 3, + STATE(4658), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -230116,46 +230130,46 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [220235] = 15, + [220239] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5149), 1, + ACTIONS(5071), 1, anon_sym_DOT, - ACTIONS(5151), 1, + ACTIONS(5073), 1, anon_sym_LPAREN, - ACTIONS(5153), 1, + ACTIONS(5075), 1, anon_sym_SQUOTE, - ACTIONS(5155), 1, + ACTIONS(5077), 1, anon_sym_LBRACK, - ACTIONS(5157), 1, + ACTIONS(5079), 1, sym_GENERIC, - ACTIONS(5159), 1, + ACTIONS(5081), 1, sym_PARAMETER, - STATE(3662), 1, + STATE(3645), 1, aux_sym_name_repeat1, - STATE(4618), 1, + STATE(4650), 1, sym_generic_map_aspect, - STATE(4875), 1, + STATE(4686), 1, sym__name_selector, - ACTIONS(1487), 3, - sym_END, - sym_FOR, - sym_USE, - STATE(3623), 3, + ACTIONS(1509), 3, + sym_RETURN, + anon_sym_COMMA, + anon_sym_RBRACK, + STATE(3624), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4878), 5, + STATE(4660), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - [220289] = 13, + [220293] = 13, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -230164,26 +230178,26 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(4943), 1, anon_sym_LT_LT, - ACTIONS(5161), 1, + ACTIONS(5139), 1, anon_sym_RBRACK, - ACTIONS(5163), 1, + ACTIONS(5141), 1, sym_RETURN, - STATE(3609), 1, + STATE(3614), 1, sym__direct_name, - STATE(5368), 1, + STATE(5406), 1, sym_name, - STATE(4862), 2, + STATE(4659), 2, sym__identifier, sym__external_name, ACTIONS(4951), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3624), 3, + STATE(3625), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4863), 3, + STATE(4658), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -230192,46 +230206,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [220339] = 15, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(5165), 1, - anon_sym_DOT, - ACTIONS(5167), 1, - anon_sym_LPAREN, - ACTIONS(5169), 1, - anon_sym_SQUOTE, - ACTIONS(5171), 1, - anon_sym_LBRACK, - ACTIONS(5173), 1, - sym_GENERIC, - ACTIONS(5175), 1, - sym_PARAMETER, - STATE(3627), 1, - aux_sym_name_repeat1, - STATE(4646), 1, - sym_generic_map_aspect, - STATE(4723), 1, - sym__name_selector, - ACTIONS(1471), 3, - sym_OF, - anon_sym_SEMI, - anon_sym_RPAREN, - STATE(3625), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(4726), 5, - sym_function_call, - sym_parenthesis_group, - sym_attribute, - sym_signature, - sym_selection, - [220393] = 13, + [220343] = 13, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -230240,15 +230215,15 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(4943), 1, anon_sym_LT_LT, - ACTIONS(5177), 1, + ACTIONS(5143), 1, anon_sym_RBRACK, - ACTIONS(5179), 1, + ACTIONS(5145), 1, sym_RETURN, - STATE(3609), 1, + STATE(3614), 1, sym__direct_name, - STATE(5445), 1, + STATE(5503), 1, sym_name, - STATE(4862), 2, + STATE(4659), 2, sym__identifier, sym__external_name, ACTIONS(4951), 3, @@ -230259,7 +230234,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4863), 3, + STATE(4658), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -230268,46 +230243,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [220443] = 15, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(5165), 1, - anon_sym_DOT, - ACTIONS(5167), 1, - anon_sym_LPAREN, - ACTIONS(5169), 1, - anon_sym_SQUOTE, - ACTIONS(5171), 1, - anon_sym_LBRACK, - ACTIONS(5173), 1, - sym_GENERIC, - ACTIONS(5175), 1, - sym_PARAMETER, - STATE(3593), 1, - aux_sym_name_repeat1, - STATE(4646), 1, - sym_generic_map_aspect, - STATE(4723), 1, - sym__name_selector, - ACTIONS(1487), 3, - sym_OF, - anon_sym_SEMI, - anon_sym_RPAREN, - STATE(3627), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(4726), 5, - sym_function_call, - sym_parenthesis_group, - sym_attribute, - sym_signature, - sym_selection, - [220497] = 13, + [220393] = 13, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -230316,26 +230252,26 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(4943), 1, anon_sym_LT_LT, - ACTIONS(5181), 1, + ACTIONS(5147), 1, anon_sym_RBRACK, - ACTIONS(5183), 1, + ACTIONS(5149), 1, sym_RETURN, - STATE(3609), 1, + STATE(3614), 1, sym__direct_name, - STATE(5372), 1, + STATE(5362), 1, sym_name, - STATE(4862), 2, + STATE(4659), 2, sym__identifier, sym__external_name, ACTIONS(4951), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3628), 3, + STATE(3627), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4863), 3, + STATE(4658), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -230344,7 +230280,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [220547] = 13, + [220443] = 13, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -230353,26 +230289,26 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(4943), 1, anon_sym_LT_LT, - ACTIONS(5185), 1, + ACTIONS(5151), 1, anon_sym_RBRACK, - ACTIONS(5187), 1, + ACTIONS(5153), 1, sym_RETURN, - STATE(3609), 1, + STATE(3614), 1, sym__direct_name, - STATE(5390), 1, + STATE(5496), 1, sym_name, - STATE(4862), 2, + STATE(4659), 2, sym__identifier, sym__external_name, ACTIONS(4951), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3629), 3, + STATE(3628), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4863), 3, + STATE(4658), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -230381,7 +230317,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [220597] = 13, + [220493] = 13, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -230390,26 +230326,26 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(4943), 1, anon_sym_LT_LT, - ACTIONS(5189), 1, + ACTIONS(5155), 1, anon_sym_RBRACK, - ACTIONS(5191), 1, + ACTIONS(5157), 1, sym_RETURN, - STATE(3609), 1, + STATE(3614), 1, sym__direct_name, - STATE(5431), 1, + STATE(5359), 1, sym_name, - STATE(4862), 2, + STATE(4659), 2, sym__identifier, sym__external_name, ACTIONS(4951), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3630), 3, + STATE(3629), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4863), 3, + STATE(4658), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -230418,7 +230354,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [220647] = 13, + [220543] = 13, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -230427,26 +230363,26 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(4943), 1, anon_sym_LT_LT, - ACTIONS(5193), 1, + ACTIONS(5159), 1, anon_sym_RBRACK, - ACTIONS(5195), 1, + ACTIONS(5161), 1, sym_RETURN, - STATE(3609), 1, + STATE(3614), 1, sym__direct_name, - STATE(5374), 1, + STATE(5469), 1, sym_name, - STATE(4862), 2, + STATE(4659), 2, sym__identifier, sym__external_name, ACTIONS(4951), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3631), 3, + STATE(3630), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4863), 3, + STATE(4658), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -230455,7 +230391,46 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [220697] = 13, + [220593] = 15, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(5163), 1, + anon_sym_DOT, + ACTIONS(5165), 1, + anon_sym_LPAREN, + ACTIONS(5167), 1, + anon_sym_SQUOTE, + ACTIONS(5169), 1, + anon_sym_LBRACK, + ACTIONS(5171), 1, + sym_GENERIC, + ACTIONS(5173), 1, + sym_PARAMETER, + STATE(3633), 1, + aux_sym_name_repeat1, + STATE(4647), 1, + sym_generic_map_aspect, + STATE(4882), 1, + sym__name_selector, + ACTIONS(1509), 3, + sym_OF, + anon_sym_SEMI, + anon_sym_RPAREN, + STATE(3631), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(4678), 5, + sym_function_call, + sym_parenthesis_group, + sym_attribute, + sym_signature, + sym_selection, + [220647] = 13, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -230464,15 +230439,15 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(4943), 1, anon_sym_LT_LT, - ACTIONS(5197), 1, + ACTIONS(5175), 1, anon_sym_RBRACK, - ACTIONS(5199), 1, + ACTIONS(5177), 1, sym_RETURN, - STATE(3609), 1, + STATE(3614), 1, sym__direct_name, - STATE(5395), 1, + STATE(5414), 1, sym_name, - STATE(4862), 2, + STATE(4659), 2, sym__identifier, sym__external_name, ACTIONS(4951), 3, @@ -230483,7 +230458,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4863), 3, + STATE(4658), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -230492,44 +230467,83 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [220747] = 13, + [220697] = 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_LT_LT, - ACTIONS(5201), 1, - anon_sym_RBRACK, - ACTIONS(5203), 1, - sym_RETURN, - STATE(3609), 1, - sym__direct_name, - STATE(5378), 1, - sym_name, - STATE(4862), 2, - sym__identifier, - sym__external_name, - ACTIONS(4951), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(3633), 3, + ACTIONS(5179), 1, + anon_sym_DOT, + ACTIONS(5182), 1, + anon_sym_LPAREN, + ACTIONS(5185), 1, + anon_sym_SQUOTE, + ACTIONS(5188), 1, + anon_sym_LBRACK, + ACTIONS(5191), 1, + sym_GENERIC, + ACTIONS(5194), 1, + sym_PARAMETER, + STATE(4647), 1, + sym_generic_map_aspect, + STATE(4882), 1, + sym__name_selector, + ACTIONS(1471), 3, + sym_OF, + anon_sym_SEMI, + anon_sym_RPAREN, + STATE(3633), 4, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4863), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(4947), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [220797] = 13, + aux_sym_name_repeat1, + STATE(4678), 5, + sym_function_call, + sym_parenthesis_group, + sym_attribute, + sym_signature, + sym_selection, + [220749] = 14, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(4314), 1, + anon_sym_DOT, + ACTIONS(4316), 1, + anon_sym_LPAREN, + ACTIONS(4318), 1, + anon_sym_SQUOTE, + ACTIONS(4320), 1, + anon_sym_LBRACK, + ACTIONS(4324), 1, + sym_PARAMETER, + STATE(3639), 1, + aux_sym_name_repeat1, + STATE(4389), 1, + sym_generic_map_aspect, + STATE(4412), 1, + sym__name_selector, + STATE(3634), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(1493), 4, + sym_GENERIC, + sym_RANGE, + anon_sym_SEMI, + sym_variable_assignment, + STATE(4436), 5, + sym_function_call, + sym_parenthesis_group, + sym_attribute, + sym_signature, + sym_selection, + [220801] = 13, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -230538,26 +230552,26 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(4943), 1, anon_sym_LT_LT, - ACTIONS(5205), 1, + ACTIONS(5197), 1, anon_sym_RBRACK, - ACTIONS(5207), 1, + ACTIONS(5199), 1, sym_RETURN, - STATE(3609), 1, + STATE(3614), 1, sym__direct_name, - STATE(5460), 1, + STATE(5492), 1, sym_name, - STATE(4862), 2, + STATE(4659), 2, sym__identifier, sym__external_name, ACTIONS(4951), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3634), 3, + STATE(3635), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4863), 3, + STATE(4658), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -230566,7 +230580,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [220847] = 13, + [220851] = 13, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -230575,26 +230589,26 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(4943), 1, anon_sym_LT_LT, - ACTIONS(5209), 1, + ACTIONS(5201), 1, anon_sym_RBRACK, - ACTIONS(5211), 1, + ACTIONS(5203), 1, sym_RETURN, - STATE(3609), 1, + STATE(3614), 1, sym__direct_name, - STATE(5332), 1, + STATE(5464), 1, sym_name, - STATE(4862), 2, + STATE(4659), 2, sym__identifier, sym__external_name, ACTIONS(4951), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3635), 3, + STATE(3636), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4863), 3, + STATE(4658), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -230603,65 +230617,27 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [220897] = 14, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(5135), 1, - anon_sym_DOT, - ACTIONS(5137), 1, - anon_sym_LPAREN, - ACTIONS(5139), 1, - anon_sym_SQUOTE, - ACTIONS(5141), 1, - anon_sym_LBRACK, - ACTIONS(5143), 1, - sym_PARAMETER, - STATE(3621), 1, - aux_sym_name_repeat1, - STATE(4561), 1, - sym_generic_map_aspect, - STATE(4797), 1, - sym__name_selector, - STATE(3636), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(1471), 4, - sym_GENERIC, - sym_PORT, - anon_sym_SEMI, - anon_sym_LT_EQ, - STATE(4805), 5, - sym_function_call, - sym_parenthesis_group, - sym_attribute, - sym_signature, - sym_selection, - [220949] = 13, + [220901] = 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(4943), 1, anon_sym_LT_LT, - ACTIONS(5213), 1, - sym_box, - STATE(3023), 1, + ACTIONS(5205), 1, + anon_sym_RBRACK, + ACTIONS(5207), 1, + sym_RETURN, + STATE(3614), 1, sym__direct_name, - STATE(6280), 1, + STATE(5411), 1, sym_name, - STATE(6281), 1, - sym__interface_subprogram_default, - STATE(4362), 2, + STATE(4659), 2, sym__identifier, sym__external_name, - ACTIONS(71), 3, + ACTIONS(4951), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -230669,16 +230645,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4658), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(4947), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [220999] = 13, + [220951] = 13, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -230687,15 +230663,15 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(4943), 1, anon_sym_LT_LT, - ACTIONS(5215), 1, + ACTIONS(5209), 1, anon_sym_RBRACK, - ACTIONS(5217), 1, + ACTIONS(5211), 1, sym_RETURN, - STATE(3609), 1, + STATE(3614), 1, sym__direct_name, - STATE(5381), 1, + STATE(5476), 1, sym_name, - STATE(4862), 2, + STATE(4659), 2, sym__identifier, sym__external_name, ACTIONS(4951), 3, @@ -230706,7 +230682,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4863), 3, + STATE(4658), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -230715,161 +230691,123 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [221049] = 14, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(5219), 1, - anon_sym_DOT, - ACTIONS(5222), 1, - anon_sym_LPAREN, - ACTIONS(5225), 1, - anon_sym_SQUOTE, - ACTIONS(5228), 1, - anon_sym_LBRACK, - ACTIONS(5231), 1, - sym_GENERIC, - ACTIONS(5234), 1, - sym_PARAMETER, - STATE(4587), 1, - sym_generic_map_aspect, - STATE(4827), 1, - sym__name_selector, - ACTIONS(1491), 3, - sym_IS, - anon_sym_SEMI, - anon_sym_RPAREN, - STATE(3639), 4, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - aux_sym_name_repeat1, - STATE(4847), 5, - sym_function_call, - sym_parenthesis_group, - sym_attribute, - sym_signature, - sym_selection, - [221101] = 15, + [221001] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5237), 1, + ACTIONS(4314), 1, anon_sym_DOT, - ACTIONS(5239), 1, + ACTIONS(4316), 1, anon_sym_LPAREN, - ACTIONS(5241), 1, + ACTIONS(4318), 1, anon_sym_SQUOTE, - ACTIONS(5243), 1, + ACTIONS(4320), 1, anon_sym_LBRACK, - ACTIONS(5245), 1, - sym_GENERIC, - ACTIONS(5247), 1, + ACTIONS(4324), 1, sym_PARAMETER, - STATE(3639), 1, + STATE(3343), 1, aux_sym_name_repeat1, - STATE(4587), 1, + STATE(4389), 1, sym_generic_map_aspect, - STATE(4827), 1, + STATE(4412), 1, sym__name_selector, - ACTIONS(1487), 3, - sym_IS, - anon_sym_SEMI, - anon_sym_RPAREN, - STATE(3640), 3, + STATE(3639), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4847), 5, + ACTIONS(1509), 4, + sym_GENERIC, + sym_RANGE, + anon_sym_SEMI, + sym_variable_assignment, + STATE(4436), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - [221155] = 15, + [221053] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5149), 1, + ACTIONS(5111), 1, anon_sym_DOT, - ACTIONS(5151), 1, + ACTIONS(5113), 1, anon_sym_LPAREN, - ACTIONS(5153), 1, + ACTIONS(5115), 1, anon_sym_SQUOTE, - ACTIONS(5155), 1, + ACTIONS(5117), 1, anon_sym_LBRACK, - ACTIONS(5157), 1, + ACTIONS(5119), 1, sym_GENERIC, - ACTIONS(5159), 1, + ACTIONS(5121), 1, sym_PARAMETER, - STATE(3623), 1, + STATE(3619), 1, aux_sym_name_repeat1, - STATE(4618), 1, + STATE(4553), 1, sym_generic_map_aspect, - STATE(4875), 1, + STATE(4663), 1, sym__name_selector, - ACTIONS(1471), 3, - sym_END, - sym_FOR, - sym_USE, - STATE(3641), 3, + ACTIONS(1493), 3, + sym_IS, + anon_sym_SEMI, + anon_sym_RPAREN, + STATE(3640), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4878), 5, + STATE(4692), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - [221209] = 14, + [221107] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4312), 1, + ACTIONS(5163), 1, anon_sym_DOT, - ACTIONS(4314), 1, + ACTIONS(5165), 1, anon_sym_LPAREN, - ACTIONS(4316), 1, + ACTIONS(5167), 1, anon_sym_SQUOTE, - ACTIONS(4318), 1, + ACTIONS(5169), 1, anon_sym_LBRACK, - ACTIONS(4322), 1, + ACTIONS(5171), 1, + sym_GENERIC, + ACTIONS(5173), 1, sym_PARAMETER, - STATE(3646), 1, + STATE(3631), 1, aux_sym_name_repeat1, - STATE(4399), 1, + STATE(4647), 1, sym_generic_map_aspect, - STATE(4412), 1, + STATE(4882), 1, sym__name_selector, - STATE(3642), 3, + ACTIONS(1493), 3, + sym_OF, + anon_sym_SEMI, + anon_sym_RPAREN, + STATE(3641), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(1471), 4, - sym_GENERIC, - sym_RANGE, - anon_sym_SEMI, - sym_variable_assignment, - STATE(4425), 5, + STATE(4678), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - [221261] = 13, + [221161] = 13, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -230878,26 +230816,26 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(4943), 1, anon_sym_LT_LT, - ACTIONS(5249), 1, + ACTIONS(5213), 1, anon_sym_RBRACK, - ACTIONS(5251), 1, + ACTIONS(5215), 1, sym_RETURN, - STATE(3609), 1, + STATE(3614), 1, sym__direct_name, - STATE(5406), 1, + STATE(5458), 1, sym_name, - STATE(4862), 2, + STATE(4659), 2, sym__identifier, sym__external_name, ACTIONS(4951), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3643), 3, + STATE(3642), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4863), 3, + STATE(4658), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -230906,7 +230844,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [221311] = 13, + [221211] = 13, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -230915,26 +230853,26 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(4943), 1, anon_sym_LT_LT, - ACTIONS(5253), 1, + ACTIONS(5217), 1, anon_sym_RBRACK, - ACTIONS(5255), 1, + ACTIONS(5219), 1, sym_RETURN, - STATE(3609), 1, + STATE(3614), 1, sym__direct_name, - STATE(5424), 1, + STATE(5418), 1, sym_name, - STATE(4862), 2, + STATE(4659), 2, sym__identifier, sym__external_name, ACTIONS(4951), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3644), 3, + STATE(3643), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4863), 3, + STATE(4658), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -230943,7 +230881,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [221361] = 13, + [221261] = 13, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -230952,26 +230890,26 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(4943), 1, anon_sym_LT_LT, - ACTIONS(5257), 1, + ACTIONS(5221), 1, anon_sym_RBRACK, - ACTIONS(5259), 1, + ACTIONS(5223), 1, sym_RETURN, - STATE(3609), 1, + STATE(3614), 1, sym__direct_name, - STATE(5380), 1, + STATE(5399), 1, sym_name, - STATE(4862), 2, + STATE(4659), 2, sym__identifier, sym__external_name, ACTIONS(4951), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3645), 3, + STATE(3644), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4863), 3, + STATE(4658), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -230980,77 +230918,120 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [221411] = 14, + [221311] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4312), 1, + ACTIONS(5225), 1, anon_sym_DOT, - ACTIONS(4314), 1, + ACTIONS(5228), 1, anon_sym_LPAREN, - ACTIONS(4316), 1, + ACTIONS(5231), 1, anon_sym_SQUOTE, - ACTIONS(4318), 1, + ACTIONS(5234), 1, anon_sym_LBRACK, - ACTIONS(4322), 1, + ACTIONS(5237), 1, + sym_GENERIC, + ACTIONS(5240), 1, sym_PARAMETER, - STATE(3306), 1, - aux_sym_name_repeat1, - STATE(4399), 1, + STATE(4650), 1, sym_generic_map_aspect, - STATE(4412), 1, + STATE(4686), 1, sym__name_selector, - STATE(3646), 3, + ACTIONS(1471), 3, + sym_RETURN, + anon_sym_COMMA, + anon_sym_RBRACK, + STATE(3645), 4, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(1487), 4, - sym_GENERIC, - sym_RANGE, - anon_sym_SEMI, - sym_variable_assignment, - STATE(4425), 5, + aux_sym_name_repeat1, + STATE(4660), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - [221463] = 8, + [221363] = 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_LPAREN, - ACTIONS(5261), 1, - sym_PARAMETER, - STATE(3701), 1, - sym_parenthesis_group, - STATE(3647), 3, + ACTIONS(4943), 1, + anon_sym_LT_LT, + ACTIONS(5243), 1, + anon_sym_RBRACK, + ACTIONS(5245), 1, + sym_RETURN, + STATE(3614), 1, + sym__direct_name, + STATE(5337), 1, + sym_name, + STATE(4659), 2, + sym__identifier, + sym__external_name, + ACTIONS(4951), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, + STATE(3646), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2191), 14, + STATE(4658), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(4947), 4, 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, + [221413] = 14, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(4983), 1, anon_sym_DOT, - anon_sym_LT_LT, + ACTIONS(4985), 1, + anon_sym_LPAREN, + ACTIONS(4987), 1, anon_sym_SQUOTE, + ACTIONS(4989), 1, anon_sym_LBRACK, - [221503] = 13, + ACTIONS(4991), 1, + sym_PARAMETER, + STATE(3592), 1, + aux_sym_name_repeat1, + STATE(4587), 1, + sym_generic_map_aspect, + STATE(4867), 1, + sym__name_selector, + STATE(3647), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(1493), 4, + sym_GENERIC, + sym_PORT, + anon_sym_SEMI, + anon_sym_LT_EQ, + STATE(4857), 5, + sym_function_call, + sym_parenthesis_group, + sym_attribute, + sym_signature, + sym_selection, + [221465] = 13, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -231059,15 +231040,15 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(4943), 1, anon_sym_LT_LT, - ACTIONS(5263), 1, + ACTIONS(5247), 1, anon_sym_RBRACK, - ACTIONS(5265), 1, + ACTIONS(5249), 1, sym_RETURN, - STATE(3609), 1, + STATE(3614), 1, sym__direct_name, - STATE(5427), 1, + STATE(5421), 1, sym_name, - STATE(4862), 2, + STATE(4659), 2, sym__identifier, sym__external_name, ACTIONS(4951), 3, @@ -231078,7 +231059,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4863), 3, + STATE(4658), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -231087,7 +231068,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [221553] = 13, + [221515] = 13, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -231096,15 +231077,15 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(4943), 1, anon_sym_LT_LT, - ACTIONS(5267), 1, + ACTIONS(5251), 1, anon_sym_RBRACK, - ACTIONS(5269), 1, + ACTIONS(5253), 1, sym_RETURN, - STATE(3609), 1, + STATE(3614), 1, sym__direct_name, - STATE(5408), 1, + STATE(5431), 1, sym_name, - STATE(4862), 2, + STATE(4659), 2, sym__identifier, sym__external_name, ACTIONS(4951), 3, @@ -231115,7 +231096,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4863), 3, + STATE(4658), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -231124,7 +231105,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [221603] = 13, + [221565] = 13, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -231133,15 +231114,15 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(4943), 1, anon_sym_LT_LT, - ACTIONS(5271), 1, + ACTIONS(5255), 1, anon_sym_RBRACK, - ACTIONS(5273), 1, + ACTIONS(5257), 1, sym_RETURN, - STATE(3609), 1, + STATE(3614), 1, sym__direct_name, - STATE(5462), 1, + STATE(5467), 1, sym_name, - STATE(4862), 2, + STATE(4659), 2, sym__identifier, sym__external_name, ACTIONS(4951), 3, @@ -231152,7 +231133,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4863), 3, + STATE(4658), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -231161,60 +231142,64 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [221653] = 9, + [221615] = 13, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(7144), 1, - sym__attribute, - STATE(7659), 1, + ACTIONS(4943), 1, + anon_sym_LT_LT, + ACTIONS(5259), 1, + anon_sym_RBRACK, + ACTIONS(5261), 1, + sym_RETURN, + STATE(3614), 1, + sym__direct_name, + STATE(5378), 1, + sym_name, + STATE(4659), 2, sym__identifier, - STATE(8271), 1, - sym__attribute_designator, + sym__external_name, + ACTIONS(4951), 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(5119), 4, + STATE(4658), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(4947), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - ACTIONS(5121), 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, - [221695] = 13, + [221665] = 13, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4943), 1, + ACTIONS(11), 1, anon_sym_LT_LT, - ACTIONS(5275), 1, - anon_sym_RBRACK, - ACTIONS(5277), 1, - sym_RETURN, - STATE(3609), 1, + ACTIONS(5263), 1, + sym_box, + STATE(3015), 1, sym__direct_name, - STATE(5464), 1, + STATE(6110), 1, + sym__interface_subprogram_default, + STATE(6111), 1, sym_name, - STATE(4862), 2, + STATE(4386), 2, sym__identifier, sym__external_name, - ACTIONS(4951), 3, + ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -231222,16 +231207,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4863), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4947), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [221745] = 13, + [221715] = 13, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -231240,15 +231225,15 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(4943), 1, anon_sym_LT_LT, - ACTIONS(5279), 1, + ACTIONS(5265), 1, anon_sym_RBRACK, - ACTIONS(5281), 1, + ACTIONS(5267), 1, sym_RETURN, - STATE(3609), 1, + STATE(3614), 1, sym__direct_name, - STATE(5450), 1, + STATE(5356), 1, sym_name, - STATE(4862), 2, + STATE(4659), 2, sym__identifier, sym__external_name, ACTIONS(4951), 3, @@ -231259,7 +231244,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4863), 3, + STATE(4658), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -231268,7 +231253,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [221795] = 13, + [221765] = 13, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -231277,15 +231262,15 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(4943), 1, anon_sym_LT_LT, - ACTIONS(5283), 1, + ACTIONS(5269), 1, anon_sym_RBRACK, - ACTIONS(5285), 1, + ACTIONS(5271), 1, sym_RETURN, - STATE(3609), 1, + STATE(3614), 1, sym__direct_name, - STATE(5347), 1, + STATE(5433), 1, sym_name, - STATE(4862), 2, + STATE(4659), 2, sym__identifier, sym__external_name, ACTIONS(4951), 3, @@ -231296,7 +231281,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4863), 3, + STATE(4658), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -231305,40 +231290,46 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [221845] = 9, + [221815] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(7144), 1, - sym__attribute, - STATE(7722), 1, - sym__identifier, - STATE(8279), 1, - sym__attribute_designator, + 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, + sym_PARAMETER, + STATE(3664), 1, + aux_sym_name_repeat1, + STATE(4600), 1, + sym_generic_map_aspect, + STATE(4836), 1, + sym__name_selector, + ACTIONS(1493), 3, + sym_END, + sym_FOR, + sym_USE, STATE(3655), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5119), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - ACTIONS(5121), 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, - [221887] = 13, + STATE(4835), 5, + sym_function_call, + sym_parenthesis_group, + sym_attribute, + sym_signature, + sym_selection, + [221869] = 13, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -231347,15 +231338,15 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(4943), 1, anon_sym_LT_LT, - ACTIONS(5287), 1, + ACTIONS(5285), 1, anon_sym_RBRACK, - ACTIONS(5289), 1, + ACTIONS(5287), 1, sym_RETURN, - STATE(3609), 1, + STATE(3614), 1, sym__direct_name, - STATE(5466), 1, + STATE(5453), 1, sym_name, - STATE(4862), 2, + STATE(4659), 2, sym__identifier, sym__external_name, ACTIONS(4951), 3, @@ -231366,7 +231357,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4863), 3, + STATE(4658), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -231375,7 +231366,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [221937] = 13, + [221919] = 13, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -231384,15 +231375,15 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(4943), 1, anon_sym_LT_LT, - ACTIONS(5291), 1, + ACTIONS(5289), 1, anon_sym_RBRACK, - ACTIONS(5293), 1, + ACTIONS(5291), 1, sym_RETURN, - STATE(3609), 1, + STATE(3614), 1, sym__direct_name, - STATE(5403), 1, + STATE(5448), 1, sym_name, - STATE(4862), 2, + STATE(4659), 2, sym__identifier, sym__external_name, ACTIONS(4951), 3, @@ -231403,7 +231394,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4863), 3, + STATE(4658), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -231412,7 +231403,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [221987] = 13, + [221969] = 13, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -231421,15 +231412,15 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(4943), 1, anon_sym_LT_LT, - ACTIONS(5295), 1, + ACTIONS(5293), 1, anon_sym_RBRACK, - ACTIONS(5297), 1, + ACTIONS(5295), 1, sym_RETURN, - STATE(3609), 1, + STATE(3614), 1, sym__direct_name, - STATE(5387), 1, + STATE(5439), 1, sym_name, - STATE(4862), 2, + STATE(4659), 2, sym__identifier, sym__external_name, ACTIONS(4951), 3, @@ -231440,7 +231431,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4863), 3, + STATE(4658), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -231449,78 +231440,45 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [222037] = 9, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(7144), 1, - sym__attribute, - STATE(7780), 1, - sym__identifier, - STATE(8287), 1, - sym__attribute_designator, - STATE(3659), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(5119), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - ACTIONS(5121), 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, - [222079] = 14, + [222019] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5299), 1, + ACTIONS(5297), 1, anon_sym_DOT, - ACTIONS(5302), 1, + ACTIONS(5300), 1, anon_sym_LPAREN, - ACTIONS(5305), 1, + ACTIONS(5303), 1, anon_sym_SQUOTE, - ACTIONS(5308), 1, + ACTIONS(5306), 1, anon_sym_LBRACK, - ACTIONS(5311), 1, + ACTIONS(5309), 1, sym_GENERIC, - ACTIONS(5314), 1, + ACTIONS(5312), 1, sym_PARAMETER, - STATE(4639), 1, + STATE(4600), 1, sym_generic_map_aspect, - STATE(4869), 1, + STATE(4836), 1, sym__name_selector, - ACTIONS(1491), 3, - sym_RETURN, - anon_sym_COMMA, - anon_sym_RBRACK, - STATE(3660), 4, + ACTIONS(1471), 3, + sym_END, + sym_FOR, + sym_USE, + STATE(3659), 4, sym__tool_directive, sym_line_comment, sym_block_comment, aux_sym_name_repeat1, - STATE(4871), 5, + STATE(4835), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - [222131] = 13, + [222071] = 13, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -231529,15 +231487,52 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(4943), 1, anon_sym_LT_LT, - ACTIONS(5317), 1, + ACTIONS(5315), 1, anon_sym_RBRACK, + ACTIONS(5317), 1, + sym_RETURN, + STATE(3614), 1, + sym__direct_name, + STATE(5381), 1, + sym_name, + STATE(4659), 2, + sym__identifier, + sym__external_name, + ACTIONS(4951), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, + STATE(3660), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(4658), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(4947), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [222121] = 13, + 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_LT_LT, ACTIONS(5319), 1, + anon_sym_RBRACK, + ACTIONS(5321), 1, sym_RETURN, - STATE(3609), 1, + STATE(3614), 1, sym__direct_name, - STATE(5335), 1, + STATE(5349), 1, sym_name, - STATE(4862), 2, + STATE(4659), 2, sym__identifier, sym__external_name, ACTIONS(4951), 3, @@ -231548,7 +231543,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4863), 3, + STATE(4658), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -231557,78 +231552,157 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [222181] = 14, + [222171] = 13, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5321), 1, + ACTIONS(4943), 1, + anon_sym_LT_LT, + ACTIONS(5323), 1, + anon_sym_RBRACK, + ACTIONS(5325), 1, + sym_RETURN, + STATE(3614), 1, + sym__direct_name, + STATE(5452), 1, + sym_name, + STATE(4659), 2, + sym__identifier, + sym__external_name, + ACTIONS(4951), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, + STATE(3662), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(4658), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(4947), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [222221] = 13, + 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_LT_LT, + ACTIONS(5327), 1, + anon_sym_RBRACK, + ACTIONS(5329), 1, + sym_RETURN, + STATE(3614), 1, + sym__direct_name, + STATE(5390), 1, + sym_name, + STATE(4659), 2, + sym__identifier, + sym__external_name, + ACTIONS(4951), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, + STATE(3663), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(4658), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(4947), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [222271] = 15, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(5273), 1, anon_sym_DOT, - ACTIONS(5324), 1, + ACTIONS(5275), 1, anon_sym_LPAREN, - ACTIONS(5327), 1, + ACTIONS(5277), 1, anon_sym_SQUOTE, - ACTIONS(5330), 1, + ACTIONS(5279), 1, anon_sym_LBRACK, - ACTIONS(5333), 1, + ACTIONS(5281), 1, sym_GENERIC, - ACTIONS(5336), 1, + ACTIONS(5283), 1, sym_PARAMETER, - STATE(4618), 1, + STATE(3659), 1, + aux_sym_name_repeat1, + STATE(4600), 1, sym_generic_map_aspect, - STATE(4875), 1, + STATE(4836), 1, sym__name_selector, - ACTIONS(1491), 3, + ACTIONS(1509), 3, sym_END, sym_FOR, sym_USE, - STATE(3662), 4, + STATE(3664), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - aux_sym_name_repeat1, - STATE(4878), 5, + STATE(4835), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - [222233] = 9, + [222325] = 13, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(7144), 1, - sym__attribute, - STATE(7824), 1, + ACTIONS(4943), 1, + anon_sym_LT_LT, + ACTIONS(5331), 1, + anon_sym_RBRACK, + ACTIONS(5333), 1, + sym_RETURN, + STATE(3614), 1, + sym__direct_name, + STATE(5341), 1, + sym_name, + STATE(4659), 2, sym__identifier, - STATE(8295), 1, - sym__attribute_designator, - STATE(3663), 3, + sym__external_name, + ACTIONS(4951), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, + STATE(3665), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5119), 4, + STATE(4658), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(4947), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - ACTIONS(5121), 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, - [222275] = 13, + [222375] = 13, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -231637,26 +231711,26 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(4943), 1, anon_sym_LT_LT, - ACTIONS(5339), 1, + ACTIONS(5335), 1, anon_sym_RBRACK, - ACTIONS(5341), 1, + ACTIONS(5337), 1, sym_RETURN, - STATE(3609), 1, + STATE(3614), 1, sym__direct_name, - STATE(5429), 1, + STATE(5443), 1, sym_name, - STATE(4862), 2, + STATE(4659), 2, sym__identifier, sym__external_name, ACTIONS(4951), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3664), 3, + STATE(3666), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4863), 3, + STATE(4658), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -231665,40 +231739,44 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [222325] = 9, + [222425] = 13, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(7144), 1, - sym__attribute, - STATE(7854), 1, + ACTIONS(4943), 1, + anon_sym_LT_LT, + ACTIONS(5339), 1, + anon_sym_RBRACK, + ACTIONS(5341), 1, + sym_RETURN, + STATE(3614), 1, + sym__direct_name, + STATE(5343), 1, + sym_name, + STATE(4659), 2, sym__identifier, - STATE(8300), 1, - sym__attribute_designator, - STATE(3665), 3, + sym__external_name, + ACTIONS(4951), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, + STATE(3667), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5119), 4, + STATE(4658), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(4947), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - ACTIONS(5121), 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, - [222367] = 13, + [222475] = 13, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -231711,22 +231789,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK, ACTIONS(5345), 1, sym_RETURN, - STATE(3609), 1, + STATE(3614), 1, sym__direct_name, - STATE(5410), 1, + STATE(5441), 1, sym_name, - STATE(4862), 2, + STATE(4659), 2, sym__identifier, sym__external_name, ACTIONS(4951), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3666), 3, + STATE(3668), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4863), 3, + STATE(4658), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -231735,96 +231813,94 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [222417] = 15, + [222525] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5085), 1, + ACTIONS(5347), 1, anon_sym_DOT, - ACTIONS(5087), 1, - anon_sym_LPAREN, - ACTIONS(5089), 1, - anon_sym_SQUOTE, - ACTIONS(5091), 1, - anon_sym_LBRACK, - ACTIONS(5093), 1, - sym_GENERIC, - ACTIONS(5095), 1, - sym_PARAMETER, - STATE(3660), 1, - aux_sym_name_repeat1, - STATE(4639), 1, - sym_generic_map_aspect, - STATE(4869), 1, - sym__name_selector, - ACTIONS(1487), 3, - sym_RETURN, - anon_sym_COMMA, - anon_sym_RBRACK, - STATE(3667), 3, + ACTIONS(5349), 1, + anon_sym_AT, + ACTIONS(5351), 1, + anon_sym_CARET, + STATE(4594), 1, + aux_sym_relative_pathname_repeat1, + STATE(4991), 1, + aux_sym_partial_pathname_repeat1, + STATE(5727), 1, + sym__identifier, + STATE(6828), 1, + sym_pathname_element, + STATE(6833), 1, + sym_partial_pathname, + STATE(7932), 1, + sym__external_pathname, + STATE(3669), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4871), 5, - sym_function_call, - sym_parenthesis_group, - sym_attribute, - sym_signature, - sym_selection, - [222471] = 15, + STATE(6835), 3, + sym_package_pathname, + sym_absolute_pathname, + sym_relative_pathname, + ACTIONS(3838), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [222578] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5237), 1, + ACTIONS(5347), 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_GENERIC, - ACTIONS(5247), 1, - sym_PARAMETER, - STATE(3640), 1, - aux_sym_name_repeat1, - STATE(4587), 1, - sym_generic_map_aspect, - STATE(4827), 1, - sym__name_selector, - ACTIONS(1471), 3, - sym_IS, - anon_sym_SEMI, - anon_sym_RPAREN, - STATE(3668), 3, + ACTIONS(5349), 1, + anon_sym_AT, + ACTIONS(5351), 1, + anon_sym_CARET, + STATE(4594), 1, + aux_sym_relative_pathname_repeat1, + STATE(4991), 1, + aux_sym_partial_pathname_repeat1, + STATE(5727), 1, + sym__identifier, + STATE(6828), 1, + sym_pathname_element, + STATE(6833), 1, + sym_partial_pathname, + STATE(7917), 1, + sym__external_pathname, + STATE(3670), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4847), 5, - sym_function_call, - sym_parenthesis_group, - sym_attribute, - sym_signature, - sym_selection, - [222525] = 5, + STATE(6835), 3, + sym_package_pathname, + sym_absolute_pathname, + sym_relative_pathname, + ACTIONS(3838), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [222631] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3669), 3, + STATE(3671), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3456), 16, + ACTIONS(3358), 16, sym_ALIAS, sym_ATTRIBUTE, sym_CONSTANT, @@ -231841,203 +231917,194 @@ static const uint16_t ts_small_parse_table[] = { sym_TYPE, sym_USE, sym_VARIABLE, - [222558] = 5, + [222664] = 12, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3670), 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, - anon_sym_LPAREN, + ACTIONS(11), 1, anon_sym_LT_LT, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [222591] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(3671), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(3350), 16, - sym_identifier, - sym_ASSERT, - sym_ELSE, - sym_ELSIF, - sym_END, - sym_POSTPONED, - sym_PROCESS, - sym_WITH, + STATE(3015), 1, + sym__direct_name, + STATE(5953), 1, + sym_name, + STATE(7532), 1, + sym_group_constituent_list, + STATE(4386), 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, - [222624] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, STATE(3672), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3352), 16, + STATE(4383), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(3074), 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, - [222657] = 5, + [222711] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(5347), 1, + anon_sym_DOT, + ACTIONS(5349), 1, + anon_sym_AT, + ACTIONS(5351), 1, + anon_sym_CARET, + STATE(4594), 1, + aux_sym_relative_pathname_repeat1, + STATE(4991), 1, + aux_sym_partial_pathname_repeat1, + STATE(5727), 1, + sym__identifier, + STATE(6828), 1, + sym_pathname_element, + STATE(6833), 1, + sym_partial_pathname, + STATE(7965), 1, + sym__external_pathname, STATE(3673), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3354), 16, + STATE(6835), 3, + sym_package_pathname, + sym_absolute_pathname, + sym_relative_pathname, + ACTIONS(3838), 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, - [222690] = 5, + [222764] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(5347), 1, + anon_sym_DOT, + ACTIONS(5349), 1, + anon_sym_AT, + ACTIONS(5351), 1, + anon_sym_CARET, + STATE(4594), 1, + aux_sym_relative_pathname_repeat1, + STATE(4991), 1, + aux_sym_partial_pathname_repeat1, + STATE(5727), 1, + sym__identifier, + STATE(6828), 1, + sym_pathname_element, + STATE(6833), 1, + sym_partial_pathname, + STATE(7989), 1, + sym__external_pathname, STATE(3674), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2588), 16, + STATE(6835), 3, + sym_package_pathname, + sym_absolute_pathname, + sym_relative_pathname, + ACTIONS(3838), 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, - [222723] = 5, + [222817] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(5347), 1, + anon_sym_DOT, + ACTIONS(5349), 1, + anon_sym_AT, + ACTIONS(5351), 1, + anon_sym_CARET, + STATE(4594), 1, + aux_sym_relative_pathname_repeat1, + STATE(4991), 1, + aux_sym_partial_pathname_repeat1, + STATE(5727), 1, + sym__identifier, + STATE(6828), 1, + sym_pathname_element, + STATE(6833), 1, + sym_partial_pathname, + STATE(6840), 1, + sym__external_pathname, STATE(3675), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3470), 16, + STATE(6835), 3, + sym_package_pathname, + sym_absolute_pathname, + sym_relative_pathname, + ACTIONS(3838), 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, - [222756] = 5, + [222870] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(5347), 1, + anon_sym_DOT, + ACTIONS(5349), 1, + anon_sym_AT, + ACTIONS(5351), 1, + anon_sym_CARET, + STATE(4594), 1, + aux_sym_relative_pathname_repeat1, + STATE(4991), 1, + aux_sym_partial_pathname_repeat1, + STATE(5727), 1, + sym__identifier, + STATE(6828), 1, + sym_pathname_element, + STATE(6833), 1, + sym_partial_pathname, + STATE(7964), 1, + sym__external_pathname, STATE(3676), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2652), 16, + STATE(6835), 3, + sym_package_pathname, + sym_absolute_pathname, + sym_relative_pathname, + ACTIONS(3838), 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, - [222789] = 5, + [222923] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -232048,24 +232115,24 @@ static const uint16_t ts_small_parse_table[] = { 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, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_LT_LT, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [222822] = 5, + ACTIONS(3410), 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, + [222956] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -232076,52 +232143,62 @@ static const uint16_t ts_small_parse_table[] = { 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, - [222855] = 5, + ACTIONS(3484), 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, + [222989] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(5347), 1, + anon_sym_DOT, + ACTIONS(5349), 1, + anon_sym_AT, + ACTIONS(5351), 1, + anon_sym_CARET, + STATE(4594), 1, + aux_sym_relative_pathname_repeat1, + STATE(4991), 1, + aux_sym_partial_pathname_repeat1, + STATE(5727), 1, + sym__identifier, + STATE(6828), 1, + sym_pathname_element, + STATE(6833), 1, + sym_partial_pathname, + STATE(7990), 1, + sym__external_pathname, STATE(3679), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3258), 16, + STATE(6835), 3, + sym_package_pathname, + sym_absolute_pathname, + sym_relative_pathname, + ACTIONS(3838), 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, - [222888] = 5, + [223042] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -232132,24 +232209,24 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3394), 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, - [222921] = 5, + 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, + [223075] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -232160,24 +232237,24 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2440), 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, - [222954] = 5, + ACTIONS(3486), 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, + [223108] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -232188,24 +232265,24 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3396), 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, - [222987] = 5, + ACTIONS(3330), 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, + [223141] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -232216,24 +232293,24 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3320), 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, - [223020] = 5, + ACTIONS(3488), 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, + [223174] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -232244,52 +232321,59 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2390), 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, - [223053] = 5, + ACTIONS(3328), 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, + [223207] = 12, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(3768), 1, + anon_sym_LT_LT, + ACTIONS(5353), 1, + sym_library_namespace, + STATE(3754), 1, + sym__direct_name, + STATE(5487), 1, + sym_name, + STATE(4877), 2, + sym__identifier, + sym__external_name, + ACTIONS(3790), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, STATE(3685), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3438), 16, + STATE(4876), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(3770), 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, - [223086] = 5, + [223254] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -232300,7 +232384,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5347), 16, + ACTIONS(3324), 16, sym_ALIAS, sym_ATTRIBUTE, sym_BEGIN, @@ -232317,147 +232401,194 @@ static const uint16_t ts_small_parse_table[] = { sym_TYPE, sym_USE, sym_VARIABLE, - [223119] = 5, + [223287] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(5347), 1, + anon_sym_DOT, + ACTIONS(5349), 1, + anon_sym_AT, + ACTIONS(5351), 1, + anon_sym_CARET, + STATE(4594), 1, + aux_sym_relative_pathname_repeat1, + STATE(4991), 1, + aux_sym_partial_pathname_repeat1, + STATE(5727), 1, + sym__identifier, + STATE(6828), 1, + sym_pathname_element, + STATE(6833), 1, + sym_partial_pathname, + STATE(7991), 1, + sym__external_pathname, STATE(3687), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5349), 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, - [223152] = 5, + STATE(6835), 3, + sym_package_pathname, + sym_absolute_pathname, + sym_relative_pathname, + ACTIONS(3838), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [223340] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(5347), 1, + anon_sym_DOT, + ACTIONS(5349), 1, + anon_sym_AT, + ACTIONS(5351), 1, + anon_sym_CARET, + STATE(4594), 1, + aux_sym_relative_pathname_repeat1, + STATE(4991), 1, + aux_sym_partial_pathname_repeat1, + STATE(5727), 1, + sym__identifier, + STATE(6828), 1, + sym_pathname_element, + STATE(6833), 1, + sym_partial_pathname, + STATE(7963), 1, + sym__external_pathname, STATE(3688), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3446), 16, + STATE(6835), 3, + sym_package_pathname, + sym_absolute_pathname, + sym_relative_pathname, + ACTIONS(3838), 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, - [223185] = 5, + [223393] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(5347), 1, + anon_sym_DOT, + ACTIONS(5349), 1, + anon_sym_AT, + ACTIONS(5351), 1, + anon_sym_CARET, + STATE(4594), 1, + aux_sym_relative_pathname_repeat1, + STATE(4991), 1, + aux_sym_partial_pathname_repeat1, + STATE(5727), 1, + sym__identifier, + STATE(6828), 1, + sym_pathname_element, + STATE(6833), 1, + sym_partial_pathname, + STATE(7992), 1, + sym__external_pathname, STATE(3689), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3450), 16, + STATE(6835), 3, + sym_package_pathname, + sym_absolute_pathname, + sym_relative_pathname, + ACTIONS(3838), 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, - [223218] = 5, + [223446] = 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(3015), 1, + sym__direct_name, + STATE(5933), 1, + sym_name, + STATE(7500), 1, + sym_verification_unit_list, + STATE(4386), 2, + sym__identifier, + sym__external_name, + ACTIONS(71), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, STATE(3690), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3452), 16, + STATE(4383), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(3074), 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, - [223251] = 5, + [223493] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(5347), 1, + anon_sym_DOT, + ACTIONS(5349), 1, + anon_sym_AT, + ACTIONS(5351), 1, + anon_sym_CARET, + STATE(4594), 1, + aux_sym_relative_pathname_repeat1, + STATE(4991), 1, + aux_sym_partial_pathname_repeat1, + STATE(5727), 1, + sym__identifier, + STATE(6828), 1, + sym_pathname_element, + STATE(6833), 1, + sym_partial_pathname, + STATE(7993), 1, + sym__external_pathname, STATE(3691), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3454), 16, + STATE(6835), 3, + sym_package_pathname, + sym_absolute_pathname, + sym_relative_pathname, + ACTIONS(3838), 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, - [223284] = 5, + [223546] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -232468,7 +232599,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5351), 16, + ACTIONS(3392), 16, sym_ALIAS, sym_ATTRIBUTE, sym_CONSTANT, @@ -232485,91 +232616,121 @@ static const uint16_t ts_small_parse_table[] = { sym_TYPE, sym_USE, sym_VARIABLE, - [223317] = 5, + [223579] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(5347), 1, + anon_sym_DOT, + ACTIONS(5349), 1, + anon_sym_AT, + ACTIONS(5351), 1, + anon_sym_CARET, + STATE(4594), 1, + aux_sym_relative_pathname_repeat1, + STATE(4991), 1, + aux_sym_partial_pathname_repeat1, + STATE(5727), 1, + sym__identifier, + STATE(6828), 1, + sym_pathname_element, + STATE(6833), 1, + sym_partial_pathname, + STATE(7962), 1, + sym__external_pathname, STATE(3693), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3498), 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, - [223350] = 5, + STATE(6835), 3, + sym_package_pathname, + sym_absolute_pathname, + sym_relative_pathname, + ACTIONS(3838), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [223632] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(5347), 1, + anon_sym_DOT, + ACTIONS(5349), 1, + anon_sym_AT, + ACTIONS(5351), 1, + anon_sym_CARET, + STATE(4594), 1, + aux_sym_relative_pathname_repeat1, + STATE(4991), 1, + aux_sym_partial_pathname_repeat1, + STATE(5727), 1, + sym__identifier, + STATE(6828), 1, + sym_pathname_element, + STATE(6833), 1, + sym_partial_pathname, + STATE(7994), 1, + sym__external_pathname, STATE(3694), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2584), 16, + STATE(6835), 3, + sym_package_pathname, + sym_absolute_pathname, + sym_relative_pathname, + ACTIONS(3838), 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, - [223383] = 5, + [223685] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(5347), 1, + anon_sym_DOT, + ACTIONS(5349), 1, + anon_sym_AT, + ACTIONS(5351), 1, + anon_sym_CARET, + STATE(4594), 1, + aux_sym_relative_pathname_repeat1, + STATE(4991), 1, + aux_sym_partial_pathname_repeat1, + STATE(5727), 1, + sym__identifier, + STATE(6828), 1, + sym_pathname_element, + STATE(6833), 1, + sym_partial_pathname, + STATE(7961), 1, + sym__external_pathname, STATE(3695), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - 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, - [223416] = 5, + STATE(6835), 3, + sym_package_pathname, + sym_absolute_pathname, + sym_relative_pathname, + ACTIONS(3838), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [223738] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -232580,7 +232741,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3474), 16, + ACTIONS(3258), 16, sym_identifier, sym_ASSERT, sym_ELSE, @@ -232597,18 +232758,56 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [223449] = 5, + [223771] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(5347), 1, + anon_sym_DOT, + ACTIONS(5349), 1, + anon_sym_AT, + ACTIONS(5351), 1, + anon_sym_CARET, + STATE(4594), 1, + aux_sym_relative_pathname_repeat1, + STATE(4991), 1, + aux_sym_partial_pathname_repeat1, + STATE(5727), 1, + sym__identifier, + STATE(6828), 1, + sym_pathname_element, + STATE(6833), 1, + sym_partial_pathname, + STATE(7960), 1, + sym__external_pathname, STATE(3697), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3476), 16, + STATE(6835), 3, + sym_package_pathname, + sym_absolute_pathname, + sym_relative_pathname, + ACTIONS(3838), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [223824] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(3698), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3260), 16, sym_identifier, sym_ASSERT, sym_ELSE, @@ -232625,46 +232824,94 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [223482] = 5, + [223857] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3698), 3, + ACTIONS(5347), 1, + anon_sym_DOT, + ACTIONS(5349), 1, + anon_sym_AT, + ACTIONS(5351), 1, + anon_sym_CARET, + STATE(4594), 1, + aux_sym_relative_pathname_repeat1, + STATE(4991), 1, + aux_sym_partial_pathname_repeat1, + STATE(5727), 1, + sym__identifier, + STATE(6828), 1, + sym_pathname_element, + STATE(6833), 1, + sym_partial_pathname, + STATE(7995), 1, + sym__external_pathname, + STATE(3699), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3466), 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, - [223515] = 5, + STATE(6835), 3, + sym_package_pathname, + sym_absolute_pathname, + sym_relative_pathname, + ACTIONS(3838), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [223910] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3699), 3, + ACTIONS(5347), 1, + anon_sym_DOT, + ACTIONS(5349), 1, + anon_sym_AT, + ACTIONS(5351), 1, + anon_sym_CARET, + STATE(4594), 1, + aux_sym_relative_pathname_repeat1, + STATE(4991), 1, + aux_sym_partial_pathname_repeat1, + STATE(5727), 1, + sym__identifier, + STATE(6828), 1, + sym_pathname_element, + STATE(6833), 1, + sym_partial_pathname, + STATE(7996), 1, + sym__external_pathname, + STATE(3700), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(6835), 3, + sym_package_pathname, + sym_absolute_pathname, + sym_relative_pathname, + ACTIONS(3838), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [223963] = 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(3478), 16, + ACTIONS(3322), 16, sym_identifier, sym_ASSERT, sym_ELSE, @@ -232681,22 +232928,60 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [223548] = 5, + [223996] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3700), 3, + ACTIONS(5347), 1, + anon_sym_DOT, + ACTIONS(5349), 1, + anon_sym_AT, + ACTIONS(5351), 1, + anon_sym_CARET, + STATE(4594), 1, + aux_sym_relative_pathname_repeat1, + STATE(4991), 1, + aux_sym_partial_pathname_repeat1, + STATE(5727), 1, + sym__identifier, + STATE(6828), 1, + sym_pathname_element, + STATE(6833), 1, + sym_partial_pathname, + STATE(7997), 1, + sym__external_pathname, + STATE(3702), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(6835), 3, + sym_package_pathname, + sym_absolute_pathname, + sym_relative_pathname, + ACTIONS(3838), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [224049] = 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(5353), 16, + ACTIONS(3408), 16, sym_ALIAS, sym_ATTRIBUTE, - sym_BEGIN, sym_CONSTANT, + sym_END, sym_FILE, sym_FUNCTION, sym_GROUP, @@ -232709,46 +232994,18 @@ static const uint16_t ts_small_parse_table[] = { sym_TYPE, sym_USE, sym_VARIABLE, - [223581] = 5, + [224082] = 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(2524), 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, - [223614] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(3702), 3, + STATE(3704), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3238), 16, + ACTIONS(3292), 16, sym_identifier, sym_ASSERT, sym_ELSE, @@ -232765,81 +233022,98 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [223647] = 5, + [224115] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3703), 3, + ACTIONS(5347), 1, + anon_sym_DOT, + ACTIONS(5349), 1, + anon_sym_AT, + ACTIONS(5351), 1, + anon_sym_CARET, + STATE(4594), 1, + aux_sym_relative_pathname_repeat1, + STATE(4991), 1, + aux_sym_partial_pathname_repeat1, + STATE(5727), 1, + sym__identifier, + STATE(6828), 1, + sym_pathname_element, + STATE(6833), 1, + sym_partial_pathname, + STATE(7998), 1, + sym__external_pathname, + STATE(3705), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2520), 16, + STATE(6835), 3, + sym_package_pathname, + sym_absolute_pathname, + sym_relative_pathname, + ACTIONS(3838), 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, - [223680] = 8, + [224168] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(7144), 1, - sym__attribute, - STATE(8305), 1, - sym__attribute_designator, - STATE(3704), 3, + ACTIONS(5347), 1, + anon_sym_DOT, + ACTIONS(5349), 1, + anon_sym_AT, + ACTIONS(5351), 1, + anon_sym_CARET, + STATE(4594), 1, + aux_sym_relative_pathname_repeat1, + STATE(4991), 1, + aux_sym_partial_pathname_repeat1, + STATE(5727), 1, + sym__identifier, + STATE(6828), 1, + sym_pathname_element, + STATE(6833), 1, + sym_partial_pathname, + STATE(7959), 1, + sym__external_pathname, + STATE(3706), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5355), 4, + STATE(6835), 3, + sym_package_pathname, + sym_absolute_pathname, + sym_relative_pathname, + ACTIONS(3838), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - ACTIONS(5121), 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, - [223719] = 5, + [224221] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3705), 3, + STATE(3707), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3498), 16, + ACTIONS(3288), 16, sym_ALIAS, sym_ATTRIBUTE, + sym_BEGIN, sym_CONSTANT, - sym_END, sym_FILE, sym_FUNCTION, sym_GROUP, @@ -232852,18 +233126,18 @@ static const uint16_t ts_small_parse_table[] = { sym_TYPE, sym_USE, sym_VARIABLE, - [223752] = 5, + [224254] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3706), 3, + STATE(3708), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3288), 16, + ACTIONS(3286), 16, sym_ALIAS, sym_ATTRIBUTE, sym_BEGIN, @@ -232880,22 +233154,60 @@ static const uint16_t ts_small_parse_table[] = { sym_TYPE, sym_USE, sym_VARIABLE, - [223785] = 5, + [224287] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3707), 3, + ACTIONS(5347), 1, + anon_sym_DOT, + ACTIONS(5349), 1, + anon_sym_AT, + ACTIONS(5351), 1, + anon_sym_CARET, + STATE(4594), 1, + aux_sym_relative_pathname_repeat1, + STATE(4991), 1, + aux_sym_partial_pathname_repeat1, + STATE(5727), 1, + sym__identifier, + STATE(6828), 1, + sym_pathname_element, + STATE(6833), 1, + sym_partial_pathname, + STATE(7958), 1, + sym__external_pathname, + STATE(3709), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3288), 16, + STATE(6835), 3, + sym_package_pathname, + sym_absolute_pathname, + sym_relative_pathname, + ACTIONS(3838), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [224340] = 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(5355), 16, sym_ALIAS, sym_ATTRIBUTE, + sym_BEGIN, sym_CONSTANT, - sym_END, sym_FILE, sym_FUNCTION, sym_GROUP, @@ -232908,74 +233220,18 @@ static const uint16_t ts_small_parse_table[] = { sym_TYPE, sym_USE, sym_VARIABLE, - [223818] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(3708), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(3260), 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, - [223851] = 5, - 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(3262), 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, - [223884] = 5, + [224373] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3710), 3, + STATE(3711), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3292), 16, + ACTIONS(5357), 16, sym_ALIAS, sym_ATTRIBUTE, sym_BEGIN, @@ -232992,64 +233248,64 @@ static const uint16_t ts_small_parse_table[] = { sym_TYPE, sym_USE, sym_VARIABLE, - [223917] = 5, + [224406] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3711), 3, + STATE(3712), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3264), 16, + ACTIONS(2512), 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, - [223950] = 15, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [224439] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5357), 1, + ACTIONS(5347), 1, anon_sym_DOT, - ACTIONS(5359), 1, + ACTIONS(5349), 1, anon_sym_AT, - ACTIONS(5361), 1, + ACTIONS(5351), 1, anon_sym_CARET, - STATE(4632), 1, + STATE(4594), 1, aux_sym_relative_pathname_repeat1, - STATE(4986), 1, + STATE(4991), 1, aux_sym_partial_pathname_repeat1, - STATE(5645), 1, + STATE(5727), 1, sym__identifier, - STATE(7324), 1, - sym__external_pathname, - STATE(8181), 1, - sym_partial_pathname, - STATE(8278), 1, + STATE(6828), 1, sym_pathname_element, - STATE(3712), 3, + STATE(6833), 1, + sym_partial_pathname, + STATE(7999), 1, + sym__external_pathname, + STATE(3713), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(7408), 3, + STATE(6835), 3, sym_package_pathname, sym_absolute_pathname, sym_relative_pathname, @@ -233058,35 +233314,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [224003] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(3713), 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, - [224036] = 5, + [224492] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -233097,24 +233325,24 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3358), 16, - sym_ALIAS, - sym_ATTRIBUTE, - sym_CONSTANT, + ACTIONS(3310), 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, - [224069] = 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, + [224525] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -233125,24 +233353,24 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3362), 16, - sym_ALIAS, - sym_ATTRIBUTE, - sym_CONSTANT, + ACTIONS(3312), 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, - [224102] = 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, + [224558] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -233153,24 +233381,24 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3370), 16, - sym_ALIAS, - sym_ATTRIBUTE, - sym_CONSTANT, + ACTIONS(3318), 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, - [224135] = 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, + [224591] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -233181,24 +233409,24 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3388), 16, - sym_ALIAS, - sym_ATTRIBUTE, - sym_CONSTANT, + ACTIONS(3320), 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, - [224168] = 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, + [224624] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -233209,11 +233437,11 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3430), 16, + ACTIONS(3272), 16, sym_ALIAS, sym_ATTRIBUTE, + sym_BEGIN, sym_CONSTANT, - sym_END, sym_FILE, sym_FUNCTION, sym_GROUP, @@ -233226,203 +233454,270 @@ static const uint16_t ts_small_parse_table[] = { sym_TYPE, sym_USE, sym_VARIABLE, - [224201] = 5, + [224657] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(5347), 1, + anon_sym_DOT, + ACTIONS(5349), 1, + anon_sym_AT, + ACTIONS(5351), 1, + anon_sym_CARET, + STATE(4594), 1, + aux_sym_relative_pathname_repeat1, + STATE(4991), 1, + aux_sym_partial_pathname_repeat1, + STATE(5727), 1, + sym__identifier, + STATE(6828), 1, + sym_pathname_element, + STATE(6833), 1, + sym_partial_pathname, + STATE(7966), 1, + sym__external_pathname, STATE(3719), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3434), 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, - [224234] = 5, + STATE(6835), 3, + sym_package_pathname, + sym_absolute_pathname, + sym_relative_pathname, + ACTIONS(3838), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [224710] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(5347), 1, + anon_sym_DOT, + ACTIONS(5349), 1, + anon_sym_AT, + ACTIONS(5351), 1, + anon_sym_CARET, + STATE(4594), 1, + aux_sym_relative_pathname_repeat1, + STATE(4991), 1, + aux_sym_partial_pathname_repeat1, + STATE(5727), 1, + sym__identifier, + STATE(6828), 1, + sym_pathname_element, + STATE(6833), 1, + sym_partial_pathname, + STATE(7974), 1, + sym__external_pathname, STATE(3720), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3436), 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, - [224267] = 5, + STATE(6835), 3, + sym_package_pathname, + sym_absolute_pathname, + sym_relative_pathname, + ACTIONS(3838), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [224763] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(5347), 1, + anon_sym_DOT, + ACTIONS(5349), 1, + anon_sym_AT, + ACTIONS(5351), 1, + anon_sym_CARET, + STATE(4594), 1, + aux_sym_relative_pathname_repeat1, + STATE(4991), 1, + aux_sym_partial_pathname_repeat1, + STATE(5727), 1, + sym__identifier, + STATE(6828), 1, + sym_pathname_element, + STATE(6833), 1, + sym_partial_pathname, + STATE(7967), 1, + sym__external_pathname, STATE(3721), 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, - [224300] = 5, + STATE(6835), 3, + sym_package_pathname, + sym_absolute_pathname, + sym_relative_pathname, + ACTIONS(3838), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [224816] = 12, 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_LPAREN, + ACTIONS(5361), 1, + anon_sym_LT_LT, + STATE(3641), 1, + sym__direct_name, + STATE(5854), 1, + sym_name, + STATE(4708), 2, + sym__identifier, + sym__external_name, + ACTIONS(5365), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, STATE(3722), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3464), 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, - [224333] = 5, + STATE(4700), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(5363), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [224863] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(5347), 1, + anon_sym_DOT, + ACTIONS(5349), 1, + anon_sym_AT, + ACTIONS(5351), 1, + anon_sym_CARET, + STATE(4594), 1, + aux_sym_relative_pathname_repeat1, + STATE(4991), 1, + aux_sym_partial_pathname_repeat1, + STATE(5727), 1, + sym__identifier, + STATE(6828), 1, + sym_pathname_element, + STATE(6833), 1, + sym_partial_pathname, + STATE(8000), 1, + sym__external_pathname, STATE(3723), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3468), 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, - [224366] = 5, + STATE(6835), 3, + sym_package_pathname, + sym_absolute_pathname, + sym_relative_pathname, + ACTIONS(3838), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [224916] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(5347), 1, + anon_sym_DOT, + ACTIONS(5349), 1, + anon_sym_AT, + ACTIONS(5351), 1, + anon_sym_CARET, + STATE(4594), 1, + aux_sym_relative_pathname_repeat1, + STATE(4991), 1, + aux_sym_partial_pathname_repeat1, + STATE(5727), 1, + sym__identifier, + STATE(6828), 1, + sym_pathname_element, + STATE(6833), 1, + sym_partial_pathname, + STATE(8001), 1, + sym__external_pathname, STATE(3724), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3480), 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, - [224399] = 5, + STATE(6835), 3, + sym_package_pathname, + sym_absolute_pathname, + sym_relative_pathname, + ACTIONS(3838), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [224969] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(5347), 1, + anon_sym_DOT, + ACTIONS(5349), 1, + anon_sym_AT, + ACTIONS(5351), 1, + anon_sym_CARET, + STATE(4594), 1, + aux_sym_relative_pathname_repeat1, + STATE(4991), 1, + aux_sym_partial_pathname_repeat1, + STATE(5727), 1, + sym__identifier, + STATE(6828), 1, + sym_pathname_element, + STATE(6833), 1, + sym_partial_pathname, + STATE(7957), 1, + sym__external_pathname, STATE(3725), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3372), 16, + STATE(6835), 3, + sym_package_pathname, + sym_absolute_pathname, + sym_relative_pathname, + ACTIONS(3838), 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, - [224432] = 5, + [225022] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -233433,7 +233728,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3496), 16, + ACTIONS(3328), 16, sym_ALIAS, sym_ATTRIBUTE, sym_CONSTANT, @@ -233450,7 +233745,7 @@ static const uint16_t ts_small_parse_table[] = { sym_TYPE, sym_USE, sym_VARIABLE, - [224465] = 5, + [225055] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -233461,7 +233756,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2528), 16, + ACTIONS(2660), 16, sym_identifier, sym_GENERIC, sym_IS, @@ -233478,35 +233773,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_SQUOTE, anon_sym_LBRACK, - [224498] = 5, + [225088] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(5347), 1, + anon_sym_DOT, + ACTIONS(5349), 1, + anon_sym_AT, + ACTIONS(5351), 1, + anon_sym_CARET, + STATE(4594), 1, + aux_sym_relative_pathname_repeat1, + STATE(4991), 1, + aux_sym_partial_pathname_repeat1, + STATE(5727), 1, + sym__identifier, + STATE(6828), 1, + sym_pathname_element, + STATE(6833), 1, + sym_partial_pathname, + STATE(7956), 1, + sym__external_pathname, STATE(3728), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2552), 16, + STATE(6835), 3, + sym_package_pathname, + sym_absolute_pathname, + sym_relative_pathname, + ACTIONS(3838), 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, - [224531] = 5, + [225141] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -233517,7 +233822,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3246), 16, + ACTIONS(5367), 16, sym_ALIAS, sym_ATTRIBUTE, sym_CONSTANT, @@ -233534,46 +233839,94 @@ static const uint16_t ts_small_parse_table[] = { sym_TYPE, sym_USE, sym_VARIABLE, - [224564] = 5, + [225174] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(5347), 1, + anon_sym_DOT, + ACTIONS(5349), 1, + anon_sym_AT, + ACTIONS(5351), 1, + anon_sym_CARET, + STATE(4594), 1, + aux_sym_relative_pathname_repeat1, + STATE(4991), 1, + aux_sym_partial_pathname_repeat1, + STATE(5727), 1, + sym__identifier, + STATE(6828), 1, + sym_pathname_element, + STATE(6833), 1, + sym_partial_pathname, + STATE(8002), 1, + sym__external_pathname, STATE(3730), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3248), 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, - [224597] = 5, + STATE(6835), 3, + sym_package_pathname, + sym_absolute_pathname, + sym_relative_pathname, + ACTIONS(3838), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [225227] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(5347), 1, + anon_sym_DOT, + ACTIONS(5349), 1, + anon_sym_AT, + ACTIONS(5351), 1, + anon_sym_CARET, + STATE(4594), 1, + aux_sym_relative_pathname_repeat1, + STATE(4991), 1, + aux_sym_partial_pathname_repeat1, + STATE(5727), 1, + sym__identifier, + STATE(6828), 1, + sym_pathname_element, + STATE(6833), 1, + sym_partial_pathname, + STATE(7955), 1, + sym__external_pathname, STATE(3731), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3252), 16, + STATE(6835), 3, + sym_package_pathname, + sym_absolute_pathname, + sym_relative_pathname, + ACTIONS(3838), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [225280] = 5, + 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(3330), 16, sym_ALIAS, sym_ATTRIBUTE, sym_CONSTANT, @@ -233590,18 +233943,18 @@ static const uint16_t ts_small_parse_table[] = { sym_TYPE, sym_USE, sym_VARIABLE, - [224630] = 5, + [225313] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3732), 3, + STATE(3733), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3254), 16, + ACTIONS(5369), 16, sym_ALIAS, sym_ATTRIBUTE, sym_CONSTANT, @@ -233618,18 +233971,18 @@ static const uint16_t ts_small_parse_table[] = { sym_TYPE, sym_USE, sym_VARIABLE, - [224663] = 5, + [225346] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3733), 3, + STATE(3734), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3290), 16, + ACTIONS(3346), 16, sym_identifier, sym_ASSERT, sym_ELSE, @@ -233646,35 +233999,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [224696] = 5, - 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(3256), 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, - [224729] = 5, + [225379] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -233685,24 +234010,24 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3266), 16, - sym_ALIAS, - sym_ATTRIBUTE, - sym_CONSTANT, + ACTIONS(3348), 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, - [224762] = 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, + [225412] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -233713,11 +234038,11 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3282), 16, + ACTIONS(3342), 16, sym_ALIAS, sym_ATTRIBUTE, + sym_BEGIN, sym_CONSTANT, - sym_END, sym_FILE, sym_FUNCTION, sym_GROUP, @@ -233730,7 +234055,7 @@ static const uint16_t ts_small_parse_table[] = { sym_TYPE, sym_USE, sym_VARIABLE, - [224795] = 5, + [225445] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -233741,24 +234066,24 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3294), 16, + ACTIONS(2572), 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, - [224828] = 5, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [225478] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -233769,11 +234094,11 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3302), 16, + ACTIONS(3482), 16, sym_ALIAS, sym_ATTRIBUTE, + sym_BEGIN, sym_CONSTANT, - sym_END, sym_FILE, sym_FUNCTION, sym_GROUP, @@ -233786,35 +234111,45 @@ static const uint16_t ts_small_parse_table[] = { sym_TYPE, sym_USE, sym_VARIABLE, - [224861] = 5, + [225511] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(5347), 1, + anon_sym_DOT, + ACTIONS(5349), 1, + anon_sym_AT, + ACTIONS(5351), 1, + anon_sym_CARET, + STATE(4594), 1, + aux_sym_relative_pathname_repeat1, + STATE(4991), 1, + aux_sym_partial_pathname_repeat1, + STATE(5727), 1, + sym__identifier, + STATE(6821), 1, + sym__external_pathname, + STATE(6828), 1, + sym_pathname_element, + STATE(6833), 1, + sym_partial_pathname, STATE(3739), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3304), 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, - [224894] = 5, + STATE(6835), 3, + sym_package_pathname, + sym_absolute_pathname, + sym_relative_pathname, + ACTIONS(3838), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [225564] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -233825,7 +234160,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3308), 16, + ACTIONS(3338), 16, sym_ALIAS, sym_ATTRIBUTE, sym_CONSTANT, @@ -233842,64 +234177,74 @@ static const uint16_t ts_small_parse_table[] = { sym_TYPE, sym_USE, sym_VARIABLE, - [224927] = 5, + [225597] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(5347), 1, + anon_sym_DOT, + ACTIONS(5349), 1, + anon_sym_AT, + ACTIONS(5351), 1, + anon_sym_CARET, + STATE(4594), 1, + aux_sym_relative_pathname_repeat1, + STATE(4991), 1, + aux_sym_partial_pathname_repeat1, + STATE(5727), 1, + sym__identifier, + STATE(6828), 1, + sym_pathname_element, + STATE(6833), 1, + sym_partial_pathname, + STATE(7954), 1, + sym__external_pathname, STATE(3741), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3312), 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, - [224960] = 15, + STATE(6835), 3, + sym_package_pathname, + sym_absolute_pathname, + sym_relative_pathname, + ACTIONS(3838), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [225650] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5357), 1, + ACTIONS(5347), 1, anon_sym_DOT, - ACTIONS(5359), 1, + ACTIONS(5349), 1, anon_sym_AT, - ACTIONS(5361), 1, + ACTIONS(5351), 1, anon_sym_CARET, - STATE(4632), 1, + STATE(4594), 1, aux_sym_relative_pathname_repeat1, - STATE(4986), 1, + STATE(4991), 1, aux_sym_partial_pathname_repeat1, - STATE(5645), 1, + STATE(5727), 1, sym__identifier, - STATE(6843), 1, - sym__external_pathname, - STATE(8181), 1, - sym_partial_pathname, - STATE(8278), 1, + STATE(6828), 1, sym_pathname_element, + STATE(6833), 1, + sym_partial_pathname, + STATE(7953), 1, + sym__external_pathname, STATE(3742), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(7408), 3, + STATE(6835), 3, sym_package_pathname, sym_absolute_pathname, sym_relative_pathname, @@ -233908,64 +234253,74 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [225013] = 5, + [225703] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(5347), 1, + anon_sym_DOT, + ACTIONS(5349), 1, + anon_sym_AT, + ACTIONS(5351), 1, + anon_sym_CARET, + STATE(4594), 1, + aux_sym_relative_pathname_repeat1, + STATE(4991), 1, + aux_sym_partial_pathname_repeat1, + STATE(5727), 1, + sym__identifier, + STATE(6828), 1, + sym_pathname_element, + STATE(6833), 1, + sym_partial_pathname, + STATE(7952), 1, + sym__external_pathname, STATE(3743), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3306), 16, + STATE(6835), 3, + sym_package_pathname, + sym_absolute_pathname, + sym_relative_pathname, + ACTIONS(3838), 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, - [225046] = 15, + [225756] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5357), 1, + ACTIONS(5347), 1, anon_sym_DOT, - ACTIONS(5359), 1, + ACTIONS(5349), 1, anon_sym_AT, - ACTIONS(5361), 1, + ACTIONS(5351), 1, anon_sym_CARET, - STATE(4632), 1, + STATE(4594), 1, aux_sym_relative_pathname_repeat1, - STATE(4986), 1, + STATE(4991), 1, aux_sym_partial_pathname_repeat1, - STATE(5645), 1, + STATE(5727), 1, sym__identifier, - STATE(6914), 1, - sym__external_pathname, - STATE(8181), 1, - sym_partial_pathname, - STATE(8278), 1, + STATE(6828), 1, sym_pathname_element, + STATE(6833), 1, + sym_partial_pathname, + STATE(7951), 1, + sym__external_pathname, STATE(3744), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(7408), 3, + STATE(6835), 3, sym_package_pathname, sym_absolute_pathname, sym_relative_pathname, @@ -233974,175 +234329,235 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [225099] = 5, + [225809] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(5347), 1, + anon_sym_DOT, + ACTIONS(5349), 1, + anon_sym_AT, + ACTIONS(5351), 1, + anon_sym_CARET, + STATE(4594), 1, + aux_sym_relative_pathname_repeat1, + STATE(4991), 1, + aux_sym_partial_pathname_repeat1, + STATE(5727), 1, + sym__identifier, + STATE(6828), 1, + sym_pathname_element, + STATE(6833), 1, + sym_partial_pathname, + STATE(7950), 1, + sym__external_pathname, STATE(3745), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2636), 16, + STATE(6835), 3, + sym_package_pathname, + sym_absolute_pathname, + sym_relative_pathname, + ACTIONS(3838), 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, - [225132] = 5, + [225862] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(5347), 1, + anon_sym_DOT, + ACTIONS(5349), 1, + anon_sym_AT, + ACTIONS(5351), 1, + anon_sym_CARET, + STATE(4594), 1, + aux_sym_relative_pathname_repeat1, + STATE(4991), 1, + aux_sym_partial_pathname_repeat1, + STATE(5727), 1, + sym__identifier, + STATE(6828), 1, + sym_pathname_element, + STATE(6833), 1, + sym_partial_pathname, + STATE(7949), 1, + sym__external_pathname, STATE(3746), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3322), 16, + STATE(6835), 3, + sym_package_pathname, + sym_absolute_pathname, + sym_relative_pathname, + ACTIONS(3838), 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, - [225165] = 5, + [225915] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(5347), 1, + anon_sym_DOT, + ACTIONS(5349), 1, + anon_sym_AT, + ACTIONS(5351), 1, + anon_sym_CARET, + STATE(4594), 1, + aux_sym_relative_pathname_repeat1, + STATE(4991), 1, + aux_sym_partial_pathname_repeat1, + STATE(5727), 1, + sym__identifier, + STATE(6828), 1, + sym_pathname_element, + STATE(6833), 1, + sym_partial_pathname, + STATE(7948), 1, + sym__external_pathname, STATE(3747), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3324), 16, + STATE(6835), 3, + sym_package_pathname, + sym_absolute_pathname, + sym_relative_pathname, + ACTIONS(3838), 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, - [225198] = 5, + [225968] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(5347), 1, + anon_sym_DOT, + ACTIONS(5349), 1, + anon_sym_AT, + ACTIONS(5351), 1, + anon_sym_CARET, + STATE(4594), 1, + aux_sym_relative_pathname_repeat1, + STATE(4991), 1, + aux_sym_partial_pathname_repeat1, + STATE(5727), 1, + sym__identifier, + STATE(6828), 1, + sym_pathname_element, + STATE(6833), 1, + sym_partial_pathname, + STATE(7947), 1, + sym__external_pathname, STATE(3748), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3330), 16, + STATE(6835), 3, + sym_package_pathname, + sym_absolute_pathname, + sym_relative_pathname, + ACTIONS(3838), 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, - [225231] = 5, + [226021] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(5347), 1, + anon_sym_DOT, + ACTIONS(5349), 1, + anon_sym_AT, + ACTIONS(5351), 1, + anon_sym_CARET, + STATE(4594), 1, + aux_sym_relative_pathname_repeat1, + STATE(4991), 1, + aux_sym_partial_pathname_repeat1, + STATE(5727), 1, + sym__identifier, + STATE(6828), 1, + sym_pathname_element, + STATE(6833), 1, + sym_partial_pathname, + STATE(7988), 1, + sym__external_pathname, STATE(3749), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3292), 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, - [225264] = 5, + STATE(6835), 3, + sym_package_pathname, + sym_absolute_pathname, + sym_relative_pathname, + ACTIONS(3838), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [226074] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(5347), 1, + anon_sym_DOT, + ACTIONS(5349), 1, + anon_sym_AT, + ACTIONS(5351), 1, + anon_sym_CARET, + STATE(4594), 1, + aux_sym_relative_pathname_repeat1, + STATE(4991), 1, + aux_sym_partial_pathname_repeat1, + STATE(5727), 1, + sym__identifier, + STATE(6828), 1, + sym_pathname_element, + STATE(6833), 1, + sym_partial_pathname, + STATE(7987), 1, + sym__external_pathname, STATE(3750), 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, - [225297] = 5, + STATE(6835), 3, + sym_package_pathname, + sym_absolute_pathname, + sym_relative_pathname, + ACTIONS(3838), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [226127] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -234153,95 +234568,11 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3358), 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, - [225330] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(3752), 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, - [225363] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(3753), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(3370), 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, - [225396] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(3754), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(3388), 16, + ACTIONS(3342), 16, sym_ALIAS, sym_ATTRIBUTE, - sym_BEGIN, sym_CONSTANT, + sym_END, sym_FILE, sym_FUNCTION, sym_GROUP, @@ -234254,81 +234585,56 @@ static const uint16_t ts_small_parse_table[] = { sym_TYPE, sym_USE, sym_VARIABLE, - [225429] = 5, + [226160] = 15, 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(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, + ACTIONS(5347), 1, anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_LT_LT, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [225462] = 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(3023), 1, - sym__direct_name, - STATE(5810), 1, - sym_name, - STATE(7301), 1, - sym_verification_unit_list, - STATE(4362), 2, + ACTIONS(5349), 1, + anon_sym_AT, + ACTIONS(5351), 1, + anon_sym_CARET, + STATE(4594), 1, + aux_sym_relative_pathname_repeat1, + STATE(4991), 1, + aux_sym_partial_pathname_repeat1, + STATE(5727), 1, sym__identifier, - sym__external_name, - ACTIONS(71), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(3756), 3, + STATE(6828), 1, + sym_pathname_element, + STATE(6833), 1, + sym_partial_pathname, + STATE(7946), 1, + sym__external_pathname, + STATE(3752), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(3078), 4, + STATE(6835), 3, + sym_package_pathname, + sym_absolute_pathname, + sym_relative_pathname, + ACTIONS(3838), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [225509] = 5, + [226213] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3757), 3, + STATE(3753), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3448), 16, + ACTIONS(3390), 16, sym_identifier, sym_ASSERT, sym_ELSE, @@ -234345,398 +234651,347 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [225542] = 5, + [226246] = 13, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3758), 3, + ACTIONS(4983), 1, + anon_sym_DOT, + ACTIONS(4987), 1, + anon_sym_SQUOTE, + ACTIONS(4989), 1, + anon_sym_LBRACK, + ACTIONS(4991), 1, + sym_PARAMETER, + STATE(3823), 1, + aux_sym_name_repeat1, + STATE(4587), 1, + sym_generic_map_aspect, + STATE(4867), 1, + sym__name_selector, + STATE(3754), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3472), 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(1493), 4, + sym_GENERIC, + sym_PORT, + anon_sym_SEMI, anon_sym_LPAREN, - anon_sym_LT_LT, - [225575] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(3759), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(3430), 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, - [225608] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(3760), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(3434), 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, - [225641] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(3761), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(3436), 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, - [225674] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(3762), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - 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, - [225707] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(3763), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(3456), 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, - [225740] = 5, + STATE(4857), 5, + sym_function_call, + sym_parenthesis_group, + sym_attribute, + sym_signature, + sym_selection, + [226295] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3764), 3, + ACTIONS(5347), 1, + anon_sym_DOT, + ACTIONS(5349), 1, + anon_sym_AT, + ACTIONS(5351), 1, + anon_sym_CARET, + STATE(4594), 1, + aux_sym_relative_pathname_repeat1, + STATE(4991), 1, + aux_sym_partial_pathname_repeat1, + STATE(5727), 1, + sym__identifier, + STATE(6828), 1, + sym_pathname_element, + STATE(6833), 1, + sym_partial_pathname, + STATE(7945), 1, + sym__external_pathname, + STATE(3755), 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, - [225773] = 5, + STATE(6835), 3, + sym_package_pathname, + sym_absolute_pathname, + sym_relative_pathname, + ACTIONS(3838), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [226348] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3765), 3, + ACTIONS(5347), 1, + anon_sym_DOT, + ACTIONS(5349), 1, + anon_sym_AT, + ACTIONS(5351), 1, + anon_sym_CARET, + STATE(4594), 1, + aux_sym_relative_pathname_repeat1, + STATE(4991), 1, + aux_sym_partial_pathname_repeat1, + STATE(5727), 1, + sym__identifier, + STATE(6828), 1, + sym_pathname_element, + STATE(6833), 1, + sym_partial_pathname, + STATE(8003), 1, + sym__external_pathname, + STATE(3756), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3464), 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, - [225806] = 14, + STATE(6835), 3, + sym_package_pathname, + sym_absolute_pathname, + sym_relative_pathname, + ACTIONS(3838), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [226401] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5363), 1, + ACTIONS(5371), 1, anon_sym_DOT, - ACTIONS(5366), 1, + ACTIONS(5374), 1, anon_sym_LPAREN, - ACTIONS(5369), 1, + ACTIONS(5377), 1, anon_sym_SQUOTE, - ACTIONS(5372), 1, + ACTIONS(5380), 1, anon_sym_LBRACK, - ACTIONS(5375), 1, + ACTIONS(5383), 1, sym_GENERIC, - ACTIONS(5378), 1, + ACTIONS(5386), 1, sym_PARAMETER, - STATE(4792), 1, + STATE(4837), 1, sym_generic_map_aspect, - STATE(4920), 1, + STATE(4906), 1, sym__name_selector, - ACTIONS(1491), 2, + ACTIONS(1471), 2, sym_IS, sym_RANGE, - STATE(3766), 4, + STATE(3757), 4, sym__tool_directive, sym_line_comment, sym_block_comment, aux_sym_name_repeat1, - STATE(4926), 5, + STATE(4910), 5, sym_function_call, sym_parenthesis_group, sym_attribute, sym_signature, sym_selection, - [225857] = 5, + [226452] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3767), 3, + ACTIONS(5347), 1, + anon_sym_DOT, + ACTIONS(5349), 1, + anon_sym_AT, + ACTIONS(5351), 1, + anon_sym_CARET, + STATE(4594), 1, + aux_sym_relative_pathname_repeat1, + STATE(4991), 1, + aux_sym_partial_pathname_repeat1, + STATE(5727), 1, + sym__identifier, + STATE(6828), 1, + sym_pathname_element, + STATE(6833), 1, + sym_partial_pathname, + STATE(7944), 1, + sym__external_pathname, + STATE(3758), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3466), 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, - [225890] = 5, + STATE(6835), 3, + sym_package_pathname, + sym_absolute_pathname, + sym_relative_pathname, + ACTIONS(3838), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [226505] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3768), 3, + ACTIONS(5347), 1, + anon_sym_DOT, + ACTIONS(5349), 1, + anon_sym_AT, + ACTIONS(5351), 1, + anon_sym_CARET, + STATE(4594), 1, + aux_sym_relative_pathname_repeat1, + STATE(4991), 1, + aux_sym_partial_pathname_repeat1, + STATE(5727), 1, + sym__identifier, + STATE(6828), 1, + sym_pathname_element, + STATE(6833), 1, + sym_partial_pathname, + STATE(7943), 1, + sym__external_pathname, + STATE(3759), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3468), 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, - [225923] = 5, + STATE(6835), 3, + sym_package_pathname, + sym_absolute_pathname, + sym_relative_pathname, + ACTIONS(3838), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [226558] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3769), 3, + STATE(3760), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3480), 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, - [225956] = 12, + ACTIONS(3394), 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, + [226591] = 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(3023), 1, - sym__direct_name, - STATE(5831), 1, - sym_name, - STATE(7383), 1, - sym_group_constituent_list, - STATE(4362), 2, + ACTIONS(5347), 1, + anon_sym_DOT, + ACTIONS(5349), 1, + anon_sym_AT, + ACTIONS(5351), 1, + anon_sym_CARET, + STATE(4594), 1, + aux_sym_relative_pathname_repeat1, + STATE(4991), 1, + aux_sym_partial_pathname_repeat1, + STATE(5727), 1, sym__identifier, - sym__external_name, - ACTIONS(71), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(3770), 3, + STATE(6828), 1, + sym_pathname_element, + STATE(6833), 1, + sym_partial_pathname, + STATE(7942), 1, + sym__external_pathname, + STATE(3761), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(3078), 4, + STATE(6835), 3, + sym_package_pathname, + sym_absolute_pathname, + sym_relative_pathname, + ACTIONS(3838), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [226003] = 5, + [226644] = 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(5347), 1, + anon_sym_DOT, + ACTIONS(5349), 1, + anon_sym_AT, + ACTIONS(5351), 1, + anon_sym_CARET, + STATE(4594), 1, + aux_sym_relative_pathname_repeat1, + STATE(4991), 1, + aux_sym_partial_pathname_repeat1, + STATE(5727), 1, + sym__identifier, + STATE(6828), 1, + sym_pathname_element, + STATE(6833), 1, + sym_partial_pathname, + STATE(7941), 1, + sym__external_pathname, + STATE(3762), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3386), 16, + STATE(6835), 3, + sym_package_pathname, + sym_absolute_pathname, + sym_relative_pathname, + ACTIONS(3838), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [226697] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(3763), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3396), 16, sym_identifier, sym_ASSERT, sym_ELSE, @@ -234753,109 +235008,160 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [226036] = 12, + [226730] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5381), 1, - anon_sym_LT_LT, - STATE(3481), 1, - sym__direct_name, - STATE(5309), 1, - sym_name, - STATE(5714), 1, - sym_sensitivity_list, - STATE(4628), 2, + ACTIONS(5347), 1, + anon_sym_DOT, + ACTIONS(5349), 1, + anon_sym_AT, + ACTIONS(5351), 1, + anon_sym_CARET, + STATE(4594), 1, + aux_sym_relative_pathname_repeat1, + STATE(4991), 1, + aux_sym_partial_pathname_repeat1, + STATE(5727), 1, sym__identifier, - sym__external_name, - ACTIONS(5385), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(3772), 3, + STATE(6828), 1, + sym_pathname_element, + STATE(6833), 1, + sym_partial_pathname, + STATE(7940), 1, + sym__external_pathname, + STATE(3764), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4630), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(5383), 4, + STATE(6835), 3, + sym_package_pathname, + sym_absolute_pathname, + sym_relative_pathname, + ACTIONS(3838), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [226083] = 5, + [226783] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3773), 3, + ACTIONS(5347), 1, + anon_sym_DOT, + ACTIONS(5349), 1, + anon_sym_AT, + ACTIONS(5351), 1, + anon_sym_CARET, + STATE(4594), 1, + aux_sym_relative_pathname_repeat1, + STATE(4991), 1, + aux_sym_partial_pathname_repeat1, + STATE(5727), 1, + sym__identifier, + STATE(6828), 1, + sym_pathname_element, + STATE(6833), 1, + sym_partial_pathname, + STATE(7939), 1, + sym__external_pathname, + STATE(3765), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2644), 16, + STATE(6835), 3, + sym_package_pathname, + sym_absolute_pathname, + sym_relative_pathname, + ACTIONS(3838), 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, + [226836] = 15, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(5347), 1, anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_LT_LT, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [226116] = 5, + ACTIONS(5349), 1, + anon_sym_AT, + ACTIONS(5351), 1, + anon_sym_CARET, + STATE(4594), 1, + aux_sym_relative_pathname_repeat1, + STATE(4991), 1, + aux_sym_partial_pathname_repeat1, + STATE(5727), 1, + sym__identifier, + STATE(6828), 1, + sym_pathname_element, + STATE(6833), 1, + sym_partial_pathname, + STATE(7938), 1, + sym__external_pathname, + STATE(3766), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(6835), 3, + sym_package_pathname, + sym_absolute_pathname, + sym_relative_pathname, + ACTIONS(3838), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [226889] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3774), 3, + STATE(3767), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2556), 16, + ACTIONS(3426), 16, sym_identifier, - sym_GENERIC, - sym_IS, - sym_PARAMETER, - sym_RANGE, + 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_DOT, anon_sym_LPAREN, anon_sym_LT_LT, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [226149] = 5, + [226922] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3775), 3, + STATE(3768), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2560), 16, + ACTIONS(2666), 16, sym_identifier, sym_GENERIC, sym_IS, @@ -234872,81 +235178,160 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_SQUOTE, anon_sym_LBRACK, - [226182] = 12, + [226955] = 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(5387), 1, - anon_sym_LPAREN, - STATE(3023), 1, - sym__direct_name, - STATE(6737), 1, - sym_name, - STATE(4362), 2, + ACTIONS(5347), 1, + anon_sym_DOT, + ACTIONS(5349), 1, + anon_sym_AT, + ACTIONS(5351), 1, + anon_sym_CARET, + STATE(4594), 1, + aux_sym_relative_pathname_repeat1, + STATE(4991), 1, + aux_sym_partial_pathname_repeat1, + STATE(5727), 1, sym__identifier, - sym__external_name, - ACTIONS(71), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(3776), 3, + STATE(6828), 1, + sym_pathname_element, + STATE(6833), 1, + sym_partial_pathname, + STATE(7937), 1, + sym__external_pathname, + STATE(3769), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(3078), 4, + STATE(6835), 3, + sym_package_pathname, + sym_absolute_pathname, + sym_relative_pathname, + ACTIONS(3838), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [226229] = 5, + [227008] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3777), 3, + ACTIONS(5347), 1, + anon_sym_DOT, + ACTIONS(5349), 1, + anon_sym_AT, + ACTIONS(5351), 1, + anon_sym_CARET, + STATE(4594), 1, + aux_sym_relative_pathname_repeat1, + STATE(4991), 1, + aux_sym_partial_pathname_repeat1, + STATE(5727), 1, + sym__identifier, + STATE(6828), 1, + sym_pathname_element, + STATE(6833), 1, + sym_partial_pathname, + STATE(7936), 1, + sym__external_pathname, + STATE(3770), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3484), 16, + STATE(6835), 3, + sym_package_pathname, + sym_absolute_pathname, + sym_relative_pathname, + ACTIONS(3838), 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, - [226262] = 5, + [227061] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3778), 3, + ACTIONS(5347), 1, + anon_sym_DOT, + ACTIONS(5349), 1, + anon_sym_AT, + ACTIONS(5351), 1, + anon_sym_CARET, + STATE(4594), 1, + aux_sym_relative_pathname_repeat1, + STATE(4991), 1, + aux_sym_partial_pathname_repeat1, + STATE(5727), 1, + sym__identifier, + STATE(6828), 1, + sym_pathname_element, + STATE(6833), 1, + sym_partial_pathname, + STATE(7935), 1, + sym__external_pathname, + STATE(3771), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3486), 16, + STATE(6835), 3, + sym_package_pathname, + sym_absolute_pathname, + sym_relative_pathname, + ACTIONS(3838), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [227114] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(3772), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3358), 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, + [227147] = 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(3398), 16, sym_identifier, sym_ASSERT, sym_ELSE, @@ -234963,137 +235348,170 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [226295] = 12, + [227180] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5389), 1, - anon_sym_LPAREN, - ACTIONS(5391), 1, - anon_sym_LT_LT, - STATE(3625), 1, - sym__direct_name, - STATE(5592), 1, - sym_name, - STATE(4719), 2, + ACTIONS(5347), 1, + anon_sym_DOT, + ACTIONS(5349), 1, + anon_sym_AT, + ACTIONS(5351), 1, + anon_sym_CARET, + STATE(4594), 1, + aux_sym_relative_pathname_repeat1, + STATE(4991), 1, + aux_sym_partial_pathname_repeat1, + STATE(5727), 1, sym__identifier, - sym__external_name, - ACTIONS(5395), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(3779), 3, + STATE(6828), 1, + sym_pathname_element, + STATE(6833), 1, + sym_partial_pathname, + STATE(7968), 1, + sym__external_pathname, + STATE(3774), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4720), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(5393), 4, + STATE(6835), 3, + sym_package_pathname, + sym_absolute_pathname, + sym_relative_pathname, + ACTIONS(3838), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [226342] = 5, + [227233] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3780), 3, + ACTIONS(5347), 1, + anon_sym_DOT, + ACTIONS(5349), 1, + anon_sym_AT, + ACTIONS(5351), 1, + anon_sym_CARET, + STATE(4594), 1, + aux_sym_relative_pathname_repeat1, + STATE(4991), 1, + aux_sym_partial_pathname_repeat1, + STATE(5727), 1, + sym__identifier, + STATE(6828), 1, + sym_pathname_element, + STATE(6833), 1, + sym_partial_pathname, + STATE(7969), 1, + sym__external_pathname, + STATE(3775), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3496), 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, - [226375] = 5, + STATE(6835), 3, + sym_package_pathname, + sym_absolute_pathname, + sym_relative_pathname, + ACTIONS(3838), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [227286] = 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(5347), 1, + anon_sym_DOT, + ACTIONS(5349), 1, + anon_sym_AT, + ACTIONS(5351), 1, + anon_sym_CARET, + STATE(4594), 1, + aux_sym_relative_pathname_repeat1, + STATE(4991), 1, + aux_sym_partial_pathname_repeat1, + STATE(5727), 1, + sym__identifier, + STATE(6828), 1, + sym_pathname_element, + STATE(6833), 1, + sym_partial_pathname, + STATE(7934), 1, + sym__external_pathname, + STATE(3776), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2564), 16, + STATE(6835), 3, + sym_package_pathname, + sym_absolute_pathname, + sym_relative_pathname, + ACTIONS(3838), 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, - [226408] = 5, + [227339] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3782), 3, + ACTIONS(5347), 1, + anon_sym_DOT, + ACTIONS(5349), 1, + anon_sym_AT, + ACTIONS(5351), 1, + anon_sym_CARET, + STATE(4594), 1, + aux_sym_relative_pathname_repeat1, + STATE(4991), 1, + aux_sym_partial_pathname_repeat1, + STATE(5727), 1, + sym__identifier, + STATE(6828), 1, + sym_pathname_element, + STATE(6833), 1, + sym_partial_pathname, + STATE(7933), 1, + sym__external_pathname, + STATE(3777), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2516), 16, + STATE(6835), 3, + sym_package_pathname, + sym_absolute_pathname, + sym_relative_pathname, + ACTIONS(3838), 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, - [226441] = 5, + [227392] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3783), 3, + STATE(3778), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3246), 16, + ACTIONS(3386), 16, sym_ALIAS, sym_ATTRIBUTE, sym_BEGIN, @@ -235110,18 +235528,56 @@ static const uint16_t ts_small_parse_table[] = { sym_TYPE, sym_USE, sym_VARIABLE, - [226474] = 5, + [227425] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3784), 3, + ACTIONS(5347), 1, + anon_sym_DOT, + ACTIONS(5349), 1, + anon_sym_AT, + ACTIONS(5351), 1, + anon_sym_CARET, + STATE(4594), 1, + aux_sym_relative_pathname_repeat1, + STATE(4991), 1, + aux_sym_partial_pathname_repeat1, + STATE(5727), 1, + sym__identifier, + STATE(6828), 1, + sym_pathname_element, + STATE(6833), 1, + sym_partial_pathname, + STATE(8004), 1, + sym__external_pathname, + STATE(3779), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(6835), 3, + sym_package_pathname, + sym_absolute_pathname, + sym_relative_pathname, + ACTIONS(3838), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [227478] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(3780), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3248), 16, + ACTIONS(3388), 16, sym_ALIAS, sym_ATTRIBUTE, sym_BEGIN, @@ -235138,22 +235594,22 @@ static const uint16_t ts_small_parse_table[] = { sym_TYPE, sym_USE, sym_VARIABLE, - [226507] = 5, + [227511] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3785), 3, + STATE(3781), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5397), 16, + ACTIONS(3392), 16, sym_ALIAS, sym_ATTRIBUTE, + sym_BEGIN, sym_CONSTANT, - sym_END, sym_FILE, sym_FUNCTION, sym_GROUP, @@ -235166,277 +235622,426 @@ static const uint16_t ts_small_parse_table[] = { sym_TYPE, sym_USE, sym_VARIABLE, - [226540] = 5, + [227544] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3786), 3, + STATE(3782), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5399), 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, - [226573] = 5, + ACTIONS(2562), 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, + [227577] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3787), 3, + ACTIONS(5347), 1, + anon_sym_DOT, + ACTIONS(5349), 1, + anon_sym_AT, + ACTIONS(5351), 1, + anon_sym_CARET, + STATE(4594), 1, + aux_sym_relative_pathname_repeat1, + STATE(4991), 1, + aux_sym_partial_pathname_repeat1, + STATE(5727), 1, + sym__identifier, + STATE(6828), 1, + sym_pathname_element, + STATE(6833), 1, + sym_partial_pathname, + STATE(7868), 1, + sym__external_pathname, + STATE(3783), 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, - [226606] = 5, + STATE(6835), 3, + sym_package_pathname, + sym_absolute_pathname, + sym_relative_pathname, + ACTIONS(3838), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [227630] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3788), 3, + ACTIONS(5347), 1, + anon_sym_DOT, + ACTIONS(5349), 1, + anon_sym_AT, + ACTIONS(5351), 1, + anon_sym_CARET, + STATE(4594), 1, + aux_sym_relative_pathname_repeat1, + STATE(4991), 1, + aux_sym_partial_pathname_repeat1, + STATE(5727), 1, + sym__identifier, + STATE(6828), 1, + sym_pathname_element, + STATE(6833), 1, + sym_partial_pathname, + STATE(8005), 1, + sym__external_pathname, + STATE(3784), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - 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, - [226639] = 12, + STATE(6835), 3, + sym_package_pathname, + sym_absolute_pathname, + sym_relative_pathname, + ACTIONS(3838), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [227683] = 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(5401), 1, - sym_library_constant_unit, - STATE(3023), 1, - sym__direct_name, - STATE(6776), 1, - sym_name, - STATE(4362), 2, + ACTIONS(5347), 1, + anon_sym_DOT, + ACTIONS(5349), 1, + anon_sym_AT, + ACTIONS(5351), 1, + anon_sym_CARET, + STATE(4594), 1, + aux_sym_relative_pathname_repeat1, + STATE(4991), 1, + aux_sym_partial_pathname_repeat1, + STATE(5727), 1, sym__identifier, - sym__external_name, - ACTIONS(71), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(3789), 3, + STATE(6828), 1, + sym_pathname_element, + STATE(6833), 1, + sym_partial_pathname, + STATE(7931), 1, + sym__external_pathname, + STATE(3785), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(3078), 4, + STATE(6835), 3, + sym_package_pathname, + sym_absolute_pathname, + sym_relative_pathname, + ACTIONS(3838), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [226686] = 5, + [227736] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3790), 3, + ACTIONS(5347), 1, + anon_sym_DOT, + ACTIONS(5349), 1, + anon_sym_AT, + ACTIONS(5351), 1, + anon_sym_CARET, + STATE(4594), 1, + aux_sym_relative_pathname_repeat1, + STATE(4991), 1, + aux_sym_partial_pathname_repeat1, + STATE(5727), 1, + sym__identifier, + STATE(6828), 1, + sym_pathname_element, + STATE(6833), 1, + sym_partial_pathname, + STATE(7930), 1, + sym__external_pathname, + STATE(3786), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3270), 16, + STATE(6835), 3, + sym_package_pathname, + sym_absolute_pathname, + sym_relative_pathname, + ACTIONS(3838), 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, - [226719] = 5, + [227789] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3791), 3, + ACTIONS(5347), 1, + anon_sym_DOT, + ACTIONS(5349), 1, + anon_sym_AT, + ACTIONS(5351), 1, + anon_sym_CARET, + STATE(4594), 1, + aux_sym_relative_pathname_repeat1, + STATE(4991), 1, + aux_sym_partial_pathname_repeat1, + STATE(5727), 1, + sym__identifier, + STATE(6828), 1, + sym_pathname_element, + STATE(6833), 1, + sym_partial_pathname, + STATE(7929), 1, + sym__external_pathname, + STATE(3787), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - 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, - [226752] = 5, + STATE(6835), 3, + sym_package_pathname, + sym_absolute_pathname, + sym_relative_pathname, + ACTIONS(3838), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [227842] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3792), 3, + ACTIONS(5347), 1, + anon_sym_DOT, + ACTIONS(5349), 1, + anon_sym_AT, + ACTIONS(5351), 1, + anon_sym_CARET, + STATE(4594), 1, + aux_sym_relative_pathname_repeat1, + STATE(4991), 1, + aux_sym_partial_pathname_repeat1, + STATE(5727), 1, + sym__identifier, + STATE(6828), 1, + sym_pathname_element, + STATE(6833), 1, + sym_partial_pathname, + STATE(8006), 1, + sym__external_pathname, + STATE(3788), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5403), 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, - [226785] = 5, + STATE(6835), 3, + sym_package_pathname, + sym_absolute_pathname, + sym_relative_pathname, + ACTIONS(3838), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [227895] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3793), 3, + ACTIONS(5347), 1, + anon_sym_DOT, + ACTIONS(5349), 1, + anon_sym_AT, + ACTIONS(5351), 1, + anon_sym_CARET, + STATE(4594), 1, + aux_sym_relative_pathname_repeat1, + STATE(4991), 1, + aux_sym_partial_pathname_repeat1, + STATE(5727), 1, + sym__identifier, + STATE(6828), 1, + sym_pathname_element, + STATE(6833), 1, + sym_partial_pathname, + STATE(7970), 1, + sym__external_pathname, + STATE(3789), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5405), 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, - [226818] = 5, + STATE(6835), 3, + sym_package_pathname, + sym_absolute_pathname, + sym_relative_pathname, + ACTIONS(3838), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [227948] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3794), 3, + ACTIONS(5347), 1, + anon_sym_DOT, + ACTIONS(5349), 1, + anon_sym_AT, + ACTIONS(5351), 1, + anon_sym_CARET, + STATE(4594), 1, + aux_sym_relative_pathname_repeat1, + STATE(4991), 1, + aux_sym_partial_pathname_repeat1, + STATE(5727), 1, + sym__identifier, + STATE(6828), 1, + sym_pathname_element, + STATE(6833), 1, + sym_partial_pathname, + STATE(7928), 1, + sym__external_pathname, + STATE(3790), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3266), 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, - [226851] = 5, + STATE(6835), 3, + sym_package_pathname, + sym_absolute_pathname, + sym_relative_pathname, + ACTIONS(3838), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [228001] = 15, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(5347), 1, + anon_sym_DOT, + ACTIONS(5349), 1, + anon_sym_AT, + ACTIONS(5351), 1, + anon_sym_CARET, + STATE(4594), 1, + aux_sym_relative_pathname_repeat1, + STATE(4991), 1, + aux_sym_partial_pathname_repeat1, + STATE(5727), 1, + sym__identifier, + STATE(6828), 1, + sym_pathname_element, + STATE(6833), 1, + sym_partial_pathname, + STATE(7927), 1, + sym__external_pathname, + STATE(3791), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(6835), 3, + sym_package_pathname, + sym_absolute_pathname, + sym_relative_pathname, + ACTIONS(3838), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [228054] = 15, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(5347), 1, + anon_sym_DOT, + ACTIONS(5349), 1, + anon_sym_AT, + ACTIONS(5351), 1, + anon_sym_CARET, + STATE(4594), 1, + aux_sym_relative_pathname_repeat1, + STATE(4991), 1, + aux_sym_partial_pathname_repeat1, + STATE(5727), 1, + sym__identifier, + STATE(6828), 1, + sym_pathname_element, + STATE(6833), 1, + sym_partial_pathname, + STATE(8007), 1, + sym__external_pathname, + STATE(3792), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(6835), 3, + sym_package_pathname, + sym_absolute_pathname, + sym_relative_pathname, + ACTIONS(3838), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [228107] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3795), 3, + STATE(3793), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3344), 16, + ACTIONS(3414), 16, sym_identifier, sym_ASSERT, sym_ELSE, @@ -235453,18 +236058,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [226884] = 5, + [228140] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3796), 3, + STATE(3794), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3346), 16, + ACTIONS(3420), 16, sym_identifier, sym_ASSERT, sym_ELSE, @@ -235481,260 +236086,312 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [226917] = 5, + [228173] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3797), 3, + STATE(3795), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - 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, - [226950] = 5, + ACTIONS(3422), 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, + [228206] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3798), 3, + ACTIONS(5347), 1, + anon_sym_DOT, + ACTIONS(5349), 1, + anon_sym_AT, + ACTIONS(5351), 1, + anon_sym_CARET, + STATE(4594), 1, + aux_sym_relative_pathname_repeat1, + STATE(4991), 1, + aux_sym_partial_pathname_repeat1, + STATE(5727), 1, + sym__identifier, + STATE(6828), 1, + sym_pathname_element, + STATE(6833), 1, + sym_partial_pathname, + STATE(7986), 1, + sym__external_pathname, + STATE(3796), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2568), 16, + STATE(6835), 3, + sym_package_pathname, + sym_absolute_pathname, + sym_relative_pathname, + ACTIONS(3838), 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, - [226983] = 5, + [228259] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3799), 3, + ACTIONS(5347), 1, + anon_sym_DOT, + ACTIONS(5349), 1, + anon_sym_AT, + ACTIONS(5351), 1, + anon_sym_CARET, + STATE(4594), 1, + aux_sym_relative_pathname_repeat1, + STATE(4991), 1, + aux_sym_partial_pathname_repeat1, + STATE(5727), 1, + sym__identifier, + STATE(6828), 1, + sym_pathname_element, + STATE(6833), 1, + sym_partial_pathname, + STATE(7926), 1, + sym__external_pathname, + STATE(3797), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3302), 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, - [227016] = 5, + STATE(6835), 3, + sym_package_pathname, + sym_absolute_pathname, + sym_relative_pathname, + ACTIONS(3838), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [228312] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3800), 3, + ACTIONS(5347), 1, + anon_sym_DOT, + ACTIONS(5349), 1, + anon_sym_AT, + ACTIONS(5351), 1, + anon_sym_CARET, + STATE(4594), 1, + aux_sym_relative_pathname_repeat1, + STATE(4991), 1, + aux_sym_partial_pathname_repeat1, + STATE(5727), 1, + sym__identifier, + STATE(6828), 1, + sym_pathname_element, + STATE(6833), 1, + sym_partial_pathname, + STATE(7925), 1, + sym__external_pathname, + STATE(3798), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2386), 16, + STATE(6835), 3, + sym_package_pathname, + sym_absolute_pathname, + sym_relative_pathname, + ACTIONS(3838), 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, - [227049] = 13, + [228365] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5135), 1, + ACTIONS(5347), 1, anon_sym_DOT, - ACTIONS(5139), 1, - anon_sym_SQUOTE, - ACTIONS(5141), 1, - anon_sym_LBRACK, - ACTIONS(5143), 1, - sym_PARAMETER, - STATE(3810), 1, - aux_sym_name_repeat1, - STATE(4561), 1, - sym_generic_map_aspect, - STATE(4797), 1, - sym__name_selector, - STATE(3801), 3, + ACTIONS(5349), 1, + anon_sym_AT, + ACTIONS(5351), 1, + anon_sym_CARET, + STATE(4594), 1, + aux_sym_relative_pathname_repeat1, + STATE(4991), 1, + aux_sym_partial_pathname_repeat1, + STATE(5727), 1, + sym__identifier, + STATE(6828), 1, + sym_pathname_element, + STATE(6833), 1, + sym_partial_pathname, + STATE(7924), 1, + sym__external_pathname, + STATE(3799), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(1471), 4, - sym_GENERIC, - sym_PORT, - anon_sym_SEMI, - anon_sym_LPAREN, - STATE(4805), 5, - sym_function_call, - sym_parenthesis_group, - sym_attribute, - sym_signature, - sym_selection, - [227098] = 5, + STATE(6835), 3, + sym_package_pathname, + sym_absolute_pathname, + sym_relative_pathname, + ACTIONS(3838), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [228418] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3802), 3, + ACTIONS(5347), 1, + anon_sym_DOT, + ACTIONS(5349), 1, + anon_sym_AT, + ACTIONS(5351), 1, + anon_sym_CARET, + STATE(4594), 1, + aux_sym_relative_pathname_repeat1, + STATE(4991), 1, + aux_sym_partial_pathname_repeat1, + STATE(5727), 1, + sym__identifier, + STATE(6828), 1, + sym_pathname_element, + STATE(6833), 1, + sym_partial_pathname, + STATE(7985), 1, + sym__external_pathname, + STATE(3800), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2394), 16, + STATE(6835), 3, + sym_package_pathname, + sym_absolute_pathname, + sym_relative_pathname, + ACTIONS(3838), 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, - [227131] = 15, + [228471] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5407), 1, + ACTIONS(5347), 1, anon_sym_DOT, - ACTIONS(5409), 1, - anon_sym_LPAREN, - ACTIONS(5411), 1, - anon_sym_SQUOTE, - ACTIONS(5413), 1, - anon_sym_LBRACK, - ACTIONS(5415), 1, - sym_GENERIC, - ACTIONS(5417), 1, - sym_PARAMETER, - STATE(3807), 1, - aux_sym_name_repeat1, - STATE(4792), 1, - sym_generic_map_aspect, - STATE(4920), 1, - sym__name_selector, - ACTIONS(1471), 2, - sym_IS, - sym_RANGE, - STATE(3803), 3, + ACTIONS(5349), 1, + anon_sym_AT, + ACTIONS(5351), 1, + anon_sym_CARET, + STATE(4594), 1, + aux_sym_relative_pathname_repeat1, + STATE(4991), 1, + aux_sym_partial_pathname_repeat1, + STATE(5727), 1, + sym__identifier, + STATE(6828), 1, + sym_pathname_element, + STATE(6833), 1, + sym_partial_pathname, + STATE(7923), 1, + sym__external_pathname, + STATE(3801), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4926), 5, - sym_function_call, - sym_parenthesis_group, - sym_attribute, - sym_signature, - sym_selection, - [227184] = 5, + STATE(6835), 3, + sym_package_pathname, + sym_absolute_pathname, + sym_relative_pathname, + ACTIONS(3838), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [228524] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3804), 3, + ACTIONS(5347), 1, + anon_sym_DOT, + ACTIONS(5349), 1, + anon_sym_AT, + ACTIONS(5351), 1, + anon_sym_CARET, + STATE(4594), 1, + aux_sym_relative_pathname_repeat1, + STATE(4991), 1, + aux_sym_partial_pathname_repeat1, + STATE(5727), 1, + sym__identifier, + STATE(6828), 1, + sym_pathname_element, + STATE(6833), 1, + sym_partial_pathname, + STATE(7971), 1, + sym__external_pathname, + STATE(3802), 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, - [227217] = 5, + STATE(6835), 3, + sym_package_pathname, + sym_absolute_pathname, + sym_relative_pathname, + ACTIONS(3838), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [228577] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3805), 3, + STATE(3803), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3308), 16, + ACTIONS(3466), 16, sym_ALIAS, sym_ATTRIBUTE, sym_BEGIN, @@ -235751,112 +236408,56 @@ static const uint16_t ts_small_parse_table[] = { sym_TYPE, sym_USE, sym_VARIABLE, - [227250] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(3806), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2678), 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, - [227283] = 15, + [228610] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5407), 1, + ACTIONS(5347), 1, anon_sym_DOT, - ACTIONS(5409), 1, - anon_sym_LPAREN, - ACTIONS(5411), 1, - anon_sym_SQUOTE, - ACTIONS(5413), 1, - anon_sym_LBRACK, - ACTIONS(5415), 1, - sym_GENERIC, - ACTIONS(5417), 1, - sym_PARAMETER, - STATE(3766), 1, - aux_sym_name_repeat1, - STATE(4792), 1, - sym_generic_map_aspect, - STATE(4920), 1, - sym__name_selector, - ACTIONS(1487), 2, - sym_IS, - sym_RANGE, - STATE(3807), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(4926), 5, - sym_function_call, - sym_parenthesis_group, - sym_attribute, - sym_signature, - sym_selection, - [227336] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(3808), 3, + ACTIONS(5349), 1, + anon_sym_AT, + ACTIONS(5351), 1, + anon_sym_CARET, + STATE(4594), 1, + aux_sym_relative_pathname_repeat1, + STATE(4991), 1, + aux_sym_partial_pathname_repeat1, + STATE(5727), 1, + sym__identifier, + STATE(6828), 1, + sym_pathname_element, + STATE(6833), 1, + sym_partial_pathname, + STATE(7922), 1, + sym__external_pathname, + STATE(3804), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2452), 16, + STATE(6835), 3, + sym_package_pathname, + sym_absolute_pathname, + sym_relative_pathname, + ACTIONS(3838), 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, - [227369] = 5, + [228663] = 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(3805), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2456), 16, + ACTIONS(2600), 16, sym_identifier, sym_GENERIC, sym_IS, @@ -235873,43 +236474,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_SQUOTE, anon_sym_LBRACK, - [227402] = 13, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(5135), 1, - anon_sym_DOT, - ACTIONS(5139), 1, - anon_sym_SQUOTE, - ACTIONS(5141), 1, - anon_sym_LBRACK, - ACTIONS(5143), 1, - sym_PARAMETER, - STATE(3587), 1, - aux_sym_name_repeat1, - STATE(4561), 1, - sym_generic_map_aspect, - STATE(4797), 1, - sym__name_selector, - STATE(3810), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(1487), 4, - sym_GENERIC, - sym_PORT, - anon_sym_SEMI, - anon_sym_LPAREN, - STATE(4805), 5, - sym_function_call, - sym_parenthesis_group, - sym_attribute, - sym_signature, - sym_selection, - [227451] = 12, + [228696] = 12, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -235918,191 +236483,214 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3023), 1, + ACTIONS(5389), 1, + sym_library_constant_unit, + STATE(3015), 1, sym__direct_name, - STATE(5831), 1, + STATE(8188), 1, sym_name, - STATE(6803), 1, - sym_group_constituent_list, - STATE(4362), 2, + STATE(4386), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(3811), 3, + STATE(3806), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [227498] = 5, + [228743] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3812), 3, + ACTIONS(5347), 1, + anon_sym_DOT, + ACTIONS(5349), 1, + anon_sym_AT, + ACTIONS(5351), 1, + anon_sym_CARET, + STATE(4594), 1, + aux_sym_relative_pathname_repeat1, + STATE(4991), 1, + aux_sym_partial_pathname_repeat1, + STATE(5727), 1, + sym__identifier, + STATE(6828), 1, + sym_pathname_element, + STATE(6833), 1, + sym_partial_pathname, + STATE(7921), 1, + sym__external_pathname, + STATE(3807), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3312), 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, - [227531] = 12, + STATE(6835), 3, + sym_package_pathname, + sym_absolute_pathname, + sym_relative_pathname, + ACTIONS(3838), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [228796] = 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(3023), 1, - sym__direct_name, - STATE(5831), 1, - sym_name, - STATE(6918), 1, - sym_group_constituent_list, - STATE(4362), 2, + ACTIONS(5347), 1, + anon_sym_DOT, + ACTIONS(5349), 1, + anon_sym_AT, + ACTIONS(5351), 1, + anon_sym_CARET, + STATE(4594), 1, + aux_sym_relative_pathname_repeat1, + STATE(4991), 1, + aux_sym_partial_pathname_repeat1, + STATE(5727), 1, sym__identifier, - sym__external_name, - ACTIONS(71), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(3813), 3, + STATE(6828), 1, + sym_pathname_element, + STATE(6833), 1, + sym_partial_pathname, + STATE(7920), 1, + sym__external_pathname, + STATE(3808), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(3078), 4, + STATE(6835), 3, + sym_package_pathname, + sym_absolute_pathname, + sym_relative_pathname, + ACTIONS(3838), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [227578] = 5, + [228849] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3814), 3, + ACTIONS(5347), 1, + anon_sym_DOT, + ACTIONS(5349), 1, + anon_sym_AT, + ACTIONS(5351), 1, + anon_sym_CARET, + STATE(4594), 1, + aux_sym_relative_pathname_repeat1, + STATE(4991), 1, + aux_sym_partial_pathname_repeat1, + STATE(5727), 1, + sym__identifier, + STATE(6828), 1, + sym_pathname_element, + STATE(6833), 1, + sym_partial_pathname, + STATE(7919), 1, + sym__external_pathname, + STATE(3809), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3382), 16, + STATE(6835), 3, + sym_package_pathname, + sym_absolute_pathname, + sym_relative_pathname, + ACTIONS(3838), 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, - [227611] = 5, + [228902] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3815), 3, + STATE(3810), 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, - anon_sym_LPAREN, - anon_sym_LT_LT, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [227644] = 5, + ACTIONS(3288), 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, + [228935] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3816), 3, + STATE(3811), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2508), 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, - [227677] = 5, + ACTIONS(3458), 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, + [228968] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3817), 3, + STATE(3812), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2512), 16, + ACTIONS(2648), 16, sym_identifier, sym_GENERIC, sym_IS, @@ -236119,287 +236707,189 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_SQUOTE, anon_sym_LBRACK, - [227710] = 12, + [229001] = 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(3023), 1, - sym__direct_name, - STATE(5831), 1, - sym_name, - STATE(7002), 1, - sym_group_constituent_list, - STATE(4362), 2, + ACTIONS(5347), 1, + anon_sym_DOT, + ACTIONS(5349), 1, + anon_sym_AT, + ACTIONS(5351), 1, + anon_sym_CARET, + STATE(4594), 1, + aux_sym_relative_pathname_repeat1, + STATE(4991), 1, + aux_sym_partial_pathname_repeat1, + STATE(5727), 1, sym__identifier, - sym__external_name, - ACTIONS(71), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(3818), 3, + STATE(6828), 1, + sym_pathname_element, + STATE(6833), 1, + sym_partial_pathname, + STATE(7972), 1, + sym__external_pathname, + STATE(3813), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(3078), 4, + STATE(6835), 3, + sym_package_pathname, + sym_absolute_pathname, + sym_relative_pathname, + ACTIONS(3838), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [227757] = 12, + [229054] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3760), 1, - anon_sym_LT_LT, - ACTIONS(5419), 1, - sym_library_namespace, - STATE(3801), 1, - sym__direct_name, - STATE(5426), 1, - sym_name, - STATE(4717), 2, - sym__identifier, - sym__external_name, - ACTIONS(3782), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(3819), 3, + STATE(3814), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4725), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(3762), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [227804] = 12, + ACTIONS(5391), 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, + [229087] = 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(3023), 1, - sym__direct_name, - STATE(5831), 1, - sym_name, - STATE(7045), 1, - sym_group_constituent_list, - STATE(4362), 2, - sym__identifier, - sym__external_name, - ACTIONS(71), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(3820), 3, + STATE(3815), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(3078), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [227851] = 12, + ACTIONS(5393), 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, + [229120] = 8, 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(3023), 1, - sym__direct_name, - STATE(5831), 1, - sym_name, - STATE(7075), 1, - sym_group_constituent_list, - STATE(4362), 2, - sym__identifier, - sym__external_name, - ACTIONS(71), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(3821), 3, + STATE(7641), 1, + sym__attribute, + STATE(8312), 1, + sym__attribute_designator, + STATE(3816), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(5395), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [227898] = 12, + ACTIONS(4959), 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, + [229159] = 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(3023), 1, - sym__direct_name, - STATE(5831), 1, - sym_name, - STATE(7096), 1, - sym_group_constituent_list, - STATE(4362), 2, - sym__identifier, - sym__external_name, - ACTIONS(71), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(3822), 3, + STATE(3817), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(3078), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [227945] = 15, + ACTIONS(3400), 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, + [229192] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5357), 1, + ACTIONS(5347), 1, anon_sym_DOT, - ACTIONS(5359), 1, + ACTIONS(5349), 1, anon_sym_AT, - ACTIONS(5361), 1, + ACTIONS(5351), 1, anon_sym_CARET, - STATE(4632), 1, + STATE(4594), 1, aux_sym_relative_pathname_repeat1, - STATE(4986), 1, + STATE(4991), 1, aux_sym_partial_pathname_repeat1, - STATE(5645), 1, + STATE(5727), 1, sym__identifier, - STATE(7689), 1, - sym__external_pathname, - STATE(8181), 1, - sym_partial_pathname, - STATE(8278), 1, + STATE(6828), 1, sym_pathname_element, - STATE(3823), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(7408), 3, - sym_package_pathname, - sym_absolute_pathname, - sym_relative_pathname, - ACTIONS(3838), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [227998] = 15, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(5357), 1, - anon_sym_DOT, - ACTIONS(5359), 1, - anon_sym_AT, - ACTIONS(5361), 1, - anon_sym_CARET, - STATE(4632), 1, - aux_sym_relative_pathname_repeat1, - STATE(4986), 1, - aux_sym_partial_pathname_repeat1, - STATE(5645), 1, - sym__identifier, - STATE(7690), 1, - sym__external_pathname, - STATE(8181), 1, + STATE(6833), 1, sym_partial_pathname, - STATE(8278), 1, - sym_pathname_element, - STATE(3824), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(7408), 3, - sym_package_pathname, - sym_absolute_pathname, - sym_relative_pathname, - ACTIONS(3838), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [228051] = 15, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(5357), 1, - anon_sym_DOT, - ACTIONS(5359), 1, - anon_sym_AT, - ACTIONS(5361), 1, - anon_sym_CARET, - STATE(4632), 1, - aux_sym_relative_pathname_repeat1, - STATE(4986), 1, - aux_sym_partial_pathname_repeat1, - STATE(5645), 1, - sym__identifier, - STATE(7691), 1, + STATE(8008), 1, sym__external_pathname, - STATE(8181), 1, - sym_partial_pathname, - STATE(8278), 1, - sym_pathname_element, - STATE(3825), 3, + STATE(3818), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(7408), 3, + STATE(6835), 3, sym_package_pathname, sym_absolute_pathname, sym_relative_pathname, @@ -236408,18 +236898,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [228104] = 5, + [229245] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3826), 3, + STATE(3819), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3390), 16, + ACTIONS(3434), 16, sym_identifier, sym_ASSERT, sym_ELSE, @@ -236436,36 +236926,36 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [228137] = 15, + [229278] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5357), 1, + ACTIONS(5347), 1, anon_sym_DOT, - ACTIONS(5359), 1, + ACTIONS(5349), 1, anon_sym_AT, - ACTIONS(5361), 1, + ACTIONS(5351), 1, anon_sym_CARET, - STATE(4632), 1, + STATE(4594), 1, aux_sym_relative_pathname_repeat1, - STATE(4986), 1, + STATE(4991), 1, aux_sym_partial_pathname_repeat1, - STATE(5645), 1, + STATE(5727), 1, sym__identifier, - STATE(7751), 1, - sym__external_pathname, - STATE(8181), 1, - sym_partial_pathname, - STATE(8278), 1, + STATE(6828), 1, sym_pathname_element, - STATE(3827), 3, + STATE(6833), 1, + sym_partial_pathname, + STATE(8009), 1, + sym__external_pathname, + STATE(3820), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(7408), 3, + STATE(6835), 3, sym_package_pathname, sym_absolute_pathname, sym_relative_pathname, @@ -236474,74 +236964,64 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [228190] = 15, + [229331] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5357), 1, - anon_sym_DOT, - ACTIONS(5359), 1, - anon_sym_AT, - ACTIONS(5361), 1, - anon_sym_CARET, - STATE(4632), 1, - aux_sym_relative_pathname_repeat1, - STATE(4986), 1, - aux_sym_partial_pathname_repeat1, - STATE(5645), 1, - sym__identifier, - STATE(7752), 1, - sym__external_pathname, - STATE(8181), 1, - sym_partial_pathname, - STATE(8278), 1, - sym_pathname_element, - STATE(3828), 3, + STATE(3821), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(7408), 3, - sym_package_pathname, - sym_absolute_pathname, - sym_relative_pathname, - ACTIONS(3838), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [228243] = 15, + 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, + [229364] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5357), 1, + ACTIONS(5347), 1, anon_sym_DOT, - ACTIONS(5359), 1, + ACTIONS(5349), 1, anon_sym_AT, - ACTIONS(5361), 1, + ACTIONS(5351), 1, anon_sym_CARET, - STATE(4632), 1, + STATE(4594), 1, aux_sym_relative_pathname_repeat1, - STATE(4986), 1, + STATE(4991), 1, aux_sym_partial_pathname_repeat1, - STATE(5645), 1, + STATE(5727), 1, sym__identifier, - STATE(7753), 1, - sym__external_pathname, - STATE(8181), 1, - sym_partial_pathname, - STATE(8278), 1, + STATE(6828), 1, sym_pathname_element, - STATE(3829), 3, + STATE(6833), 1, + sym_partial_pathname, + STATE(7918), 1, + sym__external_pathname, + STATE(3822), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(7408), 3, + STATE(6835), 3, sym_package_pathname, sym_absolute_pathname, sym_relative_pathname, @@ -236550,74 +237030,72 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [228296] = 15, + [229417] = 13, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5357), 1, + ACTIONS(4983), 1, anon_sym_DOT, - ACTIONS(5359), 1, - anon_sym_AT, - ACTIONS(5361), 1, - anon_sym_CARET, - STATE(4632), 1, - aux_sym_relative_pathname_repeat1, - STATE(4986), 1, - aux_sym_partial_pathname_repeat1, - STATE(5645), 1, - sym__identifier, - STATE(7804), 1, - sym__external_pathname, - STATE(8181), 1, - sym_partial_pathname, - STATE(8278), 1, - sym_pathname_element, - STATE(3830), 3, + ACTIONS(4987), 1, + anon_sym_SQUOTE, + ACTIONS(4989), 1, + anon_sym_LBRACK, + ACTIONS(4991), 1, + sym_PARAMETER, + STATE(3617), 1, + aux_sym_name_repeat1, + STATE(4587), 1, + sym_generic_map_aspect, + STATE(4867), 1, + sym__name_selector, + STATE(3823), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(7408), 3, - sym_package_pathname, - sym_absolute_pathname, - sym_relative_pathname, - ACTIONS(3838), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [228349] = 15, + ACTIONS(1509), 4, + sym_GENERIC, + sym_PORT, + anon_sym_SEMI, + anon_sym_LPAREN, + STATE(4857), 5, + sym_function_call, + sym_parenthesis_group, + sym_attribute, + sym_signature, + sym_selection, + [229466] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5357), 1, + ACTIONS(5347), 1, anon_sym_DOT, - ACTIONS(5359), 1, + ACTIONS(5349), 1, anon_sym_AT, - ACTIONS(5361), 1, + ACTIONS(5351), 1, anon_sym_CARET, - STATE(4632), 1, + STATE(4594), 1, aux_sym_relative_pathname_repeat1, - STATE(4986), 1, + STATE(4991), 1, aux_sym_partial_pathname_repeat1, - STATE(5645), 1, + STATE(5727), 1, sym__identifier, - STATE(7805), 1, + STATE(6822), 1, sym__external_pathname, - STATE(8181), 1, - sym_partial_pathname, - STATE(8278), 1, + STATE(6828), 1, sym_pathname_element, - STATE(3831), 3, + STATE(6833), 1, + sym_partial_pathname, + STATE(3824), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(7408), 3, + STATE(6835), 3, sym_package_pathname, sym_absolute_pathname, sym_relative_pathname, @@ -236626,74 +237104,64 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [228402] = 15, + [229519] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5357), 1, - anon_sym_DOT, - ACTIONS(5359), 1, - anon_sym_AT, - ACTIONS(5361), 1, - anon_sym_CARET, - STATE(4632), 1, - aux_sym_relative_pathname_repeat1, - STATE(4986), 1, - aux_sym_partial_pathname_repeat1, - STATE(5645), 1, - sym__identifier, - STATE(7806), 1, - sym__external_pathname, - STATE(8181), 1, - sym_partial_pathname, - STATE(8278), 1, - sym_pathname_element, - STATE(3832), 3, + STATE(3825), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(7408), 3, - sym_package_pathname, - sym_absolute_pathname, - sym_relative_pathname, - ACTIONS(3838), 4, + ACTIONS(3494), 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, - [228455] = 15, + anon_sym_LPAREN, + anon_sym_LT_LT, + [229552] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5357), 1, + ACTIONS(5347), 1, anon_sym_DOT, - ACTIONS(5359), 1, + ACTIONS(5349), 1, anon_sym_AT, - ACTIONS(5361), 1, + ACTIONS(5351), 1, anon_sym_CARET, - STATE(4632), 1, + STATE(4594), 1, aux_sym_relative_pathname_repeat1, - STATE(4986), 1, + STATE(4991), 1, aux_sym_partial_pathname_repeat1, - STATE(5645), 1, + STATE(5727), 1, sym__identifier, - STATE(7842), 1, - sym__external_pathname, - STATE(8181), 1, - sym_partial_pathname, - STATE(8278), 1, + STATE(6828), 1, sym_pathname_element, - STATE(3833), 3, + STATE(6833), 1, + sym_partial_pathname, + STATE(7916), 1, + sym__external_pathname, + STATE(3826), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(7408), 3, + STATE(6835), 3, sym_package_pathname, sym_absolute_pathname, sym_relative_pathname, @@ -236702,36 +237170,36 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [228508] = 15, + [229605] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5357), 1, + ACTIONS(5347), 1, anon_sym_DOT, - ACTIONS(5359), 1, + ACTIONS(5349), 1, anon_sym_AT, - ACTIONS(5361), 1, + ACTIONS(5351), 1, anon_sym_CARET, - STATE(4632), 1, + STATE(4594), 1, aux_sym_relative_pathname_repeat1, - STATE(4986), 1, + STATE(4991), 1, aux_sym_partial_pathname_repeat1, - STATE(5645), 1, + STATE(5727), 1, sym__identifier, - STATE(7843), 1, - sym__external_pathname, - STATE(8181), 1, - sym_partial_pathname, - STATE(8278), 1, + STATE(6828), 1, sym_pathname_element, - STATE(3834), 3, + STATE(6833), 1, + sym_partial_pathname, + STATE(7915), 1, + sym__external_pathname, + STATE(3827), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(7408), 3, + STATE(6835), 3, sym_package_pathname, sym_absolute_pathname, sym_relative_pathname, @@ -236740,36 +237208,36 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [228561] = 15, + [229658] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5357), 1, + ACTIONS(5347), 1, anon_sym_DOT, - ACTIONS(5359), 1, + ACTIONS(5349), 1, anon_sym_AT, - ACTIONS(5361), 1, + ACTIONS(5351), 1, anon_sym_CARET, - STATE(4632), 1, + STATE(4594), 1, aux_sym_relative_pathname_repeat1, - STATE(4986), 1, + STATE(4991), 1, aux_sym_partial_pathname_repeat1, - STATE(5645), 1, + STATE(5727), 1, sym__identifier, - STATE(7844), 1, - sym__external_pathname, - STATE(8181), 1, - sym_partial_pathname, - STATE(8278), 1, + STATE(6828), 1, sym_pathname_element, - STATE(3835), 3, + STATE(6833), 1, + sym_partial_pathname, + STATE(8010), 1, + sym__external_pathname, + STATE(3828), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(7408), 3, + STATE(6835), 3, sym_package_pathname, sym_absolute_pathname, sym_relative_pathname, @@ -236778,36 +237246,36 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [228614] = 15, + [229711] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5357), 1, + ACTIONS(5347), 1, anon_sym_DOT, - ACTIONS(5359), 1, + ACTIONS(5349), 1, anon_sym_AT, - ACTIONS(5361), 1, + ACTIONS(5351), 1, anon_sym_CARET, - STATE(4632), 1, + STATE(4594), 1, aux_sym_relative_pathname_repeat1, - STATE(4986), 1, + STATE(4991), 1, aux_sym_partial_pathname_repeat1, - STATE(5645), 1, + STATE(5727), 1, sym__identifier, - STATE(7863), 1, - sym__external_pathname, - STATE(8181), 1, - sym_partial_pathname, - STATE(8278), 1, + STATE(6828), 1, sym_pathname_element, - STATE(3836), 3, + STATE(6833), 1, + sym_partial_pathname, + STATE(8011), 1, + sym__external_pathname, + STATE(3829), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(7408), 3, + STATE(6835), 3, sym_package_pathname, sym_absolute_pathname, sym_relative_pathname, @@ -236816,74 +237284,67 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [228667] = 15, + [229764] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5357), 1, - anon_sym_DOT, - ACTIONS(5359), 1, - anon_sym_AT, - ACTIONS(5361), 1, - anon_sym_CARET, - STATE(4632), 1, - aux_sym_relative_pathname_repeat1, - STATE(4986), 1, - aux_sym_partial_pathname_repeat1, - STATE(5645), 1, - sym__identifier, - STATE(7864), 1, - sym__external_pathname, - STATE(8181), 1, - sym_partial_pathname, - STATE(8278), 1, - sym_pathname_element, - STATE(3837), 3, + STATE(7641), 1, + sym__attribute, + STATE(8309), 1, + sym__attribute_designator, + STATE(3830), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(7408), 3, - sym_package_pathname, - sym_absolute_pathname, - sym_relative_pathname, - ACTIONS(3838), 4, + ACTIONS(5395), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [228720] = 15, + ACTIONS(4959), 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, + [229803] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5357), 1, + ACTIONS(5347), 1, anon_sym_DOT, - ACTIONS(5359), 1, + ACTIONS(5349), 1, anon_sym_AT, - ACTIONS(5361), 1, + ACTIONS(5351), 1, anon_sym_CARET, - STATE(4632), 1, + STATE(4594), 1, aux_sym_relative_pathname_repeat1, - STATE(4986), 1, + STATE(4991), 1, aux_sym_partial_pathname_repeat1, - STATE(5645), 1, + STATE(5727), 1, sym__identifier, - STATE(7865), 1, - sym__external_pathname, - STATE(8181), 1, - sym_partial_pathname, - STATE(8278), 1, + STATE(6828), 1, sym_pathname_element, - STATE(3838), 3, + STATE(6833), 1, + sym_partial_pathname, + STATE(8012), 1, + sym__external_pathname, + STATE(3831), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(7408), 3, + STATE(6835), 3, sym_package_pathname, sym_absolute_pathname, sym_relative_pathname, @@ -236892,18 +237353,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [228773] = 5, + [229856] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3839), 3, + STATE(3832), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3332), 16, + ACTIONS(3452), 16, sym_identifier, sym_ASSERT, sym_ELSE, @@ -236920,132 +237381,102 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [228806] = 15, + [229889] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5357), 1, - anon_sym_DOT, - ACTIONS(5359), 1, - anon_sym_AT, - ACTIONS(5361), 1, - anon_sym_CARET, - STATE(4632), 1, - aux_sym_relative_pathname_repeat1, - STATE(4986), 1, - aux_sym_partial_pathname_repeat1, - STATE(5645), 1, - sym__identifier, - STATE(7875), 1, - sym__external_pathname, - STATE(8181), 1, - sym_partial_pathname, - STATE(8278), 1, - sym_pathname_element, - STATE(3840), 3, + STATE(3833), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(7408), 3, - sym_package_pathname, - sym_absolute_pathname, - sym_relative_pathname, - ACTIONS(3838), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [228859] = 15, + ACTIONS(5397), 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, + [229922] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5357), 1, - anon_sym_DOT, - ACTIONS(5359), 1, - anon_sym_AT, - ACTIONS(5361), 1, - anon_sym_CARET, - STATE(4632), 1, - aux_sym_relative_pathname_repeat1, - STATE(4986), 1, - aux_sym_partial_pathname_repeat1, - STATE(5645), 1, - sym__identifier, - STATE(7876), 1, - sym__external_pathname, - STATE(8181), 1, - sym_partial_pathname, - STATE(8278), 1, - sym_pathname_element, - STATE(3841), 3, + STATE(3834), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(7408), 3, - sym_package_pathname, - sym_absolute_pathname, - sym_relative_pathname, - ACTIONS(3838), 4, + ACTIONS(3454), 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, - [228912] = 15, + anon_sym_LPAREN, + anon_sym_LT_LT, + [229955] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5357), 1, - anon_sym_DOT, - ACTIONS(5359), 1, - anon_sym_AT, - ACTIONS(5361), 1, - anon_sym_CARET, - STATE(4632), 1, - aux_sym_relative_pathname_repeat1, - STATE(4986), 1, - aux_sym_partial_pathname_repeat1, - STATE(5645), 1, - sym__identifier, - STATE(7877), 1, - sym__external_pathname, - STATE(8181), 1, - sym_partial_pathname, - STATE(8278), 1, - sym_pathname_element, - STATE(3842), 3, + STATE(3835), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(7408), 3, - sym_package_pathname, - sym_absolute_pathname, - sym_relative_pathname, - ACTIONS(3838), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [228965] = 5, + ACTIONS(5399), 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, + [229988] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3843), 3, + STATE(3836), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3334), 16, + ACTIONS(3456), 16, sym_identifier, sym_ASSERT, sym_ELSE, @@ -237062,36 +237493,36 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [228998] = 15, + [230021] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5357), 1, + ACTIONS(5347), 1, anon_sym_DOT, - ACTIONS(5359), 1, + ACTIONS(5349), 1, anon_sym_AT, - ACTIONS(5361), 1, + ACTIONS(5351), 1, anon_sym_CARET, - STATE(4632), 1, + STATE(4594), 1, aux_sym_relative_pathname_repeat1, - STATE(4986), 1, + STATE(4991), 1, aux_sym_partial_pathname_repeat1, - STATE(5645), 1, + STATE(5727), 1, sym__identifier, - STATE(7881), 1, - sym__external_pathname, - STATE(8181), 1, - sym_partial_pathname, - STATE(8278), 1, + STATE(6828), 1, sym_pathname_element, - STATE(3844), 3, + STATE(6833), 1, + sym_partial_pathname, + STATE(7914), 1, + sym__external_pathname, + STATE(3837), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(7408), 3, + STATE(6835), 3, sym_package_pathname, sym_absolute_pathname, sym_relative_pathname, @@ -237100,36 +237531,64 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [229051] = 15, + [230074] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(3838), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3272), 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, + [230107] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5357), 1, + ACTIONS(5347), 1, anon_sym_DOT, - ACTIONS(5359), 1, + ACTIONS(5349), 1, anon_sym_AT, - ACTIONS(5361), 1, + ACTIONS(5351), 1, anon_sym_CARET, - STATE(4632), 1, + STATE(4594), 1, aux_sym_relative_pathname_repeat1, - STATE(4986), 1, + STATE(4991), 1, aux_sym_partial_pathname_repeat1, - STATE(5645), 1, + STATE(5727), 1, sym__identifier, - STATE(7882), 1, - sym__external_pathname, - STATE(8181), 1, - sym_partial_pathname, - STATE(8278), 1, + STATE(6828), 1, sym_pathname_element, - STATE(3845), 3, + STATE(6833), 1, + sym_partial_pathname, + STATE(7913), 1, + sym__external_pathname, + STATE(3839), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(7408), 3, + STATE(6835), 3, sym_package_pathname, sym_absolute_pathname, sym_relative_pathname, @@ -237138,36 +237597,92 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [229104] = 15, + [230160] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(3840), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3484), 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, + [230193] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(3841), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3406), 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, + [230226] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5357), 1, + ACTIONS(5347), 1, anon_sym_DOT, - ACTIONS(5359), 1, + ACTIONS(5349), 1, anon_sym_AT, - ACTIONS(5361), 1, + ACTIONS(5351), 1, anon_sym_CARET, - STATE(4632), 1, + STATE(4594), 1, aux_sym_relative_pathname_repeat1, - STATE(4986), 1, + STATE(4991), 1, aux_sym_partial_pathname_repeat1, - STATE(5645), 1, + STATE(5727), 1, sym__identifier, - STATE(7883), 1, - sym__external_pathname, - STATE(8181), 1, - sym_partial_pathname, - STATE(8278), 1, + STATE(6828), 1, sym_pathname_element, - STATE(3846), 3, + STATE(6833), 1, + sym_partial_pathname, + STATE(7912), 1, + sym__external_pathname, + STATE(3842), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(7408), 3, + STATE(6835), 3, sym_package_pathname, sym_absolute_pathname, sym_relative_pathname, @@ -237176,36 +237691,36 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [229157] = 15, + [230279] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5357), 1, + ACTIONS(5347), 1, anon_sym_DOT, - ACTIONS(5359), 1, + ACTIONS(5349), 1, anon_sym_AT, - ACTIONS(5361), 1, + ACTIONS(5351), 1, anon_sym_CARET, - STATE(4632), 1, + STATE(4594), 1, aux_sym_relative_pathname_repeat1, - STATE(4986), 1, + STATE(4991), 1, aux_sym_partial_pathname_repeat1, - STATE(5645), 1, + STATE(5727), 1, sym__identifier, - STATE(7885), 1, - sym__external_pathname, - STATE(8181), 1, - sym_partial_pathname, - STATE(8278), 1, + STATE(6828), 1, sym_pathname_element, - STATE(3847), 3, + STATE(6833), 1, + sym_partial_pathname, + STATE(7973), 1, + sym__external_pathname, + STATE(3843), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(7408), 3, + STATE(6835), 3, sym_package_pathname, sym_absolute_pathname, sym_relative_pathname, @@ -237214,36 +237729,64 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [229210] = 15, + [230332] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(3844), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3488), 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, + [230365] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5357), 1, + ACTIONS(5347), 1, anon_sym_DOT, - ACTIONS(5359), 1, + ACTIONS(5349), 1, anon_sym_AT, - ACTIONS(5361), 1, + ACTIONS(5351), 1, anon_sym_CARET, - STATE(4632), 1, + STATE(4594), 1, aux_sym_relative_pathname_repeat1, - STATE(4986), 1, + STATE(4991), 1, aux_sym_partial_pathname_repeat1, - STATE(5645), 1, + STATE(5727), 1, sym__identifier, - STATE(7886), 1, - sym__external_pathname, - STATE(8181), 1, - sym_partial_pathname, - STATE(8278), 1, + STATE(6828), 1, sym_pathname_element, - STATE(3848), 3, + STATE(6833), 1, + sym_partial_pathname, + STATE(7911), 1, + sym__external_pathname, + STATE(3845), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(7408), 3, + STATE(6835), 3, sym_package_pathname, sym_absolute_pathname, sym_relative_pathname, @@ -237252,36 +237795,120 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [229263] = 15, + [230418] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(3846), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3486), 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, + [230451] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(3847), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + 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, + anon_sym_LPAREN, + anon_sym_LT_LT, + [230484] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(3848), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3436), 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, + [230517] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5357), 1, + ACTIONS(5347), 1, anon_sym_DOT, - ACTIONS(5359), 1, + ACTIONS(5349), 1, anon_sym_AT, - ACTIONS(5361), 1, + ACTIONS(5351), 1, anon_sym_CARET, - STATE(4632), 1, + STATE(4594), 1, aux_sym_relative_pathname_repeat1, - STATE(4986), 1, + STATE(4991), 1, aux_sym_partial_pathname_repeat1, - STATE(5645), 1, + STATE(5727), 1, sym__identifier, - STATE(7887), 1, - sym__external_pathname, - STATE(8181), 1, - sym_partial_pathname, - STATE(8278), 1, + STATE(6828), 1, sym_pathname_element, + STATE(6833), 1, + sym_partial_pathname, + STATE(7910), 1, + sym__external_pathname, STATE(3849), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(7408), 3, + STATE(6835), 3, sym_package_pathname, sym_absolute_pathname, sym_relative_pathname, @@ -237290,36 +237917,36 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [229316] = 15, + [230570] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5357), 1, + ACTIONS(5347), 1, anon_sym_DOT, - ACTIONS(5359), 1, + ACTIONS(5349), 1, anon_sym_AT, - ACTIONS(5361), 1, + ACTIONS(5351), 1, anon_sym_CARET, - STATE(4632), 1, + STATE(4594), 1, aux_sym_relative_pathname_repeat1, - STATE(4986), 1, + STATE(4991), 1, aux_sym_partial_pathname_repeat1, - STATE(5645), 1, + STATE(5727), 1, sym__identifier, - STATE(7888), 1, - sym__external_pathname, - STATE(8181), 1, - sym_partial_pathname, - STATE(8278), 1, + STATE(6828), 1, sym_pathname_element, + STATE(6833), 1, + sym_partial_pathname, + STATE(7909), 1, + sym__external_pathname, STATE(3850), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(7408), 3, + STATE(6835), 3, sym_package_pathname, sym_absolute_pathname, sym_relative_pathname, @@ -237328,36 +237955,36 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [229369] = 15, + [230623] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5357), 1, + ACTIONS(5347), 1, anon_sym_DOT, - ACTIONS(5359), 1, + ACTIONS(5349), 1, anon_sym_AT, - ACTIONS(5361), 1, + ACTIONS(5351), 1, anon_sym_CARET, - STATE(4632), 1, + STATE(4594), 1, aux_sym_relative_pathname_repeat1, - STATE(4986), 1, + STATE(4991), 1, aux_sym_partial_pathname_repeat1, - STATE(5645), 1, + STATE(5727), 1, sym__identifier, - STATE(7889), 1, - sym__external_pathname, - STATE(8181), 1, - sym_partial_pathname, - STATE(8278), 1, + STATE(6828), 1, sym_pathname_element, + STATE(6833), 1, + sym_partial_pathname, + STATE(7908), 1, + sym__external_pathname, STATE(3851), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(7408), 3, + STATE(6835), 3, sym_package_pathname, sym_absolute_pathname, sym_relative_pathname, @@ -237366,36 +237993,36 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [229422] = 15, + [230676] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5357), 1, + ACTIONS(5347), 1, anon_sym_DOT, - ACTIONS(5359), 1, + ACTIONS(5349), 1, anon_sym_AT, - ACTIONS(5361), 1, + ACTIONS(5351), 1, anon_sym_CARET, - STATE(4632), 1, + STATE(4594), 1, aux_sym_relative_pathname_repeat1, - STATE(4986), 1, + STATE(4991), 1, aux_sym_partial_pathname_repeat1, - STATE(5645), 1, + STATE(5727), 1, sym__identifier, - STATE(7890), 1, - sym__external_pathname, - STATE(8181), 1, - sym_partial_pathname, - STATE(8278), 1, + STATE(6828), 1, sym_pathname_element, + STATE(6833), 1, + sym_partial_pathname, + STATE(7907), 1, + sym__external_pathname, STATE(3852), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(7408), 3, + STATE(6835), 3, sym_package_pathname, sym_absolute_pathname, sym_relative_pathname, @@ -237404,36 +238031,36 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [229475] = 15, + [230729] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5357), 1, + ACTIONS(5347), 1, anon_sym_DOT, - ACTIONS(5359), 1, + ACTIONS(5349), 1, anon_sym_AT, - ACTIONS(5361), 1, + ACTIONS(5351), 1, anon_sym_CARET, - STATE(4632), 1, + STATE(4594), 1, aux_sym_relative_pathname_repeat1, - STATE(4986), 1, + STATE(4991), 1, aux_sym_partial_pathname_repeat1, - STATE(5645), 1, + STATE(5727), 1, sym__identifier, - STATE(7891), 1, - sym__external_pathname, - STATE(8181), 1, - sym_partial_pathname, - STATE(8278), 1, + STATE(6828), 1, sym_pathname_element, + STATE(6833), 1, + sym_partial_pathname, + STATE(7906), 1, + sym__external_pathname, STATE(3853), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(7408), 3, + STATE(6835), 3, sym_package_pathname, sym_absolute_pathname, sym_relative_pathname, @@ -237442,188 +238069,148 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [229528] = 15, + [230782] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5357), 1, - anon_sym_DOT, - ACTIONS(5359), 1, - anon_sym_AT, - ACTIONS(5361), 1, - anon_sym_CARET, - STATE(4632), 1, - aux_sym_relative_pathname_repeat1, - STATE(4986), 1, - aux_sym_partial_pathname_repeat1, - STATE(5645), 1, - sym__identifier, - STATE(7892), 1, - sym__external_pathname, - STATE(8181), 1, - sym_partial_pathname, - STATE(8278), 1, - sym_pathname_element, STATE(3854), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(7408), 3, - sym_package_pathname, - sym_absolute_pathname, - sym_relative_pathname, - ACTIONS(3838), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [229581] = 15, + ACTIONS(3466), 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, + [230815] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5357), 1, - anon_sym_DOT, - ACTIONS(5359), 1, - anon_sym_AT, - ACTIONS(5361), 1, - anon_sym_CARET, - STATE(4632), 1, - aux_sym_relative_pathname_repeat1, - STATE(4986), 1, - aux_sym_partial_pathname_repeat1, - STATE(5645), 1, - sym__identifier, - STATE(7893), 1, - sym__external_pathname, - STATE(8181), 1, - sym_partial_pathname, - STATE(8278), 1, - sym_pathname_element, STATE(3855), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(7408), 3, - sym_package_pathname, - sym_absolute_pathname, - sym_relative_pathname, - ACTIONS(3838), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [229634] = 15, + ACTIONS(3286), 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, + [230848] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5357), 1, - anon_sym_DOT, - ACTIONS(5359), 1, - anon_sym_AT, - ACTIONS(5361), 1, - anon_sym_CARET, - STATE(4632), 1, - aux_sym_relative_pathname_repeat1, - STATE(4986), 1, - aux_sym_partial_pathname_repeat1, - STATE(5645), 1, - sym__identifier, - STATE(7894), 1, - sym__external_pathname, - STATE(8181), 1, - sym_partial_pathname, - STATE(8278), 1, - sym_pathname_element, STATE(3856), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(7408), 3, - sym_package_pathname, - sym_absolute_pathname, - sym_relative_pathname, - ACTIONS(3838), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [229687] = 15, + ACTIONS(3458), 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, + [230881] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5357), 1, - anon_sym_DOT, - ACTIONS(5359), 1, - anon_sym_AT, - ACTIONS(5361), 1, - anon_sym_CARET, - STATE(4632), 1, - aux_sym_relative_pathname_repeat1, - STATE(4986), 1, - aux_sym_partial_pathname_repeat1, - STATE(5645), 1, - sym__identifier, - STATE(7895), 1, - sym__external_pathname, - STATE(8181), 1, - sym_partial_pathname, - STATE(8278), 1, - sym_pathname_element, STATE(3857), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(7408), 3, - sym_package_pathname, - sym_absolute_pathname, - sym_relative_pathname, - ACTIONS(3838), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [229740] = 15, + ACTIONS(3448), 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, + [230914] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5357), 1, + ACTIONS(5347), 1, anon_sym_DOT, - ACTIONS(5359), 1, + ACTIONS(5349), 1, anon_sym_AT, - ACTIONS(5361), 1, + ACTIONS(5351), 1, anon_sym_CARET, - STATE(4632), 1, + STATE(4594), 1, aux_sym_relative_pathname_repeat1, - STATE(4986), 1, + STATE(4991), 1, aux_sym_partial_pathname_repeat1, - STATE(5645), 1, + STATE(5727), 1, sym__identifier, - STATE(7896), 1, - sym__external_pathname, - STATE(8181), 1, - sym_partial_pathname, - STATE(8278), 1, + STATE(6828), 1, sym_pathname_element, + STATE(6833), 1, + sym_partial_pathname, + STATE(8013), 1, + sym__external_pathname, STATE(3858), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(7408), 3, + STATE(6835), 3, sym_package_pathname, sym_absolute_pathname, sym_relative_pathname, @@ -237632,112 +238219,92 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [229793] = 15, + [230967] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5357), 1, - anon_sym_DOT, - ACTIONS(5359), 1, - anon_sym_AT, - ACTIONS(5361), 1, - anon_sym_CARET, - STATE(4632), 1, - aux_sym_relative_pathname_repeat1, - STATE(4986), 1, - aux_sym_partial_pathname_repeat1, - STATE(5645), 1, - sym__identifier, - STATE(7897), 1, - sym__external_pathname, - STATE(8181), 1, - sym_partial_pathname, - STATE(8278), 1, - sym_pathname_element, STATE(3859), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(7408), 3, - sym_package_pathname, - sym_absolute_pathname, - sym_relative_pathname, - ACTIONS(3838), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [229846] = 15, + 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, + [231000] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5357), 1, - anon_sym_DOT, - ACTIONS(5359), 1, - anon_sym_AT, - ACTIONS(5361), 1, - anon_sym_CARET, - STATE(4632), 1, - aux_sym_relative_pathname_repeat1, - STATE(4986), 1, - aux_sym_partial_pathname_repeat1, - STATE(5645), 1, - sym__identifier, - STATE(7898), 1, - sym__external_pathname, - STATE(8181), 1, - sym_partial_pathname, - STATE(8278), 1, - sym_pathname_element, STATE(3860), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(7408), 3, - sym_package_pathname, - sym_absolute_pathname, - sym_relative_pathname, - ACTIONS(3838), 4, + ACTIONS(3472), 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, - [229899] = 15, + anon_sym_LPAREN, + anon_sym_LT_LT, + [231033] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5357), 1, + ACTIONS(5347), 1, anon_sym_DOT, - ACTIONS(5359), 1, + ACTIONS(5349), 1, anon_sym_AT, - ACTIONS(5361), 1, + ACTIONS(5351), 1, anon_sym_CARET, - STATE(4632), 1, + STATE(4594), 1, aux_sym_relative_pathname_repeat1, - STATE(4986), 1, + STATE(4991), 1, aux_sym_partial_pathname_repeat1, - STATE(5645), 1, + STATE(5727), 1, sym__identifier, - STATE(7899), 1, - sym__external_pathname, - STATE(8181), 1, - sym_partial_pathname, - STATE(8278), 1, + STATE(6828), 1, sym_pathname_element, + STATE(6833), 1, + sym_partial_pathname, + STATE(7905), 1, + sym__external_pathname, STATE(3861), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(7408), 3, + STATE(6835), 3, sym_package_pathname, sym_absolute_pathname, sym_relative_pathname, @@ -237746,36 +238313,36 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [229952] = 15, + [231086] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5357), 1, + ACTIONS(5347), 1, anon_sym_DOT, - ACTIONS(5359), 1, + ACTIONS(5349), 1, anon_sym_AT, - ACTIONS(5361), 1, + ACTIONS(5351), 1, anon_sym_CARET, - STATE(4632), 1, + STATE(4594), 1, aux_sym_relative_pathname_repeat1, - STATE(4986), 1, + STATE(4991), 1, aux_sym_partial_pathname_repeat1, - STATE(5645), 1, + STATE(5727), 1, sym__identifier, - STATE(7900), 1, - sym__external_pathname, - STATE(8181), 1, - sym_partial_pathname, - STATE(8278), 1, + STATE(6828), 1, sym_pathname_element, + STATE(6833), 1, + sym_partial_pathname, + STATE(7904), 1, + sym__external_pathname, STATE(3862), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(7408), 3, + STATE(6835), 3, sym_package_pathname, sym_absolute_pathname, sym_relative_pathname, @@ -237784,74 +238351,64 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [230005] = 15, + [231139] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5357), 1, - anon_sym_DOT, - ACTIONS(5359), 1, - anon_sym_AT, - ACTIONS(5361), 1, - anon_sym_CARET, - STATE(4632), 1, - aux_sym_relative_pathname_repeat1, - STATE(4986), 1, - aux_sym_partial_pathname_repeat1, - STATE(5645), 1, - sym__identifier, - STATE(7901), 1, - sym__external_pathname, - STATE(8181), 1, - sym_partial_pathname, - STATE(8278), 1, - sym_pathname_element, STATE(3863), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(7408), 3, - sym_package_pathname, - sym_absolute_pathname, - sym_relative_pathname, - ACTIONS(3838), 4, + ACTIONS(2504), 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, - [230058] = 15, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_LT_LT, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [231172] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5357), 1, + ACTIONS(5347), 1, anon_sym_DOT, - ACTIONS(5359), 1, + ACTIONS(5349), 1, anon_sym_AT, - ACTIONS(5361), 1, + ACTIONS(5351), 1, anon_sym_CARET, - STATE(4632), 1, + STATE(4594), 1, aux_sym_relative_pathname_repeat1, - STATE(4986), 1, + STATE(4991), 1, aux_sym_partial_pathname_repeat1, - STATE(5645), 1, + STATE(5727), 1, sym__identifier, - STATE(7902), 1, - sym__external_pathname, - STATE(8181), 1, - sym_partial_pathname, - STATE(8278), 1, + STATE(6828), 1, sym_pathname_element, + STATE(6833), 1, + sym_partial_pathname, + STATE(7903), 1, + sym__external_pathname, STATE(3864), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(7408), 3, + STATE(6835), 3, sym_package_pathname, sym_absolute_pathname, sym_relative_pathname, @@ -237860,36 +238417,36 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [230111] = 15, + [231225] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5357), 1, + ACTIONS(5347), 1, anon_sym_DOT, - ACTIONS(5359), 1, + ACTIONS(5349), 1, anon_sym_AT, - ACTIONS(5361), 1, + ACTIONS(5351), 1, anon_sym_CARET, - STATE(4632), 1, + STATE(4594), 1, aux_sym_relative_pathname_repeat1, - STATE(4986), 1, + STATE(4991), 1, aux_sym_partial_pathname_repeat1, - STATE(5645), 1, + STATE(5727), 1, sym__identifier, - STATE(7903), 1, - sym__external_pathname, - STATE(8181), 1, - sym_partial_pathname, - STATE(8278), 1, + STATE(6828), 1, sym_pathname_element, + STATE(6833), 1, + sym_partial_pathname, + STATE(7902), 1, + sym__external_pathname, STATE(3865), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(7408), 3, + STATE(6835), 3, sym_package_pathname, sym_absolute_pathname, sym_relative_pathname, @@ -237898,74 +238455,64 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [230164] = 15, + [231278] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5357), 1, - anon_sym_DOT, - ACTIONS(5359), 1, - anon_sym_AT, - ACTIONS(5361), 1, - anon_sym_CARET, - STATE(4632), 1, - aux_sym_relative_pathname_repeat1, - STATE(4986), 1, - aux_sym_partial_pathname_repeat1, - STATE(5645), 1, - sym__identifier, - STATE(7904), 1, - sym__external_pathname, - STATE(8181), 1, - sym_partial_pathname, - STATE(8278), 1, - sym_pathname_element, STATE(3866), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(7408), 3, - sym_package_pathname, - sym_absolute_pathname, - sym_relative_pathname, - ACTIONS(3838), 4, + ACTIONS(3474), 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, - [230217] = 15, + anon_sym_LPAREN, + anon_sym_LT_LT, + [231311] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5357), 1, + ACTIONS(5347), 1, anon_sym_DOT, - ACTIONS(5359), 1, + ACTIONS(5349), 1, anon_sym_AT, - ACTIONS(5361), 1, + ACTIONS(5351), 1, anon_sym_CARET, - STATE(4632), 1, + STATE(4594), 1, aux_sym_relative_pathname_repeat1, - STATE(4986), 1, + STATE(4991), 1, aux_sym_partial_pathname_repeat1, - STATE(5645), 1, + STATE(5727), 1, sym__identifier, - STATE(7905), 1, - sym__external_pathname, - STATE(8181), 1, - sym_partial_pathname, - STATE(8278), 1, + STATE(6828), 1, sym_pathname_element, + STATE(6833), 1, + sym_partial_pathname, + STATE(7901), 1, + sym__external_pathname, STATE(3867), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(7408), 3, + STATE(6835), 3, sym_package_pathname, sym_absolute_pathname, sym_relative_pathname, @@ -237974,36 +238521,36 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [230270] = 15, + [231364] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5357), 1, + ACTIONS(5347), 1, anon_sym_DOT, - ACTIONS(5359), 1, + ACTIONS(5349), 1, anon_sym_AT, - ACTIONS(5361), 1, + ACTIONS(5351), 1, anon_sym_CARET, - STATE(4632), 1, + STATE(4594), 1, aux_sym_relative_pathname_repeat1, - STATE(4986), 1, + STATE(4991), 1, aux_sym_partial_pathname_repeat1, - STATE(5645), 1, + STATE(5727), 1, sym__identifier, - STATE(7906), 1, - sym__external_pathname, - STATE(8181), 1, - sym_partial_pathname, - STATE(8278), 1, + STATE(6828), 1, sym_pathname_element, + STATE(6833), 1, + sym_partial_pathname, + STATE(7900), 1, + sym__external_pathname, STATE(3868), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(7408), 3, + STATE(6835), 3, sym_package_pathname, sym_absolute_pathname, sym_relative_pathname, @@ -238012,36 +238559,36 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [230323] = 15, + [231417] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5357), 1, + ACTIONS(5347), 1, anon_sym_DOT, - ACTIONS(5359), 1, + ACTIONS(5349), 1, anon_sym_AT, - ACTIONS(5361), 1, + ACTIONS(5351), 1, anon_sym_CARET, - STATE(4632), 1, + STATE(4594), 1, aux_sym_relative_pathname_repeat1, - STATE(4986), 1, + STATE(4991), 1, aux_sym_partial_pathname_repeat1, - STATE(5645), 1, + STATE(5727), 1, sym__identifier, - STATE(7907), 1, - sym__external_pathname, - STATE(8181), 1, - sym_partial_pathname, - STATE(8278), 1, + STATE(6828), 1, sym_pathname_element, + STATE(6833), 1, + sym_partial_pathname, + STATE(7899), 1, + sym__external_pathname, STATE(3869), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(7408), 3, + STATE(6835), 3, sym_package_pathname, sym_absolute_pathname, sym_relative_pathname, @@ -238050,36 +238597,36 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [230376] = 15, + [231470] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5357), 1, + ACTIONS(5347), 1, anon_sym_DOT, - ACTIONS(5359), 1, + ACTIONS(5349), 1, anon_sym_AT, - ACTIONS(5361), 1, + ACTIONS(5351), 1, anon_sym_CARET, - STATE(4632), 1, + STATE(4594), 1, aux_sym_relative_pathname_repeat1, - STATE(4986), 1, + STATE(4991), 1, aux_sym_partial_pathname_repeat1, - STATE(5645), 1, + STATE(5727), 1, sym__identifier, - STATE(7908), 1, - sym__external_pathname, - STATE(8181), 1, - sym_partial_pathname, - STATE(8278), 1, + STATE(6828), 1, sym_pathname_element, + STATE(6833), 1, + sym_partial_pathname, + STATE(7898), 1, + sym__external_pathname, STATE(3870), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(7408), 3, + STATE(6835), 3, sym_package_pathname, sym_absolute_pathname, sym_relative_pathname, @@ -238088,36 +238635,36 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [230429] = 15, + [231523] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5357), 1, + ACTIONS(5347), 1, anon_sym_DOT, - ACTIONS(5359), 1, + ACTIONS(5349), 1, anon_sym_AT, - ACTIONS(5361), 1, + ACTIONS(5351), 1, anon_sym_CARET, - STATE(4632), 1, + STATE(4594), 1, aux_sym_relative_pathname_repeat1, - STATE(4986), 1, + STATE(4991), 1, aux_sym_partial_pathname_repeat1, - STATE(5645), 1, + STATE(5727), 1, sym__identifier, - STATE(7909), 1, - sym__external_pathname, - STATE(8181), 1, - sym_partial_pathname, - STATE(8278), 1, + STATE(6828), 1, sym_pathname_element, + STATE(6833), 1, + sym_partial_pathname, + STATE(8014), 1, + sym__external_pathname, STATE(3871), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(7408), 3, + STATE(6835), 3, sym_package_pathname, sym_absolute_pathname, sym_relative_pathname, @@ -238126,340 +238673,274 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [230482] = 15, + [231576] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5357), 1, - anon_sym_DOT, - ACTIONS(5359), 1, - anon_sym_AT, - ACTIONS(5361), 1, - anon_sym_CARET, - STATE(4632), 1, - aux_sym_relative_pathname_repeat1, - STATE(4986), 1, - aux_sym_partial_pathname_repeat1, - STATE(5645), 1, - sym__identifier, - STATE(7910), 1, - sym__external_pathname, - STATE(8181), 1, - sym_partial_pathname, - STATE(8278), 1, - sym_pathname_element, STATE(3872), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(7408), 3, - sym_package_pathname, - sym_absolute_pathname, - sym_relative_pathname, - ACTIONS(3838), 4, + ACTIONS(3492), 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, - [230535] = 15, + anon_sym_LPAREN, + anon_sym_LT_LT, + [231609] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5357), 1, - anon_sym_DOT, - ACTIONS(5359), 1, - anon_sym_AT, - ACTIONS(5361), 1, - anon_sym_CARET, - STATE(4632), 1, - aux_sym_relative_pathname_repeat1, - STATE(4986), 1, - aux_sym_partial_pathname_repeat1, - STATE(5645), 1, - sym__identifier, - STATE(7911), 1, - sym__external_pathname, - STATE(8181), 1, - sym_partial_pathname, - STATE(8278), 1, - sym_pathname_element, STATE(3873), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(7408), 3, - sym_package_pathname, - sym_absolute_pathname, - sym_relative_pathname, - ACTIONS(3838), 4, + ACTIONS(2440), 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, - [230588] = 15, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_LT_LT, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [231642] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5357), 1, - anon_sym_DOT, - ACTIONS(5359), 1, - anon_sym_AT, - ACTIONS(5361), 1, - anon_sym_CARET, - STATE(4632), 1, - aux_sym_relative_pathname_repeat1, - STATE(4986), 1, - aux_sym_partial_pathname_repeat1, - STATE(5645), 1, - sym__identifier, - STATE(7912), 1, - sym__external_pathname, - STATE(8181), 1, - sym_partial_pathname, - STATE(8278), 1, - sym_pathname_element, STATE(3874), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(7408), 3, - sym_package_pathname, - sym_absolute_pathname, - sym_relative_pathname, - ACTIONS(3838), 4, + ACTIONS(2508), 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, - [230641] = 15, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_LT_LT, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [231675] = 12, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5357), 1, - anon_sym_DOT, - ACTIONS(5359), 1, - anon_sym_AT, - ACTIONS(5361), 1, - anon_sym_CARET, - STATE(4632), 1, - aux_sym_relative_pathname_repeat1, - STATE(4986), 1, - aux_sym_partial_pathname_repeat1, - STATE(5645), 1, + ACTIONS(11), 1, + anon_sym_LT_LT, + STATE(3015), 1, + sym__direct_name, + STATE(5953), 1, + sym_name, + STATE(6805), 1, + sym_group_constituent_list, + STATE(4386), 2, sym__identifier, - STATE(7913), 1, - sym__external_pathname, - STATE(8181), 1, - sym_partial_pathname, - STATE(8278), 1, - sym_pathname_element, + sym__external_name, + ACTIONS(71), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, STATE(3875), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(7408), 3, - sym_package_pathname, - sym_absolute_pathname, - sym_relative_pathname, - ACTIONS(3838), 4, + STATE(4383), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [230694] = 15, + [231722] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5357), 1, - anon_sym_DOT, - ACTIONS(5359), 1, - anon_sym_AT, - ACTIONS(5361), 1, - anon_sym_CARET, - STATE(4632), 1, - aux_sym_relative_pathname_repeat1, - STATE(4986), 1, - aux_sym_partial_pathname_repeat1, - STATE(5645), 1, - sym__identifier, - STATE(7914), 1, - sym__external_pathname, - STATE(8181), 1, - sym_partial_pathname, - STATE(8278), 1, - sym_pathname_element, STATE(3876), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(7408), 3, - sym_package_pathname, - sym_absolute_pathname, - sym_relative_pathname, - ACTIONS(3838), 4, + 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, - [230747] = 15, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_LT_LT, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [231755] = 12, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5357), 1, - anon_sym_DOT, - ACTIONS(5359), 1, - anon_sym_AT, - ACTIONS(5361), 1, - anon_sym_CARET, - STATE(4632), 1, - aux_sym_relative_pathname_repeat1, - STATE(4986), 1, - aux_sym_partial_pathname_repeat1, - STATE(5645), 1, + ACTIONS(11), 1, + anon_sym_LT_LT, + STATE(3015), 1, + sym__direct_name, + STATE(5953), 1, + sym_name, + STATE(6920), 1, + sym_group_constituent_list, + STATE(4386), 2, sym__identifier, - STATE(7915), 1, - sym__external_pathname, - STATE(8181), 1, - sym_partial_pathname, - STATE(8278), 1, - sym_pathname_element, + sym__external_name, + ACTIONS(71), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, STATE(3877), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(7408), 3, - sym_package_pathname, - sym_absolute_pathname, - sym_relative_pathname, - ACTIONS(3838), 4, + STATE(4383), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [230800] = 15, + [231802] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5357), 1, - anon_sym_DOT, - ACTIONS(5359), 1, - anon_sym_AT, - ACTIONS(5361), 1, - anon_sym_CARET, - STATE(4632), 1, - aux_sym_relative_pathname_repeat1, - STATE(4986), 1, - aux_sym_partial_pathname_repeat1, - STATE(5645), 1, - sym__identifier, - STATE(7916), 1, - sym__external_pathname, - STATE(8181), 1, - sym_partial_pathname, - STATE(8278), 1, - sym_pathname_element, STATE(3878), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(7408), 3, - sym_package_pathname, - sym_absolute_pathname, - sym_relative_pathname, - ACTIONS(3838), 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, - [230853] = 15, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_LT_LT, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [231835] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5357), 1, - anon_sym_DOT, - ACTIONS(5359), 1, - anon_sym_AT, - ACTIONS(5361), 1, - anon_sym_CARET, - STATE(4632), 1, - aux_sym_relative_pathname_repeat1, - STATE(4986), 1, - aux_sym_partial_pathname_repeat1, - STATE(5645), 1, - sym__identifier, - STATE(7917), 1, - sym__external_pathname, - STATE(8181), 1, - sym_partial_pathname, - STATE(8278), 1, - sym_pathname_element, STATE(3879), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(7408), 3, - sym_package_pathname, - sym_absolute_pathname, - sym_relative_pathname, - ACTIONS(3838), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [230906] = 15, + 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, + [231868] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5357), 1, + ACTIONS(5347), 1, anon_sym_DOT, - ACTIONS(5359), 1, + ACTIONS(5349), 1, anon_sym_AT, - ACTIONS(5361), 1, + ACTIONS(5351), 1, anon_sym_CARET, - STATE(4632), 1, + STATE(4594), 1, aux_sym_relative_pathname_repeat1, - STATE(4986), 1, + STATE(4991), 1, aux_sym_partial_pathname_repeat1, - STATE(5645), 1, + STATE(5727), 1, sym__identifier, - STATE(7918), 1, - sym__external_pathname, - STATE(8181), 1, - sym_partial_pathname, - STATE(8278), 1, + STATE(6828), 1, sym_pathname_element, + STATE(6833), 1, + sym_partial_pathname, + STATE(7897), 1, + sym__external_pathname, STATE(3880), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(7408), 3, + STATE(6835), 3, sym_package_pathname, sym_absolute_pathname, sym_relative_pathname, @@ -238468,36 +238949,36 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [230959] = 15, + [231921] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5357), 1, + ACTIONS(5347), 1, anon_sym_DOT, - ACTIONS(5359), 1, + ACTIONS(5349), 1, anon_sym_AT, - ACTIONS(5361), 1, + ACTIONS(5351), 1, anon_sym_CARET, - STATE(4632), 1, + STATE(4594), 1, aux_sym_relative_pathname_repeat1, - STATE(4986), 1, + STATE(4991), 1, aux_sym_partial_pathname_repeat1, - STATE(5645), 1, + STATE(5727), 1, sym__identifier, - STATE(7919), 1, - sym__external_pathname, - STATE(8181), 1, - sym_partial_pathname, - STATE(8278), 1, + STATE(6828), 1, sym_pathname_element, + STATE(6833), 1, + sym_partial_pathname, + STATE(7896), 1, + sym__external_pathname, STATE(3881), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(7408), 3, + STATE(6835), 3, sym_package_pathname, sym_absolute_pathname, sym_relative_pathname, @@ -238506,36 +238987,36 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [231012] = 15, + [231974] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5357), 1, + ACTIONS(5347), 1, anon_sym_DOT, - ACTIONS(5359), 1, + ACTIONS(5349), 1, anon_sym_AT, - ACTIONS(5361), 1, + ACTIONS(5351), 1, anon_sym_CARET, - STATE(4632), 1, + STATE(4594), 1, aux_sym_relative_pathname_repeat1, - STATE(4986), 1, + STATE(4991), 1, aux_sym_partial_pathname_repeat1, - STATE(5645), 1, + STATE(5727), 1, sym__identifier, - STATE(7920), 1, - sym__external_pathname, - STATE(8181), 1, - sym_partial_pathname, - STATE(8278), 1, + STATE(6828), 1, sym_pathname_element, + STATE(6833), 1, + sym_partial_pathname, + STATE(7895), 1, + sym__external_pathname, STATE(3882), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(7408), 3, + STATE(6835), 3, sym_package_pathname, sym_absolute_pathname, sym_relative_pathname, @@ -238544,36 +239025,36 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [231065] = 15, + [232027] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5357), 1, + ACTIONS(5347), 1, anon_sym_DOT, - ACTIONS(5359), 1, + ACTIONS(5349), 1, anon_sym_AT, - ACTIONS(5361), 1, + ACTIONS(5351), 1, anon_sym_CARET, - STATE(4632), 1, + STATE(4594), 1, aux_sym_relative_pathname_repeat1, - STATE(4986), 1, + STATE(4991), 1, aux_sym_partial_pathname_repeat1, - STATE(5645), 1, + STATE(5727), 1, sym__identifier, - STATE(7921), 1, - sym__external_pathname, - STATE(8181), 1, - sym_partial_pathname, - STATE(8278), 1, + STATE(6828), 1, sym_pathname_element, + STATE(6833), 1, + sym_partial_pathname, + STATE(7894), 1, + sym__external_pathname, STATE(3883), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(7408), 3, + STATE(6835), 3, sym_package_pathname, sym_absolute_pathname, sym_relative_pathname, @@ -238582,36 +239063,36 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [231118] = 15, + [232080] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5357), 1, + ACTIONS(5347), 1, anon_sym_DOT, - ACTIONS(5359), 1, + ACTIONS(5349), 1, anon_sym_AT, - ACTIONS(5361), 1, + ACTIONS(5351), 1, anon_sym_CARET, - STATE(4632), 1, + STATE(4594), 1, aux_sym_relative_pathname_repeat1, - STATE(4986), 1, + STATE(4991), 1, aux_sym_partial_pathname_repeat1, - STATE(5645), 1, + STATE(5727), 1, sym__identifier, - STATE(7922), 1, - sym__external_pathname, - STATE(8181), 1, - sym_partial_pathname, - STATE(8278), 1, + STATE(6828), 1, sym_pathname_element, + STATE(6833), 1, + sym_partial_pathname, + STATE(7893), 1, + sym__external_pathname, STATE(3884), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(7408), 3, + STATE(6835), 3, sym_package_pathname, sym_absolute_pathname, sym_relative_pathname, @@ -238620,36 +239101,36 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [231171] = 15, + [232133] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5357), 1, + ACTIONS(5347), 1, anon_sym_DOT, - ACTIONS(5359), 1, + ACTIONS(5349), 1, anon_sym_AT, - ACTIONS(5361), 1, + ACTIONS(5351), 1, anon_sym_CARET, - STATE(4632), 1, + STATE(4594), 1, aux_sym_relative_pathname_repeat1, - STATE(4986), 1, + STATE(4991), 1, aux_sym_partial_pathname_repeat1, - STATE(5645), 1, + STATE(5727), 1, sym__identifier, - STATE(7923), 1, - sym__external_pathname, - STATE(8181), 1, - sym_partial_pathname, - STATE(8278), 1, + STATE(6828), 1, sym_pathname_element, + STATE(6833), 1, + sym_partial_pathname, + STATE(7892), 1, + sym__external_pathname, STATE(3885), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(7408), 3, + STATE(6835), 3, sym_package_pathname, sym_absolute_pathname, sym_relative_pathname, @@ -238658,36 +239139,36 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [231224] = 15, + [232186] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5357), 1, + ACTIONS(5347), 1, anon_sym_DOT, - ACTIONS(5359), 1, + ACTIONS(5349), 1, anon_sym_AT, - ACTIONS(5361), 1, + ACTIONS(5351), 1, anon_sym_CARET, - STATE(4632), 1, + STATE(4594), 1, aux_sym_relative_pathname_repeat1, - STATE(4986), 1, + STATE(4991), 1, aux_sym_partial_pathname_repeat1, - STATE(5645), 1, + STATE(5727), 1, sym__identifier, - STATE(7924), 1, - sym__external_pathname, - STATE(8181), 1, - sym_partial_pathname, - STATE(8278), 1, + STATE(6828), 1, sym_pathname_element, + STATE(6833), 1, + sym_partial_pathname, + STATE(7891), 1, + sym__external_pathname, STATE(3886), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(7408), 3, + STATE(6835), 3, sym_package_pathname, sym_absolute_pathname, sym_relative_pathname, @@ -238696,36 +239177,36 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [231277] = 15, + [232239] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5357), 1, + ACTIONS(5347), 1, anon_sym_DOT, - ACTIONS(5359), 1, + ACTIONS(5349), 1, anon_sym_AT, - ACTIONS(5361), 1, + ACTIONS(5351), 1, anon_sym_CARET, - STATE(4632), 1, + STATE(4594), 1, aux_sym_relative_pathname_repeat1, - STATE(4986), 1, + STATE(4991), 1, aux_sym_partial_pathname_repeat1, - STATE(5645), 1, + STATE(5727), 1, sym__identifier, - STATE(7925), 1, - sym__external_pathname, - STATE(8181), 1, - sym_partial_pathname, - STATE(8278), 1, + STATE(6828), 1, sym_pathname_element, + STATE(6833), 1, + sym_partial_pathname, + STATE(7890), 1, + sym__external_pathname, STATE(3887), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(7408), 3, + STATE(6835), 3, sym_package_pathname, sym_absolute_pathname, sym_relative_pathname, @@ -238734,36 +239215,36 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [231330] = 15, + [232292] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5357), 1, + ACTIONS(5347), 1, anon_sym_DOT, - ACTIONS(5359), 1, + ACTIONS(5349), 1, anon_sym_AT, - ACTIONS(5361), 1, + ACTIONS(5351), 1, anon_sym_CARET, - STATE(4632), 1, + STATE(4594), 1, aux_sym_relative_pathname_repeat1, - STATE(4986), 1, + STATE(4991), 1, aux_sym_partial_pathname_repeat1, - STATE(5645), 1, + STATE(5727), 1, sym__identifier, - STATE(7926), 1, - sym__external_pathname, - STATE(8181), 1, - sym_partial_pathname, - STATE(8278), 1, + STATE(6828), 1, sym_pathname_element, + STATE(6833), 1, + sym_partial_pathname, + STATE(7975), 1, + sym__external_pathname, STATE(3888), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(7408), 3, + STATE(6835), 3, sym_package_pathname, sym_absolute_pathname, sym_relative_pathname, @@ -238772,150 +239253,127 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [231383] = 15, + [232345] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5357), 1, - anon_sym_DOT, - ACTIONS(5359), 1, - anon_sym_AT, - ACTIONS(5361), 1, - anon_sym_CARET, - STATE(4632), 1, - aux_sym_relative_pathname_repeat1, - STATE(4986), 1, - aux_sym_partial_pathname_repeat1, - STATE(5645), 1, - sym__identifier, - STATE(7927), 1, - sym__external_pathname, - STATE(8181), 1, - sym_partial_pathname, - STATE(8278), 1, - sym_pathname_element, STATE(3889), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(7408), 3, - sym_package_pathname, - sym_absolute_pathname, - sym_relative_pathname, - ACTIONS(3838), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [231436] = 15, + ACTIONS(3448), 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, + [232378] = 12, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5357), 1, - anon_sym_DOT, - ACTIONS(5359), 1, - anon_sym_AT, - ACTIONS(5361), 1, - anon_sym_CARET, - STATE(4632), 1, - aux_sym_relative_pathname_repeat1, - STATE(4986), 1, - aux_sym_partial_pathname_repeat1, - STATE(5645), 1, + ACTIONS(11), 1, + anon_sym_LT_LT, + STATE(3015), 1, + sym__direct_name, + STATE(5953), 1, + sym_name, + STATE(7005), 1, + sym_group_constituent_list, + STATE(4386), 2, sym__identifier, - STATE(7928), 1, - sym__external_pathname, - STATE(8181), 1, - sym_partial_pathname, - STATE(8278), 1, - sym_pathname_element, + sym__external_name, + ACTIONS(71), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, STATE(3890), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(7408), 3, - sym_package_pathname, - sym_absolute_pathname, - sym_relative_pathname, - ACTIONS(3838), 4, + STATE(4383), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [231489] = 15, + [232425] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5357), 1, - anon_sym_DOT, - ACTIONS(5359), 1, - anon_sym_AT, - ACTIONS(5361), 1, - anon_sym_CARET, - STATE(4632), 1, - aux_sym_relative_pathname_repeat1, - STATE(4986), 1, - aux_sym_partial_pathname_repeat1, - STATE(5645), 1, - sym__identifier, - STATE(7929), 1, - sym__external_pathname, - STATE(8181), 1, - sym_partial_pathname, - STATE(8278), 1, - sym_pathname_element, STATE(3891), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(7408), 3, - sym_package_pathname, - sym_absolute_pathname, - sym_relative_pathname, - ACTIONS(3838), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [231542] = 15, + ACTIONS(3436), 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, + [232458] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5357), 1, + ACTIONS(5347), 1, anon_sym_DOT, - ACTIONS(5359), 1, + ACTIONS(5349), 1, anon_sym_AT, - ACTIONS(5361), 1, + ACTIONS(5351), 1, anon_sym_CARET, - STATE(4632), 1, + STATE(4594), 1, aux_sym_relative_pathname_repeat1, - STATE(4986), 1, + STATE(4991), 1, aux_sym_partial_pathname_repeat1, - STATE(5645), 1, + STATE(5727), 1, sym__identifier, - STATE(7930), 1, - sym__external_pathname, - STATE(8181), 1, - sym_partial_pathname, - STATE(8278), 1, + STATE(6828), 1, sym_pathname_element, + STATE(6833), 1, + sym_partial_pathname, + STATE(7976), 1, + sym__external_pathname, STATE(3892), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(7408), 3, + STATE(6835), 3, sym_package_pathname, sym_absolute_pathname, sym_relative_pathname, @@ -238924,226 +239382,197 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [231595] = 15, + [232511] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5357), 1, - anon_sym_DOT, - ACTIONS(5359), 1, - anon_sym_AT, - ACTIONS(5361), 1, - anon_sym_CARET, - STATE(4632), 1, - aux_sym_relative_pathname_repeat1, - STATE(4986), 1, - aux_sym_partial_pathname_repeat1, - STATE(5645), 1, - sym__identifier, - STATE(7931), 1, - sym__external_pathname, - STATE(8181), 1, - sym_partial_pathname, - STATE(8278), 1, - sym_pathname_element, STATE(3893), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(7408), 3, - sym_package_pathname, - sym_absolute_pathname, - sym_relative_pathname, - ACTIONS(3838), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [231648] = 15, + ACTIONS(3468), 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, + [232544] = 12, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5357), 1, - anon_sym_DOT, - ACTIONS(5359), 1, - anon_sym_AT, - ACTIONS(5361), 1, - anon_sym_CARET, - STATE(4632), 1, - aux_sym_relative_pathname_repeat1, - STATE(4986), 1, - aux_sym_partial_pathname_repeat1, - STATE(5645), 1, + ACTIONS(11), 1, + anon_sym_LT_LT, + STATE(3015), 1, + sym__direct_name, + STATE(5953), 1, + sym_name, + STATE(7048), 1, + sym_group_constituent_list, + STATE(4386), 2, sym__identifier, - STATE(7932), 1, - sym__external_pathname, - STATE(8181), 1, - sym_partial_pathname, - STATE(8278), 1, - sym_pathname_element, + sym__external_name, + ACTIONS(71), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, STATE(3894), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(7408), 3, - sym_package_pathname, - sym_absolute_pathname, - sym_relative_pathname, - ACTIONS(3838), 4, + STATE(4383), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [231701] = 15, + [232591] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5357), 1, - anon_sym_DOT, - ACTIONS(5359), 1, - anon_sym_AT, - ACTIONS(5361), 1, - anon_sym_CARET, - STATE(4632), 1, - aux_sym_relative_pathname_repeat1, - STATE(4986), 1, - aux_sym_partial_pathname_repeat1, - STATE(5645), 1, - sym__identifier, - STATE(7933), 1, - sym__external_pathname, - STATE(8181), 1, - sym_partial_pathname, - STATE(8278), 1, - sym_pathname_element, STATE(3895), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(7408), 3, - sym_package_pathname, - sym_absolute_pathname, - sym_relative_pathname, - ACTIONS(3838), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [231754] = 15, + ACTIONS(3430), 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, + [232624] = 12, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5357), 1, - anon_sym_DOT, - ACTIONS(5359), 1, - anon_sym_AT, - ACTIONS(5361), 1, - anon_sym_CARET, - STATE(4632), 1, - aux_sym_relative_pathname_repeat1, - STATE(4986), 1, - aux_sym_partial_pathname_repeat1, - STATE(5645), 1, + ACTIONS(11), 1, + anon_sym_LT_LT, + STATE(3015), 1, + sym__direct_name, + STATE(5953), 1, + sym_name, + STATE(7079), 1, + sym_group_constituent_list, + STATE(4386), 2, sym__identifier, - STATE(7934), 1, - sym__external_pathname, - STATE(8181), 1, - sym_partial_pathname, - STATE(8278), 1, - sym_pathname_element, + sym__external_name, + ACTIONS(71), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, STATE(3896), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(7408), 3, - sym_package_pathname, - sym_absolute_pathname, - sym_relative_pathname, - ACTIONS(3838), 4, + STATE(4383), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [231807] = 15, + [232671] = 12, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5357), 1, - anon_sym_DOT, - ACTIONS(5359), 1, - anon_sym_AT, - ACTIONS(5361), 1, - anon_sym_CARET, - STATE(4632), 1, - aux_sym_relative_pathname_repeat1, - STATE(4986), 1, - aux_sym_partial_pathname_repeat1, - STATE(5645), 1, + ACTIONS(11), 1, + anon_sym_LT_LT, + STATE(3015), 1, + sym__direct_name, + STATE(5953), 1, + sym_name, + STATE(7100), 1, + sym_group_constituent_list, + STATE(4386), 2, sym__identifier, - STATE(7935), 1, - sym__external_pathname, - STATE(8181), 1, - sym_partial_pathname, - STATE(8278), 1, - sym_pathname_element, + sym__external_name, + ACTIONS(71), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, STATE(3897), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(7408), 3, - sym_package_pathname, - sym_absolute_pathname, - sym_relative_pathname, - ACTIONS(3838), 4, + STATE(4383), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [231860] = 15, + [232718] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5357), 1, + ACTIONS(5347), 1, anon_sym_DOT, - ACTIONS(5359), 1, + ACTIONS(5349), 1, anon_sym_AT, - ACTIONS(5361), 1, + ACTIONS(5351), 1, anon_sym_CARET, - STATE(4632), 1, + STATE(4594), 1, aux_sym_relative_pathname_repeat1, - STATE(4986), 1, + STATE(4991), 1, aux_sym_partial_pathname_repeat1, - STATE(5645), 1, + STATE(5727), 1, sym__identifier, - STATE(7936), 1, - sym__external_pathname, - STATE(8181), 1, - sym_partial_pathname, - STATE(8278), 1, + STATE(6828), 1, sym_pathname_element, + STATE(6833), 1, + sym_partial_pathname, + STATE(7984), 1, + sym__external_pathname, STATE(3898), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(7408), 3, + STATE(6835), 3, sym_package_pathname, sym_absolute_pathname, sym_relative_pathname, @@ -239152,226 +239581,186 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [231913] = 15, + [232771] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5357), 1, - anon_sym_DOT, - ACTIONS(5359), 1, - anon_sym_AT, - ACTIONS(5361), 1, - anon_sym_CARET, - STATE(4632), 1, - aux_sym_relative_pathname_repeat1, - STATE(4986), 1, - aux_sym_partial_pathname_repeat1, - STATE(5645), 1, - sym__identifier, - STATE(7937), 1, - sym__external_pathname, - STATE(8181), 1, - sym_partial_pathname, - STATE(8278), 1, - sym_pathname_element, STATE(3899), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(7408), 3, - sym_package_pathname, - sym_absolute_pathname, - sym_relative_pathname, - ACTIONS(3838), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [231966] = 15, + ACTIONS(3424), 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, + [232804] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5357), 1, - anon_sym_DOT, - ACTIONS(5359), 1, - anon_sym_AT, - ACTIONS(5361), 1, - anon_sym_CARET, - STATE(4632), 1, - aux_sym_relative_pathname_repeat1, - STATE(4986), 1, - aux_sym_partial_pathname_repeat1, - STATE(5645), 1, - sym__identifier, - STATE(7938), 1, - sym__external_pathname, - STATE(8181), 1, - sym_partial_pathname, - STATE(8278), 1, - sym_pathname_element, STATE(3900), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(7408), 3, - sym_package_pathname, - sym_absolute_pathname, - sym_relative_pathname, - ACTIONS(3838), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [232019] = 15, + ACTIONS(3406), 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, + [232837] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5357), 1, - anon_sym_DOT, - ACTIONS(5359), 1, - anon_sym_AT, - ACTIONS(5361), 1, - anon_sym_CARET, - STATE(4632), 1, - aux_sym_relative_pathname_repeat1, - STATE(4986), 1, - aux_sym_partial_pathname_repeat1, - STATE(5645), 1, - sym__identifier, - STATE(7939), 1, - sym__external_pathname, - STATE(8181), 1, - sym_partial_pathname, - STATE(8278), 1, - sym_pathname_element, STATE(3901), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(7408), 3, - sym_package_pathname, - sym_absolute_pathname, - sym_relative_pathname, - ACTIONS(3838), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [232072] = 15, + ACTIONS(3404), 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, + [232870] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5357), 1, - anon_sym_DOT, - ACTIONS(5359), 1, - anon_sym_AT, - ACTIONS(5361), 1, - anon_sym_CARET, - STATE(4632), 1, - aux_sym_relative_pathname_repeat1, - STATE(4986), 1, - aux_sym_partial_pathname_repeat1, - STATE(5645), 1, - sym__identifier, - STATE(7940), 1, - sym__external_pathname, - STATE(8181), 1, - sym_partial_pathname, - STATE(8278), 1, - sym_pathname_element, STATE(3902), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(7408), 3, - sym_package_pathname, - sym_absolute_pathname, - sym_relative_pathname, - ACTIONS(3838), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [232125] = 15, + 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, + [232903] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5357), 1, + ACTIONS(5401), 1, anon_sym_DOT, - ACTIONS(5359), 1, - anon_sym_AT, - ACTIONS(5361), 1, - anon_sym_CARET, - STATE(4632), 1, - aux_sym_relative_pathname_repeat1, - STATE(4986), 1, - aux_sym_partial_pathname_repeat1, - STATE(5645), 1, - sym__identifier, - STATE(7941), 1, - sym__external_pathname, - STATE(8181), 1, - sym_partial_pathname, - STATE(8278), 1, - sym_pathname_element, + 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(3919), 1, + aux_sym_name_repeat1, + STATE(4837), 1, + sym_generic_map_aspect, + STATE(4906), 1, + sym__name_selector, + ACTIONS(1493), 2, + sym_IS, + sym_RANGE, STATE(3903), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(7408), 3, - sym_package_pathname, - sym_absolute_pathname, - sym_relative_pathname, - ACTIONS(3838), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [232178] = 15, + STATE(4910), 5, + sym_function_call, + sym_parenthesis_group, + sym_attribute, + sym_signature, + sym_selection, + [232956] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5357), 1, + ACTIONS(5347), 1, anon_sym_DOT, - ACTIONS(5359), 1, + ACTIONS(5349), 1, anon_sym_AT, - ACTIONS(5361), 1, + ACTIONS(5351), 1, anon_sym_CARET, - STATE(4632), 1, + STATE(4594), 1, aux_sym_relative_pathname_repeat1, - STATE(4986), 1, + STATE(4991), 1, aux_sym_partial_pathname_repeat1, - STATE(5645), 1, + STATE(5727), 1, sym__identifier, - STATE(7942), 1, - sym__external_pathname, - STATE(8181), 1, - sym_partial_pathname, - STATE(8278), 1, + STATE(6828), 1, sym_pathname_element, + STATE(6833), 1, + sym_partial_pathname, + STATE(7693), 1, + sym__external_pathname, STATE(3904), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(7408), 3, + STATE(6835), 3, sym_package_pathname, sym_absolute_pathname, sym_relative_pathname, @@ -239380,74 +239769,71 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [232231] = 15, + [233009] = 12, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5357), 1, - anon_sym_DOT, - ACTIONS(5359), 1, - anon_sym_AT, - ACTIONS(5361), 1, - anon_sym_CARET, - STATE(4632), 1, - aux_sym_relative_pathname_repeat1, - STATE(4986), 1, - aux_sym_partial_pathname_repeat1, - STATE(5645), 1, + ACTIONS(11), 1, + anon_sym_LT_LT, + ACTIONS(5413), 1, + anon_sym_LPAREN, + STATE(3015), 1, + sym__direct_name, + STATE(8177), 1, + sym_name, + STATE(4386), 2, sym__identifier, - STATE(7943), 1, - sym__external_pathname, - STATE(8181), 1, - sym_partial_pathname, - STATE(8278), 1, - sym_pathname_element, + sym__external_name, + ACTIONS(71), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, STATE(3905), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(7408), 3, - sym_package_pathname, - sym_absolute_pathname, - sym_relative_pathname, - ACTIONS(3838), 4, + STATE(4383), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [232284] = 15, + [233056] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5357), 1, + ACTIONS(5347), 1, anon_sym_DOT, - ACTIONS(5359), 1, + ACTIONS(5349), 1, anon_sym_AT, - ACTIONS(5361), 1, + ACTIONS(5351), 1, anon_sym_CARET, - STATE(4632), 1, + STATE(4594), 1, aux_sym_relative_pathname_repeat1, - STATE(4986), 1, + STATE(4991), 1, aux_sym_partial_pathname_repeat1, - STATE(5645), 1, + STATE(5727), 1, sym__identifier, - STATE(7944), 1, - sym__external_pathname, - STATE(8181), 1, - sym_partial_pathname, - STATE(8278), 1, + STATE(6828), 1, sym_pathname_element, + STATE(6833), 1, + sym_partial_pathname, + STATE(7694), 1, + sym__external_pathname, STATE(3906), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(7408), 3, + STATE(6835), 3, sym_package_pathname, sym_absolute_pathname, sym_relative_pathname, @@ -239456,36 +239842,36 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [232337] = 15, + [233109] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5357), 1, + ACTIONS(5347), 1, anon_sym_DOT, - ACTIONS(5359), 1, + ACTIONS(5349), 1, anon_sym_AT, - ACTIONS(5361), 1, + ACTIONS(5351), 1, anon_sym_CARET, - STATE(4632), 1, + STATE(4594), 1, aux_sym_relative_pathname_repeat1, - STATE(4986), 1, + STATE(4991), 1, aux_sym_partial_pathname_repeat1, - STATE(5645), 1, + STATE(5727), 1, sym__identifier, - STATE(7945), 1, - sym__external_pathname, - STATE(8181), 1, - sym_partial_pathname, - STATE(8278), 1, + STATE(6828), 1, sym_pathname_element, + STATE(6833), 1, + sym_partial_pathname, + STATE(7889), 1, + sym__external_pathname, STATE(3907), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(7408), 3, + STATE(6835), 3, sym_package_pathname, sym_absolute_pathname, sym_relative_pathname, @@ -239494,74 +239880,64 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [232390] = 15, + [233162] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5357), 1, - anon_sym_DOT, - ACTIONS(5359), 1, - anon_sym_AT, - ACTIONS(5361), 1, - anon_sym_CARET, - STATE(4632), 1, - aux_sym_relative_pathname_repeat1, - STATE(4986), 1, - aux_sym_partial_pathname_repeat1, - STATE(5645), 1, - sym__identifier, - STATE(7946), 1, - sym__external_pathname, - STATE(8181), 1, - sym_partial_pathname, - STATE(8278), 1, - sym_pathname_element, STATE(3908), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(7408), 3, - sym_package_pathname, - sym_absolute_pathname, - sym_relative_pathname, - ACTIONS(3838), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [232443] = 15, + ACTIONS(3408), 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, + [233195] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5357), 1, + ACTIONS(5347), 1, anon_sym_DOT, - ACTIONS(5359), 1, + ACTIONS(5349), 1, anon_sym_AT, - ACTIONS(5361), 1, + ACTIONS(5351), 1, anon_sym_CARET, - STATE(4632), 1, + STATE(4594), 1, aux_sym_relative_pathname_repeat1, - STATE(4986), 1, + STATE(4991), 1, aux_sym_partial_pathname_repeat1, - STATE(5645), 1, + STATE(5727), 1, sym__identifier, - STATE(7947), 1, - sym__external_pathname, - STATE(8181), 1, - sym_partial_pathname, - STATE(8278), 1, + STATE(6828), 1, sym_pathname_element, + STATE(6833), 1, + sym_partial_pathname, + STATE(7695), 1, + sym__external_pathname, STATE(3909), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(7408), 3, + STATE(6835), 3, sym_package_pathname, sym_absolute_pathname, sym_relative_pathname, @@ -239570,150 +239946,120 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [232496] = 15, + [233248] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5357), 1, - anon_sym_DOT, - ACTIONS(5359), 1, - anon_sym_AT, - ACTIONS(5361), 1, - anon_sym_CARET, - STATE(4632), 1, - aux_sym_relative_pathname_repeat1, - STATE(4986), 1, - aux_sym_partial_pathname_repeat1, - STATE(5645), 1, - sym__identifier, - STATE(7948), 1, - sym__external_pathname, - STATE(8181), 1, - sym_partial_pathname, - STATE(8278), 1, - sym_pathname_element, STATE(3910), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(7408), 3, - sym_package_pathname, - sym_absolute_pathname, - sym_relative_pathname, - ACTIONS(3838), 4, + ACTIONS(3496), 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, - [232549] = 15, + anon_sym_LPAREN, + anon_sym_LT_LT, + [233281] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5357), 1, - anon_sym_DOT, - ACTIONS(5359), 1, - anon_sym_AT, - ACTIONS(5361), 1, - anon_sym_CARET, - STATE(4632), 1, - aux_sym_relative_pathname_repeat1, - STATE(4986), 1, - aux_sym_partial_pathname_repeat1, - STATE(5645), 1, - sym__identifier, - STATE(7949), 1, - sym__external_pathname, - STATE(8181), 1, - sym_partial_pathname, - STATE(8278), 1, - sym_pathname_element, STATE(3911), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(7408), 3, - sym_package_pathname, - sym_absolute_pathname, - sym_relative_pathname, - ACTIONS(3838), 4, + ACTIONS(3498), 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, - [232602] = 15, + anon_sym_LPAREN, + anon_sym_LT_LT, + [233314] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5357), 1, - anon_sym_DOT, - ACTIONS(5359), 1, - anon_sym_AT, - ACTIONS(5361), 1, - anon_sym_CARET, - STATE(4632), 1, - aux_sym_relative_pathname_repeat1, - STATE(4986), 1, - aux_sym_partial_pathname_repeat1, - STATE(5645), 1, - sym__identifier, - STATE(7950), 1, - sym__external_pathname, - STATE(8181), 1, - sym_partial_pathname, - STATE(8278), 1, - sym_pathname_element, STATE(3912), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(7408), 3, - sym_package_pathname, - sym_absolute_pathname, - sym_relative_pathname, - ACTIONS(3838), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [232655] = 15, + 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, + [233347] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5357), 1, + ACTIONS(5347), 1, anon_sym_DOT, - ACTIONS(5359), 1, + ACTIONS(5349), 1, anon_sym_AT, - ACTIONS(5361), 1, + ACTIONS(5351), 1, anon_sym_CARET, - STATE(4632), 1, + STATE(4594), 1, aux_sym_relative_pathname_repeat1, - STATE(4986), 1, + STATE(4991), 1, aux_sym_partial_pathname_repeat1, - STATE(5645), 1, + STATE(5727), 1, sym__identifier, - STATE(7951), 1, - sym__external_pathname, - STATE(8181), 1, - sym_partial_pathname, - STATE(8278), 1, + STATE(6828), 1, sym_pathname_element, + STATE(6833), 1, + sym_partial_pathname, + STATE(7887), 1, + sym__external_pathname, STATE(3913), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(7408), 3, + STATE(6835), 3, sym_package_pathname, sym_absolute_pathname, sym_relative_pathname, @@ -239722,36 +240068,36 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [232708] = 15, + [233400] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5357), 1, + ACTIONS(5347), 1, anon_sym_DOT, - ACTIONS(5359), 1, + ACTIONS(5349), 1, anon_sym_AT, - ACTIONS(5361), 1, + ACTIONS(5351), 1, anon_sym_CARET, - STATE(4632), 1, + STATE(4594), 1, aux_sym_relative_pathname_repeat1, - STATE(4986), 1, + STATE(4991), 1, aux_sym_partial_pathname_repeat1, - STATE(5645), 1, + STATE(5727), 1, sym__identifier, - STATE(7952), 1, - sym__external_pathname, - STATE(8181), 1, - sym_partial_pathname, - STATE(8278), 1, + STATE(6828), 1, sym_pathname_element, + STATE(6833), 1, + sym_partial_pathname, + STATE(7886), 1, + sym__external_pathname, STATE(3914), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(7408), 3, + STATE(6835), 3, sym_package_pathname, sym_absolute_pathname, sym_relative_pathname, @@ -239760,74 +240106,64 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [232761] = 15, + [233453] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5357), 1, - anon_sym_DOT, - ACTIONS(5359), 1, - anon_sym_AT, - ACTIONS(5361), 1, - anon_sym_CARET, - STATE(4632), 1, - aux_sym_relative_pathname_repeat1, - STATE(4986), 1, - aux_sym_partial_pathname_repeat1, - STATE(5645), 1, - sym__identifier, - STATE(7953), 1, - sym__external_pathname, - STATE(8181), 1, - sym_partial_pathname, - STATE(8278), 1, - sym_pathname_element, STATE(3915), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(7408), 3, - sym_package_pathname, - sym_absolute_pathname, - sym_relative_pathname, - ACTIONS(3838), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [232814] = 15, + 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, + [233486] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5357), 1, + ACTIONS(5347), 1, anon_sym_DOT, - ACTIONS(5359), 1, + ACTIONS(5349), 1, anon_sym_AT, - ACTIONS(5361), 1, + ACTIONS(5351), 1, anon_sym_CARET, - STATE(4632), 1, + STATE(4594), 1, aux_sym_relative_pathname_repeat1, - STATE(4986), 1, + STATE(4991), 1, aux_sym_partial_pathname_repeat1, - STATE(5645), 1, + STATE(5727), 1, sym__identifier, - STATE(7954), 1, - sym__external_pathname, - STATE(8181), 1, - sym_partial_pathname, - STATE(8278), 1, + STATE(6828), 1, sym_pathname_element, + STATE(6833), 1, + sym_partial_pathname, + STATE(7983), 1, + sym__external_pathname, STATE(3916), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(7408), 3, + STATE(6835), 3, sym_package_pathname, sym_absolute_pathname, sym_relative_pathname, @@ -239836,36 +240172,36 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [232867] = 15, + [233539] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5357), 1, + ACTIONS(5347), 1, anon_sym_DOT, - ACTIONS(5359), 1, + ACTIONS(5349), 1, anon_sym_AT, - ACTIONS(5361), 1, + ACTIONS(5351), 1, anon_sym_CARET, - STATE(4632), 1, + STATE(4594), 1, aux_sym_relative_pathname_repeat1, - STATE(4986), 1, + STATE(4991), 1, aux_sym_partial_pathname_repeat1, - STATE(5645), 1, + STATE(5727), 1, sym__identifier, - STATE(7955), 1, - sym__external_pathname, - STATE(8181), 1, - sym_partial_pathname, - STATE(8278), 1, + STATE(6828), 1, sym_pathname_element, + STATE(6833), 1, + sym_partial_pathname, + STATE(7982), 1, + sym__external_pathname, STATE(3917), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(7408), 3, + STATE(6835), 3, sym_package_pathname, sym_absolute_pathname, sym_relative_pathname, @@ -239874,264 +240210,221 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [232920] = 15, + [233592] = 12, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5357), 1, - anon_sym_DOT, - ACTIONS(5359), 1, - anon_sym_AT, - ACTIONS(5361), 1, - anon_sym_CARET, - STATE(4632), 1, - aux_sym_relative_pathname_repeat1, - STATE(4986), 1, - aux_sym_partial_pathname_repeat1, - STATE(5645), 1, + ACTIONS(5415), 1, + anon_sym_LT_LT, + STATE(3436), 1, + sym__direct_name, + STATE(5323), 1, + sym_name, + STATE(5887), 1, + sym_sensitivity_list, + STATE(4556), 2, sym__identifier, - STATE(7956), 1, - sym__external_pathname, - STATE(8181), 1, - sym_partial_pathname, - STATE(8278), 1, - sym_pathname_element, + sym__external_name, + ACTIONS(5419), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, STATE(3918), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(7408), 3, - sym_package_pathname, - sym_absolute_pathname, - sym_relative_pathname, - ACTIONS(3838), 4, + STATE(4548), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(5417), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [232973] = 15, + [233639] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5357), 1, + ACTIONS(5401), 1, anon_sym_DOT, - ACTIONS(5359), 1, - anon_sym_AT, - ACTIONS(5361), 1, - anon_sym_CARET, - STATE(4632), 1, - aux_sym_relative_pathname_repeat1, - STATE(4986), 1, - aux_sym_partial_pathname_repeat1, - STATE(5645), 1, - sym__identifier, - STATE(7957), 1, - sym__external_pathname, - STATE(8181), 1, - sym_partial_pathname, - STATE(8278), 1, - sym_pathname_element, + 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(3757), 1, + aux_sym_name_repeat1, + STATE(4837), 1, + sym_generic_map_aspect, + STATE(4906), 1, + sym__name_selector, + ACTIONS(1509), 2, + sym_IS, + sym_RANGE, STATE(3919), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(7408), 3, - sym_package_pathname, - sym_absolute_pathname, - sym_relative_pathname, - ACTIONS(3838), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [233026] = 15, + STATE(4910), 5, + sym_function_call, + sym_parenthesis_group, + sym_attribute, + sym_signature, + sym_selection, + [233692] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5357), 1, - anon_sym_DOT, - ACTIONS(5359), 1, - anon_sym_AT, - ACTIONS(5361), 1, - anon_sym_CARET, - STATE(4632), 1, - aux_sym_relative_pathname_repeat1, - STATE(4986), 1, - aux_sym_partial_pathname_repeat1, - STATE(5645), 1, - sym__identifier, - STATE(7958), 1, - sym__external_pathname, - STATE(8181), 1, - sym_partial_pathname, - STATE(8278), 1, - sym_pathname_element, STATE(3920), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(7408), 3, - sym_package_pathname, - sym_absolute_pathname, - sym_relative_pathname, - ACTIONS(3838), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [233079] = 15, + ACTIONS(3324), 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, + [233725] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5357), 1, - anon_sym_DOT, - ACTIONS(5359), 1, - anon_sym_AT, - ACTIONS(5361), 1, - anon_sym_CARET, - STATE(4632), 1, - aux_sym_relative_pathname_repeat1, - STATE(4986), 1, - aux_sym_partial_pathname_repeat1, - STATE(5645), 1, - sym__identifier, - STATE(7959), 1, - sym__external_pathname, - STATE(8181), 1, - sym_partial_pathname, - STATE(8278), 1, - sym_pathname_element, STATE(3921), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(7408), 3, - sym_package_pathname, - sym_absolute_pathname, - sym_relative_pathname, - ACTIONS(3838), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [233132] = 15, + ACTIONS(3424), 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, + [233758] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5357), 1, - anon_sym_DOT, - ACTIONS(5359), 1, - anon_sym_AT, - ACTIONS(5361), 1, - anon_sym_CARET, - STATE(4632), 1, - aux_sym_relative_pathname_repeat1, - STATE(4986), 1, - aux_sym_partial_pathname_repeat1, - STATE(5645), 1, - sym__identifier, - STATE(7960), 1, - sym__external_pathname, - STATE(8181), 1, - sym_partial_pathname, - STATE(8278), 1, - sym_pathname_element, STATE(3922), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(7408), 3, - sym_package_pathname, - sym_absolute_pathname, - sym_relative_pathname, - ACTIONS(3838), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [233185] = 15, + 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, + [233791] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5357), 1, - anon_sym_DOT, - ACTIONS(5359), 1, - anon_sym_AT, - ACTIONS(5361), 1, - anon_sym_CARET, - STATE(4632), 1, - aux_sym_relative_pathname_repeat1, - STATE(4986), 1, - aux_sym_partial_pathname_repeat1, - STATE(5645), 1, - sym__identifier, - STATE(7961), 1, - sym__external_pathname, - STATE(8181), 1, - sym_partial_pathname, - STATE(8278), 1, - sym_pathname_element, STATE(3923), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(7408), 3, - sym_package_pathname, - sym_absolute_pathname, - sym_relative_pathname, - ACTIONS(3838), 4, + ACTIONS(2656), 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, - [233238] = 15, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_LT_LT, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [233824] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5357), 1, + ACTIONS(5347), 1, anon_sym_DOT, - ACTIONS(5359), 1, + ACTIONS(5349), 1, anon_sym_AT, - ACTIONS(5361), 1, + ACTIONS(5351), 1, anon_sym_CARET, - STATE(4632), 1, + STATE(4594), 1, aux_sym_relative_pathname_repeat1, - STATE(4986), 1, + STATE(4991), 1, aux_sym_partial_pathname_repeat1, - STATE(5645), 1, + STATE(5727), 1, sym__identifier, - STATE(7962), 1, - sym__external_pathname, - STATE(8181), 1, - sym_partial_pathname, - STATE(8278), 1, + STATE(6828), 1, sym_pathname_element, + STATE(6833), 1, + sym_partial_pathname, + STATE(7885), 1, + sym__external_pathname, STATE(3924), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(7408), 3, + STATE(6835), 3, sym_package_pathname, sym_absolute_pathname, sym_relative_pathname, @@ -240140,492 +240433,372 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [233291] = 15, + [233877] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5357), 1, - anon_sym_DOT, - ACTIONS(5359), 1, - anon_sym_AT, - ACTIONS(5361), 1, - anon_sym_CARET, - STATE(4632), 1, - aux_sym_relative_pathname_repeat1, - STATE(4986), 1, - aux_sym_partial_pathname_repeat1, - STATE(5645), 1, - sym__identifier, - STATE(7963), 1, - sym__external_pathname, - STATE(8181), 1, - sym_partial_pathname, - STATE(8278), 1, - sym_pathname_element, STATE(3925), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(7408), 3, - sym_package_pathname, - sym_absolute_pathname, - sym_relative_pathname, - ACTIONS(3838), 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, - [233344] = 15, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_LT_LT, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [233910] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5357), 1, - anon_sym_DOT, - ACTIONS(5359), 1, - anon_sym_AT, - ACTIONS(5361), 1, - anon_sym_CARET, - STATE(4632), 1, - aux_sym_relative_pathname_repeat1, - STATE(4986), 1, - aux_sym_partial_pathname_repeat1, - STATE(5645), 1, - sym__identifier, - STATE(7964), 1, - sym__external_pathname, - STATE(8181), 1, - sym_partial_pathname, - STATE(8278), 1, - sym_pathname_element, STATE(3926), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(7408), 3, - sym_package_pathname, - sym_absolute_pathname, - sym_relative_pathname, - ACTIONS(3838), 4, + ACTIONS(2652), 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, - [233397] = 15, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_LT_LT, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [233943] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5357), 1, - anon_sym_DOT, - ACTIONS(5359), 1, - anon_sym_AT, - ACTIONS(5361), 1, - anon_sym_CARET, - STATE(4632), 1, - aux_sym_relative_pathname_repeat1, - STATE(4986), 1, - aux_sym_partial_pathname_repeat1, - STATE(5645), 1, - sym__identifier, - STATE(7965), 1, - sym__external_pathname, - STATE(8181), 1, - sym_partial_pathname, - STATE(8278), 1, - sym_pathname_element, STATE(3927), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(7408), 3, - sym_package_pathname, - sym_absolute_pathname, - sym_relative_pathname, - ACTIONS(3838), 4, + ACTIONS(2374), 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, - [233450] = 15, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_LT_LT, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [233976] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5357), 1, - anon_sym_DOT, - ACTIONS(5359), 1, - anon_sym_AT, - ACTIONS(5361), 1, - anon_sym_CARET, - STATE(4632), 1, - aux_sym_relative_pathname_repeat1, - STATE(4986), 1, - aux_sym_partial_pathname_repeat1, - STATE(5645), 1, - sym__identifier, - STATE(7966), 1, - sym__external_pathname, - STATE(8181), 1, - sym_partial_pathname, - STATE(8278), 1, - sym_pathname_element, STATE(3928), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(7408), 3, - sym_package_pathname, - sym_absolute_pathname, - sym_relative_pathname, - ACTIONS(3838), 4, + 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, - [233503] = 15, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_LT_LT, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [234009] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5357), 1, - anon_sym_DOT, - ACTIONS(5359), 1, - anon_sym_AT, - ACTIONS(5361), 1, - anon_sym_CARET, - STATE(4632), 1, - aux_sym_relative_pathname_repeat1, - STATE(4986), 1, - aux_sym_partial_pathname_repeat1, - STATE(5645), 1, - sym__identifier, - STATE(7967), 1, - sym__external_pathname, - STATE(8181), 1, - sym_partial_pathname, - STATE(8278), 1, - sym_pathname_element, STATE(3929), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(7408), 3, - sym_package_pathname, - sym_absolute_pathname, - sym_relative_pathname, - ACTIONS(3838), 4, + ACTIONS(2558), 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, - [233556] = 15, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_LT_LT, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [234042] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5357), 1, - anon_sym_DOT, - ACTIONS(5359), 1, - anon_sym_AT, - ACTIONS(5361), 1, - anon_sym_CARET, - STATE(4632), 1, - aux_sym_relative_pathname_repeat1, - STATE(4986), 1, - aux_sym_partial_pathname_repeat1, - STATE(5645), 1, - sym__identifier, - STATE(7968), 1, - sym__external_pathname, - STATE(8181), 1, - sym_partial_pathname, - STATE(8278), 1, - sym_pathname_element, STATE(3930), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(7408), 3, - sym_package_pathname, - sym_absolute_pathname, - sym_relative_pathname, - ACTIONS(3838), 4, + ACTIONS(2554), 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, - [233609] = 15, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_LT_LT, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [234075] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5357), 1, - anon_sym_DOT, - ACTIONS(5359), 1, - anon_sym_AT, - ACTIONS(5361), 1, - anon_sym_CARET, - STATE(4632), 1, - aux_sym_relative_pathname_repeat1, - STATE(4986), 1, - aux_sym_partial_pathname_repeat1, - STATE(5645), 1, - sym__identifier, - STATE(7969), 1, - sym__external_pathname, - STATE(8181), 1, - sym_partial_pathname, - STATE(8278), 1, - sym_pathname_element, STATE(3931), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(7408), 3, - sym_package_pathname, - sym_absolute_pathname, - sym_relative_pathname, - ACTIONS(3838), 4, + ACTIONS(2550), 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, - [233662] = 15, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_LT_LT, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [234108] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5357), 1, - anon_sym_DOT, - ACTIONS(5359), 1, - anon_sym_AT, - ACTIONS(5361), 1, - anon_sym_CARET, - STATE(4632), 1, - aux_sym_relative_pathname_repeat1, - STATE(4986), 1, - aux_sym_partial_pathname_repeat1, - STATE(5645), 1, - sym__identifier, - STATE(7970), 1, - sym__external_pathname, - STATE(8181), 1, - sym_partial_pathname, - STATE(8278), 1, - sym_pathname_element, STATE(3932), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(7408), 3, - sym_package_pathname, - sym_absolute_pathname, - sym_relative_pathname, - ACTIONS(3838), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [233715] = 15, + ACTIONS(3386), 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, + [234141] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5357), 1, - anon_sym_DOT, - ACTIONS(5359), 1, - anon_sym_AT, - ACTIONS(5361), 1, - anon_sym_CARET, - STATE(4632), 1, - aux_sym_relative_pathname_repeat1, - STATE(4986), 1, - aux_sym_partial_pathname_repeat1, - STATE(5645), 1, - sym__identifier, - STATE(7971), 1, - sym__external_pathname, - STATE(8181), 1, - sym_partial_pathname, - STATE(8278), 1, - sym_pathname_element, STATE(3933), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(7408), 3, - sym_package_pathname, - sym_absolute_pathname, - sym_relative_pathname, - ACTIONS(3838), 4, + ACTIONS(2482), 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, - [233768] = 15, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_LT_LT, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [234174] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5357), 1, - anon_sym_DOT, - ACTIONS(5359), 1, - anon_sym_AT, - ACTIONS(5361), 1, - anon_sym_CARET, - STATE(4632), 1, - aux_sym_relative_pathname_repeat1, - STATE(4986), 1, - aux_sym_partial_pathname_repeat1, - STATE(5645), 1, - sym__identifier, - STATE(7972), 1, - sym__external_pathname, - STATE(8181), 1, - sym_partial_pathname, - STATE(8278), 1, - sym_pathname_element, STATE(3934), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(7408), 3, - sym_package_pathname, - sym_absolute_pathname, - sym_relative_pathname, - ACTIONS(3838), 4, + ACTIONS(2474), 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, - [233821] = 15, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_LT_LT, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [234207] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5357), 1, - anon_sym_DOT, - ACTIONS(5359), 1, - anon_sym_AT, - ACTIONS(5361), 1, - anon_sym_CARET, - STATE(4632), 1, - aux_sym_relative_pathname_repeat1, - STATE(4986), 1, - aux_sym_partial_pathname_repeat1, - STATE(5645), 1, - sym__identifier, - STATE(7973), 1, - sym__external_pathname, - STATE(8181), 1, - sym_partial_pathname, - STATE(8278), 1, - sym_pathname_element, STATE(3935), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(7408), 3, - sym_package_pathname, - sym_absolute_pathname, - sym_relative_pathname, - ACTIONS(3838), 4, + ACTIONS(2436), 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, - [233874] = 15, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_LT_LT, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [234240] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5357), 1, - anon_sym_DOT, - ACTIONS(5359), 1, - anon_sym_AT, - ACTIONS(5361), 1, - anon_sym_CARET, - STATE(4632), 1, - aux_sym_relative_pathname_repeat1, - STATE(4986), 1, - aux_sym_partial_pathname_repeat1, - STATE(5645), 1, - sym__identifier, - STATE(7974), 1, - sym__external_pathname, - STATE(8181), 1, - sym_partial_pathname, - STATE(8278), 1, - sym_pathname_element, STATE(3936), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(7408), 3, - sym_package_pathname, - sym_absolute_pathname, - sym_relative_pathname, - ACTIONS(3838), 4, + ACTIONS(2546), 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, - [233927] = 15, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_LT_LT, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [234273] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5357), 1, + ACTIONS(5347), 1, anon_sym_DOT, - ACTIONS(5359), 1, + ACTIONS(5349), 1, anon_sym_AT, - ACTIONS(5361), 1, + ACTIONS(5351), 1, anon_sym_CARET, - STATE(4632), 1, + STATE(4594), 1, aux_sym_relative_pathname_repeat1, - STATE(4986), 1, + STATE(4991), 1, aux_sym_partial_pathname_repeat1, - STATE(5645), 1, - sym__identifier, - STATE(7975), 1, - sym__external_pathname, - STATE(8181), 1, - sym_partial_pathname, - STATE(8278), 1, + STATE(5727), 1, + sym__identifier, + STATE(6828), 1, sym_pathname_element, + STATE(6833), 1, + sym_partial_pathname, + STATE(7977), 1, + sym__external_pathname, STATE(3937), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(7408), 3, + STATE(6835), 3, sym_package_pathname, sym_absolute_pathname, sym_relative_pathname, @@ -240634,188 +240807,148 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [233980] = 15, + [234326] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5357), 1, - anon_sym_DOT, - ACTIONS(5359), 1, - anon_sym_AT, - ACTIONS(5361), 1, - anon_sym_CARET, - STATE(4632), 1, - aux_sym_relative_pathname_repeat1, - STATE(4986), 1, - aux_sym_partial_pathname_repeat1, - STATE(5645), 1, - sym__identifier, - STATE(7976), 1, - sym__external_pathname, - STATE(8181), 1, - sym_partial_pathname, - STATE(8278), 1, - sym_pathname_element, STATE(3938), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(7408), 3, - sym_package_pathname, - sym_absolute_pathname, - sym_relative_pathname, - ACTIONS(3838), 4, + ACTIONS(2622), 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, - [234033] = 15, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_LT_LT, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [234359] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5357), 1, - anon_sym_DOT, - ACTIONS(5359), 1, - anon_sym_AT, - ACTIONS(5361), 1, - anon_sym_CARET, - STATE(4632), 1, - aux_sym_relative_pathname_repeat1, - STATE(4986), 1, - aux_sym_partial_pathname_repeat1, - STATE(5645), 1, - sym__identifier, - STATE(7977), 1, - sym__external_pathname, - STATE(8181), 1, - sym_partial_pathname, - STATE(8278), 1, - sym_pathname_element, STATE(3939), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(7408), 3, - sym_package_pathname, - sym_absolute_pathname, - sym_relative_pathname, - ACTIONS(3838), 4, + ACTIONS(2524), 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, - [234086] = 15, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_LT_LT, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [234392] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5357), 1, - anon_sym_DOT, - ACTIONS(5359), 1, - anon_sym_AT, - ACTIONS(5361), 1, - anon_sym_CARET, - STATE(4632), 1, - aux_sym_relative_pathname_repeat1, - STATE(4986), 1, - aux_sym_partial_pathname_repeat1, - STATE(5645), 1, - sym__identifier, - STATE(7978), 1, - sym__external_pathname, - STATE(8181), 1, - sym_partial_pathname, - STATE(8278), 1, - sym_pathname_element, STATE(3940), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(7408), 3, - sym_package_pathname, - sym_absolute_pathname, - sym_relative_pathname, - ACTIONS(3838), 4, + ACTIONS(3490), 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, - [234139] = 15, + anon_sym_LPAREN, + anon_sym_LT_LT, + [234425] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5357), 1, - anon_sym_DOT, - ACTIONS(5359), 1, - anon_sym_AT, - ACTIONS(5361), 1, - anon_sym_CARET, - STATE(4632), 1, - aux_sym_relative_pathname_repeat1, - STATE(4986), 1, - aux_sym_partial_pathname_repeat1, - STATE(5645), 1, - sym__identifier, - STATE(7979), 1, - sym__external_pathname, - STATE(8181), 1, - sym_partial_pathname, - STATE(8278), 1, - sym_pathname_element, STATE(3941), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(7408), 3, - sym_package_pathname, - sym_absolute_pathname, - sym_relative_pathname, - ACTIONS(3838), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [234192] = 15, + ACTIONS(3482), 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, + [234458] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5357), 1, + ACTIONS(5347), 1, anon_sym_DOT, - ACTIONS(5359), 1, + ACTIONS(5349), 1, anon_sym_AT, - ACTIONS(5361), 1, + ACTIONS(5351), 1, anon_sym_CARET, - STATE(4632), 1, + STATE(4594), 1, aux_sym_relative_pathname_repeat1, - STATE(4986), 1, + STATE(4991), 1, aux_sym_partial_pathname_repeat1, - STATE(5645), 1, + STATE(5727), 1, sym__identifier, - STATE(7980), 1, - sym__external_pathname, - STATE(8181), 1, - sym_partial_pathname, - STATE(8278), 1, + STATE(6828), 1, sym_pathname_element, + STATE(6833), 1, + sym_partial_pathname, + STATE(7881), 1, + sym__external_pathname, STATE(3942), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(7408), 3, + STATE(6835), 3, sym_package_pathname, sym_absolute_pathname, sym_relative_pathname, @@ -240824,36 +240957,36 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [234245] = 15, + [234511] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5357), 1, + ACTIONS(5347), 1, anon_sym_DOT, - ACTIONS(5359), 1, + ACTIONS(5349), 1, anon_sym_AT, - ACTIONS(5361), 1, + ACTIONS(5351), 1, anon_sym_CARET, - STATE(4632), 1, + STATE(4594), 1, aux_sym_relative_pathname_repeat1, - STATE(4986), 1, + STATE(4991), 1, aux_sym_partial_pathname_repeat1, - STATE(5645), 1, + STATE(5727), 1, sym__identifier, - STATE(7981), 1, - sym__external_pathname, - STATE(8181), 1, - sym_partial_pathname, - STATE(8278), 1, + STATE(6828), 1, sym_pathname_element, + STATE(6833), 1, + sym_partial_pathname, + STATE(7880), 1, + sym__external_pathname, STATE(3943), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(7408), 3, + STATE(6835), 3, sym_package_pathname, sym_absolute_pathname, sym_relative_pathname, @@ -240862,36 +240995,36 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [234298] = 15, + [234564] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5357), 1, + ACTIONS(5347), 1, anon_sym_DOT, - ACTIONS(5359), 1, + ACTIONS(5349), 1, anon_sym_AT, - ACTIONS(5361), 1, + ACTIONS(5351), 1, anon_sym_CARET, - STATE(4632), 1, + STATE(4594), 1, aux_sym_relative_pathname_repeat1, - STATE(4986), 1, + STATE(4991), 1, aux_sym_partial_pathname_repeat1, - STATE(5645), 1, + STATE(5727), 1, sym__identifier, - STATE(7982), 1, - sym__external_pathname, - STATE(8181), 1, - sym_partial_pathname, - STATE(8278), 1, + STATE(6828), 1, sym_pathname_element, + STATE(6833), 1, + sym_partial_pathname, + STATE(7879), 1, + sym__external_pathname, STATE(3944), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(7408), 3, + STATE(6835), 3, sym_package_pathname, sym_absolute_pathname, sym_relative_pathname, @@ -240900,74 +241033,64 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [234351] = 15, + [234617] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5357), 1, - anon_sym_DOT, - ACTIONS(5359), 1, - anon_sym_AT, - ACTIONS(5361), 1, - anon_sym_CARET, - STATE(4632), 1, - aux_sym_relative_pathname_repeat1, - STATE(4986), 1, - aux_sym_partial_pathname_repeat1, - STATE(5645), 1, - sym__identifier, - STATE(7983), 1, - sym__external_pathname, - STATE(8181), 1, - sym_partial_pathname, - STATE(8278), 1, - sym_pathname_element, STATE(3945), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(7408), 3, - sym_package_pathname, - sym_absolute_pathname, - sym_relative_pathname, - ACTIONS(3838), 4, + ACTIONS(3450), 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, - [234404] = 15, + anon_sym_LPAREN, + anon_sym_LT_LT, + [234650] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5357), 1, + ACTIONS(5347), 1, anon_sym_DOT, - ACTIONS(5359), 1, + ACTIONS(5349), 1, anon_sym_AT, - ACTIONS(5361), 1, + ACTIONS(5351), 1, anon_sym_CARET, - STATE(4632), 1, + STATE(4594), 1, aux_sym_relative_pathname_repeat1, - STATE(4986), 1, + STATE(4991), 1, aux_sym_partial_pathname_repeat1, - STATE(5645), 1, + STATE(5727), 1, sym__identifier, - STATE(7984), 1, - sym__external_pathname, - STATE(8181), 1, - sym_partial_pathname, - STATE(8278), 1, + STATE(6828), 1, sym_pathname_element, + STATE(6833), 1, + sym_partial_pathname, + STATE(7755), 1, + sym__external_pathname, STATE(3946), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(7408), 3, + STATE(6835), 3, sym_package_pathname, sym_absolute_pathname, sym_relative_pathname, @@ -240976,36 +241099,36 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [234457] = 15, + [234703] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5357), 1, + ACTIONS(5347), 1, anon_sym_DOT, - ACTIONS(5359), 1, + ACTIONS(5349), 1, anon_sym_AT, - ACTIONS(5361), 1, + ACTIONS(5351), 1, anon_sym_CARET, - STATE(4632), 1, + STATE(4594), 1, aux_sym_relative_pathname_repeat1, - STATE(4986), 1, + STATE(4991), 1, aux_sym_partial_pathname_repeat1, - STATE(5645), 1, + STATE(5727), 1, sym__identifier, - STATE(7985), 1, - sym__external_pathname, - STATE(8181), 1, - sym_partial_pathname, - STATE(8278), 1, + STATE(6828), 1, sym_pathname_element, + STATE(6833), 1, + sym_partial_pathname, + STATE(7756), 1, + sym__external_pathname, STATE(3947), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(7408), 3, + STATE(6835), 3, sym_package_pathname, sym_absolute_pathname, sym_relative_pathname, @@ -241014,36 +241137,36 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [234510] = 15, + [234756] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5357), 1, + ACTIONS(5347), 1, anon_sym_DOT, - ACTIONS(5359), 1, + ACTIONS(5349), 1, anon_sym_AT, - ACTIONS(5361), 1, + ACTIONS(5351), 1, anon_sym_CARET, - STATE(4632), 1, + STATE(4594), 1, aux_sym_relative_pathname_repeat1, - STATE(4986), 1, + STATE(4991), 1, aux_sym_partial_pathname_repeat1, - STATE(5645), 1, + STATE(5727), 1, sym__identifier, - STATE(7986), 1, - sym__external_pathname, - STATE(8181), 1, - sym_partial_pathname, - STATE(8278), 1, + STATE(6828), 1, sym_pathname_element, + STATE(6833), 1, + sym_partial_pathname, + STATE(7757), 1, + sym__external_pathname, STATE(3948), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(7408), 3, + STATE(6835), 3, sym_package_pathname, sym_absolute_pathname, sym_relative_pathname, @@ -241052,36 +241175,36 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [234563] = 15, + [234809] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5357), 1, + ACTIONS(5347), 1, anon_sym_DOT, - ACTIONS(5359), 1, + ACTIONS(5349), 1, anon_sym_AT, - ACTIONS(5361), 1, + ACTIONS(5351), 1, anon_sym_CARET, - STATE(4632), 1, + STATE(4594), 1, aux_sym_relative_pathname_repeat1, - STATE(4986), 1, + STATE(4991), 1, aux_sym_partial_pathname_repeat1, - STATE(5645), 1, + STATE(5727), 1, sym__identifier, - STATE(7987), 1, - sym__external_pathname, - STATE(8181), 1, - sym_partial_pathname, - STATE(8278), 1, + STATE(6828), 1, sym_pathname_element, + STATE(6833), 1, + sym_partial_pathname, + STATE(8015), 1, + sym__external_pathname, STATE(3949), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(7408), 3, + STATE(6835), 3, sym_package_pathname, sym_absolute_pathname, sym_relative_pathname, @@ -241090,36 +241213,36 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [234616] = 15, + [234862] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5357), 1, + ACTIONS(5347), 1, anon_sym_DOT, - ACTIONS(5359), 1, + ACTIONS(5349), 1, anon_sym_AT, - ACTIONS(5361), 1, + ACTIONS(5351), 1, anon_sym_CARET, - STATE(4632), 1, + STATE(4594), 1, aux_sym_relative_pathname_repeat1, - STATE(4986), 1, + STATE(4991), 1, aux_sym_partial_pathname_repeat1, - STATE(5645), 1, + STATE(5727), 1, sym__identifier, - STATE(7988), 1, - sym__external_pathname, - STATE(8181), 1, - sym_partial_pathname, - STATE(8278), 1, + STATE(6828), 1, sym_pathname_element, + STATE(6833), 1, + sym_partial_pathname, + STATE(8016), 1, + sym__external_pathname, STATE(3950), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(7408), 3, + STATE(6835), 3, sym_package_pathname, sym_absolute_pathname, sym_relative_pathname, @@ -241128,226 +241251,176 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [234669] = 15, + [234915] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5357), 1, - anon_sym_DOT, - ACTIONS(5359), 1, - anon_sym_AT, - ACTIONS(5361), 1, - anon_sym_CARET, - STATE(4632), 1, - aux_sym_relative_pathname_repeat1, - STATE(4986), 1, - aux_sym_partial_pathname_repeat1, - STATE(5645), 1, - sym__identifier, - STATE(7989), 1, - sym__external_pathname, - STATE(8181), 1, - sym_partial_pathname, - STATE(8278), 1, - sym_pathname_element, STATE(3951), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(7408), 3, - sym_package_pathname, - sym_absolute_pathname, - sym_relative_pathname, - ACTIONS(3838), 4, + ACTIONS(2386), 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, - [234722] = 15, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_LT_LT, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [234948] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5357), 1, - anon_sym_DOT, - ACTIONS(5359), 1, - anon_sym_AT, - ACTIONS(5361), 1, - anon_sym_CARET, - STATE(4632), 1, - aux_sym_relative_pathname_repeat1, - STATE(4986), 1, - aux_sym_partial_pathname_repeat1, - STATE(5645), 1, - sym__identifier, - STATE(7990), 1, - sym__external_pathname, - STATE(8181), 1, - sym_partial_pathname, - STATE(8278), 1, - sym_pathname_element, STATE(3952), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(7408), 3, - sym_package_pathname, - sym_absolute_pathname, - sym_relative_pathname, - ACTIONS(3838), 4, + 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, - [234775] = 15, + anon_sym_LPAREN, + anon_sym_LT_LT, + [234981] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5357), 1, - anon_sym_DOT, - ACTIONS(5359), 1, - anon_sym_AT, - ACTIONS(5361), 1, - anon_sym_CARET, - STATE(4632), 1, - aux_sym_relative_pathname_repeat1, - STATE(4986), 1, - aux_sym_partial_pathname_repeat1, - STATE(5645), 1, - sym__identifier, - STATE(7991), 1, - sym__external_pathname, - STATE(8181), 1, - sym_partial_pathname, - STATE(8278), 1, - sym_pathname_element, STATE(3953), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(7408), 3, - sym_package_pathname, - sym_absolute_pathname, - sym_relative_pathname, - ACTIONS(3838), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [234828] = 15, + 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, + [235014] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5357), 1, - anon_sym_DOT, - ACTIONS(5359), 1, - anon_sym_AT, - ACTIONS(5361), 1, - anon_sym_CARET, - STATE(4632), 1, - aux_sym_relative_pathname_repeat1, - STATE(4986), 1, - aux_sym_partial_pathname_repeat1, - STATE(5645), 1, - sym__identifier, - STATE(7992), 1, - sym__external_pathname, - STATE(8181), 1, - sym_partial_pathname, - STATE(8278), 1, - sym_pathname_element, STATE(3954), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(7408), 3, - sym_package_pathname, - sym_absolute_pathname, - sym_relative_pathname, - ACTIONS(3838), 4, + ACTIONS(3270), 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, - [234881] = 15, + anon_sym_LPAREN, + anon_sym_LT_LT, + [235047] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5357), 1, - anon_sym_DOT, - ACTIONS(5359), 1, - anon_sym_AT, - ACTIONS(5361), 1, - anon_sym_CARET, - STATE(4632), 1, - aux_sym_relative_pathname_repeat1, - STATE(4986), 1, - aux_sym_partial_pathname_repeat1, - STATE(5645), 1, - sym__identifier, - STATE(7993), 1, - sym__external_pathname, - STATE(8181), 1, - sym_partial_pathname, - STATE(8278), 1, - sym_pathname_element, STATE(3955), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(7408), 3, - sym_package_pathname, - sym_absolute_pathname, - sym_relative_pathname, - ACTIONS(3838), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [234934] = 15, + ACTIONS(3430), 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, + [235080] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5357), 1, + ACTIONS(5347), 1, anon_sym_DOT, - ACTIONS(5359), 1, + ACTIONS(5349), 1, anon_sym_AT, - ACTIONS(5361), 1, + ACTIONS(5351), 1, anon_sym_CARET, - STATE(4632), 1, + STATE(4594), 1, aux_sym_relative_pathname_repeat1, - STATE(4986), 1, + STATE(4991), 1, aux_sym_partial_pathname_repeat1, - STATE(5645), 1, + STATE(5727), 1, sym__identifier, - STATE(7994), 1, - sym__external_pathname, - STATE(8181), 1, - sym_partial_pathname, - STATE(8278), 1, + STATE(6828), 1, sym_pathname_element, + STATE(6833), 1, + sym_partial_pathname, + STATE(7808), 1, + sym__external_pathname, STATE(3956), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(7408), 3, + STATE(6835), 3, sym_package_pathname, sym_absolute_pathname, sym_relative_pathname, @@ -241356,36 +241429,36 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [234987] = 15, + [235133] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5357), 1, + ACTIONS(5347), 1, anon_sym_DOT, - ACTIONS(5359), 1, + ACTIONS(5349), 1, anon_sym_AT, - ACTIONS(5361), 1, + ACTIONS(5351), 1, anon_sym_CARET, - STATE(4632), 1, + STATE(4594), 1, aux_sym_relative_pathname_repeat1, - STATE(4986), 1, + STATE(4991), 1, aux_sym_partial_pathname_repeat1, - STATE(5645), 1, + STATE(5727), 1, sym__identifier, - STATE(7995), 1, - sym__external_pathname, - STATE(8181), 1, - sym_partial_pathname, - STATE(8278), 1, + STATE(6828), 1, sym_pathname_element, + STATE(6833), 1, + sym_partial_pathname, + STATE(7809), 1, + sym__external_pathname, STATE(3957), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(7408), 3, + STATE(6835), 3, sym_package_pathname, sym_absolute_pathname, sym_relative_pathname, @@ -241394,36 +241467,36 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [235040] = 15, + [235186] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5357), 1, + ACTIONS(5347), 1, anon_sym_DOT, - ACTIONS(5359), 1, + ACTIONS(5349), 1, anon_sym_AT, - ACTIONS(5361), 1, + ACTIONS(5351), 1, anon_sym_CARET, - STATE(4632), 1, + STATE(4594), 1, aux_sym_relative_pathname_repeat1, - STATE(4986), 1, + STATE(4991), 1, aux_sym_partial_pathname_repeat1, - STATE(5645), 1, + STATE(5727), 1, sym__identifier, - STATE(7996), 1, - sym__external_pathname, - STATE(8181), 1, - sym_partial_pathname, - STATE(8278), 1, + STATE(6828), 1, sym_pathname_element, + STATE(6833), 1, + sym_partial_pathname, + STATE(7867), 1, + sym__external_pathname, STATE(3958), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(7408), 3, + STATE(6835), 3, sym_package_pathname, sym_absolute_pathname, sym_relative_pathname, @@ -241432,150 +241505,120 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [235093] = 15, + [235239] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5357), 1, - anon_sym_DOT, - ACTIONS(5359), 1, - anon_sym_AT, - ACTIONS(5361), 1, - anon_sym_CARET, - STATE(4632), 1, - aux_sym_relative_pathname_repeat1, - STATE(4986), 1, - aux_sym_partial_pathname_repeat1, - STATE(5645), 1, - sym__identifier, - STATE(7997), 1, - sym__external_pathname, - STATE(8181), 1, - sym_partial_pathname, - STATE(8278), 1, - sym_pathname_element, STATE(3959), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(7408), 3, - sym_package_pathname, - sym_absolute_pathname, - sym_relative_pathname, - ACTIONS(3838), 4, + ACTIONS(3282), 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, - [235146] = 15, + anon_sym_LPAREN, + anon_sym_LT_LT, + [235272] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5357), 1, - anon_sym_DOT, - ACTIONS(5359), 1, - anon_sym_AT, - ACTIONS(5361), 1, - anon_sym_CARET, - STATE(4632), 1, - aux_sym_relative_pathname_repeat1, - STATE(4986), 1, - aux_sym_partial_pathname_repeat1, - STATE(5645), 1, - sym__identifier, - STATE(7998), 1, - sym__external_pathname, - STATE(8181), 1, - sym_partial_pathname, - STATE(8278), 1, - sym_pathname_element, STATE(3960), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(7408), 3, - sym_package_pathname, - sym_absolute_pathname, - sym_relative_pathname, - ACTIONS(3838), 4, + ACTIONS(2478), 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, - [235199] = 15, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_LT_LT, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [235305] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5357), 1, - anon_sym_DOT, - ACTIONS(5359), 1, - anon_sym_AT, - ACTIONS(5361), 1, - anon_sym_CARET, - STATE(4632), 1, - aux_sym_relative_pathname_repeat1, - STATE(4986), 1, - aux_sym_partial_pathname_repeat1, - STATE(5645), 1, - sym__identifier, - STATE(7999), 1, - sym__external_pathname, - STATE(8181), 1, - sym_partial_pathname, - STATE(8278), 1, - sym_pathname_element, STATE(3961), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(7408), 3, - sym_package_pathname, - sym_absolute_pathname, - sym_relative_pathname, - ACTIONS(3838), 4, + 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, - [235252] = 15, + anon_sym_LPAREN, + anon_sym_LT_LT, + [235338] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5357), 1, + ACTIONS(5347), 1, anon_sym_DOT, - ACTIONS(5359), 1, + ACTIONS(5349), 1, anon_sym_AT, - ACTIONS(5361), 1, + ACTIONS(5351), 1, anon_sym_CARET, - STATE(4632), 1, + STATE(4594), 1, aux_sym_relative_pathname_repeat1, - STATE(4986), 1, + STATE(4991), 1, aux_sym_partial_pathname_repeat1, - STATE(5645), 1, + STATE(5727), 1, sym__identifier, - STATE(8000), 1, - sym__external_pathname, - STATE(8181), 1, - sym_partial_pathname, - STATE(8278), 1, + STATE(6828), 1, sym_pathname_element, + STATE(6833), 1, + sym_partial_pathname, + STATE(7848), 1, + sym__external_pathname, STATE(3962), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(7408), 3, + STATE(6835), 3, sym_package_pathname, sym_absolute_pathname, sym_relative_pathname, @@ -241584,188 +241627,148 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [235305] = 15, + [235391] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5357), 1, - anon_sym_DOT, - ACTIONS(5359), 1, - anon_sym_AT, - ACTIONS(5361), 1, - anon_sym_CARET, - STATE(4632), 1, - aux_sym_relative_pathname_repeat1, - STATE(4986), 1, - aux_sym_partial_pathname_repeat1, - STATE(5645), 1, - sym__identifier, - STATE(8001), 1, - sym__external_pathname, - STATE(8181), 1, - sym_partial_pathname, - STATE(8278), 1, - sym_pathname_element, STATE(3963), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(7408), 3, - sym_package_pathname, - sym_absolute_pathname, - sym_relative_pathname, - ACTIONS(3838), 4, + ACTIONS(3304), 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, - [235358] = 15, + anon_sym_LPAREN, + anon_sym_LT_LT, + [235424] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5357), 1, - anon_sym_DOT, - ACTIONS(5359), 1, - anon_sym_AT, - ACTIONS(5361), 1, - anon_sym_CARET, - STATE(4632), 1, - aux_sym_relative_pathname_repeat1, - STATE(4986), 1, - aux_sym_partial_pathname_repeat1, - STATE(5645), 1, - sym__identifier, - STATE(8002), 1, - sym__external_pathname, - STATE(8181), 1, - sym_partial_pathname, - STATE(8278), 1, - sym_pathname_element, STATE(3964), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(7408), 3, - sym_package_pathname, - sym_absolute_pathname, - sym_relative_pathname, - ACTIONS(3838), 4, + 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, - [235411] = 15, + anon_sym_LPAREN, + anon_sym_LT_LT, + [235457] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5357), 1, - anon_sym_DOT, - ACTIONS(5359), 1, - anon_sym_AT, - ACTIONS(5361), 1, - anon_sym_CARET, - STATE(4632), 1, - aux_sym_relative_pathname_repeat1, - STATE(4986), 1, - aux_sym_partial_pathname_repeat1, - STATE(5645), 1, - sym__identifier, - STATE(8003), 1, - sym__external_pathname, - STATE(8181), 1, - sym_partial_pathname, - STATE(8278), 1, - sym_pathname_element, STATE(3965), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(7408), 3, - sym_package_pathname, - sym_absolute_pathname, - sym_relative_pathname, - ACTIONS(3838), 4, + ACTIONS(3316), 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, - [235464] = 15, + anon_sym_LPAREN, + anon_sym_LT_LT, + [235490] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5357), 1, - anon_sym_DOT, - ACTIONS(5359), 1, - anon_sym_AT, - ACTIONS(5361), 1, - anon_sym_CARET, - STATE(4632), 1, - aux_sym_relative_pathname_repeat1, - STATE(4986), 1, - aux_sym_partial_pathname_repeat1, - STATE(5645), 1, - sym__identifier, - STATE(8004), 1, - sym__external_pathname, - STATE(8181), 1, - sym_partial_pathname, - STATE(8278), 1, - sym_pathname_element, STATE(3966), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(7408), 3, - sym_package_pathname, - sym_absolute_pathname, - sym_relative_pathname, - ACTIONS(3838), 4, + ACTIONS(2626), 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, - [235517] = 15, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_LT_LT, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [235523] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5357), 1, + ACTIONS(5347), 1, anon_sym_DOT, - ACTIONS(5359), 1, + ACTIONS(5349), 1, anon_sym_AT, - ACTIONS(5361), 1, + ACTIONS(5351), 1, anon_sym_CARET, - STATE(4632), 1, + STATE(4594), 1, aux_sym_relative_pathname_repeat1, - STATE(4986), 1, + STATE(4991), 1, aux_sym_partial_pathname_repeat1, - STATE(5645), 1, + STATE(5727), 1, sym__identifier, - STATE(8005), 1, - sym__external_pathname, - STATE(8181), 1, - sym_partial_pathname, - STATE(8278), 1, + STATE(6828), 1, sym_pathname_element, + STATE(6833), 1, + sym_partial_pathname, + STATE(7847), 1, + sym__external_pathname, STATE(3967), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(7408), 3, + STATE(6835), 3, sym_package_pathname, sym_absolute_pathname, sym_relative_pathname, @@ -241774,36 +241777,36 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [235570] = 15, + [235576] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5357), 1, + ACTIONS(5347), 1, anon_sym_DOT, - ACTIONS(5359), 1, + ACTIONS(5349), 1, anon_sym_AT, - ACTIONS(5361), 1, + ACTIONS(5351), 1, anon_sym_CARET, - STATE(4632), 1, + STATE(4594), 1, aux_sym_relative_pathname_repeat1, - STATE(4986), 1, + STATE(4991), 1, aux_sym_partial_pathname_repeat1, - STATE(5645), 1, + STATE(5727), 1, sym__identifier, - STATE(8006), 1, - sym__external_pathname, - STATE(8181), 1, - sym_partial_pathname, - STATE(8278), 1, + STATE(6828), 1, sym_pathname_element, + STATE(6833), 1, + sym_partial_pathname, + STATE(7981), 1, + sym__external_pathname, STATE(3968), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(7408), 3, + STATE(6835), 3, sym_package_pathname, sym_absolute_pathname, sym_relative_pathname, @@ -241812,36 +241815,36 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [235623] = 15, + [235629] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5357), 1, + ACTIONS(5347), 1, anon_sym_DOT, - ACTIONS(5359), 1, + ACTIONS(5349), 1, anon_sym_AT, - ACTIONS(5361), 1, + ACTIONS(5351), 1, anon_sym_CARET, - STATE(4632), 1, + STATE(4594), 1, aux_sym_relative_pathname_repeat1, - STATE(4986), 1, + STATE(4991), 1, aux_sym_partial_pathname_repeat1, - STATE(5645), 1, + STATE(5727), 1, sym__identifier, - STATE(8007), 1, - sym__external_pathname, - STATE(8181), 1, - sym_partial_pathname, - STATE(8278), 1, + STATE(6828), 1, sym_pathname_element, + STATE(6833), 1, + sym_partial_pathname, + STATE(7846), 1, + sym__external_pathname, STATE(3969), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(7408), 3, + STATE(6835), 3, sym_package_pathname, sym_absolute_pathname, sym_relative_pathname, @@ -241850,36 +241853,36 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [235676] = 15, + [235682] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5357), 1, + ACTIONS(5347), 1, anon_sym_DOT, - ACTIONS(5359), 1, + ACTIONS(5349), 1, anon_sym_AT, - ACTIONS(5361), 1, + ACTIONS(5351), 1, anon_sym_CARET, - STATE(4632), 1, + STATE(4594), 1, aux_sym_relative_pathname_repeat1, - STATE(4986), 1, + STATE(4991), 1, aux_sym_partial_pathname_repeat1, - STATE(5645), 1, + STATE(5727), 1, sym__identifier, - STATE(8008), 1, - sym__external_pathname, - STATE(8181), 1, - sym_partial_pathname, - STATE(8278), 1, + STATE(6828), 1, sym_pathname_element, + STATE(6833), 1, + sym_partial_pathname, + STATE(7978), 1, + sym__external_pathname, STATE(3970), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(7408), 3, + STATE(6835), 3, sym_package_pathname, sym_absolute_pathname, sym_relative_pathname, @@ -241888,36 +241891,36 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [235729] = 15, + [235735] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5357), 1, + ACTIONS(5347), 1, anon_sym_DOT, - ACTIONS(5359), 1, + ACTIONS(5349), 1, anon_sym_AT, - ACTIONS(5361), 1, + ACTIONS(5351), 1, anon_sym_CARET, - STATE(4632), 1, + STATE(4594), 1, aux_sym_relative_pathname_repeat1, - STATE(4986), 1, + STATE(4991), 1, aux_sym_partial_pathname_repeat1, - STATE(5645), 1, + STATE(5727), 1, sym__identifier, - STATE(8009), 1, - sym__external_pathname, - STATE(8181), 1, - sym_partial_pathname, - STATE(8278), 1, + STATE(6828), 1, sym_pathname_element, + STATE(6833), 1, + sym_partial_pathname, + STATE(7979), 1, + sym__external_pathname, STATE(3971), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(7408), 3, + STATE(6835), 3, sym_package_pathname, sym_absolute_pathname, sym_relative_pathname, @@ -241926,74 +241929,64 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [235782] = 15, + [235788] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5357), 1, - anon_sym_DOT, - ACTIONS(5359), 1, - anon_sym_AT, - ACTIONS(5361), 1, - anon_sym_CARET, - STATE(4632), 1, - aux_sym_relative_pathname_repeat1, - STATE(4986), 1, - aux_sym_partial_pathname_repeat1, - STATE(5645), 1, - sym__identifier, - STATE(8010), 1, - sym__external_pathname, - STATE(8181), 1, - sym_partial_pathname, - STATE(8278), 1, - sym_pathname_element, STATE(3972), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(7408), 3, - sym_package_pathname, - sym_absolute_pathname, - sym_relative_pathname, - ACTIONS(3838), 4, + ACTIONS(3344), 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, - [235835] = 15, + anon_sym_LPAREN, + anon_sym_LT_LT, + [235821] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5357), 1, + ACTIONS(5347), 1, anon_sym_DOT, - ACTIONS(5359), 1, + ACTIONS(5349), 1, anon_sym_AT, - ACTIONS(5361), 1, + ACTIONS(5351), 1, anon_sym_CARET, - STATE(4632), 1, + STATE(4594), 1, aux_sym_relative_pathname_repeat1, - STATE(4986), 1, + STATE(4991), 1, aux_sym_partial_pathname_repeat1, - STATE(5645), 1, + STATE(5727), 1, sym__identifier, - STATE(8011), 1, - sym__external_pathname, - STATE(8181), 1, - sym_partial_pathname, - STATE(8278), 1, + STATE(6828), 1, sym_pathname_element, + STATE(6833), 1, + sym_partial_pathname, + STATE(7980), 1, + sym__external_pathname, STATE(3973), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(7408), 3, + STATE(6835), 3, sym_package_pathname, sym_absolute_pathname, sym_relative_pathname, @@ -242002,36 +241995,36 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [235888] = 15, + [235874] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5357), 1, + ACTIONS(5347), 1, anon_sym_DOT, - ACTIONS(5359), 1, + ACTIONS(5349), 1, anon_sym_AT, - ACTIONS(5361), 1, + ACTIONS(5351), 1, anon_sym_CARET, - STATE(4632), 1, + STATE(4594), 1, aux_sym_relative_pathname_repeat1, - STATE(4986), 1, + STATE(4991), 1, aux_sym_partial_pathname_repeat1, - STATE(5645), 1, + STATE(5727), 1, sym__identifier, - STATE(8012), 1, - sym__external_pathname, - STATE(8181), 1, - sym_partial_pathname, - STATE(8278), 1, + STATE(6828), 1, sym_pathname_element, + STATE(6833), 1, + sym_partial_pathname, + STATE(8017), 1, + sym__external_pathname, STATE(3974), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(7408), 3, + STATE(6835), 3, sym_package_pathname, sym_absolute_pathname, sym_relative_pathname, @@ -242040,36 +242033,64 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [235941] = 15, + [235927] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(3975), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3468), 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, + [235960] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5357), 1, + ACTIONS(5347), 1, anon_sym_DOT, - ACTIONS(5359), 1, + ACTIONS(5349), 1, anon_sym_AT, - ACTIONS(5361), 1, + ACTIONS(5351), 1, anon_sym_CARET, - STATE(4632), 1, + STATE(4594), 1, aux_sym_relative_pathname_repeat1, - STATE(4986), 1, + STATE(4991), 1, aux_sym_partial_pathname_repeat1, - STATE(5645), 1, + STATE(5727), 1, sym__identifier, - STATE(8013), 1, - sym__external_pathname, - STATE(8181), 1, - sym_partial_pathname, - STATE(8278), 1, + STATE(6828), 1, sym_pathname_element, - STATE(3975), 3, + STATE(6833), 1, + sym_partial_pathname, + STATE(7810), 1, + sym__external_pathname, + STATE(3976), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(7408), 3, + STATE(6835), 3, sym_package_pathname, sym_absolute_pathname, sym_relative_pathname, @@ -242078,65 +242099,44 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [235994] = 5, + [236013] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3976), 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(5347), 1, anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_LT_LT, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [236027] = 8, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(7144), 1, - sym__attribute, - STATE(8308), 1, - sym__attribute_designator, + ACTIONS(5349), 1, + anon_sym_AT, + ACTIONS(5351), 1, + anon_sym_CARET, + STATE(4594), 1, + aux_sym_relative_pathname_repeat1, + STATE(4991), 1, + aux_sym_partial_pathname_repeat1, + STATE(5727), 1, + sym__identifier, + STATE(6828), 1, + sym_pathname_element, + STATE(6833), 1, + sym_partial_pathname, + STATE(7869), 1, + sym__external_pathname, STATE(3977), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5355), 4, + STATE(6835), 3, + sym_package_pathname, + sym_absolute_pathname, + sym_relative_pathname, + ACTIONS(3838), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - ACTIONS(5121), 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, [236066] = 11, ACTIONS(3), 1, sym__grave_accent, @@ -242144,16 +242144,16 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5421), 1, + ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3668), 1, + STATE(3015), 1, sym__direct_name, - STATE(6206), 1, + STATE(8118), 1, sym_name, - STATE(4715), 2, + STATE(4386), 2, sym__identifier, sym__external_name, - ACTIONS(5425), 3, + ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -242161,11 +242161,11 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4833), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(5423), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, @@ -242181,7 +242181,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3262), 15, + ACTIONS(3260), 15, sym_identifier, sym_ASSERT, sym_END, @@ -242206,11 +242206,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3023), 1, + STATE(3015), 1, sym__direct_name, - STATE(8288), 1, + STATE(6978), 1, sym_name, - STATE(4362), 2, + STATE(4386), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -242221,43 +242221,49 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [236186] = 5, + [236186] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(1070), 1, + anon_sym_LT_LT, + STATE(733), 1, + sym__direct_name, + STATE(2001), 1, + sym_name, + STATE(944), 2, + sym__identifier, + sym__external_name, + ACTIONS(1082), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, + STATE(950), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, STATE(3981), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3264), 15, + ACTIONS(1072), 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, - [236218] = 11, + [236230] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -242266,11 +242272,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3023), 1, + STATE(3015), 1, sym__direct_name, - STATE(8318), 1, + STATE(7024), 1, sym_name, - STATE(4362), 2, + STATE(4386), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -242281,32 +242287,32 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [236262] = 11, + [236274] = 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(5421), 1, anon_sym_LT_LT, - STATE(3023), 1, + STATE(3382), 1, sym__direct_name, - STATE(8321), 1, + STATE(5090), 1, sym_name, - STATE(4362), 2, + STATE(4546), 2, sym__identifier, sym__external_name, - ACTIONS(71), 3, + ACTIONS(5425), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -242314,49 +242320,49 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4545), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(5423), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [236306] = 11, + [236318] = 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(1141), 1, anon_sym_LT_LT, - STATE(3023), 1, + STATE(883), 1, sym__direct_name, - STATE(6619), 1, + STATE(2747), 1, sym_name, - STATE(4362), 2, + STATE(2281), 2, sym__identifier, sym__external_name, - ACTIONS(71), 3, + ACTIONS(1153), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, + STATE(2282), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, STATE(3984), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(1143), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [236350] = 11, + [236362] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -242365,11 +242371,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3023), 1, + STATE(3015), 1, sym__direct_name, - STATE(6634), 1, + STATE(7072), 1, sym_name, - STATE(4362), 2, + STATE(4386), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -242380,191 +242386,197 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [236394] = 11, + [236406] = 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(902), 1, anon_sym_LT_LT, - STATE(3023), 1, + STATE(882), 1, sym__direct_name, - STATE(6640), 1, + STATE(2713), 1, sym_name, - STATE(4362), 2, + STATE(1979), 2, sym__identifier, sym__external_name, - ACTIONS(71), 3, + ACTIONS(914), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, + STATE(1977), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, STATE(3986), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(1227), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [236438] = 11, + [236450] = 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(1165), 1, anon_sym_LT_LT, - STATE(3023), 1, + STATE(867), 1, sym__direct_name, - STATE(6671), 1, + STATE(2716), 1, sym_name, - STATE(4362), 2, + STATE(2186), 2, sym__identifier, sym__external_name, - ACTIONS(71), 3, + ACTIONS(1177), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, + STATE(2185), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, STATE(3987), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(1167), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [236482] = 5, + [236494] = 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(4086), 1, + sym__direct_name, + STATE(5317), 1, + sym_name, + STATE(4386), 2, + sym__identifier, + sym__external_name, + ACTIONS(71), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, STATE(3988), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3270), 15, + STATE(4383), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(3074), 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, - [236514] = 11, + [236538] = 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(1233), 1, anon_sym_LT_LT, - STATE(3023), 1, + STATE(886), 1, sym__direct_name, - STATE(6704), 1, + STATE(2732), 1, sym_name, - STATE(4362), 2, + STATE(2126), 2, sym__identifier, sym__external_name, - ACTIONS(71), 3, + ACTIONS(1245), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, + STATE(2124), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, STATE(3989), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(1235), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [236558] = 11, + [236582] = 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(1255), 1, anon_sym_LT_LT, - STATE(3023), 1, + STATE(820), 1, sym__direct_name, - STATE(6707), 1, + STATE(2664), 1, sym_name, - STATE(4362), 2, + STATE(1870), 2, sym__identifier, sym__external_name, - ACTIONS(71), 3, + ACTIONS(1267), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, + STATE(1872), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, STATE(3990), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(1257), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [236602] = 11, + [236626] = 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(5427), 1, anon_sym_LT_LT, - STATE(3023), 1, + STATE(3640), 1, sym__direct_name, - STATE(6745), 1, + STATE(5760), 1, sym_name, - STATE(4362), 2, + STATE(4874), 2, sym__identifier, sym__external_name, - ACTIONS(71), 3, + ACTIONS(5431), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -242572,43 +242584,49 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4804), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(5429), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [236646] = 5, + [236670] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(782), 1, + anon_sym_LT_LT, + STATE(723), 1, + sym__direct_name, + STATE(1543), 1, + sym_name, + STATE(879), 2, + sym__identifier, + sym__external_name, + ACTIONS(786), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, + STATE(881), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, STATE(3992), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3478), 15, + ACTIONS(806), 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, - [236678] = 11, + [236714] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -242617,11 +242635,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3023), 1, + STATE(4121), 1, sym__direct_name, - STATE(6753), 1, + STATE(5882), 1, sym_name, - STATE(4362), 2, + STATE(4386), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -242632,65 +242650,66 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [236722] = 11, + [236758] = 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(1187), 1, anon_sym_LT_LT, - STATE(3023), 1, + STATE(845), 1, sym__direct_name, - STATE(6755), 1, + STATE(2725), 1, sym_name, - STATE(4362), 2, + STATE(2048), 2, sym__identifier, sym__external_name, - ACTIONS(71), 3, + ACTIONS(1199), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, + STATE(2049), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, STATE(3994), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(1189), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [236766] = 11, + [236802] = 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(5427), 1, anon_sym_LT_LT, - STATE(3023), 1, + STATE(3640), 1, sym__direct_name, - STATE(6795), 1, - sym_name, - STATE(4362), 2, + STATE(4662), 1, sym__identifier, + STATE(4874), 1, sym__external_name, - ACTIONS(71), 3, + STATE(6225), 1, + sym_name, + ACTIONS(5431), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -242698,65 +242717,66 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4804), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(5433), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [236810] = 11, + [236848] = 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(1431), 1, anon_sym_LT_LT, - STATE(3023), 1, + STATE(815), 1, sym__direct_name, - STATE(6807), 1, + STATE(2644), 1, sym_name, - STATE(4362), 2, + STATE(1717), 2, sym__identifier, sym__external_name, - ACTIONS(71), 3, + ACTIONS(1443), 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(3996), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(1433), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [236854] = 11, + [236892] = 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(5427), 1, anon_sym_LT_LT, - STATE(3023), 1, + STATE(3640), 1, sym__direct_name, - STATE(6809), 1, - sym_name, - STATE(4362), 2, + STATE(4670), 1, sym__identifier, + STATE(4874), 1, sym__external_name, - ACTIONS(71), 3, + STATE(6260), 1, + sym_name, + ACTIONS(5431), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -242764,32 +242784,32 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4804), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(5433), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [236898] = 11, + [236938] = 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(5435), 1, anon_sym_LT_LT, - STATE(3023), 1, + STATE(3634), 1, sym__direct_name, - STATE(6844), 1, + STATE(5190), 1, sym_name, - STATE(4362), 2, + STATE(4440), 2, sym__identifier, sym__external_name, - ACTIONS(71), 3, + ACTIONS(5439), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -242797,142 +242817,148 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4442), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(5437), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [236942] = 5, + [236982] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(856), 1, + anon_sym_LT_LT, + STATE(772), 1, + sym__direct_name, + STATE(2511), 1, + sym_name, + STATE(1395), 2, + sym__identifier, + sym__external_name, + ACTIONS(868), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, + STATE(1394), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, STATE(3999), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3386), 15, + ACTIONS(858), 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, - [236974] = 11, + [237026] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5421), 1, + ACTIONS(880), 1, anon_sym_LT_LT, - STATE(3668), 1, + STATE(757), 1, sym__direct_name, - STATE(5880), 1, + STATE(2522), 1, sym_name, - STATE(4715), 2, + STATE(1358), 2, sym__identifier, sym__external_name, - ACTIONS(5425), 3, + ACTIONS(892), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, + STATE(1357), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, STATE(4000), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4833), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(5423), 4, + ACTIONS(882), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [237018] = 11, + [237070] = 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(419), 1, anon_sym_LT_LT, - STATE(3023), 1, + STATE(764), 1, sym__direct_name, - STATE(6853), 1, + STATE(2485), 1, sym_name, - STATE(4362), 2, + STATE(1352), 2, sym__identifier, sym__external_name, - ACTIONS(71), 3, + ACTIONS(441), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, + STATE(1351), 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(4351), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(421), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [237062] = 11, + [237114] = 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(1012), 1, anon_sym_LT_LT, - STATE(3023), 1, + STATE(792), 1, sym__direct_name, - STATE(6856), 1, + STATE(2552), 1, sym_name, - STATE(4362), 2, + STATE(1517), 2, sym__identifier, sym__external_name, - ACTIONS(71), 3, + ACTIONS(1024), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, + STATE(1523), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, STATE(4002), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(1014), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [237106] = 11, + [237158] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -242941,11 +242967,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3023), 1, + STATE(3015), 1, sym__direct_name, - STATE(6879), 1, + STATE(6970), 1, sym_name, - STATE(4362), 2, + STATE(4386), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -242956,16 +242982,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [237150] = 11, + [237202] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -242974,11 +243000,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3023), 1, + STATE(4086), 1, sym__direct_name, - STATE(6892), 1, + STATE(5217), 1, sym_name, - STATE(4362), 2, + STATE(4386), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -242989,69 +243015,69 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [237194] = 11, + [237246] = 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(1050), 1, anon_sym_LT_LT, - STATE(3023), 1, + STATE(794), 1, sym__direct_name, - STATE(6899), 1, + STATE(2583), 1, sym_name, - STATE(4362), 2, + STATE(1584), 2, sym__identifier, sym__external_name, - ACTIONS(71), 3, + ACTIONS(1062), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, + STATE(1587), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, STATE(4005), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(1052), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [237238] = 11, + [237290] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(880), 1, + ACTIONS(968), 1, anon_sym_LT_LT, - STATE(786), 1, + STATE(751), 1, sym__direct_name, - STATE(2566), 1, + STATE(2451), 1, sym_name, - STATE(1475), 2, + STATE(1215), 2, sym__identifier, sym__external_name, - ACTIONS(892), 3, + ACTIONS(980), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(1476), 3, + STATE(1216), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -243059,28 +243085,28 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(882), 4, + ACTIONS(970), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [237282] = 11, + [237334] = 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(3768), 1, anon_sym_LT_LT, - STATE(3023), 1, + STATE(3754), 1, sym__direct_name, - STATE(6927), 1, + STATE(5473), 1, sym_name, - STATE(4362), 2, + STATE(4877), 2, sym__identifier, sym__external_name, - ACTIONS(71), 3, + ACTIONS(3790), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -243088,32 +243114,32 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4876), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(3770), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [237326] = 11, + [237378] = 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(3768), 1, anon_sym_LT_LT, - STATE(3023), 1, + STATE(3647), 1, sym__direct_name, - STATE(7287), 1, + STATE(5870), 1, sym_name, - STATE(4362), 2, + STATE(4877), 2, sym__identifier, sym__external_name, - ACTIONS(71), 3, + ACTIONS(3790), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -243121,158 +243147,164 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4876), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(3770), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [237370] = 11, + [237422] = 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(946), 1, anon_sym_LT_LT, - STATE(3023), 1, + STATE(787), 1, sym__direct_name, - STATE(6936), 1, + STATE(2606), 1, sym_name, - STATE(4362), 2, + STATE(1601), 2, sym__identifier, sym__external_name, - ACTIONS(71), 3, + ACTIONS(958), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, + STATE(1569), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, STATE(4009), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(948), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [237414] = 11, + [237466] = 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(992), 1, anon_sym_LT_LT, - STATE(3023), 1, + STATE(744), 1, sym__direct_name, - STATE(6939), 1, + STATE(2334), 1, sym_name, - STATE(4362), 2, + STATE(1027), 2, sym__identifier, sym__external_name, - ACTIONS(71), 3, + ACTIONS(1004), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, + STATE(1028), 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(4351), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(994), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [237458] = 5, + [237510] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(1301), 1, + anon_sym_LT_LT, + STATE(812), 1, + sym__direct_name, + STATE(2683), 1, + sym_name, + STATE(1760), 2, + sym__identifier, + sym__external_name, + ACTIONS(1313), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, + STATE(1761), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, STATE(4011), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3344), 15, + ACTIONS(1303), 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, - [237490] = 11, + [237554] = 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(1407), 1, anon_sym_LT_LT, - STATE(3023), 1, + STATE(821), 1, sym__direct_name, - STATE(6967), 1, + STATE(2621), 1, sym_name, - STATE(4362), 2, + STATE(1783), 2, sym__identifier, sym__external_name, - ACTIONS(71), 3, + ACTIONS(1419), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, + STATE(1784), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, STATE(4012), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(1409), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [237534] = 11, + [237598] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5421), 1, + ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3668), 1, + STATE(3015), 1, sym__direct_name, - STATE(5889), 1, + STATE(6969), 1, sym_name, - STATE(4715), 2, + STATE(4386), 2, sym__identifier, sym__external_name, - ACTIONS(5425), 3, + ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -243280,76 +243312,82 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4833), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(5423), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [237578] = 5, + [237642] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(782), 1, + anon_sym_LT_LT, + STATE(756), 1, + sym__direct_name, + STATE(2445), 1, + sym_name, + STATE(879), 2, + sym__identifier, + sym__external_name, + ACTIONS(786), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, + STATE(881), 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, - ACTIONS(3346), 15, + ACTIONS(806), 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, - [237610] = 11, + [237686] = 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(1385), 1, anon_sym_LT_LT, - STATE(3023), 1, + STATE(786), 1, sym__direct_name, - STATE(7289), 1, + STATE(2574), 1, sym_name, - STATE(4362), 2, + STATE(1631), 2, sym__identifier, sym__external_name, - ACTIONS(71), 3, + ACTIONS(1397), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, + STATE(1636), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, STATE(4015), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(1387), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [237654] = 11, + [237730] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -243358,11 +243396,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3023), 1, + STATE(3015), 1, sym__direct_name, - STATE(6975), 1, + STATE(6941), 1, sym_name, - STATE(4362), 2, + STATE(4386), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -243373,32 +243411,32 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [237698] = 11, + [237774] = 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(5441), 1, anon_sym_LT_LT, - STATE(3023), 1, + STATE(3404), 1, sym__direct_name, - STATE(6978), 1, + STATE(5077), 1, sym_name, - STATE(4362), 2, + STATE(4521), 2, sym__identifier, sym__external_name, - ACTIONS(71), 3, + ACTIONS(5445), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -243406,49 +243444,49 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4512), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(5443), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [237742] = 11, + [237818] = 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(1209), 1, anon_sym_LT_LT, - STATE(3023), 1, + STATE(766), 1, sym__direct_name, - STATE(7011), 1, + STATE(2533), 1, sym_name, - STATE(4362), 2, + STATE(1324), 2, sym__identifier, sym__external_name, - ACTIONS(71), 3, + ACTIONS(1221), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, + STATE(1326), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, STATE(4018), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(1211), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [237786] = 11, + [237862] = 12, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -243457,13 +243495,14 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3023), 1, + STATE(3015), 1, sym__direct_name, - STATE(6779), 1, - sym_name, - STATE(4362), 2, - sym__identifier, + STATE(4386), 1, sym__external_name, + STATE(4933), 1, + sym__identifier, + STATE(8220), 1, + sym_name, ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, @@ -243472,69 +243511,69 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(5363), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [237830] = 11, + [237908] = 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(1070), 1, anon_sym_LT_LT, - STATE(4251), 1, + STATE(823), 1, sym__direct_name, - STATE(5700), 1, + STATE(2612), 1, sym_name, - STATE(4362), 2, + STATE(944), 2, sym__identifier, sym__external_name, - ACTIONS(71), 3, + ACTIONS(1082), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, + STATE(950), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, STATE(4020), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(1072), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [237874] = 11, + [237952] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(966), 1, + ACTIONS(924), 1, anon_sym_LT_LT, - STATE(793), 1, + STATE(741), 1, sym__direct_name, - STATE(2585), 1, + STATE(2366), 1, sym_name, - STATE(1499), 2, + STATE(1116), 2, sym__identifier, sym__external_name, - ACTIONS(978), 3, + ACTIONS(936), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(1501), 3, + STATE(999), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, @@ -243542,94 +243581,94 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(968), 4, + ACTIONS(926), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [237918] = 11, + [237996] = 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(738), 1, anon_sym_LT_LT, - STATE(3023), 1, + STATE(743), 1, sym__direct_name, - STATE(7023), 1, + STATE(2391), 1, sym_name, - STATE(4362), 2, + STATE(1025), 2, sym__identifier, sym__external_name, - ACTIONS(71), 3, + ACTIONS(754), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, + STATE(1087), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, STATE(4022), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(740), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [237962] = 11, + [238040] = 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(1365), 1, anon_sym_LT_LT, - STATE(3023), 1, + STATE(765), 1, sym__direct_name, - STATE(7027), 1, + STATE(2498), 1, sym_name, - STATE(4362), 2, + STATE(1273), 2, sym__identifier, sym__external_name, - ACTIONS(71), 3, + ACTIONS(1377), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, + STATE(1275), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, STATE(4023), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(1367), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [238006] = 11, + [238084] = 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(5447), 1, anon_sym_LT_LT, - STATE(3023), 1, + STATE(3903), 1, sym__direct_name, - STATE(7063), 1, + STATE(5858), 1, sym_name, - STATE(4362), 2, + STATE(4912), 2, sym__identifier, sym__external_name, - ACTIONS(71), 3, + ACTIONS(5451), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -243637,70 +243676,49 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4949), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(5449), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [238050] = 5, + [238128] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4025), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(3390), 15, - sym_identifier, - sym_ASSERT, - sym_END, - sym_POSTPONED, - sym_PROCESS, - sym_WHEN, - sym_WITH, + ACTIONS(11), 1, + anon_sym_LT_LT, + STATE(3015), 1, + sym__direct_name, + STATE(6933), 1, + sym_name, + STATE(4386), 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, - [238082] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(4026), 3, + STATE(4025), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3290), 15, + STATE(4383), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(3074), 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, - [238114] = 11, + [238172] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -243709,31 +243727,31 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3023), 1, + STATE(3015), 1, sym__direct_name, - STATE(7086), 1, + STATE(6932), 1, sym_name, - STATE(4362), 2, + STATE(4386), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(4027), 3, + STATE(4026), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [238158] = 11, + [238216] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -243742,97 +243760,112 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3023), 1, + STATE(3015), 1, sym__direct_name, - STATE(7089), 1, + STATE(6918), 1, sym_name, - STATE(4362), 2, + STATE(4386), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(4028), 3, + STATE(4027), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [238202] = 11, + [238260] = 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(3023), 1, - sym__direct_name, - STATE(7126), 1, - sym_name, - STATE(4362), 2, - sym__identifier, - sym__external_name, - ACTIONS(71), 3, + STATE(4028), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3494), 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, + [238292] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, STATE(4029), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(3078), 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, - [238246] = 11, + anon_sym_LPAREN, + anon_sym_LT_LT, + [238324] = 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(3023), 1, - sym__direct_name, - STATE(7153), 1, - sym_name, - STATE(4362), 2, - sym__identifier, - sym__external_name, - ACTIONS(71), 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(4351), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(3412), 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, - [238290] = 11, + anon_sym_LPAREN, + anon_sym_LT_LT, + [238356] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -243841,11 +243874,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3023), 1, + STATE(4371), 1, sym__direct_name, - STATE(7156), 1, + STATE(8138), 1, sym_name, - STATE(4362), 2, + STATE(4386), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -243856,49 +243889,43 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [238334] = 11, + [238400] = 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(3023), 1, - sym__direct_name, - STATE(7194), 1, - sym_name, - STATE(4362), 2, - sym__identifier, - sym__external_name, - ACTIONS(71), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, STATE(4032), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(3344), 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, - [238378] = 11, + anon_sym_LPAREN, + anon_sym_LT_LT, + [238432] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -243907,11 +243934,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3023), 1, + STATE(4371), 1, sym__direct_name, - STATE(7207), 1, + STATE(8129), 1, sym_name, - STATE(4362), 2, + STATE(4386), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -243922,16 +243949,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [238422] = 11, + [238476] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -243940,11 +243967,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3023), 1, + STATE(4371), 1, sym__direct_name, - STATE(7210), 1, + STATE(8115), 1, sym_name, - STATE(4362), 2, + STATE(4386), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -243955,49 +243982,43 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [238466] = 11, + [238520] = 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(3023), 1, - sym__direct_name, - STATE(7249), 1, - sym_name, - STATE(4362), 2, - sym__identifier, - sym__external_name, - ACTIONS(71), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, STATE(4035), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(3450), 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, - [238510] = 11, + anon_sym_LPAREN, + anon_sym_LT_LT, + [238552] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -244006,11 +244027,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3023), 1, + STATE(3015), 1, sym__direct_name, - STATE(7261), 1, + STATE(7128), 1, sym_name, - STATE(4362), 2, + STATE(4386), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -244021,16 +244042,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [238554] = 11, + [238596] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -244039,11 +244060,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3023), 1, + STATE(3015), 1, sym__direct_name, - STATE(7264), 1, + STATE(7127), 1, sym_name, - STATE(4362), 2, + STATE(4386), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -244054,49 +244075,43 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [238598] = 11, + [238640] = 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(3023), 1, - sym__direct_name, - STATE(7292), 1, - sym_name, - STATE(4362), 2, - sym__identifier, - sym__external_name, - ACTIONS(71), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, STATE(4038), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(3316), 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, - [238642] = 11, + anon_sym_LPAREN, + anon_sym_LT_LT, + [238672] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -244105,11 +244120,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3023), 1, + STATE(4371), 1, sym__direct_name, - STATE(7314), 1, + STATE(8073), 1, sym_name, - STATE(4362), 2, + STATE(4386), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -244120,16 +244135,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [238686] = 11, + [238716] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -244138,11 +244153,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3023), 1, + STATE(3015), 1, sym__direct_name, - STATE(7316), 1, + STATE(7060), 1, sym_name, - STATE(4362), 2, + STATE(4386), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -244153,32 +244168,32 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [238730] = 11, + [238760] = 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(5453), 1, anon_sym_LT_LT, - STATE(3023), 1, + STATE(3557), 1, sym__direct_name, - STATE(7337), 1, + STATE(5152), 1, sym_name, - STATE(4362), 2, + STATE(4651), 2, sym__identifier, sym__external_name, - ACTIONS(71), 3, + ACTIONS(5457), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -244186,16 +244201,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4649), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(5455), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [238774] = 11, + [238804] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -244204,11 +244219,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3023), 1, + STATE(3015), 1, sym__direct_name, - STATE(7351), 1, + STATE(7074), 1, sym_name, - STATE(4362), 2, + STATE(4386), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -244219,16 +244234,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [238818] = 11, + [238848] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -244237,11 +244252,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3023), 1, + STATE(4086), 1, sym__direct_name, - STATE(7354), 1, + STATE(5295), 1, sym_name, - STATE(4362), 2, + STATE(4386), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -244252,16 +244267,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [238862] = 11, + [238892] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -244270,11 +244285,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3023), 1, + STATE(4121), 1, sym__direct_name, - STATE(7377), 1, + STATE(5803), 1, sym_name, - STATE(4362), 2, + STATE(4386), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -244285,16 +244300,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [238906] = 11, + [238936] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -244303,11 +244318,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(4251), 1, + STATE(4086), 1, sym__direct_name, - STATE(5166), 1, + STATE(5278), 1, sym_name, - STATE(4362), 2, + STATE(4386), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -244318,49 +244333,43 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [238950] = 11, + [238980] = 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(3023), 1, - sym__direct_name, - STATE(7388), 1, - sym_name, - STATE(4362), 2, - sym__identifier, - sym__external_name, - ACTIONS(71), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, STATE(4046), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(3304), 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, - [238994] = 11, + anon_sym_LPAREN, + anon_sym_LT_LT, + [239012] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -244369,11 +244378,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3023), 1, + STATE(3015), 1, sym__direct_name, - STATE(7397), 1, + STATE(7023), 1, sym_name, - STATE(4362), 2, + STATE(4386), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -244384,16 +244393,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [239038] = 11, + [239056] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -244402,11 +244411,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3023), 1, + STATE(3015), 1, sym__direct_name, - STATE(7421), 1, + STATE(6912), 1, sym_name, - STATE(4362), 2, + STATE(4386), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -244417,16 +244426,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [239082] = 11, + [239100] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -244435,11 +244444,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3023), 1, + STATE(3015), 1, sym__direct_name, - STATE(7441), 1, + STATE(6990), 1, sym_name, - STATE(4362), 2, + STATE(4386), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -244450,16 +244459,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [239126] = 11, + [239144] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -244468,11 +244477,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3023), 1, + STATE(3015), 1, sym__direct_name, - STATE(7449), 1, + STATE(6987), 1, sym_name, - STATE(4362), 2, + STATE(4386), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -244483,16 +244492,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [239170] = 11, + [239188] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -244501,11 +244510,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3023), 1, + STATE(3015), 1, sym__direct_name, - STATE(7486), 1, + STATE(7038), 1, sym_name, - STATE(4362), 2, + STATE(4386), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -244516,49 +244525,49 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [239214] = 11, + [239232] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1451), 1, + ACTIONS(11), 1, anon_sym_LT_LT, - STATE(853), 1, + STATE(3015), 1, sym__direct_name, - STATE(2711), 1, + STATE(6911), 1, sym_name, - STATE(2087), 2, + STATE(4386), 2, sym__identifier, sym__external_name, - ACTIONS(1463), 3, + ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(2088), 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(1453), 4, + STATE(4383), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [239258] = 11, + [239276] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -244567,11 +244576,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3023), 1, + STATE(3015), 1, sym__direct_name, - STATE(7512), 1, + STATE(7208), 1, sym_name, - STATE(4362), 2, + STATE(4386), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -244582,16 +244591,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [239302] = 11, + [239320] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -244600,11 +244609,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3023), 1, + STATE(3015), 1, sym__direct_name, - STATE(7517), 1, + STATE(7703), 1, sym_name, - STATE(4362), 2, + STATE(4386), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -244615,16 +244624,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [239346] = 11, + [239364] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -244633,11 +244642,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3023), 1, + STATE(3015), 1, sym__direct_name, - STATE(7561), 1, + STATE(7009), 1, sym_name, - STATE(4362), 2, + STATE(4386), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -244648,16 +244657,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [239390] = 11, + [239408] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -244666,11 +244675,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3023), 1, + STATE(3015), 1, sym__direct_name, - STATE(7582), 1, + STATE(6890), 1, sym_name, - STATE(4362), 2, + STATE(4386), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -244681,49 +244690,49 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [239434] = 11, + [239452] = 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(401), 1, anon_sym_LT_LT, - STATE(3023), 1, + STATE(736), 1, sym__direct_name, - STATE(7589), 1, + STATE(2007), 1, sym_name, - STATE(4362), 2, + STATE(954), 2, sym__identifier, sym__external_name, - ACTIONS(71), 3, + ACTIONS(409), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, + STATE(929), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, STATE(4057), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(403), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [239478] = 11, + [239496] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -244732,11 +244741,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3023), 1, + STATE(3015), 1, sym__direct_name, - STATE(7639), 1, + STATE(7001), 1, sym_name, - STATE(4362), 2, + STATE(4386), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -244747,82 +244756,79 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [239522] = 11, + [239540] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1163), 1, + ACTIONS(11), 1, anon_sym_LT_LT, - STATE(780), 1, + STATE(3015), 1, sym__direct_name, - STATE(2537), 1, + STATE(7097), 1, sym_name, - STATE(1550), 2, + STATE(4386), 2, sym__identifier, sym__external_name, - ACTIONS(1175), 3, + ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(1551), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, STATE(4059), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(1165), 4, + STATE(4383), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [239566] = 11, + [239584] = 8, 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(3023), 1, - sym__direct_name, - STATE(7656), 1, - sym_name, - STATE(4362), 2, - sym__identifier, - sym__external_name, - ACTIONS(71), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, + ACTIONS(5463), 1, + sym_RANGE, + STATE(5177), 1, + sym_range_constraint, STATE(4060), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(5459), 5, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_RPAREN, + sym_variable_assignment, + anon_sym_GT_GT, + ACTIONS(5461), 8, sym_identifier, + sym_character_literal, + sym_operator_symbol, sym_library_constant, + sym_library_constant_std_logic, sym_library_function, sym_library_type, - [239610] = 11, + anon_sym_LT_LT, + [239622] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -244831,11 +244837,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3023), 1, + STATE(3015), 1, sym__direct_name, - STATE(7658), 1, + STATE(6903), 1, sym_name, - STATE(4362), 2, + STATE(4386), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -244846,16 +244852,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [239654] = 11, + [239666] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -244864,11 +244870,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3023), 1, + STATE(3015), 1, sym__direct_name, - STATE(7685), 1, + STATE(6735), 1, sym_name, - STATE(4362), 2, + STATE(4386), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -244879,16 +244885,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [239698] = 11, + [239710] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -244897,11 +244903,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3023), 1, + STATE(3015), 1, sym__direct_name, - STATE(7702), 1, + STATE(7142), 1, sym_name, - STATE(4362), 2, + STATE(4386), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -244912,16 +244918,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [239742] = 11, + [239754] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -244930,11 +244936,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3023), 1, + STATE(3015), 1, sym__direct_name, - STATE(7705), 1, + STATE(6726), 1, sym_name, - STATE(4362), 2, + STATE(4386), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -244945,16 +244951,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [239786] = 11, + [239798] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -244963,11 +244969,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3023), 1, + STATE(4371), 1, sym__direct_name, - STATE(7720), 1, + STATE(8098), 1, sym_name, - STATE(4362), 2, + STATE(4386), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -244978,16 +244984,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [239830] = 11, + [239842] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -244996,11 +245002,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3023), 1, + STATE(3015), 1, sym__direct_name, - STATE(7735), 1, + STATE(7145), 1, sym_name, - STATE(4362), 2, + STATE(4386), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -245011,48 +245017,42 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [239874] = 11, + [239886] = 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(3023), 1, - sym__direct_name, - STATE(7741), 1, - sym_name, - STATE(4362), 2, - sym__identifier, - sym__external_name, - ACTIONS(71), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, STATE(4067), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(3282), 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, [239918] = 11, ACTIONS(3), 1, sym__grave_accent, @@ -245062,11 +245062,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3023), 1, + STATE(3015), 1, sym__direct_name, - STATE(7762), 1, + STATE(6655), 1, sym_name, - STATE(4362), 2, + STATE(4386), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -245077,11 +245077,11 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, @@ -245095,11 +245095,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3023), 1, + STATE(4086), 1, sym__direct_name, - STATE(7770), 1, + STATE(5215), 1, sym_name, - STATE(4362), 2, + STATE(4386), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -245110,11 +245110,11 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, @@ -245128,11 +245128,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3023), 1, + STATE(4121), 1, sym__direct_name, - STATE(7773), 1, + STATE(5665), 1, sym_name, - STATE(4362), 2, + STATE(4386), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -245143,11 +245143,11 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, @@ -245161,11 +245161,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3023), 1, + STATE(4086), 1, sym__direct_name, - STATE(7793), 1, + STATE(5223), 1, sym_name, - STATE(4362), 2, + STATE(4386), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -245176,27 +245176,63 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [240094] = 5, + [240094] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4072), 3, + ACTIONS(1471), 1, + sym_AFTER, + ACTIONS(5465), 1, + anon_sym_DOT, + ACTIONS(5468), 1, + anon_sym_LPAREN, + ACTIONS(5471), 1, + anon_sym_SQUOTE, + ACTIONS(5474), 1, + anon_sym_LBRACK, + ACTIONS(5477), 1, + sym_GENERIC, + ACTIONS(5480), 1, + sym_PARAMETER, + STATE(4892), 1, + sym_generic_map_aspect, + STATE(4968), 1, + sym__name_selector, + STATE(4072), 4, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + aux_sym_name_repeat1, + STATE(4969), 5, + sym_function_call, + sym_parenthesis_group, + sym_attribute, + sym_signature, + sym_selection, + [240144] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(4073), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3332), 15, + ACTIONS(3270), 15, sym_identifier, sym_ASSERT, sym_END, @@ -245212,7 +245248,34 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [240126] = 11, + [240176] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(4074), 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, + [240208] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -245221,31 +245284,31 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3023), 1, + STATE(3015), 1, sym__direct_name, - STATE(7809), 1, + STATE(6837), 1, sym_name, - STATE(4362), 2, + STATE(4386), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(4073), 3, + STATE(4075), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [240170] = 11, + [240252] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -245254,31 +245317,31 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3023), 1, + STATE(3015), 1, sym__direct_name, - STATE(7814), 1, + STATE(6867), 1, sym_name, - STATE(4362), 2, + STATE(4386), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(4074), 3, + STATE(4076), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [240214] = 11, + [240296] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -245287,31 +245350,31 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3023), 1, + STATE(3015), 1, sym__direct_name, - STATE(7830), 1, + STATE(7250), 1, sym_name, - STATE(4362), 2, + STATE(4386), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(4075), 3, + STATE(4077), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [240258] = 11, + [240340] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -245320,31 +245383,31 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3023), 1, + STATE(4371), 1, sym__direct_name, - STATE(7853), 1, + STATE(8075), 1, sym_name, - STATE(4362), 2, + STATE(4386), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(4076), 3, + STATE(4078), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [240302] = 11, + [240384] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -245353,31 +245416,31 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3023), 1, + STATE(3015), 1, sym__direct_name, - STATE(7870), 1, + STATE(7505), 1, sym_name, - STATE(4362), 2, + STATE(4386), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(4077), 3, + STATE(4079), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [240346] = 11, + [240428] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -245386,42 +245449,76 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3023), 1, + STATE(3015), 1, sym__direct_name, - STATE(8053), 1, + STATE(7512), 1, sym_name, - STATE(4362), 2, + STATE(4386), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(4078), 3, + STATE(4080), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [240390] = 5, + [240472] = 12, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4079), 3, + ACTIONS(5427), 1, + anon_sym_LT_LT, + STATE(3640), 1, + sym__direct_name, + STATE(4736), 1, + sym__identifier, + STATE(4874), 1, + sym__external_name, + STATE(6139), 1, + sym_name, + ACTIONS(5431), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, + STATE(4081), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3334), 15, + STATE(4804), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(5433), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [240518] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(4082), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3284), 15, sym_identifier, sym_ASSERT, sym_END, @@ -245437,40 +245534,34 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [240422] = 11, + [240550] = 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(3023), 1, - sym__direct_name, - STATE(8066), 1, - sym_name, - STATE(4362), 2, - sym__identifier, - sym__external_name, - ACTIONS(71), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(4080), 3, + STATE(4083), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(3498), 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, - [240466] = 11, + anon_sym_LPAREN, + anon_sym_LT_LT, + [240582] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -245479,130 +245570,132 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3023), 1, + STATE(3015), 1, sym__direct_name, - STATE(8068), 1, + STATE(7560), 1, sym_name, - STATE(4362), 2, + STATE(4386), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(4081), 3, + STATE(4084), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [240510] = 11, + [240626] = 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(5483), 1, anon_sym_LT_LT, - STATE(3023), 1, + STATE(3593), 1, sym__direct_name, - STATE(8095), 1, + STATE(5417), 1, sym_name, - STATE(4362), 2, + STATE(4730), 2, sym__identifier, sym__external_name, - ACTIONS(71), 3, + ACTIONS(5487), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(4082), 3, + STATE(4085), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4698), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(5485), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [240554] = 11, + [240670] = 13, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5427), 1, - anon_sym_LT_LT, - STATE(3386), 1, - sym__direct_name, - STATE(5088), 1, - sym_name, - STATE(4511), 2, - sym__identifier, - sym__external_name, - ACTIONS(5431), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(4083), 3, + ACTIONS(4246), 1, + anon_sym_DOT, + ACTIONS(4248), 1, + anon_sym_LPAREN, + ACTIONS(4250), 1, + anon_sym_SQUOTE, + ACTIONS(4256), 1, + sym_PARAMETER, + STATE(4094), 1, + aux_sym_name_repeat1, + STATE(4279), 1, + sym_generic_map_aspect, + STATE(4343), 1, + sym__name_selector, + ACTIONS(1493), 3, + sym_GENERIC, + anon_sym_SEMI, + anon_sym_LBRACK, + STATE(4086), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4512), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(5429), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [240598] = 11, + STATE(4351), 5, + sym_function_call, + sym_parenthesis_group, + sym_attribute, + sym_signature, + sym_selection, + [240718] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1028), 1, + ACTIONS(5427), 1, anon_sym_LT_LT, - STATE(750), 1, + STATE(3640), 1, sym__direct_name, - STATE(2442), 1, + STATE(6399), 1, sym_name, - STATE(1184), 2, + STATE(4874), 2, sym__identifier, sym__external_name, - ACTIONS(1040), 3, + ACTIONS(5431), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(1193), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - STATE(4084), 3, + STATE(4087), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(1030), 4, + STATE(4804), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(5429), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [240642] = 11, + [240762] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -245611,31 +245704,31 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3023), 1, + STATE(4086), 1, sym__direct_name, - STATE(8107), 1, + STATE(5287), 1, sym_name, - STATE(4362), 2, + STATE(4386), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(4085), 3, + STATE(4088), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [240686] = 11, + [240806] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -245644,58 +245737,31 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3023), 1, + STATE(4121), 1, sym__direct_name, - STATE(8117), 1, + STATE(5999), 1, sym_name, - STATE(4362), 2, + STATE(4386), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(4086), 3, + STATE(4089), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [240730] = 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(3294), 15, + ACTIONS(3074), 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, - [240762] = 11, + [240850] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -245704,69 +245770,79 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3023), 1, + STATE(4086), 1, sym__direct_name, - STATE(8150), 1, + STATE(5277), 1, sym_name, - STATE(4362), 2, + STATE(4386), 2, sym__identifier, sym__external_name, ACTIONS(71), 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(4351), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [240806] = 5, + [240894] = 15, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4089), 3, + ACTIONS(1493), 1, + sym_AFTER, + ACTIONS(5489), 1, + anon_sym_DOT, + ACTIONS(5491), 1, + anon_sym_LPAREN, + ACTIONS(5493), 1, + anon_sym_SQUOTE, + ACTIONS(5495), 1, + anon_sym_LBRACK, + ACTIONS(5497), 1, + sym_GENERIC, + ACTIONS(5499), 1, + sym_PARAMETER, + STATE(4107), 1, + aux_sym_name_repeat1, + STATE(4892), 1, + sym_generic_map_aspect, + STATE(4968), 1, + sym__name_selector, + STATE(4091), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3350), 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, - [240838] = 5, + STATE(4969), 5, + sym_function_call, + sym_parenthesis_group, + sym_attribute, + sym_signature, + sym_selection, + [240946] = 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(4092), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3352), 15, + ACTIONS(3496), 15, sym_identifier, sym_ASSERT, sym_END, @@ -245782,18 +245858,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [240870] = 5, + [240978] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4091), 3, + STATE(4093), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3354), 15, + ACTIONS(3348), 15, sym_identifier, sym_ASSERT, sym_END, @@ -245809,106 +245885,69 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [240902] = 11, + [241010] = 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(3023), 1, - sym__direct_name, - STATE(8179), 1, - sym_name, - STATE(4362), 2, - sym__identifier, - sym__external_name, - ACTIONS(71), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(4092), 3, + ACTIONS(4246), 1, + anon_sym_DOT, + ACTIONS(4248), 1, + anon_sym_LPAREN, + ACTIONS(4250), 1, + anon_sym_SQUOTE, + ACTIONS(4256), 1, + sym_PARAMETER, + STATE(3014), 1, + aux_sym_name_repeat1, + STATE(4279), 1, + sym_generic_map_aspect, + STATE(4343), 1, + sym__name_selector, + ACTIONS(1509), 3, + sym_GENERIC, + anon_sym_SEMI, + anon_sym_LBRACK, + STATE(4094), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(3078), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [240946] = 11, + STATE(4351), 5, + sym_function_call, + sym_parenthesis_group, + sym_attribute, + sym_signature, + sym_selection, + [241058] = 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(3023), 1, - sym__direct_name, - STATE(8185), 1, - sym_name, - STATE(4362), 2, - sym__identifier, - sym__external_name, - ACTIONS(71), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(4093), 3, + STATE(4095), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(3492), 15, sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [240990] = 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(3023), 1, - sym__direct_name, - STATE(8217), 1, - sym_name, - STATE(4362), 2, - sym__identifier, - sym__external_name, - ACTIONS(71), 3, + sym_ASSERT, + sym_END, + sym_POSTPONED, + sym_PROCESS, + sym_WHEN, + sym_WITH, sym_character_literal, sym_operator_symbol, - sym_library_constant_std_logic, - STATE(4094), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(4351), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(3078), 4, - sym_identifier, sym_library_constant, + sym_library_constant_std_logic, sym_library_function, sym_library_type, - [241034] = 11, + anon_sym_LPAREN, + anon_sym_LT_LT, + [241090] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -245917,64 +245956,58 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3023), 1, + STATE(3015), 1, sym__direct_name, - STATE(8246), 1, + STATE(7698), 1, sym_name, - STATE(4362), 2, + STATE(4386), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(4095), 3, + STATE(4096), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [241078] = 11, + [241134] = 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(3023), 1, - sym__direct_name, - STATE(8266), 1, - sym_name, - STATE(4362), 2, - sym__identifier, - sym__external_name, - ACTIONS(71), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(4096), 3, + STATE(4097), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(3474), 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, - [241122] = 11, + anon_sym_LPAREN, + anon_sym_LT_LT, + [241166] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -245983,64 +246016,64 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3023), 1, + STATE(3015), 1, sym__direct_name, - STATE(8297), 1, + STATE(7710), 1, sym_name, - STATE(4362), 2, + STATE(4386), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(4097), 3, + STATE(4098), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [241166] = 11, + [241210] = 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(5501), 1, anon_sym_LT_LT, - STATE(3023), 1, + STATE(4091), 1, sym__direct_name, - STATE(8310), 1, + STATE(7634), 1, sym_name, - STATE(4362), 2, + STATE(4967), 2, sym__identifier, sym__external_name, - ACTIONS(71), 3, + ACTIONS(5505), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(4098), 3, + STATE(4099), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4966), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(5503), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [241210] = 11, + [241254] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -246049,58 +246082,31 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3023), 1, + STATE(3015), 1, sym__direct_name, - STATE(8312), 1, + STATE(7779), 1, sym_name, - STATE(4362), 2, + STATE(4386), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(4099), 3, + STATE(4100), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [241254] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(4100), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(3306), 15, + ACTIONS(3074), 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, - [241286] = 11, + [241298] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -246109,11 +246115,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3023), 1, + STATE(3015), 1, sym__direct_name, - STATE(8322), 1, + STATE(5377), 1, sym_name, - STATE(4362), 2, + STATE(4386), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -246124,16 +246130,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [241330] = 11, + [241342] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -246142,11 +246148,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3023), 1, + STATE(3015), 1, sym__direct_name, - STATE(8329), 1, + STATE(8049), 1, sym_name, - STATE(4362), 2, + STATE(4386), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -246157,16 +246163,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [241374] = 11, + [241386] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -246175,11 +246181,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3023), 1, + STATE(3015), 1, sym__direct_name, - STATE(8331), 1, + STATE(8057), 1, sym_name, - STATE(4362), 2, + STATE(4386), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -246190,48 +246196,42 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [241418] = 11, + [241430] = 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(3023), 1, - sym__direct_name, - STATE(8341), 1, - sym_name, - STATE(4362), 2, - sym__identifier, - sym__external_name, - ACTIONS(71), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, + ACTIONS(7), 1, + sym__block_comment_start, STATE(4104), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(3472), 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, [241462] = 11, ACTIONS(3), 1, sym__grave_accent, @@ -246239,16 +246239,16 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11), 1, + ACTIONS(4296), 1, anon_sym_LT_LT, - STATE(3023), 1, + STATE(3655), 1, sym__direct_name, - STATE(8348), 1, + STATE(4570), 1, sym_name, - STATE(4362), 2, + STATE(4859), 2, sym__identifier, sym__external_name, - ACTIONS(71), 3, + ACTIONS(4302), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -246256,11 +246256,11 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4847), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(5507), 4, sym_identifier, sym_library_constant, sym_library_function, @@ -246274,11 +246274,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3023), 1, + STATE(4371), 1, sym__direct_name, - STATE(8350), 1, + STATE(8042), 1, sym_name, - STATE(4362), 2, + STATE(4386), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -246289,82 +246289,80 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [241550] = 11, + [241550] = 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(3023), 1, - sym__direct_name, - STATE(6613), 1, - sym_name, - STATE(4362), 2, - sym__identifier, - sym__external_name, - ACTIONS(71), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, + ACTIONS(1509), 1, + sym_AFTER, + ACTIONS(5489), 1, + anon_sym_DOT, + ACTIONS(5491), 1, + anon_sym_LPAREN, + ACTIONS(5493), 1, + anon_sym_SQUOTE, + ACTIONS(5495), 1, + anon_sym_LBRACK, + ACTIONS(5497), 1, + sym_GENERIC, + ACTIONS(5499), 1, + sym_PARAMETER, + STATE(4072), 1, + aux_sym_name_repeat1, + STATE(4892), 1, + sym_generic_map_aspect, + STATE(4968), 1, + sym__name_selector, STATE(4107), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(3078), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [241594] = 11, + STATE(4969), 5, + sym_function_call, + sym_parenthesis_group, + sym_attribute, + sym_signature, + sym_selection, + [241602] = 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(3023), 1, - sym__direct_name, - STATE(7362), 1, - sym_name, - STATE(4362), 2, - sym__identifier, - sym__external_name, - ACTIONS(71), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, STATE(4108), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(3078), 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, - [241638] = 11, + anon_sym_LPAREN, + anon_sym_LT_LT, + [241634] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -246373,11 +246371,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3023), 1, + STATE(3015), 1, sym__direct_name, - STATE(6620), 1, + STATE(8091), 1, sym_name, - STATE(4362), 2, + STATE(4386), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -246388,32 +246386,32 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [241682] = 11, + [241678] = 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(5427), 1, anon_sym_LT_LT, - STATE(3023), 1, + STATE(3640), 1, sym__direct_name, - STATE(6622), 1, + STATE(6035), 1, sym_name, - STATE(4362), 2, + STATE(4874), 2, sym__identifier, sym__external_name, - ACTIONS(71), 3, + ACTIONS(5431), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -246421,16 +246419,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4804), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(5429), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [241726] = 11, + [241722] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -246439,11 +246437,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3023), 1, + STATE(4086), 1, sym__direct_name, - STATE(6632), 1, + STATE(5162), 1, sym_name, - STATE(4362), 2, + STATE(4386), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -246454,16 +246452,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [241770] = 11, + [241766] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -246472,11 +246470,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3023), 1, + STATE(4121), 1, sym__direct_name, - STATE(6639), 1, + STATE(5783), 1, sym_name, - STATE(4362), 2, + STATE(4386), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -246487,16 +246485,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [241814] = 11, + [241810] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -246505,11 +246503,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3023), 1, + STATE(4086), 1, sym__direct_name, - STATE(6641), 1, + STATE(5161), 1, sym_name, - STATE(4362), 2, + STATE(4386), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -246520,115 +246518,97 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [241858] = 11, + [241854] = 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(3023), 1, - sym__direct_name, - STATE(6646), 1, - sym_name, - STATE(4362), 2, - sym__identifier, - sym__external_name, - ACTIONS(71), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, STATE(4114), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(3454), 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, - [241902] = 11, + anon_sym_LPAREN, + anon_sym_LT_LT, + [241886] = 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(3023), 1, - sym__direct_name, - STATE(6649), 1, - sym_name, - STATE(4362), 2, - sym__identifier, - sym__external_name, - ACTIONS(71), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, STATE(4115), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(3452), 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, - [241946] = 11, + anon_sym_LPAREN, + anon_sym_LT_LT, + [241918] = 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(3023), 1, - sym__direct_name, - STATE(6651), 1, - sym_name, - STATE(4362), 2, - sym__identifier, - sym__external_name, - ACTIONS(71), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, STATE(4116), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(3434), 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, - [241990] = 11, + anon_sym_LPAREN, + anon_sym_LT_LT, + [241950] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -246637,11 +246617,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3023), 1, + STATE(3015), 1, sym__direct_name, - STATE(6656), 1, + STATE(8149), 1, sym_name, - STATE(4362), 2, + STATE(4386), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -246652,49 +246632,49 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [242034] = 11, + [241994] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1050), 1, + ACTIONS(11), 1, anon_sym_LT_LT, - STATE(788), 1, + STATE(3015), 1, sym__direct_name, - STATE(2548), 1, + STATE(8153), 1, sym_name, - STATE(1553), 2, + STATE(4386), 2, sym__identifier, sym__external_name, - ACTIONS(1062), 3, + ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(1673), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, STATE(4118), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(1052), 4, + STATE(4383), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [242078] = 11, + [242038] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -246703,11 +246683,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3023), 1, + STATE(3015), 1, sym__direct_name, - STATE(6659), 1, + STATE(8219), 1, sym_name, - STATE(4362), 2, + STATE(4386), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -246718,16 +246698,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [242122] = 11, + [242082] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -246736,11 +246716,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3023), 1, + STATE(3015), 1, sym__direct_name, - STATE(6661), 1, + STATE(8290), 1, sym_name, - STATE(4362), 2, + STATE(4386), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -246751,50 +246731,52 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [242166] = 12, + [242126] = 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(3023), 1, - sym__direct_name, - STATE(4362), 1, - sym__external_name, - STATE(4928), 1, - sym__identifier, - STATE(7054), 1, - sym_name, - ACTIONS(71), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, + ACTIONS(4246), 1, + anon_sym_DOT, + ACTIONS(4248), 1, + anon_sym_LPAREN, + ACTIONS(4250), 1, + anon_sym_SQUOTE, + ACTIONS(4252), 1, + anon_sym_LBRACK, + ACTIONS(4256), 1, + sym_PARAMETER, + STATE(4128), 1, + aux_sym_name_repeat1, + STATE(4279), 1, + sym_generic_map_aspect, + STATE(4343), 1, + sym__name_selector, + ACTIONS(1493), 2, + sym_GENERIC, + anon_sym_SEMI, STATE(4121), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(5393), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [242212] = 12, + STATE(4351), 5, + sym_function_call, + sym_parenthesis_group, + sym_attribute, + sym_signature, + sym_selection, + [242176] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -246803,14 +246785,13 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3023), 1, + STATE(3015), 1, sym__direct_name, - STATE(4362), 1, - sym__external_name, - STATE(4957), 1, - sym__identifier, - STATE(7059), 1, + STATE(8303), 1, sym_name, + STATE(4386), 2, + sym__identifier, + sym__external_name, ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, @@ -246819,82 +246800,49 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(5393), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [242258] = 11, + [242220] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(902), 1, + ACTIONS(5427), 1, anon_sym_LT_LT, - STATE(743), 1, + STATE(3640), 1, sym__direct_name, - STATE(2371), 1, + STATE(6360), 1, sym_name, - STATE(1081), 2, + STATE(4874), 2, sym__identifier, sym__external_name, - ACTIONS(914), 3, + ACTIONS(5431), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(1082), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, STATE(4123), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(904), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [242302] = 11, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(5433), 1, - anon_sym_LT_LT, - STATE(3281), 1, - sym__direct_name, - STATE(5007), 1, - sym_name, - STATE(4434), 2, - sym__identifier, - sym__external_name, - ACTIONS(5437), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(4124), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(4435), 3, + STATE(4804), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(5435), 4, + ACTIONS(5429), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [242346] = 11, + [242264] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -246903,31 +246851,31 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3023), 1, + STATE(3015), 1, sym__direct_name, - STATE(7734), 1, + STATE(8229), 1, sym_name, - STATE(4362), 2, + STATE(4386), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(4125), 3, + STATE(4124), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [242390] = 11, + [242308] = 12, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -246936,42 +246884,43 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3023), 1, + STATE(3015), 1, sym__direct_name, - STATE(7323), 1, - sym_name, - STATE(4362), 2, - sym__identifier, + STATE(4386), 1, sym__external_name, + STATE(4899), 1, + sym__identifier, + STATE(8229), 1, + sym_name, ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(4126), 3, + STATE(4125), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(5363), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [242434] = 5, + [242354] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4127), 3, + STATE(4126), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3450), 15, + ACTIONS(3422), 15, sym_identifier, sym_ASSERT, sym_END, @@ -246987,51 +246936,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [242466] = 11, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(3760), 1, - anon_sym_LT_LT, - STATE(3636), 1, - sym__direct_name, - STATE(5950), 1, - sym_name, - STATE(4717), 2, - sym__identifier, - sym__external_name, - ACTIONS(3782), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(4128), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(4725), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(3762), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [242510] = 5, + [242386] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4129), 3, + STATE(4127), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3322), 15, + ACTIONS(3420), 15, sym_identifier, sym_ASSERT, sym_END, @@ -247047,127 +246963,109 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [242542] = 5, + [242418] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4130), 3, + ACTIONS(4246), 1, + anon_sym_DOT, + ACTIONS(4248), 1, + anon_sym_LPAREN, + ACTIONS(4250), 1, + anon_sym_SQUOTE, + ACTIONS(4252), 1, + anon_sym_LBRACK, + ACTIONS(4256), 1, + sym_PARAMETER, + STATE(3014), 1, + aux_sym_name_repeat1, + STATE(4279), 1, + sym_generic_map_aspect, + STATE(4343), 1, + sym__name_selector, + ACTIONS(1509), 2, + sym_GENERIC, + anon_sym_SEMI, + STATE(4128), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3470), 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, - [242574] = 11, + STATE(4351), 5, + sym_function_call, + sym_parenthesis_group, + sym_attribute, + sym_signature, + sym_selection, + [242468] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1309), 1, + ACTIONS(11), 1, anon_sym_LT_LT, - STATE(803), 1, + STATE(3015), 1, sym__direct_name, - STATE(2657), 1, + STATE(8315), 1, sym_name, - STATE(1796), 2, + STATE(4386), 2, sym__identifier, sym__external_name, - ACTIONS(1321), 3, + ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(1798), 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(1311), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [242618] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(4132), 3, + STATE(4129), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3324), 15, + STATE(4383), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(3074), 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, - [242650] = 11, + [242512] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(401), 1, + ACTIONS(5427), 1, anon_sym_LT_LT, - STATE(734), 1, + STATE(3640), 1, sym__direct_name, - STATE(2115), 1, + STATE(6359), 1, sym_name, - STATE(966), 2, + STATE(4874), 2, sym__identifier, sym__external_name, - ACTIONS(409), 3, + ACTIONS(5431), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(967), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - STATE(4133), 3, + STATE(4130), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(403), 4, + STATE(4804), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(5429), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [242694] = 11, + [242556] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -247176,64 +247074,64 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3023), 1, + STATE(4086), 1, sym__direct_name, - STATE(6827), 1, + STATE(5284), 1, sym_name, - STATE(4362), 2, + STATE(4386), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(4134), 3, + STATE(4131), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [242738] = 11, + [242600] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5439), 1, + ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3493), 1, + STATE(4121), 1, sym__direct_name, - STATE(5173), 1, + STATE(5621), 1, sym_name, - STATE(4604), 2, + STATE(4386), 2, sym__identifier, sym__external_name, - ACTIONS(5443), 3, + ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(4135), 3, + STATE(4132), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4608), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(5441), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [242782] = 11, + [242644] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -247242,333 +247140,333 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3023), 1, + STATE(4086), 1, sym__direct_name, - STATE(7205), 1, + STATE(5290), 1, sym_name, - STATE(4362), 2, + STATE(4386), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(4136), 3, + STATE(4133), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [242826] = 11, + [242688] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1329), 1, - anon_sym_LT_LT, - STATE(808), 1, - sym__direct_name, - STATE(2666), 1, - sym_name, - STATE(1838), 2, - sym__identifier, - sym__external_name, - ACTIONS(1341), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(1840), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - STATE(4137), 3, + STATE(4134), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(1331), 4, + ACTIONS(3414), 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, - [242870] = 11, + anon_sym_LPAREN, + anon_sym_LT_LT, + [242720] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3760), 1, + ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3636), 1, + STATE(3015), 1, sym__direct_name, - STATE(5808), 1, + STATE(8342), 1, sym_name, - STATE(4717), 2, + STATE(4386), 2, sym__identifier, sym__external_name, - ACTIONS(3782), 3, + ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(4138), 3, + STATE(4135), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4725), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3762), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [242914] = 11, + [242764] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5421), 1, + ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3668), 1, + STATE(3015), 1, sym__direct_name, - STATE(6024), 1, + STATE(8347), 1, sym_name, - STATE(4715), 2, + STATE(4386), 2, sym__identifier, sym__external_name, - ACTIONS(5425), 3, + ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(4139), 3, + STATE(4136), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4833), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(5423), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [242958] = 5, + [242808] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4140), 3, + ACTIONS(11), 1, + anon_sym_LT_LT, + STATE(3015), 1, + sym__direct_name, + STATE(8130), 1, + sym_name, + STATE(4386), 2, + sym__identifier, + sym__external_name, + ACTIONS(71), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, + STATE(4137), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3258), 15, + STATE(4383), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(3074), 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, - [242990] = 11, + [242852] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3760), 1, + ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3636), 1, + STATE(3015), 1, sym__direct_name, - STATE(5677), 1, + STATE(8359), 1, sym_name, - STATE(4717), 2, + STATE(4386), 2, sym__identifier, sym__external_name, - ACTIONS(3782), 3, + ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(4141), 3, + STATE(4138), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4725), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3762), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [243034] = 11, + [242896] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(738), 1, + ACTIONS(11), 1, anon_sym_LT_LT, - STATE(748), 1, + STATE(3015), 1, sym__direct_name, - STATE(2389), 1, + STATE(8341), 1, sym_name, - STATE(1077), 2, + STATE(4386), 2, sym__identifier, sym__external_name, - ACTIONS(754), 3, + ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(1078), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - STATE(4142), 3, + STATE(4139), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(740), 4, + STATE(4383), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [243078] = 11, + [242940] = 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(3381), 1, + STATE(3015), 1, sym__direct_name, - STATE(5112), 1, + STATE(8339), 1, sym_name, - STATE(4499), 2, + STATE(4386), 2, sym__identifier, sym__external_name, - ACTIONS(5449), 3, + ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(4143), 3, + STATE(4140), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4508), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(5447), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [243122] = 11, + [242984] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(764), 1, + ACTIONS(11), 1, anon_sym_LT_LT, - STATE(763), 1, + STATE(4086), 1, sym__direct_name, - STATE(2457), 1, + STATE(5306), 1, sym_name, - STATE(838), 2, + STATE(4386), 2, sym__identifier, sym__external_name, - ACTIONS(776), 3, + ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(840), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - STATE(4144), 3, + STATE(4141), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(808), 4, + STATE(4383), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [243166] = 11, + [243028] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1351), 1, + ACTIONS(11), 1, anon_sym_LT_LT, - STATE(795), 1, + STATE(4086), 1, sym__direct_name, - STATE(2576), 1, + STATE(5303), 1, sym_name, - STATE(1661), 2, + STATE(4386), 2, sym__identifier, sym__external_name, - ACTIONS(1363), 3, + ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(1663), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - STATE(4145), 3, + STATE(4142), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(1353), 4, + STATE(4383), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [243210] = 5, + [243072] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4146), 3, + STATE(4143), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3320), 15, + ACTIONS(3398), 15, sym_identifier, sym_ASSERT, sym_END, @@ -247584,117 +247482,150 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [243242] = 11, + [243104] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5421), 1, + ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3668), 1, + STATE(3015), 1, sym__direct_name, - STATE(6188), 1, + STATE(8331), 1, sym_name, - STATE(4715), 2, + STATE(4386), 2, sym__identifier, sym__external_name, - ACTIONS(5425), 3, + ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(4147), 3, + STATE(4144), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4833), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(5423), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [243286] = 11, + [243148] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1371), 1, + ACTIONS(11), 1, anon_sym_LT_LT, - STATE(767), 1, + STATE(3015), 1, sym__direct_name, - STATE(2471), 1, + STATE(8330), 1, sym_name, - STATE(1240), 2, + STATE(4386), 2, sym__identifier, sym__external_name, - ACTIONS(1383), 3, + ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(1241), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - STATE(4148), 3, + STATE(4145), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(1373), 4, + STATE(4383), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [243330] = 11, + [243192] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(415), 1, + ACTIONS(11), 1, anon_sym_LT_LT, - STATE(777), 1, + STATE(3015), 1, sym__direct_name, - STATE(2511), 1, + STATE(8325), 1, sym_name, - STATE(1411), 2, + STATE(4386), 2, sym__identifier, sym__external_name, - ACTIONS(435), 3, + ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(1412), 3, + STATE(4146), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(4149), 3, + ACTIONS(3074), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [243236] = 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(3015), 1, + sym__direct_name, + STATE(8305), 1, + sym_name, + STATE(4386), 2, + sym__identifier, + sym__external_name, + ACTIONS(71), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, + STATE(4147), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(417), 4, + STATE(4383), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [243374] = 5, + [243280] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4150), 3, + STATE(4148), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3330), 15, + ACTIONS(3426), 15, sym_identifier, sym_ASSERT, sym_END, @@ -247710,173 +247641,207 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [243406] = 5, + [243312] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4151), 3, + STATE(4149), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2678), 15, + ACTIONS(3396), 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, - [243438] = 11, + [243344] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1070), 1, + ACTIONS(11), 1, anon_sym_LT_LT, - STATE(822), 1, + STATE(3015), 1, sym__direct_name, - STATE(2602), 1, + STATE(8296), 1, sym_name, - STATE(939), 2, + STATE(4386), 2, sym__identifier, sym__external_name, - ACTIONS(1082), 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(4152), 3, + STATE(4150), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(1072), 4, + STATE(4383), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [243482] = 11, + [243388] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3760), 1, + ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3801), 1, + STATE(3015), 1, sym__direct_name, - STATE(5475), 1, + STATE(8292), 1, sym_name, - STATE(4717), 2, + STATE(4386), 2, sym__identifier, sym__external_name, - ACTIONS(3782), 3, + ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(4153), 3, + STATE(4151), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4725), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3762), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [243526] = 11, + [243432] = 12, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1006), 1, + ACTIONS(11), 1, anon_sym_LT_LT, - STATE(746), 1, + STATE(3015), 1, sym__direct_name, - STATE(2306), 1, - sym_name, - STATE(1116), 2, - sym__identifier, + STATE(4386), 1, sym__external_name, - ACTIONS(1018), 3, + STATE(4941), 1, + sym__identifier, + STATE(8190), 1, + sym_name, + ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(1000), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - STATE(4154), 3, + STATE(4152), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(1008), 4, + STATE(4383), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(5363), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [243570] = 11, + [243478] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1407), 1, + ACTIONS(11), 1, anon_sym_LT_LT, - STATE(769), 1, + STATE(3015), 1, sym__direct_name, - STATE(2488), 1, + STATE(8268), 1, sym_name, - STATE(1280), 2, + STATE(4386), 2, sym__identifier, sym__external_name, - ACTIONS(1419), 3, + ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(1281), 3, + STATE(4153), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - STATE(4155), 3, + ACTIONS(3074), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [243522] = 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(3015), 1, + sym__direct_name, + STATE(6892), 1, + sym_name, + STATE(4386), 2, + sym__identifier, + sym__external_name, + ACTIONS(71), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, + STATE(4154), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(1409), 4, + STATE(4383), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [243614] = 5, + [243566] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4156), 3, + STATE(4155), 3, sym__tool_directive, sym_line_comment, sym_block_comment, @@ -247896,7 +247861,34 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [243646] = 5, + [243598] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(4156), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2626), 15, + sym_identifier, + 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, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [243630] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -247907,7 +247899,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3396), 15, + ACTIONS(3390), 15, sym_identifier, sym_ASSERT, sym_END, @@ -247923,58 +247915,56 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [243678] = 13, + [243662] = 11, 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(4242), 1, - sym_PARAMETER, - STATE(4272), 1, - sym_generic_map_aspect, - STATE(4314), 1, - aux_sym_name_repeat1, - STATE(4331), 1, - sym__name_selector, - ACTIONS(1471), 3, - sym_GENERIC, - anon_sym_SEMI, - anon_sym_LBRACK, + ACTIONS(11), 1, + anon_sym_LT_LT, + STATE(3015), 1, + sym__direct_name, + STATE(6885), 1, + sym_name, + STATE(4386), 2, + sym__identifier, + sym__external_name, + ACTIONS(71), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, STATE(4158), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4337), 5, - sym_function_call, - sym_parenthesis_group, - sym_attribute, - sym_signature, - sym_selection, - [243726] = 11, + STATE(4383), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(3074), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [243706] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5451), 1, + ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3603), 1, + STATE(4121), 1, sym__direct_name, - STATE(5500), 1, + STATE(5176), 1, sym_name, - STATE(4687), 2, + STATE(4386), 2, sym__identifier, sym__external_name, - ACTIONS(5455), 3, + ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -247982,66 +247972,59 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4691), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(5453), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [243770] = 12, + [243750] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5421), 1, - anon_sym_LT_LT, - STATE(3668), 1, - sym__direct_name, - STATE(4715), 1, - sym__external_name, - STATE(4757), 1, - sym__identifier, - STATE(6177), 1, - sym_name, - ACTIONS(5425), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, STATE(4160), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4833), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(5457), 4, + ACTIONS(3292), 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, - [243816] = 11, + anon_sym_LPAREN, + anon_sym_LT_LT, + [243782] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3760), 1, + ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3801), 1, + STATE(3015), 1, sym__direct_name, - STATE(5510), 1, + STATE(7373), 1, sym_name, - STATE(4717), 2, + STATE(4386), 2, sym__identifier, sym__external_name, - ACTIONS(3782), 3, + ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -248049,32 +248032,32 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4725), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3762), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [243860] = 11, + [243826] = 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(5427), 1, anon_sym_LT_LT, - STATE(4158), 1, + STATE(3640), 1, sym__direct_name, - STATE(5275), 1, + STATE(5780), 1, sym_name, - STATE(4362), 2, + STATE(4874), 2, sym__identifier, sym__external_name, - ACTIONS(71), 3, + ACTIONS(5431), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -248082,32 +248065,32 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4804), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(5429), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [243904] = 11, + [243870] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5433), 1, + ACTIONS(5427), 1, anon_sym_LT_LT, - STATE(3642), 1, + STATE(3640), 1, sym__direct_name, - STATE(5218), 1, + STATE(5781), 1, sym_name, - STATE(4434), 2, + STATE(4874), 2, sym__identifier, sym__external_name, - ACTIONS(5437), 3, + ACTIONS(5431), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -248115,16 +248098,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4435), 3, + STATE(4804), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(5435), 4, + ACTIONS(5429), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [243948] = 11, + [243914] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -248133,11 +248116,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3023), 1, + STATE(3015), 1, sym__direct_name, - STATE(5494), 1, + STATE(8261), 1, sym_name, - STATE(4362), 2, + STATE(4386), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -248148,109 +248131,82 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [243992] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(4165), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(3438), 15, + ACTIONS(3074), 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, - [244024] = 11, + [243958] = 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(5435), 1, anon_sym_LT_LT, - STATE(3023), 1, + STATE(3297), 1, sym__direct_name, - STATE(8149), 1, + STATE(4989), 1, sym_name, - STATE(4362), 2, + STATE(4440), 2, sym__identifier, sym__external_name, - ACTIONS(71), 3, + ACTIONS(5439), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(4166), 3, + STATE(4165), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4442), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(5437), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [244068] = 11, + [244002] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(922), 1, + ACTIONS(11), 1, anon_sym_LT_LT, - STATE(868), 1, + STATE(3015), 1, sym__direct_name, - STATE(2769), 1, + STATE(8260), 1, sym_name, - STATE(1975), 2, + STATE(4386), 2, sym__identifier, sym__external_name, - ACTIONS(934), 3, + ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(1976), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - STATE(4167), 3, + STATE(4166), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(1245), 4, + STATE(4383), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [244112] = 11, + [244046] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -248259,69 +248215,42 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(4158), 1, + STATE(3015), 1, sym__direct_name, - STATE(5202), 1, + STATE(8242), 1, sym_name, - STATE(4362), 2, + STATE(4386), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(4168), 3, + STATE(4167), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [244156] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(4169), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(3372), 15, + ACTIONS(3074), 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, - [244188] = 5, + [244090] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4170), 3, + STATE(4168), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3382), 15, + ACTIONS(3490), 15, sym_identifier, sym_ASSERT, sym_END, @@ -248337,76 +248266,73 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [244220] = 14, + [244122] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1491), 1, - sym_AFTER, - ACTIONS(5459), 1, - anon_sym_DOT, - ACTIONS(5462), 1, - anon_sym_LPAREN, - ACTIONS(5465), 1, - anon_sym_SQUOTE, - ACTIONS(5468), 1, - anon_sym_LBRACK, - ACTIONS(5471), 1, - sym_GENERIC, - ACTIONS(5474), 1, - sym_PARAMETER, - STATE(4951), 1, - sym_generic_map_aspect, - STATE(5042), 1, - sym__name_selector, - STATE(4171), 4, + ACTIONS(11), 1, + anon_sym_LT_LT, + STATE(3015), 1, + sym__direct_name, + STATE(8234), 1, + sym_name, + STATE(4386), 2, + sym__identifier, + sym__external_name, + ACTIONS(71), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, + STATE(4169), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - aux_sym_name_repeat1, - STATE(5043), 5, - sym_function_call, - sym_parenthesis_group, - sym_attribute, - sym_signature, - sym_selection, - [244270] = 11, + STATE(4383), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(3074), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [244166] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5421), 1, + ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3668), 1, + STATE(3015), 1, sym__direct_name, - STATE(5648), 1, + STATE(8233), 1, sym_name, - STATE(4715), 2, + STATE(4386), 2, sym__identifier, sym__external_name, - ACTIONS(5425), 3, + ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(4172), 3, + STATE(4170), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4833), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(5423), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [244314] = 11, + [244210] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -248415,31 +248341,92 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3023), 1, + STATE(3015), 1, sym__direct_name, - STATE(7528), 1, + STATE(8209), 1, sym_name, - STATE(4362), 2, + STATE(4386), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, + STATE(4171), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(4383), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(3074), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [244254] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(4172), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3346), 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, + [244286] = 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(3015), 1, + sym__direct_name, + STATE(4386), 1, + sym__external_name, + STATE(4909), 1, + sym__identifier, + STATE(8231), 1, + sym_name, + ACTIONS(71), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, STATE(4173), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(5363), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [244358] = 11, + [244332] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -248448,11 +248435,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3023), 1, + STATE(3015), 1, sym__direct_name, - STATE(7530), 1, + STATE(8200), 1, sym_name, - STATE(4362), 2, + STATE(4386), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -248463,32 +248450,32 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [244402] = 11, + [244376] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5421), 1, + ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3668), 1, + STATE(3015), 1, sym__direct_name, - STATE(6543), 1, + STATE(8199), 1, sym_name, - STATE(4715), 2, + STATE(4386), 2, sym__identifier, sym__external_name, - ACTIONS(5425), 3, + ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -248496,16 +248483,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4833), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(5423), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [244446] = 11, + [244420] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -248514,11 +248501,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3023), 1, + STATE(3015), 1, sym__direct_name, - STATE(7593), 1, + STATE(8169), 1, sym_name, - STATE(4362), 2, + STATE(4386), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -248529,32 +248516,32 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [244490] = 11, + [244464] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5477), 1, + ACTIONS(5427), 1, anon_sym_LT_LT, - STATE(3394), 1, + STATE(3640), 1, sym__direct_name, - STATE(5140), 1, + STATE(6119), 1, sym_name, - STATE(4452), 2, + STATE(4874), 2, sym__identifier, sym__external_name, - ACTIONS(5481), 3, + ACTIONS(5431), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -248562,16 +248549,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4454), 3, + STATE(4804), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(5479), 4, + ACTIONS(5429), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [244534] = 11, + [244508] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -248580,11 +248567,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(4158), 1, + STATE(3015), 1, sym__direct_name, - STATE(5290), 1, + STATE(8162), 1, sym_name, - STATE(4362), 2, + STATE(4386), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -248595,16 +248582,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [244578] = 11, + [244552] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -248613,11 +248600,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(4251), 1, + STATE(3015), 1, sym__direct_name, - STATE(5872), 1, + STATE(8155), 1, sym_name, - STATE(4362), 2, + STATE(4386), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -248628,16 +248615,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [244622] = 11, + [244596] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -248646,11 +248633,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3023), 1, + STATE(3015), 1, sym__direct_name, - STATE(6891), 1, + STATE(6868), 1, sym_name, - STATE(4362), 2, + STATE(4386), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -248661,32 +248648,32 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [244666] = 11, + [244640] = 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(5509), 1, anon_sym_LT_LT, - STATE(4158), 1, + STATE(3430), 1, sym__direct_name, - STATE(5291), 1, + STATE(5089), 1, sym_name, - STATE(4362), 2, + STATE(4507), 2, sym__identifier, sym__external_name, - ACTIONS(71), 3, + ACTIONS(5513), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -248694,49 +248681,49 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4506), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(5511), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [244710] = 11, + [244684] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1429), 1, + ACTIONS(11), 1, anon_sym_LT_LT, - STATE(820), 1, + STATE(3015), 1, sym__direct_name, - STATE(2632), 1, + STATE(8125), 1, sym_name, - STATE(1695), 2, + STATE(4386), 2, sym__identifier, sym__external_name, - ACTIONS(1441), 3, + ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(1696), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, STATE(4182), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(1431), 4, + STATE(4383), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [244754] = 11, + [244728] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -248745,11 +248732,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3023), 1, + STATE(3015), 1, sym__direct_name, - STATE(7664), 1, + STATE(6995), 1, sym_name, - STATE(4362), 2, + STATE(4386), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -248760,49 +248747,49 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [244798] = 11, + [244772] = 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(1453), 1, anon_sym_LT_LT, - STATE(3023), 1, + STATE(796), 1, sym__direct_name, - STATE(7680), 1, + STATE(2625), 1, sym_name, - STATE(4362), 2, + STATE(1907), 2, sym__identifier, sym__external_name, - ACTIONS(71), 3, + ACTIONS(1465), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, + STATE(1912), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, STATE(4184), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(1455), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [244842] = 11, + [244816] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -248811,11 +248798,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3023), 1, + STATE(3015), 1, sym__direct_name, - STATE(7845), 1, + STATE(7160), 1, sym_name, - STATE(4362), 2, + STATE(4386), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -248826,32 +248813,32 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [244886] = 11, + [244860] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5483), 1, + ACTIONS(11), 1, anon_sym_LT_LT, - STATE(4195), 1, + STATE(3015), 1, sym__direct_name, - STATE(6993), 1, + STATE(8084), 1, sym_name, - STATE(5029), 2, + STATE(4386), 2, sym__identifier, sym__external_name, - ACTIONS(5487), 3, + ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -248859,16 +248846,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(5030), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(5485), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [244930] = 11, + [244904] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -248877,11 +248864,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(4336), 1, + STATE(3015), 1, sym__direct_name, - STATE(7181), 1, + STATE(8092), 1, sym_name, - STATE(4362), 2, + STATE(4386), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -248892,49 +248879,43 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [244974] = 11, + [244948] = 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(3023), 1, - sym__direct_name, - STATE(7131), 1, - sym_name, - STATE(4362), 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, - STATE(4351), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(3322), 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, - [245018] = 12, + anon_sym_LPAREN, + anon_sym_LT_LT, + [244980] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -248943,14 +248924,13 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3023), 1, + STATE(3015), 1, sym__direct_name, - STATE(4362), 1, - sym__external_name, - STATE(4909), 1, - sym__identifier, - STATE(7131), 1, + STATE(8083), 1, sym_name, + STATE(4386), 2, + sym__identifier, + sym__external_name, ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, @@ -248959,16 +248939,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(5393), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [245064] = 11, + [245024] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -248977,11 +248957,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3023), 1, + STATE(3015), 1, sym__direct_name, - STATE(8113), 1, + STATE(8076), 1, sym_name, - STATE(4362), 2, + STATE(4386), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -248992,16 +248972,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [245108] = 11, + [245068] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -249010,11 +248990,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3023), 1, + STATE(3015), 1, sym__direct_name, - STATE(8115), 1, + STATE(8051), 1, sym_name, - STATE(4362), 2, + STATE(4386), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -249025,83 +249005,76 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [245152] = 12, + [245112] = 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(1325), 1, anon_sym_LT_LT, - STATE(3023), 1, + STATE(885), 1, sym__direct_name, - STATE(4362), 1, - sym__external_name, - STATE(4917), 1, - sym__identifier, - STATE(7136), 1, + STATE(2717), 1, sym_name, - ACTIONS(71), 3, + STATE(1978), 2, + sym__identifier, + sym__external_name, + ACTIONS(1337), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, + STATE(1982), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, STATE(4192), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(5393), 4, + ACTIONS(1327), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [245198] = 11, + [245156] = 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(3023), 1, - sym__direct_name, - STATE(7094), 1, - sym_name, - STATE(4362), 2, - sym__identifier, - sym__external_name, - ACTIONS(71), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, STATE(4193), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(3320), 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, - [245242] = 5, + anon_sym_LPAREN, + anon_sym_LT_LT, + [245188] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -249112,7 +249085,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3448), 15, + ACTIONS(3318), 15, sym_identifier, sym_ASSERT, sym_END, @@ -249128,44 +249101,34 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [245274] = 15, + [245220] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1471), 1, - sym_AFTER, - ACTIONS(5489), 1, - anon_sym_DOT, - ACTIONS(5491), 1, - anon_sym_LPAREN, - ACTIONS(5493), 1, - anon_sym_SQUOTE, - ACTIONS(5495), 1, - anon_sym_LBRACK, - ACTIONS(5497), 1, - sym_GENERIC, - ACTIONS(5499), 1, - sym_PARAMETER, - STATE(4227), 1, - aux_sym_name_repeat1, - STATE(4951), 1, - sym_generic_map_aspect, - STATE(5042), 1, - sym__name_selector, STATE(4195), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(5043), 5, - sym_function_call, - sym_parenthesis_group, - sym_attribute, - sym_signature, - sym_selection, - [245326] = 11, + ACTIONS(3312), 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, + [245252] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -249174,11 +249137,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3023), 1, + STATE(3015), 1, sym__direct_name, - STATE(8076), 1, + STATE(8040), 1, sym_name, - STATE(4362), 2, + STATE(4386), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -249189,76 +249152,83 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [245370] = 5, + [245296] = 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(3015), 1, + sym__direct_name, + STATE(4386), 1, + sym__external_name, + STATE(4903), 1, + sym__identifier, + STATE(8215), 1, + sym_name, + ACTIONS(71), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, STATE(4197), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3472), 15, + STATE(4383), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(5363), 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, - [245402] = 11, + [245342] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1070), 1, + ACTIONS(11), 1, anon_sym_LT_LT, - STATE(733), 1, + STATE(3015), 1, sym__direct_name, - STATE(1949), 1, + STATE(6856), 1, sym_name, - STATE(939), 2, + STATE(4386), 2, sym__identifier, sym__external_name, - ACTIONS(1082), 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(4198), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(1072), 4, + STATE(4383), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [245446] = 11, + [245386] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -249267,11 +249237,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3023), 1, + STATE(3015), 1, sym__direct_name, - STATE(8158), 1, + STATE(8038), 1, sym_name, - STATE(4362), 2, + STATE(4386), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -249282,16 +249252,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [245490] = 11, + [245430] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -249300,11 +249270,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(4158), 1, + STATE(3015), 1, sym__direct_name, - STATE(5151), 1, + STATE(7195), 1, sym_name, - STATE(4362), 2, + STATE(4386), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -249315,16 +249285,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [245534] = 11, + [245474] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -249333,11 +249303,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(4251), 1, + STATE(3015), 1, sym__direct_name, - STATE(5933), 1, + STATE(8028), 1, sym_name, - STATE(4362), 2, + STATE(4386), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -249348,16 +249318,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [245578] = 5, + [245518] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -249368,7 +249338,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3238), 15, + ACTIONS(3310), 15, sym_identifier, sym_ASSERT, sym_END, @@ -249384,7 +249354,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [245610] = 11, + [245550] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -249393,11 +249363,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(4158), 1, + STATE(3015), 1, sym__direct_name, - STATE(5252), 1, + STATE(6855), 1, sym_name, - STATE(4362), 2, + STATE(4386), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -249408,32 +249378,32 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [245654] = 11, + [245594] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4342), 1, + ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3641), 1, + STATE(3015), 1, sym__direct_name, - STATE(4634), 1, + STATE(7424), 1, sym_name, - STATE(4861), 2, + STATE(4386), 2, sym__identifier, sym__external_name, - ACTIONS(4348), 3, + ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -249441,32 +249411,32 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4866), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(5501), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [245698] = 11, + [245638] = 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(4943), 1, anon_sym_LT_LT, - STATE(3023), 1, + STATE(3614), 1, sym__direct_name, - STATE(8208), 1, + STATE(5917), 1, sym_name, - STATE(4362), 2, + STATE(4659), 2, sym__identifier, sym__external_name, - ACTIONS(71), 3, + ACTIONS(4951), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -249474,16 +249444,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4658), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(4947), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [245742] = 11, + [245682] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -249492,11 +249462,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3023), 1, + STATE(3015), 1, sym__direct_name, - STATE(8211), 1, + STATE(7196), 1, sym_name, - STATE(4362), 2, + STATE(4386), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -249507,32 +249477,32 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [245786] = 11, + [245726] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4943), 1, + ACTIONS(5415), 1, anon_sym_LT_LT, - STATE(3609), 1, + STATE(3436), 1, sym__direct_name, - STATE(5756), 1, + STATE(5545), 1, sym_name, - STATE(4862), 2, + STATE(4556), 2, sym__identifier, sym__external_name, - ACTIONS(4951), 3, + ACTIONS(5419), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -249540,32 +249510,32 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4863), 3, + STATE(4548), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(4947), 4, + ACTIONS(5417), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [245830] = 11, + [245770] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5381), 1, + ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3481), 1, + STATE(3015), 1, sym__direct_name, - STATE(5493), 1, + STATE(7853), 1, sym_name, - STATE(4628), 2, + STATE(4386), 2, sym__identifier, sym__external_name, - ACTIONS(5385), 3, + ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -249573,49 +249543,49 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4630), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(5383), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [245874] = 11, + [245814] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1092), 1, + ACTIONS(11), 1, anon_sym_LT_LT, - STATE(873), 1, + STATE(3015), 1, sym__direct_name, - STATE(2721), 1, + STATE(7874), 1, sym_name, - STATE(2082), 2, + STATE(4386), 2, sym__identifier, sym__external_name, - ACTIONS(1104), 3, + ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(2083), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, STATE(4209), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(1094), 4, + STATE(4383), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [245918] = 12, + [245858] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -249624,14 +249594,13 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3023), 1, + STATE(3015), 1, sym__direct_name, - STATE(4362), 1, - sym__external_name, - STATE(4913), 1, - sym__identifier, - STATE(6976), 1, + STATE(6842), 1, sym_name, + STATE(4386), 2, + sym__identifier, + sym__external_name, ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, @@ -249640,16 +249609,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(5393), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [245964] = 11, + [245902] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -249658,11 +249627,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3023), 1, + STATE(3015), 1, sym__direct_name, - STATE(8247), 1, + STATE(7837), 1, sym_name, - STATE(4362), 2, + STATE(4386), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -249673,93 +249642,60 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [246008] = 11, + [245946] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1185), 1, + ACTIONS(11), 1, anon_sym_LT_LT, - STATE(883), 1, + STATE(3015), 1, sym__direct_name, - STATE(2718), 1, + STATE(7000), 1, sym_name, - STATE(2106), 2, + STATE(4386), 2, sym__identifier, sym__external_name, - ACTIONS(1197), 3, + ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(2107), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, STATE(4212), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(1187), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [246052] = 11, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(5421), 1, - anon_sym_LT_LT, - STATE(3668), 1, - sym__direct_name, - STATE(6084), 1, - sym_name, - STATE(4715), 2, - sym__identifier, - sym__external_name, - ACTIONS(5425), 3, - sym_character_literal, - sym_operator_symbol, - sym_library_constant_std_logic, - STATE(4213), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(4833), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(5423), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [246096] = 5, + [245990] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4214), 3, + STATE(4213), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3452), 15, + ACTIONS(3258), 15, sym_identifier, sym_ASSERT, sym_END, @@ -249775,7 +249711,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [246128] = 11, + [246022] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -249784,31 +249720,64 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3023), 1, + STATE(3015), 1, sym__direct_name, - STATE(6665), 1, + STATE(7209), 1, sym_name, - STATE(4362), 2, + STATE(4386), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, + STATE(4214), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(4383), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(3074), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [246066] = 11, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(3768), 1, + anon_sym_LT_LT, + STATE(3754), 1, + sym__direct_name, + STATE(5525), 1, + sym_name, + STATE(4877), 2, + sym__identifier, + sym__external_name, + ACTIONS(3790), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, STATE(4215), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4876), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(3770), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [246172] = 11, + [246110] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -249817,11 +249786,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3023), 1, + STATE(3015), 1, sym__direct_name, - STATE(6928), 1, + STATE(7827), 1, sym_name, - STATE(4362), 2, + STATE(4386), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -249832,32 +249801,32 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [246216] = 11, + [246154] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5421), 1, + ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3668), 1, + STATE(3015), 1, sym__direct_name, - STATE(6263), 1, + STATE(7826), 1, sym_name, - STATE(4715), 2, + STATE(4386), 2, sym__identifier, sym__external_name, - ACTIONS(5425), 3, + ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -249865,76 +249834,82 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4833), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(5423), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [246260] = 11, + [246198] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1205), 1, + ACTIONS(5427), 1, anon_sym_LT_LT, - STATE(837), 1, + STATE(3640), 1, sym__direct_name, - STATE(2743), 1, + STATE(5867), 1, sym_name, - STATE(2137), 2, + STATE(4874), 2, sym__identifier, sym__external_name, - ACTIONS(1217), 3, + ACTIONS(5431), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(2139), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, STATE(4218), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(1207), 4, + STATE(4804), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(5429), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [246304] = 5, + [246242] = 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(3015), 1, + sym__direct_name, + STATE(7241), 1, + sym_name, + STATE(4386), 2, + sym__identifier, + sym__external_name, + ACTIONS(71), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, STATE(4219), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3484), 15, + STATE(4383), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(3074), 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, - [246336] = 11, + [246286] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -249943,11 +249918,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3023), 1, + STATE(3015), 1, sym__direct_name, - STATE(6652), 1, + STATE(7806), 1, sym_name, - STATE(4362), 2, + STATE(4386), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -249958,16 +249933,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [246380] = 11, + [246330] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -249976,11 +249951,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3023), 1, + STATE(3015), 1, sym__direct_name, - STATE(7216), 1, + STATE(7799), 1, sym_name, - STATE(4362), 2, + STATE(4386), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -249991,16 +249966,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [246424] = 11, + [246374] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -250009,11 +249984,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(4158), 1, + STATE(3015), 1, sym__direct_name, - STATE(5185), 1, + STATE(7243), 1, sym_name, - STATE(4362), 2, + STATE(4386), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -250024,16 +249999,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [246468] = 11, + [246418] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -250042,11 +250017,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(4251), 1, + STATE(3015), 1, sym__direct_name, - STATE(5627), 1, + STATE(6815), 1, sym_name, - STATE(4362), 2, + STATE(4386), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -250057,16 +250032,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [246512] = 11, + [246462] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -250075,11 +250050,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3023), 1, + STATE(3015), 1, sym__direct_name, - STATE(7219), 1, + STATE(7797), 1, sym_name, - STATE(4362), 2, + STATE(4386), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -250090,16 +250065,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [246556] = 12, + [246506] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -250108,14 +250083,13 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3023), 1, + STATE(3015), 1, sym__direct_name, - STATE(4362), 1, - sym__external_name, - STATE(4943), 1, - sym__identifier, - STATE(7219), 1, + STATE(6814), 1, sym_name, + STATE(4386), 2, + sym__identifier, + sym__external_name, ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, @@ -250124,16 +250098,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(5393), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [246602] = 11, + [246550] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -250142,11 +250116,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(4158), 1, + STATE(3015), 1, sym__direct_name, - STATE(5206), 1, + STATE(7463), 1, sym_name, - STATE(4362), 2, + STATE(4386), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -250157,107 +250131,115 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [246646] = 15, + [246594] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1487), 1, - sym_AFTER, - ACTIONS(5489), 1, - anon_sym_DOT, - ACTIONS(5491), 1, - anon_sym_LPAREN, - ACTIONS(5493), 1, - anon_sym_SQUOTE, - ACTIONS(5495), 1, - anon_sym_LBRACK, - ACTIONS(5497), 1, - sym_GENERIC, - ACTIONS(5499), 1, - sym_PARAMETER, - STATE(4171), 1, - aux_sym_name_repeat1, - STATE(4951), 1, - sym_generic_map_aspect, - STATE(5042), 1, - sym__name_selector, + ACTIONS(11), 1, + anon_sym_LT_LT, + STATE(3015), 1, + sym__direct_name, + STATE(7772), 1, + sym_name, + STATE(4386), 2, + sym__identifier, + sym__external_name, + ACTIONS(71), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, STATE(4227), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(5043), 5, - sym_function_call, - sym_parenthesis_group, - sym_attribute, - sym_signature, - sym_selection, - [246698] = 5, + STATE(4383), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(3074), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [246638] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(1281), 1, + anon_sym_LT_LT, + STATE(788), 1, + sym__direct_name, + STATE(2559), 1, + sym_name, + STATE(1639), 2, + sym__identifier, + sym__external_name, + ACTIONS(1293), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, + STATE(1647), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, STATE(4228), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3486), 15, + ACTIONS(1283), 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, - [246730] = 5, + [246682] = 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(3015), 1, + sym__direct_name, + STATE(6804), 1, + sym_name, + STATE(4386), 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(3454), 15, + STATE(4383), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(3074), 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, - [246762] = 11, + [246726] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -250266,11 +250248,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3023), 1, + STATE(3015), 1, sym__direct_name, - STATE(7294), 1, + STATE(7253), 1, sym_name, - STATE(4362), 2, + STATE(4386), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -250281,16 +250263,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [246806] = 11, + [246770] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -250299,11 +250281,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3023), 1, + STATE(3015), 1, sym__direct_name, - STATE(7335), 1, + STATE(7604), 1, sym_name, - STATE(4362), 2, + STATE(4386), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -250314,16 +250296,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [246850] = 11, + [246814] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -250332,11 +250314,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3023), 1, + STATE(3015), 1, sym__direct_name, - STATE(7726), 1, + STATE(7265), 1, sym_name, - STATE(4362), 2, + STATE(4386), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -250347,49 +250329,49 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [246894] = 11, + [246858] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1227), 1, + ACTIONS(11), 1, anon_sym_LT_LT, - STATE(830), 1, + STATE(3015), 1, sym__direct_name, - STATE(2635), 1, + STATE(6797), 1, sym_name, - STATE(1876), 2, + STATE(4386), 2, sym__identifier, sym__external_name, - ACTIONS(1239), 3, + ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(1880), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, STATE(4233), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(1229), 4, + STATE(4383), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [246938] = 11, + [246902] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -250398,11 +250380,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3023), 1, + STATE(3015), 1, sym__direct_name, - STATE(6846), 1, + STATE(7268), 1, sym_name, - STATE(4362), 2, + STATE(4386), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -250413,16 +250395,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [246982] = 11, + [246946] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -250431,11 +250413,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3023), 1, + STATE(3015), 1, sym__direct_name, - STATE(6862), 1, + STATE(6662), 1, sym_name, - STATE(4362), 2, + STATE(4386), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -250446,32 +250428,32 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [247026] = 11, + [246990] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5503), 1, + ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3803), 1, + STATE(3015), 1, sym__direct_name, - STATE(5828), 1, + STATE(6660), 1, sym_name, - STATE(4947), 2, + STATE(4386), 2, sym__identifier, sym__external_name, - ACTIONS(5507), 3, + ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -250479,33 +250461,32 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4952), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(5505), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [247070] = 12, + [247034] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5421), 1, + ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3668), 1, + STATE(3015), 1, sym__direct_name, - STATE(4671), 1, + STATE(7768), 1, + sym_name, + STATE(4386), 2, sym__identifier, - STATE(4715), 1, sym__external_name, - STATE(6263), 1, - sym_name, - ACTIONS(5425), 3, + ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -250513,49 +250494,49 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4833), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(5457), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [247116] = 11, + [247078] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(764), 1, + ACTIONS(11), 1, anon_sym_LT_LT, - STATE(721), 1, + STATE(3015), 1, sym__direct_name, - STATE(1468), 1, + STATE(6657), 1, sym_name, - STATE(838), 2, + STATE(4386), 2, sym__identifier, sym__external_name, - ACTIONS(776), 3, + ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(840), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, STATE(4238), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(808), 4, + STATE(4383), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [247160] = 11, + [247122] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -250564,11 +250545,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3023), 1, + STATE(3015), 1, sym__direct_name, - STATE(6929), 1, + STATE(7767), 1, sym_name, - STATE(4362), 2, + STATE(4386), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -250579,16 +250560,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [247204] = 11, + [247166] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -250597,11 +250578,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(4158), 1, + STATE(3015), 1, sym__direct_name, - STATE(5184), 1, + STATE(6652), 1, sym_name, - STATE(4362), 2, + STATE(4386), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -250612,16 +250593,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [247248] = 11, + [247210] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -250630,11 +250611,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(4251), 1, + STATE(3015), 1, sym__direct_name, - STATE(5588), 1, + STATE(7739), 1, sym_name, - STATE(4362), 2, + STATE(4386), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -250645,16 +250626,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [247292] = 11, + [247254] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -250663,11 +250644,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(4158), 1, + STATE(3015), 1, sym__direct_name, - STATE(5199), 1, + STATE(6650), 1, sym_name, - STATE(4362), 2, + STATE(4386), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -250678,43 +250659,49 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [247336] = 5, + [247298] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(5427), 1, + anon_sym_LT_LT, + STATE(3640), 1, + sym__direct_name, + STATE(6262), 1, + sym_name, + STATE(4874), 2, + sym__identifier, + sym__external_name, + ACTIONS(5431), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, STATE(4243), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3446), 15, + STATE(4804), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(5429), 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, - [247368] = 11, + [247342] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -250723,11 +250710,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3023), 1, + STATE(3015), 1, sym__direct_name, - STATE(7106), 1, + STATE(6647), 1, sym_name, - STATE(4362), 2, + STATE(4386), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -250738,16 +250725,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [247412] = 11, + [247386] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -250756,11 +250743,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3023), 1, + STATE(3015), 1, sym__direct_name, - STATE(7121), 1, + STATE(8222), 1, sym_name, - STATE(4362), 2, + STATE(4386), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -250771,16 +250758,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [247456] = 11, + [247430] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -250789,11 +250776,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3023), 1, + STATE(3015), 1, sym__direct_name, - STATE(6633), 1, + STATE(6794), 1, sym_name, - STATE(4362), 2, + STATE(4386), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -250804,16 +250791,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [247500] = 11, + [247474] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -250822,11 +250809,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3023), 1, + STATE(3015), 1, sym__direct_name, - STATE(7251), 1, + STATE(6642), 1, sym_name, - STATE(4362), 2, + STATE(4386), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -250837,16 +250824,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [247544] = 11, + [247518] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -250855,11 +250842,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3023), 1, + STATE(3015), 1, sym__direct_name, - STATE(7509), 1, + STATE(6783), 1, sym_name, - STATE(4362), 2, + STATE(4386), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -250870,16 +250857,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [247588] = 11, + [247562] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -250888,11 +250875,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3023), 1, + STATE(3015), 1, sym__direct_name, - STATE(7548), 1, + STATE(7306), 1, sym_name, - STATE(4362), 2, + STATE(4386), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -250903,115 +250890,115 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [247632] = 11, + [247606] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1253), 1, + ACTIONS(11), 1, anon_sym_LT_LT, - STATE(842), 1, + STATE(3015), 1, sym__direct_name, - STATE(2727), 1, + STATE(7731), 1, sym_name, - STATE(2222), 2, + STATE(4386), 2, sym__identifier, sym__external_name, - ACTIONS(1265), 3, + ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(2223), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, STATE(4250), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(1255), 4, + STATE(4383), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [247676] = 14, + [247650] = 11, 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(4272), 1, - sym_generic_map_aspect, - STATE(4282), 1, - aux_sym_name_repeat1, - STATE(4331), 1, - sym__name_selector, - ACTIONS(1471), 2, - sym_GENERIC, - anon_sym_SEMI, + ACTIONS(11), 1, + anon_sym_LT_LT, + STATE(3015), 1, + sym__direct_name, + STATE(7730), 1, + sym_name, + STATE(4386), 2, + sym__identifier, + sym__external_name, + ACTIONS(71), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, STATE(4251), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4337), 5, - sym_function_call, - sym_parenthesis_group, - sym_attribute, - sym_signature, - sym_selection, - [247726] = 8, + STATE(4383), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(3074), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [247694] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5513), 1, - sym_RANGE, - STATE(5186), 1, - sym_range_constraint, + ACTIONS(11), 1, + anon_sym_LT_LT, + STATE(3015), 1, + sym__direct_name, + STATE(7712), 1, + sym_name, + STATE(4386), 2, + sym__identifier, + sym__external_name, + ACTIONS(71), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, STATE(4252), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5509), 5, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_RPAREN, - sym_variable_assignment, - anon_sym_GT_GT, - ACTIONS(5511), 8, + STATE(4383), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(3074), 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, - [247764] = 11, + [247738] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -251020,11 +251007,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3023), 1, + STATE(3015), 1, sym__direct_name, - STATE(7629), 1, + STATE(6640), 1, sym_name, - STATE(4362), 2, + STATE(4386), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -251035,16 +251022,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [247808] = 11, + [247782] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -251053,11 +251040,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(4158), 1, + STATE(3015), 1, sym__direct_name, - STATE(5220), 1, + STATE(8239), 1, sym_name, - STATE(4362), 2, + STATE(4386), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -251068,16 +251055,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [247852] = 11, + [247826] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -251086,11 +251073,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(4251), 1, + STATE(3015), 1, sym__direct_name, - STATE(5653), 1, + STATE(7705), 1, sym_name, - STATE(4362), 2, + STATE(4386), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -251101,16 +251088,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [247896] = 11, + [247870] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -251119,11 +251106,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(4158), 1, + STATE(3015), 1, sym__direct_name, - STATE(5240), 1, + STATE(7704), 1, sym_name, - STATE(4362), 2, + STATE(4386), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -251134,49 +251121,49 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [247940] = 11, + [247914] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1275), 1, + ACTIONS(5427), 1, anon_sym_LT_LT, - STATE(812), 1, + STATE(3640), 1, sym__direct_name, - STATE(2628), 1, + STATE(6275), 1, sym_name, - STATE(1825), 2, + STATE(4874), 2, sym__identifier, sym__external_name, - ACTIONS(1287), 3, + ACTIONS(5431), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(1687), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, STATE(4257), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(1277), 4, + STATE(4804), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(5429), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [247984] = 11, + [247958] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -251185,11 +251172,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3023), 1, + STATE(3015), 1, sym__direct_name, - STATE(7778), 1, + STATE(7339), 1, sym_name, - STATE(4362), 2, + STATE(4386), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -251200,16 +251187,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [248028] = 11, + [248002] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -251218,11 +251205,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3023), 1, + STATE(3015), 1, sym__direct_name, - STATE(7786), 1, + STATE(7217), 1, sym_name, - STATE(4362), 2, + STATE(4386), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -251233,16 +251220,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [248072] = 11, + [248046] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -251251,11 +251238,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3023), 1, + STATE(3015), 1, sym__direct_name, - STATE(8075), 1, + STATE(7686), 1, sym_name, - STATE(4362), 2, + STATE(4386), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -251266,32 +251253,33 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [248116] = 11, + [248090] = 12, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5421), 1, + ACTIONS(5427), 1, anon_sym_LT_LT, - STATE(3668), 1, + STATE(3640), 1, sym__direct_name, - STATE(5558), 1, - sym_name, - STATE(4715), 2, + STATE(4733), 1, sym__identifier, + STATE(4874), 1, sym__external_name, - ACTIONS(5425), 3, + STATE(6275), 1, + sym_name, + ACTIONS(5431), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -251299,16 +251287,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4833), 3, + STATE(4804), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(5423), 4, + ACTIONS(5433), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [248160] = 11, + [248136] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -251317,11 +251305,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3023), 1, + STATE(3015), 1, sym__direct_name, - STATE(6610), 1, + STATE(6775), 1, sym_name, - STATE(4362), 2, + STATE(4386), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -251332,33 +251320,32 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [248204] = 12, + [248180] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5421), 1, + ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3668), 1, + STATE(3015), 1, sym__direct_name, - STATE(4715), 1, - sym__external_name, - STATE(4826), 1, - sym__identifier, - STATE(6023), 1, + STATE(6773), 1, sym_name, - ACTIONS(5425), 3, + STATE(4386), 2, + sym__identifier, + sym__external_name, + ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -251366,16 +251353,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4833), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(5457), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [248250] = 11, + [248224] = 12, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -251384,13 +251371,14 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3023), 1, + STATE(3015), 1, sym__direct_name, - STATE(6626), 1, - sym_name, - STATE(4362), 2, - sym__identifier, + STATE(4386), 1, sym__external_name, + STATE(4936), 1, + sym__identifier, + STATE(8239), 1, + sym_name, ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, @@ -251399,16 +251387,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(5363), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [248294] = 11, + [248270] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -251417,11 +251405,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(4158), 1, + STATE(3015), 1, sym__direct_name, - STATE(5168), 1, + STATE(6762), 1, sym_name, - STATE(4362), 2, + STATE(4386), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -251432,16 +251420,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [248338] = 11, + [248314] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -251450,11 +251438,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(4158), 1, + STATE(3015), 1, sym__direct_name, - STATE(5169), 1, + STATE(7361), 1, sym_name, - STATE(4362), 2, + STATE(4386), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -251465,76 +251453,82 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [248382] = 5, + [248358] = 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(3015), 1, + sym__direct_name, + STATE(6758), 1, + sym_name, + STATE(4386), 2, + sym__identifier, + sym__external_name, + ACTIONS(71), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, STATE(4267), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3474), 15, + STATE(4383), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(3074), 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, - [248414] = 11, + [248402] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(856), 1, + ACTIONS(11), 1, anon_sym_LT_LT, - STATE(772), 1, + STATE(3015), 1, sym__direct_name, - STATE(2499), 1, + STATE(7678), 1, sym_name, - STATE(1336), 2, + STATE(4386), 2, sym__identifier, sym__external_name, - ACTIONS(868), 3, + ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(1337), 3, - sym_external_constant_name, - sym_external_signal_name, - sym_external_variable_name, STATE(4268), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(858), 4, + STATE(4383), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [248458] = 11, + [248446] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -251543,11 +251537,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3023), 1, + STATE(3015), 1, sym__direct_name, - STATE(6702), 1, + STATE(6757), 1, sym_name, - STATE(4362), 2, + STATE(4386), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -251558,16 +251552,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [248502] = 11, + [248490] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -251576,11 +251570,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3023), 1, + STATE(3015), 1, sym__direct_name, - STATE(6705), 1, + STATE(6745), 1, sym_name, - STATE(4362), 2, + STATE(4386), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -251591,16 +251585,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [248546] = 11, + [248534] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -251609,11 +251603,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3023), 1, + STATE(3015), 1, sym__direct_name, - STATE(6746), 1, + STATE(7384), 1, sym_name, - STATE(4362), 2, + STATE(4386), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -251624,47 +251618,49 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [248590] = 9, + [248578] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2193), 1, - anon_sym_COLON, - ACTIONS(4234), 1, - anon_sym_LPAREN, - ACTIONS(5515), 1, - sym_PARAMETER, - STATE(4352), 1, - sym_parenthesis_group, + ACTIONS(11), 1, + anon_sym_LT_LT, + STATE(3015), 1, + sym__direct_name, + STATE(7386), 1, + sym_name, + STATE(4386), 2, + sym__identifier, + sym__external_name, + ACTIONS(71), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, STATE(4272), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2191), 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, - [248630] = 11, + STATE(4383), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(3074), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [248622] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -251673,11 +251669,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3023), 1, + STATE(3015), 1, sym__direct_name, - STATE(6845), 1, + STATE(7676), 1, sym_name, - STATE(4362), 2, + STATE(4386), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -251688,33 +251684,32 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [248674] = 12, + [248666] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5421), 1, + ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3668), 1, + STATE(3015), 1, sym__direct_name, - STATE(4677), 1, + STATE(7656), 1, + sym_name, + STATE(4386), 2, sym__identifier, - STATE(4715), 1, sym__external_name, - STATE(6293), 1, - sym_name, - ACTIONS(5425), 3, + ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -251722,16 +251717,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4833), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(5457), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [248720] = 11, + [248710] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -251740,11 +251735,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3023), 1, + STATE(3015), 1, sym__direct_name, - STATE(6863), 1, + STATE(6633), 1, sym_name, - STATE(4362), 2, + STATE(4386), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -251755,16 +251750,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [248764] = 11, + [248754] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -251773,11 +251768,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3023), 1, + STATE(3015), 1, sym__direct_name, - STATE(6878), 1, + STATE(6623), 1, sym_name, - STATE(4362), 2, + STATE(4386), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -251788,33 +251783,32 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [248808] = 12, + [248798] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5421), 1, + ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3668), 1, + STATE(3015), 1, sym__direct_name, - STATE(4715), 1, - sym__external_name, - STATE(4867), 1, - sym__identifier, - STATE(6035), 1, + STATE(7642), 1, sym_name, - ACTIONS(5425), 3, + STATE(4386), 2, + sym__identifier, + sym__external_name, + ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -251822,16 +251816,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4833), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(5457), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [248854] = 11, + [248842] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -251840,11 +251834,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3023), 1, + STATE(3015), 1, sym__direct_name, - STATE(6951), 1, + STATE(7392), 1, sym_name, - STATE(4362), 2, + STATE(4386), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -251855,16 +251849,47 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [248898] = 11, + [248886] = 9, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(2326), 1, + anon_sym_COLON, + ACTIONS(4248), 1, + anon_sym_LPAREN, + ACTIONS(5515), 1, + sym_PARAMETER, + STATE(4346), 1, + sym_parenthesis_group, + STATE(4279), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2324), 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, + [248926] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -251873,31 +251898,31 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3023), 1, + STATE(3015), 1, sym__direct_name, - STATE(6968), 1, + STATE(7636), 1, sym_name, - STATE(4362), 2, + STATE(4386), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(4279), 3, + STATE(4280), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [248942] = 11, + [248970] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -251906,100 +251931,64 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3023), 1, + STATE(3015), 1, sym__direct_name, - STATE(6974), 1, + STATE(6621), 1, sym_name, - STATE(4362), 2, + STATE(4386), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(4280), 3, + STATE(4281), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [248986] = 11, + [249014] = 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(5427), 1, anon_sym_LT_LT, - STATE(3023), 1, + STATE(3640), 1, sym__direct_name, - STATE(7056), 1, + STATE(6123), 1, sym_name, - STATE(4362), 2, + STATE(4874), 2, sym__identifier, sym__external_name, - ACTIONS(71), 3, + ACTIONS(5431), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(4281), 3, + STATE(4282), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4804), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(5429), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [249030] = 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(3025), 1, - aux_sym_name_repeat1, - STATE(4272), 1, - sym_generic_map_aspect, - STATE(4331), 1, - sym__name_selector, - ACTIONS(1487), 2, - sym_GENERIC, - anon_sym_SEMI, - STATE(4282), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(4337), 5, - sym_function_call, - sym_parenthesis_group, - sym_attribute, - sym_signature, - sym_selection, - [249080] = 11, + [249058] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -252008,11 +251997,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3023), 1, + STATE(3015), 1, sym__direct_name, - STATE(7104), 1, + STATE(7590), 1, sym_name, - STATE(4362), 2, + STATE(4386), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -252023,16 +252012,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [249124] = 11, + [249102] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -252041,11 +252030,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3023), 1, + STATE(3015), 1, sym__direct_name, - STATE(7107), 1, + STATE(7423), 1, sym_name, - STATE(4362), 2, + STATE(4386), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -252056,16 +252045,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [249168] = 11, + [249146] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -252074,11 +252063,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3023), 1, + STATE(3015), 1, sym__direct_name, - STATE(7215), 1, + STATE(6732), 1, sym_name, - STATE(4362), 2, + STATE(4386), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -252089,16 +252078,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [249212] = 11, + [249190] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -252107,11 +252096,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3023), 1, + STATE(3015), 1, sym__direct_name, - STATE(7252), 1, + STATE(7425), 1, sym_name, - STATE(4362), 2, + STATE(4386), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -252122,16 +252111,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [249256] = 11, + [249234] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -252140,11 +252129,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3023), 1, + STATE(3015), 1, sym__direct_name, - STATE(7263), 1, + STATE(6614), 1, sym_name, - STATE(4362), 2, + STATE(4386), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -252155,16 +252144,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [249300] = 11, + [249278] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -252173,11 +252162,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3023), 1, + STATE(3015), 1, sym__direct_name, - STATE(7330), 1, + STATE(8244), 1, sym_name, - STATE(4362), 2, + STATE(4386), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -252188,16 +252177,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [249344] = 11, + [249322] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -252206,11 +252195,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3023), 1, + STATE(3015), 1, sym__direct_name, - STATE(7366), 1, + STATE(8245), 1, sym_name, - STATE(4362), 2, + STATE(4386), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -252221,16 +252210,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [249388] = 11, + [249366] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -252239,11 +252228,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3023), 1, + STATE(3015), 1, sym__direct_name, - STATE(7374), 1, + STATE(6645), 1, sym_name, - STATE(4362), 2, + STATE(4386), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -252254,43 +252243,49 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [249432] = 5, + [249410] = 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(3015), 1, + sym__direct_name, + STATE(6639), 1, + sym_name, + STATE(4386), 2, + sym__identifier, + sym__external_name, + ACTIONS(71), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, STATE(4291), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3476), 15, + STATE(4383), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(3074), 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, - [249464] = 11, + [249454] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -252299,11 +252294,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3023), 1, + STATE(3015), 1, sym__direct_name, - STATE(7459), 1, + STATE(7568), 1, sym_name, - STATE(4362), 2, + STATE(4386), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -252314,32 +252309,32 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [249508] = 11, + [249498] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5421), 1, + ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3668), 1, + STATE(3015), 1, sym__direct_name, - STATE(6055), 1, + STATE(6731), 1, sym_name, - STATE(4715), 2, + STATE(4386), 2, sym__identifier, sym__external_name, - ACTIONS(5425), 3, + ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -252347,16 +252342,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4833), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(5423), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [249552] = 11, + [249542] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -252365,11 +252360,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3023), 1, + STATE(3015), 1, sym__direct_name, - STATE(7516), 1, + STATE(6717), 1, sym_name, - STATE(4362), 2, + STATE(4386), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -252380,16 +252375,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [249596] = 11, + [249586] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -252398,11 +252393,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3023), 1, + STATE(3015), 1, sym__direct_name, - STATE(7542), 1, + STATE(7433), 1, sym_name, - STATE(4362), 2, + STATE(4386), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -252413,16 +252408,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [249640] = 11, + [249630] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -252431,11 +252426,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3023), 1, + STATE(3015), 1, sym__direct_name, - STATE(7674), 1, + STATE(6622), 1, sym_name, - STATE(4362), 2, + STATE(4386), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -252446,76 +252441,82 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [249684] = 5, + [249674] = 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(3015), 1, + sym__direct_name, + STATE(7466), 1, + sym_name, + STATE(4386), 2, + sym__identifier, + sym__external_name, + ACTIONS(71), 3, + sym_character_literal, + sym_operator_symbol, + sym_library_constant_std_logic, STATE(4297), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3260), 15, + STATE(4383), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(3074), 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, - [249716] = 11, + [249718] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(944), 1, + ACTIONS(11), 1, anon_sym_LT_LT, - STATE(779), 1, + STATE(3015), 1, sym__direct_name, - STATE(2502), 1, + STATE(8189), 1, sym_name, - STATE(1353), 2, + STATE(4386), 2, sym__identifier, sym__external_name, - ACTIONS(956), 3, + ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, - STATE(1354), 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(946), 4, + STATE(4383), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [249760] = 11, + [249762] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -252524,11 +252525,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3023), 1, + STATE(3015), 1, sym__direct_name, - STATE(7712), 1, + STATE(7562), 1, sym_name, - STATE(4362), 2, + STATE(4386), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -252539,32 +252540,33 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [249804] = 11, + [249806] = 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(5427), 1, anon_sym_LT_LT, - STATE(3023), 1, + STATE(3640), 1, sym__direct_name, - STATE(7716), 1, - sym_name, - STATE(4362), 2, + STATE(4667), 1, sym__identifier, + STATE(4874), 1, sym__external_name, - ACTIONS(71), 3, + STATE(6123), 1, + sym_name, + ACTIONS(5431), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -252572,32 +252574,32 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4804), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(5433), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [249848] = 11, + [249852] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5421), 1, + ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3668), 1, + STATE(3015), 1, sym__direct_name, - STATE(6114), 1, + STATE(6611), 1, sym_name, - STATE(4715), 2, + STATE(4386), 2, sym__identifier, sym__external_name, - ACTIONS(5425), 3, + ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -252605,16 +252607,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4833), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(5423), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [249892] = 11, + [249896] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -252623,11 +252625,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3023), 1, + STATE(3015), 1, sym__direct_name, - STATE(7792), 1, + STATE(7377), 1, sym_name, - STATE(4362), 2, + STATE(4386), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -252638,16 +252640,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [249936] = 11, + [249940] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -252656,11 +252658,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3023), 1, + STATE(3015), 1, sym__direct_name, - STATE(7819), 1, + STATE(7522), 1, sym_name, - STATE(4362), 2, + STATE(4386), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -252671,16 +252673,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [249980] = 11, + [249984] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -252689,11 +252691,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3023), 1, + STATE(3015), 1, sym__direct_name, - STATE(7822), 1, + STATE(6610), 1, sym_name, - STATE(4362), 2, + STATE(4386), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -252704,33 +252706,32 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [250024] = 12, + [250028] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5421), 1, + ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3668), 1, + STATE(3015), 1, sym__direct_name, - STATE(4699), 1, + STATE(8237), 1, + sym_name, + STATE(4386), 2, sym__identifier, - STATE(4715), 1, sym__external_name, - STATE(6114), 1, - sym_name, - ACTIONS(5425), 3, + ACTIONS(71), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -252738,16 +252739,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4833), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(5457), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [250070] = 11, + [250072] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -252756,11 +252757,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(4336), 1, + STATE(3015), 1, sym__direct_name, - STATE(8038), 1, + STATE(6609), 1, sym_name, - STATE(4362), 2, + STATE(4386), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -252771,32 +252772,32 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [250114] = 11, + [250116] = 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(3768), 1, anon_sym_LT_LT, - STATE(3023), 1, + STATE(3647), 1, sym__direct_name, - STATE(8093), 1, + STATE(5687), 1, sym_name, - STATE(4362), 2, + STATE(4877), 2, sym__identifier, sym__external_name, - ACTIONS(71), 3, + ACTIONS(3790), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -252804,16 +252805,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4876), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(3770), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [250158] = 11, + [250160] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -252822,11 +252823,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(4336), 1, + STATE(3015), 1, sym__direct_name, - STATE(8069), 1, + STATE(7516), 1, sym_name, - STATE(4362), 2, + STATE(4386), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -252837,16 +252838,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [250202] = 11, + [250204] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -252855,11 +252856,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(3023), 1, + STATE(3015), 1, sym__direct_name, - STATE(8138), 1, + STATE(6659), 1, sym_name, - STATE(4362), 2, + STATE(4386), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -252870,32 +252871,33 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [250246] = 11, + [250248] = 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(5427), 1, anon_sym_LT_LT, - STATE(4336), 1, + STATE(3640), 1, sym__direct_name, - STATE(8094), 1, - sym_name, - STATE(4362), 2, + STATE(4845), 1, sym__identifier, + STATE(4874), 1, sym__external_name, - ACTIONS(71), 3, + STATE(6096), 1, + sym_name, + ACTIONS(5431), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -252903,16 +252905,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4804), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(5433), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [250290] = 11, + [250294] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -252921,11 +252923,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(4336), 1, + STATE(3015), 1, sym__direct_name, - STATE(8111), 1, + STATE(6668), 1, sym_name, - STATE(4362), 2, + STATE(4386), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -252936,32 +252938,32 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [250334] = 11, + [250338] = 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(3768), 1, anon_sym_LT_LT, - STATE(4336), 1, + STATE(3647), 1, sym__direct_name, - STATE(8125), 1, + STATE(5682), 1, sym_name, - STATE(4362), 2, + STATE(4877), 2, sym__identifier, sym__external_name, - ACTIONS(71), 3, + ACTIONS(3790), 3, sym_character_literal, sym_operator_symbol, sym_library_constant_std_logic, @@ -252969,16 +252971,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4876), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(3770), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [250378] = 11, + [250382] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -252987,11 +252989,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(11), 1, anon_sym_LT_LT, - STATE(4336), 1, + STATE(3015), 1, sym__direct_name, - STATE(8134), 1, + STATE(6674), 1, sym_name, - STATE(4362), 2, + STATE(4386), 2, sym__identifier, sym__external_name, ACTIONS(71), 3, @@ -253002,168 +253004,60 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(4351), 3, + STATE(4383), 3, sym_external_constant_name, sym_external_signal_name, sym_external_variable_name, - ACTIONS(3078), 4, + ACTIONS(3074), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [250422] = 13, - 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(4242), 1, - sym_PARAMETER, - STATE(3025), 1, - aux_sym_name_repeat1, - STATE(4272), 1, - sym_generic_map_aspect, - STATE(4331), 1, - sym__name_selector, - ACTIONS(1487), 3, - sym_GENERIC, - anon_sym_SEMI, - anon_sym_LBRACK, - STATE(4314), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(4337), 5, - sym_function_call, - sym_parenthesis_group, - sym_attribute, - sym_signature, - sym_selection, - [250470] = 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_COLON, - STATE(4315), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2508), 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, - [250503] = 5, + [250426] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4316), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(3352), 14, - sym_identifier, - sym_ASSERT, - sym_END, - sym_POSTPONED, - sym_PROCESS, - sym_WITH, + ACTIONS(11), 1, + anon_sym_LT_LT, + STATE(3015), 1, + sym__direct_name, + STATE(7518), 1, + sym_name, + STATE(4386), 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, - [250534] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(4317), 3, + STATE(4314), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3354), 14, + STATE(4383), 3, + sym_external_constant_name, + sym_external_signal_name, + sym_external_variable_name, + ACTIONS(3074), 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, - [250565] = 6, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(2554), 1, - anon_sym_COLON, - STATE(4318), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2552), 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, - [250598] = 5, + [250470] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4319), 3, + STATE(4315), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3390), 14, + ACTIONS(3414), 14, sym_identifier, sym_ASSERT, sym_END, @@ -253178,45 +253072,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [250629] = 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_COLON, - STATE(4320), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2390), 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, - [250662] = 5, + [250501] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4321), 3, + STATE(4316), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3448), 14, + ACTIONS(3412), 14, sym_identifier, sym_ASSERT, sym_END, @@ -253231,18 +253098,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [250693] = 5, + [250532] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4322), 3, + STATE(4317), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3394), 14, + ACTIONS(3312), 14, sym_identifier, sym_ASSERT, sym_END, @@ -253257,18 +253124,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [250724] = 5, + [250563] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4323), 3, + STATE(4318), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3396), 14, + ACTIONS(3490), 14, sym_identifier, sym_ASSERT, sym_END, @@ -253283,18 +253150,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [250755] = 5, + [250594] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4324), 3, + STATE(4319), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3472), 14, + ACTIONS(3310), 14, sym_identifier, sym_ASSERT, sym_END, @@ -253309,18 +253176,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [250786] = 5, + [250625] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4325), 3, + STATE(4320), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3438), 14, + ACTIONS(3304), 14, sym_identifier, sym_ASSERT, sym_END, @@ -253335,18 +253202,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [250817] = 5, + [250656] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4326), 3, + STATE(4321), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3446), 14, + ACTIONS(3474), 14, sym_identifier, sym_ASSERT, sym_END, @@ -253361,18 +253228,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [250848] = 5, + [250687] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4327), 3, + STATE(4322), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3450), 14, + ACTIONS(3472), 14, sym_identifier, sym_ASSERT, sym_END, @@ -253387,18 +253254,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [250879] = 5, + [250718] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4328), 3, + STATE(4323), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3452), 14, + ACTIONS(3420), 14, sym_identifier, sym_ASSERT, sym_END, @@ -253413,20 +253280,20 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [250910] = 6, + [250749] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2638), 1, + ACTIONS(2484), 1, anon_sym_COLON, - STATE(4329), 3, + STATE(4324), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2636), 13, + ACTIONS(2482), 13, sym_GENERIC, sym_PARAMETER, anon_sym_SEMI, @@ -253440,18 +253307,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_RBRACK, - [250943] = 5, + [250782] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4330), 3, + STATE(4325), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3454), 14, + ACTIONS(3318), 14, sym_identifier, sym_ASSERT, sym_END, @@ -253466,45 +253333,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [250974] = 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_COLON, - STATE(4331), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2452), 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, - [251007] = 5, + [250813] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4332), 3, + STATE(4326), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3470), 14, + ACTIONS(3456), 14, sym_identifier, sym_ASSERT, sym_END, @@ -253519,18 +253359,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [251038] = 5, + [250844] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4333), 3, + STATE(4327), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3474), 14, + ACTIONS(3454), 14, sym_identifier, sym_ASSERT, sym_END, @@ -253545,18 +253385,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [251069] = 5, + [250875] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4334), 3, + STATE(4328), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3476), 14, + ACTIONS(3452), 14, sym_identifier, sym_ASSERT, sym_END, @@ -253571,18 +253411,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [251100] = 5, + [250906] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4335), 3, + STATE(4329), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3478), 14, + ACTIONS(3450), 14, sym_identifier, sym_ASSERT, sym_END, @@ -253597,134 +253437,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [251131] = 14, - 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_LPAREN, - ACTIONS(4232), 1, - anon_sym_DOT, - ACTIONS(4236), 1, - anon_sym_SQUOTE, - ACTIONS(4238), 1, - anon_sym_LBRACK, - ACTIONS(4240), 1, - sym_GENERIC, - ACTIONS(4242), 1, - sym_PARAMETER, - STATE(4272), 1, - sym_generic_map_aspect, - STATE(4331), 1, - sym__name_selector, - STATE(4345), 1, - aux_sym_name_repeat1, - STATE(4336), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(4337), 5, - sym_function_call, - sym_parenthesis_group, - sym_attribute, - sym_signature, - sym_selection, - [251180] = 6, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(2458), 1, - anon_sym_COLON, - STATE(4337), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2456), 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, - [251213] = 6, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(2612), 1, - anon_sym_COLON, - STATE(4338), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2610), 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, - [251246] = 6, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(2494), 1, - anon_sym_COLON, - STATE(4339), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2492), 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, - [251279] = 5, + [250937] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4340), 3, + STATE(4330), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3238), 14, + ACTIONS(3494), 14, sym_identifier, sym_ASSERT, sym_END, @@ -253738,48 +253462,21 @@ static const uint16_t ts_small_parse_table[] = { sym_library_function, sym_library_type, anon_sym_LPAREN, - anon_sym_LT_LT, - [251310] = 6, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(2518), 1, - anon_sym_COLON, - STATE(4341), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2516), 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, - [251343] = 6, + anon_sym_LT_LT, + [250968] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2514), 1, + ACTIONS(2658), 1, anon_sym_COLON, - STATE(4342), 3, + STATE(4331), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2512), 13, + ACTIONS(2656), 13, sym_GENERIC, sym_PARAMETER, anon_sym_SEMI, @@ -253793,20 +253490,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_RBRACK, - [251376] = 6, + [251001] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2522), 1, + ACTIONS(2650), 1, anon_sym_COLON, - STATE(4343), 3, + STATE(4332), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2520), 13, + ACTIONS(2648), 13, sym_GENERIC, sym_PARAMETER, anon_sym_SEMI, @@ -253820,109 +253517,70 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_RBRACK, - [251409] = 8, + [251034] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5517), 1, - sym_RANGE, - STATE(5383), 1, - sym_range_constraint, - STATE(4344), 3, + STATE(4333), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5509), 4, - sym_BUS, - sym_REGISTER, - anon_sym_SEMI, - sym_variable_assignment, - ACTIONS(5511), 8, + ACTIONS(3496), 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_LT_LT, - [251446] = 14, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(1487), 1, anon_sym_LPAREN, - ACTIONS(4232), 1, - anon_sym_DOT, - ACTIONS(4236), 1, - anon_sym_SQUOTE, - ACTIONS(4238), 1, - anon_sym_LBRACK, - ACTIONS(4240), 1, - sym_GENERIC, - ACTIONS(4242), 1, - sym_PARAMETER, - STATE(3025), 1, - aux_sym_name_repeat1, - STATE(4272), 1, - sym_generic_map_aspect, - STATE(4331), 1, - sym__name_selector, - STATE(4345), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(4337), 5, - sym_function_call, - sym_parenthesis_group, - sym_attribute, - sym_signature, - sym_selection, - [251495] = 6, + anon_sym_LT_LT, + [251065] = 5, 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, - STATE(4346), 3, + STATE(4334), 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, + ACTIONS(3322), 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, - [251528] = 5, + anon_sym_LT_LT, + [251096] = 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(4335), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3258), 14, + ACTIONS(3498), 14, sym_identifier, sym_ASSERT, sym_END, @@ -253937,18 +253595,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [251559] = 5, + [251127] = 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(4336), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3260), 14, + ACTIONS(3268), 14, sym_identifier, sym_ASSERT, sym_END, @@ -253963,44 +253621,74 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [251590] = 5, + [251158] = 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(2628), 1, + anon_sym_COLON, + STATE(4337), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2626), 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, + [251191] = 8, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(5517), 1, + sym_RANGE, + STATE(5389), 1, + sym_range_constraint, + STATE(4338), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3262), 14, + ACTIONS(5459), 4, + sym_BUS, + anon_sym_SEMI, + anon_sym_RPAREN, + sym_variable_assignment, + ACTIONS(5461), 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, - [251621] = 5, + [251228] = 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(4339), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3264), 14, + ACTIONS(3434), 14, sym_identifier, sym_ASSERT, sym_END, @@ -254015,47 +253703,49 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [251652] = 6, + [251259] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2396), 1, - anon_sym_COLON, - STATE(4351), 3, + ACTIONS(5519), 1, + sym_RANGE, + STATE(5537), 1, + sym_range_constraint, + STATE(4340), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2394), 13, - sym_GENERIC, - sym_PARAMETER, + ACTIONS(5459), 4, + sym_BUS, + sym_REGISTER, 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, - [251685] = 6, + ACTIONS(5461), 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, + [251296] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2526), 1, + ACTIONS(2552), 1, anon_sym_COLON, - STATE(4352), 3, + STATE(4341), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2524), 13, + ACTIONS(2550), 13, sym_GENERIC, sym_PARAMETER, anon_sym_SEMI, @@ -254069,18 +253759,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_RBRACK, - [251718] = 5, + [251329] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4353), 3, + STATE(4342), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3350), 14, + ACTIONS(3316), 14, sym_identifier, sym_ASSERT, sym_END, @@ -254095,18 +253785,45 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [251749] = 5, + [251360] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4354), 3, + ACTIONS(2564), 1, + anon_sym_COLON, + STATE(4343), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2562), 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, + [251393] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(4344), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3382), 14, + ACTIONS(3320), 14, sym_identifier, sym_ASSERT, sym_END, @@ -254121,20 +253838,20 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [251780] = 6, + [251424] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2562), 1, + ACTIONS(2480), 1, anon_sym_COLON, - STATE(4355), 3, + STATE(4345), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2560), 13, + ACTIONS(2478), 13, sym_GENERIC, sym_PARAMETER, anon_sym_SEMI, @@ -254148,20 +253865,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_RBRACK, - [251813] = 6, + [251457] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2566), 1, + ACTIONS(2388), 1, anon_sym_COLON, - STATE(4356), 3, + STATE(4346), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2564), 13, + ACTIONS(2386), 13, sym_GENERIC, sym_PARAMETER, anon_sym_SEMI, @@ -254175,20 +253892,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_RBRACK, - [251846] = 6, + [251490] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2570), 1, + ACTIONS(2442), 1, anon_sym_COLON, - STATE(4357), 3, + STATE(4347), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2568), 13, + ACTIONS(2440), 13, sym_GENERIC, sym_PARAMETER, anon_sym_SEMI, @@ -254202,18 +253919,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_RBRACK, - [251879] = 5, + [251523] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4358), 3, + STATE(4348), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3484), 14, + ACTIONS(3422), 14, sym_identifier, sym_ASSERT, sym_END, @@ -254228,18 +253945,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [251910] = 5, + [251554] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4359), 3, + STATE(4349), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3486), 14, + ACTIONS(3492), 14, sym_identifier, sym_ASSERT, sym_END, @@ -254254,18 +253971,72 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [251941] = 5, + [251585] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4360), 3, + ACTIONS(2476), 1, + anon_sym_COLON, + STATE(4350), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2474), 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, + [251618] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(2514), 1, + anon_sym_COLON, + STATE(4351), 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, + [251651] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(4352), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3290), 14, + ACTIONS(3258), 14, sym_identifier, sym_ASSERT, sym_END, @@ -254280,18 +254051,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [251972] = 5, + [251682] = 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(4353), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3294), 14, + ACTIONS(3314), 14, sym_identifier, sym_ASSERT, sym_END, @@ -254306,20 +254077,20 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [252003] = 6, + [251713] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2388), 1, + ACTIONS(2506), 1, anon_sym_COLON, - STATE(4362), 3, + STATE(4354), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2386), 13, + ACTIONS(2504), 13, sym_GENERIC, sym_PARAMETER, anon_sym_SEMI, @@ -254333,20 +254104,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_RBRACK, - [252036] = 6, + [251746] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2590), 1, + ACTIONS(2510), 1, anon_sym_COLON, - STATE(4363), 3, + STATE(4355), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2588), 13, + ACTIONS(2508), 13, sym_GENERIC, sym_PARAMETER, anon_sym_SEMI, @@ -254360,75 +254131,74 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_RBRACK, - [252069] = 5, + [251779] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4364), 3, + ACTIONS(2404), 1, + anon_sym_COLON, + STATE(4356), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3306), 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, - [252100] = 8, + anon_sym_RPAREN, + anon_sym_LT_EQ, + sym_variable_assignment, + anon_sym_GT_GT, + anon_sym_SQUOTE, + anon_sym_LBRACK, + anon_sym_RBRACK, + [251812] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5519), 1, - sym_RANGE, - STATE(5477), 1, - sym_range_constraint, - STATE(4365), 3, + ACTIONS(2518), 1, + anon_sym_COLON, + STATE(4357), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5509), 4, - sym_BUS, + ACTIONS(2516), 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, - ACTIONS(5511), 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, - [252137] = 6, + anon_sym_GT_GT, + anon_sym_SQUOTE, + anon_sym_LBRACK, + anon_sym_RBRACK, + [251845] = 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(2522), 1, anon_sym_COLON, - STATE(4366), 3, + STATE(4358), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2640), 13, + ACTIONS(2520), 13, sym_GENERIC, sym_PARAMETER, anon_sym_SEMI, @@ -254442,18 +254212,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_RBRACK, - [252170] = 5, + [251878] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4367), 3, + ACTIONS(2376), 1, + anon_sym_COLON, + STATE(4359), 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, + [251911] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(4360), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3386), 14, + ACTIONS(3292), 14, sym_identifier, sym_ASSERT, sym_END, @@ -254468,45 +254265,44 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [252201] = 6, + [251942] = 5, 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(4368), 3, + STATE(4361), 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, + ACTIONS(3348), 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, - [252234] = 5, + anon_sym_LT_LT, + [251973] = 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(4362), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3320), 14, + ACTIONS(3260), 14, sym_identifier, sym_ASSERT, sym_END, @@ -254521,18 +254317,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [252265] = 5, + [252004] = 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(4363), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3322), 14, + ACTIONS(3284), 14, sym_identifier, sym_ASSERT, sym_END, @@ -254547,18 +254343,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [252296] = 5, + [252035] = 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(4364), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3324), 14, + ACTIONS(3282), 14, sym_identifier, sym_ASSERT, sym_END, @@ -254573,20 +254369,20 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [252327] = 6, + [252066] = 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(2624), 1, anon_sym_COLON, - STATE(4372), 3, + STATE(4365), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2556), 13, + ACTIONS(2622), 13, sym_GENERIC, sym_PARAMETER, anon_sym_SEMI, @@ -254600,18 +254396,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_RBRACK, - [252360] = 5, + [252099] = 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(4366), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3330), 14, + ACTIONS(3344), 14, sym_identifier, sym_ASSERT, sym_END, @@ -254626,20 +254422,20 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [252391] = 6, + [252130] = 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(2574), 1, anon_sym_COLON, - STATE(4374), 3, + STATE(4367), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2528), 13, + ACTIONS(2572), 13, sym_GENERIC, sym_PARAMETER, anon_sym_SEMI, @@ -254653,20 +254449,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_RBRACK, - [252424] = 6, + [252163] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2676), 1, + ACTIONS(2526), 1, anon_sym_COLON, - STATE(4375), 3, + STATE(4368), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2674), 13, + ACTIONS(2524), 13, sym_GENERIC, sym_PARAMETER, anon_sym_SEMI, @@ -254680,20 +254476,55 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_RBRACK, - [252457] = 6, + [252196] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2442), 1, + ACTIONS(1509), 1, + anon_sym_LPAREN, + ACTIONS(4246), 1, + anon_sym_DOT, + ACTIONS(4250), 1, + anon_sym_SQUOTE, + ACTIONS(4252), 1, + anon_sym_LBRACK, + ACTIONS(4254), 1, + sym_GENERIC, + ACTIONS(4256), 1, + sym_PARAMETER, + STATE(3014), 1, + aux_sym_name_repeat1, + STATE(4279), 1, + sym_generic_map_aspect, + STATE(4343), 1, + sym__name_selector, + STATE(4369), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(4351), 5, + sym_function_call, + sym_parenthesis_group, + sym_attribute, + sym_signature, + sym_selection, + [252245] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(2548), 1, anon_sym_COLON, - STATE(4376), 3, + STATE(4370), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2440), 13, + ACTIONS(2546), 13, sym_GENERIC, sym_PARAMETER, anon_sym_SEMI, @@ -254707,20 +254538,55 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_RBRACK, - [252490] = 6, + [252278] = 14, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2654), 1, + ACTIONS(1493), 1, + anon_sym_LPAREN, + ACTIONS(4246), 1, + anon_sym_DOT, + ACTIONS(4250), 1, + anon_sym_SQUOTE, + ACTIONS(4252), 1, + anon_sym_LBRACK, + ACTIONS(4254), 1, + sym_GENERIC, + ACTIONS(4256), 1, + sym_PARAMETER, + STATE(4279), 1, + sym_generic_map_aspect, + STATE(4343), 1, + sym__name_selector, + STATE(4369), 1, + aux_sym_name_repeat1, + STATE(4371), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + STATE(4351), 5, + sym_function_call, + sym_parenthesis_group, + sym_attribute, + sym_signature, + sym_selection, + [252327] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(2556), 1, anon_sym_COLON, - STATE(4377), 3, + STATE(4372), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2652), 13, + ACTIONS(2554), 13, sym_GENERIC, sym_PARAMETER, anon_sym_SEMI, @@ -254734,20 +254600,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_RBRACK, - [252523] = 6, + [252360] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2650), 1, + ACTIONS(2560), 1, anon_sym_COLON, - STATE(4378), 3, + STATE(4373), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2648), 13, + ACTIONS(2558), 13, sym_GENERIC, sym_PARAMETER, anon_sym_SEMI, @@ -254761,20 +254627,72 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_RBRACK, - [252556] = 6, + [252393] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2680), 1, + STATE(4374), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3270), 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, + [252424] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(4375), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3398), 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, + [252455] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(2438), 1, anon_sym_COLON, - STATE(4379), 3, + STATE(4376), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2678), 13, + ACTIONS(2436), 13, sym_GENERIC, sym_PARAMETER, anon_sym_SEMI, @@ -254788,20 +254706,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_RBRACK, - [252589] = 6, + [252488] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2586), 1, + ACTIONS(2568), 1, anon_sym_COLON, - STATE(4380), 3, + STATE(4377), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2584), 13, + ACTIONS(2566), 13, sym_GENERIC, sym_PARAMETER, anon_sym_SEMI, @@ -254815,18 +254733,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_RBRACK, - [252622] = 5, + [252521] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4381), 3, + STATE(4378), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3270), 14, + ACTIONS(3426), 14, sym_identifier, sym_ASSERT, sym_END, @@ -254841,18 +254759,45 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [252653] = 5, + [252552] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4382), 3, + ACTIONS(2602), 1, + anon_sym_COLON, + STATE(4379), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2600), 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, + [252585] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(4380), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3332), 14, + ACTIONS(3396), 14, sym_identifier, sym_ASSERT, sym_END, @@ -254867,18 +254812,45 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [252684] = 5, + [252616] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4383), 3, + ACTIONS(2654), 1, + anon_sym_COLON, + STATE(4381), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2652), 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, + [252649] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(4382), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3334), 14, + ACTIONS(3394), 14, sym_identifier, sym_ASSERT, sym_END, @@ -254893,7 +254865,34 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [252715] = 5, + [252680] = 6, + 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(4383), 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, + 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, + [252713] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -254904,7 +254903,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3344), 14, + ACTIONS(3390), 14, sym_identifier, sym_ASSERT, sym_END, @@ -254919,7 +254918,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [252746] = 5, + [252744] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -254945,32 +254944,33 @@ static const uint16_t ts_small_parse_table[] = { sym_library_type, anon_sym_LPAREN, anon_sym_LT_LT, - [252777] = 5, + [252775] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(2662), 1, + anon_sym_COLON, STATE(4386), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - 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, + ACTIONS(2660), 13, + sym_GENERIC, + sym_PARAMETER, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_DOT, anon_sym_LPAREN, - anon_sym_LT_LT, + anon_sym_RPAREN, + anon_sym_LT_EQ, + sym_variable_assignment, + anon_sym_GT_GT, + anon_sym_SQUOTE, + anon_sym_LBRACK, + anon_sym_RBRACK, [252808] = 12, ACTIONS(3), 1, sym__grave_accent, @@ -254978,16 +254978,16 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(5483), 1, + STATE(5344), 1, sym__entity_tag, - STATE(5704), 1, + STATE(5909), 1, sym__identifier, - STATE(5705), 1, + STATE(5912), 1, sym_entity_designator, - STATE(6902), 1, - sym_entity_specification, - STATE(6904), 1, + STATE(7422), 1, sym_entity_name_list, + STATE(7763), 1, + sym_entity_specification, ACTIONS(5521), 2, sym_ALL, sym_OTHERS, @@ -255003,141 +255003,82 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [252852] = 17, + [252852] = 12, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1759), 1, - sym_PORT, - ACTIONS(2984), 1, - sym_END, - ACTIONS(5525), 1, - anon_sym_SEMI, - ACTIONS(5527), 1, - sym_FOR, - ACTIONS(5529), 1, - sym_GENERIC, - ACTIONS(5531), 1, - sym_USE, - STATE(4987), 1, - sym_binding_indication, - STATE(5028), 1, - aux_sym_configuration_head_repeat2, + STATE(5344), 1, + sym__entity_tag, + STATE(5909), 1, + sym__identifier, STATE(5912), 1, - sym_generic_map_aspect, - STATE(6579), 1, - sym_block_configuration, - STATE(6763), 1, - sym_end_for, - STATE(8084), 1, - sym_port_map_aspect, - STATE(8215), 1, - sym_verification_unit_binding_indication, + sym_entity_designator, + STATE(7421), 1, + sym_entity_specification, + STATE(7422), 1, + sym_entity_name_list, + ACTIONS(5521), 2, + sym_ALL, + sym_OTHERS, + ACTIONS(5523), 2, + sym_character_literal, + sym_operator_symbol, STATE(4388), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [252906] = 8, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(5533), 1, - sym_RANGE, - STATE(5863), 1, - sym_range_constraint, - ACTIONS(5509), 3, - sym_IS, - sym_OPEN, - anon_sym_SEMI, - STATE(4389), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(5511), 8, + ACTIONS(3838), 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, - [252942] = 6, + [252896] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2680), 2, - anon_sym_LT, - anon_sym_GT, - STATE(4390), 3, + ACTIONS(4316), 1, + anon_sym_LPAREN, + ACTIONS(5525), 1, + sym_PARAMETER, + STATE(4432), 1, + sym_parenthesis_group, + STATE(4389), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2678), 11, + ACTIONS(2324), 10, + sym_GENERIC, + sym_RANGE, 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, - [252974] = 8, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(5535), 1, - sym_RANGE, - STATE(5611), 1, - sym_range_constraint, - ACTIONS(5509), 3, - sym_GENERIC, - anon_sym_SEMI, sym_variable_assignment, - STATE(4391), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(5511), 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, - [253010] = 12, + anon_sym_GT_GT, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [252932] = 12, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(5483), 1, + STATE(5344), 1, sym__entity_tag, - STATE(5704), 1, + STATE(5909), 1, sym__identifier, - STATE(5705), 1, + STATE(5912), 1, sym_entity_designator, - STATE(6904), 1, + STATE(7422), 1, sym_entity_name_list, - STATE(7697), 1, + STATE(7871), 1, sym_entity_specification, ACTIONS(5521), 2, sym_ALL, @@ -255145,7 +255086,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5523), 2, sym_character_literal, sym_operator_symbol, - STATE(4392), 3, + STATE(4390), 3, sym__tool_directive, sym_line_comment, sym_block_comment, @@ -255154,22 +255095,22 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [253054] = 12, + [252976] = 12, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(5483), 1, + STATE(5344), 1, sym__entity_tag, - STATE(5704), 1, + STATE(5909), 1, sym__identifier, - STATE(5705), 1, + STATE(5912), 1, sym_entity_designator, - STATE(6904), 1, + STATE(7422), 1, sym_entity_name_list, - STATE(7759), 1, + STATE(7851), 1, sym_entity_specification, ACTIONS(5521), 2, sym_ALL, @@ -255177,7 +255118,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5523), 2, sym_character_literal, sym_operator_symbol, - STATE(4393), 3, + STATE(4391), 3, sym__tool_directive, sym_line_comment, sym_block_comment, @@ -255186,22 +255127,22 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [253098] = 12, + [253020] = 12, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(5483), 1, + STATE(5344), 1, sym__entity_tag, - STATE(5704), 1, + STATE(5909), 1, sym__identifier, - STATE(5705), 1, + STATE(5912), 1, sym_entity_designator, - STATE(6904), 1, + STATE(7422), 1, sym_entity_name_list, - STATE(7812), 1, + STATE(7816), 1, sym_entity_specification, ACTIONS(5521), 2, sym_ALL, @@ -255209,7 +255150,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5523), 2, sym_character_literal, sym_operator_symbol, - STATE(4394), 3, + STATE(4392), 3, sym__tool_directive, sym_line_comment, sym_block_comment, @@ -255218,54 +255159,104 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [253142] = 12, + [253064] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(5483), 1, - sym__entity_tag, - STATE(5704), 1, - sym__identifier, - STATE(5705), 1, - sym_entity_designator, - STATE(6904), 1, - sym_entity_name_list, - STATE(7847), 1, - sym_entity_specification, - ACTIONS(5521), 2, - sym_ALL, - sym_OTHERS, - ACTIONS(5523), 2, + ACTIONS(2628), 2, + anon_sym_LT, + anon_sym_GT, + STATE(4393), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2626), 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, + [253096] = 8, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(5527), 1, + sym_RANGE, + STATE(5633), 1, + sym_range_constraint, + ACTIONS(5459), 3, + sym_GENERIC, + anon_sym_SEMI, + sym_variable_assignment, + STATE(4394), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(5461), 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, + [253132] = 8, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(5529), 1, + sym_RANGE, + STATE(5685), 1, + sym_range_constraint, + ACTIONS(5459), 3, + sym_IS, + sym_OPEN, + anon_sym_SEMI, STATE(4395), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3838), 4, + ACTIONS(5461), 8, sym_identifier, + sym_character_literal, + sym_operator_symbol, sym_library_constant, + sym_library_constant_std_logic, sym_library_function, sym_library_type, - [253186] = 12, + anon_sym_LT_LT, + [253168] = 12, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(5483), 1, + STATE(5344), 1, sym__entity_tag, - STATE(5704), 1, + STATE(5909), 1, sym__identifier, - STATE(5705), 1, + STATE(5912), 1, sym_entity_designator, - STATE(6904), 1, + STATE(7422), 1, sym_entity_name_list, - STATE(7867), 1, + STATE(7701), 1, sym_entity_specification, ACTIONS(5521), 2, sym_ALL, @@ -255282,22 +255273,22 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [253230] = 12, + [253212] = 12, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(5483), 1, + STATE(5344), 1, sym__entity_tag, - STATE(5704), 1, + STATE(5909), 1, sym__identifier, - STATE(5705), 1, + STATE(5912), 1, sym_entity_designator, - STATE(6904), 1, + STATE(7422), 1, sym_entity_name_list, - STATE(7879), 1, + STATE(7888), 1, sym_entity_specification, ACTIONS(5521), 2, sym_ALL, @@ -255314,22 +255305,22 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [253274] = 12, + [253256] = 12, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(5483), 1, + STATE(5344), 1, sym__entity_tag, - STATE(5704), 1, + STATE(5909), 1, sym__identifier, - STATE(5705), 1, + STATE(5912), 1, sym_entity_designator, - STATE(6904), 1, + STATE(7422), 1, sym_entity_name_list, - STATE(7884), 1, + STATE(7883), 1, sym_entity_specification, ACTIONS(5521), 2, sym_ALL, @@ -255346,34 +255337,43 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [253318] = 8, + [253300] = 17, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4314), 1, - anon_sym_LPAREN, + ACTIONS(1791), 1, + sym_PORT, + ACTIONS(2995), 1, + sym_END, + ACTIONS(5531), 1, + anon_sym_SEMI, + ACTIONS(5533), 1, + sym_FOR, + ACTIONS(5535), 1, + sym_GENERIC, ACTIONS(5537), 1, - sym_PARAMETER, - STATE(4411), 1, - sym_parenthesis_group, + sym_USE, + STATE(4982), 1, + aux_sym_configuration_head_repeat2, + STATE(4997), 1, + sym_binding_indication, + STATE(5697), 1, + sym_generic_map_aspect, + STATE(6411), 1, + sym_block_configuration, + STATE(6778), 1, + sym_port_map_aspect, + STATE(6882), 1, + sym_verification_unit_binding_indication, + STATE(8183), 1, + sym_end_for, STATE(4399), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2191), 10, - sym_GENERIC, - sym_RANGE, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_DOT, - anon_sym_RPAREN, - sym_variable_assignment, - anon_sym_GT_GT, - anon_sym_SQUOTE, - anon_sym_LBRACK, [253354] = 5, ACTIONS(3), 1, sym__grave_accent, @@ -255385,44 +255385,47 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2492), 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, - [253383] = 5, + ACTIONS(3284), 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, + [253383] = 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(5539), 1, + sym_PARAMETER, + STATE(4470), 1, + sym_parenthesis_group, STATE(4401), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2648), 12, + ACTIONS(2324), 9, + sym_BUS, 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, - [253412] = 5, + [253418] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -255433,31 +255436,58 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2652), 12, - sym_GENERIC, + 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, + [253447] = 8, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(4377), 1, + anon_sym_LPAREN, + ACTIONS(5541), 1, sym_PARAMETER, - sym_RANGE, + STATE(4497), 1, + sym_parenthesis_group, + STATE(4403), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2324), 9, + sym_END, + sym_FOR, + sym_GENERIC, + sym_PORT, + sym_USE, 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, - [253441] = 5, + [253482] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4403), 3, + STATE(4404), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2528), 12, + ACTIONS(2436), 12, sym_GENERIC, sym_PARAMETER, sym_RANGE, @@ -255470,31 +255500,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_SQUOTE, anon_sym_LBRACK, - [253470] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(4404), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(3390), 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, - [253499] = 5, + [253511] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -255505,7 +255511,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2552), 12, + ACTIONS(2474), 12, sym_GENERIC, sym_PARAMETER, sym_RANGE, @@ -255518,7 +255524,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_SQUOTE, anon_sym_LBRACK, - [253528] = 5, + [253540] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -255529,7 +255535,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2516), 12, + ACTIONS(2482), 12, sym_GENERIC, sym_PARAMETER, sym_RANGE, @@ -255542,7 +255548,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_SQUOTE, anon_sym_LBRACK, - [253557] = 5, + [253569] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -255553,7 +255559,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2556), 12, + ACTIONS(2656), 12, sym_GENERIC, sym_PARAMETER, sym_RANGE, @@ -255566,7 +255572,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_SQUOTE, anon_sym_LBRACK, - [253586] = 5, + [253598] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -255577,20 +255583,20 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2560), 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, - [253615] = 5, + ACTIONS(3344), 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, + [253627] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -255601,7 +255607,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2564), 12, + ACTIONS(2652), 12, sym_GENERIC, sym_PARAMETER, sym_RANGE, @@ -255614,7 +255620,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_SQUOTE, anon_sym_LBRACK, - [253644] = 5, + [253656] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -255625,20 +255631,20 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2568), 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, - [253673] = 5, + ACTIONS(3316), 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, + [253685] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -255649,7 +255655,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2524), 12, + ACTIONS(2572), 12, sym_GENERIC, sym_PARAMETER, sym_RANGE, @@ -255662,7 +255668,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_SQUOTE, anon_sym_LBRACK, - [253702] = 5, + [253714] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -255673,7 +255679,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2452), 12, + ACTIONS(2562), 12, sym_GENERIC, sym_PARAMETER, sym_RANGE, @@ -255686,7 +255692,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_SQUOTE, anon_sym_LBRACK, - [253731] = 5, + [253743] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -255697,7 +255703,31 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2588), 12, + ACTIONS(3314), 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, + [253772] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(4414), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2622), 12, sym_GENERIC, sym_PARAMETER, sym_RANGE, @@ -255710,18 +255740,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_SQUOTE, anon_sym_LBRACK, - [253760] = 5, + [253801] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4414), 3, + STATE(4415), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3270), 12, + ACTIONS(3304), 12, sym_identifier, sym_ASSERT, sym_END, @@ -255734,18 +255764,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_function, sym_library_type, anon_sym_LT_LT, - [253789] = 5, + [253830] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4415), 3, + STATE(4416), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2674), 12, + ACTIONS(2626), 12, sym_GENERIC, sym_PARAMETER, sym_RANGE, @@ -255758,18 +255788,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_SQUOTE, anon_sym_LBRACK, - [253818] = 5, + [253859] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4416), 3, + STATE(4417), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3448), 12, + ACTIONS(5543), 12, sym_identifier, sym_ASSERT, sym_END, @@ -255782,18 +255812,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_function, sym_library_type, anon_sym_LT_LT, - [253847] = 5, + [253888] = 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(3470), 12, + ACTIONS(5545), 12, sym_identifier, sym_ASSERT, sym_END, @@ -255806,18 +255836,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_function, sym_library_type, anon_sym_LT_LT, - [253876] = 5, + [253917] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4418), 3, + STATE(4419), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3258), 12, + ACTIONS(3282), 12, sym_identifier, sym_ASSERT, sym_END, @@ -255830,42 +255860,42 @@ static const uint16_t ts_small_parse_table[] = { sym_library_function, sym_library_type, anon_sym_LT_LT, - [253905] = 5, + [253946] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4419), 3, + STATE(4420), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2440), 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, - [253934] = 5, + ACTIONS(3270), 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, + [253975] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4420), 3, + STATE(4421), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3344), 12, + ACTIONS(3494), 12, sym_identifier, sym_ASSERT, sym_END, @@ -255878,42 +255908,42 @@ static const uint16_t ts_small_parse_table[] = { sym_library_function, sym_library_type, anon_sym_LT_LT, - [253963] = 5, + [254004] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4421), 3, + STATE(4422), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2614), 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, - [253992] = 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, + [254033] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4422), 3, + STATE(4423), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2520), 12, + ACTIONS(2478), 12, sym_GENERIC, sym_PARAMETER, sym_RANGE, @@ -255926,18 +255956,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_SQUOTE, anon_sym_LBRACK, - [254021] = 5, + [254062] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4423), 3, + STATE(4424), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2636), 12, + ACTIONS(2566), 12, sym_GENERIC, sym_PARAMETER, sym_RANGE, @@ -255950,31 +255980,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_SQUOTE, anon_sym_LBRACK, - [254050] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(4424), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(3472), 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, - [254079] = 5, + [254091] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -255985,7 +255991,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2456), 12, + ACTIONS(2558), 12, sym_GENERIC, sym_PARAMETER, sym_RANGE, @@ -255998,7 +256004,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_SQUOTE, anon_sym_LBRACK, - [254108] = 5, + [254120] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -256009,7 +256015,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2640), 12, + ACTIONS(2554), 12, sym_GENERIC, sym_PARAMETER, sym_RANGE, @@ -256022,7 +256028,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_SQUOTE, anon_sym_LBRACK, - [254137] = 5, + [254149] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -256033,7 +256039,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3484), 12, + ACTIONS(3450), 12, sym_identifier, sym_ASSERT, sym_END, @@ -256046,7 +256052,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_function, sym_library_type, anon_sym_LT_LT, - [254166] = 5, + [254178] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -256057,31 +256063,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3486), 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, - [254195] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(4429), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2678), 12, + ACTIONS(2550), 12, sym_GENERIC, sym_PARAMETER, sym_RANGE, @@ -256094,96 +256076,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_SQUOTE, anon_sym_LBRACK, - [254224] = 5, + [254207] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4430), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(3346), 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, - [254253] = 8, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(4409), 1, - anon_sym_LPAREN, - ACTIONS(5539), 1, - sym_PARAMETER, - STATE(4524), 1, - sym_parenthesis_group, - STATE(4431), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2191), 9, - sym_END, - sym_FOR, - sym_GENERIC, - sym_PORT, - sym_USE, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [254288] = 8, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(4397), 1, - anon_sym_LPAREN, - ACTIONS(5541), 1, - sym_PARAMETER, - STATE(4510), 1, - sym_parenthesis_group, - STATE(4432), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2191), 9, - sym_BUS, - sym_GENERIC, - sym_RANGE, - sym_REGISTER, - anon_sym_SEMI, - anon_sym_DOT, - sym_variable_assignment, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [254323] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(4433), 3, + STATE(4429), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2390), 12, + ACTIONS(2546), 12, sym_GENERIC, sym_PARAMETER, sym_RANGE, @@ -256196,42 +256100,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_SQUOTE, anon_sym_LBRACK, - [254352] = 5, + [254236] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4434), 3, + ACTIONS(4403), 1, + anon_sym_LPAREN, + ACTIONS(5547), 1, + sym_PARAMETER, + STATE(4537), 1, + sym_parenthesis_group, + STATE(4430), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2386), 12, + ACTIONS(2324), 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, - [254381] = 5, + [254271] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4435), 3, + STATE(4431), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2394), 12, + ACTIONS(2524), 12, sym_GENERIC, sym_PARAMETER, sym_RANGE, @@ -256244,18 +256151,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_SQUOTE, anon_sym_LBRACK, - [254410] = 5, + [254300] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4436), 3, + STATE(4432), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2584), 12, + ACTIONS(2386), 12, sym_GENERIC, sym_PARAMETER, sym_RANGE, @@ -256268,90 +256175,66 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_SQUOTE, anon_sym_LBRACK, - [254439] = 5, + [254329] = 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(5543), 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, - [254468] = 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(4433), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5545), 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, - [254497] = 5, + ACTIONS(2504), 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, + [254358] = 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(4434), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3320), 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, - [254526] = 5, + ACTIONS(2508), 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, + [254387] = 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(4435), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2644), 12, + ACTIONS(2440), 12, sym_GENERIC, sym_PARAMETER, sym_RANGE, @@ -256364,45 +256247,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_SQUOTE, anon_sym_LBRACK, - [254555] = 8, + [254416] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4419), 1, - anon_sym_LPAREN, - ACTIONS(5547), 1, - sym_PARAMETER, - STATE(4468), 1, - sym_parenthesis_group, - STATE(4441), 3, + STATE(4436), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2191), 9, - sym_BUS, + ACTIONS(2512), 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, - [254590] = 5, + [254445] = 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(4437), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2508), 12, + ACTIONS(2516), 12, sym_GENERIC, sym_PARAMETER, sym_RANGE, @@ -256415,18 +256295,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_SQUOTE, anon_sym_LBRACK, - [254619] = 5, + [254474] = 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(4438), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2512), 12, + ACTIONS(2520), 12, sym_GENERIC, sym_PARAMETER, sym_RANGE, @@ -256439,18 +256319,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_SQUOTE, anon_sym_LBRACK, - [254648] = 5, + [254503] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4444), 3, + STATE(4439), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2610), 12, + ACTIONS(2374), 12, sym_GENERIC, sym_PARAMETER, sym_RANGE, @@ -256463,209 +256343,207 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_SQUOTE, anon_sym_LBRACK, - [254677] = 5, + [254532] = 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(4440), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2584), 11, - sym_BUS, + ACTIONS(2660), 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, - [254705] = 5, + [254561] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4446), 3, + STATE(4441), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2674), 11, - sym_BUS, + ACTIONS(2648), 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, - [254733] = 5, + [254590] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4447), 3, + STATE(4442), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2452), 11, - sym_BUS, + ACTIONS(2666), 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, - [254761] = 12, + [254619] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5549), 1, - anon_sym_LPAREN, - ACTIONS(5551), 1, - sym_NOT, - ACTIONS(5553), 1, - sym_directive_constant_builtin, - STATE(4660), 1, - sym_conditional_analysis_relation, - STATE(4958), 1, - sym__conditional_analysis_identifier, - STATE(5067), 1, - sym__identifier, - STATE(8291), 1, - sym_conditional_analysis_expression, - STATE(4448), 3, + STATE(4443), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3838), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [254803] = 5, + ACTIONS(2600), 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, + [254648] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4449), 3, + STATE(4444), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2440), 11, - sym_BUS, + ACTIONS(2402), 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, - [254831] = 5, + [254677] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4450), 3, + STATE(4445), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2456), 11, - sym_BUS, + ACTIONS(2546), 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, - [254859] = 5, + [254705] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4451), 3, + STATE(4446), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2636), 11, + ACTIONS(2626), 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, - [254887] = 5, + [254733] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4452), 3, + STATE(4447), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2386), 11, + ACTIONS(2482), 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, - [254915] = 5, + [254761] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4453), 3, + STATE(4448), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2640), 11, + ACTIONS(2474), 11, sym_BUS, sym_GENERIC, sym_PARAMETER, @@ -256677,342 +256555,339 @@ static const uint16_t ts_small_parse_table[] = { sym_variable_assignment, anon_sym_SQUOTE, anon_sym_LBRACK, - [254943] = 5, + [254789] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4454), 3, + STATE(4449), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2394), 11, + ACTIONS(2436), 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, - [254971] = 5, + [254817] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4455), 3, + STATE(4450), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2452), 11, + ACTIONS(2626), 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, - [254999] = 5, + [254845] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4456), 3, + STATE(4451), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2456), 11, + ACTIONS(2652), 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, - [255027] = 5, + [254873] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4457), 3, + STATE(4452), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2390), 11, + ACTIONS(2440), 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, - [255055] = 5, + [254901] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4458), 3, + STATE(4453), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2636), 11, + ACTIONS(2656), 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, - [255083] = 5, + [254929] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4459), 3, + ACTIONS(4509), 1, + anon_sym_LPAREN, + ACTIONS(5549), 1, + sym_PARAMETER, + STATE(4577), 1, + sym_parenthesis_group, + STATE(4454), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2674), 11, - sym_BUS, + ACTIONS(2324), 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, - [255111] = 5, + [254963] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4460), 3, + STATE(4455), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2492), 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, - [255139] = 8, + [254991] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4649), 1, - anon_sym_LPAREN, - ACTIONS(5555), 1, - sym_PARAMETER, - STATE(4605), 1, - sym_parenthesis_group, - STATE(4461), 3, + STATE(4456), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2191), 8, + ACTIONS(2622), 11, + sym_BUS, sym_GENERIC, - sym_IS, - sym_OPEN, + sym_PARAMETER, sym_RANGE, + sym_REGISTER, anon_sym_SEMI, anon_sym_DOT, + anon_sym_LPAREN, + sym_variable_assignment, anon_sym_SQUOTE, anon_sym_LBRACK, - [255173] = 6, + [255019] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2968), 2, - anon_sym_COMMA, - anon_sym_COLON, - STATE(4462), 3, + STATE(4457), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2678), 9, - sym_END, - sym_FOR, + ACTIONS(2566), 11, + sym_BUS, sym_GENERIC, sym_PARAMETER, - sym_USE, + sym_RANGE, + sym_REGISTER, + anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, + sym_variable_assignment, anon_sym_SQUOTE, anon_sym_LBRACK, - [255203] = 5, + [255047] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4463), 3, + STATE(4458), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2508), 11, + ACTIONS(2558), 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, - [255231] = 5, + [255075] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4464), 3, + STATE(4459), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2512), 11, + ACTIONS(2554), 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, - [255259] = 5, + [255103] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4465), 3, + STATE(4460), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2516), 11, + ACTIONS(2550), 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, - [255287] = 7, + [255131] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1605), 1, - sym_GENERIC, - STATE(8120), 1, - sym_generic_map_aspect, - STATE(4466), 3, + STATE(4461), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5557), 9, - sym_ALIAS, - sym_ATTRIBUTE, + ACTIONS(2478), 11, sym_END, - sym_FUNCTION, - sym_IMPURE, - sym_PROCEDURE, - sym_PRIVATE, - sym_PURE, + sym_FOR, + sym_GENERIC, + sym_PARAMETER, + sym_PORT, sym_USE, - [255319] = 5, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [255159] = 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(4462), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2520), 11, + ACTIONS(2546), 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, - [255347] = 5, + [255187] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4468), 3, + STATE(4463), 3, sym__tool_directive, sym_line_comment, sym_block_comment, @@ -257021,25 +256896,25 @@ static const uint16_t ts_small_parse_table[] = { 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, - [255375] = 5, + [255215] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4469), 3, + STATE(4464), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2440), 11, + ACTIONS(2478), 11, sym_BUS, sym_GENERIC, sym_PARAMETER, @@ -257051,18 +256926,18 @@ static const uint16_t ts_small_parse_table[] = { sym_variable_assignment, anon_sym_SQUOTE, anon_sym_LBRACK, - [255403] = 5, + [255243] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4470), 3, + STATE(4465), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2644), 11, + ACTIONS(2572), 11, sym_BUS, sym_GENERIC, sym_PARAMETER, @@ -257074,221 +256949,222 @@ static const uint16_t ts_small_parse_table[] = { sym_variable_assignment, anon_sym_SQUOTE, anon_sym_LBRACK, - [255431] = 5, + [255271] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4471), 3, + STATE(4466), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2528), 11, - sym_BUS, + ACTIONS(2626), 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, - [255459] = 5, + [255299] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4472), 3, + STATE(4467), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2390), 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, - [255487] = 5, + ACTIONS(3748), 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, + [255327] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4473), 3, + ACTIONS(2912), 2, + anon_sym_COMMA, + anon_sym_COLON, + STATE(4468), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2552), 11, - sym_BUS, + ACTIONS(2626), 9, + sym_END, + sym_FOR, sym_GENERIC, sym_PARAMETER, - sym_RANGE, - anon_sym_SEMI, + sym_USE, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, - sym_variable_assignment, anon_sym_SQUOTE, anon_sym_LBRACK, - [255515] = 5, + [255357] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4474), 3, + STATE(4469), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2556), 11, + ACTIONS(2600), 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, - [255543] = 5, + [255385] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4475), 3, + STATE(4470), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2560), 11, + ACTIONS(2386), 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, - [255571] = 5, + [255413] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4476), 3, + STATE(4471), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2564), 11, - sym_BUS, + ACTIONS(2648), 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, - [255599] = 5, + [255441] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4477), 3, + STATE(4472), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2568), 11, - sym_BUS, + ACTIONS(2600), 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, - [255627] = 5, + [255469] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4478), 3, + STATE(4473), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2492), 11, - sym_BUS, + ACTIONS(2572), 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, - [255655] = 5, + [255497] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4479), 3, + STATE(4474), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2648), 11, + ACTIONS(2478), 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, - [255683] = 5, + [255525] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4480), 3, + STATE(4475), 3, sym__tool_directive, sym_line_comment, sym_block_comment, @@ -257304,90 +257180,94 @@ static const uint16_t ts_small_parse_table[] = { sym_variable_assignment, anon_sym_SQUOTE, anon_sym_LBRACK, - [255711] = 8, + [255553] = 12, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4545), 1, + ACTIONS(5551), 1, anon_sym_LPAREN, - ACTIONS(5559), 1, - sym_PARAMETER, - STATE(4575), 1, - sym_parenthesis_group, - STATE(4481), 3, + ACTIONS(5553), 1, + sym_NOT, + ACTIONS(5555), 1, + sym_directive_constant_builtin, + STATE(4799), 1, + sym_conditional_analysis_relation, + STATE(4979), 1, + sym__conditional_analysis_identifier, + STATE(5136), 1, + sym__identifier, + STATE(7246), 1, + sym_conditional_analysis_expression, + STATE(4476), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2191), 8, - sym_BUS, - sym_GENERIC, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_RPAREN, - sym_variable_assignment, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [255745] = 5, + ACTIONS(3838), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [255595] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4482), 3, + STATE(4477), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2610), 11, + ACTIONS(2504), 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, - [255773] = 5, + [255623] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4483), 3, + STATE(4478), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2508), 11, - sym_BUS, + ACTIONS(2656), 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, - [255801] = 5, + [255651] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4484), 3, + STATE(4479), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2512), 11, + ACTIONS(2508), 11, sym_BUS, sym_GENERIC, sym_PARAMETER, @@ -257399,51 +257279,51 @@ static const uint16_t ts_small_parse_table[] = { sym_variable_assignment, anon_sym_SQUOTE, anon_sym_LBRACK, - [255829] = 5, + [255679] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4485), 3, + STATE(4480), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2588), 11, - sym_BUS, + ACTIONS(2652), 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, - [255857] = 12, + [255707] = 12, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5553), 1, - sym_directive_constant_builtin, - ACTIONS(5561), 1, + ACTIONS(5551), 1, anon_sym_LPAREN, - ACTIONS(5563), 1, + ACTIONS(5553), 1, sym_NOT, - STATE(4716), 1, + ACTIONS(5555), 1, + sym_directive_constant_builtin, + STATE(4799), 1, sym_conditional_analysis_relation, - STATE(4973), 1, + STATE(4979), 1, sym__conditional_analysis_identifier, - STATE(5067), 1, + STATE(5136), 1, sym__identifier, - STATE(7525), 1, + STATE(7222), 1, sym_conditional_analysis_expression, - STATE(4486), 3, + STATE(4481), 3, sym__tool_directive, sym_line_comment, sym_block_comment, @@ -257452,71 +257332,64 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [255899] = 12, + [255749] = 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_directive_constant_builtin, - ACTIONS(5561), 1, - anon_sym_LPAREN, - ACTIONS(5563), 1, - sym_NOT, - STATE(4716), 1, - sym_conditional_analysis_relation, - STATE(4973), 1, - sym__conditional_analysis_identifier, - STATE(5067), 1, - sym__identifier, - STATE(6735), 1, - sym_conditional_analysis_expression, - STATE(4487), 3, + STATE(4482), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3838), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [255941] = 5, + ACTIONS(2482), 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, + [255777] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4488), 3, + STATE(4483), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2516), 11, - sym_BUS, + ACTIONS(2474), 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, - [255969] = 5, + [255805] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4489), 3, + STATE(4484), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2614), 11, + ACTIONS(2436), 11, sym_END, sym_FOR, sym_GENERIC, @@ -257528,90 +257401,110 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [255997] = 5, + [255833] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4490), 3, + STATE(4485), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2390), 11, - sym_BUS, + ACTIONS(2440), 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, - [256025] = 8, + [255861] = 5, 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_LPAREN, - ACTIONS(5565), 1, - sym_PARAMETER, - STATE(4560), 1, - sym_parenthesis_group, - STATE(4491), 3, + STATE(4486), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2191), 8, + ACTIONS(2402), 11, + sym_END, sym_FOR, sym_GENERIC, - sym_UNTIL, + sym_PARAMETER, + sym_PORT, + sym_USE, anon_sym_SEMI, - anon_sym_COMMA, anon_sym_DOT, + anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [256059] = 5, + [255889] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4492), 3, + STATE(4487), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2652), 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, - [256087] = 5, + [255917] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4493), 3, + STATE(4488), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2652), 11, + ACTIONS(2622), 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, + [255945] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(4489), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2520), 11, sym_BUS, sym_GENERIC, sym_PARAMETER, @@ -257623,18 +257516,18 @@ static const uint16_t ts_small_parse_table[] = { sym_variable_assignment, anon_sym_SQUOTE, anon_sym_LBRACK, - [256115] = 5, + [255973] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4494), 3, + STATE(4490), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2520), 11, + ACTIONS(2374), 11, sym_BUS, sym_GENERIC, sym_PARAMETER, @@ -257646,28 +257539,28 @@ static const uint16_t ts_small_parse_table[] = { sym_variable_assignment, anon_sym_SQUOTE, anon_sym_LBRACK, - [256143] = 12, + [256001] = 12, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5549), 1, + ACTIONS(5555), 1, + sym_directive_constant_builtin, + ACTIONS(5557), 1, anon_sym_LPAREN, - ACTIONS(5551), 1, + ACTIONS(5559), 1, sym_NOT, - ACTIONS(5553), 1, - sym_directive_constant_builtin, - STATE(4660), 1, + STATE(4714), 1, sym_conditional_analysis_relation, - STATE(4958), 1, + STATE(4973), 1, sym__conditional_analysis_identifier, - STATE(5067), 1, + STATE(5136), 1, sym__identifier, - STATE(8098), 1, + STATE(6960), 1, sym_conditional_analysis_expression, - STATE(4495), 3, + STATE(4491), 3, sym__tool_directive, sym_line_comment, sym_block_comment, @@ -257676,64 +257569,64 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [256185] = 5, + [256043] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4496), 3, + STATE(4492), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2614), 11, - sym_BUS, + ACTIONS(2566), 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, - [256213] = 5, + [256071] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4497), 3, + STATE(4493), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2588), 11, - sym_BUS, + ACTIONS(2558), 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, - [256241] = 5, + [256099] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4498), 3, + STATE(4494), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2674), 11, + ACTIONS(2554), 11, sym_END, sym_FOR, sym_GENERIC, @@ -257745,41 +257638,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [256269] = 5, + [256127] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4499), 3, + STATE(4495), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2386), 11, - sym_BUS, + ACTIONS(2550), 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, - [256297] = 5, + [256155] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4500), 3, + STATE(4496), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2440), 11, + ACTIONS(2524), 11, sym_END, sym_FOR, sym_GENERIC, @@ -257791,263 +257684,233 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [256325] = 13, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(5567), 1, - sym_ATTRIBUTE, - ACTIONS(5569), 1, - sym_FOR, - ACTIONS(5571), 1, - sym_GROUP, - ACTIONS(5573), 1, - sym_USE, - STATE(4658), 1, - aux_sym_configuration_head_repeat1, - STATE(5349), 1, - aux_sym_configuration_head_repeat2, - STATE(5520), 1, - sym__configuration_declarative_item, - STATE(7246), 1, - sym_verification_unit_binding_indication, - STATE(4501), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - STATE(5519), 3, - sym_use_clause, - sym_attribute_specification, - sym_group_declaration, - [256369] = 5, + [256183] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4502), 3, + STATE(4497), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2610), 11, - sym_BUS, + ACTIONS(2386), 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, - [256397] = 5, + [256211] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4503), 3, + STATE(4498), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2678), 11, - sym_BUS, + ACTIONS(2504), 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, - [256425] = 5, + [256239] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4504), 3, + STATE(4499), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2640), 11, - sym_BUS, + ACTIONS(2508), 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, - [256453] = 9, + [256267] = 13, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5577), 1, - sym_VIEW, - STATE(8072), 1, - sym__element_mode_indication, - STATE(8074), 2, - sym__element_mode_view_indication, - sym_mode, - STATE(8119), 2, - sym_element_record_mode_view_indication, - sym_element_array_mode_view_indication, - STATE(4505), 3, + ACTIONS(5561), 1, + sym_ATTRIBUTE, + ACTIONS(5563), 1, + sym_FOR, + ACTIONS(5565), 1, + sym_GROUP, + ACTIONS(5567), 1, + sym_USE, + STATE(4780), 1, + aux_sym_configuration_head_repeat1, + STATE(5493), 1, + sym__configuration_declarative_item, + STATE(5535), 1, + aux_sym_configuration_head_repeat2, + STATE(7472), 1, + sym_verification_unit_binding_indication, + STATE(4500), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5575), 5, - sym_BUFFER, - sym_IN, - sym_INOUT, - sym_LINKAGE, - sym_OUT, - [256489] = 8, + STATE(5429), 3, + sym_use_clause, + sym_attribute_specification, + sym_group_declaration, + [256311] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5509), 1, - sym_IS, - ACTIONS(5579), 1, - sym_RANGE, - STATE(7213), 1, - sym_range_constraint, - STATE(4506), 3, + STATE(4501), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5511), 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, - [256523] = 5, + ACTIONS(2516), 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, + [256339] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4507), 3, + STATE(4502), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3750), 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, - [256551] = 5, + ACTIONS(2520), 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, + [256367] = 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(4503), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2394), 11, - sym_BUS, + ACTIONS(2374), 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, - [256579] = 5, + [256395] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4509), 3, + STATE(4504), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2644), 11, - sym_BUS, + ACTIONS(2512), 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, - [256607] = 5, + [256423] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4510), 3, + STATE(4505), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2524), 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, - [256635] = 5, + [256451] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4511), 3, + STATE(4506), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2386), 11, + ACTIONS(2666), 11, sym_END, sym_FOR, sym_GENERIC, @@ -258059,18 +257922,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [256663] = 5, + [256479] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4512), 3, + STATE(4507), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2394), 11, + ACTIONS(2660), 11, sym_END, sym_FOR, sym_GENERIC, @@ -258082,245 +257945,394 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [256691] = 5, + [256507] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4513), 3, + ACTIONS(4661), 1, + anon_sym_LPAREN, + ACTIONS(5569), 1, + sym_PARAMETER, + STATE(4586), 1, + sym_parenthesis_group, + STATE(4508), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2614), 11, - sym_BUS, + ACTIONS(2324), 8, sym_GENERIC, - sym_PARAMETER, + sym_IS, + sym_OPEN, sym_RANGE, anon_sym_SEMI, anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_RPAREN, - sym_variable_assignment, anon_sym_SQUOTE, anon_sym_LBRACK, - [256719] = 13, + [256541] = 13, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5567), 1, + ACTIONS(5561), 1, sym_ATTRIBUTE, - ACTIONS(5571), 1, + ACTIONS(5565), 1, sym_GROUP, - ACTIONS(5573), 1, + ACTIONS(5567), 1, sym_USE, - ACTIONS(5581), 1, + ACTIONS(5571), 1, sym_FOR, - STATE(4501), 1, + STATE(4500), 1, aux_sym_configuration_head_repeat1, - STATE(5520), 1, - sym__configuration_declarative_item, - STATE(5521), 1, + STATE(5491), 1, aux_sym_configuration_head_repeat2, - STATE(7246), 1, + STATE(5493), 1, + sym__configuration_declarative_item, + STATE(7472), 1, sym_verification_unit_binding_indication, - STATE(4514), 3, + STATE(4509), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(5519), 3, + STATE(5429), 3, sym_use_clause, sym_attribute_specification, sym_group_declaration, - [256763] = 5, + [256585] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4515), 3, + ACTIONS(4497), 1, + anon_sym_LPAREN, + ACTIONS(5573), 1, + sym_PARAMETER, + STATE(4635), 1, + sym_parenthesis_group, + STATE(4510), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2452), 11, - sym_END, - sym_FOR, + ACTIONS(2324), 8, + sym_BUS, sym_GENERIC, - sym_PARAMETER, - 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, - [256791] = 5, + [256619] = 12, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4516), 3, + ACTIONS(5555), 1, + sym_directive_constant_builtin, + ACTIONS(5557), 1, + anon_sym_LPAREN, + ACTIONS(5559), 1, + sym_NOT, + STATE(4714), 1, + sym_conditional_analysis_relation, + STATE(4973), 1, + sym__conditional_analysis_identifier, + STATE(5136), 1, + sym__identifier, + STATE(7064), 1, + sym_conditional_analysis_expression, + STATE(4511), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2636), 11, - sym_END, - sym_FOR, + ACTIONS(3838), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [256661] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(4512), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2666), 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, - [256819] = 5, + [256689] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4517), 3, + STATE(4513), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2456), 11, - sym_END, - sym_FOR, + ACTIONS(2648), 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, - [256847] = 5, + [256717] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4518), 3, + STATE(4514), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2492), 11, - sym_END, - sym_FOR, + ACTIONS(2600), 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, - [256875] = 5, + [256745] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4519), 3, + STATE(4515), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2508), 11, - sym_END, - sym_FOR, + ACTIONS(2512), 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, - [256903] = 5, + [256773] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4520), 3, + STATE(4516), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2512), 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, - [256931] = 5, + [256801] = 12, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4521), 3, + ACTIONS(5555), 1, + sym_directive_constant_builtin, + ACTIONS(5557), 1, + anon_sym_LPAREN, + ACTIONS(5559), 1, + sym_NOT, + STATE(4714), 1, + sym_conditional_analysis_relation, + STATE(4973), 1, + sym__conditional_analysis_identifier, + STATE(5136), 1, + sym__identifier, + STATE(7085), 1, + sym_conditional_analysis_expression, + STATE(4517), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2516), 11, - sym_END, - sym_FOR, + ACTIONS(3838), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [256843] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(4518), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2572), 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, - [256959] = 5, + [256871] = 12, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4522), 3, + ACTIONS(5555), 1, + sym_directive_constant_builtin, + ACTIONS(5557), 1, + anon_sym_LPAREN, + ACTIONS(5559), 1, + sym_NOT, + STATE(4714), 1, + sym_conditional_analysis_relation, + STATE(4973), 1, + sym__conditional_analysis_identifier, + STATE(5136), 1, + sym__identifier, + STATE(7234), 1, + sym_conditional_analysis_expression, + STATE(4519), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2520), 11, - sym_END, - sym_FOR, + ACTIONS(3838), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [256913] = 9, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(5577), 1, + sym_VIEW, + STATE(8145), 1, + sym__element_mode_indication, + STATE(8146), 2, + sym__element_mode_view_indication, + sym_mode, + STATE(8147), 2, + sym_element_record_mode_view_indication, + sym_element_array_mode_view_indication, + STATE(4520), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(5575), 5, + sym_BUFFER, + sym_IN, + sym_INOUT, + sym_LINKAGE, + sym_OUT, + [256949] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(4521), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2660), 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, - [256987] = 5, + [256977] = 8, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(5459), 1, + sym_IS, + ACTIONS(5579), 1, + sym_RANGE, + STATE(7248), 1, + sym_range_constraint, + STATE(4522), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(5461), 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, + [257011] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -258331,19 +258343,19 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2528), 11, + ACTIONS(2656), 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, - [257015] = 5, + [257039] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -258354,49 +258366,42 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2524), 11, - sym_END, - sym_FOR, + ACTIONS(2652), 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, - [257043] = 12, + [257067] = 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_directive_constant_builtin, - ACTIONS(5561), 1, - anon_sym_LPAREN, - ACTIONS(5563), 1, - sym_NOT, - STATE(4716), 1, - sym_conditional_analysis_relation, - STATE(4973), 1, - sym__conditional_analysis_identifier, - STATE(5067), 1, - sym__identifier, - STATE(7606), 1, - sym_conditional_analysis_expression, STATE(4525), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3838), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [257085] = 5, + ACTIONS(2482), 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, + [257095] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -258407,19 +258412,19 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2528), 11, - sym_END, - sym_FOR, + ACTIONS(2474), 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, - [257113] = 5, + [257123] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -258430,19 +258435,19 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2552), 11, + ACTIONS(2436), 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, - [257141] = 5, + [257151] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -258453,19 +258458,19 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2552), 11, - sym_END, - sym_FOR, + ACTIONS(2440), 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, - [257169] = 5, + [257179] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -258476,19 +258481,19 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2556), 11, - sym_END, - sym_FOR, + ACTIONS(2402), 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, - [257197] = 5, + [257207] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -258499,19 +258504,19 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2640), 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, - [257225] = 5, + [257235] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -258522,19 +258527,19 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2556), 11, + ACTIONS(2566), 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, - [257253] = 5, + [257263] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -258545,19 +258550,19 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2560), 11, - sym_END, - sym_FOR, + ACTIONS(2558), 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, - [257281] = 5, + [257291] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -258568,19 +258573,19 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2560), 11, + ACTIONS(2554), 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, - [257309] = 5, + [257319] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -258591,19 +258596,19 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2564), 11, + ACTIONS(2550), 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, - [257337] = 5, + [257347] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -258614,19 +258619,19 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2568), 11, + ACTIONS(2546), 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, - [257365] = 5, + [257375] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -258637,19 +258642,19 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2564), 11, - sym_END, - sym_FOR, + ACTIONS(2524), 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, - [257393] = 5, + [257403] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -258660,19 +258665,19 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2568), 11, - sym_END, - sym_FOR, + ACTIONS(2386), 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, - [257421] = 5, + [257431] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -258683,19 +258688,19 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2644), 11, - sym_END, - sym_FOR, + ACTIONS(2504), 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, - [257449] = 5, + [257459] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -258706,19 +258711,19 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2648), 11, - sym_END, - sym_FOR, + ACTIONS(2508), 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, - [257477] = 5, + [257487] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -258729,19 +258734,19 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2584), 11, - sym_END, - sym_FOR, + ACTIONS(2516), 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, - [257505] = 5, + [257515] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -258752,19 +258757,19 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2610), 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, - [257533] = 5, + [257543] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -258775,49 +258780,42 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2652), 11, - sym_END, - sym_FOR, + ACTIONS(2374), 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, - [257561] = 12, + [257571] = 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_directive_constant_builtin, - ACTIONS(5561), 1, - anon_sym_LPAREN, - ACTIONS(5563), 1, - sym_NOT, - STATE(4716), 1, - sym_conditional_analysis_relation, - STATE(4973), 1, - sym__conditional_analysis_identifier, - STATE(5067), 1, - sym__identifier, - STATE(6986), 1, - sym_conditional_analysis_expression, STATE(4543), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3838), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [257603] = 5, + ACTIONS(2512), 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, + [257599] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -258828,19 +258826,19 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2584), 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, - [257631] = 5, + [257627] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -258851,19 +258849,19 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2678), 11, + ACTIONS(2666), 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, - [257659] = 5, + [257655] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -258874,41 +258872,43 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2678), 11, - sym_END, - sym_FOR, + ACTIONS(2660), 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, - [257687] = 5, + [257683] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(1617), 1, + sym_GENERIC, + STATE(7610), 1, + sym_generic_map_aspect, STATE(4547), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2588), 11, + ACTIONS(5581), 9, + sym_ALIAS, + sym_ATTRIBUTE, sym_END, - sym_FOR, - sym_GENERIC, - sym_PARAMETER, - sym_PORT, + sym_FUNCTION, + sym_IMPURE, + sym_PROCEDURE, + sym_PRIVATE, + sym_PURE, sym_USE, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_SQUOTE, - anon_sym_LBRACK, [257715] = 5, ACTIONS(3), 1, sym__grave_accent, @@ -258920,7 +258920,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2678), 10, + ACTIONS(2666), 10, sym_FOR, sym_GENERIC, sym_PARAMETER, @@ -258939,17 +258939,17 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(7), 1, sym__block_comment_start, ACTIONS(5583), 1, - sym_END, - STATE(4731), 1, - aux_sym_record_type_definition_repeat1, - STATE(5287), 1, - sym_element_declaration, - STATE(5848), 1, + sym_VUNIT, + ACTIONS(5585), 1, + sym_library_namespace, + STATE(5989), 1, sym__identifier, - STATE(7039), 1, - sym_identifier_list, - STATE(8153), 1, - sym_end_record, + STATE(5991), 1, + sym__logical_name, + STATE(5993), 1, + sym_selected_name, + STATE(8282), 1, + sym_selected_name_list, STATE(4549), 3, sym__tool_directive, sym_line_comment, @@ -258970,85 +258970,90 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2440), 10, + ACTIONS(2572), 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, - [257808] = 5, + [257808] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(4995), 1, + anon_sym_LPAREN, + ACTIONS(5587), 1, + sym_PARAMETER, + STATE(4849), 1, + sym_parenthesis_group, STATE(4551), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4216), 10, - sym_ALIAS, - sym_ATTRIBUTE, - sym_END, - sym_FUNCTION, + ACTIONS(2324), 7, sym_GENERIC, - sym_IMPURE, - sym_PROCEDURE, - sym_PRIVATE, - sym_PURE, + sym_PORT, sym_USE, - [257835] = 6, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [257841] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5585), 1, - anon_sym_COLON, STATE(4552), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2678), 9, + ACTIONS(2600), 10, + sym_FOR, sym_GENERIC, sym_PARAMETER, + sym_UNTIL, anon_sym_SEMI, + anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_LT_EQ, - sym_variable_assignment, anon_sym_SQUOTE, anon_sym_LBRACK, - [257864] = 5, + [257868] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(5113), 1, + anon_sym_LPAREN, + ACTIONS(5589), 1, + sym_PARAMETER, + STATE(4805), 1, + sym_parenthesis_group, STATE(4553), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2492), 10, - sym_FOR, + ACTIONS(2324), 7, sym_GENERIC, - sym_PARAMETER, - sym_UNTIL, + sym_IS, anon_sym_SEMI, - anon_sym_COMMA, anon_sym_DOT, - anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [257891] = 5, + [257901] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -259059,7 +259064,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2508), 10, + ACTIONS(2648), 10, sym_FOR, sym_GENERIC, sym_PARAMETER, @@ -259070,7 +259075,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [257918] = 5, + [257928] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -259081,18 +259086,18 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2512), 10, - sym_FOR, + ACTIONS(2656), 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, - [257945] = 5, + [257955] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -259103,40 +259108,41 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2610), 10, + ACTIONS(2660), 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, - [257972] = 5, + [257982] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(5591), 1, + anon_sym_COLON, STATE(4557), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2516), 10, - sym_FOR, + ACTIONS(2626), 9, sym_GENERIC, sym_PARAMETER, - sym_UNTIL, anon_sym_SEMI, - anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_LT_EQ, + sym_variable_assignment, anon_sym_SQUOTE, anon_sym_LBRACK, - [257999] = 5, + [258011] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -259147,18 +259153,18 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2520), 10, - sym_FOR, + ACTIONS(2622), 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, - [258026] = 5, + [258038] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -259169,18 +259175,18 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2614), 10, + ACTIONS(2562), 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, - [258053] = 5, + [258065] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -259191,7 +259197,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2524), 10, + ACTIONS(2512), 10, sym_FOR, sym_GENERIC, sym_PARAMETER, @@ -259202,54 +259208,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [258080] = 8, + [258092] = 5, 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_LPAREN, - ACTIONS(5587), 1, - sym_PARAMETER, - STATE(4748), 1, - sym_parenthesis_group, STATE(4561), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2191), 7, + ACTIONS(2566), 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, - [258113] = 5, + [258119] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(5555), 1, + sym_directive_constant_builtin, + ACTIONS(5557), 1, + anon_sym_LPAREN, + ACTIONS(5559), 1, + sym_NOT, + STATE(4973), 1, + sym__conditional_analysis_identifier, + STATE(5011), 1, + sym_conditional_analysis_relation, + STATE(5136), 1, + sym__identifier, STATE(4562), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2394), 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, - [258140] = 5, + ACTIONS(3838), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [258158] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -259260,18 +259269,18 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2390), 10, - sym_FOR, + ACTIONS(2558), 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, - [258167] = 5, + [258185] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -259282,18 +259291,18 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2516), 10, - sym_BUS, + ACTIONS(2508), 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, - [258194] = 5, + [258212] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -259304,7 +259313,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2492), 10, + ACTIONS(2554), 10, sym_GENERIC, sym_IS, sym_OPEN, @@ -259315,7 +259324,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [258221] = 5, + [258239] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -259326,18 +259335,18 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2528), 10, - sym_FOR, + ACTIONS(2652), 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, - [258248] = 5, + [258266] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -259348,18 +259357,18 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2552), 10, - sym_FOR, + ACTIONS(2550), 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, - [258275] = 5, + [258293] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -259370,18 +259379,18 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2636), 10, - sym_GENERIC, - sym_IS, - sym_OPEN, - sym_PARAMETER, - sym_RANGE, - anon_sym_SEMI, - anon_sym_DOT, + ACTIONS(5593), 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_SQUOTE, - anon_sym_LBRACK, - [258302] = 5, + anon_sym_LT_LT, + [258320] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -259392,40 +259401,48 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2640), 10, + ACTIONS(2374), 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, - [258329] = 5, + [258347] = 13, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(2995), 1, + sym_END, + ACTIONS(5595), 1, + sym_FOR, + ACTIONS(5597), 1, + sym_USE, + STATE(4645), 1, + aux_sym_block_configuration_repeat1, + STATE(4994), 1, + aux_sym_block_configuration_repeat2, + STATE(5787), 1, + sym_use_clause, + STATE(6346), 1, + sym__configuration_item, + STATE(8121), 1, + sym_end_for, + STATE(6347), 2, + sym_block_configuration, + sym_component_configuration, STATE(4570), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2644), 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, - [258356] = 5, + [258390] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -259436,7 +259453,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2556), 10, + ACTIONS(2520), 10, sym_FOR, sym_GENERIC, sym_PARAMETER, @@ -259447,7 +259464,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [258383] = 5, + [258417] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -259458,7 +259475,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2560), 10, + ACTIONS(2516), 10, sym_FOR, sym_GENERIC, sym_PARAMETER, @@ -259469,7 +259486,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [258410] = 5, + [258444] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -259480,18 +259497,18 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2564), 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, - [258437] = 5, + [258471] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -259502,18 +259519,18 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2520), 10, - sym_BUS, + ACTIONS(2402), 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, - [258464] = 5, + [258498] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -259524,46 +259541,40 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2524), 10, - sym_BUS, + ACTIONS(2504), 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, - [258491] = 11, + [258525] = 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_VUNIT, - ACTIONS(5591), 1, - sym_library_namespace, - STATE(5807), 1, - sym__identifier, - STATE(5812), 1, - sym_selected_name, - STATE(6005), 1, - sym__logical_name, - STATE(6908), 1, - sym_selected_name_list, STATE(4576), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3838), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [258530] = 5, + ACTIONS(2440), 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, + [258552] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -259574,7 +259585,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2568), 10, + ACTIONS(2386), 10, sym_FOR, sym_GENERIC, sym_PARAMETER, @@ -259585,7 +259596,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [258557] = 5, + [258579] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -259596,18 +259607,18 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4220), 10, - sym_ALIAS, - sym_ATTRIBUTE, - sym_END, - sym_FUNCTION, + ACTIONS(2656), 10, + sym_FOR, sym_GENERIC, - sym_IMPURE, - sym_PROCEDURE, - sym_PRIVATE, - sym_PURE, - sym_USE, - [258584] = 5, + sym_PARAMETER, + sym_UNTIL, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [258606] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -259618,7 +259629,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2614), 10, + ACTIONS(2652), 10, sym_FOR, sym_GENERIC, sym_PARAMETER, @@ -259629,7 +259640,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [258611] = 5, + [258633] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -259640,7 +259651,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2508), 10, + ACTIONS(2546), 10, sym_GENERIC, sym_IS, sym_OPEN, @@ -259651,7 +259662,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [258638] = 5, + [258660] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -259662,18 +259673,18 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2640), 10, - sym_BUS, + ACTIONS(2524), 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, - [258665] = 5, + [258687] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -259684,18 +259695,18 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2528), 10, - sym_BUS, + ACTIONS(2482), 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, - [258692] = 5, + [258714] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -259706,18 +259717,18 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2648), 10, + ACTIONS(2474), 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, - [258719] = 5, + [258741] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -259728,18 +259739,18 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2552), 10, - sym_BUS, + ACTIONS(2436), 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, - [258746] = 5, + [258768] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -259750,71 +259761,65 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2512), 10, + ACTIONS(2478), 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, - [258773] = 11, + [258795] = 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_directive_constant_builtin, - ACTIONS(5561), 1, - anon_sym_LPAREN, - ACTIONS(5563), 1, - sym_NOT, - STATE(4973), 1, - sym__conditional_analysis_identifier, - STATE(4985), 1, - sym_conditional_analysis_relation, - STATE(5067), 1, - sym__identifier, STATE(4586), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3838), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [258812] = 8, + ACTIONS(2386), 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, + [258822] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5239), 1, + ACTIONS(4985), 1, anon_sym_LPAREN, - ACTIONS(5593), 1, + ACTIONS(5599), 1, sym_PARAMETER, - STATE(4781), 1, + STATE(4745), 1, sym_parenthesis_group, STATE(4587), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2191), 7, + ACTIONS(2324), 7, sym_GENERIC, - sym_IS, + sym_PORT, anon_sym_SEMI, anon_sym_DOT, - anon_sym_RPAREN, + anon_sym_LT_EQ, anon_sym_SQUOTE, anon_sym_LBRACK, - [258845] = 5, + [258855] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -259825,40 +259830,45 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2452), 10, - sym_BUS, + ACTIONS(2524), 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, - [258872] = 5, + [258882] = 10, 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_SEMI, + ACTIONS(5605), 1, + sym_operator_symbol, + STATE(7430), 1, + sym__designator, + STATE(8358), 1, + sym__identifier, + ACTIONS(5603), 2, + sym_FUNCTION, + sym_PROCEDURE, STATE(4589), 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, - [258899] = 5, + ACTIONS(3838), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [258919] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -259869,7 +259879,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2560), 10, + ACTIONS(2626), 10, sym_BUS, sym_GENERIC, sym_PARAMETER, @@ -259880,29 +259890,37 @@ static const uint16_t ts_small_parse_table[] = { sym_variable_assignment, anon_sym_SQUOTE, anon_sym_LBRACK, - [258926] = 5, + [258946] = 13, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(2995), 1, + sym_END, + ACTIONS(5595), 1, + sym_FOR, + ACTIONS(5597), 1, + sym_USE, + STATE(4998), 1, + aux_sym_block_configuration_repeat2, + STATE(5156), 1, + aux_sym_block_configuration_repeat1, + STATE(5787), 1, + sym_use_clause, + STATE(6346), 1, + sym__configuration_item, + STATE(6826), 1, + sym_end_for, + STATE(6347), 2, + sym_block_configuration, + sym_component_configuration, STATE(4591), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2456), 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, - [258953] = 5, + [258989] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -259913,18 +259931,18 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2564), 10, - sym_BUS, + ACTIONS(2626), 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, - [258980] = 5, + [259016] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -259935,40 +259953,46 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2568), 10, - sym_BUS, + ACTIONS(2504), 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, - [259007] = 5, + [259043] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(5351), 1, + anon_sym_CARET, + STATE(4991), 1, + aux_sym_partial_pathname_repeat1, + STATE(5106), 1, + aux_sym_relative_pathname_repeat1, + STATE(5727), 1, + sym__identifier, + STATE(6828), 1, + sym_pathname_element, + STATE(7090), 1, + sym_partial_pathname, STATE(4594), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2516), 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, - [259034] = 5, + ACTIONS(3838), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [259082] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -259979,7 +260003,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2520), 10, + ACTIONS(2508), 10, sym_GENERIC, sym_IS, sym_OPEN, @@ -259990,89 +260014,87 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [259061] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(4596), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2674), 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, - [259088] = 13, + [259109] = 13, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2984), 1, + ACTIONS(2995), 1, sym_END, ACTIONS(5595), 1, sym_FOR, ACTIONS(5597), 1, sym_USE, - STATE(5040), 1, - aux_sym_block_configuration_repeat2, - STATE(5243), 1, + STATE(4591), 1, aux_sym_block_configuration_repeat1, - STATE(5816), 1, + STATE(4996), 1, + aux_sym_block_configuration_repeat2, + STATE(5787), 1, sym_use_clause, - STATE(6067), 1, + STATE(6346), 1, sym__configuration_item, - STATE(8046), 1, + STATE(6836), 1, sym_end_for, - STATE(6072), 2, + STATE(6347), 2, sym_block_configuration, sym_component_configuration, - STATE(4597), 3, + STATE(4596), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [259131] = 13, + [259152] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2984), 1, + ACTIONS(5607), 1, sym_END, - ACTIONS(5595), 1, - sym_FOR, - ACTIONS(5597), 1, - sym_USE, - STATE(5050), 1, - aux_sym_block_configuration_repeat2, - STATE(5243), 1, - aux_sym_block_configuration_repeat1, - STATE(5816), 1, - sym_use_clause, - STATE(6067), 1, - sym__configuration_item, - STATE(8356), 1, - sym_end_for, - STATE(6072), 2, - sym_block_configuration, - sym_component_configuration, + STATE(4648), 1, + aux_sym_record_type_definition_repeat1, + STATE(5199), 1, + sym_element_declaration, + STATE(5970), 1, + sym__identifier, + STATE(7397), 1, + sym_identifier_list, + STATE(7398), 1, + sym_end_record, + STATE(4597), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3838), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [259191] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, STATE(4598), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [259174] = 5, + ACTIONS(2546), 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, + [259218] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -260083,40 +260105,43 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2644), 10, - sym_BUS, + ACTIONS(2572), 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, - [259201] = 5, + [259245] = 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(5609), 1, + sym_PARAMETER, + STATE(4816), 1, + sym_parenthesis_group, STATE(4600), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2610), 10, + ACTIONS(2324), 7, + sym_END, sym_FOR, sym_GENERIC, - sym_PARAMETER, - sym_UNTIL, - anon_sym_SEMI, - anon_sym_COMMA, + sym_USE, anon_sym_DOT, - anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [259228] = 5, + [259278] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -260127,7 +260152,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2390), 10, + ACTIONS(2648), 10, sym_BUS, sym_GENERIC, sym_PARAMETER, @@ -260138,7 +260163,7 @@ static const uint16_t ts_small_parse_table[] = { sym_variable_assignment, anon_sym_SQUOTE, anon_sym_LBRACK, - [259255] = 5, + [259305] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -260149,18 +260174,18 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2588), 10, - sym_FOR, + ACTIONS(2600), 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, - [259282] = 5, + [259332] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -260171,7 +260196,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2584), 10, + ACTIONS(2572), 10, sym_BUS, sym_GENERIC, sym_PARAMETER, @@ -260182,7 +260207,7 @@ static const uint16_t ts_small_parse_table[] = { sym_variable_assignment, anon_sym_SQUOTE, anon_sym_LBRACK, - [259309] = 5, + [259359] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -260193,18 +260218,18 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2386), 10, + ACTIONS(2440), 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, - [259336] = 5, + [259386] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -260215,7 +260240,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2524), 10, + ACTIONS(2516), 10, sym_GENERIC, sym_IS, sym_OPEN, @@ -260226,7 +260251,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [259363] = 5, + [259413] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -260237,18 +260262,18 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2588), 10, + ACTIONS(2478), 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, - [259390] = 5, + [259440] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -260259,18 +260284,18 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2648), 10, - sym_BUS, + ACTIONS(2436), 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, - [259417] = 5, + [259467] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -260281,7 +260306,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2394), 10, + ACTIONS(2520), 10, sym_GENERIC, sym_IS, sym_OPEN, @@ -260292,7 +260317,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [259444] = 5, + [259494] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -260303,18 +260328,18 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2584), 10, - sym_FOR, + ACTIONS(2656), 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, - [259471] = 5, + [259521] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -260325,7 +260350,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2678), 10, + ACTIONS(2374), 10, sym_GENERIC, sym_IS, sym_OPEN, @@ -260336,7 +260361,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [259498] = 5, + [259548] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -260347,7 +260372,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2588), 10, + ACTIONS(2652), 10, sym_BUS, sym_GENERIC, sym_PARAMETER, @@ -260358,7 +260383,7 @@ static const uint16_t ts_small_parse_table[] = { sym_variable_assignment, anon_sym_SQUOTE, anon_sym_LBRACK, - [259525] = 5, + [259575] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -260369,18 +260394,18 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2440), 10, - sym_FOR, + ACTIONS(2482), 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, - [259552] = 5, + [259602] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -260391,18 +260416,18 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2528), 10, + ACTIONS(2474), 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, - [259579] = 5, + [259629] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -260413,7 +260438,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2610), 10, + ACTIONS(2436), 10, sym_BUS, sym_GENERIC, sym_PARAMETER, @@ -260424,7 +260449,7 @@ static const uint16_t ts_small_parse_table[] = { sym_variable_assignment, anon_sym_SQUOTE, anon_sym_LBRACK, - [259606] = 5, + [259656] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -260435,7 +260460,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2552), 10, + ACTIONS(2478), 10, sym_GENERIC, sym_IS, sym_OPEN, @@ -260446,7 +260471,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [259633] = 5, + [259683] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -260457,18 +260482,18 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5599), 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(2440), 10, + sym_BUS, + sym_GENERIC, + sym_PARAMETER, + anon_sym_SEMI, + anon_sym_DOT, anon_sym_LPAREN, - anon_sym_LT_LT, - [259660] = 5, + anon_sym_RPAREN, + sym_variable_assignment, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [259710] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -260479,43 +260504,40 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2674), 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, - [259687] = 8, + [259737] = 5, 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(5601), 1, - sym_PARAMETER, - STATE(4663), 1, - sym_parenthesis_group, STATE(4618), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2191), 7, - sym_END, - sym_FOR, + ACTIONS(2474), 10, sym_GENERIC, - sym_USE, + sym_IS, + sym_OPEN, + sym_PARAMETER, + sym_RANGE, + anon_sym_SEMI, anon_sym_DOT, + anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [259720] = 5, + [259764] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -260526,18 +260548,18 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2556), 10, + ACTIONS(2622), 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, - [259747] = 5, + [259791] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -260548,18 +260570,18 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2560), 10, + ACTIONS(2402), 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, - [259774] = 5, + [259818] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -260570,18 +260592,18 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2564), 10, + ACTIONS(2622), 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, - [259801] = 5, + [259845] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -260592,7 +260614,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2568), 10, + ACTIONS(2482), 10, sym_GENERIC, sym_IS, sym_OPEN, @@ -260603,7 +260625,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [259828] = 5, + [259872] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -260614,7 +260636,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2386), 10, + ACTIONS(2566), 10, sym_BUS, sym_GENERIC, sym_PARAMETER, @@ -260625,7 +260647,7 @@ static const uint16_t ts_small_parse_table[] = { sym_variable_assignment, anon_sym_SQUOTE, anon_sym_LBRACK, - [259855] = 5, + [259899] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -260636,18 +260658,18 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2636), 10, - sym_FOR, + ACTIONS(2558), 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, - [259882] = 5, + [259926] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -260658,18 +260680,18 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2640), 10, - sym_FOR, + ACTIONS(2554), 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, - [259909] = 5, + [259953] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -260680,18 +260702,18 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2644), 10, - sym_FOR, + ACTIONS(2550), 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, - [259936] = 5, + [259980] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -260702,18 +260724,18 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2652), 10, - sym_BUS, + ACTIONS(2550), 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, - [259963] = 5, + [260007] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -260724,18 +260746,18 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2386), 10, - sym_FOR, + ACTIONS(2626), 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, - [259990] = 5, + [260034] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -260746,7 +260768,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2452), 10, + ACTIONS(2600), 10, sym_GENERIC, sym_IS, sym_OPEN, @@ -260757,7 +260779,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [260017] = 5, + [260061] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -260768,18 +260790,18 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2394), 10, - sym_FOR, + ACTIONS(2512), 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, - [260044] = 5, + [260088] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -260790,7 +260812,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2492), 10, + ACTIONS(2546), 10, sym_BUS, sym_GENERIC, sym_PARAMETER, @@ -260801,35 +260823,29 @@ static const uint16_t ts_small_parse_table[] = { sym_variable_assignment, anon_sym_SQUOTE, anon_sym_LBRACK, - [260071] = 11, + [260115] = 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_CARET, - STATE(4986), 1, - aux_sym_partial_pathname_repeat1, - STATE(5096), 1, - aux_sym_relative_pathname_repeat1, - STATE(5645), 1, - sym__identifier, - STATE(6766), 1, - sym_partial_pathname, - STATE(8278), 1, - sym_pathname_element, STATE(4632), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3838), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [260110] = 5, + ACTIONS(2524), 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, + [260142] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -260840,7 +260856,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2456), 10, + ACTIONS(2648), 10, sym_GENERIC, sym_IS, sym_OPEN, @@ -260851,37 +260867,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [260137] = 13, + [260169] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2984), 1, - sym_END, - ACTIONS(5595), 1, - sym_FOR, - ACTIONS(5597), 1, - sym_USE, - STATE(4598), 1, - aux_sym_block_configuration_repeat1, - STATE(4966), 1, - aux_sym_block_configuration_repeat2, - STATE(5816), 1, - sym_use_clause, - STATE(6067), 1, - sym__configuration_item, - STATE(7111), 1, - sym_end_for, - STATE(6072), 2, - sym_block_configuration, - sym_component_configuration, STATE(4634), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [260180] = 5, + ACTIONS(2562), 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, + [260196] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -260892,18 +260900,18 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2648), 10, - sym_FOR, + ACTIONS(2386), 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, - [260207] = 5, + [260223] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -260914,7 +260922,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2508), 10, + ACTIONS(2504), 10, sym_BUS, sym_GENERIC, sym_PARAMETER, @@ -260925,7 +260933,7 @@ static const uint16_t ts_small_parse_table[] = { sym_variable_assignment, anon_sym_SQUOTE, anon_sym_LBRACK, - [260234] = 5, + [260250] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -260936,18 +260944,18 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2584), 10, + ACTIONS(2508), 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, - [260261] = 5, + [260277] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -260958,43 +260966,40 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2652), 10, - sym_FOR, + ACTIONS(2516), 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, - [260288] = 8, + [260304] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5087), 1, - anon_sym_LPAREN, - ACTIONS(5603), 1, - sym_PARAMETER, - STATE(4794), 1, - sym_parenthesis_group, STATE(4639), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2191), 7, + ACTIONS(2520), 10, + sym_BUS, sym_GENERIC, - sym_RETURN, - anon_sym_COMMA, + sym_PARAMETER, + anon_sym_SEMI, anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_RPAREN, + sym_variable_assignment, anon_sym_SQUOTE, anon_sym_LBRACK, - anon_sym_RBRACK, - [260321] = 5, + [260331] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -261005,18 +261010,18 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2452), 10, - sym_FOR, + ACTIONS(2374), 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, - [260348] = 5, + [260358] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -261027,48 +261032,40 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2456), 10, - sym_FOR, + ACTIONS(2512), 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, - [260375] = 13, + [260385] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2984), 1, - sym_END, - ACTIONS(5595), 1, - sym_FOR, - ACTIONS(5597), 1, - sym_USE, - STATE(4597), 1, - aux_sym_block_configuration_repeat1, - STATE(5034), 1, - aux_sym_block_configuration_repeat2, - STATE(5816), 1, - sym_use_clause, - STATE(6067), 1, - sym__configuration_item, - STATE(8036), 1, - sym_end_for, - STATE(6072), 2, - sym_block_configuration, - sym_component_configuration, STATE(4642), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [260418] = 5, + ACTIONS(2562), 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, + [260412] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -261079,7 +261076,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2512), 10, + ACTIONS(2666), 10, sym_BUS, sym_GENERIC, sym_PARAMETER, @@ -261090,7 +261087,7 @@ static const uint16_t ts_small_parse_table[] = { sym_variable_assignment, anon_sym_SQUOTE, anon_sym_LBRACK, - [260445] = 5, + [260439] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -261101,7 +261098,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2614), 10, + ACTIONS(2660), 10, sym_BUS, sym_GENERIC, sym_PARAMETER, @@ -261112,123 +261109,103 @@ static const uint16_t ts_small_parse_table[] = { sym_variable_assignment, anon_sym_SQUOTE, anon_sym_LBRACK, - [260472] = 11, + [260466] = 13, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5549), 1, - anon_sym_LPAREN, - ACTIONS(5551), 1, - sym_NOT, - ACTIONS(5553), 1, - sym_directive_constant_builtin, - STATE(4958), 1, - sym__conditional_analysis_identifier, - STATE(5048), 1, - sym_conditional_analysis_relation, - STATE(5067), 1, - sym__identifier, + ACTIONS(2995), 1, + sym_END, + ACTIONS(5595), 1, + sym_FOR, + ACTIONS(5597), 1, + sym_USE, + STATE(4961), 1, + aux_sym_block_configuration_repeat2, + STATE(5156), 1, + aux_sym_block_configuration_repeat1, + STATE(5787), 1, + sym_use_clause, + STATE(6346), 1, + sym__configuration_item, + STATE(8160), 1, + sym_end_for, + STATE(6347), 2, + sym_block_configuration, + sym_component_configuration, STATE(4645), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3838), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [260511] = 8, + [260509] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5167), 1, - anon_sym_LPAREN, - ACTIONS(5605), 1, - sym_PARAMETER, - STATE(4737), 1, - sym_parenthesis_group, STATE(4646), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2191), 7, - sym_GENERIC, - sym_OF, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_RPAREN, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [260544] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(4647), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2674), 10, - sym_BUS, + ACTIONS(2554), 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, - [260571] = 5, + [260536] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4648), 3, + ACTIONS(5165), 1, + anon_sym_LPAREN, + ACTIONS(5611), 1, + sym_PARAMETER, + STATE(4868), 1, + sym_parenthesis_group, + STATE(4647), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2440), 10, - sym_BUS, + ACTIONS(2324), 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, - [260598] = 11, + [260569] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5583), 1, + ACTIONS(5607), 1, sym_END, - STATE(4549), 1, + STATE(4764), 1, aux_sym_record_type_definition_repeat1, - STATE(5287), 1, + STATE(5199), 1, sym_element_declaration, - STATE(5848), 1, + STATE(5970), 1, sym__identifier, - STATE(7039), 1, + STATE(7397), 1, sym_identifier_list, - STATE(7040), 1, + STATE(7614), 1, sym_end_record, - STATE(4649), 3, + STATE(4648), 3, sym__tool_directive, sym_line_comment, sym_block_comment, @@ -261237,18 +261214,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [260637] = 5, + [260608] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4650), 3, + STATE(4649), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2652), 10, + ACTIONS(2666), 10, sym_GENERIC, sym_IS, sym_OPEN, @@ -261259,45 +261236,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [260664] = 10, + [260635] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5607), 1, - anon_sym_SEMI, - ACTIONS(5611), 1, - sym_operator_symbol, - STATE(6733), 1, - sym__identifier, - STATE(7110), 1, - sym__designator, - ACTIONS(5609), 2, - sym_FUNCTION, - sym_PROCEDURE, - STATE(4651), 3, + ACTIONS(5073), 1, + anon_sym_LPAREN, + ACTIONS(5613), 1, + sym_PARAMETER, + STATE(4739), 1, + sym_parenthesis_group, + STATE(4650), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3838), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [260701] = 5, + ACTIONS(2324), 7, + sym_GENERIC, + sym_RETURN, + anon_sym_COMMA, + anon_sym_DOT, + anon_sym_SQUOTE, + anon_sym_LBRACK, + anon_sym_RBRACK, + [260668] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4652), 3, + STATE(4651), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2390), 10, + ACTIONS(2660), 10, sym_GENERIC, sym_IS, sym_OPEN, @@ -261308,7 +261283,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [260728] = 5, + [260695] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(4652), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(4226), 10, + sym_ALIAS, + sym_ATTRIBUTE, + sym_END, + sym_FUNCTION, + sym_GENERIC, + sym_IMPURE, + sym_PROCEDURE, + sym_PRIVATE, + sym_PURE, + sym_USE, + [260722] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -261319,18 +261316,18 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2636), 10, - sym_BUS, + ACTIONS(2558), 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, - [260755] = 5, + [260749] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -261341,42 +261338,45 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2678), 10, - sym_BUS, + ACTIONS(4222), 10, + sym_ALIAS, + sym_ATTRIBUTE, + sym_END, + sym_FUNCTION, 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, - [260782] = 8, + sym_IMPURE, + sym_PROCEDURE, + sym_PRIVATE, + sym_PURE, + sym_USE, + [260776] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5057), 1, + ACTIONS(5551), 1, anon_sym_LPAREN, - ACTIONS(5613), 1, - sym_PARAMETER, - STATE(4759), 1, - sym_parenthesis_group, + ACTIONS(5553), 1, + sym_NOT, + ACTIONS(5555), 1, + sym_directive_constant_builtin, + STATE(4979), 1, + sym__conditional_analysis_identifier, + STATE(4980), 1, + sym_conditional_analysis_relation, + STATE(5136), 1, + sym__identifier, STATE(4655), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2191), 7, - sym_GENERIC, - sym_PORT, - sym_USE, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_SQUOTE, - anon_sym_LBRACK, + ACTIONS(3838), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, [260815] = 5, ACTIONS(3), 1, sym__grave_accent, @@ -261388,63 +261388,63 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2516), 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, - [260841] = 5, + ACTIONS(3272), 9, + sym_ALIAS, + sym_ATTRIBUTE, + sym_END, + sym_FUNCTION, + sym_IMPURE, + sym_PROCEDURE, + sym_PRIVATE, + sym_PURE, + sym_USE, + [260841] = 10, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(5585), 1, + sym_library_namespace, + STATE(5989), 1, + sym__identifier, + STATE(5991), 1, + sym__logical_name, + STATE(5993), 1, + sym_selected_name, + STATE(7399), 1, + sym_selected_name_list, STATE(4657), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2512), 9, - sym_END, - sym_FOR, - sym_GENERIC, - sym_PARAMETER, - sym_USE, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [260867] = 10, + ACTIONS(3838), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [260877] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5615), 1, - sym_ATTRIBUTE, - ACTIONS(5618), 1, - sym_FOR, - ACTIONS(5620), 1, - sym_GROUP, - ACTIONS(5623), 1, - sym_USE, - STATE(5520), 1, - sym__configuration_declarative_item, - STATE(5519), 3, - sym_use_clause, - sym_attribute_specification, - sym_group_declaration, - STATE(4658), 4, + STATE(4658), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - aux_sym_configuration_head_repeat1, + ACTIONS(2666), 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, [260903] = 5, ACTIONS(3), 1, sym__grave_accent, @@ -261456,41 +261456,38 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2516), 9, - sym_END, - sym_FOR, + ACTIONS(2660), 9, sym_GENERIC, sym_PARAMETER, - sym_USE, + sym_RETURN, + anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [260929] = 8, + anon_sym_RBRACK, + [260929] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5628), 1, - sym_THEN, - STATE(4645), 1, - sym_logical_operator, - STATE(4774), 1, - aux_sym_conditional_analysis_expression_repeat1, STATE(4660), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5626), 6, - sym_AND, - sym_NAND, - sym_NOR, - sym_OR, - sym_XNOR, - sym_XOR, - [260961] = 5, + ACTIONS(2512), 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, + [260955] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -261501,38 +261498,39 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2520), 9, - sym_END, - sym_FOR, + ACTIONS(2572), 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, - [260987] = 5, + [260981] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(5615), 1, + sym_OF, STATE(4662), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3356), 9, - sym_ALIAS, - sym_ATTRIBUTE, - sym_END, - sym_FUNCTION, - sym_IMPURE, - sym_PROCEDURE, - sym_PRIVATE, - sym_PURE, - sym_USE, - [261013] = 5, + ACTIONS(2660), 8, + sym_GENERIC, + sym_IS, + sym_PARAMETER, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [261009] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -261543,38 +261541,42 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2524), 9, - sym_END, - sym_FOR, + ACTIONS(2562), 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, - [261039] = 5, + [261035] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4664), 3, + ACTIONS(5620), 1, + sym_END, + STATE(5168), 1, + sym_mode_view_element_definition, + STATE(5996), 1, + sym__identifier, + STATE(7622), 1, + sym_record_element_list, + ACTIONS(5617), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + STATE(4664), 4, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2564), 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, - [261065] = 5, + aux_sym_mode_view_body_repeat1, + [261069] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -261585,54 +261587,28 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2568), 9, + ACTIONS(2572), 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, - [261091] = 10, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(2805), 1, - sym_END, - ACTIONS(5630), 1, - sym_CONTEXT, - ACTIONS(5633), 1, - sym_LIBRARY, - ACTIONS(5636), 1, - sym_USE, - STATE(5478), 1, - sym__context_item, - STATE(5480), 3, - sym_library_clause, - sym_use_clause, - sym_context_reference, - STATE(4666), 4, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - aux_sym_design_unit_repeat1, - [261127] = 5, + [261095] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4667), 3, + STATE(4666), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2648), 9, + ACTIONS(2622), 9, sym_GENERIC, sym_PARAMETER, sym_PORT, @@ -261642,83 +261618,84 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_SQUOTE, anon_sym_LBRACK, - [261153] = 5, + [261121] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4668), 3, + ACTIONS(5622), 1, + sym_OF, + STATE(4667), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2528), 9, - sym_END, - sym_FOR, + ACTIONS(2660), 8, sym_GENERIC, + sym_IS, sym_PARAMETER, - sym_USE, + anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [261179] = 5, + [261149] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4669), 3, + STATE(4668), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2552), 9, - sym_END, - sym_FOR, + ACTIONS(2478), 9, sym_GENERIC, sym_PARAMETER, + sym_PORT, sym_USE, + anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [261205] = 5, + [261175] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4670), 3, + STATE(4669), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2678), 9, - sym_END, - sym_FOR, + ACTIONS(2572), 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, - [261231] = 6, + [261201] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5639), 1, + ACTIONS(5624), 1, sym_OF, - STATE(4671), 3, + STATE(4670), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2386), 8, + ACTIONS(2660), 8, sym_GENERIC, sym_IS, sym_PARAMETER, @@ -261727,136 +261704,162 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [261259] = 7, + [261229] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5644), 1, + ACTIONS(5628), 1, sym_THEN, - STATE(4645), 1, + STATE(4655), 1, sym_logical_operator, - STATE(4672), 4, + STATE(4808), 1, + aux_sym_conditional_analysis_expression_repeat1, + STATE(4671), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - aux_sym_conditional_analysis_expression_repeat1, - ACTIONS(5641), 6, + ACTIONS(5626), 6, sym_AND, sym_NAND, sym_NOR, sym_OR, sym_XNOR, sym_XOR, - [261289] = 5, + [261261] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4673), 3, + STATE(4672), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3436), 9, - sym_ALIAS, - sym_ATTRIBUTE, - sym_END, - sym_FUNCTION, - sym_IMPURE, - sym_PROCEDURE, - sym_PRIVATE, - sym_PURE, - sym_USE, - [261315] = 5, + ACTIONS(2656), 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, + [261287] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4674), 3, + STATE(4673), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2556), 9, - sym_END, - sym_FOR, + ACTIONS(2600), 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, - [261341] = 5, + [261313] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4675), 3, + STATE(4674), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2560), 9, - sym_END, - sym_FOR, + ACTIONS(2562), 9, sym_GENERIC, sym_PARAMETER, + sym_PORT, sym_USE, + anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [261367] = 5, + [261339] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4676), 3, + STATE(4675), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2564), 9, - sym_END, - sym_FOR, + ACTIONS(2648), 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, - [261393] = 6, + [261365] = 10, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(5630), 1, + sym_END, + STATE(4939), 1, + aux_sym_physical_type_definition_repeat1, + STATE(5204), 1, + sym_secondary_unit_declaration, + STATE(8089), 1, + sym__identifier, + STATE(8109), 1, + sym_end_units, + STATE(4676), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3838), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [261401] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5646), 1, - sym_OF, STATE(4677), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2386), 8, + ACTIONS(2600), 9, sym_GENERIC, - sym_IS, + sym_OF, sym_PARAMETER, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [261421] = 5, + [261427] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -261867,17 +261870,17 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2640), 9, + ACTIONS(2512), 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, - [261447] = 5, + [261453] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -261888,9 +261891,9 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2588), 9, + ACTIONS(2648), 9, sym_GENERIC, - sym_IS, + sym_OF, sym_PARAMETER, anon_sym_SEMI, anon_sym_DOT, @@ -261898,7 +261901,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [261473] = 5, + [261479] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -261909,17 +261912,17 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2568), 9, - sym_END, - sym_FOR, + ACTIONS(2652), 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, - [261499] = 5, + [261505] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -261930,17 +261933,17 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2644), 9, + ACTIONS(2566), 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, - [261525] = 5, + [261531] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -261951,17 +261954,17 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2556), 9, + ACTIONS(2558), 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, - [261551] = 5, + [261557] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -261972,17 +261975,17 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3464), 9, - sym_ALIAS, - sym_ATTRIBUTE, - sym_END, - sym_FUNCTION, - sym_IMPURE, - sym_PROCEDURE, - sym_PRIVATE, - sym_PURE, + ACTIONS(2512), 9, + sym_GENERIC, + sym_PARAMETER, + sym_PORT, sym_USE, - [261577] = 5, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [261583] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -261993,7 +261996,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3480), 9, + ACTIONS(5632), 9, sym_ALIAS, sym_ATTRIBUTE, sym_END, @@ -262003,7 +262006,7 @@ static const uint16_t ts_small_parse_table[] = { sym_PRIVATE, sym_PURE, sym_USE, - [261603] = 5, + [261609] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -262014,17 +262017,17 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3496), 9, - sym_ALIAS, - sym_ATTRIBUTE, - sym_END, - sym_FUNCTION, - sym_IMPURE, - sym_PROCEDURE, - sym_PRIVATE, - sym_PURE, - sym_USE, - [261629] = 5, + ACTIONS(2554), 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, + [261635] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -262035,7 +262038,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2560), 9, + ACTIONS(2562), 9, sym_GENERIC, sym_PARAMETER, sym_RETURN, @@ -262045,28 +262048,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_RBRACK, - [261655] = 5, + [261661] = 10, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(5585), 1, + sym_library_namespace, + STATE(5989), 1, + sym__identifier, + STATE(5991), 1, + sym__logical_name, + STATE(5993), 1, + sym_selected_name, + STATE(7632), 1, + sym_selected_name_list, STATE(4687), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2386), 9, - sym_GENERIC, - sym_PARAMETER, - sym_PORT, - sym_USE, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [261681] = 5, + ACTIONS(3838), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [261697] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -262077,7 +262085,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2564), 9, + ACTIONS(2626), 9, sym_GENERIC, sym_PARAMETER, sym_RETURN, @@ -262087,7 +262095,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_RBRACK, - [261707] = 5, + [261723] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -262098,17 +262106,17 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2568), 9, + ACTIONS(2550), 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, - [261733] = 5, + [261749] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -262119,17 +262127,17 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2584), 9, - sym_END, - sym_FOR, + ACTIONS(2482), 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, - [261759] = 5, + [261775] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -262140,17 +262148,17 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2394), 9, + ACTIONS(2474), 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, - [261785] = 5, + [261801] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -262161,38 +262169,43 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2610), 9, + ACTIONS(2512), 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, - [261811] = 5, + [261827] = 10, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(5585), 1, + sym_library_namespace, + STATE(5989), 1, + sym__identifier, + STATE(5991), 1, + sym__logical_name, + STATE(5993), 1, + sym_selected_name, + STATE(8350), 1, + sym_selected_name_list, STATE(4693), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2674), 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, - [261837] = 5, + ACTIONS(3838), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [261863] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -262203,80 +262216,94 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2648), 9, + ACTIONS(2478), 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, - [261863] = 5, + [261889] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + STATE(5033), 1, + sym_component_specification, + STATE(5992), 1, + sym__label, + STATE(7587), 1, + sym_instantiation_list, + ACTIONS(4300), 2, + sym_ALL, + sym_OTHERS, STATE(4695), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3246), 9, - sym_ALIAS, - sym_ATTRIBUTE, - sym_END, - sym_FUNCTION, - sym_IMPURE, - sym_PROCEDURE, - sym_PRIVATE, - sym_PURE, - sym_USE, - [261889] = 5, + ACTIONS(5634), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [261923] = 10, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(5585), 1, + sym_library_namespace, + STATE(5989), 1, + sym__identifier, + STATE(5991), 1, + sym__logical_name, + STATE(5993), 1, + sym_selected_name, + STATE(8316), 1, + sym_selected_name_list, STATE(4696), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3248), 9, - sym_ALIAS, - sym_ATTRIBUTE, - sym_END, - sym_FUNCTION, - sym_IMPURE, - sym_PROCEDURE, - sym_PRIVATE, - sym_PURE, - sym_USE, - [261915] = 5, + ACTIONS(3838), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [261959] = 10, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(5585), 1, + sym_library_namespace, + STATE(5989), 1, + sym__identifier, + STATE(5991), 1, + sym__logical_name, + STATE(5993), 1, + sym_selected_name, + STATE(7181), 1, + sym_selected_name_list, STATE(4697), 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, - [261941] = 5, + ACTIONS(3838), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [261995] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -262287,7 +262314,28 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5648), 9, + ACTIONS(2666), 9, + sym_GENERIC, + sym_PARAMETER, + sym_PORT, + sym_USE, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [262021] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(4699), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(5636), 9, sym_ALIAS, sym_ATTRIBUTE, sym_END, @@ -262297,92 +262345,70 @@ static const uint16_t ts_small_parse_table[] = { sym_PRIVATE, sym_PURE, sym_USE, - [261967] = 6, + [262047] = 5, 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(4699), 3, + STATE(4700), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2386), 8, + ACTIONS(2666), 9, sym_GENERIC, - sym_IS, + sym_OF, sym_PARAMETER, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [261995] = 5, + [262073] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4700), 3, + STATE(4701), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2610), 9, - sym_END, - sym_FOR, + ACTIONS(2622), 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, - [262021] = 5, + [262099] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4701), 3, + STATE(4702), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2652), 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, - [262047] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(4702), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(3266), 9, - sym_ALIAS, - sym_ATTRIBUTE, - sym_END, - sym_FUNCTION, - sym_IMPURE, - sym_PROCEDURE, - sym_PRIVATE, - sym_PURE, - sym_USE, - [262073] = 5, + [262125] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -262393,42 +262419,38 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3282), 9, - sym_ALIAS, - sym_ATTRIBUTE, - sym_END, - sym_FUNCTION, - sym_IMPURE, - sym_PROCEDURE, - sym_PRIVATE, - sym_PURE, - sym_USE, - [262099] = 9, + ACTIONS(2558), 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, + [262151] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(5483), 1, - sym__entity_tag, - STATE(5704), 1, - sym__identifier, - STATE(6222), 1, - sym_entity_designator, - ACTIONS(5523), 2, - sym_character_literal, - sym_operator_symbol, STATE(4704), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3838), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [262133] = 5, + ACTIONS(2622), 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, + [262177] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -262439,7 +262461,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2674), 9, + ACTIONS(2374), 9, sym_GENERIC, sym_IS, sym_PARAMETER, @@ -262449,7 +262471,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [262159] = 5, + [262203] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -262460,17 +262482,17 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2452), 9, + ACTIONS(2572), 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, - [262185] = 5, + [262229] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -262481,17 +262503,17 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2440), 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, - [262211] = 5, + ACTIONS(3488), 9, + sym_ALIAS, + sym_ATTRIBUTE, + sym_END, + sym_FUNCTION, + sym_IMPURE, + sym_PROCEDURE, + sym_PRIVATE, + sym_PURE, + sym_USE, + [262255] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -262502,17 +262524,17 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2456), 9, + ACTIONS(2660), 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, - [262237] = 5, + [262281] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -262523,17 +262545,17 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2652), 9, + ACTIONS(2656), 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, - [262263] = 5, + [262307] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -262544,17 +262566,17 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3302), 9, - sym_ALIAS, - sym_ATTRIBUTE, - sym_END, - sym_FUNCTION, - sym_IMPURE, - sym_PROCEDURE, - sym_PRIVATE, - sym_PURE, - sym_USE, - [262289] = 5, + ACTIONS(2572), 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, + [262333] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -262565,114 +262587,72 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3308), 9, - sym_ALIAS, - sym_ATTRIBUTE, - sym_END, - sym_FUNCTION, - sym_IMPURE, - sym_PROCEDURE, - sym_PRIVATE, - sym_PURE, - sym_USE, - [262315] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(4712), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2440), 9, + ACTIONS(2374), 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, - [262341] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(4713), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(3312), 9, - sym_ALIAS, - sym_ATTRIBUTE, - sym_END, - sym_FUNCTION, - sym_IMPURE, - sym_PROCEDURE, - sym_PRIVATE, - sym_PURE, - sym_USE, - [262367] = 5, + anon_sym_RBRACK, + [262359] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4714), 3, + STATE(4712), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2508), 9, + ACTIONS(2626), 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, - [262393] = 5, + [262385] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4715), 3, + STATE(4713), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2386), 9, + ACTIONS(2520), 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, - [262419] = 8, + anon_sym_RBRACK, + [262411] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5628), 1, + ACTIONS(5638), 1, anon_sym_RPAREN, - STATE(4586), 1, + STATE(4562), 1, sym_logical_operator, - STATE(4820), 1, + STATE(4753), 1, aux_sym_conditional_analysis_expression_repeat1, - STATE(4716), 3, + STATE(4714), 3, sym__tool_directive, sym_line_comment, sym_block_comment, @@ -262683,18 +262663,18 @@ static const uint16_t ts_small_parse_table[] = { sym_OR, sym_XNOR, sym_XOR, - [262451] = 5, + [262443] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4717), 3, + STATE(4715), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2386), 9, + ACTIONS(2436), 9, sym_GENERIC, sym_PARAMETER, sym_PORT, @@ -262704,186 +262684,207 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_SQUOTE, anon_sym_LBRACK, - [262477] = 5, + [262469] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4718), 3, + STATE(4716), 3, sym__tool_directive, sym_line_comment, sym_block_comment, ACTIONS(2516), 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, - [262503] = 5, + anon_sym_RBRACK, + [262495] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4719), 3, + STATE(4717), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2386), 9, + ACTIONS(2546), 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, - [262529] = 5, + [262521] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4720), 3, + STATE(4718), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2394), 9, + ACTIONS(2600), 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, - [262555] = 5, + anon_sym_RBRACK, + [262547] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4721), 3, + STATE(4719), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2492), 9, + ACTIONS(2402), 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, - [262581] = 5, + anon_sym_RBRACK, + [262573] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4722), 3, + STATE(4720), 3, sym__tool_directive, sym_line_comment, sym_block_comment, ACTIONS(2508), 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, - [262607] = 5, + anon_sym_RBRACK, + [262599] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4723), 3, + STATE(4721), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2452), 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, - [262633] = 5, + anon_sym_RBRACK, + [262625] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4724), 3, + STATE(4722), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2390), 9, + ACTIONS(2524), 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, - [262659] = 5, + [262651] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4725), 3, + STATE(4723), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2394), 9, + ACTIONS(2504), 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, - [262685] = 5, + anon_sym_RBRACK, + [262677] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4726), 3, + STATE(4724), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3486), 9, + sym_ALIAS, + sym_ATTRIBUTE, + sym_END, + sym_FUNCTION, + sym_IMPURE, + sym_PROCEDURE, + sym_PRIVATE, + sym_PURE, + sym_USE, + [262703] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(4725), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2456), 9, + ACTIONS(2374), 9, sym_GENERIC, sym_OF, sym_PARAMETER, @@ -262893,39 +262894,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [262711] = 5, + [262729] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4727), 3, + STATE(4726), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2512), 9, - sym_GENERIC, - sym_PARAMETER, - sym_PORT, + ACTIONS(5640), 9, + sym_ALIAS, + sym_ATTRIBUTE, + sym_END, + sym_FUNCTION, + sym_IMPURE, + sym_PROCEDURE, + sym_PRIVATE, + sym_PURE, sym_USE, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [262737] = 5, + [262755] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4728), 3, + STATE(4727), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2492), 9, + ACTIONS(2520), 9, sym_GENERIC, sym_OF, sym_PARAMETER, @@ -262935,18 +262936,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [262763] = 5, + [262781] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4729), 3, + STATE(4728), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2508), 9, + ACTIONS(2516), 9, sym_GENERIC, sym_OF, sym_PARAMETER, @@ -262956,133 +262957,135 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [262789] = 5, + [262807] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4730), 3, + STATE(4729), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2512), 9, + ACTIONS(2626), 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, - [262815] = 9, + [262833] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5655), 1, - sym_END, - STATE(5287), 1, - sym_element_declaration, - STATE(5848), 1, - sym__identifier, - STATE(7039), 1, - sym_identifier_list, - ACTIONS(5652), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - STATE(4731), 4, + STATE(4730), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - aux_sym_record_type_definition_repeat1, - [262849] = 5, + ACTIONS(2660), 9, + sym_GENERIC, + sym_PARAMETER, + sym_PORT, + sym_USE, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [262859] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4732), 3, + STATE(4731), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2610), 9, - sym_GENERIC, - sym_PARAMETER, - sym_PORT, + ACTIONS(5642), 9, + sym_ALIAS, + sym_ATTRIBUTE, + sym_END, + sym_FUNCTION, + sym_IMPURE, + sym_PROCEDURE, + sym_PRIVATE, + sym_PURE, sym_USE, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [262875] = 5, + [262885] = 10, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4733), 3, + ACTIONS(5585), 1, + sym_library_namespace, + STATE(5989), 1, + sym__identifier, + STATE(5991), 1, + sym__logical_name, + STATE(5993), 1, + sym_selected_name, + STATE(8282), 1, + sym_selected_name_list, + STATE(4732), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2516), 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, - [262901] = 5, + ACTIONS(3838), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [262921] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4734), 3, + ACTIONS(5644), 1, + sym_OF, + STATE(4733), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2520), 9, + ACTIONS(2660), 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, - [262927] = 10, + [262949] = 10, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5591), 1, + ACTIONS(5585), 1, sym_library_namespace, - STATE(5807), 1, + STATE(5989), 1, sym__identifier, - STATE(5812), 1, - sym_selected_name, - STATE(6005), 1, + STATE(5991), 1, sym__logical_name, - STATE(8071), 1, + STATE(5993), 1, + sym_selected_name, + STATE(8270), 1, sym_selected_name_list, - STATE(4735), 3, + STATE(4734), 3, sym__tool_directive, sym_line_comment, sym_block_comment, @@ -263091,49 +263094,76 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [262963] = 5, + [262985] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4736), 3, + STATE(4735), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2614), 9, - sym_END, - sym_FOR, + ACTIONS(2440), 9, sym_GENERIC, sym_PARAMETER, - sym_USE, + sym_RETURN, + anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [262989] = 5, + anon_sym_RBRACK, + [263011] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4737), 3, + ACTIONS(5646), 1, + sym_OF, + STATE(4736), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2524), 9, + ACTIONS(2660), 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, - [263015] = 5, + [263039] = 10, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(2875), 1, + sym_END, + ACTIONS(5648), 1, + sym_CONTEXT, + ACTIONS(5651), 1, + sym_LIBRARY, + ACTIONS(5654), 1, + sym_USE, + STATE(5368), 1, + sym__context_item, + STATE(5372), 3, + sym_library_clause, + sym_use_clause, + sym_context_reference, + STATE(4737), 4, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + aux_sym_design_unit_repeat1, + [263075] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -263144,43 +263174,38 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2520), 9, + ACTIONS(2554), 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, - [263041] = 10, + [263101] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5657), 1, - sym_END, - STATE(4842), 1, - aux_sym_physical_type_definition_repeat1, - STATE(5298), 1, - sym_secondary_unit_declaration, - STATE(6866), 1, - sym__identifier, - STATE(6869), 1, - sym_end_units, STATE(4739), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3838), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [263077] = 5, + ACTIONS(2386), 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, + [263127] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -263191,17 +263216,17 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2516), 9, + ACTIONS(2550), 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, - [263103] = 5, + [263153] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -263212,17 +263237,17 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2520), 9, + ACTIONS(2524), 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, - [263129] = 5, + anon_sym_RBRACK, + [263179] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -263233,17 +263258,17 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2528), 9, + ACTIONS(2546), 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, - [263155] = 5, + anon_sym_RBRACK, + [263205] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -263254,32 +263279,32 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2614), 9, + ACTIONS(2436), 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, - [263181] = 10, + anon_sym_RBRACK, + [263231] = 10, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5659), 1, + ACTIONS(5657), 1, sym_END, - STATE(4846), 1, + STATE(4776), 1, aux_sym_mode_view_body_repeat1, - STATE(5323), 1, + STATE(5168), 1, sym_mode_view_element_definition, - STATE(5944), 1, + STATE(5996), 1, sym__identifier, - STATE(8290), 1, + STATE(7622), 1, sym_record_element_list, STATE(4744), 3, sym__tool_directive, @@ -263290,7 +263315,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [263217] = 5, + [263267] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -263301,17 +263326,17 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2552), 9, + ACTIONS(2386), 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, - [263243] = 5, + [263293] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -263322,7 +263347,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2636), 9, + ACTIONS(2482), 9, sym_END, sym_FOR, sym_GENERIC, @@ -263332,7 +263357,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [263269] = 5, + [263319] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -263343,17 +263368,17 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2640), 9, - sym_END, - sym_FOR, + ACTIONS(2656), 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, - [263295] = 5, + [263345] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -263364,17 +263389,17 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2524), 9, + ACTIONS(2402), 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, - [263321] = 5, + [263371] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -263385,17 +263410,17 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2644), 9, - sym_END, - sym_FOR, + ACTIONS(2652), 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, - [263347] = 5, + [263397] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -263406,38 +263431,43 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2556), 9, + ACTIONS(2474), 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, - [263373] = 5, + [263423] = 10, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(5585), 1, + sym_library_namespace, + STATE(5989), 1, + sym__identifier, + STATE(5991), 1, + sym__logical_name, + STATE(5993), 1, + sym_selected_name, + STATE(8254), 1, + sym_selected_name_list, STATE(4751), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2560), 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, - [263399] = 5, + ACTIONS(3838), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [263459] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -263448,38 +263478,41 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2564), 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, - [263425] = 5, + ACTIONS(3288), 9, + sym_ALIAS, + sym_ATTRIBUTE, + sym_END, + sym_FUNCTION, + sym_IMPURE, + sym_PROCEDURE, + sym_PRIVATE, + sym_PURE, + sym_USE, + [263485] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(5628), 1, + anon_sym_RPAREN, + STATE(4562), 1, + sym_logical_operator, + STATE(4782), 1, + aux_sym_conditional_analysis_expression_repeat1, STATE(4753), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2512), 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, - [263451] = 5, + ACTIONS(5626), 6, + sym_AND, + sym_NAND, + sym_NOR, + sym_OR, + sym_XNOR, + sym_XOR, + [263517] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -263490,17 +263523,17 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2652), 9, + ACTIONS(2440), 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, - [263477] = 5, + [263543] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -263511,17 +263544,17 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2568), 9, + ACTIONS(2504), 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, - [263503] = 5, + [263569] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -263532,39 +263565,38 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2648), 9, - sym_END, - sym_FOR, + ACTIONS(2478), 9, sym_GENERIC, sym_PARAMETER, - sym_USE, + sym_RETURN, + anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [263529] = 6, + anon_sym_RBRACK, + [263595] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5661), 1, - sym_OF, STATE(4757), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2386), 8, + ACTIONS(2436), 9, + sym_END, + sym_FOR, sym_GENERIC, - sym_IS, sym_PARAMETER, - anon_sym_SEMI, + sym_USE, anon_sym_DOT, anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [263557] = 5, + [263621] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -263575,17 +263607,17 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2584), 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, - [263583] = 5, + [263647] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -263596,17 +263628,17 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2524), 9, - sym_GENERIC, - sym_PARAMETER, - sym_PORT, + ACTIONS(3324), 9, + sym_ALIAS, + sym_ATTRIBUTE, + sym_END, + sym_FUNCTION, + sym_IMPURE, + sym_PROCEDURE, + sym_PRIVATE, + sym_PURE, sym_USE, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [263609] = 5, + [263673] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -263617,43 +263649,38 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2652), 9, - sym_END, - sym_FOR, + ACTIONS(2558), 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, - [263635] = 10, + [263699] = 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_library_namespace, - STATE(5807), 1, - sym__identifier, - STATE(5812), 1, - sym_selected_name, - STATE(6005), 1, - sym__logical_name, - STATE(7774), 1, - sym_selected_name_list, STATE(4761), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3838), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [263671] = 5, + ACTIONS(3388), 9, + sym_ALIAS, + sym_ATTRIBUTE, + sym_END, + sym_FUNCTION, + sym_IMPURE, + sym_PROCEDURE, + sym_PRIVATE, + sym_PURE, + sym_USE, + [263725] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -263664,17 +263691,17 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2556), 9, + ACTIONS(2626), 9, sym_GENERIC, sym_IS, + sym_OF, sym_PARAMETER, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [263697] = 5, + [263751] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -263685,9 +263712,9 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2678), 9, + ACTIONS(2554), 9, sym_GENERIC, - sym_OF, + sym_IS, sym_PARAMETER, anon_sym_SEMI, anon_sym_DOT, @@ -263695,28 +263722,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [263723] = 5, + [263777] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4764), 3, + ACTIONS(5662), 1, + sym_END, + STATE(5199), 1, + sym_element_declaration, + STATE(5970), 1, + sym__identifier, + STATE(7397), 1, + sym_identifier_list, + ACTIONS(5659), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + STATE(4764), 4, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2584), 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, - [263749] = 5, + aux_sym_record_type_definition_repeat1, + [263811] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -263727,17 +263758,17 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2584), 9, + ACTIONS(2474), 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, - [263775] = 5, + anon_sym_RBRACK, + [263837] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -263748,17 +263779,17 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2610), 9, + ACTIONS(2648), 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, - [263801] = 5, + [263863] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -263769,17 +263800,17 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2678), 9, - sym_identifier, - sym_character_literal, - sym_operator_symbol, - sym_library_constant, - sym_library_constant_std_logic, - sym_library_function, - sym_library_type, + ACTIONS(2626), 9, + sym_GENERIC, + sym_PARAMETER, + sym_PORT, + sym_USE, + anon_sym_SEMI, + anon_sym_DOT, anon_sym_LPAREN, - anon_sym_LT_LT, - [263827] = 5, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [263889] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -263790,17 +263821,17 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5663), 9, - sym_ALIAS, - sym_ATTRIBUTE, - sym_END, - sym_FUNCTION, - sym_IMPURE, - sym_PROCEDURE, - sym_PRIVATE, - sym_PURE, - sym_USE, - [263853] = 5, + ACTIONS(2482), 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, + [263915] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -263811,38 +263842,42 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2516), 9, + ACTIONS(2600), 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, - [263879] = 5, + [263941] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + STATE(5344), 1, + sym__entity_tag, + STATE(5909), 1, + sym__identifier, + STATE(6190), 1, + sym_entity_designator, + ACTIONS(5523), 2, + sym_character_literal, + sym_operator_symbol, STATE(4770), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5665), 9, - sym_ALIAS, - sym_ATTRIBUTE, - sym_END, - sym_FUNCTION, - sym_IMPURE, - sym_PROCEDURE, - sym_PRIVATE, - sym_PURE, - sym_USE, - [263905] = 5, + ACTIONS(3838), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [263975] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -263853,42 +263888,38 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2560), 9, + ACTIONS(2572), 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, - [263931] = 9, + [264001] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(5002), 1, - sym_component_specification, - STATE(5910), 1, - sym__label, - STATE(8086), 1, - sym_instantiation_list, - ACTIONS(4346), 2, - sym_ALL, - sym_OTHERS, STATE(4772), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5667), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [263965] = 5, + ACTIONS(2402), 9, + sym_END, + sym_FOR, + sym_GENERIC, + sym_PARAMETER, + sym_USE, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [264027] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -263899,9 +263930,9 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2610), 9, + ACTIONS(2550), 9, sym_GENERIC, - sym_OF, + sym_IS, sym_PARAMETER, anon_sym_SEMI, anon_sym_DOT, @@ -263909,31 +263940,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [263991] = 8, + [264053] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5669), 1, - sym_THEN, - STATE(4645), 1, - sym_logical_operator, - STATE(4672), 1, - aux_sym_conditional_analysis_expression_repeat1, STATE(4774), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5626), 6, - sym_AND, - sym_NAND, - sym_NOR, - sym_OR, - sym_XNOR, - sym_XOR, - [264023] = 5, + ACTIONS(2482), 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, + [264079] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -263944,7 +263972,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2492), 9, + ACTIONS(2474), 9, sym_GENERIC, sym_IS, sym_PARAMETER, @@ -263954,28 +263982,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [264049] = 5, + [264105] = 10, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(5664), 1, + sym_END, + STATE(4664), 1, + aux_sym_mode_view_body_repeat1, + STATE(5168), 1, + sym_mode_view_element_definition, + STATE(5996), 1, + sym__identifier, + STATE(7622), 1, + sym_record_element_list, STATE(4776), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2508), 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, - [264075] = 5, + ACTIONS(3838), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [264141] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -263986,38 +264019,43 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2512), 9, + ACTIONS(2622), 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, - [264101] = 5, + [264167] = 10, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(5630), 1, + sym_END, + STATE(4676), 1, + aux_sym_physical_type_definition_repeat1, + STATE(5204), 1, + sym_secondary_unit_declaration, + STATE(8089), 1, + sym__identifier, + STATE(8090), 1, + sym_end_units, STATE(4778), 3, 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, - [264127] = 5, + ACTIONS(3838), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [264203] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -264028,80 +264066,92 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2560), 9, + ACTIONS(2436), 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, - [264153] = 5, + [264229] = 10, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4780), 3, + ACTIONS(5666), 1, + sym_ATTRIBUTE, + ACTIONS(5669), 1, + sym_FOR, + ACTIONS(5671), 1, + sym_GROUP, + ACTIONS(5674), 1, + sym_USE, + STATE(5493), 1, + sym__configuration_declarative_item, + STATE(5429), 3, + sym_use_clause, + sym_attribute_specification, + sym_group_declaration, + STATE(4780), 4, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2614), 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, - [264179] = 5, + aux_sym_configuration_head_repeat1, + [264265] = 10, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(5585), 1, + sym_library_namespace, + STATE(5989), 1, + sym__identifier, + STATE(5991), 1, + sym__logical_name, + STATE(5993), 1, + sym_selected_name, + STATE(7188), 1, + sym_selected_name_list, STATE(4781), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2524), 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, - [264205] = 5, + ACTIONS(3838), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [264301] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4782), 3, + ACTIONS(5677), 1, + anon_sym_RPAREN, + STATE(4562), 1, + sym_logical_operator, + STATE(4782), 4, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2678), 9, - sym_GENERIC, - sym_IS, - sym_OF, - sym_PARAMETER, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [264231] = 5, + aux_sym_conditional_analysis_expression_repeat1, + ACTIONS(5679), 6, + sym_AND, + sym_NAND, + sym_NOR, + sym_OR, + sym_XNOR, + sym_XOR, + [264331] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -264112,17 +264162,17 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2520), 9, + ACTIONS(2546), 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, - [264257] = 5, + [264357] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -264133,9 +264183,9 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2588), 9, + ACTIONS(2524), 9, sym_GENERIC, - sym_OF, + sym_IS, sym_PARAMETER, anon_sym_SEMI, anon_sym_DOT, @@ -264143,7 +264193,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [264283] = 5, + [264383] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -264154,43 +264204,38 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3292), 9, - sym_ALIAS, - sym_ATTRIBUTE, - sym_END, - sym_FUNCTION, - sym_IMPURE, - sym_PROCEDURE, - sym_PRIVATE, - sym_PURE, - sym_USE, - [264309] = 10, + ACTIONS(2550), 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, + [264409] = 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_library_namespace, - STATE(5807), 1, - sym__identifier, - STATE(5812), 1, - sym_selected_name, - STATE(6005), 1, - sym__logical_name, - STATE(7465), 1, - sym_selected_name_list, STATE(4786), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3838), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [264345] = 5, + ACTIONS(2546), 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, + [264435] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -264201,7 +264246,7 @@ 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_PARAMETER, sym_PORT, @@ -264211,7 +264256,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [264371] = 5, + [264461] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -264222,7 +264267,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2552), 9, + ACTIONS(2374), 9, sym_GENERIC, sym_PARAMETER, sym_PORT, @@ -264232,7 +264277,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [264397] = 5, + [264487] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -264243,43 +264288,38 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2678), 9, + ACTIONS(2656), 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, - [264423] = 10, + [264513] = 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_library_namespace, - STATE(5238), 1, - sym__identifier, - STATE(5812), 1, - sym_selected_name, - STATE(6005), 1, - sym__logical_name, - STATE(7306), 1, - sym_selected_name_list, STATE(4790), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5671), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [264459] = 5, + ACTIONS(2648), 9, + sym_END, + sym_FOR, + sym_GENERIC, + sym_PARAMETER, + sym_USE, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [264539] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -264290,7 +264330,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2556), 9, + ACTIONS(2520), 9, sym_GENERIC, sym_PARAMETER, sym_PORT, @@ -264300,31 +264340,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [264485] = 8, + [264565] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5409), 1, - anon_sym_LPAREN, - ACTIONS(5673), 1, - sym_PARAMETER, - STATE(4898), 1, - sym_parenthesis_group, STATE(4792), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2191), 6, + ACTIONS(2652), 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, - [264517] = 5, + [264591] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -264335,17 +264372,17 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2614), 9, + ACTIONS(2600), 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, - [264543] = 5, + [264617] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -264356,17 +264393,17 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2524), 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, - [264569] = 5, + ACTIONS(3406), 9, + sym_ALIAS, + sym_ATTRIBUTE, + sym_END, + sym_FUNCTION, + sym_IMPURE, + sym_PROCEDURE, + sym_PRIVATE, + sym_PURE, + sym_USE, + [264643] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -264377,17 +264414,17 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2560), 9, - sym_GENERIC, - sym_PARAMETER, - sym_PORT, + ACTIONS(3482), 9, + sym_ALIAS, + sym_ATTRIBUTE, + sym_END, + sym_FUNCTION, + sym_IMPURE, + sym_PROCEDURE, + sym_PRIVATE, + sym_PURE, sym_USE, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [264595] = 5, + [264669] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -264398,17 +264435,17 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2564), 9, - sym_GENERIC, - sym_PARAMETER, - sym_PORT, - sym_USE, - anon_sym_SEMI, - anon_sym_DOT, + ACTIONS(2626), 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_SQUOTE, - anon_sym_LBRACK, - [264621] = 5, + anon_sym_LT_LT, + [264695] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -264419,17 +264456,17 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2452), 9, + ACTIONS(2656), 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, - [264647] = 5, + [264721] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -264440,38 +264477,41 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2564), 9, + ACTIONS(2566), 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, - [264673] = 5, + [264747] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(5638), 1, + sym_THEN, + STATE(4655), 1, + sym_logical_operator, + STATE(4671), 1, + aux_sym_conditional_analysis_expression_repeat1, STATE(4799), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2568), 9, - sym_GENERIC, - sym_PARAMETER, - sym_PORT, - sym_USE, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [264699] = 5, + ACTIONS(5626), 6, + sym_AND, + sym_NAND, + sym_NOR, + sym_OR, + sym_XNOR, + sym_XOR, + [264779] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -264482,69 +264522,59 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2648), 9, + ACTIONS(2524), 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, - [264725] = 10, + [264805] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5675), 1, - sym_END, - STATE(4744), 1, - aux_sym_mode_view_body_repeat1, - STATE(5323), 1, - sym_mode_view_element_definition, - STATE(5944), 1, - sym__identifier, - STATE(8290), 1, - sym_record_element_list, STATE(4801), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3838), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [264761] = 10, + ACTIONS(2558), 9, + sym_END, + sym_FOR, + sym_GENERIC, + sym_PARAMETER, + sym_USE, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [264831] = 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_library_namespace, - STATE(5807), 1, - sym__identifier, - STATE(5812), 1, - sym_selected_name, - STATE(6005), 1, - sym__logical_name, - STATE(8358), 1, - sym_selected_name_list, STATE(4802), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3838), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [264797] = 5, + ACTIONS(2554), 9, + sym_END, + sym_FOR, + sym_GENERIC, + sym_PARAMETER, + sym_USE, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [264857] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -264555,17 +264585,17 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2674), 9, + ACTIONS(2550), 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, - [264823] = 5, + [264883] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -264576,17 +264606,17 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2440), 9, + ACTIONS(2666), 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, - [264849] = 5, + [264909] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -264597,44 +264627,38 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2456), 9, + ACTIONS(2386), 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, - [264875] = 11, + [264935] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5677), 1, - sym_CONTEXT, - ACTIONS(5679), 1, - sym_END, - ACTIONS(5681), 1, - sym_LIBRARY, - ACTIONS(5683), 1, - sym_USE, - STATE(4852), 1, - aux_sym_design_unit_repeat1, - STATE(5478), 1, - sym__context_item, STATE(4806), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(5480), 3, - sym_library_clause, - sym_use_clause, - sym_context_reference, - [264913] = 5, + ACTIONS(2546), 9, + sym_END, + sym_FOR, + sym_GENERIC, + sym_PARAMETER, + sym_USE, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [264961] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -264645,38 +264669,40 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2528), 9, + ACTIONS(2524), 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, - [264939] = 5, + [264987] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4808), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2686), 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, - [264965] = 5, + ACTIONS(5677), 1, + sym_THEN, + STATE(4655), 1, + sym_logical_operator, + STATE(4808), 4, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + aux_sym_conditional_analysis_expression_repeat1, + ACTIONS(5679), 6, + sym_AND, + sym_NAND, + sym_NOR, + sym_OR, + sym_XNOR, + sym_XOR, + [265017] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -264687,17 +264713,17 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2644), 9, + ACTIONS(2626), 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, - [264991] = 5, + [265043] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -264708,43 +264734,38 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2552), 9, + ACTIONS(2440), 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, - [265017] = 10, + [265069] = 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_library_namespace, - STATE(5807), 1, - sym__identifier, - STATE(5812), 1, - sym_selected_name, - STATE(6005), 1, - sym__logical_name, - STATE(7306), 1, - sym_selected_name_list, STATE(4811), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3838), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [265053] = 5, + ACTIONS(3424), 9, + sym_ALIAS, + sym_ATTRIBUTE, + sym_END, + sym_FUNCTION, + sym_IMPURE, + sym_PROCEDURE, + sym_PRIVATE, + sym_PURE, + sym_USE, + [265095] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -264755,7 +264776,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2636), 9, + ACTIONS(2508), 9, sym_GENERIC, sym_PARAMETER, sym_PORT, @@ -264765,7 +264786,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_SQUOTE, anon_sym_LBRACK, - [265079] = 5, + [265121] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -264776,17 +264797,17 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2588), 9, + ACTIONS(2652), 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, - [265105] = 5, + [265147] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -264797,7 +264818,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2652), 9, + ACTIONS(2482), 9, sym_GENERIC, sym_PARAMETER, sym_PORT, @@ -264807,7 +264828,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [265131] = 5, + [265173] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -264818,17 +264839,17 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2614), 9, + ACTIONS(2474), 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, - [265157] = 5, + [265199] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -264839,17 +264860,17 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2492), 9, + ACTIONS(2386), 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, - [265183] = 5, + [265225] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -264860,17 +264881,17 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2390), 9, - sym_END, - sym_FOR, + ACTIONS(2482), 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, - [265209] = 5, + [265251] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -264881,9 +264902,9 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2568), 9, + ACTIONS(2474), 9, sym_GENERIC, - sym_IS, + sym_OF, sym_PARAMETER, anon_sym_SEMI, anon_sym_DOT, @@ -264891,7 +264912,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [265235] = 5, + [265277] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -264902,52 +264923,75 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2492), 9, + ACTIONS(2436), 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, - [265261] = 8, + [265303] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5669), 1, - anon_sym_RPAREN, - STATE(4586), 1, - sym_logical_operator, - STATE(4828), 1, - aux_sym_conditional_analysis_expression_repeat1, STATE(4820), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5626), 6, - sym_AND, - sym_NAND, - sym_NOR, - sym_OR, - sym_XNOR, - sym_XOR, - [265293] = 5, + ACTIONS(2516), 9, + sym_GENERIC, + sym_PARAMETER, + sym_PORT, + sym_USE, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [265329] = 10, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(5585), 1, + sym_library_namespace, + STATE(5170), 1, + sym__identifier, + STATE(5991), 1, + sym__logical_name, + STATE(5993), 1, + sym_selected_name, + STATE(7632), 1, + sym_selected_name_list, STATE(4821), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2588), 9, + ACTIONS(5682), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [265365] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(4822), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2504), 9, sym_END, sym_FOR, sym_GENERIC, @@ -264957,18 +265001,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [265319] = 5, + [265391] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4822), 3, + STATE(4823), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2390), 9, + ACTIONS(2626), 9, sym_GENERIC, sym_OF, sym_PARAMETER, @@ -264978,54 +265022,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [265345] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(4823), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(5685), 9, - sym_ALIAS, - sym_ATTRIBUTE, - sym_END, - sym_FUNCTION, - sym_IMPURE, - sym_PROCEDURE, - sym_PRIVATE, - sym_PURE, - sym_USE, - [265371] = 10, + [265417] = 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_library_namespace, - STATE(5807), 1, - sym__identifier, - STATE(5812), 1, - sym_selected_name, - STATE(6005), 1, - sym__logical_name, - STATE(6740), 1, - sym_selected_name_list, STATE(4824), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3838), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [265407] = 5, + ACTIONS(2436), 9, + sym_GENERIC, + sym_PARAMETER, + sym_PORT, + sym_USE, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [265443] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -265036,39 +265054,38 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2640), 9, + ACTIONS(2508), 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, - [265433] = 6, + [265469] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5687), 1, - sym_OF, STATE(4826), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2386), 8, + ACTIONS(2516), 9, + sym_END, + sym_FOR, sym_GENERIC, - sym_IS, sym_PARAMETER, - anon_sym_SEMI, + sym_USE, anon_sym_DOT, anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [265461] = 5, + [265495] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -265079,40 +265096,38 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2452), 9, + ACTIONS(2520), 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, - [265487] = 7, + [265521] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5644), 1, - anon_sym_RPAREN, - STATE(4586), 1, - sym_logical_operator, - STATE(4828), 4, + STATE(4828), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - aux_sym_conditional_analysis_expression_repeat1, - ACTIONS(5641), 6, - sym_AND, - sym_NAND, - sym_NOR, - sym_OR, - sym_XNOR, - sym_XOR, - [265517] = 5, + 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, + [265547] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -265123,17 +265138,17 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2640), 9, + ACTIONS(2652), 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, - [265543] = 5, + [265573] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -265144,17 +265159,17 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2588), 9, + ACTIONS(2520), 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, - [265569] = 5, + [265599] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -265165,38 +265180,44 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2390), 9, + ACTIONS(2508), 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, - [265595] = 5, + [265625] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(5684), 1, + sym_CONTEXT, + ACTIONS(5686), 1, + sym_END, + ACTIONS(5688), 1, + sym_LIBRARY, + ACTIONS(5690), 1, + sym_USE, + STATE(4737), 1, + aux_sym_design_unit_repeat1, + STATE(5368), 1, + sym__context_item, STATE(4832), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2636), 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, - [265621] = 5, + STATE(5372), 3, + sym_library_clause, + sym_use_clause, + sym_context_reference, + [265663] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -265207,17 +265228,17 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2394), 9, + ACTIONS(2440), 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, - [265647] = 5, + [265689] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -265228,7 +265249,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2640), 9, + ACTIONS(2440), 9, sym_GENERIC, sym_OF, sym_PARAMETER, @@ -265238,7 +265259,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [265673] = 5, + [265715] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -265249,17 +265270,17 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2644), 9, + ACTIONS(2512), 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, - [265699] = 5, + [265741] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -265270,38 +265291,41 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2678), 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, - [265725] = 5, + [265767] = 8, 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, + ACTIONS(5692), 1, + sym_PARAMETER, + STATE(4893), 1, + sym_parenthesis_group, STATE(4837), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2614), 9, + ACTIONS(2324), 6, sym_GENERIC, - sym_PARAMETER, - sym_PORT, - sym_USE, - anon_sym_SEMI, + sym_IS, + sym_RANGE, anon_sym_DOT, - anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [265751] = 5, + [265799] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -265312,17 +265336,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(2402), 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, - [265777] = 5, + [265825] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -265333,17 +265357,17 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2648), 9, + ACTIONS(2656), 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, - [265803] = 5, + anon_sym_RBRACK, + [265851] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -265354,17 +265378,17 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2440), 9, - sym_END, - sym_FOR, + ACTIONS(2504), 9, sym_GENERIC, sym_PARAMETER, + sym_PORT, sym_USE, + anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [265829] = 5, + [265877] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -265375,7 +265399,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2652), 9, + ACTIONS(2508), 9, sym_GENERIC, sym_OF, sym_PARAMETER, @@ -265385,33 +265409,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [265855] = 10, + [265903] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5657), 1, - sym_END, - STATE(4914), 1, - aux_sym_physical_type_definition_repeat1, - STATE(5298), 1, - sym_secondary_unit_declaration, - STATE(6866), 1, - sym__identifier, - STATE(8028), 1, - sym_end_units, STATE(4842), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3838), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [265891] = 5, + ACTIONS(3430), 9, + sym_ALIAS, + sym_ATTRIBUTE, + sym_END, + sym_FUNCTION, + sym_IMPURE, + sym_PROCEDURE, + sym_PRIVATE, + sym_PURE, + sym_USE, + [265929] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -265422,7 +265441,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2644), 9, + ACTIONS(2516), 9, sym_GENERIC, sym_PARAMETER, sym_PORT, @@ -265432,7 +265451,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_SQUOTE, anon_sym_LBRACK, - [265917] = 5, + [265955] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -265443,34 +265462,56 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2584), 9, + ACTIONS(2520), 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, - [265943] = 10, + [265981] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5591), 1, + ACTIONS(5694), 1, + sym_OF, + STATE(4845), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2660), 8, + sym_GENERIC, + sym_IS, + sym_PARAMETER, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [266009] = 10, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(5585), 1, sym_library_namespace, - STATE(5807), 1, + STATE(5989), 1, sym__identifier, - STATE(5812), 1, - sym_selected_name, - STATE(6005), 1, + STATE(5991), 1, sym__logical_name, - STATE(7382), 1, + STATE(5993), 1, + sym_selected_name, + STATE(6790), 1, sym_selected_name_list, - STATE(4845), 3, + STATE(4846), 3, sym__tool_directive, sym_line_comment, sym_block_comment, @@ -265479,106 +265520,128 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [265979] = 9, + [266045] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5692), 1, - sym_END, - STATE(5323), 1, - sym_mode_view_element_definition, - STATE(5944), 1, - sym__identifier, - STATE(8290), 1, - sym_record_element_list, - ACTIONS(5689), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - STATE(4846), 4, + STATE(4847), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - aux_sym_mode_view_body_repeat1, - [266013] = 5, + ACTIONS(2666), 9, + sym_END, + sym_FOR, + sym_GENERIC, + sym_PARAMETER, + sym_USE, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [266071] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4847), 3, + STATE(4848), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2456), 9, + ACTIONS(2622), 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, - [266039] = 5, + [266097] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4848), 3, + STATE(4849), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2508), 9, + ACTIONS(2386), 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, - [266065] = 5, + [266123] = 10, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4849), 3, + ACTIONS(5585), 1, + sym_library_namespace, + STATE(5989), 1, + sym__identifier, + STATE(5991), 1, + sym__logical_name, + STATE(5993), 1, + sym_selected_name, + STATE(7856), 1, + sym_selected_name_list, + STATE(4850), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3838), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [266159] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(4851), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2390), 9, + ACTIONS(2374), 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, - [266091] = 5, + [266185] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4850), 3, + STATE(4852), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2584), 9, + ACTIONS(2478), 9, sym_GENERIC, sym_IS, sym_PARAMETER, @@ -265588,131 +265651,131 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [266117] = 5, + [266211] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4851), 3, + STATE(4853), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2588), 9, + ACTIONS(2554), 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, - [266143] = 11, + anon_sym_RBRACK, + [266237] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5677), 1, + ACTIONS(5684), 1, sym_CONTEXT, - ACTIONS(5681), 1, + ACTIONS(5688), 1, sym_LIBRARY, - ACTIONS(5683), 1, + ACTIONS(5690), 1, sym_USE, - ACTIONS(5694), 1, + ACTIONS(5696), 1, sym_END, - STATE(4666), 1, + STATE(4832), 1, aux_sym_design_unit_repeat1, - STATE(5478), 1, + STATE(5368), 1, sym__context_item, - STATE(4852), 3, + STATE(4854), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(5480), 3, + STATE(5372), 3, sym_library_clause, sym_use_clause, sym_context_reference, - [266181] = 5, + [266275] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4853), 3, + STATE(4855), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2556), 9, + ACTIONS(2504), 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, - [266207] = 5, + [266301] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4854), 3, + STATE(4856), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2390), 9, + ACTIONS(2478), 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, - [266233] = 5, + [266327] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4855), 3, + STATE(4857), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2674), 9, + ACTIONS(2512), 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, - [266259] = 5, + [266353] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4856), 3, + STATE(4858), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2678), 9, + ACTIONS(2478), 9, sym_GENERIC, - sym_IS, + sym_OF, sym_PARAMETER, anon_sym_SEMI, anon_sym_DOT, @@ -265720,50 +265783,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [266285] = 10, + [266379] = 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_library_namespace, - STATE(5807), 1, - sym__identifier, - STATE(5812), 1, - sym_selected_name, - STATE(6005), 1, - sym__logical_name, - STATE(8223), 1, - sym_selected_name_list, - STATE(4857), 3, + STATE(4859), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3838), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [266321] = 10, + ACTIONS(2660), 9, + sym_END, + sym_FOR, + sym_GENERIC, + sym_PARAMETER, + sym_USE, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [266405] = 10, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5591), 1, + ACTIONS(5585), 1, sym_library_namespace, - STATE(5807), 1, + STATE(5989), 1, sym__identifier, - STATE(5812), 1, - sym_selected_name, - STATE(6005), 1, + STATE(5991), 1, sym__logical_name, - STATE(7457), 1, + STATE(5993), 1, + sym_selected_name, + STATE(7458), 1, sym_selected_name_list, - STATE(4858), 3, + STATE(4860), 3, sym__tool_directive, sym_line_comment, sym_block_comment, @@ -265772,18 +265830,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [266357] = 5, + [266441] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4859), 3, + STATE(4861), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2512), 9, + ACTIONS(2648), 9, sym_GENERIC, sym_PARAMETER, sym_PORT, @@ -265793,20 +265851,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_SQUOTE, anon_sym_LBRACK, - [266383] = 5, + [266467] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4860), 3, + STATE(4862), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2440), 9, + ACTIONS(2508), 9, sym_GENERIC, - sym_OF, + sym_IS, sym_PARAMETER, anon_sym_SEMI, anon_sym_DOT, @@ -265814,49 +265872,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [266409] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(4861), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2386), 9, - sym_END, - sym_FOR, - sym_GENERIC, - sym_PARAMETER, - sym_USE, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [266435] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(4862), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2386), 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, - [266461] = 5, + [266493] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -265867,7 +265883,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2394), 9, + ACTIONS(2558), 9, sym_GENERIC, sym_PARAMETER, sym_RETURN, @@ -265877,33 +265893,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_RBRACK, - [266487] = 10, + [266519] = 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_library_namespace, - STATE(5807), 1, - sym__identifier, - STATE(5812), 1, - sym_selected_name, - STATE(6005), 1, - sym__logical_name, - STATE(6791), 1, - sym_selected_name_list, STATE(4864), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3838), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [266523] = 5, + ACTIONS(3466), 9, + sym_ALIAS, + sym_ATTRIBUTE, + sym_END, + sym_FUNCTION, + sym_IMPURE, + sym_PROCEDURE, + sym_PRIVATE, + sym_PURE, + sym_USE, + [266545] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -265914,17 +265925,17 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2678), 9, + ACTIONS(2504), 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, - [266549] = 5, + [266571] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -265935,65 +265946,59 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2394), 9, - sym_END, - sym_FOR, + ACTIONS(2622), 9, sym_GENERIC, sym_PARAMETER, - sym_USE, + sym_RETURN, + anon_sym_COMMA, anon_sym_DOT, anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [266575] = 6, + anon_sym_RBRACK, + [266597] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5696), 1, - sym_OF, STATE(4867), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2386), 8, + ACTIONS(2562), 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, - [266603] = 10, + [266623] = 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_library_namespace, - STATE(5807), 1, - sym__identifier, - STATE(5812), 1, - sym_selected_name, - STATE(6005), 1, - sym__logical_name, - STATE(6908), 1, - sym_selected_name_list, STATE(4868), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3838), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [266639] = 5, + ACTIONS(2386), 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, + [266649] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -266004,7 +266009,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2452), 9, + ACTIONS(2566), 9, sym_GENERIC, sym_PARAMETER, sym_RETURN, @@ -266014,7 +266019,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LBRACK, anon_sym_RBRACK, - [266665] = 5, + [266675] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -266025,17 +266030,17 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2674), 9, + ACTIONS(2600), 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, - [266691] = 5, + [266701] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -266046,17 +266051,17 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2456), 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, - [266717] = 5, + ACTIONS(2726), 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, + [266727] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -266067,17 +266072,17 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2636), 9, + ACTIONS(2652), 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, - [266743] = 5, + anon_sym_RBRACK, + [266753] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -266088,17 +266093,17 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2440), 9, + ACTIONS(2402), 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, - [266769] = 5, + [266779] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -266109,17 +266114,17 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3498), 9, - sym_ALIAS, - sym_ATTRIBUTE, - sym_END, - sym_FUNCTION, - sym_IMPURE, - sym_PROCEDURE, - sym_PRIVATE, - sym_PURE, - sym_USE, - [266795] = 5, + ACTIONS(2660), 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, + [266805] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -266130,7 +266135,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2452), 9, + ACTIONS(2440), 9, sym_END, sym_FOR, sym_GENERIC, @@ -266140,7 +266145,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [266821] = 5, + [266831] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -266151,17 +266156,17 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2528), 9, + ACTIONS(2666), 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, - [266847] = 5, + [266857] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -266172,17 +266177,17 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2552), 9, + ACTIONS(2660), 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, - [266873] = 5, + [266883] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -266193,17 +266198,17 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2456), 9, - sym_END, - sym_FOR, + ACTIONS(2524), 9, sym_GENERIC, sym_PARAMETER, + sym_PORT, sym_USE, + anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [266899] = 5, + [266909] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -266214,38 +266219,42 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2714), 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, - [266925] = 5, + ACTIONS(3458), 9, + sym_ALIAS, + sym_ATTRIBUTE, + sym_END, + sym_FUNCTION, + sym_IMPURE, + sym_PROCEDURE, + sym_PRIVATE, + sym_PURE, + sym_USE, + [266935] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + STATE(5037), 1, + sym_component_specification, + STATE(5992), 1, + sym__label, + STATE(7587), 1, + sym_instantiation_list, + ACTIONS(4300), 2, + sym_ALL, + sym_OTHERS, STATE(4880), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2648), 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, - [266951] = 5, + ACTIONS(5634), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [266969] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -266256,17 +266265,17 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2636), 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, - [266977] = 5, + ACTIONS(3468), 9, + sym_ALIAS, + sym_ATTRIBUTE, + sym_END, + sym_FUNCTION, + sym_IMPURE, + sym_PROCEDURE, + sym_PRIVATE, + sym_PURE, + sym_USE, + [266995] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -266277,9 +266286,9 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2640), 9, + ACTIONS(2562), 9, sym_GENERIC, - sym_IS, + sym_OF, sym_PARAMETER, anon_sym_SEMI, anon_sym_DOT, @@ -266287,195 +266296,165 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [267003] = 10, + [267021] = 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_library_namespace, - STATE(5807), 1, - sym__identifier, - STATE(5812), 1, - sym_selected_name, - STATE(6005), 1, - sym__logical_name, - STATE(7005), 1, - sym_selected_name_list, STATE(4883), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3838), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [267039] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(4884), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2644), 9, + ACTIONS(2546), 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, - [267065] = 5, + [267047] = 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(4884), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2492), 9, - sym_END, - sym_FOR, + ACTIONS(2550), 9, sym_GENERIC, sym_PARAMETER, + sym_PORT, sym_USE, + anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [267091] = 5, + [267073] = 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(4885), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2508), 9, - sym_END, - sym_FOR, + ACTIONS(2566), 9, sym_GENERIC, sym_PARAMETER, + sym_PORT, sym_USE, + anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [267117] = 5, + [267099] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4887), 3, + STATE(4886), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2528), 9, + ACTIONS(2558), 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, - [267143] = 5, + [267125] = 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(4887), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2552), 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, - [267169] = 5, + ACTIONS(3436), 9, + sym_ALIAS, + sym_ATTRIBUTE, + sym_END, + sym_FUNCTION, + sym_IMPURE, + sym_PROCEDURE, + sym_PRIVATE, + sym_PURE, + sym_USE, + [267151] = 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(4888), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2636), 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, - [267195] = 9, + ACTIONS(3440), 9, + sym_ALIAS, + sym_ATTRIBUTE, + sym_END, + sym_FUNCTION, + sym_IMPURE, + sym_PROCEDURE, + sym_PRIVATE, + sym_PURE, + sym_USE, + [267177] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(5014), 1, - sym_component_specification, - STATE(5910), 1, - sym__label, - STATE(8086), 1, - sym_instantiation_list, - ACTIONS(4346), 2, - sym_ALL, - sym_OTHERS, - STATE(4890), 3, + STATE(4889), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5667), 4, + ACTIONS(2720), 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, - [267229] = 5, + anon_sym_LT_LT, + [267203] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4891), 3, + STATE(4890), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2520), 9, + ACTIONS(2516), 9, sym_GENERIC, sym_IS, sym_PARAMETER, @@ -266485,58 +266464,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [267255] = 5, + [267229] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4892), 3, + STATE(4891), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2556), 8, + ACTIONS(2554), 9, sym_GENERIC, - sym_IS, sym_PARAMETER, - sym_RANGE, + sym_PORT, + sym_USE, + anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [267280] = 5, + [267255] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4893), 3, + ACTIONS(5491), 1, + anon_sym_LPAREN, + ACTIONS(5698), 1, + sym_PARAMETER, + STATE(5023), 1, + sym_parenthesis_group, + STATE(4892), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2588), 8, + ACTIONS(2324), 5, + sym_AFTER, sym_GENERIC, - sym_IS, - sym_PARAMETER, - sym_RANGE, anon_sym_DOT, - anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [267305] = 5, + [267286] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4894), 3, + STATE(4893), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2520), 8, + ACTIONS(2386), 8, sym_GENERIC, sym_IS, sym_PARAMETER, @@ -266545,30 +266528,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [267330] = 8, + [267311] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(6344), 1, - sym__identifier, - STATE(6458), 1, - sym__alias_designator, - ACTIONS(5698), 2, - sym_character_literal, - sym_operator_symbol, - STATE(4895), 3, + ACTIONS(792), 1, + sym_WHEN, + ACTIONS(5700), 1, + anon_sym_SEMI, + STATE(5891), 1, + sym__label, + STATE(7340), 1, + sym_when_expression, + STATE(4894), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5671), 4, + ACTIONS(5702), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [267361] = 9, + [267344] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -266577,13 +266561,13 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(792), 1, sym_WHEN, - ACTIONS(5700), 1, + ACTIONS(5704), 1, anon_sym_SEMI, - STATE(5923), 1, + STATE(5670), 1, sym__label, - STATE(8133), 1, + STATE(8259), 1, sym_when_expression, - STATE(4896), 3, + STATE(4895), 3, sym__tool_directive, sym_line_comment, sym_block_comment, @@ -266592,18 +266576,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [267394] = 5, + [267377] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4897), 3, + STATE(4896), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2678), 8, + ACTIONS(2626), 8, sym_GENERIC, sym_IS, sym_PARAMETER, @@ -266612,7 +266596,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [267419] = 5, + [267402] = 9, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(5585), 1, + sym_library_namespace, + STATE(5959), 1, + sym__logical_name, + STATE(5989), 1, + sym__identifier, + STATE(7557), 1, + sym_logical_name_list, + STATE(4897), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3838), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [267435] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -266623,7 +266631,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2524), 8, + ACTIONS(2572), 8, sym_GENERIC, sym_IS, sym_PARAMETER, @@ -266632,155 +266640,158 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [267444] = 8, + [267460] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(6344), 1, - sym__identifier, - STATE(6467), 1, - sym__alias_designator, - ACTIONS(5698), 2, - sym_character_literal, - sym_operator_symbol, + ACTIONS(5706), 1, + sym_OF, STATE(4899), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5671), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [267475] = 9, + ACTIONS(2660), 7, + sym_GENERIC, + sym_PARAMETER, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [267487] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5591), 1, - sym_library_namespace, - STATE(5605), 1, - sym__logical_name, - STATE(5807), 1, - sym__identifier, - STATE(7461), 1, - sym_logical_name_list, + ACTIONS(792), 1, + sym_WHEN, + ACTIONS(5708), 1, + anon_sym_SEMI, + STATE(5818), 1, + sym__label, + STATE(7108), 1, + sym_when_expression, STATE(4900), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3838), 4, + ACTIONS(5702), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [267508] = 5, + [267520] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(792), 1, + sym_WHEN, + ACTIONS(5710), 1, + anon_sym_SEMI, + STATE(5814), 1, + sym__label, + STATE(7103), 1, + sym_when_expression, STATE(4901), 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, - [267533] = 5, + ACTIONS(5702), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [267553] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + STATE(6067), 1, + sym__identifier, + STATE(6238), 1, + sym__alias_designator, + ACTIONS(5712), 2, + sym_character_literal, + sym_operator_symbol, STATE(4902), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2440), 8, - sym_GENERIC, - sym_IS, - sym_PARAMETER, - sym_RANGE, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [267558] = 8, + ACTIONS(5682), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [267584] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(6344), 1, - sym__identifier, - STATE(6469), 1, - sym__alias_designator, - ACTIONS(5698), 2, - sym_character_literal, - sym_operator_symbol, + ACTIONS(5714), 1, + sym_OF, STATE(4903), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5671), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [267589] = 9, + ACTIONS(2660), 7, + sym_GENERIC, + sym_PARAMETER, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [267611] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(792), 1, - sym_WHEN, - ACTIONS(5704), 1, - anon_sym_SEMI, - STATE(5728), 1, + ACTIONS(5716), 1, + sym_GENERATE, + STATE(6122), 1, + sym_label_declaration, + STATE(7774), 1, + sym_generate_body, + STATE(8256), 1, sym__label, - STATE(6922), 1, - sym_when_expression, STATE(4904), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5702), 4, + ACTIONS(5634), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [267622] = 9, + [267644] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4986), 1, + STATE(4991), 1, aux_sym_partial_pathname_repeat1, - STATE(5645), 1, + STATE(5727), 1, sym__identifier, - STATE(7714), 1, - sym_partial_pathname, - STATE(8278), 1, + STATE(6828), 1, sym_pathname_element, + STATE(7080), 1, + sym_partial_pathname, STATE(4905), 3, sym__tool_directive, sym_line_comment, @@ -266790,87 +266801,91 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [267655] = 12, + [267677] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5706), 1, - sym_END, - ACTIONS(5708), 1, - sym_GENERIC, - ACTIONS(5710), 1, - sym_IS, - ACTIONS(5712), 1, - sym_PORT, - STATE(5692), 1, - sym_generic_clause, - STATE(6022), 1, - sym_component_body, - STATE(6765), 1, - sym_port_clause, - STATE(8081), 1, - sym_end_component, STATE(4906), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [267694] = 5, + ACTIONS(2562), 8, + sym_GENERIC, + sym_IS, + sym_PARAMETER, + sym_RANGE, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [267702] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(5585), 1, + sym_library_namespace, + STATE(5989), 1, + sym__identifier, + STATE(5991), 1, + sym__logical_name, + STATE(6091), 1, + sym_selected_name, STATE(4907), 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, - [267719] = 5, + ACTIONS(3838), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [267735] = 12, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(5718), 1, + sym_END, + ACTIONS(5720), 1, + sym_GENERIC, + ACTIONS(5722), 1, + sym_IS, + ACTIONS(5724), 1, + sym_PORT, + STATE(5809), 1, + sym_generic_clause, + STATE(6457), 1, + sym_component_body, + STATE(6784), 1, + sym_end_component, + STATE(7095), 1, + sym_port_clause, STATE(4908), 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, - [267744] = 6, + [267774] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5714), 1, + ACTIONS(5726), 1, sym_OF, STATE(4909), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2386), 7, + ACTIONS(2660), 7, sym_GENERIC, sym_PARAMETER, anon_sym_SEMI, @@ -266878,7 +266893,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [267771] = 5, + [267801] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -266889,16 +266904,16 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5716), 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, - [267796] = 9, + ACTIONS(2512), 8, + sym_GENERIC, + sym_IS, + sym_PARAMETER, + sym_RANGE, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [267826] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -266907,11 +266922,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(792), 1, sym_WHEN, - ACTIONS(5718), 1, + ACTIONS(5728), 1, anon_sym_SEMI, - STATE(5861), 1, + STATE(5892), 1, sym__label, - STATE(7558), 1, + STATE(7310), 1, sym_when_expression, STATE(4911), 3, sym__tool_directive, @@ -266922,75 +266937,47 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [267829] = 9, + [267859] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(792), 1, - sym_WHEN, - ACTIONS(5720), 1, - anon_sym_SEMI, - STATE(5862), 1, - sym__label, - STATE(7560), 1, - sym_when_expression, STATE(4912), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5702), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [267862] = 6, + ACTIONS(2660), 8, + sym_GENERIC, + sym_IS, + sym_PARAMETER, + sym_RANGE, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [267884] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5722), 1, - sym_OF, STATE(4913), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2386), 7, + ACTIONS(2374), 8, sym_GENERIC, + sym_IS, sym_PARAMETER, - anon_sym_SEMI, + sym_RANGE, anon_sym_DOT, anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [267889] = 8, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(5727), 1, - sym_END, - STATE(5298), 1, - sym_secondary_unit_declaration, - STATE(6866), 1, - sym__identifier, - ACTIONS(5724), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - STATE(4914), 4, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - aux_sym_physical_type_definition_repeat1, - [267920] = 9, + [267909] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -266999,13 +266986,13 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(792), 1, sym_WHEN, - ACTIONS(5729), 1, + ACTIONS(5730), 1, anon_sym_SEMI, - STATE(5832), 1, + STATE(5794), 1, sym__label, - STATE(7376), 1, + STATE(7035), 1, sym_when_expression, - STATE(4915), 3, + STATE(4914), 3, sym__tool_directive, sym_line_comment, sym_block_comment, @@ -267014,86 +267001,81 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [267953] = 9, + [267942] = 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_library_namespace, - STATE(5807), 1, - sym__identifier, - STATE(6005), 1, - sym__logical_name, - STATE(6096), 1, - sym_selected_name, - STATE(4916), 3, + STATE(4915), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3838), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [267986] = 6, + ACTIONS(2520), 8, + sym_GENERIC, + sym_IS, + sym_PARAMETER, + sym_RANGE, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [267967] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5731), 1, - sym_OF, - STATE(4917), 3, + STATE(4916), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2386), 7, + ACTIONS(2516), 8, sym_GENERIC, + sym_IS, sym_PARAMETER, - anon_sym_SEMI, + sym_RANGE, anon_sym_DOT, anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [268013] = 8, + [267992] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(6344), 1, - sym__identifier, - STATE(6520), 1, + STATE(6015), 1, sym__alias_designator, - ACTIONS(5698), 2, + STATE(6067), 1, + sym__identifier, + ACTIONS(5712), 2, sym_character_literal, sym_operator_symbol, - STATE(4918), 3, + STATE(4917), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5671), 4, + ACTIONS(5682), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [268044] = 5, + [268023] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4919), 3, + STATE(4918), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2528), 8, + ACTIONS(2508), 8, sym_GENERIC, sym_IS, sym_PARAMETER, @@ -267102,18 +267084,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [268069] = 5, + [268048] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4920), 3, + STATE(4919), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2452), 8, + ACTIONS(2504), 8, sym_GENERIC, sym_IS, sym_PARAMETER, @@ -267122,65 +267104,94 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [268094] = 5, + [268073] = 12, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(5718), 1, + sym_END, + ACTIONS(5720), 1, + sym_GENERIC, + ACTIONS(5722), 1, + sym_IS, + ACTIONS(5724), 1, + sym_PORT, + STATE(5809), 1, + sym_generic_clause, + STATE(6313), 1, + sym_component_body, + STATE(7076), 1, + sym_end_component, + STATE(7095), 1, + sym_port_clause, + STATE(4920), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + [268112] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + STATE(6067), 1, + sym__identifier, + STATE(6200), 1, + sym__alias_designator, + ACTIONS(5712), 2, + sym_character_literal, + sym_operator_symbol, STATE(4921), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2552), 8, - sym_GENERIC, - sym_IS, - sym_PARAMETER, - sym_RANGE, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [268119] = 9, + ACTIONS(5682), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [268143] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(792), 1, - sym_WHEN, - ACTIONS(5733), 1, - anon_sym_SEMI, - STATE(5827), 1, - sym__label, - STATE(7361), 1, - sym_when_expression, + STATE(6067), 1, + sym__identifier, + STATE(6069), 1, + sym__alias_designator, + ACTIONS(5712), 2, + sym_character_literal, + sym_operator_symbol, STATE(4922), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5702), 4, + ACTIONS(5682), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [268152] = 9, + [268174] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5591), 1, - sym_library_namespace, - STATE(5605), 1, - sym__logical_name, - STATE(5807), 1, + ACTIONS(5605), 1, + sym_operator_symbol, + ACTIONS(5732), 1, + anon_sym_SEMI, + STATE(7707), 1, + sym__designator, + STATE(8358), 1, sym__identifier, - STATE(7415), 1, - sym_logical_name_list, STATE(4923), 3, sym__tool_directive, sym_line_comment, @@ -267190,7 +267201,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [268185] = 9, + [268207] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -267199,11 +267210,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(792), 1, sym_WHEN, - ACTIONS(5735), 1, + ACTIONS(5734), 1, anon_sym_SEMI, - STATE(5878), 1, + STATE(5683), 1, sym__label, - STATE(7631), 1, + STATE(8258), 1, sym_when_expression, STATE(4924), 3, sym__tool_directive, @@ -267214,7 +267225,27 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [268218] = 9, + [268240] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(4925), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(5736), 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, + [268265] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -267223,13 +267254,13 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(792), 1, sym_WHEN, - ACTIONS(5737), 1, + ACTIONS(5738), 1, anon_sym_SEMI, - STATE(5879), 1, + STATE(5966), 1, sym__label, - STATE(7632), 1, + STATE(6702), 1, sym_when_expression, - STATE(4925), 3, + STATE(4926), 3, sym__tool_directive, sym_line_comment, sym_block_comment, @@ -267238,38 +267269,41 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [268251] = 5, + [268298] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4926), 3, + STATE(6067), 1, + sym__identifier, + STATE(6136), 1, + sym__alias_designator, + ACTIONS(5712), 2, + sym_character_literal, + sym_operator_symbol, + STATE(4927), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2456), 8, - sym_GENERIC, - sym_IS, - sym_PARAMETER, - sym_RANGE, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [268276] = 5, + ACTIONS(5682), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [268329] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4927), 3, + STATE(4928), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2516), 8, + ACTIONS(2600), 8, sym_GENERIC, sym_IS, sym_PARAMETER, @@ -267278,39 +267312,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [268301] = 6, + [268354] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5739), 1, - sym_OF, - STATE(4928), 3, + STATE(6061), 1, + sym__alias_designator, + STATE(6067), 1, + sym__identifier, + ACTIONS(5712), 2, + sym_character_literal, + sym_operator_symbol, + STATE(4929), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2386), 7, - sym_GENERIC, - sym_PARAMETER, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [268328] = 5, + ACTIONS(5682), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [268385] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4929), 3, + STATE(4930), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2560), 8, + ACTIONS(2436), 8, sym_GENERIC, sym_IS, sym_PARAMETER, @@ -267319,18 +267355,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [268353] = 5, + [268410] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4930), 3, + STATE(4931), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2564), 8, + ACTIONS(2648), 8, sym_GENERIC, sym_IS, sym_PARAMETER, @@ -267339,62 +267375,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [268378] = 9, + [268435] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5741), 1, - sym_GENERATE, - STATE(6348), 1, - sym_label_declaration, - STATE(7328), 1, + ACTIONS(792), 1, + sym_WHEN, + ACTIONS(5740), 1, + anon_sym_SEMI, + STATE(5655), 1, sym__label, - STATE(8143), 1, - sym_generate_body, - STATE(4931), 3, + STATE(6704), 1, + sym_when_expression, + STATE(4932), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5667), 4, + ACTIONS(5702), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [268411] = 5, + [268468] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4932), 3, + ACTIONS(5742), 1, + sym_OF, + STATE(4933), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2648), 8, + ACTIONS(2660), 7, sym_GENERIC, - sym_IS, sym_PARAMETER, - sym_RANGE, + anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [268436] = 5, + [268495] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4933), 3, + STATE(4934), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2568), 8, + ACTIONS(2524), 8, sym_GENERIC, sym_IS, sym_PARAMETER, @@ -267403,75 +267440,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [268461] = 9, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(792), 1, - sym_WHEN, - ACTIONS(5743), 1, - anon_sym_SEMI, - STATE(5939), 1, - sym__label, - STATE(8183), 1, - sym_when_expression, - STATE(4934), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(5702), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [268494] = 9, + [268520] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5611), 1, - sym_operator_symbol, - ACTIONS(5745), 1, - anon_sym_SEMI, - STATE(6733), 1, - sym__identifier, - STATE(6764), 1, - sym__designator, STATE(4935), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3838), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [268527] = 5, + ACTIONS(2546), 8, + sym_GENERIC, + sym_IS, + sym_PARAMETER, + sym_RANGE, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [268545] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(5744), 1, + sym_OF, STATE(4936), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2640), 8, + ACTIONS(2660), 7, sym_GENERIC, - sym_IS, sym_PARAMETER, - sym_RANGE, + anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [268552] = 5, + [268572] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -267482,7 +267492,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2644), 8, + ACTIONS(2554), 8, sym_GENERIC, sym_IS, sym_PARAMETER, @@ -267491,58 +267501,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [268577] = 12, + [268597] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5706), 1, - sym_END, - ACTIONS(5708), 1, - sym_GENERIC, - ACTIONS(5710), 1, - sym_IS, - ACTIONS(5712), 1, - sym_PORT, - STATE(5692), 1, - sym_generic_clause, - STATE(6551), 1, - sym_component_body, - STATE(6765), 1, - sym_port_clause, - STATE(7481), 1, - sym_end_component, STATE(4938), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [268616] = 9, + ACTIONS(2558), 8, + sym_GENERIC, + sym_IS, + sym_PARAMETER, + sym_RANGE, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [268622] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(792), 1, - sym_WHEN, - ACTIONS(5747), 1, - anon_sym_SEMI, - STATE(5940), 1, - sym__label, - STATE(8184), 1, - sym_when_expression, - STATE(4939), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(5702), 4, + ACTIONS(5749), 1, + sym_END, + STATE(5204), 1, + sym_secondary_unit_declaration, + STATE(8089), 1, + sym__identifier, + ACTIONS(5746), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [268649] = 5, + STATE(4939), 4, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + aux_sym_physical_type_definition_repeat1, + [268653] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -267553,7 +267555,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2652), 8, + ACTIONS(2478), 8, sym_GENERIC, sym_IS, sym_PARAMETER, @@ -267562,34 +267564,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [268674] = 12, + [268678] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5706), 1, - sym_END, - ACTIONS(5708), 1, - sym_GENERIC, - ACTIONS(5710), 1, - sym_IS, - ACTIONS(5712), 1, - sym_PORT, - STATE(5692), 1, - sym_generic_clause, - STATE(6581), 1, - sym_component_body, - STATE(6765), 1, - sym_port_clause, - STATE(6829), 1, - sym_end_component, + ACTIONS(5751), 1, + sym_OF, STATE(4941), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [268713] = 5, + ACTIONS(2660), 7, + sym_GENERIC, + sym_PARAMETER, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [268705] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -267600,7 +267596,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2610), 8, + ACTIONS(2566), 8, sym_GENERIC, sym_IS, sym_PARAMETER, @@ -267609,71 +267605,74 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [268738] = 6, + [268730] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5749), 1, - sym_OF, STATE(4943), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2386), 7, + ACTIONS(2656), 8, sym_GENERIC, + sym_IS, sym_PARAMETER, - anon_sym_SEMI, + sym_RANGE, anon_sym_DOT, anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [268765] = 8, + [268755] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(6344), 1, - sym__identifier, - STATE(6374), 1, - sym__alias_designator, - ACTIONS(5698), 2, - sym_character_literal, - sym_operator_symbol, STATE(4944), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5671), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [268796] = 5, + ACTIONS(2652), 8, + sym_GENERIC, + sym_IS, + sym_PARAMETER, + sym_RANGE, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [268780] = 12, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(5718), 1, + sym_END, + ACTIONS(5720), 1, + sym_GENERIC, + ACTIONS(5722), 1, + sym_IS, + ACTIONS(5724), 1, + sym_PORT, + STATE(5809), 1, + sym_generic_clause, + STATE(6552), 1, + sym_component_body, + STATE(7095), 1, + sym_port_clause, + STATE(7173), 1, + sym_end_component, STATE(4945), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2492), 8, - sym_GENERIC, - sym_IS, - sym_PARAMETER, - sym_RANGE, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [268821] = 5, + [268819] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -267684,7 +267683,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2508), 8, + ACTIONS(2482), 8, sym_GENERIC, sym_IS, sym_PARAMETER, @@ -267693,7 +267692,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [268846] = 5, + [268844] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -267704,7 +267703,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2386), 8, + ACTIONS(2474), 8, sym_GENERIC, sym_IS, sym_PARAMETER, @@ -267713,31 +267712,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [268871] = 9, + [268869] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(792), 1, - sym_WHEN, - ACTIONS(5751), 1, - anon_sym_SEMI, - STATE(5922), 1, - sym__label, - STATE(8131), 1, - sym_when_expression, STATE(4948), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5702), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [268904] = 5, + ACTIONS(2550), 8, + sym_GENERIC, + sym_IS, + sym_PARAMETER, + sym_RANGE, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [268894] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -267748,7 +267743,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2584), 8, + ACTIONS(2666), 8, sym_GENERIC, sym_IS, sym_PARAMETER, @@ -267757,93 +267752,102 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [268929] = 5, + [268919] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(5585), 1, + sym_library_namespace, + STATE(5959), 1, + sym__logical_name, + STATE(5989), 1, + sym__identifier, + STATE(7187), 1, + sym_logical_name_list, STATE(4950), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2512), 8, - sym_GENERIC, - sym_IS, - sym_PARAMETER, - sym_RANGE, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [268954] = 8, + ACTIONS(3838), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [268952] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5491), 1, - anon_sym_LPAREN, + ACTIONS(792), 1, + sym_WHEN, ACTIONS(5753), 1, - sym_PARAMETER, - STATE(4989), 1, - sym_parenthesis_group, + anon_sym_SEMI, + STATE(5700), 1, + sym__label, + STATE(6754), 1, + sym_when_expression, STATE(4951), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2191), 5, - sym_AFTER, - sym_GENERIC, - anon_sym_DOT, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [268985] = 5, + ACTIONS(5702), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [268985] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(792), 1, + sym_WHEN, + ACTIONS(5755), 1, + anon_sym_SEMI, + STATE(5702), 1, + sym__label, + STATE(6756), 1, + sym_when_expression, STATE(4952), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2394), 8, - sym_GENERIC, - sym_IS, - sym_PARAMETER, - sym_RANGE, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [269010] = 8, + ACTIONS(5702), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [269018] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(6344), 1, + STATE(6067), 1, sym__identifier, - STATE(6404), 1, + STATE(6233), 1, sym__alias_designator, - ACTIONS(5698), 2, + ACTIONS(5712), 2, sym_character_literal, sym_operator_symbol, STATE(4953), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5671), 4, + ACTIONS(5682), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [269041] = 9, + [269049] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -267852,11 +267856,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(792), 1, sym_WHEN, - ACTIONS(5755), 1, + ACTIONS(5757), 1, anon_sym_SEMI, - STATE(5727), 1, + STATE(5792), 1, sym__label, - STATE(6917), 1, + STATE(7033), 1, sym_when_expression, STATE(4954), 3, sym__tool_directive, @@ -267867,7 +267871,7 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [269074] = 5, + [269082] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -267878,7 +267882,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2390), 8, + ACTIONS(2440), 8, sym_GENERIC, sym_IS, sym_PARAMETER, @@ -267887,179 +267891,206 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [269099] = 8, + [269107] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(6344), 1, - sym__identifier, - STATE(6436), 1, - sym__alias_designator, - ACTIONS(5698), 2, - sym_character_literal, - sym_operator_symbol, STATE(4956), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5671), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [269130] = 6, + ACTIONS(2402), 8, + sym_GENERIC, + sym_IS, + sym_PARAMETER, + sym_RANGE, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [269132] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5757), 1, - sym_OF, STATE(4957), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2386), 7, + ACTIONS(2622), 8, sym_GENERIC, + sym_IS, sym_PARAMETER, - anon_sym_SEMI, + sym_RANGE, anon_sym_DOT, anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [269157] = 7, + [269157] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(6774), 1, - sym__conditional_analysis_operator, - ACTIONS(5761), 2, - anon_sym_LT, - anon_sym_GT, STATE(4958), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5759), 4, - anon_sym_LT_EQ, - anon_sym_EQ, - anon_sym_SLASH_EQ, - anon_sym_GT_EQ, - [269185] = 8, + ACTIONS(2440), 7, + sym_AFTER, + sym_GENERIC, + sym_PARAMETER, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [269181] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5763), 1, - sym_character_literal, - STATE(6153), 1, - sym__identifier, - STATE(6463), 1, - sym_enumeration_literal, STATE(4959), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3838), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [269215] = 8, + ACTIONS(5759), 7, + sym_AND, + sym_NAND, + sym_NOR, + sym_OR, + sym_XNOR, + sym_XOR, + anon_sym_RPAREN, + [269205] = 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_operator_symbol, - STATE(5082), 1, - sym__designator, - STATE(5535), 1, - sym__identifier, + ACTIONS(2995), 1, + sym_END, + ACTIONS(5533), 1, + sym_FOR, + ACTIONS(5761), 1, + sym_USE, + STATE(5169), 1, + aux_sym_configuration_head_repeat2, + STATE(6448), 1, + sym_block_configuration, + STATE(6882), 1, + sym_verification_unit_binding_indication, + STATE(8201), 1, + sym_end_for, STATE(4960), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4947), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [269245] = 11, + [269241] = 10, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5767), 1, + ACTIONS(2995), 1, + sym_END, + ACTIONS(5595), 1, + sym_FOR, + STATE(5142), 1, + aux_sym_block_configuration_repeat2, + STATE(6346), 1, + sym__configuration_item, + STATE(8185), 1, + sym_end_for, + STATE(6347), 2, + sym_block_configuration, + sym_component_configuration, + STATE(4961), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + [269275] = 11, + 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(5769), 1, + ACTIONS(5765), 1, sym_FOR, - ACTIONS(5771), 1, + ACTIONS(5767), 1, sym_ON, - ACTIONS(5773), 1, + ACTIONS(5769), 1, sym_UNTIL, - STATE(5247), 1, + STATE(5179), 1, sym_sensitivity_clause, - STATE(5837), 1, + STATE(5642), 1, sym_condition_clause, - STATE(7418), 1, + STATE(6656), 1, sym_timeout_clause, - STATE(4961), 3, + STATE(4962), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [269281] = 5, + [269311] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4962), 3, + ACTIONS(5765), 1, + sym_FOR, + ACTIONS(5767), 1, + sym_ON, + ACTIONS(5769), 1, + sym_UNTIL, + ACTIONS(5771), 1, + anon_sym_SEMI, + STATE(5268), 1, + sym_sensitivity_clause, + STATE(5799), 1, + sym_condition_clause, + STATE(7030), 1, + sym_timeout_clause, + STATE(4963), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5775), 7, - sym_AND, - sym_NAND, - sym_NOR, - sym_OR, - sym_XNOR, - sym_XOR, - anon_sym_RPAREN, - [269305] = 5, + [269347] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4963), 3, + ACTIONS(5773), 1, + anon_sym_SEMI, + ACTIONS(5775), 1, + sym_PACKAGE, + STATE(7327), 1, + sym__identifier, + STATE(4964), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2674), 7, - sym_AFTER, - sym_GENERIC, - sym_PARAMETER, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [269329] = 8, + ACTIONS(3838), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [269377] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -268068,11 +268099,11 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(5779), 1, sym_operator_symbol, - STATE(5481), 1, + STATE(4970), 1, sym__designator, - STATE(5569), 1, + STATE(5249), 1, sym__identifier, - STATE(4964), 3, + STATE(4965), 3, sym__tool_directive, sym_line_comment, sym_block_comment, @@ -268081,18 +268112,18 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [269359] = 5, + [269407] = 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(4966), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2440), 7, + ACTIONS(2666), 7, sym_AFTER, sym_GENERIC, sym_PARAMETER, @@ -268100,31 +268131,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [269383] = 10, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(2984), 1, - sym_END, - ACTIONS(5595), 1, - sym_FOR, - STATE(5066), 1, - aux_sym_block_configuration_repeat2, - STATE(6067), 1, - sym__configuration_item, - STATE(8356), 1, - sym_end_for, - STATE(6072), 2, - sym_block_configuration, - sym_component_configuration, - STATE(4966), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - [269417] = 5, + [269431] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -268135,7 +268142,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2652), 7, + ACTIONS(2660), 7, sym_AFTER, sym_GENERIC, sym_PARAMETER, @@ -268143,79 +268150,70 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [269441] = 8, + [269455] = 5, 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_SEMI, - ACTIONS(5783), 1, - sym_CONFIGURATION, - STATE(7179), 1, - sym__identifier, STATE(4968), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3838), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [269471] = 11, + ACTIONS(2562), 7, + sym_AFTER, + sym_GENERIC, + sym_PARAMETER, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [269479] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5769), 1, - sym_FOR, - ACTIONS(5771), 1, - sym_ON, - ACTIONS(5773), 1, - sym_UNTIL, - ACTIONS(5785), 1, - anon_sym_SEMI, - STATE(5282), 1, - sym_sensitivity_clause, - STATE(5925), 1, - sym_condition_clause, - STATE(8139), 1, - sym_timeout_clause, STATE(4969), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [269507] = 11, + ACTIONS(2512), 7, + sym_AFTER, + sym_GENERIC, + sym_PARAMETER, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [269503] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5769), 1, - sym_FOR, - ACTIONS(5771), 1, - sym_ON, - ACTIONS(5773), 1, - sym_UNTIL, + ACTIONS(5781), 1, + anon_sym_LPAREN, + ACTIONS(5783), 1, + sym_GENERIC, + ACTIONS(5785), 1, + sym_IS, ACTIONS(5787), 1, - anon_sym_SEMI, - STATE(5171), 1, - sym_sensitivity_clause, - STATE(5936), 1, - sym_condition_clause, - STATE(8186), 1, - sym_timeout_clause, + sym_PARAMETER, + ACTIONS(5789), 1, + sym_RETURN, + STATE(5532), 1, + sym_subprogram_header, + STATE(6948), 1, + sym_parameter_list_specification, STATE(4970), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [269543] = 8, + [269539] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -268223,21 +268221,21 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(7), 1, sym__block_comment_start, ACTIONS(5791), 1, - sym_operator_symbol, - STATE(5123), 1, - sym__designator, - STATE(5237), 1, + sym_character_literal, + STATE(6181), 1, sym__identifier, + STATE(6309), 1, + sym_enumeration_literal, STATE(4971), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5789), 4, + ACTIONS(3838), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [269573] = 5, + [269569] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -268248,99 +268246,102 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2644), 7, - sym_AFTER, - sym_GENERIC, - sym_PARAMETER, - anon_sym_DOT, + ACTIONS(3756), 7, + sym_identifier, + sym_NOT, + sym_directive_constant_builtin, + sym_library_constant, + sym_library_function, + sym_library_type, anon_sym_LPAREN, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [269597] = 7, + [269593] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(7527), 1, + STATE(7133), 1, sym__conditional_analysis_operator, - ACTIONS(5761), 2, + ACTIONS(5795), 2, anon_sym_LT, anon_sym_GT, STATE(4973), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5759), 4, + ACTIONS(5793), 4, anon_sym_LT_EQ, anon_sym_EQ, anon_sym_SLASH_EQ, anon_sym_GT_EQ, - [269625] = 8, + [269621] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5793), 1, - anon_sym_SEMI, - ACTIONS(5795), 1, - sym_ENTITY, - STATE(6624), 1, + ACTIONS(5779), 1, + sym_operator_symbol, + STATE(4983), 1, + sym__designator, + STATE(5249), 1, sym__identifier, STATE(4974), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3838), 4, + ACTIONS(5777), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [269655] = 5, + [269651] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(5797), 1, + sym_operator_symbol, + STATE(5066), 1, + sym__designator, + STATE(5472), 1, + sym__identifier, STATE(4975), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2584), 7, - sym_AFTER, - sym_GENERIC, - sym_PARAMETER, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [269679] = 8, + ACTIONS(4947), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [269681] = 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_SEMI, ACTIONS(5799), 1, - anon_sym_QMARK, - STATE(8203), 1, - sym__label, + anon_sym_SEMI, + ACTIONS(5801), 1, + sym_COMPONENT, + STATE(7461), 1, + sym__identifier, STATE(4976), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5667), 4, + ACTIONS(3838), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [269709] = 5, + [269711] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -268351,7 +268352,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2528), 7, + ACTIONS(2656), 7, sym_AFTER, sym_GENERIC, sym_PARAMETER, @@ -268359,40 +268360,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [269733] = 8, + [269735] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5779), 1, - sym_operator_symbol, - STATE(5534), 1, - sym__designator, - STATE(5569), 1, - sym__identifier, STATE(4978), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5777), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [269763] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(4979), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2552), 7, + ACTIONS(2652), 7, sym_AFTER, sym_GENERIC, sym_PARAMETER, @@ -268400,86 +268379,116 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [269787] = 8, + [269759] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5763), 1, - sym_character_literal, - STATE(5747), 1, - sym_enumeration_literal, - STATE(6153), 1, - sym__identifier, - STATE(4980), 3, + STATE(6909), 1, + sym__conditional_analysis_operator, + ACTIONS(5795), 2, + anon_sym_LT, + anon_sym_GT, + STATE(4979), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3838), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [269817] = 5, + ACTIONS(5793), 4, + anon_sym_LT_EQ, + anon_sym_EQ, + anon_sym_SLASH_EQ, + anon_sym_GT_EQ, + [269787] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4981), 3, + STATE(4980), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2516), 7, - sym_AFTER, - sym_GENERIC, - sym_PARAMETER, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [269841] = 5, + ACTIONS(5677), 7, + sym_AND, + sym_NAND, + sym_NOR, + sym_OR, + sym_THEN, + sym_XNOR, + sym_XOR, + [269811] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4982), 3, + STATE(4981), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5801), 7, + ACTIONS(5803), 7, sym_AND, sym_NAND, sym_NOR, sym_OR, + sym_THEN, sym_XNOR, sym_XOR, - anon_sym_RPAREN, - [269865] = 5, + [269835] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4983), 3, + ACTIONS(2995), 1, + sym_END, + ACTIONS(5533), 1, + sym_FOR, + ACTIONS(5761), 1, + sym_USE, + STATE(5169), 1, + aux_sym_configuration_head_repeat2, + STATE(6425), 1, + sym_block_configuration, + STATE(6882), 1, + sym_verification_unit_binding_indication, + STATE(8193), 1, + sym_end_for, + STATE(4982), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2520), 7, - sym_AFTER, + [269871] = 11, + 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(5783), 1, sym_GENERIC, + ACTIONS(5787), 1, sym_PARAMETER, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [269889] = 5, + ACTIONS(5789), 1, + sym_RETURN, + ACTIONS(5805), 1, + sym_IS, + STATE(5532), 1, + sym_subprogram_header, + STATE(6948), 1, + sym_parameter_list_specification, + STATE(4983), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + [269907] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -268490,7 +268499,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2640), 7, + ACTIONS(2482), 7, sym_AFTER, sym_GENERIC, sym_PARAMETER, @@ -268498,7 +268507,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [269913] = 5, + [269931] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -268509,539 +268518,530 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5644), 7, - sym_AND, - sym_NAND, - sym_NOR, - sym_OR, - sym_XNOR, - sym_XOR, - anon_sym_RPAREN, - [269937] = 8, + ACTIONS(2474), 7, + sym_AFTER, + sym_GENERIC, + sym_PARAMETER, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [269955] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(5037), 1, - aux_sym_partial_pathname_repeat1, - STATE(5765), 1, - sym__identifier, - STATE(8278), 1, - sym_pathname_element, STATE(4986), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3838), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [269967] = 11, + ACTIONS(2436), 7, + sym_AFTER, + sym_GENERIC, + sym_PARAMETER, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [269979] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2984), 1, - sym_END, - ACTIONS(5527), 1, - sym_FOR, - ACTIONS(5803), 1, - sym_USE, - STATE(5023), 1, - aux_sym_configuration_head_repeat2, - STATE(6590), 1, - sym_block_configuration, - STATE(6787), 1, - sym_end_for, - STATE(8215), 1, - sym_verification_unit_binding_indication, + ACTIONS(5779), 1, + sym_operator_symbol, + STATE(5034), 1, + sym__designator, + STATE(5249), 1, + sym__identifier, STATE(4987), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [270003] = 5, + ACTIONS(5777), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [270009] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4988), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(2512), 7, - sym_AFTER, - sym_GENERIC, - sym_PARAMETER, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [270027] = 5, + ACTIONS(5797), 1, + sym_operator_symbol, + STATE(5057), 1, + sym__designator, + STATE(5472), 1, + sym__identifier, + STATE(4988), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(4947), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [270039] = 7, 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(5234), 1, + sym_range_constraint, STATE(4989), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2524), 7, - sym_AFTER, - sym_GENERIC, - sym_PARAMETER, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [270051] = 11, + ACTIONS(5807), 5, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_RPAREN, + sym_variable_assignment, + anon_sym_GT_GT, + [270067] = 8, 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_LPAREN, - ACTIONS(5807), 1, - sym_GENERIC, ACTIONS(5809), 1, - sym_IS, + anon_sym_SEMI, ACTIONS(5811), 1, - sym_PARAMETER, - ACTIONS(5813), 1, - sym_RETURN, - STATE(5502), 1, - sym_subprogram_header, - STATE(7109), 1, - sym_parameter_list_specification, + sym_PACKAGE, + STATE(7538), 1, + sym__identifier, STATE(4990), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [270087] = 11, + ACTIONS(3838), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [270097] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5769), 1, - sym_FOR, - ACTIONS(5771), 1, - sym_ON, - ACTIONS(5773), 1, - sym_UNTIL, - ACTIONS(5815), 1, - anon_sym_SEMI, - STATE(5292), 1, - sym_sensitivity_clause, - STATE(5716), 1, - sym_condition_clause, - STATE(6935), 1, - sym_timeout_clause, + STATE(5008), 1, + aux_sym_partial_pathname_repeat1, + STATE(5820), 1, + sym__identifier, + STATE(6828), 1, + sym_pathname_element, STATE(4991), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [270123] = 5, + ACTIONS(3838), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [270127] = 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_CONTEXT, + STATE(7353), 1, + sym__identifier, STATE(4992), 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, - [270147] = 8, + ACTIONS(3838), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [270157] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5817), 1, + ACTIONS(5779), 1, sym_operator_symbol, - STATE(5049), 1, + STATE(5022), 1, sym__designator, - STATE(5256), 1, + STATE(5249), 1, sym__identifier, STATE(4993), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5423), 4, + ACTIONS(5777), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [270177] = 11, + [270187] = 10, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5819), 1, - anon_sym_SEMI, - ACTIONS(5821), 1, - anon_sym_LPAREN, - ACTIONS(5823), 1, - sym_GENERIC, - ACTIONS(5825), 1, - sym_IS, - ACTIONS(5827), 1, - sym_PARAMETER, - STATE(5486), 1, - sym_subprogram_header, - STATE(6925), 1, - sym_parameter_list_specification, + ACTIONS(2995), 1, + sym_END, + ACTIONS(5595), 1, + sym_FOR, + STATE(5142), 1, + aux_sym_block_configuration_repeat2, + STATE(6346), 1, + sym__configuration_item, + STATE(8160), 1, + sym_end_for, + STATE(6347), 2, + sym_block_configuration, + sym_component_configuration, STATE(4994), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [270213] = 8, + [270221] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5817), 1, - sym_operator_symbol, - STATE(4994), 1, - sym__designator, - STATE(5256), 1, - sym__identifier, STATE(4995), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5423), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [270243] = 11, + ACTIONS(2871), 7, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_EQ_GT, + sym_variable_assignment, + anon_sym_GT_GT, + anon_sym_PIPE, + [270245] = 10, 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_LPAREN, - ACTIONS(5807), 1, - sym_GENERIC, - ACTIONS(5811), 1, - sym_PARAMETER, - ACTIONS(5829), 1, - sym_IS, - ACTIONS(5831), 1, - sym_RETURN, - STATE(5539), 1, - sym_subprogram_header, - STATE(7487), 1, - sym_parameter_list_specification, + ACTIONS(2995), 1, + sym_END, + ACTIONS(5595), 1, + sym_FOR, + STATE(5142), 1, + aux_sym_block_configuration_repeat2, + STATE(6346), 1, + sym__configuration_item, + STATE(6826), 1, + sym_end_for, + STATE(6347), 2, + sym_block_configuration, + sym_component_configuration, STATE(4996), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [270279] = 8, + [270279] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5835), 1, - sym_operator_symbol, - STATE(4996), 1, - sym__designator, - STATE(5267), 1, - sym__identifier, + ACTIONS(2995), 1, + sym_END, + ACTIONS(5533), 1, + sym_FOR, + ACTIONS(5761), 1, + sym_USE, + STATE(4960), 1, + aux_sym_configuration_head_repeat2, + STATE(6425), 1, + sym_block_configuration, + STATE(6882), 1, + sym_verification_unit_binding_indication, + STATE(8193), 1, + sym_end_for, STATE(4997), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5833), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [270309] = 5, + [270315] = 10, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(2995), 1, + sym_END, + ACTIONS(5595), 1, + sym_FOR, + STATE(5142), 1, + aux_sym_block_configuration_repeat2, + STATE(6346), 1, + sym__configuration_item, + STATE(6820), 1, + sym_end_for, + STATE(6347), 2, + sym_block_configuration, + sym_component_configuration, STATE(4998), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2610), 7, - sym_AFTER, - sym_GENERIC, - sym_PARAMETER, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [270333] = 11, + [270349] = 11, 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_LPAREN, - ACTIONS(5807), 1, - sym_GENERIC, - ACTIONS(5811), 1, - sym_PARAMETER, - ACTIONS(5813), 1, - sym_RETURN, - ACTIONS(5837), 1, - sym_IS, - STATE(5502), 1, - sym_subprogram_header, - STATE(7109), 1, - sym_parameter_list_specification, + ACTIONS(5765), 1, + sym_FOR, + ACTIONS(5767), 1, + sym_ON, + ACTIONS(5769), 1, + sym_UNTIL, + ACTIONS(5817), 1, + anon_sym_SEMI, + STATE(5238), 1, + sym_sensitivity_clause, + STATE(5689), 1, + sym_condition_clause, + STATE(6763), 1, + sym_timeout_clause, STATE(4999), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [270369] = 10, + [270385] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5839), 1, - anon_sym_LPAREN, - ACTIONS(5841), 1, - sym_GENERIC, - ACTIONS(5843), 1, - sym_PARAMETER, - STATE(5271), 1, - sym_subprogram_header, - STATE(6233), 1, - sym_parameter_list_specification, - ACTIONS(5819), 2, - sym_IS, + ACTIONS(5765), 1, + sym_FOR, + ACTIONS(5767), 1, + sym_ON, + ACTIONS(5769), 1, + sym_UNTIL, + ACTIONS(5819), 1, anon_sym_SEMI, + STATE(5296), 1, + sym_sensitivity_clause, + STATE(5888), 1, + sym_condition_clause, + STATE(7346), 1, + sym_timeout_clause, STATE(5000), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [270403] = 11, + [270421] = 8, 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_LPAREN, - ACTIONS(5807), 1, - sym_GENERIC, - ACTIONS(5811), 1, - sym_PARAMETER, - ACTIONS(5813), 1, - sym_RETURN, - ACTIONS(5845), 1, - sym_IS, - STATE(5502), 1, - sym_subprogram_header, - STATE(7109), 1, - sym_parameter_list_specification, + ACTIONS(5791), 1, + sym_character_literal, + STATE(5907), 1, + sym_enumeration_literal, + STATE(6181), 1, + sym__identifier, STATE(5001), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [270439] = 11, + ACTIONS(3838), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [270451] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1759), 1, - sym_PORT, - ACTIONS(5529), 1, - sym_GENERIC, - ACTIONS(5847), 1, + ACTIONS(5821), 1, anon_sym_SEMI, - ACTIONS(5849), 1, - sym_USE, - STATE(2963), 1, - sym_binding_indication, - STATE(5847), 1, - sym_generic_map_aspect, - STATE(7483), 1, - sym_port_map_aspect, + ACTIONS(5823), 1, + anon_sym_QMARK, + STATE(8050), 1, + sym__label, STATE(5002), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [270475] = 11, + ACTIONS(5634), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [270481] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5805), 1, + ACTIONS(5825), 1, + anon_sym_SEMI, + ACTIONS(5827), 1, anon_sym_LPAREN, - ACTIONS(5807), 1, + ACTIONS(5829), 1, sym_GENERIC, - ACTIONS(5811), 1, - sym_PARAMETER, ACTIONS(5831), 1, - sym_RETURN, - ACTIONS(5851), 1, sym_IS, - STATE(5539), 1, + ACTIONS(5833), 1, + sym_PARAMETER, + STATE(5486), 1, sym_subprogram_header, - STATE(7487), 1, + STATE(8213), 1, sym_parameter_list_specification, STATE(5003), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [270511] = 11, + [270517] = 8, 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_LPAREN, - ACTIONS(5807), 1, - sym_GENERIC, - ACTIONS(5811), 1, - sym_PARAMETER, - ACTIONS(5813), 1, - sym_RETURN, - ACTIONS(5853), 1, - sym_IS, - STATE(5502), 1, - sym_subprogram_header, - STATE(7109), 1, - sym_parameter_list_specification, + ACTIONS(5835), 1, + sym_operator_symbol, + STATE(5003), 1, + sym__designator, + STATE(5270), 1, + sym__identifier, STATE(5004), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [270547] = 8, + ACTIONS(5429), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [270547] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5835), 1, - sym_operator_symbol, - STATE(5031), 1, - sym__designator, - STATE(5267), 1, - sym__identifier, + ACTIONS(5781), 1, + anon_sym_LPAREN, + ACTIONS(5783), 1, + sym_GENERIC, + ACTIONS(5787), 1, + sym_PARAMETER, + ACTIONS(5837), 1, + sym_IS, + ACTIONS(5839), 1, + sym_RETURN, + STATE(5534), 1, + sym_subprogram_header, + STATE(7166), 1, + sym_parameter_list_specification, STATE(5005), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5833), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [270577] = 8, + [270583] = 8, 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, - ACTIONS(5857), 1, - sym_COMPONENT, - STATE(6916), 1, + ACTIONS(5779), 1, + sym_operator_symbol, + STATE(5005), 1, + sym__designator, + STATE(5249), 1, sym__identifier, STATE(5006), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3838), 4, + ACTIONS(5777), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [270607] = 7, + [270613] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5513), 1, - sym_RANGE, - STATE(5249), 1, - sym_range_constraint, STATE(5007), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5859), 5, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_RPAREN, - sym_variable_assignment, - anon_sym_GT_GT, - [270635] = 8, + ACTIONS(2478), 7, + sym_AFTER, + sym_GENERIC, + sym_PARAMETER, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [270637] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5861), 1, - anon_sym_SEMI, - ACTIONS(5863), 1, - sym_ARCHITECTURE, - STATE(7091), 1, + STATE(6177), 1, sym__identifier, - STATE(5008), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(3838), 4, + STATE(6828), 1, + sym_pathname_element, + ACTIONS(5841), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, + STATE(5008), 4, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + aux_sym_partial_pathname_repeat1, [270665] = 8, ACTIONS(3), 1, sym__grave_accent, @@ -269049,11 +269049,11 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5865), 1, + ACTIONS(5844), 1, anon_sym_SEMI, - ACTIONS(5867), 1, - sym_CONTEXT, - STATE(8032), 1, + ACTIONS(5846), 1, + sym_ENTITY, + STATE(7282), 1, sym__identifier, STATE(5009), 3, sym__tool_directive, @@ -269075,7 +269075,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2614), 7, + ACTIONS(2622), 7, sym_AFTER, sym_GENERIC, sym_PARAMETER, @@ -269083,32 +269083,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [270719] = 11, + [270719] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5769), 1, - sym_FOR, - ACTIONS(5771), 1, - sym_ON, - ACTIONS(5773), 1, - sym_UNTIL, - ACTIONS(5869), 1, - anon_sym_SEMI, - STATE(5231), 1, - sym_sensitivity_clause, - STATE(5864), 1, - sym_condition_clause, - STATE(7567), 1, - sym_timeout_clause, STATE(5011), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [270755] = 5, + ACTIONS(5677), 7, + sym_AND, + sym_NAND, + sym_NOR, + sym_OR, + sym_XNOR, + sym_XOR, + anon_sym_RPAREN, + [270743] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -269119,7 +269113,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2492), 7, + ACTIONS(2374), 7, sym_AFTER, sym_GENERIC, sym_PARAMETER, @@ -269127,54 +269121,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [270779] = 8, + [270767] = 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_library_namespace, - STATE(5807), 1, - sym__identifier, - STATE(6208), 1, - sym__logical_name, STATE(5013), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3838), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [270809] = 11, + ACTIONS(2626), 7, + sym_AFTER, + sym_GENERIC, + sym_PARAMETER, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [270791] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1759), 1, - sym_PORT, - ACTIONS(5529), 1, - sym_GENERIC, - ACTIONS(5871), 1, - anon_sym_SEMI, - ACTIONS(5873), 1, - sym_USE, - STATE(1327), 1, - sym_binding_indication, - STATE(5737), 1, - sym_generic_map_aspect, - STATE(7009), 1, - sym_port_map_aspect, STATE(5014), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [270845] = 5, + ACTIONS(2520), 7, + sym_AFTER, + sym_GENERIC, + sym_PARAMETER, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [270815] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -269185,7 +269170,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2560), 7, + ACTIONS(2516), 7, sym_AFTER, sym_GENERIC, sym_PARAMETER, @@ -269193,26 +269178,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [270869] = 5, + [270839] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(5848), 1, + anon_sym_SEMI, + ACTIONS(5850), 1, + sym_CONFIGURATION, + STATE(8122), 1, + sym__identifier, STATE(5016), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2508), 7, - sym_AFTER, - sym_GENERIC, - sym_PARAMETER, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [270893] = 5, + ACTIONS(3838), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [270869] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -269223,7 +269211,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2564), 7, + ACTIONS(2402), 7, sym_AFTER, sym_GENERIC, sym_PARAMETER, @@ -269231,51 +269219,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [270917] = 8, + [270893] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5835), 1, - sym_operator_symbol, - STATE(5003), 1, - sym__designator, - STATE(5267), 1, - sym__identifier, STATE(5018), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5833), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [270947] = 8, + ACTIONS(2508), 7, + sym_AFTER, + sym_GENERIC, + sym_PARAMETER, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [270917] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5875), 1, - anon_sym_SEMI, - ACTIONS(5877), 1, - sym_PACKAGE, - STATE(7393), 1, - sym__identifier, + ACTIONS(5781), 1, + anon_sym_LPAREN, + ACTIONS(5783), 1, + sym_GENERIC, + ACTIONS(5787), 1, + sym_PARAMETER, + ACTIONS(5789), 1, + sym_RETURN, + ACTIONS(5852), 1, + sym_IS, + STATE(5532), 1, + sym_subprogram_header, + STATE(6948), 1, + sym_parameter_list_specification, STATE(5019), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3838), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [270977] = 5, + [270953] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -269286,7 +269274,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2636), 7, + ACTIONS(2504), 7, sym_AFTER, sym_GENERIC, sym_PARAMETER, @@ -269294,329 +269282,341 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [271001] = 11, + [270977] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5769), 1, - sym_FOR, - ACTIONS(5771), 1, - sym_ON, - ACTIONS(5773), 1, - sym_UNTIL, - ACTIONS(5879), 1, - anon_sym_SEMI, - STATE(5303), 1, - sym_sensitivity_clause, - STATE(5875), 1, - sym_condition_clause, - STATE(7634), 1, - sym_timeout_clause, + ACTIONS(5856), 1, + sym_operator_symbol, + STATE(5061), 1, + sym__designator, + STATE(5226), 1, + sym__identifier, STATE(5021), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [271037] = 5, + ACTIONS(5854), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [271007] = 11, 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(5783), 1, + sym_GENERIC, + ACTIONS(5787), 1, + sym_PARAMETER, + ACTIONS(5789), 1, + sym_RETURN, + ACTIONS(5858), 1, + sym_IS, + STATE(5532), 1, + sym_subprogram_header, + STATE(6948), 1, + sym_parameter_list_specification, STATE(5022), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2830), 7, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_EQ_GT, - sym_variable_assignment, - anon_sym_GT_GT, - anon_sym_PIPE, - [271061] = 11, + [271043] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2984), 1, - sym_END, - ACTIONS(5527), 1, - sym_FOR, - ACTIONS(5803), 1, - sym_USE, - STATE(5233), 1, - aux_sym_configuration_head_repeat2, - STATE(6600), 1, - sym_block_configuration, - STATE(6806), 1, - sym_end_for, - STATE(8215), 1, - sym_verification_unit_binding_indication, STATE(5023), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [271097] = 8, + ACTIONS(2386), 7, + sym_AFTER, + sym_GENERIC, + sym_PARAMETER, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [271067] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5881), 1, - anon_sym_SEMI, - ACTIONS(5883), 1, - sym_PACKAGE, - STATE(6885), 1, - sym__identifier, STATE(5024), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3838), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [271127] = 5, + ACTIONS(2572), 7, + sym_AFTER, + sym_GENERIC, + sym_PARAMETER, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [271091] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(5835), 1, + sym_operator_symbol, + STATE(5035), 1, + sym__designator, + STATE(5270), 1, + sym__identifier, STATE(5025), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2568), 7, - sym_AFTER, - sym_GENERIC, - sym_PARAMETER, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [271151] = 5, + ACTIONS(5429), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [271121] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(5835), 1, + sym_operator_symbol, + STATE(5029), 1, + sym__designator, + STATE(5270), 1, + sym__identifier, STATE(5026), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3794), 7, + ACTIONS(5429), 4, sym_identifier, - sym_NOT, - sym_directive_constant_builtin, sym_library_constant, sym_library_function, sym_library_type, - anon_sym_LPAREN, - [271175] = 5, + [271151] = 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_FOR, + ACTIONS(5767), 1, + sym_ON, + ACTIONS(5769), 1, + sym_UNTIL, + ACTIONS(5860), 1, + anon_sym_SEMI, + STATE(5326), 1, + sym_sensitivity_clause, + STATE(5813), 1, + sym_condition_clause, + STATE(7096), 1, + sym_timeout_clause, STATE(5027), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5801), 7, - sym_AND, - sym_NAND, - sym_NOR, - sym_OR, - sym_THEN, - sym_XNOR, - sym_XOR, - [271199] = 11, + [271187] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2984), 1, - sym_END, - ACTIONS(5527), 1, - sym_FOR, - ACTIONS(5803), 1, - sym_USE, - STATE(5233), 1, - aux_sym_configuration_head_repeat2, - STATE(6590), 1, - sym_block_configuration, - STATE(6787), 1, - sym_end_for, - STATE(8215), 1, - sym_verification_unit_binding_indication, STATE(5028), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [271235] = 5, + ACTIONS(5759), 7, + sym_AND, + sym_NAND, + sym_NOR, + sym_OR, + sym_THEN, + sym_XNOR, + sym_XOR, + [271211] = 10, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(5862), 1, + anon_sym_LPAREN, + ACTIONS(5864), 1, + sym_GENERIC, + ACTIONS(5866), 1, + sym_PARAMETER, + STATE(5231), 1, + sym_subprogram_header, + STATE(6398), 1, + sym_parameter_list_specification, + ACTIONS(5825), 2, + sym_IS, + anon_sym_SEMI, STATE(5029), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2386), 7, - sym_AFTER, - sym_GENERIC, - sym_PARAMETER, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [271259] = 5, + [271245] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(5779), 1, + sym_operator_symbol, + STATE(5050), 1, + sym__designator, + STATE(5249), 1, + sym__identifier, STATE(5030), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2394), 7, - sym_AFTER, - sym_GENERIC, - sym_PARAMETER, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [271283] = 11, + ACTIONS(5777), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [271275] = 8, 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_LPAREN, - ACTIONS(5807), 1, - sym_GENERIC, - ACTIONS(5811), 1, - sym_PARAMETER, - ACTIONS(5813), 1, - sym_RETURN, - ACTIONS(5885), 1, - sym_IS, - STATE(5502), 1, - sym_subprogram_header, - STATE(7109), 1, - sym_parameter_list_specification, + ACTIONS(5868), 1, + anon_sym_SEMI, + ACTIONS(5870), 1, + sym_ARCHITECTURE, + STATE(8117), 1, + sym__identifier, STATE(5031), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [271319] = 8, + ACTIONS(3838), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [271305] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5765), 1, - sym_operator_symbol, - STATE(5058), 1, - sym__designator, - STATE(5535), 1, - sym__identifier, STATE(5032), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(4947), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [271349] = 8, + ACTIONS(5803), 7, + sym_AND, + sym_NAND, + sym_NOR, + sym_OR, + sym_XNOR, + sym_XOR, + anon_sym_RPAREN, + [271329] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5817), 1, - sym_operator_symbol, - STATE(5000), 1, - sym__designator, - STATE(5256), 1, - sym__identifier, + ACTIONS(1791), 1, + sym_PORT, + ACTIONS(5535), 1, + sym_GENERIC, + ACTIONS(5872), 1, + anon_sym_SEMI, + ACTIONS(5874), 1, + sym_USE, + STATE(2934), 1, + sym_binding_indication, + STATE(5835), 1, + sym_generic_map_aspect, + STATE(7171), 1, + sym_port_map_aspect, STATE(5033), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5423), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [271379] = 10, + [271365] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2984), 1, - sym_END, - ACTIONS(5595), 1, - sym_FOR, - STATE(5066), 1, - aux_sym_block_configuration_repeat2, - STATE(6067), 1, - sym__configuration_item, - STATE(8046), 1, - sym_end_for, - STATE(6072), 2, - sym_block_configuration, - sym_component_configuration, + ACTIONS(5781), 1, + anon_sym_LPAREN, + ACTIONS(5783), 1, + sym_GENERIC, + ACTIONS(5787), 1, + sym_PARAMETER, + ACTIONS(5839), 1, + sym_RETURN, + ACTIONS(5876), 1, + sym_IS, + STATE(5534), 1, + sym_subprogram_header, + STATE(7166), 1, + sym_parameter_list_specification, STATE(5034), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [271413] = 5, + [271401] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(5825), 1, + anon_sym_SEMI, + ACTIONS(5827), 1, + anon_sym_LPAREN, + ACTIONS(5829), 1, + sym_GENERIC, + ACTIONS(5833), 1, + sym_PARAMETER, + ACTIONS(5878), 1, + sym_IS, + STATE(5486), 1, + sym_subprogram_header, + STATE(8213), 1, + sym_parameter_list_specification, STATE(5035), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2648), 7, - sym_AFTER, - sym_GENERIC, - sym_PARAMETER, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_SQUOTE, - anon_sym_LBRACK, [271437] = 5, ACTIONS(3), 1, sym__grave_accent, @@ -269628,7 +269628,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2390), 7, + ACTIONS(2648), 7, sym_AFTER, sym_GENERIC, sym_PARAMETER, @@ -269636,90 +269636,101 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [271461] = 7, + [271461] = 11, 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(8278), 1, - sym_pathname_element, - ACTIONS(5887), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - STATE(5037), 4, + ACTIONS(1791), 1, + sym_PORT, + ACTIONS(5535), 1, + sym_GENERIC, + ACTIONS(5880), 1, + anon_sym_SEMI, + ACTIONS(5882), 1, + sym_USE, + STATE(1300), 1, + sym_binding_indication, + STATE(5767), 1, + sym_generic_map_aspect, + STATE(6977), 1, + sym_port_map_aspect, + STATE(5037), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - aux_sym_partial_pathname_repeat1, - [271489] = 5, + [271497] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(5886), 1, + sym_operator_symbol, + STATE(5420), 1, + sym__designator, + STATE(5664), 1, + sym__identifier, STATE(5038), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2588), 7, - sym_AFTER, - sym_GENERIC, - sym_PARAMETER, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [271513] = 5, + ACTIONS(5884), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [271527] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(5779), 1, + sym_operator_symbol, + STATE(5019), 1, + sym__designator, + STATE(5249), 1, + sym__identifier, STATE(5039), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5775), 7, - sym_AND, - sym_NAND, - sym_NOR, - sym_OR, - sym_THEN, - sym_XNOR, - sym_XOR, - [271537] = 10, + ACTIONS(5777), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [271557] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2984), 1, - sym_END, - ACTIONS(5595), 1, + ACTIONS(5765), 1, sym_FOR, - STATE(5066), 1, - aux_sym_block_configuration_repeat2, - STATE(6067), 1, - sym__configuration_item, - STATE(8049), 1, - sym_end_for, - STATE(6072), 2, - sym_block_configuration, - sym_component_configuration, + ACTIONS(5767), 1, + sym_ON, + ACTIONS(5769), 1, + sym_UNTIL, + ACTIONS(5888), 1, + anon_sym_SEMI, + STATE(5246), 1, + sym_sensitivity_clause, + STATE(5629), 1, + sym_condition_clause, + STATE(8319), 1, + sym_timeout_clause, STATE(5040), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [271571] = 5, + [271593] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -269730,7 +269741,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2678), 7, + ACTIONS(2600), 7, sym_AFTER, sym_GENERIC, sym_PARAMETER, @@ -269738,26 +269749,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [271595] = 5, + [271617] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(5585), 1, + sym_library_namespace, + STATE(5989), 1, + sym__identifier, + STATE(6340), 1, + sym__logical_name, STATE(5042), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2452), 7, - sym_AFTER, - sym_GENERIC, - sym_PARAMETER, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_SQUOTE, - anon_sym_LBRACK, - [271619] = 5, + ACTIONS(3838), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [271647] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -269768,7 +269782,7 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2456), 7, + ACTIONS(2524), 7, sym_AFTER, sym_GENERIC, sym_PARAMETER, @@ -269776,95 +269790,86 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, anon_sym_SQUOTE, anon_sym_LBRACK, - [271643] = 8, + [271671] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5835), 1, - sym_operator_symbol, - STATE(4990), 1, - sym__designator, - STATE(5267), 1, - sym__identifier, STATE(5044), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5833), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [271673] = 8, + ACTIONS(2566), 7, + sym_AFTER, + sym_GENERIC, + sym_PARAMETER, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [271695] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5835), 1, - sym_operator_symbol, - STATE(4999), 1, - sym__designator, - STATE(5267), 1, - sym__identifier, STATE(5045), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5833), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [271703] = 8, + ACTIONS(2558), 7, + sym_AFTER, + sym_GENERIC, + sym_PARAMETER, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [271719] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5835), 1, + ACTIONS(5886), 1, sym_operator_symbol, - STATE(5001), 1, + STATE(5438), 1, sym__designator, - STATE(5267), 1, + STATE(5664), 1, sym__identifier, STATE(5046), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5833), 4, + ACTIONS(5884), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [271733] = 8, + [271749] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5835), 1, - sym_operator_symbol, - STATE(5004), 1, - sym__designator, - STATE(5267), 1, - sym__identifier, STATE(5047), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5833), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [271763] = 5, + ACTIONS(2554), 7, + sym_AFTER, + sym_GENERIC, + sym_PARAMETER, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [271773] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -269875,93 +269880,86 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5644), 7, - sym_AND, - sym_NAND, - sym_NOR, - sym_OR, - sym_THEN, - sym_XNOR, - sym_XOR, - [271787] = 11, + ACTIONS(2546), 7, + sym_AFTER, + sym_GENERIC, + sym_PARAMETER, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [271797] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5819), 1, - anon_sym_SEMI, - ACTIONS(5821), 1, - anon_sym_LPAREN, - ACTIONS(5823), 1, - sym_GENERIC, - ACTIONS(5827), 1, - sym_PARAMETER, - ACTIONS(5890), 1, - sym_IS, - STATE(5486), 1, - sym_subprogram_header, - STATE(6925), 1, - sym_parameter_list_specification, STATE(5049), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [271823] = 10, + ACTIONS(2550), 7, + sym_AFTER, + sym_GENERIC, + sym_PARAMETER, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_SQUOTE, + anon_sym_LBRACK, + [271821] = 11, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2984), 1, - sym_END, - ACTIONS(5595), 1, - sym_FOR, - STATE(5066), 1, - aux_sym_block_configuration_repeat2, - STATE(6067), 1, - sym__configuration_item, - STATE(6768), 1, - sym_end_for, - STATE(6072), 2, - sym_block_configuration, - sym_component_configuration, + ACTIONS(5781), 1, + anon_sym_LPAREN, + ACTIONS(5783), 1, + sym_GENERIC, + ACTIONS(5787), 1, + sym_PARAMETER, + ACTIONS(5789), 1, + sym_RETURN, + ACTIONS(5890), 1, + sym_IS, + STATE(5532), 1, + sym_subprogram_header, + STATE(6948), 1, + sym_parameter_list_specification, STATE(5050), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [271857] = 7, + [271857] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5892), 1, - anon_sym_SEMI, - STATE(7460), 1, - sym__label, STATE(5051), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5667), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [271884] = 7, + ACTIONS(2626), 6, + sym_IS, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_DOT, + anon_sym_RPAREN, + anon_sym_COLON, + [271880] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(5848), 1, + STATE(5970), 1, sym__identifier, - STATE(7791), 1, + STATE(7863), 1, sym_identifier_list, STATE(5052), 3, sym__tool_directive, @@ -269972,16 +269970,16 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [271911] = 7, + [271907] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(5848), 1, + STATE(5970), 1, sym__identifier, - STATE(6821), 1, + STATE(7845), 1, sym_identifier_list, STATE(5053), 3, sym__tool_directive, @@ -269992,16 +269990,16 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [271938] = 7, + [271934] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(5848), 1, + STATE(5970), 1, sym__identifier, - STATE(7803), 1, + STATE(7866), 1, sym_identifier_list, STATE(5054), 3, sym__tool_directive, @@ -270012,102 +270010,103 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [271965] = 7, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(5848), 1, - sym__identifier, - STATE(7496), 1, - sym_identifier_list, - STATE(5055), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(3838), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [271992] = 9, + [271961] = 7, ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(5894), 1, - sym_ELSE, - ACTIONS(5896), 1, - sym_ELSIF, - ACTIONS(5898), 1, - sym_END, - STATE(6756), 1, - sym__elsif_else_generate, - STATE(7168), 2, - sym_elsif_generate, - sym_else_generate, - STATE(5056), 3, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(5984), 1, + sym__identifier, + STATE(7301), 1, + sym_constant_identifier_list, + STATE(5055), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [272023] = 7, + ACTIONS(3838), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [271988] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(7708), 1, + STATE(5970), 1, sym__identifier, - STATE(7744), 1, - sym_parameter_specification, - STATE(5057), 3, + STATE(7737), 1, + sym_identifier_list, + STATE(5056), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5900), 4, + ACTIONS(3838), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [272050] = 10, + [272015] = 10, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5805), 1, + ACTIONS(5781), 1, anon_sym_LPAREN, - ACTIONS(5807), 1, + ACTIONS(5783), 1, sym_GENERIC, - ACTIONS(5811), 1, + ACTIONS(5787), 1, sym_PARAMETER, - ACTIONS(5902), 1, + ACTIONS(5892), 1, sym_RETURN, - STATE(5511), 1, + STATE(5471), 1, sym_subprogram_header, - STATE(7189), 1, + STATE(8106), 1, sym_parameter_list_specification, + STATE(5057), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + [272048] = 10, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(1791), 1, + sym_PORT, + ACTIONS(5535), 1, + sym_GENERIC, + ACTIONS(5894), 1, + anon_sym_SEMI, + ACTIONS(5896), 1, + anon_sym_LT_EQ, + STATE(6533), 1, + sym_generic_map_aspect, + STATE(7136), 1, + sym_port_map_aspect, STATE(5058), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [272083] = 7, + [272081] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(5801), 1, + STATE(5970), 1, sym__identifier, - STATE(7825), 1, - sym_constant_identifier_list, + STATE(7303), 1, + sym_identifier_list, STATE(5059), 3, sym__tool_directive, sym_line_comment, @@ -270117,46 +270116,47 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [272110] = 7, + [272108] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(5848), 1, - sym__identifier, - STATE(7826), 1, - sym_identifier_list, + ACTIONS(5898), 1, + anon_sym_SEMI, + STATE(7599), 1, + sym__label, STATE(5060), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3838), 4, + ACTIONS(5634), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [272137] = 7, + [272135] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5904), 1, - sym_BODY, - STATE(6468), 1, - sym__identifier, + ACTIONS(5862), 1, + anon_sym_LPAREN, + ACTIONS(5866), 1, + sym_PARAMETER, + STATE(5938), 1, + sym_parameter_list_specification, + ACTIONS(5900), 3, + sym_IS, + anon_sym_SEMI, + anon_sym_RPAREN, STATE(5061), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5671), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, [272164] = 7, ACTIONS(3), 1, sym__grave_accent, @@ -270164,9 +270164,9 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(5848), 1, + STATE(5970), 1, sym__identifier, - STATE(7832), 1, + STATE(7735), 1, sym_identifier_list, STATE(5062), 3, sym__tool_directive, @@ -270184,10 +270184,10 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(5801), 1, + STATE(5970), 1, sym__identifier, - STATE(7276), 1, - sym_constant_identifier_list, + STATE(7612), 1, + sym_identifier_list, STATE(5063), 3, sym__tool_directive, sym_line_comment, @@ -270204,128 +270204,133 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(5848), 1, - sym__identifier, - STATE(7841), 1, - sym_identifier_list, + ACTIONS(5902), 1, + anon_sym_SEMI, + STATE(7791), 1, + sym__label, STATE(5064), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3838), 4, + ACTIONS(5634), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [272245] = 5, + [272245] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(5904), 1, + sym_BODY, + STATE(6014), 1, + sym__identifier, STATE(5065), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2678), 6, - sym_IS, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_DOT, - anon_sym_RPAREN, - anon_sym_COLON, - [272268] = 8, + ACTIONS(5682), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [272272] = 10, 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(5783), 1, + sym_GENERIC, + ACTIONS(5787), 1, + sym_PARAMETER, ACTIONS(5906), 1, - sym_END, - ACTIONS(5908), 1, - sym_FOR, - STATE(6067), 1, - sym__configuration_item, - STATE(6072), 2, - sym_block_configuration, - sym_component_configuration, - STATE(5066), 4, + sym_RETURN, + STATE(5548), 1, + sym_subprogram_header, + STATE(7115), 1, + sym_parameter_list_specification, + STATE(5066), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - aux_sym_block_configuration_repeat2, - [272297] = 6, + [272305] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5913), 2, - anon_sym_LT, - anon_sym_GT, + ACTIONS(5908), 1, + anon_sym_SEMI, + STATE(8150), 1, + sym__label, STATE(5067), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5911), 4, - anon_sym_LT_EQ, - anon_sym_EQ, - anon_sym_SLASH_EQ, - anon_sym_GT_EQ, - [272322] = 7, + ACTIONS(5634), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [272332] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(5801), 1, - sym__identifier, - STATE(7855), 1, - sym_constant_identifier_list, + ACTIONS(5910), 1, + anon_sym_SEMI, + STATE(6887), 1, + sym__label, STATE(5068), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3838), 4, + ACTIONS(5634), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [272349] = 7, + [272359] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(5848), 1, + ACTIONS(5912), 1, + sym_BODY, + STATE(6095), 1, sym__identifier, - STATE(7856), 1, - sym_identifier_list, STATE(5069), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3838), 4, + ACTIONS(5682), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [272376] = 7, + [272386] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(5848), 1, + STATE(5079), 1, + aux_sym_package_pathname_repeat1, + STATE(6403), 1, sym__identifier, - STATE(7859), 1, - sym_identifier_list, STATE(5070), 3, sym__tool_directive, sym_line_comment, @@ -270335,56 +270340,56 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [272403] = 7, + [272413] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(5848), 1, + STATE(6743), 1, + sym_parameter_specification, + STATE(6744), 1, sym__identifier, - STATE(7862), 1, - sym_identifier_list, STATE(5071), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3838), 4, + ACTIONS(5914), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [272430] = 7, + [272440] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5915), 1, + ACTIONS(5916), 1, anon_sym_SEMI, - STATE(7280), 1, - sym__identifier, + STATE(7122), 1, + sym__label, STATE(5072), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3838), 4, + ACTIONS(5634), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [272457] = 7, + [272467] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(5848), 1, + STATE(5970), 1, sym__identifier, - STATE(7816), 1, + STATE(7480), 1, sym_identifier_list, STATE(5073), 3, sym__tool_directive, @@ -270395,57 +270400,59 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [272484] = 7, + [272494] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(5848), 1, - sym__identifier, - STATE(7871), 1, - sym_identifier_list, + ACTIONS(235), 1, + sym_ELSE, + ACTIONS(237), 1, + sym_ELSIF, + ACTIONS(5918), 1, + sym_END, + STATE(8187), 1, + sym__elsif_else_statement, + STATE(7556), 2, + sym_elsif_statement, + sym_else_statement, STATE(5074), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3838), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [272511] = 7, + [272525] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(5848), 1, + STATE(3612), 1, sym__identifier, - STATE(7874), 1, - sym_identifier_list, + STATE(6164), 1, + sym_record_element_resolution, STATE(5075), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3838), 4, + ACTIONS(5920), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [272538] = 7, + [272552] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5917), 1, - anon_sym_SEMI, - STATE(8129), 1, + STATE(5970), 1, sym__identifier, + STATE(7729), 1, + sym_identifier_list, STATE(5076), 3, sym__tool_directive, sym_line_comment, @@ -270455,132 +270462,125 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [272565] = 7, + [272579] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(5848), 1, - sym__identifier, - STATE(7493), 1, - sym_identifier_list, + ACTIONS(5519), 1, + sym_RANGE, + STATE(5519), 1, + sym_range_constraint, STATE(5077), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3838), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [272592] = 7, + ACTIONS(5807), 4, + sym_BUS, + sym_REGISTER, + anon_sym_SEMI, + sym_variable_assignment, + [272606] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(6744), 1, + STATE(5970), 1, sym__identifier, - STATE(6949), 1, - sym_parameter_specification, + STATE(7836), 1, + sym_identifier_list, STATE(5078), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5900), 4, + ACTIONS(3838), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [272619] = 7, + [272633] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5919), 1, - anon_sym_SEMI, - STATE(7267), 1, + STATE(8144), 1, sym__identifier, - STATE(5079), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(3838), 4, + ACTIONS(5922), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [272646] = 7, + STATE(5079), 4, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + aux_sym_package_pathname_repeat1, + [272658] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(5104), 1, - aux_sym_package_pathname_repeat1, - STATE(6349), 1, + ACTIONS(5925), 1, + sym_BODY, + STATE(6234), 1, sym__identifier, STATE(5080), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3838), 4, + ACTIONS(5682), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [272673] = 10, + [272685] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1759), 1, - sym_PORT, - ACTIONS(5529), 1, + ACTIONS(5929), 1, sym_GENERIC, - ACTIONS(5921), 1, - anon_sym_SEMI, - ACTIONS(5923), 1, - anon_sym_LT_EQ, - STATE(6566), 1, + STATE(5351), 1, sym_generic_map_aspect, - STATE(7520), 1, - sym_port_map_aspect, STATE(5081), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [272706] = 10, + ACTIONS(5927), 4, + sym_IS, + sym_PARAMETER, + anon_sym_SEMI, + anon_sym_LPAREN, + [272712] = 7, 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_LPAREN, - ACTIONS(5807), 1, - sym_GENERIC, - ACTIONS(5811), 1, - sym_PARAMETER, - ACTIONS(5925), 1, - sym_RETURN, - STATE(5542), 1, - sym_subprogram_header, - STATE(7549), 1, - sym_parameter_list_specification, + ACTIONS(5931), 1, + anon_sym_SEMI, + STATE(8158), 1, + sym__identifier, STATE(5082), 3, sym__tool_directive, sym_line_comment, sym_block_comment, + ACTIONS(3838), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, [272739] = 7, ACTIONS(3), 1, sym__grave_accent, @@ -270588,10 +270588,10 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5927), 1, - anon_sym_SEMI, - STATE(7526), 1, + STATE(5970), 1, sym__identifier, + STATE(7754), 1, + sym_identifier_list, STATE(5083), 3, sym__tool_directive, sym_line_comment, @@ -270601,57 +270601,58 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [272766] = 7, + [272766] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5929), 1, + ACTIONS(2873), 1, + sym_WHEN, + STATE(5139), 1, + aux_sym_conditional_expression_repeat1, + STATE(6438), 1, + sym_when_expression, + ACTIONS(5933), 3, anon_sym_SEMI, - STATE(7000), 1, - sym__label, + anon_sym_COMMA, + anon_sym_RPAREN, STATE(5084), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5667), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [272793] = 7, + [272795] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5933), 1, - sym_WHEN, - STATE(6496), 1, - sym_when_expression, - ACTIONS(5931), 3, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_RPAREN, - STATE(5085), 4, + STATE(5970), 1, + sym__identifier, + STATE(7878), 1, + sym_identifier_list, + STATE(5085), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - aux_sym_conditional_expression_repeat1, - [272820] = 7, + ACTIONS(3838), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [272822] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5936), 1, - sym_ALL, - STATE(5798), 1, + STATE(5970), 1, sym__identifier, + STATE(7305), 1, + sym_identifier_list, STATE(5086), 3, sym__tool_directive, sym_line_comment, @@ -270661,17 +270662,17 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [272847] = 7, + [272849] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5938), 1, - anon_sym_SEMI, - STATE(6831), 1, + STATE(5984), 1, sym__identifier, + STATE(7727), 1, + sym_constant_identifier_list, STATE(5087), 3, sym__tool_directive, sym_line_comment, @@ -270681,122 +270682,115 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [272874] = 5, + [272876] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + STATE(5984), 1, + sym__identifier, + STATE(7635), 1, + sym_constant_identifier_list, STATE(5088), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5940), 6, - sym_END, - sym_FOR, - sym_GENERIC, - sym_PORT, - sym_USE, - anon_sym_SEMI, - [272897] = 7, + ACTIONS(3838), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [272903] = 5, 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(8250), 1, - sym__label, STATE(5089), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5667), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [272924] = 10, + ACTIONS(5935), 6, + sym_END, + sym_FOR, + sym_GENERIC, + sym_PORT, + sym_USE, + anon_sym_SEMI, + [272926] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1759), 1, - sym_PORT, - ACTIONS(5529), 1, - sym_GENERIC, - ACTIONS(5923), 1, - anon_sym_LT_EQ, - ACTIONS(5944), 1, - anon_sym_SEMI, - STATE(6479), 1, - sym_generic_map_aspect, - STATE(8357), 1, - sym_port_map_aspect, + ACTIONS(5517), 1, + sym_RANGE, + STATE(5386), 1, + sym_range_constraint, STATE(5090), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [272957] = 9, + ACTIONS(5807), 4, + sym_BUS, + anon_sym_SEMI, + anon_sym_RPAREN, + sym_variable_assignment, + [272953] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(235), 1, - sym_ELSE, - ACTIONS(237), 1, - sym_ELSIF, - ACTIONS(5946), 1, - sym_END, - STATE(8056), 1, - sym__elsif_else_statement, - STATE(7427), 2, - sym_elsif_statement, - sym_else_statement, + STATE(5970), 1, + sym__identifier, + STATE(7307), 1, + sym_identifier_list, STATE(5091), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [272988] = 9, + ACTIONS(3838), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [272980] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(235), 1, - sym_ELSE, - ACTIONS(237), 1, - sym_ELSIF, - ACTIONS(5948), 1, - sym_END, - STATE(6772), 1, - sym__elsif_else_statement, - STATE(7427), 2, - sym_elsif_statement, - sym_else_statement, + STATE(5970), 1, + sym__identifier, + STATE(7875), 1, + sym_identifier_list, STATE(5092), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [273019] = 7, + ACTIONS(3838), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [273007] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5950), 1, - anon_sym_SEMI, - STATE(7463), 1, + STATE(5970), 1, sym__identifier, + STATE(7830), 1, + sym_identifier_list, STATE(5093), 3, sym__tool_directive, sym_line_comment, @@ -270806,39 +270800,37 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [273046] = 9, + [273034] = 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, - ACTIONS(5954), 1, - sym_variable_assignment, - STATE(5650), 1, - sym_signal_kind, - STATE(6996), 1, - sym_initialiser, - ACTIONS(5956), 2, - sym_BUS, - sym_REGISTER, + STATE(5970), 1, + sym__identifier, + STATE(7807), 1, + sym_identifier_list, STATE(5094), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [273077] = 7, + ACTIONS(3838), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [273061] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(5848), 1, + STATE(5984), 1, sym__identifier, - STATE(6834), 1, - sym_identifier_list, + STATE(7859), 1, + sym_constant_identifier_list, STATE(5095), 3, sym__tool_directive, sym_line_comment, @@ -270848,95 +270840,101 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [273104] = 6, + [273088] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5958), 1, - anon_sym_CARET, - ACTIONS(5961), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - STATE(5096), 4, + ACTIONS(5937), 1, + anon_sym_SEMI, + ACTIONS(5939), 1, + sym_variable_assignment, + STATE(5716), 1, + sym_signal_kind, + STATE(6811), 1, + sym_initialiser, + ACTIONS(5941), 2, + sym_BUS, + sym_REGISTER, + STATE(5096), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - aux_sym_relative_pathname_repeat1, - [273129] = 6, + [273119] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(6782), 1, + STATE(5970), 1, sym__identifier, - ACTIONS(5963), 4, + STATE(7455), 1, + sym_identifier_list, + STATE(5097), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(3838), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - STATE(5097), 4, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - aux_sym_package_pathname_repeat1, - [273154] = 7, + [273146] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5966), 1, + ACTIONS(5943), 1, anon_sym_SEMI, - STATE(7321), 1, + STATE(7586), 1, sym__label, STATE(5098), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5667), 4, + ACTIONS(5634), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [273181] = 7, + [273173] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(5801), 1, - sym__identifier, - STATE(7660), 1, - sym_constant_identifier_list, + ACTIONS(5945), 1, + sym_ELSE, + ACTIONS(5947), 1, + sym_ELSIF, + ACTIONS(5949), 1, + sym_END, + STATE(7781), 1, + sym__elsif_else_generate, + STATE(7450), 2, + sym_elsif_generate, + sym_else_generate, STATE(5099), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3838), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [273208] = 7, + [273204] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(5848), 1, + STATE(5984), 1, sym__identifier, - STATE(7157), 1, - sym_identifier_list, + STATE(7664), 1, + sym_constant_identifier_list, STATE(5100), 3, sym__tool_directive, sym_line_comment, @@ -270946,57 +270944,57 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [273235] = 7, + [273231] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5968), 1, - anon_sym_SEMI, - STATE(7177), 1, - sym__label, + STATE(6746), 1, + sym__identifier, + STATE(8214), 1, + sym_parameter_specification, STATE(5101), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5667), 4, + ACTIONS(5914), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [273262] = 7, + [273258] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5970), 1, - sym_BODY, - STATE(6437), 1, + STATE(5970), 1, sym__identifier, + STATE(7666), 1, + sym_identifier_list, STATE(5102), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5671), 4, + ACTIONS(3838), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [273289] = 7, + [273285] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(5848), 1, + STATE(5984), 1, sym__identifier, - STATE(7789), 1, - sym_identifier_list, + STATE(7829), 1, + sym_constant_identifier_list, STATE(5103), 3, sym__tool_directive, sym_line_comment, @@ -271006,16 +271004,16 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [273316] = 7, + [273312] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(5097), 1, - aux_sym_package_pathname_repeat1, - STATE(6568), 1, + ACTIONS(5951), 1, + anon_sym_SEMI, + STATE(8134), 1, sym__identifier, STATE(5104), 3, sym__tool_directive, @@ -271026,57 +271024,58 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [273343] = 7, + [273339] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(5848), 1, - sym__identifier, - STATE(7662), 1, - sym_identifier_list, + ACTIONS(5945), 1, + sym_ELSE, + ACTIONS(5947), 1, + sym_ELSIF, + ACTIONS(5953), 1, + sym_END, + STATE(8156), 1, + sym__elsif_else_generate, + STATE(7450), 2, + sym_elsif_generate, + sym_else_generate, STATE(5105), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3838), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [273370] = 7, + [273370] = 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_BODY, - STATE(6375), 1, - sym__identifier, - STATE(5106), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(5671), 4, + ACTIONS(5955), 1, + anon_sym_CARET, + ACTIONS(5958), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [273397] = 7, + STATE(5106), 4, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + aux_sym_relative_pathname_repeat1, + [273395] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(5848), 1, + ACTIONS(5960), 1, + anon_sym_SEMI, + STATE(8174), 1, sym__identifier, - STATE(7668), 1, - sym_identifier_list, STATE(5107), 3, sym__tool_directive, sym_line_comment, @@ -271086,130 +271085,131 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [273424] = 7, + [273422] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5974), 1, - anon_sym_SEMI, - STATE(7470), 1, - sym__label, + STATE(4778), 1, + sym_primary_unit_declaration, + STATE(7617), 1, + sym__identifier, STATE(5108), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5667), 4, + ACTIONS(3838), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [273451] = 9, + [273449] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5954), 1, - sym_variable_assignment, - ACTIONS(5976), 1, + ACTIONS(5962), 1, anon_sym_SEMI, - STATE(5881), 1, - sym_signal_kind, - STATE(7648), 1, - sym_initialiser, - ACTIONS(5956), 2, - sym_BUS, - sym_REGISTER, + STATE(8175), 1, + sym__identifier, STATE(5109), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [273482] = 7, + ACTIONS(3838), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [273476] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(5848), 1, - sym__identifier, - STATE(7670), 1, - sym_identifier_list, + ACTIONS(5964), 1, + anon_sym_SEMI, + STATE(7442), 1, + sym__label, STATE(5110), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3838), 4, + ACTIONS(5634), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [273509] = 9, + [273503] = 10, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5894), 1, - sym_ELSE, + ACTIONS(1791), 1, + sym_PORT, + ACTIONS(5535), 1, + sym_GENERIC, ACTIONS(5896), 1, - sym_ELSIF, - ACTIONS(5978), 1, - sym_END, - STATE(8190), 1, - sym__elsif_else_generate, - STATE(7168), 2, - sym_elsif_generate, - sym_else_generate, + anon_sym_LT_EQ, + ACTIONS(5966), 1, + anon_sym_SEMI, + STATE(6590), 1, + sym_generic_map_aspect, + STATE(6635), 1, + sym_port_map_aspect, STATE(5111), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [273540] = 7, + [273536] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5517), 1, - sym_RANGE, - STATE(5392), 1, - sym_range_constraint, + ACTIONS(5968), 1, + anon_sym_SEMI, + STATE(7496), 1, + sym__identifier, STATE(5112), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5859), 4, - sym_BUS, - sym_REGISTER, - anon_sym_SEMI, - sym_variable_assignment, - [273567] = 7, + ACTIONS(3838), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [273563] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(5848), 1, - sym__identifier, - STATE(7688), 1, - sym_identifier_list, + ACTIONS(5945), 1, + sym_ELSE, + ACTIONS(5947), 1, + sym_ELSIF, + ACTIONS(5970), 1, + sym_END, + STATE(7446), 1, + sym__elsif_else_generate, + STATE(7450), 2, + sym_elsif_generate, + sym_else_generate, STATE(5113), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3838), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, [273594] = 7, ACTIONS(3), 1, sym__grave_accent, @@ -271217,61 +271217,61 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5980), 1, + ACTIONS(5972), 1, anon_sym_SEMI, - STATE(6625), 1, - sym__identifier, + STATE(7555), 1, + sym__label, STATE(5114), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3838), 4, + ACTIONS(5634), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [273621] = 7, + [273621] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5982), 1, - sym_BODY, - STATE(6172), 1, - sym__identifier, + ACTIONS(5939), 1, + sym_variable_assignment, + ACTIONS(5974), 1, + anon_sym_SEMI, + STATE(5895), 1, + sym_signal_kind, + STATE(7378), 1, + sym_initialiser, + ACTIONS(5941), 2, + sym_BUS, + sym_REGISTER, STATE(5115), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5671), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [273648] = 9, + [273652] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5954), 1, - sym_variable_assignment, - ACTIONS(5984), 1, - anon_sym_SEMI, - STATE(5736), 1, - sym_signal_kind, - STATE(7007), 1, - sym_initialiser, - ACTIONS(5956), 2, - sym_BUS, - sym_REGISTER, + STATE(5970), 1, + sym__identifier, + STATE(7692), 1, + sym_identifier_list, STATE(5116), 3, sym__tool_directive, sym_line_comment, sym_block_comment, + ACTIONS(3838), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, [273679] = 7, ACTIONS(3), 1, sym__grave_accent, @@ -271279,9 +271279,9 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5986), 1, + ACTIONS(5976), 1, anon_sym_SEMI, - STATE(7398), 1, + STATE(7541), 1, sym__identifier, STATE(5117), 3, sym__tool_directive, @@ -271292,184 +271292,181 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [273706] = 7, + [273706] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5988), 1, + ACTIONS(5939), 1, + sym_variable_assignment, + ACTIONS(5978), 1, anon_sym_SEMI, - STATE(7536), 1, - sym__label, + STATE(5976), 1, + sym_signal_kind, + STATE(7670), 1, + sym_initialiser, + ACTIONS(5941), 2, + sym_BUS, + sym_REGISTER, STATE(5118), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5667), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [273733] = 7, + [273737] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4739), 1, - sym_primary_unit_declaration, - STATE(8196), 1, - sym__identifier, + ACTIONS(5980), 1, + anon_sym_SEMI, + STATE(7565), 1, + sym__label, STATE(5119), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3838), 4, + ACTIONS(5634), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [273760] = 10, + [273764] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1759), 1, - sym_PORT, - ACTIONS(5529), 1, - sym_GENERIC, - ACTIONS(5923), 1, - anon_sym_LT_EQ, - ACTIONS(5990), 1, - anon_sym_SEMI, - STATE(6041), 1, - sym_generic_map_aspect, - STATE(8112), 1, - sym_port_map_aspect, + ACTIONS(5982), 1, + sym_BODY, + STATE(6060), 1, + sym__identifier, STATE(5120), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [273793] = 7, + ACTIONS(5682), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [273791] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5994), 1, - sym_GENERIC, - STATE(5515), 1, - sym_generic_map_aspect, + ACTIONS(5984), 1, + anon_sym_SEMI, + STATE(8079), 1, + sym__identifier, STATE(5121), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5992), 4, - sym_IS, - sym_PARAMETER, - anon_sym_SEMI, - anon_sym_LPAREN, - [273820] = 10, + ACTIONS(3838), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [273818] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1759), 1, - sym_PORT, - ACTIONS(5529), 1, - sym_GENERIC, - ACTIONS(5923), 1, - anon_sym_LT_EQ, - ACTIONS(5996), 1, + ACTIONS(5986), 1, anon_sym_SEMI, - STATE(6104), 1, - sym_generic_map_aspect, - STATE(6655), 1, - sym_port_map_aspect, + STATE(7564), 1, + sym__label, STATE(5122), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [273853] = 8, + ACTIONS(5634), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [273845] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5839), 1, - anon_sym_LPAREN, - ACTIONS(5843), 1, - sym_PARAMETER, - STATE(5824), 1, - sym_parameter_list_specification, - ACTIONS(5998), 3, - sym_IS, - anon_sym_SEMI, - anon_sym_RPAREN, + ACTIONS(5945), 1, + sym_ELSE, + ACTIONS(5947), 1, + sym_ELSIF, + ACTIONS(5988), 1, + sym_END, + STATE(8181), 1, + sym__elsif_else_generate, + STATE(7450), 2, + sym_elsif_generate, + sym_else_generate, STATE(5123), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [273882] = 7, + [273876] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3588), 1, + ACTIONS(5990), 1, + anon_sym_SEMI, + STATE(8161), 1, sym__identifier, - STATE(6522), 1, - sym_record_element_resolution, STATE(5124), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6000), 4, + ACTIONS(3838), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [273909] = 7, + [273903] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6002), 1, - anon_sym_SEMI, - STATE(6824), 1, - sym__identifier, + ACTIONS(5929), 1, + sym_GENERIC, + STATE(5400), 1, + sym_generic_map_aspect, STATE(5125), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3838), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [273936] = 7, + ACTIONS(5992), 4, + sym_IS, + sym_PARAMETER, + anon_sym_SEMI, + anon_sym_LPAREN, + [273930] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(5848), 1, + ACTIONS(5994), 1, + anon_sym_SEMI, + STATE(7258), 1, sym__identifier, - STATE(6830), 1, - sym_identifier_list, STATE(5126), 3, sym__tool_directive, sym_line_comment, @@ -271479,17 +271476,17 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [273963] = 7, + [273957] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(5801), 1, + STATE(5970), 1, sym__identifier, - STATE(7723), 1, - sym_constant_identifier_list, + STATE(7672), 1, + sym_identifier_list, STATE(5127), 3, sym__tool_directive, sym_line_comment, @@ -271499,17 +271496,17 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [273990] = 7, + [273984] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(5801), 1, + STATE(5970), 1, sym__identifier, - STATE(6820), 1, - sym_constant_identifier_list, + STATE(7795), 1, + sym_identifier_list, STATE(5128), 3, sym__tool_directive, sym_line_comment, @@ -271519,58 +271516,59 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [274017] = 9, + [274011] = 10, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5894), 1, - sym_ELSE, + ACTIONS(1791), 1, + sym_PORT, + ACTIONS(5535), 1, + sym_GENERIC, ACTIONS(5896), 1, - sym_ELSIF, - ACTIONS(6004), 1, - sym_END, - STATE(8314), 1, - sym__elsif_else_generate, - STATE(7168), 2, - sym_elsif_generate, - sym_else_generate, + anon_sym_LT_EQ, + ACTIONS(5996), 1, + anon_sym_SEMI, + STATE(6442), 1, + sym_generic_map_aspect, + STATE(6736), 1, + sym_port_map_aspect, STATE(5129), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [274048] = 7, + [274044] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6006), 1, - anon_sym_SEMI, - STATE(8319), 1, - sym__label, + STATE(5970), 1, + sym__identifier, + STATE(6884), 1, + sym_identifier_list, STATE(5130), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5667), 4, + ACTIONS(3838), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [274075] = 7, + [274071] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6008), 1, + ACTIONS(5998), 1, anon_sym_SEMI, - STATE(8335), 1, + STATE(7490), 1, sym__identifier, STATE(5131), 3, sym__tool_directive, @@ -271581,16 +271579,16 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [274102] = 7, + [274098] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(5848), 1, + STATE(5970), 1, sym__identifier, - STATE(7725), 1, + STATE(7860), 1, sym_identifier_list, STATE(5132), 3, sym__tool_directive, @@ -271601,26 +271599,28 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [274129] = 7, + [274125] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6010), 1, + ACTIONS(5939), 1, + sym_variable_assignment, + ACTIONS(6000), 1, anon_sym_SEMI, - STATE(7673), 1, - sym__label, + STATE(5786), 1, + sym_signal_kind, + STATE(7008), 1, + sym_initialiser, + ACTIONS(5941), 2, + sym_BUS, + sym_REGISTER, STATE(5133), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5667), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, [274156] = 7, ACTIONS(3), 1, sym__grave_accent, @@ -271628,15 +271628,15 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6012), 1, - sym_BODY, - STATE(6405), 1, + STATE(5070), 1, + aux_sym_package_pathname_repeat1, + STATE(6373), 1, sym__identifier, STATE(5134), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5671), 4, + ACTIONS(3838), 4, sym_identifier, sym_library_constant, sym_library_function, @@ -271648,10 +271648,10 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(5848), 1, + ACTIONS(6002), 1, + anon_sym_SEMI, + STATE(8081), 1, sym__identifier, - STATE(7731), 1, - sym_identifier_list, STATE(5135), 3, sym__tool_directive, sym_line_comment, @@ -271661,108 +271661,108 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [274210] = 7, + [274210] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(5848), 1, - sym__identifier, - STATE(7733), 1, - sym_identifier_list, + ACTIONS(6006), 2, + anon_sym_LT, + anon_sym_GT, STATE(5136), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3838), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [274237] = 7, + ACTIONS(6004), 4, + anon_sym_LT_EQ, + anon_sym_EQ, + anon_sym_SLASH_EQ, + anon_sym_GT_EQ, + [274235] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5994), 1, - sym_GENERIC, - STATE(5506), 1, - sym_generic_map_aspect, + ACTIONS(6008), 1, + sym_ALL, + STATE(5932), 1, + sym__identifier, STATE(5137), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6014), 4, - sym_IS, - sym_PARAMETER, - anon_sym_SEMI, - anon_sym_LPAREN, - [274264] = 9, + ACTIONS(3838), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [274262] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5954), 1, - sym_variable_assignment, - ACTIONS(6016), 1, - anon_sym_SEMI, - STATE(5941), 1, - sym_signal_kind, - STATE(8200), 1, - sym_initialiser, - ACTIONS(5956), 2, - sym_BUS, - sym_REGISTER, + STATE(5970), 1, + sym__identifier, + STATE(7674), 1, + sym_identifier_list, STATE(5138), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [274295] = 7, + ACTIONS(3838), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [274289] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(5848), 1, - sym__identifier, - STATE(7750), 1, - sym_identifier_list, - STATE(5139), 3, + ACTIONS(6012), 1, + sym_WHEN, + STATE(6438), 1, + sym_when_expression, + ACTIONS(6010), 3, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_RPAREN, + STATE(5139), 4, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3838), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [274322] = 7, + aux_sym_conditional_expression_repeat1, + [274316] = 10, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5519), 1, - sym_RANGE, - STATE(5479), 1, - sym_range_constraint, + ACTIONS(1791), 1, + sym_PORT, + ACTIONS(5535), 1, + sym_GENERIC, + ACTIONS(5896), 1, + anon_sym_LT_EQ, + ACTIONS(6015), 1, + anon_sym_SEMI, + STATE(6372), 1, + sym_generic_map_aspect, + STATE(7502), 1, + sym_port_map_aspect, STATE(5140), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5859), 4, - sym_BUS, - anon_sym_SEMI, - anon_sym_RPAREN, - sym_variable_assignment, [274349] = 7, ACTIONS(3), 1, sym__grave_accent, @@ -271770,9 +271770,9 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6018), 1, + ACTIONS(6017), 1, anon_sym_SEMI, - STATE(6723), 1, + STATE(8148), 1, sym__identifier, STATE(5141), 3, sym__tool_directive, @@ -271783,57 +271783,58 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [274376] = 7, + [274376] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6020), 1, - anon_sym_SEMI, - STATE(6729), 1, - sym__identifier, - STATE(5142), 3, + ACTIONS(6019), 1, + sym_END, + ACTIONS(6021), 1, + sym_FOR, + STATE(6346), 1, + sym__configuration_item, + STATE(6347), 2, + sym_block_configuration, + sym_component_configuration, + STATE(5142), 4, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3838), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [274403] = 7, + aux_sym_block_configuration_repeat2, + [274405] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6022), 1, - anon_sym_SEMI, - STATE(7851), 1, - sym__label, + STATE(5984), 1, + sym__identifier, + STATE(7785), 1, + sym_constant_identifier_list, STATE(5143), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5667), 4, + ACTIONS(3838), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [274430] = 7, + [274432] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(5801), 1, + STATE(5970), 1, sym__identifier, - STATE(7781), 1, - sym_constant_identifier_list, + STATE(7793), 1, + sym_identifier_list, STATE(5144), 3, sym__tool_directive, sym_line_comment, @@ -271843,37 +271844,38 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [274457] = 8, + [274459] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2906), 1, - sym_WHEN, - STATE(5085), 1, - aux_sym_conditional_expression_repeat1, - STATE(6496), 1, - sym_when_expression, - ACTIONS(6024), 3, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(235), 1, + sym_ELSE, + ACTIONS(237), 1, + sym_ELSIF, + ACTIONS(6024), 1, + sym_END, + STATE(8047), 1, + sym__elsif_else_statement, + STATE(7556), 2, + sym_elsif_statement, + sym_else_statement, STATE(5145), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [274486] = 7, + [274490] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(5848), 1, + STATE(5970), 1, sym__identifier, - STATE(7783), 1, + STATE(7787), 1, sym_identifier_list, STATE(5146), 3, sym__tool_directive, @@ -271884,56 +271886,36 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [274513] = 9, + [274517] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5894), 1, - sym_ELSE, - ACTIONS(5896), 1, - sym_ELSIF, ACTIONS(6026), 1, - sym_END, - STATE(7167), 1, - sym__elsif_else_generate, - STATE(7168), 2, - sym_elsif_generate, - sym_else_generate, - STATE(5147), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - [274544] = 6, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(7227), 1, + sym_BODY, + STATE(6138), 1, sym__identifier, - STATE(5148), 3, + STATE(5147), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5671), 4, + ACTIONS(5682), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [274568] = 6, + [274544] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4848), 1, + STATE(1873), 1, sym__suffix, - STATE(5149), 3, + STATE(5148), 3, sym__tool_directive, sym_line_comment, sym_block_comment, @@ -271941,131 +271923,17 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, sym_ALL, sym_character_literal, - sym_operator_symbol, - [274592] = 6, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(4519), 1, - sym__suffix, - STATE(5150), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(6030), 4, - sym_identifier, - sym_ALL, - sym_character_literal, - sym_operator_symbol, - [274616] = 9, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(1605), 1, - sym_GENERIC, - ACTIONS(6032), 1, - anon_sym_SEMI, - ACTIONS(6034), 1, - anon_sym_LBRACK, - STATE(5945), 1, - sym_signature, - STATE(8218), 1, - sym_generic_map_aspect, - STATE(5151), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - [274646] = 5, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(5152), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(6036), 5, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_RPAREN, - sym_variable_assignment, - anon_sym_GT_GT, - [274668] = 9, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(1759), 1, - sym_PORT, - ACTIONS(5529), 1, - sym_GENERIC, - ACTIONS(6038), 1, - anon_sym_SEMI, - STATE(5680), 1, - sym_generic_map_aspect, - STATE(6757), 1, - sym_port_map_aspect, - STATE(5153), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - [274698] = 6, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(6058), 1, - sym__identifier, - STATE(5154), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - ACTIONS(5671), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [274722] = 7, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(6040), 1, - sym_GENERIC, - STATE(5900), 1, - sym_generic_map_aspect, - ACTIONS(5992), 3, - sym_PARAMETER, - sym_RETURN, - anon_sym_LPAREN, - STATE(5155), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - [274748] = 6, + sym_operator_symbol, + [274568] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(8155), 1, + STATE(7638), 1, sym__identifier, - STATE(5156), 3, + STATE(5149), 3, sym__tool_directive, sym_line_comment, sym_block_comment, @@ -272074,1763 +271942,1858 @@ static const uint16_t ts_small_parse_table[] = { sym_library_constant, sym_library_function, sym_library_type, - [274772] = 6, + [274592] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(6369), 1, + STATE(7855), 1, sym__identifier, - STATE(5157), 3, + STATE(5150), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5671), 4, + ACTIONS(3838), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [274796] = 5, + [274616] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(5158), 3, + STATE(6204), 1, + sym__identifier, + STATE(5151), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5961), 5, + ACTIONS(5682), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - anon_sym_CARET, - [274818] = 6, + [274640] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(7858), 1, + ACTIONS(5529), 1, + sym_RANGE, + STATE(5680), 1, + sym_range_constraint, + ACTIONS(5807), 3, + sym_IS, + sym_OPEN, + anon_sym_SEMI, + STATE(5152), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + [274666] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(6915), 1, sym__identifier, - STATE(5159), 3, + STATE(5153), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5671), 4, + ACTIONS(3838), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [274842] = 9, + [274690] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1605), 1, + ACTIONS(6030), 1, sym_GENERIC, - ACTIONS(5954), 1, - sym_variable_assignment, - ACTIONS(6042), 1, - anon_sym_SEMI, - STATE(5667), 1, + STATE(5676), 1, sym_generic_map_aspect, - STATE(7737), 1, - sym_initialiser, - STATE(5160), 3, + ACTIONS(5992), 3, + sym_PARAMETER, + anon_sym_SEMI, + anon_sym_LPAREN, + STATE(5154), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [274872] = 6, + [274716] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4729), 1, + STATE(961), 1, sym__suffix, - STATE(5161), 3, + STATE(5155), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6044), 4, + ACTIONS(6032), 4, sym_identifier, sym_ALL, sym_character_literal, sym_operator_symbol, - [274896] = 6, + [274740] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(6909), 1, + ACTIONS(6036), 1, + sym_USE, + STATE(5787), 1, + sym_use_clause, + ACTIONS(6034), 2, + sym_END, + sym_FOR, + STATE(5156), 4, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + aux_sym_block_configuration_repeat1, + [274766] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(7647), 1, sym__identifier, - STATE(5162), 3, + STATE(5157), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3838), 4, + ACTIONS(6039), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [274920] = 6, + [274790] = 5, 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, - STATE(5163), 3, + STATE(5158), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6046), 4, - sym_identifier, - sym_ALL, - sym_character_literal, - sym_operator_symbol, - [274944] = 9, + ACTIONS(6041), 5, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_RPAREN, + sym_variable_assignment, + anon_sym_GT_GT, + [274812] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1605), 1, + ACTIONS(1617), 1, sym_GENERIC, - ACTIONS(5954), 1, + ACTIONS(5939), 1, sym_variable_assignment, - ACTIONS(6048), 1, + ACTIONS(6043), 1, anon_sym_SEMI, - STATE(5942), 1, + STATE(5721), 1, sym_generic_map_aspect, - STATE(8202), 1, + STATE(8211), 1, sym_initialiser, - STATE(5164), 3, + STATE(5159), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [274974] = 6, + [274842] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1557), 1, - sym__suffix, - STATE(5165), 3, + ACTIONS(2995), 1, + sym_END, + ACTIONS(5761), 1, + sym_USE, + STATE(5172), 1, + aux_sym_configuration_head_repeat2, + STATE(6979), 1, + sym_end_for, + STATE(6981), 1, + sym_verification_unit_binding_indication, + STATE(5160), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6050), 4, - sym_identifier, - sym_ALL, - sym_character_literal, - sym_operator_symbol, - [274998] = 7, + [274872] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6052), 1, + ACTIONS(1617), 1, sym_GENERIC, - STATE(6517), 1, - sym__interface_package_generic_map_aspect, - STATE(5166), 3, + ACTIONS(6045), 1, + anon_sym_SEMI, + ACTIONS(6047), 1, + anon_sym_LBRACK, + STATE(5741), 1, + sym_signature, + STATE(8208), 1, + sym_generic_map_aspect, + STATE(5161), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - STATE(6535), 3, - sym_generic_map_any, - sym_generic_map_default, - sym_generic_map_aspect, - [275024] = 9, + [274902] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1605), 1, + ACTIONS(1617), 1, sym_GENERIC, - ACTIONS(5954), 1, - sym_variable_assignment, - ACTIONS(6054), 1, + ACTIONS(6047), 1, + anon_sym_LBRACK, + ACTIONS(6049), 1, anon_sym_SEMI, - STATE(5688), 1, + STATE(5754), 1, + sym_signature, + STATE(8180), 1, sym_generic_map_aspect, - STATE(7033), 1, - sym_initialiser, - STATE(5167), 3, + STATE(5162), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [275054] = 9, + [274932] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1605), 1, + ACTIONS(6030), 1, sym_GENERIC, - ACTIONS(6034), 1, - anon_sym_LBRACK, - ACTIONS(6056), 1, - anon_sym_SEMI, - STATE(5715), 1, - sym_signature, - STATE(6719), 1, + STATE(5671), 1, sym_generic_map_aspect, - STATE(5168), 3, + ACTIONS(5927), 3, + sym_PARAMETER, + anon_sym_SEMI, + anon_sym_LPAREN, + STATE(5163), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [275084] = 9, + [274958] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1605), 1, + ACTIONS(1791), 1, + sym_PORT, + ACTIONS(5535), 1, sym_GENERIC, - ACTIONS(6034), 1, - anon_sym_LBRACK, - ACTIONS(6058), 1, + ACTIONS(6051), 1, anon_sym_SEMI, - STATE(5724), 1, - sym_signature, - STATE(6728), 1, + STATE(5668), 1, sym_generic_map_aspect, - STATE(5169), 3, + STATE(6738), 1, + sym_port_map_aspect, + STATE(5164), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [275114] = 5, + [274988] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(5170), 3, + ACTIONS(1791), 1, + sym_PORT, + ACTIONS(5535), 1, + sym_GENERIC, + ACTIONS(6053), 1, + anon_sym_SEMI, + STATE(5647), 1, + sym_generic_map_aspect, + STATE(6715), 1, + sym_port_map_aspect, + STATE(5165), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6060), 5, - sym_identifier, - sym_END, - sym_library_constant, - sym_library_function, - sym_library_type, - [275136] = 9, + [275018] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5769), 1, - sym_FOR, - ACTIONS(5773), 1, - sym_UNTIL, - ACTIONS(6062), 1, - anon_sym_SEMI, - STATE(5949), 1, - sym_condition_clause, - STATE(8228), 1, - sym_timeout_clause, - STATE(5171), 3, + STATE(2030), 1, + sym__suffix, + STATE(5166), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [275166] = 9, + ACTIONS(6055), 4, + sym_identifier, + sym_ALL, + sym_character_literal, + sym_operator_symbol, + [275042] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1605), 1, + ACTIONS(1617), 1, sym_GENERIC, - ACTIONS(5954), 1, + ACTIONS(5939), 1, sym_variable_assignment, - ACTIONS(6064), 1, + ACTIONS(6057), 1, anon_sym_SEMI, - STATE(5729), 1, + STATE(5908), 1, sym_generic_map_aspect, - STATE(6734), 1, + STATE(7403), 1, sym_initialiser, - STATE(5172), 3, + STATE(5167), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [275196] = 7, + [275072] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5533), 1, - sym_RANGE, - STATE(5918), 1, - sym_range_constraint, - ACTIONS(5859), 3, + STATE(5168), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(6059), 5, + sym_identifier, + sym_END, + sym_library_constant, + sym_library_function, + sym_library_type, + [275094] = 7, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(6063), 1, + sym_USE, + STATE(6882), 1, + sym_verification_unit_binding_indication, + ACTIONS(6061), 2, + sym_END, + sym_FOR, + STATE(5169), 4, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + aux_sym_configuration_head_repeat2, + [275120] = 7, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(6068), 1, sym_IS, - sym_OPEN, + STATE(6349), 1, + sym_context_declaration_body, + ACTIONS(6066), 3, anon_sym_SEMI, - STATE(5173), 3, + anon_sym_COMMA, + anon_sym_DOT, + STATE(5170), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [275222] = 6, + [275146] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(6994), 1, + STATE(4945), 1, sym__identifier, - STATE(5174), 3, + STATE(5171), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3838), 4, + ACTIONS(6070), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [275246] = 6, + [275170] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6068), 1, - anon_sym_COMMA, - ACTIONS(6066), 3, - sym_FOR, - sym_UNTIL, - anon_sym_SEMI, - STATE(5175), 4, + ACTIONS(2995), 1, + sym_END, + ACTIONS(5761), 1, + sym_USE, + STATE(5354), 1, + aux_sym_configuration_head_repeat2, + STATE(6886), 1, + sym_end_for, + STATE(6981), 1, + sym_verification_unit_binding_indication, + STATE(5172), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - aux_sym_group_constituent_list_repeat1, - [275270] = 9, + [275200] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5708), 1, - sym_GENERIC, - ACTIONS(5712), 1, - sym_PORT, - ACTIONS(6071), 1, - sym_END, - STATE(5711), 1, - sym_generic_clause, - STATE(6921), 1, - sym_port_clause, - STATE(5176), 3, + STATE(6283), 1, + sym__identifier, + STATE(5173), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [275300] = 6, + ACTIONS(5682), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [275224] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2119), 1, + STATE(4830), 1, sym__suffix, - STATE(5177), 3, + STATE(5174), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6073), 4, + ACTIONS(6072), 4, sym_identifier, sym_ALL, sym_character_literal, sym_operator_symbol, - [275324] = 9, + [275248] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1759), 1, - sym_PORT, - ACTIONS(5529), 1, - sym_GENERIC, - ACTIONS(6075), 1, - anon_sym_SEMI, - STATE(5854), 1, - sym_generic_map_aspect, - STATE(7518), 1, - sym_port_map_aspect, - STATE(5178), 3, + STATE(3288), 1, + sym__suffix, + STATE(5175), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [275354] = 6, + ACTIONS(6074), 4, + sym_identifier, + sym_ALL, + sym_character_literal, + sym_operator_symbol, + [275272] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(5690), 1, - sym__identifier, - STATE(5179), 3, + ACTIONS(6076), 1, + sym_GENERIC, + STATE(6380), 1, + sym__interface_package_generic_map_aspect, + STATE(5176), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5671), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [275378] = 6, + STATE(6385), 3, + sym_generic_map_any, + sym_generic_map_default, + sym_generic_map_aspect, + [275298] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(6828), 1, - sym__identifier, - STATE(5180), 3, + STATE(5177), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5671), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [275402] = 9, + ACTIONS(6078), 5, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_RPAREN, + sym_variable_assignment, + anon_sym_GT_GT, + [275320] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2984), 1, + ACTIONS(2995), 1, sym_END, - ACTIONS(5803), 1, + ACTIONS(5761), 1, sym_USE, - STATE(5514), 1, + STATE(5354), 1, aux_sym_configuration_head_repeat2, - STATE(7694), 1, + STATE(6981), 1, sym_verification_unit_binding_indication, - STATE(7861), 1, + STATE(7872), 1, sym_end_for, - STATE(5181), 3, + STATE(5178), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [275432] = 7, + [275350] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(5775), 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(5182), 3, + ACTIONS(5765), 1, + sym_FOR, + ACTIONS(5769), 1, + sym_UNTIL, + ACTIONS(5817), 1, + anon_sym_SEMI, + STATE(5689), 1, + sym_condition_clause, + STATE(6763), 1, + sym_timeout_clause, + STATE(5179), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [275458] = 9, + [275380] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1605), 1, + ACTIONS(1617), 1, sym_GENERIC, - ACTIONS(5954), 1, + ACTIONS(5939), 1, sym_variable_assignment, - ACTIONS(6081), 1, + ACTIONS(6080), 1, anon_sym_SEMI, - STATE(5951), 1, + STATE(5774), 1, sym_generic_map_aspect, - STATE(8243), 1, + STATE(8135), 1, sym_initialiser, - STATE(5183), 3, + STATE(5180), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [275488] = 9, + [275410] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1605), 1, + ACTIONS(1791), 1, + sym_PORT, + ACTIONS(5535), 1, sym_GENERIC, - ACTIONS(6034), 1, - anon_sym_LBRACK, - ACTIONS(6083), 1, + ACTIONS(6082), 1, anon_sym_SEMI, - STATE(5596), 1, - sym_signature, - STATE(7135), 1, + STATE(5823), 1, sym_generic_map_aspect, - STATE(5184), 3, + STATE(7139), 1, + sym_port_map_aspect, + STATE(5181), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [275518] = 9, + [275440] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1605), 1, - sym_GENERIC, - ACTIONS(6034), 1, - anon_sym_LBRACK, - ACTIONS(6085), 1, - anon_sym_SEMI, - STATE(5770), 1, - sym_signature, - STATE(7399), 1, - sym_generic_map_aspect, - STATE(5185), 3, + STATE(4908), 1, + sym__identifier, + STATE(5182), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [275548] = 5, + ACTIONS(6070), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [275464] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(5186), 3, + ACTIONS(6084), 1, + sym_GENERIC, + STATE(5872), 1, + sym_generic_map_aspect, + ACTIONS(5927), 3, + sym_PARAMETER, + sym_RETURN, + anon_sym_LPAREN, + STATE(5183), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6087), 5, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_RPAREN, - sym_variable_assignment, - anon_sym_GT_GT, - [275570] = 6, + [275490] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2154), 1, - sym__suffix, - STATE(5187), 3, + STATE(5184), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6089), 4, + ACTIONS(6086), 5, sym_identifier, - sym_ALL, - sym_character_literal, - sym_operator_symbol, - [275594] = 9, + sym_END, + sym_library_constant, + sym_library_function, + sym_library_type, + [275512] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2984), 1, - sym_END, - ACTIONS(5803), 1, - sym_USE, - STATE(5307), 1, - aux_sym_configuration_head_repeat2, - STATE(7302), 1, - sym_end_for, - STATE(7694), 1, - sym_verification_unit_binding_indication, - STATE(5188), 3, + STATE(5014), 1, + sym__suffix, + STATE(5185), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [275624] = 6, + ACTIONS(6088), 4, + sym_identifier, + sym_ALL, + sym_character_literal, + sym_operator_symbol, + [275536] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(8360), 1, + STATE(7862), 1, sym__identifier, - STATE(5189), 3, + STATE(5186), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3838), 4, + ACTIONS(5682), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [275648] = 6, + [275560] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(971), 1, - sym__suffix, - STATE(5190), 3, + STATE(8293), 1, + sym__identifier, + STATE(5187), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6091), 4, + ACTIONS(6039), 4, sym_identifier, - sym_ALL, - sym_character_literal, - sym_operator_symbol, - [275672] = 6, + sym_library_constant, + sym_library_function, + sym_library_type, + [275584] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(7669), 1, + STATE(7447), 1, sym__identifier, - STATE(5191), 3, + STATE(5188), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5671), 4, + ACTIONS(6039), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [275696] = 8, + [275608] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6093), 1, - sym_END, - ACTIONS(6095), 1, - sym_WHEN, - STATE(6086), 1, - sym_case_statement_alternative, - STATE(6940), 1, - sym_when_element, - STATE(5192), 4, + STATE(3925), 1, + sym__suffix, + STATE(5189), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - aux_sym_case_body_repeat1, - [275724] = 9, + ACTIONS(6090), 4, + sym_identifier, + sym_ALL, + sym_character_literal, + sym_operator_symbol, + [275632] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1605), 1, + ACTIONS(5527), 1, + sym_RANGE, + STATE(5565), 1, + sym_range_constraint, + ACTIONS(5807), 3, sym_GENERIC, - ACTIONS(5954), 1, - sym_variable_assignment, - ACTIONS(6098), 1, anon_sym_SEMI, - STATE(5907), 1, - sym_generic_map_aspect, - STATE(7869), 1, - sym_initialiser, - STATE(5193), 3, + sym_variable_assignment, + STATE(5190), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [275754] = 6, + [275658] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(6459), 1, + STATE(6158), 1, sym__identifier, - STATE(5194), 3, + STATE(5191), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5671), 4, + ACTIONS(5682), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [275778] = 6, + [275682] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(6381), 1, + STATE(4502), 1, + sym__suffix, + STATE(5192), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(6092), 4, + sym_identifier, + sym_ALL, + sym_character_literal, + sym_operator_symbol, + [275706] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(6492), 1, sym__identifier, - STATE(5195), 3, + STATE(5193), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5671), 4, + ACTIONS(5682), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [275802] = 6, + [275730] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3406), 1, - sym__suffix, - STATE(5196), 3, + ACTIONS(6096), 1, + anon_sym_DOT, + STATE(5194), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6100), 4, - sym_identifier, - sym_ALL, - sym_character_literal, - sym_operator_symbol, - [275826] = 6, + ACTIONS(6094), 4, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_GT_GT, + [275754] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4938), 1, - sym__identifier, - STATE(5197), 3, + STATE(3491), 1, + sym__suffix, + STATE(5195), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6102), 4, + ACTIONS(6098), 4, sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [275850] = 6, + sym_ALL, + sym_character_literal, + sym_operator_symbol, + [275778] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4941), 1, + STATE(6575), 1, sym__identifier, - STATE(5198), 3, + STATE(5196), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6102), 4, + ACTIONS(5682), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [275874] = 9, + [275802] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1605), 1, + ACTIONS(1617), 1, sym_GENERIC, - ACTIONS(6034), 1, - anon_sym_LBRACK, - ACTIONS(6104), 1, + ACTIONS(5939), 1, + sym_variable_assignment, + ACTIONS(6100), 1, anon_sym_SEMI, - STATE(5602), 1, - sym_signature, - STATE(7196), 1, + STATE(5719), 1, sym_generic_map_aspect, - STATE(5199), 3, + STATE(6813), 1, + sym_initialiser, + STATE(5197), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [275904] = 7, + [275832] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6040), 1, - sym_GENERIC, - STATE(5811), 1, - sym_generic_map_aspect, - ACTIONS(6014), 3, - sym_PARAMETER, - sym_RETURN, - anon_sym_LPAREN, - STATE(5200), 3, + STATE(8107), 1, + sym__identifier, + STATE(5198), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [275930] = 6, + ACTIONS(3838), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [275856] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4714), 1, - sym__suffix, - STATE(5201), 3, + STATE(5199), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6106), 4, + ACTIONS(6102), 5, sym_identifier, - sym_ALL, - sym_character_literal, - sym_operator_symbol, - [275954] = 9, + sym_END, + sym_library_constant, + sym_library_function, + sym_library_type, + [275878] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1605), 1, - sym_GENERIC, - ACTIONS(6034), 1, - anon_sym_LBRACK, - ACTIONS(6108), 1, - anon_sym_SEMI, - STATE(5813), 1, - sym_signature, - STATE(7312), 1, - sym_generic_map_aspect, - STATE(5202), 3, + STATE(4639), 1, + sym__suffix, + STATE(5200), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [275984] = 6, + ACTIONS(6104), 4, + sym_identifier, + sym_ALL, + sym_character_literal, + sym_operator_symbol, + [275902] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3527), 1, + STATE(1079), 1, sym__suffix, - STATE(5203), 3, + STATE(5201), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6110), 4, + ACTIONS(6106), 4, sym_identifier, sym_ALL, sym_character_literal, sym_operator_symbol, - [276008] = 9, + [275926] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5589), 1, - sym_VUNIT, - ACTIONS(6112), 1, - sym_CONFIGURATION, - ACTIONS(6114), 1, - sym_ENTITY, - ACTIONS(6116), 1, - sym_OPEN, - STATE(5226), 1, - sym_entity_aspect, - STATE(5204), 3, + STATE(5876), 1, + sym__identifier, + STATE(5202), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [276038] = 6, + ACTIONS(5682), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [275950] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1742), 1, + STATE(4844), 1, sym__suffix, - STATE(5205), 3, + STATE(5203), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6118), 4, + ACTIONS(6108), 4, sym_identifier, sym_ALL, sym_character_literal, sym_operator_symbol, - [276062] = 9, + [275974] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1605), 1, - sym_GENERIC, - ACTIONS(6034), 1, - anon_sym_LBRACK, - ACTIONS(6120), 1, - anon_sym_SEMI, - STATE(5805), 1, - sym_signature, - STATE(7600), 1, - sym_generic_map_aspect, - STATE(5206), 3, + STATE(5204), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [276092] = 9, + ACTIONS(6110), 5, + sym_identifier, + sym_END, + sym_library_constant, + sym_library_function, + sym_library_type, + [275996] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1759), 1, - sym_PORT, - ACTIONS(5529), 1, - sym_GENERIC, - ACTIONS(6122), 1, - anon_sym_SEMI, - STATE(5630), 1, - sym_generic_map_aspect, - STATE(8315), 1, - sym_port_map_aspect, - STATE(5207), 3, + ACTIONS(2995), 1, + sym_END, + ACTIONS(5761), 1, + sym_USE, + STATE(5178), 1, + aux_sym_configuration_head_repeat2, + STATE(6981), 1, + sym_verification_unit_binding_indication, + STATE(7501), 1, + sym_end_for, + STATE(5205), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [276122] = 9, + [276026] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1605), 1, - sym_GENERIC, - ACTIONS(5954), 1, - sym_variable_assignment, - ACTIONS(6124), 1, - anon_sym_SEMI, - STATE(5612), 1, - sym_generic_map_aspect, - STATE(7208), 1, - sym_initialiser, - STATE(5208), 3, + STATE(1295), 1, + sym__suffix, + STATE(5206), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [276152] = 9, + ACTIONS(6112), 4, + sym_identifier, + sym_ALL, + sym_character_literal, + sym_operator_symbol, + [276050] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1605), 1, - sym_GENERIC, - ACTIONS(5954), 1, - sym_variable_assignment, - ACTIONS(6126), 1, - anon_sym_SEMI, - STATE(5817), 1, - sym_generic_map_aspect, - STATE(7642), 1, - sym_initialiser, - STATE(5209), 3, + ACTIONS(6114), 1, + anon_sym_DOT, + STATE(5207), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [276182] = 6, + ACTIONS(6094), 4, + sym_BUS, + anon_sym_SEMI, + anon_sym_RPAREN, + sym_variable_assignment, + [276074] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4636), 1, + STATE(4791), 1, sym__suffix, - STATE(5210), 3, + STATE(5208), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6128), 4, + ACTIONS(6116), 4, sym_identifier, sym_ALL, sym_character_literal, sym_operator_symbol, - [276206] = 6, + [276098] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(8194), 1, - sym__identifier, - STATE(5211), 3, + ACTIONS(6084), 1, + sym_GENERIC, + STATE(5934), 1, + sym_generic_map_aspect, + ACTIONS(5992), 3, + sym_PARAMETER, + sym_RETURN, + anon_sym_LPAREN, + STATE(5209), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6130), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [276230] = 9, + [276124] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1759), 1, + ACTIONS(1791), 1, sym_PORT, - ACTIONS(5529), 1, + ACTIONS(5535), 1, sym_GENERIC, - ACTIONS(6132), 1, + ACTIONS(6118), 1, anon_sym_SEMI, - STATE(5626), 1, + STATE(5660), 1, sym_generic_map_aspect, - STATE(8347), 1, + STATE(6708), 1, sym_port_map_aspect, - STATE(5212), 3, + STATE(5210), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [276260] = 6, + [276154] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1987), 1, + STATE(1201), 1, sym__suffix, - STATE(5213), 3, + STATE(5211), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6134), 4, + ACTIONS(6120), 4, sym_identifier, sym_ALL, sym_character_literal, sym_operator_symbol, - [276284] = 6, + [276178] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(854), 1, + STATE(4713), 1, sym__suffix, - STATE(5214), 3, + STATE(5212), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6136), 4, + ACTIONS(6122), 4, sym_identifier, sym_ALL, sym_character_literal, sym_operator_symbol, - [276308] = 6, + [276202] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(5213), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(2626), 5, + sym_GENERIC, + sym_IS, + sym_PARAMETER, + sym_RETURN, + anon_sym_LPAREN, + [276224] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(7158), 1, + STATE(6557), 1, sym__identifier, - STATE(5215), 3, + STATE(5214), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3838), 4, + ACTIONS(5682), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [276332] = 9, + [276248] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1759), 1, - sym_PORT, - ACTIONS(5529), 1, + ACTIONS(1617), 1, sym_GENERIC, - ACTIONS(6138), 1, + ACTIONS(6047), 1, + anon_sym_LBRACK, + ACTIONS(6124), 1, anon_sym_SEMI, - STATE(5871), 1, + STATE(5739), 1, + sym_signature, + STATE(6907), 1, sym_generic_map_aspect, - STATE(7614), 1, - sym_port_map_aspect, - STATE(5216), 3, + STATE(5215), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [276362] = 6, + [276278] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6140), 1, - anon_sym_COMMA, - ACTIONS(6066), 3, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_COLON, - STATE(5217), 4, + STATE(6140), 1, + sym__identifier, + STATE(5216), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - aux_sym_group_constituent_list_repeat1, - [276386] = 7, + ACTIONS(5682), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [276302] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5535), 1, - sym_RANGE, - STATE(5625), 1, - sym_range_constraint, - ACTIONS(5859), 3, + ACTIONS(1617), 1, sym_GENERIC, + ACTIONS(6047), 1, + anon_sym_LBRACK, + ACTIONS(6126), 1, anon_sym_SEMI, - sym_variable_assignment, + STATE(5936), 1, + sym_signature, + STATE(7507), 1, + sym_generic_map_aspect, + STATE(5217), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + [276332] = 6, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(1114), 1, + sym__suffix, STATE(5218), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [276412] = 7, + ACTIONS(6128), 4, + sym_identifier, + sym_ALL, + sym_character_literal, + sym_operator_symbol, + [276356] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6143), 1, - sym_GENERIC, - STATE(5926), 1, - sym_generic_map_aspect, - ACTIONS(6014), 3, - sym_PARAMETER, - anon_sym_SEMI, - anon_sym_LPAREN, + STATE(6083), 1, + sym__identifier, STATE(5219), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [276438] = 9, + ACTIONS(5682), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [276380] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1605), 1, - sym_GENERIC, - ACTIONS(6034), 1, - anon_sym_LBRACK, - ACTIONS(6145), 1, - anon_sym_SEMI, - STATE(5669), 1, - sym_signature, - STATE(7817), 1, - sym_generic_map_aspect, + STATE(7304), 1, + sym__identifier, STATE(5220), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [276468] = 5, + ACTIONS(5682), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [276404] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + STATE(7469), 1, + sym__identifier, STATE(5221), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2678), 5, - sym_IS, - sym_PARAMETER, - anon_sym_SEMI, - anon_sym_LPAREN, - anon_sym_RPAREN, - [276490] = 6, + ACTIONS(5682), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [276428] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(6085), 1, + STATE(4920), 1, sym__identifier, STATE(5222), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3838), 4, + ACTIONS(6070), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [276514] = 6, + [276452] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2234), 1, - sym__suffix, + ACTIONS(1617), 1, + sym_GENERIC, + ACTIONS(6047), 1, + anon_sym_LBRACK, + ACTIONS(6130), 1, + anon_sym_SEMI, + STATE(5750), 1, + sym_signature, + STATE(6937), 1, + sym_generic_map_aspect, STATE(5223), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6147), 4, - sym_identifier, - sym_ALL, - sym_character_literal, - sym_operator_symbol, - [276538] = 6, + [276482] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3290), 1, - sym__suffix, + STATE(5708), 1, + aux_sym_index_constraint_repeat1, + ACTIONS(6132), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + ACTIONS(6134), 2, + anon_sym_EQ_GT, + anon_sym_PIPE, STATE(5224), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6149), 4, - sym_identifier, - sym_ALL, - sym_character_literal, - sym_operator_symbol, - [276562] = 5, + [276508] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + STATE(1356), 1, + sym__suffix, STATE(5225), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6151), 5, + ACTIONS(6136), 4, sym_identifier, - sym_END, - sym_library_constant, - sym_library_function, - sym_library_type, - [276584] = 9, + sym_ALL, + sym_character_literal, + sym_operator_symbol, + [276532] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1759), 1, - sym_PORT, - ACTIONS(5529), 1, - sym_GENERIC, - ACTIONS(6153), 1, - anon_sym_SEMI, - STATE(5932), 1, - sym_generic_map_aspect, - STATE(8171), 1, - sym_port_map_aspect, STATE(5226), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [276614] = 6, + ACTIONS(6138), 5, + sym_IS, + sym_PARAMETER, + anon_sym_SEMI, + anon_sym_LPAREN, + anon_sym_RPAREN, + [276554] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(931), 1, - sym__suffix, + STATE(6580), 1, + sym__identifier, STATE(5227), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6155), 4, + ACTIONS(5682), 4, sym_identifier, - sym_ALL, - sym_character_literal, - sym_operator_symbol, - [276638] = 6, + sym_library_constant, + sym_library_function, + sym_library_type, + [276578] = 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(2208), 1, + sym__suffix, STATE(5228), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6157), 4, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_GT_GT, - [276662] = 9, + ACTIONS(6140), 4, + sym_identifier, + sym_ALL, + sym_character_literal, + sym_operator_symbol, + [276602] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3272), 1, - sym_WHEN, - ACTIONS(6161), 1, - sym_END, - STATE(5192), 1, - aux_sym_case_body_repeat1, - STATE(6086), 1, - sym_case_statement_alternative, - STATE(6940), 1, - sym_when_element, + STATE(1966), 1, + sym__suffix, STATE(5229), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [276692] = 5, + ACTIONS(6142), 4, + sym_identifier, + sym_ALL, + sym_character_literal, + sym_operator_symbol, + [276626] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + STATE(4541), 1, + sym__suffix, STATE(5230), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6163), 5, + ACTIONS(6144), 4, sym_identifier, - sym_END, - sym_library_constant, - sym_library_function, - sym_library_type, - [276714] = 9, + sym_ALL, + sym_character_literal, + sym_operator_symbol, + [276650] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5769), 1, - sym_FOR, - ACTIONS(5773), 1, - sym_UNTIL, - ACTIONS(5879), 1, + ACTIONS(5862), 1, + anon_sym_LPAREN, + ACTIONS(5866), 1, + sym_PARAMETER, + STATE(6487), 1, + sym_parameter_list_specification, + ACTIONS(6146), 2, + sym_IS, anon_sym_SEMI, - STATE(5875), 1, - sym_condition_clause, - STATE(7634), 1, - sym_timeout_clause, STATE(5231), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [276744] = 6, + [276678] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4946), 1, - sym__suffix, + STATE(6188), 1, + sym__identifier, STATE(5232), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6165), 4, + ACTIONS(5682), 4, sym_identifier, - sym_ALL, - sym_character_literal, - sym_operator_symbol, - [276768] = 7, + sym_library_constant, + sym_library_function, + sym_library_type, + [276702] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6169), 1, - sym_USE, - STATE(8215), 1, - sym_verification_unit_binding_indication, - ACTIONS(6167), 2, - sym_END, - sym_FOR, - STATE(5233), 4, + STATE(1511), 1, + sym__suffix, + STATE(5233), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - aux_sym_configuration_head_repeat2, - [276794] = 8, + ACTIONS(6148), 4, + sym_identifier, + sym_ALL, + sym_character_literal, + sym_operator_symbol, + [276726] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5954), 1, - sym_variable_assignment, - ACTIONS(6174), 1, - sym_BUS, - STATE(6184), 1, - sym_initialiser, - ACTIONS(6172), 2, - anon_sym_SEMI, - anon_sym_RPAREN, STATE(5234), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [276822] = 6, + ACTIONS(6150), 5, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_RPAREN, + sym_variable_assignment, + anon_sym_GT_GT, + [276748] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6176), 1, - anon_sym_DOT, + STATE(6084), 1, + sym__identifier, STATE(5235), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6157), 4, - sym_BUS, - anon_sym_SEMI, - anon_sym_RPAREN, - sym_variable_assignment, - [276846] = 9, + ACTIONS(5682), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [276772] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2984), 1, - sym_END, - ACTIONS(5803), 1, - sym_USE, - STATE(5181), 1, - aux_sym_configuration_head_repeat2, - STATE(7694), 1, - sym_verification_unit_binding_indication, - STATE(7703), 1, - sym_end_for, + STATE(4727), 1, + sym__suffix, STATE(5236), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [276876] = 5, + ACTIONS(6152), 4, + sym_identifier, + sym_ALL, + sym_character_literal, + sym_operator_symbol, + [276796] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + STATE(2157), 1, + sym__suffix, STATE(5237), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6178), 5, - sym_IS, - sym_PARAMETER, - anon_sym_SEMI, - anon_sym_LPAREN, - anon_sym_RPAREN, - [276898] = 7, + ACTIONS(6154), 4, + sym_identifier, + sym_ALL, + sym_character_literal, + sym_operator_symbol, + [276820] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6182), 1, - sym_IS, - STATE(6054), 1, - sym_context_declaration_body, - ACTIONS(6180), 3, + ACTIONS(5765), 1, + sym_FOR, + ACTIONS(5769), 1, + sym_UNTIL, + ACTIONS(6156), 1, anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_DOT, + STATE(5784), 1, + sym_condition_clause, + STATE(6956), 1, + sym_timeout_clause, STATE(5238), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [276924] = 6, + [276850] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4906), 1, - sym__identifier, + ACTIONS(5939), 1, + sym_variable_assignment, + ACTIONS(6160), 1, + sym_BUS, + STATE(6261), 1, + sym_initialiser, + ACTIONS(6158), 2, + anon_sym_SEMI, + anon_sym_RPAREN, STATE(5239), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6102), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [276948] = 9, + [276878] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1605), 1, - sym_GENERIC, - ACTIONS(6034), 1, - anon_sym_LBRACK, - ACTIONS(6184), 1, - anon_sym_SEMI, - STATE(5674), 1, - sym_signature, - STATE(8023), 1, - sym_generic_map_aspect, + STATE(6218), 1, + sym__identifier, STATE(5240), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [276978] = 6, + ACTIONS(5682), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [276902] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4442), 1, - sym__suffix, + STATE(7444), 1, + sym__identifier, STATE(5241), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6186), 4, + ACTIONS(3838), 4, sym_identifier, - sym_ALL, - sym_character_literal, - sym_operator_symbol, - [277002] = 6, + sym_library_constant, + sym_library_function, + sym_library_type, + [276926] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(7732), 1, + STATE(7736), 1, sym__identifier, STATE(5242), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5671), 4, + ACTIONS(5682), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [277026] = 7, + [276950] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6190), 1, - sym_USE, - STATE(5816), 1, - sym_use_clause, - ACTIONS(6188), 2, - sym_END, - sym_FOR, - STATE(5243), 4, + ACTIONS(1617), 1, + sym_GENERIC, + ACTIONS(5939), 1, + sym_variable_assignment, + ACTIONS(6162), 1, + anon_sym_SEMI, + STATE(5800), 1, + sym_generic_map_aspect, + STATE(7034), 1, + sym_initialiser, + STATE(5243), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - aux_sym_block_configuration_repeat1, - [277052] = 6, + [276980] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(6462), 1, - sym__identifier, + STATE(1656), 1, + sym__suffix, STATE(5244), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5671), 4, + ACTIONS(6164), 4, sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [277076] = 6, + sym_ALL, + sym_character_literal, + sym_operator_symbol, + [277004] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(6146), 1, - sym__label, + STATE(2091), 1, + sym__suffix, STATE(5245), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5667), 4, + ACTIONS(6166), 4, sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [277100] = 7, + sym_ALL, + sym_character_literal, + sym_operator_symbol, + [277028] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6143), 1, - sym_GENERIC, - STATE(5579), 1, - sym_generic_map_aspect, - ACTIONS(5992), 3, - sym_PARAMETER, + ACTIONS(5765), 1, + sym_FOR, + ACTIONS(5769), 1, + sym_UNTIL, + ACTIONS(5819), 1, anon_sym_SEMI, - anon_sym_LPAREN, + STATE(5888), 1, + sym_condition_clause, + STATE(7346), 1, + sym_timeout_clause, STATE(5246), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [277126] = 9, + [277058] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5769), 1, - sym_FOR, - ACTIONS(5773), 1, - sym_UNTIL, - ACTIONS(5815), 1, - anon_sym_SEMI, - STATE(5716), 1, - sym_condition_clause, - STATE(6935), 1, - sym_timeout_clause, + STATE(6074), 1, + sym__identifier, STATE(5247), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [277156] = 6, + ACTIONS(5682), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [277082] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(6412), 1, - sym__identifier, + STATE(6036), 1, + sym__label, STATE(5248), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5671), 4, + ACTIONS(5634), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [277180] = 5, + [277106] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -273841,1459 +273804,1496 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6193), 5, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_RPAREN, - sym_variable_assignment, - anon_sym_GT_GT, - [277202] = 6, + ACTIONS(6138), 5, + sym_GENERIC, + sym_IS, + sym_PARAMETER, + sym_RETURN, + anon_sym_LPAREN, + [277128] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4580), 1, + STATE(4827), 1, sym__suffix, STATE(5250), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6195), 4, + ACTIONS(6168), 4, sym_identifier, sym_ALL, sym_character_literal, sym_operator_symbol, - [277226] = 6, + [277152] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(6138), 1, - sym__identifier, + ACTIONS(1791), 1, + sym_PORT, + ACTIONS(5535), 1, + sym_GENERIC, + ACTIONS(6170), 1, + anon_sym_SEMI, + STATE(5875), 1, + sym_generic_map_aspect, + STATE(7293), 1, + sym_port_map_aspect, STATE(5251), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3838), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [277250] = 9, + [277182] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1605), 1, - sym_GENERIC, - ACTIONS(6034), 1, - anon_sym_LBRACK, - ACTIONS(6197), 1, - anon_sym_SEMI, - STATE(5947), 1, - sym_signature, - STATE(8226), 1, - sym_generic_map_aspect, + STATE(7794), 1, + sym__identifier, STATE(5252), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [277280] = 9, + ACTIONS(5682), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [277206] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1605), 1, - sym_GENERIC, - ACTIONS(5954), 1, - sym_variable_assignment, - ACTIONS(6199), 1, - anon_sym_SEMI, - STATE(5883), 1, - sym_generic_map_aspect, - STATE(7650), 1, - sym_initialiser, + STATE(6040), 1, + sym__identifier, STATE(5253), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [277310] = 7, + ACTIONS(3838), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [277230] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6203), 1, - anon_sym_COMMA, - STATE(5175), 1, - aux_sym_group_constituent_list_repeat1, - ACTIONS(6201), 3, - sym_FOR, - sym_UNTIL, - anon_sym_SEMI, STATE(5254), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [277336] = 6, + ACTIONS(6172), 5, + sym_identifier, + sym_END, + sym_library_constant, + sym_library_function, + sym_library_type, + [277252] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1209), 1, - sym__suffix, + ACTIONS(1617), 1, + sym_GENERIC, + ACTIONS(5939), 1, + sym_variable_assignment, + ACTIONS(6174), 1, + anon_sym_SEMI, + STATE(5747), 1, + sym_generic_map_aspect, + STATE(6922), 1, + sym_initialiser, STATE(5255), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6205), 4, - sym_identifier, - sym_ALL, - sym_character_literal, - sym_operator_symbol, - [277360] = 5, + [277282] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + STATE(1791), 1, + sym__suffix, STATE(5256), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6178), 5, - sym_GENERIC, - sym_IS, - sym_PARAMETER, - anon_sym_SEMI, - anon_sym_LPAREN, - [277382] = 9, + ACTIONS(6176), 4, + sym_identifier, + sym_ALL, + sym_character_literal, + sym_operator_symbol, + [277306] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1759), 1, - sym_PORT, - ACTIONS(5529), 1, - sym_GENERIC, - ACTIONS(6207), 1, - anon_sym_SEMI, - STATE(5917), 1, - sym_generic_map_aspect, - STATE(8108), 1, - sym_port_map_aspect, + STATE(7835), 1, + sym__identifier, STATE(5257), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [277412] = 6, + ACTIONS(5682), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [277330] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3816), 1, + STATE(3405), 1, sym__suffix, STATE(5258), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6209), 4, + ACTIONS(6178), 4, sym_identifier, sym_ALL, sym_character_literal, sym_operator_symbol, - [277436] = 6, + [277354] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4554), 1, - sym__suffix, + ACTIONS(1617), 1, + sym_GENERIC, + ACTIONS(5939), 1, + sym_variable_assignment, + ACTIONS(6180), 1, + anon_sym_SEMI, + STATE(5597), 1, + sym_generic_map_aspect, + STATE(8336), 1, + sym_initialiser, STATE(5259), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6211), 4, - sym_identifier, - sym_ALL, - sym_character_literal, - sym_operator_symbol, - [277460] = 9, + [277384] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1605), 1, - sym_GENERIC, - ACTIONS(5954), 1, - sym_variable_assignment, - ACTIONS(6213), 1, + ACTIONS(6184), 1, + anon_sym_COMMA, + STATE(5275), 1, + aux_sym_group_constituent_list_repeat1, + ACTIONS(6182), 3, + sym_FOR, + sym_UNTIL, anon_sym_SEMI, - STATE(5749), 1, - sym_generic_map_aspect, - STATE(7062), 1, - sym_initialiser, STATE(5260), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [277490] = 6, + [277410] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1005), 1, + STATE(1767), 1, sym__suffix, STATE(5261), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6215), 4, + ACTIONS(6186), 4, sym_identifier, sym_ALL, sym_character_literal, sym_operator_symbol, - [277514] = 5, + [277434] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(1617), 1, + sym_GENERIC, + ACTIONS(5939), 1, + sym_variable_assignment, + ACTIONS(6188), 1, + anon_sym_SEMI, + STATE(5968), 1, + sym_generic_map_aspect, + STATE(7589), 1, + sym_initialiser, STATE(5262), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6217), 5, - sym_identifier, - sym_END, - sym_library_constant, - sym_library_function, - sym_library_type, - [277536] = 6, + [277464] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(7242), 1, + STATE(6227), 1, sym__identifier, STATE(5263), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6130), 4, + ACTIONS(5682), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [277560] = 6, + [277488] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1703), 1, - sym__suffix, + STATE(8277), 1, + sym__identifier, STATE(5264), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6219), 4, + ACTIONS(6039), 4, sym_identifier, - sym_ALL, - sym_character_literal, - sym_operator_symbol, - [277584] = 6, + sym_library_constant, + sym_library_function, + sym_library_type, + [277512] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1246), 1, - sym__suffix, + STATE(6565), 1, + sym__identifier, STATE(5265), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6221), 4, + ACTIONS(5682), 4, sym_identifier, - sym_ALL, - sym_character_literal, - sym_operator_symbol, - [277608] = 5, + sym_library_constant, + sym_library_function, + sym_library_type, + [277536] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + STATE(898), 1, + sym__suffix, STATE(5266), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2678), 5, - sym_GENERIC, - sym_IS, - sym_PARAMETER, - sym_RETURN, - anon_sym_LPAREN, - [277630] = 5, + ACTIONS(6190), 4, + sym_identifier, + sym_ALL, + sym_character_literal, + sym_operator_symbol, + [277560] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + STATE(1900), 1, + sym__suffix, STATE(5267), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6178), 5, - sym_GENERIC, - sym_IS, - sym_PARAMETER, - sym_RETURN, - anon_sym_LPAREN, - [277652] = 6, + ACTIONS(6192), 4, + sym_identifier, + sym_ALL, + sym_character_literal, + sym_operator_symbol, + [277584] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(6322), 1, - sym__identifier, + ACTIONS(5765), 1, + sym_FOR, + ACTIONS(5769), 1, + sym_UNTIL, + ACTIONS(6194), 1, + anon_sym_SEMI, + STATE(5755), 1, + sym_condition_clause, + STATE(6953), 1, + sym_timeout_clause, STATE(5268), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5671), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [277676] = 6, + [277614] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4483), 1, + STATE(1314), 1, sym__suffix, STATE(5269), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6223), 4, + ACTIONS(6196), 4, sym_identifier, sym_ALL, sym_character_literal, sym_operator_symbol, - [277700] = 9, + [277638] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1605), 1, - sym_GENERIC, - ACTIONS(5954), 1, - sym_variable_assignment, - ACTIONS(6225), 1, - anon_sym_SEMI, - STATE(5589), 1, - sym_generic_map_aspect, - STATE(7032), 1, - sym_initialiser, STATE(5270), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [277730] = 8, + ACTIONS(6138), 5, + sym_GENERIC, + sym_IS, + sym_PARAMETER, + anon_sym_SEMI, + anon_sym_LPAREN, + [277660] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5839), 1, - anon_sym_LPAREN, - ACTIONS(5843), 1, - sym_PARAMETER, - STATE(6264), 1, - sym_parameter_list_specification, - ACTIONS(6227), 2, - sym_IS, - anon_sym_SEMI, + STATE(1038), 1, + sym__suffix, STATE(5271), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [277758] = 6, + ACTIONS(6198), 4, + sym_identifier, + sym_ALL, + sym_character_literal, + sym_operator_symbol, + [277684] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(6271), 1, - sym__identifier, + ACTIONS(1617), 1, + sym_GENERIC, + ACTIONS(5939), 1, + sym_variable_assignment, + ACTIONS(6200), 1, + anon_sym_SEMI, + STATE(5945), 1, + sym_generic_map_aspect, + STATE(7759), 1, + sym_initialiser, STATE(5272), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5671), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [277782] = 6, + [277714] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1342), 1, - sym__suffix, + STATE(6192), 1, + sym__identifier, STATE(5273), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6229), 4, + ACTIONS(3838), 4, sym_identifier, - sym_ALL, - sym_character_literal, - sym_operator_symbol, - [277806] = 6, + sym_library_constant, + sym_library_function, + sym_library_type, + [277738] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1785), 1, - sym__suffix, + STATE(7637), 1, + sym__identifier, STATE(5274), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6231), 4, + ACTIONS(6039), 4, sym_identifier, - sym_ALL, - sym_character_literal, - sym_operator_symbol, - [277830] = 9, + sym_library_constant, + sym_library_function, + sym_library_type, + [277762] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1605), 1, - sym_GENERIC, - ACTIONS(6034), 1, - anon_sym_LBRACK, - ACTIONS(6233), 1, + ACTIONS(6204), 1, + anon_sym_COMMA, + ACTIONS(6202), 3, + sym_FOR, + sym_UNTIL, anon_sym_SEMI, - STATE(5838), 1, - sym_signature, - STATE(7417), 1, - sym_generic_map_aspect, - STATE(5275), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - [277860] = 6, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - STATE(6307), 1, - sym__identifier, - STATE(5276), 3, + STATE(5275), 4, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5671), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [277884] = 6, + aux_sym_group_constituent_list_repeat1, + [277786] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1359), 1, + STATE(1506), 1, sym__suffix, - STATE(5277), 3, + STATE(5276), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6235), 4, + ACTIONS(6207), 4, sym_identifier, sym_ALL, sym_character_literal, sym_operator_symbol, - [277908] = 6, + [277810] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(7790), 1, - sym__identifier, - STATE(5278), 3, + ACTIONS(1617), 1, + sym_GENERIC, + ACTIONS(6047), 1, + anon_sym_LBRACK, + ACTIONS(6209), 1, + anon_sym_SEMI, + STATE(5964), 1, + sym_signature, + STATE(7749), 1, + sym_generic_map_aspect, + STATE(5277), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5671), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [277932] = 6, + [277840] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(6606), 1, - sym__identifier, - STATE(5279), 3, + ACTIONS(1617), 1, + sym_GENERIC, + ACTIONS(6047), 1, + anon_sym_LBRACK, + ACTIONS(6211), 1, + anon_sym_SEMI, + STATE(5758), 1, + sym_signature, + STATE(6955), 1, + sym_generic_map_aspect, + STATE(5278), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5671), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [277956] = 6, + [277870] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(6189), 1, + STATE(8285), 1, sym__identifier, - STATE(5280), 3, + STATE(5279), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5671), 4, + ACTIONS(6039), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [277980] = 6, + [277894] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1481), 1, + STATE(857), 1, sym__suffix, - STATE(5281), 3, + STATE(5280), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6237), 4, + ACTIONS(6213), 4, sym_identifier, sym_ALL, sym_character_literal, sym_operator_symbol, - [278004] = 9, + [277918] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5769), 1, - sym_FOR, - ACTIONS(5773), 1, - sym_UNTIL, - ACTIONS(5787), 1, - anon_sym_SEMI, - STATE(5936), 1, - sym_condition_clause, - STATE(8186), 1, - sym_timeout_clause, - STATE(5282), 3, + ACTIONS(5583), 1, + sym_VUNIT, + ACTIONS(6215), 1, + sym_CONFIGURATION, + ACTIONS(6217), 1, + sym_ENTITY, + ACTIONS(6219), 1, + sym_OPEN, + STATE(5165), 1, + sym_entity_aspect, + STATE(5281), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [278034] = 6, + [277948] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4315), 1, + STATE(3365), 1, sym__suffix, - STATE(5283), 3, + STATE(5282), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6239), 4, + ACTIONS(6221), 4, sym_identifier, sym_ALL, sym_character_literal, sym_operator_symbol, - [278058] = 6, + [277972] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1285), 1, - sym__suffix, - STATE(5284), 3, + ACTIONS(1791), 1, + sym_PORT, + ACTIONS(5535), 1, + sym_GENERIC, + ACTIONS(6223), 1, + anon_sym_SEMI, + STATE(5805), 1, + sym_generic_map_aspect, + STATE(7056), 1, + sym_port_map_aspect, + STATE(5283), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6241), 4, - sym_identifier, - sym_ALL, - sym_character_literal, - sym_operator_symbol, - [278082] = 6, + [278002] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1507), 1, - sym__suffix, - STATE(5285), 3, + ACTIONS(1617), 1, + sym_GENERIC, + ACTIONS(6047), 1, + anon_sym_LBRACK, + ACTIONS(6225), 1, + anon_sym_SEMI, + STATE(5578), 1, + sym_signature, + STATE(6961), 1, + sym_generic_map_aspect, + STATE(5284), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6243), 4, - sym_identifier, - sym_ALL, - sym_character_literal, - sym_operator_symbol, - [278106] = 6, + [278032] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(6444), 1, + STATE(6389), 1, sym__identifier, - STATE(5286), 3, + STATE(5285), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5671), 4, + ACTIONS(5682), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [278130] = 5, + [278056] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(5287), 3, + ACTIONS(1617), 1, + sym_GENERIC, + ACTIONS(5939), 1, + sym_variable_assignment, + ACTIONS(6227), 1, + anon_sym_SEMI, + STATE(5613), 1, + sym_generic_map_aspect, + STATE(8326), 1, + sym_initialiser, + STATE(5286), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6245), 5, - sym_identifier, - sym_END, - sym_library_constant, - sym_library_function, - sym_library_type, - [278152] = 8, + [278086] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5954), 1, - sym_variable_assignment, - ACTIONS(6249), 1, - sym_BUS, - STATE(6045), 1, - sym_initialiser, - ACTIONS(6247), 2, + ACTIONS(1617), 1, + sym_GENERIC, + ACTIONS(6047), 1, + anon_sym_LBRACK, + ACTIONS(6229), 1, anon_sym_SEMI, - anon_sym_RPAREN, - STATE(5288), 3, + STATE(5990), 1, + sym_signature, + STATE(7718), 1, + sym_generic_map_aspect, + STATE(5287), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [278180] = 6, + [278116] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1210), 1, + STATE(1229), 1, sym__suffix, - STATE(5289), 3, + STATE(5288), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6251), 4, + ACTIONS(6231), 4, sym_identifier, sym_ALL, sym_character_literal, sym_operator_symbol, - [278204] = 9, + [278140] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1605), 1, - sym_GENERIC, - ACTIONS(6034), 1, - anon_sym_LBRACK, - ACTIONS(6253), 1, + ACTIONS(6233), 1, + anon_sym_COMMA, + ACTIONS(6202), 3, anon_sym_SEMI, - STATE(5888), 1, - sym_signature, - STATE(7711), 1, - sym_generic_map_aspect, - STATE(5290), 3, + anon_sym_RPAREN, + anon_sym_COLON, + STATE(5289), 4, sym__tool_directive, sym_line_comment, sym_block_comment, - [278234] = 9, + aux_sym_group_constituent_list_repeat1, + [278164] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1605), 1, + ACTIONS(1617), 1, sym_GENERIC, - ACTIONS(6034), 1, + ACTIONS(6047), 1, anon_sym_LBRACK, - ACTIONS(6255), 1, + ACTIONS(6236), 1, anon_sym_SEMI, - STATE(5892), 1, + STATE(5560), 1, sym_signature, - STATE(7743), 1, + STATE(7186), 1, sym_generic_map_aspect, - STATE(5291), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - [278264] = 9, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(5769), 1, - sym_FOR, - ACTIONS(5773), 1, - sym_UNTIL, - ACTIONS(6257), 1, - anon_sym_SEMI, - STATE(5865), 1, - sym_condition_clause, - STATE(7439), 1, - sym_timeout_clause, - STATE(5292), 3, + STATE(5290), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [278294] = 6, + [278194] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(3372), 1, - sym__suffix, - STATE(5293), 3, + STATE(6118), 1, + sym__identifier, + STATE(5291), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6259), 4, + ACTIONS(3838), 4, sym_identifier, - sym_ALL, - sym_character_literal, - sym_operator_symbol, - [278318] = 6, + sym_library_constant, + sym_library_function, + sym_library_type, + [278218] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(6948), 1, + STATE(6567), 1, sym__identifier, - STATE(5294), 3, + STATE(5292), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6130), 4, + ACTIONS(5682), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [278342] = 6, + [278242] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4722), 1, + STATE(2138), 1, sym__suffix, - STATE(5295), 3, + STATE(5293), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6261), 4, + ACTIONS(6238), 4, sym_identifier, sym_ALL, sym_character_literal, sym_operator_symbol, - [278366] = 6, + [278266] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4776), 1, + STATE(1598), 1, sym__suffix, - STATE(5296), 3, + STATE(5294), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6263), 4, + ACTIONS(6240), 4, sym_identifier, sym_ALL, sym_character_literal, sym_operator_symbol, - [278390] = 6, + [278290] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1562), 1, - sym__suffix, - STATE(5297), 3, + ACTIONS(1617), 1, + sym_GENERIC, + ACTIONS(6047), 1, + anon_sym_LBRACK, + ACTIONS(6242), 1, + anon_sym_SEMI, + STATE(5766), 1, + sym_signature, + STATE(6973), 1, + sym_generic_map_aspect, + STATE(5295), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6265), 4, - sym_identifier, - sym_ALL, - sym_character_literal, - sym_operator_symbol, - [278414] = 5, + [278320] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(5298), 3, + ACTIONS(5765), 1, + sym_FOR, + ACTIONS(5769), 1, + sym_UNTIL, + ACTIONS(6244), 1, + anon_sym_SEMI, + STATE(5967), 1, + sym_condition_clause, + STATE(7777), 1, + sym_timeout_clause, + STATE(5296), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6267), 5, - sym_identifier, - sym_END, - sym_library_constant, - sym_library_function, - sym_library_type, - [278436] = 6, + [278350] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(6997), 1, + STATE(6539), 1, sym__identifier, - STATE(5299), 3, + STATE(5297), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3838), 4, + ACTIONS(5682), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [278460] = 9, + [278374] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1605), 1, + ACTIONS(1617), 1, sym_GENERIC, - ACTIONS(5954), 1, + ACTIONS(5939), 1, sym_variable_assignment, - ACTIONS(6269), 1, + ACTIONS(6246), 1, anon_sym_SEMI, - STATE(5710), 1, + STATE(5563), 1, sym_generic_map_aspect, - STATE(6657), 1, + STATE(8361), 1, sym_initialiser, - STATE(5300), 3, + STATE(5298), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [278490] = 6, + [278404] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1107), 1, + STATE(4358), 1, sym__suffix, - STATE(5301), 3, + STATE(5299), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6271), 4, + ACTIONS(6248), 4, sym_identifier, sym_ALL, sym_character_literal, sym_operator_symbol, - [278514] = 6, + [278428] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(6082), 1, - sym__identifier, - STATE(5302), 3, + STATE(1535), 1, + sym__suffix, + STATE(5300), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3838), 4, + ACTIONS(6250), 4, + sym_identifier, + sym_ALL, + sym_character_literal, + sym_operator_symbol, + [278452] = 5, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + STATE(5301), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + ACTIONS(6252), 5, sym_identifier, + sym_END, sym_library_constant, sym_library_function, sym_library_type, - [278538] = 9, + [278474] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5769), 1, - sym_FOR, - ACTIONS(5773), 1, - sym_UNTIL, - ACTIONS(6273), 1, + ACTIONS(1617), 1, + sym_GENERIC, + ACTIONS(5939), 1, + sym_variable_assignment, + ACTIONS(6254), 1, anon_sym_SEMI, - STATE(5899), 1, - sym_condition_clause, - STATE(7754), 1, - sym_timeout_clause, + STATE(5995), 1, + sym_generic_map_aspect, + STATE(7671), 1, + sym_initialiser, + STATE(5302), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + [278504] = 9, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(1617), 1, + sym_GENERIC, + ACTIONS(6047), 1, + anon_sym_LBRACK, + ACTIONS(6256), 1, + anon_sym_SEMI, + STATE(5610), 1, + sym_signature, + STATE(8327), 1, + sym_generic_map_aspect, STATE(5303), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [278568] = 6, + [278534] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1565), 1, - sym__suffix, + ACTIONS(5939), 1, + sym_variable_assignment, + ACTIONS(6260), 1, + sym_BUS, + STATE(6356), 1, + sym_initialiser, + ACTIONS(6258), 2, + anon_sym_SEMI, + anon_sym_RPAREN, STATE(5304), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6275), 4, - sym_identifier, - sym_ALL, - sym_character_literal, - sym_operator_symbol, - [278592] = 6, + [278562] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(892), 1, + STATE(1349), 1, sym__suffix, STATE(5305), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6277), 4, + ACTIONS(6262), 4, sym_identifier, sym_ALL, sym_character_literal, sym_operator_symbol, - [278616] = 9, + [278586] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1605), 1, + ACTIONS(1617), 1, sym_GENERIC, - ACTIONS(5954), 1, - sym_variable_assignment, - ACTIONS(6279), 1, + ACTIONS(6047), 1, + anon_sym_LBRACK, + ACTIONS(6264), 1, anon_sym_SEMI, - STATE(5902), 1, + STATE(5608), 1, + sym_signature, + STATE(8328), 1, sym_generic_map_aspect, - STATE(7818), 1, - sym_initialiser, STATE(5306), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [278646] = 9, + [278616] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2984), 1, - sym_END, - ACTIONS(5803), 1, - sym_USE, - STATE(5514), 1, - aux_sym_configuration_head_repeat2, - STATE(7021), 1, - sym_end_for, - STATE(7694), 1, - sym_verification_unit_binding_indication, + STATE(4915), 1, + sym__suffix, STATE(5307), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [278676] = 6, + ACTIONS(6266), 4, + sym_identifier, + sym_ALL, + sym_character_literal, + sym_operator_symbol, + [278640] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1329), 1, - sym__suffix, STATE(5308), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6281), 4, - sym_identifier, - sym_ALL, - sym_character_literal, - sym_operator_symbol, - [278700] = 7, + ACTIONS(2626), 5, + sym_IS, + sym_PARAMETER, + anon_sym_SEMI, + anon_sym_LPAREN, + anon_sym_RPAREN, + [278662] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6203), 1, - anon_sym_COMMA, - STATE(5254), 1, - aux_sym_group_constituent_list_repeat1, - ACTIONS(6283), 3, - sym_FOR, - sym_UNTIL, - anon_sym_SEMI, STATE(5309), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [278726] = 6, + ACTIONS(6268), 5, + sym_identifier, + sym_END, + sym_library_constant, + sym_library_function, + sym_library_type, + [278684] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1084), 1, + STATE(1388), 1, sym__suffix, STATE(5310), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6285), 4, + ACTIONS(6270), 4, sym_identifier, sym_ALL, sym_character_literal, sym_operator_symbol, - [278750] = 9, + [278708] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1605), 1, - sym_GENERIC, - ACTIONS(5954), 1, - sym_variable_assignment, - ACTIONS(6287), 1, - anon_sym_SEMI, - STATE(5676), 1, - sym_generic_map_aspect, - STATE(8039), 1, - sym_initialiser, STATE(5311), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [278780] = 6, + ACTIONS(5958), 5, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + anon_sym_CARET, + [278730] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1810), 1, - sym__suffix, + ACTIONS(1617), 1, + sym_GENERIC, + ACTIONS(5939), 1, + sym_variable_assignment, + ACTIONS(6272), 1, + anon_sym_SEMI, + STATE(5600), 1, + sym_generic_map_aspect, + STATE(8335), 1, + sym_initialiser, STATE(5312), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6289), 4, - sym_identifier, - sym_ALL, - sym_character_literal, - sym_operator_symbol, - [278804] = 6, + [278760] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4886), 1, - sym__suffix, + STATE(6051), 1, + sym__identifier, STATE(5313), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6291), 4, + ACTIONS(5682), 4, sym_identifier, - sym_ALL, - sym_character_literal, - sym_operator_symbol, - [278828] = 6, + sym_library_constant, + sym_library_function, + sym_library_type, + [278784] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(6571), 1, - sym__identifier, + STATE(4438), 1, + sym__suffix, STATE(5314), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5671), 4, + ACTIONS(6274), 4, sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [278852] = 6, + sym_ALL, + sym_character_literal, + sym_operator_symbol, + [278808] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(2146), 1, - sym__suffix, - STATE(5315), 3, + ACTIONS(6276), 1, + sym_END, + ACTIONS(6278), 1, + sym_WHEN, + STATE(6211), 1, + sym_case_statement_alternative, + STATE(7351), 1, + sym_when_element, + STATE(5315), 4, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6293), 4, - sym_identifier, - sym_ALL, - sym_character_literal, - sym_operator_symbol, - [278876] = 6, + aux_sym_case_body_repeat1, + [278836] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(5016), 1, - sym__suffix, + ACTIONS(5720), 1, + sym_GENERIC, + ACTIONS(5724), 1, + sym_PORT, + ACTIONS(6281), 1, + sym_END, + STATE(5926), 1, + sym_generic_clause, + STATE(7465), 1, + sym_port_clause, STATE(5316), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6295), 4, - sym_identifier, - sym_ALL, - sym_character_literal, - sym_operator_symbol, - [278900] = 6, + [278866] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(7831), 1, - sym__identifier, + ACTIONS(1617), 1, + sym_GENERIC, + ACTIONS(6047), 1, + anon_sym_LBRACK, + ACTIONS(6283), 1, + anon_sym_SEMI, + STATE(5955), 1, + sym_signature, + STATE(7552), 1, + sym_generic_map_aspect, STATE(5317), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5671), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [278924] = 6, + [278896] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(1848), 1, + STATE(4489), 1, sym__suffix, STATE(5318), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6297), 4, + ACTIONS(6285), 4, sym_identifier, sym_ALL, sym_character_literal, sym_operator_symbol, - [278948] = 5, + [278920] = 6, 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, STATE(5319), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6299), 5, + ACTIONS(6287), 4, sym_identifier, - sym_END, - sym_library_constant, - sym_library_function, - sym_library_type, - [278970] = 6, + sym_ALL, + sym_character_literal, + sym_operator_symbol, + [278944] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(6487), 1, - sym__identifier, + ACTIONS(1617), 1, + sym_GENERIC, + ACTIONS(5939), 1, + sym_variable_assignment, + ACTIONS(6289), 1, + anon_sym_SEMI, + STATE(5777), 1, + sym_generic_map_aspect, + STATE(7004), 1, + sym_initialiser, STATE(5320), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5671), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [278994] = 6, + [278974] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(6547), 1, - sym__identifier, STATE(5321), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5671), 4, + ACTIONS(6291), 5, sym_identifier, + sym_END, sym_library_constant, sym_library_function, sym_library_type, - [279018] = 6, + [278996] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(8273), 1, - sym__identifier, + ACTIONS(1791), 1, + sym_PORT, + ACTIONS(5535), 1, + sym_GENERIC, + ACTIONS(6293), 1, + anon_sym_SEMI, + STATE(5922), 1, + sym_generic_map_aspect, + STATE(7486), 1, + sym_port_map_aspect, STATE(5322), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6130), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [279042] = 5, + [279026] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(6184), 1, + anon_sym_COMMA, + STATE(5260), 1, + aux_sym_group_constituent_list_repeat1, + ACTIONS(6295), 3, + sym_FOR, + sym_UNTIL, + anon_sym_SEMI, STATE(5323), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6301), 5, - sym_identifier, - sym_END, - sym_library_constant, - sym_library_function, - sym_library_type, - [279064] = 6, + [279052] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(6549), 1, + STATE(7842), 1, sym__identifier, STATE(5324), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5671), 4, + ACTIONS(3838), 4, sym_identifier, sym_library_constant, sym_library_function, sym_library_type, - [279088] = 6, + [279076] = 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(1724), 1, + sym__suffix, STATE(5325), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6130), 4, + ACTIONS(6297), 4, sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [279112] = 6, + sym_ALL, + sym_character_literal, + sym_operator_symbol, + [279100] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(6552), 1, - sym__identifier, + ACTIONS(5765), 1, + sym_FOR, + ACTIONS(5769), 1, + sym_UNTIL, + ACTIONS(5771), 1, + anon_sym_SEMI, + STATE(5799), 1, + sym_condition_clause, + STATE(7030), 1, + sym_timeout_clause, STATE(5326), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5671), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [279136] = 6, + [279130] = 9, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(8289), 1, - sym__identifier, + ACTIONS(3432), 1, + sym_WHEN, + ACTIONS(6299), 1, + sym_END, + STATE(5315), 1, + aux_sym_case_body_repeat1, + STATE(6211), 1, + sym_case_statement_alternative, + STATE(7351), 1, + sym_when_element, STATE(5327), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6130), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, [279160] = 6, ACTIONS(3), 1, sym__grave_accent, @@ -275301,17 +275301,17 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(6554), 1, - sym__identifier, + STATE(4571), 1, + sym__suffix, STATE(5328), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5671), 4, + ACTIONS(6301), 4, sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, + sym_ALL, + sym_character_literal, + sym_operator_symbol, [279184] = 6, ACTIONS(3), 1, sym__grave_accent, @@ -275319,13 +275319,13 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(6557), 1, + STATE(7673), 1, sym__identifier, STATE(5329), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5671), 4, + ACTIONS(5682), 4, sym_identifier, sym_library_constant, sym_library_function, @@ -275337,7 +275337,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(4463), 1, + STATE(985), 1, sym__suffix, STATE(5330), 3, sym__tool_directive, @@ -275348,287 +275348,277 @@ static const uint16_t ts_small_parse_table[] = { sym_ALL, sym_character_literal, sym_operator_symbol, - [279232] = 8, + [279232] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2906), 1, - sym_WHEN, ACTIONS(6305), 1, anon_sym_SEMI, - STATE(5487), 1, - aux_sym_conditional_or_unaffected_expression_repeat1, - STATE(5712), 1, - sym_when_expression, - STATE(5331), 3, + ACTIONS(6307), 1, + sym_ELSE, + STATE(6337), 1, + sym_else_waveform, + STATE(5331), 4, sym__tool_directive, sym_line_comment, sym_block_comment, - [279259] = 8, + aux_sym_conditional_waveforms_repeat1, + [279257] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6307), 1, + ACTIONS(6310), 1, anon_sym_COMMA, - ACTIONS(6309), 1, + ACTIONS(6312), 1, anon_sym_RBRACK, - ACTIONS(6311), 1, + ACTIONS(6314), 1, sym_RETURN, - STATE(5334), 1, + STATE(5510), 1, aux_sym_signature_repeat1, STATE(5332), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [279286] = 8, + [279284] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6313), 1, - anon_sym_SEMI, - ACTIONS(6315), 1, - sym_IS, - ACTIONS(6317), 1, - sym_OPEN, - STATE(6825), 1, - sym_file_open_information, + ACTIONS(6310), 1, + anon_sym_COMMA, + ACTIONS(6316), 1, + anon_sym_RBRACK, + ACTIONS(6318), 1, + sym_RETURN, + STATE(5332), 1, + aux_sym_signature_repeat1, STATE(5333), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [279313] = 8, + [279311] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6307), 1, - anon_sym_COMMA, - ACTIONS(6319), 1, - anon_sym_RBRACK, - ACTIONS(6321), 1, - sym_RETURN, - STATE(5503), 1, - aux_sym_signature_repeat1, - STATE(5334), 3, + ACTIONS(6320), 1, + anon_sym_SEMI, + ACTIONS(6322), 1, + sym_WHEN, + STATE(6285), 1, + sym_when_expression, + STATE(5334), 4, sym__tool_directive, sym_line_comment, sym_block_comment, - [279340] = 8, + aux_sym_conditional_or_unaffected_expression_repeat1, + [279336] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6307), 1, - anon_sym_COMMA, - ACTIONS(6323), 1, - anon_sym_RBRACK, + ACTIONS(2873), 1, + sym_WHEN, ACTIONS(6325), 1, - sym_RETURN, - STATE(5338), 1, - aux_sym_signature_repeat1, + anon_sym_SEMI, + STATE(5334), 1, + aux_sym_conditional_or_unaffected_expression_repeat1, + STATE(5961), 1, + sym_when_expression, STATE(5335), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [279367] = 8, + [279363] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6315), 1, - sym_IS, - ACTIONS(6317), 1, - sym_OPEN, + ACTIONS(6310), 1, + anon_sym_COMMA, ACTIONS(6327), 1, - anon_sym_SEMI, - STATE(6970), 1, - sym_file_open_information, + anon_sym_RBRACK, + ACTIONS(6329), 1, + sym_RETURN, + STATE(5510), 1, + aux_sym_signature_repeat1, STATE(5336), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [279394] = 7, + [279390] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6329), 1, - anon_sym_SEMI, + ACTIONS(6310), 1, + anon_sym_COMMA, ACTIONS(6331), 1, - sym_ELSE, - STATE(6538), 1, - sym_else_waveform, - STATE(5337), 4, + anon_sym_RBRACK, + ACTIONS(6333), 1, + sym_RETURN, + STATE(5336), 1, + aux_sym_signature_repeat1, + STATE(5337), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - aux_sym_conditional_waveforms_repeat1, - [279419] = 8, + [279417] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6307), 1, - anon_sym_COMMA, - ACTIONS(6334), 1, - anon_sym_RBRACK, - ACTIONS(6336), 1, - sym_RETURN, - STATE(5503), 1, - aux_sym_signature_repeat1, STATE(5338), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [279446] = 8, + ACTIONS(6335), 4, + sym_BUS, + anon_sym_SEMI, + anon_sym_RPAREN, + sym_variable_assignment, + [279438] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6307), 1, - anon_sym_COMMA, - ACTIONS(6338), 1, - anon_sym_RBRACK, - ACTIONS(6340), 1, - sym_RETURN, - STATE(5343), 1, - aux_sym_signature_repeat1, STATE(5339), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [279473] = 5, + ACTIONS(6041), 4, + sym_BUS, + anon_sym_SEMI, + anon_sym_RPAREN, + sym_variable_assignment, + [279459] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(6310), 1, + anon_sym_COMMA, + ACTIONS(6337), 1, + anon_sym_RBRACK, + ACTIONS(6339), 1, + sym_RETURN, + STATE(5510), 1, + aux_sym_signature_repeat1, STATE(5340), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6342), 4, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_EQ_GT, - anon_sym_PIPE, - [279494] = 8, + [279486] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6315), 1, - sym_IS, - ACTIONS(6317), 1, - sym_OPEN, - ACTIONS(6344), 1, - anon_sym_SEMI, - STATE(7679), 1, - sym_file_open_information, + ACTIONS(6310), 1, + anon_sym_COMMA, + ACTIONS(6341), 1, + anon_sym_RBRACK, + ACTIONS(6343), 1, + sym_RETURN, + STATE(5340), 1, + aux_sym_signature_repeat1, STATE(5341), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [279521] = 7, + [279513] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6346), 1, - sym_END, - ACTIONS(6348), 1, - sym_WHEN, - STATE(6192), 1, - sym_case_generate_alternative, - STATE(5342), 4, + STATE(5342), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - aux_sym_case_generate_block_repeat1, - [279546] = 8, + ACTIONS(6345), 4, + sym_BUS, + anon_sym_SEMI, + anon_sym_RPAREN, + sym_variable_assignment, + [279534] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6307), 1, + ACTIONS(6310), 1, anon_sym_COMMA, - ACTIONS(6351), 1, + ACTIONS(6347), 1, anon_sym_RBRACK, - ACTIONS(6353), 1, + ACTIONS(6349), 1, sym_RETURN, - STATE(5503), 1, + STATE(5370), 1, aux_sym_signature_repeat1, STATE(5343), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [279573] = 8, + [279561] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6307), 1, + ACTIONS(6353), 1, + anon_sym_LBRACK, + STATE(6246), 1, + sym_signature, + ACTIONS(6351), 2, anon_sym_COMMA, - ACTIONS(6355), 1, - anon_sym_RBRACK, - ACTIONS(6357), 1, - sym_RETURN, - STATE(5345), 1, - aux_sym_signature_repeat1, + anon_sym_COLON, STATE(5344), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [279600] = 8, + [279586] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6307), 1, - anon_sym_COMMA, - ACTIONS(6359), 1, - anon_sym_RBRACK, - ACTIONS(6361), 1, - sym_RETURN, - STATE(5503), 1, - aux_sym_signature_repeat1, STATE(5345), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [279627] = 5, + ACTIONS(6355), 4, + sym_BUS, + anon_sym_SEMI, + anon_sym_RPAREN, + sym_variable_assignment, + [279607] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -275639,513 +275629,508 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6363), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [279648] = 8, + ACTIONS(6357), 4, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_GT_GT, + [279628] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6307), 1, - anon_sym_COMMA, - ACTIONS(6365), 1, - anon_sym_RBRACK, - ACTIONS(6367), 1, - sym_RETURN, - STATE(5348), 1, - aux_sym_signature_repeat1, STATE(5347), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [279675] = 8, + ACTIONS(6359), 4, + sym_BUS, + anon_sym_SEMI, + anon_sym_RPAREN, + sym_variable_assignment, + [279649] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6307), 1, + ACTIONS(6310), 1, anon_sym_COMMA, - ACTIONS(6369), 1, + ACTIONS(6361), 1, anon_sym_RBRACK, - ACTIONS(6371), 1, + ACTIONS(6363), 1, sym_RETURN, - STATE(5503), 1, + STATE(5510), 1, aux_sym_signature_repeat1, STATE(5348), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [279702] = 8, + [279676] = 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_USE, - ACTIONS(6373), 1, - sym_FOR, - STATE(5350), 1, - aux_sym_configuration_head_repeat2, - STATE(7246), 1, - sym_verification_unit_binding_indication, + ACTIONS(6310), 1, + anon_sym_COMMA, + ACTIONS(6365), 1, + anon_sym_RBRACK, + ACTIONS(6367), 1, + sym_RETURN, + STATE(5348), 1, + aux_sym_signature_repeat1, STATE(5349), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [279729] = 7, + [279703] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6167), 1, - sym_FOR, - ACTIONS(6169), 1, - sym_USE, - STATE(7246), 1, - sym_verification_unit_binding_indication, - STATE(5350), 4, + STATE(5350), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - aux_sym_configuration_head_repeat2, - [279754] = 8, + ACTIONS(6369), 4, + sym_BUS, + anon_sym_SEMI, + anon_sym_RPAREN, + sym_variable_assignment, + [279724] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6307), 1, - anon_sym_COMMA, - ACTIONS(6375), 1, - anon_sym_RBRACK, - ACTIONS(6377), 1, - sym_RETURN, - STATE(5352), 1, - aux_sym_signature_repeat1, STATE(5351), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [279781] = 8, + ACTIONS(6371), 4, + sym_IS, + sym_PARAMETER, + anon_sym_SEMI, + anon_sym_LPAREN, + [279745] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6307), 1, + ACTIONS(6375), 1, + anon_sym_PIPE, + ACTIONS(6373), 3, + anon_sym_SEMI, anon_sym_COMMA, - ACTIONS(6379), 1, - anon_sym_RBRACK, - ACTIONS(6381), 1, - sym_RETURN, - STATE(5503), 1, - aux_sym_signature_repeat1, + anon_sym_EQ_GT, STATE(5352), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [279808] = 8, - ACTIONS(3), 1, - sym__grave_accent, - ACTIONS(5), 1, - sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(6307), 1, - anon_sym_COMMA, - ACTIONS(6383), 1, - anon_sym_RBRACK, - ACTIONS(6385), 1, - sym_RETURN, - STATE(5354), 1, - aux_sym_signature_repeat1, - STATE(5353), 3, - sym__tool_directive, - sym_line_comment, - sym_block_comment, - [279835] = 8, + [279768] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6307), 1, - anon_sym_COMMA, - ACTIONS(6387), 1, - anon_sym_RBRACK, - ACTIONS(6389), 1, - sym_RETURN, - STATE(5503), 1, - aux_sym_signature_repeat1, - STATE(5354), 3, + STATE(5353), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [279862] = 5, + ACTIONS(6357), 4, + sym_BUS, + anon_sym_SEMI, + anon_sym_RPAREN, + sym_variable_assignment, + [279789] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(5355), 3, + ACTIONS(6061), 1, + sym_END, + ACTIONS(6063), 1, + sym_USE, + STATE(6981), 1, + sym_verification_unit_binding_indication, + STATE(5354), 4, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2588), 4, - sym_IS, - sym_PARAMETER, - anon_sym_SEMI, - anon_sym_LPAREN, - [279883] = 8, + aux_sym_configuration_head_repeat2, + [279814] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6307), 1, + ACTIONS(6310), 1, anon_sym_COMMA, - ACTIONS(6391), 1, + ACTIONS(6377), 1, anon_sym_RBRACK, - ACTIONS(6393), 1, + ACTIONS(6379), 1, sym_RETURN, - STATE(5357), 1, + STATE(5510), 1, aux_sym_signature_repeat1, - STATE(5356), 3, + STATE(5355), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [279910] = 8, + [279841] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6307), 1, + ACTIONS(6310), 1, anon_sym_COMMA, - ACTIONS(6395), 1, + ACTIONS(6381), 1, anon_sym_RBRACK, - ACTIONS(6397), 1, + ACTIONS(6383), 1, sym_RETURN, - STATE(5503), 1, + STATE(5355), 1, aux_sym_signature_repeat1, + STATE(5356), 3, + sym__tool_directive, + sym_line_comment, + sym_block_comment, + [279868] = 8, + ACTIONS(3), 1, + sym__grave_accent, + ACTIONS(5), 1, + sym__line_comment_start, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(6385), 1, + anon_sym_SEMI, + ACTIONS(6387), 1, + sym_IS, + ACTIONS(6389), 1, + sym_OPEN, + STATE(7782), 1, + sym_file_open_information, STATE(5357), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [279937] = 5, + [279895] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(6393), 1, + sym_END, + STATE(5698), 1, + sym_generate_block_end, + ACTIONS(6391), 2, + sym_ELSE, + sym_ELSIF, STATE(5358), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2674), 4, - sym_IS, - sym_PARAMETER, - anon_sym_SEMI, - anon_sym_LPAREN, - [279958] = 5, + [279920] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(6310), 1, + anon_sym_COMMA, + ACTIONS(6396), 1, + anon_sym_RBRACK, + ACTIONS(6398), 1, + sym_RETURN, + STATE(5361), 1, + aux_sym_signature_repeat1, STATE(5359), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6399), 4, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_GT_GT, - [279979] = 5, + [279947] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(6402), 1, + anon_sym_DOT, + STATE(5483), 1, + aux_sym_selected_name_repeat1, + ACTIONS(6400), 2, + anon_sym_SEMI, + anon_sym_COMMA, STATE(5360), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2440), 4, - sym_IS, - sym_PARAMETER, - anon_sym_SEMI, - anon_sym_LPAREN, - [280000] = 8, + [279972] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6307), 1, + ACTIONS(6310), 1, anon_sym_COMMA, - ACTIONS(6401), 1, + ACTIONS(6404), 1, anon_sym_RBRACK, - ACTIONS(6403), 1, + ACTIONS(6406), 1, sym_RETURN, - STATE(5362), 1, + STATE(5510), 1, aux_sym_signature_repeat1, STATE(5361), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [280027] = 8, + [279999] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6307), 1, + ACTIONS(6310), 1, anon_sym_COMMA, - ACTIONS(6405), 1, + ACTIONS(6408), 1, anon_sym_RBRACK, - ACTIONS(6407), 1, + ACTIONS(6410), 1, sym_RETURN, - STATE(5503), 1, + STATE(5364), 1, aux_sym_signature_repeat1, STATE(5362), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [280054] = 5, + [280026] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(6412), 1, + anon_sym_SEMI, + STATE(7573), 1, + sym_force_mode, + ACTIONS(6414), 2, + sym_IN, + sym_OUT, STATE(5363), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6409), 4, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_GT_GT, - [280075] = 5, + [280051] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(6310), 1, + anon_sym_COMMA, + ACTIONS(6416), 1, + anon_sym_RBRACK, + ACTIONS(6418), 1, + sym_RETURN, + STATE(5510), 1, + aux_sym_signature_repeat1, STATE(5364), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6411), 4, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_GT_GT, - [280096] = 8, + [280078] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6307), 1, + ACTIONS(6402), 1, + anon_sym_DOT, + STATE(5481), 1, + aux_sym_selected_name_repeat1, + ACTIONS(6420), 2, + anon_sym_SEMI, anon_sym_COMMA, - ACTIONS(6413), 1, - anon_sym_RBRACK, - ACTIONS(6415), 1, - sym_RETURN, - STATE(5366), 1, - aux_sym_signature_repeat1, STATE(5365), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [280123] = 8, + [280103] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6307), 1, - anon_sym_COMMA, - ACTIONS(6417), 1, - anon_sym_RBRACK, - ACTIONS(6419), 1, - sym_RETURN, - STATE(5503), 1, - aux_sym_signature_repeat1, STATE(5366), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [280150] = 7, + ACTIONS(6422), 4, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_GT_GT, + [280124] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5954), 1, - sym_variable_assignment, - STATE(6184), 1, - sym_initialiser, - ACTIONS(6172), 2, - anon_sym_SEMI, - anon_sym_RPAREN, + ACTIONS(6310), 1, + anon_sym_COMMA, + ACTIONS(6424), 1, + anon_sym_RBRACK, + ACTIONS(6426), 1, + sym_RETURN, + STATE(5373), 1, + aux_sym_signature_repeat1, STATE(5367), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [280175] = 8, + [280151] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6307), 1, - anon_sym_COMMA, - ACTIONS(6421), 1, - anon_sym_RBRACK, - ACTIONS(6423), 1, - sym_RETURN, - STATE(5369), 1, - aux_sym_signature_repeat1, STATE(5368), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [280202] = 8, + ACTIONS(3248), 4, + sym_CONTEXT, + sym_END, + sym_LIBRARY, + sym_USE, + [280172] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6307), 1, + ACTIONS(6310), 1, anon_sym_COMMA, - ACTIONS(6425), 1, + ACTIONS(6428), 1, anon_sym_RBRACK, - ACTIONS(6427), 1, + ACTIONS(6430), 1, sym_RETURN, - STATE(5503), 1, + STATE(5510), 1, aux_sym_signature_repeat1, STATE(5369), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [280229] = 5, + [280199] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(6310), 1, + anon_sym_COMMA, + ACTIONS(6432), 1, + anon_sym_RBRACK, + ACTIONS(6434), 1, + sym_RETURN, + STATE(5510), 1, + aux_sym_signature_repeat1, STATE(5370), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3292), 4, - sym_CONTEXT, - sym_END, - sym_LIBRARY, - sym_USE, - [280250] = 8, + [280226] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6307), 1, + ACTIONS(6310), 1, anon_sym_COMMA, - ACTIONS(6429), 1, + ACTIONS(6436), 1, anon_sym_RBRACK, - ACTIONS(6431), 1, + ACTIONS(6438), 1, sym_RETURN, - STATE(5503), 1, + STATE(5369), 1, aux_sym_signature_repeat1, STATE(5371), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [280277] = 8, + [280253] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6307), 1, - anon_sym_COMMA, - ACTIONS(6433), 1, - anon_sym_RBRACK, - ACTIONS(6435), 1, - sym_RETURN, - STATE(5373), 1, - aux_sym_signature_repeat1, STATE(5372), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [280304] = 8, + ACTIONS(3250), 4, + sym_CONTEXT, + sym_END, + sym_LIBRARY, + sym_USE, + [280274] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6307), 1, + ACTIONS(6310), 1, anon_sym_COMMA, - ACTIONS(6437), 1, + ACTIONS(6440), 1, anon_sym_RBRACK, - ACTIONS(6439), 1, + ACTIONS(6442), 1, sym_RETURN, - STATE(5503), 1, + STATE(5510), 1, aux_sym_signature_repeat1, STATE(5373), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [280331] = 8, + [280301] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6307), 1, + ACTIONS(6310), 1, anon_sym_COMMA, - ACTIONS(6441), 1, + ACTIONS(6444), 1, anon_sym_RBRACK, - ACTIONS(6443), 1, + ACTIONS(6446), 1, sym_RETURN, STATE(5375), 1, aux_sym_signature_repeat1, @@ -276153,242 +276138,233 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - [280358] = 8, + [280328] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6307), 1, + ACTIONS(6310), 1, anon_sym_COMMA, - ACTIONS(6445), 1, + ACTIONS(6448), 1, anon_sym_RBRACK, - ACTIONS(6447), 1, + ACTIONS(6450), 1, sym_RETURN, - STATE(5503), 1, + STATE(5510), 1, aux_sym_signature_repeat1, STATE(5375), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [280385] = 8, + [280355] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6449), 1, - anon_sym_SEMI, - ACTIONS(6451), 1, - sym_ELSE, - STATE(5505), 1, - aux_sym_conditional_waveforms_repeat1, - STATE(5762), 1, - sym_else_waveform, STATE(5376), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [280412] = 7, + ACTIONS(6452), 4, + sym_BUS, + anon_sym_SEMI, + anon_sym_RPAREN, + sym_variable_assignment, + [280376] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6455), 1, - anon_sym_COMMA, - STATE(5508), 1, - aux_sym_waveform_repeat1, - ACTIONS(6453), 2, - sym_WHEN, - anon_sym_SEMI, STATE(5377), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [280437] = 8, + ACTIONS(6202), 4, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_COLON, + [280397] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6307), 1, + ACTIONS(6310), 1, anon_sym_COMMA, - ACTIONS(6457), 1, + ACTIONS(6454), 1, anon_sym_RBRACK, - ACTIONS(6459), 1, + ACTIONS(6456), 1, sym_RETURN, - STATE(5379), 1, + STATE(5380), 1, aux_sym_signature_repeat1, STATE(5378), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [280464] = 8, + [280424] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6307), 1, + ACTIONS(6310), 1, anon_sym_COMMA, - ACTIONS(6461), 1, + ACTIONS(6458), 1, anon_sym_RBRACK, - ACTIONS(6463), 1, + ACTIONS(6460), 1, sym_RETURN, - STATE(5503), 1, + STATE(5510), 1, aux_sym_signature_repeat1, STATE(5379), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [280491] = 8, + [280451] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6307), 1, + ACTIONS(6310), 1, anon_sym_COMMA, - ACTIONS(6465), 1, + ACTIONS(6462), 1, anon_sym_RBRACK, - ACTIONS(6467), 1, + ACTIONS(6464), 1, sym_RETURN, - STATE(5371), 1, + STATE(5510), 1, aux_sym_signature_repeat1, STATE(5380), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [280518] = 8, + [280478] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6307), 1, + ACTIONS(6310), 1, anon_sym_COMMA, - ACTIONS(6469), 1, + ACTIONS(6466), 1, anon_sym_RBRACK, - ACTIONS(6471), 1, + ACTIONS(6468), 1, sym_RETURN, - STATE(5382), 1, + STATE(5379), 1, aux_sym_signature_repeat1, STATE(5381), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [280545] = 8, + [280505] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6307), 1, - anon_sym_COMMA, - ACTIONS(6473), 1, - anon_sym_RBRACK, - ACTIONS(6475), 1, - sym_RETURN, - STATE(5503), 1, - aux_sym_signature_repeat1, STATE(5382), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [280572] = 5, + ACTIONS(6470), 4, + sym_BUS, + anon_sym_SEMI, + anon_sym_RPAREN, + sym_variable_assignment, + [280526] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(6310), 1, + anon_sym_COMMA, + ACTIONS(6472), 1, + anon_sym_RBRACK, + ACTIONS(6474), 1, + sym_RETURN, + STATE(5384), 1, + aux_sym_signature_repeat1, STATE(5383), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6087), 4, - sym_BUS, - sym_REGISTER, - anon_sym_SEMI, - sym_variable_assignment, - [280593] = 8, + [280553] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6307), 1, + ACTIONS(6310), 1, anon_sym_COMMA, - ACTIONS(6477), 1, + ACTIONS(6476), 1, anon_sym_RBRACK, - ACTIONS(6479), 1, + ACTIONS(6478), 1, sym_RETURN, - STATE(5385), 1, + STATE(5510), 1, aux_sym_signature_repeat1, STATE(5384), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [280620] = 8, + [280580] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6307), 1, - anon_sym_COMMA, - ACTIONS(6481), 1, - anon_sym_RBRACK, - ACTIONS(6483), 1, - sym_RETURN, - STATE(5503), 1, - aux_sym_signature_repeat1, + ACTIONS(6480), 1, + anon_sym_SEMI, + STATE(7210), 1, + sym_force_mode, + ACTIONS(6414), 2, + sym_IN, + sym_OUT, STATE(5385), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [280647] = 8, + [280605] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6485), 1, - sym_WHEN, - STATE(5509), 1, - aux_sym_case_generate_block_repeat1, - STATE(6192), 1, - sym_case_generate_alternative, - STATE(6193), 1, - sym_case_generate_block, STATE(5386), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [280674] = 8, + ACTIONS(6150), 4, + sym_BUS, + anon_sym_SEMI, + anon_sym_RPAREN, + sym_variable_assignment, + [280626] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6307), 1, + ACTIONS(6310), 1, anon_sym_COMMA, - ACTIONS(6487), 1, + ACTIONS(6482), 1, anon_sym_RBRACK, - ACTIONS(6489), 1, + ACTIONS(6484), 1, sym_RETURN, STATE(5388), 1, aux_sym_signature_repeat1, @@ -276396,26 +276372,26 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - [280701] = 8, + [280653] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6307), 1, + ACTIONS(6310), 1, anon_sym_COMMA, - ACTIONS(6491), 1, + ACTIONS(6486), 1, anon_sym_RBRACK, - ACTIONS(6493), 1, + ACTIONS(6488), 1, sym_RETURN, - STATE(5503), 1, + STATE(5510), 1, aux_sym_signature_repeat1, STATE(5388), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [280728] = 5, + [280680] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -276426,115 +276402,115 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6495), 4, + ACTIONS(6078), 4, + sym_BUS, anon_sym_SEMI, - anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_GT_GT, - [280749] = 8, + sym_variable_assignment, + [280701] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6307), 1, + ACTIONS(6310), 1, anon_sym_COMMA, - ACTIONS(6497), 1, + ACTIONS(6490), 1, anon_sym_RBRACK, - ACTIONS(6499), 1, + ACTIONS(6492), 1, sym_RETURN, - STATE(5391), 1, + STATE(5393), 1, aux_sym_signature_repeat1, STATE(5390), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [280776] = 8, + [280728] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6307), 1, + ACTIONS(6310), 1, anon_sym_COMMA, - ACTIONS(6501), 1, + ACTIONS(6494), 1, anon_sym_RBRACK, - ACTIONS(6503), 1, + ACTIONS(6496), 1, sym_RETURN, - STATE(5503), 1, + STATE(5510), 1, aux_sym_signature_repeat1, STATE(5391), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [280803] = 5, + [280755] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(6310), 1, + anon_sym_COMMA, + ACTIONS(6498), 1, + anon_sym_RBRACK, + ACTIONS(6500), 1, + sym_RETURN, + STATE(5391), 1, + aux_sym_signature_repeat1, STATE(5392), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6193), 4, - sym_BUS, - sym_REGISTER, - anon_sym_SEMI, - sym_variable_assignment, - [280824] = 8, + [280782] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6307), 1, + ACTIONS(6310), 1, anon_sym_COMMA, - ACTIONS(6505), 1, + ACTIONS(6502), 1, anon_sym_RBRACK, - ACTIONS(6507), 1, + ACTIONS(6504), 1, sym_RETURN, - STATE(5394), 1, + STATE(5510), 1, aux_sym_signature_repeat1, STATE(5393), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [280851] = 8, + [280809] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6307), 1, - anon_sym_COMMA, - ACTIONS(6509), 1, - anon_sym_RBRACK, - ACTIONS(6511), 1, - sym_RETURN, - STATE(5503), 1, - aux_sym_signature_repeat1, STATE(5394), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [280878] = 8, + ACTIONS(6506), 4, + sym_BUS, + anon_sym_SEMI, + anon_sym_RPAREN, + sym_variable_assignment, + [280830] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6307), 1, + ACTIONS(6310), 1, anon_sym_COMMA, - ACTIONS(6513), 1, + ACTIONS(6508), 1, anon_sym_RBRACK, - ACTIONS(6515), 1, + ACTIONS(6510), 1, sym_RETURN, STATE(5396), 1, aux_sym_signature_repeat1, @@ -276542,109 +276518,110 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - [280905] = 8, + [280857] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6307), 1, + ACTIONS(6310), 1, anon_sym_COMMA, - ACTIONS(6517), 1, + ACTIONS(6512), 1, anon_sym_RBRACK, - ACTIONS(6519), 1, + ACTIONS(6514), 1, sym_RETURN, - STATE(5503), 1, + STATE(5510), 1, aux_sym_signature_repeat1, STATE(5396), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [280932] = 7, + [280884] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6455), 1, - anon_sym_COMMA, - STATE(5377), 1, - aux_sym_waveform_repeat1, - ACTIONS(6521), 2, - sym_WHEN, + ACTIONS(6387), 1, + sym_IS, + ACTIONS(6389), 1, + sym_OPEN, + ACTIONS(6516), 1, anon_sym_SEMI, + STATE(7284), 1, + sym_file_open_information, STATE(5397), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [280957] = 5, + [280911] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(6310), 1, + anon_sym_COMMA, + ACTIONS(6518), 1, + anon_sym_RBRACK, + ACTIONS(6520), 1, + sym_RETURN, + STATE(5510), 1, + aux_sym_signature_repeat1, STATE(5398), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6523), 4, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_GT_GT, - [280978] = 8, + [280938] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6307), 1, + ACTIONS(6310), 1, anon_sym_COMMA, - ACTIONS(6525), 1, + ACTIONS(6522), 1, anon_sym_RBRACK, - ACTIONS(6527), 1, + ACTIONS(6524), 1, sym_RETURN, - STATE(5400), 1, + STATE(5398), 1, aux_sym_signature_repeat1, STATE(5399), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [281005] = 8, + [280965] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6307), 1, - anon_sym_COMMA, - ACTIONS(6529), 1, - anon_sym_RBRACK, - ACTIONS(6531), 1, - sym_RETURN, - STATE(5503), 1, - aux_sym_signature_repeat1, STATE(5400), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [281032] = 8, + ACTIONS(5927), 4, + sym_IS, + sym_PARAMETER, + anon_sym_SEMI, + anon_sym_LPAREN, + [280986] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6307), 1, + ACTIONS(6310), 1, anon_sym_COMMA, - ACTIONS(6533), 1, + ACTIONS(6526), 1, anon_sym_RBRACK, - ACTIONS(6535), 1, + ACTIONS(6528), 1, sym_RETURN, STATE(5402), 1, aux_sym_signature_repeat1, @@ -276652,37 +276629,37 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - [281059] = 8, + [281013] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6307), 1, + ACTIONS(6310), 1, anon_sym_COMMA, - ACTIONS(6537), 1, + ACTIONS(6530), 1, anon_sym_RBRACK, - ACTIONS(6539), 1, + ACTIONS(6532), 1, sym_RETURN, - STATE(5503), 1, + STATE(5510), 1, aux_sym_signature_repeat1, STATE(5402), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [281086] = 8, + [281040] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6307), 1, + ACTIONS(6310), 1, anon_sym_COMMA, - ACTIONS(6541), 1, + ACTIONS(6534), 1, anon_sym_RBRACK, - ACTIONS(6543), 1, + ACTIONS(6536), 1, sym_RETURN, STATE(5404), 1, aux_sym_signature_repeat1, @@ -276690,26 +276667,26 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - [281113] = 8, + [281067] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6307), 1, + ACTIONS(6310), 1, anon_sym_COMMA, - ACTIONS(6545), 1, + ACTIONS(6538), 1, anon_sym_RBRACK, - ACTIONS(6547), 1, + ACTIONS(6540), 1, sym_RETURN, - STATE(5503), 1, + STATE(5510), 1, aux_sym_signature_repeat1, STATE(5404), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [281140] = 5, + [281094] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -276720,202 +276697,198 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2678), 4, - sym_END, - sym_GENERIC, - sym_IS, - sym_PORT, - [281161] = 8, + ACTIONS(6542), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [281115] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6307), 1, + ACTIONS(6310), 1, anon_sym_COMMA, - ACTIONS(6549), 1, + ACTIONS(6544), 1, anon_sym_RBRACK, - ACTIONS(6551), 1, + ACTIONS(6546), 1, sym_RETURN, - STATE(5407), 1, + STATE(5409), 1, aux_sym_signature_repeat1, STATE(5406), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [281188] = 8, + [281142] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6307), 1, + ACTIONS(6310), 1, anon_sym_COMMA, - ACTIONS(6553), 1, + ACTIONS(6548), 1, anon_sym_RBRACK, - ACTIONS(6555), 1, + ACTIONS(6550), 1, sym_RETURN, - STATE(5503), 1, + STATE(5510), 1, aux_sym_signature_repeat1, STATE(5407), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [281215] = 8, + [281169] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6307), 1, + ACTIONS(6310), 1, anon_sym_COMMA, - ACTIONS(6557), 1, + ACTIONS(6552), 1, anon_sym_RBRACK, - ACTIONS(6559), 1, + ACTIONS(6554), 1, sym_RETURN, - STATE(5409), 1, + STATE(5407), 1, aux_sym_signature_repeat1, STATE(5408), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [281242] = 8, + [281196] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6307), 1, + ACTIONS(6310), 1, anon_sym_COMMA, - ACTIONS(6561), 1, + ACTIONS(6556), 1, anon_sym_RBRACK, - ACTIONS(6563), 1, + ACTIONS(6558), 1, sym_RETURN, - STATE(5503), 1, + STATE(5510), 1, aux_sym_signature_repeat1, STATE(5409), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [281269] = 8, + [281223] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6307), 1, - anon_sym_COMMA, - ACTIONS(6565), 1, - anon_sym_RBRACK, - ACTIONS(6567), 1, - sym_RETURN, - STATE(5411), 1, - aux_sym_signature_repeat1, + ACTIONS(6560), 1, + anon_sym_SEMI, + STATE(8064), 1, + sym_force_mode, + ACTIONS(6414), 2, + sym_IN, + sym_OUT, STATE(5410), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [281296] = 8, + [281248] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6307), 1, + ACTIONS(6310), 1, anon_sym_COMMA, - ACTIONS(6569), 1, + ACTIONS(6562), 1, anon_sym_RBRACK, - ACTIONS(6571), 1, + ACTIONS(6564), 1, sym_RETURN, - STATE(5503), 1, + STATE(5412), 1, aux_sym_signature_repeat1, STATE(5411), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [281323] = 8, + [281275] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6307), 1, + ACTIONS(6310), 1, anon_sym_COMMA, - ACTIONS(6573), 1, + ACTIONS(6566), 1, anon_sym_RBRACK, - ACTIONS(6575), 1, + ACTIONS(6568), 1, sym_RETURN, - STATE(5413), 1, + STATE(5510), 1, aux_sym_signature_repeat1, STATE(5412), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [281350] = 8, + [281302] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6307), 1, + ACTIONS(6310), 1, anon_sym_COMMA, - ACTIONS(6577), 1, + ACTIONS(6570), 1, anon_sym_RBRACK, - ACTIONS(6579), 1, + ACTIONS(6572), 1, sym_RETURN, - STATE(5503), 1, + STATE(5510), 1, aux_sym_signature_repeat1, STATE(5413), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [281377] = 8, + [281329] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6307), 1, + ACTIONS(6310), 1, anon_sym_COMMA, - ACTIONS(6581), 1, + ACTIONS(6574), 1, anon_sym_RBRACK, - ACTIONS(6583), 1, + ACTIONS(6576), 1, sym_RETURN, - STATE(5415), 1, + STATE(5413), 1, aux_sym_signature_repeat1, STATE(5414), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [281404] = 8, + [281356] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6307), 1, - anon_sym_COMMA, - ACTIONS(6585), 1, - anon_sym_RBRACK, - ACTIONS(6587), 1, - sym_RETURN, - STATE(5503), 1, - aux_sym_signature_repeat1, STATE(5415), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [281431] = 5, + ACTIONS(6578), 4, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_GT_GT, + [281377] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -276926,12 +276899,12 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6589), 4, + ACTIONS(6580), 4, + sym_BUS, anon_sym_SEMI, - anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_GT_GT, - [281452] = 5, + sym_variable_assignment, + [281398] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -276942,23 +276915,23 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6591), 4, + ACTIONS(5935), 4, + sym_GENERIC, + sym_PORT, + sym_USE, anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_GT_GT, - [281473] = 8, + [281419] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6307), 1, + ACTIONS(6310), 1, anon_sym_COMMA, - ACTIONS(6593), 1, + ACTIONS(6582), 1, anon_sym_RBRACK, - ACTIONS(6595), 1, + ACTIONS(6584), 1, sym_RETURN, STATE(5419), 1, aux_sym_signature_repeat1, @@ -276966,240 +276939,232 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - [281500] = 8, + [281446] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6307), 1, + ACTIONS(6310), 1, anon_sym_COMMA, - ACTIONS(6597), 1, + ACTIONS(6586), 1, anon_sym_RBRACK, - ACTIONS(6599), 1, + ACTIONS(6588), 1, sym_RETURN, - STATE(5503), 1, + STATE(5510), 1, aux_sym_signature_repeat1, STATE(5419), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [281527] = 5, + [281473] = 8, 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(5787), 1, + sym_PARAMETER, + ACTIONS(6590), 1, + sym_RETURN, + STATE(7510), 1, + sym_parameter_list_specification, STATE(5420), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6601), 4, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_GT_GT, - [281548] = 8, + [281500] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6307), 1, + ACTIONS(6310), 1, anon_sym_COMMA, - ACTIONS(6603), 1, + ACTIONS(6592), 1, anon_sym_RBRACK, - ACTIONS(6605), 1, + ACTIONS(6594), 1, sym_RETURN, - STATE(5422), 1, + STATE(5427), 1, aux_sym_signature_repeat1, STATE(5421), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [281575] = 8, + [281527] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6307), 1, - anon_sym_COMMA, - ACTIONS(6607), 1, - anon_sym_RBRACK, - ACTIONS(6609), 1, - sym_RETURN, - STATE(5503), 1, - aux_sym_signature_repeat1, + ACTIONS(6596), 1, + anon_sym_SEMI, + STATE(6986), 1, + sym_force_mode, + ACTIONS(6414), 2, + sym_IN, + sym_OUT, STATE(5422), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [281602] = 7, + [281552] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5954), 1, - sym_variable_assignment, - STATE(6542), 1, - sym_initialiser, - ACTIONS(6611), 2, - anon_sym_SEMI, - anon_sym_RPAREN, + ACTIONS(6310), 1, + anon_sym_COMMA, + ACTIONS(6598), 1, + anon_sym_RBRACK, + ACTIONS(6600), 1, + sym_RETURN, + STATE(5510), 1, + aux_sym_signature_repeat1, STATE(5423), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [281627] = 8, + [281579] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6307), 1, + ACTIONS(6310), 1, anon_sym_COMMA, - ACTIONS(6613), 1, + ACTIONS(6602), 1, anon_sym_RBRACK, - ACTIONS(6615), 1, + ACTIONS(6604), 1, sym_RETURN, - STATE(5425), 1, + STATE(5423), 1, aux_sym_signature_repeat1, STATE(5424), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [281654] = 8, + [281606] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6307), 1, - anon_sym_COMMA, - ACTIONS(6617), 1, - anon_sym_RBRACK, - ACTIONS(6619), 1, - sym_RETURN, - STATE(5503), 1, - aux_sym_signature_repeat1, STATE(5425), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [281681] = 6, + ACTIONS(3484), 4, + sym_ATTRIBUTE, + sym_FOR, + sym_GROUP, + sym_USE, + [281627] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6623), 1, - anon_sym_LPAREN, - ACTIONS(6621), 3, - sym_GENERIC, - sym_PORT, - anon_sym_SEMI, + ACTIONS(2888), 1, + sym_END, + STATE(5705), 1, + sym_generate_block_end, + ACTIONS(2886), 2, + sym_ELSE, + sym_ELSIF, STATE(5426), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [281704] = 8, + [281652] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6307), 1, + ACTIONS(6310), 1, anon_sym_COMMA, - ACTIONS(6625), 1, + ACTIONS(6606), 1, anon_sym_RBRACK, - ACTIONS(6627), 1, + ACTIONS(6608), 1, sym_RETURN, - STATE(5428), 1, + STATE(5510), 1, aux_sym_signature_repeat1, STATE(5427), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [281731] = 8, + [281679] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6307), 1, - anon_sym_COMMA, - ACTIONS(6629), 1, - anon_sym_RBRACK, - ACTIONS(6631), 1, - sym_RETURN, - STATE(5503), 1, - aux_sym_signature_repeat1, STATE(5428), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [281758] = 8, + ACTIONS(6610), 4, + sym_BUS, + anon_sym_SEMI, + anon_sym_RPAREN, + sym_variable_assignment, + [281700] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6307), 1, - anon_sym_COMMA, - ACTIONS(6633), 1, - anon_sym_RBRACK, - ACTIONS(6635), 1, - sym_RETURN, - STATE(5430), 1, - aux_sym_signature_repeat1, STATE(5429), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [281785] = 8, + ACTIONS(6612), 4, + sym_ATTRIBUTE, + sym_FOR, + sym_GROUP, + sym_USE, + [281721] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6307), 1, - anon_sym_COMMA, - ACTIONS(6637), 1, - anon_sym_RBRACK, - ACTIONS(6639), 1, - sym_RETURN, - STATE(5503), 1, - aux_sym_signature_repeat1, STATE(5430), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [281812] = 8, + ACTIONS(6614), 4, + sym_BUS, + anon_sym_SEMI, + anon_sym_RPAREN, + sym_variable_assignment, + [281742] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6307), 1, + ACTIONS(6310), 1, anon_sym_COMMA, - ACTIONS(6641), 1, + ACTIONS(6616), 1, anon_sym_RBRACK, - ACTIONS(6643), 1, + ACTIONS(6618), 1, sym_RETURN, STATE(5432), 1, aux_sym_signature_repeat1, @@ -277207,151 +277172,151 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - [281839] = 8, + [281769] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6307), 1, + ACTIONS(6310), 1, anon_sym_COMMA, - ACTIONS(6645), 1, + ACTIONS(6620), 1, anon_sym_RBRACK, - ACTIONS(6647), 1, + ACTIONS(6622), 1, sym_RETURN, - STATE(5503), 1, + STATE(5510), 1, aux_sym_signature_repeat1, STATE(5432), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [281866] = 8, + [281796] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6307), 1, + ACTIONS(6310), 1, anon_sym_COMMA, - ACTIONS(6649), 1, + ACTIONS(6624), 1, anon_sym_RBRACK, - ACTIONS(6651), 1, + ACTIONS(6626), 1, sym_RETURN, - STATE(5434), 1, + STATE(5436), 1, aux_sym_signature_repeat1, STATE(5433), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [281893] = 8, + [281823] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6307), 1, + ACTIONS(6310), 1, anon_sym_COMMA, - ACTIONS(6653), 1, + ACTIONS(6628), 1, anon_sym_RBRACK, - ACTIONS(6655), 1, + ACTIONS(6630), 1, sym_RETURN, - STATE(5503), 1, + STATE(5510), 1, aux_sym_signature_repeat1, STATE(5434), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [281920] = 8, + [281850] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6307), 1, + ACTIONS(6310), 1, anon_sym_COMMA, - ACTIONS(6657), 1, + ACTIONS(6632), 1, anon_sym_RBRACK, - ACTIONS(6659), 1, + ACTIONS(6634), 1, sym_RETURN, - STATE(5436), 1, + STATE(5434), 1, aux_sym_signature_repeat1, STATE(5435), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [281947] = 8, + [281877] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6307), 1, + ACTIONS(6310), 1, anon_sym_COMMA, - ACTIONS(6661), 1, + ACTIONS(6636), 1, anon_sym_RBRACK, - ACTIONS(6663), 1, + ACTIONS(6638), 1, sym_RETURN, - STATE(5503), 1, + STATE(5510), 1, aux_sym_signature_repeat1, STATE(5436), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [281974] = 8, + [281904] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6307), 1, - anon_sym_COMMA, - ACTIONS(6665), 1, - anon_sym_RBRACK, - ACTIONS(6667), 1, - sym_RETURN, - STATE(5438), 1, - aux_sym_signature_repeat1, + ACTIONS(6640), 1, + sym_WHEN, + STATE(5523), 1, + aux_sym_case_generate_block_repeat1, + STATE(6150), 1, + sym_case_generate_alternative, + STATE(6405), 1, + sym_case_generate_block, STATE(5437), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [282001] = 8, + [281931] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6307), 1, - anon_sym_COMMA, - ACTIONS(6669), 1, - anon_sym_RBRACK, - ACTIONS(6671), 1, + ACTIONS(5781), 1, + anon_sym_LPAREN, + ACTIONS(5787), 1, + sym_PARAMETER, + ACTIONS(6642), 1, sym_RETURN, - STATE(5503), 1, - aux_sym_signature_repeat1, + STATE(8021), 1, + sym_parameter_list_specification, STATE(5438), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [282028] = 8, + [281958] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6307), 1, + ACTIONS(6310), 1, anon_sym_COMMA, - ACTIONS(6673), 1, + ACTIONS(6644), 1, anon_sym_RBRACK, - ACTIONS(6675), 1, + ACTIONS(6646), 1, sym_RETURN, STATE(5440), 1, aux_sym_signature_repeat1, @@ -277359,466 +277324,450 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - [282055] = 8, + [281985] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6307), 1, + ACTIONS(6310), 1, anon_sym_COMMA, - ACTIONS(6677), 1, + ACTIONS(6648), 1, anon_sym_RBRACK, - ACTIONS(6679), 1, + ACTIONS(6650), 1, sym_RETURN, - STATE(5503), 1, + STATE(5510), 1, aux_sym_signature_repeat1, STATE(5440), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [282082] = 7, + [282012] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6683), 1, - anon_sym_DOT, - STATE(5524), 1, - aux_sym_selected_name_repeat1, - ACTIONS(6681), 2, - anon_sym_SEMI, + ACTIONS(6310), 1, anon_sym_COMMA, + ACTIONS(6652), 1, + anon_sym_RBRACK, + ACTIONS(6654), 1, + sym_RETURN, + STATE(5442), 1, + aux_sym_signature_repeat1, STATE(5441), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [282107] = 7, + [282039] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6683), 1, - anon_sym_DOT, - STATE(5524), 1, - aux_sym_selected_name_repeat1, - ACTIONS(6685), 2, - anon_sym_SEMI, + ACTIONS(6310), 1, anon_sym_COMMA, + ACTIONS(6656), 1, + anon_sym_RBRACK, + ACTIONS(6658), 1, + sym_RETURN, + STATE(5510), 1, + aux_sym_signature_repeat1, STATE(5442), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [282132] = 8, + [282066] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6307), 1, + ACTIONS(6310), 1, anon_sym_COMMA, - ACTIONS(6687), 1, + ACTIONS(6660), 1, anon_sym_RBRACK, - ACTIONS(6689), 1, + ACTIONS(6662), 1, sym_RETURN, - STATE(5444), 1, + STATE(5446), 1, aux_sym_signature_repeat1, STATE(5443), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [282159] = 8, + [282093] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6307), 1, - anon_sym_COMMA, - ACTIONS(6691), 1, - anon_sym_RBRACK, - ACTIONS(6693), 1, - sym_RETURN, - STATE(5503), 1, - aux_sym_signature_repeat1, STATE(5444), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [282186] = 8, + ACTIONS(2871), 4, + sym_BUS, + sym_REGISTER, + anon_sym_SEMI, + sym_variable_assignment, + [282114] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6307), 1, - anon_sym_COMMA, - ACTIONS(6695), 1, - anon_sym_RBRACK, - ACTIONS(6697), 1, - sym_RETURN, - STATE(5446), 1, - aux_sym_signature_repeat1, STATE(5445), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [282213] = 8, + ACTIONS(6664), 4, + sym_BUS, + anon_sym_SEMI, + anon_sym_RPAREN, + sym_variable_assignment, + [282135] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6307), 1, + ACTIONS(6310), 1, anon_sym_COMMA, - ACTIONS(6699), 1, + ACTIONS(6666), 1, anon_sym_RBRACK, - ACTIONS(6701), 1, + ACTIONS(6668), 1, sym_RETURN, - STATE(5503), 1, + STATE(5510), 1, aux_sym_signature_repeat1, STATE(5446), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [282240] = 5, + [282162] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(6310), 1, + anon_sym_COMMA, + ACTIONS(6670), 1, + anon_sym_RBRACK, + ACTIONS(6672), 1, + sym_RETURN, + STATE(5510), 1, + aux_sym_signature_repeat1, STATE(5447), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6036), 4, - sym_BUS, - sym_REGISTER, - anon_sym_SEMI, - sym_variable_assignment, - [282261] = 8, + [282189] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6307), 1, + ACTIONS(6310), 1, anon_sym_COMMA, - ACTIONS(6703), 1, + ACTIONS(6674), 1, anon_sym_RBRACK, - ACTIONS(6705), 1, + ACTIONS(6676), 1, sym_RETURN, - STATE(5449), 1, + STATE(5447), 1, aux_sym_signature_repeat1, STATE(5448), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [282288] = 8, + [282216] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6307), 1, + ACTIONS(6310), 1, anon_sym_COMMA, - ACTIONS(6707), 1, + ACTIONS(6678), 1, anon_sym_RBRACK, - ACTIONS(6709), 1, + ACTIONS(6680), 1, sym_RETURN, - STATE(5503), 1, + STATE(5510), 1, aux_sym_signature_repeat1, STATE(5449), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [282315] = 8, + [282243] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6307), 1, - anon_sym_COMMA, - ACTIONS(6711), 1, - anon_sym_RBRACK, - ACTIONS(6713), 1, - sym_RETURN, - STATE(5451), 1, - aux_sym_signature_repeat1, STATE(5450), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [282342] = 8, + ACTIONS(3436), 4, + sym_ATTRIBUTE, + sym_FOR, + sym_GROUP, + sym_USE, + [282264] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6307), 1, - anon_sym_COMMA, - ACTIONS(6715), 1, - anon_sym_RBRACK, - ACTIONS(6717), 1, - sym_RETURN, - STATE(5503), 1, - aux_sym_signature_repeat1, STATE(5451), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [282369] = 8, + ACTIONS(6041), 4, + sym_BUS, + sym_REGISTER, + anon_sym_SEMI, + sym_variable_assignment, + [282285] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6307), 1, + ACTIONS(6310), 1, anon_sym_COMMA, - ACTIONS(6719), 1, + ACTIONS(6682), 1, anon_sym_RBRACK, - ACTIONS(6721), 1, + ACTIONS(6684), 1, sym_RETURN, - STATE(5453), 1, + STATE(5456), 1, aux_sym_signature_repeat1, STATE(5452), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [282396] = 8, + [282312] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6307), 1, + ACTIONS(6310), 1, anon_sym_COMMA, - ACTIONS(6723), 1, + ACTIONS(6686), 1, anon_sym_RBRACK, - ACTIONS(6725), 1, + ACTIONS(6688), 1, sym_RETURN, - STATE(5503), 1, + STATE(5468), 1, aux_sym_signature_repeat1, STATE(5453), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [282423] = 8, + [282339] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6307), 1, + ACTIONS(6310), 1, anon_sym_COMMA, - ACTIONS(6727), 1, + ACTIONS(6690), 1, anon_sym_RBRACK, - ACTIONS(6729), 1, + ACTIONS(6692), 1, sym_RETURN, - STATE(5555), 1, + STATE(5510), 1, aux_sym_signature_repeat1, STATE(5454), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [282450] = 5, + [282366] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(6310), 1, + anon_sym_COMMA, + ACTIONS(6694), 1, + anon_sym_RBRACK, + ACTIONS(6696), 1, + sym_RETURN, + STATE(5454), 1, + aux_sym_signature_repeat1, STATE(5455), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5931), 4, - sym_WHEN, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_RPAREN, - [282471] = 8, + [282393] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6307), 1, + ACTIONS(6310), 1, anon_sym_COMMA, - ACTIONS(6731), 1, + ACTIONS(6698), 1, anon_sym_RBRACK, - ACTIONS(6733), 1, + ACTIONS(6700), 1, sym_RETURN, - STATE(5457), 1, + STATE(5510), 1, aux_sym_signature_repeat1, STATE(5456), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [282498] = 8, + [282420] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6307), 1, - anon_sym_COMMA, - ACTIONS(6735), 1, - anon_sym_RBRACK, - ACTIONS(6737), 1, - sym_RETURN, - STATE(5503), 1, - aux_sym_signature_repeat1, STATE(5457), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [282525] = 8, + ACTIONS(3290), 4, + sym_CONTEXT, + sym_END, + sym_LIBRARY, + sym_USE, + [282441] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6307), 1, + ACTIONS(6310), 1, anon_sym_COMMA, - ACTIONS(6739), 1, + ACTIONS(6702), 1, anon_sym_RBRACK, - ACTIONS(6741), 1, + ACTIONS(6704), 1, sym_RETURN, - STATE(5459), 1, + STATE(5460), 1, aux_sym_signature_repeat1, STATE(5458), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [282552] = 8, + [282468] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6307), 1, - anon_sym_COMMA, - ACTIONS(6743), 1, - anon_sym_RBRACK, - ACTIONS(6745), 1, - sym_RETURN, - STATE(5503), 1, - aux_sym_signature_repeat1, + ACTIONS(6387), 1, + sym_IS, + ACTIONS(6389), 1, + sym_OPEN, + ACTIONS(6706), 1, + anon_sym_SEMI, + STATE(8102), 1, + sym_file_open_information, STATE(5459), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [282579] = 8, + [282495] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6307), 1, + ACTIONS(6310), 1, anon_sym_COMMA, - ACTIONS(6747), 1, + ACTIONS(6708), 1, anon_sym_RBRACK, - ACTIONS(6749), 1, + ACTIONS(6710), 1, sym_RETURN, - STATE(5461), 1, + STATE(5510), 1, aux_sym_signature_repeat1, STATE(5460), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [282606] = 8, + [282522] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6307), 1, - anon_sym_COMMA, - ACTIONS(6751), 1, - anon_sym_RBRACK, - ACTIONS(6753), 1, - sym_RETURN, - STATE(5503), 1, - aux_sym_signature_repeat1, STATE(5461), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [282633] = 8, + ACTIONS(6578), 4, + sym_BUS, + anon_sym_SEMI, + anon_sym_RPAREN, + sym_variable_assignment, + [282543] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6307), 1, - anon_sym_COMMA, - ACTIONS(6755), 1, - anon_sym_RBRACK, - ACTIONS(6757), 1, - sym_RETURN, - STATE(5463), 1, - aux_sym_signature_repeat1, STATE(5462), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [282660] = 8, + ACTIONS(6422), 4, + sym_BUS, + anon_sym_SEMI, + anon_sym_RPAREN, + sym_variable_assignment, + [282564] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6307), 1, - anon_sym_COMMA, - ACTIONS(6759), 1, - anon_sym_RBRACK, - ACTIONS(6761), 1, - sym_RETURN, - STATE(5503), 1, - aux_sym_signature_repeat1, STATE(5463), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [282687] = 8, + ACTIONS(3288), 4, + sym_ATTRIBUTE, + sym_FOR, + sym_GROUP, + sym_USE, + [282585] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6307), 1, + ACTIONS(6310), 1, anon_sym_COMMA, - ACTIONS(6763), 1, + ACTIONS(6712), 1, anon_sym_RBRACK, - ACTIONS(6765), 1, + ACTIONS(6714), 1, sym_RETURN, STATE(5465), 1, aux_sym_signature_repeat1, @@ -277826,128 +277775,140 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - [282714] = 8, + [282612] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6307), 1, + ACTIONS(6310), 1, anon_sym_COMMA, - ACTIONS(6767), 1, + ACTIONS(6716), 1, anon_sym_RBRACK, - ACTIONS(6769), 1, + ACTIONS(6718), 1, sym_RETURN, - STATE(5503), 1, + STATE(5510), 1, aux_sym_signature_repeat1, STATE(5465), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [282741] = 8, + [282639] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6307), 1, + ACTIONS(6310), 1, anon_sym_COMMA, - ACTIONS(6771), 1, + ACTIONS(6720), 1, anon_sym_RBRACK, - ACTIONS(6773), 1, + ACTIONS(6722), 1, sym_RETURN, - STATE(5467), 1, + STATE(5510), 1, aux_sym_signature_repeat1, STATE(5466), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [282768] = 8, + [282666] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6307), 1, + ACTIONS(6310), 1, anon_sym_COMMA, - ACTIONS(6775), 1, + ACTIONS(6724), 1, anon_sym_RBRACK, - ACTIONS(6777), 1, + ACTIONS(6726), 1, sym_RETURN, - STATE(5503), 1, + STATE(5466), 1, aux_sym_signature_repeat1, STATE(5467), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [282795] = 5, + [282693] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(6310), 1, + anon_sym_COMMA, + ACTIONS(6728), 1, + anon_sym_RBRACK, + ACTIONS(6730), 1, + sym_RETURN, + STATE(5510), 1, + aux_sym_signature_repeat1, STATE(5468), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6779), 4, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_GT_GT, - [282816] = 5, + [282720] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(6310), 1, + anon_sym_COMMA, + ACTIONS(6732), 1, + anon_sym_RBRACK, + ACTIONS(6734), 1, + sym_RETURN, + STATE(5470), 1, + aux_sym_signature_repeat1, STATE(5469), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6781), 4, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_GT_GT, - [282837] = 5, + [282747] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(6310), 1, + anon_sym_COMMA, + ACTIONS(6736), 1, + anon_sym_RBRACK, + ACTIONS(6738), 1, + sym_RETURN, + STATE(5510), 1, + aux_sym_signature_repeat1, STATE(5470), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6783), 4, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_GT_GT, - [282858] = 5, + [282774] = 8, 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(5787), 1, + sym_PARAMETER, + ACTIONS(6740), 1, + sym_RETURN, + STATE(7319), 1, + sym_parameter_list_specification, STATE(5471), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6785), 4, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_GT_GT, - [282879] = 5, + [282801] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -277958,80 +277919,86 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6787), 4, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_GT_GT, - [282900] = 8, + ACTIONS(6138), 4, + sym_GENERIC, + sym_PARAMETER, + sym_RETURN, + anon_sym_LPAREN, + [282822] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6112), 1, - sym_CONFIGURATION, - ACTIONS(6114), 1, - sym_ENTITY, - ACTIONS(6116), 1, - sym_OPEN, - STATE(5216), 1, - sym_entity_aspect, + ACTIONS(6744), 1, + anon_sym_LPAREN, + ACTIONS(6742), 3, + sym_GENERIC, + sym_PORT, + anon_sym_SEMI, STATE(5473), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [282927] = 5, + [282845] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(6387), 1, + sym_IS, + ACTIONS(6389), 1, + sym_OPEN, + ACTIONS(6746), 1, + anon_sym_SEMI, + STATE(6673), 1, + sym_file_open_information, STATE(5474), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6789), 4, - sym_identifier, - sym_library_constant, - sym_library_function, - sym_library_type, - [282948] = 6, + [282872] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6793), 1, - anon_sym_LPAREN, - ACTIONS(6791), 3, - sym_GENERIC, - sym_PORT, - anon_sym_SEMI, + ACTIONS(6310), 1, + anon_sym_COMMA, + ACTIONS(6748), 1, + anon_sym_RBRACK, + ACTIONS(6750), 1, + sym_RETURN, + STATE(5510), 1, + aux_sym_signature_repeat1, STATE(5475), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [282971] = 5, + [282899] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(6310), 1, + anon_sym_COMMA, + ACTIONS(6752), 1, + anon_sym_RBRACK, + ACTIONS(6754), 1, + sym_RETURN, + STATE(5475), 1, + aux_sym_signature_repeat1, STATE(5476), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6795), 4, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_GT_GT, - [282992] = 5, + [282926] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -278042,12 +278009,12 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6087), 4, - sym_BUS, - anon_sym_SEMI, - anon_sym_RPAREN, - sym_variable_assignment, - [283013] = 5, + ACTIONS(3280), 4, + sym_CONTEXT, + sym_END, + sym_LIBRARY, + sym_USE, + [282947] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -278058,12 +278025,12 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3482), 4, - sym_CONTEXT, - sym_END, - sym_LIBRARY, - sym_USE, - [283034] = 5, + ACTIONS(6610), 4, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_GT_GT, + [282968] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -278074,12 +278041,12 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6193), 4, - sym_BUS, + ACTIONS(6614), 4, anon_sym_SEMI, + anon_sym_COMMA, anon_sym_RPAREN, - sym_variable_assignment, - [283055] = 5, + anon_sym_GT_GT, + [282989] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -278090,65 +278057,67 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3244), 4, - sym_CONTEXT, - sym_END, - sym_LIBRARY, - sym_USE, - [283076] = 8, + ACTIONS(2871), 4, + sym_BUS, + anon_sym_SEMI, + anon_sym_RPAREN, + sym_variable_assignment, + [283010] = 7, 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_LPAREN, - ACTIONS(5811), 1, - sym_PARAMETER, - ACTIONS(6797), 1, - sym_RETURN, - STATE(7336), 1, - sym_parameter_list_specification, + ACTIONS(6402), 1, + anon_sym_DOT, + STATE(5490), 1, + aux_sym_selected_name_repeat1, + ACTIONS(6756), 2, + anon_sym_SEMI, + anon_sym_COMMA, STATE(5481), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [283103] = 5, + [283035] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(6215), 1, + sym_CONFIGURATION, + ACTIONS(6217), 1, + sym_ENTITY, + ACTIONS(6219), 1, + sym_OPEN, + STATE(5283), 1, + sym_entity_aspect, STATE(5482), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6079), 4, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_EQ_GT, - anon_sym_PIPE, - [283124] = 7, + [283062] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6801), 1, - anon_sym_LBRACK, - STATE(6219), 1, - sym_signature, - ACTIONS(6799), 2, + ACTIONS(6402), 1, + anon_sym_DOT, + STATE(5490), 1, + aux_sym_selected_name_repeat1, + ACTIONS(6758), 2, + anon_sym_SEMI, anon_sym_COMMA, - anon_sym_COLON, STATE(5483), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [283149] = 5, + [283087] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -278159,12 +278128,12 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3432), 4, - sym_CONTEXT, - sym_END, - sym_LIBRARY, - sym_USE, - [283170] = 5, + ACTIONS(6355), 4, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_GT_GT, + [283108] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -278175,139 +278144,141 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3462), 4, - sym_CONTEXT, - sym_END, - sym_LIBRARY, - sym_USE, - [283191] = 8, + ACTIONS(6580), 4, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_GT_GT, + [283129] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5821), 1, - anon_sym_LPAREN, ACTIONS(5827), 1, + anon_sym_LPAREN, + ACTIONS(5833), 1, sym_PARAMETER, - ACTIONS(6227), 1, + ACTIONS(6146), 1, anon_sym_SEMI, - STATE(6982), 1, + STATE(8217), 1, sym_parameter_list_specification, STATE(5486), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [283218] = 8, + [283156] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2906), 1, - sym_WHEN, - ACTIONS(6803), 1, + ACTIONS(6762), 1, + anon_sym_LPAREN, + ACTIONS(6760), 3, + sym_GENERIC, + sym_PORT, anon_sym_SEMI, - STATE(5537), 1, - aux_sym_conditional_or_unaffected_expression_repeat1, - STATE(5840), 1, - sym_when_expression, STATE(5487), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [283245] = 8, + [283179] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6805), 1, - sym_BEGIN, - ACTIONS(6807), 1, - sym_END, - STATE(6134), 1, - sym_entity_body, - STATE(7022), 1, - sym_end_entity, + ACTIONS(6310), 1, + anon_sym_COMMA, + ACTIONS(6764), 1, + anon_sym_RBRACK, + ACTIONS(6766), 1, + sym_RETURN, + STATE(5510), 1, + aux_sym_signature_repeat1, STATE(5488), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [283272] = 5, + [283206] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(6310), 1, + anon_sym_COMMA, + ACTIONS(6768), 1, + anon_sym_RBRACK, + ACTIONS(6770), 1, + sym_RETURN, + STATE(5488), 1, + aux_sym_signature_repeat1, STATE(5489), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6036), 4, - sym_BUS, - anon_sym_SEMI, - anon_sym_RPAREN, - sym_variable_assignment, - [283293] = 7, + [283233] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6683), 1, + ACTIONS(6774), 1, anon_sym_DOT, - STATE(5441), 1, - aux_sym_selected_name_repeat1, - ACTIONS(6809), 2, + ACTIONS(6772), 2, anon_sym_SEMI, anon_sym_COMMA, - STATE(5490), 3, + STATE(5490), 4, sym__tool_directive, sym_line_comment, sym_block_comment, - [283318] = 7, + aux_sym_selected_name_repeat1, + [283256] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6683), 1, - anon_sym_DOT, - STATE(5442), 1, - aux_sym_selected_name_repeat1, - ACTIONS(6811), 2, - anon_sym_SEMI, - anon_sym_COMMA, + ACTIONS(5563), 1, + sym_FOR, + ACTIONS(5761), 1, + sym_USE, + STATE(5538), 1, + aux_sym_configuration_head_repeat2, + STATE(7472), 1, + sym_verification_unit_binding_indication, STATE(5491), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [283343] = 7, + [283283] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6813), 1, - anon_sym_SEMI, - STATE(7504), 1, - sym_force_mode, - ACTIONS(6815), 2, - sym_IN, - sym_OUT, + ACTIONS(6310), 1, + anon_sym_COMMA, + ACTIONS(6777), 1, + anon_sym_RBRACK, + ACTIONS(6779), 1, + sym_RETURN, + STATE(5449), 1, + aux_sym_signature_repeat1, STATE(5492), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [283368] = 5, + [283310] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -278318,12 +278289,12 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6066), 4, + ACTIONS(6781), 4, + sym_ATTRIBUTE, sym_FOR, - sym_UNTIL, - anon_sym_SEMI, - anon_sym_COMMA, - [283389] = 5, + sym_GROUP, + sym_USE, + [283331] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -278334,114 +278305,122 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6066), 4, + ACTIONS(6010), 4, + sym_WHEN, anon_sym_SEMI, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_COLON, - [283410] = 5, + [283352] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(6310), 1, + anon_sym_COMMA, + ACTIONS(6783), 1, + anon_sym_RBRACK, + ACTIONS(6785), 1, + sym_RETURN, + STATE(5510), 1, + aux_sym_signature_repeat1, STATE(5495), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3304), 4, - sym_ATTRIBUTE, - sym_FOR, - sym_GROUP, - sym_USE, - [283431] = 8, + [283379] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6112), 1, - sym_CONFIGURATION, - ACTIONS(6114), 1, - sym_ENTITY, - ACTIONS(6116), 1, - sym_OPEN, - STATE(5153), 1, - sym_entity_aspect, + ACTIONS(6310), 1, + anon_sym_COMMA, + ACTIONS(6787), 1, + anon_sym_RBRACK, + ACTIONS(6789), 1, + sym_RETURN, + STATE(5495), 1, + aux_sym_signature_repeat1, STATE(5496), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [283458] = 5, + [283406] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(6793), 1, + anon_sym_COMMA, + STATE(5507), 1, + aux_sym_waveform_repeat1, + ACTIONS(6791), 2, + sym_WHEN, + anon_sym_SEMI, STATE(5497), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2830), 4, - sym_BUS, - sym_REGISTER, - anon_sym_SEMI, - sym_variable_assignment, - [283479] = 8, + [283431] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6315), 1, - sym_IS, - ACTIONS(6317), 1, - sym_OPEN, - ACTIONS(6817), 1, - anon_sym_SEMI, - STATE(6736), 1, - sym_file_open_information, STATE(5498), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [283506] = 5, + ACTIONS(6359), 4, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_GT_GT, + [283452] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(6310), 1, + anon_sym_COMMA, + ACTIONS(6795), 1, + anon_sym_RBRACK, + ACTIONS(6797), 1, + sym_RETURN, + STATE(5515), 1, + aux_sym_signature_repeat1, STATE(5499), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3248), 4, - sym_ATTRIBUTE, - sym_FOR, - sym_GROUP, - sym_USE, - [283527] = 5, + [283479] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(6640), 1, + sym_WHEN, + STATE(5523), 1, + aux_sym_case_generate_block_repeat1, + STATE(6150), 1, + sym_case_generate_alternative, + STATE(6484), 1, + sym_case_generate_block, STATE(5500), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(5940), 4, - sym_GENERIC, - sym_PORT, - sym_USE, - anon_sym_SEMI, - [283548] = 5, + [283506] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -278452,85 +278431,85 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6819), 4, - sym_BUS, + ACTIONS(6452), 4, anon_sym_SEMI, + anon_sym_COMMA, anon_sym_RPAREN, - sym_variable_assignment, - [283569] = 8, + anon_sym_GT_GT, + [283527] = 8, 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_LPAREN, - ACTIONS(5811), 1, - sym_PARAMETER, - ACTIONS(6821), 1, + ACTIONS(6310), 1, + anon_sym_COMMA, + ACTIONS(6799), 1, + anon_sym_RBRACK, + ACTIONS(6801), 1, sym_RETURN, - STATE(7174), 1, - sym_parameter_list_specification, + STATE(5510), 1, + aux_sym_signature_repeat1, STATE(5502), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [283596] = 6, + [283554] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6823), 1, + ACTIONS(6310), 1, anon_sym_COMMA, - ACTIONS(6826), 2, - sym_RETURN, + ACTIONS(6803), 1, anon_sym_RBRACK, - STATE(5503), 4, + ACTIONS(6805), 1, + sym_RETURN, + STATE(5502), 1, + aux_sym_signature_repeat1, + STATE(5503), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - aux_sym_signature_repeat1, - [283619] = 7, + [283581] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2825), 1, - sym_END, - STATE(5778), 1, - sym_generate_block_end, - ACTIONS(2823), 2, - sym_ELSE, - sym_ELSIF, STATE(5504), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [283644] = 8, + ACTIONS(6807), 4, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_EQ_GT, + anon_sym_PIPE, + [283602] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6451), 1, - sym_ELSE, - ACTIONS(6828), 1, - anon_sym_SEMI, - STATE(5337), 1, - aux_sym_conditional_waveforms_repeat1, - STATE(5561), 1, - sym_else_waveform, + ACTIONS(6640), 1, + sym_WHEN, + STATE(5523), 1, + aux_sym_case_generate_block_repeat1, + STATE(6150), 1, + sym_case_generate_alternative, + STATE(6153), 1, + sym_case_generate_block, STATE(5505), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [283671] = 5, + [283629] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -278540,217 +278519,228 @@ static const uint16_t ts_small_parse_table[] = { STATE(5506), 3, sym__tool_directive, sym_line_comment, - sym_block_comment, - ACTIONS(5992), 4, - sym_IS, - sym_PARAMETER, - anon_sym_SEMI, - anon_sym_LPAREN, - [283692] = 5, + sym_block_comment, + ACTIONS(6809), 4, + sym_identifier, + sym_library_constant, + sym_library_function, + sym_library_type, + [283650] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(6793), 1, + anon_sym_COMMA, + STATE(5518), 1, + aux_sym_waveform_repeat1, + ACTIONS(6811), 2, + sym_WHEN, + anon_sym_SEMI, STATE(5507), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(3292), 4, - sym_ATTRIBUTE, - sym_FOR, - sym_GROUP, - sym_USE, - [283713] = 6, + [283675] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6832), 1, - anon_sym_COMMA, - ACTIONS(6830), 2, - sym_WHEN, - anon_sym_SEMI, - STATE(5508), 4, + STATE(5508), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - aux_sym_waveform_repeat1, - [283736] = 8, + ACTIONS(6470), 4, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_GT_GT, + [283696] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6485), 1, - sym_WHEN, - ACTIONS(6835), 1, - sym_END, - STATE(5342), 1, - aux_sym_case_generate_block_repeat1, - STATE(6192), 1, - sym_case_generate_alternative, + ACTIONS(6813), 1, + anon_sym_SEMI, + ACTIONS(6815), 1, + sym_ELSE, + STATE(5514), 1, + aux_sym_conditional_waveforms_repeat1, + STATE(5918), 1, + sym_else_waveform, STATE(5509), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [283763] = 6, + [283723] = 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_LPAREN, - ACTIONS(6837), 3, - sym_GENERIC, - sym_PORT, - anon_sym_SEMI, - STATE(5510), 3, + ACTIONS(6817), 1, + anon_sym_COMMA, + ACTIONS(6820), 2, + sym_RETURN, + anon_sym_RBRACK, + STATE(5510), 4, sym__tool_directive, sym_line_comment, sym_block_comment, - [283786] = 8, + aux_sym_signature_repeat1, + [283746] = 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_LPAREN, - ACTIONS(5811), 1, - sym_PARAMETER, - ACTIONS(6841), 1, - sym_RETURN, - STATE(6868), 1, - sym_parameter_list_specification, STATE(5511), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [283813] = 7, + ACTIONS(3288), 4, + sym_CONTEXT, + sym_END, + sym_LIBRARY, + sym_USE, + [283767] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6845), 1, - sym_END, - STATE(5803), 1, - sym_generate_block_end, - ACTIONS(6843), 2, - sym_ELSE, - sym_ELSIF, + ACTIONS(6310), 1, + anon_sym_COMMA, + ACTIONS(6822), 1, + anon_sym_RBRACK, + ACTIONS(6824), 1, + sym_RETURN, + STATE(5510), 1, + aux_sym_signature_repeat1, STATE(5512), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [283838] = 5, + [283794] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(6310), 1, + anon_sym_COMMA, + ACTIONS(6826), 1, + anon_sym_RBRACK, + ACTIONS(6828), 1, + sym_RETURN, + STATE(5512), 1, + aux_sym_signature_repeat1, STATE(5513), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(2830), 4, - sym_BUS, - anon_sym_SEMI, - anon_sym_RPAREN, - sym_variable_assignment, - [283859] = 7, + [283821] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6167), 1, - sym_END, - ACTIONS(6169), 1, - sym_USE, - STATE(7694), 1, - sym_verification_unit_binding_indication, - STATE(5514), 4, + ACTIONS(6815), 1, + sym_ELSE, + ACTIONS(6830), 1, + anon_sym_SEMI, + STATE(5331), 1, + aux_sym_conditional_waveforms_repeat1, + STATE(5988), 1, + sym_else_waveform, + STATE(5514), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - aux_sym_configuration_head_repeat2, - [283884] = 5, + [283848] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(6310), 1, + anon_sym_COMMA, + ACTIONS(6832), 1, + anon_sym_RBRACK, + ACTIONS(6834), 1, + sym_RETURN, + STATE(5510), 1, + aux_sym_signature_repeat1, STATE(5515), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6848), 4, - sym_IS, - sym_PARAMETER, - anon_sym_SEMI, - anon_sym_LPAREN, - [283905] = 5, + [283875] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(5516), 3, + ACTIONS(6836), 1, + sym_END, + ACTIONS(6838), 1, + sym_WHEN, + STATE(6150), 1, + sym_case_generate_alternative, + STATE(5516), 4, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6399), 4, - sym_BUS, - anon_sym_SEMI, - anon_sym_RPAREN, - sym_variable_assignment, - [283926] = 5, + aux_sym_case_generate_block_repeat1, + [283900] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(5939), 1, + sym_variable_assignment, + STATE(6392), 1, + sym_initialiser, + ACTIONS(6841), 2, + anon_sym_SEMI, + anon_sym_RPAREN, STATE(5517), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6409), 4, - sym_BUS, - anon_sym_SEMI, - anon_sym_RPAREN, - sym_variable_assignment, - [283947] = 5, + [283925] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(5518), 3, + ACTIONS(6845), 1, + anon_sym_COMMA, + ACTIONS(6843), 2, + sym_WHEN, + anon_sym_SEMI, + STATE(5518), 4, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6411), 4, - sym_BUS, - anon_sym_SEMI, - anon_sym_RPAREN, - sym_variable_assignment, - [283968] = 5, + aux_sym_waveform_repeat1, + [283948] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -278761,12 +278751,12 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6850), 4, - sym_ATTRIBUTE, - sym_FOR, - sym_GROUP, - sym_USE, - [283989] = 5, + ACTIONS(6150), 4, + sym_BUS, + sym_REGISTER, + anon_sym_SEMI, + sym_variable_assignment, + [283969] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -278777,128 +278767,139 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6852), 4, - sym_ATTRIBUTE, - sym_FOR, - sym_GROUP, - sym_USE, - [284010] = 8, + ACTIONS(2626), 4, + sym_END, + sym_GENERIC, + sym_IS, + sym_PORT, + [283990] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5569), 1, - sym_FOR, - ACTIONS(5803), 1, - sym_USE, - STATE(5350), 1, - aux_sym_configuration_head_repeat2, - STATE(7246), 1, - sym_verification_unit_binding_indication, STATE(5521), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [284037] = 5, + ACTIONS(6506), 4, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_GT_GT, + [284011] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(6848), 1, + anon_sym_SEMI, + STATE(6857), 1, + sym_force_mode, + ACTIONS(6414), 2, + sym_IN, + sym_OUT, STATE(5522), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6495), 4, - sym_BUS, - anon_sym_SEMI, - anon_sym_RPAREN, - sym_variable_assignment, - [284058] = 5, + [284036] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(6640), 1, + sym_WHEN, + ACTIONS(6850), 1, + sym_END, + STATE(5516), 1, + aux_sym_case_generate_block_repeat1, + STATE(6150), 1, + sym_case_generate_alternative, STATE(5523), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6523), 4, - sym_BUS, - anon_sym_SEMI, - anon_sym_RPAREN, - sym_variable_assignment, - [284079] = 6, + [284063] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6856), 1, - anon_sym_DOT, - ACTIONS(6854), 2, + ACTIONS(2873), 1, + sym_WHEN, + ACTIONS(6852), 1, anon_sym_SEMI, - anon_sym_COMMA, - STATE(5524), 4, + STATE(5335), 1, + aux_sym_conditional_or_unaffected_expression_repeat1, + STATE(5886), 1, + sym_when_expression, + STATE(5524), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - aux_sym_selected_name_repeat1, - [284102] = 5, + [284090] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(6856), 1, + anon_sym_LPAREN, + ACTIONS(6854), 3, + sym_GENERIC, + sym_PORT, + anon_sym_SEMI, STATE(5525), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6589), 4, - sym_BUS, - anon_sym_SEMI, - anon_sym_RPAREN, - sym_variable_assignment, - [284123] = 5, + [284113] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(6310), 1, + anon_sym_COMMA, + ACTIONS(6858), 1, + anon_sym_RBRACK, + ACTIONS(6860), 1, + sym_RETURN, + STATE(5539), 1, + aux_sym_signature_repeat1, STATE(5526), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6591), 4, - sym_BUS, - anon_sym_SEMI, - anon_sym_RPAREN, - sym_variable_assignment, - [284144] = 5, + [284140] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(6310), 1, + anon_sym_COMMA, + ACTIONS(6862), 1, + anon_sym_RBRACK, + ACTIONS(6864), 1, + sym_RETURN, + STATE(5510), 1, + aux_sym_signature_repeat1, STATE(5527), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6601), 4, - sym_BUS, - anon_sym_SEMI, - anon_sym_RPAREN, - sym_variable_assignment, - [284165] = 5, + [284167] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -278909,558 +278910,557 @@ static const uint16_t ts_small_parse_table[] = { sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6779), 4, - sym_BUS, + ACTIONS(6134), 4, anon_sym_SEMI, - anon_sym_RPAREN, - sym_variable_assignment, - [284186] = 5, + anon_sym_COMMA, + anon_sym_EQ_GT, + anon_sym_PIPE, + [284188] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(6640), 1, + sym_WHEN, + STATE(5523), 1, + aux_sym_case_generate_block_repeat1, + STATE(6150), 1, + sym_case_generate_alternative, + STATE(6352), 1, + sym_case_generate_block, STATE(5529), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6781), 4, - sym_BUS, - anon_sym_SEMI, - anon_sym_RPAREN, - sym_variable_assignment, - [284207] = 5, + [284215] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(6310), 1, + anon_sym_COMMA, + ACTIONS(6866), 1, + anon_sym_RBRACK, + ACTIONS(6868), 1, + sym_RETURN, + STATE(5527), 1, + aux_sym_signature_repeat1, STATE(5530), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6783), 4, - sym_BUS, - anon_sym_SEMI, - anon_sym_RPAREN, - sym_variable_assignment, - [284228] = 5, + [284242] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(6387), 1, + sym_IS, + ACTIONS(6389), 1, + sym_OPEN, + ACTIONS(6870), 1, + anon_sym_SEMI, + STATE(8320), 1, + sym_file_open_information, STATE(5531), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6785), 4, - sym_BUS, - anon_sym_SEMI, - anon_sym_RPAREN, - sym_variable_assignment, - [284249] = 5, + [284269] = 8, 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(5787), 1, + sym_PARAMETER, + ACTIONS(6872), 1, + sym_RETURN, + STATE(8072), 1, + sym_parameter_list_specification, STATE(5532), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6787), 4, - sym_BUS, - anon_sym_SEMI, - anon_sym_RPAREN, - sym_variable_assignment, - [284270] = 5, + [284296] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(6215), 1, + sym_CONFIGURATION, + ACTIONS(6217), 1, + sym_ENTITY, + ACTIONS(6219), 1, + sym_OPEN, + STATE(5251), 1, + sym_entity_aspect, STATE(5533), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6795), 4, - sym_BUS, - anon_sym_SEMI, - anon_sym_RPAREN, - sym_variable_assignment, - [284291] = 8, + [284323] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5805), 1, + ACTIONS(5781), 1, anon_sym_LPAREN, - ACTIONS(5811), 1, + ACTIONS(5787), 1, sym_PARAMETER, - ACTIONS(6859), 1, + ACTIONS(6874), 1, sym_RETURN, - STATE(7172), 1, + STATE(7117), 1, sym_parameter_list_specification, STATE(5534), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [284318] = 5, + [284350] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, + ACTIONS(5761), 1, + sym_USE, + ACTIONS(6876), 1, + sym_FOR, + STATE(5538), 1, + aux_sym_configuration_head_repeat2, + STATE(7472), 1, + sym_verification_unit_binding_indication, STATE(5535), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - ACTIONS(6178), 4, - sym_GENERIC, - sym_PARAMETER, - sym_RETURN, - anon_sym_LPAREN, - [284339] = 8, + [284377] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3272), 1, - sym_WHEN, - STATE(5229), 1, - aux_sym_case_body_repeat1, - STATE(6086), 1, - sym_case_statement_alternative, - STATE(6940), 1, - sym_when_element, + ACTIONS(6878), 1, + sym_BEGIN, + ACTIONS(6880), 1, + sym_END, + STATE(6056), 1, + sym_entity_body, + STATE(7675), 1, + sym_end_entity, STATE(5536), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [284366] = 7, + [284404] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6861), 1, - anon_sym_SEMI, - ACTIONS(6863), 1, - sym_WHEN, - STATE(6197), 1, - sym_when_expression, - STATE(5537), 4, + STATE(5537), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - aux_sym_conditional_or_unaffected_expression_repeat1, - [284391] = 6, + ACTIONS(6078), 4, + sym_BUS, + sym_REGISTER, + anon_sym_SEMI, + sym_variable_assignment, + [284425] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6868), 1, - anon_sym_PIPE, - ACTIONS(6866), 3, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_EQ_GT, - STATE(5538), 3, + ACTIONS(6061), 1, + sym_FOR, + ACTIONS(6063), 1, + sym_USE, + STATE(7472), 1, + sym_verification_unit_binding_indication, + STATE(5538), 4, sym__tool_directive, sym_line_comment, sym_block_comment, - [284414] = 8, + aux_sym_configuration_head_repeat2, + [284450] = 8, 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_LPAREN, - ACTIONS(5811), 1, - sym_PARAMETER, - ACTIONS(6870), 1, + ACTIONS(6310), 1, + anon_sym_COMMA, + ACTIONS(6882), 1, + anon_sym_RBRACK, + ACTIONS(6884), 1, sym_RETURN, - STATE(7547), 1, - sym_parameter_list_specification, + STATE(5510), 1, + aux_sym_signature_repeat1, STATE(5539), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [284441] = 8, + [284477] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6307), 1, + ACTIONS(6310), 1, anon_sym_COMMA, - ACTIONS(6872), 1, + ACTIONS(6886), 1, anon_sym_RBRACK, - ACTIONS(6874), 1, + ACTIONS(6888), 1, sym_RETURN, - STATE(5543), 1, + STATE(5553), 1, aux_sym_signature_repeat1, STATE(5540), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [284468] = 8, + [284504] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6315), 1, - sym_IS, - ACTIONS(6317), 1, - sym_OPEN, - ACTIONS(6876), 1, - anon_sym_SEMI, - STATE(7612), 1, - sym_file_open_information, STATE(5541), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [284495] = 8, + ACTIONS(2572), 4, + sym_IS, + sym_PARAMETER, + anon_sym_SEMI, + anon_sym_LPAREN, + [284525] = 7, 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_LPAREN, - ACTIONS(5811), 1, - sym_PARAMETER, - ACTIONS(6878), 1, - sym_RETURN, - STATE(7619), 1, - sym_parameter_list_specification, + ACTIONS(6890), 1, + anon_sym_SEMI, + STATE(6942), 1, + sym_force_mode, + ACTIONS(6414), 2, + sym_IN, + sym_OUT, STATE(5542), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [284522] = 8, + [284550] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6307), 1, - anon_sym_COMMA, - ACTIONS(6880), 1, - anon_sym_RBRACK, - ACTIONS(6882), 1, - sym_RETURN, - STATE(5503), 1, - aux_sym_signature_repeat1, + ACTIONS(6387), 1, + sym_IS, + ACTIONS(6389), 1, + sym_OPEN, + ACTIONS(6892), 1, + anon_sym_SEMI, + STATE(7058), 1, + sym_file_open_information, STATE(5543), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [284549] = 7, + [284577] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6884), 1, - anon_sym_SEMI, - STATE(7771), 1, - sym_force_mode, - ACTIONS(6815), 2, - sym_IN, - sym_OUT, STATE(5544), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [284574] = 7, + ACTIONS(2600), 4, + sym_IS, + sym_PARAMETER, + anon_sym_SEMI, + anon_sym_LPAREN, + [284598] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6886), 1, - anon_sym_SEMI, - STATE(6722), 1, - sym_force_mode, - ACTIONS(6815), 2, - sym_IN, - sym_OUT, STATE(5545), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [284599] = 8, + ACTIONS(6202), 4, + sym_FOR, + sym_UNTIL, + anon_sym_SEMI, + anon_sym_COMMA, + [284619] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6485), 1, - sym_WHEN, - STATE(5509), 1, - aux_sym_case_generate_block_repeat1, - STATE(6192), 1, - sym_case_generate_alternative, - STATE(6595), 1, - sym_case_generate_block, STATE(5546), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [284626] = 8, + ACTIONS(2648), 4, + sym_IS, + sym_PARAMETER, + anon_sym_SEMI, + anon_sym_LPAREN, + [284640] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6485), 1, - sym_WHEN, - STATE(5509), 1, - aux_sym_case_generate_block_repeat1, - STATE(6071), 1, - sym_case_generate_block, - STATE(6192), 1, - sym_case_generate_alternative, STATE(5547), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [284653] = 7, + ACTIONS(6369), 4, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_GT_GT, + [284661] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6888), 1, - anon_sym_SEMI, - STATE(8027), 1, - sym_force_mode, - ACTIONS(6815), 2, - sym_IN, - sym_OUT, + ACTIONS(5781), 1, + anon_sym_LPAREN, + ACTIONS(5787), 1, + sym_PARAMETER, + ACTIONS(6894), 1, + sym_RETURN, + STATE(7047), 1, + sym_parameter_list_specification, STATE(5548), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [284678] = 8, + [284688] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6485), 1, - sym_WHEN, - STATE(5509), 1, - aux_sym_case_generate_block_repeat1, - STATE(6125), 1, - sym_case_generate_block, - STATE(6192), 1, - sym_case_generate_alternative, + ACTIONS(6310), 1, + anon_sym_COMMA, + ACTIONS(6896), 1, + anon_sym_RBRACK, + ACTIONS(6898), 1, + sym_RETURN, + STATE(5510), 1, + aux_sym_signature_repeat1, STATE(5549), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [284705] = 8, + [284715] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6307), 1, - anon_sym_COMMA, - ACTIONS(6890), 1, - anon_sym_RBRACK, - ACTIONS(6892), 1, - sym_RETURN, - STATE(5552), 1, - aux_sym_signature_repeat1, + ACTIONS(3432), 1, + sym_WHEN, + STATE(5327), 1, + aux_sym_case_body_repeat1, + STATE(6211), 1, + sym_case_statement_alternative, + STATE(7351), 1, + sym_when_element, STATE(5550), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [284732] = 8, + [284742] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6315), 1, - sym_IS, - ACTIONS(6317), 1, - sym_OPEN, - ACTIONS(6894), 1, + ACTIONS(5939), 1, + sym_variable_assignment, + STATE(6356), 1, + sym_initialiser, + ACTIONS(6258), 2, anon_sym_SEMI, - STATE(8169), 1, - sym_file_open_information, + anon_sym_RPAREN, STATE(5551), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [284759] = 8, + [284767] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6307), 1, + ACTIONS(6310), 1, anon_sym_COMMA, - ACTIONS(6896), 1, + ACTIONS(6900), 1, anon_sym_RBRACK, - ACTIONS(6898), 1, + ACTIONS(6902), 1, sym_RETURN, - STATE(5503), 1, + STATE(5549), 1, aux_sym_signature_repeat1, STATE(5552), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [284786] = 7, + [284794] = 8, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6900), 1, - anon_sym_SEMI, - STATE(8232), 1, - sym_force_mode, - ACTIONS(6815), 2, - sym_IN, - sym_OUT, + ACTIONS(6310), 1, + anon_sym_COMMA, + ACTIONS(6904), 1, + anon_sym_RBRACK, + ACTIONS(6906), 1, + sym_RETURN, + STATE(5510), 1, + aux_sym_signature_repeat1, STATE(5553), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [284811] = 7, + [284821] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6902), 1, - anon_sym_SEMI, - STATE(8261), 1, - sym_force_mode, - ACTIONS(6815), 2, - sym_IN, - sym_OUT, STATE(5554), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [284836] = 8, + ACTIONS(6345), 4, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_GT_GT, + [284842] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6307), 1, - anon_sym_COMMA, - ACTIONS(6904), 1, - anon_sym_RBRACK, - ACTIONS(6906), 1, - sym_RETURN, - STATE(5503), 1, - aux_sym_signature_repeat1, STATE(5555), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [284863] = 5, + ACTIONS(6335), 4, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_GT_GT, + [284863] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2818), 3, - sym_ELSE, - sym_ELSIF, - sym_END, + ACTIONS(6908), 1, + anon_sym_COMMA, + ACTIONS(6910), 1, + anon_sym_RPAREN, + STATE(5812), 1, + aux_sym_enumeration_type_definition_repeat1, STATE(5556), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [284883] = 7, + [284887] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6908), 1, + ACTIONS(6912), 1, anon_sym_COMMA, - ACTIONS(6910), 1, + ACTIONS(6914), 1, anon_sym_RPAREN, - STATE(5779), 1, + STATE(5798), 1, aux_sym_association_list_repeat1, STATE(5557), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [284907] = 5, + [284911] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6912), 3, - sym_IS, - anon_sym_SEMI, - anon_sym_RPAREN, + ACTIONS(3288), 3, + sym_END, + sym_FOR, + sym_USE, STATE(5558), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [284927] = 7, + [284931] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6908), 1, - anon_sym_COMMA, - ACTIONS(6914), 1, - anon_sym_RPAREN, - STATE(5560), 1, - aux_sym_association_list_repeat1, + ACTIONS(2871), 3, + sym_GENERIC, + anon_sym_SEMI, + sym_variable_assignment, STATE(5559), 3, sym__tool_directive, sym_line_comment, @@ -279472,210 +279472,210 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6908), 1, - anon_sym_COMMA, + ACTIONS(1617), 1, + sym_GENERIC, ACTIONS(6916), 1, - anon_sym_RPAREN, - STATE(5779), 1, - aux_sym_association_list_repeat1, + anon_sym_SEMI, + STATE(8355), 1, + sym_generic_map_aspect, STATE(5560), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [284975] = 7, + [284975] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2906), 1, - sym_WHEN, - ACTIONS(6918), 1, + ACTIONS(2572), 3, anon_sym_SEMI, - STATE(6156), 1, - sym_when_expression, + anon_sym_RPAREN, + sym_variable_assignment, STATE(5561), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [284999] = 7, + [284995] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5954), 1, - sym_variable_assignment, - ACTIONS(6920), 1, + ACTIONS(2871), 3, + sym_IS, + sym_OPEN, anon_sym_SEMI, - STATE(6966), 1, - sym_initialiser, STATE(5562), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [285023] = 7, + [285015] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5954), 1, + ACTIONS(5939), 1, sym_variable_assignment, - ACTIONS(6922), 1, + ACTIONS(6918), 1, anon_sym_SEMI, - STATE(6818), 1, + STATE(8354), 1, sym_initialiser, STATE(5563), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [285047] = 7, + [285039] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6908), 1, + ACTIONS(6912), 1, anon_sym_COMMA, - ACTIONS(6924), 1, + ACTIONS(6920), 1, anon_sym_RPAREN, - STATE(5565), 1, + STATE(5798), 1, aux_sym_association_list_repeat1, STATE(5564), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [285071] = 7, + [285063] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6908), 1, - anon_sym_COMMA, - ACTIONS(6926), 1, - anon_sym_RPAREN, - STATE(5779), 1, - aux_sym_association_list_repeat1, + ACTIONS(6150), 3, + sym_GENERIC, + anon_sym_SEMI, + sym_variable_assignment, STATE(5565), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [285095] = 7, + [285083] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6908), 1, + ACTIONS(6912), 1, anon_sym_COMMA, - ACTIONS(6928), 1, + ACTIONS(6922), 1, anon_sym_RPAREN, - STATE(5568), 1, + STATE(5798), 1, aux_sym_association_list_repeat1, STATE(5566), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [285119] = 5, + [285107] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2678), 3, - sym_PARAMETER, - sym_RETURN, - anon_sym_LPAREN, + ACTIONS(6924), 1, + sym_CONSTANT, + ACTIONS(6926), 1, + sym_SIGNAL, + ACTIONS(6928), 1, + sym_VARIABLE, STATE(5567), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [285139] = 7, + [285131] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6908), 1, - anon_sym_COMMA, ACTIONS(6930), 1, - anon_sym_RPAREN, - STATE(5779), 1, - aux_sym_association_list_repeat1, + sym_CONSTANT, + ACTIONS(6932), 1, + sym_SIGNAL, + ACTIONS(6934), 1, + sym_VARIABLE, STATE(5568), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [285163] = 5, + [285155] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6178), 3, - sym_PARAMETER, - sym_RETURN, - anon_sym_LPAREN, + ACTIONS(6936), 1, + sym_CONSTANT, + ACTIONS(6938), 1, + sym_SIGNAL, + ACTIONS(6940), 1, + sym_VARIABLE, STATE(5569), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [285183] = 7, + [285179] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6908), 1, - anon_sym_COMMA, - ACTIONS(6932), 1, - anon_sym_RPAREN, - STATE(5571), 1, - aux_sym_association_list_repeat1, + ACTIONS(6942), 1, + anon_sym_LT_EQ, + ACTIONS(6944), 1, + sym_variable_assignment, + STATE(24), 1, + sym_signal_assignment, STATE(5570), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [285207] = 7, + [285203] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6908), 1, - anon_sym_COMMA, - ACTIONS(6934), 1, - anon_sym_RPAREN, - STATE(5779), 1, - aux_sym_association_list_repeat1, + ACTIONS(6946), 1, + sym_CONSTANT, + ACTIONS(6948), 1, + sym_SIGNAL, + ACTIONS(6950), 1, + sym_VARIABLE, STATE(5571), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [285231] = 5, + [285227] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6167), 3, - sym_END, - sym_FOR, - sym_USE, + ACTIONS(6952), 1, + sym_CONSTANT, + ACTIONS(6954), 1, + sym_SIGNAL, + ACTIONS(6956), 1, + sym_VARIABLE, STATE(5572), 3, sym__tool_directive, sym_line_comment, @@ -279687,12 +279687,12 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6936), 1, + ACTIONS(6912), 1, anon_sym_COMMA, - ACTIONS(6938), 1, - anon_sym_COLON, - STATE(5789), 1, - aux_sym_entity_name_list_repeat1, + ACTIONS(6958), 1, + anon_sym_RPAREN, + STATE(5566), 1, + aux_sym_association_list_repeat1, STATE(5573), 3, sym__tool_directive, sym_line_comment, @@ -279704,1757 +279704,1757 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2906), 1, - sym_WHEN, - ACTIONS(6940), 1, - anon_sym_SEMI, - STATE(5376), 1, - sym_when_expression, + ACTIONS(6912), 1, + anon_sym_COMMA, + ACTIONS(6960), 1, + anon_sym_RPAREN, + STATE(5798), 1, + aux_sym_association_list_repeat1, STATE(5574), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [285299] = 5, + [285299] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3230), 3, - sym_END, - sym_FOR, - sym_USE, + ACTIONS(6912), 1, + anon_sym_COMMA, + ACTIONS(6962), 1, + anon_sym_RPAREN, + STATE(5574), 1, + aux_sym_association_list_repeat1, STATE(5575), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [285319] = 7, + [285323] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6908), 1, - anon_sym_COMMA, - ACTIONS(6942), 1, - anon_sym_RPAREN, - STATE(5577), 1, - aux_sym_association_list_repeat1, + ACTIONS(6964), 1, + sym_CONSTANT, + ACTIONS(6966), 1, + sym_SIGNAL, + ACTIONS(6968), 1, + sym_VARIABLE, STATE(5576), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [285343] = 7, + [285347] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6908), 1, - anon_sym_COMMA, - ACTIONS(6944), 1, - anon_sym_RPAREN, - STATE(5779), 1, - aux_sym_association_list_repeat1, + ACTIONS(6970), 1, + sym_CONSTANT, + ACTIONS(6972), 1, + sym_SIGNAL, + ACTIONS(6974), 1, + sym_VARIABLE, STATE(5577), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [285367] = 7, + [285371] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2906), 1, - sym_WHEN, - ACTIONS(6946), 1, + ACTIONS(1617), 1, + sym_GENERIC, + ACTIONS(6976), 1, anon_sym_SEMI, - STATE(5376), 1, - sym_when_expression, + STATE(8357), 1, + sym_generic_map_aspect, STATE(5578), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [285391] = 5, + [285395] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6848), 3, - sym_PARAMETER, - anon_sym_SEMI, - anon_sym_LPAREN, + ACTIONS(6978), 1, + sym_CONSTANT, + ACTIONS(6980), 1, + sym_SIGNAL, + ACTIONS(6982), 1, + sym_VARIABLE, STATE(5579), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [285411] = 7, + [285419] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6908), 1, - anon_sym_COMMA, - ACTIONS(6948), 1, - anon_sym_RPAREN, - STATE(5581), 1, - aux_sym_association_list_repeat1, + ACTIONS(6984), 1, + sym_CONSTANT, + ACTIONS(6986), 1, + sym_SIGNAL, + ACTIONS(6988), 1, + sym_VARIABLE, STATE(5580), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [285435] = 7, + [285443] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6908), 1, - anon_sym_COMMA, - ACTIONS(6950), 1, - anon_sym_RPAREN, - STATE(5779), 1, - aux_sym_association_list_repeat1, + ACTIONS(6990), 1, + sym_CONSTANT, + ACTIONS(6992), 1, + sym_SIGNAL, + ACTIONS(6994), 1, + sym_VARIABLE, STATE(5581), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [285459] = 7, + [285467] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6952), 1, - anon_sym_COMMA, - ACTIONS(6954), 1, - anon_sym_COLON, - STATE(5790), 1, - aux_sym_generic_identifier_list_repeat1, + ACTIONS(6996), 1, + sym_CONSTANT, + ACTIONS(6998), 1, + sym_SIGNAL, + ACTIONS(7000), 1, + sym_VARIABLE, STATE(5582), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [285483] = 7, + [285491] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6908), 1, - anon_sym_COMMA, - ACTIONS(6956), 1, - anon_sym_RPAREN, - STATE(5584), 1, - aux_sym_association_list_repeat1, + ACTIONS(7002), 1, + sym_CONSTANT, + ACTIONS(7004), 1, + sym_SIGNAL, + ACTIONS(7006), 1, + sym_VARIABLE, STATE(5583), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [285507] = 7, + [285515] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6908), 1, - anon_sym_COMMA, - ACTIONS(6958), 1, - anon_sym_RPAREN, - STATE(5779), 1, - aux_sym_association_list_repeat1, + ACTIONS(7008), 1, + sym_CONSTANT, + ACTIONS(7010), 1, + sym_SIGNAL, + ACTIONS(7012), 1, + sym_VARIABLE, STATE(5584), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [285531] = 7, + [285539] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6908), 1, - anon_sym_COMMA, - ACTIONS(6960), 1, - anon_sym_RPAREN, - STATE(5586), 1, - aux_sym_association_list_repeat1, + ACTIONS(2986), 1, + sym_SEVERITY, + ACTIONS(7014), 1, + anon_sym_SEMI, + STATE(6803), 1, + sym_severity_expression, STATE(5585), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [285555] = 7, + [285563] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6908), 1, - anon_sym_COMMA, - ACTIONS(6962), 1, - anon_sym_RPAREN, - STATE(5779), 1, - aux_sym_association_list_repeat1, + ACTIONS(7016), 1, + anon_sym_SEMI, + ACTIONS(5896), 2, + anon_sym_LT_EQ, + sym_variable_assignment, STATE(5586), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [285579] = 7, + [285585] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6964), 1, - anon_sym_SEMI, - ACTIONS(6966), 1, - anon_sym_RPAREN, - STATE(5791), 1, - aux_sym_generic_interface_list_repeat1, + ACTIONS(7018), 1, + sym_CONSTANT, + ACTIONS(7020), 1, + sym_SIGNAL, + ACTIONS(7022), 1, + sym_VARIABLE, STATE(5587), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [285603] = 7, + [285609] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1605), 1, - sym_GENERIC, - ACTIONS(6968), 1, - anon_sym_SEMI, - STATE(7160), 1, - sym_generic_map_aspect, + ACTIONS(7024), 1, + sym_CONSTANT, + ACTIONS(7026), 1, + sym_SIGNAL, + ACTIONS(7028), 1, + sym_VARIABLE, STATE(5588), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [285627] = 7, + [285633] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5954), 1, - sym_variable_assignment, - ACTIONS(6124), 1, - anon_sym_SEMI, - STATE(7208), 1, - sym_initialiser, + ACTIONS(7030), 1, + sym_CONSTANT, + ACTIONS(7032), 1, + sym_SIGNAL, + ACTIONS(7034), 1, + sym_VARIABLE, STATE(5589), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [285651] = 7, + [285657] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6908), 1, + ACTIONS(6912), 1, anon_sym_COMMA, - ACTIONS(6970), 1, + ACTIONS(7036), 1, anon_sym_RPAREN, - STATE(5591), 1, + STATE(5798), 1, aux_sym_association_list_repeat1, STATE(5590), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [285675] = 7, + [285681] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6908), 1, + ACTIONS(6912), 1, anon_sym_COMMA, - ACTIONS(6972), 1, + ACTIONS(7038), 1, anon_sym_RPAREN, - STATE(5779), 1, + STATE(5564), 1, aux_sym_association_list_repeat1, STATE(5591), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [285699] = 6, + [285705] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6976), 1, - sym_OF, - ACTIONS(6974), 2, - anon_sym_SEMI, - anon_sym_RPAREN, + ACTIONS(7040), 1, + sym_CONSTANT, + ACTIONS(7042), 1, + sym_SIGNAL, + ACTIONS(7044), 1, + sym_VARIABLE, STATE(5592), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [285721] = 7, + [285729] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6908), 1, - anon_sym_COMMA, - ACTIONS(6978), 1, - anon_sym_RPAREN, - STATE(5613), 1, - aux_sym_association_list_repeat1, + ACTIONS(7046), 1, + sym_CONSTANT, + ACTIONS(7048), 1, + sym_SIGNAL, + ACTIONS(7050), 1, + sym_VARIABLE, STATE(5593), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [285745] = 7, + [285753] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6908), 1, - anon_sym_COMMA, - ACTIONS(6980), 1, - anon_sym_RPAREN, - STATE(5595), 1, - aux_sym_association_list_repeat1, + ACTIONS(7052), 1, + sym_CONSTANT, + ACTIONS(7054), 1, + sym_SIGNAL, + ACTIONS(7056), 1, + sym_VARIABLE, STATE(5594), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [285769] = 7, + [285777] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6908), 1, + ACTIONS(6912), 1, anon_sym_COMMA, - ACTIONS(6982), 1, + ACTIONS(7058), 1, anon_sym_RPAREN, - STATE(5779), 1, + STATE(5590), 1, aux_sym_association_list_repeat1, STATE(5595), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [285793] = 7, + [285801] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1605), 1, - sym_GENERIC, - ACTIONS(6984), 1, - anon_sym_SEMI, - STATE(7258), 1, - sym_generic_map_aspect, + ACTIONS(7060), 1, + sym_CONSTANT, + ACTIONS(7062), 1, + sym_SIGNAL, + ACTIONS(7064), 1, + sym_VARIABLE, STATE(5596), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [285817] = 7, + [285825] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6908), 1, - anon_sym_COMMA, - ACTIONS(6986), 1, - anon_sym_RPAREN, - STATE(5601), 1, - aux_sym_association_list_repeat1, + ACTIONS(5939), 1, + sym_variable_assignment, + ACTIONS(6246), 1, + anon_sym_SEMI, + STATE(8361), 1, + sym_initialiser, STATE(5597), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [285841] = 7, + [285849] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6908), 1, - anon_sym_COMMA, - ACTIONS(6988), 1, - anon_sym_RPAREN, - STATE(5599), 1, - aux_sym_association_list_repeat1, + ACTIONS(7066), 1, + sym_CONSTANT, + ACTIONS(7068), 1, + sym_SIGNAL, + ACTIONS(7070), 1, + sym_VARIABLE, STATE(5598), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [285865] = 7, + [285873] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6908), 1, - anon_sym_COMMA, - ACTIONS(6990), 1, - anon_sym_RPAREN, - STATE(5779), 1, - aux_sym_association_list_repeat1, + ACTIONS(7072), 1, + sym_CONSTANT, + ACTIONS(7074), 1, + sym_SIGNAL, + ACTIONS(7076), 1, + sym_VARIABLE, STATE(5599), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [285889] = 6, + [285897] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6992), 1, - anon_sym_COMMA, - ACTIONS(6995), 1, - anon_sym_RPAREN, - STATE(5600), 4, + ACTIONS(5939), 1, + sym_variable_assignment, + ACTIONS(6227), 1, + anon_sym_SEMI, + STATE(8326), 1, + sym_initialiser, + STATE(5600), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - aux_sym_array_index_incomplete_type_list_repeat1, - [285911] = 7, + [285921] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6908), 1, - anon_sym_COMMA, - ACTIONS(6997), 1, - anon_sym_RPAREN, - STATE(5779), 1, - aux_sym_association_list_repeat1, + ACTIONS(7078), 1, + sym_CONSTANT, + ACTIONS(7080), 1, + sym_SIGNAL, + ACTIONS(7082), 1, + sym_VARIABLE, STATE(5601), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [285935] = 7, + [285945] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1605), 1, - sym_GENERIC, - ACTIONS(6999), 1, - anon_sym_SEMI, - STATE(7266), 1, - sym_generic_map_aspect, + ACTIONS(7084), 1, + sym_CONSTANT, + ACTIONS(7086), 1, + sym_SIGNAL, + ACTIONS(7088), 1, + sym_VARIABLE, STATE(5602), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [285959] = 7, + [285969] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6908), 1, - anon_sym_COMMA, - ACTIONS(7001), 1, - anon_sym_RPAREN, - STATE(5604), 1, - aux_sym_association_list_repeat1, + ACTIONS(7090), 1, + sym_CONSTANT, + ACTIONS(7092), 1, + sym_SIGNAL, + ACTIONS(7094), 1, + sym_VARIABLE, STATE(5603), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [285983] = 7, + [285993] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6908), 1, + ACTIONS(6912), 1, anon_sym_COMMA, - ACTIONS(7003), 1, + ACTIONS(7096), 1, anon_sym_RPAREN, - STATE(5779), 1, + STATE(5614), 1, aux_sym_association_list_repeat1, STATE(5604), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [286007] = 7, + [286017] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7005), 1, - anon_sym_SEMI, - ACTIONS(7007), 1, - anon_sym_COMMA, - STATE(5769), 1, - aux_sym_logical_name_list_repeat1, + ACTIONS(7098), 1, + sym_CONSTANT, + ACTIONS(7100), 1, + sym_SIGNAL, + ACTIONS(7102), 1, + sym_VARIABLE, STATE(5605), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [286031] = 7, + [286041] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7009), 1, - anon_sym_COMMA, - ACTIONS(7011), 1, - anon_sym_RPAREN, - STATE(5755), 1, - aux_sym_association_or_range_list_repeat1, + ACTIONS(7104), 1, + sym_CONSTANT, + ACTIONS(7106), 1, + sym_SIGNAL, + ACTIONS(7108), 1, + sym_VARIABLE, STATE(5606), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [286055] = 6, + [286065] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7013), 1, - anon_sym_COMMA, - ACTIONS(7016), 1, - anon_sym_RPAREN, - STATE(5607), 4, + ACTIONS(7110), 1, + sym_CONSTANT, + ACTIONS(7112), 1, + sym_SIGNAL, + ACTIONS(7114), 1, + sym_VARIABLE, + STATE(5607), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - aux_sym_entity_class_entry_list_repeat1, - [286077] = 7, + [286089] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7018), 1, - anon_sym_COMMA, - ACTIONS(7020), 1, - anon_sym_RPAREN, - STATE(5217), 1, - aux_sym_group_constituent_list_repeat1, + ACTIONS(1617), 1, + sym_GENERIC, + ACTIONS(7116), 1, + anon_sym_SEMI, + STATE(8324), 1, + sym_generic_map_aspect, STATE(5608), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [286101] = 7, + [286113] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6908), 1, - anon_sym_COMMA, - ACTIONS(7022), 1, - anon_sym_RPAREN, - STATE(5610), 1, - aux_sym_association_list_repeat1, + ACTIONS(7118), 1, + sym_CONSTANT, + ACTIONS(7120), 1, + sym_SIGNAL, + ACTIONS(7122), 1, + sym_VARIABLE, STATE(5609), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [286125] = 7, + [286137] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6908), 1, - anon_sym_COMMA, - ACTIONS(7024), 1, - anon_sym_RPAREN, - STATE(5779), 1, - aux_sym_association_list_repeat1, + ACTIONS(1617), 1, + sym_GENERIC, + ACTIONS(7124), 1, + anon_sym_SEMI, + STATE(8322), 1, + sym_generic_map_aspect, STATE(5610), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [286149] = 5, + [286161] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6087), 3, - sym_GENERIC, - anon_sym_SEMI, - sym_variable_assignment, + ACTIONS(7126), 1, + sym_CONSTANT, + ACTIONS(7128), 1, + sym_SIGNAL, + ACTIONS(7130), 1, + sym_VARIABLE, STATE(5611), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [286169] = 7, + [286185] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5954), 1, - sym_variable_assignment, - ACTIONS(7026), 1, - anon_sym_SEMI, - STATE(7279), 1, - sym_initialiser, + ACTIONS(7132), 1, + sym_CONSTANT, + ACTIONS(7134), 1, + sym_SIGNAL, + ACTIONS(7136), 1, + sym_VARIABLE, STATE(5612), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [286193] = 7, + [286209] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6908), 1, - anon_sym_COMMA, - ACTIONS(7028), 1, - anon_sym_RPAREN, - STATE(5779), 1, - aux_sym_association_list_repeat1, + ACTIONS(5939), 1, + sym_variable_assignment, + ACTIONS(7138), 1, + anon_sym_SEMI, + STATE(8321), 1, + sym_initialiser, STATE(5613), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [286217] = 7, + [286233] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6908), 1, + ACTIONS(6912), 1, anon_sym_COMMA, - ACTIONS(7030), 1, + ACTIONS(7140), 1, anon_sym_RPAREN, - STATE(5615), 1, + STATE(5798), 1, aux_sym_association_list_repeat1, STATE(5614), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [286241] = 7, + [286257] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6908), 1, - anon_sym_COMMA, - ACTIONS(7032), 1, - anon_sym_RPAREN, - STATE(5779), 1, - aux_sym_association_list_repeat1, + ACTIONS(7142), 1, + sym_CONSTANT, + ACTIONS(7144), 1, + sym_SIGNAL, + ACTIONS(7146), 1, + sym_VARIABLE, STATE(5615), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [286265] = 7, + [286281] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6908), 1, - anon_sym_COMMA, - ACTIONS(7034), 1, - anon_sym_RPAREN, - STATE(5617), 1, - aux_sym_association_list_repeat1, + ACTIONS(7148), 1, + sym_CONSTANT, + ACTIONS(7150), 1, + sym_SIGNAL, + ACTIONS(7152), 1, + sym_VARIABLE, STATE(5616), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [286289] = 7, + [286305] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6908), 1, - anon_sym_COMMA, - ACTIONS(7036), 1, - anon_sym_RPAREN, - STATE(5779), 1, - aux_sym_association_list_repeat1, + ACTIONS(7154), 1, + sym_CONSTANT, + ACTIONS(7156), 1, + sym_SIGNAL, + ACTIONS(7158), 1, + sym_VARIABLE, STATE(5617), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [286313] = 7, + [286329] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7038), 1, - sym_directive_body, - ACTIONS(7040), 1, - sym__directive_newline, - STATE(5764), 1, - aux_sym_user_directive_repeat1, + ACTIONS(7160), 1, + sym_CONSTANT, + ACTIONS(7162), 1, + sym_SIGNAL, + ACTIONS(7164), 1, + sym_VARIABLE, STATE(5618), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [286337] = 7, + [286353] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6908), 1, - anon_sym_COMMA, - ACTIONS(7042), 1, - anon_sym_RPAREN, - STATE(5620), 1, - aux_sym_association_list_repeat1, + ACTIONS(7166), 1, + sym_CONSTANT, + ACTIONS(7168), 1, + sym_SIGNAL, + ACTIONS(7170), 1, + sym_VARIABLE, STATE(5619), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [286361] = 7, + [286377] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6908), 1, + ACTIONS(6912), 1, anon_sym_COMMA, - ACTIONS(7044), 1, + ACTIONS(7172), 1, anon_sym_RPAREN, - STATE(5779), 1, + STATE(5798), 1, aux_sym_association_list_repeat1, STATE(5620), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [286385] = 6, + [286401] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7046), 1, - anon_sym_COMMA, - ACTIONS(7049), 1, - anon_sym_RPAREN, - STATE(5621), 4, + ACTIONS(1617), 1, + sym_GENERIC, + ACTIONS(7174), 1, + anon_sym_SEMI, + STATE(7178), 1, + sym_generic_map_aspect, + STATE(5621), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - aux_sym_aggregate_repeat1, - [286407] = 7, + [286425] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6868), 1, - anon_sym_PIPE, - ACTIONS(7051), 1, - anon_sym_EQ_GT, - STATE(6575), 1, - sym_case_generate_body, + ACTIONS(7176), 1, + sym_CONSTANT, + ACTIONS(7178), 1, + sym_SIGNAL, + ACTIONS(7180), 1, + sym_VARIABLE, STATE(5622), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [286431] = 7, + [286449] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6908), 1, - anon_sym_COMMA, - ACTIONS(7053), 1, - anon_sym_RPAREN, - STATE(5624), 1, - aux_sym_association_list_repeat1, + ACTIONS(7182), 1, + sym_CONSTANT, + ACTIONS(7184), 1, + sym_SIGNAL, + ACTIONS(7186), 1, + sym_VARIABLE, STATE(5623), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [286455] = 7, + [286473] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6908), 1, - anon_sym_COMMA, - ACTIONS(7055), 1, - anon_sym_RPAREN, - STATE(5779), 1, - aux_sym_association_list_repeat1, + ACTIONS(7188), 1, + sym_CONSTANT, + ACTIONS(7190), 1, + sym_SIGNAL, + ACTIONS(7192), 1, + sym_VARIABLE, STATE(5624), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [286479] = 5, + [286497] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6193), 3, - sym_GENERIC, - anon_sym_SEMI, - sym_variable_assignment, + ACTIONS(6912), 1, + anon_sym_COMMA, + ACTIONS(7194), 1, + anon_sym_RPAREN, + STATE(5620), 1, + aux_sym_association_list_repeat1, STATE(5625), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [286499] = 7, + [286521] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1759), 1, - sym_PORT, - ACTIONS(7057), 1, - anon_sym_SEMI, - STATE(6770), 1, - sym_port_map_aspect, + ACTIONS(7196), 1, + sym_CONSTANT, + ACTIONS(7198), 1, + sym_SIGNAL, + ACTIONS(7200), 1, + sym_VARIABLE, STATE(5626), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [286523] = 7, + [286545] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1605), 1, - sym_GENERIC, - ACTIONS(7059), 1, - anon_sym_SEMI, - STATE(7443), 1, - sym_generic_map_aspect, + ACTIONS(7202), 1, + sym_CONSTANT, + ACTIONS(7204), 1, + sym_SIGNAL, + ACTIONS(7206), 1, + sym_VARIABLE, STATE(5627), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [286547] = 7, + [286569] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6908), 1, + ACTIONS(6912), 1, anon_sym_COMMA, - ACTIONS(7061), 1, + ACTIONS(7208), 1, anon_sym_RPAREN, - STATE(5629), 1, + STATE(5798), 1, aux_sym_association_list_repeat1, STATE(5628), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [286571] = 7, + [286593] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6908), 1, - anon_sym_COMMA, - ACTIONS(7063), 1, - anon_sym_RPAREN, - STATE(5779), 1, - aux_sym_association_list_repeat1, + ACTIONS(5765), 1, + sym_FOR, + ACTIONS(5819), 1, + anon_sym_SEMI, + STATE(7346), 1, + sym_timeout_clause, STATE(5629), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [286595] = 7, + [286617] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1759), 1, - sym_PORT, - ACTIONS(7065), 1, - anon_sym_SEMI, - STATE(6906), 1, - sym_port_map_aspect, + ACTIONS(7210), 1, + sym_CONSTANT, + ACTIONS(7212), 1, + sym_SIGNAL, + ACTIONS(7214), 1, + sym_VARIABLE, STATE(5630), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [286619] = 7, + [286641] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6908), 1, - anon_sym_COMMA, - ACTIONS(7067), 1, - anon_sym_RPAREN, - STATE(5632), 1, - aux_sym_association_list_repeat1, + ACTIONS(7216), 1, + sym_CONSTANT, + ACTIONS(7218), 1, + sym_SIGNAL, + ACTIONS(7220), 1, + sym_VARIABLE, STATE(5631), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [286643] = 7, + [286665] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6908), 1, - anon_sym_COMMA, - ACTIONS(7069), 1, - anon_sym_RPAREN, - STATE(5779), 1, - aux_sym_association_list_repeat1, + ACTIONS(7222), 1, + sym_CONSTANT, + ACTIONS(7224), 1, + sym_SIGNAL, + ACTIONS(7226), 1, + sym_VARIABLE, STATE(5632), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [286667] = 7, + [286689] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6908), 1, - anon_sym_COMMA, - ACTIONS(7071), 1, - anon_sym_RPAREN, - STATE(5634), 1, - aux_sym_association_list_repeat1, + ACTIONS(6078), 3, + sym_GENERIC, + anon_sym_SEMI, + sym_variable_assignment, STATE(5633), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [286691] = 7, + [286709] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6908), 1, - anon_sym_COMMA, - ACTIONS(7073), 1, - anon_sym_RPAREN, - STATE(5779), 1, - aux_sym_association_list_repeat1, + ACTIONS(7228), 1, + sym_CONSTANT, + ACTIONS(7230), 1, + sym_SIGNAL, + ACTIONS(7232), 1, + sym_VARIABLE, STATE(5634), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [286715] = 5, + [286733] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7075), 3, - sym_GENERIC, - sym_PORT, - anon_sym_SEMI, + ACTIONS(6912), 1, + anon_sym_COMMA, + ACTIONS(7234), 1, + anon_sym_RPAREN, + STATE(5628), 1, + aux_sym_association_list_repeat1, STATE(5635), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [286735] = 7, + [286757] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7009), 1, + ACTIONS(6912), 1, anon_sym_COMMA, - ACTIONS(7077), 1, + ACTIONS(7236), 1, anon_sym_RPAREN, - STATE(5606), 1, - aux_sym_association_or_range_list_repeat1, + STATE(5637), 1, + aux_sym_association_list_repeat1, STATE(5636), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [286759] = 7, + [286781] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5954), 1, - sym_variable_assignment, - ACTIONS(7079), 1, - anon_sym_SEMI, - STATE(7665), 1, - sym_initialiser, + ACTIONS(6912), 1, + anon_sym_COMMA, + ACTIONS(7238), 1, + anon_sym_RPAREN, + STATE(5798), 1, + aux_sym_association_list_repeat1, STATE(5637), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [286783] = 7, + [286805] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6908), 1, + ACTIONS(6912), 1, anon_sym_COMMA, - ACTIONS(7081), 1, + ACTIONS(7240), 1, anon_sym_RPAREN, - STATE(5639), 1, + STATE(5641), 1, aux_sym_association_list_repeat1, STATE(5638), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [286807] = 7, + [286829] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6908), 1, - anon_sym_COMMA, - ACTIONS(7083), 1, - anon_sym_RPAREN, - STATE(5779), 1, - aux_sym_association_list_repeat1, + ACTIONS(5939), 1, + sym_variable_assignment, + ACTIONS(7242), 1, + anon_sym_SEMI, + STATE(8318), 1, + sym_initialiser, STATE(5639), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [286831] = 7, + [286853] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2906), 1, - sym_WHEN, - ACTIONS(7085), 1, - anon_sym_SEMI, - STATE(5376), 1, - sym_when_expression, + ACTIONS(7244), 1, + sym_CONSTANT, + ACTIONS(7246), 1, + sym_SIGNAL, + ACTIONS(7248), 1, + sym_VARIABLE, STATE(5640), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [286855] = 7, + [286877] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6908), 1, + ACTIONS(6912), 1, anon_sym_COMMA, - ACTIONS(7087), 1, + ACTIONS(7250), 1, anon_sym_RPAREN, - STATE(5644), 1, + STATE(5798), 1, aux_sym_association_list_repeat1, STATE(5641), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [286879] = 7, + [286901] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6908), 1, - anon_sym_COMMA, - ACTIONS(7089), 1, - anon_sym_RPAREN, - STATE(5643), 1, - aux_sym_association_list_repeat1, + ACTIONS(5765), 1, + sym_FOR, + ACTIONS(5817), 1, + anon_sym_SEMI, + STATE(6763), 1, + sym_timeout_clause, STATE(5642), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [286903] = 7, + [286925] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6908), 1, + ACTIONS(6912), 1, anon_sym_COMMA, - ACTIONS(7091), 1, + ACTIONS(7252), 1, anon_sym_RPAREN, - STATE(5779), 1, + STATE(5645), 1, aux_sym_association_list_repeat1, STATE(5643), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [286927] = 7, + [286949] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6908), 1, - anon_sym_COMMA, - ACTIONS(7093), 1, - anon_sym_RPAREN, - STATE(5779), 1, - aux_sym_association_list_repeat1, + ACTIONS(7254), 1, + sym_CONSTANT, + ACTIONS(7256), 1, + sym_SIGNAL, + ACTIONS(7258), 1, + sym_VARIABLE, STATE(5644), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [286951] = 7, + [286973] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7095), 1, - anon_sym_DOT, - ACTIONS(7097), 1, - anon_sym_LPAREN, - ACTIONS(7099), 1, - anon_sym_COLON, + ACTIONS(6912), 1, + anon_sym_COMMA, + ACTIONS(7260), 1, + anon_sym_RPAREN, + STATE(5798), 1, + aux_sym_association_list_repeat1, STATE(5645), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [286975] = 7, + [286997] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6908), 1, + ACTIONS(6912), 1, anon_sym_COMMA, - ACTIONS(7101), 1, + ACTIONS(7262), 1, anon_sym_RPAREN, - STATE(5647), 1, + STATE(5649), 1, aux_sym_association_list_repeat1, STATE(5646), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [286999] = 7, + [287021] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6908), 1, - anon_sym_COMMA, - ACTIONS(7103), 1, - anon_sym_RPAREN, - STATE(5779), 1, - aux_sym_association_list_repeat1, + ACTIONS(1791), 1, + sym_PORT, + ACTIONS(7264), 1, + anon_sym_SEMI, + STATE(6901), 1, + sym_port_map_aspect, STATE(5647), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [287023] = 5, + [287045] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7105), 3, - sym_IS, - anon_sym_SEMI, + ACTIONS(6912), 1, + anon_sym_COMMA, + ACTIONS(7266), 1, anon_sym_RPAREN, + STATE(5653), 1, + aux_sym_association_list_repeat1, STATE(5648), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [287043] = 7, + [287069] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7107), 1, + ACTIONS(6912), 1, anon_sym_COMMA, - ACTIONS(7109), 1, + ACTIONS(7268), 1, anon_sym_RPAREN, - STATE(5698), 1, - aux_sym_element_association_list_repeat1, + STATE(5798), 1, + aux_sym_association_list_repeat1, STATE(5649), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [287067] = 7, + [287093] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5954), 1, - sym_variable_assignment, - ACTIONS(7111), 1, - anon_sym_SEMI, - STATE(7626), 1, - sym_initialiser, + ACTIONS(7270), 1, + sym_CONSTANT, + ACTIONS(7272), 1, + sym_SIGNAL, + ACTIONS(7274), 1, + sym_VARIABLE, STATE(5650), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [287091] = 7, + [287117] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6908), 1, + ACTIONS(6912), 1, anon_sym_COMMA, - ACTIONS(7113), 1, + ACTIONS(7276), 1, anon_sym_RPAREN, - STATE(5652), 1, + STATE(5798), 1, aux_sym_association_list_repeat1, STATE(5651), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [287115] = 7, + [287141] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6908), 1, - anon_sym_COMMA, - ACTIONS(7115), 1, - anon_sym_RPAREN, - STATE(5779), 1, - aux_sym_association_list_repeat1, + ACTIONS(6041), 3, + sym_GENERIC, + anon_sym_SEMI, + sym_variable_assignment, STATE(5652), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [287139] = 7, + [287161] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1605), 1, - sym_GENERIC, - ACTIONS(7117), 1, - anon_sym_SEMI, - STATE(7833), 1, - sym_generic_map_aspect, + ACTIONS(6912), 1, + anon_sym_COMMA, + ACTIONS(7278), 1, + anon_sym_RPAREN, + STATE(5798), 1, + aux_sym_association_list_repeat1, STATE(5653), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [287163] = 5, + [287185] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7119), 3, - sym_GENERIC, - sym_PORT, - anon_sym_SEMI, + ACTIONS(6912), 1, + anon_sym_COMMA, + ACTIONS(7280), 1, + anon_sym_RPAREN, + STATE(5651), 1, + aux_sym_association_list_repeat1, STATE(5654), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [287183] = 7, + [287209] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6908), 1, - anon_sym_COMMA, - ACTIONS(7121), 1, - anon_sym_RPAREN, - STATE(5656), 1, - aux_sym_association_list_repeat1, + ACTIONS(792), 1, + sym_WHEN, + ACTIONS(5753), 1, + anon_sym_SEMI, + STATE(6754), 1, + sym_when_expression, STATE(5655), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [287207] = 7, + [287233] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6908), 1, - anon_sym_COMMA, - ACTIONS(7123), 1, - anon_sym_RPAREN, - STATE(5779), 1, - aux_sym_association_list_repeat1, + ACTIONS(2873), 1, + sym_WHEN, + ACTIONS(7282), 1, + anon_sym_SEMI, + STATE(5509), 1, + sym_when_expression, STATE(5656), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [287231] = 7, + [287257] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6908), 1, - anon_sym_COMMA, - ACTIONS(7125), 1, - anon_sym_RPAREN, - STATE(5658), 1, - aux_sym_association_list_repeat1, + ACTIONS(7284), 1, + sym_CONSTANT, + ACTIONS(7286), 1, + sym_SIGNAL, + ACTIONS(7288), 1, + sym_VARIABLE, STATE(5657), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [287255] = 7, + [287281] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6908), 1, - anon_sym_COMMA, - ACTIONS(7127), 1, + ACTIONS(2648), 3, + anon_sym_SEMI, anon_sym_RPAREN, - STATE(5779), 1, - aux_sym_association_list_repeat1, + sym_variable_assignment, STATE(5658), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [287279] = 7, + [287301] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6908), 1, - anon_sym_COMMA, - ACTIONS(7129), 1, + ACTIONS(2600), 3, + anon_sym_SEMI, anon_sym_RPAREN, - STATE(5660), 1, - aux_sym_association_list_repeat1, + sym_variable_assignment, STATE(5659), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [287303] = 7, + [287321] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6908), 1, - anon_sym_COMMA, - ACTIONS(7131), 1, - anon_sym_RPAREN, - STATE(5779), 1, - aux_sym_association_list_repeat1, + ACTIONS(1791), 1, + sym_PORT, + ACTIONS(7290), 1, + anon_sym_SEMI, + STATE(7224), 1, + sym_port_map_aspect, STATE(5660), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [287327] = 7, + [287345] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6908), 1, - anon_sym_COMMA, - ACTIONS(7133), 1, - anon_sym_RPAREN, - STATE(5662), 1, - aux_sym_association_list_repeat1, + ACTIONS(5939), 1, + sym_variable_assignment, + ACTIONS(7292), 1, + anon_sym_SEMI, + STATE(6672), 1, + sym_initialiser, STATE(5661), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [287351] = 7, + [287369] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6908), 1, - anon_sym_COMMA, - ACTIONS(7135), 1, - anon_sym_RPAREN, - STATE(5779), 1, - aux_sym_association_list_repeat1, + ACTIONS(7294), 1, + sym_CONSTANT, + ACTIONS(7296), 1, + sym_SIGNAL, + ACTIONS(7298), 1, + sym_VARIABLE, STATE(5662), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [287375] = 7, + [287393] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6908), 1, - anon_sym_COMMA, - ACTIONS(7137), 1, - anon_sym_RPAREN, - STATE(5664), 1, - aux_sym_association_list_repeat1, + ACTIONS(6041), 3, + sym_IS, + sym_OPEN, + anon_sym_SEMI, STATE(5663), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [287399] = 7, + [287413] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6908), 1, - anon_sym_COMMA, - ACTIONS(7139), 1, - anon_sym_RPAREN, - STATE(5779), 1, - aux_sym_association_list_repeat1, + ACTIONS(6138), 3, + sym_PARAMETER, + sym_RETURN, + anon_sym_LPAREN, STATE(5664), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [287423] = 7, + [287433] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6908), 1, - anon_sym_COMMA, - ACTIONS(7141), 1, - anon_sym_RPAREN, - STATE(5666), 1, - aux_sym_association_list_repeat1, + ACTIONS(1617), 1, + sym_GENERIC, + ACTIONS(7300), 1, + anon_sym_SEMI, + STATE(6910), 1, + sym_generic_map_aspect, STATE(5665), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [287447] = 7, + [287457] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6908), 1, + ACTIONS(6912), 1, anon_sym_COMMA, - ACTIONS(7143), 1, + ACTIONS(7302), 1, anon_sym_RPAREN, - STATE(5779), 1, + STATE(5798), 1, aux_sym_association_list_repeat1, STATE(5666), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [287471] = 7, + [287481] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5954), 1, - sym_variable_assignment, - ACTIONS(6287), 1, - anon_sym_SEMI, - STATE(8039), 1, - sym_initialiser, + ACTIONS(6912), 1, + anon_sym_COMMA, + ACTIONS(7304), 1, + anon_sym_RPAREN, + STATE(5666), 1, + aux_sym_association_list_repeat1, STATE(5667), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [287495] = 7, + [287505] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6908), 1, - anon_sym_COMMA, - ACTIONS(7145), 1, - anon_sym_RPAREN, - STATE(5678), 1, - aux_sym_association_list_repeat1, + ACTIONS(1791), 1, + sym_PORT, + ACTIONS(7306), 1, + anon_sym_SEMI, + STATE(6649), 1, + sym_port_map_aspect, STATE(5668), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [287519] = 7, + [287529] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1605), 1, - sym_GENERIC, - ACTIONS(7147), 1, + ACTIONS(2873), 1, + sym_WHEN, + ACTIONS(7308), 1, anon_sym_SEMI, - STATE(8083), 1, - sym_generic_map_aspect, + STATE(5509), 1, + sym_when_expression, STATE(5669), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [287543] = 7, + [287553] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6908), 1, - anon_sym_COMMA, - ACTIONS(7149), 1, - anon_sym_RPAREN, - STATE(5673), 1, - aux_sym_association_list_repeat1, + ACTIONS(792), 1, + sym_WHEN, + ACTIONS(5728), 1, + anon_sym_SEMI, + STATE(7310), 1, + sym_when_expression, STATE(5670), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [287567] = 6, + [287577] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7153), 1, - sym_OF, - ACTIONS(7151), 2, + ACTIONS(6371), 3, + sym_PARAMETER, anon_sym_SEMI, - anon_sym_RPAREN, + anon_sym_LPAREN, STATE(5671), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [287589] = 7, + [287597] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7155), 1, - sym_CONSTANT, - ACTIONS(7157), 1, - sym_SIGNAL, - ACTIONS(7159), 1, - sym_VARIABLE, + ACTIONS(3196), 3, + sym_END, + sym_FOR, + sym_USE, STATE(5672), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [287613] = 7, + [287617] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6908), 1, - anon_sym_COMMA, - ACTIONS(7161), 1, - anon_sym_RPAREN, - STATE(5779), 1, - aux_sym_association_list_repeat1, + ACTIONS(2873), 1, + sym_WHEN, + ACTIONS(7310), 1, + anon_sym_SEMI, + STATE(5509), 1, + sym_when_expression, STATE(5673), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [287637] = 7, + [287641] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1605), 1, - sym_GENERIC, - ACTIONS(7163), 1, - anon_sym_SEMI, - STATE(8099), 1, - sym_generic_map_aspect, + ACTIONS(6061), 3, + sym_END, + sym_FOR, + sym_USE, STATE(5674), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [287661] = 5, + [287661] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2830), 3, - sym_IS, - sym_OPEN, - anon_sym_SEMI, + ACTIONS(6912), 1, + anon_sym_COMMA, + ACTIONS(7312), 1, + anon_sym_RPAREN, + STATE(5798), 1, + aux_sym_association_list_repeat1, STATE(5675), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [287681] = 7, + [287685] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5954), 1, - sym_variable_assignment, - ACTIONS(7165), 1, + ACTIONS(5927), 3, + sym_PARAMETER, anon_sym_SEMI, - STATE(8135), 1, - sym_initialiser, + anon_sym_LPAREN, STATE(5676), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [287705] = 5, + [287705] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7167), 3, - sym_GENERIC, - sym_PORT, - anon_sym_SEMI, + ACTIONS(6912), 1, + anon_sym_COMMA, + ACTIONS(7314), 1, + anon_sym_RPAREN, + STATE(5679), 1, + aux_sym_association_list_repeat1, STATE(5677), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [287725] = 7, + [287729] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6908), 1, - anon_sym_COMMA, - ACTIONS(7169), 1, - anon_sym_RPAREN, - STATE(5779), 1, - aux_sym_association_list_repeat1, + ACTIONS(3200), 3, + sym_END, + sym_FOR, + sym_USE, STATE(5678), 3, sym__tool_directive, sym_line_comment, @@ -281466,5160 +281466,5160 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2929), 1, - sym_END, - ACTIONS(2932), 1, - sym_WHEN, - STATE(6586), 1, - sym_generate_block_end, + ACTIONS(6912), 1, + anon_sym_COMMA, + ACTIONS(7316), 1, + anon_sym_RPAREN, + STATE(5798), 1, + aux_sym_association_list_repeat1, STATE(5679), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [287773] = 7, + [287773] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1759), 1, - sym_PORT, - ACTIONS(7171), 1, + ACTIONS(6150), 3, + sym_IS, + sym_OPEN, anon_sym_SEMI, - STATE(7299), 1, - sym_port_map_aspect, STATE(5680), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [287797] = 7, + [287793] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6908), 1, - anon_sym_COMMA, - ACTIONS(7173), 1, - anon_sym_RPAREN, - STATE(5684), 1, - aux_sym_association_list_repeat1, + ACTIONS(3226), 3, + sym_END, + sym_FOR, + sym_USE, STATE(5681), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [287821] = 7, + [287813] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7175), 1, - sym_END, - ACTIONS(7178), 1, - sym_WHEN, - STATE(6598), 1, - sym_generate_block_end, + ACTIONS(7318), 3, + sym_GENERIC, + sym_PORT, + anon_sym_SEMI, STATE(5682), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [287845] = 6, + [287833] = 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_directive_body, - ACTIONS(7183), 1, - sym__directive_newline, - STATE(5683), 4, + ACTIONS(792), 1, + sym_WHEN, + ACTIONS(5700), 1, + anon_sym_SEMI, + STATE(7340), 1, + sym_when_expression, + STATE(5683), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - aux_sym_user_directive_repeat1, - [287867] = 7, + [287857] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6908), 1, - anon_sym_COMMA, - ACTIONS(7185), 1, - anon_sym_RPAREN, - STATE(5779), 1, - aux_sym_association_list_repeat1, + ACTIONS(3212), 3, + sym_END, + sym_FOR, + sym_USE, STATE(5684), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [287891] = 5, + [287877] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6036), 3, - sym_GENERIC, + ACTIONS(6078), 3, + sym_IS, + sym_OPEN, anon_sym_SEMI, - sym_variable_assignment, STATE(5685), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [287911] = 7, + [287897] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6908), 1, + ACTIONS(6912), 1, anon_sym_COMMA, - ACTIONS(7187), 1, + ACTIONS(7320), 1, anon_sym_RPAREN, - STATE(5779), 1, + STATE(5675), 1, aux_sym_association_list_repeat1, STATE(5686), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [287935] = 7, + [287921] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2906), 1, - sym_WHEN, - ACTIONS(7189), 1, + ACTIONS(7322), 3, + sym_GENERIC, + sym_PORT, anon_sym_SEMI, - STATE(5376), 1, - sym_when_expression, STATE(5687), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [287959] = 7, + [287941] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5954), 1, - sym_variable_assignment, - ACTIONS(6126), 1, - anon_sym_SEMI, - STATE(7642), 1, - sym_initialiser, + ACTIONS(3234), 3, + sym_END, + sym_FOR, + sym_USE, STATE(5688), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [287983] = 7, + [287961] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6908), 1, - anon_sym_COMMA, - ACTIONS(7191), 1, - anon_sym_RPAREN, - STATE(5818), 1, - aux_sym_association_list_repeat1, + ACTIONS(5765), 1, + sym_FOR, + ACTIONS(6156), 1, + anon_sym_SEMI, + STATE(6956), 1, + sym_timeout_clause, STATE(5689), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [288007] = 6, + [287985] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7195), 1, - sym_IS, - ACTIONS(7193), 2, + ACTIONS(2986), 1, + sym_SEVERITY, + ACTIONS(7324), 1, anon_sym_SEMI, - anon_sym_RPAREN, + STATE(7366), 1, + sym_severity_expression, STATE(5690), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [288029] = 7, + [288009] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3890), 1, - anon_sym_RPAREN, - ACTIONS(7197), 1, + ACTIONS(7326), 1, anon_sym_SEMI, - STATE(5826), 1, - aux_sym_interface_list_repeat1, + ACTIONS(5896), 2, + anon_sym_LT_EQ, + sym_variable_assignment, STATE(5691), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [288053] = 7, + [288031] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5712), 1, - sym_PORT, - ACTIONS(6071), 1, - sym_END, - STATE(6921), 1, - sym_port_clause, + ACTIONS(2986), 1, + sym_SEVERITY, + ACTIONS(7328), 1, + anon_sym_SEMI, + STATE(6653), 1, + sym_severity_expression, STATE(5692), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [288077] = 7, + [288055] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6908), 1, - anon_sym_COMMA, - ACTIONS(7199), 1, - anon_sym_RPAREN, - STATE(5706), 1, - aux_sym_association_list_repeat1, + ACTIONS(2873), 1, + sym_WHEN, + ACTIONS(7330), 1, + anon_sym_SEMI, + STATE(5509), 1, + sym_when_expression, STATE(5693), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [288101] = 5, + [288079] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7201), 3, - sym_box, + ACTIONS(6912), 1, anon_sym_COMMA, + ACTIONS(7332), 1, anon_sym_RPAREN, + STATE(5798), 1, + aux_sym_association_list_repeat1, STATE(5694), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [288121] = 7, + [288103] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7203), 1, + ACTIONS(6912), 1, anon_sym_COMMA, - ACTIONS(7205), 1, + ACTIONS(7334), 1, anon_sym_RPAREN, - STATE(5830), 1, - aux_sym_entity_class_entry_list_repeat1, + STATE(5694), 1, + aux_sym_association_list_repeat1, STATE(5695), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [288145] = 6, + [288127] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7209), 1, - sym_box, - ACTIONS(7207), 2, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(2873), 1, + sym_WHEN, + ACTIONS(7336), 1, + anon_sym_SEMI, + STATE(5509), 1, + sym_when_expression, STATE(5696), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [288167] = 7, + [288151] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7211), 1, - anon_sym_COMMA, - ACTIONS(7213), 1, - anon_sym_COLON, - STATE(5717), 1, - aux_sym_constant_identifier_list_repeat1, + ACTIONS(1791), 1, + sym_PORT, + ACTIONS(7338), 1, + anon_sym_SEMI, + STATE(6720), 1, + sym_port_map_aspect, STATE(5697), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [288191] = 7, + [288175] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7107), 1, - anon_sym_COMMA, - ACTIONS(7215), 1, - anon_sym_RPAREN, - STATE(5896), 1, - aux_sym_element_association_list_repeat1, + ACTIONS(7340), 3, + sym_ELSE, + sym_ELSIF, + sym_END, STATE(5698), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [288215] = 7, + [288195] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7217), 1, - anon_sym_COMMA, - ACTIONS(7219), 1, - anon_sym_RPAREN, - STATE(5930), 1, - aux_sym_aggregate_repeat1, + ACTIONS(7342), 3, + sym_ELSE, + sym_ELSIF, + sym_END, STATE(5699), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [288239] = 7, + [288215] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1605), 1, - sym_GENERIC, - ACTIONS(7221), 1, + ACTIONS(792), 1, + sym_WHEN, + ACTIONS(7344), 1, anon_sym_SEMI, - STATE(7396), 1, - sym_generic_map_aspect, + STATE(6999), 1, + sym_when_expression, STATE(5700), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [288263] = 7, + [288239] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7223), 1, - anon_sym_SEMI, - ACTIONS(7225), 1, + ACTIONS(7346), 1, anon_sym_COMMA, - STATE(5722), 1, - aux_sym_selected_name_list_repeat1, - STATE(5701), 3, + ACTIONS(7349), 1, + anon_sym_RPAREN, + STATE(5701), 4, sym__tool_directive, sym_line_comment, sym_block_comment, - [288287] = 7, + aux_sym_index_constraint_repeat1, + [288261] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7018), 1, - anon_sym_COMMA, - ACTIONS(7227), 1, - anon_sym_COLON, - STATE(5217), 1, - aux_sym_group_constituent_list_repeat1, + ACTIONS(792), 1, + sym_WHEN, + ACTIONS(7351), 1, + anon_sym_SEMI, + STATE(7007), 1, + sym_when_expression, STATE(5702), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [288311] = 7, + [288285] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2906), 1, - sym_WHEN, - ACTIONS(7229), 1, - anon_sym_SEMI, - STATE(5376), 1, - sym_when_expression, + ACTIONS(6912), 1, + anon_sym_COMMA, + ACTIONS(7353), 1, + anon_sym_RPAREN, + STATE(5798), 1, + aux_sym_association_list_repeat1, STATE(5703), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [288335] = 5, + [288309] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7231), 3, + ACTIONS(6912), 1, anon_sym_COMMA, - anon_sym_COLON, - anon_sym_LBRACK, + ACTIONS(7355), 1, + anon_sym_RPAREN, + STATE(5703), 1, + aux_sym_association_list_repeat1, STATE(5704), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [288355] = 7, + [288333] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6936), 1, - anon_sym_COMMA, - ACTIONS(7233), 1, - anon_sym_COLON, - STATE(5573), 1, - aux_sym_entity_name_list_repeat1, + ACTIONS(6391), 3, + sym_ELSE, + sym_ELSIF, + sym_END, STATE(5705), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [288379] = 7, + [288353] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6908), 1, - anon_sym_COMMA, - ACTIONS(7235), 1, - anon_sym_RPAREN, - STATE(5779), 1, - aux_sym_association_list_repeat1, + ACTIONS(7357), 3, + sym_ELSE, + sym_ELSIF, + sym_END, STATE(5706), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [288403] = 5, + [288373] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6036), 3, - sym_IS, - sym_OPEN, - anon_sym_SEMI, + ACTIONS(6912), 1, + anon_sym_COMMA, + ACTIONS(7359), 1, + anon_sym_RPAREN, + STATE(5709), 1, + aux_sym_association_list_repeat1, STATE(5707), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [288423] = 7, + [288397] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7237), 1, - anon_sym_SEMI, - ACTIONS(7239), 1, - sym_IS, - STATE(6231), 1, - sym_subprogram_head, + STATE(5701), 1, + aux_sym_index_constraint_repeat1, + ACTIONS(7361), 2, + anon_sym_COMMA, + anon_sym_RPAREN, STATE(5708), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [288447] = 7, + [288419] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7241), 1, + ACTIONS(6912), 1, anon_sym_COMMA, - ACTIONS(7243), 1, + ACTIONS(7363), 1, anon_sym_RPAREN, - STATE(5600), 1, - aux_sym_array_index_incomplete_type_list_repeat1, + STATE(5798), 1, + aux_sym_association_list_repeat1, STATE(5709), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [288471] = 7, + [288443] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5954), 1, - sym_variable_assignment, - ACTIONS(6064), 1, + ACTIONS(7365), 3, + sym_IS, anon_sym_SEMI, - STATE(6734), 1, - sym_initialiser, + anon_sym_RPAREN, STATE(5710), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [288495] = 7, + [288463] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5712), 1, - sym_PORT, - ACTIONS(7245), 1, - sym_END, - STATE(7671), 1, - sym_port_clause, + ACTIONS(7367), 1, + anon_sym_SEMI, + ACTIONS(7369), 1, + sym_IS, + STATE(6008), 1, + sym_subprogram_head, STATE(5711), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [288519] = 7, + [288487] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6803), 1, - anon_sym_SEMI, - ACTIONS(7247), 1, - sym_ELSE, - STATE(6311), 1, - sym_else_expression_or_unaffected, + ACTIONS(7371), 1, + anon_sym_COMMA, + ACTIONS(7373), 1, + anon_sym_RPAREN, + STATE(5841), 1, + aux_sym_association_or_range_list_repeat1, STATE(5712), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [288543] = 7, + [288511] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6908), 1, - anon_sym_COMMA, - ACTIONS(7249), 1, - anon_sym_RPAREN, - STATE(5731), 1, - aux_sym_association_list_repeat1, + ACTIONS(2886), 3, + sym_ELSE, + sym_ELSIF, + sym_END, STATE(5713), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [288567] = 5, + [288531] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7251), 3, - sym_FOR, - sym_UNTIL, + ACTIONS(2873), 1, + sym_WHEN, + ACTIONS(7375), 1, anon_sym_SEMI, + STATE(5509), 1, + sym_when_expression, STATE(5714), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [288587] = 7, + [288555] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1605), 1, - sym_GENERIC, - ACTIONS(7253), 1, - anon_sym_SEMI, - STATE(6747), 1, - sym_generic_map_aspect, + STATE(5708), 1, + aux_sym_index_constraint_repeat1, + ACTIONS(6132), 2, + anon_sym_COMMA, + anon_sym_RPAREN, STATE(5715), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [288611] = 7, + [288577] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5769), 1, - sym_FOR, - ACTIONS(6257), 1, + ACTIONS(5939), 1, + sym_variable_assignment, + ACTIONS(7377), 1, anon_sym_SEMI, - STATE(7439), 1, - sym_timeout_clause, + STATE(7022), 1, + sym_initialiser, STATE(5716), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [288635] = 6, + [288601] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7255), 1, - anon_sym_COMMA, - ACTIONS(7258), 1, - anon_sym_COLON, - STATE(5717), 4, + ACTIONS(7379), 3, + sym_IS, + anon_sym_SEMI, + anon_sym_RPAREN, + STATE(5717), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - aux_sym_constant_identifier_list_repeat1, - [288657] = 7, + [288621] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6908), 1, - anon_sym_COMMA, - ACTIONS(7260), 1, - anon_sym_RPAREN, - STATE(5720), 1, - aux_sym_association_list_repeat1, + ACTIONS(2897), 3, + sym_ELSE, + sym_ELSIF, + sym_END, STATE(5718), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [288681] = 7, + [288641] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5954), 1, + ACTIONS(5939), 1, sym_variable_assignment, - ACTIONS(7262), 1, + ACTIONS(6162), 1, anon_sym_SEMI, - STATE(7775), 1, + STATE(7034), 1, sym_initialiser, STATE(5719), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [288705] = 7, + [288665] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6908), 1, + ACTIONS(6912), 1, anon_sym_COMMA, - ACTIONS(7264), 1, + ACTIONS(7381), 1, anon_sym_RPAREN, - STATE(5779), 1, + STATE(5798), 1, aux_sym_association_list_repeat1, STATE(5720), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [288729] = 6, + [288689] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7266), 1, - anon_sym_COMMA, - ACTIONS(7269), 1, - sym_OF, - STATE(5721), 4, + ACTIONS(5939), 1, + sym_variable_assignment, + ACTIONS(7383), 1, + anon_sym_SEMI, + STATE(8243), 1, + sym_initialiser, + STATE(5721), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - aux_sym_index_constraint_repeat1, - [288751] = 6, + [288713] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7271), 1, + ACTIONS(7385), 3, + sym_IS, anon_sym_SEMI, - ACTIONS(7273), 1, - anon_sym_COMMA, - STATE(5722), 4, + anon_sym_RPAREN, + STATE(5722), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - aux_sym_selected_name_list_repeat1, - [288773] = 7, + [288733] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7276), 1, + ACTIONS(7387), 1, anon_sym_COMMA, - ACTIONS(7278), 1, - anon_sym_COLON, - STATE(5743), 1, - aux_sym_identifier_list_repeat1, - STATE(5723), 3, + ACTIONS(7390), 1, + anon_sym_RPAREN, + STATE(5723), 4, sym__tool_directive, sym_line_comment, sym_block_comment, - [288797] = 7, + aux_sym_aggregate_repeat1, + [288755] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1605), 1, - sym_GENERIC, - ACTIONS(7280), 1, - anon_sym_SEMI, - STATE(6754), 1, - sym_generic_map_aspect, + ACTIONS(6912), 1, + anon_sym_COMMA, + ACTIONS(7392), 1, + anon_sym_RPAREN, + STATE(5798), 1, + aux_sym_association_list_repeat1, STATE(5724), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [288821] = 7, + [288779] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2906), 1, - sym_WHEN, - ACTIONS(7282), 1, - anon_sym_SEMI, - STATE(5376), 1, - sym_when_expression, + ACTIONS(6912), 1, + anon_sym_COMMA, + ACTIONS(7394), 1, + anon_sym_RPAREN, + STATE(5724), 1, + aux_sym_association_list_repeat1, STATE(5725), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [288845] = 7, + [288803] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3001), 1, - sym_SEVERITY, - ACTIONS(7284), 1, + ACTIONS(2873), 1, + sym_WHEN, + ACTIONS(7396), 1, anon_sym_SEMI, - STATE(6874), 1, - sym_severity_expression, + STATE(5509), 1, + sym_when_expression, STATE(5726), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [288869] = 7, + [288827] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(792), 1, - sym_WHEN, - ACTIONS(7286), 1, - anon_sym_SEMI, - STATE(7538), 1, - sym_when_expression, + ACTIONS(7398), 1, + anon_sym_DOT, + ACTIONS(7400), 1, + anon_sym_LPAREN, + ACTIONS(7402), 1, + anon_sym_COLON, STATE(5727), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [288893] = 7, + [288851] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(792), 1, - sym_WHEN, - ACTIONS(7288), 1, - anon_sym_SEMI, - STATE(7541), 1, - sym_when_expression, + ACTIONS(6912), 1, + anon_sym_COMMA, + ACTIONS(7404), 1, + anon_sym_RPAREN, + STATE(5804), 1, + aux_sym_association_list_repeat1, STATE(5728), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [288917] = 7, + [288875] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5954), 1, - sym_variable_assignment, - ACTIONS(7290), 1, - anon_sym_SEMI, - STATE(6759), 1, - sym_initialiser, + ACTIONS(6912), 1, + anon_sym_COMMA, + ACTIONS(7406), 1, + anon_sym_RPAREN, + STATE(5798), 1, + aux_sym_association_list_repeat1, STATE(5729), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [288941] = 5, + [288899] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7292), 3, - sym_IS, - anon_sym_SEMI, + ACTIONS(6912), 1, + anon_sym_COMMA, + ACTIONS(7408), 1, anon_sym_RPAREN, + STATE(5729), 1, + aux_sym_association_list_repeat1, STATE(5730), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [288961] = 7, + [288923] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6908), 1, - anon_sym_COMMA, - ACTIONS(7294), 1, - anon_sym_RPAREN, - STATE(5779), 1, - aux_sym_association_list_repeat1, + ACTIONS(2873), 1, + sym_WHEN, + ACTIONS(7410), 1, + anon_sym_SEMI, + STATE(5509), 1, + sym_when_expression, STATE(5731), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [288985] = 7, + [288947] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7296), 1, - anon_sym_LT_EQ, - ACTIONS(7298), 1, - sym_variable_assignment, - STATE(22), 1, - sym_signal_assignment, + ACTIONS(7412), 1, + anon_sym_COMMA, + ACTIONS(7414), 1, + anon_sym_RPAREN, + STATE(5723), 1, + aux_sym_aggregate_repeat1, STATE(5732), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [289009] = 7, + [288971] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7300), 1, + ACTIONS(6912), 1, anon_sym_COMMA, - ACTIONS(7302), 1, - anon_sym_COLON, - STATE(5745), 1, - aux_sym_instantiation_list_repeat1, + ACTIONS(7416), 1, + anon_sym_RPAREN, + STATE(5798), 1, + aux_sym_association_list_repeat1, STATE(5733), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [289033] = 7, + [288995] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6908), 1, + ACTIONS(6912), 1, anon_sym_COMMA, - ACTIONS(7304), 1, + ACTIONS(7418), 1, anon_sym_RPAREN, - STATE(5735), 1, + STATE(5736), 1, aux_sym_association_list_repeat1, STATE(5734), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [289057] = 7, + [289019] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6908), 1, + ACTIONS(6912), 1, anon_sym_COMMA, - ACTIONS(7306), 1, + ACTIONS(7420), 1, anon_sym_RPAREN, - STATE(5779), 1, + STATE(5733), 1, aux_sym_association_list_repeat1, STATE(5735), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [289081] = 7, + [289043] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5954), 1, - sym_variable_assignment, - ACTIONS(7308), 1, - anon_sym_SEMI, - STATE(7828), 1, - sym_initialiser, + ACTIONS(6912), 1, + anon_sym_COMMA, + ACTIONS(7422), 1, + anon_sym_RPAREN, + STATE(5798), 1, + aux_sym_association_list_repeat1, STATE(5736), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [289105] = 7, + [289067] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1759), 1, - sym_PORT, - ACTIONS(7310), 1, - anon_sym_SEMI, - STATE(7064), 1, - sym_port_map_aspect, + ACTIONS(6912), 1, + anon_sym_COMMA, + ACTIONS(7424), 1, + anon_sym_RPAREN, + STATE(5798), 1, + aux_sym_association_list_repeat1, STATE(5737), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [289129] = 7, + [289091] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1605), 1, - sym_GENERIC, - ACTIONS(7312), 1, - anon_sym_SEMI, - STATE(8050), 1, - sym_generic_map_aspect, + ACTIONS(6295), 1, + anon_sym_RPAREN, + ACTIONS(7426), 1, + anon_sym_COMMA, + STATE(5904), 1, + aux_sym_group_constituent_list_repeat1, STATE(5738), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [289153] = 7, + [289115] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6077), 1, - sym_OF, - ACTIONS(7314), 1, - anon_sym_COMMA, - STATE(5911), 1, - aux_sym_index_constraint_repeat1, + ACTIONS(1617), 1, + sym_GENERIC, + ACTIONS(7428), 1, + anon_sym_SEMI, + STATE(7125), 1, + sym_generic_map_aspect, STATE(5739), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [289177] = 7, + [289139] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1605), 1, - sym_GENERIC, - ACTIONS(7316), 1, - anon_sym_SEMI, - STATE(8077), 1, - sym_generic_map_aspect, + ACTIONS(7430), 1, + anon_sym_LT_EQ, + ACTIONS(7432), 1, + sym_variable_assignment, + STATE(35), 1, + sym_signal_assignment, STATE(5740), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [289201] = 7, + [289163] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7318), 1, - sym_CONSTANT, - ACTIONS(7320), 1, - sym_SIGNAL, - ACTIONS(7322), 1, - sym_VARIABLE, + ACTIONS(1617), 1, + sym_GENERIC, + ACTIONS(7434), 1, + anon_sym_SEMI, + STATE(8241), 1, + sym_generic_map_aspect, STATE(5741), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [289225] = 7, + [289187] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7324), 1, - sym_SHARED, - ACTIONS(7326), 1, - sym_VARIABLE, - STATE(4698), 1, - sym_variable_declaration, + ACTIONS(7436), 1, + sym_END, + ACTIONS(7439), 1, + sym_WHEN, + STATE(6432), 1, + sym_generate_block_end, STATE(5742), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [289249] = 6, + [289211] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7328), 1, - anon_sym_COMMA, - ACTIONS(7331), 1, - anon_sym_COLON, - STATE(5743), 4, + ACTIONS(7441), 1, + anon_sym_SEMI, + ACTIONS(5896), 2, + anon_sym_LT_EQ, + sym_variable_assignment, + STATE(5743), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - aux_sym_identifier_list_repeat1, - [289271] = 6, + [289233] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7333), 1, + ACTIONS(6912), 1, anon_sym_COMMA, - ACTIONS(7336), 1, + ACTIONS(7443), 1, anon_sym_RPAREN, - STATE(5744), 4, + STATE(5798), 1, + aux_sym_association_list_repeat1, + STATE(5744), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - aux_sym_enumeration_type_definition_repeat1, - [289293] = 6, + [289257] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7338), 1, + ACTIONS(6912), 1, anon_sym_COMMA, - ACTIONS(7341), 1, - anon_sym_COLON, - STATE(5745), 4, + ACTIONS(7445), 1, + anon_sym_RPAREN, + STATE(5744), 1, + aux_sym_association_list_repeat1, + STATE(5745), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - aux_sym_instantiation_list_repeat1, - [289315] = 5, + [289281] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7343), 3, - sym_IS, + ACTIONS(2986), 1, + sym_SEVERITY, + ACTIONS(7447), 1, anon_sym_SEMI, - anon_sym_RPAREN, + STATE(8251), 1, + sym_severity_expression, STATE(5746), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [289335] = 7, + [289305] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7345), 1, - anon_sym_COMMA, - ACTIONS(7347), 1, - anon_sym_RPAREN, - STATE(5935), 1, - aux_sym_enumeration_type_definition_repeat1, + ACTIONS(5939), 1, + sym_variable_assignment, + ACTIONS(7449), 1, + anon_sym_SEMI, + STATE(6846), 1, + sym_initialiser, STATE(5747), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [289359] = 5, + [289329] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7349), 3, - sym_GENERIC, - sym_PORT, - anon_sym_SEMI, + ACTIONS(2955), 1, + sym_END, + ACTIONS(2958), 1, + sym_WHEN, + STATE(6418), 1, + sym_generate_block_end, STATE(5748), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [289379] = 7, + [289353] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5954), 1, - sym_variable_assignment, - ACTIONS(6098), 1, + ACTIONS(2873), 1, + sym_WHEN, + ACTIONS(7451), 1, anon_sym_SEMI, - STATE(7869), 1, - sym_initialiser, + STATE(5509), 1, + sym_when_expression, STATE(5749), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [289403] = 6, + [289377] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7351), 1, - anon_sym_COMMA, - ACTIONS(7354), 1, - anon_sym_RPAREN, - STATE(5750), 4, + ACTIONS(1617), 1, + sym_GENERIC, + ACTIONS(7453), 1, + anon_sym_SEMI, + STATE(7157), 1, + sym_generic_map_aspect, + STATE(5750), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - aux_sym_record_resolution_repeat1, - [289425] = 5, + [289401] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2588), 3, - sym_PARAMETER, - sym_RETURN, - anon_sym_LPAREN, + ACTIONS(6912), 1, + anon_sym_COMMA, + ACTIONS(7455), 1, + anon_sym_RPAREN, + STATE(5798), 1, + aux_sym_association_list_repeat1, STATE(5751), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [289445] = 6, + [289425] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(5775), 1, - aux_sym_index_constraint_repeat1, - ACTIONS(6077), 2, + ACTIONS(6912), 1, anon_sym_COMMA, + ACTIONS(7457), 1, anon_sym_RPAREN, + STATE(5751), 1, + aux_sym_association_list_repeat1, STATE(5752), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [289467] = 7, + [289449] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6908), 1, + ACTIONS(7459), 1, + anon_sym_SEMI, + ACTIONS(7461), 1, anon_sym_COMMA, - ACTIONS(7356), 1, - anon_sym_RPAREN, - STATE(5686), 1, - aux_sym_association_list_repeat1, + STATE(5793), 1, + aux_sym_logical_name_list_repeat1, STATE(5753), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [289491] = 7, + [289473] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6908), 1, - anon_sym_COMMA, - ACTIONS(7358), 1, - anon_sym_RPAREN, - STATE(5758), 1, - aux_sym_association_list_repeat1, + ACTIONS(1617), 1, + sym_GENERIC, + ACTIONS(7463), 1, + anon_sym_SEMI, + STATE(8226), 1, + sym_generic_map_aspect, STATE(5754), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [289515] = 6, + [289497] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7360), 1, - anon_sym_COMMA, - ACTIONS(7363), 1, - anon_sym_RPAREN, - STATE(5755), 4, + ACTIONS(5765), 1, + sym_FOR, + ACTIONS(7465), 1, + anon_sym_SEMI, + STATE(6859), 1, + sym_timeout_clause, + STATE(5755), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - aux_sym_association_or_range_list_repeat1, - [289537] = 5, + [289521] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7365), 3, - sym_RETURN, - anon_sym_COMMA, - anon_sym_RBRACK, + ACTIONS(7469), 1, + sym_OF, + ACTIONS(7467), 2, + anon_sym_SEMI, + anon_sym_RPAREN, STATE(5756), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [289557] = 5, + [289543] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2830), 3, - sym_GENERIC, + ACTIONS(2873), 1, + sym_WHEN, + ACTIONS(7471), 1, anon_sym_SEMI, - sym_variable_assignment, + STATE(5509), 1, + sym_when_expression, STATE(5757), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [289577] = 7, + [289567] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6908), 1, - anon_sym_COMMA, - ACTIONS(7367), 1, - anon_sym_RPAREN, - STATE(5779), 1, - aux_sym_association_list_repeat1, + ACTIONS(1617), 1, + sym_GENERIC, + ACTIONS(7473), 1, + anon_sym_SEMI, + STATE(6872), 1, + sym_generic_map_aspect, STATE(5758), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [289601] = 7, + [289591] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2906), 1, + ACTIONS(2873), 1, sym_WHEN, - ACTIONS(7369), 1, + ACTIONS(7475), 1, anon_sym_SEMI, - STATE(5376), 1, + STATE(5509), 1, sym_when_expression, STATE(5759), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [289625] = 7, + [289615] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7276), 1, - anon_sym_COMMA, - ACTIONS(7371), 1, - anon_sym_COLON, - STATE(5743), 1, - aux_sym_identifier_list_repeat1, + ACTIONS(7477), 3, + sym_IS, + anon_sym_SEMI, + anon_sym_RPAREN, STATE(5760), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [289649] = 5, + [289635] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2823), 3, - sym_ELSE, - sym_ELSIF, - sym_END, + ACTIONS(6912), 1, + anon_sym_COMMA, + ACTIONS(7479), 1, + anon_sym_RPAREN, + STATE(5763), 1, + aux_sym_association_list_repeat1, STATE(5761), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [289669] = 7, + [289659] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2906), 1, - sym_WHEN, - ACTIONS(6828), 1, + ACTIONS(7481), 3, + sym_GENERIC, + sym_PORT, anon_sym_SEMI, - STATE(6156), 1, - sym_when_expression, STATE(5762), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [289693] = 5, + [289679] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2674), 3, - anon_sym_SEMI, + ACTIONS(6912), 1, + anon_sym_COMMA, + ACTIONS(7483), 1, anon_sym_RPAREN, - sym_variable_assignment, + STATE(5798), 1, + aux_sym_association_list_repeat1, STATE(5763), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [289713] = 7, + [289703] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7038), 1, - sym_directive_body, - ACTIONS(7373), 1, - sym__directive_newline, - STATE(5683), 1, - aux_sym_user_directive_repeat1, + ACTIONS(6912), 1, + anon_sym_COMMA, + ACTIONS(7485), 1, + anon_sym_RPAREN, + STATE(5798), 1, + aux_sym_association_list_repeat1, STATE(5764), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [289737] = 7, + [289727] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7095), 1, - anon_sym_DOT, - ACTIONS(7097), 1, - anon_sym_LPAREN, - ACTIONS(7375), 1, - anon_sym_COLON, + ACTIONS(6912), 1, + anon_sym_COMMA, + ACTIONS(7487), 1, + anon_sym_RPAREN, + STATE(5764), 1, + aux_sym_association_list_repeat1, STATE(5765), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [289761] = 5, + [289751] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6830), 3, - sym_WHEN, + ACTIONS(1617), 1, + sym_GENERIC, + ACTIONS(7489), 1, anon_sym_SEMI, - anon_sym_COMMA, + STATE(6883), 1, + sym_generic_map_aspect, STATE(5766), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [289781] = 6, + [289775] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7377), 1, - anon_sym_COMMA, - ACTIONS(7380), 1, - anon_sym_COLON, - STATE(5767), 4, + ACTIONS(1791), 1, + sym_PORT, + ACTIONS(7491), 1, + anon_sym_SEMI, + STATE(7751), 1, + sym_port_map_aspect, + STATE(5767), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - aux_sym_generic_identifier_list_repeat1, - [289803] = 5, + [289799] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7382), 3, - sym_IS, - anon_sym_SEMI, + ACTIONS(6912), 1, + anon_sym_COMMA, + ACTIONS(7493), 1, anon_sym_RPAREN, + STATE(5720), 1, + aux_sym_association_list_repeat1, STATE(5768), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [289823] = 7, + [289823] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7007), 1, + ACTIONS(7495), 1, anon_sym_COMMA, - ACTIONS(7384), 1, - anon_sym_SEMI, - STATE(5780), 1, - aux_sym_logical_name_list_repeat1, - STATE(5769), 3, + ACTIONS(7498), 1, + anon_sym_RPAREN, + STATE(5769), 4, sym__tool_directive, sym_line_comment, sym_block_comment, - [289847] = 7, + aux_sym_array_index_incomplete_type_list_repeat1, + [289845] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1605), 1, - sym_GENERIC, - ACTIONS(7386), 1, - anon_sym_SEMI, - STATE(7795), 1, - sym_generic_map_aspect, + ACTIONS(7500), 1, + anon_sym_COMMA, + ACTIONS(7502), 1, + anon_sym_COLON, + STATE(5873), 1, + aux_sym_instantiation_list_repeat1, STATE(5770), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [289871] = 7, + [289869] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6908), 1, - anon_sym_COMMA, - ACTIONS(7388), 1, - anon_sym_RPAREN, - STATE(5776), 1, - aux_sym_association_list_repeat1, + ACTIONS(2873), 1, + sym_WHEN, + ACTIONS(7504), 1, + anon_sym_SEMI, + STATE(5509), 1, + sym_when_expression, STATE(5771), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [289895] = 7, + [289893] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7390), 1, - anon_sym_SEMI, - ACTIONS(7392), 1, + ACTIONS(6912), 1, + anon_sym_COMMA, + ACTIONS(7506), 1, anon_sym_RPAREN, - STATE(5691), 1, - aux_sym_interface_list_repeat1, + STATE(5737), 1, + aux_sym_association_list_repeat1, STATE(5772), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [289919] = 6, + [289917] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7396), 1, - sym_IS, - ACTIONS(7394), 2, - anon_sym_SEMI, + ACTIONS(7508), 1, + anon_sym_COMMA, + ACTIONS(7510), 1, anon_sym_RPAREN, + STATE(5769), 1, + aux_sym_array_index_incomplete_type_list_repeat1, STATE(5773), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [289941] = 5, + [289941] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7398), 3, - sym_IS, + ACTIONS(5939), 1, + sym_variable_assignment, + ACTIONS(6043), 1, anon_sym_SEMI, - anon_sym_RPAREN, + STATE(8211), 1, + sym_initialiser, STATE(5774), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [289961] = 6, + [289965] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - STATE(5797), 1, - aux_sym_index_constraint_repeat1, - ACTIONS(7400), 2, + ACTIONS(7512), 1, anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(7514), 1, + anon_sym_COLON, + STATE(5974), 1, + aux_sym_identifier_list_repeat1, STATE(5775), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [289983] = 7, + [289989] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6908), 1, + ACTIONS(6912), 1, anon_sym_COMMA, - ACTIONS(7402), 1, + ACTIONS(7516), 1, anon_sym_RPAREN, - STATE(5779), 1, + STATE(5798), 1, aux_sym_association_list_repeat1, STATE(5776), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [290007] = 5, + [290013] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7404), 3, - sym_ELSE, - sym_ELSIF, - sym_END, + ACTIONS(5939), 1, + sym_variable_assignment, + ACTIONS(6174), 1, + anon_sym_SEMI, + STATE(6922), 1, + sym_initialiser, STATE(5777), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [290027] = 5, + [290037] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6843), 3, - sym_ELSE, - sym_ELSIF, - sym_END, + ACTIONS(6912), 1, + anon_sym_COMMA, + ACTIONS(7518), 1, + anon_sym_RPAREN, + STATE(5776), 1, + aux_sym_association_list_repeat1, STATE(5778), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [290047] = 6, + [290061] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7406), 1, + ACTIONS(7426), 1, anon_sym_COMMA, - ACTIONS(7409), 1, - anon_sym_RPAREN, - STATE(5779), 4, + ACTIONS(7520), 1, + anon_sym_COLON, + STATE(5289), 1, + aux_sym_group_constituent_list_repeat1, + STATE(5779), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - aux_sym_association_list_repeat1, - [290069] = 6, + [290085] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7411), 1, + ACTIONS(7522), 3, + sym_IS, anon_sym_SEMI, - ACTIONS(7413), 1, - anon_sym_COMMA, - STATE(5780), 4, + anon_sym_RPAREN, + STATE(5780), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - aux_sym_logical_name_list_repeat1, - [290091] = 7, + [290105] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2906), 1, - sym_WHEN, - ACTIONS(7416), 1, + ACTIONS(7524), 3, + sym_IS, anon_sym_SEMI, - STATE(5376), 1, - sym_when_expression, + anon_sym_RPAREN, STATE(5781), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [290115] = 7, + [290125] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7418), 1, - anon_sym_COMMA, - ACTIONS(7420), 1, - anon_sym_RPAREN, - STATE(5750), 1, - aux_sym_record_resolution_repeat1, + ACTIONS(7526), 3, + sym_GENERIC, + sym_PORT, + anon_sym_SEMI, STATE(5782), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [290139] = 7, + [290145] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6908), 1, - anon_sym_COMMA, - ACTIONS(7422), 1, - anon_sym_RPAREN, - STATE(5792), 1, - aux_sym_association_list_repeat1, + ACTIONS(1617), 1, + sym_GENERIC, + ACTIONS(7528), 1, + anon_sym_SEMI, + STATE(8191), 1, + sym_generic_map_aspect, STATE(5783), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [290163] = 7, + [290169] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6908), 1, - anon_sym_COMMA, - ACTIONS(7424), 1, - anon_sym_RPAREN, - STATE(5785), 1, - aux_sym_association_list_repeat1, + ACTIONS(5765), 1, + sym_FOR, + ACTIONS(7530), 1, + anon_sym_SEMI, + STATE(7190), 1, + sym_timeout_clause, STATE(5784), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [290187] = 7, + [290193] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6908), 1, + ACTIONS(7532), 1, + anon_sym_SEMI, + ACTIONS(7534), 1, anon_sym_COMMA, - ACTIONS(7426), 1, - anon_sym_RPAREN, - STATE(5779), 1, - aux_sym_association_list_repeat1, + STATE(5957), 1, + aux_sym_selected_name_list_repeat1, STATE(5785), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [290211] = 5, + [290217] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2440), 3, - anon_sym_SEMI, - anon_sym_RPAREN, + ACTIONS(5939), 1, sym_variable_assignment, + ACTIONS(7536), 1, + anon_sym_SEMI, + STATE(6923), 1, + sym_initialiser, STATE(5786), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [290231] = 7, + [290241] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6868), 1, - anon_sym_PIPE, - ACTIONS(7051), 1, - anon_sym_EQ_GT, - STATE(6386), 1, - sym_case_generate_body, + ACTIONS(7538), 3, + sym_END, + sym_FOR, + sym_USE, STATE(5787), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [290255] = 5, + [290261] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3292), 3, - sym_END, - sym_FOR, - sym_USE, + ACTIONS(6912), 1, + anon_sym_COMMA, + ACTIONS(7540), 1, + anon_sym_RPAREN, + STATE(5790), 1, + aux_sym_association_list_repeat1, STATE(5788), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [290275] = 6, + [290285] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7428), 1, - anon_sym_COMMA, - ACTIONS(7431), 1, - anon_sym_COLON, - STATE(5789), 4, + ACTIONS(2873), 1, + sym_WHEN, + ACTIONS(7542), 1, + anon_sym_SEMI, + STATE(5509), 1, + sym_when_expression, + STATE(5789), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - aux_sym_entity_name_list_repeat1, - [290297] = 7, + [290309] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6952), 1, + ACTIONS(6912), 1, anon_sym_COMMA, - ACTIONS(7433), 1, - anon_sym_COLON, - STATE(5767), 1, - aux_sym_generic_identifier_list_repeat1, + ACTIONS(7544), 1, + anon_sym_RPAREN, + STATE(5798), 1, + aux_sym_association_list_repeat1, STATE(5790), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [290321] = 7, + [290333] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3894), 1, - anon_sym_RPAREN, - ACTIONS(7435), 1, - anon_sym_SEMI, - STATE(5793), 1, - aux_sym_generic_interface_list_repeat1, + ACTIONS(6375), 1, + anon_sym_PIPE, + ACTIONS(7546), 1, + anon_sym_EQ_GT, + STATE(6377), 1, + sym_case_generate_body, STATE(5791), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [290345] = 7, + [290357] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6908), 1, - anon_sym_COMMA, - ACTIONS(7437), 1, - anon_sym_RPAREN, - STATE(5779), 1, - aux_sym_association_list_repeat1, + ACTIONS(792), 1, + sym_WHEN, + ACTIONS(7548), 1, + anon_sym_SEMI, + STATE(6938), 1, + sym_when_expression, STATE(5792), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [290369] = 6, + [290381] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7439), 1, + ACTIONS(7550), 1, anon_sym_SEMI, - ACTIONS(7442), 1, - anon_sym_RPAREN, + ACTIONS(7552), 1, + anon_sym_COMMA, STATE(5793), 4, sym__tool_directive, sym_line_comment, sym_block_comment, - aux_sym_generic_interface_list_repeat1, - [290391] = 7, + aux_sym_logical_name_list_repeat1, + [290403] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6908), 1, - anon_sym_COMMA, - ACTIONS(7444), 1, - anon_sym_RPAREN, - STATE(5796), 1, - aux_sym_association_list_repeat1, + ACTIONS(792), 1, + sym_WHEN, + ACTIONS(7555), 1, + anon_sym_SEMI, + STATE(6939), 1, + sym_when_expression, STATE(5794), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [290415] = 5, + [290427] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2588), 3, - anon_sym_SEMI, + ACTIONS(6912), 1, + anon_sym_COMMA, + ACTIONS(7557), 1, anon_sym_RPAREN, - sym_variable_assignment, + STATE(5798), 1, + aux_sym_association_list_repeat1, STATE(5795), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [290435] = 7, + [290451] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6908), 1, + ACTIONS(6912), 1, anon_sym_COMMA, - ACTIONS(7446), 1, + ACTIONS(7559), 1, anon_sym_RPAREN, - STATE(5779), 1, + STATE(5795), 1, aux_sym_association_list_repeat1, STATE(5796), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [290459] = 6, + [290475] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7269), 1, - anon_sym_RPAREN, - ACTIONS(7448), 1, - anon_sym_COMMA, - STATE(5797), 4, + ACTIONS(2873), 1, + sym_WHEN, + ACTIONS(7561), 1, + anon_sym_SEMI, + STATE(5509), 1, + sym_when_expression, + STATE(5797), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - aux_sym_index_constraint_repeat1, - [290481] = 5, + [290499] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6854), 3, - anon_sym_SEMI, + ACTIONS(7563), 1, anon_sym_COMMA, - anon_sym_DOT, - STATE(5798), 3, + ACTIONS(7566), 1, + anon_sym_RPAREN, + STATE(5798), 4, sym__tool_directive, sym_line_comment, sym_block_comment, - [290501] = 7, + aux_sym_association_list_repeat1, + [290521] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2906), 1, - sym_WHEN, - ACTIONS(7451), 1, + ACTIONS(5765), 1, + sym_FOR, + ACTIONS(6194), 1, anon_sym_SEMI, - STATE(5376), 1, - sym_when_expression, + STATE(6953), 1, + sym_timeout_clause, STATE(5799), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [290525] = 5, + [290545] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2674), 3, - sym_PARAMETER, - sym_RETURN, - anon_sym_LPAREN, + ACTIONS(5939), 1, + sym_variable_assignment, + ACTIONS(7568), 1, + anon_sym_SEMI, + STATE(7238), 1, + sym_initialiser, STATE(5800), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [290545] = 7, + [290569] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7211), 1, - anon_sym_COMMA, - ACTIONS(7453), 1, - anon_sym_COLON, - STATE(5697), 1, - aux_sym_constant_identifier_list_repeat1, + ACTIONS(2873), 1, + sym_WHEN, + ACTIONS(7570), 1, + anon_sym_SEMI, + STATE(5509), 1, + sym_when_expression, STATE(5801), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [290569] = 5, + [290593] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7455), 3, - sym_ELSE, - sym_ELSIF, - sym_END, + ACTIONS(7572), 1, + anon_sym_COMMA, + ACTIONS(7574), 1, + anon_sym_COLON, + STATE(5940), 1, + aux_sym_constant_identifier_list_repeat1, STATE(5802), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [290589] = 5, + [290617] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7457), 3, - sym_ELSE, - sym_ELSIF, - sym_END, + ACTIONS(1617), 1, + sym_GENERIC, + ACTIONS(7576), 1, + anon_sym_SEMI, + STATE(6964), 1, + sym_generic_map_aspect, STATE(5803), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [290609] = 5, + [290641] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2440), 3, - sym_PARAMETER, - sym_RETURN, - anon_sym_LPAREN, + ACTIONS(6912), 1, + anon_sym_COMMA, + ACTIONS(7578), 1, + anon_sym_RPAREN, + STATE(5798), 1, + aux_sym_association_list_repeat1, STATE(5804), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [290629] = 7, + [290665] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1605), 1, - sym_GENERIC, - ACTIONS(7459), 1, + ACTIONS(1791), 1, + sym_PORT, + ACTIONS(7580), 1, anon_sym_SEMI, - STATE(8070), 1, - sym_generic_map_aspect, + STATE(6980), 1, + sym_port_map_aspect, STATE(5805), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [290653] = 7, + [290689] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6908), 1, + ACTIONS(6912), 1, anon_sym_COMMA, - ACTIONS(7461), 1, + ACTIONS(7582), 1, anon_sym_RPAREN, - STATE(5814), 1, + STATE(5798), 1, aux_sym_association_list_repeat1, STATE(5806), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [290677] = 5, + [290713] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6180), 3, - anon_sym_SEMI, + ACTIONS(6912), 1, anon_sym_COMMA, - anon_sym_DOT, + ACTIONS(7584), 1, + anon_sym_RPAREN, + STATE(5806), 1, + aux_sym_association_list_repeat1, STATE(5807), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [290697] = 5, + [290737] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7463), 3, - sym_GENERIC, - sym_PORT, + ACTIONS(7369), 1, + sym_IS, + ACTIONS(7586), 1, anon_sym_SEMI, + STATE(6214), 1, + sym_subprogram_head, STATE(5808), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [290717] = 7, + [290761] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2906), 1, - sym_WHEN, - ACTIONS(7465), 1, - anon_sym_SEMI, - STATE(5376), 1, - sym_when_expression, + ACTIONS(5724), 1, + sym_PORT, + ACTIONS(6281), 1, + sym_END, + STATE(7465), 1, + sym_port_clause, STATE(5809), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [290741] = 7, + [290785] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7018), 1, - anon_sym_COMMA, - ACTIONS(7467), 1, + ACTIONS(7588), 1, anon_sym_SEMI, - STATE(5859), 1, - aux_sym_group_constituent_list_repeat1, + ACTIONS(5896), 2, + anon_sym_LT_EQ, + sym_variable_assignment, STATE(5810), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [290765] = 5, + [290807] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5992), 3, - sym_PARAMETER, - sym_RETURN, - anon_sym_LPAREN, + ACTIONS(2986), 1, + sym_SEVERITY, + ACTIONS(7590), 1, + anon_sym_SEMI, + STATE(7012), 1, + sym_severity_expression, STATE(5811), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [290785] = 7, + [290831] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7225), 1, + ACTIONS(7592), 1, anon_sym_COMMA, - ACTIONS(7469), 1, - anon_sym_SEMI, - STATE(5701), 1, - aux_sym_selected_name_list_repeat1, - STATE(5812), 3, + ACTIONS(7595), 1, + anon_sym_RPAREN, + STATE(5812), 4, sym__tool_directive, sym_line_comment, sym_block_comment, - [290809] = 7, + aux_sym_enumeration_type_definition_repeat1, + [290853] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1605), 1, - sym_GENERIC, - ACTIONS(7471), 1, + ACTIONS(5765), 1, + sym_FOR, + ACTIONS(5771), 1, anon_sym_SEMI, - STATE(7108), 1, - sym_generic_map_aspect, + STATE(7030), 1, + sym_timeout_clause, STATE(5813), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [290833] = 7, + [290877] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6908), 1, - anon_sym_COMMA, - ACTIONS(7473), 1, - anon_sym_RPAREN, - STATE(5779), 1, - aux_sym_association_list_repeat1, + ACTIONS(792), 1, + sym_WHEN, + ACTIONS(5757), 1, + anon_sym_SEMI, + STATE(7033), 1, + sym_when_expression, STATE(5814), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [290857] = 7, + [290901] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7418), 1, + ACTIONS(6912), 1, anon_sym_COMMA, - ACTIONS(7475), 1, + ACTIONS(7597), 1, anon_sym_RPAREN, - STATE(5782), 1, - aux_sym_record_resolution_repeat1, + STATE(5817), 1, + aux_sym_association_list_repeat1, STATE(5815), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [290881] = 5, + [290925] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7477), 3, - sym_END, - sym_FOR, - sym_USE, - STATE(5816), 3, + ACTIONS(7349), 1, + sym_OF, + ACTIONS(7599), 1, + anon_sym_COMMA, + STATE(5816), 4, sym__tool_directive, sym_line_comment, sym_block_comment, - [290901] = 7, + aux_sym_index_constraint_repeat1, + [290947] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5954), 1, - sym_variable_assignment, - ACTIONS(7479), 1, - anon_sym_SEMI, - STATE(8151), 1, - sym_initialiser, + ACTIONS(6912), 1, + anon_sym_COMMA, + ACTIONS(7602), 1, + anon_sym_RPAREN, + STATE(5798), 1, + aux_sym_association_list_repeat1, STATE(5817), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [290925] = 7, + [290971] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6908), 1, - anon_sym_COMMA, - ACTIONS(7481), 1, - anon_sym_RPAREN, - STATE(5779), 1, - aux_sym_association_list_repeat1, + ACTIONS(792), 1, + sym_WHEN, + ACTIONS(5730), 1, + anon_sym_SEMI, + STATE(7035), 1, + sym_when_expression, STATE(5818), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [290949] = 5, + [290995] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2588), 3, - sym_PARAMETER, + ACTIONS(2873), 1, + sym_WHEN, + ACTIONS(7604), 1, anon_sym_SEMI, - anon_sym_LPAREN, + STATE(5509), 1, + sym_when_expression, STATE(5819), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [290969] = 7, + [291019] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6908), 1, - anon_sym_COMMA, - ACTIONS(7483), 1, - anon_sym_RPAREN, - STATE(5822), 1, - aux_sym_association_list_repeat1, + ACTIONS(7398), 1, + anon_sym_DOT, + ACTIONS(7400), 1, + anon_sym_LPAREN, + ACTIONS(7606), 1, + anon_sym_COLON, STATE(5820), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [290993] = 5, + [291043] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2674), 3, - sym_PARAMETER, + ACTIONS(5939), 1, + sym_variable_assignment, + ACTIONS(7608), 1, anon_sym_SEMI, - anon_sym_LPAREN, + STATE(7059), 1, + sym_initialiser, STATE(5821), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [291013] = 7, + [291067] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6908), 1, - anon_sym_COMMA, - ACTIONS(7485), 1, - anon_sym_RPAREN, - STATE(5779), 1, - aux_sym_association_list_repeat1, + ACTIONS(2986), 1, + sym_SEVERITY, + ACTIONS(7610), 1, + anon_sym_SEMI, + STATE(7329), 1, + sym_severity_expression, STATE(5822), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [291037] = 5, + [291091] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2440), 3, - sym_PARAMETER, + ACTIONS(1791), 1, + sym_PORT, + ACTIONS(7612), 1, anon_sym_SEMI, - anon_sym_LPAREN, + STATE(7069), 1, + sym_port_map_aspect, STATE(5823), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [291057] = 5, + [291115] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7487), 3, - sym_IS, - anon_sym_SEMI, + ACTIONS(6912), 1, + anon_sym_COMMA, + ACTIONS(7614), 1, anon_sym_RPAREN, + STATE(5798), 1, + aux_sym_association_list_repeat1, STATE(5824), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [291077] = 7, + [291139] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7018), 1, - anon_sym_COMMA, - ACTIONS(7489), 1, - anon_sym_COLON, - STATE(5702), 1, - aux_sym_group_constituent_list_repeat1, + ACTIONS(2873), 1, + sym_WHEN, + ACTIONS(7616), 1, + anon_sym_SEMI, + STATE(5509), 1, + sym_when_expression, STATE(5825), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [291101] = 6, + [291163] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7491), 1, - anon_sym_SEMI, - ACTIONS(7494), 1, - anon_sym_RPAREN, - STATE(5826), 4, + ACTIONS(2572), 3, + sym_PARAMETER, + sym_RETURN, + anon_sym_LPAREN, + STATE(5826), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - aux_sym_interface_list_repeat1, - [291123] = 7, + [291183] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(792), 1, - sym_WHEN, - ACTIONS(5755), 1, - anon_sym_SEMI, - STATE(6917), 1, - sym_when_expression, + ACTIONS(7618), 1, + anon_sym_COMMA, + ACTIONS(7620), 1, + anon_sym_RPAREN, + STATE(5862), 1, + aux_sym_element_association_list_repeat1, STATE(5827), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [291147] = 7, + [291207] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5579), 1, - sym_RANGE, - ACTIONS(5859), 1, - sym_IS, - STATE(7206), 1, - sym_range_constraint, + ACTIONS(2600), 3, + sym_PARAMETER, + sym_RETURN, + anon_sym_LPAREN, STATE(5828), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [291171] = 7, + [291227] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3001), 1, - sym_SEVERITY, - ACTIONS(7496), 1, + ACTIONS(5939), 1, + sym_variable_assignment, + ACTIONS(7622), 1, anon_sym_SEMI, - STATE(7428), 1, - sym_severity_expression, + STATE(8101), 1, + sym_initialiser, STATE(5829), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [291195] = 7, + [291251] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7203), 1, - anon_sym_COMMA, - ACTIONS(7498), 1, - anon_sym_RPAREN, - STATE(5607), 1, - aux_sym_entity_class_entry_list_repeat1, + ACTIONS(2648), 3, + sym_PARAMETER, + sym_RETURN, + anon_sym_LPAREN, STATE(5830), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [291219] = 7, + [291271] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7018), 1, + ACTIONS(6912), 1, anon_sym_COMMA, - ACTIONS(7500), 1, + ACTIONS(7624), 1, anon_sym_RPAREN, - STATE(5608), 1, - aux_sym_group_constituent_list_repeat1, + STATE(5824), 1, + aux_sym_association_list_repeat1, STATE(5831), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [291243] = 7, + [291295] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(792), 1, + ACTIONS(2873), 1, sym_WHEN, - ACTIONS(5704), 1, + ACTIONS(7626), 1, anon_sym_SEMI, - STATE(6922), 1, + STATE(5509), 1, sym_when_expression, STATE(5832), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [291267] = 6, + [291319] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7502), 1, + ACTIONS(7628), 1, anon_sym_SEMI, - ACTIONS(5923), 2, + ACTIONS(5896), 2, anon_sym_LT_EQ, sym_variable_assignment, STATE(5833), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [291289] = 5, + [291341] = 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(2986), 1, + sym_SEVERITY, + ACTIONS(7630), 1, + anon_sym_SEMI, + STATE(7094), 1, + sym_severity_expression, STATE(5834), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [291309] = 7, + [291365] = 7, 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_LT_EQ, - ACTIONS(7506), 1, - sym_variable_assignment, - STATE(98), 1, - sym_signal_assignment, + ACTIONS(1791), 1, + sym_PORT, + ACTIONS(7632), 1, + anon_sym_SEMI, + STATE(7124), 1, + sym_port_map_aspect, STATE(5835), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [291333] = 7, + [291389] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2906), 1, - sym_WHEN, - ACTIONS(7508), 1, - anon_sym_SEMI, - STATE(5376), 1, - sym_when_expression, + ACTIONS(7634), 1, + sym_directive_body, + ACTIONS(7636), 1, + sym__directive_newline, + STATE(5850), 1, + aux_sym_user_directive_repeat1, STATE(5836), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [291357] = 7, + [291413] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5769), 1, - sym_FOR, - ACTIONS(5815), 1, - anon_sym_SEMI, - STATE(6935), 1, - sym_timeout_clause, + ACTIONS(6912), 1, + anon_sym_COMMA, + ACTIONS(7638), 1, + anon_sym_RPAREN, + STATE(5798), 1, + aux_sym_association_list_repeat1, STATE(5837), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [291381] = 7, + [291437] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1605), 1, - sym_GENERIC, - ACTIONS(7510), 1, - anon_sym_SEMI, - STATE(7857), 1, - sym_generic_map_aspect, + ACTIONS(6912), 1, + anon_sym_COMMA, + ACTIONS(7640), 1, + anon_sym_RPAREN, + STATE(5837), 1, + aux_sym_association_list_repeat1, STATE(5838), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [291405] = 7, + [291461] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2906), 1, - sym_WHEN, - ACTIONS(7512), 1, + ACTIONS(7369), 1, + sym_IS, + ACTIONS(7642), 1, anon_sym_SEMI, - STATE(5376), 1, - sym_when_expression, + STATE(6053), 1, + sym_subprogram_head, STATE(5839), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [291429] = 7, + [291485] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7247), 1, - sym_ELSE, - ACTIONS(7514), 1, - anon_sym_SEMI, - STATE(6311), 1, - sym_else_expression_or_unaffected, + ACTIONS(7634), 1, + sym_directive_body, + ACTIONS(7644), 1, + sym__directive_newline, + STATE(5850), 1, + aux_sym_user_directive_repeat1, STATE(5840), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [291453] = 7, + [291509] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6908), 1, + ACTIONS(7371), 1, anon_sym_COMMA, - ACTIONS(7516), 1, + ACTIONS(7646), 1, anon_sym_RPAREN, - STATE(5858), 1, - aux_sym_association_list_repeat1, + STATE(5914), 1, + aux_sym_association_or_range_list_repeat1, STATE(5841), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [291477] = 7, + [291533] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6908), 1, + ACTIONS(6912), 1, anon_sym_COMMA, - ACTIONS(7518), 1, + ACTIONS(7648), 1, anon_sym_RPAREN, - STATE(5849), 1, + STATE(5844), 1, aux_sym_association_list_repeat1, STATE(5842), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [291501] = 5, + [291557] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3220), 3, - sym_END, - sym_FOR, - sym_USE, + ACTIONS(2873), 1, + sym_WHEN, + ACTIONS(7650), 1, + anon_sym_SEMI, + STATE(5509), 1, + sym_when_expression, STATE(5843), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [291521] = 7, + [291581] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7239), 1, - sym_IS, - ACTIONS(7520), 1, - anon_sym_SEMI, - STATE(6379), 1, - sym_subprogram_head, + ACTIONS(6912), 1, + anon_sym_COMMA, + ACTIONS(7652), 1, + anon_sym_RPAREN, + STATE(5798), 1, + aux_sym_association_list_repeat1, STATE(5844), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [291545] = 7, + [291605] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7296), 1, - anon_sym_LT_EQ, - ACTIONS(7522), 1, - sym_variable_assignment, - STATE(18), 1, - sym_signal_assignment, + ACTIONS(7426), 1, + anon_sym_COMMA, + ACTIONS(7654), 1, + anon_sym_RPAREN, + STATE(5289), 1, + aux_sym_group_constituent_list_repeat1, STATE(5845), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [291569] = 7, + [291629] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6283), 1, - anon_sym_RPAREN, - ACTIONS(7018), 1, + ACTIONS(7656), 1, anon_sym_COMMA, - STATE(5903), 1, - aux_sym_group_constituent_list_repeat1, - STATE(5846), 3, + ACTIONS(7659), 1, + anon_sym_RPAREN, + STATE(5846), 4, sym__tool_directive, sym_line_comment, sym_block_comment, - [291593] = 7, + aux_sym_entity_class_entry_list_repeat1, + [291651] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1759), 1, - sym_PORT, - ACTIONS(7524), 1, + ACTIONS(7661), 3, + sym_IS, anon_sym_SEMI, - STATE(7539), 1, - sym_port_map_aspect, + anon_sym_RPAREN, STATE(5847), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [291617] = 7, + [291671] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7276), 1, - anon_sym_COMMA, - ACTIONS(7526), 1, - anon_sym_COLON, - STATE(5723), 1, - aux_sym_identifier_list_repeat1, + ACTIONS(7665), 1, + sym_IS, + ACTIONS(7663), 2, + anon_sym_SEMI, + anon_sym_RPAREN, STATE(5848), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [291641] = 7, + [291693] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6908), 1, - anon_sym_COMMA, - ACTIONS(7528), 1, + ACTIONS(7667), 1, + anon_sym_SEMI, + ACTIONS(7669), 1, anon_sym_RPAREN, - STATE(5779), 1, - aux_sym_association_list_repeat1, + STATE(5878), 1, + aux_sym_interface_list_repeat1, STATE(5849), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [291665] = 7, + [291717] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3001), 1, - sym_SEVERITY, - ACTIONS(7530), 1, - anon_sym_SEMI, - STATE(7569), 1, - sym_severity_expression, - STATE(5850), 3, + ACTIONS(7671), 1, + sym_directive_body, + ACTIONS(7674), 1, + sym__directive_newline, + STATE(5850), 4, sym__tool_directive, sym_line_comment, sym_block_comment, - [291689] = 6, + aux_sym_user_directive_repeat1, + [291739] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7532), 1, - anon_sym_SEMI, - ACTIONS(5923), 2, - anon_sym_LT_EQ, - sym_variable_assignment, + ACTIONS(7676), 1, + anon_sym_COMMA, + ACTIONS(7678), 1, + anon_sym_RPAREN, + STATE(5924), 1, + aux_sym_record_resolution_repeat1, STATE(5851), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [291711] = 5, + [291763] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7534), 3, - sym_GENERIC, - sym_PORT, - anon_sym_SEMI, + ACTIONS(6912), 1, + anon_sym_COMMA, + ACTIONS(7680), 1, + anon_sym_RPAREN, + STATE(5798), 1, + aux_sym_association_list_repeat1, STATE(5852), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [291731] = 7, + [291787] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2906), 1, - sym_WHEN, - ACTIONS(7536), 1, - anon_sym_SEMI, - STATE(5376), 1, - sym_when_expression, + ACTIONS(6912), 1, + anon_sym_COMMA, + ACTIONS(7682), 1, + anon_sym_RPAREN, + STATE(5852), 1, + aux_sym_association_list_repeat1, STATE(5853), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [291755] = 7, + [291811] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1759), 1, - sym_PORT, - ACTIONS(7538), 1, + ACTIONS(7686), 1, + sym_OF, + ACTIONS(7684), 2, anon_sym_SEMI, - STATE(7602), 1, - sym_port_map_aspect, + anon_sym_RPAREN, STATE(5854), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [291779] = 7, + [291833] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3001), 1, - sym_SEVERITY, - ACTIONS(7540), 1, + ACTIONS(2648), 3, + sym_PARAMETER, anon_sym_SEMI, - STATE(6984), 1, - sym_severity_expression, + anon_sym_LPAREN, STATE(5855), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [291803] = 7, + [291853] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2906), 1, - sym_WHEN, - ACTIONS(7542), 1, + ACTIONS(2600), 3, + sym_PARAMETER, anon_sym_SEMI, - STATE(5376), 1, - sym_when_expression, + anon_sym_LPAREN, STATE(5856), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [291827] = 7, + [291873] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5954), 1, - sym_variable_assignment, - ACTIONS(7544), 1, + ACTIONS(2572), 3, + sym_PARAMETER, anon_sym_SEMI, - STATE(7611), 1, - sym_initialiser, + anon_sym_LPAREN, STATE(5857), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [291851] = 7, + [291893] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6908), 1, - anon_sym_COMMA, - ACTIONS(7546), 1, - anon_sym_RPAREN, - STATE(5779), 1, - aux_sym_association_list_repeat1, + ACTIONS(5579), 1, + sym_RANGE, + ACTIONS(5807), 1, + sym_IS, + STATE(7464), 1, + sym_range_constraint, STATE(5858), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [291875] = 7, + [291917] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7018), 1, - anon_sym_COMMA, - ACTIONS(7548), 1, + ACTIONS(2873), 1, + sym_WHEN, + ACTIONS(7688), 1, anon_sym_SEMI, - STATE(5217), 1, - aux_sym_group_constituent_list_repeat1, + STATE(5509), 1, + sym_when_expression, STATE(5859), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [291899] = 7, + [291941] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2906), 1, - sym_WHEN, - ACTIONS(7550), 1, - anon_sym_SEMI, - STATE(5376), 1, - sym_when_expression, - STATE(5860), 3, + ACTIONS(7690), 1, + anon_sym_COMMA, + ACTIONS(7693), 1, + anon_sym_RPAREN, + STATE(5860), 4, sym__tool_directive, sym_line_comment, sym_block_comment, - [291923] = 7, + aux_sym_element_association_list_repeat1, + [291963] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(792), 1, - sym_WHEN, - ACTIONS(5735), 1, - anon_sym_SEMI, - STATE(7631), 1, - sym_when_expression, + ACTIONS(7695), 1, + anon_sym_COMMA, + ACTIONS(7697), 1, + anon_sym_COLON, + STATE(5929), 1, + aux_sym_entity_name_list_repeat1, STATE(5861), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [291947] = 7, + [291987] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(792), 1, - sym_WHEN, - ACTIONS(5737), 1, - anon_sym_SEMI, - STATE(7632), 1, - sym_when_expression, + ACTIONS(7618), 1, + anon_sym_COMMA, + ACTIONS(7699), 1, + anon_sym_RPAREN, + STATE(5860), 1, + aux_sym_element_association_list_repeat1, STATE(5862), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [291971] = 5, + [292011] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6087), 3, - sym_IS, - sym_OPEN, - anon_sym_SEMI, + ACTIONS(6912), 1, + anon_sym_COMMA, + ACTIONS(7701), 1, + anon_sym_RPAREN, + STATE(5798), 1, + aux_sym_association_list_repeat1, STATE(5863), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [291991] = 7, + [292035] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5769), 1, - sym_FOR, - ACTIONS(5879), 1, - anon_sym_SEMI, - STATE(7634), 1, - sym_timeout_clause, + ACTIONS(7512), 1, + anon_sym_COMMA, + ACTIONS(7703), 1, + anon_sym_COLON, + STATE(5974), 1, + aux_sym_identifier_list_repeat1, STATE(5864), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [292015] = 7, + [292059] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5769), 1, - sym_FOR, - ACTIONS(7552), 1, - anon_sym_SEMI, - STATE(6650), 1, - sym_timeout_clause, + ACTIONS(7705), 1, + anon_sym_COMMA, + ACTIONS(7707), 1, + anon_sym_COLON, + STATE(5930), 1, + aux_sym_generic_identifier_list_repeat1, STATE(5865), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [292039] = 7, + [292083] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3001), 1, - sym_SEVERITY, - ACTIONS(7554), 1, - anon_sym_SEMI, - STATE(7645), 1, - sym_severity_expression, + ACTIONS(6912), 1, + anon_sym_COMMA, + ACTIONS(7709), 1, + anon_sym_RPAREN, + STATE(5863), 1, + aux_sym_association_list_repeat1, STATE(5866), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [292063] = 6, + [292107] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7556), 1, + ACTIONS(7711), 3, + sym_IS, anon_sym_SEMI, - ACTIONS(5923), 2, - anon_sym_LT_EQ, - sym_variable_assignment, + anon_sym_RPAREN, STATE(5867), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [292085] = 5, + [292127] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3174), 3, - sym_END, - sym_FOR, - sym_USE, + ACTIONS(7713), 1, + anon_sym_SEMI, + ACTIONS(7715), 1, + anon_sym_RPAREN, + STATE(5931), 1, + aux_sym_generic_interface_list_repeat1, STATE(5868), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [292105] = 7, + [292151] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6908), 1, + ACTIONS(6912), 1, anon_sym_COMMA, - ACTIONS(7558), 1, + ACTIONS(7717), 1, anon_sym_RPAREN, - STATE(5876), 1, + STATE(5871), 1, aux_sym_association_list_repeat1, STATE(5869), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [292129] = 6, + [292175] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7560), 1, + ACTIONS(7719), 3, + sym_GENERIC, + sym_PORT, anon_sym_SEMI, - ACTIONS(5923), 2, - anon_sym_LT_EQ, - sym_variable_assignment, STATE(5870), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [292151] = 7, + [292195] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1759), 1, - sym_PORT, - ACTIONS(7562), 1, - anon_sym_SEMI, - STATE(7699), 1, - sym_port_map_aspect, + ACTIONS(6912), 1, + anon_sym_COMMA, + ACTIONS(7721), 1, + anon_sym_RPAREN, + STATE(5798), 1, + aux_sym_association_list_repeat1, STATE(5871), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [292175] = 7, + [292219] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1605), 1, - sym_GENERIC, - ACTIONS(7564), 1, - anon_sym_SEMI, - STATE(7718), 1, - sym_generic_map_aspect, + ACTIONS(6371), 3, + sym_PARAMETER, + sym_RETURN, + anon_sym_LPAREN, STATE(5872), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [292199] = 7, + [292239] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2906), 1, - sym_WHEN, - ACTIONS(7566), 1, - anon_sym_SEMI, - STATE(5376), 1, - sym_when_expression, - STATE(5873), 3, + ACTIONS(7723), 1, + anon_sym_COMMA, + ACTIONS(7726), 1, + anon_sym_COLON, + STATE(5873), 4, sym__tool_directive, sym_line_comment, sym_block_comment, - [292223] = 7, + aux_sym_instantiation_list_repeat1, + [292261] = 7, 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_LT_EQ, - ACTIONS(7568), 1, - sym_variable_assignment, - STATE(19), 1, - sym_signal_assignment, + ACTIONS(7426), 1, + anon_sym_COMMA, + ACTIONS(7728), 1, + anon_sym_SEMI, + STATE(5289), 1, + aux_sym_group_constituent_list_repeat1, STATE(5874), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [292247] = 7, + [292285] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5769), 1, - sym_FOR, - ACTIONS(6273), 1, + ACTIONS(1791), 1, + sym_PORT, + ACTIONS(7730), 1, anon_sym_SEMI, - STATE(7754), 1, - sym_timeout_clause, + STATE(7498), 1, + sym_port_map_aspect, STATE(5875), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [292271] = 7, + [292309] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6908), 1, - anon_sym_COMMA, - ACTIONS(7570), 1, + ACTIONS(7734), 1, + sym_IS, + ACTIONS(7732), 2, + anon_sym_SEMI, anon_sym_RPAREN, - STATE(5779), 1, - aux_sym_association_list_repeat1, STATE(5876), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [292295] = 7, + [292331] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2906), 1, - sym_WHEN, - ACTIONS(7572), 1, + ACTIONS(7736), 1, anon_sym_SEMI, - STATE(5376), 1, - sym_when_expression, + ACTIONS(5896), 2, + anon_sym_LT_EQ, + sym_variable_assignment, STATE(5877), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [292319] = 7, + [292353] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(792), 1, - sym_WHEN, - ACTIONS(7574), 1, + ACTIONS(3892), 1, + anon_sym_RPAREN, + ACTIONS(7738), 1, anon_sym_SEMI, - STATE(7785), 1, - sym_when_expression, + STATE(5943), 1, + aux_sym_interface_list_repeat1, STATE(5878), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [292343] = 7, + [292377] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(792), 1, - sym_WHEN, - ACTIONS(7576), 1, - anon_sym_SEMI, - STATE(7787), 1, - sym_when_expression, + ACTIONS(7740), 3, + sym_box, + anon_sym_COMMA, + anon_sym_RPAREN, STATE(5879), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [292367] = 5, + [292397] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7578), 3, - sym_IS, - anon_sym_SEMI, + ACTIONS(7742), 1, + anon_sym_COMMA, + ACTIONS(7744), 1, anon_sym_RPAREN, + STATE(5947), 1, + aux_sym_entity_class_entry_list_repeat1, STATE(5880), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [292387] = 7, + [292421] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5954), 1, - sym_variable_assignment, - ACTIONS(7580), 1, - anon_sym_SEMI, - STATE(7813), 1, - sym_initialiser, + ACTIONS(7748), 1, + sym_box, + ACTIONS(7746), 2, + anon_sym_COMMA, + anon_sym_RPAREN, STATE(5881), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [292411] = 5, + [292443] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2968), 3, + ACTIONS(1617), 1, + sym_GENERIC, + ACTIONS(7750), 1, anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_COLON, + STATE(7540), 1, + sym_generic_map_aspect, STATE(5882), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [292431] = 7, + [292467] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5954), 1, - sym_variable_assignment, - ACTIONS(6279), 1, + ACTIONS(2873), 1, + sym_WHEN, + ACTIONS(7752), 1, anon_sym_SEMI, - STATE(7818), 1, - sym_initialiser, + STATE(5509), 1, + sym_when_expression, STATE(5883), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [292455] = 7, + [292491] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6908), 1, + ACTIONS(6912), 1, anon_sym_COMMA, - ACTIONS(7582), 1, + ACTIONS(7754), 1, anon_sym_RPAREN, - STATE(5904), 1, + STATE(5798), 1, aux_sym_association_list_repeat1, STATE(5884), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [292479] = 7, + [292515] = 7, 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_LT_EQ, - ACTIONS(7584), 1, - sym_variable_assignment, - STATE(82), 1, - sym_signal_assignment, + ACTIONS(6912), 1, + anon_sym_COMMA, + ACTIONS(7756), 1, + anon_sym_RPAREN, + STATE(5884), 1, + aux_sym_association_list_repeat1, STATE(5885), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [292503] = 7, + [292539] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7296), 1, - anon_sym_LT_EQ, - ACTIONS(7586), 1, - sym_variable_assignment, - STATE(83), 1, - sym_signal_assignment, + ACTIONS(6325), 1, + anon_sym_SEMI, + ACTIONS(7758), 1, + sym_ELSE, + STATE(6088), 1, + sym_else_expression_or_unaffected, STATE(5886), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [292527] = 7, + [292563] = 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_LT_EQ, - ACTIONS(7588), 1, - sym_variable_assignment, - STATE(84), 1, - sym_signal_assignment, + ACTIONS(7760), 3, + sym_FOR, + sym_UNTIL, + anon_sym_SEMI, STATE(5887), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [292551] = 7, + [292583] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1605), 1, - sym_GENERIC, - ACTIONS(7590), 1, + ACTIONS(5765), 1, + sym_FOR, + ACTIONS(6244), 1, anon_sym_SEMI, - STATE(7868), 1, - sym_generic_map_aspect, + STATE(7777), 1, + sym_timeout_clause, STATE(5888), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [292575] = 5, + [292607] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7592), 3, - sym_IS, + ACTIONS(2873), 1, + sym_WHEN, + ACTIONS(7762), 1, anon_sym_SEMI, - anon_sym_RPAREN, + STATE(5509), 1, + sym_when_expression, STATE(5889), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [292595] = 7, + [292631] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7296), 1, - anon_sym_LT_EQ, - ACTIONS(7594), 1, - sym_variable_assignment, - STATE(86), 1, - sym_signal_assignment, + ACTIONS(7369), 1, + sym_IS, + ACTIONS(7764), 1, + anon_sym_SEMI, + STATE(6146), 1, + sym_subprogram_head, STATE(5890), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [292619] = 7, + [292655] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2906), 1, + ACTIONS(792), 1, sym_WHEN, - ACTIONS(7596), 1, + ACTIONS(7766), 1, anon_sym_SEMI, - STATE(5376), 1, + STATE(7577), 1, sym_when_expression, STATE(5891), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [292643] = 7, + [292679] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1605), 1, - sym_GENERIC, - ACTIONS(7598), 1, + ACTIONS(792), 1, + sym_WHEN, + ACTIONS(7768), 1, anon_sym_SEMI, - STATE(8018), 1, - sym_generic_map_aspect, + STATE(7578), 1, + sym_when_expression, STATE(5892), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [292667] = 7, + [292703] = 6, 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_LT_EQ, - ACTIONS(7600), 1, - sym_variable_assignment, - STATE(89), 1, - sym_signal_assignment, - STATE(5893), 3, + ACTIONS(7770), 1, + anon_sym_SEMI, + ACTIONS(7773), 1, + anon_sym_RPAREN, + STATE(5893), 4, sym__tool_directive, sym_line_comment, sym_block_comment, - [292691] = 7, + aux_sym_generic_interface_list_repeat1, + [292725] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7296), 1, + ACTIONS(6942), 1, anon_sym_LT_EQ, - ACTIONS(7602), 1, + ACTIONS(7775), 1, sym_variable_assignment, - STATE(90), 1, + STATE(38), 1, sym_signal_assignment, STATE(5894), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [292715] = 7, + [292749] = 7, 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_LT_EQ, - ACTIONS(7604), 1, + ACTIONS(5939), 1, sym_variable_assignment, - STATE(91), 1, - sym_signal_assignment, + ACTIONS(7777), 1, + anon_sym_SEMI, + STATE(7588), 1, + sym_initialiser, STATE(5895), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [292739] = 6, + [292773] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7606), 1, + ACTIONS(6912), 1, anon_sym_COMMA, - ACTIONS(7609), 1, + ACTIONS(7779), 1, anon_sym_RPAREN, - STATE(5896), 4, + STATE(5898), 1, + aux_sym_association_list_repeat1, + STATE(5896), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - aux_sym_element_association_list_repeat1, - [292761] = 7, + [292797] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2906), 1, - sym_WHEN, - ACTIONS(7611), 1, + ACTIONS(1617), 1, + sym_GENERIC, + ACTIONS(7781), 1, anon_sym_SEMI, - STATE(5376), 1, - sym_when_expression, + STATE(7595), 1, + sym_generic_map_aspect, STATE(5897), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [292785] = 7, + [292821] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7296), 1, - anon_sym_LT_EQ, - ACTIONS(7613), 1, - sym_variable_assignment, - STATE(93), 1, - sym_signal_assignment, + ACTIONS(6912), 1, + anon_sym_COMMA, + ACTIONS(7783), 1, + anon_sym_RPAREN, + STATE(5798), 1, + aux_sym_association_list_repeat1, STATE(5898), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [292809] = 7, + [292845] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, - ACTIONS(7), 1, - sym__block_comment_start, - ACTIONS(5769), 1, - sym_FOR, - ACTIONS(7615), 1, - anon_sym_SEMI, - STATE(8024), 1, - sym_timeout_clause, + ACTIONS(7), 1, + sym__block_comment_start, + ACTIONS(6912), 1, + anon_sym_COMMA, + ACTIONS(7785), 1, + anon_sym_RPAREN, + STATE(5798), 1, + aux_sym_association_list_repeat1, STATE(5899), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [292833] = 5, + [292869] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6848), 3, - sym_PARAMETER, - sym_RETURN, - anon_sym_LPAREN, + ACTIONS(6132), 1, + sym_OF, + ACTIONS(7787), 1, + anon_sym_COMMA, + STATE(5975), 1, + aux_sym_index_constraint_repeat1, STATE(5900), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [292853] = 7, + [292893] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7239), 1, - sym_IS, - ACTIONS(7617), 1, - anon_sym_SEMI, - STATE(6461), 1, - sym_subprogram_head, + ACTIONS(6912), 1, + anon_sym_COMMA, + ACTIONS(7789), 1, + anon_sym_RPAREN, + STATE(5899), 1, + aux_sym_association_list_repeat1, STATE(5901), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [292877] = 7, + [292917] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5954), 1, - sym_variable_assignment, - ACTIONS(7619), 1, - anon_sym_SEMI, - STATE(8030), 1, - sym_initialiser, - STATE(5902), 3, + ACTIONS(7791), 1, + anon_sym_COMMA, + ACTIONS(7794), 1, + anon_sym_COLON, + STATE(5902), 4, sym__tool_directive, sym_line_comment, sym_block_comment, - [292901] = 7, + aux_sym_generic_identifier_list_repeat1, + [292939] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6201), 1, - anon_sym_RPAREN, - ACTIONS(7018), 1, - anon_sym_COMMA, - STATE(5217), 1, - aux_sym_group_constituent_list_repeat1, + ACTIONS(7430), 1, + anon_sym_LT_EQ, + ACTIONS(7796), 1, + sym_variable_assignment, + STATE(20), 1, + sym_signal_assignment, STATE(5903), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [292925] = 7, + [292963] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6908), 1, - anon_sym_COMMA, - ACTIONS(7621), 1, + ACTIONS(6182), 1, anon_sym_RPAREN, - STATE(5779), 1, - aux_sym_association_list_repeat1, + ACTIONS(7426), 1, + anon_sym_COMMA, + STATE(5289), 1, + aux_sym_group_constituent_list_repeat1, STATE(5904), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [292949] = 7, + [292987] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2906), 1, - sym_WHEN, - ACTIONS(7623), 1, + ACTIONS(1617), 1, + sym_GENERIC, + ACTIONS(7798), 1, anon_sym_SEMI, - STATE(5376), 1, - sym_when_expression, + STATE(7606), 1, + sym_generic_map_aspect, STATE(5905), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [292973] = 7, + [293011] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2906), 1, - sym_WHEN, - ACTIONS(7625), 1, - anon_sym_SEMI, - STATE(5376), 1, - sym_when_expression, + ACTIONS(7800), 1, + sym_SHARED, + ACTIONS(7802), 1, + sym_VARIABLE, + STATE(4726), 1, + sym_variable_declaration, STATE(5906), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [292997] = 7, + [293035] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5954), 1, - sym_variable_assignment, - ACTIONS(7627), 1, - anon_sym_SEMI, - STATE(6761), 1, - sym_initialiser, + ACTIONS(6908), 1, + anon_sym_COMMA, + ACTIONS(7804), 1, + anon_sym_RPAREN, + STATE(5556), 1, + aux_sym_enumeration_type_definition_repeat1, STATE(5907), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [293021] = 7, + [293059] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7241), 1, - anon_sym_COMMA, - ACTIONS(7629), 1, - anon_sym_RPAREN, - STATE(5709), 1, - aux_sym_array_index_incomplete_type_list_repeat1, + ACTIONS(5939), 1, + sym_variable_assignment, + ACTIONS(6188), 1, + anon_sym_SEMI, + STATE(7589), 1, + sym_initialiser, STATE(5908), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [293045] = 7, + [293083] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7239), 1, - sym_IS, - ACTIONS(7631), 1, - anon_sym_SEMI, - STATE(6410), 1, - sym_subprogram_head, + ACTIONS(7806), 3, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LBRACK, STATE(5909), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [293069] = 7, + [293103] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7300), 1, - anon_sym_COMMA, - ACTIONS(7633), 1, - anon_sym_COLON, - STATE(5733), 1, - aux_sym_instantiation_list_repeat1, + ACTIONS(2873), 1, + sym_WHEN, + ACTIONS(7808), 1, + anon_sym_SEMI, + STATE(5509), 1, + sym_when_expression, STATE(5910), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [293093] = 7, + [293127] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7314), 1, + ACTIONS(6912), 1, anon_sym_COMMA, - ACTIONS(7400), 1, - sym_OF, - STATE(5721), 1, - aux_sym_index_constraint_repeat1, + ACTIONS(7810), 1, + anon_sym_RPAREN, + STATE(5973), 1, + aux_sym_association_list_repeat1, STATE(5911), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [293117] = 7, + [293151] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1759), 1, - sym_PORT, - ACTIONS(7635), 1, - anon_sym_SEMI, - STATE(8121), 1, - sym_port_map_aspect, + ACTIONS(7695), 1, + anon_sym_COMMA, + ACTIONS(7812), 1, + anon_sym_COLON, + STATE(5861), 1, + aux_sym_entity_name_list_repeat1, STATE(5912), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [293141] = 7, + [293175] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3001), 1, - sym_SEVERITY, - ACTIONS(7637), 1, - anon_sym_SEMI, - STATE(8140), 1, - sym_severity_expression, + ACTIONS(6912), 1, + anon_sym_COMMA, + ACTIONS(7814), 1, + anon_sym_RPAREN, + STATE(5798), 1, + aux_sym_association_list_repeat1, STATE(5913), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [293165] = 6, + [293199] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7639), 1, - anon_sym_SEMI, - ACTIONS(5923), 2, - anon_sym_LT_EQ, - sym_variable_assignment, - STATE(5914), 3, + ACTIONS(7816), 1, + anon_sym_COMMA, + ACTIONS(7819), 1, + anon_sym_RPAREN, + STATE(5914), 4, sym__tool_directive, sym_line_comment, sym_block_comment, - [293187] = 7, + aux_sym_association_or_range_list_repeat1, + [293221] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6908), 1, + ACTIONS(7821), 1, anon_sym_COMMA, - ACTIONS(7641), 1, + ACTIONS(7824), 1, anon_sym_RPAREN, - STATE(5920), 1, - aux_sym_association_list_repeat1, - STATE(5915), 3, + STATE(5915), 4, sym__tool_directive, sym_line_comment, sym_block_comment, - [293211] = 7, + aux_sym_record_resolution_repeat1, + [293243] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2906), 1, - sym_WHEN, - ACTIONS(7643), 1, - anon_sym_SEMI, - STATE(5376), 1, - sym_when_expression, + ACTIONS(6912), 1, + anon_sym_COMMA, + ACTIONS(7826), 1, + anon_sym_RPAREN, + STATE(5913), 1, + aux_sym_association_list_repeat1, STATE(5916), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [293235] = 7, + [293267] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1759), 1, - sym_PORT, - ACTIONS(7645), 1, - anon_sym_SEMI, - STATE(8163), 1, - sym_port_map_aspect, + ACTIONS(7828), 3, + sym_RETURN, + anon_sym_COMMA, + anon_sym_RBRACK, STATE(5917), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [293259] = 5, + [293287] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6193), 3, - sym_IS, - sym_OPEN, + ACTIONS(2873), 1, + sym_WHEN, + ACTIONS(6830), 1, anon_sym_SEMI, + STATE(6023), 1, + sym_when_expression, STATE(5918), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [293279] = 7, + [293311] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5954), 1, - sym_variable_assignment, - ACTIONS(7647), 1, + ACTIONS(6843), 3, + sym_WHEN, anon_sym_SEMI, - STATE(8168), 1, - sym_initialiser, + anon_sym_COMMA, STATE(5919), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [293303] = 7, + [293331] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6908), 1, + ACTIONS(7412), 1, anon_sym_COMMA, - ACTIONS(7649), 1, + ACTIONS(7830), 1, anon_sym_RPAREN, - STATE(5779), 1, - aux_sym_association_list_repeat1, + STATE(5732), 1, + aux_sym_aggregate_repeat1, STATE(5920), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [293327] = 7, + [293355] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2906), 1, + ACTIONS(2873), 1, sym_WHEN, - ACTIONS(7651), 1, + ACTIONS(7832), 1, anon_sym_SEMI, - STATE(5376), 1, + STATE(5509), 1, sym_when_expression, STATE(5921), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [293351] = 7, + [293379] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(792), 1, - sym_WHEN, - ACTIONS(5743), 1, + ACTIONS(1791), 1, + sym_PORT, + ACTIONS(7834), 1, anon_sym_SEMI, - STATE(8183), 1, - sym_when_expression, + STATE(7609), 1, + sym_port_map_aspect, STATE(5922), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [293375] = 7, + [293403] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(792), 1, - sym_WHEN, - ACTIONS(5747), 1, - anon_sym_SEMI, - STATE(8184), 1, - sym_when_expression, + ACTIONS(6912), 1, + anon_sym_COMMA, + ACTIONS(7836), 1, + anon_sym_RPAREN, + STATE(5925), 1, + aux_sym_association_list_repeat1, STATE(5923), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [293399] = 5, + [293427] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3212), 3, - sym_END, - sym_FOR, - sym_USE, + ACTIONS(7676), 1, + anon_sym_COMMA, + ACTIONS(7838), 1, + anon_sym_RPAREN, + STATE(5915), 1, + aux_sym_record_resolution_repeat1, STATE(5924), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [293419] = 7, + [293451] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5769), 1, - sym_FOR, - ACTIONS(5787), 1, - anon_sym_SEMI, - STATE(8186), 1, - sym_timeout_clause, + ACTIONS(6912), 1, + anon_sym_COMMA, + ACTIONS(7840), 1, + anon_sym_RPAREN, + STATE(5798), 1, + aux_sym_association_list_repeat1, STATE(5925), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [293443] = 5, + [293475] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5992), 3, - sym_PARAMETER, - anon_sym_SEMI, - anon_sym_LPAREN, + ACTIONS(5724), 1, + sym_PORT, + ACTIONS(7842), 1, + sym_END, + STATE(7271), 1, + sym_port_clause, STATE(5926), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [293463] = 7, + [293499] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7038), 1, - sym_directive_body, - ACTIONS(7653), 1, - sym__directive_newline, - STATE(5931), 1, - aux_sym_user_directive_repeat1, + ACTIONS(6912), 1, + anon_sym_COMMA, + ACTIONS(7844), 1, + anon_sym_RPAREN, + STATE(5798), 1, + aux_sym_association_list_repeat1, STATE(5927), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [293487] = 7, + [293523] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3001), 1, - sym_SEVERITY, - ACTIONS(7655), 1, - anon_sym_SEMI, - STATE(8197), 1, - sym_severity_expression, + ACTIONS(6912), 1, + anon_sym_COMMA, + ACTIONS(7846), 1, + anon_sym_RPAREN, + STATE(5927), 1, + aux_sym_association_list_repeat1, STATE(5928), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [293511] = 6, + [293547] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7657), 1, - anon_sym_SEMI, - ACTIONS(5923), 2, - anon_sym_LT_EQ, - sym_variable_assignment, - STATE(5929), 3, + ACTIONS(7848), 1, + anon_sym_COMMA, + ACTIONS(7851), 1, + anon_sym_COLON, + STATE(5929), 4, sym__tool_directive, sym_line_comment, sym_block_comment, - [293533] = 7, + aux_sym_entity_name_list_repeat1, + [293569] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7217), 1, + ACTIONS(7705), 1, anon_sym_COMMA, - ACTIONS(7659), 1, - anon_sym_RPAREN, - STATE(5621), 1, - aux_sym_aggregate_repeat1, + ACTIONS(7853), 1, + anon_sym_COLON, + STATE(5902), 1, + aux_sym_generic_identifier_list_repeat1, STATE(5930), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [293557] = 7, + [293593] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7038), 1, - sym_directive_body, - ACTIONS(7661), 1, - sym__directive_newline, - STATE(5683), 1, - aux_sym_user_directive_repeat1, + ACTIONS(3896), 1, + anon_sym_RPAREN, + ACTIONS(7855), 1, + anon_sym_SEMI, + STATE(5893), 1, + aux_sym_generic_interface_list_repeat1, STATE(5931), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [293581] = 7, + [293617] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1759), 1, - sym_PORT, - ACTIONS(7663), 1, + ACTIONS(6772), 3, anon_sym_SEMI, - STATE(8216), 1, - sym_port_map_aspect, + anon_sym_COMMA, + anon_sym_DOT, STATE(5932), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [293605] = 7, + [293637] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1605), 1, - sym_GENERIC, - ACTIONS(7665), 1, + ACTIONS(7426), 1, + anon_sym_COMMA, + ACTIONS(7857), 1, anon_sym_SEMI, - STATE(8220), 1, - sym_generic_map_aspect, + STATE(5874), 1, + aux_sym_group_constituent_list_repeat1, STATE(5933), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [293629] = 7, + [293661] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2906), 1, - sym_WHEN, - ACTIONS(7667), 1, - anon_sym_SEMI, - STATE(5376), 1, - sym_when_expression, + ACTIONS(5927), 3, + sym_PARAMETER, + sym_RETURN, + anon_sym_LPAREN, STATE(5934), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [293653] = 7, + [293681] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7345), 1, - anon_sym_COMMA, - ACTIONS(7669), 1, - anon_sym_RPAREN, - STATE(5744), 1, - aux_sym_enumeration_type_definition_repeat1, + ACTIONS(6942), 1, + anon_sym_LT_EQ, + ACTIONS(7859), 1, + sym_variable_assignment, + STATE(67), 1, + sym_signal_assignment, STATE(5935), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [293677] = 7, + [293705] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5769), 1, - sym_FOR, - ACTIONS(6062), 1, + ACTIONS(1617), 1, + sym_GENERIC, + ACTIONS(7861), 1, anon_sym_SEMI, - STATE(8228), 1, - sym_timeout_clause, + STATE(7884), 1, + sym_generic_map_aspect, STATE(5936), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [293701] = 7, + [293729] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6908), 1, + ACTIONS(6912), 1, anon_sym_COMMA, - ACTIONS(7671), 1, + ACTIONS(7863), 1, anon_sym_RPAREN, - STATE(5557), 1, + STATE(5798), 1, aux_sym_association_list_repeat1, STATE(5937), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [293725] = 7, + [293753] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2906), 1, - sym_WHEN, - ACTIONS(7673), 1, + ACTIONS(7865), 3, + sym_IS, anon_sym_SEMI, - STATE(5376), 1, - sym_when_expression, + anon_sym_RPAREN, STATE(5938), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [293749] = 7, + [293773] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(792), 1, - sym_WHEN, - ACTIONS(7675), 1, + ACTIONS(5939), 1, + sym_variable_assignment, + ACTIONS(7867), 1, anon_sym_SEMI, - STATE(8235), 1, - sym_when_expression, + STATE(7633), 1, + sym_initialiser, STATE(5939), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [293773] = 7, + [293797] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(792), 1, - sym_WHEN, - ACTIONS(7677), 1, - anon_sym_SEMI, - STATE(8236), 1, - sym_when_expression, - STATE(5940), 3, + ACTIONS(7869), 1, + anon_sym_COMMA, + ACTIONS(7872), 1, + anon_sym_COLON, + STATE(5940), 4, sym__tool_directive, sym_line_comment, sym_block_comment, - [293797] = 7, + aux_sym_constant_identifier_list_repeat1, + [293819] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5954), 1, + ACTIONS(5939), 1, sym_variable_assignment, - ACTIONS(7679), 1, + ACTIONS(7874), 1, anon_sym_SEMI, - STATE(8242), 1, + STATE(7279), 1, sym_initialiser, STATE(5941), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [293821] = 7, + [293843] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5954), 1, - sym_variable_assignment, - ACTIONS(6081), 1, - anon_sym_SEMI, - STATE(8243), 1, - sym_initialiser, + ACTIONS(6912), 1, + anon_sym_COMMA, + ACTIONS(7876), 1, + anon_sym_RPAREN, + STATE(5798), 1, + aux_sym_association_list_repeat1, STATE(5942), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [293845] = 7, + [293867] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6908), 1, - anon_sym_COMMA, - ACTIONS(7681), 1, + ACTIONS(7878), 1, + anon_sym_SEMI, + ACTIONS(7881), 1, anon_sym_RPAREN, - STATE(5952), 1, - aux_sym_association_list_repeat1, - STATE(5943), 3, + STATE(5943), 4, sym__tool_directive, sym_line_comment, sym_block_comment, - [293869] = 7, + aux_sym_interface_list_repeat1, + [293889] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7276), 1, - anon_sym_COMMA, - ACTIONS(7683), 1, - anon_sym_COLON, - STATE(5760), 1, - aux_sym_identifier_list_repeat1, + ACTIONS(7430), 1, + anon_sym_LT_EQ, + ACTIONS(7883), 1, + sym_variable_assignment, + STATE(56), 1, + sym_signal_assignment, STATE(5944), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [293893] = 7, + [293913] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1605), 1, - sym_GENERIC, - ACTIONS(7685), 1, + ACTIONS(5939), 1, + sym_variable_assignment, + ACTIONS(7885), 1, anon_sym_SEMI, - STATE(8251), 1, - sym_generic_map_aspect, + STATE(7805), 1, + sym_initialiser, STATE(5945), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [293917] = 7, + [293937] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2906), 1, - sym_WHEN, - ACTIONS(7687), 1, - anon_sym_SEMI, - STATE(5376), 1, - sym_when_expression, + ACTIONS(6912), 1, + anon_sym_COMMA, + ACTIONS(7887), 1, + anon_sym_RPAREN, + STATE(5942), 1, + aux_sym_association_list_repeat1, STATE(5946), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [293941] = 7, + [293961] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1605), 1, - sym_GENERIC, - ACTIONS(7689), 1, - anon_sym_SEMI, - STATE(8254), 1, - sym_generic_map_aspect, + ACTIONS(7742), 1, + anon_sym_COMMA, + ACTIONS(7889), 1, + anon_sym_RPAREN, + STATE(5846), 1, + aux_sym_entity_class_entry_list_repeat1, STATE(5947), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [293965] = 7, + [293985] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2906), 1, + ACTIONS(2873), 1, sym_WHEN, - ACTIONS(7691), 1, + ACTIONS(7891), 1, anon_sym_SEMI, - STATE(5376), 1, + STATE(5509), 1, sym_when_expression, STATE(5948), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [293989] = 7, + [294009] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5769), 1, - sym_FOR, - ACTIONS(7693), 1, + ACTIONS(7893), 3, + sym_GENERIC, + sym_PORT, anon_sym_SEMI, - STATE(8259), 1, - sym_timeout_clause, STATE(5949), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [294013] = 5, + [294029] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7695), 3, - sym_GENERIC, - sym_PORT, - anon_sym_SEMI, + ACTIONS(6912), 1, + anon_sym_COMMA, + ACTIONS(7895), 1, + anon_sym_RPAREN, + STATE(5952), 1, + aux_sym_association_list_repeat1, STATE(5950), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [294033] = 7, + [294053] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5954), 1, + ACTIONS(6942), 1, + anon_sym_LT_EQ, + ACTIONS(7897), 1, sym_variable_assignment, - ACTIONS(7697), 1, - anon_sym_SEMI, - STATE(8264), 1, - sym_initialiser, + STATE(55), 1, + sym_signal_assignment, STATE(5951), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [294057] = 7, + [294077] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6908), 1, + ACTIONS(6912), 1, anon_sym_COMMA, - ACTIONS(7699), 1, + ACTIONS(7899), 1, anon_sym_RPAREN, - STATE(5779), 1, + STATE(5798), 1, aux_sym_association_list_repeat1, STATE(5952), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [294081] = 7, + [294101] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2906), 1, - sym_WHEN, - ACTIONS(7701), 1, - anon_sym_SEMI, - STATE(5376), 1, - sym_when_expression, + ACTIONS(7426), 1, + anon_sym_COMMA, + ACTIONS(7901), 1, + anon_sym_RPAREN, + STATE(5845), 1, + aux_sym_group_constituent_list_repeat1, STATE(5953), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [294105] = 7, + [294125] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2906), 1, + ACTIONS(2873), 1, sym_WHEN, - ACTIONS(7703), 1, + ACTIONS(7903), 1, anon_sym_SEMI, - STATE(5376), 1, + STATE(5509), 1, sym_when_expression, STATE(5954), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [294129] = 7, + [294149] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7705), 1, - sym_CONSTANT, - ACTIONS(7707), 1, - sym_SIGNAL, - ACTIONS(7709), 1, - sym_VARIABLE, + ACTIONS(1617), 1, + sym_GENERIC, + ACTIONS(7905), 1, + anon_sym_SEMI, + STATE(8045), 1, + sym_generic_map_aspect, STATE(5955), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [294153] = 7, + [294173] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7711), 1, - sym_CONSTANT, - ACTIONS(7713), 1, - sym_SIGNAL, - ACTIONS(7715), 1, - sym_VARIABLE, + ACTIONS(6375), 1, + anon_sym_PIPE, + ACTIONS(7546), 1, + anon_sym_EQ_GT, + STATE(6339), 1, + sym_case_generate_body, STATE(5956), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [294177] = 7, + [294197] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7717), 1, - sym_CONSTANT, - ACTIONS(7719), 1, - sym_SIGNAL, - ACTIONS(7721), 1, - sym_VARIABLE, - STATE(5957), 3, + ACTIONS(7907), 1, + anon_sym_SEMI, + ACTIONS(7909), 1, + anon_sym_COMMA, + STATE(5957), 4, sym__tool_directive, sym_line_comment, sym_block_comment, - [294201] = 7, + aux_sym_selected_name_list_repeat1, + [294219] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7723), 1, - sym_CONSTANT, - ACTIONS(7725), 1, - sym_SIGNAL, - ACTIONS(7727), 1, - sym_VARIABLE, + ACTIONS(7430), 1, + anon_sym_LT_EQ, + ACTIONS(7912), 1, + sym_variable_assignment, + STATE(47), 1, + sym_signal_assignment, STATE(5958), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [294225] = 7, + [294243] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7729), 1, - sym_CONSTANT, - ACTIONS(7731), 1, - sym_SIGNAL, - ACTIONS(7733), 1, - sym_VARIABLE, + ACTIONS(7461), 1, + anon_sym_COMMA, + ACTIONS(7914), 1, + anon_sym_SEMI, + STATE(5753), 1, + aux_sym_logical_name_list_repeat1, STATE(5959), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [294249] = 7, + [294267] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7735), 1, - sym_CONSTANT, - ACTIONS(7737), 1, - sym_SIGNAL, - ACTIONS(7739), 1, - sym_VARIABLE, + ACTIONS(6912), 1, + anon_sym_COMMA, + ACTIONS(7916), 1, + anon_sym_RPAREN, + STATE(5798), 1, + aux_sym_association_list_repeat1, STATE(5960), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [294273] = 7, + [294291] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7239), 1, - sym_IS, - ACTIONS(7741), 1, + ACTIONS(7758), 1, + sym_ELSE, + ACTIONS(7918), 1, anon_sym_SEMI, - STATE(6441), 1, - sym_subprogram_head, + STATE(6088), 1, + sym_else_expression_or_unaffected, STATE(5961), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [294297] = 7, + [294315] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7743), 1, - sym_CONSTANT, - ACTIONS(7745), 1, - sym_SIGNAL, - ACTIONS(7747), 1, - sym_VARIABLE, + ACTIONS(6912), 1, + anon_sym_COMMA, + ACTIONS(7920), 1, + anon_sym_RPAREN, + STATE(5960), 1, + aux_sym_association_list_repeat1, STATE(5962), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [294321] = 7, + [294339] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7749), 1, - sym_CONSTANT, - ACTIONS(7751), 1, - sym_SIGNAL, - ACTIONS(7753), 1, - sym_VARIABLE, + ACTIONS(2873), 1, + sym_WHEN, + ACTIONS(7922), 1, + anon_sym_SEMI, + STATE(5509), 1, + sym_when_expression, STATE(5963), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [294345] = 7, + [294363] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7755), 1, - sym_CONSTANT, - ACTIONS(7757), 1, - sym_SIGNAL, - ACTIONS(7759), 1, - sym_VARIABLE, + ACTIONS(1617), 1, + sym_GENERIC, + ACTIONS(7924), 1, + anon_sym_SEMI, + STATE(7796), 1, + sym_generic_map_aspect, STATE(5964), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [294369] = 7, + [294387] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7761), 1, + ACTIONS(7926), 1, sym_CONSTANT, - ACTIONS(7763), 1, + ACTIONS(7928), 1, sym_SIGNAL, - ACTIONS(7765), 1, + ACTIONS(7930), 1, sym_VARIABLE, STATE(5965), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [294393] = 7, + [294411] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7767), 1, - sym_CONSTANT, - ACTIONS(7769), 1, - sym_SIGNAL, - ACTIONS(7771), 1, - sym_VARIABLE, + ACTIONS(792), 1, + sym_WHEN, + ACTIONS(5755), 1, + anon_sym_SEMI, + STATE(6756), 1, + sym_when_expression, STATE(5966), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [294417] = 7, + [294435] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7773), 1, - sym_CONSTANT, - ACTIONS(7775), 1, - sym_SIGNAL, - ACTIONS(7777), 1, - sym_VARIABLE, + ACTIONS(5765), 1, + sym_FOR, + ACTIONS(7932), 1, + anon_sym_SEMI, + STATE(8056), 1, + sym_timeout_clause, STATE(5967), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [294441] = 7, + [294459] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7779), 1, - sym_CONSTANT, - ACTIONS(7781), 1, - sym_SIGNAL, - ACTIONS(7783), 1, - sym_VARIABLE, + ACTIONS(5939), 1, + sym_variable_assignment, + ACTIONS(7934), 1, + anon_sym_SEMI, + STATE(8067), 1, + sym_initialiser, STATE(5968), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [294465] = 7, + [294483] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7785), 1, - sym_CONSTANT, - ACTIONS(7787), 1, - sym_SIGNAL, - ACTIONS(7789), 1, - sym_VARIABLE, + ACTIONS(2626), 3, + sym_PARAMETER, + sym_RETURN, + anon_sym_LPAREN, STATE(5969), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [294489] = 7, + [294503] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7791), 1, - sym_CONSTANT, - ACTIONS(7793), 1, - sym_SIGNAL, - ACTIONS(7795), 1, - sym_VARIABLE, + ACTIONS(7512), 1, + anon_sym_COMMA, + ACTIONS(7936), 1, + anon_sym_COLON, + STATE(5775), 1, + aux_sym_identifier_list_repeat1, STATE(5970), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [294513] = 7, + [294527] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7797), 1, - sym_CONSTANT, - ACTIONS(7799), 1, - sym_SIGNAL, - ACTIONS(7801), 1, - sym_VARIABLE, + ACTIONS(2912), 3, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_COLON, STATE(5971), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [294537] = 7, + [294547] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7803), 1, - sym_CONSTANT, - ACTIONS(7805), 1, - sym_SIGNAL, - ACTIONS(7807), 1, - sym_VARIABLE, + ACTIONS(2873), 1, + sym_WHEN, + ACTIONS(7938), 1, + anon_sym_SEMI, + STATE(5509), 1, + sym_when_expression, STATE(5972), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [294561] = 7, + [294571] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7809), 1, - sym_CONSTANT, - ACTIONS(7811), 1, - sym_SIGNAL, - ACTIONS(7813), 1, - sym_VARIABLE, + ACTIONS(6912), 1, + anon_sym_COMMA, + ACTIONS(7940), 1, + anon_sym_RPAREN, + STATE(5798), 1, + aux_sym_association_list_repeat1, STATE(5973), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [294585] = 7, + [294595] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7815), 1, - sym_CONSTANT, - ACTIONS(7817), 1, - sym_SIGNAL, - ACTIONS(7819), 1, - sym_VARIABLE, - STATE(5974), 3, + ACTIONS(7942), 1, + anon_sym_COMMA, + ACTIONS(7945), 1, + anon_sym_COLON, + STATE(5974), 4, sym__tool_directive, sym_line_comment, sym_block_comment, - [294609] = 7, + aux_sym_identifier_list_repeat1, + [294617] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7821), 1, - sym_CONSTANT, - ACTIONS(7823), 1, - sym_SIGNAL, - ACTIONS(7825), 1, - sym_VARIABLE, + ACTIONS(7361), 1, + sym_OF, + ACTIONS(7787), 1, + anon_sym_COMMA, + STATE(5816), 1, + aux_sym_index_constraint_repeat1, STATE(5975), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [294633] = 7, + [294641] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7827), 1, - sym_CONSTANT, - ACTIONS(7829), 1, - sym_SIGNAL, - ACTIONS(7831), 1, - sym_VARIABLE, + ACTIONS(5939), 1, + sym_variable_assignment, + ACTIONS(7947), 1, + anon_sym_SEMI, + STATE(7752), 1, + sym_initialiser, STATE(5976), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [294657] = 7, + [294665] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7833), 1, - sym_CONSTANT, - ACTIONS(7835), 1, - sym_SIGNAL, - ACTIONS(7837), 1, - sym_VARIABLE, + ACTIONS(6912), 1, + anon_sym_COMMA, + ACTIONS(7949), 1, + anon_sym_RPAREN, + STATE(5979), 1, + aux_sym_association_list_repeat1, STATE(5977), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [294681] = 7, + [294689] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7839), 1, - sym_CONSTANT, - ACTIONS(7841), 1, - sym_SIGNAL, - ACTIONS(7843), 1, - sym_VARIABLE, + ACTIONS(7369), 1, + sym_IS, + ACTIONS(7951), 1, + anon_sym_SEMI, + STATE(6222), 1, + sym_subprogram_head, STATE(5978), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [294705] = 7, + [294713] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7845), 1, - sym_CONSTANT, - ACTIONS(7847), 1, - sym_SIGNAL, - ACTIONS(7849), 1, - sym_VARIABLE, + ACTIONS(6912), 1, + anon_sym_COMMA, + ACTIONS(7953), 1, + anon_sym_RPAREN, + STATE(5798), 1, + aux_sym_association_list_repeat1, STATE(5979), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [294729] = 7, + [294737] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7851), 1, - sym_CONSTANT, - ACTIONS(7853), 1, - sym_SIGNAL, - ACTIONS(7855), 1, - sym_VARIABLE, + ACTIONS(6912), 1, + anon_sym_COMMA, + ACTIONS(7955), 1, + anon_sym_RPAREN, + STATE(5937), 1, + aux_sym_association_list_repeat1, STATE(5980), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [294753] = 7, + [294761] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7857), 1, - sym_CONSTANT, - ACTIONS(7859), 1, - sym_SIGNAL, - ACTIONS(7861), 1, - sym_VARIABLE, + ACTIONS(6912), 1, + anon_sym_COMMA, + ACTIONS(7957), 1, + anon_sym_RPAREN, + STATE(5986), 1, + aux_sym_association_list_repeat1, STATE(5981), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [294777] = 7, + [294785] = 5, 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(7959), 3, + sym_GENERIC, + sym_PORT, + anon_sym_SEMI, STATE(5982), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [294801] = 7, + [294805] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7869), 1, - sym_CONSTANT, - ACTIONS(7871), 1, - sym_SIGNAL, - ACTIONS(7873), 1, - sym_VARIABLE, + ACTIONS(7430), 1, + anon_sym_LT_EQ, + ACTIONS(7961), 1, + sym_variable_assignment, + STATE(73), 1, + sym_signal_assignment, STATE(5983), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [294825] = 7, + [294829] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7875), 1, - sym_CONSTANT, - ACTIONS(7877), 1, - sym_SIGNAL, - ACTIONS(7879), 1, - sym_VARIABLE, + ACTIONS(7572), 1, + anon_sym_COMMA, + ACTIONS(7963), 1, + anon_sym_COLON, + STATE(5802), 1, + aux_sym_constant_identifier_list_repeat1, STATE(5984), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [294849] = 7, + [294853] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7881), 1, - sym_CONSTANT, - ACTIONS(7883), 1, - sym_SIGNAL, - ACTIONS(7885), 1, - sym_VARIABLE, + ACTIONS(6942), 1, + anon_sym_LT_EQ, + ACTIONS(7965), 1, + sym_variable_assignment, + STATE(28), 1, + sym_signal_assignment, STATE(5985), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [294873] = 7, + [294877] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7887), 1, - sym_CONSTANT, - ACTIONS(7889), 1, - sym_SIGNAL, - ACTIONS(7891), 1, - sym_VARIABLE, + ACTIONS(6912), 1, + anon_sym_COMMA, + ACTIONS(7967), 1, + anon_sym_RPAREN, + STATE(5798), 1, + aux_sym_association_list_repeat1, STATE(5986), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [294897] = 7, + [294901] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7893), 1, - sym_CONSTANT, - ACTIONS(7895), 1, - sym_SIGNAL, - ACTIONS(7897), 1, - sym_VARIABLE, + ACTIONS(2873), 1, + sym_WHEN, + ACTIONS(7969), 1, + anon_sym_SEMI, + STATE(5509), 1, + sym_when_expression, STATE(5987), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [294921] = 7, + [294925] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7899), 1, - sym_CONSTANT, - ACTIONS(7901), 1, - sym_SIGNAL, - ACTIONS(7903), 1, - sym_VARIABLE, + ACTIONS(2873), 1, + sym_WHEN, + ACTIONS(7971), 1, + anon_sym_SEMI, + STATE(6023), 1, + sym_when_expression, STATE(5988), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [294945] = 7, + [294949] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7905), 1, - sym_CONSTANT, - ACTIONS(7907), 1, - sym_SIGNAL, - ACTIONS(7909), 1, - sym_VARIABLE, + ACTIONS(6066), 3, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_DOT, STATE(5989), 3, sym__tool_directive, sym_line_comment, @@ -286631,266 +286631,266 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7911), 1, - sym_CONSTANT, - ACTIONS(7913), 1, - sym_SIGNAL, - ACTIONS(7915), 1, - sym_VARIABLE, + ACTIONS(1617), 1, + sym_GENERIC, + ACTIONS(7973), 1, + anon_sym_SEMI, + STATE(7788), 1, + sym_generic_map_aspect, STATE(5990), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [294993] = 7, + [294993] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7917), 1, - sym_CONSTANT, - ACTIONS(7919), 1, - sym_SIGNAL, - ACTIONS(7921), 1, - sym_VARIABLE, + ACTIONS(7977), 1, + anon_sym_DOT, + ACTIONS(7975), 2, + anon_sym_SEMI, + anon_sym_COMMA, STATE(5991), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [295017] = 7, + [295015] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7923), 1, - sym_CONSTANT, - ACTIONS(7925), 1, - sym_SIGNAL, - ACTIONS(7927), 1, - sym_VARIABLE, + ACTIONS(7500), 1, + anon_sym_COMMA, + ACTIONS(7979), 1, + anon_sym_COLON, + STATE(5770), 1, + aux_sym_instantiation_list_repeat1, STATE(5992), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [295041] = 7, + [295039] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7929), 1, - sym_CONSTANT, - ACTIONS(7931), 1, - sym_SIGNAL, - ACTIONS(7933), 1, - sym_VARIABLE, + ACTIONS(7534), 1, + anon_sym_COMMA, + ACTIONS(7981), 1, + anon_sym_SEMI, + STATE(5785), 1, + aux_sym_selected_name_list_repeat1, STATE(5993), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [295065] = 7, + [295063] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7935), 1, - sym_CONSTANT, - ACTIONS(7937), 1, - sym_SIGNAL, - ACTIONS(7939), 1, - sym_VARIABLE, + ACTIONS(7426), 1, + anon_sym_COMMA, + ACTIONS(7983), 1, + anon_sym_COLON, + STATE(5779), 1, + aux_sym_group_constituent_list_repeat1, STATE(5994), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [295089] = 7, + [295087] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7941), 1, - sym_CONSTANT, - ACTIONS(7943), 1, - sym_SIGNAL, - ACTIONS(7945), 1, - sym_VARIABLE, + ACTIONS(5939), 1, + sym_variable_assignment, + ACTIONS(6200), 1, + anon_sym_SEMI, + STATE(7759), 1, + sym_initialiser, STATE(5995), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [295113] = 7, + [295111] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7947), 1, - sym_CONSTANT, - ACTIONS(7949), 1, - sym_SIGNAL, - ACTIONS(7951), 1, - sym_VARIABLE, + ACTIONS(7512), 1, + anon_sym_COMMA, + ACTIONS(7985), 1, + anon_sym_COLON, + STATE(5864), 1, + aux_sym_identifier_list_repeat1, STATE(5996), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [295137] = 7, + [295135] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7953), 1, - sym_CONSTANT, - ACTIONS(7955), 1, - sym_SIGNAL, - ACTIONS(7957), 1, - sym_VARIABLE, + ACTIONS(7634), 1, + sym_directive_body, + ACTIONS(7987), 1, + sym__directive_newline, + STATE(5840), 1, + aux_sym_user_directive_repeat1, STATE(5997), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [295161] = 7, + [295159] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7959), 1, - sym_CONSTANT, - ACTIONS(7961), 1, - sym_SIGNAL, - ACTIONS(7963), 1, - sym_VARIABLE, + ACTIONS(7430), 1, + anon_sym_LT_EQ, + ACTIONS(7989), 1, + sym_variable_assignment, + STATE(25), 1, + sym_signal_assignment, STATE(5998), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [295185] = 7, + [295183] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7965), 1, - sym_CONSTANT, - ACTIONS(7967), 1, - sym_SIGNAL, - ACTIONS(7969), 1, - sym_VARIABLE, + ACTIONS(1617), 1, + sym_GENERIC, + ACTIONS(7991), 1, + anon_sym_SEMI, + STATE(7723), 1, + sym_generic_map_aspect, STATE(5999), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [295209] = 7, + [295207] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7971), 1, - sym_CONSTANT, - ACTIONS(7973), 1, - sym_SIGNAL, - ACTIONS(7975), 1, - sym_VARIABLE, + ACTIONS(7634), 1, + sym_directive_body, + ACTIONS(7993), 1, + sym__directive_newline, + STATE(5836), 1, + aux_sym_user_directive_repeat1, STATE(6000), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [295233] = 7, + [295231] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7977), 1, - sym_CONSTANT, - ACTIONS(7979), 1, - sym_SIGNAL, - ACTIONS(7981), 1, - sym_VARIABLE, + ACTIONS(6912), 1, + anon_sym_COMMA, + ACTIONS(7995), 1, + anon_sym_RPAREN, + STATE(6005), 1, + aux_sym_association_list_repeat1, STATE(6001), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [295257] = 7, + [295255] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7983), 1, - sym_CONSTANT, - ACTIONS(7985), 1, - sym_SIGNAL, - ACTIONS(7987), 1, - sym_VARIABLE, + ACTIONS(6942), 1, + anon_sym_LT_EQ, + ACTIONS(7997), 1, + sym_variable_assignment, + STATE(23), 1, + sym_signal_assignment, STATE(6002), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [295281] = 7, + [295279] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7989), 1, - sym_CONSTANT, - ACTIONS(7991), 1, - sym_SIGNAL, - ACTIONS(7993), 1, - sym_VARIABLE, + ACTIONS(7508), 1, + anon_sym_COMMA, + ACTIONS(7999), 1, + anon_sym_RPAREN, + STATE(5773), 1, + aux_sym_array_index_incomplete_type_list_repeat1, STATE(6003), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [295305] = 7, + [295303] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7995), 1, - sym_CONSTANT, - ACTIONS(7997), 1, - sym_SIGNAL, - ACTIONS(7999), 1, - sym_VARIABLE, + ACTIONS(6912), 1, + anon_sym_COMMA, + ACTIONS(8001), 1, + anon_sym_RPAREN, + STATE(5557), 1, + aux_sym_association_list_repeat1, STATE(6004), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [295329] = 6, + [295327] = 7, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8003), 1, - anon_sym_DOT, - ACTIONS(8001), 2, - anon_sym_SEMI, + ACTIONS(6912), 1, anon_sym_COMMA, + ACTIONS(8003), 1, + anon_sym_RPAREN, + STATE(5798), 1, + aux_sym_association_list_repeat1, STATE(6005), 3, sym__tool_directive, sym_line_comment, @@ -286902,10 +286902,10 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8005), 1, - sym_END, - STATE(8188), 1, - sym_end_loop, + ACTIONS(2392), 1, + anon_sym_LPAREN, + STATE(2197), 1, + sym_parenthesis_group, STATE(6006), 3, sym__tool_directive, sym_line_comment, @@ -286917,834 +286917,845 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8007), 1, - sym_END, - STATE(8031), 1, - sym_end_process, + ACTIONS(2093), 1, + anon_sym_LPAREN, + STATE(1615), 1, + sym_parenthesis_group, STATE(6007), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [295393] = 5, + [295393] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8009), 2, - anon_sym_SEMI, - anon_sym_RPAREN, + ACTIONS(2931), 1, + sym_BEGIN, + STATE(6447), 1, + sym_sequential_block, STATE(6008), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [295412] = 6, + [295414] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4314), 1, - anon_sym_LPAREN, - STATE(4403), 1, - sym_parenthesis_group, + ACTIONS(8005), 1, + anon_sym_LT_EQ, + STATE(37), 1, + sym_signal_assignment, STATE(6009), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [295433] = 5, + [295435] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8011), 2, - anon_sym_SEMI, - anon_sym_RPAREN, + ACTIONS(2578), 1, + anon_sym_LPAREN, + STATE(2068), 1, + sym_parenthesis_group, STATE(6010), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [295452] = 5, + [295456] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8013), 2, - sym_END, - sym_FOR, + ACTIONS(2931), 1, + sym_BEGIN, + STATE(6453), 1, + sym_sequential_block, STATE(6011), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [295471] = 6, + [295477] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1563), 1, - anon_sym_LPAREN, - STATE(943), 1, - sym_parenthesis_group, + ACTIONS(8005), 1, + anon_sym_LT_EQ, + STATE(114), 1, + sym_signal_assignment, STATE(6012), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [295492] = 5, + [295498] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7404), 2, - sym_END, - sym_WHEN, + ACTIONS(8007), 1, + sym_SELECT, + STATE(6186), 1, + sym_select_target, STATE(6013), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [295511] = 6, + [295519] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4314), 1, - anon_sym_LPAREN, - STATE(4407), 1, - sym_parenthesis_group, + ACTIONS(8009), 1, + sym_IS, + STATE(6454), 1, + sym_package_declaration_body, STATE(6014), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [295532] = 5, + [295540] = 6, 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, + ACTIONS(8011), 1, anon_sym_COLON, + ACTIONS(8013), 1, + sym_IS, STATE(6015), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [295551] = 6, + [295561] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1563), 1, - anon_sym_LPAREN, - STATE(950), 1, - sym_parenthesis_group, + ACTIONS(8005), 1, + anon_sym_LT_EQ, + STATE(120), 1, + sym_signal_assignment, STATE(6016), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [295572] = 6, + [295582] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8007), 1, - sym_END, - STATE(8097), 1, - sym_end_process, + ACTIONS(5896), 1, + anon_sym_LT_EQ, + ACTIONS(8015), 1, + anon_sym_SEMI, STATE(6017), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [295593] = 6, + [295603] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8015), 1, - sym_END, - STATE(6647), 1, - sym_end_block, + ACTIONS(2931), 1, + sym_BEGIN, + STATE(6467), 1, + sym_sequential_block, STATE(6018), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [295614] = 6, + [295624] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8017), 1, - sym_END, - STATE(8109), 1, - sym_end_generate, + ACTIONS(8017), 2, + sym_based_integer, + sym_based_float, STATE(6019), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [295635] = 6, + [295643] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1112), 1, + ACTIONS(2931), 1, sym_BEGIN, - STATE(6261), 1, - sym_concurrent_block, + STATE(6474), 1, + sym_sequential_block, STATE(6020), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [295656] = 5, + [295664] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8019), 2, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(8019), 1, + anon_sym_LPAREN, + STATE(7289), 1, + sym_association_list, STATE(6021), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [295675] = 6, + [295685] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5706), 1, - sym_END, - STATE(8116), 1, - sym_end_component, + ACTIONS(8005), 1, + anon_sym_LT_EQ, + STATE(26), 1, + sym_signal_assignment, STATE(6022), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [295696] = 5, + [295706] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8021), 2, - sym_IS, + ACTIONS(6305), 2, + sym_ELSE, anon_sym_SEMI, STATE(6023), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [295715] = 6, + [295725] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8023), 1, - sym_IS, - STATE(6110), 1, - sym_architecture_head, + ACTIONS(8021), 2, + sym_WHEN, + anon_sym_SEMI, STATE(6024), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [295736] = 5, + [295744] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8025), 2, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(8023), 1, + anon_sym_LPAREN, + STATE(1961), 1, + sym_association_list, STATE(6025), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [295755] = 6, + [295765] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8027), 1, - sym_END, - STATE(8127), 1, - sym_end_package, + ACTIONS(3966), 1, + anon_sym_LPAREN, + STATE(3396), 1, + sym_parenthesis_group, STATE(6026), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [295776] = 6, + [295786] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8007), 1, - sym_END, - STATE(8128), 1, - sym_end_process, + ACTIONS(1129), 1, + sym_BEGIN, + STATE(6485), 1, + sym_concurrent_block, STATE(6027), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [295797] = 5, + [295807] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8029), 2, - sym_based_integer, - sym_based_float, + ACTIONS(8025), 1, + sym_IS, + STATE(6486), 1, + sym_mode_view_body, STATE(6028), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [295816] = 6, + [295828] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8031), 1, - sym_END, - STATE(8141), 1, - sym_end_if, + ACTIONS(247), 1, + sym_LOOP, + STATE(6490), 1, + sym_loop_body, STATE(6029), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [295837] = 6, + [295849] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8005), 1, - sym_END, - STATE(8142), 1, - sym_end_loop, + ACTIONS(3966), 1, + anon_sym_LPAREN, + STATE(3394), 1, + sym_parenthesis_group, STATE(6030), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [295858] = 5, + [295870] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2636), 2, - anon_sym_COMMA, - anon_sym_COLON, + ACTIONS(8027), 1, + sym_IS, + STATE(6491), 1, + sym_case_body, STATE(6031), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [295877] = 6, + [295891] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8033), 1, - anon_sym_LPAREN, - STATE(4893), 1, - sym_association_list, + ACTIONS(2931), 1, + sym_BEGIN, + STATE(6498), 1, + sym_sequential_block, STATE(6032), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [295898] = 5, + [295912] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2968), 2, - sym_WHEN, - anon_sym_SEMI, + ACTIONS(2931), 1, + sym_BEGIN, + STATE(6499), 1, + sym_sequential_block, STATE(6033), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [295917] = 6, + [295933] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4649), 1, - anon_sym_LPAREN, - STATE(4613), 1, - sym_parenthesis_group, + ACTIONS(8005), 1, + anon_sym_LT_EQ, + STATE(124), 1, + sym_signal_assignment, STATE(6034), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [295938] = 5, + [295954] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8035), 2, + ACTIONS(8029), 1, sym_IS, - anon_sym_SEMI, + STATE(6237), 1, + sym_configuration_head, STATE(6035), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [295957] = 5, + [295975] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8037), 2, - sym_based_integer, - sym_based_float, + ACTIONS(7726), 2, + anon_sym_COMMA, + anon_sym_COLON, STATE(6036), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [295976] = 6, + [295994] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8039), 1, - sym_END, - STATE(8161), 1, - sym_subprogram_end, + ACTIONS(8031), 2, + sym_IS, + anon_sym_SEMI, STATE(6037), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [295997] = 5, + [296013] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2830), 2, - sym_OF, - anon_sym_COMMA, + ACTIONS(1129), 1, + sym_BEGIN, + STATE(6505), 1, + sym_concurrent_block, STATE(6038), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [296016] = 5, + [296034] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8041), 2, + ACTIONS(8033), 2, sym_based_integer, sym_based_float, STATE(6039), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [296035] = 6, + [296053] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8015), 1, - sym_END, - STATE(8162), 1, - sym_end_block, + ACTIONS(7945), 2, + anon_sym_COMMA, + anon_sym_COLON, STATE(6040), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [296056] = 6, + [296072] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1759), 1, - sym_PORT, - STATE(8164), 1, - sym_port_map_aspect, + ACTIONS(247), 1, + sym_LOOP, + STATE(6517), 1, + sym_loop_body, STATE(6041), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [296077] = 6, + [296093] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8017), 1, - sym_END, - STATE(8165), 1, - sym_end_generate, + ACTIONS(8027), 1, + sym_IS, + STATE(6518), 1, + sym_case_body, STATE(6042), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [296098] = 6, + [296114] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8043), 1, - sym_identifier, - ACTIONS(8045), 1, - sym_ALL, + ACTIONS(8005), 1, + anon_sym_LT_EQ, + STATE(119), 1, + sym_signal_assignment, STATE(6043), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [296119] = 6, + [296135] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8047), 1, - sym_END, - STATE(8175), 1, - sym_end_package_body, + ACTIONS(8035), 1, + anon_sym_LPAREN, + STATE(1938), 1, + sym_association_list, STATE(6044), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [296140] = 5, + [296156] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6172), 2, - anon_sym_SEMI, - anon_sym_RPAREN, + ACTIONS(2286), 1, + anon_sym_LPAREN, + STATE(1885), 1, + sym_parenthesis_group, STATE(6045), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [296159] = 6, + [296177] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8007), 1, - sym_END, - STATE(8177), 1, - sym_end_process, + ACTIONS(8005), 1, + anon_sym_LT_EQ, + STATE(66), 1, + sym_signal_assignment, STATE(6046), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [296180] = 6, + [296198] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4649), 1, - anon_sym_LPAREN, - STATE(4619), 1, - sym_parenthesis_group, + ACTIONS(2931), 1, + sym_BEGIN, + STATE(6528), 1, + sym_sequential_block, STATE(6047), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [296201] = 5, + [296219] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8049), 2, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(5896), 2, + anon_sym_LT_EQ, + sym_variable_assignment, STATE(6048), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [296220] = 6, + [296238] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8015), 1, - sym_END, - STATE(8182), 1, - sym_end_block, + ACTIONS(2286), 1, + anon_sym_LPAREN, + STATE(1883), 1, + sym_parenthesis_group, STATE(6049), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [296241] = 6, + [296259] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8051), 1, - sym_END, - STATE(8187), 1, - sym_end_case, + ACTIONS(2626), 2, + sym_directive_body, + sym__directive_newline, STATE(6050), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [296262] = 6, + [296278] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8053), 1, + ACTIONS(8037), 1, sym_IS, - STATE(6159), 1, - sym_mode_view_body, + STATE(6529), 1, + sym_package_definition_body, STATE(6051), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [296283] = 6, + [296299] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6868), 1, - anon_sym_PIPE, - ACTIONS(8055), 1, - anon_sym_EQ_GT, + ACTIONS(5716), 1, + sym_GENERATE, + STATE(6532), 1, + sym_generate_body, STATE(6052), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [296304] = 6, + [296320] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8031), 1, - sym_END, - STATE(8198), 1, - sym_end_if, + ACTIONS(2931), 1, + sym_BEGIN, + STATE(6538), 1, + sym_sequential_block, STATE(6053), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [296325] = 6, + [296341] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8057), 1, - sym_END, - STATE(6969), 1, - sym_end_context, + ACTIONS(8005), 1, + anon_sym_LT_EQ, + STATE(45), 1, + sym_signal_assignment, STATE(6054), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [296346] = 5, + [296362] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8059), 2, - sym_IS, - anon_sym_SEMI, + ACTIONS(2931), 1, + sym_BEGIN, + STATE(6547), 1, + sym_sequential_block, STATE(6055), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [296365] = 6, + [296383] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8007), 1, + ACTIONS(6880), 1, sym_END, - STATE(7402), 1, - sym_end_process, + STATE(7283), 1, + sym_end_entity, STATE(6056), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [296386] = 6, + [296404] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8015), 1, - sym_END, - STATE(8209), 1, - sym_end_block, + ACTIONS(8005), 1, + anon_sym_LT_EQ, + STATE(111), 1, + sym_signal_assignment, STATE(6057), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [296407] = 6, + [296425] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8061), 1, - anon_sym_SEMI, - ACTIONS(8063), 1, - sym_IS, + ACTIONS(8039), 2, + sym_based_integer, + sym_based_float, STATE(6058), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [296428] = 6, + [296444] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8007), 1, - sym_END, - STATE(8221), 1, - sym_end_process, + ACTIONS(8041), 1, + sym_IF, + ACTIONS(8043), 1, + sym__directive_newline, STATE(6059), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [296449] = 5, + [296465] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5511), 2, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(8045), 1, + sym_IS, + STATE(6548), 1, + sym_package_declaration_body, STATE(6060), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [296468] = 6, + [296486] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8015), 1, - sym_END, - STATE(8227), 1, - sym_end_block, + ACTIONS(8047), 1, + anon_sym_COLON, + ACTIONS(8049), 1, + sym_IS, STATE(6061), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [296489] = 5, + [296507] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8065), 2, - sym_based_integer, - sym_based_float, + ACTIONS(8005), 1, + anon_sym_LT_EQ, + STATE(103), 1, + sym_signal_assignment, STATE(6062), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [296508] = 5, + [296528] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8067), 2, - sym_based_integer, - sym_based_float, + ACTIONS(3432), 1, + sym_WHEN, + STATE(8095), 1, + sym_when_element, STATE(6063), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [296527] = 6, + [296549] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, @@ -287752,5685 +287763,5674 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(7), 1, sym__block_comment_start, ACTIONS(8051), 1, - sym_END, - STATE(8238), 1, - sym_end_case, + anon_sym_SEMI, + ACTIONS(8053), 1, + anon_sym_COMMA, STATE(6064), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [296548] = 6, + [296570] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8005), 1, - sym_END, - STATE(8239), 1, - sym_end_loop, + ACTIONS(8055), 1, + anon_sym_LPAREN, + STATE(3384), 1, + sym_association_list, STATE(6065), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [296569] = 6, + [296591] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8015), 1, - sym_END, - STATE(7419), 1, - sym_end_block, + ACTIONS(1497), 1, + anon_sym_LPAREN, + STATE(858), 1, + sym_parenthesis_group, STATE(6066), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [296590] = 5, + [296612] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8069), 2, - sym_END, - sym_FOR, + ACTIONS(8057), 2, + sym_IS, + anon_sym_COLON, STATE(6067), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [296609] = 6, + [296631] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8071), 1, - sym_END, - STATE(8245), 1, - sym_end_view, + ACTIONS(1497), 1, + anon_sym_LPAREN, + STATE(861), 1, + sym_parenthesis_group, STATE(6068), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [296630] = 5, + [296652] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8073), 2, + ACTIONS(8059), 1, + anon_sym_COLON, + ACTIONS(8061), 1, sym_IS, - anon_sym_SEMI, STATE(6069), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [296649] = 6, + [296673] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8015), 1, - sym_END, - STATE(8248), 1, - sym_end_block, + ACTIONS(8063), 2, + sym_based_integer, + sym_based_float, STATE(6070), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [296670] = 6, + [296692] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8017), 1, - sym_END, - STATE(8249), 1, - sym_end_generate, + ACTIONS(2402), 1, + sym_OF, + ACTIONS(2626), 1, + anon_sym_COLON, STATE(6071), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [296691] = 5, + [296713] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8075), 2, - sym_END, - sym_FOR, + ACTIONS(5896), 1, + anon_sym_LT_EQ, + ACTIONS(6015), 1, + anon_sym_SEMI, STATE(6072), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [296710] = 6, + [296734] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8077), 1, - anon_sym_LPAREN, - STATE(4413), 1, - sym_association_list, + ACTIONS(8065), 2, + sym_based_integer, + sym_based_float, STATE(6073), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [296731] = 6, + [296753] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8015), 1, - sym_END, - STATE(8258), 1, - sym_end_block, + ACTIONS(8067), 1, + sym_IS, + STATE(5536), 1, + sym_entity_head, STATE(6074), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [296752] = 6, + [296774] = 5, 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_LPAREN, - STATE(4566), 1, - sym_parenthesis_group, + ACTIONS(8069), 2, + anon_sym_COMMA, + anon_sym_RPAREN, STATE(6075), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [296773] = 5, + [296793] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8079), 2, - sym_based_integer, - sym_based_float, + ACTIONS(8071), 1, + anon_sym_LPAREN, + STATE(1703), 1, + sym_association_list, STATE(6076), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [296792] = 5, + [296814] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7016), 2, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(2392), 1, + anon_sym_LPAREN, + STATE(2195), 1, + sym_parenthesis_group, STATE(6077), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [296811] = 6, + [296835] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8007), 1, - sym_END, - STATE(8265), 1, - sym_end_process, + ACTIONS(2931), 1, + sym_BEGIN, + STATE(6424), 1, + sym_sequential_block, STATE(6078), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [296832] = 6, + [296856] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4599), 1, + ACTIONS(2578), 1, anon_sym_LPAREN, - STATE(4571), 1, + STATE(2073), 1, sym_parenthesis_group, STATE(6079), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [296853] = 6, + [296877] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8081), 1, - anon_sym_LT_EQ, - STATE(106), 1, - sym_signal_assignment, + ACTIONS(1593), 1, + anon_sym_LPAREN, + STATE(946), 1, + sym_parenthesis_group, STATE(6080), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [296874] = 5, + [296898] = 6, 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(8073), 1, + anon_sym_LPAREN, + STATE(2074), 1, + sym_association_list, STATE(6081), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [296893] = 5, + [296919] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8083), 2, - anon_sym_COMMA, - anon_sym_COLON, + ACTIONS(8075), 1, + sym_END, + STATE(8055), 1, + sym_end_block, STATE(6082), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [296912] = 5, + [296940] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8085), 2, - sym_based_integer, - sym_based_float, + ACTIONS(8037), 1, + sym_IS, + STATE(6437), 1, + sym_package_definition_body, STATE(6083), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [296931] = 6, + [296961] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8087), 1, + ACTIONS(8077), 1, + anon_sym_COLON, + ACTIONS(8079), 1, sym_IS, - STATE(6269), 1, - sym_configuration_head, STATE(6084), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [296952] = 5, + [296982] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8089), 2, - anon_sym_COMMA, - anon_sym_COLON, + ACTIONS(2931), 1, + sym_BEGIN, + STATE(6436), 1, + sym_sequential_block, STATE(6085), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [296971] = 5, + [297003] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8091), 2, - sym_END, - sym_WHEN, + ACTIONS(8005), 1, + anon_sym_LT_EQ, + STATE(43), 1, + sym_signal_assignment, STATE(6086), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [296990] = 6, + [297024] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8093), 1, - anon_sym_LPAREN, - STATE(1739), 1, - sym_association_list, + ACTIONS(8027), 1, + sym_IS, + STATE(6434), 1, + sym_case_body, STATE(6087), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [297011] = 6, + [297045] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8007), 1, - sym_END, - STATE(6943), 1, - sym_end_process, + ACTIONS(6320), 2, + sym_WHEN, + anon_sym_SEMI, STATE(6088), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [297032] = 6, + [297064] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8017), 1, - sym_END, - STATE(6612), 1, - sym_end_generate, + ACTIONS(247), 1, + sym_LOOP, + STATE(6433), 1, + sym_loop_body, STATE(6089), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [297053] = 6, + [297085] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8095), 1, - anon_sym_LPAREN, - STATE(4606), 1, - sym_association_list, + ACTIONS(8081), 2, + sym_based_integer, + sym_based_float, STATE(6090), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [297074] = 6, + [297104] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2211), 1, - anon_sym_LPAREN, - STATE(1869), 1, - sym_parenthesis_group, + ACTIONS(7907), 2, + anon_sym_SEMI, + anon_sym_COMMA, STATE(6091), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [297095] = 6, + [297123] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3900), 1, - anon_sym_LPAREN, - STATE(3300), 1, - sym_parenthesis_group, + ACTIONS(1129), 1, + sym_BEGIN, + STATE(6427), 1, + sym_concurrent_block, STATE(6092), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [297116] = 6, + [297144] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8027), 1, - sym_END, - STATE(7099), 1, - sym_end_package, + ACTIONS(8005), 1, + anon_sym_LT_EQ, + STATE(118), 1, + sym_signal_assignment, STATE(6093), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [297137] = 6, + [297165] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8007), 1, - sym_END, - STATE(7228), 1, - sym_end_process, + ACTIONS(8083), 2, + sym_based_integer, + sym_based_float, STATE(6094), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [297158] = 5, + [297184] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2644), 2, - anon_sym_COMMA, - anon_sym_COLON, + ACTIONS(8085), 1, + sym_IS, + STATE(6390), 1, + sym_package_declaration_body, STATE(6095), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [297177] = 5, + [297205] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7271), 2, + ACTIONS(8087), 2, + sym_IS, anon_sym_SEMI, - anon_sym_COMMA, STATE(6096), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [297196] = 6, + [297224] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2211), 1, - anon_sym_LPAREN, - STATE(1905), 1, - sym_parenthesis_group, + ACTIONS(2931), 1, + sym_BEGIN, + STATE(6419), 1, + sym_sequential_block, STATE(6097), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [297217] = 5, + [297245] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5923), 2, - anon_sym_LT_EQ, - sym_variable_assignment, + ACTIONS(6061), 2, + sym_FOR, + sym_USE, STATE(6098), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [297236] = 5, + [297264] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4216), 2, - sym_END, - sym_PORT, + ACTIONS(8089), 2, + anon_sym_COMMA, + anon_sym_RPAREN, STATE(6099), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [297255] = 6, + [297283] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3900), 1, - anon_sym_LPAREN, - STATE(3302), 1, - sym_parenthesis_group, + ACTIONS(8027), 1, + sym_IS, + STATE(6414), 1, + sym_case_body, STATE(6100), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [297276] = 6, + [297304] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8039), 1, - sym_END, - STATE(6724), 1, - sym_subprogram_end, + ACTIONS(5896), 1, + anon_sym_LT_EQ, + ACTIONS(5966), 1, + anon_sym_SEMI, STATE(6101), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [297297] = 5, + [297325] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8097), 2, - sym_based_integer, - sym_based_float, + ACTIONS(8091), 1, + anon_sym_LPAREN, + STATE(868), 1, + sym_association_list, STATE(6102), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [297316] = 6, + [297346] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8015), 1, - sym_END, - STATE(6743), 1, - sym_end_block, + ACTIONS(5403), 1, + anon_sym_LPAREN, + STATE(4934), 1, + sym_parenthesis_group, STATE(6103), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [297337] = 6, + [297367] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1759), 1, - sym_PORT, - STATE(6781), 1, - sym_port_map_aspect, + ACTIONS(8093), 2, + anon_sym_SEMI, + anon_sym_RPAREN, STATE(6104), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [297358] = 6, + [297386] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8017), 1, - sym_END, - STATE(6805), 1, - sym_end_generate, + ACTIONS(8095), 2, + anon_sym_SEMI, + anon_sym_RPAREN, STATE(6105), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [297379] = 5, + [297405] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7442), 2, - anon_sym_SEMI, - anon_sym_RPAREN, + ACTIONS(8005), 1, + anon_sym_LT_EQ, + STATE(109), 1, + sym_signal_assignment, STATE(6106), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [297398] = 6, + [297426] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8047), 1, - sym_END, - STATE(6876), 1, - sym_end_package_body, + ACTIONS(8027), 1, + sym_IS, + STATE(6202), 1, + sym_case_body, STATE(6107), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [297419] = 6, + [297447] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2944), 1, - sym_BEGIN, - STATE(6340), 1, - sym_sequential_block, + ACTIONS(5403), 1, + anon_sym_LPAREN, + STATE(4948), 1, + sym_parenthesis_group, STATE(6108), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [297440] = 6, + [297468] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8007), 1, - sym_END, - STATE(6903), 1, - sym_end_process, + ACTIONS(8097), 2, + anon_sym_SEMI, + anon_sym_RPAREN, STATE(6109), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [297461] = 6, + [297487] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1112), 1, - sym_BEGIN, - STATE(6220), 1, - sym_concurrent_block, + ACTIONS(8099), 2, + anon_sym_SEMI, + anon_sym_RPAREN, STATE(6110), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [297482] = 6, + [297506] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8099), 1, - anon_sym_LPAREN, - STATE(5751), 1, - sym_association_list, + ACTIONS(8101), 2, + anon_sym_SEMI, + anon_sym_RPAREN, STATE(6111), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [297503] = 6, + [297525] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4397), 1, - anon_sym_LPAREN, - STATE(4523), 1, - sym_parenthesis_group, + ACTIONS(247), 1, + sym_LOOP, + STATE(6412), 1, + sym_loop_body, STATE(6112), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [297524] = 6, + [297546] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8101), 1, + ACTIONS(2464), 1, anon_sym_LPAREN, - STATE(4813), 1, - sym_association_list, + STATE(2132), 1, + sym_parenthesis_group, STATE(6113), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [297545] = 5, + [297567] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8103), 2, + ACTIONS(8025), 1, sym_IS, - anon_sym_SEMI, + STATE(6408), 1, + sym_mode_view_body, STATE(6114), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [297564] = 6, + [297588] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8081), 1, - anon_sym_LT_EQ, - STATE(25), 1, - sym_signal_assignment, + ACTIONS(7881), 2, + anon_sym_SEMI, + anon_sym_RPAREN, STATE(6115), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [297585] = 6, + [297607] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8051), 1, - sym_END, - STATE(7575), 1, - sym_end_case, + ACTIONS(1129), 1, + sym_BEGIN, + STATE(6406), 1, + sym_concurrent_block, STATE(6116), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [297606] = 6, + [297628] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8015), 1, - sym_END, - STATE(7297), 1, - sym_end_block, + ACTIONS(2464), 1, + anon_sym_LPAREN, + STATE(2137), 1, + sym_parenthesis_group, STATE(6117), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [297627] = 6, + [297649] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8005), 1, - sym_END, - STATE(7583), 1, - sym_end_loop, + ACTIONS(8103), 2, + anon_sym_COMMA, + anon_sym_COLON, STATE(6118), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [297648] = 6, + [297668] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4397), 1, - anon_sym_LPAREN, - STATE(4531), 1, - sym_parenthesis_group, + ACTIONS(8105), 1, + sym_IS, + STATE(6253), 1, + sym_architecture_head, STATE(6119), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [297669] = 6, + [297689] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8007), 1, - sym_END, - STATE(7453), 1, - sym_end_process, + ACTIONS(8107), 1, + anon_sym_LPAREN, + STATE(4771), 1, + sym_association_list, STATE(6120), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [297690] = 6, + [297710] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1875), 1, - anon_sym_LPAREN, - STATE(1406), 1, - sym_parenthesis_group, + ACTIONS(8109), 2, + sym_based_integer, + sym_based_float, STATE(6121), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [297711] = 6, + [297729] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8071), 1, - sym_END, - STATE(7683), 1, - sym_end_view, + ACTIONS(5716), 1, + sym_GENERATE, + STATE(8108), 1, + sym_generate_body, STATE(6122), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [297732] = 5, + [297750] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8105), 2, - sym_based_integer, - sym_based_float, + ACTIONS(8111), 2, + sym_IS, + anon_sym_SEMI, STATE(6123), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [297751] = 6, + [297769] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8015), 1, - sym_END, - STATE(7747), 1, - sym_end_block, + ACTIONS(8005), 1, + anon_sym_LT_EQ, + STATE(57), 1, + sym_signal_assignment, STATE(6124), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [297772] = 6, + [297790] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8017), 1, - sym_END, - STATE(7776), 1, - sym_end_generate, + ACTIONS(2931), 1, + sym_BEGIN, + STATE(6400), 1, + sym_sequential_block, STATE(6125), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [297793] = 5, + [297811] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8107), 2, - anon_sym_SEMI, - sym_variable_assignment, + ACTIONS(2931), 1, + sym_BEGIN, + STATE(6397), 1, + sym_sequential_block, STATE(6126), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [297812] = 6, + [297832] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8007), 1, + ACTIONS(8113), 1, sym_END, - STATE(8193), 1, + STATE(6891), 1, sym_end_process, STATE(6127), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [297833] = 5, + [297853] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8109), 2, - sym_based_integer, - sym_based_float, + ACTIONS(8005), 1, + anon_sym_LT_EQ, + STATE(107), 1, + sym_signal_assignment, STATE(6128), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [297852] = 5, + [297874] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8111), 2, - sym_WHEN, - anon_sym_SEMI, + ACTIONS(8115), 1, + anon_sym_LPAREN, + STATE(2287), 1, + sym_association_list, STATE(6129), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [297871] = 6, + [297895] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8113), 1, + ACTIONS(4316), 1, anon_sym_LPAREN, - STATE(4830), 1, - sym_association_list, + STATE(4431), 1, + sym_parenthesis_group, STATE(6130), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [297892] = 5, + [297916] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7609), 2, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(2931), 1, + sym_BEGIN, + STATE(6391), 1, + sym_sequential_block, STATE(6131), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [297911] = 6, + [297937] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8007), 1, - sym_END, - STATE(6799), 1, - sym_end_process, + ACTIONS(8117), 2, + anon_sym_SEMI, + anon_sym_RPAREN, STATE(6132), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [297932] = 6, + [297956] = 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(4372), 1, - sym_parenthesis_group, + ACTIONS(8119), 1, + sym_END, + STATE(7852), 1, + sym_end_configuration, STATE(6133), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [297953] = 6, + [297977] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6807), 1, - sym_END, - STATE(6715), 1, - sym_end_entity, + ACTIONS(8121), 2, + sym_based_integer, + sym_based_float, STATE(6134), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [297974] = 6, + [297996] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8027), 1, - sym_END, - STATE(6882), 1, - sym_end_package, + ACTIONS(4316), 1, + anon_sym_LPAREN, + STATE(4428), 1, + sym_parenthesis_group, STATE(6135), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [297995] = 6, + [298017] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8007), 1, - sym_END, - STATE(6890), 1, - sym_end_process, + ACTIONS(8123), 1, + anon_sym_COLON, + ACTIONS(8125), 1, + sym_IS, STATE(6136), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [298016] = 6, + [298038] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8115), 1, - anon_sym_LPAREN, - STATE(5355), 1, - sym_association_list, + ACTIONS(4226), 2, + sym_END, + sym_PORT, STATE(6137), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [298037] = 5, + [298057] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7331), 2, - anon_sym_COMMA, - anon_sym_COLON, + ACTIONS(8127), 1, + sym_IS, + STATE(6379), 1, + sym_package_declaration_body, STATE(6138), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [298056] = 6, + [298078] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8039), 1, - sym_END, - STATE(6954), 1, - sym_subprogram_end, + ACTIONS(8129), 2, + sym_IS, + anon_sym_SEMI, STATE(6139), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [298077] = 6, + [298097] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1887), 1, - anon_sym_LPAREN, - STATE(1347), 1, - sym_parenthesis_group, + ACTIONS(8131), 1, + anon_sym_SEMI, + ACTIONS(8133), 1, + sym_IS, STATE(6140), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [298098] = 6, + [298118] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8117), 1, - anon_sym_LPAREN, - STATE(989), 1, - sym_association_list, + ACTIONS(8005), 1, + anon_sym_LT_EQ, + STATE(106), 1, + sym_signal_assignment, STATE(6141), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [298119] = 6, + [298139] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8047), 1, + ACTIONS(8135), 1, sym_END, - STATE(6989), 1, - sym_end_package_body, + STATE(7817), 1, + sym_end_architecture, STATE(6142), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [298140] = 6, + [298160] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5491), 1, - anon_sym_LPAREN, - STATE(4977), 1, - sym_parenthesis_group, + ACTIONS(2931), 1, + sym_BEGIN, + STATE(6378), 1, + sym_sequential_block, STATE(6143), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [298161] = 6, + [298181] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8007), 1, - sym_END, - STATE(7012), 1, - sym_end_process, + ACTIONS(8137), 2, + anon_sym_COMMA, + anon_sym_RPAREN, STATE(6144), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [298182] = 6, + [298200] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1887), 1, - anon_sym_LPAREN, - STATE(1349), 1, - sym_parenthesis_group, + ACTIONS(8005), 1, + anon_sym_LT_EQ, + STATE(79), 1, + sym_signal_assignment, STATE(6145), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [298203] = 5, + [298221] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7341), 2, - anon_sym_COMMA, - anon_sym_COLON, + ACTIONS(2931), 1, + sym_BEGIN, + STATE(6376), 1, + sym_sequential_block, STATE(6146), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [298222] = 6, + [298242] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1875), 1, - anon_sym_LPAREN, - STATE(1242), 1, - sym_parenthesis_group, + ACTIONS(5896), 1, + anon_sym_LT_EQ, + ACTIONS(8139), 1, + anon_sym_SEMI, STATE(6147), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [298243] = 6, + [298263] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8119), 1, - anon_sym_LPAREN, - STATE(6738), 1, - sym_association_list, + ACTIONS(8141), 2, + sym_based_integer, + sym_based_float, STATE(6148), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [298264] = 5, + [298282] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6036), 2, - sym_UNITS, - anon_sym_SEMI, + ACTIONS(2988), 1, + sym_END, + STATE(7798), 1, + sym_generate_block_end, STATE(6149), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [298283] = 6, + [298303] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8007), 1, + ACTIONS(8143), 2, sym_END, - STATE(7186), 1, - sym_end_process, + sym_WHEN, STATE(6150), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [298304] = 6, + [298322] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8007), 1, - sym_END, - STATE(7291), 1, - sym_end_process, + ACTIONS(2931), 1, + sym_BEGIN, + STATE(6290), 1, + sym_sequential_block, STATE(6151), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [298325] = 5, + [298343] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8121), 2, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(5716), 1, + sym_GENERATE, + STATE(6371), 1, + sym_generate_body, STATE(6152), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [298344] = 5, + [298364] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8123), 2, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(8145), 1, + sym_END, + STATE(7764), 1, + sym_end_generate, STATE(6153), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [298363] = 6, + [298385] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1689), 1, - anon_sym_LPAREN, - STATE(1092), 1, - sym_parenthesis_group, + ACTIONS(8075), 1, + sym_END, + STATE(7758), 1, + sym_end_block, STATE(6154), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [298384] = 6, + [298406] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5491), 1, - anon_sym_LPAREN, - STATE(4992), 1, - sym_parenthesis_group, + ACTIONS(8147), 2, + anon_sym_COMMA, + anon_sym_RPAREN, STATE(6155), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [298405] = 5, + [298425] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6329), 2, - sym_ELSE, - anon_sym_SEMI, + ACTIONS(8149), 1, + anon_sym_LPAREN, + STATE(4898), 1, + sym_association_list, STATE(6156), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [298424] = 6, + [298446] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8027), 1, - sym_END, - STATE(7564), 1, - sym_end_package, + ACTIONS(4661), 1, + anon_sym_LPAREN, + STATE(4581), 1, + sym_parenthesis_group, STATE(6157), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [298445] = 6, + [298467] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8125), 1, - anon_sym_LPAREN, - STATE(991), 1, - sym_association_list, + ACTIONS(8037), 1, + sym_IS, + STATE(6370), 1, + sym_package_definition_body, STATE(6158), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [298466] = 6, + [298488] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8071), 1, - sym_END, - STATE(8359), 1, - sym_end_view, + ACTIONS(1593), 1, + anon_sym_LPAREN, + STATE(973), 1, + sym_parenthesis_group, STATE(6159), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [298487] = 6, + [298509] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7095), 1, - anon_sym_DOT, - ACTIONS(7097), 1, - anon_sym_LPAREN, + ACTIONS(8151), 1, + sym_END, + STATE(8116), 1, + sym_generate_block_end, STATE(6160), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [298508] = 6, + [298530] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5137), 1, + ACTIONS(8154), 1, anon_sym_LPAREN, - STATE(4807), 1, - sym_parenthesis_group, + STATE(2285), 1, + sym_association_list, STATE(6161), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [298529] = 6, + [298551] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8127), 1, - anon_sym_SEMI, - ACTIONS(8129), 1, - anon_sym_COMMA, + ACTIONS(4661), 1, + anon_sym_LPAREN, + STATE(4567), 1, + sym_parenthesis_group, STATE(6162), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [298550] = 6, + [298572] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3272), 1, - sym_WHEN, - STATE(6274), 1, - sym_when_element, + ACTIONS(2590), 1, + anon_sym_LPAREN, + STATE(2191), 1, + sym_parenthesis_group, STATE(6163), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [298571] = 6, + [298593] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8131), 1, - anon_sym_LPAREN, - STATE(4602), 1, - sym_association_list, + ACTIONS(7824), 2, + anon_sym_COMMA, + anon_sym_RPAREN, STATE(6164), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [298592] = 6, + [298612] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1819), 1, - anon_sym_LPAREN, - STATE(1367), 1, - sym_parenthesis_group, + ACTIONS(6375), 1, + anon_sym_PIPE, + ACTIONS(8156), 1, + anon_sym_EQ_GT, STATE(6165), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [298613] = 5, + [298633] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8133), 2, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(2931), 1, + sym_BEGIN, + STATE(6367), 1, + sym_sequential_block, STATE(6166), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [298632] = 5, + [298654] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8135), 2, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(8005), 1, + anon_sym_LT_EQ, + STATE(82), 1, + sym_signal_assignment, STATE(6167), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [298651] = 5, + [298675] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8137), 2, - sym_based_integer, - sym_based_float, + ACTIONS(2590), 1, + anon_sym_LPAREN, + STATE(2193), 1, + sym_parenthesis_group, STATE(6168), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [298670] = 5, + [298696] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7363), 2, + ACTIONS(7819), 2, anon_sym_COMMA, anon_sym_RPAREN, STATE(6169), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [298689] = 6, + [298715] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1819), 1, + ACTIONS(8158), 1, anon_sym_LPAREN, - STATE(1369), 1, - sym_parenthesis_group, + STATE(3434), 1, + sym_association_list, STATE(6170), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [298710] = 5, + [298736] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8139), 2, + ACTIONS(8160), 2, anon_sym_COMMA, anon_sym_RPAREN, STATE(6171), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [298729] = 6, + [298755] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8141), 1, - sym_IS, - STATE(6200), 1, - sym_package_declaration_body, + ACTIONS(1129), 1, + sym_BEGIN, + STATE(6362), 1, + sym_concurrent_block, STATE(6172), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [298750] = 6, + [298776] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8143), 1, - anon_sym_LPAREN, - STATE(3319), 1, - sym_association_list, + ACTIONS(8005), 1, + anon_sym_LT_EQ, + STATE(104), 1, + sym_signal_assignment, STATE(6173), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [298771] = 6, + [298797] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8145), 1, - anon_sym_LPAREN, - STATE(1694), 1, - sym_association_list, + ACTIONS(3432), 1, + sym_WHEN, + STATE(6064), 1, + sym_when_element, STATE(6174), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [298792] = 6, + [298818] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2033), 1, - anon_sym_LPAREN, - STATE(1489), 1, - sym_parenthesis_group, + ACTIONS(8162), 2, + sym_based_integer, + sym_based_float, STATE(6175), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [298813] = 6, + [298837] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4116), 1, - anon_sym_LPAREN, - STATE(3534), 1, - sym_parenthesis_group, + ACTIONS(8053), 1, + anon_sym_COMMA, + ACTIONS(8164), 1, + anon_sym_SEMI, STATE(6176), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [298834] = 5, + [298858] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8147), 2, - sym_IS, - anon_sym_SEMI, + ACTIONS(7398), 1, + anon_sym_DOT, + ACTIONS(7400), 1, + anon_sym_LPAREN, STATE(6177), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [298853] = 5, + [298879] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5716), 2, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(8166), 1, + sym_END, + STATE(7629), 1, + sym_end_view, STATE(6178), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [298872] = 5, + [298900] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2678), 2, - sym_directive_body, - sym__directive_newline, + ACTIONS(2931), 1, + sym_BEGIN, + STATE(6358), 1, + sym_sequential_block, STATE(6179), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [298891] = 5, + [298921] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8149), 2, - anon_sym_SEMI, - anon_sym_RPAREN, + ACTIONS(8025), 1, + sym_IS, + STATE(6357), 1, + sym_mode_view_body, STATE(6180), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [298910] = 6, + [298942] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2033), 1, - anon_sym_LPAREN, - STATE(1493), 1, - sym_parenthesis_group, + ACTIONS(8168), 2, + anon_sym_COMMA, + anon_sym_RPAREN, STATE(6181), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [298931] = 5, + [298961] = 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(8007), 1, + sym_SELECT, + STATE(6395), 1, + sym_select_target, STATE(6182), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [298950] = 6, + [298982] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4116), 1, + ACTIONS(8170), 1, anon_sym_LPAREN, - STATE(3536), 1, - sym_parenthesis_group, + STATE(4411), 1, + sym_association_list, STATE(6183), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [298971] = 5, + [299003] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6611), 2, - anon_sym_SEMI, - anon_sym_RPAREN, + ACTIONS(4509), 1, + anon_sym_LPAREN, + STATE(4588), 1, + sym_parenthesis_group, STATE(6184), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [298990] = 5, + [299024] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8151), 2, - sym_based_integer, - sym_based_float, + ACTIONS(8172), 2, + anon_sym_COMMA, + anon_sym_RPAREN, STATE(6185), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [299009] = 5, + [299043] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6167), 2, - sym_FOR, - sym_USE, + ACTIONS(8005), 1, + anon_sym_LT_EQ, + STATE(29), 1, + sym_signal_assignment, STATE(6186), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [299028] = 6, + [299064] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2610), 1, - sym_OF, - ACTIONS(2678), 1, - anon_sym_COLON, + ACTIONS(6041), 2, + sym_UNITS, + anon_sym_SEMI, STATE(6187), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [299049] = 5, + [299083] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8153), 2, - sym_IS, + ACTIONS(8174), 1, anon_sym_SEMI, + ACTIONS(8176), 1, + sym_IS, STATE(6188), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [299068] = 6, + [299104] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8155), 1, - sym_IS, - STATE(6225), 1, - sym_package_definition_body, + ACTIONS(4509), 1, + anon_sym_LPAREN, + STATE(4627), 1, + sym_parenthesis_group, STATE(6189), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [299089] = 6, + [299125] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8015), 1, - sym_END, - STATE(7405), 1, - sym_end_block, + ACTIONS(7851), 2, + anon_sym_COMMA, + anon_sym_COLON, STATE(6190), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [299110] = 5, + [299144] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8157), 2, - anon_sym_SEMI, - anon_sym_RPAREN, + ACTIONS(1129), 1, + sym_BEGIN, + STATE(6353), 1, + sym_concurrent_block, STATE(6191), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [299129] = 5, + [299165] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8159), 2, - sym_END, - sym_WHEN, + ACTIONS(8178), 2, + anon_sym_COMMA, + anon_sym_COLON, STATE(6192), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [299148] = 6, + [299184] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8017), 1, - sym_END, - STATE(7585), 1, - sym_end_generate, + ACTIONS(8180), 2, + sym_based_integer, + sym_based_float, STATE(6193), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [299169] = 6, + [299203] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8161), 1, - anon_sym_LPAREN, - STATE(4485), 1, - sym_association_list, + ACTIONS(8005), 1, + anon_sym_LT_EQ, + STATE(88), 1, + sym_signal_assignment, STATE(6194), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [299190] = 6, + [299224] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2093), 1, - anon_sym_LPAREN, - STATE(1514), 1, - sym_parenthesis_group, + ACTIONS(4222), 2, + sym_END, + sym_PORT, STATE(6195), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [299211] = 5, + [299243] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8163), 2, - sym_WHEN, - anon_sym_SEMI, + ACTIONS(2931), 1, + sym_BEGIN, + STATE(6348), 1, + sym_sequential_block, STATE(6196), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [299230] = 6, + [299264] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7247), 1, - sym_ELSE, - STATE(6311), 1, - sym_else_expression_or_unaffected, + ACTIONS(7773), 2, + anon_sym_SEMI, + anon_sym_RPAREN, STATE(6197), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [299251] = 6, + [299283] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2093), 1, - anon_sym_LPAREN, - STATE(1520), 1, - sym_parenthesis_group, + ACTIONS(8182), 2, + sym_based_integer, + sym_based_float, STATE(6198), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [299272] = 6, + [299302] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2944), 1, - sym_BEGIN, - STATE(6429), 1, - sym_sequential_block, + ACTIONS(8184), 2, + anon_sym_SEMI, + sym_variable_assignment, STATE(6199), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [299293] = 6, + [299321] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8027), 1, - sym_END, - STATE(7277), 1, - sym_end_package, + ACTIONS(8186), 1, + anon_sym_COLON, + ACTIONS(8188), 1, + sym_IS, STATE(6200), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [299314] = 6, + [299342] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8007), 1, + ACTIONS(8190), 1, sym_END, - STATE(7282), 1, - sym_end_process, + STATE(7584), 1, + sym_end_loop, STATE(6201), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [299335] = 5, + [299363] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2648), 2, - anon_sym_COMMA, - anon_sym_COLON, + ACTIONS(8192), 1, + sym_END, + STATE(7582), 1, + sym_end_case, STATE(6202), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [299354] = 6, + [299384] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3003), 1, - sym_END, - STATE(6615), 1, - sym_generate_block_end, + ACTIONS(8194), 2, + sym_based_integer, + sym_based_float, STATE(6203), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [299375] = 5, + [299403] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2644), 2, - sym_GENERIC, - anon_sym_SEMI, + ACTIONS(8196), 1, + sym_IS, + STATE(6338), 1, + sym_package_declaration_body, STATE(6204), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [299394] = 5, + [299424] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8165), 2, - sym_based_integer, - sym_based_float, + ACTIONS(4995), 1, + anon_sym_LPAREN, + STATE(4884), 1, + sym_parenthesis_group, STATE(6205), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [299413] = 5, + [299445] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8167), 2, - sym_IS, - anon_sym_SEMI, + ACTIONS(8198), 1, + anon_sym_LPAREN, + STATE(4599), 1, + sym_association_list, STATE(6206), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [299432] = 6, + [299466] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8169), 1, - anon_sym_SEMI, - ACTIONS(8171), 1, - anon_sym_COMMA, + ACTIONS(2298), 1, + anon_sym_LPAREN, + STATE(1731), 1, + sym_parenthesis_group, STATE(6207), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [299453] = 5, + [299487] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8173), 2, - anon_sym_SEMI, - anon_sym_COMMA, + ACTIONS(2931), 1, + sym_BEGIN, + STATE(6082), 1, + sym_sequential_block, STATE(6208), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [299472] = 6, + [299508] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8175), 1, - anon_sym_LPAREN, - STATE(1393), 1, - sym_association_list, + ACTIONS(8200), 2, + anon_sym_SEMI, + anon_sym_RPAREN, STATE(6209), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [299493] = 6, + [299527] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1701), 1, - anon_sym_LPAREN, - STATE(1126), 1, - sym_parenthesis_group, + ACTIONS(2931), 1, + sym_BEGIN, + STATE(6336), 1, + sym_sequential_block, STATE(6210), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [299514] = 6, + [299548] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8177), 1, - anon_sym_LPAREN, - STATE(1409), 1, - sym_association_list, + ACTIONS(8202), 2, + sym_END, + sym_WHEN, STATE(6211), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [299535] = 5, + [299567] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8179), 2, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(2298), 1, + anon_sym_LPAREN, + STATE(1734), 1, + sym_parenthesis_group, STATE(6212), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [299554] = 5, + [299588] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6167), 2, - sym_END, - sym_USE, + ACTIONS(8204), 2, + sym_based_integer, + sym_based_float, STATE(6213), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [299573] = 6, + [299607] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8181), 1, - anon_sym_LPAREN, - STATE(5038), 1, - sym_association_list, + ACTIONS(2931), 1, + sym_BEGIN, + STATE(6333), 1, + sym_sequential_block, STATE(6214), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [299594] = 6, + [299628] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1701), 1, + ACTIONS(4995), 1, anon_sym_LPAREN, - STATE(1130), 1, + STATE(4878), 1, sym_parenthesis_group, STATE(6215), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [299615] = 6, + [299649] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2944), 1, - sym_BEGIN, - STATE(6249), 1, - sym_sequential_block, + ACTIONS(8206), 1, + anon_sym_LPAREN, + STATE(5024), 1, + sym_association_list, STATE(6216), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [299636] = 6, + [299670] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5057), 1, - anon_sym_LPAREN, - STATE(4787), 1, - sym_parenthesis_group, + ACTIONS(8075), 1, + sym_END, + STATE(7553), 1, + sym_end_block, STATE(6217), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [299657] = 6, + [299691] = 6, 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_LPAREN, - STATE(1996), 1, - sym_parenthesis_group, + ACTIONS(8037), 1, + sym_IS, + STATE(6330), 1, + sym_package_definition_body, STATE(6218), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [299678] = 5, + [299712] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8183), 2, - anon_sym_COMMA, - anon_sym_COLON, + ACTIONS(2931), 1, + sym_BEGIN, + STATE(6329), 1, + sym_sequential_block, STATE(6219), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [299697] = 6, + [299733] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8185), 1, - sym_END, - STATE(6784), 1, - sym_end_architecture, + ACTIONS(5896), 1, + anon_sym_LT_EQ, + ACTIONS(8208), 1, + anon_sym_SEMI, STATE(6220), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [299718] = 6, + [299754] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8187), 1, - anon_sym_LPAREN, - STATE(1396), 1, - sym_association_list, + ACTIONS(8210), 2, + sym_based_integer, + sym_based_float, STATE(6221), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [299739] = 5, + [299773] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7431), 2, - anon_sym_COMMA, - anon_sym_COLON, + ACTIONS(2931), 1, + sym_BEGIN, + STATE(6504), 1, + sym_sequential_block, STATE(6222), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [299758] = 6, + [299794] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3948), 1, - anon_sym_LPAREN, - STATE(3379), 1, - sym_parenthesis_group, + ACTIONS(8113), 1, + sym_END, + STATE(7542), 1, + sym_end_process, STATE(6223), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [299779] = 5, + [299815] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4220), 2, - sym_END, - sym_PORT, + ACTIONS(8007), 1, + sym_SELECT, + STATE(5951), 1, + sym_select_target, STATE(6224), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [299798] = 6, + [299836] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8047), 1, - sym_END, - STATE(6875), 1, - sym_end_package_body, + ACTIONS(8212), 2, + sym_IS, + anon_sym_SEMI, STATE(6225), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [299819] = 6, + [299855] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5923), 1, - anon_sym_LT_EQ, - ACTIONS(8189), 1, - anon_sym_SEMI, + ACTIONS(2931), 1, + sym_BEGIN, + STATE(6321), 1, + sym_sequential_block, STATE(6226), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [299840] = 6, + [299876] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5057), 1, - anon_sym_LPAREN, - STATE(4791), 1, - sym_parenthesis_group, + ACTIONS(8214), 1, + anon_sym_SEMI, + ACTIONS(8216), 1, + sym_IS, STATE(6227), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [299861] = 6, + [299897] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8081), 1, - anon_sym_LT_EQ, - STATE(27), 1, - sym_signal_assignment, + ACTIONS(8218), 2, + anon_sym_SEMI, + anon_sym_RPAREN, STATE(6228), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [299882] = 6, + [299916] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3948), 1, + ACTIONS(8220), 1, anon_sym_LPAREN, - STATE(3382), 1, - sym_parenthesis_group, + STATE(5826), 1, + sym_association_list, STATE(6229), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [299903] = 6, + [299937] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1689), 1, + ACTIONS(4453), 1, anon_sym_LPAREN, - STATE(1097), 1, + STATE(4463), 1, sym_parenthesis_group, STATE(6230), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [299924] = 6, + [299958] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2944), 1, + ACTIONS(2931), 1, sym_BEGIN, - STATE(6318), 1, + STATE(6320), 1, sym_sequential_block, STATE(6231), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [299945] = 6, + [299979] = 5, 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_LPAREN, - STATE(2001), 1, - sym_parenthesis_group, + ACTIONS(8222), 2, + sym_based_integer, + sym_based_float, STATE(6232), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [299966] = 5, + [299998] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6227), 2, + ACTIONS(8224), 1, + anon_sym_COLON, + ACTIONS(8226), 1, sym_IS, - anon_sym_SEMI, STATE(6233), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [299985] = 6, + [300019] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8191), 1, - sym_END, - STATE(6983), 1, - sym_end_configuration, + ACTIONS(8228), 1, + sym_IS, + STATE(6317), 1, + sym_package_declaration_body, STATE(6234), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [300006] = 5, + [300040] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8193), 2, - anon_sym_SEMI, - anon_sym_RPAREN, + ACTIONS(4453), 1, + anon_sym_LPAREN, + STATE(4460), 1, + sym_parenthesis_group, STATE(6235), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [300025] = 5, + [300061] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8195), 2, - anon_sym_SEMI, - anon_sym_RPAREN, + ACTIONS(8145), 1, + sym_END, + STATE(6625), 1, + sym_end_generate, STATE(6236), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [300044] = 6, + [300082] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8171), 1, - anon_sym_COMMA, - ACTIONS(8197), 1, - anon_sym_SEMI, + ACTIONS(5533), 1, + sym_FOR, + STATE(6133), 1, + sym_block_configuration, STATE(6237), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [300065] = 5, + [300103] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7269), 2, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(8230), 1, + anon_sym_COLON, + ACTIONS(8232), 1, + sym_IS, STATE(6238), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [300084] = 5, + [300124] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2652), 2, - anon_sym_COMMA, - anon_sym_COLON, + ACTIONS(8234), 2, + anon_sym_SEMI, + anon_sym_RPAREN, STATE(6239), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [300103] = 6, + [300143] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8199), 1, - anon_sym_LPAREN, - STATE(1584), 1, - sym_association_list, + ACTIONS(8236), 2, + anon_sym_SEMI, + anon_sym_RPAREN, STATE(6240), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [300124] = 6, + [300162] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2063), 1, + ACTIONS(4086), 1, anon_sym_LPAREN, - STATE(1585), 1, + STATE(3560), 1, sym_parenthesis_group, STATE(6241), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [300145] = 5, + [300183] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8201), 2, - sym_based_integer, - sym_based_float, + ACTIONS(8238), 2, + anon_sym_SEMI, + anon_sym_RPAREN, STATE(6242), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [300164] = 6, + [300202] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8203), 1, - sym_SELECT, - STATE(6228), 1, - sym_select_target, + ACTIONS(8240), 2, + sym_based_integer, + sym_based_float, STATE(6243), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [300185] = 6, + [300221] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2063), 1, - anon_sym_LPAREN, - STATE(1594), 1, - sym_parenthesis_group, + ACTIONS(8075), 1, + sym_END, + STATE(7439), 1, + sym_end_block, STATE(6244), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [300206] = 6, + [300242] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5923), 1, - anon_sym_LT_EQ, - ACTIONS(5944), 1, - anon_sym_SEMI, + ACTIONS(8007), 1, + sym_SELECT, + STATE(6054), 1, + sym_select_target, STATE(6245), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [300227] = 6, + [300263] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8205), 1, - anon_sym_LPAREN, - STATE(3563), 1, - sym_association_list, + ACTIONS(8242), 2, + anon_sym_COMMA, + anon_sym_COLON, STATE(6246), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [300248] = 6, + [300282] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2462), 1, - anon_sym_LPAREN, - STATE(2100), 1, - sym_parenthesis_group, + ACTIONS(8007), 1, + sym_SELECT, + STATE(5894), 1, + sym_select_target, STATE(6247), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [300269] = 6, + [300303] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8207), 1, - anon_sym_LPAREN, - STATE(1604), 1, - sym_association_list, + ACTIONS(8244), 2, + anon_sym_SEMI, + anon_sym_RPAREN, STATE(6248), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [300290] = 6, + [300322] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8007), 1, - sym_END, - STATE(6889), 1, - sym_end_process, + ACTIONS(8246), 1, + anon_sym_LPAREN, + STATE(5541), 1, + sym_association_list, STATE(6249), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [300311] = 6, + [300343] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2944), 1, - sym_BEGIN, - STATE(6056), 1, - sym_sequential_block, + ACTIONS(1853), 1, + anon_sym_LPAREN, + STATE(1377), 1, + sym_parenthesis_group, STATE(6250), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [300332] = 6, + [300364] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1645), 1, - anon_sym_LPAREN, - STATE(1114), 1, - sym_parenthesis_group, + ACTIONS(7693), 2, + anon_sym_COMMA, + anon_sym_RPAREN, STATE(6251), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [300353] = 6, + [300383] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1575), 1, + ACTIONS(4086), 1, anon_sym_LPAREN, - STATE(982), 1, + STATE(3548), 1, sym_parenthesis_group, STATE(6252), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [300374] = 5, + [300404] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8209), 2, - anon_sym_LT_EQ, - sym_variable_assignment, + ACTIONS(1129), 1, + sym_BEGIN, + STATE(6142), 1, + sym_concurrent_block, STATE(6253), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [300393] = 6, + [300425] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1645), 1, + ACTIONS(8248), 1, anon_sym_LPAREN, - STATE(1117), 1, - sym_parenthesis_group, + STATE(3264), 1, + sym_association_list, STATE(6254), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [300414] = 6, + [300446] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2462), 1, + ACTIONS(1853), 1, anon_sym_LPAREN, - STATE(2102), 1, + STATE(1371), 1, sym_parenthesis_group, STATE(6255), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [300435] = 5, + [300467] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8211), 2, - anon_sym_LT_EQ, - sym_variable_assignment, + ACTIONS(8250), 2, + anon_sym_SEMI, + anon_sym_RPAREN, STATE(6256), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [300454] = 6, + [300486] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8213), 1, - anon_sym_LPAREN, - STATE(1203), 1, - sym_association_list, + ACTIONS(8007), 1, + sym_SELECT, + STATE(6046), 1, + sym_select_target, STATE(6257), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [300475] = 5, + [300507] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8215), 2, - sym_END, - sym_FOR, + ACTIONS(8252), 1, + anon_sym_LPAREN, + STATE(938), 1, + sym_association_list, STATE(6258), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [300494] = 6, + [300528] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1533), 1, + ACTIONS(4985), 1, anon_sym_LPAREN, - STATE(900), 1, + STATE(4722), 1, sym_parenthesis_group, STATE(6259), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [300515] = 5, + [300549] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8217), 2, - sym_based_integer, - sym_based_float, + ACTIONS(8254), 2, + sym_IS, + anon_sym_SEMI, STATE(6260), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [300534] = 6, + [300568] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8015), 1, - sym_END, - STATE(7146), 1, - sym_end_block, + ACTIONS(6258), 2, + anon_sym_SEMI, + anon_sym_RPAREN, STATE(6261), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [300555] = 6, + [300587] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1533), 1, - anon_sym_LPAREN, - STATE(906), 1, - sym_parenthesis_group, + ACTIONS(8256), 2, + sym_IS, + anon_sym_SEMI, STATE(6262), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [300576] = 5, + [300606] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8219), 2, - sym_IS, - anon_sym_SEMI, + ACTIONS(8005), 1, + anon_sym_LT_EQ, + STATE(54), 1, + sym_signal_assignment, STATE(6263), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [300595] = 5, + [300627] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8221), 2, - sym_IS, - anon_sym_SEMI, + ACTIONS(8258), 2, + sym_based_integer, + sym_based_float, STATE(6264), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [300614] = 5, + [300646] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8223), 2, - sym_based_integer, - sym_based_float, + ACTIONS(1129), 1, + sym_BEGIN, + STATE(6154), 1, + sym_concurrent_block, STATE(6265), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [300633] = 6, + [300667] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8015), 1, - sym_END, - STATE(6907), 1, - sym_end_block, + ACTIONS(7659), 2, + anon_sym_COMMA, + anon_sym_RPAREN, STATE(6266), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [300654] = 5, + [300686] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8225), 2, - sym_END, - sym_FOR, + ACTIONS(5461), 2, + anon_sym_COMMA, + anon_sym_RPAREN, STATE(6267), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [300673] = 6, + [300705] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1112), 1, - sym_BEGIN, - STATE(6190), 1, - sym_concurrent_block, + ACTIONS(8260), 1, + anon_sym_LPAREN, + STATE(4550), 1, + sym_association_list, STATE(6268), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [300694] = 6, + [300726] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5527), 1, - sym_FOR, - STATE(6234), 1, - sym_block_configuration, + ACTIONS(1761), 1, + anon_sym_LPAREN, + STATE(1340), 1, + sym_parenthesis_group, STATE(6269), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [300715] = 5, + [300747] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8227), 2, - sym_END, - sym_FOR, + ACTIONS(8262), 2, + sym_directive_body, + sym__directive_newline, STATE(6270), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [300734] = 6, + [300766] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8229), 1, - anon_sym_SEMI, - ACTIONS(8231), 1, - sym_IS, + ACTIONS(4248), 1, + anon_sym_LPAREN, + STATE(4341), 1, + sym_parenthesis_group, STATE(6271), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [300755] = 6, + [300787] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8233), 1, - anon_sym_LPAREN, - STATE(3411), 1, - sym_association_list, + ACTIONS(8007), 1, + sym_SELECT, + STATE(6002), 1, + sym_select_target, STATE(6272), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [300776] = 6, + [300808] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2179), 1, - anon_sym_LPAREN, - STATE(1826), 1, - sym_parenthesis_group, + ACTIONS(8264), 2, + anon_sym_COMMA, + anon_sym_RPAREN, STATE(6273), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [300797] = 6, + [300827] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8129), 1, - anon_sym_COMMA, - ACTIONS(8235), 1, - anon_sym_SEMI, + ACTIONS(1761), 1, + anon_sym_LPAREN, + STATE(1338), 1, + sym_parenthesis_group, STATE(6274), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [300818] = 6, + [300848] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2944), 1, - sym_BEGIN, - STATE(6066), 1, - sym_sequential_block, + ACTIONS(8266), 2, + sym_IS, + anon_sym_SEMI, STATE(6275), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [300839] = 6, + [300867] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8237), 1, - sym_IF, - ACTIONS(8239), 1, - sym__directive_newline, + ACTIONS(5896), 1, + anon_sym_LT_EQ, + ACTIONS(8268), 1, + anon_sym_SEMI, STATE(6276), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [300860] = 5, + [300888] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7494), 2, - anon_sym_SEMI, - anon_sym_RPAREN, + ACTIONS(8007), 1, + sym_SELECT, + STATE(6022), 1, + sym_select_target, STATE(6277), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [300879] = 6, + [300909] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8241), 1, - anon_sym_LPAREN, - STATE(4851), 1, - sym_association_list, + ACTIONS(8007), 1, + sym_SELECT, + STATE(5985), 1, + sym_select_target, STATE(6278), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [300900] = 6, + [300930] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2179), 1, - anon_sym_LPAREN, - STATE(1831), 1, - sym_parenthesis_group, + ACTIONS(8270), 2, + sym_based_integer, + sym_based_float, STATE(6279), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [300921] = 5, + [300949] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8243), 2, - anon_sym_SEMI, - anon_sym_RPAREN, + ACTIONS(5491), 1, + anon_sym_LPAREN, + STATE(5049), 1, + sym_parenthesis_group, STATE(6280), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [300940] = 5, + [300970] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8245), 2, + ACTIONS(8272), 2, + sym_WHEN, anon_sym_SEMI, - anon_sym_RPAREN, STATE(6281), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [300959] = 6, + [300989] = 6, 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_LPAREN, - STATE(2126), 1, - sym_parenthesis_group, + ACTIONS(5894), 1, + anon_sym_SEMI, + ACTIONS(5896), 1, + anon_sym_LT_EQ, STATE(6282), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [300980] = 5, + [301010] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8247), 2, + ACTIONS(8274), 1, anon_sym_SEMI, - anon_sym_RPAREN, + ACTIONS(8276), 1, + sym_IS, STATE(6283), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [300999] = 5, + [301031] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8249), 2, - anon_sym_SEMI, - anon_sym_RPAREN, + ACTIONS(3432), 1, + sym_WHEN, + STATE(6176), 1, + sym_when_element, STATE(6284), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [301018] = 5, + [301052] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8251), 2, - anon_sym_SEMI, - anon_sym_RPAREN, + ACTIONS(7758), 1, + sym_ELSE, + STATE(6088), 1, + sym_else_expression_or_unaffected, STATE(6285), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [301037] = 6, + [301073] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3272), 1, - sym_WHEN, - STATE(6162), 1, - sym_when_element, + ACTIONS(8278), 2, + anon_sym_LT_EQ, + sym_variable_assignment, STATE(6286), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [301058] = 5, + [301092] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2830), 2, - sym_UNITS, - anon_sym_SEMI, + ACTIONS(8280), 1, + anon_sym_LPAREN, + STATE(1756), 1, + sym_association_list, STATE(6287), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [301077] = 5, + [301113] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6995), 2, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(1919), 1, + anon_sym_LPAREN, + STATE(1558), 1, + sym_parenthesis_group, STATE(6288), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [301096] = 6, + [301134] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8253), 1, - anon_sym_LPAREN, - STATE(2254), 1, - sym_association_list, + ACTIONS(8282), 1, + anon_sym_SEMI, + ACTIONS(8284), 1, + anon_sym_COMMA, STATE(6289), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [301117] = 5, + [301155] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8255), 2, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(8113), 1, + sym_END, + STATE(8110), 1, + sym_end_process, STATE(6290), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [301136] = 6, + [301176] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8257), 1, + ACTIONS(8286), 1, anon_sym_LPAREN, - STATE(1645), 1, + STATE(1489), 1, sym_association_list, STATE(6291), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [301157] = 6, + [301197] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2199), 1, + ACTIONS(2009), 1, anon_sym_LPAREN, - STATE(1857), 1, + STATE(1508), 1, sym_parenthesis_group, STATE(6292), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [301178] = 5, + [301218] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8259), 2, - sym_IS, - anon_sym_SEMI, + ACTIONS(1919), 1, + anon_sym_LPAREN, + STATE(1560), 1, + sym_parenthesis_group, STATE(6293), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [301197] = 6, + [301239] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8261), 1, - sym_IS, - STATE(6310), 1, - sym_case_body, + ACTIONS(5716), 1, + sym_GENERATE, + STATE(6568), 1, + sym_generate_body, STATE(6294), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [301218] = 5, + [301260] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3492), 2, - sym_WHEN, - anon_sym_SEMI, + ACTIONS(5491), 1, + anon_sym_LPAREN, + STATE(5043), 1, + sym_parenthesis_group, STATE(6295), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [301237] = 6, + [301281] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8031), 1, - sym_END, - STATE(7438), 1, - sym_end_if, + ACTIONS(5896), 1, + anon_sym_LT_EQ, + ACTIONS(8288), 1, + anon_sym_SEMI, STATE(6296), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [301258] = 6, + [301302] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(247), 1, - sym_LOOP, - STATE(6315), 1, - sym_loop_body, + ACTIONS(8290), 1, + anon_sym_LPAREN, + STATE(941), 1, + sym_association_list, STATE(6297), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [301279] = 6, + [301323] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8005), 1, - sym_END, - STATE(7452), 1, - sym_end_loop, + ACTIONS(8007), 1, + sym_SELECT, + STATE(6009), 1, + sym_select_target, STATE(6298), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [301300] = 6, + [301344] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8203), 1, + ACTIONS(8007), 1, sym_SELECT, - STATE(5845), 1, + STATE(6086), 1, sym_select_target, STATE(6299), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [301321] = 6, + [301365] = 5, 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_LPAREN, - STATE(2131), 1, - sym_parenthesis_group, + ACTIONS(8292), 2, + sym_based_integer, + sym_based_float, STATE(6300), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [301342] = 6, + [301384] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8119), 1, - anon_sym_LPAREN, - STATE(5795), 1, - sym_association_list, + ACTIONS(247), 1, + sym_LOOP, + STATE(6201), 1, + sym_loop_body, STATE(6301), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [301363] = 6, + [301405] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2199), 1, + ACTIONS(1545), 1, anon_sym_LPAREN, - STATE(1863), 1, + STATE(981), 1, sym_parenthesis_group, STATE(6302), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [301384] = 6, + [301426] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8017), 1, - sym_END, - STATE(8333), 1, - sym_end_generate, + ACTIONS(8007), 1, + sym_SELECT, + STATE(6124), 1, + sym_select_target, STATE(6303), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [301405] = 6, + [301447] = 6, 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_LPAREN, - STATE(3727), 1, - sym_parenthesis_group, + ACTIONS(8007), 1, + sym_SELECT, + STATE(5935), 1, + sym_select_target, STATE(6304), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [301426] = 6, + [301468] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1575), 1, - anon_sym_LPAREN, - STATE(977), 1, - sym_parenthesis_group, + ACTIONS(8294), 1, + sym_END, + STATE(7368), 1, + sym_end_if, STATE(6305), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [301447] = 5, + [301489] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8263), 2, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(8296), 1, + anon_sym_LPAREN, + STATE(4465), 1, + sym_association_list, STATE(6306), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [301466] = 6, + [301510] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8265), 1, - sym_IS, - STATE(5488), 1, - sym_entity_head, + ACTIONS(5716), 1, + sym_GENERATE, + STATE(6441), 1, + sym_generate_body, STATE(6307), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [301487] = 6, + [301531] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5741), 1, - sym_GENERATE, - STATE(6546), 1, - sym_generate_body, + ACTIONS(7349), 2, + sym_OF, + anon_sym_COMMA, STATE(6308), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [301508] = 6, + [301550] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8081), 1, - anon_sym_LT_EQ, - STATE(117), 1, - sym_signal_assignment, + ACTIONS(7595), 2, + anon_sym_COMMA, + anon_sym_RPAREN, STATE(6309), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [301529] = 6, + [301569] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8051), 1, - sym_END, - STATE(6947), 1, - sym_end_case, + ACTIONS(8007), 1, + sym_SELECT, + STATE(6145), 1, + sym_select_target, STATE(6310), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [301550] = 5, + [301590] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6861), 2, - sym_WHEN, - anon_sym_SEMI, + ACTIONS(3918), 1, + anon_sym_LPAREN, + STATE(3258), 1, + sym_parenthesis_group, STATE(6311), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [301569] = 5, + [301611] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8267), 2, - sym_based_integer, - sym_based_float, + ACTIONS(2093), 1, + anon_sym_LPAREN, + STATE(1619), 1, + sym_parenthesis_group, STATE(6312), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [301588] = 6, + [301632] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8269), 1, - anon_sym_LPAREN, - STATE(1063), 1, - sym_association_list, + ACTIONS(5718), 1, + sym_END, + STATE(7509), 1, + sym_end_component, STATE(6313), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [301609] = 6, + [301653] = 6, 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, - STATE(4668), 1, - sym_parenthesis_group, + ACTIONS(8007), 1, + sym_SELECT, + STATE(6167), 1, + sym_select_target, STATE(6314), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [301630] = 6, + [301674] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8005), 1, - sym_END, - STATE(6952), 1, - sym_end_loop, + ACTIONS(2009), 1, + anon_sym_LPAREN, + STATE(1673), 1, + sym_parenthesis_group, STATE(6315), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [301651] = 6, + [301695] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3272), 1, - sym_WHEN, - STATE(6942), 1, - sym_when_element, + ACTIONS(2440), 2, + sym_GENERIC, + anon_sym_SEMI, STATE(6316), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [301672] = 6, + [301714] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5923), 1, - anon_sym_LT_EQ, - ACTIONS(8271), 1, - anon_sym_SEMI, + ACTIONS(8298), 1, + sym_END, + STATE(8306), 1, + sym_end_package, STATE(6317), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [301693] = 6, + [301735] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8039), 1, - sym_END, - STATE(7852), 1, - sym_subprogram_end, + ACTIONS(2656), 2, + sym_GENERIC, + anon_sym_SEMI, STATE(6318), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [301714] = 5, + [301754] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8273), 2, - sym_based_integer, - sym_based_float, + ACTIONS(3918), 1, + anon_sym_LPAREN, + STATE(3262), 1, + sym_parenthesis_group, STATE(6319), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [301733] = 6, + [301775] = 6, 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, - STATE(4674), 1, - sym_parenthesis_group, + ACTIONS(8113), 1, + sym_END, + STATE(8249), 1, + sym_end_process, STATE(6320), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [301754] = 6, + [301796] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5921), 1, - anon_sym_SEMI, - ACTIONS(5923), 1, - anon_sym_LT_EQ, + ACTIONS(8113), 1, + sym_END, + STATE(8194), 1, + sym_end_process, STATE(6321), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [301775] = 6, + [301817] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8275), 1, - anon_sym_SEMI, - ACTIONS(8277), 1, - sym_IS, + ACTIONS(8300), 1, + anon_sym_LPAREN, + STATE(1718), 1, + sym_association_list, STATE(6322), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [301796] = 6, + [301838] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8279), 1, - anon_sym_LPAREN, - STATE(2167), 1, - sym_association_list, + ACTIONS(2652), 2, + sym_GENERIC, + anon_sym_SEMI, STATE(6323), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [301817] = 6, + [301857] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8281), 1, - sym_POSTPONED, - ACTIONS(8283), 1, - sym_PROCESS, + ACTIONS(2482), 2, + sym_GENERIC, + anon_sym_SEMI, STATE(6324), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [301838] = 6, + [301876] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2376), 1, + ACTIONS(8302), 1, anon_sym_LPAREN, - STATE(2168), 1, - sym_parenthesis_group, + STATE(1250), 1, + sym_association_list, STATE(6325), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [301859] = 6, + [301897] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4184), 1, + ACTIONS(1719), 1, anon_sym_LPAREN, - STATE(3774), 1, + STATE(1223), 1, sym_parenthesis_group, STATE(6326), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [301880] = 6, + [301918] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8285), 1, - anon_sym_LPAREN, - STATE(921), 1, - sym_association_list, + ACTIONS(8007), 1, + sym_SELECT, + STATE(6194), 1, + sym_select_target, STATE(6327), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [301901] = 5, + [301939] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2588), 2, - sym_PORT, + ACTIONS(2474), 2, + sym_GENERIC, anon_sym_SEMI, STATE(6328), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [301920] = 6, + [301958] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1931), 1, - anon_sym_LPAREN, - STATE(1471), 1, - sym_parenthesis_group, + ACTIONS(8113), 1, + sym_END, + STATE(8126), 1, + sym_end_process, STATE(6329), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [301941] = 6, + [301979] = 6, 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_LPAREN, - STATE(4853), 1, - sym_parenthesis_group, + ACTIONS(8304), 1, + sym_END, + STATE(8105), 1, + sym_end_package_body, STATE(6330), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [301962] = 6, + [302000] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8287), 1, + ACTIONS(1719), 1, anon_sym_LPAREN, - STATE(1575), 1, - sym_association_list, + STATE(1236), 1, + sym_parenthesis_group, STATE(6331), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [301983] = 6, + [302021] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1919), 1, - anon_sym_LPAREN, - STATE(1576), 1, - sym_parenthesis_group, + ACTIONS(2436), 2, + sym_GENERIC, + anon_sym_SEMI, STATE(6332), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [302004] = 6, + [302040] = 6, 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_LPAREN, - STATE(2173), 1, - sym_parenthesis_group, + ACTIONS(8306), 1, + sym_END, + STATE(8099), 1, + sym_subprogram_end, STATE(6333), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [302025] = 6, + [302061] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1931), 1, - anon_sym_LPAREN, - STATE(1474), 1, - sym_parenthesis_group, + ACTIONS(7566), 2, + anon_sym_COMMA, + anon_sym_RPAREN, STATE(6334), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [302046] = 6, + [302080] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5923), 1, - anon_sym_LT_EQ, - ACTIONS(8289), 1, - anon_sym_SEMI, + ACTIONS(8308), 2, + sym_based_integer, + sym_based_float, STATE(6335), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [302067] = 5, + [302099] = 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_PORT, - anon_sym_SEMI, + ACTIONS(8113), 1, + sym_END, + STATE(8062), 1, + sym_end_process, STATE(6336), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [302086] = 5, + [302120] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8291), 2, - anon_sym_SEMI, - anon_sym_RPAREN, + ACTIONS(2873), 1, + sym_WHEN, + STATE(6023), 1, + sym_when_expression, STATE(6337), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [302105] = 6, + [302141] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8203), 1, - sym_SELECT, - STATE(6407), 1, - sym_select_target, + ACTIONS(8298), 1, + sym_END, + STATE(8061), 1, + sym_end_package, STATE(6338), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [302126] = 5, + [302162] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8293), 2, - anon_sym_SEMI, - anon_sym_RPAREN, + ACTIONS(8310), 2, + sym_END, + sym_WHEN, STATE(6339), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [302145] = 6, + [302181] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8015), 1, - sym_END, - STATE(6645), 1, - sym_end_block, + ACTIONS(8312), 2, + anon_sym_SEMI, + anon_sym_COMMA, STATE(6340), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [302166] = 6, + [302200] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8295), 1, - anon_sym_LPAREN, - STATE(1674), 1, - sym_association_list, + ACTIONS(8113), 1, + sym_END, + STATE(8027), 1, + sym_end_process, STATE(6341), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [302187] = 6, + [302221] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8261), 1, - sym_IS, - STATE(6116), 1, - sym_case_body, + ACTIONS(8314), 1, + sym_identifier, + ACTIONS(8316), 1, + sym_ALL, STATE(6342), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [302208] = 6, + [302242] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5167), 1, - anon_sym_LPAREN, - STATE(4742), 1, - sym_parenthesis_group, + ACTIONS(8304), 1, + sym_END, + STATE(7320), 1, + sym_end_package_body, STATE(6343), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [302229] = 5, + [302263] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8297), 2, - sym_IS, - anon_sym_COLON, + ACTIONS(8318), 1, + anon_sym_LPAREN, + STATE(1240), 1, + sym_association_list, STATE(6344), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [302248] = 5, + [302284] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8299), 2, - sym_based_integer, - sym_based_float, + ACTIONS(4006), 1, + anon_sym_LPAREN, + STATE(3374), 1, + sym_parenthesis_group, STATE(6345), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [302267] = 5, + [302305] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8301), 2, - sym_directive_body, - sym__directive_newline, + ACTIONS(8320), 2, + sym_END, + sym_FOR, STATE(6346), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [302286] = 5, + [302324] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7049), 2, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(8322), 2, + sym_END, + sym_FOR, STATE(6347), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [302305] = 6, + [302343] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5741), 1, - sym_GENERATE, - STATE(6998), 1, - sym_generate_body, + ACTIONS(8113), 1, + sym_END, + STATE(7811), 1, + sym_end_process, STATE(6348), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [302326] = 6, + [302364] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8303), 1, - anon_sym_DOT, - ACTIONS(8305), 1, - anon_sym_COLON, + ACTIONS(8324), 1, + sym_END, + STATE(7630), 1, + sym_end_context, STATE(6349), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [302347] = 6, + [302385] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8031), 1, - sym_END, - STATE(6987), 1, - sym_end_if, + ACTIONS(4006), 1, + anon_sym_LPAREN, + STATE(3380), 1, + sym_parenthesis_group, STATE(6350), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [302368] = 6, + [302406] = 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_LOOP, - STATE(6118), 1, - sym_loop_body, + ACTIONS(8326), 2, + sym_based_integer, + sym_based_float, STATE(6351), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [302389] = 6, + [302425] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5923), 1, - anon_sym_LT_EQ, - ACTIONS(8307), 1, - anon_sym_SEMI, + ACTIONS(8145), 1, + sym_END, + STATE(7834), 1, + sym_end_generate, STATE(6352), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [302410] = 6, + [302446] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8309), 1, - anon_sym_LPAREN, - STATE(1787), 1, - sym_association_list, + ACTIONS(8075), 1, + sym_END, + STATE(7780), 1, + sym_end_block, STATE(6353), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [302431] = 6, + [302467] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4419), 1, + ACTIONS(1545), 1, anon_sym_LPAREN, - STATE(4471), 1, + STATE(935), 1, sym_parenthesis_group, STATE(6354), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [302452] = 6, + [302488] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8203), 1, - sym_SELECT, - STATE(5732), 1, - sym_select_target, + ACTIONS(8328), 1, + anon_sym_LPAREN, + STATE(4665), 1, + sym_association_list, STATE(6355), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [302473] = 5, + [302509] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7269), 2, - sym_OF, - anon_sym_COMMA, + ACTIONS(6841), 2, + anon_sym_SEMI, + anon_sym_RPAREN, STATE(6356), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [302492] = 6, + [302528] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1919), 1, - anon_sym_LPAREN, - STATE(1583), 1, - sym_parenthesis_group, + ACTIONS(8166), 1, + sym_END, + STATE(7773), 1, + sym_end_view, STATE(6357), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [302513] = 6, + [302549] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8311), 1, - anon_sym_LPAREN, - STATE(2189), 1, - sym_association_list, + ACTIONS(8113), 1, + sym_END, + STATE(7724), 1, + sym_end_process, STATE(6358), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [302534] = 6, + [302570] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4419), 1, - anon_sym_LPAREN, - STATE(4474), 1, - sym_parenthesis_group, + ACTIONS(8330), 2, + sym_IS, + anon_sym_SEMI, STATE(6359), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [302555] = 6, + [302589] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3930), 1, - anon_sym_LPAREN, - STATE(3417), 1, - sym_parenthesis_group, + ACTIONS(8332), 2, + sym_IS, + anon_sym_SEMI, STATE(6360), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [302576] = 5, + [302608] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8313), 2, - sym_based_integer, - sym_based_float, + ACTIONS(8284), 1, + anon_sym_COMMA, + ACTIONS(8334), 1, + anon_sym_SEMI, STATE(6361), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [302595] = 6, + [302629] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8081), 1, - anon_sym_LT_EQ, - STATE(110), 1, - sym_signal_assignment, + ACTIONS(8075), 1, + sym_END, + STATE(7699), 1, + sym_end_block, STATE(6362), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [302616] = 6, + [302650] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8315), 1, + ACTIONS(8336), 1, anon_sym_LPAREN, - STATE(4363), 1, + STATE(1485), 1, sym_association_list, STATE(6363), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [302637] = 6, + [302671] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8317), 1, + ACTIONS(1979), 1, anon_sym_LPAREN, - STATE(4821), 1, - sym_association_list, + STATE(1484), 1, + sym_parenthesis_group, STATE(6364), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [302658] = 6, + [302692] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1851), 1, - anon_sym_LPAREN, - STATE(1251), 1, - sym_parenthesis_group, + ACTIONS(7498), 2, + anon_sym_COMMA, + anon_sym_RPAREN, STATE(6365), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [302679] = 6, + [302711] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3930), 1, - anon_sym_LPAREN, - STATE(3421), 1, - sym_parenthesis_group, + ACTIONS(8338), 2, + sym_based_integer, + sym_based_float, STATE(6366), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [302700] = 6, + [302730] = 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(4374), 1, - sym_parenthesis_group, + ACTIONS(8113), 1, + sym_END, + STATE(7662), 1, + sym_end_process, STATE(6367), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [302721] = 6, + [302751] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1851), 1, - anon_sym_LPAREN, - STATE(1253), 1, - sym_parenthesis_group, + ACTIONS(8340), 2, + anon_sym_COMMA, + anon_sym_RPAREN, STATE(6368), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [302742] = 6, + [302770] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8319), 1, - anon_sym_COLON, - ACTIONS(8321), 1, - sym_IS, + ACTIONS(1979), 1, + anon_sym_LPAREN, + STATE(1476), 1, + sym_parenthesis_group, STATE(6369), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [302763] = 6, + [302791] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8323), 1, - anon_sym_LPAREN, - STATE(2016), 1, - sym_association_list, + ACTIONS(8304), 1, + sym_END, + STATE(7654), 1, + sym_end_package_body, STATE(6370), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [302784] = 6, + [302812] = 6, 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, - STATE(4876), 1, - sym_parenthesis_group, + ACTIONS(8145), 1, + sym_END, + STATE(7618), 1, + sym_end_generate, STATE(6371), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [302805] = 5, + [302833] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2927), 2, - sym_END, - sym_WHEN, + ACTIONS(1791), 1, + sym_PORT, + STATE(7597), 1, + sym_port_map_aspect, STATE(6372), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [302824] = 6, + [302854] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8081), 1, - anon_sym_LT_EQ, - STATE(104), 1, - sym_signal_assignment, + ACTIONS(8342), 1, + anon_sym_DOT, + ACTIONS(8344), 1, + anon_sym_COLON, STATE(6373), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [302845] = 6, + [302875] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8325), 1, - anon_sym_COLON, - ACTIONS(8327), 1, - sym_IS, + ACTIONS(8075), 1, + sym_END, + STATE(7600), 1, + sym_end_block, STATE(6374), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [302866] = 6, + [302896] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8329), 1, - sym_IS, - STATE(6558), 1, - sym_package_declaration_body, + ACTIONS(2923), 2, + sym_END, + sym_WHEN, STATE(6375), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [302887] = 6, + [302915] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8081), 1, - anon_sym_LT_EQ, - STATE(105), 1, - sym_signal_assignment, + ACTIONS(8306), 1, + sym_END, + STATE(7593), 1, + sym_subprogram_end, STATE(6376), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [302908] = 6, + [302936] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2944), 1, - sym_BEGIN, - STATE(6559), 1, - sym_sequential_block, + ACTIONS(8346), 2, + sym_END, + sym_WHEN, STATE(6377), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [302929] = 6, + [302955] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8081), 1, - anon_sym_LT_EQ, - STATE(80), 1, - sym_signal_assignment, + ACTIONS(8113), 1, + sym_END, + STATE(7531), 1, + sym_end_process, STATE(6378), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [302950] = 6, + [302976] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2944), 1, - sym_BEGIN, - STATE(6563), 1, - sym_sequential_block, + ACTIONS(8298), 1, + sym_END, + STATE(7523), 1, + sym_end_package, STATE(6379), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [302971] = 6, + [302997] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5741), 1, - sym_GENERATE, - STATE(6567), 1, - sym_generate_body, + ACTIONS(8348), 2, + anon_sym_SEMI, + anon_sym_RPAREN, STATE(6380), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [302992] = 6, + [303016] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8155), 1, - sym_IS, - STATE(6572), 1, - sym_package_definition_body, + ACTIONS(8145), 1, + sym_END, + STATE(7488), 1, + sym_end_generate, STATE(6381), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [303013] = 6, + [303037] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2944), 1, - sym_BEGIN, - STATE(6574), 1, - sym_sequential_block, + ACTIONS(8350), 1, + anon_sym_LPAREN, + STATE(1426), 1, + sym_association_list, STATE(6382), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [303034] = 6, + [303058] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8081), 1, - anon_sym_LT_EQ, - STATE(81), 1, - sym_signal_assignment, + ACTIONS(1605), 1, + anon_sym_LPAREN, + STATE(1084), 1, + sym_parenthesis_group, STATE(6383), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [303055] = 6, + [303079] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8261), 1, - sym_IS, - STATE(6577), 1, - sym_case_body, + ACTIONS(8113), 1, + sym_END, + STATE(7417), 1, + sym_end_process, STATE(6384), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [303076] = 6, + [303100] = 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_LOOP, - STATE(6578), 1, - sym_loop_body, + ACTIONS(8352), 2, + anon_sym_SEMI, + anon_sym_RPAREN, STATE(6385), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [303097] = 5, + [303119] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8331), 2, - sym_END, - sym_WHEN, + ACTIONS(2105), 1, + anon_sym_LPAREN, + STATE(1855), 1, + sym_parenthesis_group, STATE(6386), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [303116] = 6, + [303140] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1112), 1, - sym_BEGIN, - STATE(6584), 1, - sym_concurrent_block, + ACTIONS(8354), 2, + anon_sym_SEMI, + anon_sym_RPAREN, STATE(6387), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [303137] = 6, + [303159] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8081), 1, - anon_sym_LT_EQ, - STATE(113), 1, - sym_signal_assignment, + ACTIONS(1605), 1, + anon_sym_LPAREN, + STATE(1086), 1, + sym_parenthesis_group, STATE(6388), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [303158] = 6, + [303180] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2944), 1, - sym_BEGIN, - STATE(6585), 1, - sym_sequential_block, + ACTIONS(8037), 1, + sym_IS, + STATE(6343), 1, + sym_package_definition_body, STATE(6389), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [303179] = 6, + [303201] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2944), 1, - sym_BEGIN, - STATE(6587), 1, - sym_sequential_block, + ACTIONS(8298), 1, + sym_END, + STATE(8195), 1, + sym_end_package, STATE(6390), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [303200] = 6, + [303222] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8333), 1, - anon_sym_LPAREN, - STATE(1671), 1, - sym_association_list, + ACTIONS(8113), 1, + sym_END, + STATE(8197), 1, + sym_end_process, STATE(6391), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [303221] = 6, + [303243] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8261), 1, - sym_IS, - STATE(6591), 1, - sym_case_body, + ACTIONS(8356), 2, + anon_sym_SEMI, + anon_sym_RPAREN, STATE(6392), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [303242] = 6, + [303262] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(247), 1, - sym_LOOP, - STATE(6592), 1, - sym_loop_body, + ACTIONS(2931), 1, + sym_BEGIN, + STATE(6594), 1, + sym_sequential_block, STATE(6393), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [303263] = 6, + [303283] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1677), 1, + ACTIONS(2105), 1, anon_sym_LPAREN, - STATE(1011), 1, + STATE(1861), 1, sym_parenthesis_group, STATE(6394), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [303284] = 5, + [303304] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8335), 2, - sym_based_integer, - sym_based_float, + ACTIONS(8005), 1, + anon_sym_LT_EQ, + STATE(71), 1, + sym_signal_assignment, STATE(6395), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [303303] = 6, + [303325] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8053), 1, - sym_IS, - STATE(6593), 1, - sym_mode_view_body, + ACTIONS(8358), 1, + anon_sym_LPAREN, + STATE(3737), 1, + sym_association_list, STATE(6396), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [303324] = 6, + [303346] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1112), 1, - sym_BEGIN, - STATE(6594), 1, - sym_concurrent_block, + ACTIONS(8113), 1, + sym_END, + STATE(7379), 1, + sym_end_process, STATE(6397), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [303345] = 5, + [303367] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8337), 2, - sym_based_integer, - sym_based_float, + ACTIONS(6146), 2, + sym_IS, + anon_sym_SEMI, STATE(6398), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [303364] = 6, + [303386] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8081), 1, - anon_sym_LT_EQ, - STATE(85), 1, - sym_signal_assignment, + ACTIONS(8360), 2, + sym_IS, + anon_sym_SEMI, STATE(6399), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [303385] = 6, + [303405] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2944), 1, - sym_BEGIN, - STATE(6601), 1, - sym_sequential_block, + ACTIONS(8075), 1, + sym_END, + STATE(7184), 1, + sym_end_block, STATE(6400), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [303406] = 6, + [303426] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1677), 1, + ACTIONS(8362), 1, anon_sym_LPAREN, - STATE(1013), 1, - sym_parenthesis_group, + STATE(1124), 1, + sym_association_list, STATE(6401), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [303427] = 6, + [303447] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2944), 1, - sym_BEGIN, - STATE(6007), 1, - sym_sequential_block, + ACTIONS(1515), 1, + anon_sym_LPAREN, + STATE(906), 1, + sym_parenthesis_group, STATE(6402), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [303448] = 6, + [303468] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8081), 1, - anon_sym_LT_EQ, - STATE(102), 1, - sym_signal_assignment, + ACTIONS(8342), 1, + anon_sym_DOT, + ACTIONS(8364), 1, + anon_sym_COLON, STATE(6403), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [303469] = 6, + [303489] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8339), 1, - anon_sym_COLON, - ACTIONS(8341), 1, - sym_IS, + ACTIONS(2958), 2, + sym_END, + sym_WHEN, STATE(6404), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [303490] = 6, + [303508] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8343), 1, - sym_IS, - STATE(6026), 1, - sym_package_declaration_body, + ACTIONS(8145), 1, + sym_END, + STATE(7101), 1, + sym_end_generate, STATE(6405), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [303511] = 6, + [303529] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8081), 1, - anon_sym_LT_EQ, - STATE(103), 1, - sym_signal_assignment, + ACTIONS(8075), 1, + sym_END, + STATE(7087), 1, + sym_end_block, STATE(6406), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [303532] = 6, + [303550] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8081), 1, - anon_sym_LT_EQ, - STATE(20), 1, - sym_signal_assignment, + ACTIONS(1515), 1, + anon_sym_LPAREN, + STATE(908), 1, + sym_parenthesis_group, STATE(6407), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [303553] = 6, + [303571] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2944), 1, - sym_BEGIN, - STATE(6027), 1, - sym_sequential_block, + ACTIONS(8166), 1, + sym_END, + STATE(7046), 1, + sym_end_view, STATE(6408), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [303574] = 6, + [303592] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8081), 1, - anon_sym_LT_EQ, - STATE(87), 1, - sym_signal_assignment, + ACTIONS(8027), 1, + sym_IS, + STATE(6596), 1, + sym_case_body, STATE(6409), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [303595] = 6, + [303613] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2944), 1, - sym_BEGIN, - STATE(6037), 1, - sym_sequential_block, + ACTIONS(8294), 1, + sym_END, + STATE(8349), 1, + sym_end_if, STATE(6410), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [303616] = 6, + [303634] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5741), 1, - sym_GENERATE, - STATE(6042), 1, - sym_generate_body, + ACTIONS(2995), 1, + sym_END, + STATE(8193), 1, + sym_end_for, STATE(6411), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [303637] = 6, + [303655] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8155), 1, - sym_IS, - STATE(6044), 1, - sym_package_definition_body, + ACTIONS(8190), 1, + sym_END, + STATE(7019), 1, + sym_end_loop, STATE(6412), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [303658] = 6, + [303676] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8345), 1, + ACTIONS(8366), 1, anon_sym_LPAREN, - STATE(2204), 1, + STATE(5561), 1, sym_association_list, STATE(6413), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [303679] = 6, + [303697] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2944), 1, - sym_BEGIN, - STATE(6046), 1, - sym_sequential_block, + ACTIONS(8192), 1, + sym_END, + STATE(7015), 1, + sym_end_case, STATE(6414), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [303700] = 6, + [303718] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8081), 1, - anon_sym_LT_EQ, - STATE(88), 1, - sym_signal_assignment, + ACTIONS(247), 1, + sym_LOOP, + STATE(6606), 1, + sym_loop_body, STATE(6415), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [303721] = 6, + [303739] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8261), 1, - sym_IS, - STATE(6050), 1, - sym_case_body, + ACTIONS(8190), 1, + sym_END, + STATE(8353), 1, + sym_end_loop, STATE(6416), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [303742] = 6, + [303760] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(247), 1, - sym_LOOP, - STATE(6006), 1, - sym_loop_body, + ACTIONS(8007), 1, + sym_SELECT, + STATE(5570), 1, + sym_select_target, STATE(6417), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [303763] = 6, + [303781] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2356), 1, - anon_sym_LPAREN, - STATE(1759), 1, - sym_parenthesis_group, + ACTIONS(7439), 2, + sym_END, + sym_WHEN, STATE(6418), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [303784] = 6, + [303800] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1112), 1, - sym_BEGIN, - STATE(6057), 1, - sym_concurrent_block, + ACTIONS(8075), 1, + sym_END, + STATE(6945), 1, + sym_end_block, STATE(6419), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [303805] = 6, + [303821] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8081), 1, - anon_sym_LT_EQ, - STATE(108), 1, - sym_signal_assignment, + ACTIONS(8368), 1, + anon_sym_LPAREN, + STATE(3418), 1, + sym_association_list, STATE(6420), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [303826] = 6, + [303842] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2944), 1, - sym_BEGIN, - STATE(6059), 1, - sym_sequential_block, + ACTIONS(2274), 1, + anon_sym_LPAREN, + STATE(1775), 1, + sym_parenthesis_group, STATE(6421), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [303847] = 6, + [303863] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2944), 1, - sym_BEGIN, - STATE(6061), 1, - sym_sequential_block, + ACTIONS(8370), 2, + sym_based_integer, + sym_based_float, STATE(6422), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [303868] = 6, + [303882] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8347), 1, - anon_sym_LPAREN, - STATE(4784), 1, - sym_association_list, + ACTIONS(8372), 2, + sym_END, + sym_FOR, STATE(6423), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [303889] = 6, + [303901] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8261), 1, - sym_IS, - STATE(6064), 1, - sym_case_body, + ACTIONS(8113), 1, + sym_END, + STATE(6917), 1, + sym_end_process, STATE(6424), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [303910] = 6, + [303922] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(247), 1, - sym_LOOP, - STATE(6065), 1, - sym_loop_body, + ACTIONS(2995), 1, + sym_END, + STATE(8201), 1, + sym_end_for, STATE(6425), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [303931] = 6, + [303943] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1713), 1, + ACTIONS(2274), 1, anon_sym_LPAREN, - STATE(1175), 1, + STATE(1778), 1, sym_parenthesis_group, STATE(6426), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [303952] = 6, + [303964] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8053), 1, - sym_IS, - STATE(6068), 1, - sym_mode_view_body, + ACTIONS(8075), 1, + sym_END, + STATE(7057), 1, + sym_end_block, STATE(6427), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [303973] = 6, + [303985] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1112), 1, - sym_BEGIN, - STATE(6070), 1, - sym_concurrent_block, + ACTIONS(8374), 2, + anon_sym_SEMI, + anon_sym_RPAREN, STATE(6428), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [303994] = 6, + [304004] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8007), 1, - sym_END, - STATE(7030), 1, - sym_end_process, + ACTIONS(8376), 1, + sym_POSTPONED, + ACTIONS(8378), 1, + sym_PROCESS, STATE(6429), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [304015] = 6, + [304025] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8081), 1, - anon_sym_LT_EQ, - STATE(92), 1, - sym_signal_assignment, + ACTIONS(8380), 2, + anon_sym_SEMI, + anon_sym_RPAREN, STATE(6430), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [304036] = 6, + [304044] = 6, 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, - STATE(4762), 1, - sym_parenthesis_group, + ACTIONS(8294), 1, + sym_END, + STATE(6807), 1, + sym_end_if, STATE(6431), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [304057] = 6, + [304065] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2944), 1, - sym_BEGIN, - STATE(6074), 1, - sym_sequential_block, + ACTIONS(8382), 2, + sym_END, + sym_WHEN, STATE(6432), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [304078] = 6, + [304084] = 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(1237), 1, - sym_parenthesis_group, + ACTIONS(8190), 1, + sym_END, + STATE(6769), 1, + sym_end_loop, STATE(6433), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [304099] = 6, + [304105] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2944), 1, - sym_BEGIN, - STATE(6078), 1, - sym_sequential_block, + ACTIONS(8192), 1, + sym_END, + STATE(6767), 1, + sym_end_case, STATE(6434), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [304120] = 6, + [304126] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8081), 1, - anon_sym_LT_EQ, - STATE(115), 1, - sym_signal_assignment, + ACTIONS(8075), 1, + sym_END, + STATE(6753), 1, + sym_end_block, STATE(6435), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [304141] = 6, + [304147] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8349), 1, - anon_sym_COLON, - ACTIONS(8351), 1, - sym_IS, + ACTIONS(8113), 1, + sym_END, + STATE(6730), 1, + sym_end_process, STATE(6436), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [304162] = 6, + [304168] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8353), 1, - sym_IS, - STATE(6093), 1, - sym_package_declaration_body, + ACTIONS(8304), 1, + sym_END, + STATE(6729), 1, + sym_end_package_body, STATE(6437), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [304183] = 6, + [304189] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8081), 1, - anon_sym_LT_EQ, - STATE(100), 1, - sym_signal_assignment, + ACTIONS(8384), 1, + sym_ELSE, + STATE(5494), 1, + sym_else_expression, STATE(6438), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [304204] = 6, + [304210] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2944), 1, - sym_BEGIN, - STATE(6094), 1, - sym_sequential_block, + ACTIONS(8386), 1, + anon_sym_LPAREN, + STATE(1606), 1, + sym_association_list, STATE(6439), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [304225] = 6, + [304231] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8081), 1, - anon_sym_LT_EQ, - STATE(95), 1, - sym_signal_assignment, + ACTIONS(2314), 1, + anon_sym_LPAREN, + STATE(1800), 1, + sym_parenthesis_group, STATE(6440), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [304246] = 6, + [304252] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2944), 1, - sym_BEGIN, - STATE(6101), 1, - sym_sequential_block, + ACTIONS(8145), 1, + sym_END, + STATE(6627), 1, + sym_end_generate, STATE(6441), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [304267] = 6, + [304273] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2356), 1, - anon_sym_LPAREN, - STATE(1761), 1, - sym_parenthesis_group, + ACTIONS(1791), 1, + sym_PORT, + STATE(6641), 1, + sym_port_map_aspect, STATE(6442), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [304288] = 6, + [304294] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5741), 1, - sym_GENERATE, - STATE(6105), 1, - sym_generate_body, + ACTIONS(8075), 1, + sym_END, + STATE(6620), 1, + sym_end_block, STATE(6443), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [304309] = 6, + [304315] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8155), 1, - sym_IS, - STATE(6107), 1, - sym_package_definition_body, + ACTIONS(8388), 2, + anon_sym_LT_EQ, + sym_variable_assignment, STATE(6444), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [304330] = 6, + [304334] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2944), 1, - sym_BEGIN, - STATE(6109), 1, - sym_sequential_block, + ACTIONS(2314), 1, + anon_sym_LPAREN, + STATE(1803), 1, + sym_parenthesis_group, STATE(6445), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [304351] = 6, + [304355] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8081), 1, - anon_sym_LT_EQ, - STATE(96), 1, - sym_signal_assignment, + ACTIONS(8390), 2, + sym_END, + sym_FOR, STATE(6446), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [304372] = 6, + [304374] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1112), 1, - sym_BEGIN, - STATE(6117), 1, - sym_concurrent_block, + ACTIONS(8306), 1, + sym_END, + STATE(6626), 1, + sym_subprogram_end, STATE(6447), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [304393] = 6, + [304395] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8355), 1, - anon_sym_LPAREN, - STATE(1108), 1, - sym_association_list, + ACTIONS(2995), 1, + sym_END, + STATE(8206), 1, + sym_end_for, STATE(6448), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [304414] = 6, + [304416] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8081), 1, - anon_sym_LT_EQ, - STATE(120), 1, - sym_signal_assignment, + ACTIONS(8392), 2, + sym_END, + sym_FOR, STATE(6449), 3, sym__tool_directive, sym_line_comment, @@ -293442,10 +293442,10 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2944), 1, - sym_BEGIN, - STATE(6120), 1, - sym_sequential_block, + ACTIONS(8190), 1, + sym_END, + STATE(6646), 1, + sym_end_loop, STATE(6450), 3, sym__tool_directive, sym_line_comment, @@ -293457,10 +293457,10 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8053), 1, - sym_IS, - STATE(6122), 1, - sym_mode_view_body, + ACTIONS(5113), 1, + anon_sym_LPAREN, + STATE(4773), 1, + sym_parenthesis_group, STATE(6451), 3, sym__tool_directive, sym_line_comment, @@ -293472,10 +293472,10 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1112), 1, - sym_BEGIN, - STATE(6124), 1, - sym_concurrent_block, + ACTIONS(8294), 1, + sym_END, + STATE(6648), 1, + sym_end_if, STATE(6452), 3, sym__tool_directive, sym_line_comment, @@ -293487,10 +293487,10 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8357), 1, - anon_sym_LPAREN, - STATE(4497), 1, - sym_association_list, + ACTIONS(8113), 1, + sym_END, + STATE(6711), 1, + sym_end_process, STATE(6453), 3, sym__tool_directive, sym_line_comment, @@ -293502,2148 +293502,2148 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8081), 1, - anon_sym_LT_EQ, - STATE(97), 1, - sym_signal_assignment, + ACTIONS(8298), 1, + sym_END, + STATE(6716), 1, + sym_end_package, STATE(6454), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [304540] = 6, + [304540] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1863), 1, - anon_sym_LPAREN, - STATE(1291), 1, - sym_parenthesis_group, + ACTIONS(8394), 2, + anon_sym_SEMI, + anon_sym_RPAREN, STATE(6455), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [304561] = 6, + [304559] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2944), 1, - sym_BEGIN, - STATE(6127), 1, - sym_sequential_block, + ACTIONS(8396), 2, + anon_sym_SEMI, + anon_sym_RPAREN, STATE(6456), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [304582] = 6, + [304578] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5087), 1, - anon_sym_LPAREN, - STATE(4887), 1, - sym_parenthesis_group, + ACTIONS(5718), 1, + sym_END, + STATE(6725), 1, + sym_end_component, STATE(6457), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [304603] = 6, + [304599] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8359), 1, - anon_sym_COLON, - ACTIONS(8361), 1, - sym_IS, + ACTIONS(8398), 1, + anon_sym_LPAREN, + STATE(1021), 1, + sym_association_list, STATE(6458), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [304624] = 6, + [304620] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8363), 1, - sym_IS, - STATE(6135), 1, - sym_package_declaration_body, + ACTIONS(5275), 1, + anon_sym_LPAREN, + STATE(4807), 1, + sym_parenthesis_group, STATE(6459), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [304645] = 6, + [304641] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2944), 1, - sym_BEGIN, - STATE(6136), 1, - sym_sequential_block, + ACTIONS(8400), 2, + sym_END, + sym_FOR, STATE(6460), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [304666] = 6, + [304660] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2944), 1, - sym_BEGIN, - STATE(6139), 1, - sym_sequential_block, + ACTIONS(8145), 1, + sym_END, + STATE(6737), 1, + sym_end_generate, STATE(6461), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [304687] = 6, + [304681] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8155), 1, - sym_IS, - STATE(6142), 1, - sym_package_definition_body, + ACTIONS(8113), 1, + sym_END, + STATE(6768), 1, + sym_end_process, STATE(6462), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [304708] = 5, + [304702] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7336), 2, + ACTIONS(8402), 2, anon_sym_COMMA, anon_sym_RPAREN, STATE(6463), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [304727] = 6, + [304721] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2944), 1, - sym_BEGIN, - STATE(6144), 1, - sym_sequential_block, + ACTIONS(5275), 1, + anon_sym_LPAREN, + STATE(4803), 1, + sym_parenthesis_group, STATE(6464), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [304748] = 6, + [304742] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2944), 1, - sym_BEGIN, - STATE(6150), 1, - sym_sequential_block, + ACTIONS(8404), 2, + anon_sym_LT_EQ, + sym_variable_assignment, STATE(6465), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [304769] = 6, + [304761] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2944), 1, - sym_BEGIN, - STATE(6151), 1, - sym_sequential_block, + ACTIONS(8406), 1, + anon_sym_LPAREN, + STATE(4367), 1, + sym_association_list, STATE(6466), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [304790] = 6, + [304782] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8365), 1, - anon_sym_COLON, - ACTIONS(8367), 1, - sym_IS, + ACTIONS(8113), 1, + sym_END, + STATE(6844), 1, + sym_end_process, STATE(6467), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [304811] = 6, + [304803] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8369), 1, - sym_IS, - STATE(6157), 1, - sym_package_declaration_body, + ACTIONS(2912), 2, + sym_WHEN, + anon_sym_SEMI, STATE(6468), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [304832] = 6, + [304822] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8371), 1, - anon_sym_COLON, - ACTIONS(8373), 1, - sym_IS, + ACTIONS(4248), 1, + anon_sym_LPAREN, + STATE(4368), 1, + sym_parenthesis_group, STATE(6469), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [304853] = 6, + [304843] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8203), 1, - sym_SELECT, - STATE(6378), 1, - sym_select_target, + ACTIONS(5113), 1, + anon_sym_LPAREN, + STATE(4784), 1, + sym_parenthesis_group, STATE(6470), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [304874] = 6, + [304864] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8203), 1, - sym_SELECT, - STATE(6383), 1, - sym_select_target, + ACTIONS(8408), 1, + anon_sym_LPAREN, + STATE(1928), 1, + sym_association_list, STATE(6471), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [304895] = 6, + [304885] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1863), 1, - anon_sym_LPAREN, - STATE(1293), 1, - sym_parenthesis_group, + ACTIONS(2871), 2, + sym_OF, + anon_sym_COMMA, STATE(6472), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [304916] = 5, + [304904] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8375), 2, - anon_sym_SEMI, + ACTIONS(8410), 2, + anon_sym_COMMA, anon_sym_RPAREN, STATE(6473), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [304935] = 6, + [304923] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8203), 1, - sym_SELECT, - STATE(5886), 1, - sym_select_target, + ACTIONS(8075), 1, + sym_END, + STATE(6860), 1, + sym_end_block, STATE(6474), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [304956] = 6, + [304944] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8203), 1, - sym_SELECT, - STATE(6399), 1, - sym_select_target, + ACTIONS(2931), 1, + sym_BEGIN, + STATE(6223), 1, + sym_sequential_block, STATE(6475), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [304977] = 6, + [304965] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8203), 1, - sym_SELECT, - STATE(5890), 1, - sym_select_target, + ACTIONS(5896), 1, + anon_sym_LT_EQ, + ACTIONS(8412), 1, + anon_sym_SEMI, STATE(6476), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [304998] = 5, + [304986] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6521), 2, - sym_WHEN, - anon_sym_SEMI, + ACTIONS(8414), 1, + anon_sym_LPAREN, + STATE(916), 1, + sym_association_list, STATE(6477), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [305017] = 5, + [305007] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8377), 2, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(1931), 1, + anon_sym_LPAREN, + STATE(1666), 1, + sym_parenthesis_group, STATE(6478), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [305036] = 6, + [305028] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1759), 1, - sym_PORT, - STATE(6912), 1, - sym_port_map_aspect, + ACTIONS(8416), 2, + sym_END, + sym_FOR, STATE(6479), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [305057] = 6, + [305047] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8203), 1, - sym_SELECT, - STATE(6409), 1, - sym_select_target, + ACTIONS(5736), 2, + anon_sym_COMMA, + anon_sym_RPAREN, STATE(6480), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [305078] = 6, + [305066] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5923), 1, - anon_sym_LT_EQ, - ACTIONS(8379), 1, - anon_sym_SEMI, + ACTIONS(8418), 2, + anon_sym_COMMA, + anon_sym_RPAREN, STATE(6481), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [305099] = 6, + [305085] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8203), 1, - sym_SELECT, - STATE(6415), 1, - sym_select_target, + ACTIONS(8420), 2, + sym_based_integer, + sym_based_float, STATE(6482), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [305120] = 6, + [305104] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8381), 1, + ACTIONS(1931), 1, anon_sym_LPAREN, - STATE(1300), 1, - sym_association_list, + STATE(1515), 1, + sym_parenthesis_group, STATE(6483), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [305141] = 5, + [305125] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8383), 2, - sym_based_integer, - sym_based_float, + ACTIONS(8145), 1, + sym_END, + STATE(6888), 1, + sym_end_generate, STATE(6484), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [305160] = 6, + [305146] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8203), 1, - sym_SELECT, - STATE(5894), 1, - sym_select_target, + ACTIONS(8075), 1, + sym_END, + STATE(6889), 1, + sym_end_block, STATE(6485), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [305181] = 6, + [305167] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5923), 1, - anon_sym_LT_EQ, - ACTIONS(5990), 1, - anon_sym_SEMI, + ACTIONS(8166), 1, + sym_END, + STATE(6896), 1, + sym_end_view, STATE(6486), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [305202] = 6, + [305188] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8385), 1, - anon_sym_SEMI, - ACTIONS(8387), 1, + ACTIONS(8422), 2, sym_IS, + anon_sym_SEMI, STATE(6487), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [305223] = 6, + [305207] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8203), 1, - sym_SELECT, - STATE(6430), 1, - sym_select_target, + ACTIONS(5896), 1, + anon_sym_LT_EQ, + ACTIONS(5996), 1, + anon_sym_SEMI, STATE(6488), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [305244] = 6, + [305228] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8203), 1, - sym_SELECT, - STATE(5898), 1, - sym_select_target, + ACTIONS(6061), 2, + sym_END, + sym_USE, STATE(6489), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [305265] = 6, + [305247] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4545), 1, - anon_sym_LPAREN, - STATE(4582), 1, - sym_parenthesis_group, + ACTIONS(8190), 1, + sym_END, + STATE(6927), 1, + sym_end_loop, STATE(6490), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [305286] = 6, + [305268] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8203), 1, - sym_SELECT, - STATE(6115), 1, - sym_select_target, + ACTIONS(8192), 1, + sym_END, + STATE(6929), 1, + sym_end_case, STATE(6491), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [305307] = 5, + [305289] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8389), 2, - sym_based_integer, - sym_based_float, + ACTIONS(8424), 1, + anon_sym_SEMI, + ACTIONS(8426), 1, + sym_IS, STATE(6492), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [305326] = 6, + [305310] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8203), 1, - sym_SELECT, - STATE(6440), 1, - sym_select_target, + ACTIONS(4184), 1, + anon_sym_LPAREN, + STATE(3931), 1, + sym_parenthesis_group, STATE(6493), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [305347] = 6, + [305331] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8391), 1, - anon_sym_LPAREN, - STATE(3359), 1, - sym_association_list, + ACTIONS(7349), 2, + anon_sym_COMMA, + anon_sym_RPAREN, STATE(6494), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [305368] = 6, + [305350] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8203), 1, - sym_SELECT, - STATE(6446), 1, - sym_select_target, + ACTIONS(8428), 2, + anon_sym_LT_EQ, + sym_variable_assignment, STATE(6495), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [305389] = 6, + [305369] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8393), 1, - sym_ELSE, - STATE(5455), 1, - sym_else_expression, + ACTIONS(8430), 1, + anon_sym_LPAREN, + STATE(1828), 1, + sym_association_list, STATE(6496), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [305410] = 6, + [305390] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8203), 1, - sym_SELECT, - STATE(6454), 1, - sym_select_target, + ACTIONS(5165), 1, + anon_sym_LPAREN, + STATE(4800), 1, + sym_parenthesis_group, STATE(6497), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [305431] = 6, + [305411] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4545), 1, - anon_sym_LPAREN, - STATE(4589), 1, - sym_parenthesis_group, + ACTIONS(8075), 1, + sym_END, + STATE(6954), 1, + sym_end_block, STATE(6498), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [305452] = 6, + [305432] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1475), 1, - anon_sym_LPAREN, - STATE(860), 1, - sym_parenthesis_group, + ACTIONS(8113), 1, + sym_END, + STATE(6962), 1, + sym_end_process, STATE(6499), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [305473] = 6, + [305453] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8395), 1, - anon_sym_LPAREN, - STATE(6328), 1, - sym_association_list, + ACTIONS(8075), 1, + sym_END, + STATE(7337), 1, + sym_end_block, STATE(6500), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [305494] = 6, + [305474] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2498), 1, + ACTIONS(4184), 1, anon_sym_LPAREN, - STATE(2185), 1, + STATE(3939), 1, sym_parenthesis_group, STATE(6501), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [305515] = 5, + [305495] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8397), 2, - anon_sym_LT_EQ, - sym_variable_assignment, + ACTIONS(5165), 1, + anon_sym_LPAREN, + STATE(4740), 1, + sym_parenthesis_group, STATE(6502), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [305534] = 5, + [305516] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8399), 2, - sym_based_integer, - sym_based_float, + ACTIONS(7390), 2, + anon_sym_COMMA, + anon_sym_RPAREN, STATE(6503), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [305553] = 6, + [305535] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5923), 1, - anon_sym_LT_EQ, - ACTIONS(8401), 1, - anon_sym_SEMI, + ACTIONS(8306), 1, + sym_END, + STATE(7211), 1, + sym_subprogram_end, STATE(6504), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [305574] = 6, + [305556] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8403), 1, - anon_sym_LPAREN, - STATE(1033), 1, - sym_association_list, + ACTIONS(8075), 1, + sym_END, + STATE(6988), 1, + sym_end_block, STATE(6505), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [305595] = 6, + [305577] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4409), 1, + ACTIONS(8019), 1, anon_sym_LPAREN, - STATE(4526), 1, - sym_parenthesis_group, + STATE(5561), 1, + sym_association_list, STATE(6506), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [305616] = 6, + [305598] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1475), 1, - anon_sym_LPAREN, - STATE(864), 1, - sym_parenthesis_group, + ACTIONS(6791), 2, + sym_WHEN, + anon_sym_SEMI, STATE(6507), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [305637] = 5, + [305617] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2440), 2, - sym_PORT, - anon_sym_SEMI, + ACTIONS(2931), 1, + sym_BEGIN, + STATE(6217), 1, + sym_sequential_block, STATE(6508), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [305656] = 6, + [305638] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4409), 1, - anon_sym_LPAREN, - STATE(4529), 1, - sym_parenthesis_group, + ACTIONS(2440), 2, + anon_sym_COMMA, + anon_sym_COLON, STATE(6509), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [305677] = 6, + [305657] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8405), 1, + ACTIONS(7357), 2, sym_END, - STATE(7043), 1, - sym_generate_block_end, + sym_WHEN, STATE(6510), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [305698] = 5, + [305676] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2648), 2, - sym_GENERIC, - anon_sym_SEMI, + ACTIONS(8432), 2, + sym_END, + sym_FOR, STATE(6511), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [305717] = 6, + [305695] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8408), 1, + ACTIONS(8434), 1, anon_sym_LPAREN, - STATE(5819), 1, + STATE(6525), 1, sym_association_list, STATE(6512), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [305738] = 6, + [305716] = 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(3674), 1, - sym_association_list, + ACTIONS(8294), 1, + sym_END, + STATE(7011), 1, + sym_end_if, STATE(6513), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [305759] = 6, + [305737] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2269), 1, - anon_sym_LPAREN, - STATE(1897), 1, - sym_parenthesis_group, + ACTIONS(8075), 1, + sym_END, + STATE(7219), 1, + sym_end_block, STATE(6514), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [305780] = 6, + [305758] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5087), 1, + ACTIONS(8436), 1, anon_sym_LPAREN, - STATE(4682), 1, - sym_parenthesis_group, + STATE(1831), 1, + sym_association_list, STATE(6515), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [305801] = 5, + [305779] = 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(4403), 1, + anon_sym_LPAREN, + STATE(4536), 1, + sym_parenthesis_group, STATE(6516), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [305820] = 5, + [305800] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8414), 2, - anon_sym_SEMI, - anon_sym_RPAREN, + ACTIONS(8190), 1, + sym_END, + STATE(7026), 1, + sym_end_loop, STATE(6517), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [305839] = 5, + [305821] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8416), 2, - anon_sym_LT_EQ, - sym_variable_assignment, + ACTIONS(8192), 1, + sym_END, + STATE(7027), 1, + sym_end_case, STATE(6518), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [305858] = 6, + [305842] = 6, 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(1166), 1, - sym_association_list, + ACTIONS(8075), 1, + sym_END, + STATE(7036), 1, + sym_end_block, STATE(6519), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [305879] = 6, + [305863] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8420), 1, - anon_sym_COLON, - ACTIONS(8422), 1, - sym_IS, + ACTIONS(8438), 2, + sym_END, + sym_FOR, STATE(6520), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [305900] = 6, + [305882] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2498), 1, + ACTIONS(4403), 1, anon_sym_LPAREN, - STATE(2199), 1, + STATE(4534), 1, sym_parenthesis_group, STATE(6521), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [305921] = 5, + [305903] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7354), 2, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(2408), 1, + anon_sym_LPAREN, + STATE(2065), 1, + sym_parenthesis_group, STATE(6522), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [305940] = 6, + [305924] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8424), 1, - anon_sym_LPAREN, - STATE(1790), 1, - sym_association_list, + ACTIONS(8440), 2, + anon_sym_COMMA, + anon_sym_RPAREN, STATE(6523), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [305961] = 6, + [305943] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2418), 1, - anon_sym_LPAREN, - STATE(2243), 1, - sym_parenthesis_group, + ACTIONS(2871), 2, + sym_UNITS, + anon_sym_SEMI, STATE(6524), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [305982] = 6, + [305962] = 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(1313), 1, - sym_association_list, + ACTIONS(2572), 2, + sym_PORT, + anon_sym_SEMI, STATE(6525), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [306003] = 6, + [305981] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2269), 1, - anon_sym_LPAREN, - STATE(1737), 1, - sym_parenthesis_group, + ACTIONS(8442), 2, + sym_based_integer, + sym_based_float, STATE(6526), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [306024] = 5, + [306000] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7455), 2, - sym_END, - sym_WHEN, + ACTIONS(4985), 1, + anon_sym_LPAREN, + STATE(4689), 1, + sym_parenthesis_group, STATE(6527), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [306043] = 6, + [306021] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8428), 1, - anon_sym_LPAREN, - STATE(4611), 1, - sym_association_list, + ACTIONS(8113), 1, + sym_END, + STATE(7041), 1, + sym_end_process, STATE(6528), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [306064] = 6, + [306042] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2418), 1, - anon_sym_LPAREN, - STATE(2245), 1, - sym_parenthesis_group, + ACTIONS(8304), 1, + sym_END, + STATE(7043), 1, + sym_end_package_body, STATE(6529), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [306085] = 5, + [306063] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2636), 2, - sym_GENERIC, + ACTIONS(2600), 2, + sym_PORT, anon_sym_SEMI, STATE(6530), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [306104] = 6, + [306082] = 6, 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(4547), 1, - sym_association_list, + ACTIONS(5896), 1, + anon_sym_LT_EQ, + ACTIONS(8444), 1, + anon_sym_SEMI, STATE(6531), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [306125] = 6, + [306103] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8432), 1, - anon_sym_SEMI, - ACTIONS(8434), 1, - sym_UNITS, + ACTIONS(8145), 1, + sym_END, + STATE(7066), 1, + sym_end_generate, STATE(6532), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [306146] = 5, + [306124] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2652), 2, - sym_GENERIC, - anon_sym_SEMI, + ACTIONS(1791), 1, + sym_PORT, + STATE(7068), 1, + sym_port_map_aspect, STATE(6533), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [306165] = 5, + [306145] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7409), 2, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(8446), 1, + anon_sym_LPAREN, + STATE(4706), 1, + sym_association_list, STATE(6534), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [306184] = 5, + [306166] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8436), 2, - anon_sym_SEMI, - anon_sym_RPAREN, + ACTIONS(1825), 1, + anon_sym_LPAREN, + STATE(1382), 1, + sym_parenthesis_group, STATE(6535), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [306203] = 5, + [306187] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8438), 2, - anon_sym_SEMI, - anon_sym_RPAREN, + ACTIONS(8075), 1, + sym_END, + STATE(7070), 1, + sym_end_block, STATE(6536), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [306222] = 5, + [306208] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8440), 2, - sym_based_integer, - sym_based_float, + ACTIONS(2672), 1, + anon_sym_LPAREN, + STATE(1941), 1, + sym_parenthesis_group, STATE(6537), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [306241] = 6, + [306229] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2906), 1, - sym_WHEN, - STATE(6156), 1, - sym_when_expression, + ACTIONS(8306), 1, + sym_END, + STATE(7071), 1, + sym_subprogram_end, STATE(6538), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [306262] = 6, + [306250] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8007), 1, - sym_END, - STATE(7474), 1, - sym_end_process, + ACTIONS(8448), 1, + anon_sym_SEMI, + ACTIONS(8450), 1, + sym_IS, STATE(6539), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [306283] = 6, + [306271] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5923), 1, - anon_sym_LT_EQ, - ACTIONS(8442), 1, - anon_sym_SEMI, + ACTIONS(1825), 1, + anon_sym_LPAREN, + STATE(1390), 1, + sym_parenthesis_group, STATE(6540), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [306304] = 5, + [306292] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8444), 2, - anon_sym_SEMI, - anon_sym_RPAREN, + ACTIONS(8007), 1, + sym_SELECT, + STATE(6263), 1, + sym_select_target, STATE(6541), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [306323] = 5, + [306313] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8446), 2, - anon_sym_SEMI, - anon_sym_RPAREN, + ACTIONS(8190), 1, + sym_END, + STATE(7092), 1, + sym_end_loop, STATE(6542), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [306342] = 5, + [306334] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8448), 2, - sym_IS, - anon_sym_SEMI, + ACTIONS(8294), 1, + sym_END, + STATE(7093), 1, + sym_end_if, STATE(6543), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [306361] = 6, + [306355] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8007), 1, - sym_END, - STATE(7503), 1, - sym_end_process, + ACTIONS(2648), 2, + sym_PORT, + anon_sym_SEMI, STATE(6544), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [306382] = 6, + [306374] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8017), 1, - sym_END, - STATE(7519), 1, - sym_end_generate, + ACTIONS(5896), 1, + anon_sym_LT_EQ, + ACTIONS(8452), 1, + anon_sym_SEMI, STATE(6545), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [306403] = 6, + [306395] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8017), 1, - sym_END, - STATE(6979), 1, - sym_end_generate, + ACTIONS(2672), 1, + anon_sym_LPAREN, + STATE(1952), 1, + sym_parenthesis_group, STATE(6546), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [306424] = 6, + [306416] = 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_COLON, - ACTIONS(8452), 1, - sym_IS, + ACTIONS(8113), 1, + sym_END, + STATE(7112), 1, + sym_end_process, STATE(6547), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [306445] = 6, + [306437] = 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_LPAREN, - STATE(871), 1, - sym_association_list, + ACTIONS(8298), 1, + sym_END, + STATE(7113), 1, + sym_end_package, STATE(6548), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [306466] = 6, + [306458] = 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_COLON, - ACTIONS(8458), 1, - sym_IS, + ACTIONS(8454), 1, + anon_sym_LPAREN, + STATE(1277), 1, + sym_association_list, STATE(6549), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [306487] = 5, + [306479] = 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(8005), 1, + anon_sym_LT_EQ, + STATE(100), 1, + sym_signal_assignment, STATE(6550), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [306506] = 6, + [306500] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5706), 1, + ACTIONS(7342), 2, sym_END, - STATE(7531), 1, - sym_end_component, + sym_WHEN, STATE(6551), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [306527] = 6, + [306519] = 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_COLON, - ACTIONS(8462), 1, - sym_IS, + ACTIONS(5718), 1, + sym_END, + STATE(7126), 1, + sym_end_component, STATE(6552), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [306548] = 6, + [306540] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5409), 1, + ACTIONS(8456), 1, anon_sym_LPAREN, - STATE(4919), 1, - sym_parenthesis_group, + STATE(1441), 1, + sym_association_list, STATE(6553), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [306569] = 6, + [306561] = 6, 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_COLON, - ACTIONS(8466), 1, - sym_IS, + ACTIONS(1621), 1, + anon_sym_LPAREN, + STATE(1099), 1, + sym_parenthesis_group, STATE(6554), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [306590] = 6, + [306582] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5923), 1, - anon_sym_LT_EQ, - ACTIONS(8468), 1, - anon_sym_SEMI, + ACTIONS(8025), 1, + sym_IS, + STATE(6178), 1, + sym_mode_view_body, STATE(6555), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [306611] = 5, + [306603] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8470), 2, - sym_based_integer, - sym_based_float, + ACTIONS(8145), 1, + sym_END, + STATE(7137), 1, + sym_end_generate, STATE(6556), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [306630] = 6, + [306624] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8472), 1, + ACTIONS(8458), 1, anon_sym_COLON, - ACTIONS(8474), 1, + ACTIONS(8460), 1, sym_IS, STATE(6557), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [306651] = 6, + [306645] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8027), 1, + ACTIONS(8113), 1, sym_END, - STATE(7551), 1, - sym_end_package, + STATE(7159), 1, + sym_end_process, STATE(6558), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [306672] = 6, + [306666] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8007), 1, - sym_END, - STATE(7552), 1, - sym_end_process, + ACTIONS(1621), 1, + anon_sym_LPAREN, + STATE(1094), 1, + sym_parenthesis_group, STATE(6559), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [306693] = 6, + [306687] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8031), 1, - sym_END, - STATE(7570), 1, - sym_end_if, + ACTIONS(3302), 2, + sym_WHEN, + anon_sym_SEMI, STATE(6560), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [306714] = 6, + [306706] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8005), 1, - sym_END, - STATE(7571), 1, - sym_end_loop, + ACTIONS(1129), 1, + sym_BEGIN, + STATE(6244), 1, + sym_concurrent_block, STATE(6561), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [306735] = 5, + [306727] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8476), 2, + ACTIONS(8462), 2, sym_based_integer, sym_based_float, STATE(6562), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [306754] = 6, + [306746] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8039), 1, - sym_END, - STATE(7596), 1, - sym_subprogram_end, + ACTIONS(8464), 1, + anon_sym_LPAREN, + STATE(4661), 1, + sym_association_list, STATE(6563), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [306775] = 6, + [306767] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5409), 1, + ACTIONS(1651), 1, anon_sym_LPAREN, - STATE(4892), 1, + STATE(1026), 1, sym_parenthesis_group, STATE(6564), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [306796] = 6, + [306788] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8015), 1, - sym_END, - STATE(7597), 1, - sym_end_block, + ACTIONS(8466), 1, + anon_sym_COLON, + ACTIONS(8468), 1, + sym_IS, STATE(6565), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [306817] = 6, + [306809] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(1759), 1, - sym_PORT, - STATE(7603), 1, - sym_port_map_aspect, + ACTIONS(2656), 2, + anon_sym_COMMA, + anon_sym_COLON, STATE(6566), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [306838] = 6, + [306828] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8017), 1, - sym_END, - STATE(7605), 1, - sym_end_generate, + ACTIONS(8470), 1, + anon_sym_COLON, + ACTIONS(8472), 1, + sym_IS, STATE(6567), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [306859] = 6, + [306849] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8303), 1, - anon_sym_DOT, - ACTIONS(8478), 1, - anon_sym_COLON, + ACTIONS(8145), 1, + sym_END, + STATE(7233), 1, + sym_end_generate, STATE(6568), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [306880] = 5, + [306870] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8480), 2, - anon_sym_SEMI, - anon_sym_RPAREN, + ACTIONS(8474), 1, + anon_sym_LPAREN, + STATE(4473), 1, + sym_association_list, STATE(6569), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [306899] = 5, + [306891] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8482), 2, + ACTIONS(2652), 2, anon_sym_COMMA, - anon_sym_RPAREN, + anon_sym_COLON, STATE(6570), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [306918] = 6, + [306910] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8484), 1, - anon_sym_SEMI, - ACTIONS(8486), 1, - sym_IS, + ACTIONS(2482), 2, + anon_sym_COMMA, + anon_sym_COLON, STATE(6571), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [306939] = 6, + [306929] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8047), 1, - sym_END, - STATE(7620), 1, - sym_end_package_body, + ACTIONS(8476), 1, + anon_sym_LPAREN, + STATE(4669), 1, + sym_association_list, STATE(6572), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [306960] = 5, + [306950] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2932), 2, - sym_END, - sym_WHEN, + ACTIONS(1749), 1, + anon_sym_LPAREN, + STATE(1222), 1, + sym_parenthesis_group, STATE(6573), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [306979] = 6, + [306971] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8007), 1, - sym_END, - STATE(7623), 1, - sym_end_process, + ACTIONS(8478), 1, + anon_sym_LPAREN, + STATE(4603), 1, + sym_association_list, STATE(6574), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [307000] = 5, + [306992] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8488), 2, - sym_END, - sym_WHEN, + ACTIONS(8480), 1, + anon_sym_COLON, + ACTIONS(8482), 1, + sym_IS, STATE(6575), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [307019] = 6, + [307013] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8015), 1, - sym_END, - STATE(7630), 1, - sym_end_block, + ACTIONS(1837), 1, + anon_sym_LPAREN, + STATE(1293), 1, + sym_parenthesis_group, STATE(6576), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [307040] = 6, + [307034] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8051), 1, - sym_END, - STATE(7635), 1, - sym_end_case, + ACTIONS(2474), 2, + anon_sym_COMMA, + anon_sym_COLON, STATE(6577), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [307061] = 6, + [307053] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8005), 1, - sym_END, - STATE(7636), 1, - sym_end_loop, + ACTIONS(1749), 1, + anon_sym_LPAREN, + STATE(1232), 1, + sym_parenthesis_group, STATE(6578), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [307082] = 6, + [307074] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2984), 1, - sym_END, - STATE(6787), 1, - sym_end_for, + ACTIONS(8484), 1, + anon_sym_LPAREN, + STATE(1414), 1, + sym_association_list, STATE(6579), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [307103] = 6, + [307095] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8031), 1, - sym_END, - STATE(7646), 1, - sym_end_if, + ACTIONS(8486), 1, + anon_sym_COLON, + ACTIONS(8488), 1, + sym_IS, STATE(6580), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [307124] = 6, + [307116] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5706), 1, - sym_END, - STATE(6932), 1, - sym_end_component, + ACTIONS(2436), 2, + anon_sym_COMMA, + anon_sym_COLON, STATE(6581), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [307145] = 6, + [307135] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8490), 1, + ACTIONS(1837), 1, anon_sym_LPAREN, - STATE(5795), 1, - sym_association_list, + STATE(1317), 1, + sym_parenthesis_group, STATE(6582), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [307166] = 5, + [307156] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8492), 2, - sym_based_integer, - sym_based_float, + ACTIONS(8490), 1, + anon_sym_LPAREN, + STATE(4710), 1, + sym_association_list, STATE(6583), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [307185] = 6, + [307177] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8015), 1, - sym_END, - STATE(7666), 1, - sym_end_block, + ACTIONS(8492), 1, + anon_sym_LPAREN, + STATE(4518), 1, + sym_association_list, STATE(6584), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [307206] = 6, + [307198] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8007), 1, - sym_END, - STATE(7719), 1, - sym_end_process, + ACTIONS(1813), 1, + anon_sym_LPAREN, + STATE(1341), 1, + sym_parenthesis_group, STATE(6585), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [307227] = 5, + [307219] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7178), 2, - sym_END, - sym_WHEN, + ACTIONS(1813), 1, + anon_sym_LPAREN, + STATE(1359), 1, + sym_parenthesis_group, STATE(6586), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [307246] = 6, + [307240] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8015), 1, - sym_END, - STATE(7746), 1, - sym_end_block, + ACTIONS(1651), 1, + anon_sym_LPAREN, + STATE(1110), 1, + sym_parenthesis_group, STATE(6587), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [307267] = 6, + [307261] = 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_LPAREN, - STATE(4679), 1, - sym_association_list, + ACTIONS(8494), 2, + sym_based_integer, + sym_based_float, STATE(6588), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [307288] = 5, + [307280] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8496), 2, - sym_END, - sym_FOR, + ACTIONS(2408), 1, + anon_sym_LPAREN, + STATE(2109), 1, + sym_parenthesis_group, STATE(6589), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [307307] = 6, + [307301] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2984), 1, - sym_END, - STATE(6806), 1, - sym_end_for, + ACTIONS(1791), 1, + sym_PORT, + STATE(7229), 1, + sym_port_map_aspect, STATE(6590), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [307328] = 6, + [307322] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8051), 1, - sym_END, - STATE(7799), 1, - sym_end_case, + ACTIONS(8496), 1, + anon_sym_LPAREN, + STATE(1378), 1, + sym_association_list, STATE(6591), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [307349] = 6, + [307343] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8005), 1, - sym_END, - STATE(7800), 1, - sym_end_loop, + ACTIONS(4497), 1, + anon_sym_LPAREN, + STATE(4632), 1, + sym_parenthesis_group, STATE(6592), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [307370] = 6, + [307364] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8071), 1, - sym_END, - STATE(7829), 1, - sym_end_view, + ACTIONS(4497), 1, + anon_sym_LPAREN, + STATE(4626), 1, + sym_parenthesis_group, STATE(6593), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [307391] = 6, + [307385] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8015), 1, + ACTIONS(8113), 1, sym_END, - STATE(7848), 1, - sym_end_block, + STATE(7328), 1, + sym_end_process, STATE(6594), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [307412] = 6, + [307406] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8017), 1, - sym_END, - STATE(7850), 1, - sym_end_generate, + ACTIONS(5073), 1, + anon_sym_LPAREN, + STATE(4785), 1, + sym_parenthesis_group, STATE(6595), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [307433] = 5, + [307427] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8498), 2, - anon_sym_SEMI, - anon_sym_RPAREN, + ACTIONS(8192), 1, + sym_END, + STATE(7375), 1, + sym_end_case, STATE(6596), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [307452] = 6, + [307448] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2944), 1, - sym_BEGIN, - STATE(6201), 1, - sym_sequential_block, + ACTIONS(5073), 1, + anon_sym_LPAREN, + STATE(4741), 1, + sym_parenthesis_group, STATE(6597), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [307473] = 5, + [307469] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8500), 2, - sym_END, - sym_WHEN, + ACTIONS(8498), 1, + anon_sym_LPAREN, + STATE(1041), 1, + sym_association_list, STATE(6598), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [307492] = 5, + [307490] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8502), 2, - sym_END, - sym_FOR, + ACTIONS(4377), 1, + anon_sym_LPAREN, + STATE(4496), 1, + sym_parenthesis_group, STATE(6599), 3, sym__tool_directive, sym_line_comment, @@ -295655,10 +295655,10 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2984), 1, - sym_END, - STATE(6814), 1, - sym_end_for, + ACTIONS(8500), 1, + anon_sym_SEMI, + ACTIONS(8502), 1, + sym_UNITS, STATE(6600), 3, sym__tool_directive, sym_line_comment, @@ -295670,10 +295670,10 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8015), 1, - sym_END, - STATE(8022), 1, - sym_end_block, + ACTIONS(4377), 1, + anon_sym_LPAREN, + STATE(4495), 1, + sym_parenthesis_group, STATE(6601), 3, sym__tool_directive, sym_line_comment, @@ -295687,7 +295687,7 @@ static const uint16_t ts_small_parse_table[] = { sym__block_comment_start, ACTIONS(8504), 1, anon_sym_LPAREN, - STATE(2276), 1, + STATE(1097), 1, sym_association_list, STATE(6602), 3, sym__tool_directive, @@ -295701,37 +295701,37 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(7), 1, sym__block_comment_start, ACTIONS(8506), 2, - sym_END, - sym_FOR, + sym_based_integer, + sym_based_float, STATE(6603), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [307593] = 5, + [307593] = 6, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8508), 2, - sym_based_integer, - sym_based_float, + ACTIONS(8508), 1, + anon_sym_LPAREN, + STATE(5857), 1, + sym_association_list, STATE(6604), 3, sym__tool_directive, sym_line_comment, sym_block_comment, - [307612] = 6, + [307614] = 5, ACTIONS(3), 1, sym__grave_accent, ACTIONS(5), 1, sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5923), 1, - anon_sym_LT_EQ, - ACTIONS(5996), 1, - anon_sym_SEMI, + ACTIONS(8510), 2, + sym_based_integer, + sym_based_float, STATE(6605), 3, sym__tool_directive, sym_line_comment, @@ -295743,10 +295743,10 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8510), 1, - anon_sym_SEMI, - ACTIONS(8512), 1, - sym_IS, + ACTIONS(8190), 1, + sym_END, + STATE(7354), 1, + sym_end_loop, STATE(6606), 3, sym__tool_directive, sym_line_comment, @@ -295758,10 +295758,10 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5167), 1, + ACTIONS(8512), 1, anon_sym_LPAREN, - STATE(4750), 1, - sym_parenthesis_group, + STATE(1138), 1, + sym_association_list, STATE(6607), 3, sym__tool_directive, sym_line_comment, @@ -295787,7 +295787,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(7), 1, sym__block_comment_start, ACTIONS(8516), 1, - anon_sym_RPAREN, + anon_sym_RBRACK, STATE(6609), 3, sym__tool_directive, sym_line_comment, @@ -295800,7 +295800,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(7), 1, sym__block_comment_start, ACTIONS(8518), 1, - anon_sym_SEMI, + anon_sym_RBRACK, STATE(6610), 3, sym__tool_directive, sym_line_comment, @@ -295813,7 +295813,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(7), 1, sym__block_comment_start, ACTIONS(8520), 1, - anon_sym_RPAREN, + anon_sym_RBRACK, STATE(6611), 3, sym__tool_directive, sym_line_comment, @@ -295826,7 +295826,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(7), 1, sym__block_comment_start, ACTIONS(8522), 1, - anon_sym_SEMI, + anon_sym_RPAREN, STATE(6612), 3, sym__tool_directive, sym_line_comment, @@ -295839,7 +295839,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(7), 1, sym__block_comment_start, ACTIONS(8524), 1, - anon_sym_RBRACK, + anon_sym_SEMI, STATE(6613), 3, sym__tool_directive, sym_line_comment, @@ -295852,7 +295852,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(7), 1, sym__block_comment_start, ACTIONS(8526), 1, - anon_sym_RPAREN, + anon_sym_RBRACK, STATE(6614), 3, sym__tool_directive, sym_line_comment, @@ -295864,8 +295864,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6843), 1, - sym_END, + ACTIONS(8500), 1, + anon_sym_SEMI, STATE(6615), 3, sym__tool_directive, sym_line_comment, @@ -295878,7 +295878,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(7), 1, sym__block_comment_start, ACTIONS(8528), 1, - anon_sym_GT_GT, + anon_sym_RPAREN, STATE(6616), 3, sym__tool_directive, sym_line_comment, @@ -295917,7 +295917,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(7), 1, sym__block_comment_start, ACTIONS(8534), 1, - anon_sym_RBRACK, + anon_sym_GT_GT, STATE(6619), 3, sym__tool_directive, sym_line_comment, @@ -295930,7 +295930,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(7), 1, sym__block_comment_start, ACTIONS(8536), 1, - anon_sym_RBRACK, + anon_sym_SEMI, STATE(6620), 3, sym__tool_directive, sym_line_comment, @@ -295943,7 +295943,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(7), 1, sym__block_comment_start, ACTIONS(8538), 1, - anon_sym_SEMI, + anon_sym_RBRACK, STATE(6621), 3, sym__tool_directive, sym_line_comment, @@ -295969,7 +295969,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(7), 1, sym__block_comment_start, ACTIONS(8542), 1, - anon_sym_LPAREN, + anon_sym_RBRACK, STATE(6623), 3, sym__tool_directive, sym_line_comment, @@ -296008,7 +296008,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(7), 1, sym__block_comment_start, ACTIONS(8548), 1, - anon_sym_RBRACK, + anon_sym_SEMI, STATE(6626), 3, sym__tool_directive, sym_line_comment, @@ -296021,7 +296021,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(7), 1, sym__block_comment_start, ACTIONS(8550), 1, - anon_sym_RPAREN, + anon_sym_SEMI, STATE(6627), 3, sym__tool_directive, sym_line_comment, @@ -296034,7 +296034,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(7), 1, sym__block_comment_start, ACTIONS(8552), 1, - anon_sym_GT_GT, + anon_sym_RPAREN, STATE(6628), 3, sym__tool_directive, sym_line_comment, @@ -296060,7 +296060,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(7), 1, sym__block_comment_start, ACTIONS(8556), 1, - anon_sym_RPAREN, + anon_sym_GT_GT, STATE(6630), 3, sym__tool_directive, sym_line_comment, @@ -296073,7 +296073,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(7), 1, sym__block_comment_start, ACTIONS(8558), 1, - anon_sym_GT_GT, + anon_sym_RPAREN, STATE(6631), 3, sym__tool_directive, sym_line_comment, @@ -296086,7 +296086,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(7), 1, sym__block_comment_start, ACTIONS(8560), 1, - anon_sym_RBRACK, + anon_sym_SEMI, STATE(6632), 3, sym__tool_directive, sym_line_comment, @@ -296112,7 +296112,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(7), 1, sym__block_comment_start, ACTIONS(8564), 1, - anon_sym_RBRACK, + anon_sym_GT_GT, STATE(6634), 3, sym__tool_directive, sym_line_comment, @@ -296125,7 +296125,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(7), 1, sym__block_comment_start, ACTIONS(8566), 1, - anon_sym_GT_GT, + anon_sym_SEMI, STATE(6635), 3, sym__tool_directive, sym_line_comment, @@ -296164,7 +296164,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(7), 1, sym__block_comment_start, ACTIONS(8572), 1, - anon_sym_SEMI, + anon_sym_GT_GT, STATE(6638), 3, sym__tool_directive, sym_line_comment, @@ -296203,7 +296203,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(7), 1, sym__block_comment_start, ACTIONS(8578), 1, - anon_sym_RBRACK, + anon_sym_SEMI, STATE(6641), 3, sym__tool_directive, sym_line_comment, @@ -296216,7 +296216,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(7), 1, sym__block_comment_start, ACTIONS(8580), 1, - sym_MAP, + anon_sym_RBRACK, STATE(6642), 3, sym__tool_directive, sym_line_comment, @@ -296229,7 +296229,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(7), 1, sym__block_comment_start, ACTIONS(8582), 1, - anon_sym_RPAREN, + anon_sym_SEMI, STATE(6643), 3, sym__tool_directive, sym_line_comment, @@ -296242,7 +296242,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(7), 1, sym__block_comment_start, ACTIONS(8584), 1, - sym_BLOCK, + anon_sym_RPAREN, STATE(6644), 3, sym__tool_directive, sym_line_comment, @@ -296255,7 +296255,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(7), 1, sym__block_comment_start, ACTIONS(8586), 1, - anon_sym_SEMI, + anon_sym_RBRACK, STATE(6645), 3, sym__tool_directive, sym_line_comment, @@ -296268,7 +296268,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(7), 1, sym__block_comment_start, ACTIONS(8588), 1, - anon_sym_RBRACK, + anon_sym_SEMI, STATE(6646), 3, sym__tool_directive, sym_line_comment, @@ -296281,7 +296281,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(7), 1, sym__block_comment_start, ACTIONS(8590), 1, - anon_sym_SEMI, + anon_sym_RBRACK, STATE(6647), 3, sym__tool_directive, sym_line_comment, @@ -296294,7 +296294,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(7), 1, sym__block_comment_start, ACTIONS(8592), 1, - anon_sym_COLON, + anon_sym_SEMI, STATE(6648), 3, sym__tool_directive, sym_line_comment, @@ -296307,7 +296307,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(7), 1, sym__block_comment_start, ACTIONS(8594), 1, - anon_sym_RBRACK, + anon_sym_SEMI, STATE(6649), 3, sym__tool_directive, sym_line_comment, @@ -296320,7 +296320,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(7), 1, sym__block_comment_start, ACTIONS(8596), 1, - anon_sym_SEMI, + anon_sym_RBRACK, STATE(6650), 3, sym__tool_directive, sym_line_comment, @@ -296333,7 +296333,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(7), 1, sym__block_comment_start, ACTIONS(8598), 1, - anon_sym_RBRACK, + anon_sym_RPAREN, STATE(6651), 3, sym__tool_directive, sym_line_comment, @@ -296358,8 +296358,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8602), 1, - anon_sym_RPAREN, + ACTIONS(7014), 1, + anon_sym_SEMI, STATE(6653), 3, sym__tool_directive, sym_line_comment, @@ -296371,8 +296371,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8604), 1, - sym_bit_string_value, + ACTIONS(8602), 1, + anon_sym_RPAREN, STATE(6654), 3, sym__tool_directive, sym_line_comment, @@ -296384,8 +296384,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8606), 1, - anon_sym_SEMI, + ACTIONS(8604), 1, + anon_sym_RBRACK, STATE(6655), 3, sym__tool_directive, sym_line_comment, @@ -296397,8 +296397,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8608), 1, - anon_sym_RBRACK, + ACTIONS(5817), 1, + anon_sym_SEMI, STATE(6656), 3, sym__tool_directive, sym_line_comment, @@ -296410,8 +296410,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6064), 1, - anon_sym_SEMI, + ACTIONS(8606), 1, + anon_sym_RBRACK, STATE(6657), 3, sym__tool_directive, sym_line_comment, @@ -296423,7 +296423,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8610), 1, + ACTIONS(8608), 1, anon_sym_SEMI, STATE(6658), 3, sym__tool_directive, @@ -296436,7 +296436,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8612), 1, + ACTIONS(8610), 1, anon_sym_RBRACK, STATE(6659), 3, sym__tool_directive, @@ -296449,8 +296449,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2678), 1, - sym_IN, + ACTIONS(8612), 1, + anon_sym_RBRACK, STATE(6660), 3, sym__tool_directive, sym_line_comment, @@ -296463,7 +296463,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(7), 1, sym__block_comment_start, ACTIONS(8614), 1, - anon_sym_RBRACK, + anon_sym_GT_GT, STATE(6661), 3, sym__tool_directive, sym_line_comment, @@ -296476,7 +296476,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(7), 1, sym__block_comment_start, ACTIONS(8616), 1, - anon_sym_RPAREN, + anon_sym_RBRACK, STATE(6662), 3, sym__tool_directive, sym_line_comment, @@ -296489,7 +296489,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(7), 1, sym__block_comment_start, ACTIONS(8618), 1, - sym_bit_string_value, + anon_sym_RPAREN, STATE(6663), 3, sym__tool_directive, sym_line_comment, @@ -296502,7 +296502,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(7), 1, sym__block_comment_start, ACTIONS(8620), 1, - anon_sym_RPAREN, + anon_sym_GT_GT, STATE(6664), 3, sym__tool_directive, sym_line_comment, @@ -296515,7 +296515,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(7), 1, sym__block_comment_start, ACTIONS(8622), 1, - anon_sym_SEMI, + anon_sym_GT_GT, STATE(6665), 3, sym__tool_directive, sym_line_comment, @@ -296528,7 +296528,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(7), 1, sym__block_comment_start, ACTIONS(8624), 1, - anon_sym_RPAREN, + anon_sym_SEMI, STATE(6666), 3, sym__tool_directive, sym_line_comment, @@ -296541,7 +296541,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(7), 1, sym__block_comment_start, ACTIONS(8626), 1, - anon_sym_GT_GT, + anon_sym_RPAREN, STATE(6667), 3, sym__tool_directive, sym_line_comment, @@ -296554,7 +296554,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(7), 1, sym__block_comment_start, ACTIONS(8628), 1, - anon_sym_RPAREN, + anon_sym_RBRACK, STATE(6668), 3, sym__tool_directive, sym_line_comment, @@ -296567,7 +296567,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(7), 1, sym__block_comment_start, ACTIONS(8630), 1, - anon_sym_GT_GT, + anon_sym_RPAREN, STATE(6669), 3, sym__tool_directive, sym_line_comment, @@ -296593,7 +296593,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(7), 1, sym__block_comment_start, ACTIONS(8634), 1, - anon_sym_RBRACK, + anon_sym_RPAREN, STATE(6671), 3, sym__tool_directive, sym_line_comment, @@ -296606,7 +296606,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(7), 1, sym__block_comment_start, ACTIONS(8636), 1, - anon_sym_GT_GT, + anon_sym_SEMI, STATE(6672), 3, sym__tool_directive, sym_line_comment, @@ -296619,7 +296619,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(7), 1, sym__block_comment_start, ACTIONS(8638), 1, - sym_bit_string_value, + anon_sym_SEMI, STATE(6673), 3, sym__tool_directive, sym_line_comment, @@ -296632,7 +296632,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(7), 1, sym__block_comment_start, ACTIONS(8640), 1, - anon_sym_RPAREN, + anon_sym_RBRACK, STATE(6674), 3, sym__tool_directive, sym_line_comment, @@ -296957,7 +296957,7 @@ 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(6699), 3, sym__tool_directive, sym_line_comment, @@ -296969,8 +296969,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8692), 1, - anon_sym_GT_GT, + ACTIONS(804), 1, + anon_sym_SEMI, STATE(6700), 3, sym__tool_directive, sym_line_comment, @@ -296982,8 +296982,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8694), 1, - anon_sym_GT_GT, + ACTIONS(8692), 1, + anon_sym_SEMI, STATE(6701), 3, sym__tool_directive, sym_line_comment, @@ -296995,8 +296995,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8696), 1, - anon_sym_RBRACK, + ACTIONS(5755), 1, + anon_sym_SEMI, STATE(6702), 3, sym__tool_directive, sym_line_comment, @@ -297008,8 +297008,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8698), 1, - sym_box, + ACTIONS(8694), 1, + anon_sym_GT_GT, STATE(6703), 3, sym__tool_directive, sym_line_comment, @@ -297021,8 +297021,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8700), 1, - anon_sym_RBRACK, + ACTIONS(5753), 1, + anon_sym_SEMI, STATE(6704), 3, sym__tool_directive, sym_line_comment, @@ -297034,7 +297034,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8702), 1, + ACTIONS(8696), 1, anon_sym_SEMI, STATE(6705), 3, sym__tool_directive, @@ -297047,8 +297047,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8704), 1, - sym_bit_string_base, + ACTIONS(8698), 1, + anon_sym_GT_GT, STATE(6706), 3, sym__tool_directive, sym_line_comment, @@ -297060,8 +297060,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8706), 1, - anon_sym_RBRACK, + ACTIONS(8700), 1, + sym_bit_string_base, STATE(6707), 3, sym__tool_directive, sym_line_comment, @@ -297073,7 +297073,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8708), 1, + ACTIONS(7290), 1, anon_sym_SEMI, STATE(6708), 3, sym__tool_directive, @@ -297086,8 +297086,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8710), 1, - anon_sym_COLON, + ACTIONS(8702), 1, + anon_sym_GT_GT, STATE(6709), 3, sym__tool_directive, sym_line_comment, @@ -297099,8 +297099,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8712), 1, - anon_sym_SEMI, + ACTIONS(8704), 1, + anon_sym_COLON, STATE(6710), 3, sym__tool_directive, sym_line_comment, @@ -297112,7 +297112,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8714), 1, + ACTIONS(8706), 1, anon_sym_SEMI, STATE(6711), 3, sym__tool_directive, @@ -297125,8 +297125,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8716), 1, - sym_MAP, + ACTIONS(8708), 1, + anon_sym_GT_GT, STATE(6712), 3, sym__tool_directive, sym_line_comment, @@ -297138,7 +297138,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8718), 1, + ACTIONS(8710), 1, sym_MAP, STATE(6713), 3, sym__tool_directive, @@ -297151,8 +297151,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5948), 1, - sym_END, + ACTIONS(8712), 1, + sym_MAP, STATE(6714), 3, sym__tool_directive, sym_line_comment, @@ -297164,7 +297164,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8720), 1, + ACTIONS(7264), 1, anon_sym_SEMI, STATE(6715), 3, sym__tool_directive, @@ -297177,8 +297177,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8722), 1, - sym__directive_newline, + ACTIONS(8714), 1, + anon_sym_SEMI, STATE(6716), 3, sym__tool_directive, sym_line_comment, @@ -297190,8 +297190,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8171), 1, - anon_sym_COMMA, + ACTIONS(8716), 1, + anon_sym_RBRACK, STATE(6717), 3, sym__tool_directive, sym_line_comment, @@ -297203,8 +297203,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8724), 1, - anon_sym_SEMI, + ACTIONS(3886), 1, + anon_sym_RPAREN, STATE(6718), 3, sym__tool_directive, sym_line_comment, @@ -297216,7 +297216,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7253), 1, + ACTIONS(8718), 1, anon_sym_SEMI, STATE(6719), 3, sym__tool_directive, @@ -297229,8 +297229,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8726), 1, - sym_bit_string_value, + ACTIONS(6053), 1, + anon_sym_SEMI, STATE(6720), 3, sym__tool_directive, sym_line_comment, @@ -297242,8 +297242,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8728), 1, - anon_sym_LPAREN, + ACTIONS(8720), 1, + anon_sym_RPAREN, STATE(6721), 3, sym__tool_directive, sym_line_comment, @@ -297255,8 +297255,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8730), 1, - anon_sym_SEMI, + ACTIONS(8722), 1, + anon_sym_RPAREN, STATE(6722), 3, sym__tool_directive, sym_line_comment, @@ -297268,8 +297268,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8732), 1, - anon_sym_SEMI, + ACTIONS(8724), 1, + anon_sym_RPAREN, STATE(6723), 3, sym__tool_directive, sym_line_comment, @@ -297281,8 +297281,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8734), 1, - anon_sym_SEMI, + ACTIONS(8726), 1, + anon_sym_RPAREN, STATE(6724), 3, sym__tool_directive, sym_line_comment, @@ -297294,8 +297294,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8736), 1, - anon_sym_LPAREN, + ACTIONS(8728), 1, + anon_sym_SEMI, STATE(6725), 3, sym__tool_directive, sym_line_comment, @@ -297307,8 +297307,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8738), 1, - anon_sym_LPAREN, + ACTIONS(8730), 1, + anon_sym_SEMI, STATE(6726), 3, sym__tool_directive, sym_line_comment, @@ -297320,8 +297320,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8740), 1, - anon_sym_SEMI, + ACTIONS(8732), 1, + anon_sym_LPAREN, STATE(6727), 3, sym__tool_directive, sym_line_comment, @@ -297333,8 +297333,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7280), 1, - anon_sym_SEMI, + ACTIONS(8734), 1, + anon_sym_LPAREN, STATE(6728), 3, sym__tool_directive, sym_line_comment, @@ -297346,7 +297346,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8742), 1, + ACTIONS(8736), 1, anon_sym_SEMI, STATE(6729), 3, sym__tool_directive, @@ -297359,8 +297359,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8744), 1, - sym_bit_string_value, + ACTIONS(8738), 1, + anon_sym_SEMI, STATE(6730), 3, sym__tool_directive, sym_line_comment, @@ -297372,8 +297372,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8746), 1, - anon_sym_RPAREN, + ACTIONS(8740), 1, + anon_sym_RBRACK, STATE(6731), 3, sym__tool_directive, sym_line_comment, @@ -297385,8 +297385,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8748), 1, - anon_sym_SEMI, + ACTIONS(8742), 1, + anon_sym_RBRACK, STATE(6732), 3, sym__tool_directive, sym_line_comment, @@ -297398,8 +297398,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6178), 1, - anon_sym_SEMI, + ACTIONS(8744), 1, + anon_sym_GT_GT, STATE(6733), 3, sym__tool_directive, sym_line_comment, @@ -297411,8 +297411,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7290), 1, - anon_sym_SEMI, + ACTIONS(8746), 1, + anon_sym_GT_GT, STATE(6734), 3, sym__tool_directive, sym_line_comment, @@ -297424,8 +297424,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8750), 1, - anon_sym_RPAREN, + ACTIONS(8748), 1, + anon_sym_SEMI, STATE(6735), 3, sym__tool_directive, sym_line_comment, @@ -297437,7 +297437,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8752), 1, + ACTIONS(8750), 1, anon_sym_SEMI, STATE(6736), 3, sym__tool_directive, @@ -297450,7 +297450,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8754), 1, + ACTIONS(8752), 1, anon_sym_SEMI, STATE(6737), 3, sym__tool_directive, @@ -297463,7 +297463,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8756), 1, + ACTIONS(7306), 1, anon_sym_SEMI, STATE(6738), 3, sym__tool_directive, @@ -297476,8 +297476,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8758), 1, - sym_MAP, + ACTIONS(8754), 1, + anon_sym_SEMI, STATE(6739), 3, sym__tool_directive, sym_line_comment, @@ -297489,8 +297489,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8760), 1, - anon_sym_SEMI, + ACTIONS(8756), 1, + anon_sym_GT_GT, STATE(6740), 3, sym__tool_directive, sym_line_comment, @@ -297502,8 +297502,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3750), 1, - sym_GENERATE, + ACTIONS(8758), 1, + sym_MAP, STATE(6741), 3, sym__tool_directive, sym_line_comment, @@ -297515,8 +297515,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8762), 1, - anon_sym_RPAREN, + ACTIONS(8760), 1, + anon_sym_SEMI, STATE(6742), 3, sym__tool_directive, sym_line_comment, @@ -297528,8 +297528,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8764), 1, - anon_sym_SEMI, + ACTIONS(8762), 1, + sym_GENERATE, STATE(6743), 3, sym__tool_directive, sym_line_comment, @@ -297541,7 +297541,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8766), 1, + ACTIONS(8764), 1, sym_IN, STATE(6744), 3, sym__tool_directive, @@ -297554,7 +297554,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8768), 1, + ACTIONS(8766), 1, anon_sym_RBRACK, STATE(6745), 3, sym__tool_directive, @@ -297567,8 +297567,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8770), 1, - anon_sym_RBRACK, + ACTIONS(8768), 1, + sym_IN, STATE(6746), 3, sym__tool_directive, sym_line_comment, @@ -297580,8 +297580,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8772), 1, - anon_sym_SEMI, + ACTIONS(8770), 1, + anon_sym_RPAREN, STATE(6747), 3, sym__tool_directive, sym_line_comment, @@ -297593,8 +297593,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8774), 1, - anon_sym_GT_GT, + ACTIONS(8772), 1, + anon_sym_RPAREN, STATE(6748), 3, sym__tool_directive, sym_line_comment, @@ -297606,8 +297606,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8776), 1, - anon_sym_GT_GT, + ACTIONS(8774), 1, + anon_sym_SEMI, STATE(6749), 3, sym__tool_directive, sym_line_comment, @@ -297619,8 +297619,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8778), 1, - sym__directive_newline, + ACTIONS(8776), 1, + anon_sym_SEMI, STATE(6750), 3, sym__tool_directive, sym_line_comment, @@ -297632,8 +297632,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8780), 1, - anon_sym_GT_GT, + ACTIONS(8778), 1, + anon_sym_SEMI, STATE(6751), 3, sym__tool_directive, sym_line_comment, @@ -297645,8 +297645,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8782), 1, - anon_sym_SEMI, + ACTIONS(8780), 1, + anon_sym_DOT, STATE(6752), 3, sym__tool_directive, sym_line_comment, @@ -297658,8 +297658,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8784), 1, - anon_sym_RBRACK, + ACTIONS(8782), 1, + anon_sym_SEMI, STATE(6753), 3, sym__tool_directive, sym_line_comment, @@ -297671,7 +297671,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8786), 1, + ACTIONS(7344), 1, anon_sym_SEMI, STATE(6754), 3, sym__tool_directive, @@ -297684,8 +297684,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8788), 1, - anon_sym_RBRACK, + ACTIONS(8784), 1, + anon_sym_RPAREN, STATE(6755), 3, sym__tool_directive, sym_line_comment, @@ -297697,8 +297697,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8790), 1, - sym_END, + ACTIONS(7351), 1, + anon_sym_SEMI, STATE(6756), 3, sym__tool_directive, sym_line_comment, @@ -297710,8 +297710,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7171), 1, - anon_sym_SEMI, + ACTIONS(8786), 1, + anon_sym_RBRACK, STATE(6757), 3, sym__tool_directive, sym_line_comment, @@ -297723,8 +297723,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8792), 1, - anon_sym_SEMI, + ACTIONS(8788), 1, + anon_sym_RBRACK, STATE(6758), 3, sym__tool_directive, sym_line_comment, @@ -297736,8 +297736,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8794), 1, - anon_sym_SEMI, + ACTIONS(8790), 1, + anon_sym_GT_GT, STATE(6759), 3, sym__tool_directive, sym_line_comment, @@ -297749,8 +297749,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8796), 1, - sym__block_comment_end, + ACTIONS(8792), 1, + anon_sym_GT_GT, STATE(6760), 3, sym__tool_directive, sym_line_comment, @@ -297762,8 +297762,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8798), 1, - anon_sym_SEMI, + ACTIONS(8794), 1, + anon_sym_GT_GT, STATE(6761), 3, sym__tool_directive, sym_line_comment, @@ -297775,8 +297775,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8800), 1, - sym_OF, + ACTIONS(8796), 1, + anon_sym_RBRACK, STATE(6762), 3, sym__tool_directive, sym_line_comment, @@ -297788,7 +297788,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8802), 1, + ACTIONS(6156), 1, anon_sym_SEMI, STATE(6763), 3, sym__tool_directive, @@ -297801,8 +297801,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8804), 1, - anon_sym_SEMI, + ACTIONS(8798), 1, + anon_sym_RPAREN, STATE(6764), 3, sym__tool_directive, sym_line_comment, @@ -297814,8 +297814,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6071), 1, - sym_END, + ACTIONS(8800), 1, + anon_sym_SEMI, STATE(6765), 3, sym__tool_directive, sym_line_comment, @@ -297827,8 +297827,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8806), 1, - anon_sym_COLON, + ACTIONS(8802), 1, + anon_sym_RPAREN, STATE(6766), 3, sym__tool_directive, sym_line_comment, @@ -297840,8 +297840,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8225), 1, - sym_END, + ACTIONS(8804), 1, + anon_sym_SEMI, STATE(6767), 3, sym__tool_directive, sym_line_comment, @@ -297853,7 +297853,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8808), 1, + ACTIONS(8806), 1, anon_sym_SEMI, STATE(6768), 3, sym__tool_directive, @@ -297866,8 +297866,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8810), 1, - sym_bit_string_value, + ACTIONS(8808), 1, + anon_sym_SEMI, STATE(6769), 3, sym__tool_directive, sym_line_comment, @@ -297879,8 +297879,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8812), 1, - anon_sym_SEMI, + ACTIONS(8810), 1, + sym_GENERATE, STATE(6770), 3, sym__tool_directive, sym_line_comment, @@ -297892,8 +297892,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8814), 1, - sym_string_literal, + ACTIONS(8812), 1, + anon_sym_SEMI, STATE(6771), 3, sym__tool_directive, sym_line_comment, @@ -297905,8 +297905,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8816), 1, - sym_END, + ACTIONS(8814), 1, + anon_sym_SEMI, STATE(6772), 3, sym__tool_directive, sym_line_comment, @@ -297918,8 +297918,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8818), 1, - sym_box, + ACTIONS(8816), 1, + anon_sym_RBRACK, STATE(6773), 3, sym__tool_directive, sym_line_comment, @@ -297931,8 +297931,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8750), 1, - sym_string_literal, + ACTIONS(8818), 1, + anon_sym_SEMI, STATE(6774), 3, sym__tool_directive, sym_line_comment, @@ -297945,7 +297945,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(7), 1, sym__block_comment_start, ACTIONS(8820), 1, - anon_sym_RPAREN, + anon_sym_RBRACK, STATE(6775), 3, sym__tool_directive, sym_line_comment, @@ -297958,7 +297958,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(7), 1, sym__block_comment_start, ACTIONS(8822), 1, - anon_sym_SEMI, + anon_sym_GT_GT, STATE(6776), 3, sym__tool_directive, sym_line_comment, @@ -297971,7 +297971,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(7), 1, sym__block_comment_start, ACTIONS(8824), 1, - anon_sym_RPAREN, + anon_sym_GT_GT, STATE(6777), 3, sym__tool_directive, sym_line_comment, @@ -297983,8 +297983,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8826), 1, - anon_sym_RPAREN, + ACTIONS(7338), 1, + anon_sym_SEMI, STATE(6778), 3, sym__tool_directive, sym_line_comment, @@ -297996,7 +297996,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8828), 1, + ACTIONS(8826), 1, anon_sym_RPAREN, STATE(6779), 3, sym__tool_directive, @@ -298009,7 +298009,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8830), 1, + ACTIONS(8828), 1, anon_sym_RPAREN, STATE(6780), 3, sym__tool_directive, @@ -298022,8 +298022,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8832), 1, - anon_sym_SEMI, + ACTIONS(8830), 1, + anon_sym_GT_GT, STATE(6781), 3, sym__tool_directive, sym_line_comment, @@ -298035,8 +298035,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8303), 1, - anon_sym_DOT, + ACTIONS(8832), 1, + anon_sym_RPAREN, STATE(6782), 3, sym__tool_directive, sym_line_comment, @@ -298049,7 +298049,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(7), 1, sym__block_comment_start, ACTIONS(8834), 1, - sym__directive_newline, + anon_sym_RBRACK, STATE(6783), 3, sym__tool_directive, sym_line_comment, @@ -298075,7 +298075,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(7), 1, sym__block_comment_start, ACTIONS(8838), 1, - sym_bit_string_value, + anon_sym_RPAREN, STATE(6785), 3, sym__tool_directive, sym_line_comment, @@ -298088,7 +298088,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(7), 1, sym__block_comment_start, ACTIONS(8840), 1, - anon_sym_RPAREN, + sym_bit_string_value, STATE(6786), 3, sym__tool_directive, sym_line_comment, @@ -298114,7 +298114,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(7), 1, sym__block_comment_start, ACTIONS(8844), 1, - sym_bit_string_value, + sym_MAP, STATE(6788), 3, sym__tool_directive, sym_line_comment, @@ -298127,7 +298127,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(7), 1, sym__block_comment_start, ACTIONS(8846), 1, - sym_bit_string_value, + anon_sym_RPAREN, STATE(6789), 3, sym__tool_directive, sym_line_comment, @@ -298140,7 +298140,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(7), 1, sym__block_comment_start, ACTIONS(8848), 1, - anon_sym_RPAREN, + anon_sym_SEMI, STATE(6790), 3, sym__tool_directive, sym_line_comment, @@ -298153,7 +298153,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(7), 1, sym__block_comment_start, ACTIONS(8850), 1, - anon_sym_SEMI, + anon_sym_RPAREN, STATE(6791), 3, sym__tool_directive, sym_line_comment, @@ -298165,8 +298165,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7343), 1, - sym_RETURN, + ACTIONS(8852), 1, + sym__directive_newline, STATE(6792), 3, sym__tool_directive, sym_line_comment, @@ -298178,8 +298178,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8227), 1, - sym_END, + ACTIONS(8854), 1, + anon_sym_SEMI, STATE(6793), 3, sym__tool_directive, sym_line_comment, @@ -298191,8 +298191,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8852), 1, - sym_OF, + ACTIONS(8856), 1, + anon_sym_RBRACK, STATE(6794), 3, sym__tool_directive, sym_line_comment, @@ -298204,8 +298204,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8854), 1, - anon_sym_RBRACK, + ACTIONS(8858), 1, + anon_sym_SEMI, STATE(6795), 3, sym__tool_directive, sym_line_comment, @@ -298217,8 +298217,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8856), 1, - sym_IS, + ACTIONS(8860), 1, + sym_OF, STATE(6796), 3, sym__tool_directive, sym_line_comment, @@ -298230,8 +298230,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8858), 1, - anon_sym_RPAREN, + ACTIONS(8862), 1, + anon_sym_RBRACK, STATE(6797), 3, sym__tool_directive, sym_line_comment, @@ -298243,8 +298243,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8860), 1, - anon_sym_RPAREN, + ACTIONS(8864), 1, + sym_IS, STATE(6798), 3, sym__tool_directive, sym_line_comment, @@ -298256,8 +298256,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8862), 1, - anon_sym_SEMI, + ACTIONS(8866), 1, + sym_bit_string_value, STATE(6799), 3, sym__tool_directive, sym_line_comment, @@ -298269,7 +298269,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8864), 1, + ACTIONS(8868), 1, anon_sym_GT_GT, STATE(6800), 3, sym__tool_directive, @@ -298282,7 +298282,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8866), 1, + ACTIONS(8870), 1, anon_sym_GT_GT, STATE(6801), 3, sym__tool_directive, @@ -298295,8 +298295,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8868), 1, - anon_sym_SEMI, + ACTIONS(8872), 1, + anon_sym_GT_GT, STATE(6802), 3, sym__tool_directive, sym_line_comment, @@ -298308,8 +298308,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8870), 1, - anon_sym_RPAREN, + ACTIONS(8874), 1, + anon_sym_SEMI, STATE(6803), 3, sym__tool_directive, sym_line_comment, @@ -298321,8 +298321,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8872), 1, - anon_sym_GT_GT, + ACTIONS(8876), 1, + anon_sym_RBRACK, STATE(6804), 3, sym__tool_directive, sym_line_comment, @@ -298334,8 +298334,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8874), 1, - anon_sym_SEMI, + ACTIONS(8878), 1, + anon_sym_RPAREN, STATE(6805), 3, sym__tool_directive, sym_line_comment, @@ -298347,8 +298347,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8876), 1, - anon_sym_SEMI, + ACTIONS(8880), 1, + anon_sym_COLON, STATE(6806), 3, sym__tool_directive, sym_line_comment, @@ -298360,8 +298360,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8878), 1, - anon_sym_RBRACK, + ACTIONS(8882), 1, + anon_sym_SEMI, STATE(6807), 3, sym__tool_directive, sym_line_comment, @@ -298373,8 +298373,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8880), 1, - anon_sym_SEMI, + ACTIONS(8884), 1, + anon_sym_RPAREN, STATE(6808), 3, sym__tool_directive, sym_line_comment, @@ -298386,8 +298386,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8882), 1, - anon_sym_RBRACK, + ACTIONS(8886), 1, + anon_sym_RPAREN, STATE(6809), 3, sym__tool_directive, sym_line_comment, @@ -298399,7 +298399,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8884), 1, + ACTIONS(8888), 1, anon_sym_RPAREN, STATE(6810), 3, sym__tool_directive, @@ -298412,8 +298412,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8886), 1, - anon_sym_RPAREN, + ACTIONS(7377), 1, + anon_sym_SEMI, STATE(6811), 3, sym__tool_directive, sym_line_comment, @@ -298425,8 +298425,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8888), 1, - sym_bit_string_value, + ACTIONS(8890), 1, + anon_sym_SEMI, STATE(6812), 3, sym__tool_directive, sym_line_comment, @@ -298438,8 +298438,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8890), 1, - sym_BODY, + ACTIONS(6162), 1, + anon_sym_SEMI, STATE(6813), 3, sym__tool_directive, sym_line_comment, @@ -298452,7 +298452,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(7), 1, sym__block_comment_start, ACTIONS(8892), 1, - anon_sym_SEMI, + anon_sym_RBRACK, STATE(6814), 3, sym__tool_directive, sym_line_comment, @@ -298465,7 +298465,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(7), 1, sym__block_comment_start, ACTIONS(8894), 1, - anon_sym_SEMI, + anon_sym_RBRACK, STATE(6815), 3, sym__tool_directive, sym_line_comment, @@ -298478,7 +298478,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(7), 1, sym__block_comment_start, ACTIONS(8896), 1, - anon_sym_RPAREN, + anon_sym_GT_GT, STATE(6816), 3, sym__tool_directive, sym_line_comment, @@ -298491,7 +298491,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(7), 1, sym__block_comment_start, ACTIONS(8898), 1, - sym_box, + anon_sym_GT_GT, STATE(6817), 3, sym__tool_directive, sym_line_comment, @@ -298504,7 +298504,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(7), 1, sym__block_comment_start, ACTIONS(8900), 1, - anon_sym_SEMI, + anon_sym_GT_GT, STATE(6818), 3, sym__tool_directive, sym_line_comment, @@ -298517,7 +298517,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(7), 1, sym__block_comment_start, ACTIONS(8902), 1, - anon_sym_RPAREN, + sym_box, STATE(6819), 3, sym__tool_directive, sym_line_comment, @@ -298530,7 +298530,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(7), 1, sym__block_comment_start, ACTIONS(8904), 1, - anon_sym_COLON, + anon_sym_SEMI, STATE(6820), 3, sym__tool_directive, sym_line_comment, @@ -298556,7 +298556,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(7), 1, sym__block_comment_start, ACTIONS(8908), 1, - sym_OF, + anon_sym_COLON, STATE(6822), 3, sym__tool_directive, sym_line_comment, @@ -298569,7 +298569,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(7), 1, sym__block_comment_start, ACTIONS(8910), 1, - sym_bit_string_value, + anon_sym_SEMI, STATE(6823), 3, sym__tool_directive, sym_line_comment, @@ -298582,7 +298582,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(7), 1, sym__block_comment_start, ACTIONS(8912), 1, - anon_sym_SEMI, + sym_OF, STATE(6824), 3, sym__tool_directive, sym_line_comment, @@ -298595,7 +298595,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(7), 1, sym__block_comment_start, ACTIONS(8914), 1, - anon_sym_SEMI, + sym_box, STATE(6825), 3, sym__tool_directive, sym_line_comment, @@ -298634,7 +298634,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(7), 1, sym__block_comment_start, ACTIONS(8920), 1, - sym_IS, + anon_sym_DOT, STATE(6828), 3, sym__tool_directive, sym_line_comment, @@ -298660,7 +298660,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(7), 1, sym__block_comment_start, ACTIONS(8924), 1, - anon_sym_COLON, + anon_sym_SEMI, STATE(6830), 3, sym__tool_directive, sym_line_comment, @@ -298686,7 +298686,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(7), 1, sym__block_comment_start, ACTIONS(8928), 1, - sym_bit_string_base, + anon_sym_RPAREN, STATE(6832), 3, sym__tool_directive, sym_line_comment, @@ -298698,8 +298698,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8073), 1, - anon_sym_SEMI, + ACTIONS(8930), 1, + anon_sym_COLON, STATE(6833), 3, sym__tool_directive, sym_line_comment, @@ -298711,8 +298711,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8930), 1, - anon_sym_COLON, + ACTIONS(8932), 1, + sym_bit_string_base, STATE(6834), 3, sym__tool_directive, sym_line_comment, @@ -298724,8 +298724,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8932), 1, - sym_bit_string_value, + ACTIONS(8934), 1, + anon_sym_COLON, STATE(6835), 3, sym__tool_directive, sym_line_comment, @@ -298737,8 +298737,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8934), 1, - sym_MAP, + ACTIONS(8936), 1, + anon_sym_SEMI, STATE(6836), 3, sym__tool_directive, sym_line_comment, @@ -298750,8 +298750,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8936), 1, - sym_MAP, + ACTIONS(8938), 1, + anon_sym_RBRACK, STATE(6837), 3, sym__tool_directive, sym_line_comment, @@ -298763,8 +298763,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8938), 1, - sym_IS, + ACTIONS(8940), 1, + sym_MAP, STATE(6838), 3, sym__tool_directive, sym_line_comment, @@ -298776,8 +298776,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8940), 1, - anon_sym_RPAREN, + ACTIONS(8942), 1, + sym_MAP, STATE(6839), 3, sym__tool_directive, sym_line_comment, @@ -298789,8 +298789,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8942), 1, - anon_sym_RPAREN, + ACTIONS(8944), 1, + anon_sym_COLON, STATE(6840), 3, sym__tool_directive, sym_line_comment, @@ -298802,7 +298802,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8944), 1, + ACTIONS(8946), 1, anon_sym_SEMI, STATE(6841), 3, sym__tool_directive, @@ -298815,8 +298815,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8946), 1, - anon_sym_RPAREN, + ACTIONS(8948), 1, + anon_sym_RBRACK, STATE(6842), 3, sym__tool_directive, sym_line_comment, @@ -298828,8 +298828,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8948), 1, - anon_sym_COLON, + ACTIONS(8950), 1, + anon_sym_GT_GT, STATE(6843), 3, sym__tool_directive, sym_line_comment, @@ -298841,8 +298841,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8950), 1, - anon_sym_RBRACK, + ACTIONS(8952), 1, + anon_sym_SEMI, STATE(6844), 3, sym__tool_directive, sym_line_comment, @@ -298854,8 +298854,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8952), 1, - anon_sym_RBRACK, + ACTIONS(8954), 1, + anon_sym_RPAREN, STATE(6845), 3, sym__tool_directive, sym_line_comment, @@ -298867,7 +298867,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8954), 1, + ACTIONS(8956), 1, anon_sym_SEMI, STATE(6846), 3, sym__tool_directive, @@ -298880,8 +298880,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8956), 1, - anon_sym_LPAREN, + ACTIONS(8958), 1, + anon_sym_RPAREN, STATE(6847), 3, sym__tool_directive, sym_line_comment, @@ -298893,8 +298893,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8958), 1, - anon_sym_LPAREN, + ACTIONS(8960), 1, + anon_sym_SEMI, STATE(6848), 3, sym__tool_directive, sym_line_comment, @@ -298906,8 +298906,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8960), 1, - anon_sym_GT_GT, + ACTIONS(8962), 1, + anon_sym_LPAREN, STATE(6849), 3, sym__tool_directive, sym_line_comment, @@ -298919,8 +298919,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8962), 1, - anon_sym_GT_GT, + ACTIONS(8964), 1, + anon_sym_LPAREN, STATE(6850), 3, sym__tool_directive, sym_line_comment, @@ -298932,7 +298932,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8964), 1, + ACTIONS(8966), 1, anon_sym_GT_GT, STATE(6851), 3, sym__tool_directive, @@ -298945,8 +298945,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8966), 1, - anon_sym_DOT, + ACTIONS(8968), 1, + anon_sym_SEMI, STATE(6852), 3, sym__tool_directive, sym_line_comment, @@ -298958,8 +298958,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8968), 1, - anon_sym_RBRACK, + ACTIONS(8970), 1, + anon_sym_DOT, STATE(6853), 3, sym__tool_directive, sym_line_comment, @@ -298971,8 +298971,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8970), 1, - anon_sym_RPAREN, + ACTIONS(8972), 1, + anon_sym_SEMI, STATE(6854), 3, sym__tool_directive, sym_line_comment, @@ -298984,8 +298984,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8972), 1, - anon_sym_GT_GT, + ACTIONS(8974), 1, + anon_sym_RBRACK, STATE(6855), 3, sym__tool_directive, sym_line_comment, @@ -298997,7 +298997,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8974), 1, + ACTIONS(8976), 1, anon_sym_RBRACK, STATE(6856), 3, sym__tool_directive, @@ -299010,7 +299010,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8976), 1, + ACTIONS(8978), 1, anon_sym_SEMI, STATE(6857), 3, sym__tool_directive, @@ -299023,8 +299023,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8978), 1, - anon_sym_GT_GT, + ACTIONS(8980), 1, + anon_sym_SEMI, STATE(6858), 3, sym__tool_directive, sym_line_comment, @@ -299036,7 +299036,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8980), 1, + ACTIONS(8982), 1, anon_sym_SEMI, STATE(6859), 3, sym__tool_directive, @@ -299049,8 +299049,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8982), 1, - anon_sym_GT_GT, + ACTIONS(8984), 1, + anon_sym_SEMI, STATE(6860), 3, sym__tool_directive, sym_line_comment, @@ -299062,8 +299062,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8984), 1, - sym_MAP, + ACTIONS(8986), 1, + anon_sym_SEMI, STATE(6861), 3, sym__tool_directive, sym_line_comment, @@ -299075,7 +299075,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8986), 1, + ACTIONS(8988), 1, anon_sym_SEMI, STATE(6862), 3, sym__tool_directive, @@ -299088,8 +299088,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8988), 1, - anon_sym_RBRACK, + ACTIONS(8990), 1, + sym_MAP, STATE(6863), 3, sym__tool_directive, sym_line_comment, @@ -299101,8 +299101,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8990), 1, - sym_bit_string_value, + ACTIONS(8992), 1, + anon_sym_GT_GT, STATE(6864), 3, sym__tool_directive, sym_line_comment, @@ -299114,8 +299114,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8992), 1, - sym_UNITS, + ACTIONS(8994), 1, + anon_sym_GT_GT, STATE(6865), 3, sym__tool_directive, sym_line_comment, @@ -299127,8 +299127,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8994), 1, - anon_sym_EQ, + ACTIONS(8996), 1, + anon_sym_GT_GT, STATE(6866), 3, sym__tool_directive, sym_line_comment, @@ -299140,7 +299140,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7284), 1, + ACTIONS(8998), 1, anon_sym_SEMI, STATE(6867), 3, sym__tool_directive, @@ -299153,8 +299153,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8996), 1, - sym_RETURN, + ACTIONS(9000), 1, + anon_sym_RBRACK, STATE(6868), 3, sym__tool_directive, sym_line_comment, @@ -299166,7 +299166,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8998), 1, + ACTIONS(9002), 1, anon_sym_SEMI, STATE(6869), 3, sym__tool_directive, @@ -299179,8 +299179,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9000), 1, - sym_bit_string_base, + ACTIONS(9004), 1, + anon_sym_SEMI, STATE(6870), 3, sym__tool_directive, sym_line_comment, @@ -299192,8 +299192,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9002), 1, - sym_bit_string_value, + ACTIONS(9006), 1, + anon_sym_RPAREN, STATE(6871), 3, sym__tool_directive, sym_line_comment, @@ -299205,8 +299205,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9004), 1, - anon_sym_RPAREN, + ACTIONS(9008), 1, + anon_sym_SEMI, STATE(6872), 3, sym__tool_directive, sym_line_comment, @@ -299218,8 +299218,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9006), 1, - anon_sym_SEMI, + ACTIONS(9010), 1, + anon_sym_RPAREN, STATE(6873), 3, sym__tool_directive, sym_line_comment, @@ -299231,7 +299231,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9008), 1, + ACTIONS(9012), 1, anon_sym_SEMI, STATE(6874), 3, sym__tool_directive, @@ -299244,7 +299244,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9010), 1, + ACTIONS(9014), 1, anon_sym_SEMI, STATE(6875), 3, sym__tool_directive, @@ -299257,7 +299257,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9012), 1, + ACTIONS(9016), 1, anon_sym_SEMI, STATE(6876), 3, sym__tool_directive, @@ -299270,8 +299270,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9014), 1, - anon_sym_RPAREN, + ACTIONS(9018), 1, + sym_box, STATE(6877), 3, sym__tool_directive, sym_line_comment, @@ -299283,8 +299283,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9016), 1, - anon_sym_RBRACK, + ACTIONS(9020), 1, + sym_box, STATE(6878), 3, sym__tool_directive, sym_line_comment, @@ -299296,8 +299296,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9018), 1, - anon_sym_RBRACK, + ACTIONS(9022), 1, + sym_OF, STATE(6879), 3, sym__tool_directive, sym_line_comment, @@ -299309,8 +299309,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9020), 1, - anon_sym_RPAREN, + ACTIONS(9024), 1, + anon_sym_SEMI, STATE(6880), 3, sym__tool_directive, sym_line_comment, @@ -299322,8 +299322,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9022), 1, - anon_sym_SEMI, + ACTIONS(9026), 1, + sym_string_literal, STATE(6881), 3, sym__tool_directive, sym_line_comment, @@ -299335,7 +299335,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9024), 1, + ACTIONS(9028), 1, anon_sym_SEMI, STATE(6882), 3, sym__tool_directive, @@ -299348,8 +299348,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9026), 1, - anon_sym_GT_GT, + ACTIONS(9030), 1, + anon_sym_SEMI, STATE(6883), 3, sym__tool_directive, sym_line_comment, @@ -299361,8 +299361,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9028), 1, - anon_sym_GT_GT, + ACTIONS(9032), 1, + anon_sym_COLON, STATE(6884), 3, sym__tool_directive, sym_line_comment, @@ -299374,8 +299374,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9030), 1, - anon_sym_SEMI, + ACTIONS(9034), 1, + anon_sym_RBRACK, STATE(6885), 3, sym__tool_directive, sym_line_comment, @@ -299387,8 +299387,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2830), 1, - sym_LOOP, + ACTIONS(9036), 1, + anon_sym_SEMI, STATE(6886), 3, sym__tool_directive, sym_line_comment, @@ -299400,8 +299400,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9032), 1, - sym_bit_string_value, + ACTIONS(9038), 1, + anon_sym_SEMI, STATE(6887), 3, sym__tool_directive, sym_line_comment, @@ -299413,8 +299413,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9034), 1, - anon_sym_GT_GT, + ACTIONS(9040), 1, + anon_sym_SEMI, STATE(6888), 3, sym__tool_directive, sym_line_comment, @@ -299426,7 +299426,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9036), 1, + ACTIONS(9042), 1, anon_sym_SEMI, STATE(6889), 3, sym__tool_directive, @@ -299439,8 +299439,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9038), 1, - anon_sym_SEMI, + ACTIONS(9044), 1, + anon_sym_RBRACK, STATE(6890), 3, sym__tool_directive, sym_line_comment, @@ -299452,7 +299452,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9040), 1, + ACTIONS(9046), 1, anon_sym_SEMI, STATE(6891), 3, sym__tool_directive, @@ -299465,7 +299465,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9042), 1, + ACTIONS(9048), 1, anon_sym_RBRACK, STATE(6892), 3, sym__tool_directive, @@ -299478,8 +299478,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9044), 1, - anon_sym_SEMI, + ACTIONS(9050), 1, + anon_sym_GT_GT, STATE(6893), 3, sym__tool_directive, sym_line_comment, @@ -299491,8 +299491,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7233), 1, - anon_sym_COLON, + ACTIONS(9052), 1, + anon_sym_GT_GT, STATE(6894), 3, sym__tool_directive, sym_line_comment, @@ -299504,8 +299504,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9046), 1, - anon_sym_SEMI, + ACTIONS(9054), 1, + anon_sym_RPAREN, STATE(6895), 3, sym__tool_directive, sym_line_comment, @@ -299517,8 +299517,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9048), 1, - anon_sym_RPAREN, + ACTIONS(9056), 1, + anon_sym_SEMI, STATE(6896), 3, sym__tool_directive, sym_line_comment, @@ -299530,8 +299530,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9050), 1, - anon_sym_RPAREN, + ACTIONS(9058), 1, + anon_sym_GT_GT, STATE(6897), 3, sym__tool_directive, sym_line_comment, @@ -299543,7 +299543,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9052), 1, + ACTIONS(9060), 1, anon_sym_RPAREN, STATE(6898), 3, sym__tool_directive, @@ -299556,8 +299556,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9054), 1, - anon_sym_RBRACK, + ACTIONS(9062), 1, + anon_sym_RPAREN, STATE(6899), 3, sym__tool_directive, sym_line_comment, @@ -299569,8 +299569,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9056), 1, - anon_sym_SEMI, + ACTIONS(9064), 1, + anon_sym_RPAREN, STATE(6900), 3, sym__tool_directive, sym_line_comment, @@ -299582,8 +299582,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4230), 1, - sym_END, + ACTIONS(9066), 1, + anon_sym_SEMI, STATE(6901), 3, sym__tool_directive, sym_line_comment, @@ -299595,8 +299595,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9058), 1, - sym_IS, + ACTIONS(9068), 1, + anon_sym_RPAREN, STATE(6902), 3, sym__tool_directive, sym_line_comment, @@ -299608,8 +299608,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9060), 1, - anon_sym_SEMI, + ACTIONS(9070), 1, + anon_sym_RBRACK, STATE(6903), 3, sym__tool_directive, sym_line_comment, @@ -299621,8 +299621,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9062), 1, - anon_sym_COLON, + ACTIONS(9072), 1, + sym_LOOP, STATE(6904), 3, sym__tool_directive, sym_line_comment, @@ -299634,8 +299634,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9064), 1, - sym_bit_string_value, + ACTIONS(9074), 1, + anon_sym_RPAREN, STATE(6905), 3, sym__tool_directive, sym_line_comment, @@ -299647,8 +299647,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9066), 1, - anon_sym_SEMI, + ACTIONS(9076), 1, + anon_sym_RPAREN, STATE(6906), 3, sym__tool_directive, sym_line_comment, @@ -299660,7 +299660,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9068), 1, + ACTIONS(7428), 1, anon_sym_SEMI, STATE(6907), 3, sym__tool_directive, @@ -299673,7 +299673,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9070), 1, + ACTIONS(9078), 1, anon_sym_SEMI, STATE(6908), 3, sym__tool_directive, @@ -299686,8 +299686,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9072), 1, - anon_sym_COLON, + ACTIONS(9080), 1, + sym_string_literal, STATE(6909), 3, sym__tool_directive, sym_line_comment, @@ -299699,8 +299699,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9074), 1, - sym_bit_string_value, + ACTIONS(9082), 1, + anon_sym_SEMI, STATE(6910), 3, sym__tool_directive, sym_line_comment, @@ -299712,8 +299712,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9076), 1, - anon_sym_SEMI, + ACTIONS(9084), 1, + anon_sym_RBRACK, STATE(6911), 3, sym__tool_directive, sym_line_comment, @@ -299725,8 +299725,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9078), 1, - anon_sym_SEMI, + ACTIONS(9086), 1, + anon_sym_RBRACK, STATE(6912), 3, sym__tool_directive, sym_line_comment, @@ -299738,8 +299738,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9080), 1, - anon_sym_SEMI, + ACTIONS(9088), 1, + anon_sym_GT_GT, STATE(6913), 3, sym__tool_directive, sym_line_comment, @@ -299751,8 +299751,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9082), 1, - anon_sym_COLON, + ACTIONS(9090), 1, + anon_sym_GT_GT, STATE(6914), 3, sym__tool_directive, sym_line_comment, @@ -299764,8 +299764,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9084), 1, - sym_bit_string_value, + ACTIONS(9092), 1, + anon_sym_DOT, STATE(6915), 3, sym__tool_directive, sym_line_comment, @@ -299777,8 +299777,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9086), 1, - anon_sym_SEMI, + ACTIONS(9094), 1, + anon_sym_GT_GT, STATE(6916), 3, sym__tool_directive, sym_line_comment, @@ -299790,7 +299790,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7286), 1, + ACTIONS(9096), 1, anon_sym_SEMI, STATE(6917), 3, sym__tool_directive, @@ -299803,8 +299803,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9088), 1, - anon_sym_RPAREN, + ACTIONS(9098), 1, + anon_sym_RBRACK, STATE(6918), 3, sym__tool_directive, sym_line_comment, @@ -299816,8 +299816,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9090), 1, - anon_sym_RPAREN, + ACTIONS(9100), 1, + anon_sym_SEMI, STATE(6919), 3, sym__tool_directive, sym_line_comment, @@ -299829,8 +299829,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9092), 1, - anon_sym_SEMI, + ACTIONS(9102), 1, + anon_sym_RPAREN, STATE(6920), 3, sym__tool_directive, sym_line_comment, @@ -299842,8 +299842,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7245), 1, - sym_END, + ACTIONS(9104), 1, + anon_sym_SEMI, STATE(6921), 3, sym__tool_directive, sym_line_comment, @@ -299855,7 +299855,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7288), 1, + ACTIONS(7449), 1, anon_sym_SEMI, STATE(6922), 3, sym__tool_directive, @@ -299868,8 +299868,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9094), 1, - sym_bit_string_value, + ACTIONS(9106), 1, + anon_sym_SEMI, STATE(6923), 3, sym__tool_directive, sym_line_comment, @@ -299881,8 +299881,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9096), 1, - anon_sym_RPAREN, + ACTIONS(9108), 1, + anon_sym_SEMI, STATE(6924), 3, sym__tool_directive, sym_line_comment, @@ -299894,8 +299894,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6227), 1, - anon_sym_SEMI, + ACTIONS(9110), 1, + anon_sym_RPAREN, STATE(6925), 3, sym__tool_directive, sym_line_comment, @@ -299907,8 +299907,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9098), 1, - anon_sym_RPAREN, + ACTIONS(9112), 1, + anon_sym_SEMI, STATE(6926), 3, sym__tool_directive, sym_line_comment, @@ -299920,8 +299920,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9100), 1, - anon_sym_RBRACK, + ACTIONS(9114), 1, + anon_sym_SEMI, STATE(6927), 3, sym__tool_directive, sym_line_comment, @@ -299933,8 +299933,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9102), 1, - anon_sym_SEMI, + ACTIONS(9116), 1, + anon_sym_RPAREN, STATE(6928), 3, sym__tool_directive, sym_line_comment, @@ -299946,8 +299946,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9104), 1, - anon_sym_RBRACK, + ACTIONS(9118), 1, + anon_sym_SEMI, STATE(6929), 3, sym__tool_directive, sym_line_comment, @@ -299959,8 +299959,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9106), 1, - anon_sym_GT_GT, + ACTIONS(9120), 1, + anon_sym_SEMI, STATE(6930), 3, sym__tool_directive, sym_line_comment, @@ -299972,8 +299972,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9108), 1, - anon_sym_GT_GT, + ACTIONS(9122), 1, + sym__directive_newline, STATE(6931), 3, sym__tool_directive, sym_line_comment, @@ -299985,8 +299985,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9110), 1, - anon_sym_SEMI, + ACTIONS(9124), 1, + anon_sym_RBRACK, STATE(6932), 3, sym__tool_directive, sym_line_comment, @@ -299998,8 +299998,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9112), 1, - anon_sym_GT_GT, + ACTIONS(9126), 1, + anon_sym_RBRACK, STATE(6933), 3, sym__tool_directive, sym_line_comment, @@ -300011,8 +300011,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9114), 1, - anon_sym_SEMI, + ACTIONS(9128), 1, + anon_sym_GT_GT, STATE(6934), 3, sym__tool_directive, sym_line_comment, @@ -300024,8 +300024,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6257), 1, - anon_sym_SEMI, + ACTIONS(9130), 1, + anon_sym_GT_GT, STATE(6935), 3, sym__tool_directive, sym_line_comment, @@ -300037,8 +300037,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9116), 1, - anon_sym_RBRACK, + ACTIONS(9132), 1, + anon_sym_GT_GT, STATE(6936), 3, sym__tool_directive, sym_line_comment, @@ -300050,8 +300050,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2610), 1, - sym_OF, + ACTIONS(7453), 1, + anon_sym_SEMI, STATE(6937), 3, sym__tool_directive, sym_line_comment, @@ -300063,8 +300063,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9118), 1, - anon_sym_RPAREN, + ACTIONS(9134), 1, + anon_sym_SEMI, STATE(6938), 3, sym__tool_directive, sym_line_comment, @@ -300076,8 +300076,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9120), 1, - anon_sym_RBRACK, + ACTIONS(9136), 1, + anon_sym_SEMI, STATE(6939), 3, sym__tool_directive, sym_line_comment, @@ -300089,8 +300089,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9122), 1, - anon_sym_EQ_GT, + ACTIONS(9138), 1, + anon_sym_SEMI, STATE(6940), 3, sym__tool_directive, sym_line_comment, @@ -300102,8 +300102,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9124), 1, - sym_bit_string_base, + ACTIONS(9140), 1, + anon_sym_RBRACK, STATE(6941), 3, sym__tool_directive, sym_line_comment, @@ -300115,8 +300115,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8129), 1, - anon_sym_COMMA, + ACTIONS(6848), 1, + anon_sym_SEMI, STATE(6942), 3, sym__tool_directive, sym_line_comment, @@ -300128,8 +300128,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9126), 1, - anon_sym_SEMI, + ACTIONS(9142), 1, + sym_bit_string_base, STATE(6943), 3, sym__tool_directive, sym_line_comment, @@ -300141,8 +300141,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9128), 1, - sym_MAP, + ACTIONS(9144), 1, + anon_sym_LPAREN, STATE(6944), 3, sym__tool_directive, sym_line_comment, @@ -300154,8 +300154,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9130), 1, - sym_MAP, + ACTIONS(9146), 1, + anon_sym_SEMI, STATE(6945), 3, sym__tool_directive, sym_line_comment, @@ -300167,8 +300167,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9132), 1, - sym_CASE, + ACTIONS(9148), 1, + sym_MAP, STATE(6946), 3, sym__tool_directive, sym_line_comment, @@ -300180,8 +300180,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9134), 1, - anon_sym_SEMI, + ACTIONS(9150), 1, + sym_MAP, STATE(6947), 3, sym__tool_directive, sym_line_comment, @@ -300193,8 +300193,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9136), 1, - sym_OF, + ACTIONS(6872), 1, + sym_RETURN, STATE(6948), 3, sym__tool_directive, sym_line_comment, @@ -300206,8 +300206,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9138), 1, - sym_LOOP, + ACTIONS(9152), 1, + anon_sym_SEMI, STATE(6949), 3, sym__tool_directive, sym_line_comment, @@ -300219,8 +300219,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9140), 1, - sym_BEGIN, + ACTIONS(9154), 1, + anon_sym_RPAREN, STATE(6950), 3, sym__tool_directive, sym_line_comment, @@ -300232,8 +300232,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9142), 1, - anon_sym_RBRACK, + ACTIONS(9156), 1, + anon_sym_SEMI, STATE(6951), 3, sym__tool_directive, sym_line_comment, @@ -300245,8 +300245,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9144), 1, - anon_sym_SEMI, + ACTIONS(9158), 1, + anon_sym_RPAREN, STATE(6952), 3, sym__tool_directive, sym_line_comment, @@ -300258,8 +300258,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9146), 1, - sym_bit_string_value, + ACTIONS(7465), 1, + anon_sym_SEMI, STATE(6953), 3, sym__tool_directive, sym_line_comment, @@ -300271,7 +300271,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9148), 1, + ACTIONS(9160), 1, anon_sym_SEMI, STATE(6954), 3, sym__tool_directive, @@ -300284,8 +300284,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2818), 1, - sym_END, + ACTIONS(7473), 1, + anon_sym_SEMI, STATE(6955), 3, sym__tool_directive, sym_line_comment, @@ -300297,7 +300297,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9150), 1, + ACTIONS(7530), 1, anon_sym_SEMI, STATE(6956), 3, sym__tool_directive, @@ -300310,8 +300310,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9152), 1, - anon_sym_GT_GT, + ACTIONS(9162), 1, + anon_sym_RPAREN, STATE(6957), 3, sym__tool_directive, sym_line_comment, @@ -300323,8 +300323,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9154), 1, - sym_bit_string_value, + ACTIONS(9164), 1, + anon_sym_SEMI, STATE(6958), 3, sym__tool_directive, sym_line_comment, @@ -300336,7 +300336,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9156), 1, + ACTIONS(9166), 1, anon_sym_SEMI, STATE(6959), 3, sym__tool_directive, @@ -300349,7 +300349,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9158), 1, + ACTIONS(9080), 1, anon_sym_RPAREN, STATE(6960), 3, sym__tool_directive, @@ -300362,8 +300362,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9160), 1, - anon_sym_GT_GT, + ACTIONS(6976), 1, + anon_sym_SEMI, STATE(6961), 3, sym__tool_directive, sym_line_comment, @@ -300375,8 +300375,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9162), 1, - sym_MAP, + ACTIONS(9168), 1, + anon_sym_SEMI, STATE(6962), 3, sym__tool_directive, sym_line_comment, @@ -300388,8 +300388,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9164), 1, - anon_sym_GT_GT, + ACTIONS(9170), 1, + anon_sym_LPAREN, STATE(6963), 3, sym__tool_directive, sym_line_comment, @@ -300401,8 +300401,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9166), 1, - anon_sym_RPAREN, + ACTIONS(9172), 1, + anon_sym_SEMI, STATE(6964), 3, sym__tool_directive, sym_line_comment, @@ -300414,8 +300414,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9168), 1, - anon_sym_SEMI, + ACTIONS(9174), 1, + sym_MAP, STATE(6965), 3, sym__tool_directive, sym_line_comment, @@ -300427,7 +300427,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9170), 1, + ACTIONS(9176), 1, anon_sym_SEMI, STATE(6966), 3, sym__tool_directive, @@ -300440,8 +300440,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9172), 1, - anon_sym_RBRACK, + ACTIONS(9178), 1, + sym_NEW, STATE(6967), 3, sym__tool_directive, sym_line_comment, @@ -300453,8 +300453,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9174), 1, - anon_sym_RBRACK, + ACTIONS(9180), 1, + anon_sym_LPAREN, STATE(6968), 3, sym__tool_directive, sym_line_comment, @@ -300466,8 +300466,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9176), 1, - anon_sym_SEMI, + ACTIONS(9182), 1, + anon_sym_RBRACK, STATE(6969), 3, sym__tool_directive, sym_line_comment, @@ -300479,8 +300479,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9178), 1, - anon_sym_SEMI, + ACTIONS(9184), 1, + anon_sym_RBRACK, STATE(6970), 3, sym__tool_directive, sym_line_comment, @@ -300492,7 +300492,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9180), 1, + ACTIONS(9186), 1, anon_sym_GT_GT, STATE(6971), 3, sym__tool_directive, @@ -300505,8 +300505,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9182), 1, - anon_sym_GT_GT, + ACTIONS(9188), 1, + anon_sym_SEMI, STATE(6972), 3, sym__tool_directive, sym_line_comment, @@ -300518,8 +300518,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9184), 1, - anon_sym_GT_GT, + ACTIONS(7489), 1, + anon_sym_SEMI, STATE(6973), 3, sym__tool_directive, sym_line_comment, @@ -300531,8 +300531,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9186), 1, - anon_sym_RBRACK, + ACTIONS(9190), 1, + anon_sym_GT_GT, STATE(6974), 3, sym__tool_directive, sym_line_comment, @@ -300544,8 +300544,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9188), 1, - anon_sym_RBRACK, + ACTIONS(9192), 1, + anon_sym_GT_GT, STATE(6975), 3, sym__tool_directive, sym_line_comment, @@ -300557,7 +300557,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8147), 1, + ACTIONS(9194), 1, anon_sym_SEMI, STATE(6976), 3, sym__tool_directive, @@ -300570,8 +300570,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9190), 1, - sym__directive_newline, + ACTIONS(7491), 1, + anon_sym_SEMI, STATE(6977), 3, sym__tool_directive, sym_line_comment, @@ -300583,7 +300583,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9192), 1, + ACTIONS(9196), 1, anon_sym_RBRACK, STATE(6978), 3, sym__tool_directive, @@ -300596,7 +300596,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9194), 1, + ACTIONS(9198), 1, anon_sym_SEMI, STATE(6979), 3, sym__tool_directive, @@ -300609,7 +300609,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9196), 1, + ACTIONS(9200), 1, anon_sym_SEMI, STATE(6980), 3, sym__tool_directive, @@ -300622,8 +300622,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9198), 1, - ts_builtin_sym_end, + ACTIONS(9202), 1, + anon_sym_SEMI, STATE(6981), 3, sym__tool_directive, sym_line_comment, @@ -300635,7 +300635,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8221), 1, + ACTIONS(9204), 1, anon_sym_SEMI, STATE(6982), 3, sym__tool_directive, @@ -300648,7 +300648,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9200), 1, + ACTIONS(9206), 1, anon_sym_SEMI, STATE(6983), 3, sym__tool_directive, @@ -300661,7 +300661,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9202), 1, + ACTIONS(9208), 1, anon_sym_SEMI, STATE(6984), 3, sym__tool_directive, @@ -300674,8 +300674,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9204), 1, - anon_sym_SEMI, + ACTIONS(9210), 1, + sym_MAP, STATE(6985), 3, sym__tool_directive, sym_line_comment, @@ -300687,8 +300687,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9206), 1, - anon_sym_RPAREN, + ACTIONS(6480), 1, + anon_sym_SEMI, STATE(6986), 3, sym__tool_directive, sym_line_comment, @@ -300700,7 +300700,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9208), 1, + ACTIONS(9212), 1, anon_sym_SEMI, STATE(6987), 3, sym__tool_directive, @@ -300713,7 +300713,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9210), 1, + ACTIONS(9214), 1, anon_sym_SEMI, STATE(6988), 3, sym__tool_directive, @@ -300726,8 +300726,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9212), 1, - anon_sym_SEMI, + ACTIONS(9216), 1, + anon_sym_RPAREN, STATE(6989), 3, sym__tool_directive, sym_line_comment, @@ -300739,8 +300739,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9214), 1, - anon_sym_RPAREN, + ACTIONS(9218), 1, + anon_sym_RBRACK, STATE(6990), 3, sym__tool_directive, sym_line_comment, @@ -300752,7 +300752,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9216), 1, + ACTIONS(9220), 1, anon_sym_RPAREN, STATE(6991), 3, sym__tool_directive, @@ -300765,8 +300765,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9218), 1, - sym_bit_string_value, + ACTIONS(9222), 1, + anon_sym_SEMI, STATE(6992), 3, sym__tool_directive, sym_line_comment, @@ -300778,8 +300778,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9220), 1, - sym_AFTER, + ACTIONS(9224), 1, + anon_sym_RPAREN, STATE(6993), 3, sym__tool_directive, sym_line_comment, @@ -300791,7 +300791,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9222), 1, + ACTIONS(9226), 1, anon_sym_RPAREN, STATE(6994), 3, sym__tool_directive, @@ -300804,8 +300804,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9224), 1, - sym_MAP, + ACTIONS(9228), 1, + anon_sym_SEMI, STATE(6995), 3, sym__tool_directive, sym_line_comment, @@ -300817,8 +300817,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7111), 1, - anon_sym_SEMI, + ACTIONS(9230), 1, + anon_sym_GT_GT, STATE(6996), 3, sym__tool_directive, sym_line_comment, @@ -300830,8 +300830,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9226), 1, - anon_sym_RPAREN, + ACTIONS(9232), 1, + anon_sym_GT_GT, STATE(6997), 3, sym__tool_directive, sym_line_comment, @@ -300843,8 +300843,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9228), 1, - sym_END, + ACTIONS(9234), 1, + anon_sym_GT_GT, STATE(6998), 3, sym__tool_directive, sym_line_comment, @@ -300856,8 +300856,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9230), 1, - sym_bit_string_value, + ACTIONS(9236), 1, + anon_sym_SEMI, STATE(6999), 3, sym__tool_directive, sym_line_comment, @@ -300869,8 +300869,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6010), 1, - anon_sym_SEMI, + ACTIONS(9238), 1, + anon_sym_RBRACK, STATE(7000), 3, sym__tool_directive, sym_line_comment, @@ -300882,8 +300882,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9232), 1, - anon_sym_RPAREN, + ACTIONS(9240), 1, + anon_sym_RBRACK, STATE(7001), 3, sym__tool_directive, sym_line_comment, @@ -300895,8 +300895,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9234), 1, - anon_sym_RPAREN, + ACTIONS(9242), 1, + anon_sym_GT_GT, STATE(7002), 3, sym__tool_directive, sym_line_comment, @@ -300908,8 +300908,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9236), 1, - sym_comment_content, + ACTIONS(9244), 1, + anon_sym_GT_GT, STATE(7003), 3, sym__tool_directive, sym_line_comment, @@ -300921,8 +300921,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9238), 1, - sym_bit_string_value, + ACTIONS(6174), 1, + anon_sym_SEMI, STATE(7004), 3, sym__tool_directive, sym_line_comment, @@ -300934,8 +300934,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9240), 1, - anon_sym_SEMI, + ACTIONS(9246), 1, + anon_sym_RPAREN, STATE(7005), 3, sym__tool_directive, sym_line_comment, @@ -300947,8 +300947,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9242), 1, - anon_sym_RPAREN, + ACTIONS(9248), 1, + anon_sym_GT_GT, STATE(7006), 3, sym__tool_directive, sym_line_comment, @@ -300960,7 +300960,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7308), 1, + ACTIONS(9250), 1, anon_sym_SEMI, STATE(7007), 3, sym__tool_directive, @@ -300973,7 +300973,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9244), 1, + ACTIONS(7536), 1, anon_sym_SEMI, STATE(7008), 3, sym__tool_directive, @@ -300986,8 +300986,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7310), 1, - anon_sym_SEMI, + ACTIONS(9252), 1, + anon_sym_RBRACK, STATE(7009), 3, sym__tool_directive, sym_line_comment, @@ -300999,8 +300999,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9246), 1, - sym_bit_string_base, + ACTIONS(9254), 1, + anon_sym_RPAREN, STATE(7010), 3, sym__tool_directive, sym_line_comment, @@ -301012,8 +301012,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9248), 1, - anon_sym_RBRACK, + ACTIONS(9256), 1, + anon_sym_SEMI, STATE(7011), 3, sym__tool_directive, sym_line_comment, @@ -301025,7 +301025,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9250), 1, + ACTIONS(9258), 1, anon_sym_SEMI, STATE(7012), 3, sym__tool_directive, @@ -301038,8 +301038,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9252), 1, - sym_MAP, + ACTIONS(9260), 1, + sym_bit_string_base, STATE(7013), 3, sym__tool_directive, sym_line_comment, @@ -301051,8 +301051,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9254), 1, - sym_MAP, + ACTIONS(9262), 1, + anon_sym_RPAREN, STATE(7014), 3, sym__tool_directive, sym_line_comment, @@ -301064,8 +301064,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9256), 1, - sym_MAP, + ACTIONS(9264), 1, + anon_sym_SEMI, STATE(7015), 3, sym__tool_directive, sym_line_comment, @@ -301077,8 +301077,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9258), 1, - sym_OF, + ACTIONS(9266), 1, + sym_MAP, STATE(7016), 3, sym__tool_directive, sym_line_comment, @@ -301090,8 +301090,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9260), 1, - anon_sym_SEMI, + ACTIONS(9268), 1, + sym_MAP, STATE(7017), 3, sym__tool_directive, sym_line_comment, @@ -301103,8 +301103,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9262), 1, - anon_sym_GT_GT, + ACTIONS(9270), 1, + anon_sym_SEMI, STATE(7018), 3, sym__tool_directive, sym_line_comment, @@ -301116,8 +301116,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9264), 1, - anon_sym_GT_GT, + ACTIONS(9272), 1, + anon_sym_SEMI, STATE(7019), 3, sym__tool_directive, sym_line_comment, @@ -301129,8 +301129,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9266), 1, - anon_sym_GT_GT, + ACTIONS(9274), 1, + anon_sym_SEMI, STATE(7020), 3, sym__tool_directive, sym_line_comment, @@ -301142,7 +301142,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9268), 1, + ACTIONS(9276), 1, anon_sym_SEMI, STATE(7021), 3, sym__tool_directive, @@ -301155,7 +301155,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9270), 1, + ACTIONS(9278), 1, anon_sym_SEMI, STATE(7022), 3, sym__tool_directive, @@ -301168,7 +301168,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9272), 1, + ACTIONS(9280), 1, anon_sym_RBRACK, STATE(7023), 3, sym__tool_directive, @@ -301181,8 +301181,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9274), 1, - sym_PROTECTED, + ACTIONS(9282), 1, + anon_sym_RBRACK, STATE(7024), 3, sym__tool_directive, sym_line_comment, @@ -301194,8 +301194,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9276), 1, - sym_MAP, + ACTIONS(9284), 1, + anon_sym_SEMI, STATE(7025), 3, sym__tool_directive, sym_line_comment, @@ -301207,8 +301207,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9278), 1, - sym_bit_string_value, + ACTIONS(9286), 1, + anon_sym_SEMI, STATE(7026), 3, sym__tool_directive, sym_line_comment, @@ -301220,8 +301220,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9280), 1, - anon_sym_RBRACK, + ACTIONS(9288), 1, + anon_sym_SEMI, STATE(7027), 3, sym__tool_directive, sym_line_comment, @@ -301233,8 +301233,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9282), 1, - anon_sym_RPAREN, + ACTIONS(9290), 1, + sym_MAP, STATE(7028), 3, sym__tool_directive, sym_line_comment, @@ -301246,8 +301246,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9284), 1, - sym_VARIABLE, + ACTIONS(9292), 1, + anon_sym_GT_GT, STATE(7029), 3, sym__tool_directive, sym_line_comment, @@ -301259,7 +301259,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9286), 1, + ACTIONS(6194), 1, anon_sym_SEMI, STATE(7030), 3, sym__tool_directive, @@ -301272,8 +301272,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9288), 1, - anon_sym_SEMI, + ACTIONS(9294), 1, + anon_sym_GT_GT, STATE(7031), 3, sym__tool_directive, sym_line_comment, @@ -301285,8 +301285,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6124), 1, - anon_sym_SEMI, + ACTIONS(9296), 1, + anon_sym_GT_GT, STATE(7032), 3, sym__tool_directive, sym_line_comment, @@ -301298,7 +301298,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6126), 1, + ACTIONS(7548), 1, anon_sym_SEMI, STATE(7033), 3, sym__tool_directive, @@ -301311,7 +301311,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9290), 1, + ACTIONS(7568), 1, anon_sym_SEMI, STATE(7034), 3, sym__tool_directive, @@ -301324,8 +301324,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9292), 1, - sym_bit_string_value, + ACTIONS(7555), 1, + anon_sym_SEMI, STATE(7035), 3, sym__tool_directive, sym_line_comment, @@ -301337,7 +301337,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9294), 1, + ACTIONS(9298), 1, anon_sym_SEMI, STATE(7036), 3, sym__tool_directive, @@ -301350,8 +301350,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7455), 1, - sym_END, + ACTIONS(9300), 1, + anon_sym_SEMI, STATE(7037), 3, sym__tool_directive, sym_line_comment, @@ -301363,8 +301363,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9296), 1, - sym_RECORD, + ACTIONS(9302), 1, + anon_sym_RBRACK, STATE(7038), 3, sym__tool_directive, sym_line_comment, @@ -301376,8 +301376,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9298), 1, - anon_sym_COLON, + ACTIONS(9304), 1, + anon_sym_SEMI, STATE(7039), 3, sym__tool_directive, sym_line_comment, @@ -301389,8 +301389,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9300), 1, - anon_sym_SEMI, + ACTIONS(9306), 1, + anon_sym_GT_GT, STATE(7040), 3, sym__tool_directive, sym_line_comment, @@ -301402,8 +301402,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9302), 1, - anon_sym_RPAREN, + ACTIONS(9308), 1, + anon_sym_SEMI, STATE(7041), 3, sym__tool_directive, sym_line_comment, @@ -301415,7 +301415,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9304), 1, + ACTIONS(9310), 1, anon_sym_RPAREN, STATE(7042), 3, sym__tool_directive, @@ -301428,8 +301428,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7457), 1, - sym_END, + ACTIONS(9312), 1, + anon_sym_SEMI, STATE(7043), 3, sym__tool_directive, sym_line_comment, @@ -301441,8 +301441,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9306), 1, - sym_MAP, + ACTIONS(9314), 1, + anon_sym_RPAREN, STATE(7044), 3, sym__tool_directive, sym_line_comment, @@ -301454,7 +301454,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9308), 1, + ACTIONS(9316), 1, anon_sym_RPAREN, STATE(7045), 3, sym__tool_directive, @@ -301467,8 +301467,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9310), 1, - anon_sym_RPAREN, + ACTIONS(9318), 1, + anon_sym_SEMI, STATE(7046), 3, sym__tool_directive, sym_line_comment, @@ -301480,8 +301480,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9312), 1, - anon_sym_LPAREN, + ACTIONS(9320), 1, + sym_RETURN, STATE(7047), 3, sym__tool_directive, sym_line_comment, @@ -301493,8 +301493,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9314), 1, - sym_bit_string_value, + ACTIONS(9322), 1, + anon_sym_RPAREN, STATE(7048), 3, sym__tool_directive, sym_line_comment, @@ -301506,8 +301506,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9316), 1, - sym_bit_string_base, + ACTIONS(9324), 1, + sym_IS, STATE(7049), 3, sym__tool_directive, sym_line_comment, @@ -301519,7 +301519,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9318), 1, + ACTIONS(9326), 1, anon_sym_RPAREN, STATE(7050), 3, sym__tool_directive, @@ -301532,8 +301532,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9320), 1, - sym_MAP, + ACTIONS(9328), 1, + anon_sym_RPAREN, STATE(7051), 3, sym__tool_directive, sym_line_comment, @@ -301545,8 +301545,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9322), 1, - sym_MAP, + ACTIONS(9330), 1, + sym_bit_string_base, STATE(7052), 3, sym__tool_directive, sym_line_comment, @@ -301558,8 +301558,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9324), 1, - anon_sym_GT_GT, + ACTIONS(9332), 1, + anon_sym_RPAREN, STATE(7053), 3, sym__tool_directive, sym_line_comment, @@ -301571,8 +301571,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8021), 1, - anon_sym_SEMI, + ACTIONS(9334), 1, + sym_MAP, STATE(7054), 3, sym__tool_directive, sym_line_comment, @@ -301584,8 +301584,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9326), 1, - anon_sym_RPAREN, + ACTIONS(9336), 1, + sym_MAP, STATE(7055), 3, sym__tool_directive, sym_line_comment, @@ -301597,8 +301597,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9328), 1, - anon_sym_RBRACK, + ACTIONS(7580), 1, + anon_sym_SEMI, STATE(7056), 3, sym__tool_directive, sym_line_comment, @@ -301610,8 +301610,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9330), 1, - sym_NEW, + ACTIONS(9338), 1, + anon_sym_SEMI, STATE(7057), 3, sym__tool_directive, sym_line_comment, @@ -301623,8 +301623,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7201), 1, - sym_IS, + ACTIONS(9340), 1, + anon_sym_SEMI, STATE(7058), 3, sym__tool_directive, sym_line_comment, @@ -301636,7 +301636,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8035), 1, + ACTIONS(9342), 1, anon_sym_SEMI, STATE(7059), 3, sym__tool_directive, @@ -301649,8 +301649,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9332), 1, - anon_sym_LPAREN, + ACTIONS(9344), 1, + anon_sym_RBRACK, STATE(7060), 3, sym__tool_directive, sym_line_comment, @@ -301662,8 +301662,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9334), 1, - sym_MAP, + ACTIONS(9346), 1, + anon_sym_SEMI, STATE(7061), 3, sym__tool_directive, sym_line_comment, @@ -301675,7 +301675,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6098), 1, + ACTIONS(9348), 1, anon_sym_SEMI, STATE(7062), 3, sym__tool_directive, @@ -301688,8 +301688,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9336), 1, - anon_sym_RBRACK, + ACTIONS(9350), 1, + anon_sym_RPAREN, STATE(7063), 3, sym__tool_directive, sym_line_comment, @@ -301701,8 +301701,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6038), 1, - anon_sym_SEMI, + ACTIONS(9352), 1, + anon_sym_RPAREN, STATE(7064), 3, sym__tool_directive, sym_line_comment, @@ -301714,8 +301714,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9338), 1, - anon_sym_GT_GT, + ACTIONS(9354), 1, + sym_MAP, STATE(7065), 3, sym__tool_directive, sym_line_comment, @@ -301727,8 +301727,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9340), 1, - sym_FOR, + ACTIONS(9356), 1, + anon_sym_SEMI, STATE(7066), 3, sym__tool_directive, sym_line_comment, @@ -301740,8 +301740,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5589), 1, - sym_VUNIT, + ACTIONS(9358), 1, + sym_BEGIN, STATE(7067), 3, sym__tool_directive, sym_line_comment, @@ -301753,7 +301753,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9342), 1, + ACTIONS(9360), 1, anon_sym_SEMI, STATE(7068), 3, sym__tool_directive, @@ -301766,8 +301766,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9344), 1, - sym_IS, + ACTIONS(9362), 1, + anon_sym_SEMI, STATE(7069), 3, sym__tool_directive, sym_line_comment, @@ -301779,8 +301779,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9346), 1, - anon_sym_GT_GT, + ACTIONS(9364), 1, + anon_sym_SEMI, STATE(7070), 3, sym__tool_directive, sym_line_comment, @@ -301792,8 +301792,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6819), 1, - anon_sym_GT_GT, + ACTIONS(9366), 1, + anon_sym_SEMI, STATE(7071), 3, sym__tool_directive, sym_line_comment, @@ -301805,8 +301805,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9348), 1, - anon_sym_GT_GT, + ACTIONS(9368), 1, + anon_sym_RBRACK, STATE(7072), 3, sym__tool_directive, sym_line_comment, @@ -301818,8 +301818,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9350), 1, - anon_sym_RPAREN, + ACTIONS(9370), 1, + anon_sym_GT_GT, STATE(7073), 3, sym__tool_directive, sym_line_comment, @@ -301831,8 +301831,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9352), 1, - anon_sym_GT_GT, + ACTIONS(9372), 1, + anon_sym_RBRACK, STATE(7074), 3, sym__tool_directive, sym_line_comment, @@ -301844,8 +301844,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9354), 1, - anon_sym_RPAREN, + ACTIONS(9374), 1, + anon_sym_SEMI, STATE(7075), 3, sym__tool_directive, sym_line_comment, @@ -301857,8 +301857,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9356), 1, - anon_sym_GT_GT, + ACTIONS(9376), 1, + anon_sym_SEMI, STATE(7076), 3, sym__tool_directive, sym_line_comment, @@ -301870,8 +301870,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9358), 1, - sym_bit_string_base, + ACTIONS(9378), 1, + anon_sym_RPAREN, STATE(7077), 3, sym__tool_directive, sym_line_comment, @@ -301883,8 +301883,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9360), 1, - anon_sym_GT_GT, + ACTIONS(9380), 1, + anon_sym_SEMI, STATE(7078), 3, sym__tool_directive, sym_line_comment, @@ -301896,8 +301896,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9362), 1, - sym_MAP, + ACTIONS(9382), 1, + anon_sym_RPAREN, STATE(7079), 3, sym__tool_directive, sym_line_comment, @@ -301909,8 +301909,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9364), 1, - sym_MAP, + ACTIONS(9384), 1, + anon_sym_COLON, STATE(7080), 3, sym__tool_directive, sym_line_comment, @@ -301922,8 +301922,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9366), 1, - anon_sym_SEMI, + ACTIONS(9386), 1, + sym_bit_string_base, STATE(7081), 3, sym__tool_directive, sym_line_comment, @@ -301935,7 +301935,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9368), 1, + ACTIONS(9388), 1, anon_sym_GT_GT, STATE(7082), 3, sym__tool_directive, @@ -301948,8 +301948,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9370), 1, - anon_sym_GT_GT, + ACTIONS(9390), 1, + sym_MAP, STATE(7083), 3, sym__tool_directive, sym_line_comment, @@ -301961,7 +301961,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9372), 1, + ACTIONS(9392), 1, sym_MAP, STATE(7084), 3, sym__tool_directive, @@ -301974,8 +301974,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9374), 1, - anon_sym_GT_GT, + ACTIONS(9394), 1, + anon_sym_RPAREN, STATE(7085), 3, sym__tool_directive, sym_line_comment, @@ -301987,8 +301987,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9376), 1, - anon_sym_RBRACK, + ACTIONS(9396), 1, + anon_sym_RPAREN, STATE(7086), 3, sym__tool_directive, sym_line_comment, @@ -302000,8 +302000,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6036), 1, - sym_IS, + ACTIONS(9398), 1, + anon_sym_SEMI, STATE(7087), 3, sym__tool_directive, sym_line_comment, @@ -302013,8 +302013,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9378), 1, - anon_sym_GT_GT, + ACTIONS(9400), 1, + sym_MAP, STATE(7088), 3, sym__tool_directive, sym_line_comment, @@ -302026,8 +302026,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9380), 1, - anon_sym_RBRACK, + ACTIONS(9402), 1, + anon_sym_SEMI, STATE(7089), 3, sym__tool_directive, sym_line_comment, @@ -302039,8 +302039,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9382), 1, - anon_sym_RPAREN, + ACTIONS(9404), 1, + anon_sym_COLON, STATE(7090), 3, sym__tool_directive, sym_line_comment, @@ -302052,7 +302052,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9384), 1, + ACTIONS(9406), 1, anon_sym_SEMI, STATE(7091), 3, sym__tool_directive, @@ -302065,8 +302065,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9386), 1, - anon_sym_RPAREN, + ACTIONS(9408), 1, + anon_sym_SEMI, STATE(7092), 3, sym__tool_directive, sym_line_comment, @@ -302078,8 +302078,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9388), 1, - sym_comment_content, + ACTIONS(9410), 1, + anon_sym_SEMI, STATE(7093), 3, sym__tool_directive, sym_line_comment, @@ -302091,8 +302091,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9390), 1, - anon_sym_RBRACK, + ACTIONS(7590), 1, + anon_sym_SEMI, STATE(7094), 3, sym__tool_directive, sym_line_comment, @@ -302104,8 +302104,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9392), 1, - anon_sym_GT_GT, + ACTIONS(6281), 1, + sym_END, STATE(7095), 3, sym__tool_directive, sym_line_comment, @@ -302117,8 +302117,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9394), 1, - anon_sym_RPAREN, + ACTIONS(5771), 1, + anon_sym_SEMI, STATE(7096), 3, sym__tool_directive, sym_line_comment, @@ -302130,8 +302130,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9396), 1, - sym_FUNCTION, + ACTIONS(9412), 1, + anon_sym_RBRACK, STATE(7097), 3, sym__tool_directive, sym_line_comment, @@ -302143,8 +302143,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9398), 1, - sym_bit_string_base, + ACTIONS(9414), 1, + anon_sym_LPAREN, STATE(7098), 3, sym__tool_directive, sym_line_comment, @@ -302156,7 +302156,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9400), 1, + ACTIONS(788), 1, anon_sym_SEMI, STATE(7099), 3, sym__tool_directive, @@ -302169,8 +302169,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9402), 1, - sym_MAP, + ACTIONS(9416), 1, + anon_sym_RPAREN, STATE(7100), 3, sym__tool_directive, sym_line_comment, @@ -302182,8 +302182,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9404), 1, - sym_MAP, + ACTIONS(9418), 1, + anon_sym_SEMI, STATE(7101), 3, sym__tool_directive, sym_line_comment, @@ -302195,8 +302195,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9406), 1, - sym_LOOP, + ACTIONS(9420), 1, + sym_bit_string_base, STATE(7102), 3, sym__tool_directive, sym_line_comment, @@ -302208,8 +302208,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9408), 1, - sym_MAP, + ACTIONS(5757), 1, + anon_sym_SEMI, STATE(7103), 3, sym__tool_directive, sym_line_comment, @@ -302221,8 +302221,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9410), 1, - anon_sym_RBRACK, + ACTIONS(9422), 1, + sym_MAP, STATE(7104), 3, sym__tool_directive, sym_line_comment, @@ -302234,8 +302234,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9412), 1, - sym_bit_string_value, + ACTIONS(9424), 1, + sym_MAP, STATE(7105), 3, sym__tool_directive, sym_line_comment, @@ -302247,8 +302247,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9414), 1, - anon_sym_RBRACK, + ACTIONS(9426), 1, + anon_sym_RPAREN, STATE(7106), 3, sym__tool_directive, sym_line_comment, @@ -302260,8 +302260,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9416), 1, - anon_sym_RBRACK, + ACTIONS(9428), 1, + sym_MAP, STATE(7107), 3, sym__tool_directive, sym_line_comment, @@ -302273,7 +302273,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9418), 1, + ACTIONS(5730), 1, anon_sym_SEMI, STATE(7108), 3, sym__tool_directive, @@ -302286,8 +302286,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6821), 1, - sym_RETURN, + ACTIONS(9430), 1, + anon_sym_SEMI, STATE(7109), 3, sym__tool_directive, sym_line_comment, @@ -302299,8 +302299,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9420), 1, - anon_sym_SEMI, + ACTIONS(9432), 1, + anon_sym_RPAREN, STATE(7110), 3, sym__tool_directive, sym_line_comment, @@ -302312,8 +302312,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9422), 1, - anon_sym_SEMI, + ACTIONS(9434), 1, + anon_sym_LPAREN, STATE(7111), 3, sym__tool_directive, sym_line_comment, @@ -302325,8 +302325,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9424), 1, - sym_bit_string_base, + ACTIONS(9436), 1, + anon_sym_SEMI, STATE(7112), 3, sym__tool_directive, sym_line_comment, @@ -302338,8 +302338,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9426), 1, - anon_sym_LPAREN, + ACTIONS(9438), 1, + anon_sym_SEMI, STATE(7113), 3, sym__tool_directive, sym_line_comment, @@ -302351,8 +302351,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9428), 1, - sym_MAP, + ACTIONS(9440), 1, + anon_sym_SEMI, STATE(7114), 3, sym__tool_directive, sym_line_comment, @@ -302364,8 +302364,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9430), 1, - sym_MAP, + ACTIONS(6894), 1, + sym_RETURN, STATE(7115), 3, sym__tool_directive, sym_line_comment, @@ -302377,8 +302377,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9432), 1, - ts_builtin_sym_end, + ACTIONS(9442), 1, + sym_bit_string_base, STATE(7116), 3, sym__tool_directive, sym_line_comment, @@ -302390,8 +302390,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9434), 1, - sym_MAP, + ACTIONS(9444), 1, + sym_RETURN, STATE(7117), 3, sym__tool_directive, sym_line_comment, @@ -302403,8 +302403,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9436), 1, - sym_bit_string_value, + ACTIONS(9446), 1, + sym_MAP, STATE(7118), 3, sym__tool_directive, sym_line_comment, @@ -302416,8 +302416,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9438), 1, - sym_FUNCTION, + ACTIONS(9448), 1, + sym_MAP, STATE(7119), 3, sym__tool_directive, sym_line_comment, @@ -302429,7 +302429,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9440), 1, + ACTIONS(3878), 1, anon_sym_RPAREN, STATE(7120), 3, sym__tool_directive, @@ -302442,8 +302442,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9442), 1, - anon_sym_SEMI, + ACTIONS(9450), 1, + sym_MAP, STATE(7121), 3, sym__tool_directive, sym_line_comment, @@ -302455,7 +302455,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9444), 1, + ACTIONS(9452), 1, anon_sym_SEMI, STATE(7122), 3, sym__tool_directive, @@ -302468,8 +302468,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9446), 1, - anon_sym_RPAREN, + ACTIONS(9454), 1, + anon_sym_SEMI, STATE(7123), 3, sym__tool_directive, sym_line_comment, @@ -302481,7 +302481,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9448), 1, + ACTIONS(6223), 1, anon_sym_SEMI, STATE(7124), 3, sym__tool_directive, @@ -302494,8 +302494,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9450), 1, - sym_bit_string_base, + ACTIONS(9456), 1, + anon_sym_SEMI, STATE(7125), 3, sym__tool_directive, sym_line_comment, @@ -302507,8 +302507,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9452), 1, - anon_sym_RBRACK, + ACTIONS(9458), 1, + anon_sym_SEMI, STATE(7126), 3, sym__tool_directive, sym_line_comment, @@ -302520,8 +302520,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9454), 1, - sym_MAP, + ACTIONS(9460), 1, + anon_sym_SEMI, STATE(7127), 3, sym__tool_directive, sym_line_comment, @@ -302533,8 +302533,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9456), 1, - sym_MAP, + ACTIONS(9462), 1, + anon_sym_SEMI, STATE(7128), 3, sym__tool_directive, sym_line_comment, @@ -302546,8 +302546,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9458), 1, - anon_sym_GT_GT, + ACTIONS(9464), 1, + sym_bit_string_base, STATE(7129), 3, sym__tool_directive, sym_line_comment, @@ -302559,8 +302559,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9460), 1, - sym_MAP, + ACTIONS(7610), 1, + anon_sym_SEMI, STATE(7130), 3, sym__tool_directive, sym_line_comment, @@ -302572,8 +302572,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8219), 1, - anon_sym_SEMI, + ACTIONS(9466), 1, + sym_MAP, STATE(7131), 3, sym__tool_directive, sym_line_comment, @@ -302585,8 +302585,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5599), 1, - anon_sym_SEMI, + ACTIONS(9468), 1, + sym_MAP, STATE(7132), 3, sym__tool_directive, sym_line_comment, @@ -302598,8 +302598,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9462), 1, - anon_sym_SEMI, + ACTIONS(9394), 1, + sym_string_literal, STATE(7133), 3, sym__tool_directive, sym_line_comment, @@ -302611,8 +302611,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9464), 1, - sym__directive_newline, + ACTIONS(9470), 1, + sym_MAP, STATE(7134), 3, sym__tool_directive, sym_line_comment, @@ -302624,8 +302624,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6984), 1, - anon_sym_SEMI, + ACTIONS(9472), 1, + sym_BLOCK, STATE(7135), 3, sym__tool_directive, sym_line_comment, @@ -302637,7 +302637,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8259), 1, + ACTIONS(9474), 1, anon_sym_SEMI, STATE(7136), 3, sym__tool_directive, @@ -302650,8 +302650,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9466), 1, - sym_bit_string_base, + ACTIONS(9476), 1, + anon_sym_SEMI, STATE(7137), 3, sym__tool_directive, sym_line_comment, @@ -302663,7 +302663,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9468), 1, + ACTIONS(9478), 1, anon_sym_SEMI, STATE(7138), 3, sym__tool_directive, @@ -302676,8 +302676,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9470), 1, - sym_MAP, + ACTIONS(7612), 1, + anon_sym_SEMI, STATE(7139), 3, sym__tool_directive, sym_line_comment, @@ -302689,8 +302689,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9472), 1, - sym_MAP, + ACTIONS(9480), 1, + anon_sym_SEMI, STATE(7140), 3, sym__tool_directive, sym_line_comment, @@ -302702,8 +302702,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9474), 1, - anon_sym_GT_GT, + ACTIONS(9482), 1, + sym_bit_string_base, STATE(7141), 3, sym__tool_directive, sym_line_comment, @@ -302715,8 +302715,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9476), 1, - sym_MAP, + ACTIONS(9484), 1, + anon_sym_RBRACK, STATE(7142), 3, sym__tool_directive, sym_line_comment, @@ -302728,8 +302728,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9478), 1, - anon_sym_GT_GT, + ACTIONS(9486), 1, + sym_MAP, STATE(7143), 3, sym__tool_directive, sym_line_comment, @@ -302741,8 +302741,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2584), 1, - sym_OF, + ACTIONS(9488), 1, + sym_MAP, STATE(7144), 3, sym__tool_directive, sym_line_comment, @@ -302754,8 +302754,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7292), 1, - sym_RETURN, + ACTIONS(9490), 1, + anon_sym_RBRACK, STATE(7145), 3, sym__tool_directive, sym_line_comment, @@ -302767,8 +302767,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9480), 1, - anon_sym_SEMI, + ACTIONS(9492), 1, + sym_MAP, STATE(7146), 3, sym__tool_directive, sym_line_comment, @@ -302780,8 +302780,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9482), 1, - anon_sym_GT_GT, + ACTIONS(9494), 1, + anon_sym_SEMI, STATE(7147), 3, sym__tool_directive, sym_line_comment, @@ -302793,8 +302793,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9484), 1, - sym_bit_string_value, + ACTIONS(9496), 1, + anon_sym_SEMI, STATE(7148), 3, sym__tool_directive, sym_line_comment, @@ -302806,8 +302806,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9486), 1, - sym_bit_string_base, + ACTIONS(9498), 1, + anon_sym_GT_GT, STATE(7149), 3, sym__tool_directive, sym_line_comment, @@ -302819,8 +302819,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3872), 1, - anon_sym_RPAREN, + ACTIONS(9500), 1, + anon_sym_GT_GT, STATE(7150), 3, sym__tool_directive, sym_line_comment, @@ -302832,8 +302832,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9488), 1, - sym_MAP, + ACTIONS(9502), 1, + anon_sym_RPAREN, STATE(7151), 3, sym__tool_directive, sym_line_comment, @@ -302845,8 +302845,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9490), 1, - sym_MAP, + ACTIONS(9504), 1, + anon_sym_GT_GT, STATE(7152), 3, sym__tool_directive, sym_line_comment, @@ -302858,8 +302858,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9492), 1, - anon_sym_RBRACK, + ACTIONS(9506), 1, + sym_bit_string_base, STATE(7153), 3, sym__tool_directive, sym_line_comment, @@ -302871,8 +302871,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9494), 1, - sym_MAP, + ACTIONS(9508), 1, + sym_bit_string_value, STATE(7154), 3, sym__tool_directive, sym_line_comment, @@ -302884,8 +302884,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9496), 1, - anon_sym_SEMI, + ACTIONS(9510), 1, + sym_MAP, STATE(7155), 3, sym__tool_directive, sym_line_comment, @@ -302897,8 +302897,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9498), 1, - anon_sym_RBRACK, + ACTIONS(9512), 1, + sym_MAP, STATE(7156), 3, sym__tool_directive, sym_line_comment, @@ -302910,8 +302910,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9500), 1, - anon_sym_COLON, + ACTIONS(9514), 1, + anon_sym_SEMI, STATE(7157), 3, sym__tool_directive, sym_line_comment, @@ -302923,8 +302923,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9502), 1, - anon_sym_RPAREN, + ACTIONS(9516), 1, + sym_MAP, STATE(7158), 3, sym__tool_directive, sym_line_comment, @@ -302936,8 +302936,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9406), 1, - sym_GENERATE, + ACTIONS(9518), 1, + anon_sym_SEMI, STATE(7159), 3, sym__tool_directive, sym_line_comment, @@ -302949,8 +302949,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9504), 1, - anon_sym_SEMI, + ACTIONS(9520), 1, + anon_sym_RBRACK, STATE(7160), 3, sym__tool_directive, sym_line_comment, @@ -302962,8 +302962,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9506), 1, - sym_bit_string_base, + ACTIONS(9522), 1, + anon_sym_SEMI, STATE(7161), 3, sym__tool_directive, sym_line_comment, @@ -302975,8 +302975,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9508), 1, - sym_bit_string_value, + ACTIONS(9524), 1, + anon_sym_SEMI, STATE(7162), 3, sym__tool_directive, sym_line_comment, @@ -302988,8 +302988,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9510), 1, - sym_MAP, + ACTIONS(9526), 1, + anon_sym_RPAREN, STATE(7163), 3, sym__tool_directive, sym_line_comment, @@ -303001,8 +303001,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9512), 1, - sym_MAP, + ACTIONS(9528), 1, + anon_sym_SEMI, STATE(7164), 3, sym__tool_directive, sym_line_comment, @@ -303014,8 +303014,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3752), 1, - anon_sym_SEMI, + ACTIONS(9530), 1, + sym_bit_string_base, STATE(7165), 3, sym__tool_directive, sym_line_comment, @@ -303027,8 +303027,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9514), 1, - sym_MAP, + ACTIONS(6874), 1, + sym_RETURN, STATE(7166), 3, sym__tool_directive, sym_line_comment, @@ -303040,8 +303040,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5978), 1, - sym_END, + ACTIONS(9532), 1, + sym_MAP, STATE(7167), 3, sym__tool_directive, sym_line_comment, @@ -303053,8 +303053,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9516), 1, - sym_END, + ACTIONS(9534), 1, + sym_MAP, STATE(7168), 3, sym__tool_directive, sym_line_comment, @@ -303066,8 +303066,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9518), 1, - anon_sym_COLON, + ACTIONS(9536), 1, + anon_sym_SEMI, STATE(7169), 3, sym__tool_directive, sym_line_comment, @@ -303079,8 +303079,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2830), 1, - sym_IS, + ACTIONS(9538), 1, + sym_MAP, STATE(7170), 3, sym__tool_directive, sym_line_comment, @@ -303092,8 +303092,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9520), 1, - anon_sym_COLON, + ACTIONS(7632), 1, + anon_sym_SEMI, STATE(7171), 3, sym__tool_directive, sym_line_comment, @@ -303105,8 +303105,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9522), 1, - sym_RETURN, + ACTIONS(9540), 1, + anon_sym_RPAREN, STATE(7172), 3, sym__tool_directive, sym_line_comment, @@ -303118,8 +303118,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9524), 1, - sym_bit_string_base, + ACTIONS(9542), 1, + anon_sym_SEMI, STATE(7173), 3, sym__tool_directive, sym_line_comment, @@ -303131,8 +303131,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9526), 1, - sym_RETURN, + ACTIONS(9544), 1, + anon_sym_RPAREN, STATE(7174), 3, sym__tool_directive, sym_line_comment, @@ -303144,8 +303144,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9528), 1, - sym_MAP, + ACTIONS(9546), 1, + sym_bit_string_value, STATE(7175), 3, sym__tool_directive, sym_line_comment, @@ -303157,8 +303157,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9530), 1, - sym_MAP, + ACTIONS(9548), 1, + anon_sym_SEMI, STATE(7176), 3, sym__tool_directive, sym_line_comment, @@ -303170,8 +303170,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9532), 1, - anon_sym_SEMI, + ACTIONS(9550), 1, + sym_bit_string_base, STATE(7177), 3, sym__tool_directive, sym_line_comment, @@ -303183,8 +303183,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9534), 1, - sym_MAP, + ACTIONS(9552), 1, + anon_sym_SEMI, STATE(7178), 3, sym__tool_directive, sym_line_comment, @@ -303196,8 +303196,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9536), 1, - anon_sym_SEMI, + ACTIONS(9554), 1, + sym_MAP, STATE(7179), 3, sym__tool_directive, sym_line_comment, @@ -303209,8 +303209,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9538), 1, - sym_bit_string_value, + ACTIONS(9556), 1, + sym_MAP, STATE(7180), 3, sym__tool_directive, sym_line_comment, @@ -303222,8 +303222,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9540), 1, - anon_sym_LPAREN, + ACTIONS(9558), 1, + anon_sym_SEMI, STATE(7181), 3, sym__tool_directive, sym_line_comment, @@ -303235,8 +303235,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9542), 1, - anon_sym_RPAREN, + ACTIONS(9560), 1, + sym_MAP, STATE(7182), 3, sym__tool_directive, sym_line_comment, @@ -303248,8 +303248,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2823), 1, - sym_END, + ACTIONS(9562), 1, + anon_sym_SEMI, STATE(7183), 3, sym__tool_directive, sym_line_comment, @@ -303261,8 +303261,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9544), 1, - anon_sym_COLON, + ACTIONS(9564), 1, + anon_sym_SEMI, STATE(7184), 3, sym__tool_directive, sym_line_comment, @@ -303274,8 +303274,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9546), 1, - sym_bit_string_base, + ACTIONS(9566), 1, + anon_sym_SEMI, STATE(7185), 3, sym__tool_directive, sym_line_comment, @@ -303287,7 +303287,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9548), 1, + ACTIONS(6916), 1, anon_sym_SEMI, STATE(7186), 3, sym__tool_directive, @@ -303300,8 +303300,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9550), 1, - sym_MAP, + ACTIONS(9568), 1, + anon_sym_SEMI, STATE(7187), 3, sym__tool_directive, sym_line_comment, @@ -303313,8 +303313,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9552), 1, - sym_MAP, + ACTIONS(9570), 1, + anon_sym_SEMI, STATE(7188), 3, sym__tool_directive, sym_line_comment, @@ -303326,8 +303326,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6841), 1, - sym_RETURN, + ACTIONS(9572), 1, + sym_bit_string_base, STATE(7189), 3, sym__tool_directive, sym_line_comment, @@ -303339,8 +303339,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9554), 1, - sym_MAP, + ACTIONS(9574), 1, + anon_sym_SEMI, STATE(7190), 3, sym__tool_directive, sym_line_comment, @@ -303352,8 +303352,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9556), 1, - sym_bit_string_value, + ACTIONS(9576), 1, + sym_MAP, STATE(7191), 3, sym__tool_directive, sym_line_comment, @@ -303365,8 +303365,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9558), 1, - anon_sym_RPAREN, + ACTIONS(9578), 1, + sym_MAP, STATE(7192), 3, sym__tool_directive, sym_line_comment, @@ -303378,8 +303378,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9560), 1, - anon_sym_RPAREN, + ACTIONS(9580), 1, + sym_bit_string_value, STATE(7193), 3, sym__tool_directive, sym_line_comment, @@ -303391,8 +303391,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9562), 1, - anon_sym_RBRACK, + ACTIONS(9582), 1, + sym_MAP, STATE(7194), 3, sym__tool_directive, sym_line_comment, @@ -303404,8 +303404,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9564), 1, - anon_sym_GT_GT, + ACTIONS(9584), 1, + anon_sym_RBRACK, STATE(7195), 3, sym__tool_directive, sym_line_comment, @@ -303417,8 +303417,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6999), 1, - anon_sym_SEMI, + ACTIONS(9586), 1, + anon_sym_RBRACK, STATE(7196), 3, sym__tool_directive, sym_line_comment, @@ -303430,8 +303430,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9566), 1, - sym_bit_string_base, + ACTIONS(9588), 1, + anon_sym_COLON, STATE(7197), 3, sym__tool_directive, sym_line_comment, @@ -303443,8 +303443,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9568), 1, - anon_sym_GT_GT, + ACTIONS(9590), 1, + sym__directive_newline, STATE(7198), 3, sym__tool_directive, sym_line_comment, @@ -303456,8 +303456,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9570), 1, - sym_MAP, + ACTIONS(9592), 1, + anon_sym_GT_GT, STATE(7199), 3, sym__tool_directive, sym_line_comment, @@ -303469,8 +303469,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9572), 1, - sym_MAP, + ACTIONS(9594), 1, + anon_sym_SEMI, STATE(7200), 3, sym__tool_directive, sym_line_comment, @@ -303482,8 +303482,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9574), 1, - anon_sym_GT_GT, + ACTIONS(9596), 1, + sym_bit_string_base, STATE(7201), 3, sym__tool_directive, sym_line_comment, @@ -303495,8 +303495,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9576), 1, - sym_MAP, + ACTIONS(9598), 1, + anon_sym_GT_GT, STATE(7202), 3, sym__tool_directive, sym_line_comment, @@ -303508,8 +303508,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9578), 1, - anon_sym_GT_GT, + ACTIONS(9600), 1, + sym_MAP, STATE(7203), 3, sym__tool_directive, sym_line_comment, @@ -303521,8 +303521,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9580), 1, - anon_sym_RPAREN, + ACTIONS(9602), 1, + sym_MAP, STATE(7204), 3, sym__tool_directive, sym_line_comment, @@ -303534,8 +303534,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9582), 1, - anon_sym_SEMI, + ACTIONS(9604), 1, + anon_sym_GT_GT, STATE(7205), 3, sym__tool_directive, sym_line_comment, @@ -303547,8 +303547,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6193), 1, - sym_IS, + ACTIONS(9606), 1, + sym_MAP, STATE(7206), 3, sym__tool_directive, sym_line_comment, @@ -303560,8 +303560,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9584), 1, - anon_sym_RBRACK, + ACTIONS(9608), 1, + anon_sym_SEMI, STATE(7207), 3, sym__tool_directive, sym_line_comment, @@ -303573,8 +303573,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7026), 1, - anon_sym_SEMI, + ACTIONS(9610), 1, + anon_sym_RBRACK, STATE(7208), 3, sym__tool_directive, sym_line_comment, @@ -303586,8 +303586,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9586), 1, - sym_bit_string_base, + ACTIONS(9612), 1, + anon_sym_RBRACK, STATE(7209), 3, sym__tool_directive, sym_line_comment, @@ -303599,8 +303599,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9588), 1, - anon_sym_RBRACK, + ACTIONS(9614), 1, + anon_sym_SEMI, STATE(7210), 3, sym__tool_directive, sym_line_comment, @@ -303612,8 +303612,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9590), 1, - sym_MAP, + ACTIONS(9616), 1, + anon_sym_SEMI, STATE(7211), 3, sym__tool_directive, sym_line_comment, @@ -303625,8 +303625,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9592), 1, - sym_MAP, + ACTIONS(9618), 1, + anon_sym_SEMI, STATE(7212), 3, sym__tool_directive, sym_line_comment, @@ -303638,8 +303638,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6087), 1, - sym_IS, + ACTIONS(9620), 1, + sym_bit_string_base, STATE(7213), 3, sym__tool_directive, sym_line_comment, @@ -303651,8 +303651,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9594), 1, - sym_MAP, + ACTIONS(9622), 1, + sym__directive_newline, STATE(7214), 3, sym__tool_directive, sym_line_comment, @@ -303664,8 +303664,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9596), 1, - anon_sym_RBRACK, + ACTIONS(9624), 1, + sym_MAP, STATE(7215), 3, sym__tool_directive, sym_line_comment, @@ -303677,8 +303677,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8059), 1, - anon_sym_SEMI, + ACTIONS(9626), 1, + sym_MAP, STATE(7216), 3, sym__tool_directive, sym_line_comment, @@ -303690,8 +303690,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9598), 1, - sym_bit_string_value, + ACTIONS(9628), 1, + anon_sym_RBRACK, STATE(7217), 3, sym__tool_directive, sym_line_comment, @@ -303703,8 +303703,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9600), 1, - anon_sym_SEMI, + ACTIONS(9630), 1, + sym_MAP, STATE(7218), 3, sym__tool_directive, sym_line_comment, @@ -303716,7 +303716,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8103), 1, + ACTIONS(9632), 1, anon_sym_SEMI, STATE(7219), 3, sym__tool_directive, @@ -303729,8 +303729,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9602), 1, - sym_IS, + ACTIONS(9634), 1, + anon_sym_RPAREN, STATE(7220), 3, sym__tool_directive, sym_line_comment, @@ -303742,8 +303742,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9604), 1, - sym_bit_string_base, + ACTIONS(9636), 1, + anon_sym_SEMI, STATE(7221), 3, sym__tool_directive, sym_line_comment, @@ -303755,8 +303755,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9606), 1, - anon_sym_SEMI, + ACTIONS(9638), 1, + sym_THEN, STATE(7222), 3, sym__tool_directive, sym_line_comment, @@ -303768,8 +303768,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9608), 1, - sym_MAP, + ACTIONS(9640), 1, + anon_sym_SEMI, STATE(7223), 3, sym__tool_directive, sym_line_comment, @@ -303781,8 +303781,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9610), 1, - sym_MAP, + ACTIONS(9642), 1, + anon_sym_SEMI, STATE(7224), 3, sym__tool_directive, sym_line_comment, @@ -303794,8 +303794,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9612), 1, - anon_sym_GT_GT, + ACTIONS(9644), 1, + sym_bit_string_base, STATE(7225), 3, sym__tool_directive, sym_line_comment, @@ -303807,8 +303807,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9614), 1, - sym_MAP, + ACTIONS(9646), 1, + sym__directive_newline, STATE(7226), 3, sym__tool_directive, sym_line_comment, @@ -303820,8 +303820,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9616), 1, - sym_IS, + ACTIONS(9648), 1, + sym_MAP, STATE(7227), 3, sym__tool_directive, sym_line_comment, @@ -303833,8 +303833,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9618), 1, - anon_sym_SEMI, + ACTIONS(9650), 1, + sym_MAP, STATE(7228), 3, sym__tool_directive, sym_line_comment, @@ -303846,8 +303846,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9620), 1, - sym_bit_string_value, + ACTIONS(9652), 1, + anon_sym_SEMI, STATE(7229), 3, sym__tool_directive, sym_line_comment, @@ -303859,8 +303859,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9622), 1, - anon_sym_RPAREN, + ACTIONS(9654), 1, + sym_MAP, STATE(7230), 3, sym__tool_directive, sym_line_comment, @@ -303872,8 +303872,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9624), 1, - anon_sym_SEMI, + ACTIONS(9656), 1, + sym_BEGIN, STATE(7231), 3, sym__tool_directive, sym_line_comment, @@ -303885,8 +303885,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9626), 1, - sym_OF, + ACTIONS(2897), 1, + sym_END, STATE(7232), 3, sym__tool_directive, sym_line_comment, @@ -303898,8 +303898,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9628), 1, - sym_bit_string_base, + ACTIONS(9658), 1, + anon_sym_SEMI, STATE(7233), 3, sym__tool_directive, sym_line_comment, @@ -303911,8 +303911,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9630), 1, - anon_sym_GT_GT, + ACTIONS(9660), 1, + anon_sym_RPAREN, STATE(7234), 3, sym__tool_directive, sym_line_comment, @@ -303924,8 +303924,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9632), 1, - sym_MAP, + ACTIONS(9662), 1, + anon_sym_RPAREN, STATE(7235), 3, sym__tool_directive, sym_line_comment, @@ -303937,8 +303937,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9634), 1, - sym_MAP, + ACTIONS(9664), 1, + anon_sym_RPAREN, STATE(7236), 3, sym__tool_directive, sym_line_comment, @@ -303950,8 +303950,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9636), 1, - anon_sym_GT_GT, + ACTIONS(9666), 1, + sym_bit_string_base, STATE(7237), 3, sym__tool_directive, sym_line_comment, @@ -303963,8 +303963,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9638), 1, - sym_MAP, + ACTIONS(9668), 1, + anon_sym_SEMI, STATE(7238), 3, sym__tool_directive, sym_line_comment, @@ -303976,8 +303976,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(4244), 1, - sym_END, + ACTIONS(9670), 1, + sym_MAP, STATE(7239), 3, sym__tool_directive, sym_line_comment, @@ -303989,8 +303989,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9640), 1, - anon_sym_SEMI, + ACTIONS(9672), 1, + sym_MAP, STATE(7240), 3, sym__tool_directive, sym_line_comment, @@ -304002,8 +304002,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9642), 1, - anon_sym_SEMI, + ACTIONS(9674), 1, + anon_sym_RBRACK, STATE(7241), 3, sym__tool_directive, sym_line_comment, @@ -304015,8 +304015,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9644), 1, - sym_OF, + ACTIONS(9676), 1, + sym_MAP, STATE(7242), 3, sym__tool_directive, sym_line_comment, @@ -304028,8 +304028,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9646), 1, - anon_sym_RPAREN, + ACTIONS(9678), 1, + anon_sym_RBRACK, STATE(7243), 3, sym__tool_directive, sym_line_comment, @@ -304041,7 +304041,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9648), 1, + ACTIONS(9680), 1, anon_sym_GT_GT, STATE(7244), 3, sym__tool_directive, @@ -304054,8 +304054,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9650), 1, - sym_bit_string_base, + ACTIONS(9682), 1, + anon_sym_GT_GT, STATE(7245), 3, sym__tool_directive, sym_line_comment, @@ -304067,8 +304067,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9652), 1, - anon_sym_SEMI, + ACTIONS(9684), 1, + sym_THEN, STATE(7246), 3, sym__tool_directive, sym_line_comment, @@ -304080,8 +304080,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9654), 1, - sym_MAP, + ACTIONS(9686), 1, + anon_sym_GT_GT, STATE(7247), 3, sym__tool_directive, sym_line_comment, @@ -304093,8 +304093,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9656), 1, - sym_MAP, + ACTIONS(6078), 1, + sym_IS, STATE(7248), 3, sym__tool_directive, sym_line_comment, @@ -304106,8 +304106,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9658), 1, - anon_sym_RBRACK, + ACTIONS(9688), 1, + sym_bit_string_base, STATE(7249), 3, sym__tool_directive, sym_line_comment, @@ -304119,8 +304119,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9660), 1, - sym_MAP, + ACTIONS(9690), 1, + anon_sym_RBRACK, STATE(7250), 3, sym__tool_directive, sym_line_comment, @@ -304132,8 +304132,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9662), 1, - anon_sym_RBRACK, + ACTIONS(9692), 1, + sym_MAP, STATE(7251), 3, sym__tool_directive, sym_line_comment, @@ -304145,8 +304145,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9664), 1, - anon_sym_RBRACK, + ACTIONS(9694), 1, + sym_MAP, STATE(7252), 3, sym__tool_directive, sym_line_comment, @@ -304158,8 +304158,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9666), 1, - anon_sym_GT_GT, + ACTIONS(9696), 1, + anon_sym_RBRACK, STATE(7253), 3, sym__tool_directive, sym_line_comment, @@ -304171,8 +304171,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9668), 1, - anon_sym_GT_GT, + ACTIONS(9698), 1, + sym_MAP, STATE(7254), 3, sym__tool_directive, sym_line_comment, @@ -304184,8 +304184,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9670), 1, - anon_sym_GT_GT, + ACTIONS(9700), 1, + anon_sym_RPAREN, STATE(7255), 3, sym__tool_directive, sym_line_comment, @@ -304197,8 +304197,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9672), 1, - anon_sym_SEMI, + ACTIONS(9702), 1, + anon_sym_RPAREN, STATE(7256), 3, sym__tool_directive, sym_line_comment, @@ -304210,8 +304210,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9674), 1, - sym_bit_string_base, + ACTIONS(9704), 1, + anon_sym_SEMI, STATE(7257), 3, sym__tool_directive, sym_line_comment, @@ -304223,7 +304223,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9676), 1, + ACTIONS(9706), 1, anon_sym_SEMI, STATE(7258), 3, sym__tool_directive, @@ -304236,8 +304236,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9678), 1, - sym_MAP, + ACTIONS(9708), 1, + anon_sym_SEMI, STATE(7259), 3, sym__tool_directive, sym_line_comment, @@ -304249,8 +304249,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9680), 1, - sym_MAP, + ACTIONS(9710), 1, + anon_sym_SEMI, STATE(7260), 3, sym__tool_directive, sym_line_comment, @@ -304262,8 +304262,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9682), 1, - anon_sym_RBRACK, + ACTIONS(9712), 1, + sym_bit_string_base, STATE(7261), 3, sym__tool_directive, sym_line_comment, @@ -304275,8 +304275,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9684), 1, - sym_MAP, + ACTIONS(9714), 1, + anon_sym_LPAREN, STATE(7262), 3, sym__tool_directive, sym_line_comment, @@ -304288,8 +304288,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9686), 1, - anon_sym_RBRACK, + ACTIONS(9716), 1, + sym_MAP, STATE(7263), 3, sym__tool_directive, sym_line_comment, @@ -304301,8 +304301,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9688), 1, - anon_sym_RBRACK, + ACTIONS(9718), 1, + sym_MAP, STATE(7264), 3, sym__tool_directive, sym_line_comment, @@ -304314,8 +304314,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9690), 1, - anon_sym_SEMI, + ACTIONS(9720), 1, + anon_sym_RBRACK, STATE(7265), 3, sym__tool_directive, sym_line_comment, @@ -304327,8 +304327,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9692), 1, - anon_sym_SEMI, + ACTIONS(9722), 1, + sym_MAP, STATE(7266), 3, sym__tool_directive, sym_line_comment, @@ -304340,8 +304340,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9694), 1, - anon_sym_SEMI, + ACTIONS(9724), 1, + anon_sym_RPAREN, STATE(7267), 3, sym__tool_directive, sym_line_comment, @@ -304353,8 +304353,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2830), 1, - sym_GENERATE, + ACTIONS(9726), 1, + anon_sym_RBRACK, STATE(7268), 3, sym__tool_directive, sym_line_comment, @@ -304366,8 +304366,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9696), 1, - sym_bit_string_base, + ACTIONS(9728), 1, + anon_sym_COLON, STATE(7269), 3, sym__tool_directive, sym_line_comment, @@ -304379,8 +304379,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9698), 1, - anon_sym_SEMI, + ACTIONS(9730), 1, + ts_builtin_sym_end, STATE(7270), 3, sym__tool_directive, sym_line_comment, @@ -304392,8 +304392,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9700), 1, - sym_MAP, + ACTIONS(9732), 1, + sym_END, STATE(7271), 3, sym__tool_directive, sym_line_comment, @@ -304405,8 +304405,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9702), 1, - sym_MAP, + ACTIONS(9734), 1, + anon_sym_SEMI, STATE(7272), 3, sym__tool_directive, sym_line_comment, @@ -304418,8 +304418,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9704), 1, - sym_string_literal, + ACTIONS(9736), 1, + sym_bit_string_base, STATE(7273), 3, sym__tool_directive, sym_line_comment, @@ -304431,8 +304431,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9706), 1, - sym_MAP, + ACTIONS(9738), 1, + anon_sym_RPAREN, STATE(7274), 3, sym__tool_directive, sym_line_comment, @@ -304444,8 +304444,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9708), 1, - sym_OF, + ACTIONS(9740), 1, + sym_MAP, STATE(7275), 3, sym__tool_directive, sym_line_comment, @@ -304457,8 +304457,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9710), 1, - anon_sym_COLON, + ACTIONS(9742), 1, + sym_MAP, STATE(7276), 3, sym__tool_directive, sym_line_comment, @@ -304470,8 +304470,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9712), 1, - anon_sym_SEMI, + ACTIONS(9744), 1, + anon_sym_GT_GT, STATE(7277), 3, sym__tool_directive, sym_line_comment, @@ -304483,8 +304483,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9714), 1, - anon_sym_RPAREN, + ACTIONS(9746), 1, + sym_MAP, STATE(7278), 3, sym__tool_directive, sym_line_comment, @@ -304496,7 +304496,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9716), 1, + ACTIONS(9748), 1, anon_sym_SEMI, STATE(7279), 3, sym__tool_directive, @@ -304509,7 +304509,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9718), 1, + ACTIONS(9750), 1, anon_sym_SEMI, STATE(7280), 3, sym__tool_directive, @@ -304522,8 +304522,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9720), 1, - sym_bit_string_base, + ACTIONS(9752), 1, + anon_sym_SEMI, STATE(7281), 3, sym__tool_directive, sym_line_comment, @@ -304535,7 +304535,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9722), 1, + ACTIONS(9754), 1, anon_sym_SEMI, STATE(7282), 3, sym__tool_directive, @@ -304548,8 +304548,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9724), 1, - sym_MAP, + ACTIONS(9756), 1, + anon_sym_SEMI, STATE(7283), 3, sym__tool_directive, sym_line_comment, @@ -304561,8 +304561,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9726), 1, - sym_MAP, + ACTIONS(9758), 1, + anon_sym_SEMI, STATE(7284), 3, sym__tool_directive, sym_line_comment, @@ -304574,8 +304574,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9728), 1, - sym_bit_string_value, + ACTIONS(9760), 1, + sym_bit_string_base, STATE(7285), 3, sym__tool_directive, sym_line_comment, @@ -304587,8 +304587,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9730), 1, - sym_MAP, + ACTIONS(9762), 1, + anon_sym_GT_GT, STATE(7286), 3, sym__tool_directive, sym_line_comment, @@ -304600,8 +304600,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8153), 1, - anon_sym_SEMI, + ACTIONS(9764), 1, + sym_MAP, STATE(7287), 3, sym__tool_directive, sym_line_comment, @@ -304613,8 +304613,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9732), 1, - anon_sym_RPAREN, + ACTIONS(9766), 1, + sym_MAP, STATE(7288), 3, sym__tool_directive, sym_line_comment, @@ -304626,7 +304626,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8167), 1, + ACTIONS(9768), 1, anon_sym_SEMI, STATE(7289), 3, sym__tool_directive, @@ -304639,8 +304639,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9734), 1, - anon_sym_SEMI, + ACTIONS(9770), 1, + sym_MAP, STATE(7290), 3, sym__tool_directive, sym_line_comment, @@ -304652,8 +304652,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9736), 1, - anon_sym_SEMI, + ACTIONS(9772), 1, + anon_sym_GT_GT, STATE(7291), 3, sym__tool_directive, sym_line_comment, @@ -304665,8 +304665,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9738), 1, - anon_sym_RBRACK, + ACTIONS(9774), 1, + anon_sym_SEMI, STATE(7292), 3, sym__tool_directive, sym_line_comment, @@ -304678,8 +304678,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9740), 1, - sym_bit_string_base, + ACTIONS(7730), 1, + anon_sym_SEMI, STATE(7293), 3, sym__tool_directive, sym_line_comment, @@ -304691,8 +304691,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9742), 1, - anon_sym_RBRACK, + ACTIONS(9776), 1, + anon_sym_SEMI, STATE(7294), 3, sym__tool_directive, sym_line_comment, @@ -304704,8 +304704,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9744), 1, - sym_MAP, + ACTIONS(9778), 1, + anon_sym_RPAREN, STATE(7295), 3, sym__tool_directive, sym_line_comment, @@ -304717,8 +304717,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9746), 1, - sym_MAP, + ACTIONS(7379), 1, + sym_RETURN, STATE(7296), 3, sym__tool_directive, sym_line_comment, @@ -304730,8 +304730,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9748), 1, - anon_sym_SEMI, + ACTIONS(9780), 1, + sym_bit_string_base, STATE(7297), 3, sym__tool_directive, sym_line_comment, @@ -304743,8 +304743,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9750), 1, - sym_MAP, + ACTIONS(9782), 1, + anon_sym_RPAREN, STATE(7298), 3, sym__tool_directive, sym_line_comment, @@ -304756,8 +304756,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9752), 1, - anon_sym_SEMI, + ACTIONS(9784), 1, + sym_MAP, STATE(7299), 3, sym__tool_directive, sym_line_comment, @@ -304769,8 +304769,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9754), 1, - anon_sym_GT_GT, + ACTIONS(9786), 1, + sym_MAP, STATE(7300), 3, sym__tool_directive, sym_line_comment, @@ -304782,8 +304782,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9756), 1, - anon_sym_SEMI, + ACTIONS(9788), 1, + anon_sym_COLON, STATE(7301), 3, sym__tool_directive, sym_line_comment, @@ -304795,8 +304795,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9758), 1, - anon_sym_SEMI, + ACTIONS(9790), 1, + sym_MAP, STATE(7302), 3, sym__tool_directive, sym_line_comment, @@ -304808,8 +304808,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9760), 1, - anon_sym_SEMI, + ACTIONS(9792), 1, + anon_sym_COLON, STATE(7303), 3, sym__tool_directive, sym_line_comment, @@ -304821,8 +304821,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9762), 1, - anon_sym_GT_GT, + ACTIONS(9794), 1, + sym_IS, STATE(7304), 3, sym__tool_directive, sym_line_comment, @@ -304834,8 +304834,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9764), 1, - sym_bit_string_base, + ACTIONS(9796), 1, + anon_sym_COLON, STATE(7305), 3, sym__tool_directive, sym_line_comment, @@ -304847,8 +304847,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9766), 1, - anon_sym_SEMI, + ACTIONS(9798), 1, + anon_sym_RBRACK, STATE(7306), 3, sym__tool_directive, sym_line_comment, @@ -304860,8 +304860,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9768), 1, - sym_MAP, + ACTIONS(9800), 1, + anon_sym_COLON, STATE(7307), 3, sym__tool_directive, sym_line_comment, @@ -304873,8 +304873,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9770), 1, - sym_MAP, + ACTIONS(9802), 1, + anon_sym_SEMI, STATE(7308), 3, sym__tool_directive, sym_line_comment, @@ -304886,8 +304886,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9772), 1, - anon_sym_GT_GT, + ACTIONS(9804), 1, + sym_bit_string_base, STATE(7309), 3, sym__tool_directive, sym_line_comment, @@ -304899,8 +304899,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9774), 1, - sym_MAP, + ACTIONS(7768), 1, + anon_sym_SEMI, STATE(7310), 3, sym__tool_directive, sym_line_comment, @@ -304912,8 +304912,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9776), 1, - sym_box, + ACTIONS(9806), 1, + sym_MAP, STATE(7311), 3, sym__tool_directive, sym_line_comment, @@ -304925,8 +304925,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7471), 1, - anon_sym_SEMI, + ACTIONS(9808), 1, + sym_MAP, STATE(7312), 3, sym__tool_directive, sym_line_comment, @@ -304938,8 +304938,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7382), 1, - sym_RETURN, + ACTIONS(9810), 1, + anon_sym_RPAREN, STATE(7313), 3, sym__tool_directive, sym_line_comment, @@ -304951,8 +304951,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9778), 1, - anon_sym_RBRACK, + ACTIONS(9812), 1, + sym_MAP, STATE(7314), 3, sym__tool_directive, sym_line_comment, @@ -304964,8 +304964,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9780), 1, - sym_bit_string_value, + ACTIONS(9814), 1, + anon_sym_RPAREN, STATE(7315), 3, sym__tool_directive, sym_line_comment, @@ -304977,8 +304977,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9782), 1, - anon_sym_RBRACK, + ACTIONS(9816), 1, + anon_sym_RPAREN, STATE(7316), 3, sym__tool_directive, sym_line_comment, @@ -304990,8 +304990,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9784), 1, - sym_bit_string_base, + ACTIONS(9818), 1, + sym_bit_string_value, STATE(7317), 3, sym__tool_directive, sym_line_comment, @@ -305003,8 +305003,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9786), 1, - anon_sym_RPAREN, + ACTIONS(9820), 1, + anon_sym_SEMI, STATE(7318), 3, sym__tool_directive, sym_line_comment, @@ -305016,8 +305016,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9788), 1, - sym_MAP, + ACTIONS(9822), 1, + sym_RETURN, STATE(7319), 3, sym__tool_directive, sym_line_comment, @@ -305029,8 +305029,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9790), 1, - sym_MAP, + ACTIONS(9824), 1, + anon_sym_SEMI, STATE(7320), 3, sym__tool_directive, sym_line_comment, @@ -305042,8 +305042,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9792), 1, - anon_sym_SEMI, + ACTIONS(9826), 1, + sym_bit_string_base, STATE(7321), 3, sym__tool_directive, sym_line_comment, @@ -305055,8 +305055,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9794), 1, - sym_MAP, + ACTIONS(9828), 1, + sym_OF, STATE(7322), 3, sym__tool_directive, sym_line_comment, @@ -305068,8 +305068,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8448), 1, - anon_sym_SEMI, + ACTIONS(9830), 1, + sym_MAP, STATE(7323), 3, sym__tool_directive, sym_line_comment, @@ -305081,8 +305081,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9796), 1, - anon_sym_COLON, + ACTIONS(9832), 1, + sym_MAP, STATE(7324), 3, sym__tool_directive, sym_line_comment, @@ -305094,8 +305094,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9798), 1, - anon_sym_RPAREN, + ACTIONS(9834), 1, + anon_sym_SEMI, STATE(7325), 3, sym__tool_directive, sym_line_comment, @@ -305107,8 +305107,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9800), 1, - anon_sym_SEMI, + ACTIONS(9836), 1, + sym_MAP, STATE(7326), 3, sym__tool_directive, sym_line_comment, @@ -305120,8 +305120,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9802), 1, - anon_sym_RPAREN, + ACTIONS(9838), 1, + anon_sym_SEMI, STATE(7327), 3, sym__tool_directive, sym_line_comment, @@ -305133,8 +305133,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9804), 1, - anon_sym_COLON, + ACTIONS(9840), 1, + anon_sym_SEMI, STATE(7328), 3, sym__tool_directive, sym_line_comment, @@ -305146,8 +305146,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9806), 1, - sym_bit_string_base, + ACTIONS(9842), 1, + anon_sym_SEMI, STATE(7329), 3, sym__tool_directive, sym_line_comment, @@ -305159,8 +305159,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9808), 1, - anon_sym_RBRACK, + ACTIONS(9844), 1, + anon_sym_SEMI, STATE(7330), 3, sym__tool_directive, sym_line_comment, @@ -305172,8 +305172,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9810), 1, - sym_MAP, + ACTIONS(9846), 1, + anon_sym_SEMI, STATE(7331), 3, sym__tool_directive, sym_line_comment, @@ -305185,8 +305185,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9812), 1, - sym_MAP, + ACTIONS(9848), 1, + sym_bit_string_value, STATE(7332), 3, sym__tool_directive, sym_line_comment, @@ -305198,8 +305198,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9814), 1, - anon_sym_RPAREN, + ACTIONS(9850), 1, + sym_bit_string_base, STATE(7333), 3, sym__tool_directive, sym_line_comment, @@ -305211,8 +305211,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9816), 1, - sym_MAP, + ACTIONS(9852), 1, + anon_sym_SEMI, STATE(7334), 3, sym__tool_directive, sym_line_comment, @@ -305224,8 +305224,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9818), 1, - anon_sym_SEMI, + ACTIONS(9854), 1, + sym_MAP, STATE(7335), 3, sym__tool_directive, sym_line_comment, @@ -305237,8 +305237,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9820), 1, - sym_RETURN, + ACTIONS(9856), 1, + sym_MAP, STATE(7336), 3, sym__tool_directive, sym_line_comment, @@ -305250,8 +305250,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9822), 1, - anon_sym_RBRACK, + ACTIONS(9858), 1, + anon_sym_SEMI, STATE(7337), 3, sym__tool_directive, sym_line_comment, @@ -305263,8 +305263,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9824), 1, - anon_sym_SEMI, + ACTIONS(9860), 1, + sym_MAP, STATE(7338), 3, sym__tool_directive, sym_line_comment, @@ -305276,8 +305276,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9826), 1, - anon_sym_GT_GT, + ACTIONS(9862), 1, + anon_sym_RBRACK, STATE(7339), 3, sym__tool_directive, sym_line_comment, @@ -305289,8 +305289,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9828), 1, - anon_sym_GT_GT, + ACTIONS(7766), 1, + anon_sym_SEMI, STATE(7340), 3, sym__tool_directive, sym_line_comment, @@ -305302,8 +305302,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9830), 1, - sym_bit_string_base, + ACTIONS(9864), 1, + anon_sym_SEMI, STATE(7341), 3, sym__tool_directive, sym_line_comment, @@ -305315,8 +305315,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9832), 1, - sym_NEW, + ACTIONS(9866), 1, + sym_bit_string_value, STATE(7342), 3, sym__tool_directive, sym_line_comment, @@ -305328,8 +305328,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9834), 1, - sym_MAP, + ACTIONS(9868), 1, + anon_sym_GT_GT, STATE(7343), 3, sym__tool_directive, sym_line_comment, @@ -305341,8 +305341,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9836), 1, - sym_MAP, + ACTIONS(9870), 1, + anon_sym_GT_GT, STATE(7344), 3, sym__tool_directive, sym_line_comment, @@ -305354,8 +305354,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9838), 1, - anon_sym_GT_GT, + ACTIONS(9872), 1, + sym_bit_string_base, STATE(7345), 3, sym__tool_directive, sym_line_comment, @@ -305367,8 +305367,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9840), 1, - sym_MAP, + ACTIONS(6244), 1, + anon_sym_SEMI, STATE(7346), 3, sym__tool_directive, sym_line_comment, @@ -305380,8 +305380,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9842), 1, - anon_sym_GT_GT, + ACTIONS(9874), 1, + sym_MAP, STATE(7347), 3, sym__tool_directive, sym_line_comment, @@ -305393,8 +305393,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9844), 1, - anon_sym_GT_GT, + ACTIONS(9876), 1, + sym_MAP, STATE(7348), 3, sym__tool_directive, sym_line_comment, @@ -305406,8 +305406,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7489), 1, - anon_sym_COLON, + ACTIONS(9878), 1, + anon_sym_GT_GT, STATE(7349), 3, sym__tool_directive, sym_line_comment, @@ -305419,8 +305419,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(2678), 1, - sym_OF, + ACTIONS(9880), 1, + sym_MAP, STATE(7350), 3, sym__tool_directive, sym_line_comment, @@ -305432,8 +305432,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9846), 1, - anon_sym_RBRACK, + ACTIONS(9882), 1, + anon_sym_EQ_GT, STATE(7351), 3, sym__tool_directive, sym_line_comment, @@ -305445,8 +305445,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9848), 1, - anon_sym_GT_GT, + ACTIONS(9884), 1, + sym_CASE, STATE(7352), 3, sym__tool_directive, sym_line_comment, @@ -305458,8 +305458,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9850), 1, - sym_bit_string_base, + ACTIONS(5998), 1, + anon_sym_SEMI, STATE(7353), 3, sym__tool_directive, sym_line_comment, @@ -305471,8 +305471,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9852), 1, - anon_sym_RBRACK, + ACTIONS(9886), 1, + anon_sym_SEMI, STATE(7354), 3, sym__tool_directive, sym_line_comment, @@ -305484,8 +305484,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9854), 1, - sym_MAP, + ACTIONS(9888), 1, + anon_sym_SEMI, STATE(7355), 3, sym__tool_directive, sym_line_comment, @@ -305497,8 +305497,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9856), 1, - sym_MAP, + ACTIONS(9890), 1, + anon_sym_COLON, STATE(7356), 3, sym__tool_directive, sym_line_comment, @@ -305510,8 +305510,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9858), 1, - sym_bit_string_value, + ACTIONS(9892), 1, + sym_bit_string_base, STATE(7357), 3, sym__tool_directive, sym_line_comment, @@ -305523,8 +305523,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9860), 1, - sym_MAP, + ACTIONS(9894), 1, + anon_sym_SEMI, STATE(7358), 3, sym__tool_directive, sym_line_comment, @@ -305536,8 +305536,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9862), 1, - anon_sym_RPAREN, + ACTIONS(9896), 1, + sym_MAP, STATE(7359), 3, sym__tool_directive, sym_line_comment, @@ -305549,8 +305549,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9864), 1, - sym_AFTER, + ACTIONS(9898), 1, + sym_MAP, STATE(7360), 3, sym__tool_directive, sym_line_comment, @@ -305562,8 +305562,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5755), 1, - anon_sym_SEMI, + ACTIONS(9900), 1, + anon_sym_RBRACK, STATE(7361), 3, sym__tool_directive, sym_line_comment, @@ -305575,8 +305575,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9866), 1, - anon_sym_RPAREN, + ACTIONS(9902), 1, + sym_MAP, STATE(7362), 3, sym__tool_directive, sym_line_comment, @@ -305588,8 +305588,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9868), 1, - anon_sym_DOT, + ACTIONS(9904), 1, + anon_sym_RPAREN, STATE(7363), 3, sym__tool_directive, sym_line_comment, @@ -305601,7 +305601,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9870), 1, + ACTIONS(9906), 1, anon_sym_RPAREN, STATE(7364), 3, sym__tool_directive, @@ -305614,8 +305614,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9872), 1, - sym_bit_string_base, + ACTIONS(9908), 1, + anon_sym_SEMI, STATE(7365), 3, sym__tool_directive, sym_line_comment, @@ -305627,8 +305627,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9874), 1, - anon_sym_RBRACK, + ACTIONS(9910), 1, + anon_sym_SEMI, STATE(7366), 3, sym__tool_directive, sym_line_comment, @@ -305640,8 +305640,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9876), 1, - sym_MAP, + ACTIONS(9912), 1, + sym_bit_string_value, STATE(7367), 3, sym__tool_directive, sym_line_comment, @@ -305653,8 +305653,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9878), 1, - sym_MAP, + ACTIONS(9914), 1, + anon_sym_SEMI, STATE(7368), 3, sym__tool_directive, sym_line_comment, @@ -305666,8 +305666,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9880), 1, - anon_sym_SEMI, + ACTIONS(9916), 1, + sym_bit_string_base, STATE(7369), 3, sym__tool_directive, sym_line_comment, @@ -305679,8 +305679,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9882), 1, - sym_MAP, + ACTIONS(9918), 1, + sym_bit_string_value, STATE(7370), 3, sym__tool_directive, sym_line_comment, @@ -305692,8 +305692,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9884), 1, - anon_sym_RPAREN, + ACTIONS(9920), 1, + sym_MAP, STATE(7371), 3, sym__tool_directive, sym_line_comment, @@ -305705,8 +305705,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9886), 1, - anon_sym_COLON, + ACTIONS(9922), 1, + sym_MAP, STATE(7372), 3, sym__tool_directive, sym_line_comment, @@ -305718,7 +305718,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9888), 1, + ACTIONS(9924), 1, anon_sym_SEMI, STATE(7373), 3, sym__tool_directive, @@ -305731,8 +305731,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9890), 1, - anon_sym_RBRACK, + ACTIONS(9926), 1, + sym_MAP, STATE(7374), 3, sym__tool_directive, sym_line_comment, @@ -305744,7 +305744,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9892), 1, + ACTIONS(9928), 1, anon_sym_SEMI, STATE(7375), 3, sym__tool_directive, @@ -305757,7 +305757,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5704), 1, + ACTIONS(9930), 1, anon_sym_SEMI, STATE(7376), 3, sym__tool_directive, @@ -305770,7 +305770,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9894), 1, + ACTIONS(9932), 1, anon_sym_RBRACK, STATE(7377), 3, sym__tool_directive, @@ -305783,8 +305783,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9896), 1, - sym_MAP, + ACTIONS(7777), 1, + anon_sym_SEMI, STATE(7378), 3, sym__tool_directive, sym_line_comment, @@ -305796,8 +305796,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9898), 1, - sym_MAP, + ACTIONS(9934), 1, + anon_sym_SEMI, STATE(7379), 3, sym__tool_directive, sym_line_comment, @@ -305809,8 +305809,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9900), 1, - sym_box, + ACTIONS(9936), 1, + sym_OF, STATE(7380), 3, sym__tool_directive, sym_line_comment, @@ -305822,7 +305822,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9902), 1, + ACTIONS(9938), 1, sym_MAP, STATE(7381), 3, sym__tool_directive, @@ -305835,8 +305835,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9904), 1, - anon_sym_SEMI, + ACTIONS(9940), 1, + sym_MAP, STATE(7382), 3, sym__tool_directive, sym_line_comment, @@ -305848,8 +305848,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9906), 1, - anon_sym_RPAREN, + ACTIONS(9942), 1, + sym_MAP, STATE(7383), 3, sym__tool_directive, sym_line_comment, @@ -305861,8 +305861,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9908), 1, - anon_sym_GT_GT, + ACTIONS(9944), 1, + anon_sym_RBRACK, STATE(7384), 3, sym__tool_directive, sym_line_comment, @@ -305874,8 +305874,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9910), 1, - anon_sym_GT_GT, + ACTIONS(9946), 1, + sym_MAP, STATE(7385), 3, sym__tool_directive, sym_line_comment, @@ -305887,8 +305887,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9912), 1, - anon_sym_GT_GT, + ACTIONS(9948), 1, + anon_sym_RBRACK, STATE(7386), 3, sym__tool_directive, sym_line_comment, @@ -305900,8 +305900,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9914), 1, - sym_box, + ACTIONS(9950), 1, + sym_PROTECTED, STATE(7387), 3, sym__tool_directive, sym_line_comment, @@ -305913,8 +305913,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9916), 1, - anon_sym_RBRACK, + ACTIONS(9952), 1, + anon_sym_GT_GT, STATE(7388), 3, sym__tool_directive, sym_line_comment, @@ -305926,7 +305926,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9918), 1, + ACTIONS(9954), 1, sym_MAP, STATE(7389), 3, sym__tool_directive, @@ -305939,8 +305939,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9920), 1, - sym_MAP, + ACTIONS(9956), 1, + anon_sym_GT_GT, STATE(7390), 3, sym__tool_directive, sym_line_comment, @@ -305952,8 +305952,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9922), 1, - sym_BODY, + ACTIONS(9958), 1, + anon_sym_GT_GT, STATE(7391), 3, sym__tool_directive, sym_line_comment, @@ -305965,8 +305965,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9924), 1, - sym_MAP, + ACTIONS(9960), 1, + anon_sym_RBRACK, STATE(7392), 3, sym__tool_directive, sym_line_comment, @@ -305978,8 +305978,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9926), 1, - anon_sym_SEMI, + ACTIONS(9962), 1, + sym_MAP, STATE(7393), 3, sym__tool_directive, sym_line_comment, @@ -305991,8 +305991,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(804), 1, - anon_sym_SEMI, + ACTIONS(9964), 1, + sym_MAP, STATE(7394), 3, sym__tool_directive, sym_line_comment, @@ -306004,8 +306004,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9928), 1, - anon_sym_SEMI, + ACTIONS(9966), 1, + sym_RECORD, STATE(7395), 3, sym__tool_directive, sym_line_comment, @@ -306017,8 +306017,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9930), 1, - anon_sym_SEMI, + ACTIONS(9968), 1, + sym_MAP, STATE(7396), 3, sym__tool_directive, sym_line_comment, @@ -306030,8 +306030,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9932), 1, - anon_sym_RBRACK, + ACTIONS(9970), 1, + anon_sym_COLON, STATE(7397), 3, sym__tool_directive, sym_line_comment, @@ -306043,7 +306043,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9934), 1, + ACTIONS(9972), 1, anon_sym_SEMI, STATE(7398), 3, sym__tool_directive, @@ -306056,7 +306056,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7386), 1, + ACTIONS(9974), 1, anon_sym_SEMI, STATE(7399), 3, sym__tool_directive, @@ -306069,8 +306069,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9936), 1, - sym_MAP, + ACTIONS(9976), 1, + anon_sym_RPAREN, STATE(7400), 3, sym__tool_directive, sym_line_comment, @@ -306082,8 +306082,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9938), 1, - sym_MAP, + ACTIONS(9978), 1, + anon_sym_RPAREN, STATE(7401), 3, sym__tool_directive, sym_line_comment, @@ -306095,8 +306095,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9940), 1, - anon_sym_SEMI, + ACTIONS(9980), 1, + sym_bit_string_value, STATE(7402), 3, sym__tool_directive, sym_line_comment, @@ -306108,8 +306108,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9942), 1, - sym_MAP, + ACTIONS(6188), 1, + anon_sym_SEMI, STATE(7403), 3, sym__tool_directive, sym_line_comment, @@ -306121,8 +306121,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9944), 1, - anon_sym_SEMI, + ACTIONS(9982), 1, + sym_MAP, STATE(7404), 3, sym__tool_directive, sym_line_comment, @@ -306134,8 +306134,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9946), 1, - anon_sym_SEMI, + ACTIONS(9984), 1, + sym_MAP, STATE(7405), 3, sym__tool_directive, sym_line_comment, @@ -306147,7 +306147,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9948), 1, + ACTIONS(9986), 1, sym_bit_string_value, STATE(7406), 3, sym__tool_directive, @@ -306160,8 +306160,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9950), 1, - sym_LOOP, + ACTIONS(9988), 1, + sym_MAP, STATE(7407), 3, sym__tool_directive, sym_line_comment, @@ -306173,8 +306173,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9952), 1, - anon_sym_COLON, + ACTIONS(9990), 1, + anon_sym_RPAREN, STATE(7408), 3, sym__tool_directive, sym_line_comment, @@ -306186,8 +306186,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9954), 1, - anon_sym_RPAREN, + ACTIONS(9992), 1, + sym_IS, STATE(7409), 3, sym__tool_directive, sym_line_comment, @@ -306199,8 +306199,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9956), 1, - sym_bit_string_value, + ACTIONS(9994), 1, + anon_sym_GT_GT, STATE(7410), 3, sym__tool_directive, sym_line_comment, @@ -306212,8 +306212,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9958), 1, - sym_MAP, + ACTIONS(6664), 1, + anon_sym_GT_GT, STATE(7411), 3, sym__tool_directive, sym_line_comment, @@ -306225,8 +306225,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9960), 1, - sym_MAP, + ACTIONS(7812), 1, + anon_sym_COLON, STATE(7412), 3, sym__tool_directive, sym_line_comment, @@ -306238,8 +306238,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9962), 1, - anon_sym_SEMI, + ACTIONS(9996), 1, + anon_sym_GT_GT, STATE(7413), 3, sym__tool_directive, sym_line_comment, @@ -306251,8 +306251,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9964), 1, - sym_MAP, + ACTIONS(9998), 1, + anon_sym_GT_GT, STATE(7414), 3, sym__tool_directive, sym_line_comment, @@ -306264,8 +306264,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9966), 1, - anon_sym_SEMI, + ACTIONS(10000), 1, + sym_MAP, STATE(7415), 3, sym__tool_directive, sym_line_comment, @@ -306277,8 +306277,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9968), 1, - anon_sym_RPAREN, + ACTIONS(10002), 1, + sym_MAP, STATE(7416), 3, sym__tool_directive, sym_line_comment, @@ -306290,7 +306290,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7510), 1, + ACTIONS(10004), 1, anon_sym_SEMI, STATE(7417), 3, sym__tool_directive, @@ -306303,8 +306303,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5815), 1, - anon_sym_SEMI, + ACTIONS(10006), 1, + sym_MAP, STATE(7418), 3, sym__tool_directive, sym_line_comment, @@ -306316,8 +306316,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9970), 1, - anon_sym_SEMI, + ACTIONS(10008), 1, + sym_bit_string_value, STATE(7419), 3, sym__tool_directive, sym_line_comment, @@ -306329,8 +306329,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9972), 1, - anon_sym_RPAREN, + ACTIONS(10010), 1, + anon_sym_SEMI, STATE(7420), 3, sym__tool_directive, sym_line_comment, @@ -306342,8 +306342,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9974), 1, - anon_sym_RBRACK, + ACTIONS(10012), 1, + sym_IS, STATE(7421), 3, sym__tool_directive, sym_line_comment, @@ -306355,8 +306355,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9976), 1, - sym_MAP, + ACTIONS(10014), 1, + anon_sym_COLON, STATE(7422), 3, sym__tool_directive, sym_line_comment, @@ -306368,8 +306368,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9978), 1, - sym_MAP, + ACTIONS(10016), 1, + anon_sym_RBRACK, STATE(7423), 3, sym__tool_directive, sym_line_comment, @@ -306381,8 +306381,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9980), 1, - anon_sym_RPAREN, + ACTIONS(10018), 1, + anon_sym_RBRACK, STATE(7424), 3, sym__tool_directive, sym_line_comment, @@ -306394,8 +306394,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9982), 1, - sym_MAP, + ACTIONS(10020), 1, + anon_sym_RBRACK, STATE(7425), 3, sym__tool_directive, sym_line_comment, @@ -306407,8 +306407,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5946), 1, - sym_END, + ACTIONS(10022), 1, + sym_MAP, STATE(7426), 3, sym__tool_directive, sym_line_comment, @@ -306420,8 +306420,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9984), 1, - sym_END, + ACTIONS(10024), 1, + sym_MAP, STATE(7427), 3, sym__tool_directive, sym_line_comment, @@ -306433,8 +306433,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7540), 1, - anon_sym_SEMI, + ACTIONS(10026), 1, + anon_sym_GT_GT, STATE(7428), 3, sym__tool_directive, sym_line_comment, @@ -306446,8 +306446,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9986), 1, - sym_bit_string_value, + ACTIONS(10028), 1, + sym_MAP, STATE(7429), 3, sym__tool_directive, sym_line_comment, @@ -306459,8 +306459,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9988), 1, - anon_sym_RPAREN, + ACTIONS(10030), 1, + anon_sym_SEMI, STATE(7430), 3, sym__tool_directive, sym_line_comment, @@ -306472,8 +306472,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9990), 1, - sym_IF, + ACTIONS(10032), 1, + anon_sym_GT_GT, STATE(7431), 3, sym__tool_directive, sym_line_comment, @@ -306485,7 +306485,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9992), 1, + ACTIONS(10034), 1, anon_sym_GT_GT, STATE(7432), 3, sym__tool_directive, @@ -306498,8 +306498,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9994), 1, - sym_MAP, + ACTIONS(10036), 1, + anon_sym_RBRACK, STATE(7433), 3, sym__tool_directive, sym_line_comment, @@ -306511,8 +306511,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9996), 1, - sym_MAP, + ACTIONS(10038), 1, + anon_sym_SEMI, STATE(7434), 3, sym__tool_directive, sym_line_comment, @@ -306524,8 +306524,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9998), 1, - anon_sym_GT_GT, + ACTIONS(10040), 1, + anon_sym_SEMI, STATE(7435), 3, sym__tool_directive, sym_line_comment, @@ -306537,8 +306537,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10000), 1, - sym_MAP, + ACTIONS(10042), 1, + anon_sym_RPAREN, STATE(7436), 3, sym__tool_directive, sym_line_comment, @@ -306550,8 +306550,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10002), 1, - anon_sym_GT_GT, + ACTIONS(10044), 1, + sym_MAP, STATE(7437), 3, sym__tool_directive, sym_line_comment, @@ -306563,8 +306563,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10004), 1, - anon_sym_SEMI, + ACTIONS(10046), 1, + sym_MAP, STATE(7438), 3, sym__tool_directive, sym_line_comment, @@ -306576,7 +306576,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7552), 1, + ACTIONS(10048), 1, anon_sym_SEMI, STATE(7439), 3, sym__tool_directive, @@ -306589,8 +306589,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10006), 1, - anon_sym_SEMI, + ACTIONS(10050), 1, + sym_MAP, STATE(7440), 3, sym__tool_directive, sym_line_comment, @@ -306602,8 +306602,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10008), 1, - anon_sym_RBRACK, + ACTIONS(10052), 1, + anon_sym_RPAREN, STATE(7441), 3, sym__tool_directive, sym_line_comment, @@ -306615,8 +306615,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10010), 1, - sym_LOOP, + ACTIONS(5943), 1, + anon_sym_SEMI, STATE(7442), 3, sym__tool_directive, sym_line_comment, @@ -306628,8 +306628,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10012), 1, - anon_sym_SEMI, + ACTIONS(10054), 1, + sym_bit_string_value, STATE(7443), 3, sym__tool_directive, sym_line_comment, @@ -306641,8 +306641,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10014), 1, - sym_MAP, + ACTIONS(10056), 1, + anon_sym_RPAREN, STATE(7444), 3, sym__tool_directive, sym_line_comment, @@ -306654,8 +306654,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10016), 1, - sym_MAP, + ACTIONS(10058), 1, + sym_GENERATE, STATE(7445), 3, sym__tool_directive, sym_line_comment, @@ -306667,8 +306667,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7292), 1, - anon_sym_SEMI, + ACTIONS(5949), 1, + sym_END, STATE(7446), 3, sym__tool_directive, sym_line_comment, @@ -306680,8 +306680,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10018), 1, - sym_MAP, + ACTIONS(10060), 1, + sym_OF, STATE(7447), 3, sym__tool_directive, sym_line_comment, @@ -306693,8 +306693,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10020), 1, - anon_sym_SEMI, + ACTIONS(10062), 1, + sym_MAP, STATE(7448), 3, sym__tool_directive, sym_line_comment, @@ -306706,8 +306706,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10022), 1, - anon_sym_RBRACK, + ACTIONS(10064), 1, + sym_MAP, STATE(7449), 3, sym__tool_directive, sym_line_comment, @@ -306719,8 +306719,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10024), 1, - anon_sym_COLON, + ACTIONS(10066), 1, + sym_END, STATE(7450), 3, sym__tool_directive, sym_line_comment, @@ -306732,8 +306732,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10026), 1, - anon_sym_RPAREN, + ACTIONS(10068), 1, + sym_MAP, STATE(7451), 3, sym__tool_directive, sym_line_comment, @@ -306745,8 +306745,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10028), 1, - anon_sym_SEMI, + ACTIONS(10070), 1, + anon_sym_RPAREN, STATE(7452), 3, sym__tool_directive, sym_line_comment, @@ -306758,7 +306758,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10030), 1, + ACTIONS(10072), 1, anon_sym_SEMI, STATE(7453), 3, sym__tool_directive, @@ -306771,8 +306771,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10032), 1, - sym_bit_string_value, + ACTIONS(10074), 1, + anon_sym_SEMI, STATE(7454), 3, sym__tool_directive, sym_line_comment, @@ -306784,8 +306784,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10034), 1, - sym_MAP, + ACTIONS(10076), 1, + anon_sym_COLON, STATE(7455), 3, sym__tool_directive, sym_line_comment, @@ -306797,8 +306797,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10036), 1, - sym_MAP, + ACTIONS(2886), 1, + sym_END, STATE(7456), 3, sym__tool_directive, sym_line_comment, @@ -306810,8 +306810,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10038), 1, - anon_sym_SEMI, + ACTIONS(10078), 1, + sym_bit_string_value, STATE(7457), 3, sym__tool_directive, sym_line_comment, @@ -306823,8 +306823,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10040), 1, - sym_MAP, + ACTIONS(10080), 1, + anon_sym_SEMI, STATE(7458), 3, sym__tool_directive, sym_line_comment, @@ -306836,8 +306836,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10042), 1, - anon_sym_RBRACK, + ACTIONS(10082), 1, + sym_MAP, STATE(7459), 3, sym__tool_directive, sym_line_comment, @@ -306849,8 +306849,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10044), 1, - anon_sym_SEMI, + ACTIONS(10084), 1, + sym_MAP, STATE(7460), 3, sym__tool_directive, sym_line_comment, @@ -306862,7 +306862,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10046), 1, + ACTIONS(10086), 1, anon_sym_SEMI, STATE(7461), 3, sym__tool_directive, @@ -306875,8 +306875,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10048), 1, - anon_sym_SEMI, + ACTIONS(10088), 1, + sym_MAP, STATE(7462), 3, sym__tool_directive, sym_line_comment, @@ -306888,7 +306888,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10050), 1, + ACTIONS(10090), 1, anon_sym_SEMI, STATE(7463), 3, sym__tool_directive, @@ -306901,8 +306901,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10052), 1, - anon_sym_RPAREN, + ACTIONS(6150), 1, + sym_IS, STATE(7464), 3, sym__tool_directive, sym_line_comment, @@ -306914,8 +306914,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10054), 1, - anon_sym_SEMI, + ACTIONS(7842), 1, + sym_END, STATE(7465), 3, sym__tool_directive, sym_line_comment, @@ -306927,8 +306927,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10056), 1, - sym_MAP, + ACTIONS(10092), 1, + anon_sym_RBRACK, STATE(7466), 3, sym__tool_directive, sym_line_comment, @@ -306940,8 +306940,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10058), 1, - sym_MAP, + ACTIONS(10094), 1, + anon_sym_SEMI, STATE(7467), 3, sym__tool_directive, sym_line_comment, @@ -306953,8 +306953,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10060), 1, - anon_sym_RPAREN, + ACTIONS(10096), 1, + sym_IS, STATE(7468), 3, sym__tool_directive, sym_line_comment, @@ -306966,8 +306966,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10062), 1, - sym_MAP, + ACTIONS(10098), 1, + sym_IS, STATE(7469), 3, sym__tool_directive, sym_line_comment, @@ -306979,8 +306979,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10064), 1, - anon_sym_SEMI, + ACTIONS(10100), 1, + sym_MAP, STATE(7470), 3, sym__tool_directive, sym_line_comment, @@ -306992,8 +306992,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10066), 1, - anon_sym_RPAREN, + ACTIONS(10102), 1, + sym_MAP, STATE(7471), 3, sym__tool_directive, sym_line_comment, @@ -307005,7 +307005,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10068), 1, + ACTIONS(10104), 1, anon_sym_SEMI, STATE(7472), 3, sym__tool_directive, @@ -307018,8 +307018,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10070), 1, - anon_sym_SEMI, + ACTIONS(10106), 1, + sym_MAP, STATE(7473), 3, sym__tool_directive, sym_line_comment, @@ -307031,8 +307031,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10072), 1, - anon_sym_SEMI, + ACTIONS(10108), 1, + anon_sym_RPAREN, STATE(7474), 3, sym__tool_directive, sym_line_comment, @@ -307044,8 +307044,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10074), 1, - anon_sym_SEMI, + ACTIONS(10110), 1, + anon_sym_GT_GT, STATE(7475), 3, sym__tool_directive, sym_line_comment, @@ -307057,8 +307057,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10076), 1, - sym_bit_string_value, + ACTIONS(10112), 1, + anon_sym_GT_GT, STATE(7476), 3, sym__tool_directive, sym_line_comment, @@ -307070,8 +307070,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10078), 1, - sym_MAP, + ACTIONS(10114), 1, + anon_sym_SEMI, STATE(7477), 3, sym__tool_directive, sym_line_comment, @@ -307083,8 +307083,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10080), 1, - sym_MAP, + ACTIONS(10116), 1, + anon_sym_GT_GT, STATE(7478), 3, sym__tool_directive, sym_line_comment, @@ -307096,8 +307096,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10082), 1, - anon_sym_RPAREN, + ACTIONS(4260), 1, + sym_END, STATE(7479), 3, sym__tool_directive, sym_line_comment, @@ -307109,8 +307109,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10084), 1, - sym_MAP, + ACTIONS(10118), 1, + anon_sym_COLON, STATE(7480), 3, sym__tool_directive, sym_line_comment, @@ -307122,8 +307122,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10086), 1, - anon_sym_SEMI, + ACTIONS(10120), 1, + sym_MAP, STATE(7481), 3, sym__tool_directive, sym_line_comment, @@ -307135,8 +307135,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10088), 1, - anon_sym_RPAREN, + ACTIONS(10122), 1, + sym_MAP, STATE(7482), 3, sym__tool_directive, sym_line_comment, @@ -307148,7 +307148,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7524), 1, + ACTIONS(10124), 1, anon_sym_SEMI, STATE(7483), 3, sym__tool_directive, @@ -307161,8 +307161,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10090), 1, - ts_builtin_sym_end, + ACTIONS(10126), 1, + sym_MAP, STATE(7484), 3, sym__tool_directive, sym_line_comment, @@ -307174,8 +307174,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10092), 1, - anon_sym_GT_GT, + ACTIONS(10128), 1, + anon_sym_RPAREN, STATE(7485), 3, sym__tool_directive, sym_line_comment, @@ -307187,8 +307187,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10094), 1, - anon_sym_RBRACK, + ACTIONS(7834), 1, + anon_sym_SEMI, STATE(7486), 3, sym__tool_directive, sym_line_comment, @@ -307200,8 +307200,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6870), 1, - sym_RETURN, + ACTIONS(10130), 1, + anon_sym_RPAREN, STATE(7487), 3, sym__tool_directive, sym_line_comment, @@ -307213,8 +307213,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10096), 1, - sym_MAP, + ACTIONS(10132), 1, + anon_sym_SEMI, STATE(7488), 3, sym__tool_directive, sym_line_comment, @@ -307226,8 +307226,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10098), 1, - sym_MAP, + ACTIONS(10134), 1, + anon_sym_RPAREN, STATE(7489), 3, sym__tool_directive, sym_line_comment, @@ -307239,8 +307239,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10100), 1, - anon_sym_GT_GT, + ACTIONS(10136), 1, + anon_sym_SEMI, STATE(7490), 3, sym__tool_directive, sym_line_comment, @@ -307252,8 +307252,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10102), 1, - sym_MAP, + ACTIONS(10138), 1, + anon_sym_RPAREN, STATE(7491), 3, sym__tool_directive, sym_line_comment, @@ -307265,8 +307265,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10104), 1, - anon_sym_SEMI, + ACTIONS(10140), 1, + sym_MAP, STATE(7492), 3, sym__tool_directive, sym_line_comment, @@ -307278,8 +307278,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10106), 1, - anon_sym_COLON, + ACTIONS(10142), 1, + sym_MAP, STATE(7493), 3, sym__tool_directive, sym_line_comment, @@ -307291,7 +307291,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10108), 1, + ACTIONS(10144), 1, anon_sym_SEMI, STATE(7494), 3, sym__tool_directive, @@ -307304,8 +307304,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10110), 1, - anon_sym_SEMI, + ACTIONS(10146), 1, + sym_MAP, STATE(7495), 3, sym__tool_directive, sym_line_comment, @@ -307317,8 +307317,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10112), 1, - anon_sym_COLON, + ACTIONS(10148), 1, + anon_sym_SEMI, STATE(7496), 3, sym__tool_directive, sym_line_comment, @@ -307330,7 +307330,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10114), 1, + ACTIONS(10150), 1, anon_sym_SEMI, STATE(7497), 3, sym__tool_directive, @@ -307343,8 +307343,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10116), 1, - anon_sym_GT_GT, + ACTIONS(10152), 1, + anon_sym_SEMI, STATE(7498), 3, sym__tool_directive, sym_line_comment, @@ -307356,8 +307356,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10118), 1, - sym_MAP, + ACTIONS(10154), 1, + sym_bit_string_value, STATE(7499), 3, sym__tool_directive, sym_line_comment, @@ -307369,8 +307369,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10120), 1, - sym_MAP, + ACTIONS(10156), 1, + anon_sym_SEMI, STATE(7500), 3, sym__tool_directive, sym_line_comment, @@ -307382,8 +307382,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10122), 1, - anon_sym_GT_GT, + ACTIONS(10158), 1, + anon_sym_SEMI, STATE(7501), 3, sym__tool_directive, sym_line_comment, @@ -307395,8 +307395,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10124), 1, - sym_MAP, + ACTIONS(10160), 1, + anon_sym_SEMI, STATE(7502), 3, sym__tool_directive, sym_line_comment, @@ -307408,8 +307408,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10126), 1, - anon_sym_SEMI, + ACTIONS(10162), 1, + sym_MAP, STATE(7503), 3, sym__tool_directive, sym_line_comment, @@ -307421,8 +307421,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6886), 1, - anon_sym_SEMI, + ACTIONS(10164), 1, + sym_MAP, STATE(7504), 3, sym__tool_directive, sym_line_comment, @@ -307434,7 +307434,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10128), 1, + ACTIONS(10166), 1, anon_sym_SEMI, STATE(7505), 3, sym__tool_directive, @@ -307447,8 +307447,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10130), 1, - anon_sym_GT_GT, + ACTIONS(10168), 1, + sym_MAP, STATE(7506), 3, sym__tool_directive, sym_line_comment, @@ -307460,8 +307460,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10132), 1, - anon_sym_GT_GT, + ACTIONS(7861), 1, + anon_sym_SEMI, STATE(7507), 3, sym__tool_directive, sym_line_comment, @@ -307473,8 +307473,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10134), 1, - anon_sym_RPAREN, + ACTIONS(7365), 1, + sym_RETURN, STATE(7508), 3, sym__tool_directive, sym_line_comment, @@ -307486,7 +307486,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10136), 1, + ACTIONS(10170), 1, anon_sym_SEMI, STATE(7509), 3, sym__tool_directive, @@ -307499,8 +307499,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10138), 1, - sym_MAP, + ACTIONS(10172), 1, + sym_RETURN, STATE(7510), 3, sym__tool_directive, sym_line_comment, @@ -307512,8 +307512,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10140), 1, - sym_MAP, + ACTIONS(10174), 1, + sym_NEW, STATE(7511), 3, sym__tool_directive, sym_line_comment, @@ -307525,8 +307525,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10142), 1, - anon_sym_RBRACK, + ACTIONS(10176), 1, + anon_sym_SEMI, STATE(7512), 3, sym__tool_directive, sym_line_comment, @@ -307538,8 +307538,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10144), 1, - sym_MAP, + ACTIONS(10178), 1, + sym_bit_string_value, STATE(7513), 3, sym__tool_directive, sym_line_comment, @@ -307551,8 +307551,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10146), 1, - anon_sym_SEMI, + ACTIONS(10180), 1, + sym_MAP, STATE(7514), 3, sym__tool_directive, sym_line_comment, @@ -307564,8 +307564,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10148), 1, - anon_sym_SEMI, + ACTIONS(10182), 1, + sym_MAP, STATE(7515), 3, sym__tool_directive, sym_line_comment, @@ -307577,7 +307577,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10150), 1, + ACTIONS(10184), 1, anon_sym_RBRACK, STATE(7516), 3, sym__tool_directive, @@ -307590,8 +307590,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10152), 1, - anon_sym_RBRACK, + ACTIONS(10186), 1, + sym_MAP, STATE(7517), 3, sym__tool_directive, sym_line_comment, @@ -307603,8 +307603,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7538), 1, - anon_sym_SEMI, + ACTIONS(10188), 1, + anon_sym_RBRACK, STATE(7518), 3, sym__tool_directive, sym_line_comment, @@ -307616,8 +307616,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10154), 1, - anon_sym_SEMI, + ACTIONS(10190), 1, + anon_sym_GT_GT, STATE(7519), 3, sym__tool_directive, sym_line_comment, @@ -307629,8 +307629,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10156), 1, - anon_sym_SEMI, + ACTIONS(10192), 1, + anon_sym_GT_GT, STATE(7520), 3, sym__tool_directive, sym_line_comment, @@ -307642,8 +307642,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10158), 1, - sym_MAP, + ACTIONS(10194), 1, + anon_sym_GT_GT, STATE(7521), 3, sym__tool_directive, sym_line_comment, @@ -307655,8 +307655,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10160), 1, - sym_MAP, + ACTIONS(10196), 1, + anon_sym_RBRACK, STATE(7522), 3, sym__tool_directive, sym_line_comment, @@ -307668,7 +307668,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10162), 1, + ACTIONS(10198), 1, anon_sym_SEMI, STATE(7523), 3, sym__tool_directive, @@ -307681,8 +307681,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10164), 1, - sym_MAP, + ACTIONS(10200), 1, + anon_sym_RPAREN, STATE(7524), 3, sym__tool_directive, sym_line_comment, @@ -307694,8 +307694,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10166), 1, - anon_sym_RPAREN, + ACTIONS(10202), 1, + sym_MAP, STATE(7525), 3, sym__tool_directive, sym_line_comment, @@ -307707,8 +307707,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10168), 1, - anon_sym_SEMI, + ACTIONS(10204), 1, + sym_MAP, STATE(7526), 3, sym__tool_directive, sym_line_comment, @@ -307720,8 +307720,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10166), 1, - sym_string_literal, + ACTIONS(10206), 1, + anon_sym_SEMI, STATE(7527), 3, sym__tool_directive, sym_line_comment, @@ -307733,8 +307733,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10170), 1, - anon_sym_SEMI, + ACTIONS(10208), 1, + sym_MAP, STATE(7528), 3, sym__tool_directive, sym_line_comment, @@ -307746,8 +307746,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10172), 1, - anon_sym_SEMI, + ACTIONS(10210), 1, + anon_sym_RPAREN, STATE(7529), 3, sym__tool_directive, sym_line_comment, @@ -307759,8 +307759,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10174), 1, - anon_sym_SEMI, + ACTIONS(10212), 1, + sym_bit_string_value, STATE(7530), 3, sym__tool_directive, sym_line_comment, @@ -307772,7 +307772,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10176), 1, + ACTIONS(10214), 1, anon_sym_SEMI, STATE(7531), 3, sym__tool_directive, @@ -307785,8 +307785,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10178), 1, - sym_MAP, + ACTIONS(10216), 1, + anon_sym_RPAREN, STATE(7532), 3, sym__tool_directive, sym_line_comment, @@ -307798,8 +307798,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10180), 1, - sym_MAP, + ACTIONS(10218), 1, + anon_sym_SEMI, STATE(7533), 3, sym__tool_directive, sym_line_comment, @@ -307811,8 +307811,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10182), 1, - anon_sym_SEMI, + ACTIONS(10220), 1, + sym_BODY, STATE(7534), 3, sym__tool_directive, sym_line_comment, @@ -307824,8 +307824,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10184), 1, - sym_MAP, + ACTIONS(10222), 1, + anon_sym_SEMI, STATE(7535), 3, sym__tool_directive, sym_line_comment, @@ -307837,8 +307837,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10186), 1, - anon_sym_SEMI, + ACTIONS(10224), 1, + sym_MAP, STATE(7536), 3, sym__tool_directive, sym_line_comment, @@ -307850,8 +307850,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10188), 1, - anon_sym_RPAREN, + ACTIONS(10226), 1, + sym_MAP, STATE(7537), 3, sym__tool_directive, sym_line_comment, @@ -307863,7 +307863,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10190), 1, + ACTIONS(10228), 1, anon_sym_SEMI, STATE(7538), 3, sym__tool_directive, @@ -307876,8 +307876,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6138), 1, - anon_sym_SEMI, + ACTIONS(10230), 1, + sym_MAP, STATE(7539), 3, sym__tool_directive, sym_line_comment, @@ -307889,7 +307889,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10192), 1, + ACTIONS(10232), 1, anon_sym_SEMI, STATE(7540), 3, sym__tool_directive, @@ -307902,7 +307902,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10194), 1, + ACTIONS(10234), 1, anon_sym_SEMI, STATE(7541), 3, sym__tool_directive, @@ -307915,8 +307915,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10196), 1, - anon_sym_RBRACK, + ACTIONS(10236), 1, + anon_sym_SEMI, STATE(7542), 3, sym__tool_directive, sym_line_comment, @@ -307928,8 +307928,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10198), 1, - sym_MAP, + ACTIONS(10238), 1, + anon_sym_SEMI, STATE(7543), 3, sym__tool_directive, sym_line_comment, @@ -307941,8 +307941,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10200), 1, - sym_MAP, + ACTIONS(10240), 1, + anon_sym_SEMI, STATE(7544), 3, sym__tool_directive, sym_line_comment, @@ -307954,8 +307954,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3884), 1, - anon_sym_RPAREN, + ACTIONS(10242), 1, + sym_bit_string_value, STATE(7545), 3, sym__tool_directive, sym_line_comment, @@ -307967,8 +307967,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10202), 1, - sym_MAP, + ACTIONS(10244), 1, + sym_string_literal, STATE(7546), 3, sym__tool_directive, sym_line_comment, @@ -307980,8 +307980,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10204), 1, - sym_RETURN, + ACTIONS(10246), 1, + sym_MAP, STATE(7547), 3, sym__tool_directive, sym_line_comment, @@ -307993,8 +307993,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10206), 1, - anon_sym_SEMI, + ACTIONS(10248), 1, + sym_MAP, STATE(7548), 3, sym__tool_directive, sym_line_comment, @@ -308006,8 +308006,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6878), 1, - sym_RETURN, + ACTIONS(10250), 1, + anon_sym_SEMI, STATE(7549), 3, sym__tool_directive, sym_line_comment, @@ -308019,8 +308019,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10208), 1, - anon_sym_SEMI, + ACTIONS(10252), 1, + sym_MAP, STATE(7550), 3, sym__tool_directive, sym_line_comment, @@ -308032,7 +308032,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10210), 1, + ACTIONS(10254), 1, anon_sym_SEMI, STATE(7551), 3, sym__tool_directive, @@ -308045,7 +308045,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10212), 1, + ACTIONS(7905), 1, anon_sym_SEMI, STATE(7552), 3, sym__tool_directive, @@ -308058,8 +308058,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10214), 1, - anon_sym_RPAREN, + ACTIONS(10256), 1, + anon_sym_SEMI, STATE(7553), 3, sym__tool_directive, sym_line_comment, @@ -308071,8 +308071,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10216), 1, - sym_MAP, + ACTIONS(10258), 1, + anon_sym_SEMI, STATE(7554), 3, sym__tool_directive, sym_line_comment, @@ -308084,8 +308084,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10218), 1, - sym_MAP, + ACTIONS(10260), 1, + anon_sym_SEMI, STATE(7555), 3, sym__tool_directive, sym_line_comment, @@ -308097,8 +308097,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10220), 1, - anon_sym_SEMI, + ACTIONS(10262), 1, + sym_END, STATE(7556), 3, sym__tool_directive, sym_line_comment, @@ -308110,8 +308110,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10222), 1, - sym_MAP, + ACTIONS(10264), 1, + anon_sym_SEMI, STATE(7557), 3, sym__tool_directive, sym_line_comment, @@ -308123,8 +308123,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5735), 1, - anon_sym_SEMI, + ACTIONS(10266), 1, + sym_MAP, STATE(7558), 3, sym__tool_directive, sym_line_comment, @@ -308136,8 +308136,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10224), 1, - anon_sym_SEMI, + ACTIONS(10268), 1, + sym_MAP, STATE(7559), 3, sym__tool_directive, sym_line_comment, @@ -308149,8 +308149,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5737), 1, - anon_sym_SEMI, + ACTIONS(10270), 1, + anon_sym_RBRACK, STATE(7560), 3, sym__tool_directive, sym_line_comment, @@ -308162,8 +308162,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10226), 1, - anon_sym_RBRACK, + ACTIONS(10272), 1, + sym_MAP, STATE(7561), 3, sym__tool_directive, sym_line_comment, @@ -308175,8 +308175,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(796), 1, - anon_sym_SEMI, + ACTIONS(10274), 1, + anon_sym_RBRACK, STATE(7562), 3, sym__tool_directive, sym_line_comment, @@ -308188,8 +308188,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10228), 1, - sym_bit_string_value, + ACTIONS(6024), 1, + sym_END, STATE(7563), 3, sym__tool_directive, sym_line_comment, @@ -308201,7 +308201,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10230), 1, + ACTIONS(10276), 1, anon_sym_SEMI, STATE(7564), 3, sym__tool_directive, @@ -308214,8 +308214,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10232), 1, - sym_MAP, + ACTIONS(10278), 1, + anon_sym_SEMI, STATE(7565), 3, sym__tool_directive, sym_line_comment, @@ -308227,8 +308227,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10234), 1, - sym_MAP, + ACTIONS(10280), 1, + anon_sym_SEMI, STATE(7566), 3, sym__tool_directive, sym_line_comment, @@ -308240,7 +308240,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5879), 1, + ACTIONS(10282), 1, anon_sym_SEMI, STATE(7567), 3, sym__tool_directive, @@ -308253,8 +308253,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10236), 1, - sym_MAP, + ACTIONS(10284), 1, + anon_sym_RBRACK, STATE(7568), 3, sym__tool_directive, sym_line_comment, @@ -308266,8 +308266,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7554), 1, - anon_sym_SEMI, + ACTIONS(10286), 1, + sym_MAP, STATE(7569), 3, sym__tool_directive, sym_line_comment, @@ -308279,8 +308279,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10238), 1, - anon_sym_SEMI, + ACTIONS(10288), 1, + sym_MAP, STATE(7570), 3, sym__tool_directive, sym_line_comment, @@ -308292,7 +308292,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10240), 1, + ACTIONS(10290), 1, anon_sym_SEMI, STATE(7571), 3, sym__tool_directive, @@ -308305,8 +308305,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10242), 1, - anon_sym_GT_GT, + ACTIONS(10292), 1, + sym_MAP, STATE(7572), 3, sym__tool_directive, sym_line_comment, @@ -308318,8 +308318,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10244), 1, - anon_sym_GT_GT, + ACTIONS(6560), 1, + anon_sym_SEMI, STATE(7573), 3, sym__tool_directive, sym_line_comment, @@ -308331,8 +308331,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10246), 1, - anon_sym_SEMI, + ACTIONS(10294), 1, + anon_sym_GT_GT, STATE(7574), 3, sym__tool_directive, sym_line_comment, @@ -308344,7 +308344,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10248), 1, + ACTIONS(10296), 1, anon_sym_SEMI, STATE(7575), 3, sym__tool_directive, @@ -308357,8 +308357,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10250), 1, - sym_MAP, + ACTIONS(10298), 1, + anon_sym_GT_GT, STATE(7576), 3, sym__tool_directive, sym_line_comment, @@ -308370,8 +308370,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10252), 1, - sym_MAP, + ACTIONS(10300), 1, + anon_sym_SEMI, STATE(7577), 3, sym__tool_directive, sym_line_comment, @@ -308383,8 +308383,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10254), 1, - anon_sym_GT_GT, + ACTIONS(10302), 1, + anon_sym_SEMI, STATE(7578), 3, sym__tool_directive, sym_line_comment, @@ -308396,8 +308396,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10256), 1, - sym_MAP, + ACTIONS(10304), 1, + anon_sym_GT_GT, STATE(7579), 3, sym__tool_directive, sym_line_comment, @@ -308409,8 +308409,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10258), 1, - anon_sym_SEMI, + ACTIONS(10306), 1, + sym_MAP, STATE(7580), 3, sym__tool_directive, sym_line_comment, @@ -308422,8 +308422,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10260), 1, - anon_sym_SEMI, + ACTIONS(10308), 1, + sym_MAP, STATE(7581), 3, sym__tool_directive, sym_line_comment, @@ -308435,8 +308435,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10262), 1, - anon_sym_RBRACK, + ACTIONS(10310), 1, + anon_sym_SEMI, STATE(7582), 3, sym__tool_directive, sym_line_comment, @@ -308448,8 +308448,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10264), 1, - anon_sym_SEMI, + ACTIONS(10312), 1, + sym_MAP, STATE(7583), 3, sym__tool_directive, sym_line_comment, @@ -308461,7 +308461,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10266), 1, + ACTIONS(10314), 1, anon_sym_SEMI, STATE(7584), 3, sym__tool_directive, @@ -308474,7 +308474,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10268), 1, + ACTIONS(10316), 1, anon_sym_SEMI, STATE(7585), 3, sym__tool_directive, @@ -308487,7 +308487,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10270), 1, + ACTIONS(10318), 1, anon_sym_SEMI, STATE(7586), 3, sym__tool_directive, @@ -308500,8 +308500,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10272), 1, - sym_MAP, + ACTIONS(10320), 1, + anon_sym_COLON, STATE(7587), 3, sym__tool_directive, sym_line_comment, @@ -308513,8 +308513,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10274), 1, - sym_MAP, + ACTIONS(10322), 1, + anon_sym_SEMI, STATE(7588), 3, sym__tool_directive, sym_line_comment, @@ -308526,8 +308526,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10276), 1, - anon_sym_RBRACK, + ACTIONS(7934), 1, + anon_sym_SEMI, STATE(7589), 3, sym__tool_directive, sym_line_comment, @@ -308539,8 +308539,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10278), 1, - sym_MAP, + ACTIONS(10324), 1, + anon_sym_RBRACK, STATE(7590), 3, sym__tool_directive, sym_line_comment, @@ -308552,8 +308552,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7343), 1, - anon_sym_SEMI, + ACTIONS(10326), 1, + sym_MAP, STATE(7591), 3, sym__tool_directive, sym_line_comment, @@ -308565,8 +308565,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10280), 1, - anon_sym_SEMI, + ACTIONS(10328), 1, + sym_MAP, STATE(7592), 3, sym__tool_directive, sym_line_comment, @@ -308578,8 +308578,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10282), 1, - anon_sym_RBRACK, + ACTIONS(10330), 1, + anon_sym_SEMI, STATE(7593), 3, sym__tool_directive, sym_line_comment, @@ -308591,8 +308591,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10284), 1, - sym_bit_string_value, + ACTIONS(10332), 1, + sym_MAP, STATE(7594), 3, sym__tool_directive, sym_line_comment, @@ -308604,7 +308604,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10286), 1, + ACTIONS(10334), 1, anon_sym_SEMI, STATE(7595), 3, sym__tool_directive, @@ -308617,8 +308617,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10288), 1, - anon_sym_SEMI, + ACTIONS(10336), 1, + anon_sym_RPAREN, STATE(7596), 3, sym__tool_directive, sym_line_comment, @@ -308630,7 +308630,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10290), 1, + ACTIONS(10338), 1, anon_sym_SEMI, STATE(7597), 3, sym__tool_directive, @@ -308643,8 +308643,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10292), 1, - sym_MAP, + ACTIONS(10340), 1, + sym_bit_string_value, STATE(7598), 3, sym__tool_directive, sym_line_comment, @@ -308656,8 +308656,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10294), 1, - sym_MAP, + ACTIONS(10342), 1, + anon_sym_SEMI, STATE(7599), 3, sym__tool_directive, sym_line_comment, @@ -308669,7 +308669,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7459), 1, + ACTIONS(10344), 1, anon_sym_SEMI, STATE(7600), 3, sym__tool_directive, @@ -308682,8 +308682,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10296), 1, - anon_sym_RPAREN, + ACTIONS(7979), 1, + anon_sym_COLON, STATE(7601), 3, sym__tool_directive, sym_line_comment, @@ -308695,8 +308695,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10298), 1, - anon_sym_SEMI, + ACTIONS(10346), 1, + sym_MAP, STATE(7602), 3, sym__tool_directive, sym_line_comment, @@ -308708,8 +308708,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10300), 1, - anon_sym_SEMI, + ACTIONS(10348), 1, + sym_MAP, STATE(7603), 3, sym__tool_directive, sym_line_comment, @@ -308721,8 +308721,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10302), 1, - sym_BEGIN, + ACTIONS(10350), 1, + anon_sym_SEMI, STATE(7604), 3, sym__tool_directive, sym_line_comment, @@ -308734,8 +308734,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10304), 1, - anon_sym_SEMI, + ACTIONS(10352), 1, + sym_MAP, STATE(7605), 3, sym__tool_directive, sym_line_comment, @@ -308747,8 +308747,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10306), 1, - anon_sym_RPAREN, + ACTIONS(10354), 1, + anon_sym_SEMI, STATE(7606), 3, sym__tool_directive, sym_line_comment, @@ -308760,8 +308760,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10308), 1, - anon_sym_RPAREN, + ACTIONS(10356), 1, + sym_PROTECTED, STATE(7607), 3, sym__tool_directive, sym_line_comment, @@ -308773,7 +308773,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10310), 1, + ACTIONS(10358), 1, anon_sym_SEMI, STATE(7608), 3, sym__tool_directive, @@ -308786,8 +308786,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10312), 1, - sym_MAP, + ACTIONS(10360), 1, + anon_sym_SEMI, STATE(7609), 3, sym__tool_directive, sym_line_comment, @@ -308799,7 +308799,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10314), 1, + ACTIONS(10362), 1, anon_sym_SEMI, STATE(7610), 3, sym__tool_directive, @@ -308812,7 +308812,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10316), 1, + ACTIONS(10364), 1, anon_sym_SEMI, STATE(7611), 3, sym__tool_directive, @@ -308825,8 +308825,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10318), 1, - anon_sym_SEMI, + ACTIONS(10366), 1, + anon_sym_COLON, STATE(7612), 3, sym__tool_directive, sym_line_comment, @@ -308838,8 +308838,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10320), 1, - anon_sym_SEMI, + ACTIONS(10368), 1, + sym_MAP, STATE(7613), 3, sym__tool_directive, sym_line_comment, @@ -308851,7 +308851,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7562), 1, + ACTIONS(10370), 1, anon_sym_SEMI, STATE(7614), 3, sym__tool_directive, @@ -308864,8 +308864,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10322), 1, - sym_MAP, + ACTIONS(10372), 1, + anon_sym_SEMI, STATE(7615), 3, sym__tool_directive, sym_line_comment, @@ -308877,8 +308877,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10324), 1, - anon_sym_RPAREN, + ACTIONS(10374), 1, + anon_sym_SEMI, STATE(7616), 3, sym__tool_directive, sym_line_comment, @@ -308890,7 +308890,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10326), 1, + ACTIONS(10376), 1, anon_sym_SEMI, STATE(7617), 3, sym__tool_directive, @@ -308903,8 +308903,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10328), 1, - anon_sym_RPAREN, + ACTIONS(10378), 1, + anon_sym_SEMI, STATE(7618), 3, sym__tool_directive, sym_line_comment, @@ -308916,8 +308916,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10330), 1, - sym_RETURN, + ACTIONS(10380), 1, + sym_MAP, STATE(7619), 3, sym__tool_directive, sym_line_comment, @@ -308929,8 +308929,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10332), 1, - anon_sym_SEMI, + ACTIONS(10382), 1, + sym_bit_string_value, STATE(7620), 3, sym__tool_directive, sym_line_comment, @@ -308942,8 +308942,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10334), 1, - sym_MAP, + ACTIONS(10384), 1, + anon_sym_COLON, STATE(7621), 3, sym__tool_directive, sym_line_comment, @@ -308955,8 +308955,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10336), 1, - anon_sym_RPAREN, + ACTIONS(10386), 1, + anon_sym_COLON, STATE(7622), 3, sym__tool_directive, sym_line_comment, @@ -308968,8 +308968,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10338), 1, - anon_sym_SEMI, + ACTIONS(10388), 1, + sym_VIEW, STATE(7623), 3, sym__tool_directive, sym_line_comment, @@ -308981,8 +308981,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10340), 1, - sym_MAP, + ACTIONS(10390), 1, + sym_AFTER, STATE(7624), 3, sym__tool_directive, sym_line_comment, @@ -308994,8 +308994,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10342), 1, - anon_sym_SEMI, + ACTIONS(10392), 1, + sym_MAP, STATE(7625), 3, sym__tool_directive, sym_line_comment, @@ -309007,7 +309007,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10344), 1, + ACTIONS(10394), 1, anon_sym_SEMI, STATE(7626), 3, sym__tool_directive, @@ -309020,8 +309020,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10346), 1, - sym_MAP, + ACTIONS(7983), 1, + anon_sym_COLON, STATE(7627), 3, sym__tool_directive, sym_line_comment, @@ -309033,8 +309033,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10348), 1, - anon_sym_SEMI, + ACTIONS(10396), 1, + sym_MAP, STATE(7628), 3, sym__tool_directive, sym_line_comment, @@ -309046,8 +309046,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10350), 1, - anon_sym_RBRACK, + ACTIONS(10398), 1, + anon_sym_SEMI, STATE(7629), 3, sym__tool_directive, sym_line_comment, @@ -309059,7 +309059,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10352), 1, + ACTIONS(10400), 1, anon_sym_SEMI, STATE(7630), 3, sym__tool_directive, @@ -309072,8 +309072,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7574), 1, - anon_sym_SEMI, + ACTIONS(10402), 1, + sym_MAP, STATE(7631), 3, sym__tool_directive, sym_line_comment, @@ -309085,7 +309085,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7576), 1, + ACTIONS(10404), 1, anon_sym_SEMI, STATE(7632), 3, sym__tool_directive, @@ -309098,8 +309098,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10354), 1, - anon_sym_RPAREN, + ACTIONS(10406), 1, + anon_sym_SEMI, STATE(7633), 3, sym__tool_directive, sym_line_comment, @@ -309111,8 +309111,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6273), 1, - anon_sym_SEMI, + ACTIONS(10408), 1, + sym_AFTER, STATE(7634), 3, sym__tool_directive, sym_line_comment, @@ -309124,8 +309124,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10356), 1, - anon_sym_SEMI, + ACTIONS(10410), 1, + anon_sym_COLON, STATE(7635), 3, sym__tool_directive, sym_line_comment, @@ -309137,8 +309137,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10358), 1, - anon_sym_SEMI, + ACTIONS(10412), 1, + anon_sym_RBRACK, STATE(7636), 3, sym__tool_directive, sym_line_comment, @@ -309150,8 +309150,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10360), 1, - anon_sym_SEMI, + ACTIONS(10414), 1, + sym_OF, STATE(7637), 3, sym__tool_directive, sym_line_comment, @@ -309163,8 +309163,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10362), 1, - sym_bit_string_value, + ACTIONS(10416), 1, + anon_sym_DOT, STATE(7638), 3, sym__tool_directive, sym_line_comment, @@ -309176,8 +309176,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10364), 1, - anon_sym_RBRACK, + ACTIONS(10418), 1, + sym_OF, STATE(7639), 3, sym__tool_directive, sym_line_comment, @@ -309189,8 +309189,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10366), 1, - anon_sym_SEMI, + ACTIONS(10420), 1, + anon_sym_COLON, STATE(7640), 3, sym__tool_directive, sym_line_comment, @@ -309202,8 +309202,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10368), 1, - anon_sym_RPAREN, + ACTIONS(2622), 1, + sym_OF, STATE(7641), 3, sym__tool_directive, sym_line_comment, @@ -309215,8 +309215,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7479), 1, - anon_sym_SEMI, + ACTIONS(10422), 1, + anon_sym_RBRACK, STATE(7642), 3, sym__tool_directive, sym_line_comment, @@ -309228,8 +309228,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10370), 1, - anon_sym_SEMI, + ACTIONS(10424), 1, + sym_bit_string_value, STATE(7643), 3, sym__tool_directive, sym_line_comment, @@ -309241,8 +309241,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10372), 1, - anon_sym_GT_GT, + ACTIONS(10426), 1, + sym_bit_string_base, STATE(7644), 3, sym__tool_directive, sym_line_comment, @@ -309254,8 +309254,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10374), 1, - anon_sym_SEMI, + ACTIONS(10428), 1, + anon_sym_GT_GT, STATE(7645), 3, sym__tool_directive, sym_line_comment, @@ -309267,8 +309267,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10376), 1, - anon_sym_SEMI, + ACTIONS(10430), 1, + anon_sym_DOT, STATE(7646), 3, sym__tool_directive, sym_line_comment, @@ -309280,8 +309280,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10378), 1, - anon_sym_GT_GT, + ACTIONS(10432), 1, + sym_OF, STATE(7647), 3, sym__tool_directive, sym_line_comment, @@ -309293,8 +309293,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7580), 1, - anon_sym_SEMI, + ACTIONS(10434), 1, + anon_sym_GT_GT, STATE(7648), 3, sym__tool_directive, sym_line_comment, @@ -309306,7 +309306,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10380), 1, + ACTIONS(10436), 1, anon_sym_GT_GT, STATE(7649), 3, sym__tool_directive, @@ -309319,8 +309319,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6279), 1, - anon_sym_SEMI, + ACTIONS(10438), 1, + sym__block_comment_end, STATE(7650), 3, sym__tool_directive, sym_line_comment, @@ -309332,8 +309332,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10382), 1, - anon_sym_SEMI, + ACTIONS(2871), 1, + sym_LOOP, STATE(7651), 3, sym__tool_directive, sym_line_comment, @@ -309345,8 +309345,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10384), 1, - anon_sym_GT_GT, + ACTIONS(10440), 1, + sym__directive_newline, STATE(7652), 3, sym__tool_directive, sym_line_comment, @@ -309358,8 +309358,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10386), 1, - anon_sym_GT_GT, + ACTIONS(10442), 1, + sym__directive_newline, STATE(7653), 3, sym__tool_directive, sym_line_comment, @@ -309371,8 +309371,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10388), 1, - anon_sym_GT_GT, + ACTIONS(10444), 1, + anon_sym_SEMI, STATE(7654), 3, sym__tool_directive, sym_line_comment, @@ -309384,8 +309384,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10390), 1, - sym_FUNCTION, + ACTIONS(10446), 1, + sym_VARIABLE, STATE(7655), 3, sym__tool_directive, sym_line_comment, @@ -309397,7 +309397,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10392), 1, + ACTIONS(10448), 1, anon_sym_RBRACK, STATE(7656), 3, sym__tool_directive, @@ -309410,8 +309410,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10394), 1, - anon_sym_RPAREN, + ACTIONS(10450), 1, + sym_string_literal, STATE(7657), 3, sym__tool_directive, sym_line_comment, @@ -309423,8 +309423,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10396), 1, - anon_sym_RBRACK, + ACTIONS(10452), 1, + anon_sym_RPAREN, STATE(7658), 3, sym__tool_directive, sym_line_comment, @@ -309436,8 +309436,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10398), 1, - anon_sym_COLON, + ACTIONS(10454), 1, + sym_FUNCTION, STATE(7659), 3, sym__tool_directive, sym_line_comment, @@ -309449,8 +309449,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10400), 1, - anon_sym_COLON, + ACTIONS(10456), 1, + anon_sym_RPAREN, STATE(7660), 3, sym__tool_directive, sym_line_comment, @@ -309462,8 +309462,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10402), 1, - sym_AFTER, + ACTIONS(10458), 1, + sym_bit_string_value, STATE(7661), 3, sym__tool_directive, sym_line_comment, @@ -309475,8 +309475,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10404), 1, - anon_sym_COLON, + ACTIONS(10460), 1, + anon_sym_SEMI, STATE(7662), 3, sym__tool_directive, sym_line_comment, @@ -309488,8 +309488,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10406), 1, - anon_sym_RPAREN, + ACTIONS(10462), 1, + anon_sym_COLON, STATE(7663), 3, sym__tool_directive, sym_line_comment, @@ -309501,8 +309501,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10408), 1, - anon_sym_RBRACK, + ACTIONS(10464), 1, + anon_sym_COLON, STATE(7664), 3, sym__tool_directive, sym_line_comment, @@ -309514,8 +309514,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10410), 1, - anon_sym_SEMI, + ACTIONS(10466), 1, + sym_AFTER, STATE(7665), 3, sym__tool_directive, sym_line_comment, @@ -309527,8 +309527,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10412), 1, - anon_sym_SEMI, + ACTIONS(10468), 1, + anon_sym_COLON, STATE(7666), 3, sym__tool_directive, sym_line_comment, @@ -309540,8 +309540,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10414), 1, - anon_sym_COLON, + ACTIONS(10470), 1, + anon_sym_SEMI, STATE(7667), 3, sym__tool_directive, sym_line_comment, @@ -309553,8 +309553,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10416), 1, - anon_sym_COLON, + ACTIONS(10472), 1, + anon_sym_SEMI, STATE(7668), 3, sym__tool_directive, sym_line_comment, @@ -309566,8 +309566,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10418), 1, - sym_IS, + ACTIONS(10474), 1, + sym_bit_string_value, STATE(7669), 3, sym__tool_directive, sym_line_comment, @@ -309579,8 +309579,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10420), 1, - anon_sym_COLON, + ACTIONS(7947), 1, + anon_sym_SEMI, STATE(7670), 3, sym__tool_directive, sym_line_comment, @@ -309592,8 +309592,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10422), 1, - sym_END, + ACTIONS(6200), 1, + anon_sym_SEMI, STATE(7671), 3, sym__tool_directive, sym_line_comment, @@ -309605,8 +309605,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10424), 1, - anon_sym_RPAREN, + ACTIONS(10476), 1, + anon_sym_COLON, STATE(7672), 3, sym__tool_directive, sym_line_comment, @@ -309618,8 +309618,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10426), 1, - anon_sym_SEMI, + ACTIONS(10478), 1, + sym_IS, STATE(7673), 3, sym__tool_directive, sym_line_comment, @@ -309631,8 +309631,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10428), 1, - anon_sym_RBRACK, + ACTIONS(10480), 1, + anon_sym_COLON, STATE(7674), 3, sym__tool_directive, sym_line_comment, @@ -309644,8 +309644,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10430), 1, - anon_sym_LPAREN, + ACTIONS(10482), 1, + anon_sym_SEMI, STATE(7675), 3, sym__tool_directive, sym_line_comment, @@ -309657,8 +309657,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10432), 1, - anon_sym_LPAREN, + ACTIONS(10484), 1, + anon_sym_RBRACK, STATE(7676), 3, sym__tool_directive, sym_line_comment, @@ -309670,8 +309670,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10434), 1, - anon_sym_LPAREN, + ACTIONS(10486), 1, + sym__directive_newline, STATE(7677), 3, sym__tool_directive, sym_line_comment, @@ -309683,8 +309683,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10436), 1, - sym_NEW, + ACTIONS(10488), 1, + anon_sym_RBRACK, STATE(7678), 3, sym__tool_directive, sym_line_comment, @@ -309696,8 +309696,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10438), 1, - anon_sym_SEMI, + ACTIONS(10490), 1, + anon_sym_LPAREN, STATE(7679), 3, sym__tool_directive, sym_line_comment, @@ -309709,8 +309709,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10440), 1, - anon_sym_SEMI, + ACTIONS(10492), 1, + anon_sym_LPAREN, STATE(7680), 3, sym__tool_directive, sym_line_comment, @@ -309722,8 +309722,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10442), 1, - anon_sym_SEMI, + ACTIONS(10494), 1, + anon_sym_LPAREN, STATE(7681), 3, sym__tool_directive, sym_line_comment, @@ -309735,8 +309735,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10444), 1, - anon_sym_RPAREN, + ACTIONS(10496), 1, + sym_NEW, STATE(7682), 3, sym__tool_directive, sym_line_comment, @@ -309748,8 +309748,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10446), 1, - anon_sym_SEMI, + ACTIONS(10498), 1, + anon_sym_GT_GT, STATE(7683), 3, sym__tool_directive, sym_line_comment, @@ -309761,8 +309761,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10448), 1, - anon_sym_SEMI, + ACTIONS(10500), 1, + anon_sym_GT_GT, STATE(7684), 3, sym__tool_directive, sym_line_comment, @@ -309774,8 +309774,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10450), 1, - anon_sym_RBRACK, + ACTIONS(10502), 1, + anon_sym_GT_GT, STATE(7685), 3, sym__tool_directive, sym_line_comment, @@ -309787,8 +309787,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10452), 1, - anon_sym_GT_GT, + ACTIONS(10504), 1, + anon_sym_RBRACK, STATE(7686), 3, sym__tool_directive, sym_line_comment, @@ -309800,7 +309800,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10454), 1, + ACTIONS(10506), 1, anon_sym_GT_GT, STATE(7687), 3, sym__tool_directive, @@ -309813,8 +309813,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10456), 1, - anon_sym_COLON, + ACTIONS(10508), 1, + anon_sym_RPAREN, STATE(7688), 3, sym__tool_directive, sym_line_comment, @@ -309826,8 +309826,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10458), 1, - anon_sym_COLON, + ACTIONS(10510), 1, + anon_sym_RPAREN, STATE(7689), 3, sym__tool_directive, sym_line_comment, @@ -309839,8 +309839,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10460), 1, - anon_sym_COLON, + ACTIONS(10512), 1, + sym_bit_string_value, STATE(7690), 3, sym__tool_directive, sym_line_comment, @@ -309852,8 +309852,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10462), 1, - anon_sym_COLON, + ACTIONS(10514), 1, + anon_sym_GT_GT, STATE(7691), 3, sym__tool_directive, sym_line_comment, @@ -309865,8 +309865,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10464), 1, - anon_sym_SEMI, + ACTIONS(10516), 1, + anon_sym_COLON, STATE(7692), 3, sym__tool_directive, sym_line_comment, @@ -309878,8 +309878,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10466), 1, - anon_sym_GT_GT, + ACTIONS(10518), 1, + anon_sym_COLON, STATE(7693), 3, sym__tool_directive, sym_line_comment, @@ -309891,8 +309891,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10468), 1, - anon_sym_SEMI, + ACTIONS(10520), 1, + anon_sym_COLON, STATE(7694), 3, sym__tool_directive, sym_line_comment, @@ -309904,8 +309904,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10470), 1, - anon_sym_GT_GT, + ACTIONS(10522), 1, + anon_sym_COLON, STATE(7695), 3, sym__tool_directive, sym_line_comment, @@ -309917,8 +309917,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10472), 1, - sym_IS, + ACTIONS(10524), 1, + anon_sym_GT_GT, STATE(7696), 3, sym__tool_directive, sym_line_comment, @@ -309930,8 +309930,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10474), 1, - sym_IS, + ACTIONS(10526), 1, + sym_bit_string_value, STATE(7697), 3, sym__tool_directive, sym_line_comment, @@ -309943,8 +309943,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10476), 1, - anon_sym_SEMI, + ACTIONS(10528), 1, + anon_sym_RBRACK, STATE(7698), 3, sym__tool_directive, sym_line_comment, @@ -309956,7 +309956,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10478), 1, + ACTIONS(10530), 1, anon_sym_SEMI, STATE(7699), 3, sym__tool_directive, @@ -309969,8 +309969,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10480), 1, - anon_sym_GT_GT, + ACTIONS(10532), 1, + sym_IS, STATE(7700), 3, sym__tool_directive, sym_line_comment, @@ -309982,8 +309982,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10482), 1, - anon_sym_GT_GT, + ACTIONS(10534), 1, + sym_IS, STATE(7701), 3, sym__tool_directive, sym_line_comment, @@ -309995,8 +309995,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10484), 1, - anon_sym_RBRACK, + ACTIONS(10536), 1, + anon_sym_SEMI, STATE(7702), 3, sym__tool_directive, sym_line_comment, @@ -310008,8 +310008,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10486), 1, - anon_sym_SEMI, + ACTIONS(10538), 1, + anon_sym_RBRACK, STATE(7703), 3, sym__tool_directive, sym_line_comment, @@ -310021,8 +310021,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10488), 1, - anon_sym_RPAREN, + ACTIONS(10540), 1, + anon_sym_RBRACK, STATE(7704), 3, sym__tool_directive, sym_line_comment, @@ -310034,7 +310034,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10490), 1, + ACTIONS(10542), 1, anon_sym_RBRACK, STATE(7705), 3, sym__tool_directive, @@ -310047,8 +310047,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10492), 1, - anon_sym_SEMI, + ACTIONS(10544), 1, + anon_sym_GT_GT, STATE(7706), 3, sym__tool_directive, sym_line_comment, @@ -310060,8 +310060,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10494), 1, - anon_sym_RPAREN, + ACTIONS(10546), 1, + anon_sym_SEMI, STATE(7707), 3, sym__tool_directive, sym_line_comment, @@ -310073,8 +310073,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10496), 1, - sym_IN, + ACTIONS(10548), 1, + anon_sym_GT_GT, STATE(7708), 3, sym__tool_directive, sym_line_comment, @@ -310086,8 +310086,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10498), 1, - anon_sym_SEMI, + ACTIONS(10550), 1, + anon_sym_GT_GT, STATE(7709), 3, sym__tool_directive, sym_line_comment, @@ -310099,8 +310099,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10500), 1, - anon_sym_RPAREN, + ACTIONS(10552), 1, + anon_sym_SEMI, STATE(7710), 3, sym__tool_directive, sym_line_comment, @@ -310112,8 +310112,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7590), 1, - anon_sym_SEMI, + ACTIONS(10554), 1, + anon_sym_COLON, STATE(7711), 3, sym__tool_directive, sym_line_comment, @@ -310125,7 +310125,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10502), 1, + ACTIONS(10556), 1, anon_sym_RBRACK, STATE(7712), 3, sym__tool_directive, @@ -310138,7 +310138,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10504), 1, + ACTIONS(10558), 1, anon_sym_SEMI, STATE(7713), 3, sym__tool_directive, @@ -310151,8 +310151,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10506), 1, - anon_sym_COLON, + ACTIONS(10560), 1, + anon_sym_RPAREN, STATE(7714), 3, sym__tool_directive, sym_line_comment, @@ -310164,7 +310164,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10508), 1, + ACTIONS(10562), 1, anon_sym_RPAREN, STATE(7715), 3, sym__tool_directive, @@ -310177,8 +310177,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10510), 1, - anon_sym_RBRACK, + ACTIONS(10564), 1, + sym_bit_string_value, STATE(7716), 3, sym__tool_directive, sym_line_comment, @@ -310190,8 +310190,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10512), 1, - anon_sym_RPAREN, + ACTIONS(10566), 1, + anon_sym_SEMI, STATE(7717), 3, sym__tool_directive, sym_line_comment, @@ -310203,7 +310203,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10514), 1, + ACTIONS(7973), 1, anon_sym_SEMI, STATE(7718), 3, sym__tool_directive, @@ -310216,8 +310216,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10516), 1, - anon_sym_SEMI, + ACTIONS(10568), 1, + sym_bit_string_value, STATE(7719), 3, sym__tool_directive, sym_line_comment, @@ -310229,8 +310229,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10518), 1, - anon_sym_RBRACK, + ACTIONS(10570), 1, + anon_sym_SEMI, STATE(7720), 3, sym__tool_directive, sym_line_comment, @@ -310242,8 +310242,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10520), 1, - anon_sym_SEMI, + ACTIONS(10572), 1, + anon_sym_RPAREN, STATE(7721), 3, sym__tool_directive, sym_line_comment, @@ -310255,8 +310255,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10522), 1, - anon_sym_COLON, + ACTIONS(10574), 1, + anon_sym_SEMI, STATE(7722), 3, sym__tool_directive, sym_line_comment, @@ -310268,8 +310268,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10524), 1, - anon_sym_COLON, + ACTIONS(10576), 1, + anon_sym_SEMI, STATE(7723), 3, sym__tool_directive, sym_line_comment, @@ -310281,8 +310281,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10526), 1, - sym_AFTER, + ACTIONS(10578), 1, + anon_sym_SEMI, STATE(7724), 3, sym__tool_directive, sym_line_comment, @@ -310294,8 +310294,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10528), 1, - anon_sym_COLON, + ACTIONS(10580), 1, + anon_sym_RPAREN, STATE(7725), 3, sym__tool_directive, sym_line_comment, @@ -310307,8 +310307,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10530), 1, - anon_sym_RBRACK, + ACTIONS(10582), 1, + anon_sym_COLON, STATE(7726), 3, sym__tool_directive, sym_line_comment, @@ -310320,8 +310320,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10532), 1, - anon_sym_SEMI, + ACTIONS(10584), 1, + anon_sym_COLON, STATE(7727), 3, sym__tool_directive, sym_line_comment, @@ -310333,8 +310333,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10534), 1, - anon_sym_GT_GT, + ACTIONS(10586), 1, + sym_AFTER, STATE(7728), 3, sym__tool_directive, sym_line_comment, @@ -310346,8 +310346,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10536), 1, - anon_sym_GT_GT, + ACTIONS(10588), 1, + anon_sym_COLON, STATE(7729), 3, sym__tool_directive, sym_line_comment, @@ -310359,8 +310359,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10538), 1, - anon_sym_GT_GT, + ACTIONS(10590), 1, + anon_sym_RBRACK, STATE(7730), 3, sym__tool_directive, sym_line_comment, @@ -310372,8 +310372,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10540), 1, - anon_sym_COLON, + ACTIONS(10592), 1, + anon_sym_RBRACK, STATE(7731), 3, sym__tool_directive, sym_line_comment, @@ -310385,8 +310385,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10542), 1, - sym_IS, + ACTIONS(10594), 1, + anon_sym_GT_GT, STATE(7732), 3, sym__tool_directive, sym_line_comment, @@ -310398,8 +310398,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10544), 1, - anon_sym_COLON, + ACTIONS(10596), 1, + anon_sym_SEMI, STATE(7733), 3, sym__tool_directive, sym_line_comment, @@ -310411,8 +310411,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10546), 1, - anon_sym_RBRACK, + ACTIONS(10598), 1, + anon_sym_GT_GT, STATE(7734), 3, sym__tool_directive, sym_line_comment, @@ -310424,8 +310424,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10548), 1, - anon_sym_RBRACK, + ACTIONS(10600), 1, + anon_sym_COLON, STATE(7735), 3, sym__tool_directive, sym_line_comment, @@ -310437,8 +310437,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10550), 1, - anon_sym_SEMI, + ACTIONS(10602), 1, + sym_IS, STATE(7736), 3, sym__tool_directive, sym_line_comment, @@ -310450,8 +310450,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6287), 1, - anon_sym_SEMI, + ACTIONS(10604), 1, + anon_sym_COLON, STATE(7737), 3, sym__tool_directive, sym_line_comment, @@ -310463,8 +310463,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10552), 1, - anon_sym_LPAREN, + ACTIONS(10606), 1, + anon_sym_GT_GT, STATE(7738), 3, sym__tool_directive, sym_line_comment, @@ -310476,8 +310476,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10554), 1, - anon_sym_LPAREN, + ACTIONS(10608), 1, + anon_sym_RBRACK, STATE(7739), 3, sym__tool_directive, sym_line_comment, @@ -310489,8 +310489,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10556), 1, - sym_NEW, + ACTIONS(10610), 1, + ts_builtin_sym_end, STATE(7740), 3, sym__tool_directive, sym_line_comment, @@ -310502,8 +310502,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10558), 1, - anon_sym_RBRACK, + ACTIONS(10612), 1, + anon_sym_SEMI, STATE(7741), 3, sym__tool_directive, sym_line_comment, @@ -310515,8 +310515,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10560), 1, - anon_sym_SEMI, + ACTIONS(10614), 1, + anon_sym_LPAREN, STATE(7742), 3, sym__tool_directive, sym_line_comment, @@ -310528,8 +310528,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7598), 1, - anon_sym_SEMI, + ACTIONS(10616), 1, + anon_sym_LPAREN, STATE(7743), 3, sym__tool_directive, sym_line_comment, @@ -310541,8 +310541,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(9138), 1, - sym_GENERATE, + ACTIONS(10618), 1, + sym_NEW, STATE(7744), 3, sym__tool_directive, sym_line_comment, @@ -310554,8 +310554,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10562), 1, - sym_bit_string_value, + ACTIONS(10620), 1, + anon_sym_RPAREN, STATE(7745), 3, sym__tool_directive, sym_line_comment, @@ -310567,8 +310567,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10564), 1, - anon_sym_SEMI, + ACTIONS(10622), 1, + anon_sym_RPAREN, STATE(7746), 3, sym__tool_directive, sym_line_comment, @@ -310580,8 +310580,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10566), 1, - anon_sym_SEMI, + ACTIONS(10624), 1, + ts_builtin_sym_end, STATE(7747), 3, sym__tool_directive, sym_line_comment, @@ -310593,8 +310593,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10568), 1, - anon_sym_RPAREN, + ACTIONS(10626), 1, + sym_bit_string_value, STATE(7748), 3, sym__tool_directive, sym_line_comment, @@ -310606,8 +310606,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10570), 1, - sym_bit_string_value, + ACTIONS(7924), 1, + anon_sym_SEMI, STATE(7749), 3, sym__tool_directive, sym_line_comment, @@ -310619,8 +310619,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10572), 1, - anon_sym_COLON, + ACTIONS(10628), 1, + anon_sym_SEMI, STATE(7750), 3, sym__tool_directive, sym_line_comment, @@ -310632,8 +310632,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10574), 1, - anon_sym_COLON, + ACTIONS(6170), 1, + anon_sym_SEMI, STATE(7751), 3, sym__tool_directive, sym_line_comment, @@ -310645,8 +310645,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10576), 1, - anon_sym_COLON, + ACTIONS(10630), 1, + anon_sym_SEMI, STATE(7752), 3, sym__tool_directive, sym_line_comment, @@ -310658,8 +310658,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10578), 1, - anon_sym_COLON, + ACTIONS(10632), 1, + sym_bit_string_value, STATE(7753), 3, sym__tool_directive, sym_line_comment, @@ -310671,8 +310671,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7615), 1, - anon_sym_SEMI, + ACTIONS(10634), 1, + anon_sym_COLON, STATE(7754), 3, sym__tool_directive, sym_line_comment, @@ -310684,8 +310684,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10580), 1, - anon_sym_GT_GT, + ACTIONS(10636), 1, + anon_sym_COLON, STATE(7755), 3, sym__tool_directive, sym_line_comment, @@ -310697,8 +310697,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10582), 1, - anon_sym_SEMI, + ACTIONS(10638), 1, + anon_sym_COLON, STATE(7756), 3, sym__tool_directive, sym_line_comment, @@ -310710,8 +310710,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10584), 1, - anon_sym_RPAREN, + ACTIONS(10640), 1, + anon_sym_COLON, STATE(7757), 3, sym__tool_directive, sym_line_comment, @@ -310723,8 +310723,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10586), 1, - sym_IS, + ACTIONS(10642), 1, + anon_sym_SEMI, STATE(7758), 3, sym__tool_directive, sym_line_comment, @@ -310736,8 +310736,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10588), 1, - sym_IS, + ACTIONS(7885), 1, + anon_sym_SEMI, STATE(7759), 3, sym__tool_directive, sym_line_comment, @@ -310749,8 +310749,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10590), 1, - anon_sym_SEMI, + ACTIONS(10644), 1, + sym_FOR, STATE(7760), 3, sym__tool_directive, sym_line_comment, @@ -310762,8 +310762,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10592), 1, - anon_sym_RPAREN, + ACTIONS(5583), 1, + sym_VUNIT, STATE(7761), 3, sym__tool_directive, sym_line_comment, @@ -310775,8 +310775,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10594), 1, - anon_sym_RBRACK, + ACTIONS(10646), 1, + sym_IS, STATE(7762), 3, sym__tool_directive, sym_line_comment, @@ -310788,8 +310788,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10596), 1, - anon_sym_GT_GT, + ACTIONS(10648), 1, + sym_IS, STATE(7763), 3, sym__tool_directive, sym_line_comment, @@ -310801,7 +310801,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10598), 1, + ACTIONS(10650), 1, anon_sym_SEMI, STATE(7764), 3, sym__tool_directive, @@ -310814,8 +310814,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10600), 1, - anon_sym_GT_GT, + ACTIONS(10652), 1, + anon_sym_SEMI, STATE(7765), 3, sym__tool_directive, sym_line_comment, @@ -310827,8 +310827,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10602), 1, - anon_sym_GT_GT, + ACTIONS(10654), 1, + anon_sym_SEMI, STATE(7766), 3, sym__tool_directive, sym_line_comment, @@ -310840,8 +310840,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10604), 1, - anon_sym_GT_GT, + ACTIONS(10656), 1, + anon_sym_RBRACK, STATE(7767), 3, sym__tool_directive, sym_line_comment, @@ -310853,8 +310853,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10606), 1, - anon_sym_GT_GT, + ACTIONS(10658), 1, + anon_sym_RBRACK, STATE(7768), 3, sym__tool_directive, sym_line_comment, @@ -310866,8 +310866,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10608), 1, - sym_bit_string_value, + ACTIONS(10660), 1, + anon_sym_GT_GT, STATE(7769), 3, sym__tool_directive, sym_line_comment, @@ -310879,8 +310879,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10610), 1, - anon_sym_RBRACK, + ACTIONS(10662), 1, + anon_sym_GT_GT, STATE(7770), 3, sym__tool_directive, sym_line_comment, @@ -310892,8 +310892,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6888), 1, - anon_sym_SEMI, + ACTIONS(10664), 1, + anon_sym_GT_GT, STATE(7771), 3, sym__tool_directive, sym_line_comment, @@ -310905,8 +310905,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10612), 1, - anon_sym_RPAREN, + ACTIONS(10666), 1, + anon_sym_RBRACK, STATE(7772), 3, sym__tool_directive, sym_line_comment, @@ -310918,8 +310918,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10614), 1, - anon_sym_RBRACK, + ACTIONS(10668), 1, + anon_sym_SEMI, STATE(7773), 3, sym__tool_directive, sym_line_comment, @@ -310931,8 +310931,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10616), 1, - anon_sym_SEMI, + ACTIONS(10670), 1, + sym_END, STATE(7774), 3, sym__tool_directive, sym_line_comment, @@ -310944,8 +310944,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10618), 1, - anon_sym_SEMI, + ACTIONS(10672), 1, + sym_bit_string_value, STATE(7775), 3, sym__tool_directive, sym_line_comment, @@ -310957,8 +310957,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10620), 1, - anon_sym_SEMI, + ACTIONS(10674), 1, + anon_sym_RPAREN, STATE(7776), 3, sym__tool_directive, sym_line_comment, @@ -310970,7 +310970,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10622), 1, + ACTIONS(7932), 1, anon_sym_SEMI, STATE(7777), 3, sym__tool_directive, @@ -310983,8 +310983,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10624), 1, - anon_sym_RBRACK, + ACTIONS(10676), 1, + sym_bit_string_value, STATE(7778), 3, sym__tool_directive, sym_line_comment, @@ -310996,8 +310996,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10626), 1, - anon_sym_RPAREN, + ACTIONS(10678), 1, + anon_sym_RBRACK, STATE(7779), 3, sym__tool_directive, sym_line_comment, @@ -311009,8 +311009,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10628), 1, - anon_sym_COLON, + ACTIONS(10680), 1, + anon_sym_SEMI, STATE(7780), 3, sym__tool_directive, sym_line_comment, @@ -311022,8 +311022,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10630), 1, - anon_sym_COLON, + ACTIONS(10682), 1, + sym_END, STATE(7781), 3, sym__tool_directive, sym_line_comment, @@ -311035,8 +311035,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10632), 1, - sym_AFTER, + ACTIONS(10684), 1, + anon_sym_SEMI, STATE(7782), 3, sym__tool_directive, sym_line_comment, @@ -311048,8 +311048,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10634), 1, - anon_sym_COLON, + ACTIONS(10686), 1, + sym_bit_string_value, STATE(7783), 3, sym__tool_directive, sym_line_comment, @@ -311061,8 +311061,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10636), 1, - anon_sym_RPAREN, + ACTIONS(10688), 1, + anon_sym_COLON, STATE(7784), 3, sym__tool_directive, sym_line_comment, @@ -311074,8 +311074,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10638), 1, - anon_sym_SEMI, + ACTIONS(10690), 1, + anon_sym_COLON, STATE(7785), 3, sym__tool_directive, sym_line_comment, @@ -311087,8 +311087,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10640), 1, - anon_sym_SEMI, + ACTIONS(10692), 1, + sym_AFTER, STATE(7786), 3, sym__tool_directive, sym_line_comment, @@ -311100,8 +311100,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10642), 1, - anon_sym_SEMI, + ACTIONS(10694), 1, + anon_sym_COLON, STATE(7787), 3, sym__tool_directive, sym_line_comment, @@ -311113,8 +311113,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10644), 1, - anon_sym_RPAREN, + ACTIONS(10696), 1, + anon_sym_SEMI, STATE(7788), 3, sym__tool_directive, sym_line_comment, @@ -311126,8 +311126,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10646), 1, - anon_sym_COLON, + ACTIONS(7357), 1, + sym_END, STATE(7789), 3, sym__tool_directive, sym_line_comment, @@ -311139,8 +311139,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10648), 1, - sym_IS, + ACTIONS(10698), 1, + anon_sym_SEMI, STATE(7790), 3, sym__tool_directive, sym_line_comment, @@ -311152,8 +311152,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10650), 1, - anon_sym_COLON, + ACTIONS(10700), 1, + anon_sym_SEMI, STATE(7791), 3, sym__tool_directive, sym_line_comment, @@ -311165,8 +311165,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10652), 1, - anon_sym_RBRACK, + ACTIONS(10702), 1, + anon_sym_SEMI, STATE(7792), 3, sym__tool_directive, sym_line_comment, @@ -311178,8 +311178,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10654), 1, - anon_sym_RBRACK, + ACTIONS(10704), 1, + anon_sym_COLON, STATE(7793), 3, sym__tool_directive, sym_line_comment, @@ -311191,8 +311191,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10656), 1, - anon_sym_SEMI, + ACTIONS(10706), 1, + sym_IS, STATE(7794), 3, sym__tool_directive, sym_line_comment, @@ -311204,8 +311204,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10658), 1, - anon_sym_SEMI, + ACTIONS(10708), 1, + anon_sym_COLON, STATE(7795), 3, sym__tool_directive, sym_line_comment, @@ -311217,8 +311217,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10660), 1, - anon_sym_LPAREN, + ACTIONS(10710), 1, + anon_sym_SEMI, STATE(7796), 3, sym__tool_directive, sym_line_comment, @@ -311230,8 +311230,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10662), 1, - sym_NEW, + ACTIONS(10712), 1, + anon_sym_RBRACK, STATE(7797), 3, sym__tool_directive, sym_line_comment, @@ -311243,8 +311243,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10664), 1, - anon_sym_GT_GT, + ACTIONS(6391), 1, + sym_END, STATE(7798), 3, sym__tool_directive, sym_line_comment, @@ -311256,8 +311256,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10666), 1, - anon_sym_SEMI, + ACTIONS(10714), 1, + anon_sym_RBRACK, STATE(7799), 3, sym__tool_directive, sym_line_comment, @@ -311269,8 +311269,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10668), 1, - anon_sym_SEMI, + ACTIONS(10716), 1, + anon_sym_LPAREN, STATE(7800), 3, sym__tool_directive, sym_line_comment, @@ -311282,8 +311282,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10670), 1, - anon_sym_GT_GT, + ACTIONS(10718), 1, + sym_NEW, STATE(7801), 3, sym__tool_directive, sym_line_comment, @@ -311295,7 +311295,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10672), 1, + ACTIONS(10720), 1, anon_sym_GT_GT, STATE(7802), 3, sym__tool_directive, @@ -311308,8 +311308,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10674), 1, - anon_sym_COLON, + ACTIONS(10722), 1, + anon_sym_GT_GT, STATE(7803), 3, sym__tool_directive, sym_line_comment, @@ -311321,8 +311321,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10676), 1, - anon_sym_COLON, + ACTIONS(10724), 1, + anon_sym_GT_GT, STATE(7804), 3, sym__tool_directive, sym_line_comment, @@ -311334,8 +311334,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10678), 1, - anon_sym_COLON, + ACTIONS(10726), 1, + anon_sym_SEMI, STATE(7805), 3, sym__tool_directive, sym_line_comment, @@ -311347,8 +311347,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10680), 1, - anon_sym_COLON, + ACTIONS(10728), 1, + anon_sym_RBRACK, STATE(7806), 3, sym__tool_directive, sym_line_comment, @@ -311360,8 +311360,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10682), 1, - anon_sym_SEMI, + ACTIONS(10730), 1, + anon_sym_COLON, STATE(7807), 3, sym__tool_directive, sym_line_comment, @@ -311373,8 +311373,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10684), 1, - anon_sym_GT_GT, + ACTIONS(10732), 1, + anon_sym_COLON, STATE(7808), 3, sym__tool_directive, sym_line_comment, @@ -311386,8 +311386,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10686), 1, - anon_sym_RBRACK, + ACTIONS(10734), 1, + anon_sym_COLON, STATE(7809), 3, sym__tool_directive, sym_line_comment, @@ -311399,8 +311399,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10688), 1, - anon_sym_GT_GT, + ACTIONS(10736), 1, + anon_sym_COLON, STATE(7810), 3, sym__tool_directive, sym_line_comment, @@ -311412,8 +311412,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10690), 1, - sym_IS, + ACTIONS(10738), 1, + anon_sym_SEMI, STATE(7811), 3, sym__tool_directive, sym_line_comment, @@ -311425,8 +311425,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10692), 1, - sym_IS, + ACTIONS(10740), 1, + anon_sym_RPAREN, STATE(7812), 3, sym__tool_directive, sym_line_comment, @@ -311438,8 +311438,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10694), 1, - anon_sym_SEMI, + ACTIONS(10742), 1, + sym_FUNCTION, STATE(7813), 3, sym__tool_directive, sym_line_comment, @@ -311451,8 +311451,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10696), 1, - anon_sym_RBRACK, + ACTIONS(10744), 1, + anon_sym_RPAREN, STATE(7814), 3, sym__tool_directive, sym_line_comment, @@ -311464,8 +311464,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10698), 1, - anon_sym_GT_GT, + ACTIONS(10746), 1, + sym_IS, STATE(7815), 3, sym__tool_directive, sym_line_comment, @@ -311477,8 +311477,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10700), 1, - anon_sym_COLON, + ACTIONS(10748), 1, + sym_IS, STATE(7816), 3, sym__tool_directive, sym_line_comment, @@ -311490,7 +311490,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7147), 1, + ACTIONS(10750), 1, anon_sym_SEMI, STATE(7817), 3, sym__tool_directive, @@ -311503,8 +311503,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7619), 1, - anon_sym_SEMI, + ACTIONS(10752), 1, + sym_bit_string_value, STATE(7818), 3, sym__tool_directive, sym_line_comment, @@ -311516,8 +311516,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10702), 1, - anon_sym_RBRACK, + ACTIONS(10754), 1, + anon_sym_SEMI, STATE(7819), 3, sym__tool_directive, sym_line_comment, @@ -311529,8 +311529,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10704), 1, - anon_sym_RPAREN, + ACTIONS(10756), 1, + anon_sym_SEMI, STATE(7820), 3, sym__tool_directive, sym_line_comment, @@ -311542,8 +311542,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10706), 1, - anon_sym_SEMI, + ACTIONS(10758), 1, + sym_PROCESS, STATE(7821), 3, sym__tool_directive, sym_line_comment, @@ -311555,8 +311555,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10708), 1, - anon_sym_RBRACK, + ACTIONS(10760), 1, + sym_bit_string_value, STATE(7822), 3, sym__tool_directive, sym_line_comment, @@ -311568,8 +311568,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10710), 1, - anon_sym_RPAREN, + ACTIONS(10762), 1, + sym_FUNCTION, STATE(7823), 3, sym__tool_directive, sym_line_comment, @@ -311581,8 +311581,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10712), 1, - anon_sym_COLON, + ACTIONS(10764), 1, + anon_sym_SEMI, STATE(7824), 3, sym__tool_directive, sym_line_comment, @@ -311594,7 +311594,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10714), 1, + ACTIONS(10766), 1, anon_sym_COLON, STATE(7825), 3, sym__tool_directive, @@ -311607,8 +311607,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10716), 1, - anon_sym_COLON, + ACTIONS(10768), 1, + anon_sym_RBRACK, STATE(7826), 3, sym__tool_directive, sym_line_comment, @@ -311620,8 +311620,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10718), 1, - anon_sym_SEMI, + ACTIONS(10770), 1, + anon_sym_RBRACK, STATE(7827), 3, sym__tool_directive, sym_line_comment, @@ -311633,8 +311633,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10720), 1, - anon_sym_SEMI, + ACTIONS(10772), 1, + anon_sym_COLON, STATE(7828), 3, sym__tool_directive, sym_line_comment, @@ -311646,8 +311646,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10722), 1, - anon_sym_SEMI, + ACTIONS(10774), 1, + anon_sym_COLON, STATE(7829), 3, sym__tool_directive, sym_line_comment, @@ -311659,8 +311659,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10724), 1, - anon_sym_RBRACK, + ACTIONS(10776), 1, + anon_sym_COLON, STATE(7830), 3, sym__tool_directive, sym_line_comment, @@ -311672,8 +311672,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10726), 1, - sym_IS, + ACTIONS(10778), 1, + anon_sym_GT_GT, STATE(7831), 3, sym__tool_directive, sym_line_comment, @@ -311685,8 +311685,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10728), 1, - anon_sym_COLON, + ACTIONS(10780), 1, + anon_sym_GT_GT, STATE(7832), 3, sym__tool_directive, sym_line_comment, @@ -311698,8 +311698,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10730), 1, - anon_sym_SEMI, + ACTIONS(10782), 1, + anon_sym_GT_GT, STATE(7833), 3, sym__tool_directive, sym_line_comment, @@ -311711,8 +311711,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10732), 1, - anon_sym_LPAREN, + ACTIONS(10784), 1, + anon_sym_SEMI, STATE(7834), 3, sym__tool_directive, sym_line_comment, @@ -311724,8 +311724,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10734), 1, - sym_NEW, + ACTIONS(10786), 1, + sym_IS, STATE(7835), 3, sym__tool_directive, sym_line_comment, @@ -311737,8 +311737,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10736), 1, - anon_sym_SEMI, + ACTIONS(10788), 1, + anon_sym_COLON, STATE(7836), 3, sym__tool_directive, sym_line_comment, @@ -311750,8 +311750,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7633), 1, - anon_sym_COLON, + ACTIONS(10790), 1, + anon_sym_RBRACK, STATE(7837), 3, sym__tool_directive, sym_line_comment, @@ -311763,8 +311763,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10738), 1, - anon_sym_GT_GT, + ACTIONS(10792), 1, + anon_sym_LPAREN, STATE(7838), 3, sym__tool_directive, sym_line_comment, @@ -311776,8 +311776,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10740), 1, - anon_sym_GT_GT, + ACTIONS(10794), 1, + sym_NEW, STATE(7839), 3, sym__tool_directive, sym_line_comment, @@ -311789,8 +311789,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10742), 1, - sym_NEW, + ACTIONS(10796), 1, + anon_sym_RPAREN, STATE(7840), 3, sym__tool_directive, sym_line_comment, @@ -311802,8 +311802,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10744), 1, - anon_sym_COLON, + ACTIONS(4262), 1, + sym_END, STATE(7841), 3, sym__tool_directive, sym_line_comment, @@ -311815,7 +311815,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10746), 1, + ACTIONS(10798), 1, anon_sym_COLON, STATE(7842), 3, sym__tool_directive, @@ -311828,8 +311828,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10748), 1, - anon_sym_COLON, + ACTIONS(10800), 1, + anon_sym_RPAREN, STATE(7843), 3, sym__tool_directive, sym_line_comment, @@ -311841,8 +311841,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10750), 1, - anon_sym_COLON, + ACTIONS(10802), 1, + sym_NEW, STATE(7844), 3, sym__tool_directive, sym_line_comment, @@ -311854,8 +311854,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10752), 1, - anon_sym_RBRACK, + ACTIONS(10804), 1, + anon_sym_COLON, STATE(7845), 3, sym__tool_directive, sym_line_comment, @@ -311867,8 +311867,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10754), 1, - sym_IS, + ACTIONS(10806), 1, + anon_sym_COLON, STATE(7846), 3, sym__tool_directive, sym_line_comment, @@ -311880,8 +311880,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10756), 1, - sym_IS, + ACTIONS(10808), 1, + anon_sym_COLON, STATE(7847), 3, sym__tool_directive, sym_line_comment, @@ -311893,8 +311893,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10758), 1, - anon_sym_SEMI, + ACTIONS(10810), 1, + anon_sym_COLON, STATE(7848), 3, sym__tool_directive, sym_line_comment, @@ -311906,8 +311906,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10760), 1, - anon_sym_GT_GT, + ACTIONS(10812), 1, + sym_bit_string_value, STATE(7849), 3, sym__tool_directive, sym_line_comment, @@ -311919,8 +311919,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10762), 1, - anon_sym_SEMI, + ACTIONS(10814), 1, + sym_IS, STATE(7850), 3, sym__tool_directive, sym_line_comment, @@ -311932,8 +311932,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10764), 1, - anon_sym_SEMI, + ACTIONS(10816), 1, + sym_IS, STATE(7851), 3, sym__tool_directive, sym_line_comment, @@ -311945,7 +311945,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10766), 1, + ACTIONS(10818), 1, anon_sym_SEMI, STATE(7852), 3, sym__tool_directive, @@ -311958,7 +311958,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10768), 1, + ACTIONS(10820), 1, anon_sym_RBRACK, STATE(7853), 3, sym__tool_directive, @@ -311971,8 +311971,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10770), 1, - anon_sym_COLON, + ACTIONS(10822), 1, + anon_sym_SEMI, STATE(7854), 3, sym__tool_directive, sym_line_comment, @@ -311984,8 +311984,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10772), 1, - anon_sym_COLON, + ACTIONS(10824), 1, + anon_sym_RPAREN, STATE(7855), 3, sym__tool_directive, sym_line_comment, @@ -311997,8 +311997,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10774), 1, - anon_sym_COLON, + ACTIONS(10826), 1, + anon_sym_SEMI, STATE(7856), 3, sym__tool_directive, sym_line_comment, @@ -312010,8 +312010,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10776), 1, - anon_sym_SEMI, + ACTIONS(10828), 1, + sym_bit_string_value, STATE(7857), 3, sym__tool_directive, sym_line_comment, @@ -312023,8 +312023,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10778), 1, - sym_IS, + ACTIONS(10830), 1, + anon_sym_COLON, STATE(7858), 3, sym__tool_directive, sym_line_comment, @@ -312036,7 +312036,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10780), 1, + ACTIONS(10832), 1, anon_sym_COLON, STATE(7859), 3, sym__tool_directive, @@ -312049,8 +312049,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10782), 1, - sym_NEW, + ACTIONS(10834), 1, + anon_sym_COLON, STATE(7860), 3, sym__tool_directive, sym_line_comment, @@ -312062,8 +312062,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10784), 1, - anon_sym_SEMI, + ACTIONS(10836), 1, + sym_bit_string_value, STATE(7861), 3, sym__tool_directive, sym_line_comment, @@ -312075,8 +312075,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10786), 1, - anon_sym_COLON, + ACTIONS(10838), 1, + sym_IS, STATE(7862), 3, sym__tool_directive, sym_line_comment, @@ -312088,7 +312088,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10788), 1, + ACTIONS(10840), 1, anon_sym_COLON, STATE(7863), 3, sym__tool_directive, @@ -312101,8 +312101,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10790), 1, - anon_sym_COLON, + ACTIONS(10842), 1, + sym_NEW, STATE(7864), 3, sym__tool_directive, sym_line_comment, @@ -312114,8 +312114,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10792), 1, - anon_sym_COLON, + ACTIONS(10844), 1, + anon_sym_RPAREN, STATE(7865), 3, sym__tool_directive, sym_line_comment, @@ -312127,8 +312127,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10794), 1, - sym_IS, + ACTIONS(10846), 1, + anon_sym_COLON, STATE(7866), 3, sym__tool_directive, sym_line_comment, @@ -312140,8 +312140,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10796), 1, - sym_IS, + ACTIONS(10848), 1, + anon_sym_COLON, STATE(7867), 3, sym__tool_directive, sym_line_comment, @@ -312153,8 +312153,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10798), 1, - anon_sym_SEMI, + ACTIONS(10850), 1, + anon_sym_COLON, STATE(7868), 3, sym__tool_directive, sym_line_comment, @@ -312166,8 +312166,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7627), 1, - anon_sym_SEMI, + ACTIONS(10852), 1, + anon_sym_COLON, STATE(7869), 3, sym__tool_directive, sym_line_comment, @@ -312179,8 +312179,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10800), 1, - anon_sym_RBRACK, + ACTIONS(10854), 1, + sym_IS, STATE(7870), 3, sym__tool_directive, sym_line_comment, @@ -312192,8 +312192,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10802), 1, - anon_sym_COLON, + ACTIONS(10856), 1, + sym_IS, STATE(7871), 3, sym__tool_directive, sym_line_comment, @@ -312205,8 +312205,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10804), 1, - sym_NEW, + ACTIONS(10858), 1, + anon_sym_SEMI, STATE(7872), 3, sym__tool_directive, sym_line_comment, @@ -312218,8 +312218,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10806), 1, - sym_NEW, + ACTIONS(7385), 1, + sym_RETURN, STATE(7873), 3, sym__tool_directive, sym_line_comment, @@ -312231,8 +312231,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10808), 1, - anon_sym_COLON, + ACTIONS(10860), 1, + anon_sym_RBRACK, STATE(7874), 3, sym__tool_directive, sym_line_comment, @@ -312244,7 +312244,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10810), 1, + ACTIONS(10862), 1, anon_sym_COLON, STATE(7875), 3, sym__tool_directive, @@ -312257,8 +312257,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10812), 1, - anon_sym_COLON, + ACTIONS(10864), 1, + sym_NEW, STATE(7876), 3, sym__tool_directive, sym_line_comment, @@ -312270,8 +312270,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10814), 1, - anon_sym_COLON, + ACTIONS(10866), 1, + sym_NEW, STATE(7877), 3, sym__tool_directive, sym_line_comment, @@ -312283,8 +312283,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10816), 1, - sym_IS, + ACTIONS(10868), 1, + anon_sym_COLON, STATE(7878), 3, sym__tool_directive, sym_line_comment, @@ -312296,8 +312296,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10818), 1, - sym_IS, + ACTIONS(10870), 1, + anon_sym_COLON, STATE(7879), 3, sym__tool_directive, sym_line_comment, @@ -312309,8 +312309,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10820), 1, - sym_OF, + ACTIONS(10872), 1, + anon_sym_COLON, STATE(7880), 3, sym__tool_directive, sym_line_comment, @@ -312322,7 +312322,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10822), 1, + ACTIONS(10874), 1, anon_sym_COLON, STATE(7881), 3, sym__tool_directive, @@ -312335,8 +312335,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10824), 1, - anon_sym_COLON, + ACTIONS(10876), 1, + sym_IS, STATE(7882), 3, sym__tool_directive, sym_line_comment, @@ -312348,8 +312348,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10826), 1, - anon_sym_COLON, + ACTIONS(10878), 1, + sym_IS, STATE(7883), 3, sym__tool_directive, sym_line_comment, @@ -312361,8 +312361,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10828), 1, - sym_IS, + ACTIONS(10880), 1, + anon_sym_SEMI, STATE(7884), 3, sym__tool_directive, sym_line_comment, @@ -312374,7 +312374,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10830), 1, + ACTIONS(10882), 1, anon_sym_COLON, STATE(7885), 3, sym__tool_directive, @@ -312387,7 +312387,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10832), 1, + ACTIONS(10884), 1, anon_sym_COLON, STATE(7886), 3, sym__tool_directive, @@ -312400,7 +312400,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10834), 1, + ACTIONS(10886), 1, anon_sym_COLON, STATE(7887), 3, sym__tool_directive, @@ -312413,8 +312413,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10836), 1, - anon_sym_COLON, + ACTIONS(10888), 1, + sym_IS, STATE(7888), 3, sym__tool_directive, sym_line_comment, @@ -312426,7 +312426,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10838), 1, + ACTIONS(10890), 1, anon_sym_COLON, STATE(7889), 3, sym__tool_directive, @@ -312439,7 +312439,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10840), 1, + ACTIONS(10892), 1, anon_sym_COLON, STATE(7890), 3, sym__tool_directive, @@ -312452,7 +312452,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10842), 1, + ACTIONS(10894), 1, anon_sym_COLON, STATE(7891), 3, sym__tool_directive, @@ -312465,7 +312465,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10844), 1, + ACTIONS(10896), 1, anon_sym_COLON, STATE(7892), 3, sym__tool_directive, @@ -312478,7 +312478,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10846), 1, + ACTIONS(10898), 1, anon_sym_COLON, STATE(7893), 3, sym__tool_directive, @@ -312491,7 +312491,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10848), 1, + ACTIONS(10900), 1, anon_sym_COLON, STATE(7894), 3, sym__tool_directive, @@ -312504,7 +312504,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10850), 1, + ACTIONS(10902), 1, anon_sym_COLON, STATE(7895), 3, sym__tool_directive, @@ -312517,7 +312517,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10852), 1, + ACTIONS(10904), 1, anon_sym_COLON, STATE(7896), 3, sym__tool_directive, @@ -312530,7 +312530,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10854), 1, + ACTIONS(10906), 1, anon_sym_COLON, STATE(7897), 3, sym__tool_directive, @@ -312543,7 +312543,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10856), 1, + ACTIONS(10908), 1, anon_sym_COLON, STATE(7898), 3, sym__tool_directive, @@ -312556,7 +312556,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10858), 1, + ACTIONS(10910), 1, anon_sym_COLON, STATE(7899), 3, sym__tool_directive, @@ -312569,7 +312569,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10860), 1, + ACTIONS(10912), 1, anon_sym_COLON, STATE(7900), 3, sym__tool_directive, @@ -312582,7 +312582,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10862), 1, + ACTIONS(10914), 1, anon_sym_COLON, STATE(7901), 3, sym__tool_directive, @@ -312595,7 +312595,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10864), 1, + ACTIONS(10916), 1, anon_sym_COLON, STATE(7902), 3, sym__tool_directive, @@ -312608,7 +312608,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10866), 1, + ACTIONS(10918), 1, anon_sym_COLON, STATE(7903), 3, sym__tool_directive, @@ -312621,7 +312621,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10868), 1, + ACTIONS(10920), 1, anon_sym_COLON, STATE(7904), 3, sym__tool_directive, @@ -312634,7 +312634,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10870), 1, + ACTIONS(10922), 1, anon_sym_COLON, STATE(7905), 3, sym__tool_directive, @@ -312647,7 +312647,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10872), 1, + ACTIONS(10924), 1, anon_sym_COLON, STATE(7906), 3, sym__tool_directive, @@ -312660,7 +312660,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10874), 1, + ACTIONS(10926), 1, anon_sym_COLON, STATE(7907), 3, sym__tool_directive, @@ -312673,7 +312673,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10876), 1, + ACTIONS(10928), 1, anon_sym_COLON, STATE(7908), 3, sym__tool_directive, @@ -312686,7 +312686,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10878), 1, + ACTIONS(10930), 1, anon_sym_COLON, STATE(7909), 3, sym__tool_directive, @@ -312699,7 +312699,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10880), 1, + ACTIONS(10932), 1, anon_sym_COLON, STATE(7910), 3, sym__tool_directive, @@ -312712,7 +312712,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10882), 1, + ACTIONS(10934), 1, anon_sym_COLON, STATE(7911), 3, sym__tool_directive, @@ -312725,7 +312725,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10884), 1, + ACTIONS(10936), 1, anon_sym_COLON, STATE(7912), 3, sym__tool_directive, @@ -312738,7 +312738,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10886), 1, + ACTIONS(10938), 1, anon_sym_COLON, STATE(7913), 3, sym__tool_directive, @@ -312751,7 +312751,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10888), 1, + ACTIONS(10940), 1, anon_sym_COLON, STATE(7914), 3, sym__tool_directive, @@ -312764,7 +312764,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10890), 1, + ACTIONS(10942), 1, anon_sym_COLON, STATE(7915), 3, sym__tool_directive, @@ -312777,7 +312777,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10892), 1, + ACTIONS(10944), 1, anon_sym_COLON, STATE(7916), 3, sym__tool_directive, @@ -312790,7 +312790,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10894), 1, + ACTIONS(10946), 1, anon_sym_COLON, STATE(7917), 3, sym__tool_directive, @@ -312803,7 +312803,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10896), 1, + ACTIONS(10948), 1, anon_sym_COLON, STATE(7918), 3, sym__tool_directive, @@ -312816,7 +312816,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10898), 1, + ACTIONS(10950), 1, anon_sym_COLON, STATE(7919), 3, sym__tool_directive, @@ -312829,7 +312829,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10900), 1, + ACTIONS(10952), 1, anon_sym_COLON, STATE(7920), 3, sym__tool_directive, @@ -312842,7 +312842,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10902), 1, + ACTIONS(10954), 1, anon_sym_COLON, STATE(7921), 3, sym__tool_directive, @@ -312855,7 +312855,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10904), 1, + ACTIONS(10956), 1, anon_sym_COLON, STATE(7922), 3, sym__tool_directive, @@ -312868,7 +312868,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10906), 1, + ACTIONS(10958), 1, anon_sym_COLON, STATE(7923), 3, sym__tool_directive, @@ -312881,7 +312881,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10908), 1, + ACTIONS(10960), 1, anon_sym_COLON, STATE(7924), 3, sym__tool_directive, @@ -312894,7 +312894,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10910), 1, + ACTIONS(10962), 1, anon_sym_COLON, STATE(7925), 3, sym__tool_directive, @@ -312907,7 +312907,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10912), 1, + ACTIONS(10964), 1, anon_sym_COLON, STATE(7926), 3, sym__tool_directive, @@ -312920,7 +312920,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10914), 1, + ACTIONS(10966), 1, anon_sym_COLON, STATE(7927), 3, sym__tool_directive, @@ -312933,7 +312933,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10916), 1, + ACTIONS(10968), 1, anon_sym_COLON, STATE(7928), 3, sym__tool_directive, @@ -312946,7 +312946,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10918), 1, + ACTIONS(10970), 1, anon_sym_COLON, STATE(7929), 3, sym__tool_directive, @@ -312959,7 +312959,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10920), 1, + ACTIONS(10972), 1, anon_sym_COLON, STATE(7930), 3, sym__tool_directive, @@ -312972,7 +312972,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10922), 1, + ACTIONS(10974), 1, anon_sym_COLON, STATE(7931), 3, sym__tool_directive, @@ -312985,7 +312985,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10924), 1, + ACTIONS(10976), 1, anon_sym_COLON, STATE(7932), 3, sym__tool_directive, @@ -312998,7 +312998,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10926), 1, + ACTIONS(10978), 1, anon_sym_COLON, STATE(7933), 3, sym__tool_directive, @@ -313011,7 +313011,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10928), 1, + ACTIONS(10980), 1, anon_sym_COLON, STATE(7934), 3, sym__tool_directive, @@ -313024,7 +313024,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10930), 1, + ACTIONS(10982), 1, anon_sym_COLON, STATE(7935), 3, sym__tool_directive, @@ -313037,7 +313037,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10932), 1, + ACTIONS(10984), 1, anon_sym_COLON, STATE(7936), 3, sym__tool_directive, @@ -313050,7 +313050,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10934), 1, + ACTIONS(10986), 1, anon_sym_COLON, STATE(7937), 3, sym__tool_directive, @@ -313063,7 +313063,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10936), 1, + ACTIONS(10988), 1, anon_sym_COLON, STATE(7938), 3, sym__tool_directive, @@ -313076,7 +313076,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10938), 1, + ACTIONS(10990), 1, anon_sym_COLON, STATE(7939), 3, sym__tool_directive, @@ -313089,7 +313089,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10940), 1, + ACTIONS(10992), 1, anon_sym_COLON, STATE(7940), 3, sym__tool_directive, @@ -313102,7 +313102,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10942), 1, + ACTIONS(10994), 1, anon_sym_COLON, STATE(7941), 3, sym__tool_directive, @@ -313115,7 +313115,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10944), 1, + ACTIONS(10996), 1, anon_sym_COLON, STATE(7942), 3, sym__tool_directive, @@ -313128,7 +313128,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10946), 1, + ACTIONS(10998), 1, anon_sym_COLON, STATE(7943), 3, sym__tool_directive, @@ -313141,7 +313141,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10948), 1, + ACTIONS(11000), 1, anon_sym_COLON, STATE(7944), 3, sym__tool_directive, @@ -313154,7 +313154,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10950), 1, + ACTIONS(11002), 1, anon_sym_COLON, STATE(7945), 3, sym__tool_directive, @@ -313167,7 +313167,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10952), 1, + ACTIONS(11004), 1, anon_sym_COLON, STATE(7946), 3, sym__tool_directive, @@ -313180,7 +313180,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10954), 1, + ACTIONS(11006), 1, anon_sym_COLON, STATE(7947), 3, sym__tool_directive, @@ -313193,7 +313193,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10956), 1, + ACTIONS(11008), 1, anon_sym_COLON, STATE(7948), 3, sym__tool_directive, @@ -313206,7 +313206,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10958), 1, + ACTIONS(11010), 1, anon_sym_COLON, STATE(7949), 3, sym__tool_directive, @@ -313219,7 +313219,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10960), 1, + ACTIONS(11012), 1, anon_sym_COLON, STATE(7950), 3, sym__tool_directive, @@ -313232,7 +313232,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10962), 1, + ACTIONS(11014), 1, anon_sym_COLON, STATE(7951), 3, sym__tool_directive, @@ -313245,7 +313245,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10964), 1, + ACTIONS(11016), 1, anon_sym_COLON, STATE(7952), 3, sym__tool_directive, @@ -313258,7 +313258,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10966), 1, + ACTIONS(11018), 1, anon_sym_COLON, STATE(7953), 3, sym__tool_directive, @@ -313271,7 +313271,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10968), 1, + ACTIONS(11020), 1, anon_sym_COLON, STATE(7954), 3, sym__tool_directive, @@ -313284,7 +313284,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10970), 1, + ACTIONS(11022), 1, anon_sym_COLON, STATE(7955), 3, sym__tool_directive, @@ -313297,7 +313297,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10972), 1, + ACTIONS(11024), 1, anon_sym_COLON, STATE(7956), 3, sym__tool_directive, @@ -313310,7 +313310,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10974), 1, + ACTIONS(11026), 1, anon_sym_COLON, STATE(7957), 3, sym__tool_directive, @@ -313323,7 +313323,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10976), 1, + ACTIONS(11028), 1, anon_sym_COLON, STATE(7958), 3, sym__tool_directive, @@ -313336,7 +313336,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10978), 1, + ACTIONS(11030), 1, anon_sym_COLON, STATE(7959), 3, sym__tool_directive, @@ -313349,7 +313349,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10980), 1, + ACTIONS(11032), 1, anon_sym_COLON, STATE(7960), 3, sym__tool_directive, @@ -313362,7 +313362,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10982), 1, + ACTIONS(11034), 1, anon_sym_COLON, STATE(7961), 3, sym__tool_directive, @@ -313375,7 +313375,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10984), 1, + ACTIONS(11036), 1, anon_sym_COLON, STATE(7962), 3, sym__tool_directive, @@ -313388,7 +313388,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10986), 1, + ACTIONS(11038), 1, anon_sym_COLON, STATE(7963), 3, sym__tool_directive, @@ -313401,7 +313401,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10988), 1, + ACTIONS(11040), 1, anon_sym_COLON, STATE(7964), 3, sym__tool_directive, @@ -313414,7 +313414,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10990), 1, + ACTIONS(11042), 1, anon_sym_COLON, STATE(7965), 3, sym__tool_directive, @@ -313427,7 +313427,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10992), 1, + ACTIONS(11044), 1, anon_sym_COLON, STATE(7966), 3, sym__tool_directive, @@ -313440,7 +313440,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10994), 1, + ACTIONS(11046), 1, anon_sym_COLON, STATE(7967), 3, sym__tool_directive, @@ -313453,7 +313453,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10996), 1, + ACTIONS(11048), 1, anon_sym_COLON, STATE(7968), 3, sym__tool_directive, @@ -313466,7 +313466,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(10998), 1, + ACTIONS(11050), 1, anon_sym_COLON, STATE(7969), 3, sym__tool_directive, @@ -313479,7 +313479,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11000), 1, + ACTIONS(11052), 1, anon_sym_COLON, STATE(7970), 3, sym__tool_directive, @@ -313492,7 +313492,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11002), 1, + ACTIONS(11054), 1, anon_sym_COLON, STATE(7971), 3, sym__tool_directive, @@ -313505,7 +313505,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11004), 1, + ACTIONS(11056), 1, anon_sym_COLON, STATE(7972), 3, sym__tool_directive, @@ -313518,7 +313518,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11006), 1, + ACTIONS(11058), 1, anon_sym_COLON, STATE(7973), 3, sym__tool_directive, @@ -313531,7 +313531,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11008), 1, + ACTIONS(11060), 1, anon_sym_COLON, STATE(7974), 3, sym__tool_directive, @@ -313544,7 +313544,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11010), 1, + ACTIONS(11062), 1, anon_sym_COLON, STATE(7975), 3, sym__tool_directive, @@ -313557,7 +313557,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11012), 1, + ACTIONS(11064), 1, anon_sym_COLON, STATE(7976), 3, sym__tool_directive, @@ -313570,7 +313570,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11014), 1, + ACTIONS(11066), 1, anon_sym_COLON, STATE(7977), 3, sym__tool_directive, @@ -313583,7 +313583,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11016), 1, + ACTIONS(11068), 1, anon_sym_COLON, STATE(7978), 3, sym__tool_directive, @@ -313596,7 +313596,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11018), 1, + ACTIONS(11070), 1, anon_sym_COLON, STATE(7979), 3, sym__tool_directive, @@ -313609,7 +313609,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11020), 1, + ACTIONS(11072), 1, anon_sym_COLON, STATE(7980), 3, sym__tool_directive, @@ -313622,7 +313622,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11022), 1, + ACTIONS(11074), 1, anon_sym_COLON, STATE(7981), 3, sym__tool_directive, @@ -313635,7 +313635,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11024), 1, + ACTIONS(11076), 1, anon_sym_COLON, STATE(7982), 3, sym__tool_directive, @@ -313648,7 +313648,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11026), 1, + ACTIONS(11078), 1, anon_sym_COLON, STATE(7983), 3, sym__tool_directive, @@ -313661,7 +313661,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11028), 1, + ACTIONS(11080), 1, anon_sym_COLON, STATE(7984), 3, sym__tool_directive, @@ -313674,7 +313674,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11030), 1, + ACTIONS(11082), 1, anon_sym_COLON, STATE(7985), 3, sym__tool_directive, @@ -313687,7 +313687,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11032), 1, + ACTIONS(11084), 1, anon_sym_COLON, STATE(7986), 3, sym__tool_directive, @@ -313700,7 +313700,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11034), 1, + ACTIONS(11086), 1, anon_sym_COLON, STATE(7987), 3, sym__tool_directive, @@ -313713,7 +313713,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11036), 1, + ACTIONS(11088), 1, anon_sym_COLON, STATE(7988), 3, sym__tool_directive, @@ -313726,7 +313726,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11038), 1, + ACTIONS(11090), 1, anon_sym_COLON, STATE(7989), 3, sym__tool_directive, @@ -313739,7 +313739,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11040), 1, + ACTIONS(11092), 1, anon_sym_COLON, STATE(7990), 3, sym__tool_directive, @@ -313752,7 +313752,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11042), 1, + ACTIONS(11094), 1, anon_sym_COLON, STATE(7991), 3, sym__tool_directive, @@ -313765,7 +313765,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11044), 1, + ACTIONS(11096), 1, anon_sym_COLON, STATE(7992), 3, sym__tool_directive, @@ -313778,7 +313778,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11046), 1, + ACTIONS(11098), 1, anon_sym_COLON, STATE(7993), 3, sym__tool_directive, @@ -313791,7 +313791,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11048), 1, + ACTIONS(11100), 1, anon_sym_COLON, STATE(7994), 3, sym__tool_directive, @@ -313804,7 +313804,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11050), 1, + ACTIONS(11102), 1, anon_sym_COLON, STATE(7995), 3, sym__tool_directive, @@ -313817,7 +313817,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11052), 1, + ACTIONS(11104), 1, anon_sym_COLON, STATE(7996), 3, sym__tool_directive, @@ -313830,7 +313830,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11054), 1, + ACTIONS(11106), 1, anon_sym_COLON, STATE(7997), 3, sym__tool_directive, @@ -313843,7 +313843,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11056), 1, + ACTIONS(11108), 1, anon_sym_COLON, STATE(7998), 3, sym__tool_directive, @@ -313856,7 +313856,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11058), 1, + ACTIONS(11110), 1, anon_sym_COLON, STATE(7999), 3, sym__tool_directive, @@ -313869,7 +313869,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11060), 1, + ACTIONS(11112), 1, anon_sym_COLON, STATE(8000), 3, sym__tool_directive, @@ -313882,7 +313882,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11062), 1, + ACTIONS(11114), 1, anon_sym_COLON, STATE(8001), 3, sym__tool_directive, @@ -313895,7 +313895,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11064), 1, + ACTIONS(11116), 1, anon_sym_COLON, STATE(8002), 3, sym__tool_directive, @@ -313908,7 +313908,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11066), 1, + ACTIONS(11118), 1, anon_sym_COLON, STATE(8003), 3, sym__tool_directive, @@ -313921,7 +313921,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11068), 1, + ACTIONS(11120), 1, anon_sym_COLON, STATE(8004), 3, sym__tool_directive, @@ -313934,7 +313934,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11070), 1, + ACTIONS(11122), 1, anon_sym_COLON, STATE(8005), 3, sym__tool_directive, @@ -313947,7 +313947,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11072), 1, + ACTIONS(11124), 1, anon_sym_COLON, STATE(8006), 3, sym__tool_directive, @@ -313960,7 +313960,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11074), 1, + ACTIONS(11126), 1, anon_sym_COLON, STATE(8007), 3, sym__tool_directive, @@ -313973,7 +313973,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11076), 1, + ACTIONS(11128), 1, anon_sym_COLON, STATE(8008), 3, sym__tool_directive, @@ -313986,7 +313986,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11078), 1, + ACTIONS(11130), 1, anon_sym_COLON, STATE(8009), 3, sym__tool_directive, @@ -313999,7 +313999,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11080), 1, + ACTIONS(11132), 1, anon_sym_COLON, STATE(8010), 3, sym__tool_directive, @@ -314012,7 +314012,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11082), 1, + ACTIONS(11134), 1, anon_sym_COLON, STATE(8011), 3, sym__tool_directive, @@ -314025,7 +314025,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11084), 1, + ACTIONS(11136), 1, anon_sym_COLON, STATE(8012), 3, sym__tool_directive, @@ -314038,7 +314038,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11086), 1, + ACTIONS(11138), 1, anon_sym_COLON, STATE(8013), 3, sym__tool_directive, @@ -314051,8 +314051,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11088), 1, - sym_box, + ACTIONS(11140), 1, + anon_sym_COLON, STATE(8014), 3, sym__tool_directive, sym_line_comment, @@ -314064,8 +314064,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11090), 1, - sym_box, + ACTIONS(11142), 1, + anon_sym_COLON, STATE(8015), 3, sym__tool_directive, sym_line_comment, @@ -314077,8 +314077,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11092), 1, - anon_sym_SEMI, + ACTIONS(11144), 1, + anon_sym_COLON, STATE(8016), 3, sym__tool_directive, sym_line_comment, @@ -314090,8 +314090,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11094), 1, - anon_sym_SEMI, + ACTIONS(11146), 1, + anon_sym_COLON, STATE(8017), 3, sym__tool_directive, sym_line_comment, @@ -314103,8 +314103,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11096), 1, - anon_sym_SEMI, + ACTIONS(11148), 1, + sym_OF, STATE(8018), 3, sym__tool_directive, sym_line_comment, @@ -314116,8 +314116,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11098), 1, - anon_sym_SEMI, + ACTIONS(11150), 1, + anon_sym_GT_GT, STATE(8019), 3, sym__tool_directive, sym_line_comment, @@ -314129,8 +314129,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11100), 1, - anon_sym_SEMI, + ACTIONS(11152), 1, + anon_sym_GT_GT, STATE(8020), 3, sym__tool_directive, sym_line_comment, @@ -314142,8 +314142,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11102), 1, - anon_sym_SEMI, + ACTIONS(11154), 1, + sym_RETURN, STATE(8021), 3, sym__tool_directive, sym_line_comment, @@ -314155,8 +314155,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11104), 1, - anon_sym_SEMI, + ACTIONS(11156), 1, + anon_sym_GT_GT, STATE(8022), 3, sym__tool_directive, sym_line_comment, @@ -314168,8 +314168,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7163), 1, - anon_sym_SEMI, + ACTIONS(11158), 1, + anon_sym_GT_GT, STATE(8023), 3, sym__tool_directive, sym_line_comment, @@ -314181,8 +314181,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11106), 1, - anon_sym_SEMI, + ACTIONS(11160), 1, + sym_box, STATE(8024), 3, sym__tool_directive, sym_line_comment, @@ -314194,8 +314194,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11108), 1, - anon_sym_SEMI, + ACTIONS(11162), 1, + sym_box, STATE(8025), 3, sym__tool_directive, sym_line_comment, @@ -314207,8 +314207,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11110), 1, - anon_sym_SEMI, + ACTIONS(11164), 1, + sym_box, STATE(8026), 3, sym__tool_directive, sym_line_comment, @@ -314220,7 +314220,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11112), 1, + ACTIONS(11166), 1, anon_sym_SEMI, STATE(8027), 3, sym__tool_directive, @@ -314233,8 +314233,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11114), 1, - anon_sym_SEMI, + ACTIONS(11168), 1, + anon_sym_RBRACK, STATE(8028), 3, sym__tool_directive, sym_line_comment, @@ -314246,8 +314246,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11116), 1, - anon_sym_SEMI, + ACTIONS(11170), 1, + anon_sym_RPAREN, STATE(8029), 3, sym__tool_directive, sym_line_comment, @@ -314259,8 +314259,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11118), 1, - anon_sym_SEMI, + ACTIONS(11172), 1, + anon_sym_RPAREN, STATE(8030), 3, sym__tool_directive, sym_line_comment, @@ -314272,8 +314272,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11120), 1, - anon_sym_SEMI, + ACTIONS(11174), 1, + sym_bit_string_value, STATE(8031), 3, sym__tool_directive, sym_line_comment, @@ -314285,8 +314285,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5919), 1, - anon_sym_SEMI, + ACTIONS(3872), 1, + anon_sym_RPAREN, STATE(8032), 3, sym__tool_directive, sym_line_comment, @@ -314298,8 +314298,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11122), 1, - anon_sym_LPAREN, + ACTIONS(11176), 1, + anon_sym_RPAREN, STATE(8033), 3, sym__tool_directive, sym_line_comment, @@ -314311,8 +314311,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11124), 1, - anon_sym_RPAREN, + ACTIONS(11178), 1, + sym_bit_string_value, STATE(8034), 3, sym__tool_directive, sym_line_comment, @@ -314324,7 +314324,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11126), 1, + ACTIONS(11180), 1, anon_sym_SEMI, STATE(8035), 3, sym__tool_directive, @@ -314337,8 +314337,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11128), 1, - anon_sym_SEMI, + ACTIONS(11182), 1, + anon_sym_COLON, STATE(8036), 3, sym__tool_directive, sym_line_comment, @@ -314350,8 +314350,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11130), 1, - sym_bit_string_value, + ACTIONS(11184), 1, + anon_sym_LPAREN, STATE(8037), 3, sym__tool_directive, sym_line_comment, @@ -314363,8 +314363,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11132), 1, - anon_sym_LPAREN, + ACTIONS(11186), 1, + anon_sym_RBRACK, STATE(8038), 3, sym__tool_directive, sym_line_comment, @@ -314376,7 +314376,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7165), 1, + ACTIONS(11188), 1, anon_sym_SEMI, STATE(8039), 3, sym__tool_directive, @@ -314389,8 +314389,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11134), 1, - anon_sym_RPAREN, + ACTIONS(11190), 1, + anon_sym_RBRACK, STATE(8040), 3, sym__tool_directive, sym_line_comment, @@ -314402,8 +314402,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11136), 1, - anon_sym_SEMI, + ACTIONS(11192), 1, + anon_sym_GT_GT, STATE(8041), 3, sym__tool_directive, sym_line_comment, @@ -314415,8 +314415,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11138), 1, - anon_sym_SEMI, + ACTIONS(11194), 1, + anon_sym_LPAREN, STATE(8042), 3, sym__tool_directive, sym_line_comment, @@ -314428,8 +314428,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11140), 1, - anon_sym_SEMI, + ACTIONS(11196), 1, + anon_sym_GT_GT, STATE(8043), 3, sym__tool_directive, sym_line_comment, @@ -314441,8 +314441,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11142), 1, - anon_sym_RPAREN, + ACTIONS(11198), 1, + anon_sym_SEMI, STATE(8044), 3, sym__tool_directive, sym_line_comment, @@ -314454,7 +314454,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11144), 1, + ACTIONS(11200), 1, anon_sym_SEMI, STATE(8045), 3, sym__tool_directive, @@ -314467,8 +314467,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11146), 1, - anon_sym_SEMI, + ACTIONS(11202), 1, + sym_END, STATE(8046), 3, sym__tool_directive, sym_line_comment, @@ -314480,8 +314480,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11148), 1, - sym_box, + ACTIONS(11204), 1, + sym_END, STATE(8047), 3, sym__tool_directive, sym_line_comment, @@ -314493,8 +314493,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11150), 1, - anon_sym_SEMI, + ACTIONS(11206), 1, + anon_sym_GT_GT, STATE(8048), 3, sym__tool_directive, sym_line_comment, @@ -314506,7 +314506,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11152), 1, + ACTIONS(11208), 1, anon_sym_SEMI, STATE(8049), 3, sym__tool_directive, @@ -314519,7 +314519,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11154), 1, + ACTIONS(5908), 1, anon_sym_SEMI, STATE(8050), 3, sym__tool_directive, @@ -314532,8 +314532,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11156), 1, - sym_END, + ACTIONS(11210), 1, + anon_sym_RBRACK, STATE(8051), 3, sym__tool_directive, sym_line_comment, @@ -314545,8 +314545,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11158), 1, - anon_sym_RPAREN, + ACTIONS(11212), 1, + anon_sym_SEMI, STATE(8052), 3, sym__tool_directive, sym_line_comment, @@ -314558,8 +314558,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11160), 1, - anon_sym_RBRACK, + ACTIONS(11214), 1, + anon_sym_SEMI, STATE(8053), 3, sym__tool_directive, sym_line_comment, @@ -314571,7 +314571,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11162), 1, + ACTIONS(11216), 1, anon_sym_SEMI, STATE(8054), 3, sym__tool_directive, @@ -314584,7 +314584,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11164), 1, + ACTIONS(11218), 1, anon_sym_SEMI, STATE(8055), 3, sym__tool_directive, @@ -314597,8 +314597,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11166), 1, - sym_END, + ACTIONS(11220), 1, + anon_sym_SEMI, STATE(8056), 3, sym__tool_directive, sym_line_comment, @@ -314610,8 +314610,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11168), 1, - anon_sym_GT_GT, + ACTIONS(11222), 1, + anon_sym_SEMI, STATE(8057), 3, sym__tool_directive, sym_line_comment, @@ -314623,8 +314623,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11170), 1, - anon_sym_COLON, + ACTIONS(11224), 1, + anon_sym_RPAREN, STATE(8058), 3, sym__tool_directive, sym_line_comment, @@ -314636,8 +314636,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11172), 1, - anon_sym_GT_GT, + ACTIONS(11226), 1, + anon_sym_RPAREN, STATE(8059), 3, sym__tool_directive, sym_line_comment, @@ -314649,8 +314649,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11174), 1, - sym_PROCESS, + ACTIONS(11228), 1, + sym_bit_string_value, STATE(8060), 3, sym__tool_directive, sym_line_comment, @@ -314662,8 +314662,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11176), 1, - anon_sym_GT_GT, + ACTIONS(11230), 1, + anon_sym_SEMI, STATE(8061), 3, sym__tool_directive, sym_line_comment, @@ -314675,8 +314675,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11178), 1, - sym_bit_string_value, + ACTIONS(11232), 1, + anon_sym_SEMI, STATE(8062), 3, sym__tool_directive, sym_line_comment, @@ -314688,7 +314688,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11180), 1, + ACTIONS(11234), 1, anon_sym_SEMI, STATE(8063), 3, sym__tool_directive, @@ -314701,8 +314701,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11182), 1, - anon_sym_LPAREN, + ACTIONS(11236), 1, + anon_sym_SEMI, STATE(8064), 3, sym__tool_directive, sym_line_comment, @@ -314714,8 +314714,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11184), 1, - sym_bit_string_value, + ACTIONS(11238), 1, + anon_sym_SEMI, STATE(8065), 3, sym__tool_directive, sym_line_comment, @@ -314727,8 +314727,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11186), 1, - anon_sym_RBRACK, + ACTIONS(11240), 1, + anon_sym_SEMI, STATE(8066), 3, sym__tool_directive, sym_line_comment, @@ -314740,8 +314740,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11188), 1, - anon_sym_RPAREN, + ACTIONS(11242), 1, + anon_sym_SEMI, STATE(8067), 3, sym__tool_directive, sym_line_comment, @@ -314753,8 +314753,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11190), 1, - anon_sym_RBRACK, + ACTIONS(11244), 1, + anon_sym_LPAREN, STATE(8068), 3, sym__tool_directive, sym_line_comment, @@ -314766,8 +314766,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11192), 1, - anon_sym_LPAREN, + ACTIONS(11246), 1, + sym_bit_string_value, STATE(8069), 3, sym__tool_directive, sym_line_comment, @@ -314779,8 +314779,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11194), 1, - anon_sym_SEMI, + ACTIONS(11248), 1, + sym_OF, STATE(8070), 3, sym__tool_directive, sym_line_comment, @@ -314792,8 +314792,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11196), 1, - anon_sym_SEMI, + ACTIONS(11250), 1, + sym_box, STATE(8071), 3, sym__tool_directive, sym_line_comment, @@ -314805,8 +314805,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11198), 1, - anon_sym_SEMI, + ACTIONS(11252), 1, + sym_RETURN, STATE(8072), 3, sym__tool_directive, sym_line_comment, @@ -314818,7 +314818,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11200), 1, + ACTIONS(11254), 1, anon_sym_LPAREN, STATE(8073), 3, sym__tool_directive, @@ -314831,7 +314831,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11202), 1, + ACTIONS(11256), 1, anon_sym_SEMI, STATE(8074), 3, sym__tool_directive, @@ -314844,8 +314844,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11204), 1, - anon_sym_RBRACK, + ACTIONS(11258), 1, + anon_sym_LPAREN, STATE(8075), 3, sym__tool_directive, sym_line_comment, @@ -314857,8 +314857,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11206), 1, - anon_sym_SEMI, + ACTIONS(11260), 1, + anon_sym_RBRACK, STATE(8076), 3, sym__tool_directive, sym_line_comment, @@ -314870,8 +314870,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11208), 1, - anon_sym_SEMI, + ACTIONS(11262), 1, + sym_BODY, STATE(8077), 3, sym__tool_directive, sym_line_comment, @@ -314883,8 +314883,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11210), 1, - sym_bit_string_value, + ACTIONS(11264), 1, + anon_sym_SEMI, STATE(8078), 3, sym__tool_directive, sym_line_comment, @@ -314896,8 +314896,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11212), 1, - anon_sym_RPAREN, + ACTIONS(11266), 1, + anon_sym_SEMI, STATE(8079), 3, sym__tool_directive, sym_line_comment, @@ -314909,8 +314909,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11214), 1, - anon_sym_RPAREN, + ACTIONS(11268), 1, + anon_sym_SEMI, STATE(8080), 3, sym__tool_directive, sym_line_comment, @@ -314922,7 +314922,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11216), 1, + ACTIONS(11270), 1, anon_sym_SEMI, STATE(8081), 3, sym__tool_directive, @@ -314935,8 +314935,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11218), 1, - anon_sym_RPAREN, + ACTIONS(11272), 1, + anon_sym_SEMI, STATE(8082), 3, sym__tool_directive, sym_line_comment, @@ -314948,8 +314948,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11220), 1, - anon_sym_SEMI, + ACTIONS(11274), 1, + anon_sym_RBRACK, STATE(8083), 3, sym__tool_directive, sym_line_comment, @@ -314961,8 +314961,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7635), 1, - anon_sym_SEMI, + ACTIONS(11276), 1, + anon_sym_RBRACK, STATE(8084), 3, sym__tool_directive, sym_line_comment, @@ -314974,8 +314974,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11222), 1, - sym_PROTECTED, + ACTIONS(11278), 1, + anon_sym_SEMI, STATE(8085), 3, sym__tool_directive, sym_line_comment, @@ -314987,8 +314987,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11224), 1, - anon_sym_COLON, + ACTIONS(11280), 1, + anon_sym_GT_GT, STATE(8086), 3, sym__tool_directive, sym_line_comment, @@ -315000,8 +315000,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11226), 1, - anon_sym_SEMI, + ACTIONS(11282), 1, + anon_sym_GT_GT, STATE(8087), 3, sym__tool_directive, sym_line_comment, @@ -315013,8 +315013,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11228), 1, - anon_sym_SEMI, + ACTIONS(11284), 1, + sym_UNITS, STATE(8088), 3, sym__tool_directive, sym_line_comment, @@ -315026,8 +315026,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11230), 1, - anon_sym_SEMI, + ACTIONS(11286), 1, + anon_sym_EQ, STATE(8089), 3, sym__tool_directive, sym_line_comment, @@ -315039,8 +315039,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11232), 1, - anon_sym_LPAREN, + ACTIONS(11288), 1, + anon_sym_SEMI, STATE(8090), 3, sym__tool_directive, sym_line_comment, @@ -315052,8 +315052,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11234), 1, - anon_sym_RPAREN, + ACTIONS(11290), 1, + anon_sym_RBRACK, STATE(8091), 3, sym__tool_directive, sym_line_comment, @@ -315065,8 +315065,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11236), 1, - anon_sym_SEMI, + ACTIONS(11292), 1, + anon_sym_RBRACK, STATE(8092), 3, sym__tool_directive, sym_line_comment, @@ -315078,8 +315078,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11238), 1, - anon_sym_RBRACK, + ACTIONS(11294), 1, + anon_sym_RPAREN, STATE(8093), 3, sym__tool_directive, sym_line_comment, @@ -315091,7 +315091,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11240), 1, + ACTIONS(11296), 1, anon_sym_LPAREN, STATE(8094), 3, sym__tool_directive, @@ -315104,8 +315104,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11242), 1, - anon_sym_RBRACK, + ACTIONS(8053), 1, + anon_sym_COMMA, STATE(8095), 3, sym__tool_directive, sym_line_comment, @@ -315117,8 +315117,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11244), 1, - anon_sym_SEMI, + ACTIONS(11298), 1, + anon_sym_RPAREN, STATE(8096), 3, sym__tool_directive, sym_line_comment, @@ -315130,8 +315130,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11246), 1, - anon_sym_SEMI, + ACTIONS(11300), 1, + sym_bit_string_value, STATE(8097), 3, sym__tool_directive, sym_line_comment, @@ -315143,8 +315143,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11248), 1, - sym_THEN, + ACTIONS(11302), 1, + anon_sym_LPAREN, STATE(8098), 3, sym__tool_directive, sym_line_comment, @@ -315156,7 +315156,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11250), 1, + ACTIONS(11304), 1, anon_sym_SEMI, STATE(8099), 3, sym__tool_directive, @@ -315169,8 +315169,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11252), 1, - anon_sym_GT_GT, + ACTIONS(11306), 1, + anon_sym_SEMI, STATE(8100), 3, sym__tool_directive, sym_line_comment, @@ -315182,8 +315182,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11254), 1, - anon_sym_RPAREN, + ACTIONS(11308), 1, + anon_sym_SEMI, STATE(8101), 3, sym__tool_directive, sym_line_comment, @@ -315195,8 +315195,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11256), 1, - anon_sym_GT_GT, + ACTIONS(11310), 1, + anon_sym_SEMI, STATE(8102), 3, sym__tool_directive, sym_line_comment, @@ -315208,8 +315208,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11258), 1, - anon_sym_GT_GT, + ACTIONS(11312), 1, + sym_bit_string_value, STATE(8103), 3, sym__tool_directive, sym_line_comment, @@ -315221,7 +315221,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11260), 1, + ACTIONS(11314), 1, anon_sym_SEMI, STATE(8104), 3, sym__tool_directive, @@ -315234,7 +315234,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11262), 1, + ACTIONS(11316), 1, anon_sym_SEMI, STATE(8105), 3, sym__tool_directive, @@ -315247,8 +315247,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11264), 1, - anon_sym_GT_GT, + ACTIONS(6740), 1, + sym_RETURN, STATE(8106), 3, sym__tool_directive, sym_line_comment, @@ -315260,8 +315260,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11266), 1, - anon_sym_RBRACK, + ACTIONS(11318), 1, + anon_sym_RPAREN, STATE(8107), 3, sym__tool_directive, sym_line_comment, @@ -315273,8 +315273,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7645), 1, - anon_sym_SEMI, + ACTIONS(11320), 1, + sym_END, STATE(8108), 3, sym__tool_directive, sym_line_comment, @@ -315286,7 +315286,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11268), 1, + ACTIONS(11322), 1, anon_sym_SEMI, STATE(8109), 3, sym__tool_directive, @@ -315299,8 +315299,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11270), 1, - anon_sym_LPAREN, + ACTIONS(11324), 1, + anon_sym_SEMI, STATE(8110), 3, sym__tool_directive, sym_line_comment, @@ -315312,8 +315312,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11272), 1, - anon_sym_LPAREN, + ACTIONS(11326), 1, + anon_sym_GT_GT, STATE(8111), 3, sym__tool_directive, sym_line_comment, @@ -315325,7 +315325,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11274), 1, + ACTIONS(11328), 1, anon_sym_SEMI, STATE(8112), 3, sym__tool_directive, @@ -315338,8 +315338,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11276), 1, - anon_sym_SEMI, + ACTIONS(7342), 1, + sym_END, STATE(8113), 3, sym__tool_directive, sym_line_comment, @@ -315351,8 +315351,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11278), 1, - anon_sym_GT_GT, + ACTIONS(11330), 1, + anon_sym_LPAREN, STATE(8114), 3, sym__tool_directive, sym_line_comment, @@ -315364,8 +315364,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11280), 1, - anon_sym_SEMI, + ACTIONS(11332), 1, + anon_sym_LPAREN, STATE(8115), 3, sym__tool_directive, sym_line_comment, @@ -315377,8 +315377,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11282), 1, - anon_sym_SEMI, + ACTIONS(7340), 1, + sym_END, STATE(8116), 3, sym__tool_directive, sym_line_comment, @@ -315390,8 +315390,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11284), 1, - anon_sym_RBRACK, + ACTIONS(11334), 1, + anon_sym_SEMI, STATE(8117), 3, sym__tool_directive, sym_line_comment, @@ -315403,8 +315403,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11286), 1, - sym_OF, + ACTIONS(11336), 1, + anon_sym_RBRACK, STATE(8118), 3, sym__tool_directive, sym_line_comment, @@ -315416,8 +315416,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11288), 1, - anon_sym_SEMI, + ACTIONS(11338), 1, + anon_sym_GT_GT, STATE(8119), 3, sym__tool_directive, sym_line_comment, @@ -315429,8 +315429,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11290), 1, - anon_sym_SEMI, + ACTIONS(11340), 1, + anon_sym_GT_GT, STATE(8120), 3, sym__tool_directive, sym_line_comment, @@ -315442,7 +315442,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6153), 1, + ACTIONS(11342), 1, anon_sym_SEMI, STATE(8121), 3, sym__tool_directive, @@ -315455,7 +315455,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11292), 1, + ACTIONS(11344), 1, anon_sym_SEMI, STATE(8122), 3, sym__tool_directive, @@ -315468,8 +315468,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11294), 1, - sym_string_literal, + ACTIONS(11346), 1, + anon_sym_SEMI, STATE(8123), 3, sym__tool_directive, sym_line_comment, @@ -315481,8 +315481,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11296), 1, - anon_sym_LPAREN, + ACTIONS(11348), 1, + anon_sym_GT_GT, STATE(8124), 3, sym__tool_directive, sym_line_comment, @@ -315494,8 +315494,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11298), 1, - anon_sym_LPAREN, + ACTIONS(11350), 1, + anon_sym_RBRACK, STATE(8125), 3, sym__tool_directive, sym_line_comment, @@ -315507,8 +315507,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(3836), 1, - anon_sym_RPAREN, + ACTIONS(11352), 1, + anon_sym_SEMI, STATE(8126), 3, sym__tool_directive, sym_line_comment, @@ -315520,8 +315520,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11300), 1, - anon_sym_SEMI, + ACTIONS(11354), 1, + anon_sym_RPAREN, STATE(8127), 3, sym__tool_directive, sym_line_comment, @@ -315533,8 +315533,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11302), 1, - anon_sym_SEMI, + ACTIONS(11356), 1, + anon_sym_LPAREN, STATE(8128), 3, sym__tool_directive, sym_line_comment, @@ -315546,8 +315546,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11304), 1, - anon_sym_SEMI, + ACTIONS(11358), 1, + anon_sym_LPAREN, STATE(8129), 3, sym__tool_directive, sym_line_comment, @@ -315559,8 +315559,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11306), 1, - anon_sym_SEMI, + ACTIONS(11360), 1, + anon_sym_RPAREN, STATE(8130), 3, sym__tool_directive, sym_line_comment, @@ -315572,8 +315572,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5743), 1, - anon_sym_SEMI, + ACTIONS(11362), 1, + anon_sym_RPAREN, STATE(8131), 3, sym__tool_directive, sym_line_comment, @@ -315585,8 +315585,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11308), 1, - anon_sym_GT_GT, + ACTIONS(11364), 1, + anon_sym_RPAREN, STATE(8132), 3, sym__tool_directive, sym_line_comment, @@ -315598,8 +315598,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5747), 1, - anon_sym_SEMI, + ACTIONS(11366), 1, + sym_bit_string_value, STATE(8133), 3, sym__tool_directive, sym_line_comment, @@ -315611,8 +315611,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11310), 1, - anon_sym_LPAREN, + ACTIONS(11368), 1, + anon_sym_SEMI, STATE(8134), 3, sym__tool_directive, sym_line_comment, @@ -315624,7 +315624,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11312), 1, + ACTIONS(6043), 1, anon_sym_SEMI, STATE(8135), 3, sym__tool_directive, @@ -315637,8 +315637,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(788), 1, - anon_sym_SEMI, + ACTIONS(11370), 1, + anon_sym_GT_GT, STATE(8136), 3, sym__tool_directive, sym_line_comment, @@ -315650,8 +315650,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11314), 1, - anon_sym_RPAREN, + ACTIONS(11372), 1, + anon_sym_SEMI, STATE(8137), 3, sym__tool_directive, sym_line_comment, @@ -315663,8 +315663,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11316), 1, - anon_sym_RBRACK, + ACTIONS(11374), 1, + anon_sym_LPAREN, STATE(8138), 3, sym__tool_directive, sym_line_comment, @@ -315676,7 +315676,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5787), 1, + ACTIONS(11376), 1, anon_sym_SEMI, STATE(8139), 3, sym__tool_directive, @@ -315689,7 +315689,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7655), 1, + ACTIONS(11378), 1, anon_sym_SEMI, STATE(8140), 3, sym__tool_directive, @@ -315702,8 +315702,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11318), 1, - anon_sym_SEMI, + ACTIONS(11380), 1, + anon_sym_GT_GT, STATE(8141), 3, sym__tool_directive, sym_line_comment, @@ -315715,8 +315715,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11320), 1, - anon_sym_SEMI, + ACTIONS(11382), 1, + sym_bit_string_value, STATE(8142), 3, sym__tool_directive, sym_line_comment, @@ -315728,8 +315728,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11322), 1, - sym_END, + ACTIONS(11384), 1, + anon_sym_GT_GT, STATE(8143), 3, sym__tool_directive, sym_line_comment, @@ -315741,8 +315741,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11324), 1, - anon_sym_RPAREN, + ACTIONS(8342), 1, + anon_sym_DOT, STATE(8144), 3, sym__tool_directive, sym_line_comment, @@ -315754,7 +315754,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11326), 1, + ACTIONS(11386), 1, anon_sym_SEMI, STATE(8145), 3, sym__tool_directive, @@ -315767,8 +315767,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11328), 1, - sym__directive_newline, + ACTIONS(11388), 1, + anon_sym_SEMI, STATE(8146), 3, sym__tool_directive, sym_line_comment, @@ -315780,7 +315780,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7382), 1, + ACTIONS(11390), 1, anon_sym_SEMI, STATE(8147), 3, sym__tool_directive, @@ -315793,7 +315793,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11330), 1, + ACTIONS(11392), 1, anon_sym_SEMI, STATE(8148), 3, sym__tool_directive, @@ -315806,7 +315806,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11332), 1, + ACTIONS(11394), 1, anon_sym_RBRACK, STATE(8149), 3, sym__tool_directive, @@ -315819,8 +315819,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11334), 1, - anon_sym_RBRACK, + ACTIONS(11396), 1, + anon_sym_SEMI, STATE(8150), 3, sym__tool_directive, sym_line_comment, @@ -315832,7 +315832,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11336), 1, + ACTIONS(11398), 1, anon_sym_SEMI, STATE(8151), 3, sym__tool_directive, @@ -315845,8 +315845,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11338), 1, - anon_sym_SEMI, + ACTIONS(11400), 1, + sym_BEGIN, STATE(8152), 3, sym__tool_directive, sym_line_comment, @@ -315858,7 +315858,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11340), 1, + ACTIONS(11402), 1, anon_sym_SEMI, STATE(8153), 3, sym__tool_directive, @@ -315871,7 +315871,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11342), 1, + ACTIONS(11404), 1, anon_sym_SEMI, STATE(8154), 3, sym__tool_directive, @@ -315884,8 +315884,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11344), 1, - anon_sym_DOT, + ACTIONS(11406), 1, + anon_sym_RBRACK, STATE(8155), 3, sym__tool_directive, sym_line_comment, @@ -315897,8 +315897,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8432), 1, - anon_sym_SEMI, + ACTIONS(5988), 1, + sym_END, STATE(8156), 3, sym__tool_directive, sym_line_comment, @@ -315910,7 +315910,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11346), 1, + ACTIONS(11408), 1, anon_sym_SEMI, STATE(8157), 3, sym__tool_directive, @@ -315923,8 +315923,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11348), 1, - anon_sym_RBRACK, + ACTIONS(11410), 1, + anon_sym_SEMI, STATE(8158), 3, sym__tool_directive, sym_line_comment, @@ -315936,8 +315936,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11350), 1, - anon_sym_GT_GT, + ACTIONS(8416), 1, + sym_END, STATE(8159), 3, sym__tool_directive, sym_line_comment, @@ -315949,8 +315949,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11352), 1, - anon_sym_GT_GT, + ACTIONS(11412), 1, + anon_sym_SEMI, STATE(8160), 3, sym__tool_directive, sym_line_comment, @@ -315962,7 +315962,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11354), 1, + ACTIONS(11414), 1, anon_sym_SEMI, STATE(8161), 3, sym__tool_directive, @@ -315975,8 +315975,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11356), 1, - anon_sym_SEMI, + ACTIONS(11416), 1, + anon_sym_RBRACK, STATE(8162), 3, sym__tool_directive, sym_line_comment, @@ -315988,8 +315988,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11358), 1, - anon_sym_SEMI, + ACTIONS(11418), 1, + sym_MAP, STATE(8163), 3, sym__tool_directive, sym_line_comment, @@ -316001,8 +316001,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11360), 1, - anon_sym_SEMI, + ACTIONS(11420), 1, + anon_sym_GT_GT, STATE(8164), 3, sym__tool_directive, sym_line_comment, @@ -316014,8 +316014,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11362), 1, - anon_sym_SEMI, + ACTIONS(11422), 1, + anon_sym_GT_GT, STATE(8165), 3, sym__tool_directive, sym_line_comment, @@ -316027,8 +316027,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11364), 1, - anon_sym_SEMI, + ACTIONS(11424), 1, + sym_box, STATE(8166), 3, sym__tool_directive, sym_line_comment, @@ -316040,8 +316040,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11366), 1, - anon_sym_SEMI, + ACTIONS(11426), 1, + anon_sym_GT_GT, STATE(8167), 3, sym__tool_directive, sym_line_comment, @@ -316053,7 +316053,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11368), 1, + ACTIONS(11428), 1, anon_sym_SEMI, STATE(8168), 3, sym__tool_directive, @@ -316066,8 +316066,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11370), 1, - anon_sym_SEMI, + ACTIONS(11430), 1, + anon_sym_RBRACK, STATE(8169), 3, sym__tool_directive, sym_line_comment, @@ -316079,8 +316079,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11372), 1, - anon_sym_GT_GT, + ACTIONS(11432), 1, + anon_sym_RPAREN, STATE(8170), 3, sym__tool_directive, sym_line_comment, @@ -316092,8 +316092,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7663), 1, - anon_sym_SEMI, + ACTIONS(5918), 1, + sym_END, STATE(8171), 3, sym__tool_directive, sym_line_comment, @@ -316105,8 +316105,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11374), 1, - anon_sym_RPAREN, + ACTIONS(8284), 1, + anon_sym_COMMA, STATE(8172), 3, sym__tool_directive, sym_line_comment, @@ -316118,7 +316118,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11376), 1, + ACTIONS(11434), 1, anon_sym_SEMI, STATE(8173), 3, sym__tool_directive, @@ -316131,8 +316131,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11378), 1, - anon_sym_RPAREN, + ACTIONS(11436), 1, + anon_sym_SEMI, STATE(8174), 3, sym__tool_directive, sym_line_comment, @@ -316144,7 +316144,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11380), 1, + ACTIONS(11438), 1, anon_sym_SEMI, STATE(8175), 3, sym__tool_directive, @@ -316157,8 +316157,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11382), 1, - anon_sym_RPAREN, + ACTIONS(11440), 1, + anon_sym_SEMI, STATE(8176), 3, sym__tool_directive, sym_line_comment, @@ -316170,7 +316170,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11384), 1, + ACTIONS(11442), 1, anon_sym_SEMI, STATE(8177), 3, sym__tool_directive, @@ -316183,8 +316183,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11386), 1, - anon_sym_SEMI, + ACTIONS(11444), 1, + anon_sym_RPAREN, STATE(8178), 3, sym__tool_directive, sym_line_comment, @@ -316196,8 +316196,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11388), 1, - anon_sym_RBRACK, + ACTIONS(11446), 1, + sym_bit_string_value, STATE(8179), 3, sym__tool_directive, sym_line_comment, @@ -316209,7 +316209,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11390), 1, + ACTIONS(7463), 1, anon_sym_SEMI, STATE(8180), 3, sym__tool_directive, @@ -316222,8 +316222,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11392), 1, - anon_sym_COLON, + ACTIONS(11448), 1, + sym_END, STATE(8181), 3, sym__tool_directive, sym_line_comment, @@ -316235,7 +316235,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11394), 1, + ACTIONS(11450), 1, anon_sym_SEMI, STATE(8182), 3, sym__tool_directive, @@ -316248,7 +316248,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7675), 1, + ACTIONS(11452), 1, anon_sym_SEMI, STATE(8183), 3, sym__tool_directive, @@ -316261,8 +316261,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7677), 1, - anon_sym_SEMI, + ACTIONS(8432), 1, + sym_END, STATE(8184), 3, sym__tool_directive, sym_line_comment, @@ -316274,8 +316274,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11396), 1, - anon_sym_RBRACK, + ACTIONS(11454), 1, + anon_sym_SEMI, STATE(8185), 3, sym__tool_directive, sym_line_comment, @@ -316287,7 +316287,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6062), 1, + ACTIONS(11456), 1, anon_sym_SEMI, STATE(8186), 3, sym__tool_directive, @@ -316300,8 +316300,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11398), 1, - anon_sym_SEMI, + ACTIONS(11458), 1, + sym_END, STATE(8187), 3, sym__tool_directive, sym_line_comment, @@ -316313,7 +316313,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11400), 1, + ACTIONS(11460), 1, anon_sym_SEMI, STATE(8188), 3, sym__tool_directive, @@ -316326,8 +316326,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11402), 1, - anon_sym_DOT, + ACTIONS(11462), 1, + anon_sym_RPAREN, STATE(8189), 3, sym__tool_directive, sym_line_comment, @@ -316339,8 +316339,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11404), 1, - sym_END, + ACTIONS(8212), 1, + anon_sym_SEMI, STATE(8190), 3, sym__tool_directive, sym_line_comment, @@ -316352,7 +316352,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11406), 1, + ACTIONS(11464), 1, anon_sym_SEMI, STATE(8191), 3, sym__tool_directive, @@ -316365,8 +316365,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11408), 1, - anon_sym_SEMI, + ACTIONS(11466), 1, + sym_bit_string_value, STATE(8192), 3, sym__tool_directive, sym_line_comment, @@ -316378,7 +316378,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11410), 1, + ACTIONS(11468), 1, anon_sym_SEMI, STATE(8193), 3, sym__tool_directive, @@ -316391,8 +316391,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11412), 1, - sym_OF, + ACTIONS(11470), 1, + anon_sym_SEMI, STATE(8194), 3, sym__tool_directive, sym_line_comment, @@ -316404,7 +316404,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11414), 1, + ACTIONS(11472), 1, anon_sym_SEMI, STATE(8195), 3, sym__tool_directive, @@ -316417,8 +316417,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11416), 1, - anon_sym_SEMI, + ACTIONS(8438), 1, + sym_END, STATE(8196), 3, sym__tool_directive, sym_line_comment, @@ -316430,7 +316430,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11418), 1, + ACTIONS(11474), 1, anon_sym_SEMI, STATE(8197), 3, sym__tool_directive, @@ -316443,7 +316443,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11420), 1, + ACTIONS(11476), 1, anon_sym_SEMI, STATE(8198), 3, sym__tool_directive, @@ -316456,8 +316456,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11422), 1, - anon_sym_RPAREN, + ACTIONS(11478), 1, + anon_sym_RBRACK, STATE(8199), 3, sym__tool_directive, sym_line_comment, @@ -316469,8 +316469,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7679), 1, - anon_sym_SEMI, + ACTIONS(11480), 1, + anon_sym_RBRACK, STATE(8200), 3, sym__tool_directive, sym_line_comment, @@ -316482,8 +316482,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11424), 1, - sym_bit_string_value, + ACTIONS(11482), 1, + anon_sym_SEMI, STATE(8201), 3, sym__tool_directive, sym_line_comment, @@ -316495,8 +316495,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6081), 1, - anon_sym_SEMI, + ACTIONS(11484), 1, + anon_sym_GT_GT, STATE(8202), 3, sym__tool_directive, sym_line_comment, @@ -316508,8 +316508,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5988), 1, - anon_sym_SEMI, + ACTIONS(11486), 1, + anon_sym_RPAREN, STATE(8203), 3, sym__tool_directive, sym_line_comment, @@ -316521,8 +316521,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11426), 1, - anon_sym_GT_GT, + ACTIONS(11488), 1, + anon_sym_RPAREN, STATE(8204), 3, sym__tool_directive, sym_line_comment, @@ -316534,7 +316534,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11428), 1, + ACTIONS(11490), 1, anon_sym_GT_GT, STATE(8205), 3, sym__tool_directive, @@ -316547,8 +316547,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11430), 1, - anon_sym_GT_GT, + ACTIONS(11492), 1, + anon_sym_SEMI, STATE(8206), 3, sym__tool_directive, sym_line_comment, @@ -316560,8 +316560,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11432), 1, - anon_sym_RPAREN, + ACTIONS(11494), 1, + anon_sym_GT_GT, STATE(8207), 3, sym__tool_directive, sym_line_comment, @@ -316573,8 +316573,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11434), 1, - anon_sym_RBRACK, + ACTIONS(7434), 1, + anon_sym_SEMI, STATE(8208), 3, sym__tool_directive, sym_line_comment, @@ -316586,8 +316586,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11436), 1, - anon_sym_SEMI, + ACTIONS(11496), 1, + anon_sym_RBRACK, STATE(8209), 3, sym__tool_directive, sym_line_comment, @@ -316599,8 +316599,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11438), 1, - sym_bit_string_value, + ACTIONS(8031), 1, + anon_sym_SEMI, STATE(8210), 3, sym__tool_directive, sym_line_comment, @@ -316612,7 +316612,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11440), 1, + ACTIONS(7383), 1, anon_sym_SEMI, STATE(8211), 3, sym__tool_directive, @@ -316625,8 +316625,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11442), 1, - anon_sym_SEMI, + ACTIONS(11498), 1, + anon_sym_RPAREN, STATE(8212), 3, sym__tool_directive, sym_line_comment, @@ -316638,7 +316638,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11444), 1, + ACTIONS(6146), 1, anon_sym_SEMI, STATE(8213), 3, sym__tool_directive, @@ -316651,8 +316651,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11446), 1, - anon_sym_SEMI, + ACTIONS(8762), 1, + sym_LOOP, STATE(8214), 3, sym__tool_directive, sym_line_comment, @@ -316664,7 +316664,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11448), 1, + ACTIONS(8129), 1, anon_sym_SEMI, STATE(8215), 3, sym__tool_directive, @@ -316677,8 +316677,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11450), 1, - anon_sym_SEMI, + ACTIONS(11500), 1, + anon_sym_RPAREN, STATE(8216), 3, sym__tool_directive, sym_line_comment, @@ -316690,8 +316690,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11452), 1, - anon_sym_RBRACK, + ACTIONS(8422), 1, + anon_sym_SEMI, STATE(8217), 3, sym__tool_directive, sym_line_comment, @@ -316703,8 +316703,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7685), 1, - anon_sym_SEMI, + ACTIONS(11502), 1, + sym_bit_string_value, STATE(8218), 3, sym__tool_directive, sym_line_comment, @@ -316716,8 +316716,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11454), 1, - anon_sym_SEMI, + ACTIONS(11504), 1, + anon_sym_RBRACK, STATE(8219), 3, sym__tool_directive, sym_line_comment, @@ -316729,7 +316729,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11456), 1, + ACTIONS(8254), 1, anon_sym_SEMI, STATE(8220), 3, sym__tool_directive, @@ -316742,8 +316742,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11458), 1, - anon_sym_SEMI, + ACTIONS(7740), 1, + sym_IS, STATE(8221), 3, sym__tool_directive, sym_line_comment, @@ -316755,7 +316755,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11460), 1, + ACTIONS(8256), 1, anon_sym_SEMI, STATE(8222), 3, sym__tool_directive, @@ -316768,8 +316768,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11462), 1, - anon_sym_SEMI, + ACTIONS(11506), 1, + sym_bit_string_value, STATE(8223), 3, sym__tool_directive, sym_line_comment, @@ -316781,8 +316781,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11464), 1, - anon_sym_SEMI, + ACTIONS(6041), 1, + sym_IS, STATE(8224), 3, sym__tool_directive, sym_line_comment, @@ -316794,8 +316794,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11466), 1, - sym__directive_newline, + ACTIONS(10058), 1, + sym_LOOP, STATE(8225), 3, sym__tool_directive, sym_line_comment, @@ -316807,7 +316807,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7689), 1, + ACTIONS(11508), 1, anon_sym_SEMI, STATE(8226), 3, sym__tool_directive, @@ -316820,7 +316820,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11468), 1, + ACTIONS(11510), 1, anon_sym_SEMI, STATE(8227), 3, sym__tool_directive, @@ -316833,7 +316833,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7693), 1, + ACTIONS(11512), 1, anon_sym_SEMI, STATE(8228), 3, sym__tool_directive, @@ -316846,7 +316846,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11470), 1, + ACTIONS(8111), 1, anon_sym_SEMI, STATE(8229), 3, sym__tool_directive, @@ -316859,7 +316859,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11472), 1, + ACTIONS(5593), 1, anon_sym_SEMI, STATE(8230), 3, sym__tool_directive, @@ -316872,7 +316872,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11474), 1, + ACTIONS(8087), 1, anon_sym_SEMI, STATE(8231), 3, sym__tool_directive, @@ -316885,7 +316885,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(6902), 1, + ACTIONS(3754), 1, anon_sym_SEMI, STATE(8232), 3, sym__tool_directive, @@ -316898,8 +316898,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11476), 1, - anon_sym_GT_GT, + ACTIONS(11514), 1, + anon_sym_RBRACK, STATE(8233), 3, sym__tool_directive, sym_line_comment, @@ -316911,8 +316911,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11478), 1, - anon_sym_SEMI, + ACTIONS(11516), 1, + anon_sym_RBRACK, STATE(8234), 3, sym__tool_directive, sym_line_comment, @@ -316924,8 +316924,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11480), 1, - anon_sym_SEMI, + ACTIONS(11518), 1, + anon_sym_GT_GT, STATE(8235), 3, sym__tool_directive, sym_line_comment, @@ -316937,8 +316937,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11482), 1, - anon_sym_SEMI, + ACTIONS(11520), 1, + anon_sym_GT_GT, STATE(8236), 3, sym__tool_directive, sym_line_comment, @@ -316950,8 +316950,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11484), 1, - anon_sym_GT_GT, + ACTIONS(8360), 1, + anon_sym_SEMI, STATE(8237), 3, sym__tool_directive, sym_line_comment, @@ -316963,8 +316963,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11486), 1, - anon_sym_SEMI, + ACTIONS(2402), 1, + sym_OF, STATE(8238), 3, sym__tool_directive, sym_line_comment, @@ -316976,7 +316976,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11488), 1, + ACTIONS(8266), 1, anon_sym_SEMI, STATE(8239), 3, sym__tool_directive, @@ -316989,8 +316989,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11490), 1, - anon_sym_SEMI, + ACTIONS(11522), 1, + sym_bit_string_value, STATE(8240), 3, sym__tool_directive, sym_line_comment, @@ -317002,8 +317002,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11492), 1, - anon_sym_GT_GT, + ACTIONS(11524), 1, + anon_sym_SEMI, STATE(8241), 3, sym__tool_directive, sym_line_comment, @@ -317015,8 +317015,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11494), 1, - anon_sym_SEMI, + ACTIONS(11526), 1, + anon_sym_RBRACK, STATE(8242), 3, sym__tool_directive, sym_line_comment, @@ -317028,7 +317028,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7697), 1, + ACTIONS(11528), 1, anon_sym_SEMI, STATE(8243), 3, sym__tool_directive, @@ -317041,8 +317041,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11496), 1, - sym_bit_string_value, + ACTIONS(8330), 1, + anon_sym_SEMI, STATE(8244), 3, sym__tool_directive, sym_line_comment, @@ -317054,7 +317054,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11498), 1, + ACTIONS(8332), 1, anon_sym_SEMI, STATE(8245), 3, sym__tool_directive, @@ -317067,8 +317067,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11500), 1, - anon_sym_RBRACK, + ACTIONS(11530), 1, + anon_sym_RPAREN, STATE(8246), 3, sym__tool_directive, sym_line_comment, @@ -317080,8 +317080,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11502), 1, - anon_sym_RBRACK, + ACTIONS(11532), 1, + anon_sym_RPAREN, STATE(8247), 3, sym__tool_directive, sym_line_comment, @@ -317093,8 +317093,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11504), 1, - anon_sym_SEMI, + ACTIONS(11534), 1, + sym_bit_string_value, STATE(8248), 3, sym__tool_directive, sym_line_comment, @@ -317106,7 +317106,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11506), 1, + ACTIONS(11536), 1, anon_sym_SEMI, STATE(8249), 3, sym__tool_directive, @@ -317119,8 +317119,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11508), 1, - anon_sym_SEMI, + ACTIONS(2626), 1, + sym_OF, STATE(8250), 3, sym__tool_directive, sym_line_comment, @@ -317132,7 +317132,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11510), 1, + ACTIONS(7324), 1, anon_sym_SEMI, STATE(8251), 3, sym__tool_directive, @@ -317145,7 +317145,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11512), 1, + ACTIONS(11538), 1, anon_sym_SEMI, STATE(8252), 3, sym__tool_directive, @@ -317158,7 +317158,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11514), 1, + ACTIONS(7385), 1, anon_sym_SEMI, STATE(8253), 3, sym__tool_directive, @@ -317171,7 +317171,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11516), 1, + ACTIONS(11540), 1, anon_sym_SEMI, STATE(8254), 3, sym__tool_directive, @@ -317184,7 +317184,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11518), 1, + ACTIONS(11542), 1, anon_sym_SEMI, STATE(8255), 3, sym__tool_directive, @@ -317197,8 +317197,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11520), 1, - anon_sym_SEMI, + ACTIONS(11544), 1, + anon_sym_COLON, STATE(8256), 3, sym__tool_directive, sym_line_comment, @@ -317210,7 +317210,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11522), 1, + ACTIONS(7379), 1, anon_sym_SEMI, STATE(8257), 3, sym__tool_directive, @@ -317223,7 +317223,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11524), 1, + ACTIONS(5700), 1, anon_sym_SEMI, STATE(8258), 3, sym__tool_directive, @@ -317236,7 +317236,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11526), 1, + ACTIONS(5728), 1, anon_sym_SEMI, STATE(8259), 3, sym__tool_directive, @@ -317249,8 +317249,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11528), 1, - anon_sym_SEMI, + ACTIONS(11546), 1, + anon_sym_RBRACK, STATE(8260), 3, sym__tool_directive, sym_line_comment, @@ -317262,8 +317262,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11530), 1, - anon_sym_SEMI, + ACTIONS(11548), 1, + anon_sym_RBRACK, STATE(8261), 3, sym__tool_directive, sym_line_comment, @@ -317275,8 +317275,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11532), 1, - anon_sym_RPAREN, + ACTIONS(7365), 1, + anon_sym_SEMI, STATE(8262), 3, sym__tool_directive, sym_line_comment, @@ -317288,8 +317288,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11534), 1, - anon_sym_SEMI, + ACTIONS(11550), 1, + anon_sym_GT_GT, STATE(8263), 3, sym__tool_directive, sym_line_comment, @@ -317301,8 +317301,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11536), 1, - anon_sym_SEMI, + ACTIONS(2871), 1, + sym_GENERATE, STATE(8264), 3, sym__tool_directive, sym_line_comment, @@ -317314,8 +317314,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11538), 1, - anon_sym_SEMI, + ACTIONS(11552), 1, + anon_sym_GT_GT, STATE(8265), 3, sym__tool_directive, sym_line_comment, @@ -317327,8 +317327,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11540), 1, - anon_sym_RBRACK, + ACTIONS(11554), 1, + anon_sym_GT_GT, STATE(8266), 3, sym__tool_directive, sym_line_comment, @@ -317340,8 +317340,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11542), 1, - anon_sym_SEMI, + ACTIONS(11556), 1, + sym_bit_string_value, STATE(8267), 3, sym__tool_directive, sym_line_comment, @@ -317353,8 +317353,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11544), 1, - anon_sym_SEMI, + ACTIONS(11558), 1, + anon_sym_RBRACK, STATE(8268), 3, sym__tool_directive, sym_line_comment, @@ -317366,8 +317366,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11546), 1, - sym_VARIABLE, + ACTIONS(11560), 1, + anon_sym_RPAREN, STATE(8269), 3, sym__tool_directive, sym_line_comment, @@ -317379,7 +317379,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11548), 1, + ACTIONS(11562), 1, anon_sym_SEMI, STATE(8270), 3, sym__tool_directive, @@ -317392,8 +317392,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11550), 1, - sym_OF, + ACTIONS(2871), 1, + sym_IS, STATE(8271), 3, sym__tool_directive, sym_line_comment, @@ -317405,8 +317405,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11552), 1, - sym_BEGIN, + ACTIONS(11564), 1, + anon_sym_RPAREN, STATE(8272), 3, sym__tool_directive, sym_line_comment, @@ -317418,8 +317418,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11554), 1, - sym_OF, + ACTIONS(11566), 1, + sym_VARIABLE, STATE(8273), 3, sym__tool_directive, sym_line_comment, @@ -317431,8 +317431,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11556), 1, - anon_sym_SEMI, + ACTIONS(11568), 1, + sym_bit_string_value, STATE(8274), 3, sym__tool_directive, sym_line_comment, @@ -317444,8 +317444,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11558), 1, - anon_sym_SEMI, + ACTIONS(11570), 1, + sym_OF, STATE(8275), 3, sym__tool_directive, sym_line_comment, @@ -317457,7 +317457,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11560), 1, + ACTIONS(11572), 1, anon_sym_SEMI, STATE(8276), 3, sym__tool_directive, @@ -317470,8 +317470,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11562), 1, - sym_VARIABLE, + ACTIONS(11574), 1, + sym_OF, STATE(8277), 3, sym__tool_directive, sym_line_comment, @@ -317483,8 +317483,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11564), 1, - anon_sym_DOT, + ACTIONS(2626), 1, + sym_IN, STATE(8278), 3, sym__tool_directive, sym_line_comment, @@ -317496,8 +317496,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11566), 1, - sym_OF, + ACTIONS(11576), 1, + sym_bit_string_value, STATE(8279), 3, sym__tool_directive, sym_line_comment, @@ -317509,7 +317509,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11568), 1, + ACTIONS(11578), 1, anon_sym_RPAREN, STATE(8280), 3, sym__tool_directive, @@ -317522,8 +317522,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11570), 1, - sym_OF, + ACTIONS(11580), 1, + sym_VARIABLE, STATE(8281), 3, sym__tool_directive, sym_line_comment, @@ -317535,7 +317535,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11572), 1, + ACTIONS(11582), 1, anon_sym_SEMI, STATE(8282), 3, sym__tool_directive, @@ -317548,8 +317548,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11574), 1, - anon_sym_SEMI, + ACTIONS(11584), 1, + sym_OF, STATE(8283), 3, sym__tool_directive, sym_line_comment, @@ -317561,8 +317561,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11576), 1, - anon_sym_RPAREN, + ACTIONS(11586), 1, + sym_bit_string_value, STATE(8284), 3, sym__tool_directive, sym_line_comment, @@ -317574,8 +317574,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11578), 1, - sym_VARIABLE, + ACTIONS(11588), 1, + sym_OF, STATE(8285), 3, sym__tool_directive, sym_line_comment, @@ -317587,8 +317587,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11580), 1, - sym__directive_newline, + ACTIONS(11590), 1, + sym_comment_content, STATE(8286), 3, sym__tool_directive, sym_line_comment, @@ -317600,8 +317600,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11582), 1, - sym_OF, + ACTIONS(796), 1, + anon_sym_SEMI, STATE(8287), 3, sym__tool_directive, sym_line_comment, @@ -317613,8 +317613,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11584), 1, - anon_sym_RBRACK, + ACTIONS(11592), 1, + anon_sym_RPAREN, STATE(8288), 3, sym__tool_directive, sym_line_comment, @@ -317626,8 +317626,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11586), 1, - sym_OF, + ACTIONS(11594), 1, + sym_VARIABLE, STATE(8289), 3, sym__tool_directive, sym_line_comment, @@ -317639,8 +317639,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11588), 1, - anon_sym_COLON, + ACTIONS(11596), 1, + anon_sym_SEMI, STATE(8290), 3, sym__tool_directive, sym_line_comment, @@ -317652,8 +317652,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11590), 1, - sym_THEN, + ACTIONS(11598), 1, + sym_OF, STATE(8291), 3, sym__tool_directive, sym_line_comment, @@ -317665,8 +317665,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11592), 1, - anon_sym_SEMI, + ACTIONS(11600), 1, + anon_sym_RBRACK, STATE(8292), 3, sym__tool_directive, sym_line_comment, @@ -317678,8 +317678,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11594), 1, - sym_VARIABLE, + ACTIONS(11602), 1, + sym_OF, STATE(8293), 3, sym__tool_directive, sym_line_comment, @@ -317691,8 +317691,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11596), 1, - anon_sym_RPAREN, + ACTIONS(11604), 1, + sym_comment_content, STATE(8294), 3, sym__tool_directive, sym_line_comment, @@ -317704,8 +317704,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11598), 1, - sym_OF, + ACTIONS(11606), 1, + anon_sym_SEMI, STATE(8295), 3, sym__tool_directive, sym_line_comment, @@ -317717,8 +317717,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7404), 1, - sym_END, + ACTIONS(11608), 1, + anon_sym_RBRACK, STATE(8296), 3, sym__tool_directive, sym_line_comment, @@ -317730,8 +317730,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11600), 1, - anon_sym_RBRACK, + ACTIONS(11610), 1, + sym_VARIABLE, STATE(8297), 3, sym__tool_directive, sym_line_comment, @@ -317743,8 +317743,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11602), 1, - sym_VARIABLE, + ACTIONS(11612), 1, + anon_sym_GT_GT, STATE(8298), 3, sym__tool_directive, sym_line_comment, @@ -317756,8 +317756,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11604), 1, - sym_bit_string_value, + ACTIONS(11614), 1, + sym_OF, STATE(8299), 3, sym__tool_directive, sym_line_comment, @@ -317769,8 +317769,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11606), 1, - sym_OF, + ACTIONS(11616), 1, + anon_sym_GT_GT, STATE(8300), 3, sym__tool_directive, sym_line_comment, @@ -317782,7 +317782,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11608), 1, + ACTIONS(11618), 1, anon_sym_GT_GT, STATE(8301), 3, sym__tool_directive, @@ -317795,8 +317795,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11610), 1, - anon_sym_COLON, + ACTIONS(11620), 1, + sym_VARIABLE, STATE(8302), 3, sym__tool_directive, sym_line_comment, @@ -317808,8 +317808,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11612), 1, - sym_VARIABLE, + ACTIONS(11622), 1, + anon_sym_SEMI, STATE(8303), 3, sym__tool_directive, sym_line_comment, @@ -317821,8 +317821,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11614), 1, - anon_sym_GT_GT, + ACTIONS(11624), 1, + sym_OF, STATE(8304), 3, sym__tool_directive, sym_line_comment, @@ -317834,8 +317834,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11616), 1, - sym_OF, + ACTIONS(11626), 1, + anon_sym_RBRACK, STATE(8305), 3, sym__tool_directive, sym_line_comment, @@ -317847,8 +317847,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11618), 1, - anon_sym_GT_GT, + ACTIONS(11628), 1, + anon_sym_SEMI, STATE(8306), 3, sym__tool_directive, sym_line_comment, @@ -317860,8 +317860,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11620), 1, - anon_sym_GT_GT, + ACTIONS(11630), 1, + sym_VARIABLE, STATE(8307), 3, sym__tool_directive, sym_line_comment, @@ -317873,8 +317873,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11622), 1, - sym_OF, + ACTIONS(11632), 1, + anon_sym_RPAREN, STATE(8308), 3, sym__tool_directive, sym_line_comment, @@ -317886,8 +317886,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11624), 1, - anon_sym_GT_GT, + ACTIONS(11634), 1, + sym_OF, STATE(8309), 3, sym__tool_directive, sym_line_comment, @@ -317899,8 +317899,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11626), 1, - anon_sym_RBRACK, + ACTIONS(11636), 1, + anon_sym_SEMI, STATE(8310), 3, sym__tool_directive, sym_line_comment, @@ -317912,8 +317912,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11628), 1, - anon_sym_GT_GT, + ACTIONS(11638), 1, + anon_sym_RPAREN, STATE(8311), 3, sym__tool_directive, sym_line_comment, @@ -317925,8 +317925,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11630), 1, - anon_sym_RBRACK, + ACTIONS(11640), 1, + sym_OF, STATE(8312), 3, sym__tool_directive, sym_line_comment, @@ -317938,8 +317938,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11632), 1, - anon_sym_RPAREN, + ACTIONS(11642), 1, + sym_bit_string_value, STATE(8313), 3, sym__tool_directive, sym_line_comment, @@ -317951,8 +317951,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(5898), 1, - sym_END, + ACTIONS(11644), 1, + anon_sym_SEMI, STATE(8314), 3, sym__tool_directive, sym_line_comment, @@ -317964,8 +317964,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7065), 1, - anon_sym_SEMI, + ACTIONS(11646), 1, + anon_sym_RBRACK, STATE(8315), 3, sym__tool_directive, sym_line_comment, @@ -317977,8 +317977,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11634), 1, - sym_GENERATE, + ACTIONS(11648), 1, + anon_sym_SEMI, STATE(8316), 3, sym__tool_directive, sym_line_comment, @@ -317990,8 +317990,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11636), 1, - anon_sym_RPAREN, + ACTIONS(11650), 1, + sym_bit_string_value, STATE(8317), 3, sym__tool_directive, sym_line_comment, @@ -318003,8 +318003,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11638), 1, - anon_sym_RBRACK, + ACTIONS(11652), 1, + anon_sym_SEMI, STATE(8318), 3, sym__tool_directive, sym_line_comment, @@ -318016,7 +318016,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11640), 1, + ACTIONS(5819), 1, anon_sym_SEMI, STATE(8319), 3, sym__tool_directive, @@ -318029,8 +318029,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11642), 1, - anon_sym_RPAREN, + ACTIONS(11654), 1, + anon_sym_SEMI, STATE(8320), 3, sym__tool_directive, sym_line_comment, @@ -318042,8 +318042,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11644), 1, - anon_sym_RBRACK, + ACTIONS(11656), 1, + anon_sym_SEMI, STATE(8321), 3, sym__tool_directive, sym_line_comment, @@ -318055,8 +318055,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11646), 1, - anon_sym_RBRACK, + ACTIONS(11658), 1, + anon_sym_SEMI, STATE(8322), 3, sym__tool_directive, sym_line_comment, @@ -318068,7 +318068,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11648), 1, + ACTIONS(11660), 1, anon_sym_SEMI, STATE(8323), 3, sym__tool_directive, @@ -318081,7 +318081,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11650), 1, + ACTIONS(11662), 1, anon_sym_SEMI, STATE(8324), 3, sym__tool_directive, @@ -318094,8 +318094,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11652), 1, - anon_sym_GT_GT, + ACTIONS(11664), 1, + anon_sym_RBRACK, STATE(8325), 3, sym__tool_directive, sym_line_comment, @@ -318107,8 +318107,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11654), 1, - anon_sym_GT_GT, + ACTIONS(7138), 1, + anon_sym_SEMI, STATE(8326), 3, sym__tool_directive, sym_line_comment, @@ -318120,8 +318120,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11656), 1, - anon_sym_GT_GT, + ACTIONS(7124), 1, + anon_sym_SEMI, STATE(8327), 3, sym__tool_directive, sym_line_comment, @@ -318133,7 +318133,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11658), 1, + ACTIONS(7116), 1, anon_sym_SEMI, STATE(8328), 3, sym__tool_directive, @@ -318146,8 +318146,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11660), 1, - anon_sym_RBRACK, + ACTIONS(11666), 1, + anon_sym_SEMI, STATE(8329), 3, sym__tool_directive, sym_line_comment, @@ -318159,8 +318159,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11662), 1, - sym_MAP, + ACTIONS(11668), 1, + anon_sym_SEMI, STATE(8330), 3, sym__tool_directive, sym_line_comment, @@ -318172,7 +318172,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11664), 1, + ACTIONS(11670), 1, anon_sym_RBRACK, STATE(8331), 3, sym__tool_directive, @@ -318185,8 +318185,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11666), 1, - anon_sym_SEMI, + ACTIONS(11672), 1, + anon_sym_GT_GT, STATE(8332), 3, sym__tool_directive, sym_line_comment, @@ -318198,8 +318198,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11668), 1, - anon_sym_SEMI, + ACTIONS(11674), 1, + anon_sym_GT_GT, STATE(8333), 3, sym__tool_directive, sym_line_comment, @@ -318211,8 +318211,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11670), 1, - anon_sym_SEMI, + ACTIONS(11676), 1, + anon_sym_GT_GT, STATE(8334), 3, sym__tool_directive, sym_line_comment, @@ -318224,7 +318224,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11672), 1, + ACTIONS(6227), 1, anon_sym_SEMI, STATE(8335), 3, sym__tool_directive, @@ -318237,8 +318237,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11674), 1, - anon_sym_RPAREN, + ACTIONS(6246), 1, + anon_sym_SEMI, STATE(8336), 3, sym__tool_directive, sym_line_comment, @@ -318250,8 +318250,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11676), 1, - anon_sym_SEMI, + ACTIONS(11678), 1, + anon_sym_GT_GT, STATE(8337), 3, sym__tool_directive, sym_line_comment, @@ -318263,8 +318263,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11678), 1, - anon_sym_SEMI, + ACTIONS(11680), 1, + anon_sym_GT_GT, STATE(8338), 3, sym__tool_directive, sym_line_comment, @@ -318276,8 +318276,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11680), 1, - anon_sym_RPAREN, + ACTIONS(11682), 1, + anon_sym_RBRACK, STATE(8339), 3, sym__tool_directive, sym_line_comment, @@ -318289,8 +318289,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11682), 1, - sym_bit_string_value, + ACTIONS(11684), 1, + anon_sym_GT_GT, STATE(8340), 3, sym__tool_directive, sym_line_comment, @@ -318302,8 +318302,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11684), 1, - anon_sym_RBRACK, + ACTIONS(11686), 1, + anon_sym_SEMI, STATE(8341), 3, sym__tool_directive, sym_line_comment, @@ -318315,8 +318315,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11686), 1, - anon_sym_SEMI, + ACTIONS(11688), 1, + anon_sym_RBRACK, STATE(8342), 3, sym__tool_directive, sym_line_comment, @@ -318328,7 +318328,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11688), 1, + ACTIONS(11690), 1, anon_sym_RPAREN, STATE(8343), 3, sym__tool_directive, @@ -318341,8 +318341,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11690), 1, - anon_sym_GT_GT, + ACTIONS(11692), 1, + sym_IF, STATE(8344), 3, sym__tool_directive, sym_line_comment, @@ -318354,8 +318354,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11692), 1, - anon_sym_GT_GT, + ACTIONS(11694), 1, + anon_sym_RPAREN, STATE(8345), 3, sym__tool_directive, sym_line_comment, @@ -318367,8 +318367,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11694), 1, - anon_sym_GT_GT, + ACTIONS(11696), 1, + sym_bit_string_value, STATE(8346), 3, sym__tool_directive, sym_line_comment, @@ -318380,7 +318380,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(7057), 1, + ACTIONS(11698), 1, anon_sym_SEMI, STATE(8347), 3, sym__tool_directive, @@ -318393,8 +318393,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11696), 1, - anon_sym_RBRACK, + ACTIONS(11700), 1, + anon_sym_SEMI, STATE(8348), 3, sym__tool_directive, sym_line_comment, @@ -318406,7 +318406,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11698), 1, + ACTIONS(11702), 1, anon_sym_SEMI, STATE(8349), 3, sym__tool_directive, @@ -318419,8 +318419,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11700), 1, - anon_sym_RBRACK, + ACTIONS(11704), 1, + anon_sym_SEMI, STATE(8350), 3, sym__tool_directive, sym_line_comment, @@ -318432,7 +318432,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11702), 1, + ACTIONS(11706), 1, sym_bit_string_value, STATE(8351), 3, sym__tool_directive, @@ -318445,8 +318445,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11704), 1, - sym_VIEW, + ACTIONS(11708), 1, + sym_LOOP, STATE(8352), 3, sym__tool_directive, sym_line_comment, @@ -318458,8 +318458,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(8215), 1, - sym_END, + ACTIONS(11710), 1, + anon_sym_SEMI, STATE(8353), 3, sym__tool_directive, sym_line_comment, @@ -318471,8 +318471,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11706), 1, - sym_bit_string_value, + ACTIONS(11712), 1, + anon_sym_SEMI, STATE(8354), 3, sym__tool_directive, sym_line_comment, @@ -318484,7 +318484,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11708), 1, + ACTIONS(11714), 1, anon_sym_SEMI, STATE(8355), 3, sym__tool_directive, @@ -318497,7 +318497,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11710), 1, + ACTIONS(11716), 1, anon_sym_SEMI, STATE(8356), 3, sym__tool_directive, @@ -318510,7 +318510,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11712), 1, + ACTIONS(11718), 1, anon_sym_SEMI, STATE(8357), 3, sym__tool_directive, @@ -318523,7 +318523,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11714), 1, + ACTIONS(6138), 1, anon_sym_SEMI, STATE(8358), 3, sym__tool_directive, @@ -318536,8 +318536,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11716), 1, - anon_sym_SEMI, + ACTIONS(11720), 1, + anon_sym_RBRACK, STATE(8359), 3, sym__tool_directive, sym_line_comment, @@ -318549,8 +318549,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11718), 1, - anon_sym_DOT, + ACTIONS(3748), 1, + sym_GENERATE, STATE(8360), 3, sym__tool_directive, sym_line_comment, @@ -318562,8 +318562,8 @@ static const uint16_t ts_small_parse_table[] = { sym__line_comment_start, ACTIONS(7), 1, sym__block_comment_start, - ACTIONS(11720), 1, - sym_MAP, + ACTIONS(6918), 1, + anon_sym_SEMI, STATE(8361), 3, sym__tool_directive, sym_line_comment, @@ -318585,27 +318585,27 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(368)] = 260, [SMALL_STATE(369)] = 389, [SMALL_STATE(370)] = 518, - [SMALL_STATE(371)] = 649, - [SMALL_STATE(372)] = 778, + [SMALL_STATE(371)] = 647, + [SMALL_STATE(372)] = 776, [SMALL_STATE(373)] = 907, [SMALL_STATE(374)] = 1036, [SMALL_STATE(375)] = 1167, - [SMALL_STATE(376)] = 1298, + [SMALL_STATE(376)] = 1296, [SMALL_STATE(377)] = 1427, [SMALL_STATE(378)] = 1558, - [SMALL_STATE(379)] = 1687, - [SMALL_STATE(380)] = 1816, - [SMALL_STATE(381)] = 1945, - [SMALL_STATE(382)] = 2074, - [SMALL_STATE(383)] = 2205, - [SMALL_STATE(384)] = 2334, - [SMALL_STATE(385)] = 2463, - [SMALL_STATE(386)] = 2594, - [SMALL_STATE(387)] = 2725, - [SMALL_STATE(388)] = 2856, - [SMALL_STATE(389)] = 2985, - [SMALL_STATE(390)] = 3114, - [SMALL_STATE(391)] = 3245, + [SMALL_STATE(379)] = 1689, + [SMALL_STATE(380)] = 1818, + [SMALL_STATE(381)] = 1949, + [SMALL_STATE(382)] = 2078, + [SMALL_STATE(383)] = 2207, + [SMALL_STATE(384)] = 2338, + [SMALL_STATE(385)] = 2469, + [SMALL_STATE(386)] = 2600, + [SMALL_STATE(387)] = 2731, + [SMALL_STATE(388)] = 2860, + [SMALL_STATE(389)] = 2989, + [SMALL_STATE(390)] = 3118, + [SMALL_STATE(391)] = 3247, [SMALL_STATE(392)] = 3376, [SMALL_STATE(393)] = 3502, [SMALL_STATE(394)] = 3628, @@ -318613,711 +318613,711 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(396)] = 3880, [SMALL_STATE(397)] = 4006, [SMALL_STATE(398)] = 4132, - [SMALL_STATE(399)] = 4258, - [SMALL_STATE(400)] = 4384, - [SMALL_STATE(401)] = 4510, - [SMALL_STATE(402)] = 4650, - [SMALL_STATE(403)] = 4774, + [SMALL_STATE(399)] = 4256, + [SMALL_STATE(400)] = 4382, + [SMALL_STATE(401)] = 4508, + [SMALL_STATE(402)] = 4634, + [SMALL_STATE(403)] = 4760, [SMALL_STATE(404)] = 4900, [SMALL_STATE(405)] = 5026, [SMALL_STATE(406)] = 5152, [SMALL_STATE(407)] = 5278, [SMALL_STATE(408)] = 5404, - [SMALL_STATE(409)] = 5530, + [SMALL_STATE(409)] = 5544, [SMALL_STATE(410)] = 5670, - [SMALL_STATE(411)] = 5796, - [SMALL_STATE(412)] = 5936, + [SMALL_STATE(411)] = 5810, + [SMALL_STATE(412)] = 5950, [SMALL_STATE(413)] = 6076, - [SMALL_STATE(414)] = 6197, - [SMALL_STATE(415)] = 6318, - [SMALL_STATE(416)] = 6441, - [SMALL_STATE(417)] = 6564, - [SMALL_STATE(418)] = 6687, - [SMALL_STATE(419)] = 6808, - [SMALL_STATE(420)] = 6929, - [SMALL_STATE(421)] = 7052, - [SMALL_STATE(422)] = 7175, - [SMALL_STATE(423)] = 7298, - [SMALL_STATE(424)] = 7419, - [SMALL_STATE(425)] = 7540, - [SMALL_STATE(426)] = 7663, - [SMALL_STATE(427)] = 7786, - [SMALL_STATE(428)] = 7909, - [SMALL_STATE(429)] = 8030, - [SMALL_STATE(430)] = 8151, - [SMALL_STATE(431)] = 8274, - [SMALL_STATE(432)] = 8397, - [SMALL_STATE(433)] = 8520, - [SMALL_STATE(434)] = 8641, - [SMALL_STATE(435)] = 8762, - [SMALL_STATE(436)] = 8885, - [SMALL_STATE(437)] = 9008, - [SMALL_STATE(438)] = 9131, - [SMALL_STATE(439)] = 9254, - [SMALL_STATE(440)] = 9375, - [SMALL_STATE(441)] = 9498, - [SMALL_STATE(442)] = 9621, - [SMALL_STATE(443)] = 9744, - [SMALL_STATE(444)] = 9865, - [SMALL_STATE(445)] = 9986, - [SMALL_STATE(446)] = 10109, - [SMALL_STATE(447)] = 10232, - [SMALL_STATE(448)] = 10355, - [SMALL_STATE(449)] = 10476, - [SMALL_STATE(450)] = 10597, - [SMALL_STATE(451)] = 10720, - [SMALL_STATE(452)] = 10843, - [SMALL_STATE(453)] = 10966, - [SMALL_STATE(454)] = 11087, - [SMALL_STATE(455)] = 11208, - [SMALL_STATE(456)] = 11331, - [SMALL_STATE(457)] = 11454, - [SMALL_STATE(458)] = 11577, - [SMALL_STATE(459)] = 11698, - [SMALL_STATE(460)] = 11819, - [SMALL_STATE(461)] = 11942, - [SMALL_STATE(462)] = 12065, - [SMALL_STATE(463)] = 12188, - [SMALL_STATE(464)] = 12309, - [SMALL_STATE(465)] = 12430, - [SMALL_STATE(466)] = 12553, - [SMALL_STATE(467)] = 12676, - [SMALL_STATE(468)] = 12799, - [SMALL_STATE(469)] = 12920, - [SMALL_STATE(470)] = 13041, - [SMALL_STATE(471)] = 13164, - [SMALL_STATE(472)] = 13287, - [SMALL_STATE(473)] = 13410, - [SMALL_STATE(474)] = 13531, - [SMALL_STATE(475)] = 13652, - [SMALL_STATE(476)] = 13775, - [SMALL_STATE(477)] = 13898, - [SMALL_STATE(478)] = 14021, - [SMALL_STATE(479)] = 14142, - [SMALL_STATE(480)] = 14263, - [SMALL_STATE(481)] = 14386, - [SMALL_STATE(482)] = 14509, - [SMALL_STATE(483)] = 14632, - [SMALL_STATE(484)] = 14753, - [SMALL_STATE(485)] = 14874, - [SMALL_STATE(486)] = 14997, - [SMALL_STATE(487)] = 15120, - [SMALL_STATE(488)] = 15243, - [SMALL_STATE(489)] = 15364, - [SMALL_STATE(490)] = 15485, - [SMALL_STATE(491)] = 15608, - [SMALL_STATE(492)] = 15731, - [SMALL_STATE(493)] = 15854, - [SMALL_STATE(494)] = 15975, - [SMALL_STATE(495)] = 16096, - [SMALL_STATE(496)] = 16219, - [SMALL_STATE(497)] = 16342, - [SMALL_STATE(498)] = 16465, - [SMALL_STATE(499)] = 16588, - [SMALL_STATE(500)] = 16709, - [SMALL_STATE(501)] = 16830, - [SMALL_STATE(502)] = 16953, - [SMALL_STATE(503)] = 17076, - [SMALL_STATE(504)] = 17199, - [SMALL_STATE(505)] = 17320, - [SMALL_STATE(506)] = 17441, - [SMALL_STATE(507)] = 17564, - [SMALL_STATE(508)] = 17687, - [SMALL_STATE(509)] = 17810, - [SMALL_STATE(510)] = 17931, - [SMALL_STATE(511)] = 18052, - [SMALL_STATE(512)] = 18175, - [SMALL_STATE(513)] = 18298, - [SMALL_STATE(514)] = 18421, - [SMALL_STATE(515)] = 18542, - [SMALL_STATE(516)] = 18663, - [SMALL_STATE(517)] = 18786, - [SMALL_STATE(518)] = 18909, - [SMALL_STATE(519)] = 19032, - [SMALL_STATE(520)] = 19153, - [SMALL_STATE(521)] = 19274, - [SMALL_STATE(522)] = 19397, - [SMALL_STATE(523)] = 19520, - [SMALL_STATE(524)] = 19643, - [SMALL_STATE(525)] = 19764, - [SMALL_STATE(526)] = 19885, - [SMALL_STATE(527)] = 20008, - [SMALL_STATE(528)] = 20131, - [SMALL_STATE(529)] = 20254, - [SMALL_STATE(530)] = 20377, - [SMALL_STATE(531)] = 20500, - [SMALL_STATE(532)] = 20625, - [SMALL_STATE(533)] = 20748, - [SMALL_STATE(534)] = 20871, - [SMALL_STATE(535)] = 20994, - [SMALL_STATE(536)] = 21117, - [SMALL_STATE(537)] = 21240, - [SMALL_STATE(538)] = 21363, - [SMALL_STATE(539)] = 21488, - [SMALL_STATE(540)] = 21611, - [SMALL_STATE(541)] = 21734, - [SMALL_STATE(542)] = 21857, - [SMALL_STATE(543)] = 21980, - [SMALL_STATE(544)] = 22103, - [SMALL_STATE(545)] = 22228, - [SMALL_STATE(546)] = 22351, - [SMALL_STATE(547)] = 22474, - [SMALL_STATE(548)] = 22597, - [SMALL_STATE(549)] = 22720, - [SMALL_STATE(550)] = 22845, - [SMALL_STATE(551)] = 22968, - [SMALL_STATE(552)] = 23091, - [SMALL_STATE(553)] = 23214, - [SMALL_STATE(554)] = 23337, - [SMALL_STATE(555)] = 23462, - [SMALL_STATE(556)] = 23585, - [SMALL_STATE(557)] = 23708, - [SMALL_STATE(558)] = 23831, - [SMALL_STATE(559)] = 23954, - [SMALL_STATE(560)] = 24079, - [SMALL_STATE(561)] = 24202, - [SMALL_STATE(562)] = 24325, - [SMALL_STATE(563)] = 24448, - [SMALL_STATE(564)] = 24571, - [SMALL_STATE(565)] = 24696, - [SMALL_STATE(566)] = 24819, - [SMALL_STATE(567)] = 24942, - [SMALL_STATE(568)] = 25065, - [SMALL_STATE(569)] = 25188, - [SMALL_STATE(570)] = 25313, - [SMALL_STATE(571)] = 25436, - [SMALL_STATE(572)] = 25559, - [SMALL_STATE(573)] = 25682, - [SMALL_STATE(574)] = 25805, - [SMALL_STATE(575)] = 25930, - [SMALL_STATE(576)] = 26053, - [SMALL_STATE(577)] = 26176, - [SMALL_STATE(578)] = 26299, - [SMALL_STATE(579)] = 26422, - [SMALL_STATE(580)] = 26545, - [SMALL_STATE(581)] = 26668, - [SMALL_STATE(582)] = 26791, - [SMALL_STATE(583)] = 26914, - [SMALL_STATE(584)] = 27037, - [SMALL_STATE(585)] = 27160, - [SMALL_STATE(586)] = 27283, - [SMALL_STATE(587)] = 27406, - [SMALL_STATE(588)] = 27529, - [SMALL_STATE(589)] = 27652, - [SMALL_STATE(590)] = 27775, - [SMALL_STATE(591)] = 27898, - [SMALL_STATE(592)] = 28021, - [SMALL_STATE(593)] = 28144, - [SMALL_STATE(594)] = 28267, - [SMALL_STATE(595)] = 28390, - [SMALL_STATE(596)] = 28513, - [SMALL_STATE(597)] = 28636, - [SMALL_STATE(598)] = 28759, - [SMALL_STATE(599)] = 28882, - [SMALL_STATE(600)] = 29005, - [SMALL_STATE(601)] = 29128, - [SMALL_STATE(602)] = 29251, - [SMALL_STATE(603)] = 29374, - [SMALL_STATE(604)] = 29497, - [SMALL_STATE(605)] = 29620, - [SMALL_STATE(606)] = 29743, - [SMALL_STATE(607)] = 29866, - [SMALL_STATE(608)] = 29989, - [SMALL_STATE(609)] = 30112, - [SMALL_STATE(610)] = 30235, - [SMALL_STATE(611)] = 30358, - [SMALL_STATE(612)] = 30481, - [SMALL_STATE(613)] = 30604, - [SMALL_STATE(614)] = 30727, - [SMALL_STATE(615)] = 30850, - [SMALL_STATE(616)] = 30973, - [SMALL_STATE(617)] = 31096, - [SMALL_STATE(618)] = 31219, - [SMALL_STATE(619)] = 31342, - [SMALL_STATE(620)] = 31465, - [SMALL_STATE(621)] = 31588, - [SMALL_STATE(622)] = 31711, - [SMALL_STATE(623)] = 31834, - [SMALL_STATE(624)] = 31957, - [SMALL_STATE(625)] = 32080, - [SMALL_STATE(626)] = 32203, - [SMALL_STATE(627)] = 32326, - [SMALL_STATE(628)] = 32449, - [SMALL_STATE(629)] = 32572, - [SMALL_STATE(630)] = 32695, - [SMALL_STATE(631)] = 32818, - [SMALL_STATE(632)] = 32941, - [SMALL_STATE(633)] = 33064, - [SMALL_STATE(634)] = 33187, - [SMALL_STATE(635)] = 33310, - [SMALL_STATE(636)] = 33433, - [SMALL_STATE(637)] = 33556, - [SMALL_STATE(638)] = 33679, - [SMALL_STATE(639)] = 33802, - [SMALL_STATE(640)] = 33925, - [SMALL_STATE(641)] = 34048, - [SMALL_STATE(642)] = 34171, - [SMALL_STATE(643)] = 34294, - [SMALL_STATE(644)] = 34417, - [SMALL_STATE(645)] = 34540, - [SMALL_STATE(646)] = 34663, - [SMALL_STATE(647)] = 34786, - [SMALL_STATE(648)] = 34909, - [SMALL_STATE(649)] = 35032, - [SMALL_STATE(650)] = 35155, - [SMALL_STATE(651)] = 35278, - [SMALL_STATE(652)] = 35403, - [SMALL_STATE(653)] = 35526, - [SMALL_STATE(654)] = 35649, - [SMALL_STATE(655)] = 35772, - [SMALL_STATE(656)] = 35895, - [SMALL_STATE(657)] = 36018, - [SMALL_STATE(658)] = 36141, - [SMALL_STATE(659)] = 36264, - [SMALL_STATE(660)] = 36387, - [SMALL_STATE(661)] = 36510, - [SMALL_STATE(662)] = 36631, - [SMALL_STATE(663)] = 36754, - [SMALL_STATE(664)] = 36877, - [SMALL_STATE(665)] = 37000, - [SMALL_STATE(666)] = 37123, - [SMALL_STATE(667)] = 37246, - [SMALL_STATE(668)] = 37369, - [SMALL_STATE(669)] = 37492, - [SMALL_STATE(670)] = 37615, - [SMALL_STATE(671)] = 37738, - [SMALL_STATE(672)] = 37861, - [SMALL_STATE(673)] = 37984, - [SMALL_STATE(674)] = 38105, - [SMALL_STATE(675)] = 38226, - [SMALL_STATE(676)] = 38349, - [SMALL_STATE(677)] = 38472, - [SMALL_STATE(678)] = 38595, - [SMALL_STATE(679)] = 38718, - [SMALL_STATE(680)] = 38841, - [SMALL_STATE(681)] = 38964, - [SMALL_STATE(682)] = 39087, - [SMALL_STATE(683)] = 39210, - [SMALL_STATE(684)] = 39333, - [SMALL_STATE(685)] = 39456, - [SMALL_STATE(686)] = 39579, - [SMALL_STATE(687)] = 39700, - [SMALL_STATE(688)] = 39821, - [SMALL_STATE(689)] = 39944, - [SMALL_STATE(690)] = 40067, - [SMALL_STATE(691)] = 40190, - [SMALL_STATE(692)] = 40313, - [SMALL_STATE(693)] = 40436, - [SMALL_STATE(694)] = 40559, - [SMALL_STATE(695)] = 40682, - [SMALL_STATE(696)] = 40803, - [SMALL_STATE(697)] = 40924, - [SMALL_STATE(698)] = 41047, - [SMALL_STATE(699)] = 41170, - [SMALL_STATE(700)] = 41293, + [SMALL_STATE(414)] = 6199, + [SMALL_STATE(415)] = 6322, + [SMALL_STATE(416)] = 6445, + [SMALL_STATE(417)] = 6568, + [SMALL_STATE(418)] = 6691, + [SMALL_STATE(419)] = 6812, + [SMALL_STATE(420)] = 6935, + [SMALL_STATE(421)] = 7058, + [SMALL_STATE(422)] = 7181, + [SMALL_STATE(423)] = 7304, + [SMALL_STATE(424)] = 7427, + [SMALL_STATE(425)] = 7550, + [SMALL_STATE(426)] = 7673, + [SMALL_STATE(427)] = 7796, + [SMALL_STATE(428)] = 7919, + [SMALL_STATE(429)] = 8042, + [SMALL_STATE(430)] = 8165, + [SMALL_STATE(431)] = 8288, + [SMALL_STATE(432)] = 8411, + [SMALL_STATE(433)] = 8534, + [SMALL_STATE(434)] = 8657, + [SMALL_STATE(435)] = 8780, + [SMALL_STATE(436)] = 8903, + [SMALL_STATE(437)] = 9026, + [SMALL_STATE(438)] = 9149, + [SMALL_STATE(439)] = 9272, + [SMALL_STATE(440)] = 9395, + [SMALL_STATE(441)] = 9518, + [SMALL_STATE(442)] = 9643, + [SMALL_STATE(443)] = 9764, + [SMALL_STATE(444)] = 9885, + [SMALL_STATE(445)] = 10008, + [SMALL_STATE(446)] = 10131, + [SMALL_STATE(447)] = 10252, + [SMALL_STATE(448)] = 10375, + [SMALL_STATE(449)] = 10498, + [SMALL_STATE(450)] = 10621, + [SMALL_STATE(451)] = 10744, + [SMALL_STATE(452)] = 10867, + [SMALL_STATE(453)] = 10990, + [SMALL_STATE(454)] = 11111, + [SMALL_STATE(455)] = 11234, + [SMALL_STATE(456)] = 11357, + [SMALL_STATE(457)] = 11480, + [SMALL_STATE(458)] = 11601, + [SMALL_STATE(459)] = 11722, + [SMALL_STATE(460)] = 11845, + [SMALL_STATE(461)] = 11968, + [SMALL_STATE(462)] = 12091, + [SMALL_STATE(463)] = 12214, + [SMALL_STATE(464)] = 12335, + [SMALL_STATE(465)] = 12456, + [SMALL_STATE(466)] = 12579, + [SMALL_STATE(467)] = 12700, + [SMALL_STATE(468)] = 12821, + [SMALL_STATE(469)] = 12942, + [SMALL_STATE(470)] = 13063, + [SMALL_STATE(471)] = 13184, + [SMALL_STATE(472)] = 13307, + [SMALL_STATE(473)] = 13430, + [SMALL_STATE(474)] = 13553, + [SMALL_STATE(475)] = 13676, + [SMALL_STATE(476)] = 13799, + [SMALL_STATE(477)] = 13920, + [SMALL_STATE(478)] = 14043, + [SMALL_STATE(479)] = 14166, + [SMALL_STATE(480)] = 14289, + [SMALL_STATE(481)] = 14410, + [SMALL_STATE(482)] = 14533, + [SMALL_STATE(483)] = 14656, + [SMALL_STATE(484)] = 14779, + [SMALL_STATE(485)] = 14902, + [SMALL_STATE(486)] = 15025, + [SMALL_STATE(487)] = 15148, + [SMALL_STATE(488)] = 15271, + [SMALL_STATE(489)] = 15394, + [SMALL_STATE(490)] = 15517, + [SMALL_STATE(491)] = 15640, + [SMALL_STATE(492)] = 15763, + [SMALL_STATE(493)] = 15886, + [SMALL_STATE(494)] = 16009, + [SMALL_STATE(495)] = 16132, + [SMALL_STATE(496)] = 16255, + [SMALL_STATE(497)] = 16378, + [SMALL_STATE(498)] = 16501, + [SMALL_STATE(499)] = 16624, + [SMALL_STATE(500)] = 16747, + [SMALL_STATE(501)] = 16870, + [SMALL_STATE(502)] = 16993, + [SMALL_STATE(503)] = 17116, + [SMALL_STATE(504)] = 17239, + [SMALL_STATE(505)] = 17360, + [SMALL_STATE(506)] = 17481, + [SMALL_STATE(507)] = 17602, + [SMALL_STATE(508)] = 17725, + [SMALL_STATE(509)] = 17848, + [SMALL_STATE(510)] = 17971, + [SMALL_STATE(511)] = 18094, + [SMALL_STATE(512)] = 18217, + [SMALL_STATE(513)] = 18340, + [SMALL_STATE(514)] = 18463, + [SMALL_STATE(515)] = 18586, + [SMALL_STATE(516)] = 18709, + [SMALL_STATE(517)] = 18832, + [SMALL_STATE(518)] = 18955, + [SMALL_STATE(519)] = 19078, + [SMALL_STATE(520)] = 19201, + [SMALL_STATE(521)] = 19322, + [SMALL_STATE(522)] = 19445, + [SMALL_STATE(523)] = 19568, + [SMALL_STATE(524)] = 19691, + [SMALL_STATE(525)] = 19814, + [SMALL_STATE(526)] = 19937, + [SMALL_STATE(527)] = 20060, + [SMALL_STATE(528)] = 20181, + [SMALL_STATE(529)] = 20304, + [SMALL_STATE(530)] = 20427, + [SMALL_STATE(531)] = 20550, + [SMALL_STATE(532)] = 20673, + [SMALL_STATE(533)] = 20796, + [SMALL_STATE(534)] = 20919, + [SMALL_STATE(535)] = 21042, + [SMALL_STATE(536)] = 21165, + [SMALL_STATE(537)] = 21288, + [SMALL_STATE(538)] = 21409, + [SMALL_STATE(539)] = 21532, + [SMALL_STATE(540)] = 21655, + [SMALL_STATE(541)] = 21778, + [SMALL_STATE(542)] = 21901, + [SMALL_STATE(543)] = 22024, + [SMALL_STATE(544)] = 22147, + [SMALL_STATE(545)] = 22270, + [SMALL_STATE(546)] = 22393, + [SMALL_STATE(547)] = 22516, + [SMALL_STATE(548)] = 22639, + [SMALL_STATE(549)] = 22762, + [SMALL_STATE(550)] = 22885, + [SMALL_STATE(551)] = 23008, + [SMALL_STATE(552)] = 23131, + [SMALL_STATE(553)] = 23254, + [SMALL_STATE(554)] = 23377, + [SMALL_STATE(555)] = 23500, + [SMALL_STATE(556)] = 23623, + [SMALL_STATE(557)] = 23746, + [SMALL_STATE(558)] = 23869, + [SMALL_STATE(559)] = 23992, + [SMALL_STATE(560)] = 24115, + [SMALL_STATE(561)] = 24238, + [SMALL_STATE(562)] = 24361, + [SMALL_STATE(563)] = 24484, + [SMALL_STATE(564)] = 24605, + [SMALL_STATE(565)] = 24728, + [SMALL_STATE(566)] = 24851, + [SMALL_STATE(567)] = 24974, + [SMALL_STATE(568)] = 25097, + [SMALL_STATE(569)] = 25220, + [SMALL_STATE(570)] = 25343, + [SMALL_STATE(571)] = 25466, + [SMALL_STATE(572)] = 25589, + [SMALL_STATE(573)] = 25712, + [SMALL_STATE(574)] = 25835, + [SMALL_STATE(575)] = 25958, + [SMALL_STATE(576)] = 26081, + [SMALL_STATE(577)] = 26204, + [SMALL_STATE(578)] = 26327, + [SMALL_STATE(579)] = 26448, + [SMALL_STATE(580)] = 26569, + [SMALL_STATE(581)] = 26694, + [SMALL_STATE(582)] = 26817, + [SMALL_STATE(583)] = 26940, + [SMALL_STATE(584)] = 27063, + [SMALL_STATE(585)] = 27186, + [SMALL_STATE(586)] = 27309, + [SMALL_STATE(587)] = 27432, + [SMALL_STATE(588)] = 27555, + [SMALL_STATE(589)] = 27678, + [SMALL_STATE(590)] = 27801, + [SMALL_STATE(591)] = 27924, + [SMALL_STATE(592)] = 28047, + [SMALL_STATE(593)] = 28172, + [SMALL_STATE(594)] = 28295, + [SMALL_STATE(595)] = 28418, + [SMALL_STATE(596)] = 28541, + [SMALL_STATE(597)] = 28664, + [SMALL_STATE(598)] = 28787, + [SMALL_STATE(599)] = 28910, + [SMALL_STATE(600)] = 29033, + [SMALL_STATE(601)] = 29156, + [SMALL_STATE(602)] = 29279, + [SMALL_STATE(603)] = 29404, + [SMALL_STATE(604)] = 29525, + [SMALL_STATE(605)] = 29648, + [SMALL_STATE(606)] = 29771, + [SMALL_STATE(607)] = 29894, + [SMALL_STATE(608)] = 30017, + [SMALL_STATE(609)] = 30140, + [SMALL_STATE(610)] = 30263, + [SMALL_STATE(611)] = 30384, + [SMALL_STATE(612)] = 30509, + [SMALL_STATE(613)] = 30630, + [SMALL_STATE(614)] = 30753, + [SMALL_STATE(615)] = 30876, + [SMALL_STATE(616)] = 30999, + [SMALL_STATE(617)] = 31122, + [SMALL_STATE(618)] = 31245, + [SMALL_STATE(619)] = 31368, + [SMALL_STATE(620)] = 31491, + [SMALL_STATE(621)] = 31614, + [SMALL_STATE(622)] = 31737, + [SMALL_STATE(623)] = 31862, + [SMALL_STATE(624)] = 31985, + [SMALL_STATE(625)] = 32108, + [SMALL_STATE(626)] = 32229, + [SMALL_STATE(627)] = 32352, + [SMALL_STATE(628)] = 32475, + [SMALL_STATE(629)] = 32598, + [SMALL_STATE(630)] = 32721, + [SMALL_STATE(631)] = 32842, + [SMALL_STATE(632)] = 32967, + [SMALL_STATE(633)] = 33090, + [SMALL_STATE(634)] = 33213, + [SMALL_STATE(635)] = 33336, + [SMALL_STATE(636)] = 33457, + [SMALL_STATE(637)] = 33580, + [SMALL_STATE(638)] = 33703, + [SMALL_STATE(639)] = 33824, + [SMALL_STATE(640)] = 33947, + [SMALL_STATE(641)] = 34068, + [SMALL_STATE(642)] = 34191, + [SMALL_STATE(643)] = 34316, + [SMALL_STATE(644)] = 34439, + [SMALL_STATE(645)] = 34562, + [SMALL_STATE(646)] = 34685, + [SMALL_STATE(647)] = 34808, + [SMALL_STATE(648)] = 34931, + [SMALL_STATE(649)] = 35054, + [SMALL_STATE(650)] = 35175, + [SMALL_STATE(651)] = 35296, + [SMALL_STATE(652)] = 35419, + [SMALL_STATE(653)] = 35540, + [SMALL_STATE(654)] = 35663, + [SMALL_STATE(655)] = 35784, + [SMALL_STATE(656)] = 35907, + [SMALL_STATE(657)] = 36032, + [SMALL_STATE(658)] = 36153, + [SMALL_STATE(659)] = 36276, + [SMALL_STATE(660)] = 36399, + [SMALL_STATE(661)] = 36522, + [SMALL_STATE(662)] = 36643, + [SMALL_STATE(663)] = 36766, + [SMALL_STATE(664)] = 36887, + [SMALL_STATE(665)] = 37010, + [SMALL_STATE(666)] = 37133, + [SMALL_STATE(667)] = 37256, + [SMALL_STATE(668)] = 37377, + [SMALL_STATE(669)] = 37498, + [SMALL_STATE(670)] = 37621, + [SMALL_STATE(671)] = 37744, + [SMALL_STATE(672)] = 37865, + [SMALL_STATE(673)] = 37988, + [SMALL_STATE(674)] = 38111, + [SMALL_STATE(675)] = 38234, + [SMALL_STATE(676)] = 38355, + [SMALL_STATE(677)] = 38476, + [SMALL_STATE(678)] = 38599, + [SMALL_STATE(679)] = 38722, + [SMALL_STATE(680)] = 38847, + [SMALL_STATE(681)] = 38970, + [SMALL_STATE(682)] = 39091, + [SMALL_STATE(683)] = 39214, + [SMALL_STATE(684)] = 39337, + [SMALL_STATE(685)] = 39460, + [SMALL_STATE(686)] = 39581, + [SMALL_STATE(687)] = 39704, + [SMALL_STATE(688)] = 39827, + [SMALL_STATE(689)] = 39948, + [SMALL_STATE(690)] = 40071, + [SMALL_STATE(691)] = 40194, + [SMALL_STATE(692)] = 40317, + [SMALL_STATE(693)] = 40440, + [SMALL_STATE(694)] = 40561, + [SMALL_STATE(695)] = 40684, + [SMALL_STATE(696)] = 40805, + [SMALL_STATE(697)] = 40928, + [SMALL_STATE(698)] = 41051, + [SMALL_STATE(699)] = 41174, + [SMALL_STATE(700)] = 41295, [SMALL_STATE(701)] = 41416, - [SMALL_STATE(702)] = 41539, - [SMALL_STATE(703)] = 41662, - [SMALL_STATE(704)] = 41785, - [SMALL_STATE(705)] = 41906, + [SMALL_STATE(702)] = 41537, + [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(710)] = 42519, + [SMALL_STATE(711)] = 42640, + [SMALL_STATE(712)] = 42763, [SMALL_STATE(713)] = 42884, - [SMALL_STATE(714)] = 43007, - [SMALL_STATE(715)] = 43128, + [SMALL_STATE(714)] = 43005, + [SMALL_STATE(715)] = 43126, [SMALL_STATE(716)] = 43249, [SMALL_STATE(717)] = 43372, - [SMALL_STATE(718)] = 43495, - [SMALL_STATE(719)] = 43618, + [SMALL_STATE(718)] = 43493, + [SMALL_STATE(719)] = 43616, [SMALL_STATE(720)] = 43739, [SMALL_STATE(721)] = 43860, - [SMALL_STATE(722)] = 43954, - [SMALL_STATE(723)] = 44088, - [SMALL_STATE(724)] = 44182, - [SMALL_STATE(725)] = 44316, - [SMALL_STATE(726)] = 44408, + [SMALL_STATE(722)] = 43994, + [SMALL_STATE(723)] = 44086, + [SMALL_STATE(724)] = 44180, + [SMALL_STATE(725)] = 44314, + [SMALL_STATE(726)] = 44448, [SMALL_STATE(727)] = 44542, [SMALL_STATE(728)] = 44676, - [SMALL_STATE(729)] = 44767, + [SMALL_STATE(729)] = 44769, [SMALL_STATE(730)] = 44860, [SMALL_STATE(731)] = 44953, - [SMALL_STATE(732)] = 45043, + [SMALL_STATE(732)] = 45045, [SMALL_STATE(733)] = 45135, [SMALL_STATE(734)] = 45227, - [SMALL_STATE(735)] = 45319, - [SMALL_STATE(736)] = 45411, + [SMALL_STATE(735)] = 45317, + [SMALL_STATE(736)] = 45409, [SMALL_STATE(737)] = 45501, - [SMALL_STATE(738)] = 45626, - [SMALL_STATE(739)] = 45715, - [SMALL_STATE(740)] = 45804, - [SMALL_STATE(741)] = 45897, - [SMALL_STATE(742)] = 45988, - [SMALL_STATE(743)] = 46077, - [SMALL_STATE(744)] = 46168, - [SMALL_STATE(745)] = 46293, - [SMALL_STATE(746)] = 46418, - [SMALL_STATE(747)] = 46509, - [SMALL_STATE(748)] = 46600, - [SMALL_STATE(749)] = 46691, + [SMALL_STATE(738)] = 45594, + [SMALL_STATE(739)] = 45685, + [SMALL_STATE(740)] = 45810, + [SMALL_STATE(741)] = 45901, + [SMALL_STATE(742)] = 45992, + [SMALL_STATE(743)] = 46081, + [SMALL_STATE(744)] = 46172, + [SMALL_STATE(745)] = 46263, + [SMALL_STATE(746)] = 46352, + [SMALL_STATE(747)] = 46443, + [SMALL_STATE(748)] = 46568, + [SMALL_STATE(749)] = 46657, [SMALL_STATE(750)] = 46782, - [SMALL_STATE(751)] = 46872, - [SMALL_STATE(752)] = 46962, - [SMALL_STATE(753)] = 47052, - [SMALL_STATE(754)] = 47140, + [SMALL_STATE(751)] = 46870, + [SMALL_STATE(752)] = 46960, + [SMALL_STATE(753)] = 47048, + [SMALL_STATE(754)] = 47138, [SMALL_STATE(755)] = 47228, [SMALL_STATE(756)] = 47318, [SMALL_STATE(757)] = 47405, - [SMALL_STATE(758)] = 47524, - [SMALL_STATE(759)] = 47611, - [SMALL_STATE(760)] = 47698, - [SMALL_STATE(761)] = 47785, - [SMALL_STATE(762)] = 47904, - [SMALL_STATE(763)] = 48023, - [SMALL_STATE(764)] = 48110, - [SMALL_STATE(765)] = 48199, - [SMALL_STATE(766)] = 48318, - [SMALL_STATE(767)] = 48405, - [SMALL_STATE(768)] = 48494, - [SMALL_STATE(769)] = 48583, - [SMALL_STATE(770)] = 48672, - [SMALL_STATE(771)] = 48761, - [SMALL_STATE(772)] = 48850, - [SMALL_STATE(773)] = 48939, - [SMALL_STATE(774)] = 49058, - [SMALL_STATE(775)] = 49145, - [SMALL_STATE(776)] = 49264, - [SMALL_STATE(777)] = 49383, - [SMALL_STATE(778)] = 49472, - [SMALL_STATE(779)] = 49561, + [SMALL_STATE(758)] = 47494, + [SMALL_STATE(759)] = 47583, + [SMALL_STATE(760)] = 47670, + [SMALL_STATE(761)] = 47789, + [SMALL_STATE(762)] = 47876, + [SMALL_STATE(763)] = 47965, + [SMALL_STATE(764)] = 48054, + [SMALL_STATE(765)] = 48143, + [SMALL_STATE(766)] = 48232, + [SMALL_STATE(767)] = 48321, + [SMALL_STATE(768)] = 48440, + [SMALL_STATE(769)] = 48559, + [SMALL_STATE(770)] = 48678, + [SMALL_STATE(771)] = 48797, + [SMALL_STATE(772)] = 48884, + [SMALL_STATE(773)] = 48973, + [SMALL_STATE(774)] = 49092, + [SMALL_STATE(775)] = 49181, + [SMALL_STATE(776)] = 49268, + [SMALL_STATE(777)] = 49357, + [SMALL_STATE(778)] = 49444, + [SMALL_STATE(779)] = 49563, [SMALL_STATE(780)] = 49650, [SMALL_STATE(781)] = 49738, [SMALL_STATE(782)] = 49826, [SMALL_STATE(783)] = 49912, [SMALL_STATE(784)] = 49998, - [SMALL_STATE(785)] = 50116, - [SMALL_STATE(786)] = 50202, - [SMALL_STATE(787)] = 50290, - [SMALL_STATE(788)] = 50376, - [SMALL_STATE(789)] = 50464, - [SMALL_STATE(790)] = 50552, + [SMALL_STATE(785)] = 50086, + [SMALL_STATE(786)] = 50172, + [SMALL_STATE(787)] = 50260, + [SMALL_STATE(788)] = 50348, + [SMALL_STATE(789)] = 50436, + [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)] = 51191, - [SMALL_STATE(798)] = 51276, - [SMALL_STATE(799)] = 51361, - [SMALL_STATE(800)] = 51446, - [SMALL_STATE(801)] = 51531, - [SMALL_STATE(802)] = 51644, - [SMALL_STATE(803)] = 51757, - [SMALL_STATE(804)] = 51844, - [SMALL_STATE(805)] = 51957, - [SMALL_STATE(806)] = 52030, - [SMALL_STATE(807)] = 52117, - [SMALL_STATE(808)] = 52230, - [SMALL_STATE(809)] = 52317, - [SMALL_STATE(810)] = 52404, - [SMALL_STATE(811)] = 52517, - [SMALL_STATE(812)] = 52630, - [SMALL_STATE(813)] = 52717, - [SMALL_STATE(814)] = 52804, - [SMALL_STATE(815)] = 52917, - [SMALL_STATE(816)] = 53030, - [SMALL_STATE(817)] = 53149, - [SMALL_STATE(818)] = 53262, - [SMALL_STATE(819)] = 53375, - [SMALL_STATE(820)] = 53488, - [SMALL_STATE(821)] = 53575, - [SMALL_STATE(822)] = 53688, - [SMALL_STATE(823)] = 53773, - [SMALL_STATE(824)] = 53858, - [SMALL_STATE(825)] = 53969, - [SMALL_STATE(826)] = 54082, - [SMALL_STATE(827)] = 54169, - [SMALL_STATE(828)] = 54288, - [SMALL_STATE(829)] = 54373, - [SMALL_STATE(830)] = 54486, - [SMALL_STATE(831)] = 54573, - [SMALL_STATE(832)] = 54692, - [SMALL_STATE(833)] = 54779, - [SMALL_STATE(834)] = 54898, - [SMALL_STATE(835)] = 55017, - [SMALL_STATE(836)] = 55136, + [SMALL_STATE(797)] = 51165, + [SMALL_STATE(798)] = 51278, + [SMALL_STATE(799)] = 51391, + [SMALL_STATE(800)] = 51476, + [SMALL_STATE(801)] = 51589, + [SMALL_STATE(802)] = 51702, + [SMALL_STATE(803)] = 51815, + [SMALL_STATE(804)] = 51934, + [SMALL_STATE(805)] = 52021, + [SMALL_STATE(806)] = 52106, + [SMALL_STATE(807)] = 52219, + [SMALL_STATE(808)] = 52338, + [SMALL_STATE(809)] = 52451, + [SMALL_STATE(810)] = 52564, + [SMALL_STATE(811)] = 52675, + [SMALL_STATE(812)] = 52760, + [SMALL_STATE(813)] = 52847, + [SMALL_STATE(814)] = 52934, + [SMALL_STATE(815)] = 53047, + [SMALL_STATE(816)] = 53134, + [SMALL_STATE(817)] = 53247, + [SMALL_STATE(818)] = 53334, + [SMALL_STATE(819)] = 53421, + [SMALL_STATE(820)] = 53540, + [SMALL_STATE(821)] = 53627, + [SMALL_STATE(822)] = 53714, + [SMALL_STATE(823)] = 53787, + [SMALL_STATE(824)] = 53872, + [SMALL_STATE(825)] = 53985, + [SMALL_STATE(826)] = 54070, + [SMALL_STATE(827)] = 54183, + [SMALL_STATE(828)] = 54302, + [SMALL_STATE(829)] = 54415, + [SMALL_STATE(830)] = 54528, + [SMALL_STATE(831)] = 54641, + [SMALL_STATE(832)] = 54728, + [SMALL_STATE(833)] = 54841, + [SMALL_STATE(834)] = 54926, + [SMALL_STATE(835)] = 55045, + [SMALL_STATE(836)] = 55130, [SMALL_STATE(837)] = 55249, - [SMALL_STATE(838)] = 55335, - [SMALL_STATE(839)] = 55401, - [SMALL_STATE(840)] = 55467, - [SMALL_STATE(841)] = 55533, - [SMALL_STATE(842)] = 55617, - [SMALL_STATE(843)] = 55703, - [SMALL_STATE(844)] = 55789, - [SMALL_STATE(845)] = 55855, - [SMALL_STATE(846)] = 55941, - [SMALL_STATE(847)] = 56013, - [SMALL_STATE(848)] = 56079, - [SMALL_STATE(849)] = 56145, - [SMALL_STATE(850)] = 56231, - [SMALL_STATE(851)] = 56303, - [SMALL_STATE(852)] = 56387, - [SMALL_STATE(853)] = 56453, - [SMALL_STATE(854)] = 56539, - [SMALL_STATE(855)] = 56605, - [SMALL_STATE(856)] = 56671, - [SMALL_STATE(857)] = 56737, - [SMALL_STATE(858)] = 56823, - [SMALL_STATE(859)] = 56889, - [SMALL_STATE(860)] = 56955, - [SMALL_STATE(861)] = 57021, - [SMALL_STATE(862)] = 57133, - [SMALL_STATE(863)] = 57217, - [SMALL_STATE(864)] = 57283, - [SMALL_STATE(865)] = 57349, - [SMALL_STATE(866)] = 57415, - [SMALL_STATE(867)] = 57481, - [SMALL_STATE(868)] = 57547, - [SMALL_STATE(869)] = 57633, - [SMALL_STATE(870)] = 57699, - [SMALL_STATE(871)] = 57785, - [SMALL_STATE(872)] = 57851, - [SMALL_STATE(873)] = 57935, - [SMALL_STATE(874)] = 58021, - [SMALL_STATE(875)] = 58087, - [SMALL_STATE(876)] = 58153, - [SMALL_STATE(877)] = 58237, - [SMALL_STATE(878)] = 58303, - [SMALL_STATE(879)] = 58369, - [SMALL_STATE(880)] = 58435, - [SMALL_STATE(881)] = 58501, - [SMALL_STATE(882)] = 58567, - [SMALL_STATE(883)] = 58651, - [SMALL_STATE(884)] = 58737, - [SMALL_STATE(885)] = 58823, - [SMALL_STATE(886)] = 58889, + [SMALL_STATE(838)] = 55315, + [SMALL_STATE(839)] = 55387, + [SMALL_STATE(840)] = 55453, + [SMALL_STATE(841)] = 55539, + [SMALL_STATE(842)] = 55605, + [SMALL_STATE(843)] = 55691, + [SMALL_STATE(844)] = 55775, + [SMALL_STATE(845)] = 55841, + [SMALL_STATE(846)] = 55927, + [SMALL_STATE(847)] = 55993, + [SMALL_STATE(848)] = 56077, + [SMALL_STATE(849)] = 56163, + [SMALL_STATE(850)] = 56229, + [SMALL_STATE(851)] = 56295, + [SMALL_STATE(852)] = 56361, + [SMALL_STATE(853)] = 56445, + [SMALL_STATE(854)] = 56511, + [SMALL_STATE(855)] = 56577, + [SMALL_STATE(856)] = 56643, + [SMALL_STATE(857)] = 56709, + [SMALL_STATE(858)] = 56775, + [SMALL_STATE(859)] = 56841, + [SMALL_STATE(860)] = 56925, + [SMALL_STATE(861)] = 56991, + [SMALL_STATE(862)] = 57057, + [SMALL_STATE(863)] = 57123, + [SMALL_STATE(864)] = 57189, + [SMALL_STATE(865)] = 57255, + [SMALL_STATE(866)] = 57321, + [SMALL_STATE(867)] = 57433, + [SMALL_STATE(868)] = 57519, + [SMALL_STATE(869)] = 57585, + [SMALL_STATE(870)] = 57671, + [SMALL_STATE(871)] = 57757, + [SMALL_STATE(872)] = 57823, + [SMALL_STATE(873)] = 57907, + [SMALL_STATE(874)] = 57973, + [SMALL_STATE(875)] = 58039, + [SMALL_STATE(876)] = 58123, + [SMALL_STATE(877)] = 58189, + [SMALL_STATE(878)] = 58255, + [SMALL_STATE(879)] = 58321, + [SMALL_STATE(880)] = 58387, + [SMALL_STATE(881)] = 58459, + [SMALL_STATE(882)] = 58525, + [SMALL_STATE(883)] = 58611, + [SMALL_STATE(884)] = 58697, + [SMALL_STATE(885)] = 58783, + [SMALL_STATE(886)] = 58869, [SMALL_STATE(887)] = 58955, - [SMALL_STATE(888)] = 59020, - [SMALL_STATE(889)] = 59091, - [SMALL_STATE(890)] = 59162, - [SMALL_STATE(891)] = 59227, - [SMALL_STATE(892)] = 59292, - [SMALL_STATE(893)] = 59357, - [SMALL_STATE(894)] = 59422, - [SMALL_STATE(895)] = 59487, - [SMALL_STATE(896)] = 59576, - [SMALL_STATE(897)] = 59641, - [SMALL_STATE(898)] = 59706, - [SMALL_STATE(899)] = 59793, - [SMALL_STATE(900)] = 59858, - [SMALL_STATE(901)] = 59923, - [SMALL_STATE(902)] = 60000, - [SMALL_STATE(903)] = 60065, - [SMALL_STATE(904)] = 60130, - [SMALL_STATE(905)] = 60195, - [SMALL_STATE(906)] = 60260, - [SMALL_STATE(907)] = 60325, - [SMALL_STATE(908)] = 60390, - [SMALL_STATE(909)] = 60455, - [SMALL_STATE(910)] = 60536, - [SMALL_STATE(911)] = 60601, - [SMALL_STATE(912)] = 60666, - [SMALL_STATE(913)] = 60731, - [SMALL_STATE(914)] = 60796, - [SMALL_STATE(915)] = 60861, - [SMALL_STATE(916)] = 60926, - [SMALL_STATE(917)] = 61001, - [SMALL_STATE(918)] = 61066, - [SMALL_STATE(919)] = 61141, - [SMALL_STATE(920)] = 61226, - [SMALL_STATE(921)] = 61307, - [SMALL_STATE(922)] = 61372, - [SMALL_STATE(923)] = 61437, - [SMALL_STATE(924)] = 61502, - [SMALL_STATE(925)] = 61567, - [SMALL_STATE(926)] = 61632, - [SMALL_STATE(927)] = 61697, + [SMALL_STATE(888)] = 59030, + [SMALL_STATE(889)] = 59105, + [SMALL_STATE(890)] = 59170, + [SMALL_STATE(891)] = 59259, + [SMALL_STATE(892)] = 59340, + [SMALL_STATE(893)] = 59405, + [SMALL_STATE(894)] = 59470, + [SMALL_STATE(895)] = 59535, + [SMALL_STATE(896)] = 59616, + [SMALL_STATE(897)] = 59681, + [SMALL_STATE(898)] = 59746, + [SMALL_STATE(899)] = 59811, + [SMALL_STATE(900)] = 59876, + [SMALL_STATE(901)] = 59941, + [SMALL_STATE(902)] = 60006, + [SMALL_STATE(903)] = 60071, + [SMALL_STATE(904)] = 60136, + [SMALL_STATE(905)] = 60207, + [SMALL_STATE(906)] = 60294, + [SMALL_STATE(907)] = 60359, + [SMALL_STATE(908)] = 60424, + [SMALL_STATE(909)] = 60489, + [SMALL_STATE(910)] = 60574, + [SMALL_STATE(911)] = 60639, + [SMALL_STATE(912)] = 60722, + [SMALL_STATE(913)] = 60787, + [SMALL_STATE(914)] = 60852, + [SMALL_STATE(915)] = 60917, + [SMALL_STATE(916)] = 60982, + [SMALL_STATE(917)] = 61047, + [SMALL_STATE(918)] = 61112, + [SMALL_STATE(919)] = 61177, + [SMALL_STATE(920)] = 61248, + [SMALL_STATE(921)] = 61313, + [SMALL_STATE(922)] = 61378, + [SMALL_STATE(923)] = 61443, + [SMALL_STATE(924)] = 61508, + [SMALL_STATE(925)] = 61573, + [SMALL_STATE(926)] = 61638, + [SMALL_STATE(927)] = 61715, [SMALL_STATE(928)] = 61780, [SMALL_STATE(929)] = 61845, [SMALL_STATE(930)] = 61909, [SMALL_STATE(931)] = 61973, [SMALL_STATE(932)] = 62037, - [SMALL_STATE(933)] = 62101, - [SMALL_STATE(934)] = 62165, - [SMALL_STATE(935)] = 62229, - [SMALL_STATE(936)] = 62293, - [SMALL_STATE(937)] = 62357, - [SMALL_STATE(938)] = 62421, - [SMALL_STATE(939)] = 62485, - [SMALL_STATE(940)] = 62549, - [SMALL_STATE(941)] = 62613, - [SMALL_STATE(942)] = 62719, - [SMALL_STATE(943)] = 62783, - [SMALL_STATE(944)] = 62847, - [SMALL_STATE(945)] = 62953, - [SMALL_STATE(946)] = 63057, - [SMALL_STATE(947)] = 63121, - [SMALL_STATE(948)] = 63185, - [SMALL_STATE(949)] = 63249, - [SMALL_STATE(950)] = 63313, - [SMALL_STATE(951)] = 63377, - [SMALL_STATE(952)] = 63441, - [SMALL_STATE(953)] = 63505, - [SMALL_STATE(954)] = 63569, - [SMALL_STATE(955)] = 63633, - [SMALL_STATE(956)] = 63697, - [SMALL_STATE(957)] = 63767, - [SMALL_STATE(958)] = 63831, - [SMALL_STATE(959)] = 63937, - [SMALL_STATE(960)] = 64001, - [SMALL_STATE(961)] = 64107, - [SMALL_STATE(962)] = 64213, - [SMALL_STATE(963)] = 64277, - [SMALL_STATE(964)] = 64341, - [SMALL_STATE(965)] = 64405, - [SMALL_STATE(966)] = 64475, - [SMALL_STATE(967)] = 64539, - [SMALL_STATE(968)] = 64603, - [SMALL_STATE(969)] = 64667, - [SMALL_STATE(970)] = 64731, - [SMALL_STATE(971)] = 64795, - [SMALL_STATE(972)] = 64859, - [SMALL_STATE(973)] = 64923, - [SMALL_STATE(974)] = 64987, - [SMALL_STATE(975)] = 65051, - [SMALL_STATE(976)] = 65115, - [SMALL_STATE(977)] = 65179, - [SMALL_STATE(978)] = 65243, - [SMALL_STATE(979)] = 65307, - [SMALL_STATE(980)] = 65371, - [SMALL_STATE(981)] = 65435, - [SMALL_STATE(982)] = 65499, - [SMALL_STATE(983)] = 65563, - [SMALL_STATE(984)] = 65627, - [SMALL_STATE(985)] = 65691, - [SMALL_STATE(986)] = 65755, - [SMALL_STATE(987)] = 65819, - [SMALL_STATE(988)] = 65883, - [SMALL_STATE(989)] = 65947, - [SMALL_STATE(990)] = 66011, - [SMALL_STATE(991)] = 66075, - [SMALL_STATE(992)] = 66139, - [SMALL_STATE(993)] = 66209, - [SMALL_STATE(994)] = 66273, - [SMALL_STATE(995)] = 66337, - [SMALL_STATE(996)] = 66407, - [SMALL_STATE(997)] = 66471, + [SMALL_STATE(933)] = 62143, + [SMALL_STATE(934)] = 62207, + [SMALL_STATE(935)] = 62271, + [SMALL_STATE(936)] = 62335, + [SMALL_STATE(937)] = 62399, + [SMALL_STATE(938)] = 62463, + [SMALL_STATE(939)] = 62527, + [SMALL_STATE(940)] = 62591, + [SMALL_STATE(941)] = 62697, + [SMALL_STATE(942)] = 62761, + [SMALL_STATE(943)] = 62867, + [SMALL_STATE(944)] = 62937, + [SMALL_STATE(945)] = 63001, + [SMALL_STATE(946)] = 63065, + [SMALL_STATE(947)] = 63129, + [SMALL_STATE(948)] = 63199, + [SMALL_STATE(949)] = 63305, + [SMALL_STATE(950)] = 63369, + [SMALL_STATE(951)] = 63433, + [SMALL_STATE(952)] = 63497, + [SMALL_STATE(953)] = 63561, + [SMALL_STATE(954)] = 63625, + [SMALL_STATE(955)] = 63689, + [SMALL_STATE(956)] = 63753, + [SMALL_STATE(957)] = 63817, + [SMALL_STATE(958)] = 63881, + [SMALL_STATE(959)] = 63945, + [SMALL_STATE(960)] = 64009, + [SMALL_STATE(961)] = 64073, + [SMALL_STATE(962)] = 64137, + [SMALL_STATE(963)] = 64201, + [SMALL_STATE(964)] = 64265, + [SMALL_STATE(965)] = 64335, + [SMALL_STATE(966)] = 64399, + [SMALL_STATE(967)] = 64463, + [SMALL_STATE(968)] = 64527, + [SMALL_STATE(969)] = 64591, + [SMALL_STATE(970)] = 64655, + [SMALL_STATE(971)] = 64719, + [SMALL_STATE(972)] = 64783, + [SMALL_STATE(973)] = 64847, + [SMALL_STATE(974)] = 64911, + [SMALL_STATE(975)] = 64975, + [SMALL_STATE(976)] = 65039, + [SMALL_STATE(977)] = 65103, + [SMALL_STATE(978)] = 65167, + [SMALL_STATE(979)] = 65231, + [SMALL_STATE(980)] = 65295, + [SMALL_STATE(981)] = 65359, + [SMALL_STATE(982)] = 65423, + [SMALL_STATE(983)] = 65487, + [SMALL_STATE(984)] = 65551, + [SMALL_STATE(985)] = 65615, + [SMALL_STATE(986)] = 65679, + [SMALL_STATE(987)] = 65743, + [SMALL_STATE(988)] = 65807, + [SMALL_STATE(989)] = 65871, + [SMALL_STATE(990)] = 65941, + [SMALL_STATE(991)] = 66047, + [SMALL_STATE(992)] = 66111, + [SMALL_STATE(993)] = 66181, + [SMALL_STATE(994)] = 66245, + [SMALL_STATE(995)] = 66309, + [SMALL_STATE(996)] = 66373, + [SMALL_STATE(997)] = 66437, [SMALL_STATE(998)] = 66541, - [SMALL_STATE(999)] = 66614, - [SMALL_STATE(1000)] = 66677, - [SMALL_STATE(1001)] = 66740, - [SMALL_STATE(1002)] = 66803, - [SMALL_STATE(1003)] = 66866, - [SMALL_STATE(1004)] = 66929, - [SMALL_STATE(1005)] = 66992, - [SMALL_STATE(1006)] = 67055, - [SMALL_STATE(1007)] = 67118, - [SMALL_STATE(1008)] = 67181, - [SMALL_STATE(1009)] = 67244, - [SMALL_STATE(1010)] = 67307, - [SMALL_STATE(1011)] = 67386, - [SMALL_STATE(1012)] = 67449, - [SMALL_STATE(1013)] = 67512, - [SMALL_STATE(1014)] = 67575, - [SMALL_STATE(1015)] = 67638, - [SMALL_STATE(1016)] = 67701, - [SMALL_STATE(1017)] = 67764, - [SMALL_STATE(1018)] = 67827, - [SMALL_STATE(1019)] = 67896, - [SMALL_STATE(1020)] = 67967, - [SMALL_STATE(1021)] = 68030, - [SMALL_STATE(1022)] = 68093, - [SMALL_STATE(1023)] = 68180, - [SMALL_STATE(1024)] = 68243, - [SMALL_STATE(1025)] = 68306, - [SMALL_STATE(1026)] = 68413, - [SMALL_STATE(1027)] = 68520, - [SMALL_STATE(1028)] = 68583, - [SMALL_STATE(1029)] = 68646, - [SMALL_STATE(1030)] = 68709, - [SMALL_STATE(1031)] = 68772, - [SMALL_STATE(1032)] = 68835, - [SMALL_STATE(1033)] = 68898, - [SMALL_STATE(1034)] = 68961, - [SMALL_STATE(1035)] = 69024, - [SMALL_STATE(1036)] = 69087, - [SMALL_STATE(1037)] = 69150, - [SMALL_STATE(1038)] = 69213, - [SMALL_STATE(1039)] = 69276, - [SMALL_STATE(1040)] = 69361, - [SMALL_STATE(1041)] = 69444, - [SMALL_STATE(1042)] = 69553, - [SMALL_STATE(1043)] = 69616, - [SMALL_STATE(1044)] = 69725, - [SMALL_STATE(1045)] = 69788, - [SMALL_STATE(1046)] = 69851, - [SMALL_STATE(1047)] = 69914, - [SMALL_STATE(1048)] = 69977, - [SMALL_STATE(1049)] = 70040, - [SMALL_STATE(1050)] = 70109, - [SMALL_STATE(1051)] = 70196, - [SMALL_STATE(1052)] = 70269, - [SMALL_STATE(1053)] = 70348, - [SMALL_STATE(1054)] = 70421, - [SMALL_STATE(1055)] = 70500, - [SMALL_STATE(1056)] = 70575, - [SMALL_STATE(1057)] = 70644, - [SMALL_STATE(1058)] = 70725, - [SMALL_STATE(1059)] = 70812, - [SMALL_STATE(1060)] = 70891, - [SMALL_STATE(1061)] = 70960, - [SMALL_STATE(1062)] = 71023, - [SMALL_STATE(1063)] = 71086, - [SMALL_STATE(1064)] = 71149, - [SMALL_STATE(1065)] = 71224, - [SMALL_STATE(1066)] = 71309, - [SMALL_STATE(1067)] = 71392, - [SMALL_STATE(1068)] = 71473, - [SMALL_STATE(1069)] = 71536, - [SMALL_STATE(1070)] = 71599, - [SMALL_STATE(1071)] = 71662, - [SMALL_STATE(1072)] = 71731, - [SMALL_STATE(1073)] = 71838, - [SMALL_STATE(1074)] = 71901, - [SMALL_STATE(1075)] = 71964, - [SMALL_STATE(1076)] = 72069, - [SMALL_STATE(1077)] = 72142, - [SMALL_STATE(1078)] = 72205, - [SMALL_STATE(1079)] = 72268, - [SMALL_STATE(1080)] = 72331, - [SMALL_STATE(1081)] = 72394, - [SMALL_STATE(1082)] = 72457, - [SMALL_STATE(1083)] = 72520, - [SMALL_STATE(1084)] = 72583, - [SMALL_STATE(1085)] = 72646, - [SMALL_STATE(1086)] = 72709, - [SMALL_STATE(1087)] = 72772, - [SMALL_STATE(1088)] = 72835, - [SMALL_STATE(1089)] = 72898, - [SMALL_STATE(1090)] = 72961, - [SMALL_STATE(1091)] = 73024, - [SMALL_STATE(1092)] = 73087, - [SMALL_STATE(1093)] = 73150, - [SMALL_STATE(1094)] = 73213, - [SMALL_STATE(1095)] = 73276, - [SMALL_STATE(1096)] = 73339, - [SMALL_STATE(1097)] = 73402, - [SMALL_STATE(1098)] = 73465, - [SMALL_STATE(1099)] = 73528, - [SMALL_STATE(1100)] = 73591, - [SMALL_STATE(1101)] = 73654, - [SMALL_STATE(1102)] = 73717, - [SMALL_STATE(1103)] = 73812, + [SMALL_STATE(999)] = 66610, + [SMALL_STATE(1000)] = 66673, + [SMALL_STATE(1001)] = 66736, + [SMALL_STATE(1002)] = 66799, + [SMALL_STATE(1003)] = 66862, + [SMALL_STATE(1004)] = 66925, + [SMALL_STATE(1005)] = 66988, + [SMALL_STATE(1006)] = 67051, + [SMALL_STATE(1007)] = 67120, + [SMALL_STATE(1008)] = 67183, + [SMALL_STATE(1009)] = 67252, + [SMALL_STATE(1010)] = 67315, + [SMALL_STATE(1011)] = 67378, + [SMALL_STATE(1012)] = 67441, + [SMALL_STATE(1013)] = 67528, + [SMALL_STATE(1014)] = 67591, + [SMALL_STATE(1015)] = 67654, + [SMALL_STATE(1016)] = 67717, + [SMALL_STATE(1017)] = 67780, + [SMALL_STATE(1018)] = 67887, + [SMALL_STATE(1019)] = 67950, + [SMALL_STATE(1020)] = 68013, + [SMALL_STATE(1021)] = 68076, + [SMALL_STATE(1022)] = 68139, + [SMALL_STATE(1023)] = 68202, + [SMALL_STATE(1024)] = 68265, + [SMALL_STATE(1025)] = 68338, + [SMALL_STATE(1026)] = 68401, + [SMALL_STATE(1027)] = 68464, + [SMALL_STATE(1028)] = 68527, + [SMALL_STATE(1029)] = 68590, + [SMALL_STATE(1030)] = 68669, + [SMALL_STATE(1031)] = 68732, + [SMALL_STATE(1032)] = 68805, + [SMALL_STATE(1033)] = 68910, + [SMALL_STATE(1034)] = 69005, + [SMALL_STATE(1035)] = 69076, + [SMALL_STATE(1036)] = 69139, + [SMALL_STATE(1037)] = 69202, + [SMALL_STATE(1038)] = 69265, + [SMALL_STATE(1039)] = 69328, + [SMALL_STATE(1040)] = 69391, + [SMALL_STATE(1041)] = 69454, + [SMALL_STATE(1042)] = 69517, + [SMALL_STATE(1043)] = 69580, + [SMALL_STATE(1044)] = 69665, + [SMALL_STATE(1045)] = 69748, + [SMALL_STATE(1046)] = 69857, + [SMALL_STATE(1047)] = 69938, + [SMALL_STATE(1048)] = 70001, + [SMALL_STATE(1049)] = 70064, + [SMALL_STATE(1050)] = 70139, + [SMALL_STATE(1051)] = 70218, + [SMALL_STATE(1052)] = 70293, + [SMALL_STATE(1053)] = 70356, + [SMALL_STATE(1054)] = 70435, + [SMALL_STATE(1055)] = 70498, + [SMALL_STATE(1056)] = 70579, + [SMALL_STATE(1057)] = 70662, + [SMALL_STATE(1058)] = 70747, + [SMALL_STATE(1059)] = 70810, + [SMALL_STATE(1060)] = 70873, + [SMALL_STATE(1061)] = 70946, + [SMALL_STATE(1062)] = 71009, + [SMALL_STATE(1063)] = 71072, + [SMALL_STATE(1064)] = 71141, + [SMALL_STATE(1065)] = 71204, + [SMALL_STATE(1066)] = 71267, + [SMALL_STATE(1067)] = 71330, + [SMALL_STATE(1068)] = 71393, + [SMALL_STATE(1069)] = 71456, + [SMALL_STATE(1070)] = 71535, + [SMALL_STATE(1071)] = 71598, + [SMALL_STATE(1072)] = 71661, + [SMALL_STATE(1073)] = 71734, + [SMALL_STATE(1074)] = 71797, + [SMALL_STATE(1075)] = 71860, + [SMALL_STATE(1076)] = 71923, + [SMALL_STATE(1077)] = 71986, + [SMALL_STATE(1078)] = 72049, + [SMALL_STATE(1079)] = 72158, + [SMALL_STATE(1080)] = 72221, + [SMALL_STATE(1081)] = 72284, + [SMALL_STATE(1082)] = 72371, + [SMALL_STATE(1083)] = 72434, + [SMALL_STATE(1084)] = 72497, + [SMALL_STATE(1085)] = 72560, + [SMALL_STATE(1086)] = 72623, + [SMALL_STATE(1087)] = 72686, + [SMALL_STATE(1088)] = 72749, + [SMALL_STATE(1089)] = 72812, + [SMALL_STATE(1090)] = 72875, + [SMALL_STATE(1091)] = 72938, + [SMALL_STATE(1092)] = 73001, + [SMALL_STATE(1093)] = 73108, + [SMALL_STATE(1094)] = 73215, + [SMALL_STATE(1095)] = 73278, + [SMALL_STATE(1096)] = 73341, + [SMALL_STATE(1097)] = 73404, + [SMALL_STATE(1098)] = 73467, + [SMALL_STATE(1099)] = 73530, + [SMALL_STATE(1100)] = 73593, + [SMALL_STATE(1101)] = 73656, + [SMALL_STATE(1102)] = 73719, + [SMALL_STATE(1103)] = 73788, [SMALL_STATE(1104)] = 73875, [SMALL_STATE(1105)] = 73938, [SMALL_STATE(1106)] = 74001, @@ -319336,119 +319336,119 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(1119)] = 74820, [SMALL_STATE(1120)] = 74883, [SMALL_STATE(1121)] = 74946, - [SMALL_STATE(1122)] = 75014, - [SMALL_STATE(1123)] = 75076, - [SMALL_STATE(1124)] = 75160, - [SMALL_STATE(1125)] = 75242, - [SMALL_STATE(1126)] = 75304, - [SMALL_STATE(1127)] = 75366, - [SMALL_STATE(1128)] = 75428, - [SMALL_STATE(1129)] = 75506, - [SMALL_STATE(1130)] = 75568, - [SMALL_STATE(1131)] = 75630, - [SMALL_STATE(1132)] = 75692, - [SMALL_STATE(1133)] = 75754, - [SMALL_STATE(1134)] = 75816, - [SMALL_STATE(1135)] = 75898, + [SMALL_STATE(1122)] = 75018, + [SMALL_STATE(1123)] = 75080, + [SMALL_STATE(1124)] = 75142, + [SMALL_STATE(1125)] = 75204, + [SMALL_STATE(1126)] = 75266, + [SMALL_STATE(1127)] = 75344, + [SMALL_STATE(1128)] = 75422, + [SMALL_STATE(1129)] = 75494, + [SMALL_STATE(1130)] = 75556, + [SMALL_STATE(1131)] = 75618, + [SMALL_STATE(1132)] = 75680, + [SMALL_STATE(1133)] = 75742, + [SMALL_STATE(1134)] = 75834, + [SMALL_STATE(1135)] = 75908, [SMALL_STATE(1136)] = 75970, - [SMALL_STATE(1137)] = 76048, - [SMALL_STATE(1138)] = 76128, - [SMALL_STATE(1139)] = 76196, - [SMALL_STATE(1140)] = 76276, - [SMALL_STATE(1141)] = 76344, - [SMALL_STATE(1142)] = 76406, - [SMALL_STATE(1143)] = 76468, - [SMALL_STATE(1144)] = 76530, - [SMALL_STATE(1145)] = 76592, - [SMALL_STATE(1146)] = 76654, - [SMALL_STATE(1147)] = 76726, - [SMALL_STATE(1148)] = 76834, - [SMALL_STATE(1149)] = 76896, - [SMALL_STATE(1150)] = 76958, - [SMALL_STATE(1151)] = 77036, - [SMALL_STATE(1152)] = 77110, - [SMALL_STATE(1153)] = 77172, - [SMALL_STATE(1154)] = 77280, - [SMALL_STATE(1155)] = 77342, - [SMALL_STATE(1156)] = 77404, - [SMALL_STATE(1157)] = 77466, - [SMALL_STATE(1158)] = 77528, - [SMALL_STATE(1159)] = 77590, - [SMALL_STATE(1160)] = 77652, - [SMALL_STATE(1161)] = 77724, - [SMALL_STATE(1162)] = 77792, - [SMALL_STATE(1163)] = 77878, - [SMALL_STATE(1164)] = 77940, - [SMALL_STATE(1165)] = 78012, - [SMALL_STATE(1166)] = 78084, - [SMALL_STATE(1167)] = 78146, - [SMALL_STATE(1168)] = 78208, - [SMALL_STATE(1169)] = 78286, - [SMALL_STATE(1170)] = 78348, - [SMALL_STATE(1171)] = 78410, - [SMALL_STATE(1172)] = 78472, - [SMALL_STATE(1173)] = 78540, - [SMALL_STATE(1174)] = 78602, - [SMALL_STATE(1175)] = 78664, - [SMALL_STATE(1176)] = 78726, - [SMALL_STATE(1177)] = 78788, - [SMALL_STATE(1178)] = 78850, - [SMALL_STATE(1179)] = 78912, - [SMALL_STATE(1180)] = 78974, - [SMALL_STATE(1181)] = 79048, - [SMALL_STATE(1182)] = 79110, - [SMALL_STATE(1183)] = 79218, - [SMALL_STATE(1184)] = 79326, - [SMALL_STATE(1185)] = 79388, - [SMALL_STATE(1186)] = 79450, - [SMALL_STATE(1187)] = 79512, - [SMALL_STATE(1188)] = 79574, - [SMALL_STATE(1189)] = 79636, - [SMALL_STATE(1190)] = 79700, - [SMALL_STATE(1191)] = 79762, - [SMALL_STATE(1192)] = 79824, - [SMALL_STATE(1193)] = 79886, - [SMALL_STATE(1194)] = 79948, - [SMALL_STATE(1195)] = 80010, - [SMALL_STATE(1196)] = 80078, - [SMALL_STATE(1197)] = 80140, - [SMALL_STATE(1198)] = 80202, - [SMALL_STATE(1199)] = 80288, - [SMALL_STATE(1200)] = 80350, - [SMALL_STATE(1201)] = 80418, - [SMALL_STATE(1202)] = 80510, - [SMALL_STATE(1203)] = 80572, - [SMALL_STATE(1204)] = 80634, - [SMALL_STATE(1205)] = 80696, - [SMALL_STATE(1206)] = 80768, - [SMALL_STATE(1207)] = 80830, - [SMALL_STATE(1208)] = 80892, - [SMALL_STATE(1209)] = 81000, - [SMALL_STATE(1210)] = 81062, - [SMALL_STATE(1211)] = 81124, - [SMALL_STATE(1212)] = 81208, - [SMALL_STATE(1213)] = 81316, - [SMALL_STATE(1214)] = 81424, - [SMALL_STATE(1215)] = 81508, - [SMALL_STATE(1216)] = 81590, - [SMALL_STATE(1217)] = 81670, - [SMALL_STATE(1218)] = 81778, - [SMALL_STATE(1219)] = 81864, - [SMALL_STATE(1220)] = 81972, - [SMALL_STATE(1221)] = 82080, - [SMALL_STATE(1222)] = 82158, - [SMALL_STATE(1223)] = 82220, - [SMALL_STATE(1224)] = 82298, - [SMALL_STATE(1225)] = 82406, - [SMALL_STATE(1226)] = 82514, - [SMALL_STATE(1227)] = 82622, - [SMALL_STATE(1228)] = 82684, - [SMALL_STATE(1229)] = 82758, - [SMALL_STATE(1230)] = 82820, - [SMALL_STATE(1231)] = 82928, - [SMALL_STATE(1232)] = 83036, - [SMALL_STATE(1233)] = 83144, - [SMALL_STATE(1234)] = 83206, + [SMALL_STATE(1137)] = 76032, + [SMALL_STATE(1138)] = 76094, + [SMALL_STATE(1139)] = 76156, + [SMALL_STATE(1140)] = 76220, + [SMALL_STATE(1141)] = 76282, + [SMALL_STATE(1142)] = 76344, + [SMALL_STATE(1143)] = 76416, + [SMALL_STATE(1144)] = 76484, + [SMALL_STATE(1145)] = 76558, + [SMALL_STATE(1146)] = 76636, + [SMALL_STATE(1147)] = 76716, + [SMALL_STATE(1148)] = 76778, + [SMALL_STATE(1149)] = 76860, + [SMALL_STATE(1150)] = 76944, + [SMALL_STATE(1151)] = 77012, + [SMALL_STATE(1152)] = 77120, + [SMALL_STATE(1153)] = 77206, + [SMALL_STATE(1154)] = 77314, + [SMALL_STATE(1155)] = 77376, + [SMALL_STATE(1156)] = 77462, + [SMALL_STATE(1157)] = 77548, + [SMALL_STATE(1158)] = 77622, + [SMALL_STATE(1159)] = 77700, + [SMALL_STATE(1160)] = 77772, + [SMALL_STATE(1161)] = 77880, + [SMALL_STATE(1162)] = 77960, + [SMALL_STATE(1163)] = 78038, + [SMALL_STATE(1164)] = 78110, + [SMALL_STATE(1165)] = 78194, + [SMALL_STATE(1166)] = 78276, + [SMALL_STATE(1167)] = 78360, + [SMALL_STATE(1168)] = 78468, + [SMALL_STATE(1169)] = 78550, + [SMALL_STATE(1170)] = 78628, + [SMALL_STATE(1171)] = 78700, + [SMALL_STATE(1172)] = 78762, + [SMALL_STATE(1173)] = 78842, + [SMALL_STATE(1174)] = 78904, + [SMALL_STATE(1175)] = 78966, + [SMALL_STATE(1176)] = 79028, + [SMALL_STATE(1177)] = 79136, + [SMALL_STATE(1178)] = 79198, + [SMALL_STATE(1179)] = 79306, + [SMALL_STATE(1180)] = 79374, + [SMALL_STATE(1181)] = 79436, + [SMALL_STATE(1182)] = 79498, + [SMALL_STATE(1183)] = 79560, + [SMALL_STATE(1184)] = 79622, + [SMALL_STATE(1185)] = 79684, + [SMALL_STATE(1186)] = 79746, + [SMALL_STATE(1187)] = 79808, + [SMALL_STATE(1188)] = 79870, + [SMALL_STATE(1189)] = 79932, + [SMALL_STATE(1190)] = 80000, + [SMALL_STATE(1191)] = 80108, + [SMALL_STATE(1192)] = 80216, + [SMALL_STATE(1193)] = 80324, + [SMALL_STATE(1194)] = 80386, + [SMALL_STATE(1195)] = 80448, + [SMALL_STATE(1196)] = 80516, + [SMALL_STATE(1197)] = 80584, + [SMALL_STATE(1198)] = 80692, + [SMALL_STATE(1199)] = 80800, + [SMALL_STATE(1200)] = 80862, + [SMALL_STATE(1201)] = 80970, + [SMALL_STATE(1202)] = 81032, + [SMALL_STATE(1203)] = 81094, + [SMALL_STATE(1204)] = 81202, + [SMALL_STATE(1205)] = 81310, + [SMALL_STATE(1206)] = 81372, + [SMALL_STATE(1207)] = 81434, + [SMALL_STATE(1208)] = 81496, + [SMALL_STATE(1209)] = 81558, + [SMALL_STATE(1210)] = 81666, + [SMALL_STATE(1211)] = 81734, + [SMALL_STATE(1212)] = 81796, + [SMALL_STATE(1213)] = 81904, + [SMALL_STATE(1214)] = 81966, + [SMALL_STATE(1215)] = 82028, + [SMALL_STATE(1216)] = 82090, + [SMALL_STATE(1217)] = 82152, + [SMALL_STATE(1218)] = 82214, + [SMALL_STATE(1219)] = 82276, + [SMALL_STATE(1220)] = 82338, + [SMALL_STATE(1221)] = 82400, + [SMALL_STATE(1222)] = 82462, + [SMALL_STATE(1223)] = 82524, + [SMALL_STATE(1224)] = 82586, + [SMALL_STATE(1225)] = 82648, + [SMALL_STATE(1226)] = 82710, + [SMALL_STATE(1227)] = 82818, + [SMALL_STATE(1228)] = 82880, + [SMALL_STATE(1229)] = 82942, + [SMALL_STATE(1230)] = 83004, + [SMALL_STATE(1231)] = 83066, + [SMALL_STATE(1232)] = 83128, + [SMALL_STATE(1233)] = 83190, + [SMALL_STATE(1234)] = 83252, [SMALL_STATE(1235)] = 83314, [SMALL_STATE(1236)] = 83376, [SMALL_STATE(1237)] = 83438, @@ -319456,1256 +319456,1256 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(1239)] = 83561, [SMALL_STATE(1240)] = 83622, [SMALL_STATE(1241)] = 83683, - [SMALL_STATE(1242)] = 83744, - [SMALL_STATE(1243)] = 83805, - [SMALL_STATE(1244)] = 83866, - [SMALL_STATE(1245)] = 83927, - [SMALL_STATE(1246)] = 83988, - [SMALL_STATE(1247)] = 84049, - [SMALL_STATE(1248)] = 84110, - [SMALL_STATE(1249)] = 84171, - [SMALL_STATE(1250)] = 84232, - [SMALL_STATE(1251)] = 84293, - [SMALL_STATE(1252)] = 84354, - [SMALL_STATE(1253)] = 84415, - [SMALL_STATE(1254)] = 84476, - [SMALL_STATE(1255)] = 84537, - [SMALL_STATE(1256)] = 84598, - [SMALL_STATE(1257)] = 84659, - [SMALL_STATE(1258)] = 84720, - [SMALL_STATE(1259)] = 84781, - [SMALL_STATE(1260)] = 84842, - [SMALL_STATE(1261)] = 84903, - [SMALL_STATE(1262)] = 84988, - [SMALL_STATE(1263)] = 85049, - [SMALL_STATE(1264)] = 85120, - [SMALL_STATE(1265)] = 85197, - [SMALL_STATE(1266)] = 85258, - [SMALL_STATE(1267)] = 85329, - [SMALL_STATE(1268)] = 85412, - [SMALL_STATE(1269)] = 85493, - [SMALL_STATE(1270)] = 85572, - [SMALL_STATE(1271)] = 85649, - [SMALL_STATE(1272)] = 85722, - [SMALL_STATE(1273)] = 85783, - [SMALL_STATE(1274)] = 85844, - [SMALL_STATE(1275)] = 85905, - [SMALL_STATE(1276)] = 85966, - [SMALL_STATE(1277)] = 86027, - [SMALL_STATE(1278)] = 86088, - [SMALL_STATE(1279)] = 86149, - [SMALL_STATE(1280)] = 86210, - [SMALL_STATE(1281)] = 86271, - [SMALL_STATE(1282)] = 86332, - [SMALL_STATE(1283)] = 86393, - [SMALL_STATE(1284)] = 86454, - [SMALL_STATE(1285)] = 86515, - [SMALL_STATE(1286)] = 86576, - [SMALL_STATE(1287)] = 86637, - [SMALL_STATE(1288)] = 86698, - [SMALL_STATE(1289)] = 86759, - [SMALL_STATE(1290)] = 86826, - [SMALL_STATE(1291)] = 86887, - [SMALL_STATE(1292)] = 86948, - [SMALL_STATE(1293)] = 87009, - [SMALL_STATE(1294)] = 87070, - [SMALL_STATE(1295)] = 87131, - [SMALL_STATE(1296)] = 87192, - [SMALL_STATE(1297)] = 87253, - [SMALL_STATE(1298)] = 87314, - [SMALL_STATE(1299)] = 87375, - [SMALL_STATE(1300)] = 87436, - [SMALL_STATE(1301)] = 87497, - [SMALL_STATE(1302)] = 87558, - [SMALL_STATE(1303)] = 87619, - [SMALL_STATE(1304)] = 87680, - [SMALL_STATE(1305)] = 87741, - [SMALL_STATE(1306)] = 87802, - [SMALL_STATE(1307)] = 87863, - [SMALL_STATE(1308)] = 87924, - [SMALL_STATE(1309)] = 87985, - [SMALL_STATE(1310)] = 88046, - [SMALL_STATE(1311)] = 88107, - [SMALL_STATE(1312)] = 88192, - [SMALL_STATE(1313)] = 88253, - [SMALL_STATE(1314)] = 88314, - [SMALL_STATE(1315)] = 88375, - [SMALL_STATE(1316)] = 88436, - [SMALL_STATE(1317)] = 88519, - [SMALL_STATE(1318)] = 88600, - [SMALL_STATE(1319)] = 88679, - [SMALL_STATE(1320)] = 88740, - [SMALL_STATE(1321)] = 88801, - [SMALL_STATE(1322)] = 88862, - [SMALL_STATE(1323)] = 88923, - [SMALL_STATE(1324)] = 88984, - [SMALL_STATE(1325)] = 89045, - [SMALL_STATE(1326)] = 89106, - [SMALL_STATE(1327)] = 89167, - [SMALL_STATE(1328)] = 89232, - [SMALL_STATE(1329)] = 89293, - [SMALL_STATE(1330)] = 89354, - [SMALL_STATE(1331)] = 89415, - [SMALL_STATE(1332)] = 89482, - [SMALL_STATE(1333)] = 89553, - [SMALL_STATE(1334)] = 89630, - [SMALL_STATE(1335)] = 89691, - [SMALL_STATE(1336)] = 89796, - [SMALL_STATE(1337)] = 89857, - [SMALL_STATE(1338)] = 89918, - [SMALL_STATE(1339)] = 89989, - [SMALL_STATE(1340)] = 90050, - [SMALL_STATE(1341)] = 90111, - [SMALL_STATE(1342)] = 90172, - [SMALL_STATE(1343)] = 90233, - [SMALL_STATE(1344)] = 90294, - [SMALL_STATE(1345)] = 90355, - [SMALL_STATE(1346)] = 90416, - [SMALL_STATE(1347)] = 90477, - [SMALL_STATE(1348)] = 90538, - [SMALL_STATE(1349)] = 90599, - [SMALL_STATE(1350)] = 90660, - [SMALL_STATE(1351)] = 90721, - [SMALL_STATE(1352)] = 90782, - [SMALL_STATE(1353)] = 90843, - [SMALL_STATE(1354)] = 90904, - [SMALL_STATE(1355)] = 90965, - [SMALL_STATE(1356)] = 91026, - [SMALL_STATE(1357)] = 91087, - [SMALL_STATE(1358)] = 91148, - [SMALL_STATE(1359)] = 91209, - [SMALL_STATE(1360)] = 91270, - [SMALL_STATE(1361)] = 91331, - [SMALL_STATE(1362)] = 91392, - [SMALL_STATE(1363)] = 91453, - [SMALL_STATE(1364)] = 91514, - [SMALL_STATE(1365)] = 91575, - [SMALL_STATE(1366)] = 91652, - [SMALL_STATE(1367)] = 91725, - [SMALL_STATE(1368)] = 91786, - [SMALL_STATE(1369)] = 91847, - [SMALL_STATE(1370)] = 91908, - [SMALL_STATE(1371)] = 91969, - [SMALL_STATE(1372)] = 92030, - [SMALL_STATE(1373)] = 92091, - [SMALL_STATE(1374)] = 92152, - [SMALL_STATE(1375)] = 92219, - [SMALL_STATE(1376)] = 92280, - [SMALL_STATE(1377)] = 92341, - [SMALL_STATE(1378)] = 92402, - [SMALL_STATE(1379)] = 92463, - [SMALL_STATE(1380)] = 92524, - [SMALL_STATE(1381)] = 92585, - [SMALL_STATE(1382)] = 92646, - [SMALL_STATE(1383)] = 92707, - [SMALL_STATE(1384)] = 92774, - [SMALL_STATE(1385)] = 92835, - [SMALL_STATE(1386)] = 92896, - [SMALL_STATE(1387)] = 92989, - [SMALL_STATE(1388)] = 93050, - [SMALL_STATE(1389)] = 93111, - [SMALL_STATE(1390)] = 93172, - [SMALL_STATE(1391)] = 93233, - [SMALL_STATE(1392)] = 93294, - [SMALL_STATE(1393)] = 93399, - [SMALL_STATE(1394)] = 93460, - [SMALL_STATE(1395)] = 93521, - [SMALL_STATE(1396)] = 93582, - [SMALL_STATE(1397)] = 93643, - [SMALL_STATE(1398)] = 93704, - [SMALL_STATE(1399)] = 93765, - [SMALL_STATE(1400)] = 93832, - [SMALL_STATE(1401)] = 93899, - [SMALL_STATE(1402)] = 94000, - [SMALL_STATE(1403)] = 94099, - [SMALL_STATE(1404)] = 94160, - [SMALL_STATE(1405)] = 94221, - [SMALL_STATE(1406)] = 94282, - [SMALL_STATE(1407)] = 94343, - [SMALL_STATE(1408)] = 94410, - [SMALL_STATE(1409)] = 94477, - [SMALL_STATE(1410)] = 94538, - [SMALL_STATE(1411)] = 94599, - [SMALL_STATE(1412)] = 94660, - [SMALL_STATE(1413)] = 94721, - [SMALL_STATE(1414)] = 94788, - [SMALL_STATE(1415)] = 94849, - [SMALL_STATE(1416)] = 94910, - [SMALL_STATE(1417)] = 94971, - [SMALL_STATE(1418)] = 95032, + [SMALL_STATE(1242)] = 83750, + [SMALL_STATE(1243)] = 83811, + [SMALL_STATE(1244)] = 83872, + [SMALL_STATE(1245)] = 83933, + [SMALL_STATE(1246)] = 83994, + [SMALL_STATE(1247)] = 84055, + [SMALL_STATE(1248)] = 84116, + [SMALL_STATE(1249)] = 84183, + [SMALL_STATE(1250)] = 84244, + [SMALL_STATE(1251)] = 84305, + [SMALL_STATE(1252)] = 84366, + [SMALL_STATE(1253)] = 84427, + [SMALL_STATE(1254)] = 84488, + [SMALL_STATE(1255)] = 84573, + [SMALL_STATE(1256)] = 84644, + [SMALL_STATE(1257)] = 84705, + [SMALL_STATE(1258)] = 84782, + [SMALL_STATE(1259)] = 84843, + [SMALL_STATE(1260)] = 84904, + [SMALL_STATE(1261)] = 84965, + [SMALL_STATE(1262)] = 85026, + [SMALL_STATE(1263)] = 85087, + [SMALL_STATE(1264)] = 85158, + [SMALL_STATE(1265)] = 85241, + [SMALL_STATE(1266)] = 85322, + [SMALL_STATE(1267)] = 85401, + [SMALL_STATE(1268)] = 85478, + [SMALL_STATE(1269)] = 85549, + [SMALL_STATE(1270)] = 85610, + [SMALL_STATE(1271)] = 85671, + [SMALL_STATE(1272)] = 85732, + [SMALL_STATE(1273)] = 85793, + [SMALL_STATE(1274)] = 85854, + [SMALL_STATE(1275)] = 85915, + [SMALL_STATE(1276)] = 85976, + [SMALL_STATE(1277)] = 86049, + [SMALL_STATE(1278)] = 86110, + [SMALL_STATE(1279)] = 86171, + [SMALL_STATE(1280)] = 86264, + [SMALL_STATE(1281)] = 86325, + [SMALL_STATE(1282)] = 86430, + [SMALL_STATE(1283)] = 86491, + [SMALL_STATE(1284)] = 86552, + [SMALL_STATE(1285)] = 86613, + [SMALL_STATE(1286)] = 86674, + [SMALL_STATE(1287)] = 86735, + [SMALL_STATE(1288)] = 86796, + [SMALL_STATE(1289)] = 86857, + [SMALL_STATE(1290)] = 86918, + [SMALL_STATE(1291)] = 86979, + [SMALL_STATE(1292)] = 87040, + [SMALL_STATE(1293)] = 87107, + [SMALL_STATE(1294)] = 87168, + [SMALL_STATE(1295)] = 87229, + [SMALL_STATE(1296)] = 87290, + [SMALL_STATE(1297)] = 87351, + [SMALL_STATE(1298)] = 87412, + [SMALL_STATE(1299)] = 87473, + [SMALL_STATE(1300)] = 87534, + [SMALL_STATE(1301)] = 87599, + [SMALL_STATE(1302)] = 87660, + [SMALL_STATE(1303)] = 87721, + [SMALL_STATE(1304)] = 87782, + [SMALL_STATE(1305)] = 87843, + [SMALL_STATE(1306)] = 87904, + [SMALL_STATE(1307)] = 87965, + [SMALL_STATE(1308)] = 88026, + [SMALL_STATE(1309)] = 88087, + [SMALL_STATE(1310)] = 88148, + [SMALL_STATE(1311)] = 88209, + [SMALL_STATE(1312)] = 88270, + [SMALL_STATE(1313)] = 88331, + [SMALL_STATE(1314)] = 88398, + [SMALL_STATE(1315)] = 88459, + [SMALL_STATE(1316)] = 88536, + [SMALL_STATE(1317)] = 88597, + [SMALL_STATE(1318)] = 88658, + [SMALL_STATE(1319)] = 88729, + [SMALL_STATE(1320)] = 88790, + [SMALL_STATE(1321)] = 88851, + [SMALL_STATE(1322)] = 88912, + [SMALL_STATE(1323)] = 88989, + [SMALL_STATE(1324)] = 89090, + [SMALL_STATE(1325)] = 89151, + [SMALL_STATE(1326)] = 89212, + [SMALL_STATE(1327)] = 89273, + [SMALL_STATE(1328)] = 89334, + [SMALL_STATE(1329)] = 89395, + [SMALL_STATE(1330)] = 89462, + [SMALL_STATE(1331)] = 89523, + [SMALL_STATE(1332)] = 89590, + [SMALL_STATE(1333)] = 89651, + [SMALL_STATE(1334)] = 89712, + [SMALL_STATE(1335)] = 89797, + [SMALL_STATE(1336)] = 89858, + [SMALL_STATE(1337)] = 89919, + [SMALL_STATE(1338)] = 89980, + [SMALL_STATE(1339)] = 90041, + [SMALL_STATE(1340)] = 90102, + [SMALL_STATE(1341)] = 90163, + [SMALL_STATE(1342)] = 90224, + [SMALL_STATE(1343)] = 90285, + [SMALL_STATE(1344)] = 90352, + [SMALL_STATE(1345)] = 90413, + [SMALL_STATE(1346)] = 90474, + [SMALL_STATE(1347)] = 90535, + [SMALL_STATE(1348)] = 90596, + [SMALL_STATE(1349)] = 90657, + [SMALL_STATE(1350)] = 90718, + [SMALL_STATE(1351)] = 90779, + [SMALL_STATE(1352)] = 90840, + [SMALL_STATE(1353)] = 90901, + [SMALL_STATE(1354)] = 90962, + [SMALL_STATE(1355)] = 91023, + [SMALL_STATE(1356)] = 91084, + [SMALL_STATE(1357)] = 91145, + [SMALL_STATE(1358)] = 91206, + [SMALL_STATE(1359)] = 91267, + [SMALL_STATE(1360)] = 91328, + [SMALL_STATE(1361)] = 91389, + [SMALL_STATE(1362)] = 91450, + [SMALL_STATE(1363)] = 91511, + [SMALL_STATE(1364)] = 91594, + [SMALL_STATE(1365)] = 91675, + [SMALL_STATE(1366)] = 91754, + [SMALL_STATE(1367)] = 91815, + [SMALL_STATE(1368)] = 91876, + [SMALL_STATE(1369)] = 91937, + [SMALL_STATE(1370)] = 91998, + [SMALL_STATE(1371)] = 92059, + [SMALL_STATE(1372)] = 92120, + [SMALL_STATE(1373)] = 92181, + [SMALL_STATE(1374)] = 92242, + [SMALL_STATE(1375)] = 92309, + [SMALL_STATE(1376)] = 92370, + [SMALL_STATE(1377)] = 92431, + [SMALL_STATE(1378)] = 92492, + [SMALL_STATE(1379)] = 92553, + [SMALL_STATE(1380)] = 92614, + [SMALL_STATE(1381)] = 92675, + [SMALL_STATE(1382)] = 92736, + [SMALL_STATE(1383)] = 92797, + [SMALL_STATE(1384)] = 92858, + [SMALL_STATE(1385)] = 92919, + [SMALL_STATE(1386)] = 92980, + [SMALL_STATE(1387)] = 93041, + [SMALL_STATE(1388)] = 93102, + [SMALL_STATE(1389)] = 93163, + [SMALL_STATE(1390)] = 93224, + [SMALL_STATE(1391)] = 93285, + [SMALL_STATE(1392)] = 93346, + [SMALL_STATE(1393)] = 93407, + [SMALL_STATE(1394)] = 93468, + [SMALL_STATE(1395)] = 93529, + [SMALL_STATE(1396)] = 93590, + [SMALL_STATE(1397)] = 93651, + [SMALL_STATE(1398)] = 93712, + [SMALL_STATE(1399)] = 93773, + [SMALL_STATE(1400)] = 93840, + [SMALL_STATE(1401)] = 93901, + [SMALL_STATE(1402)] = 93962, + [SMALL_STATE(1403)] = 94023, + [SMALL_STATE(1404)] = 94084, + [SMALL_STATE(1405)] = 94145, + [SMALL_STATE(1406)] = 94206, + [SMALL_STATE(1407)] = 94267, + [SMALL_STATE(1408)] = 94340, + [SMALL_STATE(1409)] = 94401, + [SMALL_STATE(1410)] = 94462, + [SMALL_STATE(1411)] = 94567, + [SMALL_STATE(1412)] = 94628, + [SMALL_STATE(1413)] = 94689, + [SMALL_STATE(1414)] = 94750, + [SMALL_STATE(1415)] = 94811, + [SMALL_STATE(1416)] = 94872, + [SMALL_STATE(1417)] = 94939, + [SMALL_STATE(1418)] = 95000, [SMALL_STATE(1419)] = 95099, [SMALL_STATE(1420)] = 95160, [SMALL_STATE(1421)] = 95221, - [SMALL_STATE(1422)] = 95281, - [SMALL_STATE(1423)] = 95341, - [SMALL_STATE(1424)] = 95401, - [SMALL_STATE(1425)] = 95461, - [SMALL_STATE(1426)] = 95521, - [SMALL_STATE(1427)] = 95581, - [SMALL_STATE(1428)] = 95641, - [SMALL_STATE(1429)] = 95701, - [SMALL_STATE(1430)] = 95783, - [SMALL_STATE(1431)] = 95843, - [SMALL_STATE(1432)] = 95903, - [SMALL_STATE(1433)] = 95983, - [SMALL_STATE(1434)] = 96043, - [SMALL_STATE(1435)] = 96109, - [SMALL_STATE(1436)] = 96187, - [SMALL_STATE(1437)] = 96271, - [SMALL_STATE(1438)] = 96331, - [SMALL_STATE(1439)] = 96391, - [SMALL_STATE(1440)] = 96451, - [SMALL_STATE(1441)] = 96533, - [SMALL_STATE(1442)] = 96613, - [SMALL_STATE(1443)] = 96691, - [SMALL_STATE(1444)] = 96793, - [SMALL_STATE(1445)] = 96853, - [SMALL_STATE(1446)] = 96913, - [SMALL_STATE(1447)] = 96973, - [SMALL_STATE(1448)] = 97033, - [SMALL_STATE(1449)] = 97117, - [SMALL_STATE(1450)] = 97183, - [SMALL_STATE(1451)] = 97285, - [SMALL_STATE(1452)] = 97355, - [SMALL_STATE(1453)] = 97431, - [SMALL_STATE(1454)] = 97501, - [SMALL_STATE(1455)] = 97603, - [SMALL_STATE(1456)] = 97669, - [SMALL_STATE(1457)] = 97745, - [SMALL_STATE(1458)] = 97817, - [SMALL_STATE(1459)] = 97877, - [SMALL_STATE(1460)] = 97959, - [SMALL_STATE(1461)] = 98019, - [SMALL_STATE(1462)] = 98099, - [SMALL_STATE(1463)] = 98159, - [SMALL_STATE(1464)] = 98219, - [SMALL_STATE(1465)] = 98289, - [SMALL_STATE(1466)] = 98349, - [SMALL_STATE(1467)] = 98427, - [SMALL_STATE(1468)] = 98487, - [SMALL_STATE(1469)] = 98547, - [SMALL_STATE(1470)] = 98617, - [SMALL_STATE(1471)] = 98677, - [SMALL_STATE(1472)] = 98737, - [SMALL_STATE(1473)] = 98797, - [SMALL_STATE(1474)] = 98899, - [SMALL_STATE(1475)] = 98959, - [SMALL_STATE(1476)] = 99019, - [SMALL_STATE(1477)] = 99079, - [SMALL_STATE(1478)] = 99139, - [SMALL_STATE(1479)] = 99199, - [SMALL_STATE(1480)] = 99259, - [SMALL_STATE(1481)] = 99319, - [SMALL_STATE(1482)] = 99379, - [SMALL_STATE(1483)] = 99439, - [SMALL_STATE(1484)] = 99499, - [SMALL_STATE(1485)] = 99559, - [SMALL_STATE(1486)] = 99619, - [SMALL_STATE(1487)] = 99679, - [SMALL_STATE(1488)] = 99739, - [SMALL_STATE(1489)] = 99799, - [SMALL_STATE(1490)] = 99859, - [SMALL_STATE(1491)] = 99919, - [SMALL_STATE(1492)] = 99979, - [SMALL_STATE(1493)] = 100055, - [SMALL_STATE(1494)] = 100115, - [SMALL_STATE(1495)] = 100175, - [SMALL_STATE(1496)] = 100235, - [SMALL_STATE(1497)] = 100295, - [SMALL_STATE(1498)] = 100361, - [SMALL_STATE(1499)] = 100431, - [SMALL_STATE(1500)] = 100491, - [SMALL_STATE(1501)] = 100611, - [SMALL_STATE(1502)] = 100671, - [SMALL_STATE(1503)] = 100731, - [SMALL_STATE(1504)] = 100791, - [SMALL_STATE(1505)] = 100851, - [SMALL_STATE(1506)] = 100927, - [SMALL_STATE(1507)] = 100987, - [SMALL_STATE(1508)] = 101047, - [SMALL_STATE(1509)] = 101107, - [SMALL_STATE(1510)] = 101167, - [SMALL_STATE(1511)] = 101227, - [SMALL_STATE(1512)] = 101287, - [SMALL_STATE(1513)] = 101357, - [SMALL_STATE(1514)] = 101417, - [SMALL_STATE(1515)] = 101477, - [SMALL_STATE(1516)] = 101537, - [SMALL_STATE(1517)] = 101597, - [SMALL_STATE(1518)] = 101681, + [SMALL_STATE(1422)] = 95291, + [SMALL_STATE(1423)] = 95351, + [SMALL_STATE(1424)] = 95411, + [SMALL_STATE(1425)] = 95471, + [SMALL_STATE(1426)] = 95555, + [SMALL_STATE(1427)] = 95615, + [SMALL_STATE(1428)] = 95691, + [SMALL_STATE(1429)] = 95751, + [SMALL_STATE(1430)] = 95811, + [SMALL_STATE(1431)] = 95881, + [SMALL_STATE(1432)] = 95941, + [SMALL_STATE(1433)] = 96001, + [SMALL_STATE(1434)] = 96071, + [SMALL_STATE(1435)] = 96149, + [SMALL_STATE(1436)] = 96225, + [SMALL_STATE(1437)] = 96295, + [SMALL_STATE(1438)] = 96375, + [SMALL_STATE(1439)] = 96457, + [SMALL_STATE(1440)] = 96539, + [SMALL_STATE(1441)] = 96599, + [SMALL_STATE(1442)] = 96659, + [SMALL_STATE(1443)] = 96739, + [SMALL_STATE(1444)] = 96809, + [SMALL_STATE(1445)] = 96889, + [SMALL_STATE(1446)] = 96949, + [SMALL_STATE(1447)] = 97009, + [SMALL_STATE(1448)] = 97111, + [SMALL_STATE(1449)] = 97189, + [SMALL_STATE(1450)] = 97271, + [SMALL_STATE(1451)] = 97347, + [SMALL_STATE(1452)] = 97417, + [SMALL_STATE(1453)] = 97501, + [SMALL_STATE(1454)] = 97561, + [SMALL_STATE(1455)] = 97621, + [SMALL_STATE(1456)] = 97681, + [SMALL_STATE(1457)] = 97741, + [SMALL_STATE(1458)] = 97801, + [SMALL_STATE(1459)] = 97861, + [SMALL_STATE(1460)] = 97921, + [SMALL_STATE(1461)] = 98005, + [SMALL_STATE(1462)] = 98065, + [SMALL_STATE(1463)] = 98125, + [SMALL_STATE(1464)] = 98185, + [SMALL_STATE(1465)] = 98261, + [SMALL_STATE(1466)] = 98321, + [SMALL_STATE(1467)] = 98381, + [SMALL_STATE(1468)] = 98453, + [SMALL_STATE(1469)] = 98513, + [SMALL_STATE(1470)] = 98573, + [SMALL_STATE(1471)] = 98633, + [SMALL_STATE(1472)] = 98693, + [SMALL_STATE(1473)] = 98753, + [SMALL_STATE(1474)] = 98837, + [SMALL_STATE(1475)] = 98897, + [SMALL_STATE(1476)] = 98957, + [SMALL_STATE(1477)] = 99017, + [SMALL_STATE(1478)] = 99077, + [SMALL_STATE(1479)] = 99143, + [SMALL_STATE(1480)] = 99203, + [SMALL_STATE(1481)] = 99263, + [SMALL_STATE(1482)] = 99335, + [SMALL_STATE(1483)] = 99395, + [SMALL_STATE(1484)] = 99455, + [SMALL_STATE(1485)] = 99515, + [SMALL_STATE(1486)] = 99575, + [SMALL_STATE(1487)] = 99635, + [SMALL_STATE(1488)] = 99695, + [SMALL_STATE(1489)] = 99755, + [SMALL_STATE(1490)] = 99815, + [SMALL_STATE(1491)] = 99875, + [SMALL_STATE(1492)] = 99957, + [SMALL_STATE(1493)] = 100017, + [SMALL_STATE(1494)] = 100077, + [SMALL_STATE(1495)] = 100137, + [SMALL_STATE(1496)] = 100203, + [SMALL_STATE(1497)] = 100287, + [SMALL_STATE(1498)] = 100389, + [SMALL_STATE(1499)] = 100449, + [SMALL_STATE(1500)] = 100509, + [SMALL_STATE(1501)] = 100569, + [SMALL_STATE(1502)] = 100639, + [SMALL_STATE(1503)] = 100715, + [SMALL_STATE(1504)] = 100795, + [SMALL_STATE(1505)] = 100873, + [SMALL_STATE(1506)] = 100933, + [SMALL_STATE(1507)] = 100993, + [SMALL_STATE(1508)] = 101053, + [SMALL_STATE(1509)] = 101113, + [SMALL_STATE(1510)] = 101183, + [SMALL_STATE(1511)] = 101259, + [SMALL_STATE(1512)] = 101319, + [SMALL_STATE(1513)] = 101379, + [SMALL_STATE(1514)] = 101439, + [SMALL_STATE(1515)] = 101505, + [SMALL_STATE(1516)] = 101565, + [SMALL_STATE(1517)] = 101625, + [SMALL_STATE(1518)] = 101685, [SMALL_STATE(1519)] = 101757, - [SMALL_STATE(1520)] = 101843, - [SMALL_STATE(1521)] = 101903, - [SMALL_STATE(1522)] = 101963, - [SMALL_STATE(1523)] = 102023, - [SMALL_STATE(1524)] = 102083, - [SMALL_STATE(1525)] = 102167, - [SMALL_STATE(1526)] = 102243, - [SMALL_STATE(1527)] = 102309, - [SMALL_STATE(1528)] = 102369, - [SMALL_STATE(1529)] = 102453, - [SMALL_STATE(1530)] = 102573, - [SMALL_STATE(1531)] = 102633, - [SMALL_STATE(1532)] = 102699, - [SMALL_STATE(1533)] = 102759, - [SMALL_STATE(1534)] = 102841, - [SMALL_STATE(1535)] = 102921, - [SMALL_STATE(1536)] = 102993, - [SMALL_STATE(1537)] = 103071, - [SMALL_STATE(1538)] = 103131, - [SMALL_STATE(1539)] = 103191, - [SMALL_STATE(1540)] = 103251, - [SMALL_STATE(1541)] = 103311, - [SMALL_STATE(1542)] = 103371, - [SMALL_STATE(1543)] = 103431, - [SMALL_STATE(1544)] = 103491, - [SMALL_STATE(1545)] = 103551, - [SMALL_STATE(1546)] = 103611, - [SMALL_STATE(1547)] = 103683, - [SMALL_STATE(1548)] = 103803, - [SMALL_STATE(1549)] = 103863, - [SMALL_STATE(1550)] = 103965, - [SMALL_STATE(1551)] = 104025, - [SMALL_STATE(1552)] = 104085, - [SMALL_STATE(1553)] = 104145, - [SMALL_STATE(1554)] = 104205, - [SMALL_STATE(1555)] = 104265, - [SMALL_STATE(1556)] = 104325, - [SMALL_STATE(1557)] = 104409, - [SMALL_STATE(1558)] = 104469, - [SMALL_STATE(1559)] = 104529, - [SMALL_STATE(1560)] = 104589, - [SMALL_STATE(1561)] = 104649, - [SMALL_STATE(1562)] = 104709, - [SMALL_STATE(1563)] = 104769, - [SMALL_STATE(1564)] = 104829, - [SMALL_STATE(1565)] = 104889, - [SMALL_STATE(1566)] = 104949, - [SMALL_STATE(1567)] = 105009, - [SMALL_STATE(1568)] = 105069, - [SMALL_STATE(1569)] = 105129, - [SMALL_STATE(1570)] = 105189, - [SMALL_STATE(1571)] = 105249, - [SMALL_STATE(1572)] = 105309, - [SMALL_STATE(1573)] = 105369, - [SMALL_STATE(1574)] = 105429, - [SMALL_STATE(1575)] = 105495, - [SMALL_STATE(1576)] = 105555, - [SMALL_STATE(1577)] = 105615, - [SMALL_STATE(1578)] = 105675, - [SMALL_STATE(1579)] = 105735, - [SMALL_STATE(1580)] = 105795, - [SMALL_STATE(1581)] = 105855, - [SMALL_STATE(1582)] = 105915, - [SMALL_STATE(1583)] = 105975, - [SMALL_STATE(1584)] = 106035, - [SMALL_STATE(1585)] = 106095, - [SMALL_STATE(1586)] = 106155, - [SMALL_STATE(1587)] = 106215, - [SMALL_STATE(1588)] = 106275, - [SMALL_STATE(1589)] = 106335, - [SMALL_STATE(1590)] = 106395, - [SMALL_STATE(1591)] = 106455, - [SMALL_STATE(1592)] = 106515, - [SMALL_STATE(1593)] = 106575, - [SMALL_STATE(1594)] = 106635, - [SMALL_STATE(1595)] = 106695, - [SMALL_STATE(1596)] = 106755, - [SMALL_STATE(1597)] = 106815, - [SMALL_STATE(1598)] = 106875, - [SMALL_STATE(1599)] = 106935, - [SMALL_STATE(1600)] = 106995, - [SMALL_STATE(1601)] = 107055, - [SMALL_STATE(1602)] = 107115, - [SMALL_STATE(1603)] = 107175, - [SMALL_STATE(1604)] = 107275, - [SMALL_STATE(1605)] = 107335, - [SMALL_STATE(1606)] = 107395, - [SMALL_STATE(1607)] = 107455, - [SMALL_STATE(1608)] = 107515, - [SMALL_STATE(1609)] = 107613, - [SMALL_STATE(1610)] = 107679, - [SMALL_STATE(1611)] = 107745, - [SMALL_STATE(1612)] = 107805, - [SMALL_STATE(1613)] = 107865, - [SMALL_STATE(1614)] = 107949, - [SMALL_STATE(1615)] = 108009, - [SMALL_STATE(1616)] = 108069, - [SMALL_STATE(1617)] = 108129, - [SMALL_STATE(1618)] = 108189, - [SMALL_STATE(1619)] = 108249, - [SMALL_STATE(1620)] = 108309, - [SMALL_STATE(1621)] = 108369, - [SMALL_STATE(1622)] = 108429, - [SMALL_STATE(1623)] = 108489, - [SMALL_STATE(1624)] = 108549, - [SMALL_STATE(1625)] = 108619, - [SMALL_STATE(1626)] = 108679, - [SMALL_STATE(1627)] = 108755, - [SMALL_STATE(1628)] = 108815, - [SMALL_STATE(1629)] = 108881, - [SMALL_STATE(1630)] = 108941, - [SMALL_STATE(1631)] = 109025, - [SMALL_STATE(1632)] = 109095, - [SMALL_STATE(1633)] = 109171, - [SMALL_STATE(1634)] = 109241, - [SMALL_STATE(1635)] = 109323, - [SMALL_STATE(1636)] = 109403, - [SMALL_STATE(1637)] = 109481, - [SMALL_STATE(1638)] = 109557, - [SMALL_STATE(1639)] = 109629, - [SMALL_STATE(1640)] = 109699, - [SMALL_STATE(1641)] = 109775, - [SMALL_STATE(1642)] = 109847, - [SMALL_STATE(1643)] = 109907, - [SMALL_STATE(1644)] = 109973, - [SMALL_STATE(1645)] = 110033, - [SMALL_STATE(1646)] = 110093, - [SMALL_STATE(1647)] = 110153, - [SMALL_STATE(1648)] = 110255, - [SMALL_STATE(1649)] = 110315, - [SMALL_STATE(1650)] = 110375, - [SMALL_STATE(1651)] = 110477, - [SMALL_STATE(1652)] = 110579, - [SMALL_STATE(1653)] = 110639, - [SMALL_STATE(1654)] = 110741, - [SMALL_STATE(1655)] = 110843, - [SMALL_STATE(1656)] = 110945, - [SMALL_STATE(1657)] = 111047, - [SMALL_STATE(1658)] = 111149, - [SMALL_STATE(1659)] = 111251, - [SMALL_STATE(1660)] = 111353, - [SMALL_STATE(1661)] = 111455, - [SMALL_STATE(1662)] = 111515, - [SMALL_STATE(1663)] = 111617, - [SMALL_STATE(1664)] = 111677, - [SMALL_STATE(1665)] = 111779, - [SMALL_STATE(1666)] = 111839, + [SMALL_STATE(1520)] = 101817, + [SMALL_STATE(1521)] = 101877, + [SMALL_STATE(1522)] = 101937, + [SMALL_STATE(1523)] = 102003, + [SMALL_STATE(1524)] = 102063, + [SMALL_STATE(1525)] = 102123, + [SMALL_STATE(1526)] = 102183, + [SMALL_STATE(1527)] = 102243, + [SMALL_STATE(1528)] = 102303, + [SMALL_STATE(1529)] = 102363, + [SMALL_STATE(1530)] = 102423, + [SMALL_STATE(1531)] = 102483, + [SMALL_STATE(1532)] = 102543, + [SMALL_STATE(1533)] = 102615, + [SMALL_STATE(1534)] = 102691, + [SMALL_STATE(1535)] = 102757, + [SMALL_STATE(1536)] = 102817, + [SMALL_STATE(1537)] = 102877, + [SMALL_STATE(1538)] = 102947, + [SMALL_STATE(1539)] = 103029, + [SMALL_STATE(1540)] = 103089, + [SMALL_STATE(1541)] = 103169, + [SMALL_STATE(1542)] = 103289, + [SMALL_STATE(1543)] = 103367, + [SMALL_STATE(1544)] = 103427, + [SMALL_STATE(1545)] = 103487, + [SMALL_STATE(1546)] = 103547, + [SMALL_STATE(1547)] = 103623, + [SMALL_STATE(1548)] = 103683, + [SMALL_STATE(1549)] = 103743, + [SMALL_STATE(1550)] = 103821, + [SMALL_STATE(1551)] = 103907, + [SMALL_STATE(1552)] = 103983, + [SMALL_STATE(1553)] = 104043, + [SMALL_STATE(1554)] = 104127, + [SMALL_STATE(1555)] = 104227, + [SMALL_STATE(1556)] = 104297, + [SMALL_STATE(1557)] = 104357, + [SMALL_STATE(1558)] = 104417, + [SMALL_STATE(1559)] = 104477, + [SMALL_STATE(1560)] = 104537, + [SMALL_STATE(1561)] = 104597, + [SMALL_STATE(1562)] = 104657, + [SMALL_STATE(1563)] = 104733, + [SMALL_STATE(1564)] = 104853, + [SMALL_STATE(1565)] = 104913, + [SMALL_STATE(1566)] = 104985, + [SMALL_STATE(1567)] = 105045, + [SMALL_STATE(1568)] = 105105, + [SMALL_STATE(1569)] = 105165, + [SMALL_STATE(1570)] = 105225, + [SMALL_STATE(1571)] = 105285, + [SMALL_STATE(1572)] = 105345, + [SMALL_STATE(1573)] = 105465, + [SMALL_STATE(1574)] = 105567, + [SMALL_STATE(1575)] = 105627, + [SMALL_STATE(1576)] = 105687, + [SMALL_STATE(1577)] = 105789, + [SMALL_STATE(1578)] = 105849, + [SMALL_STATE(1579)] = 105909, + [SMALL_STATE(1580)] = 105993, + [SMALL_STATE(1581)] = 106059, + [SMALL_STATE(1582)] = 106119, + [SMALL_STATE(1583)] = 106179, + [SMALL_STATE(1584)] = 106239, + [SMALL_STATE(1585)] = 106299, + [SMALL_STATE(1586)] = 106401, + [SMALL_STATE(1587)] = 106461, + [SMALL_STATE(1588)] = 106521, + [SMALL_STATE(1589)] = 106581, + [SMALL_STATE(1590)] = 106641, + [SMALL_STATE(1591)] = 106701, + [SMALL_STATE(1592)] = 106761, + [SMALL_STATE(1593)] = 106821, + [SMALL_STATE(1594)] = 106881, + [SMALL_STATE(1595)] = 106941, + [SMALL_STATE(1596)] = 107001, + [SMALL_STATE(1597)] = 107061, + [SMALL_STATE(1598)] = 107127, + [SMALL_STATE(1599)] = 107187, + [SMALL_STATE(1600)] = 107247, + [SMALL_STATE(1601)] = 107307, + [SMALL_STATE(1602)] = 107367, + [SMALL_STATE(1603)] = 107427, + [SMALL_STATE(1604)] = 107487, + [SMALL_STATE(1605)] = 107547, + [SMALL_STATE(1606)] = 107607, + [SMALL_STATE(1607)] = 107667, + [SMALL_STATE(1608)] = 107727, + [SMALL_STATE(1609)] = 107787, + [SMALL_STATE(1610)] = 107889, + [SMALL_STATE(1611)] = 107949, + [SMALL_STATE(1612)] = 108015, + [SMALL_STATE(1613)] = 108075, + [SMALL_STATE(1614)] = 108141, + [SMALL_STATE(1615)] = 108207, + [SMALL_STATE(1616)] = 108267, + [SMALL_STATE(1617)] = 108327, + [SMALL_STATE(1618)] = 108393, + [SMALL_STATE(1619)] = 108453, + [SMALL_STATE(1620)] = 108513, + [SMALL_STATE(1621)] = 108573, + [SMALL_STATE(1622)] = 108633, + [SMALL_STATE(1623)] = 108693, + [SMALL_STATE(1624)] = 108753, + [SMALL_STATE(1625)] = 108813, + [SMALL_STATE(1626)] = 108873, + [SMALL_STATE(1627)] = 108933, + [SMALL_STATE(1628)] = 108993, + [SMALL_STATE(1629)] = 109095, + [SMALL_STATE(1630)] = 109197, + [SMALL_STATE(1631)] = 109299, + [SMALL_STATE(1632)] = 109359, + [SMALL_STATE(1633)] = 109419, + [SMALL_STATE(1634)] = 109479, + [SMALL_STATE(1635)] = 109581, + [SMALL_STATE(1636)] = 109683, + [SMALL_STATE(1637)] = 109743, + [SMALL_STATE(1638)] = 109803, + [SMALL_STATE(1639)] = 109863, + [SMALL_STATE(1640)] = 109923, + [SMALL_STATE(1641)] = 109983, + [SMALL_STATE(1642)] = 110043, + [SMALL_STATE(1643)] = 110103, + [SMALL_STATE(1644)] = 110163, + [SMALL_STATE(1645)] = 110261, + [SMALL_STATE(1646)] = 110321, + [SMALL_STATE(1647)] = 110405, + [SMALL_STATE(1648)] = 110465, + [SMALL_STATE(1649)] = 110525, + [SMALL_STATE(1650)] = 110585, + [SMALL_STATE(1651)] = 110687, + [SMALL_STATE(1652)] = 110789, + [SMALL_STATE(1653)] = 110891, + [SMALL_STATE(1654)] = 110951, + [SMALL_STATE(1655)] = 111053, + [SMALL_STATE(1656)] = 111155, + [SMALL_STATE(1657)] = 111215, + [SMALL_STATE(1658)] = 111275, + [SMALL_STATE(1659)] = 111335, + [SMALL_STATE(1660)] = 111395, + [SMALL_STATE(1661)] = 111497, + [SMALL_STATE(1662)] = 111599, + [SMALL_STATE(1663)] = 111659, + [SMALL_STATE(1664)] = 111761, + [SMALL_STATE(1665)] = 111821, + [SMALL_STATE(1666)] = 111881, [SMALL_STATE(1667)] = 111941, [SMALL_STATE(1668)] = 112001, - [SMALL_STATE(1669)] = 112103, - [SMALL_STATE(1670)] = 112163, - [SMALL_STATE(1671)] = 112265, - [SMALL_STATE(1672)] = 112325, + [SMALL_STATE(1669)] = 112061, + [SMALL_STATE(1670)] = 112121, + [SMALL_STATE(1671)] = 112181, + [SMALL_STATE(1672)] = 112283, [SMALL_STATE(1673)] = 112385, [SMALL_STATE(1674)] = 112445, [SMALL_STATE(1675)] = 112504, - [SMALL_STATE(1676)] = 112563, - [SMALL_STATE(1677)] = 112622, - [SMALL_STATE(1678)] = 112693, - [SMALL_STATE(1679)] = 112758, - [SMALL_STATE(1680)] = 112817, - [SMALL_STATE(1681)] = 112876, - [SMALL_STATE(1682)] = 112945, - [SMALL_STATE(1683)] = 113002, - [SMALL_STATE(1684)] = 113061, - [SMALL_STATE(1685)] = 113118, - [SMALL_STATE(1686)] = 113177, - [SMALL_STATE(1687)] = 113274, - [SMALL_STATE(1688)] = 113333, - [SMALL_STATE(1689)] = 113408, - [SMALL_STATE(1690)] = 113467, - [SMALL_STATE(1691)] = 113526, - [SMALL_STATE(1692)] = 113585, - [SMALL_STATE(1693)] = 113656, - [SMALL_STATE(1694)] = 113731, - [SMALL_STATE(1695)] = 113790, - [SMALL_STATE(1696)] = 113849, - [SMALL_STATE(1697)] = 113908, - [SMALL_STATE(1698)] = 113967, - [SMALL_STATE(1699)] = 114050, - [SMALL_STATE(1700)] = 114109, - [SMALL_STATE(1701)] = 114168, - [SMALL_STATE(1702)] = 114237, - [SMALL_STATE(1703)] = 114312, - [SMALL_STATE(1704)] = 114371, - [SMALL_STATE(1705)] = 114430, - [SMALL_STATE(1706)] = 114489, - [SMALL_STATE(1707)] = 114548, - [SMALL_STATE(1708)] = 114605, - [SMALL_STATE(1709)] = 114664, - [SMALL_STATE(1710)] = 114723, - [SMALL_STATE(1711)] = 114782, - [SMALL_STATE(1712)] = 114865, - [SMALL_STATE(1713)] = 114934, - [SMALL_STATE(1714)] = 114993, - [SMALL_STATE(1715)] = 115074, - [SMALL_STATE(1716)] = 115133, - [SMALL_STATE(1717)] = 115196, - [SMALL_STATE(1718)] = 115255, - [SMALL_STATE(1719)] = 115336, - [SMALL_STATE(1720)] = 115415, - [SMALL_STATE(1721)] = 115484, - [SMALL_STATE(1722)] = 115559, - [SMALL_STATE(1723)] = 115628, - [SMALL_STATE(1724)] = 115709, - [SMALL_STATE(1725)] = 115768, - [SMALL_STATE(1726)] = 115851, - [SMALL_STATE(1727)] = 115910, - [SMALL_STATE(1728)] = 116009, - [SMALL_STATE(1729)] = 116068, - [SMALL_STATE(1730)] = 116127, - [SMALL_STATE(1731)] = 116186, - [SMALL_STATE(1732)] = 116251, - [SMALL_STATE(1733)] = 116310, - [SMALL_STATE(1734)] = 116387, - [SMALL_STATE(1735)] = 116446, - [SMALL_STATE(1736)] = 116505, - [SMALL_STATE(1737)] = 116564, - [SMALL_STATE(1738)] = 116623, - [SMALL_STATE(1739)] = 116682, - [SMALL_STATE(1740)] = 116741, - [SMALL_STATE(1741)] = 116800, - [SMALL_STATE(1742)] = 116859, - [SMALL_STATE(1743)] = 116918, - [SMALL_STATE(1744)] = 116977, - [SMALL_STATE(1745)] = 117036, - [SMALL_STATE(1746)] = 117095, - [SMALL_STATE(1747)] = 117154, - [SMALL_STATE(1748)] = 117219, - [SMALL_STATE(1749)] = 117278, - [SMALL_STATE(1750)] = 117337, - [SMALL_STATE(1751)] = 117418, - [SMALL_STATE(1752)] = 117487, - [SMALL_STATE(1753)] = 117546, - [SMALL_STATE(1754)] = 117625, - [SMALL_STATE(1755)] = 117684, - [SMALL_STATE(1756)] = 117761, - [SMALL_STATE(1757)] = 117844, - [SMALL_STATE(1758)] = 117903, - [SMALL_STATE(1759)] = 117962, - [SMALL_STATE(1760)] = 118021, - [SMALL_STATE(1761)] = 118080, - [SMALL_STATE(1762)] = 118139, - [SMALL_STATE(1763)] = 118198, - [SMALL_STATE(1764)] = 118257, - [SMALL_STATE(1765)] = 118316, - [SMALL_STATE(1766)] = 118375, - [SMALL_STATE(1767)] = 118434, - [SMALL_STATE(1768)] = 118493, - [SMALL_STATE(1769)] = 118552, - [SMALL_STATE(1770)] = 118617, - [SMALL_STATE(1771)] = 118676, - [SMALL_STATE(1772)] = 118755, - [SMALL_STATE(1773)] = 118820, - [SMALL_STATE(1774)] = 118879, - [SMALL_STATE(1775)] = 118956, - [SMALL_STATE(1776)] = 119031, - [SMALL_STATE(1777)] = 119130, - [SMALL_STATE(1778)] = 119213, - [SMALL_STATE(1779)] = 119284, - [SMALL_STATE(1780)] = 119343, - [SMALL_STATE(1781)] = 119402, - [SMALL_STATE(1782)] = 119461, - [SMALL_STATE(1783)] = 119544, - [SMALL_STATE(1784)] = 119603, - [SMALL_STATE(1785)] = 119662, - [SMALL_STATE(1786)] = 119721, - [SMALL_STATE(1787)] = 119778, - [SMALL_STATE(1788)] = 119837, - [SMALL_STATE(1789)] = 119896, - [SMALL_STATE(1790)] = 119955, - [SMALL_STATE(1791)] = 120014, - [SMALL_STATE(1792)] = 120073, - [SMALL_STATE(1793)] = 120132, - [SMALL_STATE(1794)] = 120191, - [SMALL_STATE(1795)] = 120250, - [SMALL_STATE(1796)] = 120309, - [SMALL_STATE(1797)] = 120368, - [SMALL_STATE(1798)] = 120437, - [SMALL_STATE(1799)] = 120496, - [SMALL_STATE(1800)] = 120555, - [SMALL_STATE(1801)] = 120636, - [SMALL_STATE(1802)] = 120695, - [SMALL_STATE(1803)] = 120754, - [SMALL_STATE(1804)] = 120829, - [SMALL_STATE(1805)] = 120904, - [SMALL_STATE(1806)] = 120983, - [SMALL_STATE(1807)] = 121048, - [SMALL_STATE(1808)] = 121107, - [SMALL_STATE(1809)] = 121184, - [SMALL_STATE(1810)] = 121253, - [SMALL_STATE(1811)] = 121312, - [SMALL_STATE(1812)] = 121371, - [SMALL_STATE(1813)] = 121448, - [SMALL_STATE(1814)] = 121529, - [SMALL_STATE(1815)] = 121608, - [SMALL_STATE(1816)] = 121685, - [SMALL_STATE(1817)] = 121760, - [SMALL_STATE(1818)] = 121821, - [SMALL_STATE(1819)] = 121892, - [SMALL_STATE(1820)] = 121961, - [SMALL_STATE(1821)] = 122020, - [SMALL_STATE(1822)] = 122079, - [SMALL_STATE(1823)] = 122138, - [SMALL_STATE(1824)] = 122197, - [SMALL_STATE(1825)] = 122256, - [SMALL_STATE(1826)] = 122315, - [SMALL_STATE(1827)] = 122374, - [SMALL_STATE(1828)] = 122433, - [SMALL_STATE(1829)] = 122492, - [SMALL_STATE(1830)] = 122551, - [SMALL_STATE(1831)] = 122610, - [SMALL_STATE(1832)] = 122669, - [SMALL_STATE(1833)] = 122728, - [SMALL_STATE(1834)] = 122787, - [SMALL_STATE(1835)] = 122846, - [SMALL_STATE(1836)] = 122905, - [SMALL_STATE(1837)] = 122970, - [SMALL_STATE(1838)] = 123033, - [SMALL_STATE(1839)] = 123092, - [SMALL_STATE(1840)] = 123167, - [SMALL_STATE(1841)] = 123226, - [SMALL_STATE(1842)] = 123285, - [SMALL_STATE(1843)] = 123344, - [SMALL_STATE(1844)] = 123403, - [SMALL_STATE(1845)] = 123486, - [SMALL_STATE(1846)] = 123561, - [SMALL_STATE(1847)] = 123620, - [SMALL_STATE(1848)] = 123679, - [SMALL_STATE(1849)] = 123738, - [SMALL_STATE(1850)] = 123797, - [SMALL_STATE(1851)] = 123856, - [SMALL_STATE(1852)] = 123915, - [SMALL_STATE(1853)] = 123974, - [SMALL_STATE(1854)] = 124033, - [SMALL_STATE(1855)] = 124092, - [SMALL_STATE(1856)] = 124151, - [SMALL_STATE(1857)] = 124208, - [SMALL_STATE(1858)] = 124267, - [SMALL_STATE(1859)] = 124326, - [SMALL_STATE(1860)] = 124385, - [SMALL_STATE(1861)] = 124450, - [SMALL_STATE(1862)] = 124519, - [SMALL_STATE(1863)] = 124584, - [SMALL_STATE(1864)] = 124643, - [SMALL_STATE(1865)] = 124702, - [SMALL_STATE(1866)] = 124761, - [SMALL_STATE(1867)] = 124836, - [SMALL_STATE(1868)] = 124895, - [SMALL_STATE(1869)] = 124964, - [SMALL_STATE(1870)] = 125023, - [SMALL_STATE(1871)] = 125098, - [SMALL_STATE(1872)] = 125155, - [SMALL_STATE(1873)] = 125214, - [SMALL_STATE(1874)] = 125273, - [SMALL_STATE(1875)] = 125356, - [SMALL_STATE(1876)] = 125427, - [SMALL_STATE(1877)] = 125486, - [SMALL_STATE(1878)] = 125545, - [SMALL_STATE(1879)] = 125604, - [SMALL_STATE(1880)] = 125663, - [SMALL_STATE(1881)] = 125722, - [SMALL_STATE(1882)] = 125781, - [SMALL_STATE(1883)] = 125846, - [SMALL_STATE(1884)] = 125925, - [SMALL_STATE(1885)] = 125984, - [SMALL_STATE(1886)] = 126043, - [SMALL_STATE(1887)] = 126114, - [SMALL_STATE(1888)] = 126173, - [SMALL_STATE(1889)] = 126232, - [SMALL_STATE(1890)] = 126315, - [SMALL_STATE(1891)] = 126414, - [SMALL_STATE(1892)] = 126473, - [SMALL_STATE(1893)] = 126532, - [SMALL_STATE(1894)] = 126591, - [SMALL_STATE(1895)] = 126650, - [SMALL_STATE(1896)] = 126709, - [SMALL_STATE(1897)] = 126774, - [SMALL_STATE(1898)] = 126833, - [SMALL_STATE(1899)] = 126892, - [SMALL_STATE(1900)] = 126951, - [SMALL_STATE(1901)] = 127010, - [SMALL_STATE(1902)] = 127079, - [SMALL_STATE(1903)] = 127138, - [SMALL_STATE(1904)] = 127197, - [SMALL_STATE(1905)] = 127256, - [SMALL_STATE(1906)] = 127315, - [SMALL_STATE(1907)] = 127374, - [SMALL_STATE(1908)] = 127433, - [SMALL_STATE(1909)] = 127492, - [SMALL_STATE(1910)] = 127551, + [SMALL_STATE(1676)] = 112587, + [SMALL_STATE(1677)] = 112646, + [SMALL_STATE(1678)] = 112743, + [SMALL_STATE(1679)] = 112802, + [SMALL_STATE(1680)] = 112859, + [SMALL_STATE(1681)] = 112920, + [SMALL_STATE(1682)] = 112979, + [SMALL_STATE(1683)] = 113044, + [SMALL_STATE(1684)] = 113103, + [SMALL_STATE(1685)] = 113162, + [SMALL_STATE(1686)] = 113221, + [SMALL_STATE(1687)] = 113304, + [SMALL_STATE(1688)] = 113373, + [SMALL_STATE(1689)] = 113448, + [SMALL_STATE(1690)] = 113517, + [SMALL_STATE(1691)] = 113598, + [SMALL_STATE(1692)] = 113667, + [SMALL_STATE(1693)] = 113742, + [SMALL_STATE(1694)] = 113821, + [SMALL_STATE(1695)] = 113890, + [SMALL_STATE(1696)] = 113971, + [SMALL_STATE(1697)] = 114050, + [SMALL_STATE(1698)] = 114127, + [SMALL_STATE(1699)] = 114204, + [SMALL_STATE(1700)] = 114279, + [SMALL_STATE(1701)] = 114350, + [SMALL_STATE(1702)] = 114425, + [SMALL_STATE(1703)] = 114496, + [SMALL_STATE(1704)] = 114555, + [SMALL_STATE(1705)] = 114614, + [SMALL_STATE(1706)] = 114673, + [SMALL_STATE(1707)] = 114732, + [SMALL_STATE(1708)] = 114791, + [SMALL_STATE(1709)] = 114868, + [SMALL_STATE(1710)] = 114947, + [SMALL_STATE(1711)] = 115006, + [SMALL_STATE(1712)] = 115075, + [SMALL_STATE(1713)] = 115150, + [SMALL_STATE(1714)] = 115219, + [SMALL_STATE(1715)] = 115284, + [SMALL_STATE(1716)] = 115359, + [SMALL_STATE(1717)] = 115430, + [SMALL_STATE(1718)] = 115489, + [SMALL_STATE(1719)] = 115548, + [SMALL_STATE(1720)] = 115607, + [SMALL_STATE(1721)] = 115666, + [SMALL_STATE(1722)] = 115747, + [SMALL_STATE(1723)] = 115806, + [SMALL_STATE(1724)] = 115865, + [SMALL_STATE(1725)] = 115924, + [SMALL_STATE(1726)] = 115983, + [SMALL_STATE(1727)] = 116042, + [SMALL_STATE(1728)] = 116101, + [SMALL_STATE(1729)] = 116160, + [SMALL_STATE(1730)] = 116229, + [SMALL_STATE(1731)] = 116304, + [SMALL_STATE(1732)] = 116363, + [SMALL_STATE(1733)] = 116432, + [SMALL_STATE(1734)] = 116491, + [SMALL_STATE(1735)] = 116550, + [SMALL_STATE(1736)] = 116609, + [SMALL_STATE(1737)] = 116668, + [SMALL_STATE(1738)] = 116743, + [SMALL_STATE(1739)] = 116802, + [SMALL_STATE(1740)] = 116873, + [SMALL_STATE(1741)] = 116932, + [SMALL_STATE(1742)] = 116991, + [SMALL_STATE(1743)] = 117056, + [SMALL_STATE(1744)] = 117115, + [SMALL_STATE(1745)] = 117174, + [SMALL_STATE(1746)] = 117233, + [SMALL_STATE(1747)] = 117298, + [SMALL_STATE(1748)] = 117357, + [SMALL_STATE(1749)] = 117416, + [SMALL_STATE(1750)] = 117475, + [SMALL_STATE(1751)] = 117534, + [SMALL_STATE(1752)] = 117593, + [SMALL_STATE(1753)] = 117652, + [SMALL_STATE(1754)] = 117711, + [SMALL_STATE(1755)] = 117770, + [SMALL_STATE(1756)] = 117827, + [SMALL_STATE(1757)] = 117886, + [SMALL_STATE(1758)] = 117945, + [SMALL_STATE(1759)] = 118006, + [SMALL_STATE(1760)] = 118065, + [SMALL_STATE(1761)] = 118124, + [SMALL_STATE(1762)] = 118183, + [SMALL_STATE(1763)] = 118242, + [SMALL_STATE(1764)] = 118301, + [SMALL_STATE(1765)] = 118360, + [SMALL_STATE(1766)] = 118419, + [SMALL_STATE(1767)] = 118502, + [SMALL_STATE(1768)] = 118561, + [SMALL_STATE(1769)] = 118620, + [SMALL_STATE(1770)] = 118677, + [SMALL_STATE(1771)] = 118736, + [SMALL_STATE(1772)] = 118801, + [SMALL_STATE(1773)] = 118860, + [SMALL_STATE(1774)] = 118923, + [SMALL_STATE(1775)] = 118982, + [SMALL_STATE(1776)] = 119041, + [SMALL_STATE(1777)] = 119106, + [SMALL_STATE(1778)] = 119165, + [SMALL_STATE(1779)] = 119224, + [SMALL_STATE(1780)] = 119283, + [SMALL_STATE(1781)] = 119342, + [SMALL_STATE(1782)] = 119401, + [SMALL_STATE(1783)] = 119460, + [SMALL_STATE(1784)] = 119519, + [SMALL_STATE(1785)] = 119578, + [SMALL_STATE(1786)] = 119637, + [SMALL_STATE(1787)] = 119696, + [SMALL_STATE(1788)] = 119755, + [SMALL_STATE(1789)] = 119814, + [SMALL_STATE(1790)] = 119873, + [SMALL_STATE(1791)] = 119932, + [SMALL_STATE(1792)] = 119991, + [SMALL_STATE(1793)] = 120050, + [SMALL_STATE(1794)] = 120109, + [SMALL_STATE(1795)] = 120168, + [SMALL_STATE(1796)] = 120227, + [SMALL_STATE(1797)] = 120286, + [SMALL_STATE(1798)] = 120345, + [SMALL_STATE(1799)] = 120404, + [SMALL_STATE(1800)] = 120463, + [SMALL_STATE(1801)] = 120522, + [SMALL_STATE(1802)] = 120581, + [SMALL_STATE(1803)] = 120664, + [SMALL_STATE(1804)] = 120723, + [SMALL_STATE(1805)] = 120782, + [SMALL_STATE(1806)] = 120841, + [SMALL_STATE(1807)] = 120900, + [SMALL_STATE(1808)] = 120959, + [SMALL_STATE(1809)] = 121018, + [SMALL_STATE(1810)] = 121077, + [SMALL_STATE(1811)] = 121154, + [SMALL_STATE(1812)] = 121233, + [SMALL_STATE(1813)] = 121314, + [SMALL_STATE(1814)] = 121373, + [SMALL_STATE(1815)] = 121432, + [SMALL_STATE(1816)] = 121491, + [SMALL_STATE(1817)] = 121550, + [SMALL_STATE(1818)] = 121609, + [SMALL_STATE(1819)] = 121692, + [SMALL_STATE(1820)] = 121751, + [SMALL_STATE(1821)] = 121810, + [SMALL_STATE(1822)] = 121869, + [SMALL_STATE(1823)] = 121928, + [SMALL_STATE(1824)] = 121987, + [SMALL_STATE(1825)] = 122046, + [SMALL_STATE(1826)] = 122105, + [SMALL_STATE(1827)] = 122164, + [SMALL_STATE(1828)] = 122247, + [SMALL_STATE(1829)] = 122306, + [SMALL_STATE(1830)] = 122365, + [SMALL_STATE(1831)] = 122424, + [SMALL_STATE(1832)] = 122483, + [SMALL_STATE(1833)] = 122542, + [SMALL_STATE(1834)] = 122601, + [SMALL_STATE(1835)] = 122660, + [SMALL_STATE(1836)] = 122717, + [SMALL_STATE(1837)] = 122776, + [SMALL_STATE(1838)] = 122859, + [SMALL_STATE(1839)] = 122918, + [SMALL_STATE(1840)] = 122977, + [SMALL_STATE(1841)] = 123042, + [SMALL_STATE(1842)] = 123141, + [SMALL_STATE(1843)] = 123200, + [SMALL_STATE(1844)] = 123265, + [SMALL_STATE(1845)] = 123364, + [SMALL_STATE(1846)] = 123423, + [SMALL_STATE(1847)] = 123488, + [SMALL_STATE(1848)] = 123547, + [SMALL_STATE(1849)] = 123606, + [SMALL_STATE(1850)] = 123675, + [SMALL_STATE(1851)] = 123734, + [SMALL_STATE(1852)] = 123793, + [SMALL_STATE(1853)] = 123852, + [SMALL_STATE(1854)] = 123911, + [SMALL_STATE(1855)] = 123970, + [SMALL_STATE(1856)] = 124029, + [SMALL_STATE(1857)] = 124088, + [SMALL_STATE(1858)] = 124147, + [SMALL_STATE(1859)] = 124206, + [SMALL_STATE(1860)] = 124265, + [SMALL_STATE(1861)] = 124340, + [SMALL_STATE(1862)] = 124399, + [SMALL_STATE(1863)] = 124458, + [SMALL_STATE(1864)] = 124527, + [SMALL_STATE(1865)] = 124586, + [SMALL_STATE(1866)] = 124645, + [SMALL_STATE(1867)] = 124704, + [SMALL_STATE(1868)] = 124763, + [SMALL_STATE(1869)] = 124838, + [SMALL_STATE(1870)] = 124909, + [SMALL_STATE(1871)] = 124968, + [SMALL_STATE(1872)] = 125027, + [SMALL_STATE(1873)] = 125086, + [SMALL_STATE(1874)] = 125145, + [SMALL_STATE(1875)] = 125226, + [SMALL_STATE(1876)] = 125285, + [SMALL_STATE(1877)] = 125342, + [SMALL_STATE(1878)] = 125401, + [SMALL_STATE(1879)] = 125460, + [SMALL_STATE(1880)] = 125531, + [SMALL_STATE(1881)] = 125606, + [SMALL_STATE(1882)] = 125665, + [SMALL_STATE(1883)] = 125724, + [SMALL_STATE(1884)] = 125783, + [SMALL_STATE(1885)] = 125842, + [SMALL_STATE(1886)] = 125901, + [SMALL_STATE(1887)] = 125978, + [SMALL_STATE(1888)] = 126057, + [SMALL_STATE(1889)] = 126122, + [SMALL_STATE(1890)] = 126199, + [SMALL_STATE(1891)] = 126278, + [SMALL_STATE(1892)] = 126359, + [SMALL_STATE(1893)] = 126428, + [SMALL_STATE(1894)] = 126527, + [SMALL_STATE(1895)] = 126586, + [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)] = 126999, + [SMALL_STATE(1903)] = 127056, + [SMALL_STATE(1904)] = 127131, + [SMALL_STATE(1905)] = 127190, + [SMALL_STATE(1906)] = 127259, + [SMALL_STATE(1907)] = 127342, + [SMALL_STATE(1908)] = 127401, + [SMALL_STATE(1909)] = 127466, + [SMALL_STATE(1910)] = 127529, [SMALL_STATE(1911)] = 127612, [SMALL_STATE(1912)] = 127671, [SMALL_STATE(1913)] = 127730, [SMALL_STATE(1914)] = 127788, - [SMALL_STATE(1915)] = 127844, - [SMALL_STATE(1916)] = 127900, - [SMALL_STATE(1917)] = 127984, - [SMALL_STATE(1918)] = 128040, - [SMALL_STATE(1919)] = 128096, - [SMALL_STATE(1920)] = 128152, - [SMALL_STATE(1921)] = 128208, - [SMALL_STATE(1922)] = 128264, - [SMALL_STATE(1923)] = 128320, - [SMALL_STATE(1924)] = 128376, - [SMALL_STATE(1925)] = 128432, - [SMALL_STATE(1926)] = 128488, - [SMALL_STATE(1927)] = 128544, - [SMALL_STATE(1928)] = 128602, - [SMALL_STATE(1929)] = 128658, - [SMALL_STATE(1930)] = 128714, - [SMALL_STATE(1931)] = 128772, - [SMALL_STATE(1932)] = 128854, + [SMALL_STATE(1915)] = 127872, + [SMALL_STATE(1916)] = 127934, + [SMALL_STATE(1917)] = 127990, + [SMALL_STATE(1918)] = 128054, + [SMALL_STATE(1919)] = 128110, + [SMALL_STATE(1920)] = 128166, + [SMALL_STATE(1921)] = 128222, + [SMALL_STATE(1922)] = 128278, + [SMALL_STATE(1923)] = 128334, + [SMALL_STATE(1924)] = 128390, + [SMALL_STATE(1925)] = 128446, + [SMALL_STATE(1926)] = 128502, + [SMALL_STATE(1927)] = 128558, + [SMALL_STATE(1928)] = 128614, + [SMALL_STATE(1929)] = 128672, + [SMALL_STATE(1930)] = 128730, + [SMALL_STATE(1931)] = 128788, + [SMALL_STATE(1932)] = 128846, [SMALL_STATE(1933)] = 128910, - [SMALL_STATE(1934)] = 128978, - [SMALL_STATE(1935)] = 129052, - [SMALL_STATE(1936)] = 129120, - [SMALL_STATE(1937)] = 129200, - [SMALL_STATE(1938)] = 129278, - [SMALL_STATE(1939)] = 129354, - [SMALL_STATE(1940)] = 129428, - [SMALL_STATE(1941)] = 129498, - [SMALL_STATE(1942)] = 129582, - [SMALL_STATE(1943)] = 129638, - [SMALL_STATE(1944)] = 129696, - [SMALL_STATE(1945)] = 129754, - [SMALL_STATE(1946)] = 129812, - [SMALL_STATE(1947)] = 129870, - [SMALL_STATE(1948)] = 129928, - [SMALL_STATE(1949)] = 129986, - [SMALL_STATE(1950)] = 130044, - [SMALL_STATE(1951)] = 130102, - [SMALL_STATE(1952)] = 130184, - [SMALL_STATE(1953)] = 130240, - [SMALL_STATE(1954)] = 130296, - [SMALL_STATE(1955)] = 130354, - [SMALL_STATE(1956)] = 130412, - [SMALL_STATE(1957)] = 130470, - [SMALL_STATE(1958)] = 130526, - [SMALL_STATE(1959)] = 130586, - [SMALL_STATE(1960)] = 130642, - [SMALL_STATE(1961)] = 130698, - [SMALL_STATE(1962)] = 130754, - [SMALL_STATE(1963)] = 130810, - [SMALL_STATE(1964)] = 130894, - [SMALL_STATE(1965)] = 130952, - [SMALL_STATE(1966)] = 131008, - [SMALL_STATE(1967)] = 131064, - [SMALL_STATE(1968)] = 131120, - [SMALL_STATE(1969)] = 131176, - [SMALL_STATE(1970)] = 131232, - [SMALL_STATE(1971)] = 131288, - [SMALL_STATE(1972)] = 131344, - [SMALL_STATE(1973)] = 131400, - [SMALL_STATE(1974)] = 131484, - [SMALL_STATE(1975)] = 131540, - [SMALL_STATE(1976)] = 131598, - [SMALL_STATE(1977)] = 131656, - [SMALL_STATE(1978)] = 131712, - [SMALL_STATE(1979)] = 131776, - [SMALL_STATE(1980)] = 131832, - [SMALL_STATE(1981)] = 131890, - [SMALL_STATE(1982)] = 131948, - [SMALL_STATE(1983)] = 132004, - [SMALL_STATE(1984)] = 132060, - [SMALL_STATE(1985)] = 132116, - [SMALL_STATE(1986)] = 132172, - [SMALL_STATE(1987)] = 132230, - [SMALL_STATE(1988)] = 132288, - [SMALL_STATE(1989)] = 132346, - [SMALL_STATE(1990)] = 132408, - [SMALL_STATE(1991)] = 132466, - [SMALL_STATE(1992)] = 132524, - [SMALL_STATE(1993)] = 132582, - [SMALL_STATE(1994)] = 132640, - [SMALL_STATE(1995)] = 132698, - [SMALL_STATE(1996)] = 132756, - [SMALL_STATE(1997)] = 132814, - [SMALL_STATE(1998)] = 132872, - [SMALL_STATE(1999)] = 132930, - [SMALL_STATE(2000)] = 132988, - [SMALL_STATE(2001)] = 133046, - [SMALL_STATE(2002)] = 133104, - [SMALL_STATE(2003)] = 133162, - [SMALL_STATE(2004)] = 133220, - [SMALL_STATE(2005)] = 133278, - [SMALL_STATE(2006)] = 133336, - [SMALL_STATE(2007)] = 133394, - [SMALL_STATE(2008)] = 133452, - [SMALL_STATE(2009)] = 133516, - [SMALL_STATE(2010)] = 133574, - [SMALL_STATE(2011)] = 133630, - [SMALL_STATE(2012)] = 133686, - [SMALL_STATE(2013)] = 133742, - [SMALL_STATE(2014)] = 133800, - [SMALL_STATE(2015)] = 133864, - [SMALL_STATE(2016)] = 133926, - [SMALL_STATE(2017)] = 133984, - [SMALL_STATE(2018)] = 134042, - [SMALL_STATE(2019)] = 134100, - [SMALL_STATE(2020)] = 134158, - [SMALL_STATE(2021)] = 134222, - [SMALL_STATE(2022)] = 134284, - [SMALL_STATE(2023)] = 134368, - [SMALL_STATE(2024)] = 134426, - [SMALL_STATE(2025)] = 134508, - [SMALL_STATE(2026)] = 134564, - [SMALL_STATE(2027)] = 134620, - [SMALL_STATE(2028)] = 134688, - [SMALL_STATE(2029)] = 134762, - [SMALL_STATE(2030)] = 134818, - [SMALL_STATE(2031)] = 134874, - [SMALL_STATE(2032)] = 134930, - [SMALL_STATE(2033)] = 134988, - [SMALL_STATE(2034)] = 135044, - [SMALL_STATE(2035)] = 135112, - [SMALL_STATE(2036)] = 135192, - [SMALL_STATE(2037)] = 135270, - [SMALL_STATE(2038)] = 135346, - [SMALL_STATE(2039)] = 135420, - [SMALL_STATE(2040)] = 135490, - [SMALL_STATE(2041)] = 135546, - [SMALL_STATE(2042)] = 135602, - [SMALL_STATE(2043)] = 135660, - [SMALL_STATE(2044)] = 135716, - [SMALL_STATE(2045)] = 135772, - [SMALL_STATE(2046)] = 135828, - [SMALL_STATE(2047)] = 135884, - [SMALL_STATE(2048)] = 135940, - [SMALL_STATE(2049)] = 136022, - [SMALL_STATE(2050)] = 136078, - [SMALL_STATE(2051)] = 136162, - [SMALL_STATE(2052)] = 136218, - [SMALL_STATE(2053)] = 136274, - [SMALL_STATE(2054)] = 136330, - [SMALL_STATE(2055)] = 136394, - [SMALL_STATE(2056)] = 136476, - [SMALL_STATE(2057)] = 136534, - [SMALL_STATE(2058)] = 136614, - [SMALL_STATE(2059)] = 136692, - [SMALL_STATE(2060)] = 136768, - [SMALL_STATE(2061)] = 136824, - [SMALL_STATE(2062)] = 136882, - [SMALL_STATE(2063)] = 136940, - [SMALL_STATE(2064)] = 137022, - [SMALL_STATE(2065)] = 137090, - [SMALL_STATE(2066)] = 137164, - [SMALL_STATE(2067)] = 137232, - [SMALL_STATE(2068)] = 137312, - [SMALL_STATE(2069)] = 137390, - [SMALL_STATE(2070)] = 137466, - [SMALL_STATE(2071)] = 137540, - [SMALL_STATE(2072)] = 137610, - [SMALL_STATE(2073)] = 137668, - [SMALL_STATE(2074)] = 137724, - [SMALL_STATE(2075)] = 137780, - [SMALL_STATE(2076)] = 137836, - [SMALL_STATE(2077)] = 137918, - [SMALL_STATE(2078)] = 137998, - [SMALL_STATE(2079)] = 138076, - [SMALL_STATE(2080)] = 138152, - [SMALL_STATE(2081)] = 138210, - [SMALL_STATE(2082)] = 138266, - [SMALL_STATE(2083)] = 138324, - [SMALL_STATE(2084)] = 138382, - [SMALL_STATE(2085)] = 138440, - [SMALL_STATE(2086)] = 138498, - [SMALL_STATE(2087)] = 138554, - [SMALL_STATE(2088)] = 138612, - [SMALL_STATE(2089)] = 138670, - [SMALL_STATE(2090)] = 138728, - [SMALL_STATE(2091)] = 138786, - [SMALL_STATE(2092)] = 138844, - [SMALL_STATE(2093)] = 138902, - [SMALL_STATE(2094)] = 138960, - [SMALL_STATE(2095)] = 139018, - [SMALL_STATE(2096)] = 139076, - [SMALL_STATE(2097)] = 139134, - [SMALL_STATE(2098)] = 139192, - [SMALL_STATE(2099)] = 139250, - [SMALL_STATE(2100)] = 139308, - [SMALL_STATE(2101)] = 139366, - [SMALL_STATE(2102)] = 139424, - [SMALL_STATE(2103)] = 139482, - [SMALL_STATE(2104)] = 139540, - [SMALL_STATE(2105)] = 139598, - [SMALL_STATE(2106)] = 139656, - [SMALL_STATE(2107)] = 139714, - [SMALL_STATE(2108)] = 139772, - [SMALL_STATE(2109)] = 139830, - [SMALL_STATE(2110)] = 139888, - [SMALL_STATE(2111)] = 139970, - [SMALL_STATE(2112)] = 140028, - [SMALL_STATE(2113)] = 140086, - [SMALL_STATE(2114)] = 140144, - [SMALL_STATE(2115)] = 140200, - [SMALL_STATE(2116)] = 140258, - [SMALL_STATE(2117)] = 140340, - [SMALL_STATE(2118)] = 140436, - [SMALL_STATE(2119)] = 140494, - [SMALL_STATE(2120)] = 140552, - [SMALL_STATE(2121)] = 140610, - [SMALL_STATE(2122)] = 140668, - [SMALL_STATE(2123)] = 140726, - [SMALL_STATE(2124)] = 140784, - [SMALL_STATE(2125)] = 140842, - [SMALL_STATE(2126)] = 140900, - [SMALL_STATE(2127)] = 140958, - [SMALL_STATE(2128)] = 141016, - [SMALL_STATE(2129)] = 141074, - [SMALL_STATE(2130)] = 141132, - [SMALL_STATE(2131)] = 141190, - [SMALL_STATE(2132)] = 141248, - [SMALL_STATE(2133)] = 141306, - [SMALL_STATE(2134)] = 141364, - [SMALL_STATE(2135)] = 141422, - [SMALL_STATE(2136)] = 141480, - [SMALL_STATE(2137)] = 141538, - [SMALL_STATE(2138)] = 141596, - [SMALL_STATE(2139)] = 141654, - [SMALL_STATE(2140)] = 141712, - [SMALL_STATE(2141)] = 141770, - [SMALL_STATE(2142)] = 141828, - [SMALL_STATE(2143)] = 141886, - [SMALL_STATE(2144)] = 141944, - [SMALL_STATE(2145)] = 142002, - [SMALL_STATE(2146)] = 142060, - [SMALL_STATE(2147)] = 142118, - [SMALL_STATE(2148)] = 142176, - [SMALL_STATE(2149)] = 142234, - [SMALL_STATE(2150)] = 142292, - [SMALL_STATE(2151)] = 142350, - [SMALL_STATE(2152)] = 142408, - [SMALL_STATE(2153)] = 142466, - [SMALL_STATE(2154)] = 142524, - [SMALL_STATE(2155)] = 142582, - [SMALL_STATE(2156)] = 142640, - [SMALL_STATE(2157)] = 142698, - [SMALL_STATE(2158)] = 142756, - [SMALL_STATE(2159)] = 142814, - [SMALL_STATE(2160)] = 142872, - [SMALL_STATE(2161)] = 142930, - [SMALL_STATE(2162)] = 142988, - [SMALL_STATE(2163)] = 143046, - [SMALL_STATE(2164)] = 143102, - [SMALL_STATE(2165)] = 143158, - [SMALL_STATE(2166)] = 143214, - [SMALL_STATE(2167)] = 143310, - [SMALL_STATE(2168)] = 143368, - [SMALL_STATE(2169)] = 143426, - [SMALL_STATE(2170)] = 143484, - [SMALL_STATE(2171)] = 143542, - [SMALL_STATE(2172)] = 143600, - [SMALL_STATE(2173)] = 143658, - [SMALL_STATE(2174)] = 143716, - [SMALL_STATE(2175)] = 143774, - [SMALL_STATE(2176)] = 143832, - [SMALL_STATE(2177)] = 143890, - [SMALL_STATE(2178)] = 143948, - [SMALL_STATE(2179)] = 144006, - [SMALL_STATE(2180)] = 144064, - [SMALL_STATE(2181)] = 144122, - [SMALL_STATE(2182)] = 144178, - [SMALL_STATE(2183)] = 144236, - [SMALL_STATE(2184)] = 144292, - [SMALL_STATE(2185)] = 144374, - [SMALL_STATE(2186)] = 144432, - [SMALL_STATE(2187)] = 144490, - [SMALL_STATE(2188)] = 144548, - [SMALL_STATE(2189)] = 144606, - [SMALL_STATE(2190)] = 144664, - [SMALL_STATE(2191)] = 144722, - [SMALL_STATE(2192)] = 144780, - [SMALL_STATE(2193)] = 144838, - [SMALL_STATE(2194)] = 144896, - [SMALL_STATE(2195)] = 144954, - [SMALL_STATE(2196)] = 145012, - [SMALL_STATE(2197)] = 145070, - [SMALL_STATE(2198)] = 145128, - [SMALL_STATE(2199)] = 145186, - [SMALL_STATE(2200)] = 145244, - [SMALL_STATE(2201)] = 145302, - [SMALL_STATE(2202)] = 145360, - [SMALL_STATE(2203)] = 145418, - [SMALL_STATE(2204)] = 145476, - [SMALL_STATE(2205)] = 145534, - [SMALL_STATE(2206)] = 145592, - [SMALL_STATE(2207)] = 145650, - [SMALL_STATE(2208)] = 145708, - [SMALL_STATE(2209)] = 145766, - [SMALL_STATE(2210)] = 145824, - [SMALL_STATE(2211)] = 145892, - [SMALL_STATE(2212)] = 145966, - [SMALL_STATE(2213)] = 146022, - [SMALL_STATE(2214)] = 146078, - [SMALL_STATE(2215)] = 146146, - [SMALL_STATE(2216)] = 146202, - [SMALL_STATE(2217)] = 146260, - [SMALL_STATE(2218)] = 146334, - [SMALL_STATE(2219)] = 146404, - [SMALL_STATE(2220)] = 146462, - [SMALL_STATE(2221)] = 146518, - [SMALL_STATE(2222)] = 146574, - [SMALL_STATE(2223)] = 146632, - [SMALL_STATE(2224)] = 146690, - [SMALL_STATE(2225)] = 146748, - [SMALL_STATE(2226)] = 146804, - [SMALL_STATE(2227)] = 146862, - [SMALL_STATE(2228)] = 146920, - [SMALL_STATE(2229)] = 146976, - [SMALL_STATE(2230)] = 147032, - [SMALL_STATE(2231)] = 147088, - [SMALL_STATE(2232)] = 147156, - [SMALL_STATE(2233)] = 147230, - [SMALL_STATE(2234)] = 147288, - [SMALL_STATE(2235)] = 147346, - [SMALL_STATE(2236)] = 147404, - [SMALL_STATE(2237)] = 147462, - [SMALL_STATE(2238)] = 147520, - [SMALL_STATE(2239)] = 147578, - [SMALL_STATE(2240)] = 147646, - [SMALL_STATE(2241)] = 147720, - [SMALL_STATE(2242)] = 147790, - [SMALL_STATE(2243)] = 147846, - [SMALL_STATE(2244)] = 147904, - [SMALL_STATE(2245)] = 147962, - [SMALL_STATE(2246)] = 148020, - [SMALL_STATE(2247)] = 148078, - [SMALL_STATE(2248)] = 148136, - [SMALL_STATE(2249)] = 148194, - [SMALL_STATE(2250)] = 148250, - [SMALL_STATE(2251)] = 148306, - [SMALL_STATE(2252)] = 148362, - [SMALL_STATE(2253)] = 148418, - [SMALL_STATE(2254)] = 148476, - [SMALL_STATE(2255)] = 148534, - [SMALL_STATE(2256)] = 148592, - [SMALL_STATE(2257)] = 148650, - [SMALL_STATE(2258)] = 148706, - [SMALL_STATE(2259)] = 148762, - [SMALL_STATE(2260)] = 148818, - [SMALL_STATE(2261)] = 148874, - [SMALL_STATE(2262)] = 148930, - [SMALL_STATE(2263)] = 148986, - [SMALL_STATE(2264)] = 149042, - [SMALL_STATE(2265)] = 149098, - [SMALL_STATE(2266)] = 149156, - [SMALL_STATE(2267)] = 149214, - [SMALL_STATE(2268)] = 149272, - [SMALL_STATE(2269)] = 149330, - [SMALL_STATE(2270)] = 149388, - [SMALL_STATE(2271)] = 149444, - [SMALL_STATE(2272)] = 149502, - [SMALL_STATE(2273)] = 149558, - [SMALL_STATE(2274)] = 149616, - [SMALL_STATE(2275)] = 149672, - [SMALL_STATE(2276)] = 149756, - [SMALL_STATE(2277)] = 149814, - [SMALL_STATE(2278)] = 149872, - [SMALL_STATE(2279)] = 149930, - [SMALL_STATE(2280)] = 149988, - [SMALL_STATE(2281)] = 150046, - [SMALL_STATE(2282)] = 150104, - [SMALL_STATE(2283)] = 150162, - [SMALL_STATE(2284)] = 150226, - [SMALL_STATE(2285)] = 150308, - [SMALL_STATE(2286)] = 150364, - [SMALL_STATE(2287)] = 150420, + [SMALL_STATE(1934)] = 128968, + [SMALL_STATE(1935)] = 129026, + [SMALL_STATE(1936)] = 129084, + [SMALL_STATE(1937)] = 129142, + [SMALL_STATE(1938)] = 129200, + [SMALL_STATE(1939)] = 129258, + [SMALL_STATE(1940)] = 129316, + [SMALL_STATE(1941)] = 129374, + [SMALL_STATE(1942)] = 129432, + [SMALL_STATE(1943)] = 129490, + [SMALL_STATE(1944)] = 129548, + [SMALL_STATE(1945)] = 129606, + [SMALL_STATE(1946)] = 129664, + [SMALL_STATE(1947)] = 129722, + [SMALL_STATE(1948)] = 129780, + [SMALL_STATE(1949)] = 129838, + [SMALL_STATE(1950)] = 129896, + [SMALL_STATE(1951)] = 129954, + [SMALL_STATE(1952)] = 130012, + [SMALL_STATE(1953)] = 130070, + [SMALL_STATE(1954)] = 130128, + [SMALL_STATE(1955)] = 130186, + [SMALL_STATE(1956)] = 130244, + [SMALL_STATE(1957)] = 130302, + [SMALL_STATE(1958)] = 130360, + [SMALL_STATE(1959)] = 130418, + [SMALL_STATE(1960)] = 130476, + [SMALL_STATE(1961)] = 130534, + [SMALL_STATE(1962)] = 130592, + [SMALL_STATE(1963)] = 130650, + [SMALL_STATE(1964)] = 130720, + [SMALL_STATE(1965)] = 130782, + [SMALL_STATE(1966)] = 130840, + [SMALL_STATE(1967)] = 130898, + [SMALL_STATE(1968)] = 130956, + [SMALL_STATE(1969)] = 131012, + [SMALL_STATE(1970)] = 131068, + [SMALL_STATE(1971)] = 131126, + [SMALL_STATE(1972)] = 131184, + [SMALL_STATE(1973)] = 131240, + [SMALL_STATE(1974)] = 131304, + [SMALL_STATE(1975)] = 131362, + [SMALL_STATE(1976)] = 131418, + [SMALL_STATE(1977)] = 131474, + [SMALL_STATE(1978)] = 131532, + [SMALL_STATE(1979)] = 131590, + [SMALL_STATE(1980)] = 131648, + [SMALL_STATE(1981)] = 131704, + [SMALL_STATE(1982)] = 131760, + [SMALL_STATE(1983)] = 131818, + [SMALL_STATE(1984)] = 131874, + [SMALL_STATE(1985)] = 131932, + [SMALL_STATE(1986)] = 131988, + [SMALL_STATE(1987)] = 132046, + [SMALL_STATE(1988)] = 132102, + [SMALL_STATE(1989)] = 132158, + [SMALL_STATE(1990)] = 132216, + [SMALL_STATE(1991)] = 132274, + [SMALL_STATE(1992)] = 132332, + [SMALL_STATE(1993)] = 132390, + [SMALL_STATE(1994)] = 132448, + [SMALL_STATE(1995)] = 132506, + [SMALL_STATE(1996)] = 132564, + [SMALL_STATE(1997)] = 132648, + [SMALL_STATE(1998)] = 132704, + [SMALL_STATE(1999)] = 132762, + [SMALL_STATE(2000)] = 132820, + [SMALL_STATE(2001)] = 132878, + [SMALL_STATE(2002)] = 132936, + [SMALL_STATE(2003)] = 133018, + [SMALL_STATE(2004)] = 133074, + [SMALL_STATE(2005)] = 133132, + [SMALL_STATE(2006)] = 133188, + [SMALL_STATE(2007)] = 133246, + [SMALL_STATE(2008)] = 133304, + [SMALL_STATE(2009)] = 133372, + [SMALL_STATE(2010)] = 133430, + [SMALL_STATE(2011)] = 133504, + [SMALL_STATE(2012)] = 133562, + [SMALL_STATE(2013)] = 133620, + [SMALL_STATE(2014)] = 133678, + [SMALL_STATE(2015)] = 133736, + [SMALL_STATE(2016)] = 133804, + [SMALL_STATE(2017)] = 133862, + [SMALL_STATE(2018)] = 133944, + [SMALL_STATE(2019)] = 134026, + [SMALL_STATE(2020)] = 134084, + [SMALL_STATE(2021)] = 134142, + [SMALL_STATE(2022)] = 134200, + [SMALL_STATE(2023)] = 134268, + [SMALL_STATE(2024)] = 134342, + [SMALL_STATE(2025)] = 134398, + [SMALL_STATE(2026)] = 134466, + [SMALL_STATE(2027)] = 134524, + [SMALL_STATE(2028)] = 134604, + [SMALL_STATE(2029)] = 134682, + [SMALL_STATE(2030)] = 134740, + [SMALL_STATE(2031)] = 134798, + [SMALL_STATE(2032)] = 134856, + [SMALL_STATE(2033)] = 134932, + [SMALL_STATE(2034)] = 134990, + [SMALL_STATE(2035)] = 135048, + [SMALL_STATE(2036)] = 135106, + [SMALL_STATE(2037)] = 135164, + [SMALL_STATE(2038)] = 135222, + [SMALL_STATE(2039)] = 135296, + [SMALL_STATE(2040)] = 135366, + [SMALL_STATE(2041)] = 135440, + [SMALL_STATE(2042)] = 135498, + [SMALL_STATE(2043)] = 135556, + [SMALL_STATE(2044)] = 135632, + [SMALL_STATE(2045)] = 135710, + [SMALL_STATE(2046)] = 135790, + [SMALL_STATE(2047)] = 135864, + [SMALL_STATE(2048)] = 135932, + [SMALL_STATE(2049)] = 135990, + [SMALL_STATE(2050)] = 136048, + [SMALL_STATE(2051)] = 136118, + [SMALL_STATE(2052)] = 136200, + [SMALL_STATE(2053)] = 136258, + [SMALL_STATE(2054)] = 136318, + [SMALL_STATE(2055)] = 136392, + [SMALL_STATE(2056)] = 136450, + [SMALL_STATE(2057)] = 136508, + [SMALL_STATE(2058)] = 136566, + [SMALL_STATE(2059)] = 136624, + [SMALL_STATE(2060)] = 136682, + [SMALL_STATE(2061)] = 136750, + [SMALL_STATE(2062)] = 136808, + [SMALL_STATE(2063)] = 136890, + [SMALL_STATE(2064)] = 136972, + [SMALL_STATE(2065)] = 137030, + [SMALL_STATE(2066)] = 137088, + [SMALL_STATE(2067)] = 137146, + [SMALL_STATE(2068)] = 137204, + [SMALL_STATE(2069)] = 137262, + [SMALL_STATE(2070)] = 137320, + [SMALL_STATE(2071)] = 137378, + [SMALL_STATE(2072)] = 137436, + [SMALL_STATE(2073)] = 137494, + [SMALL_STATE(2074)] = 137552, + [SMALL_STATE(2075)] = 137610, + [SMALL_STATE(2076)] = 137668, + [SMALL_STATE(2077)] = 137724, + [SMALL_STATE(2078)] = 137782, + [SMALL_STATE(2079)] = 137840, + [SMALL_STATE(2080)] = 137896, + [SMALL_STATE(2081)] = 137954, + [SMALL_STATE(2082)] = 138038, + [SMALL_STATE(2083)] = 138094, + [SMALL_STATE(2084)] = 138152, + [SMALL_STATE(2085)] = 138234, + [SMALL_STATE(2086)] = 138292, + [SMALL_STATE(2087)] = 138350, + [SMALL_STATE(2088)] = 138408, + [SMALL_STATE(2089)] = 138466, + [SMALL_STATE(2090)] = 138524, + [SMALL_STATE(2091)] = 138582, + [SMALL_STATE(2092)] = 138640, + [SMALL_STATE(2093)] = 138696, + [SMALL_STATE(2094)] = 138754, + [SMALL_STATE(2095)] = 138810, + [SMALL_STATE(2096)] = 138866, + [SMALL_STATE(2097)] = 138922, + [SMALL_STATE(2098)] = 138978, + [SMALL_STATE(2099)] = 139046, + [SMALL_STATE(2100)] = 139120, + [SMALL_STATE(2101)] = 139176, + [SMALL_STATE(2102)] = 139232, + [SMALL_STATE(2103)] = 139288, + [SMALL_STATE(2104)] = 139344, + [SMALL_STATE(2105)] = 139400, + [SMALL_STATE(2106)] = 139456, + [SMALL_STATE(2107)] = 139514, + [SMALL_STATE(2108)] = 139572, + [SMALL_STATE(2109)] = 139630, + [SMALL_STATE(2110)] = 139688, + [SMALL_STATE(2111)] = 139744, + [SMALL_STATE(2112)] = 139802, + [SMALL_STATE(2113)] = 139860, + [SMALL_STATE(2114)] = 139918, + [SMALL_STATE(2115)] = 139974, + [SMALL_STATE(2116)] = 140030, + [SMALL_STATE(2117)] = 140086, + [SMALL_STATE(2118)] = 140142, + [SMALL_STATE(2119)] = 140224, + [SMALL_STATE(2120)] = 140280, + [SMALL_STATE(2121)] = 140336, + [SMALL_STATE(2122)] = 140392, + [SMALL_STATE(2123)] = 140488, + [SMALL_STATE(2124)] = 140544, + [SMALL_STATE(2125)] = 140602, + [SMALL_STATE(2126)] = 140660, + [SMALL_STATE(2127)] = 140718, + [SMALL_STATE(2128)] = 140776, + [SMALL_STATE(2129)] = 140834, + [SMALL_STATE(2130)] = 140892, + [SMALL_STATE(2131)] = 140950, + [SMALL_STATE(2132)] = 141008, + [SMALL_STATE(2133)] = 141066, + [SMALL_STATE(2134)] = 141124, + [SMALL_STATE(2135)] = 141182, + [SMALL_STATE(2136)] = 141240, + [SMALL_STATE(2137)] = 141298, + [SMALL_STATE(2138)] = 141356, + [SMALL_STATE(2139)] = 141414, + [SMALL_STATE(2140)] = 141470, + [SMALL_STATE(2141)] = 141528, + [SMALL_STATE(2142)] = 141586, + [SMALL_STATE(2143)] = 141644, + [SMALL_STATE(2144)] = 141702, + [SMALL_STATE(2145)] = 141758, + [SMALL_STATE(2146)] = 141814, + [SMALL_STATE(2147)] = 141870, + [SMALL_STATE(2148)] = 141928, + [SMALL_STATE(2149)] = 141986, + [SMALL_STATE(2150)] = 142044, + [SMALL_STATE(2151)] = 142102, + [SMALL_STATE(2152)] = 142158, + [SMALL_STATE(2153)] = 142216, + [SMALL_STATE(2154)] = 142274, + [SMALL_STATE(2155)] = 142332, + [SMALL_STATE(2156)] = 142390, + [SMALL_STATE(2157)] = 142448, + [SMALL_STATE(2158)] = 142506, + [SMALL_STATE(2159)] = 142564, + [SMALL_STATE(2160)] = 142620, + [SMALL_STATE(2161)] = 142678, + [SMALL_STATE(2162)] = 142734, + [SMALL_STATE(2163)] = 142792, + [SMALL_STATE(2164)] = 142848, + [SMALL_STATE(2165)] = 142904, + [SMALL_STATE(2166)] = 142960, + [SMALL_STATE(2167)] = 143016, + [SMALL_STATE(2168)] = 143072, + [SMALL_STATE(2169)] = 143128, + [SMALL_STATE(2170)] = 143184, + [SMALL_STATE(2171)] = 143248, + [SMALL_STATE(2172)] = 143316, + [SMALL_STATE(2173)] = 143374, + [SMALL_STATE(2174)] = 143432, + [SMALL_STATE(2175)] = 143490, + [SMALL_STATE(2176)] = 143546, + [SMALL_STATE(2177)] = 143602, + [SMALL_STATE(2178)] = 143658, + [SMALL_STATE(2179)] = 143716, + [SMALL_STATE(2180)] = 143772, + [SMALL_STATE(2181)] = 143846, + [SMALL_STATE(2182)] = 143902, + [SMALL_STATE(2183)] = 143958, + [SMALL_STATE(2184)] = 144054, + [SMALL_STATE(2185)] = 144112, + [SMALL_STATE(2186)] = 144170, + [SMALL_STATE(2187)] = 144228, + [SMALL_STATE(2188)] = 144286, + [SMALL_STATE(2189)] = 144344, + [SMALL_STATE(2190)] = 144402, + [SMALL_STATE(2191)] = 144460, + [SMALL_STATE(2192)] = 144518, + [SMALL_STATE(2193)] = 144576, + [SMALL_STATE(2194)] = 144634, + [SMALL_STATE(2195)] = 144704, + [SMALL_STATE(2196)] = 144762, + [SMALL_STATE(2197)] = 144820, + [SMALL_STATE(2198)] = 144878, + [SMALL_STATE(2199)] = 144936, + [SMALL_STATE(2200)] = 144994, + [SMALL_STATE(2201)] = 145078, + [SMALL_STATE(2202)] = 145162, + [SMALL_STATE(2203)] = 145218, + [SMALL_STATE(2204)] = 145276, + [SMALL_STATE(2205)] = 145334, + [SMALL_STATE(2206)] = 145392, + [SMALL_STATE(2207)] = 145450, + [SMALL_STATE(2208)] = 145508, + [SMALL_STATE(2209)] = 145566, + [SMALL_STATE(2210)] = 145624, + [SMALL_STATE(2211)] = 145680, + [SMALL_STATE(2212)] = 145736, + [SMALL_STATE(2213)] = 145792, + [SMALL_STATE(2214)] = 145850, + [SMALL_STATE(2215)] = 145914, + [SMALL_STATE(2216)] = 145970, + [SMALL_STATE(2217)] = 146028, + [SMALL_STATE(2218)] = 146086, + [SMALL_STATE(2219)] = 146168, + [SMALL_STATE(2220)] = 146224, + [SMALL_STATE(2221)] = 146280, + [SMALL_STATE(2222)] = 146336, + [SMALL_STATE(2223)] = 146394, + [SMALL_STATE(2224)] = 146474, + [SMALL_STATE(2225)] = 146532, + [SMALL_STATE(2226)] = 146594, + [SMALL_STATE(2227)] = 146672, + [SMALL_STATE(2228)] = 146748, + [SMALL_STATE(2229)] = 146804, + [SMALL_STATE(2230)] = 146860, + [SMALL_STATE(2231)] = 146916, + [SMALL_STATE(2232)] = 146974, + [SMALL_STATE(2233)] = 147038, + [SMALL_STATE(2234)] = 147122, + [SMALL_STATE(2235)] = 147180, + [SMALL_STATE(2236)] = 147236, + [SMALL_STATE(2237)] = 147292, + [SMALL_STATE(2238)] = 147348, + [SMALL_STATE(2239)] = 147406, + [SMALL_STATE(2240)] = 147488, + [SMALL_STATE(2241)] = 147544, + [SMALL_STATE(2242)] = 147600, + [SMALL_STATE(2243)] = 147656, + [SMALL_STATE(2244)] = 147724, + [SMALL_STATE(2245)] = 147782, + [SMALL_STATE(2246)] = 147856, + [SMALL_STATE(2247)] = 147924, + [SMALL_STATE(2248)] = 148004, + [SMALL_STATE(2249)] = 148060, + [SMALL_STATE(2250)] = 148138, + [SMALL_STATE(2251)] = 148214, + [SMALL_STATE(2252)] = 148272, + [SMALL_STATE(2253)] = 148330, + [SMALL_STATE(2254)] = 148404, + [SMALL_STATE(2255)] = 148462, + [SMALL_STATE(2256)] = 148532, + [SMALL_STATE(2257)] = 148588, + [SMALL_STATE(2258)] = 148646, + [SMALL_STATE(2259)] = 148704, + [SMALL_STATE(2260)] = 148762, + [SMALL_STATE(2261)] = 148820, + [SMALL_STATE(2262)] = 148876, + [SMALL_STATE(2263)] = 148934, + [SMALL_STATE(2264)] = 148992, + [SMALL_STATE(2265)] = 149050, + [SMALL_STATE(2266)] = 149106, + [SMALL_STATE(2267)] = 149164, + [SMALL_STATE(2268)] = 149246, + [SMALL_STATE(2269)] = 149302, + [SMALL_STATE(2270)] = 149358, + [SMALL_STATE(2271)] = 149442, + [SMALL_STATE(2272)] = 149522, + [SMALL_STATE(2273)] = 149600, + [SMALL_STATE(2274)] = 149676, + [SMALL_STATE(2275)] = 149732, + [SMALL_STATE(2276)] = 149790, + [SMALL_STATE(2277)] = 149846, + [SMALL_STATE(2278)] = 149902, + [SMALL_STATE(2279)] = 149958, + [SMALL_STATE(2280)] = 150014, + [SMALL_STATE(2281)] = 150070, + [SMALL_STATE(2282)] = 150128, + [SMALL_STATE(2283)] = 150186, + [SMALL_STATE(2284)] = 150244, + [SMALL_STATE(2285)] = 150302, + [SMALL_STATE(2286)] = 150360, + [SMALL_STATE(2287)] = 150418, [SMALL_STATE(2288)] = 150476, [SMALL_STATE(2289)] = 150534, - [SMALL_STATE(2290)] = 150591, - [SMALL_STATE(2291)] = 150648, - [SMALL_STATE(2292)] = 150729, - [SMALL_STATE(2293)] = 150808, - [SMALL_STATE(2294)] = 150885, - [SMALL_STATE(2295)] = 150960, - [SMALL_STATE(2296)] = 151041, - [SMALL_STATE(2297)] = 151098, - [SMALL_STATE(2298)] = 151191, - [SMALL_STATE(2299)] = 151248, - [SMALL_STATE(2300)] = 151315, - [SMALL_STATE(2301)] = 151388, - [SMALL_STATE(2302)] = 151445, - [SMALL_STATE(2303)] = 151518, - [SMALL_STATE(2304)] = 151587, - [SMALL_STATE(2305)] = 151644, - [SMALL_STATE(2306)] = 151725, - [SMALL_STATE(2307)] = 151782, - [SMALL_STATE(2308)] = 151839, - [SMALL_STATE(2309)] = 151920, - [SMALL_STATE(2310)] = 152013, - [SMALL_STATE(2311)] = 152080, - [SMALL_STATE(2312)] = 152153, - [SMALL_STATE(2313)] = 152234, - [SMALL_STATE(2314)] = 152291, - [SMALL_STATE(2315)] = 152384, - [SMALL_STATE(2316)] = 152445, - [SMALL_STATE(2317)] = 152512, - [SMALL_STATE(2318)] = 152569, - [SMALL_STATE(2319)] = 152626, - [SMALL_STATE(2320)] = 152705, - [SMALL_STATE(2321)] = 152772, - [SMALL_STATE(2322)] = 152851, - [SMALL_STATE(2323)] = 152932, - [SMALL_STATE(2324)] = 153009, - [SMALL_STATE(2325)] = 153084, - [SMALL_STATE(2326)] = 153157, - [SMALL_STATE(2327)] = 153238, - [SMALL_STATE(2328)] = 153307, - [SMALL_STATE(2329)] = 153384, - [SMALL_STATE(2330)] = 153459, - [SMALL_STATE(2331)] = 153540, - [SMALL_STATE(2332)] = 153613, - [SMALL_STATE(2333)] = 153694, - [SMALL_STATE(2334)] = 153775, - [SMALL_STATE(2335)] = 153844, - [SMALL_STATE(2336)] = 153925, - [SMALL_STATE(2337)] = 154018, - [SMALL_STATE(2338)] = 154075, - [SMALL_STATE(2339)] = 154166, - [SMALL_STATE(2340)] = 154247, - [SMALL_STATE(2341)] = 154304, - [SMALL_STATE(2342)] = 154361, - [SMALL_STATE(2343)] = 154442, - [SMALL_STATE(2344)] = 154509, - [SMALL_STATE(2345)] = 154582, - [SMALL_STATE(2346)] = 154643, - [SMALL_STATE(2347)] = 154710, - [SMALL_STATE(2348)] = 154789, - [SMALL_STATE(2349)] = 154866, - [SMALL_STATE(2350)] = 154941, - [SMALL_STATE(2351)] = 155014, - [SMALL_STATE(2352)] = 155083, - [SMALL_STATE(2353)] = 155144, - [SMALL_STATE(2354)] = 155203, - [SMALL_STATE(2355)] = 155260, - [SMALL_STATE(2356)] = 155317, - [SMALL_STATE(2357)] = 155398, - [SMALL_STATE(2358)] = 155455, - [SMALL_STATE(2359)] = 155548, - [SMALL_STATE(2360)] = 155615, - [SMALL_STATE(2361)] = 155688, - [SMALL_STATE(2362)] = 155755, - [SMALL_STATE(2363)] = 155834, - [SMALL_STATE(2364)] = 155911, - [SMALL_STATE(2365)] = 155986, - [SMALL_STATE(2366)] = 156059, - [SMALL_STATE(2367)] = 156116, - [SMALL_STATE(2368)] = 156173, - [SMALL_STATE(2369)] = 156230, - [SMALL_STATE(2370)] = 156287, - [SMALL_STATE(2371)] = 156356, - [SMALL_STATE(2372)] = 156413, - [SMALL_STATE(2373)] = 156470, - [SMALL_STATE(2374)] = 156527, - [SMALL_STATE(2375)] = 156584, - [SMALL_STATE(2376)] = 156641, - [SMALL_STATE(2377)] = 156698, - [SMALL_STATE(2378)] = 156779, - [SMALL_STATE(2379)] = 156852, - [SMALL_STATE(2380)] = 156933, - [SMALL_STATE(2381)] = 156990, - [SMALL_STATE(2382)] = 157071, - [SMALL_STATE(2383)] = 157152, - [SMALL_STATE(2384)] = 157209, - [SMALL_STATE(2385)] = 157266, - [SMALL_STATE(2386)] = 157323, - [SMALL_STATE(2387)] = 157416, - [SMALL_STATE(2388)] = 157473, - [SMALL_STATE(2389)] = 157554, - [SMALL_STATE(2390)] = 157611, - [SMALL_STATE(2391)] = 157668, - [SMALL_STATE(2392)] = 157761, - [SMALL_STATE(2393)] = 157852, - [SMALL_STATE(2394)] = 157909, - [SMALL_STATE(2395)] = 157990, - [SMALL_STATE(2396)] = 158047, - [SMALL_STATE(2397)] = 158104, - [SMALL_STATE(2398)] = 158161, - [SMALL_STATE(2399)] = 158252, - [SMALL_STATE(2400)] = 158309, - [SMALL_STATE(2401)] = 158390, + [SMALL_STATE(2290)] = 150615, + [SMALL_STATE(2291)] = 150672, + [SMALL_STATE(2292)] = 150751, + [SMALL_STATE(2293)] = 150818, + [SMALL_STATE(2294)] = 150891, + [SMALL_STATE(2295)] = 150958, + [SMALL_STATE(2296)] = 151031, + [SMALL_STATE(2297)] = 151088, + [SMALL_STATE(2298)] = 151163, + [SMALL_STATE(2299)] = 151240, + [SMALL_STATE(2300)] = 151319, + [SMALL_STATE(2301)] = 151386, + [SMALL_STATE(2302)] = 151461, + [SMALL_STATE(2303)] = 151554, + [SMALL_STATE(2304)] = 151635, + [SMALL_STATE(2305)] = 151692, + [SMALL_STATE(2306)] = 151765, + [SMALL_STATE(2307)] = 151846, + [SMALL_STATE(2308)] = 151927, + [SMALL_STATE(2309)] = 152008, + [SMALL_STATE(2310)] = 152077, + [SMALL_STATE(2311)] = 152152, + [SMALL_STATE(2312)] = 152209, + [SMALL_STATE(2313)] = 152290, + [SMALL_STATE(2314)] = 152367, + [SMALL_STATE(2315)] = 152424, + [SMALL_STATE(2316)] = 152481, + [SMALL_STATE(2317)] = 152562, + [SMALL_STATE(2318)] = 152643, + [SMALL_STATE(2319)] = 152712, + [SMALL_STATE(2320)] = 152773, + [SMALL_STATE(2321)] = 152852, + [SMALL_STATE(2322)] = 152919, + [SMALL_STATE(2323)] = 152988, + [SMALL_STATE(2324)] = 153061, + [SMALL_STATE(2325)] = 153136, + [SMALL_STATE(2326)] = 153213, + [SMALL_STATE(2327)] = 153270, + [SMALL_STATE(2328)] = 153351, + [SMALL_STATE(2329)] = 153430, + [SMALL_STATE(2330)] = 153497, + [SMALL_STATE(2331)] = 153554, + [SMALL_STATE(2332)] = 153615, + [SMALL_STATE(2333)] = 153688, + [SMALL_STATE(2334)] = 153755, + [SMALL_STATE(2335)] = 153812, + [SMALL_STATE(2336)] = 153893, + [SMALL_STATE(2337)] = 153950, + [SMALL_STATE(2338)] = 154023, + [SMALL_STATE(2339)] = 154092, + [SMALL_STATE(2340)] = 154149, + [SMALL_STATE(2341)] = 154230, + [SMALL_STATE(2342)] = 154287, + [SMALL_STATE(2343)] = 154380, + [SMALL_STATE(2344)] = 154453, + [SMALL_STATE(2345)] = 154520, + [SMALL_STATE(2346)] = 154577, + [SMALL_STATE(2347)] = 154634, + [SMALL_STATE(2348)] = 154725, + [SMALL_STATE(2349)] = 154782, + [SMALL_STATE(2350)] = 154839, + [SMALL_STATE(2351)] = 154896, + [SMALL_STATE(2352)] = 154973, + [SMALL_STATE(2353)] = 155054, + [SMALL_STATE(2354)] = 155135, + [SMALL_STATE(2355)] = 155192, + [SMALL_STATE(2356)] = 155273, + [SMALL_STATE(2357)] = 155330, + [SMALL_STATE(2358)] = 155411, + [SMALL_STATE(2359)] = 155468, + [SMALL_STATE(2360)] = 155525, + [SMALL_STATE(2361)] = 155582, + [SMALL_STATE(2362)] = 155639, + [SMALL_STATE(2363)] = 155696, + [SMALL_STATE(2364)] = 155789, + [SMALL_STATE(2365)] = 155846, + [SMALL_STATE(2366)] = 155903, + [SMALL_STATE(2367)] = 155960, + [SMALL_STATE(2368)] = 156017, + [SMALL_STATE(2369)] = 156074, + [SMALL_STATE(2370)] = 156155, + [SMALL_STATE(2371)] = 156236, + [SMALL_STATE(2372)] = 156317, + [SMALL_STATE(2373)] = 156396, + [SMALL_STATE(2374)] = 156473, + [SMALL_STATE(2375)] = 156566, + [SMALL_STATE(2376)] = 156659, + [SMALL_STATE(2377)] = 156716, + [SMALL_STATE(2378)] = 156807, + [SMALL_STATE(2379)] = 156880, + [SMALL_STATE(2380)] = 156955, + [SMALL_STATE(2381)] = 157022, + [SMALL_STATE(2382)] = 157079, + [SMALL_STATE(2383)] = 157136, + [SMALL_STATE(2384)] = 157229, + [SMALL_STATE(2385)] = 157310, + [SMALL_STATE(2386)] = 157367, + [SMALL_STATE(2387)] = 157436, + [SMALL_STATE(2388)] = 157509, + [SMALL_STATE(2389)] = 157584, + [SMALL_STATE(2390)] = 157641, + [SMALL_STATE(2391)] = 157718, + [SMALL_STATE(2392)] = 157775, + [SMALL_STATE(2393)] = 157856, + [SMALL_STATE(2394)] = 157935, + [SMALL_STATE(2395)] = 158016, + [SMALL_STATE(2396)] = 158109, + [SMALL_STATE(2397)] = 158166, + [SMALL_STATE(2398)] = 158223, + [SMALL_STATE(2399)] = 158290, + [SMALL_STATE(2400)] = 158347, + [SMALL_STATE(2401)] = 158404, [SMALL_STATE(2402)] = 158471, - [SMALL_STATE(2403)] = 158538, - [SMALL_STATE(2404)] = 158611, - [SMALL_STATE(2405)] = 158668, - [SMALL_STATE(2406)] = 158725, - [SMALL_STATE(2407)] = 158816, - [SMALL_STATE(2408)] = 158897, - [SMALL_STATE(2409)] = 158954, - [SMALL_STATE(2410)] = 159011, - [SMALL_STATE(2411)] = 159104, - [SMALL_STATE(2412)] = 159197, - [SMALL_STATE(2413)] = 159264, - [SMALL_STATE(2414)] = 159345, - [SMALL_STATE(2415)] = 159412, - [SMALL_STATE(2416)] = 159491, - [SMALL_STATE(2417)] = 159572, - [SMALL_STATE(2418)] = 159629, - [SMALL_STATE(2419)] = 159710, - [SMALL_STATE(2420)] = 159791, - [SMALL_STATE(2421)] = 159868, - [SMALL_STATE(2422)] = 159925, - [SMALL_STATE(2423)] = 159982, - [SMALL_STATE(2424)] = 160057, - [SMALL_STATE(2425)] = 160130, - [SMALL_STATE(2426)] = 160199, - [SMALL_STATE(2427)] = 160292, - [SMALL_STATE(2428)] = 160349, - [SMALL_STATE(2429)] = 160430, - [SMALL_STATE(2430)] = 160487, - [SMALL_STATE(2431)] = 160568, - [SMALL_STATE(2432)] = 160649, + [SMALL_STATE(2403)] = 158544, + [SMALL_STATE(2404)] = 158625, + [SMALL_STATE(2405)] = 158706, + [SMALL_STATE(2406)] = 158763, + [SMALL_STATE(2407)] = 158844, + [SMALL_STATE(2408)] = 158917, + [SMALL_STATE(2409)] = 158984, + [SMALL_STATE(2410)] = 159041, + [SMALL_STATE(2411)] = 159122, + [SMALL_STATE(2412)] = 159213, + [SMALL_STATE(2413)] = 159270, + [SMALL_STATE(2414)] = 159351, + [SMALL_STATE(2415)] = 159432, + [SMALL_STATE(2416)] = 159513, + [SMALL_STATE(2417)] = 159570, + [SMALL_STATE(2418)] = 159663, + [SMALL_STATE(2419)] = 159720, + [SMALL_STATE(2420)] = 159813, + [SMALL_STATE(2421)] = 159906, + [SMALL_STATE(2422)] = 159987, + [SMALL_STATE(2423)] = 160078, + [SMALL_STATE(2424)] = 160135, + [SMALL_STATE(2425)] = 160216, + [SMALL_STATE(2426)] = 160277, + [SMALL_STATE(2427)] = 160358, + [SMALL_STATE(2428)] = 160415, + [SMALL_STATE(2429)] = 160472, + [SMALL_STATE(2430)] = 160541, + [SMALL_STATE(2431)] = 160614, + [SMALL_STATE(2432)] = 160671, [SMALL_STATE(2433)] = 160730, [SMALL_STATE(2434)] = 160797, - [SMALL_STATE(2435)] = 160875, - [SMALL_STATE(2436)] = 160953, - [SMALL_STATE(2437)] = 161009, - [SMALL_STATE(2438)] = 161087, - [SMALL_STATE(2439)] = 161143, - [SMALL_STATE(2440)] = 161199, - [SMALL_STATE(2441)] = 161255, - [SMALL_STATE(2442)] = 161333, - [SMALL_STATE(2443)] = 161389, - [SMALL_STATE(2444)] = 161449, - [SMALL_STATE(2445)] = 161505, - [SMALL_STATE(2446)] = 161561, - [SMALL_STATE(2447)] = 161617, - [SMALL_STATE(2448)] = 161673, - [SMALL_STATE(2449)] = 161729, - [SMALL_STATE(2450)] = 161807, - [SMALL_STATE(2451)] = 161885, - [SMALL_STATE(2452)] = 161941, - [SMALL_STATE(2453)] = 161997, - [SMALL_STATE(2454)] = 162053, - [SMALL_STATE(2455)] = 162109, - [SMALL_STATE(2456)] = 162165, - [SMALL_STATE(2457)] = 162221, - [SMALL_STATE(2458)] = 162277, - [SMALL_STATE(2459)] = 162333, - [SMALL_STATE(2460)] = 162389, - [SMALL_STATE(2461)] = 162445, - [SMALL_STATE(2462)] = 162501, - [SMALL_STATE(2463)] = 162557, - [SMALL_STATE(2464)] = 162617, - [SMALL_STATE(2465)] = 162695, - [SMALL_STATE(2466)] = 162773, - [SMALL_STATE(2467)] = 162851, - [SMALL_STATE(2468)] = 162907, - [SMALL_STATE(2469)] = 162985, + [SMALL_STATE(2435)] = 160853, + [SMALL_STATE(2436)] = 160909, + [SMALL_STATE(2437)] = 160965, + [SMALL_STATE(2438)] = 161025, + [SMALL_STATE(2439)] = 161081, + [SMALL_STATE(2440)] = 161159, + [SMALL_STATE(2441)] = 161215, + [SMALL_STATE(2442)] = 161271, + [SMALL_STATE(2443)] = 161327, + [SMALL_STATE(2444)] = 161383, + [SMALL_STATE(2445)] = 161441, + [SMALL_STATE(2446)] = 161497, + [SMALL_STATE(2447)] = 161553, + [SMALL_STATE(2448)] = 161631, + [SMALL_STATE(2449)] = 161709, + [SMALL_STATE(2450)] = 161765, + [SMALL_STATE(2451)] = 161821, + [SMALL_STATE(2452)] = 161877, + [SMALL_STATE(2453)] = 161933, + [SMALL_STATE(2454)] = 161989, + [SMALL_STATE(2455)] = 162045, + [SMALL_STATE(2456)] = 162123, + [SMALL_STATE(2457)] = 162179, + [SMALL_STATE(2458)] = 162257, + [SMALL_STATE(2459)] = 162313, + [SMALL_STATE(2460)] = 162391, + [SMALL_STATE(2461)] = 162469, + [SMALL_STATE(2462)] = 162547, + [SMALL_STATE(2463)] = 162603, + [SMALL_STATE(2464)] = 162663, + [SMALL_STATE(2465)] = 162719, + [SMALL_STATE(2466)] = 162775, + [SMALL_STATE(2467)] = 162853, + [SMALL_STATE(2468)] = 162909, + [SMALL_STATE(2469)] = 162965, [SMALL_STATE(2470)] = 163043, [SMALL_STATE(2471)] = 163099, [SMALL_STATE(2472)] = 163154, [SMALL_STATE(2473)] = 163209, [SMALL_STATE(2474)] = 163264, - [SMALL_STATE(2475)] = 163319, - [SMALL_STATE(2476)] = 163374, - [SMALL_STATE(2477)] = 163429, - [SMALL_STATE(2478)] = 163484, - [SMALL_STATE(2479)] = 163539, - [SMALL_STATE(2480)] = 163594, - [SMALL_STATE(2481)] = 163649, - [SMALL_STATE(2482)] = 163704, - [SMALL_STATE(2483)] = 163759, - [SMALL_STATE(2484)] = 163814, - [SMALL_STATE(2485)] = 163869, - [SMALL_STATE(2486)] = 163924, - [SMALL_STATE(2487)] = 163983, - [SMALL_STATE(2488)] = 164038, - [SMALL_STATE(2489)] = 164093, - [SMALL_STATE(2490)] = 164152, - [SMALL_STATE(2491)] = 164207, + [SMALL_STATE(2475)] = 163323, + [SMALL_STATE(2476)] = 163380, + [SMALL_STATE(2477)] = 163435, + [SMALL_STATE(2478)] = 163490, + [SMALL_STATE(2479)] = 163545, + [SMALL_STATE(2480)] = 163600, + [SMALL_STATE(2481)] = 163655, + [SMALL_STATE(2482)] = 163710, + [SMALL_STATE(2483)] = 163765, + [SMALL_STATE(2484)] = 163820, + [SMALL_STATE(2485)] = 163875, + [SMALL_STATE(2486)] = 163930, + [SMALL_STATE(2487)] = 163985, + [SMALL_STATE(2488)] = 164040, + [SMALL_STATE(2489)] = 164095, + [SMALL_STATE(2490)] = 164150, + [SMALL_STATE(2491)] = 164205, [SMALL_STATE(2492)] = 164262, [SMALL_STATE(2493)] = 164317, [SMALL_STATE(2494)] = 164372, @@ -320713,200 +320713,200 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(2496)] = 164482, [SMALL_STATE(2497)] = 164537, [SMALL_STATE(2498)] = 164592, - [SMALL_STATE(2499)] = 164649, - [SMALL_STATE(2500)] = 164704, - [SMALL_STATE(2501)] = 164759, - [SMALL_STATE(2502)] = 164814, - [SMALL_STATE(2503)] = 164869, - [SMALL_STATE(2504)] = 164924, - [SMALL_STATE(2505)] = 164981, - [SMALL_STATE(2506)] = 165036, - [SMALL_STATE(2507)] = 165091, + [SMALL_STATE(2499)] = 164647, + [SMALL_STATE(2500)] = 164702, + [SMALL_STATE(2501)] = 164757, + [SMALL_STATE(2502)] = 164812, + [SMALL_STATE(2503)] = 164867, + [SMALL_STATE(2504)] = 164922, + [SMALL_STATE(2505)] = 164977, + [SMALL_STATE(2506)] = 165032, + [SMALL_STATE(2507)] = 165087, [SMALL_STATE(2508)] = 165146, [SMALL_STATE(2509)] = 165201, [SMALL_STATE(2510)] = 165256, [SMALL_STATE(2511)] = 165311, [SMALL_STATE(2512)] = 165366, [SMALL_STATE(2513)] = 165421, - [SMALL_STATE(2514)] = 165476, - [SMALL_STATE(2515)] = 165531, - [SMALL_STATE(2516)] = 165586, - [SMALL_STATE(2517)] = 165641, - [SMALL_STATE(2518)] = 165696, - [SMALL_STATE(2519)] = 165751, - [SMALL_STATE(2520)] = 165806, + [SMALL_STATE(2514)] = 165480, + [SMALL_STATE(2515)] = 165535, + [SMALL_STATE(2516)] = 165590, + [SMALL_STATE(2517)] = 165645, + [SMALL_STATE(2518)] = 165700, + [SMALL_STATE(2519)] = 165755, + [SMALL_STATE(2520)] = 165810, [SMALL_STATE(2521)] = 165865, [SMALL_STATE(2522)] = 165920, [SMALL_STATE(2523)] = 165975, - [SMALL_STATE(2524)] = 166030, - [SMALL_STATE(2525)] = 166085, - [SMALL_STATE(2526)] = 166140, - [SMALL_STATE(2527)] = 166195, - [SMALL_STATE(2528)] = 166250, - [SMALL_STATE(2529)] = 166305, - [SMALL_STATE(2530)] = 166360, - [SMALL_STATE(2531)] = 166415, - [SMALL_STATE(2532)] = 166470, - [SMALL_STATE(2533)] = 166525, - [SMALL_STATE(2534)] = 166580, + [SMALL_STATE(2524)] = 166032, + [SMALL_STATE(2525)] = 166087, + [SMALL_STATE(2526)] = 166142, + [SMALL_STATE(2527)] = 166197, + [SMALL_STATE(2528)] = 166252, + [SMALL_STATE(2529)] = 166307, + [SMALL_STATE(2530)] = 166362, + [SMALL_STATE(2531)] = 166417, + [SMALL_STATE(2532)] = 166472, + [SMALL_STATE(2533)] = 166527, + [SMALL_STATE(2534)] = 166582, [SMALL_STATE(2535)] = 166637, [SMALL_STATE(2536)] = 166692, [SMALL_STATE(2537)] = 166747, [SMALL_STATE(2538)] = 166801, - [SMALL_STATE(2539)] = 166853, - [SMALL_STATE(2540)] = 166907, - [SMALL_STATE(2541)] = 166961, - [SMALL_STATE(2542)] = 167015, - [SMALL_STATE(2543)] = 167067, - [SMALL_STATE(2544)] = 167121, - [SMALL_STATE(2545)] = 167175, - [SMALL_STATE(2546)] = 167229, - [SMALL_STATE(2547)] = 167283, - [SMALL_STATE(2548)] = 167337, - [SMALL_STATE(2549)] = 167391, - [SMALL_STATE(2550)] = 167445, - [SMALL_STATE(2551)] = 167499, - [SMALL_STATE(2552)] = 167553, - [SMALL_STATE(2553)] = 167607, - [SMALL_STATE(2554)] = 167661, - [SMALL_STATE(2555)] = 167715, - [SMALL_STATE(2556)] = 167769, - [SMALL_STATE(2557)] = 167823, - [SMALL_STATE(2558)] = 167877, - [SMALL_STATE(2559)] = 167931, - [SMALL_STATE(2560)] = 167985, - [SMALL_STATE(2561)] = 168039, - [SMALL_STATE(2562)] = 168093, - [SMALL_STATE(2563)] = 168147, - [SMALL_STATE(2564)] = 168201, - [SMALL_STATE(2565)] = 168255, - [SMALL_STATE(2566)] = 168309, - [SMALL_STATE(2567)] = 168363, - [SMALL_STATE(2568)] = 168417, - [SMALL_STATE(2569)] = 168471, - [SMALL_STATE(2570)] = 168525, - [SMALL_STATE(2571)] = 168579, - [SMALL_STATE(2572)] = 168633, - [SMALL_STATE(2573)] = 168687, - [SMALL_STATE(2574)] = 168741, - [SMALL_STATE(2575)] = 168795, - [SMALL_STATE(2576)] = 168851, + [SMALL_STATE(2539)] = 166855, + [SMALL_STATE(2540)] = 166909, + [SMALL_STATE(2541)] = 166963, + [SMALL_STATE(2542)] = 167017, + [SMALL_STATE(2543)] = 167073, + [SMALL_STATE(2544)] = 167127, + [SMALL_STATE(2545)] = 167181, + [SMALL_STATE(2546)] = 167235, + [SMALL_STATE(2547)] = 167287, + [SMALL_STATE(2548)] = 167341, + [SMALL_STATE(2549)] = 167395, + [SMALL_STATE(2550)] = 167449, + [SMALL_STATE(2551)] = 167505, + [SMALL_STATE(2552)] = 167557, + [SMALL_STATE(2553)] = 167611, + [SMALL_STATE(2554)] = 167665, + [SMALL_STATE(2555)] = 167719, + [SMALL_STATE(2556)] = 167773, + [SMALL_STATE(2557)] = 167827, + [SMALL_STATE(2558)] = 167881, + [SMALL_STATE(2559)] = 167935, + [SMALL_STATE(2560)] = 167989, + [SMALL_STATE(2561)] = 168043, + [SMALL_STATE(2562)] = 168097, + [SMALL_STATE(2563)] = 168151, + [SMALL_STATE(2564)] = 168205, + [SMALL_STATE(2565)] = 168259, + [SMALL_STATE(2566)] = 168313, + [SMALL_STATE(2567)] = 168367, + [SMALL_STATE(2568)] = 168421, + [SMALL_STATE(2569)] = 168475, + [SMALL_STATE(2570)] = 168529, + [SMALL_STATE(2571)] = 168583, + [SMALL_STATE(2572)] = 168637, + [SMALL_STATE(2573)] = 168691, + [SMALL_STATE(2574)] = 168745, + [SMALL_STATE(2575)] = 168799, + [SMALL_STATE(2576)] = 168853, [SMALL_STATE(2577)] = 168905, [SMALL_STATE(2578)] = 168959, [SMALL_STATE(2579)] = 169013, - [SMALL_STATE(2580)] = 169065, - [SMALL_STATE(2581)] = 169119, - [SMALL_STATE(2582)] = 169173, - [SMALL_STATE(2583)] = 169227, - [SMALL_STATE(2584)] = 169281, - [SMALL_STATE(2585)] = 169335, - [SMALL_STATE(2586)] = 169389, - [SMALL_STATE(2587)] = 169443, - [SMALL_STATE(2588)] = 169497, - [SMALL_STATE(2589)] = 169551, - [SMALL_STATE(2590)] = 169605, - [SMALL_STATE(2591)] = 169659, - [SMALL_STATE(2592)] = 169713, - [SMALL_STATE(2593)] = 169767, - [SMALL_STATE(2594)] = 169819, - [SMALL_STATE(2595)] = 169873, - [SMALL_STATE(2596)] = 169927, - [SMALL_STATE(2597)] = 169981, - [SMALL_STATE(2598)] = 170035, - [SMALL_STATE(2599)] = 170089, - [SMALL_STATE(2600)] = 170143, - [SMALL_STATE(2601)] = 170197, - [SMALL_STATE(2602)] = 170251, - [SMALL_STATE(2603)] = 170305, - [SMALL_STATE(2604)] = 170359, - [SMALL_STATE(2605)] = 170413, - [SMALL_STATE(2606)] = 170467, - [SMALL_STATE(2607)] = 170521, - [SMALL_STATE(2608)] = 170575, - [SMALL_STATE(2609)] = 170629, - [SMALL_STATE(2610)] = 170685, - [SMALL_STATE(2611)] = 170739, - [SMALL_STATE(2612)] = 170793, - [SMALL_STATE(2613)] = 170847, + [SMALL_STATE(2580)] = 169067, + [SMALL_STATE(2581)] = 169121, + [SMALL_STATE(2582)] = 169175, + [SMALL_STATE(2583)] = 169229, + [SMALL_STATE(2584)] = 169283, + [SMALL_STATE(2585)] = 169337, + [SMALL_STATE(2586)] = 169391, + [SMALL_STATE(2587)] = 169445, + [SMALL_STATE(2588)] = 169499, + [SMALL_STATE(2589)] = 169553, + [SMALL_STATE(2590)] = 169607, + [SMALL_STATE(2591)] = 169661, + [SMALL_STATE(2592)] = 169715, + [SMALL_STATE(2593)] = 169769, + [SMALL_STATE(2594)] = 169823, + [SMALL_STATE(2595)] = 169877, + [SMALL_STATE(2596)] = 169931, + [SMALL_STATE(2597)] = 169985, + [SMALL_STATE(2598)] = 170039, + [SMALL_STATE(2599)] = 170093, + [SMALL_STATE(2600)] = 170145, + [SMALL_STATE(2601)] = 170199, + [SMALL_STATE(2602)] = 170253, + [SMALL_STATE(2603)] = 170307, + [SMALL_STATE(2604)] = 170361, + [SMALL_STATE(2605)] = 170415, + [SMALL_STATE(2606)] = 170469, + [SMALL_STATE(2607)] = 170523, + [SMALL_STATE(2608)] = 170577, + [SMALL_STATE(2609)] = 170631, + [SMALL_STATE(2610)] = 170683, + [SMALL_STATE(2611)] = 170737, + [SMALL_STATE(2612)] = 170791, + [SMALL_STATE(2613)] = 170845, [SMALL_STATE(2614)] = 170899, [SMALL_STATE(2615)] = 170953, [SMALL_STATE(2616)] = 171007, [SMALL_STATE(2617)] = 171060, - [SMALL_STATE(2618)] = 171111, - [SMALL_STATE(2619)] = 171164, - [SMALL_STATE(2620)] = 171215, - [SMALL_STATE(2621)] = 171266, - [SMALL_STATE(2622)] = 171319, - [SMALL_STATE(2623)] = 171372, - [SMALL_STATE(2624)] = 171425, - [SMALL_STATE(2625)] = 171478, - [SMALL_STATE(2626)] = 171531, - [SMALL_STATE(2627)] = 171632, - [SMALL_STATE(2628)] = 171685, - [SMALL_STATE(2629)] = 171738, - [SMALL_STATE(2630)] = 171789, - [SMALL_STATE(2631)] = 171840, - [SMALL_STATE(2632)] = 171893, - [SMALL_STATE(2633)] = 171946, - [SMALL_STATE(2634)] = 171999, - [SMALL_STATE(2635)] = 172052, - [SMALL_STATE(2636)] = 172105, - [SMALL_STATE(2637)] = 172206, - [SMALL_STATE(2638)] = 172257, - [SMALL_STATE(2639)] = 172308, - [SMALL_STATE(2640)] = 172361, - [SMALL_STATE(2641)] = 172414, - [SMALL_STATE(2642)] = 172467, - [SMALL_STATE(2643)] = 172520, - [SMALL_STATE(2644)] = 172573, - [SMALL_STATE(2645)] = 172626, - [SMALL_STATE(2646)] = 172677, - [SMALL_STATE(2647)] = 172730, - [SMALL_STATE(2648)] = 172783, - [SMALL_STATE(2649)] = 172836, - [SMALL_STATE(2650)] = 172889, - [SMALL_STATE(2651)] = 172942, - [SMALL_STATE(2652)] = 172995, - [SMALL_STATE(2653)] = 173048, - [SMALL_STATE(2654)] = 173101, - [SMALL_STATE(2655)] = 173154, - [SMALL_STATE(2656)] = 173207, - [SMALL_STATE(2657)] = 173260, - [SMALL_STATE(2658)] = 173313, - [SMALL_STATE(2659)] = 173414, - [SMALL_STATE(2660)] = 173467, - [SMALL_STATE(2661)] = 173520, - [SMALL_STATE(2662)] = 173573, - [SMALL_STATE(2663)] = 173626, - [SMALL_STATE(2664)] = 173679, - [SMALL_STATE(2665)] = 173732, - [SMALL_STATE(2666)] = 173785, - [SMALL_STATE(2667)] = 173838, - [SMALL_STATE(2668)] = 173891, - [SMALL_STATE(2669)] = 173944, - [SMALL_STATE(2670)] = 173997, - [SMALL_STATE(2671)] = 174050, - [SMALL_STATE(2672)] = 174103, - [SMALL_STATE(2673)] = 174156, - [SMALL_STATE(2674)] = 174209, - [SMALL_STATE(2675)] = 174262, - [SMALL_STATE(2676)] = 174317, - [SMALL_STATE(2677)] = 174368, - [SMALL_STATE(2678)] = 174421, - [SMALL_STATE(2679)] = 174472, - [SMALL_STATE(2680)] = 174525, - [SMALL_STATE(2681)] = 174578, - [SMALL_STATE(2682)] = 174631, - [SMALL_STATE(2683)] = 174684, - [SMALL_STATE(2684)] = 174737, - [SMALL_STATE(2685)] = 174790, - [SMALL_STATE(2686)] = 174845, - [SMALL_STATE(2687)] = 174898, - [SMALL_STATE(2688)] = 174951, - [SMALL_STATE(2689)] = 175004, - [SMALL_STATE(2690)] = 175105, - [SMALL_STATE(2691)] = 175158, - [SMALL_STATE(2692)] = 175209, + [SMALL_STATE(2618)] = 171113, + [SMALL_STATE(2619)] = 171166, + [SMALL_STATE(2620)] = 171219, + [SMALL_STATE(2621)] = 171272, + [SMALL_STATE(2622)] = 171325, + [SMALL_STATE(2623)] = 171378, + [SMALL_STATE(2624)] = 171431, + [SMALL_STATE(2625)] = 171484, + [SMALL_STATE(2626)] = 171537, + [SMALL_STATE(2627)] = 171590, + [SMALL_STATE(2628)] = 171643, + [SMALL_STATE(2629)] = 171698, + [SMALL_STATE(2630)] = 171749, + [SMALL_STATE(2631)] = 171802, + [SMALL_STATE(2632)] = 171855, + [SMALL_STATE(2633)] = 171908, + [SMALL_STATE(2634)] = 171961, + [SMALL_STATE(2635)] = 172014, + [SMALL_STATE(2636)] = 172067, + [SMALL_STATE(2637)] = 172120, + [SMALL_STATE(2638)] = 172173, + [SMALL_STATE(2639)] = 172226, + [SMALL_STATE(2640)] = 172279, + [SMALL_STATE(2641)] = 172332, + [SMALL_STATE(2642)] = 172385, + [SMALL_STATE(2643)] = 172440, + [SMALL_STATE(2644)] = 172493, + [SMALL_STATE(2645)] = 172546, + [SMALL_STATE(2646)] = 172599, + [SMALL_STATE(2647)] = 172652, + [SMALL_STATE(2648)] = 172705, + [SMALL_STATE(2649)] = 172758, + [SMALL_STATE(2650)] = 172811, + [SMALL_STATE(2651)] = 172864, + [SMALL_STATE(2652)] = 172917, + [SMALL_STATE(2653)] = 172970, + [SMALL_STATE(2654)] = 173023, + [SMALL_STATE(2655)] = 173076, + [SMALL_STATE(2656)] = 173129, + [SMALL_STATE(2657)] = 173182, + [SMALL_STATE(2658)] = 173235, + [SMALL_STATE(2659)] = 173288, + [SMALL_STATE(2660)] = 173339, + [SMALL_STATE(2661)] = 173392, + [SMALL_STATE(2662)] = 173445, + [SMALL_STATE(2663)] = 173498, + [SMALL_STATE(2664)] = 173551, + [SMALL_STATE(2665)] = 173604, + [SMALL_STATE(2666)] = 173655, + [SMALL_STATE(2667)] = 173706, + [SMALL_STATE(2668)] = 173757, + [SMALL_STATE(2669)] = 173808, + [SMALL_STATE(2670)] = 173861, + [SMALL_STATE(2671)] = 173914, + [SMALL_STATE(2672)] = 173967, + [SMALL_STATE(2673)] = 174018, + [SMALL_STATE(2674)] = 174071, + [SMALL_STATE(2675)] = 174124, + [SMALL_STATE(2676)] = 174177, + [SMALL_STATE(2677)] = 174230, + [SMALL_STATE(2678)] = 174283, + [SMALL_STATE(2679)] = 174384, + [SMALL_STATE(2680)] = 174435, + [SMALL_STATE(2681)] = 174488, + [SMALL_STATE(2682)] = 174541, + [SMALL_STATE(2683)] = 174592, + [SMALL_STATE(2684)] = 174645, + [SMALL_STATE(2685)] = 174696, + [SMALL_STATE(2686)] = 174797, + [SMALL_STATE(2687)] = 174850, + [SMALL_STATE(2688)] = 174901, + [SMALL_STATE(2689)] = 175002, + [SMALL_STATE(2690)] = 175055, + [SMALL_STATE(2691)] = 175108, + [SMALL_STATE(2692)] = 175161, [SMALL_STATE(2693)] = 175262, [SMALL_STATE(2694)] = 175314, [SMALL_STATE(2695)] = 175366, @@ -320919,28 +320919,28 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(2702)] = 175730, [SMALL_STATE(2703)] = 175782, [SMALL_STATE(2704)] = 175834, - [SMALL_STATE(2705)] = 175886, - [SMALL_STATE(2706)] = 175938, - [SMALL_STATE(2707)] = 175990, - [SMALL_STATE(2708)] = 176044, - [SMALL_STATE(2709)] = 176096, - [SMALL_STATE(2710)] = 176148, - [SMALL_STATE(2711)] = 176200, - [SMALL_STATE(2712)] = 176252, - [SMALL_STATE(2713)] = 176304, - [SMALL_STATE(2714)] = 176356, - [SMALL_STATE(2715)] = 176440, - [SMALL_STATE(2716)] = 176492, - [SMALL_STATE(2717)] = 176544, - [SMALL_STATE(2718)] = 176596, - [SMALL_STATE(2719)] = 176648, - [SMALL_STATE(2720)] = 176700, - [SMALL_STATE(2721)] = 176752, - [SMALL_STATE(2722)] = 176804, + [SMALL_STATE(2705)] = 175918, + [SMALL_STATE(2706)] = 175970, + [SMALL_STATE(2707)] = 176022, + [SMALL_STATE(2708)] = 176074, + [SMALL_STATE(2709)] = 176126, + [SMALL_STATE(2710)] = 176178, + [SMALL_STATE(2711)] = 176230, + [SMALL_STATE(2712)] = 176282, + [SMALL_STATE(2713)] = 176334, + [SMALL_STATE(2714)] = 176386, + [SMALL_STATE(2715)] = 176470, + [SMALL_STATE(2716)] = 176524, + [SMALL_STATE(2717)] = 176576, + [SMALL_STATE(2718)] = 176628, + [SMALL_STATE(2719)] = 176680, + [SMALL_STATE(2720)] = 176732, + [SMALL_STATE(2721)] = 176784, + [SMALL_STATE(2722)] = 176836, [SMALL_STATE(2723)] = 176888, - [SMALL_STATE(2724)] = 176940, - [SMALL_STATE(2725)] = 177024, - [SMALL_STATE(2726)] = 177076, + [SMALL_STATE(2724)] = 176972, + [SMALL_STATE(2725)] = 177056, + [SMALL_STATE(2726)] = 177108, [SMALL_STATE(2727)] = 177160, [SMALL_STATE(2728)] = 177212, [SMALL_STATE(2729)] = 177264, @@ -320950,43 +320950,43 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(2733)] = 177472, [SMALL_STATE(2734)] = 177524, [SMALL_STATE(2735)] = 177576, - [SMALL_STATE(2736)] = 177628, - [SMALL_STATE(2737)] = 177680, - [SMALL_STATE(2738)] = 177732, - [SMALL_STATE(2739)] = 177784, - [SMALL_STATE(2740)] = 177836, - [SMALL_STATE(2741)] = 177888, - [SMALL_STATE(2742)] = 177940, - [SMALL_STATE(2743)] = 177992, - [SMALL_STATE(2744)] = 178044, - [SMALL_STATE(2745)] = 178096, - [SMALL_STATE(2746)] = 178148, - [SMALL_STATE(2747)] = 178200, - [SMALL_STATE(2748)] = 178252, - [SMALL_STATE(2749)] = 178304, - [SMALL_STATE(2750)] = 178356, - [SMALL_STATE(2751)] = 178408, - [SMALL_STATE(2752)] = 178462, - [SMALL_STATE(2753)] = 178514, - [SMALL_STATE(2754)] = 178566, + [SMALL_STATE(2736)] = 177630, + [SMALL_STATE(2737)] = 177682, + [SMALL_STATE(2738)] = 177734, + [SMALL_STATE(2739)] = 177786, + [SMALL_STATE(2740)] = 177870, + [SMALL_STATE(2741)] = 177922, + [SMALL_STATE(2742)] = 177974, + [SMALL_STATE(2743)] = 178026, + [SMALL_STATE(2744)] = 178078, + [SMALL_STATE(2745)] = 178130, + [SMALL_STATE(2746)] = 178182, + [SMALL_STATE(2747)] = 178234, + [SMALL_STATE(2748)] = 178286, + [SMALL_STATE(2749)] = 178338, + [SMALL_STATE(2750)] = 178390, + [SMALL_STATE(2751)] = 178442, + [SMALL_STATE(2752)] = 178494, + [SMALL_STATE(2753)] = 178546, + [SMALL_STATE(2754)] = 178598, [SMALL_STATE(2755)] = 178650, [SMALL_STATE(2756)] = 178702, [SMALL_STATE(2757)] = 178754, [SMALL_STATE(2758)] = 178806, - [SMALL_STATE(2759)] = 178858, - [SMALL_STATE(2760)] = 178910, - [SMALL_STATE(2761)] = 178962, - [SMALL_STATE(2762)] = 179014, - [SMALL_STATE(2763)] = 179066, - [SMALL_STATE(2764)] = 179118, - [SMALL_STATE(2765)] = 179170, - [SMALL_STATE(2766)] = 179222, - [SMALL_STATE(2767)] = 179274, - [SMALL_STATE(2768)] = 179326, - [SMALL_STATE(2769)] = 179378, - [SMALL_STATE(2770)] = 179430, - [SMALL_STATE(2771)] = 179482, - [SMALL_STATE(2772)] = 179534, + [SMALL_STATE(2759)] = 178860, + [SMALL_STATE(2760)] = 178912, + [SMALL_STATE(2761)] = 178964, + [SMALL_STATE(2762)] = 179016, + [SMALL_STATE(2763)] = 179068, + [SMALL_STATE(2764)] = 179120, + [SMALL_STATE(2765)] = 179172, + [SMALL_STATE(2766)] = 179224, + [SMALL_STATE(2767)] = 179276, + [SMALL_STATE(2768)] = 179328, + [SMALL_STATE(2769)] = 179380, + [SMALL_STATE(2770)] = 179432, + [SMALL_STATE(2771)] = 179484, + [SMALL_STATE(2772)] = 179536, [SMALL_STATE(2773)] = 179588, [SMALL_STATE(2774)] = 179669, [SMALL_STATE(2775)] = 179750, @@ -321009,19 +321009,19 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(2792)] = 181121, [SMALL_STATE(2793)] = 181199, [SMALL_STATE(2794)] = 181277, - [SMALL_STATE(2795)] = 181342, - [SMALL_STATE(2796)] = 181417, - [SMALL_STATE(2797)] = 181492, + [SMALL_STATE(2795)] = 181352, + [SMALL_STATE(2796)] = 181427, + [SMALL_STATE(2797)] = 181490, [SMALL_STATE(2798)] = 181555, [SMALL_STATE(2799)] = 181620, - [SMALL_STATE(2800)] = 181684, - [SMALL_STATE(2801)] = 181760, - [SMALL_STATE(2802)] = 181824, - [SMALL_STATE(2803)] = 181886, - [SMALL_STATE(2804)] = 181962, - [SMALL_STATE(2805)] = 182026, - [SMALL_STATE(2806)] = 182100, - [SMALL_STATE(2807)] = 182164, + [SMALL_STATE(2800)] = 181682, + [SMALL_STATE(2801)] = 181744, + [SMALL_STATE(2802)] = 181808, + [SMALL_STATE(2803)] = 181884, + [SMALL_STATE(2804)] = 181958, + [SMALL_STATE(2805)] = 182034, + [SMALL_STATE(2806)] = 182098, + [SMALL_STATE(2807)] = 182162, [SMALL_STATE(2808)] = 182226, [SMALL_STATE(2809)] = 182269, [SMALL_STATE(2810)] = 182312, @@ -321033,47 +321033,47 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(2816)] = 182570, [SMALL_STATE(2817)] = 182613, [SMALL_STATE(2818)] = 182656, - [SMALL_STATE(2819)] = 182699, - [SMALL_STATE(2820)] = 182742, - [SMALL_STATE(2821)] = 182785, - [SMALL_STATE(2822)] = 182828, - [SMALL_STATE(2823)] = 182871, - [SMALL_STATE(2824)] = 182914, - [SMALL_STATE(2825)] = 182957, - [SMALL_STATE(2826)] = 183000, - [SMALL_STATE(2827)] = 183043, - [SMALL_STATE(2828)] = 183086, - [SMALL_STATE(2829)] = 183129, - [SMALL_STATE(2830)] = 183172, - [SMALL_STATE(2831)] = 183215, - [SMALL_STATE(2832)] = 183258, - [SMALL_STATE(2833)] = 183301, - [SMALL_STATE(2834)] = 183344, - [SMALL_STATE(2835)] = 183387, - [SMALL_STATE(2836)] = 183430, - [SMALL_STATE(2837)] = 183473, - [SMALL_STATE(2838)] = 183534, - [SMALL_STATE(2839)] = 183577, - [SMALL_STATE(2840)] = 183620, - [SMALL_STATE(2841)] = 183663, - [SMALL_STATE(2842)] = 183706, - [SMALL_STATE(2843)] = 183749, - [SMALL_STATE(2844)] = 183792, - [SMALL_STATE(2845)] = 183835, - [SMALL_STATE(2846)] = 183878, - [SMALL_STATE(2847)] = 183921, - [SMALL_STATE(2848)] = 183964, - [SMALL_STATE(2849)] = 184007, - [SMALL_STATE(2850)] = 184070, - [SMALL_STATE(2851)] = 184113, - [SMALL_STATE(2852)] = 184156, - [SMALL_STATE(2853)] = 184199, - [SMALL_STATE(2854)] = 184242, - [SMALL_STATE(2855)] = 184285, - [SMALL_STATE(2856)] = 184328, - [SMALL_STATE(2857)] = 184371, - [SMALL_STATE(2858)] = 184414, - [SMALL_STATE(2859)] = 184457, + [SMALL_STATE(2819)] = 182717, + [SMALL_STATE(2820)] = 182760, + [SMALL_STATE(2821)] = 182803, + [SMALL_STATE(2822)] = 182846, + [SMALL_STATE(2823)] = 182889, + [SMALL_STATE(2824)] = 182932, + [SMALL_STATE(2825)] = 182975, + [SMALL_STATE(2826)] = 183018, + [SMALL_STATE(2827)] = 183061, + [SMALL_STATE(2828)] = 183104, + [SMALL_STATE(2829)] = 183147, + [SMALL_STATE(2830)] = 183190, + [SMALL_STATE(2831)] = 183233, + [SMALL_STATE(2832)] = 183276, + [SMALL_STATE(2833)] = 183319, + [SMALL_STATE(2834)] = 183362, + [SMALL_STATE(2835)] = 183425, + [SMALL_STATE(2836)] = 183468, + [SMALL_STATE(2837)] = 183511, + [SMALL_STATE(2838)] = 183554, + [SMALL_STATE(2839)] = 183617, + [SMALL_STATE(2840)] = 183660, + [SMALL_STATE(2841)] = 183703, + [SMALL_STATE(2842)] = 183746, + [SMALL_STATE(2843)] = 183789, + [SMALL_STATE(2844)] = 183832, + [SMALL_STATE(2845)] = 183875, + [SMALL_STATE(2846)] = 183918, + [SMALL_STATE(2847)] = 183961, + [SMALL_STATE(2848)] = 184004, + [SMALL_STATE(2849)] = 184047, + [SMALL_STATE(2850)] = 184090, + [SMALL_STATE(2851)] = 184133, + [SMALL_STATE(2852)] = 184176, + [SMALL_STATE(2853)] = 184219, + [SMALL_STATE(2854)] = 184262, + [SMALL_STATE(2855)] = 184305, + [SMALL_STATE(2856)] = 184348, + [SMALL_STATE(2857)] = 184391, + [SMALL_STATE(2858)] = 184434, + [SMALL_STATE(2859)] = 184477, [SMALL_STATE(2860)] = 184520, [SMALL_STATE(2861)] = 184563, [SMALL_STATE(2862)] = 184606, @@ -321089,349 +321089,349 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(2872)] = 185034, [SMALL_STATE(2873)] = 185076, [SMALL_STATE(2874)] = 185118, - [SMALL_STATE(2875)] = 185178, - [SMALL_STATE(2876)] = 185220, - [SMALL_STATE(2877)] = 185262, - [SMALL_STATE(2878)] = 185304, - [SMALL_STATE(2879)] = 185346, - [SMALL_STATE(2880)] = 185388, - [SMALL_STATE(2881)] = 185430, - [SMALL_STATE(2882)] = 185472, - [SMALL_STATE(2883)] = 185514, - [SMALL_STATE(2884)] = 185556, - [SMALL_STATE(2885)] = 185598, - [SMALL_STATE(2886)] = 185640, - [SMALL_STATE(2887)] = 185682, - [SMALL_STATE(2888)] = 185758, - [SMALL_STATE(2889)] = 185800, - [SMALL_STATE(2890)] = 185842, - [SMALL_STATE(2891)] = 185884, - [SMALL_STATE(2892)] = 185926, - [SMALL_STATE(2893)] = 185968, - [SMALL_STATE(2894)] = 186010, - [SMALL_STATE(2895)] = 186052, - [SMALL_STATE(2896)] = 186094, - [SMALL_STATE(2897)] = 186136, - [SMALL_STATE(2898)] = 186178, - [SMALL_STATE(2899)] = 186220, - [SMALL_STATE(2900)] = 186262, - [SMALL_STATE(2901)] = 186322, - [SMALL_STATE(2902)] = 186364, - [SMALL_STATE(2903)] = 186406, - [SMALL_STATE(2904)] = 186448, - [SMALL_STATE(2905)] = 186490, - [SMALL_STATE(2906)] = 186532, - [SMALL_STATE(2907)] = 186574, - [SMALL_STATE(2908)] = 186616, - [SMALL_STATE(2909)] = 186658, - [SMALL_STATE(2910)] = 186700, - [SMALL_STATE(2911)] = 186742, - [SMALL_STATE(2912)] = 186784, - [SMALL_STATE(2913)] = 186826, - [SMALL_STATE(2914)] = 186868, - [SMALL_STATE(2915)] = 186910, - [SMALL_STATE(2916)] = 186952, - [SMALL_STATE(2917)] = 186994, - [SMALL_STATE(2918)] = 187036, - [SMALL_STATE(2919)] = 187078, - [SMALL_STATE(2920)] = 187120, - [SMALL_STATE(2921)] = 187162, - [SMALL_STATE(2922)] = 187204, - [SMALL_STATE(2923)] = 187246, - [SMALL_STATE(2924)] = 187288, - [SMALL_STATE(2925)] = 187330, - [SMALL_STATE(2926)] = 187372, + [SMALL_STATE(2875)] = 185160, + [SMALL_STATE(2876)] = 185202, + [SMALL_STATE(2877)] = 185244, + [SMALL_STATE(2878)] = 185286, + [SMALL_STATE(2879)] = 185328, + [SMALL_STATE(2880)] = 185370, + [SMALL_STATE(2881)] = 185412, + [SMALL_STATE(2882)] = 185454, + [SMALL_STATE(2883)] = 185496, + [SMALL_STATE(2884)] = 185538, + [SMALL_STATE(2885)] = 185580, + [SMALL_STATE(2886)] = 185622, + [SMALL_STATE(2887)] = 185664, + [SMALL_STATE(2888)] = 185706, + [SMALL_STATE(2889)] = 185748, + [SMALL_STATE(2890)] = 185790, + [SMALL_STATE(2891)] = 185866, + [SMALL_STATE(2892)] = 185908, + [SMALL_STATE(2893)] = 185950, + [SMALL_STATE(2894)] = 185992, + [SMALL_STATE(2895)] = 186034, + [SMALL_STATE(2896)] = 186076, + [SMALL_STATE(2897)] = 186118, + [SMALL_STATE(2898)] = 186160, + [SMALL_STATE(2899)] = 186202, + [SMALL_STATE(2900)] = 186244, + [SMALL_STATE(2901)] = 186286, + [SMALL_STATE(2902)] = 186328, + [SMALL_STATE(2903)] = 186370, + [SMALL_STATE(2904)] = 186412, + [SMALL_STATE(2905)] = 186454, + [SMALL_STATE(2906)] = 186496, + [SMALL_STATE(2907)] = 186538, + [SMALL_STATE(2908)] = 186580, + [SMALL_STATE(2909)] = 186622, + [SMALL_STATE(2910)] = 186664, + [SMALL_STATE(2911)] = 186706, + [SMALL_STATE(2912)] = 186748, + [SMALL_STATE(2913)] = 186790, + [SMALL_STATE(2914)] = 186832, + [SMALL_STATE(2915)] = 186874, + [SMALL_STATE(2916)] = 186916, + [SMALL_STATE(2917)] = 186958, + [SMALL_STATE(2918)] = 187000, + [SMALL_STATE(2919)] = 187042, + [SMALL_STATE(2920)] = 187084, + [SMALL_STATE(2921)] = 187126, + [SMALL_STATE(2922)] = 187168, + [SMALL_STATE(2923)] = 187210, + [SMALL_STATE(2924)] = 187252, + [SMALL_STATE(2925)] = 187312, + [SMALL_STATE(2926)] = 187354, [SMALL_STATE(2927)] = 187414, [SMALL_STATE(2928)] = 187456, [SMALL_STATE(2929)] = 187498, [SMALL_STATE(2930)] = 187540, [SMALL_STATE(2931)] = 187582, [SMALL_STATE(2932)] = 187624, - [SMALL_STATE(2933)] = 187665, - [SMALL_STATE(2934)] = 187706, - [SMALL_STATE(2935)] = 187747, - [SMALL_STATE(2936)] = 187808, - [SMALL_STATE(2937)] = 187849, - [SMALL_STATE(2938)] = 187890, - [SMALL_STATE(2939)] = 187931, - [SMALL_STATE(2940)] = 187972, - [SMALL_STATE(2941)] = 188013, - [SMALL_STATE(2942)] = 188054, - [SMALL_STATE(2943)] = 188095, - [SMALL_STATE(2944)] = 188136, - [SMALL_STATE(2945)] = 188177, - [SMALL_STATE(2946)] = 188218, - [SMALL_STATE(2947)] = 188259, - [SMALL_STATE(2948)] = 188300, - [SMALL_STATE(2949)] = 188341, - [SMALL_STATE(2950)] = 188382, - [SMALL_STATE(2951)] = 188423, - [SMALL_STATE(2952)] = 188464, - [SMALL_STATE(2953)] = 188505, - [SMALL_STATE(2954)] = 188546, - [SMALL_STATE(2955)] = 188587, - [SMALL_STATE(2956)] = 188628, - [SMALL_STATE(2957)] = 188669, - [SMALL_STATE(2958)] = 188710, - [SMALL_STATE(2959)] = 188751, - [SMALL_STATE(2960)] = 188792, - [SMALL_STATE(2961)] = 188833, - [SMALL_STATE(2962)] = 188874, - [SMALL_STATE(2963)] = 188933, - [SMALL_STATE(2964)] = 188980, - [SMALL_STATE(2965)] = 189021, - [SMALL_STATE(2966)] = 189062, - [SMALL_STATE(2967)] = 189103, - [SMALL_STATE(2968)] = 189144, - [SMALL_STATE(2969)] = 189185, - [SMALL_STATE(2970)] = 189226, - [SMALL_STATE(2971)] = 189267, - [SMALL_STATE(2972)] = 189308, - [SMALL_STATE(2973)] = 189349, - [SMALL_STATE(2974)] = 189390, - [SMALL_STATE(2975)] = 189431, - [SMALL_STATE(2976)] = 189472, - [SMALL_STATE(2977)] = 189513, - [SMALL_STATE(2978)] = 189554, - [SMALL_STATE(2979)] = 189595, - [SMALL_STATE(2980)] = 189636, - [SMALL_STATE(2981)] = 189677, - [SMALL_STATE(2982)] = 189718, - [SMALL_STATE(2983)] = 189759, - [SMALL_STATE(2984)] = 189800, - [SMALL_STATE(2985)] = 189841, - [SMALL_STATE(2986)] = 189882, - [SMALL_STATE(2987)] = 189923, - [SMALL_STATE(2988)] = 189964, - [SMALL_STATE(2989)] = 190005, - [SMALL_STATE(2990)] = 190046, - [SMALL_STATE(2991)] = 190107, - [SMALL_STATE(2992)] = 190148, - [SMALL_STATE(2993)] = 190189, + [SMALL_STATE(2933)] = 187685, + [SMALL_STATE(2934)] = 187726, + [SMALL_STATE(2935)] = 187773, + [SMALL_STATE(2936)] = 187814, + [SMALL_STATE(2937)] = 187855, + [SMALL_STATE(2938)] = 187896, + [SMALL_STATE(2939)] = 187937, + [SMALL_STATE(2940)] = 187978, + [SMALL_STATE(2941)] = 188019, + [SMALL_STATE(2942)] = 188060, + [SMALL_STATE(2943)] = 188101, + [SMALL_STATE(2944)] = 188142, + [SMALL_STATE(2945)] = 188183, + [SMALL_STATE(2946)] = 188224, + [SMALL_STATE(2947)] = 188265, + [SMALL_STATE(2948)] = 188306, + [SMALL_STATE(2949)] = 188347, + [SMALL_STATE(2950)] = 188388, + [SMALL_STATE(2951)] = 188429, + [SMALL_STATE(2952)] = 188470, + [SMALL_STATE(2953)] = 188511, + [SMALL_STATE(2954)] = 188552, + [SMALL_STATE(2955)] = 188593, + [SMALL_STATE(2956)] = 188634, + [SMALL_STATE(2957)] = 188675, + [SMALL_STATE(2958)] = 188716, + [SMALL_STATE(2959)] = 188757, + [SMALL_STATE(2960)] = 188798, + [SMALL_STATE(2961)] = 188839, + [SMALL_STATE(2962)] = 188880, + [SMALL_STATE(2963)] = 188921, + [SMALL_STATE(2964)] = 188962, + [SMALL_STATE(2965)] = 189003, + [SMALL_STATE(2966)] = 189044, + [SMALL_STATE(2967)] = 189085, + [SMALL_STATE(2968)] = 189126, + [SMALL_STATE(2969)] = 189167, + [SMALL_STATE(2970)] = 189208, + [SMALL_STATE(2971)] = 189249, + [SMALL_STATE(2972)] = 189290, + [SMALL_STATE(2973)] = 189331, + [SMALL_STATE(2974)] = 189372, + [SMALL_STATE(2975)] = 189413, + [SMALL_STATE(2976)] = 189454, + [SMALL_STATE(2977)] = 189495, + [SMALL_STATE(2978)] = 189536, + [SMALL_STATE(2979)] = 189577, + [SMALL_STATE(2980)] = 189618, + [SMALL_STATE(2981)] = 189659, + [SMALL_STATE(2982)] = 189700, + [SMALL_STATE(2983)] = 189741, + [SMALL_STATE(2984)] = 189782, + [SMALL_STATE(2985)] = 189823, + [SMALL_STATE(2986)] = 189864, + [SMALL_STATE(2987)] = 189925, + [SMALL_STATE(2988)] = 189966, + [SMALL_STATE(2989)] = 190007, + [SMALL_STATE(2990)] = 190048, + [SMALL_STATE(2991)] = 190089, + [SMALL_STATE(2992)] = 190130, + [SMALL_STATE(2993)] = 190171, [SMALL_STATE(2994)] = 190230, [SMALL_STATE(2995)] = 190271, [SMALL_STATE(2996)] = 190312, - [SMALL_STATE(2997)] = 190380, + [SMALL_STATE(2997)] = 190358, [SMALL_STATE(2998)] = 190426, - [SMALL_STATE(2999)] = 190466, - [SMALL_STATE(3000)] = 190534, - [SMALL_STATE(3001)] = 190580, - [SMALL_STATE(3002)] = 190626, - [SMALL_STATE(3003)] = 190694, - [SMALL_STATE(3004)] = 190734, - [SMALL_STATE(3005)] = 190802, - [SMALL_STATE(3006)] = 190870, - [SMALL_STATE(3007)] = 190938, - [SMALL_STATE(3008)] = 191006, - [SMALL_STATE(3009)] = 191052, - [SMALL_STATE(3010)] = 191098, - [SMALL_STATE(3011)] = 191138, - [SMALL_STATE(3012)] = 191206, - [SMALL_STATE(3013)] = 191252, + [SMALL_STATE(2999)] = 190494, + [SMALL_STATE(3000)] = 190562, + [SMALL_STATE(3001)] = 190630, + [SMALL_STATE(3002)] = 190698, + [SMALL_STATE(3003)] = 190738, + [SMALL_STATE(3004)] = 190794, + [SMALL_STATE(3005)] = 190862, + [SMALL_STATE(3006)] = 190908, + [SMALL_STATE(3007)] = 190948, + [SMALL_STATE(3008)] = 190994, + [SMALL_STATE(3009)] = 191062, + [SMALL_STATE(3010)] = 191108, + [SMALL_STATE(3011)] = 191154, + [SMALL_STATE(3012)] = 191194, + [SMALL_STATE(3013)] = 191262, [SMALL_STATE(3014)] = 191308, - [SMALL_STATE(3015)] = 191347, - [SMALL_STATE(3016)] = 191390, - [SMALL_STATE(3017)] = 191429, - [SMALL_STATE(3018)] = 191468, - [SMALL_STATE(3019)] = 191507, - [SMALL_STATE(3020)] = 191546, - [SMALL_STATE(3021)] = 191585, - [SMALL_STATE(3022)] = 191646, - [SMALL_STATE(3023)] = 191689, - [SMALL_STATE(3024)] = 191750, - [SMALL_STATE(3025)] = 191789, + [SMALL_STATE(3015)] = 191367, + [SMALL_STATE(3016)] = 191428, + [SMALL_STATE(3017)] = 191471, + [SMALL_STATE(3018)] = 191514, + [SMALL_STATE(3019)] = 191553, + [SMALL_STATE(3020)] = 191592, + [SMALL_STATE(3021)] = 191631, + [SMALL_STATE(3022)] = 191670, + [SMALL_STATE(3023)] = 191709, + [SMALL_STATE(3024)] = 191748, + [SMALL_STATE(3025)] = 191787, [SMALL_STATE(3026)] = 191848, - [SMALL_STATE(3027)] = 191908, - [SMALL_STATE(3028)] = 191968, - [SMALL_STATE(3029)] = 192028, - [SMALL_STATE(3030)] = 192088, - [SMALL_STATE(3031)] = 192126, - [SMALL_STATE(3032)] = 192190, + [SMALL_STATE(3027)] = 191886, + [SMALL_STATE(3028)] = 191924, + [SMALL_STATE(3029)] = 191984, + [SMALL_STATE(3030)] = 192044, + [SMALL_STATE(3031)] = 192104, + [SMALL_STATE(3032)] = 192168, [SMALL_STATE(3033)] = 192228, - [SMALL_STATE(3034)] = 192266, - [SMALL_STATE(3035)] = 192326, - [SMALL_STATE(3036)] = 192364, - [SMALL_STATE(3037)] = 192402, - [SMALL_STATE(3038)] = 192440, - [SMALL_STATE(3039)] = 192478, - [SMALL_STATE(3040)] = 192516, - [SMALL_STATE(3041)] = 192554, - [SMALL_STATE(3042)] = 192592, - [SMALL_STATE(3043)] = 192630, - [SMALL_STATE(3044)] = 192668, - [SMALL_STATE(3045)] = 192706, - [SMALL_STATE(3046)] = 192744, - [SMALL_STATE(3047)] = 192782, - [SMALL_STATE(3048)] = 192820, - [SMALL_STATE(3049)] = 192858, - [SMALL_STATE(3050)] = 192896, - [SMALL_STATE(3051)] = 192934, - [SMALL_STATE(3052)] = 192974, - [SMALL_STATE(3053)] = 193012, - [SMALL_STATE(3054)] = 193050, - [SMALL_STATE(3055)] = 193088, - [SMALL_STATE(3056)] = 193126, - [SMALL_STATE(3057)] = 193164, - [SMALL_STATE(3058)] = 193202, - [SMALL_STATE(3059)] = 193240, - [SMALL_STATE(3060)] = 193284, - [SMALL_STATE(3061)] = 193322, - [SMALL_STATE(3062)] = 193360, - [SMALL_STATE(3063)] = 193398, - [SMALL_STATE(3064)] = 193436, - [SMALL_STATE(3065)] = 193474, - [SMALL_STATE(3066)] = 193512, - [SMALL_STATE(3067)] = 193572, - [SMALL_STATE(3068)] = 193632, - [SMALL_STATE(3069)] = 193670, - [SMALL_STATE(3070)] = 193708, - [SMALL_STATE(3071)] = 193746, - [SMALL_STATE(3072)] = 193784, - [SMALL_STATE(3073)] = 193844, - [SMALL_STATE(3074)] = 193904, - [SMALL_STATE(3075)] = 193968, - [SMALL_STATE(3076)] = 194032, - [SMALL_STATE(3077)] = 194070, - [SMALL_STATE(3078)] = 194128, - [SMALL_STATE(3079)] = 194166, - [SMALL_STATE(3080)] = 194226, - [SMALL_STATE(3081)] = 194286, - [SMALL_STATE(3082)] = 194346, - [SMALL_STATE(3083)] = 194384, - [SMALL_STATE(3084)] = 194422, - [SMALL_STATE(3085)] = 194482, - [SMALL_STATE(3086)] = 194542, - [SMALL_STATE(3087)] = 194602, - [SMALL_STATE(3088)] = 194640, - [SMALL_STATE(3089)] = 194700, - [SMALL_STATE(3090)] = 194760, - [SMALL_STATE(3091)] = 194820, - [SMALL_STATE(3092)] = 194880, - [SMALL_STATE(3093)] = 194940, - [SMALL_STATE(3094)] = 195000, - [SMALL_STATE(3095)] = 195060, - [SMALL_STATE(3096)] = 195120, - [SMALL_STATE(3097)] = 195180, - [SMALL_STATE(3098)] = 195240, - [SMALL_STATE(3099)] = 195300, - [SMALL_STATE(3100)] = 195360, - [SMALL_STATE(3101)] = 195420, - [SMALL_STATE(3102)] = 195480, - [SMALL_STATE(3103)] = 195540, - [SMALL_STATE(3104)] = 195600, - [SMALL_STATE(3105)] = 195660, - [SMALL_STATE(3106)] = 195720, - [SMALL_STATE(3107)] = 195780, - [SMALL_STATE(3108)] = 195840, - [SMALL_STATE(3109)] = 195900, - [SMALL_STATE(3110)] = 195960, - [SMALL_STATE(3111)] = 196020, - [SMALL_STATE(3112)] = 196080, - [SMALL_STATE(3113)] = 196140, - [SMALL_STATE(3114)] = 196200, - [SMALL_STATE(3115)] = 196260, - [SMALL_STATE(3116)] = 196320, - [SMALL_STATE(3117)] = 196358, - [SMALL_STATE(3118)] = 196418, - [SMALL_STATE(3119)] = 196478, - [SMALL_STATE(3120)] = 196538, - [SMALL_STATE(3121)] = 196598, - [SMALL_STATE(3122)] = 196658, - [SMALL_STATE(3123)] = 196718, - [SMALL_STATE(3124)] = 196778, - [SMALL_STATE(3125)] = 196838, - [SMALL_STATE(3126)] = 196898, - [SMALL_STATE(3127)] = 196958, - [SMALL_STATE(3128)] = 197018, - [SMALL_STATE(3129)] = 197078, - [SMALL_STATE(3130)] = 197138, - [SMALL_STATE(3131)] = 197198, - [SMALL_STATE(3132)] = 197258, - [SMALL_STATE(3133)] = 197318, - [SMALL_STATE(3134)] = 197378, - [SMALL_STATE(3135)] = 197438, - [SMALL_STATE(3136)] = 197498, - [SMALL_STATE(3137)] = 197558, - [SMALL_STATE(3138)] = 197618, - [SMALL_STATE(3139)] = 197678, - [SMALL_STATE(3140)] = 197738, - [SMALL_STATE(3141)] = 197798, - [SMALL_STATE(3142)] = 197858, - [SMALL_STATE(3143)] = 197918, - [SMALL_STATE(3144)] = 197978, - [SMALL_STATE(3145)] = 198038, - [SMALL_STATE(3146)] = 198098, - [SMALL_STATE(3147)] = 198158, - [SMALL_STATE(3148)] = 198218, - [SMALL_STATE(3149)] = 198278, - [SMALL_STATE(3150)] = 198316, - [SMALL_STATE(3151)] = 198376, - [SMALL_STATE(3152)] = 198436, - [SMALL_STATE(3153)] = 198496, - [SMALL_STATE(3154)] = 198556, - [SMALL_STATE(3155)] = 198616, - [SMALL_STATE(3156)] = 198676, - [SMALL_STATE(3157)] = 198736, - [SMALL_STATE(3158)] = 198796, - [SMALL_STATE(3159)] = 198856, - [SMALL_STATE(3160)] = 198916, - [SMALL_STATE(3161)] = 198976, - [SMALL_STATE(3162)] = 199036, - [SMALL_STATE(3163)] = 199096, - [SMALL_STATE(3164)] = 199156, - [SMALL_STATE(3165)] = 199216, - [SMALL_STATE(3166)] = 199276, - [SMALL_STATE(3167)] = 199336, - [SMALL_STATE(3168)] = 199396, - [SMALL_STATE(3169)] = 199456, - [SMALL_STATE(3170)] = 199516, - [SMALL_STATE(3171)] = 199576, - [SMALL_STATE(3172)] = 199636, - [SMALL_STATE(3173)] = 199696, - [SMALL_STATE(3174)] = 199756, - [SMALL_STATE(3175)] = 199816, - [SMALL_STATE(3176)] = 199876, - [SMALL_STATE(3177)] = 199936, - [SMALL_STATE(3178)] = 199996, - [SMALL_STATE(3179)] = 200056, - [SMALL_STATE(3180)] = 200116, - [SMALL_STATE(3181)] = 200176, - [SMALL_STATE(3182)] = 200236, - [SMALL_STATE(3183)] = 200296, - [SMALL_STATE(3184)] = 200356, - [SMALL_STATE(3185)] = 200416, - [SMALL_STATE(3186)] = 200476, - [SMALL_STATE(3187)] = 200536, - [SMALL_STATE(3188)] = 200596, - [SMALL_STATE(3189)] = 200656, - [SMALL_STATE(3190)] = 200716, - [SMALL_STATE(3191)] = 200776, - [SMALL_STATE(3192)] = 200836, - [SMALL_STATE(3193)] = 200896, - [SMALL_STATE(3194)] = 200956, - [SMALL_STATE(3195)] = 201016, - [SMALL_STATE(3196)] = 201076, - [SMALL_STATE(3197)] = 201136, - [SMALL_STATE(3198)] = 201196, - [SMALL_STATE(3199)] = 201256, - [SMALL_STATE(3200)] = 201316, - [SMALL_STATE(3201)] = 201376, - [SMALL_STATE(3202)] = 201436, - [SMALL_STATE(3203)] = 201496, - [SMALL_STATE(3204)] = 201556, - [SMALL_STATE(3205)] = 201616, - [SMALL_STATE(3206)] = 201676, - [SMALL_STATE(3207)] = 201736, - [SMALL_STATE(3208)] = 201796, - [SMALL_STATE(3209)] = 201856, - [SMALL_STATE(3210)] = 201916, - [SMALL_STATE(3211)] = 201976, - [SMALL_STATE(3212)] = 202036, - [SMALL_STATE(3213)] = 202096, - [SMALL_STATE(3214)] = 202134, - [SMALL_STATE(3215)] = 202194, - [SMALL_STATE(3216)] = 202254, - [SMALL_STATE(3217)] = 202314, + [SMALL_STATE(3034)] = 192288, + [SMALL_STATE(3035)] = 192348, + [SMALL_STATE(3036)] = 192408, + [SMALL_STATE(3037)] = 192468, + [SMALL_STATE(3038)] = 192528, + [SMALL_STATE(3039)] = 192588, + [SMALL_STATE(3040)] = 192648, + [SMALL_STATE(3041)] = 192708, + [SMALL_STATE(3042)] = 192768, + [SMALL_STATE(3043)] = 192828, + [SMALL_STATE(3044)] = 192888, + [SMALL_STATE(3045)] = 192948, + [SMALL_STATE(3046)] = 193008, + [SMALL_STATE(3047)] = 193068, + [SMALL_STATE(3048)] = 193128, + [SMALL_STATE(3049)] = 193188, + [SMALL_STATE(3050)] = 193248, + [SMALL_STATE(3051)] = 193308, + [SMALL_STATE(3052)] = 193346, + [SMALL_STATE(3053)] = 193406, + [SMALL_STATE(3054)] = 193466, + [SMALL_STATE(3055)] = 193526, + [SMALL_STATE(3056)] = 193586, + [SMALL_STATE(3057)] = 193646, + [SMALL_STATE(3058)] = 193706, + [SMALL_STATE(3059)] = 193766, + [SMALL_STATE(3060)] = 193826, + [SMALL_STATE(3061)] = 193886, + [SMALL_STATE(3062)] = 193946, + [SMALL_STATE(3063)] = 194006, + [SMALL_STATE(3064)] = 194066, + [SMALL_STATE(3065)] = 194126, + [SMALL_STATE(3066)] = 194186, + [SMALL_STATE(3067)] = 194246, + [SMALL_STATE(3068)] = 194290, + [SMALL_STATE(3069)] = 194350, + [SMALL_STATE(3070)] = 194410, + [SMALL_STATE(3071)] = 194470, + [SMALL_STATE(3072)] = 194508, + [SMALL_STATE(3073)] = 194568, + [SMALL_STATE(3074)] = 194628, + [SMALL_STATE(3075)] = 194688, + [SMALL_STATE(3076)] = 194748, + [SMALL_STATE(3077)] = 194808, + [SMALL_STATE(3078)] = 194868, + [SMALL_STATE(3079)] = 194928, + [SMALL_STATE(3080)] = 194988, + [SMALL_STATE(3081)] = 195048, + [SMALL_STATE(3082)] = 195108, + [SMALL_STATE(3083)] = 195168, + [SMALL_STATE(3084)] = 195228, + [SMALL_STATE(3085)] = 195288, + [SMALL_STATE(3086)] = 195348, + [SMALL_STATE(3087)] = 195408, + [SMALL_STATE(3088)] = 195468, + [SMALL_STATE(3089)] = 195506, + [SMALL_STATE(3090)] = 195544, + [SMALL_STATE(3091)] = 195582, + [SMALL_STATE(3092)] = 195642, + [SMALL_STATE(3093)] = 195702, + [SMALL_STATE(3094)] = 195762, + [SMALL_STATE(3095)] = 195822, + [SMALL_STATE(3096)] = 195882, + [SMALL_STATE(3097)] = 195942, + [SMALL_STATE(3098)] = 195980, + [SMALL_STATE(3099)] = 196040, + [SMALL_STATE(3100)] = 196100, + [SMALL_STATE(3101)] = 196164, + [SMALL_STATE(3102)] = 196228, + [SMALL_STATE(3103)] = 196288, + [SMALL_STATE(3104)] = 196348, + [SMALL_STATE(3105)] = 196408, + [SMALL_STATE(3106)] = 196468, + [SMALL_STATE(3107)] = 196528, + [SMALL_STATE(3108)] = 196588, + [SMALL_STATE(3109)] = 196648, + [SMALL_STATE(3110)] = 196708, + [SMALL_STATE(3111)] = 196746, + [SMALL_STATE(3112)] = 196806, + [SMALL_STATE(3113)] = 196866, + [SMALL_STATE(3114)] = 196904, + [SMALL_STATE(3115)] = 196964, + [SMALL_STATE(3116)] = 197024, + [SMALL_STATE(3117)] = 197084, + [SMALL_STATE(3118)] = 197144, + [SMALL_STATE(3119)] = 197204, + [SMALL_STATE(3120)] = 197264, + [SMALL_STATE(3121)] = 197324, + [SMALL_STATE(3122)] = 197384, + [SMALL_STATE(3123)] = 197422, + [SMALL_STATE(3124)] = 197482, + [SMALL_STATE(3125)] = 197542, + [SMALL_STATE(3126)] = 197580, + [SMALL_STATE(3127)] = 197640, + [SMALL_STATE(3128)] = 197700, + [SMALL_STATE(3129)] = 197760, + [SMALL_STATE(3130)] = 197820, + [SMALL_STATE(3131)] = 197880, + [SMALL_STATE(3132)] = 197940, + [SMALL_STATE(3133)] = 198000, + [SMALL_STATE(3134)] = 198060, + [SMALL_STATE(3135)] = 198120, + [SMALL_STATE(3136)] = 198180, + [SMALL_STATE(3137)] = 198240, + [SMALL_STATE(3138)] = 198300, + [SMALL_STATE(3139)] = 198338, + [SMALL_STATE(3140)] = 198398, + [SMALL_STATE(3141)] = 198436, + [SMALL_STATE(3142)] = 198474, + [SMALL_STATE(3143)] = 198512, + [SMALL_STATE(3144)] = 198572, + [SMALL_STATE(3145)] = 198632, + [SMALL_STATE(3146)] = 198670, + [SMALL_STATE(3147)] = 198730, + [SMALL_STATE(3148)] = 198790, + [SMALL_STATE(3149)] = 198850, + [SMALL_STATE(3150)] = 198910, + [SMALL_STATE(3151)] = 198948, + [SMALL_STATE(3152)] = 198986, + [SMALL_STATE(3153)] = 199024, + [SMALL_STATE(3154)] = 199084, + [SMALL_STATE(3155)] = 199122, + [SMALL_STATE(3156)] = 199182, + [SMALL_STATE(3157)] = 199220, + [SMALL_STATE(3158)] = 199258, + [SMALL_STATE(3159)] = 199296, + [SMALL_STATE(3160)] = 199334, + [SMALL_STATE(3161)] = 199372, + [SMALL_STATE(3162)] = 199410, + [SMALL_STATE(3163)] = 199448, + [SMALL_STATE(3164)] = 199486, + [SMALL_STATE(3165)] = 199546, + [SMALL_STATE(3166)] = 199606, + [SMALL_STATE(3167)] = 199644, + [SMALL_STATE(3168)] = 199704, + [SMALL_STATE(3169)] = 199744, + [SMALL_STATE(3170)] = 199782, + [SMALL_STATE(3171)] = 199820, + [SMALL_STATE(3172)] = 199880, + [SMALL_STATE(3173)] = 199918, + [SMALL_STATE(3174)] = 199978, + [SMALL_STATE(3175)] = 200016, + [SMALL_STATE(3176)] = 200076, + [SMALL_STATE(3177)] = 200114, + [SMALL_STATE(3178)] = 200152, + [SMALL_STATE(3179)] = 200190, + [SMALL_STATE(3180)] = 200250, + [SMALL_STATE(3181)] = 200288, + [SMALL_STATE(3182)] = 200326, + [SMALL_STATE(3183)] = 200364, + [SMALL_STATE(3184)] = 200424, + [SMALL_STATE(3185)] = 200484, + [SMALL_STATE(3186)] = 200522, + [SMALL_STATE(3187)] = 200582, + [SMALL_STATE(3188)] = 200642, + [SMALL_STATE(3189)] = 200702, + [SMALL_STATE(3190)] = 200740, + [SMALL_STATE(3191)] = 200778, + [SMALL_STATE(3192)] = 200838, + [SMALL_STATE(3193)] = 200876, + [SMALL_STATE(3194)] = 200936, + [SMALL_STATE(3195)] = 200996, + [SMALL_STATE(3196)] = 201056, + [SMALL_STATE(3197)] = 201116, + [SMALL_STATE(3198)] = 201176, + [SMALL_STATE(3199)] = 201236, + [SMALL_STATE(3200)] = 201274, + [SMALL_STATE(3201)] = 201334, + [SMALL_STATE(3202)] = 201394, + [SMALL_STATE(3203)] = 201454, + [SMALL_STATE(3204)] = 201514, + [SMALL_STATE(3205)] = 201574, + [SMALL_STATE(3206)] = 201634, + [SMALL_STATE(3207)] = 201694, + [SMALL_STATE(3208)] = 201754, + [SMALL_STATE(3209)] = 201814, + [SMALL_STATE(3210)] = 201874, + [SMALL_STATE(3211)] = 201934, + [SMALL_STATE(3212)] = 201992, + [SMALL_STATE(3213)] = 202052, + [SMALL_STATE(3214)] = 202112, + [SMALL_STATE(3215)] = 202172, + [SMALL_STATE(3216)] = 202232, + [SMALL_STATE(3217)] = 202292, [SMALL_STATE(3218)] = 202352, [SMALL_STATE(3219)] = 202412, [SMALL_STATE(3220)] = 202472, @@ -321439,1223 +321439,1223 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(3222)] = 202592, [SMALL_STATE(3223)] = 202652, [SMALL_STATE(3224)] = 202712, - [SMALL_STATE(3225)] = 202750, - [SMALL_STATE(3226)] = 202810, - [SMALL_STATE(3227)] = 202870, - [SMALL_STATE(3228)] = 202930, - [SMALL_STATE(3229)] = 202990, - [SMALL_STATE(3230)] = 203050, - [SMALL_STATE(3231)] = 203110, - [SMALL_STATE(3232)] = 203170, - [SMALL_STATE(3233)] = 203230, - [SMALL_STATE(3234)] = 203290, - [SMALL_STATE(3235)] = 203350, - [SMALL_STATE(3236)] = 203410, + [SMALL_STATE(3225)] = 202772, + [SMALL_STATE(3226)] = 202832, + [SMALL_STATE(3227)] = 202892, + [SMALL_STATE(3228)] = 202952, + [SMALL_STATE(3229)] = 203012, + [SMALL_STATE(3230)] = 203072, + [SMALL_STATE(3231)] = 203132, + [SMALL_STATE(3232)] = 203192, + [SMALL_STATE(3233)] = 203252, + [SMALL_STATE(3234)] = 203312, + [SMALL_STATE(3235)] = 203372, + [SMALL_STATE(3236)] = 203432, [SMALL_STATE(3237)] = 203470, [SMALL_STATE(3238)] = 203507, [SMALL_STATE(3239)] = 203544, [SMALL_STATE(3240)] = 203581, [SMALL_STATE(3241)] = 203618, [SMALL_STATE(3242)] = 203655, - [SMALL_STATE(3243)] = 203692, - [SMALL_STATE(3244)] = 203729, - [SMALL_STATE(3245)] = 203766, - [SMALL_STATE(3246)] = 203803, - [SMALL_STATE(3247)] = 203840, - [SMALL_STATE(3248)] = 203877, - [SMALL_STATE(3249)] = 203914, - [SMALL_STATE(3250)] = 203951, - [SMALL_STATE(3251)] = 203988, - [SMALL_STATE(3252)] = 204025, - [SMALL_STATE(3253)] = 204062, - [SMALL_STATE(3254)] = 204099, - [SMALL_STATE(3255)] = 204136, - [SMALL_STATE(3256)] = 204173, - [SMALL_STATE(3257)] = 204210, - [SMALL_STATE(3258)] = 204247, - [SMALL_STATE(3259)] = 204284, - [SMALL_STATE(3260)] = 204321, - [SMALL_STATE(3261)] = 204358, - [SMALL_STATE(3262)] = 204395, - [SMALL_STATE(3263)] = 204432, - [SMALL_STATE(3264)] = 204469, - [SMALL_STATE(3265)] = 204506, - [SMALL_STATE(3266)] = 204543, - [SMALL_STATE(3267)] = 204580, - [SMALL_STATE(3268)] = 204617, - [SMALL_STATE(3269)] = 204654, - [SMALL_STATE(3270)] = 204691, - [SMALL_STATE(3271)] = 204734, - [SMALL_STATE(3272)] = 204771, - [SMALL_STATE(3273)] = 204808, - [SMALL_STATE(3274)] = 204845, - [SMALL_STATE(3275)] = 204882, - [SMALL_STATE(3276)] = 204941, - [SMALL_STATE(3277)] = 204978, - [SMALL_STATE(3278)] = 205015, - [SMALL_STATE(3279)] = 205052, - [SMALL_STATE(3280)] = 205095, - [SMALL_STATE(3281)] = 205132, - [SMALL_STATE(3282)] = 205189, - [SMALL_STATE(3283)] = 205226, - [SMALL_STATE(3284)] = 205263, - [SMALL_STATE(3285)] = 205300, - [SMALL_STATE(3286)] = 205337, - [SMALL_STATE(3287)] = 205374, - [SMALL_STATE(3288)] = 205431, - [SMALL_STATE(3289)] = 205468, - [SMALL_STATE(3290)] = 205505, - [SMALL_STATE(3291)] = 205542, - [SMALL_STATE(3292)] = 205579, - [SMALL_STATE(3293)] = 205616, - [SMALL_STATE(3294)] = 205653, - [SMALL_STATE(3295)] = 205690, - [SMALL_STATE(3296)] = 205727, - [SMALL_STATE(3297)] = 205764, - [SMALL_STATE(3298)] = 205801, - [SMALL_STATE(3299)] = 205838, - [SMALL_STATE(3300)] = 205875, - [SMALL_STATE(3301)] = 205912, - [SMALL_STATE(3302)] = 205949, - [SMALL_STATE(3303)] = 205986, - [SMALL_STATE(3304)] = 206023, - [SMALL_STATE(3305)] = 206060, - [SMALL_STATE(3306)] = 206097, - [SMALL_STATE(3307)] = 206152, - [SMALL_STATE(3308)] = 206189, - [SMALL_STATE(3309)] = 206226, - [SMALL_STATE(3310)] = 206283, - [SMALL_STATE(3311)] = 206320, - [SMALL_STATE(3312)] = 206357, - [SMALL_STATE(3313)] = 206394, - [SMALL_STATE(3314)] = 206431, - [SMALL_STATE(3315)] = 206468, - [SMALL_STATE(3316)] = 206505, - [SMALL_STATE(3317)] = 206542, - [SMALL_STATE(3318)] = 206601, - [SMALL_STATE(3319)] = 206638, - [SMALL_STATE(3320)] = 206675, - [SMALL_STATE(3321)] = 206712, - [SMALL_STATE(3322)] = 206749, - [SMALL_STATE(3323)] = 206786, - [SMALL_STATE(3324)] = 206823, - [SMALL_STATE(3325)] = 206860, - [SMALL_STATE(3326)] = 206897, - [SMALL_STATE(3327)] = 206934, - [SMALL_STATE(3328)] = 206971, - [SMALL_STATE(3329)] = 207008, - [SMALL_STATE(3330)] = 207045, - [SMALL_STATE(3331)] = 207082, - [SMALL_STATE(3332)] = 207119, - [SMALL_STATE(3333)] = 207156, - [SMALL_STATE(3334)] = 207193, - [SMALL_STATE(3335)] = 207230, - [SMALL_STATE(3336)] = 207267, - [SMALL_STATE(3337)] = 207304, - [SMALL_STATE(3338)] = 207341, - [SMALL_STATE(3339)] = 207378, - [SMALL_STATE(3340)] = 207415, - [SMALL_STATE(3341)] = 207452, - [SMALL_STATE(3342)] = 207489, - [SMALL_STATE(3343)] = 207526, - [SMALL_STATE(3344)] = 207563, - [SMALL_STATE(3345)] = 207600, - [SMALL_STATE(3346)] = 207637, - [SMALL_STATE(3347)] = 207674, - [SMALL_STATE(3348)] = 207711, - [SMALL_STATE(3349)] = 207748, - [SMALL_STATE(3350)] = 207785, - [SMALL_STATE(3351)] = 207822, - [SMALL_STATE(3352)] = 207859, + [SMALL_STATE(3243)] = 203712, + [SMALL_STATE(3244)] = 203749, + [SMALL_STATE(3245)] = 203808, + [SMALL_STATE(3246)] = 203845, + [SMALL_STATE(3247)] = 203882, + [SMALL_STATE(3248)] = 203919, + [SMALL_STATE(3249)] = 203956, + [SMALL_STATE(3250)] = 203993, + [SMALL_STATE(3251)] = 204030, + [SMALL_STATE(3252)] = 204067, + [SMALL_STATE(3253)] = 204104, + [SMALL_STATE(3254)] = 204141, + [SMALL_STATE(3255)] = 204178, + [SMALL_STATE(3256)] = 204215, + [SMALL_STATE(3257)] = 204252, + [SMALL_STATE(3258)] = 204289, + [SMALL_STATE(3259)] = 204326, + [SMALL_STATE(3260)] = 204363, + [SMALL_STATE(3261)] = 204400, + [SMALL_STATE(3262)] = 204437, + [SMALL_STATE(3263)] = 204474, + [SMALL_STATE(3264)] = 204511, + [SMALL_STATE(3265)] = 204548, + [SMALL_STATE(3266)] = 204585, + [SMALL_STATE(3267)] = 204622, + [SMALL_STATE(3268)] = 204659, + [SMALL_STATE(3269)] = 204696, + [SMALL_STATE(3270)] = 204733, + [SMALL_STATE(3271)] = 204770, + [SMALL_STATE(3272)] = 204807, + [SMALL_STATE(3273)] = 204844, + [SMALL_STATE(3274)] = 204881, + [SMALL_STATE(3275)] = 204918, + [SMALL_STATE(3276)] = 204955, + [SMALL_STATE(3277)] = 204992, + [SMALL_STATE(3278)] = 205029, + [SMALL_STATE(3279)] = 205066, + [SMALL_STATE(3280)] = 205103, + [SMALL_STATE(3281)] = 205140, + [SMALL_STATE(3282)] = 205177, + [SMALL_STATE(3283)] = 205214, + [SMALL_STATE(3284)] = 205251, + [SMALL_STATE(3285)] = 205288, + [SMALL_STATE(3286)] = 205325, + [SMALL_STATE(3287)] = 205362, + [SMALL_STATE(3288)] = 205399, + [SMALL_STATE(3289)] = 205436, + [SMALL_STATE(3290)] = 205473, + [SMALL_STATE(3291)] = 205510, + [SMALL_STATE(3292)] = 205547, + [SMALL_STATE(3293)] = 205584, + [SMALL_STATE(3294)] = 205621, + [SMALL_STATE(3295)] = 205658, + [SMALL_STATE(3296)] = 205701, + [SMALL_STATE(3297)] = 205738, + [SMALL_STATE(3298)] = 205795, + [SMALL_STATE(3299)] = 205832, + [SMALL_STATE(3300)] = 205869, + [SMALL_STATE(3301)] = 205906, + [SMALL_STATE(3302)] = 205943, + [SMALL_STATE(3303)] = 205980, + [SMALL_STATE(3304)] = 206017, + [SMALL_STATE(3305)] = 206054, + [SMALL_STATE(3306)] = 206091, + [SMALL_STATE(3307)] = 206128, + [SMALL_STATE(3308)] = 206185, + [SMALL_STATE(3309)] = 206222, + [SMALL_STATE(3310)] = 206259, + [SMALL_STATE(3311)] = 206296, + [SMALL_STATE(3312)] = 206333, + [SMALL_STATE(3313)] = 206370, + [SMALL_STATE(3314)] = 206407, + [SMALL_STATE(3315)] = 206444, + [SMALL_STATE(3316)] = 206481, + [SMALL_STATE(3317)] = 206518, + [SMALL_STATE(3318)] = 206555, + [SMALL_STATE(3319)] = 206592, + [SMALL_STATE(3320)] = 206629, + [SMALL_STATE(3321)] = 206666, + [SMALL_STATE(3322)] = 206703, + [SMALL_STATE(3323)] = 206740, + [SMALL_STATE(3324)] = 206777, + [SMALL_STATE(3325)] = 206814, + [SMALL_STATE(3326)] = 206851, + [SMALL_STATE(3327)] = 206888, + [SMALL_STATE(3328)] = 206925, + [SMALL_STATE(3329)] = 206962, + [SMALL_STATE(3330)] = 206999, + [SMALL_STATE(3331)] = 207036, + [SMALL_STATE(3332)] = 207073, + [SMALL_STATE(3333)] = 207110, + [SMALL_STATE(3334)] = 207147, + [SMALL_STATE(3335)] = 207184, + [SMALL_STATE(3336)] = 207221, + [SMALL_STATE(3337)] = 207258, + [SMALL_STATE(3338)] = 207295, + [SMALL_STATE(3339)] = 207332, + [SMALL_STATE(3340)] = 207369, + [SMALL_STATE(3341)] = 207406, + [SMALL_STATE(3342)] = 207443, + [SMALL_STATE(3343)] = 207480, + [SMALL_STATE(3344)] = 207535, + [SMALL_STATE(3345)] = 207572, + [SMALL_STATE(3346)] = 207609, + [SMALL_STATE(3347)] = 207646, + [SMALL_STATE(3348)] = 207683, + [SMALL_STATE(3349)] = 207742, + [SMALL_STATE(3350)] = 207801, + [SMALL_STATE(3351)] = 207838, + [SMALL_STATE(3352)] = 207875, [SMALL_STATE(3353)] = 207918, [SMALL_STATE(3354)] = 207954, - [SMALL_STATE(3355)] = 207990, - [SMALL_STATE(3356)] = 208026, - [SMALL_STATE(3357)] = 208062, - [SMALL_STATE(3358)] = 208098, - [SMALL_STATE(3359)] = 208134, - [SMALL_STATE(3360)] = 208170, - [SMALL_STATE(3361)] = 208206, - [SMALL_STATE(3362)] = 208242, - [SMALL_STATE(3363)] = 208298, - [SMALL_STATE(3364)] = 208352, - [SMALL_STATE(3365)] = 208388, + [SMALL_STATE(3355)] = 208008, + [SMALL_STATE(3356)] = 208044, + [SMALL_STATE(3357)] = 208080, + [SMALL_STATE(3358)] = 208116, + [SMALL_STATE(3359)] = 208172, + [SMALL_STATE(3360)] = 208228, + [SMALL_STATE(3361)] = 208264, + [SMALL_STATE(3362)] = 208300, + [SMALL_STATE(3363)] = 208336, + [SMALL_STATE(3364)] = 208372, + [SMALL_STATE(3365)] = 208408, [SMALL_STATE(3366)] = 208444, - [SMALL_STATE(3367)] = 208498, - [SMALL_STATE(3368)] = 208534, - [SMALL_STATE(3369)] = 208570, - [SMALL_STATE(3370)] = 208606, - [SMALL_STATE(3371)] = 208662, - [SMALL_STATE(3372)] = 208698, - [SMALL_STATE(3373)] = 208734, - [SMALL_STATE(3374)] = 208790, - [SMALL_STATE(3375)] = 208826, - [SMALL_STATE(3376)] = 208862, - [SMALL_STATE(3377)] = 208918, - [SMALL_STATE(3378)] = 208954, - [SMALL_STATE(3379)] = 208990, - [SMALL_STATE(3380)] = 209026, - [SMALL_STATE(3381)] = 209062, - [SMALL_STATE(3382)] = 209118, - [SMALL_STATE(3383)] = 209154, - [SMALL_STATE(3384)] = 209190, - [SMALL_STATE(3385)] = 209226, - [SMALL_STATE(3386)] = 209262, - [SMALL_STATE(3387)] = 209316, - [SMALL_STATE(3388)] = 209352, - [SMALL_STATE(3389)] = 209388, - [SMALL_STATE(3390)] = 209442, - [SMALL_STATE(3391)] = 209478, - [SMALL_STATE(3392)] = 209514, - [SMALL_STATE(3393)] = 209550, - [SMALL_STATE(3394)] = 209604, - [SMALL_STATE(3395)] = 209660, - [SMALL_STATE(3396)] = 209696, - [SMALL_STATE(3397)] = 209732, - [SMALL_STATE(3398)] = 209788, - [SMALL_STATE(3399)] = 209824, - [SMALL_STATE(3400)] = 209860, - [SMALL_STATE(3401)] = 209896, - [SMALL_STATE(3402)] = 209932, - [SMALL_STATE(3403)] = 209968, - [SMALL_STATE(3404)] = 210004, - [SMALL_STATE(3405)] = 210040, - [SMALL_STATE(3406)] = 210096, - [SMALL_STATE(3407)] = 210132, - [SMALL_STATE(3408)] = 210168, - [SMALL_STATE(3409)] = 210204, - [SMALL_STATE(3410)] = 210240, - [SMALL_STATE(3411)] = 210276, - [SMALL_STATE(3412)] = 210312, - [SMALL_STATE(3413)] = 210348, - [SMALL_STATE(3414)] = 210384, - [SMALL_STATE(3415)] = 210420, - [SMALL_STATE(3416)] = 210462, - [SMALL_STATE(3417)] = 210516, - [SMALL_STATE(3418)] = 210552, - [SMALL_STATE(3419)] = 210588, - [SMALL_STATE(3420)] = 210624, - [SMALL_STATE(3421)] = 210678, - [SMALL_STATE(3422)] = 210714, - [SMALL_STATE(3423)] = 210750, - [SMALL_STATE(3424)] = 210786, - [SMALL_STATE(3425)] = 210822, - [SMALL_STATE(3426)] = 210858, - [SMALL_STATE(3427)] = 210894, - [SMALL_STATE(3428)] = 210930, - [SMALL_STATE(3429)] = 210986, - [SMALL_STATE(3430)] = 211042, - [SMALL_STATE(3431)] = 211096, - [SMALL_STATE(3432)] = 211150, + [SMALL_STATE(3367)] = 208480, + [SMALL_STATE(3368)] = 208516, + [SMALL_STATE(3369)] = 208552, + [SMALL_STATE(3370)] = 208588, + [SMALL_STATE(3371)] = 208644, + [SMALL_STATE(3372)] = 208680, + [SMALL_STATE(3373)] = 208716, + [SMALL_STATE(3374)] = 208752, + [SMALL_STATE(3375)] = 208788, + [SMALL_STATE(3376)] = 208824, + [SMALL_STATE(3377)] = 208878, + [SMALL_STATE(3378)] = 208932, + [SMALL_STATE(3379)] = 208988, + [SMALL_STATE(3380)] = 209024, + [SMALL_STATE(3381)] = 209060, + [SMALL_STATE(3382)] = 209096, + [SMALL_STATE(3383)] = 209152, + [SMALL_STATE(3384)] = 209188, + [SMALL_STATE(3385)] = 209224, + [SMALL_STATE(3386)] = 209260, + [SMALL_STATE(3387)] = 209296, + [SMALL_STATE(3388)] = 209332, + [SMALL_STATE(3389)] = 209368, + [SMALL_STATE(3390)] = 209410, + [SMALL_STATE(3391)] = 209446, + [SMALL_STATE(3392)] = 209482, + [SMALL_STATE(3393)] = 209538, + [SMALL_STATE(3394)] = 209574, + [SMALL_STATE(3395)] = 209610, + [SMALL_STATE(3396)] = 209646, + [SMALL_STATE(3397)] = 209682, + [SMALL_STATE(3398)] = 209718, + [SMALL_STATE(3399)] = 209754, + [SMALL_STATE(3400)] = 209790, + [SMALL_STATE(3401)] = 209826, + [SMALL_STATE(3402)] = 209862, + [SMALL_STATE(3403)] = 209898, + [SMALL_STATE(3404)] = 209934, + [SMALL_STATE(3405)] = 209990, + [SMALL_STATE(3406)] = 210026, + [SMALL_STATE(3407)] = 210062, + [SMALL_STATE(3408)] = 210098, + [SMALL_STATE(3409)] = 210134, + [SMALL_STATE(3410)] = 210188, + [SMALL_STATE(3411)] = 210244, + [SMALL_STATE(3412)] = 210300, + [SMALL_STATE(3413)] = 210354, + [SMALL_STATE(3414)] = 210390, + [SMALL_STATE(3415)] = 210446, + [SMALL_STATE(3416)] = 210482, + [SMALL_STATE(3417)] = 210518, + [SMALL_STATE(3418)] = 210574, + [SMALL_STATE(3419)] = 210610, + [SMALL_STATE(3420)] = 210664, + [SMALL_STATE(3421)] = 210700, + [SMALL_STATE(3422)] = 210736, + [SMALL_STATE(3423)] = 210772, + [SMALL_STATE(3424)] = 210808, + [SMALL_STATE(3425)] = 210862, + [SMALL_STATE(3426)] = 210898, + [SMALL_STATE(3427)] = 210952, + [SMALL_STATE(3428)] = 210988, + [SMALL_STATE(3429)] = 211024, + [SMALL_STATE(3430)] = 211078, + [SMALL_STATE(3431)] = 211132, + [SMALL_STATE(3432)] = 211168, [SMALL_STATE(3433)] = 211204, [SMALL_STATE(3434)] = 211249, - [SMALL_STATE(3435)] = 211302, - [SMALL_STATE(3436)] = 211355, - [SMALL_STATE(3437)] = 211408, - [SMALL_STATE(3438)] = 211453, - [SMALL_STATE(3439)] = 211506, - [SMALL_STATE(3440)] = 211559, - [SMALL_STATE(3441)] = 211612, - [SMALL_STATE(3442)] = 211665, - [SMALL_STATE(3443)] = 211718, - [SMALL_STATE(3444)] = 211771, - [SMALL_STATE(3445)] = 211824, - [SMALL_STATE(3446)] = 211877, - [SMALL_STATE(3447)] = 211930, - [SMALL_STATE(3448)] = 211983, - [SMALL_STATE(3449)] = 212036, - [SMALL_STATE(3450)] = 212089, - [SMALL_STATE(3451)] = 212124, - [SMALL_STATE(3452)] = 212177, - [SMALL_STATE(3453)] = 212222, - [SMALL_STATE(3454)] = 212275, - [SMALL_STATE(3455)] = 212330, - [SMALL_STATE(3456)] = 212383, - [SMALL_STATE(3457)] = 212436, - [SMALL_STATE(3458)] = 212481, - [SMALL_STATE(3459)] = 212526, - [SMALL_STATE(3460)] = 212579, - [SMALL_STATE(3461)] = 212632, - [SMALL_STATE(3462)] = 212685, - [SMALL_STATE(3463)] = 212738, - [SMALL_STATE(3464)] = 212791, - [SMALL_STATE(3465)] = 212844, - [SMALL_STATE(3466)] = 212897, - [SMALL_STATE(3467)] = 212942, - [SMALL_STATE(3468)] = 212995, - [SMALL_STATE(3469)] = 213048, - [SMALL_STATE(3470)] = 213101, - [SMALL_STATE(3471)] = 213154, - [SMALL_STATE(3472)] = 213207, - [SMALL_STATE(3473)] = 213260, - [SMALL_STATE(3474)] = 213313, - [SMALL_STATE(3475)] = 213366, - [SMALL_STATE(3476)] = 213419, - [SMALL_STATE(3477)] = 213472, - [SMALL_STATE(3478)] = 213525, - [SMALL_STATE(3479)] = 213570, - [SMALL_STATE(3480)] = 213623, - [SMALL_STATE(3481)] = 213676, - [SMALL_STATE(3482)] = 213731, - [SMALL_STATE(3483)] = 213776, - [SMALL_STATE(3484)] = 213829, - [SMALL_STATE(3485)] = 213882, - [SMALL_STATE(3486)] = 213935, - [SMALL_STATE(3487)] = 213990, - [SMALL_STATE(3488)] = 214025, - [SMALL_STATE(3489)] = 214078, - [SMALL_STATE(3490)] = 214123, - [SMALL_STATE(3491)] = 214178, - [SMALL_STATE(3492)] = 214223, - [SMALL_STATE(3493)] = 214268, - [SMALL_STATE(3494)] = 214323, - [SMALL_STATE(3495)] = 214368, - [SMALL_STATE(3496)] = 214413, - [SMALL_STATE(3497)] = 214458, - [SMALL_STATE(3498)] = 214503, - [SMALL_STATE(3499)] = 214548, - [SMALL_STATE(3500)] = 214593, - [SMALL_STATE(3501)] = 214646, - [SMALL_STATE(3502)] = 214691, - [SMALL_STATE(3503)] = 214736, - [SMALL_STATE(3504)] = 214781, - [SMALL_STATE(3505)] = 214826, - [SMALL_STATE(3506)] = 214879, - [SMALL_STATE(3507)] = 214924, - [SMALL_STATE(3508)] = 214969, - [SMALL_STATE(3509)] = 215022, - [SMALL_STATE(3510)] = 215067, - [SMALL_STATE(3511)] = 215112, - [SMALL_STATE(3512)] = 215167, - [SMALL_STATE(3513)] = 215212, - [SMALL_STATE(3514)] = 215257, - [SMALL_STATE(3515)] = 215310, - [SMALL_STATE(3516)] = 215363, - [SMALL_STATE(3517)] = 215408, - [SMALL_STATE(3518)] = 215453, - [SMALL_STATE(3519)] = 215488, - [SMALL_STATE(3520)] = 215533, - [SMALL_STATE(3521)] = 215568, - [SMALL_STATE(3522)] = 215613, - [SMALL_STATE(3523)] = 215648, - [SMALL_STATE(3524)] = 215683, - [SMALL_STATE(3525)] = 215728, - [SMALL_STATE(3526)] = 215773, - [SMALL_STATE(3527)] = 215808, - [SMALL_STATE(3528)] = 215843, - [SMALL_STATE(3529)] = 215878, - [SMALL_STATE(3530)] = 215913, - [SMALL_STATE(3531)] = 215948, - [SMALL_STATE(3532)] = 215983, - [SMALL_STATE(3533)] = 216018, - [SMALL_STATE(3534)] = 216063, - [SMALL_STATE(3535)] = 216098, - [SMALL_STATE(3536)] = 216133, - [SMALL_STATE(3537)] = 216168, - [SMALL_STATE(3538)] = 216203, - [SMALL_STATE(3539)] = 216238, - [SMALL_STATE(3540)] = 216273, - [SMALL_STATE(3541)] = 216318, - [SMALL_STATE(3542)] = 216369, - [SMALL_STATE(3543)] = 216404, - [SMALL_STATE(3544)] = 216457, - [SMALL_STATE(3545)] = 216492, - [SMALL_STATE(3546)] = 216537, - [SMALL_STATE(3547)] = 216572, - [SMALL_STATE(3548)] = 216607, - [SMALL_STATE(3549)] = 216642, - [SMALL_STATE(3550)] = 216677, - [SMALL_STATE(3551)] = 216712, - [SMALL_STATE(3552)] = 216757, - [SMALL_STATE(3553)] = 216802, - [SMALL_STATE(3554)] = 216847, - [SMALL_STATE(3555)] = 216892, - [SMALL_STATE(3556)] = 216937, - [SMALL_STATE(3557)] = 216982, - [SMALL_STATE(3558)] = 217027, - [SMALL_STATE(3559)] = 217072, - [SMALL_STATE(3560)] = 217117, - [SMALL_STATE(3561)] = 217170, - [SMALL_STATE(3562)] = 217215, - [SMALL_STATE(3563)] = 217268, - [SMALL_STATE(3564)] = 217303, - [SMALL_STATE(3565)] = 217348, - [SMALL_STATE(3566)] = 217393, - [SMALL_STATE(3567)] = 217428, - [SMALL_STATE(3568)] = 217463, - [SMALL_STATE(3569)] = 217508, - [SMALL_STATE(3570)] = 217553, - [SMALL_STATE(3571)] = 217606, - [SMALL_STATE(3572)] = 217659, - [SMALL_STATE(3573)] = 217712, - [SMALL_STATE(3574)] = 217765, - [SMALL_STATE(3575)] = 217818, - [SMALL_STATE(3576)] = 217871, - [SMALL_STATE(3577)] = 217924, - [SMALL_STATE(3578)] = 217977, - [SMALL_STATE(3579)] = 218030, - [SMALL_STATE(3580)] = 218083, - [SMALL_STATE(3581)] = 218136, - [SMALL_STATE(3582)] = 218189, - [SMALL_STATE(3583)] = 218242, - [SMALL_STATE(3584)] = 218295, + [SMALL_STATE(3435)] = 211284, + [SMALL_STATE(3436)] = 211339, + [SMALL_STATE(3437)] = 211394, + [SMALL_STATE(3438)] = 211447, + [SMALL_STATE(3439)] = 211492, + [SMALL_STATE(3440)] = 211537, + [SMALL_STATE(3441)] = 211590, + [SMALL_STATE(3442)] = 211643, + [SMALL_STATE(3443)] = 211688, + [SMALL_STATE(3444)] = 211733, + [SMALL_STATE(3445)] = 211786, + [SMALL_STATE(3446)] = 211839, + [SMALL_STATE(3447)] = 211884, + [SMALL_STATE(3448)] = 211929, + [SMALL_STATE(3449)] = 211974, + [SMALL_STATE(3450)] = 212027, + [SMALL_STATE(3451)] = 212072, + [SMALL_STATE(3452)] = 212125, + [SMALL_STATE(3453)] = 212180, + [SMALL_STATE(3454)] = 212233, + [SMALL_STATE(3455)] = 212278, + [SMALL_STATE(3456)] = 212331, + [SMALL_STATE(3457)] = 212376, + [SMALL_STATE(3458)] = 212429, + [SMALL_STATE(3459)] = 212482, + [SMALL_STATE(3460)] = 212535, + [SMALL_STATE(3461)] = 212588, + [SMALL_STATE(3462)] = 212641, + [SMALL_STATE(3463)] = 212694, + [SMALL_STATE(3464)] = 212747, + [SMALL_STATE(3465)] = 212800, + [SMALL_STATE(3466)] = 212845, + [SMALL_STATE(3467)] = 212898, + [SMALL_STATE(3468)] = 212951, + [SMALL_STATE(3469)] = 213006, + [SMALL_STATE(3470)] = 213051, + [SMALL_STATE(3471)] = 213104, + [SMALL_STATE(3472)] = 213149, + [SMALL_STATE(3473)] = 213194, + [SMALL_STATE(3474)] = 213229, + [SMALL_STATE(3475)] = 213274, + [SMALL_STATE(3476)] = 213327, + [SMALL_STATE(3477)] = 213380, + [SMALL_STATE(3478)] = 213433, + [SMALL_STATE(3479)] = 213486, + [SMALL_STATE(3480)] = 213531, + [SMALL_STATE(3481)] = 213576, + [SMALL_STATE(3482)] = 213621, + [SMALL_STATE(3483)] = 213666, + [SMALL_STATE(3484)] = 213721, + [SMALL_STATE(3485)] = 213756, + [SMALL_STATE(3486)] = 213809, + [SMALL_STATE(3487)] = 213862, + [SMALL_STATE(3488)] = 213915, + [SMALL_STATE(3489)] = 213968, + [SMALL_STATE(3490)] = 214013, + [SMALL_STATE(3491)] = 214066, + [SMALL_STATE(3492)] = 214101, + [SMALL_STATE(3493)] = 214154, + [SMALL_STATE(3494)] = 214199, + [SMALL_STATE(3495)] = 214252, + [SMALL_STATE(3496)] = 214305, + [SMALL_STATE(3497)] = 214358, + [SMALL_STATE(3498)] = 214403, + [SMALL_STATE(3499)] = 214456, + [SMALL_STATE(3500)] = 214491, + [SMALL_STATE(3501)] = 214536, + [SMALL_STATE(3502)] = 214571, + [SMALL_STATE(3503)] = 214624, + [SMALL_STATE(3504)] = 214659, + [SMALL_STATE(3505)] = 214704, + [SMALL_STATE(3506)] = 214749, + [SMALL_STATE(3507)] = 214802, + [SMALL_STATE(3508)] = 214847, + [SMALL_STATE(3509)] = 214892, + [SMALL_STATE(3510)] = 214937, + [SMALL_STATE(3511)] = 214982, + [SMALL_STATE(3512)] = 215027, + [SMALL_STATE(3513)] = 215072, + [SMALL_STATE(3514)] = 215125, + [SMALL_STATE(3515)] = 215160, + [SMALL_STATE(3516)] = 215195, + [SMALL_STATE(3517)] = 215230, + [SMALL_STATE(3518)] = 215265, + [SMALL_STATE(3519)] = 215300, + [SMALL_STATE(3520)] = 215345, + [SMALL_STATE(3521)] = 215398, + [SMALL_STATE(3522)] = 215451, + [SMALL_STATE(3523)] = 215486, + [SMALL_STATE(3524)] = 215531, + [SMALL_STATE(3525)] = 215576, + [SMALL_STATE(3526)] = 215611, + [SMALL_STATE(3527)] = 215656, + [SMALL_STATE(3528)] = 215691, + [SMALL_STATE(3529)] = 215736, + [SMALL_STATE(3530)] = 215781, + [SMALL_STATE(3531)] = 215834, + [SMALL_STATE(3532)] = 215887, + [SMALL_STATE(3533)] = 215940, + [SMALL_STATE(3534)] = 215985, + [SMALL_STATE(3535)] = 216038, + [SMALL_STATE(3536)] = 216091, + [SMALL_STATE(3537)] = 216136, + [SMALL_STATE(3538)] = 216189, + [SMALL_STATE(3539)] = 216224, + [SMALL_STATE(3540)] = 216259, + [SMALL_STATE(3541)] = 216312, + [SMALL_STATE(3542)] = 216347, + [SMALL_STATE(3543)] = 216400, + [SMALL_STATE(3544)] = 216453, + [SMALL_STATE(3545)] = 216504, + [SMALL_STATE(3546)] = 216549, + [SMALL_STATE(3547)] = 216602, + [SMALL_STATE(3548)] = 216655, + [SMALL_STATE(3549)] = 216690, + [SMALL_STATE(3550)] = 216725, + [SMALL_STATE(3551)] = 216770, + [SMALL_STATE(3552)] = 216805, + [SMALL_STATE(3553)] = 216858, + [SMALL_STATE(3554)] = 216911, + [SMALL_STATE(3555)] = 216964, + [SMALL_STATE(3556)] = 217017, + [SMALL_STATE(3557)] = 217062, + [SMALL_STATE(3558)] = 217117, + [SMALL_STATE(3559)] = 217170, + [SMALL_STATE(3560)] = 217215, + [SMALL_STATE(3561)] = 217250, + [SMALL_STATE(3562)] = 217285, + [SMALL_STATE(3563)] = 217320, + [SMALL_STATE(3564)] = 217355, + [SMALL_STATE(3565)] = 217408, + [SMALL_STATE(3566)] = 217453, + [SMALL_STATE(3567)] = 217498, + [SMALL_STATE(3568)] = 217551, + [SMALL_STATE(3569)] = 217596, + [SMALL_STATE(3570)] = 217649, + [SMALL_STATE(3571)] = 217684, + [SMALL_STATE(3572)] = 217737, + [SMALL_STATE(3573)] = 217790, + [SMALL_STATE(3574)] = 217843, + [SMALL_STATE(3575)] = 217896, + [SMALL_STATE(3576)] = 217931, + [SMALL_STATE(3577)] = 217984, + [SMALL_STATE(3578)] = 218029, + [SMALL_STATE(3579)] = 218082, + [SMALL_STATE(3580)] = 218127, + [SMALL_STATE(3581)] = 218180, + [SMALL_STATE(3582)] = 218215, + [SMALL_STATE(3583)] = 218260, + [SMALL_STATE(3584)] = 218313, [SMALL_STATE(3585)] = 218348, [SMALL_STATE(3586)] = 218393, [SMALL_STATE(3587)] = 218443, - [SMALL_STATE(3588)] = 218495, - [SMALL_STATE(3589)] = 218545, - [SMALL_STATE(3590)] = 218595, - [SMALL_STATE(3591)] = 218645, - [SMALL_STATE(3592)] = 218695, - [SMALL_STATE(3593)] = 218745, - [SMALL_STATE(3594)] = 218797, - [SMALL_STATE(3595)] = 218847, - [SMALL_STATE(3596)] = 218899, - [SMALL_STATE(3597)] = 218949, - [SMALL_STATE(3598)] = 218999, - [SMALL_STATE(3599)] = 219049, - [SMALL_STATE(3600)] = 219099, - [SMALL_STATE(3601)] = 219149, - [SMALL_STATE(3602)] = 219199, - [SMALL_STATE(3603)] = 219249, - [SMALL_STATE(3604)] = 219301, - [SMALL_STATE(3605)] = 219351, - [SMALL_STATE(3606)] = 219401, - [SMALL_STATE(3607)] = 219451, - [SMALL_STATE(3608)] = 219501, - [SMALL_STATE(3609)] = 219551, - [SMALL_STATE(3610)] = 219605, - [SMALL_STATE(3611)] = 219639, - [SMALL_STATE(3612)] = 219689, - [SMALL_STATE(3613)] = 219739, - [SMALL_STATE(3614)] = 219789, - [SMALL_STATE(3615)] = 219839, - [SMALL_STATE(3616)] = 219891, - [SMALL_STATE(3617)] = 219941, - [SMALL_STATE(3618)] = 219983, - [SMALL_STATE(3619)] = 220033, - [SMALL_STATE(3620)] = 220083, - [SMALL_STATE(3621)] = 220133, - [SMALL_STATE(3622)] = 220185, - [SMALL_STATE(3623)] = 220235, - [SMALL_STATE(3624)] = 220289, - [SMALL_STATE(3625)] = 220339, - [SMALL_STATE(3626)] = 220393, - [SMALL_STATE(3627)] = 220443, - [SMALL_STATE(3628)] = 220497, - [SMALL_STATE(3629)] = 220547, - [SMALL_STATE(3630)] = 220597, - [SMALL_STATE(3631)] = 220647, - [SMALL_STATE(3632)] = 220697, - [SMALL_STATE(3633)] = 220747, - [SMALL_STATE(3634)] = 220797, - [SMALL_STATE(3635)] = 220847, - [SMALL_STATE(3636)] = 220897, - [SMALL_STATE(3637)] = 220949, - [SMALL_STATE(3638)] = 220999, - [SMALL_STATE(3639)] = 221049, - [SMALL_STATE(3640)] = 221101, - [SMALL_STATE(3641)] = 221155, - [SMALL_STATE(3642)] = 221209, - [SMALL_STATE(3643)] = 221261, - [SMALL_STATE(3644)] = 221311, - [SMALL_STATE(3645)] = 221361, - [SMALL_STATE(3646)] = 221411, - [SMALL_STATE(3647)] = 221463, - [SMALL_STATE(3648)] = 221503, - [SMALL_STATE(3649)] = 221553, - [SMALL_STATE(3650)] = 221603, - [SMALL_STATE(3651)] = 221653, - [SMALL_STATE(3652)] = 221695, - [SMALL_STATE(3653)] = 221745, - [SMALL_STATE(3654)] = 221795, - [SMALL_STATE(3655)] = 221845, - [SMALL_STATE(3656)] = 221887, - [SMALL_STATE(3657)] = 221937, - [SMALL_STATE(3658)] = 221987, - [SMALL_STATE(3659)] = 222037, - [SMALL_STATE(3660)] = 222079, - [SMALL_STATE(3661)] = 222131, - [SMALL_STATE(3662)] = 222181, - [SMALL_STATE(3663)] = 222233, - [SMALL_STATE(3664)] = 222275, + [SMALL_STATE(3588)] = 218493, + [SMALL_STATE(3589)] = 218535, + [SMALL_STATE(3590)] = 218577, + [SMALL_STATE(3591)] = 218629, + [SMALL_STATE(3592)] = 218679, + [SMALL_STATE(3593)] = 218731, + [SMALL_STATE(3594)] = 218783, + [SMALL_STATE(3595)] = 218835, + [SMALL_STATE(3596)] = 218877, + [SMALL_STATE(3597)] = 218927, + [SMALL_STATE(3598)] = 218977, + [SMALL_STATE(3599)] = 219027, + [SMALL_STATE(3600)] = 219069, + [SMALL_STATE(3601)] = 219119, + [SMALL_STATE(3602)] = 219169, + [SMALL_STATE(3603)] = 219219, + [SMALL_STATE(3604)] = 219269, + [SMALL_STATE(3605)] = 219311, + [SMALL_STATE(3606)] = 219361, + [SMALL_STATE(3607)] = 219403, + [SMALL_STATE(3608)] = 219453, + [SMALL_STATE(3609)] = 219505, + [SMALL_STATE(3610)] = 219555, + [SMALL_STATE(3611)] = 219589, + [SMALL_STATE(3612)] = 219639, + [SMALL_STATE(3613)] = 219689, + [SMALL_STATE(3614)] = 219739, + [SMALL_STATE(3615)] = 219793, + [SMALL_STATE(3616)] = 219843, + [SMALL_STATE(3617)] = 219893, + [SMALL_STATE(3618)] = 219945, + [SMALL_STATE(3619)] = 219985, + [SMALL_STATE(3620)] = 220039, + [SMALL_STATE(3621)] = 220089, + [SMALL_STATE(3622)] = 220139, + [SMALL_STATE(3623)] = 220189, + [SMALL_STATE(3624)] = 220239, + [SMALL_STATE(3625)] = 220293, + [SMALL_STATE(3626)] = 220343, + [SMALL_STATE(3627)] = 220393, + [SMALL_STATE(3628)] = 220443, + [SMALL_STATE(3629)] = 220493, + [SMALL_STATE(3630)] = 220543, + [SMALL_STATE(3631)] = 220593, + [SMALL_STATE(3632)] = 220647, + [SMALL_STATE(3633)] = 220697, + [SMALL_STATE(3634)] = 220749, + [SMALL_STATE(3635)] = 220801, + [SMALL_STATE(3636)] = 220851, + [SMALL_STATE(3637)] = 220901, + [SMALL_STATE(3638)] = 220951, + [SMALL_STATE(3639)] = 221001, + [SMALL_STATE(3640)] = 221053, + [SMALL_STATE(3641)] = 221107, + [SMALL_STATE(3642)] = 221161, + [SMALL_STATE(3643)] = 221211, + [SMALL_STATE(3644)] = 221261, + [SMALL_STATE(3645)] = 221311, + [SMALL_STATE(3646)] = 221363, + [SMALL_STATE(3647)] = 221413, + [SMALL_STATE(3648)] = 221465, + [SMALL_STATE(3649)] = 221515, + [SMALL_STATE(3650)] = 221565, + [SMALL_STATE(3651)] = 221615, + [SMALL_STATE(3652)] = 221665, + [SMALL_STATE(3653)] = 221715, + [SMALL_STATE(3654)] = 221765, + [SMALL_STATE(3655)] = 221815, + [SMALL_STATE(3656)] = 221869, + [SMALL_STATE(3657)] = 221919, + [SMALL_STATE(3658)] = 221969, + [SMALL_STATE(3659)] = 222019, + [SMALL_STATE(3660)] = 222071, + [SMALL_STATE(3661)] = 222121, + [SMALL_STATE(3662)] = 222171, + [SMALL_STATE(3663)] = 222221, + [SMALL_STATE(3664)] = 222271, [SMALL_STATE(3665)] = 222325, - [SMALL_STATE(3666)] = 222367, - [SMALL_STATE(3667)] = 222417, - [SMALL_STATE(3668)] = 222471, + [SMALL_STATE(3666)] = 222375, + [SMALL_STATE(3667)] = 222425, + [SMALL_STATE(3668)] = 222475, [SMALL_STATE(3669)] = 222525, - [SMALL_STATE(3670)] = 222558, - [SMALL_STATE(3671)] = 222591, - [SMALL_STATE(3672)] = 222624, - [SMALL_STATE(3673)] = 222657, - [SMALL_STATE(3674)] = 222690, - [SMALL_STATE(3675)] = 222723, - [SMALL_STATE(3676)] = 222756, - [SMALL_STATE(3677)] = 222789, - [SMALL_STATE(3678)] = 222822, - [SMALL_STATE(3679)] = 222855, - [SMALL_STATE(3680)] = 222888, - [SMALL_STATE(3681)] = 222921, - [SMALL_STATE(3682)] = 222954, - [SMALL_STATE(3683)] = 222987, - [SMALL_STATE(3684)] = 223020, - [SMALL_STATE(3685)] = 223053, - [SMALL_STATE(3686)] = 223086, - [SMALL_STATE(3687)] = 223119, - [SMALL_STATE(3688)] = 223152, - [SMALL_STATE(3689)] = 223185, - [SMALL_STATE(3690)] = 223218, - [SMALL_STATE(3691)] = 223251, - [SMALL_STATE(3692)] = 223284, - [SMALL_STATE(3693)] = 223317, - [SMALL_STATE(3694)] = 223350, - [SMALL_STATE(3695)] = 223383, - [SMALL_STATE(3696)] = 223416, - [SMALL_STATE(3697)] = 223449, - [SMALL_STATE(3698)] = 223482, - [SMALL_STATE(3699)] = 223515, - [SMALL_STATE(3700)] = 223548, - [SMALL_STATE(3701)] = 223581, - [SMALL_STATE(3702)] = 223614, - [SMALL_STATE(3703)] = 223647, - [SMALL_STATE(3704)] = 223680, - [SMALL_STATE(3705)] = 223719, - [SMALL_STATE(3706)] = 223752, - [SMALL_STATE(3707)] = 223785, - [SMALL_STATE(3708)] = 223818, - [SMALL_STATE(3709)] = 223851, - [SMALL_STATE(3710)] = 223884, - [SMALL_STATE(3711)] = 223917, - [SMALL_STATE(3712)] = 223950, - [SMALL_STATE(3713)] = 224003, - [SMALL_STATE(3714)] = 224036, - [SMALL_STATE(3715)] = 224069, - [SMALL_STATE(3716)] = 224102, - [SMALL_STATE(3717)] = 224135, - [SMALL_STATE(3718)] = 224168, - [SMALL_STATE(3719)] = 224201, - [SMALL_STATE(3720)] = 224234, - [SMALL_STATE(3721)] = 224267, - [SMALL_STATE(3722)] = 224300, - [SMALL_STATE(3723)] = 224333, - [SMALL_STATE(3724)] = 224366, - [SMALL_STATE(3725)] = 224399, - [SMALL_STATE(3726)] = 224432, - [SMALL_STATE(3727)] = 224465, - [SMALL_STATE(3728)] = 224498, - [SMALL_STATE(3729)] = 224531, - [SMALL_STATE(3730)] = 224564, - [SMALL_STATE(3731)] = 224597, - [SMALL_STATE(3732)] = 224630, - [SMALL_STATE(3733)] = 224663, - [SMALL_STATE(3734)] = 224696, - [SMALL_STATE(3735)] = 224729, - [SMALL_STATE(3736)] = 224762, - [SMALL_STATE(3737)] = 224795, - [SMALL_STATE(3738)] = 224828, - [SMALL_STATE(3739)] = 224861, - [SMALL_STATE(3740)] = 224894, - [SMALL_STATE(3741)] = 224927, - [SMALL_STATE(3742)] = 224960, - [SMALL_STATE(3743)] = 225013, - [SMALL_STATE(3744)] = 225046, - [SMALL_STATE(3745)] = 225099, - [SMALL_STATE(3746)] = 225132, - [SMALL_STATE(3747)] = 225165, - [SMALL_STATE(3748)] = 225198, - [SMALL_STATE(3749)] = 225231, - [SMALL_STATE(3750)] = 225264, - [SMALL_STATE(3751)] = 225297, - [SMALL_STATE(3752)] = 225330, - [SMALL_STATE(3753)] = 225363, - [SMALL_STATE(3754)] = 225396, - [SMALL_STATE(3755)] = 225429, - [SMALL_STATE(3756)] = 225462, - [SMALL_STATE(3757)] = 225509, - [SMALL_STATE(3758)] = 225542, - [SMALL_STATE(3759)] = 225575, - [SMALL_STATE(3760)] = 225608, - [SMALL_STATE(3761)] = 225641, - [SMALL_STATE(3762)] = 225674, - [SMALL_STATE(3763)] = 225707, - [SMALL_STATE(3764)] = 225740, - [SMALL_STATE(3765)] = 225773, - [SMALL_STATE(3766)] = 225806, - [SMALL_STATE(3767)] = 225857, - [SMALL_STATE(3768)] = 225890, - [SMALL_STATE(3769)] = 225923, - [SMALL_STATE(3770)] = 225956, - [SMALL_STATE(3771)] = 226003, - [SMALL_STATE(3772)] = 226036, - [SMALL_STATE(3773)] = 226083, - [SMALL_STATE(3774)] = 226116, - [SMALL_STATE(3775)] = 226149, - [SMALL_STATE(3776)] = 226182, - [SMALL_STATE(3777)] = 226229, - [SMALL_STATE(3778)] = 226262, - [SMALL_STATE(3779)] = 226295, - [SMALL_STATE(3780)] = 226342, - [SMALL_STATE(3781)] = 226375, - [SMALL_STATE(3782)] = 226408, - [SMALL_STATE(3783)] = 226441, - [SMALL_STATE(3784)] = 226474, - [SMALL_STATE(3785)] = 226507, - [SMALL_STATE(3786)] = 226540, - [SMALL_STATE(3787)] = 226573, - [SMALL_STATE(3788)] = 226606, - [SMALL_STATE(3789)] = 226639, - [SMALL_STATE(3790)] = 226686, - [SMALL_STATE(3791)] = 226719, - [SMALL_STATE(3792)] = 226752, - [SMALL_STATE(3793)] = 226785, - [SMALL_STATE(3794)] = 226818, - [SMALL_STATE(3795)] = 226851, - [SMALL_STATE(3796)] = 226884, - [SMALL_STATE(3797)] = 226917, - [SMALL_STATE(3798)] = 226950, - [SMALL_STATE(3799)] = 226983, - [SMALL_STATE(3800)] = 227016, - [SMALL_STATE(3801)] = 227049, - [SMALL_STATE(3802)] = 227098, - [SMALL_STATE(3803)] = 227131, - [SMALL_STATE(3804)] = 227184, - [SMALL_STATE(3805)] = 227217, - [SMALL_STATE(3806)] = 227250, - [SMALL_STATE(3807)] = 227283, - [SMALL_STATE(3808)] = 227336, - [SMALL_STATE(3809)] = 227369, - [SMALL_STATE(3810)] = 227402, - [SMALL_STATE(3811)] = 227451, - [SMALL_STATE(3812)] = 227498, - [SMALL_STATE(3813)] = 227531, - [SMALL_STATE(3814)] = 227578, - [SMALL_STATE(3815)] = 227611, - [SMALL_STATE(3816)] = 227644, - [SMALL_STATE(3817)] = 227677, - [SMALL_STATE(3818)] = 227710, - [SMALL_STATE(3819)] = 227757, - [SMALL_STATE(3820)] = 227804, - [SMALL_STATE(3821)] = 227851, - [SMALL_STATE(3822)] = 227898, - [SMALL_STATE(3823)] = 227945, - [SMALL_STATE(3824)] = 227998, - [SMALL_STATE(3825)] = 228051, - [SMALL_STATE(3826)] = 228104, - [SMALL_STATE(3827)] = 228137, - [SMALL_STATE(3828)] = 228190, - [SMALL_STATE(3829)] = 228243, - [SMALL_STATE(3830)] = 228296, - [SMALL_STATE(3831)] = 228349, - [SMALL_STATE(3832)] = 228402, - [SMALL_STATE(3833)] = 228455, - [SMALL_STATE(3834)] = 228508, - [SMALL_STATE(3835)] = 228561, - [SMALL_STATE(3836)] = 228614, - [SMALL_STATE(3837)] = 228667, - [SMALL_STATE(3838)] = 228720, - [SMALL_STATE(3839)] = 228773, - [SMALL_STATE(3840)] = 228806, - [SMALL_STATE(3841)] = 228859, - [SMALL_STATE(3842)] = 228912, - [SMALL_STATE(3843)] = 228965, - [SMALL_STATE(3844)] = 228998, - [SMALL_STATE(3845)] = 229051, - [SMALL_STATE(3846)] = 229104, - [SMALL_STATE(3847)] = 229157, - [SMALL_STATE(3848)] = 229210, - [SMALL_STATE(3849)] = 229263, - [SMALL_STATE(3850)] = 229316, - [SMALL_STATE(3851)] = 229369, - [SMALL_STATE(3852)] = 229422, - [SMALL_STATE(3853)] = 229475, - [SMALL_STATE(3854)] = 229528, - [SMALL_STATE(3855)] = 229581, - [SMALL_STATE(3856)] = 229634, - [SMALL_STATE(3857)] = 229687, - [SMALL_STATE(3858)] = 229740, - [SMALL_STATE(3859)] = 229793, - [SMALL_STATE(3860)] = 229846, - [SMALL_STATE(3861)] = 229899, - [SMALL_STATE(3862)] = 229952, - [SMALL_STATE(3863)] = 230005, - [SMALL_STATE(3864)] = 230058, - [SMALL_STATE(3865)] = 230111, - [SMALL_STATE(3866)] = 230164, - [SMALL_STATE(3867)] = 230217, - [SMALL_STATE(3868)] = 230270, - [SMALL_STATE(3869)] = 230323, - [SMALL_STATE(3870)] = 230376, - [SMALL_STATE(3871)] = 230429, - [SMALL_STATE(3872)] = 230482, - [SMALL_STATE(3873)] = 230535, - [SMALL_STATE(3874)] = 230588, - [SMALL_STATE(3875)] = 230641, - [SMALL_STATE(3876)] = 230694, - [SMALL_STATE(3877)] = 230747, - [SMALL_STATE(3878)] = 230800, - [SMALL_STATE(3879)] = 230853, - [SMALL_STATE(3880)] = 230906, - [SMALL_STATE(3881)] = 230959, - [SMALL_STATE(3882)] = 231012, - [SMALL_STATE(3883)] = 231065, - [SMALL_STATE(3884)] = 231118, - [SMALL_STATE(3885)] = 231171, - [SMALL_STATE(3886)] = 231224, - [SMALL_STATE(3887)] = 231277, - [SMALL_STATE(3888)] = 231330, - [SMALL_STATE(3889)] = 231383, - [SMALL_STATE(3890)] = 231436, - [SMALL_STATE(3891)] = 231489, - [SMALL_STATE(3892)] = 231542, - [SMALL_STATE(3893)] = 231595, - [SMALL_STATE(3894)] = 231648, - [SMALL_STATE(3895)] = 231701, - [SMALL_STATE(3896)] = 231754, - [SMALL_STATE(3897)] = 231807, - [SMALL_STATE(3898)] = 231860, - [SMALL_STATE(3899)] = 231913, - [SMALL_STATE(3900)] = 231966, - [SMALL_STATE(3901)] = 232019, - [SMALL_STATE(3902)] = 232072, - [SMALL_STATE(3903)] = 232125, - [SMALL_STATE(3904)] = 232178, - [SMALL_STATE(3905)] = 232231, - [SMALL_STATE(3906)] = 232284, - [SMALL_STATE(3907)] = 232337, - [SMALL_STATE(3908)] = 232390, - [SMALL_STATE(3909)] = 232443, - [SMALL_STATE(3910)] = 232496, - [SMALL_STATE(3911)] = 232549, - [SMALL_STATE(3912)] = 232602, - [SMALL_STATE(3913)] = 232655, - [SMALL_STATE(3914)] = 232708, - [SMALL_STATE(3915)] = 232761, - [SMALL_STATE(3916)] = 232814, - [SMALL_STATE(3917)] = 232867, - [SMALL_STATE(3918)] = 232920, - [SMALL_STATE(3919)] = 232973, - [SMALL_STATE(3920)] = 233026, - [SMALL_STATE(3921)] = 233079, - [SMALL_STATE(3922)] = 233132, - [SMALL_STATE(3923)] = 233185, - [SMALL_STATE(3924)] = 233238, - [SMALL_STATE(3925)] = 233291, - [SMALL_STATE(3926)] = 233344, - [SMALL_STATE(3927)] = 233397, - [SMALL_STATE(3928)] = 233450, - [SMALL_STATE(3929)] = 233503, - [SMALL_STATE(3930)] = 233556, - [SMALL_STATE(3931)] = 233609, - [SMALL_STATE(3932)] = 233662, - [SMALL_STATE(3933)] = 233715, - [SMALL_STATE(3934)] = 233768, - [SMALL_STATE(3935)] = 233821, - [SMALL_STATE(3936)] = 233874, - [SMALL_STATE(3937)] = 233927, - [SMALL_STATE(3938)] = 233980, - [SMALL_STATE(3939)] = 234033, - [SMALL_STATE(3940)] = 234086, - [SMALL_STATE(3941)] = 234139, - [SMALL_STATE(3942)] = 234192, - [SMALL_STATE(3943)] = 234245, - [SMALL_STATE(3944)] = 234298, - [SMALL_STATE(3945)] = 234351, - [SMALL_STATE(3946)] = 234404, - [SMALL_STATE(3947)] = 234457, - [SMALL_STATE(3948)] = 234510, - [SMALL_STATE(3949)] = 234563, - [SMALL_STATE(3950)] = 234616, - [SMALL_STATE(3951)] = 234669, - [SMALL_STATE(3952)] = 234722, - [SMALL_STATE(3953)] = 234775, - [SMALL_STATE(3954)] = 234828, - [SMALL_STATE(3955)] = 234881, - [SMALL_STATE(3956)] = 234934, - [SMALL_STATE(3957)] = 234987, - [SMALL_STATE(3958)] = 235040, - [SMALL_STATE(3959)] = 235093, - [SMALL_STATE(3960)] = 235146, - [SMALL_STATE(3961)] = 235199, - [SMALL_STATE(3962)] = 235252, - [SMALL_STATE(3963)] = 235305, - [SMALL_STATE(3964)] = 235358, - [SMALL_STATE(3965)] = 235411, - [SMALL_STATE(3966)] = 235464, - [SMALL_STATE(3967)] = 235517, - [SMALL_STATE(3968)] = 235570, - [SMALL_STATE(3969)] = 235623, - [SMALL_STATE(3970)] = 235676, - [SMALL_STATE(3971)] = 235729, - [SMALL_STATE(3972)] = 235782, - [SMALL_STATE(3973)] = 235835, - [SMALL_STATE(3974)] = 235888, - [SMALL_STATE(3975)] = 235941, - [SMALL_STATE(3976)] = 235994, - [SMALL_STATE(3977)] = 236027, + [SMALL_STATE(3670)] = 222578, + [SMALL_STATE(3671)] = 222631, + [SMALL_STATE(3672)] = 222664, + [SMALL_STATE(3673)] = 222711, + [SMALL_STATE(3674)] = 222764, + [SMALL_STATE(3675)] = 222817, + [SMALL_STATE(3676)] = 222870, + [SMALL_STATE(3677)] = 222923, + [SMALL_STATE(3678)] = 222956, + [SMALL_STATE(3679)] = 222989, + [SMALL_STATE(3680)] = 223042, + [SMALL_STATE(3681)] = 223075, + [SMALL_STATE(3682)] = 223108, + [SMALL_STATE(3683)] = 223141, + [SMALL_STATE(3684)] = 223174, + [SMALL_STATE(3685)] = 223207, + [SMALL_STATE(3686)] = 223254, + [SMALL_STATE(3687)] = 223287, + [SMALL_STATE(3688)] = 223340, + [SMALL_STATE(3689)] = 223393, + [SMALL_STATE(3690)] = 223446, + [SMALL_STATE(3691)] = 223493, + [SMALL_STATE(3692)] = 223546, + [SMALL_STATE(3693)] = 223579, + [SMALL_STATE(3694)] = 223632, + [SMALL_STATE(3695)] = 223685, + [SMALL_STATE(3696)] = 223738, + [SMALL_STATE(3697)] = 223771, + [SMALL_STATE(3698)] = 223824, + [SMALL_STATE(3699)] = 223857, + [SMALL_STATE(3700)] = 223910, + [SMALL_STATE(3701)] = 223963, + [SMALL_STATE(3702)] = 223996, + [SMALL_STATE(3703)] = 224049, + [SMALL_STATE(3704)] = 224082, + [SMALL_STATE(3705)] = 224115, + [SMALL_STATE(3706)] = 224168, + [SMALL_STATE(3707)] = 224221, + [SMALL_STATE(3708)] = 224254, + [SMALL_STATE(3709)] = 224287, + [SMALL_STATE(3710)] = 224340, + [SMALL_STATE(3711)] = 224373, + [SMALL_STATE(3712)] = 224406, + [SMALL_STATE(3713)] = 224439, + [SMALL_STATE(3714)] = 224492, + [SMALL_STATE(3715)] = 224525, + [SMALL_STATE(3716)] = 224558, + [SMALL_STATE(3717)] = 224591, + [SMALL_STATE(3718)] = 224624, + [SMALL_STATE(3719)] = 224657, + [SMALL_STATE(3720)] = 224710, + [SMALL_STATE(3721)] = 224763, + [SMALL_STATE(3722)] = 224816, + [SMALL_STATE(3723)] = 224863, + [SMALL_STATE(3724)] = 224916, + [SMALL_STATE(3725)] = 224969, + [SMALL_STATE(3726)] = 225022, + [SMALL_STATE(3727)] = 225055, + [SMALL_STATE(3728)] = 225088, + [SMALL_STATE(3729)] = 225141, + [SMALL_STATE(3730)] = 225174, + [SMALL_STATE(3731)] = 225227, + [SMALL_STATE(3732)] = 225280, + [SMALL_STATE(3733)] = 225313, + [SMALL_STATE(3734)] = 225346, + [SMALL_STATE(3735)] = 225379, + [SMALL_STATE(3736)] = 225412, + [SMALL_STATE(3737)] = 225445, + [SMALL_STATE(3738)] = 225478, + [SMALL_STATE(3739)] = 225511, + [SMALL_STATE(3740)] = 225564, + [SMALL_STATE(3741)] = 225597, + [SMALL_STATE(3742)] = 225650, + [SMALL_STATE(3743)] = 225703, + [SMALL_STATE(3744)] = 225756, + [SMALL_STATE(3745)] = 225809, + [SMALL_STATE(3746)] = 225862, + [SMALL_STATE(3747)] = 225915, + [SMALL_STATE(3748)] = 225968, + [SMALL_STATE(3749)] = 226021, + [SMALL_STATE(3750)] = 226074, + [SMALL_STATE(3751)] = 226127, + [SMALL_STATE(3752)] = 226160, + [SMALL_STATE(3753)] = 226213, + [SMALL_STATE(3754)] = 226246, + [SMALL_STATE(3755)] = 226295, + [SMALL_STATE(3756)] = 226348, + [SMALL_STATE(3757)] = 226401, + [SMALL_STATE(3758)] = 226452, + [SMALL_STATE(3759)] = 226505, + [SMALL_STATE(3760)] = 226558, + [SMALL_STATE(3761)] = 226591, + [SMALL_STATE(3762)] = 226644, + [SMALL_STATE(3763)] = 226697, + [SMALL_STATE(3764)] = 226730, + [SMALL_STATE(3765)] = 226783, + [SMALL_STATE(3766)] = 226836, + [SMALL_STATE(3767)] = 226889, + [SMALL_STATE(3768)] = 226922, + [SMALL_STATE(3769)] = 226955, + [SMALL_STATE(3770)] = 227008, + [SMALL_STATE(3771)] = 227061, + [SMALL_STATE(3772)] = 227114, + [SMALL_STATE(3773)] = 227147, + [SMALL_STATE(3774)] = 227180, + [SMALL_STATE(3775)] = 227233, + [SMALL_STATE(3776)] = 227286, + [SMALL_STATE(3777)] = 227339, + [SMALL_STATE(3778)] = 227392, + [SMALL_STATE(3779)] = 227425, + [SMALL_STATE(3780)] = 227478, + [SMALL_STATE(3781)] = 227511, + [SMALL_STATE(3782)] = 227544, + [SMALL_STATE(3783)] = 227577, + [SMALL_STATE(3784)] = 227630, + [SMALL_STATE(3785)] = 227683, + [SMALL_STATE(3786)] = 227736, + [SMALL_STATE(3787)] = 227789, + [SMALL_STATE(3788)] = 227842, + [SMALL_STATE(3789)] = 227895, + [SMALL_STATE(3790)] = 227948, + [SMALL_STATE(3791)] = 228001, + [SMALL_STATE(3792)] = 228054, + [SMALL_STATE(3793)] = 228107, + [SMALL_STATE(3794)] = 228140, + [SMALL_STATE(3795)] = 228173, + [SMALL_STATE(3796)] = 228206, + [SMALL_STATE(3797)] = 228259, + [SMALL_STATE(3798)] = 228312, + [SMALL_STATE(3799)] = 228365, + [SMALL_STATE(3800)] = 228418, + [SMALL_STATE(3801)] = 228471, + [SMALL_STATE(3802)] = 228524, + [SMALL_STATE(3803)] = 228577, + [SMALL_STATE(3804)] = 228610, + [SMALL_STATE(3805)] = 228663, + [SMALL_STATE(3806)] = 228696, + [SMALL_STATE(3807)] = 228743, + [SMALL_STATE(3808)] = 228796, + [SMALL_STATE(3809)] = 228849, + [SMALL_STATE(3810)] = 228902, + [SMALL_STATE(3811)] = 228935, + [SMALL_STATE(3812)] = 228968, + [SMALL_STATE(3813)] = 229001, + [SMALL_STATE(3814)] = 229054, + [SMALL_STATE(3815)] = 229087, + [SMALL_STATE(3816)] = 229120, + [SMALL_STATE(3817)] = 229159, + [SMALL_STATE(3818)] = 229192, + [SMALL_STATE(3819)] = 229245, + [SMALL_STATE(3820)] = 229278, + [SMALL_STATE(3821)] = 229331, + [SMALL_STATE(3822)] = 229364, + [SMALL_STATE(3823)] = 229417, + [SMALL_STATE(3824)] = 229466, + [SMALL_STATE(3825)] = 229519, + [SMALL_STATE(3826)] = 229552, + [SMALL_STATE(3827)] = 229605, + [SMALL_STATE(3828)] = 229658, + [SMALL_STATE(3829)] = 229711, + [SMALL_STATE(3830)] = 229764, + [SMALL_STATE(3831)] = 229803, + [SMALL_STATE(3832)] = 229856, + [SMALL_STATE(3833)] = 229889, + [SMALL_STATE(3834)] = 229922, + [SMALL_STATE(3835)] = 229955, + [SMALL_STATE(3836)] = 229988, + [SMALL_STATE(3837)] = 230021, + [SMALL_STATE(3838)] = 230074, + [SMALL_STATE(3839)] = 230107, + [SMALL_STATE(3840)] = 230160, + [SMALL_STATE(3841)] = 230193, + [SMALL_STATE(3842)] = 230226, + [SMALL_STATE(3843)] = 230279, + [SMALL_STATE(3844)] = 230332, + [SMALL_STATE(3845)] = 230365, + [SMALL_STATE(3846)] = 230418, + [SMALL_STATE(3847)] = 230451, + [SMALL_STATE(3848)] = 230484, + [SMALL_STATE(3849)] = 230517, + [SMALL_STATE(3850)] = 230570, + [SMALL_STATE(3851)] = 230623, + [SMALL_STATE(3852)] = 230676, + [SMALL_STATE(3853)] = 230729, + [SMALL_STATE(3854)] = 230782, + [SMALL_STATE(3855)] = 230815, + [SMALL_STATE(3856)] = 230848, + [SMALL_STATE(3857)] = 230881, + [SMALL_STATE(3858)] = 230914, + [SMALL_STATE(3859)] = 230967, + [SMALL_STATE(3860)] = 231000, + [SMALL_STATE(3861)] = 231033, + [SMALL_STATE(3862)] = 231086, + [SMALL_STATE(3863)] = 231139, + [SMALL_STATE(3864)] = 231172, + [SMALL_STATE(3865)] = 231225, + [SMALL_STATE(3866)] = 231278, + [SMALL_STATE(3867)] = 231311, + [SMALL_STATE(3868)] = 231364, + [SMALL_STATE(3869)] = 231417, + [SMALL_STATE(3870)] = 231470, + [SMALL_STATE(3871)] = 231523, + [SMALL_STATE(3872)] = 231576, + [SMALL_STATE(3873)] = 231609, + [SMALL_STATE(3874)] = 231642, + [SMALL_STATE(3875)] = 231675, + [SMALL_STATE(3876)] = 231722, + [SMALL_STATE(3877)] = 231755, + [SMALL_STATE(3878)] = 231802, + [SMALL_STATE(3879)] = 231835, + [SMALL_STATE(3880)] = 231868, + [SMALL_STATE(3881)] = 231921, + [SMALL_STATE(3882)] = 231974, + [SMALL_STATE(3883)] = 232027, + [SMALL_STATE(3884)] = 232080, + [SMALL_STATE(3885)] = 232133, + [SMALL_STATE(3886)] = 232186, + [SMALL_STATE(3887)] = 232239, + [SMALL_STATE(3888)] = 232292, + [SMALL_STATE(3889)] = 232345, + [SMALL_STATE(3890)] = 232378, + [SMALL_STATE(3891)] = 232425, + [SMALL_STATE(3892)] = 232458, + [SMALL_STATE(3893)] = 232511, + [SMALL_STATE(3894)] = 232544, + [SMALL_STATE(3895)] = 232591, + [SMALL_STATE(3896)] = 232624, + [SMALL_STATE(3897)] = 232671, + [SMALL_STATE(3898)] = 232718, + [SMALL_STATE(3899)] = 232771, + [SMALL_STATE(3900)] = 232804, + [SMALL_STATE(3901)] = 232837, + [SMALL_STATE(3902)] = 232870, + [SMALL_STATE(3903)] = 232903, + [SMALL_STATE(3904)] = 232956, + [SMALL_STATE(3905)] = 233009, + [SMALL_STATE(3906)] = 233056, + [SMALL_STATE(3907)] = 233109, + [SMALL_STATE(3908)] = 233162, + [SMALL_STATE(3909)] = 233195, + [SMALL_STATE(3910)] = 233248, + [SMALL_STATE(3911)] = 233281, + [SMALL_STATE(3912)] = 233314, + [SMALL_STATE(3913)] = 233347, + [SMALL_STATE(3914)] = 233400, + [SMALL_STATE(3915)] = 233453, + [SMALL_STATE(3916)] = 233486, + [SMALL_STATE(3917)] = 233539, + [SMALL_STATE(3918)] = 233592, + [SMALL_STATE(3919)] = 233639, + [SMALL_STATE(3920)] = 233692, + [SMALL_STATE(3921)] = 233725, + [SMALL_STATE(3922)] = 233758, + [SMALL_STATE(3923)] = 233791, + [SMALL_STATE(3924)] = 233824, + [SMALL_STATE(3925)] = 233877, + [SMALL_STATE(3926)] = 233910, + [SMALL_STATE(3927)] = 233943, + [SMALL_STATE(3928)] = 233976, + [SMALL_STATE(3929)] = 234009, + [SMALL_STATE(3930)] = 234042, + [SMALL_STATE(3931)] = 234075, + [SMALL_STATE(3932)] = 234108, + [SMALL_STATE(3933)] = 234141, + [SMALL_STATE(3934)] = 234174, + [SMALL_STATE(3935)] = 234207, + [SMALL_STATE(3936)] = 234240, + [SMALL_STATE(3937)] = 234273, + [SMALL_STATE(3938)] = 234326, + [SMALL_STATE(3939)] = 234359, + [SMALL_STATE(3940)] = 234392, + [SMALL_STATE(3941)] = 234425, + [SMALL_STATE(3942)] = 234458, + [SMALL_STATE(3943)] = 234511, + [SMALL_STATE(3944)] = 234564, + [SMALL_STATE(3945)] = 234617, + [SMALL_STATE(3946)] = 234650, + [SMALL_STATE(3947)] = 234703, + [SMALL_STATE(3948)] = 234756, + [SMALL_STATE(3949)] = 234809, + [SMALL_STATE(3950)] = 234862, + [SMALL_STATE(3951)] = 234915, + [SMALL_STATE(3952)] = 234948, + [SMALL_STATE(3953)] = 234981, + [SMALL_STATE(3954)] = 235014, + [SMALL_STATE(3955)] = 235047, + [SMALL_STATE(3956)] = 235080, + [SMALL_STATE(3957)] = 235133, + [SMALL_STATE(3958)] = 235186, + [SMALL_STATE(3959)] = 235239, + [SMALL_STATE(3960)] = 235272, + [SMALL_STATE(3961)] = 235305, + [SMALL_STATE(3962)] = 235338, + [SMALL_STATE(3963)] = 235391, + [SMALL_STATE(3964)] = 235424, + [SMALL_STATE(3965)] = 235457, + [SMALL_STATE(3966)] = 235490, + [SMALL_STATE(3967)] = 235523, + [SMALL_STATE(3968)] = 235576, + [SMALL_STATE(3969)] = 235629, + [SMALL_STATE(3970)] = 235682, + [SMALL_STATE(3971)] = 235735, + [SMALL_STATE(3972)] = 235788, + [SMALL_STATE(3973)] = 235821, + [SMALL_STATE(3974)] = 235874, + [SMALL_STATE(3975)] = 235927, + [SMALL_STATE(3976)] = 235960, + [SMALL_STATE(3977)] = 236013, [SMALL_STATE(3978)] = 236066, [SMALL_STATE(3979)] = 236110, [SMALL_STATE(3980)] = 236142, [SMALL_STATE(3981)] = 236186, - [SMALL_STATE(3982)] = 236218, - [SMALL_STATE(3983)] = 236262, - [SMALL_STATE(3984)] = 236306, - [SMALL_STATE(3985)] = 236350, - [SMALL_STATE(3986)] = 236394, - [SMALL_STATE(3987)] = 236438, - [SMALL_STATE(3988)] = 236482, - [SMALL_STATE(3989)] = 236514, - [SMALL_STATE(3990)] = 236558, - [SMALL_STATE(3991)] = 236602, - [SMALL_STATE(3992)] = 236646, - [SMALL_STATE(3993)] = 236678, - [SMALL_STATE(3994)] = 236722, - [SMALL_STATE(3995)] = 236766, - [SMALL_STATE(3996)] = 236810, - [SMALL_STATE(3997)] = 236854, - [SMALL_STATE(3998)] = 236898, - [SMALL_STATE(3999)] = 236942, - [SMALL_STATE(4000)] = 236974, - [SMALL_STATE(4001)] = 237018, - [SMALL_STATE(4002)] = 237062, - [SMALL_STATE(4003)] = 237106, - [SMALL_STATE(4004)] = 237150, - [SMALL_STATE(4005)] = 237194, - [SMALL_STATE(4006)] = 237238, - [SMALL_STATE(4007)] = 237282, - [SMALL_STATE(4008)] = 237326, - [SMALL_STATE(4009)] = 237370, - [SMALL_STATE(4010)] = 237414, - [SMALL_STATE(4011)] = 237458, - [SMALL_STATE(4012)] = 237490, - [SMALL_STATE(4013)] = 237534, - [SMALL_STATE(4014)] = 237578, - [SMALL_STATE(4015)] = 237610, - [SMALL_STATE(4016)] = 237654, - [SMALL_STATE(4017)] = 237698, - [SMALL_STATE(4018)] = 237742, - [SMALL_STATE(4019)] = 237786, - [SMALL_STATE(4020)] = 237830, - [SMALL_STATE(4021)] = 237874, - [SMALL_STATE(4022)] = 237918, - [SMALL_STATE(4023)] = 237962, - [SMALL_STATE(4024)] = 238006, - [SMALL_STATE(4025)] = 238050, - [SMALL_STATE(4026)] = 238082, - [SMALL_STATE(4027)] = 238114, - [SMALL_STATE(4028)] = 238158, - [SMALL_STATE(4029)] = 238202, - [SMALL_STATE(4030)] = 238246, - [SMALL_STATE(4031)] = 238290, - [SMALL_STATE(4032)] = 238334, - [SMALL_STATE(4033)] = 238378, - [SMALL_STATE(4034)] = 238422, - [SMALL_STATE(4035)] = 238466, - [SMALL_STATE(4036)] = 238510, - [SMALL_STATE(4037)] = 238554, - [SMALL_STATE(4038)] = 238598, - [SMALL_STATE(4039)] = 238642, - [SMALL_STATE(4040)] = 238686, - [SMALL_STATE(4041)] = 238730, - [SMALL_STATE(4042)] = 238774, - [SMALL_STATE(4043)] = 238818, - [SMALL_STATE(4044)] = 238862, - [SMALL_STATE(4045)] = 238906, - [SMALL_STATE(4046)] = 238950, - [SMALL_STATE(4047)] = 238994, - [SMALL_STATE(4048)] = 239038, - [SMALL_STATE(4049)] = 239082, - [SMALL_STATE(4050)] = 239126, - [SMALL_STATE(4051)] = 239170, - [SMALL_STATE(4052)] = 239214, - [SMALL_STATE(4053)] = 239258, - [SMALL_STATE(4054)] = 239302, - [SMALL_STATE(4055)] = 239346, - [SMALL_STATE(4056)] = 239390, - [SMALL_STATE(4057)] = 239434, - [SMALL_STATE(4058)] = 239478, - [SMALL_STATE(4059)] = 239522, - [SMALL_STATE(4060)] = 239566, - [SMALL_STATE(4061)] = 239610, - [SMALL_STATE(4062)] = 239654, - [SMALL_STATE(4063)] = 239698, - [SMALL_STATE(4064)] = 239742, - [SMALL_STATE(4065)] = 239786, - [SMALL_STATE(4066)] = 239830, - [SMALL_STATE(4067)] = 239874, + [SMALL_STATE(3982)] = 236230, + [SMALL_STATE(3983)] = 236274, + [SMALL_STATE(3984)] = 236318, + [SMALL_STATE(3985)] = 236362, + [SMALL_STATE(3986)] = 236406, + [SMALL_STATE(3987)] = 236450, + [SMALL_STATE(3988)] = 236494, + [SMALL_STATE(3989)] = 236538, + [SMALL_STATE(3990)] = 236582, + [SMALL_STATE(3991)] = 236626, + [SMALL_STATE(3992)] = 236670, + [SMALL_STATE(3993)] = 236714, + [SMALL_STATE(3994)] = 236758, + [SMALL_STATE(3995)] = 236802, + [SMALL_STATE(3996)] = 236848, + [SMALL_STATE(3997)] = 236892, + [SMALL_STATE(3998)] = 236938, + [SMALL_STATE(3999)] = 236982, + [SMALL_STATE(4000)] = 237026, + [SMALL_STATE(4001)] = 237070, + [SMALL_STATE(4002)] = 237114, + [SMALL_STATE(4003)] = 237158, + [SMALL_STATE(4004)] = 237202, + [SMALL_STATE(4005)] = 237246, + [SMALL_STATE(4006)] = 237290, + [SMALL_STATE(4007)] = 237334, + [SMALL_STATE(4008)] = 237378, + [SMALL_STATE(4009)] = 237422, + [SMALL_STATE(4010)] = 237466, + [SMALL_STATE(4011)] = 237510, + [SMALL_STATE(4012)] = 237554, + [SMALL_STATE(4013)] = 237598, + [SMALL_STATE(4014)] = 237642, + [SMALL_STATE(4015)] = 237686, + [SMALL_STATE(4016)] = 237730, + [SMALL_STATE(4017)] = 237774, + [SMALL_STATE(4018)] = 237818, + [SMALL_STATE(4019)] = 237862, + [SMALL_STATE(4020)] = 237908, + [SMALL_STATE(4021)] = 237952, + [SMALL_STATE(4022)] = 237996, + [SMALL_STATE(4023)] = 238040, + [SMALL_STATE(4024)] = 238084, + [SMALL_STATE(4025)] = 238128, + [SMALL_STATE(4026)] = 238172, + [SMALL_STATE(4027)] = 238216, + [SMALL_STATE(4028)] = 238260, + [SMALL_STATE(4029)] = 238292, + [SMALL_STATE(4030)] = 238324, + [SMALL_STATE(4031)] = 238356, + [SMALL_STATE(4032)] = 238400, + [SMALL_STATE(4033)] = 238432, + [SMALL_STATE(4034)] = 238476, + [SMALL_STATE(4035)] = 238520, + [SMALL_STATE(4036)] = 238552, + [SMALL_STATE(4037)] = 238596, + [SMALL_STATE(4038)] = 238640, + [SMALL_STATE(4039)] = 238672, + [SMALL_STATE(4040)] = 238716, + [SMALL_STATE(4041)] = 238760, + [SMALL_STATE(4042)] = 238804, + [SMALL_STATE(4043)] = 238848, + [SMALL_STATE(4044)] = 238892, + [SMALL_STATE(4045)] = 238936, + [SMALL_STATE(4046)] = 238980, + [SMALL_STATE(4047)] = 239012, + [SMALL_STATE(4048)] = 239056, + [SMALL_STATE(4049)] = 239100, + [SMALL_STATE(4050)] = 239144, + [SMALL_STATE(4051)] = 239188, + [SMALL_STATE(4052)] = 239232, + [SMALL_STATE(4053)] = 239276, + [SMALL_STATE(4054)] = 239320, + [SMALL_STATE(4055)] = 239364, + [SMALL_STATE(4056)] = 239408, + [SMALL_STATE(4057)] = 239452, + [SMALL_STATE(4058)] = 239496, + [SMALL_STATE(4059)] = 239540, + [SMALL_STATE(4060)] = 239584, + [SMALL_STATE(4061)] = 239622, + [SMALL_STATE(4062)] = 239666, + [SMALL_STATE(4063)] = 239710, + [SMALL_STATE(4064)] = 239754, + [SMALL_STATE(4065)] = 239798, + [SMALL_STATE(4066)] = 239842, + [SMALL_STATE(4067)] = 239886, [SMALL_STATE(4068)] = 239918, [SMALL_STATE(4069)] = 239962, [SMALL_STATE(4070)] = 240006, [SMALL_STATE(4071)] = 240050, [SMALL_STATE(4072)] = 240094, - [SMALL_STATE(4073)] = 240126, - [SMALL_STATE(4074)] = 240170, - [SMALL_STATE(4075)] = 240214, - [SMALL_STATE(4076)] = 240258, - [SMALL_STATE(4077)] = 240302, - [SMALL_STATE(4078)] = 240346, - [SMALL_STATE(4079)] = 240390, - [SMALL_STATE(4080)] = 240422, - [SMALL_STATE(4081)] = 240466, - [SMALL_STATE(4082)] = 240510, - [SMALL_STATE(4083)] = 240554, - [SMALL_STATE(4084)] = 240598, - [SMALL_STATE(4085)] = 240642, - [SMALL_STATE(4086)] = 240686, - [SMALL_STATE(4087)] = 240730, + [SMALL_STATE(4073)] = 240144, + [SMALL_STATE(4074)] = 240176, + [SMALL_STATE(4075)] = 240208, + [SMALL_STATE(4076)] = 240252, + [SMALL_STATE(4077)] = 240296, + [SMALL_STATE(4078)] = 240340, + [SMALL_STATE(4079)] = 240384, + [SMALL_STATE(4080)] = 240428, + [SMALL_STATE(4081)] = 240472, + [SMALL_STATE(4082)] = 240518, + [SMALL_STATE(4083)] = 240550, + [SMALL_STATE(4084)] = 240582, + [SMALL_STATE(4085)] = 240626, + [SMALL_STATE(4086)] = 240670, + [SMALL_STATE(4087)] = 240718, [SMALL_STATE(4088)] = 240762, [SMALL_STATE(4089)] = 240806, - [SMALL_STATE(4090)] = 240838, - [SMALL_STATE(4091)] = 240870, - [SMALL_STATE(4092)] = 240902, - [SMALL_STATE(4093)] = 240946, - [SMALL_STATE(4094)] = 240990, - [SMALL_STATE(4095)] = 241034, - [SMALL_STATE(4096)] = 241078, - [SMALL_STATE(4097)] = 241122, + [SMALL_STATE(4090)] = 240850, + [SMALL_STATE(4091)] = 240894, + [SMALL_STATE(4092)] = 240946, + [SMALL_STATE(4093)] = 240978, + [SMALL_STATE(4094)] = 241010, + [SMALL_STATE(4095)] = 241058, + [SMALL_STATE(4096)] = 241090, + [SMALL_STATE(4097)] = 241134, [SMALL_STATE(4098)] = 241166, [SMALL_STATE(4099)] = 241210, [SMALL_STATE(4100)] = 241254, - [SMALL_STATE(4101)] = 241286, - [SMALL_STATE(4102)] = 241330, - [SMALL_STATE(4103)] = 241374, - [SMALL_STATE(4104)] = 241418, + [SMALL_STATE(4101)] = 241298, + [SMALL_STATE(4102)] = 241342, + [SMALL_STATE(4103)] = 241386, + [SMALL_STATE(4104)] = 241430, [SMALL_STATE(4105)] = 241462, [SMALL_STATE(4106)] = 241506, [SMALL_STATE(4107)] = 241550, - [SMALL_STATE(4108)] = 241594, - [SMALL_STATE(4109)] = 241638, - [SMALL_STATE(4110)] = 241682, - [SMALL_STATE(4111)] = 241726, - [SMALL_STATE(4112)] = 241770, - [SMALL_STATE(4113)] = 241814, - [SMALL_STATE(4114)] = 241858, - [SMALL_STATE(4115)] = 241902, - [SMALL_STATE(4116)] = 241946, - [SMALL_STATE(4117)] = 241990, - [SMALL_STATE(4118)] = 242034, - [SMALL_STATE(4119)] = 242078, - [SMALL_STATE(4120)] = 242122, - [SMALL_STATE(4121)] = 242166, - [SMALL_STATE(4122)] = 242212, - [SMALL_STATE(4123)] = 242258, - [SMALL_STATE(4124)] = 242302, - [SMALL_STATE(4125)] = 242346, - [SMALL_STATE(4126)] = 242390, - [SMALL_STATE(4127)] = 242434, - [SMALL_STATE(4128)] = 242466, - [SMALL_STATE(4129)] = 242510, - [SMALL_STATE(4130)] = 242542, - [SMALL_STATE(4131)] = 242574, - [SMALL_STATE(4132)] = 242618, - [SMALL_STATE(4133)] = 242650, - [SMALL_STATE(4134)] = 242694, - [SMALL_STATE(4135)] = 242738, - [SMALL_STATE(4136)] = 242782, - [SMALL_STATE(4137)] = 242826, - [SMALL_STATE(4138)] = 242870, - [SMALL_STATE(4139)] = 242914, - [SMALL_STATE(4140)] = 242958, - [SMALL_STATE(4141)] = 242990, - [SMALL_STATE(4142)] = 243034, - [SMALL_STATE(4143)] = 243078, - [SMALL_STATE(4144)] = 243122, - [SMALL_STATE(4145)] = 243166, - [SMALL_STATE(4146)] = 243210, - [SMALL_STATE(4147)] = 243242, - [SMALL_STATE(4148)] = 243286, - [SMALL_STATE(4149)] = 243330, - [SMALL_STATE(4150)] = 243374, - [SMALL_STATE(4151)] = 243406, - [SMALL_STATE(4152)] = 243438, - [SMALL_STATE(4153)] = 243482, - [SMALL_STATE(4154)] = 243526, - [SMALL_STATE(4155)] = 243570, - [SMALL_STATE(4156)] = 243614, - [SMALL_STATE(4157)] = 243646, - [SMALL_STATE(4158)] = 243678, - [SMALL_STATE(4159)] = 243726, - [SMALL_STATE(4160)] = 243770, - [SMALL_STATE(4161)] = 243816, - [SMALL_STATE(4162)] = 243860, - [SMALL_STATE(4163)] = 243904, - [SMALL_STATE(4164)] = 243948, - [SMALL_STATE(4165)] = 243992, - [SMALL_STATE(4166)] = 244024, - [SMALL_STATE(4167)] = 244068, - [SMALL_STATE(4168)] = 244112, - [SMALL_STATE(4169)] = 244156, - [SMALL_STATE(4170)] = 244188, - [SMALL_STATE(4171)] = 244220, - [SMALL_STATE(4172)] = 244270, - [SMALL_STATE(4173)] = 244314, - [SMALL_STATE(4174)] = 244358, - [SMALL_STATE(4175)] = 244402, - [SMALL_STATE(4176)] = 244446, - [SMALL_STATE(4177)] = 244490, - [SMALL_STATE(4178)] = 244534, - [SMALL_STATE(4179)] = 244578, - [SMALL_STATE(4180)] = 244622, - [SMALL_STATE(4181)] = 244666, - [SMALL_STATE(4182)] = 244710, - [SMALL_STATE(4183)] = 244754, - [SMALL_STATE(4184)] = 244798, - [SMALL_STATE(4185)] = 244842, - [SMALL_STATE(4186)] = 244886, - [SMALL_STATE(4187)] = 244930, - [SMALL_STATE(4188)] = 244974, - [SMALL_STATE(4189)] = 245018, - [SMALL_STATE(4190)] = 245064, - [SMALL_STATE(4191)] = 245108, - [SMALL_STATE(4192)] = 245152, - [SMALL_STATE(4193)] = 245198, - [SMALL_STATE(4194)] = 245242, - [SMALL_STATE(4195)] = 245274, - [SMALL_STATE(4196)] = 245326, - [SMALL_STATE(4197)] = 245370, - [SMALL_STATE(4198)] = 245402, - [SMALL_STATE(4199)] = 245446, - [SMALL_STATE(4200)] = 245490, - [SMALL_STATE(4201)] = 245534, - [SMALL_STATE(4202)] = 245578, - [SMALL_STATE(4203)] = 245610, - [SMALL_STATE(4204)] = 245654, - [SMALL_STATE(4205)] = 245698, - [SMALL_STATE(4206)] = 245742, - [SMALL_STATE(4207)] = 245786, - [SMALL_STATE(4208)] = 245830, - [SMALL_STATE(4209)] = 245874, - [SMALL_STATE(4210)] = 245918, - [SMALL_STATE(4211)] = 245964, - [SMALL_STATE(4212)] = 246008, - [SMALL_STATE(4213)] = 246052, - [SMALL_STATE(4214)] = 246096, - [SMALL_STATE(4215)] = 246128, - [SMALL_STATE(4216)] = 246172, - [SMALL_STATE(4217)] = 246216, - [SMALL_STATE(4218)] = 246260, - [SMALL_STATE(4219)] = 246304, - [SMALL_STATE(4220)] = 246336, - [SMALL_STATE(4221)] = 246380, - [SMALL_STATE(4222)] = 246424, - [SMALL_STATE(4223)] = 246468, - [SMALL_STATE(4224)] = 246512, - [SMALL_STATE(4225)] = 246556, - [SMALL_STATE(4226)] = 246602, - [SMALL_STATE(4227)] = 246646, - [SMALL_STATE(4228)] = 246698, - [SMALL_STATE(4229)] = 246730, - [SMALL_STATE(4230)] = 246762, - [SMALL_STATE(4231)] = 246806, - [SMALL_STATE(4232)] = 246850, - [SMALL_STATE(4233)] = 246894, - [SMALL_STATE(4234)] = 246938, - [SMALL_STATE(4235)] = 246982, - [SMALL_STATE(4236)] = 247026, - [SMALL_STATE(4237)] = 247070, - [SMALL_STATE(4238)] = 247116, - [SMALL_STATE(4239)] = 247160, - [SMALL_STATE(4240)] = 247204, - [SMALL_STATE(4241)] = 247248, - [SMALL_STATE(4242)] = 247292, - [SMALL_STATE(4243)] = 247336, - [SMALL_STATE(4244)] = 247368, - [SMALL_STATE(4245)] = 247412, - [SMALL_STATE(4246)] = 247456, - [SMALL_STATE(4247)] = 247500, - [SMALL_STATE(4248)] = 247544, - [SMALL_STATE(4249)] = 247588, - [SMALL_STATE(4250)] = 247632, - [SMALL_STATE(4251)] = 247676, - [SMALL_STATE(4252)] = 247726, - [SMALL_STATE(4253)] = 247764, - [SMALL_STATE(4254)] = 247808, - [SMALL_STATE(4255)] = 247852, - [SMALL_STATE(4256)] = 247896, - [SMALL_STATE(4257)] = 247940, - [SMALL_STATE(4258)] = 247984, - [SMALL_STATE(4259)] = 248028, - [SMALL_STATE(4260)] = 248072, - [SMALL_STATE(4261)] = 248116, - [SMALL_STATE(4262)] = 248160, - [SMALL_STATE(4263)] = 248204, - [SMALL_STATE(4264)] = 248250, - [SMALL_STATE(4265)] = 248294, - [SMALL_STATE(4266)] = 248338, - [SMALL_STATE(4267)] = 248382, - [SMALL_STATE(4268)] = 248414, - [SMALL_STATE(4269)] = 248458, - [SMALL_STATE(4270)] = 248502, - [SMALL_STATE(4271)] = 248546, - [SMALL_STATE(4272)] = 248590, - [SMALL_STATE(4273)] = 248630, - [SMALL_STATE(4274)] = 248674, - [SMALL_STATE(4275)] = 248720, - [SMALL_STATE(4276)] = 248764, - [SMALL_STATE(4277)] = 248808, - [SMALL_STATE(4278)] = 248854, - [SMALL_STATE(4279)] = 248898, - [SMALL_STATE(4280)] = 248942, - [SMALL_STATE(4281)] = 248986, - [SMALL_STATE(4282)] = 249030, - [SMALL_STATE(4283)] = 249080, - [SMALL_STATE(4284)] = 249124, - [SMALL_STATE(4285)] = 249168, - [SMALL_STATE(4286)] = 249212, - [SMALL_STATE(4287)] = 249256, - [SMALL_STATE(4288)] = 249300, - [SMALL_STATE(4289)] = 249344, - [SMALL_STATE(4290)] = 249388, - [SMALL_STATE(4291)] = 249432, - [SMALL_STATE(4292)] = 249464, - [SMALL_STATE(4293)] = 249508, - [SMALL_STATE(4294)] = 249552, - [SMALL_STATE(4295)] = 249596, - [SMALL_STATE(4296)] = 249640, - [SMALL_STATE(4297)] = 249684, - [SMALL_STATE(4298)] = 249716, - [SMALL_STATE(4299)] = 249760, - [SMALL_STATE(4300)] = 249804, - [SMALL_STATE(4301)] = 249848, - [SMALL_STATE(4302)] = 249892, - [SMALL_STATE(4303)] = 249936, - [SMALL_STATE(4304)] = 249980, - [SMALL_STATE(4305)] = 250024, - [SMALL_STATE(4306)] = 250070, - [SMALL_STATE(4307)] = 250114, - [SMALL_STATE(4308)] = 250158, - [SMALL_STATE(4309)] = 250202, - [SMALL_STATE(4310)] = 250246, - [SMALL_STATE(4311)] = 250290, - [SMALL_STATE(4312)] = 250334, - [SMALL_STATE(4313)] = 250378, - [SMALL_STATE(4314)] = 250422, + [SMALL_STATE(4108)] = 241602, + [SMALL_STATE(4109)] = 241634, + [SMALL_STATE(4110)] = 241678, + [SMALL_STATE(4111)] = 241722, + [SMALL_STATE(4112)] = 241766, + [SMALL_STATE(4113)] = 241810, + [SMALL_STATE(4114)] = 241854, + [SMALL_STATE(4115)] = 241886, + [SMALL_STATE(4116)] = 241918, + [SMALL_STATE(4117)] = 241950, + [SMALL_STATE(4118)] = 241994, + [SMALL_STATE(4119)] = 242038, + [SMALL_STATE(4120)] = 242082, + [SMALL_STATE(4121)] = 242126, + [SMALL_STATE(4122)] = 242176, + [SMALL_STATE(4123)] = 242220, + [SMALL_STATE(4124)] = 242264, + [SMALL_STATE(4125)] = 242308, + [SMALL_STATE(4126)] = 242354, + [SMALL_STATE(4127)] = 242386, + [SMALL_STATE(4128)] = 242418, + [SMALL_STATE(4129)] = 242468, + [SMALL_STATE(4130)] = 242512, + [SMALL_STATE(4131)] = 242556, + [SMALL_STATE(4132)] = 242600, + [SMALL_STATE(4133)] = 242644, + [SMALL_STATE(4134)] = 242688, + [SMALL_STATE(4135)] = 242720, + [SMALL_STATE(4136)] = 242764, + [SMALL_STATE(4137)] = 242808, + [SMALL_STATE(4138)] = 242852, + [SMALL_STATE(4139)] = 242896, + [SMALL_STATE(4140)] = 242940, + [SMALL_STATE(4141)] = 242984, + [SMALL_STATE(4142)] = 243028, + [SMALL_STATE(4143)] = 243072, + [SMALL_STATE(4144)] = 243104, + [SMALL_STATE(4145)] = 243148, + [SMALL_STATE(4146)] = 243192, + [SMALL_STATE(4147)] = 243236, + [SMALL_STATE(4148)] = 243280, + [SMALL_STATE(4149)] = 243312, + [SMALL_STATE(4150)] = 243344, + [SMALL_STATE(4151)] = 243388, + [SMALL_STATE(4152)] = 243432, + [SMALL_STATE(4153)] = 243478, + [SMALL_STATE(4154)] = 243522, + [SMALL_STATE(4155)] = 243566, + [SMALL_STATE(4156)] = 243598, + [SMALL_STATE(4157)] = 243630, + [SMALL_STATE(4158)] = 243662, + [SMALL_STATE(4159)] = 243706, + [SMALL_STATE(4160)] = 243750, + [SMALL_STATE(4161)] = 243782, + [SMALL_STATE(4162)] = 243826, + [SMALL_STATE(4163)] = 243870, + [SMALL_STATE(4164)] = 243914, + [SMALL_STATE(4165)] = 243958, + [SMALL_STATE(4166)] = 244002, + [SMALL_STATE(4167)] = 244046, + [SMALL_STATE(4168)] = 244090, + [SMALL_STATE(4169)] = 244122, + [SMALL_STATE(4170)] = 244166, + [SMALL_STATE(4171)] = 244210, + [SMALL_STATE(4172)] = 244254, + [SMALL_STATE(4173)] = 244286, + [SMALL_STATE(4174)] = 244332, + [SMALL_STATE(4175)] = 244376, + [SMALL_STATE(4176)] = 244420, + [SMALL_STATE(4177)] = 244464, + [SMALL_STATE(4178)] = 244508, + [SMALL_STATE(4179)] = 244552, + [SMALL_STATE(4180)] = 244596, + [SMALL_STATE(4181)] = 244640, + [SMALL_STATE(4182)] = 244684, + [SMALL_STATE(4183)] = 244728, + [SMALL_STATE(4184)] = 244772, + [SMALL_STATE(4185)] = 244816, + [SMALL_STATE(4186)] = 244860, + [SMALL_STATE(4187)] = 244904, + [SMALL_STATE(4188)] = 244948, + [SMALL_STATE(4189)] = 244980, + [SMALL_STATE(4190)] = 245024, + [SMALL_STATE(4191)] = 245068, + [SMALL_STATE(4192)] = 245112, + [SMALL_STATE(4193)] = 245156, + [SMALL_STATE(4194)] = 245188, + [SMALL_STATE(4195)] = 245220, + [SMALL_STATE(4196)] = 245252, + [SMALL_STATE(4197)] = 245296, + [SMALL_STATE(4198)] = 245342, + [SMALL_STATE(4199)] = 245386, + [SMALL_STATE(4200)] = 245430, + [SMALL_STATE(4201)] = 245474, + [SMALL_STATE(4202)] = 245518, + [SMALL_STATE(4203)] = 245550, + [SMALL_STATE(4204)] = 245594, + [SMALL_STATE(4205)] = 245638, + [SMALL_STATE(4206)] = 245682, + [SMALL_STATE(4207)] = 245726, + [SMALL_STATE(4208)] = 245770, + [SMALL_STATE(4209)] = 245814, + [SMALL_STATE(4210)] = 245858, + [SMALL_STATE(4211)] = 245902, + [SMALL_STATE(4212)] = 245946, + [SMALL_STATE(4213)] = 245990, + [SMALL_STATE(4214)] = 246022, + [SMALL_STATE(4215)] = 246066, + [SMALL_STATE(4216)] = 246110, + [SMALL_STATE(4217)] = 246154, + [SMALL_STATE(4218)] = 246198, + [SMALL_STATE(4219)] = 246242, + [SMALL_STATE(4220)] = 246286, + [SMALL_STATE(4221)] = 246330, + [SMALL_STATE(4222)] = 246374, + [SMALL_STATE(4223)] = 246418, + [SMALL_STATE(4224)] = 246462, + [SMALL_STATE(4225)] = 246506, + [SMALL_STATE(4226)] = 246550, + [SMALL_STATE(4227)] = 246594, + [SMALL_STATE(4228)] = 246638, + [SMALL_STATE(4229)] = 246682, + [SMALL_STATE(4230)] = 246726, + [SMALL_STATE(4231)] = 246770, + [SMALL_STATE(4232)] = 246814, + [SMALL_STATE(4233)] = 246858, + [SMALL_STATE(4234)] = 246902, + [SMALL_STATE(4235)] = 246946, + [SMALL_STATE(4236)] = 246990, + [SMALL_STATE(4237)] = 247034, + [SMALL_STATE(4238)] = 247078, + [SMALL_STATE(4239)] = 247122, + [SMALL_STATE(4240)] = 247166, + [SMALL_STATE(4241)] = 247210, + [SMALL_STATE(4242)] = 247254, + [SMALL_STATE(4243)] = 247298, + [SMALL_STATE(4244)] = 247342, + [SMALL_STATE(4245)] = 247386, + [SMALL_STATE(4246)] = 247430, + [SMALL_STATE(4247)] = 247474, + [SMALL_STATE(4248)] = 247518, + [SMALL_STATE(4249)] = 247562, + [SMALL_STATE(4250)] = 247606, + [SMALL_STATE(4251)] = 247650, + [SMALL_STATE(4252)] = 247694, + [SMALL_STATE(4253)] = 247738, + [SMALL_STATE(4254)] = 247782, + [SMALL_STATE(4255)] = 247826, + [SMALL_STATE(4256)] = 247870, + [SMALL_STATE(4257)] = 247914, + [SMALL_STATE(4258)] = 247958, + [SMALL_STATE(4259)] = 248002, + [SMALL_STATE(4260)] = 248046, + [SMALL_STATE(4261)] = 248090, + [SMALL_STATE(4262)] = 248136, + [SMALL_STATE(4263)] = 248180, + [SMALL_STATE(4264)] = 248224, + [SMALL_STATE(4265)] = 248270, + [SMALL_STATE(4266)] = 248314, + [SMALL_STATE(4267)] = 248358, + [SMALL_STATE(4268)] = 248402, + [SMALL_STATE(4269)] = 248446, + [SMALL_STATE(4270)] = 248490, + [SMALL_STATE(4271)] = 248534, + [SMALL_STATE(4272)] = 248578, + [SMALL_STATE(4273)] = 248622, + [SMALL_STATE(4274)] = 248666, + [SMALL_STATE(4275)] = 248710, + [SMALL_STATE(4276)] = 248754, + [SMALL_STATE(4277)] = 248798, + [SMALL_STATE(4278)] = 248842, + [SMALL_STATE(4279)] = 248886, + [SMALL_STATE(4280)] = 248926, + [SMALL_STATE(4281)] = 248970, + [SMALL_STATE(4282)] = 249014, + [SMALL_STATE(4283)] = 249058, + [SMALL_STATE(4284)] = 249102, + [SMALL_STATE(4285)] = 249146, + [SMALL_STATE(4286)] = 249190, + [SMALL_STATE(4287)] = 249234, + [SMALL_STATE(4288)] = 249278, + [SMALL_STATE(4289)] = 249322, + [SMALL_STATE(4290)] = 249366, + [SMALL_STATE(4291)] = 249410, + [SMALL_STATE(4292)] = 249454, + [SMALL_STATE(4293)] = 249498, + [SMALL_STATE(4294)] = 249542, + [SMALL_STATE(4295)] = 249586, + [SMALL_STATE(4296)] = 249630, + [SMALL_STATE(4297)] = 249674, + [SMALL_STATE(4298)] = 249718, + [SMALL_STATE(4299)] = 249762, + [SMALL_STATE(4300)] = 249806, + [SMALL_STATE(4301)] = 249852, + [SMALL_STATE(4302)] = 249896, + [SMALL_STATE(4303)] = 249940, + [SMALL_STATE(4304)] = 249984, + [SMALL_STATE(4305)] = 250028, + [SMALL_STATE(4306)] = 250072, + [SMALL_STATE(4307)] = 250116, + [SMALL_STATE(4308)] = 250160, + [SMALL_STATE(4309)] = 250204, + [SMALL_STATE(4310)] = 250248, + [SMALL_STATE(4311)] = 250294, + [SMALL_STATE(4312)] = 250338, + [SMALL_STATE(4313)] = 250382, + [SMALL_STATE(4314)] = 250426, [SMALL_STATE(4315)] = 250470, - [SMALL_STATE(4316)] = 250503, - [SMALL_STATE(4317)] = 250534, - [SMALL_STATE(4318)] = 250565, - [SMALL_STATE(4319)] = 250598, - [SMALL_STATE(4320)] = 250629, - [SMALL_STATE(4321)] = 250662, - [SMALL_STATE(4322)] = 250693, - [SMALL_STATE(4323)] = 250724, - [SMALL_STATE(4324)] = 250755, - [SMALL_STATE(4325)] = 250786, - [SMALL_STATE(4326)] = 250817, - [SMALL_STATE(4327)] = 250848, - [SMALL_STATE(4328)] = 250879, - [SMALL_STATE(4329)] = 250910, - [SMALL_STATE(4330)] = 250943, - [SMALL_STATE(4331)] = 250974, - [SMALL_STATE(4332)] = 251007, - [SMALL_STATE(4333)] = 251038, - [SMALL_STATE(4334)] = 251069, - [SMALL_STATE(4335)] = 251100, - [SMALL_STATE(4336)] = 251131, - [SMALL_STATE(4337)] = 251180, - [SMALL_STATE(4338)] = 251213, - [SMALL_STATE(4339)] = 251246, - [SMALL_STATE(4340)] = 251279, - [SMALL_STATE(4341)] = 251310, - [SMALL_STATE(4342)] = 251343, - [SMALL_STATE(4343)] = 251376, - [SMALL_STATE(4344)] = 251409, - [SMALL_STATE(4345)] = 251446, - [SMALL_STATE(4346)] = 251495, - [SMALL_STATE(4347)] = 251528, - [SMALL_STATE(4348)] = 251559, - [SMALL_STATE(4349)] = 251590, - [SMALL_STATE(4350)] = 251621, - [SMALL_STATE(4351)] = 251652, - [SMALL_STATE(4352)] = 251685, - [SMALL_STATE(4353)] = 251718, - [SMALL_STATE(4354)] = 251749, - [SMALL_STATE(4355)] = 251780, - [SMALL_STATE(4356)] = 251813, - [SMALL_STATE(4357)] = 251846, - [SMALL_STATE(4358)] = 251879, - [SMALL_STATE(4359)] = 251910, - [SMALL_STATE(4360)] = 251941, - [SMALL_STATE(4361)] = 251972, - [SMALL_STATE(4362)] = 252003, - [SMALL_STATE(4363)] = 252036, - [SMALL_STATE(4364)] = 252069, - [SMALL_STATE(4365)] = 252100, - [SMALL_STATE(4366)] = 252137, - [SMALL_STATE(4367)] = 252170, - [SMALL_STATE(4368)] = 252201, - [SMALL_STATE(4369)] = 252234, - [SMALL_STATE(4370)] = 252265, - [SMALL_STATE(4371)] = 252296, + [SMALL_STATE(4316)] = 250501, + [SMALL_STATE(4317)] = 250532, + [SMALL_STATE(4318)] = 250563, + [SMALL_STATE(4319)] = 250594, + [SMALL_STATE(4320)] = 250625, + [SMALL_STATE(4321)] = 250656, + [SMALL_STATE(4322)] = 250687, + [SMALL_STATE(4323)] = 250718, + [SMALL_STATE(4324)] = 250749, + [SMALL_STATE(4325)] = 250782, + [SMALL_STATE(4326)] = 250813, + [SMALL_STATE(4327)] = 250844, + [SMALL_STATE(4328)] = 250875, + [SMALL_STATE(4329)] = 250906, + [SMALL_STATE(4330)] = 250937, + [SMALL_STATE(4331)] = 250968, + [SMALL_STATE(4332)] = 251001, + [SMALL_STATE(4333)] = 251034, + [SMALL_STATE(4334)] = 251065, + [SMALL_STATE(4335)] = 251096, + [SMALL_STATE(4336)] = 251127, + [SMALL_STATE(4337)] = 251158, + [SMALL_STATE(4338)] = 251191, + [SMALL_STATE(4339)] = 251228, + [SMALL_STATE(4340)] = 251259, + [SMALL_STATE(4341)] = 251296, + [SMALL_STATE(4342)] = 251329, + [SMALL_STATE(4343)] = 251360, + [SMALL_STATE(4344)] = 251393, + [SMALL_STATE(4345)] = 251424, + [SMALL_STATE(4346)] = 251457, + [SMALL_STATE(4347)] = 251490, + [SMALL_STATE(4348)] = 251523, + [SMALL_STATE(4349)] = 251554, + [SMALL_STATE(4350)] = 251585, + [SMALL_STATE(4351)] = 251618, + [SMALL_STATE(4352)] = 251651, + [SMALL_STATE(4353)] = 251682, + [SMALL_STATE(4354)] = 251713, + [SMALL_STATE(4355)] = 251746, + [SMALL_STATE(4356)] = 251779, + [SMALL_STATE(4357)] = 251812, + [SMALL_STATE(4358)] = 251845, + [SMALL_STATE(4359)] = 251878, + [SMALL_STATE(4360)] = 251911, + [SMALL_STATE(4361)] = 251942, + [SMALL_STATE(4362)] = 251973, + [SMALL_STATE(4363)] = 252004, + [SMALL_STATE(4364)] = 252035, + [SMALL_STATE(4365)] = 252066, + [SMALL_STATE(4366)] = 252099, + [SMALL_STATE(4367)] = 252130, + [SMALL_STATE(4368)] = 252163, + [SMALL_STATE(4369)] = 252196, + [SMALL_STATE(4370)] = 252245, + [SMALL_STATE(4371)] = 252278, [SMALL_STATE(4372)] = 252327, [SMALL_STATE(4373)] = 252360, - [SMALL_STATE(4374)] = 252391, + [SMALL_STATE(4374)] = 252393, [SMALL_STATE(4375)] = 252424, - [SMALL_STATE(4376)] = 252457, - [SMALL_STATE(4377)] = 252490, - [SMALL_STATE(4378)] = 252523, - [SMALL_STATE(4379)] = 252556, - [SMALL_STATE(4380)] = 252589, - [SMALL_STATE(4381)] = 252622, - [SMALL_STATE(4382)] = 252653, - [SMALL_STATE(4383)] = 252684, - [SMALL_STATE(4384)] = 252715, - [SMALL_STATE(4385)] = 252746, - [SMALL_STATE(4386)] = 252777, + [SMALL_STATE(4376)] = 252455, + [SMALL_STATE(4377)] = 252488, + [SMALL_STATE(4378)] = 252521, + [SMALL_STATE(4379)] = 252552, + [SMALL_STATE(4380)] = 252585, + [SMALL_STATE(4381)] = 252616, + [SMALL_STATE(4382)] = 252649, + [SMALL_STATE(4383)] = 252680, + [SMALL_STATE(4384)] = 252713, + [SMALL_STATE(4385)] = 252744, + [SMALL_STATE(4386)] = 252775, [SMALL_STATE(4387)] = 252808, [SMALL_STATE(4388)] = 252852, - [SMALL_STATE(4389)] = 252906, - [SMALL_STATE(4390)] = 252942, - [SMALL_STATE(4391)] = 252974, - [SMALL_STATE(4392)] = 253010, - [SMALL_STATE(4393)] = 253054, - [SMALL_STATE(4394)] = 253098, - [SMALL_STATE(4395)] = 253142, - [SMALL_STATE(4396)] = 253186, - [SMALL_STATE(4397)] = 253230, - [SMALL_STATE(4398)] = 253274, - [SMALL_STATE(4399)] = 253318, + [SMALL_STATE(4389)] = 252896, + [SMALL_STATE(4390)] = 252932, + [SMALL_STATE(4391)] = 252976, + [SMALL_STATE(4392)] = 253020, + [SMALL_STATE(4393)] = 253064, + [SMALL_STATE(4394)] = 253096, + [SMALL_STATE(4395)] = 253132, + [SMALL_STATE(4396)] = 253168, + [SMALL_STATE(4397)] = 253212, + [SMALL_STATE(4398)] = 253256, + [SMALL_STATE(4399)] = 253300, [SMALL_STATE(4400)] = 253354, [SMALL_STATE(4401)] = 253383, - [SMALL_STATE(4402)] = 253412, - [SMALL_STATE(4403)] = 253441, - [SMALL_STATE(4404)] = 253470, - [SMALL_STATE(4405)] = 253499, - [SMALL_STATE(4406)] = 253528, - [SMALL_STATE(4407)] = 253557, - [SMALL_STATE(4408)] = 253586, - [SMALL_STATE(4409)] = 253615, - [SMALL_STATE(4410)] = 253644, - [SMALL_STATE(4411)] = 253673, - [SMALL_STATE(4412)] = 253702, - [SMALL_STATE(4413)] = 253731, - [SMALL_STATE(4414)] = 253760, - [SMALL_STATE(4415)] = 253789, - [SMALL_STATE(4416)] = 253818, - [SMALL_STATE(4417)] = 253847, - [SMALL_STATE(4418)] = 253876, - [SMALL_STATE(4419)] = 253905, - [SMALL_STATE(4420)] = 253934, - [SMALL_STATE(4421)] = 253963, - [SMALL_STATE(4422)] = 253992, - [SMALL_STATE(4423)] = 254021, - [SMALL_STATE(4424)] = 254050, - [SMALL_STATE(4425)] = 254079, - [SMALL_STATE(4426)] = 254108, - [SMALL_STATE(4427)] = 254137, - [SMALL_STATE(4428)] = 254166, - [SMALL_STATE(4429)] = 254195, - [SMALL_STATE(4430)] = 254224, - [SMALL_STATE(4431)] = 254253, - [SMALL_STATE(4432)] = 254288, - [SMALL_STATE(4433)] = 254323, - [SMALL_STATE(4434)] = 254352, - [SMALL_STATE(4435)] = 254381, - [SMALL_STATE(4436)] = 254410, - [SMALL_STATE(4437)] = 254439, - [SMALL_STATE(4438)] = 254468, - [SMALL_STATE(4439)] = 254497, - [SMALL_STATE(4440)] = 254526, - [SMALL_STATE(4441)] = 254555, + [SMALL_STATE(4402)] = 253418, + [SMALL_STATE(4403)] = 253447, + [SMALL_STATE(4404)] = 253482, + [SMALL_STATE(4405)] = 253511, + [SMALL_STATE(4406)] = 253540, + [SMALL_STATE(4407)] = 253569, + [SMALL_STATE(4408)] = 253598, + [SMALL_STATE(4409)] = 253627, + [SMALL_STATE(4410)] = 253656, + [SMALL_STATE(4411)] = 253685, + [SMALL_STATE(4412)] = 253714, + [SMALL_STATE(4413)] = 253743, + [SMALL_STATE(4414)] = 253772, + [SMALL_STATE(4415)] = 253801, + [SMALL_STATE(4416)] = 253830, + [SMALL_STATE(4417)] = 253859, + [SMALL_STATE(4418)] = 253888, + [SMALL_STATE(4419)] = 253917, + [SMALL_STATE(4420)] = 253946, + [SMALL_STATE(4421)] = 253975, + [SMALL_STATE(4422)] = 254004, + [SMALL_STATE(4423)] = 254033, + [SMALL_STATE(4424)] = 254062, + [SMALL_STATE(4425)] = 254091, + [SMALL_STATE(4426)] = 254120, + [SMALL_STATE(4427)] = 254149, + [SMALL_STATE(4428)] = 254178, + [SMALL_STATE(4429)] = 254207, + [SMALL_STATE(4430)] = 254236, + [SMALL_STATE(4431)] = 254271, + [SMALL_STATE(4432)] = 254300, + [SMALL_STATE(4433)] = 254329, + [SMALL_STATE(4434)] = 254358, + [SMALL_STATE(4435)] = 254387, + [SMALL_STATE(4436)] = 254416, + [SMALL_STATE(4437)] = 254445, + [SMALL_STATE(4438)] = 254474, + [SMALL_STATE(4439)] = 254503, + [SMALL_STATE(4440)] = 254532, + [SMALL_STATE(4441)] = 254561, [SMALL_STATE(4442)] = 254590, [SMALL_STATE(4443)] = 254619, [SMALL_STATE(4444)] = 254648, @@ -322663,2163 +322663,2163 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(4446)] = 254705, [SMALL_STATE(4447)] = 254733, [SMALL_STATE(4448)] = 254761, - [SMALL_STATE(4449)] = 254803, - [SMALL_STATE(4450)] = 254831, - [SMALL_STATE(4451)] = 254859, - [SMALL_STATE(4452)] = 254887, - [SMALL_STATE(4453)] = 254915, - [SMALL_STATE(4454)] = 254943, - [SMALL_STATE(4455)] = 254971, - [SMALL_STATE(4456)] = 254999, - [SMALL_STATE(4457)] = 255027, - [SMALL_STATE(4458)] = 255055, - [SMALL_STATE(4459)] = 255083, - [SMALL_STATE(4460)] = 255111, - [SMALL_STATE(4461)] = 255139, - [SMALL_STATE(4462)] = 255173, - [SMALL_STATE(4463)] = 255203, - [SMALL_STATE(4464)] = 255231, - [SMALL_STATE(4465)] = 255259, - [SMALL_STATE(4466)] = 255287, - [SMALL_STATE(4467)] = 255319, - [SMALL_STATE(4468)] = 255347, - [SMALL_STATE(4469)] = 255375, - [SMALL_STATE(4470)] = 255403, - [SMALL_STATE(4471)] = 255431, - [SMALL_STATE(4472)] = 255459, - [SMALL_STATE(4473)] = 255487, - [SMALL_STATE(4474)] = 255515, - [SMALL_STATE(4475)] = 255543, - [SMALL_STATE(4476)] = 255571, - [SMALL_STATE(4477)] = 255599, - [SMALL_STATE(4478)] = 255627, - [SMALL_STATE(4479)] = 255655, - [SMALL_STATE(4480)] = 255683, - [SMALL_STATE(4481)] = 255711, - [SMALL_STATE(4482)] = 255745, - [SMALL_STATE(4483)] = 255773, - [SMALL_STATE(4484)] = 255801, - [SMALL_STATE(4485)] = 255829, - [SMALL_STATE(4486)] = 255857, - [SMALL_STATE(4487)] = 255899, - [SMALL_STATE(4488)] = 255941, - [SMALL_STATE(4489)] = 255969, - [SMALL_STATE(4490)] = 255997, - [SMALL_STATE(4491)] = 256025, - [SMALL_STATE(4492)] = 256059, - [SMALL_STATE(4493)] = 256087, - [SMALL_STATE(4494)] = 256115, - [SMALL_STATE(4495)] = 256143, - [SMALL_STATE(4496)] = 256185, - [SMALL_STATE(4497)] = 256213, - [SMALL_STATE(4498)] = 256241, - [SMALL_STATE(4499)] = 256269, - [SMALL_STATE(4500)] = 256297, - [SMALL_STATE(4501)] = 256325, - [SMALL_STATE(4502)] = 256369, - [SMALL_STATE(4503)] = 256397, - [SMALL_STATE(4504)] = 256425, - [SMALL_STATE(4505)] = 256453, - [SMALL_STATE(4506)] = 256489, - [SMALL_STATE(4507)] = 256523, - [SMALL_STATE(4508)] = 256551, - [SMALL_STATE(4509)] = 256579, - [SMALL_STATE(4510)] = 256607, - [SMALL_STATE(4511)] = 256635, - [SMALL_STATE(4512)] = 256663, - [SMALL_STATE(4513)] = 256691, - [SMALL_STATE(4514)] = 256719, - [SMALL_STATE(4515)] = 256763, - [SMALL_STATE(4516)] = 256791, - [SMALL_STATE(4517)] = 256819, - [SMALL_STATE(4518)] = 256847, - [SMALL_STATE(4519)] = 256875, - [SMALL_STATE(4520)] = 256903, - [SMALL_STATE(4521)] = 256931, - [SMALL_STATE(4522)] = 256959, - [SMALL_STATE(4523)] = 256987, - [SMALL_STATE(4524)] = 257015, - [SMALL_STATE(4525)] = 257043, - [SMALL_STATE(4526)] = 257085, - [SMALL_STATE(4527)] = 257113, - [SMALL_STATE(4528)] = 257141, - [SMALL_STATE(4529)] = 257169, - [SMALL_STATE(4530)] = 257197, - [SMALL_STATE(4531)] = 257225, - [SMALL_STATE(4532)] = 257253, - [SMALL_STATE(4533)] = 257281, - [SMALL_STATE(4534)] = 257309, - [SMALL_STATE(4535)] = 257337, - [SMALL_STATE(4536)] = 257365, - [SMALL_STATE(4537)] = 257393, - [SMALL_STATE(4538)] = 257421, - [SMALL_STATE(4539)] = 257449, - [SMALL_STATE(4540)] = 257477, - [SMALL_STATE(4541)] = 257505, - [SMALL_STATE(4542)] = 257533, - [SMALL_STATE(4543)] = 257561, - [SMALL_STATE(4544)] = 257603, - [SMALL_STATE(4545)] = 257631, - [SMALL_STATE(4546)] = 257659, - [SMALL_STATE(4547)] = 257687, + [SMALL_STATE(4449)] = 254789, + [SMALL_STATE(4450)] = 254817, + [SMALL_STATE(4451)] = 254845, + [SMALL_STATE(4452)] = 254873, + [SMALL_STATE(4453)] = 254901, + [SMALL_STATE(4454)] = 254929, + [SMALL_STATE(4455)] = 254963, + [SMALL_STATE(4456)] = 254991, + [SMALL_STATE(4457)] = 255019, + [SMALL_STATE(4458)] = 255047, + [SMALL_STATE(4459)] = 255075, + [SMALL_STATE(4460)] = 255103, + [SMALL_STATE(4461)] = 255131, + [SMALL_STATE(4462)] = 255159, + [SMALL_STATE(4463)] = 255187, + [SMALL_STATE(4464)] = 255215, + [SMALL_STATE(4465)] = 255243, + [SMALL_STATE(4466)] = 255271, + [SMALL_STATE(4467)] = 255299, + [SMALL_STATE(4468)] = 255327, + [SMALL_STATE(4469)] = 255357, + [SMALL_STATE(4470)] = 255385, + [SMALL_STATE(4471)] = 255413, + [SMALL_STATE(4472)] = 255441, + [SMALL_STATE(4473)] = 255469, + [SMALL_STATE(4474)] = 255497, + [SMALL_STATE(4475)] = 255525, + [SMALL_STATE(4476)] = 255553, + [SMALL_STATE(4477)] = 255595, + [SMALL_STATE(4478)] = 255623, + [SMALL_STATE(4479)] = 255651, + [SMALL_STATE(4480)] = 255679, + [SMALL_STATE(4481)] = 255707, + [SMALL_STATE(4482)] = 255749, + [SMALL_STATE(4483)] = 255777, + [SMALL_STATE(4484)] = 255805, + [SMALL_STATE(4485)] = 255833, + [SMALL_STATE(4486)] = 255861, + [SMALL_STATE(4487)] = 255889, + [SMALL_STATE(4488)] = 255917, + [SMALL_STATE(4489)] = 255945, + [SMALL_STATE(4490)] = 255973, + [SMALL_STATE(4491)] = 256001, + [SMALL_STATE(4492)] = 256043, + [SMALL_STATE(4493)] = 256071, + [SMALL_STATE(4494)] = 256099, + [SMALL_STATE(4495)] = 256127, + [SMALL_STATE(4496)] = 256155, + [SMALL_STATE(4497)] = 256183, + [SMALL_STATE(4498)] = 256211, + [SMALL_STATE(4499)] = 256239, + [SMALL_STATE(4500)] = 256267, + [SMALL_STATE(4501)] = 256311, + [SMALL_STATE(4502)] = 256339, + [SMALL_STATE(4503)] = 256367, + [SMALL_STATE(4504)] = 256395, + [SMALL_STATE(4505)] = 256423, + [SMALL_STATE(4506)] = 256451, + [SMALL_STATE(4507)] = 256479, + [SMALL_STATE(4508)] = 256507, + [SMALL_STATE(4509)] = 256541, + [SMALL_STATE(4510)] = 256585, + [SMALL_STATE(4511)] = 256619, + [SMALL_STATE(4512)] = 256661, + [SMALL_STATE(4513)] = 256689, + [SMALL_STATE(4514)] = 256717, + [SMALL_STATE(4515)] = 256745, + [SMALL_STATE(4516)] = 256773, + [SMALL_STATE(4517)] = 256801, + [SMALL_STATE(4518)] = 256843, + [SMALL_STATE(4519)] = 256871, + [SMALL_STATE(4520)] = 256913, + [SMALL_STATE(4521)] = 256949, + [SMALL_STATE(4522)] = 256977, + [SMALL_STATE(4523)] = 257011, + [SMALL_STATE(4524)] = 257039, + [SMALL_STATE(4525)] = 257067, + [SMALL_STATE(4526)] = 257095, + [SMALL_STATE(4527)] = 257123, + [SMALL_STATE(4528)] = 257151, + [SMALL_STATE(4529)] = 257179, + [SMALL_STATE(4530)] = 257207, + [SMALL_STATE(4531)] = 257235, + [SMALL_STATE(4532)] = 257263, + [SMALL_STATE(4533)] = 257291, + [SMALL_STATE(4534)] = 257319, + [SMALL_STATE(4535)] = 257347, + [SMALL_STATE(4536)] = 257375, + [SMALL_STATE(4537)] = 257403, + [SMALL_STATE(4538)] = 257431, + [SMALL_STATE(4539)] = 257459, + [SMALL_STATE(4540)] = 257487, + [SMALL_STATE(4541)] = 257515, + [SMALL_STATE(4542)] = 257543, + [SMALL_STATE(4543)] = 257571, + [SMALL_STATE(4544)] = 257599, + [SMALL_STATE(4545)] = 257627, + [SMALL_STATE(4546)] = 257655, + [SMALL_STATE(4547)] = 257683, [SMALL_STATE(4548)] = 257715, [SMALL_STATE(4549)] = 257742, [SMALL_STATE(4550)] = 257781, [SMALL_STATE(4551)] = 257808, - [SMALL_STATE(4552)] = 257835, - [SMALL_STATE(4553)] = 257864, - [SMALL_STATE(4554)] = 257891, - [SMALL_STATE(4555)] = 257918, - [SMALL_STATE(4556)] = 257945, - [SMALL_STATE(4557)] = 257972, - [SMALL_STATE(4558)] = 257999, - [SMALL_STATE(4559)] = 258026, - [SMALL_STATE(4560)] = 258053, - [SMALL_STATE(4561)] = 258080, - [SMALL_STATE(4562)] = 258113, - [SMALL_STATE(4563)] = 258140, - [SMALL_STATE(4564)] = 258167, - [SMALL_STATE(4565)] = 258194, - [SMALL_STATE(4566)] = 258221, - [SMALL_STATE(4567)] = 258248, - [SMALL_STATE(4568)] = 258275, - [SMALL_STATE(4569)] = 258302, - [SMALL_STATE(4570)] = 258329, - [SMALL_STATE(4571)] = 258356, - [SMALL_STATE(4572)] = 258383, - [SMALL_STATE(4573)] = 258410, - [SMALL_STATE(4574)] = 258437, - [SMALL_STATE(4575)] = 258464, - [SMALL_STATE(4576)] = 258491, - [SMALL_STATE(4577)] = 258530, - [SMALL_STATE(4578)] = 258557, - [SMALL_STATE(4579)] = 258584, - [SMALL_STATE(4580)] = 258611, - [SMALL_STATE(4581)] = 258638, - [SMALL_STATE(4582)] = 258665, - [SMALL_STATE(4583)] = 258692, - [SMALL_STATE(4584)] = 258719, - [SMALL_STATE(4585)] = 258746, - [SMALL_STATE(4586)] = 258773, - [SMALL_STATE(4587)] = 258812, - [SMALL_STATE(4588)] = 258845, - [SMALL_STATE(4589)] = 258872, - [SMALL_STATE(4590)] = 258899, - [SMALL_STATE(4591)] = 258926, - [SMALL_STATE(4592)] = 258953, - [SMALL_STATE(4593)] = 258980, - [SMALL_STATE(4594)] = 259007, - [SMALL_STATE(4595)] = 259034, - [SMALL_STATE(4596)] = 259061, - [SMALL_STATE(4597)] = 259088, - [SMALL_STATE(4598)] = 259131, - [SMALL_STATE(4599)] = 259174, - [SMALL_STATE(4600)] = 259201, - [SMALL_STATE(4601)] = 259228, - [SMALL_STATE(4602)] = 259255, - [SMALL_STATE(4603)] = 259282, - [SMALL_STATE(4604)] = 259309, - [SMALL_STATE(4605)] = 259336, - [SMALL_STATE(4606)] = 259363, - [SMALL_STATE(4607)] = 259390, - [SMALL_STATE(4608)] = 259417, - [SMALL_STATE(4609)] = 259444, - [SMALL_STATE(4610)] = 259471, - [SMALL_STATE(4611)] = 259498, - [SMALL_STATE(4612)] = 259525, - [SMALL_STATE(4613)] = 259552, - [SMALL_STATE(4614)] = 259579, - [SMALL_STATE(4615)] = 259606, - [SMALL_STATE(4616)] = 259633, - [SMALL_STATE(4617)] = 259660, - [SMALL_STATE(4618)] = 259687, - [SMALL_STATE(4619)] = 259720, - [SMALL_STATE(4620)] = 259747, - [SMALL_STATE(4621)] = 259774, - [SMALL_STATE(4622)] = 259801, - [SMALL_STATE(4623)] = 259828, - [SMALL_STATE(4624)] = 259855, - [SMALL_STATE(4625)] = 259882, - [SMALL_STATE(4626)] = 259909, - [SMALL_STATE(4627)] = 259936, - [SMALL_STATE(4628)] = 259963, - [SMALL_STATE(4629)] = 259990, - [SMALL_STATE(4630)] = 260017, - [SMALL_STATE(4631)] = 260044, - [SMALL_STATE(4632)] = 260071, - [SMALL_STATE(4633)] = 260110, - [SMALL_STATE(4634)] = 260137, - [SMALL_STATE(4635)] = 260180, - [SMALL_STATE(4636)] = 260207, - [SMALL_STATE(4637)] = 260234, - [SMALL_STATE(4638)] = 260261, - [SMALL_STATE(4639)] = 260288, - [SMALL_STATE(4640)] = 260321, - [SMALL_STATE(4641)] = 260348, - [SMALL_STATE(4642)] = 260375, - [SMALL_STATE(4643)] = 260418, - [SMALL_STATE(4644)] = 260445, - [SMALL_STATE(4645)] = 260472, - [SMALL_STATE(4646)] = 260511, - [SMALL_STATE(4647)] = 260544, - [SMALL_STATE(4648)] = 260571, - [SMALL_STATE(4649)] = 260598, - [SMALL_STATE(4650)] = 260637, - [SMALL_STATE(4651)] = 260664, - [SMALL_STATE(4652)] = 260701, - [SMALL_STATE(4653)] = 260728, - [SMALL_STATE(4654)] = 260755, - [SMALL_STATE(4655)] = 260782, + [SMALL_STATE(4552)] = 257841, + [SMALL_STATE(4553)] = 257868, + [SMALL_STATE(4554)] = 257901, + [SMALL_STATE(4555)] = 257928, + [SMALL_STATE(4556)] = 257955, + [SMALL_STATE(4557)] = 257982, + [SMALL_STATE(4558)] = 258011, + [SMALL_STATE(4559)] = 258038, + [SMALL_STATE(4560)] = 258065, + [SMALL_STATE(4561)] = 258092, + [SMALL_STATE(4562)] = 258119, + [SMALL_STATE(4563)] = 258158, + [SMALL_STATE(4564)] = 258185, + [SMALL_STATE(4565)] = 258212, + [SMALL_STATE(4566)] = 258239, + [SMALL_STATE(4567)] = 258266, + [SMALL_STATE(4568)] = 258293, + [SMALL_STATE(4569)] = 258320, + [SMALL_STATE(4570)] = 258347, + [SMALL_STATE(4571)] = 258390, + [SMALL_STATE(4572)] = 258417, + [SMALL_STATE(4573)] = 258444, + [SMALL_STATE(4574)] = 258471, + [SMALL_STATE(4575)] = 258498, + [SMALL_STATE(4576)] = 258525, + [SMALL_STATE(4577)] = 258552, + [SMALL_STATE(4578)] = 258579, + [SMALL_STATE(4579)] = 258606, + [SMALL_STATE(4580)] = 258633, + [SMALL_STATE(4581)] = 258660, + [SMALL_STATE(4582)] = 258687, + [SMALL_STATE(4583)] = 258714, + [SMALL_STATE(4584)] = 258741, + [SMALL_STATE(4585)] = 258768, + [SMALL_STATE(4586)] = 258795, + [SMALL_STATE(4587)] = 258822, + [SMALL_STATE(4588)] = 258855, + [SMALL_STATE(4589)] = 258882, + [SMALL_STATE(4590)] = 258919, + [SMALL_STATE(4591)] = 258946, + [SMALL_STATE(4592)] = 258989, + [SMALL_STATE(4593)] = 259016, + [SMALL_STATE(4594)] = 259043, + [SMALL_STATE(4595)] = 259082, + [SMALL_STATE(4596)] = 259109, + [SMALL_STATE(4597)] = 259152, + [SMALL_STATE(4598)] = 259191, + [SMALL_STATE(4599)] = 259218, + [SMALL_STATE(4600)] = 259245, + [SMALL_STATE(4601)] = 259278, + [SMALL_STATE(4602)] = 259305, + [SMALL_STATE(4603)] = 259332, + [SMALL_STATE(4604)] = 259359, + [SMALL_STATE(4605)] = 259386, + [SMALL_STATE(4606)] = 259413, + [SMALL_STATE(4607)] = 259440, + [SMALL_STATE(4608)] = 259467, + [SMALL_STATE(4609)] = 259494, + [SMALL_STATE(4610)] = 259521, + [SMALL_STATE(4611)] = 259548, + [SMALL_STATE(4612)] = 259575, + [SMALL_STATE(4613)] = 259602, + [SMALL_STATE(4614)] = 259629, + [SMALL_STATE(4615)] = 259656, + [SMALL_STATE(4616)] = 259683, + [SMALL_STATE(4617)] = 259710, + [SMALL_STATE(4618)] = 259737, + [SMALL_STATE(4619)] = 259764, + [SMALL_STATE(4620)] = 259791, + [SMALL_STATE(4621)] = 259818, + [SMALL_STATE(4622)] = 259845, + [SMALL_STATE(4623)] = 259872, + [SMALL_STATE(4624)] = 259899, + [SMALL_STATE(4625)] = 259926, + [SMALL_STATE(4626)] = 259953, + [SMALL_STATE(4627)] = 259980, + [SMALL_STATE(4628)] = 260007, + [SMALL_STATE(4629)] = 260034, + [SMALL_STATE(4630)] = 260061, + [SMALL_STATE(4631)] = 260088, + [SMALL_STATE(4632)] = 260115, + [SMALL_STATE(4633)] = 260142, + [SMALL_STATE(4634)] = 260169, + [SMALL_STATE(4635)] = 260196, + [SMALL_STATE(4636)] = 260223, + [SMALL_STATE(4637)] = 260250, + [SMALL_STATE(4638)] = 260277, + [SMALL_STATE(4639)] = 260304, + [SMALL_STATE(4640)] = 260331, + [SMALL_STATE(4641)] = 260358, + [SMALL_STATE(4642)] = 260385, + [SMALL_STATE(4643)] = 260412, + [SMALL_STATE(4644)] = 260439, + [SMALL_STATE(4645)] = 260466, + [SMALL_STATE(4646)] = 260509, + [SMALL_STATE(4647)] = 260536, + [SMALL_STATE(4648)] = 260569, + [SMALL_STATE(4649)] = 260608, + [SMALL_STATE(4650)] = 260635, + [SMALL_STATE(4651)] = 260668, + [SMALL_STATE(4652)] = 260695, + [SMALL_STATE(4653)] = 260722, + [SMALL_STATE(4654)] = 260749, + [SMALL_STATE(4655)] = 260776, [SMALL_STATE(4656)] = 260815, [SMALL_STATE(4657)] = 260841, - [SMALL_STATE(4658)] = 260867, + [SMALL_STATE(4658)] = 260877, [SMALL_STATE(4659)] = 260903, [SMALL_STATE(4660)] = 260929, - [SMALL_STATE(4661)] = 260961, - [SMALL_STATE(4662)] = 260987, - [SMALL_STATE(4663)] = 261013, - [SMALL_STATE(4664)] = 261039, - [SMALL_STATE(4665)] = 261065, - [SMALL_STATE(4666)] = 261091, - [SMALL_STATE(4667)] = 261127, - [SMALL_STATE(4668)] = 261153, - [SMALL_STATE(4669)] = 261179, - [SMALL_STATE(4670)] = 261205, - [SMALL_STATE(4671)] = 261231, - [SMALL_STATE(4672)] = 261259, - [SMALL_STATE(4673)] = 261289, - [SMALL_STATE(4674)] = 261315, - [SMALL_STATE(4675)] = 261341, - [SMALL_STATE(4676)] = 261367, - [SMALL_STATE(4677)] = 261393, - [SMALL_STATE(4678)] = 261421, - [SMALL_STATE(4679)] = 261447, - [SMALL_STATE(4680)] = 261473, - [SMALL_STATE(4681)] = 261499, - [SMALL_STATE(4682)] = 261525, - [SMALL_STATE(4683)] = 261551, - [SMALL_STATE(4684)] = 261577, - [SMALL_STATE(4685)] = 261603, - [SMALL_STATE(4686)] = 261629, - [SMALL_STATE(4687)] = 261655, - [SMALL_STATE(4688)] = 261681, - [SMALL_STATE(4689)] = 261707, - [SMALL_STATE(4690)] = 261733, - [SMALL_STATE(4691)] = 261759, - [SMALL_STATE(4692)] = 261785, - [SMALL_STATE(4693)] = 261811, - [SMALL_STATE(4694)] = 261837, - [SMALL_STATE(4695)] = 261863, - [SMALL_STATE(4696)] = 261889, - [SMALL_STATE(4697)] = 261915, - [SMALL_STATE(4698)] = 261941, - [SMALL_STATE(4699)] = 261967, - [SMALL_STATE(4700)] = 261995, - [SMALL_STATE(4701)] = 262021, - [SMALL_STATE(4702)] = 262047, - [SMALL_STATE(4703)] = 262073, - [SMALL_STATE(4704)] = 262099, - [SMALL_STATE(4705)] = 262133, - [SMALL_STATE(4706)] = 262159, - [SMALL_STATE(4707)] = 262185, - [SMALL_STATE(4708)] = 262211, - [SMALL_STATE(4709)] = 262237, - [SMALL_STATE(4710)] = 262263, - [SMALL_STATE(4711)] = 262289, - [SMALL_STATE(4712)] = 262315, - [SMALL_STATE(4713)] = 262341, - [SMALL_STATE(4714)] = 262367, - [SMALL_STATE(4715)] = 262393, - [SMALL_STATE(4716)] = 262419, - [SMALL_STATE(4717)] = 262451, - [SMALL_STATE(4718)] = 262477, - [SMALL_STATE(4719)] = 262503, - [SMALL_STATE(4720)] = 262529, - [SMALL_STATE(4721)] = 262555, - [SMALL_STATE(4722)] = 262581, - [SMALL_STATE(4723)] = 262607, - [SMALL_STATE(4724)] = 262633, - [SMALL_STATE(4725)] = 262659, - [SMALL_STATE(4726)] = 262685, - [SMALL_STATE(4727)] = 262711, - [SMALL_STATE(4728)] = 262737, - [SMALL_STATE(4729)] = 262763, - [SMALL_STATE(4730)] = 262789, - [SMALL_STATE(4731)] = 262815, - [SMALL_STATE(4732)] = 262849, - [SMALL_STATE(4733)] = 262875, - [SMALL_STATE(4734)] = 262901, - [SMALL_STATE(4735)] = 262927, - [SMALL_STATE(4736)] = 262963, - [SMALL_STATE(4737)] = 262989, - [SMALL_STATE(4738)] = 263015, - [SMALL_STATE(4739)] = 263041, - [SMALL_STATE(4740)] = 263077, - [SMALL_STATE(4741)] = 263103, - [SMALL_STATE(4742)] = 263129, - [SMALL_STATE(4743)] = 263155, - [SMALL_STATE(4744)] = 263181, - [SMALL_STATE(4745)] = 263217, - [SMALL_STATE(4746)] = 263243, - [SMALL_STATE(4747)] = 263269, - [SMALL_STATE(4748)] = 263295, - [SMALL_STATE(4749)] = 263321, - [SMALL_STATE(4750)] = 263347, - [SMALL_STATE(4751)] = 263373, - [SMALL_STATE(4752)] = 263399, - [SMALL_STATE(4753)] = 263425, - [SMALL_STATE(4754)] = 263451, - [SMALL_STATE(4755)] = 263477, - [SMALL_STATE(4756)] = 263503, - [SMALL_STATE(4757)] = 263529, - [SMALL_STATE(4758)] = 263557, - [SMALL_STATE(4759)] = 263583, - [SMALL_STATE(4760)] = 263609, - [SMALL_STATE(4761)] = 263635, - [SMALL_STATE(4762)] = 263671, - [SMALL_STATE(4763)] = 263697, - [SMALL_STATE(4764)] = 263723, - [SMALL_STATE(4765)] = 263749, - [SMALL_STATE(4766)] = 263775, - [SMALL_STATE(4767)] = 263801, - [SMALL_STATE(4768)] = 263827, - [SMALL_STATE(4769)] = 263853, - [SMALL_STATE(4770)] = 263879, - [SMALL_STATE(4771)] = 263905, - [SMALL_STATE(4772)] = 263931, - [SMALL_STATE(4773)] = 263965, - [SMALL_STATE(4774)] = 263991, - [SMALL_STATE(4775)] = 264023, - [SMALL_STATE(4776)] = 264049, - [SMALL_STATE(4777)] = 264075, - [SMALL_STATE(4778)] = 264101, - [SMALL_STATE(4779)] = 264127, - [SMALL_STATE(4780)] = 264153, - [SMALL_STATE(4781)] = 264179, - [SMALL_STATE(4782)] = 264205, - [SMALL_STATE(4783)] = 264231, - [SMALL_STATE(4784)] = 264257, - [SMALL_STATE(4785)] = 264283, - [SMALL_STATE(4786)] = 264309, - [SMALL_STATE(4787)] = 264345, - [SMALL_STATE(4788)] = 264371, - [SMALL_STATE(4789)] = 264397, - [SMALL_STATE(4790)] = 264423, - [SMALL_STATE(4791)] = 264459, - [SMALL_STATE(4792)] = 264485, - [SMALL_STATE(4793)] = 264517, - [SMALL_STATE(4794)] = 264543, - [SMALL_STATE(4795)] = 264569, - [SMALL_STATE(4796)] = 264595, - [SMALL_STATE(4797)] = 264621, - [SMALL_STATE(4798)] = 264647, - [SMALL_STATE(4799)] = 264673, - [SMALL_STATE(4800)] = 264699, - [SMALL_STATE(4801)] = 264725, - [SMALL_STATE(4802)] = 264761, - [SMALL_STATE(4803)] = 264797, - [SMALL_STATE(4804)] = 264823, - [SMALL_STATE(4805)] = 264849, - [SMALL_STATE(4806)] = 264875, - [SMALL_STATE(4807)] = 264913, - [SMALL_STATE(4808)] = 264939, - [SMALL_STATE(4809)] = 264965, - [SMALL_STATE(4810)] = 264991, - [SMALL_STATE(4811)] = 265017, - [SMALL_STATE(4812)] = 265053, - [SMALL_STATE(4813)] = 265079, - [SMALL_STATE(4814)] = 265105, - [SMALL_STATE(4815)] = 265131, - [SMALL_STATE(4816)] = 265157, - [SMALL_STATE(4817)] = 265183, - [SMALL_STATE(4818)] = 265209, - [SMALL_STATE(4819)] = 265235, - [SMALL_STATE(4820)] = 265261, - [SMALL_STATE(4821)] = 265293, - [SMALL_STATE(4822)] = 265319, - [SMALL_STATE(4823)] = 265345, - [SMALL_STATE(4824)] = 265371, - [SMALL_STATE(4825)] = 265407, - [SMALL_STATE(4826)] = 265433, - [SMALL_STATE(4827)] = 265461, - [SMALL_STATE(4828)] = 265487, - [SMALL_STATE(4829)] = 265517, - [SMALL_STATE(4830)] = 265543, - [SMALL_STATE(4831)] = 265569, - [SMALL_STATE(4832)] = 265595, - [SMALL_STATE(4833)] = 265621, - [SMALL_STATE(4834)] = 265647, - [SMALL_STATE(4835)] = 265673, - [SMALL_STATE(4836)] = 265699, - [SMALL_STATE(4837)] = 265725, - [SMALL_STATE(4838)] = 265751, - [SMALL_STATE(4839)] = 265777, - [SMALL_STATE(4840)] = 265803, - [SMALL_STATE(4841)] = 265829, - [SMALL_STATE(4842)] = 265855, - [SMALL_STATE(4843)] = 265891, - [SMALL_STATE(4844)] = 265917, - [SMALL_STATE(4845)] = 265943, - [SMALL_STATE(4846)] = 265979, - [SMALL_STATE(4847)] = 266013, - [SMALL_STATE(4848)] = 266039, - [SMALL_STATE(4849)] = 266065, - [SMALL_STATE(4850)] = 266091, - [SMALL_STATE(4851)] = 266117, - [SMALL_STATE(4852)] = 266143, - [SMALL_STATE(4853)] = 266181, - [SMALL_STATE(4854)] = 266207, - [SMALL_STATE(4855)] = 266233, - [SMALL_STATE(4856)] = 266259, - [SMALL_STATE(4857)] = 266285, - [SMALL_STATE(4858)] = 266321, - [SMALL_STATE(4859)] = 266357, - [SMALL_STATE(4860)] = 266383, - [SMALL_STATE(4861)] = 266409, - [SMALL_STATE(4862)] = 266435, - [SMALL_STATE(4863)] = 266461, - [SMALL_STATE(4864)] = 266487, - [SMALL_STATE(4865)] = 266523, - [SMALL_STATE(4866)] = 266549, - [SMALL_STATE(4867)] = 266575, - [SMALL_STATE(4868)] = 266603, - [SMALL_STATE(4869)] = 266639, - [SMALL_STATE(4870)] = 266665, - [SMALL_STATE(4871)] = 266691, - [SMALL_STATE(4872)] = 266717, - [SMALL_STATE(4873)] = 266743, - [SMALL_STATE(4874)] = 266769, - [SMALL_STATE(4875)] = 266795, - [SMALL_STATE(4876)] = 266821, - [SMALL_STATE(4877)] = 266847, - [SMALL_STATE(4878)] = 266873, - [SMALL_STATE(4879)] = 266899, - [SMALL_STATE(4880)] = 266925, - [SMALL_STATE(4881)] = 266951, - [SMALL_STATE(4882)] = 266977, - [SMALL_STATE(4883)] = 267003, - [SMALL_STATE(4884)] = 267039, - [SMALL_STATE(4885)] = 267065, - [SMALL_STATE(4886)] = 267091, - [SMALL_STATE(4887)] = 267117, - [SMALL_STATE(4888)] = 267143, - [SMALL_STATE(4889)] = 267169, - [SMALL_STATE(4890)] = 267195, + [SMALL_STATE(4661)] = 260955, + [SMALL_STATE(4662)] = 260981, + [SMALL_STATE(4663)] = 261009, + [SMALL_STATE(4664)] = 261035, + [SMALL_STATE(4665)] = 261069, + [SMALL_STATE(4666)] = 261095, + [SMALL_STATE(4667)] = 261121, + [SMALL_STATE(4668)] = 261149, + [SMALL_STATE(4669)] = 261175, + [SMALL_STATE(4670)] = 261201, + [SMALL_STATE(4671)] = 261229, + [SMALL_STATE(4672)] = 261261, + [SMALL_STATE(4673)] = 261287, + [SMALL_STATE(4674)] = 261313, + [SMALL_STATE(4675)] = 261339, + [SMALL_STATE(4676)] = 261365, + [SMALL_STATE(4677)] = 261401, + [SMALL_STATE(4678)] = 261427, + [SMALL_STATE(4679)] = 261453, + [SMALL_STATE(4680)] = 261479, + [SMALL_STATE(4681)] = 261505, + [SMALL_STATE(4682)] = 261531, + [SMALL_STATE(4683)] = 261557, + [SMALL_STATE(4684)] = 261583, + [SMALL_STATE(4685)] = 261609, + [SMALL_STATE(4686)] = 261635, + [SMALL_STATE(4687)] = 261661, + [SMALL_STATE(4688)] = 261697, + [SMALL_STATE(4689)] = 261723, + [SMALL_STATE(4690)] = 261749, + [SMALL_STATE(4691)] = 261775, + [SMALL_STATE(4692)] = 261801, + [SMALL_STATE(4693)] = 261827, + [SMALL_STATE(4694)] = 261863, + [SMALL_STATE(4695)] = 261889, + [SMALL_STATE(4696)] = 261923, + [SMALL_STATE(4697)] = 261959, + [SMALL_STATE(4698)] = 261995, + [SMALL_STATE(4699)] = 262021, + [SMALL_STATE(4700)] = 262047, + [SMALL_STATE(4701)] = 262073, + [SMALL_STATE(4702)] = 262099, + [SMALL_STATE(4703)] = 262125, + [SMALL_STATE(4704)] = 262151, + [SMALL_STATE(4705)] = 262177, + [SMALL_STATE(4706)] = 262203, + [SMALL_STATE(4707)] = 262229, + [SMALL_STATE(4708)] = 262255, + [SMALL_STATE(4709)] = 262281, + [SMALL_STATE(4710)] = 262307, + [SMALL_STATE(4711)] = 262333, + [SMALL_STATE(4712)] = 262359, + [SMALL_STATE(4713)] = 262385, + [SMALL_STATE(4714)] = 262411, + [SMALL_STATE(4715)] = 262443, + [SMALL_STATE(4716)] = 262469, + [SMALL_STATE(4717)] = 262495, + [SMALL_STATE(4718)] = 262521, + [SMALL_STATE(4719)] = 262547, + [SMALL_STATE(4720)] = 262573, + [SMALL_STATE(4721)] = 262599, + [SMALL_STATE(4722)] = 262625, + [SMALL_STATE(4723)] = 262651, + [SMALL_STATE(4724)] = 262677, + [SMALL_STATE(4725)] = 262703, + [SMALL_STATE(4726)] = 262729, + [SMALL_STATE(4727)] = 262755, + [SMALL_STATE(4728)] = 262781, + [SMALL_STATE(4729)] = 262807, + [SMALL_STATE(4730)] = 262833, + [SMALL_STATE(4731)] = 262859, + [SMALL_STATE(4732)] = 262885, + [SMALL_STATE(4733)] = 262921, + [SMALL_STATE(4734)] = 262949, + [SMALL_STATE(4735)] = 262985, + [SMALL_STATE(4736)] = 263011, + [SMALL_STATE(4737)] = 263039, + [SMALL_STATE(4738)] = 263075, + [SMALL_STATE(4739)] = 263101, + [SMALL_STATE(4740)] = 263127, + [SMALL_STATE(4741)] = 263153, + [SMALL_STATE(4742)] = 263179, + [SMALL_STATE(4743)] = 263205, + [SMALL_STATE(4744)] = 263231, + [SMALL_STATE(4745)] = 263267, + [SMALL_STATE(4746)] = 263293, + [SMALL_STATE(4747)] = 263319, + [SMALL_STATE(4748)] = 263345, + [SMALL_STATE(4749)] = 263371, + [SMALL_STATE(4750)] = 263397, + [SMALL_STATE(4751)] = 263423, + [SMALL_STATE(4752)] = 263459, + [SMALL_STATE(4753)] = 263485, + [SMALL_STATE(4754)] = 263517, + [SMALL_STATE(4755)] = 263543, + [SMALL_STATE(4756)] = 263569, + [SMALL_STATE(4757)] = 263595, + [SMALL_STATE(4758)] = 263621, + [SMALL_STATE(4759)] = 263647, + [SMALL_STATE(4760)] = 263673, + [SMALL_STATE(4761)] = 263699, + [SMALL_STATE(4762)] = 263725, + [SMALL_STATE(4763)] = 263751, + [SMALL_STATE(4764)] = 263777, + [SMALL_STATE(4765)] = 263811, + [SMALL_STATE(4766)] = 263837, + [SMALL_STATE(4767)] = 263863, + [SMALL_STATE(4768)] = 263889, + [SMALL_STATE(4769)] = 263915, + [SMALL_STATE(4770)] = 263941, + [SMALL_STATE(4771)] = 263975, + [SMALL_STATE(4772)] = 264001, + [SMALL_STATE(4773)] = 264027, + [SMALL_STATE(4774)] = 264053, + [SMALL_STATE(4775)] = 264079, + [SMALL_STATE(4776)] = 264105, + [SMALL_STATE(4777)] = 264141, + [SMALL_STATE(4778)] = 264167, + [SMALL_STATE(4779)] = 264203, + [SMALL_STATE(4780)] = 264229, + [SMALL_STATE(4781)] = 264265, + [SMALL_STATE(4782)] = 264301, + [SMALL_STATE(4783)] = 264331, + [SMALL_STATE(4784)] = 264357, + [SMALL_STATE(4785)] = 264383, + [SMALL_STATE(4786)] = 264409, + [SMALL_STATE(4787)] = 264435, + [SMALL_STATE(4788)] = 264461, + [SMALL_STATE(4789)] = 264487, + [SMALL_STATE(4790)] = 264513, + [SMALL_STATE(4791)] = 264539, + [SMALL_STATE(4792)] = 264565, + [SMALL_STATE(4793)] = 264591, + [SMALL_STATE(4794)] = 264617, + [SMALL_STATE(4795)] = 264643, + [SMALL_STATE(4796)] = 264669, + [SMALL_STATE(4797)] = 264695, + [SMALL_STATE(4798)] = 264721, + [SMALL_STATE(4799)] = 264747, + [SMALL_STATE(4800)] = 264779, + [SMALL_STATE(4801)] = 264805, + [SMALL_STATE(4802)] = 264831, + [SMALL_STATE(4803)] = 264857, + [SMALL_STATE(4804)] = 264883, + [SMALL_STATE(4805)] = 264909, + [SMALL_STATE(4806)] = 264935, + [SMALL_STATE(4807)] = 264961, + [SMALL_STATE(4808)] = 264987, + [SMALL_STATE(4809)] = 265017, + [SMALL_STATE(4810)] = 265043, + [SMALL_STATE(4811)] = 265069, + [SMALL_STATE(4812)] = 265095, + [SMALL_STATE(4813)] = 265121, + [SMALL_STATE(4814)] = 265147, + [SMALL_STATE(4815)] = 265173, + [SMALL_STATE(4816)] = 265199, + [SMALL_STATE(4817)] = 265225, + [SMALL_STATE(4818)] = 265251, + [SMALL_STATE(4819)] = 265277, + [SMALL_STATE(4820)] = 265303, + [SMALL_STATE(4821)] = 265329, + [SMALL_STATE(4822)] = 265365, + [SMALL_STATE(4823)] = 265391, + [SMALL_STATE(4824)] = 265417, + [SMALL_STATE(4825)] = 265443, + [SMALL_STATE(4826)] = 265469, + [SMALL_STATE(4827)] = 265495, + [SMALL_STATE(4828)] = 265521, + [SMALL_STATE(4829)] = 265547, + [SMALL_STATE(4830)] = 265573, + [SMALL_STATE(4831)] = 265599, + [SMALL_STATE(4832)] = 265625, + [SMALL_STATE(4833)] = 265663, + [SMALL_STATE(4834)] = 265689, + [SMALL_STATE(4835)] = 265715, + [SMALL_STATE(4836)] = 265741, + [SMALL_STATE(4837)] = 265767, + [SMALL_STATE(4838)] = 265799, + [SMALL_STATE(4839)] = 265825, + [SMALL_STATE(4840)] = 265851, + [SMALL_STATE(4841)] = 265877, + [SMALL_STATE(4842)] = 265903, + [SMALL_STATE(4843)] = 265929, + [SMALL_STATE(4844)] = 265955, + [SMALL_STATE(4845)] = 265981, + [SMALL_STATE(4846)] = 266009, + [SMALL_STATE(4847)] = 266045, + [SMALL_STATE(4848)] = 266071, + [SMALL_STATE(4849)] = 266097, + [SMALL_STATE(4850)] = 266123, + [SMALL_STATE(4851)] = 266159, + [SMALL_STATE(4852)] = 266185, + [SMALL_STATE(4853)] = 266211, + [SMALL_STATE(4854)] = 266237, + [SMALL_STATE(4855)] = 266275, + [SMALL_STATE(4856)] = 266301, + [SMALL_STATE(4857)] = 266327, + [SMALL_STATE(4858)] = 266353, + [SMALL_STATE(4859)] = 266379, + [SMALL_STATE(4860)] = 266405, + [SMALL_STATE(4861)] = 266441, + [SMALL_STATE(4862)] = 266467, + [SMALL_STATE(4863)] = 266493, + [SMALL_STATE(4864)] = 266519, + [SMALL_STATE(4865)] = 266545, + [SMALL_STATE(4866)] = 266571, + [SMALL_STATE(4867)] = 266597, + [SMALL_STATE(4868)] = 266623, + [SMALL_STATE(4869)] = 266649, + [SMALL_STATE(4870)] = 266675, + [SMALL_STATE(4871)] = 266701, + [SMALL_STATE(4872)] = 266727, + [SMALL_STATE(4873)] = 266753, + [SMALL_STATE(4874)] = 266779, + [SMALL_STATE(4875)] = 266805, + [SMALL_STATE(4876)] = 266831, + [SMALL_STATE(4877)] = 266857, + [SMALL_STATE(4878)] = 266883, + [SMALL_STATE(4879)] = 266909, + [SMALL_STATE(4880)] = 266935, + [SMALL_STATE(4881)] = 266969, + [SMALL_STATE(4882)] = 266995, + [SMALL_STATE(4883)] = 267021, + [SMALL_STATE(4884)] = 267047, + [SMALL_STATE(4885)] = 267073, + [SMALL_STATE(4886)] = 267099, + [SMALL_STATE(4887)] = 267125, + [SMALL_STATE(4888)] = 267151, + [SMALL_STATE(4889)] = 267177, + [SMALL_STATE(4890)] = 267203, [SMALL_STATE(4891)] = 267229, [SMALL_STATE(4892)] = 267255, - [SMALL_STATE(4893)] = 267280, - [SMALL_STATE(4894)] = 267305, - [SMALL_STATE(4895)] = 267330, - [SMALL_STATE(4896)] = 267361, - [SMALL_STATE(4897)] = 267394, - [SMALL_STATE(4898)] = 267419, - [SMALL_STATE(4899)] = 267444, - [SMALL_STATE(4900)] = 267475, - [SMALL_STATE(4901)] = 267508, - [SMALL_STATE(4902)] = 267533, - [SMALL_STATE(4903)] = 267558, - [SMALL_STATE(4904)] = 267589, - [SMALL_STATE(4905)] = 267622, - [SMALL_STATE(4906)] = 267655, - [SMALL_STATE(4907)] = 267694, - [SMALL_STATE(4908)] = 267719, - [SMALL_STATE(4909)] = 267744, - [SMALL_STATE(4910)] = 267771, - [SMALL_STATE(4911)] = 267796, - [SMALL_STATE(4912)] = 267829, - [SMALL_STATE(4913)] = 267862, - [SMALL_STATE(4914)] = 267889, - [SMALL_STATE(4915)] = 267920, - [SMALL_STATE(4916)] = 267953, - [SMALL_STATE(4917)] = 267986, - [SMALL_STATE(4918)] = 268013, - [SMALL_STATE(4919)] = 268044, - [SMALL_STATE(4920)] = 268069, - [SMALL_STATE(4921)] = 268094, - [SMALL_STATE(4922)] = 268119, - [SMALL_STATE(4923)] = 268152, - [SMALL_STATE(4924)] = 268185, - [SMALL_STATE(4925)] = 268218, - [SMALL_STATE(4926)] = 268251, - [SMALL_STATE(4927)] = 268276, - [SMALL_STATE(4928)] = 268301, - [SMALL_STATE(4929)] = 268328, - [SMALL_STATE(4930)] = 268353, - [SMALL_STATE(4931)] = 268378, - [SMALL_STATE(4932)] = 268411, - [SMALL_STATE(4933)] = 268436, - [SMALL_STATE(4934)] = 268461, - [SMALL_STATE(4935)] = 268494, - [SMALL_STATE(4936)] = 268527, - [SMALL_STATE(4937)] = 268552, - [SMALL_STATE(4938)] = 268577, - [SMALL_STATE(4939)] = 268616, - [SMALL_STATE(4940)] = 268649, - [SMALL_STATE(4941)] = 268674, - [SMALL_STATE(4942)] = 268713, - [SMALL_STATE(4943)] = 268738, - [SMALL_STATE(4944)] = 268765, - [SMALL_STATE(4945)] = 268796, - [SMALL_STATE(4946)] = 268821, - [SMALL_STATE(4947)] = 268846, - [SMALL_STATE(4948)] = 268871, - [SMALL_STATE(4949)] = 268904, - [SMALL_STATE(4950)] = 268929, - [SMALL_STATE(4951)] = 268954, + [SMALL_STATE(4893)] = 267286, + [SMALL_STATE(4894)] = 267311, + [SMALL_STATE(4895)] = 267344, + [SMALL_STATE(4896)] = 267377, + [SMALL_STATE(4897)] = 267402, + [SMALL_STATE(4898)] = 267435, + [SMALL_STATE(4899)] = 267460, + [SMALL_STATE(4900)] = 267487, + [SMALL_STATE(4901)] = 267520, + [SMALL_STATE(4902)] = 267553, + [SMALL_STATE(4903)] = 267584, + [SMALL_STATE(4904)] = 267611, + [SMALL_STATE(4905)] = 267644, + [SMALL_STATE(4906)] = 267677, + [SMALL_STATE(4907)] = 267702, + [SMALL_STATE(4908)] = 267735, + [SMALL_STATE(4909)] = 267774, + [SMALL_STATE(4910)] = 267801, + [SMALL_STATE(4911)] = 267826, + [SMALL_STATE(4912)] = 267859, + [SMALL_STATE(4913)] = 267884, + [SMALL_STATE(4914)] = 267909, + [SMALL_STATE(4915)] = 267942, + [SMALL_STATE(4916)] = 267967, + [SMALL_STATE(4917)] = 267992, + [SMALL_STATE(4918)] = 268023, + [SMALL_STATE(4919)] = 268048, + [SMALL_STATE(4920)] = 268073, + [SMALL_STATE(4921)] = 268112, + [SMALL_STATE(4922)] = 268143, + [SMALL_STATE(4923)] = 268174, + [SMALL_STATE(4924)] = 268207, + [SMALL_STATE(4925)] = 268240, + [SMALL_STATE(4926)] = 268265, + [SMALL_STATE(4927)] = 268298, + [SMALL_STATE(4928)] = 268329, + [SMALL_STATE(4929)] = 268354, + [SMALL_STATE(4930)] = 268385, + [SMALL_STATE(4931)] = 268410, + [SMALL_STATE(4932)] = 268435, + [SMALL_STATE(4933)] = 268468, + [SMALL_STATE(4934)] = 268495, + [SMALL_STATE(4935)] = 268520, + [SMALL_STATE(4936)] = 268545, + [SMALL_STATE(4937)] = 268572, + [SMALL_STATE(4938)] = 268597, + [SMALL_STATE(4939)] = 268622, + [SMALL_STATE(4940)] = 268653, + [SMALL_STATE(4941)] = 268678, + [SMALL_STATE(4942)] = 268705, + [SMALL_STATE(4943)] = 268730, + [SMALL_STATE(4944)] = 268755, + [SMALL_STATE(4945)] = 268780, + [SMALL_STATE(4946)] = 268819, + [SMALL_STATE(4947)] = 268844, + [SMALL_STATE(4948)] = 268869, + [SMALL_STATE(4949)] = 268894, + [SMALL_STATE(4950)] = 268919, + [SMALL_STATE(4951)] = 268952, [SMALL_STATE(4952)] = 268985, - [SMALL_STATE(4953)] = 269010, - [SMALL_STATE(4954)] = 269041, - [SMALL_STATE(4955)] = 269074, - [SMALL_STATE(4956)] = 269099, - [SMALL_STATE(4957)] = 269130, + [SMALL_STATE(4953)] = 269018, + [SMALL_STATE(4954)] = 269049, + [SMALL_STATE(4955)] = 269082, + [SMALL_STATE(4956)] = 269107, + [SMALL_STATE(4957)] = 269132, [SMALL_STATE(4958)] = 269157, - [SMALL_STATE(4959)] = 269185, - [SMALL_STATE(4960)] = 269215, - [SMALL_STATE(4961)] = 269245, - [SMALL_STATE(4962)] = 269281, - [SMALL_STATE(4963)] = 269305, - [SMALL_STATE(4964)] = 269329, - [SMALL_STATE(4965)] = 269359, - [SMALL_STATE(4966)] = 269383, - [SMALL_STATE(4967)] = 269417, - [SMALL_STATE(4968)] = 269441, - [SMALL_STATE(4969)] = 269471, - [SMALL_STATE(4970)] = 269507, - [SMALL_STATE(4971)] = 269543, - [SMALL_STATE(4972)] = 269573, - [SMALL_STATE(4973)] = 269597, - [SMALL_STATE(4974)] = 269625, - [SMALL_STATE(4975)] = 269655, - [SMALL_STATE(4976)] = 269679, - [SMALL_STATE(4977)] = 269709, - [SMALL_STATE(4978)] = 269733, - [SMALL_STATE(4979)] = 269763, + [SMALL_STATE(4959)] = 269181, + [SMALL_STATE(4960)] = 269205, + [SMALL_STATE(4961)] = 269241, + [SMALL_STATE(4962)] = 269275, + [SMALL_STATE(4963)] = 269311, + [SMALL_STATE(4964)] = 269347, + [SMALL_STATE(4965)] = 269377, + [SMALL_STATE(4966)] = 269407, + [SMALL_STATE(4967)] = 269431, + [SMALL_STATE(4968)] = 269455, + [SMALL_STATE(4969)] = 269479, + [SMALL_STATE(4970)] = 269503, + [SMALL_STATE(4971)] = 269539, + [SMALL_STATE(4972)] = 269569, + [SMALL_STATE(4973)] = 269593, + [SMALL_STATE(4974)] = 269621, + [SMALL_STATE(4975)] = 269651, + [SMALL_STATE(4976)] = 269681, + [SMALL_STATE(4977)] = 269711, + [SMALL_STATE(4978)] = 269735, + [SMALL_STATE(4979)] = 269759, [SMALL_STATE(4980)] = 269787, - [SMALL_STATE(4981)] = 269817, - [SMALL_STATE(4982)] = 269841, - [SMALL_STATE(4983)] = 269865, - [SMALL_STATE(4984)] = 269889, - [SMALL_STATE(4985)] = 269913, - [SMALL_STATE(4986)] = 269937, - [SMALL_STATE(4987)] = 269967, - [SMALL_STATE(4988)] = 270003, - [SMALL_STATE(4989)] = 270027, - [SMALL_STATE(4990)] = 270051, - [SMALL_STATE(4991)] = 270087, - [SMALL_STATE(4992)] = 270123, - [SMALL_STATE(4993)] = 270147, - [SMALL_STATE(4994)] = 270177, - [SMALL_STATE(4995)] = 270213, - [SMALL_STATE(4996)] = 270243, + [SMALL_STATE(4981)] = 269811, + [SMALL_STATE(4982)] = 269835, + [SMALL_STATE(4983)] = 269871, + [SMALL_STATE(4984)] = 269907, + [SMALL_STATE(4985)] = 269931, + [SMALL_STATE(4986)] = 269955, + [SMALL_STATE(4987)] = 269979, + [SMALL_STATE(4988)] = 270009, + [SMALL_STATE(4989)] = 270039, + [SMALL_STATE(4990)] = 270067, + [SMALL_STATE(4991)] = 270097, + [SMALL_STATE(4992)] = 270127, + [SMALL_STATE(4993)] = 270157, + [SMALL_STATE(4994)] = 270187, + [SMALL_STATE(4995)] = 270221, + [SMALL_STATE(4996)] = 270245, [SMALL_STATE(4997)] = 270279, - [SMALL_STATE(4998)] = 270309, - [SMALL_STATE(4999)] = 270333, - [SMALL_STATE(5000)] = 270369, - [SMALL_STATE(5001)] = 270403, - [SMALL_STATE(5002)] = 270439, - [SMALL_STATE(5003)] = 270475, - [SMALL_STATE(5004)] = 270511, + [SMALL_STATE(4998)] = 270315, + [SMALL_STATE(4999)] = 270349, + [SMALL_STATE(5000)] = 270385, + [SMALL_STATE(5001)] = 270421, + [SMALL_STATE(5002)] = 270451, + [SMALL_STATE(5003)] = 270481, + [SMALL_STATE(5004)] = 270517, [SMALL_STATE(5005)] = 270547, - [SMALL_STATE(5006)] = 270577, - [SMALL_STATE(5007)] = 270607, - [SMALL_STATE(5008)] = 270635, + [SMALL_STATE(5006)] = 270583, + [SMALL_STATE(5007)] = 270613, + [SMALL_STATE(5008)] = 270637, [SMALL_STATE(5009)] = 270665, [SMALL_STATE(5010)] = 270695, [SMALL_STATE(5011)] = 270719, - [SMALL_STATE(5012)] = 270755, - [SMALL_STATE(5013)] = 270779, - [SMALL_STATE(5014)] = 270809, - [SMALL_STATE(5015)] = 270845, - [SMALL_STATE(5016)] = 270869, - [SMALL_STATE(5017)] = 270893, - [SMALL_STATE(5018)] = 270917, - [SMALL_STATE(5019)] = 270947, - [SMALL_STATE(5020)] = 270977, - [SMALL_STATE(5021)] = 271001, - [SMALL_STATE(5022)] = 271037, - [SMALL_STATE(5023)] = 271061, - [SMALL_STATE(5024)] = 271097, - [SMALL_STATE(5025)] = 271127, - [SMALL_STATE(5026)] = 271151, - [SMALL_STATE(5027)] = 271175, - [SMALL_STATE(5028)] = 271199, - [SMALL_STATE(5029)] = 271235, - [SMALL_STATE(5030)] = 271259, - [SMALL_STATE(5031)] = 271283, - [SMALL_STATE(5032)] = 271319, - [SMALL_STATE(5033)] = 271349, - [SMALL_STATE(5034)] = 271379, - [SMALL_STATE(5035)] = 271413, + [SMALL_STATE(5012)] = 270743, + [SMALL_STATE(5013)] = 270767, + [SMALL_STATE(5014)] = 270791, + [SMALL_STATE(5015)] = 270815, + [SMALL_STATE(5016)] = 270839, + [SMALL_STATE(5017)] = 270869, + [SMALL_STATE(5018)] = 270893, + [SMALL_STATE(5019)] = 270917, + [SMALL_STATE(5020)] = 270953, + [SMALL_STATE(5021)] = 270977, + [SMALL_STATE(5022)] = 271007, + [SMALL_STATE(5023)] = 271043, + [SMALL_STATE(5024)] = 271067, + [SMALL_STATE(5025)] = 271091, + [SMALL_STATE(5026)] = 271121, + [SMALL_STATE(5027)] = 271151, + [SMALL_STATE(5028)] = 271187, + [SMALL_STATE(5029)] = 271211, + [SMALL_STATE(5030)] = 271245, + [SMALL_STATE(5031)] = 271275, + [SMALL_STATE(5032)] = 271305, + [SMALL_STATE(5033)] = 271329, + [SMALL_STATE(5034)] = 271365, + [SMALL_STATE(5035)] = 271401, [SMALL_STATE(5036)] = 271437, [SMALL_STATE(5037)] = 271461, - [SMALL_STATE(5038)] = 271489, - [SMALL_STATE(5039)] = 271513, - [SMALL_STATE(5040)] = 271537, - [SMALL_STATE(5041)] = 271571, - [SMALL_STATE(5042)] = 271595, - [SMALL_STATE(5043)] = 271619, - [SMALL_STATE(5044)] = 271643, - [SMALL_STATE(5045)] = 271673, - [SMALL_STATE(5046)] = 271703, - [SMALL_STATE(5047)] = 271733, - [SMALL_STATE(5048)] = 271763, - [SMALL_STATE(5049)] = 271787, - [SMALL_STATE(5050)] = 271823, + [SMALL_STATE(5038)] = 271497, + [SMALL_STATE(5039)] = 271527, + [SMALL_STATE(5040)] = 271557, + [SMALL_STATE(5041)] = 271593, + [SMALL_STATE(5042)] = 271617, + [SMALL_STATE(5043)] = 271647, + [SMALL_STATE(5044)] = 271671, + [SMALL_STATE(5045)] = 271695, + [SMALL_STATE(5046)] = 271719, + [SMALL_STATE(5047)] = 271749, + [SMALL_STATE(5048)] = 271773, + [SMALL_STATE(5049)] = 271797, + [SMALL_STATE(5050)] = 271821, [SMALL_STATE(5051)] = 271857, - [SMALL_STATE(5052)] = 271884, - [SMALL_STATE(5053)] = 271911, - [SMALL_STATE(5054)] = 271938, - [SMALL_STATE(5055)] = 271965, - [SMALL_STATE(5056)] = 271992, - [SMALL_STATE(5057)] = 272023, - [SMALL_STATE(5058)] = 272050, - [SMALL_STATE(5059)] = 272083, - [SMALL_STATE(5060)] = 272110, - [SMALL_STATE(5061)] = 272137, + [SMALL_STATE(5052)] = 271880, + [SMALL_STATE(5053)] = 271907, + [SMALL_STATE(5054)] = 271934, + [SMALL_STATE(5055)] = 271961, + [SMALL_STATE(5056)] = 271988, + [SMALL_STATE(5057)] = 272015, + [SMALL_STATE(5058)] = 272048, + [SMALL_STATE(5059)] = 272081, + [SMALL_STATE(5060)] = 272108, + [SMALL_STATE(5061)] = 272135, [SMALL_STATE(5062)] = 272164, [SMALL_STATE(5063)] = 272191, [SMALL_STATE(5064)] = 272218, [SMALL_STATE(5065)] = 272245, - [SMALL_STATE(5066)] = 272268, - [SMALL_STATE(5067)] = 272297, - [SMALL_STATE(5068)] = 272322, - [SMALL_STATE(5069)] = 272349, - [SMALL_STATE(5070)] = 272376, - [SMALL_STATE(5071)] = 272403, - [SMALL_STATE(5072)] = 272430, - [SMALL_STATE(5073)] = 272457, - [SMALL_STATE(5074)] = 272484, - [SMALL_STATE(5075)] = 272511, - [SMALL_STATE(5076)] = 272538, - [SMALL_STATE(5077)] = 272565, - [SMALL_STATE(5078)] = 272592, - [SMALL_STATE(5079)] = 272619, - [SMALL_STATE(5080)] = 272646, - [SMALL_STATE(5081)] = 272673, - [SMALL_STATE(5082)] = 272706, + [SMALL_STATE(5066)] = 272272, + [SMALL_STATE(5067)] = 272305, + [SMALL_STATE(5068)] = 272332, + [SMALL_STATE(5069)] = 272359, + [SMALL_STATE(5070)] = 272386, + [SMALL_STATE(5071)] = 272413, + [SMALL_STATE(5072)] = 272440, + [SMALL_STATE(5073)] = 272467, + [SMALL_STATE(5074)] = 272494, + [SMALL_STATE(5075)] = 272525, + [SMALL_STATE(5076)] = 272552, + [SMALL_STATE(5077)] = 272579, + [SMALL_STATE(5078)] = 272606, + [SMALL_STATE(5079)] = 272633, + [SMALL_STATE(5080)] = 272658, + [SMALL_STATE(5081)] = 272685, + [SMALL_STATE(5082)] = 272712, [SMALL_STATE(5083)] = 272739, [SMALL_STATE(5084)] = 272766, - [SMALL_STATE(5085)] = 272793, - [SMALL_STATE(5086)] = 272820, - [SMALL_STATE(5087)] = 272847, - [SMALL_STATE(5088)] = 272874, - [SMALL_STATE(5089)] = 272897, - [SMALL_STATE(5090)] = 272924, - [SMALL_STATE(5091)] = 272957, - [SMALL_STATE(5092)] = 272988, - [SMALL_STATE(5093)] = 273019, - [SMALL_STATE(5094)] = 273046, - [SMALL_STATE(5095)] = 273077, - [SMALL_STATE(5096)] = 273104, - [SMALL_STATE(5097)] = 273129, - [SMALL_STATE(5098)] = 273154, - [SMALL_STATE(5099)] = 273181, - [SMALL_STATE(5100)] = 273208, - [SMALL_STATE(5101)] = 273235, - [SMALL_STATE(5102)] = 273262, - [SMALL_STATE(5103)] = 273289, - [SMALL_STATE(5104)] = 273316, - [SMALL_STATE(5105)] = 273343, + [SMALL_STATE(5085)] = 272795, + [SMALL_STATE(5086)] = 272822, + [SMALL_STATE(5087)] = 272849, + [SMALL_STATE(5088)] = 272876, + [SMALL_STATE(5089)] = 272903, + [SMALL_STATE(5090)] = 272926, + [SMALL_STATE(5091)] = 272953, + [SMALL_STATE(5092)] = 272980, + [SMALL_STATE(5093)] = 273007, + [SMALL_STATE(5094)] = 273034, + [SMALL_STATE(5095)] = 273061, + [SMALL_STATE(5096)] = 273088, + [SMALL_STATE(5097)] = 273119, + [SMALL_STATE(5098)] = 273146, + [SMALL_STATE(5099)] = 273173, + [SMALL_STATE(5100)] = 273204, + [SMALL_STATE(5101)] = 273231, + [SMALL_STATE(5102)] = 273258, + [SMALL_STATE(5103)] = 273285, + [SMALL_STATE(5104)] = 273312, + [SMALL_STATE(5105)] = 273339, [SMALL_STATE(5106)] = 273370, - [SMALL_STATE(5107)] = 273397, - [SMALL_STATE(5108)] = 273424, - [SMALL_STATE(5109)] = 273451, - [SMALL_STATE(5110)] = 273482, - [SMALL_STATE(5111)] = 273509, - [SMALL_STATE(5112)] = 273540, - [SMALL_STATE(5113)] = 273567, + [SMALL_STATE(5107)] = 273395, + [SMALL_STATE(5108)] = 273422, + [SMALL_STATE(5109)] = 273449, + [SMALL_STATE(5110)] = 273476, + [SMALL_STATE(5111)] = 273503, + [SMALL_STATE(5112)] = 273536, + [SMALL_STATE(5113)] = 273563, [SMALL_STATE(5114)] = 273594, [SMALL_STATE(5115)] = 273621, - [SMALL_STATE(5116)] = 273648, + [SMALL_STATE(5116)] = 273652, [SMALL_STATE(5117)] = 273679, [SMALL_STATE(5118)] = 273706, - [SMALL_STATE(5119)] = 273733, - [SMALL_STATE(5120)] = 273760, - [SMALL_STATE(5121)] = 273793, - [SMALL_STATE(5122)] = 273820, - [SMALL_STATE(5123)] = 273853, - [SMALL_STATE(5124)] = 273882, - [SMALL_STATE(5125)] = 273909, - [SMALL_STATE(5126)] = 273936, - [SMALL_STATE(5127)] = 273963, - [SMALL_STATE(5128)] = 273990, - [SMALL_STATE(5129)] = 274017, - [SMALL_STATE(5130)] = 274048, - [SMALL_STATE(5131)] = 274075, - [SMALL_STATE(5132)] = 274102, - [SMALL_STATE(5133)] = 274129, + [SMALL_STATE(5119)] = 273737, + [SMALL_STATE(5120)] = 273764, + [SMALL_STATE(5121)] = 273791, + [SMALL_STATE(5122)] = 273818, + [SMALL_STATE(5123)] = 273845, + [SMALL_STATE(5124)] = 273876, + [SMALL_STATE(5125)] = 273903, + [SMALL_STATE(5126)] = 273930, + [SMALL_STATE(5127)] = 273957, + [SMALL_STATE(5128)] = 273984, + [SMALL_STATE(5129)] = 274011, + [SMALL_STATE(5130)] = 274044, + [SMALL_STATE(5131)] = 274071, + [SMALL_STATE(5132)] = 274098, + [SMALL_STATE(5133)] = 274125, [SMALL_STATE(5134)] = 274156, [SMALL_STATE(5135)] = 274183, [SMALL_STATE(5136)] = 274210, - [SMALL_STATE(5137)] = 274237, - [SMALL_STATE(5138)] = 274264, - [SMALL_STATE(5139)] = 274295, - [SMALL_STATE(5140)] = 274322, + [SMALL_STATE(5137)] = 274235, + [SMALL_STATE(5138)] = 274262, + [SMALL_STATE(5139)] = 274289, + [SMALL_STATE(5140)] = 274316, [SMALL_STATE(5141)] = 274349, [SMALL_STATE(5142)] = 274376, - [SMALL_STATE(5143)] = 274403, - [SMALL_STATE(5144)] = 274430, - [SMALL_STATE(5145)] = 274457, - [SMALL_STATE(5146)] = 274486, - [SMALL_STATE(5147)] = 274513, + [SMALL_STATE(5143)] = 274405, + [SMALL_STATE(5144)] = 274432, + [SMALL_STATE(5145)] = 274459, + [SMALL_STATE(5146)] = 274490, + [SMALL_STATE(5147)] = 274517, [SMALL_STATE(5148)] = 274544, [SMALL_STATE(5149)] = 274568, [SMALL_STATE(5150)] = 274592, [SMALL_STATE(5151)] = 274616, - [SMALL_STATE(5152)] = 274646, - [SMALL_STATE(5153)] = 274668, - [SMALL_STATE(5154)] = 274698, - [SMALL_STATE(5155)] = 274722, - [SMALL_STATE(5156)] = 274748, - [SMALL_STATE(5157)] = 274772, - [SMALL_STATE(5158)] = 274796, - [SMALL_STATE(5159)] = 274818, + [SMALL_STATE(5152)] = 274640, + [SMALL_STATE(5153)] = 274666, + [SMALL_STATE(5154)] = 274690, + [SMALL_STATE(5155)] = 274716, + [SMALL_STATE(5156)] = 274740, + [SMALL_STATE(5157)] = 274766, + [SMALL_STATE(5158)] = 274790, + [SMALL_STATE(5159)] = 274812, [SMALL_STATE(5160)] = 274842, [SMALL_STATE(5161)] = 274872, - [SMALL_STATE(5162)] = 274896, - [SMALL_STATE(5163)] = 274920, - [SMALL_STATE(5164)] = 274944, - [SMALL_STATE(5165)] = 274974, - [SMALL_STATE(5166)] = 274998, - [SMALL_STATE(5167)] = 275024, - [SMALL_STATE(5168)] = 275054, - [SMALL_STATE(5169)] = 275084, - [SMALL_STATE(5170)] = 275114, - [SMALL_STATE(5171)] = 275136, - [SMALL_STATE(5172)] = 275166, - [SMALL_STATE(5173)] = 275196, - [SMALL_STATE(5174)] = 275222, - [SMALL_STATE(5175)] = 275246, - [SMALL_STATE(5176)] = 275270, - [SMALL_STATE(5177)] = 275300, - [SMALL_STATE(5178)] = 275324, - [SMALL_STATE(5179)] = 275354, - [SMALL_STATE(5180)] = 275378, - [SMALL_STATE(5181)] = 275402, - [SMALL_STATE(5182)] = 275432, - [SMALL_STATE(5183)] = 275458, - [SMALL_STATE(5184)] = 275488, - [SMALL_STATE(5185)] = 275518, - [SMALL_STATE(5186)] = 275548, - [SMALL_STATE(5187)] = 275570, - [SMALL_STATE(5188)] = 275594, - [SMALL_STATE(5189)] = 275624, - [SMALL_STATE(5190)] = 275648, - [SMALL_STATE(5191)] = 275672, - [SMALL_STATE(5192)] = 275696, - [SMALL_STATE(5193)] = 275724, - [SMALL_STATE(5194)] = 275754, - [SMALL_STATE(5195)] = 275778, - [SMALL_STATE(5196)] = 275802, - [SMALL_STATE(5197)] = 275826, - [SMALL_STATE(5198)] = 275850, - [SMALL_STATE(5199)] = 275874, - [SMALL_STATE(5200)] = 275904, - [SMALL_STATE(5201)] = 275930, - [SMALL_STATE(5202)] = 275954, - [SMALL_STATE(5203)] = 275984, - [SMALL_STATE(5204)] = 276008, - [SMALL_STATE(5205)] = 276038, - [SMALL_STATE(5206)] = 276062, - [SMALL_STATE(5207)] = 276092, - [SMALL_STATE(5208)] = 276122, - [SMALL_STATE(5209)] = 276152, - [SMALL_STATE(5210)] = 276182, - [SMALL_STATE(5211)] = 276206, - [SMALL_STATE(5212)] = 276230, - [SMALL_STATE(5213)] = 276260, - [SMALL_STATE(5214)] = 276284, - [SMALL_STATE(5215)] = 276308, - [SMALL_STATE(5216)] = 276332, - [SMALL_STATE(5217)] = 276362, - [SMALL_STATE(5218)] = 276386, - [SMALL_STATE(5219)] = 276412, - [SMALL_STATE(5220)] = 276438, - [SMALL_STATE(5221)] = 276468, - [SMALL_STATE(5222)] = 276490, - [SMALL_STATE(5223)] = 276514, - [SMALL_STATE(5224)] = 276538, - [SMALL_STATE(5225)] = 276562, - [SMALL_STATE(5226)] = 276584, - [SMALL_STATE(5227)] = 276614, - [SMALL_STATE(5228)] = 276638, - [SMALL_STATE(5229)] = 276662, - [SMALL_STATE(5230)] = 276692, - [SMALL_STATE(5231)] = 276714, - [SMALL_STATE(5232)] = 276744, - [SMALL_STATE(5233)] = 276768, - [SMALL_STATE(5234)] = 276794, - [SMALL_STATE(5235)] = 276822, - [SMALL_STATE(5236)] = 276846, - [SMALL_STATE(5237)] = 276876, - [SMALL_STATE(5238)] = 276898, - [SMALL_STATE(5239)] = 276924, - [SMALL_STATE(5240)] = 276948, - [SMALL_STATE(5241)] = 276978, - [SMALL_STATE(5242)] = 277002, - [SMALL_STATE(5243)] = 277026, - [SMALL_STATE(5244)] = 277052, - [SMALL_STATE(5245)] = 277076, - [SMALL_STATE(5246)] = 277100, - [SMALL_STATE(5247)] = 277126, - [SMALL_STATE(5248)] = 277156, - [SMALL_STATE(5249)] = 277180, - [SMALL_STATE(5250)] = 277202, - [SMALL_STATE(5251)] = 277226, - [SMALL_STATE(5252)] = 277250, - [SMALL_STATE(5253)] = 277280, - [SMALL_STATE(5254)] = 277310, - [SMALL_STATE(5255)] = 277336, - [SMALL_STATE(5256)] = 277360, - [SMALL_STATE(5257)] = 277382, - [SMALL_STATE(5258)] = 277412, - [SMALL_STATE(5259)] = 277436, - [SMALL_STATE(5260)] = 277460, - [SMALL_STATE(5261)] = 277490, - [SMALL_STATE(5262)] = 277514, - [SMALL_STATE(5263)] = 277536, - [SMALL_STATE(5264)] = 277560, - [SMALL_STATE(5265)] = 277584, - [SMALL_STATE(5266)] = 277608, - [SMALL_STATE(5267)] = 277630, - [SMALL_STATE(5268)] = 277652, - [SMALL_STATE(5269)] = 277676, - [SMALL_STATE(5270)] = 277700, - [SMALL_STATE(5271)] = 277730, - [SMALL_STATE(5272)] = 277758, - [SMALL_STATE(5273)] = 277782, - [SMALL_STATE(5274)] = 277806, - [SMALL_STATE(5275)] = 277830, - [SMALL_STATE(5276)] = 277860, - [SMALL_STATE(5277)] = 277884, - [SMALL_STATE(5278)] = 277908, - [SMALL_STATE(5279)] = 277932, - [SMALL_STATE(5280)] = 277956, - [SMALL_STATE(5281)] = 277980, - [SMALL_STATE(5282)] = 278004, - [SMALL_STATE(5283)] = 278034, - [SMALL_STATE(5284)] = 278058, - [SMALL_STATE(5285)] = 278082, - [SMALL_STATE(5286)] = 278106, - [SMALL_STATE(5287)] = 278130, - [SMALL_STATE(5288)] = 278152, - [SMALL_STATE(5289)] = 278180, - [SMALL_STATE(5290)] = 278204, - [SMALL_STATE(5291)] = 278234, - [SMALL_STATE(5292)] = 278264, - [SMALL_STATE(5293)] = 278294, - [SMALL_STATE(5294)] = 278318, - [SMALL_STATE(5295)] = 278342, - [SMALL_STATE(5296)] = 278366, - [SMALL_STATE(5297)] = 278390, - [SMALL_STATE(5298)] = 278414, - [SMALL_STATE(5299)] = 278436, - [SMALL_STATE(5300)] = 278460, - [SMALL_STATE(5301)] = 278490, - [SMALL_STATE(5302)] = 278514, - [SMALL_STATE(5303)] = 278538, - [SMALL_STATE(5304)] = 278568, - [SMALL_STATE(5305)] = 278592, - [SMALL_STATE(5306)] = 278616, - [SMALL_STATE(5307)] = 278646, - [SMALL_STATE(5308)] = 278676, - [SMALL_STATE(5309)] = 278700, - [SMALL_STATE(5310)] = 278726, - [SMALL_STATE(5311)] = 278750, - [SMALL_STATE(5312)] = 278780, - [SMALL_STATE(5313)] = 278804, - [SMALL_STATE(5314)] = 278828, - [SMALL_STATE(5315)] = 278852, - [SMALL_STATE(5316)] = 278876, - [SMALL_STATE(5317)] = 278900, - [SMALL_STATE(5318)] = 278924, - [SMALL_STATE(5319)] = 278948, - [SMALL_STATE(5320)] = 278970, - [SMALL_STATE(5321)] = 278994, - [SMALL_STATE(5322)] = 279018, - [SMALL_STATE(5323)] = 279042, - [SMALL_STATE(5324)] = 279064, - [SMALL_STATE(5325)] = 279088, - [SMALL_STATE(5326)] = 279112, - [SMALL_STATE(5327)] = 279136, + [SMALL_STATE(5162)] = 274902, + [SMALL_STATE(5163)] = 274932, + [SMALL_STATE(5164)] = 274958, + [SMALL_STATE(5165)] = 274988, + [SMALL_STATE(5166)] = 275018, + [SMALL_STATE(5167)] = 275042, + [SMALL_STATE(5168)] = 275072, + [SMALL_STATE(5169)] = 275094, + [SMALL_STATE(5170)] = 275120, + [SMALL_STATE(5171)] = 275146, + [SMALL_STATE(5172)] = 275170, + [SMALL_STATE(5173)] = 275200, + [SMALL_STATE(5174)] = 275224, + [SMALL_STATE(5175)] = 275248, + [SMALL_STATE(5176)] = 275272, + [SMALL_STATE(5177)] = 275298, + [SMALL_STATE(5178)] = 275320, + [SMALL_STATE(5179)] = 275350, + [SMALL_STATE(5180)] = 275380, + [SMALL_STATE(5181)] = 275410, + [SMALL_STATE(5182)] = 275440, + [SMALL_STATE(5183)] = 275464, + [SMALL_STATE(5184)] = 275490, + [SMALL_STATE(5185)] = 275512, + [SMALL_STATE(5186)] = 275536, + [SMALL_STATE(5187)] = 275560, + [SMALL_STATE(5188)] = 275584, + [SMALL_STATE(5189)] = 275608, + [SMALL_STATE(5190)] = 275632, + [SMALL_STATE(5191)] = 275658, + [SMALL_STATE(5192)] = 275682, + [SMALL_STATE(5193)] = 275706, + [SMALL_STATE(5194)] = 275730, + [SMALL_STATE(5195)] = 275754, + [SMALL_STATE(5196)] = 275778, + [SMALL_STATE(5197)] = 275802, + [SMALL_STATE(5198)] = 275832, + [SMALL_STATE(5199)] = 275856, + [SMALL_STATE(5200)] = 275878, + [SMALL_STATE(5201)] = 275902, + [SMALL_STATE(5202)] = 275926, + [SMALL_STATE(5203)] = 275950, + [SMALL_STATE(5204)] = 275974, + [SMALL_STATE(5205)] = 275996, + [SMALL_STATE(5206)] = 276026, + [SMALL_STATE(5207)] = 276050, + [SMALL_STATE(5208)] = 276074, + [SMALL_STATE(5209)] = 276098, + [SMALL_STATE(5210)] = 276124, + [SMALL_STATE(5211)] = 276154, + [SMALL_STATE(5212)] = 276178, + [SMALL_STATE(5213)] = 276202, + [SMALL_STATE(5214)] = 276224, + [SMALL_STATE(5215)] = 276248, + [SMALL_STATE(5216)] = 276278, + [SMALL_STATE(5217)] = 276302, + [SMALL_STATE(5218)] = 276332, + [SMALL_STATE(5219)] = 276356, + [SMALL_STATE(5220)] = 276380, + [SMALL_STATE(5221)] = 276404, + [SMALL_STATE(5222)] = 276428, + [SMALL_STATE(5223)] = 276452, + [SMALL_STATE(5224)] = 276482, + [SMALL_STATE(5225)] = 276508, + [SMALL_STATE(5226)] = 276532, + [SMALL_STATE(5227)] = 276554, + [SMALL_STATE(5228)] = 276578, + [SMALL_STATE(5229)] = 276602, + [SMALL_STATE(5230)] = 276626, + [SMALL_STATE(5231)] = 276650, + [SMALL_STATE(5232)] = 276678, + [SMALL_STATE(5233)] = 276702, + [SMALL_STATE(5234)] = 276726, + [SMALL_STATE(5235)] = 276748, + [SMALL_STATE(5236)] = 276772, + [SMALL_STATE(5237)] = 276796, + [SMALL_STATE(5238)] = 276820, + [SMALL_STATE(5239)] = 276850, + [SMALL_STATE(5240)] = 276878, + [SMALL_STATE(5241)] = 276902, + [SMALL_STATE(5242)] = 276926, + [SMALL_STATE(5243)] = 276950, + [SMALL_STATE(5244)] = 276980, + [SMALL_STATE(5245)] = 277004, + [SMALL_STATE(5246)] = 277028, + [SMALL_STATE(5247)] = 277058, + [SMALL_STATE(5248)] = 277082, + [SMALL_STATE(5249)] = 277106, + [SMALL_STATE(5250)] = 277128, + [SMALL_STATE(5251)] = 277152, + [SMALL_STATE(5252)] = 277182, + [SMALL_STATE(5253)] = 277206, + [SMALL_STATE(5254)] = 277230, + [SMALL_STATE(5255)] = 277252, + [SMALL_STATE(5256)] = 277282, + [SMALL_STATE(5257)] = 277306, + [SMALL_STATE(5258)] = 277330, + [SMALL_STATE(5259)] = 277354, + [SMALL_STATE(5260)] = 277384, + [SMALL_STATE(5261)] = 277410, + [SMALL_STATE(5262)] = 277434, + [SMALL_STATE(5263)] = 277464, + [SMALL_STATE(5264)] = 277488, + [SMALL_STATE(5265)] = 277512, + [SMALL_STATE(5266)] = 277536, + [SMALL_STATE(5267)] = 277560, + [SMALL_STATE(5268)] = 277584, + [SMALL_STATE(5269)] = 277614, + [SMALL_STATE(5270)] = 277638, + [SMALL_STATE(5271)] = 277660, + [SMALL_STATE(5272)] = 277684, + [SMALL_STATE(5273)] = 277714, + [SMALL_STATE(5274)] = 277738, + [SMALL_STATE(5275)] = 277762, + [SMALL_STATE(5276)] = 277786, + [SMALL_STATE(5277)] = 277810, + [SMALL_STATE(5278)] = 277840, + [SMALL_STATE(5279)] = 277870, + [SMALL_STATE(5280)] = 277894, + [SMALL_STATE(5281)] = 277918, + [SMALL_STATE(5282)] = 277948, + [SMALL_STATE(5283)] = 277972, + [SMALL_STATE(5284)] = 278002, + [SMALL_STATE(5285)] = 278032, + [SMALL_STATE(5286)] = 278056, + [SMALL_STATE(5287)] = 278086, + [SMALL_STATE(5288)] = 278116, + [SMALL_STATE(5289)] = 278140, + [SMALL_STATE(5290)] = 278164, + [SMALL_STATE(5291)] = 278194, + [SMALL_STATE(5292)] = 278218, + [SMALL_STATE(5293)] = 278242, + [SMALL_STATE(5294)] = 278266, + [SMALL_STATE(5295)] = 278290, + [SMALL_STATE(5296)] = 278320, + [SMALL_STATE(5297)] = 278350, + [SMALL_STATE(5298)] = 278374, + [SMALL_STATE(5299)] = 278404, + [SMALL_STATE(5300)] = 278428, + [SMALL_STATE(5301)] = 278452, + [SMALL_STATE(5302)] = 278474, + [SMALL_STATE(5303)] = 278504, + [SMALL_STATE(5304)] = 278534, + [SMALL_STATE(5305)] = 278562, + [SMALL_STATE(5306)] = 278586, + [SMALL_STATE(5307)] = 278616, + [SMALL_STATE(5308)] = 278640, + [SMALL_STATE(5309)] = 278662, + [SMALL_STATE(5310)] = 278684, + [SMALL_STATE(5311)] = 278708, + [SMALL_STATE(5312)] = 278730, + [SMALL_STATE(5313)] = 278760, + [SMALL_STATE(5314)] = 278784, + [SMALL_STATE(5315)] = 278808, + [SMALL_STATE(5316)] = 278836, + [SMALL_STATE(5317)] = 278866, + [SMALL_STATE(5318)] = 278896, + [SMALL_STATE(5319)] = 278920, + [SMALL_STATE(5320)] = 278944, + [SMALL_STATE(5321)] = 278974, + [SMALL_STATE(5322)] = 278996, + [SMALL_STATE(5323)] = 279026, + [SMALL_STATE(5324)] = 279052, + [SMALL_STATE(5325)] = 279076, + [SMALL_STATE(5326)] = 279100, + [SMALL_STATE(5327)] = 279130, [SMALL_STATE(5328)] = 279160, [SMALL_STATE(5329)] = 279184, [SMALL_STATE(5330)] = 279208, [SMALL_STATE(5331)] = 279232, - [SMALL_STATE(5332)] = 279259, - [SMALL_STATE(5333)] = 279286, - [SMALL_STATE(5334)] = 279313, - [SMALL_STATE(5335)] = 279340, - [SMALL_STATE(5336)] = 279367, - [SMALL_STATE(5337)] = 279394, - [SMALL_STATE(5338)] = 279419, - [SMALL_STATE(5339)] = 279446, - [SMALL_STATE(5340)] = 279473, - [SMALL_STATE(5341)] = 279494, - [SMALL_STATE(5342)] = 279521, - [SMALL_STATE(5343)] = 279546, - [SMALL_STATE(5344)] = 279573, - [SMALL_STATE(5345)] = 279600, - [SMALL_STATE(5346)] = 279627, - [SMALL_STATE(5347)] = 279648, - [SMALL_STATE(5348)] = 279675, - [SMALL_STATE(5349)] = 279702, - [SMALL_STATE(5350)] = 279729, - [SMALL_STATE(5351)] = 279754, - [SMALL_STATE(5352)] = 279781, - [SMALL_STATE(5353)] = 279808, - [SMALL_STATE(5354)] = 279835, - [SMALL_STATE(5355)] = 279862, - [SMALL_STATE(5356)] = 279883, - [SMALL_STATE(5357)] = 279910, - [SMALL_STATE(5358)] = 279937, - [SMALL_STATE(5359)] = 279958, - [SMALL_STATE(5360)] = 279979, - [SMALL_STATE(5361)] = 280000, - [SMALL_STATE(5362)] = 280027, - [SMALL_STATE(5363)] = 280054, - [SMALL_STATE(5364)] = 280075, - [SMALL_STATE(5365)] = 280096, - [SMALL_STATE(5366)] = 280123, - [SMALL_STATE(5367)] = 280150, - [SMALL_STATE(5368)] = 280175, - [SMALL_STATE(5369)] = 280202, - [SMALL_STATE(5370)] = 280229, - [SMALL_STATE(5371)] = 280250, - [SMALL_STATE(5372)] = 280277, - [SMALL_STATE(5373)] = 280304, - [SMALL_STATE(5374)] = 280331, - [SMALL_STATE(5375)] = 280358, - [SMALL_STATE(5376)] = 280385, - [SMALL_STATE(5377)] = 280412, - [SMALL_STATE(5378)] = 280437, - [SMALL_STATE(5379)] = 280464, - [SMALL_STATE(5380)] = 280491, - [SMALL_STATE(5381)] = 280518, - [SMALL_STATE(5382)] = 280545, - [SMALL_STATE(5383)] = 280572, - [SMALL_STATE(5384)] = 280593, - [SMALL_STATE(5385)] = 280620, - [SMALL_STATE(5386)] = 280647, - [SMALL_STATE(5387)] = 280674, - [SMALL_STATE(5388)] = 280701, - [SMALL_STATE(5389)] = 280728, - [SMALL_STATE(5390)] = 280749, - [SMALL_STATE(5391)] = 280776, - [SMALL_STATE(5392)] = 280803, - [SMALL_STATE(5393)] = 280824, - [SMALL_STATE(5394)] = 280851, - [SMALL_STATE(5395)] = 280878, - [SMALL_STATE(5396)] = 280905, - [SMALL_STATE(5397)] = 280932, - [SMALL_STATE(5398)] = 280957, - [SMALL_STATE(5399)] = 280978, - [SMALL_STATE(5400)] = 281005, - [SMALL_STATE(5401)] = 281032, - [SMALL_STATE(5402)] = 281059, - [SMALL_STATE(5403)] = 281086, - [SMALL_STATE(5404)] = 281113, - [SMALL_STATE(5405)] = 281140, - [SMALL_STATE(5406)] = 281161, - [SMALL_STATE(5407)] = 281188, - [SMALL_STATE(5408)] = 281215, - [SMALL_STATE(5409)] = 281242, - [SMALL_STATE(5410)] = 281269, - [SMALL_STATE(5411)] = 281296, - [SMALL_STATE(5412)] = 281323, - [SMALL_STATE(5413)] = 281350, - [SMALL_STATE(5414)] = 281377, - [SMALL_STATE(5415)] = 281404, - [SMALL_STATE(5416)] = 281431, - [SMALL_STATE(5417)] = 281452, - [SMALL_STATE(5418)] = 281473, - [SMALL_STATE(5419)] = 281500, - [SMALL_STATE(5420)] = 281527, - [SMALL_STATE(5421)] = 281548, - [SMALL_STATE(5422)] = 281575, - [SMALL_STATE(5423)] = 281602, - [SMALL_STATE(5424)] = 281627, - [SMALL_STATE(5425)] = 281654, - [SMALL_STATE(5426)] = 281681, - [SMALL_STATE(5427)] = 281704, - [SMALL_STATE(5428)] = 281731, - [SMALL_STATE(5429)] = 281758, - [SMALL_STATE(5430)] = 281785, - [SMALL_STATE(5431)] = 281812, - [SMALL_STATE(5432)] = 281839, - [SMALL_STATE(5433)] = 281866, - [SMALL_STATE(5434)] = 281893, - [SMALL_STATE(5435)] = 281920, - [SMALL_STATE(5436)] = 281947, - [SMALL_STATE(5437)] = 281974, - [SMALL_STATE(5438)] = 282001, - [SMALL_STATE(5439)] = 282028, - [SMALL_STATE(5440)] = 282055, - [SMALL_STATE(5441)] = 282082, - [SMALL_STATE(5442)] = 282107, - [SMALL_STATE(5443)] = 282132, - [SMALL_STATE(5444)] = 282159, - [SMALL_STATE(5445)] = 282186, - [SMALL_STATE(5446)] = 282213, - [SMALL_STATE(5447)] = 282240, - [SMALL_STATE(5448)] = 282261, - [SMALL_STATE(5449)] = 282288, - [SMALL_STATE(5450)] = 282315, - [SMALL_STATE(5451)] = 282342, - [SMALL_STATE(5452)] = 282369, - [SMALL_STATE(5453)] = 282396, - [SMALL_STATE(5454)] = 282423, - [SMALL_STATE(5455)] = 282450, - [SMALL_STATE(5456)] = 282471, - [SMALL_STATE(5457)] = 282498, - [SMALL_STATE(5458)] = 282525, - [SMALL_STATE(5459)] = 282552, - [SMALL_STATE(5460)] = 282579, - [SMALL_STATE(5461)] = 282606, - [SMALL_STATE(5462)] = 282633, - [SMALL_STATE(5463)] = 282660, - [SMALL_STATE(5464)] = 282687, - [SMALL_STATE(5465)] = 282714, - [SMALL_STATE(5466)] = 282741, - [SMALL_STATE(5467)] = 282768, - [SMALL_STATE(5468)] = 282795, - [SMALL_STATE(5469)] = 282816, - [SMALL_STATE(5470)] = 282837, - [SMALL_STATE(5471)] = 282858, - [SMALL_STATE(5472)] = 282879, - [SMALL_STATE(5473)] = 282900, - [SMALL_STATE(5474)] = 282927, - [SMALL_STATE(5475)] = 282948, - [SMALL_STATE(5476)] = 282971, - [SMALL_STATE(5477)] = 282992, - [SMALL_STATE(5478)] = 283013, - [SMALL_STATE(5479)] = 283034, - [SMALL_STATE(5480)] = 283055, - [SMALL_STATE(5481)] = 283076, - [SMALL_STATE(5482)] = 283103, - [SMALL_STATE(5483)] = 283124, - [SMALL_STATE(5484)] = 283149, - [SMALL_STATE(5485)] = 283170, - [SMALL_STATE(5486)] = 283191, - [SMALL_STATE(5487)] = 283218, - [SMALL_STATE(5488)] = 283245, - [SMALL_STATE(5489)] = 283272, - [SMALL_STATE(5490)] = 283293, - [SMALL_STATE(5491)] = 283318, - [SMALL_STATE(5492)] = 283343, - [SMALL_STATE(5493)] = 283368, - [SMALL_STATE(5494)] = 283389, - [SMALL_STATE(5495)] = 283410, - [SMALL_STATE(5496)] = 283431, - [SMALL_STATE(5497)] = 283458, - [SMALL_STATE(5498)] = 283479, - [SMALL_STATE(5499)] = 283506, - [SMALL_STATE(5500)] = 283527, - [SMALL_STATE(5501)] = 283548, - [SMALL_STATE(5502)] = 283569, - [SMALL_STATE(5503)] = 283596, - [SMALL_STATE(5504)] = 283619, - [SMALL_STATE(5505)] = 283644, - [SMALL_STATE(5506)] = 283671, - [SMALL_STATE(5507)] = 283692, - [SMALL_STATE(5508)] = 283713, - [SMALL_STATE(5509)] = 283736, - [SMALL_STATE(5510)] = 283763, - [SMALL_STATE(5511)] = 283786, - [SMALL_STATE(5512)] = 283813, - [SMALL_STATE(5513)] = 283838, - [SMALL_STATE(5514)] = 283859, - [SMALL_STATE(5515)] = 283884, - [SMALL_STATE(5516)] = 283905, - [SMALL_STATE(5517)] = 283926, - [SMALL_STATE(5518)] = 283947, - [SMALL_STATE(5519)] = 283968, - [SMALL_STATE(5520)] = 283989, - [SMALL_STATE(5521)] = 284010, - [SMALL_STATE(5522)] = 284037, - [SMALL_STATE(5523)] = 284058, - [SMALL_STATE(5524)] = 284079, - [SMALL_STATE(5525)] = 284102, - [SMALL_STATE(5526)] = 284123, - [SMALL_STATE(5527)] = 284144, - [SMALL_STATE(5528)] = 284165, - [SMALL_STATE(5529)] = 284186, - [SMALL_STATE(5530)] = 284207, - [SMALL_STATE(5531)] = 284228, - [SMALL_STATE(5532)] = 284249, - [SMALL_STATE(5533)] = 284270, - [SMALL_STATE(5534)] = 284291, - [SMALL_STATE(5535)] = 284318, - [SMALL_STATE(5536)] = 284339, - [SMALL_STATE(5537)] = 284366, - [SMALL_STATE(5538)] = 284391, - [SMALL_STATE(5539)] = 284414, - [SMALL_STATE(5540)] = 284441, - [SMALL_STATE(5541)] = 284468, - [SMALL_STATE(5542)] = 284495, - [SMALL_STATE(5543)] = 284522, - [SMALL_STATE(5544)] = 284549, - [SMALL_STATE(5545)] = 284574, - [SMALL_STATE(5546)] = 284599, - [SMALL_STATE(5547)] = 284626, - [SMALL_STATE(5548)] = 284653, - [SMALL_STATE(5549)] = 284678, - [SMALL_STATE(5550)] = 284705, - [SMALL_STATE(5551)] = 284732, - [SMALL_STATE(5552)] = 284759, - [SMALL_STATE(5553)] = 284786, - [SMALL_STATE(5554)] = 284811, - [SMALL_STATE(5555)] = 284836, + [SMALL_STATE(5332)] = 279257, + [SMALL_STATE(5333)] = 279284, + [SMALL_STATE(5334)] = 279311, + [SMALL_STATE(5335)] = 279336, + [SMALL_STATE(5336)] = 279363, + [SMALL_STATE(5337)] = 279390, + [SMALL_STATE(5338)] = 279417, + [SMALL_STATE(5339)] = 279438, + [SMALL_STATE(5340)] = 279459, + [SMALL_STATE(5341)] = 279486, + [SMALL_STATE(5342)] = 279513, + [SMALL_STATE(5343)] = 279534, + [SMALL_STATE(5344)] = 279561, + [SMALL_STATE(5345)] = 279586, + [SMALL_STATE(5346)] = 279607, + [SMALL_STATE(5347)] = 279628, + [SMALL_STATE(5348)] = 279649, + [SMALL_STATE(5349)] = 279676, + [SMALL_STATE(5350)] = 279703, + [SMALL_STATE(5351)] = 279724, + [SMALL_STATE(5352)] = 279745, + [SMALL_STATE(5353)] = 279768, + [SMALL_STATE(5354)] = 279789, + [SMALL_STATE(5355)] = 279814, + [SMALL_STATE(5356)] = 279841, + [SMALL_STATE(5357)] = 279868, + [SMALL_STATE(5358)] = 279895, + [SMALL_STATE(5359)] = 279920, + [SMALL_STATE(5360)] = 279947, + [SMALL_STATE(5361)] = 279972, + [SMALL_STATE(5362)] = 279999, + [SMALL_STATE(5363)] = 280026, + [SMALL_STATE(5364)] = 280051, + [SMALL_STATE(5365)] = 280078, + [SMALL_STATE(5366)] = 280103, + [SMALL_STATE(5367)] = 280124, + [SMALL_STATE(5368)] = 280151, + [SMALL_STATE(5369)] = 280172, + [SMALL_STATE(5370)] = 280199, + [SMALL_STATE(5371)] = 280226, + [SMALL_STATE(5372)] = 280253, + [SMALL_STATE(5373)] = 280274, + [SMALL_STATE(5374)] = 280301, + [SMALL_STATE(5375)] = 280328, + [SMALL_STATE(5376)] = 280355, + [SMALL_STATE(5377)] = 280376, + [SMALL_STATE(5378)] = 280397, + [SMALL_STATE(5379)] = 280424, + [SMALL_STATE(5380)] = 280451, + [SMALL_STATE(5381)] = 280478, + [SMALL_STATE(5382)] = 280505, + [SMALL_STATE(5383)] = 280526, + [SMALL_STATE(5384)] = 280553, + [SMALL_STATE(5385)] = 280580, + [SMALL_STATE(5386)] = 280605, + [SMALL_STATE(5387)] = 280626, + [SMALL_STATE(5388)] = 280653, + [SMALL_STATE(5389)] = 280680, + [SMALL_STATE(5390)] = 280701, + [SMALL_STATE(5391)] = 280728, + [SMALL_STATE(5392)] = 280755, + [SMALL_STATE(5393)] = 280782, + [SMALL_STATE(5394)] = 280809, + [SMALL_STATE(5395)] = 280830, + [SMALL_STATE(5396)] = 280857, + [SMALL_STATE(5397)] = 280884, + [SMALL_STATE(5398)] = 280911, + [SMALL_STATE(5399)] = 280938, + [SMALL_STATE(5400)] = 280965, + [SMALL_STATE(5401)] = 280986, + [SMALL_STATE(5402)] = 281013, + [SMALL_STATE(5403)] = 281040, + [SMALL_STATE(5404)] = 281067, + [SMALL_STATE(5405)] = 281094, + [SMALL_STATE(5406)] = 281115, + [SMALL_STATE(5407)] = 281142, + [SMALL_STATE(5408)] = 281169, + [SMALL_STATE(5409)] = 281196, + [SMALL_STATE(5410)] = 281223, + [SMALL_STATE(5411)] = 281248, + [SMALL_STATE(5412)] = 281275, + [SMALL_STATE(5413)] = 281302, + [SMALL_STATE(5414)] = 281329, + [SMALL_STATE(5415)] = 281356, + [SMALL_STATE(5416)] = 281377, + [SMALL_STATE(5417)] = 281398, + [SMALL_STATE(5418)] = 281419, + [SMALL_STATE(5419)] = 281446, + [SMALL_STATE(5420)] = 281473, + [SMALL_STATE(5421)] = 281500, + [SMALL_STATE(5422)] = 281527, + [SMALL_STATE(5423)] = 281552, + [SMALL_STATE(5424)] = 281579, + [SMALL_STATE(5425)] = 281606, + [SMALL_STATE(5426)] = 281627, + [SMALL_STATE(5427)] = 281652, + [SMALL_STATE(5428)] = 281679, + [SMALL_STATE(5429)] = 281700, + [SMALL_STATE(5430)] = 281721, + [SMALL_STATE(5431)] = 281742, + [SMALL_STATE(5432)] = 281769, + [SMALL_STATE(5433)] = 281796, + [SMALL_STATE(5434)] = 281823, + [SMALL_STATE(5435)] = 281850, + [SMALL_STATE(5436)] = 281877, + [SMALL_STATE(5437)] = 281904, + [SMALL_STATE(5438)] = 281931, + [SMALL_STATE(5439)] = 281958, + [SMALL_STATE(5440)] = 281985, + [SMALL_STATE(5441)] = 282012, + [SMALL_STATE(5442)] = 282039, + [SMALL_STATE(5443)] = 282066, + [SMALL_STATE(5444)] = 282093, + [SMALL_STATE(5445)] = 282114, + [SMALL_STATE(5446)] = 282135, + [SMALL_STATE(5447)] = 282162, + [SMALL_STATE(5448)] = 282189, + [SMALL_STATE(5449)] = 282216, + [SMALL_STATE(5450)] = 282243, + [SMALL_STATE(5451)] = 282264, + [SMALL_STATE(5452)] = 282285, + [SMALL_STATE(5453)] = 282312, + [SMALL_STATE(5454)] = 282339, + [SMALL_STATE(5455)] = 282366, + [SMALL_STATE(5456)] = 282393, + [SMALL_STATE(5457)] = 282420, + [SMALL_STATE(5458)] = 282441, + [SMALL_STATE(5459)] = 282468, + [SMALL_STATE(5460)] = 282495, + [SMALL_STATE(5461)] = 282522, + [SMALL_STATE(5462)] = 282543, + [SMALL_STATE(5463)] = 282564, + [SMALL_STATE(5464)] = 282585, + [SMALL_STATE(5465)] = 282612, + [SMALL_STATE(5466)] = 282639, + [SMALL_STATE(5467)] = 282666, + [SMALL_STATE(5468)] = 282693, + [SMALL_STATE(5469)] = 282720, + [SMALL_STATE(5470)] = 282747, + [SMALL_STATE(5471)] = 282774, + [SMALL_STATE(5472)] = 282801, + [SMALL_STATE(5473)] = 282822, + [SMALL_STATE(5474)] = 282845, + [SMALL_STATE(5475)] = 282872, + [SMALL_STATE(5476)] = 282899, + [SMALL_STATE(5477)] = 282926, + [SMALL_STATE(5478)] = 282947, + [SMALL_STATE(5479)] = 282968, + [SMALL_STATE(5480)] = 282989, + [SMALL_STATE(5481)] = 283010, + [SMALL_STATE(5482)] = 283035, + [SMALL_STATE(5483)] = 283062, + [SMALL_STATE(5484)] = 283087, + [SMALL_STATE(5485)] = 283108, + [SMALL_STATE(5486)] = 283129, + [SMALL_STATE(5487)] = 283156, + [SMALL_STATE(5488)] = 283179, + [SMALL_STATE(5489)] = 283206, + [SMALL_STATE(5490)] = 283233, + [SMALL_STATE(5491)] = 283256, + [SMALL_STATE(5492)] = 283283, + [SMALL_STATE(5493)] = 283310, + [SMALL_STATE(5494)] = 283331, + [SMALL_STATE(5495)] = 283352, + [SMALL_STATE(5496)] = 283379, + [SMALL_STATE(5497)] = 283406, + [SMALL_STATE(5498)] = 283431, + [SMALL_STATE(5499)] = 283452, + [SMALL_STATE(5500)] = 283479, + [SMALL_STATE(5501)] = 283506, + [SMALL_STATE(5502)] = 283527, + [SMALL_STATE(5503)] = 283554, + [SMALL_STATE(5504)] = 283581, + [SMALL_STATE(5505)] = 283602, + [SMALL_STATE(5506)] = 283629, + [SMALL_STATE(5507)] = 283650, + [SMALL_STATE(5508)] = 283675, + [SMALL_STATE(5509)] = 283696, + [SMALL_STATE(5510)] = 283723, + [SMALL_STATE(5511)] = 283746, + [SMALL_STATE(5512)] = 283767, + [SMALL_STATE(5513)] = 283794, + [SMALL_STATE(5514)] = 283821, + [SMALL_STATE(5515)] = 283848, + [SMALL_STATE(5516)] = 283875, + [SMALL_STATE(5517)] = 283900, + [SMALL_STATE(5518)] = 283925, + [SMALL_STATE(5519)] = 283948, + [SMALL_STATE(5520)] = 283969, + [SMALL_STATE(5521)] = 283990, + [SMALL_STATE(5522)] = 284011, + [SMALL_STATE(5523)] = 284036, + [SMALL_STATE(5524)] = 284063, + [SMALL_STATE(5525)] = 284090, + [SMALL_STATE(5526)] = 284113, + [SMALL_STATE(5527)] = 284140, + [SMALL_STATE(5528)] = 284167, + [SMALL_STATE(5529)] = 284188, + [SMALL_STATE(5530)] = 284215, + [SMALL_STATE(5531)] = 284242, + [SMALL_STATE(5532)] = 284269, + [SMALL_STATE(5533)] = 284296, + [SMALL_STATE(5534)] = 284323, + [SMALL_STATE(5535)] = 284350, + [SMALL_STATE(5536)] = 284377, + [SMALL_STATE(5537)] = 284404, + [SMALL_STATE(5538)] = 284425, + [SMALL_STATE(5539)] = 284450, + [SMALL_STATE(5540)] = 284477, + [SMALL_STATE(5541)] = 284504, + [SMALL_STATE(5542)] = 284525, + [SMALL_STATE(5543)] = 284550, + [SMALL_STATE(5544)] = 284577, + [SMALL_STATE(5545)] = 284598, + [SMALL_STATE(5546)] = 284619, + [SMALL_STATE(5547)] = 284640, + [SMALL_STATE(5548)] = 284661, + [SMALL_STATE(5549)] = 284688, + [SMALL_STATE(5550)] = 284715, + [SMALL_STATE(5551)] = 284742, + [SMALL_STATE(5552)] = 284767, + [SMALL_STATE(5553)] = 284794, + [SMALL_STATE(5554)] = 284821, + [SMALL_STATE(5555)] = 284842, [SMALL_STATE(5556)] = 284863, - [SMALL_STATE(5557)] = 284883, - [SMALL_STATE(5558)] = 284907, - [SMALL_STATE(5559)] = 284927, + [SMALL_STATE(5557)] = 284887, + [SMALL_STATE(5558)] = 284911, + [SMALL_STATE(5559)] = 284931, [SMALL_STATE(5560)] = 284951, [SMALL_STATE(5561)] = 284975, - [SMALL_STATE(5562)] = 284999, - [SMALL_STATE(5563)] = 285023, - [SMALL_STATE(5564)] = 285047, - [SMALL_STATE(5565)] = 285071, - [SMALL_STATE(5566)] = 285095, - [SMALL_STATE(5567)] = 285119, - [SMALL_STATE(5568)] = 285139, - [SMALL_STATE(5569)] = 285163, - [SMALL_STATE(5570)] = 285183, - [SMALL_STATE(5571)] = 285207, - [SMALL_STATE(5572)] = 285231, + [SMALL_STATE(5562)] = 284995, + [SMALL_STATE(5563)] = 285015, + [SMALL_STATE(5564)] = 285039, + [SMALL_STATE(5565)] = 285063, + [SMALL_STATE(5566)] = 285083, + [SMALL_STATE(5567)] = 285107, + [SMALL_STATE(5568)] = 285131, + [SMALL_STATE(5569)] = 285155, + [SMALL_STATE(5570)] = 285179, + [SMALL_STATE(5571)] = 285203, + [SMALL_STATE(5572)] = 285227, [SMALL_STATE(5573)] = 285251, [SMALL_STATE(5574)] = 285275, [SMALL_STATE(5575)] = 285299, - [SMALL_STATE(5576)] = 285319, - [SMALL_STATE(5577)] = 285343, - [SMALL_STATE(5578)] = 285367, - [SMALL_STATE(5579)] = 285391, - [SMALL_STATE(5580)] = 285411, - [SMALL_STATE(5581)] = 285435, - [SMALL_STATE(5582)] = 285459, - [SMALL_STATE(5583)] = 285483, - [SMALL_STATE(5584)] = 285507, - [SMALL_STATE(5585)] = 285531, - [SMALL_STATE(5586)] = 285555, - [SMALL_STATE(5587)] = 285579, - [SMALL_STATE(5588)] = 285603, - [SMALL_STATE(5589)] = 285627, - [SMALL_STATE(5590)] = 285651, - [SMALL_STATE(5591)] = 285675, - [SMALL_STATE(5592)] = 285699, - [SMALL_STATE(5593)] = 285721, - [SMALL_STATE(5594)] = 285745, - [SMALL_STATE(5595)] = 285769, - [SMALL_STATE(5596)] = 285793, - [SMALL_STATE(5597)] = 285817, - [SMALL_STATE(5598)] = 285841, - [SMALL_STATE(5599)] = 285865, - [SMALL_STATE(5600)] = 285889, - [SMALL_STATE(5601)] = 285911, - [SMALL_STATE(5602)] = 285935, - [SMALL_STATE(5603)] = 285959, - [SMALL_STATE(5604)] = 285983, - [SMALL_STATE(5605)] = 286007, - [SMALL_STATE(5606)] = 286031, - [SMALL_STATE(5607)] = 286055, - [SMALL_STATE(5608)] = 286077, - [SMALL_STATE(5609)] = 286101, - [SMALL_STATE(5610)] = 286125, - [SMALL_STATE(5611)] = 286149, - [SMALL_STATE(5612)] = 286169, - [SMALL_STATE(5613)] = 286193, - [SMALL_STATE(5614)] = 286217, - [SMALL_STATE(5615)] = 286241, - [SMALL_STATE(5616)] = 286265, - [SMALL_STATE(5617)] = 286289, - [SMALL_STATE(5618)] = 286313, - [SMALL_STATE(5619)] = 286337, - [SMALL_STATE(5620)] = 286361, - [SMALL_STATE(5621)] = 286385, - [SMALL_STATE(5622)] = 286407, - [SMALL_STATE(5623)] = 286431, - [SMALL_STATE(5624)] = 286455, - [SMALL_STATE(5625)] = 286479, - [SMALL_STATE(5626)] = 286499, - [SMALL_STATE(5627)] = 286523, - [SMALL_STATE(5628)] = 286547, - [SMALL_STATE(5629)] = 286571, - [SMALL_STATE(5630)] = 286595, - [SMALL_STATE(5631)] = 286619, - [SMALL_STATE(5632)] = 286643, - [SMALL_STATE(5633)] = 286667, - [SMALL_STATE(5634)] = 286691, - [SMALL_STATE(5635)] = 286715, - [SMALL_STATE(5636)] = 286735, - [SMALL_STATE(5637)] = 286759, - [SMALL_STATE(5638)] = 286783, - [SMALL_STATE(5639)] = 286807, - [SMALL_STATE(5640)] = 286831, - [SMALL_STATE(5641)] = 286855, - [SMALL_STATE(5642)] = 286879, - [SMALL_STATE(5643)] = 286903, - [SMALL_STATE(5644)] = 286927, - [SMALL_STATE(5645)] = 286951, - [SMALL_STATE(5646)] = 286975, - [SMALL_STATE(5647)] = 286999, - [SMALL_STATE(5648)] = 287023, - [SMALL_STATE(5649)] = 287043, - [SMALL_STATE(5650)] = 287067, - [SMALL_STATE(5651)] = 287091, - [SMALL_STATE(5652)] = 287115, - [SMALL_STATE(5653)] = 287139, - [SMALL_STATE(5654)] = 287163, - [SMALL_STATE(5655)] = 287183, - [SMALL_STATE(5656)] = 287207, - [SMALL_STATE(5657)] = 287231, - [SMALL_STATE(5658)] = 287255, - [SMALL_STATE(5659)] = 287279, - [SMALL_STATE(5660)] = 287303, - [SMALL_STATE(5661)] = 287327, - [SMALL_STATE(5662)] = 287351, - [SMALL_STATE(5663)] = 287375, - [SMALL_STATE(5664)] = 287399, - [SMALL_STATE(5665)] = 287423, - [SMALL_STATE(5666)] = 287447, - [SMALL_STATE(5667)] = 287471, - [SMALL_STATE(5668)] = 287495, - [SMALL_STATE(5669)] = 287519, - [SMALL_STATE(5670)] = 287543, - [SMALL_STATE(5671)] = 287567, - [SMALL_STATE(5672)] = 287589, - [SMALL_STATE(5673)] = 287613, - [SMALL_STATE(5674)] = 287637, + [SMALL_STATE(5576)] = 285323, + [SMALL_STATE(5577)] = 285347, + [SMALL_STATE(5578)] = 285371, + [SMALL_STATE(5579)] = 285395, + [SMALL_STATE(5580)] = 285419, + [SMALL_STATE(5581)] = 285443, + [SMALL_STATE(5582)] = 285467, + [SMALL_STATE(5583)] = 285491, + [SMALL_STATE(5584)] = 285515, + [SMALL_STATE(5585)] = 285539, + [SMALL_STATE(5586)] = 285563, + [SMALL_STATE(5587)] = 285585, + [SMALL_STATE(5588)] = 285609, + [SMALL_STATE(5589)] = 285633, + [SMALL_STATE(5590)] = 285657, + [SMALL_STATE(5591)] = 285681, + [SMALL_STATE(5592)] = 285705, + [SMALL_STATE(5593)] = 285729, + [SMALL_STATE(5594)] = 285753, + [SMALL_STATE(5595)] = 285777, + [SMALL_STATE(5596)] = 285801, + [SMALL_STATE(5597)] = 285825, + [SMALL_STATE(5598)] = 285849, + [SMALL_STATE(5599)] = 285873, + [SMALL_STATE(5600)] = 285897, + [SMALL_STATE(5601)] = 285921, + [SMALL_STATE(5602)] = 285945, + [SMALL_STATE(5603)] = 285969, + [SMALL_STATE(5604)] = 285993, + [SMALL_STATE(5605)] = 286017, + [SMALL_STATE(5606)] = 286041, + [SMALL_STATE(5607)] = 286065, + [SMALL_STATE(5608)] = 286089, + [SMALL_STATE(5609)] = 286113, + [SMALL_STATE(5610)] = 286137, + [SMALL_STATE(5611)] = 286161, + [SMALL_STATE(5612)] = 286185, + [SMALL_STATE(5613)] = 286209, + [SMALL_STATE(5614)] = 286233, + [SMALL_STATE(5615)] = 286257, + [SMALL_STATE(5616)] = 286281, + [SMALL_STATE(5617)] = 286305, + [SMALL_STATE(5618)] = 286329, + [SMALL_STATE(5619)] = 286353, + [SMALL_STATE(5620)] = 286377, + [SMALL_STATE(5621)] = 286401, + [SMALL_STATE(5622)] = 286425, + [SMALL_STATE(5623)] = 286449, + [SMALL_STATE(5624)] = 286473, + [SMALL_STATE(5625)] = 286497, + [SMALL_STATE(5626)] = 286521, + [SMALL_STATE(5627)] = 286545, + [SMALL_STATE(5628)] = 286569, + [SMALL_STATE(5629)] = 286593, + [SMALL_STATE(5630)] = 286617, + [SMALL_STATE(5631)] = 286641, + [SMALL_STATE(5632)] = 286665, + [SMALL_STATE(5633)] = 286689, + [SMALL_STATE(5634)] = 286709, + [SMALL_STATE(5635)] = 286733, + [SMALL_STATE(5636)] = 286757, + [SMALL_STATE(5637)] = 286781, + [SMALL_STATE(5638)] = 286805, + [SMALL_STATE(5639)] = 286829, + [SMALL_STATE(5640)] = 286853, + [SMALL_STATE(5641)] = 286877, + [SMALL_STATE(5642)] = 286901, + [SMALL_STATE(5643)] = 286925, + [SMALL_STATE(5644)] = 286949, + [SMALL_STATE(5645)] = 286973, + [SMALL_STATE(5646)] = 286997, + [SMALL_STATE(5647)] = 287021, + [SMALL_STATE(5648)] = 287045, + [SMALL_STATE(5649)] = 287069, + [SMALL_STATE(5650)] = 287093, + [SMALL_STATE(5651)] = 287117, + [SMALL_STATE(5652)] = 287141, + [SMALL_STATE(5653)] = 287161, + [SMALL_STATE(5654)] = 287185, + [SMALL_STATE(5655)] = 287209, + [SMALL_STATE(5656)] = 287233, + [SMALL_STATE(5657)] = 287257, + [SMALL_STATE(5658)] = 287281, + [SMALL_STATE(5659)] = 287301, + [SMALL_STATE(5660)] = 287321, + [SMALL_STATE(5661)] = 287345, + [SMALL_STATE(5662)] = 287369, + [SMALL_STATE(5663)] = 287393, + [SMALL_STATE(5664)] = 287413, + [SMALL_STATE(5665)] = 287433, + [SMALL_STATE(5666)] = 287457, + [SMALL_STATE(5667)] = 287481, + [SMALL_STATE(5668)] = 287505, + [SMALL_STATE(5669)] = 287529, + [SMALL_STATE(5670)] = 287553, + [SMALL_STATE(5671)] = 287577, + [SMALL_STATE(5672)] = 287597, + [SMALL_STATE(5673)] = 287617, + [SMALL_STATE(5674)] = 287641, [SMALL_STATE(5675)] = 287661, - [SMALL_STATE(5676)] = 287681, + [SMALL_STATE(5676)] = 287685, [SMALL_STATE(5677)] = 287705, - [SMALL_STATE(5678)] = 287725, + [SMALL_STATE(5678)] = 287729, [SMALL_STATE(5679)] = 287749, [SMALL_STATE(5680)] = 287773, - [SMALL_STATE(5681)] = 287797, - [SMALL_STATE(5682)] = 287821, - [SMALL_STATE(5683)] = 287845, - [SMALL_STATE(5684)] = 287867, - [SMALL_STATE(5685)] = 287891, - [SMALL_STATE(5686)] = 287911, - [SMALL_STATE(5687)] = 287935, - [SMALL_STATE(5688)] = 287959, - [SMALL_STATE(5689)] = 287983, - [SMALL_STATE(5690)] = 288007, - [SMALL_STATE(5691)] = 288029, - [SMALL_STATE(5692)] = 288053, - [SMALL_STATE(5693)] = 288077, - [SMALL_STATE(5694)] = 288101, - [SMALL_STATE(5695)] = 288121, - [SMALL_STATE(5696)] = 288145, - [SMALL_STATE(5697)] = 288167, - [SMALL_STATE(5698)] = 288191, - [SMALL_STATE(5699)] = 288215, - [SMALL_STATE(5700)] = 288239, - [SMALL_STATE(5701)] = 288263, - [SMALL_STATE(5702)] = 288287, - [SMALL_STATE(5703)] = 288311, - [SMALL_STATE(5704)] = 288335, - [SMALL_STATE(5705)] = 288355, - [SMALL_STATE(5706)] = 288379, - [SMALL_STATE(5707)] = 288403, - [SMALL_STATE(5708)] = 288423, - [SMALL_STATE(5709)] = 288447, - [SMALL_STATE(5710)] = 288471, - [SMALL_STATE(5711)] = 288495, - [SMALL_STATE(5712)] = 288519, - [SMALL_STATE(5713)] = 288543, - [SMALL_STATE(5714)] = 288567, - [SMALL_STATE(5715)] = 288587, - [SMALL_STATE(5716)] = 288611, - [SMALL_STATE(5717)] = 288635, - [SMALL_STATE(5718)] = 288657, - [SMALL_STATE(5719)] = 288681, - [SMALL_STATE(5720)] = 288705, - [SMALL_STATE(5721)] = 288729, - [SMALL_STATE(5722)] = 288751, - [SMALL_STATE(5723)] = 288773, - [SMALL_STATE(5724)] = 288797, - [SMALL_STATE(5725)] = 288821, - [SMALL_STATE(5726)] = 288845, - [SMALL_STATE(5727)] = 288869, - [SMALL_STATE(5728)] = 288893, - [SMALL_STATE(5729)] = 288917, - [SMALL_STATE(5730)] = 288941, - [SMALL_STATE(5731)] = 288961, - [SMALL_STATE(5732)] = 288985, - [SMALL_STATE(5733)] = 289009, - [SMALL_STATE(5734)] = 289033, - [SMALL_STATE(5735)] = 289057, - [SMALL_STATE(5736)] = 289081, - [SMALL_STATE(5737)] = 289105, - [SMALL_STATE(5738)] = 289129, - [SMALL_STATE(5739)] = 289153, - [SMALL_STATE(5740)] = 289177, - [SMALL_STATE(5741)] = 289201, - [SMALL_STATE(5742)] = 289225, - [SMALL_STATE(5743)] = 289249, - [SMALL_STATE(5744)] = 289271, - [SMALL_STATE(5745)] = 289293, - [SMALL_STATE(5746)] = 289315, - [SMALL_STATE(5747)] = 289335, - [SMALL_STATE(5748)] = 289359, - [SMALL_STATE(5749)] = 289379, - [SMALL_STATE(5750)] = 289403, - [SMALL_STATE(5751)] = 289425, - [SMALL_STATE(5752)] = 289445, - [SMALL_STATE(5753)] = 289467, - [SMALL_STATE(5754)] = 289491, - [SMALL_STATE(5755)] = 289515, - [SMALL_STATE(5756)] = 289537, - [SMALL_STATE(5757)] = 289557, - [SMALL_STATE(5758)] = 289577, - [SMALL_STATE(5759)] = 289601, - [SMALL_STATE(5760)] = 289625, - [SMALL_STATE(5761)] = 289649, - [SMALL_STATE(5762)] = 289669, - [SMALL_STATE(5763)] = 289693, - [SMALL_STATE(5764)] = 289713, - [SMALL_STATE(5765)] = 289737, - [SMALL_STATE(5766)] = 289761, - [SMALL_STATE(5767)] = 289781, - [SMALL_STATE(5768)] = 289803, + [SMALL_STATE(5681)] = 287793, + [SMALL_STATE(5682)] = 287813, + [SMALL_STATE(5683)] = 287833, + [SMALL_STATE(5684)] = 287857, + [SMALL_STATE(5685)] = 287877, + [SMALL_STATE(5686)] = 287897, + [SMALL_STATE(5687)] = 287921, + [SMALL_STATE(5688)] = 287941, + [SMALL_STATE(5689)] = 287961, + [SMALL_STATE(5690)] = 287985, + [SMALL_STATE(5691)] = 288009, + [SMALL_STATE(5692)] = 288031, + [SMALL_STATE(5693)] = 288055, + [SMALL_STATE(5694)] = 288079, + [SMALL_STATE(5695)] = 288103, + [SMALL_STATE(5696)] = 288127, + [SMALL_STATE(5697)] = 288151, + [SMALL_STATE(5698)] = 288175, + [SMALL_STATE(5699)] = 288195, + [SMALL_STATE(5700)] = 288215, + [SMALL_STATE(5701)] = 288239, + [SMALL_STATE(5702)] = 288261, + [SMALL_STATE(5703)] = 288285, + [SMALL_STATE(5704)] = 288309, + [SMALL_STATE(5705)] = 288333, + [SMALL_STATE(5706)] = 288353, + [SMALL_STATE(5707)] = 288373, + [SMALL_STATE(5708)] = 288397, + [SMALL_STATE(5709)] = 288419, + [SMALL_STATE(5710)] = 288443, + [SMALL_STATE(5711)] = 288463, + [SMALL_STATE(5712)] = 288487, + [SMALL_STATE(5713)] = 288511, + [SMALL_STATE(5714)] = 288531, + [SMALL_STATE(5715)] = 288555, + [SMALL_STATE(5716)] = 288577, + [SMALL_STATE(5717)] = 288601, + [SMALL_STATE(5718)] = 288621, + [SMALL_STATE(5719)] = 288641, + [SMALL_STATE(5720)] = 288665, + [SMALL_STATE(5721)] = 288689, + [SMALL_STATE(5722)] = 288713, + [SMALL_STATE(5723)] = 288733, + [SMALL_STATE(5724)] = 288755, + [SMALL_STATE(5725)] = 288779, + [SMALL_STATE(5726)] = 288803, + [SMALL_STATE(5727)] = 288827, + [SMALL_STATE(5728)] = 288851, + [SMALL_STATE(5729)] = 288875, + [SMALL_STATE(5730)] = 288899, + [SMALL_STATE(5731)] = 288923, + [SMALL_STATE(5732)] = 288947, + [SMALL_STATE(5733)] = 288971, + [SMALL_STATE(5734)] = 288995, + [SMALL_STATE(5735)] = 289019, + [SMALL_STATE(5736)] = 289043, + [SMALL_STATE(5737)] = 289067, + [SMALL_STATE(5738)] = 289091, + [SMALL_STATE(5739)] = 289115, + [SMALL_STATE(5740)] = 289139, + [SMALL_STATE(5741)] = 289163, + [SMALL_STATE(5742)] = 289187, + [SMALL_STATE(5743)] = 289211, + [SMALL_STATE(5744)] = 289233, + [SMALL_STATE(5745)] = 289257, + [SMALL_STATE(5746)] = 289281, + [SMALL_STATE(5747)] = 289305, + [SMALL_STATE(5748)] = 289329, + [SMALL_STATE(5749)] = 289353, + [SMALL_STATE(5750)] = 289377, + [SMALL_STATE(5751)] = 289401, + [SMALL_STATE(5752)] = 289425, + [SMALL_STATE(5753)] = 289449, + [SMALL_STATE(5754)] = 289473, + [SMALL_STATE(5755)] = 289497, + [SMALL_STATE(5756)] = 289521, + [SMALL_STATE(5757)] = 289543, + [SMALL_STATE(5758)] = 289567, + [SMALL_STATE(5759)] = 289591, + [SMALL_STATE(5760)] = 289615, + [SMALL_STATE(5761)] = 289635, + [SMALL_STATE(5762)] = 289659, + [SMALL_STATE(5763)] = 289679, + [SMALL_STATE(5764)] = 289703, + [SMALL_STATE(5765)] = 289727, + [SMALL_STATE(5766)] = 289751, + [SMALL_STATE(5767)] = 289775, + [SMALL_STATE(5768)] = 289799, [SMALL_STATE(5769)] = 289823, - [SMALL_STATE(5770)] = 289847, - [SMALL_STATE(5771)] = 289871, - [SMALL_STATE(5772)] = 289895, - [SMALL_STATE(5773)] = 289919, + [SMALL_STATE(5770)] = 289845, + [SMALL_STATE(5771)] = 289869, + [SMALL_STATE(5772)] = 289893, + [SMALL_STATE(5773)] = 289917, [SMALL_STATE(5774)] = 289941, - [SMALL_STATE(5775)] = 289961, - [SMALL_STATE(5776)] = 289983, - [SMALL_STATE(5777)] = 290007, - [SMALL_STATE(5778)] = 290027, - [SMALL_STATE(5779)] = 290047, - [SMALL_STATE(5780)] = 290069, - [SMALL_STATE(5781)] = 290091, - [SMALL_STATE(5782)] = 290115, - [SMALL_STATE(5783)] = 290139, - [SMALL_STATE(5784)] = 290163, - [SMALL_STATE(5785)] = 290187, - [SMALL_STATE(5786)] = 290211, - [SMALL_STATE(5787)] = 290231, - [SMALL_STATE(5788)] = 290255, - [SMALL_STATE(5789)] = 290275, - [SMALL_STATE(5790)] = 290297, - [SMALL_STATE(5791)] = 290321, - [SMALL_STATE(5792)] = 290345, - [SMALL_STATE(5793)] = 290369, - [SMALL_STATE(5794)] = 290391, - [SMALL_STATE(5795)] = 290415, - [SMALL_STATE(5796)] = 290435, - [SMALL_STATE(5797)] = 290459, - [SMALL_STATE(5798)] = 290481, - [SMALL_STATE(5799)] = 290501, - [SMALL_STATE(5800)] = 290525, - [SMALL_STATE(5801)] = 290545, - [SMALL_STATE(5802)] = 290569, - [SMALL_STATE(5803)] = 290589, - [SMALL_STATE(5804)] = 290609, - [SMALL_STATE(5805)] = 290629, - [SMALL_STATE(5806)] = 290653, - [SMALL_STATE(5807)] = 290677, - [SMALL_STATE(5808)] = 290697, - [SMALL_STATE(5809)] = 290717, - [SMALL_STATE(5810)] = 290741, - [SMALL_STATE(5811)] = 290765, - [SMALL_STATE(5812)] = 290785, - [SMALL_STATE(5813)] = 290809, - [SMALL_STATE(5814)] = 290833, - [SMALL_STATE(5815)] = 290857, - [SMALL_STATE(5816)] = 290881, - [SMALL_STATE(5817)] = 290901, - [SMALL_STATE(5818)] = 290925, - [SMALL_STATE(5819)] = 290949, - [SMALL_STATE(5820)] = 290969, - [SMALL_STATE(5821)] = 290993, - [SMALL_STATE(5822)] = 291013, - [SMALL_STATE(5823)] = 291037, - [SMALL_STATE(5824)] = 291057, - [SMALL_STATE(5825)] = 291077, - [SMALL_STATE(5826)] = 291101, - [SMALL_STATE(5827)] = 291123, - [SMALL_STATE(5828)] = 291147, - [SMALL_STATE(5829)] = 291171, - [SMALL_STATE(5830)] = 291195, - [SMALL_STATE(5831)] = 291219, - [SMALL_STATE(5832)] = 291243, - [SMALL_STATE(5833)] = 291267, - [SMALL_STATE(5834)] = 291289, - [SMALL_STATE(5835)] = 291309, - [SMALL_STATE(5836)] = 291333, - [SMALL_STATE(5837)] = 291357, - [SMALL_STATE(5838)] = 291381, - [SMALL_STATE(5839)] = 291405, - [SMALL_STATE(5840)] = 291429, - [SMALL_STATE(5841)] = 291453, - [SMALL_STATE(5842)] = 291477, - [SMALL_STATE(5843)] = 291501, - [SMALL_STATE(5844)] = 291521, - [SMALL_STATE(5845)] = 291545, - [SMALL_STATE(5846)] = 291569, - [SMALL_STATE(5847)] = 291593, - [SMALL_STATE(5848)] = 291617, - [SMALL_STATE(5849)] = 291641, - [SMALL_STATE(5850)] = 291665, - [SMALL_STATE(5851)] = 291689, - [SMALL_STATE(5852)] = 291711, - [SMALL_STATE(5853)] = 291731, - [SMALL_STATE(5854)] = 291755, - [SMALL_STATE(5855)] = 291779, - [SMALL_STATE(5856)] = 291803, - [SMALL_STATE(5857)] = 291827, - [SMALL_STATE(5858)] = 291851, - [SMALL_STATE(5859)] = 291875, - [SMALL_STATE(5860)] = 291899, - [SMALL_STATE(5861)] = 291923, - [SMALL_STATE(5862)] = 291947, - [SMALL_STATE(5863)] = 291971, - [SMALL_STATE(5864)] = 291991, - [SMALL_STATE(5865)] = 292015, - [SMALL_STATE(5866)] = 292039, - [SMALL_STATE(5867)] = 292063, - [SMALL_STATE(5868)] = 292085, - [SMALL_STATE(5869)] = 292105, - [SMALL_STATE(5870)] = 292129, - [SMALL_STATE(5871)] = 292151, - [SMALL_STATE(5872)] = 292175, - [SMALL_STATE(5873)] = 292199, - [SMALL_STATE(5874)] = 292223, - [SMALL_STATE(5875)] = 292247, - [SMALL_STATE(5876)] = 292271, - [SMALL_STATE(5877)] = 292295, - [SMALL_STATE(5878)] = 292319, - [SMALL_STATE(5879)] = 292343, - [SMALL_STATE(5880)] = 292367, - [SMALL_STATE(5881)] = 292387, - [SMALL_STATE(5882)] = 292411, - [SMALL_STATE(5883)] = 292431, - [SMALL_STATE(5884)] = 292455, - [SMALL_STATE(5885)] = 292479, - [SMALL_STATE(5886)] = 292503, - [SMALL_STATE(5887)] = 292527, - [SMALL_STATE(5888)] = 292551, - [SMALL_STATE(5889)] = 292575, - [SMALL_STATE(5890)] = 292595, - [SMALL_STATE(5891)] = 292619, - [SMALL_STATE(5892)] = 292643, - [SMALL_STATE(5893)] = 292667, - [SMALL_STATE(5894)] = 292691, - [SMALL_STATE(5895)] = 292715, - [SMALL_STATE(5896)] = 292739, - [SMALL_STATE(5897)] = 292761, - [SMALL_STATE(5898)] = 292785, - [SMALL_STATE(5899)] = 292809, - [SMALL_STATE(5900)] = 292833, - [SMALL_STATE(5901)] = 292853, - [SMALL_STATE(5902)] = 292877, - [SMALL_STATE(5903)] = 292901, - [SMALL_STATE(5904)] = 292925, - [SMALL_STATE(5905)] = 292949, - [SMALL_STATE(5906)] = 292973, - [SMALL_STATE(5907)] = 292997, - [SMALL_STATE(5908)] = 293021, - [SMALL_STATE(5909)] = 293045, - [SMALL_STATE(5910)] = 293069, - [SMALL_STATE(5911)] = 293093, - [SMALL_STATE(5912)] = 293117, - [SMALL_STATE(5913)] = 293141, - [SMALL_STATE(5914)] = 293165, - [SMALL_STATE(5915)] = 293187, - [SMALL_STATE(5916)] = 293211, - [SMALL_STATE(5917)] = 293235, - [SMALL_STATE(5918)] = 293259, - [SMALL_STATE(5919)] = 293279, - [SMALL_STATE(5920)] = 293303, - [SMALL_STATE(5921)] = 293327, - [SMALL_STATE(5922)] = 293351, - [SMALL_STATE(5923)] = 293375, - [SMALL_STATE(5924)] = 293399, - [SMALL_STATE(5925)] = 293419, - [SMALL_STATE(5926)] = 293443, - [SMALL_STATE(5927)] = 293463, - [SMALL_STATE(5928)] = 293487, - [SMALL_STATE(5929)] = 293511, - [SMALL_STATE(5930)] = 293533, - [SMALL_STATE(5931)] = 293557, - [SMALL_STATE(5932)] = 293581, - [SMALL_STATE(5933)] = 293605, - [SMALL_STATE(5934)] = 293629, - [SMALL_STATE(5935)] = 293653, - [SMALL_STATE(5936)] = 293677, - [SMALL_STATE(5937)] = 293701, - [SMALL_STATE(5938)] = 293725, - [SMALL_STATE(5939)] = 293749, - [SMALL_STATE(5940)] = 293773, - [SMALL_STATE(5941)] = 293797, - [SMALL_STATE(5942)] = 293821, - [SMALL_STATE(5943)] = 293845, - [SMALL_STATE(5944)] = 293869, - [SMALL_STATE(5945)] = 293893, - [SMALL_STATE(5946)] = 293917, - [SMALL_STATE(5947)] = 293941, - [SMALL_STATE(5948)] = 293965, - [SMALL_STATE(5949)] = 293989, - [SMALL_STATE(5950)] = 294013, - [SMALL_STATE(5951)] = 294033, - [SMALL_STATE(5952)] = 294057, - [SMALL_STATE(5953)] = 294081, - [SMALL_STATE(5954)] = 294105, - [SMALL_STATE(5955)] = 294129, - [SMALL_STATE(5956)] = 294153, - [SMALL_STATE(5957)] = 294177, - [SMALL_STATE(5958)] = 294201, - [SMALL_STATE(5959)] = 294225, - [SMALL_STATE(5960)] = 294249, - [SMALL_STATE(5961)] = 294273, - [SMALL_STATE(5962)] = 294297, - [SMALL_STATE(5963)] = 294321, - [SMALL_STATE(5964)] = 294345, - [SMALL_STATE(5965)] = 294369, - [SMALL_STATE(5966)] = 294393, - [SMALL_STATE(5967)] = 294417, - [SMALL_STATE(5968)] = 294441, - [SMALL_STATE(5969)] = 294465, - [SMALL_STATE(5970)] = 294489, - [SMALL_STATE(5971)] = 294513, - [SMALL_STATE(5972)] = 294537, - [SMALL_STATE(5973)] = 294561, - [SMALL_STATE(5974)] = 294585, - [SMALL_STATE(5975)] = 294609, - [SMALL_STATE(5976)] = 294633, - [SMALL_STATE(5977)] = 294657, - [SMALL_STATE(5978)] = 294681, - [SMALL_STATE(5979)] = 294705, - [SMALL_STATE(5980)] = 294729, - [SMALL_STATE(5981)] = 294753, - [SMALL_STATE(5982)] = 294777, - [SMALL_STATE(5983)] = 294801, - [SMALL_STATE(5984)] = 294825, - [SMALL_STATE(5985)] = 294849, - [SMALL_STATE(5986)] = 294873, - [SMALL_STATE(5987)] = 294897, - [SMALL_STATE(5988)] = 294921, - [SMALL_STATE(5989)] = 294945, + [SMALL_STATE(5775)] = 289965, + [SMALL_STATE(5776)] = 289989, + [SMALL_STATE(5777)] = 290013, + [SMALL_STATE(5778)] = 290037, + [SMALL_STATE(5779)] = 290061, + [SMALL_STATE(5780)] = 290085, + [SMALL_STATE(5781)] = 290105, + [SMALL_STATE(5782)] = 290125, + [SMALL_STATE(5783)] = 290145, + [SMALL_STATE(5784)] = 290169, + [SMALL_STATE(5785)] = 290193, + [SMALL_STATE(5786)] = 290217, + [SMALL_STATE(5787)] = 290241, + [SMALL_STATE(5788)] = 290261, + [SMALL_STATE(5789)] = 290285, + [SMALL_STATE(5790)] = 290309, + [SMALL_STATE(5791)] = 290333, + [SMALL_STATE(5792)] = 290357, + [SMALL_STATE(5793)] = 290381, + [SMALL_STATE(5794)] = 290403, + [SMALL_STATE(5795)] = 290427, + [SMALL_STATE(5796)] = 290451, + [SMALL_STATE(5797)] = 290475, + [SMALL_STATE(5798)] = 290499, + [SMALL_STATE(5799)] = 290521, + [SMALL_STATE(5800)] = 290545, + [SMALL_STATE(5801)] = 290569, + [SMALL_STATE(5802)] = 290593, + [SMALL_STATE(5803)] = 290617, + [SMALL_STATE(5804)] = 290641, + [SMALL_STATE(5805)] = 290665, + [SMALL_STATE(5806)] = 290689, + [SMALL_STATE(5807)] = 290713, + [SMALL_STATE(5808)] = 290737, + [SMALL_STATE(5809)] = 290761, + [SMALL_STATE(5810)] = 290785, + [SMALL_STATE(5811)] = 290807, + [SMALL_STATE(5812)] = 290831, + [SMALL_STATE(5813)] = 290853, + [SMALL_STATE(5814)] = 290877, + [SMALL_STATE(5815)] = 290901, + [SMALL_STATE(5816)] = 290925, + [SMALL_STATE(5817)] = 290947, + [SMALL_STATE(5818)] = 290971, + [SMALL_STATE(5819)] = 290995, + [SMALL_STATE(5820)] = 291019, + [SMALL_STATE(5821)] = 291043, + [SMALL_STATE(5822)] = 291067, + [SMALL_STATE(5823)] = 291091, + [SMALL_STATE(5824)] = 291115, + [SMALL_STATE(5825)] = 291139, + [SMALL_STATE(5826)] = 291163, + [SMALL_STATE(5827)] = 291183, + [SMALL_STATE(5828)] = 291207, + [SMALL_STATE(5829)] = 291227, + [SMALL_STATE(5830)] = 291251, + [SMALL_STATE(5831)] = 291271, + [SMALL_STATE(5832)] = 291295, + [SMALL_STATE(5833)] = 291319, + [SMALL_STATE(5834)] = 291341, + [SMALL_STATE(5835)] = 291365, + [SMALL_STATE(5836)] = 291389, + [SMALL_STATE(5837)] = 291413, + [SMALL_STATE(5838)] = 291437, + [SMALL_STATE(5839)] = 291461, + [SMALL_STATE(5840)] = 291485, + [SMALL_STATE(5841)] = 291509, + [SMALL_STATE(5842)] = 291533, + [SMALL_STATE(5843)] = 291557, + [SMALL_STATE(5844)] = 291581, + [SMALL_STATE(5845)] = 291605, + [SMALL_STATE(5846)] = 291629, + [SMALL_STATE(5847)] = 291651, + [SMALL_STATE(5848)] = 291671, + [SMALL_STATE(5849)] = 291693, + [SMALL_STATE(5850)] = 291717, + [SMALL_STATE(5851)] = 291739, + [SMALL_STATE(5852)] = 291763, + [SMALL_STATE(5853)] = 291787, + [SMALL_STATE(5854)] = 291811, + [SMALL_STATE(5855)] = 291833, + [SMALL_STATE(5856)] = 291853, + [SMALL_STATE(5857)] = 291873, + [SMALL_STATE(5858)] = 291893, + [SMALL_STATE(5859)] = 291917, + [SMALL_STATE(5860)] = 291941, + [SMALL_STATE(5861)] = 291963, + [SMALL_STATE(5862)] = 291987, + [SMALL_STATE(5863)] = 292011, + [SMALL_STATE(5864)] = 292035, + [SMALL_STATE(5865)] = 292059, + [SMALL_STATE(5866)] = 292083, + [SMALL_STATE(5867)] = 292107, + [SMALL_STATE(5868)] = 292127, + [SMALL_STATE(5869)] = 292151, + [SMALL_STATE(5870)] = 292175, + [SMALL_STATE(5871)] = 292195, + [SMALL_STATE(5872)] = 292219, + [SMALL_STATE(5873)] = 292239, + [SMALL_STATE(5874)] = 292261, + [SMALL_STATE(5875)] = 292285, + [SMALL_STATE(5876)] = 292309, + [SMALL_STATE(5877)] = 292331, + [SMALL_STATE(5878)] = 292353, + [SMALL_STATE(5879)] = 292377, + [SMALL_STATE(5880)] = 292397, + [SMALL_STATE(5881)] = 292421, + [SMALL_STATE(5882)] = 292443, + [SMALL_STATE(5883)] = 292467, + [SMALL_STATE(5884)] = 292491, + [SMALL_STATE(5885)] = 292515, + [SMALL_STATE(5886)] = 292539, + [SMALL_STATE(5887)] = 292563, + [SMALL_STATE(5888)] = 292583, + [SMALL_STATE(5889)] = 292607, + [SMALL_STATE(5890)] = 292631, + [SMALL_STATE(5891)] = 292655, + [SMALL_STATE(5892)] = 292679, + [SMALL_STATE(5893)] = 292703, + [SMALL_STATE(5894)] = 292725, + [SMALL_STATE(5895)] = 292749, + [SMALL_STATE(5896)] = 292773, + [SMALL_STATE(5897)] = 292797, + [SMALL_STATE(5898)] = 292821, + [SMALL_STATE(5899)] = 292845, + [SMALL_STATE(5900)] = 292869, + [SMALL_STATE(5901)] = 292893, + [SMALL_STATE(5902)] = 292917, + [SMALL_STATE(5903)] = 292939, + [SMALL_STATE(5904)] = 292963, + [SMALL_STATE(5905)] = 292987, + [SMALL_STATE(5906)] = 293011, + [SMALL_STATE(5907)] = 293035, + [SMALL_STATE(5908)] = 293059, + [SMALL_STATE(5909)] = 293083, + [SMALL_STATE(5910)] = 293103, + [SMALL_STATE(5911)] = 293127, + [SMALL_STATE(5912)] = 293151, + [SMALL_STATE(5913)] = 293175, + [SMALL_STATE(5914)] = 293199, + [SMALL_STATE(5915)] = 293221, + [SMALL_STATE(5916)] = 293243, + [SMALL_STATE(5917)] = 293267, + [SMALL_STATE(5918)] = 293287, + [SMALL_STATE(5919)] = 293311, + [SMALL_STATE(5920)] = 293331, + [SMALL_STATE(5921)] = 293355, + [SMALL_STATE(5922)] = 293379, + [SMALL_STATE(5923)] = 293403, + [SMALL_STATE(5924)] = 293427, + [SMALL_STATE(5925)] = 293451, + [SMALL_STATE(5926)] = 293475, + [SMALL_STATE(5927)] = 293499, + [SMALL_STATE(5928)] = 293523, + [SMALL_STATE(5929)] = 293547, + [SMALL_STATE(5930)] = 293569, + [SMALL_STATE(5931)] = 293593, + [SMALL_STATE(5932)] = 293617, + [SMALL_STATE(5933)] = 293637, + [SMALL_STATE(5934)] = 293661, + [SMALL_STATE(5935)] = 293681, + [SMALL_STATE(5936)] = 293705, + [SMALL_STATE(5937)] = 293729, + [SMALL_STATE(5938)] = 293753, + [SMALL_STATE(5939)] = 293773, + [SMALL_STATE(5940)] = 293797, + [SMALL_STATE(5941)] = 293819, + [SMALL_STATE(5942)] = 293843, + [SMALL_STATE(5943)] = 293867, + [SMALL_STATE(5944)] = 293889, + [SMALL_STATE(5945)] = 293913, + [SMALL_STATE(5946)] = 293937, + [SMALL_STATE(5947)] = 293961, + [SMALL_STATE(5948)] = 293985, + [SMALL_STATE(5949)] = 294009, + [SMALL_STATE(5950)] = 294029, + [SMALL_STATE(5951)] = 294053, + [SMALL_STATE(5952)] = 294077, + [SMALL_STATE(5953)] = 294101, + [SMALL_STATE(5954)] = 294125, + [SMALL_STATE(5955)] = 294149, + [SMALL_STATE(5956)] = 294173, + [SMALL_STATE(5957)] = 294197, + [SMALL_STATE(5958)] = 294219, + [SMALL_STATE(5959)] = 294243, + [SMALL_STATE(5960)] = 294267, + [SMALL_STATE(5961)] = 294291, + [SMALL_STATE(5962)] = 294315, + [SMALL_STATE(5963)] = 294339, + [SMALL_STATE(5964)] = 294363, + [SMALL_STATE(5965)] = 294387, + [SMALL_STATE(5966)] = 294411, + [SMALL_STATE(5967)] = 294435, + [SMALL_STATE(5968)] = 294459, + [SMALL_STATE(5969)] = 294483, + [SMALL_STATE(5970)] = 294503, + [SMALL_STATE(5971)] = 294527, + [SMALL_STATE(5972)] = 294547, + [SMALL_STATE(5973)] = 294571, + [SMALL_STATE(5974)] = 294595, + [SMALL_STATE(5975)] = 294617, + [SMALL_STATE(5976)] = 294641, + [SMALL_STATE(5977)] = 294665, + [SMALL_STATE(5978)] = 294689, + [SMALL_STATE(5979)] = 294713, + [SMALL_STATE(5980)] = 294737, + [SMALL_STATE(5981)] = 294761, + [SMALL_STATE(5982)] = 294785, + [SMALL_STATE(5983)] = 294805, + [SMALL_STATE(5984)] = 294829, + [SMALL_STATE(5985)] = 294853, + [SMALL_STATE(5986)] = 294877, + [SMALL_STATE(5987)] = 294901, + [SMALL_STATE(5988)] = 294925, + [SMALL_STATE(5989)] = 294949, [SMALL_STATE(5990)] = 294969, [SMALL_STATE(5991)] = 294993, - [SMALL_STATE(5992)] = 295017, - [SMALL_STATE(5993)] = 295041, - [SMALL_STATE(5994)] = 295065, - [SMALL_STATE(5995)] = 295089, - [SMALL_STATE(5996)] = 295113, - [SMALL_STATE(5997)] = 295137, - [SMALL_STATE(5998)] = 295161, - [SMALL_STATE(5999)] = 295185, - [SMALL_STATE(6000)] = 295209, - [SMALL_STATE(6001)] = 295233, - [SMALL_STATE(6002)] = 295257, - [SMALL_STATE(6003)] = 295281, - [SMALL_STATE(6004)] = 295305, - [SMALL_STATE(6005)] = 295329, + [SMALL_STATE(5992)] = 295015, + [SMALL_STATE(5993)] = 295039, + [SMALL_STATE(5994)] = 295063, + [SMALL_STATE(5995)] = 295087, + [SMALL_STATE(5996)] = 295111, + [SMALL_STATE(5997)] = 295135, + [SMALL_STATE(5998)] = 295159, + [SMALL_STATE(5999)] = 295183, + [SMALL_STATE(6000)] = 295207, + [SMALL_STATE(6001)] = 295231, + [SMALL_STATE(6002)] = 295255, + [SMALL_STATE(6003)] = 295279, + [SMALL_STATE(6004)] = 295303, + [SMALL_STATE(6005)] = 295327, [SMALL_STATE(6006)] = 295351, [SMALL_STATE(6007)] = 295372, [SMALL_STATE(6008)] = 295393, - [SMALL_STATE(6009)] = 295412, - [SMALL_STATE(6010)] = 295433, - [SMALL_STATE(6011)] = 295452, - [SMALL_STATE(6012)] = 295471, - [SMALL_STATE(6013)] = 295492, - [SMALL_STATE(6014)] = 295511, - [SMALL_STATE(6015)] = 295532, - [SMALL_STATE(6016)] = 295551, - [SMALL_STATE(6017)] = 295572, - [SMALL_STATE(6018)] = 295593, - [SMALL_STATE(6019)] = 295614, - [SMALL_STATE(6020)] = 295635, - [SMALL_STATE(6021)] = 295656, - [SMALL_STATE(6022)] = 295675, - [SMALL_STATE(6023)] = 295696, - [SMALL_STATE(6024)] = 295715, - [SMALL_STATE(6025)] = 295736, - [SMALL_STATE(6026)] = 295755, - [SMALL_STATE(6027)] = 295776, - [SMALL_STATE(6028)] = 295797, - [SMALL_STATE(6029)] = 295816, - [SMALL_STATE(6030)] = 295837, - [SMALL_STATE(6031)] = 295858, - [SMALL_STATE(6032)] = 295877, - [SMALL_STATE(6033)] = 295898, - [SMALL_STATE(6034)] = 295917, - [SMALL_STATE(6035)] = 295938, - [SMALL_STATE(6036)] = 295957, - [SMALL_STATE(6037)] = 295976, - [SMALL_STATE(6038)] = 295997, - [SMALL_STATE(6039)] = 296016, - [SMALL_STATE(6040)] = 296035, - [SMALL_STATE(6041)] = 296056, - [SMALL_STATE(6042)] = 296077, - [SMALL_STATE(6043)] = 296098, - [SMALL_STATE(6044)] = 296119, - [SMALL_STATE(6045)] = 296140, - [SMALL_STATE(6046)] = 296159, - [SMALL_STATE(6047)] = 296180, - [SMALL_STATE(6048)] = 296201, - [SMALL_STATE(6049)] = 296220, - [SMALL_STATE(6050)] = 296241, - [SMALL_STATE(6051)] = 296262, - [SMALL_STATE(6052)] = 296283, - [SMALL_STATE(6053)] = 296304, - [SMALL_STATE(6054)] = 296325, - [SMALL_STATE(6055)] = 296346, - [SMALL_STATE(6056)] = 296365, - [SMALL_STATE(6057)] = 296386, - [SMALL_STATE(6058)] = 296407, - [SMALL_STATE(6059)] = 296428, - [SMALL_STATE(6060)] = 296449, - [SMALL_STATE(6061)] = 296468, - [SMALL_STATE(6062)] = 296489, - [SMALL_STATE(6063)] = 296508, - [SMALL_STATE(6064)] = 296527, - [SMALL_STATE(6065)] = 296548, - [SMALL_STATE(6066)] = 296569, - [SMALL_STATE(6067)] = 296590, - [SMALL_STATE(6068)] = 296609, - [SMALL_STATE(6069)] = 296630, - [SMALL_STATE(6070)] = 296649, - [SMALL_STATE(6071)] = 296670, - [SMALL_STATE(6072)] = 296691, - [SMALL_STATE(6073)] = 296710, - [SMALL_STATE(6074)] = 296731, - [SMALL_STATE(6075)] = 296752, - [SMALL_STATE(6076)] = 296773, - [SMALL_STATE(6077)] = 296792, - [SMALL_STATE(6078)] = 296811, - [SMALL_STATE(6079)] = 296832, - [SMALL_STATE(6080)] = 296853, - [SMALL_STATE(6081)] = 296874, - [SMALL_STATE(6082)] = 296893, - [SMALL_STATE(6083)] = 296912, - [SMALL_STATE(6084)] = 296931, - [SMALL_STATE(6085)] = 296952, - [SMALL_STATE(6086)] = 296971, - [SMALL_STATE(6087)] = 296990, - [SMALL_STATE(6088)] = 297011, - [SMALL_STATE(6089)] = 297032, - [SMALL_STATE(6090)] = 297053, - [SMALL_STATE(6091)] = 297074, - [SMALL_STATE(6092)] = 297095, - [SMALL_STATE(6093)] = 297116, - [SMALL_STATE(6094)] = 297137, - [SMALL_STATE(6095)] = 297158, - [SMALL_STATE(6096)] = 297177, - [SMALL_STATE(6097)] = 297196, - [SMALL_STATE(6098)] = 297217, - [SMALL_STATE(6099)] = 297236, - [SMALL_STATE(6100)] = 297255, - [SMALL_STATE(6101)] = 297276, - [SMALL_STATE(6102)] = 297297, - [SMALL_STATE(6103)] = 297316, - [SMALL_STATE(6104)] = 297337, - [SMALL_STATE(6105)] = 297358, - [SMALL_STATE(6106)] = 297379, - [SMALL_STATE(6107)] = 297398, - [SMALL_STATE(6108)] = 297419, - [SMALL_STATE(6109)] = 297440, - [SMALL_STATE(6110)] = 297461, - [SMALL_STATE(6111)] = 297482, - [SMALL_STATE(6112)] = 297503, - [SMALL_STATE(6113)] = 297524, - [SMALL_STATE(6114)] = 297545, - [SMALL_STATE(6115)] = 297564, - [SMALL_STATE(6116)] = 297585, - [SMALL_STATE(6117)] = 297606, - [SMALL_STATE(6118)] = 297627, - [SMALL_STATE(6119)] = 297648, - [SMALL_STATE(6120)] = 297669, - [SMALL_STATE(6121)] = 297690, - [SMALL_STATE(6122)] = 297711, - [SMALL_STATE(6123)] = 297732, - [SMALL_STATE(6124)] = 297751, - [SMALL_STATE(6125)] = 297772, - [SMALL_STATE(6126)] = 297793, - [SMALL_STATE(6127)] = 297812, - [SMALL_STATE(6128)] = 297833, - [SMALL_STATE(6129)] = 297852, - [SMALL_STATE(6130)] = 297871, - [SMALL_STATE(6131)] = 297892, - [SMALL_STATE(6132)] = 297911, - [SMALL_STATE(6133)] = 297932, - [SMALL_STATE(6134)] = 297953, - [SMALL_STATE(6135)] = 297974, - [SMALL_STATE(6136)] = 297995, - [SMALL_STATE(6137)] = 298016, - [SMALL_STATE(6138)] = 298037, - [SMALL_STATE(6139)] = 298056, - [SMALL_STATE(6140)] = 298077, - [SMALL_STATE(6141)] = 298098, - [SMALL_STATE(6142)] = 298119, - [SMALL_STATE(6143)] = 298140, - [SMALL_STATE(6144)] = 298161, - [SMALL_STATE(6145)] = 298182, - [SMALL_STATE(6146)] = 298203, - [SMALL_STATE(6147)] = 298222, - [SMALL_STATE(6148)] = 298243, - [SMALL_STATE(6149)] = 298264, - [SMALL_STATE(6150)] = 298283, - [SMALL_STATE(6151)] = 298304, - [SMALL_STATE(6152)] = 298325, - [SMALL_STATE(6153)] = 298344, - [SMALL_STATE(6154)] = 298363, - [SMALL_STATE(6155)] = 298384, - [SMALL_STATE(6156)] = 298405, - [SMALL_STATE(6157)] = 298424, - [SMALL_STATE(6158)] = 298445, - [SMALL_STATE(6159)] = 298466, - [SMALL_STATE(6160)] = 298487, - [SMALL_STATE(6161)] = 298508, - [SMALL_STATE(6162)] = 298529, - [SMALL_STATE(6163)] = 298550, - [SMALL_STATE(6164)] = 298571, - [SMALL_STATE(6165)] = 298592, - [SMALL_STATE(6166)] = 298613, - [SMALL_STATE(6167)] = 298632, - [SMALL_STATE(6168)] = 298651, - [SMALL_STATE(6169)] = 298670, - [SMALL_STATE(6170)] = 298689, - [SMALL_STATE(6171)] = 298710, - [SMALL_STATE(6172)] = 298729, - [SMALL_STATE(6173)] = 298750, - [SMALL_STATE(6174)] = 298771, - [SMALL_STATE(6175)] = 298792, - [SMALL_STATE(6176)] = 298813, - [SMALL_STATE(6177)] = 298834, - [SMALL_STATE(6178)] = 298853, - [SMALL_STATE(6179)] = 298872, - [SMALL_STATE(6180)] = 298891, - [SMALL_STATE(6181)] = 298910, - [SMALL_STATE(6182)] = 298931, - [SMALL_STATE(6183)] = 298950, - [SMALL_STATE(6184)] = 298971, - [SMALL_STATE(6185)] = 298990, - [SMALL_STATE(6186)] = 299009, - [SMALL_STATE(6187)] = 299028, - [SMALL_STATE(6188)] = 299049, - [SMALL_STATE(6189)] = 299068, - [SMALL_STATE(6190)] = 299089, - [SMALL_STATE(6191)] = 299110, - [SMALL_STATE(6192)] = 299129, - [SMALL_STATE(6193)] = 299148, - [SMALL_STATE(6194)] = 299169, - [SMALL_STATE(6195)] = 299190, - [SMALL_STATE(6196)] = 299211, - [SMALL_STATE(6197)] = 299230, - [SMALL_STATE(6198)] = 299251, - [SMALL_STATE(6199)] = 299272, - [SMALL_STATE(6200)] = 299293, - [SMALL_STATE(6201)] = 299314, - [SMALL_STATE(6202)] = 299335, - [SMALL_STATE(6203)] = 299354, - [SMALL_STATE(6204)] = 299375, - [SMALL_STATE(6205)] = 299394, - [SMALL_STATE(6206)] = 299413, - [SMALL_STATE(6207)] = 299432, - [SMALL_STATE(6208)] = 299453, - [SMALL_STATE(6209)] = 299472, - [SMALL_STATE(6210)] = 299493, - [SMALL_STATE(6211)] = 299514, - [SMALL_STATE(6212)] = 299535, - [SMALL_STATE(6213)] = 299554, - [SMALL_STATE(6214)] = 299573, - [SMALL_STATE(6215)] = 299594, - [SMALL_STATE(6216)] = 299615, - [SMALL_STATE(6217)] = 299636, - [SMALL_STATE(6218)] = 299657, - [SMALL_STATE(6219)] = 299678, - [SMALL_STATE(6220)] = 299697, - [SMALL_STATE(6221)] = 299718, - [SMALL_STATE(6222)] = 299739, - [SMALL_STATE(6223)] = 299758, - [SMALL_STATE(6224)] = 299779, - [SMALL_STATE(6225)] = 299798, - [SMALL_STATE(6226)] = 299819, - [SMALL_STATE(6227)] = 299840, - [SMALL_STATE(6228)] = 299861, - [SMALL_STATE(6229)] = 299882, - [SMALL_STATE(6230)] = 299903, - [SMALL_STATE(6231)] = 299924, - [SMALL_STATE(6232)] = 299945, - [SMALL_STATE(6233)] = 299966, - [SMALL_STATE(6234)] = 299985, - [SMALL_STATE(6235)] = 300006, - [SMALL_STATE(6236)] = 300025, - [SMALL_STATE(6237)] = 300044, - [SMALL_STATE(6238)] = 300065, - [SMALL_STATE(6239)] = 300084, - [SMALL_STATE(6240)] = 300103, - [SMALL_STATE(6241)] = 300124, - [SMALL_STATE(6242)] = 300145, - [SMALL_STATE(6243)] = 300164, - [SMALL_STATE(6244)] = 300185, - [SMALL_STATE(6245)] = 300206, - [SMALL_STATE(6246)] = 300227, - [SMALL_STATE(6247)] = 300248, - [SMALL_STATE(6248)] = 300269, - [SMALL_STATE(6249)] = 300290, - [SMALL_STATE(6250)] = 300311, - [SMALL_STATE(6251)] = 300332, - [SMALL_STATE(6252)] = 300353, - [SMALL_STATE(6253)] = 300374, - [SMALL_STATE(6254)] = 300393, - [SMALL_STATE(6255)] = 300414, - [SMALL_STATE(6256)] = 300435, - [SMALL_STATE(6257)] = 300454, - [SMALL_STATE(6258)] = 300475, - [SMALL_STATE(6259)] = 300494, - [SMALL_STATE(6260)] = 300515, - [SMALL_STATE(6261)] = 300534, - [SMALL_STATE(6262)] = 300555, - [SMALL_STATE(6263)] = 300576, - [SMALL_STATE(6264)] = 300595, - [SMALL_STATE(6265)] = 300614, - [SMALL_STATE(6266)] = 300633, - [SMALL_STATE(6267)] = 300654, - [SMALL_STATE(6268)] = 300673, - [SMALL_STATE(6269)] = 300694, - [SMALL_STATE(6270)] = 300715, - [SMALL_STATE(6271)] = 300734, - [SMALL_STATE(6272)] = 300755, - [SMALL_STATE(6273)] = 300776, - [SMALL_STATE(6274)] = 300797, - [SMALL_STATE(6275)] = 300818, - [SMALL_STATE(6276)] = 300839, - [SMALL_STATE(6277)] = 300860, - [SMALL_STATE(6278)] = 300879, - [SMALL_STATE(6279)] = 300900, - [SMALL_STATE(6280)] = 300921, - [SMALL_STATE(6281)] = 300940, - [SMALL_STATE(6282)] = 300959, - [SMALL_STATE(6283)] = 300980, - [SMALL_STATE(6284)] = 300999, - [SMALL_STATE(6285)] = 301018, - [SMALL_STATE(6286)] = 301037, - [SMALL_STATE(6287)] = 301058, - [SMALL_STATE(6288)] = 301077, - [SMALL_STATE(6289)] = 301096, - [SMALL_STATE(6290)] = 301117, - [SMALL_STATE(6291)] = 301136, - [SMALL_STATE(6292)] = 301157, - [SMALL_STATE(6293)] = 301178, - [SMALL_STATE(6294)] = 301197, - [SMALL_STATE(6295)] = 301218, - [SMALL_STATE(6296)] = 301237, - [SMALL_STATE(6297)] = 301258, - [SMALL_STATE(6298)] = 301279, - [SMALL_STATE(6299)] = 301300, - [SMALL_STATE(6300)] = 301321, - [SMALL_STATE(6301)] = 301342, - [SMALL_STATE(6302)] = 301363, - [SMALL_STATE(6303)] = 301384, - [SMALL_STATE(6304)] = 301405, - [SMALL_STATE(6305)] = 301426, - [SMALL_STATE(6306)] = 301447, - [SMALL_STATE(6307)] = 301466, - [SMALL_STATE(6308)] = 301487, - [SMALL_STATE(6309)] = 301508, - [SMALL_STATE(6310)] = 301529, - [SMALL_STATE(6311)] = 301550, - [SMALL_STATE(6312)] = 301569, - [SMALL_STATE(6313)] = 301588, - [SMALL_STATE(6314)] = 301609, - [SMALL_STATE(6315)] = 301630, - [SMALL_STATE(6316)] = 301651, - [SMALL_STATE(6317)] = 301672, - [SMALL_STATE(6318)] = 301693, - [SMALL_STATE(6319)] = 301714, - [SMALL_STATE(6320)] = 301733, - [SMALL_STATE(6321)] = 301754, - [SMALL_STATE(6322)] = 301775, - [SMALL_STATE(6323)] = 301796, - [SMALL_STATE(6324)] = 301817, - [SMALL_STATE(6325)] = 301838, - [SMALL_STATE(6326)] = 301859, - [SMALL_STATE(6327)] = 301880, - [SMALL_STATE(6328)] = 301901, - [SMALL_STATE(6329)] = 301920, - [SMALL_STATE(6330)] = 301941, - [SMALL_STATE(6331)] = 301962, - [SMALL_STATE(6332)] = 301983, - [SMALL_STATE(6333)] = 302004, - [SMALL_STATE(6334)] = 302025, - [SMALL_STATE(6335)] = 302046, - [SMALL_STATE(6336)] = 302067, - [SMALL_STATE(6337)] = 302086, - [SMALL_STATE(6338)] = 302105, - [SMALL_STATE(6339)] = 302126, - [SMALL_STATE(6340)] = 302145, - [SMALL_STATE(6341)] = 302166, - [SMALL_STATE(6342)] = 302187, - [SMALL_STATE(6343)] = 302208, - [SMALL_STATE(6344)] = 302229, - [SMALL_STATE(6345)] = 302248, - [SMALL_STATE(6346)] = 302267, - [SMALL_STATE(6347)] = 302286, - [SMALL_STATE(6348)] = 302305, - [SMALL_STATE(6349)] = 302326, - [SMALL_STATE(6350)] = 302347, - [SMALL_STATE(6351)] = 302368, - [SMALL_STATE(6352)] = 302389, - [SMALL_STATE(6353)] = 302410, - [SMALL_STATE(6354)] = 302431, - [SMALL_STATE(6355)] = 302452, - [SMALL_STATE(6356)] = 302473, - [SMALL_STATE(6357)] = 302492, - [SMALL_STATE(6358)] = 302513, - [SMALL_STATE(6359)] = 302534, - [SMALL_STATE(6360)] = 302555, - [SMALL_STATE(6361)] = 302576, - [SMALL_STATE(6362)] = 302595, - [SMALL_STATE(6363)] = 302616, - [SMALL_STATE(6364)] = 302637, - [SMALL_STATE(6365)] = 302658, - [SMALL_STATE(6366)] = 302679, - [SMALL_STATE(6367)] = 302700, - [SMALL_STATE(6368)] = 302721, - [SMALL_STATE(6369)] = 302742, - [SMALL_STATE(6370)] = 302763, - [SMALL_STATE(6371)] = 302784, - [SMALL_STATE(6372)] = 302805, - [SMALL_STATE(6373)] = 302824, - [SMALL_STATE(6374)] = 302845, - [SMALL_STATE(6375)] = 302866, - [SMALL_STATE(6376)] = 302887, - [SMALL_STATE(6377)] = 302908, - [SMALL_STATE(6378)] = 302929, - [SMALL_STATE(6379)] = 302950, - [SMALL_STATE(6380)] = 302971, - [SMALL_STATE(6381)] = 302992, - [SMALL_STATE(6382)] = 303013, - [SMALL_STATE(6383)] = 303034, - [SMALL_STATE(6384)] = 303055, - [SMALL_STATE(6385)] = 303076, - [SMALL_STATE(6386)] = 303097, - [SMALL_STATE(6387)] = 303116, - [SMALL_STATE(6388)] = 303137, - [SMALL_STATE(6389)] = 303158, - [SMALL_STATE(6390)] = 303179, - [SMALL_STATE(6391)] = 303200, - [SMALL_STATE(6392)] = 303221, - [SMALL_STATE(6393)] = 303242, - [SMALL_STATE(6394)] = 303263, - [SMALL_STATE(6395)] = 303284, - [SMALL_STATE(6396)] = 303303, - [SMALL_STATE(6397)] = 303324, - [SMALL_STATE(6398)] = 303345, - [SMALL_STATE(6399)] = 303364, - [SMALL_STATE(6400)] = 303385, - [SMALL_STATE(6401)] = 303406, - [SMALL_STATE(6402)] = 303427, - [SMALL_STATE(6403)] = 303448, - [SMALL_STATE(6404)] = 303469, - [SMALL_STATE(6405)] = 303490, - [SMALL_STATE(6406)] = 303511, - [SMALL_STATE(6407)] = 303532, - [SMALL_STATE(6408)] = 303553, - [SMALL_STATE(6409)] = 303574, - [SMALL_STATE(6410)] = 303595, - [SMALL_STATE(6411)] = 303616, - [SMALL_STATE(6412)] = 303637, - [SMALL_STATE(6413)] = 303658, - [SMALL_STATE(6414)] = 303679, - [SMALL_STATE(6415)] = 303700, - [SMALL_STATE(6416)] = 303721, - [SMALL_STATE(6417)] = 303742, - [SMALL_STATE(6418)] = 303763, - [SMALL_STATE(6419)] = 303784, - [SMALL_STATE(6420)] = 303805, - [SMALL_STATE(6421)] = 303826, - [SMALL_STATE(6422)] = 303847, - [SMALL_STATE(6423)] = 303868, - [SMALL_STATE(6424)] = 303889, - [SMALL_STATE(6425)] = 303910, - [SMALL_STATE(6426)] = 303931, - [SMALL_STATE(6427)] = 303952, - [SMALL_STATE(6428)] = 303973, - [SMALL_STATE(6429)] = 303994, - [SMALL_STATE(6430)] = 304015, - [SMALL_STATE(6431)] = 304036, - [SMALL_STATE(6432)] = 304057, - [SMALL_STATE(6433)] = 304078, - [SMALL_STATE(6434)] = 304099, - [SMALL_STATE(6435)] = 304120, - [SMALL_STATE(6436)] = 304141, - [SMALL_STATE(6437)] = 304162, - [SMALL_STATE(6438)] = 304183, - [SMALL_STATE(6439)] = 304204, - [SMALL_STATE(6440)] = 304225, - [SMALL_STATE(6441)] = 304246, - [SMALL_STATE(6442)] = 304267, - [SMALL_STATE(6443)] = 304288, - [SMALL_STATE(6444)] = 304309, - [SMALL_STATE(6445)] = 304330, - [SMALL_STATE(6446)] = 304351, - [SMALL_STATE(6447)] = 304372, - [SMALL_STATE(6448)] = 304393, - [SMALL_STATE(6449)] = 304414, + [SMALL_STATE(6009)] = 295414, + [SMALL_STATE(6010)] = 295435, + [SMALL_STATE(6011)] = 295456, + [SMALL_STATE(6012)] = 295477, + [SMALL_STATE(6013)] = 295498, + [SMALL_STATE(6014)] = 295519, + [SMALL_STATE(6015)] = 295540, + [SMALL_STATE(6016)] = 295561, + [SMALL_STATE(6017)] = 295582, + [SMALL_STATE(6018)] = 295603, + [SMALL_STATE(6019)] = 295624, + [SMALL_STATE(6020)] = 295643, + [SMALL_STATE(6021)] = 295664, + [SMALL_STATE(6022)] = 295685, + [SMALL_STATE(6023)] = 295706, + [SMALL_STATE(6024)] = 295725, + [SMALL_STATE(6025)] = 295744, + [SMALL_STATE(6026)] = 295765, + [SMALL_STATE(6027)] = 295786, + [SMALL_STATE(6028)] = 295807, + [SMALL_STATE(6029)] = 295828, + [SMALL_STATE(6030)] = 295849, + [SMALL_STATE(6031)] = 295870, + [SMALL_STATE(6032)] = 295891, + [SMALL_STATE(6033)] = 295912, + [SMALL_STATE(6034)] = 295933, + [SMALL_STATE(6035)] = 295954, + [SMALL_STATE(6036)] = 295975, + [SMALL_STATE(6037)] = 295994, + [SMALL_STATE(6038)] = 296013, + [SMALL_STATE(6039)] = 296034, + [SMALL_STATE(6040)] = 296053, + [SMALL_STATE(6041)] = 296072, + [SMALL_STATE(6042)] = 296093, + [SMALL_STATE(6043)] = 296114, + [SMALL_STATE(6044)] = 296135, + [SMALL_STATE(6045)] = 296156, + [SMALL_STATE(6046)] = 296177, + [SMALL_STATE(6047)] = 296198, + [SMALL_STATE(6048)] = 296219, + [SMALL_STATE(6049)] = 296238, + [SMALL_STATE(6050)] = 296259, + [SMALL_STATE(6051)] = 296278, + [SMALL_STATE(6052)] = 296299, + [SMALL_STATE(6053)] = 296320, + [SMALL_STATE(6054)] = 296341, + [SMALL_STATE(6055)] = 296362, + [SMALL_STATE(6056)] = 296383, + [SMALL_STATE(6057)] = 296404, + [SMALL_STATE(6058)] = 296425, + [SMALL_STATE(6059)] = 296444, + [SMALL_STATE(6060)] = 296465, + [SMALL_STATE(6061)] = 296486, + [SMALL_STATE(6062)] = 296507, + [SMALL_STATE(6063)] = 296528, + [SMALL_STATE(6064)] = 296549, + [SMALL_STATE(6065)] = 296570, + [SMALL_STATE(6066)] = 296591, + [SMALL_STATE(6067)] = 296612, + [SMALL_STATE(6068)] = 296631, + [SMALL_STATE(6069)] = 296652, + [SMALL_STATE(6070)] = 296673, + [SMALL_STATE(6071)] = 296692, + [SMALL_STATE(6072)] = 296713, + [SMALL_STATE(6073)] = 296734, + [SMALL_STATE(6074)] = 296753, + [SMALL_STATE(6075)] = 296774, + [SMALL_STATE(6076)] = 296793, + [SMALL_STATE(6077)] = 296814, + [SMALL_STATE(6078)] = 296835, + [SMALL_STATE(6079)] = 296856, + [SMALL_STATE(6080)] = 296877, + [SMALL_STATE(6081)] = 296898, + [SMALL_STATE(6082)] = 296919, + [SMALL_STATE(6083)] = 296940, + [SMALL_STATE(6084)] = 296961, + [SMALL_STATE(6085)] = 296982, + [SMALL_STATE(6086)] = 297003, + [SMALL_STATE(6087)] = 297024, + [SMALL_STATE(6088)] = 297045, + [SMALL_STATE(6089)] = 297064, + [SMALL_STATE(6090)] = 297085, + [SMALL_STATE(6091)] = 297104, + [SMALL_STATE(6092)] = 297123, + [SMALL_STATE(6093)] = 297144, + [SMALL_STATE(6094)] = 297165, + [SMALL_STATE(6095)] = 297184, + [SMALL_STATE(6096)] = 297205, + [SMALL_STATE(6097)] = 297224, + [SMALL_STATE(6098)] = 297245, + [SMALL_STATE(6099)] = 297264, + [SMALL_STATE(6100)] = 297283, + [SMALL_STATE(6101)] = 297304, + [SMALL_STATE(6102)] = 297325, + [SMALL_STATE(6103)] = 297346, + [SMALL_STATE(6104)] = 297367, + [SMALL_STATE(6105)] = 297386, + [SMALL_STATE(6106)] = 297405, + [SMALL_STATE(6107)] = 297426, + [SMALL_STATE(6108)] = 297447, + [SMALL_STATE(6109)] = 297468, + [SMALL_STATE(6110)] = 297487, + [SMALL_STATE(6111)] = 297506, + [SMALL_STATE(6112)] = 297525, + [SMALL_STATE(6113)] = 297546, + [SMALL_STATE(6114)] = 297567, + [SMALL_STATE(6115)] = 297588, + [SMALL_STATE(6116)] = 297607, + [SMALL_STATE(6117)] = 297628, + [SMALL_STATE(6118)] = 297649, + [SMALL_STATE(6119)] = 297668, + [SMALL_STATE(6120)] = 297689, + [SMALL_STATE(6121)] = 297710, + [SMALL_STATE(6122)] = 297729, + [SMALL_STATE(6123)] = 297750, + [SMALL_STATE(6124)] = 297769, + [SMALL_STATE(6125)] = 297790, + [SMALL_STATE(6126)] = 297811, + [SMALL_STATE(6127)] = 297832, + [SMALL_STATE(6128)] = 297853, + [SMALL_STATE(6129)] = 297874, + [SMALL_STATE(6130)] = 297895, + [SMALL_STATE(6131)] = 297916, + [SMALL_STATE(6132)] = 297937, + [SMALL_STATE(6133)] = 297956, + [SMALL_STATE(6134)] = 297977, + [SMALL_STATE(6135)] = 297996, + [SMALL_STATE(6136)] = 298017, + [SMALL_STATE(6137)] = 298038, + [SMALL_STATE(6138)] = 298057, + [SMALL_STATE(6139)] = 298078, + [SMALL_STATE(6140)] = 298097, + [SMALL_STATE(6141)] = 298118, + [SMALL_STATE(6142)] = 298139, + [SMALL_STATE(6143)] = 298160, + [SMALL_STATE(6144)] = 298181, + [SMALL_STATE(6145)] = 298200, + [SMALL_STATE(6146)] = 298221, + [SMALL_STATE(6147)] = 298242, + [SMALL_STATE(6148)] = 298263, + [SMALL_STATE(6149)] = 298282, + [SMALL_STATE(6150)] = 298303, + [SMALL_STATE(6151)] = 298322, + [SMALL_STATE(6152)] = 298343, + [SMALL_STATE(6153)] = 298364, + [SMALL_STATE(6154)] = 298385, + [SMALL_STATE(6155)] = 298406, + [SMALL_STATE(6156)] = 298425, + [SMALL_STATE(6157)] = 298446, + [SMALL_STATE(6158)] = 298467, + [SMALL_STATE(6159)] = 298488, + [SMALL_STATE(6160)] = 298509, + [SMALL_STATE(6161)] = 298530, + [SMALL_STATE(6162)] = 298551, + [SMALL_STATE(6163)] = 298572, + [SMALL_STATE(6164)] = 298593, + [SMALL_STATE(6165)] = 298612, + [SMALL_STATE(6166)] = 298633, + [SMALL_STATE(6167)] = 298654, + [SMALL_STATE(6168)] = 298675, + [SMALL_STATE(6169)] = 298696, + [SMALL_STATE(6170)] = 298715, + [SMALL_STATE(6171)] = 298736, + [SMALL_STATE(6172)] = 298755, + [SMALL_STATE(6173)] = 298776, + [SMALL_STATE(6174)] = 298797, + [SMALL_STATE(6175)] = 298818, + [SMALL_STATE(6176)] = 298837, + [SMALL_STATE(6177)] = 298858, + [SMALL_STATE(6178)] = 298879, + [SMALL_STATE(6179)] = 298900, + [SMALL_STATE(6180)] = 298921, + [SMALL_STATE(6181)] = 298942, + [SMALL_STATE(6182)] = 298961, + [SMALL_STATE(6183)] = 298982, + [SMALL_STATE(6184)] = 299003, + [SMALL_STATE(6185)] = 299024, + [SMALL_STATE(6186)] = 299043, + [SMALL_STATE(6187)] = 299064, + [SMALL_STATE(6188)] = 299083, + [SMALL_STATE(6189)] = 299104, + [SMALL_STATE(6190)] = 299125, + [SMALL_STATE(6191)] = 299144, + [SMALL_STATE(6192)] = 299165, + [SMALL_STATE(6193)] = 299184, + [SMALL_STATE(6194)] = 299203, + [SMALL_STATE(6195)] = 299224, + [SMALL_STATE(6196)] = 299243, + [SMALL_STATE(6197)] = 299264, + [SMALL_STATE(6198)] = 299283, + [SMALL_STATE(6199)] = 299302, + [SMALL_STATE(6200)] = 299321, + [SMALL_STATE(6201)] = 299342, + [SMALL_STATE(6202)] = 299363, + [SMALL_STATE(6203)] = 299384, + [SMALL_STATE(6204)] = 299403, + [SMALL_STATE(6205)] = 299424, + [SMALL_STATE(6206)] = 299445, + [SMALL_STATE(6207)] = 299466, + [SMALL_STATE(6208)] = 299487, + [SMALL_STATE(6209)] = 299508, + [SMALL_STATE(6210)] = 299527, + [SMALL_STATE(6211)] = 299548, + [SMALL_STATE(6212)] = 299567, + [SMALL_STATE(6213)] = 299588, + [SMALL_STATE(6214)] = 299607, + [SMALL_STATE(6215)] = 299628, + [SMALL_STATE(6216)] = 299649, + [SMALL_STATE(6217)] = 299670, + [SMALL_STATE(6218)] = 299691, + [SMALL_STATE(6219)] = 299712, + [SMALL_STATE(6220)] = 299733, + [SMALL_STATE(6221)] = 299754, + [SMALL_STATE(6222)] = 299773, + [SMALL_STATE(6223)] = 299794, + [SMALL_STATE(6224)] = 299815, + [SMALL_STATE(6225)] = 299836, + [SMALL_STATE(6226)] = 299855, + [SMALL_STATE(6227)] = 299876, + [SMALL_STATE(6228)] = 299897, + [SMALL_STATE(6229)] = 299916, + [SMALL_STATE(6230)] = 299937, + [SMALL_STATE(6231)] = 299958, + [SMALL_STATE(6232)] = 299979, + [SMALL_STATE(6233)] = 299998, + [SMALL_STATE(6234)] = 300019, + [SMALL_STATE(6235)] = 300040, + [SMALL_STATE(6236)] = 300061, + [SMALL_STATE(6237)] = 300082, + [SMALL_STATE(6238)] = 300103, + [SMALL_STATE(6239)] = 300124, + [SMALL_STATE(6240)] = 300143, + [SMALL_STATE(6241)] = 300162, + [SMALL_STATE(6242)] = 300183, + [SMALL_STATE(6243)] = 300202, + [SMALL_STATE(6244)] = 300221, + [SMALL_STATE(6245)] = 300242, + [SMALL_STATE(6246)] = 300263, + [SMALL_STATE(6247)] = 300282, + [SMALL_STATE(6248)] = 300303, + [SMALL_STATE(6249)] = 300322, + [SMALL_STATE(6250)] = 300343, + [SMALL_STATE(6251)] = 300364, + [SMALL_STATE(6252)] = 300383, + [SMALL_STATE(6253)] = 300404, + [SMALL_STATE(6254)] = 300425, + [SMALL_STATE(6255)] = 300446, + [SMALL_STATE(6256)] = 300467, + [SMALL_STATE(6257)] = 300486, + [SMALL_STATE(6258)] = 300507, + [SMALL_STATE(6259)] = 300528, + [SMALL_STATE(6260)] = 300549, + [SMALL_STATE(6261)] = 300568, + [SMALL_STATE(6262)] = 300587, + [SMALL_STATE(6263)] = 300606, + [SMALL_STATE(6264)] = 300627, + [SMALL_STATE(6265)] = 300646, + [SMALL_STATE(6266)] = 300667, + [SMALL_STATE(6267)] = 300686, + [SMALL_STATE(6268)] = 300705, + [SMALL_STATE(6269)] = 300726, + [SMALL_STATE(6270)] = 300747, + [SMALL_STATE(6271)] = 300766, + [SMALL_STATE(6272)] = 300787, + [SMALL_STATE(6273)] = 300808, + [SMALL_STATE(6274)] = 300827, + [SMALL_STATE(6275)] = 300848, + [SMALL_STATE(6276)] = 300867, + [SMALL_STATE(6277)] = 300888, + [SMALL_STATE(6278)] = 300909, + [SMALL_STATE(6279)] = 300930, + [SMALL_STATE(6280)] = 300949, + [SMALL_STATE(6281)] = 300970, + [SMALL_STATE(6282)] = 300989, + [SMALL_STATE(6283)] = 301010, + [SMALL_STATE(6284)] = 301031, + [SMALL_STATE(6285)] = 301052, + [SMALL_STATE(6286)] = 301073, + [SMALL_STATE(6287)] = 301092, + [SMALL_STATE(6288)] = 301113, + [SMALL_STATE(6289)] = 301134, + [SMALL_STATE(6290)] = 301155, + [SMALL_STATE(6291)] = 301176, + [SMALL_STATE(6292)] = 301197, + [SMALL_STATE(6293)] = 301218, + [SMALL_STATE(6294)] = 301239, + [SMALL_STATE(6295)] = 301260, + [SMALL_STATE(6296)] = 301281, + [SMALL_STATE(6297)] = 301302, + [SMALL_STATE(6298)] = 301323, + [SMALL_STATE(6299)] = 301344, + [SMALL_STATE(6300)] = 301365, + [SMALL_STATE(6301)] = 301384, + [SMALL_STATE(6302)] = 301405, + [SMALL_STATE(6303)] = 301426, + [SMALL_STATE(6304)] = 301447, + [SMALL_STATE(6305)] = 301468, + [SMALL_STATE(6306)] = 301489, + [SMALL_STATE(6307)] = 301510, + [SMALL_STATE(6308)] = 301531, + [SMALL_STATE(6309)] = 301550, + [SMALL_STATE(6310)] = 301569, + [SMALL_STATE(6311)] = 301590, + [SMALL_STATE(6312)] = 301611, + [SMALL_STATE(6313)] = 301632, + [SMALL_STATE(6314)] = 301653, + [SMALL_STATE(6315)] = 301674, + [SMALL_STATE(6316)] = 301695, + [SMALL_STATE(6317)] = 301714, + [SMALL_STATE(6318)] = 301735, + [SMALL_STATE(6319)] = 301754, + [SMALL_STATE(6320)] = 301775, + [SMALL_STATE(6321)] = 301796, + [SMALL_STATE(6322)] = 301817, + [SMALL_STATE(6323)] = 301838, + [SMALL_STATE(6324)] = 301857, + [SMALL_STATE(6325)] = 301876, + [SMALL_STATE(6326)] = 301897, + [SMALL_STATE(6327)] = 301918, + [SMALL_STATE(6328)] = 301939, + [SMALL_STATE(6329)] = 301958, + [SMALL_STATE(6330)] = 301979, + [SMALL_STATE(6331)] = 302000, + [SMALL_STATE(6332)] = 302021, + [SMALL_STATE(6333)] = 302040, + [SMALL_STATE(6334)] = 302061, + [SMALL_STATE(6335)] = 302080, + [SMALL_STATE(6336)] = 302099, + [SMALL_STATE(6337)] = 302120, + [SMALL_STATE(6338)] = 302141, + [SMALL_STATE(6339)] = 302162, + [SMALL_STATE(6340)] = 302181, + [SMALL_STATE(6341)] = 302200, + [SMALL_STATE(6342)] = 302221, + [SMALL_STATE(6343)] = 302242, + [SMALL_STATE(6344)] = 302263, + [SMALL_STATE(6345)] = 302284, + [SMALL_STATE(6346)] = 302305, + [SMALL_STATE(6347)] = 302324, + [SMALL_STATE(6348)] = 302343, + [SMALL_STATE(6349)] = 302364, + [SMALL_STATE(6350)] = 302385, + [SMALL_STATE(6351)] = 302406, + [SMALL_STATE(6352)] = 302425, + [SMALL_STATE(6353)] = 302446, + [SMALL_STATE(6354)] = 302467, + [SMALL_STATE(6355)] = 302488, + [SMALL_STATE(6356)] = 302509, + [SMALL_STATE(6357)] = 302528, + [SMALL_STATE(6358)] = 302549, + [SMALL_STATE(6359)] = 302570, + [SMALL_STATE(6360)] = 302589, + [SMALL_STATE(6361)] = 302608, + [SMALL_STATE(6362)] = 302629, + [SMALL_STATE(6363)] = 302650, + [SMALL_STATE(6364)] = 302671, + [SMALL_STATE(6365)] = 302692, + [SMALL_STATE(6366)] = 302711, + [SMALL_STATE(6367)] = 302730, + [SMALL_STATE(6368)] = 302751, + [SMALL_STATE(6369)] = 302770, + [SMALL_STATE(6370)] = 302791, + [SMALL_STATE(6371)] = 302812, + [SMALL_STATE(6372)] = 302833, + [SMALL_STATE(6373)] = 302854, + [SMALL_STATE(6374)] = 302875, + [SMALL_STATE(6375)] = 302896, + [SMALL_STATE(6376)] = 302915, + [SMALL_STATE(6377)] = 302936, + [SMALL_STATE(6378)] = 302955, + [SMALL_STATE(6379)] = 302976, + [SMALL_STATE(6380)] = 302997, + [SMALL_STATE(6381)] = 303016, + [SMALL_STATE(6382)] = 303037, + [SMALL_STATE(6383)] = 303058, + [SMALL_STATE(6384)] = 303079, + [SMALL_STATE(6385)] = 303100, + [SMALL_STATE(6386)] = 303119, + [SMALL_STATE(6387)] = 303140, + [SMALL_STATE(6388)] = 303159, + [SMALL_STATE(6389)] = 303180, + [SMALL_STATE(6390)] = 303201, + [SMALL_STATE(6391)] = 303222, + [SMALL_STATE(6392)] = 303243, + [SMALL_STATE(6393)] = 303262, + [SMALL_STATE(6394)] = 303283, + [SMALL_STATE(6395)] = 303304, + [SMALL_STATE(6396)] = 303325, + [SMALL_STATE(6397)] = 303346, + [SMALL_STATE(6398)] = 303367, + [SMALL_STATE(6399)] = 303386, + [SMALL_STATE(6400)] = 303405, + [SMALL_STATE(6401)] = 303426, + [SMALL_STATE(6402)] = 303447, + [SMALL_STATE(6403)] = 303468, + [SMALL_STATE(6404)] = 303489, + [SMALL_STATE(6405)] = 303508, + [SMALL_STATE(6406)] = 303529, + [SMALL_STATE(6407)] = 303550, + [SMALL_STATE(6408)] = 303571, + [SMALL_STATE(6409)] = 303592, + [SMALL_STATE(6410)] = 303613, + [SMALL_STATE(6411)] = 303634, + [SMALL_STATE(6412)] = 303655, + [SMALL_STATE(6413)] = 303676, + [SMALL_STATE(6414)] = 303697, + [SMALL_STATE(6415)] = 303718, + [SMALL_STATE(6416)] = 303739, + [SMALL_STATE(6417)] = 303760, + [SMALL_STATE(6418)] = 303781, + [SMALL_STATE(6419)] = 303800, + [SMALL_STATE(6420)] = 303821, + [SMALL_STATE(6421)] = 303842, + [SMALL_STATE(6422)] = 303863, + [SMALL_STATE(6423)] = 303882, + [SMALL_STATE(6424)] = 303901, + [SMALL_STATE(6425)] = 303922, + [SMALL_STATE(6426)] = 303943, + [SMALL_STATE(6427)] = 303964, + [SMALL_STATE(6428)] = 303985, + [SMALL_STATE(6429)] = 304004, + [SMALL_STATE(6430)] = 304025, + [SMALL_STATE(6431)] = 304044, + [SMALL_STATE(6432)] = 304065, + [SMALL_STATE(6433)] = 304084, + [SMALL_STATE(6434)] = 304105, + [SMALL_STATE(6435)] = 304126, + [SMALL_STATE(6436)] = 304147, + [SMALL_STATE(6437)] = 304168, + [SMALL_STATE(6438)] = 304189, + [SMALL_STATE(6439)] = 304210, + [SMALL_STATE(6440)] = 304231, + [SMALL_STATE(6441)] = 304252, + [SMALL_STATE(6442)] = 304273, + [SMALL_STATE(6443)] = 304294, + [SMALL_STATE(6444)] = 304315, + [SMALL_STATE(6445)] = 304334, + [SMALL_STATE(6446)] = 304355, + [SMALL_STATE(6447)] = 304374, + [SMALL_STATE(6448)] = 304395, + [SMALL_STATE(6449)] = 304416, [SMALL_STATE(6450)] = 304435, [SMALL_STATE(6451)] = 304456, [SMALL_STATE(6452)] = 304477, [SMALL_STATE(6453)] = 304498, [SMALL_STATE(6454)] = 304519, [SMALL_STATE(6455)] = 304540, - [SMALL_STATE(6456)] = 304561, - [SMALL_STATE(6457)] = 304582, - [SMALL_STATE(6458)] = 304603, - [SMALL_STATE(6459)] = 304624, - [SMALL_STATE(6460)] = 304645, - [SMALL_STATE(6461)] = 304666, - [SMALL_STATE(6462)] = 304687, - [SMALL_STATE(6463)] = 304708, - [SMALL_STATE(6464)] = 304727, - [SMALL_STATE(6465)] = 304748, - [SMALL_STATE(6466)] = 304769, - [SMALL_STATE(6467)] = 304790, - [SMALL_STATE(6468)] = 304811, - [SMALL_STATE(6469)] = 304832, - [SMALL_STATE(6470)] = 304853, - [SMALL_STATE(6471)] = 304874, - [SMALL_STATE(6472)] = 304895, - [SMALL_STATE(6473)] = 304916, - [SMALL_STATE(6474)] = 304935, - [SMALL_STATE(6475)] = 304956, - [SMALL_STATE(6476)] = 304977, - [SMALL_STATE(6477)] = 304998, - [SMALL_STATE(6478)] = 305017, - [SMALL_STATE(6479)] = 305036, - [SMALL_STATE(6480)] = 305057, - [SMALL_STATE(6481)] = 305078, - [SMALL_STATE(6482)] = 305099, - [SMALL_STATE(6483)] = 305120, - [SMALL_STATE(6484)] = 305141, - [SMALL_STATE(6485)] = 305160, - [SMALL_STATE(6486)] = 305181, - [SMALL_STATE(6487)] = 305202, - [SMALL_STATE(6488)] = 305223, - [SMALL_STATE(6489)] = 305244, - [SMALL_STATE(6490)] = 305265, - [SMALL_STATE(6491)] = 305286, - [SMALL_STATE(6492)] = 305307, - [SMALL_STATE(6493)] = 305326, - [SMALL_STATE(6494)] = 305347, - [SMALL_STATE(6495)] = 305368, - [SMALL_STATE(6496)] = 305389, - [SMALL_STATE(6497)] = 305410, - [SMALL_STATE(6498)] = 305431, - [SMALL_STATE(6499)] = 305452, - [SMALL_STATE(6500)] = 305473, - [SMALL_STATE(6501)] = 305494, - [SMALL_STATE(6502)] = 305515, - [SMALL_STATE(6503)] = 305534, - [SMALL_STATE(6504)] = 305553, - [SMALL_STATE(6505)] = 305574, - [SMALL_STATE(6506)] = 305595, - [SMALL_STATE(6507)] = 305616, - [SMALL_STATE(6508)] = 305637, - [SMALL_STATE(6509)] = 305656, - [SMALL_STATE(6510)] = 305677, - [SMALL_STATE(6511)] = 305698, - [SMALL_STATE(6512)] = 305717, - [SMALL_STATE(6513)] = 305738, - [SMALL_STATE(6514)] = 305759, - [SMALL_STATE(6515)] = 305780, - [SMALL_STATE(6516)] = 305801, - [SMALL_STATE(6517)] = 305820, - [SMALL_STATE(6518)] = 305839, - [SMALL_STATE(6519)] = 305858, - [SMALL_STATE(6520)] = 305879, - [SMALL_STATE(6521)] = 305900, - [SMALL_STATE(6522)] = 305921, - [SMALL_STATE(6523)] = 305940, - [SMALL_STATE(6524)] = 305961, - [SMALL_STATE(6525)] = 305982, - [SMALL_STATE(6526)] = 306003, - [SMALL_STATE(6527)] = 306024, - [SMALL_STATE(6528)] = 306043, - [SMALL_STATE(6529)] = 306064, - [SMALL_STATE(6530)] = 306085, - [SMALL_STATE(6531)] = 306104, - [SMALL_STATE(6532)] = 306125, - [SMALL_STATE(6533)] = 306146, - [SMALL_STATE(6534)] = 306165, - [SMALL_STATE(6535)] = 306184, - [SMALL_STATE(6536)] = 306203, - [SMALL_STATE(6537)] = 306222, - [SMALL_STATE(6538)] = 306241, - [SMALL_STATE(6539)] = 306262, - [SMALL_STATE(6540)] = 306283, - [SMALL_STATE(6541)] = 306304, - [SMALL_STATE(6542)] = 306323, - [SMALL_STATE(6543)] = 306342, - [SMALL_STATE(6544)] = 306361, - [SMALL_STATE(6545)] = 306382, - [SMALL_STATE(6546)] = 306403, - [SMALL_STATE(6547)] = 306424, - [SMALL_STATE(6548)] = 306445, - [SMALL_STATE(6549)] = 306466, - [SMALL_STATE(6550)] = 306487, - [SMALL_STATE(6551)] = 306506, - [SMALL_STATE(6552)] = 306527, - [SMALL_STATE(6553)] = 306548, - [SMALL_STATE(6554)] = 306569, - [SMALL_STATE(6555)] = 306590, - [SMALL_STATE(6556)] = 306611, - [SMALL_STATE(6557)] = 306630, - [SMALL_STATE(6558)] = 306651, - [SMALL_STATE(6559)] = 306672, - [SMALL_STATE(6560)] = 306693, - [SMALL_STATE(6561)] = 306714, - [SMALL_STATE(6562)] = 306735, - [SMALL_STATE(6563)] = 306754, - [SMALL_STATE(6564)] = 306775, - [SMALL_STATE(6565)] = 306796, - [SMALL_STATE(6566)] = 306817, - [SMALL_STATE(6567)] = 306838, - [SMALL_STATE(6568)] = 306859, - [SMALL_STATE(6569)] = 306880, - [SMALL_STATE(6570)] = 306899, - [SMALL_STATE(6571)] = 306918, - [SMALL_STATE(6572)] = 306939, - [SMALL_STATE(6573)] = 306960, - [SMALL_STATE(6574)] = 306979, - [SMALL_STATE(6575)] = 307000, - [SMALL_STATE(6576)] = 307019, - [SMALL_STATE(6577)] = 307040, - [SMALL_STATE(6578)] = 307061, - [SMALL_STATE(6579)] = 307082, - [SMALL_STATE(6580)] = 307103, - [SMALL_STATE(6581)] = 307124, - [SMALL_STATE(6582)] = 307145, - [SMALL_STATE(6583)] = 307166, - [SMALL_STATE(6584)] = 307185, - [SMALL_STATE(6585)] = 307206, - [SMALL_STATE(6586)] = 307227, - [SMALL_STATE(6587)] = 307246, - [SMALL_STATE(6588)] = 307267, - [SMALL_STATE(6589)] = 307288, - [SMALL_STATE(6590)] = 307307, - [SMALL_STATE(6591)] = 307328, - [SMALL_STATE(6592)] = 307349, - [SMALL_STATE(6593)] = 307370, - [SMALL_STATE(6594)] = 307391, - [SMALL_STATE(6595)] = 307412, - [SMALL_STATE(6596)] = 307433, - [SMALL_STATE(6597)] = 307452, - [SMALL_STATE(6598)] = 307473, - [SMALL_STATE(6599)] = 307492, + [SMALL_STATE(6456)] = 304559, + [SMALL_STATE(6457)] = 304578, + [SMALL_STATE(6458)] = 304599, + [SMALL_STATE(6459)] = 304620, + [SMALL_STATE(6460)] = 304641, + [SMALL_STATE(6461)] = 304660, + [SMALL_STATE(6462)] = 304681, + [SMALL_STATE(6463)] = 304702, + [SMALL_STATE(6464)] = 304721, + [SMALL_STATE(6465)] = 304742, + [SMALL_STATE(6466)] = 304761, + [SMALL_STATE(6467)] = 304782, + [SMALL_STATE(6468)] = 304803, + [SMALL_STATE(6469)] = 304822, + [SMALL_STATE(6470)] = 304843, + [SMALL_STATE(6471)] = 304864, + [SMALL_STATE(6472)] = 304885, + [SMALL_STATE(6473)] = 304904, + [SMALL_STATE(6474)] = 304923, + [SMALL_STATE(6475)] = 304944, + [SMALL_STATE(6476)] = 304965, + [SMALL_STATE(6477)] = 304986, + [SMALL_STATE(6478)] = 305007, + [SMALL_STATE(6479)] = 305028, + [SMALL_STATE(6480)] = 305047, + [SMALL_STATE(6481)] = 305066, + [SMALL_STATE(6482)] = 305085, + [SMALL_STATE(6483)] = 305104, + [SMALL_STATE(6484)] = 305125, + [SMALL_STATE(6485)] = 305146, + [SMALL_STATE(6486)] = 305167, + [SMALL_STATE(6487)] = 305188, + [SMALL_STATE(6488)] = 305207, + [SMALL_STATE(6489)] = 305228, + [SMALL_STATE(6490)] = 305247, + [SMALL_STATE(6491)] = 305268, + [SMALL_STATE(6492)] = 305289, + [SMALL_STATE(6493)] = 305310, + [SMALL_STATE(6494)] = 305331, + [SMALL_STATE(6495)] = 305350, + [SMALL_STATE(6496)] = 305369, + [SMALL_STATE(6497)] = 305390, + [SMALL_STATE(6498)] = 305411, + [SMALL_STATE(6499)] = 305432, + [SMALL_STATE(6500)] = 305453, + [SMALL_STATE(6501)] = 305474, + [SMALL_STATE(6502)] = 305495, + [SMALL_STATE(6503)] = 305516, + [SMALL_STATE(6504)] = 305535, + [SMALL_STATE(6505)] = 305556, + [SMALL_STATE(6506)] = 305577, + [SMALL_STATE(6507)] = 305598, + [SMALL_STATE(6508)] = 305617, + [SMALL_STATE(6509)] = 305638, + [SMALL_STATE(6510)] = 305657, + [SMALL_STATE(6511)] = 305676, + [SMALL_STATE(6512)] = 305695, + [SMALL_STATE(6513)] = 305716, + [SMALL_STATE(6514)] = 305737, + [SMALL_STATE(6515)] = 305758, + [SMALL_STATE(6516)] = 305779, + [SMALL_STATE(6517)] = 305800, + [SMALL_STATE(6518)] = 305821, + [SMALL_STATE(6519)] = 305842, + [SMALL_STATE(6520)] = 305863, + [SMALL_STATE(6521)] = 305882, + [SMALL_STATE(6522)] = 305903, + [SMALL_STATE(6523)] = 305924, + [SMALL_STATE(6524)] = 305943, + [SMALL_STATE(6525)] = 305962, + [SMALL_STATE(6526)] = 305981, + [SMALL_STATE(6527)] = 306000, + [SMALL_STATE(6528)] = 306021, + [SMALL_STATE(6529)] = 306042, + [SMALL_STATE(6530)] = 306063, + [SMALL_STATE(6531)] = 306082, + [SMALL_STATE(6532)] = 306103, + [SMALL_STATE(6533)] = 306124, + [SMALL_STATE(6534)] = 306145, + [SMALL_STATE(6535)] = 306166, + [SMALL_STATE(6536)] = 306187, + [SMALL_STATE(6537)] = 306208, + [SMALL_STATE(6538)] = 306229, + [SMALL_STATE(6539)] = 306250, + [SMALL_STATE(6540)] = 306271, + [SMALL_STATE(6541)] = 306292, + [SMALL_STATE(6542)] = 306313, + [SMALL_STATE(6543)] = 306334, + [SMALL_STATE(6544)] = 306355, + [SMALL_STATE(6545)] = 306374, + [SMALL_STATE(6546)] = 306395, + [SMALL_STATE(6547)] = 306416, + [SMALL_STATE(6548)] = 306437, + [SMALL_STATE(6549)] = 306458, + [SMALL_STATE(6550)] = 306479, + [SMALL_STATE(6551)] = 306500, + [SMALL_STATE(6552)] = 306519, + [SMALL_STATE(6553)] = 306540, + [SMALL_STATE(6554)] = 306561, + [SMALL_STATE(6555)] = 306582, + [SMALL_STATE(6556)] = 306603, + [SMALL_STATE(6557)] = 306624, + [SMALL_STATE(6558)] = 306645, + [SMALL_STATE(6559)] = 306666, + [SMALL_STATE(6560)] = 306687, + [SMALL_STATE(6561)] = 306706, + [SMALL_STATE(6562)] = 306727, + [SMALL_STATE(6563)] = 306746, + [SMALL_STATE(6564)] = 306767, + [SMALL_STATE(6565)] = 306788, + [SMALL_STATE(6566)] = 306809, + [SMALL_STATE(6567)] = 306828, + [SMALL_STATE(6568)] = 306849, + [SMALL_STATE(6569)] = 306870, + [SMALL_STATE(6570)] = 306891, + [SMALL_STATE(6571)] = 306910, + [SMALL_STATE(6572)] = 306929, + [SMALL_STATE(6573)] = 306950, + [SMALL_STATE(6574)] = 306971, + [SMALL_STATE(6575)] = 306992, + [SMALL_STATE(6576)] = 307013, + [SMALL_STATE(6577)] = 307034, + [SMALL_STATE(6578)] = 307053, + [SMALL_STATE(6579)] = 307074, + [SMALL_STATE(6580)] = 307095, + [SMALL_STATE(6581)] = 307116, + [SMALL_STATE(6582)] = 307135, + [SMALL_STATE(6583)] = 307156, + [SMALL_STATE(6584)] = 307177, + [SMALL_STATE(6585)] = 307198, + [SMALL_STATE(6586)] = 307219, + [SMALL_STATE(6587)] = 307240, + [SMALL_STATE(6588)] = 307261, + [SMALL_STATE(6589)] = 307280, + [SMALL_STATE(6590)] = 307301, + [SMALL_STATE(6591)] = 307322, + [SMALL_STATE(6592)] = 307343, + [SMALL_STATE(6593)] = 307364, + [SMALL_STATE(6594)] = 307385, + [SMALL_STATE(6595)] = 307406, + [SMALL_STATE(6596)] = 307427, + [SMALL_STATE(6597)] = 307448, + [SMALL_STATE(6598)] = 307469, + [SMALL_STATE(6599)] = 307490, [SMALL_STATE(6600)] = 307511, [SMALL_STATE(6601)] = 307532, [SMALL_STATE(6602)] = 307553, [SMALL_STATE(6603)] = 307574, [SMALL_STATE(6604)] = 307593, - [SMALL_STATE(6605)] = 307612, + [SMALL_STATE(6605)] = 307614, [SMALL_STATE(6606)] = 307633, [SMALL_STATE(6607)] = 307654, [SMALL_STATE(6608)] = 307675, @@ -326584,5565 +326584,5565 @@ static const uint32_t ts_small_parse_table_map[] = { 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(3077), - [5] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7093), - [7] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7003), - [9] = {.entry = {.count = 1, .reusable = true}}, SHIFT(224), - [11] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5672), - [13] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4552), - [15] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4918), - [17] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5294), - [19] = {.entry = {.count = 1, .reusable = true}}, SHIFT(655), - [21] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3617), - [23] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5198), - [25] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5263), - [27] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5063), - [29] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4790), - [31] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3363), - [33] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5276), - [35] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5055), - [37] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4890), - [39] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5005), - [41] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5157), - [43] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7097), - [45] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4923), - [47] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5115), - [49] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3002), - [51] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5033), - [53] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1182), - [55] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5100), - [57] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7029), - [59] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5148), - [61] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5272), - [63] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4761), - [65] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5073), - [67] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5211), - [69] = {.entry = {.count = 1, .reusable = true}}, SHIFT(652), - [71] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4362), - [73] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7116), - [75] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_file_repeat1, 2, 0, 0), SHIFT_REPEAT(224), - [78] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_file_repeat1, 2, 0, 0), SHIFT_REPEAT(5672), - [81] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_file_repeat1, 2, 0, 0), SHIFT_REPEAT(4552), - [84] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_file_repeat1, 2, 0, 0), SHIFT_REPEAT(4918), - [87] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_file_repeat1, 2, 0, 0), SHIFT_REPEAT(5294), - [90] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_file_repeat1, 2, 0, 0), SHIFT_REPEAT(655), - [93] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_file_repeat1, 2, 0, 0), SHIFT_REPEAT(3617), - [96] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_file_repeat1, 2, 0, 0), SHIFT_REPEAT(5198), - [99] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_file_repeat1, 2, 0, 0), SHIFT_REPEAT(5263), - [102] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_file_repeat1, 2, 0, 0), SHIFT_REPEAT(5063), - [105] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_file_repeat1, 2, 0, 0), SHIFT_REPEAT(4790), - [108] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_file_repeat1, 2, 0, 0), SHIFT_REPEAT(3363), - [111] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_file_repeat1, 2, 0, 0), SHIFT_REPEAT(5276), - [114] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_file_repeat1, 2, 0, 0), SHIFT_REPEAT(5055), - [117] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_file_repeat1, 2, 0, 0), SHIFT_REPEAT(4890), - [120] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_file_repeat1, 2, 0, 0), SHIFT_REPEAT(5005), - [123] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_file_repeat1, 2, 0, 0), SHIFT_REPEAT(5157), - [126] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_file_repeat1, 2, 0, 0), SHIFT_REPEAT(7097), - [129] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_file_repeat1, 2, 0, 0), SHIFT_REPEAT(4923), - [132] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_file_repeat1, 2, 0, 0), SHIFT_REPEAT(5115), - [135] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_file_repeat1, 2, 0, 0), SHIFT_REPEAT(3002), - [138] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_file_repeat1, 2, 0, 0), SHIFT_REPEAT(5033), - [141] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_file_repeat1, 2, 0, 0), SHIFT_REPEAT(1182), - [144] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_file_repeat1, 2, 0, 0), SHIFT_REPEAT(5100), - [147] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_file_repeat1, 2, 0, 0), SHIFT_REPEAT(7029), - [150] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_file_repeat1, 2, 0, 0), SHIFT_REPEAT(5148), - [153] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_file_repeat1, 2, 0, 0), SHIFT_REPEAT(5272), - [156] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_file_repeat1, 2, 0, 0), SHIFT_REPEAT(4761), - [159] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_file_repeat1, 2, 0, 0), SHIFT_REPEAT(5073), - [162] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_file_repeat1, 2, 0, 0), SHIFT_REPEAT(5211), - [165] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_file_repeat1, 2, 0, 0), SHIFT_REPEAT(652), - [168] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_file_repeat1, 2, 0, 0), SHIFT_REPEAT(4362), + [3] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3211), + [5] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8294), + [7] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8286), + [9] = {.entry = {.count = 1, .reusable = true}}, SHIFT(223), + [11] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5965), + [13] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4557), + [15] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4922), + [17] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5157), + [19] = {.entry = {.count = 1, .reusable = true}}, SHIFT(448), + [21] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3604), + [23] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5222), + [25] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5274), + [27] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5088), + [29] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4821), + [31] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3409), + [33] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5247), + [35] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5063), + [37] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4880), + [39] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5039), + [41] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5235), + [43] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7813), + [45] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4897), + [47] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5069), + [49] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3012), + [51] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5026), + [53] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1203), + [55] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5073), + [57] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7655), + [59] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5221), + [61] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5216), + [63] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4860), + [65] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5097), + [67] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5188), + [69] = {.entry = {.count = 1, .reusable = true}}, SHIFT(715), + [71] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4386), + [73] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7747), + [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(5965), + [81] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_file_repeat1, 2, 0, 0), SHIFT_REPEAT(4557), + [84] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_file_repeat1, 2, 0, 0), SHIFT_REPEAT(4922), + [87] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_file_repeat1, 2, 0, 0), SHIFT_REPEAT(5157), + [90] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_file_repeat1, 2, 0, 0), SHIFT_REPEAT(448), + [93] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_file_repeat1, 2, 0, 0), SHIFT_REPEAT(3604), + [96] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_file_repeat1, 2, 0, 0), SHIFT_REPEAT(5222), + [99] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_file_repeat1, 2, 0, 0), SHIFT_REPEAT(5274), + [102] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_file_repeat1, 2, 0, 0), SHIFT_REPEAT(5088), + [105] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_file_repeat1, 2, 0, 0), SHIFT_REPEAT(4821), + [108] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_file_repeat1, 2, 0, 0), SHIFT_REPEAT(3409), + [111] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_file_repeat1, 2, 0, 0), SHIFT_REPEAT(5247), + [114] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_file_repeat1, 2, 0, 0), SHIFT_REPEAT(5063), + [117] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_file_repeat1, 2, 0, 0), SHIFT_REPEAT(4880), + [120] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_file_repeat1, 2, 0, 0), SHIFT_REPEAT(5039), + [123] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_file_repeat1, 2, 0, 0), SHIFT_REPEAT(5235), + [126] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_file_repeat1, 2, 0, 0), SHIFT_REPEAT(7813), + [129] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_file_repeat1, 2, 0, 0), SHIFT_REPEAT(4897), + [132] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_file_repeat1, 2, 0, 0), SHIFT_REPEAT(5069), + [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(5026), + [141] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_file_repeat1, 2, 0, 0), SHIFT_REPEAT(1203), + [144] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_file_repeat1, 2, 0, 0), SHIFT_REPEAT(5073), + [147] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_file_repeat1, 2, 0, 0), SHIFT_REPEAT(7655), + [150] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_file_repeat1, 2, 0, 0), SHIFT_REPEAT(5221), + [153] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_file_repeat1, 2, 0, 0), SHIFT_REPEAT(5216), + [156] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_file_repeat1, 2, 0, 0), SHIFT_REPEAT(4860), + [159] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_file_repeat1, 2, 0, 0), SHIFT_REPEAT(5097), + [162] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_file_repeat1, 2, 0, 0), SHIFT_REPEAT(5188), + [165] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_file_repeat1, 2, 0, 0), SHIFT_REPEAT(715), + [168] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_file_repeat1, 2, 0, 0), SHIFT_REPEAT(4386), [171] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_design_file_repeat1, 2, 0, 0), - [173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7484), - [175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4953), - [177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3655), - [179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1041), - [181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5197), - [183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5127), - [185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3430), + [173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7270), + [175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4917), + [177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3599), + [179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1078), + [181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5171), + [183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5087), + [185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3419), [187] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generate_body, 1, 0, 0), - [189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5132), - [191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4772), - [193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5045), - [195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5324), - [197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5134), - [199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2996), - [201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1225), - [203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5107), - [205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8277), + [189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5076), + [191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4695), + [193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5030), + [195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5265), + [197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5065), + [199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3001), + [201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1198), + [203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5127), + [205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8281), [207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5242), - [209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5320), - [211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4735), - [213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5136), - [215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5322), - [217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1147), + [209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5193), + [211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4846), + [213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5056), + [215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5264), + [217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1151), [219] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_generate_body, 1, 0, 0), - [221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3004), - [223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1231), - [225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1335), - [227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3007), - [229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1212), - [231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1651), - [233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(396), - [235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14), - [237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(658), + [221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3008), + [223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1209), + [225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1410), + [227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3000), + [229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1176), + [231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1630), + [233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(406), + [235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16), + [237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(694), [239] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_elsif_statement, 3, 0, 0), - [241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4911), - [243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5078), - [245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(591), - [247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23), - [249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4912), - [251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7494), - [253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(663), - [255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(234), - [257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5011), - [259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(633), + [241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4900), + [243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5101), + [245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(452), + [247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(60), + [249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4901), + [251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7164), + [253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(589), + [255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(227), + [257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5027), + [259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(451), [261] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 3, 0, 0), - [263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(167), - [265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(685), - [267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2629), - [269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5993), - [271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(899), - [273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2676), - [275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4133), - [277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2089), - [279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5482), - [281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7069), - [283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1044), - [285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6484), - [287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(903), - [289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6832), - [291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8062), - [293] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement_body, 1, 0, 0), - [295] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_repeat1, 2, 0, 0), SHIFT_REPEAT(224), - [298] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_repeat1, 2, 0, 0), SHIFT_REPEAT(5672), - [301] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_repeat1, 2, 0, 0), SHIFT_REPEAT(4552), - [304] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_repeat1, 2, 0, 0), SHIFT_REPEAT(655), - [307] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_repeat1, 2, 0, 0), SHIFT_REPEAT(1651), - [310] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_repeat1, 2, 0, 0), SHIFT_REPEAT(396), - [313] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_sequential_block_repeat1, 2, 0, 0), - [315] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_repeat1, 2, 0, 0), SHIFT_REPEAT(4911), - [318] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_repeat1, 2, 0, 0), SHIFT_REPEAT(5078), - [321] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_repeat1, 2, 0, 0), SHIFT_REPEAT(591), - [324] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_repeat1, 2, 0, 0), SHIFT_REPEAT(23), - [327] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_repeat1, 2, 0, 0), SHIFT_REPEAT(4912), - [330] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_repeat1, 2, 0, 0), SHIFT_REPEAT(7494), - [333] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_repeat1, 2, 0, 0), SHIFT_REPEAT(663), - [336] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_repeat1, 2, 0, 0), SHIFT_REPEAT(234), - [339] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_repeat1, 2, 0, 0), SHIFT_REPEAT(5011), - [342] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_repeat1, 2, 0, 0), SHIFT_REPEAT(633), - [345] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_repeat1, 2, 0, 0), SHIFT_REPEAT(652), - [348] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_repeat1, 2, 0, 0), SHIFT_REPEAT(4362), - [351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1657), + [263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(147), + [265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(655), + [267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2672), + [269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5584), + [271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(923), + [273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2682), + [275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4057), + [277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1984), + [279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5528), + [281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7409), + [283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1073), + [285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6482), + [287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(889), + [289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6834), + [291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6799), + [293] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_repeat1, 2, 0, 0), SHIFT_REPEAT(223), + [296] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_repeat1, 2, 0, 0), SHIFT_REPEAT(5965), + [299] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_repeat1, 2, 0, 0), SHIFT_REPEAT(4557), + [302] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_repeat1, 2, 0, 0), SHIFT_REPEAT(448), + [305] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_repeat1, 2, 0, 0), SHIFT_REPEAT(1630), + [308] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_repeat1, 2, 0, 0), SHIFT_REPEAT(406), + [311] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_sequential_block_repeat1, 2, 0, 0), + [313] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_repeat1, 2, 0, 0), SHIFT_REPEAT(4900), + [316] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_repeat1, 2, 0, 0), SHIFT_REPEAT(5101), + [319] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_repeat1, 2, 0, 0), SHIFT_REPEAT(452), + [322] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_repeat1, 2, 0, 0), SHIFT_REPEAT(60), + [325] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_repeat1, 2, 0, 0), SHIFT_REPEAT(4901), + [328] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_repeat1, 2, 0, 0), SHIFT_REPEAT(7164), + [331] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_repeat1, 2, 0, 0), SHIFT_REPEAT(589), + [334] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_repeat1, 2, 0, 0), SHIFT_REPEAT(227), + [337] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_repeat1, 2, 0, 0), SHIFT_REPEAT(5027), + [340] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_repeat1, 2, 0, 0), SHIFT_REPEAT(451), + [343] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_repeat1, 2, 0, 0), SHIFT_REPEAT(715), + [346] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_repeat1, 2, 0, 0), SHIFT_REPEAT(4386), + [349] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement_body, 1, 0, 0), + [351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1652), [353] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement_alternative, 3, 0, 0), - [355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4948), - [357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4896), - [359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8088), - [361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(227), - [363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4969), - [365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1454), - [367] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_else_statement, 1, 0, 0), - [369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4922), - [371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4915), - [373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7326), - [375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(230), - [377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4961), - [379] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement_alternative, 2, 0, 0), - [381] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_repeat1, 2, 0, 0), SHIFT_REPEAT(1657), - [384] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_repeat1, 2, 0, 0), SHIFT_REPEAT(4948), - [387] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_repeat1, 2, 0, 0), SHIFT_REPEAT(4896), - [390] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_repeat1, 2, 0, 0), SHIFT_REPEAT(8088), - [393] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_repeat1, 2, 0, 0), SHIFT_REPEAT(227), - [396] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_repeat1, 2, 0, 0), SHIFT_REPEAT(4969), - [399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4585), - [401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5957), - [403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(942), - [405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(398), - [407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6048), - [409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(966), - [411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(145), - [413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(534), - [415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5962), - [417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1238), - [419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(315), - [421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2542), - [423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4149), - [425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2506), - [427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(656), - [429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6477), - [431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1627), - [433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6556), - [435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1411), - [437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7010), - [439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6673), - [441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(229), - [443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5545), - [445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(122), - [447] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat2, 2, 0, 0), - [449] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat2, 2, 0, 0), SHIFT_REPEAT(4918), - [452] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat2, 2, 0, 0), SHIFT_REPEAT(3617), - [455] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat2, 2, 0, 0), SHIFT_REPEAT(5198), - [458] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat2, 2, 0, 0), SHIFT_REPEAT(5063), - [461] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat2, 2, 0, 0), SHIFT_REPEAT(3363), - [464] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat2, 2, 0, 0), SHIFT_REPEAT(5055), - [467] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat2, 2, 0, 0), SHIFT_REPEAT(4890), - [470] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat2, 2, 0, 0), SHIFT_REPEAT(5005), - [473] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat2, 2, 0, 0), SHIFT_REPEAT(5157), - [476] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat2, 2, 0, 0), SHIFT_REPEAT(7097), - [479] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat2, 2, 0, 0), SHIFT_REPEAT(5115), - [482] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat2, 2, 0, 0), SHIFT_REPEAT(5033), - [485] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat2, 2, 0, 0), SHIFT_REPEAT(5100), - [488] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat2, 2, 0, 0), SHIFT_REPEAT(7029), - [491] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat2, 2, 0, 0), SHIFT_REPEAT(5148), - [494] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat2, 2, 0, 0), SHIFT_REPEAT(5272), - [497] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat2, 2, 0, 0), SHIFT_REPEAT(4761), - [500] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat2, 2, 0, 0), SHIFT_REPEAT(5073), - [503] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat2, 2, 0, 0), SHIFT_REPEAT(5211), - [506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(242), - [508] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_loop_body, 1, 0, 0), - [510] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sequential_block, 2, 0, 0), - [512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(101), - [514] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sequential_block, 1, 0, 0), - [516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(118), - [518] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_loop_body, 2, 0, 0), - [520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1566), - [522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2147), - [524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(972), - [526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4859), - [528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1085), - [530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4753), - [532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1420), - [534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1988), - [536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3817), - [538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4777), - [540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1792), - [542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(932), - [544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3291), - [546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4988), - [548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3528), - [550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4727), - [552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2092), - [554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2120), - [556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2155), - [558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3407), - [560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1743), - [562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(855), - [564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2235), - [566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4950), - [568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4443), - [570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4342), - [572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4555), - [574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1705), - [576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4484), - [578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1343), - [580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1360), - [582] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_repeat1, 2, 0, 0), SHIFT_REPEAT(1454), - [585] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_repeat1, 2, 0, 0), SHIFT_REPEAT(4922), - [588] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_repeat1, 2, 0, 0), SHIFT_REPEAT(4915), - [591] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_repeat1, 2, 0, 0), SHIFT_REPEAT(7326), - [594] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_repeat1, 2, 0, 0), SHIFT_REPEAT(230), - [597] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_repeat1, 2, 0, 0), SHIFT_REPEAT(4961), - [600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1508), - [602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1227), - [604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3374), - [606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1563), - [608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1109), - [610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(912), - [612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1811), - [614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1849), - [616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4657), - [618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1652), - [620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4730), - [622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4464), - [624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1247), - [626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1006), - [628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1222), - [630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1286), - [632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4643), - [634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4520), - [636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(112), - [638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(116), - [640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(232), - [642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5544), - [644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(289), - [646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(236), - [648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5548), - [650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(125), - [652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(304), - [654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(107), - [656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(109), - [658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(231), - [660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5553), - [662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(324), - [664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(235), - [666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5554), - [668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(114), - [670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(325), - [672] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_design_unit, 1, 0, 0), - [674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(119), - [676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(121), - [678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(123), - [680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(233), - [682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5492), - [684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1482), - [686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(141), - [688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(128), - [690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(130), - [692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(134), - [694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(136), - [696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(138), + [355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4932), + [357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4926), + [359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6774), + [361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(232), + [363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4962), + [365] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement_alternative, 2, 0, 0), + [367] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_repeat1, 2, 0, 0), SHIFT_REPEAT(1652), + [370] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_repeat1, 2, 0, 0), SHIFT_REPEAT(4932), + [373] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_repeat1, 2, 0, 0), SHIFT_REPEAT(4926), + [376] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_repeat1, 2, 0, 0), SHIFT_REPEAT(6774), + [379] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_repeat1, 2, 0, 0), SHIFT_REPEAT(232), + [382] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_repeat1, 2, 0, 0), SHIFT_REPEAT(4962), + [385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1573), + [387] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_else_statement, 1, 0, 0), + [389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4924), + [391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4895), + [393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6924), + [395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(230), + [397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5040), + [399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1505), + [401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5650), + [403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(952), + [405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(409), + [407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6473), + [409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(954), + [411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1348), + [413] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sequential_block, 1, 0, 0), + [415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(217), + [417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(669), + [419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5632), + [421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1366), + [423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(233), + [425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2576), + [427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4001), + [429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2505), + [431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(416), + [433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5410), + [435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6507), + [437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1466), + [439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6213), + [441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1352), + [443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7013), + [445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7775), + [447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(996), + [449] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_repeat1, 2, 0, 0), SHIFT_REPEAT(1573), + [452] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_repeat1, 2, 0, 0), SHIFT_REPEAT(4924), + [455] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_repeat1, 2, 0, 0), SHIFT_REPEAT(4895), + [458] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_repeat1, 2, 0, 0), SHIFT_REPEAT(6924), + [461] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_repeat1, 2, 0, 0), SHIFT_REPEAT(230), + [464] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_repeat1, 2, 0, 0), SHIFT_REPEAT(5040), + [467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(279), + [469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(296), + [471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(234), + [473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5522), + [475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(121), + [477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4501), + [479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(285), + [481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(113), + [483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4843), + [485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4357), + [487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4638), + [489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1077), + [491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1299), + [493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(237), + [495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5363), + [497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1202), + [499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(116), + [501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(320), + [503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1112), + [505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1373), + [507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4540), + [509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4728), + [511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(122), + [513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1657), + [515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(125), + [517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4826), + [519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(231), + [521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5422), + [523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1792), + [525] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat2, 2, 0, 0), + [527] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat2, 2, 0, 0), SHIFT_REPEAT(4922), + [530] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat2, 2, 0, 0), SHIFT_REPEAT(3604), + [533] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat2, 2, 0, 0), SHIFT_REPEAT(5222), + [536] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat2, 2, 0, 0), SHIFT_REPEAT(5088), + [539] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat2, 2, 0, 0), SHIFT_REPEAT(3409), + [542] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat2, 2, 0, 0), SHIFT_REPEAT(5063), + [545] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat2, 2, 0, 0), SHIFT_REPEAT(4880), + [548] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat2, 2, 0, 0), SHIFT_REPEAT(5039), + [551] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat2, 2, 0, 0), SHIFT_REPEAT(5235), + [554] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat2, 2, 0, 0), SHIFT_REPEAT(7813), + [557] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat2, 2, 0, 0), SHIFT_REPEAT(5069), + [560] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat2, 2, 0, 0), SHIFT_REPEAT(5026), + [563] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat2, 2, 0, 0), SHIFT_REPEAT(5073), + [566] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat2, 2, 0, 0), SHIFT_REPEAT(7655), + [569] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat2, 2, 0, 0), SHIFT_REPEAT(5221), + [572] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat2, 2, 0, 0), SHIFT_REPEAT(5216), + [575] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat2, 2, 0, 0), SHIFT_REPEAT(4860), + [578] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat2, 2, 0, 0), SHIFT_REPEAT(5097), + [581] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat2, 2, 0, 0), SHIFT_REPEAT(5188), + [584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4716), + [586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1768), + [588] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sequential_block, 2, 0, 0), + [590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(899), + [592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(117), + [594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(319), + [596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(229), + [598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5385), + [600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(108), + [602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1309), + [604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1039), + [606] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_loop_body, 1, 0, 0), + [608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1965), + [610] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_design_unit, 1, 0, 0), + [612] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_loop_body, 2, 0, 0), + [614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3366), + [616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(123), + [618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(299), + [620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3878), + [622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1228), + [624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1599), + [626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(101), + [628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1536), + [630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(235), + [632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5542), + [634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1387), + [636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4890), + [638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4487), + [640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1725), + [642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1871), + [644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(105), + [646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4572), + [648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4605), + [650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(102), + [652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4437), + [654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(962), + [656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3287), + [658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5015), + [660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4916), + [662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(112), + [664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3501), + [666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1500), + [668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4820), + [670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2140), + [672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(856), + [674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1899), + [676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3403), + [678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2090), + [680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2031), + [682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2156), + [684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2207), + [686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(128), + [688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(133), + [690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(209), + [692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(199), + [694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(196), + [696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(149), [698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(135), - [700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(129), - [702] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat3, 2, 0, 0), SHIFT_REPEAT(224), - [705] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat3, 2, 0, 0), SHIFT_REPEAT(5672), - [708] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat3, 2, 0, 0), SHIFT_REPEAT(4552), + [700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(156), + [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(5965), + [708] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat3, 2, 0, 0), SHIFT_REPEAT(4557), [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(655), - [716] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat3, 2, 0, 0), SHIFT_REPEAT(3002), - [719] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat3, 2, 0, 0), SHIFT_REPEAT(1182), - [722] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat3, 2, 0, 0), SHIFT_REPEAT(652), - [725] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat3, 2, 0, 0), SHIFT_REPEAT(4362), - [728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(142), - [730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(139), - [732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(133), + [713] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat3, 2, 0, 0), SHIFT_REPEAT(448), + [716] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat3, 2, 0, 0), SHIFT_REPEAT(3012), + [719] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat3, 2, 0, 0), SHIFT_REPEAT(1203), + [722] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat3, 2, 0, 0), SHIFT_REPEAT(715), + [725] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat3, 2, 0, 0), SHIFT_REPEAT(4386), + [728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(162), + [730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(137), + [732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(151), [734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(143), - [736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(137), - [738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5959), + [736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(187), + [738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5640), [740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1003), - [742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6810), - [744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4142), - [746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2380), - [748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6811), - [750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1229), - [752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6604), - [754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1077), - [756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6941), - [758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8354), - [760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(156), - [762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(550), - [764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5977), - [766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1189), - [768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4238), - [770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1612), - [772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(902), - [774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6562), - [776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(838), - [778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7161), - [780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7406), - [782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6002), - [784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1188), - [786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1192), - [788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2914), - [790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6295), - [792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(530), - [794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2884), - [796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2862), - [798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2593), - [800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2978), - [802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2834), - [804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2994), - [806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2620), - [808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(886), - [810] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_selected_waveforms_repeat1, 2, 0, 0), SHIFT_REPEAT(145), - [813] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_selected_waveforms_repeat1, 2, 0, 0), SHIFT_REPEAT(534), - [816] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_selected_waveforms_repeat1, 2, 0, 0), SHIFT_REPEAT(2629), - [819] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_selected_waveforms_repeat1, 2, 0, 0), SHIFT_REPEAT(5962), - [822] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_selected_waveforms_repeat1, 2, 0, 0), SHIFT_REPEAT(1238), - [825] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_selected_waveforms_repeat1, 2, 0, 0), SHIFT_REPEAT(2676), - [828] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_selected_waveforms_repeat1, 2, 0, 0), SHIFT_REPEAT(4149), - [831] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_selected_waveforms_repeat1, 2, 0, 0), SHIFT_REPEAT(2506), - [834] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_selected_waveforms_repeat1, 2, 0, 0), SHIFT_REPEAT(6477), - [837] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_selected_waveforms_repeat1, 2, 0, 0), SHIFT_REPEAT(1627), - [840] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_selected_waveforms_repeat1, 2, 0, 0), SHIFT_REPEAT(6556), - [843] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_selected_waveforms_repeat1, 2, 0, 0), SHIFT_REPEAT(1411), - [846] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_selected_waveforms_repeat1, 2, 0, 0), SHIFT_REPEAT(7010), - [849] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_selected_waveforms_repeat1, 2, 0, 0), SHIFT_REPEAT(6673), + [742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8203), + [744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4022), + [746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2399), + [748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8204), + [750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1206), + [752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6203), + [754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1025), + [756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6943), + [758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7370), + [760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(210), + [762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(628), + [764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5571), + [766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1123), + [768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3992), + [770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1458), + [772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(918), + [774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6366), + [776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1154), + [778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7165), + [780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8142), + [782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5609), + [784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1139), + [786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(879), + [788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2835), + [790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6560), + [792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(680), + [794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2859), + [796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2954), + [798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2609), + [800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2968), + [802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2907), + [804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2898), + [806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(874), + [808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2629), + [810] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_selected_waveforms_repeat1, 2, 0, 0), SHIFT_REPEAT(217), + [813] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_selected_waveforms_repeat1, 2, 0, 0), SHIFT_REPEAT(669), + [816] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_selected_waveforms_repeat1, 2, 0, 0), SHIFT_REPEAT(2672), + [819] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_selected_waveforms_repeat1, 2, 0, 0), SHIFT_REPEAT(5632), + [822] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_selected_waveforms_repeat1, 2, 0, 0), SHIFT_REPEAT(1366), + [825] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_selected_waveforms_repeat1, 2, 0, 0), SHIFT_REPEAT(2682), + [828] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_selected_waveforms_repeat1, 2, 0, 0), SHIFT_REPEAT(4001), + [831] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_selected_waveforms_repeat1, 2, 0, 0), SHIFT_REPEAT(2505), + [834] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_selected_waveforms_repeat1, 2, 0, 0), SHIFT_REPEAT(6507), + [837] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_selected_waveforms_repeat1, 2, 0, 0), SHIFT_REPEAT(1466), + [840] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_selected_waveforms_repeat1, 2, 0, 0), SHIFT_REPEAT(6213), + [843] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_selected_waveforms_repeat1, 2, 0, 0), SHIFT_REPEAT(1352), + [846] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_selected_waveforms_repeat1, 2, 0, 0), SHIFT_REPEAT(7013), + [849] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_selected_waveforms_repeat1, 2, 0, 0), SHIFT_REPEAT(7775), [852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9), - [854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(583), - [856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5985), - [858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1414), - [860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4268), - [862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2530), - [864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1615), - [866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6168), - [868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1336), - [870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7197), - [872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8037), + [854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(562), + [856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5598), + [858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1258), + [860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3999), + [862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2506), + [864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1477), + [866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6264), + [868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1395), + [870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7201), + [872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8034), [874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10), - [876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(165), - [878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(539), - [880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5987), - [882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1560), - [884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4006), - [886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2559), - [888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1675), - [890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6242), - [892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1475), - [894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7221), - [896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8340), - [898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(180), - [900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(600), - [902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5992), - [904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1024), - [906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4123), - [908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2366), - [910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1236), - [912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6398), - [914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1081), - [916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7269), - [918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6823), - [920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(146), - [922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5963), - [924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1910), - [926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4167), - [928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2756), - [930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2422), - [932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6039), - [934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1975), - [936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7049), + [876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(197), + [878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(556), + [880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5596), + [882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1253), + [884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4000), + [886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2518), + [888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1520), + [890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6232), + [892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1358), + [894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7213), + [896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7857), + [898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(141), + [900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(648), + [902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5631), + [904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1680), + [906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3986), + [908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2770), + [910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2405), + [912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6605), + [914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1979), + [916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7052), + [918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8267), + [920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(164), + [922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(481), + [924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5572), + [926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1118), + [928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4021), + [930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2349), + [932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1140), + [934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6198), + [936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1116), [938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7357), - [940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(160), - [942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(587), - [944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5986), - [946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1417), - [948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4298), - [950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2496), - [952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1642), - [954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6205), - [956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1353), - [958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7209), - [960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8201), - [962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(166), - [964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(555), - [966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5988), - [968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1422), - [970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4021), - [972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2554), - [974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1680), - [976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6265), - [978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1499), - [980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7233), - [982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6654), - [984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(183), - [986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(185), - [988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(613), - [990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4144), - [992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2452), - [994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1257), - [996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6537), - [998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7305), - [1000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6953), - [1002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(202), - [1004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(642), - [1006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6001), - [1008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1042), - [1010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4154), - [1012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2429), - [1014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1154), - [1016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6083), - [1018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1116), - [1020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7353), - [1022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7162), - [1024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(173), - [1026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(596), - [1028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5989), - [1030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1177), - [1032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4084), - [1034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2436), - [1036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1326), - [1038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6312), - [1040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1184), - [1042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7245), - [1044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6720), - [1046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(177), - [1048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(565), - [1050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5991), - [1052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1438), - [1054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4118), - [1056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2572), - [1058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1709), - [1060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6345), - [1062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1553), - [1064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7257), - [1066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6769), - [1068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(148), - [1070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5967), - [1072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(957), - [1074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4198), - [1076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1943), - [1078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1110), - [1080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6076), - [1082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(939), - [1084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7098), - [1086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6789), - [1088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(150), - [1090] = {.entry = {.count = 1, .reusable = false}}, SHIFT(664), - [1092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5972), - [1094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2271), - [1096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4209), - [1098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2758), - [1100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2304), - [1102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6185), - [1104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2082), - [1106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7112), - [1108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6905), - [1110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(657), - [1112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1776), - [1114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7676), - [1116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(744), - [1118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7677), - [1120] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_selected_expressions_repeat1, 2, 0, 0), SHIFT_REPEAT(137), - [1123] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_selected_expressions_repeat1, 2, 0, 0), SHIFT_REPEAT(685), - [1126] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_selected_expressions_repeat1, 2, 0, 0), SHIFT_REPEAT(2629), - [1129] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_selected_expressions_repeat1, 2, 0, 0), SHIFT_REPEAT(5959), - [1132] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_selected_expressions_repeat1, 2, 0, 0), SHIFT_REPEAT(1003), - [1135] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_selected_expressions_repeat1, 2, 0, 0), SHIFT_REPEAT(2676), - [1138] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_selected_expressions_repeat1, 2, 0, 0), SHIFT_REPEAT(4142), - [1141] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_selected_expressions_repeat1, 2, 0, 0), SHIFT_REPEAT(2380), - [1144] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_selected_expressions_repeat1, 2, 0, 0), SHIFT_REPEAT(1229), - [1147] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_selected_expressions_repeat1, 2, 0, 0), SHIFT_REPEAT(6604), - [1150] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_selected_expressions_repeat1, 2, 0, 0), SHIFT_REPEAT(1077), - [1153] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_selected_expressions_repeat1, 2, 0, 0), SHIFT_REPEAT(6941), - [1156] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_selected_expressions_repeat1, 2, 0, 0), SHIFT_REPEAT(8354), - [1159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(140), - [1161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(653), - [1163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5955), - [1165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1605), - [1167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4059), - [1169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2610), - [1171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1730), - [1173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6036), - [1175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1550), - [1177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6870), - [1179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6887), - [1181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(151), - [1183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(560), - [1185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5973), - [1187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2279), - [1189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4212), - [1191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2709), - [1193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2337), - [1195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6260), - [1197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2106), - [1199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7125), - [1201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7004), - [1203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(152), - [1205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5974), - [1207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2282), - [1209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4218), - [1211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2737), - [1213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2354), - [1215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6361), - [1217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2137), - [1219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7137), - [1221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7148), - [1223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(154), - [1225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(570), - [1227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5976), - [1229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1676), - [1231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4233), - [1233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2648), - [1235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2019), - [1237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6503), - [1239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1876), - [1241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7149), - [1243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7285), - [1245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2072), - [1247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(592), - [1249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(157), - [1251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(575), - [1253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5978), - [1255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1945), - [1257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4250), - [1259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2735), - [1261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2296), - [1263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6063), - [1265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2222), - [1267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7173), - [1269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7594), - [1271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(159), - [1273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(579), - [1275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5983), - [1277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1799), - [1279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4257), - [1281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2683), - [1283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2061), - [1285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6123), - [1287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1825), - [1289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7185), - [1291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7749), - [1293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(604), - [1295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(608), - [1297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(617), - [1299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(621), - [1301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(625), - [1303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(629), - [1305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(634), - [1307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(182), - [1309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5994), - [1311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1900), - [1313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4131), - [1315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2651), - [1317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2207), - [1319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6492), - [1321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1796), - [1323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7281), - [1325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6864), - [1327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(184), - [1329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5995), - [1331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1781), - [1333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4137), - [1335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2631), - [1337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2224), - [1339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6516), - [1341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1838), - [1343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7293), - [1345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6910), - [1347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(638), - [1349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(192), - [1351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5997), - [1353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1669), - [1355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4145), - [1357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2570), - [1359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1683), - [1361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6583), - [1363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1661), - [1365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7317), - [1367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6992), - [1369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(196), - [1371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6000), - [1373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1319), - [1375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4148), - [1377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2513), - [1379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1467), - [1381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6028), - [1383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1240), - [1385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7329), - [1387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7035), - [1389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(198), - [1391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4152), - [1393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2598), - [1395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1887), - [1397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6062), - [1399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7341), - [1401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7105), - [1403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(647), - [1405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(213), - [1407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6003), - [1409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1322), - [1411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4155), - [1413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2477), - [1415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1445), - [1417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6102), - [1419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1280), - [1421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7365), - [1423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7217), - [1425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(147), - [1427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(545), - [1429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5966), - [1431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1904), - [1433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4182), - [1435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2640), - [1437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1927), - [1439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6395), - [1441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1695), - [1443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7077), - [1445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8210), - [1447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(132), - [1449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(672), - [1451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5956), - [1453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2007), - [1455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4052), - [1457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2739), - [1459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2357), - [1461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6319), - [1463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2087), - [1465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6706), - [1467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7454), - [1469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(694), - [1471] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_name, 1, 0, 0), - [1473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5214), - [1475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(51), - [1477] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_name, 1, 0, 0), - [1479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3452), - [1481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3602), - [1483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7307), - [1485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7284), - [1487] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_name, 2, 0, 0), - [1489] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_name, 2, 0, 0), - [1491] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), - [1493] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5214), - [1496] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(51), - [1499] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), - [1501] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3452), - [1504] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3602), - [1507] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7307), - [1510] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7284), - [1513] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5305), - [1516] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(67), - [1519] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3510), - [1522] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3608), - [1525] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7510), - [1528] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7467), - [1531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5305), - [1533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(67), - [1535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3510), - [1537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3608), - [1539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7510), - [1541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7467), - [1543] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5227), - [1546] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(41), - [1549] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3558), - [1552] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3622), - [1555] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7187), - [1558] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7164), - [1561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5227), - [1563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(41), - [1565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3558), - [1567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3622), - [1569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7187), - [1571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7164), - [1573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5190), - [1575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(32), - [1577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3499), - [1579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3635), - [1581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7013), - [1583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6945), - [1585] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5190), - [1588] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(32), - [1591] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3499), - [1594] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3635), - [1597] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7013), - [1600] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(6945), - [1603] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block_head, 1, 0, 0), - [1605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7127), - [1607] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5310), - [1610] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(34), - [1613] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3509), - [1616] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3597), - [1619] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7079), - [1622] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7052), - [1625] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5301), - [1628] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(66), - [1631] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3507), - [1634] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3600), - [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(5301), - [1645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(66), - [1647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3507), - [1649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3600), - [1651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7499), - [1653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7456), - [1655] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5261), - [1658] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(75), - [1661] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3545), - [1664] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3612), - [1667] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7598), - [1670] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7555), - [1673] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block_head, 2, 0, 0), - [1675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5261), - [1677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(75), - [1679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3545), - [1681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3612), - [1683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7598), - [1685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7555), - [1687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5310), - [1689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(34), - [1691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3509), - [1693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3597), - [1695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7079), - [1697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7052), - [1699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5289), - [1701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(63), - [1703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3501), - [1705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3630), - [1707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7466), - [1709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7423), - [1711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5255), - [1713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(76), - [1715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3552), - [1717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3634), - [1719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7615), - [1721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7566), - [1723] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5289), - [1726] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(63), - [1729] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3501), - [1732] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3630), - [1735] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7466), - [1738] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7423), - [1741] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5255), - [1744] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(76), - [1747] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3552), - [1750] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3634), - [1753] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7615), - [1756] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7566), - [1759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6995), - [1761] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5273), - [1764] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(59), - [1767] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3495), - [1770] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3618), - [1773] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7422), - [1776] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7379), - [1779] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5265), - [1782] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(74), - [1785] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3540), - [1788] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3607), - [1791] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7587), - [1794] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7544), - [1797] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5277), - [1800] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(60), - [1803] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3496), - [1806] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3644), - [1809] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7433), - [1812] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7390), - [1815] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block_head, 4, 0, 0), - [1817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5277), - [1819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(60), - [1821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3496), - [1823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3644), - [1825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7433), - [1827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7390), - [1829] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block_head, 5, 0, 0), - [1831] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5284), - [1834] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(77), - [1837] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3553), - [1840] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3650), - [1843] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7621), - [1846] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7577), - [1849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5265), - [1851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(74), - [1853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3540), - [1855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3607), - [1857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7587), - [1859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7544), - [1861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5284), - [1863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(77), - [1865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3553), - [1867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3650), - [1869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7621), - [1871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7577), - [1873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5308), - [1875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(36), - [1877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3525), - [1879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3654), - [1881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7114), - [1883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7101), - [1885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5273), - [1887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(59), - [1889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3495), - [1891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3618), - [1893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7422), - [1895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7379), - [1897] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5308), - [1900] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(36), - [1903] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3525), - [1906] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3654), - [1909] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7114), - [1912] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7101), - [1915] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block_head, 3, 0, 0), - [1917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5304), - [1919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(30), - [1921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3503), - [1923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3613), - [1925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6712), - [1927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6713), - [1929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5165), - [1931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(71), - [1933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3519), - [1935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3653), - [1937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7554), - [1939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7511), - [1941] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5304), - [1944] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(30), - [1947] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3503), - [1950] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3613), - [1953] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(6712), - [1956] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(6713), - [1959] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5281), - [1962] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(99), - [1965] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3497), - [1968] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3648), - [1971] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7444), - [1974] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7401), - [1977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4956), - [1979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3659), - [1981] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entity_head, 1, 0, 0), - [1983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5144), - [1985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3431), - [1987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5146), - [1989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5046), - [1991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7738), - [1993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5326), - [1995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5102), - [1997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7739), - [1999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5135), - [2001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8285), - [2003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5278), - [2005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5279), - [2007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4824), - [2009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5052), - [2011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5325), - [2013] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5285), - [2016] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(62), - [2019] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3498), - [2022] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3664), - [2025] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7455), - [2028] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7412), - [2031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5281), - [2033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(99), - [2035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3497), - [2037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3648), - [2039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7444), - [2041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7401), - [2043] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5297), - [2046] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(65), - [2049] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3506), - [2052] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3598), - [2055] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7488), - [2058] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7445), - [2061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5297), - [2063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(65), - [2065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3506), - [2067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3598), - [2069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7488), - [2071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7445), - [2073] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5165), - [2076] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(71), - [2079] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3519), - [2082] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3653), - [2085] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7554), - [2088] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7511), - [2091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5285), - [2093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(62), - [2095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3498), - [2097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3664), - [2099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7455), - [2101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7412), - [2103] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generate_head, 1, 0, 0), - [2105] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5312), - [2108] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(68), - [2111] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3512), - [2114] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3614), - [2117] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7521), - [2120] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7478), - [2123] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5318), - [2126] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(69), - [2129] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3513), - [2132] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3626), - [2135] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7532), - [2138] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7489), - [2141] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5205), - [2144] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(50), - [2147] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3585), - [2150] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3632), - [2153] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7295), - [2156] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7272), - [2159] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5264), - [2162] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(57), - [2165] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3491), - [2168] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3601), - [2171] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7400), - [2174] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7356), - [2177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5312), - [2179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(68), - [2181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3512), - [2183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3614), - [2185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7521), - [2187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7478), - [2189] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_architecture_head, 2, 0, 0), - [2191] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_call, 1, 0, 0), - [2193] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_call, 1, 0, 0), - [2195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7286), - [2197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5318), - [2199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(69), - [2201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3513), - [2203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3626), - [2205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7532), - [2207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7489), - [2209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5264), - [2211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(57), - [2213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3491), - [2215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3601), - [2217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7400), - [2219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7356), - [2221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4895), - [2223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3663), - [2225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5239), - [2227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5059), - [2229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3393), - [2231] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_declaration_body, 1, 0, 0), - [2233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5060), - [2235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5018), - [2237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7796), - [2239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5328), - [2241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7655), - [2243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4255), - [2245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5194), - [2247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4993), - [2249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5103), - [2251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8293), - [2253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5317), - [2255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5314), - [2257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4845), - [2259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5062), - [2261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5327), - [2263] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block_head, 6, 0, 0), - [2265] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block_head, 7, 0, 0), - [2267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5274), - [2269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(40), - [2271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3556), - [2273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3619), - [2275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7175), - [2277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7152), - [2279] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block_head, 8, 0, 0), - [2281] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat2, 2, 0, 0), SHIFT_REPEAT(4953), - [2284] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat2, 2, 0, 0), SHIFT_REPEAT(3655), - [2287] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat2, 2, 0, 0), SHIFT_REPEAT(5197), - [2290] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat2, 2, 0, 0), SHIFT_REPEAT(5127), - [2293] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat2, 2, 0, 0), SHIFT_REPEAT(3430), - [2296] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat2, 2, 0, 0), SHIFT_REPEAT(5132), - [2299] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat2, 2, 0, 0), SHIFT_REPEAT(4772), - [2302] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat2, 2, 0, 0), SHIFT_REPEAT(5045), - [2305] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat2, 2, 0, 0), SHIFT_REPEAT(5324), - [2308] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat2, 2, 0, 0), SHIFT_REPEAT(5134), - [2311] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat2, 2, 0, 0), SHIFT_REPEAT(5107), - [2314] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat2, 2, 0, 0), SHIFT_REPEAT(8277), - [2317] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat2, 2, 0, 0), SHIFT_REPEAT(5242), - [2320] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat2, 2, 0, 0), SHIFT_REPEAT(5320), - [2323] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat2, 2, 0, 0), SHIFT_REPEAT(4735), - [2326] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat2, 2, 0, 0), SHIFT_REPEAT(5136), - [2329] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat2, 2, 0, 0), SHIFT_REPEAT(5322), - [2332] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_architecture_head, 1, 0, 0), - [2334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4020), - [2336] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5274), - [2339] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(40), - [2342] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3556), - [2345] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3619), - [2348] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7175), - [2351] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7152), - [2354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5205), - [2356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(50), - [2358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3585), - [2360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3632), - [2362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7295), - [2364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7272), - [2366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4179), - [2368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4201), - [2370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4223), - [2372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4241), - [2374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5187), - [2376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(48), - [2378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3437), - [2380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3629), - [2382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7271), - [2384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7248), - [2386] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__direct_name, 1, 0, 0), - [2388] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__direct_name, 1, 0, 0), - [2390] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesis_expression, 3, 0, 0), - [2392] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesis_expression, 3, 0, 0), - [2394] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__external_name, 1, 0, 0), - [2396] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__external_name, 1, 0, 0), - [2398] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5187), - [2401] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(48), - [2404] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3437), - [2407] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3629), - [2410] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7271), - [2413] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7248), - [2416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5223), - [2418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(52), - [2420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3457), - [2422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3589), - [2424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7319), - [2426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7296), - [2428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5177), - [2430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(47), - [2432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3494), - [2434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3658), - [2436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7259), - [2438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7236), - [2440] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_association_list, 4, 0, 0), - [2442] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_association_list, 4, 0, 0), - [2444] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__literal, 1, 0, 0), - [2446] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__literal, 1, 0, 0), - [2448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1446), - [2450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1458), - [2452] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 1, 0, 0), - [2454] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_name_repeat1, 1, 0, 0), - [2456] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__name_selector, 1, 0, 0), - [2458] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__name_selector, 1, 0, 0), - [2460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5163), - [2462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(46), - [2464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3568), - [2466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3592), - [2468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7247), - [2470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7224), - [2472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7469), - [2474] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5163), - [2477] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(46), - [2480] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3568), - [2483] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3592), - [2486] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7247), - [2489] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7224), - [2492] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__suffix, 1, 0, 0), - [2494] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__suffix, 1, 0, 0), - [2496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5315), - [2498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(31), - [2500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3433), - [2502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3594), - [2504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6944), - [2506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6837), - [2508] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_selection, 2, 0, 0), - [2510] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_selection, 2, 0, 0), - [2512] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesis_group, 2, 0, 0), - [2514] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesis_group, 2, 0, 0), - [2516] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 2, 0, 14), - [2518] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute, 2, 0, 14), - [2520] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 2, 0, 0), - [2522] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute, 2, 0, 0), - [2524] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_call, 2, 0, 0), - [2526] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_call, 2, 0, 0), - [2528] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_call, 3, 0, 0), - [2530] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_call, 3, 0, 0), - [2532] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entity_head, 2, 0, 0), - [2534] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5315), - [2537] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(31), - [2540] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3433), - [2543] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3594), - [2546] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(6944), - [2549] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(6837), - [2552] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesis_group, 3, 0, 0), - [2554] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesis_group, 3, 0, 0), - [2556] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_call, 4, 0, 0), - [2558] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_call, 4, 0, 0), - [2560] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_external_constant_name, 6, 0, 0), - [2562] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_external_constant_name, 6, 0, 0), - [2564] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_external_signal_name, 6, 0, 0), - [2566] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_external_signal_name, 6, 0, 0), - [2568] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_external_variable_name, 6, 0, 0), - [2570] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_external_variable_name, 6, 0, 0), - [2572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5213), - [2574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(37), - [2576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3551), - [2578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3604), - [2580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7139), - [2582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7115), - [2584] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__attribute_designator, 1, 0, 4), - [2586] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__attribute_designator, 1, 0, 4), - [2588] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_map_aspect, 3, 0, 0), - [2590] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_map_aspect, 3, 0, 0), - [2592] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5177), - [2595] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(47), - [2598] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3494), - [2601] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3658), - [2604] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7259), - [2607] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7236), - [2610] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__attribute, 1, 0, 3), - [2612] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__attribute, 1, 0, 3), - [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(5223), - [2621] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(52), - [2624] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3457), - [2627] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3589), - [2630] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7319), - [2633] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7296), - [2636] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_signature, 3, 0, 13), - [2638] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_signature, 3, 0, 13), - [2640] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_signature, 4, 0, 22), - [2642] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_signature, 4, 0, 22), - [2644] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_signature, 4, 0, 31), - [2646] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_signature, 4, 0, 31), - [2648] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_signature, 5, 0, 40), - [2650] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_signature, 5, 0, 40), - [2652] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_signature, 6, 0, 48), - [2654] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_signature, 6, 0, 48), - [2656] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5213), - [2659] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(37), - [2662] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3551), - [2665] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3604), - [2668] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7139), - [2671] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7115), - [2674] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_association_list, 3, 0, 0), - [2676] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_association_list, 3, 0, 0), - [2678] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__identifier, 1, 0, 0), - [2680] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__identifier, 1, 0, 0), - [2682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7166), - [2684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6962), - [2686] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_based_literal, 2, 0, 0), - [2688] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_based_literal, 2, 0, 0), + [940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7342), + [942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(150), + [944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(598), + [946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5588), + [948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1459), + [950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4009), + [952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2593), + [954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1782), + [956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6019), + [958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1601), + [960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7261), + [962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7719), + [964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(161), + [966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(546), + [968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5592), + [970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1147), + [972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4006), + [974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2465), + [976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1408), + [978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6090), + [980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1215), + [982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7249), + [984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7753), + [986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(134), + [988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(142), + [990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(541), + [992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5587), + [994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1001), + [996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4010), + [998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2385), + [1000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1141), + [1002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6039), + [1004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1027), + [1006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7273), + [1008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7697), + [1010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(182), + [1012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5594), + [1014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1596), + [1016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4002), + [1018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2544), + [1020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1706), + [1022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6193), + [1024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1517), + [1026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7225), + [1028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7822), + [1030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(129), + [1032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(524), + [1034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4014), + [1036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2453), + [1038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1243), + [1040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6094), + [1042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7309), + [1044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7545), + [1046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(178), + [1048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(616), + [1050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5593), + [1052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1583), + [1054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4005), + [1056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2595), + [1058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1705), + [1060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6134), + [1062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1584), + [1064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7237), + [1066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7783), + [1068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(130), + [1070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5624), + [1072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(971), + [1074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3981), + [1076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2014), + [1078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1098), + [1080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6588), + [1082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(944), + [1084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7102), + [1086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8317), + [1088] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_selected_expressions_repeat1, 2, 0, 0), SHIFT_REPEAT(187), + [1091] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_selected_expressions_repeat1, 2, 0, 0), SHIFT_REPEAT(655), + [1094] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_selected_expressions_repeat1, 2, 0, 0), SHIFT_REPEAT(2672), + [1097] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_selected_expressions_repeat1, 2, 0, 0), SHIFT_REPEAT(5640), + [1100] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_selected_expressions_repeat1, 2, 0, 0), SHIFT_REPEAT(1003), + [1103] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_selected_expressions_repeat1, 2, 0, 0), SHIFT_REPEAT(2682), + [1106] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_selected_expressions_repeat1, 2, 0, 0), SHIFT_REPEAT(4022), + [1109] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_selected_expressions_repeat1, 2, 0, 0), SHIFT_REPEAT(2399), + [1112] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_selected_expressions_repeat1, 2, 0, 0), SHIFT_REPEAT(1206), + [1115] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_selected_expressions_repeat1, 2, 0, 0), SHIFT_REPEAT(6203), + [1118] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_selected_expressions_repeat1, 2, 0, 0), SHIFT_REPEAT(1025), + [1121] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_selected_expressions_repeat1, 2, 0, 0), SHIFT_REPEAT(6943), + [1124] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_selected_expressions_repeat1, 2, 0, 0), SHIFT_REPEAT(7370), + [1127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(430), + [1129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1893), + [1131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7680), + [1133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(749), + [1135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7681), + [1137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(167), + [1139] = {.entry = {.count = 1, .reusable = false}}, SHIFT(583), + [1141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5617), + [1143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2266), + [1145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3984), + [1147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2736), + [1149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2418), + [1151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6562), + [1153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2281), + [1155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7116), + [1157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8284), + [1159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(413), + [1161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(213), + [1163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(608), + [1165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5616), + [1167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2283), + [1169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3987), + [1171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2712), + [1173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2346), + [1175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6526), + [1177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2186), + [1179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7129), + [1181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8240), + [1183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(127), + [1185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(577), + [1187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5607), + [1189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2216), + [1191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3994), + [1193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2744), + [1195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2358), + [1197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6335), + [1199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2048), + [1201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7177), + [1203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8103), + [1205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(531), + [1207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(139), + [1209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5576), + [1211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1406), + [1213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4018), + [1215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2484), + [1217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1566), + [1219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6148), + [1221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1324), + [1223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7333), + [1225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7457), + [1227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2257), + [1229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(508), + [1231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(218), + [1233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5615), + [1235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2275), + [1237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3989), + [1239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2763), + [1241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2314), + [1243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6351), + [1245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2126), + [1247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7141), + [1249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8223), + [1251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(214), + [1253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(590), + [1255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5611), + [1257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1740), + [1259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3990), + [1261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2670), + [1263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1935), + [1265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6422), + [1267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1870), + [1269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7153), + [1271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8192), + [1273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(620), + [1275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(518), + [1277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(205), + [1279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(687), + [1281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5662), + [1283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1633), + [1285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4228), + [1287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2566), + [1289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1911), + [1291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6070), + [1293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1639), + [1295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7644), + [1297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7643), + [1299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(136), + [1301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5583), + [1303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1838), + [1305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4011), + [1307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2617), + [1309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1994), + [1311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6058), + [1313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1760), + [1315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7285), + [1317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7669), + [1319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(488), + [1321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(144), + [1323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(707), + [1325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5657), + [1327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1933), + [1329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4192), + [1331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2761), + [1333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2409), + [1335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6279), + [1337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1978), + [1339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6707), + [1341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7193), + [1343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(513), + [1345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(185), + [1347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4020), + [1349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2598), + [1351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1707), + [1353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6175), + [1355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7345), + [1357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7419), + [1359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(493), + [1361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(475), + [1363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(184), + [1365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5569), + [1367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1400), + [1369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4023), + [1371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2496), + [1373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1431), + [1375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6221), + [1377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1273), + [1379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7369), + [1381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7332), + [1383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(211), + [1385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5580), + [1387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1445), + [1389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4015), + [1391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2568), + [1393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1684), + [1395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6121), + [1397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1631), + [1399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7321), + [1401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7513), + [1403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(536), + [1405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(131), + [1407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5582), + [1409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1839), + [1411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4012), + [1413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2639), + [1415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2052), + [1417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6073), + [1419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1783), + [1421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7297), + [1423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7620), + [1425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(551), + [1427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(204), + [1429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(569), + [1431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5601), + [1433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1762), + [1435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3996), + [1437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2680), + [1439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2234), + [1441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6300), + [1443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1717), + [1445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7189), + [1447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8069), + [1449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(153), + [1451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(637), + [1453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5626), + [1455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1704), + [1457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4184), + [1459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2677), + [1461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2083), + [1463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6603), + [1465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1907), + [1467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7081), + [1469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8351), + [1471] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), + [1473] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5280), + [1476] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(93), + [1479] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), + [1481] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3556), + [1484] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3587), + [1487] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7311), + [1490] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7288), + [1493] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_name, 1, 0, 0), + [1495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5280), + [1497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(93), + [1499] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_name, 1, 0, 0), + [1501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3556), + [1503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3587), + [1505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7311), + [1507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7288), + [1509] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_name, 2, 0, 0), + [1511] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_name, 2, 0, 0), + [1513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5266), + [1515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(53), + [1517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3480), + [1519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3625), + [1521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7514), + [1523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7471), + [1525] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5266), + [1528] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(53), + [1531] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3480), + [1534] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3625), + [1537] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7514), + [1540] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7471), + [1543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5155), + [1545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(84), + [1547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3510), + [1549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3638), + [1551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7191), + [1553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7168), + [1555] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5330), + [1558] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(21), + [1561] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3450), + [1564] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3667), + [1567] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7016), + [1570] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(6947), + [1573] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5155), + [1576] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(84), + [1579] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3510), + [1582] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3638), + [1585] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7191), + [1588] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7168), + [1591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5330), + [1593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21), + [1595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3450), + [1597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3667), + [1599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7016), + [1601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6947), + [1603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5271), + [1605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(59), + [1607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3446), + [1609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3623), + [1611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7503), + [1613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7460), + [1615] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block_head, 1, 0, 0), + [1617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7131), + [1619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5218), + [1621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(39), + [1623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3482), + [1625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3666), + [1627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7602), + [1629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7559), + [1631] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5271), + [1634] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(59), + [1637] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3446), + [1640] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3623), + [1643] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7503), + [1646] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7460), + [1649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5201), + [1651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(33), + [1653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3443), + [1655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3600), + [1657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7083), + [1659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7055), + [1661] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5201), + [1664] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(33), + [1667] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3443), + [1670] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3600), + [1673] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7083), + [1676] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7055), + [1679] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block_head, 2, 0, 0), + [1681] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5218), + [1684] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(39), + [1687] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3482), + [1690] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3666), + [1693] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7602), + [1696] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7559), + [1699] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5211), + [1702] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(36), + [1705] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3504), + [1708] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3662), + [1711] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7619), + [1714] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7570), + [1717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5288), + [1719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(69), + [1721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3579), + [1723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3663), + [1725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7470), + [1727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7427), + [1729] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5288), + [1732] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(69), + [1735] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3579), + [1738] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3663), + [1741] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7470), + [1744] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7427), + [1747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5211), + [1749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(36), + [1751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3504), + [1753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3662), + [1755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7619), + [1757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7570), + [1759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5305), + [1761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18), + [1763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3512), + [1765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3651), + [1767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7437), + [1769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7394), + [1771] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5305), + [1774] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(18), + [1777] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3512), + [1780] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3651), + [1783] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7437), + [1786] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7394), + [1789] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block_head, 5, 0, 0), + [1791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6985), + [1793] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5225), + [1796] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(40), + [1799] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3465), + [1802] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3668), + [1805] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7591), + [1808] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7548), + [1811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5206), + [1813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(34), + [1815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3511), + [1817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3642), + [1819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7625), + [1821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7581), + [1823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5225), + [1825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(40), + [1827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3465), + [1829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3668), + [1831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7591), + [1833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7548), + [1835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5269), + [1837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(58), + [1839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3447), + [1841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3598), + [1843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7118), + [1845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7105), + [1847] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block_head, 3, 0, 0), + [1849] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block_head, 4, 0, 0), + [1851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5310), + [1853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(74), + [1855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3507), + [1857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3620), + [1859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7426), + [1861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7383), + [1863] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5310), + [1866] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(74), + [1869] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3507), + [1872] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3620), + [1875] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7426), + [1878] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7383), + [1881] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5206), + [1884] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(34), + [1887] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3511), + [1890] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3642), + [1893] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7625), + [1896] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7581), + [1899] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5269), + [1902] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(58), + [1905] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3447), + [1908] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3598), + [1911] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7118), + [1914] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7105), + [1917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5300), + [1919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(72), + [1921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3524), + [1923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3615), + [1925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7448), + [1927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7405), + [1929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5244), + [1931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(44), + [1933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3438), + [1935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3649), + [1937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7558), + [1939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7515), + [1941] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5244), + [1944] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(44), + [1947] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3438), + [1950] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3649), + [1953] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7558), + [1956] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7515), + [1959] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5276), + [1962] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(17), + [1965] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3471), + [1968] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3616), + [1971] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7492), + [1974] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7449), + [1977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5276), + [1979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17), + [1981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3471), + [1983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3616), + [1985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7492), + [1987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7449), + [1989] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5300), + [1992] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(72), + [1995] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3524), + [1998] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3615), + [2001] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7448), + [2004] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7405), + [2007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5233), + [2009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(90), + [2011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3519), + [2013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3591), + [2015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6713), + [2017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6714), + [2019] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5233), + [2022] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(90), + [2025] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3519), + [2028] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3591), + [2031] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(6713), + [2034] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(6714), + [2037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4927), + [2039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3595), + [2041] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entity_head, 1, 0, 0), + [2043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5143), + [2045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3424), + [2047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5146), + [2049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4974), + [2051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7742), + [2053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5292), + [2055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5147), + [2057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7743), + [2059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5062), + [2061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8289), + [2063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5252), + [2065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5232), + [2067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4850), + [2069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5128), + [2071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5279), + [2073] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5294), + [2076] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(70), + [2079] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3529), + [2082] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3603), + [2085] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7459), + [2088] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7416), + [2091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5294), + [2093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(70), + [2095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3529), + [2097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3603), + [2099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7459), + [2101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7416), + [2103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5148), + [2105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(78), + [2107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3433), + [2109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3586), + [2111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7179), + [2113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7156), + [2115] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block_head, 8, 0, 0), + [2117] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block_head, 6, 0, 0), + [2119] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5267), + [2122] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(94), + [2125] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3566), + [2128] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3660), + [2131] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7299), + [2134] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7276), + [2137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4921), + [2139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3588), + [2141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5182), + [2143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5103), + [2145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3426), + [2147] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_declaration_body, 1, 0, 0), + [2149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5093), + [2151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4987), + [2153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7800), + [2155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5196), + [2157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7659), + [2159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3993), + [2161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5151), + [2163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5025), + [2165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5144), + [2167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8297), + [2169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5257), + [2171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5263), + [2173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4734), + [2175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5078), + [2177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5187), + [2179] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5256), + [2182] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(48), + [2185] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3523), + [2188] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3643), + [2191] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7536), + [2194] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7493), + [2197] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_architecture_head, 2, 0, 0), + [2199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4132), + [2201] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block_head, 7, 0, 0), + [2203] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat2, 2, 0, 0), SHIFT_REPEAT(4917), + [2206] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat2, 2, 0, 0), SHIFT_REPEAT(3599), + [2209] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat2, 2, 0, 0), SHIFT_REPEAT(5171), + [2212] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat2, 2, 0, 0), SHIFT_REPEAT(5087), + [2215] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat2, 2, 0, 0), SHIFT_REPEAT(3419), + [2218] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat2, 2, 0, 0), SHIFT_REPEAT(5076), + [2221] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat2, 2, 0, 0), SHIFT_REPEAT(4695), + [2224] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat2, 2, 0, 0), SHIFT_REPEAT(5030), + [2227] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat2, 2, 0, 0), SHIFT_REPEAT(5265), + [2230] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat2, 2, 0, 0), SHIFT_REPEAT(5065), + [2233] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat2, 2, 0, 0), SHIFT_REPEAT(5127), + [2236] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat2, 2, 0, 0), SHIFT_REPEAT(8281), + [2239] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat2, 2, 0, 0), SHIFT_REPEAT(5242), + [2242] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat2, 2, 0, 0), SHIFT_REPEAT(5193), + [2245] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat2, 2, 0, 0), SHIFT_REPEAT(4846), + [2248] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat2, 2, 0, 0), SHIFT_REPEAT(5056), + [2251] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat2, 2, 0, 0), SHIFT_REPEAT(5264), + [2254] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5261), + [2257] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(51), + [2260] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3528), + [2263] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3637), + [2266] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7525), + [2269] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7482), + [2272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5261), + [2274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(51), + [2276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3528), + [2278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3637), + [2280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7525), + [2282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7482), + [2284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5267), + [2286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(94), + [2288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3566), + [2290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3660), + [2292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7299), + [2294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7276), + [2296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5325), + [2298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(77), + [2300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3448), + [2302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3627), + [2304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7404), + [2306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7360), + [2308] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_architecture_head, 1, 0, 0), + [2310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4112), + [2312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5256), + [2314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(48), + [2316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3523), + [2318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3643), + [2320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7536), + [2322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7493), + [2324] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_call, 1, 0, 0), + [2326] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_call, 1, 0, 0), + [2328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7290), + [2330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4089), + [2332] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generate_head, 1, 0, 0), + [2334] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5148), + [2337] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(78), + [2340] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3433), + [2343] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3586), + [2346] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7179), + [2349] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7156), + [2352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4044), + [2354] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5325), + [2357] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(77), + [2360] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3448), + [2363] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3627), + [2366] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7404), + [2369] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7360), + [2372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4070), + [2374] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__suffix, 1, 0, 0), + [2376] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__suffix, 1, 0, 0), + [2378] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__literal, 1, 0, 0), + [2380] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__literal, 1, 0, 0), + [2382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1571), + [2384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1578), + [2386] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_call, 2, 0, 0), + [2388] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_call, 2, 0, 0), + [2390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5293), + [2392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(92), + [2394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3493), + [2396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3653), + [2398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7323), + [2400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7300), + [2402] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__attribute, 1, 0, 3), + [2404] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__attribute, 1, 0, 3), + [2406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5166), + [2408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(97), + [2410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3550), + [2412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3635), + [2414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6946), + [2416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6839), + [2418] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5166), + [2421] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(97), + [2424] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3550), + [2427] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3635), + [2430] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(6946), + [2433] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(6839), + [2436] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_signature, 3, 0, 13), + [2438] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_signature, 3, 0, 13), + [2440] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_signature, 2, 0, 0), + [2442] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_signature, 2, 0, 0), + [2444] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5237), + [2447] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(98), + [2450] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3585), + [2453] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3596), + [2456] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7263), + [2459] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7240), + [2462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5237), + [2464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(98), + [2466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3585), + [2468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3596), + [2470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7263), + [2472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7240), + [2474] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_signature, 4, 0, 22), + [2476] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_signature, 4, 0, 22), + [2478] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesis_expression, 3, 0, 0), + [2480] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesis_expression, 3, 0, 0), + [2482] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_signature, 4, 0, 31), + [2484] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_signature, 4, 0, 31), + [2486] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5228), + [2489] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(99), + [2492] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3568), + [2495] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3632), + [2498] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7251), + [2501] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7228), + [2504] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 2, 0, 0), + [2506] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute, 2, 0, 0), + [2508] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 2, 0, 14), + [2510] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute, 2, 0, 14), + [2512] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__name_selector, 1, 0, 0), + [2514] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__name_selector, 1, 0, 0), + [2516] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesis_group, 2, 0, 0), + [2518] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesis_group, 2, 0, 0), + [2520] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_selection, 2, 0, 0), + [2522] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_selection, 2, 0, 0), + [2524] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_call, 3, 0, 0), + [2526] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_call, 3, 0, 0), + [2528] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5293), + [2531] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(92), + [2534] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3493), + [2537] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3653), + [2540] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7323), + [2543] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7300), + [2546] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesis_group, 3, 0, 0), + [2548] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesis_group, 3, 0, 0), + [2550] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_call, 4, 0, 0), + [2552] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_call, 4, 0, 0), + [2554] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_external_constant_name, 6, 0, 0), + [2556] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_external_constant_name, 6, 0, 0), + [2558] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_external_signal_name, 6, 0, 0), + [2560] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_external_signal_name, 6, 0, 0), + [2562] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 1, 0, 0), + [2564] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_name_repeat1, 1, 0, 0), + [2566] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_external_variable_name, 6, 0, 0), + [2568] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_external_variable_name, 6, 0, 0), + [2570] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entity_head, 2, 0, 0), + [2572] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_map_aspect, 3, 0, 0), + [2574] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_map_aspect, 3, 0, 0), + [2576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5245), + [2578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(96), + [2580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3582), + [2582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3644), + [2584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7275), + [2586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7252), + [2588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5228), + [2590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(99), + [2592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3568), + [2594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3632), + [2596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7251), + [2598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7228), + [2600] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_association_list, 3, 0, 0), + [2602] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_association_list, 3, 0, 0), + [2604] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5229), + [2607] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(61), + [2610] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3497), + [2613] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3609), + [2616] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7143), + [2619] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7119), + [2622] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__attribute_designator, 1, 0, 4), + [2624] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__attribute_designator, 1, 0, 4), + [2626] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__identifier, 1, 0, 0), + [2628] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__identifier, 1, 0, 0), + [2630] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5245), + [2633] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(96), + [2636] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3582), + [2639] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3644), + [2642] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7275), + [2645] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7252), + [2648] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_association_list, 4, 0, 0), + [2650] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_association_list, 4, 0, 0), + [2652] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_signature, 5, 0, 40), + [2654] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_signature, 5, 0, 40), + [2656] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_signature, 6, 0, 48), + [2658] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_signature, 6, 0, 48), + [2660] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__direct_name, 1, 0, 0), + [2662] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__direct_name, 1, 0, 0), + [2664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7473), + [2666] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__external_name, 1, 0, 0), + [2668] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__external_name, 1, 0, 0), + [2670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5229), + [2672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(61), + [2674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3497), + [2676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3609), + [2678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7143), + [2680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7119), + [2682] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_expression, 3, 0, 0), + [2684] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_simple_expression, 3, 0, 0), + [2686] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_expression, 2, 0, 0), + [2688] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_simple_expression, 2, 0, 0), [2690] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_condition_expression, 2, 0, 0), - [2692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2691), - [2694] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2691), - [2696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2619), - [2698] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2638), - [2700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(440), - [2702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2637), - [2704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2638), - [2706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2678), - [2708] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_logical_expression, 3, 0, 0), - [2710] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_expression, 3, 0, 0), - [2712] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_simple_expression, 3, 0, 0), - [2714] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__abstract_literal, 1, 0, 0), - [2716] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__abstract_literal, 1, 0, 0), - [2718] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_expression, 2, 0, 0), - [2720] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_simple_expression, 2, 0, 0), - [2722] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_relational_expression, 3, 0, 0), - [2724] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_relational_expression, 3, 0, 0), - [2726] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_shift_expression, 3, 0, 0), - [2728] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_shift_expression, 3, 0, 0), - [2730] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entity_head, 3, 0, 0), - [2732] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_entity_head_repeat1, 2, 0, 0), SHIFT_REPEAT(4956), - [2735] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_entity_head_repeat1, 2, 0, 0), SHIFT_REPEAT(3659), - [2738] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_entity_head_repeat1, 2, 0, 0), - [2740] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_entity_head_repeat1, 2, 0, 0), SHIFT_REPEAT(5144), - [2743] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_entity_head_repeat1, 2, 0, 0), SHIFT_REPEAT(3431), - [2746] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_entity_head_repeat1, 2, 0, 0), SHIFT_REPEAT(5146), - [2749] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_entity_head_repeat1, 2, 0, 0), SHIFT_REPEAT(5046), - [2752] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_entity_head_repeat1, 2, 0, 0), SHIFT_REPEAT(5326), - [2755] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_entity_head_repeat1, 2, 0, 0), SHIFT_REPEAT(7097), - [2758] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_entity_head_repeat1, 2, 0, 0), SHIFT_REPEAT(5102), - [2761] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_entity_head_repeat1, 2, 0, 0), SHIFT_REPEAT(5033), - [2764] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_entity_head_repeat1, 2, 0, 0), SHIFT_REPEAT(5135), - [2767] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_entity_head_repeat1, 2, 0, 0), SHIFT_REPEAT(8285), - [2770] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_entity_head_repeat1, 2, 0, 0), SHIFT_REPEAT(5278), - [2773] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_entity_head_repeat1, 2, 0, 0), SHIFT_REPEAT(5279), - [2776] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_entity_head_repeat1, 2, 0, 0), SHIFT_REPEAT(4824), - [2779] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_entity_head_repeat1, 2, 0, 0), SHIFT_REPEAT(5052), - [2782] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_entity_head_repeat1, 2, 0, 0), SHIFT_REPEAT(5325), - [2785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7557), - [2787] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entity_head, 4, 0, 0), - [2789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1954), - [2791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1955), - [2793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7061), - [2795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7458), - [2797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2138), - [2799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2140), - [2801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(415), - [2803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7568), - [2805] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat1, 2, 0, 0), - [2807] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(4811), - [2810] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(4923), - [2813] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(4761), - [2816] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_declaration_body, 2, 0, 0), - [2818] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generate_body, 2, 0, 0), - [2820] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_generate_body, 2, 0, 0), SHIFT(5143), - [2823] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generate_body, 3, 0, 0), - [2825] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_generate_body, 3, 0, 0), SHIFT(5143), - [2828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7425), - [2830] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__range, 1, 0, 0), - [2832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(688), - [2834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2395), - [2836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2396), - [2838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2373), - [2840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2374), - [2842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2289), - [2844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2408), - [2846] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_declaration_body, 3, 0, 0), - [2848] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_declaration_body_repeat1, 2, 0, 0), SHIFT_REPEAT(4895), - [2851] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_declaration_body_repeat1, 2, 0, 0), SHIFT_REPEAT(3663), - [2854] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_declaration_body_repeat1, 2, 0, 0), SHIFT_REPEAT(5239), - [2857] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_declaration_body_repeat1, 2, 0, 0), SHIFT_REPEAT(5059), - [2860] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_declaration_body_repeat1, 2, 0, 0), SHIFT_REPEAT(3393), - [2863] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_package_declaration_body_repeat1, 2, 0, 0), - [2865] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_declaration_body_repeat1, 2, 0, 0), SHIFT_REPEAT(5060), - [2868] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_declaration_body_repeat1, 2, 0, 0), SHIFT_REPEAT(5018), - [2871] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_declaration_body_repeat1, 2, 0, 0), SHIFT_REPEAT(5328), - [2874] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_declaration_body_repeat1, 2, 0, 0), SHIFT_REPEAT(7655), - [2877] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_declaration_body_repeat1, 2, 0, 0), SHIFT_REPEAT(5194), - [2880] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_declaration_body_repeat1, 2, 0, 0), SHIFT_REPEAT(4993), - [2883] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_declaration_body_repeat1, 2, 0, 0), SHIFT_REPEAT(5103), - [2886] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_declaration_body_repeat1, 2, 0, 0), SHIFT_REPEAT(8293), - [2889] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_declaration_body_repeat1, 2, 0, 0), SHIFT_REPEAT(5317), - [2892] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_declaration_body_repeat1, 2, 0, 0), SHIFT_REPEAT(5314), - [2895] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_declaration_body_repeat1, 2, 0, 0), SHIFT_REPEAT(4845), - [2898] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_declaration_body_repeat1, 2, 0, 0), SHIFT_REPEAT(5062), - [2901] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_declaration_body_repeat1, 2, 0, 0), SHIFT_REPEAT(5327), - [2904] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_conditional_expression, 1, 0, 0), - [2906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(646), - [2908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7103), - [2910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(485), - [2912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(521), - [2914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(697), - [2916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2459), - [2918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2460), - [2920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2445), - [2922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2446), - [2924] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_case_generate_body, 2, 0, 0), SHIFT(5089), - [2927] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_generate_body, 2, 0, 0), - [2929] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_case_generate_body, 3, 0, 0), SHIFT(5089), - [2932] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_generate_body, 3, 0, 0), - [2934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7381), - [2936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7392), - [2938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3543), - [2940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4944), - [2942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3651), - [2944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26), - [2946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5099), - [2948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5105), - [2950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5044), - [2952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5321), - [2954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2314), - [2956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5106), - [2958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8269), - [2960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5191), - [2962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5268), - [2964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4786), - [2966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5110), - [2968] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__label, 1, 0, 1), - [2970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7579), - [2972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7546), - [2974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(475), - [2976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(501), - [2978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2524), - [2980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2525), - [2982] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_configuration_specification, 3, 0, 0), - [2984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7066), - [2986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2479), - [2988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2473), - [2990] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_generate_body, 2, 0, 0), SHIFT(5130), - [2993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7403), - [2995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7414), - [2997] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assertion, 2, 0, 0), - [2999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(666), - [3001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(665), - [3003] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_generate_body, 3, 0, 0), SHIFT(5130), - [3006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6739), - [3008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7447), - [3010] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generate_block, 1, 0, 0), - [3012] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat3, 2, 0, 0), SHIFT_REPEAT(2996), - [3015] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat3, 2, 0, 0), SHIFT_REPEAT(1225), - [3018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2493), - [3020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2494), - [3022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2514), - [3024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2515), - [3026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2505), - [3028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2528), - [3030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7513), - [3032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(511), - [3034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7358), - [3036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(526), - [3038] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_bit_string_literal, 3, 0, 0), - [3040] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_bit_string_literal, 3, 0, 0), - [3042] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unit, 1, 0, 9), - [3044] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__unit, 1, 0, 9), - [3046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(455), - [3048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7154), - [3050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2410), - [3052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2580), - [3054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2581), - [3056] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unit, 1, 0, 0), - [3058] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__unit, 1, 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_bit_string_literal, 2, 0, 0), - [3066] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_bit_string_literal, 2, 0, 0), - [3068] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__literal, 2, 0, 10), - [3070] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__literal, 2, 0, 10), - [3072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(460), - [3074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2595), - [3076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2596), - [3078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4379), - [3080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1549), - [3082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4954), - [3084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4904), - [3086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7492), - [3088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(237), - [3090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4991), - [3092] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_else_expression, 2, 0, 0), - [3094] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_waveform_element, 1, 0, 0), - [3096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(706), - [3098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(543), - [3100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2551), - [3102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2552), - [3104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1653), - [3106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4924), - [3108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4925), - [3110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7574), - [3112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(228), - [3114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5021), - [3116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2614), - [3118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2550), - [3120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1658), - [3122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4934), - [3124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4939), - [3126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8145), - [3128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(226), - [3130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4970), - [3132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7274), - [3134] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat3, 2, 0, 0), SHIFT_REPEAT(3004), - [3137] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat3, 2, 0, 0), SHIFT_REPEAT(1231), - [3140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2586), - [3142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2589), - [3144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2604), - [3146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2605), - [3148] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_expression, 1, 0, 2), - [3150] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_simple_expression, 1, 0, 2), - [3152] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__primary, 1, 0, 0), - [3154] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__primary, 1, 0, 0), - [3156] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__primary, 1, 0, 2), - [3158] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__primary, 1, 0, 2), - [3160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7480), - [3162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7491), - [3164] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expression, 1, 0, 0), - [3166] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expression, 1, 0, 0), - [3168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(516), - [3170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2639), - [3172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2665), - [3174] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binding_indication, 3, 0, 0), + [2692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2667), + [2694] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2667), + [2696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2668), + [2698] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2665), + [2700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(674), + [2702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2659), + [2704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2665), + [2706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2666), + [2708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7170), + [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}}, REDUCE(sym__abstract_literal, 1, 0, 0), + [2722] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__abstract_literal, 1, 0, 0), + [2724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6965), + [2726] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_based_literal, 2, 0, 0), + [2728] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_based_literal, 2, 0, 0), + [2730] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entity_head, 4, 0, 0), + [2732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1995), + [2734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1993), + [2736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7462), + [2738] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entity_head, 3, 0, 0), + [2740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2019), + [2742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2020), + [2744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7065), + [2746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7561), + [2748] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_entity_head_repeat1, 2, 0, 0), SHIFT_REPEAT(4927), + [2751] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_entity_head_repeat1, 2, 0, 0), SHIFT_REPEAT(3595), + [2754] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_entity_head_repeat1, 2, 0, 0), + [2756] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_entity_head_repeat1, 2, 0, 0), SHIFT_REPEAT(5143), + [2759] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_entity_head_repeat1, 2, 0, 0), SHIFT_REPEAT(3424), + [2762] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_entity_head_repeat1, 2, 0, 0), SHIFT_REPEAT(5146), + [2765] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_entity_head_repeat1, 2, 0, 0), SHIFT_REPEAT(4974), + [2768] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_entity_head_repeat1, 2, 0, 0), SHIFT_REPEAT(5292), + [2771] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_entity_head_repeat1, 2, 0, 0), SHIFT_REPEAT(7813), + [2774] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_entity_head_repeat1, 2, 0, 0), SHIFT_REPEAT(5147), + [2777] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_entity_head_repeat1, 2, 0, 0), SHIFT_REPEAT(5026), + [2780] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_entity_head_repeat1, 2, 0, 0), SHIFT_REPEAT(5062), + [2783] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_entity_head_repeat1, 2, 0, 0), SHIFT_REPEAT(8289), + [2786] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_entity_head_repeat1, 2, 0, 0), SHIFT_REPEAT(5252), + [2789] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_entity_head_repeat1, 2, 0, 0), SHIFT_REPEAT(5232), + [2792] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_entity_head_repeat1, 2, 0, 0), SHIFT_REPEAT(4850), + [2795] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_entity_head_repeat1, 2, 0, 0), SHIFT_REPEAT(5128), + [2798] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_entity_head_repeat1, 2, 0, 0), SHIFT_REPEAT(5279), + [2801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7429), + [2803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2368), + [2805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2365), + [2807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7572), + [2809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(502), + [2811] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_declaration_body, 3, 0, 0), + [2813] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_declaration_body_repeat1, 2, 0, 0), SHIFT_REPEAT(4921), + [2816] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_declaration_body_repeat1, 2, 0, 0), SHIFT_REPEAT(3588), + [2819] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_declaration_body_repeat1, 2, 0, 0), SHIFT_REPEAT(5182), + [2822] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_declaration_body_repeat1, 2, 0, 0), SHIFT_REPEAT(5103), + [2825] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_declaration_body_repeat1, 2, 0, 0), SHIFT_REPEAT(3426), + [2828] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_package_declaration_body_repeat1, 2, 0, 0), + [2830] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_declaration_body_repeat1, 2, 0, 0), SHIFT_REPEAT(5093), + [2833] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_declaration_body_repeat1, 2, 0, 0), SHIFT_REPEAT(4987), + [2836] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_declaration_body_repeat1, 2, 0, 0), SHIFT_REPEAT(5196), + [2839] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_declaration_body_repeat1, 2, 0, 0), SHIFT_REPEAT(7659), + [2842] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_declaration_body_repeat1, 2, 0, 0), SHIFT_REPEAT(5151), + [2845] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_declaration_body_repeat1, 2, 0, 0), SHIFT_REPEAT(5025), + [2848] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_declaration_body_repeat1, 2, 0, 0), SHIFT_REPEAT(5144), + [2851] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_declaration_body_repeat1, 2, 0, 0), SHIFT_REPEAT(8297), + [2854] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_declaration_body_repeat1, 2, 0, 0), SHIFT_REPEAT(5257), + [2857] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_declaration_body_repeat1, 2, 0, 0), SHIFT_REPEAT(5263), + [2860] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_declaration_body_repeat1, 2, 0, 0), SHIFT_REPEAT(4734), + [2863] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_declaration_body_repeat1, 2, 0, 0), SHIFT_REPEAT(5078), + [2866] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_declaration_body_repeat1, 2, 0, 0), SHIFT_REPEAT(5187), + [2869] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_conditional_expression, 1, 0, 0), + [2871] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__range, 1, 0, 0), + [2873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(444), + [2875] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat1, 2, 0, 0), + [2877] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(4687), + [2880] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(4897), + [2883] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(4860), + [2886] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generate_body, 3, 0, 0), + [2888] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_generate_body, 3, 0, 0), SHIFT(5068), + [2891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(433), + [2893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2339), + [2895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2341), + [2897] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generate_body, 2, 0, 0), + [2899] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_generate_body, 2, 0, 0), SHIFT(5068), + [2902] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_declaration_body, 2, 0, 0), + [2904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2376), + [2906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2290), + [2908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(689), + [2910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(509), + [2912] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__label, 1, 0, 1), + [2914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7550), + [2916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(683), + [2918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7107), + [2920] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_case_generate_body, 2, 0, 0), SHIFT(5072), + [2923] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_generate_body, 2, 0, 0), + [2925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3464), + [2927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4929), + [2929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3606), + [2931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19), + [2933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5100), + [2935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5102), + [2937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4965), + [2939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5214), + [2941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2419), + [2943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5120), + [2945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8273), + [2947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5329), + [2949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5173), + [2951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4697), + [2953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5138), + [2955] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_case_generate_body, 3, 0, 0), SHIFT(5072), + [2958] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_generate_body, 3, 0, 0), + [2960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7385), + [2962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2441), + [2964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2440), + [2966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2450), + [2968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2434), + [2970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7396), + [2972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7583), + [2974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6741), + [2976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7517), + [2978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(440), + [2980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(459), + [2982] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assertion, 2, 0, 0), + [2984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(570), + [2986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(576), + [2988] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_generate_body, 3, 0, 0), SHIFT(5064), + [2991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7418), + [2993] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_configuration_specification, 3, 0, 0), + [2995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7760), + [2997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2527), + [2999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2526), + [3001] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generate_block, 1, 0, 0), + [3003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7407), + [3005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2528), + [3007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2529), + [3009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7451), + [3011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2487), + [3013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2514), + [3015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2495), + [3017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2494), + [3019] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_generate_body, 2, 0, 0), SHIFT(5064), + [3022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2478), + [3024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2479), + [3026] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat3, 2, 0, 0), SHIFT_REPEAT(3001), + [3029] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat3, 2, 0, 0), SHIFT_REPEAT(1198), + [3032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(421), + [3034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(719), + [3036] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__primary, 1, 0, 2), + [3038] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__primary, 1, 0, 2), + [3040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(420), + [3042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(617), + [3044] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__primary, 1, 0, 0), + [3046] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__primary, 1, 0, 0), + [3048] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_expression, 1, 0, 2), + [3050] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_simple_expression, 1, 0, 2), + [3052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7362), + [3054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2549), + [3056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2540), + [3058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(629), + [3060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2375), + [3062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7158), + [3064] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expression, 1, 0, 0), + [3066] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expression, 1, 0, 0), + [3068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2589), + [3070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2588), + [3072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7484), + [3074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4337), + [3076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1634), + [3078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4914), + [3080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4954), + [3082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7091), + [3084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(226), + [3086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4963), + [3088] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_allocator, 2, 0, 0), + [3090] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_allocator, 2, 0, 0), + [3092] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_waveform_element, 1, 0, 0), + [3094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(706), + [3096] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_else_expression, 2, 0, 0), + [3098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1654), + [3100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4951), + [3102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4952), + [3104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6643), + [3106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(236), + [3108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4999), + [3110] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unit, 1, 0, 9), + [3112] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__unit, 1, 0, 9), + [3114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1497), + [3116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4894), + [3118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4911), + [3120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8276), + [3122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(228), + [3124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5000), + [3126] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unit, 1, 0, 0), + [3128] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__unit, 1, 0, 0), + [3130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7495), + [3132] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__literal, 2, 0, 10), + [3134] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__literal, 2, 0, 10), + [3136] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_bit_string_literal, 2, 0, 0), + [3138] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_bit_string_literal, 2, 0, 0), + [3140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2571), + [3142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2570), + [3144] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_bit_string_literal, 3, 0, 0), + [3146] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_bit_string_literal, 3, 0, 0), + [3148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2562), + [3150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2563), + [3152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2538), + [3154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2604), + [3156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2567), + [3158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2560), + [3160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7278), + [3162] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat3, 2, 0, 0), SHIFT_REPEAT(3008), + [3165] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat3, 2, 0, 0), SHIFT_REPEAT(1209), + [3168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(519), + [3170] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat3, 2, 0, 0), SHIFT_REPEAT(3000), + [3173] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat3, 2, 0, 0), SHIFT_REPEAT(1176), [3176] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_signal_assignment, 1, 0, 0), - [3178] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat3, 2, 0, 0), SHIFT_REPEAT(3007), - [3181] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat3, 2, 0, 0), SHIFT_REPEAT(1212), - [3184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(470), - [3186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(506), - [3188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(465), - [3190] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binding_indication, 1, 0, 0), - [3192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(480), - [3194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2645), - [3196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6861), - [3198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7238), - [3200] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_waveform_element, 3, 0, 0), - [3202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2672), - [3204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2682), - [3206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2674), - [3208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2680), - [3210] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_concurrent_block, 1, 0, 0), - [3212] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binding_indication, 4, 0, 0), - [3214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7226), - [3216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6773), - [3218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7250), - [3220] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binding_indication, 2, 0, 0), - [3222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2690), - [3224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2664), - [3226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2686), - [3228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2656), - [3230] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binding_indication, 5, 0, 0), - [3232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7298), - [3234] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_concurrent_block, 2, 0, 0), - [3236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7117), - [3238] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block_statement, 6, 0, 0), - [3240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(711), - [3242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4), - [3244] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__context_item, 1, 0, 0), - [3246] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_alias_declaration, 7, 0, 0), - [3248] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute_specification, 7, 0, 14), - [3250] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_configuration_specification, 7, 0, 0), - [3252] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_instantiation_declaration, 7, 0, 33), - [3254] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_group_template_declaration, 7, 0, 0), - [3256] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_instantiation_declaration, 7, 0, 30), - [3258] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_process_statement, 7, 0, 0), - [3260] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_concurrent_selected_signal_assignment, 7, 0, 0), - [3262] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_concurrent_simple_signal_assignment, 7, 0, 0), - [3264] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_concurrent_conditional_signal_assignment, 7, 0, 0), - [3266] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_instantiation_declaration, 7, 0, 8), - [3268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(716), - [3270] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_process_statement, 4, 0, 0), - [3272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(252), - [3274] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__block_declarative_item, 1, 0, 0), - [3276] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_when_expression, 2, 0, 0), - [3278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(435), - [3280] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_signal_declaration, 7, 0, 0), - [3282] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_declaration, 7, 0, 0), - [3284] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_mode_view_declaration, 7, 0, 45), - [3286] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_range, 3, 0, 0), - [3288] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_declaration, 3, 0, 13), - [3290] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block_statement, 7, 0, 0), - [3292] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_clause, 3, 0, 0), - [3294] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_generate_statement, 7, 0, 0), - [3296] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_architecture_definition, 8, 0, 50), - [3298] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_configuration_declaration, 8, 0, 51), - [3300] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_configuration_specification, 8, 0, 0), - [3302] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_instantiation_declaration, 8, 0, 33), - [3304] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_group_declaration, 8, 0, 0), - [3306] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_concurrent_selected_signal_assignment, 8, 0, 0), - [3308] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_instantiation_declaration, 8, 0, 8), - [3310] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_design_unit, 2, 0, 0), - [3312] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_declaration, 8, 0, 0), - [3314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2747), - [3316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2748), - [3318] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__library_unit, 1, 0, 0), - [3320] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_process_statement, 8, 0, 0), - [3322] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_concurrent_simple_signal_assignment, 8, 0, 0), - [3324] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_concurrent_conditional_signal_assignment, 8, 0, 0), - [3326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2725), - [3328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2729), - [3330] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_concurrent_selected_signal_assignment, 9, 0, 0), - [3332] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_concurrent_simple_signal_assignment, 4, 0, 0), - [3334] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_concurrent_conditional_signal_assignment, 4, 0, 0), - [3336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2755), - [3338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2759), - [3340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2723), - [3342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2728), - [3344] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_concurrent_assertion_statement, 4, 0, 0), - [3346] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_concurrent_procedure_call_statement, 4, 0, 0), - [3348] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat2, 1, 0, 0), - [3350] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_instantiation_statement, 4, 0, 0), - [3352] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_generate_statement, 4, 0, 0), - [3354] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_instantiation_statement, 4, 0, 15), - [3356] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_alias_declaration, 5, 0, 0), - [3358] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute_declaration, 5, 0, 25), - [3360] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_declaration, 5, 0, 15), - [3362] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constant_declaration, 5, 0, 0), - [3364] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_context_declaration, 5, 0, 0), - [3366] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_disconnection_specification, 5, 0, 0), - [3368] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entity_declaration, 5, 0, 17), - [3370] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_file_declaration, 5, 0, 0), - [3372] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat3, 1, 0, 0), - [3374] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_configuration_specification, 5, 0, 0), - [3376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2702), - [3378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2703), - [3380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(450), - [3382] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__concurrent_statement, 1, 0, 0), - [3384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(490), - [3386] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_instantiation_statement, 3, 0, 0), - [3388] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_declaration, 5, 0, 30), - [3390] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_process_statement, 5, 0, 0), - [3392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(496), - [3394] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_concurrent_simple_signal_assignment, 5, 0, 0), - [3396] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_concurrent_conditional_signal_assignment, 5, 0, 0), - [3398] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_condition_clause, 2, 0, 0), - [3400] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_report_expression, 2, 0, 0), - [3402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4899), - [3404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3665), - [3406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5068), - [3408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8085), - [3410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5069), - [3412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5047), - [3414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5329), - [3416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5061), - [3418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8298), - [3420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5159), - [3422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5154), - [3424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4857), - [3426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5070), - [3428] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_signal_declaration, 5, 0, 0), - [3430] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subtype_declaration, 5, 0, 13), - [3432] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_context_reference, 3, 0, 0), - [3434] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_declaration, 5, 0, 13), - [3436] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_declaration, 5, 0, 0), - [3438] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_concurrent_selected_signal_assignment, 5, 0, 0), - [3440] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_definition, 5, 0, 0), - [3442] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_declaration, 4, 0, 15), - [3444] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_design_file_repeat1, 1, 0, 0), - [3446] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block_statement, 5, 0, 0), - [3448] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_concurrent_assertion_statement, 2, 0, 0), - [3450] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_instantiation_statement, 5, 0, 0), - [3452] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_instantiation_statement, 5, 0, 15), - [3454] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_generate_statement, 5, 0, 0), - [3456] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constant_declaration, 6, 0, 0), - [3458] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entity_declaration, 6, 0, 17), - [3460] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_file_declaration, 6, 0, 0), - [3462] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_library_clause, 3, 0, 0), - [3464] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_instantiation_declaration, 6, 0, 33), - [3466] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_definition, 6, 0, 39), - [3468] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_instantiation_declaration, 6, 0, 30), - [3470] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_process_statement, 6, 0, 0), - [3472] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_concurrent_procedure_call_statement, 2, 0, 0), - [3474] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_concurrent_selected_signal_assignment, 6, 0, 0), - [3476] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_concurrent_simple_signal_assignment, 6, 0, 0), - [3478] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_concurrent_conditional_signal_assignment, 6, 0, 0), - [3480] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_instantiation_declaration, 6, 0, 8), - [3482] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat1, 1, 0, 0), - [3484] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_concurrent_assertion_statement, 3, 0, 0), - [3486] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_concurrent_procedure_call_statement, 3, 0, 0), - [3488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2719), - [3490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2699), - [3492] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expression_or_unaffected, 1, 0, 0), - [3494] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_signal_declaration, 6, 0, 0), - [3496] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_declaration, 6, 0, 0), - [3498] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_declaration, 2, 0, 0), - [3500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(445), - [3502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5386), - [3504] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_definition_body, 2, 0, 0), - [3506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(425), - [3508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7), - [3510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(420), - [3512] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sequential_block_head, 2, 0, 0), - [3514] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_expression, 3, 0, 0), - [3516] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_process_head, 1, 0, 0), - [3518] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_timeout_clause, 2, 0, 0), - [3520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3082), - [3522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3288), - [3524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3326), - [3526] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_severity_expression, 2, 0, 0), - [3528] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_subprogram_head_repeat1, 2, 0, 0), SHIFT_REPEAT(4944), - [3531] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_subprogram_head_repeat1, 2, 0, 0), SHIFT_REPEAT(3651), - [3534] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_subprogram_head_repeat1, 2, 0, 0), - [3536] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_subprogram_head_repeat1, 2, 0, 0), SHIFT_REPEAT(5099), - [3539] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_subprogram_head_repeat1, 2, 0, 0), SHIFT_REPEAT(5105), - [3542] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_subprogram_head_repeat1, 2, 0, 0), SHIFT_REPEAT(5044), - [3545] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_subprogram_head_repeat1, 2, 0, 0), SHIFT_REPEAT(5321), - [3548] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_subprogram_head_repeat1, 2, 0, 0), SHIFT_REPEAT(7097), - [3551] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_subprogram_head_repeat1, 2, 0, 0), SHIFT_REPEAT(5106), - [3554] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_subprogram_head_repeat1, 2, 0, 0), SHIFT_REPEAT(5033), - [3557] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_subprogram_head_repeat1, 2, 0, 0), SHIFT_REPEAT(8269), - [3560] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_subprogram_head_repeat1, 2, 0, 0), SHIFT_REPEAT(5191), - [3563] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_subprogram_head_repeat1, 2, 0, 0), SHIFT_REPEAT(5268), - [3566] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_subprogram_head_repeat1, 2, 0, 0), SHIFT_REPEAT(4786), - [3569] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_subprogram_head_repeat1, 2, 0, 0), SHIFT_REPEAT(5110), - [3572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2538), - [3574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(345), - [3576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(430), - [3578] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_head, 2, 0, 0), - [3580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2959), - [3582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8189), - [3584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2047), - [3586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(675), - [3588] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_expression, 2, 0, 0), - [3590] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_process_head, 2, 0, 0), - [3592] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_while_loop, 2, 0, 0), - [3594] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_definition_body, 1, 0, 0), - [3596] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_type_body_repeat1, 2, 0, 0), SHIFT_REPEAT(4899), - [3599] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_type_body_repeat1, 2, 0, 0), SHIFT_REPEAT(3665), - [3602] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_type_body_repeat1, 2, 0, 0), SHIFT_REPEAT(5068), - [3605] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_protected_type_body_repeat1, 2, 0, 0), - [3607] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_type_body_repeat1, 2, 0, 0), SHIFT_REPEAT(5069), - [3610] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_type_body_repeat1, 2, 0, 0), SHIFT_REPEAT(5047), - [3613] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_type_body_repeat1, 2, 0, 0), SHIFT_REPEAT(5329), - [3616] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_type_body_repeat1, 2, 0, 0), SHIFT_REPEAT(7097), - [3619] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_type_body_repeat1, 2, 0, 0), SHIFT_REPEAT(5061), - [3622] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_type_body_repeat1, 2, 0, 0), SHIFT_REPEAT(5033), - [3625] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_type_body_repeat1, 2, 0, 0), SHIFT_REPEAT(8298), - [3628] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_type_body_repeat1, 2, 0, 0), SHIFT_REPEAT(5159), - [3631] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_type_body_repeat1, 2, 0, 0), SHIFT_REPEAT(5154), - [3634] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_type_body_repeat1, 2, 0, 0), SHIFT_REPEAT(4857), - [3637] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_type_body_repeat1, 2, 0, 0), SHIFT_REPEAT(5070), - [3640] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_head_repeat1, 2, 0, 0), SHIFT_REPEAT(4944), - [3643] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_head_repeat1, 2, 0, 0), SHIFT_REPEAT(3651), - [3646] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_sequential_block_head_repeat1, 2, 0, 0), - [3648] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_head_repeat1, 2, 0, 0), SHIFT_REPEAT(5099), - [3651] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_head_repeat1, 2, 0, 0), SHIFT_REPEAT(5105), - [3654] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_head_repeat1, 2, 0, 0), SHIFT_REPEAT(5044), - [3657] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_head_repeat1, 2, 0, 0), SHIFT_REPEAT(5321), - [3660] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_head_repeat1, 2, 0, 0), SHIFT_REPEAT(7097), - [3663] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_head_repeat1, 2, 0, 0), SHIFT_REPEAT(5106), - [3666] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_head_repeat1, 2, 0, 0), SHIFT_REPEAT(5033), - [3669] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_head_repeat1, 2, 0, 0), SHIFT_REPEAT(8269), - [3672] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_head_repeat1, 2, 0, 0), SHIFT_REPEAT(5191), - [3675] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_head_repeat1, 2, 0, 0), SHIFT_REPEAT(5268), - [3678] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_head_repeat1, 2, 0, 0), SHIFT_REPEAT(4786), - [3681] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_head_repeat1, 2, 0, 0), SHIFT_REPEAT(5110), - [3684] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_file_logical_name, 1, 0, 0), - [3686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(395), - [3688] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_definition_body_repeat1, 2, 0, 0), SHIFT_REPEAT(4899), - [3691] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_definition_body_repeat1, 2, 0, 0), SHIFT_REPEAT(3665), - [3694] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_definition_body_repeat1, 2, 0, 0), SHIFT_REPEAT(5068), - [3697] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_package_definition_body_repeat1, 2, 0, 0), - [3699] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_definition_body_repeat1, 2, 0, 0), SHIFT_REPEAT(5069), - [3702] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_definition_body_repeat1, 2, 0, 0), SHIFT_REPEAT(5047), - [3705] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_definition_body_repeat1, 2, 0, 0), SHIFT_REPEAT(5329), - [3708] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_definition_body_repeat1, 2, 0, 0), SHIFT_REPEAT(7097), - [3711] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_definition_body_repeat1, 2, 0, 0), SHIFT_REPEAT(5061), - [3714] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_definition_body_repeat1, 2, 0, 0), SHIFT_REPEAT(5033), - [3717] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_definition_body_repeat1, 2, 0, 0), SHIFT_REPEAT(8298), - [3720] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_definition_body_repeat1, 2, 0, 0), SHIFT_REPEAT(5159), - [3723] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_definition_body_repeat1, 2, 0, 0), SHIFT_REPEAT(5154), - [3726] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_definition_body_repeat1, 2, 0, 0), SHIFT_REPEAT(4857), - [3729] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_definition_body_repeat1, 2, 0, 0), SHIFT_REPEAT(5070), - [3732] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sequential_block_head, 1, 0, 0), - [3734] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_expression, 2, 0, 0), - [3736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8), - [3738] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_head, 1, 0, 0), - [3740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5546), - [3742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5547), - [3744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5549), + [3178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7230), + [3180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(709), + [3182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(692), + [3184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(716), + [3186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(483), + [3188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7242), + [3190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2636), + [3192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2635), + [3194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7254), + [3196] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binding_indication, 5, 0, 0), + [3198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8071), + [3200] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binding_indication, 4, 0, 0), + [3202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7302), + [3204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2687), + [3206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2650), + [3208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2641), + [3210] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_waveform_element, 3, 0, 0), + [3212] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binding_indication, 3, 0, 0), + [3214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6863), + [3216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2631), + [3218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2632), + [3220] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_concurrent_block, 2, 0, 0), + [3222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2675), + [3224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2674), + [3226] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binding_indication, 2, 0, 0), + [3228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2655), + [3230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2616), + [3232] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_concurrent_block, 1, 0, 0), + [3234] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binding_indication, 1, 0, 0), + [3236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7121), + [3238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(606), + [3240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4), + [3242] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_design_file_repeat1, 1, 0, 0), + [3244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2720), + [3246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2722), + [3248] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat1, 1, 0, 0), + [3250] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__context_item, 1, 0, 0), + [3252] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__block_declarative_item, 1, 0, 0), + [3254] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__library_unit, 1, 0, 0), + [3256] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat2, 1, 0, 0), + [3258] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat3, 1, 0, 0), + [3260] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__concurrent_statement, 1, 0, 0), + [3262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2693), + [3264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2746), + [3266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(499), + [3268] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_concurrent_assertion_statement, 2, 0, 0), + [3270] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_concurrent_procedure_call_statement, 2, 0, 0), + [3272] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_declaration, 2, 0, 0), + [3274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2755), + [3276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2756), + [3278] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_design_unit, 2, 0, 0), + [3280] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_library_clause, 3, 0, 0), + [3282] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_concurrent_assertion_statement, 3, 0, 0), + [3284] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_concurrent_procedure_call_statement, 3, 0, 0), + [3286] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_declaration, 3, 0, 13), + [3288] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_clause, 3, 0, 0), + [3290] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_context_reference, 3, 0, 0), + [3292] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_instantiation_statement, 3, 0, 0), + [3294] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_report_expression, 2, 0, 0), + [3296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(682), + [3298] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_declaration, 4, 0, 15), + [3300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(584), + [3302] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expression_or_unaffected, 1, 0, 0), + [3304] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_process_statement, 4, 0, 0), + [3306] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_when_expression, 2, 0, 0), + [3308] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_range, 3, 0, 0), + [3310] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_concurrent_simple_signal_assignment, 4, 0, 0), + [3312] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_concurrent_conditional_signal_assignment, 4, 0, 0), + [3314] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_concurrent_assertion_statement, 4, 0, 0), + [3316] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_concurrent_procedure_call_statement, 4, 0, 0), + [3318] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_instantiation_statement, 4, 0, 0), + [3320] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_generate_statement, 4, 0, 0), + [3322] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_instantiation_statement, 4, 0, 15), + [3324] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_alias_declaration, 5, 0, 0), + [3326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(566), + [3328] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute_declaration, 5, 0, 25), + [3330] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constant_declaration, 5, 0, 0), + [3332] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_context_declaration, 5, 0, 0), + [3334] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_disconnection_specification, 5, 0, 0), + [3336] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entity_declaration, 5, 0, 17), + [3338] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_file_declaration, 5, 0, 0), + [3340] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_configuration_specification, 5, 0, 0), + [3342] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_declaration, 5, 0, 30), + [3344] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_process_statement, 5, 0, 0), + [3346] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_concurrent_simple_signal_assignment, 5, 0, 0), + [3348] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_concurrent_conditional_signal_assignment, 5, 0, 0), + [3350] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_condition_clause, 2, 0, 0), + [3352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(632), + [3354] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_declaration, 5, 0, 15), + [3356] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_signal_declaration, 5, 0, 0), + [3358] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subtype_declaration, 5, 0, 13), + [3360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4953), + [3362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3589), + [3364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5095), + [3366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7607), + [3368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5132), + [3370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4993), + [3372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5227), + [3374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5080), + [3376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8302), + [3378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5186), + [3380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5297), + [3382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4693), + [3384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5052), + [3386] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_declaration, 5, 0, 13), + [3388] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_declaration, 5, 0, 0), + [3390] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_concurrent_selected_signal_assignment, 5, 0, 0), + [3392] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_definition, 5, 0, 0), + [3394] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block_statement, 5, 0, 0), + [3396] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_instantiation_statement, 5, 0, 0), + [3398] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_generate_statement, 5, 0, 0), + [3400] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constant_declaration, 6, 0, 0), + [3402] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entity_declaration, 6, 0, 17), + [3404] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_file_declaration, 6, 0, 0), + [3406] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_instantiation_declaration, 6, 0, 33), + [3408] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_definition, 6, 0, 39), + [3410] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_instantiation_declaration, 6, 0, 30), + [3412] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_process_statement, 6, 0, 0), + [3414] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_concurrent_selected_signal_assignment, 6, 0, 0), + [3416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2731), + [3418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2694), + [3420] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_concurrent_simple_signal_assignment, 6, 0, 0), + [3422] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_concurrent_conditional_signal_assignment, 6, 0, 0), + [3424] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_instantiation_declaration, 6, 0, 8), + [3426] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_instantiation_statement, 5, 0, 15), + [3428] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_signal_declaration, 6, 0, 0), + [3430] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_declaration, 6, 0, 0), + [3432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(269), + [3434] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block_statement, 6, 0, 0), + [3436] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute_specification, 7, 0, 14), + [3438] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_configuration_specification, 7, 0, 0), + [3440] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_instantiation_declaration, 7, 0, 33), + [3442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2708), + [3444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2696), + [3446] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_group_template_declaration, 7, 0, 0), + [3448] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_instantiation_declaration, 7, 0, 30), + [3450] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_process_statement, 7, 0, 0), + [3452] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_concurrent_selected_signal_assignment, 7, 0, 0), + [3454] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_concurrent_simple_signal_assignment, 7, 0, 0), + [3456] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_concurrent_conditional_signal_assignment, 7, 0, 0), + [3458] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_instantiation_declaration, 7, 0, 8), + [3460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2726), + [3462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2734), + [3464] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_signal_declaration, 7, 0, 0), + [3466] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_declaration, 7, 0, 0), + [3468] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_alias_declaration, 7, 0, 0), + [3470] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_mode_view_declaration, 7, 0, 45), + [3472] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block_statement, 7, 0, 0), + [3474] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_generate_statement, 7, 0, 0), + [3476] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_architecture_definition, 8, 0, 50), + [3478] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_configuration_declaration, 8, 0, 51), + [3480] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_configuration_specification, 8, 0, 0), + [3482] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_instantiation_declaration, 8, 0, 33), + [3484] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_group_declaration, 8, 0, 0), + [3486] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_instantiation_declaration, 8, 0, 8), + [3488] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_declaration, 8, 0, 0), + [3490] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_concurrent_selected_signal_assignment, 9, 0, 0), + [3492] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_concurrent_selected_signal_assignment, 8, 0, 0), + [3494] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_process_statement, 8, 0, 0), + [3496] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_concurrent_simple_signal_assignment, 8, 0, 0), + [3498] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_concurrent_conditional_signal_assignment, 8, 0, 0), + [3500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3312), + [3502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(455), + [3504] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_process_head, 1, 0, 0), + [3506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3089), + [3508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(532), + [3510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5437), + [3512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5500), + [3514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7646), + [3516] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_file_logical_name, 1, 0, 0), + [3518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(651), + [3520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(412), + [3522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(447), + [3524] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_timeout_clause, 2, 0, 0), + [3526] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_expression, 3, 0, 0), + [3528] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sequential_block_head, 2, 0, 0), + [3530] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_type_body_repeat1, 2, 0, 0), SHIFT_REPEAT(4953), + [3533] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_type_body_repeat1, 2, 0, 0), SHIFT_REPEAT(3589), + [3536] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_type_body_repeat1, 2, 0, 0), SHIFT_REPEAT(5095), + [3539] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_protected_type_body_repeat1, 2, 0, 0), + [3541] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_type_body_repeat1, 2, 0, 0), SHIFT_REPEAT(5132), + [3544] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_type_body_repeat1, 2, 0, 0), SHIFT_REPEAT(4993), + [3547] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_type_body_repeat1, 2, 0, 0), SHIFT_REPEAT(5227), + [3550] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_type_body_repeat1, 2, 0, 0), SHIFT_REPEAT(7813), + [3553] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_type_body_repeat1, 2, 0, 0), SHIFT_REPEAT(5080), + [3556] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_type_body_repeat1, 2, 0, 0), SHIFT_REPEAT(5026), + [3559] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_type_body_repeat1, 2, 0, 0), SHIFT_REPEAT(8302), + [3562] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_type_body_repeat1, 2, 0, 0), SHIFT_REPEAT(5186), + [3565] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_type_body_repeat1, 2, 0, 0), SHIFT_REPEAT(5297), + [3568] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_type_body_repeat1, 2, 0, 0), SHIFT_REPEAT(4693), + [3571] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_type_body_repeat1, 2, 0, 0), SHIFT_REPEAT(5052), + [3574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(417), + [3576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3272), + [3578] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_definition_body, 2, 0, 0), + [3580] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_while_loop, 2, 0, 0), + [3582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8), + [3584] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_expression, 2, 0, 0), + [3586] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sequential_block_head, 1, 0, 0), + [3588] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_definition_body_repeat1, 2, 0, 0), SHIFT_REPEAT(4953), + [3591] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_definition_body_repeat1, 2, 0, 0), SHIFT_REPEAT(3589), + [3594] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_definition_body_repeat1, 2, 0, 0), SHIFT_REPEAT(5095), + [3597] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_package_definition_body_repeat1, 2, 0, 0), + [3599] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_definition_body_repeat1, 2, 0, 0), SHIFT_REPEAT(5132), + [3602] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_definition_body_repeat1, 2, 0, 0), SHIFT_REPEAT(4993), + [3605] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_definition_body_repeat1, 2, 0, 0), SHIFT_REPEAT(5227), + [3608] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_definition_body_repeat1, 2, 0, 0), SHIFT_REPEAT(7813), + [3611] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_definition_body_repeat1, 2, 0, 0), SHIFT_REPEAT(5080), + [3614] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_definition_body_repeat1, 2, 0, 0), SHIFT_REPEAT(5026), + [3617] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_definition_body_repeat1, 2, 0, 0), SHIFT_REPEAT(8302), + [3620] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_definition_body_repeat1, 2, 0, 0), SHIFT_REPEAT(5186), + [3623] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_definition_body_repeat1, 2, 0, 0), SHIFT_REPEAT(5297), + [3626] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_definition_body_repeat1, 2, 0, 0), SHIFT_REPEAT(4693), + [3629] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_definition_body_repeat1, 2, 0, 0), SHIFT_REPEAT(5052), + [3632] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_definition_body, 1, 0, 0), + [3634] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_head, 2, 0, 0), + [3636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2103), + [3638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2937), + [3640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2546), + [3642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5529), + [3644] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_subprogram_head_repeat1, 2, 0, 0), SHIFT_REPEAT(4929), + [3647] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_subprogram_head_repeat1, 2, 0, 0), SHIFT_REPEAT(3606), + [3650] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_subprogram_head_repeat1, 2, 0, 0), + [3652] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_subprogram_head_repeat1, 2, 0, 0), SHIFT_REPEAT(5100), + [3655] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_subprogram_head_repeat1, 2, 0, 0), SHIFT_REPEAT(5102), + [3658] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_subprogram_head_repeat1, 2, 0, 0), SHIFT_REPEAT(4965), + [3661] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_subprogram_head_repeat1, 2, 0, 0), SHIFT_REPEAT(5214), + [3664] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_subprogram_head_repeat1, 2, 0, 0), SHIFT_REPEAT(7813), + [3667] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_subprogram_head_repeat1, 2, 0, 0), SHIFT_REPEAT(5120), + [3670] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_subprogram_head_repeat1, 2, 0, 0), SHIFT_REPEAT(5026), + [3673] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_subprogram_head_repeat1, 2, 0, 0), SHIFT_REPEAT(8273), + [3676] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_subprogram_head_repeat1, 2, 0, 0), SHIFT_REPEAT(5329), + [3679] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_subprogram_head_repeat1, 2, 0, 0), SHIFT_REPEAT(5173), + [3682] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_subprogram_head_repeat1, 2, 0, 0), SHIFT_REPEAT(4697), + [3685] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_subprogram_head_repeat1, 2, 0, 0), SHIFT_REPEAT(5138), + [3688] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_severity_expression, 2, 0, 0), + [3690] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_expression, 2, 0, 0), + [3692] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_head, 1, 0, 0), + [3694] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_process_head, 2, 0, 0), + [3696] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_head_repeat1, 2, 0, 0), SHIFT_REPEAT(4929), + [3699] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_head_repeat1, 2, 0, 0), SHIFT_REPEAT(3606), + [3702] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_sequential_block_head_repeat1, 2, 0, 0), + [3704] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_head_repeat1, 2, 0, 0), SHIFT_REPEAT(5100), + [3707] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_head_repeat1, 2, 0, 0), SHIFT_REPEAT(5102), + [3710] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_head_repeat1, 2, 0, 0), SHIFT_REPEAT(4965), + [3713] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_head_repeat1, 2, 0, 0), SHIFT_REPEAT(5214), + [3716] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_head_repeat1, 2, 0, 0), SHIFT_REPEAT(7813), + [3719] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_head_repeat1, 2, 0, 0), SHIFT_REPEAT(5120), + [3722] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_head_repeat1, 2, 0, 0), SHIFT_REPEAT(5026), + [3725] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_head_repeat1, 2, 0, 0), SHIFT_REPEAT(8273), + [3728] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_head_repeat1, 2, 0, 0), SHIFT_REPEAT(5329), + [3731] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_head_repeat1, 2, 0, 0), SHIFT_REPEAT(5173), + [3734] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_head_repeat1, 2, 0, 0), SHIFT_REPEAT(4697), + [3737] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequential_block_head_repeat1, 2, 0, 0), SHIFT_REPEAT(5138), + [3740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7), + [3742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5505), + [3744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(341), [3746] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_delay_mechanism, 3, 0, 0), - [3748] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_delay_mechanism, 1, 0, 0), - [3750] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_label_declaration, 2, 0, 0), - [3752] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_force_mode, 1, 0, 0), - [3754] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_selected_waveforms_repeat1, 3, 0, 0), - [3756] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_selected_expressions_repeat1, 3, 0, 0), - [3758] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_adding_operator, 1, 0, 0), - [3760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5958), - [3762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4789), - [3764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(409), - [3766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(438), - [3768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4128), - [3770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4138), - [3772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3819), - [3774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5057), - [3776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(381), - [3778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3006), - [3780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1213), - [3782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4717), - [3784] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sign, 1, 0, 0), - [3786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(412), - [3788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(495), - [3790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2999), - [3792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1232), - [3794] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_logical_operator, 1, 0, 0), - [3796] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_multiplying_operator, 1, 0, 0), - [3798] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__direction, 1, 0, 0), - [3800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(411), - [3802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(703), - [3804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3011), - [3806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1226), - [3808] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unary_operator, 1, 0, 0), - [3810] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_shift_operator, 1, 0, 0), - [3812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(401), - [3814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(654), - [3816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3005), - [3818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1208), - [3820] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_relational_operator, 1, 0, 0), - [3822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3317), - [3824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5990), - [3826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3425), - [3828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4616), - [3830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6796), - [3832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3779), - [3834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3364), - [3836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7591), - [3838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4390), - [3840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5128), - [3842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5053), - [3844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4964), - [3846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7119), - [3848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5180), - [3850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4971), - [3852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5126), - [3854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5179), - [3856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5095), - [3858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8166), - [3860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5730), - [3862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6808), - [3864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6956), - [3866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5200), - [3868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8167), - [3870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7610), - [3872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6792), - [3874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7145), - [3876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7608), - [3878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7534), - [3880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7446), - [3882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7706), - [3884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5746), - [3886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5219), - [3888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5137), - [3890] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_list, 2, 0, 0), - [3892] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_list, 3, 0, 0), - [3894] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_interface_list, 2, 0, 0), - [3896] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_interface_list, 3, 0, 0), - [3898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5224), - [3900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(42), - [3902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3559), - [3904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3628), - [3906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7199), - [3908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7176), - [3910] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5224), - [3913] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(42), - [3916] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3559), - [3919] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3628), - [3922] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7199), - [3925] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7176), - [3928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5196), - [3930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(49), - [3932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3533), - [3934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3599), - [3936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7283), - [3938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7260), - [3940] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entity_body, 1, 0, 0), - [3942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3508), - [3944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1219), - [3946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5293), - [3948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(64), - [3950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3502), - [3952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3590), - [3954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7477), - [3956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7434), - [3958] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5293), - [3961] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(64), - [3964] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3502), - [3967] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3590), - [3970] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7477), - [3973] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7434), + [3748] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_label_declaration, 2, 0, 0), + [3750] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_delay_mechanism, 1, 0, 0), + [3752] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_selected_waveforms_repeat1, 3, 0, 0), + [3754] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_force_mode, 1, 0, 0), + [3756] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_logical_operator, 1, 0, 0), + [3758] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_multiplying_operator, 1, 0, 0), + [3760] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_shift_operator, 1, 0, 0), + [3762] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_relational_operator, 1, 0, 0), + [3764] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_adding_operator, 1, 0, 0), + [3766] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sign, 1, 0, 0), + [3768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5644), + [3770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4729), + [3772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(411), + [3774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(684), + [3776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4307), + [3778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4312), + [3780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3685), + [3782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5071), + [3784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(371), + [3786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2997), + [3788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1212), + [3790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4877), + [3792] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unary_operator, 1, 0, 0), + [3794] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_selected_expressions_repeat1, 3, 0, 0), + [3796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(410), + [3798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(623), + [3800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2998), + [3802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1167), + [3804] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__direction, 1, 0, 0), + [3806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(403), + [3808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(435), + [3810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2999), + [3812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1178), + [3814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(408), + [3816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(428), + [3818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3004), + [3820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1200), + [3822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3349), + [3824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5589), + [3826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3372), + [3828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4568), + [3830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6798), + [3832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3722), + [3834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3357), + [3836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6666), + [3838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4393), + [3840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5055), + [3842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5059), + [3844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5038), + [3846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7823), + [3848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5220), + [3850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5021), + [3852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5086), + [3854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5202), + [3856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5091), + [3858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7272), + [3860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6854), + [3862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7062), + [3864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7873), + [3866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7626), + [3868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8100), + [3870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7061), + [3872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7296), + [3874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5722), + [3876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5125), + [3878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5717), + [3880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7280), + [3882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8253), + [3884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5154), + [3886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8257), + [3888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5209), + [3890] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_interface_list, 3, 0, 0), + [3892] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_list, 2, 0, 0), + [3894] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_list, 3, 0, 0), + [3896] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_interface_list, 2, 0, 0), + [3898] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5175), + [3901] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(85), + [3904] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3439), + [3907] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3602), + [3910] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7203), + [3913] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7180), + [3916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5175), + [3918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(85), + [3920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3439), + [3922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3602), + [3924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7203), + [3926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7180), + [3928] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5258), + [3931] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(95), + [3934] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3577), + [3937] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3611), + [3940] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7287), + [3943] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7264), + [3946] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5282), + [3949] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(65), + [3952] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3489), + [3955] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3605), + [3958] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7481), + [3961] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7438), + [3964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5258), + [3966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(95), + [3968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3577), + [3970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3611), + [3972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7287), + [3974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7264), [3976] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entity_body, 2, 0, 0), - [3978] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_entity_body_repeat1, 2, 0, 0), SHIFT_REPEAT(5672), - [3981] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_entity_body_repeat1, 2, 0, 0), SHIFT_REPEAT(4552), - [3984] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_entity_body_repeat1, 2, 0, 0), SHIFT_REPEAT(655), - [3987] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_entity_body_repeat1, 2, 0, 0), - [3989] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_entity_body_repeat1, 2, 0, 0), SHIFT_REPEAT(3508), - [3992] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_entity_body_repeat1, 2, 0, 0), SHIFT_REPEAT(1219), - [3995] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_entity_body_repeat1, 2, 0, 0), SHIFT_REPEAT(4362), - [3998] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5196), - [4001] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(49), - [4004] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3533), - [4007] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3599), - [4010] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7283), - [4013] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7260), - [4016] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_loop_statement, 3, 0, 0), - [4018] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 5, 0, 0), - [4020] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_loop_statement, 5, 0, 0), - [4022] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_variable_assignment, 5, 0, 0), - [4024] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_selected_force_assignment, 6, 0, 0), - [4026] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exit_statement, 3, 0, 0), - [4028] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_conditional_signal_assignment, 4, 0, 0), + [3978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3485), + [3980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1191), + [3982] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_entity_body_repeat1, 2, 0, 0), SHIFT_REPEAT(5965), + [3985] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_entity_body_repeat1, 2, 0, 0), SHIFT_REPEAT(4557), + [3988] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_entity_body_repeat1, 2, 0, 0), SHIFT_REPEAT(448), + [3991] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_entity_body_repeat1, 2, 0, 0), + [3993] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_entity_body_repeat1, 2, 0, 0), SHIFT_REPEAT(3485), + [3996] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_entity_body_repeat1, 2, 0, 0), SHIFT_REPEAT(1191), + [3999] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_entity_body_repeat1, 2, 0, 0), SHIFT_REPEAT(4386), + [4002] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entity_body, 1, 0, 0), + [4004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5282), + [4006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(65), + [4008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3489), + [4010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3605), + [4012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7481), + [4014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7438), + [4016] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_procedure_call_statement, 3, 0, 0), + [4018] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_variable_assignment, 5, 0, 0), + [4020] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_selected_force_assignment, 7, 0, 0), + [4022] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_selected_force_assignment, 8, 0, 0), + [4024] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_loop_statement, 4, 0, 0), + [4026] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 4, 0, 0), + [4028] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_wait_statement, 4, 0, 0), [4030] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_next_statement, 4, 0, 0), - [4032] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_null_statement, 3, 0, 0), - [4034] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_selected_waveform_assignment, 6, 0, 0), - [4036] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_force_assignment, 6, 0, 0), - [4038] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sequential_block_statement, 6, 0, 0), - [4040] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_wait_statement, 6, 0, 0), - [4042] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_selected_variable_assignment, 6, 0, 0), - [4044] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_release_assignment, 6, 0, 0), - [4046] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_waveform_assignment, 6, 0, 0), - [4048] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_sequential_block_repeat1, 1, 0, 0), - [4050] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__sequential_statement, 1, 0, 0), - [4052] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assertion_statement, 3, 0, 0), - [4054] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_conditional_signal_assignment, 6, 0, 0), - [4056] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_wait_statement, 4, 0, 0), - [4058] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_selected_force_assignment, 7, 0, 0), - [4060] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_selected_waveform_assignment, 7, 0, 0), - [4062] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 4, 0, 0), - [4064] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_procedure_call_statement, 3, 0, 0), - [4066] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_force_assignment, 7, 0, 0), - [4068] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_statement, 2, 0, 0), - [4070] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_loop_statement, 4, 0, 0), - [4072] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_selected_force_assignment, 8, 0, 0), - [4074] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5203), - [4077] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(44), - [4080] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3564), - [4083] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3633), - [4086] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7223), - [4089] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7200), - [4092] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_wait_statement, 2, 0, 0), - [4094] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_procedure_call_statement, 2, 0, 0), - [4096] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assertion_statement, 2, 0, 0), - [4098] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sequential_block_statement, 5, 0, 0), - [4100] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_wait_statement, 5, 0, 0), - [4102] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_wait_statement, 3, 0, 0), - [4104] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_selected_variable_assignment, 5, 0, 0), - [4106] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_selected_waveform_assignment, 5, 0, 0), - [4108] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_variable_assignment, 4, 0, 0), - [4110] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_release_assignment, 4, 0, 0), - [4112] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_waveform_assignment, 4, 0, 0), - [4114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5203), - [4116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(44), - [4118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3564), - [4120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3633), - [4122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7223), - [4124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7200), - [4126] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_force_assignment, 5, 0, 0), - [4128] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_release_assignment, 5, 0, 0), - [4130] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_waveform_assignment, 5, 0, 0), + [4032] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exit_statement, 4, 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(5195), + [4039] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(89), + [4042] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3500), + [4045] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3622), + [4048] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7227), + [4051] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7204), + [4054] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sequential_block_statement, 5, 0, 0), + [4056] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_wait_statement, 5, 0, 0), + [4058] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_selected_variable_assignment, 5, 0, 0), + [4060] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_wait_statement, 6, 0, 0), + [4062] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_statement, 4, 0, 0), + [4064] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assertion_statement, 3, 0, 0), + [4066] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_release_assignment, 6, 0, 0), + [4068] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_null_statement, 3, 0, 0), + [4070] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_loop_statement, 3, 0, 0), + [4072] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_waveform_assignment, 6, 0, 0), + [4074] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_conditional_signal_assignment, 6, 0, 0), + [4076] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement_block, 3, 0, 0), + [4078] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_report_statement, 3, 0, 0), + [4080] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_wait_statement, 3, 0, 0), + [4082] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement_block, 4, 0, 0), + [4084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5195), + [4086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(89), + [4088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3500), + [4090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3622), + [4092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7227), + [4094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7204), + [4096] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_statement, 3, 0, 0), + [4098] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_next_statement, 3, 0, 0), + [4100] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exit_statement, 3, 0, 0), + [4102] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_selected_variable_assignment, 6, 0, 0), + [4104] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_loop_statement, 5, 0, 0), + [4106] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 5, 0, 0), + [4108] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_next_statement, 5, 0, 0), + [4110] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_selected_force_assignment, 6, 0, 0), + [4112] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_sequential_block_repeat1, 1, 0, 0), + [4114] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_selected_waveform_assignment, 6, 0, 0), + [4116] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exit_statement, 5, 0, 0), + [4118] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_conditional_signal_assignment, 5, 0, 0), + [4120] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_force_assignment, 6, 0, 0), + [4122] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sequential_block_statement, 6, 0, 0), + [4124] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_report_statement, 4, 0, 0), + [4126] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_waveform_assignment, 5, 0, 0), + [4128] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_conditional_signal_assignment, 4, 0, 0), + [4130] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_procedure_call_statement, 2, 0, 0), [4132] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_report_statement, 2, 0, 0), - [4134] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_conditional_signal_assignment, 5, 0, 0), - [4136] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_report_statement, 3, 0, 0), - [4138] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_null_statement, 2, 0, 0), - [4140] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement_block, 3, 0, 0), - [4142] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exit_statement, 5, 0, 0), - [4144] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_next_statement, 3, 0, 0), - [4146] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sequential_block_statement, 4, 0, 0), - [4148] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_statement, 3, 0, 0), - [4150] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_next_statement, 5, 0, 0), - [4152] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exit_statement, 4, 0, 0), - [4154] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement_block, 4, 0, 0), - [4156] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exit_statement, 2, 0, 0), - [4158] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_next_statement, 2, 0, 0), - [4160] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_report_statement, 4, 0, 0), - [4162] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_statement, 4, 0, 0), - [4164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4903), - [4166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3704), - [4168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2166), - [4170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7024), - [4172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4997), - [4174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7834), - [4176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4995), - [4178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5742), - [4180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4864), - [4182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5258), - [4184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(38), - [4186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3554), - [4188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3611), - [4190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7151), - [4192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7128), + [4134] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assertion_statement, 2, 0, 0), + [4136] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_release_assignment, 5, 0, 0), + [4138] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_waveform_assignment, 4, 0, 0), + [4140] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_wait_statement, 2, 0, 0), + [4142] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_statement, 2, 0, 0), + [4144] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_null_statement, 2, 0, 0), + [4146] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_release_assignment, 4, 0, 0), + [4148] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_next_statement, 2, 0, 0), + [4150] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_variable_assignment, 4, 0, 0), + [4152] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_force_assignment, 5, 0, 0), + [4154] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exit_statement, 2, 0, 0), + [4156] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_selected_waveform_assignment, 7, 0, 0), + [4158] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__sequential_statement, 1, 0, 0), + [4160] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_selected_waveform_assignment, 5, 0, 0), + [4162] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_force_assignment, 7, 0, 0), + [4164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4902), + [4166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3830), + [4168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2122), + [4170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7387), + [4172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5006), + [4174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7838), + [4176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5004), + [4178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5906), + [4180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4696), + [4182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5189), + [4184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(68), + [4186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3545), + [4188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3626), + [4190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7155), + [4192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7132), [4194] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_guard_condition, 3, 0, 0), - [4196] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5258), - [4199] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(38), - [4202] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3554), - [4205] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3611), - [4208] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7151), - [4211] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7128), - [4214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5694), - [4216] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_clause, 5, 0, 0), - [4218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1234), - [4220] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_clause, 4, 0, 0), - [4222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1183), - [4224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1217), - [4226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1230), - [4228] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_header, 1, 0, 0), - [4230] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_port_clause, 5, 0, 0), - [4232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5283), - [4234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(55), - [4236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3458), - [4238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3645), - [4240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7015), - [4242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7044), - [4244] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_port_clause, 4, 0, 0), - [4246] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5283), - [4249] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(55), - [4252] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3458), - [4255] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3645), - [4258] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7015), - [4261] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7044), - [4264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5968), - [4266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3262), - [4268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3278), - [4270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7058), - [4272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7178), - [4274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4879), - [4276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6128), - [4278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6732), - [4280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6179), - [4282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7134), - [4284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4495), - [4286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6276), - [4288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4448), - [4290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8123), - [4292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5927), - [4294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7273), - [4296] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__entity_declarative_item, 1, 0, 0), - [4298] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_entity_head_repeat1, 1, 0, 0), - [4300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7262), - [4302] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__package_declarative_item, 1, 0, 0), - [4304] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_package_declaration_body_repeat1, 1, 0, 0), - [4306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3275), - [4308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4151), - [4310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7436), - [4312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5241), - [4314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(54), - [4316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3478), - [4318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3643), - [4320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7343), - [4322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7320), - [4324] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5241), - [4327] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(54), - [4330] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3478), - [4333] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3643), - [4336] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7343), - [4339] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7320), - [4342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5996), - [4344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4462), - [4346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7837), - [4348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4861), - [4350] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_header, 3, 0, 0), - [4352] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_type_declaration_repeat1, 2, 0, 0), SHIFT_REPEAT(4903), - [4355] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_type_declaration_repeat1, 2, 0, 0), SHIFT_REPEAT(3704), - [4358] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_protected_type_declaration_repeat1, 2, 0, 0), - [4360] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_type_declaration_repeat1, 2, 0, 0), SHIFT_REPEAT(4997), - [4363] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_type_declaration_repeat1, 2, 0, 0), SHIFT_REPEAT(7655), - [4366] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_type_declaration_repeat1, 2, 0, 0), SHIFT_REPEAT(4995), - [4369] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_type_declaration_repeat1, 2, 0, 0), SHIFT_REPEAT(5742), - [4372] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_type_declaration_repeat1, 2, 0, 0), SHIFT_REPEAT(4864), - [4375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4980), - [4377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3572), - [4379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(357), - [4381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8118), - [4383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3573), - [4385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2887), - [4387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(374), - [4389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4649), - [4391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7349), - [4393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3541), - [4395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5269), - [4397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(58), - [4399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3492), - [4401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3606), - [4403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7411), - [4405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7368), - [4407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5150), - [4409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(79), - [4411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3569), - [4413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3656), - [4415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7599), - [4417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5330), - [4419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(73), - [4421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3524), - [4423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3605), - [4425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7576), - [4427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7533), - [4429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3456), - [4431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1220), - [4433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7202), - [4435] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5269), - [4438] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(58), - [4441] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3492), - [4444] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3606), - [4447] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7411), - [4450] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7368), - [4453] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5330), - [4456] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(73), - [4459] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3524), - [4462] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3605), - [4465] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7576), - [4468] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7533), - [4471] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5150), - [4474] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(79), - [4477] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3569), - [4480] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3656), - [4483] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7627), - [4486] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7599), - [4489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(153), - [4491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2148), - [4493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2219), - [4495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5964), - [4497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3806), - [4499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3800), - [4501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5970), - [4503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3450), - [4505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3518), - [4507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(179), - [4509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2156), - [4511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2182), - [4513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5975), - [4515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3353), - [4517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3388), - [4519] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5210), - [4522] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(78), - [4525] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3557), - [4528] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3652), - [4531] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7624), - [4534] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7588), - [4537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(187), - [4539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(874), - [4541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(869), - [4543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5210), - [4545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(78), - [4547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3557), - [4549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3652), - [4551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7624), - [4553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7588), - [4555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1224), - [4557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(188), - [4559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2255), - [4561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2253), - [4563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(144), - [4565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4338), - [4567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4380), - [4569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(189), - [4571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4942), - [4573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4949), - [4575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6817), - [4577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3072), - [4579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(352), - [4581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7880), - [4583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5516), - [4585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8014), - [4587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8015), - [4589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5517), - [4591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(190), - [4593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4444), - [4595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4436), - [4597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5259), - [4599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(56), - [4601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3489), - [4603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3596), - [4605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7389), - [4607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7344), - [4609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(191), - [4611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4556), - [4613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4637), - [4615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7387), - [4617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3034), - [4619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7275), - [4621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5359), - [4623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7311), - [4625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7380), - [4627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5363), - [4629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(193), - [4631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4600), - [4633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4609), - [4635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(194), - [4637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1697), - [4639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1685), - [4641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(195), - [4643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4502), - [4645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4544), - [4647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5250), - [4649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17), - [4651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3482), - [4653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3649), - [4655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7355), - [4657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7332), - [4659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(178), - [4661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2121), - [4663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2143), - [4665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(197), - [4667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1361), - [4669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1355), - [4671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(126), - [4673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1375), - [4675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1373), - [4677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(199), - [4679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1509), - [4681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1502), - [4683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(200), - [4685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1530), - [4687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1527), - [4689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(155), - [4691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(973), - [4693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(988), - [4695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(201), - [4697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1163), - [4699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1141), - [4701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(203), - [4703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3390), - [4705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3387), - [4707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(149), - [4709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1567), - [4711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1597), - [4713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(158), - [4715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4692), - [4717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4758), - [4719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(204), - [4721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1602), - [4723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1601), - [4725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(205), - [4727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1062), - [4729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1061), - [4731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(161), - [4733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1086), - [4735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1105), - [4737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(206), - [4739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(925), - [4741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(923), - [4743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(207), - [4745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1850), - [4747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1841), - [4749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(208), - [4751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1879), - [4753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1877), - [4755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(209), - [4757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4700), - [4759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4690), - [4761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(162), - [4763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4766), - [4765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4764), - [4767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(210), - [4769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1611), - [4771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1580), - [4773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(211), - [4775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4773), - [4777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4765), - [4779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(212), - [4781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4482), - [4783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4445), - [4785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(163), - [4787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1377), - [4789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1384), - [4791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(181), - [4793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3408), - [4795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3426), - [4797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(214), - [4799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1262), - [4801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1258), - [4803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7424), - [4805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(215), - [4807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1020), - [4809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1017), - [4811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(164), - [4813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1990), - [4815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2009), - [4817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(216), - [4819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1197), - [4821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1194), - [4823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(217), - [4825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1299), - [4827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1298), - [4829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(219), - [4831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3976), - [4833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3694), - [4835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(168), - [4837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4778), - [4839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4850), - [4841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(169), - [4843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1793), - [4845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1859), - [4847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(218), - [4849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4614), - [4851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4603), - [4853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(170), - [4855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(933), - [4857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(959), - [4859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(171), - [4861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3292), - [4863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3307), + [4196] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5189), + [4199] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(68), + [4202] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3545), + [4205] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3626), + [4208] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7155), + [4211] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7132), + [4214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5879), + [4216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1226), + [4218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1153), + [4220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1190), + [4222] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_clause, 5, 0, 0), + [4224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1204), + [4226] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_clause, 4, 0, 0), + [4228] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5299), + [4231] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(31), + [4234] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3565), + [4237] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3607), + [4240] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7389), + [4243] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7381), + [4246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5299), + [4248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(31), + [4250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3565), + [4252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3607), + [4254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7389), + [4256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7381), + [4258] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_header, 1, 0, 0), + [4260] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_port_clause, 4, 0, 0), + [4262] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_port_clause, 5, 0, 0), + [4264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5623), + [4266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3299), + [4268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3320), + [4270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4889), + [4272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6243), + [4274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8176), + [4276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7182), + [4278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8221), + [4280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6050), + [4282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7677), + [4284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4476), + [4286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6059), + [4288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4481), + [4290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7657), + [4292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5997), + [4294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7546), + [4296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5581), + [4298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4468), + [4300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7601), + [4302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4859), + [4304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3244), + [4306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4156), + [4308] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_entity_head_repeat1, 1, 0, 0), + [4310] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__entity_declarative_item, 1, 0, 0), + [4312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7266), + [4314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5314), + [4316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(83), + [4318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3479), + [4320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3665), + [4322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7347), + [4324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7324), + [4326] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_header, 3, 0, 0), + [4328] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__package_declarative_item, 1, 0, 0), + [4330] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_package_declaration_body_repeat1, 1, 0, 0), + [4332] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5314), + [4335] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(83), + [4338] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3479), + [4341] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3665), + [4344] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7347), + [4347] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7324), + [4350] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_type_declaration_repeat1, 2, 0, 0), SHIFT_REPEAT(4902), + [4353] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_type_declaration_repeat1, 2, 0, 0), SHIFT_REPEAT(3830), + [4356] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_protected_type_declaration_repeat1, 2, 0, 0), + [4358] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_type_declaration_repeat1, 2, 0, 0), SHIFT_REPEAT(5006), + [4361] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_type_declaration_repeat1, 2, 0, 0), SHIFT_REPEAT(7659), + [4364] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_type_declaration_repeat1, 2, 0, 0), SHIFT_REPEAT(5004), + [4367] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_type_declaration_repeat1, 2, 0, 0), SHIFT_REPEAT(5906), + [4370] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_type_declaration_repeat1, 2, 0, 0), SHIFT_REPEAT(4696), + [4373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7440), + [4375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5192), + [4377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27), + [4379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3536), + [4381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3630), + [4383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7603), + [4385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5001), + [4387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3449), + [4389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(357), + [4391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7322), + [4393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3445), + [4395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2890), + [4397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(366), + [4399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4597), + [4401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5230), + [4403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(41), + [4405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3456), + [4407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3658), + [4409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7580), + [4411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7537), + [4413] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5318), + [4416] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(76), + [4419] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3505), + [4422] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3621), + [4425] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7415), + [4428] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7372), + [4431] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5230), + [4434] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(41), + [4437] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3456), + [4440] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3658), + [4443] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7580), + [4446] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7537), + [4449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7206), + [4451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5318), + [4453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(76), + [4455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3505), + [4457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3621), + [4459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7415), + [4461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7372), + [4463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7627), + [4465] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5192), + [4468] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(27), + [4471] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3536), + [4474] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3630), + [4477] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7631), + [4480] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7603), + [4483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3476), + [4485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1192), + [4487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3544), + [4489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(171), + [4491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1867), + [4493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1836), + [4495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5200), + [4497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(32), + [4499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3526), + [4501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3636), + [4503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7628), + [4505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7592), + [4507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5328), + [4509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(80), + [4511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3472), + [4513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3629), + [4515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7393), + [4517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7348), + [4519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5630), + [4521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3966), + [4523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3727), + [4525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(192), + [4527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1590), + [4529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1594), + [4531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(166), + [4533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3286), + [4535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3259), + [4537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(191), + [4539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4748), + [4541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4701), + [4543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(195), + [4545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1074), + [4547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1113), + [4549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(202), + [4551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1119), + [4553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1106), + [4555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(190), + [4557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1308), + [4559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1282), + [4561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(154), + [4563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1743), + [4565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1741), + [4567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(212), + [4569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(988), + [4571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(955), + [4573] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5328), + [4576] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(80), + [4579] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3472), + [4582] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3629), + [4585] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7393), + [4588] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7348), + [4591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(193), + [4593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4719), + [4595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4866), + [4597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(189), + [4599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4529), + [4601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4530), + [4603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6819), + [4605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3143), + [4607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(355), + [4609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6879), + [4611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5350), + [4613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6878), + [4615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6877), + [4617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5342), + [4619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8026), + [4621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3030), + [4623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8018), + [4625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5547), + [4627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8024), + [4629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8025), + [4631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5554), + [4633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6902), + [4635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(180), + [4637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1404), + [4639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1403), + [4641] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5200), + [4644] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(32), + [4647] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3526), + [4650] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3636), + [4653] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7628), + [4656] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7592), + [4659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5319), + [4661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(81), + [4663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3474), + [4665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3646), + [4667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7359), + [4669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7336), + [4671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(163), + [4673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5017), + [4675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5010), + [4677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(203), + [4679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1424), + [4681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1454), + [4683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(160), + [4685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4574), + [4687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4619), + [4689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(201), + [4691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4573), + [4693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4558), + [4695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1197), + [4697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(186), + [4699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4444), + [4701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4414), + [4703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(200), + [4705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(924), + [4707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(917), + [4709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(183), + [4711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4956), + [4713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4957), + [4715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(179), + [4717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1005), + [4719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1016), + [4721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(158), + [4723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3402), + [4725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3397), + [4727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5619), + [4729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3570), + [4731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3538), + [4733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(168), + [4735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2251), + [4737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2244), + [4739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5612), + [4741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3407), + [4743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3421), + [4745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(188), + [4747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1962), + [4749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1931), + [4751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(159), + [4753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3503), + [4755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3581), + [4757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(177), + [4759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1208), + [4761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1211), + [4763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(146), + [4765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4455), + [4767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4456), + [4769] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5319), + [4772] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(81), + [4775] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3474), + [4778] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3646), + [4781] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7359), + [4784] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7336), + [4787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(208), + [4789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1347), + [4791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1355), + [4793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(174), + [4795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4873), + [4797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4704), + [4799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(194), + [4801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4772), + [4803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4777), + [4805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(169), + [4807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(969), + [4809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(991), + [4811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(175), + [4813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1291), + [4815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1370), + [4817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(219), + [4819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1325), + [4821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1332), + [4823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(138), + [4825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1494), + [4827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1480), + [4829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(157), + [4831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1809), + [4833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1808), + [4835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(126), + [4837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1604), + [4839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1588), + [4841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(173), + [4843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4620), + [4845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4621), + [4847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(198), + [4849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1796), + [4851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1759), + [4853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(181), + [4855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1637), + [4857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1626), + [4859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(206), + [4861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4838), + [4863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4666), [4865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(172), - [4867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4998), - [4869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4975), - [4871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(174), - [4873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3529), - [4875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3542), - [4877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(175), - [4879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4732), - [4881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4844), - [4883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(176), - [4885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2093), - [4887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2111), - [4889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(127), - [4891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4541), - [4893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4540), - [4895] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5250), - [4898] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(17), - [4901] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3482), - [4904] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3649), - [4907] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7355), - [4910] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7332), - [4913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6004), - [4915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4654), - [4917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4623), - [4919] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5259), - [4922] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(56), - [4925] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3489), - [4928] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3596), - [4931] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7389), - [4934] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7344), - [4937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(186), - [4939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1788), - [4941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1773), - [4943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5960), - [4945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4736), - [4947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4865), - [4949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4082), - [4951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4862), - [4953] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5149), - [4956] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(33), - [4959] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3504), - [4962] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3661), - [4965] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7051), - [4968] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7014), - [4971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2256), - [4973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4012), - [4975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3398), - [4977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4062), - [4979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4815), - [4981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4094), - [4983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2124), - [4985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3987), - [4987] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5161), - [4990] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(72), - [4993] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3521), - [4996] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3591), - [4999] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7565), - [5002] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7522), - [5005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2151), - [5007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4199), - [5009] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5295), - [5012] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(45), - [5015] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3565), - [5018] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3638), - [5021] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7235), - [5024] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7212), - [5027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4579), - [5029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4035), - [5031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1089), - [5033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4253), - [5035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1614), - [5037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4065), - [5039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3427), - [5041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3998), - [5043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1021), - [5045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4068), - [5047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1728), - [5049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4038), - [5051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(875), - [5053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4007), - [5055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5295), - [5057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(45), - [5059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3565), - [5061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3638), - [5063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7212), - [5065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1993), - [5067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4278), - [5069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4513), - [5071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4097), - [5073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4496), - [5075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4041), - [5077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1274), - [5079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4101), - [5081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(910), - [5083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4071), - [5085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5201), - [5087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(35), - [5089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3517), - [5091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3620), - [5093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7100), - [5095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7080), - [5097] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sensitivity_specification, 3, 0, 0), - [5099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3677), - [5101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4281), - [5103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1027), - [5105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4104), - [5107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1570), - [5109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4176), - [5111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1881), - [5113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4075), - [5115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4780), - [5117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4285), - [5119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6187), + [4867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4486), + [4869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4488), + [4871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5568), + [4873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4590), + [4875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4644), + [4877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(176), + [4879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3876), + [4881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3938), + [4883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(216), + [4885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2033), + [4887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2231), + [4889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(132), + [4891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(841), + [4893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(873), + [4895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(155), + [4897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4787), + [4899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4848), + [4901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(215), + [4903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4356), + [4905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4365), + [4907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(207), + [4909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1824), + [4911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1845), + [4913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(152), + [4915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2206), + [4917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2174), + [4919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(140), + [4921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3401), + [4923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3379), + [4925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(170), + [4927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1224), + [4929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1227), + [4931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(145), + [4933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2089), + [4935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2026), + [4937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(148), + [4939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2155), + [4941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2113), + [4943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5634), + [4945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1864), + [4947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4688), + [4949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4176), + [4951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4659), + [4953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(846), + [4955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4283), + [4957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6071), + [4959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7641), + [4961] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5208), + [4964] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(91), + [4967] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3559), + [4970] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3601), + [4973] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7239), + [4976] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7216), + [4979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1482), + [4981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4042), + [4983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5203), + [4985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(30), + [4987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3533), + [4989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3656), + [4991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7017), + [4993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5208), + [4995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(91), + [4997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3559), + [4999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3601), + [5001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7216), + [5003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2086), + [5005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4241), + [5007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4735), + [5009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4140), + [5011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1303), + [5013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4147), + [5015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1054), + [5017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4129), + [5019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4833), + [5021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4220), + [5023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3308), + [5025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4191), + [5027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1669), + [5029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4055), + [5031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3427), + [5033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4016), + [5035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4347), + [5037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4053), + [5039] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5174), + [5042] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(75), + [5045] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3508), + [5048] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3628), + [5051] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7167), + [5054] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7144), + [5057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1955), + [5059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4153), + [5061] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sensitivity_specification, 3, 0, 0), + [5063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3373), + [5065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4260), + [5067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6316), + [5069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4266), + [5071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5212), + [5073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(50), + [5075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3454), + [5077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3597), + [5079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7104), + [5081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7084), + [5083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1638), + [5085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4051), + [5087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1456), + [5089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4027), + [5091] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5203), + [5094] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(30), + [5097] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3533), + [5100] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3656), + [5103] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7054), + [5106] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7017), + [5109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7134), + [5111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5174), + [5113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(75), + [5115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3508), + [5117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3628), + [5119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7167), [5121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7144), - [5123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1376), - [5125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4044), - [5127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1891), - [5129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4288), - [5131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4793), - [5133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4264), - [5135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5149), - [5137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(33), - [5139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3504), - [5141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3661), - [5143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7014), - [5145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(937), - [5147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4292), - [5149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5313), - [5151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(70), - [5153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3516), - [5155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3586), - [5157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7543), - [5159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7500), - [5161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6015), - [5163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4296), - [5165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5161), - [5167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(72), - [5169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3521), - [5171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3591), - [5173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7565), - [5175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7522), - [5177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1794), - [5179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4078), - [5181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3310), - [5183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4302), - [5185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2186), - [5187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3995), - [5189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1167), - [5191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4058), - [5193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5010), - [5195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4307), - [5197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1791), - [5199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4003), - [5201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3544), - [5203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3980), - [5205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1142), - [5207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4107), - [5209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(975), - [5211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4220), - [5213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6280), - [5215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4837), - [5217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3984), - [5219] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5296), - [5222] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(39), - [5225] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3555), - [5228] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3616), - [5231] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7163), - [5234] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7140), - [5237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5296), - [5239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(39), - [5241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3555), - [5243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3616), - [5245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7163), - [5247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7140), - [5249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4421), - [5251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4024), - [5253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1385), - [5255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4048), - [5257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4346), - [5259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4125), - [5261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7130), - [5263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1532), - [5265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4051), - [5267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4559), - [5269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4029), - [5271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1303), - [5273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4111), - [5275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4644), - [5277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4114), - [5279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1424), - [5281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4088), - [5283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1405), - [5285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4273), - [5287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4489), - [5289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4117), - [5291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4907), - [5293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4018), - [5295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2159), - [5297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3991), - [5299] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5201), - [5302] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(35), - [5305] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3517), - [5308] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3620), - [5311] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7100), - [5314] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7080), - [5317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4743), - [5319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4239), - [5321] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5313), - [5324] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(70), - [5327] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3516), - [5330] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3586), - [5333] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7543), - [5336] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7500), - [5339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1542), - [5341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4055), - [5343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6550), - [5345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4032), - [5347] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__subprogram_declarative_item, 1, 0, 0), - [5349] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__protected_type_body_declarative_item, 1, 0, 0), - [5351] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_protected_type_body_repeat1, 1, 0, 0), - [5353] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_subprogram_head_repeat1, 1, 0, 0), - [5355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6937), - [5357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4905), - [5359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5156), - [5361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6852), - [5363] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5232), - [5366] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(53), - [5369] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3466), - [5372] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3657), - [5375] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7331), - [5378] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7308), - [5381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5982), - [5383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4548), - [5385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4628), - [5387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4019), - [5389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4108), - [5391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5998), - [5393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4763), - [5395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4719), - [5397] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__package_body_declarative_item, 1, 0, 0), - [5399] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_package_definition_body_repeat1, 1, 0, 0), - [5401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6776), - [5403] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__process_declarative_item, 1, 0, 0), - [5405] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_sequential_block_head_repeat1, 1, 0, 0), - [5407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5232), - [5409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(53), - [5411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3466), - [5413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3657), - [5415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7331), - [5417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7308), - [5419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7363), - [5421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5965), - [5423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4856), - [5425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4715), - [5427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5741), - [5429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4546), - [5431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4511), - [5433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5980), - [5435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4429), - [5437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4434), - [5439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5981), - [5441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4610), - [5443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4604), - [5445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5984), - [5447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4545), - [5449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4499), - [5451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5971), - [5453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4836), - [5455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4687), - [5457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4782), - [5459] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5316), - [5462] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(43), - [5465] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3561), - [5468] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3631), - [5471] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7211), - [5474] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7188), - [5477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5999), - [5479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4503), - [5481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4452), - [5483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5969), - [5485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5041), - [5487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5029), - [5489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5316), - [5491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(43), - [5493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3561), - [5495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3631), - [5497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7211), - [5499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7188), - [5501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4670), - [5503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5979), - [5505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4897), - [5507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4947), - [5509] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subtype_indication, 1, 0, 18), - [5511] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_resolution_indication, 1, 0, 0), - [5513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(377), - [5515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8330), - [5517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(370), - [5519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(387), - [5521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6894), - [5523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5704), - [5525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5834), - [5527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4204), - [5529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6836), - [5531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5204), - [5533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(390), - [5535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(386), - [5537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7322), - [5539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8361), - [5541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7370), + [5123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1321), + [5125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4185), + [5127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4452), + [5129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4214), + [5131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3541), + [5133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4211), + [5135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1075), + [5137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4061), + [5139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(920), + [5141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4180), + [5143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3873), + [5145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4167), + [5147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1744), + [5149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4230), + [5151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4810), + [5153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4171), + [5155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4604), + [5157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4249), + [5159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4485), + [5161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4238), + [5163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5236), + [5165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(42), + [5167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3442), + [5169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3654), + [5171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7569), + [5173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7526), + [5175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1913), + [5177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4227), + [5179] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5236), + [5182] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(42), + [5185] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3442), + [5188] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3654), + [5191] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7569), + [5194] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7526), + [5197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2036), + [5199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4068), + [5201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4616), + [5203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4244), + [5205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1813), + [5207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4210), + [5209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(994), + [5211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4182), + [5213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1401), + [5215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4275), + [5217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1820), + [5219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4229), + [5221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1974), + [5223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4252), + [5225] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5212), + [5228] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(50), + [5231] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3454), + [5234] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3597), + [5237] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7104), + [5240] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7084), + [5243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4576), + [5245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4278), + [5247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4875), + [5249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4248), + [5251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1581), + [5253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4265), + [5255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6509), + [5257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4187), + [5259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1280), + [5261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4059), + [5263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6111), + [5265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2252), + [5267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4303), + [5269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4834), + [5271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4270), + [5273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5250), + [5275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(46), + [5277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3509), + [5279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3648), + [5281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7547), + [5283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7504), + [5285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4754), + [5287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4109), + [5289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4958), + [5291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4201), + [5293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4528), + [5295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4294), + [5297] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5250), + [5300] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(46), + [5303] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3509), + [5306] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3648), + [5309] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7547), + [5312] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7504), + [5315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1821), + [5317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4274), + [5319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4955), + [5321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4306), + [5323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1188), + [5325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4287), + [5327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1193), + [5329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3980), + [5331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4435), + [5333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4295), + [5335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1004), + [5337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4296), + [5339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(982), + [5341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4084), + [5343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1256), + [5345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4311), + [5347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4905), + [5349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5153), + [5351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6853), + [5353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6752), + [5355] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_sequential_block_head_repeat1, 1, 0, 0), + [5357] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__process_declarative_item, 1, 0, 0), + [5359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4137), + [5361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5579), + [5363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4823), + [5365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4708), + [5367] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__package_body_declarative_item, 1, 0, 0), + [5369] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_package_definition_body_repeat1, 1, 0, 0), + [5371] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5307), + [5374] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(87), + [5377] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3481), + [5380] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3661), + [5383] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7335), + [5386] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7312), + [5389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8188), + [5391] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__subprogram_declarative_item, 1, 0, 0), + [5393] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_subprogram_head_repeat1, 1, 0, 0), + [5395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8238), + [5397] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__protected_type_body_declarative_item, 1, 0, 0), + [5399] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_protected_type_body_repeat1, 1, 0, 0), + [5401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5307), + [5403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(87), + [5405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3481), + [5407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3661), + [5409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7335), + [5411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7312), + [5413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4298), + [5415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5602), + [5417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4592), + [5419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4556), + [5421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5577), + [5423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4446), + [5425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4546), + [5427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5627), + [5429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4712), + [5431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4874), + [5433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4762), + [5435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5605), + [5437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4416), + [5439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4440), + [5441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5599), + [5443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4450), + [5445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4521), + [5447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5606), + [5449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4896), + [5451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4912), + [5453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5603), + [5455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4628), + [5457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4651), + [5459] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subtype_indication, 1, 0, 18), + [5461] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_resolution_indication, 1, 0, 0), + [5463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(386), + [5465] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5185), + [5468] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(86), + [5471] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3469), + [5474] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(3657), + [5477] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7215), + [5480] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_repeat1, 2, 0, 0), SHIFT_REPEAT(7192), + [5483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5618), + [5485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4767), + [5487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4730), + [5489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5185), + [5491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(86), + [5493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3469), + [5495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3657), + [5497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7215), + [5499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7192), + [5501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5622), + [5503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5013), + [5505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4967), + [5507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4809), + [5509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5567), + [5511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4466), + [5513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4507), + [5515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6788), + [5517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(372), + [5519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(380), + [5521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7412), + [5523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5909), + [5525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7326), + [5527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(384), + [5529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(377), + [5531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5688), + [5533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4105), + [5535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6838), + [5537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5281), + [5539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7374), + [5541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7605), [5543] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_entity_body_repeat1, 1, 0, 0), [5545] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__entity_statement, 1, 0, 0), - [5547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7535), - [5549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4487), - [5551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8073), - [5553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5067), - [5555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7334), - [5557] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_type_header, 1, 0, 0), - [5559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7590), - [5561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4486), - [5563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7675), - [5565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7346), - [5567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3977), - [5569] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_configuration_head, 2, 0, 0), - [5571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5162), - [5573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4576), - [5575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7132), - [5577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3776), - [5579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(375), - [5581] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_configuration_head, 1, 0, 0), - [5583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7038), - [5585] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__label, 1, 0, 1), - [5587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7025), - [5589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3756), - [5591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5807), - [5593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7142), - [5595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3309), - [5597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4883), - [5599] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_mode, 1, 0, 0), - [5601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7502), - [5603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7084), - [5605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7524), - [5607] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_end, 1, 0, 0), - [5609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4935), - [5611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6733), - [5613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7214), - [5615] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_configuration_head_repeat1, 2, 0, 0), SHIFT_REPEAT(3977), - [5618] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_configuration_head_repeat1, 2, 0, 0), - [5620] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_configuration_head_repeat1, 2, 0, 0), SHIFT_REPEAT(5162), - [5623] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_configuration_head_repeat1, 2, 0, 0), SHIFT_REPEAT(4868), - [5626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5026), - [5628] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_conditional_analysis_expression, 1, 0, 0), - [5630] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(4858), - [5633] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(4900), - [5636] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(4802), - [5639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4147), - [5641] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_conditional_analysis_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(5026), - [5644] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_conditional_analysis_expression_repeat1, 2, 0, 0), - [5646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3978), - [5648] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_private_variable_declaration, 2, 0, 0), - [5650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4175), - [5652] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_record_type_definition_repeat1, 2, 0, 0), SHIFT_REPEAT(4390), - [5655] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_record_type_definition_repeat1, 2, 0, 0), - [5657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6865), - [5659] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_mode_view_body, 2, 0, 0), - [5661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4217), - [5663] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__protected_type_declarative_item, 1, 0, 0), - [5665] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_protected_type_declaration_repeat1, 1, 0, 0), - [5667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5882), - [5669] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_conditional_analysis_expression, 2, 0, 0), - [5671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5065), - [5673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7310), - [5675] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_mode_view_body, 1, 0, 0), - [5677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4858), - [5679] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_context_declaration_body, 1, 0, 0), - [5681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4900), - [5683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4802), - [5685] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_type_header, 3, 0, 0), - [5687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4293), - [5689] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_mode_view_body_repeat1, 2, 0, 0), SHIFT_REPEAT(4390), - [5692] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_mode_view_body_repeat1, 2, 0, 0), - [5694] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_context_declaration_body, 2, 0, 0), - [5696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4301), - [5698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6344), - [5700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2880), - [5702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6033), - [5704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2983), - [5706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5006), - [5708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6623), - [5710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5176), - [5712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6721), - [5714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4008), - [5716] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_resolution_indication, 3, 0, 0), - [5718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2866), - [5720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2867), - [5722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4188), - [5724] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_physical_type_definition_repeat1, 2, 0, 0), SHIFT_REPEAT(4390), - [5727] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_physical_type_definition_repeat1, 2, 0, 0), - [5729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2971), - [5731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4015), - [5733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2943), - [5735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2813), - [5737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2860), - [5739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4221), - [5741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6), - [5743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2912), - [5745] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_end, 2, 0, 0), - [5747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2913), - [5749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4126), - [5751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2879), - [5753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7190), - [5755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2947), - [5757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4224), - [5759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6771), - [5761] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6771), - [5763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6152), - [5765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5535), - [5767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2936), - [5769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(667), - [5771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3772), - [5773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(668), - [5775] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_conditional_analysis_relation, 4, 0, 0), - [5777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5567), - [5779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5569), - [5781] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_configuration, 1, 0, 0), - [5783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5114), - [5785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2886), - [5787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2922), - [5789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5221), - [5791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5237), - [5793] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_entity, 1, 0, 0), - [5795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5072), - [5797] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_case, 2, 0, 0), - [5799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5118), - [5801] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_conditional_analysis_relation, 3, 0, 0), - [5803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7067), - [5805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2782), - [5807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7047), - [5809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7678), - [5811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7060), - [5813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4160), - [5815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2950), - [5817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5256), - [5819] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_procedure_specification, 2, 0, 8), - [5821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2785), - [5823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6847), - [5825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7873), - [5827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6848), - [5829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7872), - [5831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4210), - [5833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5266), - [5835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5267), - [5837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7740), - [5839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2775), - [5841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6725), - [5843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6726), - [5845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7797), - [5847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3019), - [5849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5473), - [5851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7835), - [5853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7860), - [5855] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_component, 1, 0, 0), - [5857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5083), - [5859] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subtype_indication, 2, 0, 13), - [5861] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_architecture, 1, 0, 0), - [5863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5131), - [5865] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_context, 1, 0, 0), - [5867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5079), - [5869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2838), - [5871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1707), - [5873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5496), - [5875] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_package_body, 1, 0, 0), - [5877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7391), - [5879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2843), - [5881] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_package, 1, 0, 0), - [5883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5117), - [5885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7057), - [5887] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_partial_pathname_repeat1, 2, 0, 0), SHIFT_REPEAT(4390), - [5890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7840), - [5892] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_if, 2, 0, 0), - [5894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4931), - [5896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(371), - [5898] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_elsif_generate, 4, 0, 0), - [5900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6660), - [5902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4277), - [5904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5244), - [5906] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_block_configuration_repeat2, 2, 0, 0), - [5908] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_configuration_repeat2, 2, 0, 0), SHIFT_REPEAT(3309), - [5911] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__conditional_analysis_identifier, 1, 0, 0), - [5913] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__conditional_analysis_identifier, 1, 0, 0), - [5915] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_entity, 2, 0, 0), - [5917] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_view, 2, 0, 0), - [5919] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_context, 2, 0, 0), - [5921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4359), - [5923] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__target, 1, 0, 0), - [5925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4122), - [5927] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_component, 2, 0, 0), - [5929] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_process, 2, 0, 0), - [5931] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_conditional_expression_repeat1, 2, 0, 0), - [5933] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_conditional_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(646), - [5936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5798), - [5938] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_record, 2, 0, 0), - [5940] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_specification, 3, 0, 0), - [5942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6013), - [5944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2274), - [5946] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 4, 0, 0), - [5948] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_elsif_statement, 4, 0, 0), - [5950] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_package_body, 3, 0, 0), - [5952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3329), - [5954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(400), - [5956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6126), - [5958] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_relative_pathname_repeat1, 2, 0, 0), SHIFT_REPEAT(6852), - [5961] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_relative_pathname_repeat1, 2, 0, 0), - [5963] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_pathname_repeat1, 2, 0, 0), SHIFT_REPEAT(4390), - [5966] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_block, 2, 0, 0), - [5968] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_generate, 2, 0, 0), - [5970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5286), - [5972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5195), - [5974] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_loop, 2, 0, 0), - [5976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3087), - [5978] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_generate, 4, 0, 0), - [5980] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_configuration, 2, 0, 0), - [5982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5280), - [5984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2163), - [5986] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_package, 2, 0, 0), - [5988] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_case, 3, 0, 0), - [5990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3778), - [5992] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_header, 4, 0, 0), - [5994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7378), - [5996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4228), - [5998] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_procedure_specification, 2, 0, 8), - [6000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4767), - [6002] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_type_declaration_end, 2, 0, 0), - [6004] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_elsif_generate, 3, 0, 0), - [6006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8296), - [6008] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_architecture, 2, 0, 0), - [6010] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_process, 3, 0, 0), - [6012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5248), - [6014] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_header, 3, 0, 0), - [6016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3299), - [6018] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_type_body_end, 3, 0, 0), - [6020] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_units, 2, 0, 0), - [6022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5777), - [6024] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_conditional_expression, 2, 0, 0), - [6026] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_generate, 3, 0, 0), - [6028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4816), - [6030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4518), - [6032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3047), - [6034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3666), - [6036] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range_constraint, 2, 0, 0), - [6038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1682), - [6040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7367), - [6042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3720), - [6044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4728), - [6046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2090), - [6048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3042), - [6050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1672), - [6052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6642), - [6054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3332), - [6056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4683), - [6058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4684), - [6060] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_secondary_unit_declaration, 4, 0, 0), - [6062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2910), - [6064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4685), - [6066] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_group_constituent_list_repeat1, 2, 0, 0), - [6068] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_group_constituent_list_repeat1, 2, 0, 0), SHIFT_REPEAT(4208), - [6071] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_body, 1, 0, 0), - [6073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2118), - [6075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4367), - [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(3052), - [6083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3255), - [6085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3336), - [6087] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subtype_indication, 2, 0, 18), - [6089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2153), - [6091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(970), - [6093] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_case_body_repeat1, 2, 0, 0), - [6095] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_body_repeat1, 2, 0, 0), SHIFT_REPEAT(252), - [6098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2286), - [6100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3404), - [6102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5405), - [6104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3257), - [6106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4819), - [6108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2252), - [6110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3526), - [6112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4141), - [6114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4153), - [6116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5748), - [6118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1741), - [6120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3339), - [6122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2073), - [6124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3258), - [6126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3341), - [6128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4631), - [6130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7350), - [6132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3999), - [6134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1986), - [6136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(852), - [6138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3016), - [6140] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_group_constituent_list_repeat1, 2, 0, 0), SHIFT_REPEAT(4164), - [6143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7609), - [6145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3722), - [6147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2233), - [6149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3289), - [6151] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_secondary_unit_declaration, 5, 0, 0), - [6153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5868), - [6155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(930), - [6157] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_integer_incomplete_type_definition, 2, 0, 0), - [6159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6703), - [6161] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_body, 2, 0, 0), - [6163] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_primary_unit_declaration, 2, 0, 0), - [6165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4945), - [6167] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_configuration_head_repeat2, 2, 0, 0), - [6169] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_configuration_head_repeat2, 2, 0, 0), SHIFT_REPEAT(7067), - [6172] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_mode_indication, 2, 0, 0), - [6174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5423), - [6176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8047), - [6178] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__designator, 1, 0, 0), - [6180] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__logical_name, 1, 0, 6), - [6182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4806), - [6184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3724), - [6186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4400), - [6188] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_block_configuration_repeat1, 2, 0, 0), - [6190] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_configuration_repeat1, 2, 0, 0), SHIFT_REPEAT(4883), - [6193] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subtype_indication, 3, 0, 13), - [6195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4565), - [6197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3050), - [6199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3761), - [6201] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sensitivity_list, 2, 0, 0), - [6203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4208), - [6205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1207), - [6207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3771), - [6209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3815), - [6211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4553), - [6213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2183), - [6215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1004), - [6217] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_element_declaration, 4, 0, 0), - [6219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1700), - [6221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1245), - [6223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4478), - [6225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3252), - [6227] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_procedure_specification, 3, 0, 8), - [6229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1341), - [6231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1732), - [6233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2264), - [6235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1358), - [6237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1480), - [6239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4339), - [6241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1284), - [6243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1506), - [6245] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_record_type_definition_repeat1, 1, 0, 0), - [6247] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_mode_indication, 1, 0, 0), - [6249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5367), - [6251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1206), - [6253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3765), - [6255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3769), - [6257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2993), - [6259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3371), - [6261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4721), - [6263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4775), - [6265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1561), - [6267] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_physical_type_definition_repeat1, 1, 0, 0), - [6269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4673), - [6271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1106), - [6273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2828), - [6275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1564), - [6277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(891), - [6279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3780), - [6281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1323), - [6283] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sensitivity_list, 1, 0, 0), - [6285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1083), - [6287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3726), - [6289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1807), - [6291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4885), - [6293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2142), - [6295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5012), - [6297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1847), - [6299] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_mode_view_element_definition, 4, 0, 0), - [6301] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_mode_view_body_repeat1, 1, 0, 0), - [6303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4460), - [6305] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_conditional_or_unaffected_expression, 1, 0, 0), - [6307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4207), - [6309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(979), - [6311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4230), - [6313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3327), - [6315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(392), - [6317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(612), - [6319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(981), - [6321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4232), - [6323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4812), - [6325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4244), - [6327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3248), - [6329] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_conditional_waveforms_repeat1, 2, 0, 0), - [6331] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_conditional_waveforms_repeat1, 2, 0, 0), SHIFT_REPEAT(351), - [6334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4843), - [6336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4247), - [6338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1094), - [6340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4258), - [6342] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_choices, 3, 0, 0), - [6344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3716), - [6346] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_case_generate_block_repeat1, 2, 0, 0), - [6348] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_generate_block_repeat1, 2, 0, 0), SHIFT_REPEAT(221), - [6351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1096), - [6353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4260), - [6355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4889), - [6357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4269), - [6359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4681), - [6361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4271), - [6363] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_partial_pathname_repeat1, 2, 0, 0), - [6365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1415), - [6367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4275), - [6369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1419), - [6371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4276), - [6373] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_configuration_head, 3, 0, 0), - [6375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1998), - [6377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4279), - [6379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2000), - [6381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4280), - [6383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3745), - [6385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4283), - [6387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3773), - [6389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4284), - [6391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4881), - [6393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4286), - [6395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4884), - [6397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4287), - [6399] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_private_incomplete_type_definition, 1, 0, 0), - [6401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1724), - [6403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4289), - [6405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1735), - [6407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4290), - [6409] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scalar_incomplete_type_definition, 1, 0, 0), - [6411] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__incomplete_type_definition, 1, 0, 0), - [6413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(947), - [6415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4294), - [6417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(949), - [6419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4295), - [6421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6031), - [6423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4299), - [6425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6095), - [6427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4300), - [6429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4368), - [6431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4246), - [6433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3311), - [6435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4303), - [6437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3313), - [6439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4304), - [6441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5020), - [6443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4309), - [6445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4972), - [6447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4166), - [6449] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_conditional_waveforms, 2, 0, 0), - [6451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(351), - [6453] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_waveform, 2, 0, 0), - [6455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(404), - [6457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3546), - [6459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3982), - [6461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3548), - [6463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3983), - [6465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4329), - [6467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4193), - [6469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4872), - [6471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3985), - [6473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4809), - [6475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3986), - [6477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2128), - [6479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3989), - [6481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2130), - [6483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3990), - [6485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(221), - [6487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2170), - [6489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3993), - [6491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2172), - [6493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3994), - [6495] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type_definition, 4, 0, 0), - [6497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2190), - [6499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3996), - [6501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2192), - [6503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3997), - [6505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3354), - [6507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4001), - [6509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3356), - [6511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4002), - [6513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1828), - [6515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4004), - [6517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1830), - [6519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4005), - [6521] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_waveform, 1, 0, 0), - [6523] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unspecified_type_indication, 3, 0, 0), - [6525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(877), - [6527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4009), - [6529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(879), - [6531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4010), - [6533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2265), - [6535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4016), - [6537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2267), - [6539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4017), - [6541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4908), - [6543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4022), - [6545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4937), - [6547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4023), - [6549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4423), - [6551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4027), - [6553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4440), - [6555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4028), - [6557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4568), - [6559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4030), - [6561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4570), - [6563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4031), - [6565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6530), - [6567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4033), - [6569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6204), - [6571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4034), - [6573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4624), - [6575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4036), - [6577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4626), - [6579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4037), - [6581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1754), - [6583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4039), - [6585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1766), - [6587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4040), - [6589] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__incomplete_subtype_indication, 1, 0, 0), - [6591] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_access_incomplete_type_definition, 2, 0, 0), - [6593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4451), - [6595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4042), - [6597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4470), - [6599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4043), - [6601] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_physical_incomplete_type_definition, 2, 0, 0), - [6603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1378), - [6605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4046), - [6607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1380), - [6609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4047), - [6611] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_mode_indication, 3, 0, 0), - [6613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1387), - [6615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4049), - [6617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1389), - [6619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4050), - [6621] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_instantiated_unit, 2, 0, 17), - [6623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5215), - [6625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1537), - [6627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4053), - [6629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1539), - [6631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4054), - [6633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1543), - [6635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4056), - [6637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1545), - [6639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4057), - [6641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1171), - [6643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4060), - [6645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1174), - [6647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4061), - [6649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3399), - [6651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4063), - [6653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3401), - [6655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4064), - [6657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1617), - [6659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4066), - [6661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1619), - [6663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4067), - [6665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1023), - [6667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4069), - [6669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1037), - [6671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4070), - [6673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(897), - [6675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4073), - [6677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(908), - [6679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4074), - [6681] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_selected_name, 4, 0, 21), - [6683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5086), - [6685] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_selected_name, 4, 0, 7), - [6687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1884), - [6689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4076), - [6691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1888), - [6693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4077), - [6695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1899), - [6697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4080), - [6699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1903), - [6701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4081), - [6703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4746), - [6705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4085), - [6707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4749), - [6709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4086), - [6711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1433), - [6713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4092), - [6715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1439), - [6717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4093), - [6719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4832), - [6721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4095), - [6723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4835), - [6725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4096), - [6727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4458), - [6729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4098), - [6731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1275), - [6733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4102), - [6735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1277), - [6737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4103), - [6739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1028), - [6741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4105), - [6743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1030), - [6745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4106), - [6747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1144), - [6749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4109), - [6751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1148), - [6753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4110), - [6755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1305), - [6757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4112), - [6759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1307), - [6761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4113), - [6763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4653), - [6765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4115), - [6767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4599), - [6769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4116), - [6771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4516), - [6773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4119), - [6775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4538), - [6777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4120), - [6779] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__incomplete_type_mark, 1, 0, 0), - [6781] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_file_incomplete_type_definition, 3, 0, 59), - [6783] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__incomplete_type_mark, 1, 0, 18), - [6785] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discrete_incomplete_type_definition, 3, 0, 0), - [6787] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type_definition, 6, 0, 0), - [6789] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_package_pathname_repeat1, 2, 0, 0), - [6791] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entity_aspect, 2, 0, 17), - [6793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5174), - [6795] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_floating_incomplete_type_definition, 4, 0, 0), - [6797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4261), - [6799] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entity_designator, 1, 0, 0), - [6801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3624), - [6803] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_conditional_or_unaffected_expression, 2, 0, 0), - [6805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2800), - [6807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4974), - [6809] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_selected_name, 3, 0, 21), - [6811] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_selected_name, 3, 0, 7), - [6813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2955), - [6815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7165), - [6817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2051), - [6819] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__interface_type_indication, 1, 0, 0), - [6821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4263), - [6823] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_signature_repeat1, 2, 0, 32), SHIFT_REPEAT(4207), - [6826] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_signature_repeat1, 2, 0, 32), - [6828] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_conditional_waveforms, 3, 0, 0), - [6830] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_waveform_repeat1, 2, 0, 0), - [6832] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_waveform_repeat1, 2, 0, 0), SHIFT_REPEAT(404), - [6835] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_generate_block, 1, 0, 0), - [6837] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_instantiated_unit, 4, 0, 34), - [6839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5299), - [6841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4274), - [6843] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generate_body, 4, 0, 0), - [6845] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_generate_body, 4, 0, 0), SHIFT(5143), - [6848] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_header, 5, 0, 0), - [6850] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__configuration_declarative_item, 1, 0, 0), - [6852] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_configuration_head_repeat1, 1, 0, 0), - [6854] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_selected_name_repeat1, 2, 0, 0), - [6856] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_selected_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5086), - [6859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4013), - [6861] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_conditional_or_unaffected_expression_repeat1, 2, 0, 0), - [6863] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_conditional_or_unaffected_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(646), - [6866] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_when_element, 2, 0, 0), - [6868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(295), - [6870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4121), - [6872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1578), - [6874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4183), - [6876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3753), - [6878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4192), - [6880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1582), - [6882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4185), - [6884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2847), - [6886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2975), - [6888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2851), - [6890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2188), - [6892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4205), - [6894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3038), - [6896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2198), - [6898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4211), - [6900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2931), - [6902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2895), - [6904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4509), - [6906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4099), - [6908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(321), - [6910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1272), - [6912] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_function_specification, 4, 0, 23), - [6914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4596), - [6916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4612), - [6918] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_conditional_waveforms, 4, 0, 0), - [6920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3247), - [6922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3325), - [6924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1704), - [6926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1706), - [6928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2017), - [6930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2018), - [6932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4446), - [6934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4449), - [6936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4704), - [6938] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entity_name_list, 2, 0, 0), - [6940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4072), - [6942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1394), - [6944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1395), - [6946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4156), - [6948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1397), - [6950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1398), - [6952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5302), - [6954] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_identifier_list, 1, 0, 27), - [6956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3678), - [6958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3681), - [6960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1599), - [6962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1600), - [6964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2792), - [6966] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_interface_list, 1, 0, 0), - [6968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3256), - [6970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1606), - [6972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1607), - [6974] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_mode_view_indication, 2, 0, 45), - [6976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3515), - [6978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2280), - [6980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1143), - [6982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1155), - [6984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3261), - [6986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4705), - [6988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3412), - [6990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3413), - [6992] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_array_index_incomplete_type_list_repeat1, 2, 0, 0), SHIFT_REPEAT(225), - [6995] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_array_index_incomplete_type_list_repeat1, 2, 0, 0), - [6997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4712), - [6999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3265), - [7001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1646), - [7003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1648), - [7005] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_logical_name_list, 1, 0, 7), - [7007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5013), - [7009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(131), - [7011] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_association_or_range_list, 2, 0, 0), - [7013] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_entity_class_entry_list_repeat1, 2, 0, 0), SHIFT_REPEAT(3022), - [7016] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_entity_class_entry_list_repeat1, 2, 0, 0), - [7018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4164), - [7020] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_group_constituent_list, 2, 0, 0), - [7022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1068), - [7024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1069), - [7026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3266), - [7028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2281), - [7030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(922), - [7032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(907), - [7034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1748), - [7036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1749), - [7038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6346), - [7040] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_user_directive, 1, 0, 0), - [7042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1893), - [7044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1802), - [7046] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_aggregate_repeat1, 2, 0, 0), SHIFT_REPEAT(223), - [7049] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_aggregate_repeat1, 2, 0, 0), - [7051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5), - [7053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1715), - [7055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1740), - [7057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4089), - [7059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3338), - [7061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4838), - [7063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4840), - [7065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2030), - [7067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(990), - [7069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(996), - [7071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1427), - [7073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1431), - [7075] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_instantiated_unit, 7, 0, 56), - [7077] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_association_or_range_list, 1, 0, 0), - [7079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3715), - [7081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4855), - [7083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4860), - [7085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4291), - [7087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3320), - [7089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4459), - [7091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4469), - [7093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3322), - [7095] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pathname_element, 1, 0, 0), - [7097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(532), - [7099] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_partial_pathname, 1, 0, 0), - [7101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1301), - [7103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1302), - [7105] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_function_specification, 6, 0, 38), - [7107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(222), - [7109] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_element_association_list, 1, 0, 0), - [7111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3340), - [7113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1034), - [7115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1035), - [7117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3723), - [7119] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_instantiated_unit, 5, 0, 42), - [7121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5821), - [7123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5823), - [7125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4963), - [7127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4965), - [7129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1169), - [7131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1170), - [7133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1314), - [7135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1315), - [7137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4647), - [7139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4648), - [7141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4498), - [7143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4500), - [7145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(993), - [7147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3731), - [7149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3566), - [7151] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_mode_view_indication, 4, 0, 55), - [7153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3562), - [7155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3712), - [7157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3742), - [7159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3744), - [7161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3567), - [7163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3735), - [7165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3736), - [7167] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entity_aspect, 2, 0, 16), - [7169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(994), - [7171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1786), - [7173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4870), - [7175] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_case_generate_body, 4, 0, 0), SHIFT(5089), - [7178] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_generate_body, 4, 0, 0), - [7180] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_user_directive_repeat1, 2, 0, 0), SHIFT_REPEAT(6346), - [7183] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_user_directive_repeat1, 2, 0, 0), - [7185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4873), - [7187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4376), - [7189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2951), - [7191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5763), - [7193] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_type_declaration, 2, 0, 13), - [7195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3488), - [7197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2791), - [7199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2177), - [7201] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__entity_class, 1, 0, 0), - [7203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3022), - [7205] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entity_class_entry_list, 1, 0, 0), - [7207] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entity_class_entry, 1, 0, 0), - [7209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6290), - [7211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5222), - [7213] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constant_identifier_list, 2, 0, 11), - [7215] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_element_association_list, 2, 0, 0), - [7217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(223), - [7219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6518), - [7221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2258), - [7223] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_selected_name_list, 2, 0, 0), - [7225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4916), - [7227] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_signal_list, 2, 0, 0), - [7229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2262), - [7231] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__entity_tag, 1, 0, 0), - [7233] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entity_name_list, 1, 0, 0), - [7235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2179), - [7237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2287), - [7239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2426), - [7241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(225), - [7243] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_index_incomplete_type_list, 2, 0, 0), - [7245] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_body, 2, 0, 0), - [7247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(372), - [7249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4693), - [7251] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sensitivity_clause, 2, 0, 0), - [7253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4697), - [7255] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_constant_identifier_list_repeat1, 2, 0, 20), SHIFT_REPEAT(5222), - [7258] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_constant_identifier_list_repeat1, 2, 0, 20), - [7260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2193), - [7262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2045), - [7264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2195), - [7266] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_index_constraint_repeat1, 2, 0, 0), SHIFT_REPEAT(385), - [7269] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_index_constraint_repeat1, 2, 0, 0), - [7271] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_selected_name_list_repeat1, 2, 0, 0), - [7273] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_selected_name_list_repeat1, 2, 0, 0), SHIFT_REPEAT(4916), - [7276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5251), - [7278] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_identifier_list, 2, 0, 0), - [7280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4702), - [7282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2956), - [7284] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assertion, 3, 0, 0), - [7286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2976), - [7288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2988), - [7290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4703), - [7292] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_list_specification, 2, 0, 0), - [7294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4707), - [7296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2114), - [7298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(379), - [7300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5245), - [7302] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_instantiation_list, 2, 0, 0), - [7304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2205), - [7306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2206), - [7308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2285), - [7310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1856), - [7312] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_access_type_definition, 2, 0, 0), - [7314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(385), - [7316] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_type_instantiation_definition, 2, 0, 0), - [7318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3973), - [7320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3974), - [7322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3975), - [7324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8303), - [7326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5074), - [7328] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_identifier_list_repeat1, 2, 0, 0), SHIFT_REPEAT(5251), - [7331] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_identifier_list_repeat1, 2, 0, 0), - [7333] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enumeration_type_definition_repeat1, 2, 0, 0), SHIFT_REPEAT(4959), - [7336] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_enumeration_type_definition_repeat1, 2, 0, 0), - [7338] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_instantiation_list_repeat1, 2, 0, 0), SHIFT_REPEAT(5245), - [7341] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_instantiation_list_repeat1, 2, 0, 0), - [7343] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_list_specification, 3, 0, 0), - [7345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4959), - [7347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8173), - [7349] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entity_aspect, 1, 0, 0), - [7351] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_record_resolution_repeat1, 2, 0, 0), SHIFT_REPEAT(5124), - [7354] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_record_resolution_repeat1, 2, 0, 0), - [7356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4375), - [7358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3360), - [7360] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_association_or_range_list_repeat1, 2, 0, 0), SHIFT_REPEAT(131), - [7363] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_association_or_range_list_repeat1, 2, 0, 0), - [7365] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_signature_repeat1, 2, 0, 13), - [7367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3361), - [7369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2011), - [7371] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_element_list, 2, 0, 0), - [7373] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_user_directive, 2, 0, 0), - [7375] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_partial_pathname, 2, 0, 0), - [7377] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_generic_identifier_list_repeat1, 2, 0, 44), SHIFT_REPEAT(5302), - [7380] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_generic_identifier_list_repeat1, 2, 0, 44), - [7382] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_list_specification, 4, 0, 0), - [7384] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_logical_name_list, 2, 0, 12), - [7386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3345), - [7388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1846), - [7390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2790), - [7392] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_list, 1, 0, 0), - [7394] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_subprogram_declaration, 1, 0, 0), - [7396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3637), - [7398] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__interface_subprogram_specification, 1, 0, 0), - [7400] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_index_constraint, 2, 0, 0), - [7402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1907), - [7404] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generate_block_end, 2, 0, 0), - [7406] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_association_list_repeat1, 2, 0, 0), SHIFT_REPEAT(321), - [7409] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_association_list_repeat1, 2, 0, 0), - [7411] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_logical_name_list_repeat1, 2, 0, 12), - [7413] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_logical_name_list_repeat1, 2, 0, 12), SHIFT_REPEAT(5013), - [7416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3979), - [7418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5124), - [7420] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_resolution, 2, 0, 0), - [7422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1074), - [7424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(885), - [7426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(844), - [7428] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_entity_name_list_repeat1, 2, 0, 0), SHIFT_REPEAT(4704), - [7431] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_entity_name_list_repeat1, 2, 0, 0), - [7433] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_identifier_list, 2, 0, 35), - [7435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2793), - [7437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1120), - [7439] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_generic_interface_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2796), - [7442] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_generic_interface_list_repeat1, 2, 0, 0), - [7444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2277), - [7446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2278), - [7448] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_index_constraint_repeat1, 2, 0, 0), SHIFT_REPEAT(382), - [7451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1984), - [7453] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constant_identifier_list, 1, 0, 5), - [7455] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generate_block_end, 3, 0, 0), - [7457] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generate_body, 5, 0, 0), - [7459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3348), - [7461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4901), - [7463] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_instantiated_unit, 2, 0, 16), - [7465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2081), - [7467] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_verification_unit_list, 1, 0, 0), - [7469] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_selected_name_list, 1, 0, 0), - [7471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1921), - [7473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4902), - [7475] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_resolution, 1, 0, 0), - [7477] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_block_configuration_repeat1, 1, 0, 0), - [7479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3350), - [7481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5786), - [7483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4415), - [7485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4419), - [7487] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_procedure_specification, 3, 0, 8), - [7489] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_signal_list, 1, 0, 0), - [7491] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_interface_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2795), - [7494] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_interface_list_repeat1, 2, 0, 0), - [7496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2980), - [7498] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entity_class_entry_list, 2, 0, 0), - [7500] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_group_constituent_list, 1, 0, 0), - [7502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2979), - [7504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1684), - [7506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(356), - [7508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1926), - [7510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1929), - [7512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4129), - [7514] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_conditional_or_unaffected_expression, 3, 0, 0), - [7516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4803), - [7518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4617), - [7520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3693), - [7522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(383), - [7524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3020), - [7526] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_identifier_list, 1, 0, 0), - [7528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4550), - [7530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2853), - [7532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2839), - [7534] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entity_aspect, 5, 0, 42), - [7536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4382), - [7538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4353), - [7540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2970), - [7542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2939), - [7544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3752), - [7546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4804), - [7548] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_verification_unit_list, 2, 0, 0), - [7550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4322), - [7552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2965), - [7554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2855), - [7556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2832), - [7558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5800), - [7560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2946), - [7562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3018), - [7564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3768), - [7566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4334), - [7568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(353), - [7570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5804), - [7572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2848), - [7574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2864), - [7576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2815), - [7578] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_function_specification, 5, 0, 28), - [7580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3116), - [7582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1589), - [7584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(358), - [7586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(378), - [7588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(355), - [7590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3787), - [7592] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_function_specification, 5, 0, 29), - [7594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(367), - [7596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4349), - [7598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3794), - [7600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(362), - [7602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(384), - [7604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(363), - [7606] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_element_association_list_repeat1, 2, 0, 0), SHIFT_REPEAT(222), - [7609] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_element_association_list_repeat1, 2, 0, 0), - [7611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2852), - [7613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(376), - [7615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2842), - [7617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3705), - [7619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3797), - [7621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1591), - [7623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2823), - [7625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4370), - [7627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1953), - [7629] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_index_incomplete_type_list, 1, 0, 0), - [7631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3030), - [7633] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_instantiation_list, 1, 0, 0), - [7635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5843), - [7637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2890), - [7639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2891), - [7641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5358), - [7643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3839), - [7645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3671), - [7647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3037), - [7649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5360), - [7651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3680), - [7653] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protect_directive, 1, 0, 0), - [7655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2924), - [7657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2885), - [7659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6502), - [7661] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protect_directive, 2, 0, 0), - [7663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5924), - [7665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3049), - [7667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3697), - [7669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6859), - [7671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1259), - [7673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2902), - [7675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2892), - [7677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2872), - [7679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3277), - [7681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6336), - [7683] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_element_list, 1, 0, 0), - [7685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3056), - [7687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3709), - [7689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3060), - [7691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2896), - [7693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2923), - [7695] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_instantiated_unit, 2, 0, 15), - [7697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3061), - [7699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6508), - [7701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2894), - [7703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3746), - [7705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3823), - [7707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3824), - [7709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3825), - [7711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3827), - [7713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3828), - [7715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3829), - [7717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3830), - [7719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3831), - [7721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3832), - [7723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3833), - [7725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3834), - [7727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3835), - [7729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3836), - [7731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3837), - [7733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3838), - [7735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3840), - [7737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3841), - [7739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3842), - [7741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3316), - [7743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3844), - [7745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3845), - [7747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3846), - [7749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3847), - [7751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3848), - [7753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3849), - [7755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3850), - [7757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3851), - [7759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3852), - [7761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3853), - [7763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3854), - [7765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3855), - [7767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3856), - [7769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3857), - [7771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3858), - [7773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3859), - [7775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3860), - [7777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3861), - [7779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3862), - [7781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3863), - [7783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3864), - [7785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3865), - [7787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3866), - [7789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3867), - [7791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3868), - [7793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3869), - [7795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3870), - [7797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3871), - [7799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3872), - [7801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3873), - [7803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3874), - [7805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3875), - [7807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3876), - [7809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3877), - [7811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3878), - [7813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3879), - [7815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3880), - [7817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3881), - [7819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3882), - [7821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3883), - [7823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3884), - [7825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3885), - [7827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3886), - [7829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3887), - [7831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3888), - [7833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3889), - [7835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3890), - [7837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3891), - [7839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3892), - [7841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3893), - [7843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3894), - [7845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3895), - [7847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3896), - [7849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3897), - [7851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3898), - [7853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3899), - [7855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3900), - [7857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3901), - [7859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3902), - [7861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3903), - [7863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3904), - [7865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3905), - [7867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3906), - [7869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3907), - [7871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3908), - [7873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3909), - [7875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3910), - [7877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3911), - [7879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3912), - [7881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3913), - [7883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3914), - [7885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3915), - [7887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3916), - [7889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3917), - [7891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3918), - [7893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3919), - [7895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3920), - [7897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3921), - [7899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3922), - [7901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3923), - [7903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3924), - [7905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3925), - [7907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3926), - [7909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3927), - [7911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3928), - [7913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3929), - [7915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3930), - [7917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3931), - [7919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3932), - [7921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3933), - [7923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3934), - [7925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3935), - [7927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3936), - [7929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3937), - [7931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3938), - [7933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3939), - [7935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3940), - [7937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3941), - [7939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3942), - [7941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3943), - [7943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3944), - [7945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3945), - [7947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3946), - [7949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3947), - [7951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3948), - [7953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3949), - [7955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3950), - [7957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3951), - [7959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3952), - [7961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3953), - [7963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3954), - [7965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3955), - [7967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3956), - [7969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3957), - [7971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3958), - [7973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3959), - [7975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3960), - [7977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3961), - [7979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3962), - [7981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3963), - [7983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3964), - [7985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3965), - [7987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3966), - [7989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3967), - [7991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3968), - [7993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3969), - [7995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3970), - [7997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3971), - [7999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3972), - [8001] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_selected_name, 1, 0, 7), - [8003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6043), - [8005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7442), - [8007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6324), - [8009] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_map_default, 5, 0, 0), - [8011] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_map_any, 5, 0, 0), - [8013] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_configuration, 7, 0, 0), - [8015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6644), - [8017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8316), - [8019] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_element_association, 3, 0, 0), - [8021] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_specification, 5, 0, 28), - [8023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(825), - [8025] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_element_association, 1, 0, 0), - [8027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5024), - [8029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1477), - [8031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7431), - [8033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(277), - [8035] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_specification, 5, 0, 29), - [8037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1873), - [8039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4651), - [8041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2427), - [8043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5490), - [8045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5491), - [8047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5019), - [8049] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__actual_part, 1, 0, 0), - [8051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6946), - [8053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4801), - [8055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(397), - [8057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5009), - [8059] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_specification, 7, 0, 46), - [8061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3707), - [8063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3376), - [8065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1783), - [8067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2298), - [8069] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_block_configuration_repeat2, 1, 0, 0), - [8071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8352), - [8073] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__subprogram_specification, 1, 0, 0), - [8075] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__configuration_item, 1, 0, 0), - [8077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(278), - [8079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1070), - [8081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1914), - [8083] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_generic_identifier_list_repeat1, 2, 0, 43), - [8085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1158), - [8087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4514), - [8089] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_constant_identifier_list_repeat1, 2, 0, 19), - [8091] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_case_body_repeat1, 1, 0, 0), - [8093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(261), - [8095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(279), - [8097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1447), - [8099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(280), - [8101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(256), - [8103] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_specification, 7, 0, 47), - [8105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2062), - [8107] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_signal_kind, 1, 0, 0), - [8109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4808), - [8111] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_else_waveform, 2, 0, 0), - [8113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(254), - [8115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(281), - [8117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(262), - [8119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(246), - [8121] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumeration_literal, 1, 0, 0), - [8123] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumeration_literal, 1, 0, 5), - [8125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(253), - [8127] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_selected_waveforms, 2, 0, 0), - [8129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2613), - [8131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(282), - [8133] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__association_or_range, 1, 0, 0), - [8135] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_association_element, 3, 0, 0), - [8137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1616), - [8139] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_association_element, 1, 0, 0), - [8141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(827), - [8143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(263), - [8145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(283), - [8147] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_specification, 4, 0, 23), - [8149] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_interface_declaration, 3, 0, 0), - [8151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2307), - [8153] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_specification, 8, 0, 52), - [8155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2391), - [8157] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__interface_declaration, 1, 0, 0), - [8159] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_case_generate_block_repeat1, 1, 0, 0), - [8161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(284), - [8163] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_else_expression_or_unaffected, 2, 0, 0), - [8165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1649), - [8167] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_specification, 8, 0, 53), - [8169] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_selected_expressions, 2, 0, 0), - [8171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2617), - [8173] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_logical_name_list_repeat1, 2, 0, 24), - [8175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(285), - [8177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(257), - [8179] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_element_resolution, 2, 0, 0), - [8181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(264), - [8183] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entity_designator, 2, 0, 0), - [8185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5008), - [8187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(286), - [8189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4014), - [8191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4968), - [8193] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__generic_interface_declaration, 1, 0, 0), - [8195] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_initialiser, 2, 0, 0), - [8197] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_selected_expressions, 3, 0, 0), - [8199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(288), - [8201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1823), - [8203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3366), - [8205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(265), - [8207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(290), - [8209] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_select_target, 3, 0, 0), - [8211] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_select_target, 2, 0, 0), - [8213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(292), - [8215] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block_configuration, 4, 0, 0), - [8217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2341), - [8219] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_specification, 6, 0, 37), - [8221] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_procedure_specification, 4, 0, 8), - [8223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1763), - [8225] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block_configuration, 5, 0, 0), - [8227] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block_configuration, 6, 0, 0), - [8229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1959), - [8231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3429), - [8233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(293), - [8235] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_selected_waveforms, 3, 0, 0), - [8237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8146), - [8239] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_conditional_analysis, 1, 0, 0), - [8241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(266), - [8243] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__interface_subprogram_default, 1, 0, 0), - [8245] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_subprogram_declaration, 3, 0, 0), - [8247] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_declaration, 3, 0, 0), - [8249] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__mode_indication, 1, 0, 0), - [8251] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__mode_view_indication, 1, 0, 0), - [8253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(251), - [8255] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entity_class_entry, 2, 0, 0), - [8257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(294), - [8259] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_specification, 6, 0, 38), - [8261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5536), - [8263] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_index_subtype_definition, 3, 0, 18), - [8265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(784), - [8267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1330), - [8269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(296), - [8271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4324), - [8273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2393), - [8275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3706), - [8277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3362), - [8279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(267), - [8281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8060), - [8283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5084), - [8285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(298), - [8287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(271), - [8289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4385), - [8291] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_constant_declaration, 4, 0, 0), - [8293] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_file_declaration, 4, 0, 0), - [8295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(299), - [8297] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__alias_designator, 1, 0, 0), - [8299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1789), - [8301] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_user_directive_repeat1, 1, 0, 0), - [8303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5474), - [8305] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_pathname, 6, 0, 0), - [8307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2026), - [8309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(301), - [8311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(268), - [8313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2355), - [8315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(314), - [8317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(302), - [8319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4187), - [8321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7113), - [8323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(258), - [8325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3577), - [8327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4173), - [8329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(831), - [8331] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_generate_alternative, 4, 0, 0), - [8333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(303), - [8335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1930), - [8337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1204), - [8339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3579), - [8341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4190), - [8343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(833), - [8345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(270), - [8347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(305), - [8349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3581), - [8351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4215), - [8353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(834), - [8355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(255), - [8357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(307), - [8359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3583), - [8361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4234), - [8363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(835), - [8365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3584), - [8367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4248), - [8369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(816), - [8371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3434), - [8373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4262), - [8375] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_signal_declaration, 4, 0, 0), - [8377] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__array_index_incomplete_type, 1, 0, 0), - [8379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3758), - [8381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(308), - [8383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1048), - [8385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3032), - [8387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3365), - [8389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2209), - [8391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(272), - [8393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(529), - [8395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(319), - [8397] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_aggregate, 4, 0, 0), - [8399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2023), - [8401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3796), - [8403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(310), - [8405] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_generate_body, 4, 0, 0), SHIFT(5130), - [8408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(311), - [8410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(259), - [8412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2227), - [8414] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_package_declaration, 6, 0, 30), - [8416] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_aggregate, 3, 0, 0), - [8418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(312), - [8420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3441), - [8422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4134), - [8424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(273), - [8426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(313), - [8428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(238), - [8430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(316), - [8432] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_definition, 1, 0, 0), - [8434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5119), - [8436] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__interface_package_generic_map_aspect, 1, 0, 0), - [8438] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_type_declaration, 4, 0, 13), - [8440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1260), - [8442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2260), - [8444] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_mode_view_indication, 4, 0, 45), - [8446] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_mode_indication, 4, 0, 0), - [8448] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_specification, 9, 0, 60), - [8450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4306), - [8452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8033), - [8454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(274), - [8456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4308), - [8458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8064), - [8460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4310), - [8462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8090), - [8464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4311), - [8466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8110), - [8468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4197), - [8470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1629), - [8472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4312), - [8474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8124), - [8476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(893), - [8478] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_pathname, 7, 0, 0), - [8480] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_variable_declaration, 4, 0, 0), - [8482] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__actual_part, 2, 0, 0), - [8484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3242), - [8486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3373), - [8488] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_generate_alternative, 3, 0, 0), - [8490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(220), - [8492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1710), - [8494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(260), - [8496] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_configuration, 4, 0, 0), - [8498] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_mode_view_indication, 6, 0, 55), - [8500] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_generate_body, 5, 0, 0), - [8502] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_configuration, 5, 0, 0), - [8504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(275), - [8506] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_configuration, 6, 0, 0), - [8508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1127), - [8510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3318), - [8512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3370), - [8514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2920), - [8516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2757), - [8518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4662), - [8520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4584), - [8522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4090), - [8524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1145), - [8526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2101), - [8528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4590), - [8530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4592), - [8532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4593), - [8534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4825), - [8536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1149), - [8538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4165), - [8540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1152), - [8542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2784), - [8544] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_entity, 2, 0, 17), - [8546] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_configuration, 3, 0, 58), - [8548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4678), - [8550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4433), - [8552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2103), - [8554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2104), - [8556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4528), - [8558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2105), - [8560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1306), - [8562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4377), - [8564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4800), - [8566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4532), - [8568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4536), - [8570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4537), - [8572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4194), - [8574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1309), - [8576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4814), - [8578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1310), - [8580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6582), - [8582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4652), - [8584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5098), - [8586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2991), - [8588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4581), - [8590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2221), - [8592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2579), - [8594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4607), - [8596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2984), - [8598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4627), - [8600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(980), - [8602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2578), - [8604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2587), - [8606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4091), - [8608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4530), - [8610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(776), - [8612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4539), - [8614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4542), - [8616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4563), - [8618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2611), - [8620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4831), - [8622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3323), - [8624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1909), - [8626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4686), - [8628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2127), - [8630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4688), - [8632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4490), - [8634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2129), - [8636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4689), - [8638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2512), - [8640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2478), - [8642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1320), - [8644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1321), - [8646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2545), - [8648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1425), - [8650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1426), - [8652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1190), - [8654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2318), - [8656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3392), - [8658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1428), - [8660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1045), - [8662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(894), - [8664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1717), - [8666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1752), - [8668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4817), - [8670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1430), - [8672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4822), - [8674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4457), - [8676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2487), - [8678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1324), - [8680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1046), - [8682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1196), - [8684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1325), - [8686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4601), - [8688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4472), - [8690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2132), - [8692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2133), - [8694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2134), - [8696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4694), - [8698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5476), - [8700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2135), - [8702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4695), - [8704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7476), - [8706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2136), - [8708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2960), - [8710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4083), - [8712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4696), - [8714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4219), - [8716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6331), - [8718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6332), - [8720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2249), - [8722] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__directive, 1, 0, 0), - [8724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2940), - [8726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2444), - [8728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2786), - [8730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2942), - [8732] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_type_body_end, 4, 0, 0), - [8734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3333), - [8736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2789), - [8738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2787), - [8740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2986), - [8742] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_units, 3, 0, 0), - [8744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2448), - [8746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2633), - [8748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5170), - [8750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5027), - [8752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2250), - [8754] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_element_record_mode_view_indication, 2, 0, 45), - [8756] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_port_map_aspect, 3, 0, 0), - [8758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6357), - [8760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3243), - [8762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2169), - [8764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4243), - [8766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(391), - [8768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2171), - [8770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4709), - [8772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4710), - [8774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2174), - [8776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2175), - [8778] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_elsif_conditional_analysis, 3, 0, 0), - [8780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2176), - [8782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5495), - [8784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2178), - [8786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4711), - [8788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2180), - [8790] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_elsif_generate, 5, 0, 0), - [8792] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_for, 2, 0, 0), - [8794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4713), - [8796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8362), - [8798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1977), - [8800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3066), - [8802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6589), - [8804] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_end, 3, 0, 41), - [8806] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_relative_pathname, 2, 0, 0), - [8808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6793), - [8810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2549), - [8812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4127), - [8814] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__conditional_analysis_operator, 1, 0, 0), - [8816] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_elsif_statement, 5, 0, 0), - [8818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6306), - [8820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5155), - [8822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5225), - [8824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7684), - [8826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7692), - [8828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6802), - [8830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7713), - [8832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4214), - [8834] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_conditional_analysis, 3, 0, 0), - [8836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1966), - [8838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2555), - [8840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2532), - [8842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6599), - [8844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2522), - [8846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1950), - [8848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3418), - [8850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4785), - [8852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3465), - [8854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2191), - [8856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3473), - [8858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7313), - [8860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4320), - [8862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3988), - [8864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3422), - [8866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3423), - [8868] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_element_array_mode_view_indication, 4, 0, 55), - [8870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8016), - [8872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3424), - [8874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4229), - [8876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6603), - [8878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2194), - [8880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3068), - [8882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2196), - [8884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6008), - [8886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6010), - [8888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1964), - [8890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5141), - [8892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6011), - [8894] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_type_body, 4, 0, 0), - [8896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2679), - [8898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8040), - [8900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3334), - [8902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4810), - [8904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2722), - [8906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3483), - [8908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3073), - [8910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2372), - [8912] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_type_declaration_end, 3, 0, 0), - [8914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3335), - [8916] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_type_declaration, 4, 0, 0), - [8918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2041), - [8920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7342), - [8922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2215), - [8924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2724), - [8926] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_record, 3, 0, 0), - [8928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8078), - [8930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2726), - [8932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2376), - [8934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6500), - [8936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6501), - [8938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4136), - [8940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2475), - [8942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1410), - [8944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4011), - [8946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1760), - [8948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3028), - [8950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3355), - [8952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1416), - [8954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3245), - [8956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2788), - [8958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2773), - [8960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1764), - [8962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1765), - [8964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1767), - [8966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5158), - [8968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3357), - [8970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7375), - [8972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1273), - [8974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3358), - [8976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5262), - [8978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1297), - [8980] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumeration_type_definition, 4, 0, 0), - [8982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1304), - [8984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6521), - [8986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3246), - [8988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1312), - [8990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2660), - [8992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5142), - [8994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3067), - [8996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4305), - [8998] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_physical_type_definition, 4, 0, 0), - [9000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7745), - [9002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2687), - [9004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1073), - [9006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5499), - [9008] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assertion, 4, 0, 0), - [9010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2257), - [9012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3337), - [9014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(863), - [9016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1328), - [9018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1829), - [9020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(978), - [9022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3321), - [9024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3249), - [9026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(865), - [9028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(866), - [9030] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_package, 2, 0, 30), - [9032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2590), - [9034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(867), - [9036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2259), - [9038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4025), - [9040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2043), - [9042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1853), - [9044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2261), - [9046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3250), - [9048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8213), - [9050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8214), - [9052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8219), - [9054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1855), - [9056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2263), - [9058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(403), - [9060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3675), - [9062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3051), - [9064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2733), - [9066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2228), - [9068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2974), - [9070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5507), - [9072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4313), - [9074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2669), - [9076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2012), - [9078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2229), - [9080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3251), - [9082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3029), - [9084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2624), - [9086] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_component, 2, 0, 15), - [9088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8252), - [9090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4724), - [9092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4267), - [9094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2695), - [9096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2244), - [9098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1995), - [9100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(878), - [9102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3324), - [9104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4829), - [9106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2246), - [9108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2247), - [9110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2044), - [9112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2248), - [9114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3992), - [9116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(880), - [9118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1997), - [9120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(881), - [9122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15), - [9124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7563), - [9126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3790), - [9128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6289), - [9130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6305), - [9132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4976), - [9134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2937), - [9136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4139), - [9138] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_loop, 2, 0, 0), - [9140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1392), - [9142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1999), - [9144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2938), - [9146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2458), - [9148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3695), - [9150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4578), - [9152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2002), - [9154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2462), - [9156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2954), - [9158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1265), - [9160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2003), - [9162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6252), - [9164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2004), - [9166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4921), - [9168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2957), - [9170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3253), - [9172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2266), - [9174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2005), - [9176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2046), - [9178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3254), - [9180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4929), - [9182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4930), - [9184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4933), - [9186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2006), - [9188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2268), - [9190] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_error_directive, 2, 0, 0), - [9192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2269), - [9194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2230), - [9196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2964), - [9198] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(), - [9200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1967), - [9202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2966), - [9204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(817), - [9206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5039), - [9208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2932), - [9210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4430), - [9212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3698), - [9214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7369), - [9216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7440), - [9218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2577), - [9220] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_guarded_signal_specification, 3, 0, 22), - [9222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5852), - [9224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6148), - [9226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5635), - [9228] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_else_generate, 3, 0, 0), - [9230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2583), - [9232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2273), - [9234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7836), - [9236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6760), - [9238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2720), - [9240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5788), - [9242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4405), - [9244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2212), - [9246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6788), - [9248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4936), - [9250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4130), - [9252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6158), - [9254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6161), - [9256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6363), - [9258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3445), - [9260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4079), - [9262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4408), - [9264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4409), - [9266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4410), - [9268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1968), - [9270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2049), - [9272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4932), - [9274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5125), - [9276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6330), - [9278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2732), - [9280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4940), - [9282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1516), - [9284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5077), - [9286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1983), - [9288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(815), - [9290] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_type_declaration, 2, 0, 0), - [9292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2523), - [9294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1985), - [9296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5087), - [9298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3500), - [9300] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_type_definition, 2, 0, 0), - [9302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7124), - [9304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7155), - [9306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6367), - [9308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7265), - [9310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3728), - [9312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2778), - [9314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2527), - [9316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7410), - [9318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2594), - [9320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6130), - [9322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6154), - [9324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4779), - [9326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4615), - [9328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3755), - [9330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4168), - [9332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2781), - [9334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6230), - [9336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4426), - [9338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4664), - [9340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6758), - [9342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2053), - [9344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3505), - [9346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4355), - [9348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4665), - [9350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7821), - [9352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4356), - [9354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8096), - [9356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4620), - [9358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8299), - [9360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4357), - [9362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6448), - [9364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6457), - [9366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5188), - [9368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4621), - [9370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4622), - [9372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6515), - [9374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3775), - [9376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4401), - [9378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3781), - [9380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4402), - [9382] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__element_resolution, 1, 0, 0), - [9384] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_architecture, 2, 0, 49), - [9386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4910), - [9388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8363), - [9390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4378), - [9392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3798), - [9394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6752), - [9396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5032), - [9398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6812), - [9400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3328), - [9402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6113), - [9404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6121), - [9406] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_specification, 3, 0, 0), - [9408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6147), - [9410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3670), - [9412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2603), - [9414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4667), - [9416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3676), - [9418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1969), - [9420] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_end, 2, 0, 33), - [9422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8353), - [9424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6923), - [9426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3008), - [9428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6211), - [9430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6218), - [9432] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_design_file, 1, 0, 0), - [9434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6232), - [9436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2607), - [9438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4978), - [9440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2608), - [9442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3259), - [9444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3260), - [9446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4567), - [9448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4551), - [9450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7026), - [9452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4569), - [9454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6301), - [9456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6304), - [9458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(983), - [9460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6326), - [9462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(810), - [9464] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_else_conditional_analysis, 1, 0, 0), - [9466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7191), - [9468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(761), - [9470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6370), - [9472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6371), - [9474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4572), - [9476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6431), - [9478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4573), - [9480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1915), - [9482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4577), - [9484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2745), - [9486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7315), - [9488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6513), - [9490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6514), - [9492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4583), - [9494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6526), - [9496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3263), - [9498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4650), - [9500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3574), - [9502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5654), - [9504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3264), - [9506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7429), - [9508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2340), - [9510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6588), - [9512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6012), - [9514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6016), - [9516] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__elsif_else_generate, 1, 0, 0), - [9518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3308), - [9520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2754), - [9522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4172), - [9524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7638), - [9526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4237), - [9528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6087), - [9530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6092), - [9532] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_generate, 3, 0, 0), - [9534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6100), - [9536] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_configuration, 2, 0, 16), - [9538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2317), - [9540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3770), - [9542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3684), - [9544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4180), - [9546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7769), - [9548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4140), - [9550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6141), - [9552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6143), - [9554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6155), - [9556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2765), - [9558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1872), - [9560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2766), - [9562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6182), - [9564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(984), - [9566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8065), - [9568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1906), - [9570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6173), - [9572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6176), - [9574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1908), - [9576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6183), - [9578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1911), - [9580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4877), - [9582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1918), - [9584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6511), - [9586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8244), - [9588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6533), - [9590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6214), - [9592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6217), - [9594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6227), - [9596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4882), - [9598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2490), - [9600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1919), - [9602] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entity_specification, 3, 0, 0), - [9604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8351), - [9606] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_file_open_information, 4, 0, 0), - [9608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6246), - [9610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6247), - [9612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(985), - [9614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6255), - [9616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3575), - [9618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3826), - [9620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2472), - [9622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4854), - [9624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6099), - [9626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4387), - [9628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6663), - [9630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4771), - [9632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6278), - [9634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6282), - [9636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4798), - [9638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6300), - [9640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6901), - [9642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2225), - [9644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4213), - [9646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4527), - [9648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4818), - [9650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6730), - [9652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6186), - [9654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6323), - [9656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6325), - [9658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4625), - [9660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6333), - [9662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4701), - [9664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4880), - [9666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4533), - [9668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4534), - [9670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4535), - [9672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3240), - [9674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6785), - [9676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3267), - [9678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6358), - [9680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6360), - [9682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4635), - [9684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6366), - [9686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4754), - [9688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4638), - [9690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3268), - [9692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3269), - [9694] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_context, 3, 0, 0), - [9696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6835), - [9698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4428), - [9700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6413), - [9702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6418), - [9704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8286), - [9706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6442), - [9708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3514), - [9710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3443), - [9712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2074), - [9714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1736), - [9716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3271), - [9718] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_entity, 3, 0, 36), - [9720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6871), - [9722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2075), - [9724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6494), - [9726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6499), - [9728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2646), - [9730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6507), - [9732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1348), - [9734] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_file_open_information, 2, 0, 0), - [9736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4146), - [9738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1762), - [9740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6915), - [9742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(986), - [9744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6523), - [9746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6524), - [9748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4202), - [9750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6529), - [9752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1871), - [9754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1350), - [9756] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_verification_unit_binding_indication, 3, 0, 0), - [9758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1920), - [9760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2086), - [9762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1351), - [9764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6958), - [9766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2165), - [9768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6548), - [9770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6553), - [9772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1352), - [9774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6564), - [9776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5228), - [9778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1779), - [9780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2623), - [9782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1784), - [9784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6999), - [9786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2715), - [9788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6602), - [9790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6009), - [9792] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_block, 3, 0, 0), - [9794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6014), - [9796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3236), - [9798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1713), - [9800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2977), - [9802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(964), - [9804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6741), - [9806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7048), - [9808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1726), - [9810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6032), - [9812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6034), - [9814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1368), - [9816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6047), - [9818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3342), - [9820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4000), - [9822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4453), - [9824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3343), - [9826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1738), - [9828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1370), - [9830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7118), - [9832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4045), - [9834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6073), - [9836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6075), - [9838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1371), - [9840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6079), - [9842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1372), - [9844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1757), - [9846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4480), - [9848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1758), - [9850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7180), - [9852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4493), - [9854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6090), - [9856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6091), - [9858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2770), - [9860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6097), - [9862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5471), - [9864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(533), - [9866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5671), - [9868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4161), - [9870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3283), - [9872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7229), - [9874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1768), - [9876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6111), - [9878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6112), - [9880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3069), - [9882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6119), - [9884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1490), - [9886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4186), - [9888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2995), - [9890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1770), - [9892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1922), - [9894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1379), - [9896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6137), - [9898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6140), - [9900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5420), - [9902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6145), - [9904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3272), - [9906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7721), - [9908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1494), - [9910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1495), - [9912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1496), - [9914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7359), - [9916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1381), - [9918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6164), - [9920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6165), - [9922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5093), - [9924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6170), - [9926] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_package_body, 2, 0, 30), - [9928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3795), - [9930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1923), - [9932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1382), - [9934] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_package, 3, 0, 39), - [9936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6174), - [9938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6175), - [9940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1924), - [9942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6181), - [9944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1925), - [9946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1960), - [9948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1470), - [9950] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__iteration_scheme, 1, 0, 0), - [9952] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__external_pathname, 1, 0, 0), - [9954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5036), - [9956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2736), - [9958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6194), - [9960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6195), - [9962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1928), - [9964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6198), - [9966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2251), - [9968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1515), - [9970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2968), - [9972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2476), - [9974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1388), - [9976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6209), - [9978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6210), - [9980] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__process_sensitivity_list, 1, 0, 0), - [9982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6215), - [9984] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__elsif_else_statement, 1, 0, 0), - [9986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1444), - [9988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2767), - [9990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5051), - [9992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1521), - [9994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6221), - [9996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6223), - [9998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1522), - [10000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6229), - [10002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1523), - [10004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2949), - [10006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3346), - [10008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1390), - [10010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5108), - [10012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3347), - [10014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6240), - [10016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6241), - [10018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6244), - [10020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4321), - [10022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1391), - [10024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3010), - [10026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(946), - [10028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2952), - [10030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3679), - [10032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2712), - [10034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6248), - [10036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6251), - [10038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5484), - [10040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6254), - [10042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(948), - [10044] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_if, 3, 0, 0), - [10046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5485), - [10048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4358), - [10050] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_package_body, 4, 0, 54), - [10052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2470), - [10054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3710), - [10056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6257), - [10058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6259), - [10060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1093), - [10062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6262), - [10064] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_loop, 3, 0, 0), - [10066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3610), - [10068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2987), - [10070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4297), - [10072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1932), - [10074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2982), - [10076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2693), - [10078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6272), - [10080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6273), - [10082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2744), - [10084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6279), - [10086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3076), - [10088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1129), - [10090] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_design_file, 2, 0, 0), - [10092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(951), - [10094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1538), - [10096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6291), - [10098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6292), - [10100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(952), - [10102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6302), - [10104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2944), - [10106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3560), - [10108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2856), - [10110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2948), - [10112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3474), - [10114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2840), - [10116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(953), - [10118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6313), - [10120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6314), - [10122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1131), - [10124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6320), - [10126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4381), - [10128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2945), - [10130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1132), - [10132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1133), - [10134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1577), - [10136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3713), - [10138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6327), - [10140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6329), - [10142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1540), - [10144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6334), - [10146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4383), - [10148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4384), - [10150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(954), - [10152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1541), - [10154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4316), - [10156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4317), - [10158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6341), - [10160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6343), - [10162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4157), - [10164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6607), - [10166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4982), - [10168] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_component, 3, 0, 26), - [10170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3750), - [10172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2934), - [10174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3751), - [10176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3078), - [10178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6353), - [10180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6354), - [10182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6224), - [10184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6359), - [10186] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_case, 4, 0, 0), - [10188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3487), - [10190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2981), - [10192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3083), - [10194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2961), - [10196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(955), - [10198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6364), - [10200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6365), - [10202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6368), - [10204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4189), - [10206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3714), - [10208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4874), - [10210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3754), - [10212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4319), - [10214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3380), - [10216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6391), - [10218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6394), - [10220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4323), - [10222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6401), - [10224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3981), - [10226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1544), - [10228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2404), - [10230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3717), - [10232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6423), - [10234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6426), - [10236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6433), - [10238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2857), - [10240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2808), - [10242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3383), - [10244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3384), - [10246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2816), - [10248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2972), - [10250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6453), - [10252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6455), - [10254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3385), - [10256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6472), - [10258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2826), - [10260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3718), - [10262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1548), - [10264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2992), - [10266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3759), - [10268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1962), - [10270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3760), - [10272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6483), - [10274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6490), - [10276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1552), - [10278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6498), - [10280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4325), - [10282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1581), - [10284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2696), - [10286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3719), - [10288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3762), - [10290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4326), - [10292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6505), - [10294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6506), - [10296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4955), - [10298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4327), - [10300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4328), - [10302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1043), - [10304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4330), - [10306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4962), - [10308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6178), - [10310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3003), - [10312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6512), - [10314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3024), - [10316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3763), - [10318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3764), - [10320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2969), - [10322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6519), - [10324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5121), - [10326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2941), - [10328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5768), - [10330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4225), - [10332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3767), - [10334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6525), - [10336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4849), - [10338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4332), - [10340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6528), - [10342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4333), - [10344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3349), - [10346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6531), - [10348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4335), - [10350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1095), - [10352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2861), - [10354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1593), - [10356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2831), - [10358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2835), - [10360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2846), - [10362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2706), - [10364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1173), - [10366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2814), - [10368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2056), - [10370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2869), - [10372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1595), - [10374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2868), - [10376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2865), - [10378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1596), - [10380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1598), - [10382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3330), - [10384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1586), - [10386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1587), - [10388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1588), - [10390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4960), - [10392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1178), - [10394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3301), - [10396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1179), - [10398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4174), - [10400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3435), - [10402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(659), - [10404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3436), - [10406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7231), - [10408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1590), - [10410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3669), - [10412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4340), - [10414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2714), - [10416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3438), - [10418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3439), - [10420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3440), - [10422] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_body, 3, 0, 0), - [10424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2013), - [10426] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_process, 4, 0, 0), - [10428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6081), - [10430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4525), - [10432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2783), - [10434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2780), - [10436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4178), - [10438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3721), - [10440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3783), - [10442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3784), - [10444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1115), - [10446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3351), - [10448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2998), - [10450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3400), - [10452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3303), - [10454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3304), - [10456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3442), - [10458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3079), - [10460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3080), - [10462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3081), - [10464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3017), - [10466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1118), - [10468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6213), - [10470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1119), - [10472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4184), - [10474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(408), - [10476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5236), - [10478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3014), - [10480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(999), - [10482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3305), - [10484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3402), - [10486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3149), - [10488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2405), - [10490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3403), - [10492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7239), - [10494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7240), - [10496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(366), - [10498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2989), - [10500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2569), - [10502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6202), - [10504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3788), - [10506] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_absolute_pathname, 2, 0, 0), - [10508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(904), - [10510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6239), - [10512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6822), - [10514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3791), - [10516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4347), - [10518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1618), - [10520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1970), - [10522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4191), - [10524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3446), - [10526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(671), - [10528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3447), - [10530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(987), - [10532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4348), - [10534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(928), - [10536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(911), - [10538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(917), - [10540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3448), - [10542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3449), - [10544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3451), - [10546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4366), - [10548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1623), - [10550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4350), - [10552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2774), - [10554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2779), - [10556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4200), - [10558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1625), - [10560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2967), - [10562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2540), - [10564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2841), - [10566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4026), - [10568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2032), - [10570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2647), - [10572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3453), - [10574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3084), - [10576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3085), - [10578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3086), - [10580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1098), - [10582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2844), - [10584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1827), - [10586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4206), - [10588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(394), - [10590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2845), - [10592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4318), - [10594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1036), - [10596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1099), - [10598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2850), - [10600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1100), - [10602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1832), - [10604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1833), - [10606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1834), - [10608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2642), - [10610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1038), - [10612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2644), - [10614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1047), - [10616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1961), - [10618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2242), - [10620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4087), - [10622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2854), - [10624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1101), - [10626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2042), - [10628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4216), - [10630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3459), - [10632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(683), - [10634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3460), - [10636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4979), - [10638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2858), - [10640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3729), - [10642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2863), - [10644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1858), - [10646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3461), - [10648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3462), - [10650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3463), - [10652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3312), - [10654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(905), - [10656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3730), - [10658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3296), - [10660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2776), - [10662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4222), - [10664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1864), - [10666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2809), - [10668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2810), - [10670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1865), - [10672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1867), - [10674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3464), - [10676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3088), - [10678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3089), - [10680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3090), - [10682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2811), - [10684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5015), - [10686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(914), - [10688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5017), - [10690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4231), - [10692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(407), - [10694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3213), - [10696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(896), - [10698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5025), - [10700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3455), - [10702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3314), - [10704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2421), - [10706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3732), - [10708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3315), - [10710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4669), - [10712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4235), - [10714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3467), - [10716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3468), - [10718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1971), - [10720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1952), - [10722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3217), - [10724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1885), - [10726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3469), - [10728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3470), - [10730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3734), - [10732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2777), - [10734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4240), - [10736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3297), - [10738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4675), - [10740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4676), - [10742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4242), - [10744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3471), - [10746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3091), - [10748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3092), - [10750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3093), - [10752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1592), - [10754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4245), - [10756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(406), - [10758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4360), - [10760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4680), - [10762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4361), - [10764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5802), - [10766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2213), - [10768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1892), - [10770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4249), - [10772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3475), - [10774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3476), - [10776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1972), - [10778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3477), - [10780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3479), - [10782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4254), - [10784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3224), - [10786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3480), - [10788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3094), - [10790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3095), - [10792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3096), - [10794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4259), - [10796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(399), - [10798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3799), - [10800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1895), - [10802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3484), - [10804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4265), - [10806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4266), - [10808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3485), - [10810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3097), - [10812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3098), - [10814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3099), - [10816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4270), - [10818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(410), - [10820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3571), - [10822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3100), - [10824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3101), - [10826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3102), - [10828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(393), - [10830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3103), - [10832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3104), - [10834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3105), - [10836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3106), - [10838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3107), - [10840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3108), - [10842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3109), - [10844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3110), - [10846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3111), - [10848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3113), - [10850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3114), - [10852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3115), - [10854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3117), - [10856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3118), - [10858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3119), - [10860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3120), - [10862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3121), - [10864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3122), - [10866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3123), - [10868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3124), - [10870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3125), - [10872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3126), - [10874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3127), - [10876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3128), - [10878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3129), - [10880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3130), - [10882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3026), - [10884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3131), - [10886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3132), - [10888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3133), - [10890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3134), - [10892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3135), - [10894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3136), - [10896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3137), - [10898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3138), - [10900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3139), - [10902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3140), - [10904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3141), - [10906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3142), - [10908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3143), - [10910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3144), - [10912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3145), - [10914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3146), - [10916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3147), - [10918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3148), - [10920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3150), - [10922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3151), - [10924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3152), - [10926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3153), - [10928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3154), - [10930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3155), - [10932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3156), - [10934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3157), - [10936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3158), - [10938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3159), - [10940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3160), - [10942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3161), - [10944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3162), - [10946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3163), - [10948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3164), - [10950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3165), - [10952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3166), - [10954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3167), - [10956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3168), - [10958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3169), - [10960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3170), - [10962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3171), - [10964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3172), - [10966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3173), - [10968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3174), - [10970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3175), - [10972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3176), - [10974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3177), - [10976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3178), - [10978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3179), - [10980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3180), - [10982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3181), - [10984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3182), - [10986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3183), - [10988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3184), - [10990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3185), - [10992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3186), - [10994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3187), - [10996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3188), - [10998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3189), - [11000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3190), - [11002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3191), - [11004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3192), - [11006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3193), - [11008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3194), - [11010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3195), - [11012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3196), - [11014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3197), - [11016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3198), - [11018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3199), - [11020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3200), - [11022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3201), - [11024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3202), - [11026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3203), - [11028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3204), - [11030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3205), - [11032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3206), - [11034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3207), - [11036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3208), - [11038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3209), - [11040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3210), - [11042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3211), - [11044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3212), - [11046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3214), - [11048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3215), - [11050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3216), - [11052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3218), - [11054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3219), - [11056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3220), - [11058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3221), - [11060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3222), - [11062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3223), - [11064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3225), - [11066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3226), - [11068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3227), - [11070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3228), - [11072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3229), - [11074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3230), - [11076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3231), - [11078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3232), - [11080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3233), - [11082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3234), - [11084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3235), - [11086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3027), - [11088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5235), - [11090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5527), - [11092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3804), - [11094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4364), - [11096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3805), - [11098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2812), - [11100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2817), - [11102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2818), - [11104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2819), - [11106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2820), - [11108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2821), - [11110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2025), - [11112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2822), - [11114] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_physical_type_definition, 5, 0, 0), - [11116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2827), - [11118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3812), - [11120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4369), - [11122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3000), - [11124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3419), - [11126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4371), - [11128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6258), - [11130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2492), - [11132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3811), - [11134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5531), - [11136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2829), - [11138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2830), - [11140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2833), - [11142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1472), - [11144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4373), - [11146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6267), - [11148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5533), - [11150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2836), - [11152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6270), - [11154] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_access_type_definition, 3, 0, 0), - [11156] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_else_statement, 2, 0, 0), - [11158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6762), - [11160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1902), - [11162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4100), - [11164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4416), - [11166] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 5, 0, 0), - [11168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1486), - [11170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2630), - [11172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1488), - [11174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5133), - [11176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1491), - [11178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2288), - [11180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4427), - [11182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2997), - [11184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2495), - [11186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1699), - [11188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(934), - [11190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1780), - [11192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3813), - [11194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3238), - [11196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3033), - [11198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5319), - [11200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4543), - [11202] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__element_mode_indication, 1, 0, 0), - [11204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1103), - [11206] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_file_type_definition, 3, 0, 22), - [11208] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_type_instantiation_definition, 3, 0, 0), - [11210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2161), - [11212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2162), - [11214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2671), - [11216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3276), - [11218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3535), - [11220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3738), - [11222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6813), - [11224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4159), - [11226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2164), - [11228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2881), - [11230] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_type_body, 3, 0, 0), - [11232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3001), - [11234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4745), - [11236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2888), - [11238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4984), - [11240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3818), - [11242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4747), - [11244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3739), - [11246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4414), - [11248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6750), - [11250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3740), - [11252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4751), - [11254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2187), - [11256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4752), - [11258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4755), - [11260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3843), - [11262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4420), - [11264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3537), - [11266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4756), - [11268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3672), - [11270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3009), - [11272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3820), - [11274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3673), - [11276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3035), - [11278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3538), - [11280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3036), - [11282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3284), - [11284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4760), - [11286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4196), - [11288] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__element_mode_view_indication, 1, 0, 0), - [11290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4823), - [11292] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_type_declaration, 3, 0, 0), - [11294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6977), - [11296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3012), - [11298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3821), - [11300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3039), - [11302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4404), - [11304] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_view, 3, 0, 55), - [11306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3682), - [11308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3539), - [11310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3822), - [11312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3741), - [11314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2655), - [11316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5035), - [11318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2926), - [11320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2928), - [11322] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_else_generate, 2, 0, 0), - [11324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4473), - [11326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2929), - [11328] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_conditional_analysis, 2, 0, 0), - [11330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2930), - [11332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4967), - [11334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1437), - [11336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3239), - [11338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3040), - [11340] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_type_definition, 3, 0, 0), - [11342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3041), - [11344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5189), - [11346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3685), - [11348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2197), - [11350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4475), - [11352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4476), - [11354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3043), - [11356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3688), - [11358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3689), - [11360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3690), - [11362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3691), - [11364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3044), - [11366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3344), - [11368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3045), - [11370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3046), - [11372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4477), - [11374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5246), - [11376] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumeration_type_definition, 3, 0, 0), - [11378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8147), - [11380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3048), - [11382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2588), - [11384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4417), - [11386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3696), - [11388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1460), - [11390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3699), - [11392] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_relative_pathname, 1, 0, 0), - [11394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2906), - [11396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1421), - [11398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2915), - [11400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2916), - [11402] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pathname_element, 4, 0, 0), - [11404] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_generate, 5, 0, 0), - [11406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(818), - [11408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2905), - [11410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3683), - [11412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3472), - [11414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2907), - [11416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5230), - [11418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2878), - [11420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2899), - [11422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2451), - [11424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2503), - [11426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2200), - [11428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2201), - [11430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2202), - [11432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1252), - [11434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2203), - [11436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3702), - [11438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2692), - [11440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3053), - [11442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3054), - [11444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3055), - [11446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3282), - [11448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5572), - [11450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5575), - [11452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4834), - [11454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3057), - [11456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3058), - [11458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4418), - [11460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3708), - [11462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3749), - [11464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3711), - [11466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8364), - [11468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2919), - [11470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2898), - [11472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2873), - [11474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2876), - [11476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1254), - [11478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2870), - [11480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2904), - [11482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2908), - [11484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1255), - [11486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2911), - [11488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2917), - [11490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2918), - [11492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1256), - [11494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3237), - [11496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2531), - [11498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3298), - [11500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4839), - [11502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2208), - [11504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3733), - [11506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3737), - [11508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6527), - [11510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3062), - [11512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3063), - [11514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3743), - [11516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3064), - [11518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2927), - [11520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2901), - [11522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2882), - [11524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2903), - [11526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2883), - [11528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2889), - [11530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2893), - [11532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1423), - [11534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2909), - [11536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3065), - [11538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4439), - [11540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4841), - [11542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3747), - [11544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2921), - [11546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5113), - [11548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3331), - [11550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4392), - [11552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1153), - [11554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3578), - [11556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2925), - [11558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2871), - [11560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3748), - [11562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5139), - [11564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5346), - [11566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4393), - [11568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4788), - [11570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3580), - [11572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2875), - [11574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2181), - [11576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1898), - [11578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5054), - [11580] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_warning_directive, 2, 0, 0), - [11582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4394), - [11584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3547), - [11586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3582), - [11588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4505), - [11590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6783), - [11592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3757), - [11594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5064), - [11596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1012), - [11598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4395), - [11600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4504), - [11602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5071), - [11604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2634), - [11606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4396), - [11608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4795), - [11610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4507), - [11612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5075), - [11614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1014), - [11616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4397), - [11618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1015), - [11620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1016), - [11622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4398), - [11624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4796), - [11626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4479), - [11628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4799), - [11630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4492), - [11632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2771), - [11634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5101), - [11636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(839), - [11638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3549), - [11640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7037), - [11642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1176), - [11644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3550), - [11646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1276), - [11648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2272), - [11650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4132), - [11652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1185), - [11654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1187), - [11656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1191), - [11658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2953), - [11660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1278), - [11662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6133), - [11664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1279), - [11666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2010), - [11668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2031), - [11670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4424), - [11672] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_architecture, 3, 0, 57), - [11674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2080), - [11676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2958), - [11678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4150), - [11680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1292), - [11682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2568), - [11684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1029), - [11686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2973), - [11688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4888), - [11690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1294), - [11692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1295), - [11694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1296), - [11696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1031), - [11698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(802), - [11700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1032), - [11702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2539), - [11704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5076), - [11706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2390), - [11708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3777), - [11710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6767), - [11712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2033), - [11714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5370), - [11716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1957), - [11718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5080), - [11720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6509), - [11722] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block_comment, 3, 0, 0), - [11724] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_line_comment, 2, 0, 0), - [11726] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__tool_directive, 3, 0, 0), + [5547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7539), + [5549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7350), + [5551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4491), + [5553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7262), + [5555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5136), + [5557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4517), + [5559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7679), + [5561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3816), + [5563] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_configuration_head, 2, 0, 0), + [5565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5324), + [5567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4549), + [5569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7338), + [5571] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_configuration_head, 1, 0, 0), + [5573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7594), + [5575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8230), + [5577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3905), + [5579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(385), + [5581] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_type_header, 1, 0, 0), + [5583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3690), + [5585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5989), + [5587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7218), + [5589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7146), + [5591] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__label, 1, 0, 1), + [5593] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_mode, 1, 0, 0), + [5595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3242), + [5597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4751), + [5599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7028), + [5601] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_end, 1, 0, 0), + [5603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4923), + [5605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8358), + [5607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7395), + [5609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7506), + [5611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7528), + [5613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7088), + [5615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4257), + [5617] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_mode_view_body_repeat1, 2, 0, 0), SHIFT_REPEAT(4393), + [5620] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_mode_view_body_repeat1, 2, 0, 0), + [5622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4130), + [5624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4243), + [5626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4972), + [5628] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_conditional_analysis_expression, 2, 0, 0), + [5630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8088), + [5632] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_protected_type_declaration_repeat1, 1, 0, 0), + [5634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5971), + [5636] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__protected_type_declarative_item, 1, 0, 0), + [5638] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_conditional_analysis_expression, 1, 0, 0), + [5640] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_private_variable_declaration, 2, 0, 0), + [5642] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_type_header, 3, 0, 0), + [5644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4087), + [5646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4282), + [5648] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(4781), + [5651] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(4950), + [5654] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_design_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(4657), + [5657] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_mode_view_body, 1, 0, 0), + [5659] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_record_type_definition_repeat1, 2, 0, 0), SHIFT_REPEAT(4393), + [5662] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_record_type_definition_repeat1, 2, 0, 0), + [5664] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_mode_view_body, 2, 0, 0), + [5666] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_configuration_head_repeat1, 2, 0, 0), SHIFT_REPEAT(3816), + [5669] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_configuration_head_repeat1, 2, 0, 0), + [5671] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_configuration_head_repeat1, 2, 0, 0), SHIFT_REPEAT(5324), + [5674] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_configuration_head_repeat1, 2, 0, 0), SHIFT_REPEAT(4732), + [5677] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_conditional_analysis_expression_repeat1, 2, 0, 0), + [5679] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_conditional_analysis_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(4972), + [5682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5051), + [5684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4781), + [5686] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_context_declaration_body, 2, 0, 0), + [5688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4950), + [5690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4657), + [5692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7314), + [5694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4123), + [5696] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_context_declaration_body, 1, 0, 0), + [5698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7194), + [5700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2956), + [5702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6468), + [5704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2959), + [5706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4288), + [5708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2865), + [5710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2862), + [5712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6067), + [5714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4124), + [5716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6), + [5718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4976), + [5720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7111), + [5722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5316), + [5724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7098), + [5726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4289), + [5728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2955), + [5730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2837), + [5732] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_end, 2, 0, 0), + [5734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2958), + [5736] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_resolution_indication, 3, 0, 0), + [5738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2911), + [5740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2912), + [5742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4245), + [5744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4305), + [5746] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_physical_type_definition_repeat1, 2, 0, 0), SHIFT_REPEAT(4393), + [5749] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_physical_type_definition_repeat1, 2, 0, 0), + [5751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4254), + [5753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2899), + [5755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2870), + [5757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2836), + [5759] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_conditional_analysis_relation, 4, 0, 0), + [5761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7761), + [5763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2871), + [5765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(599), + [5767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3918), + [5769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(601), + [5771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2832), + [5773] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_package, 1, 0, 0), + [5775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5117), + [5777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5213), + [5779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5249), + [5781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2777), + [5783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6968), + [5785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7682), + [5787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6963), + [5789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4081), + [5791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6185), + [5793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6881), + [5795] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6881), + [5797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5472), + [5799] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_component, 1, 0, 0), + [5801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5126), + [5803] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_conditional_analysis_relation, 3, 0, 0), + [5805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7801), + [5807] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subtype_indication, 2, 0, 13), + [5809] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_package_body, 1, 0, 0), + [5811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7534), + [5813] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_context, 1, 0, 0), + [5815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5131), + [5817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2897), + [5819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2952), + [5821] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_case, 2, 0, 0), + [5823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5067), + [5825] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_procedure_specification, 2, 0, 8), + [5827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2786), + [5829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6849), + [5831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7877), + [5833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6850), + [5835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5270), + [5837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7876), + [5839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4197), + [5841] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_partial_pathname_repeat1, 2, 0, 0), SHIFT_REPEAT(4393), + [5844] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_entity, 1, 0, 0), + [5846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5112), + [5848] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_configuration, 1, 0, 0), + [5850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5124), + [5852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6967), + [5854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5308), + [5856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5226), + [5858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7864), + [5860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2858), + [5862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2782), + [5864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6727), + [5866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6728), + [5868] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_architecture, 1, 0, 0), + [5870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5082), + [5872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3018), + [5874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5482), + [5876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7839), + [5878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7844), + [5880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1902), + [5882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5533), + [5884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5969), + [5886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5664), + [5888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2970), + [5890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7744), + [5892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3995), + [5894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4363), + [5896] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__target, 1, 0, 0), + [5898] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_block, 2, 0, 0), + [5900] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_procedure_specification, 2, 0, 8), + [5902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7789), + [5904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5219), + [5906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4152), + [5908] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_case, 3, 0, 0), + [5910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5706), + [5912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5285), + [5914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8278), + [5916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6510), + [5918] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_elsif_statement, 4, 0, 0), + [5920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4796), + [5922] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_pathname_repeat1, 2, 0, 0), SHIFT_REPEAT(4393), + [5925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5240), + [5927] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_header, 4, 0, 0), + [5929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7382), + [5931] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_architecture, 2, 0, 0), + [5933] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_conditional_expression, 2, 0, 0), + [5935] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_specification, 3, 0, 0), + [5937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3321), + [5939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(404), + [5941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6199), + [5943] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_process, 3, 0, 0), + [5945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4904), + [5947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(382), + [5949] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_generate, 4, 0, 0), + [5951] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_package_body, 3, 0, 0), + [5953] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_elsif_generate, 3, 0, 0), + [5955] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_relative_pathname_repeat1, 2, 0, 0), SHIFT_REPEAT(6853), + [5958] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_relative_pathname_repeat1, 2, 0, 0), + [5960] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_type_body_end, 3, 0, 0), + [5962] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_units, 2, 0, 0), + [5964] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_process, 2, 0, 0), + [5966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1983), + [5968] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_entity, 2, 0, 0), + [5970] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_generate, 3, 0, 0), + [5972] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_generate, 2, 0, 0), + [5974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2120), + [5976] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_package, 2, 0, 0), + [5978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3257), + [5980] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_loop, 2, 0, 0), + [5982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5313), + [5984] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_type_declaration_end, 2, 0, 0), + [5986] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_if, 2, 0, 0), + [5988] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_elsif_generate, 4, 0, 0), + [5990] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_configuration, 2, 0, 0), + [5992] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_header, 3, 0, 0), + [5994] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_component, 2, 0, 0), + [5996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3961), + [5998] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_context, 2, 0, 0), + [6000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3097), + [6002] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_record, 2, 0, 0), + [6004] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__conditional_analysis_identifier, 1, 0, 0), + [6006] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__conditional_analysis_identifier, 1, 0, 0), + [6008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5932), + [6010] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_conditional_expression_repeat1, 2, 0, 0), + [6012] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_conditional_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(444), + [6015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4082), + [6017] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_view, 2, 0, 0), + [6019] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_block_configuration_repeat2, 2, 0, 0), + [6021] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_configuration_repeat2, 2, 0, 0), SHIFT_REPEAT(3242), + [6024] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 4, 0, 0), + [6026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5191), + [6028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1842), + [6030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7613), + [6032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(949), + [6034] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_block_configuration_repeat1, 2, 0, 0), + [6036] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_configuration_repeat1, 2, 0, 0), SHIFT_REPEAT(4751), + [6039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8250), + [6041] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range_constraint, 2, 0, 0), + [6043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3305), + [6045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3303), + [6047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3613), + [6049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3294), + [6051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3704), + [6053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5684), + [6055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2029), + [6057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2139), + [6059] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_mode_view_body_repeat1, 1, 0, 0), + [6061] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_configuration_head_repeat2, 2, 0, 0), + [6063] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_configuration_head_repeat2, 2, 0, 0), SHIFT_REPEAT(7761), + [6066] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__logical_name, 1, 0, 6), + [6068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4854), + [6070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5520), + [6072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4705), + [6074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3289), + [6076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8163), + [6078] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subtype_indication, 2, 0, 18), + [6080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3290), + [6082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4360), + [6084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7371), + [6086] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_primary_unit_declaration, 2, 0, 0), + [6088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5012), + [6090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3927), + [6092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4503), + [6094] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_integer_incomplete_type_definition, 2, 0, 0), + [6096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8166), + [6098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3484), + [6100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3158), + [6102] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_record_type_definition_repeat1, 1, 0, 0), + [6104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4640), + [6106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1080), + [6108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4851), + [6110] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_physical_type_definition_repeat1, 1, 0, 0), + [6112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1409), + [6114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6825), + [6116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4788), + [6118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1997), + [6120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1199), + [6122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4711), + [6124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3161), + [6126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2165), + [6128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1115), + [6130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3166), + [6132] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_index_constraint, 1, 0, 0), + [6134] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__element, 1, 0, 0), + [6136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1336), + [6138] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__designator, 1, 0, 0), + [6140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2209), + [6142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1967), + [6144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4542), + [6146] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_procedure_specification, 3, 0, 8), + [6148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1512), + [6150] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subtype_indication, 3, 0, 13), + [6152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4725), + [6154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2158), + [6156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2886), + [6158] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_mode_indication, 1, 0, 0), + [6160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5551), + [6162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3169), + [6164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1653), + [6166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2093), + [6168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4828), + [6170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1835), + [6172] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_mode_view_element_definition, 4, 0, 0), + [6174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3955), + [6176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1790), + [6178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3406), + [6180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3922), + [6182] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sensitivity_list, 2, 0, 0), + [6184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4207), + [6186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1765), + [6188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2182), + [6190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(897), + [6192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1901), + [6194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2814), + [6196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1319), + [6198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1036), + [6200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3276), + [6202] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_group_constituent_list_repeat1, 2, 0, 0), + [6204] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_group_constituent_list_repeat1, 2, 0, 0), SHIFT_REPEAT(4207), + [6207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1507), + [6209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3268), + [6211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3921), + [6213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(837), + [6215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4008), + [6217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4007), + [6219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5982), + [6221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3363), + [6223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3020), + [6225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3900), + [6227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4842), + [6229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3238), + [6231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1230), + [6233] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_group_constituent_list_repeat1, 2, 0, 0), SHIFT_REPEAT(4101), + [6236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3899), + [6238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2125), + [6240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1595), + [6242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3841), + [6244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2936), + [6246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3895), + [6248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4359), + [6250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1531), + [6252] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_element_declaration, 4, 0, 0), + [6254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3253), + [6256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4811), + [6258] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_mode_indication, 2, 0, 0), + [6260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5517), + [6262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1350), + [6264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4794), + [6266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4913), + [6268] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_secondary_unit_declaration, 4, 0, 0), + [6270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1389), + [6272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4761), + [6274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4439), + [6276] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_case_body_repeat1, 2, 0, 0), + [6278] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_body_repeat1, 2, 0, 0), SHIFT_REPEAT(269), + [6281] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_body, 1, 0, 0), + [6283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2177), + [6285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4490), + [6287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4610), + [6289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3780), + [6291] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_secondary_unit_declaration, 5, 0, 0), + [6293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4160), + [6295] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sensitivity_list, 1, 0, 0), + [6297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1723), + [6299] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_body, 2, 0, 0), + [6301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4569), + [6303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(934), + [6305] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_conditional_waveforms_repeat1, 2, 0, 0), + [6307] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_conditional_waveforms_repeat1, 2, 0, 0), SHIFT_REPEAT(351), + [6310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4205), + [6312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6324), + [6314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4258), + [6316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6332), + [6318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4259), + [6320] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_conditional_or_unaffected_expression_repeat1, 2, 0, 0), + [6322] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_conditional_or_unaffected_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(444), + [6325] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_conditional_or_unaffected_expression, 2, 0, 0), + [6327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4622), + [6329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4271), + [6331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4607), + [6333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4272), + [6335] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__incomplete_type_definition, 1, 0, 0), + [6337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4406), + [6339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4284), + [6341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4404), + [6343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4286), + [6345] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scalar_incomplete_type_definition, 1, 0, 0), + [6347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(979), + [6349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4096), + [6351] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entity_designator, 1, 0, 0), + [6353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3650), + [6355] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_file_incomplete_type_definition, 3, 0, 59), + [6357] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unspecified_type_indication, 3, 0, 0), + [6359] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type_definition, 4, 0, 0), + [6361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4946), + [6363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4297), + [6365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4930), + [6367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4302), + [6369] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_private_incomplete_type_definition, 1, 0, 0), + [6371] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_header, 5, 0, 0), + [6373] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_when_element, 2, 0, 0), + [6375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(301), + [6377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2262), + [6379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4308), + [6381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2254), + [6383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4314), + [6385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3271), + [6387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(392), + [6389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(438), + [6391] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generate_body, 4, 0, 0), + [6393] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_generate_body, 4, 0, 0), SHIFT(5068), + [6396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4584), + [6398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4234), + [6400] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_selected_name, 3, 0, 21), + [6402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5137), + [6404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4582), + [6406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4232), + [6408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1747), + [6410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4222), + [6412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2942), + [6414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8232), + [6416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1749), + [6418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4219), + [6420] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_selected_name, 3, 0, 7), + [6422] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_floating_incomplete_type_definition, 4, 0, 0), + [6424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4449), + [6426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4206), + [6428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(851), + [6430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4299), + [6432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(951), + [6434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4100), + [6436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(844), + [6438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4292), + [6440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4447), + [6442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4200), + [6444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1312), + [6446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4066), + [6448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1310), + [6450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4063), + [6452] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__incomplete_subtype_indication, 1, 0, 0), + [6454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1274), + [6456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3985), + [6458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1793), + [6460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4280), + [6462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1270), + [6464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4040), + [6466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1795), + [6468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4277), + [6470] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_access_incomplete_type_definition, 2, 0, 0), + [6472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1641), + [6474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3982), + [6476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1648), + [6478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4047), + [6480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2904), + [6482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1455), + [6484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4058), + [6486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1625), + [6488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4212), + [6490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1187), + [6492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4003), + [6494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3355), + [6496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4273), + [6498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3408), + [6500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4268), + [6502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1185), + [6504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4013), + [6506] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_physical_incomplete_type_definition, 2, 0, 0), + [6508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3431), + [6510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4025), + [6512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3423), + [6514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4026), + [6516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2105), + [6518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1958), + [6520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4256), + [6522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1960), + [6524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4255), + [6526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1468), + [6528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4048), + [6530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1472), + [6532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4052), + [6534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1066), + [6536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4154), + [6538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1064), + [6540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4158), + [6542] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_package_pathname_repeat1, 2, 0, 0), + [6544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(915), + [6546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4198), + [6548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2069), + [6550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4251), + [6552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2071), + [6554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4250), + [6556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(925), + [6558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4203), + [6560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2984), + [6562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1814), + [6564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4223), + [6566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1816), + [6568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4225), + [6570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2133), + [6572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4239), + [6574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2135), + [6576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4237), + [6578] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type_definition, 6, 0, 0), + [6580] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__incomplete_type_mark, 1, 0, 0), + [6582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1822), + [6584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4233), + [6586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1825), + [6588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4246), + [6590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4218), + [6592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4757), + [6594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4262), + [6596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2882), + [6598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4814), + [6600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4224), + [6602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4824), + [6604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4221), + [6606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4746), + [6608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4263), + [6610] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discrete_incomplete_type_definition, 3, 0, 0), + [6612] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__configuration_declarative_item, 1, 0, 0), + [6614] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__incomplete_type_mark, 1, 0, 18), + [6616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1577), + [6618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4267), + [6620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1574), + [6622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4269), + [6624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4819), + [6626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4285), + [6628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3522), + [6630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4217), + [6632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3527), + [6634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4216), + [6636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4817), + [6638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4293), + [6640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(225), + [6642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4162), + [6644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4527), + [6646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4309), + [6648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4525), + [6650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4313), + [6652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1242), + [6654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4304), + [6656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1252), + [6658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4301), + [6660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1007), + [6662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4291), + [6664] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__interface_type_indication, 1, 0, 0), + [6666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1010), + [6668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4290), + [6670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4984), + [6672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4209), + [6674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4986), + [6676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4208), + [6678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2108), + [6680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4077), + [6682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1184), + [6684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4281), + [6686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4715), + [6688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4117), + [6690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3330), + [6692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4199), + [6694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3324), + [6696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4196), + [6698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1182), + [6700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4276), + [6702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1412), + [6704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4253), + [6706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3266), + [6708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1417), + [6710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4247), + [6712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4614), + [6714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4242), + [6716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4612), + [6718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4240), + [6720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6571), + [6722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4190), + [6724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6581), + [6726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4189), + [6728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4690), + [6730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4119), + [6732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4484), + [6734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4236), + [6736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4482), + [6738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4235), + [6740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4310), + [6742] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entity_aspect, 2, 0, 17), + [6744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5150), + [6746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3152), + [6748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(980), + [6750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4186), + [6752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(967), + [6754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3978), + [6756] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_selected_name, 4, 0, 7), + [6758] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_selected_name, 4, 0, 21), + [6760] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_instantiated_unit, 2, 0, 17), + [6762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5241), + [6764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1856), + [6766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4179), + [6768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1858), + [6770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4178), + [6772] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_selected_name_repeat1, 2, 0, 0), + [6774] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_selected_name_repeat1, 2, 0, 0), SHIFT_REPEAT(5137), + [6777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2067), + [6779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4075), + [6781] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_configuration_head_repeat1, 1, 0, 0), + [6783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4774), + [6785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4175), + [6787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4779), + [6789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4174), + [6791] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_waveform, 1, 0, 0), + [6793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(393), + [6795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4376), + [6797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4204), + [6799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3933), + [6801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4170), + [6803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3935), + [6805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4169), + [6807] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_choices, 3, 0, 0), + [6809] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_partial_pathname_repeat1, 2, 0, 0), + [6811] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_waveform, 2, 0, 0), + [6813] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_conditional_waveforms, 2, 0, 0), + [6815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(351), + [6817] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_signature_repeat1, 2, 0, 32), SHIFT_REPEAT(4205), + [6820] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_signature_repeat1, 2, 0, 32), + [6822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1944), + [6824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4166), + [6826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1950), + [6828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4164), + [6830] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_conditional_waveforms, 3, 0, 0), + [6832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4324), + [6834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4054), + [6836] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_case_generate_block_repeat1, 2, 0, 0), + [6838] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_generate_block_repeat1, 2, 0, 0), SHIFT_REPEAT(225), + [6841] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_mode_indication, 3, 0, 0), + [6843] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_waveform_repeat1, 2, 0, 0), + [6845] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_waveform_repeat1, 2, 0, 0), SHIFT_REPEAT(393), + [6848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2856), + [6850] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_generate_block, 1, 0, 0), + [6852] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_conditional_or_unaffected_expression, 1, 0, 0), + [6854] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_instantiated_unit, 4, 0, 34), + [6856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5198), + [6858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1022), + [6860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4135), + [6862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1294), + [6864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4151), + [6866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1297), + [6868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4150), + [6870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3740), + [6872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3997), + [6874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4019), + [6876] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_configuration_head, 3, 0, 0), + [6878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2804), + [6880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5009), + [6882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1105), + [6884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4138), + [6886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1529), + [6888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4049), + [6890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2861), + [6892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3680), + [6894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4173), + [6896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4768), + [6898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4146), + [6900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4743), + [6902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4144), + [6904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1662), + [6906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4056), + [6908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4971), + [6910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8085), + [6912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(312), + [6914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1946), + [6916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3856), + [6918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3854), + [6920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(937), + [6922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5855), + [6924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3949), + [6926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3950), + [6928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3974), + [6930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3831), + [6932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3858), + [6934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3871), + [6936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3820), + [6938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3828), + [6940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3829), + [6942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2005), + [6944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(391), + [6946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3788), + [6948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3792), + [6950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3818), + [6952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3756), + [6954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3779), + [6956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3784), + [6958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5856), + [6960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1083), + [6962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1015), + [6964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3723), + [6966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3724), + [6968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3730), + [6970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3702), + [6972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3705), + [6974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3713), + [6976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3879), + [6978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3694), + [6980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3699), + [6982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3700), + [6984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3687), + [6986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3689), + [6988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3691), + [6990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3749), + [6992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3674), + [6994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3679), + [6996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3800), + [6998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3796), + [7000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3750), + [7002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3917), + [7004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3916), + [7006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3898), + [7008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3971), + [7010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3973), + [7012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3968), + [7014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2896), + [7016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2891), + [7018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3892), + [7020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3937), + [7022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3970), + [7024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3843), + [7026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3720), + [7028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3888), + [7030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3789), + [7032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3802), + [7034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3813), + [7036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1398), + [7038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(983), + [7040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3721), + [7042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3774), + [7044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3775), + [7046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3676), + [7048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3673), + [7050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3719), + [7052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3695), + [7054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3693), + [7056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3688), + [7058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1384), + [7060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3709), + [7062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3706), + [7064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3697), + [7066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3731), + [7068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3728), + [7070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3725), + [7072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3743), + [7074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3742), + [7076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3741), + [7078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3746), + [7080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3745), + [7082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3744), + [7084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3752), + [7086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3748), + [7088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3747), + [7090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3759), + [7092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3758), + [7094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3755), + [7096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4870), + [7098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3764), + [7100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3762), + [7102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3761), + [7104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3769), + [7106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3766), + [7108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3765), + [7110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3776), + [7112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3771), + [7114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3770), + [7116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4888), + [7118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3785), + [7120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3669), + [7122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3777), + [7124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4879), + [7126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3790), + [7128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3787), + [7130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3786), + [7132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3798), + [7134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3797), + [7136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3791), + [7138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4864), + [7140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4861), + [7142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3804), + [7144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3801), + [7146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3799), + [7148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3809), + [7150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3808), + [7152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3807), + [7154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3826), + [7156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3670), + [7158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3822), + [7160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3839), + [7162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3837), + [7164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3827), + [7166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3849), + [7168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3845), + [7170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3842), + [7172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4513), + [7174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3677), + [7176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3852), + [7178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3851), + [7180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3850), + [7182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3862), + [7184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3861), + [7186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3853), + [7188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3867), + [7190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3865), + [7192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3864), + [7194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4514), + [7196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3870), + [7198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3869), + [7200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3868), + [7202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3882), + [7204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3881), + [7206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3880), + [7208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4679), + [7210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3885), + [7212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3884), + [7214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3883), + [7216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3907), + [7218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3887), + [7220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3886), + [7222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3924), + [7224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3914), + [7226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3913), + [7228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3944), + [7230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3943), + [7232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3942), + [7234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4677), + [7236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1136), + [7238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1135), + [7240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1413), + [7242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3732), + [7244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3958), + [7246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3783), + [7248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3977), + [7250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1411), + [7252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4602), + [7254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3969), + [7256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3967), + [7258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3962), + [7260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4601), + [7262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1040), + [7264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5678), + [7266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4472), + [7268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1037), + [7270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3956), + [7272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3957), + [7274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3976), + [7276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1547), + [7278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4471), + [7280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1548), + [7282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3734), + [7284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3946), + [7286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3947), + [7288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3948), + [7290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2094), + [7292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3151), + [7294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3904), + [7296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3906), + [7298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3909), + [7300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3163), + [7302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4790), + [7304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4793), + [7306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3716), + [7308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3794), + [7310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3714), + [7312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1833), + [7314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4718), + [7316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4721), + [7318] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_instantiated_unit, 2, 0, 16), + [7320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1832), + [7322] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_instantiated_unit, 2, 0, 15), + [7324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2951), + [7326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2900), + [7328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2901), + [7330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2076), + [7332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1830), + [7334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1829), + [7336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2881), + [7338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5681), + [7340] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generate_body, 5, 0, 0), + [7342] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generate_block_end, 3, 0, 0), + [7344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2888), + [7346] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_index_constraint_repeat1, 2, 0, 0), SHIFT_REPEAT(374), + [7349] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_index_constraint_repeat1, 2, 0, 0), + [7351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2887), + [7353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(922), + [7355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(921), + [7357] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generate_block_end, 2, 0, 0), + [7359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1247), + [7361] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_index_constraint, 2, 0, 0), + [7363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1245), + [7365] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_list_specification, 4, 0, 0), + [7367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3138), + [7369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2417), + [7371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(165), + [7373] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_association_or_range_list, 1, 0, 0), + [7375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2116), + [7377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3339), + [7379] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_list_specification, 3, 0, 0), + [7381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2184), + [7383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3323), + [7385] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_list_specification, 2, 0, 0), + [7387] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_aggregate_repeat1, 2, 0, 0), SHIFT_REPEAT(224), + [7390] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_aggregate_repeat1, 2, 0, 0), + [7392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1018), + [7394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1019), + [7396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4333), + [7398] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pathname_element, 1, 0, 0), + [7400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(673), + [7402] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_partial_pathname, 1, 0, 0), + [7404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6530), + [7406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1623), + [7408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1422), + [7410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2828), + [7412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(224), + [7414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6495), + [7416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3353), + [7418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1929), + [7420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3413), + [7422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1930), + [7424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1593), + [7426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4101), + [7428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3176), + [7430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1679), + [7432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(362), + [7434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3322), + [7436] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_case_generate_body, 4, 0, 0), SHIFT(5072), + [7439] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_generate_body, 4, 0, 0), + [7441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2973), + [7443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1137), + [7445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1132), + [7447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2988), + [7449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3803), + [7451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3834), + [7453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3180), + [7455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1432), + [7457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1428), + [7459] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_logical_name_list, 2, 0, 12), + [7461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5042), + [7463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3315), + [7465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2820), + [7467] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_mode_view_indication, 4, 0, 55), + [7469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3477), + [7471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2851), + [7473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3811), + [7475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4327), + [7477] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_function_specification, 6, 0, 38), + [7479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3805), + [7481] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_instantiated_unit, 7, 0, 56), + [7483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3812), + [7485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1457), + [7487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1463), + [7489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3953), + [7491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1876), + [7493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2213), + [7495] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_array_index_incomplete_type_list_repeat1, 2, 0, 0), SHIFT_REPEAT(222), + [7498] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_array_index_incomplete_type_list_repeat1, 2, 0, 0), + [7500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5248), + [7502] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_instantiation_list, 2, 0, 0), + [7504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2915), + [7506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1526), + [7508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(222), + [7510] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_index_incomplete_type_list, 2, 0, 0), + [7512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5253), + [7514] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_identifier_list, 2, 0, 0), + [7516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1278), + [7518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1260), + [7520] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_signal_list, 2, 0, 0), + [7522] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_function_specification, 5, 0, 29), + [7524] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_function_specification, 5, 0, 28), + [7526] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entity_aspect, 5, 0, 42), + [7528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3296), + [7530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2875), + [7532] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_selected_name_list, 2, 0, 0), + [7534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4907), + [7536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3110), + [7538] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_block_configuration_repeat1, 1, 0, 0), + [7540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4673), + [7542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2279), + [7544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4675), + [7546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5), + [7548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2815), + [7550] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_logical_name_list_repeat1, 2, 0, 12), + [7552] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_logical_name_list_repeat1, 2, 0, 12), SHIFT_REPEAT(5042), + [7555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2816), + [7557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1244), + [7559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1246), + [7561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2857), + [7563] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_association_list_repeat1, 2, 0, 0), SHIFT_REPEAT(312), + [7566] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_association_list_repeat1, 2, 0, 0), + [7568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3182), + [7570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4323), + [7572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5291), + [7574] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constant_identifier_list, 2, 0, 11), + [7576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3912), + [7578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6544), + [7580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3022), + [7582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4475), + [7584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4469), + [7586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3838), + [7588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2808), + [7590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2831), + [7592] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enumeration_type_definition_repeat1, 2, 0, 0), SHIFT_REPEAT(4971), + [7595] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_enumeration_type_definition_repeat1, 2, 0, 0), + [7597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1751), + [7599] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_index_constraint_repeat1, 2, 0, 0), SHIFT_REPEAT(378), + [7602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1750), + [7604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4385), + [7606] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_partial_pathname, 2, 0, 0), + [7608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3682), + [7610] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assertion, 3, 0, 0), + [7612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4325), + [7614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1753), + [7616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2974), + [7618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(220), + [7620] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_element_association_list, 1, 0, 0), + [7622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3265), + [7624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1757), + [7626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4319), + [7628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2853), + [7630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2854), + [7632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3019), + [7634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6270), + [7636] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_user_directive, 2, 0, 0), + [7638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4554), + [7640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4552), + [7642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3718), + [7644] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protect_directive, 2, 0, 0), + [7646] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_association_or_range_list, 2, 0, 0), + [7648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(970), + [7650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2930), + [7652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(931), + [7654] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_group_constituent_list, 2, 0, 0), + [7656] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_entity_class_entry_list_repeat1, 2, 0, 0), SHIFT_REPEAT(3017), + [7659] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_entity_class_entry_list_repeat1, 2, 0, 0), + [7661] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__interface_subprogram_specification, 1, 0, 0), + [7663] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_subprogram_declaration, 1, 0, 0), + [7665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3652), + [7667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2791), + [7669] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_list, 1, 0, 0), + [7671] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_user_directive_repeat1, 2, 0, 0), SHIFT_REPEAT(6270), + [7674] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_user_directive_repeat1, 2, 0, 0), + [7676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5075), + [7678] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_resolution, 1, 0, 0), + [7680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5546), + [7682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5544), + [7684] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_mode_view_indication, 2, 0, 45), + [7686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3492), + [7688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3910), + [7690] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_element_association_list_repeat1, 2, 0, 0), SHIFT_REPEAT(220), + [7693] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_element_association_list_repeat1, 2, 0, 0), + [7695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4770), + [7697] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entity_name_list, 2, 0, 0), + [7699] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_element_association_list, 2, 0, 0), + [7701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5830), + [7703] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_element_list, 2, 0, 0), + [7705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5273), + [7707] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_identifier_list, 1, 0, 27), + [7709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5828), + [7711] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_function_specification, 4, 0, 23), + [7713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2793), + [7715] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_interface_list, 1, 0, 0), + [7717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3247), + [7719] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entity_aspect, 2, 0, 16), + [7721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3246), + [7723] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_instantiation_list_repeat1, 2, 0, 0), SHIFT_REPEAT(5248), + [7726] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_instantiation_list_repeat1, 2, 0, 0), + [7728] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_verification_unit_list, 2, 0, 0), + [7730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1769), + [7732] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_type_declaration, 2, 0, 13), + [7734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3462), + [7736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2943), + [7738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2792), + [7740] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__entity_class, 1, 0, 0), + [7742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3017), + [7744] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entity_class_entry_list, 1, 0, 0), + [7746] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entity_class_entry, 1, 0, 0), + [7748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6099), + [7750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2167), + [7752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2175), + [7754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4633), + [7756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4629), + [7758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(375), + [7760] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sensitivity_clause, 2, 0, 0), + [7762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2947), + [7764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3310), + [7766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2962), + [7768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2935), + [7770] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_generic_interface_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2795), + [7773] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_generic_interface_list_repeat1, 2, 0, 0), + [7775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(390), + [7777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2181), + [7779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5041), + [7781] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_access_type_definition, 2, 0, 0), + [7783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5036), + [7785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4441), + [7787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(378), + [7789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4443), + [7791] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_generic_identifier_list_repeat1, 2, 0, 44), SHIFT_REPEAT(5273), + [7794] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_generic_identifier_list_repeat1, 2, 0, 44), + [7796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(358), + [7798] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_type_instantiation_definition, 2, 0, 0), + [7800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8307), + [7802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5092), + [7804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7616), + [7806] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__entity_tag, 1, 0, 0), + [7808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4092), + [7810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4379), + [7812] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entity_name_list, 1, 0, 0), + [7814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4931), + [7816] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_association_or_range_list_repeat1, 2, 0, 0), SHIFT_REPEAT(165), + [7819] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_association_or_range_list_repeat1, 2, 0, 0), + [7821] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_record_resolution_repeat1, 2, 0, 0), SHIFT_REPEAT(5075), + [7824] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_record_resolution_repeat1, 2, 0, 0), + [7826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4928), + [7828] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_signature_repeat1, 2, 0, 13), + [7830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6444), + [7832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4202), + [7834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4194), + [7836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3499), + [7838] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_resolution, 2, 0, 0), + [7840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3473), + [7842] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_body, 2, 0, 0), + [7844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2284), + [7846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2288), + [7848] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_entity_name_list_repeat1, 2, 0, 0), SHIFT_REPEAT(4770), + [7851] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_entity_name_list_repeat1, 2, 0, 0), + [7853] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_identifier_list, 2, 0, 35), + [7855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2790), + [7857] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_verification_unit_list, 1, 0, 0), + [7859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(381), + [7861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2212), + [7863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5658), + [7865] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_procedure_specification, 3, 0, 8), + [7867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3273), + [7869] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_constant_identifier_list_repeat1, 2, 0, 20), SHIFT_REPEAT(5291), + [7872] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_constant_identifier_list_repeat1, 2, 0, 20), + [7874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2101), + [7876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(876), + [7878] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_interface_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2794), + [7881] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_interface_list_repeat1, 2, 0, 0), + [7883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(353), + [7885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3341), + [7887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(871), + [7889] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entity_class_entry_list, 2, 0, 0), + [7891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4172), + [7893] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_instantiated_unit, 5, 0, 42), + [7895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4769), + [7897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(368), + [7899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4766), + [7901] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_group_constituent_list, 1, 0, 0), + [7903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2228), + [7905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2230), + [7907] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_selected_name_list_repeat1, 2, 0, 0), + [7909] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_selected_name_list_repeat1, 2, 0, 0), SHIFT_REPEAT(4907), + [7912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(364), + [7914] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_logical_name_list, 1, 0, 7), + [7916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1676), + [7918] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_conditional_or_unaffected_expression, 3, 0, 0), + [7920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1678), + [7922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2985), + [7924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3328), + [7926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3675), + [7928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3824), + [7930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3739), + [7932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2969), + [7934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2236), + [7936] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_identifier_list, 1, 0, 0), + [7938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4114), + [7940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4332), + [7942] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_identifier_list_repeat1, 2, 0, 0), SHIFT_REPEAT(5253), + [7945] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_identifier_list_repeat1, 2, 0, 0), + [7947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3275), + [7949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2058), + [7951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1972), + [7953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2056), + [7955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5659), + [7957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3386), + [7959] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entity_aspect, 1, 0, 0), + [7961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(356), + [7963] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constant_identifier_list, 1, 0, 5), + [7965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(367), + [7967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3387), + [7969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4127), + [7971] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_conditional_waveforms, 4, 0, 0), + [7973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3300), + [7975] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_selected_name, 1, 0, 7), + [7977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6342), + [7979] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_instantiation_list, 1, 0, 0), + [7981] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_selected_name_list, 1, 0, 0), + [7983] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_signal_list, 1, 0, 0), + [7985] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_element_list, 1, 0, 0), + [7987] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protect_directive, 1, 0, 0), + [7989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(360), + [7991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3241), + [7993] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_user_directive, 1, 0, 0), + [7995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1942), + [7997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(379), + [7999] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_index_incomplete_type_list, 1, 0, 0), + [8001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1948), + [8003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1943), + [8005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1975), + [8007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3429), + [8009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(836), + [8011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3455), + [8013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4062), + [8015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1969), + [8017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1805), + [8019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(276), + [8021] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_else_waveform, 2, 0, 0), + [8023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(288), + [8025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4744), + [8027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5550), + [8029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4509), + [8031] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__subprogram_specification, 1, 0, 0), + [8033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1173), + [8035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(289), + [8037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2383), + [8039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2004), + [8041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7226), + [8043] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_conditional_analysis, 1, 0, 0), + [8045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(834), + [8047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3437), + [8049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4036), + [8051] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_selected_waveforms, 3, 0, 0), + [8053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2599), + [8055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(290), + [8057] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__alias_designator, 1, 0, 0), + [8059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3535), + [8061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4183), + [8063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1895), + [8065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2080), + [8067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(790), + [8069] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__array_index_incomplete_type, 1, 0, 0), + [8071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(292), + [8073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(275), + [8075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7135), + [8077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4078), + [8079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6944), + [8081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1372), + [8083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1249), + [8085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(803), + [8087] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_specification, 6, 0, 38), + [8089] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entity_class_entry, 2, 0, 0), + [8091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(293), + [8093] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__mode_view_indication, 1, 0, 0), + [8095] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__mode_indication, 1, 0, 0), + [8097] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_declaration, 3, 0, 0), + [8099] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_subprogram_declaration, 3, 0, 0), + [8101] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__interface_subprogram_default, 1, 0, 0), + [8103] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_constant_identifier_list_repeat1, 2, 0, 19), + [8105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(816), + [8107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(273), + [8109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1685), + [8111] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_specification, 6, 0, 37), + [8113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6429), + [8115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(304), + [8117] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_initialiser, 2, 0, 0), + [8119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5016), + [8121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1722), + [8123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3486), + [8125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4079), + [8127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(827), + [8129] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_specification, 4, 0, 23), + [8131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1985), + [8133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3417), + [8135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5031), + [8137] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_element_resolution, 2, 0, 0), + [8139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4038), + [8141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1556), + [8143] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_case_generate_block_repeat1, 1, 0, 0), + [8145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6770), + [8147] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_element_association, 1, 0, 0), + [8149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(305), + [8151] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_generate_body, 4, 0, 0), SHIFT(5064), + [8154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(259), + [8156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(402), + [8158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(270), + [8160] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_association_element, 3, 0, 0), + [8162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1710), + [8164] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_selected_waveforms, 2, 0, 0), + [8166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7623), + [8168] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumeration_literal, 1, 0, 5), + [8170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(307), + [8172] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumeration_literal, 1, 0, 0), + [8174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3306), + [8176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3410), + [8178] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_generic_identifier_list_repeat1, 2, 0, 43), + [8180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1681), + [8182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1131), + [8184] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_signal_kind, 1, 0, 0), + [8186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3478), + [8188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4102), + [8190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8352), + [8192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7352), + [8194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1194), + [8196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(819), + [8198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(308), + [8200] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_interface_declaration, 3, 0, 0), + [8202] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_case_body_repeat1, 1, 0, 0), + [8204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1453), + [8206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(268), + [8208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4073), + [8210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1423), + [8212] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_specification, 5, 0, 29), + [8214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3283), + [8216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3358), + [8218] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_constant_declaration, 4, 0, 0), + [8220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(310), + [8222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1528), + [8224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3521), + [8226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4120), + [8228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(807), + [8230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3453), + [8232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4139), + [8234] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_file_declaration, 4, 0, 0), + [8236] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_signal_declaration, 4, 0, 0), + [8238] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__generic_interface_declaration, 1, 0, 0), + [8240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4871), + [8242] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entity_designator, 2, 0, 0), + [8244] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_type_declaration, 4, 0, 13), + [8246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(311), + [8248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(267), + [8250] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_variable_declaration, 4, 0, 0), + [8252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(256), + [8254] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_specification, 5, 0, 28), + [8256] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_specification, 7, 0, 46), + [8258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1486), + [8260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(322), + [8262] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_user_directive_repeat1, 1, 0, 0), + [8264] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__actual_part, 2, 0, 0), + [8266] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_specification, 7, 0, 47), + [8268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4374), + [8270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2397), + [8272] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_else_expression_or_unaffected, 2, 0, 0), + [8274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3708), + [8276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3359), + [8278] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_select_target, 3, 0, 0), + [8280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(281), + [8282] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_selected_expressions, 2, 0, 0), + [8284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2684), + [8286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(255), + [8288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4342), + [8290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(265), + [8292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2238), + [8294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8344), + [8296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(325), + [8298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4964), + [8300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(263), + [8302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(306), + [8304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4990), + [8306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4589), + [8308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2382), + [8310] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_generate_alternative, 3, 0, 0), + [8312] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_logical_name_list_repeat1, 2, 0, 24), + [8314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5360), + [8316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5365), + [8318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(303), + [8320] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_block_configuration_repeat2, 1, 0, 0), + [8322] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__configuration_item, 1, 0, 0), + [8324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4992), + [8326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2311), + [8328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(261), + [8330] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_specification, 8, 0, 52), + [8332] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_specification, 8, 0, 53), + [8334] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_selected_expressions, 3, 0, 0), + [8336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(302), + [8338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(927), + [8340] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_index_subtype_definition, 3, 0, 18), + [8342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5405), + [8344] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_pathname, 6, 0, 0), + [8346] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_generate_alternative, 4, 0, 0), + [8348] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_package_declaration, 6, 0, 30), + [8350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(294), + [8352] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__interface_package_generic_map_aspect, 1, 0, 0), + [8354] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_mode_view_indication, 4, 0, 45), + [8356] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_mode_indication, 4, 0, 0), + [8358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(239), + [8360] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_specification, 9, 0, 60), + [8362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(284), + [8364] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_pathname, 7, 0, 0), + [8366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(221), + [8368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(264), + [8370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2016), + [8372] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_configuration, 4, 0, 0), + [8374] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__interface_declaration, 1, 0, 0), + [8376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7821), + [8378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5110), + [8380] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_mode_view_indication, 6, 0, 55), + [8382] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_generate_body, 5, 0, 0), + [8384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(658), + [8386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(258), + [8388] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_aggregate, 3, 0, 0), + [8390] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_configuration, 5, 0, 0), + [8392] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_configuration, 6, 0, 0), + [8394] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_map_default, 5, 0, 0), + [8396] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_map_any, 5, 0, 0), + [8398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(250), + [8400] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_configuration, 7, 0, 0), + [8402] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_element_association, 3, 0, 0), + [8404] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_select_target, 2, 0, 0), + [8406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(282), + [8408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(241), + [8410] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__actual_part, 1, 0, 0), + [8412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3954), + [8414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(249), + [8416] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block_configuration, 4, 0, 0), + [8418] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_association_element, 1, 0, 0), + [8420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1068), + [8422] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_procedure_specification, 4, 0, 8), + [8424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3140), + [8426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3411), + [8428] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_aggregate, 4, 0, 0), + [8430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(246), + [8432] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block_configuration, 5, 0, 0), + [8434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(316), + [8436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(240), + [8438] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block_configuration, 6, 0, 0), + [8440] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__association_or_range, 1, 0, 0), + [8442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2336), + [8444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3965), + [8446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(286), + [8448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3855), + [8450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3378), + [8452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2092), + [8454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(243), + [8456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(253), + [8458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4106), + [8460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8037), + [8462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2416), + [8464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(254), + [8466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4039), + [8468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8068), + [8470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4065), + [8472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8094), + [8474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(247), + [8476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(318), + [8478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(245), + [8480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4034), + [8482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8114), + [8484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(244), + [8486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4033), + [8488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8128), + [8490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(248), + [8492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(309), + [8494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1082), + [8496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(300), + [8498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(257), + [8500] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_definition, 1, 0, 0), + [8502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5108), + [8504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(252), + [8506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2075), + [8508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(278), + [8510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2360), + [8512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(242), + [8514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4328), + [8516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4947), + [8518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1269), + [8520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1271), + [8522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4631), + [8524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3157), + [8526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1183), + [8528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1342), + [8530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4625), + [8532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4624), + [8534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4623), + [8536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3760), + [8538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1177), + [8540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1009), + [8542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1175), + [8544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3156), + [8546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2095), + [8548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3181), + [8550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3773), + [8552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4423), + [8554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1360), + [8556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1361), + [8558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4445), + [8560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2892), + [8562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1415), + [8564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1362), + [8566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2096), + [8568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4494), + [8570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4493), + [8572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4492), + [8574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1011), + [8576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1420), + [8578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3767), + [8580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1419), + [8582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2893), + [8584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4615), + [8586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1013), + [8588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2894), + [8590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4613), + [8592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2895), + [8594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3763), + [8596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4611), + [8598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2106), + [8600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4609), + [8602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2537), + [8604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2107), + [8606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4483), + [8608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3753), + [8610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4524), + [8612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4480), + [8614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1213), + [8616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4478), + [8618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4606), + [8620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1214), + [8622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1219), + [8624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3159), + [8626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1834), + [8628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1251), + [8630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1225), + [8632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(850), + [8634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4474), + [8636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3026), + [8638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3160), + [8640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4523), + [8642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2490), + [8644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1405), + [8646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1239), + [8648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2596), + [8650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1461), + [8652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1462), + [8654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1125), + [8656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2412), + [8658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3422), + [8660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1465), + [8662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1111), + [8664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(928), + [8666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1848), + [8668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1850), + [8670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4856), + [8672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1470), + [8674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4858), + [8676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4464), + [8678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2499), + [8680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1393), + [8682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1108), + [8684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1130), + [8686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1381), + [8688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4585), + [8690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4461), + [8692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2869), + [8694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2148), + [8696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3735), + [8698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1076), + [8700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7175), + [8702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1090), + [8704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4181), + [8706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4408), + [8708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1091), + [8710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6291), + [8712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6292), + [8714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3154), + [8716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4526), + [8718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2123), + [8720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5163), + [8722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1095), + [8724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1819), + [8726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8262), + [8728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3309), + [8730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3150), + [8732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2783), + [8734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2784), + [8736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3162), + [8738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4402), + [8740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4789), + [8742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4792), + [8744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1402), + [8746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1397), + [8748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3145), + [8750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3701), + [8752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3717), + [8754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2082), + [8756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1396), + [8758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6315), + [8760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3793), + [8762] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_loop, 2, 0, 0), + [8764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(383), + [8766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4818), + [8768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(376), + [8770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1285), + [8772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2470), + [8774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3795), + [8776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4413), + [8778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3715), + [8780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4215), + [8782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2889), + [8784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2066), + [8786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1545), + [8788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1570), + [8790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4531), + [8792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4532), + [8794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4533), + [8796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1575), + [8798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4535), + [8800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2079), + [8802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2638), + [8804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2885), + [8806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4415), + [8808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2884), + [8810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5114), + [8812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2902), + [8814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2883), + [8816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4709), + [8818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2910), + [8820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4829), + [8822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4702), + [8824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4703), + [8826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6983), + [8828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6982), + [8830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4738), + [8832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6972), + [8834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4750), + [8836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3298), + [8838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2042), + [8840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2041), + [8842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2880), + [8844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6271), + [8846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4786), + [8848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3141), + [8850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2637), + [8852] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_elsif_conditional_analysis, 3, 0, 0), + [8854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2879), + [8856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1674), + [8858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4419), + [8860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3457), + [8862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1826), + [8864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3459), + [8866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2009), + [8868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1600), + [8870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1602), + [8872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1603), + [8874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2878), + [8876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1823), + [8878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6876), + [8880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2679), + [8882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2877), + [8884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4370), + [8886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1670), + [8888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3385), + [8890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4422), + [8892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1785), + [8894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1817), + [8896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4798), + [8898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4801), + [8900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4802), + [8902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6832), + [8904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6520), + [8906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3215), + [8908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3216), + [8910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2811), + [8912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3127), + [8914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5462), + [8916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6511), + [8918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4318), + [8920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5506), + [8922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2821), + [8924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2866), + [8926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2810), + [8928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5428), + [8930] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_relative_pathname, 1, 0, 0), + [8932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6786), + [8934] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__external_pathname, 1, 0, 0), + [8936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6479), + [8938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2152), + [8940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6512), + [8942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6522), + [8944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3232), + [8946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4335), + [8948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1815), + [8950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2149), + [8952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4330), + [8954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4806), + [8956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3683), + [8958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2304), + [8960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2829), + [8962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2787), + [8964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2788), + [8966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2150), + [8968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2874), + [8970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5311), + [8972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3325), + [8974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(900), + [8976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(896), + [8978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2825), + [8980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2839), + [8982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2822), + [8984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2849), + [8986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2848), + [8988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2845), + [8990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6589), + [8992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1807), + [8994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1806), + [8996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1804), + [8998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3170), + [9000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(913), + [9002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3172), + [9004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2843), + [9006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1801), + [9008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3681), + [9010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2160), + [9012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4349), + [9014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3174), + [9016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3678), + [9018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5394), + [9020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5207), + [9022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3542), + [9024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3344), + [9026] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__conditional_analysis_operator, 1, 0, 0), + [9028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5674), + [9030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3738), + [9032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3444), + [9034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1058), + [9036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3125), + [9038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5699), + [9040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4321), + [9042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4322), + [9044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1592), + [9046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2024), + [9048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1059), + [9050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1781), + [9052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1780), + [9054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3610), + [9056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3122), + [9058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1779), + [9060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6875), + [9062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6880), + [9064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6908), + [9066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5672), + [9068] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__process_sensitivity_list, 1, 0, 0), + [9070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1065), + [9072] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__iteration_scheme, 1, 0, 0), + [9074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1777), + [9076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2162), + [9078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3177), + [9080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4981), + [9082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3178), + [9084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1488), + [9086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1487), + [9088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(914), + [9090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(912), + [9092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5149), + [9094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(910), + [9096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4427), + [9098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1469), + [9100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2987), + [9102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7138), + [9104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3832), + [9106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3142), + [9108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2965), + [9110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(907), + [9112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2809), + [9114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2840), + [9116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2575), + [9118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2841), + [9120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3836), + [9122] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_conditional_analysis, 3, 0, 0), + [9124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3428), + [9126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3425), + [9128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1096), + [9130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1089), + [9132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1088), + [9134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2842), + [9136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2846), + [9138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2847), + [9140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3432), + [9142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7406), + [9144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3009), + [9146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2876), + [9148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6161), + [9150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6159), + [9152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2864), + [9154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1085), + [9156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2868), + [9158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2178), + [9160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2819), + [9162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1221), + [9164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3772), + [9166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4326), + [9168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4329), + [9170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2781), + [9172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3889), + [9174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6080), + [9176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2873), + [9178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4004), + [9180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2789), + [9182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1171), + [9184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1174), + [9186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1471), + [9188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3915), + [9190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1474), + [9192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1475), + [9194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2872), + [9196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1186), + [9198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3113), + [9200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3024), + [9202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6489), + [9204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3023), + [9206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3002), + [9208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3848), + [9210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6021), + [9212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3975), + [9214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4339), + [9216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1483), + [9218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1527), + [9220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4668), + [9222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2903), + [9224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7717), + [9226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7720), + [9228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2097), + [9230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1524), + [9232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1519), + [9234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1516), + [9236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2916), + [9238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1607), + [9240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1620), + [9242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3388), + [9244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3383), + [9246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7790), + [9248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3381), + [9250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2917), + [9252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1632), + [9254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3375), + [9256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2833), + [9258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2850), + [9260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7861), + [9262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3575), + [9264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2918), + [9266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6258), + [9268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6259), + [9270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2823), + [9272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2919), + [9274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2920), + [9276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2852), + [9278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3237), + [9280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1664), + [9282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1649), + [9284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2863), + [9286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2812), + [9288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2813), + [9290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6527), + [9292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1233), + [9294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1234), + [9296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1235), + [9298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2817), + [9300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4348), + [9302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1645), + [9304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4315), + [9306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1621), + [9308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4316), + [9310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2467), + [9312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3908), + [9314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8168), + [9316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8182), + [9318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3351), + [9320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4264), + [9322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8228), + [9324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4226), + [9326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5710), + [9328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5081), + [9330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8279), + [9332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2584), + [9334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6563), + [9336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6564), + [9338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3819), + [9340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3821), + [9342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3817), + [9344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1261), + [9346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3021), + [9348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3006), + [9350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6480), + [9352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4959), + [9354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6587), + [9356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4375), + [9358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1045), + [9360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4378), + [9362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4380), + [9364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4382), + [9366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3781), + [9368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1262), + [9370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1624), + [9372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1627), + [9374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4384), + [9376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2003), + [9378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8255), + [9380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3778), + [9382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8356), + [9384] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_absolute_pathname, 2, 0, 0), + [9386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8346), + [9388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1622), + [9390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6602), + [9392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6597), + [9394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5032), + [9396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1339), + [9398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3860), + [9400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6595), + [9402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2824), + [9404] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_relative_pathname, 2, 0, 0), + [9406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2826), + [9408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2827), + [9410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2830), + [9412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1272), + [9414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2774), + [9416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8323), + [9418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3866), + [9420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8313), + [9422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6583), + [9424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6582), + [9426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1618), + [9428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6576), + [9430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4361), + [9432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5007), + [9434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2785), + [9436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4366), + [9438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3736), + [9440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4656), + [9442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8274), + [9444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4125), + [9446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6549), + [9448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6546), + [9450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6537), + [9452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6551), + [9454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3090), + [9456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3185), + [9458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3088), + [9460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3684), + [9462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3686), + [9464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8248), + [9466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6506), + [9468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6501), + [9470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6493), + [9472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5060), + [9474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4334), + [9476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4344), + [9478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3189), + [9480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3872), + [9482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8218), + [9484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1301), + [9486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6471), + [9488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6470), + [9490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1304), + [9492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6451), + [9494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4353), + [9496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4317), + [9498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1567), + [9500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1564), + [9502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1513), + [9504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1561), + [9506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8179), + [9508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2582), + [9510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6396), + [9512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6394), + [9514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3190), + [9516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6386), + [9518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4320), + [9520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1311), + [9522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2922), + [9524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2855), + [9526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1559), + [9528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2860), + [9530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8133), + [9532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6355), + [9534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6354), + [9536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2144), + [9538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6302), + [9540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3334), + [9542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3071), + [9544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2697), + [9546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2703), + [9548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2923), + [9550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8097), + [9552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3857), + [9554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6322), + [9556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6319), + [9558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3707), + [9560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6311), + [9562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2925), + [9564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2927), + [9566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4364), + [9568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5477), + [9570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5457), + [9572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8060), + [9574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2928), + [9576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6297), + [9578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6295), + [9580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2710), + [9582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6280), + [9584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4453), + [9586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4451), + [9588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3011), + [9590] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_warning_directive, 2, 0, 0), + [9592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1335), + [9594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4336), + [9596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8031), + [9598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1238), + [9600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6254), + [9602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6252), + [9604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1337), + [9606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6241), + [9608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2929), + [9610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4350), + [9612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4448), + [9614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2931), + [9616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2145), + [9618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(801), + [9620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7849), + [9622] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_error_directive, 2, 0, 0), + [9624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6216), + [9626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6215), + [9628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6323), + [9630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6205), + [9632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2146), + [9634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(977), + [9636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(767), + [9638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6931), + [9640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2921), + [9642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2151), + [9644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7818), + [9646] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_conditional_analysis, 2, 0, 0), + [9648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6170), + [9650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6168), + [9652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2179), + [9654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6163), + [9656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1281), + [9658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2159), + [9660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5028), + [9662] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__element_resolution, 1, 0, 0), + [9664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4925), + [9666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7778), + [9668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3192), + [9670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6120), + [9672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6117), + [9674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1754), + [9676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6113), + [9678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1752), + [9680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1367), + [9682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1368), + [9684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6792), + [9686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1369), + [9688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7748), + [9690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2188), + [9692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6081), + [9694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6079), + [9696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1748), + [9698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6010), + [9700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1376), + [9702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1745), + [9704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3911), + [9706] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_component, 3, 0, 26), + [9708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2909), + [9710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2908), + [9712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7716), + [9714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4519), + [9716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6025), + [9718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6026), + [9720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4578), + [9722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6030), + [9724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7477), + [9726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4579), + [9728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2704), + [9730] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_design_file, 2, 0, 0), + [9732] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_body, 3, 0, 0), + [9734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7479), + [9736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7690), + [9738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7483), + [9740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6044), + [9742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6045), + [9744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4457), + [9746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6049), + [9748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2161), + [9750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6137), + [9752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4420), + [9754] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_entity, 2, 0, 17), + [9756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2163), + [9758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2164), + [9760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7661), + [9762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4458), + [9764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6065), + [9766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6066), + [9768] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_port_map_aspect, 3, 0, 0), + [9770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6068), + [9772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4459), + [9774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2906), + [9776] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_for, 2, 0, 0), + [9778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5183), + [9780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7598), + [9782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7508), + [9784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6076), + [9786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6077), + [9788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2739), + [9790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6006), + [9792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3466), + [9794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7511), + [9796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2724), + [9798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4583), + [9800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2723), + [9802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3940), + [9804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7530), + [9806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6102), + [9808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6103), + [9810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4462), + [9812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6108), + [9814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7527), + [9816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4852), + [9818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2481), + [9820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2905), + [9822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4261), + [9824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2166), + [9826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7499), + [9828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4231), + [9830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6129), + [9832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6130), + [9834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3317), + [9836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6135), + [9838] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_package, 2, 0, 30), + [9840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2168), + [9842] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assertion, 4, 0, 0), + [9844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3952), + [9846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2169), + [9848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2477), + [9850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7443), + [9852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2176), + [9854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6156), + [9856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6157), + [9858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2972), + [9860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6162), + [9862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6318), + [9864] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_type_declaration, 2, 0, 0), + [9866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2367), + [9868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1738), + [9870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1736), + [9872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7402), + [9874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6183), + [9876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6184), + [9878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1735), + [9880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6189), + [9882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14), + [9884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5002), + [9886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2940), + [9888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2941), + [9890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4467), + [9892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7367), + [9894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2948), + [9896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6206), + [9898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6207), + [9900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6328), + [9902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6212), + [9904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1733), + [9906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3960), + [9908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2949), + [9910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2953), + [9912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2396), + [9914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2957), + [9916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7317), + [9918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2389), + [9920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6229), + [9922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6230), + [9924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2100), + [9926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6235), + [9928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2938), + [9930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3959), + [9932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4944), + [9934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4421), + [9936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3537), + [9938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6469), + [9940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6249), + [9942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6250), + [9944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4555), + [9946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6255), + [9948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4566), + [9950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5121), + [9952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4617), + [9954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6466), + [9956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4653), + [9958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4646), + [9960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4618), + [9962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6268), + [9964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6269), + [9966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5135), + [9968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6274), + [9970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3572), + [9972] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_type_definition, 2, 0, 0), + [9974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5511), + [9976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4598), + [9978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2580), + [9980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2585), + [9982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6287), + [9984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6288), + [9986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2326), + [9988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6293), + [9990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2315), + [9992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3552), + [9994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4372), + [9996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4373), + [9998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4377), + [10000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6306), + [10002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6007), + [10004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3963), + [10006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6312), + [10008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2592), + [10010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2121), + [10012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(405), + [10014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3168), + [10016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4407), + [10018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4381), + [10020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4409), + [10022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6325), + [10024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6326), + [10026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4561), + [10028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6331), + [10030] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_end, 2, 0, 33), + [10032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4563), + [10034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4565), + [10036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4405), + [10038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(829), + [10040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(770), + [10042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4580), + [10044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6344), + [10046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6345), + [10048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2202), + [10050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6350), + [10052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2577), + [10054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2524), + [10056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5949), + [10058] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_specification, 3, 0, 0), + [10060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3488), + [10062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6363), + [10064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6364), + [10066] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__elsif_else_generate, 1, 0, 0), + [10068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6369), + [10070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(978), + [10072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4195), + [10074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3964), + [10076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3487), + [10078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2532), + [10080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1987), + [10082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6382), + [10084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6383), + [10086] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_component, 2, 0, 15), + [10088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6388), + [10090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2237), + [10092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4943), + [10094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2210), + [10096] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entity_specification, 3, 0, 0), + [10098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3470), + [10100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6401), + [10102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6402), + [10104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6098), + [10106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6407), + [10108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4756), + [10110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4424), + [10112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4425), + [10114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6195), + [10116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4426), + [10118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3546), + [10120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6420), + [10122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6421), + [10124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7841), + [10126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6426), + [10128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8070), + [10130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4940), + [10132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4193), + [10134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4429), + [10136] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_context, 3, 0, 0), + [10138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2286), + [10140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6439), + [10142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6440), + [10144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4400), + [10146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6445), + [10148] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_entity, 3, 0, 36), + [10150] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_file_open_information, 2, 0, 0), + [10152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1755), + [10154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2545), + [10156] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_verification_unit_binding_indication, 3, 0, 0), + [10158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2211), + [10160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4188), + [10162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6458), + [10164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6459), + [10166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3277), + [10168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6464), + [10170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2119), + [10172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4163), + [10174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4159), + [10176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3274), + [10178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2573), + [10180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6477), + [10182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6478), + [10184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2264), + [10186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6483), + [10188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2263), + [10190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4942), + [10192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4938), + [10194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4937), + [10196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2260), + [10198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3270), + [10200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4935), + [10202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6496), + [10204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6497), + [10206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2215), + [10208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6502), + [10210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1259), + [10212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2456), + [10214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3972), + [10216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8039), + [10218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4093), + [10220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5104), + [10222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1981), + [10224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6515), + [10226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6516), + [10228] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_package_body, 2, 0, 30), + [10230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6521), + [10232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2219), + [10234] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_package, 3, 0, 39), + [10236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2220), + [10238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3256), + [10240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2221), + [10242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2446), + [10244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7198), + [10246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6534), + [10248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6535), + [10250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2229), + [10252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6540), + [10254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3254), + [10256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2967), + [10258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4157), + [10260] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_generate, 3, 0, 0), + [10262] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__elsif_else_statement, 1, 0, 0), + [10264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1980), + [10266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6553), + [10268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6554), + [10270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(963), + [10272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6559), + [10274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(878), + [10276] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_if, 3, 0, 0), + [10278] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_loop, 3, 0, 0), + [10280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2971), + [10282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2976), + [10284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(877), + [10286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6572), + [10288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6573), + [10290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2983), + [10292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6578), + [10294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2217), + [10296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2989), + [10298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2199), + [10300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2990), + [10302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2991), + [10304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2198), + [10306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6584), + [10308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6585), + [10310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2992), + [10312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6586), + [10314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2995), + [10316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2994), + [10318] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_process, 4, 0, 0), + [10320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4085), + [10322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2235), + [10324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(849), + [10326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6591), + [10328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6592), + [10330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3251), + [10332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6593), + [10334] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_access_type_definition, 3, 0, 0), + [10336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2196), + [10338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4148), + [10340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2691), + [10342] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_block, 3, 0, 0), + [10344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4155), + [10346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6598), + [10348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6599), + [10350] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_file_type_definition, 3, 0, 22), + [10352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6601), + [10354] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_type_instantiation_definition, 3, 0, 0), + [10356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8077), + [10358] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_type_body, 3, 0, 0), + [10360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4149), + [10362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4731), + [10364] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_type_declaration, 3, 0, 0), + [10366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3558), + [10368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6604), + [10370] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_type_definition, 3, 0, 0), + [10372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4115), + [10374] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumeration_type_definition, 3, 0, 0), + [10376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5184), + [10378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4143), + [10380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6607), + [10382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2658), + [10384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4099), + [10386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4520), + [10388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5141), + [10390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(494), + [10392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6579), + [10394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3236), + [10396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6574), + [10398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2240), + [10400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2102), + [10402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6569), + [10404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1988), + [10406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3240), + [10408] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_guarded_signal_specification, 3, 0, 22), + [10410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3461), + [10412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1787), + [10414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4110), + [10416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5134), + [10418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4388), + [10420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4161), + [10422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1788), + [10424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2565), + [10426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7154), + [10428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(865), + [10430] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pathname_element, 4, 0, 0), + [10432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4177), + [10434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(863), + [10436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(862), + [10438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8364), + [10440] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__directive, 1, 0, 0), + [10442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8363), + [10444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3332), + [10446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5130), + [10448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1794), + [10450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7214), + [10452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(860), + [10454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4975), + [10456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1020), + [10458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2669), + [10460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3847), + [10462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4037), + [10464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3564), + [10466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(431), + [10468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3567), + [10470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4134), + [10472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4126), + [10474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2676), + [10476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3569), + [10478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3571), + [10480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3578), + [10482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2104), + [10484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3369), + [10486] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_else_conditional_analysis, 1, 0, 0), + [10488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3364), + [10490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4511), + [10492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2776), + [10494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2780), + [10496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4043), + [10498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1875), + [10500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1881), + [10502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1882), + [10504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3356), + [10506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(933), + [10508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1884), + [10510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2504), + [10512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2348), + [10514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(936), + [10516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3573), + [10518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3116), + [10520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3117), + [10522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3118), + [10524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(958), + [10526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2330), + [10528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(974), + [10530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4116), + [10532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4050), + [10534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(397), + [10536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5160), + [10538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4331), + [10540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1945), + [10542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1947), + [10544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3390), + [10546] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_end, 3, 0, 41), + [10548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3391), + [10550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3393), + [10552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3280), + [10554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3260), + [10556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1959), + [10558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3284), + [10560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3395), + [10562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2483), + [10564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2556), + [10566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3199), + [10568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2591), + [10570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3304), + [10572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6824), + [10574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(830), + [10576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3311), + [10578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3945), + [10580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2136), + [10582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4064), + [10584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3534), + [10586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(439), + [10588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3520), + [10590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2055), + [10592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2057), + [10594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2059), + [10596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1968), + [10598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2061), + [10600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3513), + [10602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3498), + [10604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3494), + [10606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2064), + [10608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2070), + [10610] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(), + [10612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4108), + [10614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2773), + [10616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2775), + [10618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4069), + [10620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2072), + [10622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2660), + [10624] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_design_file, 1, 0, 0), + [10626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2438), + [10628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4410), + [10630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3338), + [10632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2449), + [10634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3463), + [10636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3147), + [10638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3148), + [10640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3149), + [10642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2241), + [10644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7294), + [10646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4076), + [10648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(395), + [10650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2242), + [10652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2110), + [10654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5205), + [10656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2127), + [10658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2128), + [10660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2129), + [10662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2130), + [10664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2131), + [10666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2134), + [10668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3342), + [10670] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_else_generate, 2, 0, 0), + [10672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2497), + [10674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4694), + [10676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2547), + [10678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(945), + [10680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4104), + [10682] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_generate, 5, 0, 0), + [10684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3239), + [10686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2581), + [10688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4080), + [10690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3441), + [10692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(471), + [10694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3490), + [10696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3347), + [10698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3346), + [10700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8113), + [10702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4095), + [10704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3495), + [10706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3496), + [10708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3502), + [10710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3345), + [10712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4797), + [10714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4813), + [10716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2778), + [10718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4088), + [10720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2187), + [10722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2189), + [10724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2190), + [10726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3243), + [10728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4815), + [10730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3530), + [10732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3171), + [10734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3173), + [10736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3175), + [10738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3825), + [10740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2192), + [10742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4988), + [10744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2754), + [10746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4098), + [10748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(396), + [10750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2248), + [10752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2600), + [10754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4083), + [10756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4168), + [10758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5098), + [10760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2561), + [10762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5046), + [10764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4074), + [10766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2551), + [10768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3514), + [10770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3516), + [10772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4103), + [10774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3576), + [10776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3580), + [10778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4885), + [10780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4886), + [10782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4891), + [10784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4097), + [10786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3583), + [10788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3531), + [10790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3525), + [10792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2779), + [10794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4111), + [10796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4883), + [10798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4031), + [10800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1552), + [10802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4113), + [10804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3475), + [10806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3193), + [10808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3194), + [10810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3206), + [10812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2486), + [10814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4118), + [10816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(399), + [10818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2256), + [10820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4978), + [10822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4067), + [10824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5782), + [10826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3281), + [10828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2525), + [10830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4122), + [10832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3532), + [10834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3543), + [10836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2472), + [10838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3547), + [10840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3554), + [10842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4131), + [10844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4345), + [10846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3555), + [10848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3228), + [10850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3230), + [10852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3231), + [10854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4136), + [10856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(400), + [10858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2261), + [10860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4977), + [10862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3574), + [10864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4141), + [10866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4142), + [10868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3458), + [10870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3235), + [10872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3234), + [10874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3233), + [10876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4145), + [10878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(401), + [10880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2265), + [10882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3229), + [10884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3227), + [10886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3226), + [10888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(407), + [10890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3225), + [10892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3224), + [10894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3223), + [10896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3222), + [10898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3221), + [10900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3220), + [10902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3219), + [10904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3218), + [10906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3217), + [10908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3214), + [10910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3213), + [10912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3212), + [10914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3210), + [10916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3209), + [10918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3208), + [10920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3207), + [10922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3205), + [10924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3204), + [10926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3203), + [10928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3202), + [10930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3201), + [10932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3200), + [10934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3198), + [10936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3197), + [10938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3196), + [10940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3195), + [10942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3191), + [10944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3188), + [10946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3187), + [10948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3186), + [10950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3184), + [10952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3183), + [10954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3179), + [10956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3167), + [10958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3165), + [10960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3164), + [10962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3155), + [10964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3153), + [10966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3146), + [10968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3144), + [10970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3139), + [10972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3137), + [10974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3136), + [10976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3135), + [10978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3134), + [10980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3133), + [10982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3132), + [10984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3131), + [10986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3130), + [10988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3129), + [10990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3128), + [10992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3126), + [10994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3124), + [10996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3123), + [10998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3121), + [11000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3120), + [11002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3119), + [11004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3115), + [11006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3114), + [11008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3112), + [11010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3111), + [11012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3109), + [11014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3108), + [11016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3107), + [11018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3106), + [11020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3105), + [11022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3104), + [11024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3103), + [11026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3102), + [11028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3099), + [11030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3098), + [11032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3096), + [11034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3095), + [11036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3094), + [11038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3093), + [11040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3092), + [11042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3091), + [11044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3087), + [11046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3086), + [11048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3085), + [11050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3084), + [11052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3083), + [11054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3082), + [11056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3081), + [11058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3080), + [11060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3079), + [11062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3078), + [11064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3077), + [11066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3076), + [11068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3075), + [11070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3074), + [11072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3073), + [11074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3072), + [11076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3070), + [11078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3069), + [11080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3068), + [11082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3066), + [11084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3065), + [11086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3064), + [11088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3063), + [11090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3062), + [11092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3061), + [11094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3060), + [11096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3059), + [11098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3058), + [11100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3056), + [11102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3055), + [11104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3054), + [11106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3053), + [11108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3052), + [11110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3050), + [11112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3049), + [11114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3048), + [11116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3047), + [11118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3046), + [11120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3045), + [11122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3044), + [11124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3043), + [11126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3042), + [11128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3041), + [11130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3040), + [11132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3039), + [11134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3038), + [11136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3037), + [11138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3036), + [11140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3035), + [11142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3034), + [11144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3033), + [11146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3032), + [11148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3553), + [11150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3249), + [11152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3563), + [11154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3991), + [11156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3562), + [11158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3561), + [11160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5194), + [11162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5521), + [11164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8127), + [11166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4046), + [11168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4985), + [11170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3551), + [11172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(959), + [11174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2516), + [11176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4717), + [11178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2471), + [11180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4029), + [11182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2714), + [11184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2996), + [11186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3340), + [11188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2268), + [11190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3337), + [11192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5044), + [11194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3875), + [11196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5045), + [11198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2277), + [11200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2269), + [11202] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_else_statement, 2, 0, 0), + [11204] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 5, 0, 0), + [11206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5047), + [11208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3245), + [11210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3326), + [11212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2982), + [11214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2981), + [11216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2980), + [11218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2979), + [11220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2978), + [11222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3263), + [11224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5048), + [11226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2620), + [11228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2623), + [11230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3267), + [11232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4032), + [11234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2977), + [11236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2975), + [11238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3269), + [11240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2964), + [11242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2274), + [11244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3013), + [11246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2643), + [11248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3028), + [11250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6368), + [11252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4300), + [11254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3877), + [11256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3278), + [11258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3672), + [11260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6566), + [11262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5107), + [11264] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_type_body, 4, 0, 0), + [11266] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_type_declaration_end, 3, 0, 0), + [11268] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_type_declaration, 4, 0, 0), + [11270] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_record, 3, 0, 0), + [11272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5301), + [11274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6570), + [11276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(956), + [11278] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumeration_type_definition, 4, 0, 0), + [11280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3252), + [11282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3255), + [11284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5109), + [11286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3029), + [11288] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_physical_type_definition, 4, 0, 0), + [11290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4691), + [11292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6577), + [11294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3261), + [11296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3007), + [11298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2222), + [11300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2701), + [11302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3890), + [11304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3692), + [11306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4652), + [11308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3291), + [11310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3292), + [11312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2719), + [11314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(798), + [11316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3703), + [11318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5762), + [11320] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_else_generate, 3, 0, 0), + [11322] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_physical_type_definition, 5, 0, 0), + [11324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2278), + [11326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3930), + [11328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2280), + [11330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3005), + [11332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3894), + [11334] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_architecture, 2, 0, 49), + [11336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(972), + [11338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(995), + [11340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(987), + [11342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8159), + [11344] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_configuration, 2, 0, 16), + [11346] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_file_open_information, 4, 0, 0), + [11348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(986), + [11350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(968), + [11352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4030), + [11354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5478), + [11356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3010), + [11358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3896), + [11360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5756), + [11362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(957), + [11364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2748), + [11366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1608), + [11368] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_package_body, 4, 0, 54), + [11370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4685), + [11372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2963), + [11374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3897), + [11376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2961), + [11378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2960), + [11380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4682), + [11382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1586), + [11384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4681), + [11386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5254), + [11388] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__element_mode_indication, 1, 0, 0), + [11390] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__element_mode_view_indication, 1, 0, 0), + [11392] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_view, 3, 0, 55), + [11394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4680), + [11396] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_case, 4, 0, 0), + [11398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(808), + [11400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1160), + [11402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3313), + [11404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3314), + [11406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1847), + [11408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2276), + [11410] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_architecture, 3, 0, 57), + [11412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8184), + [11414] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_configuration, 3, 0, 58), + [11416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1851), + [11418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6413), + [11420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1852), + [11422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1853), + [11424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5366), + [11426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1854), + [11428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4654), + [11430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1857), + [11432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1859), + [11434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2939), + [11436] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_type_body_end, 4, 0, 0), + [11438] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_units, 3, 0, 0), + [11440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5309), + [11442] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_element_record_mode_view_indication, 2, 0, 45), + [11444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2752), + [11446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2647), + [11448] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_elsif_generate, 5, 0, 0), + [11450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3316), + [11452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6423), + [11454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8196), + [11456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3293), + [11458] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_elsif_statement, 5, 0, 0), + [11460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5321), + [11462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8198), + [11464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3319), + [11466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2662), + [11468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6446), + [11470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4035), + [11472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2114), + [11474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2115), + [11476] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_element_array_mode_view_indication, 4, 0, 55), + [11478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4747), + [11480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4749), + [11482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6449), + [11484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4758), + [11486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6455), + [11488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6456), + [11490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4760), + [11492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6460), + [11494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4763), + [11496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4775), + [11498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4783), + [11500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2768), + [11502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2762), + [11504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4672), + [11506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2709), + [11508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3327), + [11510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2117), + [11512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3333), + [11514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3923), + [11516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3926), + [11518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3928), + [11520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3929), + [11522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2721), + [11524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3335), + [11526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3934), + [11528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3336), + [11530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3936), + [11532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1643), + [11534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2753), + [11536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4028), + [11538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2944), + [11540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5558), + [11542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3859), + [11544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8360), + [11546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1934), + [11548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1936), + [11550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1937), + [11552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1939), + [11554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1940), + [11556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2718), + [11558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1949), + [11560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1951), + [11562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3350), + [11564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1953), + [11566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5116), + [11568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2760), + [11570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4396), + [11572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2945), + [11574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3440), + [11576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2771), + [11578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2531), + [11580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5083), + [11582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5463), + [11584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4387), + [11586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2749), + [11588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3460), + [11590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7650), + [11592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1023), + [11594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5094), + [11596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3920), + [11598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4392), + [11600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1284), + [11602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3540), + [11604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8362), + [11606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5450), + [11608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1287), + [11610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5053), + [11612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1288), + [11614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4391), + [11616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1289), + [11618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1290), + [11620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5054), + [11622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3726), + [11624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4390), + [11626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1296), + [11628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3751), + [11630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5085), + [11632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1298), + [11634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4398), + [11636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3671), + [11638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2681), + [11640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4397), + [11642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1986), + [11644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3932), + [11646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1071), + [11648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4752), + [11650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1998), + [11652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3902), + [11654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3901), + [11656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4707), + [11658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4724), + [11660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5425), + [11662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4795), + [11664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4839), + [11666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4887), + [11668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4881), + [11670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4872), + [11672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4869), + [11674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4863), + [11676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4853), + [11678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1042), + [11680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1014), + [11682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4765), + [11684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1000), + [11686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4759), + [11688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1002), + [11690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4742), + [11692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5122), + [11694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2759), + [11696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2640), + [11698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3893), + [11700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3891), + [11702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2950), + [11704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3810), + [11706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2627), + [11708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5119), + [11710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2946), + [11712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3844), + [11714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3846), + [11716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3840), + [11718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3941), + [11720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1048), + [11722] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_line_comment, 2, 0, 0), + [11724] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__tool_directive, 3, 0, 0), + [11726] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block_comment, 3, 0, 0), }; enum ts_external_scanner_symbol_identifiers { @@ -332983,6 +332983,7 @@ static const bool ts_external_scanner_states[291][EXTERNAL_TOKEN_COUNT] = { [ts_external_token_NULL] = true, [ts_external_token_OR] = true, [ts_external_token_REJECT] = true, + [ts_external_token_RELEASE] = true, [ts_external_token_TRANSPORT] = true, [ts_external_token_UNAFFECTED] = true, [ts_external_token_XNOR] = true, @@ -333022,7 +333023,6 @@ static const bool ts_external_scanner_states[291][EXTERNAL_TOKEN_COUNT] = { [ts_external_token_NULL] = true, [ts_external_token_OR] = true, [ts_external_token_REJECT] = true, - [ts_external_token_RELEASE] = true, [ts_external_token_TRANSPORT] = true, [ts_external_token_UNAFFECTED] = true, [ts_external_token_XNOR] = true, @@ -333535,6 +333535,31 @@ static const bool ts_external_scanner_states[291][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__block_comment_start] = true, }, [28] = { + [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_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_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, + }, + [29] = { [ts_external_token_ALIAS] = true, [ts_external_token_ATTRIBUTE] = true, [ts_external_token_BEGIN] = true, @@ -333562,8 +333587,10 @@ static const bool ts_external_scanner_states[291][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_BUS] = true, + [ts_external_token_DOWNTO] = true, [ts_external_token_GENERIC] = true, [ts_external_token_MOD] = true, [ts_external_token_NAND] = true, @@ -333577,24 +333604,21 @@ static const bool ts_external_scanner_states[291][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, [ts_external_token__line_comment_start] = true, [ts_external_token__block_comment_start] = true, }, - [30] = { + [31] = { [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_PARAMETER] = true, - [ts_external_token_REGISTER] = true, [ts_external_token_REM] = true, [ts_external_token_ROL] = true, [ts_external_token_ROR] = true, @@ -333602,16 +333626,15 @@ static const bool ts_external_scanner_states[291][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, }, - [31] = { + [32] = { [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, @@ -333619,6 +333642,7 @@ static const bool ts_external_scanner_states[291][EXTERNAL_TOKEN_COUNT] = { [ts_external_token_NOR] = true, [ts_external_token_OR] = true, [ts_external_token_PARAMETER] = true, + [ts_external_token_RANGE] = true, [ts_external_token_REM] = true, [ts_external_token_ROL] = true, [ts_external_token_ROR] = true, @@ -333633,7 +333657,7 @@ static const bool ts_external_scanner_states[291][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__line_comment_start] = true, [ts_external_token__block_comment_start] = true, }, - [32] = { + [33] = { [ts_external_token_AND] = true, [ts_external_token_DOWNTO] = true, [ts_external_token_GENERIC] = true, @@ -333658,7 +333682,7 @@ static const bool ts_external_scanner_states[291][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__line_comment_start] = true, [ts_external_token__block_comment_start] = true, }, - [33] = { + [34] = { [ts_external_token_AND] = true, [ts_external_token_DOWNTO] = true, [ts_external_token_GENERIC] = true, @@ -333667,7 +333691,6 @@ static const bool ts_external_scanner_states[291][EXTERNAL_TOKEN_COUNT] = { [ts_external_token_NOR] = true, [ts_external_token_OR] = true, [ts_external_token_PARAMETER] = true, - [ts_external_token_RANGE] = true, [ts_external_token_REM] = true, [ts_external_token_ROL] = true, [ts_external_token_ROR] = true, @@ -333676,13 +333699,14 @@ static const bool ts_external_scanner_states[291][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, }, - [34] = { + [35] = { [ts_external_token_ALIAS] = true, [ts_external_token_ATTRIBUTE] = true, [ts_external_token_BEGIN] = true, @@ -333709,16 +333733,16 @@ static const bool ts_external_scanner_states[291][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__line_comment_start] = true, [ts_external_token__block_comment_start] = true, }, - [35] = { + [36] = { [ts_external_token_AND] = true, - [ts_external_token_DOWNTO] = 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_OF] = 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, @@ -333726,14 +333750,13 @@ static const bool ts_external_scanner_states[291][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, }, - [36] = { + [37] = { [ts_external_token_AND] = true, [ts_external_token_BUS] = true, [ts_external_token_GENERIC] = true, @@ -333742,7 +333765,6 @@ static const bool ts_external_scanner_states[291][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, @@ -333756,9 +333778,9 @@ static const bool ts_external_scanner_states[291][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, @@ -333772,21 +333794,21 @@ static const bool ts_external_scanner_states[291][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, }, - [38] = { + [39] = { [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_OF] = true, [ts_external_token_OR] = true, [ts_external_token_PARAMETER] = true, [ts_external_token_REM] = true, @@ -333796,15 +333818,17 @@ static const bool ts_external_scanner_states[291][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, }, - [39] = { - [ts_external_token_AFTER] = true, + [40] = { [ts_external_token_AND] = true, + [ts_external_token_DOWNTO] = true, + [ts_external_token_GENERATE] = true, [ts_external_token_GENERIC] = true, [ts_external_token_MOD] = true, [ts_external_token_NAND] = true, @@ -333818,26 +333842,26 @@ static const bool ts_external_scanner_states[291][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, [ts_external_token__line_comment_start] = true, [ts_external_token__block_comment_start] = true, }, - [40] = { + [41] = { [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_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, @@ -333848,14 +333872,14 @@ static const bool ts_external_scanner_states[291][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_DOWNTO] = true, [ts_external_token_GENERIC] = true, - [ts_external_token_IS] = true, + [ts_external_token_LOOP] = 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, @@ -333865,16 +333889,15 @@ static const bool ts_external_scanner_states[291][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, }, - [42] = { + [43] = { [ts_external_token_AND] = true, - [ts_external_token_DOWNTO] = true, - [ts_external_token_GENERATE] = true, [ts_external_token_GENERIC] = true, [ts_external_token_MOD] = true, [ts_external_token_NAND] = true, @@ -333882,20 +333905,21 @@ static const bool ts_external_scanner_states[291][EXTERNAL_TOKEN_COUNT] = { [ts_external_token_OR] = true, [ts_external_token_PARAMETER] = 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, [ts_external_token__line_comment_start] = true, [ts_external_token__block_comment_start] = true, }, - [43] = { + [44] = { [ts_external_token_ALIAS] = true, [ts_external_token_ATTRIBUTE] = true, [ts_external_token_BEGIN] = true, @@ -333922,7 +333946,7 @@ static const bool ts_external_scanner_states[291][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__line_comment_start] = true, [ts_external_token__block_comment_start] = true, }, - [44] = { + [45] = { [ts_external_token_AND] = true, [ts_external_token_DOWNTO] = true, [ts_external_token_GENERIC] = true, @@ -333946,11 +333970,9 @@ static const bool ts_external_scanner_states[291][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__line_comment_start] = true, [ts_external_token__block_comment_start] = true, }, - [45] = { + [46] = { [ts_external_token_AND] = true, - [ts_external_token_DOWNTO] = 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, @@ -333959,18 +333981,18 @@ static const bool ts_external_scanner_states[291][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_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, }, - [46] = { + [47] = { [ts_external_token_ALIAS] = true, [ts_external_token_ATTRIBUTE] = true, [ts_external_token_BEGIN] = true, @@ -333996,13 +334018,13 @@ static const bool ts_external_scanner_states[291][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__line_comment_start] = true, [ts_external_token__block_comment_start] = true, }, - [47] = { + [48] = { [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, @@ -334018,31 +334040,35 @@ static const bool ts_external_scanner_states[291][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__line_comment_start] = true, [ts_external_token__block_comment_start] = true, }, - [48] = { - [ts_external_token_AND] = true, + [49] = { + [ts_external_token_ALIAS] = true, + [ts_external_token_ATTRIBUTE] = 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_FUNCTION] = 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_UNITS] = true, - [ts_external_token_XNOR] = true, - [ts_external_token_XOR] = true, + [ts_external_token_GROUP] = true, + [ts_external_token_IMPURE] = true, + [ts_external_token_NEW] = 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] = { + [50] = { [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, @@ -334056,19 +334082,20 @@ static const bool ts_external_scanner_states[291][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, }, - [50] = { + [51] = { [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, @@ -334084,35 +334111,9 @@ static const bool ts_external_scanner_states[291][EXTERNAL_TOKEN_COUNT] = { [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, - [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_NEW] = 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, - }, [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, @@ -334122,7 +334123,6 @@ static const bool ts_external_scanner_states[291][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, @@ -334134,14 +334134,13 @@ static const bool ts_external_scanner_states[291][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__block_comment_start] = true, }, [53] = { + [ts_external_token_identifier] = true, [ts_external_token_AND] = true, - [ts_external_token_GENERIC] = true, - [ts_external_token_LOOP] = 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, @@ -334149,11 +334148,16 @@ static const bool ts_external_scanner_states[291][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_AND] = true, @@ -334188,11 +334192,11 @@ static const bool ts_external_scanner_states[291][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, [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, @@ -334200,13 +334204,13 @@ static const bool ts_external_scanner_states[291][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__block_comment_start] = true, }, [56] = { - [ts_external_token_identifier] = 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_OR] = true, + [ts_external_token_PARAMETER] = true, [ts_external_token_REM] = true, [ts_external_token_ROL] = true, [ts_external_token_ROR] = true, @@ -334214,16 +334218,12 @@ static const bool ts_external_scanner_states[291][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_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, - [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, }, [57] = { [ts_external_token_AND] = true, @@ -334248,28 +334248,6 @@ static const bool ts_external_scanner_states[291][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__block_comment_start] = true, }, [58] = { - [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_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_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, - }, - [59] = { [ts_external_token_ALIAS] = true, [ts_external_token_ATTRIBUTE] = true, [ts_external_token_BEGIN] = true, @@ -334295,6 +334273,28 @@ static const bool ts_external_scanner_states[291][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__line_comment_start] = true, [ts_external_token__block_comment_start] = true, }, + [59] = { + [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, + [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, + }, [60] = { [ts_external_token_AND] = true, [ts_external_token_GENERATE] = true, @@ -334415,6 +334415,7 @@ static const bool ts_external_scanner_states[291][EXTERNAL_TOKEN_COUNT] = { [ts_external_token_library_type] = true, }, [65] = { + [ts_external_token_identifier] = true, [ts_external_token_AND] = true, [ts_external_token_MOD] = true, [ts_external_token_NAND] = true, @@ -334427,13 +334428,40 @@ static const bool ts_external_scanner_states[291][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_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, }, [66] = { + [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_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__grave_accent] = true, + [ts_external_token__line_comment_start] = true, + [ts_external_token__block_comment_start] = true, + }, + [67] = { [ts_external_token_ALIAS] = true, [ts_external_token_ATTRIBUTE] = true, [ts_external_token_COMPONENT] = true, @@ -334458,28 +334486,8 @@ static const bool ts_external_scanner_states[291][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__line_comment_start] = true, [ts_external_token__block_comment_start] = true, }, - [67] = { - [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, - }, [68] = { [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, @@ -334491,7 +334499,6 @@ static const bool ts_external_scanner_states[291][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, @@ -334501,39 +334508,29 @@ static const bool ts_external_scanner_states[291][EXTERNAL_TOKEN_COUNT] = { }, [69] = { [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_WHEN] = true, - [ts_external_token_XNOR] = true, - [ts_external_token_XOR] = 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_unit] = true, + [ts_external_token_library_constant_std_logic] = 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, @@ -334541,16 +334538,11 @@ static const bool ts_external_scanner_states[291][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, }, [71] = { [ts_external_token_identifier] = true, @@ -334561,6 +334553,7 @@ static const bool ts_external_scanner_states[291][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, @@ -334580,7 +334573,10 @@ static const bool ts_external_scanner_states[291][EXTERNAL_TOKEN_COUNT] = { [ts_external_token_library_type] = true, }, [72] = { + [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, @@ -334592,12 +334588,16 @@ static const bool ts_external_scanner_states[291][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, [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, }, [73] = { [ts_external_token_AND] = true, @@ -334607,7 +334607,6 @@ static const bool ts_external_scanner_states[291][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, @@ -334630,6 +334629,7 @@ static const bool ts_external_scanner_states[291][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, @@ -334645,13 +334645,54 @@ static const bool ts_external_scanner_states[291][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__block_comment_start] = true, }, [75] = { + [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_WHEN] = 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, + }, + [76] = { + [ts_external_token_ALIAS] = true, + [ts_external_token_ATTRIBUTE] = true, + [ts_external_token_BEGIN] = true, + [ts_external_token_CONSTANT] = true, + [ts_external_token_FILE] = true, + [ts_external_token_FUNCTION] = true, + [ts_external_token_GROUP] = true, + [ts_external_token_IMPURE] = true, + [ts_external_token_IS] = true, + [ts_external_token_PACKAGE] = true, + [ts_external_token_PROCEDURE] = true, + [ts_external_token_PURE] = 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__grave_accent] = true, + [ts_external_token__line_comment_start] = true, + [ts_external_token__block_comment_start] = true, + }, + [77] = { [ts_external_token_identifier] = true, [ts_external_token_AND] = true, [ts_external_token_DOWNTO] = 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_REM] = true, [ts_external_token_ROL] = true, @@ -334671,15 +334712,14 @@ static const bool ts_external_scanner_states[291][EXTERNAL_TOKEN_COUNT] = { [ts_external_token_library_function] = true, [ts_external_token_library_type] = true, }, - [76] = { + [78] = { [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, @@ -334699,46 +334739,6 @@ static const bool ts_external_scanner_states[291][EXTERNAL_TOKEN_COUNT] = { [ts_external_token_library_function] = true, [ts_external_token_library_type] = true, }, - [77] = { - [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_WHEN] = 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_ALIAS] = true, - [ts_external_token_ATTRIBUTE] = true, - [ts_external_token_BEGIN] = true, - [ts_external_token_CONSTANT] = true, - [ts_external_token_FILE] = true, - [ts_external_token_FUNCTION] = true, - [ts_external_token_GROUP] = true, - [ts_external_token_IMPURE] = true, - [ts_external_token_IS] = true, - [ts_external_token_PACKAGE] = true, - [ts_external_token_PROCEDURE] = true, - [ts_external_token_PURE] = 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__grave_accent] = true, - [ts_external_token__line_comment_start] = true, - [ts_external_token__block_comment_start] = true, - }, [79] = { [ts_external_token_AND] = true, [ts_external_token_DOWNTO] = true, @@ -334785,17 +334785,16 @@ static const bool ts_external_scanner_states[291][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__block_comment_start] = true, }, [81] = { - [ts_external_token_identifier] = 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_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, @@ -334805,12 +334804,25 @@ static const bool ts_external_scanner_states[291][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__grave_accent] = true, [ts_external_token__line_comment_start] = true, [ts_external_token__block_comment_start] = true, + }, + [82] = { + [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_unit] = true, + [ts_external_token_library_constant_std_logic] = true, [ts_external_token_library_function] = true, [ts_external_token_library_type] = true, }, - [82] = { + [83] = { [ts_external_token_identifier] = true, [ts_external_token_ALIAS] = true, [ts_external_token_ARCHITECTURE] = true, @@ -334853,7 +334865,7 @@ static const bool ts_external_scanner_states[291][EXTERNAL_TOKEN_COUNT] = { [ts_external_token_library_type] = true, [ts_external_token__end_of_file] = true, }, - [83] = { + [84] = { [ts_external_token_identifier] = true, [ts_external_token_AND] = true, [ts_external_token_BUS] = true, @@ -334861,6 +334873,7 @@ static const bool ts_external_scanner_states[291][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, @@ -334878,43 +334891,32 @@ static const bool ts_external_scanner_states[291][EXTERNAL_TOKEN_COUNT] = { [ts_external_token_library_function] = true, [ts_external_token_library_type] = true, }, - [84] = { - [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, - }, [85] = { + [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, }, [86] = { [ts_external_token_identifier] = true, @@ -334972,7 +334974,7 @@ static const bool ts_external_scanner_states[291][EXTERNAL_TOKEN_COUNT] = { [88] = { [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, @@ -334984,8 +334986,6 @@ static const bool ts_external_scanner_states[291][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, @@ -335019,7 +335019,7 @@ static const bool ts_external_scanner_states[291][EXTERNAL_TOKEN_COUNT] = { }, [90] = { [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, @@ -335031,6 +335031,8 @@ static const bool ts_external_scanner_states[291][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, @@ -335038,6 +335040,74 @@ static const bool ts_external_scanner_states[291][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__block_comment_start] = true, }, [91] = { + [ts_external_token_AFTER] = 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_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, + }, + [92] = { + [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_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, + }, + [93] = { + [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_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_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, + }, + [94] = { [ts_external_token_AND] = true, [ts_external_token_DOWNTO] = true, [ts_external_token_MOD] = true, @@ -335059,7 +335129,58 @@ static const bool ts_external_scanner_states[291][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__line_comment_start] = true, [ts_external_token__block_comment_start] = true, }, - [92] = { + [95] = { + [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_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, + }, + [96] = { + [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, + }, + [97] = { [ts_external_token_identifier] = true, [ts_external_token_AND] = true, [ts_external_token_IS] = true, @@ -335085,129 +335206,6 @@ static const bool ts_external_scanner_states[291][EXTERNAL_TOKEN_COUNT] = { [ts_external_token_library_function] = true, [ts_external_token_library_type] = true, }, - [93] = { - [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_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_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_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_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_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, - }, - [95] = { - [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, - }, - [96] = { - [ts_external_token_AFTER] = 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_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, - }, - [97] = { - [ts_external_token_identifier] = true, - [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, - [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_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, - }, [98] = { [ts_external_token_identifier] = true, [ts_external_token_AND] = true, @@ -335264,7 +335262,8 @@ static const bool ts_external_scanner_states[291][EXTERNAL_TOKEN_COUNT] = { [100] = { [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, @@ -335276,6 +335275,7 @@ static const bool ts_external_scanner_states[291][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, @@ -335288,10 +335288,11 @@ static const bool ts_external_scanner_states[291][EXTERNAL_TOKEN_COUNT] = { }, [101] = { [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_REM] = true, [ts_external_token_ROL] = true, @@ -335307,9 +335308,9 @@ static const bool ts_external_scanner_states[291][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__block_comment_start] = true, }, [102] = { - [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, @@ -335321,20 +335322,17 @@ static const bool ts_external_scanner_states[291][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, }, [103] = { [ts_external_token_AND] = true, [ts_external_token_DOWNTO] = true, - [ts_external_token_IS] = true, + [ts_external_token_GENERATE] = true, [ts_external_token_MOD] = true, [ts_external_token_NAND] = true, [ts_external_token_NOR] = true, @@ -335355,11 +335353,11 @@ static const bool ts_external_scanner_states[291][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, @@ -335368,6 +335366,7 @@ static const bool ts_external_scanner_states[291][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, @@ -335376,8 +335375,7 @@ static const bool ts_external_scanner_states[291][EXTERNAL_TOKEN_COUNT] = { }, [105] = { [ts_external_token_AND] = true, - [ts_external_token_DOWNTO] = true, - [ts_external_token_GENERATE] = true, + [ts_external_token_GENERIC] = true, [ts_external_token_MOD] = true, [ts_external_token_NAND] = true, [ts_external_token_NOR] = true, @@ -335389,7 +335387,6 @@ static const bool ts_external_scanner_states[291][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, @@ -335397,9 +335394,9 @@ static const bool ts_external_scanner_states[291][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__block_comment_start] = true, }, [106] = { + [ts_external_token_identifier] = true, [ts_external_token_AND] = true, - [ts_external_token_DOWNTO] = true, - [ts_external_token_LOOP] = true, + [ts_external_token_FOR] = true, [ts_external_token_MOD] = true, [ts_external_token_NAND] = true, [ts_external_token_NOR] = true, @@ -335411,21 +335408,24 @@ static const bool ts_external_scanner_states[291][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, }, [107] = { - [ts_external_token_identifier] = true, [ts_external_token_AND] = true, - [ts_external_token_FOR] = 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, @@ -335433,15 +335433,13 @@ static const bool ts_external_scanner_states[291][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, }, [108] = { [ts_external_token_identifier] = true, @@ -335449,7 +335447,6 @@ static const bool ts_external_scanner_states[291][EXTERNAL_TOKEN_COUNT] = { [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, @@ -335458,6 +335455,7 @@ static const bool ts_external_scanner_states[291][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, @@ -335469,27 +335467,29 @@ static const bool ts_external_scanner_states[291][EXTERNAL_TOKEN_COUNT] = { [ts_external_token_library_type] = true, }, [109] = { + [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_RANGE] = true, [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_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, }, [110] = { [ts_external_token_identifier] = true, @@ -335497,11 +335497,11 @@ static const bool ts_external_scanner_states[291][EXTERNAL_TOKEN_COUNT] = { [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, [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, @@ -335519,6 +335519,7 @@ static const bool ts_external_scanner_states[291][EXTERNAL_TOKEN_COUNT] = { [111] = { [ts_external_token_identifier] = 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, @@ -335530,7 +335531,6 @@ static const bool ts_external_scanner_states[291][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, @@ -335562,49 +335562,9 @@ static const bool ts_external_scanner_states[291][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__block_comment_start] = true, }, [113] = { - [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_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__grave_accent] = true, - [ts_external_token__line_comment_start] = true, - [ts_external_token__block_comment_start] = 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, - [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, - }, - [115] = { [ts_external_token_identifier] = true, [ts_external_token_AND] = true, - [ts_external_token_IS] = true, + [ts_external_token_LOOP] = true, [ts_external_token_MOD] = true, [ts_external_token_NAND] = true, [ts_external_token_NOR] = true, @@ -335626,7 +335586,7 @@ static const bool ts_external_scanner_states[291][EXTERNAL_TOKEN_COUNT] = { [ts_external_token_library_function] = true, [ts_external_token_library_type] = true, }, - [116] = { + [114] = { [ts_external_token_identifier] = true, [ts_external_token_AND] = true, [ts_external_token_MOD] = true, @@ -335651,13 +335611,12 @@ static const bool ts_external_scanner_states[291][EXTERNAL_TOKEN_COUNT] = { [ts_external_token_library_function] = true, [ts_external_token_library_type] = true, }, - [117] = { - [ts_external_token_identifier] = true, + [115] = { [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, + [ts_external_token_OF] = true, [ts_external_token_OR] = true, [ts_external_token_REM] = true, [ts_external_token_ROL] = true, @@ -335671,14 +335630,11 @@ static const bool ts_external_scanner_states[291][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] = { + [116] = { [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, @@ -335686,7 +335642,6 @@ static const bool ts_external_scanner_states[291][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, @@ -335701,16 +335656,16 @@ static const bool ts_external_scanner_states[291][EXTERNAL_TOKEN_COUNT] = { [ts_external_token_library_function] = true, [ts_external_token_library_type] = true, }, - [119] = { + [117] = { [ts_external_token_AND] = 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, [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, @@ -335721,10 +335676,9 @@ static const bool ts_external_scanner_states[291][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__line_comment_start] = true, [ts_external_token__block_comment_start] = true, }, - [120] = { - [ts_external_token_identifier] = true, + [118] = { [ts_external_token_AND] = true, - [ts_external_token_INERTIAL] = true, + [ts_external_token_ELSE] = true, [ts_external_token_MOD] = true, [ts_external_token_NAND] = true, [ts_external_token_NOR] = true, @@ -335741,14 +335695,9 @@ static const bool ts_external_scanner_states[291][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, }, - [121] = { + [119] = { [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, @@ -335760,14 +335709,16 @@ static const bool ts_external_scanner_states[291][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, }, - [122] = { + [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, @@ -335779,14 +335730,13 @@ static const bool ts_external_scanner_states[291][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, }, - [123] = { + [121] = { [ts_external_token_ALIAS] = true, [ts_external_token_ATTRIBUTE] = true, [ts_external_token_CONSTANT] = true, @@ -335807,7 +335757,7 @@ static const bool ts_external_scanner_states[291][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__line_comment_start] = true, [ts_external_token__block_comment_start] = true, }, - [124] = { + [122] = { [ts_external_token_identifier] = true, [ts_external_token_AND] = true, [ts_external_token_GENERATE] = true, @@ -335832,7 +335782,8 @@ static const bool ts_external_scanner_states[291][EXTERNAL_TOKEN_COUNT] = { [ts_external_token_library_function] = true, [ts_external_token_library_type] = true, }, - [125] = { + [123] = { + [ts_external_token_identifier] = true, [ts_external_token_AND] = true, [ts_external_token_INERTIAL] = true, [ts_external_token_MOD] = true, @@ -335851,8 +335802,13 @@ static const bool ts_external_scanner_states[291][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, }, - [126] = { + [124] = { + [ts_external_token_identifier] = true, [ts_external_token_AND] = true, [ts_external_token_MOD] = true, [ts_external_token_NAND] = true, @@ -335861,20 +335817,24 @@ static const bool ts_external_scanner_states[291][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, [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, [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, }, - [127] = { + [125] = { [ts_external_token_AND] = true, - [ts_external_token_IS] = true, + [ts_external_token_LOOP] = true, [ts_external_token_MOD] = true, [ts_external_token_NAND] = true, [ts_external_token_NOR] = true, @@ -335892,7 +335852,7 @@ static const bool ts_external_scanner_states[291][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__line_comment_start] = true, [ts_external_token__block_comment_start] = true, }, - [128] = { + [126] = { [ts_external_token_ALIAS] = true, [ts_external_token_ATTRIBUTE] = true, [ts_external_token_BEGIN] = true, @@ -335913,9 +335873,48 @@ static const bool ts_external_scanner_states[291][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__line_comment_start] = true, [ts_external_token__block_comment_start] = true, }, + [127] = { + [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_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_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, + }, + [128] = { + [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_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, + }, [129] = { [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, @@ -335927,6 +335926,7 @@ static const bool ts_external_scanner_states[291][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, @@ -335935,6 +335935,7 @@ static const bool ts_external_scanner_states[291][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, @@ -335942,7 +335943,6 @@ static const bool ts_external_scanner_states[291][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, @@ -336070,10 +336070,10 @@ static const bool ts_external_scanner_states[291][EXTERNAL_TOKEN_COUNT] = { }, [137] = { [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_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_character_literal] = true, [ts_external_token_operator_symbol] = true, @@ -336086,10 +336086,10 @@ static const bool ts_external_scanner_states[291][EXTERNAL_TOKEN_COUNT] = { }, [138] = { [ts_external_token_identifier] = true, - [ts_external_token_BUS] = true, - [ts_external_token_GENERIC] = true, - [ts_external_token_PARAMETER] = true, - [ts_external_token_RANGE] = true, + [ts_external_token_ASSERT] = true, + [ts_external_token_END] = 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, @@ -336177,21 +336177,6 @@ static const bool ts_external_scanner_states[291][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__block_comment_start] = true, }, [143] = { - [ts_external_token_identifier] = true, - [ts_external_token_ASSERT] = 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, - }, - [144] = { [ts_external_token_ARCHITECTURE] = true, [ts_external_token_COMPONENT] = true, [ts_external_token_CONFIGURATION] = true, @@ -336216,6 +336201,21 @@ static const bool ts_external_scanner_states[291][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__line_comment_start] = true, [ts_external_token__block_comment_start] = true, }, + [144] = { + [ts_external_token_identifier] = true, + [ts_external_token_ASSERT] = 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, + }, [145] = { [ts_external_token_identifier] = true, [ts_external_token_GENERIC] = true, @@ -336231,6 +336231,13 @@ static const bool ts_external_scanner_states[291][EXTERNAL_TOKEN_COUNT] = { [ts_external_token_library_type] = true, }, [146] = { + [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, + }, + [147] = { [ts_external_token_ALIAS] = true, [ts_external_token_ATTRIBUTE] = true, [ts_external_token_COMPONENT] = true, @@ -336256,13 +336263,6 @@ static const bool ts_external_scanner_states[291][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__line_comment_start] = true, [ts_external_token__block_comment_start] = true, }, - [147] = { - [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, - }, [148] = { [ts_external_token_identifier] = true, [ts_external_token_TYPE] = true, @@ -336277,20 +336277,6 @@ static const bool ts_external_scanner_states[291][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__grave_accent] = true, [ts_external_token_decimal_integer] = true, @@ -336306,6 +336292,20 @@ static const bool ts_external_scanner_states[291][EXTERNAL_TOKEN_COUNT] = { [ts_external_token_library_function] = true, [ts_external_token_library_type] = true, }, + [150] = { + [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, + }, [151] = { [ts_external_token_identifier] = true, [ts_external_token_ELSE] = true, @@ -336324,6 +336324,8 @@ static const bool ts_external_scanner_states[291][EXTERNAL_TOKEN_COUNT] = { }, [152] = { [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, @@ -336335,17 +336337,7 @@ static const bool ts_external_scanner_states[291][EXTERNAL_TOKEN_COUNT] = { [ts_external_token_library_type] = true, }, [153] = { - [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, - }, - [154] = { [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, @@ -336356,7 +336348,26 @@ static const bool ts_external_scanner_states[291][EXTERNAL_TOKEN_COUNT] = { [ts_external_token_library_function] = true, [ts_external_token_library_type] = true, }, + [154] = { + [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, + }, [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, [ts_external_token_FILE] = true, @@ -336368,23 +336379,11 @@ static const bool ts_external_scanner_states[291][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__line_comment_start] = true, [ts_external_token__block_comment_start] = true, }, - [156] = { + [157] = { [ts_external_token_BUS] = true, [ts_external_token_GENERIC] = true, [ts_external_token_PARAMETER] = 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, - }, - [157] = { - [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, @@ -336394,6 +336393,7 @@ static const bool ts_external_scanner_states[291][EXTERNAL_TOKEN_COUNT] = { [ts_external_token_GENERIC] = true, [ts_external_token_PARAMETER] = 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, @@ -336441,18 +336441,13 @@ static const bool ts_external_scanner_states[291][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__block_comment_start] = true, }, [162] = { - [ts_external_token_identifier] = true, - [ts_external_token_ASSERT] = true, - [ts_external_token_PROCESS] = true, + [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_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, }, [163] = { [ts_external_token_ACCESS] = true, @@ -336467,13 +336462,17 @@ static const bool ts_external_scanner_states[291][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__block_comment_start] = true, }, [164] = { - [ts_external_token_FOR] = true, - [ts_external_token_GENERIC] = true, - [ts_external_token_PARAMETER] = true, - [ts_external_token_UNTIL] = 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, + [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, }, [165] = { [ts_external_token_GENERIC] = true, @@ -336487,7 +336486,8 @@ static const bool ts_external_scanner_states[291][EXTERNAL_TOKEN_COUNT] = { }, [166] = { [ts_external_token_identifier] = true, - [ts_external_token_ALL] = true, + [ts_external_token_ASSERT] = true, + [ts_external_token_PROCESS] = true, [ts_external_token__grave_accent] = true, [ts_external_token_character_literal] = true, [ts_external_token_operator_symbol] = true, @@ -336515,23 +336515,23 @@ static const bool ts_external_scanner_states[291][EXTERNAL_TOKEN_COUNT] = { [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_OF] = true, [ts_external_token_PARAMETER] = 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, }, [170] = { [ts_external_token_GENERIC] = true, + [ts_external_token_IS] = 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, @@ -336545,11 +336545,9 @@ static const bool ts_external_scanner_states[291][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__block_comment_start] = true, }, [172] = { - [ts_external_token_END] = true, - [ts_external_token_FOR] = true, [ts_external_token_GENERIC] = true, + [ts_external_token_OF] = true, [ts_external_token_PARAMETER] = 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, @@ -336568,9 +336566,11 @@ static const bool ts_external_scanner_states[291][EXTERNAL_TOKEN_COUNT] = { [ts_external_token_library_type] = true, }, [174] = { + [ts_external_token_END] = true, + [ts_external_token_FOR] = true, [ts_external_token_GENERIC] = true, - [ts_external_token_IS] = true, [ts_external_token_PARAMETER] = 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, @@ -336585,6 +336585,19 @@ static const bool ts_external_scanner_states[291][EXTERNAL_TOKEN_COUNT] = { [ts_external_token_library_type] = true, }, [176] = { + [ts_external_token_identifier] = 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_namespace] = true, + [ts_external_token_library_type] = true, + }, + [177] = { [ts_external_token_GENERIC] = true, [ts_external_token_IS] = true, [ts_external_token_PARAMETER] = true, @@ -336593,7 +336606,7 @@ static const bool ts_external_scanner_states[291][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__line_comment_start] = true, [ts_external_token__block_comment_start] = true, }, - [177] = { + [178] = { [ts_external_token_identifier] = true, [ts_external_token__grave_accent] = true, [ts_external_token_character_literal] = true, @@ -336606,8 +336619,9 @@ static const bool ts_external_scanner_states[291][EXTERNAL_TOKEN_COUNT] = { [ts_external_token_library_function] = true, [ts_external_token_library_type] = true, }, - [178] = { + [179] = { [ts_external_token_identifier] = true, + [ts_external_token_RANGE] = true, [ts_external_token__grave_accent] = true, [ts_external_token_character_literal] = true, [ts_external_token_operator_symbol] = true, @@ -336616,10 +336630,9 @@ static const bool ts_external_scanner_states[291][EXTERNAL_TOKEN_COUNT] = { [ts_external_token_library_constant] = true, [ts_external_token_library_constant_std_logic] = true, [ts_external_token_library_function] = true, - [ts_external_token_library_namespace] = true, [ts_external_token_library_type] = true, }, - [179] = { + [180] = { [ts_external_token_AFTER] = true, [ts_external_token_GENERIC] = true, [ts_external_token_PARAMETER] = true, @@ -336627,24 +336640,10 @@ static const bool ts_external_scanner_states[291][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__line_comment_start] = true, [ts_external_token__block_comment_start] = true, }, - [180] = { - [ts_external_token_identifier] = 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, - }, [181] = { [ts_external_token_identifier] = 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_character_literal] = true, [ts_external_token_operator_symbol] = true, @@ -336659,6 +336658,7 @@ static const bool ts_external_scanner_states[291][EXTERNAL_TOKEN_COUNT] = { [ts_external_token_identifier] = 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_character_literal] = true, [ts_external_token_operator_symbol] = true, @@ -336683,19 +336683,13 @@ static const bool ts_external_scanner_states[291][EXTERNAL_TOKEN_COUNT] = { [ts_external_token_library_type] = true, }, [184] = { - [ts_external_token_END] = true, - [ts_external_token_FOR] = 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, }, [185] = { [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, @@ -336708,13 +336702,9 @@ static const bool ts_external_scanner_states[291][EXTERNAL_TOKEN_COUNT] = { [ts_external_token_library_type] = 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, @@ -336726,6 +336716,16 @@ static const bool ts_external_scanner_states[291][EXTERNAL_TOKEN_COUNT] = { [ts_external_token_library_function] = true, [ts_external_token_library_type] = true, }, + [187] = { + [ts_external_token_END] = true, + [ts_external_token_FOR] = 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, + }, [188] = { [ts_external_token_identifier] = true, [ts_external_token_NOT] = true, @@ -336738,21 +336738,6 @@ static const bool ts_external_scanner_states[291][EXTERNAL_TOKEN_COUNT] = { [ts_external_token_library_type] = true, }, [189] = { - [ts_external_token_ALIAS] = true, - [ts_external_token_ATTRIBUTE] = true, - [ts_external_token_END] = true, - [ts_external_token_FUNCTION] = true, - [ts_external_token_GENERIC] = 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, - }, - [190] = { [ts_external_token_ATTRIBUTE] = true, [ts_external_token_FOR] = true, [ts_external_token_GROUP] = true, @@ -336761,7 +336746,7 @@ static const bool ts_external_scanner_states[291][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__line_comment_start] = true, [ts_external_token__block_comment_start] = true, }, - [191] = { + [190] = { [ts_external_token_BUFFER] = true, [ts_external_token_IN] = true, [ts_external_token_INOUT] = true, @@ -336772,7 +336757,7 @@ static const bool ts_external_scanner_states[291][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__line_comment_start] = true, [ts_external_token__block_comment_start] = true, }, - [192] = { + [191] = { [ts_external_token_identifier] = true, [ts_external_token_IS] = true, [ts_external_token_RANGE] = true, @@ -336786,17 +336771,22 @@ static const bool ts_external_scanner_states[291][EXTERNAL_TOKEN_COUNT] = { [ts_external_token_library_function] = true, [ts_external_token_library_type] = true, }, - [193] = { - [ts_external_token_identifier] = true, + [192] = { + [ts_external_token_ALIAS] = true, + [ts_external_token_ATTRIBUTE] = true, [ts_external_token_END] = true, + [ts_external_token_FUNCTION] = true, + [ts_external_token_GENERIC] = 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, - [ts_external_token_library_constant] = true, - [ts_external_token_library_function] = true, - [ts_external_token_library_type] = true, }, - [194] = { + [193] = { [ts_external_token_identifier] = true, [ts_external_token_VUNIT] = true, [ts_external_token__grave_accent] = true, @@ -336807,7 +336797,7 @@ static const bool ts_external_scanner_states[291][EXTERNAL_TOKEN_COUNT] = { [ts_external_token_library_namespace] = true, [ts_external_token_library_type] = true, }, - [195] = { + [194] = { [ts_external_token_END] = true, [ts_external_token_FOR] = true, [ts_external_token_USE] = true, @@ -336815,7 +336805,7 @@ static const bool ts_external_scanner_states[291][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__line_comment_start] = true, [ts_external_token__block_comment_start] = true, }, - [196] = { + [195] = { [ts_external_token_identifier] = true, [ts_external_token_FUNCTION] = true, [ts_external_token_PROCEDURE] = true, @@ -336827,28 +336817,27 @@ static const bool ts_external_scanner_states[291][EXTERNAL_TOKEN_COUNT] = { [ts_external_token_library_function] = true, [ts_external_token_library_type] = true, }, - [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, + [196] = { + [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, }, - [198] = { - [ts_external_token_CONTEXT] = true, - [ts_external_token_END] = true, - [ts_external_token_LIBRARY] = true, - [ts_external_token_USE] = true, + [197] = { + [ts_external_token_identifier] = 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, }, - [199] = { + [198] = { [ts_external_token_GENERIC] = true, [ts_external_token_IS] = true, [ts_external_token_OF] = true, @@ -336857,11 +336846,23 @@ static const bool ts_external_scanner_states[291][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__line_comment_start] = true, [ts_external_token__block_comment_start] = true, }, + [199] = { + [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, + }, [200] = { [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, [ts_external_token__line_comment_start] = true, [ts_external_token__block_comment_start] = true, [ts_external_token_library_constant] = true, @@ -336880,20 +336881,19 @@ static const bool ts_external_scanner_states[291][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__block_comment_start] = true, }, [202] = { - [ts_external_token_identifier] = true, + [ts_external_token_CONTEXT] = true, + [ts_external_token_END] = true, + [ts_external_token_LIBRARY] = 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, - [ts_external_token_library_constant] = true, - [ts_external_token_library_function] = true, - [ts_external_token_library_namespace] = true, - [ts_external_token_library_type] = true, }, [203] = { [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, [ts_external_token__line_comment_start] = true, [ts_external_token__block_comment_start] = true, [ts_external_token_library_constant] = true, @@ -336911,15 +336911,6 @@ static const bool ts_external_scanner_states[291][EXTERNAL_TOKEN_COUNT] = { [ts_external_token_library_type] = true, }, [205] = { - [ts_external_token_END] = true, - [ts_external_token_GENERIC] = true, - [ts_external_token_IS] = 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, - }, - [206] = { [ts_external_token_identifier] = true, [ts_external_token_GENERATE] = true, [ts_external_token__grave_accent] = true, @@ -336929,6 +336920,15 @@ static const bool ts_external_scanner_states[291][EXTERNAL_TOKEN_COUNT] = { [ts_external_token_library_function] = true, [ts_external_token_library_type] = true, }, + [206] = { + [ts_external_token_END] = true, + [ts_external_token_GENERIC] = true, + [ts_external_token_IS] = 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, + }, [207] = { [ts_external_token_identifier] = true, [ts_external_token__grave_accent] = true, @@ -336940,14 +336940,11 @@ static const bool ts_external_scanner_states[291][EXTERNAL_TOKEN_COUNT] = { [ts_external_token_library_type] = true, }, [208] = { - [ts_external_token_identifier] = true, + [ts_external_token_END] = true, + [ts_external_token_FOR] = 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, - [ts_external_token_library_function] = true, - [ts_external_token_library_type] = true, }, [209] = { [ts_external_token_FOR] = true, @@ -336958,26 +336955,28 @@ static const bool ts_external_scanner_states[291][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__block_comment_start] = true, }, [210] = { - [ts_external_token_END] = true, - [ts_external_token_FOR] = true, + [ts_external_token_identifier] = true, + [ts_external_token_PACKAGE] = 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_identifier] = true, - [ts_external_token_CONFIGURATION] = 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, - [ts_external_token_library_constant] = true, - [ts_external_token_library_function] = true, - [ts_external_token_library_type] = true, }, [212] = { [ts_external_token_identifier] = true, - [ts_external_token_ENTITY] = 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, @@ -336985,25 +336984,24 @@ static const bool ts_external_scanner_states[291][EXTERNAL_TOKEN_COUNT] = { [ts_external_token_library_type] = true, }, [213] = { - [ts_external_token_GENERIC] = true, - [ts_external_token_IS] = true, - [ts_external_token_PARAMETER] = true, - [ts_external_token_RETURN] = 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, }, [214] = { - [ts_external_token_GENERIC] = true, - [ts_external_token_PORT] = true, - [ts_external_token_USE] = 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, }, [215] = { [ts_external_token_identifier] = true, - [ts_external_token_COMPONENT] = 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, @@ -337012,14 +337010,18 @@ static const bool ts_external_scanner_states[291][EXTERNAL_TOKEN_COUNT] = { [ts_external_token_library_type] = true, }, [216] = { - [ts_external_token_RANGE] = 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, }, [217] = { [ts_external_token_identifier] = true, - [ts_external_token_ARCHITECTURE] = 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, @@ -337029,7 +337031,7 @@ static const bool ts_external_scanner_states[291][EXTERNAL_TOKEN_COUNT] = { }, [218] = { [ts_external_token_identifier] = true, - [ts_external_token_CONTEXT] = true, + [ts_external_token_ARCHITECTURE] = true, [ts_external_token__grave_accent] = true, [ts_external_token__line_comment_start] = true, [ts_external_token__block_comment_start] = true, @@ -337038,65 +337040,61 @@ static const bool ts_external_scanner_states[291][EXTERNAL_TOKEN_COUNT] = { [ts_external_token_library_type] = true, }, [219] = { - [ts_external_token_identifier] = true, - [ts_external_token_PACKAGE] = 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, - [ts_external_token_library_constant] = true, - [ts_external_token_library_function] = true, - [ts_external_token_library_type] = true, }, [220] = { - [ts_external_token_ELSE] = true, - [ts_external_token_ELSIF] = true, - [ts_external_token_END] = true, + [ts_external_token_IS] = true, [ts_external_token__grave_accent] = true, [ts_external_token__line_comment_start] = true, [ts_external_token__block_comment_start] = true, }, [221] = { - [ts_external_token_identifier] = true, - [ts_external_token_BODY] = 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, - [ts_external_token_library_constant] = true, - [ts_external_token_library_function] = true, - [ts_external_token_library_type] = true, }, [222] = { [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, }, [223] = { - [ts_external_token_GENERIC] = true, - [ts_external_token_PORT] = 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, + [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, }, [225] = { - [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, }, [226] = { - [ts_external_token_BUS] = true, - [ts_external_token_REGISTER] = 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, @@ -337104,24 +337102,26 @@ static const bool ts_external_scanner_states[291][EXTERNAL_TOKEN_COUNT] = { [227] = { [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, }, [228] = { - [ts_external_token_IS] = true, - [ts_external_token_PARAMETER] = 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, }, [229] = { - [ts_external_token_BUS] = 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__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, }, [230] = { [ts_external_token_identifier] = true, @@ -337133,44 +337133,42 @@ static const bool ts_external_scanner_states[291][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__block_comment_start] = true, }, [231] = { - [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__line_comment_start] = true, [ts_external_token__block_comment_start] = true, }, [232] = { - [ts_external_token_FOR] = true, - [ts_external_token_UNTIL] = 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, }, [233] = { - [ts_external_token_IS] = true, - [ts_external_token_OPEN] = true, - [ts_external_token_RANGE] = 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, }, [234] = { - [ts_external_token_END] = true, - [ts_external_token_GENERIC] = true, - [ts_external_token_PORT] = true, + [ts_external_token_FOR] = 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, }, [235] = { - [ts_external_token_END] = true, - [ts_external_token_USE] = 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_WHEN] = 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, @@ -337185,55 +337183,57 @@ static const bool ts_external_scanner_states[291][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__block_comment_start] = true, }, [238] = { - [ts_external_token_GENERIC] = true, - [ts_external_token_RANGE] = 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_BUS] = true, + [ts_external_token_END] = 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, }, [240] = { - [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, }, [241] = { - [ts_external_token_IS] = true, - [ts_external_token_OPEN] = 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_ELSE] = 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_FOR] = true, - [ts_external_token_USE] = 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, }, [244] = { - [ts_external_token_CONFIGURATION] = true, - [ts_external_token_ENTITY] = 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, }, [245] = { - [ts_external_token_PARAMETER] = true, - [ts_external_token_RETURN] = true, + [ts_external_token_CONFIGURATION] = true, + [ts_external_token_ENTITY] = 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, @@ -337245,93 +337245,93 @@ static const bool ts_external_scanner_states[291][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__block_comment_start] = true, }, [247] = { - [ts_external_token_BEGIN] = true, - [ts_external_token_END] = true, + [ts_external_token_FOR] = 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, }, [248] = { - [ts_external_token_IN] = true, - [ts_external_token_OUT] = 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, }, [249] = { - [ts_external_token_OF] = 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, [ts_external_token__block_comment_start] = true, }, [250] = { - [ts_external_token_directive_body] = true, - [ts_external_token__directive_newline] = 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_PORT] = 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, }, [252] = { - [ts_external_token_CONSTANT] = true, - [ts_external_token_SIGNAL] = true, - [ts_external_token_VARIABLE] = 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, }, [253] = { - [ts_external_token_END] = true, - [ts_external_token_PORT] = 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, }, [254] = { + [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, }, [255] = { - [ts_external_token_FOR] = 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, }, [256] = { - [ts_external_token_SEVERITY] = 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, }, [257] = { - [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, }, [258] = { - [ts_external_token_IS] = true, - [ts_external_token_RANGE] = true, + [ts_external_token_SHARED] = 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, }, [259] = { - [ts_external_token_END] = true, + [ts_external_token_BEGIN] = true, [ts_external_token__grave_accent] = true, [ts_external_token__line_comment_start] = true, [ts_external_token__block_comment_start] = true, }, [260] = { - [ts_external_token_BEGIN] = 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, @@ -337344,20 +337344,19 @@ static const bool ts_external_scanner_states[291][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__block_comment_start] = true, }, [262] = { - [ts_external_token_identifier] = true, - [ts_external_token_ALL] = true, + [ts_external_token_LOOP] = 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_UNITS] = 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, }, [264] = { - [ts_external_token_SELECT] = 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, @@ -337370,13 +337369,14 @@ static const bool ts_external_scanner_states[291][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__block_comment_start] = true, }, [266] = { - [ts_external_token_LOOP] = 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, }, [267] = { - [ts_external_token_GENERATE] = true, + [ts_external_token_identifier] = 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, @@ -337389,55 +337389,55 @@ static const bool ts_external_scanner_states[291][EXTERNAL_TOKEN_COUNT] = { [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_BLOCK] = true, + [ts_external_token_MAP] = true, [ts_external_token__grave_accent] = true, [ts_external_token__line_comment_start] = true, [ts_external_token__block_comment_start] = true, }, [271] = { + [ts_external_token_IN] = 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, }, [272] = { - [ts_external_token_IN] = 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, }, [273] = { + [ts_external_token__directive_newline] = 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, }, [274] = { - [ts_external_token__directive_newline] = 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, }, [275] = { + [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, }, [276] = { + [ts_external_token_BLOCK] = 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_BODY] = 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, @@ -337449,43 +337449,43 @@ static const bool ts_external_scanner_states[291][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__block_comment_start] = true, }, [279] = { - [ts_external_token_AFTER] = 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, }, [280] = { + [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_comment_content] = true, }, [281] = { - [ts_external_token_PROTECTED] = 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, }, [282] = { - [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, }, [283] = { - [ts_external_token_RECORD] = 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, }, [284] = { - [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, }, [285] = { - [ts_external_token_VUNIT] = 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, @@ -337497,7 +337497,7 @@ static const bool ts_external_scanner_states[291][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__block_comment_start] = true, }, [287] = { - [ts_external_token_IF] = 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, @@ -337509,13 +337509,13 @@ static const bool ts_external_scanner_states[291][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__block_comment_start] = true, }, [289] = { - [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, + [ts_external_token_comment_content] = true, }, [290] = { - [ts_external_token_VIEW] = 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, diff --git a/src/tree_sitter/alloc.h b/src/tree_sitter/alloc.h index 1abdd12..1f4466d 100644 --- a/src/tree_sitter/alloc.h +++ b/src/tree_sitter/alloc.h @@ -12,10 +12,10 @@ extern "C" { // Allow clients to override allocation functions #ifdef TREE_SITTER_REUSE_ALLOCATOR -extern void *(*ts_current_malloc)(size_t size); -extern void *(*ts_current_calloc)(size_t count, size_t size); -extern void *(*ts_current_realloc)(void *ptr, size_t size); -extern void (*ts_current_free)(void *ptr); +extern void *(*ts_current_malloc)(size_t); +extern void *(*ts_current_calloc)(size_t, size_t); +extern void *(*ts_current_realloc)(void *, size_t); +extern void (*ts_current_free)(void *); #ifndef ts_malloc #define ts_malloc ts_current_malloc diff --git a/src/tree_sitter/parser.h b/src/tree_sitter/parser.h index 799f599..17f0e94 100644 --- a/src/tree_sitter/parser.h +++ b/src/tree_sitter/parser.h @@ -47,7 +47,6 @@ struct TSLexer { uint32_t (*get_column)(TSLexer *); bool (*is_at_included_range_start)(const TSLexer *); bool (*eof)(const TSLexer *); - void (*log)(const TSLexer *, const char *, ...); }; typedef enum { From 8db0c17227572a31dcdd63294f38589c42ce70c5 Mon Sep 17 00:00:00 2001 From: John-Philip Taylor Date: Tue, 3 Dec 2024 08:03:31 +0200 Subject: [PATCH 3/3] Version-bump to 1.2.3 --- Cargo.toml | 2 +- Makefile | 2 +- package-lock.json | 4 ++-- package.json | 2 +- pyproject.toml | 2 +- tree-sitter.json | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 5a940ff..3f18cdc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tree-sitter-vhdl" description = "VHDL grammar for tree-sitter" -version = "1.2.2" +version = "1.2.3" license = "MIT" readme = "README.md" keywords = ["incremental", "parsing", "tree-sitter", "vhdl"] diff --git a/Makefile b/Makefile index e5c3420..1e763b4 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION := 1.2.2 +VERSION := 1.2.3 LANGUAGE_NAME := tree-sitter-vhdl diff --git a/package-lock.json b/package-lock.json index dddd885..41156cb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "tree-sitter-vhdl", - "version": "1.2.2", + "version": "1.2.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "tree-sitter-vhdl", - "version": "1.2.2", + "version": "1.2.3", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index d20db66..c8f2b7f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tree-sitter-vhdl", - "version": "1.2.2", + "version": "1.2.3", "description": "VHDL grammar for tree-sitter", "repository": "github:jpt13653903/tree-sitter-vhdl", "author": "John-Philip Taylor", diff --git a/pyproject.toml b/pyproject.toml index a79f4a1..1002c6d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta" [project] name = "tree-sitter-vhdl" description = "VHDL grammar for tree-sitter" -version = "1.2.2" +version = "1.2.3" keywords = ["incremental", "parsing", "tree-sitter", "vhdl"] authors = [ {name = "John-Philip Taylor"} diff --git a/tree-sitter.json b/tree-sitter.json index c56b3d9..2f760f7 100644 --- a/tree-sitter.json +++ b/tree-sitter.json @@ -14,7 +14,7 @@ } ], "metadata": { - "version": "1.2.2", + "version": "1.2.3", "license": "MIT", "description": "VHDL grammar for tree-sitter", "authors": [